text
stringclasses 158
values | label
stringclasses 10
values | __index_level_0__
int64 1
101k
|
---|---|---|
{'context_id': 579, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://hoffman.com/taghomepage.jsp', 'method': 'PUT', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.0; Trident/5.1)', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=44b34e4f-5b04-4b4f-90b6-d014453d3e06&newpass1=QgI4y00y&newpass2=Y67gQkpR'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '400', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-400 | 6,973 |
{'context_id': 37, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://parks.com/blog/searchhomepage.php', 'method': 'PUT', 'headers': {'Content-Length': '105', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 6.0; Windows 98; Trident/3.1)', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/utils/guestbook', 'Origin': 'http://127.0.0.1:8000', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=66e82745-0613-489c-9337-f2a624f967b6&newpass1=fn8PwNkF&newpass2=vvJsR4f0'}, 'control_flow': {0: "if request.method == 'POST':", 1: "uname = request.POST.get('uname') # XSS", 2: "umsg = request.POST.get('umsg')", 3: 'gbook = Guestbook(first_name=uname, user_message=umsg, pub_date=timezone.now())', 4: 'gbook.save()', 5: 'posts = Guestbook.objects.all()', 6: 'if posts:', 7: 'context = { "posts": posts,', 8: '"navinfo": config[\'DEFAULT\'][\'XSSs\']', 9: 'context = { "posts": posts,', 10: "return render(request, 'utils/guestbook.html', context)"}, 'response': {'status_code': '204', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-79 | 41,554 |
{'context_id': 523, 'vulnerable': False, 'processing': False, 'request': {'url': 'https://howell.com/search/wp-content/categoryauthor.htm', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 4.0; Trident/4.1)', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/post/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=fecce135-9ae8-4e62-a13f-bf8c00651bba&newpass1=co4HGwuN&newpass2=rjTDtEpz'}, 'control_flow': {'0': 'return self.title', '1': 'return self.title'}, 'response': {'status_code': '200', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Sun, 26 Jan 2025 10:47:18 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 64,264 |
{'context_id': 381, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://maynard.net/wp-contentpost.htm', 'method': 'POST', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'ORIGIN': 'http://127.0.0.1:5000', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/idor/login', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/json', 'User-Agent': 'Opera/9.97.(Windows 98; ik-CA) Presto/2.9.160 Version/11.00'}, 'body': b'csrfmiddlewaretoken=0ebfc61a-0b2f-4fae-9c08-8ac3e7a62c8c&newpass1=1sXBbY5S&newpass2=rgQsKoXp'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: "if request.method == 'GET':", 5: 'return idor_login_api(request, app)', 6: 'form = request.form', 7: "username = form.get('username')", 8: "password = form.get('password')", 9: "password = hashlib.md5(password.encode('utf-8')).hexdigest()", 10: 'db_result = app.db_helper.execute_read(', 11: 'f"SELECT * FROM users WHERE username=:username AND password=:password",', 12: "{ 'username': username, 'password': password }", 13: 'db_result = app.db_helper.execute_read(', 14: 'con = None', 15: 'try:', 16: 'con = self._get_db_connection()', 17: 'return sqlite3.connect(self.DB_FILE_PATH)', 18: 'cur = con.cursor()', 19: 'cur.execute(sql, params)', 20: 'result = cur.fetchall()', 21: 'return result', 22: 'if con is not None:', 23: 'con.close()', 24: 'return result', 25: 'if len(db_result) == 0:', 26: "return render_template('idor/idor_login.html', error=True)", 27: '', 28: '<div class="block">', 29: '<pre>', 30: 'Password: robso1980', 31: '</div>', 32: '', 33: '<div class="block">', 34: '', 35: '<div class="block">', 36: '', 37: '<form action="/idor/login" method="post" style="max-width: 300px;">', 38: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 39: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 40: '<title>Vuln Python App</title>', 41: '<body>', 42: '{% include "./components/navbar.html" %}', 43: '<section class="section">', 44: '{% block content %}{% endblock %}', 45: '</div>', 46: '</section>', 47: '', 48: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 49: '', 50: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 51: '<span aria-hidden="True"></span>', 52: '<span aria-hidden="True"></span>', 53: '</div> -->', 54: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 55: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 56: '', 57: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 58: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 59: '<div id="navbarBasicExample" class="navbar-menu">', 60: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 61: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 62: '<div class="navbar-start">', 63: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 64: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 65: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 66: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 67: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 68: 'Home', 69: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 70: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 71: '</a>', 72: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 73: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 74: '', 75: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 76: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 77: '<div class="navbar-item has-dropdown is-hoverable">', 78: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 79: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 80: '<a class="navbar-link">', 81: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 82: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 83: 'SQL Injection', 84: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 85: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 86: '</a>', 87: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 88: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 89: '', 90: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 91: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 92: '<div class="navbar-dropdown">', 93: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 94: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 95: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 96: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 97: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 98: 'Login', 99: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 100: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 101: '</a>', 102: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 103: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 104: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 105: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 106: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 107: 'Search', 108: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 109: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 110: '</a>', 111: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 112: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 113: '</div>', 114: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 115: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 116: '<script>', 117: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 118: '<div class="control">', 119: '<input class="input" name="username" type="text" placeholder="myuser" required>', 120: '</div>', 121: '<div class="field">', 122: '<div class="control">', 123: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 124: '', 125: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 126: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 127: '', 128: '</script>', 129: '', 130: '{% block js %}{% endblock %}', 131: '</body>', 132: '</html>', 133: 'None', 134: 'None', 135: 'None', 136: 'None', 137: 'None', 138: '</html>'}, 'response': {'status_code': '500', 'headers': {'Content-Type': 'application/json', 'Content-Length': '3984'}}} | CWE-639 | 82,047 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.leon.com/list/listindex.htm', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPad; CPU iPad OS 17_1_2 like Mac OS X) AppleWebKit/536.0 (KHTML, like Gecko) CriOS/17.0.855.0 Mobile/44K492 Safari/536.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=926cc39a-13fb-44e7-9c96-329e7335ec53&newpass1=Kh6UxUio&newpass2=zUcVsbZg'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '400', 'headers': {'Content-Type': 'application/json'}}} | CWE-400 | 20,668 |
{'context_id': 430, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://owens.com/app/tags/wp-contenthomepage.htm', 'method': 'DELETE', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/sql-injection/search?q=', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (Windows 98; Win 9x 4.90; wa-BE; rv:1.9.0.20) Gecko/2446-08-25 17:30:50.432650 Firefox/3.8'}, 'body': b'csrfmiddlewaretoken=9139a63a-e2fc-44d1-b03c-b43aa27f3dcf&newpass1=umH724l0&newpass2=BJYKE3nI'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: 'return sql_injection_search_page(request, app)', 5: "search = request.args.get('q')", 6: 'sql = f"SELECT * FROM products WHERE name LIKE \'%{search}%\'"', 7: 'db_result = app.db_helper.execute_read(sql)', 8: 'con = None', 9: 'try:', 10: 'con = self._get_db_connection()', 11: 'return sqlite3.connect(self.DB_FILE_PATH)', 12: 'cur = con.cursor()', 13: 'cur.execute(sql, params)', 14: 'result = cur.fetchall()', 15: 'return result', 16: 'if con is not None:', 17: 'con.close()', 18: 'return result', 19: 'products = list(', 20: 'map(', 21: 'lambda p: {', 22: 'db_result', 23: 'map(', 24: 'products = list(', 25: 'return render_template(', 26: "'sql_injection/search.html',", 27: 'sql=sql,', 28: 'products=products', 29: 'return render_template(', 30: '', 31: '<div class="block">', 32: '<pre>', 33: '</pre>', 34: '', 35: '<div class="block">', 36: '<form action="/sql-injection/search" method="get" style="max-width: 300px;">', 37: '<div class="block">', 38: '<form action="/sql-injection/search" method="get" style="max-width: 300px;">', 39: '<div class="block">', 40: '<div class="field">', 41: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 42: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 43: '<title>Vuln Python App</title>', 44: '<body>', 45: '{% include "./components/navbar.html" %}', 46: '<section class="section">', 47: '{% block content %}{% endblock %}', 48: '</div>', 49: '</section>', 50: '', 51: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 52: '', 53: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 54: '<span aria-hidden="True"></span>', 55: '<span aria-hidden="True"></span>', 56: '</div> -->', 57: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 58: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 59: '', 60: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 61: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 62: '<div id="navbarBasicExample" class="navbar-menu">', 63: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 64: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 65: '<div class="navbar-start">', 66: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 67: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 68: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 69: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 70: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 71: 'Home', 72: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 73: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 74: '</a>', 75: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 76: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 77: '', 78: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 79: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 80: '<div class="navbar-item has-dropdown is-hoverable">', 81: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 82: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 83: '<a class="navbar-link">', 84: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 85: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 86: 'SQL Injection', 87: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 88: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 89: '</a>', 90: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 91: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 92: '', 93: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 94: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 95: '<div class="navbar-dropdown">', 96: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 97: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 98: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 99: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 100: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 101: 'Login', 102: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 103: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 104: '</a>', 105: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 106: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 107: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 108: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 109: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 110: 'Search', 111: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 112: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 113: '</a>', 114: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 115: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 116: '</div>', 117: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 118: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 119: '<script>', 120: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 121: '<input class="input" name="q" type="text" placeholder="product...">', 122: '</div>', 123: '</div>', 124: '<div class="field is-grouped">', 125: '<div class="control">', 126: '<button class="button is-link">Search</button>', 127: '</div>', 128: '</form>', 129: '</div>', 130: '', 131: '<tbody>', 132: '{% for product in products %}', 133: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 134: '', 135: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 136: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 137: '', 138: '</script>', 139: '', 140: '{% block js %}{% endblock %}', 141: '</body>', 142: '</html>', 143: 'None', 144: 'None', 145: 'None', 146: 'None', 147: 'None', 148: '</html>'}, 'response': {'status_code': '502', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '4027'}}} | CWE-89 | 89,844 |
{'context_id': 430, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://owens.com/app/tags/wp-contenthomepage.htm', 'method': 'DELETE', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/sql-injection/search?q=', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (Windows 98; Win 9x 4.90; wa-BE; rv:1.9.0.20) Gecko/2446-08-25 17:30:50.432650 Firefox/3.8'}, 'body': b'csrfmiddlewaretoken=9139a63a-e2fc-44d1-b03c-b43aa27f3dcf&newpass1=umH724l0&newpass2=BJYKE3nI'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: 'return sql_injection_search_page(request, app)', 5: "search = request.args.get('q')", 6: 'sql = f"SELECT * FROM products WHERE name LIKE \'%{search}%\'"', 7: 'db_result = app.db_helper.execute_read(sql)', 8: 'con = None', 9: 'try:', 10: 'con = self._get_db_connection()', 11: 'return sqlite3.connect(self.DB_FILE_PATH)', 12: 'cur = con.cursor()', 13: 'cur.execute(sql, params)', 14: 'result = cur.fetchall()', 15: 'return result', 16: 'if con is not None:', 17: 'con.close()', 18: 'return result', 19: 'products = list(', 20: 'map(', 21: 'lambda p: {', 22: 'db_result', 23: 'map(', 24: 'products = list(', 25: 'return render_template(', 26: "'sql_injection/search.html',", 27: 'sql=sql,', 28: 'products=products', 29: 'return render_template(', 30: '', 31: '<div class="block">', 32: '<pre>', 33: '</pre>', 34: '', 35: '<div class="block">', 36: '<form action="/sql-injection/search" method="get" style="max-width: 300px;">', 37: '<div class="block">', 38: '<form action="/sql-injection/search" method="get" style="max-width: 300px;">', 39: '<div class="block">', 40: '<div class="field">', 41: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 42: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 43: '<title>Vuln Python App</title>', 44: '<body>', 45: '{% include "./components/navbar.html" %}', 46: '<section class="section">', 47: '{% block content %}{% endblock %}', 48: '</div>', 49: '</section>', 50: '', 51: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 52: '', 53: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 54: '<span aria-hidden="True"></span>', 55: '<span aria-hidden="True"></span>', 56: '</div> -->', 57: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 58: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 59: '', 60: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 61: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 62: '<div id="navbarBasicExample" class="navbar-menu">', 63: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 64: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 65: '<div class="navbar-start">', 66: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 67: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 68: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 69: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 70: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 71: 'Home', 72: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 73: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 74: '</a>', 75: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 76: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 77: '', 78: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 79: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 80: '<div class="navbar-item has-dropdown is-hoverable">', 81: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 82: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 83: '<a class="navbar-link">', 84: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 85: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 86: 'SQL Injection', 87: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 88: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 89: '</a>', 90: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 91: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 92: '', 93: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 94: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 95: '<div class="navbar-dropdown">', 96: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 97: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 98: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 99: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 100: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 101: 'Login', 102: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 103: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 104: '</a>', 105: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 106: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 107: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 108: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 109: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 110: 'Search', 111: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 112: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 113: '</a>', 114: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 115: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 116: '</div>', 117: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 118: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 119: '<script>', 120: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 121: '<input class="input" name="q" type="text" placeholder="product...">', 122: '</div>', 123: '</div>', 124: '<div class="field is-grouped">', 125: '<div class="control">', 126: '<button class="button is-link">Search</button>', 127: '</div>', 128: '</form>', 129: '</div>', 130: '', 131: '<tbody>', 132: '{% for product in products %}', 133: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 134: '', 135: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 136: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 137: '', 138: '</script>', 139: '', 140: '{% block js %}{% endblock %}', 141: '</body>', 142: '</html>', 143: 'None', 144: 'None', 145: 'None', 146: 'None', 147: 'None', 148: '</html>'}, 'response': {'status_code': '502', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '4027'}}} | CWE-89 | 90,125 |
{'context_id': 504, 'vulnerable': False, 'processing': True, 'request': {'url': 'https://www.freeman.net/mainpost.html', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows NT 5.1; kk-KZ; rv:1.9.1.20) Gecko/4528-12-15 01:34:45.922318 Firefox/3.8', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=PPnwo7VADLFS8tp8pohOq8vYURa40OakMltXES61eHrcEwusisdiRVzdSu5pvWVw; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=6cf9ab28-c1a5-41c3-af99-59f44e7d5e96&newpass1=OJnEOZiY&newpass2=igkUt0SJ'}, 'control_flow': {'0': 'return Post.objects.filter(status=1)'}, 'response': {'status_code': '201', 'headers': {'Content-Type': 'application/json'}}} | Clean | 52,029 |
{'context_id': 483, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.becker-sampson.com/categoryauthor.html', 'method': 'PUT', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/css,*/*;q=0.1', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/analyzer', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'SEC_FETCH_DEST': 'style', 'SEC_FETCH_MODE': 'no-cors', 'SEC_FETCH_SITE': 'same-origin', 'PRIORITY': 'u=2', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) CriOS/45.0.894.0 Mobile/58F192 Safari/535.2'}, 'body': b'csrfmiddlewaretoken=825b4d02-b418-4b02-bf29-be53dc65e062&newpass1=O8Z9Ehfg&newpass2=zjIMprHx'}, 'control_flow': {}, 'response': {'status_code': '502', 'headers': {'Content-Disposition': 'inline; filename=403.css', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '1022', 'Last-Modified': 'Wed, 22 Jan 2025 23:29:59 GMT', 'Cache-Control': 'no-cache', 'ETag': '"1737588599.362596-1022-370545494"', 'Date': 'Wed, 22 Jan 2025 23:36:45 GMT'}}} | Clean | 47,328 |
{'context_id': 485, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://baker.net/searchprivacy.html', 'method': 'POST', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/analyzer', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/json', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; gv-GB) AppleWebKit/533.16.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B117 Safari/6533.16.7'}, 'body': b'csrfmiddlewaretoken=17574452-e833-4944-b783-0982132a478a&newpass1=0MPHPpgB&newpass2=x3HDqsBO'}, 'control_flow': {0: "url = request.args.get('url', '')", 1: 'if url:', 2: 'r = requests.get(url)', 3: "return render_template('analyzer.html', req=r)", 4: '<html>', 5: '', 6: '<title>Web App Analyzer</title>', 7: '', 8: '</html>', 9: '<link rel="stylesheet" type="text/css" href="../static/styles/analyzer.css">', 10: '<link rel="icon" type="image/x-icon" href="../static/faviconAnalyzer.ico">', 11: '</head>', 12: '', 13: '<body>', 14: '<div class="content center">', 15: '<h1>Headers</h1>', 16: '<div class="headers">{{ req.headers }}</div>', 17: '', 18: '<h1>Preview</h1>', 19: '<iframe src="{{ req.url }}" frameborder="2" width="600" height="600"></iframe>', 20: '</div>'}, 'response': {'status_code': '201', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '1162'}}} | CWE-918 | 100,852 |
{'context_id': 413, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://fleming.org/categorieslogin.htm', 'method': 'DELETE', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'ORIGIN': 'http://127.0.0.1:5000', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/sql-injection/login', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/5.1)'}, 'body': b'csrfmiddlewaretoken=8a7dc2eb-4b4f-479a-97c6-bd4375325975&newpass1=DzG4kGzP&newpass2=Yba8RQgD'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: "if request.method == 'GET':", 5: 'return sql_injection_login_api(request, app)', 6: 'form = request.form', 7: "username = form.get('username')", 8: "password = form.get('password')", 9: 'password_hash = _hash_password(password)', 10: "md5_pass = hashlib.md5(password.encode('utf-8')).hexdigest()", 11: 'return md5_pass', 12: 'sql = f"SELECT * FROM users WHERE username=\'{username}\' AND password=\'{password_hash}\'"', 13: 'db_result = app.db_helper.execute_read(sql)', 14: 'con = None', 15: 'try:', 16: 'con = self._get_db_connection()', 17: 'return sqlite3.connect(self.DB_FILE_PATH)', 18: 'cur = con.cursor()', 19: 'cur.execute(sql, params)', 20: 'result = cur.fetchall()', 21: 'return result', 22: 'if con is not None:', 23: 'con.close()', 24: 'return result', 25: ')[0] if len(db_result) > 0 else None', 26: 'user = list(', 27: 'map(', 28: 'lambda u: {', 29: 'db_result', 30: 'map(', 31: 'user = list(', 32: "'id': u[0],", 33: "'username': u[1],", 34: "'password': u[2]", 35: 'lambda u: {', 36: ')[0] if len(db_result) > 0 else None', 37: 'user = list(', 38: 'user = list(', 39: 'return render_template(', 40: "'sql_injection/login.html',", 41: 'sql=sql,', 42: 'logged=user is not None', 43: 'return render_template(', 44: '', 45: '<div class="block">', 46: '<pre>', 47: 'Password: Admin123', 48: '<code lang="sql">', 49: '{{ sql }}', 50: '</code>', 51: '{{ sql }}', 52: '</code>', 53: '{{ sql }}', 54: '</div>', 55: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 56: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 57: '<title>Vuln Python App</title>', 58: '<body>', 59: '{% include "./components/navbar.html" %}', 60: '<section class="section">', 61: '{% block content %}{% endblock %}', 62: '</div>', 63: '</section>', 64: '', 65: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 66: '', 67: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 68: '<span aria-hidden="True"></span>', 69: '<span aria-hidden="True"></span>', 70: '</div> -->', 71: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 72: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 73: '', 74: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 75: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 76: '<div id="navbarBasicExample" class="navbar-menu">', 77: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 78: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 79: '<div class="navbar-start">', 80: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 81: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 82: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 83: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 84: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 85: 'Home', 86: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 87: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 88: '</a>', 89: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 90: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 91: '', 92: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 93: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 94: '<div class="navbar-item has-dropdown is-hoverable">', 95: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 96: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 97: '<a class="navbar-link">', 98: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 99: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 100: 'SQL Injection', 101: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 102: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 103: '</a>', 104: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 105: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 106: '', 107: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 108: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 109: '<div class="navbar-dropdown">', 110: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 111: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 112: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 113: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 114: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 115: 'Login', 116: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 117: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 118: '</a>', 119: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 120: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 121: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 122: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 123: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 124: 'Search', 125: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 126: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 127: '</a>', 128: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 129: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 130: '</div>', 131: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 132: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 133: '<script>', 134: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 135: '<form action="/sql-injection/login" method="post" style="max-width: 300px;">', 136: '<div class="field">', 137: '<label class="label">Username</label>', 138: '<input class="input" name="username" type="text" placeholder="myuser" required>', 139: '</div>', 140: '</div>', 141: '<label class="label">Password</label>', 142: '<div class="control">', 143: '<input class="input" name="password" type="password" placeholder="********" required>', 144: '</div>', 145: '', 146: '<div class="notification is-success">', 147: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 148: '', 149: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 150: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 151: '', 152: '</script>', 153: '', 154: '{% block js %}{% endblock %}', 155: '</body>', 156: '</html>', 157: 'None', 158: 'None', 159: 'None', 160: 'None', 161: 'None', 162: '</html>'}, 'response': {'status_code': '200', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '4245'}}} | CWE-89 | 92,202 |
{'context_id': 458, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://smith.com/tag/tagprivacy.asp', 'method': 'PATCH', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/xss/reflected?search=%3Cscript%3Ealert%28%22%D0%B4%D0%B0%D1%80%D0%BE%D0%B2%D0%B0%22%29%3B%3C%2Fscript%3E', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.0; Trident/4.0)'}, 'body': b'csrfmiddlewaretoken=141f47b4-6b05-4264-8c4e-563d86bfd3e1&newpass1=GnC3FXtj&newpass2=UbiNCQwL'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: 'return xss_reflected_page(request, app)', 5: "search = request.args.get('search')", 6: 'products = app.db_helper.execute_read(', 7: 'f"SELECT * FROM products WHERE name LIKE :search",', 8: "{ 'search': f'%{search}%' }", 9: 'products = app.db_helper.execute_read(', 10: 'con = None', 11: 'try:', 12: 'con = self._get_db_connection()', 13: 'return sqlite3.connect(self.DB_FILE_PATH)', 14: 'cur = con.cursor()', 15: 'cur.execute(sql, params)', 16: 'result = cur.fetchall()', 17: 'return result', 18: 'if con is not None:', 19: 'con.close()', 20: 'return result', 21: 'products = list(', 22: 'map(', 23: 'lambda p: {', 24: 'products', 25: 'map(', 26: 'products = list(', 27: 'return render_template(', 28: "'xss-reflected.html',", 29: 'products=products', 30: 'return render_template(', 31: '', 32: '', 33: '', 34: '<p>', 35: '', 36: '{% autoescape False %}', 37: "{{ request.args.get('search') }}", 38: '{% autoescape False %}', 39: "{{ request.args.get('search') }}", 40: '{% autoescape False %}', 41: '{% endautoescape %}', 42: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 43: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 44: '<title>Vuln Python App</title>', 45: '<body>', 46: '{% include "./components/navbar.html" %}', 47: '<section class="section">', 48: '{% block content %}{% endblock %}', 49: '</div>', 50: '</section>', 51: '', 52: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 53: '', 54: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 55: '<span aria-hidden="True"></span>', 56: '<span aria-hidden="True"></span>', 57: '</div> -->', 58: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 59: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 60: '', 61: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 62: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 63: '<div id="navbarBasicExample" class="navbar-menu">', 64: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 65: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 66: '<div class="navbar-start">', 67: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 68: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 69: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 70: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 71: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 72: 'Home', 73: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 74: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 75: '</a>', 76: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 77: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 78: '', 79: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 80: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 81: '<div class="navbar-item has-dropdown is-hoverable">', 82: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 83: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 84: '<a class="navbar-link">', 85: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 86: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 87: 'SQL Injection', 88: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 89: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 90: '</a>', 91: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 92: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 93: '', 94: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 95: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 96: '<div class="navbar-dropdown">', 97: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 98: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 99: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 100: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 101: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 102: 'Login', 103: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 104: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 105: '</a>', 106: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 107: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 108: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 109: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 110: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 111: 'Search', 112: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 113: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 114: '</a>', 115: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 116: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 117: '</div>', 118: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 119: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 120: '<script>', 121: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 122: '', 123: '<div class="block">', 124: '<form action="/xss/reflected" method="get" style="max-width: 300px;">', 125: '<label class="label">Search</label>', 126: '<div class="control">', 127: '</div>', 128: '</div>', 129: '<div class="field is-grouped">', 130: '<div class="control">', 131: '<button class="button is-link">Search</button>', 132: '</div>', 133: '</div>', 134: '</form>', 135: '</div>', 136: '', 137: '<div class="block">', 138: '{% for product in products %}', 139: '<tr>', 140: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 141: '', 142: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 143: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 144: '', 145: '</script>', 146: '', 147: '{% block js %}{% endblock %}', 148: '</body>', 149: '</html>', 150: 'None', 151: 'None', 152: 'None', 153: 'None', 154: 'None', 155: '</html>'}, 'response': {'status_code': '201', 'headers': {'Content-Type': 'application/json', 'Content-Length': '4033'}}} | CWE-79 | 87,465 |
{'context_id': 518, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.dennis.com/explore/exploreterms.html', 'method': 'PUT', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows; U; Windows NT 4.0) AppleWebKit/532.10.1 (KHTML, like Gecko) Version/5.0.3 Safari/532.10.1', 'Accept': '*/*', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/post/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Sec-Fetch-Dest': 'script', 'Sec-Fetch-Mode': 'no-cors', 'Sec-Fetch-Site': 'same-origin', 'Priority': 'u=2'}, 'body': b'csrfmiddlewaretoken=adc80dab-02c6-405f-ba04-e8e1593b17e4&newpass1=5qUl3leJ&newpass2=uxfyZPqe'}, 'control_flow': {}, 'response': {'status_code': '404', 'headers': {'Content-Type': 'application/json'}}} | Clean | 61,270 |
{'context_id': 538, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://jordan.info/postsmain.php', 'method': 'PUT', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; mag-IN) AppleWebKit/535.46.4 (KHTML, like Gecko) Version/4.0.5 Mobile/8B118 Safari/6535.46.4', 'Accept': '*/*', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/comment/3/change/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Sec-Fetch-Dest': 'script', 'Sec-Fetch-Mode': 'no-cors', 'Sec-Fetch-Site': 'same-origin', 'Priority': 'u=2'}, 'body': b'csrfmiddlewaretoken=2b0c3953-48f3-4248-bffa-0678398531aa&newpass1=A9WGXAx9&newpass2=BfLFbA1J'}, 'control_flow': {}, 'response': {'status_code': '400', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 73,654 |
{'context_id': 499, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.rice-davenport.com/maincategory.htm', 'method': 'POST', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/9.51.(Windows NT 10.0; wo-SN) Presto/2.9.167 Version/11.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=5db07cf2-c460-4876-9567-c4079dd2af76&newpass1=HjWIQxFL&newpass2=O6lcb07w'}, 'control_flow': {}, 'response': {'status_code': '404', 'headers': {'Content-Type': 'application/json'}}} | Clean | 49,243 |
{'context_id': 491, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://zamora.org/categories/app/exploresearch.html', 'method': 'DELETE', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'ORIGIN': 'http://127.0.0.1:5000', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/guestbook', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b; session=eyJjc3JmX3Rva2VuIjoiMzNkNDNlNjA2MDhiMjdjZjBiMGI1Yzk3NWU4MDExZjRjYWMxMzRhNyJ9.Z5GBRA.Q8r4qzslZbU-6Y0h-x9F551fn1A', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; fur-IT) AppleWebKit/535.39.2 (KHTML, like Gecko) Version/3.0.5 Mobile/8B114 Safari/6535.39.2'}, 'body': b'csrfmiddlewaretoken=bf8d7e82-72f5-4fbb-8f16-ea3a4205afd4&newpass1=NEjI3bcO&newpass2=qDq5YoRR'}, 'control_flow': {0: "search_query = request.args.get('q')", 1: 'comments = db.get(search_query)', 2: 'db = init()', 3: "db = sqlite3.connect('data.db')", 4: "db.cursor().execute('CREATE TABLE IF NOT EXISTS comments (id INTEGER PRIMARY KEY, comment TEXT, date TEXT)')", 5: 'return db', 6: 'results = []', 7: "for(comment, date) in db.cursor().execute('SELECT comment, date FROM comments').fetchall():", 8: 'if query is None or query in comment:', 9: 'results.append((comment, date))', 10: "for(comment, date) in db.cursor().execute('SELECT comment, date FROM comments').fetchall():", 11: 'return results', 12: 'form = forms.AddCommentForm()', 13: 'if form.validate_on_submit():', 14: 'db.add(form.comment.data)', 15: 'db = init()', 16: "db = sqlite3.connect('data.db')", 17: "db.cursor().execute('CREATE TABLE IF NOT EXISTS comments (id INTEGER PRIMARY KEY, comment TEXT, date TEXT)')", 18: 'return db', 19: "db.cursor().execute('INSERT INTO comments (comment, date) VALUES (?, ?)', (comment, datetime.utcnow().strftime('%B %d %Y - %H:%M')))", 20: 'db.commit()', 21: "return redirect(url_for('guestbook'))"}, 'response': {'status_code': '400', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '207', 'Location': '/guestbook', 'Vary': 'Cookie'}}} | CWE-79 | 96,696 |
{'context_id': 587, 'vulnerable': False, 'processing': False, 'request': {'url': 'http://bennett-price.net/categorieshomepage.html', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.51.(X11; Linux i686; ig-NG) Presto/2.9.163 Version/10.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=b69c7f1d-e18c-448c-9fac-c2a8e47579eb&newpass1=KYeglzXU&newpass2=mFnWlGiZ'}, 'control_flow': {0: 'profile = get_object_or_404(UserProfile, id=profile_id, user=request.user)'}, 'response': {'status_code': '500', 'headers': {'Content-Type': 'application/json'}}} | Clean | 3,588 |
{'context_id': 480, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://castillo.org/tag/categoryregister.html', 'method': 'POST', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'none', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/json', 'User-Agent': 'Opera/8.25.(X11; Linux x86_64; wae-CH) Presto/2.9.178 Version/11.00'}, 'body': b'csrfmiddlewaretoken=60e5a5a3-924e-4350-877c-1bc1a53f5891&newpass1=zXlBm8EA&newpass2=Ooa2BQim'}, 'control_flow': {0: "return render_template('index.html')", 1: '<html>', 2: '', 3: '<title>DVFA - Damn Vulnerable Flask App</title>', 4: '</div>', 5: '', 6: '<link rel="stylesheet" type="text/css" href="../static/styles/index.css">', 7: '<link rel="icon" type="image/x-icon" href="../static/faviconAnalyzer.ico">', 8: '</head>', 9: '', 10: '<body>', 11: '<div class="content center">', 12: '<div class="header">'}, 'response': {'status_code': '200', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '4216'}}} | Clean | 94,533 |
{'context_id': 579, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://lopez-davis.info/tagspost.htm', 'method': 'POST', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows NT 5.1; mai-IN; rv:1.9.0.20) Gecko/7601-11-06 23:55:11.752563 Firefox/8.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=20eee54a-cdf0-4236-b1d9-84b820ac2941&newpass1=orU7UmFL&newpass2=LXNiwSRu'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '301', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-400 | 5,669 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://miller.com/exploreindex.php', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; nso-ZA) AppleWebKit/535.6.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B116 Safari/6535.6.1', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=af3e4181-456a-49d5-aa5d-5636cd567086&newpass1=oU1WFzaM&newpass2=lUYR26U6'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '500', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-400 | 13,667 |
{'context_id': 550, 'vulnerable': False, 'processing': False, 'request': {'url': 'http://www.hughes.com/wp-content/tagsmain.php', 'method': 'GET', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'python-requests/2.32.3', 'ACCEPT_ENCODING': 'gzip, deflate', 'ACCEPT': '*/*', 'CONNECTION': 'keep-alive', 'Content-Type': 'application/json', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 4.0; Trident/3.1)'}, 'body': b'csrfmiddlewaretoken=c6451bb2-8f1e-4a3f-90d9-7fd1e766bf99&newpass1=81vdn2hQ&newpass2=nicvD7E9'}, 'control_flow': {0: "data = request.form['data']", 1: "decoded_data = base64.b64decode(data.encode('utf-8'))", 2: 'try:', 3: 'deserialized_data = pickle.loads(decoded_data) # VUL: SERIALIZE', 4: 'return f"Десериализированные данные: {deserialized_data}"'}, 'response': {'status_code': '301', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54'}}} | CWE-502 | 31,350 |
{'context_id': 16, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.bray-harris.com/search/tagpost.html', 'method': 'DELETE', 'headers': {'Content-Length': '120', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows 98; eu-FR; rv:1.9.1.20) Gecko/4756-03-21 11:31:39.034729 Firefox/3.8', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/users/login', 'Origin': 'http://127.0.0.1:8000', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=3ac6db67-541d-4e29-bfc7-e6ec23227031&newpass1=owUpuCzz&newpass2=273yleiN'}, 'control_flow': {}, 'response': {'status_code': '502', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Tue, 21 Jan 2025 20:01:18 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 34,605 |
{'context_id': 536, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.stuart.com/app/wp-content/tagsindex.html', 'method': 'PUT', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows NT 5.01; bho-IN; rv:1.9.0.20) Gecko/4832-10-04 06:24:36.921234 Firefox/3.6.18', 'Accept': '*/*', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/comment/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Sec-Fetch-Dest': 'script', 'Sec-Fetch-Mode': 'no-cors', 'Sec-Fetch-Site': 'same-origin', 'Priority': 'u=2'}, 'body': b'csrfmiddlewaretoken=1b0d5a41-aeb3-4a8a-9c49-25eff1f4230a&newpass1=v3Vy3EIM&newpass2=02He90A6'}, 'control_flow': {}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'application/json'}}} | Clean | 72,853 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.williams.com/explore/tagprivacy.html', 'method': 'PUT', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4 rv:3.0; ky-KG) AppleWebKit/534.46.7 (KHTML, like Gecko) Version/5.0.1 Safari/534.46.7', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=b176069c-83a9-4246-aab9-235b8842e5c3&newpass1=WnkXaeZp&newpass2=bnWoXC6L'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '204', 'headers': {'Content-Type': 'application/json'}}} | CWE-400 | 12,771 |
{'context_id': 19, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.taylor.com/list/postsabout.php', 'method': 'POST', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_4 rv:6.0; nr-ZA) AppleWebKit/535.16.3 (KHTML, like Gecko) Version/4.0.1 Safari/535.16.3', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/users/password_reset/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=55084d5a-2237-4bd4-8174-29c54673e13b&newpass1=w2Ss9Pqz&newpass2=an0CR6vS'}, 'control_flow': {}, 'response': {'status_code': '401', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 33,357 |
{'context_id': 586, 'vulnerable': False, 'processing': False, 'request': {'url': 'https://www.jones-zimmerman.com/categoriesregister.htm', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_11_4; rv:1.9.6.20) Gecko/6380-03-18 13:39:38.633514 Firefox/13.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=0bf3bc64-af68-4359-9640-a8135d343d12&newpass1=9hMHvEQu&newpass2=RTcFoICF'}, 'control_flow': {0: 'profile = get_object_or_404(UserProfile, id=profile_id, user=request.user)', 1: "'phone_number': profile.phone_number,", 2: 'context = {', 3: "return HttpResponse(f'{context}')"}, 'response': {'status_code': '502', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 2,855 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.king-mitchell.com/main/main/wp-contentfaq.html', 'method': 'DELETE', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 10.0; Trident/5.0)', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=a4143923-08cf-4ab6-b857-a84492af3887&newpass1=JqxJI0bn&newpass2=hZojZvUe'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '500', 'headers': {'Content-Type': 'application/json'}}} | CWE-400 | 16,059 |
{'context_id': 46, 'vulnerable': False, 'processing': False, 'request': {'url': 'https://www.hunt.com/main/tagsindex.html', 'method': 'DELETE', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; ht-HT) AppleWebKit/535.21.4 (KHTML, like Gecko) Version/4.0.5 Mobile/8B116 Safari/6535.21.4', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/utils/filerunner', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=dbb4e037-9e18-4a8a-8c28-4e414d6f3785&newpass1=THuUBhQQ&newpass2=wPK8Ivp2'}, 'control_flow': {0: 'context = { "navinfo": config[\'DEFAULT\'][\'Index\'] } # Clean', 1: "return render(request, 'core/index.html', context)"}, 'response': {'status_code': '201', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 45,335 |
{'context_id': 579, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://lopez-davis.info/tagspost.htm', 'method': 'POST', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows NT 5.1; mai-IN; rv:1.9.0.20) Gecko/7601-11-06 23:55:11.752563 Firefox/8.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=20eee54a-cdf0-4236-b1d9-84b820ac2941&newpass1=orU7UmFL&newpass2=LXNiwSRu'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '301', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-400 | 5,451 |
{'context_id': 520, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.cabrera.biz/categoriescategory.htm', 'method': 'DELETE', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Linux; Android 4.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/46.0.890.0 Safari/535.2', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=6e36057b-b163-473e-89e4-88408787746f&newpass1=NHF16AXS&newpass2=KUgPRuxS'}, 'control_flow': {'0': 'template_name = "post_detail.html"', '1': 'post = get_object_or_404(Post, slug=slug)', '2': 'comments = post.comments.filter(active=True).order_by("-created_on")', '3': 'new_comment = None', '4': 'if request.method == "POST":', '5': 'comment_form = CommentForm()', '6': 'return render(', '7': 'request,', '8': 'template_name,', '9': '"post": post,', '10': '"comments": comments,', '11': '"new_comment": new_comment,', '12': '"comment_form": comment_form,', '13': '{', '14': 'return render(', '15': 'return self.title', '16': 'return self.title', '17': 'return self.title'}, 'response': {'status_code': '502', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 62,280 |
{'context_id': 451, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://ingram.net/posts/searchhomepage.htm', 'method': 'PATCH', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/json', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; ur-PK) AppleWebKit/535.8.4 (KHTML, like Gecko) Version/3.0.5 Mobile/8B114 Safari/6535.8.4'}, 'body': b'csrfmiddlewaretoken=d9de5f5d-9791-44c0-9385-8150e2646aed&newpass1=xnEEmReF&newpass2=GPyBmJU7'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: 'return xss_reflected_page(request, app)', 5: "search = request.args.get('search')", 6: 'products = app.db_helper.execute_read(', 7: 'f"SELECT * FROM products WHERE name LIKE :search",', 8: "{ 'search': f'%{search}%' }", 9: 'products = app.db_helper.execute_read(', 10: 'con = None', 11: 'try:', 12: 'con = self._get_db_connection()', 13: 'return sqlite3.connect(self.DB_FILE_PATH)', 14: 'cur = con.cursor()', 15: 'cur.execute(sql, params)', 16: 'result = cur.fetchall()', 17: 'return result', 18: 'if con is not None:', 19: 'con.close()', 20: 'return result', 21: 'products = list(', 22: 'map(', 23: 'lambda p: {', 24: 'products', 25: 'map(', 26: 'products = list(', 27: "'id': p[0],", 28: "'name': p[1],", 29: "'price': p[2]", 30: 'lambda p: {', 31: "'id': p[0],", 32: "'name': p[1],", 33: "'price': p[2]", 34: 'lambda p: {', 35: 'return render_template(', 36: "'xss-reflected.html',", 37: 'products=products', 38: 'return render_template(', 39: '{% extends "base.html" %}', 40: '{% block content %}', 41: '', 42: '<h1 class="title">XSS - Reflected</h1>', 43: '</div>', 44: '<td>{{ product.name }}</td>', 45: '<td>{{ product.price }}</td>', 46: '', 47: '', 48: '', 49: '<p>', 50: '', 51: '{% autoescape False %}', 52: "{{ request.args.get('search') }}", 53: '{% autoescape False %}', 54: "{{ request.args.get('search') }}", 55: '{% autoescape False %}', 56: '{% endautoescape %}', 57: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 58: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 59: '<title>Vuln Python App</title>', 60: '<body>', 61: '{% include "./components/navbar.html" %}', 62: '<section class="section">', 63: '{% block content %}{% endblock %}', 64: '</div>', 65: '</section>', 66: '', 67: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 68: '', 69: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 70: '<span aria-hidden="True"></span>', 71: '<span aria-hidden="True"></span>', 72: '</div> -->', 73: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 74: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 75: '', 76: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 77: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 78: '<div id="navbarBasicExample" class="navbar-menu">', 79: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 80: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 81: '<div class="navbar-start">', 82: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 83: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 84: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 85: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 86: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 87: 'Home', 88: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 89: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 90: '</a>', 91: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 92: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 93: '', 94: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 95: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 96: '<div class="navbar-item has-dropdown is-hoverable">', 97: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 98: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 99: '<a class="navbar-link">', 100: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 101: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 102: 'SQL Injection', 103: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 104: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 105: '</a>', 106: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 107: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 108: '', 109: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 110: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 111: '<div class="navbar-dropdown">', 112: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 113: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 114: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 115: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 116: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 117: 'Login', 118: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 119: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 120: '</a>', 121: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 122: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 123: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 124: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 125: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 126: 'Search', 127: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 128: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 129: '</a>', 130: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 131: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 132: '</div>', 133: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 134: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 135: '<script>', 136: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 137: '', 138: '<div class="block">', 139: '<form action="/xss/reflected" method="get" style="max-width: 300px;">', 140: '<label class="label">Search</label>', 141: '<div class="control">', 142: '</div>', 143: '</div>', 144: '<div class="field is-grouped">', 145: '<div class="control">', 146: '<button class="button is-link">Search</button>', 147: '</div>', 148: '</div>', 149: '</form>', 150: '</div>', 151: '', 152: '<div class="block">', 153: '<table class="table is-striped">', 154: '<tr>', 155: '<th>ID</th>', 156: '<th>Name</th>', 157: '<th>Price</th>', 158: '</tr>', 159: '</thead>', 160: '<tbody>', 161: '<div class="block">', 162: '<table class="table is-striped">', 163: '<tr>', 164: '<th>ID</th>', 165: '<th>Name</th>', 166: '<th>Price</th>', 167: '</tr>', 168: '</thead>', 169: '<tbody>', 170: '<div class="block">', 171: '{% for product in products %}', 172: '<tr>', 173: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 174: '', 175: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 176: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 177: '', 178: '</script>', 179: '', 180: '{% block js %}{% endblock %}', 181: '</body>', 182: '</html>', 183: 'None', 184: 'None', 185: 'None', 186: 'None', 187: 'None', 188: '</html>'}, 'response': {'status_code': '403', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '4243'}}} | CWE-79 | 86,319 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.harris.com/tag/exploreregister.html', 'method': 'PUT', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Linux; Android 2.3.4) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/25.0.880.0 Safari/531.1', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=ead27e81-327d-4452-a5e6-aeaf2178bdd7&newpass1=NCdldeiI&newpass2=5Xn3BLsr'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '403', 'headers': {'Content-Type': 'application/json'}}} | CWE-400 | 14,599 |
{'context_id': 486, 'vulnerable': False, 'processing': False, 'request': {'url': 'https://www.tran.com/wp-content/search/exploreterms.asp', 'method': 'GET', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/css,*/*;q=0.1', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/guestbook', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b; session=eyJjc3JmX3Rva2VuIjoiMzNkNDNlNjA2MDhiMjdjZjBiMGI1Yzk3NWU4MDExZjRjYWMxMzRhNyJ9.Z5GBRA.Q8r4qzslZbU-6Y0h-x9F551fn1A', 'SEC_FETCH_DEST': 'style', 'SEC_FETCH_MODE': 'no-cors', 'SEC_FETCH_SITE': 'same-origin', 'PRIORITY': 'u=2', 'Content-Type': 'application/json', 'User-Agent': 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_8; rv:1.9.3.20) Gecko/4192-09-25 17:57:54.331696 Firefox/12.0'}, 'body': b'csrfmiddlewaretoken=28ea487f-9752-4bd8-a3e1-ba976748161a&newpass1=uu3aCITW&newpass2=JZ9DIcbB'}, 'control_flow': {}, 'response': {'status_code': '301', 'headers': {'Content-Disposition': 'inline; filename=guestbook.css', 'Content-Type': 'application/json', 'Content-Length': '1707', 'Last-Modified': 'Wed, 22 Jan 2025 23:29:59 GMT', 'Cache-Control': 'no-cache', 'ETag': '"1737588599.362596-1707-2628064914"', 'Date': 'Wed, 22 Jan 2025 23:37:40 GMT'}}} | Clean | 48,632 |
{'context_id': 39, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.barron-mathis.com/main/categoryauthor.php', 'method': 'PUT', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.40.(X11; Linux x86_64; ug-CN) Presto/2.9.186 Version/10.00', 'Accept': 'image/avif,image/webp,image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/utils/guestbook', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Sec-Fetch-Dest': 'image', 'Sec-Fetch-Mode': 'no-cors', 'Sec-Fetch-Site': 'same-origin', 'Priority': 'u=6'}, 'body': b'csrfmiddlewaretoken=03eb91fd-f7c0-4750-9640-29a116b95ebb&newpass1=6TfmsJsG&newpass2=S9b2YD8T'}, 'control_flow': {}, 'response': {'status_code': '404', 'headers': {'Content-Type': 'application/json'}}} | Clean | 37,137 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.miller.com/exploreregister.html', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; ak-GH) AppleWebKit/535.20.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B114 Safari/6535.20.1', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=b3cb717a-b080-4ccc-bf07-92d69d7d23aa&newpass1=YoeWuOBK&newpass2=zQ22CLFe'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '404', 'headers': {'Content-Type': 'application/json'}}} | CWE-400 | 18,758 |
{'context_id': 524, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://aguirre-payne.org/tags/mainregister.htm', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; os-RU) AppleWebKit/534.34.4 (KHTML, like Gecko) Version/3.0.5 Mobile/8B115 Safari/6534.34.4', 'Accept': '*/*', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/comment/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Sec-Fetch-Dest': 'script', 'Sec-Fetch-Mode': 'no-cors', 'Sec-Fetch-Site': 'same-origin', 'Priority': 'u=2'}, 'body': b'csrfmiddlewaretoken=86741c15-5190-40e0-998f-7c16492c02b4&newpass1=BPej4feu&newpass2=zHQOD9RD'}, 'control_flow': {}, 'response': {'status_code': '502', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 65,277 |
{'context_id': 502, 'vulnerable': False, 'processing': False, 'request': {'url': 'http://www.roberts.info/app/tags/wp-contentsearch.php', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows; U; Windows NT 5.1) AppleWebKit/534.9.7 (KHTML, like Gecko) Version/4.1 Safari/534.9.7', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=PPnwo7VADLFS8tp8pohOq8vYURa40OakMltXES61eHrcEwusisdiRVzdSu5pvWVw; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=a677f3eb-f6c9-4b88-839a-2a6e734c8fb7&newpass1=uTzu9cKz&newpass2=DIKHtt3l'}, 'control_flow': {'0': 'template_name = "post_detail.html"', '1': 'post = get_object_or_404(Post, slug=slug)'}, 'response': {'status_code': '200', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 50,782 |
{'context_id': 44, 'vulnerable': False, 'processing': False, 'request': {'url': 'https://bernard-wood.biz/listmain.html', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows NT 6.0; af-ZA; rv:1.9.0.20) Gecko/7278-10-01 16:06:38.713287 Firefox/11.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/utils/filerunner', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=b7d346c7-4968-4a22-966c-c56548c37586&newpass1=b2jY0Mg2&newpass2=gzB0hMHg'}, 'control_flow': {0: 'context = { "navinfo": config[\'DEFAULT\'][\'Index\'] } # Clean', 1: "return render(request, 'core/index.html', context)"}, 'response': {'status_code': '404', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Tue, 21 Jan 2025 20:15:48 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 43,994 |
{'context_id': 16, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.bray-harris.com/search/tagpost.html', 'method': 'DELETE', 'headers': {'Content-Length': '120', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows 98; eu-FR; rv:1.9.1.20) Gecko/4756-03-21 11:31:39.034729 Firefox/3.8', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/users/login', 'Origin': 'http://127.0.0.1:8000', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=3ac6db67-541d-4e29-bfc7-e6ec23227031&newpass1=owUpuCzz&newpass2=273yleiN'}, 'control_flow': {}, 'response': {'status_code': '502', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Tue, 21 Jan 2025 20:01:18 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 34,831 |
{'context_id': 487, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.davis-taylor.com/taglogin.php', 'method': 'GET', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/536.2 (KHTML, like Gecko) Chrome/16.0.812.0 Safari/536.2'}, 'body': b'csrfmiddlewaretoken=06972a93-450b-483a-b3b3-0a6c92d85347&newpass1=e3RLGacm&newpass2=wHIL6CKR'}, 'control_flow': {0: "search_query = request.args.get('q')", 1: 'comments = db.get(search_query)', 2: 'db = init()', 3: "db = sqlite3.connect('data.db')", 4: "db.cursor().execute('CREATE TABLE IF NOT EXISTS comments (id INTEGER PRIMARY KEY, comment TEXT, date TEXT)')", 5: 'return db', 6: 'results = []', 7: "for(comment, date) in db.cursor().execute('SELECT comment, date FROM comments').fetchall():", 8: 'return results', 9: 'form = forms.AddCommentForm()', 10: 'if form.validate_on_submit():', 11: "return render_template('guestbook.html', form=form, comments=comments, search_query=search_query)", 12: '{% autoescape False %}', 13: '', 14: '<html>', 15: '<p class="comment-date">Posted on {{ date }}</p>', 16: '</div>', 17: '', 18: '<head>', 19: '<!-- Required meta tags -->', 20: '<meta charset="utf-8">', 21: '<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">', 22: '', 23: '<title>My Guestbook</title>', 24: '', 25: '<!-- Bootstrap CSS -->', 26: '<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"', 27: 'integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">', 28: '', 29: '<!-- Styling -->', 30: '<link rel="stylesheet" type="text/css" href="../static/styles/guestbook.css">', 31: '<link rel="icon" type="image/x-icon" href="../static/guestbook.ico">', 32: '</head>', 33: '', 34: '<div class="content center">', 35: '<div class="container-fluid">', 36: '<form action="{{ url_for(\'guestbook\') }}" method="post">', 37: '{{ form.csrf_token }}', 38: '<div class="row">', 39: '<h3 class="form-header">Add a new Guestbook entry 😊</h3>', 40: '<div class="col">', 41: '{{ form.comment(class="form-control form-comment") }}', 42: '</div>', 43: '<div class="col">', 44: '', 45: '<p class="search-hint">Psssst.. you can even <a href="{{ url_for(\'guestbook\', q=\'test\') }}"', 46: '{% endif %}', 47: '', 48: '{% for comment, date in comments %}', 49: '<div class="comment">'}, 'response': {'status_code': '403', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '1697', 'Vary': 'Cookie', 'Set-Cookie': 'session=eyJjc3JmX3Rva2VuIjoiMzNkNDNlNjA2MDhiMjdjZjBiMGI1Yzk3NWU4MDExZjRjYWMxMzRhNyJ9.Z5GBRA.Q8r4qzslZbU-6Y0h-x9F551fn1A; HttpOnly; Path=/'}}} | CWE-79 | 95,343 |
{'context_id': 507, 'vulnerable': False, 'processing': True, 'request': {'url': 'https://www.parker-barrett.org/searchhomepage.html', 'method': 'DELETE', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.10.(X11; Linux i686; lij-IT) Presto/2.9.173 Version/12.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=PPnwo7VADLFS8tp8pohOq8vYURa40OakMltXES61eHrcEwusisdiRVzdSu5pvWVw; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=eb132133-9502-43b2-bd0f-3ee890b14e74&newpass1=70IHD16M&newpass2=1BlRGlsD'}, 'control_flow': {}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Sun, 26 Jan 2025 10:44:17 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 54,178 |
{'context_id': 562, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.foster.com/wp-content/category/wp-contentauthor.htm', 'method': 'PUT', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'COOKIE': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'none', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 8.0; Windows CE; Trident/5.1)'}, 'body': b'csrfmiddlewaretoken=67a41fac-765a-456e-b900-d28817653bfa&newpass1=WokCx9tX&newpass2=QDEq9i79'}, 'control_flow': {'0': "@app.route('/resource/1/', methods=['GET'])", '1': 'def resource():', '2': '', '3': 'return 1', '4': '', '5': 'return 1', '6': '', '7': 'return 1', '8': '', '9': 'return 1', '10': '', '11': 'return 1', '12': '', '13': 'return 1', '14': '', '15': 'return 1', '16': '', '17': 'return 1', '18': '', '19': 'return 1', '20': '', '21': 'return 1', '22': '', '23': 'return 1', '24': '', '25': 'return 1', '26': '', '27': 'return 1', '28': '', '29': 'return 1', '30': '', '31': 'return 1', '32': '', '33': 'return 1', '34': '', '35': 'return 1', '36': '', '37': 'return 1', '38': '', '39': 'return 1', '40': '', '41': 'return 1', '42': '', '43': 'return 1', '44': '', '45': 'return 1', '46': '', '47': 'return 1', '48': '', '49': 'return 1', '50': '', '51': 'return 1', '52': '', '53': 'return 1', '54': '', '55': 'return 1', '56': '', '57': 'return 1', '58': '', '59': 'return 1', '60': '', '61': 'return 1', '62': '', '63': 'return 1', '64': '', '65': 'return 1', '66': '', '67': 'return 1', '68': '', '69': 'return 1', '70': '', '71': 'return 1', '72': '', '73': 'return 1', '74': '', '75': 'return 1', '76': '', '77': 'return 1', '78': '', '79': 'return 1', '80': '', '81': 'return 1', '82': '', '83': 'return 1', '84': '', '85': 'return 1', '86': '', '87': 'return 1', '88': '', '89': 'return 1', '90': '', '91': 'return 1', '92': '', '93': 'return 1', '94': '', '95': 'return 1', '96': '', '97': 'return 1', '98': '', '99': 'return 1', '100': '', '101': 'return 1', '102': '', '103': 'return 1', '104': '', '105': 'return 1', '106': '', '107': 'return 1', '108': '', '109': 'return 1', '110': '', '111': 'return 1', '112': '', '113': 'return 1', '114': '', '115': 'return 1', '116': '', '117': 'return 1', '118': '', '119': 'return 1', '120': '', '121': 'return 1', '122': '', '123': 'return 1', '124': '', '125': 'return 1', '126': '', '127': 'return 1', '128': '', '129': 'return 1', '130': '', '131': 'return 1', '132': '', '133': 'return 1', '134': '', '135': 'return 1', '136': '', '137': 'return 1', '138': '', '139': 'return 1', '140': '', '141': 'return 1', '142': '', '143': 'return 1', '144': '', '145': 'return 1', '146': '', '147': 'return 1', '148': '', '149': 'return 1', '150': '', '151': 'return 1', '152': '', '153': 'return 1', '154': '', '155': 'return 1', '156': '', '157': 'return 1', '158': '', '159': 'return 1', '160': '', '161': 'return 1', '162': '', '163': 'return 1', '164': '', '165': 'return 1', '166': '', '167': 'return 1', '168': '', '169': 'return 1', '170': '', '171': 'return 1', '172': '', '173': 'return 1', '174': '', '175': 'return 1', '176': '', '177': 'return 1', '178': '', '179': 'return 1', '180': '', '181': 'return 1', '182': '', '183': 'return 1', '184': '', '185': 'return 1', '186': '', '187': 'return 1', '188': '', '189': 'return 1', '190': '', '191': 'return 1', '192': '', '193': 'return 1', '194': '', '195': 'return 1', '196': '', '197': 'return 1', '198': '', '199': 'return 1', '200': '', '201': 'return 1', '202': '', '203': 'return 1', '204': '', '205': 'return 1', '206': '', '207': 'return 1', '208': '', '209': 'return 1', '210': '', '211': 'return 1', '212': '', '213': 'return 1', '214': '', '215': 'return 1', '216': '', '217': 'return 1', '218': '', '219': 'return 1', '220': '', '221': 'return 1', '222': '', '223': 'return 1', '224': '', '225': 'return 1', '226': '', '227': 'return 1', '228': '', '229': 'return 1', '230': '', '231': 'return 1', '232': '', '233': 'return 1', '234': '', '235': 'return 1', '236': '', '237': 'return 1', '238': '', '239': 'return 1', '240': '', '241': 'return 1', '242': '', '243': 'return 1', '244': '', '245': 'return 1', '246': '', '247': 'return 1', '248': '', '249': 'return 1', '250': '', '251': 'return 1', '252': '', '253': 'return 1', '254': '', '255': 'return 1', '256': '', '257': 'return 1', '258': '', '259': 'return 1', '260': '', '261': 'return 1', '262': '', '263': 'return 1', '264': '', '265': 'return 1', '266': '', '267': 'return 1', '268': '', '269': 'return 1', '270': '', '271': 'return 1', '272': '', '273': 'return 1', '274': '', '275': 'return 1', '276': '', '277': 'return 1', '278': '', '279': 'return 1', '280': '', '281': 'return 1', '282': '', '283': 'return 1', '284': '', '285': 'return 1', '286': '', '287': 'return 1', '288': '', '289': 'return 1', '290': '', '291': 'return 1', '292': '', '293': 'return 1', '294': '', '295': 'return 1', '296': '', '297': 'return 1', '298': '', '299': 'return 1', '300': '', '301': 'return 1', '302': '', '303': 'return 1', '304': '', '305': 'return 1', '306': '', '307': 'return 1', '308': '', '309': 'return 1', '310': '', '311': 'return 1', '312': '', '313': 'return 1', '314': '', '315': 'return 1', '316': '', '317': 'return 1', '318': '', '319': 'return 1', '320': '', '321': 'return 1', '322': '', '323': 'return 1', '324': '', '325': 'return 1', '326': '', '327': 'return 1', '328': '', '329': 'return 1', '330': '', '331': 'return 1', '332': '', '333': 'return 1', '334': '', '335': 'return 1', '336': '', '337': 'return 1', '338': '', '339': 'return 1', '340': '', '341': 'return 1', '342': '', '343': 'return 1', '344': '', '345': 'return 1', '346': '', '347': 'return 1', '348': '', '349': 'return 1', '350': '', '351': 'return 1', '352': '', '353': 'return 1', '354': '', '355': 'return 1', '356': '', '357': 'return 1', '358': '', '359': 'return 1', '360': '', '361': 'return 1', '362': '', '363': 'return 1', '364': '', '365': 'return 1', '366': '', '367': 'return 1', '368': '', '369': 'return 1', '370': '', '371': 'return 1', '372': '', '373': 'return 1', '374': '', '375': 'return 1', '376': '', '377': 'return 1', '378': '', '379': 'return 1', '380': '', '381': 'return 1', '382': '', '383': 'return 1', '384': '', '385': 'return 1', '386': '', '387': 'return 1', '388': '', '389': 'return 1', '390': '', '391': 'return 1', '392': '', '393': 'return 1', '394': '', '395': 'return 1', '396': '', '397': 'return 1', '398': '', '399': 'return 1', '400': '', '401': 'return 1', '402': '', '403': 'return 1', '404': '', '405': 'return 1', '406': '', '407': 'return 1', '408': '', '409': 'return 1', '410': '', '411': 'return 1', '412': '', '413': 'return 1', '414': '', '415': 'return 1', '416': '', '417': 'return 1', '418': '', '419': 'return 1', '420': '', '421': 'return 1', '422': '', '423': 'return 1', '424': '', '425': 'return 1', '426': '', '427': 'return 1', '428': '', '429': 'return 1', '430': '', '431': 'return 1', '432': '', '433': 'return 1', '434': '', '435': 'return 1', '436': '', '437': 'return 1', '438': '', '439': 'return 1', '440': '', '441': 'return 1', '442': '', '443': 'return 1', '444': '', '445': 'return 1', '446': '', '447': 'return 1', '448': '', '449': 'return 1', '450': '', '451': 'return 1', '452': '', '453': 'return 1', '454': '', '455': 'return 1', '456': '', '457': 'return 1', '458': '', '459': 'return 1', '460': '', '461': 'return 1', '462': '', '463': 'return 1', '464': '', '465': 'return 1', '466': '', '467': 'return 1', '468': '', '469': 'return 1', '470': '', '471': 'return 1', '472': '', '473': 'return 1', '474': '', '475': 'return 1', '476': '', '477': 'return 1', '478': '', '479': 'return 1', '480': '', '481': 'return 1', '482': '', '483': 'return 1', '484': '', '485': 'return 1', '486': '', '487': 'return 1', '488': '', '489': 'return 1', '490': '', '491': 'return 1', '492': '', '493': 'return 1', '494': '', '495': 'return 1', '496': '', '497': 'return 1', '498': '', '499': 'return 1', '500': '', '501': 'return 1', '502': '', '503': 'return 1', '504': '', '505': 'return 1', '506': '', '507': 'return 1', '508': '', '509': 'return 1', '510': '', '511': 'return 1', '512': '', '513': 'return 1', '514': '', '515': 'return 1', '516': '', '517': 'return 1', '518': '', '519': 'return 1', '520': '', '521': 'return 1', '522': '', '523': 'return 1', '524': '', '525': 'return 1', '526': '', '527': 'return 1', '528': '', '529': 'return 1', '530': '', '531': 'return 1', '532': '', '533': 'return 1', '534': '', '535': 'return 1', '536': '', '537': 'return 1', '538': '', '539': 'return 1', '540': '', '541': 'return 1', '542': '', '543': 'return 1', '544': '', '545': 'return 1', '546': '', '547': 'return 1', '548': '', '549': 'return 1', '550': '', '551': 'return 1', '552': '', '553': 'return 1', '554': '', '555': 'return 1', '556': '', '557': 'return 1', '558': '', '559': 'return 1', '560': '', '561': 'return 1', '562': '', '563': 'return 1', '564': '', '565': 'return 1', '566': '', '567': 'return 1', '568': '', '569': 'return 1', '570': '', '571': 'return 1', '572': '', '573': 'return 1', '574': '', '575': 'return 1', '576': '', '577': 'return 1', '578': '', '579': 'return 1', '580': '', '581': 'return 1', '582': '', '583': 'return 1', '584': '', '585': 'return 1', '586': '', '587': 'return 1', '588': '', '589': 'return 1', '590': '', '591': 'return 1', '592': '', '593': 'return 1', '594': '', '595': 'return 1', '596': '', '597': 'return 1', '598': '', '599': 'return 1', '600': '', '601': 'return 1', '602': '', '603': 'return 1', '604': '', '605': 'return 1', '606': '', '607': 'return 1', '608': '', '609': 'return 1', '610': '', '611': 'return 1', '612': '', '613': 'return 1', '614': '', '615': 'return 1', '616': '', '617': 'return 1', '618': '', '619': 'return 1', '620': '', '621': 'return 1', '622': '', '623': 'return 1', '624': '', '625': 'return 1', '626': '', '627': 'return 1', '628': '', '629': 'return 1', '630': '', '631': 'return 1', '632': '', '633': 'return 1', '634': '', '635': 'return 1', '636': '', '637': 'return 1', '638': '', '639': 'return 1', '640': '', '641': 'return 1', '642': '', '643': 'return 1', '644': '', '645': 'return 1', '646': '', '647': 'return 1', '648': '', '649': 'return 1', '650': '', '651': 'return 1', '652': '', '653': 'return 1', '654': '', '655': 'return 1', '656': '', '657': 'return 1', '658': '', '659': 'return 1', '660': '', '661': 'return 1', '662': '', '663': 'return 1', '664': '', '665': 'return 1', '666': '', '667': 'return 1', '668': '', '669': 'return 1', '670': '', '671': 'return 1', '672': '', '673': 'return 1', '674': '', '675': 'return 1', '676': '', '677': 'return 1', '678': '', '679': 'return 1', '680': '', '681': 'return 1', '682': '', '683': 'return 1', '684': '', '685': 'return 1', '686': '', '687': 'return 1', '688': '', '689': 'return 1', '690': '', '691': 'return 1', '692': '', '693': 'return 1', '694': '', '695': 'return 1', '696': '', '697': 'return 1', '698': '', '699': 'return 1', '700': '', '701': 'return 1', '702': '', '703': 'return 1', '704': '', '705': 'return 1', '706': '', '707': 'return 1', '708': '', '709': 'return 1', '710': '', '711': 'return 1', '712': '', '713': 'return 1', '714': '', '715': 'return 1', '716': '', '717': 'return 1', '718': '', '719': 'return 1', '720': '', '721': 'return 1', '722': '', '723': 'return 1', '724': '', '725': 'return 1', '726': '', '727': 'return 1', '728': '', '729': 'return 1', '730': '', '731': 'return 1', '732': '', '733': 'return 1', '734': '', '735': 'return 1', '736': '', '737': 'return 1', '738': '', '739': 'return 1', '740': '', '741': 'return 1', '742': '', '743': 'return 1', '744': '', '745': 'return 1', '746': '', '747': 'return 1', '748': '', '749': 'return 1', '750': '', '751': 'return 1', '752': '', '753': 'return 1', '754': '', '755': 'return 1', '756': '', '757': 'return 1', '758': '', '759': 'return 1', '760': '', '761': 'return 1', '762': '', '763': 'return 1', '764': '', '765': 'return 1', '766': '', '767': 'return 1', '768': '', '769': 'return 1', '770': '', '771': 'return 1', '772': '', '773': 'return 1', '774': '', '775': 'return 1', '776': '', '777': 'return 1', '778': '', '779': 'return 1', '780': '', '781': 'return 1', '782': '', '783': 'return 1', '784': '', '785': 'return 1', '786': '', '787': 'return 1', '788': '', '789': 'return 1', '790': '', '791': 'return 1', '792': '', '793': 'return 1', '794': '', '795': 'return 1', '796': '', '797': 'return 1', '798': '', '799': 'return 1', '800': '', '801': 'return 1', '802': '', '803': 'return 1', '804': '', '805': 'return 1', '806': '', '807': 'return 1', '808': '', '809': 'return 1', '810': '', '811': 'return 1', '812': '', '813': 'return 1', '814': '', '815': 'return 1', '816': '', '817': 'return 1', '818': '', '819': 'return 1', '820': '', '821': 'return 1', '822': '', '823': 'return 1', '824': '', '825': 'return 1', '826': '', '827': 'return 1', '828': '', '829': 'return 1', '830': '', '831': 'return 1', '832': '', '833': 'return 1', '834': '', '835': 'return 1', '836': '', '837': 'return 1', '838': '', '839': 'return 1', '840': '', '841': 'return 1', '842': '', '843': 'return 1', '844': '', '845': 'return 1', '846': '', '847': 'return 1', '848': '', '849': 'return 1', '850': '', '851': 'return 1', '852': '', '853': 'return 1', '854': '', '855': 'return 1', '856': '', '857': 'return 1', '858': '', '859': 'return 1', '860': '', '861': 'return 1', '862': '', '863': 'return 1', '864': '', '865': 'return 1', '866': '', '867': 'return 1', '868': '', '869': 'return 1', '870': '', '871': 'return 1', '872': '', '873': 'return 1', '874': '', '875': 'return 1', '876': '', '877': 'return 1', '878': '', '879': 'return 1', '880': '', '881': 'return 1', '882': '', '883': 'return 1', '884': '', '885': 'return 1', '886': '', '887': 'return 1', '888': '', '889': 'return 1', '890': '', '891': 'return 1', '892': '', '893': 'return 1', '894': '', '895': 'return 1', '896': '', '897': 'return 1', '898': '', '899': 'return 1', '900': '', '901': 'return 1', '902': '', '903': 'return 1', '904': '', '905': 'return 1', '906': '', '907': 'return 1', '908': '', '909': 'return 1', '910': '', '911': 'return 1', '912': '', '913': 'return 1', '914': '', '915': 'return 1', '916': '', '917': 'return 1', '918': '', '919': 'return 1', '920': '', '921': 'return 1', '922': '', '923': 'return 1', '924': '', '925': 'return 1', '926': '', '927': 'return 1', '928': '', '929': 'return 1', '930': '', '931': 'return 1', '932': '', '933': 'return 1', '934': '', '935': 'return 1', '936': '', '937': 'return 1', '938': '', '939': 'return 1', '940': '', '941': 'return 1', '942': '', '943': 'return 1', '944': '', '945': 'return 1', '946': '', '947': 'return 1', '948': '', '949': 'return 1', '950': '', '951': 'return 1', '952': '', '953': 'return 1', '954': '', '955': 'return 1', '956': '', '957': 'return 1', '958': '', '959': 'return 1', '960': '', '961': 'return 1', '962': '', '963': 'return 1', '964': '', '965': 'return 1', '966': '', '967': 'return 1', '968': '', '969': 'return 1', '970': '', '971': 'return 1', '972': '', '973': 'return 1', '974': '', '975': 'return 1', '976': '', '977': 'return 1', '978': '', '979': 'return 1', '980': '', '981': 'return 1', '982': '', '983': 'return 1', '984': '', '985': 'return 1', '986': '', '987': 'return 1', '988': '', '989': 'return 1', '990': '', '991': 'return 1', '992': '', '993': 'return 1', '994': '', '995': 'return 1', '996': '', '997': 'return 1', '998': '', '999': 'return 1', '1000': '', '1001': 'return 1', '1002': '', '1003': 'return 1', '1004': '', '1005': 'return 1', '1006': '', '1007': 'return 1', '1008': '', '1009': 'return 1', '1010': '', '1011': 'return 1', '1012': '', '1013': 'return 1', '1014': '', '1015': 'return 1', '1016': '', '1017': 'return 1', '1018': '', '1019': 'return 1', '1020': '', '1021': 'return 1', '1022': '', '1023': 'return 1', '1024': '', '1025': 'return 1', '1026': '', '1027': 'return 1', '1028': '', '1029': 'return 1', '1030': '', '1031': 'return 1', '1032': '', '1033': 'return 1', '1034': '', '1035': 'return 1', '1036': '', '1037': 'return 1', '1038': '', '1039': 'return 1', '1040': '', '1041': 'return 1', '1042': '', '1043': 'return 1', '1044': '', '1045': 'return 1', '1046': '', '1047': 'return 1', '1048': '', '1049': 'return 1', '1050': '', '1051': 'return 1', '1052': '', '1053': 'return 1', '1054': '', '1055': 'return 1', '1056': '', '1057': 'return 1', '1058': '', '1059': 'return 1', '1060': '', '1061': 'return 1', '1062': '', '1063': 'return 1', '1064': '', '1065': 'return 1', '1066': '', '1067': 'return 1', '1068': '', '1069': 'return 1', '1070': '', '1071': 'return 1', '1072': '', '1073': 'return 1', '1074': '', '1075': 'return 1', '1076': '', '1077': 'return 1', '1078': '', '1079': 'return 1', '1080': '', '1081': 'return 1', '1082': '', '1083': 'return 1', '1084': '', '1085': 'return 1', '1086': '', '1087': 'return 1', '1088': '', '1089': 'return 1', '1090': '', '1091': 'return 1', '1092': '', '1093': 'return 1', '1094': '', '1095': 'return 1', '1096': '', '1097': 'return 1', '1098': '', '1099': 'return 1', '1100': '', '1101': 'return 1', '1102': '', '1103': 'return 1', '1104': '', '1105': 'return 1', '1106': '', '1107': 'return 1', '1108': '', '1109': 'return 1', '1110': '', '1111': 'return 1', '1112': '', '1113': 'return 1', '1114': '', '1115': 'return 1', '1116': '', '1117': 'return 1', '1118': '', '1119': 'return 1', '1120': '', '1121': 'return 1', '1122': '', '1123': 'return 1', '1124': '', '1125': 'return 1', '1126': '', '1127': 'return 1', '1128': '', '1129': 'return 1', '1130': '', '1131': 'return 1', '1132': '', '1133': 'return 1', '1134': '', '1135': 'return 1', '1136': '', '1137': 'return 1', '1138': '', '1139': 'return 1', '1140': '', '1141': 'return 1', '1142': '', '1143': 'return 1', '1144': '', '1145': 'return 1', '1146': '', '1147': 'return 1', '1148': '', '1149': 'return 1', '1150': '', '1151': 'return 1', '1152': '', '1153': 'return 1', '1154': '', '1155': 'return 1', '1156': '', '1157': 'return 1', '1158': '', '1159': 'return 1', '1160': '', '1161': 'return 1', '1162': '', '1163': 'return 1', '1164': '', '1165': 'return 1', '1166': '', '1167': 'return 1', '1168': '', '1169': 'return 1', '1170': '', '1171': 'return 1', '1172': '', '1173': 'return 1', '1174': '', '1175': 'return 1', '1176': '', '1177': 'return 1', '1178': '', '1179': 'return 1', '1180': '', '1181': 'return 1', '1182': '', '1183': 'return 1', '1184': '', '1185': 'return 1', '1186': '', '1187': 'return 1', '1188': '', '1189': 'return 1', '1190': '', '1191': 'return 1', '1192': '', '1193': 'return 1', '1194': '', '1195': 'return 1', '1196': '', '1197': 'return 1', '1198': '', '1199': 'return 1', '1200': '', '1201': 'return 1', '1202': '', '1203': 'return 1', '1204': '', '1205': 'return 1', '1206': '', '1207': 'return 1', '1208': '', '1209': 'return 1', '1210': '', '1211': 'return 1', '1212': '', '1213': 'return 1', '1214': '', '1215': 'return 1', '1216': '', '1217': 'return 1', '1218': '', '1219': 'return 1', '1220': '', '1221': 'return 1', '1222': '', '1223': 'return 1', '1224': '', '1225': 'return 1', '1226': '', '1227': 'return 1', '1228': '', '1229': 'return 1', '1230': '', '1231': 'return 1', '1232': '', '1233': 'return 1', '1234': '', '1235': 'return 1', '1236': '', '1237': 'return 1', '1238': '', '1239': 'return 1', '1240': '', '1241': 'return 1', '1242': '', '1243': 'return 1', '1244': '', '1245': 'return 1', '1246': '', '1247': 'return 1', '1248': '', '1249': 'return 1', '1250': '', '1251': 'return 1', '1252': '', '1253': 'return 1', '1254': '', '1255': 'return 1', '1256': '', '1257': 'return 1', '1258': '', '1259': 'return 1', '1260': '', '1261': 'return 1', '1262': '', '1263': 'return 1', '1264': '', '1265': 'return 1', '1266': '', '1267': 'return 1', '1268': '', '1269': 'return 1', '1270': '', '1271': 'return 1', '1272': '', '1273': 'return 1', '1274': '', '1275': 'return 1', '1276': '', '1277': 'return 1', '1278': '', '1279': 'return 1', '1280': '', '1281': 'return 1', '1282': '', '1283': 'return 1', '1284': '', '1285': 'return 1', '1286': '', '1287': 'return 1', '1288': '', '1289': 'return 1', '1290': '', '1291': 'return 1', '1292': '', '1293': 'return 1', '1294': '', '1295': 'return 1', '1296': '', '1297': 'return 1', '1298': '', '1299': 'return 1', '1300': '', '1301': 'return 1', '1302': '', '1303': 'return 1', '1304': '', '1305': 'return 1', '1306': '', '1307': 'return 1', '1308': '', '1309': 'return 1', '1310': '', '1311': 'return 1', '1312': '', '1313': 'return 1', '1314': '', '1315': 'return 1', '1316': '', '1317': 'return 1', '1318': '', '1319': 'return 1', '1320': '', '1321': 'return 1', '1322': '', '1323': 'return 1', '1324': '', '1325': 'return 1', '1326': '', '1327': 'return 1', '1328': '', '1329': 'return 1', '1330': '', '1331': 'return 1', '1332': '', '1333': 'return 1', '1334': '', '1335': 'return 1', '1336': '', '1337': 'return 1', '1338': '', '1339': 'return 1', '1340': '', '1341': 'return 1', '1342': '', '1343': 'return 1', '1344': '', '1345': 'return 1', '1346': '', '1347': 'return 1', '1348': '', '1349': 'return 1', '1350': '', '1351': 'return 1', '1352': '', '1353': 'return 1', '1354': '', '1355': 'return 1', '1356': '', '1357': 'return 1', '1358': '', '1359': 'return 1', '1360': '', '1361': 'return 1', '1362': '', '1363': 'return 1', '1364': '', '1365': 'return 1', '1366': '', '1367': 'return 1', '1368': '', '1369': 'return 1', '1370': '', '1371': 'return 1', '1372': '', '1373': 'return 1', '1374': '', '1375': 'return 1', '1376': '', '1377': 'return 1', '1378': '', '1379': 'return 1', '1380': '', '1381': 'return 1', '1382': '', '1383': 'return 1', '1384': '', '1385': 'return 1', '1386': '', '1387': 'return 1', '1388': '', '1389': 'return 1', '1390': '', '1391': 'return 1', '1392': '', '1393': 'return 1', '1394': '', '1395': 'return 1', '1396': '', '1397': 'return 1', '1398': '', '1399': 'return 1', '1400': '', '1401': 'return 1', '1402': '', '1403': 'return 1', '1404': '', '1405': 'return 1', '1406': '', '1407': 'return 1', '1408': '', '1409': 'return 1', '1410': '', '1411': 'return 1', '1412': '', '1413': 'return 1', '1414': '', '1415': 'return 1', '1416': '', '1417': 'return 1', '1418': '', '1419': 'return 1', '1420': '', '1421': 'return 1', '1422': '', '1423': 'return 1', '1424': '', '1425': 'return 1', '1426': '', '1427': 'return 1', '1428': '', '1429': 'return 1', '1430': '', '1431': 'return 1', '1432': '', '1433': 'return 1', '1434': '', '1435': 'return 1', '1436': '', '1437': 'return 1', '1438': '', '1439': 'return 1', '1440': '', '1441': 'return 1', '1442': '', '1443': 'return 1', '1444': '', '1445': 'return 1', '1446': '', '1447': 'return 1', '1448': '', '1449': 'return 1', '1450': '', '1451': 'return 1', '1452': '', '1453': 'return 1', '1454': '', '1455': 'return 1', '1456': '', '1457': 'return 1', '1458': '', '1459': 'return 1', '1460': '', '1461': 'return 1', '1462': '', '1463': 'return 1', '1464': '', '1465': 'return 1', '1466': '', '1467': 'return 1', '1468': '', '1469': 'return 1', '1470': '', '1471': 'return 1', '1472': '', '1473': 'return 1', '1474': '', '1475': 'return 1', '1476': '', '1477': 'return 1', '1478': '', '1479': 'return 1', '1480': '', '1481': 'return 1', '1482': '', '1483': 'return 1', '1484': '', '1485': 'return 1', '1486': '', '1487': 'return 1', '1488': '', '1489': 'return 1', '1490': '', '1491': 'return 1', '1492': '', '1493': 'return 1', '1494': '', '1495': 'return 1', '1496': '', '1497': 'return 1', '1498': '', '1499': 'return 1', '1500': '', '1501': 'return 1', '1502': '', '1503': 'return 1', '1504': '', '1505': 'return 1', '1506': '', '1507': 'return 1', '1508': '', '1509': 'return 1', '1510': '', '1511': 'return 1', '1512': '', '1513': 'return 1', '1514': '', '1515': 'return 1', '1516': '', '1517': 'return 1', '1518': '', '1519': 'return 1', '1520': '', '1521': 'return 1', '1522': '', '1523': 'return 1', '1524': '', '1525': 'return 1', '1526': '', '1527': 'return 1', '1528': '', '1529': 'return 1', '1530': '', '1531': 'return 1', '1532': '', '1533': 'return 1', '1534': '', '1535': 'return 1', '1536': '', '1537': 'return 1', '1538': '', '1539': 'return 1', '1540': '', '1541': 'return 1', '1542': '', '1543': 'return 1', '1544': '', '1545': 'return 1', '1546': '', '1547': 'return 1', '1548': '', '1549': 'return 1', '1550': '', '1551': 'return 1', '1552': '', '1553': 'return 1', '1554': '', '1555': 'return 1', '1556': '', '1557': 'return 1', '1558': '', '1559': 'return 1', '1560': '', '1561': 'return 1', '1562': '', '1563': 'return 1', '1564': '', '1565': 'return 1', '1566': '', '1567': 'return 1', '1568': '', '1569': 'return 1', '1570': '', '1571': 'return 1', '1572': '', '1573': 'return 1', '1574': '', '1575': 'return 1', '1576': '', '1577': 'return 1', '1578': '', '1579': 'return 1', '1580': '', '1581': 'return 1', '1582': '', '1583': 'return 1', '1584': '', '1585': 'return 1', '1586': '', '1587': 'return 1', '1588': '', '1589': 'return 1', '1590': '', '1591': 'return 1', '1592': '', '1593': 'return 1', '1594': '', '1595': 'return 1', '1596': '', '1597': 'return 1', '1598': '', '1599': 'return 1', '1600': '', '1601': 'return 1', '1602': '', '1603': 'return 1', '1604': '', '1605': 'return 1', '1606': '', '1607': 'return 1', '1608': '', '1609': 'return 1', '1610': '', '1611': 'return 1', '1612': '', '1613': 'return 1', '1614': '', '1615': 'return 1', '1616': '', '1617': 'return 1', '1618': '', '1619': 'return 1', '1620': '', '1621': 'return 1', '1622': '', '1623': 'return 1', '1624': '', '1625': 'return 1', '1626': '', '1627': 'return 1', '1628': '', '1629': 'return 1', '1630': '', '1631': 'return 1', '1632': '', '1633': 'return 1', '1634': '', '1635': 'return 1', '1636': '', '1637': 'return 1', '1638': '', '1639': 'return 1', '1640': '', '1641': 'return 1', '1642': '', '1643': 'return 1', '1644': '', '1645': 'return 1', '1646': '', '1647': 'return 1', '1648': '', '1649': 'return 1', '1650': '', '1651': 'return 1', '1652': '', '1653': 'return 1', '1654': '', '1655': 'return 1', '1656': '', '1657': 'return 1', '1658': '', '1659': 'return 1', '1660': '', '1661': 'return 1', '1662': '', '1663': 'return 1', '1664': '', '1665': 'return 1', '1666': '', '1667': 'return 1', '1668': '', '1669': 'return 1', '1670': '', '1671': 'return 1', '1672': '', '1673': 'return 1', '1674': '', '1675': 'return 1', '1676': '', '1677': 'return 1', '1678': '', '1679': 'return 1', '1680': '', '1681': 'return 1', '1682': '', '1683': 'return 1', '1684': '', '1685': 'return 1', '1686': '', '1687': 'return 1', '1688': '', '1689': 'return 1', '1690': '', '1691': 'return 1', '1692': '', '1693': 'return 1', '1694': '', '1695': 'return 1', '1696': '', '1697': 'return 1', '1698': '', '1699': 'return 1', '1700': '', '1701': 'return 1', '1702': '', '1703': 'return 1', '1704': '', '1705': 'return 1', '1706': '', '1707': 'return 1', '1708': '', '1709': 'return 1', '1710': '', '1711': 'return 1', '1712': '', '1713': 'return 1', '1714': '', '1715': 'return 1', '1716': '', '1717': 'return 1', '1718': '', '1719': 'return 1', '1720': '', '1721': 'return 1', '1722': '', '1723': 'return 1', '1724': '', '1725': 'return 1', '1726': '', '1727': 'return 1', '1728': '', '1729': 'return 1', '1730': '', '1731': 'return 1', '1732': '', '1733': 'return 1', '1734': '', '1735': 'return 1', '1736': '', '1737': 'return 1', '1738': '', '1739': 'return 1', '1740': '', '1741': 'return 1', '1742': '', '1743': 'return 1', '1744': '', '1745': 'return 1', '1746': '', '1747': 'return 1', '1748': '', '1749': 'return 1', '1750': '', '1751': 'return 1', '1752': '', '1753': 'return 1', '1754': '', '1755': 'return 1', '1756': '', '1757': 'return 1', '1758': '', '1759': 'return 1', '1760': '', '1761': 'return 1', '1762': '', '1763': 'return 1', '1764': '', '1765': 'return 1', '1766': '', '1767': 'return 1', '1768': '', '1769': 'return 1', '1770': '', '1771': 'return 1', '1772': '', '1773': 'return 1', '1774': '', '1775': 'return 1', '1776': '', '1777': 'return 1', '1778': '', '1779': 'return 1', '1780': '', '1781': 'return 1', '1782': '', '1783': 'return 1', '1784': '', '1785': 'return 1', '1786': '', '1787': 'return 1', '1788': '', '1789': 'return 1', '1790': '', '1791': 'return 1', '1792': '', '1793': 'return 1', '1794': '', '1795': 'return 1', '1796': '', '1797': 'return 1', '1798': '', '1799': 'return 1', '1800': '', '1801': 'return 1', '1802': '', '1803': 'return 1', '1804': '', '1805': 'return 1', '1806': '', '1807': 'return 1', '1808': '', '1809': 'return 1', '1810': '', '1811': 'return 1', '1812': '', '1813': 'return 1', '1814': '', '1815': 'return 1', '1816': '', '1817': 'return 1', '1818': '', '1819': 'return 1', '1820': '', '1821': 'return 1', '1822': '', '1823': 'return 1', '1824': '', '1825': 'return 1', '1826': '', '1827': 'return 1', '1828': '', '1829': 'return 1', '1830': '', '1831': 'return 1', '1832': '', '1833': 'return 1', '1834': '', '1835': 'return 1', '1836': '', '1837': 'return 1', '1838': '', '1839': 'return 1', '1840': '', '1841': 'return 1', '1842': '', '1843': 'return 1', '1844': '', '1845': 'return 1', '1846': '', '1847': 'return 1', '1848': '', '1849': 'return 1', '1850': '', '1851': 'return 1', '1852': '', '1853': 'return 1', '1854': '', '1855': 'return 1', '1856': '', '1857': 'return 1', '1858': '', '1859': 'return 1', '1860': '', '1861': 'return 1', '1862': '', '1863': 'return 1', '1864': '', '1865': 'return 1', '1866': '', '1867': 'return 1', '1868': '', '1869': 'return 1', '1870': '', '1871': 'return 1', '1872': '', '1873': 'return 1', '1874': '', '1875': 'return 1', '1876': '', '1877': 'return 1', '1878': '', '1879': 'return 1', '1880': '', '1881': 'return 1', '1882': '', '1883': 'return 1', '1884': '', '1885': 'return 1', '1886': '', '1887': 'return 1', '1888': '', '1889': 'return 1', '1890': '', '1891': 'def recursive_function(n):', '1892': '# VUL: CWE-400'}, 'response': {'status_code': '500', 'headers': {'Content-Type': 'application/json', 'Content-Length': '2419'}}} | CWE-400 | 26,853 |
{'context_id': 535, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://tanner.net/tags/tags/poststerms.html', 'method': 'DELETE', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_9_1) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/20.0.824.0 Safari/534.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=ab0ec5d5-46c2-484c-8e87-768542bd5644&newpass1=dNb0d72t&newpass2=WM5vZ3BA'}, 'control_flow': {'0': 'return self.title', '1': 'return self.title', '2': 'return self.title'}, 'response': {'status_code': '200', 'headers': {'Content-Type': 'application/json', 'Expires': 'Sun, 26 Jan 2025 11:12:20 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 72,272 |
{'context_id': 525, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.warner.com/searchauthor.html', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_9) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.889.0 Safari/531.1', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/comment/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=6d45d10f-e911-485a-a291-c97967d41958&newpass1=QWQaYMTJ&newpass2=Cf1B95sU'}, 'control_flow': {'0': 'return "Comment {} by {}".format(self.body, self.name)', '1': 'return "Comment {} by {}".format(self.body, self.name)', '2': 'return "Comment {} by {}".format(self.body, self.name)', '3': 'return "Comment {} by {}".format(self.body, self.name)', '4': 'return "Comment {} by {}".format(self.body, self.name)', '5': 'return self.title'}, 'response': {'status_code': '401', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Sun, 26 Jan 2025 10:47:29 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 65,298 |
{'context_id': 558, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.bailey.com/mainindex.htm', 'method': 'PUT', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'COOKIE': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'none', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/json', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 4.0; Trident/3.0)'}, 'body': b'csrfmiddlewaretoken=5d81fa7a-d4d4-414f-9d80-848946c4ca5a&newpass1=ckSj4JK1&newpass2=kx5QR1Cr'}, 'control_flow': {'0': "@app.route('/resource/1/', methods=['GET'])", '1': 'def resource():', '2': '', '3': 'return 1', '4': '', '5': 'return 1', '6': '', '7': 'return 1', '8': '', '9': 'return 1', '10': '', '11': 'return 1', '12': '', '13': 'return 1', '14': '', '15': 'return 1', '16': '', '17': 'return 1', '18': '', '19': 'return 1', '20': '', '21': 'return 1', '22': '', '23': 'return 1', '24': '', '25': 'return 1', '26': '', '27': 'return 1', '28': '', '29': 'return 1', '30': '', '31': 'return 1', '32': '', '33': 'return 1', '34': '', '35': 'return 1', '36': '', '37': 'return 1', '38': '', '39': 'return 1', '40': '', '41': 'return 1', '42': '', '43': 'return 1', '44': '', '45': 'return 1', '46': '', '47': 'return 1', '48': '', '49': 'return 1', '50': '', '51': 'return 1', '52': '', '53': 'return 1', '54': '', '55': 'return 1', '56': '', '57': 'return 1', '58': '', '59': 'return 1', '60': '', '61': 'return 1', '62': '', '63': 'return 1', '64': '', '65': 'return 1', '66': '', '67': 'return 1', '68': '', '69': 'return 1', '70': '', '71': 'return 1', '72': '', '73': 'return 1', '74': '', '75': 'return 1', '76': '', '77': 'return 1', '78': '', '79': 'return 1', '80': '', '81': 'return 1', '82': '', '83': 'return 1', '84': '', '85': 'return 1', '86': '', '87': 'return 1', '88': '', '89': 'return 1', '90': '', '91': 'return 1', '92': '', '93': 'return 1', '94': '', '95': 'return 1', '96': '', '97': 'return 1', '98': '', '99': 'return 1', '100': '', '101': 'return 1', '102': '', '103': 'return 1', '104': '', '105': 'return 1', '106': '', '107': 'return 1', '108': '', '109': 'return 1', '110': '', '111': 'return 1', '112': '', '113': 'return 1', '114': '', '115': 'return 1', '116': '', '117': 'return 1', '118': '', '119': 'return 1', '120': '', '121': 'return 1', '122': '', '123': 'return 1', '124': '', '125': 'return 1', '126': '', '127': 'return 1', '128': '', '129': 'return 1', '130': '', '131': 'return 1', '132': '', '133': 'return 1', '134': '', '135': 'return 1', '136': '', '137': 'return 1', '138': '', '139': 'return 1', '140': '', '141': 'return 1', '142': '', '143': 'return 1', '144': '', '145': 'return 1', '146': '', '147': 'return 1', '148': '', '149': 'return 1', '150': '', '151': 'return 1', '152': '', '153': 'return 1', '154': '', '155': 'return 1', '156': '', '157': 'return 1', '158': '', '159': 'return 1', '160': '', '161': 'return 1', '162': '', '163': 'return 1', '164': '', '165': 'return 1', '166': '', '167': 'return 1', '168': '', '169': 'return 1', '170': '', '171': 'return 1', '172': '', '173': 'return 1', '174': '', '175': 'return 1', '176': '', '177': 'return 1', '178': '', '179': 'return 1', '180': '', '181': 'return 1', '182': '', '183': 'return 1', '184': '', '185': 'return 1', '186': '', '187': 'return 1', '188': '', '189': 'return 1', '190': '', '191': 'return 1', '192': '', '193': 'return 1', '194': '', '195': 'return 1', '196': '', '197': 'return 1', '198': '', '199': 'return 1', '200': '', '201': 'return 1', '202': '', '203': 'return 1', '204': '', '205': 'return 1', '206': '', '207': 'return 1', '208': '', '209': 'return 1', '210': '', '211': 'return 1', '212': '', '213': 'return 1', '214': '', '215': 'return 1', '216': '', '217': 'return 1', '218': '', '219': 'return 1', '220': '', '221': 'return 1', '222': '', '223': 'return 1', '224': '', '225': 'return 1', '226': '', '227': 'return 1', '228': '', '229': 'return 1', '230': '', '231': 'return 1', '232': '', '233': 'return 1', '234': '', '235': 'return 1', '236': '', '237': 'return 1', '238': '', '239': 'return 1', '240': '', '241': 'return 1', '242': '', '243': 'return 1', '244': '', '245': 'return 1', '246': '', '247': 'return 1', '248': '', '249': 'def recursive_function(n):', '250': '# VUL: CWE-400'}, 'response': {'status_code': '500', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '224'}}} | CWE-400 | 25,713 |
{'context_id': 579, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.garcia.com/appcategory.asp', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/21.0.809.0 Safari/531.1', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=2c80c103-e31f-4566-b20e-e0a3587f7d66&newpass1=yothxbfB&newpass2=TXovaA6i'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '400', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-400 | 7,960 |
{'context_id': 418, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.rogers-edwards.com/app/tag/tagssearch.jsp', 'method': 'GET', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'ORIGIN': 'http://127.0.0.1:5000', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/sql-injection/login', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (Windows; U; Windows CE) AppleWebKit/531.22.5 (KHTML, like Gecko) Version/5.0.1 Safari/531.22.5'}, 'body': b'csrfmiddlewaretoken=8106c8b9-448e-4b14-81f3-3759377353ef&newpass1=pOvIZ2r3&newpass2=UkD4QfKX'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: "if request.method == 'GET':", 5: 'return sql_injection_login_api(request, app)', 6: 'form = request.form', 7: "username = form.get('username')", 8: "password = form.get('password')", 9: 'password_hash = _hash_password(password)', 10: "md5_pass = hashlib.md5(password.encode('utf-8')).hexdigest()", 11: 'return md5_pass', 12: 'sql = f"SELECT * FROM users WHERE username=\'{username}\' AND password=\'{password_hash}\'"', 13: 'db_result = app.db_helper.execute_read(sql)', 14: 'con = None', 15: 'try:', 16: 'con = self._get_db_connection()', 17: 'return sqlite3.connect(self.DB_FILE_PATH)', 18: 'cur = con.cursor()', 19: 'cur.execute(sql, params)', 20: 'result = cur.fetchall()', 21: 'return result', 22: 'if con is not None:', 23: 'con.close()', 24: 'return result', 25: ')[0] if len(db_result) > 0 else None', 26: 'user = list(', 27: ')[0] if len(db_result) > 0 else None', 28: 'user = list(', 29: 'return render_template(', 30: "'sql_injection/login.html',", 31: 'sql=sql,', 32: 'logged=user is not None', 33: 'return render_template(', 34: '', 35: '<div class="block">', 36: '<pre>', 37: 'Password: Admin123', 38: '<code lang="sql">', 39: '{{ sql }}', 40: '</code>', 41: '{{ sql }}', 42: '</code>', 43: '{{ sql }}', 44: '</div>', 45: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 46: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 47: '<title>Vuln Python App</title>', 48: '<body>', 49: '{% include "./components/navbar.html" %}', 50: '<section class="section">', 51: '{% block content %}{% endblock %}', 52: '</div>', 53: '</section>', 54: '', 55: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 56: '', 57: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 58: '<span aria-hidden="True"></span>', 59: '<span aria-hidden="True"></span>', 60: '</div> -->', 61: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 62: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 63: '', 64: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 65: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 66: '<div id="navbarBasicExample" class="navbar-menu">', 67: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 68: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 69: '<div class="navbar-start">', 70: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 71: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 72: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 73: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 74: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 75: 'Home', 76: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 77: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 78: '</a>', 79: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 80: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 81: '', 82: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 83: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 84: '<div class="navbar-item has-dropdown is-hoverable">', 85: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 86: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 87: '<a class="navbar-link">', 88: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 89: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 90: 'SQL Injection', 91: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 92: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 93: '</a>', 94: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 95: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 96: '', 97: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 98: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 99: '<div class="navbar-dropdown">', 100: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 101: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 102: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 103: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 104: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 105: 'Login', 106: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 107: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 108: '</a>', 109: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 110: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 111: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 112: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 113: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 114: 'Search', 115: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 116: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 117: '</a>', 118: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 119: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 120: '</div>', 121: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 122: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 123: '<script>', 124: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 125: '<form action="/sql-injection/login" method="post" style="max-width: 300px;">', 126: '<div class="field">', 127: '<label class="label">Username</label>', 128: '<input class="input" name="username" type="text" placeholder="myuser" required>', 129: '</div>', 130: '</div>', 131: '<label class="label">Password</label>', 132: '<div class="control">', 133: '<input class="input" name="password" type="password" placeholder="********" required>', 134: '</div>', 135: '<div class="field is-grouped">', 136: '<button class="button is-link">Signin</button>', 137: '<div class="notification is-success">', 138: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 139: '', 140: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 141: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 142: '', 143: '</script>', 144: '', 145: '{% block js %}{% endblock %}', 146: '</body>', 147: '</html>', 148: 'None', 149: 'None', 150: 'None', 151: 'None', 152: 'None', 153: '</html>'}, 'response': {'status_code': '403', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '4246'}}} | CWE-89 | 92,975 |
{'context_id': 517, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://allen.com/search/tags/apphomepage.asp', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.35.(X11; Linux i686; bg-BG) Presto/2.9.161 Version/10.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/post/add/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n; messages=.eJwdzU0KwyAQQOGrDLOWTg10l-YU2SVBpjrRFqOhEym9fX_27-NNEzr30FrcJqocBY013cXgmAT2qgfMrTtb3zOkp6zXGYnDdi90yzXSLyBLPnGJQjMOo-jREw9_FODFChyCBNDm_XewtpzfJ1yWD1iOKB4:1tc09h:IbAOEuusO1QhnBcRCKAGliPsOwC4H1rRONe9Ykzubwc', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=a989fb60-227e-4bf2-ace6-7631239c2f6a&newpass1=QGBawCc9&newpass2=0PbpzR1U'}, 'control_flow': {}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Sun, 26 Jan 2025 10:46:20 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 60,425 |
{'context_id': 588, 'vulnerable': False, 'processing': False, 'request': {'url': 'https://www.diaz-donaldson.com/tag/app/postsindex.html', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows 95; lt-LT; rv:1.9.2.20) Gecko/5059-07-06 19:14:52.103424 Firefox/14.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=4743b4b4-ef39-4ab2-8bfb-e9b54caf49d4&newpass1=8WOsIwXg&newpass2=gJRfXRUG'}, 'control_flow': {0: 'profile = get_object_or_404(UserProfile, id=profile_id, user=request.user)'}, 'response': {'status_code': '502', 'headers': {'Content-Type': 'application/json'}}} | Clean | 4,392 |
{'context_id': 562, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.foster.com/wp-content/category/wp-contentauthor.htm', 'method': 'PUT', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'COOKIE': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'none', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 8.0; Windows CE; Trident/5.1)'}, 'body': b'csrfmiddlewaretoken=67a41fac-765a-456e-b900-d28817653bfa&newpass1=WokCx9tX&newpass2=QDEq9i79'}, 'control_flow': {'0': "@app.route('/resource/1/', methods=['GET'])", '1': 'def resource():', '2': '', '3': 'return 1', '4': '', '5': 'return 1', '6': '', '7': 'return 1', '8': '', '9': 'return 1', '10': '', '11': 'return 1', '12': '', '13': 'return 1', '14': '', '15': 'return 1', '16': '', '17': 'return 1', '18': '', '19': 'return 1', '20': '', '21': 'return 1', '22': '', '23': 'return 1', '24': '', '25': 'return 1', '26': '', '27': 'return 1', '28': '', '29': 'return 1', '30': '', '31': 'return 1', '32': '', '33': 'return 1', '34': '', '35': 'return 1', '36': '', '37': 'return 1', '38': '', '39': 'return 1', '40': '', '41': 'return 1', '42': '', '43': 'return 1', '44': '', '45': 'return 1', '46': '', '47': 'return 1', '48': '', '49': 'return 1', '50': '', '51': 'return 1', '52': '', '53': 'return 1', '54': '', '55': 'return 1', '56': '', '57': 'return 1', '58': '', '59': 'return 1', '60': '', '61': 'return 1', '62': '', '63': 'return 1', '64': '', '65': 'return 1', '66': '', '67': 'return 1', '68': '', '69': 'return 1', '70': '', '71': 'return 1', '72': '', '73': 'return 1', '74': '', '75': 'return 1', '76': '', '77': 'return 1', '78': '', '79': 'return 1', '80': '', '81': 'return 1', '82': '', '83': 'return 1', '84': '', '85': 'return 1', '86': '', '87': 'return 1', '88': '', '89': 'return 1', '90': '', '91': 'return 1', '92': '', '93': 'return 1', '94': '', '95': 'return 1', '96': '', '97': 'return 1', '98': '', '99': 'return 1', '100': '', '101': 'return 1', '102': '', '103': 'return 1', '104': '', '105': 'return 1', '106': '', '107': 'return 1', '108': '', '109': 'return 1', '110': '', '111': 'return 1', '112': '', '113': 'return 1', '114': '', '115': 'return 1', '116': '', '117': 'return 1', '118': '', '119': 'return 1', '120': '', '121': 'return 1', '122': '', '123': 'return 1', '124': '', '125': 'return 1', '126': '', '127': 'return 1', '128': '', '129': 'return 1', '130': '', '131': 'return 1', '132': '', '133': 'return 1', '134': '', '135': 'return 1', '136': '', '137': 'return 1', '138': '', '139': 'return 1', '140': '', '141': 'return 1', '142': '', '143': 'return 1', '144': '', '145': 'return 1', '146': '', '147': 'return 1', '148': '', '149': 'return 1', '150': '', '151': 'return 1', '152': '', '153': 'return 1', '154': '', '155': 'return 1', '156': '', '157': 'return 1', '158': '', '159': 'return 1', '160': '', '161': 'return 1', '162': '', '163': 'return 1', '164': '', '165': 'return 1', '166': '', '167': 'return 1', '168': '', '169': 'return 1', '170': '', '171': 'return 1', '172': '', '173': 'return 1', '174': '', '175': 'return 1', '176': '', '177': 'return 1', '178': '', '179': 'return 1', '180': '', '181': 'return 1', '182': '', '183': 'return 1', '184': '', '185': 'return 1', '186': '', '187': 'return 1', '188': '', '189': 'return 1', '190': '', '191': 'return 1', '192': '', '193': 'return 1', '194': '', '195': 'return 1', '196': '', '197': 'return 1', '198': '', '199': 'return 1', '200': '', '201': 'return 1', '202': '', '203': 'return 1', '204': '', '205': 'return 1', '206': '', '207': 'return 1', '208': '', '209': 'return 1', '210': '', '211': 'return 1', '212': '', '213': 'return 1', '214': '', '215': 'return 1', '216': '', '217': 'return 1', '218': '', '219': 'return 1', '220': '', '221': 'return 1', '222': '', '223': 'return 1', '224': '', '225': 'return 1', '226': '', '227': 'return 1', '228': '', '229': 'return 1', '230': '', '231': 'return 1', '232': '', '233': 'return 1', '234': '', '235': 'return 1', '236': '', '237': 'return 1', '238': '', '239': 'return 1', '240': '', '241': 'return 1', '242': '', '243': 'return 1', '244': '', '245': 'return 1', '246': '', '247': 'return 1', '248': '', '249': 'return 1', '250': '', '251': 'return 1', '252': '', '253': 'return 1', '254': '', '255': 'return 1', '256': '', '257': 'return 1', '258': '', '259': 'return 1', '260': '', '261': 'return 1', '262': '', '263': 'return 1', '264': '', '265': 'return 1', '266': '', '267': 'return 1', '268': '', '269': 'return 1', '270': '', '271': 'return 1', '272': '', '273': 'return 1', '274': '', '275': 'return 1', '276': '', '277': 'return 1', '278': '', '279': 'return 1', '280': '', '281': 'return 1', '282': '', '283': 'return 1', '284': '', '285': 'return 1', '286': '', '287': 'return 1', '288': '', '289': 'return 1', '290': '', '291': 'return 1', '292': '', '293': 'return 1', '294': '', '295': 'return 1', '296': '', '297': 'return 1', '298': '', '299': 'return 1', '300': '', '301': 'return 1', '302': '', '303': 'return 1', '304': '', '305': 'return 1', '306': '', '307': 'return 1', '308': '', '309': 'return 1', '310': '', '311': 'return 1', '312': '', '313': 'return 1', '314': '', '315': 'return 1', '316': '', '317': 'return 1', '318': '', '319': 'return 1', '320': '', '321': 'return 1', '322': '', '323': 'return 1', '324': '', '325': 'return 1', '326': '', '327': 'return 1', '328': '', '329': 'return 1', '330': '', '331': 'return 1', '332': '', '333': 'return 1', '334': '', '335': 'return 1', '336': '', '337': 'return 1', '338': '', '339': 'return 1', '340': '', '341': 'return 1', '342': '', '343': 'return 1', '344': '', '345': 'return 1', '346': '', '347': 'return 1', '348': '', '349': 'return 1', '350': '', '351': 'return 1', '352': '', '353': 'return 1', '354': '', '355': 'return 1', '356': '', '357': 'return 1', '358': '', '359': 'return 1', '360': '', '361': 'return 1', '362': '', '363': 'return 1', '364': '', '365': 'return 1', '366': '', '367': 'return 1', '368': '', '369': 'return 1', '370': '', '371': 'return 1', '372': '', '373': 'return 1', '374': '', '375': 'return 1', '376': '', '377': 'return 1', '378': '', '379': 'return 1', '380': '', '381': 'return 1', '382': '', '383': 'return 1', '384': '', '385': 'return 1', '386': '', '387': 'return 1', '388': '', '389': 'return 1', '390': '', '391': 'return 1', '392': '', '393': 'return 1', '394': '', '395': 'return 1', '396': '', '397': 'return 1', '398': '', '399': 'return 1', '400': '', '401': 'return 1', '402': '', '403': 'return 1', '404': '', '405': 'return 1', '406': '', '407': 'return 1', '408': '', '409': 'return 1', '410': '', '411': 'return 1', '412': '', '413': 'return 1', '414': '', '415': 'return 1', '416': '', '417': 'return 1', '418': '', '419': 'return 1', '420': '', '421': 'return 1', '422': '', '423': 'return 1', '424': '', '425': 'return 1', '426': '', '427': 'return 1', '428': '', '429': 'return 1', '430': '', '431': 'return 1', '432': '', '433': 'return 1', '434': '', '435': 'return 1', '436': '', '437': 'return 1', '438': '', '439': 'return 1', '440': '', '441': 'return 1', '442': '', '443': 'return 1', '444': '', '445': 'return 1', '446': '', '447': 'return 1', '448': '', '449': 'return 1', '450': '', '451': 'return 1', '452': '', '453': 'return 1', '454': '', '455': 'return 1', '456': '', '457': 'return 1', '458': '', '459': 'return 1', '460': '', '461': 'return 1', '462': '', '463': 'return 1', '464': '', '465': 'return 1', '466': '', '467': 'return 1', '468': '', '469': 'return 1', '470': '', '471': 'return 1', '472': '', '473': 'return 1', '474': '', '475': 'return 1', '476': '', '477': 'return 1', '478': '', '479': 'return 1', '480': '', '481': 'return 1', '482': '', '483': 'return 1', '484': '', '485': 'return 1', '486': '', '487': 'return 1', '488': '', '489': 'return 1', '490': '', '491': 'return 1', '492': '', '493': 'return 1', '494': '', '495': 'return 1', '496': '', '497': 'return 1', '498': '', '499': 'return 1', '500': '', '501': 'return 1', '502': '', '503': 'return 1', '504': '', '505': 'return 1', '506': '', '507': 'return 1', '508': '', '509': 'return 1', '510': '', '511': 'return 1', '512': '', '513': 'return 1', '514': '', '515': 'return 1', '516': '', '517': 'return 1', '518': '', '519': 'return 1', '520': '', '521': 'return 1', '522': '', '523': 'return 1', '524': '', '525': 'return 1', '526': '', '527': 'return 1', '528': '', '529': 'return 1', '530': '', '531': 'return 1', '532': '', '533': 'return 1', '534': '', '535': 'return 1', '536': '', '537': 'return 1', '538': '', '539': 'return 1', '540': '', '541': 'return 1', '542': '', '543': 'return 1', '544': '', '545': 'return 1', '546': '', '547': 'return 1', '548': '', '549': 'return 1', '550': '', '551': 'return 1', '552': '', '553': 'return 1', '554': '', '555': 'return 1', '556': '', '557': 'return 1', '558': '', '559': 'return 1', '560': '', '561': 'return 1', '562': '', '563': 'return 1', '564': '', '565': 'return 1', '566': '', '567': 'return 1', '568': '', '569': 'return 1', '570': '', '571': 'return 1', '572': '', '573': 'return 1', '574': '', '575': 'return 1', '576': '', '577': 'return 1', '578': '', '579': 'return 1', '580': '', '581': 'return 1', '582': '', '583': 'return 1', '584': '', '585': 'return 1', '586': '', '587': 'return 1', '588': '', '589': 'return 1', '590': '', '591': 'return 1', '592': '', '593': 'return 1', '594': '', '595': 'return 1', '596': '', '597': 'return 1', '598': '', '599': 'return 1', '600': '', '601': 'return 1', '602': '', '603': 'return 1', '604': '', '605': 'return 1', '606': '', '607': 'return 1', '608': '', '609': 'return 1', '610': '', '611': 'return 1', '612': '', '613': 'return 1', '614': '', '615': 'return 1', '616': '', '617': 'return 1', '618': '', '619': 'return 1', '620': '', '621': 'return 1', '622': '', '623': 'return 1', '624': '', '625': 'return 1', '626': '', '627': 'return 1', '628': '', '629': 'return 1', '630': '', '631': 'return 1', '632': '', '633': 'return 1', '634': '', '635': 'return 1', '636': '', '637': 'return 1', '638': '', '639': 'return 1', '640': '', '641': 'return 1', '642': '', '643': 'return 1', '644': '', '645': 'return 1', '646': '', '647': 'return 1', '648': '', '649': 'return 1', '650': '', '651': 'return 1', '652': '', '653': 'return 1', '654': '', '655': 'return 1', '656': '', '657': 'return 1', '658': '', '659': 'return 1', '660': '', '661': 'return 1', '662': '', '663': 'return 1', '664': '', '665': 'return 1', '666': '', '667': 'return 1', '668': '', '669': 'return 1', '670': '', '671': 'return 1', '672': '', '673': 'return 1', '674': '', '675': 'return 1', '676': '', '677': 'return 1', '678': '', '679': 'return 1', '680': '', '681': 'return 1', '682': '', '683': 'return 1', '684': '', '685': 'return 1', '686': '', '687': 'return 1', '688': '', '689': 'return 1', '690': '', '691': 'return 1', '692': '', '693': 'return 1', '694': '', '695': 'return 1', '696': '', '697': 'return 1', '698': '', '699': 'return 1', '700': '', '701': 'return 1', '702': '', '703': 'return 1', '704': '', '705': 'return 1', '706': '', '707': 'return 1', '708': '', '709': 'return 1', '710': '', '711': 'return 1', '712': '', '713': 'return 1', '714': '', '715': 'return 1', '716': '', '717': 'return 1', '718': '', '719': 'return 1', '720': '', '721': 'return 1', '722': '', '723': 'return 1', '724': '', '725': 'return 1', '726': '', '727': 'return 1', '728': '', '729': 'return 1', '730': '', '731': 'return 1', '732': '', '733': 'return 1', '734': '', '735': 'return 1', '736': '', '737': 'return 1', '738': '', '739': 'return 1', '740': '', '741': 'return 1', '742': '', '743': 'return 1', '744': '', '745': 'return 1', '746': '', '747': 'return 1', '748': '', '749': 'return 1', '750': '', '751': 'return 1', '752': '', '753': 'return 1', '754': '', '755': 'return 1', '756': '', '757': 'return 1', '758': '', '759': 'return 1', '760': '', '761': 'return 1', '762': '', '763': 'return 1', '764': '', '765': 'return 1', '766': '', '767': 'return 1', '768': '', '769': 'return 1', '770': '', '771': 'return 1', '772': '', '773': 'return 1', '774': '', '775': 'return 1', '776': '', '777': 'return 1', '778': '', '779': 'return 1', '780': '', '781': 'return 1', '782': '', '783': 'return 1', '784': '', '785': 'return 1', '786': '', '787': 'return 1', '788': '', '789': 'return 1', '790': '', '791': 'return 1', '792': '', '793': 'return 1', '794': '', '795': 'return 1', '796': '', '797': 'return 1', '798': '', '799': 'return 1', '800': '', '801': 'return 1', '802': '', '803': 'return 1', '804': '', '805': 'return 1', '806': '', '807': 'return 1', '808': '', '809': 'return 1', '810': '', '811': 'return 1', '812': '', '813': 'return 1', '814': '', '815': 'return 1', '816': '', '817': 'return 1', '818': '', '819': 'return 1', '820': '', '821': 'return 1', '822': '', '823': 'return 1', '824': '', '825': 'return 1', '826': '', '827': 'return 1', '828': '', '829': 'return 1', '830': '', '831': 'return 1', '832': '', '833': 'return 1', '834': '', '835': 'return 1', '836': '', '837': 'return 1', '838': '', '839': 'return 1', '840': '', '841': 'return 1', '842': '', '843': 'return 1', '844': '', '845': 'return 1', '846': '', '847': 'return 1', '848': '', '849': 'return 1', '850': '', '851': 'return 1', '852': '', '853': 'return 1', '854': '', '855': 'return 1', '856': '', '857': 'return 1', '858': '', '859': 'return 1', '860': '', '861': 'return 1', '862': '', '863': 'return 1', '864': '', '865': 'return 1', '866': '', '867': 'return 1', '868': '', '869': 'return 1', '870': '', '871': 'return 1', '872': '', '873': 'return 1', '874': '', '875': 'return 1', '876': '', '877': 'return 1', '878': '', '879': 'return 1', '880': '', '881': 'return 1', '882': '', '883': 'return 1', '884': '', '885': 'return 1', '886': '', '887': 'return 1', '888': '', '889': 'return 1', '890': '', '891': 'return 1', '892': '', '893': 'return 1', '894': '', '895': 'return 1', '896': '', '897': 'return 1', '898': '', '899': 'return 1', '900': '', '901': 'return 1', '902': '', '903': 'return 1', '904': '', '905': 'return 1', '906': '', '907': 'return 1', '908': '', '909': 'return 1', '910': '', '911': 'return 1', '912': '', '913': 'return 1', '914': '', '915': 'return 1', '916': '', '917': 'return 1', '918': '', '919': 'return 1', '920': '', '921': 'return 1', '922': '', '923': 'return 1', '924': '', '925': 'return 1', '926': '', '927': 'return 1', '928': '', '929': 'return 1', '930': '', '931': 'return 1', '932': '', '933': 'return 1', '934': '', '935': 'return 1', '936': '', '937': 'return 1', '938': '', '939': 'return 1', '940': '', '941': 'return 1', '942': '', '943': 'return 1', '944': '', '945': 'return 1', '946': '', '947': 'return 1', '948': '', '949': 'return 1', '950': '', '951': 'return 1', '952': '', '953': 'return 1', '954': '', '955': 'return 1', '956': '', '957': 'return 1', '958': '', '959': 'return 1', '960': '', '961': 'return 1', '962': '', '963': 'return 1', '964': '', '965': 'return 1', '966': '', '967': 'return 1', '968': '', '969': 'return 1', '970': '', '971': 'return 1', '972': '', '973': 'return 1', '974': '', '975': 'return 1', '976': '', '977': 'return 1', '978': '', '979': 'return 1', '980': '', '981': 'return 1', '982': '', '983': 'return 1', '984': '', '985': 'return 1', '986': '', '987': 'return 1', '988': '', '989': 'return 1', '990': '', '991': 'return 1', '992': '', '993': 'return 1', '994': '', '995': 'return 1', '996': '', '997': 'return 1', '998': '', '999': 'return 1', '1000': '', '1001': 'return 1', '1002': '', '1003': 'return 1', '1004': '', '1005': 'return 1', '1006': '', '1007': 'return 1', '1008': '', '1009': 'return 1', '1010': '', '1011': 'return 1', '1012': '', '1013': 'return 1', '1014': '', '1015': 'return 1', '1016': '', '1017': 'return 1', '1018': '', '1019': 'return 1', '1020': '', '1021': 'return 1', '1022': '', '1023': 'return 1', '1024': '', '1025': 'return 1', '1026': '', '1027': 'return 1', '1028': '', '1029': 'return 1', '1030': '', '1031': 'return 1', '1032': '', '1033': 'return 1', '1034': '', '1035': 'return 1', '1036': '', '1037': 'return 1', '1038': '', '1039': 'return 1', '1040': '', '1041': 'return 1', '1042': '', '1043': 'return 1', '1044': '', '1045': 'return 1', '1046': '', '1047': 'return 1', '1048': '', '1049': 'return 1', '1050': '', '1051': 'return 1', '1052': '', '1053': 'return 1', '1054': '', '1055': 'return 1', '1056': '', '1057': 'return 1', '1058': '', '1059': 'return 1', '1060': '', '1061': 'return 1', '1062': '', '1063': 'return 1', '1064': '', '1065': 'return 1', '1066': '', '1067': 'return 1', '1068': '', '1069': 'return 1', '1070': '', '1071': 'return 1', '1072': '', '1073': 'return 1', '1074': '', '1075': 'return 1', '1076': '', '1077': 'return 1', '1078': '', '1079': 'return 1', '1080': '', '1081': 'return 1', '1082': '', '1083': 'return 1', '1084': '', '1085': 'return 1', '1086': '', '1087': 'return 1', '1088': '', '1089': 'return 1', '1090': '', '1091': 'return 1', '1092': '', '1093': 'return 1', '1094': '', '1095': 'return 1', '1096': '', '1097': 'return 1', '1098': '', '1099': 'return 1', '1100': '', '1101': 'return 1', '1102': '', '1103': 'return 1', '1104': '', '1105': 'return 1', '1106': '', '1107': 'return 1', '1108': '', '1109': 'return 1', '1110': '', '1111': 'return 1', '1112': '', '1113': 'return 1', '1114': '', '1115': 'return 1', '1116': '', '1117': 'return 1', '1118': '', '1119': 'return 1', '1120': '', '1121': 'return 1', '1122': '', '1123': 'return 1', '1124': '', '1125': 'return 1', '1126': '', '1127': 'return 1', '1128': '', '1129': 'return 1', '1130': '', '1131': 'return 1', '1132': '', '1133': 'return 1', '1134': '', '1135': 'return 1', '1136': '', '1137': 'return 1', '1138': '', '1139': 'return 1', '1140': '', '1141': 'return 1', '1142': '', '1143': 'return 1', '1144': '', '1145': 'return 1', '1146': '', '1147': 'return 1', '1148': '', '1149': 'return 1', '1150': '', '1151': 'return 1', '1152': '', '1153': 'return 1', '1154': '', '1155': 'return 1', '1156': '', '1157': 'return 1', '1158': '', '1159': 'return 1', '1160': '', '1161': 'return 1', '1162': '', '1163': 'return 1', '1164': '', '1165': 'return 1', '1166': '', '1167': 'return 1', '1168': '', '1169': 'return 1', '1170': '', '1171': 'return 1', '1172': '', '1173': 'return 1', '1174': '', '1175': 'return 1', '1176': '', '1177': 'return 1', '1178': '', '1179': 'return 1', '1180': '', '1181': 'return 1', '1182': '', '1183': 'return 1', '1184': '', '1185': 'return 1', '1186': '', '1187': 'return 1', '1188': '', '1189': 'return 1', '1190': '', '1191': 'return 1', '1192': '', '1193': 'return 1', '1194': '', '1195': 'return 1', '1196': '', '1197': 'return 1', '1198': '', '1199': 'return 1', '1200': '', '1201': 'return 1', '1202': '', '1203': 'return 1', '1204': '', '1205': 'return 1', '1206': '', '1207': 'return 1', '1208': '', '1209': 'return 1', '1210': '', '1211': 'return 1', '1212': '', '1213': 'return 1', '1214': '', '1215': 'return 1', '1216': '', '1217': 'return 1', '1218': '', '1219': 'return 1', '1220': '', '1221': 'return 1', '1222': '', '1223': 'return 1', '1224': '', '1225': 'return 1', '1226': '', '1227': 'return 1', '1228': '', '1229': 'return 1', '1230': '', '1231': 'return 1', '1232': '', '1233': 'return 1', '1234': '', '1235': 'return 1', '1236': '', '1237': 'return 1', '1238': '', '1239': 'return 1', '1240': '', '1241': 'return 1', '1242': '', '1243': 'return 1', '1244': '', '1245': 'return 1', '1246': '', '1247': 'return 1', '1248': '', '1249': 'return 1', '1250': '', '1251': 'return 1', '1252': '', '1253': 'return 1', '1254': '', '1255': 'return 1', '1256': '', '1257': 'return 1', '1258': '', '1259': 'return 1', '1260': '', '1261': 'return 1', '1262': '', '1263': 'return 1', '1264': '', '1265': 'return 1', '1266': '', '1267': 'return 1', '1268': '', '1269': 'return 1', '1270': '', '1271': 'return 1', '1272': '', '1273': 'return 1', '1274': '', '1275': 'return 1', '1276': '', '1277': 'return 1', '1278': '', '1279': 'return 1', '1280': '', '1281': 'return 1', '1282': '', '1283': 'return 1', '1284': '', '1285': 'return 1', '1286': '', '1287': 'return 1', '1288': '', '1289': 'return 1', '1290': '', '1291': 'return 1', '1292': '', '1293': 'return 1', '1294': '', '1295': 'return 1', '1296': '', '1297': 'return 1', '1298': '', '1299': 'return 1', '1300': '', '1301': 'return 1', '1302': '', '1303': 'return 1', '1304': '', '1305': 'return 1', '1306': '', '1307': 'return 1', '1308': '', '1309': 'return 1', '1310': '', '1311': 'return 1', '1312': '', '1313': 'return 1', '1314': '', '1315': 'return 1', '1316': '', '1317': 'return 1', '1318': '', '1319': 'return 1', '1320': '', '1321': 'return 1', '1322': '', '1323': 'return 1', '1324': '', '1325': 'return 1', '1326': '', '1327': 'return 1', '1328': '', '1329': 'return 1', '1330': '', '1331': 'return 1', '1332': '', '1333': 'return 1', '1334': '', '1335': 'return 1', '1336': '', '1337': 'return 1', '1338': '', '1339': 'return 1', '1340': '', '1341': 'return 1', '1342': '', '1343': 'return 1', '1344': '', '1345': 'return 1', '1346': '', '1347': 'return 1', '1348': '', '1349': 'return 1', '1350': '', '1351': 'return 1', '1352': '', '1353': 'return 1', '1354': '', '1355': 'return 1', '1356': '', '1357': 'return 1', '1358': '', '1359': 'return 1', '1360': '', '1361': 'return 1', '1362': '', '1363': 'return 1', '1364': '', '1365': 'return 1', '1366': '', '1367': 'return 1', '1368': '', '1369': 'return 1', '1370': '', '1371': 'return 1', '1372': '', '1373': 'return 1', '1374': '', '1375': 'return 1', '1376': '', '1377': 'return 1', '1378': '', '1379': 'return 1', '1380': '', '1381': 'return 1', '1382': '', '1383': 'return 1', '1384': '', '1385': 'return 1', '1386': '', '1387': 'return 1', '1388': '', '1389': 'return 1', '1390': '', '1391': 'return 1', '1392': '', '1393': 'return 1', '1394': '', '1395': 'return 1', '1396': '', '1397': 'return 1', '1398': '', '1399': 'return 1', '1400': '', '1401': 'return 1', '1402': '', '1403': 'return 1', '1404': '', '1405': 'return 1', '1406': '', '1407': 'return 1', '1408': '', '1409': 'return 1', '1410': '', '1411': 'return 1', '1412': '', '1413': 'return 1', '1414': '', '1415': 'return 1', '1416': '', '1417': 'return 1', '1418': '', '1419': 'return 1', '1420': '', '1421': 'return 1', '1422': '', '1423': 'return 1', '1424': '', '1425': 'return 1', '1426': '', '1427': 'return 1', '1428': '', '1429': 'return 1', '1430': '', '1431': 'return 1', '1432': '', '1433': 'return 1', '1434': '', '1435': 'return 1', '1436': '', '1437': 'return 1', '1438': '', '1439': 'return 1', '1440': '', '1441': 'return 1', '1442': '', '1443': 'return 1', '1444': '', '1445': 'return 1', '1446': '', '1447': 'return 1', '1448': '', '1449': 'return 1', '1450': '', '1451': 'return 1', '1452': '', '1453': 'return 1', '1454': '', '1455': 'return 1', '1456': '', '1457': 'return 1', '1458': '', '1459': 'return 1', '1460': '', '1461': 'return 1', '1462': '', '1463': 'return 1', '1464': '', '1465': 'return 1', '1466': '', '1467': 'return 1', '1468': '', '1469': 'return 1', '1470': '', '1471': 'return 1', '1472': '', '1473': 'return 1', '1474': '', '1475': 'return 1', '1476': '', '1477': 'return 1', '1478': '', '1479': 'return 1', '1480': '', '1481': 'return 1', '1482': '', '1483': 'return 1', '1484': '', '1485': 'return 1', '1486': '', '1487': 'return 1', '1488': '', '1489': 'return 1', '1490': '', '1491': 'return 1', '1492': '', '1493': 'return 1', '1494': '', '1495': 'return 1', '1496': '', '1497': 'return 1', '1498': '', '1499': 'return 1', '1500': '', '1501': 'return 1', '1502': '', '1503': 'return 1', '1504': '', '1505': 'return 1', '1506': '', '1507': 'return 1', '1508': '', '1509': 'return 1', '1510': '', '1511': 'return 1', '1512': '', '1513': 'return 1', '1514': '', '1515': 'return 1', '1516': '', '1517': 'return 1', '1518': '', '1519': 'return 1', '1520': '', '1521': 'return 1', '1522': '', '1523': 'return 1', '1524': '', '1525': 'return 1', '1526': '', '1527': 'return 1', '1528': '', '1529': 'return 1', '1530': '', '1531': 'return 1', '1532': '', '1533': 'return 1', '1534': '', '1535': 'return 1', '1536': '', '1537': 'return 1', '1538': '', '1539': 'return 1', '1540': '', '1541': 'return 1', '1542': '', '1543': 'return 1', '1544': '', '1545': 'return 1', '1546': '', '1547': 'return 1', '1548': '', '1549': 'return 1', '1550': '', '1551': 'return 1', '1552': '', '1553': 'return 1', '1554': '', '1555': 'return 1', '1556': '', '1557': 'return 1', '1558': '', '1559': 'return 1', '1560': '', '1561': 'return 1', '1562': '', '1563': 'return 1', '1564': '', '1565': 'return 1', '1566': '', '1567': 'return 1', '1568': '', '1569': 'return 1', '1570': '', '1571': 'return 1', '1572': '', '1573': 'return 1', '1574': '', '1575': 'return 1', '1576': '', '1577': 'return 1', '1578': '', '1579': 'return 1', '1580': '', '1581': 'return 1', '1582': '', '1583': 'return 1', '1584': '', '1585': 'return 1', '1586': '', '1587': 'return 1', '1588': '', '1589': 'return 1', '1590': '', '1591': 'return 1', '1592': '', '1593': 'return 1', '1594': '', '1595': 'return 1', '1596': '', '1597': 'return 1', '1598': '', '1599': 'return 1', '1600': '', '1601': 'return 1', '1602': '', '1603': 'return 1', '1604': '', '1605': 'return 1', '1606': '', '1607': 'return 1', '1608': '', '1609': 'return 1', '1610': '', '1611': 'return 1', '1612': '', '1613': 'return 1', '1614': '', '1615': 'return 1', '1616': '', '1617': 'return 1', '1618': '', '1619': 'return 1', '1620': '', '1621': 'return 1', '1622': '', '1623': 'return 1', '1624': '', '1625': 'return 1', '1626': '', '1627': 'return 1', '1628': '', '1629': 'return 1', '1630': '', '1631': 'return 1', '1632': '', '1633': 'return 1', '1634': '', '1635': 'return 1', '1636': '', '1637': 'return 1', '1638': '', '1639': 'return 1', '1640': '', '1641': 'return 1', '1642': '', '1643': 'return 1', '1644': '', '1645': 'return 1', '1646': '', '1647': 'return 1', '1648': '', '1649': 'return 1', '1650': '', '1651': 'return 1', '1652': '', '1653': 'return 1', '1654': '', '1655': 'return 1', '1656': '', '1657': 'return 1', '1658': '', '1659': 'return 1', '1660': '', '1661': 'return 1', '1662': '', '1663': 'return 1', '1664': '', '1665': 'return 1', '1666': '', '1667': 'return 1', '1668': '', '1669': 'return 1', '1670': '', '1671': 'return 1', '1672': '', '1673': 'return 1', '1674': '', '1675': 'return 1', '1676': '', '1677': 'return 1', '1678': '', '1679': 'return 1', '1680': '', '1681': 'return 1', '1682': '', '1683': 'return 1', '1684': '', '1685': 'return 1', '1686': '', '1687': 'return 1', '1688': '', '1689': 'return 1', '1690': '', '1691': 'return 1', '1692': '', '1693': 'return 1', '1694': '', '1695': 'return 1', '1696': '', '1697': 'return 1', '1698': '', '1699': 'return 1', '1700': '', '1701': 'return 1', '1702': '', '1703': 'return 1', '1704': '', '1705': 'return 1', '1706': '', '1707': 'return 1', '1708': '', '1709': 'return 1', '1710': '', '1711': 'return 1', '1712': '', '1713': 'return 1', '1714': '', '1715': 'return 1', '1716': '', '1717': 'return 1', '1718': '', '1719': 'return 1', '1720': '', '1721': 'return 1', '1722': '', '1723': 'return 1', '1724': '', '1725': 'return 1', '1726': '', '1727': 'return 1', '1728': '', '1729': 'return 1', '1730': '', '1731': 'return 1', '1732': '', '1733': 'return 1', '1734': '', '1735': 'return 1', '1736': '', '1737': 'return 1', '1738': '', '1739': 'return 1', '1740': '', '1741': 'return 1', '1742': '', '1743': 'return 1', '1744': '', '1745': 'return 1', '1746': '', '1747': 'return 1', '1748': '', '1749': 'return 1', '1750': '', '1751': 'return 1', '1752': '', '1753': 'return 1', '1754': '', '1755': 'return 1', '1756': '', '1757': 'return 1', '1758': '', '1759': 'return 1', '1760': '', '1761': 'return 1', '1762': '', '1763': 'return 1', '1764': '', '1765': 'return 1', '1766': '', '1767': 'return 1', '1768': '', '1769': 'return 1', '1770': '', '1771': 'return 1', '1772': '', '1773': 'return 1', '1774': '', '1775': 'return 1', '1776': '', '1777': 'return 1', '1778': '', '1779': 'return 1', '1780': '', '1781': 'return 1', '1782': '', '1783': 'return 1', '1784': '', '1785': 'return 1', '1786': '', '1787': 'return 1', '1788': '', '1789': 'return 1', '1790': '', '1791': 'return 1', '1792': '', '1793': 'return 1', '1794': '', '1795': 'return 1', '1796': '', '1797': 'return 1', '1798': '', '1799': 'return 1', '1800': '', '1801': 'return 1', '1802': '', '1803': 'return 1', '1804': '', '1805': 'return 1', '1806': '', '1807': 'return 1', '1808': '', '1809': 'return 1', '1810': '', '1811': 'return 1', '1812': '', '1813': 'return 1', '1814': '', '1815': 'return 1', '1816': '', '1817': 'return 1', '1818': '', '1819': 'return 1', '1820': '', '1821': 'return 1', '1822': '', '1823': 'return 1', '1824': '', '1825': 'return 1', '1826': '', '1827': 'return 1', '1828': '', '1829': 'return 1', '1830': '', '1831': 'return 1', '1832': '', '1833': 'return 1', '1834': '', '1835': 'return 1', '1836': '', '1837': 'return 1', '1838': '', '1839': 'return 1', '1840': '', '1841': 'return 1', '1842': '', '1843': 'return 1', '1844': '', '1845': 'return 1', '1846': '', '1847': 'return 1', '1848': '', '1849': 'return 1', '1850': '', '1851': 'return 1', '1852': '', '1853': 'return 1', '1854': '', '1855': 'return 1', '1856': '', '1857': 'return 1', '1858': '', '1859': 'return 1', '1860': '', '1861': 'return 1', '1862': '', '1863': 'return 1', '1864': '', '1865': 'return 1', '1866': '', '1867': 'return 1', '1868': '', '1869': 'return 1', '1870': '', '1871': 'return 1', '1872': '', '1873': 'return 1', '1874': '', '1875': 'return 1', '1876': '', '1877': 'return 1', '1878': '', '1879': 'return 1', '1880': '', '1881': 'return 1', '1882': '', '1883': 'return 1', '1884': '', '1885': 'return 1', '1886': '', '1887': 'return 1', '1888': '', '1889': 'return 1', '1890': '', '1891': 'def recursive_function(n):', '1892': '# VUL: CWE-400'}, 'response': {'status_code': '500', 'headers': {'Content-Type': 'application/json', 'Content-Length': '2419'}}} | CWE-400 | 26,267 |
{'context_id': 507, 'vulnerable': False, 'processing': True, 'request': {'url': 'https://www.parker-barrett.org/searchhomepage.html', 'method': 'DELETE', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.10.(X11; Linux i686; lij-IT) Presto/2.9.173 Version/12.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=PPnwo7VADLFS8tp8pohOq8vYURa40OakMltXES61eHrcEwusisdiRVzdSu5pvWVw; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=eb132133-9502-43b2-bd0f-3ee890b14e74&newpass1=70IHD16M&newpass2=1BlRGlsD'}, 'control_flow': {}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Sun, 26 Jan 2025 10:44:17 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 54,124 |
{'context_id': 532, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://fleming.com/mainpost.html', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPad; CPU iPad OS 12_4_4 like Mac OS X) AppleWebKit/534.1 (KHTML, like Gecko) CriOS/43.0.887.0 Mobile/52S115 Safari/534.1', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=4047e173-06ee-4104-a065-869a0f36e915&newpass1=HnlXlHIT&newpass2=ktrVcg9e'}, 'control_flow': {'0': 'template_name = "post_detail.html"', '1': 'post = get_object_or_404(Post, slug=slug)', '2': 'comments = post.comments.filter(active=True).order_by("-created_on")', '3': 'new_comment = None', '4': 'if request.method == "POST":', '5': 'comment_form = CommentForm()', '6': 'return render(', '7': 'request,', '8': 'template_name,', '9': '"post": post,', '10': '"comments": comments,', '11': '"new_comment": new_comment,', '12': '"comment_form": comment_form,', '13': '{', '14': 'return render(', '15': 'return self.title', '16': 'return self.title', '17': 'return self.title'}, 'response': {'status_code': '404', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 70,322 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.williams.com/explore/tagprivacy.html', 'method': 'PUT', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4 rv:3.0; ky-KG) AppleWebKit/534.46.7 (KHTML, like Gecko) Version/5.0.1 Safari/534.46.7', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=b176069c-83a9-4246-aab9-235b8842e5c3&newpass1=WnkXaeZp&newpass2=bnWoXC6L'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '204', 'headers': {'Content-Type': 'application/json'}}} | CWE-400 | 12,767 |
{'context_id': 549, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.thompson.biz/wp-content/wp-content/categorylogin.php', 'method': 'GET', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'COOKIE': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'none', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.2; Trident/4.0)'}, 'body': b'csrfmiddlewaretoken=e4b2c55e-f347-4111-9e42-9118d8ea3c55&newpass1=N6tMW8zO&newpass2=YWoe5UAT'}, 'control_flow': {}, 'response': {'status_code': '200', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '207'}}} | Clean | 33,011 |
{'context_id': 526, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://mora-wells.info/app/list/tagpost.htm', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/52.0.800.0 Safari/533.1', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/comment/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=71578a05-37d7-4393-b0dc-c3d0a6602192&newpass1=IDGyOum9&newpass2=qiKLK05P'}, 'control_flow': {'0': 'return "Comment {} by {}".format(self.body, self.name)', '1': 'return "Comment {} by {}".format(self.body, self.name)', '2': 'return "Comment {} by {}".format(self.body, self.name)', '3': 'return "Comment {} by {}".format(self.body, self.name)', '4': 'return "Comment {} by {}".format(self.body, self.name)', '5': 'return "Comment {} by {}".format(self.body, self.name)', '6': 'return "Comment {} by {}".format(self.body, self.name)', '7': 'return "Comment {} by {}".format(self.body, self.name)', '8': 'return self.title'}, 'response': {'status_code': '400', 'headers': {'Content-Type': 'application/json', 'Expires': 'Sun, 26 Jan 2025 10:47:33 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 65,987 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://parker.com/categorieshomepage.php', 'method': 'PUT', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/9.97.(Windows NT 5.01; hu-HU) Presto/2.9.178 Version/12.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=267bc0bc-2702-4019-9c87-475874c2f15f&newpass1=4wn06CC3&newpass2=AJ4lY3Ec'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-400 | 11,589 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.allen.com/main/exploreabout.htm', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.85.(X11; Linux i686; ht-HT) Presto/2.9.171 Version/12.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=124acca9-91b6-4f3d-b4f7-6886031fcb87&newpass1=NfGnQ514&newpass2=NHdjm2Fe'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '200', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-400 | 18,482 |
{'context_id': 26, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.moore.com/listterms.php', 'method': 'PATCH', 'headers': {'Content-Length': '110', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.98.(Windows NT 10.0; hy-AM) Presto/2.9.184 Version/12.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/users/changepass', 'Origin': 'http://127.0.0.1:8000', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=64c12d03-877d-49aa-9a3f-6e7227d8cea3&newpass1=bwHf9l8b&newpass2=KTt9pkN5'}, 'control_flow': {0: 'context = { "navinfo": config[\'DEFAULT\'][\'CSRF\'] }', 1: "if request.method == 'POST':", 2: "password1 = request.POST.get('newpass1') # CSRF", 3: "password2 = request.POST.get('newpass2')", 4: 'if (password1 == password2):', 5: 'context = { "msg": \'Your new password is \' + password1,', 6: '"navinfo": config[\'DEFAULT\'][\'CSRF\']', 7: 'context = { "msg": \'Your new password is \' + password1,', 8: "return render(request, 'user/changepass.html', context)"}, 'response': {'status_code': '204', 'headers': {'Content-Type': 'application/json'}}} | CWE-352 | 38,065 |
{'context_id': 528, 'vulnerable': False, 'processing': False, 'request': {'url': 'https://www.rowe.com/wp-contentsearch.html', 'method': 'PUT', 'headers': {'Content-Length': '153', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.82.(X11; Linux x86_64; vi-VN) Presto/2.9.187 Version/12.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/comment/1/change/', 'Origin': 'http://127.0.0.1:8000', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=eb387820-3be8-4d15-a5de-9839f5a93633&newpass1=QDRIRKY6&newpass2=Ira5aqf2'}, 'control_flow': {'0': 'return "Comment {} by {}".format(self.body, self.name)', '1': 'return "Comment {} by {}".format(self.body, self.name)'}, 'response': {'status_code': '301', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Location': '/admin/blog/comment/', 'Expires': 'Sun, 26 Jan 2025 10:47:49 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private'}}} | Clean | 67,622 |
{'context_id': 582, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://dunn-bean.com/posts/search/explorepost.asp', 'method': 'POST', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 10.0; Trident/3.0)', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=9c4ebfb8-a890-4529-953f-ee95755dcf4a&newpass1=KSi8Drzg&newpass2=3Oe3TbiT'}, 'control_flow': {0: "n = int(request.GET.get('n', '10'))", 1: 'result = recursive_function(n)', 2: 'if n == 0:', 3: 'return n * recursive_function(n - 1)', 4: 'if n == 0:', 5: 'return n * recursive_function(n - 1)', 6: 'if n == 0:', 7: 'return n * recursive_function(n - 1)', 8: 'if n == 0:', 9: 'return n * recursive_function(n - 1)', 10: 'if n == 0:', 11: 'return n * recursive_function(n - 1)', 12: 'if n == 0:', 13: 'return n * recursive_function(n - 1)', 14: 'if n == 0:', 15: 'return n * recursive_function(n - 1)', 16: 'if n == 0:', 17: 'return n * recursive_function(n - 1)', 18: 'if n == 0:', 19: 'return n * recursive_function(n - 1)', 20: 'if n == 0:', 21: 'return n * recursive_function(n - 1)', 22: 'if n == 0:', 23: 'return n * recursive_function(n - 1)', 24: 'if n == 0:', 25: 'return n * recursive_function(n - 1)', 26: 'if n == 0:', 27: 'return n * recursive_function(n - 1)', 28: 'if n == 0:', 29: 'return n * recursive_function(n - 1)', 30: 'if n == 0:', 31: 'return n * recursive_function(n - 1)', 32: 'if n == 0:', 33: 'return 1', 34: "return HttpResponse(f'Factorial of {n}: {result}')"}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-400 | 22,884 |
{'context_id': 541, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.burns-faulkner.com/explore/tags/wp-contentauthor.php', 'method': 'POST', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.0 (KHTML, like Gecko) Chrome/48.0.850.0 Safari/536.0', 'Accept': '*/*', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/comment/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Sec-Fetch-Dest': 'script', 'Sec-Fetch-Mode': 'no-cors', 'Sec-Fetch-Site': 'same-origin', 'Priority': 'u=2'}, 'body': b'csrfmiddlewaretoken=6427d55b-1a8d-4762-a732-e6bb52b29fc1&newpass1=FRxgaGlh&newpass2=uaEXcCSZ'}, 'control_flow': {}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'application/json'}}} | Clean | 75,894 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.allen.com/main/exploreabout.htm', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.85.(X11; Linux i686; ht-HT) Presto/2.9.171 Version/12.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=124acca9-91b6-4f3d-b4f7-6886031fcb87&newpass1=NfGnQ514&newpass2=NHdjm2Fe'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '200', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-400 | 18,317 |
{'context_id': 507, 'vulnerable': False, 'processing': True, 'request': {'url': 'https://www.parker-barrett.org/searchhomepage.html', 'method': 'DELETE', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.10.(X11; Linux i686; lij-IT) Presto/2.9.173 Version/12.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=PPnwo7VADLFS8tp8pohOq8vYURa40OakMltXES61eHrcEwusisdiRVzdSu5pvWVw; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=eb132133-9502-43b2-bd0f-3ee890b14e74&newpass1=70IHD16M&newpass2=1BlRGlsD'}, 'control_flow': {}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Sun, 26 Jan 2025 10:44:17 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 53,833 |
{'context_id': 517, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://allen.com/search/tags/apphomepage.asp', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.35.(X11; Linux i686; bg-BG) Presto/2.9.161 Version/10.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/post/add/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n; messages=.eJwdzU0KwyAQQOGrDLOWTg10l-YU2SVBpjrRFqOhEym9fX_27-NNEzr30FrcJqocBY013cXgmAT2qgfMrTtb3zOkp6zXGYnDdi90yzXSLyBLPnGJQjMOo-jREw9_FODFChyCBNDm_XewtpzfJ1yWD1iOKB4:1tc09h:IbAOEuusO1QhnBcRCKAGliPsOwC4H1rRONe9Ykzubwc', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=a989fb60-227e-4bf2-ace6-7631239c2f6a&newpass1=QGBawCc9&newpass2=0PbpzR1U'}, 'control_flow': {}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Sun, 26 Jan 2025 10:46:20 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 60,435 |
{'context_id': 397, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://harris-roberts.biz/tag/blog/mainabout.htm', 'method': 'POST', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/path-traversal', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 8.0; Windows 98; Win 9x 4.90; Trident/4.1)'}, 'body': b'csrfmiddlewaretoken=5826982b-2aa0-46fd-8410-a50b4a7ee4d6&newpass1=E1SP7OeG&newpass2=BRejuyaU'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: "if request.method == 'GET':", 5: 'return ssrf_page(request, app)', 6: 'return render_template(', 7: "'ssrf.html'", 8: 'return render_template(', 9: '{% extends "base.html" %}', 10: '{% block content %}', 11: '', 12: '<h1 class="title">SSRF</h1>', 13: '<div class="block">', 14: '{% endblock %}', 15: '{% endblock %}', 16: '', 17: '', 18: '<div class="block">', 19: '<input class="input" type="email" name="email" id="email" placeholder="E-mail" required>', 20: '<input class="input" type="url" name="imageUrl" id="imageUrl" placeholder="Profile Picture Url" required>', 21: '<input class="button" type="submit" value="Send">', 22: '</form>', 23: '<input class="button" type="submit" value="Send">', 24: '</form>', 25: '<input class="button" type="submit" value="Send">', 26: '</div>', 27: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 28: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 29: '<title>Vuln Python App</title>', 30: '<body>', 31: '{% include "./components/navbar.html" %}', 32: '<section class="section">', 33: '{% block content %}{% endblock %}', 34: '</div>', 35: '</section>', 36: '', 37: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 38: '', 39: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 40: '<span aria-hidden="True"></span>', 41: '<span aria-hidden="True"></span>', 42: '</div> -->', 43: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 44: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 45: '', 46: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 47: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 48: '<div id="navbarBasicExample" class="navbar-menu">', 49: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 50: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 51: '<div class="navbar-start">', 52: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 53: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 54: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 55: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 56: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 57: 'Home', 58: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 59: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 60: '</a>', 61: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 62: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 63: '', 64: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 65: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 66: '<div class="navbar-item has-dropdown is-hoverable">', 67: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 68: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 69: '<a class="navbar-link">', 70: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 71: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 72: 'SQL Injection', 73: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 74: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 75: '</a>', 76: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 77: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 78: '', 79: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 80: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 81: '<div class="navbar-dropdown">', 82: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 83: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 84: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 85: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 86: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 87: 'Login', 88: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 89: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 90: '</a>', 91: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 92: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 93: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 94: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 95: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 96: 'Search', 97: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 98: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 99: '</a>', 100: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 101: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 102: '</div>', 103: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 104: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 105: '<script>', 106: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 107: '<pre>', 108: 'Email: {{ email }}', 109: 'Name: {{ name }}', 110: 'Local URL: {{ profile_picture_url }}', 111: '</pre>', 112: '</div>', 113: '', 114: '<div class="block">', 115: '</div>', 116: '', 117: '</section>', 118: '{% endblock %}', 119: '{% endblock %}', 120: '{% endblock %}', 121: '{% endblock %}', 122: '{% endblock %}', 123: '{% endblock %}', 124: '{% endblock %}', 125: '{% endblock %}', 126: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 127: '', 128: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 129: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 130: '', 131: '</script>', 132: '', 133: '{% block js %}{% endblock %}', 134: '</body>', 135: '</html>', 136: 'None', 137: 'None', 138: 'None', 139: 'None', 140: 'None', 141: '</html>'}, 'response': {'status_code': '200', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '3793'}}} | CWE-918 | 82,659 |
{'context_id': 521, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://nelson.net/tag/tags/categoriessearch.html', 'method': 'POST', 'headers': {'Content-Length': '125', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPad; CPU iPad OS 13_5_1 like Mac OS X) AppleWebKit/534.1 (KHTML, like Gecko) CriOS/56.0.894.0 Mobile/00M455 Safari/534.1', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/test/', 'Origin': 'http://127.0.0.1:8000', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=8d3160a2-7dce-435d-a14b-73514c124f0d&newpass1=Eg2BqYzE&newpass2=0qHk7KON'}, 'control_flow': {'0': 'template_name = "post_detail.html"', '1': 'post = get_object_or_404(Post, slug=slug)', '2': 'comments = post.comments.filter(active=True).order_by("-created_on")', '3': 'new_comment = None', '4': 'if request.method == "POST":', '5': 'comment_form = CommentForm(data=request.POST)', '6': 'if comment_form.is_valid():', '7': 'new_comment = comment_form.save(commit=False)', '8': 'new_comment.post = post', '9': 'new_comment.save()', '10': 'return render(', '11': 'request,', '12': 'template_name,', '13': '"post": post,', '14': '"comments": comments,', '15': '"new_comment": new_comment,', '16': '"comment_form": comment_form,', '17': '{', '18': 'return render(', '19': 'return self.title', '20': 'return "Comment {} by {}".format(self.body, self.name)', '21': 'return "Comment {} by {}".format(self.body, self.name)', '22': 'return self.title', '23': 'return "Comment {} by {}".format(self.body, self.name)', '24': 'return self.title'}, 'response': {'status_code': '301', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 62,967 |
{'context_id': 485, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://baker.net/searchprivacy.html', 'method': 'POST', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/analyzer', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/json', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; gv-GB) AppleWebKit/533.16.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B117 Safari/6533.16.7'}, 'body': b'csrfmiddlewaretoken=17574452-e833-4944-b783-0982132a478a&newpass1=0MPHPpgB&newpass2=x3HDqsBO'}, 'control_flow': {0: "url = request.args.get('url', '')", 1: 'if url:', 2: 'r = requests.get(url)', 3: "return render_template('analyzer.html', req=r)", 4: '<html>', 5: '', 6: '<title>Web App Analyzer</title>', 7: '', 8: '</html>', 9: '<link rel="stylesheet" type="text/css" href="../static/styles/analyzer.css">', 10: '<link rel="icon" type="image/x-icon" href="../static/faviconAnalyzer.ico">', 11: '</head>', 12: '', 13: '<body>', 14: '<div class="content center">', 15: '<h1>Headers</h1>', 16: '<div class="headers">{{ req.headers }}</div>', 17: '', 18: '<h1>Preview</h1>', 19: '<iframe src="{{ req.url }}" frameborder="2" width="600" height="600"></iframe>', 20: '</div>'}, 'response': {'status_code': '201', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '1162'}}} | CWE-918 | 100,804 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://jackson.com/search/wp-contentindex.htm', 'method': 'DELETE', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows NT 5.2; nhn-MX; rv:1.9.1.20) Gecko/4855-02-18 13:26:02.651581 Firefox/10.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=c53d4723-2ec9-45ec-8fb3-0015e1d5dd9b&newpass1=y66JlMck&newpass2=WAwf9Lou'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '301', 'headers': {'Content-Type': 'application/json'}}} | CWE-400 | 15,195 |
{'context_id': 466, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.smith-miller.info/category/tagshome.html', 'method': 'POST', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/xss/reflected?search=ergsrgserg', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/json', 'User-Agent': 'Opera/9.34.(Windows NT 4.0; aa-DJ) Presto/2.9.186 Version/11.00'}, 'body': b'csrfmiddlewaretoken=aee3cbdd-1b5b-41c7-9e6c-dbea0853ade2&newpass1=K7gWd76z&newpass2=6LeWGotR'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: 'return xss_reflected_page(request, app)', 5: "search = request.args.get('search')", 6: 'products = app.db_helper.execute_read(', 7: 'f"SELECT * FROM products WHERE name LIKE :search",', 8: "{ 'search': f'%{search}%' }", 9: 'products = app.db_helper.execute_read(', 10: 'con = None', 11: 'try:', 12: 'con = self._get_db_connection()', 13: 'return sqlite3.connect(self.DB_FILE_PATH)', 14: 'cur = con.cursor()', 15: 'cur.execute(sql, params)', 16: 'result = cur.fetchall()', 17: 'return result', 18: 'if con is not None:', 19: 'con.close()', 20: 'return result', 21: 'products = list(', 22: 'map(', 23: 'lambda p: {', 24: 'products', 25: 'map(', 26: 'products = list(', 27: 'return render_template(', 28: "'xss-reflected.html',", 29: 'products=products', 30: 'return render_template(', 31: '', 32: '', 33: '', 34: '<p>', 35: '', 36: '{% autoescape False %}', 37: "{{ request.args.get('search') }}", 38: '{% autoescape False %}', 39: "{{ request.args.get('search') }}", 40: '{% autoescape False %}', 41: '{% endautoescape %}', 42: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 43: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 44: '<title>Vuln Python App</title>', 45: '<body>', 46: '{% include "./components/navbar.html" %}', 47: '<section class="section">', 48: '{% block content %}{% endblock %}', 49: '</div>', 50: '</section>', 51: '', 52: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 53: '', 54: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 55: '<span aria-hidden="True"></span>', 56: '<span aria-hidden="True"></span>', 57: '</div> -->', 58: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 59: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 60: '', 61: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 62: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 63: '<div id="navbarBasicExample" class="navbar-menu">', 64: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 65: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 66: '<div class="navbar-start">', 67: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 68: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 69: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 70: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 71: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 72: 'Home', 73: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 74: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 75: '</a>', 76: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 77: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 78: '', 79: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 80: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 81: '<div class="navbar-item has-dropdown is-hoverable">', 82: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 83: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 84: '<a class="navbar-link">', 85: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 86: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 87: 'SQL Injection', 88: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 89: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 90: '</a>', 91: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 92: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 93: '', 94: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 95: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 96: '<div class="navbar-dropdown">', 97: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 98: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 99: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 100: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 101: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 102: 'Login', 103: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 104: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 105: '</a>', 106: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 107: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 108: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 109: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 110: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 111: 'Search', 112: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 113: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 114: '</a>', 115: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 116: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 117: '</div>', 118: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 119: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 120: '<script>', 121: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 122: '', 123: '<div class="block">', 124: '<form action="/xss/reflected" method="get" style="max-width: 300px;">', 125: '<label class="label">Search</label>', 126: '<div class="control">', 127: '</div>', 128: '</div>', 129: '<div class="field is-grouped">', 130: '<div class="control">', 131: '<button class="button is-link">Search</button>', 132: '</div>', 133: '</div>', 134: '</form>', 135: '</div>', 136: '', 137: '<div class="block">', 138: '{% for product in products %}', 139: '<tr>', 140: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 141: '', 142: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 143: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 144: '', 145: '</script>', 146: '', 147: '{% block js %}{% endblock %}', 148: '</body>', 149: '</html>', 150: 'None', 151: 'None', 152: 'None', 153: 'None', 154: 'None', 155: '</html>'}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'application/json', 'Content-Length': '4042'}}} | CWE-79 | 88,667 |
{'context_id': 480, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.chambers.com/search/maincategory.html', 'method': 'DELETE', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'none', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/json', 'User-Agent': 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/534.0 (KHTML, like Gecko) Chrome/47.0.806.0 Safari/534.0'}, 'body': b'csrfmiddlewaretoken=bb982af9-cfb9-49a2-9ab9-8e0c41fe7e7d&newpass1=gxQ0PFfd&newpass2=HoLwvYvE'}, 'control_flow': {'0': "return render_template('index.html')", '1': '<html>', '2': '', '3': '<title>DVFA - Damn Vulnerable Flask App</title>', '4': '</div>', '5': '', '6': '<link rel="stylesheet" type="text/css" href="../static/styles/index.css">', '7': '<link rel="icon" type="image/x-icon" href="../static/faviconAnalyzer.ico">', '8': '</head>', '9': '', '10': '<body>', '11': '<div class="content center">', '12': '<div class="header">'}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '4216'}}} | Clean | 46,005 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.leon.com/list/listindex.htm', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPad; CPU iPad OS 17_1_2 like Mac OS X) AppleWebKit/536.0 (KHTML, like Gecko) CriOS/17.0.855.0 Mobile/44K492 Safari/536.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=926cc39a-13fb-44e7-9c96-329e7335ec53&newpass1=Kh6UxUio&newpass2=zUcVsbZg'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '400', 'headers': {'Content-Type': 'application/json'}}} | CWE-400 | 20,885 |
{'context_id': 42, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.palmer-reynolds.com/mainterms.html', 'method': 'PUT', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPad; CPU iPad OS 17_3 like Mac OS X) AppleWebKit/535.2 (KHTML, like Gecko) FxiOS/15.7d9591.0 Mobile/62D209 Safari/535.2', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/utils/guestbook', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=b89e5caf-a229-42f3-8de5-5711bf2242b6&newpass1=eJLcJYJf&newpass2=vn7osuU8'}, 'control_flow': {0: "if request.method == 'GET':", 1: "file = request.GET.get('file') # Command", 2: 'if (file):', 3: '"file1": "dt.py",', 4: '"file2": "version.py",', 5: '"file3": "fibonacci.py",', 6: '"navinfo": config[\'DEFAULT\'][\'FileInclusion\']', 7: 'context = {', 8: "return render(request, 'utils/filerunner.html', context)"}, 'response': {'status_code': '400', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-77 | 39,112 |
{'context_id': 45, 'vulnerable': False, 'processing': False, 'request': {'url': 'https://thompson.com/category/explore/categoriesindex.html', 'method': 'DELETE', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows NT 4.0; os-RU; rv:1.9.0.20) Gecko/2826-04-15 21:48:12.353367 Firefox/3.6.2', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/utils/filerunner', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=46b1acfd-6b75-47ab-98d1-0465caed8a6f&newpass1=2IjBWM8M&newpass2=GOzMGAHB'}, 'control_flow': {0: 'context = { "navinfo": config[\'DEFAULT\'][\'Index\'] } # Clean', 1: "return render(request, 'core/index.html', context)"}, 'response': {'status_code': '200', 'headers': {'Content-Type': 'application/json', 'Expires': 'Tue, 21 Jan 2025 20:15:44 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 44,690 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.leon.com/list/listindex.htm', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPad; CPU iPad OS 17_1_2 like Mac OS X) AppleWebKit/536.0 (KHTML, like Gecko) CriOS/17.0.855.0 Mobile/44K492 Safari/536.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=926cc39a-13fb-44e7-9c96-329e7335ec53&newpass1=Kh6UxUio&newpass2=zUcVsbZg'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '400', 'headers': {'Content-Type': 'application/json'}}} | CWE-400 | 20,915 |
{'context_id': 541, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.burns-faulkner.com/explore/tags/wp-contentauthor.php', 'method': 'POST', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.0 (KHTML, like Gecko) Chrome/48.0.850.0 Safari/536.0', 'Accept': '*/*', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/comment/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Sec-Fetch-Dest': 'script', 'Sec-Fetch-Mode': 'no-cors', 'Sec-Fetch-Site': 'same-origin', 'Priority': 'u=2'}, 'body': b'csrfmiddlewaretoken=6427d55b-1a8d-4762-a732-e6bb52b29fc1&newpass1=FRxgaGlh&newpass2=uaEXcCSZ'}, 'control_flow': {}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'application/json'}}} | Clean | 75,719 |
{'context_id': 507, 'vulnerable': False, 'processing': True, 'request': {'url': 'https://www.parker-barrett.org/searchhomepage.html', 'method': 'DELETE', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.10.(X11; Linux i686; lij-IT) Presto/2.9.173 Version/12.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=PPnwo7VADLFS8tp8pohOq8vYURa40OakMltXES61eHrcEwusisdiRVzdSu5pvWVw; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=eb132133-9502-43b2-bd0f-3ee890b14e74&newpass1=70IHD16M&newpass2=1BlRGlsD'}, 'control_flow': {}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Sun, 26 Jan 2025 10:44:17 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 54,200 |
{'context_id': 418, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.rogers-edwards.com/app/tag/tagssearch.jsp', 'method': 'GET', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'ORIGIN': 'http://127.0.0.1:5000', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/sql-injection/login', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (Windows; U; Windows CE) AppleWebKit/531.22.5 (KHTML, like Gecko) Version/5.0.1 Safari/531.22.5'}, 'body': b'csrfmiddlewaretoken=8106c8b9-448e-4b14-81f3-3759377353ef&newpass1=pOvIZ2r3&newpass2=UkD4QfKX'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: "if request.method == 'GET':", 5: 'return sql_injection_login_api(request, app)', 6: 'form = request.form', 7: "username = form.get('username')", 8: "password = form.get('password')", 9: 'password_hash = _hash_password(password)', 10: "md5_pass = hashlib.md5(password.encode('utf-8')).hexdigest()", 11: 'return md5_pass', 12: 'sql = f"SELECT * FROM users WHERE username=\'{username}\' AND password=\'{password_hash}\'"', 13: 'db_result = app.db_helper.execute_read(sql)', 14: 'con = None', 15: 'try:', 16: 'con = self._get_db_connection()', 17: 'return sqlite3.connect(self.DB_FILE_PATH)', 18: 'cur = con.cursor()', 19: 'cur.execute(sql, params)', 20: 'result = cur.fetchall()', 21: 'return result', 22: 'if con is not None:', 23: 'con.close()', 24: 'return result', 25: ')[0] if len(db_result) > 0 else None', 26: 'user = list(', 27: ')[0] if len(db_result) > 0 else None', 28: 'user = list(', 29: 'return render_template(', 30: "'sql_injection/login.html',", 31: 'sql=sql,', 32: 'logged=user is not None', 33: 'return render_template(', 34: '', 35: '<div class="block">', 36: '<pre>', 37: 'Password: Admin123', 38: '<code lang="sql">', 39: '{{ sql }}', 40: '</code>', 41: '{{ sql }}', 42: '</code>', 43: '{{ sql }}', 44: '</div>', 45: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 46: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 47: '<title>Vuln Python App</title>', 48: '<body>', 49: '{% include "./components/navbar.html" %}', 50: '<section class="section">', 51: '{% block content %}{% endblock %}', 52: '</div>', 53: '</section>', 54: '', 55: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 56: '', 57: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 58: '<span aria-hidden="True"></span>', 59: '<span aria-hidden="True"></span>', 60: '</div> -->', 61: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 62: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 63: '', 64: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 65: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 66: '<div id="navbarBasicExample" class="navbar-menu">', 67: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 68: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 69: '<div class="navbar-start">', 70: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 71: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 72: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 73: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 74: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 75: 'Home', 76: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 77: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 78: '</a>', 79: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 80: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 81: '', 82: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 83: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 84: '<div class="navbar-item has-dropdown is-hoverable">', 85: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 86: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 87: '<a class="navbar-link">', 88: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 89: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 90: 'SQL Injection', 91: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 92: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 93: '</a>', 94: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 95: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 96: '', 97: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 98: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 99: '<div class="navbar-dropdown">', 100: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 101: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 102: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 103: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 104: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 105: 'Login', 106: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 107: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 108: '</a>', 109: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 110: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 111: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 112: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 113: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 114: 'Search', 115: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 116: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 117: '</a>', 118: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 119: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 120: '</div>', 121: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 122: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 123: '<script>', 124: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 125: '<form action="/sql-injection/login" method="post" style="max-width: 300px;">', 126: '<div class="field">', 127: '<label class="label">Username</label>', 128: '<input class="input" name="username" type="text" placeholder="myuser" required>', 129: '</div>', 130: '</div>', 131: '<label class="label">Password</label>', 132: '<div class="control">', 133: '<input class="input" name="password" type="password" placeholder="********" required>', 134: '</div>', 135: '<div class="field is-grouped">', 136: '<button class="button is-link">Signin</button>', 137: '<div class="notification is-success">', 138: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 139: '', 140: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 141: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 142: '', 143: '</script>', 144: '', 145: '{% block js %}{% endblock %}', 146: '</body>', 147: '</html>', 148: 'None', 149: 'None', 150: 'None', 151: 'None', 152: 'None', 153: '</html>'}, 'response': {'status_code': '403', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '4246'}}} | CWE-89 | 93,087 |
{'context_id': 542, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://waters.com/wp-content/wp-contentpost.php', 'method': 'DELETE', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.49.(X11; Linux i686; cv-RU) Presto/2.9.161 Version/10.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=318acbe7-acf6-408d-8d01-639cc00db6a8&newpass1=Wt3Nkv8c&newpass2=4cKm6XPu'}, 'control_flow': {'0': 'template_name = "post_detail.html"', '1': 'post = get_object_or_404(Post, slug=slug)', '2': 'comments = post.comments.filter(active=True).order_by("-created_on")', '3': 'new_comment = None', '4': 'if request.method == "POST":', '5': 'comment_form = CommentForm()', '6': 'return render(', '7': 'request,', '8': 'template_name,', '9': '"post": post,', '10': '"comments": comments,', '11': '"new_comment": new_comment,', '12': '"comment_form": comment_form,', '13': '{', '14': 'return render(', '15': 'return self.title', '16': 'return self.title', '17': 'return self.title'}, 'response': {'status_code': '301', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 76,403 |
{'context_id': 15, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://newman.com/explore/main/wp-contentcategory.html', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/9.91.(Windows NT 4.0; ha-NG) Presto/2.9.163 Version/12.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=f3983d28-e5e7-4cc6-8c3b-657e2b94ee86&newpass1=k8ytK2rN&newpass2=sxwvhH0u'}, 'control_flow': {}, 'response': {'status_code': '200', 'headers': {'Content-Type': 'application/json', 'Expires': 'Tue, 21 Jan 2025 20:01:12 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 34,193 |
{'context_id': 503, 'vulnerable': False, 'processing': False, 'request': {'url': 'https://www.campos.org/mainhomepage.html', 'method': 'PUT', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; fil-PH) AppleWebKit/534.42.3 (KHTML, like Gecko) Version/3.0.5 Mobile/8B118 Safari/6534.42.3', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=PPnwo7VADLFS8tp8pohOq8vYURa40OakMltXES61eHrcEwusisdiRVzdSu5pvWVw; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=9c078074-5b0d-4c25-a887-23a6b2b0e417&newpass1=gdJ8ppfy&newpass2=W2VfmcHb'}, 'control_flow': {'0': 'return Post.objects.filter(status=1)'}, 'response': {'status_code': '201', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 51,207 |
{'context_id': 540, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.morrison-jackson.com/list/tagsfaq.htm', 'method': 'POST', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/9.78.(Windows NT 5.0; ig-NG) Presto/2.9.176 Version/10.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/comment/3/change/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n; messages=.eJxFjssKgzAURH_lkoW0IL1V6SrWTX-hOxWJMUYlD2sSxL_vQ6G7WZw5M2VJmmZy1jRaOMekIHESp7eYPAcB3GotjIcqpNeE5wyGRfT3iiDr9GiwVVbiwWCGfGBGCqxI8Th6kfLU8WWcfSQ9ZUos_hS9gvV0Xs0ezvQL4Z-CdoMkzXJkxW-2g5U52N0duMD552cflNoupK7fNZpA9g:1tc0ZR:Zadw7wKLltI5PPdRusa7XfNZdsaVtSbb3s9notU9-Bw', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=f435695e-11dd-4850-bdb7-c1cae9b810df&newpass1=Tuhc342q&newpass2=Xpo6XcSE'}, 'control_flow': {'0': 'return self.title', '1': 'return self.title', '2': 'return self.title'}, 'response': {'status_code': '500', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Sun, 26 Jan 2025 11:12:56 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 75,266 |
{'context_id': 523, 'vulnerable': False, 'processing': False, 'request': {'url': 'https://howell.com/search/wp-content/categoryauthor.htm', 'method': 'GET', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 4.0; Trident/4.1)', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/post/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=fecce135-9ae8-4e62-a13f-bf8c00651bba&newpass1=co4HGwuN&newpass2=rjTDtEpz'}, 'control_flow': {'0': 'return self.title', '1': 'return self.title'}, 'response': {'status_code': '200', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Sun, 26 Jan 2025 10:47:18 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 64,155 |
{'context_id': 494, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://nguyen.biz/blog/categories/tagspost.php', 'method': 'PATCH', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'ORIGIN': 'http://127.0.0.1:5000', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/guestbook', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b; session=eyJjc3JmX3Rva2VuIjoiMzNkNDNlNjA2MDhiMjdjZjBiMGI1Yzk3NWU4MDExZjRjYWMxMzRhNyJ9.Z5GBRA.Q8r4qzslZbU-6Y0h-x9F551fn1A', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) AppleWebKit/533.42.2 (KHTML, like Gecko) Version/4.1 Safari/533.42.2'}, 'body': b'csrfmiddlewaretoken=692893e7-f28d-4dfa-898a-d173b3cb2db9&newpass1=glLaHMRk&newpass2=XNvQhuDB'}, 'control_flow': {0: "search_query = request.args.get('q')", 1: 'comments = db.get(search_query)', 2: 'db = init()', 3: "db = sqlite3.connect('data.db')", 4: "db.cursor().execute('CREATE TABLE IF NOT EXISTS comments (id INTEGER PRIMARY KEY, comment TEXT, date TEXT)')", 5: 'return db', 6: 'results = []', 7: "for(comment, date) in db.cursor().execute('SELECT comment, date FROM comments').fetchall():", 8: 'if query is None or query in comment:', 9: 'results.append((comment, date))', 10: "for(comment, date) in db.cursor().execute('SELECT comment, date FROM comments').fetchall():", 11: 'if query is None or query in comment:', 12: 'results.append((comment, date))', 13: "for(comment, date) in db.cursor().execute('SELECT comment, date FROM comments').fetchall():", 14: 'return results', 15: 'form = forms.AddCommentForm()', 16: 'if form.validate_on_submit():', 17: 'db.add(form.comment.data)', 18: 'db = init()', 19: "db = sqlite3.connect('data.db')", 20: "db.cursor().execute('CREATE TABLE IF NOT EXISTS comments (id INTEGER PRIMARY KEY, comment TEXT, date TEXT)')", 21: 'return db', 22: "db.cursor().execute('INSERT INTO comments (comment, date) VALUES (?, ?)', (comment, datetime.utcnow().strftime('%B %d %Y - %H:%M')))", 23: 'db.commit()', 24: "return redirect(url_for('guestbook'))"}, 'response': {'status_code': '401', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '207', 'Location': '/guestbook', 'Vary': 'Cookie'}}} | CWE-79 | 98,308 |
{'context_id': 583, 'vulnerable': False, 'processing': False, 'request': {'url': 'http://gaines-graham.com/exploreprivacy.asp', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; Win 9x 4.90; Trident/3.0)', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=619fe4a8-467b-42ef-8392-384eba4d4bb2&newpass1=xDnI9qVU&newpass2=sSSbDJeS'}, 'control_flow': {0: 'profile = get_object_or_404(UserProfile, id=profile_id)', 1: "'phone_number': profile.phone_number,", 2: 'context = {', 3: "return HttpResponse(f'{context}')"}, 'response': {'status_code': '204', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-639 | 1,171 |
{'context_id': 490, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.martinez.com/main/app/taghome.htm', 'method': 'DELETE', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'REFERER': 'http://127.0.0.1:5000/guestbook', 'CONNECTION': 'keep-alive', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b; session=eyJjc3JmX3Rva2VuIjoiMzNkNDNlNjA2MDhiMjdjZjBiMGI1Yzk3NWU4MDExZjRjYWMxMzRhNyJ9.Z5GBRA.Q8r4qzslZbU-6Y0h-x9F551fn1A', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; nn-NO) AppleWebKit/531.5.4 (KHTML, like Gecko) Version/3.0.5 Mobile/8B111 Safari/6531.5.4'}, 'body': b'csrfmiddlewaretoken=94cca464-d9fe-4ed3-ac18-0d383828ddfb&newpass1=fsIXN4mt&newpass2=Mzy2Jh0O'}, 'control_flow': {0: "search_query = request.args.get('q')", 1: 'comments = db.get(search_query)', 2: 'db = init()', 3: "db = sqlite3.connect('data.db')", 4: "db.cursor().execute('CREATE TABLE IF NOT EXISTS comments (id INTEGER PRIMARY KEY, comment TEXT, date TEXT)')", 5: 'return db', 6: 'results = []', 7: "for(comment, date) in db.cursor().execute('SELECT comment, date FROM comments').fetchall():", 8: 'if query is None or query in comment:', 9: 'results.append((comment, date))', 10: "for(comment, date) in db.cursor().execute('SELECT comment, date FROM comments').fetchall():", 11: 'return results', 12: 'form = forms.AddCommentForm()', 13: 'if form.validate_on_submit():', 14: "return render_template('guestbook.html', form=form, comments=comments, search_query=search_query)", 15: '', 16: '<head>', 17: '<!-- Required meta tags -->', 18: '<meta charset="utf-8">', 19: '<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">', 20: '', 21: '<title>My Guestbook</title>', 22: '', 23: '<!-- Bootstrap CSS -->', 24: '<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"', 25: 'integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">', 26: '', 27: '<!-- Styling -->', 28: '<link rel="stylesheet" type="text/css" href="../static/styles/guestbook.css">', 29: '<link rel="icon" type="image/x-icon" href="../static/guestbook.ico">', 30: '</head>', 31: '', 32: '<div class="content center">', 33: '<div class="container-fluid">', 34: '<form action="{{ url_for(\'guestbook\') }}" method="post">', 35: '{{ form.csrf_token }}', 36: '<div class="row">', 37: '<h3 class="form-header">Add a new Guestbook entry 😊</h3>', 38: '<div class="col">', 39: '{{ form.comment(class="form-control form-comment") }}', 40: '</div>', 41: '<div class="col">', 42: '', 43: '<p class="search-hint">Psssst.. you can even <a href="{{ url_for(\'guestbook\', q=\'test\') }}"', 44: 'class="search-hint-anchor">search</a> through the', 45: 'comments 🤫</p>', 46: '', 47: '{% if not search_query %}', 48: '<h3 class="comment-header">Current guestbook entries:</h3>', 49: '{% else %}', 50: '<h3 class="comment-header">Results for "{{ search_query }}"</h3>', 51: '<p class="search-hint">Psssst.. you can even <a href="{{ url_for(\'guestbook\', q=\'test\') }}"', 52: '{% endif %}', 53: '', 54: '{% for comment, date in comments %}', 55: '<div class="comment">'}, 'response': {'status_code': '400', 'headers': {'Content-Type': 'application/json', 'Content-Length': '1867', 'Vary': 'Cookie'}}} | CWE-79 | 96,556 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.moore.net/category/categorylogin.php', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (compatible; MSIE 8.0; Windows 95; Trident/4.0)', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=b0e78b18-1f26-43a1-8da2-044db0b7a369&newpass1=ItYeulyE&newpass2=RvvtzSHp'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '400', 'headers': {'Content-Type': 'application/json'}}} | CWE-400 | 13,203 |
{'context_id': 418, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.rogers-edwards.com/app/tag/tagssearch.jsp', 'method': 'GET', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'ORIGIN': 'http://127.0.0.1:5000', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/sql-injection/login', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (Windows; U; Windows CE) AppleWebKit/531.22.5 (KHTML, like Gecko) Version/5.0.1 Safari/531.22.5'}, 'body': b'csrfmiddlewaretoken=8106c8b9-448e-4b14-81f3-3759377353ef&newpass1=pOvIZ2r3&newpass2=UkD4QfKX'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: "if request.method == 'GET':", 5: 'return sql_injection_login_api(request, app)', 6: 'form = request.form', 7: "username = form.get('username')", 8: "password = form.get('password')", 9: 'password_hash = _hash_password(password)', 10: "md5_pass = hashlib.md5(password.encode('utf-8')).hexdigest()", 11: 'return md5_pass', 12: 'sql = f"SELECT * FROM users WHERE username=\'{username}\' AND password=\'{password_hash}\'"', 13: 'db_result = app.db_helper.execute_read(sql)', 14: 'con = None', 15: 'try:', 16: 'con = self._get_db_connection()', 17: 'return sqlite3.connect(self.DB_FILE_PATH)', 18: 'cur = con.cursor()', 19: 'cur.execute(sql, params)', 20: 'result = cur.fetchall()', 21: 'return result', 22: 'if con is not None:', 23: 'con.close()', 24: 'return result', 25: ')[0] if len(db_result) > 0 else None', 26: 'user = list(', 27: ')[0] if len(db_result) > 0 else None', 28: 'user = list(', 29: 'return render_template(', 30: "'sql_injection/login.html',", 31: 'sql=sql,', 32: 'logged=user is not None', 33: 'return render_template(', 34: '', 35: '<div class="block">', 36: '<pre>', 37: 'Password: Admin123', 38: '<code lang="sql">', 39: '{{ sql }}', 40: '</code>', 41: '{{ sql }}', 42: '</code>', 43: '{{ sql }}', 44: '</div>', 45: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 46: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 47: '<title>Vuln Python App</title>', 48: '<body>', 49: '{% include "./components/navbar.html" %}', 50: '<section class="section">', 51: '{% block content %}{% endblock %}', 52: '</div>', 53: '</section>', 54: '', 55: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 56: '', 57: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 58: '<span aria-hidden="True"></span>', 59: '<span aria-hidden="True"></span>', 60: '</div> -->', 61: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 62: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 63: '', 64: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 65: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 66: '<div id="navbarBasicExample" class="navbar-menu">', 67: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 68: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 69: '<div class="navbar-start">', 70: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 71: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 72: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 73: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 74: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 75: 'Home', 76: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 77: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 78: '</a>', 79: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 80: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 81: '', 82: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 83: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 84: '<div class="navbar-item has-dropdown is-hoverable">', 85: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 86: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 87: '<a class="navbar-link">', 88: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 89: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 90: 'SQL Injection', 91: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 92: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 93: '</a>', 94: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 95: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 96: '', 97: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 98: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 99: '<div class="navbar-dropdown">', 100: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 101: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 102: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 103: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 104: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 105: 'Login', 106: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 107: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 108: '</a>', 109: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 110: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 111: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 112: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 113: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 114: 'Search', 115: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 116: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 117: '</a>', 118: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 119: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 120: '</div>', 121: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 122: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 123: '<script>', 124: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 125: '<form action="/sql-injection/login" method="post" style="max-width: 300px;">', 126: '<div class="field">', 127: '<label class="label">Username</label>', 128: '<input class="input" name="username" type="text" placeholder="myuser" required>', 129: '</div>', 130: '</div>', 131: '<label class="label">Password</label>', 132: '<div class="control">', 133: '<input class="input" name="password" type="password" placeholder="********" required>', 134: '</div>', 135: '<div class="field is-grouped">', 136: '<button class="button is-link">Signin</button>', 137: '<div class="notification is-success">', 138: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 139: '', 140: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 141: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 142: '', 143: '</script>', 144: '', 145: '{% block js %}{% endblock %}', 146: '</body>', 147: '</html>', 148: 'None', 149: 'None', 150: 'None', 151: 'None', 152: 'None', 153: '</html>'}, 'response': {'status_code': '403', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '4246'}}} | CWE-89 | 93,131 |
{'context_id': 533, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://griffith-myers.com/tag/tagterms.asp', 'method': 'POST', 'headers': {'Content-Length': '172', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/9.27.(X11; Linux i686; fa-IR) Presto/2.9.167 Version/11.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/test/', 'Origin': 'http://127.0.0.1:8000', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=ce5cf27a-db0b-44f8-a697-6b6ba9e12685&newpass1=dvt5NsIs&newpass2=aK5OXll1'}, 'control_flow': {'0': 'template_name = "post_detail.html"', '1': 'post = get_object_or_404(Post, slug=slug)', '2': 'comments = post.comments.filter(active=True).order_by("-created_on")', '3': 'new_comment = None', '4': 'if request.method == "POST":', '5': 'comment_form = CommentForm(data=request.POST)', '6': 'if comment_form.is_valid():', '7': 'new_comment = comment_form.save(commit=False)', '8': 'new_comment.post = post', '9': 'new_comment.save()', '10': 'return render(', '11': 'request,', '12': 'template_name,', '13': '"post": post,', '14': '"comments": comments,', '15': '"new_comment": new_comment,', '16': '"comment_form": comment_form,', '17': '{', '18': 'return render(', '19': 'return self.title', '20': 'return "Comment {} by {}".format(self.body, self.name)', '21': 'return "Comment {} by {}".format(self.body, self.name)', '22': 'return self.title', '23': 'return "Comment {} by {}".format(self.body, self.name)', '24': 'return self.title'}, 'response': {'status_code': '500', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 71,026 |
{'context_id': 569, 'vulnerable': False, 'processing': False, 'request': {'url': 'http://neal.com/tag/postsauthor.html', 'method': 'POST', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'python-requests/2.32.3', 'ACCEPT_ENCODING': 'gzip, deflate', 'ACCEPT': '*/*', 'CONNECTION': 'keep-alive', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; so-KE) AppleWebKit/533.22.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6533.22.1'}, 'body': b'csrfmiddlewaretoken=b35492c0-1ca3-4d12-a68b-2da9dcb2e6ac&newpass1=0RBsoSM5&newpass2=03jJ8V8T'}, 'control_flow': {0: "data = request.form['data']", 1: "decoded_data = base64.b64decode(data.encode('utf-8'))", 2: 'try:', 3: 'deserialized_data = pickle.loads(decoded_data)', 4: 'return f"Десериализированные данные: {deserialized_data}"'}, 'response': {'status_code': '500', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '54'}}} | CWE-502 | 30,205 |
{'context_id': 500, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://www.brown-clarke.net/appregister.htm', 'method': 'PUT', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/8.14.(Windows NT 6.2; sq-ML) Presto/2.9.182 Version/12.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=PPnwo7VADLFS8tp8pohOq8vYURa40OakMltXES61eHrcEwusisdiRVzdSu5pvWVw; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=9732f415-4da3-48d5-8a55-45c5f482848d&newpass1=9CW213hr&newpass2=rq3UBLul'}, 'control_flow': {}, 'response': {'status_code': '301', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 49,538 |
{'context_id': 410, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://cooper.info/postscategory.htm', 'method': 'GET', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/file-upload', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/json', 'User-Agent': 'Opera/9.61.(Windows 98; Win 9x 4.90; ks-IN) Presto/2.9.170 Version/10.00'}, 'body': b'csrfmiddlewaretoken=3c443fde-aa39-4738-836e-bdfb6abacfb8&newpass1=TnrLGXX9&newpass2=FqRH7gmz'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: "if request.method == 'GET':", 5: 'return sql_injection_login_page(request, app)', 6: 'return render_template(', 7: "'sql_injection/login.html',", 8: "sql='',", 9: 'logged=None', 10: 'return render_template(', 11: '{% extends "base.html" %}', 12: '{% block content %}', 13: '', 14: '<h1 class="title">SQL Injection</h1>', 15: '<div class="block">', 16: '</div>', 17: '{% elif logged == False %}', 18: '', 19: '<div class="block">', 20: '<pre>', 21: 'Password: Admin123', 22: '<code lang="sql">', 23: '{{ sql }}', 24: '</code>', 25: '{{ sql }}', 26: '</code>', 27: '{{ sql }}', 28: '</div>', 29: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 30: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 31: '<title>Vuln Python App</title>', 32: '<body>', 33: '{% include "./components/navbar.html" %}', 34: '<section class="section">', 35: '{% block content %}{% endblock %}', 36: '</div>', 37: '</section>', 38: '', 39: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 40: '', 41: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 42: '<span aria-hidden="True"></span>', 43: '<span aria-hidden="True"></span>', 44: '</div> -->', 45: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 46: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 47: '', 48: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 49: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 50: '<div id="navbarBasicExample" class="navbar-menu">', 51: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 52: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 53: '<div class="navbar-start">', 54: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 55: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 56: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 57: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 58: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 59: 'Home', 60: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 61: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 62: '</a>', 63: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 64: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 65: '', 66: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 67: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 68: '<div class="navbar-item has-dropdown is-hoverable">', 69: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 70: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 71: '<a class="navbar-link">', 72: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 73: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 74: 'SQL Injection', 75: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 76: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 77: '</a>', 78: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 79: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 80: '', 81: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 82: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 83: '<div class="navbar-dropdown">', 84: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 85: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 86: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 87: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 88: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 89: 'Login', 90: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 91: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 92: '</a>', 93: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 94: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 95: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 96: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 97: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 98: 'Search', 99: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 100: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 101: '</a>', 102: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 103: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 104: '</div>', 105: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 106: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 107: '<script>', 108: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 109: '<form action="/sql-injection/login" method="post" style="max-width: 300px;">', 110: '<div class="field">', 111: '<label class="label">Username</label>', 112: '<input class="input" name="username" type="text" placeholder="myuser" required>', 113: '</div>', 114: '</div>', 115: '<label class="label">Password</label>', 116: '<div class="control">', 117: '<input class="input" name="password" type="password" placeholder="********" required>', 118: '</div>', 119: '<div class="field is-grouped">', 120: '</div>', 121: '{% if logged == True %}', 122: '<div class="notification is-success">', 123: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 124: '', 125: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 126: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 127: '', 128: '</script>', 129: '', 130: '{% block js %}{% endblock %}', 131: '</body>', 132: '</html>', 133: 'None', 134: 'None', 135: 'None', 136: 'None', 137: 'None', 138: '</html>'}, 'response': {'status_code': '404', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '4050'}}} | CWE-89 | 91,782 |
{'context_id': 579, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://lopez-davis.info/tagspost.htm', 'method': 'POST', 'headers': {'Content-Length': '', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Windows NT 5.1; mai-IN; rv:1.9.0.20) Gecko/7601-11-06 23:55:11.752563 Firefox/8.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=20eee54a-cdf0-4236-b1d9-84b820ac2941&newpass1=orU7UmFL&newpass2=LXNiwSRu'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '301', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | CWE-400 | 5,368 |
{'context_id': 462, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://diaz-mosley.biz/wp-content/listsearch.php', 'method': 'DELETE', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/xss/reflected?search=awefawefa4w3faw4fw4ef', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': 'Mozilla/5.0 (Windows NT 6.1; pap-CW; rv:1.9.2.20) Gecko/3737-10-14 11:40:29.143913 Firefox/3.6.11'}, 'body': b'csrfmiddlewaretoken=f1d52486-7141-46c9-a3a3-56fecdd57729&newpass1=jltZvl2M&newpass2=VALx5K9z'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: 'return xss_reflected_page(request, app)', 5: "search = request.args.get('search')", 6: 'products = app.db_helper.execute_read(', 7: 'f"SELECT * FROM products WHERE name LIKE :search",', 8: "{ 'search': f'%{search}%' }", 9: 'products = app.db_helper.execute_read(', 10: 'con = None', 11: 'try:', 12: 'con = self._get_db_connection()', 13: 'return sqlite3.connect(self.DB_FILE_PATH)', 14: 'cur = con.cursor()', 15: 'cur.execute(sql, params)', 16: 'result = cur.fetchall()', 17: 'return result', 18: 'if con is not None:', 19: 'con.close()', 20: 'return result', 21: 'products = list(', 22: 'map(', 23: 'lambda p: {', 24: 'products', 25: 'map(', 26: 'products = list(', 27: 'return render_template(', 28: "'xss-reflected.html',", 29: 'products=products', 30: 'return render_template(', 31: '', 32: '', 33: '', 34: '<p>', 35: '', 36: '{% autoescape False %}', 37: "{{ request.args.get('search') }}", 38: '{% autoescape False %}', 39: "{{ request.args.get('search') }}", 40: '{% autoescape False %}', 41: '{% endautoescape %}', 42: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 43: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 44: '<title>Vuln Python App</title>', 45: '<body>', 46: '{% include "./components/navbar.html" %}', 47: '<section class="section">', 48: '{% block content %}{% endblock %}', 49: '</div>', 50: '</section>', 51: '', 52: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 53: '', 54: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 55: '<span aria-hidden="True"></span>', 56: '<span aria-hidden="True"></span>', 57: '</div> -->', 58: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 59: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 60: '', 61: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 62: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 63: '<div id="navbarBasicExample" class="navbar-menu">', 64: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 65: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 66: '<div class="navbar-start">', 67: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 68: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 69: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 70: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 71: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 72: 'Home', 73: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 74: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 75: '</a>', 76: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 77: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 78: '', 79: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 80: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 81: '<div class="navbar-item has-dropdown is-hoverable">', 82: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 83: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 84: '<a class="navbar-link">', 85: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 86: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 87: 'SQL Injection', 88: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 89: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 90: '</a>', 91: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 92: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 93: '', 94: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 95: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 96: '<div class="navbar-dropdown">', 97: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 98: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 99: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 100: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 101: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 102: 'Login', 103: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 104: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 105: '</a>', 106: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 107: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 108: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 109: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 110: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 111: 'Search', 112: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 113: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 114: '</a>', 115: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 116: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 117: '</div>', 118: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 119: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 120: '<script>', 121: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 122: '', 123: '<div class="block">', 124: '<form action="/xss/reflected" method="get" style="max-width: 300px;">', 125: '<label class="label">Search</label>', 126: '<div class="control">', 127: '</div>', 128: '</div>', 129: '<div class="field is-grouped">', 130: '<div class="control">', 131: '<button class="button is-link">Search</button>', 132: '</div>', 133: '</div>', 134: '</form>', 135: '</div>', 136: '', 137: '<div class="block">', 138: '{% for product in products %}', 139: '<tr>', 140: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 141: '', 142: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 143: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 144: '', 145: '</script>', 146: '', 147: '{% block js %}{% endblock %}', 148: '</body>', 149: '</html>', 150: 'None', 151: 'None', 152: 'None', 153: 'None', 154: 'None', 155: '</html>'}, 'response': {'status_code': '400', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '4022'}}} | CWE-79 | 87,906 |
{'context_id': 486, 'vulnerable': False, 'processing': False, 'request': {'url': 'https://www.tran.com/wp-content/search/exploreterms.asp', 'method': 'GET', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/css,*/*;q=0.1', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/guestbook', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b; session=eyJjc3JmX3Rva2VuIjoiMzNkNDNlNjA2MDhiMjdjZjBiMGI1Yzk3NWU4MDExZjRjYWMxMzRhNyJ9.Z5GBRA.Q8r4qzslZbU-6Y0h-x9F551fn1A', 'SEC_FETCH_DEST': 'style', 'SEC_FETCH_MODE': 'no-cors', 'SEC_FETCH_SITE': 'same-origin', 'PRIORITY': 'u=2', 'Content-Type': 'application/json', 'User-Agent': 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_8; rv:1.9.3.20) Gecko/4192-09-25 17:57:54.331696 Firefox/12.0'}, 'body': b'csrfmiddlewaretoken=28ea487f-9752-4bd8-a3e1-ba976748161a&newpass1=uu3aCITW&newpass2=JZ9DIcbB'}, 'control_flow': {}, 'response': {'status_code': '301', 'headers': {'Content-Disposition': 'inline; filename=guestbook.css', 'Content-Type': 'application/json', 'Content-Length': '1707', 'Last-Modified': 'Wed, 22 Jan 2025 23:29:59 GMT', 'Cache-Control': 'no-cache', 'ETag': '"1737588599.362596-1707-2628064914"', 'Date': 'Wed, 22 Jan 2025 23:37:40 GMT'}}} | Clean | 48,096 |
{'context_id': 410, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://cooper.info/postscategory.htm', 'method': 'GET', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'REFERER': 'http://127.0.0.1:5000/file-upload', 'COOKIE': 'csrftoken=7GgBqVlBL6WuGdfu3e6EBXep8N5vFiVm; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; user_id=2; session_token=b3c634c91e1711c794704a031918a34b', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'same-origin', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/json', 'User-Agent': 'Opera/9.61.(Windows 98; Win 9x 4.90; ks-IN) Presto/2.9.170 Version/10.00'}, 'body': b'csrfmiddlewaretoken=3c443fde-aa39-4738-836e-bdfb6abacfb8&newpass1=TnrLGXX9&newpass2=FqRH7gmz'}, 'control_flow': {0: "api_key = request.cookies.get('api_key')", 1: 'if API_KEY is None or api_key == API_KEY:', 2: 'return f(*args, **kwargs)', 3: 'pass', 4: "if request.method == 'GET':", 5: 'return sql_injection_login_page(request, app)', 6: 'return render_template(', 7: "'sql_injection/login.html',", 8: "sql='',", 9: 'logged=None', 10: 'return render_template(', 11: '{% extends "base.html" %}', 12: '{% block content %}', 13: '', 14: '<h1 class="title">SQL Injection</h1>', 15: '<div class="block">', 16: '</div>', 17: '{% elif logged == False %}', 18: '', 19: '<div class="block">', 20: '<pre>', 21: 'Password: Admin123', 22: '<code lang="sql">', 23: '{{ sql }}', 24: '</code>', 25: '{{ sql }}', 26: '</code>', 27: '{{ sql }}', 28: '</div>', 29: '<meta name="viewport" content="width=device-width, initial-scale=1.0">', 30: '<link rel="stylesheet" href="{{ url_for(\'static\', filename=\'assets/bulma.min.css\') }}">', 31: '<title>Vuln Python App</title>', 32: '<body>', 33: '{% include "./components/navbar.html" %}', 34: '<section class="section">', 35: '{% block content %}{% endblock %}', 36: '</div>', 37: '</section>', 38: '', 39: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 40: '', 41: '<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="False" data-target="navbarBasicExample">', 42: '<span aria-hidden="True"></span>', 43: '<span aria-hidden="True"></span>', 44: '</div> -->', 45: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 46: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 47: '', 48: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 49: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 50: '<div id="navbarBasicExample" class="navbar-menu">', 51: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 52: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 53: '<div class="navbar-start">', 54: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 55: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 56: '<a class="navbar-item" href="{{ url_for(\'home\') }}">', 57: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 58: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 59: 'Home', 60: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 61: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 62: '</a>', 63: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 64: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 65: '', 66: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 67: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 68: '<div class="navbar-item has-dropdown is-hoverable">', 69: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 70: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 71: '<a class="navbar-link">', 72: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 73: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 74: 'SQL Injection', 75: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 76: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 77: '</a>', 78: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 79: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 80: '', 81: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 82: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 83: '<div class="navbar-dropdown">', 84: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 85: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 86: '<a class="navbar-item" href="{{ url_for(\'sql_injection_login\') }}">', 87: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 88: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 89: 'Login', 90: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 91: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 92: '</a>', 93: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 94: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 95: '<a class="navbar-item" href="{{ url_for(\'sql_injection_search\') }}?q=">', 96: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 97: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 98: 'Search', 99: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 100: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 101: '</a>', 102: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 103: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 104: '</div>', 105: '<script src="{{ url_for(\'static\', filename=\'assets/global.js\') }}"></script>', 106: '<script src="{{ url_for(\'static\', filename=\'assets/axios.min.js\') }}"></script>', 107: '<script>', 108: "// var googleCaptchaKey = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';", 109: '<form action="/sql-injection/login" method="post" style="max-width: 300px;">', 110: '<div class="field">', 111: '<label class="label">Username</label>', 112: '<input class="input" name="username" type="text" placeholder="myuser" required>', 113: '</div>', 114: '</div>', 115: '<label class="label">Password</label>', 116: '<div class="control">', 117: '<input class="input" name="password" type="password" placeholder="********" required>', 118: '</div>', 119: '<div class="field is-grouped">', 120: '</div>', 121: '{% if logged == True %}', 122: '<div class="notification is-success">', 123: "// var googleCatpchaSecretKey = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';", 124: '', 125: "var googleCaptchaKey = '{{ GOOGLE_RECAPTCHA_SITE_KEY }}';", 126: "var googleCatpchaSecretKey = '{{ GOOGLE_RECAPTCHA_SECRET_KEY }}';", 127: '', 128: '</script>', 129: '', 130: '{% block js %}{% endblock %}', 131: '</body>', 132: '</html>', 133: 'None', 134: 'None', 135: 'None', 136: 'None', 137: 'None', 138: '</html>'}, 'response': {'status_code': '404', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '4050'}}} | CWE-89 | 91,865 |
{'context_id': 581, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.miller.com/exploreregister.html', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; ak-GH) AppleWebKit/535.20.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B114 Safari/6535.20.1', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'none', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=b3cb717a-b080-4ccc-bf07-92d69d7d23aa&newpass1=YoeWuOBK&newpass2=zQ22CLFe'}, 'control_flow': {0: "num_reports = int(request.GET.get('num', '10'))", 1: 'for i in range(num_reports):', 2: 'report = Report()', 3: "report.title = f'Report #{i}'", 4: "report.content = 'Some content'", 5: 'report.save()', 6: 'for i in range(num_reports):', 7: 'report = Report()', 8: "report.title = f'Report #{i}'", 9: "report.content = 'Some content'", 10: 'report.save()', 11: 'for i in range(num_reports):', 12: 'report = Report()', 13: "report.title = f'Report #{i}'", 14: "report.content = 'Some content'", 15: 'report.save()', 16: 'for i in range(num_reports):', 17: 'report = Report()', 18: "report.title = f'Report #{i}'", 19: "report.content = 'Some content'", 20: 'report.save()', 21: 'for i in range(num_reports):', 22: 'report = Report()', 23: "report.title = f'Report #{i}'", 24: "report.content = 'Some content'", 25: 'report.save()', 26: 'for i in range(num_reports):', 27: 'report = Report()', 28: "report.title = f'Report #{i}'", 29: "report.content = 'Some content'", 30: 'report.save()', 31: 'for i in range(num_reports):', 32: 'report = Report()', 33: "report.title = f'Report #{i}'", 34: "report.content = 'Some content'", 35: 'report.save()', 36: 'for i in range(num_reports):', 37: 'report = Report()', 38: "report.title = f'Report #{i}'", 39: "report.content = 'Some content'", 40: 'report.save()', 41: 'for i in range(num_reports):', 42: 'report = Report()', 43: "report.title = f'Report #{i}'", 44: "report.content = 'Some content'", 45: 'report.save()', 46: 'for i in range(num_reports):', 47: 'report = Report()', 48: "report.title = f'Report #{i}'", 49: "report.content = 'Some content'", 50: 'report.save()', 51: 'for i in range(num_reports):', 52: 'report = Report()', 53: "report.title = f'Report #{i}'", 54: "report.content = 'Some content'", 55: 'report.save()', 56: 'for i in range(num_reports):', 57: 'report = Report()', 58: "report.title = f'Report #{i}'", 59: "report.content = 'Some content'", 60: 'report.save()', 61: 'for i in range(num_reports):', 62: 'report = Report()', 63: "report.title = f'Report #{i}'", 64: "report.content = 'Some content'", 65: 'report.save()', 66: 'for i in range(num_reports):', 67: 'report = Report()', 68: "report.title = f'Report #{i}'", 69: "report.content = 'Some content'", 70: 'report.save()', 71: 'for i in range(num_reports):', 72: 'report = Report()', 73: "report.title = f'Report #{i}'", 74: "report.content = 'Some content'", 75: 'report.save()', 76: 'for i in range(num_reports):', 77: "return HttpResponse(f'{num_reports} reports generated')"}, 'response': {'status_code': '404', 'headers': {'Content-Type': 'application/json'}}} | CWE-400 | 18,760 |
{'context_id': 565, 'vulnerable': False, 'processing': False, 'request': {'url': 'http://diaz.com/list/categoryregister.asp', 'method': 'POST', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'COOKIE': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'none', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/json', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; wal-ET) AppleWebKit/533.43.6 (KHTML, like Gecko) Version/4.0.5 Mobile/8B118 Safari/6533.43.6'}, 'body': b'csrfmiddlewaretoken=5a30b600-7ac0-4c09-bbec-c1d179dee4a6&newpass1=qY6BEfJg&newpass2=1GC7q2Ih'}, 'control_flow': {0: "return 'Debug mode enabled'"}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5'}}} | CWE-16 | 28,018 |
{'context_id': 533, 'vulnerable': True, 'processing': False, 'request': {'url': 'http://griffith-myers.com/tag/tagterms.asp', 'method': 'POST', 'headers': {'Content-Length': '172', 'Content-Type': 'application/x-www-form-urlencoded', 'Host': '127.0.0.1:8000', 'User-Agent': 'Opera/9.27.(X11; Linux i686; fa-IR) Presto/2.9.167 Version/11.00', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/test/', 'Origin': 'http://127.0.0.1:8000', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=ce5cf27a-db0b-44f8-a697-6b6ba9e12685&newpass1=dvt5NsIs&newpass2=aK5OXll1'}, 'control_flow': {'0': 'template_name = "post_detail.html"', '1': 'post = get_object_or_404(Post, slug=slug)', '2': 'comments = post.comments.filter(active=True).order_by("-created_on")', '3': 'new_comment = None', '4': 'if request.method == "POST":', '5': 'comment_form = CommentForm(data=request.POST)', '6': 'if comment_form.is_valid():', '7': 'new_comment = comment_form.save(commit=False)', '8': 'new_comment.post = post', '9': 'new_comment.save()', '10': 'return render(', '11': 'request,', '12': 'template_name,', '13': '"post": post,', '14': '"comments": comments,', '15': '"new_comment": new_comment,', '16': '"comment_form": comment_form,', '17': '{', '18': 'return render(', '19': 'return self.title', '20': 'return "Comment {} by {}".format(self.body, self.name)', '21': 'return "Comment {} by {}".format(self.body, self.name)', '22': 'return self.title', '23': 'return "Comment {} by {}".format(self.body, self.name)', '24': 'return self.title'}, 'response': {'status_code': '500', 'headers': {'Content-Type': 'text/html; charset=utf-8'}}} | Clean | 70,896 |
{'context_id': 565, 'vulnerable': False, 'processing': False, 'request': {'url': 'http://diaz.com/list/categoryregister.asp', 'method': 'POST', 'headers': {'HOST': '127.0.0.1:5000', 'USER_AGENT': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0', 'ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'ACCEPT_LANGUAGE': 'en-US,en;q=0.5', 'ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'CONNECTION': 'keep-alive', 'COOKIE': 'csrftoken=xS2ciXzOB5kBCsBWeIhb3oLLTfA0HgBh; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=8nsk97ci2qtbp9ib2ffyvw4qqd8p6vwm', 'UPGRADE_INSECURE_REQUESTS': '1', 'SEC_FETCH_DEST': 'document', 'SEC_FETCH_MODE': 'navigate', 'SEC_FETCH_SITE': 'none', 'SEC_FETCH_USER': '?1', 'PRIORITY': 'u=0, i', 'Content-Type': 'application/json', 'User-Agent': 'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; wal-ET) AppleWebKit/533.43.6 (KHTML, like Gecko) Version/4.0.5 Mobile/8B118 Safari/6533.43.6'}, 'body': b'csrfmiddlewaretoken=5a30b600-7ac0-4c09-bbec-c1d179dee4a6&newpass1=qY6BEfJg&newpass2=1GC7q2Ih'}, 'control_flow': {0: "return 'Debug mode enabled'"}, 'response': {'status_code': '302', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '5'}}} | CWE-16 | 27,887 |
{'context_id': 525, 'vulnerable': True, 'processing': False, 'request': {'url': 'https://www.warner.com/searchauthor.html', 'method': 'PATCH', 'headers': {'Content-Length': '', 'Content-Type': 'application/json', 'Host': '127.0.0.1:8000', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_9) AppleWebKit/531.1 (KHTML, like Gecko) Chrome/20.0.889.0 Safari/531.1', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Referer': 'http://127.0.0.1:8000/admin/blog/comment/', 'Connection': 'keep-alive', 'Cookie': 'csrftoken=7OkVgvLgtOa5uNSlz7c2A3oLJsoGMnmTMFRwMHywwelVnp8qNrXgOms3N0UN7ycJ; grafana_session=54c841e9cb2f4956a7c791efd284d120; grafana_session_expiry=1735995560; sessionid=j096ap6j8sfkfe2sex0ei8h1hnrd069n', 'Upgrade-Insecure-Requests': '1', 'Sec-Fetch-Dest': 'document', 'Sec-Fetch-Mode': 'navigate', 'Sec-Fetch-Site': 'same-origin', 'Sec-Fetch-User': '?1', 'Priority': 'u=0, i'}, 'body': b'csrfmiddlewaretoken=6d45d10f-e911-485a-a291-c97967d41958&newpass1=QWQaYMTJ&newpass2=Cf1B95sU'}, 'control_flow': {'0': 'return "Comment {} by {}".format(self.body, self.name)', '1': 'return "Comment {} by {}".format(self.body, self.name)', '2': 'return "Comment {} by {}".format(self.body, self.name)', '3': 'return "Comment {} by {}".format(self.body, self.name)', '4': 'return "Comment {} by {}".format(self.body, self.name)', '5': 'return self.title'}, 'response': {'status_code': '401', 'headers': {'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Sun, 26 Jan 2025 10:47:29 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store, must-revalidate, private', 'Vary': 'Cookie'}}} | Clean | 65,784 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.