Re: Learn Hacking Project
Quote:
Originally posted by evilseed
Well I have started a Learn Hacking Project.
Here is what you can do to help.
goto this link Learn Hacking Project - InfoDelia Then post something important about hacking that a newbie will understand.
So...if I've read your post correctly, you are starting to write a newbie FAQ that other people actually write?
You'll be getting a job offer from Micro$oft shortly! They love that kind of stuff.......rofl
Re: Re: Learn Hacking Project
Quote:
Originally posted by Conf1rm3d_K1ll
So...if I've read your post correctly, you are starting to write a newbie FAQ that other people actually write?
You'll be getting a job offer from Micro$oft shortly! They love that kind of stuff.......rofl
Not quite..
See, I do not have all the knowledge a neophyte will need.. I offered InfoDelia Culture as the library, but you guys add the pages to the books..
Neophytes are thirsty for knowledge.. So help them.
Re: Re:Learn Hacking Project
Quote:
Originally posted by Remote_Access_
...Well, it's an interesting project you've got going there evil.
there's not a whole lot that i can contribute, but i'd be glad to help ya.
latr,
Remote_Access_
Contribute all you know..
I dont care what it is... Dos commands, Windows tricks.. Even if its not directly related to hacking.. none of your posts will be looked down upon.. Because this is for the NEWBIES.. not the elite hackers etc.+
well if every one is self prasing sites
www.area-6.net
pretty good challenges
just a thought c how far u get lol
Inter-Process Communication (IPC$)
Inter-Process Communication (IPC)
By Remote_Access_
This will explain the "uses" of IPC for hackers. Inter-Process Communication is used for data sharing between applications and computers. We will be looking at Windows NT default IPC$ share use for communication between computers. This share is what we use to start to gain access to the server. What we will look at before we start is the NET commands for the console in NT. (Note I was unable to create a null connection using a 95/98 computer I had to use an NT computer) The net commands that we will be using are net use and net view. Now get in to the console (fake ms-dos) in windows. Pick out your target and make sure that it is an NT system and it has port 139 open. You need port 139 open so that net-bios is on. After checking for that you go to the console and type:
Example 1> C:\>NET USE \\TARGET\IPC$ * /USER:
Example 2> C:\>NET USE \\TARGET\IPC$ * /USER:""
Example 3> C:\>NET USE \\TARGET\IPC$ "" /USER:""
(Note: For some reason the command varies a little bit from NT to NT)
(Note: TARGET is the name or IP of the computer, ex. \\211.3.4.11\ipc$ * /user:)
(Note: If it works youll get> The command completed successfully.)
(Note: To check the connection type NET USE \\TARGET\IPC$ )
After starting a null connection you could try to access the hidden shares. The default hidden shares are: C$, PRINT$, ADMIN$, IPC$. As you can probably tell shares are hidden by putting a $ at the end of the share name. Sometime shares don't have passwords so you can use them. When you create a null connection you have the least possible rights. Next you could try using net view. To do this open the console and type:
Example:
C:\>net view \\TARGET (Shares)
Or
C:\>net view /workgroup:TARGETWG (Computers in workgroup)
Or
C:\>net view /domain:TARGETD (Computers in domain)
(Note: change TARGETWG to the name of the workgroup to see all of the computers connected)
(Note: change TARGET to the IP or name of the computer to see all none hidden shares)
(Note: change TARGETD to domain name example: /domain: Bob.com )
If you can't find an open share you could use a program that I like a lot called winfo. Winfo will get all of the user names from the target. Or another programs that is Nat(NetBIOS Auditing Tool). Nat will try names and passwords (dictionary attack) to get the right one. Another well like program is sid2user and user2sid.
Last but not least there are DoS attacks that could be preformed. Dos attacks become outdated quickly but new ones are always poping up. A good Dos attack that works on NT systems with printer capibiltes. It kinda goes like this (null connection is needed): \\target\pipe\spoolss. Do this alot. The next one is one that im not sure that works but you fill all the connections possible on: \\target\pipe\samr. For that I would recomend use a program like ubend.exe.
Hope this helps with your project.
latr,
Remote_Access_
p.s. please leave nick when adding Antipoints, positive or negative, thanks
not much but will help some
I bought a book about 3 months ago HACKING EXPOSED SE
it gives a lot if insight in to security and just the basic's to.
if u want i post a few things from the book if u want,
just give me some feed back hope i can help !
Re: not much but will help some
Quote:
Originally posted by dark1
I bought a book about 3 months ago HACKING EXPOSED SE
it gives a lot if insight in to security and just the basic's to.
if u want i post a few things from the book if u want,
just give me some feed back hope i can help !
hell scan the whole book, i could live with that, lol:cool: :D