hackingtool icon indicating copy to clipboard operation
hackingtool copied to clipboard

Error. Not able to run the application

Open GirishKumarSharma opened this issue 3 years ago • 5 comments

┌──(root💀kali)-[/home/girish/hackingtool] └─# 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

┌──(root💀kali)-[/home/girish/hackingtool] └─# lsb_release -a 1 ⨯ No LSB modules are available. Distributor ID: Kali Description: Kali GNU/Linux Rolling Release: 2021.4 Codename: kali-rolling

┌──(root💀kali)-[/home/girish/hackingtool] └─#

GirishKumarSharma avatar Jan 23 '22 13:01 GirishKumarSharma

yes i am having the same issue. Please if anyone can help with the issue ???

snixd avatar Jan 23 '22 16:01 snixd

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

same issue

hackerforum avatar Jan 24 '22 18:01 hackerforum

Mismo problema :( ayuda

Minalesa avatar Feb 01 '22 02:02 Minalesa

same problem ;(

intrawvert avatar Feb 03 '22 13:02 intrawvert

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