├── Dark ├── Install ├── EasyRSA-3.0.1.tgz ├── Menu_UP │ ├── VERIFICACOES │ ├── bar.txt │ ├── blockt │ ├── conexao │ ├── menuV2 │ │ └── menuV2 │ ├── menuV3 │ │ ├── ferramentascodes │ │ ├── menu │ │ └── usercodes │ └── menuV4 │ │ ├── criarpay │ │ ├── fai2ban │ │ ├── ferramentascodes │ │ ├── menu │ │ ├── payloads │ │ ├── paysnd │ │ ├── squidcache │ │ ├── tcpspeed │ │ ├── ultrahost │ │ ├── usercodes │ │ ├── utilitarios │ │ └── vncinstall ├── ShellBot.sh ├── Sources_list │ ├── 16.04 │ │ └── sources.list │ ├── 18.04 │ │ └── sources.list │ └── Instala_SourceList.txt ├── TCP-Speed │ ├── README.md │ └── tcptweaker.sh ├── Url.txt ├── addIP ├── badvpn-udpgw ├── dns ├── dns-server ├── jq-linux64 ├── list ├── menuV1 ├── menuV2 ├── menuV3 ├── menuV4 ├── resolved.conf ├── slowdns ├── squid3 ├── sshd_config ├── stunnel.pem ├── tcptweaker.sh └── versao ├── LICENSE ├── Modulos ├── addhost ├── ajuda ├── alterarlimite ├── alterarsenha ├── attscript ├── badvpn ├── banner ├── blockt ├── bot ├── botssh ├── cabecalho ├── conexao ├── criarteste ├── criarusuario ├── delhost ├── delscript ├── detalhes ├── dns ├── dns-server ├── droplimiter ├── expcleaner ├── infousers ├── instsqd ├── limiter ├── menu ├── mudardata ├── open.py ├── otimizar ├── proxy.py ├── reiniciarservicos ├── reiniciarsistema ├── remover ├── senharoot ├── slow_dns ├── slowdns ├── speedtest ├── sshmonitor ├── uexpired ├── userbackup ├── verifatt ├── verifbot └── versao ├── Procfile ├── README.md ├── app.json ├── env └── env.py ├── handlers ├── client.py └── user.py ├── image ├── DARKSSH.jpg ├── banner.jpg ├── how update script and how add ssh telegram bot.mp4 ├── outo.jpg └── ssh bot.jpg ├── main.py ├── requirements.txt ├── session └── ssgen.py └── versao /Dark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Dark -------------------------------------------------------------------------------- /Install/EasyRSA-3.0.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/EasyRSA-3.0.1.tgz -------------------------------------------------------------------------------- /Install/Menu_UP/VERIFICACOES: -------------------------------------------------------------------------------- 1 | VERIFICACOES = LIMITER -------------------------------------------------------------------------------- /Install/Menu_UP/bar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/bar.txt -------------------------------------------------------------------------------- /Install/Menu_UP/blockt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/blockt -------------------------------------------------------------------------------- /Install/Menu_UP/conexao: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/conexao -------------------------------------------------------------------------------- /Install/Menu_UP/menuV2/menuV2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV2/menuV2 -------------------------------------------------------------------------------- /Install/Menu_UP/menuV3/ferramentascodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV3/ferramentascodes -------------------------------------------------------------------------------- /Install/Menu_UP/menuV3/menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV3/menu -------------------------------------------------------------------------------- /Install/Menu_UP/menuV3/usercodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV3/usercodes -------------------------------------------------------------------------------- /Install/Menu_UP/menuV4/criarpay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV4/criarpay -------------------------------------------------------------------------------- /Install/Menu_UP/menuV4/fai2ban: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV4/fai2ban -------------------------------------------------------------------------------- /Install/Menu_UP/menuV4/ferramentascodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV4/ferramentascodes -------------------------------------------------------------------------------- /Install/Menu_UP/menuV4/menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV4/menu -------------------------------------------------------------------------------- /Install/Menu_UP/menuV4/payloads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV4/payloads -------------------------------------------------------------------------------- /Install/Menu_UP/menuV4/paysnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV4/paysnd -------------------------------------------------------------------------------- /Install/Menu_UP/menuV4/squidcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV4/squidcache -------------------------------------------------------------------------------- /Install/Menu_UP/menuV4/tcpspeed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV4/tcpspeed -------------------------------------------------------------------------------- /Install/Menu_UP/menuV4/ultrahost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV4/ultrahost -------------------------------------------------------------------------------- /Install/Menu_UP/menuV4/usercodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV4/usercodes -------------------------------------------------------------------------------- /Install/Menu_UP/menuV4/utilitarios: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV4/utilitarios -------------------------------------------------------------------------------- /Install/Menu_UP/menuV4/vncinstall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Menu_UP/menuV4/vncinstall -------------------------------------------------------------------------------- /Install/ShellBot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/ShellBot.sh -------------------------------------------------------------------------------- /Install/Sources_list/16.04/sources.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Sources_list/16.04/sources.list -------------------------------------------------------------------------------- /Install/Sources_list/18.04/sources.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Sources_list/18.04/sources.list -------------------------------------------------------------------------------- /Install/Sources_list/Instala_SourceList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Sources_list/Instala_SourceList.txt -------------------------------------------------------------------------------- /Install/TCP-Speed/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/TCP-Speed/README.md -------------------------------------------------------------------------------- /Install/TCP-Speed/tcptweaker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/TCP-Speed/tcptweaker.sh -------------------------------------------------------------------------------- /Install/Url.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/Url.txt -------------------------------------------------------------------------------- /Install/addIP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/addIP -------------------------------------------------------------------------------- /Install/badvpn-udpgw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/badvpn-udpgw -------------------------------------------------------------------------------- /Install/dns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/dns -------------------------------------------------------------------------------- /Install/dns-server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/dns-server -------------------------------------------------------------------------------- /Install/jq-linux64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/jq-linux64 -------------------------------------------------------------------------------- /Install/list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/list -------------------------------------------------------------------------------- /Install/menuV1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/menuV1 -------------------------------------------------------------------------------- /Install/menuV2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/menuV2 -------------------------------------------------------------------------------- /Install/menuV3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/menuV3 -------------------------------------------------------------------------------- /Install/menuV4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/menuV4 -------------------------------------------------------------------------------- /Install/resolved.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/resolved.conf -------------------------------------------------------------------------------- /Install/slowdns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/slowdns -------------------------------------------------------------------------------- /Install/squid3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/squid3 -------------------------------------------------------------------------------- /Install/sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/sshd_config -------------------------------------------------------------------------------- /Install/stunnel.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/stunnel.pem -------------------------------------------------------------------------------- /Install/tcptweaker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/tcptweaker.sh -------------------------------------------------------------------------------- /Install/versao: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Install/versao -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/LICENSE -------------------------------------------------------------------------------- /Modulos/addhost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/addhost -------------------------------------------------------------------------------- /Modulos/ajuda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/ajuda -------------------------------------------------------------------------------- /Modulos/alterarlimite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/alterarlimite -------------------------------------------------------------------------------- /Modulos/alterarsenha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/alterarsenha -------------------------------------------------------------------------------- /Modulos/attscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/attscript -------------------------------------------------------------------------------- /Modulos/badvpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/badvpn -------------------------------------------------------------------------------- /Modulos/banner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/banner -------------------------------------------------------------------------------- /Modulos/blockt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/blockt -------------------------------------------------------------------------------- /Modulos/bot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/bot -------------------------------------------------------------------------------- /Modulos/botssh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/botssh -------------------------------------------------------------------------------- /Modulos/cabecalho: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | clear -------------------------------------------------------------------------------- /Modulos/conexao: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/conexao -------------------------------------------------------------------------------- /Modulos/criarteste: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/criarteste -------------------------------------------------------------------------------- /Modulos/criarusuario: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/criarusuario -------------------------------------------------------------------------------- /Modulos/delhost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/delhost -------------------------------------------------------------------------------- /Modulos/delscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/delscript -------------------------------------------------------------------------------- /Modulos/detalhes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/detalhes -------------------------------------------------------------------------------- /Modulos/dns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/dns -------------------------------------------------------------------------------- /Modulos/dns-server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/dns-server -------------------------------------------------------------------------------- /Modulos/droplimiter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/droplimiter -------------------------------------------------------------------------------- /Modulos/expcleaner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/expcleaner -------------------------------------------------------------------------------- /Modulos/infousers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/infousers -------------------------------------------------------------------------------- /Modulos/instsqd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/instsqd -------------------------------------------------------------------------------- /Modulos/limiter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/limiter -------------------------------------------------------------------------------- /Modulos/menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/menu -------------------------------------------------------------------------------- /Modulos/mudardata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/mudardata -------------------------------------------------------------------------------- /Modulos/open.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/open.py -------------------------------------------------------------------------------- /Modulos/otimizar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/otimizar -------------------------------------------------------------------------------- /Modulos/proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/proxy.py -------------------------------------------------------------------------------- /Modulos/reiniciarservicos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/reiniciarservicos -------------------------------------------------------------------------------- /Modulos/reiniciarsistema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/reiniciarsistema -------------------------------------------------------------------------------- /Modulos/remover: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/remover -------------------------------------------------------------------------------- /Modulos/senharoot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/senharoot -------------------------------------------------------------------------------- /Modulos/slow_dns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/slow_dns -------------------------------------------------------------------------------- /Modulos/slowdns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/slowdns -------------------------------------------------------------------------------- /Modulos/speedtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/speedtest -------------------------------------------------------------------------------- /Modulos/sshmonitor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/sshmonitor -------------------------------------------------------------------------------- /Modulos/uexpired: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/uexpired -------------------------------------------------------------------------------- /Modulos/userbackup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/userbackup -------------------------------------------------------------------------------- /Modulos/verifatt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/verifatt -------------------------------------------------------------------------------- /Modulos/verifbot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/Modulos/verifbot -------------------------------------------------------------------------------- /Modulos/versao: -------------------------------------------------------------------------------- 1 | 37 2 | -------------------------------------------------------------------------------- /Procfile: -------------------------------------------------------------------------------- 1 | woker: python main.py 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/README.md -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/app.json -------------------------------------------------------------------------------- /env/env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/env/env.py -------------------------------------------------------------------------------- /handlers/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/handlers/client.py -------------------------------------------------------------------------------- /handlers/user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/handlers/user.py -------------------------------------------------------------------------------- /image/DARKSSH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/image/DARKSSH.jpg -------------------------------------------------------------------------------- /image/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/image/banner.jpg -------------------------------------------------------------------------------- /image/how update script and how add ssh telegram bot.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/image/how update script and how add ssh telegram bot.mp4 -------------------------------------------------------------------------------- /image/outo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/image/outo.jpg -------------------------------------------------------------------------------- /image/ssh bot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/image/ssh bot.jpg -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/requirements.txt -------------------------------------------------------------------------------- /session/ssgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/session/ssgen.py -------------------------------------------------------------------------------- /versao: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbatrow/DARKSSH-MANAGER/HEAD/versao --------------------------------------------------------------------------------