xp4xbox / Puffader

Python 2.7 is obsolete, please use https://github.com/xp4xbox/Python-Keylogger
MIT License
50 stars 27 forks source link

taking screenshots #58

Closed user568989 closed 5 years ago

user568989 commented 5 years ago

The script sends the screenshots to an email without a problem but when the script/pc takes a snapshot a small window of CMD is showed and closed after 1 sec.. the victim can realize that something run in his machine

xp4xbox commented 5 years ago

hmm, shouldn't be. I will look into this.

user568989 commented 5 years ago

I know that's not the place to ask this kind of question but maybe someone here knows..

I converted the puffader to exe and i uploaded him to the victim system the point is when i try to run the puffader.exe from netcat i get an error : no modile named .... (Any kind of modules its can be _imaging, pyhook its not important)

How can i run a program converted to exe ( was py before) from remote machine ( linux kali = attacker, victim = windows 7)

The thing is that linux and windows dont have the same modulea like pyhook and more..

xp4xbox commented 5 years ago

You have to build it in Windows. It cannot build in Linux.

user568989 commented 5 years ago

I know but when i run the exe file i built in windows the reverse shell (kali linux) does nkt recognize some modules..

xp4xbox commented 5 years ago

It can't run on Linux at all. The file has to be on a windows computer.

user568989 commented 5 years ago

The file is on windows computer i just try to run it from attacker side by hacking to his system

xp4xbox commented 5 years ago

Then it should work, why wouldn't it? If you can remotely execute a command to run it if the command passes it should be just like if the user clicked the file.

I tested it out and the screenshot does not show any cmd module. Try maybe updating pyscreeze.

xp4xbox commented 5 years ago

Any update @user568989