GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Hiding The Admin URL Via wordpress prevent hackers? (https://gfy.com/showthread.php?t=1115698)

lakerslive 07-17-2013 08:17 AM

Hiding The Admin URL Via wordpress prevent hackers?
 
would that help eliminate any hacking?

so my wordpress admin used to be domain.com/wp-admin/

now its domain.com/*******

tnx

lucas131 07-17-2013 08:19 AM

why you posted the new url here? :)

Sly 07-17-2013 08:21 AM

You can set up IP restriction for the login page. This way only IP's that you allow will be able to access the login page. Ask your web host how to do this.

Fat Panda 07-17-2013 08:27 AM

htaccess to allow only your ip

fris 07-19-2013 10:49 AM

Quote:

Originally Posted by SAC (Post 19721466)
htaccess to allow only your ip

agreed, plus disable wp-admin for subscribers, redirect users to main.

freecartoonporn 07-19-2013 11:38 AM

just rename login page.

tokmansta 07-19-2013 12:06 PM

99% of the time you get fucked by an automatic scanner.

solutions:
-change wp-admin directory
-remove readme.html and licence.txt
-remove the "powered by wordpress" part in the footer

Rob 07-19-2013 01:09 PM

Quote:

Originally Posted by tokmansta (Post 19724461)
99% of the time you get fucked by an automatic scanner.

solutions:
-change wp-admin directory
-remove readme.html and licence.txt
-remove the "powered by wordpress" part in the footer

This. Also utilize .htaccess to allow only your IP and disallow everything else. That should make it pretty secure. :2 cents:

nexcom28 07-19-2013 01:27 PM

I recommend you make the wp-admin directory an obscure name. There is a tool that will scan like 1000+ different login directorys.
Make it something like wp-pooface and you should be ok.

freecartoonporn 07-19-2013 08:32 PM

why not install plugin to lock the fraud logins ?

NinjaSteve 07-20-2013 02:43 AM

CyberSEO linked to a plugin a little while ago, but I'm not sure what thread it was. Here's the plugin he mentioned http://codecanyon.net/item/hide-my-w...dpress/4177158

Ferus 07-20-2013 04:28 AM

Most hack happes due to plugins with bad security and script weaknesses in WP itself.

adult-help 07-20-2013 04:33 AM

yeah I also limit IP to my IP. It sucks if it changes a lot though.

scouser 07-20-2013 06:57 AM

u can stop logins (well, whitelist it against ips). it wont stop all hacks at all (most are plugin ones) but it stops people trying to login and brute force guess pws...

<Files wp-login.php>
order deny,allow
deny from all
allow from 123.123.123.123
allow from 456.789.456.789
</Files>


All times are GMT -7. The time now is 02:20 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123