Author: Mohamed
-
How to add security checks to your manual / automation test suite
Let me tell you that you can have a basic / moderate security checks in your manual test suite by extending your test cases in two different areas : Input validation Authentication Most of test suites if not all of them are already testing the sections mentioned above but mostly just a basic checks like […]
-
Increase Number of users generated from your local machine
Number of user generated from your local machine depends on your local machine specs but what if you can generate more users with number of tricks. 1. Don’t use listners Listners consumes a lot of memory to be able to display information and do the necessary calculations , the less listners you use the more […]
-
WordPress Security testing using WP-Scan
Do not use the following instructions to exploit websites , Usage of WP-Scan for attacking targets without prior mutual consent is illegal. WordPress now powers 30 percent of the web, according to data from web technology survey firm W3Techs. WordPress is important framework and as the aove statistics it is widely used thats why securing a web […]
-
SQL Map
Do not use the following instructions to exploit others websites / services , Usage of SQL Map for attacking targets without prior mutual consent is illegal. According to the Open Web Application Security Project (OWASP), injection attacks are first on the list of the top 10 web vulnerabilities. Diving into these, SQL injections are responsible for […]