Skip to content

Create Database

Your Name edited this page Jul 6, 2020 · 4 revisions

Connect to server

When opening pollenisator, if your settings do not allow you to connect, this form will open.

Fill it with the settings chosen during server installation. If you used the server docker, the above settings should work. Use the SFTP password provided in the docker build phase.

Create/choose a database

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

![open_database](uploads/caebdf62283eb2a2d5ca2880233a9978/open_database.png)

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:

![create_new_database](uploads/93e6d3d8b123f1b3dc3e1e5ed222a498/create_new_database.png)

  • 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

Clone this wiki locally