-
Notifications
You must be signed in to change notification settings - Fork 9
Create Database
Your Name edited this page Jul 6, 2020
·
4 revisions
When opening pollenisator, if your settings do not allow you to connect, this form will open.

Every database created will appear in this form. You can choose an existing database or create a new one.

The "New Database" option selected in the above screenshot allows you to create a new database. Clicking the OK button will then open the main view or the new database form according to the choosen option.
This is the create database form:

- Database name : The database name, some values are forbidden (mongo and pollenisator databases)
- Pentest type: Choose the type of pentest you want to do. This changes the default set of tools used.
- Starting : Pentest starting date. Don't worry, you can modify this afterwards.
- Ending : Pentest technical test ending date. Don't worry, you can modify this afterwards.
- Scope : You can declare some scope at this step. Each scope must be separated by a line return. A scope can be a domain name like www.algosecure.fr or a Network Ip like 172.16.0.0/16. Don't worry, you can modify this afterwards.
- Pentesters : Enter one pentest per line. Later you will assign a security defect to redact to those names.
-
Settings : Each IP (Ip or hostname) will be checked against those settings to declare them in scope or out of scope (OOS)
- Add domains whose IP are in scope : if the new ip is a hostname, a dns lookup will be performed to find its IP, then if its IP is inside the scope, this hostname is considered IN SCOPE.
- Add domains who have a parent domain in scope : if the new ip is a hostname, if this hostname is a subdomain and its parent domain is already in scope, it will be considered IN SCOPE.
- Add all domain found : NOT RECOMMENDED, all hostnames discovered will be considered IN SCOPE
-
Quick start
-
How to setup
- Overview
- Install Server
- Install Client
- Install Workers
- Configuration
-
How to run
-
How to use
-
Administrator use
-
Developer's zone
-
Recommended tools
-
Credits & License