add badges for code quality

This commit is contained in:
Dominic Breuker
2018-02-18 22:42:22 +01:00
parent 01521a19cc
commit 628e20cd56

View File

@@ -2,6 +2,9 @@
# pspy - unprivileged linux process snooping # pspy - unprivileged linux process snooping
[![Go Report Card](https://goreportcard.com/badge/github.com/DominicBreuker/pspy)](https://goreportcard.com/report/github.com/DominicBreuker/pspy)
[![Maintainability](https://api.codeclimate.com/v1/badges/23328b2549a76aa11dd5/maintainability)](https://codeclimate.com/github/DominicBreuker/pspy/maintainability)
pspy is a command line tool designed to snoop on processes without needing root permissions. pspy is a command line tool designed to snoop on processes without needing root permissions.
It allows you to see commands run by other users, cron jobs, etc. as they execute. It allows you to see commands run by other users, cron jobs, etc. as they execute.
Great for enumeration of linux systems in CTFs. Great for enumeration of linux systems in CTFs.