Triple your Server Access Security

Status
Not open for further replies.

REAK

Active Member
651
2012
294
0
logo.png


DoubleTap is a security tool used to protect your servers against the brute-force attacks and unauthorized access,
It generates a random time-based 6 digit code which expires in a few minutes providing you the best security for your server.

DoubleTap code can be pushed through multiple ways, Currently we support :
- E-Mail


  • [*=left]- Worldwide SMS
    [*=left]- Google Authenticator Support
    [*=left]
    [*=left]
    [*=left][h=3]Installation For Dual Auth on SSH (Linux)[/h]

    The following steps will help you install DoubleTap on your Linux Server. (CentOS / RHEL / Fedora Only !)

    Code:
    wget http://scripts.serverpolice.org/doubletap/autoinstall.sh
    chmod +x autoinstall.sh
    ./autoinstall.sh
    
    Follow further onscreen instructions for help.


If you are face any problems, you can contact us on sales[at]serverpolice.org​



 
4 comments
Ah
I do get unauthorized access but how will it help against brute force attacks ??
Will it block those ips or something like that and in order to enable ip it will email u the code ??
This is actually confusing how can a login security software protect against brute force attacks ??
Please Explain
Thanks
 
We havent integrated it with the firewall,

Actually this is a 2-step authentication, same as you might have seen with Google Mail (Gmail),
Once you enter root password, it will ask for an OTP Code (One-Time-Password) and then give you access.
 
Nice work butttt ??? The hell is this one line, call hash.php on your server to get hash ? Or to mail stuff to mail ? I think there is no need to query your site for this. Do you really need all the data ? NOT FEEL SO SECURE ABOUT THIS LINE

curl --request POST "http://doubletap.serverpolice.org/hash.php?ip=$email_ip&key=$key&hostname=$hostname&username=$username&email=$mail&phone=$phone"

Why just dont use server mail function ;)
 
Last edited:
Its named hash as the data is encrypted in our database (Using Custom function),

We are taking details as we have our own login system to provide you code over SMS and automated Call.

Also, all servers dont have mail functionality built in, so there are chances that you dont recieve your email.

You can read privacy policy here : https://serverpolice.org/privacy_policy.pdf
ServerPolice is a division of REAK Infotech LLP (AAB-7853), so dont worry we are not doing any funny stuff there.

We are offering a service like LastPass for servers.

If you still have any queries, you can contact our central dept. on contact[at]reak.in or report abuse on abuse[at]reak.in
 
Status
Not open for further replies.
Back
Top