Wednesday, November 23, 2011

[TUT]Windows Local Area Network Hacking Tutorial[TUT]

Hellow I suppose you could consider this a hacking tutorial of sorts. There are tutorials written very poorly, I must say, that classify these techniques as NetBIOS hacking. It can be considered hacking when used for malicious purposes, and also when you are testing computer security and integrity. But as far as networking goes, you are using SMB (Server Message Block) , which is an application layer networking protocol, to provide shared access to files, printing services, serial ports, and other things between to nodes on a network. A node is just an active device connected to a computer network, like a computer or switch. In computer science, nodes are generally used in graphs, whether they be directed or undirected. The topology of a network acts in the same way, pretty much where two devices on a network intersect, as two lines would in a graph. But, security administrators should also turn SMB off unless they absolutely need it, in which case they should be implementing a network firewall. So, we are going to take advantage of their stupidity. The only difference between using the techniques in this tutorial and exploiting a remote network service with a stack overflow (also called a stack-based buffer overrun) is, well, they aren't as sexy as the latter. But, due to human stupidity, we can access remote machines through file sharing an we can also shut them down.

Well, first of all you can get into remote computers on the same Local Area Network because of a service no network should ever used unless they absolutely NEED to. It's called file sharing. To get into a remote computer, you have to use shares.

First, you need a target. Just to test this out, you are going to type in
Code:
net view

Then, you will see a list of host names. You could resolve them to IP Addresses to get into them using the
Code:
ping
command, but I just use the host name. Now you need to know the share you want to use with the remote host. Generally these shares are named
Code:
IPC$
ADMIN$
C$

Etc. Now, when you looked at those shares, which one made your weeble wobble? That's right, it's the ADMIN$ share. However, it would not be a bad idea to take a look at the other two shares. To display your local share names, type this command into your command prompt-
Code:
net share

Now let's say you found that ADMIN$ shares were being used locally across the network. Now what you are going to do is connect to the target host. Type this in-

Code:
net use * \\hostname\ADMIN$

Let me explain this-

Code:
net use

This is the command used to specify you want to use a shared resource on another computer.

Code:
*

The asterisk is the most important part. This character will help you navigate through the remote host's files, because it will create a drive. You could specify the drive if you wanted to, but for a tutorial like this we will use the asterisk, and it will generate a drive name. If you use more than one host, then the drive to use for the first host would be named Z:, the second Y:, etc.

Code:
\\hostname

This is the hostname specified in the net use command, which will be seen when you execute the net view command. The forward slashes are part of the syntax, but they will also be included in the output from the net view command.

Code:
\ADMIN$

This is the share name that you are using with the hostname. The dollar sign is part of the syntax of the share name, and the forward slash is part of the syntax of the net use command.

Here is an example of the command in action-

Code:
net use * \\ABCLI123-65\ADMIN$
Or
Code:
net use * \\192.168.1.100\C$

If this command works, then the message “The command completed successfully”, then you have connected to the remote host. Now, just click the Start button, navigate to “Computer”, or “My Computer”, and look for the drive name that was specified in the output from the command prompt after you executed the command. Click it, and of course you will have access to the files on the remote host.

AREN'T YOU A LUCKY DUCK!

Now, if this doesn't work, mostly because of system error 53 or system error 5, then deny the remote host service. No, we're not going to bust out the ping of death, but we will shut their machines down. Now then, if I was going to do this, which I have, I would use the interface to simplify things. Go to a command prompt and type in

Code:
shutdown -i

If you get another error, well, I'm not going to do a full tutorial for hacking Windows machines, but if you get no error, then here is what you do. Remember the
Code:
net view
command? Well, perform that command again, and look at all the machines on your network. When you see the list of machines, notice the [ \\ ] characters at the beginning of each host name. When you look at the interface for shutting down remote computers, there will be a button that says Add, in the top right hand corner, next to the text box. Click this button, and type in (or copy and paste) the host name into the input box you will be prompted with, and click Ok. You should see the host name in the text box. Now you can specify other options, such as the reason you are shutting them down, how long you want to shut them down for (in seconds), and a text box at the bottom to specify comments. Type in a comment after you specify the delay before shutdown, and give your reason (I usually choose the “Other” option). Then click the OK button at the bottom of your GUI, and if you don't get an error in the command prompt you invoked the GUI with, then the remote host has been shutdown. :)

