You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to manage hierarchy of vulnerabilities (on the same IP) with regex on PATH.
For example, if you are performing a pentest (using burp) for 5 web applications and all the apps are hosted on the same IP, all the vulnerabilities will be mixed.
I think the best solution is apply rules on the vulnerabilities. For example regex on the PATH field.
I would like to manage hierarchy of vulnerabilities (on the same IP) with regex on PATH.
For example, if you are performing a pentest (using burp) for 5 web applications and all the apps are hosted on the same IP, all the vulnerabilities will be mixed.
I think the best solution is apply rules on the vulnerabilities. For example regex on the PATH field.
For example:
http://virtualhost1/index.aspx
http://virtualhost2/index.php
http://virtualhost3/app1/index.jsp
http://virtualhost3/app2/index.jsp
Here I have 4 apps in 3 virtualhosts in 1 IP. To classify I would like to create a rule per app:
App1: ^http://virtualhost1/.*
App2: ^http://virtualhost2/.*
App3: ^http://virtualhost3/app1/.*
App4: ^http://virtualhost3/app2/.*
So instead of mix all the vulnerabilities on the same ip, it is possible to create childs to access easily to vulnerabilities.
Menu:
The text was updated successfully, but these errors were encountered: