New Plugin: NMAP Scanner

Started by MasterXBKC, February 11, 2018, 02:09:21 AM

Previous topic - Next topic
if you are on master, check out a new branch for pfmonitor (git checkout -b pfmonitor) and put your files on it (git add, git commit, git push)
then checkout master again (git checkout master)
then checkout a new branch for nmap (git checkout -b nmap) and add the files like above.

im doing this on the github website, i dont quite see these options.
Member of FBIs Infragard Program
Certified Information Systems Security Officer
Certified Vulnerability Assessor
PFMonitor Remote Management, Backup, & Live Monitoring for PFSense and OPNSense
OPNSense Units: R720XD XL, R720XD XL, R720XD, R720XD, R710, DL360G7, QNAP

1.
- Fork plugins
- Under Code click the dropdown on master and give a new name (nmap).
- Add your files (with slash you create subfolders)
- When finished go to main folder plugins and create a pull rerquest.
- Always check that branch is nmap.

2.
- Switch branch back to master
- Again dropdown on branch and type a new one (pfmonitor)
- Do the same stuff as above

TY  ;D

For my code projects i have my own repository arrangement in my cloud system and it backs up to google drive, so i have never needed to use git, nor did i really trust putting my source code there, but i do see the advantages of github despite that.
Member of FBIs Infragard Program
Certified Information Systems Security Officer
Certified Vulnerability Assessor
PFMonitor Remote Management, Backup, & Live Monitoring for PFSense and OPNSense
OPNSense Units: R720XD XL, R720XD XL, R720XD, R720XD, R710, DL360G7, QNAP

Quote from: MasterXBKC on February 16, 2018, 04:38:40 PM
For my code projects i have my own repository arrangement in my cloud system and it backs up to google drive, so i have never needed to use git, nor did i really trust putting my source code there, but i do see the advantages of github despite that.

What's wrong with git? It can do almost anything anybody expects from a VCS and the rest usually can be added via some kind of hooks (like starting a CI build).

The post from me contains command line commands you would enter on your shell.

You mis-understand, it was not that i had issue with its functionality, i had issue with storing the code of servers i dont have control of.
Member of FBIs Infragard Program
Certified Information Systems Security Officer
Certified Vulnerability Assessor
PFMonitor Remote Management, Backup, & Live Monitoring for PFSense and OPNSense
OPNSense Units: R720XD XL, R720XD XL, R720XD, R720XD, R710, DL360G7, QNAP