Skip to content

.NET miscellaneous protocol library meant for infosec testing/defense.

License

Notifications You must be signed in to change notification settings

Kevin-Robertson/Quiddity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quiddity

Quiddity is a work in progress C# miscellaneous protocol library meant for infosec testing/defense. The library contains classes for packet segment structures, protocol functions, and listeners. This library is currently being developed as part of Inveigh and other, unreleased projects. It's likely to go through major changes.

Example Usage

LLMNR Listener

LLMNRListener llmnrListener = new LLMNRListener();
llmnrListener.Start(listenerIP, replyIPv4, replyIPv6);

Parse SMB2 Header

SMB2Header smb2Header = new SMB2Header(byteArray);
Console.WriteLine(smb2Header.Command); // output SMB2 command type of parsed header

About

.NET miscellaneous protocol library meant for infosec testing/defense.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages