Skip to main content

Posts

Showing posts from 2015

How I XSSed My Crush ;)

This post is all about how I used XSS to impress my crush so if you are not interested then stop reading this and get back to your work :) *Let the story begin* So few years ago when I was just chatting with some random people on facebook suddenly a random link appeared in message box. The message was from her so I was obviously curious to know what that link was about. So next day I visited the link and then this page appeared : When I saw this page I was like  " Holy fuck!!! This is what I wanted my entire life !!!!! " So like a typical fool I entered all details and clicked on " Click to find ou t". Now page was slowly loading and I was expecting the MAGIC to happen BUTTTTTTTT instead SHIT happened : At this point = (She : 1 Me : 0) Now I was like " What the f**k I ever did anything wrong with you??? " I was disappointed to know that I was fooled by a girl. No , Actually it was because she was the only prettiest

Controlling Raspberry Pi B/B+ from your smartphone (Tutorial)

In this tutorial I'll tell you how to control your raspberry pi from your smartphone. So follow below tutorial and say good bye to monitor,keyboard and mouse. Requirements: 1)Raspberry Pi 2)Wi-Fi adapter 3)Smartphone with Wi-Fi Hotspot feature (I would be using Android in this tutorial) Tutorial:- Step 1) First install Raspbian OS in SD card and connect SD card to your PC Step 2) Raspberry Pi Configuration  : -Open SD card using file manager as shown in this SS:-   -Now press Ctrl+L and copy the location as show in this SS:- -Now open terminal and change directory to SD card location like this :-        cd /media/c1398422-7a7c-4863-8a8f-45a1db26b4f2 -Now run below commands  :- Command 1: sudo echo " auto wlan0 iface lo inet loopback iface eth0 inet dhcp iface default inet dhcp iface wlan0 inet dhcp allow-hotplug wlan0 wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf">etc/network/interfaces Command 2: su