Sanchez Server is a HTTP server with a simple set up that can be used to carry out network penetration testing and to view to and download files in a private network.
I decided to make this project to practice React frontend and to you utilize an old rooted TECNO Spark Youth (KA6) using the Termux terminal emulator.
- Node.js
- npm
- python3
- Clone the repository
git clone https://github.com/h0nt3d/Sanchez-Server
- Add device address in FileBrowser.js
const BACKENDADDRESS = "<device_address>:3001";
- Inside the frontend directory install Node.js modules
npm install
- Start Backend Server
node index.js
- Create production build
npm run build
- Inside build directory start server (e.g port 8080)
python -m http.server <port>