aydinnyunus / WifiPassword-Stealer

Get All Registered Wifi Passwords from Target Computer.
Apache License 2.0
519 stars 87 forks source link

try to this encryptor . #1

Open minanagehsalalma opened 4 years ago

minanagehsalalma commented 4 years ago

https://resources.infosecinstitute.com/antivirus-evasion-tools/#gref

Or better something like this

https://pentesttools.net/how-to-create-undetectable-python-payloads-that-bypass-antiviruses-kali-linux-2017-3/

aydinnyunus commented 4 years ago

This program make this in "Setup.py".Just add some trash codes and change the signature.

minanagehsalalma commented 4 years ago

This program make this in "Setup.py".Just add some trash codes and change the signature.

Yup but what about

NXcrypt use a python internal module ‘py_compile’ who compile the code into bytecode to a .pyc file. NXcrypt convert .pyc file into normal .py file. And in this way we can obfuscate the code

minanagehsalalma commented 4 years ago

@aydinnyunus and

Injection module: it inject a malicious python file into a normal file with multi-threading system.

I suggest that you fork it and add it to your code.

So the setup.py runs this script then it converts the output to exe.

And don't forget to add credit to the owner.