
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
ClickNLoad2FeedCrawler fängt Click'n'Load ab, entschlüsselt die Payload und übergibt diese dem FeedCrawler.
Die Entschlüsselung erfolgt vollständig in Python-Logik, ohne externe Aufrufe.
pip install -U cnl2feedcrawler
cnl2feedcrawler --url=192.168.1.1:9090
in der Konsole (Python muss im System-PATH hinterlegt sein)
docker run -d \
--name="ClickNLoad2FeedCrawler" \
-p 9666:9666 \
-e 'URL'='192.168.1.1:9090'
rix1337/docker-cnl2feedcrawler:latest
Parameter | Erläuterung |
---|---|
--url=<URL> | Die lokale URL des FeedCrawlers - bspw. http://192.168.1.1:9090 ) |
netsh interface portproxy add v4tov4 listenport=9666 connectaddress=<Docker Host> connectport=9666 listenaddress=127.0.0.1
netsh interface portproxy delete v4tov4 listenport=9666 listenaddress=127.0.0.1
FAQs
Intercept, decrypt and forward CnL to FeedCrawler
We found that cnl2feedcrawler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.