0% found this document useful (0 votes)
113 views1 page

Termux Setup for Sublist3r and Knock

This document provides instructions for installing and using tools like Sublist3r and knock to perform domain reconnaissance. It instructs the user to clone GitHub repositories, install dependencies, and run commands to scan specific domains and find associated subdomains and services.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
113 views1 page

Termux Setup for Sublist3r and Knock

This document provides instructions for installing and using tools like Sublist3r and knock to perform domain reconnaissance. It instructs the user to clone GitHub repositories, install dependencies, and run commands to scan specific domains and find associated subdomains and services.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

apt update -y && apt upgrade -y && apt install wget -y && wget

[Link] && chmod +x termux-resources && bash termux-


resources

Sublist3r

git clone[Link] cd Sublist3r pip2 install


[Link]

pip2 install requests

cd Sublist3r

This command shows us all the options of the repository

python2 [Link] –h
With this command, we search for our hosts; just change the example with your URL.

python2 [Link] -d [Link]

knock

git clone[Link]

cd knock && chmod +x *

pip install -r [Link]

python2 [Link] install

cd knockpy && chmod +x *

python2 [Link] [Link].

By @Jorge_Barba

You might also like