hackingtool icon indicating copy to clipboard operation
hackingtool copied to clipboard

typing in hackingtool gives the following errors

Open ianharekr opened this issue 3 years ago • 6 comments

hackingtool
Traceback (most recent call last): File "/usr/share/doc/hackingtool/hackingtool.py", line 11, in 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

any ideas followed the instal instructions, but maybe im missing something

ianharekr avatar Jan 23 '22 19:01 ianharekr

same problem

fahadfarj avatar Jan 24 '22 03:01 fahadfarj

File "/home/kali/hackingtool/hackingtool.py", line 11, in from tools.ddos import DDOSTools File "/home/kali/hackingtool/tools/ddos.py", line 29 "sudo", "python3 ddos", method, url, socks_type5.4.1, threads, proxylist, multiple, timer]) Can you please tell me how to fix this issue

fahadfarj avatar Jan 24 '22 03:01 fahadfarj

Same issue

BadWolf-ui avatar Jan 26 '22 08:01 BadWolf-ui

Same issue - this doesnt work

nathanawmk avatar Feb 01 '22 08:02 nathanawmk

Open File as root

/usr/share/doc/hackingtool/tools/ddos.py

Go to line number 29

And just Replace socks_types5.4.1 > "socks_types5.4.1"

In other words... make that a string!

And save the file. And now go to terminal and type sudo hackingtool

stefancandrea avatar Mar 03 '22 11:03 stefancandrea

Fixed in #176

cclauss avatar Jun 12 '22 19:06 cclauss

Fixed in #176 Please close this issue.

cclauss avatar Mar 04 '23 06:03 cclauss