radicallyopensecurity / PassiveScanningTool

GNU General Public License v2.0
16 stars 12 forks source link

Explain what the various scripts are doing #3

Open melanierieback opened 8 years ago

melanierieback commented 8 years ago

So Koen.. I see that you've checked your initial scripts into this Github repo, and I know that you're running them on the VM that John gave you. But (also for the sake of Chris and Bert) would you mind giving us a small explanation here of what each of your various scripts are actually doing? :-)

BTW.. I'm also curious how you're actually compiling the C# code? I see references to Visual Studio in the code, but am curious if you're actually running that IDE on John's VM. ;-)

ghost commented 8 years ago

There's a Makefile that shows how compilation is done. Just a single line (cross platform) running on mono. As for the explanation of the scripts I will get to it tomorrow. I am not using Visual Studio for anything just command line.

melanierieback commented 8 years ago

Super! I'm looking forward to seeing the explanation of what you're actually doing! :-)

ghost commented 8 years ago

Added build instructions for linux and windows to the README. Will start adding more information about the inner workings and usage information as the project progresses.

melanierieback commented 8 years ago

Great.. thanks! :-)

ghost commented 8 years ago

Much more descriptive information about the usage has been added in the README. In the future I will make a description per script as you requested.

melanierieback commented 8 years ago

Wonderful.. thanks! :-)