All Projects → nicecp → iyov

nicecp / iyov

Licence: other
Web proxy for http(s) for developers to analyze data between client and servers based on workerman, especailly for app developers.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
hack
652 projects

Projects that are alternatives of or similar to iyov

Badssl.com
🔒 Memorable site for testing clients against bad SSL configs.
Stars: ✭ 2,234 (+8174.07%)
Mutual labels:  https, mitm
Go Mitmproxy
mitmproxy implemented with golang. 用 Golang 实现的中间人攻击(Man-in-the-middle),解析、监测、篡改 HTTP/HTTPS 流量。
Stars: ✭ 61 (+125.93%)
Mutual labels:  https, mitm
Physics Command
Physics platform is a tool for hardware systems (e.g: raspberryPi 3B ). It retrieves data passing through the network and sends it to a control panel. It works the same way as a botnet by receiving remote commands. (you can imagine that as a black box)
Stars: ✭ 23 (-14.81%)
Mutual labels:  attack, mitm
Hoverfly
Lightweight service virtualization/API simulation tool for developers and testers
Stars: ✭ 1,814 (+6618.52%)
Mutual labels:  https, mitm
refluxion
Refluxion -- MITM WPA attacks tool
Stars: ✭ 25 (-7.41%)
Mutual labels:  attack, mitm
ipns-link
Expose local http-server (web-app) through IPNS
Stars: ✭ 18 (-33.33%)
Mutual labels:  https
kube-debug
一鍵調試kubernetes和docker容器的Web視覺化工具箱。A toolbox for debugging docker container and kubernetes with web UI.
Stars: ✭ 46 (+70.37%)
Mutual labels:  debug
node-jsonrpc2
JSON-RPC 2.0 server and client library, with HTTP (with Websocket support) and TCP endpoints
Stars: ✭ 103 (+281.48%)
Mutual labels:  https
HTTP-Connectivity-Tester
Aids in discovering HTTP and HTTPS connectivity issues. #nsacyber
Stars: ✭ 79 (+192.59%)
Mutual labels:  https
var-dumper
Helper for dumping variable for debug purposes
Stars: ✭ 13 (-51.85%)
Mutual labels:  debug
mitre-visualizer
🧬 Mitre Interactive Network Graph (APTs, Malware, Tools, Techniques & Tactics)
Stars: ✭ 49 (+81.48%)
Mutual labels:  attack
state inspector
State change & method call logger. A debugging tool for instance variables and method calls.
Stars: ✭ 24 (-11.11%)
Mutual labels:  debug
mitm-python
A simple as possible man in the middle written in python using scapy
Stars: ✭ 6 (-77.78%)
Mutual labels:  mitm
xssmap
Intelligent XSS detection tool that uses human techniques for looking for reflected cross-site scripting (XSS) vulnerabilities
Stars: ✭ 107 (+296.3%)
Mutual labels:  attack
XDebugger
A very lightweight library (4Kb) to create a development or production debugger with custom errors readable for humans. Includes errors in table format, logger and search methods with dynamic filters.
Stars: ✭ 18 (-33.33%)
Mutual labels:  debug
ignition-tinker-tab
An Ignition tab to tinker with your Laravel app
Stars: ✭ 30 (+11.11%)
Mutual labels:  debug
instahack
Hack instagram bruteforce new
Stars: ✭ 23 (-14.81%)
Mutual labels:  attack
Kvpbase
Scalable, simple RESTful object storage platform, written in C#
Stars: ✭ 43 (+59.26%)
Mutual labels:  https
mitm
👨🏼‍💻 ‎‎‎‏‏ A customizable man-in-the-middle TCP proxy.
Stars: ✭ 44 (+62.96%)
Mutual labels:  mitm
Debloat
Remove ads, bloatware and speed up your device.
Stars: ✭ 44 (+62.96%)
Mutual labels:  debug

IYOV-A web proxy and analyze tool especially for app engineers.

How it comes

Sometimes we`ll help colleagues to locate issues between app and servers. I have to login each server and dump the tcp packages, but it`s not that humanzied, or many ads. So I build this tool. It`s free and open to all developers. You can know every details of each HTTP request and response packages. Now it`s avaliable in the IYOV cloud platform, and I`m still working on making it more easy to use.

Features

  • A proxy for http and https;
  • Support Content-Length;
  • Support Transfer-Encoding: chunkded;
  • Support Content-Encoding: gzip;

request response

Installation

  • clone this repository
  • then composer install

Config

  1. cp .env.ini.example to .env.ini
  2. add test.iyov.io 127.0.0.1 to your own hosts;

Run

  • get into the root dir and run php start.php start command;

How to use

  1. set proxy config of mobile, Address: your computer local address, Port: 9733
  2. open test.iyov.io:8080 in browser

Ok, Now you can surf the internet or test applications in mobile devices, every detail will be explosed in the tab.

If using iyov in your computer, app and computer should connect to the same network,otherwise it`s workless.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].