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
MITRE ATT&CK Lookup Tool

MITRE ATT&CK Lookup Tool attack-lookup is a tool that lets you easily check what Tactic, Technique, or Sub-technique ID maps to what name, and vice ve

Curated Intel 33 Nov 22, 2022
Audio Steganography is a technique used to transmit hidden information by modifying an audio signal in an imperceptible manner.

Audio Steganography Audio Steganography is a technique used to transmit hidden information by modifying an audio signal in an imperceptible manner. Ab

Karan Yuvraj Singh 1 Oct 17, 2021
Networkx with neo4j back-end

Dump networkx graph into nodes/relations TSV from neo4jnx.tsv import graph_to_tsv g = pklload('indranet_dir_graph.pkl') graph_to_tsv(g, 'docker/nodes.

Benjamin M. Gyori 1 Oct 27, 2021
A collection of resources/tools and analyses for the angr binary analysis framework.

Awesome angr A collection of resources/tools and analyses for the angr binary analysis framework. This page does not only collect links and external r

105 Jan 02, 2023
A sys-botbase client for remote control automation of Nintendo Switch consoles. Based on SysBot.NET, written in python.

SysBot.py A sys-botbase client for remote control automation of Nintendo Switch consoles. Based on SysBot.NET, written in python. Setup: Download the

7 Dec 16, 2022
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
A program will generate a eth key pair that has the public key that starts with a defined amount of 0

ETHAdressGenerator This short program will generate a eth key pair that has the public key that starts with a defined amount of 0 Requirements Python

3 Nov 19, 2021
This is a package that allows you to create a key-value vault for storing variables in a global context

This is a package that allows you to create a key-value vault for storing variables in a global context. It allows you to set up a keyring with pre-defined constants which act as keys for the vault.

Data Ductus 2 Dec 14, 2022
An okayish python script to generate a random Euler circuit with given number of vertices and edges.

Euler-Circuit-Test-Case-Generator An okayish python script to generate a random Euler circuit with given number of vertices and edges. Executing the S

Alen Antony 1 Nov 13, 2021
Random Name and Slug Generator

Random Name and Slug Generator

Alexander Lukanin 104 Nov 30, 2022
Airspy-Utils is a small software collection to help with firmware related operations on Airspy HF+ devices.

Airspy-Utils Airspy-Utils is a small software collection to help with firmware related operations on Airspy HF+ devices on Linux (and other free syste

Dhiru Kholia 11 Oct 04, 2022
🔩 Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.

Boltons boltons should be builtins. Boltons is a set of over 230 BSD-licensed, pure-Python utilities in the same spirit as — and yet conspicuously mis

Mahmoud Hashemi 6k Jan 04, 2023
Utility to play with ADCS, allows to request tickets and collect information about related objects.

certi Utility to play with ADCS, allows to request tickets and collect information about related objects. Basically, it's the impacket copy of Certify

Eloy 185 Dec 29, 2022
🌲 A simple BST (Binary Search Tree) generator written in python

Tree-Traversals (BST) 🌲 A simple BST (Binary Search Tree) generator written in python Installation Use the package manager pip to install BST. Usage

Jan Kupczyk 1 Dec 12, 2021
Script to autocompound 3commas BO:SO based on user provided risk factor

3commas_compounder Script to autocompound 3commas BO:SO based on user provided risk factor Setup Step 1 git clone this repo into your working director

0 Feb 24, 2022
A Randomizer Oracle

Tezos Randomizer Tezod Randomizer "Oracle". It's a smart contract that you can call to get a random number between X and Y (for now). It uses entropy

Asbjorn Enge 19 Sep 13, 2022
Shypan, a simple, easy to use, full-featured library written in Python.

Shypan, a simple, easy to use, full-featured library written in Python.

ShypanLib 4 Dec 08, 2021
A collection of custom scripts for working with Quake assets.

Custom Quake Tools A collection of custom scripts for working with Quake assets. Features Script to list all BSP files in a Quake mod

Jason Brownlee 3 Jul 05, 2022
Python utility for discovering interesting CFPreferences values on iDevices

Description Simple utility to search for interesting preferences in iDevices. Installation python3 -m pip install -U --user cfprefsmon Example In this

12 Aug 19, 2022
This tool lets you perform some quick tasks for CTFs and Pentesting.

This tool lets you convert strings and numbers between number bases (2, 8, 10 and 16) as well as ASCII text. You can use the IP address analyzer to find out details on IPv4 and perform abbreviation a

Ayomide Ayodele-Soyebo 1 Jul 16, 2022