Firefox Plugins for Penetration Testing
1. Flagfox: can display the national flag of the site, as well as the IP address, domain name, server location and other information of the web page Click on the small flag below
1. Flagfox: can display the national flag of the site, as well as the IP address, domain name, server location and other information of the web page Click on the small flag below
Proxy module: packet capture 1. First enable intercept is on under intercept to capture packets 2. Open the proxy server, you can display the data packets captured by browsing the webpage here
Introduced When an attacker acquires server permissions, he or she usually uses some backdoor technology to maintain the permissions he currently gets, and once the server is implanted in the back door, it is much easier for the attacker to enter the next time Objective Since the attack may be discovered, it may be previously obtained to …
BurpSuite Introduction:BurpSuite is an integrated penetration testing tool with many penetration testing components. It can implement interception requests, packet capture, etc. but is more powerful than fiddler and postman. Burp Suite is a software that does not need to be installed. After the download is complete, you can enable it directly from the command line. However, Burp Suite …
The use of BurpSuite tools for safety testing and learning Read More »
First of all, we need to know that the function of prohibiting copy and paste on a website is generally implemented by JS. It is usually implemented by the following statement: var bodyMain = document.getElementById (‘bodyMain’); // prohibiting copy and paste setting is FALSE bodyMain.oncopy = function(){ return false; } // prohibiting copy and paste setting …
One Method to Crack Websites Prohibiting Copy and Paste Read More »