Become a part of the TranceAddict community!Frequently Asked Questions - Please read this if you haven'tSearch the forums
TranceAddict Forums > Main Forums > Chill Out Room > computer hacking
Pages (9): « 1 2 3 4 5 6 7 [8] 9 »   Last Thread   Next Thread
Share
Author
Thread    Post A Reply
Slylee
love lockdown



Registered: May 2001
Location: Hollywood, FL

quote:
Originally posted by digitalbreach
"that is universally stupid"

1. you should always change your passwords
2. passwords are not meant to be given out.

this goes against what everyone has recommended to prevent your system from being hacked. epic fail.


well we didn't demand each other's passwords, it wasn't like that. just from over time him calling me on the phone and needing me to get on the computer and go to his inbox for an address or something. or to check his bank account. and vice versa.


___________________

My soliloquy may be hard for some to swallow, but so is cod liver oil.
quote:
Originally posted by notelfreak
man i can't believe i tried to come off as responsible in that other thread, i am so full of shit just don't tell anyone

Old Post Aug-28-2009 22:16 
Click Here to See the Profile for Slylee Click here to Send Slylee a Private Message Add Slylee to your buddy list Report this Post Reply w/Quote Edit/Delete Message
R.j.
Di piú! di piú! di piú!



Registered: Feb 2004
Location: L, TX, USA

quote:
Originally posted by Dj Nacht
Meh for school... I rather stay home and read books. Got my Network+ cert this way and my A+ one very soon. If people are really interested in hacking they could always go for the Security+ cert to get started.


Well, I'm already attending college, so I might as well. But I'm not interested in "actually" hacking, just being in the know; sort of a dilettante of hacking.


___________________


Mixed Genre Mixes [50s, 60s, 70s, 80s, 90s, 00s]:
MGM 6 /
MGM 5 / MGM 4 /
MGM 3 / MGM 2 / MGM 1


Electronic Dance Music Mixes:
EDM 7

Old Post Aug-28-2009 22:21  United States
Click Here to See the Profile for R.j. Click here to Send R.j. a Private Message Add R.j. to your buddy list Report this Post Reply w/Quote Edit/Delete Message
R.j.
Di piú! di piú! di piú!



Registered: Feb 2004
Location: L, TX, USA

quote:
Originally posted by Dj Nacht
Meh for school... I rather stay home and read books. Got my Network+ cert this way and my A+ one very soon. If people are really interested in hacking they could always go for the Security+ cert to get started.


Another question: if I wanted to read up on the fundamentals/basics of what the hacker's knowledge consists, which book would I be looking for?


___________________


Mixed Genre Mixes [50s, 60s, 70s, 80s, 90s, 00s]:
MGM 6 /
MGM 5 / MGM 4 /
MGM 3 / MGM 2 / MGM 1


Electronic Dance Music Mixes:
EDM 7

Old Post Aug-28-2009 22:31  United States
Click Here to See the Profile for R.j. Click here to Send R.j. a Private Message Add R.j. to your buddy list Report this Post Reply w/Quote Edit/Delete Message
trancechan
Supreme tranceaddict



Registered: Jun 2009
Location: los angeles

Old Post Aug-28-2009 22:32  United States
Click Here to See the Profile for trancechan Click here to Send trancechan a Private Message Add trancechan to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Dj Nacht
Supreme tranceaddict



Registered: Feb 2003
Location:

quote:
Originally posted by R.j.
Another question: if I wanted to read up on the fundamentals/basics of what the hacker's knowledge consists, which book would I be looking for?


Humm depends how much you know about networking and computers already. If you know what an IP address and all that is already, go for this book.

http://www.amazon.ca/CompTIA-Securi...51498808&sr=8-5

Once i'm done my A+ im going for the security+ and buying that book

That author is the king of making books for computers, he explains everything in detail from the beginning.

Old Post Aug-28-2009 22:36 
Click Here to See the Profile for Dj Nacht Click here to Send Dj Nacht a Private Message Add Dj Nacht to your buddy list Report this Post Reply w/Quote Edit/Delete Message
itsamemario
Divine Angel



Registered: Jun 2001
Location: Mushroom Kingdom

quote:
Originally posted by trancechan



___________________
BA-DUM-TSS


quote:

ALFI - BOHICA - DJ MIX (Stream+Dropbox)

Old Post Aug-28-2009 23:47  Norway
Click Here to See the Profile for itsamemario Click here to Send itsamemario a Private Message Visit itsamemario's homepage! Add itsamemario to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Zoso
Banging Gangs!



Registered: Mar 2006
Location: Dirty South, United States

As others have indicated, there is no shortage on ways to “hack” a computer or a network of computers. From buffer overflow exploits to social engineering, if you want into a given computer or network, there are many, many ways to get in.

Let’s say, for example, I want to get into a specific company’s network. The first thing I am going to do is research them using search engines. I’m going to look up their IP addresses (WHOIS queries, etc.) and then see what, if any, servers allow me to do a zone transfer of their DNS records, for example. I’m going to see if I can find Autonomous System Numbers (ASN) to determine routing protocols in use and routes data might take. I’m going to find out their mail servers’ IP addresses and see what ports are open and what software they are using to host their mail (POP3, SMTP, RPC over HTTPS, e.g.).

