Update screenshotBOF.cna
This commit is contained in:
parent
4f66ef6b8e
commit
263b680944
|
@ -7,7 +7,11 @@ beacon_command_register(
|
||||||
|
|
||||||
alias screenshot_bof {
|
alias screenshot_bof {
|
||||||
local('$barch $handle $data $args $target_pid');
|
local('$barch $handle $data $args $target_pid');
|
||||||
println(@_);
|
if (size(@_) != 2)
|
||||||
|
{
|
||||||
|
berror($1, "Please specify a filename. e.g. screenshot_bof screen.bmp");
|
||||||
|
return;
|
||||||
|
}
|
||||||
# figure out the arch of this session
|
# figure out the arch of this session
|
||||||
$barch = barch($1);
|
$barch = barch($1);
|
||||||
# read in the right BOF file
|
# read in the right BOF file
|
||||||
|
|
Loading…
Reference in New Issue