WAVE icon indicating copy to clipboard operation
WAVE copied to clipboard

Fix: 1 security vulnerabilities in reverseip.py

Open adithyan-ak opened this issue 7 months ago • 0 comments

Security Fixes\n\nThis PR fixes 1 security vulnerabilities:\n\n- vuln_bc318e0b43a34dafaa74def34c7957af: Added validation of the host parameter to ensure it is either a valid IP address or a valid domain name before making the HTTP request. Used the ipaddress module for IP validation and a regex for domain validation. If validation fails, the function prints an error and returns early, preventing SSRF.\n\n---\nGenerated by ByteArmor

adithyan-ak avatar Sep 18 '25 00:09 adithyan-ak