@@ -15,34 +15,9 @@ The Attack Surface Detector uses static code analyses to identify web app endpoi
1515
1616To see a brief demonstration for the Attack Surface Detector, you can check it out [ here:] ( https://youtu.be/jUUJNRcmqwI )
1717
18- # Building the Plugin
19-
20- 1 . Install * Maven* : https://maven.apache.org/install.html
21- 2 . Clone * Attack Surface Detector* repository: https://github.com/secdec/attack-surface-detector-burp
22- 3 . Navigate to the source code * Directory* , open terminal and run the command ` mvn clean package `
23- 4 . The plugin will be located in the target folder named * attacksurfacedetector-release-1-jar-with-dependencies* .
24-
25- # Installation
26-
27- ## Requirements
28- * This plugin
29- * PortSwigger Burp Suite
30-
31- ## How to Install
32-
33- [ Detailed Build/install instructions] ( https://github.com/secdec/attack-surface-detector-zap/wiki ) .
34-
35- 1. Download and install the latest build of PortSwigger BurpSuite from http://portswigger.net/burp/
36- 2 . Downlaod the latest Attack Surface Detector jar file from [ https://github.com/secdec/attack-surface-detector-burp/releases ] ( https://github.com/secdec/attack-surface-detector-burp/releases )
37- 3. Launch Burp
38- 4 . Navigate to the * Extender* tab -> add
39- 5 . Locate the Attack Surface Detector jar file
40- 6 . Click Next
41-
4218## Extension Details
4319* Extension Type: Java
44- * Extension File: attacksurfacedetector-release-1-jar-with-dependencies
45- * All other fields can be left alone
20+ * Extension File: attacksurfacedetector-release-#-jar-with-dependencies
4621
4722### Burp Suite Professional
4823* Scanner functionality available.
@@ -53,5 +28,24 @@ To see a brief demonstration for the Attack Surface Detector, you can check it o
5328
5429
5530
31+ ## Installation
32+ [ Detailed install instructions] ( https://github.com/secdec/attack-surface-detector-burp/wiki/Installation ) .
33+
34+ # For Developers & Contributors
35+
36+ ## Build Instructions
37+ 1 . Install Maven. - [ https://maven.apache.org/install.html ] ( https://maven.apache.org/install.html )
38+ 2 . Clone Attack Surface Detector repository - https://github.com/secdec/attack-surface-detector-burp
39+ 3 . Navigate to the Source Code Directory
40+ 4 . Open a new terminal and run the command ` mvn clean package `
41+ 4 . The plugin will be located in the target folder named attacksurfacedetector-release-#-jar-with-dependencies.jar
42+
43+ ## License
44+
45+ Licensed under the [ MPL] ( https://github.com/secdec/attack-surface-detector-burp/blob/master/LICENSE ) License.
46+
47+
48+
49+
5650
5751
0 commit comments