GithubHelp home page GithubHelp logo

3ct0s / disctopia-c2 Goto Github PK

View Code? Open in Web Editor NEW
339.0 12.0 85.0 151 KB

Windows Remote Administration Tool that uses Discord, Telegram and GitHub as C2s

License: GNU General Public License v3.0

Python 94.86% Shell 5.14%
discord discord-bot backdoor rat disctopia c2 command-and-control

disctopia-c2's Introduction


Dystopia
Dystopia

Dystopia Command and Control


What is Dystopia?

Dystopia is a malware generator that generates backdoors which use online platforms as C2s. This includes Discord, Telegram and Github.

Our goal is to prove that anything can be a C2, if you want to :) ...

How does it work?

The Dystopia backdoors are using libraries which allow the backdoor to act as a "Bot" for the above-mentioned platforms. Essentially the attacker contacts the bot and specifies a malicious command to execute on the target "Agent".

Dystopia is equipped with a lot of features some of which are:

  • Encrypted traffic (HTTPS)
  • Running system commands on target Agent
  • Keylogger (Limited to Discord)
  • Grabbing webcam snaps
  • Multiple online agents at a time (Limited to Discord & GitHub)

Installation and Usage

Dystopia is better installed and used on Kali Linux:

git clone https://github.com/3ct0s/Dystopia-c2
cd ./Dystopia-c2
chmod +x setup.sh
./setup.sh

Once this is done we can use the builder. Let's build a discord based C2 backdoor:

python builder.py
use discord
set name <backdoor-name>
set guild-id <server id from discord>
set bot-token <discord bot token>
set channel-id <channel id from discord server>
set webhook <discord webhook>
build

How to Setup Dystopia

Since the setup process is very specific for each platform:

Please follow the setup guide to setup Dystopia.

Contributors

Contributions are welcome to our GitHub repo! We value community involvement and appreciate all types of contributions, from bug reports to code. Join us in building something great and making a positive impact on the world. Get involved today!

Disclaimer

This github repository is made for educational purposes only. The developer is not responsible for any misuse of this software. Do not use this software for illegal purposes.

disctopia-c2's People

Contributors

3ct0s avatar falkensmz avatar hazed2004 avatar jeevan-gharate avatar jm1k1 avatar kkieeodyssey avatar pacurarovidiupaul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

disctopia-c2's Issues

Add rdesktop protocol to the rat

Can you please add a function in rat so that it opens rdp ports and so we can connect to the desktop through rdesktop it provides good interface better then the cli.

Unable to create the backdoor -

[+] Building the Backdoor
[+] Please wait...

Traceback (most recent call last):
File "C:\Users\Jord\Desktop\disco test\builder.py", line 179, in
builder.build()
File "C:\Users\Jord\Desktop\disco test\builder.py", line 43, in build
self.compile()
File "C:\Users\Jord\Desktop\disco test\builder.py", line 50, in compile
subprocess.call(compile_command)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.752.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 345, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.752.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 966, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.752.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 1435, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified

-- I am on windows 10 and have all of the necessary addons for python - I have noticed other people having the same problem - it then outputs a python file instead of an exe

Config error

I've pasted all options into settings.json, but config list is empty
Снимок экрана 2022-06-23 135828

Error using fetch command

I have installed everything inside requirements.txt
I'm using python version 3.8.9

This is the error output:
Traceback (most recent call last):
File "builder.py", line 188, in
fetch(list)
File "builder.py", line 115, in fetch
data = json.load(file)
File "C:\Users\linus\OneDrive\Skrivebord\disctopia-c2-1.2.0\python3.8.9\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "C:\Users\linus\OneDrive\Skrivebord\disctopia-c2-1.2.0\python3.8.9\lib\json_init_.py", line 357, in loads
return _default_decoder.decode(s)
File "C:\Users\linus\OneDrive\Skrivebord\disctopia-c2-1.2.0\python3.8.9\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\linus\OneDrive\Skrivebord\disctopia-c2-1.2.0\python3.8.9\lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 11 column 5 (char 645)

Can I fix this? Or do I need to wait for the next release?

.config folder not found

When i run it on my computer it works but when i run it on another computer it doesnt it keeps showing me this error
Screenshot 2022-07-21 174656
Thanks!

build issue

