Skip to content

Commit a2d66fa

Browse files
Add files via upload
1 parent 5b0b604 commit a2d66fa

11 files changed

+174
-0
lines changed

EXTRA/God_Mode.py

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
import pyautogui
2+
3+
4+
def open_run_dialog():
5+
# Press Windows + R
6+
pyautogui.hotkey('win', 'r')
7+
8+
9+
def type_and_execute_command():
10+
# Type the command
11+
command = "shell:::{ED7BA470-8E54-465E-825C-99712043E01C}"
12+
pyautogui.write(command)
13+
# Press Enter to execute the command
14+
pyautogui.press('enter')
15+
16+
17+
def main():
18+
open_run_dialog()
19+
type_and_execute_command()
20+
21+
22+
if __name__ == "__main__":
23+
main()

EXTRA/MemDump.rar

7.14 MB
Binary file not shown.

EXTRA/Python 3.11 Installer.exe

24 MB
Binary file not shown.

EXTRA/SessionSploit.exe

209 KB
Binary file not shown.

EXTRA/Simple hash cracker.rar

1.48 KB
Binary file not shown.

EXTRA/UAC Bypasser.rar

4.17 KB
Binary file not shown.

EXTRA/What Is This.md

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Understanding the EXTRA Directory
2+
3+
The `EXTRA` directory within this project is designed to house additional tools and resources that complement the primary functionalities provided by the main software. These tools are third-party applications that have been tested on a Windows operating system and are intended for educational purposes only. It's important to note that while these tools have been tested on the main device, they should be used with caution and may require administrative privileges to run.
4+
5+
All tools are archived, to use them extract them to the same directory... Still don't rename, remove or change files; you may delete the original zip file.
6+
7+
## Using the Tools
8+
9+
### MemDump for Collecting Memory Dumps
10+
11+
**Tool Description:** `MemDump` by evil3ad is a utility designed for collecting memory dumps. It's a powerful tool that can be used for educational purposes to understand memory management and debugging techniques.
12+
13+
**Usage Instructions:**
14+
15+
1. **Prerequisites:** Ensure you are running your command prompt or PowerShell as an administrator. This is crucial for the tool to function correctly, also unzip the files then delete the zip file created to get the script.
16+
17+
2. **Running the Tool:** Navigate to the directory containing the `CMD.ps1` script (Found in the folder called MemDump). In the command prompt or PowerShell, type `.\CMD.ps1` and press Enter.
18+
19+
3. **Following On-Screen Instructions:** After executing the script, follow the on-screen instructions provided by the tool. This process can take approximately 1 hour to complete, depending on the system's specifications and the amount of data being processed.
20+
21+
### GodMode for Setting manipulation
22+
23+
**Tool Description:** `God_Mode.py` by DefinetlyNotAI is a utility designed to automatically open god-mode without leaving traces. It's a powerful tool that can be used for educational purposes to manipulate certain settings usually scattered in the control panel.
24+
25+
**Usage Instructions:**
26+
27+
1. **Running the Tool:** Navigate to the directory containing the `God_Mode.py` script (Found in the folder called EXTRA) and execute it (May require Admin)
28+
29+
2. **On-Screen GUI:** After executing the script, the tool will open to allow further manipulation of the settings.
30+
31+
### Simple Hash Cracker for Password cracking
32+
33+
**Tool Description:** `Simple Hash Cracker` by kurogai is a utility designed to crack simple hashes. It's a great tool that can be used for educational purposes to extract key info gotten from this tool.
34+
35+
**Usage Instructions:**
36+
37+
- **Running the Tool:** Navigate to the ZIP file and extract, you will find a README.md file that will explain the usage techniques.
38+
39+
### SessionSploit
40+
41+
**Tool Description:** `SessionSploit` by ebolaman is a utility designed to hijack logged in accounts. It's a great tool that can be used for educational purposes to extract data and change passwords at will.
42+
43+
**Usage Instructions:**
44+
45+
- **Running the Tool:** Navigate to the exe file and execute it.
46+
47+
### UAC-Bypass
48+
49+
**Tool Description:** `UAC-Bypass` by ebolaman is a utility designed to bypass the UAC prompt given when executing any shield icon exe (UAC prompter's). It's a great tool that can be used for educational purposes to run software without the need of admin permission.
50+
51+
**Usage Instructions:**
52+
53+
- **Running the Tool:** Navigate to the ZIP file and extract, you will find a README.md file that will explain the usage techniques (Note: it may be flagged as a virus!).
54+
55+
### winPEAS
56+
57+
**Tool Description:** `winPEAS` by winPEAS is a utility designed to give all the necessary exploits/vulnerabilities required to escalate privileges in a Windows environment. It's a great tool that can be used for educational purposes to later run software even if the need of admin permission is required.
58+
59+
**Usage Instructions:**
60+
61+
- **Running the Tool:** Navigate to the ZIP file and extract, you will find a ps1 script that is the main software, the program is automatic but takes a long time.
62+
63+
64+
## Important Notes
65+
66+
- **Python Installer:** Use this only if the device doesn't have Python installed (Preferably 3.11)
67+
68+
- **Caution:** As with any third-party software, proceed with caution. These tools are provided for educational purposes and should not be used for malicious activities; You will get AntiVirus warnings from these tools, especially the ZIPPED ones, this is normal.
69+
70+
- **Administrative Privileges:** Running these tools may require administrative privileges. Ensure you have the necessary permissions before attempting to use them.
71+
72+
- **Testing:** The tools have been tested on a Windows operating system. However, compatibility with other operating systems is not guaranteed.
73+
74+
## Conclusion
75+
76+
The `EXTRA` directory is a valuable resource for users looking to explore additional functionalities and tools that complement the main software. By following the provided instructions and using these tools responsibly, users can enhance their understanding and skills in various areas of software development and system management.

EXTRA/winPEAS.rar

18.3 KB
Binary file not shown.

SYSTEM/Logicystics.structure

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
=CODE_OF_CONDUCT.md
2+
=CONTRIBUTING.md
3+
=Credit.md
4+
=LICENSE
5+
=qodana.yaml
6+
=README.md
7+
=requirements.txt
8+
=SECURITY.md
9+
=CODE\Antivirus_Finder.ps1
10+
=CODE\APIGen.py
11+
=CODE\API_IP_Scraper.py
12+
=CODE\Browser_Policy_Miner.ps1
13+
=CODE\Clean.ps1
14+
=CODE\CMD_Disabled_Bypass.py
15+
=CODE\Copy_Media.py
16+
=CODE\Debug.py
17+
=CODE\Device_Data.bat
18+
=CODE\IP_Scanner.py
19+
=CODE\Legal.py
20+
=CODE\Logicytics.py
21+
=CODE\Registry_miner.bat
22+
=CODE\Simple_Password_Miner.py
23+
=CODE\System_Info_Grabber.py
24+
=CODE\Sys_Tools.py
25+
=CODE\Tree_Command.bat
26+
=CODE\UAC.ps1
27+
=CODE\UACPY.py
28+
=CODE\Window_Defender_Crippler.bat
29+
=CODE\Window_Features_Lister.ps1
30+
=CODE\Zipper.py
31+
=CODE\sys\!! IMPORTANT !!.md
32+
=CODE\sys\Fix.zip
33+
=CODE\sys\psfile.exe
34+
=CODE\sys\PsGetsid.exe
35+
=CODE\sys\PsInfo.exe
36+
=CODE\sys\pskill.exe
37+
=CODE\sys\pslist.exe
38+
=CODE\sys\PsLoggedon.exe
39+
=CODE\sys\psloglist.exe
40+
=CODE\sys\psping.exe
41+
=CODE\sys\PsService.exe
42+
=CODE\sys\pssuspend.exe

SYSTEM/Logicystics.version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.3.0

SYSTEM/What Is This.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Understanding the SYSTEM Directory
2+
3+
The `SYSTEM` directory within this project is designed to house the resources that are used to check the integrity of the final product in bug reports, the primary functionalities provided by the main software. These tools are applications designed to test the system, please don't modify any parts of it.
4+
5+
6+
## Understanding the files
7+
8+
### structure.py for creating .structure files
9+
10+
**Tool Description:** `structure.py` is a utility designed for creating the structure files. It's a tool that can be used for debugging purposes, this is not a public tool, but could become public if needed!
11+
12+
### Logicystics.structure for debugging files
13+
14+
**Tool Description:** `Logicystics.structure` is a data file designed for checking the structure files. It's not a tool, but is a requirement for the debugger so that it can be used for debugging purposes.
15+
16+
### Logicystics.version for debugging files
17+
18+
**Tool Description:** `Logicystics.version` is a data file designed for saving the version of the software. It's not a tool, but is a requirement for the debugger so that it can be used for debugging purposes.
19+
20+
### API.KEY for the IP API
21+
22+
**Tool Description:** `API.KEY` is a data file designed for saving the api key of the software. It's not a tool, but is a requirement for the API IP Scraper.
23+
24+
25+
26+
## Important Notes
27+
28+
**Testing:** Do not use, modify or run any files in this directory, they don't affect the main functionality of the code, but are necessary for it to function.
29+
30+
## Conclusion
31+
32+
The `SYSTEM` directory is a resource for creating updates and looking to explore additional functionalities and tools that complement the main software can provide destructive. By following the provided instructions and never using these tools, users can ensure proper system management.

0 commit comments

Comments
 (0)