Jump to content
UBot Underground

Protect your compiled boot with login and pasword (Easy Way)


Recommended Posts

Hi all,

 

My fisrt contribution, hope you ll like it.

 

This is an astuce to protect your compiled boot with loggin and password, simply by using an "htaccess" protection :

 

HOW TO :

 

1) Fisrt : make an html page with like this :

 

mypage.html

 

<html>

<head>

<META NAME="keywords" CONTENT="passwordok">

<title>Hello dolly</title>

</head>

<body>

hello dolly

</body>

</html>

 

 

2) Protect this page with htacess : (Login and password)

3) Then tell the bot to connect to this page using :

 

http://login:pass@my...com/mypage.html

 

4) And verify if meta keyword contain "passwordok"

 

If meta keyword show "passwordok" (password and login OK)

Them the bot will run

 

If metakeyword dont show passwordok (Password and login not ok)

Them the bot will stop

 

Simple but working

 

THE CODE :

 

ui text box("Login", #login)
ui text box("Pass", #pass)
navigate("http://{#login}:{#pass}@mysite/mypage.html", "Wait")
if($comparison($meta keywords, "=", "passwordok")) {
then {
 alert("OK GOOD")
}
else {
 alert("NO GOOD")
 stop script
}
}

 

=====

Then you ll just have to add all allowed "login and password" to your htaccess (witch is working like an licence server).

=====

 

Have fun (if it work) ;)

  • Like 1
Link to post
Share on other sites

no not realy because hacker are hacking most for fame that means if one hacker got it the torrent and warez world got it

by the way u dont must crack htaccess cause socket sniffs the rawdata

Link to post
Share on other sites

Thats pretty much how I did it years ago in vb6, parsing data from a page. Really depends on who your market is, if its not geared for or of no use to people in the seo/cracking/hacking market, not many people are going to bother. If it is though (like bot, friend adder or anything else) it'll be cracked.

Link to post
Share on other sites
  • 1 month later...

I don't understand how this is any protection at all? If one person buys the bot, couldn't they simply share that bot with anyone and it would always work? since the password it built into the bot?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...