Skip to content

This is a collection of all my scripts over a 13+ year time period. Languages: Bash/sh, HTML, JS, SQL, Perl, PHP, Python, PowerShell, CMD(Batch), WMI, Wsh, Docker/docker-compose.yml conf, Nginx (.conf)

Notifications You must be signed in to change notification settings

visualblind/Scripts-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts-collection/
├── bsd
│   ├── freenas-iocage-nextcloud
│   │   └── configs
│   ├── freenas-truenas
│   │   └── rclone
│   ├── iocage-plugin-emby-master
│   └── zip
├── docker
│   ├── awesome-compose-master
│   │   ├── angular
│   │   │   └── angular
│   │   │       └── src
│   │   │           ├── app
│   │   │           ├── assets
│   │   │           └── environments
│   │   ├── apache-php
│   │   │   └── app
│   │   ├── aspnet-mssql
│   │   │   └── app
│   │   │       └── aspnetapp
│   │   │           ├── Controllers
│   │   │           ├── Models
│   │   │           ├── Views
│   │   │           │   ├── Home
│   │   │           │   └── Shared
│   │   │           └── wwwroot
│   │   │               ├── css
│   │   │               ├── images
│   │   │               ├── js
│   │   │               └── lib
│   │   │                   ├── bootstrap
│   │   │                   │   └── dist
│   │   │                   │       ├── css
│   │   │                   │       ├── fonts
│   │   │                   │       └── js
│   │   │                   ├── jquery
│   │   │                   │   └── dist
│   │   │                   ├── jquery-validation
│   │   │                   │   └── dist
│   │   │                   └── jquery-validation-unobtrusive
│   │   ├── django
│   │   │   └── app
│   │   │       └── example
│   │   ├── elasticsearch-logstash-kibana
│   │   │   └── logstash
│   │   │       └── pipeline
│   │   ├── fastapi
│   │   │   └── app
│   │   ├── flask
│   │   │   └── app
│   │   ├── flask-redis
│   │   ├── gitea-postgres
│   │   ├── minecraft
│   │   │   └── screenshots
│   │   ├── nextcloud-postgres
│   │   ├── nextcloud-redis-mariadb
│   │   ├── nginx-aspnet-mysql
│   │   │   ├── backend
│   │   │   ├── db
│   │   │   └── proxy
│   │   ├── nginx-flask-mongo
│   │   │   ├── flask
│   │   │   └── nginx
│   │   ├── nginx-flask-mysql
│   │   │   ├── backend
│   │   │   ├── db
│   │   │   └── proxy
│   │   ├── nginx-golang
│   │   │   ├── backend
│   │   │   └── frontend
│   │   ├── nginx-golang-mysql
│   │   │   ├── backend
│   │   │   ├── db
│   │   │   └── proxy
│   │   ├── nginx-golang-postgres
│   │   │   ├── backend
│   │   │   ├── db
│   │   │   └── proxy
│   │   ├── nginx-nodejs-redis
│   │   │   ├── nginx
│   │   │   └── web
│   │   ├── nginx-wsgi-flask
│   │   │   ├── flask
│   │   │   └── nginx
│   │   ├── pihole-cloudflared-DoH
│   │   ├── plex
│   │   ├── portainer
│   │   ├── postgresql-pgadmin
│   │   ├── prometheus-grafana
│   │   │   ├── grafana
│   │   │   └── prometheus
│   │   ├── react-express-mongodb
│   │   │   ├── backend
│   │   │   │   ├── config
│   │   │   │   ├── db
│   │   │   │   ├── logs
│   │   │   │   ├── models
│   │   │   │   │   └── todos
│   │   │   │   ├── routes
│   │   │   │   └── utils
│   │   │   │       └── helpers
│   │   │   └── frontend
│   │   │       ├── public
│   │   │       └── src
│   │   │           └── components
│   │   ├── react-express-mysql
│   │   │   ├── backend
│   │   │   │   ├── src
│   │   │   │   └── test
│   │   │   ├── db
│   │   │   └── frontend
│   │   │       ├── public
│   │   │       └── src
│   │   ├── react-java-mysql
│   │   │   ├── backend
│   │   │   │   └── src
│   │   │   │       └── main
│   │   │   │           ├── java
│   │   │   │           │   └── com
│   │   │   │           │       └── company
│   │   │   │           │           └── project
│   │   │   │           │               ├── configuration
│   │   │   │           │               ├── controllers
│   │   │   │           │               ├── entity
│   │   │   │           │               └── repository
│   │   │   │           └── resources
│   │   │   │               └── META-INF
│   │   │   ├── db
│   │   │   └── frontend
│   │   │       ├── public
│   │   │       └── src
│   │   ├── react-nginx
│   │   │   ├── public
│   │   │   └── src
│   │   ├── react-rust-postgres
│   │   │   ├── backend
│   │   │   │   ├── migrations
│   │   │   │   └── src
│   │   │   └── frontend
│   │   │       ├── public
│   │   │       └── src
│   │   ├── sparkjava
│   │   │   └── sparkjava
│   │   │       └── src
│   │   │           └── main
│   │   │               └── java
│   │   ├── sparkjava-mysql
│   │   │   ├── backend
│   │   │   │   └── src
│   │   │   │       └── main
│   │   │   │           └── java
│   │   │   └── db
│   │   ├── spring-postgres
│   │   │   ├── backend
│   │   │   │   └── src
│   │   │   │       └── main
│   │   │   │           ├── java
│   │   │   │           │   └── com
│   │   │   │           │       └── company
│   │   │   │           │           └── project
│   │   │   │           │               ├── controllers
│   │   │   │           │               ├── entity
│   │   │   │           │               └── repository
│   │   │   │           └── resources
│   │   │   │               └── templates
│   │   │   └── db
│   │   ├── traefik-golang
│   │   │   └── backend
│   │   ├── vuejs
│   │   │   └── vuejs
│   │   │       ├── public
│   │   │       └── src
│   │   │           ├── assets
│   │   │           └── components
│   │   ├── wireguard
│   │   └── wordpress-mysql
│   ├── bitnami_wordpress_mariadb
│   ├── bitwarden
│   ├── bookstack
│   ├── chevereto
│   ├── collabora-code
│   ├── docker-autocompose
│   ├── droppy
│   │   ├── config
│   │   └── data
│   ├── echoip
│   ├── example_networks
│   ├── filebrowser
│   │   └── branding
│   │       └── img
│   │           └── icons
│   ├── heimdall
│   ├── henrywhitaker3_speedtest
│   ├── invidious
│   ├── jellyfin
│   ├── jellyfin-vue
│   ├── kim-python-argument
│   ├── kyoo
│   ├── lemmy
│   ├── librenms
│   ├── linshare
│   │   └── linshare-docker-master
│   │       ├── conf
│   │       │   ├── home
│   │       │   │   ├── css
│   │       │   │   │   └── fonts
│   │       │   │   │       ├── arimo
│   │       │   │   │       └── montserrat
│   │       │   │   ├── img
│   │       │   │   │   ├── logos
│   │       │   │   │   └── portfolio
│   │       │   │   ├── js
│   │       │   │   │   └── themes
│   │       │   │   ├── md
│   │       │   │   └── vendor
│   │       │   │       ├── bootstrap
│   │       │   │       │   ├── css
│   │       │   │       │   ├── fonts
│   │       │   │       │   └── js
│   │       │   │       ├── font-awesome
│   │       │   │       │   ├── css
│   │       │   │       │   ├── fonts
│   │       │   │       │   ├── less
│   │       │   │       │   └── scss
│   │       │   │       └── jquery
│   │       │   ├── mail_conf
│   │       │   ├── traefik
│   │       │   └── webmail_conf
│   │       ├── data
│   │       │   ├── linshare_data
│   │       │   │   └── lib
│   │       │   ├── mongodb_data
│   │       │   │   └── db
│   │       │   │       └── journal
│   │       │   └── postgres_data
│   │       │       └── lib
│   │       │           └── pgdata
│   │       └── ssl
│   ├── linuxserver-codeserver
│   ├── linuxserver-doublecommander
│   ├── linuxserver.io
│   │   └── nginx
│   ├── linuxserver_librespeed
│   ├── linuxserver-mariadb
│   ├── linuxserver-mysql-workbench
│   ├── linuxserver-nextcloud
│   │   └── Collabora Online
│   ├── linuxserver-ombi
│   ├── linuxserver-radarr
│   ├── linuxserver-sonarr
│   ├── linuxserver-syslog
│   ├── nextcloud-mariadb-redis
│   ├── nextcloud-postgres-redis-collabora
│   ├── nginx-demos-master
│   │   ├── autoscaling-demo
│   │   │   ├── nginx_base
│   │   │   ├── nginx_config
│   │   │   ├── nginx_lb
│   │   │   ├── nginx_ws
│   │   │   │   └── content
│   │   │   ├── scripts
│   │   │   └── unit
│   │   │       └── content
│   │   ├── aws-nlb-ha-asg
│   │   │   ├── packer
│   │   │   └── terraform
│   │   ├── consul-api-demo
│   │   │   └── nginxplus
│   │   ├── consul-dns-srv-demo
│   │   │   └── nginxplus
│   │   ├── consul-template-demo
│   │   │   └── nginx
│   │   ├── coreos-demo
│   │   │   ├── nginxplus-coreos
│   │   │   ├── unescaped-scripts
│   │   │   └── unit-files
│   │   ├── etcd-demo
│   │   │   └── nginxplus
│   │   ├── fun-with-health-checks
│   │   │   ├── nginxplus
│   │   │   │   ├── config
│   │   │   │   │   └── conf.d
│   │   │   │   └── content
│   │   │   ├── unit
│   │   │   ├── unitcnt
│   │   │   │   └── content
│   │   │   ├── unitcpu
│   │   │   │   └── content
│   │   │   └── unitmem
│   │   │       └── content
│   │   ├── gce-nginx-plus-deployment-guide-files
│   │   │   ├── etc_nginx_conf.d
│   │   │   └── usr_share_nginx
│   │   │       ├── html
│   │   │       ├── images
│   │   │       ├── php
│   │   │       │   └── app
│   │   │       └── server1
│   │   ├── gcp-lb-ha-asg
│   │   │   ├── packer
│   │   │   └── terraform
│   │   │       └── scripts
│   │   ├── kubernetes-demo
│   │   │   ├── first
│   │   │   ├── second
│   │   │   └── third
│   │   │       └── nginxplus
│   │   ├── kubernetes-demo-nginx-ingress-resources
│   │   │   ├── apps
│   │   │   │   ├── coffee
│   │   │   │   ├── coffee-decaf
│   │   │   │   ├── coffee-special
│   │   │   │   └── tea
│   │   │   └── k8s
│   │   ├── mqtt-contiki-demo
│   │   ├── mysql-galera-demo
│   │   │   ├── mysql_backend
│   │   │   └── nginxplus
│   │   │       └── conf
│   │   ├── nginx-cookbook
│   │   │   ├── attributes
│   │   │   ├── files
│   │   │   │   └── default
│   │   │   ├── recipes
│   │   │   └── templates
│   │   │       └── default
│   │   ├── nginx-gcp-meetup-demo
│   │   │   ├── k8s
│   │   │   │   ├── autoscaler
│   │   │   │   ├── backend
│   │   │   │   └── sync
│   │   │   ├── load-generator
│   │   │   ├── nginxplus
│   │   │   └── pie-client
│   │   ├── nginx-hello
│   │   ├── nginx-hello-nonroot
│   │   │   ├── html-version
│   │   │   └── plain-text-version
│   │   ├── nginx-openstack-heat-demo
│   │   │   ├── backend
│   │   │   ├── devstack
│   │   │   └── nginxplus
│   │   ├── nginx-swarm-demo
│   │   │   ├── etcd
│   │   │   ├── hello
│   │   │   │   └── content
│   │   │   ├── nginxbasic
│   │   │   ├── nginxplus
│   │   │   ├── phpfpmbase
│   │   │   ├── scripts
│   │   │   ├── service1
│   │   │   │   └── content
│   │   │   └── service2
│   │   │       └── content
│   │   ├── oauth2-token-introspection-oss
│   │   ├── oauth2-token-introspection-plus
│   │   ├── random-files
│   │   │   ├── backend
│   │   │   │   └── tests
│   │   │   ├── files
│   │   │   ├── handlers
│   │   │   └── tasks
│   │   ├── redis-demo
│   │   │   ├── nginxplus
│   │   │   └── sentinel
│   │   └── zookeeper-demo
│   │       ├── nginxplus
│   │       └── zookeeper
│   ├── nginx-proxy-manager
│   │   ├── data
│   │   │   ├── access
│   │   │   ├── custom_ssl
│   │   │   ├── letsencrypt-acme-challenge
│   │   │   ├── logs
│   │   │   └── nginx
│   │   │       ├── dead_host
│   │   │       ├── default_host
│   │   │       ├── default_www
│   │   │       ├── proxy_host
│   │   │       ├── redirection_host
│   │   │       ├── stream
│   │   │       └── temp
│   │   └── letsencrypt
│   ├── nginx-regex-tester
│   │   └── regextester
│   ├── nitter
│   ├── porn-vault
│   ├── portainer
│   │   ├── data
│   │   └── templates
│   ├── privatebin
│   ├── psitransfer
│   ├── pwndrop
│   ├── radarr
│   ├── rstacruz-cheatsheet
│   ├── Seafile
│   ├── shadowsocks-libev
│   ├── shadowsocks-rust
│   ├── slink
│   ├── smokeping
│   ├── sonarr
│   ├── SWAG
│   ├── syncthing
│   ├── syslog-ng
│   ├── tdarr
│   ├── torrents-csv-server
│   ├── transmission-vpn
│   ├── travisflix.com
│   ├── tubearchivist
│   ├── unbound
│   │   └── my_conf
│   ├── webgrabplus
│   └── youtransfer
├── html
│   ├── Bootstrap Tutorials
│   │   ├── images
│   │   └── Projects
│   │       ├── HTML Template For Projects
│   │       ├── Project1
│   │       │   └── images
│   │       ├── Project2
│   │       │   ├── img
│   │       │   └── scss
│   │       │       ├── forms
│   │       │       ├── helpers
│   │       │       ├── mixins
│   │       │       ├── utilities
│   │       │       └── vendor
│   │       ├── Project3
│   │       │   └── img
│   │       ├── Project4
│   │       └── Project5
│   │           └── img
│   ├── error_pages
│   │   ├── 404
│   │   │   ├── css
│   │   │   ├── images
│   │   │   └── js
│   │   ├── error-pages-dark
│   │   ├── pen-export-arPeZz
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-BaoRZMx
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-dyoyLOp
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-Egpxqm
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-GVXvZQ
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-JKKRvQ
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-MOKEam
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-NWbyXBx
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-poRWwqx
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-QWybpLN
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-rsGAH
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-vJXMbj
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-VwwVmLK
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-WjGXrg
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-XjkBPE
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-xVrdpZ
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-xywexE
│   │   │   ├── dist
│   │   │   └── src
│   │   └── pen-export-zPqyvY
│   │       ├── dist
│   │       └── src
│   ├── html5-boilerplate_v8.0.0
│   │   ├── css
│   │   ├── doc
│   │   ├── img
│   │   └── js
│   │       └── vendor
│   ├── maintenance_pages
│   │   ├── basic-maintenance-page
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── bu-informational-message
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── CodePen_Export_MXdGYw
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── CodePen_Export_NYRdKr
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── maintenance
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── maintenance_gradient
│   │   │   └── template
│   │   ├── maintenance_simple
│   │   │   └── template
│   │   ├── outage-card
│   │   │   └── dist
│   │   ├── outline-svg
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-dJxBEq
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-eYpzBzO
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-GoaXjP
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-gOoMYZe
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-iKuvI
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-jObYgVB
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-jOEomdQ
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-LWGRwq
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-LYzwXQP
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-NgQvGO
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-NWNgWPG
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-oBXBOB
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-OJJeagX
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-pdoGzK
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-PqvxRg
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-pRyboN
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-qBpjYXd
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-qmLyvX
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-QPYqjm
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-QryzKp
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-ReOmrr
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-rNwRPYV
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-VWKmbz
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-wvrGzrj
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-XdxNRo
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-XexEEz
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-XPQRma
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-XVdKad
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-xxwmgmz
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── pen-export-ZdeqeL
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── safetyculture-maintenance-annoucement
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── scheduled-maintenance-banner
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── snopes-maintenance-page
│   │   │   ├── dist
│   │   │   └── src
│   │   ├── static under maintenance page
│   │   └── website-under-maintenance
│   │       ├── dist
│   │       └── src
│   └── zip
├── js
│   ├── jquery
│   ├── particles.js-master
│   │   ├── dist
│   │   └── src
│   └── Vue File Manager v2.0.7
│       └── vuefilemanager-laravel
│           ├── bootstrap
│           │   └── cache
│           ├── config
│           ├── database
│           │   ├── factories
│           │   ├── migrations
│           │   └── seeds
│           ├── lang
│           │   ├── cn
│           │   ├── en
│           │   ├── sk
│           │   └── vendor
│           │       └── backup
│           │           ├── ar
│           │           ├── cs
│           │           ├── da
│           │           ├── de
│           │           ├── en
│           │           ├── es
│           │           ├── fa
│           │           ├── fi
│           │           ├── fr
│           │           ├── hi
│           │           ├── id
│           │           ├── it
│           │           ├── ja
│           │           ├── nl
│           │           ├── no
│           │           ├── pl
│           │           ├── pt
│           │           ├── pt-BR
│           │           ├── ro
│           │           ├── ru
│           │           ├── tr
│           │           ├── uk
│           │           ├── zh-CN
│           │           └── zh-TW
│           ├── public
│           │   ├── assets
│           │   │   ├── codecanyon
│           │   │   ├── gateways
│           │   │   ├── images
│           │   │   │   └── admin
│           │   │   ├── others
│           │   │   ├── payments
│           │   │   ├── setup
│           │   │   └── socials
│           │   ├── audio
│           │   ├── chunks
│           │   │   ├── payments
│           │   │   ├── plan-create
│           │   │   └── shared
│           │   ├── css
│           │   ├── images
│           │   │   └── vendor
│           │   │       └── pdfjs-dist
│           │   │           └── web
│           │   └── js
│           │       └── chunks
│           │           ├── payments
│           │           ├── plan-create
│           │           └── shared
│           ├── resources
│           │   ├── css
│           │   ├── js
│           │   │   ├── components
│           │   │   │   ├── Admin
│           │   │   │   ├── Auth
│           │   │   │   ├── Desktop
│           │   │   │   ├── FilePreview
│           │   │   │   │   └── Media
│           │   │   │   ├── FilesView
│           │   │   │   │   └── Icons
│           │   │   │   ├── Index
│           │   │   │   │   └── Components
│           │   │   │   ├── Mobile
│           │   │   │   ├── Notifications
│           │   │   │   ├── Others
│           │   │   │   │   ├── Forms
│           │   │   │   │   ├── Layout
│           │   │   │   │   ├── Notifications
│           │   │   │   │   ├── Popup
│           │   │   │   │   └── Tables
│           │   │   │   ├── Sidebar
│           │   │   │   ├── Spotlight
│           │   │   │   ├── Subscription
│           │   │   │   ├── Teams
│           │   │   │   │   └── Components
│           │   │   │   └── UI
│           │   │   ├── helpers
│           │   │   ├── i18n
│           │   │   ├── routes
│           │   │   ├── store
│           │   │   │   └── modules
│           │   │   └── views
│           │   │       ├── Admin
│           │   │       │   ├── AppSettings
│           │   │       │   │   └── AppSettingsTabs
│           │   │       │   ├── Languages
│           │   │       │   ├── Pages
│           │   │       │   ├── PaymentSettings
│           │   │       │   │   └── PaymentSettingsTab
│           │   │       │   ├── Plans
│           │   │       │   │   ├── Create
│           │   │       │   │   └── Tabs
│           │   │       │   └── Users
│           │   │       │       └── UserTabs
│           │   │       ├── Auth
│           │   │       ├── FileView
│           │   │       │   └── Components
│           │   │       ├── Frontpage
│           │   │       ├── SetupWizard
│           │   │       ├── Teams
│           │   │       └── User
│           │   ├── sass
│           │   │   └── vuefilemanager
│           │   └── views
│           │       ├── mails
│           │       ├── vendor
│           │       │   ├── mail
│           │       │   │   ├── html
│           │       │   │   │   └── themes
│           │       │   │   └── text
│           │       │   └── notifications
│           │       └── vuefilemanager
│           │           ├── crawler
│           │           └── others
│           ├── routes
│           ├── src
│           │   ├── App
│           │   │   ├── Console
│           │   │   │   └── Commands
│           │   │   ├── Exceptions
│           │   │   ├── Http
│           │   │   │   └── Controllers
│           │   │   ├── Providers
│           │   │   ├── Socialite
│           │   │   │   └── Controllers
│           │   │   └── Users
│           │   │       ├── Actions
│           │   │       ├── Controllers
│           │   │       │   ├── Account
│           │   │       │   ├── Authentication
│           │   │       │   └── Verification
│           │   │       ├── DTO
│           │   │       ├── Exceptions
│           │   │       ├── Models
│           │   │       ├── Notifications
│           │   │       ├── Requests
│           │   │       ├── Resources
│           │   │       ├── Restrictions
│           │   │       │   └── Engines
│           │   │       └── Rules
│           │   ├── Domain
│           │   │   ├── Admin
│           │   │   │   ├── Actions
│           │   │   │   ├── Controllers
│           │   │   │   │   ├── Dashboard
│           │   │   │   │   └── Users
│           │   │   │   ├── Requests
│           │   │   │   └── Rules
│           │   │   ├── Browsing
│           │   │   │   └── Controllers
│           │   │   ├── Files
│           │   │   │   ├── Actions
│           │   │   │   ├── Controllers
│           │   │   │   │   └── FileAccess
│           │   │   │   ├── Models
│           │   │   │   ├── Requests
│           │   │   │   └── Resources
│           │   │   ├── Folders
│           │   │   │   ├── Actions
│           │   │   │   ├── Controllers
│           │   │   │   ├── Models
│           │   │   │   ├── Requests
│           │   │   │   └── Resources
│           │   │   ├── Homepage
│           │   │   │   ├── Controllers
│           │   │   │   ├── Mail
│           │   │   │   └── Requests
│           │   │   ├── Invoices
│           │   │   │   └── Controllers
│           │   │   ├── Items
│           │   │   │   ├── Actions
│           │   │   │   ├── Controllers
│           │   │   │   └── Requests
│           │   │   ├── Localization
│           │   │   │   ├── Actions
│           │   │   │   ├── Controllers
│           │   │   │   ├── Models
│           │   │   │   ├── Requests
│           │   │   │   └── Resources
│           │   │   ├── Maintenance
│           │   │   │   └── Controllers
│           │   │   ├── Notifications
│           │   │   │   ├── Controllers
│           │   │   │   └── Resources
│           │   │   ├── Pages
│           │   │   │   ├── Actions
│           │   │   │   ├── Controllers
│           │   │   │   ├── Models
│           │   │   │   └── Resources
│           │   │   ├── Settings
│           │   │   │   ├── Actions
│           │   │   │   ├── Controllers
│           │   │   │   ├── Models
│           │   │   │   └── Requests
│           │   │   ├── SetupWizard
│           │   │   │   ├── Actions
│           │   │   │   ├── Controllers
│           │   │   │   └── Requests
│           │   │   ├── Sharing
│           │   │   │   ├── Actions
│           │   │   │   ├── Controllers
│           │   │   │   ├── Models
│           │   │   │   ├── Notifications
│           │   │   │   ├── Requests
│           │   │   │   └── Resources
│           │   │   ├── Subscriptions
│           │   │   │   └── Notifications
│           │   │   ├── Teams
│           │   │   │   ├── Actions
│           │   │   │   ├── Controllers
│           │   │   │   ├── DTO
│           │   │   │   ├── Models
│           │   │   │   ├── Notifications
│           │   │   │   ├── Requests
│           │   │   │   └── Resources
│           │   │   ├── Traffic
│           │   │   │   ├── Actions
│           │   │   │   └── Models
│           │   │   ├── Transactions
│           │   │   │   ├── Controllers
│           │   │   │   └── Resources
│           │   │   ├── Trash
│           │   │   │   └── Controllers
│           │   │   ├── UploadRequest
│           │   │   │   ├── Controllers
│           │   │   │   │   └── FileAccess
│           │   │   │   ├── Middleware
│           │   │   │   ├── Models
│           │   │   │   ├── Notifications
│           │   │   │   ├── Requests
│           │   │   │   └── Resources
│           │   │   └── Zip
│           │   │       ├── Actions
│           │   │       └── Controllers
│           │   └── Support
│           │       ├── Demo
│           │       │   └── Actions
│           │       ├── Listeners
│           │       ├── Middleware
│           │       ├── Scheduler
│           │       │   └── Actions
│           │       └── Status
│           │           └── Actions
│           ├── storage
│           │   ├── app
│           │   ├── demo
│           │   │   ├── app
│           │   │   ├── audio
│           │   │   ├── avatars
│           │   │   ├── documents
│           │   │   ├── images
│           │   │   │   ├── apartments
│           │   │   │   ├── destination-gallery
│           │   │   │   ├── finance-documents
│           │   │   │   ├── memes
│           │   │   │   ├── nature
│           │   │   │   ├── presentation
│           │   │   │   └── team-gallery
│           │   │   ├── request
│           │   │   └── video
│           │   ├── framework
│           │   │   ├── sessions
│           │   │   ├── testing
│           │   │   └── views
│           │   └── logs
│           ├── tests
│           │   ├── App
│           │   │   ├── Restrictions
│           │   │   ├── Socialite
│           │   │   └── Users
│           │   ├── Domain
│           │   │   ├── Admin
│           │   │   ├── Browsing
│           │   │   ├── Files
│           │   │   ├── Folders
│           │   │   ├── Homepage
│           │   │   ├── Languages
│           │   │   ├── Maintenance
│           │   │   ├── Notifications
│           │   │   ├── Pages
│           │   │   ├── Settings
│           │   │   ├── SetupWizard
│           │   │   ├── Sharing
│           │   │   ├── Spotlight
│           │   │   ├── Teams
│           │   │   ├── Traffic
│           │   │   ├── Trash
│           │   │   ├── UploadRequest
│           │   │   └── Zip
│           │   └── Support
│           │       ├── Gate
│           │       ├── Helpers
│           │       └── Scheduler
│           └── vendor
│               ├── amphp
│               │   ├── amp
│               │   │   └── lib
│               │   │       ├── Internal
│               │   │       └── Loop
│               │   │           └── Internal
│               │   └── byte-stream
│               │       └── lib
│               │           └── Base64
│               ├── asm89
│               │   └── stack-cors
│               │       └── src
│               ├── aws
│               │   ├── aws-crt-php
│               │   │   ├── crt
│               │   │   │   └── aws-crt-ffi
│               │   │   ├── ext
│               │   │   ├── src
│               │   │   │   └── AWS
│               │   │   │       └── CRT
│               │   │   │           ├── Auth
│               │   │   │           ├── HTTP
│               │   │   │           ├── Internal
│               │   │   │           └── IO
│               │   │   └── tests
│               │   └── aws-sdk-php
│               │       └── src
│               │           ├── AccessAnalyzer
│               │           │   └── Exception
│               │           ├── Account
│               │           │   └── Exception
│               │           ├── Acm
│               │           │   └── Exception
│               │           ├── ACMPCA
│               │           │   └── Exception
│               │           ├── AlexaForBusiness
│               │           │   └── Exception
│               │           ├── Amplify
│               │           │   └── Exception
│               │           ├── AmplifyBackend
│               │           │   └── Exception
│               │           ├── AmplifyUIBuilder
│               │           │   └── Exception
│               │           ├── Api
│               │           │   ├── ErrorParser
│               │           │   ├── Parser
│               │           │   │   └── Exception
│               │           │   └── Serializer
│               │           ├── ApiGateway
│               │           │   └── Exception
│               │           ├── ApiGatewayManagementApi
│               │           │   └── Exception
│               │           ├── ApiGatewayV2
│               │           │   └── Exception
│               │           ├── AppConfig
│               │           │   └── Exception
│               │           ├── AppConfigData
│               │           │   └── Exception
│               │           ├── Appflow
│               │           │   └── Exception
│               │           ├── AppIntegrationsService
│               │           │   └── Exception
│               │           ├── ApplicationAutoScaling
│               │           │   └── Exception
│               │           ├── ApplicationCostProfiler
│               │           │   └── Exception
│               │           ├── ApplicationDiscoveryService
│               │           │   └── Exception
│               │           ├── ApplicationInsights
│               │           │   └── Exception
│               │           ├── AppMesh
│               │           │   └── Exception
│               │           ├── AppRegistry
│               │           │   └── Exception
│               │           ├── AppRunner
│               │           │   └── Exception
│               │           ├── Appstream
│               │           │   └── Exception
│               │           ├── AppSync
│               │           │   └── Exception
│               │           ├── Arn
│               │           │   ├── Exception
│               │           │   └── S3
│               │           ├── Athena
│               │           │   └── Exception
│               │           ├── AuditManager
│               │           │   └── Exception
│               │           ├── AugmentedAIRuntime
│               │           │   └── Exception
│               │           ├── AutoScaling
│               │           │   └── Exception
│               │           ├── AutoScalingPlans
│               │           │   └── Exception
│               │           ├── Backup
│               │           │   └── Exception
│               │           ├── BackupGateway
│               │           │   └── Exception
│               │           ├── Batch
│               │           │   └── Exception
│               │           ├── BillingConductor
│               │           │   └── Exception
│               │           ├── Braket
│               │           │   └── Exception
│               │           ├── Budgets
│               │           │   └── Exception
│               │           ├── Chime
│               │           │   └── Exception
│               │           ├── ChimeSDKIdentity
│               │           │   └── Exception
│               │           ├── ChimeSDKMeetings
│               │           │   └── Exception
│               │           ├── ChimeSDKMessaging
│               │           │   └── Exception
│               │           ├── ClientSideMonitoring
│               │           │   └── Exception
│               │           ├── Cloud9
│               │           │   └── Exception
│               │           ├── CloudControlApi
│               │           │   └── Exception
│               │           ├── CloudDirectory
│               │           │   └── Exception
│               │           ├── CloudFormation
│               │           │   └── Exception
│               │           ├── CloudFront
│               │           │   └── Exception
│               │           ├── CloudHsm
│               │           │   └── Exception
│               │           ├── CloudHSMV2
│               │           │   └── Exception
│               │           ├── CloudSearch
│               │           │   └── Exception
│               │           ├── CloudSearchDomain
│               │           │   └── Exception
│               │           ├── CloudTrail
│               │           │   └── Exception
│               │           ├── CloudWatch
│               │           │   └── Exception
│               │           ├── CloudWatchEvents
│               │           │   └── Exception
│               │           ├── CloudWatchEvidently
│               │           │   └── Exception
│               │           ├── CloudWatchLogs
│               │           │   └── Exception
│               │           ├── CloudWatchRUM
│               │           │   └── Exception
│               │           ├── CodeArtifact
│               │           │   └── Exception
│               │           ├── CodeBuild
│               │           │   └── Exception
│               │           ├── CodeCommit
│               │           │   └── Exception
│               │           ├── CodeDeploy
│               │           │   └── Exception
│               │           ├── CodeGuruProfiler
│               │           │   └── Exception
│               │           ├── CodeGuruReviewer
│               │           │   └── Exception
│               │           ├── CodePipeline
│               │           │   └── Exception
│               │           ├── CodeStar
│               │           │   └── Exception
│               │           ├── CodeStarconnections
│               │           │   └── Exception
│               │           ├── CodeStarNotifications
│               │           │   └── Exception
│               │           ├── CognitoIdentity
│               │           │   └── Exception
│               │           ├── CognitoIdentityProvider
│               │           │   └── Exception
│               │           ├── CognitoSync
│               │           │   └── Exception
│               │           ├── Comprehend
│               │           │   └── Exception
│               │           ├── ComprehendMedical
│               │           │   └── Exception
│               │           ├── ComputeOptimizer
│               │           │   └── Exception
│               │           ├── ConfigService
│               │           │   └── Exception
│               │           ├── Connect
│               │           │   └── Exception
│               │           ├── ConnectContactLens
│               │           │   └── Exception
│               │           ├── ConnectParticipant
│               │           │   └── Exception
│               │           ├── ConnectWisdomService
│               │           │   └── Exception
│               │           ├── CostandUsageReportService
│               │           │   └── Exception
│               │           ├── CostExplorer
│               │           │   └── Exception
│               │           ├── Credentials
│               │           ├── Crypto
│               │           │   ├── Cipher
│               │           │   └── Polyfill
│               │           ├── CustomerProfiles
│               │           │   └── Exception
│               │           ├── data
│               │           │   ├── accessanalyzer
│               │           │   │   └── 2019-11-01
│               │           │   ├── account
│               │           │   │   └── 2021-02-01
│               │           │   ├── acm
│               │           │   │   └── 2015-12-08
│               │           │   ├── acm-pca
│               │           │   │   └── 2017-08-22
│               │           │   ├── alexaforbusiness
│               │           │   │   └── 2017-11-09
│               │           │   ├── amp
│               │           │   │   └── 2020-08-01
│               │           │   ├── amplify
│               │           │   │   └── 2017-07-25
│               │           │   ├── amplifybackend
│               │           │   │   └── 2020-08-11
│               │           │   ├── amplifyuibuilder
│               │           │   │   └── 2021-08-11
│               │           │   ├── apigateway
│               │           │   │   └── 2015-07-09
│               │           │   ├── apigatewaymanagementapi
│               │           │   │   └── 2018-11-29
│               │           │   ├── apigatewayv2
│               │           │   │   └── 2018-11-29
│               │           │   ├── appconfig
│               │           │   │   └── 2019-10-09
│               │           │   ├── appconfigdata
│               │           │   │   └── 2021-11-11
│               │           │   ├── appflow
│               │           │   │   └── 2020-08-23
│               │           │   ├── appintegrations
│               │           │   │   └── 2020-07-29
│               │           │   ├── application-autoscaling
│               │           │   │   └── 2016-02-06
│               │           │   ├── applicationcostprofiler
│               │           │   │   └── 2020-09-10
│               │           │   ├── application-insights
│               │           │   │   └── 2018-11-25
│               │           │   ├── appmesh
│               │           │   │   ├── 2018-10-01
│               │           │   │   └── 2019-01-25
│               │           │   ├── apprunner
│               │           │   │   └── 2020-05-15
│               │           │   ├── appstream
│               │           │   │   └── 2016-12-01
│               │           │   ├── appsync
│               │           │   │   └── 2017-07-25
│               │           │   ├── athena
│               │           │   │   └── 2017-05-18
│               │           │   ├── auditmanager
│               │           │   │   └── 2017-07-25
│               │           │   ├── autoscaling
│               │           │   │   └── 2011-01-01
│               │           │   ├── autoscaling-plans
│               │           │   │   └── 2018-01-06
│               │           │   ├── backup
│               │           │   │   └── 2018-11-15
│               │           │   ├── backup-gateway
│               │           │   │   └── 2021-01-01
│               │           │   ├── batch
│               │           │   │   └── 2016-08-10
│               │           │   ├── billingconductor
│               │           │   │   └── 2021-07-30
│               │           │   ├── braket
│               │           │   │   └── 2019-09-01
│               │           │   ├── budgets
│               │           │   │   └── 2016-10-20
│               │           │   ├── ce
│               │           │   │   └── 2017-10-25
│               │           │   ├── chime
│               │           │   │   └── 2018-05-01
│               │           │   ├── chime-sdk-identity
│               │           │   │   └── 2021-04-20
│               │           │   ├── chime-sdk-meetings
│               │           │   │   └── 2021-07-15
│               │           │   ├── chime-sdk-messaging
│               │           │   │   └── 2021-05-15
│               │           │   ├── cloud9
│               │           │   │   └── 2017-09-23
│               │           │   ├── cloudcontrol
│               │           │   │   └── 2021-09-30
│               │           │   ├── clouddirectory
│               │           │   │   ├── 2016-05-10
│               │           │   │   └── 2017-01-11
│               │           │   ├── cloudformation
│               │           │   │   └── 2010-05-15
│               │           │   ├── cloudfront
│               │           │   │   ├── 2015-07-27
│               │           │   │   ├── 2016-01-28
│               │           │   │   ├── 2016-08-01
│               │           │   │   ├── 2016-08-20
│               │           │   │   ├── 2016-09-07
│               │           │   │   ├── 2016-09-29
│               │           │   │   ├── 2016-11-25
│               │           │   │   ├── 2017-03-25
│               │           │   │   ├── 2017-10-30
│               │           │   │   ├── 2018-06-18
│               │           │   │   ├── 2018-11-05
│               │           │   │   ├── 2019-03-26
│               │           │   │   └── 2020-05-31
│               │           │   ├── cloudhsm
│               │           │   │   └── 2014-05-30
│               │           │   ├── cloudhsmv2
│               │           │   │   └── 2017-04-28
│               │           │   ├── cloudsearch
│               │           │   │   └── 2013-01-01
│               │           │   ├── cloudsearchdomain
│               │           │   │   └── 2013-01-01
│               │           │   ├── cloudtrail
│               │           │   │   └── 2013-11-01
│               │           │   ├── codeartifact
│               │           │   │   └── 2018-09-22
│               │           │   ├── codebuild
│               │           │   │   └── 2016-10-06
│               │           │   ├── codecommit
│               │           │   │   └── 2015-04-13
│               │           │   ├── codedeploy
│               │           │   │   └── 2014-10-06
│               │           │   ├── codeguruprofiler
│               │           │   │   └── 2019-07-18
│               │           │   ├── codeguru-reviewer
│               │           │   │   └── 2019-09-19
│               │           │   ├── codepipeline
│               │           │   │   └── 2015-07-09
│               │           │   ├── codestar
│               │           │   │   └── 2017-04-19
│               │           │   ├── codestar-connections
│               │           │   │   └── 2019-12-01
│               │           │   ├── codestar-notifications
│               │           │   │   └── 2019-10-15
│               │           │   ├── cognito-identity
│               │           │   │   └── 2014-06-30
│               │           │   ├── cognito-idp
│               │           │   │   └── 2016-04-18
│               │           │   ├── cognito-sync
│               │           │   │   └── 2014-06-30
│               │           │   ├── comprehend
│               │           │   │   └── 2017-11-27
│               │           │   ├── comprehendmedical
│               │           │   │   └── 2018-10-30
│               │           │   ├── compute-optimizer
│               │           │   │   └── 2019-11-01
│               │           │   ├── config
│               │           │   │   └── 2014-11-12
│               │           │   ├── connect
│               │           │   │   └── 2017-08-08
│               │           │   ├── connect-contact-lens
│               │           │   │   └── 2020-08-21
│               │           │   ├── connectparticipant
│               │           │   │   └── 2018-09-07
│               │           │   ├── cur
│               │           │   │   └── 2017-01-06
│               │           │   ├── customer-profiles
│               │           │   │   └── 2020-08-15
│               │           │   ├── databrew
│               │           │   │   └── 2017-07-25
│               │           │   ├── dataexchange
│               │           │   │   └── 2017-07-25
│               │           │   ├── data.iot
│               │           │   │   └── 2015-05-28
│               │           │   ├── datapipeline
│               │           │   │   └── 2012-10-29
│               │           │   ├── datasync
│               │           │   │   └── 2018-11-09
│               │           │   ├── dax
│               │           │   │   └── 2017-04-19
│               │           │   ├── detective
│               │           │   │   └── 2018-10-26
│               │           │   ├── devicefarm
│               │           │   │   └── 2015-06-23
│               │           │   ├── devops-guru
│               │           │   │   └── 2020-12-01
│               │           │   ├── directconnect
│               │           │   │   └── 2012-10-25
│               │           │   ├── discovery
│               │           │   │   └── 2015-11-01
│               │           │   ├── dlm
│               │           │   │   └── 2018-01-12
│               │           │   ├── dms
│               │           │   │   └── 2016-01-01
│               │           │   ├── docdb
│               │           │   │   └── 2014-10-31
│               │           │   ├── drs
│               │           │   │   └── 2020-02-26
│               │           │   ├── ds
│               │           │   │   └── 2015-04-16
│               │           │   ├── dynamodb
│               │           │   │   ├── 2011-12-05
│               │           │   │   └── 2012-08-10
│               │           │   ├── ebs
│               │           │   │   └── 2019-11-02
│               │           │   ├── ec2
│               │           │   │   ├── 2015-10-01
│               │           │   │   ├── 2016-04-01
│               │           │   │   ├── 2016-09-15
│               │           │   │   └── 2016-11-15
│               │           │   ├── ec2-instance-connect
│               │           │   │   └── 2018-04-02
│               │           │   ├── ecr
│               │           │   │   └── 2015-09-21
│               │           │   ├── ecr-public
│               │           │   │   └── 2020-10-30
│               │           │   ├── ecs
│               │           │   │   └── 2014-11-13
│               │           │   ├── eks
│               │           │   │   └── 2017-11-01
│               │           │   ├── elasticache
│               │           │   │   └── 2015-02-02
│               │           │   ├── elasticbeanstalk
│               │           │   │   └── 2010-12-01
│               │           │   ├── elasticfilesystem
│               │           │   │   └── 2015-02-01
│               │           │   ├── elastic-inference
│               │           │   │   └── 2017-07-25
│               │           │   ├── elasticloadbalancing
│               │           │   │   └── 2012-06-01
│               │           │   ├── elasticloadbalancingv2
│               │           │   │   └── 2015-12-01
│               │           │   ├── elasticmapreduce
│               │           │   │   └── 2009-03-31
│               │           │   ├── elastictranscoder
│               │           │   │   └── 2012-09-25
│               │           │   ├── email
│               │           │   │   └── 2010-12-01
│               │           │   ├── emr-containers
│               │           │   │   └── 2020-10-01
│               │           │   ├── entitlement.marketplace
│               │           │   │   └── 2017-01-11
│               │           │   ├── es
│               │           │   │   └── 2015-01-01
│               │           │   ├── eventbridge
│               │           │   │   └── 2015-10-07
│               │           │   ├── events
│               │           │   │   └── 2015-10-07
│               │           │   ├── evidently
│               │           │   │   └── 2021-02-01
│               │           │   ├── finspace
│               │           │   │   └── 2021-03-12
│               │           │   ├── finspace-data
│               │           │   │   └── 2020-07-13
│               │           │   ├── firehose
│               │           │   │   └── 2015-08-04
│               │           │   ├── fis
│               │           │   │   └── 2020-12-01
│               │           │   ├── fms
│               │           │   │   └── 2018-01-01
│               │           │   ├── forecast
│               │           │   │   └── 2018-06-26
│               │           │   ├── forecastquery
│               │           │   │   └── 2018-06-26
│               │           │   ├── frauddetector
│               │           │   │   └── 2019-11-15
│               │           │   ├── fsx
│               │           │   │   └── 2018-03-01
│               │           │   ├── gamelift
│               │           │   │   └── 2015-10-01
│               │           │   ├── glacier
│               │           │   │   └── 2012-06-01
│               │           │   ├── globalaccelerator
│               │           │   │   └── 2018-08-08
│               │           │   ├── glue
│               │           │   │   └── 2017-03-31
│               │           │   ├── grafana
│               │           │   │   └── 2020-08-18
│               │           │   ├── greengrass
│               │           │   │   └── 2017-06-07
│               │           │   ├── greengrassv2
│               │           │   │   └── 2020-11-30
│               │           │   ├── groundstation
│               │           │   │   └── 2019-05-23
│               │           │   ├── guardduty
│               │           │   │   └── 2017-11-28
│               │           │   ├── health
│               │           │   │   └── 2016-08-04
│               │           │   ├── healthlake
│               │           │   │   └── 2017-07-01
│               │           │   ├── honeycode
│               │           │   │   └── 2020-03-01
│               │           │   ├── iam
│               │           │   │   └── 2010-05-08
│               │           │   ├── identitystore
│               │           │   │   └── 2020-06-15
│               │           │   ├── imagebuilder
│               │           │   │   └── 2019-12-02
│               │           │   ├── importexport
│               │           │   │   └── 2010-06-01
│               │           │   ├── inspector
│               │           │   │   └── 2016-02-16
│               │           │   ├── inspector2
│               │           │   │   └── 2020-06-08
│               │           │   ├── iot
│               │           │   │   └── 2015-05-28
│               │           │   ├── iot1click-devices
│               │           │   │   └── 2018-05-14
│               │           │   ├── iot1click-projects
│               │           │   │   └── 2018-05-14
│               │           │   ├── iotanalytics
│               │           │   │   └── 2017-11-27
│               │           │   ├── iotdeviceadvisor
│               │           │   │   └── 2020-09-18
│               │           │   ├── iotevents
│               │           │   │   └── 2018-07-27
│               │           │   ├── iotevents-data
│               │           │   │   └── 2018-10-23
│               │           │   ├── iotfleethub
│               │           │   │   └── 2020-11-03
│               │           │   ├── iot-jobs-data
│               │           │   │   └── 2017-09-29
│               │           │   ├── iotsecuretunneling
│               │           │   │   └── 2018-10-05
│               │           │   ├── iotsitewise
│               │           │   │   └── 2019-12-02
│               │           │   ├── iotthingsgraph
│               │           │   │   └── 2018-09-06
│               │           │   ├── iottwinmaker
│               │           │   │   └── 2021-11-29
│               │           │   ├── iotwireless
│               │           │   │   └── 2020-11-22
│               │           │   ├── ivs
│               │           │   │   └── 2020-07-14
│               │           │   ├── kafka
│               │           │   │   └── 2018-11-14
│               │           │   ├── kafkaconnect
│               │           │   │   └── 2021-09-14
│               │           │   ├── kendra
│               │           │   │   └── 2019-02-03
│               │           │   ├── keyspaces
│               │           │   │   └── 2022-02-10
│               │           │   ├── kinesis
│               │           │   │   └── 2013-12-02
│               │           │   ├── kinesisanalytics
│               │           │   │   └── 2015-08-14
│               │           │   ├── kinesisanalyticsv2
│               │           │   │   └── 2018-05-23
│               │           │   ├── kinesisvideo
│               │           │   │   └── 2017-09-30
│               │           │   ├── kinesis-video-archived-media
│               │           │   │   └── 2017-09-30
│               │           │   ├── kinesis-video-media
│               │           │   │   └── 2017-09-30
│               │           │   ├── kinesis-video-signaling
│               │           │   │   └── 2019-12-04
│               │           │   ├── kms
│               │           │   │   └── 2014-11-01
│               │           │   ├── lakeformation
│               │           │   │   └── 2017-03-31
│               │           │   ├── lambda
│               │           │   │   └── 2015-03-31
│               │           │   ├── lex-models
│               │           │   │   └── 2017-04-19
│               │           │   ├── license-manager
│               │           │   │   └── 2018-08-01
│               │           │   ├── lightsail
│               │           │   │   └── 2016-11-28
│               │           │   ├── location
│               │           │   │   └── 2020-11-19
│               │           │   ├── logs
│               │           │   │   └── 2014-03-28
│               │           │   ├── lookoutequipment
│               │           │   │   └── 2020-12-15
│               │           │   ├── lookoutmetrics
│               │           │   │   └── 2017-07-25
│               │           │   ├── lookoutvision
│               │           │   │   └── 2020-11-20
│               │           │   ├── machinelearning
│               │           │   │   └── 2014-12-12
│               │           │   ├── macie
│               │           │   │   └── 2017-12-19
│               │           │   ├── macie2
│               │           │   │   └── 2020-01-01
│               │           │   ├── managedblockchain
│               │           │   │   └── 2018-09-24
│               │           │   ├── marketplace-catalog
│               │           │   │   └── 2018-09-17
│               │           │   ├── marketplacecommerceanalytics
│               │           │   │   └── 2015-07-01
│               │           │   ├── mediaconnect
│               │           │   │   └── 2018-11-14
│               │           │   ├── mediaconvert
│               │           │   │   └── 2017-08-29
│               │           │   ├── medialive
│               │           │   │   └── 2017-10-14
│               │           │   ├── mediapackage
│               │           │   │   └── 2017-10-12
│               │           │   ├── mediapackage-vod
│               │           │   │   └── 2018-11-07
│               │           │   ├── mediastore
│               │           │   │   └── 2017-09-01
│               │           │   ├── mediastore-data
│               │           │   │   └── 2017-09-01
│               │           │   ├── mediatailor
│               │           │   │   └── 2018-04-23
│               │           │   ├── memorydb
│               │           │   │   └── 2021-01-01
│               │           │   ├── metering.marketplace
│               │           │   │   └── 2016-01-14
│               │           │   ├── mgh
│               │           │   │   └── 2017-05-31
│               │           │   ├── mgn
│               │           │   │   └── 2020-02-26
│               │           │   ├── migrationhub-config
│               │           │   │   └── 2019-06-30
│               │           │   ├── migration-hub-refactor-spaces
│               │           │   │   └── 2021-10-26
│               │           │   ├── migrationhubstrategy
│               │           │   │   └── 2020-02-19
│               │           │   ├── mobile
│               │           │   │   └── 2017-07-01
│               │           │   ├── models.lex.v2
│               │           │   │   └── 2020-08-07
│               │           │   ├── monitoring
│               │           │   │   └── 2010-08-01
│               │           │   ├── mq
│               │           │   │   └── 2017-11-27
│               │           │   ├── mturk-requester
│               │           │   │   └── 2017-01-17
│               │           │   ├── mwaa
│               │           │   │   └── 2020-07-01
│               │           │   ├── neptune
│               │           │   │   └── 2014-10-31
│               │           │   ├── network-firewall
│               │           │   │   └── 2020-11-12
│               │           │   ├── networkmanager
│               │           │   │   └── 2019-07-05
│               │           │   ├── nimble
│               │           │   │   └── 2020-08-01
│               │           │   ├── opensearch
│               │           │   │   └── 2021-01-01
│               │           │   ├── opsworks
│               │           │   │   └── 2013-02-18
│               │           │   ├── opsworkscm
│               │           │   │   └── 2016-11-01
│               │           │   ├── organizations
│               │           │   │   └── 2016-11-28
│               │           │   ├── outposts
│               │           │   │   └── 2019-12-03
│               │           │   ├── panorama
│               │           │   │   └── 2019-07-24
│               │           │   ├── personalize
│               │           │   │   └── 2018-05-22
│               │           │   ├── personalize-events
│               │           │   │   └── 2018-03-22
│               │           │   ├── personalize-runtime
│               │           │   │   └── 2018-05-22
│               │           │   ├── pi
│               │           │   │   └── 2018-02-27
│               │           │   ├── pinpoint
│               │           │   │   └── 2016-12-01
│               │           │   ├── pinpoint-email
│               │           │   │   └── 2018-07-26
│               │           │   ├── polly
│               │           │   │   └── 2016-06-10
│               │           │   ├── pricing
│               │           │   │   └── 2017-10-15
│               │           │   ├── proton
│               │           │   │   └── 2020-07-20
│               │           │   ├── qldb
│               │           │   │   └── 2019-01-02
│               │           │   ├── qldb-session
│               │           │   │   └── 2019-07-11
│               │           │   ├── quicksight
│               │           │   │   └── 2018-04-01
│               │           │   ├── ram
│               │           │   │   └── 2018-01-04
│               │           │   ├── rbin
│               │           │   │   └── 2021-06-15
│               │           │   ├── rds
│               │           │   │   ├── 2014-09-01
│               │           │   │   └── 2014-10-31
│               │           │   ├── rds-data
│               │           │   │   └── 2018-08-01
│               │           │   ├── redshift
│               │           │   │   └── 2012-12-01
│               │           │   ├── redshift-data
│               │           │   │   └── 2019-12-20
│               │           │   ├── rekognition
│               │           │   │   └── 2016-06-27
│               │           │   ├── resiliencehub
│               │           │   │   └── 2020-04-30
│               │           │   ├── resource-groups
│               │           │   │   └── 2017-11-27
│               │           │   ├── resourcegroupstaggingapi
│               │           │   │   └── 2017-01-26
│               │           │   ├── robomaker
│               │           │   │   └── 2018-06-29
│               │           │   ├── route53
│               │           │   │   └── 2013-04-01
│               │           │   ├── route53domains
│               │           │   │   └── 2014-05-15
│               │           │   ├── route53-recovery-cluster
│               │           │   │   └── 2019-12-02
│               │           │   ├── route53-recovery-control-config
│               │           │   │   └── 2020-11-02
│               │           │   ├── route53-recovery-readiness
│               │           │   │   └── 2019-12-02
│               │           │   ├── route53resolver
│               │           │   │   └── 2018-04-01
│               │           │   ├── rum
│               │           │   │   └── 2018-05-10
│               │           │   ├── runtime.lex
│               │           │   │   └── 2016-11-28
│               │           │   ├── runtime.lex.v2
│               │           │   │   └── 2020-08-07
│               │           │   ├── runtime.sagemaker
│               │           │   │   └── 2017-05-13
│               │           │   ├── s3
│               │           │   │   └── 2006-03-01
│               │           │   ├── s3control
│               │           │   │   └── 2018-08-20
│               │           │   ├── s3outposts
│               │           │   │   └── 2017-07-25
│               │           │   ├── sagemaker
│               │           │   │   └── 2017-07-24
│               │           │   ├── sagemaker-a2i-runtime
│               │           │   │   └── 2019-11-07
│               │           │   ├── sagemaker-edge
│               │           │   │   └── 2020-09-23
│               │           │   ├── sagemaker-featurestore-runtime
│               │           │   │   └── 2020-07-01
│               │           │   ├── savingsplans
│               │           │   │   └── 2019-06-28
│               │           │   ├── schemas
│               │           │   │   └── 2019-12-02
│               │           │   ├── secretsmanager
│               │           │   │   └── 2017-10-17
│               │           │   ├── securityhub
│               │           │   │   └── 2018-10-26
│               │           │   ├── serverlessrepo
│               │           │   │   └── 2017-09-08
│               │           │   ├── servicecatalog
│               │           │   │   └── 2015-12-10
│               │           │   ├── servicecatalog-appregistry
│               │           │   │   └── 2020-06-24
│               │           │   ├── servicediscovery
│               │           │   │   └── 2017-03-14
│               │           │   ├── service-quotas
│               │           │   │   └── 2019-06-24
│               │           │   ├── sesv2
│               │           │   │   └── 2019-09-27
│               │           │   ├── shield
│               │           │   │   └── 2016-06-02
│               │           │   ├── signer
│               │           │   │   └── 2017-08-25
│               │           │   ├── sms
│               │           │   │   └── 2016-10-24
│               │           │   ├── sms-voice
│               │           │   │   └── 2018-09-05
│               │           │   ├── snowball
│               │           │   │   └── 2016-06-30
│               │           │   ├── snow-device-management
│               │           │   │   └── 2021-08-04
│               │           │   ├── sns
│               │           │   │   └── 2010-03-31
│               │           │   ├── sqs
│               │           │   │   └── 2012-11-05
│               │           │   ├── ssm
│               │           │   │   └── 2014-11-06
│               │           │   ├── ssm-contacts
│               │           │   │   └── 2021-05-03
│               │           │   ├── ssm-incidents
│               │           │   │   └── 2018-05-10
│               │           │   ├── sso
│               │           │   │   └── 2019-06-10
│               │           │   ├── sso-admin
│               │           │   │   └── 2020-07-20
│               │           │   ├── sso-oidc
│               │           │   │   └── 2019-06-10
│               │           │   ├── states
│               │           │   │   └── 2016-11-23
│               │           │   ├── storagegateway
│               │           │   │   └── 2013-06-30
│               │           │   ├── streams.dynamodb
│               │           │   │   └── 2012-08-10
│               │           │   ├── sts
│               │           │   │   └── 2011-06-15
│               │           │   ├── support
│               │           │   │   └── 2013-04-15
│               │           │   ├── swf
│               │           │   │   └── 2012-01-25
│               │           │   ├── synthetics
│               │           │   │   └── 2017-10-11
│               │           │   ├── textract
│               │           │   │   └── 2018-06-27
│               │           │   ├── timestream-query
│               │           │   │   └── 2018-11-01
│               │           │   ├── timestream-write
│               │           │   │   └── 2018-11-01
│               │           │   ├── transcribe
│               │           │   │   └── 2017-10-26
│               │           │   ├── transfer
│               │           │   │   └── 2018-11-05
│               │           │   ├── translate
│               │           │   │   └── 2017-07-01
│               │           │   ├── voice-id
│               │           │   │   └── 2021-09-27
│               │           │   ├── waf
│               │           │   │   └── 2015-08-24
│               │           │   ├── waf-regional
│               │           │   │   └── 2016-11-28
│               │           │   ├── wafv2
│               │           │   │   └── 2019-07-29
│               │           │   ├── wellarchitected
│               │           │   │   └── 2020-03-31
│               │           │   ├── wisdom
│               │           │   │   └── 2020-10-19
│               │           │   ├── workdocs
│               │           │   │   └── 2016-05-01
│               │           │   ├── worklink
│               │           │   │   └── 2018-09-25
│               │           │   ├── workmail
│               │           │   │   └── 2017-10-01
│               │           │   ├── workmailmessageflow
│               │           │   │   └── 2019-05-01
│               │           │   ├── workspaces
│               │           │   │   └── 2015-04-08
│               │           │   ├── workspaces-web
│               │           │   │   └── 2020-07-08
│               │           │   └── xray
│               │           │       └── 2016-04-12
│               │           ├── DatabaseMigrationService
│               │           │   └── Exception
│               │           ├── DataExchange
│               │           │   └── Exception
│               │           ├── DataPipeline
│               │           │   └── Exception
│               │           ├── DataSync
│               │           │   └── Exception
│               │           ├── DAX
│               │           │   └── Exception
│               │           ├── DefaultsMode
│               │           │   └── Exception
│               │           ├── Detective
│               │           │   └── Exception
│               │           ├── DeviceFarm
│               │           │   └── Exception
│               │           ├── DevOpsGuru
│               │           │   └── Exception
│               │           ├── DirectConnect
│               │           │   └── Exception
│               │           ├── DirectoryService
│               │           │   └── Exception
│               │           ├── DLM
│               │           │   └── Exception
│               │           ├── DocDB
│               │           │   └── Exception
│               │           ├── drs
│               │           │   └── Exception
│               │           ├── DynamoDb
│               │           │   └── Exception
│               │           ├── DynamoDbStreams
│               │           │   └── Exception
│               │           ├── EBS
│               │           │   └── Exception
│               │           ├── Ec2
│               │           │   └── Exception
│               │           ├── EC2InstanceConnect
│               │           │   └── Exception
│               │           ├── Ecr
│               │           │   └── Exception
│               │           ├── ECRPublic
│               │           │   └── Exception
│               │           ├── Ecs
│               │           │   └── Exception
│               │           ├── Efs
│               │           │   └── Exception
│               │           ├── EKS
│               │           │   └── Exception
│               │           ├── ElastiCache
│               │           │   └── Exception
│               │           ├── ElasticBeanstalk
│               │           │   └── Exception
│               │           ├── ElasticInference
│               │           │   └── Exception
│               │           ├── ElasticLoadBalancing
│               │           │   └── Exception
│               │           ├── ElasticLoadBalancingV2
│               │           │   └── Exception
│               │           ├── ElasticsearchService
│               │           │   └── Exception
│               │           ├── ElasticTranscoder
│               │           │   └── Exception
│               │           ├── Emr
│               │           │   └── Exception
│               │           ├── EMRContainers
│               │           │   └── Exception
│               │           ├── Endpoint
│               │           │   ├── UseDualstackEndpoint
│               │           │   │   └── Exception
│               │           │   └── UseFipsEndpoint
│               │           │       └── Exception
│               │           ├── EndpointDiscovery
│               │           │   └── Exception
│               │           ├── EventBridge
│               │           │   └── Exception
│               │           ├── Exception
│               │           ├── finspace
│               │           │   └── Exception
│               │           ├── FinSpaceData
│               │           │   └── Exception
│               │           ├── Firehose
│               │           │   └── Exception
│               │           ├── FIS
│               │           │   └── Exception
│               │           ├── FMS
│               │           │   └── Exception
│               │           ├── ForecastQueryService
│               │           │   └── Exception
│               │           ├── ForecastService
│               │           │   └── Exception
│               │           ├── FraudDetector
│               │           │   └── Exception
│               │           ├── FSx
│               │           │   └── Exception
│               │           ├── GameLift
│               │           │   └── Exception
│               │           ├── Glacier
│               │           │   └── Exception
│               │           ├── GlobalAccelerator
│               │           │   └── Exception
│               │           ├── Glue
│               │           │   └── Exception
│               │           ├── GlueDataBrew
│               │           │   └── Exception
│               │           ├── Greengrass
│               │           │   └── Exception
│               │           ├── GreengrassV2
│               │           │   └── Exception
│               │           ├── GroundStation
│               │           │   └── Exception
│               │           ├── GuardDuty
│               │           │   └── Exception
│               │           ├── Handler
│               │           │   ├── GuzzleV5
│               │           │   └── GuzzleV6
│               │           ├── Health
│               │           │   └── Exception
│               │           ├── HealthLake
│               │           │   └── Exception
│               │           ├── Honeycode
│               │           │   └── Exception
│               │           ├── Iam
│               │           │   └── Exception
│               │           ├── IdentityStore
│               │           │   └── Exception
│               │           ├── imagebuilder
│               │           │   └── Exception
│               │           ├── ImportExport
│               │           │   └── Exception
│               │           ├── Inspector
│               │           │   └── Exception
│               │           ├── Inspector2
│               │           │   └── Exception
│               │           ├── Iot
│               │           │   └── Exception
│               │           ├── IoT1ClickDevicesService
│               │           │   └── Exception
│               │           ├── IoT1ClickProjects
│               │           │   └── Exception
│               │           ├── IoTAnalytics
│               │           │   └── Exception
│               │           ├── IotDataPlane
│               │           │   └── Exception
│               │           ├── IoTDeviceAdvisor
│               │           │   └── Exception
│               │           ├── IoTEvents
│               │           │   └── Exception
│               │           ├── IoTEventsData
│               │           │   └── Exception
│               │           ├── IoTFleetHub
│               │           │   └── Exception
│               │           ├── IoTJobsDataPlane
│               │           │   └── Exception
│               │           ├── IoTSecureTunneling
│               │           │   └── Exception
│               │           ├── IoTSiteWise
│               │           │   └── Exception
│               │           ├── IoTThingsGraph
│               │           │   └── Exception
│               │           ├── IoTTwinMaker
│               │           │   └── Exception
│               │           ├── IoTWireless
│               │           │   └── Exception
│               │           ├── IVS
│               │           │   └── Exception
│               │           ├── Kafka
│               │           │   └── Exception
│               │           ├── KafkaConnect
│               │           │   └── Exception
│               │           ├── kendra
│               │           │   └── Exception
│               │           ├── Keyspaces
│               │           │   └── Exception
│               │           ├── Kinesis
│               │           │   └── Exception
│               │           ├── KinesisAnalytics
│               │           │   └── Exception
│               │           ├── KinesisAnalyticsV2
│               │           │   └── Exception
│               │           ├── KinesisVideo
│               │           │   └── Exception
│               │           ├── KinesisVideoArchivedMedia
│               │           │   └── Exception
│               │           ├── KinesisVideoMedia
│               │           │   └── Exception
│               │           ├── KinesisVideoSignalingChannels
│               │           │   └── Exception
│               │           ├── Kms
│               │           │   └── Exception
│               │           ├── LakeFormation
│               │           │   └── Exception
│               │           ├── Lambda
│               │           │   └── Exception
│               │           ├── LexModelBuildingService
│               │           │   └── Exception
│               │           ├── LexModelsV2
│               │           │   └── Exception
│               │           ├── LexRuntimeService
│               │           │   └── Exception
│               │           ├── LexRuntimeV2
│               │           │   └── Exception
│               │           ├── LicenseManager
│               │           │   └── Exception
│               │           ├── Lightsail
│               │           │   └── Exception
│               │           ├── LocationService
│               │           │   └── Exception
│               │           ├── LookoutEquipment
│               │           │   └── Exception
│               │           ├── LookoutforVision
│               │           │   └── Exception
│               │           ├── LookoutMetrics
│               │           │   └── Exception
│               │           ├── MachineLearning
│               │           │   └── Exception
│               │           ├── Macie
│               │           │   └── Exception
│               │           ├── Macie2
│               │           │   └── Exception
│               │           ├── ManagedBlockchain
│               │           │   └── Exception
│               │           ├── ManagedGrafana
│               │           │   └── Exception
│               │           ├── MarketplaceCatalog
│               │           │   └── Exception
│               │           ├── MarketplaceCommerceAnalytics
│               │           │   └── Exception
│               │           ├── MarketplaceEntitlementService
│               │           │   └── Exception
│               │           ├── MarketplaceMetering
│               │           │   └── Exception
│               │           ├── MediaConnect
│               │           │   └── Exception
│               │           ├── MediaConvert
│               │           │   └── Exception
│               │           ├── MediaLive
│               │           │   └── Exception
│               │           ├── MediaPackage
│               │           │   └── Exception
│               │           ├── MediaPackageVod
│               │           │   └── Exception
│               │           ├── MediaStore
│               │           │   └── Exception
│               │           ├── MediaStoreData
│               │           │   └── Exception
│               │           ├── MediaTailor
│               │           │   └── Exception
│               │           ├── MemoryDB
│               │           │   └── Exception
│               │           ├── mgn
│               │           │   └── Exception
│               │           ├── MigrationHub
│               │           │   └── Exception
│               │           ├── MigrationHubConfig
│               │           │   └── Exception
│               │           ├── MigrationHubRefactorSpaces
│               │           │   └── Exception
│               │           ├── MigrationHubStrategyRecommendations
│               │           │   └── Exception
│               │           ├── Mobile
│               │           │   └── Exception
│               │           ├── MQ
│               │           │   └── Exception
│               │           ├── MTurk
│               │           │   └── Exception
│               │           ├── Multipart
│               │           ├── MWAA
│               │           │   └── Exception
│               │           ├── Neptune
│               │           │   └── Exception
│               │           ├── NetworkFirewall
│               │           │   └── Exception
│               │           ├── NetworkManager
│               │           │   └── Exception
│               │           ├── NimbleStudio
│               │           │   └── Exception
│               │           ├── OpenSearchService
│               │           │   └── Exception
│               │           ├── OpsWorks
│               │           │   └── Exception
│               │           ├── OpsWorksCM
│               │           │   └── Exception
│               │           ├── Organizations
│               │           │   └── Exception
│               │           ├── Outposts
│               │           │   └── Exception
│               │           ├── Panorama
│               │           │   └── Exception
│               │           ├── Personalize
│               │           │   └── Exception
│               │           ├── PersonalizeEvents
│               │           │   └── Exception
│               │           ├── PersonalizeRuntime
│               │           │   └── Exception
│               │           ├── PI
│               │           │   └── Exception
│               │           ├── Pinpoint
│               │           │   └── Exception
│               │           ├── PinpointEmail
│               │           │   └── Exception
│               │           ├── PinpointSMSVoice
│               │           │   └── Exception
│               │           ├── Polly
│               │           │   └── Exception
│               │           ├── Pricing
│               │           │   └── Exception
│               │           ├── PrometheusService
│               │           │   └── Exception
│               │           ├── Proton
│               │           │   └── Exception
│               │           ├── QLDB
│               │           │   └── Exception
│               │           ├── QLDBSession
│               │           │   └── Exception
│               │           ├── QuickSight
│               │           │   └── Exception
│               │           ├── RAM
│               │           │   └── Exception
│               │           ├── Rds
│               │           │   └── Exception
│               │           ├── RDSDataService
│               │           │   └── Exception
│               │           ├── RecycleBin
│               │           │   └── Exception
│               │           ├── Redshift
│               │           │   └── Exception
│               │           ├── RedshiftDataAPIService
│               │           │   └── Exception
│               │           ├── Rekognition
│               │           │   └── Exception
│               │           ├── ResilienceHub
│               │           │   └── Exception
│               │           ├── ResourceGroups
│               │           │   └── Exception
│               │           ├── ResourceGroupsTaggingAPI
│               │           │   └── Exception
│               │           ├── Retry
│               │           │   └── Exception
│               │           ├── RoboMaker
│               │           │   └── Exception
│               │           ├── Route53
│               │           │   └── Exception
│               │           ├── Route53Domains
│               │           │   └── Exception
│               │           ├── Route53RecoveryCluster
│               │           │   └── Exception
│               │           ├── Route53RecoveryControlConfig
│               │           │   └── Exception
│               │           ├── Route53RecoveryReadiness
│               │           │   └── Exception
│               │           ├── Route53Resolver
│               │           │   └── Exception
│               │           ├── S3
│               │           │   ├── Crypto
│               │           │   ├── Exception
│               │           │   ├── RegionalEndpoint
│               │           │   │   └── Exception
│               │           │   └── UseArnRegion
│               │           │       └── Exception
│               │           ├── S3Control
│               │           │   └── Exception
│               │           ├── S3Outposts
│               │           │   └── Exception
│               │           ├── SageMaker
│               │           │   └── Exception
│               │           ├── SagemakerEdgeManager
│               │           │   └── Exception
│               │           ├── SageMakerFeatureStoreRuntime
│               │           │   └── Exception
│               │           ├── SageMakerRuntime
│               │           │   └── Exception
│               │           ├── SavingsPlans
│               │           │   └── Exception
│               │           ├── Schemas
│               │           │   └── Exception
│               │           ├── SecretsManager
│               │           │   └── Exception
│               │           ├── SecurityHub
│               │           │   └── Exception
│               │           ├── ServerlessApplicationRepository
│               │           │   └── Exception
│               │           ├── ServiceCatalog
│               │           │   └── Exception
│               │           ├── ServiceDiscovery
│               │           │   └── Exception
│               │           ├── ServiceQuotas
│               │           │   └── Exception
│               │           ├── Ses
│               │           │   └── Exception
│               │           ├── SesV2
│               │           │   └── Exception
│               │           ├── Sfn
│               │           │   └── Exception
│               │           ├── Shield
│               │           │   └── Exception
│               │           ├── Signature
│               │           ├── signer
│               │           │   └── Exception
│               │           ├── Sms
│               │           │   └── Exception
│               │           ├── SnowBall
│               │           │   └── Exception
│               │           ├── SnowDeviceManagement
│               │           │   └── Exception
│               │           ├── Sns
│               │           │   └── Exception
│               │           ├── Sqs
│               │           │   └── Exception
│               │           ├── Ssm
│               │           │   └── Exception
│               │           ├── SSMContacts
│               │           │   └── Exception
│               │           ├── SSMIncidents
│               │           │   └── Exception
│               │           ├── SSO
│               │           │   └── Exception
│               │           ├── SSOAdmin
│               │           │   └── Exception
│               │           ├── SSOOIDC
│               │           │   └── Exception
│               │           ├── StorageGateway
│               │           │   └── Exception
│               │           ├── Sts
│               │           │   ├── Exception
│               │           │   └── RegionalEndpoints
│               │           │       └── Exception
│               │           ├── Support
│               │           │   └── Exception
│               │           ├── Swf
│               │           │   └── Exception
│               │           ├── Synthetics
│               │           │   └── Exception
│               │           ├── Textract
│               │           │   └── Exception
│               │           ├── TimestreamQuery
│               │           │   └── Exception
│               │           ├── TimestreamWrite
│               │           │   └── Exception
│               │           ├── TranscribeService
│               │           │   └── Exception
│               │           ├── Transfer
│               │           │   └── Exception
│               │           ├── Translate
│               │           │   └── Exception
│               │           ├── VoiceID
│               │           │   └── Exception
│               │           ├── Waf
│               │           │   └── Exception
│               │           ├── WafRegional
│               │           │   └── Exception
│               │           ├── WAFV2
│               │           │   └── Exception
│               │           ├── WellArchitected
│               │           │   └── Exception
│               │           ├── WorkDocs
│               │           │   └── Exception
│               │           ├── WorkLink
│               │           │   └── Exception
│               │           ├── WorkMail
│               │           │   └── Exception
│               │           ├── WorkMailMessageFlow
│               │           │   └── Exception
│               │           ├── WorkSpaces
│               │           │   └── Exception
│               │           ├── WorkSpacesWeb
│               │           │   └── Exception
│               │           └── XRay
│               │               └── Exception
│               ├── bacon
│               │   └── bacon-qr-code
│               │       ├── src
│               │       │   ├── Common
│               │       │   ├── Encoder
│               │       │   ├── Exception
│               │       │   └── Renderer
│               │       │       ├── Color
│               │       │       ├── Eye
│               │       │       ├── Image
│               │       │       ├── Module
│               │       │       │   └── EdgeIterator
│               │       │       ├── Path
│               │       │       └── RendererStyle
│               │       └── test
│               │           ├── Common
│               │           ├── Encoder
│               │           └── Integration
│               │               └── __snapshots__
│               │                   └── files
│               ├── barryvdh
│               │   ├── laravel-ide-helper
│               │   │   ├── config
│               │   │   ├── resources
│               │   │   │   └── views
│               │   │   └── src
│               │   │       ├── Console
│               │   │       ├── Contracts
│               │   │       └── Listeners
│               │   └── reflection-docblock
│               │       ├── src
│               │       │   └── Barryvdh
│               │       │       └── Reflection
│               │       │           └── DocBlock
│               │       │               ├── Tag
│               │       │               └── Type
│               │       └── tests
│               │           └── Barryvdh
│               │               └── Reflection
│               │                   └── DocBlock
│               │                       ├── Tag
│               │                       └── Type
│               ├── beyondcode
│               │   └── laravel-websockets
│               │       ├── config
│               │       ├── database
│               │       │   └── migrations
│               │       ├── docs
│               │       │   ├── advanced-usage
│               │       │   ├── basic-usage
│               │       │   ├── debugging
│               │       │   ├── faq
│               │       │   └── getting-started
│               │       ├── resources
│               │       │   └── views
│               │       └── src
│               │           ├── Apps
│               │           ├── Console
│               │           ├── Dashboard
│               │           │   └── Http
│               │           │       ├── Controllers
│               │           │       └── Middleware
│               │           ├── Exceptions
│               │           ├── Facades
│               │           ├── HttpApi
│               │           │   └── Controllers
│               │           ├── Server
│               │           │   └── Logger
│               │           ├── Statistics
│               │           │   ├── Events
│               │           │   ├── Http
│               │           │   │   ├── Controllers
│               │           │   │   └── Middleware
│               │           │   ├── Logger
│               │           │   ├── Models
│               │           │   └── Rules
│               │           └── WebSockets
│               │               ├── Channels
│               │               │   └── ChannelManagers
│               │               ├── Exceptions
│               │               └── Messages
│               ├── bin
│               ├── brianium
│               │   └── paratest
│               │       ├── bin
│               │       ├── docs
│               │       └── src
│               │           ├── Console
│               │           │   └── Commands
│               │           ├── Coverage
│               │           ├── Logging
│               │           │   └── JUnit
│               │           ├── Parser
│               │           ├── Runners
│               │           │   └── PHPUnit
│               │           │       └── Worker
│               │           └── Util
│               ├── brick
│               │   └── math
│               │       └── src
│               │           ├── Exception
│               │           └── Internal
│               │               └── Calculator
│               ├── cboden
│               │   └── ratchet
│               │       ├── src
│               │       │   └── Ratchet
│               │       │       ├── Http
│               │       │       ├── Server
│               │       │       ├── Session
│               │       │       │   ├── Serialize
│               │       │       │   └── Storage
│               │       │       │       └── Proxy
│               │       │       ├── Wamp
│               │       │       └── WebSocket
│               │       └── tests
│               │           ├── autobahn
│               │           │   └── bin
│               │           ├── helpers
│               │           │   └── Ratchet
│               │           │       ├── Mock
│               │           │       ├── Wamp
│               │           │       │   └── Stub
│               │           │       └── WebSocket
│               │           │           └── Stub
│               │           └── unit
│               │               ├── Http
│               │               ├── Server
│               │               ├── Session
│               │               │   ├── Serialize
│               │               │   └── Storage
│               │               └── Wamp
│               ├── cocur
│               │   └── slugify
│               │       └── src
│               │           ├── Bridge
│               │           │   ├── Laravel
│               │           │   ├── Latte
│               │           │   ├── League
│               │           │   ├── Nette
│               │           │   ├── Plum
│               │           │   ├── Symfony
│               │           │   ├── Twig
│               │           │   └── ZF2
│               │           └── RuleProvider
│               ├── composer
│               │   ├── ca-bundle
│               │   │   ├── res
│               │   │   └── src
│               │   ├── composer
│               │   │   ├── bin
│               │   │   ├── doc
│               │   │   │   ├── articles
│               │   │   │   ├── dev
│               │   │   │   ├── faqs
│               │   │   │   └── fixtures
│               │   │   │       ├── repo-composer-plain
│               │   │   │       └── repo-composer-with-providers
│               │   │   │           └── p
│               │   │   │               ├── bar
│               │   │   │               ├── foo
│               │   │   │               ├── gar
│               │   │   │               └── qux
│               │   │   ├── res
│               │   │   └── src
│               │   │       └── Composer
│               │   │           ├── Autoload
│               │   │           ├── Command
│               │   │           ├── Config
│               │   │           ├── Console
│               │   │           ├── DependencyResolver
│               │   │           │   └── Operation
│               │   │           ├── Downloader
│               │   │           ├── EventDispatcher
│               │   │           ├── Exception
│               │   │           ├── Filter
│               │   │           │   └── PlatformRequirementFilter
│               │   │           ├── Installer
│               │   │           ├── IO
│               │   │           ├── Json
│               │   │           ├── Package
│               │   │           │   ├── Archiver
│               │   │           │   ├── Comparer
│               │   │           │   ├── Dumper
│               │   │           │   ├── Loader
│               │   │           │   └── Version
│               │   │           ├── Platform
│               │   │           ├── Plugin
│               │   │           │   └── Capability
│               │   │           ├── Question
│               │   │           ├── Repository
│               │   │           │   └── Vcs
│               │   │           ├── Script
│               │   │           ├── SelfUpdate
│               │   │           └── Util
│               │   │               └── Http
│               │   ├── metadata-minifier
│               │   │   └── src
│               │   ├── package-versions-deprecated
│               │   │   └── src
│               │   │       └── PackageVersions
│               │   ├── pcre
│               │   │   └── src
│               │   ├── semver
│               │   │   └── src
│               │   │       └── Constraint
│               │   ├── spdx-licenses
│               │   │   ├── res
│               │   │   └── src
│               │   └── xdebug-handler
│               │       └── src
│               ├── dasprid
│               │   └── enum
│               │       ├── src
│               │       │   └── Exception
│               │       └── test
│               ├── dflydev
│               │   └── dot-access-data
│               │       └── src
│               │           └── Exception
│               ├── dnoegel
│               │   └── php-xdg-base-dir
│               │       └── src
│               ├── doctrine
│               │   ├── annotations
│               │   │   ├── docs
│               │   │   │   └── en
│               │   │   └── lib
│               │   │       └── Doctrine
│               │   │           └── Common
│               │   │               └── Annotations
│               │   │                   └── Annotation
│               │   ├── cache
│               │   │   └── lib
│               │   │       └── Doctrine
│               │   │           └── Common
│               │   │               └── Cache
│               │   │                   └── Psr6
│               │   ├── dbal
│               │   │   ├── bin
│               │   │   └── lib
│               │   │       └── Doctrine
│               │   │           └── DBAL
│               │   │               ├── Abstraction
│               │   │               ├── Cache
│               │   │               ├── Connections
│               │   │               ├── Driver
│               │   │               │   ├── AbstractOracleDriver
│               │   │               │   ├── AbstractSQLServerDriver
│               │   │               │   │   └── Exception
│               │   │               │   ├── DrizzlePDOMySql
│               │   │               │   ├── IBMDB2
│               │   │               │   │   └── Exception
│               │   │               │   ├── Mysqli
│               │   │               │   │   └── Exception
│               │   │               │   ├── OCI8
│               │   │               │   │   └── Exception
│               │   │               │   ├── PDO
│               │   │               │   │   ├── MySQL
│               │   │               │   │   ├── OCI
│               │   │               │   │   ├── PgSQL
│               │   │               │   │   ├── SQLite
│               │   │               │   │   └── SQLSrv
│               │   │               │   ├── PDOIbm
│               │   │               │   ├── PDOMySql
│               │   │               │   ├── PDOOracle
│               │   │               │   ├── PDOPgSql
│               │   │               │   ├── PDOSqlite
│               │   │               │   ├── PDOSqlsrv
│               │   │               │   ├── SQLAnywhere
│               │   │               │   └── SQLSrv
│               │   │               │       └── Exception
│               │   │               ├── Event
│               │   │               │   └── Listeners
│               │   │               ├── Exception
│               │   │               ├── ForwardCompatibility
│               │   │               ├── Id
│               │   │               ├── Logging
│               │   │               ├── Platforms
│               │   │               │   └── Keywords
│               │   │               ├── Portability
│               │   │               ├── Query
│               │   │               │   └── Expression
│               │   │               ├── Schema
│               │   │               │   ├── Synchronizer
│               │   │               │   └── Visitor
│               │   │               ├── Sharding
│               │   │               │   ├── ShardChoser
│               │   │               │   └── SQLAzure
│               │   │               │       └── Schema
│               │   │               ├── Tools
│               │   │               │   └── Console
│               │   │               │       ├── Command
│               │   │               │       ├── ConnectionProvider
│               │   │               │       └── Helper
│               │   │               └── Types
│               │   ├── deprecations
│               │   │   ├── lib
│               │   │   │   └── Doctrine
│               │   │   │       └── Deprecations
│               │   │   │           └── PHPUnit
│               │   │   ├── test_fixtures
│               │   │   │   ├── src
│               │   │   │   └── vendor
│               │   │   │       └── doctrine
│               │   │   │           └── foo
│               │   │   └── tests
│               │   │       └── Doctrine
│               │   │           └── Deprecations
│               │   ├── event-manager
│               │   │   └── lib
│               │   │       └── Doctrine
│               │   │           └── Common
│               │   ├── inflector
│               │   │   ├── docs
│               │   │   │   └── en
│               │   │   └── lib
│               │   │       └── Doctrine
│               │   │           └── Inflector
│               │   │               └── Rules
│               │   │                   ├── English
│               │   │                   ├── French
│               │   │                   ├── NorwegianBokmal
│               │   │                   ├── Portuguese
│               │   │                   ├── Spanish
│               │   │                   └── Turkish
│               │   ├── instantiator
│               │   │   ├── docs
│               │   │   │   └── en
│               │   │   └── src
│               │   │       └── Doctrine
│               │   │           └── Instantiator
│               │   │               └── Exception
│               │   └── lexer
│               │       └── lib
│               │           └── Doctrine
│               │               └── Common
│               │                   └── Lexer
│               ├── dragonmantank
│               │   └── cron-expression
│               │       └── src
│               │           └── Cron
│               ├── egulias
│               │   └── email-validator
│               │       └── src
│               │           ├── Parser
│               │           │   └── CommentStrategy
│               │           ├── Result
│               │           │   └── Reason
│               │           ├── Validation
│               │           │   ├── Exception
│               │           │   └── Extra
│               │           └── Warning
│               ├── evenement
│               │   └── evenement
│               │       ├── doc
│               │       ├── examples
│               │       ├── src
│               │       │   └── Evenement
│               │       └── tests
│               │           └── Evenement
│               │               └── Tests
│               ├── facade
│               │   └── ignition-contracts
│               │       └── src
│               ├── fakerphp
│               │   └── faker
│               │       └── src
│               │           └── Faker
│               │               ├── Calculator
│               │               ├── Core
│               │               ├── Extension
│               │               ├── Guesser
│               │               ├── ORM
│               │               │   ├── CakePHP
│               │               │   ├── Doctrine
│               │               │   ├── Mandango
│               │               │   ├── Propel
│               │               │   ├── Propel2
│               │               │   └── Spot
│               │               └── Provider
│               │                   ├── ar_EG
│               │                   ├── ar_JO
│               │                   ├── ar_SA
│               │                   ├── at_AT
│               │                   ├── bg_BG
│               │                   ├── bn_BD
│               │                   ├── cs_CZ
│               │                   ├── da_DK
│               │                   ├── de_AT
│               │                   ├── de_CH
│               │                   ├── de_DE
│               │                   ├── el_CY
│               │                   ├── el_GR
│               │                   ├── en_AU
│               │                   ├── en_CA
│               │                   ├── en_GB
│               │                   ├── en_HK
│               │                   ├── en_IN
│               │                   ├── en_NG
│               │                   ├── en_NZ
│               │                   ├── en_PH
│               │                   ├── en_SG
│               │                   ├── en_UG
│               │                   ├── en_US
│               │                   ├── en_ZA
│               │                   ├── es_AR
│               │                   ├── es_ES
│               │                   ├── es_PE
│               │                   ├── es_VE
│               │                   ├── et_EE
│               │                   ├── fa_IR
│               │                   ├── fi_FI
│               │                   ├── fr_BE
│               │                   ├── fr_CA
│               │                   ├── fr_CH
│               │                   ├── fr_FR
│               │                   ├── he_IL
│               │                   ├── hr_HR
│               │                   ├── hu_HU
│               │                   ├── hy_AM
│               │                   ├── id_ID
│               │                   ├── is_IS
│               │                   ├── it_CH
│               │                   ├── it_IT
│               │                   ├── ja_JP
│               │                   ├── ka_GE
│               │                   ├── kk_KZ
│               │                   ├── ko_KR
│               │                   ├── lt_LT
│               │                   ├── lv_LV
│               │                   ├── me_ME
│               │                   ├── mn_MN
│               │                   ├── ms_MY
│               │                   ├── nb_NO
│               │                   ├── ne_NP
│               │                   ├── nl_BE
│               │                   ├── nl_NL
│               │                   ├── pl_PL
│               │                   ├── pt_BR
│               │                   ├── pt_PT
│               │                   ├── ro_MD
│               │                   ├── ro_RO
│               │                   ├── ru_RU
│               │                   ├── sk_SK
│               │                   ├── sl_SI
│               │                   ├── sr_Cyrl_RS
│               │                   ├── sr_Latn_RS
│               │                   ├── sr_RS
│               │                   ├── sv_SE
│               │                   ├── th_TH
│               │                   ├── tr_TR
│               │                   ├── uk_UA
│               │                   ├── vi_VN
│               │                   ├── zh_CN
│               │                   └── zh_TW
│               ├── felixfbecker
│               │   ├── advanced-json-rpc
│               │   │   └── lib
│               │   └── language-server-protocol
│               │       └── src
│               ├── fig
│               │   └── http-message-util
│               │       └── src
│               ├── filp
│               │   └── whoops
│               │       └── src
│               │           └── Whoops
│               │               ├── Exception
│               │               ├── Handler
│               │               ├── Resources
│               │               │   ├── css
│               │               │   ├── js
│               │               │   └── views
│               │               └── Util
│               ├── friendsofphp
│               │   └── php-cs-fixer
│               │       └── src
│               │           ├── Cache
│               │           ├── ConfigurationException
│               │           ├── Console
│               │           │   ├── Command
│               │           │   ├── Output
│               │           │   ├── Report
│               │           │   │   ├── FixReport
│               │           │   │   └── ListSetsReport
│               │           │   └── SelfUpdate
│               │           ├── Differ
│               │           ├── DocBlock
│               │           ├── Doctrine
│               │           │   └── Annotation
│               │           ├── Documentation
│               │           ├── Error
│               │           ├── Fixer
│               │           │   ├── Alias
│               │           │   ├── ArrayNotation
│               │           │   ├── Basic
│               │           │   ├── Casing
│               │           │   ├── CastNotation
│               │           │   ├── ClassNotation
│               │           │   ├── ClassUsage
│               │           │   ├── Comment
│               │           │   ├── ConstantNotation
│               │           │   ├── ControlStructure
│               │           │   ├── DoctrineAnnotation
│               │           │   ├── FunctionNotation
│               │           │   ├── Import
│               │           │   ├── LanguageConstruct
│               │           │   ├── ListNotation
│               │           │   ├── NamespaceNotation
│               │           │   ├── Naming
│               │           │   ├── Operator
│               │           │   ├── Phpdoc
│               │           │   ├── PhpTag
│               │           │   ├── PhpUnit
│               │           │   ├── ReturnNotation
│               │           │   ├── Semicolon
│               │           │   ├── Strict
│               │           │   ├── StringNotation
│               │           │   └── Whitespace
│               │           ├── FixerConfiguration
│               │           ├── FixerDefinition
│               │           ├── Indicator
│               │           ├── Linter
│               │           ├── RuleSet
│               │           │   └── Sets
│               │           ├── Runner
│               │           └── Tokenizer
│               │               ├── Analyzer
│               │               │   └── Analysis
│               │               └── Transformer
│               ├── fruitcake
│               │   ├── laravel-cors
│               │   │   ├── config
│               │   │   └── src
│               │   └── php-cors
│               │       └── src
│               │           └── Exceptions
│               ├── gabrielelana
│               │   └── byte-units
│               │       ├── src
│               │       │   └── ByteUnits
│               │       └── tests
│               │           └── ByteUnits
│               ├── graham-campbell
│               │   └── result-type
│               │       └── src
│               ├── guzzlehttp
│               │   ├── guzzle
│               │   │   └── src
│               │   │       ├── Cookie
│               │   │       ├── Exception
│               │   │       └── Handler
│               │   ├── promises
│               │   │   └── src
│               │   └── psr7
│               │       └── src
│               │           └── Exception
│               ├── hamcrest
│               │   └── hamcrest-php
│               │       ├── generator
│               │       │   └── parts
│               │       ├── hamcrest
│               │       │   └── Hamcrest
│               │       │       ├── Arrays
│               │       │       ├── Collection
│               │       │       ├── Core
│               │       │       ├── Internal
│               │       │       ├── Number
│               │       │       ├── Text
│               │       │       ├── Type
│               │       │       └── Xml
│               │       └── tests
│               │           └── Hamcrest
│               │               ├── Array
│               │               ├── Collection
│               │               ├── Core
│               │               ├── Number
│               │               ├── Text
│               │               ├── Type
│               │               └── Xml
│               ├── intervention
│               │   └── image
│               │       └── src
│               │           ├── config
│               │           └── Intervention
│               │               └── Image
│               │                   ├── Commands
│               │                   ├── Exception
│               │                   ├── Facades
│               │                   ├── Filters
│               │                   ├── Gd
│               │                   │   ├── Commands
│               │                   │   └── Shapes
│               │                   └── Imagick
│               │                       ├── Commands
│               │                       └── Shapes
│               ├── jaybizzle
│               │   ├── crawler-detect
│               │   │   ├── raw
│               │   │   └── src
│               │   │       └── Fixtures
│               │   └── laravel-crawler-detect
│               │       ├── src
│               │       │   └── Facades
│               │       └── tests
│               ├── justinrainbow
│               │   └── json-schema
│               │       ├── bin
│               │       ├── demo
│               │       ├── dist
│               │       │   └── schema
│               │       └── src
│               │           └── JsonSchema
│               │               ├── Constraints
│               │               │   └── TypeCheck
│               │               ├── Entity
│               │               ├── Exception
│               │               ├── Iterator
│               │               └── Uri
│               │                   └── Retrievers
│               ├── kyslik
│               │   └── column-sortable
│               │       ├── src
│               │       │   ├── ColumnSortable
│               │       │   │   └── Exceptions
│               │       │   └── config
│               │       └── tests
│               ├── laravel
│               │   ├── fortify
│               │   │   ├── config
│               │   │   ├── database
│               │   │   │   └── migrations
│               │   │   ├── routes
│               │   │   ├── src
│               │   │   │   ├── Actions
│               │   │   │   ├── Contracts
│               │   │   │   ├── Events
│               │   │   │   ├── Http
│               │   │   │   │   ├── Controllers
│               │   │   │   │   ├── Requests
│               │   │   │   │   └── Responses
│               │   │   │   └── Rules
│               │   │   └── stubs
│               │   ├── framework
│               │   │   └── src
│               │   │       └── Illuminate
│               │   │           ├── Auth
│               │   │           │   ├── Access
│               │   │           │   │   └── Events
│               │   │           │   ├── Console
│               │   │           │   │   └── stubs
│               │   │           │   │       └── make
│               │   │           │   │           └── views
│               │   │           │   │               └── layouts
│               │   │           │   ├── Events
│               │   │           │   ├── Listeners
│               │   │           │   ├── Middleware
│               │   │           │   ├── Notifications
│               │   │           │   └── Passwords
│               │   │           ├── Broadcasting
│               │   │           │   └── Broadcasters
│               │   │           ├── Bus
│               │   │           │   └── Events
│               │   │           ├── Cache
│               │   │           │   ├── Console
│               │   │           │   │   └── stubs
│               │   │           │   ├── Events
│               │   │           │   └── RateLimiting
│               │   │           ├── Collections
│               │   │           │   └── Traits
│               │   │           ├── Conditionable
│               │   │           │   └── Traits
│               │   │           ├── Config
│               │   │           ├── Console
│               │   │           │   ├── Concerns
│               │   │           │   ├── Events
│               │   │           │   └── Scheduling
│               │   │           ├── Container
│               │   │           ├── Contracts
│               │   │           │   ├── Auth
│               │   │           │   │   ├── Access
│               │   │           │   │   └── Middleware
│               │   │           │   ├── Broadcasting
│               │   │           │   ├── Bus
│               │   │           │   ├── Cache
│               │   │           │   ├── Config
│               │   │           │   ├── Console
│               │   │           │   ├── Container
│               │   │           │   ├── Cookie
│               │   │           │   ├── Database
│               │   │           │   │   ├── Eloquent
│               │   │           │   │   ├── Events
│               │   │           │   │   └── Query
│               │   │           │   ├── Debug
│               │   │           │   ├── Encryption
│               │   │           │   ├── Events
│               │   │           │   ├── Filesystem
│               │   │           │   ├── Foundation
│               │   │           │   ├── Hashing
│               │   │           │   ├── Http
│               │   │           │   ├── Mail
│               │   │           │   ├── Notifications
│               │   │           │   ├── Pagination
│               │   │           │   ├── Pipeline
│               │   │           │   ├── Queue
│               │   │           │   ├── Redis
│               │   │           │   ├── Routing
│               │   │           │   ├── Session
│               │   │           │   │   └── Middleware
│               │   │           │   ├── Support
│               │   │           │   ├── Translation
│               │   │           │   ├── Validation
│               │   │           │   └── View
│               │   │           ├── Cookie
│               │   │           │   └── Middleware
│               │   │           ├── Database
│               │   │           │   ├── Capsule
│               │   │           │   ├── Concerns
│               │   │           │   ├── Connectors
│               │   │           │   ├── Console
│               │   │           │   │   ├── Factories
│               │   │           │   │   │   └── stubs
│               │   │           │   │   ├── Migrations
│               │   │           │   │   └── Seeds
│               │   │           │   │       └── stubs
│               │   │           │   ├── DBAL
│               │   │           │   ├── Eloquent
│               │   │           │   │   ├── Casts
│               │   │           │   │   ├── Concerns
│               │   │           │   │   ├── Factories
│               │   │           │   │   └── Relations
│               │   │           │   │       └── Concerns
│               │   │           │   ├── Events
│               │   │           │   ├── Migrations
│               │   │           │   │   └── stubs
│               │   │           │   ├── PDO
│               │   │           │   │   └── Concerns
│               │   │           │   ├── Query
│               │   │           │   │   ├── Grammars
│               │   │           │   │   └── Processors
│               │   │           │   └── Schema
│               │   │           │       └── Grammars
│               │   │           ├── Encryption
│               │   │           ├── Events
│               │   │           ├── Filesystem
│               │   │           ├── Foundation
│               │   │           │   ├── Auth
│               │   │           │   │   └── Access
│               │   │           │   ├── Bootstrap
│               │   │           │   ├── Bus
│               │   │           │   ├── Console
│               │   │           │   │   └── stubs
│               │   │           │   ├── Events
│               │   │           │   ├── Exceptions
│               │   │           │   │   ├── views
│               │   │           │   │   └── Whoops
│               │   │           │   ├── Http
│               │   │           │   │   ├── Events
│               │   │           │   │   ├── Exceptions
│               │   │           │   │   └── Middleware
│               │   │           │   ├── Providers
│               │   │           │   ├── resources
│               │   │           │   ├── stubs
│               │   │           │   ├── Support
│               │   │           │   │   └── Providers
│               │   │           │   ├── Testing
│               │   │           │   │   ├── Concerns
│               │   │           │   │   └── Traits
│               │   │           │   └── Validation
│               │   │           ├── Hashing
│               │   │           ├── Http
│               │   │           │   ├── Client
│               │   │           │   │   └── Events
│               │   │           │   ├── Concerns
│               │   │           │   ├── Exceptions
│               │   │           │   ├── Middleware
│               │   │           │   ├── Resources
│               │   │           │   │   └── Json
│               │   │           │   └── Testing
│               │   │           ├── Log
│               │   │           │   └── Events
│               │   │           ├── Macroable
│               │   │           │   └── Traits
│               │   │           ├── Mail
│               │   │           │   ├── Events
│               │   │           │   ├── resources
│               │   │           │   │   └── views
│               │   │           │   │       ├── html
│               │   │           │   │       │   └── themes
│               │   │           │   │       └── text
│               │   │           │   └── Transport
│               │   │           ├── Notifications
│               │   │           │   ├── Channels
│               │   │           │   ├── Console
│               │   │           │   │   └── stubs
│               │   │           │   ├── Events
│               │   │           │   ├── Messages
│               │   │           │   └── resources
│               │   │           │       └── views
│               │   │           ├── Pagination
│               │   │           │   └── resources
│               │   │           │       └── views
│               │   │           ├── Pipeline
│               │   │           ├── Queue
│               │   │           │   ├── Capsule
│               │   │           │   ├── Connectors
│               │   │           │   ├── Console
│               │   │           │   │   └── stubs
│               │   │           │   ├── Events
│               │   │           │   ├── Failed
│               │   │           │   ├── Jobs
│               │   │           │   └── Middleware
│               │   │           ├── Redis
│               │   │           │   ├── Connections
│               │   │           │   ├── Connectors
│               │   │           │   ├── Events
│               │   │           │   └── Limiters
│               │   │           ├── Routing
│               │   │           │   ├── Console
│               │   │           │   │   └── stubs
│               │   │           │   ├── Contracts
│               │   │           │   ├── Events
│               │   │           │   ├── Exceptions
│               │   │           │   ├── Matching
│               │   │           │   └── Middleware
│               │   │           ├── Session
│               │   │           │   ├── Console
│               │   │           │   │   └── stubs
│               │   │           │   └── Middleware
│               │   │           ├── Support
│               │   │           │   ├── Facades
│               │   │           │   ├── Testing
│               │   │           │   │   └── Fakes
│               │   │           │   └── Traits
│               │   │           ├── Testing
│               │   │           │   ├── Concerns
│               │   │           │   ├── Constraints
│               │   │           │   └── Fluent
│               │   │           │       └── Concerns
│               │   │           ├── Translation
│               │   │           ├── Validation
│               │   │           │   ├── Concerns
│               │   │           │   └── Rules
│               │   │           └── View
│               │   │               ├── Compilers
│               │   │               │   └── Concerns
│               │   │               ├── Concerns
│               │   │               ├── Engines
│               │   │               └── Middleware
│               │   ├── sanctum
│               │   │   ├── config
│               │   │   ├── database
│               │   │   │   └── migrations
│               │   │   └── src
│               │   │       ├── Contracts
│               │   │       ├── Events
│               │   │       ├── Exceptions
│               │   │       └── Http
│               │   │           ├── Controllers
│               │   │           └── Middleware
│               │   ├── scout
│               │   │   ├── config
│               │   │   └── src
│               │   │       ├── Attributes
│               │   │       ├── Console
│               │   │       ├── Contracts
│               │   │       ├── Engines
│               │   │       ├── Events
│               │   │       └── Jobs
│               │   ├── serializable-closure
│               │   │   └── src
│               │   │       ├── Contracts
│               │   │       ├── Exceptions
│               │   │       ├── Serializers
│               │   │       ├── Signers
│               │   │       └── Support
│               │   ├── socialite
│               │   │   └── src
│               │   │       ├── Contracts
│               │   │       ├── Facades
│               │   │       ├── One
│               │   │       └── Two
│               │   ├── tinker
│               │   │   ├── config
│               │   │   └── src
│               │   │       └── Console
│               │   └── ui
│               │       ├── auth-backend
│               │       ├── src
│               │       │   ├── Auth
│               │       │   │   ├── bootstrap-stubs
│               │       │   │   │   ├── auth
│               │       │   │   │   │   └── passwords
│               │       │   │   │   └── layouts
│               │       │   │   └── stubs
│               │       │   │       └── controllers
│               │       │   └── Presets
│               │       │       ├── bootstrap-stubs
│               │       │       ├── react-stubs
│               │       │       └── vue-stubs
│               │       ├── stubs
│               │       │   ├── Auth
│               │       │   └── migrations
│               │       └── tests
│               │           └── AuthBackend
│               ├── league
│               │   ├── commonmark
│               │   │   └── src
│               │   │       ├── Delimiter
│               │   │       │   └── Processor
│               │   │       ├── Environment
│               │   │       ├── Event
│               │   │       ├── Exception
│               │   │       ├── Extension
│               │   │       │   ├── Attributes
│               │   │       │   │   ├── Event
│               │   │       │   │   ├── Node
│               │   │       │   │   ├── Parser
│               │   │       │   │   └── Util
│               │   │       │   ├── Autolink
│               │   │       │   ├── CommonMark
│               │   │       │   │   ├── Delimiter
│               │   │       │   │   │   └── Processor
│               │   │       │   │   ├── Node
│               │   │       │   │   │   ├── Block
│               │   │       │   │   │   └── Inline
│               │   │       │   │   ├── Parser
│               │   │       │   │   │   ├── Block
│               │   │       │   │   │   └── Inline
│               │   │       │   │   └── Renderer
│               │   │       │   │       ├── Block
│               │   │       │   │       └── Inline
│               │   │       │   ├── DefaultAttributes
│               │   │       │   ├── DescriptionList
│               │   │       │   │   ├── Event
│               │   │       │   │   ├── Node
│               │   │       │   │   ├── Parser
│               │   │       │   │   └── Renderer
│               │   │       │   ├── DisallowedRawHtml
│               │   │       │   ├── ExternalLink
│               │   │       │   ├── Footnote
│               │   │       │   │   ├── Event
│               │   │       │   │   ├── Node
│               │   │       │   │   ├── Parser
│               │   │       │   │   └── Renderer
│               │   │       │   ├── FrontMatter
│               │   │       │   │   ├── Data
│               │   │       │   │   ├── Exception
│               │   │       │   │   ├── Input
│               │   │       │   │   ├── Listener
│               │   │       │   │   └── Output
│               │   │       │   ├── HeadingPermalink
│               │   │       │   ├── InlinesOnly
│               │   │       │   ├── Mention
│               │   │       │   │   └── Generator
│               │   │       │   ├── SmartPunct
│               │   │       │   ├── Strikethrough
│               │   │       │   ├── Table
│               │   │       │   ├── TableOfContents
│               │   │       │   │   ├── Node
│               │   │       │   │   └── Normalizer
│               │   │       │   └── TaskList
│               │   │       ├── Input
│               │   │       ├── Node
│               │   │       │   ├── Block
│               │   │       │   ├── Inline
│               │   │       │   └── Query
│               │   │       ├── Normalizer
│               │   │       ├── Output
│               │   │       ├── Parser
│               │   │       │   ├── Block
│               │   │       │   └── Inline
│               │   │       ├── Reference
│               │   │       ├── Renderer
│               │   │       │   ├── Block
│               │   │       │   └── Inline
│               │   │       ├── Util
│               │   │       └── Xml
│               │   ├── config
│               │   │   └── src
│               │   │       └── Exception
│               │   ├── flysystem
│               │   │   └── src
│               │   │       ├── Local
│               │   │       └── UnixVisibility
│               │   ├── flysystem-aws-s3-v3
│               │   ├── mime-type-detection
│               │   │   └── src
│               │   └── oauth1-client
│               │       ├── resources
│               │       │   └── examples
│               │       ├── src
│               │       │   ├── Credentials
│               │       │   ├── Server
│               │       │   └── Signature
│               │       └── tests
│               │           └── stubs
│               ├── maennchen
│               │   └── zipstream-php
│               │       ├── src
│               │       │   ├── Exception
│               │       │   └── Option
│               │       └── test
│               │           └── bug
│               ├── makingcg
│               │   └── subscription
│               │       ├── config
│               │       ├── database
│               │       │   ├── factories
│               │       │   └── migrations
│               │       ├── resources
│               │       │   └── views
│               │       ├── routes
│               │       └── src
│               │           ├── App
│               │           │   ├── Console
│               │           │   │   └── Commands
│               │           │   ├── Scheduler
│               │           │   └── User
│               │           │       └── Traits
│               │           ├── Domain
│               │           │   ├── BillingAlerts
│               │           │   │   ├── Controllers
│               │           │   │   ├── Models
│               │           │   │   ├── Notifications
│               │           │   │   ├── Requests
│               │           │   │   └── Resources
│               │           │   ├── CreditCards
│               │           │   │   ├── Models
│               │           │   │   └── Resources
│               │           │   ├── Credits
│               │           │   │   ├── Controllers
│               │           │   │   ├── Exceptions
│               │           │   │   ├── Models
│               │           │   │   ├── Notifications
│               │           │   │   ├── Resources
│               │           │   │   └── Traits
│               │           │   ├── Customers
│               │           │   │   └── Models
│               │           │   ├── FailedPayments
│               │           │   │   ├── Actions
│               │           │   │   ├── Models
│               │           │   │   ├── Notifications
│               │           │   │   └── Resources
│               │           │   ├── Plans
│               │           │   │   ├── Actions
│               │           │   │   ├── Controllers
│               │           │   │   ├── DTO
│               │           │   │   ├── Exceptions
│               │           │   │   ├── Models
│               │           │   │   ├── Requests
│               │           │   │   └── Resources
│               │           │   ├── Subscriptions
│               │           │   │   ├── Controllers
│               │           │   │   ├── Models
│               │           │   │   ├── Notifications
│               │           │   │   └── Resources
│               │           │   ├── Transactions
│               │           │   │   ├── Controllers
│               │           │   │   ├── Models
│               │           │   │   └── Resources
│               │           │   └── Usage
│               │           │       ├── Actions
│               │           │       └── Models
│               │           └── Support
│               │               ├── Engines
│               │               ├── Events
│               │               ├── Middleware
│               │               ├── Miscellaneous
│               │               │   ├── Paystack
│               │               │   │   ├── Controllers
│               │               │   │   └── Requests
│               │               │   └── Stripe
│               │               │       ├── Actions
│               │               │       ├── Controllers
│               │               │       ├── Exceptions
│               │               │       └── Notifications
│               │               ├── Services
│               │               └── Webhooks
│               ├── mockery
│               │   └── mockery
│               │       ├── docs
│               │       │   ├── cookbook
│               │       │   ├── getting_started
│               │       │   ├── mockery
│               │       │   └── reference
│               │       └── library
│               │           └── Mockery
│               │               ├── Adapter
│               │               │   └── Phpunit
│               │               ├── CountValidator
│               │               ├── Exception
│               │               ├── Generator
│               │               │   └── StringManipulation
│               │               │       └── Pass
│               │               ├── Loader
│               │               └── Matcher
│               ├── monolog
│               │   └── monolog
│               │       └── src
│               │           └── Monolog
│               │               ├── Attribute
│               │               ├── Formatter
│               │               ├── Handler
│               │               │   ├── Curl
│               │               │   ├── FingersCrossed
│               │               │   ├── Slack
│               │               │   └── SyslogUdp
│               │               ├── Processor
│               │               └── Test
│               ├── mtdowling
│               │   └── jmespath.php
│               │       ├── bin
│               │       └── src
│               ├── myclabs
│               │   ├── deep-copy
│               │   │   └── src
│               │   │       └── DeepCopy
│               │   │           ├── Exception
│               │   │           ├── Filter
│               │   │           │   └── Doctrine
│               │   │           ├── Matcher
│               │   │           │   └── Doctrine
│               │   │           ├── Reflection
│               │   │           ├── TypeFilter
│               │   │           │   ├── Date
│               │   │           │   └── Spl
│               │   │           └── TypeMatcher
│               │   └── php-enum
│               │       └── src
│               │           └── PHPUnit
│               ├── nesbot
│               │   └── carbon
│               │       ├── bin
│               │       ├── lazy
│               │       │   └── Carbon
│               │       │       └── PHPStan
│               │       └── src
│               │           └── Carbon
│               │               ├── Cli
│               │               ├── Doctrine
│               │               ├── Exceptions
│               │               ├── Lang
│               │               ├── Laravel
│               │               ├── List
│               │               ├── PHPStan
│               │               └── Traits
│               ├── netresearch
│               │   └── jsonmapper
│               │       └── src
│               │           └── JsonMapper
│               ├── nette
│               │   ├── schema
│               │   │   └── src
│               │   │       └── Schema
│               │   │           └── Elements
│               │   └── utils
│               │       └── src
│               │           ├── Iterators
│               │           └── Utils
│               ├── nikic
│               │   └── php-parser
│               │       ├── bin
│               │       ├── grammar
│               │       └── lib
│               │           └── PhpParser
│               │               ├── Builder
│               │               ├── Comment
│               │               ├── ErrorHandler
│               │               ├── Internal
│               │               ├── Lexer
│               │               │   └── TokenEmulator
│               │               ├── Node
│               │               │   ├── Expr
│               │               │   │   ├── AssignOp
│               │               │   │   ├── BinaryOp
│               │               │   │   └── Cast
│               │               │   ├── Name
│               │               │   ├── Scalar
│               │               │   │   └── MagicConst
│               │               │   └── Stmt
│               │               │       └── TraitUseAdaptation
│               │               ├── NodeVisitor
│               │               ├── Parser
│               │               └── PrettyPrinter
│               ├── nunomaduro
│               │   ├── collision
│               │   │   └── src
│               │   │       ├── Adapters
│               │   │       │   ├── Laravel
│               │   │       │   │   ├── Commands
│               │   │       │   │   └── Exceptions
│               │   │       │   └── Phpunit
│               │   │       ├── Contracts
│               │   │       │   └── Adapters
│               │   │       │       └── Phpunit
│               │   │       ├── Exceptions
│               │   │       └── SolutionsRepositories
│               │   └── larastan
│               │       ├── src
│               │       │   ├── Analyser
│               │       │   ├── Concerns
│               │       │   ├── Contracts
│               │       │   │   ├── Methods
│               │       │   │   │   └── Pipes
│               │       │   │   └── Types
│               │       │   │       └── Pipes
│               │       │   ├── Methods
│               │       │   │   └── Pipes
│               │       │   ├── Properties
│               │       │   ├── Reflection
│               │       │   ├── ReturnTypes
│               │       │   │   └── Helpers
│               │       │   ├── Rules
│               │       │   │   └── ModelProperties
│               │       │   ├── Support
│               │       │   └── Types
│               │       │       ├── ModelProperty
│               │       │       └── Pipes
│               │       └── stubs
│               │           ├── Contracts
│               │           └── Redis
│               ├── openlss
│               │   └── lib-array2xml
│               │       └── LSS
│               ├── paragonie
│               │   ├── constant_time_encoding
│               │   │   └── src
│               │   ├── random_compat
│               │   │   ├── dist
│               │   │   ├── lib
│               │   │   └── other
│               │   └── sodium_compat
│               │       ├── dist
│               │       ├── lib
│               │       ├── namespaced
│               │       │   └── Core
│               │       │       ├── ChaCha20
│               │       │       ├── Curve25519
│               │       │       │   └── Ge
│               │       │       └── Poly1305
│               │       └── src
│               │           ├── Core
│               │           │   ├── Base64
│               │           │   ├── ChaCha20
│               │           │   ├── Curve25519
│               │           │   │   └── Ge
│               │           │   ├── Poly1305
│               │           │   └── SecretStream
│               │           ├── Core32
│               │           │   ├── ChaCha20
│               │           │   ├── Curve25519
│               │           │   │   └── Ge
│               │           │   ├── Poly1305
│               │           │   └── SecretStream
│               │           └── PHP52
│               ├── phar-io
│               │   ├── manifest
│               │   │   └── src
│               │   │       ├── exceptions
│               │   │       ├── values
│               │   │       └── xml
│               │   └── version
│               │       └── src
│               │           ├── constraints
│               │           └── exceptions
│               ├── php-cs-fixer
│               │   └── diff
│               │       └── src
│               │           ├── Exception
│               │           └── Output
│               ├── phpdocumentor
│               │   ├── reflection-common
│               │   │   └── src
│               │   ├── reflection-docblock
│               │   │   └── src
│               │   │       ├── DocBlock
│               │   │       │   └── Tags
│               │   │       │       ├── Factory
│               │   │       │       ├── Formatter
│               │   │       │       └── Reference
│               │   │       └── Exception
│               │   └── type-resolver
│               │       └── src
│               │           ├── PseudoTypes
│               │           └── Types
│               ├── phpoption
│               │   └── phpoption
│               │       └── src
│               │           └── PhpOption
│               ├── phpspec
│               │   └── prophecy
│               │       └── src
│               │           └── Prophecy
│               │               ├── Argument
│               │               │   └── Token
│               │               ├── Call
│               │               ├── Comparator
│               │               ├── Doubler
│               │               │   ├── ClassPatch
│               │               │   └── Generator
│               │               │       └── Node
│               │               ├── Exception
│               │               │   ├── Call
│               │               │   ├── Doubler
│               │               │   ├── Prediction
│               │               │   └── Prophecy
│               │               ├── PhpDocumentor
│               │               ├── Prediction
│               │               ├── Promise
│               │               ├── Prophecy
│               │               └── Util
│               ├── phpstan
│               │   └── phpstan
│               │       └── conf
│               ├── phpunit
│               │   ├── php-code-coverage
│               │   │   └── src
│               │   │       ├── Driver
│               │   │       ├── Exception
│               │   │       ├── Node
│               │   │       ├── Report
│               │   │       │   ├── Html
│               │   │       │   │   └── Renderer
│               │   │       │   │       └── Template
│               │   │       │   │           ├── css
│               │   │       │   │           ├── icons
│               │   │       │   │           └── js
│               │   │       │   └── Xml
│               │   │       ├── StaticAnalysis
│               │   │       └── Util
│               │   ├── php-file-iterator
│               │   │   └── src
│               │   ├── php-invoker
│               │   │   └── src
│               │   │       └── exceptions
│               │   ├── php-text-template
│               │   │   └── src
│               │   │       └── exceptions
│               │   ├── php-timer
│               │   │   └── src
│               │   │       └── exceptions
│               │   └── phpunit
│               │       ├── schema
│               │       └── src
│               │           ├── Framework
│               │           │   ├── Assert
│               │           │   ├── Constraint
│               │           │   │   ├── Boolean
│               │           │   │   ├── Cardinality
│               │           │   │   ├── Equality
│               │           │   │   ├── Exception
│               │           │   │   ├── Filesystem
│               │           │   │   ├── Math
│               │           │   │   ├── Object
│               │           │   │   ├── Operator
│               │           │   │   ├── String
│               │           │   │   ├── Traversable
│               │           │   │   └── Type
│               │           │   ├── Error
│               │           │   ├── Exception
│               │           │   └── MockObject
│               │           │       ├── Api
│               │           │       ├── Builder
│               │           │       ├── Exception
│               │           │       ├── Generator
│               │           │       ├── Rule
│               │           │       └── Stub
│               │           ├── Runner
│               │           │   ├── Extension
│               │           │   ├── Filter
│               │           │   └── Hook
│               │           ├── TextUI
│               │           │   ├── CliArguments
│               │           │   ├── Exception
│               │           │   └── XmlConfiguration
│               │           │       ├── CodeCoverage
│               │           │       │   ├── Filter
│               │           │       │   └── Report
│               │           │       ├── Filesystem
│               │           │       ├── Group
│               │           │       ├── Logging
│               │           │       │   └── TestDox
│               │           │       ├── Migration
│               │           │       │   └── Migrations
│               │           │       ├── PHP
│               │           │       ├── PHPUnit
│               │           │       └── TestSuite
│               │           └── Util
│               │               ├── Annotation
│               │               ├── Log
│               │               ├── PHP
│               │               │   └── Template
│               │               ├── TestDox
│               │               └── Xml
│               ├── pragmarx
│               │   └── google2fa
│               │       └── src
│               │           ├── Exceptions
│               │           │   └── Contracts
│               │           └── Support
│               ├── psr
│               │   ├── cache
│               │   │   └── src
│               │   ├── container
│               │   │   └── src
│               │   ├── event-dispatcher
│               │   │   └── src
│               │   ├── http-client
│               │   │   └── src
│               │   ├── http-factory
│               │   │   └── src
│               │   ├── http-message
│               │   │   └── src
│               │   ├── log
│               │   │   └── src
│               │   └── simple-cache
│               │       └── src
│               ├── psy
│               │   └── psysh
│               │       ├── bin
│               │       └── src
│               │           ├── CodeCleaner
│               │           ├── Command
│               │           │   ├── ListCommand
│               │           │   └── TimeitCommand
│               │           ├── Exception
│               │           ├── ExecutionLoop
│               │           ├── Formatter
│               │           ├── Input
│               │           ├── Output
│               │           ├── Readline
│               │           ├── Reflection
│               │           ├── Sudo
│               │           ├── TabCompletion
│               │           │   └── Matcher
│               │           ├── Util
│               │           ├── VarDumper
│               │           └── VersionUpdater
│               ├── pusher
│               │   └── pusher-php-server
│               │       └── src
│               ├── ralouphie
│               │   └── getallheaders
│               │       └── src
│               ├── ramsey
│               │   ├── collection
│               │   │   ├── bin
│               │   │   └── src
│               │   │       ├── Exception
│               │   │       ├── Map
│               │   │       └── Tool
│               │   └── uuid
│               │       └── src
│               │           ├── Builder
│               │           ├── Codec
│               │           ├── Converter
│               │           │   ├── Number
│               │           │   └── Time
│               │           ├── Exception
│               │           ├── Fields
│               │           ├── Generator
│               │           ├── Guid
│               │           ├── Lazy
│               │           ├── Math
│               │           ├── Nonstandard
│               │           ├── Provider
│               │           │   ├── Dce
│               │           │   ├── Node
│               │           │   └── Time
│               │           ├── Rfc4122
│               │           ├── Type
│               │           └── Validator
│               ├── ratchet
│               │   └── rfc6455
│               │       ├── src
│               │       │   ├── Handshake
│               │       │   └── Messaging
│               │       └── tests
│               │           ├── ab
│               │           └── unit
│               │               ├── Handshake
│               │               └── Messaging
│               ├── react
│               │   ├── cache
│               │   │   └── src
│               │   ├── dns
│               │   │   └── src
│               │   │       ├── Config
│               │   │       ├── Model
│               │   │       ├── Protocol
│               │   │       ├── Query
│               │   │       └── Resolver
│               │   ├── event-loop
│               │   │   └── src
│               │   │       ├── Tick
│               │   │       └── Timer
│               │   ├── http
│               │   │   └── src
│               │   │       ├── Client
│               │   │       ├── Io
│               │   │       ├── Message
│               │   │       └── Middleware
│               │   ├── promise
│               │   │   └── src
│               │   │       └── Exception
│               │   ├── promise-stream
│               │   │   └── src
│               │   ├── promise-timer
│               │   │   └── src
│               │   ├── socket
│               │   │   └── src
│               │   └── stream
│               │       └── src
│               ├── ringcentral
│               │   └── psr7
│               │       ├── src
│               │       └── tests
│               ├── sebastian
│               │   ├── cli-parser
│               │   │   └── src
│               │   │       └── exceptions
│               │   ├── code-unit
│               │   │   └── src
│               │   │       └── exceptions
│               │   ├── code-unit-reverse-lookup
│               │   │   └── src
│               │   ├── comparator
│               │   │   └── src
│               │   │       └── exceptions
│               │   ├── complexity
│               │   │   └── src
│               │   │       ├── Complexity
│               │   │       ├── Exception
│               │   │       └── Visitor
│               │   ├── diff
│               │   │   └── src
│               │   │       ├── Exception
│               │   │       └── Output
│               │   ├── environment
│               │   │   └── src
│               │   ├── exporter
│               │   │   └── src
│               │   ├── global-state
│               │   │   └── src
│               │   │       └── exceptions
│               │   ├── lines-of-code
│               │   │   └── src
│               │   │       └── Exception
│               │   ├── object-enumerator
│               │   │   └── src
│               │   ├── object-reflector
│               │   │   └── src
│               │   ├── recursion-context
│               │   │   └── src
│               │   ├── resource-operations
│               │   │   ├── build
│               │   │   └── src
│               │   ├── type
│               │   │   └── src
│               │   │       ├── exception
│               │   │       └── type
│               │   └── version
│               │       └── src
│               ├── seld
│               │   ├── jsonlint
│               │   │   ├── bin
│               │   │   └── src
│               │   │       └── Seld
│               │   │           └── JsonLint
│               │   └── phar-utils
│               │       └── src
│               ├── spatie
│               │   ├── backtrace
│               │   │   └── src
│               │   ├── data-transfer-object
│               │   │   └── src
│               │   │       ├── Attributes
│               │   │       ├── Casters
│               │   │       ├── Exceptions
│               │   │       ├── Reflection
│               │   │       └── Validation
│               │   ├── db-dumper
│               │   │   └── src
│               │   │       ├── Compressors
│               │   │       ├── Databases
│               │   │       └── Exceptions
│               │   ├── flare-client-php
│               │   │   └── src
│               │   │       ├── Concerns
│               │   │       ├── Context
│               │   │       ├── Contracts
│               │   │       ├── Enums
│               │   │       ├── FlareMiddleware
│               │   │       ├── Glows
│               │   │       ├── Http
│               │   │       │   └── Exceptions
│               │   │       ├── Solutions
│               │   │       ├── Time
│               │   │       └── Truncation
│               │   ├── ignition
│               │   │   ├── resources
│               │   │   │   ├── compiled
│               │   │   │   └── views
│               │   │   └── src
│               │   │       ├── Config
│               │   │       ├── Contracts
│               │   │       ├── ErrorPage
│               │   │       └── Solutions
│               │   │           └── SolutionProviders
│               │   ├── laravel-backup
│               │   │   ├── config
│               │   │   ├── resources
│               │   │   │   └── lang
│               │   │   │       ├── ar
│               │   │   │       ├── bg
│               │   │   │       ├── bn
│               │   │   │       ├── cs
│               │   │   │       ├── da
│               │   │   │       ├── de
│               │   │   │       ├── en
│               │   │   │       ├── es
│               │   │   │       ├── fa
│               │   │   │       ├── fi
│               │   │   │       ├── fr
│               │   │   │       ├── hi
│               │   │   │       ├── id
│               │   │   │       ├── it
│               │   │   │       ├── ja
│               │   │   │       ├── nl
│               │   │   │       ├── no
│               │   │   │       ├── pl
│               │   │   │       ├── pt
│               │   │   │       ├── pt-BR
│               │   │   │       ├── ro
│               │   │   │       ├── ru
│               │   │   │       ├── tr
│               │   │   │       ├── uk
│               │   │   │       ├── zh-CN
│               │   │   │       └── zh-TW
│               │   │   └── src
│               │   │       ├── BackupDestination
│               │   │       ├── Commands
│               │   │       ├── Events
│               │   │       ├── Exceptions
│               │   │       ├── Helpers
│               │   │       ├── Listeners
│               │   │       ├── Notifications
│               │   │       │   ├── Channels
│               │   │       │   │   └── Discord
│               │   │       │   └── Notifications
│               │   │       └── Tasks
│               │   │           ├── Backup
│               │   │           ├── Cleanup
│               │   │           │   └── Strategies
│               │   │           └── Monitor
│               │   │               └── HealthChecks
│               │   ├── laravel-ignition
│               │   │   ├── config
│               │   │   └── src
│               │   │       ├── Commands
│               │   │       │   └── stubs
│               │   │       ├── ContextProviders
│               │   │       ├── Exceptions
│               │   │       ├── Facades
│               │   │       ├── FlareMiddleware
│               │   │       ├── Http
│               │   │       │   ├── Controllers
│               │   │       │   ├── Middleware
│               │   │       │   └── Requests
│               │   │       ├── Recorders
│               │   │       │   ├── DumpRecorder
│               │   │       │   ├── JobRecorder
│               │   │       │   ├── LogRecorder
│               │   │       │   └── QueryRecorder
│               │   │       ├── Renderers
│               │   │       ├── Solutions
│               │   │       │   ├── SolutionProviders
│               │   │       │   └── SolutionTransformers
│               │   │       ├── Support
│               │   │       │   └── Composer
│               │   │       └── Views
│               │   ├── laravel-package-tools
│               │   │   └── src
│               │   │       └── Exceptions
│               │   ├── laravel-query-builder
│               │   │   ├── config
│               │   │   ├── database
│               │   │   │   └── factories
│               │   │   ├── docs
│               │   │   │   ├── advanced-usage
│               │   │   │   └── features
│               │   │   └── src
│               │   │       ├── Concerns
│               │   │       ├── Enums
│               │   │       ├── Exceptions
│               │   │       ├── Filters
│               │   │       ├── Includes
│               │   │       └── Sorts
│               │   ├── laravel-queueable-action
│               │   │   ├── config
│               │   │   └── src
│               │   │       ├── Exceptions
│               │   │       ├── stubs
│               │   │       └── Testing
│               │   ├── laravel-signal-aware-command
│               │   │   └── src
│               │   │       ├── Events
│               │   │       └── Facades
│               │   ├── laravel-tail
│               │   │   ├── config
│               │   │   ├── src
│               │   │   └── tests
│               │   ├── ssh
│               │   │   └── src
│               │   └── temporary-directory
│               │       └── src
│               │           └── Exceptions
│               ├── stechstudio
│               │   └── laravel-zipstream
│               │       ├── config
│               │       └── src
│               │           ├── Contracts
│               │           ├── Events
│               │           ├── Exceptions
│               │           └── Models
│               ├── stripe
│               │   └── stripe-php
│               │       ├── data
│               │       └── lib
│               │           ├── ApiOperations
│               │           ├── BillingPortal
│               │           ├── Checkout
│               │           ├── Exception
│               │           │   └── OAuth
│               │           ├── HttpClient
│               │           ├── Identity
│               │           ├── Issuing
│               │           ├── Radar
│               │           ├── Reporting
│               │           ├── Service
│               │           │   ├── BillingPortal
│               │           │   ├── Checkout
│               │           │   ├── Identity
│               │           │   ├── Issuing
│               │           │   ├── Radar
│               │           │   ├── Reporting
│               │           │   ├── Sigma
│               │           │   ├── Terminal
│               │           │   └── TestHelpers
│               │           ├── Sigma
│               │           ├── Terminal
│               │           ├── TestHelpers
│               │           └── Util
│               ├── symfony
│               │   ├── console
│               │   │   ├── Attribute
│               │   │   ├── CI
│               │   │   ├── Command
│               │   │   ├── CommandLoader
│               │   │   ├── Completion
│               │   │   │   └── Output
│               │   │   ├── DependencyInjection
│               │   │   ├── Descriptor
│               │   │   ├── Event
│               │   │   ├── EventListener
│               │   │   ├── Exception
│               │   │   ├── Formatter
│               │   │   ├── Helper
│               │   │   ├── Input
│               │   │   ├── Logger
│               │   │   ├── Output
│               │   │   ├── Question
│               │   │   ├── Resources
│               │   │   │   └── bin
│               │   │   ├── SignalRegistry
│               │   │   ├── Style
│               │   │   └── Tester
│               │   │       └── Constraint
│               │   ├── css-selector
│               │   │   ├── Exception
│               │   │   ├── Node
│               │   │   ├── Parser
│               │   │   │   ├── Handler
│               │   │   │   ├── Shortcut
│               │   │   │   └── Tokenizer
│               │   │   └── XPath
│               │   │       └── Extension
│               │   ├── deprecation-contracts
│               │   ├── error-handler
│               │   │   ├── Error
│               │   │   ├── ErrorEnhancer
│               │   │   ├── ErrorRenderer
│               │   │   ├── Exception
│               │   │   ├── Internal
│               │   │   └── Resources
│               │   │       ├── assets
│               │   │       │   ├── css
│               │   │       │   ├── images
│               │   │       │   └── js
│               │   │       ├── bin
│               │   │       └── views
│               │   ├── event-dispatcher
│               │   │   ├── Attribute
│               │   │   ├── Debug
│               │   │   └── DependencyInjection
│               │   ├── event-dispatcher-contracts
│               │   ├── filesystem
│               │   │   └── Exception
│               │   ├── finder
│               │   │   ├── Comparator
│               │   │   ├── Exception
│               │   │   └── Iterator
│               │   ├── http-client
│               │   │   ├── Chunk
│               │   │   ├── DataCollector
│               │   │   ├── DependencyInjection
│               │   │   ├── Exception
│               │   │   ├── Internal
│               │   │   ├── Response
│               │   │   └── Retry
│               │   ├── http-client-contracts
│               │   │   ├── Exception
│               │   │   └── Test
│               │   │       └── Fixtures
│               │   │           └── web
│               │   ├── http-foundation
│               │   │   ├── Exception
│               │   │   ├── File
│               │   │   │   └── Exception
│               │   │   ├── RateLimiter
│               │   │   ├── Session
│               │   │   │   ├── Attribute
│               │   │   │   ├── Flash
│               │   │   │   └── Storage
│               │   │   │       ├── Handler
│               │   │   │       └── Proxy
│               │   │   └── Test
│               │   │       └── Constraint
│               │   ├── http-kernel
│               │   │   ├── Attribute
│               │   │   ├── Bundle
│               │   │   ├── CacheClearer
│               │   │   ├── CacheWarmer
│               │   │   ├── Config
│               │   │   ├── Controller
│               │   │   │   └── ArgumentResolver
│               │   │   ├── ControllerMetadata
│               │   │   ├── DataCollector
│               │   │   ├── Debug
│               │   │   ├── DependencyInjection
│               │   │   ├── Event
│               │   │   ├── EventListener
│               │   │   ├── Exception
│               │   │   ├── Fragment
│               │   │   ├── HttpCache
│               │   │   ├── Log
│               │   │   ├── Profiler
│               │   │   └── Resources
│               │   ├── mailer
│               │   │   ├── DataCollector
│               │   │   ├── Event
│               │   │   ├── EventListener
│               │   │   ├── Exception
│               │   │   ├── Header
│               │   │   ├── Messenger
│               │   │   ├── Test
│               │   │   │   └── Constraint
│               │   │   └── Transport
│               │   │       └── Smtp
│               │   │           ├── Auth
│               │   │           └── Stream
│               │   ├── mailgun-mailer
│               │   │   └── Transport
│               │   ├── mime
│               │   │   ├── Crypto
│               │   │   ├── DependencyInjection
│               │   │   ├── Encoder
│               │   │   ├── Exception
│               │   │   ├── Header
│               │   │   ├── Part
│               │   │   │   └── Multipart
│               │   │   ├── Resources
│               │   │   │   └── bin
│               │   │   └── Test
│               │   │       └── Constraint
│               │   ├── options-resolver
│               │   │   ├── Debug
│               │   │   └── Exception
│               │   ├── polyfill-ctype
│               │   ├── polyfill-intl-grapheme
│               │   ├── polyfill-intl-idn
│               │   │   └── Resources
│               │   │       └── unidata
│               │   ├── polyfill-intl-normalizer
│               │   │   └── Resources
│               │   │       ├── stubs
│               │   │       └── unidata
│               │   ├── polyfill-mbstring
│               │   │   └── Resources
│               │   │       └── unidata
│               │   ├── polyfill-php72
│               │   ├── polyfill-php73
│               │   │   └── Resources
│               │   │       └── stubs
│               │   ├── polyfill-php80
│               │   │   └── Resources
│               │   │       └── stubs
│               │   ├── polyfill-php81
│               │   │   └── Resources
│               │   │       └── stubs
│               │   ├── postmark-mailer
│               │   │   └── Transport
│               │   ├── process
│               │   │   ├── Exception
│               │   │   └── Pipes
│               │   ├── psr-http-message-bridge
│               │   │   ├── ArgumentValueResolver
│               │   │   ├── EventListener
│               │   │   ├── Factory
│               │   │   └── Tests
│               │   │       ├── ArgumentValueResolver
│               │   │       ├── EventListener
│               │   │       ├── Factory
│               │   │       ├── Fixtures
│               │   │       │   └── App
│               │   │       │       └── Controller
│               │   │       └── Functional
│               │   ├── routing
│               │   │   ├── Annotation
│               │   │   ├── DependencyInjection
│               │   │   ├── Exception
│               │   │   ├── Generator
│               │   │   │   └── Dumper
│               │   │   ├── Loader
│               │   │   │   ├── Configurator
│               │   │   │   │   └── Traits
│               │   │   │   └── schema
│               │   │   │       └── routing
│               │   │   └── Matcher
│               │   │       └── Dumper
│               │   ├── service-contracts
│               │   │   ├── Attribute
│               │   │   └── Test
│               │   ├── stopwatch
│               │   ├── string
│               │   │   ├── Exception
│               │   │   ├── Inflector
│               │   │   ├── Resources
│               │   │   │   ├── bin
│               │   │   │   └── data
│               │   │   └── Slugger
│               │   ├── translation
│               │   │   ├── Catalogue
│               │   │   ├── Command
│               │   │   ├── DataCollector
│               │   │   ├── DependencyInjection
│               │   │   ├── Dumper
│               │   │   ├── Exception
│               │   │   ├── Extractor
│               │   │   ├── Formatter
│               │   │   ├── Loader
│               │   │   ├── Provider
│               │   │   ├── Reader
│               │   │   ├── Resources
│               │   │   │   ├── bin
│               │   │   │   ├── data
│               │   │   │   └── schemas
│               │   │   ├── Test
│               │   │   ├── Util
│               │   │   └── Writer
│               │   ├── translation-contracts
│               │   │   └── Test
│               │   └── var-dumper
│               │       ├── Caster
│               │       ├── Cloner
│               │       ├── Command
│               │       │   └── Descriptor
│               │       ├── Dumper
│               │       │   └── ContextProvider
│               │       ├── Exception
│               │       ├── Resources
│               │       │   ├── bin
│               │       │   ├── css
│               │       │   ├── functions
│               │       │   └── js
│               │       ├── Server
│               │       └── Test
│               ├── teamtnt
│               │   ├── laravel-scout-tntsearch-driver
│               │   │   ├── src
│               │   │   │   ├── Console
│               │   │   │   ├── Engines
│               │   │   │   └── Events
│               │   │   └── tests
│               │   └── tntsearch
│               │       ├── helper
│               │       ├── src
│               │       │   ├── Classifier
│               │       │   ├── Connectors
│               │       │   ├── Exceptions
│               │       │   ├── FileReaders
│               │       │   ├── Indexer
│               │       │   ├── KeywordExtraction
│               │       │   ├── Spell
│               │       │   ├── Stemmer
│               │       │   ├── Stopwords
│               │       │   └── Support
│               │       └── tests
│               │           ├── classifier
│               │           ├── _files
│               │           │   ├── articles
│               │           │   └── mnist
│               │           ├── indexer
│               │           ├── keywordextraction
│               │           ├── spell
│               │           ├── stemmer
│               │           │   └── porter
│               │           └── support
│               ├── theseer
│               │   └── tokenizer
│               │       └── src
│               ├── tijsverkoyen
│               │   └── css-to-inline-styles
│               │       └── src
│               │           └── Css
│               │               ├── Property
│               │               └── Rule
│               ├── vimeo
│               │   └── psalm
│               │       ├── dictionaries
│               │       ├── src
│               │       │   └── Psalm
│               │       │       ├── CodeLocation
│               │       │       ├── Config
│               │       │       ├── Exception
│               │       │       ├── Internal
│               │       │       │   ├── Algebra
│               │       │       │   ├── Analyzer
│               │       │       │   │   ├── FunctionLike
│               │       │       │   │   └── Statements
│               │       │       │   │       ├── Block
│               │       │       │   │       │   └── IfElse
│               │       │       │   │       └── Expression
│               │       │       │   │           ├── Assignment
│               │       │       │   │           ├── BinaryOp
│               │       │       │   │           ├── Call
│               │       │       │   │           │   ├── Method
│               │       │       │   │           │   └── StaticMethod
│               │       │       │   │           └── Fetch
│               │       │       │   ├── Cli
│               │       │       │   ├── Codebase
│               │       │       │   ├── DataFlow
│               │       │       │   ├── Diff
│               │       │       │   ├── ExecutionEnvironment
│               │       │       │   ├── FileManipulation
│               │       │       │   ├── Fork
│               │       │       │   ├── Json
│               │       │       │   ├── LanguageServer
│               │       │       │   │   ├── Client
│               │       │       │   │   └── Server
│               │       │       │   ├── PhpTraverser
│               │       │       │   ├── PhpVisitor
│               │       │       │   │   └── Reflector
│               │       │       │   ├── PluginManager
│               │       │       │   │   └── Command
│               │       │       │   ├── Provider
│               │       │       │   │   ├── AddRemoveTaints
│               │       │       │   │   ├── PropertyTypeProvider
│               │       │       │   │   └── ReturnTypeProvider
│               │       │       │   ├── Scanner
│               │       │       │   │   └── UnresolvedConstant
│               │       │       │   ├── Scope
│               │       │       │   ├── Stubs
│               │       │       │   │   └── Generator
│               │       │       │   ├── Type
│               │       │       │   │   ├── Comparator
│               │       │       │   │   ├── ParseTree
│               │       │       │   │   └── TypeAlias
│               │       │       │   └── TypeVisitor
│               │       │       ├── Issue
│               │       │       ├── Node
│               │       │       │   ├── Expr
│               │       │       │   │   ├── AssignOp
│               │       │       │   │   ├── BinaryOp
│               │       │       │   │   └── Cast
│               │       │       │   ├── Name
│               │       │       │   ├── Scalar
│               │       │       │   │   └── MagicConst
│               │       │       │   └── Stmt
│               │       │       │       └── TraitUseAdaptation
│               │       │       ├── Plugin
│               │       │       │   ├── EventHandler
│               │       │       │   │   └── Event
│               │       │       │   └── Hook
│               │       │       ├── Progress
│               │       │       ├── Report
│               │       │       ├── SourceControl
│               │       │       │   └── Git
│               │       │       ├── Storage
│               │       │       └── Type
│               │       │           └── Atomic
│               │       └── stubs
│               ├── vlucas
│               │   └── phpdotenv
│               │       └── src
│               │           ├── Exception
│               │           ├── Loader
│               │           ├── Parser
│               │           ├── Repository
│               │           │   └── Adapter
│               │           ├── Store
│               │           │   └── File
│               │           └── Util
│               ├── voku
│               │   └── portable-ascii
│               │       └── src
│               │           └── voku
│               │               └── helper
│               │                   └── data
│               └── webmozart
│                   ├── assert
│                   │   └── src
│                   └── path-util
│                       ├── docs
│                       ├── src
│                       └── tests
├── linux
│   ├── bashrc
│   ├── benchmark
│   ├── desktop-files
│   ├── ffmpeg
│   ├── from-rclone-iocage
│   ├── git2
│   ├── lamp
│   │   ├── conf
│   │   ├── include
│   │   ├── init.d
│   │   └── src
│   ├── screen
│   ├── script-git-backup
│   ├── simple-html-maintenance-page
│   ├── sublime-text_crack
│   ├── sysadmin-scripts-master
│   │   ├── logs
│   │   │   ├── automail
│   │   │   └── cleanup-old
│   │   ├── msgs
│   │   ├── tests
│   │   └── utility
│   ├── tabulate
│   │   └── images
│   ├── temp
│   ├── transmission
│   ├── tutorials
│   │   ├── case-statements
│   │   │   ├── lessons
│   │   │   └── practice-exercises
│   │   ├── debugging
│   │   │   ├── lessons
│   │   │   └── practice-exercises
│   │   ├── exit-statuses-and-return-codes
│   │   │   ├── lessons
│   │   │   └── practice-exercises
│   │   ├── functions
│   │   │   ├── lessons
│   │   │   └── practice-exercises
│   │   ├── logging
│   │   │   ├── lessons
│   │   │   └── practice-exercises
│   │   ├── scripts-used-to-create-this-course
│   │   ├── shell-script-checklist-and-template
│   │   ├── shell-scripting-succinctly
│   │   │   ├── lessons
│   │   │   └── practice-exercises
│   │   ├── while-loops
│   │   │   ├── lessons
│   │   │   └── practice-exercises
│   │   └── wildcards
│   │       ├── lessons
│   │       └── practice-exercises
│   ├── txt
│   ├── udemy-shell-scripting
│   ├── uguucho-master
│   │   └── uguucho
│   ├── unifi-controller
│   │   ├── unifi-5.10.17
│   │   │   ├── debian8
│   │   │   ├── debian9
│   │   │   ├── ubuntu1604
│   │   │   ├── ubuntu1804
│   │   │   └── ubuntu1810
│   │   ├── unifi-5.10.19
│   │   │   ├── debian8
│   │   │   ├── debian9
│   │   │   ├── ubuntu1604
│   │   │   ├── ubuntu1804
│   │   │   └── ubuntu1810
│   │   ├── unifi-5.10.20
│   │   │   ├── debian8
│   │   │   ├── debian9
│   │   │   ├── ubuntu1604
│   │   │   ├── ubuntu1804
│   │   │   └── ubuntu1810
│   │   ├── unifi-5.10.23
│   │   │   ├── debian10
│   │   │   ├── debian8
│   │   │   ├── debian9
│   │   │   ├── ubuntu1604_mint18
│   │   │   ├── ubuntu1804_mint19
│   │   │   ├── ubuntu1810
│   │   │   └── ubuntu1904
│   │   └── unifi-5.9.29
│   │       ├── ubuntu-16.04
│   │       └── ubuntu-18.04
│   └── zip
├── macosx
├── mysql
│   └── search-and-replace
│       └── search-replace-db-master
│           └── srdb-tests
├── newrelic
├── nginx
├── perl
├── php
│   ├── 1.0.2
│   │   └── complete
│   │       ├── docs
│   │       ├── includes
│   │       ├── install
│   │       │   └── upgrade
│   │       ├── shared
│   │       │   └── backend
│   │       └── skins
│   │           └── ParticleBlue
│   │               ├── images
│   │               └── resources
│   ├── denwhois
│   │   └── whois
│   ├── ep-dev-whois-2.11
│   │   └── whois
│   │       ├── admin
│   │       │   ├── images
│   │       │   └── upgrade
│   │       ├── classes
│   │       └── config
│   ├── fuzzy-karma-2.02
│   │   └── fuzzy-karma-2.02
│   │       ├── cron
│   │       ├── etc
│   │       ├── images
│   │       ├── install
│   │       ├── lib
│   │       └── var
│   │           └── gifs
│   ├── getpostlib.tar
│   ├── globalwhois
│   ├── ipplan-4.50
│   │   └── ipplan
│   │       ├── admin
│   │       ├── adodb
│   │       │   ├── contrib
│   │       │   ├── cute_icons_for_site
│   │       │   ├── datadict
│   │       │   ├── docs
│   │       │   ├── drivers
│   │       │   ├── lang
│   │       │   ├── pear
│   │       │   │   └── Auth
│   │       │   │       └── Container
│   │       │   ├── perf
│   │       │   ├── session
│   │       │   │   └── old
│   │       │   ├── tests
│   │       │   └── xsl
│   │       ├── contrib
│   │       ├── images
│   │       ├── layout
│   │       ├── locale
│   │       │   ├── bg
│   │       │   │   └── LC_MESSAGES
│   │       │   ├── de
│   │       │   │   └── LC_MESSAGES
│   │       │   ├── es
│   │       │   │   └── LC_MESSAGES
│   │       │   ├── fr
│   │       │   │   └── LC_MESSAGES
│   │       │   ├── it
│   │       │   │   └── LC_MESSAGES
│   │       │   ├── no
│   │       │   │   └── LC_MESSAGES
│   │       │   └── pt
│   │       │       └── LC_MESSAGES
│   │       ├── menus
│   │       │   ├── DUMPS
│   │       │   ├── images
│   │       │   ├── lib
│   │       │   ├── libjs
│   │       │   ├── LOGOS
│   │       │   ├── menuicons
│   │       │   ├── menuimages
│   │       │   ├── PATCHES
│   │       │   │   ├── FIXEDMENU
│   │       │   │   ├── ICONS_I18N
│   │       │   │   └── ONCLICK
│   │       │   ├── templates
│   │       │   └── THEMES
│   │       ├── templates
│   │       │   └── customer
│   │       ├── themes
│   │       └── user
│   │           └── Net
│   │               └── DNS
│   │                   └── RR
│   ├── ip_to_country
│   ├── jffnms-0.8.2
│   │   ├── conf
│   │   ├── docs
│   │   │   ├── unix
│   │   │   ├── upgrade
│   │   │   │   ├── mysql
│   │   │   │   └── pgsql
│   │   │   ├── utils
│   │   │   │   └── jffnms-snmp
│   │   │   └── windows
│   │   ├── engine
│   │   │   ├── actions
│   │   │   ├── analyzers
│   │   │   ├── backends
│   │   │   ├── configs
│   │   │   ├── consolidate
│   │   │   ├── discovery
│   │   │   ├── graphs
│   │   │   ├── handlers
│   │   │   ├── pollers
│   │   │   ├── satellite
│   │   │   ├── shared
│   │   │   ├── temp
│   │   │   ├── ticket
│   │   │   ├── tools
│   │   │   ├── trap_receivers
│   │   │   └── windows
│   │   ├── htdocs
│   │   │   ├── admin
│   │   │   │   ├── adm
│   │   │   │   ├── calendar
│   │   │   │   └── reports
│   │   │   ├── images
│   │   │   │   └── temp
│   │   │   ├── sounds
│   │   │   └── views
│   │   ├── lib
│   │   ├── logs
│   │   ├── rrd
│   │   └── tftpd
│   ├── LookingGlass
│   ├── minotaur005
│   ├── MyShell-1.1.0
│   ├── namesearch
│   ├── NetworkUtils
│   ├── node-runner-0.6.0
│   │   ├── contribs
│   │   ├── etc
│   │   ├── html
│   │   │   └── images
│   │   ├── include
│   │   └── sql
│   ├── pcm
│   │   └── PCR-VER1.1
│   │       ├── Docs
│   │       ├── img
│   │       ├── sql
│   │       └── wav
│   ├── pcom
│   ├── phpfaber_cms_module_GeoIP
│   │   └── GeoIP
│   │       ├── images
│   │       │   └── flag
│   │       ├── includes
│   │       └── templates
│   ├── PHP_Net_Tools_v2.7.0
│   ├── PHPUserLogin
│   │   ├── css
│   │   └── js
│   ├── soulbot.tar
│   │   └── soulbot
│   │       └── examples
│   ├── status
│   ├── ThePinger
│   │   ├── Documentation
│   │   └── Upload
│   │       ├── images
│   │       └── includes
│   ├── topdog_whois_v1.3.1
│   ├── trace
│   │   └── perl
│   └── vz_ping_02
├── python
│   ├── 2091961_linux_backup_restore
│   ├── 2091961_windows_backup_restore
│   ├── g933-battery-information-for-linux-master
│   ├── procexp-master
│   │   ├── plotobjects
│   │   ├── procreader
│   │   ├── rootproxy
│   │   ├── ui
│   │   └── utils
│   └── web2py
│       ├── applications
│       │   ├── admin
│       │   │   ├── controllers
│       │   │   ├── cron
│       │   │   ├── languages
│       │   │   ├── models
│       │   │   ├── modules
│       │   │   ├── static
│       │   │   │   ├── codemirror
│       │   │   │   │   ├── addon
│       │   │   │   │   │   ├── comment
│       │   │   │   │   │   ├── dialog
│       │   │   │   │   │   ├── display
│       │   │   │   │   │   ├── edit
│       │   │   │   │   │   ├── fold
│       │   │   │   │   │   ├── hint
│       │   │   │   │   │   ├── mode
│       │   │   │   │   │   ├── search
│       │   │   │   │   │   └── selection
│       │   │   │   │   ├── keymap
│       │   │   │   │   ├── lib
│       │   │   │   │   ├── mode
│       │   │   │   │   │   ├── css
│       │   │   │   │   │   ├── htmlmixed
│       │   │   │   │   │   ├── javascript
│       │   │   │   │   │   ├── python
│       │   │   │   │   │   └── xml
│       │   │   │   │   └── theme
│       │   │   │   ├── css
│       │   │   │   ├── images
│       │   │   │   ├── js
│       │   │   │   ├── plugin_jqmobile
│       │   │   │   │   └── images
│       │   │   │   ├── plugin_multiselect
│       │   │   │   └── plugin_statebutton
│       │   │   │       ├── css
│       │   │   │       └── js
│       │   │   └── views
│       │   │       ├── debug
│       │   │       ├── default
│       │   │       ├── default.mobile
│       │   │       ├── gae
│       │   │       ├── mercurial
│       │   │       ├── openshift
│       │   │       ├── plugin_jqmobile
│       │   │       ├── pythonanywhere
│       │   │       ├── toolbar
│       │   │       └── wizard
│       │   ├── examples
│       │   │   ├── controllers
│       │   │   ├── cron
│       │   │   ├── languages
│       │   │   ├── models
│       │   │   ├── private
│       │   │   │   └── content
│       │   │   │       └── en
│       │   │   │           └── default
│       │   │   │               ├── documentation
│       │   │   │               ├── index
│       │   │   │               ├── usergroups
│       │   │   │               └── what
│       │   │   ├── static
│       │   │   │   ├── css
│       │   │   │   ├── images
│       │   │   │   └── js
│       │   │   └── views
│       │   │       ├── ajax_examples
│       │   │       ├── cache_examples
│       │   │       ├── database_examples
│       │   │       ├── default
│       │   │       ├── form_examples
│       │   │       ├── global
│       │   │       ├── images_examples
│       │   │       ├── layout_examples
│       │   │       ├── session_examples
│       │   │       ├── simple_examples
│       │   │       ├── soap_examples
│       │   │       ├── spreadsheet
│       │   │       └── template_examples
│       │   └── welcome
│       │       ├── controllers
│       │       ├── cron
│       │       ├── languages
│       │       ├── models
│       │       ├── modules
│       │       ├── private
│       │       ├── static
│       │       │   ├── css
│       │       │   ├── images
│       │       │   └── js
│       │       └── views
│       │           └── default
│       ├── examples
│       ├── extras
│       │   ├── build_web2py
│       │   └── icons
│       ├── gluon
│       │   ├── contrib
│       │   │   ├── fpdf
│       │   │   ├── gateways
│       │   │   ├── login_methods
│       │   │   ├── markdown
│       │   │   ├── markmin
│       │   │   ├── memcache
│       │   │   ├── minify
│       │   │   ├── plural_rules
│       │   │   ├── pyaes
│       │   │   ├── pymysql
│       │   │   │   ├── constants
│       │   │   │   └── tests
│       │   │   │       ├── data
│       │   │   │       └── thirdparty
│       │   │   │           └── test_MySQLdb
│       │   │   ├── pyrtf
│       │   │   ├── pysimplesoap
│       │   │   └── pyuca
│       │   ├── packages
│       │   │   ├── dal
│       │   │   │   ├── docs
│       │   │   │   ├── pydal
│       │   │   │   │   ├── adapters
│       │   │   │   │   ├── contrib
│       │   │   │   │   ├── dialects
│       │   │   │   │   ├── helpers
│       │   │   │   │   ├── parsers
│       │   │   │   │   └── representers
│       │   │   │   └── tests
│       │   │   └── yatl
│       │   │       ├── tests
│       │   │       └── yatl
│       │   └── tests
│       ├── handlers
│       ├── scripts
│       └── site-packages
├── temp
│   └── tinder
├── vmware
└── wintel
    ├── bat
    │   ├── BlockWindows-master
    │   ├── Bootstrapper-mpv
    │   ├── create_schtask.bat
    │   ├── DLC-Boot-2022
    │   ├── EnableCommandHistory
    │   ├── FFMPEG Scripts
    │   ├── jre
    │   ├── Office
    │   ├── PowerShellStudio-Samples
    │   ├── Rclone
    │   ├── sublime-text
    │   │   └── 4126 binary
    │   ├── test
    │   ├── torguard
    │   ├── Win11
    │   └── zip
    ├── docs
    │   └── Windows-ITPro-Docs-Public
    │       ├── bcs
    │       │   └── breadcrumb
    │       ├── browsers
    │       │   ├── edge
    │       │   │   ├── breadcrumb
    │       │   │   ├── group-policies
    │       │   │   ├── images
    │       │   │   ├── includes
    │       │   │   └── shortdesc
    │       │   ├── enterprise-mode
    │       │   │   └── images
    │       │   ├── includes
    │       │   └── internet-explorer
    │       │       ├── breadcrumb
    │       │       ├── ie11-deploy-guide
    │       │       │   └── images
    │       │       ├── ie11-faq
    │       │       ├── ie11-ieak
    │       │       │   └── images
    │       │       └── images
    │       ├── devices
    │       │   ├── hololens
    │       │   │   ├── breadcrumb
    │       │   │   └── images
    │       │   ├── surface
    │       │   │   ├── breadcrumb
    │       │   │   ├── documentation
    │       │   │   └── images
    │       │   └── surface-hub
    │       │       ├── breadcrumb
    │       │       ├── downloads
    │       │       └── images
    │       ├── education
    │       │   ├── breadcrumb
    │       │   ├── images
    │       │   ├── trial-in-a-box
    │       │   │   └── images
    │       │   └── windows
    │       │       └── images
    │       ├── gdpr
    │       ├── images
    │       ├── mdop
    │       │   ├── agpm
    │       │   │   └── images
    │       │   ├── appv-v4
    │       │   │   └── images
    │       │   ├── appv-v5
    │       │   │   └── images
    │       │   ├── breadcrumb
    │       │   ├── dart-v10
    │       │   │   └── images
    │       │   ├── dart-v7
    │       │   │   └── images
    │       │   ├── dart-v8
    │       │   │   └── images
    │       │   ├── mbam-v1
    │       │   │   └── images
    │       │   ├── mbam-v2
    │       │   │   └── images
    │       │   ├── mbam-v25
    │       │   │   └── images
    │       │   ├── medv-v1
    │       │   │   └── images
    │       │   ├── medv-v2
    │       │   │   └── images
    │       │   ├── solutions
    │       │   │   └── images
    │       │   ├── uev-v1
    │       │   │   └── images
    │       │   └── uev-v2
    │       │       └── images
    │       ├── smb
    │       │   ├── breadcrumb
    │       │   └── images
    │       ├── store-for-business
    │       │   ├── breadcrumb
    │       │   ├── education
    │       │   └── images
    │       ├── windows
    │       │   ├── access-protection
    │       │   ├── application-management
    │       │   │   ├── app-v
    │       │   │   │   └── images
    │       │   │   ├── images
    │       │   │   └── media
    │       │   ├── client-management
    │       │   │   ├── images
    │       │   │   └── mdm
    │       │   │       └── images
    │       │   ├── configuration
    │       │   │   ├── cortana-at-work
    │       │   │   │   └── images
    │       │   │   ├── images
    │       │   │   ├── mobile-devices
    │       │   │   │   └── images
    │       │   │   ├── provisioning-packages
    │       │   │   ├── ue-v
    │       │   │   │   └── images
    │       │   │   └── wcd
    │       │   ├── configure
    │       │   │   └── images
    │       │   ├── deploy
    │       │   ├── deployment
    │       │   │   ├── deploy-windows-mdt
    │       │   │   ├── deploy-windows-sccm
    │       │   │   ├── images
    │       │   │   ├── planning
    │       │   │   │   └── images
    │       │   │   ├── update
    │       │   │   │   ├── images
    │       │   │   │   └── olympia
    │       │   │   │       └── images
    │       │   │   ├── upgrade
    │       │   │   ├── usmt
    │       │   │   │   └── images
    │       │   │   ├── volume-activation
    │       │   │   │   └── images
    │       │   │   └── windows-autopilot
    │       │   │       └── images
    │       │   ├── device-security
    │       │   ├── eulas
    │       │   │   └── breadcrumb
    │       │   ├── hub
    │       │   │   ├── breadcrumb
    │       │   │   └── images
    │       │   │       └── old
    │       │   ├── keep-secure
    │       │   ├── known-issues
    │       │   ├── manage
    │       │   ├── media
    │       │   │   └── ModernSecureDeployment
    │       │   ├── plan
    │       │   ├── privacy
    │       │   │   └── images
    │       │   ├── release-information
    │       │   │   └── breadcrumb
    │       │   ├── security
    │       │   │   ├── identity-protection
    │       │   │   │   ├── access-control
    │       │   │   │   │   └── images
    │       │   │   │   ├── credential-guard
    │       │   │   │   │   └── images
    │       │   │   │   ├── hello-for-business
    │       │   │   │   │   ├── images
    │       │   │   │   │   │   ├── aadj
    │       │   │   │   │   │   ├── aadjCert
    │       │   │   │   │   │   ├── howitworks
    │       │   │   │   │   │   ├── hybridct
    │       │   │   │   │   │   ├── multifactorUnlock
    │       │   │   │   │   │   ├── passwordless
    │       │   │   │   │   │   ├── pinreset
    │       │   │   │   │   │   ├── plan
    │       │   │   │   │   │   └── rdpbio
    │       │   │   │   │   └── retired
    │       │   │   │   ├── images
    │       │   │   │   ├── smart-cards
    │       │   │   │   │   └── images
    │       │   │   │   ├── user-account-control
    │       │   │   │   │   └── images
    │       │   │   │   ├── virtual-smart-cards
    │       │   │   │   │   └── images
    │       │   │   │   └── vpn
    │       │   │   │       └── images
    │       │   │   ├── images
    │       │   │   ├── information-protection
    │       │   │   │   ├── bitlocker
    │       │   │   │   │   └── images
    │       │   │   │   ├── images
    │       │   │   │   ├── tpm
    │       │   │   │   │   └── images
    │       │   │   │   └── windows-information-protection
    │       │   │   │       └── images
    │       │   │   └── threat-protection
    │       │   │       ├── auditing
    │       │   │       │   └── images
    │       │   │       ├── device-control
    │       │   │       │   └── images
    │       │   │       ├── device-guard
    │       │   │       │   └── images
    │       │   │       ├── images
    │       │   │       │   └── svg
    │       │   │       ├── intelligence
    │       │   │       │   └── images
    │       │   │       ├── microsoft-defender-atp
    │       │   │       │   └── images
    │       │   │       ├── security-policy-settings
    │       │   │       │   ├── images
    │       │   │       │   └── includes
    │       │   │       ├── windows-defender-antivirus
    │       │   │       │   └── images
    │       │   │       │       ├── defender
    │       │   │       │       └── svg
    │       │   │       ├── windows-defender-application-control
    │       │   │       │   ├── applocker
    │       │   │       │   │   └── images
    │       │   │       │   └── images
    │       │   │       ├── windows-defender-application-guard
    │       │   │       │   └── images
    │       │   │       ├── windows-defender-security-center
    │       │   │       │   └── images
    │       │   │       ├── windows-defender-smartscreen
    │       │   │       │   └── images
    │       │   │       ├── windows-defender-system-guard
    │       │   │       │   └── images
    │       │   │       ├── windows-firewall
    │       │   │       │   └── images
    │       │   │       └── windows-security-configuration-framework
    │       │   │           └── images
    │       │   ├── threat-protection
    │       │   ├── update
    │       │   └── whats-new
    │       │       ├── images
    │       │       └── ltsc
    │       └── zip
    ├── iis
    ├── powershell
    │   ├── Active Directory
    │   │   ├── displaydeletedadobjects
    │   │   │   └── documentation_files
    │   │   └── test
    │   ├── AWS
    │   ├── BestPractices
    │   │   └── v1.0
    │   │       └── Models
    │   │           └── Microsoft
    │   │               └── Windows
    │   │                   ├── ADRMS
    │   │                   │   └── en-US
    │   │                   ├── CertificateServices
    │   │                   │   └── en-US
    │   │                   ├── DHCPServer
    │   │                   │   └── en-US
    │   │                   ├── DirectoryServices
    │   │                   │   └── en-US
    │   │                   ├── DNSServer
    │   │                   │   └── en-US
    │   │                   ├── FileServices
    │   │                   │   ├── Dedup
    │   │                   │   │   └── en-US
    │   │                   │   ├── DFSN
    │   │                   │   │   └── en-US
    │   │                   │   ├── DFSR
    │   │                   │   │   └── en-US
    │   │                   │   ├── en-US
    │   │                   │   ├── FSRM
    │   │                   │   │   └── en-US
    │   │                   │   ├── ISCSITarget
    │   │                   │   │   └── en-US
    │   │                   │   ├── NFS
    │   │                   │   │   └── en-US
    │   │                   │   ├── SMB
    │   │                   │   │   └── en-US
    │   │                   │   └── WorkFolders
    │   │                   │       └── en-US
    │   │                   ├── Hyper-V
    │   │                   │   └── en-US
    │   │                   ├── LightweightDirectoryServices
    │   │                   │   └── en-US
    │   │                   ├── NPAS
    │   │                   │   └── en-US
    │   │                   ├── RemoteAccessServer
    │   │                   │   └── en-US
    │   │                   ├── TerminalServices
    │   │                   │   └── en-US
    │   │                   ├── UpdateServices
    │   │                   │   ├── en-US
    │   │                   │   ├── UpdateServices-DB
    │   │                   │   │   └── en-US
    │   │                   │   └── UpdateServices-Services
    │   │                   │       └── en-US
    │   │                   ├── VolumeActivation
    │   │                   │   └── en-US
    │   │                   └── WebServer
    │   │                       └── en-US
    │   ├── Bootstrapper-mpv
    │   ├── Certificates
    │   ├── Debloat-Windows-10-master
    │   │   ├── lib
    │   │   ├── scripts
    │   │   └── utils
    │   ├── Development
    │   ├── DFSR
    │   ├── Exchange
    │   ├── IderaPowerShellScripts
    │   │   ├── Analysis Services
    │   │   │   └── Databases
    │   │   ├── AzureSQLDB
    │   │   ├── Database Engine
    │   │   │   ├── Databases
    │   │   │   │   ├── Tables
    │   │   │   │   └── Views
    │   │   │   ├── In-Memory
    │   │   │   ├── Management
    │   │   │   │   ├── Policy Management
    │   │   │   │   │   └── Policies
    │   │   │   │   └── SQL Server Logs
    │   │   │   ├── Query Store
    │   │   │   ├── Security
    │   │   │   │   ├── CIS Remediation SQL Scripts
    │   │   │   │   │   ├── CIS2-SurfaceAreaReduction
    │   │   │   │   │   ├── CIS3-AuthenticationAuthorization
    │   │   │   │   │   ├── CIS4-PasswordPolicies
    │   │   │   │   │   ├── CIS5-AuditingLogging
    │   │   │   │   │   ├── CIS6-ApplicationDevelopment
    │   │   │   │   │   └── CIS8-Other
    │   │   │   │   ├── Firewall
    │   │   │   │   └── Logins
    │   │   │   ├── Server Objects
    │   │   │   │   └── Backups
    │   │   │   └── SQL Server Agent
    │   │   │       └── Jobs
    │   │   ├── Extended Events
    │   │   ├── General Utility Scripts
    │   │   ├── Integration Services
    │   │   │   ├── SQL Server 2008
    │   │   │   └── SQL Server 2012+
    │   │   ├── Reporting Services
    │   │   └── Server Instance
    │   ├── Modules
    │   │   ├── ActiveDirectory
    │   │   │   └── en-US
    │   │   ├── ADCSAdministration
    │   │   ├── AppBackgroundTask
    │   │   ├── AppLocker
    │   │   ├── AppvClient
    │   │   │   └── en
    │   │   ├── Appx
    │   │   ├── BitLocker
    │   │   │   └── en-US
    │   │   ├── BitsTransfer
    │   │   ├── BranchCache
    │   │   ├── CimCmdlets
    │   │   ├── ConfigCI
    │   │   │   └── en-US
    │   │   ├── Defender
    │   │   ├── DeliveryOptimization
    │   │   ├── DhcpServer
    │   │   │   └── en-US
    │   │   ├── DirectAccessClientComponents
    │   │   ├── Dism
    │   │   │   └── en
    │   │   ├── DnsClient
    │   │   ├── DnsServer
    │   │   ├── EventTracingManagement
    │   │   ├── FileServerResourceManager
    │   │   ├── GroupPolicy
    │   │   │   └── en-US
    │   │   ├── Hyper-V
    │   │   │   ├── 1.1
    │   │   │   └── 2.0.0.0
    │   │   ├── IISAdministration
    │   │   ├── International
    │   │   ├── iSCSI
    │   │   ├── IscsiTarget
    │   │   │   └── en-US
    │   │   ├── ISE
    │   │   ├── Kds
    │   │   ├── Microsoft.PowerShell.Archive
    │   │   │   └── en-US
    │   │   ├── Microsoft.PowerShell.Diagnostics
    │   │   ├── Microsoft.PowerShell.Host
    │   │   ├── Microsoft.PowerShell.Management
    │   │   ├── Microsoft.PowerShell.ODataUtils
    │   │   │   └── en-US
    │   │   ├── Microsoft.PowerShell.Security
    │   │   ├── Microsoft.PowerShell.Utility
    │   │   ├── Microsoft.WSMan.Management
    │   │   ├── MMAgent
    │   │   ├── MsDtc
    │   │   │   ├── en
    │   │   │   └── en-US
    │   │   ├── NetAdapter
    │   │   ├── NetConnection
    │   │   ├── NetEventPacketCapture
    │   │   ├── NetLbfo
    │   │   ├── NetNat
    │   │   ├── NetQos
    │   │   ├── NetSecurity
    │   │   │   └── en
    │   │   ├── NetSPI
    │   │   ├── NetSwitchTeam
    │   │   ├── NetTCPIP
    │   │   ├── NetWNV
    │   │   ├── NetworkConnectivityStatus
    │   │   ├── NetworkTransition
    │   │   ├── NTFSSecurity
    │   │   ├── PKI
    │   │   ├── PnpDevice
    │   │   ├── PrintManagement
    │   │   ├── PSDesiredStateConfiguration
    │   │   │   ├── DSCClassResources
    │   │   │   │   └── WindowsPackageCab
    │   │   │   │       └── en-US
    │   │   │   ├── DSCResources
    │   │   │   │   ├── en-US
    │   │   │   │   ├── GroupSet
    │   │   │   │   ├── MSFT_ArchiveResource
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_EnvironmentResource
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_GroupResource
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_LogResource
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_PackageResource
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_ProcessResource
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_RegistryResource
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_RoleResource
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_ScriptResource
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_ServiceResource
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_UserResource
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_WaitForAll
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_WaitForAny
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_WaitForSome
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── MSFT_WindowsOptionalFeature
    │   │   │   │   │   └── en-US
    │   │   │   │   ├── ProcessSet
    │   │   │   │   ├── ServiceSet
    │   │   │   │   ├── WindowsFeatureSet
    │   │   │   │   └── WindowsOptionalFeatureSet
    │   │   │   ├── en-US
    │   │   │   └── WebDownloadManager
    │   │   ├── PSDiagnostics
    │   │   ├── PSScheduledJob
    │   │   ├── RemoteAccess
    │   │   ├── ScheduledTasks
    │   │   ├── SecureBoot
    │   │   │   └── en-US
    │   │   ├── SecurityCmdlets
    │   │   │   └── en-US
    │   │   ├── SmbShare
    │   │   │   └── en-US
    │   │   ├── Storage
    │   │   ├── StorageBusCache
    │   │   ├── TLS
    │   │   ├── TroubleshootingPack
    │   │   │   └── en-US
    │   │   ├── TrustedPlatformModule
    │   │   │   └── en-US
    │   │   ├── UEV
    │   │   ├── UpdateServices
    │   │   ├── VpnClient
    │   │   │   └── en-US
    │   │   ├── Wdac
    │   │   ├── WebAdministration
    │   │   │   └── en-US
    │   │   ├── Whea
    │   │   │   └── en-US
    │   │   ├── WindowsDeveloperLicense
    │   │   ├── WindowsErrorReporting
    │   │   └── WindowsUpdate
    │   ├── NanoServerImageGenerator
    │   │   └── en-US
    │   ├── NetSPI
    │   │   ├── Invoke-TheHash-master
    │   │   ├── Powermad-master
    │   │   └── WebLogicPasswordDecryptor-master
    │   ├── NTFSSecurity
    │   ├── officesignatures
    │   ├── Packtpub - Mastering System Administration with PowerShell 6.x
    │   ├── Pester
    │   ├── posh-scripts-master
    │   │   └── GUI Examples
    │   │       └── Solution
    │   │           └── Properties
    │   ├── PowerCLI
    │   │   ├── modules
    │   │   │   ├── vmware.deployautomation
    │   │   │   │   └── 6.7.0.11233116
    │   │   │   │       └── net45
    │   │   │   ├── vmware.imagebuilder
    │   │   │   │   └── 6.7.0.11233116
    │   │   │   │       └── net45
    │   │   │   ├── vmware.powercli
    │   │   │   │   └── 11.1.0.11289667
    │   │   │   ├── vmware.vim
    │   │   │   │   └── 6.7.0.10334489
    │   │   │   │       ├── net45
    │   │   │   │       └── netcoreapp2.0
    │   │   │   ├── vmware.vimautomation.cis.core
    │   │   │   │   └── 11.0.0.10335701
    │   │   │   │       ├── net45
    │   │   │   │       │   └── resources
    │   │   │   │       └── netcoreapp2.0
    │   │   │   │           └── resources
    │   │   │   ├── vmware.vimautomation.cloud
    │   │   │   │   └── 11.0.0.10379994
    │   │   │   │       ├── net45
    │   │   │   │       └── netcoreapp2.0
    │   │   │   ├── vmware.vimautomation.common
    │   │   │   │   └── 11.0.0.10334497
    │   │   │   │       ├── net45
    │   │   │   │       └── netcoreapp2.0
    │   │   │   ├── vmware.vimautomation.core
    │   │   │   │   └── 11.0.0.10336080
    │   │   │   │       ├── net45
    │   │   │   │       │   ├── fr-fr
    │   │   │   │       │   ├── scripts
    │   │   │   │       │   └── vmware remote console
    │   │   │   │       └── netcoreapp2.0
    │   │   │   │           ├── fr-fr
    │   │   │   │           └── scripts
    │   │   │   ├── vmware.vimautomation.horizonview
    │   │   │   │   └── 7.6.0.10230451
    │   │   │   │       └── net45
    │   │   │   ├── vmware.vimautomation.license
    │   │   │   │   └── 10.0.0.7893904
    │   │   │   │       └── net45
    │   │   │   ├── vmware.vimautomation.nsxt
    │   │   │   │   └── 11.0.0.10364044
    │   │   │   │       ├── net45
    │   │   │   │       │   └── resources
    │   │   │   │       └── netcoreapp2.0
    │   │   │   │           └── resources
    │   │   │   ├── vmware.vimautomation.sdk
    │   │   │   │   └── 11.0.0.10334495
    │   │   │   │       ├── net45
    │   │   │   │       │   └── fr-fr
    │   │   │   │       └── netcoreapp2.0
    │   │   │   │           └── fr-fr
    │   │   │   ├── vmware.vimautomation.security
    │   │   │   │   └── 11.0.0.10380515
    │   │   │   │       ├── net45
    │   │   │   │       └── netcoreapp2.0
    │   │   │   ├── vmware.vimautomation.srm
    │   │   │   │   └── 11.1.0.11289292
    │   │   │   │       ├── net45
    │   │   │   │       └── netcoreapp2.0
    │   │   │   ├── vmware.vimautomation.storage
    │   │   │   │   └── 11.1.0.11273342
    │   │   │   │       ├── net45
    │   │   │   │       └── netcoreapp2.0
    │   │   │   ├── vmware.vimautomation.storageutility
    │   │   │   │   └── 1.3.0.0
    │   │   │   ├── vmware.vimautomation.vds
    │   │   │   │   └── 11.0.0.10336077
    │   │   │   │       ├── net45
    │   │   │   │       └── netcoreapp2.0
    │   │   │   ├── vmware.vimautomation.vmc
    │   │   │   │   └── 11.0.0.10336076
    │   │   │   │       ├── net45
    │   │   │   │       └── netcoreapp2.0
    │   │   │   ├── vmware.vimautomation.vrops
    │   │   │   │   └── 10.0.0.7893921
    │   │   │   │       └── net45
    │   │   │   └── vmware.vumautomation
    │   │   │       └── 6.5.1.7862888
    │   │   │           └── net45
    │   │   ├── temp
    │   │   ├── vmware powercli cmdlets reference
    │   │   └── vmware-snapshots
    │   ├── PowerShell_ISE_Themes-Master
    │   │   ├── Ambient
    │   │   ├── Ambients
    │   │   ├── Base16_Tomorrow
    │   │   ├── Black_Pastel
    │   │   ├── DependOnMe
    │   │   ├── GEdit_Original
    │   │   ├── Havenjark
    │   │   ├── Monokai
    │   │   ├── Navy_Ocean
    │   │   ├── Notepad++_Like
    │   │   ├── Oblivion
    │   │   ├── Obsidian
    │   │   ├── Ocean_Deep
    │   │   ├── Pastel
    │   │   ├── Placidity
    │   │   ├── RecognEyes
    │   │   ├── Retta
    │   │   ├── Roboticket
    │   │   ├── Solarized
    │   │   ├── Solarized_Light
    │   │   ├── Sublime_Text_2
    │   │   ├── Vibrant_Ink
    │   │   ├── VS2013_Dark
    │   │   ├── Wombat
    │   │   └── Zenburn
    │   ├── PowerShellStudio-Samples
    │   │   ├── Active Directory
    │   │   ├── Chart Sample
    │   │   ├── ComputerPrompt
    │   │   ├── Multiple Forms Project
    │   │   ├── Processes
    │   │   ├── System
    │   │   └── Tic Tac Plebius
    │   ├── PowerSploit-master
    │   │   ├── AntivirusBypass
    │   │   ├── CodeExecution
    │   │   │   └── Invoke-ReflectivePEInjection_Resources
    │   │   │       ├── DemoDLL
    │   │   │       │   └── DemoDLL
    │   │   │       ├── DemoDLL_RemoteProcess
    │   │   │       │   └── DemoDLL_RemoteProcess
    │   │   │       ├── DemoExe
    │   │   │       │   ├── DemoExe_MD
    │   │   │       │   └── DemoExe_MDd
    │   │   │       ├── ExeToInjectInTo
    │   │   │       │   └── ExeToInjectInTo
    │   │   │       └── Shellcode
    │   │   │           ├── x64
    │   │   │           └── x86
    │   │   ├── Exfiltration
    │   │   │   ├── LogonUser
    │   │   │   │   └── LogonUser
    │   │   │   │       ├── logon
    │   │   │   │       └── LogonUser
    │   │   │   └── NTFSParser
    │   │   │       ├── NTFSParser
    │   │   │       └── NTFSParserDLL
    │   │   ├── Mayhem
    │   │   ├── Persistence
    │   │   ├── Privesc
    │   │   ├── Recon
    │   │   │   └── Dictionaries
    │   │   ├── ScriptModification
    │   │   └── Tests
    │   ├── PS2EXE-GUI
    │   │   ├── Examples
    │   │   └── Original
    │   ├── PSWindowsUpdate
    │   ├── RandomPS-Scripts-master
    │   │   └── JScriptShell
    │   ├── RemoveLocalUserProfiles
    │   │   └── documentation_files
    │   ├── RoboPowerCopy
    │   │   ├── BuildProcessTemplates
    │   │   ├── downloadWiki
    │   │   │   ├── docs
    │   │   │   └── raw
    │   │   ├── releases0_FILES
    │   │   └── releases1_FILES
    │   ├── Shortcuts
    │   │   ├── Blogs
    │   │   ├── Code Repositories
    │   │   ├── Communities
    │   │   ├── Downloads
    │   │   ├── Language Reference
    │   │   ├── SAPIEN Sites
    │   │   ├── Tutorials and How-to guides
    │   │   └── Windows Script Host
    │   ├── Template
    │   ├── VMware Tools
    │   │   └── serviceDiscovery
    │   ├── webserver-report
    │   ├── Win11
    │   ├── Windows10Debloater-master
    │   │   └── Individual Scripts
    │   ├── Windows-10-Set-Privacy-master
    │   │   └── Set-Privacy-master
    │   ├── WindowsUpdate
    │   ├── Wireless
    │   ├── wslab_v21.09.3
    │   └── zip_files
    │       └── NetSPI
    ├── quest-activeroles
    ├── reg
    │   ├── forcecloseshutdown
    │   └── Registry-Tweaks-Collection-to-Make-Windows-Faster
    │       └── Registry Tweaks Collection to Make Windows Faster
    ├── sql
    │   ├── 50400a
    │   │   └── 50400A Course Files
    │   │       ├── Data
    │   │       ├── Demofiles
    │   │       │   ├── Mod01
    │   │       │   ├── Mod02
    │   │       │   ├── Mod03
    │   │       │   ├── Mod04
    │   │       │   ├── Mod05
    │   │       │   ├── Mod06
    │   │       │   ├── Mod07
    │   │       │   ├── Mod08
    │   │       │   ├── Mod09
    │   │       │   ├── Mod11
    │   │       │   ├── Mod12
    │   │       │   └── ReplData
    │   │       └── Labfiles
    │   │           ├── Mod01
    │   │           ├── Mod03
    │   │           ├── Mod04
    │   │           ├── Mod05
    │   │           ├── Mod06
    │   │           ├── Mod07
    │   │           ├── Mod08
    │   │           ├── Mod09
    │   │           ├── Mod10
    │   │           ├── Mod11
    │   │           └── Mod12
    │   ├── SQL Server Maintenance Solution (Ola Hallengren)
    │   └── zip_files
    ├── txt
    ├── wmi
    └── wsh
        ├── PowerShellStudio-Samples
        │   ├── ADO Demo
        │   ├── ADSI
        │   ├── Exchange 2003
        │   ├── Files and Folders
        │   ├── Misc
        │   ├── Script Signing
        │   └── WMI
        └── printing
            └── checkifnetworkprinterisconnected
                └── Documentation_files

About

This is a collection of all my scripts over a 13+ year time period. Languages: Bash/sh, HTML, JS, SQL, Perl, PHP, Python, PowerShell, CMD(Batch), WMI, Wsh, Docker/docker-compose.yml conf, Nginx (.conf)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published