All Projects → 1ndianl33t → Urlprobe

1ndianl33t / Urlprobe

Licence: mit
Urls status code & content length checker

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Urlprobe

Bug Monitor
Seebug、structs、cve漏洞实时监控推送系统🔦
Stars: ✭ 257 (+108.94%)
Mutual labels:  bug
Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (-43.9%)
Mutual labels:  bug
Rvd
Robot Vulnerability Database. An archive of robot vulnerabilities and bugs.
Stars: ✭ 87 (-29.27%)
Mutual labels:  bug
Qubes Issues
The Qubes OS Project issue tracker
Stars: ✭ 384 (+212.2%)
Mutual labels:  bug
Beetle
Shake to create Bug Report on GitHub, GitLab and Azure DevOps!
Stars: ✭ 45 (-63.41%)
Mutual labels:  bug
Clickjacking Tester
A python script designed to check if the website if vulnerable of clickjacking and create a poc
Stars: ✭ 72 (-41.46%)
Mutual labels:  bug
CVE-2020-11932
Double-Free BUG in WhatsApp exploit poc.
Stars: ✭ 82 (-33.33%)
Mutual labels:  bug
Hackeronedb
The unofficial HackerOne disclosure Timeline
Stars: ✭ 117 (-4.88%)
Mutual labels:  bug
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (-60.98%)
Mutual labels:  bug
Larabug
Laravel error reporting tool
Stars: ✭ 84 (-31.71%)
Mutual labels:  bug
Bugsnag Js
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.
Stars: ✭ 625 (+408.13%)
Mutual labels:  bug
Ezxss
ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting.
Stars: ✭ 1,022 (+730.89%)
Mutual labels:  bug
Unjailme
A sandbox escape based on the proof-of-concept (CVE-2018-4087) by Rani Idan (Zimperium)
Stars: ✭ 73 (-40.65%)
Mutual labels:  bug
Bounty Targets
This project crawls bug bounty platform scopes (like Hackerone/Bugcrowd/Intigriti/etc) hourly and dumps them into the bounty-targets-data repo
Stars: ✭ 265 (+115.45%)
Mutual labels:  bug
Fb Android Crash
How to crash the integrated browser in FB for Android? Let's open that URL!
Stars: ✭ 89 (-27.64%)
Mutual labels:  bug
ktPlayer-Music-Player
ktPlayer - Music Player on Java 8 with using JavaFX (Desktop)
Stars: ✭ 22 (-82.11%)
Mutual labels:  bug
React Native Exception Handler
A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.
Stars: ✭ 1,170 (+851.22%)
Mutual labels:  bug
Bounty Targets Data
This repo contains hourly-updated data dumps of bug bounty platform scopes (like Hackerone/Bugcrowd/Intigriti/etc) that are eligible for reports
Stars: ✭ 1,783 (+1349.59%)
Mutual labels:  bug
Famous Bugs
Famous bugs fixed, problems solved and failures experienced in software history 🐛 🐝 🐜 🐞
Stars: ✭ 105 (-14.63%)
Mutual labels:  bug
Bug Tracker Pern Ts
Bug Tracking app with project members support. Made with PERN stack + TypeScript.
Stars: ✭ 79 (-35.77%)
Mutual labels:  bug

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].