Sunday, 13 October 2013

Make your own Deface Page

Make your own Deface Page!
Today i will teach you guys the basics of making your very own deface pages.
It will teach you the basics to create your own unique defaces.


Preview:Click to Hide)
[Image: capturemnm.png]

Step #1:

The first step is to create the file structure that we are going to use. Now remember, this is proper HTML coding and should always be used, keeps it neat and proffesional.
This should be done in a text editor, like notepad or notepad++

[Image: capturepzz.png]


Code:
==================================================================
<HTML> </HTML> - Are the HTML tags that specify that its a valid html document.

==================================================================

Code:
==================================================================

<HEAD> </HEAD> - Specify the head of the document, where you do all the styling and declaring of div's,link's,etc

==================================================================

Code:

==================================================================
<TITLE> HACKED! </TITLE> - Specifies the title of the html page.

==================================================================
Code:

==================================================================
<BODY> </BODY> - the body tags hold the majority of the deface page code.



==================================================================

Step #2:

Create a header and some text under the header. This has to be done in the "<body>" tags! nowhere else.
[Image: capturegw.png]

==================================================================

Code:

<CENTER> </CENTER> - Aligns all content between the tags directly in the middle.

==================================================================
Code:

<H1> </H1> - Is the Biggest Header tag, there are many other types like h1,h2,h3
==================================================================
Code:
<PRE> </PRE> - These tags work in a way that places the content inbetween them exactly where they are.
As you can see, all the content that we want displayed on the deface page is within the <body> tags! This is very important!

==================================================================
Step #3:

The final step. Here is where we are going to style the the deface page to give it a unique feel and appearance.
[Image: capturexwp.png]

========================================================================

==================================================================
Code:

<style type="text/css">

h1 {
color: #ddd;
font-size: 60pt;
}
</style>

This is CSS (Cascading Style Sheets) it basically styles whatever is declared, which in this case is the content within the <h1> tags.
two changes have been made, we changed the color to #ddd and the font-size to 60pt.
If you want to add images/pictures to a deface page, this can be done easily with the <img> tags.
==================================================================
Code:

<img src="http://www.linktoimage.com/" alt="Picture">
And if you want to add a youtube video to your deface page, thats easy aswell!

==================================================================
Code:

<embedded src="http://www.youtube.com/v/VIDEOIDHERE&autoplay=1&replay=1" width="1px" height="1px">
==================================================================

Related Posts:

  • secure your passwordWhat is a password?A password is a secret word or string of characters that is used for authentication, to prove identity or gain access to a resource (example: an access code is a type of password). The password should be ke… Read More
  • Stay Anonymous using TORHey guys.In the past, there have been a few hacks that could be traced back by the police, because the hackers used VPN's. The VPN providers gave the US goverment because of the patriot act all the information they wanted, so… Read More
  • wifi hacking WEP CRACKING ON BACKTRACK 5 AIM This tutorial aim is to guide you the process of WEP CRACKING On Backtrack 5 .Should have a knowledge of these terms - AP : stands for Access Point or a wireless router .M… Read More
  • Pen Drive As RAMHow to Use Pen Drive As RAM For XPInsert your pen-drive. Let your PC read it.(Minimum 2 GB)Right click on My Computer.Click on Properties from context menu.Click on Advanced tab.Click on Settings under Performance.Click on … Read More
  • How to Remove Autorun.infHow to Remove Autorun.inf Virus from Pendrive Easily – Without Antivirus! I have heard many peoples suffering from autorun.inf virus that is the major problem of the windows xp usersAnyway, As we know Our Antivirus (Basically… Read More

0 comments:

Post a Comment