Skip to content

Commit dc707b3

Browse files
authored
Update README.md
Fix example target file format in README
1 parent f1802c6 commit dc707b3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ linksiren cleanup --targets payloads_written.txt [domain]/username[:password]
4949

5050
# How do I use this the \~right\~ way?
5151
1. Create a targets file for crawling containing accessible hosts, shares, or folders on each line in the following format. If a host is specified, shares will be identified on the host and treated as the next level of depth for crawling:
52-
`\\server1.domain.tld\`
53-
`\\server2.domain.tld\share1`
54-
`\\server3.domain.tld\share2\folder1\subfolder1`
52+
```
53+
\\server1.domain.tld\
54+
\\server2.domain.tld\share1
55+
\\server3.domain.tld\share2\folder1\subfolder1
56+
```
5557

5658
2. Use LinkSiren to crawl the provided paths to the specified depth, searching for the ideal location to place a file that will coerce authentication. Resulting UNC paths are saved in `folder_targets.txt` in the current directory.
5759
```bash

0 commit comments

Comments
 (0)