Intercept, decrypt and forward CnL to FeedCrawler
Project description
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.
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
Parameter | Erlä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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cnl2feedcrawler-3.0.0.tar.gz
.
File metadata
- Download URL: cnl2feedcrawler-3.0.0.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25075a340d2241fc4d63f603c67c3085bb4fa67818dd791edeae59a062b081e3 |
|
MD5 | 1a41843b7d89a8c8951d1b6f18226372 |
|
BLAKE2b-256 | 1683a20d44684b18e89352a89f7b30bc6338e4bd286ca842e6aa4608ba597670 |
File details
Details for the file cnl2feedcrawler-3.0.0-py3-none-any.whl
.
File metadata
- Download URL: cnl2feedcrawler-3.0.0-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5bfa5065fba6db16caa534cccf23d61e1dfd5107563a7878aa93e7c27ed9bb1 |
|
MD5 | b4a3bcb18e9de8a1804b586b847e45be |
|
BLAKE2b-256 | 6250f560c2d7eb903560f8a27541a9f1347899fd743bb265330e64133a3d533a |