How to Make Your Own Deface Script 2022

If you want to deface the website, then you have to make your own deface script so that it looks satisfactory.

In this post I will share the process of making it using 2 ways, namely html basic engineering manual and auto with termux.

With your own customized script, you can do the following:

  • Setting the display
  • Add music
  • Installing an image
  • Write words/captions
  • Provide animation, etc

All right, let’s go straight to the first method.

How to Make Your Own Deface Script with basic HTML techniques

how to make an html deface script

First, prepare a text editor application for the editing process.

Because I use android, so I use quick editor apk download from playstore.

Then follow the following guide.

1. Copy the basic html code of the web page

A website is built with html code, as well as a deface script.

Here I have written the structure.

<html>
<head>
<title> </title>
</head>
<body>
 
</body>
</html>

The html will form a blank page. So you have to fill it in so that it becomes a cool deface script.

2. Edit the html code by adding text, images, videos, or animations

Open the quick editor application then paste / paste the html code above.

After that, use the following code to add elements.

  • Title = the contents of the sentence in the code line xx

Example:

You want to create a “Hacked by Me” page title.

Then enter the word Hacked by Me in Hacked by Me

  • Background = enter the code below

There are 2 background options, namely color or image.

For color use this:

<div style="bgcolor: black;">

Please replace black with other colors such as yellow, green, red, blue, white, etc.

For images use this code:

<div style="background-image: url('img_girl.jpg');">

Replace img_girl.jpg with the image address/link.

Example:

If you want to take a picture from Facebook, then upload the picture first.

Then display the full size of the image and copy the link.

Paste the link in the url(‘here‘)

  • Large Text = code after

You can use large text to make greetings, notifications and the like.

For example, you want to make ‘welcome to xx’, ‘your site has been hacked’, or ‘Hacked by your name’.

Then use this code:

<center><h1 style="font-size:76px;color:yellow;font-weight:800">hacked by omcyber</h1>

Change 76px to set the font size, yellow for font color, and hacked by omcyber for text.

  • Image = code after large text code

Images can include your group logo or other photos, it’s up to you.

Use this code to list it.

<br><img src="https://omcyber.com/cara-membuat-script-deface-sendiri/linkGambar"width="300"height="300">

Replace the Image link with your image link (https://xxx.jpg), and change 300 to match the length and width of the image.

  • Small text = after the image code

You can use small text to make a sentence contact us, thank you or caption it’s up to you.

Besides that, you can also write down who you are or from what team.

Use this code to create it:

<br><font face="Courier new" size="6" color="red"> Thanks to Arief Riyanto </font>

description:
Courier new = font
size = size
color = color
Thanks to Arief Riyanto = replace with your own words

  • Animation = code before

This animation is useful so that the text runs like running text.

Placement of the code must be last or right before

The code:

<br><marquee behavior="scroll" direction="left" scrollamount="4" scrolldelay="55" width="100%">
<font face="Courier New" size="5" font style="text-shadow: 0px 0px 20px blue;" color="blue">
<b>-=| teks berjalan kalian |=-</font>

3. Save the script with the suffix .html

To save a file from the quick editor, just hit the folder icon and select save.

Enter the name whatever but the ending must be .html yes, for example scdefaceku.html.

Well, now please adjust it yourself to your liking.

For mine the code is like this:

<html>
<head>
<br>
<br>
<title>Hacked By Omcyber</title>
</head>
<div style="background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTKBM3eJrjcOhYqMj3UqAKU4HreztDsntKHuQ&usqp=CAU');text-align:center;background-repeat: no-repeat;background-size:cover;">
<body bgcolor="black" >
<center><h1 style="font-size:78px;font-weight:800;color:yellow;"> Hacked By Omcyber </h1>
<br><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRfhUZ2eIidv6cpp2f-AJXWdTqAuBfnxkceog&usqp=CAU"width="300"height="300">
<br><h1><span style="color:#ffffff;font-family:Iceland;text-shadow:#FF0099 0px 0px 10px">[ sorry, your site is not safe ]</span></h1>
<font face="Courier new" size="6" color="red"> Thanks to Arief Riyanto </font>
<br>
<marquee behavior="scroll" direction="left" scrollamount="4" scrolldelay="55" width="100%">
<font face="Courier New" size="5" font style="text-shadow: 0px 0px 20px blue;" color="blue">
<b>-=| immediately repair and increase the security of your  site |=-</font>
</body>
</html>

Please adjust it yourself.

Notes:
If you want to add a new element to the script, use the
prefix so that the element is located under the previous element, not next to it.

Example :

Alright, now we use the second way, namely through the termux application.

How to make a deface script using termux

This 2nd way is easier, because you only need to install the LITESCRIPT script into termux. Then include the title, image, and caption.

You don’t need to set the codes like the first method, because everything is completely automatic.

But you have to enter the command to install and run the litescript script.

Here’s how to use litescript to create a termux deface script

1. Install the LITESCRIPT script to termux

Open the termux application and enter the following commands.

pkg install python2 git

Then continue with this.

git clone https://github.com/storiku/LITESCRIPT

Wait until the installation process is complete 100%.

2. Run LITESCRIPT with the command python2

First, open the folder from the previous installation.

How to type:

cd LITESCRIPT

Next to run it use this command.

python2 scdeface.py

The script immediately runs with a display as shown in the following image.

litescript script deface script generator

3. Set the display script deface

The way to set it is to enter data according to the column requested by the script.

Starting from:

  • title title
  • Welcome message
  • background color
  • Text at the top of the image
  • Image link
  • Font color
  • Free text

Please adjust it according to the following image.

How to make a deface script using termux

In order to be able to set the color, you have to write the color in English, for example white, then white, and so on.

If all the data has been filled in, the script will immediately process the data.

The results will be saved in the resultsc.html file

In order to see how it looks, first move the file to the cellphone storage, how to write this command:

cp -f hasilsc.html /sdcard

Then go to the file manager, find the resultsc.html file and open it using a browser.

Conclusion

The two ways that I share to make your own deface script are the easiest. Besides, it doesn’t cost anything.

For an instant method you can use termux, but in the end the result of termux is the same as containing html code.

So to make it look even more attractive, you can edit it again by adding another html element.

So, how did you make it? If not, just write it in the comments in the format scdeface#namakeren#nowa.

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *