typosquatter / ail-typo-squatting

Generate list of potential typo squatting domains with domain name permutation engine to feed AIL and other systems.
https://typosquatter.github.io/ail-typo-squatting/
BSD 2-Clause "Simplified" License
72 stars 4 forks source link

Poetry install broken #16

Closed iam-py-test closed 7 months ago

iam-py-test commented 7 months ago

get-poetry.py seems deprecated and https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py returns a 404. The website[1] recommends using curl -sSL https://install.python-poetry.org | python3 - instead (though in my opinion, this is pretty much equivalent to curl | bash which is bad practice). Thanks

adulau commented 7 months ago

Thanks I updated the documentation. The self-installation of Poetry is kind of chicken-egg issue. As long poetry distribution doesn't get compromised, we are fine ;-)