1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: [master] 4 pages modified

This commit is contained in:
CPol 2021-06-20 13:28:26 +00:00 committed by gitbook-bot
parent bcc718a5f1
commit 3e709ebf8a
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
3 changed files with 11 additions and 1 deletions

View file

@ -447,7 +447,8 @@
## A.I. Exploiting
* [BRA.I.NSMASHER Presentation](a.i.-exploiting/bra.i.nsmasher-presentation.md)
* [BRA.I.NSMASHER Presentation](a.i.-exploiting/bra.i.nsmasher-presentation/README.md)
* [Basic Captcha Breaker](a.i.-exploiting/bra.i.nsmasher-presentation/basic-captcha-breaker.md)
## Cloud Security

View file

@ -31,5 +31,7 @@ However, if at some point you **don't know how to solve** the challenge, or **ev
I have to tell you that there are **easier ways** to pass the challenge, but this **solution** is **awesome** as you will learn how to pass the challenge performing an **Adversarial Image performing a Fast Gradient Signed Method \(FGSM\) attack for images.**
## More Tutorials
{% page-ref page="basic-captcha-breaker.md" %}

View file

@ -0,0 +1,7 @@
# Basic Captcha Breaker
In this tutorial **a basic captcha is going to be broken**.
A **NN is going to be trained** using several **images** that represents **letters** and then this NN is going to be used to **automatically identify the letters inside a captcha image**.
Check the awesome guided tutorial provided by [**BrA.In Smasher**](https://beta.brainsmasher.eu/) in this [**google collab page**](https://colab.research.google.com/drive/1uiQJpqEj5V2_ijoumSd2noaDJuniTlKq#scrollTo=xQkLvwdRPAdT).