Skip to content

Commit

Permalink
Removing cat and ver as native tool of interest to reduce FP
Browse files Browse the repository at this point in the history
  • Loading branch information
gdesmar committed Oct 7, 2024
1 parent 274caab commit 1ce6771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions urlcreator/urlcreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
HIGH_PORT_MINIMUM = 1024

# Common tools native to the platform that can be used for recon
WINDOWS_TOOLS = ["dir", "hostname", "ipconfig", "netsh", "pwd", "route", "schtasks", "ver", "whoami"]
LINUX_TOOLS = ["cat", "crontab", "hostname", "iptables", "pwd", "route", "uname", "whoami"]
WINDOWS_TOOLS = ["dir", "hostname", "ipconfig", "netsh", "pwd", "route", "schtasks", "whoami"]
LINUX_TOOLS = ["crontab", "hostname", "iptables", "pwd", "route", "uname", "whoami"]

# Tools used for recon, sourced from https://github.com/ail-project/ail-framework/blob/master/bin/modules/Tools.py
# fmt: off
Expand Down

0 comments on commit 1ce6771

Please sign in to comment.