Network footprint scanner platform. Discover domains and run your custom checks periodically.
Pulsar is an automated network footprint scanner for Red Teams, Pentesters and Bounty Hunters. Its focused on discovery of organization public facing assets with minimal knowledge about its infrastructure. Along with network data visualization, it attempts to give a basic vulnerability score to find infrastructure weak points and their relation to other resources. It can be also used as a custom vulnerability scanner for wide and uncharted scopes. This software was created with availability and openness in mind, so it is 100% free, and does not require any API keys to use its features.
Due to low interest and lack of community support I will no longer continue this project. Only security patches and fixes. Feel free to fork your own.
If you would like to use External APIs see USAGE.md
In order to use email notifications, edit
EMAIL_BACKEND SETTINGS
inportal/portal/settings.py
before the installation or web container will need to be rebuild.
In case of build issues (see the repo build flag) please use the
release
branch
Prerequisites will be verified during installation process.
:warning: For Windows 10 Home users: Since Docker desktop cannot be installed on Windows 10 Home, please install Hyper-V manually, instructions can be found here
git clone https://github.com/FooBallZ/pulsar
PS> .\install.ps1
:warning: Make sure you store generated password before further installation steps. Administrator password can be changed in Django admin console at
/admin/
.
https://localhost:8443/
with generated default credentialssudo apt install git
Prerequisites will be verified during installation process.
git clone https://github.com/FooBallZ/pulsar
# ./install.sh
:warning: Make sure you store generated password before further installation steps. Administrator password can be changed in Django admin console at
/admin/
.
https://localhost:8443/
with generated default credentialsIn case you have hard times installing Pulsar or wondering how to install dependencies:
Game Flexer created a linux installation tutorial available here.
:warning: I do not take responsibility for any of this content including links in the description.
Have an idea, or a tool you would like to integrate? Feel free to issue a pull request.
Current issues and features can be found at projects section. Feel free to pick something.
Currently most help is needed with Vue.js frontend and Docker optimization.
Basic usage guide can be found here.
Self describing API is available at /pulsar/api/v1/
endpoint.
Currently the only available documentation is available at /admin/doc/
endpoint.
Full development documentation will be available in future release.
Pulsar is a PaaS based on docker-compose file with pre-installed requirements. Provided architecture can be easliy scaled, converted and deployed to multiple common cloud environments. Web application server is based on services such as Nginx, Gunicorn and Django Rest Framework.
For more information see
docker-compose.yml
:warning: Althrough Pulsar is focusing on basic service fingerprinting, port scanning and banner grabbing might be illegal in some countries. Please make sure you are authorized to perform network scans on targeted resource before using this tool.
| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 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. | | — |