Metasploit Framework
Metasploit Framework
What is Metasploit
Exploits: An exploit is a code that takes advantage of a software vulnerability or security flaw.
Payloads: In computer security, the payload is the part of the private user text which could also
contain malware such as worms or viruses which performs the malicious action; deleting data,
sending spam or encrypting data.
Encoders: Encoders are used to evade the anti- virus Softwares and firewall
Nops: NOPs keep the payload sizes consistent ensuring that validly executable by the processor..
Basically makes payload stable
Auxiliary: Provides additional functionality like scanning, fuzzing, Information gathering
Create a payload using Metasploit
Now this is the most important part. You need to send the payload to your victim
through any medium more often most of the hackers use social engineering for
sending this kind of viruses.
But we are using it in our local environment so we can use localhost to send this.
For using the local server move the payload to /var/www/html folder. Then type
Now you have full access of the victim machine you can do whatever you want.
You can type the command help and it will show you all options.
You can click snapshot, dump record, access webcam, record voice, copy data,
delete data, upload file, download file and many more things.
Thank You