🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

cnl2feedcrawler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cnl2feedcrawler

Intercept, decrypt and forward CnL to FeedCrawler

3.0.0
PyPI
Maintainers
1

ClickNLoad2FeedCrawler

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.

PyPI version PyPI - Downloads Github Sponsorship

Voraussetzungen

  • Linux basierte Laufzeitumgebung (inkompatibel mit Windows)
  • Python 3.12 oder neuer
  • pip
  • FeedCrawler

Update

pip install -U cnl2feedcrawler

Starten

cnl2feedcrawler --url=192.168.1.1:9090 in der Konsole (Python muss im System-PATH hinterlegt sein)

Docker

docker run -d \
  --name="ClickNLoad2FeedCrawler" \
  -p 9666:9666 \
  -e 'URL'='192.168.1.1:9090'
  rix1337/docker-cnl2feedcrawler:latest

Pflichtparameter

ParameterErläuterung
--url=<URL>Die lokale URL des FeedCrawlers - bspw. http://192.168.1.1:9090)

Click'n'Load auf Windows umleiten

netsh interface portproxy add v4tov4 listenport=9666 connectaddress=<Docker Host> connectport=9666 listenaddress=127.0.0.1

Umleitung entfernen:

netsh interface portproxy delete v4tov4 listenport=9666 listenaddress=127.0.0.1

FAQs

Did you know?

Socket

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.

Install

Related posts