1
Hacking and Security / Re: Setting Up A Backdoor
« on: February 23, 2015, 12:02:28 am »
Set up a normal back door using nc set to start on boot, if nc is detected by the av then think about writing a PE file but remember the most simple option is most likely to work. As for stealing credentials you can either use a keylogger or you could even go old school and change the host file to add a fake login pages for banks (phishing) or inject JavaScript into web requests which silently reads the value of the the password field and creates a hidden image element to send it back to a server you control (remember you can also steal credentials through hidden fields if auto complete is enabled and you change the action value of the form to your script) the list of possibilities is endless!