├── README.md └── example ├── [完美] get_token_007_ast.ps1 ├── [完美] get_token_009_best.ps1 ├── data ├── beacon ├── data.csv ├── data_AST.csv ├── data_AST_Token.csv ├── example-001.ps1 ├── example-002.ps1 ├── example-003.ps1 ├── example-004.ps1 └── sneal_62c28 ├── get_ast_001.ps1 ├── get_ast_002.ps1 ├── get_ast_003---.ps1 ├── get_ast_003.ps1 ├── get_ast_004.ps1 ├── get_ast_005.ps1 ├── get_token_001.ps1 ├── get_token_002.ps1 ├── get_token_003.ps1 ├── get_token_004.ps1 ├── get_token_005.ps1 ├── get_token_006.ps1 ├── get_token_007_ast.ps1 ├── get_token_008_ast_char.ps1 └── get_token_009_best.ps1 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/README.md -------------------------------------------------------------------------------- /example/[完美] get_token_007_ast.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/[完美] get_token_007_ast.ps1 -------------------------------------------------------------------------------- /example/[完美] get_token_009_best.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/[完美] get_token_009_best.ps1 -------------------------------------------------------------------------------- /example/data/beacon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/data/beacon -------------------------------------------------------------------------------- /example/data/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/data/data.csv -------------------------------------------------------------------------------- /example/data/data_AST.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/data/data_AST.csv -------------------------------------------------------------------------------- /example/data/data_AST_Token.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/data/data_AST_Token.csv -------------------------------------------------------------------------------- /example/data/example-001.ps1: -------------------------------------------------------------------------------- 1 | $a = 1 2 | -------------------------------------------------------------------------------- /example/data/example-002.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/data/example-002.ps1 -------------------------------------------------------------------------------- /example/data/example-003.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/data/example-003.ps1 -------------------------------------------------------------------------------- /example/data/example-004.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/data/example-004.ps1 -------------------------------------------------------------------------------- /example/data/sneal_62c28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/data/sneal_62c28 -------------------------------------------------------------------------------- /example/get_ast_001.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_ast_001.ps1 -------------------------------------------------------------------------------- /example/get_ast_002.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_ast_002.ps1 -------------------------------------------------------------------------------- /example/get_ast_003---.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_ast_003---.ps1 -------------------------------------------------------------------------------- /example/get_ast_003.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_ast_003.ps1 -------------------------------------------------------------------------------- /example/get_ast_004.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_ast_004.ps1 -------------------------------------------------------------------------------- /example/get_ast_005.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_ast_005.ps1 -------------------------------------------------------------------------------- /example/get_token_001.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_token_001.ps1 -------------------------------------------------------------------------------- /example/get_token_002.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_token_002.ps1 -------------------------------------------------------------------------------- /example/get_token_003.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_token_003.ps1 -------------------------------------------------------------------------------- /example/get_token_004.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_token_004.ps1 -------------------------------------------------------------------------------- /example/get_token_005.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_token_005.ps1 -------------------------------------------------------------------------------- /example/get_token_006.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_token_006.ps1 -------------------------------------------------------------------------------- /example/get_token_007_ast.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_token_007_ast.ps1 -------------------------------------------------------------------------------- /example/get_token_008_ast_char.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_token_008_ast_char.ps1 -------------------------------------------------------------------------------- /example/get_token_009_best.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/PowershellDetect/HEAD/example/get_token_009_best.ps1 --------------------------------------------------------------------------------