Skip to content

Commit 0782a83

Browse files
committed
Update dependencies
1 parent 245971e commit 0782a83

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.goreleaser.yml
33
.idea
44
.vscode
5-
Makefile
65
dist
76
out
87
passive-*

README.md

+14-20
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<p align="center">
22
<img alt="Jaeles" src="https://github.com/jaeles-project/jaeles-plugins/blob/master/assets/jaeles.png?raw=true" height="140" />
33
<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>
46
<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&#39;s CyberSecurity Inventory"></a>
77
</p>
88
</p>
99

@@ -12,30 +12,15 @@ Scanner.
1212

1313
![Architecture](https://github.com/jaeles-project/jaeles-plugins/blob/master/imgs/jaeles-architecture.png?raw=true)
1414

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-
2415

2516
## Installation
2617

2718
Download [precompiled version here](https://github.com/jaeles-project/jaeles/releases).
2819

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.
3021

3122
```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
3924
```
4025

4126
Please visit the [Official Documention](https://jaeles-project.github.io/) for more details.
@@ -108,10 +93,19 @@ Guide [here](https://youtu.be/1lxsYhfTq3M)
10893
* Adding more input sources.
10994
* Adding more APIs to get access to more properties of the request.
11095
* Adding proxy plugins to directly receive input from browser of http client.
111-
* ~~Adding passive signature for passive checking each request.~~
11296
* Adding more action on Web UI.
11397
* Integrate with many other tools.
11498

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+
115109
## Contribute
116110

117111
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

Comments
 (0)