Skip to content

Commit d5d145a

Browse files
author
Nicholas
authored
Update Hercules.py
1 parent 2579f3c commit d5d145a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Hercules.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
import sys, time, requests
22

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-
183
class color:
194
end = '\033[0m'
205
bold = '\033[1m'
@@ -177,6 +162,3 @@ def log(i, msg):
177162

178163
log("+", "Exiting")
179164
exit()
180-
181-
# Made by Altorx
182-
# Fuck you Morpheus

0 commit comments

Comments
 (0)