Skip to content

gravataLonga/security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

env GOOS=linux GOARCH=amd64 go build -o ccsecurity main.go  

Upload

sftp <user>@<server>  
> put ccsecurity  
> exit  

Put binary globally

mv ccsecurity /usr/local/bin

Create a new DIGEST file

ccsecurity digest -c -o file.chk "./\<path\>/\*\*/\*.php"

Check Digest

ccsecurity digest -o file.chk "./\<path\>/\*\*/\*.php"

About

Security Command Line - SECURITY

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages