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 more

Adding User Accounts mysql – asterisk database

Create mysql user id after logging through root user. mysql -u root -p yourpasswordforroot CREATE USER ‘monty’@’localhost’ IDENTIFIED BY ‘some_pass’;

Read more