mr-rizwan-syed / chomtesh

CHOMTE.SH is a powerful shell script designed to automate reconnaissance tasks during penetration testing. It utilizes various Go-based tools to gather information and identify the attack surface, making it a valuable asset for bug bounty hunters and penetration testers.
MIT License
103 stars 16 forks source link

installation error #12

Closed elektrikalan closed 9 months ago

elektrikalan commented 10 months ago

I am getting error as below; How can I overcome this error?

./install.sh
Installed pv Installed go Installed python3 Installed ccze Installed git Installed pip Installed pup Dependency knockknock not found... Dependency subfinder not found... Installed ipcalc Dependency asnmap not found... Dependency naabu not found... Dependency dnsx not found... Installed httpx Installed csvcut Dependency dmut not found... Installed dirsearch Installed ffuf Installed shodan Dependency nuclei not found... Installed nmap Installed ansi2html Installed xsltproc Installed trufflehog Dependency anew not found... Installed interlace Dependency subjs not found... Dependency katana not found... Dependency alterx not found... Installed ./MISC/LinkFinder Installed ./MISC/SecretFinder Installed ./MISC/waymore Installed ./MISC/xnLinkFinder Installed ./MISC/fuzzing-templates Installed ./MISC/fingerprints.json Installed ./MISC/technologies.json Installed /root/.gf/excludeExt.json Installed /usr/share/dirb/wordlists/dicc.txt

[-]The following tools are not installed: knockknock subfinder asnmap naabu dnsx dmut nuclei anew subjs katana alterx [] Installing knockknock Installing Tool: knockknock: 0:00:00 [<=> ] [] Installing ASNmap Installing Tool: ASNmap: 0:00:02 [<=> ] [] Installing mapCIDR Installing Tool: mapCIDR: 0:00:05 [<=> ] [] Installing Subfinder Installing Tool: subfinder: 0:00:01 [<=> ] [] Installing gau Installing Tool: gau: 0:00:01 [<=> ] [] Installing waybackurls Installing Tool: waybackurls: 0:00:00 [<=> ] [] Installing TLSx Installing Tool: TLSx: 0:00:01 [<=> ] [] Installing AlterX Installing Tool: AlterX: 0:00:00 [<=> ] [] Installing DNSx Installing Tool: DNSx: 0:00:00 [<=> ] [] Installing anew Installing Tool: anew: 0:00:00 [<=> ] [] Installing gf Installing Tool: gf: 0:00:00 [<=> ] [] Installing qsinject Installing Tool: qsinject: 0:00:00 [<=> ] [] Installing qsreplace Installing Tool: qsreplace: 0:00:00 [<=> ] [] Installing subjack Installing Tool: subjack: 0:00:02 [<=> ] [] Installing webanalyze Installing Tool: webanalyze: 0:00:00 [<=> ] [] Installing nuclei Installing Tool: nuclei: 0:00:02 [<=> ] ./install.sh: line 152: nuclei: command not found [] Installing dmut Installing Tool: dmut: 0:00:01 [<=> ] [] Installing nuclei Installing Tool: nuclei: 0:00:01 [<=> ] [] Installing naabu Installing Tool: naabu: 0:00:01 [<=> ] [] Installing Subjs [*] Installing Katana

[-]Re-Run the Installation script to check what else pending..../install.sh

┌──(root㉿kali)-[/home/kali/chomtesh] └─# ./chomte.sh

[-]The following tools are not installed: knockknock subfinder naabu dnsx dmut nuclei anew subjs katana

mr-rizwan-syed commented 10 months ago

Try uninstalling existing go

sudo apt-get remove golang-go sudo apt-get remove --auto-remove golang-go

Then ReRun install.sh

Please let me know if the issue persists.

elektrikalan commented 10 months ago

Thank you for replying.

I tried but it didn't work. the same error still comes.

mr-rizwan-syed commented 10 months ago

Try to manually install those tools All those are GO based tools, might be environment issue.

elektrikalan commented 10 months ago

Ok. Let me try it that way. Thank you for your interest.