nccfsas
Information released publicly by NCC Group's Full Spectrum Attack Simulation (FSAS) team.
File Explorer
Download Latest Version (.zip)- beacon.h
- bof.c
- bof.vcxproj
- bof.vcxproj.filters
- README.md
- hello.cna
- .gitattributes
- .gitignore
- bof.sln
- README.md
- mspack.x64.dll
- mspack.x86.dll
- oab-parse.py
- README.md
- requirements.txt
- AssemblyInfo.cs
- Kernel32.cs
- Netapi32.cs
- Program.cs
- SharpZeroLogon.csproj
- README.md
- SharpZeroLogon.sln
- Inveigh.txt
- Seatbelt.txt
- AssemblyInfo.cs
- .gitattributes
- .gitignore
- AclHelper.cs
- App.config
- clsLDAP.cs
- clsModSig.cs
- clsOutlook.cs
- Crypto.cs
- FodyWeavers.xml
- FodyWeavers.xsd
- HTTP.cs
- HTTPCap.cs
- NTLM.cs
- packages.config
- Program.cs
- README.md
- Sigwhatever.csproj
- Sigwhatever.sln
- TCPHTTP.cs
- TCPHTTPCap.cs
- Util.cs
- SpoolTrigger.x64.dll
- SpoolTrigger.x86.dll
- spoolsystem.cna
- dllmain.cpp
- ms-rprn.idl
- ms-rprn_c.c
- ms-rprn_h.h
- ms-rprn_s.c
- patch.h
- ReflectiveDllInjection.h
- ReflectiveLoader.cpp
- ReflectiveLoader.h
- SpoolTrigger.vcxproj
- SpoolTrigger.vcxproj.filters
- .gitattributes
- .gitignore
- Readme.md
- spoolsystem.gif
- SpoolTrigger.sln
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- .gitignore
- App.config
- App.xaml
- App.xaml.cs
- blacksquare.ico
- clrcode.cs
- clsCode.cs
- Code.xaml
- Code.xaml.cs
- Home.xaml
- Home.xaml.cs
- MainWindow.xaml
- MainWindow.xaml.cs
- packages.config
- README.md
- Squeak.csproj
- Squeak.sln
- .gitignore
- README.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/nccgroup/nccfsas
Downloads the entire project code from GitHub to your computer.
cd nccfsas
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd Tools/SharpZeroLogon
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Python
EasyPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
pip install -r Tools/oab-parse/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
