Skip to content

Commit

Permalink
fix: install cariddi from GitHub releases (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell authored Apr 14, 2024
1 parent 6bd3077 commit 21c9078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secator/tasks/cariddi.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class cariddi(HttpCrawler):
}
item_loaders = []
install_cmd = 'go install -v github.com/edoardottt/cariddi/cmd/cariddi@latest'
install_github_handle = 'edoardottt/cariddi'
encoding = 'ansi'
proxychains = False
proxy_socks5 = True # with leaks... https://github.com/edoardottt/cariddi/issues/122
Expand Down

0 comments on commit 21c9078

Please sign in to comment.