zMarch / Orc

Orc is a post-exploitation framework for Linux written in Bash
MIT License
390 stars 51 forks source link

getnet rework discussion #59

Closed UlrichBerntien closed 5 years ago

UlrichBerntien commented 5 years ago

In the getnet_rework branch I created a new implementation of the getnet function, the getnet2 function. (The original getnet functions is unchanged in the script file.)

The getnet2 function should work like the getnet function and could replace the getnet function in the master branch after testing. (See issue #51)

Corrections, extensions, error messages, comments are welcome.

UlrichBerntien commented 5 years ago

Changes are merged into the master branch. #62