No project description provided
Project description
NNKURLPARSER
Overview
The urlparser script takes a list of URLs as input,parses them and generates a list of unique endpoint URLs by removing path components from each original URL. This is the tool which is used as a Bugbounty automation tool for splitting endpoints from recon data. It is used to parser the url according to our desire so we can have a detailed and proper implementation of our attacks for Bugbounty.
Prerequisites
Python installed on our system
Installation
The Installation can be proceeded further by the following command in the terminal: 1.Install pip package:
pip install nnkurlparser
Using in programs
from nnkurlparser import read_urls, main
input_filename = "input.txt"
output_filename = "output.txt"
urls = read_urls(input_filename, output_filename)
print("Parsed URLs:", urls)
# You can also call the main function if needed
# main()
#Remember to replace "input.txt" and "output.txt" with the actual file names you want to use.
Tool Description
This tools is used to automate the url parser procedure and as a result of which we prioritize and execute the bug bounty process and look for the bugs in a more systematic way!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nnkurlparser-0.3.tar.gz
.
File metadata
- Download URL: nnkurlparser-0.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0860dfdd3fa90f8d71af9c2a742e5d108131b1c5b921f782a87226f7e08f766f |
|
MD5 | 31fd73e83e0359d658dcdf2ba244bf3d |
|
BLAKE2b-256 | 242102afd6c35abe4833b7eb4b90e80313195b556b78beedb2d213c777ae2ceb |
File details
Details for the file nnkurlparser-0.3-py3-none-any.whl
.
File metadata
- Download URL: nnkurlparser-0.3-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44530211c45ed5e2477b6e356ec8ee47a3d1435ca5b2c04c00388b0c01456ddc |
|
MD5 | 3e77c4f9287ad99fbe8b690d16ed3ef5 |
|
BLAKE2b-256 | e1b816944cb7a9e649d0e4c0bc7895e889bc193ff25bcb0f49acba6a8e0ed994 |