Skip to content

Commit 63e9f7b

Browse files
committed
misc updates
1 parent 4a9a8b7 commit 63e9f7b

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

content/network/information-gathering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Netcraft is an ISP, that offers a free web portal \[[🔗](https://searchdns.ne
3030

3131
## Open-Source Code
3232

33-
Gather information through GitHub, GitLab, etc. 
33+
Gather information through GitHub, GitLab, etc.
3434

3535
* Manual
3636
* Automatic

content/network/network-services-exploitation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ cadaver http://<ip>/<webdav_path> # then login.
102102
# Use PUT command to upload file
103103
```
104104

105-
## 139/445 - SMB | Samba
105+
## 445 - SMB | Samba
106106

107107
```sh
108108
# List shared folders

content/web/automation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Automation"
2+
title: ""
33
weight: 3
44
---
55

@@ -9,7 +9,7 @@ weight: 3
99

1010
```sh
1111
# Web fuzzer
12-
ffuf -w wordlist.txt -u https://example.com/file-FUZZ- c
12+
ffuf -w wordlist.txt -u https://example.com/file-FUZZ -c
1313

1414
# Recursive content discovery
1515
# You can set depth (recursion), extract links from response body
@@ -36,3 +36,7 @@ waybackurls https://example.com
3636
```sh
3737
nikto -h http://example.com
3838
```
39+
40+
## Technology Identification
41+
42+
Use [Wappalyzer](https://www.wappalyzer.com/) extension.

0 commit comments

Comments
 (0)