question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error in kali linux

See original GitHub issue

Hi 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:closed
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
Aikanaro1973commented, May 6, 2022

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

0reactions
Aikanaro1973commented, May 28, 2022

Che tipo di problema hai

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found