Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jul 2004
Posts: 5
A
Junior Member
OP Offline
Junior Member
A
Joined: Jul 2004
Posts: 5
Hi I am a long time gamer that would like to get into hacking. I want to become a white hat in search of information that is not always readily avaiable to people like myself. I am also interested in being able once capable of writing my own programs since one should not rely on those made by others intended for a different purpose. I am not looking to become a black hat(malicious, destructive, etc.) What I would do would simply be to gain intelligence, learn to navigate through networks easier, etc. I know that what i ask has been asked before though the parts of it are scattered and would take extremely long to find all of the answers to especially in a dialect which i understand. So here are my questions, if i could get simple answers to them (as i do not yet understand much that is required) i would be greatful.
So question one: Can i hack from a PC with WinXP(not linux or other opsys)
2. what is the extent of the programming which i must learn, what language must i know and what is the simplest source to learn this.
3. what is the simplest task to rehearse since trying is the best way to learn
4. i know i have mure but i will ask bit later.
Thank you for your patience through my half coherent post and thanks for the replies in advance. Ataris duah Dream


What I have shown you is relity... What you choose to believe that is the illusion.
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
You want to write your own programs? Learn C++.

You want to be a *hat? Read: HackerProof, Maximum Security, Art of Deception; there are many others but those should give you a referance point.

You can "hack" with any operating system so long as you have access to a *nix shell; think of investing in a moderately cheap computer (P200+) for linux pourposes.

For note, white hats don't generally hack, they secure (or at least their not known for hacking in a general sensus)...


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
Joined: Jul 2004
Posts: 5
A
Junior Member
OP Offline
Junior Member
A
Joined: Jul 2004
Posts: 5
ok gizmo, i have a new comp i built. best of all components, i am running XP will this work and as i say in next part can i run linux off of it as well as XP. Since i lack the funds to buy another comp and i need XP for other purposes. And oops sorry i was under the impression that white hats while most of their hacking is to improve security and exterminate weaknesses they also hacked: in a peaceful undestructive way that was purely to find hidden knowledge. And that blackhat was a wreckless hacker. If there is a name for each time that is correct i would appreciate it if i could be told so that i do not make the same mistake in the future tks.

Im sorry i feel stupid as usual i was used to finding very scattered postings, i just looked at drak's sticky and very nice dude tks for the help though any additional help like yours gizmo is much appreciated and i just remembered another of my prime questions if linux is felt to be a must, is it possible to run multiple opsys's on my comp at the same time, i believe that it is. And i think that i have seen it at my friends house but i dont remember for sure again thanks to all and to gizmo thanks for the speed of that post


What I have shown you is relity... What you choose to believe that is the illusion.
Joined: Jul 2004
Posts: 9
D
Junior Member
Offline
Junior Member
D
Joined: Jul 2004
Posts: 9
hey, thank you soo much for not asking "how do i hack" lol. i would have killed myslef. um to answer your questions, yes u can hack with windows. to tell you the truth you can do most of your hacking without a computer, "art of deception" is a good book for explaining that that. also you dont NEED to get a nother computer, just partition your hard drive and run a linux distro off that (if ur new to linux i suggest mandrake-cuz its free, or maby even invest in redhat. it is a nice one) u can find out how to partition harddives on line. cuz i am too lazy to explain it.
i think that just about overs most of your questions.

Joined: Jun 2004
Posts: 30
R
Junior Member
Offline
Junior Member
R
Joined: Jun 2004
Posts: 30
i have been using windwoz since i was first put in front of a computer.....i have alot of other associate's who run unix/linux boxes, but they run ftp servers mail servers an various websites...i personally see that is what unix/linux is for...since TCP/IP protocal started with that OS.

Linux is powerful an flexable. windowz can be a pain but it is the most widely used OS at this point! (wink wink IBM -n- Linux)there are ton's alternatives......

but in the end they lead you to one place...
ONLINE or "JACKED IN"


Programming it is like sex anyone can do it but only a few of us will ever master it and satisfy all parties envoled :-)
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
I prefer a seperate machine rather than dual booting as at times you'll be doing something when you want to check the progress of a scan, etc.

Lol, you've only used windows? I'm sorry... When I first got started Microsoft was bairley known...


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
Joined: Jul 2004
Posts: 5
A
Junior Member
OP Offline
Junior Member
A
Joined: Jul 2004
Posts: 5
alright i think that i will begin by getting those texts: TCP/IP illustrated, the NT Warcod, Hacking exposed, Hacker Proof, Maximum security, Art of Deception. Hopefully i will be able to understand these, lol. Then i think that i might partition and use mandrake or if redhat is cheap i will try that. As more questions arrise i will post those underthis or a seperate topic and i will check this chain every day for more help posted. to all of you who gave advice and who will give more thank you very much and peace Ataris Dream


What I have shown you is relity... What you choose to believe that is the illusion.
Joined: Jun 2004
Posts: 30
R
Junior Member
Offline
Junior Member
R
Joined: Jun 2004
Posts: 30
Quote:
Lol, you've only used windows? I'm sorry... When I first got started Microsoft was bairley known...
lets just say i am not your Average Windowz User. cool


