infobyte / faraday_plugins

Security tools report parsers for Faradaysec.com
https://www.faradaysec.com/
GNU General Public License v3.0
47 stars 17 forks source link

Added python and python3 to processCommandString #12

Closed Dargin closed 2 years ago

Dargin commented 2 years ago

Added python and python3 into the processCommandString which currently only grabs sudo to pull in as part of the command. Found that when using tools that require python in the front get logged into the console in an unclean way as the plugin looks for "python3 whatever.py" but the commandString gets logged as just python3. So in the gui the command shows up as "python3 whatever.py whatever.py" but this fixes that issue.