Error in kali linux
See original GitHub issueHi When I type hackingtool I have this error:
Traceback (most recent call last): File "/usr/share/doc/hackingtool/hackingtool.py", line 11, in <module> from tools.ddos import DDOSTools File "/usr/share/doc/hackingtool/tools/ddos.py", line 29 "sudo", "python3 ddos", method, url, socks_type5.4.1, threads, proxylist, multiple, timer]) ^^^^^^^^^^^^^ SyntaxError: invalid syntax. Perhaps you forgot a comma?
Ps: I installed it on nethunter
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
how to update Kali Linux and Fix update error - KaliTut
Fix kali linux update error The simplest fix is to replace the existing HTTP protocol with the secure HTTPS protocol.
Read more >Troubleshooting Installations Failures - Kali Linux
There can be a wide variety of reasons for a Kali Linux installation to fail. This could include issues such as a corrupt...
Read more >How To Fix All Errors In Kali Linux? - Systran Box
There are a few common errors that users may encounter when using Kali Linux. One error is “The system cannot find the path...
Read more >How to fix/solve terminal error in Kali Linux (Solved) - YouTube
If you are facing problem on opening the terminal on Kali Linux then this may be the reason behind that. Hope it helps....
Read more >How To Fix Kali Linux Update & Upgrade Error 2022 - YouTube
Black Hat Gadget: https://hackshopbd.com/product/no-root-black-hat-wifi-hacking-gadget-2022/website: www.hackshopbd.comCall: 01748819552.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
In /root/hackingtool/tools/ddos.py
in line 29 “sudo”, “python3 ddos”, method, url, socks_type5.4.1, threads, proxylist, multiple, timer]) “sudo”, “python3 ddos”, method, url, “socks_type5.4.1”, threads, proxylist, multiple, timer])
In /usr/share/doc/hackingtool/tools/ddos.py
in line 29 “sudo”, “python3 ddos”, method, url, socks_type5.4.1, threads, proxylist, multiple, timer]) “sudo”, “python3 ddos”, method, url, “socks_type5.4.1”, threads, proxylist, multiple, timer])
Fix all two files ddos.py at the same line to fix the problem.
Solved
Che tipo di problema hai