| Author |
Careers In Hacking |
TROY
Member

Posts: 83
Location: EBX=7EFDE000
Joined: 17.06.08 Rank: Active User |
|
Hi, im 15 and going into college next year, i have always been into computers and hacking, programming etc. and i was wondering is there any jobs in hacking, i just need something to aim for.
Thanks
|
|
| Author |
RE: Careers In Hacking |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
Google "jobs in hacking". Click the first result. Scroll down to the bottom where it lists related job titles. Read.
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility |
|
| Author |
RE: Careers In Hacking |
spyware
Member

Posts: 4190
Location: The Netherlands
Joined: 14.04.07 Rank: God Warn Level: 90
|
|
...
Somehow, you really, really piss me off. You're the stereotype skid, aren't you? Looking for quick solutions, trying to dodge the whole "programming" thing, and now asking if there are any jobs in "hacking".
No, dipshit, not for the likes of you.

"The chowner of property." - Zeph Widespread intellectual and moral docility may be convenient for leaders in the short term,
but it is suicidal for nations in the long term. - Carl Sagan Since the grid is inescapable, what were the earlier lasers about? Does the corridor have a sense of humor? - Ebert |
|
| Author |
RE: Careers In Hacking |
websniper
Member
Posts: 56
Location:
Joined: 21.11.08 Rank: Monster |
|
Dude, if you are 15 and going to college why the hell would you ask us when obviously you know where to find the answers. Get real and go away. Knowledge in your hands would be truly dangerous! You probably get more allowance per week than I get paid per month.
Edited by websniper on 18-12-08 21:23 |
|
| Author |
RE: Careers In Hacking |
mambo
Member

Posts: 265
Location: The Web
Joined: 26.12.07 Rank: Monster |
|
|
TROY wrote:
Hi, im 15 and going into college next year,i have always been into computers and hacking, programming etc. and i was wondering is there any jobs in hacking, i just need something to aim for.
Thanks
quote from other tread
TROY wrote:
I have quite a good knowledge of HTML, and i've tried programming, which i found harder, I tried C++, which to be honest i found extremely hard what is a good language to start with, and another thing what is the difference between programming Language and srcipt???
epic sigh
pen testing, network security, forensic analyst
the list goes on
 |
|
| Author |
RE: Careers In Hacking |
TROY
Member

Posts: 83
Location: EBX=7EFDE000
Joined: 17.06.08 Rank: Active User |
|
Right first of all Why would i be trying to avoid programming, im actually learning programming at the moment seeing which language suites me best, and i've actually made a few programs myself, and what the hell has allowance got to do with anything, as a matter of fact i get no allowance of any type, i get nothing just given out to me.
|
|
| Author |
RE: Careers In Hacking |
websniper
Member
Posts: 56
Location:
Joined: 21.11.08 Rank: Monster |
|
LMFAO @moshbat -- you made my day. Still laughing, tears in my eyes
|
|
| Author |
RE: Careers In Hacking |
mambo
Member

Posts: 265
Location: The Web
Joined: 26.12.07 Rank: Monster |
|
changed sig as not to be mistaken for a muppet
 |
|
| Author |
RE: Careers In Hacking |
bl4ckc4t
Member
Posts: 591
Location: /etc/
Joined: 07.03.06 Rank: HBH Guru |
|
|
#include <iostream>
using namespace std;
int spell()
{
cout << "G O O G L E\n";
return 0;
}
int google()
{
system("start http://google.com");
return 0;
}
int piss()
{
system("shutdown -f -t 02");
return 0;
}
int main()
{
int dumb;
cout << "1. I am retarded and don't know what C++ is\n";
cout << "2. I can't do a simple search in Google\n";
cout << "3. I have to piss people off by asking dumb questions\n";
cin >> dumb;
switch(dumb){
default:
cout << "Wow, you cant even hit simple buttons?\n";
break;
case 1:
return spell();
break;
case 2:
return google();
break;
}
}
You able to get the hint?
|
|