GitBook: [#3182] No subject

This commit is contained in:
CPol 2022-05-07 10:35:17 +00:00 committed by gitbook-bot
parent af0f028788
commit 64c73e2da2
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 16 additions and 16 deletions

View File

@ -6,7 +6,7 @@
* [About the author](welcome/about-the-author.md)
* [Getting Started in Hacking](welcome/getting-started-in-hacking.md)
## 🤓 Generic Methodologies & Resources
## 🤩 Generic Methodologies & Resources
* [Pentesting Methodology](generic-methodologies-and-resources/pentesting-methodology.md)
* [External Recon Methodology](generic-methodologies-and-resources/external-recon-methodology/README.md)

View File

@ -1,4 +1,4 @@
# Code Review Tools
<details>
@ -16,8 +16,7 @@ Get the [**official PEASS & HackTricks swag**](https://peass.creator-spring.com)
</details>
# General
## General
[**https://owasp.org/www-community/Source\_Code\_Analysis\_Tools**](https://owasp.org/www-community/Source\_Code\_Analysis\_Tools#)
@ -35,26 +34,26 @@ https://github.com/micha3lb3n/SourceWolf
https://libraries.io/pypi/detect-secrets
```
# JavaScript
## JavaScript
```
https://jshint.com/
https://github.com/jshint/jshint/
```
# NodeJS
## NodeJS
```
https://github.com/ajinabraham/nodejsscan
```
# Electron
## Electron
```
https://github.com/doyensec/electronegativity
```
# Python
## Python
```bash
# bandit
@ -63,7 +62,7 @@ https://github.com/PyCQA/bandit
https://github.com/python-security/pyt
```
# .NET
## .NET
```bash
# dnSpy
@ -73,7 +72,7 @@ https://github.com/0xd4d/dnSpy
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe test.cs
```
# Java
## Java
```bash
# JD-Gui
@ -98,21 +97,24 @@ 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
## Go
```bash
https://github.com/securego/gosec
```
# PHP
## PHP
[Psalm](https://phpmagazine.net/2018/12/find-errors-in-your-php-applications-with-psalm.html) and [PHPStan](https://phpmagazine.net/2020/09/phpstan-pro-edition-launched.html).
# Solidity
### Wordpress Plugins
[https://www.pluginvulnerabilities.com/plugin-security-checker/](https://www.pluginvulnerabilities.com/plugin-security-checker/)
## Solidity
* [https://www.npmjs.com/package/solium](https://www.npmjs.com/package/solium)
<details>
<summary><strong>Support HackTricks and get benefits!</strong></summary>
@ -128,5 +130,3 @@ Get the [**official PEASS & HackTricks swag**](https://peass.creator-spring.com)
**Share your hacking tricks submitting PRs to the** [**hacktricks github repo**](https://github.com/carlospolop/hacktricks)**.**
</details>