-
Notifications
You must be signed in to change notification settings - Fork 1
/
botpag
183 lines (169 loc) · 7.18 KB
/
botpag
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
#!/bin/bash
clear
#--------[ DESENVOLVIDO POR @Smigolvip ]-----------#
source apibot
touch lista
api_bot=$1
dominio=$2
ip_server=IPSERVER
senha_server=SUASENHA
ShellBot.init --token "$api_bot" --monitor --flush --return map
ShellBot.username
# - Funcao menu
menu() {
local msg
msg+="<b>🙋♂️ OLÁ ${message_from_first_name[$(ShellBot.ListUpdates)]} SEJA BEM VINDO(a)</b>\n\n"
msg+="Compre Seu login ou Gere seu teste agora mesmo!"
ShellBot.sendMessage --chat_id ${message_chat_id[$id]} \
--text "$(echo -e $msg)" \
--reply_markup "$keyboard1" \
--parse_mode html
return 0
}
# - Funcao menu Compra
menu_compra() {
[[ ${message_chat_id[$id]} == "" ]] && {
id_chatuser="${callback_query_message_chat_id[$id]}"
} || {
id_chatuser="${message_chat_id[$id]}"
}
fun_menucompra $id_chatuser
local msg
msg+="🚀 <b>COMPRE SEU LOGIN PRO</b> 🚀\n\n"
msg+="Vc Receberá seu login por aqui mesmo 😉👌"
ShellBot.editMessageText --chat_id $id_chatuser \
--message_id ${callback_query_message_message_id[$id]} \
--text "$(echo -e $msg)" \
--reply_markup "$keyboard2" \
--parse_mode html
(
sleep 15
local msg2
msg2+="<b>🙋♂️ OLÁ SEJA BEM VINDO(a)</b>\n\n"
msg2+="Compre Seu login ou Gere seu teste agora mesmo!"
ShellBot.editMessageText --chat_id "${id_chatuser}" --message_id "${callback_query_message_message_id[$id]}" \
--text "$(echo -e $msg2)" \
--reply_markup "$keyboard1" \
--parse_mode html
return 0
) &
return 0
}
# - Funcao criar ssh
criarteste() {
[[ $(grep -wc ${callback_query_from_id} lista) != '0' ]] && {
ShellBot.sendMessage --chat_id ${callback_query_message_chat_id} \
--text "VC JÁ CRIOU SEU TESTE HOJE!"
return 0
}
usuario=$(echo teste$(( RANDOM% + 250 )))
senha=$((RANDOM% + 99999))
limite='1'
tempo='6'
tuserdate=$(date '+%C%y/%m/%d' -d " +1 days")
if sshpass -p "$senha_server" ssh -o ConnectTimeout=2 -o StrictHostKeyChecking=no root@$ip_server echo "ok" 1>/dev/null 2>/dev/null; then
sshpass -p "$senha_server" ssh -o ConnectTimeout=2 -o StrictHostKeyChecking=no root@$ip_server << EOF
useradd -M -N -s /bin/false $usuario -e $tuserdate > /dev/null 2>&1
(echo "$senha";echo "$senha") | passwd $usuario > /dev/null 2>&1
echo "$senha" > /etc/SSHPlus/senha/$usuario
echo "$usuario $limite" >> /root/usuarios.db
echo "#!/bin/bash
pkill -f "$usuario"
userdel --force $usuario
grep -v ^$usuario[[:space:]] /root/usuarios.db > /tmp/ph ; cat /tmp/ph > /root/usuarios.db
rm /etc/SSHPlus/senha/$usuario > /dev/null 2>&1
rm -rf /etc/SSHPlus/userteste/$usuario.sh" > /etc/SSHPlus/userteste/$usuario.sh
chmod +x /etc/SSHPlus/userteste/$usuario.sh
at -f /etc/SSHPlus/userteste/$usuario.sh now + $tempo hour > /dev/null 2>&1
EOF
echo ${callback_query_from_id} >> lista
# - ENVIA O SSH
ShellBot.sendMessage --chat_id ${callback_query_message_chat_id} \
--text "$(echo -e "✅ <b>Teste Criado com sucesso!</b> ✅\n\nIP: $ip_server\nUSUÁRIO: <code>$usuario</code>\nSENHA: <code>$senha</code>\n\n⏳ Expira em: $tempo Horas")" \
--parse_mode html
return 0
else
ShellBot.sendMessage --chat_id ${callback_query_message_chat_id} \
--text "$(echo -e Erro Tente novamente Mais tarde!)" \
--parse_mode html
return 0
fi
}
# - funcao criar ssh pro
criar_ssh_premium() {
idtlg=$1
usuario=$(echo U$((RANDOM % +99999)))
senha=$(echo S$((RANDOM % +99999)))
limite=$2
tuserdate=$(date '+%C%y/%m/%d' -d " +30 days")
if sshpass -p "$senha_server" ssh -o ConnectTimeout=2 -o StrictHostKeyChecking=no root@$ip_server echo "ok" 1>/dev/null 2>/dev/null; then
sshpass -p "$senha_server" ssh -o ConnectTimeout=2 -o StrictHostKeyChecking=no root@$ip_server << EOF
useradd -M -N -s /bin/false $usuario -e $tuserdate > /dev/null 2>&1
(echo "$senha";echo "$senha") | passwd $usuario > /dev/null 2>&1
echo "$senha" > /etc/SSHPlus/senha/$usuario
echo "$usuario $limite" >> /root/usuarios.db
EOF
# - ENVIA O SSH
ShellBot.sendMessage --chat_id ${idtlg} \
--text "$(echo -e "✅ <b>Compra efetuada com sucesso</b> ✅\n\nIP: $ip_server\nUSUÁRIO: <code>$usuario</code>\nSENHA: <code>$senha</code>\nLimite: $limite\nExpira em: 30 Dias\n\n😄 Agradecemos a Preferencia!")" \
--parse_mode html
return 0
else
ShellBot.sendMessage --chat_id ${idtlg} \
--text "$(echo -e Erro Não foi possivel criar o login entre em contato com nosso suporte!)" \
--parse_mode html
return 0
fi
}
#informacoes usuario
infouser () {
ShellBot.sendMessage --chat_id ${message_chat_id[$id]} \
--text "$(echo -e "Nome: ${message_from_first_name[$(ShellBot.ListUpdates)]}\nUser: @${message_from_username[$(ShellBot.ListUpdates)]:-null}")\nID: ${message_from_id[$(ShellBot.ListUpdates)]} " \
--parse_mode html
return 0
}
unset botao1
botao1=''
ShellBot.InlineKeyboardButton --button 'botao1' --line 1 --text '🇧🇷 CRIAR TESTE 🇧🇷' --callback_data 'gerarssh'
ShellBot.InlineKeyboardButton --button 'botao1' --line 2 --text '🇧🇷 COMPRAR PRO 🇧🇷' --callback_data 'menucompra'
ShellBot.InlineKeyboardButton --button 'botao1' --line 3 --text '📲 BAIXAR APP 📲' --callback_data '2' --url "https://$dominio/apps/apk/app_s1.apk" # LINK APP
ShellBot.InlineKeyboardButton --button 'botao1' --line 4 --text '🧑🏼💻 SUPORTE 🧑🏼💻' --callback_data '3' --url 't.me/sshbrvpn' # LINK TELEGRAM
ShellBot.regHandleFunction --function criarteste --callback_data gerarssh
ShellBot.regHandleFunction --function menu_compra --callback_data menucompra
unset keyboard1
keyboard1="$(ShellBot.InlineKeyboardMarkup -b 'botao1')"
fun_menucompra() {
iduser="$1"
url1="https://$dominio/vendas/comprar.php?id=$iduser%26login=1"
url2="https://$dominio/vendas/comprar.php?id=$iduser%26login=2"
url3="https://$dominio/vendas/comprar.php?id=$iduser%26login=3"
botao2=''
ShellBot.InlineKeyboardButton --button 'botao2' --line 1 --text '1 LOGIN 10R$' --callback_data '1' --url "$url1"
ShellBot.InlineKeyboardButton --button 'botao2' --line 2 --text '2 LOGIN 15R$' --callback_data '2' --url "$url2"
ShellBot.InlineKeyboardButton --button 'botao2' --line 3 --text '3 LOGIN 20R$' --callback_data '3' --url "$url3"
keyboard2="$(ShellBot.InlineKeyboardMarkup -b 'botao2')"
}
while :; do
[[ "$(date +%d)" != "$(cat RESET)" ]] && {
echo $(date +%d) > RESET
echo ' ' > lista
}
[[ $(ls /var/www/html/vendas/_file_|wc -l) != '0' ]] && {
for idcp in $(ls /var/www/html/vendas/_file_); do
lim=$(cat /var/www/html/vendas/_file_/$idcp)
criar_ssh_premium $idcp $lim
rm /var/www/html/vendas/_file_/$idcp
sleep 3
done
}
ShellBot.getUpdates --limit 100 --offset $(ShellBot.OffsetNext) --timeout 20
for id in $(ShellBot.ListUpdates); do
(
ShellBot.watchHandle --callback_data ${callback_query_data[$id]}
comando=(${message_text[$id]})
[[ "${comando[0]}" = "/menu" || "${comando[0]}" = "/start" ]] && menu
[[ "${comando[0]}" = "/comprar" || "${comando[0]}" = "/teste" ]] && menu
[[ "${comando[0]}" = "/id" ]] && infouser
) &
done
done