Author: Gadi Josephat Daniel
Project Status: Success
Tools: Termius, SSH, Python, SFTP
This repository documents my competency in remote server management. Using Termius as my client, I successfully established a local SSH environment on macOS to execute two key tasks:
- Remote Service Deployment: Hosting a local web server accessed by external devices.
- Secure File Manipulation: Modifying critical files remotely via SFTP overwrite.
Objective: Launch a network service and verify accessibility from a separate mobile client.
- Command Used:
python3 -m http.server 8000 - Protocol: TCP/IP (Localhost)
- Verification: Accessed the server via iPhone at
192.168.1.125:8000.
Evidence:
Successful Handshake between Server (Mac) and Client (iPhone)

Objective: Modify a protected file on the remote server without direct terminal editing access.
- Method:
- Located target file
notes.pdfin/Secret_Project. - Created a local replica with modified payload ("COMPROMISED by Gadi").
- Forced an SFTP Overwrite to inject the new file into the remote directory.
- Located target file
Evidence:
Step 1: Locating the target in Termius SFTP Interface

Step 2: Verification of the compromised file content

This project demonstrates functional proficiency in:
- Port Forwarding & Listening: Understanding how port 8000 broadcasts on a LAN.
- SFTP Management: Managing remote file systems using GUI-based SSH tools.
- Network Addressing: Configuring local IP static routing.