{ "info": { "author": "Emilien Peretti", "author_email": "code@emilienperetti.be", "bugtrack_url": null, "classifiers": [], "description": "[![PyPi](https://img.shields.io/pypi/v/filesender.svg)](https://pypi.org/pypi/filesender/)\r\n![License](https://img.shields.io/github/license/EmilienPer/FileSender.svg?style=flat)\r\n[![Donate](https://img.shields.io/badge/donate-paypal-orange.svg)](https://www.paypal.me/EmilienPer)\r\n[![Beerpay](https://beerpay.io/EmilienPer/HackRecon/badge.svg?style=flat)](https://beerpay.io/EmilienPer/HackRecon)\r\n## Table of Contents\r\n * [FileSender](#filesender)\r\n * [Requirement](#requirement)\r\n * [Installation](#installation)\r\n * [Options](#options)\r\n * [Usage](#usage)\r\n * [Example](#example)\r\n * [Issues management](#issues-management)\r\n\r\n## FileSender\r\nProject URL : https://github.com/EmilienPer/FileSender\r\n\r\nFileSender was created to be used for OSCP certification.\r\nIt's aims to generate a script to upload a file to a target in different languages. \r\nThe base mechanism is the following : \r\n\r\n- Copy the file in a tempory directory \r\n- Start a server (if required) \r\n- Create the script to download the file from the server or to build the file\r\n- Send the script to the target\r\n\r\n\r\n## Requirement\r\nFileSender run on Python 2.7 can't work correctly without the following tools\r\n\r\nThe following tools are required: \r\n- upx (/usr/bin/upx)\r\n- exe2bat.exe\r\n- wine \r\n\r\n## Installation\r\n`sudo pip install filesender`\r\n\r\n## Options\r\n| Option | Shortcut | Description |\r\n| ------ | -------- | ----------- |\r\n| file || The path to file to send | \r\n| method | | the language of the script (powershell,hex,ftp,wget,vbscript,exe2bat)|\r\n| type | | the type of output/sending method (print / get / post) |\r\n| dest | | the destination directory on the target |\r\n| --server-ip | | The local ip address | \r\n| --server-port | | The local port | \r\n|--url|-u| The Target URL|\r\n|--params|-p|A json {key:value} where value=