1
1
<p align =" center " >
2
2
<img alt =" Jaeles " src =" https://github.com/jaeles-project/jaeles-plugins/blob/master/assets/jaeles.png?raw=true " height =" 140 " />
3
3
<p align =" center " >
4
+ <a href="https://github.com/jaeles-project/jaeles/releases"><img alt="Release" src="https://img.shields.io/github/v/release/jaeles-project/jaeles.svg"></a>
5
+ <a href="https://jaeles-project.github.io/"><img alt="Documentation" src="https://img.shields.io/badge/Documentation-📖-red.svg?style=flat-square"></a>
4
6
<a href=""><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>
5
- <a href="https://github.com/jaeles-project/jaeles"><img alt="Release" src="https://img.shields.io/github/v/release/jaeles-project/jaeles.svg"></a>
6
- <a href="https://inventory.rawsec.ml/tools.html#Jaeles"><img src="https://inventory.rawsec.ml/img/badges/Rawsec-inventoried-FF5050_flat.svg" alt="Rawsec's CyberSecurity Inventory"></a>
7
7
</p >
8
8
</p >
9
9
@@ -12,30 +12,15 @@ Scanner.
12
12
13
13
![ Architecture] ( https://github.com/jaeles-project/jaeles-plugins/blob/master/imgs/jaeles-architecture.png?raw=true )
14
14
15
- ## Painless integrate Jaeles into your recon workflow?
16
-
17
- <p align =" center " >
18
- <img alt =" OsmedeusEngine " src =" https://raw.githubusercontent.com/osmedeus/assets/main/logo-transparent.png " height =" 200 " />
19
- <p align =" center " >
20
- This project was part of Osmedeus Engine. Check out how it was integrated at <a href="https://twitter.com/OsmedeusEngine">@OsmedeusEngine</a>
21
- </p >
22
- </p >
23
-
24
15
25
16
## Installation
26
17
27
18
Download [ precompiled version here] ( https://github.com/jaeles-project/jaeles/releases ) .
28
19
29
- If you have a Go environment, make sure you have ** Go >= 1.13 ** with Go Modules enable and run the following command.
20
+ If you have a Go environment, make sure you have ** Go >= 1.17 ** with Go Modules enable and run the following command.
30
21
31
22
``` shell
32
- GO111MODULE=on go get github.com/jaeles-project/jaeles
33
- ```
34
-
35
- In case of "go get" failure, try the below method.
36
-
37
- ``` shell
38
- GO111MODULE=on go install github.com/jaeles-project/jaeles@latest
23
+ go install github.com/jaeles-project/jaeles@latest
39
24
```
40
25
41
26
Please visit the [ Official Documention] ( https://jaeles-project.github.io/ ) for more details.
@@ -108,10 +93,19 @@ Guide [here](https://youtu.be/1lxsYhfTq3M)
108
93
* Adding more input sources.
109
94
* Adding more APIs to get access to more properties of the request.
110
95
* Adding proxy plugins to directly receive input from browser of http client.
111
- * ~~ Adding passive signature for passive checking each request.~~
112
96
* Adding more action on Web UI.
113
97
* Integrate with many other tools.
114
98
99
+ ## Painless integrate Jaeles into your recon workflow?
100
+
101
+ <p align =" center " >
102
+ <img alt =" OsmedeusEngine " src =" https://raw.githubusercontent.com/osmedeus/assets/main/part-of-osmedeus-banner.png " />
103
+ <p align =" center " >
104
+ This project was part of Osmedeus Engine. Check out how it was integrated at <a href="https://twitter.com/OsmedeusEngine">@OsmedeusEngine</a>
105
+ </p >
106
+ </p >
107
+
108
+
115
109
## Contribute
116
110
117
111
If you have some new idea about this project, issue, feedback or found some valuable tool feel free to open an issue for
0 commit comments