mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-05-01 04:54:21 +02:00
Init WFuzz state
This commit is contained in:
9
tests/detect_timeout/handler.py
Normal file
9
tests/detect_timeout/handler.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from http.server import BaseHTTPRequestHandler
|
||||
|
||||
|
||||
class RequestHandler(BaseHTTPRequestHandler):
|
||||
def do_GET(self):
|
||||
pass
|
||||
|
||||
def send_error(self, code, message=None, explain=None):
|
||||
pass
|
||||
2
tests/detect_timeout/test.sh
Normal file
2
tests/detect_timeout/test.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
./fuzz_and_grep_logs.sh "$(dirname "${BASH_SOURCE[0]}")" "Timeout or closed connection"
|
||||
exit $?
|
||||
Reference in New Issue
Block a user