FCOPIER.

High-precision framework for website analysis, forensic cloning, and automated security auditing. Framework presisi tinggi untuk analisis situs web, cloning forensik, dan audit keamanan otomatis.

01. Installation

Clone the repository and run the automated installer. Requires node.js 18+. Salin repositori dan jalankan installer otomatis. Membutuhkan Node.js 18+.

git clone https://github.com/FerzDevZ/fcopier.git
cd fcopier
bash install.sh

02. Core Cloning

Clone websites with full asset extraction, proxy support, and intelligent URL rewriting. Salin situs web dengan ekstraksi aset lengkap, dukungan proxy, dan penulisan ulang URL yang cerdas.

# Basic clone
fcopier clone https://example.com

# Clone with Proxy and Custom User-Agent
fcopier clone https://example.com --proxy http://yourproxy.com --ua "Custom Agent"

03. Security Scanning

Automatically detect hardcoded API keys, tokens, and PII leaks. Deteksi otomatis kunci API, token, dan kebocoran data pribadi (PII) yang tertanam.

# Scan an existing directory
fcopier scan ./cloned_site

# Scan in real-time while cloning
fcopier clone https://example.com --scan

04. Advanced Exporting

Convert any page into high-quality PDF, PNG, or a self-contained Single-File HTML. Ubah halaman apa pun menjadi PDF berkualitas tinggi, PNG, atau file HTML Mandiri (Single-File).

# Export to PDF
fcopier export https://example.com --type pdf

# Export to SingleFile (Base64 Inline)
fcopier export https://example.com --type singlefile

05. API Mocking & Server

Simulate live API responses using the captured snapshots with an integrated dashboard. Simulasikan respons API secara langsung menggunakan rekaman snapshot dengan dashboard yang terintegrasi.

# Serve and open dashboard
fcopier serve ./cloned_site --open