├── LICENSE ├── README.md ├── TrashSearch.py ├── auth.conf └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rndinfosecguy/TrashSearch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rndinfosecguy/TrashSearch/HEAD/README.md -------------------------------------------------------------------------------- /TrashSearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rndinfosecguy/TrashSearch/HEAD/TrashSearch.py -------------------------------------------------------------------------------- /auth.conf: -------------------------------------------------------------------------------- 1 | username=anonymous 2 | password=Uh324)nwh64AL 3 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | colorama 2 | requests 3 | argparse 4 | --------------------------------------------------------------------------------