A Website Spider/Crawler, Python 3.x
A Website Spider/Crawler, Python 3.x
<a href="https://www.ssllabs.com/index.html"
VS <a href="/projects/index.html
--target <str> | Target to scan
--depth <int> | Depth to crawl through
--output <str> | Output file for raw links
--full | Show output with full website links
--silent | Do not show progress, only results
python3 kankra.py --target https://example.com --depth 10
python3 kankra.py --target https://example.com --depth 15 --silent --full --output output.txt
git clone https://github.com/Ak-wa/Kankra.git
cd Kankra
pip3 install -r requirements.txt
python3 kankra.py -h