A python tool give n number of inputs and parallelly you will get a output by separetely

Overview

http-status-finder

Hello Everyone!! This is kavisurya, In this tool you can give n number of inputs and parallelly you will get a output by separetely. Here you can give time delay to every each requests. So you will escape from some firewall securities. This tool will give 98% of accuracy. But this tool like slow or based on your bandwidth. Thank you follow me on https://instagram.com/kavisuryaofficial

Installation

git clone https://github.com/kavisurya/http-status-finder.git
cd http-status-finder/
pip install -r requirements.txt
python3 httpstatusless.py -h

NOTE : THIS TOOL ONLY FOR LINUX DISTRIBUTIONS

Output

███╗   ███╗██████╗ ██████╗ ██╗  ██╗ ██████╗
████╗ ████║██╔══██╗██╔══██╗██║  ██║██╔═████╗
██╔████╔██║██████╔╝██████╔╝███████║██║██╔██║
██║╚██╔╝██║██╔══██╗██╔══██╗╚════██║████╔╝██║
██║ ╚═╝ ██║██║  ██║██║  ██║     ██║╚██████╔╝
╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝     ╚═╝ ╚═════╝


Hello Everyone!!
 This is kavisurya,
 In this tool you can give n number of inputs and parallelly you will get a output by separetely.
 Here you can give time delay to every each requests. So you will escape from some firewall securities. 
 Thank you
 follow me on https://instagram.com/kavisuryaofficial




usage: httpstatusless.py [-h] [-f FILE] [-d DELAY] [-p PROJECT_NAME]

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE
  -d DELAY, --delay DELAY
  -p PROJECT_NAME, --project_Name PROJECT_NAME

If your URL list lesser than 300, Use below commands !!

Usage

-f -> input file example : /home/rao/urls.txt 
-d -> delay for each requests 
-p -> Your project name


python3 httpstatusless.py -f /home/rao/urls.txt -d 0 -p 'projectname'

NOTE : During the process, if you're get something error, Don't stop the process it automatically resolve. Otherwise, You check manually.

Time based checking

python3 httpstatusless.py -f /home/rao/urls.txt -d 5 -p 'projectname'

If your URL list greater than 300, Use below commands !!

Usage

cd http-status-finder/
python3 run.py -h

Output

Hello Everyone!!
 This is kavisurya,
 In this tool you can give n number of inputs and parallelly you will get a output by separetely.
 Here you can give time delay to every each requests. So you will escape from some firewall securities. 
 Thank you
 follow me on https://instagram.com/kavisuryaofficial
Example : python3 run.py -f /home/rao/file.txt -d 0 -p 'Test_project' -r 0


usage: run.py [-h] [-f FILE] [-d DELAY] [-p PROJECT_NAME] [-r RESUME]

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE
  -d DELAY, --delay DELAY
  -p PROJECT_NAME, --project_Name PROJECT_NAME
  -r RESUME, --resume RESUME
                        Resume your files. Example : python3 run.py -f /home/rao/file.txt -d 0 -p 'Test_project' -r 3 [3 means starts
                        from 3rd file.]

Description

In this Mode for a complete large number of checking processes. If your URL's 30000 or lakhs, The first work is in this tool, split your URL's by 100. Ex: your URL's like 30000, [ 30000/100 = 300 ] Here your URL's splitting 300, and giving input to the tool. You can see the split URLs path /yourprojectname/Fragnement/file1.txt....file300.txt. In this process, you're suddenly come out from this tool, you can again resume that process. Ex. During 3'rd file process, you're come out of this tool, you can resume with the 3rd file using the -r parameter.

python3 run.py -f /home/rao/file.txt -d 0 -p 'Test_project' -r 3 

usage

python3 run.py -f /home/rao/file.txt -d 0 -p 'Test_project' -r 0

-f -> input file example : /home/rao/urls.txt 
-d -> delay for each requests 
-p -> Your project name
-r -> Resume your files.

Time based checking

python3 httpstatusless.py -f /home/rao/urls.txt -d 5 -p 'projectname' -r 0

Resume Your process

python3 httpstatusless.py -f /home/rao/urls.txt -d 0 -p 'projectname' -r 3

[3 means starts from 3rd file.]

THANK YOU

Owner
KAVISURYA V
Cyber Security Enthusiast with intermediate experience in the area of Application Security, Automation, Open Source Intelligence, Full stack web developer.
KAVISURYA V
A Python script that transcript Arcaea chart file (.aff file) into AutoJS touchscreen script which automatically plays the Arcaea chart

