mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
e7afb9504e
commit
d77b102952
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue