Green - OSINT Recon tool
- git
- python 3.x
- John The Ripper
- Netcat
- Scapy (0.25)
- Requests (2.19.1)
- Shodan (1.9.0)
- Beautiful Soup (bs4 0.0.1)
TO BE USED FOR EDUCATIONAL PURPOSES ONLY
The use of the Green is COMPLETE RESPONSIBILITY of the END-USER. Developer assume NO liability and are NOT responsible for any misuse or damage caused by this program.
"DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." Taken from LICENSE.
- Debian - Stretch
git clone https://github.com/greenmind-sec/Green
Recomendamos que use essa Ferramenta junto com o Docker já que é necessario instalar algumas bibliotecas , alem do projeto estar ainda em fase de testes e desenvolvimento.
Vamos criar um arquivos chamado keys.json na raiz do projeto.
{
"whatcms": "key-whatcms",
"shodan": "key-shodan",
"hunter-io": "key-hunterio",
"green": {
"version": "v0.3.1DEV"
}
}
https://account.shodan.io/register
Depois de logado podemos encontrar no topo Show API Key
https://whatcms.org/API
Depois de criar uma conta você pode ter acesso a chave.
https://hunter.io/api_keys
Depois de criar uma conta só precisamos entrar nesse link e obter a key.
Vamos criar nossa imagem do docker com todos os requisitos necessarios.
Essa é uma versão Beta ainda.
Para criar a imagem podemos usar:
sudo docker build -t "green:1" .
Para usar a imagem podemos usar
sudo docker container run -it --rm -v "${PWD}:/root" "green:1" bash
Dessa forma só precisar ir até o diretorio **cd ~** e dar um ls para listar o diretorio.
python3 green.py -t archive -u businesscorp.com.br -o text.txt
python3 green.py -t shodan-search -u businesscorp.com.br -o text.txt
python3 green.py -t whois-url -u businesscorp.com.br -o text.txt
python3 green.py -t whois-ip -u 37.59.174.225 -o text.txt
python3 green.py -t check_robots -u http://businesscorp.com.br -o text.txt
python3 green.py -t sharingmyip -u http://fatecourinhos.edu.br -o text.txt
python3 green.py -t check_cms -u http://fatecourinhos.edu.br -o text.txt
python3 green.py -t hunter-io -u businesscorp.com.br -o text.txt