I might then use a scanning tool like nmap to conduct stealth port scans to see what ports and services the company’s public facing server(s) have open and running. Then I might use Google to search for know vulnerabilities in those services and applications. I might use the Metasploit framework to then exploit those publicly known vulnerabilities. Assuming I successfully exploit a public facing server, I will execute code to install some sort of back door that will give me root/admin access to that server. I’ll upload any additional tools I might need. Then I’ll start scanning the network’s internal IP scheme to look for additional nodes to exploit. Assuming they’re not filtering outbound traffic, I’m going to open an IRC port. I would probably also delete/modify any logs on the server and see if I can modify IDS/Syslog files as well to mask my presence.

Basically all computers communicate using the OSI model. The OSI model has seven layers which data flow through. There are vulnerabilities at each of these layers. From the seventh, or application layer, right down to the first, or physical layer, (you can snag data right off the physical copper lines if they are unshielded, as the data is just a series of electrical pulses at this point) there are vulnerabilities to exploit. It’s just a matter of how bad you want in!

A lot of people’s personal/home computers get owned like this: they are running unpatched versions of Windows directly connected to the Internet with a cable/DSL modem with no hardware based firewall. So all those handy dandy Windows ports/protocols are facing the public Internet naked (NetBIOS, etc.)! You can own a Windows XP SP1 box in mere minutes of it touching the public Internet without a firewall. Phishing is another good way to steal a person’s credentials for various sites. “Free” screensavers used to work pretty well, too. Really, there is no shortage of ways.

You get the idea...

Old Post Aug-29-2009 00:37  United States
Click Here to See the Profile for Zoso Click here to Send Zoso a Private Message Add Zoso to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Silky Johnson
International Playa Hater



Registered: Nov 2003
Location:

I didn't read the whole thread. Did Ben tell us how he hacks TA accounts?

Old Post Aug-29-2009 20:50 
Click Here to See the Profile for Silky Johnson Click here to Send Silky Johnson a Private Message Add Silky Johnson to your buddy list Report this Post Reply w/Quote Edit/Delete Message
kadomony
FRENCH EXPRESS



Registered: Jul 2004
Location: Philly

i can mash my hands on the keyboard and get the passwords of some of the spambots


___________________
www.misterfalconmusic.com

Old Post Aug-29-2009 22:13  United States
Click Here to See the Profile for kadomony Click here to Send kadomony a Private Message Visit kadomony's homepage! Add kadomony to your buddy list Report this Post Reply w/Quote Edit/Delete Message
gehzumteufel
In your ass



Registered: Nov 2005
Location: so cal

quote:
Originally posted by jennypie
I didn't read the whole thread. Did Ben tell us how he hacks TA accounts?

Nope, because I don't know how to hack. Plain and simple.


___________________
quote:
Originally posted by bas
Dual exhaust tips on dual exhaust = QUAD EXHAUST = 300 gain in horsepower. Duh

quote:
Originally posted by bas
Undies with a dickhole aren't good for guys. Your balls can get caught in them. That's why I prefer to go over the gate instead of through the fence.

Old Post Aug-29-2009 22:22  Russia
Click Here to See the Profile for gehzumteufel Click here to Send gehzumteufel a Private Message Add gehzumteufel to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Joss Weatherby
Banned



Registered: May 2008
Location: The Pacific Northwest, of course

lol you have no idea how much personal restraint it takes me not to demo/proof in this thread...

Old Post Aug-29-2009 22:29 
Click Here to See the Profile for Joss Weatherby Click here to Send Joss Weatherby a Private Message Visit Joss Weatherby's homepage! Add Joss Weatherby to your buddy list Report this Post Reply w/Quote Edit/Delete Message
gehzumteufel
In your ass



Registered: Nov 2005
Location: so cal

Me? Or the fact that TA has many vulnerabilities?


___________________
quote:
Originally posted by bas
Dual exhaust tips on dual exhaust = QUAD EXHAUST = 300 gain in horsepower. Duh

quote:
Originally posted by bas
Undies with a dickhole aren't good for guys. Your balls can get caught in them. That's why I prefer to go over the gate instead of through the fence.

Old Post Aug-29-2009 22:30  Russia
Click Here to See the Profile for gehzumteufel Click here to Send gehzumteufel a Private Message Add gehzumteufel to your buddy list Report this Post Reply w/Quote Edit/Delete Message

TranceAddict Forums > Main Forums > Chill Out Room > computer hacking
Post New Thread    Post A Reply

Pages (9): « 1 2 3 4 5 6 7 [8] 9 »  
Last Thread   Next Thread
Click here to listen to the sample!Pause playbackInfusion - A Better World..which mix? [2004] [0]

Click here to listen to the sample!Pause playbackOctane - Falling [2007]

Show Printable Version | Subscribe to this Thread
Forum Jump:

All times are GMT. The time now is 14:30.

Forum Rules:
You may not post new threads
You may not post replies
You may not edit your posts
HTML code is ON
vB code is ON
[IMG] code is ON
 
Search this Thread:

 
Contact Us - return to tranceaddict

Powered by: Trance Music & vBulletin Forums
Copyright ©2000-2026, Jelsoft Enterprises Ltd.
Privacy Statement / DMCA
Support TA!