Skip to main content

Posts

Showing posts with the label Cyber Security

Five best programming languege for cyber securiy

Five best programming languege for cyber securiy:- Python C & C++ Javascript Ruby Bash Thanks for visit.  

Install Tor In Termux

Hello freinds in this post I will teach you how to use tor in termux. But before that, know that what is Tor, then Tor is such a tool that you remain anonymous and your IP keeps changing, that's why any can't track you. So to install Tor in termux, first of all you have to download and open the termux app, then run the following commands one by one put in termux. Commands : apt update & apt upgrade The command you're referring to is used in Termux to update its packages and install newer versions if they're available. It helps keep the software up to date and improves compatibility. It is possible that termux will ask you for permission, so then you have to type "y" and press Enter. apt install tor tor After running this command, you have to wait for some time till the Bootstrapped in termux becomes 100%. After the Bootstrapped is 100, you have to  slide left to right, then you have to click on the option of New Session. Now you can do whatever you want to

World Map In Termux

In this artical i will tell you how to see world map in termux. Open termux app and bellow commands one by one copy and paste in termux. Commands : apt update apt upgrade telnet mapscii.me Thanks for visit.

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]