AREN'T YOU A LUCKY DUCK!

Anyway, I enjoyed writing this little tutorial for you guys, hope you learned something new. :D

How to get facebook profiles from facebook image links.

Ok so you see a facebook image link which is like

http://a3.sphotos.ak.fbcdn.net/hphotos-a...8399_n.jpg

and you think hmm i wonder what this guy's real name is.

start off typing this in notepad

http://www.facebook.com/profile.php?id=

now normally on the third set of numbers the one that starts with a 1 and is near the beginning that is there profile id.

so from these numbers

380187_230848613642627_100001524709980_618599_199138399_

I see the third set is 100001524709980

so i do this

http://www.facebook.com/profile.php?id=100001524709980

then that is his profile.

Download from permium account free

Hi guys,

here is a small guide how to download from HOTFILE, FILESONIC as a premium without any program.


just add this part in the first of the link "http://s1.vidfetch.pl/file.php?link="


example : "http://s1.vidfetch.pl/file.php?link=http://www.filesonic.com/file/3220415864/SGLANOFULL.part01.rar"


- Let IDM manage your downloads and check the status of the link before using this method.


edit: its working 100% on hotfile and filesonic.. but iam not sure about another file hosting some links success and some not.

How To Boot Winxp Fast

How To Boot Winxp Fast


Follow the following steps:


1. Open notepad.exe, type "del c:\windows\prefetch\ntosboot-*.* /q" (without the quotes) & save as "ntosboot.bat" in c:\

2. From the Start menu, select "Run..." & type "gpedit.msc".

3. Double click "Windows Settings" under "Computer Configuration" and double click again on "Shutdown" in the right window.

4. In the new window, click "add", "Browse", locate your "ntosboot.bat" file & click "Open".

5. Click "OK", "Apply" & "OK" once again to exit.

6. From the Start menu, select "Run..." & type "devmgmt.msc".

7. Double click on "IDE ATA/ATAPI controllers"

8. Right click on "Primary IDE Channel" and select "Properties".

9. Select the "Advanced Settings" tab then on the device or 1 that
doesn't have 'device type' greyed out select 'none' instead of 'autodetect' & click "OK".

10. Right click on "Secondary IDE channel", select "Properties" and repeat step 9.

11. Reboot your computer.

Increase Virtual RAM - To Make Your System Faster

Increase Virtual RAM - To Make Your System Faster


Follow the steps given below :-

1) Hold down the 'Windows' Key and Press the 'Pause/Break' button at the top right of your keyboard.
Another way is Right-Clicking 'My Computer' and then Select 'Properties'.

2) Click on the 'Advanced' tab.

3) Under 'Performance', click 'Settings'.

4) Then click the 'Advanced' tab on the button that pops up.

5) Under 'Virtual Memory' at the bottom, click 'Change'.

6) Click the 'Custom Size' button.

7) For the initial size (depending on your HD space), type in anywhere from 1000-1500 (although I use 4000), and for the Maximum size type in anywhere from 2000-2500 (although I use 6000).

8) Click 'Set', and then exit out of all of the windows.

9) Finally, Restart your computer.

10) You now have a faster computer and 1-2GB of Virtual RAM..!

Facebook new shortcuts

Note : This has been tested from the URL http://www.facebook.com

