Skip to content

Commit

Permalink
Merge pull request #999 from reece394/master
Browse files Browse the repository at this point in the history
New Targets - Advanced IP Scanner and Advanced Port Scanner
  • Loading branch information
AndrewRathbun authored Dec 7, 2024
2 parents 069d57b + 0a0036f commit 7836305
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Targets/Apps/AdvancedIPScanner.tkape
Original file line number Diff line number Diff line change
@@ -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/
31 changes: 31 additions & 0 deletions Targets/Apps/AdvancedPortScanner.tkape
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 7836305

Please sign in to comment.