文件名称:transformations
文件大小:188KB
文件格式:ZIP
更新时间:2024-05-03 08:46:48
JavaScript
这是什么? 该工具将帮助您了解如何在系统上转换输入,从而可以帮助您制作更好的有效负载。 示例:如果您在进行test时注意到服务器响应c1aa46d751f1ffa58481418667134109ac5f573c ,则此工具将立即告诉您它是stringReverse(sha1(md5(md5("test")))) 。 在线版 可以在上使用此工具 Docker版本 您也可以脱机运行此工具。 git clone https://github.com/jobertabma/transformations cd transformations docker build --tag transformations . docker run -d -p 8080:80 transformations 然后,您可以在访问该工具。
【文件预览】:
transformations-master
----Dockerfile(492B)
----.gitignore(310B)
----README.md(868B)
----.github()
--------workflows()
----public()
--------index.html(246B)
----.dockerignore(28B)
----package.json(846B)
----src()
--------Transformations()
--------App.css(2KB)
--------index.js(139B)
--------App.js(10KB)
--------Reducer.js(2KB)
----yarn.lock(459KB)