1. Alt + 0 ---> Facebook help (http://www.facebook.com/help/?ref=pf)

2. Alt + 6 ---> Facebook Settings (http://www.facebook.com/settings?ref=mb)

3. Alt + 7 ---> Facebook Privacy Settings (http://www.facebook.com/settings/?tab=privacy&ref=mb)

4. Alt + 8 ---> Facebook Official Page (http://www.facebook.com/facebook)

5. Alt + 9 ---> Facebook Statement of Rights and Responsibilities (http://www.facebook.com/terms.php?ref=pf)


If you find more, please post it. I will add to the Original post.

Thanks for reading.

Re-enable CMD, Regedit and Task Manager from being block

Hi guys, well there would be many new people to hacking and accidently click on their tools and disable all those stuff i wrote on the title or being hacked by a hacker and they don't know how to solve it. They don't know what to do except reinstall their window or restore.

Today, i'll show you these easy steps to recover your authority as an administrator on your PC


Enable Regedit!
1st Method
Click Start -> Run… and enter this command (all on one line) :

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

If that didn't work for you? try the second method
2nd Method
download this and launch it, it'll enable your regedit!!!
http://www.mediafire.com/?877c2vaamu1l3a5


Note: if both method don't work then your computer is being infected with a malware that change your registry over time

Enable CMD!
OK guys, enable CMD and task manager would be the same since the hacker or the tools change your registry to disable these, just do these
1st Method:
1. Start ==>Run
2.type in regedit
3.Find:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Syst​em
4. There would be a disable CMD or some thing familiar with that
5.Disable it!
2nd Method
Download this, run it and it would re-enable your CMD
http://www.mediafire.com/?u23fb59jytfwn94

Enable Task Manager
Just use the first method of enable CMD, this time look for disble task manager or something and disable IT!!

That's it guys, it's really simple!! Good luck guys!!!YeyeYeyeYeye

Wednesday, June 8, 2011

Increase ur RAM and so ur System Speed

1). Start any application, say Word. Open some large documents.

2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list in descending order on Mem Usage. You will notice that WINWORD.EXE will be somewhere at the top, using multiple MBs of memory.

3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).

4). Now go back to the Windows Task Manager and see where WINWORD.EXE is listed. Most probably you will not find it at the top. You will typically have to scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Surprised? The memory utilization has reduced by a huge amount.

5). Minimize each application that you are currently not working on by clicking on the Minimize button & you can increase the amount of available RAM by a substantial margin. Depending upon the number and type of applications you use together, the difference can be as much as 50 percent of extra RAM. In any multitasking system, minimizing an application means that it won't be utilized by the user right now. Therefore, the OS automatically makes the application use virtual memory & keeps bare minimum amounts of the code in physical RAM.
1). Start any application, say Word. Open some large documents.

2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list in descending order on Mem Usage. You will notice that WINWORD.EXE will be somewhere at the top, using multiple MBs of memory.

3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).

4). Now go back to the Windows Task Manager and see where WINWORD.EXE is listed. Most probably you will not find it at the top. You will typically have to scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Surprised? The memory utilization has reduced by a huge amount.

5). Minimize each application that you are currently not working on by clicking on the Minimize button & you can increase the amount of available RAM by a substantial margin. Depending upon the number and type of applications you use together, the difference can be as much as 50 percent of extra RAM. In any multitasking system, minimizing an application means that it won't be utilized by the user right now. Therefore, the OS automatically makes the application use virtual memory & keeps bare minimum amounts of the code in physical RAM.

Increase ur RAM and so ur System Speed

1). Start any application, say Word. Open some large documents.

2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list in descending order on Mem Usage. You will notice that WINWORD.EXE will be somewhere at the top, using multiple MBs of memory.

3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).

4). Now go back to the Windows Task Manager and see where WINWORD.EXE is listed. Most probably you will not find it at the top. You will typically have to scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Surprised? The memory utilization has reduced by a huge amount.
5). Minimize each application that you are currently not working on by clicking on the Minimize button & you can increase the amount of available RAM by a substantial margin. Depending upon the number and type of applications you use together, the difference can be as much as 50 percent of extra RAM. In any multitasking system, minimizing an application means that it won't be utilized by the user right now. Therefore, the OS automatically makes the application use virtual memory & keeps bare minimum amounts of the code in physical RAM.

How to disable the unread email notification in XP welcome screen

