It can be use for convert someone's web page into different page without redirecting.
Some hackers used this to deface my friend's web site.
Let's say you have a web page as follow.
<html>
<head></head>
<body>
<h1>Test</h1>
</body></html>
It can be use for convert someone's web page into different page without redirecting.
Some hackers used this to deface my friend's web site.
Let's say you have a web page as follow.
<html>
<head></head>
<body>
<h1>Test</h1>
</body></html>
C:\Users\Ali\Desktop>objdump -D shellcode.o
Now we can see machine code and asm instructions. Using this we can build the shellcode.
00000000 <.text>: 0: 31 c0 xor %eax,%eax 2: 50 push %eax 3: b8 41 41 41 64 mov $0x64414141,%eax 8: c1 e8 08 shr $0x8,%eax b: c1 e8 08 shr $0x8,%eax e: c1 e8 08 shr $0x8,%eax
You can now connect using ftp to the server. But this is not protected. Any one can intercept with your traffic. You should use SSH FTP to secure the connection.