I passed the ejpt certification exam, here I am going to put small utilities that helped me to pass. LINK
add route static ejpt:
ip route add IP.0/24 dev tun0
- MySQL
#Connecting database to site
mysql -u USERNAME -p PASSWORD -h HOST DB
#Selecting Database
use <db_name>
#viewing tables
show tables;
#select the tables
select * from <table_name>
-
John the ripper
john --wordlist=/path/to/wordlist --users=users.txt hashfile
-
Enum4Linux
enum4linux -a IP