├── clients
│   ├── api
│   ├── cli
│   ├── gui
│   └── wui
│       ├── backend
│       ├── frontend
│       ├── fullstack
│       └── .static-files
│           ├── .well-known
│           │   └── security.txt
│           ├── sitemap.xml
│           ├── robots.txt
│           ├── humans.txt
│           ├── hackers.txt
│           └── red-cross.txt
├── competitors
│   ├── parsing
│   │   ├── accounts
│   │   │   ├── mobile
│   │   │   ├── pc
│   │   │   └── web
│   │   └── mail
│   │       ├── client
│   │       └── server
│   └── processing
│       ├── files
│       └── raw
│           ├── bytes
│           └── string
├── consumers
├── core
│   ├── confs
│   ├── funcs
│   ├── tools
│   └── utils
├── customers
│   └── tender
├── internal
│   └── backups
└── .static-files
     ├── LICENSE
     ├── README.md
     ├── CONTRIBUTORS.txt
     ├── UPDATES.txt
     └── version.txt
      
Text Editor Vim
Development OS Ubuntu :: Kali
Deployment OS Ubuntu
Virtual Machine VirtualBox :: AWS ec2
Code GitHub :: GitLab