What is exploit and payload

     Exploit:-

  • An exploit is a piece of code written to take advantage of a particular vulnerability
        step 1

       :-  open kali terminal  root terminal

        step 2

       :- write msfconsole

        

        step 3

       :- write use exploit


        step 4
        
        :- Example :- exploit/windows/scada/igss9_igssdataserver_listall 



    Payload:-
  • A payload is a piece of code to be executed through said exploit

       step 1

        :- open kali terminal or root terminal

       step 2

        :-write msfconsole




        step 3

        :-write use payload


    
        step 4
        Example:- payload/windows/x64/vncinject/reverse_tcp 




                           



Comments

Popular posts from this blog

Exploiting Windows 10 using payload and reverse_tcp(Metasploit)

What is TCP

What is reverse_tcp