release/0.1.66 #41
grisuno
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Full Changelog: release/0.1.65...release/0.1.66
openredirex
Command openredirex: Clones, installs, and runs OpenRedirex for testing open redirection vulnerabilities.
This function performs the following tasks:
Args:
line (str): Optional argument for specifying the URL list, payload file, keyword, and concurrency level.
Returns:
None
Example:
openredirex list_of_urls.txt payloads.txt FUZZ 50
feroxbuster
Command feroxbuster: Installs and runs Feroxbuster for performing forced browsing and directory brute-forcing.
This function performs the following tasks:
curl
command if it's not already installed.Args:
line (str): Optional argument for specifying the target URL, wordlist, and other Feroxbuster options.
Returns:
None
Example:
feroxbuster -u http://example.com -w wordlist.txt -x php,html
gowitness
Command gowitness: Installs and runs Gowitness for screenshotting web services or network CIDR blocks.
This function performs the following tasks:
Args:
line (str): Optional argument for specifying the URL or scan type.
Returns:
None
Example:
gowitness nmap -f scan_results.xml --write-db
odat
Command odat: Runs the ODAT sidguesser module to guess Oracle SIDs on a target Oracle database.
This function performs the following tasks:
Args:
line (str): Optional argument for specifying additional ODAT options.
Returns:
None
Example:
odat
This discussion was created from the release release/0.1.66.
Beta Was this translation helpful? Give feedback.
All reactions