EvilZone

Hacking and Security => Hacking and Security => : joseph1559 October 26, 2014, 01:26:26 PM

: Accessing website with htaccess IP Address restriction by htaccess
: joseph1559 October 26, 2014, 01:26:26 PM
Hey fellow members,


Just need some thoughts on this topic. There is this website which I would like to enter. However the htaccess script is only allowed for certain ip address to enter. After entering the URL, it redirects me to another website. Is there any other possibilities to access this website?


Much thanks for your inputs :)
: Re: Accessing website with htaccess IP Address restriction by htaccess
: TheWormKill October 26, 2014, 01:41:37 PM
Change your IP address (or make the server believe you did). As far as I know a non-transparent proxy should be enough.
But you were probably able to google that.
: Re: Accessing website with htaccess IP Address restriction by htaccess
: joseph1559 October 26, 2014, 01:57:40 PM
Did that but somehow the server/website only allow specific IP address to enter.
Thanks for your input though!
: Re: Accessing website with htaccess IP Address restriction by htaccess
: dotcppfile October 28, 2014, 09:19:36 AM
You can't do much in this case. Try to find another way to get in.
: Re: Accessing website with htaccess IP Address restriction by htaccess
: r00tcreat0r October 30, 2014, 11:24:16 AM
u can use proxy ip or vpn ... anyway there are both deny and allow and they can limit the directory to prevent hacking attempt. in my option .htaccess a kind of web level security.. if u know how to use well u can even hide ur shell inside web-server
: Re: Accessing website with htaccess IP Address restriction by htaccess
: Nortcele October 30, 2014, 11:40:25 AM
u can use proxy ip or vpn ... anyway there are both deny and allow and they can limit the directory to prevent hacking attempt. in my option .htaccess a kind of web level security.. if u know how to use well u can even hide ur shell inside web-server

proxy most likely blacklisted...
: Re: Accessing website with htaccess IP Address restriction by htaccess
: Xires November 02, 2014, 10:01:46 AM
Do you have any idea what the .htaccess file actually says?  Is it limiting connection to a specific subnet or block range or is it allowing only connections from a specific list of IP addresses?  Is it attempting to use IPv6 address limitation using wildcard fields?  There are different approaches depending on what exactly is going on.