ArcaeaAutoplay (AutoJS Version) A Python script that transcript Arcaea chart file (.aff file) into AutoJS touchscreen script which automatically plays

7 Dec 03, 2021
Blender 2.93 addon for loading Quake II MD2 files

io_mesh_md2 is a Blender 2.93 addon for importing Quake II MD2 files.

Joshua Skelton 11 Aug 31, 2022
async parser for JET

This project is mainly aims to provide an async parsing option for NTDS.dit database file for obtaining user secrets.

15 Mar 08, 2022
JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python🚀

Pure Python JavaScript Translator/Interpreter Everything is done in 100% pure Python so it's extremely easy to install and use. Supports Python 2 & 3.

Piotr Dabkowski 2.1k Dec 30, 2022
Give you a better view of your Docker registry disk usage.

registry-du Give you a better view of your Docker registry disk usage. This small tool will analysis your Docker registry(vanilla or Harbor both work)

Nova Kwok 16 Jan 07, 2023
This is discord nitro code generator and checker made with python. This will generate nitro codes and checks if the code is valid or not. If code is valid then it will print the code leaving 2 lines and if not then it will print '*'.

Discord Nitro Generator And Checker ⚙️ Rᴜɴ Oɴ Rᴇᴘʟɪᴛ 🛠️ Lᴀɴɢᴜᴀɢᴇs Aɴᴅ Tᴏᴏʟs If you are taking code from this repository without a fork, then atleast

Vɪɴᴀʏᴀᴋ Pᴀɴᴅᴇʏ 37 Jan 07, 2023
DUQ is a python package for working with physical Dimensions, Units, and Quantities.

DUQ is a python package for working with physical Dimensions, Units, and Quantities.

2 Nov 02, 2022
Personal Toolbox Package

Jammy (Jam) A personal toolbox by Qsh.zh. Usage setup For core package, run pip install jammy To access functions in bin git clone https://gitlab.com/

5 Sep 16, 2022
Dependency injection lib for Python 3.8+

PyDI Dependency injection lib for python How to use To define the classes that should be injected and stored as bean use decorator @component @compone

Nikita Antropov 2 Nov 09, 2021
Helper script to bootstrap a Python environment with the tools required to build and install packages.

python-bootstrap Helper script to bootstrap a Python environment with the tools required to build and install packages. Usage $ python -m bootstrap.bu

Filipe Laíns 7 Oct 06, 2022
✨ Un générateur d'adresse IP aléatoire totalement fait en Python par moi, et en français.

IP Generateur ❗ Un générateur d'adresse IP aléatoire totalement fait en Python par moi, et en français. 🔮 Avec l'utilisation du module "random", j'ai

MrGabin 3 Jun 06, 2021
These scripts look for non-printable unicode characters in all text files in a source tree

find-unicode-control These scripts look for non-printable unicode characters in all text files in a source tree. find_unicode_control.py should work w

Siddhesh Poyarekar 25 Aug 30, 2022
Spacegit is a .git exposed finder

Spacegit Spacegit is a basic .git exposed finder Usage: You need python3 installed to run spacegit use: python3 spacegit.py (url) Disclaimer: **This i

2 Nov 30, 2021
A simple dork generator written in python that outputs dorks with the domain extensions you enter

Dork Gen A simple dork generator written in python that outputs dorks with the domain extensions you enter in a ".txt file". Usage The code is pretty

Z3NToX 4 Oct 30, 2022
Functional UUIDs for Python.

🏷️FUUID stands for Functional Universally Unique IDentifier. FUUIDs are compatible with regular UUIDs but are naturally ordered by generation time, collision-free and support succinct representations

Phil Demetriou 147 Oct 27, 2022
Monte Carlo simulation of 3G rules

mc3g Monte Carlo simulation of 3G rules This project contains the Python code to do simulations of events according to the 3G rule (in German: "Geimpf

Jan Christoph Terasa 4 Nov 01, 2021
A python module to validate input.

A python module to validate input.

Matthias 6 Sep 13, 2022
A simple gpsd client and python library.

gpsdclient A small and simple gpsd client and library Installation Needs Python 3 (no other dependencies). If you want to use the library, use pip: pi

Thomas Feldmann 33 Nov 24, 2022
New time-based UUID formats which are suited for use as a database key

uuid6 New time-based UUID formats which are suited for use as a database key. This module extends immutable UUID objects (the UUID class) with the fun

26 Dec 30, 2022
A python program to find binary, octal and hexadecimal of a decimal.

decimal-converter This little python program can convert a decimal in to, Binary Octal Hexadecimal Needed Python 3 or later or a online python compile

Chandula Janith 0 Nov 27, 2021