Grunt's personal blog

this is my personal blog for my hacking stuff, my degree stuff, etc

View on GitHub

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

#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>