Author Topic: Accessing website with htaccess IP Address restriction by htaccess  (Read 755 times)

0 Members and 8 Guests are viewing this topic.

Offline joseph1559

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
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 :)

Offline TheWormKill

  • EZ's Scripting Whore
  • Global Moderator
  • Knight
  • *
  • Posts: 257
  • Cookies: 66
  • The Grim Reaper of Worms
    • View Profile
Re: Accessing website with htaccess IP Address restriction by htaccess
« Reply #1 on: 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.
Stuff I did: How to think like a superuser, Iridium

He should make that "Haskell"
Quote
<m0rph-is-gay> fuck you thewormkill you python coding mother fucker

Offline joseph1559

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
Re: Accessing website with htaccess IP Address restriction by htaccess
« Reply #2 on: 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!

dotcppfile

  • Guest
Re: Accessing website with htaccess IP Address restriction by htaccess
« Reply #3 on: October 28, 2014, 09:19:36 am »
You can't do much in this case. Try to find another way to get in.

Offline r00tcreat0r

  • NULL
  • Posts: 3
  • Cookies: 0
    • View Profile
Re: Accessing website with htaccess IP Address restriction by htaccess
« Reply #4 on: 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

Offline Nortcele

  • Knight
  • **
  • Posts: 211
  • Cookies: -42
  • █+█=██
    • View Profile
Re: Accessing website with htaccess IP Address restriction by htaccess
« Reply #5 on: 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...
~JaySec
~LulzBlog

TAKE A COOKIE!




0100000101010011010000110100100101001001

Offline Xires

  • Noob Eater
  • Administrator
  • Knight
  • *
  • Posts: 379
  • Cookies: 149
    • View Profile
    • Feed The Trolls - Xires
Re: Accessing website with htaccess IP Address restriction by htaccess
« Reply #6 on: 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.
-Xires