-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Tactic TA0043 Reconnaissance with procedure T1595.001 Active Scanning: Scan IP Blocks #52
Conversation
…anning: Scanning IP Blocks
Thanks so much for the contribution! I'm hopping out on vacation until Tuesday so unfortunately I'll need to wait till then for a detailed review, at which point I can help with the pre-commit hook (though of course @l50 may hop in beforehand) - but before I leave just wanted to say that we really appreciate the addition and look forward to collaborating in the near future! |
Hey @sw8y! Did you run Additionally, what are the empty placeholder files for? |
I'm going to create a proposal for directory layout next week and will post an RFC for feedback from the community. For now, if you can remove the directories with solely placeholders, and make any adjustments required to get pre-commit to pass ( |
My bad for the late reply! Working on this now :) |
For those of you, like me, who read other people's pull requests to see what they did, let this be a message to you: Please run "mage runprecommit" first before a push LOL. It will save you time. |
What he said! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for creating this TTP, we're very excited to add it to the ForgeArmory!
Proposed Changes
Created a TTP for scanning IP blocks using the Nmap utility. This TTP will check the OS of the computer, then confirm that the appropriate package manager is also installed. If confirmed, the system will be checked to see if nmap is installed and install it if not.
Related Issue(s)
No issues identified.
Testing
Documentation
README.md has been updated to reflect what this TTP does and how it operates.
Screenshots/GIFs (optional)
Checklist
mage runprecommit
locally and fixed any issues that arose.