Projects STRLCPY NucleiFuzzinator Commits 9746590f
🤬
  • ■ ■ ■ ■ ■ ■
    .gitignore
     1 + 
     2 +urls.txt
     3 +test/allurls.txt
     4 +test/gau_result.txt
     5 +test/katana_result.txt
     6 +test/nuclei_fuzzing_results_20240412155126.txt
     7 +test/subfinder_alive_urls.txt
     8 +test/subfinder_urls.txt
     9 +test/websites.txt
     10 + 
  • ■ ■ ■ ■ ■ ■
    NucleiFuzzinator.sh
    skipped 86 lines
    87 87   return 1
    88 88   fi
    89 89   katana -silent -list "$subfinder_alive_urls_file" -headless -no-incognito -xhr -d 5 -jc -aff -ef $excluded_extentions -o "$katana_result"
    90  - cat "$katana_result" | anew "$url_file"
     90 + cat "$katana_result" | uro | anew "$url_file"
    91 91   line_count=$(wc -l < "$url_file" | awk '{print $1}')
    92 92   echo -e "${GREEN}katana 执行完成。总共找到 $line_count 个活跃的 URL。${RESET}"
    93 93  }
    skipped 2 lines
    96 96  run_nuclei() {
    97 97   local url_file="$1"
    98 98   echo "更新Nuclei templates"
    99  - nuclei -ut
     99 + nuclei -ut -up -silent
    100 100   echo "正在对收集到的 URL 运行Nuclei"
    101 101   echo -e "Nuclei_command : ${GREEN}cat $url_file | $nuclei_command ${RESET}"
    102 102   cat "$url_file" | $nuclei_command || exit 1
    skipped 162 lines
Please wait...
Page is in error, reload to recover