Programming it is like sex anyone can do it but only a few of us will ever master it and satisfy all parties envoled :-)
Joined: Aug 2004
Posts: 7
C
Junior Member
Offline
Junior Member
C
Joined: Aug 2004
Posts: 7
I have windows XP and RHL 9 installed on the same machine. Is it possible to access my files in XP while in Linux. I know it is possible to access Linux files fron windows.


"I dream, so I do."
Joined: Mar 2002
Posts: 815
S
nobody
Offline
nobody
S
Joined: Mar 2002
Posts: 815
It is probably more easily done than reading them from windows.

First you should enable fat and/or ntfs in your kernel or make sure it is already there.

Then mount your device (in this example hda, the first harddrive 4th partition) to the selected mount point in your system. example:

# mount /dev/hda4 /mnt/windows/

then you can read files from /mnt/windows/ like it was your ~ directory.

If you want to permanently have it mount at boot, you can edit /etc/fstab

***If your using NTFS you wont be able to write to your windows partition because NTFS write support is unstable. If you change the size of exiting files it can corrupt your entire NTFS system. But reading them works fine so mount it ro (read only)

Joined: May 2005
Posts: 2
D
Junior Member
Offline
Junior Member
D
Joined: May 2005
Posts: 2
Just to add some my two since....

There is a way to run 2 Operating Systems at Once. It is called VMWare. You can find it at http://www.vmware.com (not trying to advertise). This is a very handy program and I use it constantly.


smile
Joined: Apr 2005
Posts: 247
UGN Member
Offline
UGN Member
Joined: Apr 2005
Posts: 247
Dioxide,

This is a dead post. I know you're new, but you should read the rules before you start posting.

Quote:
Origionally posted by Gizmo

16. Old Posts. If the thread has been dead (no posts) for more than a month, and you have nothing *ground breaking* to add to the conversation; please leave it alone! It died for a reason, leave it there.
The rest are here: http://www.UnderGroundNews.com/ubb/ultimatebb.php/topic/1/588.html


"We can categorically state that we have not released man-eating badgers into the area."

-UK military spokesman Major Mike Shearer
Joined: Sep 2002
Posts: 390
UGN Member
Offline
UGN Member
Joined: Sep 2002
Posts: 390
Quote:
posted by Gizmo: Read: HackerProof, Maximum Security
Maximum security.... I bought that book about a year and some change ago and still haven't finished it that is the longest goddamn book ever. Good luck to anyone who buys it who actully has a life. smile


"The secret to creativity is knowing how to hide your sources."
-Albert Einstein

Tech Ninja Security
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
I'm going to be purchasing a RHEL/CentOS bible shortly... Now there is a long book lol...


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner

Link Copied to Clipboard
Member Spotlight
Posts: 30
Joined: June 2002
Forum Statistics
Forums41
Topics33,840
Posts68,858
Average Daily Posts1
Members2,176
Most Online3,253
Jan 13th, 2020
Latest Postings
Where and how do you torrent?
by danni75 - 03/01/24 05:58 AM
Animation,
by JohanKaariainen - 08/15/19 01:18 AM
Blackbeard.....
by Gremelin - 10/03/18 07:02 PM
my old account still exists!
by Crime - 08/10/18 02:47 PM
Okay WTF?
by HenryMiring - 09/27/17 01:45 AM
The History Thread...
by Gremelin - 08/11/17 12:11 PM
My friend NEEDS your HELP!
by Lena01 - 07/21/17 12:06 AM
I'm having fun with this guy.
by gabithompson730 - 07/20/17 01:50 AM
I want to upgrade my phone
by gabithompson730 - 07/20/17 01:49 AM
Doom 3
by Cyrez - 09/11/14 08:58 PM
Amazon Gift Card Generator/KeyGen?te
by Gecko666 - 08/22/14 09:21 AM
AIM scene 99-03
by lavos - 09/02/13 08:06 AM
Planetside 2
by Crime - 03/04/13 07:10 AM
Beta Testers Wanted
by Crime - 03/04/13 06:55 AM
Hello Everyone
by Gremelin - 02/12/12 06:01 PM
Tracfone ESN Generator
by Zanvin Green - 01/18/12 01:31 PM
Python 3 issue
by Testing - 12/17/11 09:28 PM
tracfone airtime
by Drache86 - 07/30/11 03:37 AM
Backdoors and the Infinite
by ZeroCoolStar - 07/10/11 03:52 AM
HackThisZIne #12 Releaseed!
by Pipat2 - 04/28/11 09:20 PM
gang wars? l33t-wars?
by Gremelin - 04/28/11 05:56 AM
Consolidate Forums
by diggin2deep - 04/21/11 10:02 AM
LAN Hacking Noob
by Gremelin - 03/12/11 12:42 AM
Top Posters
UGN Security 41,392
Gremelin 7,203
§intå× 3,255
SilentRage 1,273
Ice 1,146
pergesu 1,136
Infinite 1,041
jonconley 955
Girlie 908
unreal 860
Top Likes Received
Ghost 2
Crime 1
Ice 1
Dartur 1
Cyrez 1
Powered by UBB.threads™ PHP Forum Software 7.7.5