Reputation: 3
I have an assignment where i need to implement three attacks after socket connection with python. I already did socket connection and implemented ransomware and key logger. I need one more attack implementation. Can anyone suggest me one attack that i can perform on the client's/ victim's side besides these two?
Upvotes: 0
Views: 133
Reputation: 1
Crab all their cookies with using python it's not to hard you really just need to understand file locations
Upvotes: 0
Reputation: 531
Some ideas that I have right now are:
If you have root access, you can basically have fun with some files and change their permissions. Maybe create a new user to access those files only.
You can try making a virus that could for instance create multiple processes of itself and slow down the victim's machine.
You could also create a script that scans for files in a certain directory (ex: Downloads) and send them to your machine.
You could try to modify some browser settings (called browser hijacking).
I might add more ideas later. Good luck
Upvotes: 0