Here are
35 public repositories
matching this topic...
PingCastle - Get Active Directory Security at 80% in 20% of the time
Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe
Updated
Feb 21, 2022
Makefile
Windows Secure Shell Client With Support For Smart Cards & Certificates
List of curated frameworks by the **Game Development in Rust** community.
Dotmil subdomain discovery tool that scrapes domains from official DoD website directories and certificate transparency logs
SourcePawn Scripting Engine for Half-Life 1 based games
co-create and grow GEOINT standards transparenlty
Updated
Dec 13, 2021
HTML
面向对象与多线程课程 Database of Documents
Updated
Nov 27, 2020
Java
Updated
Jan 26, 2022
Pawn
GAMECHANGER Machine Learning Repo
Updated
Feb 21, 2022
Python
Puppet module that hardens Windows Server to DoD STIG compliance
Updated
Sep 11, 2019
Puppet
GAMECHANGER Policy Analytics Site Crawlers
Updated
Feb 22, 2022
Python
3D GIS simulation of UGM-133 Trident II D-5 ballistic missile MIRV payload detonation
Updated
Mar 31, 2021
JavaScript
DEM of Difference - Old Matlab Version of GCD (geomorphic change detection software)
Updated
Apr 3, 2018
MATLAB
My personal SCRUM setup, including templates, DoR & DoD.
Updated
Apr 25, 2018
Rust
A repository that contains links and information for acquisitions and potential acquisitions that have arisen out of work between the CoE and JAIC.
Predicting Department of Defense contract terminations and overages
Updated
May 21, 2017
HTML
Secure Sentry webhook for Discord with user-level authorization running on top of US DoD maintained hardened container
Updated
Mar 14, 2021
Python
Fast Efficient Fixed-Size Memory Pool
Standard C++ library for cross-platform, high-performance software
PowerShell script to enable CAC functions within Microsoft Outlook.
Updated
Sep 11, 2018
PowerShell
Tracking tool used by DoD FSO and other security officers to manage and handle required training, duties, clearance and many other things.
Winsock-Multi-Client-Server
Benchmarks of a Data-Oriented Entity System approach
Updated
Jan 5, 2018
JavaScript
A secure delete methodology in C/C++
Improve this page
Add a description, image, and links to the
dod
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
dod
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Zarf binds to 127.0.0.1 when doing the
zarf connectwhich conflicts with the networking of the Vagrant box making the traffic not actually accessible outside of the Vagrant vm.zarf connectis essentially just a wrapper aroundkubectl port-forward. One solution is to runkubectl port-forward --address 0.0.0.0 {EVERYTHING_ELSE}.This issue is mainly here to acknowledge the issue and