1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: [master] one page modified

This commit is contained in:
CPol 2021-05-26 11:18:48 +00:00 committed by gitbook-bot
parent e7afb9504e
commit d77b102952
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -78,3 +78,9 @@ jar cmvf META-INF/MANIFEST.MF test.jar test.class
| Decompile Jar | procyon -jar \[jar\] -o \[output directory\] |
| Compile class | javac \[path to .java file\] |
### Go
```bash
https://github.com/securego/gosec
```