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

Started reverse TCP handler on 192.168.XX:4444 problem

Your handler start correctly.
If you use exploit and handler in one LAN-network or you kali machine have external IP, you exploit don't work, not handler
If you use exploit and handler in different networks you need use external ip:port in exploit, like a 8.8.8.8:4444 and portforwarding in attacker network, external ip (mb router) need forward port 4444 to you lan attacker machine, like a 192.168.0.10 (type ifconfig in kali)

And check the exitfunc method in the exploit and in the handler, they should be the same
 
Your handler start correctly.
If you use exploit and handler in one LAN-network or you kali machine have external IP, you exploit don't work, not handler
If you use exploit and handler in different networks you need use external ip:port in exploit, like a 8.8.8.8:4444 and portforwarding in attacker network, external ip (mb router) need forward port 4444 to you lan attacker machine, like a 192.168.0.10 (type ifconfig in kali)

And check the exitfunc method in the exploit and in the handler, they should be the same
I don't use LAN Network. I connected to WI-FI. My Local IP address starts with 192.168.X.XXX. The problem is going on.
 
Последнее редактирование:
проверьте разрешает ли ваш брандмауэр входящие подключения к определенному порту
если ваш брандмауэр ufw: "sudo ufw разрешить portno/tcp" если это не сработает предоставлю вам другое решение и получу текущие открытые порты: "netstat -tunlp"
 
проверьте разрешает ли ваш брандмауэр входящие подключения к определенному порту
если ваш брандмауэр ufw: "sudo ufw разрешить portno/tcp" если это не сработает предоставлю вам другое решение и получу текущие открытые порты: "netstat -tunlp"
I'll try this method tomorrow. What will the command do this?

I will try this command:
sudo ufw
and then this if it doesn't work?
netstat -tunlp
 
I'll try this method tomorrow. What will the command do this?

I will try this command:
sudo ufw
and then this if it doesn't work?
netstat -tunlp
да если они оба не сработают это даст вам другой способ обойти это
 


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