Author Topic: What to do next ?  (Read 740 times)

0 Members and 1 Guest are viewing this topic.

Offline Albanian

  • NULL
  • Posts: 4
  • Cookies: -4
    • View Profile
What to do next ?
« on: September 01, 2015, 10:05:09 pm »
hi all im new to hacking yesterday i finished cybrary.it tutorials now my question is about exploit deveopment in tutorials there is exploit development for warftp now how can i make new exploits for other apps or hwo can i find vulnerables  on system and exploit them what knowelege do i need to know .I python ok or should i learn new programing language?? thnx all

Offline rincewind

  • Peasant
  • *
  • Posts: 59
  • Cookies: 17
  • Hello
    • View Profile
Re: What to do next ?
« Reply #1 on: September 01, 2015, 10:34:58 pm »
« Last Edit: September 01, 2015, 10:35:52 pm by acaan »
asdf

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: What to do next ?
« Reply #2 on: September 02, 2015, 09:17:47 am »
hi all im new to hacking yesterday i finished cybrary.it tutorials now my question is about exploit deveopment in tutorials there is exploit development for warftp now how can i make new exploits for other apps or hwo can i find vulnerables  on system and exploit them what knowelege do i need to know .I python ok or should i learn new programing language?? thnx all

If you want to be taken seriously and to be understood, use proper English. Next time I see such trash, I will delete it.

So you want to find vulnerabilities in applications and create exploits and you don't know what you learn? (If not, rephrase your question in proper English).

Python does not help a thing to understand what is going on under the hood. You need to get to the bottom of it.
It depends on the kind of application what you need to learn. It includes usually the file format you are dealing with (search for specifications), the OS you are working with and the language the program was written in or can be decompiled or disassembled to.
So, e.g., if you want to exploit native programs, learn assembler, learn reverse engineering using disassemblers and debuggers. Get basic knowledge about the Portable Executable format and Windows Internals.

Once you made a decision, we may also help you with some links to resources.
« Last Edit: September 02, 2015, 09:19:12 am by Deque »