Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Targets - Advanced IP Scanner and Advanced Port Scanner #999

Merged
merged 2 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/
Loading