Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

SSL warning supress error message fix. #11

Open
gprime31 opened this issue Sep 4, 2022 · 0 comments
Open

SSL warning supress error message fix. #11

gprime31 opened this issue Sep 4, 2022 · 0 comments

Comments

@gprime31
Copy link

gprime31 commented Sep 4, 2022

line 72
change
python3 ${LINKFINDER} -d -i ${1} -o cli | grep -Eoi "https?://[^\"\\'> ]+" | grep "${DOMAIN}" | grep ".js" | uniq |
to
python3 -W ignore ${LINKFINDER} -d -i ${1} -o cli | grep -Eoi "https?://[^\"\\'> ]+" | grep "${DOMAIN}" | grep ".js" | uniq |

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant