Un simple script que ir que utiliza los motores de búsqueda para tirar dorks :)
Guión Versión : 0.3
(http://i.imgur.com/ER9uv0g.png?1)
Dependencias:
Para utilizar la secuencia de comandos debe instalar el lenguaje de programación golang en ubuntu se puede instalar con
El siguiente comando:
arthur@arthur-netbook:~$sudo apt-get install golang
Usage:
Compilado:
arthur@arthur-netbook:~$./gds -dork=noticia.php?id=
No es compilado (Se compilará se ejecuta kk):
arthur@arthur-netbook:~$go run gds.go -dork=noticia.php?id=
Compilando:
Linux:
arthur@arthur-netbook:~$ go build gds.go
Windows:
Usted puede tratar de compilar para Windows (no publicadas y ni me) con el siguiente comando:
arthur@arthur-netbook:~$GOOS=windows GOARCH=386 go build -o gds.exe gds.go
Github Proyecto: https://goo.gl/fhpvYO (https://goo.gl/fhpvYO)
Uso enseñanza README: https://goo.gl/91X1CR (https://goo.gl/91X1CR)
Meu Github : https://goo.gl/1MAOWf (https://goo.gl/1MAOWf)