commixproject / commix

Automated All-in-One OS Command Injection Exploitation Tool.
https://commixproject.com
Other
4.62k stars 818 forks source link

Tor start bug #881

Closed ghost closed 11 months ago

ghost commented 11 months ago
 python3 commix.py -u https://vuln.com/index.php?id=10 --batch --random-agent --tor-check --tor --tor-port=9050
                                      __
   ___   ___     ___ ___     ___ ___ /\_\   __  _
 /`___\ / __`\ /' __` __`\ /' __` __`\/\ \ /\ \/'\  v3.9-dev#34
/\ \__//\ \/\ \/\ \/\ \/\ \/\ \/\ \/\ \ \ \\/>  </
\ \____\ \____/\ \_\ \_\ \_\ \_\ \_\ \_\ \_\/\_/\_\ https://commixproject.com
 \/____/\/___/  \/_/\/_/\/_/\/_/\/_/\/_/\/_/\//\/_/ (@commixproject)

+--
Automated All-in-One OS Command Injection Exploitation Tool
Copyright © 2014-2023 Anastasios Stasinopoulos (@ancst)
+--

(!) Legal disclaimer: Usage of commix for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

[23:31:36] [info] Testing connection to the target URL. 
[23:31:36] [info] Testing Tor HTTP proxy settings (https://127.0.0.1:9050).  
[23:31:36] [critical] Please make sure that you have Tor bundle installed and running so you could successfully use switch '--tor'.

and i check my Tor

sudo service tor status
● tor.service - Anonymizing overlay network for TCP (multi-instance-master)
     Loaded: loaded (/lib/systemd/system/tor.service; enabled; preset: enabled)
     Active: active (exited) since Sat 2023-12-16 23:26:09 EET; 6min ago
   Main PID: 65822 (code=exited, status=0/SUCCESS)
        CPU: 5ms

дек 16 23:26:09 tannicarcherpc systemd[1]: Starting tor.service - Anonymizing overlay network for TCP (multi-instance-master)...
дек 16 23:26:09 tannicarcherpc systemd[1]: Finished tor.service - Anonymizing overlay network for TCP (multi-instance-master).
дек 16 23:26:15 tannicarcherpc systemd[1]: Reloading tor.service - Anonymizing overlay network for TCP (multi-instance-master)...
дек 16 23:26:15 tannicarcherpc systemd[1]: Reloaded tor.service - Anonymizing overlay network for TCP (multi-instance-master).

I using system Linux 23.10 Mantic My Tor listen port 9050 In other tools its sqlmap,burp suite tor work good but with this not

stasinopoulos commented 11 months ago

@TannicArcher, currently commix supports Tor with HTTP proxy type. Give a try with Tor bundle installed (or Tor and Privoxy).

Install Privoxy # apt-get install privoxy

Add this line at the bottom of this file /etc/privoxy/config:

forward-socks4   /               127.0.0.1:9050 .
forward-socks5   /               127.0.0.1:9050 .

Restart privoxy service: # service privoxy restart

Untitled 2

github-actions[bot] commented 8 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related issues.