Forum Replies Created
- AuthorPosts
Diego Pérez
ModeratorHi!
For the moment those are the only scanners that doesn’t share the results with AV developers, so maybe you can install some AVs in your windows vm and test your backdoor against the real thing.Hope it helps!
DiegoDiego Pérez
ModeratorHi!
Can you try to use qterminal?Let me know how it goes!
DiegoDiego Pérez
ModeratorHi!
Which were the commands used in OSX? I have tried it and I got an app not a .exe fileLet me know.
DiegoDiego Pérez
ModeratorHi Peter!
Which Python version did you installed?Let me know.
DiegoDiego Pérez
ModeratorHi!
You have to set the payload first.When you are inside multi handle run:
set PAYLOAD your/payload/here
the show options and they will be displayed for you.
Let me know how it goes!
DiegoDiego Pérez
ModeratorHi!
Cool you got it!
DiegoDiego Pérez
ModeratorHi!
You can try with https://antiscan.meLet me know how it goes!
DiegoDiego Pérez
ModeratorHi!
I can’t download the files, it saids that a download has been completed, which is false, nothing has started.Can you upload them in something like:
https://imgbb.com/Let me know.
DiegoDiego Pérez
ModeratorHi Sultand!
I tested your code and work as expected! The persistent function you wrote worked fine, I just have to disable permanently defender and it worked. I didn’t change anything in it but the credentials for the email, by the way remove the file that has your email credentials from dropbox, we never know.
I compile it from kali without issues. The command used for permanently disable defender is: (You have to open a command prompt as Administrator)
REG ADD “HKLM\SOFTWARE\Policies\Microsoft\Windows Defender” /v DisableAntiSpyware /t REG_DWORD /d 1 /f
You can reboot from the windows menu, just click the windows icon in bottom left corner and select restart, then this time defender will be disabled by default.
Hope it helps!
DiegoDiego Pérez
ModeratorHi!
Where are yoy trying it? I mean terminator or qterminal?
Let me know.
DiegoDiego Pérez
ModeratorHi!
You’ll need to disable your AV or defender in host and the try it again.Let me know how it goes!
DiegoDiego Pérez
ModeratorHi!
You can upload the images to any image hosting service, then share the link here. By fluxion settings I mean each you are selecting when trying to launch the attack.
Let me know.
DiegoDiego Pérez
ModeratorHi!
Yeah, the browser interface has changed a bit since video recording. You can go to the burger menu in top right corener >> Preferences >> TOR and you’ll find the option to add bridges.Hope it helps!
DiegoDiego Pérez
ModeratorHi Peter!
The problem here is that .exe is a windows only executable. If you want an executable for macOS you’ll need to compile the python script in a mac computer, use the same method as in linux. Executables can be run exactly as in linux.Hope it helps!
DiegoDiego Pérez
ModeratorHi!
Can you try this solution:apt update
apt install -y aptitude
aptitude install -y veilYou have to run this commands in a fresh custom kali.
Let me know how it goes!
Diego- AuthorPosts