Skip to content

Commit 54720b1

Browse files
committed
+dirb
1 parent 4483062 commit 54720b1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

web/discovery.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ parent: web
2525
curl -s $url/robots.txt
2626
```
2727

28+
### Dirb
29+
30+
```bash
31+
dirb $url
32+
```
33+
2834
### Go buster
2935

3036
```bash

web/shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ let
1818

1919
packages = with pkgs; [
2020
gobuster
21+
dirb
2122
whois
2223
sqlmap
2324
burpsuite

0 commit comments

Comments
 (0)