https://github.com/arshadkazmi42/url-checker
Check list of URLs response and log the required URLs
https://github.com/arshadkazmi42/url-checker
automation bounty bug python scan url
Last synced: 6 days ago
JSON representation
Check list of URLs response and log the required URLs
- Host: GitHub
- URL: https://github.com/arshadkazmi42/url-checker
- Owner: arshadkazmi42
- License: mit
- Created: 2020-07-14T11:43:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T12:21:56.000Z (about 5 years ago)
- Last Synced: 2025-04-02T16:52:03.413Z (6 months ago)
- Topics: automation, bounty, bug, python, scan, url
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url-checker
Check list of URLs GET response text, if the text does not contains any NON_MATCHING keywords, store that URL in results.txt
## How to use
- Edit `check.py`
- Add your keywords in `NOT_MATCHING_LIST`
- Edit domains.txt
- Add list of all the domains in the file. (One domain per line)
- Run `python3 check.py`