├── Cryptor └── Cryptor.go ├── Loader └── Loader.go ├── README.md ├── ScareCrow.go ├── Screenshots ├── File_Attributes.png ├── PreRefreshed_Dlls.png ├── Refreshed_Dlls.png └── ScareCrow.png ├── Struct └── Struct.go ├── Utils └── Utils.go ├── go.mod ├── go.sum ├── limelighter └── limelighter.go └── main.json /Cryptor/Cryptor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/Cryptor/Cryptor.go -------------------------------------------------------------------------------- /Loader/Loader.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/Loader/Loader.go -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/README.md -------------------------------------------------------------------------------- /ScareCrow.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/ScareCrow.go -------------------------------------------------------------------------------- /Screenshots/File_Attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/Screenshots/File_Attributes.png -------------------------------------------------------------------------------- /Screenshots/PreRefreshed_Dlls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/Screenshots/PreRefreshed_Dlls.png -------------------------------------------------------------------------------- /Screenshots/Refreshed_Dlls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/Screenshots/Refreshed_Dlls.png -------------------------------------------------------------------------------- /Screenshots/ScareCrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/Screenshots/ScareCrow.png -------------------------------------------------------------------------------- /Struct/Struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/Struct/Struct.go -------------------------------------------------------------------------------- /Utils/Utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/Utils/Utils.go -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/go.sum -------------------------------------------------------------------------------- /limelighter/limelighter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/limelighter/limelighter.go -------------------------------------------------------------------------------- /main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayCTF/ScareCrow/HEAD/main.json --------------------------------------------------------------------------------