release/0.1.62 #37
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
Uh oh!
There was an error while loading. Please reload this page.
-
Full Changelog: release/0.1.61...release/0.1.62
emp3r0r
Command emp3r0r Downloads and sets up the Emperor server for local exploitation.
This function performs the following tasks:
Args:
line (str): Optional arguments to specify port Relay
Returns:
None
Example:
emp3r0r 6666
Notes:
- Ensure that the required dependencies are installed.
template_helper_serializer
Handles the creation and serialization of a template helper.
This function performs the following tasks:
Args:
line (str): The input line containing the filename and data in the format "filename, data".
Returns:
None
Raises:
None
Example:
template_helper_serializer shell.php,
gospherus
Command gospherus: Clones and uses the Gopherus tool to generate gopher payloads for various services.
Use the command template_helper_serializer to generate the serialization payload. more info help template_helper_serializer
This function performs the following tasks:
0. Install Python2 (Old protocol, old t00l, old python)
Args:
line (str): Optional argument for specifying the chosen exploit.
Returns:
None
Example:
gospherus 2
wpscan
Command wpscan: Installs and runs WPScan to perform WordPress vulnerability scanning.
This function performs the following tasks:
Args:
line (str): Optional argument to specify the URL or additional WPScan options.
Returns:
None
Example:
wpscan --url blog.tld
createjsonmachine_batch
Create multiple JSON payload files based on a CSV input file from HackerOne.
This function processes a CSV file located in the 'sessions' directory. The CSV file
must contain information about different assets, including 'identifier',
'eligible_for_bounty', and 'eligible_for_submission'. For each asset where
both 'eligible_for_bounty' and 'eligible_for_submission' are set to True,
a JSON payload file is created using a predefined template.
The CSV must contain the following columns:
For each eligible asset:
The JSON payload is saved in the format 'payload_.json'.
Parameters:
line (str): An optional string parameter. If provided, it selects the corresponding CSV file
in the 'sessions' directory based on the user's input.
Returns:
None
This discussion was created from the release release/0.1.62.
Beta Was this translation helpful? Give feedback.
All reactions