|
pushaaaz
|
 |
« on: July 03, 2012, 02:25:59 PM » |
|
Hi everybody, finally in September i'll get my bachelor degree (computer science of course), and probably i will start a new life experience going abroad to learn English (1 year), because all EU universities require a decent english level (between B2 and C1 i think). However i've decided to don't waste my time and start learning something about penetration testing. I wanna ask you if these books are good to start this new experience until the enrollment at University for the master (i dont know yet which are the best uni in this field, do you any idea  ?) - Hacking Exposed - TCP/IP (well i know it's not on pentesting but probably could improve my knowledge about networks and protocols) - Coding for Penetration Testers (because im weak with scripting languages) Thank you in advice
|
|
|
|
|
Logged
|
|
|
|
|
3xban
|
 |
« Reply #1 on: July 03, 2012, 09:02:21 PM » |
|
Those are pretty good starts. Your best tool will be building a strong base. TCP/IP Illustrated 2nd Edition is another decent one to add to the list. Knowledge of how networks and Operating systems work will be key to becoming a great pen tester. The automated tools available are great but they really just help speed things along. Your goal is to learn to break in without them. Good luck!
|
|
|
|
|
Logged
|
Certs: GCWN (@)Dewser
|
|
|
|
fred
|
 |
« Reply #2 on: July 04, 2012, 09:49:11 AM » |
|
hi pushaaaz Welcome to this great forum . in my opinion those books are great and your in good route too. Study harder and harder like me and keep in mind experience is so involve but you cant find it in books you must get it with your exercises Good luck.
Cyber.spirit....
|
|
|
|
« Last Edit: July 04, 2012, 09:51:44 AM by cyber.spirit »
|
Logged
|
ICS Academy Network Security Certified
|
|
|
|
pushaaaz
|
 |
« Reply #3 on: July 04, 2012, 02:58:04 PM » |
|
Thanks for your answer. I've the last question for you guys. Since i will go abroad for an year, will be some possibilities to "have" an internship? (to improve quickly my skills) Or my skills of "bachelor" are not enough to start an internship? (of course in the field of IT security)
thank you again-
|
|
|
|
|
Logged
|
|
|
|
|
fred
|
 |
« Reply #4 on: July 04, 2012, 03:44:41 PM » |
|
Thanks for your answer. I've the last question for you guys. Since i will go abroad for an year, will be some possibilities to "have" an internship? (to improve quickly my skills) Or my skills of "bachelor" are not enough to start an internship? (of course in the field of IT security)
thapnk you again-
Can u tell me exactly what do want?
|
|
|
|
|
Logged
|
ICS Academy Network Security Certified
|
|
|
|
shadowzero
|
 |
« Reply #5 on: July 04, 2012, 04:01:35 PM » |
|
Thanks for your answer. I've the last question for you guys. Since i will go abroad for an year, will be some possibilities to "have" an internship? (to improve quickly my skills) Or my skills of "bachelor" are not enough to start an internship? (of course in the field of IT security)
thank you again-
That all depends on which company you want to work with and what their requirements are. I suggest you look up some US companies and see what they want from their interns.
|
|
|
|
|
Logged
|
|
|
|
|
pushaaaz
|
 |
« Reply #6 on: July 15, 2012, 09:40:17 AM » |
|
Simply, i wish to have an experience useful for my future. For instance, could be cool to work in an environment where i can improve my knowledge about network security or something like that. I dont claim an internship with a good salary (probably doesnt exist) but just to earn some money to maintain myself during this period, 'cause my family doesn't have money enough to maintain me abroad, so i want to help them working somewhere, and i want to take advantage of this opportunity to do something about IT. That's all
|
|
|
|
|
Logged
|
|
|
|
|
BillV
|
 |
« Reply #7 on: August 13, 2012, 02:01:30 PM » |
|
Where are you currently and where are you headed? You should be able to find some type of internship related to IT - don't think that will be a problem. You may even be able to find some temporary/contractual paying positions as well. Take what you can get if you're truly interested and jump in. See where you can help out and learn everything they are willing to teach.
|
|
|
|
|
Logged
|
|
|
|
|
Jamie.R
|
 |
« Reply #8 on: August 14, 2012, 03:49:24 AM » |
|
There are lots great books it really does depend on what area you want to go in.
The coders one is ok I would say maybe learn one lan like python.
I would also try do few course too if you can afford it and start a project that give you stuff to talk at any interviews.
Go to cons and meet people too.
|
|
|
|
|
Logged
|
OSWP | Hackingdojo Nidan | eCPPT
|
|
|
|
|
|
pushaaaz
|
 |
« Reply #10 on: August 15, 2012, 05:20:07 PM » |
|
Mmm, so python is the most important and required script language?
|
|
|
|
|
Logged
|
|
|
|
|
shadowzero
|
 |
« Reply #11 on: August 15, 2012, 07:10:10 PM » |
|
Mmm, so python is the most important and required script language?
No. It's not the most important or required, but you should know at least one programming language, be it Perl, C, Python, or whatever else. The point is, you should be able to quickly write and read code so you can modify exploits, write your own tools, etc. Python is just recommended because it's easy to learn, and you can write some powerful scripts relatively quickly.
|
|
|
|
|
Logged
|
|
|
|
|
SecurityMonkey
|
 |
« Reply #12 on: August 15, 2012, 07:11:09 PM » |
|
Mmm, so python is the most important and required script language?
I guess that depends on who you talk to. I like it because you can build POC's nice and fast with very little code. Also it's easy to pick up if you haven't had much software development experience.
|
|
|
|
|
Logged
|
|
|
|
|
m0wgli
|
 |
« Reply #13 on: August 16, 2012, 03:01:16 AM » |
|
Mmm, so python is the most important and required script language?
Have you seen the bsides talk on breaking into security by Robin Wood (digininja)? http://www.digininja.org/projects_general.phpOf the programming languages recommended to learn, python was recommended by 81% of respondents. Closely followed by bash scripting at 79%.
|
|
|
|
|
Logged
|
Security + | OSWP | eCPPT | CSTA
|
|
|
|
Jamie.R
|
 |
« Reply #14 on: August 16, 2012, 03:12:22 AM » |
|
Yes I seen that in fact I think I posted it in another post 
|
|
|
|
|
Logged
|
OSWP | Hackingdojo Nidan | eCPPT
|
|
|
|