Jul 11, 2020 #pranks #reaction #diytricks make sure to subscribe to us on youtube, follow us on tiktok, instagram and twitter. To donate to us our paypal is: paypal.me/pc. Aug 29, 2019 Hilarious things you can do with your friends for fun Hey guys, since summer is coming to an end, I have some hilarious hacks for you and your friends that will make the last warm days to. Sep 08, 2017 Again we would say that you cannot straightforward go with the Mac and start to hack. There are some preferences which are required to be made inside the Mac OS before it can be potentially utilized as a Hacking platform. Here in this article, we have written about all those things that are to be implemented on the Mac so as to make it ready. Jul 27, 2016 by Chet Corcos How to hack your friends My friends often leave their computers open and unlocked. I tell them they should probably get in the habit of locking their computers, but they don’t listen to me. So I’ve created a simple project to hack my friends and show them the importance of computer security. All I need to do is wait for them to leave their computer unlocked for a few seconds. 2 days ago A flaw in iPhone and iPad Mail apps left the devices vulnerable to hacking, according to a security researcher. It gives hackers access to your device's data.
- Funny Hacks To To Do On Friends Mac Download
- Funny Hacks To To Do On Friends Machine
- Funny Hacks To To Do On Friends Macbook Pro
P.S: people dont usually g-rush for the fun of it. get a friend or someone that can do it for you because it takes a long time to do. there's another tip for ya. DONT MAKE GAMES FOR G-RUSHES!!! get your friends to do it for you. Its funner and cheaper =D
Introduction
Do you know, its easy is to hack the Instagram account of your friend and hijack his or her Instagram cookies. This is one of the tricks used by hackers to steal your Instagram account. Whenever we logged into any website suppose Instagram, the Instagram server stores small piece code (also called web cookie) in our browsers. As commented by the researcher of the International Institute of Cyber Security, “If we are able to steal or Hijack these web cookies (we got after authenticating/logging on Instagram), we can log in to the Instagram account of that person“.
Today we will show, how easy is it to get the cookies of authenticated/logged user of a particular website that can be your friend or relative using the Self-XSS hacking tool. Self-XSS uses social engineering tool and using this hacker can gain control of the victims’ Instagram account.
Environment
- OS: Kali Linux 2019.3 64 bit
- Kernel version: 5.2.0
Installation Steps
- Use this command to clone the project.
- git clone https://github.com/thelinuxchoice/self-xss
Funny Hacks To To Do On Friends Mac Download
- Use the cd command to enter into self-xss directory
- Now, use this command to launch the tool bash self-xss.sh
- After Launching the tool, first we have to enter the website name whose account we want to hack. In our case, it will be https://instagram.com
- Next, enter the Email and password details.
- Then the tool will downloads the Ngrok server automatically and start the PHP server and Ngrok server.
- Then it will give to malicious URL as we can see in the above picture.
- Now, send this malicious code to the victim using social engineering tricks and ask the victim to open this link in the same Instagram Browser Tab.
- The Malicious code will captures the Instagram cookies and IP Address details of the victim and sends back to the hacker.
- Now go to hacker machine where self-XSS is running.
- go to cd /home/iicybersecurity/self-xss
- To verify, use the cat command to view the details of the cookies.
- cat cookies.backup
- We go the Instagram cookies.
- Now use cat command to view the IP and browser details .
- cat saved.ip.txt
Here, we successfully got the victims IP address with Machine details and victim’s Instagram cookies.
Conclusion
Funny Hacks To To Do On Friends Machine
Funny Hacks To To Do On Friends Macbook Pro
Now, we saw how to find the cookies details of the victim using a self-XSS in combination with social engineering. So it is always recommended to never click on any suspicious link, and that too when you are logged into any social networking website or any other website.