17 Commits

Author SHA1 Message Date
5a2988fd7f HTTP SERVER 2025-12-07 18:28:04 +05:00
9f4302a65f Create shaihulud.asm 2025-12-05 16:53:13 +05:00
228099ac04 Implement !sysinfo command
This PR adds a `!sysinfo` command to the bot that returns system information from the target machine.

- Windows: Uses `Get-ComputerInfo | ConvertTo-Json` (tested and works).
- Linux: Uses `uname -a` and `lsb_release -d` (untested).
- macOS: Uses `system_profiler SPHardwareDataType` (untested).

Output is automatically split into chunks of 1900 characters to avoid Discord message length limits, with each chunk sent as a separate code block.

Notes:
- The function avoids using `sendLongMessage` to prevent async/future compilation issues in Nim.
- Windows output is formatted as JSON. Linux and macOS outputs are plain text for now.

Testing is complete on Windows; Linux and macOS functionality remains to be verified.
2025-09-26 12:30:52 +02:00
3349c41bef Merge branch 'main' of https://github.com/504sarwarerror/RABIDS 2025-09-25 21:40:04 +05:00
edf22e6e27 Added WINKRASHV2 BANKRUPT 2025-09-25 21:40:02 +05:00
f565b77eb6 remove screenshot after sending
fix: remove screenshot after sending from cwd
2025-09-22 14:45:29 +02:00
2f8d7ab93a Add Error message for less then one module 2025-09-19 18:29:47 +05:00
f26ba1ba05 Update ghostintheshell.nim 2025-09-12 19:11:05 +05:00
cb053ee574 Added C2 TAB 2025-09-09 00:21:08 +05:00
17e44f9d27 Fixed Module Button 2025-09-08 00:58:32 +05:00
8694ffbb27 Added Live Encryption 2025-09-07 23:09:53 +05:00
e3bcab7caf Fixed the Decrypter 2025-09-07 20:47:12 +05:00
a63c71f49b Fixed DLL issue 2025-09-07 19:33:54 +05:00
2bd2b8c8f3 Fixed Images and Layout 2025-09-06 23:49:44 +05:00
28af278de7 Version 2 2025-09-06 21:11:42 +05:00
b0d71982b4 Patched Payload Gen 2025-07-18 20:06:50 +05:00
1b4c9f849a Update the Worm 2025-07-18 02:04:11 +05:00