Skip to content

v0.9.0

Compare
Choose a tag to compare
@hahwul hahwul released this 28 Sep 15:48
· 449 commits to main since this release
c61d50a

What's Changed

  • FastAPI Detector&Analyzer (by @ksg97031 馃憤)
    • Support to URL, Method, Param, Header, WebSocket
    • And a thorough test codes
  • ElasticSearch Deliver was added. (flag: --send-es)
  • YAML has been added to the output format.

Full Changelog: v0.8.0...v0.9.0

Showcase

FastAPI Detector & Analyzer

noir -b ./fastapi_app

Flag: --send-es (ES Deliver)

# noir -b <BASE-PATH> --send-es http://<ES-ENDPOINT>/<INDEX>/<TYPE>
noir -b ./app/ --send-es http://localhost:9200/noir/url


ES search result

Flag: -f yaml

noir -b ./kemal -f yaml