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.