Skip to content

Commit

Permalink
institued fix from discussion; closes #68 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 authored Jun 13, 2020
1 parent fce38c2 commit 7e261a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/recon/web/subdomain_takeover.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def run(self):
command = [
tools.get("tko-subs").get("path"),
f"-domain={','.join(domains)}",
f"-data={tools.get('tko-subs').get('git_dir')}/providers-data.csv",
f"-data={tools.get('tko-subs').get('providers')}",
f"-output={self.output_file}",
]

Expand Down
1 change: 1 addition & 0 deletions pipeline/tools/tko-subs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dependencies: [go]
go: &gotool !get_tool_path "{go[path]}"
path: !join_path [!get_default "{gopath}", bin/tko-subs]
environ: {"GOPATH": !get_default "{gopath}"}
providers: !join_path [!get_default "{gopath}", src/github.com/anshumanbh/tko-subs/providers-data.csv]

commands:
- !join [*gotool, get, github.com/anshumanbh/tko-subs]

0 comments on commit 7e261a1

Please sign in to comment.