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

orangecurl/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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%