Skip to content

Commit

Permalink
Added complete filename guessing from scan results (v1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberaz0r committed Jan 7, 2022
1 parent 293a1e9 commit fd5a76c
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 12 deletions.
1 change: 1 addition & 0 deletions BappDescription.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
<li>Configure the parameters used for the scan and customize them in any way you want</li>
<li>Edit the base request performed (you can add headers, cookies, edit the User Agent, etc)</li>
<li>Save the scan output to a file</li>
<li>Create an Intruder Payload Set for guessing complete names from shortnames retrieved from scan results (by using wordlists)</li>
</ul>
<p>The source code is available <a href="https://github.com/cyberaz0r/Burp-IISTildeEnumerationScanner">here</a></p>
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ In the Burp UI tab you can:
* Configure the parameters used for the scan and customize them in any way you want
* Edit the base request performed (you can add headers, cookies, edit the User Agent, etc)
* Save the scan output to a file
* Create an Intruder Payload Set for guessing complete names from shortnames retrieved from scan results (by using wordlists)

## Screenshots

Expand All @@ -21,3 +22,13 @@ In the Burp UI tab you can:

### Configuration tab (1366x768)
![config_tab](https://user-images.githubusercontent.com/35109470/146651516-fa33595c-0904-497b-9e28-7591428d5449.png)

## Changelog

* v1.1

Added an Intruder Payload Set Generator for guessing complete names from shortnames retrieved from scan results (by using wordlists)

* v1.0

First release
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'java'

version '1.0'
version '1.1'

repositories {
mavenCentral()
Expand Down
Loading

0 comments on commit fd5a76c

Please sign in to comment.