Search This Blog

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

Tuesday, November 8, 2011

Hacking credit card code

This trick works for most of the credit cards but doesn't works for few cards specially master cards

Sunday, October 23, 2011

Hardware keylogger

If you visit a cyber cafe and find find any black pin attached to your CPU as shown in the picture, kindly do not use that system. This pin is actually a connection which save all your data you enter in the system.
Thus it is a risk to your privacy over net. Risk to passwords, banking or any data you entered.
share this to all your friends...
 

Tuesday, October 4, 2011

Rhomobile Ipad Example- You Tube Client - From Ruby

We will create a Rhomobile ipad application which will search youtube videos and will playback this videos. It is just an example and our purpose is to explore Rhomobile AsyncHttp methods. We will connect to You tube search API. 



Step 1.) Create Rhodes application :
              rhogen app youtube_client
   
Step 2.)  Go to application directery:
              cd youtube_client/

Step 3.)  Create a controller Youtube

Step 4.) Create action search and search_result in youtube_controller.rb



   def search

   end

    def search_result
        you_tube_url = "http://gdata.youtube.com/feeds/api/videos?q=" + @params['name'] + "&max-results=5&v=2&alt=jsonc"
        @youtubes= Rho::AsyncHttp.get(
                                       :url => you_tube_url
                                       )["body"]["data"]["items"]
    end

 We are using AsyncHttp to call You Tube search API. And @params['name'] contain the search term.

5.) Create search.erb 


<div data-role="page">


  <div data-role="header" data-position="inline">
    <h1>Search You tube</h1>
    
  </div>


  <div data-role="content">
    <form method="POST" action="<%= url_for :action => :search_result %>">    
          <div data-role="fieldcontain">
            <label for="name" class="fieldLabel">Name</label>
            <input type="text" id="youtube[name]" name="name" />
          </div>
      
      <input type="submit" value="Update"/>
    </form>
  </div>
 
 
6.) Create search_result.erb and add following code:


<div data-role="page" data-add-back-btn="false">


  <div data-role="header" data-position="inline">
    <h1>Search result</h1>
  </div>


  <div data-role="content">
    <ul data-role="listview">
      
         <% @youtubes.each do |youtube| %>
        <li>
      <center>
            <span class="title">
<%= youtube["title"] %></span><br>
<iframe width="400" height="400" src="http://www.youtube.com/embed/<%= youtube["id"]%>" frameborder="0" allowfullscreen></iframe></center>
<span class="disclosure_indicator"></span>
      
        </li>
    
    <% end %>      
    </ul>
  </div>


</div>



7.) Link the search.erb to home page(by default it is index.erb in app folder.

8.) If you creating it for ipad add following line in build.yml under iphone.
      emulatortarget: ipad
If you creating this app for iphone or Android you can skip this step.

You can Download this code from : https://github.com/nalwayaabhishek/YouTubeClient 

Monday, August 22, 2011

Facebook (sorry we are experiencing temporary technical problem please check back later)

"sorry we are experiencing temporary technical problem please check back later" are you geting this message when you type open facebook . Now you must have got a chat message saying Hi > i cannt stop lauging > and would have posted a link and the moment you opened that link it would have asked you to update your flash player right?  Now you have a error saying "sorry we are experiencing temporary technical problem please check back later"



SOLUTION
1.run>cmd>ipconfig/flushdns/ipconfig/renew

Follow this step now open http://www.facebook.com still it doesnt open . Gosh, what i have to do to get my facebook back next idea blinks up FORMAT my hard drive . Would you really call that a solution? No a very simple soution to it is after doing step 1 open facebook with this address https://www.facebook.com

Remember its not http://www.facebook.com it is https://www.facebook.com the adress is a little modified as http is replaced by https

Saturday, July 16, 2011

Free Demonoid accounts

Get free invite code to www.demonoid.com absolutely free...just post your email id and i will send you a 100% free , no conditions demonoid invite code . Here are 2 invite code


1. gagano7Xxxeojihzpxypf5nj822k8h
ixjumyi3fheaatf
2. gagano7Xsme6duv7ejxp7v2oll6duc
nhhcc
 
a person needing another invite code just drop your email id in the comments .

Friday, April 22, 2011

Scanning invisible

We all sometime want to trace our friends and find out that if they are offline or they are invisible so here is a simple trick to track them
FOR YAHOO:-http://detectinvisible.com/
go to this website enter the id u want to scan and you can track who is online , offline , or invisible.
FOR GMAIL:-Make your chat off the record , send a message to a person if a message comes that "the message cann't be delivered" it means the person is offlline and if no message is displayed it means the person is invisible or online.