Git Product home page Git Product logo

urlprobe's Introduction

URLProbe v 2.1

Take a list of URLs and returns their HTTP response codes

Warning: This is a work in progress.

What's New ( update)

Added -s flag to print specific status code. 
Changed colour of HTTP response 404 as red and other interesting responses like 401 and 403 to Cyan colour

Install

With Go:

▶ go get -u github.com/1ndianl33t/urlprobe

usage

▶ cat urls.txt | urlprobe 
▶ cat urls.txt | urlprobe -c 1000 -t 10

Print Only Certain Status Codes

If you only want to print results that returned a certain status code, you can use the -s option:

▶ cat links | urlprobe -c 1000 -t 05 -s 200

Example

▶ assetfinder --subs-only test.com | waybackurls | gf redirect | urlprobe -c 1000 -t 05
▶ Subfinder -d test.com | gau | gf ssrf | urlprobe -c 1000 -t 05

Tips

grep 200ok urls

cat hosts | urlprobe -c 1000 -t 01 | grep 200 | awk '{print $5}' | tee -a lol-200.txt 

Output

[Status code] Content-Length : URL
[200] L 24 https://example.com/robots.txt

Demo

https://asciinema.org/a/335804

Donations

You can encourage me to contribute more to the open source with donations.

8085778875

Contributers

Twitter

Contact

Twitter

urlprobe's People

Contributors

1ndianl33t avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.