Archive for the 'htpasswd' Category

Password Protect my Website?

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 make a login page but [...]

can this be possible?!?

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 if you can how to [...]

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

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 someone tell me where i should place the htaccess and [...]

Login Form with Adobe Flex Builder 3?

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 popup login. The login [...]

some explaining for .htpasswd / apache ?

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 maybe lesbians and gay people [...]

htaccess.mp4

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?

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 properly, and it does not [...]

Help with authorization on apache2?

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 help. i Made a password [...]

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

藤丸は特殊三課から支給された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.
>>>
切断できたようですがログを消去している様子はありませんでしたw
Duration : 0:1:30

Frontpage – Limited Access – almost there!?

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 chances and then throws me [...]