Source Go Dork Scan Beta v0.5 by ReiGel_ado

Iniciado por reigelado, Enero 20, 2016, 10:46:02 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Un simple script que ir que utiliza los motores de búsqueda para tirar dorks :)
Versão do Script : 0.5
Dependencias:
Para utilizar la secuencia de comandos debe instalar el lenguaje de programación golang en ubuntu se puede instalar con
El siguiente comando:

Código: text
arthur@arthur-netbook:~$sudo apt-get install golang

Usage:
Compilado:
Código: text
arthur@arthur-netbook:~$./gds -dork=noticia.php?id=

No es compilado (Se compilará se ejecuta kk):
Código: text
arthur@arthur-netbook:~$go run gds.go -dork=noticia.php?id=

Compilando:
Linux:
Código: text
arthur@arthur-netbook:~$ go build gds.go

Windows:

Usted puede tratar de compilar para Windows (no publicadas y ni me) con el siguiente comando:

Código: text
arthur@arthur-netbook:~$GOOS=windows GOARCH=386 go build -o gds.exe gds.go

Comando:go run gds.go -update

Imprime utilizando el Programa:
Comando:gds.go -dork=noticia.php?id -saida=d0rks.txt
Saida:
Comando:go run gds.go -dork=noticia.php?id -user-agent="Mozilla/5.0 (compatible; Baiduspider/2.0; +You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login)" -paginas=1
Lembre-se SEMPRE DE USAR "" na hora de setar o user-agent
.
Changelog:
- Adición de comandos de user-agent, debe utilizar "" al fijar y recordar el agente de usuario que utilice en función del resultado del navegador html vuelve diferente, entonces sé viene algo diferente o nada enviar mensaje.
- Añadido comando saida, usted puede hacer que el d0rk se guardará en un archivo.

Github Proyecto: You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
Uso enseñanza README: You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
My Github : You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
Fonte:You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login