Skip to content

Commit

Permalink
New Targets - Advanced IP Scanner and Advanced Port Scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
reece394 authored Dec 7, 2024
1 parent 069d57b commit 335c67d
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

Check warning on line 28 in Targets/Apps/AdvancedIPScanner.tkape

View workflow job for this annotation

GitHub Actions / lintAllTheThings

28:1 [comments-indentation] comment not indented like content
# 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/

Check failure on line 31 in Targets/Apps/AdvancedIPScanner.tkape

View workflow job for this annotation

GitHub Actions / lintAllTheThings

31:39 [new-line-at-end-of-file] no new line character at the end of file
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

Check warning on line 28 in Targets/Apps/AdvancedPortScanner.tkape

View workflow job for this annotation

GitHub Actions / lintAllTheThings

28:1 [comments-indentation] comment not indented like content
# 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/

Check failure on line 31 in Targets/Apps/AdvancedPortScanner.tkape

View workflow job for this annotation

GitHub Actions / lintAllTheThings

31:41 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 335c67d

Please sign in to comment.