MCPcopy Create free account

hub / github.com/Arvanaghi/CheckPlease / functions

Functions87 in github.com/Arvanaghi/CheckPlease

↓ 2 callersFunctionencryption_padding
(data_to_pad, padding_letter=4)
Multi-Language Support/Delay-Analysis/bruteforce.py:79
↓ 2 callersFunctiongetNTPTime
()
Python/sleep_acceleration.py:14
↓ 2 callersFunctiongetNTPTime
()
Go/checkplease.go:304
↓ 2 callersFunctiongetNTPTime
()
Go/sleep_acceleration.go:19
↓ 2 callersFunctiongetNTPTime
()
Ruby/sleep_acceleration.rb:10
↓ 2 callersFunctiongetPoint
()
Ruby/cursor_position.rb:15
↓ 2 callersFunctionrandomKey
Returns a random string/key of "b" characters in length, defaults to 32
Multi-Language Support/Delay-Analysis/bruteforce.py:87
↓ 2 callersFunctionrandomNumbers
Returns a random string/key of "b" characters in length, defaults to 7
Multi-Language Support/Delay-Analysis/bruteforce.py:93
↓ 1 callersFunctioncreate_cli_parser
()
Multi-Language Support/Delay-Analysis/bruteforce.py:46
FunctionClickTracker
ClickTracker Waits until N mouse clicks occur before executing (default: 10), Go
Go/checkplease.go:115
FunctionCurrentFileName
CurrentFileName Ensures the current file name is as expected, returns true if in a vm
Go/checkplease.go:132
FunctionCursorPos
CursorPos Checks if cursor is in same position after sleeping N seconds (default: 20 min), returns true if in a vm
Go/checkplease.go:141
FunctionDateTrigger
DateTrigger Waits until a user-defined date to execute
Go/checkplease.go:160
FunctionDetectDebugging
DetectDebugging checks if process is currently being debugged, returns a bool if detected
Go/checkplease.go:175
FunctionDiskSize
DiskSize Minimum disk size checker, takes a varriable disk size and returns a bool if the disk is at least that big
Go/checkplease.go:190
FunctionFilePathChecker
FilePathChecker Filepath existence checker returns a bool if it detects any of these drivers or dlls (related to common virtualization platforms)
Go/checkplease.go:210
MethodGetNTPTime
()
C#/sleep_acceleration.cs:18
FunctionGetSleepTime
GetSleepTime Go sleep acceleration checker via NTP cluster queries
Go/checkplease.go:323
FunctionMACAddress
MACAddress checker, returns a bool if it detects a common mac address
Go/checkplease.go:243
MethodMain
(string[] args)
C#/hostname.cs:7
MethodMain
(string[] args)
C#/mac_address.cs:16
MethodMain
(string[] args)
C#/UTC_time_zone.cs:12
MethodMain
(string[] args)
C#/filepath_existence.cs:14
MethodMain
(string[] args)
C#/sleep_acceleration.cs:37
MethodMain
(string[] args)
C#/usb.cs:13
MethodMain
(string[] args)
C#/registry.cs:17
MethodMain
(string[] args)
C#/domain.cs:14
MethodMain
(string[] args)
C#/username.cs:7
MethodMain
(string[] args)
C#/minimum_num_browsers.cs:13
MethodMain
(string[] args)
C#/processors.cs:7
MethodMain
(string[] args)
C#/detect_debugging.cs:12
FunctionMinRunningProcs
MinRunningProcs Ensures there are more than N processes currently running on the system, returns a bool based on if this many are running
Go/checkplease.go:275
FunctionProcessNames
ProcessNames Checks all loaded process names, returns false if in a vm
Go/checkplease.go:71
FunctionProcessorCheck
ProcessorCheck takes a number of processors and returns a bool if that number exists
Go/checkplease.go:356
FunctionRAMCheck
RAMCheck checks to see if the host hast at least 1GB of RAM allocated then returns this bool
Go/checkplease.go:262
FunctionTimezoneUTC
TimezoneUTC checks if time zone is Coordinated Universal Time (UTC), returns true if in a vm
Go/checkplease.go:106
FunctionUSBCheck
USBCheck Minimum number of USB devices ever mounted, takes a user supplied int64 and returns a bool if at least that many usbs have been entered
Go/checkplease.go:341
Methodclone
(&self)
Rust/mac_address.rs:32
Methodclone
(&self)
Rust/UTC_time_zone.rs:37
Functionconstrained_aes
Generates a constrained AES key which is later brute forced in a loop
Multi-Language Support/Delay-Analysis/bruteforce.py:14
Functionmain
()
Rust/hostname.rs:29
Functionmain
()
Rust/ram.rs:42
Functionmain
()
Rust/processors.rs:47
Functionmain
()
Rust/mac_address.rs:104
Functionmain
()
Rust/filepath_existence.rs:29
Functionmain
()
Rust/UTC_time_zone.rs:59
Functionmain
()
Rust/minimum_num_running_processes.rs:31
Functionmain
()
Rust/registry.rs:65
Functionmain
()
Rust/username.rs:30
Functionmain
()
Rust/check_all_DLL_names.rs:46
Functionmain
()
Rust/check_all_process_names.rs:53
Functionmain
()
Rust/file_name_hash/src/main.rs:20
Functionmain
()
Go/hostname.go:9
Functionmain
()
Go/minimum_num_browsers.go:15
Functionmain
()
Go/mac_address.go:16
Functionmain
()
Go/disk_size.go:18
Functionmain
()
Go/cursor_position.go:28
Functionmain
()
Go/UTC_time_zone.go:15
Functionmain
()
Go/username.go:10
Functionmain
()
Go/usb.go:17
Functionmain
()
Go/processors.go:10
Functionmain
()
Go/check_all_process_names.go:39
Functionmain
()
Go/detect_debugging.go:15
Functionmain
()
Go/current_file_name.go:16
Functionmain
()
Go/ram.go:28
Functionmain
()
Go/minimum_num_running_processes.go:39
Functionmain
()
Go/filepath_existence.go:15
Functionmain
()
Go/sleep_acceleration.go:36
Functionmain
()
Go/date_trigger.go:16
Functionmain
()
Go/user_prompt.go:17
Functionmain
()
Go/registry.go:17
Functionmain
()
Go/click_tracker.go:22
Functionmain
C/check_all_DLL_names.c:16
Functionmain
C/ram.c:11
Functionmain
C/mac_address.c:14
Functionmain
C/prevent_debugging.c:12
Functionmain
C/UTC_time_zone.c:11
Functionmain
C/minimum_num_running_processes.c:13
Functionmain
C/usb.c:11
Functionmain
C/processors.c:11
Functionmain
C/detect_debugging.c:12
Functionmain
C/filepath_existence.c:16
Functionmain
C/registry.c:13
FunctionrandomString
Returns a random string of "length" characters. If no length is specified, resulting string is in between 6 and 15 characters.
Multi-Language Support/Delay-Analysis/bruteforce.py:104
Functionwmain
C/username.c:11
Functionwmain
Main
C/check_all_process_names.c:17
Functionwmain
C/hostname.c:11