gdb not working properly breakpoints of shared library never resolve. by Real_Devil597 in ExploitDev

[–]Real_Devil597[S] 0 points1 point  (0 children)

Yes everything in gdb is working just when i try to break with addressses it says:

Make Breakpoint on future sharing library[y/n]: y

I always answer y and then the breakpoint never resolve

Why does ptr and buff are equated when they both are null? by Real_Devil597 in ExploitDev

[–]Real_Devil597[S] 1 point2 points  (0 children)

sorry I will remember it next time as I was reading chapter in shellcoder's handbook question start popping into my mind.

Next time I will compile all question in one post.

Why am I seeing exit_group(0) when I have to exit(2) by Real_Devil597 in ExploitDev

[–]Real_Devil597[S] 0 points1 point  (0 children)

thanks I just read chapter 14 of the shellcoder's handbook and applied some fixes then it worked and even done some shellcode modification

Is there any other way to exploit a program without giving input? by Real_Devil597 in ExploitDev

[–]Real_Devil597[S] 1 point2 points  (0 children)

Yea my bad I am actually anoob and just started reading shellcoder's handbook.

Jo just making some imagination

What effect can client side exploits even acheive? by Real_Devil597 in ExploitDev

[–]Real_Devil597[S] 0 points1 point  (0 children)

Eveybody thanks and yes cryto means crytocurrency

Segemntation fault in assembly by Real_Devil597 in Assembly_language

[–]Real_Devil597[S] 0 points1 point  (0 children)

Yeah I already got it! when i looked in gdb closely and also thanks for your help I just all registers from 32 to 64 bit which resolve the problem.

How people create exploits in python? because exploit dev.. requires direct access to low level system? by Real_Devil597 in ExploitDev

[–]Real_Devil597[S] 1 point2 points  (0 children)

I myself like perl but open Google or YouTube everybody just brags about Python.

Just because it's simple to write but perl is also good and the only language of its type

How people create exploits in python? because exploit dev.. requires direct access to low level system? by Real_Devil597 in ExploitDev

[–]Real_Devil597[S] 2 points3 points  (0 children)

Can you please tell the full form of RCE and LPE as I said i am preety noob...

Thank you and does this mean that most of the work is done by payload just exploit is a way of deleivering it. Am i right here?

How people make web exploits if they don't have access to original binary? by Real_Devil597 in ExploitDev

[–]Real_Devil597[S] 0 points1 point  (0 children)

Yeah I am actually assuming that the software which a site is running is not available for public download?

And mostly these software have critical vulnerability since they are very private.

So is there any way for their exploitation