Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vuln-scanner

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuln-scanner

مكتبة للكشف عن ثغرات XSS، SQL Injection، LFI، و RFI

  • 0.6
  • PyPI
  • Socket score

Maintainers
1

vuln_scanner

مكتبة بايثون لاكتشاف الثغرات الشائعة مثل XSS، SQL Injection، LFI، و RFI.

الاستخدام

from vuln_scanner import scan_xss, scan_sql_injection, scan_lfi, scan_rfi

url = "http://example.com"
external_url = "http://malicious.com/shell.txt"

scan_xss(url)
scan_sql_injection(url)
scan_lfi(url)
scan_rfi(url, external_url)

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc