Translates raw HTTP requests to Python,Ruby,Php and Bash scripts
Project description
HTTP Request Translator
HTTP Request Translator is a python standalone tool that will help you translate any raw HTTP requests into the language of your choice.
It supports the following languages:
Bash
PHP
Python
Ruby
HTTP Request Translator can be used via its CLI or be imported from your own python project (actively supported version 2.7 and 3.3+).
Installation
$ git clone https://github.com/owtf/http-request-translator
$ cd ./http-request-translator/
$ make install
Note: The last step might require root privileges.
Usage
Command Line Interface
HTTP Request Translator provides a complete command line interface (CLI) to make it easy for you to use it.
usage: hrt [-h] [--language LANGUAGE] [--proxy [PROXY]]
[--search_string SEARCH_STRING | --search_regex SEARCH_REGEX]
[--interactive] [--data DATA]
[--request REQUEST | --file FILE]
Request Translator is a standalone tool that can translate raw HTTP requests
into bash/python/php/ruby scripts
optional arguments:
-h, --help show this help message and exit
--language LANGUAGE, -l LANGUAGE
Generates a script in language 'language' for given
HTTP request. If you want to generate multiple
scripts, separate the script's name with a <,>.
Available languages: bash, php, python, ruby
--proxy [PROXY], -p [PROXY]
Generates command/script with relevant, specified
proxy
--search_string SEARCH_STRING, -ss SEARCH_STRING
Sends the request and searches for the required string
in the response (i.e literal match)
--search_regex SEARCH_REGEX, -se SEARCH_REGEX
Sends the request and searches for the required regex
in the response (i.e regex match)
--interactive, -i Interactive mode: read raw HTTP request from keyboard,
hit enter when ready. Type 'Ctrl+D' or 'Ctrl+C'to exit
from the interactive mode.
--data DATA, -d DATA Add the data that you want to send along with the
header
--request REQUEST, -r REQUEST
Input the HTTP request
--file FILE, -f FILE Input file for HTTP request
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file hrt-0.1.0.tar.gz
.
File metadata
- Download URL: hrt-0.1.0.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf6ec31fe73efd3530a4a98127bd447de0ef742b34da55cb49677faa3f774789 |
|
MD5 | 02cccdc25305a96474f4c411af6fe514 |
|
BLAKE2b-256 | 44544fb9f092f28f1cafe7472a78494adf7c1ed2b59586ca51427b4510346243 |