Windows XP by default display the list of unread email on the windows welcome screen. But some time this unread email notification is irritating users and they don't want to display it on the welcome screen. They can easily disable it using the windows registry editor. Make sure before modifying your system Registry about its backup because Registry contains all information how your system runs. This backup will help you to restore Registry in case any problem occurs after modifying.







Follow the given steps to disable the email notification option:

First click on Start button and type "Regedit" in Run option.














Here locate the location to:
Navigate to
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUnreadMail

























Here in right side panel, double click on the key MessageExpiryDays and set its value to 0.

















But if MessageExpiryDays key doesn't exist, then in right side panel, click right to create a key with the name MessageExpiryDays and then set its value to 0.

Now close the registry editor and restart your computer after any changes to go into effect.

Tuesday, June 7, 2011

Windows Shortcuts keys

Here are some windoes shortcut keys
Windows Shortcuts keys
Alt + E — Opens the Edit menu
Alt + Enter — Opens the Properties window
Alt + F — Opens the File menu
Alt + F4 — Closes the current program
Alt + Print — Screen Takes a screen shot of the current window or program
Alt + Tab — Switches between the programs currently in use
CTRL+TAB — SWITCHES BETWEEN TAB IN DIALOG BOX,I.E 7
Ctrl + A — Selects all text
Ctrl + C — Copies the selected object
Ctrl + End — Jumps to the end of the current document
Ctrl + Esc — Opens the Start menu
Ctrl + F4 — Closes the current program
Ctrl + Home — Jumps to the beginning of the current document
Ctrl + Insert — Copies the selected object

Ctrl + left arrow — Moves to the left one word
Ctrl + right arrow — Moves to the right one word
Ctrl + V — Pastes the selected object
Ctrl + X — Cuts the selected object
Ctrl + the “+”key — Perfectly resizes the width of Explorer columns
End — Jumps to the end of the current line
F1 — Opens the Help menu
F2 — Renames the selected icon
F3 — Launches the Search Companion in a folder or on the
desktop

F4 — Accesses the Address Bar in a folder or window
F5 — Refreshes the contents of a folder or window
Home — Jumps to the beginning of the current line
Shift + Delete — Permanently deletes files (bypasses the Recycle Bin)
Shift + End — Highlights text from the current position to the end of
the line
Shift + F10 — Substitutes for a right-click
Shift + Home — Highlights text from the current position to the
beginning of the line
Shift + Insert — Pastes the selected object
Shift while inserting — Prevents the CD player from playing an audio CD

Shortcuts for Keyboards with a “Windows”Key (Resembling a Flag)

Windows Key + E — Opens Windows Explorer
Windows Key + F — Launches the Windows Search Companion
Windows Key + F1 — Opens the Help and Support Center
Windows Key + L — Locks down Windows
Windows Key + M — Minimizes all windows and shows the desktop
Windows Key + M + Shift — Undoes the minimize
Windows Key + Opens — the System Properties window
Pause/Break key
Windows Key + R — Opens the Run window
Windows Key + U — Launches the Utility Manager
WINDOWS KEY+U — MINIMIZES ALL WINDOWS AND GOES TO DESKTOP

How to delete undetecteble file in windows xp

TOday ill tell u how to delete undetecteble file on XP. They are not deleted simply and a message appears that "access denied" There is a simple way to delete those files. Read this carefully.

Click on Start, Search, All Files and Folders.

Right-click on file and choose properties

file location example: c:\windows\system32\undeleteablefile.exe


Open a Command Prompt window

Again Click on Start button, Run and type TASKMGR.EXE and press Enter to start Task manager
Click on the Processes tab, click on the process named Explorer.exe and click on End Process.

Minimize Task Manager.

Go back to the Command Prompt window and change to the directory where the file is located. To do this, use the CD command.

cd \windows\system32

Type DEL where is the file you wish to delete.

Example: del undeletablefile.exe

Go back to Task Manager

In Task Manager, click File, New Task and enter EXPLORER.EXE to restart the Windows shell.

Close Task Manager and the file is deleted.

