
Sunday, 30 June 2013
Phishing Page Maker Tool

Posted by
Unknown
at
12:13
0
comments
Labels: Email Hacking, Facebook Hacking, Hack, Hacking, Phishing
Tuesday, 28 August 2012
Share Powerfull Dork
Code:
"you have an error in your sql syntax" inurl:/details.php?id=
"you have an error in your sql syntax" inurl:/events.php?id=
"you have an error in your sql syntax" inurl:/articles.php?id=
"you have an error in your sql syntax" inurl:/artist.php?id=
"you have an error in your sql syntax" inurl:/viewarticle.php?id=
"you have an error in your sql syntax" inurl:/products.php?id=
"you have an error in your sql syntax" inurl:/price.php?id=
"you have an error in your sql syntax" inurl:/buy.php?id=
"you have an error in your sql syntax" inurl:/cart.php?id=
"you have an error in your sql syntax" inurl:/member.php?id=
"you have an error in your sql syntax" inurl:/comments.php?id=
Posted by
Unknown
at
12:07
0
comments
Labels: Hack, Hacking, SQL Injection DorkS
Saturday, 25 August 2012
[Download] 14 million password list for Crack Anthing you want :D
Well i was thinking to share some cracking stuff with you guys ,
The list i'm providing here its a huge list , i use to crack Hashes , SSH Logins and RDP etc etc. you can break into almost anything with this file , but yes , the caracking will took so much time.
i remember , a year back i use to crack yahoo email id , file hosting ids like : fileserve.com , mediafire , megaupload ( Busted
i even use this list with other programs such as john the ripper, other simple bruteforcing python/perl scripts depending on what i am trying to break into.
But i most prefer hydra for bruteforcing and cracking logins for special ports
so what em saying is i tested the password list on yahoo once using some yahoo cracker tools and in 2 days of continuous Cracking i break into random 250 yahoo Accounts ...lolx
Anyway .. you can use it for anything , just explore your mind
Here is the Download Link : http://www.mediafire.com/?glyzo6ubjgo0n7k
NOTE : Also if you open in notepad you will see the words are stuck together open in notepad ++ or even with wordpad to see the the words normally.
Posted by
Unknown
at
17:28
1 comments
Labels: [Download] 14 million password list for Crack Anthing you want :D, Hack, Hacking
Tuesday, 31 July 2012
How I Hacked A Remote Computer By Just IP Address
Countermeasure
- Always use a strong password
- Turn on your Firewall (both on router and computer)
Posted by
Unknown
at
08:33
0
comments
Labels: CoOoL Tips, Hack, Hack By IP Address, Pc Hacking
Monday, 18 June 2012
Uploading Shell In Wordpress
So first of all we must have access to wordpress. As many of you must have tried symlink and got worpress and joomla databases but what about uploading shell in them.
So here we go just follow me
1. Log in to your worpress site and after logging in you will see something shown in below image.
2. On the left hand side you can see editor option under appearance just follow that option.
3. After getting in editor you will see different themes. So select any theme you want and then select template as shown in below image.
4. After selecting theme and template just replace this code with our shell code and then upload file.
5. Now after uploading file it must show File edited successfully and after that go to your shell directory i.e. www.targetsite.com/wp-content/themes/yourtheme/templatename.php.
Our shell is uploaded ;)
Posted by
Codebot3r
at
11:32
0
comments
Labels: 1000 Hacking Tutorials, Hack, Hacking, Web Hacking
Sunday, 17 June 2012
How to hack facebook accounts by Tabnapping
Today i am going to teach you How to hack “Facebook” accounts by Tabnapping. I am going to share my private Tabnapping files with you guys
*Download phishing files from here :- Click here
- Download these files and extract them.
- Important Part choose a good hosting not like my3gb.com which ban phishing sites in 10 mins
. I suggest you to choose http://www.host1free.com/.
- Register your account there then sign up. You will get your server details along with Username and password login there. ( login in server area)
- Then click on File Manager , click on Public_Html
- First upload only Three files (Facebook.html , Login.php , google.html)
- After uploading them You will get the Your files like this www.yourhosting.com/filename.html
- Now open the tabnabb.js in note pad.
Put your facebook.html your there where you will find the text like
this :- window.location = ‘ Enter your Link here ‘ and then upload it
- Now you are done when some one will open your google.html after few seconds he will be redirected to the facebook.html
If you like the tutorial then don’t forget to share it
Posted by
Codebot3r
at
15:30
4
comments
Labels: 1000 Hacking Tutorials, FaceBook Tips/Tricks, Hack, Hacking
Thursday, 14 June 2012
XSS Attack-PART 1
Cross Site Scripting (or XSS) is one of the most common application-layer web attacks. XSS commonly targets scripts embedded in a page which are executed on the client-side (in the user’s web browser) rather than on the server-side. XSS in itself is a threat which is brought about by the internet security weaknesses of client-side scripting languages, with HTML and JavaScript (others being VBScript, ActiveX, HTML, or Flash) as the prime culprits for this exploit. The concept of XSS is to manipulate client-side scripts of a web application to execute in the manner desired by the malicious user. Such a manipulation can embed a script in a page which can be executed every time the page is loaded, or whenever an associated event is performed.
In a typical XSS attack the hacker infects a legitimate web page with his malicious client-side script. When a user visits this web page the script is downloaded to his browser and executed. There are many slight variations to this theme, however all XSS attacks follow this pattern, which is depicted in the diagram below.
A basic example of XSS is when a malicious user injects a script in a legitimate shopping site URL which in turn redirects a user to a fake but identical page. The malicious page would run a script to capture the cookie of the user browsing the shopping site, and that cookie gets sent to the malicious user who can now hijack the legitimate user’s session. Although no real hack has been performed against the shopping site, XSS has still exploited a scripting weakness in the page to snare a user and take command of his session. A trick which often is used to make malicious URLs less obvious is to have the XSS part of the URL encoded in HEX (or other encoding methods). This will look harmless to the user who recognizes the URL he is familiar with, and simply disregards and following ‘tricked’ code which would be encoded and therefore inconspicuous.
Site owners are confident ,but more than HAckers
Without going into complicated technical details, one must be aware of the various cases which have shown that XSS can have serious consequences when exploited on a vulnerable web application. Many site owners dismiss XSS on the grounds that it cannot be used to steal sensitive data from a back-end database. This is a common mistake because the consequences of XSS against a web application and its customers have been proven to be very serious, both in terms of application functionality and business operation. An online business project cannot afford to lose the trust of its present and future customers simply because nobody has ever stepped forward to prove that their site is really vulnerable to XSS exploits. Ironically, there are stories of site owners who have boldly claimed that XSS is not really a high-risk exploit. This has often resulted in a public challenge which hackers are always itching to accept, with the site owner having to later deal with a defaced application and public embarrassment.The repercussions of XSS
Analysis of different cases which detail XSS exploits teaches us how the constantly changing web technology is nowhere close to making applications more secure. A thorough web search will reveal many stories of large-scale corporation web sites being hacked through XSS exploits, and the reports of such cases always show the same recurring consequences as being of the severe kind.Exploited XSS is commonly used to achieve the following malicious results:
- Identity theft
- Accessing sensitive or restricted information
- Gaining free access to otherwise paid for content
- Spying on user’s web browsing habits
- Altering browser functionality
- Public defamation of an individual or corporation
- Web application defacement
- Denial of Service attacks
XSS Attack Vectors
Internet applications today are not static HTML pages. They are dynamic and filled with ever changing content. Modern web pages pull data from many different sources. This data is amalgamated with your own web page and can contain simple text, or images, and can also contain HTML tags such as <p> for paragraph, <img> for image and <script> for scripts. Many times the hacker will use the ‘comments’ feature of your web page to insert a comment that contains a script. Every user who views that comment will download the script which will execute on his browser, causing undesirable behaviour. Something as simple as a Facebook post on your wall can contain a malicious script, which if not filtered by the Facebook servers will be injected into your Wall and execute on the browser of every person who visits your Facebook profile.
Posted by
Codebot3r
at
09:45
0
comments
Labels: 1000 Hacking Tutorials, Hack, Hacking, Web Hacking, XSS And RFI Dorks









