/Nightingale

It's a Docker Environment of the KALI-linux having all the required tool for VAPT.

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

Docker for Pentesters

Project Name: Nightingale

==================================================

Docker for Pentesters: Pentesting Framework

Description

This Docker image contain some usefull tools that are highly required for penetration testing and which is platform independent.

Why?

The Reason behind creating this Docker file to make a platform independent penetration toolkit. It Include all the usefull tools that will be required to a penetration tester (You can refer to the tool list section for same).

Docker Image build and Run

  • Take a clone of the repository
$ git clone https://github.com/RAJANAGORI/Nightingale.git
  • Change the Directory
$ cd Nightingale
  • Now build the Docker Image.
$ docker build -t rajanagori/nightingale .
  • After Creating the Docker Image, Login into the image and Happy Hacking.... ;-)
$ docker run -ti --hostname nightingale  rajanagori/nightingale /bin/bash
  • Now, you can directly access Nightingale interactive terminal using browser
$ docker run -it -p 0.0.0.0:8080:7681 -d rajanagori/nightingale /home/binaries/ttyd -p 7681 bash
  • If you want to run MobSF along with the nigtingale then I will give you a good new now you can do the same....!!

part 1

$ docker run -it -p 0.0.0.0:8080:7681 -p 0.0.0.0:8081:8081 -d rajanagori/nightingale /home/binaries/ttyd -p 7681 bash

part 2

cd /home/tools_mobile_vapt/Mobile-Security-Framework-MobSF/
source venv/bin/activate
./run 0.0.0.0:8081 &
  • Call your browser and hit 127.0.0.1:8080 for nightingale terminal and 127.0.0.1:8081 for MobFs to become you will be prooo!!!!

To start, Restart and Stop the Postgresql database

  • To start the service
service postgresql start
  • To Restart the service
service postgresql restart
  • To Stop the service
service postgresql stop

Note: Use of Postgresql is for msfConsole.

Refrence

Please feel free to contribute