Traceback (most recent call last):
File "C:\Users\sadd\Desktop\disctopia-c2-main\builder.py", line 204, in
builder.build()
File "C:\Users\sadd\Desktop\disctopia-c2-main\builder.py", line 49, in build
self.compile()
File "C:\Users\sadd\Desktop\disctopia-c2-main\builder.py", line 60, in compile
subprocess.call(compile_command)
File "C:\Program Files (x86)\Python36-32\lib\subprocess.py", line 267, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Program Files (x86)\Python36-32\lib\subprocess.py", line 709, in init
restore_signals, start_new_session)
File "C:\Program Files (x86)\Python36-32\lib\subprocess.py", line 997, in _execute_child
startupinfo)

Cannot find Executable for subprocess

when i try to build it i get an error:

Traceback (most recent call last): File "builder.py", line 179, in <module> builder.build() File "builder.py", line 43, in build self.compile() File "builder.py", line 50, in compile subprocess.call(compile_command) File "C:\Users\abdul\disctopia-c2\lib\subprocess.py", line 340, in call with Popen(*popenargs, **kwargs) as p: File "C:\Users\abdul\disctopia-c2\lib\subprocess.py", line 858, in init self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\abdul\disctopia-c2\lib\subprocess.py", line 1311, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified

amazing.. good job

this is awesome..

can you add more commands like install and unistall apps

list directory to view files etc ?

SyntaxError: 'await' outside async function

When i typed build to build the backdoor, it gave me this error

File "C:\Users\Admin\Downloads\disctopia-c2-main\Test.py", line 299
await context.message.channel.send(embed=my_embed)
^
SyntaxError: 'await' outside async function

And when i try to install wine32 on kali which is the dependancy for this program. My kali machine breaks.

Why Python for Windows under Linux?

After starting sudo ./setup-new.sh from your setup guide, the python for windows downloading started. Why? And, of course, I had a lot of errors.
Снимок экрана 2022-06-23 143806
Снимок экрана 2022-06-23 143829

not working

AttributeError: module 'discord' has no attribute 'Intents'

Error preparing meta data wheel

ERROR: Command errored out with exit status 1: 'C:\users\root\Local Settings\Application Data\Programs\Python\Python38-32\python.exe' 'C:\users\root\Local Settings\App
lication Data\Programs\Python\Python38-32\lib\site-packages\pip_vendor\pep517_in_process.py' prepare_metadata_for_build_wheel 'C:\users\root\Temp\tmp7b3mgjck'

Token

The command is "executed" but nothing is send to token channel
image
image

Now my backdoor is not getting executed.

Fatal error detected 08_03_2022 4_27_57 PM
To be honest, it worked perfectly the first time i executed it. After playing around with the commands for a while, the bot just went off, and then when i tried to run the backdoor again, it gave me this error

The EXE file does not work

I have set up settings.json is correct, the last 2 values are True and False, I build, when I started, the process was in the task manager, but the bot in discord did not start, and did not write anything

canot find py installer

when fetched and build it gives an error
[+] > build

wine: cannot find '~.wine/drive_c/users/root/Local Settings/Application Data/Programs/Python/Python38-32/Scripts/pyinstaller.exe'

tried updating the system ,eddtiing the script while relinking it to a pyinstaller.py but it gives the same error please help.

Error with registry key or something (idk)

