diff --git a/.gitignore b/.gitignore index 187d4cc..004ed76 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ .goreleaser.yml .idea .vscode -Makefile dist out passive-* diff --git a/README.md b/README.md index 3b72d74..587eb40 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@
@@ -12,30 +12,15 @@ Scanner. ![Architecture](https://github.com/jaeles-project/jaeles-plugins/blob/master/imgs/jaeles-architecture.png?raw=true) -## Painless integrate Jaeles into your recon workflow? - -
- -
- This project was part of Osmedeus Engine. Check out how it was integrated at @OsmedeusEngine -
- - ## Installation Download [precompiled version here](https://github.com/jaeles-project/jaeles/releases). -If you have a Go environment, make sure you have **Go >= 1.13** with Go Modules enable and run the following command. +If you have a Go environment, make sure you have **Go >= 1.17** with Go Modules enable and run the following command. ```shell -GO111MODULE=on go get github.com/jaeles-project/jaeles -``` - -In case of "go get" failure, try the below method. - -```shell -GO111MODULE=on go install github.com/jaeles-project/jaeles@latest +go install github.com/jaeles-project/jaeles@latest ``` Please visit the [Official Documention](https://jaeles-project.github.io/) for more details. @@ -108,10 +93,19 @@ Guide [here](https://youtu.be/1lxsYhfTq3M) * Adding more input sources. * Adding more APIs to get access to more properties of the request. * Adding proxy plugins to directly receive input from browser of http client. -* ~~Adding passive signature for passive checking each request.~~ * Adding more action on Web UI. * Integrate with many other tools. +## Painless integrate Jaeles into your recon workflow? + ++ +
+ This project was part of Osmedeus Engine. Check out how it was integrated at @OsmedeusEngine +
+ + + ## Contribute If you have some new idea about this project, issue, feedback or found some valuable tool feel free to open an issue for