100%
04.12.2024
Rubén Llorente ... vm_id = 100
08 }
09
10 network_device {
11 model = "virtio"
12 bridge = "vmbr0"
13 }
14
15 depends_on = [
16 proxmox_virtual_environment_file.rproxy_cloud_config,
17 proxmox
78%
01.06.2024
Rubén Llorente ... .operationalsecurity.es
09 tags: [devuan]
10 rocky:
11 user: root
12 host: rocky.operationalsecurity.es
13 tags: [rocky]
14 openbsd:
15 user: root
16 host: openbsd.operationalsecurity.es
17
70%
01.08.2019
and "closed" in line and "preauth" in line:
06 srcIP=line.split()[8]
07 print(srcIP)
08 raiseAlert(relay)
09 sendAlert(args.server, srcIP)
10
11 line=iptablesFile.readline()
12 ... 52
70%
01.08.2019
CREATED SIZE
nginx f09fe80eb0e7 12 days ago 109MB
nginx latest 35640fed495c 12 days ago 109MB
Backdoor Access
Considering how well Docker Scan handled ... 52
69%
01.08.2019
/docker-registry
$ htpasswd -Bbn oliver T0Ps3crEt | sudo tee /etc/docker-registry/htpasswd
oliver:$2y$05$lAmkjHRcR0.TK52/rHR/Pe86AGZqpRleXenHVT/eabFe8He5UZiPu
$ docker run -p 5000:5000 --name registry -v /etc ... 52
69%
01.08.2019
_path": "/var/log/osquery",
07 "disable_logging": "false",
08 "schedule_splay_percent": 10
09 },
10 "schedule": {
11 "osquery_profile": {
12 "query": "SELECT * FROM osquery_info;",
13 ... 52
69%
01.08.2019
away from Python 2 and on to Python 3 pretty quickly, because, as the Python wiki [12] says, "Python 2.x is legacy, Python 3.x is the present and future of the language.") The Pyrex language is used ... 52
19%
09.04.2019
in mv
ubuntu@aws:~/slow-mv$ strace -t mv 3GB.copy 3GB
19:00:09 execve("/bin/mv", ["mv", "3GB.copy", "3GB"], 0x7ffd0e7dddf8 /* 21 vars */) = 0
19:00:09 brk(NULL) = 0x55cd7d1ce000
19%
10.06.2015
"} )
09
10 # force called programs to english output
11 LANG=C LC_ALL=C
12
13 function die {
14 echo 1>&2 "$*"
15 exit 10
16 }
17
18 function get_display_resolution {
19 local find_display="$1
19%
11.06.2014
_auth;
04
05 group server => "hercules", "sugar";
06
07 desc "Get the uptime of all servers";
08
09 task "uptime", group => "server", sub {
10 my $output = run "uptime";
11 say $output;
12 }
You might