Skip to content

Path Crawler is a simple CLI tool built with Node.js that scans a website asnd extracts all relative paths

License

Notifications You must be signed in to change notification settings

odaysec/path-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Path Crawler CLI

πŸ“ CLI tool sederhana untuk mengekstrak seluruh path atau direktori dari sebuah website menggunakan Node.js.


πŸ”§ Fitur

  • Ekstraksi semua path dari halaman utama website dan file eksternal (JS/CSS).
  • Menyimpan hasil otomatis ke folder results/<domain>/directory_list.txt.
  • Dapat dijalankan langsung dari terminal dengan satu perintah.

πŸš€ Cara Pakai

1. Clone & Install

git clone https://github.com/odaysec/path-crawler.git
cd path-crawler/project/recon/
npm install

2. Jadikan CLI

chmod +x index.js
npm link

3. Jalankan Tool

pathcrawler https://targetwebsite.com

Hasil akan otomatis disimpan di:

results/targetwebsite.com/directory_list.txt

πŸ“¦ Contoh Output

/assets/js/main.js
/css/style.css
/uploads/images/logo.png
/admin/login.php

asciicast


πŸ›  Dependencies


⚠️ Catatan

  • Tool ini hanya bekerja pada website yang kontennya dapat diakses publik (tidak melalui JavaScript async rendering).
  • Tidak merepresentasikan vulnerability checker, hanya digunakan untuk eksplorasi struktur URL.

πŸ§‘β€πŸ’» License

MIT License.

About

Path Crawler is a simple CLI tool built with Node.js that scans a website asnd extracts all relative paths

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published