We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2579f3c commit d5d145aCopy full SHA for d5d145a
Hercules.py
@@ -1,20 +1,5 @@
1
import sys, time, requests
2
3
-"""
4
-Task: 0002-PG
5
-Priority: Medium
6
-Deadline: 2023-10-15
7
-Task Given To: @Altorx @Morpheus
8
-Task Given By: @I2rys
9
-Programming Language (s) Scope: Python, NodeJS
10
-Task (s): Make a tool to find all params, API endpoints on a website including external ones (Recursive. If you can).
11
-
12
-Date of make: 20/10/2023 (DD/MM/YY) late by: 5 days
13
-I will be using python for this.
14
15
-- Fuck Morpheus
16
17
18
class color:
19
end = '\033[0m'
20
bold = '\033[1m'
@@ -177,6 +162,3 @@ def log(i, msg):
177
162
178
163
log("+", "Exiting")
179
164
exit()
180
181
-# Made by Altorx
182
-# Fuck you Morpheus
0 commit comments