• XSS.stack #1 – первый литературный журнал от юзеров форума

Azure VPS Port-forwarding

Is it possible to stop using the Address, while keeping it open
Only one program can bind port on interface at a time.
If nothing listens port, it will be closed.
 
Пожалуйста, обратите внимание, что пользователь заблокирован
I freshly opened port 80, but when I try to listen (same as metasploit)
nc -lvp 80 nc: Address already in use
Is it possible to stop using the Address, while keeping it open
You may kill the running processes on port 80 by this command.

Код:
lsof -t -i:80 | xargs kill -9

and you can check running also by this:

Код:
ps aux|grep http*
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх