mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
Added grabber
(cherry picked from commit e84e3f8644f207194bba7d2fc0ff52eb6678c700)
This commit is contained in:
33
tools/grabber.md
Normal file
33
tools/grabber.md
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# grabber
|
||||||
|
|
||||||
|
Notes
|
||||||
|
-------
|
||||||
|
|
||||||
|
Help Text
|
||||||
|
-------
|
||||||
|
```
|
||||||
|
Usage: grabber [options]
|
||||||
|
|
||||||
|
Options:
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
-u ARCHIVES_URL, --url=ARCHIVES_URL
|
||||||
|
Adress to investigate
|
||||||
|
-s, --sql Look for the SQL Injection
|
||||||
|
-x, --xss Perform XSS attacks
|
||||||
|
-b, --bsql Look for blind SQL Injection
|
||||||
|
-z, --backup Look for backup files
|
||||||
|
-d SPIDER, --spider=SPIDER
|
||||||
|
Look for every files
|
||||||
|
-i, --include Perform File Insertion attacks
|
||||||
|
-j, --javascript Test the javascript code ?
|
||||||
|
-c, --crystal Simple crystal ball test.
|
||||||
|
-e, --session Session evaluations
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Example Usage
|
||||||
|
-------
|
||||||
|
|
||||||
|
Links
|
||||||
|
-------
|
||||||
|
|
||||||
Reference in New Issue
Block a user