From 335c67da71931209b137df91d9d31806faeea0ac Mon Sep 17 00:00:00 2001 From: reece394 <31659691+reece394@users.noreply.github.com> Date: Sat, 7 Dec 2024 21:09:56 +0000 Subject: [PATCH] New Targets - Advanced IP Scanner and Advanced Port Scanner --- Targets/Apps/AdvancedIPScanner.tkape | 31 ++++++++++++++++++++++++++ Targets/Apps/AdvancedPortScanner.tkape | 31 ++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 Targets/Apps/AdvancedIPScanner.tkape create mode 100644 Targets/Apps/AdvancedPortScanner.tkape diff --git a/Targets/Apps/AdvancedIPScanner.tkape b/Targets/Apps/AdvancedIPScanner.tkape new file mode 100644 index 000000000..431a96111 --- /dev/null +++ b/Targets/Apps/AdvancedIPScanner.tkape @@ -0,0 +1,31 @@ +Description: Advanced IP Scanner Artifacts +Author: Reece394 +Version: 1.0 +Id: 6b103fca-428f-45a7-a62e-18314d4562d7 +RecreateDirectories: true +Targets: + - + Name: Advanced IP Scanner Aliases + Category: Apps + Path: C:\ + FileMask: 'advanced_ip_scanner_Aliases.bin' + Recursive: true + + - + Name: Advanced IP Scanner Comments + Category: Apps + Path: C:\ + FileMask: 'advanced_ip_scanner_Comments.bin' + Recursive: true + + - + Name: Advanced IP Scanner MAC + Category: Apps + Path: C:\ + FileMask: 'advanced_ip_scanner_MAC.bin' + Recursive: true + +# Documentation +# Advanced IP Scanner is a scanning tool commonly leveraged by threat actors. +# After closing the program it writes three files the most important of which is advanced_ip_scanner_MAC.bin which contains a list of IPs and System Names the Program Scanned. +# https://www.advanced-ip-scanner.com/ \ No newline at end of file diff --git a/Targets/Apps/AdvancedPortScanner.tkape b/Targets/Apps/AdvancedPortScanner.tkape new file mode 100644 index 000000000..cbc9c7017 --- /dev/null +++ b/Targets/Apps/AdvancedPortScanner.tkape @@ -0,0 +1,31 @@ +Description: Advanced Port Scanner Artifacts +Author: Reece394 +Version: 1.0 +Id: 234332ea-77ca-4169-84ac-da28069fff84 +RecreateDirectories: true +Targets: + - + Name: Advanced Port Scanner Aliases + Category: Apps + Path: C:\ + FileMask: 'advanced_port_scanner_Aliases.bin' + Recursive: true + + - + Name: Advanced Port Scanner Comments + Category: Apps + Path: C:\ + FileMask: 'advanced_port_scanner_Comments.bin' + Recursive: true + + - + Name: Advanced Port Scanner MAC + Category: Apps + Path: C:\ + FileMask: 'advanced_port_scanner_MAC.bin' + Recursive: true + +# Documentation +# Advanced Port Scanner is a scanning tool commonly leveraged by threat actors. +# After closing the program it writes three files the most important of which is advanced_port_scanner_MAC.bin which contains a list of IPs and System Names the Program Scanned. +# https://www.advanced-port-scanner.com/ \ No newline at end of file