
Ярослав
30.07.2018
20:46:57

Роман
30.07.2018
20:47:41

Ярослав
30.07.2018
20:48:09
Так опытные вебхучные ботоделы - могу ли делать вебхук на подобную ссылку? bots.bots.ru/bot121
Я просто хочу подвесить очень много вебхуков на один сервер

Google

xxx
30.07.2018
20:48:53

Роман
30.07.2018
20:49:19
???
Добавь await и будет счастье. Но лучше научись промисами пользоваться.

xxx
30.07.2018
20:49:49
?

Роман
30.07.2018
20:50:42

xxx
30.07.2018
20:52:32

Ярослав
30.07.2018
20:53:38

Роман
30.07.2018
20:54:41

Vitaly
30.07.2018
20:54:44

Ярослав
30.07.2018
20:55:53

Роман
30.07.2018
20:59:57

Vitaly
30.07.2018
21:03:41
https://bots.bots.ru/bot121 - да
http://bots.bots.ru/bot121 - нет

Google

Ярослав
30.07.2018
21:04:52
просто передаю сертификат - и чтобы он пытался

marchwinks
30.07.2018
21:11:06

Ярослав
30.07.2018
21:11:29

marchwinks
30.07.2018
21:12:16

Ярослав
30.07.2018
21:12:41
?
ну var, let и т.д. джс же?

marchwinks
30.07.2018
21:12:48
да

Ярослав
30.07.2018
21:13:26

ivan
30.07.2018
21:14:24
Почти то же, что и var

Daviday
30.07.2018
21:14:41
Есть тут, кто пишет на Java Script?

marchwinks
30.07.2018
21:14:44

ivan
30.07.2018
21:15:23
Вот не помню, чем оно от var отличается
Так что-то с областью видимости связано

marchwinks
30.07.2018
21:15:30
let x = "Буква Ы" ;

Роман
30.07.2018
21:18:47

marchwinks
30.07.2018
21:21:11
Language:
js
Source:
function a() {
if (true) {
var b = 1;
}
return b;
}
console.log(a());
Result:
1

Ярослав
30.07.2018
21:33:09
Language:
js
Source:
function a() {
if (true) {
let b = 1;
}
return b;
}
console.log(a());
Errors:
source_file.js:3
let b = 1;
^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:374:25)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3
еее сломал джс

Vitaly
30.07.2018
21:40:49
var не нужен, есть const, ну на крайняк let

Роман
30.07.2018
22:07:52
Language:
js
Source:
while(true){Math.random()}
Errors:
Kill signal (SIGKILL)

Victor
30.07.2018
22:13:20
Подскажите плз, где найти инфо по подключению liqpay к telegram api, есть ли такое?..

Google

Дмитрий
30.07.2018
22:18:13

Роман
30.07.2018
22:18:54
Можно каталоги читать. Мне кажется это не очень хорошо. ?

Дмитрий
30.07.2018
22:19:04
Language:
js
Source:
console.log(require('fs').readdirSync('/home/ren'))
Result:
[ '.bash_history',
'.bash_logout',
'.bashrc',
'.cache',
'.cargo',
'.config',
'.dotnet',
'.gnupg',
'.kotlin_history',
'.local',
'.multirust',
'.node_repl_history',
'.npm',
'.nuget',
'.oracle_jre_usage',
'.profile',
'.python_history',
'.rustup',
'.scala_history',
'.sdkman',
'.selected_editor',
'.subversion',
'.sudo_as_admin_successful',
'.swipl-dir-history',
'.vim',
'.viminfo',
'.wget-hsts',
'.zshrc',
'StatsRecorderLin',
'deb-multimedia-keyring.deb',
'last_reboot.txt',
'mr_cleaner.py',
'mr_killer.py',
'mr_sos.py',
'node_modules',
'out.txt',
'scala-2.11.7',
'swift-3.0.2-RELEASE-ubuntu16.04' ]
Ой))

Роман
30.07.2018
22:19:18
Ага.

@LyoSU
30.07.2018
22:20:26


Sergey
30.07.2018
22:22:48
Language:
js
Source:
console.log(require('fs').readdirSync('/home/ren'))
Result:
[ '.bash_history',
'.bash_logout',
'.bashrc',
'.cache',
'.cargo',
'.config',
'.dotnet',
'.gnupg',
'.kotlin_history',
'.local',
'.multirust',
'.node_repl_history',
'.npm',
'.nuget',
'.oracle_jre_usage',
'.profile',
'.python_history',
'.rustup',
'.scala_history',
'.sdkman',
'.selected_editor',
'.subversion',
'.sudo_as_admin_successful',
'.swipl-dir-history',
'.vim',
'.viminfo',
'.wget-hsts',
'.zshrc',
'StatsRecorderLin',
'deb-multimedia-keyring.deb',
'last_reboot.txt',
'mr_cleaner.py',
'mr_killer.py',
'mr_sos.py',
'node_modules',
'out.txt',
'scala-2.11.7',
'swift-3.0.2-RELEASE-ubuntu16.04' ]
Можно ещё попробовать child_process.exec
Хотя там права могут быть ограничены


@LyoSU
30.07.2018
22:24:22
Language:
js
Source:
console.log(require('fs').readdirSync('/home/ren'))
Result:
[ '.bash_history',
'.bash_logout',
'.bashrc',
'.cache',
'.cargo',
'.config',
'.dotnet',
'.gnupg',
'.kotlin_history',
'.local',
'.multirust',
'.node_repl_history',
'.npm',
'.nuget',
'.oracle_jre_usage',
'.profile',
'.python_history',
'.rustup',
'.scala_history',
'.sdkman',
'.selected_editor',
'.subversion',
'.sudo_as_admin_successful',
'.swipl-dir-history',
'.vim',
'.viminfo',
'.wget-hsts',
'.zshrc',
'StatsRecorderLin',
'deb-multimedia-keyring.deb',
'last_reboot.txt',
'mr_cleaner.py',
'mr_killer.py',
'mr_sos.py',
'node_modules',
'out.txt',
'scala-2.11.7',
'swift-3.0.2-RELEASE-ubuntu16.04' ]
Почему они не выполняют код как то в изолированной среде ?


