Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntestoc3/burp-clj
clojure实现burp插件,提供clj脚本加载环境
https://github.com/ntestoc3/burp-clj
burp-extensions clojure
Last synced: 21 days ago
JSON representation
clojure实现burp插件,提供clj脚本加载环境
- Host: GitHub
- URL: https://github.com/ntestoc3/burp-clj
- Owner: ntestoc3
- License: epl-2.0
- Created: 2020-04-24T07:44:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T10:13:22.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:26:23.728Z (4 months ago)
- Topics: burp-extensions, clojure
- Language: Clojure
- Homepage:
- Size: 359 KB
- Stars: 42
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - ntestoc3/burp-clj - clojure实现burp插件,提供clj脚本加载环境 (Clojure)
README
# burp-clj
为burp提供clojure插件支持,提供加载clojure脚本文件的功能
## Usage
burp加载插件后,在Clojure Plugin页面下添加Script Source,比如:
https://github.com/ntestoc3/burp-scripts
然后点Reload Scripts!加载这个目录下的所有clj文件,支持git url和本地文件夹。
使用方法参考:
https://www.freebuf.com/sectool/252034.html
https://www.freebuf.com/sectool/264915.html
## License
Copyright © 2020 ntestoc3
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.