Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4D31 committed Jun 18, 2017
1 parent 999ca5f commit d16f9ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
@@ -1,8 +1,12 @@
# salt-scanner
Vulnerability Scanner based on Vulners Audit API and Salt Open
A linux vulnerability scanner based on Vulners Audit API and Salt Open, with Slack notifications.

### Test:
```
[root@localhost ~]# python -V; pip freeze|grep salt; pip freeze|grep slackclient
Python 2.7.5
salt==2016.11.5
slackclient==1.0.5
[root@localhost ~]# sudo SLACK_API_TOKEN="EXAMPLETOKEN" python salt-scanner.py
===========================================================
Expand Down

0 comments on commit d16f9ee

Please sign in to comment.