This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from Crypto.Cipher import AES | |
| from Crypto.Util import Counter | |
| import struct | |
| """ | |
| typedef struct boot_dat_hdr | |
| { | |
| unsigned char ident[0x10]; | |
| unsigned char sha2_s2[0x20]; | |
| unsigned int s2_dst; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Attaching to netbox_nginx_1, netbox_netbox_1, netbox_netbox-worker_1, netbox_postgres_1, netbox_redis_1 | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: using the "epoll" event method | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: nginx/1.15.12 | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: built by gcc 8.3.0 (Alpine 8.3.0) | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: OS: Linux 4.12.14-lp150.12.48-default | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576 | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: start worker processes | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: start worker process 6 | |
| [36mnginx_1 |[0m 2019/06/23 23:21:20 [info] 6#6: *29 epoll_wait() reported that client prematurely closed connection, so upstream connection is closed too while connecting to upstream, client: 172.30.0.1, server: , request: "GET /netbox/static/img/netbox.ico HTTP/1.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Attaching to netbox_netbox_1 | |
| [36mnetbox_1 |[0m Operations to perform: | |
| [36mnetbox_1 |[0m Apply all migrations: admin, auth, circuits, contenttypes, dcim, extras, ipam, secrets, sessions, taggit, tenancy, users, virtualization | |
| [36mnetbox_1 |[0m Running migrations: | |
| [36mnetbox_1 |[0m No migrations to apply. | |
| [36mnetbox_1 |[0m 💡 Username: admin, E-Mail: admin@example.com | |
| [36mnetbox_1 |[0m ⚙️ Executing '/opt/netbox/startup_scripts/000_users.py' | |
| [36mnetbox_1 |[0m ⚙️ Executing '/opt/netbox/startup_scripts/010_groups.py' | |
| [36mnetbox_1 |[0m ⚙️ Executing '/opt/netbox/startup_scripts/020_custom_fields.py' | |
| [36mnetbox_1 |[0m ⚙️ Executing '/opt/netbox/startup_scripts/030_regions.py' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Attaching to netbox_nginx_1 | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: using the "epoll" event method | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: nginx/1.15.12 | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: built by gcc 8.3.0 (Alpine 8.3.0) | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: OS: Linux 4.12.14-lp150.12.48-default | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576 | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: start worker processes | |
| [36mnginx_1 |[0m 2019/06/23 23:20:00 [notice] 1#1: start worker process 6 | |
| [36mnginx_1 |[0m 2019/06/23 23:21:20 [info] 6#6: *29 epoll_wait() reported that client prematurely closed connection, so upstream connection is closed too while connecting to upstream, client: 172.30.0.1, server: , request: "GET /netbox/static/img/netbox.ico HTTP/1.0", upstream: "http://172.30.0.6:8001/netbox/static/img/netbox.ico", host: "vt. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CORS_ORIGIN_ALLOW_ALL=True | |
| DB_NAME=netbox | |
| DB_USER=netbox | |
| DB_PASSWORD=J5brHrAXFLQSif0K | |
| DB_HOST=postgres | |
| EMAIL_SERVER=localhost | |
| EMAIL_PORT=25 | |
| EMAIL_USERNAME=netbox | |
| EMAIL_PASSWORD= | |
| EMAIL_TIMEOUT=5 |
OlderNewer