Skip to content

h0nt3d/Sanchez-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sanchez Server

alt text

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.

Dependencies

  • Node.js
  • npm
  • python3

Setup

  1. Clone the repository

git clone https://github.com/h0nt3d/Sanchez-Server

  1. Add device address in FileBrowser.js

const BACKENDADDRESS = "<device_address>:3001";

  1. Inside the frontend directory install Node.js modules

npm install

  1. Start Backend Server

node index.js

  1. Create production build

npm run build

  1. Inside build directory start server (e.g port 8080)

python -m http.server <port>

About

Simple HTTP Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published