Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
This tool will scan all the URL's in the file and will provide Content-Length and Status-Code. Result will be saved in different files
Python
Branch: master
Clone or download
Latest commit 7cb409c Feb 2, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Images Add files via upload Feb 2, 2020
ford Add files via upload Feb 2, 2020
README.md Update README.md Feb 2, 2020
codeza.py Update codeza.py Feb 2, 2020
ford_alive.txt Add files via upload Jan 31, 2020
ford_all.txt Add files via upload Jan 31, 2020

README.md

Description

This tool will enumerate all the URL's in the file and will classify all of them according to their content-Length, Status-code, Title, Forms, possbile Dom-XSS. Result will be saved in different files in given foldername This tool makes easy to select the targets when you have lot's of domains to enumerate

 ____________________________________________________________________
|           /|                                                       |
|          / |                                                       |
|    _____|  |_____                                                  |      
|   /_____   _____/                                                  |
|         |  | _      ____   ____   ____   _____  _____      _       |    
|         |  || |    |####| |####| |####  |##### |#####     /#\      |    
|         |  || |   |#      #    # |#   # |#|___    /#     /# #\     |    
|         |  || |   |#      #    # |#   # |####    /#     /#/_\#\    |    
|         |  ||/    |#____  #____# |#___# |#|__   /#___  /#/   \#\   |    
|         | /        |####| |####| |####  |##### /##### /#/     \#\  |    
|         |/                                                         |    
|                     # Coded By Raunak Parmar - @trouble1_raunak    |
|____________________________________________________________________|

Image codeza

Note

I have provided a list of subdomins of *.ford.com with more then 5000 domins.

Provide file_name, min_content_length, Folder_name_to_create respectively while using codeza.py

Make sure file contains URL's with http:// or https://

Usage

  1. Get all list of subdomains in a file (eg. all.txt)
  2. use httprobe command (eg. cat all.txt | httprobe > alive.txt) --> https://github.com/tomnomnom/httprobe Now Use codeza.py to enumerate all url's
  3. python codeza.py alive.txt 500 ford
root@kali:~/recon/tagert# python codeza.py alive.txt 500 ford
root@kali:~/recon/tagert# cd ford/
root@kali:~/recon/tagert/ford# ls
contains_form.txt possible_Dom_XXS.txt potential_result.txt  potential.txt  status with_titles.txt
root@kali:~/recon/tagert/ford# cd status/
root@kali:~/recon/tagert/ford/status# ls
200.txt  301.txt  302.txt  303.txt  400.txt  401.txt  403.txt  404.txt  500.txt  502.txt  503.txt
root@kali:~/recon/tagert/ford/status# cat 200.txt | wc -l
926
root@kali:~/recon/tagert/ford/status# cat 404.txt | wc -l
137
root@kali:~/recon/tagert/ford/status# cat 500.txt | wc -l
17
root@kali:~/recon/tagert/ford/status# cat 303.txt | wc -l
3
root@kali:~/recon/tagert/ford/status# 

Twitter- https://twitter.com/trouble1_raunak

Youtube- https://www.youtube.com/channel/UCkJ_sEF8iUDXPCI3UL0DAcg/videos

Nullmeet profile- https://null.co.in/profile/20680-raunak-parmar

Images

Image codeza

Image codeza

Image codeza

Image codeza

Image codeza

Image codeza

You can’t perform that action at this time.