Skip to main content

Posts

Ubuntu In Termux

To install Ubuntu in termux, copy the following command one by one and paste it in termux. Commands : apt update apt upgrade apt install proot-distro proot-distro install ubuntu echo "proot-distro login ubuntu" > $PREFIX/bin/ubuntu chmod +x $PREFIX/bin/ubuntu ubuntu Thanks for visit. Suggested Articles : Install Kali Linux In Termux Nmap In Termux Location Tracking Using Python

Nmap In Termux

Hello Everyone In this article I will teach you How to use Nmap in termux. Commands : apt update apt upgrade apt install nmap nmap -sT [url] DISCLAIMER ! : This website DOES NOT Promote or encourage any illegal activities, all contents provide by this Website is meant for EDUCATIONAL PURPOSE only.

Install Kali Linux In Termux - No Root

Helle everyone in this article I will teach you How to install kali linux in termux (no root).  Requirements : Storage : 5-7 GB Internet : 1-2 GB Termux app Vnc Viewer app (if you are not terminal user) Commands : apt update apt upgrade pkg install git pkg install wget termux-setup-storage wget -O install-nethunter-termux https://offs.ec/2MceZWr chmod +x install-nethunter-termux ./install-nethunter-termux nethunter DISCLAIMER! : This Website DOES NOT Promote or encourage Any illegal activities, all contents provided by This Website is meant for EDUCATIONAL PURPOSE only.

Location Tracking Using Python

Code : #www.cyberimran.com import phonenumbers from phonenumbers import geocoder n1 = input('Enter mobile number: ') phone_number = phonenumbers.parse(n1) print("\nPhone Number Location\n") print(geocoder.description_for_number(phone_number, "en"))

Information gathering using mobile number

DISCLAIMER! : This Website DOES NOT Promote or encourage Any illegal activities, all contents provided by This Website is meant for EDUCATIONAL PURPOSE only. $ apt update $ apt upgrade $ apt install nodejs $ npm install truecallerjs $ truecallerjs login $ truecallerjs -s [number]

Netflix Clone Source Code

Source Code -  Download Now For Ethical Hacker And Developer Telegram link -  https://t.me/cyberimran DISCLAIMER! : This Website DOES NOT Promote or encourage Any illegal activities, all contents provided by This Website is meant for EDUCATIONAL PURPOSE only