18%
09.04.2019
. The command
> msfpayload windows/exec CMD="cmd /k calc" EXITFUNC=thread C | sed '1,6d;s/[";]//g;s/\\/,0/g' | tr -d '\n' | cut -c2-
would format the parameter value for -ShellCode correctly in the example here
18%
05.09.2011
can see how the arp cache poisoning works:
$ sudo nemesis arp -v -r -d eth0 -S 192.168.1.2 \
-D 192.168.1.133 -h 00:22:6E:71:04:BB -m 00:0C:29:B2:78:9E \
-H 00:22:6E:71:04:BB -M 00:0C:29:B2:78:9E
18%
28.08.2013
). The latest version of the tools patches a specific version of coreutils, coreutils-7.6
, which is a little old; however, maybe enough interest will get them to update the coreutils version.
To use Mutil, you
18%
14.11.2013
are usually overwhelmed by configuration options, the Bareos project offers package repositories for popular Linux distributions and Windows [3]. For Windows, additional packages for the OPSI [4] software
18%
04.04.2023
in their specific variables.
Tip 3: Logging
Ansible comes with a default logger for the command line. Although it basically works well, it is sometimes a bit chatty. Especially after running many Ansible statements
18%
03.02.2022
1: +DP-2-2 1080/510x1920/287+0+0 DP-2-2
2: +DP-2-3 1920/598x1080/336+1080+0 DP-2-3
You can use xrandr -q to see which modes the individual devices support. You can then set the desired mode
17%
19.12.2012
has the following specifications:
4 cores at 3.8GHz (turbo to 4.2GHz)
4MB L2 cache
384 Radeon cores
800MHz GPU clock speed
DDR3 1866MHz memory
100W
Putting both the CPU
17%
28.11.2021
.
Figure 1: Microsoft is working on its own GUI solution that translates Wayland and X11 apps to RDP [3]. © devblogs.microsoft.com
Even without installing an Insider version, you do not have to do
17%
03.12.2015
.
The recommendation for a production environment with high availability would then include six (+n
) physical servers (two openQRM servers, two storage hosts, and two virtualization hosts). Linux is used
17%
13.02.2017
"name = '$drucker'";
$status = $ObjWMI.Printer.Status
switch ($status) {
"3" {"Printer is ready"}
"4" {Printer working"}
"5" {"Printer starting up"}
"6" {"Print job finished"}
"7" {"Printer is offline