This website requires JavaScript.
Explore
Help
Sign In
tTh
/
DD2-monitor
Watch
1
Star
0
Fork
You've already forked DD2-monitor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
96a2d85f55
DD2-monitor
/
influxdb
/
injecteur.pl
12 lines
96 B
Perl
Raw
Normal View
History
Unescape
Escape
on va essayer influxdb avec un injecteur en Perl
2018-12-11 17:46:27 +01:00
#!/usr/bin/perl
use
strict
;
influxdb : c'est pas de la tarte
2019-01-03 18:23:34 +01:00
$
host
=
"localhost"
;
$
port
=
8086
;
on va essayer influxdb avec un injecteur en Perl
2018-12-11 17:46:27 +01:00
print
"injecteur v 0\n"
;
serial : a small test main()
2018-12-12 20:07:49 +01:00
0
;