|
| 1 | +#!/usr/bin/env python2 |
| 2 | +# coding: utf-8 |
| 3 | + |
| 4 | +#-:-:-:-:-:-:-:-:-:-:-:-:# |
| 5 | +# TIDoS Framework # |
| 6 | +#-:-:-:-:-:-:-:-:-:-:-:-:# |
| 7 | + |
| 8 | +#Author : @_tID |
| 9 | +#This module requires TIDoS Framework |
| 10 | +#https://github.com/theInfectedDrake/TIDoS-Framework |
| 11 | + |
| 12 | +patterns = ("<font face=\"Arial\" size=2>error \'800a0005\'</font>", |
| 13 | + "<h2> <i>Runtime Error</i> </h2></span>", |
| 14 | + "<p>Active Server Pages</font> <font face=\"Arial\" size=2>error \'ASP 0126\'</font>", |
| 15 | + "<TR><TD><H4>Error Diagnostic Information</H4><P><P>", |
| 16 | + "<li>Search the <a href=\"http://www.macromedia.com/support/coldfusion/\"", |
| 17 | + "target=\"new\">Knowledge Base</a> to find a solution to your problem.</li>", |
| 18 | + "Server.Execute Error", |
| 19 | + "Warning: opendir(Array):", |
| 20 | + "<H3>Original Exception: </H3>", |
| 21 | + "Server object error", |
| 22 | + "invalid literal for int()", |
| 23 | + "exceptions.ValueError", |
| 24 | + "<h2 style=\"font:8pt/11pt verdana; color:000000\">HTTP 403.6 - Forbidden: IP address rejected<br>", |
| 25 | + "<TITLE>500 Internal Server Error</TITLE>", |
| 26 | + "<b>warning</b>[/]\w\/\w\/\S*", |
| 27 | + "<b>Fatal error</b>:", |
| 28 | + "<b>Warning</b>:", |
| 29 | + "open_basedir restriction in effect", |
| 30 | + "<b> Description: </b>An unhandled exception occurred during the execution of the", |
| 31 | + "<H1>Error page exception</H1>", |
| 32 | + "<h2> <i>Runtime Error</i> </h2></span>", |
| 33 | + "<h2>Traceback <span>(innermost last)</span></h2>", |
| 34 | + "<h1 class=\"error_title\">Ruby on Rails application could not be started</h1>", |
| 35 | + "onclick=\"toggle(\'full exception chain stacktrace\')", |
| 36 | + "at org.apache.catalina", |
| 37 | + "at org.apache.coyote.", |
| 38 | + "<title>Error Occurred While Processing Request</title></head><body><p></p>", |
| 39 | + "<b>Fatal Error</b>", |
| 40 | + "\[an error occurred while processing this directive\]", |
| 41 | + "<HTML><HEAD><TITLE>Error Occurred While Processing Request</TITLE>", |
| 42 | + "Warning: session_start():", |
| 43 | + "PythonHandler django.core.handlers.modpython", |
| 44 | + "t = loader.get_template(template_name) # You need to create a 404.html template.", |
| 45 | + "<HTML><HEAD><TITLE>Error Occurred While Processing Request</TITLE></HEAD><BODY><HR><H3>", |
| 46 | + "<h2> <i>Access is denied</i> </h2></span>", |
| 47 | + "</HEAD><BODY><HR><H3>Error Occurred While Processing Request</H3><P>", |
| 48 | + "\[java.lang.", |
| 49 | + "class java.lang.", |
| 50 | + "java.lang.NullPointerException", |
| 51 | + "java.rmi.ServerException", |
| 52 | + "at java.lang.", |
| 53 | + "at org.apache.tomcat.", |
| 54 | + "The session id contains illegal characters", |
| 55 | + "\] does not contain handler parameter named", |
| 56 | + "eval()'d code</b> on line <b>", |
| 57 | + "at org.apache.jasper.", |
| 58 | + "<html><head><title>Application Exception</title>", |
| 59 | + "<p>Microsoft VBScript runtime </font>", |
| 60 | + "<font face=\"Arial\" size=2>error '800a000d'</font>", |
| 61 | + "<TITLE>nwwcgi Error", |
| 62 | + "Fatal error</b>: preg_replace", |
| 63 | + "thrown in <b>", |
| 64 | + "Stack trace:", |
| 65 | + "</b> on line <b>") |
0 commit comments