All Projects → FooBallZ → Pulsar

FooBallZ / Pulsar

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pulsar

Recsech
Recsech is a tool for doing Footprinting and Reconnaissance on the target web. Recsech collects information such as DNS Information, Sub Domains, HoneySpot Detected, Subdomain takeovers, Reconnaissance On Github and much more you can see in Features in tools .
Stars: ✭ 173 (-44.9%)
Mutual labels:  dns, scanner, recon
Maryam
Maryam: Open-source Intelligence(OSINT) Framework
Stars: ✭ 371 (+18.15%)
Mutual labels:  osint, dns, recon
Gorecon
Gorecon is a All in one Reconnaissance Tool , a.k.a swiss knife for Reconnaissance , A tool that every pentester/bughunter might wanna consider into their arsenal
Stars: ✭ 208 (-33.76%)
Mutual labels:  dns, scanner, recon
Yotter
yotter - bash script that performs recon and then uses dirb to discover directories that might lead to information leakage
Stars: ✭ 118 (-62.42%)
Mutual labels:  dns, scanner, recon
Oscp Prep
my oscp prep collection
Stars: ✭ 105 (-66.56%)
Mutual labels:  osint, scanner, recon
Vajra
Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.
Stars: ✭ 269 (-14.33%)
Mutual labels:  osint, scanner, recon
Aiodnsbrute
Python 3.5+ DNS asynchronous brute force utility
Stars: ✭ 370 (+17.83%)
Mutual labels:  osint, dns, recon
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (+28.34%)
Mutual labels:  osint, scanner, recon
Reconspider
🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
Stars: ✭ 621 (+97.77%)
Mutual labels:  osint, scanner, recon
Amass
In-depth Attack Surface Mapping and Asset Discovery
Stars: ✭ 6,284 (+1901.27%)
Mutual labels:  osint, dns, recon
nuubi
Nuubi Tools (Information-ghatering|Scanner|Recon.)
Stars: ✭ 76 (-75.8%)
Mutual labels:  osint, scanner, recon
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+995.22%)
Mutual labels:  osint, scanner, recon
Dnstwist
Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
Stars: ✭ 3,124 (+894.9%)
Mutual labels:  osint, dns, scanner
Sonarsearch
A MongoDB importer and API for Project Sonars DNS datasets
Stars: ✭ 297 (-5.41%)
Mutual labels:  osint, dns
pywhatcms
Unofficial WhatCMS API package
Stars: ✭ 42 (-86.62%)
Mutual labels:  osint, scanner
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (-54.78%)
Mutual labels:  scanner, recon
flydns
Related subdomains finder
Stars: ✭ 29 (-90.76%)
Mutual labels:  osint, recon
findcdn
findCDN is a tool created to help accurately identify what CDN a domain is using.
Stars: ✭ 64 (-79.62%)
Mutual labels:  osint, scanner
o365chk
Simple Python tool to check if there is an Office 365 instance linked to a domain.
Stars: ✭ 37 (-88.22%)
Mutual labels:  osint, recon
XposedOrNot
XposedOrNot (XoN) tool is to search an aggregated repository of xposed passwords comprising of ~850 million real time passwords. Usage of such compromised passwords is detrimental to individual account security.
Stars: ✭ 120 (-61.78%)
Mutual labels:  osint, recon

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.

What it is not?

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

Project discontinued

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.

Key features

  • [x] Subdomains discovery
  • [x] TLD discovery
  • [x] Cloud resources discovery
  • [x] Basic vulnerability scanning
  • [x] Scan policies & optimization
  • [x] Data visualization
  • [x] Collaboration & data export
  • [x] Scheduling & notifications
  • [x] REST API
  • [x] External APIs integration
  • [x] OAUTH integration
  • [x] 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].