release/0.1.55 #34
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.54...release/0.1.55
evidence
Compresses the 'sessions' folder and encodes it into a video using the lazyown_infinitestorage.py script.
If a filename is provided as an argument, it decodes the specified video instead.
This function operates in two modes depending on the input:
:param line: An optional parameter that, when provided, indicates that the user wants to decode a video. If not provided, the function operates in encode mode.
:type line: str
:returns: None
Example usage:
- To compress and encode: do_evidence()
- To decode a video: do_evidence('decode')
Notes:
rejetto_hfs_exec
HttpFileServer version 2.3. Vulnerable using the module rejetto_hfs_exec of metasploit
:param line: Command line input that provides the LHOST and RHOST.
:type line: str
:returns: None
ms08_067_netapi
SMB CVE-2008-4250. Vulnerable using the module ms08_067_netapi of metasploit
:param line: Command line input that provides the LHOST and RHOST.
:type line: str
:returns: None
automsf
Try to check if Vulnerable using the module passed by argument of lazyown example automsf exploit/windows/iis/iis_webdav_upload_asp to use in metasploit
:param line: Command line input that provides the LHOST and RHOST.
:type line: str
:returns: None
iis_webdav_upload_asp
(CVE-2017-7269). Vulnerable using the module iis_webdav_upload_asp of metasploit
:param line: Command line input that provides the LHOST and RHOST.
:type line: str
:returns: None
nano
Opens or creates the file using line in the sessions directory for editing using nano.
:param line: name of the file to use in nano in session directory.
:returns: None
nc
Runs
ncwith the specified port for listening.This function starts a
nclistener on the specified local port. It can use a port defined in thelportparameter or a port provided as an argument.Usage:
pwncatcs
:param line: The port number to use for the
nclistener. If not provided, it defaults to thelportparameter.:type line: str
:returns: None
Manual execution:
ncis installed and accessible from your command line.lportparameter of the function.ncon the specified port.If no port is provided as an argument, the function will use the port specified in the
lportparameter. If a port is provided, it overrides thelportvalue.After starting the listener, the function prints a message indicating that
ncis running on the specified port and another message when the session is closed.Dependencies:
nc: A tool used for creating reverse shells or bind shells.This discussion was created from the release release/0.1.55.
Beta Was this translation helpful? Give feedback.
All reactions