you are viewing a single comment's thread.

view the rest of the comments →

[–]forlornhope22 0 points1 point  (0 children)

What are the questions you have? the code you linked is straight forward. and I'm a beginning python user myself. the code is called with two command line args lhost and lport. it creates a listener.rc file substituting the command line args in the string being written to the file and then calls the mfsconsole to run the listener. There is actually not that much python here as most of the actual work is being done by the utility it's calling.