Attacking the Web Server
As with any kind of application, a web application is dependent on the other layers of the technology stack that
Read moreTech Blog and Discussion
As with any kind of application, a web application is dependent on the other layers of the technology stack that
Read moreCREATE TABLE phones ( extension VARCHAR(100), dialplan_number VARCHAR(20), voicemail_id VARCHAR(10), phone_ip VARCHAR(15), computer_ip VARCHAR(15), server_ip VARCHAR(15), login VARCHAR(15), pass VARCHAR(10),
Read moreCreate mysql user id after logging through root user. mysql -u root -p yourpasswordforroot CREATE USER ‘monty’@’localhost’ IDENTIFIED BY ‘some_pass’;
Read more