How to delete undetecteble file in windows xp

TOday ill tell u how to delete undetecteble file on XP. They are not deleted simply and a message appears that "access denied" There is a simple way to delete those files. Read this carefully.

Click on Start, Search, All Files and Folders.

Right-click on file and choose properties

file location example: c:\windows\system32\undeleteablefile.exe


Open a Command Prompt window

Again Click on Start button, Run and type TASKMGR.EXE and press Enter to start Task manager
Click on the Processes tab, click on the process named Explorer.exe and click on End Process.

Minimize Task Manager.

Go back to the Command Prompt window and change to the directory where the file is located. To do this, use the CD command.

cd \windows\system32

Type DEL where is the file you wish to delete.

Example: del undeletablefile.exe

Go back to Task Manager

In Task Manager, click File, New Task and enter EXPLORER.EXE to restart the Windows shell.

Close Task Manager and the file is deleted.

hack administrators password through guest login

Learn to hack administrators password through guest login
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.


Procedure To Hack windows XP administrator Password

Method 1 (Change Admin Password)

Here is how to do that -

1.Go to
C:/windows/system32

2.Copy cmd.exe and paste it on desktop

3.Rename
cmd.exe to sethc.exe

4.Copy the new sethc.exe to system 32,when windows asks for overwriting the file,then click yes.

5.Now Log out from your guest account and at the user select window,press shift key 5 times.

6.nstead of Sticky Key confirmation dialog,command prompt with full administrator privileges will open.

7.Now type “
NET USER ADMINISTRATOR aaa" where “aaa" can be any password you like and press enter.

8.You will see “ The Command completed successfully" and then exit the command prompt and login into
administrator with your new password.

9.Congrats You have
hacked admin through guest account.
Method 2 (Access admin without changing password)

Also, you can further create a new user at the command prompt by typing “NET USER How to hack /ADD" where "
How to hack" 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 “How to hack" (the username that you entered in the previous step),now you can live with your admin account forever enjoy

how to increase your internet speed

Method 1

The following post is on will tell you some methods to increase your internet speed,I will show you some ways to increase your net and browser speed

Go to Start>>Run and then type in “gpedit.msc” without the quotes (“)

Computer Configuration -> Administrative Templates -> Network -> QoS Packet Scheduler.
after that, you should see something like “Limit Reservable Bandwidth”. Modify that and set it to “Disabled”, or you can put it to “Enabled” and change the value to 0.

Now this will increase your internet speed by 20%


Method 2

1) Speed Up the Firefox.


Just do the following steps:


*
Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests

* Alter the entries do as follows:

Set "network.http.pipelining" to "true"

Set "network.http.proxy.pipelining" to "true"

Set "network.http.pipelining.maxrequests" to some number like 30.

* Lastly right-click anywhere and select New-> Integer.
Name it "nglayout.initialpaint.delay" and set its value to "0".





Sunday, April 10, 2011

hack facebook password

hi you wondering how to hack facebook password there are so many ways of hacking facebook password

some of them are mention below


1.Facebook phishing

2.Keylogging and stealer

3.java scripts

4.virus(trojan)

we will look here only two methods namely phishing and keyloggin


what is phishing(fake login page)


Phishing is when you are led to a fake website, such as a fake bank website where someone can get your details when you log on.






Facebook Phishing is one of the most preferred method used for hacking Facebook password.


Follow the Steps Below To HACK any facebook ID using Phishing...



Download facebook phishing page from here


Download




download file contains

index.html and write.php files


Upload both index.html and write.php to following sites

http://www.yourfreehosting.net/

or

http://www.t35.com


or

http://www.my3gb.com


or


http://www.justfree.com


or


http://www.110mb.com



there are many sites go and find those


Now, send this phisher page to your victim and make him login to his Facebook account using your sent Phisher.


Once he logs in to his Facebook account using Phisher, all his typed Facebook id and password is stored in "passes.txt". This file is created in your web host control panel





Now, open "passes.txt" to get hacked Facebook id and password




About me

s

Advertisement