Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions axiom_edition/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Fast Google Dorks Scan Axiom Edition

This work is based on [an idea](https://github.com/IvanGlinkin/Fast-Google-Dorks-Scan/issues/9) for bypassing Google's robot protection

# Usage example:

## Create your axiom instances
`axiom-fleet "kole-" -i 5`

## Send the FGDS.sh to instances and give execution permission to all instances you spin up
`axiom-exec "wget https://raw.githubusercontent.com/cyb3rsalih/Fast-Google-Dorks-Scan/salih/axiom_edition/fgds_axiom.sh && chmod +x fgds_axiom.sh"`

## Add the fgds.json to your modules on your master machine
`mv fgds.json .axiom/modules`

## We are ready to start, choose predefined dorks from payloads/ or use yours on target
`axiom-scan payloads.txt -m fgds --target hackerone.com -o fgds_results.txt`

You may add `--rm-when-done` also for destroy instances
so, for next scan fresh machines with fresh IPs will be ready for scan


# Automate the automation
```
for i in $(cat targets)
do
axiom-fleet "kole-" -i 5 &&
axiom-exec "wget https://raw.githubusercontent.com/cyb3rsalih/Fast-Google-Dorks-Scan/salih/axiom_edition/fgds_axiom.sh && chmod +x fgds_axiom.sh" &&
axiom-scan payloads.txt -m fgds --target $i -o $i_fgds_results.txt --rm-when-done &&
echo $i finished!!!
done
```
4 changes: 4 additions & 0 deletions axiom_edition/fgds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[{
"command":"/home/op/fgds_axiom.sh --payloads input |tee -a output",
"ext":"txt"
}]
1,073 changes: 1,073 additions & 0 deletions axiom_edition/fgds_axiom.sh

Large diffs are not rendered by default.

Binary file added axiom_edition/outputs/.DS_Store
Binary file not shown.
8 changes: 8 additions & 0 deletions axiom_edition/payloads/directory_traversal.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
intitle:%22index%20of%22%20%22parent%20directory%22
intitle:%22index%20of%22%20%22DCIM%22
intitle:%22index%20of%22%20%22ftp%22
intitle:%22index%20of%22%20%22backup%22
intitle:%22index%20of%22%20%22mail%22
intitle:%22index%20of%22%20%22password%22
intitle:%22index%20of%22%20%22pub%22
intitle:%22index%20of%22%20%22.git%22
33 changes: 33 additions & 0 deletions axiom_edition/payloads/file_types.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
filetype:doc
filetype:docx
filetype:xls
filetype:xlsx
filetype:ppt
filetype:pptx
filetype:mdb
filetype:pdf
filetype:sql
filetype:txt
filetype:rtf
filetype:csv
filetype:xml
filetype:conf
filetype:dat
filetype:ini
filetype:log
index%20of:id_rsa%20id_rsa.pub
filetype:py
filetype:html
filetype:sh
filetype:odt
filetype:key
filetype:sign
filetype:md
filetype:old
filetype:bin
filetype:cer
filetype:crt
filetype:pfx
filetype:crl
filetype:crs
filetype:der
19 changes: 19 additions & 0 deletions axiom_edition/payloads/login_pages.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
inurl:admin
inurl:login
inurl:adminlogin
inurl:cplogin
inurl:weblogin
inurl:quicklogin
inurl:wp-admin
inurl:wp-login
inurl:portal
inurl:userportal
inurl:loginpanel
inurl:memberlogin
inurl:remote
inurl:dashboard
inurl:auth
inurl:exchange
inurl:ForgotPassword
inurl:test
inurl:.git
143 changes: 0 additions & 143 deletions outputs/20230404_211631_aha.ru.txt

This file was deleted.