https://github.com/redborder/rb-scanner-request
https://github.com/redborder/rb-scanner-request
autodelivery rpm
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redborder/rb-scanner-request
- Owner: redBorder
- License: agpl-3.0
- Created: 2021-12-10T12:22:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-19T20:44:30.000Z (10 months ago)
- Last Synced: 2025-08-19T22:27:36.836Z (10 months ago)
- Topics: autodelivery, rpm
- Language: Go
- Homepage:
- Size: 5.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rb-scanner-resquest
Application written in GO that checks if the redBorder manager has scans requests on queue.
## Installing
To install this application ensure you have the `GOPATH` environment variable
1. Clone this repo and cd to the project
2. Install dependencies and compile
```
glide install
make
```
## Usage
Usage of **rb-scanner-resquest** and default values:
```
-daemon
Start in daemon mode
-hash string
Hash to use in the request (default: UUID located in /opt/rb/etc/rb-uuid)
-log string
Log file (default "log")
-no-check-certificate
Dont check if the certificate is valid
-pid string
File containing PID (default "pid")
-sleep int
Time between requests in seconds (default 60)
-url string
Protocol and hostname to connect (default "http://localhost")
-vuls string
Set the vulnerabilities scanner script path (default: "/opt/rb/bin/rb_scan_vulnerabilities.sh")
-config string
Set the configuration file path (default: "./sensor.json")
-db string
Set the sql database file path (default: "./scanjobs.sql")
```