
Product
Introducing Module Reachability: Focus on the Vulnerabilities That Matter
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.
github.com/ssoor/mysql-replay
read network packets from the production environment, parse them and persist the production and simulation result sets in a file after playback from the simulation environment
读取生产环境的网络包,解析网络包并在仿真环境执行后将生产环境结果集和仿真环境结果集持久化到文件中
./mysql-replay online replay --device=ens33 --srcPort=30696 -d"root:test34007@tcp(192.168.1.189:4002)/test"
// generate pcap file
tcpdump -i ens37 -w pcaps/ens37.pcap
./mysql-replay dir replay --data-dir=pcaps --srcPort=30696 -d"root:test34007@tcp(192.168.1.189:4002)/test"
// generate pcap file
tcpdump -i ens37 -w pcaps/ens37.pcap
./mysql-replay text replay --srcPort=3306 -d"root:test34007@tcp(192.168.1.189:4002)/test" ./pcaps/mysql.pcap
FAQs
Unknown package
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
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.
Company News
Socket is bringing best-in-class reachability analysis into the platform — cutting false positives, accelerating triage, and cementing our place as the leader in software supply chain security.
Product
Socket is introducing a new way to organize repositories and apply repository-specific security policies.