hackingtool icon indicating copy to clipboard operation
hackingtool copied to clipboard

can not run hackingtool !!!!! SyntaxError: invalid syntax ???

Open hkcitizens9527 opened this issue 3 years ago • 7 comments
trafficstars

python3 ./hackingtool.py

Traceback (most recent call last): File "/root/hackingtool/./hackingtool.py", line 11, in from tools.ddos import DDOSTools File "/root/hackingtool/tools/ddos.py", line 29 "sudo", "python3 ddos", method, url, socks_type5.4.1, threads, proxylist, multiple, timer]) ^ SyntaxError: invalid syntax


hkcitizens9527 avatar Feb 21 '22 17:02 hkcitizens9527

┌──(root💀kali)-[~] └─# 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

hkcitizens9527 avatar Feb 21 '22 17:02 hkcitizens9527

I have the same problem, is there a solution?

cacademono08 avatar Feb 22 '22 04:02 cacademono08

me too

Curtlavender avatar Feb 23 '22 15:02 Curtlavender

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 02 '22 15:03 stefancandrea

I followed your steps but Im stuck on permission denied . I tried chmod, Im a noob haha.

Toolie7 avatar Mar 06 '22 00:03 Toolie7

@Toolie7 "sudo" my guy, also i had to chmod +x install.sh then sudo ./install.sh for it to install properly then alter the line to a string described above //wl

philmacrack avatar Mar 06 '22 10:03 philmacrack

Fixed in #176

cclauss avatar Jun 12 '22 19:06 cclauss