
Security News
AI Slop Is Polluting Bug Bounty Platforms with Fake Vulnerability Reports
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.
github.com/p-tupe/pingmon
Under construction
Pingmon is a cli tool for site monitoring and downtime alert service.
Pingmon can be installed in several ways - as a docker container, as a systemd unit, as a binary, or even build from source:
go install github.com/p-tupe/pingmon@latest
curl https://.../install.sh | sh
docker pull ...
For convenience, a "setup" command is provided that creates a user-guided config.json file in a suitable directory depending on your system, and if it detects a linux OS, will create a corresponding systemd service file as well.
Usage:
pingmon [command]
Commands:
help Prints this help
setup Setup pingmon config and service files
status Show latest pingmon results
remove Clear all pingmon data and stop service
test Test network and notifications
log Show latest pingmon logs
start Start pingmon service, if not already running
stop Clear all pingmon data and stop service
https://api.slack.com/messaging/webhooks
Pingmon sends an http request to the site URLs defined in the config at the start of every interval. On receiving a response, it parses the headers and extracts the status code.
If the status code is less than 500 (0 - 499), the site is considered UP. This behaviour is configurable per site.
If the site is UP, then the status is simply logged. If the site is DOWN however, then an alert is generated on either the email or slack medium, depending on the config values.
All config options are global by default, and thus apply to all site. However, each option can also be configured per site.
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.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.
Research
Security News
The Socket Research team investigates a malicious Python package disguised as a Discord error logger that executes remote commands and exfiltrates data via a covert C2 channel.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.