So I did all the steps in the installation guide (https://github.com/3ct0s/disctopia-c2/blob/main/inst/INSTALL.md) and entered them. But it was said that Python 3.8.9 already exists. I then had to choose between "Modify, Repair and Uninstall". Of course I clicked "repair". But then these messages came up: (entire console)
_┌──(root㉿kali)-[~]
└─# git clone https://github.com/3ct0s/disctopia-c2.git
fatal: destination path 'disctopia-c2' already exists and is not an empty directory.

┌──(root㉿kali)-[~]
└─# cd disctopia-c2

┌──(root㉿kali)-[~/disctopia-c2]
└─# sed $'s/\r$//' ./setup.sh > ./setup-new.sh

┌──(root㉿kali)-[~/disctopia-c2]
└─# chmod +x setup-new.sh

┌──(root㉿kali)-[~/disctopia-c2]
└─# sudo ./setup-new.sh
Hit:1 http://ftp.halifax.rwth-aachen.de/kali kali-rolling InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3.9 is already the newest version (3.9.11-1).
The following packages were automatically installed and are no longer required:
libperl5.32 libx264-160 perl-modules-5.32
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 501 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-pip is already the newest version (22.0.2+dfsg-1).
The following packages were automatically installed and are no longer required:
libperl5.32 libx264-160 perl-modules-5.32
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 501 not upgraded.
Requirement already satisfied: prettytable in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (0.0.0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
wine is already the newest version (5.0.3-3).
The following packages were automatically installed and are no longer required:
libperl5.32 libx264-160 perl-modules-5.32
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 501 not upgraded.
python-3.8.9.exe already exists.
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
002f:err:mscoree:LoadLibraryShim error reading registry key for installroot
Collecting keyboard==0.13.5
Using cached keyboard-0.13.5-py3-none-any.whl (58 kB)
Collecting pywin32==303
Using cached pywin32-303-cp38-cp38-win32.whl (8.5 MB)
Collecting pycryptodome==3.12.0
Using cached pycryptodome-3.12.0-cp35-abi3-win32.whl (1.8 MB)
Collecting pyautogui==0.9.53
Using cached PyAutoGUI-0.9.53.tar.gz (59 kB)
Collecting pyinstaller==4.2
Using cached pyinstaller-4.2.tar.gz (3.6 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... error
ERROR: Command errored out with exit status 1:
command: 'C:\users\root\Local Settings\Application Data\Programs\Python\Python38-32\python.exe' 'C:\users\root\Local Settings\Application Data\Programs\Python\Python38-32\lib\site-packages\pip_vendor\pep517_in_process.py' prepare_metadata_for_build_wheel 'C:\users\root\Temp\tmpw0krcflw'
cwd: C:\users\root\Temp\pip-install-41ewvy7g\pyinstaller
Complete output (42 lines):
Traceback (most recent call last):
File "C:\users\root\Local Settings\Application Data\Programs\Python\Python38-32\lib\site-packages\pip_vendor\pep517_in_process.py", line 280, in
main()
File "C:\users\root\Local Settings\Application Data\Programs\Python\Python38-32\lib\site-packages\pip_vendor\pep517_in_process.py", line 263, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\users\root\Local Settings\Application Data\Programs\Python\Python38-32\lib\site-packages\pip_vendor\pep517_in_process.py", line 133, in prepare_metadata_for_build_wheel
return hook(metadata_directory, config_settings)
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools\build_meta.py", line 188, in prepare_metadata_for_build_wheel
self.run_setup()
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools\build_meta.py", line 281, in run_setup
super(BuildMetaLegacyBackend,
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools\build_meta.py", line 174, in run_setup
exec(compile(code, file, 'exec'), locals())
File "setup.py", line 75, in
setup(
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools_init
.py", line 79, in setup
return distutils.core.setup(**attrs)
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools_distutils\core.py", line 122, in setup
dist.parse_config_files()
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools\dist.py", line 832, in parse_config_files
setupcfg.parse_configuration(
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools\config\setupcfg.py", line 167, in parse_configuration
meta.parse()
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools\config\setupcfg.py", line 446, in parse
section_parser_method(section_options)
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools\config\setupcfg.py", line 417, in parse_section
self[name] = value
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools\config\setupcfg.py", line 238, in setitem
value = parser(value)
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools\config\setupcfg.py", line 552, in _parse_version
return expand.version(self._parse_attr(value, self.package_dir, self.root_dir))
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools\config\setupcfg.py", line 372, in _parse_attr
return expand.read_attr(attr_desc, package_dir, root_dir)
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools\config\expand.py", line 194, in read_attr
module = _load_spec(spec, module_name)
File "C:\users\root\Temp\pip-build-env-8ic6jzp2\overlay\Lib\site-packages\setuptools\config\expand.py", line 214, in _load_spec
spec.loader.exec_module(module) # type: ignore
File "", line 783, in exec_module
File "", line 219, in _call_with_frames_removed
File "C:\users\root\Temp\pip-install-41ewvy7g\pyinstaller\PyInstaller.py", line 16, in
from PyInstaller.main import run
ModuleNotFoundError: No module named 'PyInstaller.main'; 'PyInstaller' is not a package
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\users\root\Local Settings\Application Data\Programs\Python\Python38-32\python.exe' 'C:\users\root\Local Settings\Application Data\Programs\Python\Python38-32\lib\site-packages\pip_vendor\pep517_in_process.py' prepare_metadata_for_build_wheel 'C:\users\root\Temp\tmpw0krcflw' Check the logs for full command output.
WARNING: You are using pip version 20.2.3; however, version 22.0.4 is available.
You should consider upgrading via the 'C:\users\root\Local Settings\Application Data\Programs\Python\Python38-32\python.exe -m pip install --upgrade pip' command.

┌──(root㉿kali)-[~/disctopia-c2]
└─#_

Cant run the RAT

When I run the program it says
Failed to execute script Backdoor
image

build issue

wine: failed to open "/root/.wine/drive_c/users/root/Local Settings/Application Data/Programs/Python/Python38-32/Scripts/pyinstaller.exe": c0000135

[+] The Backdoor can be found inside the "dist" directory

DO NOT UPLOAD THE BACKDOOR TO VIRUS TOTAL

builder dosen't work

Fatal errors in 2nd and 3rd attempt.

unknown (3)
I've used the backdoor a total of three times, first on a computer of my own network, then on a friend's pc who asked me to give me the .exe to him and lastly on my school pc. The second and third attempts prompted up this error. (It's of note to mention that I uploaded one of the exes to my Mega account so my friend could download it and test it for himself). I'm not aware of what could be causing the backdoor to fail after being succesfully booted the other times around, any help?

Error executing the compiled program.

image
Possible causes for error:
Windows 11 VM
The compiler bugged and pyinstaller forgot to include it

Attempted fixes:
Installing python and discord module (still same error)

Any help would be greatly appreciated

Stuck

Hi, whenever running the build command after running the "sudo python3 builder.py" i keep getting the error "wine: cannot find '/root/.wine/drive_c/users/root/Local Settings/Application Data/Programs/Python/Python38-32/Scripts/pyinstaller.exe'"

Pls help thank you

Stuck

Im on windows and when I Tried to build it said

Traceback (most recent call last):
line 186, in
builder.build()
line 44, in build
self.compile()
line 53, in compile
subprocess.call(compile_command)

FileNotFoundError: [WinError 2] The system cannot find the file specified

Fetch data error

Traceback (most recent call last):
File "builder.py", line 170, in
fetch(list)
File "builder.py", line 98, in fetch
data = json.load(file)
File "C:\Users\k\Downloads\disctopia-c2\python3.8.9\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "C:\Users\k\Downloads\disctopia-c2\python3.8.9\lib\json_init_.py", line 357, in loads
return _default_decoder.decode(s)
File "C:\Users\k\Downloads\disctopia-c2\python3.8.9\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\k\Downloads\disctopia-c2\python3.8.9\lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 2 column 3 (char 4)

How do i fix this everything is installed

Exe doesn't work correctly

My exe shows for a few seconds in task manager then disappears, nothing comes through to the discord servers.

Also, I tried to join the discord chat for support but I get "this interaction failed" when clicking the verify button

i cant build application

i install wine but cannot found this

Run "help" to get the help menu
[+] > build

Are you sure everything is setup correctly? Y/N
y

[+] Building the Backdoor
[+] Please wait...

wine: cannot find '/root/.wine/drive_c/users/root/Local Settings/Application Data/Programs/Python/Python38-32/Scripts/pyinstaller.exe'

[+] The Backdoor can be found inside the "dist" directory

any hint for help me

iam using kali linux !

Error with pretty table

Error:

Traceback (most recent call last):
File "C:\Users\xxx\OneDrive\Dokumenty\disctopia-c2-1.0.3\builder.py", line 7, in
from prettytable import PrettyTable
ModuleNotFoundError: No module named 'prettytable'

Please someone help, i installed the pretty table but it still dont work.

Help

Hey 3ct0s, Ive done everything you have shown in the video multiple times But when i run these set up of command I never get the option to install python 3.8.9 to the root/win/....../python.exe It option doesn't even show up. So whenever I hit build it states that it cant locate the file. So i was wondering if you knew a solution to not having the option to install python.

cd disctopia-c2
sed $'s/\r$//' ./setup.sh > ./setup-new.sh
chmod +x setup-new.sh
sudo ./setup-new.sh

This is the error message im receiving
image

handler issues

1: i get this when i run the build .exe
image

2: The build.exe file is about 64MB.. can this be reduced to about 1 or 2MB ?

Wine: Cannot Find Pyinstaller.exe

I've installed this via git on Debian/Ubuntu/Kali and get this same error. Getting errors with windows 11 install as well

wine: created the configuration directory '/home/admin/.wine'
0009:err:file:init_redirects cannot open L"C:\windows" (c000000f)
wine: cannot find '/home/admin/.wine/drive_c/users/root/Local Settings/Application Data/Programs/Python/Python38-32/Scripts/pyinstaller.exe'

After searching manually I can get to /home/admin/.wine/drive_c
from there there is only a windows folder then system32 no users folder.

Commands

Hi,

!credentials cmd doesn't work well. it gets empty data when executed.

Key Logger display

image

can keylogger report be modified

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.