Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux下启动nmap、sqlmap命令问题 #59

Open
cnlnn opened this issue Feb 20, 2023 · 1 comment
Open

Linux下启动nmap、sqlmap命令问题 #59

cnlnn opened this issue Feb 20, 2023 · 1 comment

Comments

@cnlnn
Copy link

cnlnn commented Feb 20, 2023

系统:Arch Linux
内核:6.1.12-arch1-1
桌面:KDE Plasma 5.27.0
终端:konsole
测试工具:Burp Suite Professional v2023.1.2


情况1

使用如下配置时

Key Value Type Enable
SQLMap-Command /usr/bin/konsole --hold -e /bin/sh -c "python sqlmap.py -r {request.txt} --force-ssl --risk=3 --level=3" Config_Basic_Variable true
Nmap-Command /usr/bin/konsole --hold -e /bin/sh -c "nmap -Pn -sT -sV --min-rtt-timeout 1ms --max-rtt-timeout 1000ms --max-retries 0 --max-scan-delay 0 --min-rate 3000 {host}" Config_Basic_Variable true
RunTerminalWithRobotInput Config_Basic_Variable false

右键运行启动nmap、sqlmap命令时可弹出konsole终端,但需要关闭终端后BurpSuite才能进行操作


情况2

使用如下配置时

Key Value Type Enable
SQLMap-Command /usr/bin/konsole --hold -e /bin/sh -c "python sqlmap.py -r {request.txt} --force-ssl --risk=3 --level=3" Config_Basic_Variable true
Nmap-Command /usr/bin/konsole --hold -e /bin/sh -c "nmap -Pn -sT -sV --min-rtt-timeout 1ms --max-rtt-timeout 1000ms --max-retries 0 --max-scan-delay 0 --min-rate 3000 {host}" Config_Basic_Variable true
RunTerminalWithRobotInput Config_Basic_Variable true

Key Value Type Enable
SQLMap-Command python sqlmap.py -r {request.txt} --force-ssl --risk=3 --level=3 Config_Basic_Variable true
Nmap-Command nmap -Pn -sT -sV --min-rtt-timeout 1ms --max-rtt-timeout 1000ms --max-retries 0 --max-scan-delay 0 --min-rate 3000 {host} Config_Basic_Variable true
RunTerminalWithRobotInput Config_Basic_Variable true

右键运行启动nmap、sqlmap命令时无终端打开,未见sqlmap、nmap运行


情况3

使用如下配置时

Key Value Type Enable
SQLMap-Command python sqlmap.py -r {request.txt} --force-ssl --risk=3 --level=3 Config_Basic_Variable true
Nmap-Command nmap -Pn -sT -sV --min-rtt-timeout 1ms --max-rtt-timeout 1000ms --max-retries 0 --max-scan-delay 0 --min-rate 3000 {host} Config_Basic_Variable true
RunTerminalWithRobotInput Config_Basic_Variable false

右键运行启动nmap、sqlmap命令时无终端打开,未见sqlmap、nmap运行,并且会失去响应

@bit4woo
Copy link
Owner

bit4woo commented Apr 17, 2023

感谢反馈,你的问题描述很详细。但我目前没有相同的环境进行测试,暂时无法进行该系统的适配

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants