An open API service indexing awesome lists of open source software.

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

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`