Eight Years of Service
Posts: 1
Threads: 1
python crypter help 11-05-2017, 01:47 AM
#1
hello,
I would like some help, I'm planning to make a crypter a python but what version should I take ? (for now I'm planning for 3.3)
but what about stealth, I will be able to inject the exe created by pyintaller etc in memory ? or it need to access ressources ?
I think I will go with ctypes but is this a reasonable choice ?
i will be able to fud the script with command line on linux yes or no?
thank you guys
•
Ten Years of Service
Posts: 3,024
Threads: 155
RE: python crypter help 11-08-2017, 09:33 AM
#3
Most crypters I have are either coded in C or C++, so I'd recommend using that. I don't have a single python crypter, but of course you can try.
~~ Might be back? ~~
•
Eight Years of Service
Posts: 24
Threads: 6
RE: python crypter help 08-10-2018, 04:35 PM
#5
I wrote a crypter in Python in about 20 minutes, and rolled it up with PyInstaller, just to loop through the files with os.walk. I just have the script read from a list of target extensions, and if [file] == [target extension] then change the file name to the encrypted string. Runs fast, and just uses some base libraries. The more complicated part is getting the GUI to pop-up and help the victim make their payment. We are talking about "ransomware" when we say "crypter" right?
•
Seven Years of Service
Posts: 3,059
Threads: 251
RE: python crypter help 09-19-2018, 11:29 PM
#7
great post to read.

thank you OP for making this post.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Thirteen Years of Service
Posts: 74,304
Threads: 317
RE: python crypter help 09-20-2018, 06:49 AM
#8
This Is the OP's only post and hasn't been active since the thread's creation date, which Is over 10 months old.
It's safe to assume that his/her request Is fulfilled.
•
Seven Years of Service
Posts: 3,059
Threads: 251
RE: python crypter help 09-20-2018, 08:18 AM
#9
(09-20-2018, 06:49 AM)mothered Wrote: This Is the OP's only post and hasn't been active since the thread's creation date, which Is over 10 months old.
It's safe to assume that his/her request Is fulfilled.
understand. but I was thinking about making a similar thread too this one..
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•