caplets/enumerate/events/README.md

408 B

enumerate.events

A simple module that lets you enumerate events.

Example:

enumerate.events.regexp GET|POST|HEAD|PUT|DELETE|CONNECT|OPTIONS|TRACE|PATCH|=>|Form:

(this command will print all HTTP events; regexp must be written as in new RegExp())

screenshot from 2018-07-27 21-48-20