Update README.md

This commit is contained in:
skyper
2023-12-08 08:23:18 +00:00
committed by GitHub
parent 9ac2af6aaf
commit 04efdf574e
+5
View File
@@ -735,6 +735,11 @@ nmap -sCV -F -Pn --min-rate 10000 scanme.nmap.org
nmap -A -F -Pn --min-rate 10000 --script vulners.nse --script-timeout=5s scanme.nmap.org
```
Using bash:
```shell
timeout 5 bash -c "</dev/tcp/1.2.3.4/31337" && echo OPEN || echo CLOSED
```
---
<a id="bruteforce"></a>
**3.viii. Crack Password hashes**