有关burpsuite的插件(非商店),文章以及使用技巧的收集(此项目不再提供burpsuite破解文件,如需要请在博客mrxn.net下载)---Collection of burpsuite plugins (non-stores), articles and tips for using Burpsuite, no crack version file
jar
waf
pentesting
sqlmap
burpsuite
burp-extensions
hacktool
pentest-tool
sendto
hackbar
burpsuite-extender
burpsuite-tools
j2eescan
burp-requests
python-burp
burpsuite-xkeys
shiro-burp
burpsuite-java
-
Updated
Jul 6, 2022 - Python
Current implementation of
proclistplugin 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.