GithubHelp home page GithubHelp logo

zerolugithub / pulsar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0x0fb0/pulsar

0.0 1.0 0.0 12.03 MB

Network footprint scanner platform. Discover domains and run your custom checks periodically.

Home Page: https://fooballz.github.io/pulsar/

License: BSD 3-Clause "New" or "Revised" License

Python 15.05% CSS 26.85% JavaScript 47.75% Vue 8.04% Dockerfile 0.56% PowerShell 0.33% Shell 0.83% HTML 0.59%

pulsar's Introduction

Pulsar Tweet

1.0.0 Django Vue DeepSource

Pulsar

What is it?

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.

v1 is here!

Release includes major stability improvements and some new features.

Many thanks for all contributions so far!

New features:

  • TLD Expansion discovery
  • Improved reporting (including new CSV file format)

What it is not?

  • Vulnerability Management Platformn
  • Full OSINT framework scanner
  • Speed oriented tool with immediate results

Key features

  • Subdomains discovery
  • TLD discovery
  • Cloud resources discovery
  • Basic vulnerability scanning
  • Scan policies & optimization
  • Data visualization
  • Collaboration & data export
  • Scheduling & notifications
  • REST API
  • External APIs integration
  • OAUTH integration
  • Custom scanner extensions

Integrated projects

Future ideas

  • CLI client
  • More open source integrations.
  • Stability and speed improvements.
  • More detailed scan settings.
  • IPv4 subnet discovery.
  • Additional confidence tests.
  • Additional frontend user controls.
  • Harvesting false positive metadata for machine learning model.

Installation instructions

If you would like to use External APIs see USAGE.md

In order to use email notifications, edit EMAIL_BACKEND SETTINGS in portal/portal/settings.py before the installation or web container will need to be rebuild.

Windows

Prerequisites

  1. Git-tools
  • Installer is available here.
  1. Docker engine and docker-compose
  • Docker installation instructions are available here.
  • docker-compose installation instructions are available here.

Prerequisites will be verified during installation process.

⚠️ 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

Installation

  1. Clone or download latest pulsar repository
git clone https://github.com/FooBallZ/pulsar
  1. Run powershell installer
PS> .\install.ps1
  1. Proceed with installer instructions

⚠️ Make sure you store generated password before further installation steps. Administrator password can be changed in Django admin console at /admin/.

  1. Login to pulsar console at https://localhost:8443/ with generated default credentials

Linux

Prerequisites

  1. Git-tools Install git from package manager of your distribution, i.e.
sudo apt install git
  1. Docker engine and docker-compose
  • Docker installation instructions are available here.
  • Docker-compose installation instructions are available here.

Prerequisites will be verified during installation process.

Installation

  1. Clone or download latest pulsar repository
git clone https://github.com/FooBallZ/pulsar
  1. Run bash installer
# ./install.sh
  1. Proceed with installer instructions

⚠️ Make sure you store generated password before further installation steps. Administrator password can be changed in Django admin console at /admin/.

  1. Login to pulsar console at https://localhost:8443/ with generated default credentials

Video guide

In case you have hard times installing Pulsar or wondering how to install dependencies:

Game Flexer created a linux installation tutorial available here.

⚠️ I do not take responsibility for any of this content including links in the description.

Contribution

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.

In case you like the idea

  • Star me and tell your friends!
  • Hit the sponsor button!

In case of issues

  • Feel free to issue a bug report.
  • See troubleshooting section here.

In case of ideas

  • Feel free to issue a change request.
  • Feel free to issue a pull request.
  • Send me a private message.

In case you would like to see it hosted

  • I'm considering launching a funding campaign.

In case of general criticism about code quality and architecture

  • You don't need to use it.
  • Feel free to issue a pull request.

Documentation

User guide

Basic usage guide can be found here.

REST API

Self describing API is available at /pulsar/api/v1/ endpoint.

Development

Currently the only available documentation is available at /admin/doc/ endpoint.

Full development documentation will be available in future release.

Architecture

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.

Docker container structure

Docker chart

For more information see docker-compose.yml

Legal

⚠️ 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.

pulsar's People

Contributors

0x0fb0 avatar mdave16 avatar deepsource-autofix[bot] avatar dhauenstein avatar deepsourcebot avatar mikolajmitura avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.