GithubHelp home page GithubHelp logo

simitka / proxyman-search Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 56 KB

Proxyman script for searching inside the request-response body and color highlight such call

License: The Unlicense

JavaScript 100.00%
js proxyman script

proxyman-search's Introduction

Proxyman Search script

A script for searching phrase in the body of the request-response and highlight + adds a comment to the response Снимок экрана 2022-10-27 в 20 51 02

The script can do:

  • Choose where the search will be carried out
    • search in request body
    • search in response body
    • request-response switcher
    • search in request and response at the same time
  • Two search modes:
    • exact search – search for a phrase case-sensitive and space-sensitive
    • soft search – search including the phrase within the phrase, case-insensitive
  • Search for and highlight several different phrases with the same color

Install & Configurate

Tutorial for install and configurate Proxyman are available to the Appsyoulove team on the wiki or easily googled. To configure the script, you need to change the parameter values in the color array Снимок экрана 2022-10-27 в 20 49 23 There are 7 objects in the array, each of which indicates which color to highlight the found phrase: red, blue, green, yellow, purple, gray, white (CommentOnly). Each object has 3 properties, through which the search is configured:

  • whatFind: 'any_phrase_or_[array_of_phrases]' – is what will be searched for
  • whereSearch: 'request/response/everywhere' – where the request will be searched
    • request – in the request body
    • response – in the response body
    • everywhere – in the request & response body at the same time
  • exactSearch: true/false – enable/disable exact search
    • true – exact search is enabled [example]. The value in whatFind will be searched exactly, case-sensitive and space-sensitive. Searching for a phrase inside another phrase doesn't work
    • false – soft search [example]. The value in whatFind will be searched inside other phrases and case-insensitive

Documentation

proxyman-search's People

Contributors

simitka avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.