Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclone-github authored Jan 10, 2024
1 parent 4994139 commit 2fec49d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ Wordlist & ngram creation tool to crawl a given url and create wordlists and/or

### Compile from source:
- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.
- Compile from source code info:
- This assumes you have Go and Git installed
- `git clone https://github.com/cyclone-github/spider.git`
- `cd spider`
- `go mod init spider`
- `go mod tidy`
- `go build -ldflags="-s -w" .`
- Compile from source code how-to:
- https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt
### Change Log:
- https://github.com/cyclone-github/spider/blob/main/CHANGELOG.md
Expand All @@ -26,4 +32,4 @@ Wordlist & ngram creation tool to crawl a given url and create wordlists and/or

### Antivirus False Positives:
- Several antivirus programs on VirusTotal incorrectly detect compiled Go binaries as a false positive. This issue primarily affects the Windows executable binary, but is not limited to it. If this concerns you, I recommend carefully reviewing the source code, then proceed to compile the binary yourself.
- Uploading your compiled binaries to https://virustotal.com and leaving an up-vote or a comment would be helpful as well.
- Uploading your compiled binaries to https://virustotal.com and leaving an up-vote or a comment would be helpful as well.

0 comments on commit 2fec49d

Please sign in to comment.