Friday, 2024-04-19, 6:34 PM
Welcome Guest | RSS
Site menu
Login form
Buy Wifi Hacking Adapter
 

Best Laptop for Hacking
 










Main » 2012 » February » 03
In this article i will show you how you can run Metasploit Framework in your iPhone. I tried it my self and for me Meterpreter shell going like hot knife in butter. So lets start, First You need to have a Jailbroken iPhone with SSH access for this. You will also need to install nano and APT 0.7 Strict via Cydia. Getting everything up and running is a breeze now. Now Follow the steps to run metasploit framework on your iPhone.


Step 1:   cd /private/var/
Step 2:   apt-get install subversion nano ruby rubygems wget python
Step 3:   apt-get clean
Step 4:   wget http://www.metasploit.com/releases/framework-3.4.1.tar.bz2
Step 5:   tar jxpf framew ... Read more »
Views: 2792 | Added by: defaultNick | Date: 2012-02-03 | Comments (0)

Here today i will show you a small program in perl with it you can retrieve the windows clipboard content in flash. First follow the program below and read the instructions to make it happen.

You need perl language to run it so download by clicking here

use strict;
use Win32::Clipboard;
my $clip = Win32::Clipboard();
my $clipboard;
if ($clipboard = $clip->Get() ) {
print "Clipboard Contents\n”;
print "-” Χ 20,"\n”;
print $clipboard."\n”;
}
else {
print "Error retrieving clipboad contents:
”.Win32::FormatMessage(Win32::GetLastError() )."\n”;
}



Now Just Save the program in rahul.pl in C drive .

Go to command prompt and type   rahul.pl , For e.g:-  C:/rahul.pl  and press enter
. Now you will see the text y ... Read more »
Views: 1916 | Added by: defaultNick | Date: 2012-02-03 | Comments (0)

Well this is the time now when i think its my responsibility to let know what exactly is the work of a hacker or i would better to use a word cyber security expert. My dear friends you can make one Google search and you will find more than one lac companies/organizations/institutes and individuals who are teaching hacking. And its really sad to let you know that if we left few else are just playing wit the career of students by teaching them useless hacking which is not related to the real hacking.

 

When a student done a workshop or a ethical hacking course then they transform themselves to some black hat underground hacking forums. There is nothing bad in learning from black hat forums but my dear friends most of us trying to learn max black hat things like how to hack credit cards how to shell website , hacking email id .  i really do not know ... Read more »

Views: 2943 | Added by: defaultNick | Date: 2012-02-03 | Comments (0)