-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6632945
commit c7b1fa5
Showing
23 changed files
with
74 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 24,4 @@ jobs: | |
- | ||
name: Build | ||
run: go build -v . | ||
working-directory: ./cmd/urlfind3r | ||
working-directory: ./cmd/hqurlfind3r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 1,6 @@ | ||
# Executable | ||
|
||
cmd/urlfind3r/urlfind3r | ||
cmd/hqurlfind3r/hqurlfind3r | ||
|
||
# Notes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,5 @@ | ||
{ | ||
"yaml.schemas": { | ||
"https://json.schemastore.org/github-workflow.json": "file:///home/enenumxela/Projects/hueristiq/open-source-projects/urlfind3r/.github/workflows/build.yml" | ||
"https://json.schemastore.org/github-workflow.json": "file:///home/enenumxela/Projects/hueristiq/open-source-projects/hqurlfind3r/.github/workflows/build.yml" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 1,6 @@ | ||
# urlfind3r | ||
# hqurlfind3r | ||
|
||
[![release](https://img.shields.io/github/release/hueristiq/urlfind3r?style=flat&color=0040ff)](https://github.com/hueristiq/urlfind3r/releases) ![maintenance](https://img.shields.io/badge/maintained?-yes-0040ff.svg) [![open issues](https://img.shields.io/github/issues-raw/hueristiq/urlfind3r.svg?style=flat&color=0040ff)](https://github.com/hueristiq/urlfind3r/issues?q=is:issue is:open) [![closed issues](https://img.shields.io/github/issues-closed-raw/hueristiq/urlfind3r.svg?style=flat&color=0040ff)](https://github.com/hueristiq/urlfind3r/issues?q=is:issue is:closed) [![license](https://img.shields.io/badge/license-MIT-gray.svg?colorB=0040FF)](https://github.com/hueristiq/urlfind3r/blob/master/LICENSE) [![twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/itshueristiq) | ||
[![release](https://img.shields.io/github/release/hueristiq/hqurlfind3r?style=flat&color=0040ff)](https://github.com/hueristiq/hqurlfind3r/releases) ![maintenance](https://img.shields.io/badge/maintained?-yes-0040ff.svg) [![open issues](https://img.shields.io/github/issues-raw/hueristiq/hqurlfind3r.svg?style=flat&color=0040ff)](https://github.com/hueristiq/hqurlfind3r/issues?q=is:issue is:open) [![closed issues](https://img.shields.io/github/issues-closed-raw/hueristiq/hqurlfind3r.svg?style=flat&color=0040ff)](https://github.com/hueristiq/hqurlfind3r/issues?q=is:issue is:closed) [![license](https://img.shields.io/badge/license-MIT-gray.svg?colorB=0040FF)](https://github.com/hueristiq/hqurlfind3r/blob/master/LICENSE) [![twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/itshueristiq) | ||
|
||
A passive reconnaissance tool for known URLs discovery - it gathers a list of URLs passively using various online sources. | ||
|
||
|
@@ -33,28 33,28 @@ A passive reconnaissance tool for known URLs discovery - it gathers a list of UR | |
|
||
### From Binary | ||
|
||
You can download the pre-built binary for your platform from this repository's [releases](https://github.com/hueristiq/urlfind3r/releases/) page, extract, then move it to your `$PATH`and you're ready to go. | ||
You can download the pre-built binary for your platform from this repository's [releases](https://github.com/hueristiq/hqurlfind3r/releases/) page, extract, then move it to your `$PATH`and you're ready to go. | ||
|
||
### From Source | ||
|
||
urlfind3r requires **go1.17 ** to install successfully. Run the following command to get the repo | ||
hqurlfind3r requires **go1.17 ** to install successfully. Run the following command to get the repo | ||
|
||
```bash | ||
go install -v github.com/hueristiq/urlfind3r/cmd/urlfind3r@latest | ||
go install -v github.com/hueristiq/hqurlfind3r/cmd/hqurlfind3r@latest | ||
``` | ||
|
||
### From Github | ||
|
||
```bash | ||
git clone https://github.com/hueristiq/urlfind3r.git && \ | ||
cd urlfind3r/cmd/urlfind3r/ && \ | ||
go build; mv urlfind3r /usr/local/bin/ && \ | ||
urlfind3r -h | ||
git clone https://github.com/hueristiq/hqurlfind3r.git && \ | ||
cd hqurlfind3r/cmd/hqurlfind3r/ && \ | ||
go build; mv hqurlfind3r /usr/local/bin/ && \ | ||
hqurlfind3r -h | ||
``` | ||
|
||
## Post Installation | ||
|
||
urlfind3r will work after [installation](#installation). However, to configure urlfind3r to work with certain services - currently github - you will need to have setup API keys. The API keys are stored in the `$HOME/.config/urlfind3r/conf.yaml` file - created upon first run - and uses the YAML format. Multiple API keys can be specified for each of these services. | ||
hqurlfind3r will work after [installation](#installation). However, to configure hqurlfind3r to work with certain services - currently github - you will need to have setup API keys. The API keys are stored in the `$HOME/.config/hqurlfind3r/conf.yaml` file - created upon first run - and uses the YAML format. Multiple API keys can be specified for each of these services. | ||
|
||
Example: | ||
|
||
|
@@ -81,20 81,20 @@ keys: | |
**DiSCLAIMER:** fetching urls from github is a bit slow. | ||
```bash | ||
urlfind3r -h | ||
hqurlfind3r -h | ||
``` | ||
|
||
This will display help for the tool. | ||
|
||
``` | ||
_ __ _ _ _____ | ||
_ _ _ __| |/ _(_)_ __ __| |___ / _ __ | ||
| | | | '__| | |_| | '_ \ / _` | |_ \| '__| | ||
| |_| | | | | _| | | | | (_| |___) | | | ||
\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| 1.8.0 | ||
_ _ __ _ _ _____ | ||
| |__ __ _ _ _ _ __| |/ _(_)_ __ __| |___ / _ __ | ||
| '_ \ / _` | | | | '__| | |_| | '_ \ / _` | |_ \| '__| | ||
| | | | (_| | |_| | | | | _| | | | | (_| |___) | | | ||
|_| |_|\__, |\__,_|_| |_|_| |_|_| |_|\__,_|____/|_| v1.8.0 | ||
|_| | ||
USAGE: | ||
urlfind3r [OPTIONS] | ||
hqurlfind3r [OPTIONS] | ||
OPTIONS: | ||
-d, --domain domain to fetch urls for | ||
|
@@ -113,21 113,21 @@ OPTIONS: | |
#### Basic | ||
|
||
```bash | ||
urlfind3r -d tesla.com | ||
hqurlfind3r -d tesla.com | ||
``` | ||
|
||
#### Regex filter URLs | ||
|
||
```bash | ||
urlfind3r -d tesla.com -f ".(jpg|jpeg|gif|png|ico|css|eot|tif|tiff|ttf|woff|woff2)" | ||
hqurlfind3r -d tesla.com -f ".(jpg|jpeg|gif|png|ico|css|eot|tif|tiff|ttf|woff|woff2)" | ||
``` | ||
|
||
#### Include Subdomains' URLs | ||
|
||
```bash | ||
urlfind3r -d tesla.com -iS | ||
hqurlfind3r -d tesla.com -iS | ||
``` | ||
|
||
## Contribution | ||
|
||
[Issues](https://github.com/hueristiq/urlfind3r/issues) and [Pull Requests](https://github.com/hueristiq/urlfind3r/pulls) are welcome! | ||
[Issues](https://github.com/hueristiq/hqurlfind3r/issues) and [Pull Requests](https://github.com/hueristiq/hqurlfind3r/pulls) are welcome! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 1,4 @@ | ||
module github.com/hueristiq/urlfind3r | ||
module github.com/hueristiq/hqurlfind3r | ||
|
||
go 1.18 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
pkg/urlfind3r/scraping/sources.go → pkg/hqurlfind3r/scraping/sources.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters