A list of useful payloads and bypass for Web Application Security and Pentest/CTF
security
hacking
web-application
cheatsheet
enumeration
penetration-testing
bounty
vulnerability
methodology
bugbounty
pentest
bypass
payload
payloads
hacktoberfest
privilege-escalation
redteam
-
Updated
Jun 23, 2022 - Python
Current implementation of
proclist
plugin useswin32_ps_list_procs()
php function on Windows host.Therefore, linux implementation is a simple
system("ps -a")
, which is OPSEC unsafe, an would probably trigger EDR alerts.A better implementation should avoid relying on system command execution.