We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4483062 commit 54720b1Copy full SHA for 54720b1
web/discovery.md
@@ -25,6 +25,12 @@ parent: web
25
curl -s $url/robots.txt
26
```
27
28
+### Dirb
29
+
30
+```bash
31
+dirb $url
32
+```
33
34
### Go buster
35
36
```bash
web/shell.nix
@@ -18,6 +18,7 @@ let
18
19
packages = with pkgs; [
20
gobuster
21
+ dirb
22
whois
23
sqlmap
24
burpsuite
0 commit comments