vvvrelease/0.2.5 #46
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: vvvrelease/0.2.4...vvvrelease/0.2.5
stormbreaker
Command stormbreaker: Automates the installation and usage of Storm-Breaker for performing various network attacks.
This function performs the following tasks:
Args:
line (str): Optional argument for specifying additional Storm-Breaker options.
Returns:
None
Example:
stormbreaker --verbose
upload_bypass
Command upload_bypass: Automates the installation and execution of Upload_Bypass for performing file upload bypass tests.
This function performs the following tasks:
Args:
line (str): Optional argument for specifying execution mode, request file, success message, forbidden extension, and other Upload_Bypass options.
Returns:
None
Example:
upload_bypass --detect --request_file test --success 'File uploaded successfully' --extension php --upload_dir /uploads --burp
hex_to_plaintext
Converts hexadecimal data from a file to plain text.
Opens a text editor for the user to paste hexadecimal data into a file.
Then reads the file, processes the hexadecimal data, and writes the plain text to a new file.
Args:
line (str): Name of the file containing hexadecimal data (without extension).
Defaults to 'request.txt' if not provided.
Returns:
None
This discussion was created from the release vvvrelease/0.2.5.
Beta Was this translation helpful? Give feedback.
All reactions