Роман
30.07.2018
22:24:26
Language:
js
Source:
console.log(require('fs').readFileSync('/home/ren/out.txt').toString());
Result:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><DoWorkResponse xmlns="http://rextester.com/"><DoWorkResult><Errors /><IsOutputCompressed>false</IsOutputCompressed><Output_Bytes>SABlAGwAbABvACwAIAB3AG8AcgBsAGQAIQAKAA==</Output_Bytes><Stats>Absolute running time: 0.15 sec, cpu time: 0.1 sec, memory peak: 4 Mb</Stats><Exit_Status>Exit code: 0 (see 'man 7 signal' for explanation)</Exit_Status><Exit_Code>0</Exit_Code></DoWorkResult></DoWorkResponse></soap:Body></soap:Envelope>

Daviday
30.07.2018
22:24:39
Есть тут, кто пишет на Java Script?

Роман
30.07.2018
22:25:09

Дмитрий
30.07.2018
22:25:14

Daviday
30.07.2018
22:25:30
Точно
??


3bl3gamer
30.07.2018
22:29:42
а чего на ЖСе-то? он ж баш умеет
Language:
bash
Source:
ls
Result:
~
0
1619232964
1723330253
1826465566
1912792607
327695370
726991540
~8
abc.txt
C:\program.txt
f1
h
h311o_fr0m_Яuss1an
h3llo_fr0m_Яuss1an
h3llo_fr0m_Яuss1an_
h3llo_fr0m_Яuss1an_xa
h3llo_fr0m_Яuss1an_xac
h3llo_fr0m_Яuss1an_xac4
h3llo_fr0m_Яuss1an_xack
h3llo_fr0m_Яuss1an_xackers
h3llo_fr0m_Яuss1an_xackes
h3llo_fr0m_Яuss1an_xackeгs
h3llo_fr0m_Яuss1an_xckeгs
h3llo_fr0m_Яuss1an_x@ckeгs
happy_birthday_waggle.txt
he11_from
he11o_fr0m
he11o_fr0m_
he11o_fr0m_Я
he11o_fr0m_Яuss
he11o_fr0m_Яuss1
he11o_fr0m_Яuss1an
he11o_frm
he11o_from
hell0_from
hello_
hello_from
hello_from_russian_hackers
l2wd_interface_bundles_crit.txt
logip.html
myfile.txt
mytext.txt
one.txt
path
sample.txt
see.sh
some.sh
testfile
test_lokesh.tcl
test.tcl
test.txt
textfile.txt
userCreation.log
vita
yas.txt

Роман
30.07.2018
22:30:11
Эх, походу там и от рута всё.

Google

3bl3gamer
30.07.2018
22:30:12
D:

Admin
ERROR: S client not available

Дмитрий
30.07.2018
22:30:27
Я гляжу мы не первые

Sergey
30.07.2018
22:31:11
Language:
bash
Source:
history

Alex
30.07.2018
22:32:11

@LyoSU
30.07.2018
22:32:46
Было бы от рута, сломали бы уже

Роман
30.07.2018
22:32:50
нет
Понял уже. Каталоги читать даёт, а файлы нет.

Alex
30.07.2018
22:33:18
там под www-data вроде работает оно, когда то ковырял его уже

?
30.07.2018
22:34:54

Sergey
30.07.2018
22:39:53

@LyoSU
30.07.2018
22:40:00

Дмитрий
30.07.2018
22:40:39

Rocket
30.07.2018
22:40:39
Я очень удивлюсь если это не докер. ??♂️

Дмитрий
30.07.2018
22:40:48
process.exit(1)

Sergey
30.07.2018
22:40:58

Дмитрий
30.07.2018
22:41:04
ААА

Роман
30.07.2018
22:41:05

Дмитрий
30.07.2018
22:41:07
Лол))

Rocket
30.07.2018
22:41:56
А wget/curl пробовали?

Роман
30.07.2018
22:42:33
Language:
bash
Source:
wget http://ip.xss.myip.ru/
Errors:
--2018-07-31 00:42:28-- http://ip.xss.myip.ru/
Resolving ip.xss.myip.ru (ip.xss.myip.ru)... failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘ip.xss.myip.ru’

Google

@LyoSU
30.07.2018
22:43:14

Rocket
30.07.2018
22:43:18
Значит ничего не запустить.

Sergey
30.07.2018
22:43:39

Rocket
30.07.2018
22:43:51
А wget https://api.telegram.org ?

Ruslan
30.07.2018
22:43:54
хацкеры

3bl3gamer
30.07.2018
22:44:07
Language:
bash
Source:
uname -a
Result:
Linux lvps83-169-3-96.dedicated.hosteurope.de 4.4.0-042stab127.2 #1 SMP Thu Jan 4 16:41:44 MSK 2018 x86_64 x86_64 x86_64 GNU/Linux

Роман
30.07.2018
22:45:47

3bl3gamer
30.07.2018
22:47:37
да, яндекс по айпи открывает

Alex
30.07.2018
22:47:39


Роман
30.07.2018
22:49:29
Language:
bash
Source:
cat /proc/cpuinfo | grep 'model name'
Result:
model name : Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz
model name : Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz
model name : Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz
model name : Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz