eris- Elasticsearch Recon Ingestion Scripts (ERIS) 🔎 |
git clone git://git.acid.vegas/eris.git |
Log | Files | Refs | Archive | README | LICENSE |
filter.py (644B)
1 # All of the errors below are yielded from the "title" service name. 2 bad_banners = [ 3 '301 Moved Permanently', 4 '400 Bad Request', 5 '403 Access Denied', 6 '403 Forbidden', 7 '404 Not Found', 8 '408 Request Timeout', 9 '408 Timeout', 10 '500 Internal Server Error', 11 'Access Denied', 12 'Application Server Error', 13 'Bad Request', 14 'Bad Request (400)', 15 'Invalid URL', 16 'Error', 17 'ERROR: The request could not be satisfied', 18 'Fastly error: unknown domain', 19 'HTTP 400', 20 'Request Timeout', 21 'Server Error', 22 'Service Unavailable', 23 'Welcome to nginx!', 24 'Welcome to nginx on Debian!', 25 ]