Archive for the ‘htpasswd’ Category

Password Protect my Website?

Tuesday, March 16th, 2010

I have a website hosted on GoDaddy and I was wondering if I can put a password on it so that only my friends can access it. I have tried with htaccess and htpasswd but I cannot get it to work. I have also attempted to use some javascript to ...

can this be possible?!?

Friday, February 26th, 2010

is it possible to make a login pannel with html and not have a .htpasswd file just an if statement i dont care if it is unsafe because i wont be uploading it to a server.can some one please tell if if you can just use a if statement and ...

i need help on where to put the .htaccess file and the .htpasswd.?

Tuesday, February 23rd, 2010

I have a .htaccess file AuthName "Restricted Area" AuthType Basic AuthUserFile /Web/KerliTv/.htpasswd AuthGroupFile /dev/null require valid-user and a .htpasswd user:password user:password user:password The domain is kerlikoiv.com, and the directory i need to password protect is http://kerlikoiv.com/KerliTv, and i need the /KerliTv and all subdirectories protected. Im not sure where im going wrong, but can ...

Login Form with Adobe Flex Builder 3?

Saturday, February 6th, 2010

Hi, I'm trying to build a login form for the admin section of a website - failing!! Building a Desktop Air app btw. I'm new to flex so any code samples would be great :) So, here's the thing. I want to create a login for that would login to a basic authentication ...

some explaining for .htpasswd / apache ?

Saturday, December 19th, 2009

hi..can you please tell what lines 2,4,5,6 mean : 1.AuthUserFile c:/wamp/www/php/.htpasswd 2.AuthGroupFile /dev/null 3.AuthName "My Private Directory" 4.AuthType Basic 5.<Limit GET POST> 6.require valid-user </Limit> .... and are there any other options to work with ?? thanks alot. and so what ? i forgot to classify my question ..is that a crime ? any way you dont know ...

htaccess.mp4

Friday, December 18th, 2009

This is my first upload of a tutorial on Linux and Apache.Duration : 0:10:14

i am haveing trouble with my .htaccess file. right now, i have the code here: AuthName "Realm name" AuthTy?

Thursday, December 17th, 2009

i am haveing trouble with my .htaccess file. right now, i have the code here: AuthName "Realm name" AuthType Basic AuthUserFile /BASEDIR/.htpasswd require valid-user but i go to enter the password for this subfolder on my website that is protected {not the main site-eg. google.com/myfolder} and it asks me for my login, i enter it ...

Help with authorization on apache2?

Monday, December 14th, 2009

I installed an apache2 web server on my ubuntu machine, and everything is great except for the fact that i need some sort of authentication to protect some files. How do i deploy basic authorization to my web server? i tried looking through the Apache documentation, but that didn't ...

ブラッディマンディ 1 「ロシア軍事施設 ハッキング」

Saturday, December 12th, 2009

藤丸は特殊三課から支給されたHP Miniを開きます。 「朝からエロゲ?その体力ほかの事に使ったら?無視かよ・・・」 Atom270とVistaではさぞかし起動が遅いでしょう。 起動すると、早速エディッタでプログラムを書いています。 print 'press enter to connecte~ sys.studin.readline() s=socket.socket() s.connect((sys.argv[1],int(sys.arg buf=sc+'A'*(256-len(sc)) プログラムの一部だけ見えます。これだけではどのような動作をするプログラムか分かりません。 プログラムが完成すると、ファルコンが飛び立ちます。 ターミナルが表示され、 nasm sc3.asm アセンブルした様子が見えます。 python -i atk3.py web25.boucka.ru 2323 -f sc3 atk3.pyというツールと、先ほど作ったsc3という脆弱性を突くプログラムでweb25.boucka.ruの2323ポートに繋げます。 root権を手に入れます。 # cd /var/www ディレクトリを移動します。 # ls リストアップすると、.htpasswdとindex.htmlが存在します。 # cat .htpasswd 左のほうのコマンドは見えませんでしたが、おそらくcatかlessコマンドでしょう。 46zdVar . TqDQQというハッシュのようなものが表示されます。 それをbrute_desというツールでブルートフォースアタックをしています。 パスワードがロシア語だということにも関わらず一瞬で見つかります。 ssh test@srv3.boucka.ru SSHでさらに上のボックスであるtest@srv3.boucka.ruへ繋げようとすると、監視システムに引っかかります。 # kill -9 $$ Connection closed >>>conkill() Stopping. . .successful. >>> 切断できたようですがログを消去している様子はありませんでしたwDuration : 0:1:30

Frontpage – Limited Access – almost there!?

Friday, December 11th, 2009

Used .htaccess and .htpasswd files. Have them both in the directory I want to protect (notepad files). Uploaded both to server, and the username and password dialogue box displays. But when I type in the password (case sensitive, was very careful, several times)...it just gives me three ...