Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1045,7 +1045,13 @@ with gr.Blocks(
|
|
| 1045 |
Classification: CONFIDENTIAL
|
| 1046 |
</div>
|
| 1047 |
""")
|
| 1048 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1049 |
if __name__ == "__main__":
|
| 1050 |
print("Starting Ultimate Black Hat Framework v4.0...")
|
| 1051 |
print("Access the web interface at: http://localhost:7860")
|
|
|
|
| 1045 |
Classification: CONFIDENTIAL
|
| 1046 |
</div>
|
| 1047 |
""")
|
| 1048 |
+
|
| 1049 |
+
async def main():
|
| 1050 |
+
analyzer = VulnLLMAnalyzer()
|
| 1051 |
+
exploit = ZeroDayExploitPanel()
|
| 1052 |
+
# Örnek kullanım:
|
| 1053 |
+
result = await exploit.test_sql_injection("http://example.com/login.php", "username")
|
| 1054 |
+
print(result)
|
| 1055 |
if __name__ == "__main__":
|
| 1056 |
print("Starting Ultimate Black Hat Framework v4.0...")
|
| 1057 |
print("Access the web interface at: http://localhost:7860")
|