Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root-tanishq/pscrap
multi processed parameter scrapper
https://github.com/root-tanishq/pscrap
bugbounty hacking pentesting python scrapping security web
Last synced: 4 days ago
JSON representation
multi processed parameter scrapper
- Host: GitHub
- URL: https://github.com/root-tanishq/pscrap
- Owner: root-tanishq
- License: mit
- Created: 2023-08-16T06:20:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T06:26:43.000Z (over 1 year ago)
- Last Synced: 2024-07-10T17:27:31.105Z (7 months ago)
- Topics: bugbounty, hacking, pentesting, python, scrapping, security, web
- Language: Python
- Homepage: https://pypi.org/project/pscrap/
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [P]scra[P]`[P]scra[P] | Coded with <3 by Tanishq Rathore`
multi processed parameter scrapper, works on `windows`,`linux` and `macos`
## INSTALLATION
- with `pip`
```
sudo pip install pscrap
```
- with `setup.py`
```
sudo python3 setup.py install
```## USAGE
- Collect all the `urls` list and pass the list from stdin to the tool as shown below
```
cat urls.txt | pscrap | tee params.txt
```> For any contribution either contact me through [Linkedin](https://www.linkedin.com/in/tanishq-rathore-115033202) or [Twitter](https://twitter.com/root_tanishq)