How do I access DoS thru Python?

Daniel Yoo dyoo at hkn.eecs.berkeley.edu
Wed Dec 26 00:12:52 EST 2001


Andrew Nguyen <pythonnet at hotmail.com> wrote:
: Well, the subject answers it...

Without further information, I have to guess that by 'DoS', you're
talking about the operating system interface, and not "Denial of
Service".


Have you seen the os.system() and os.popen() functions?

    http://www.python.org/doc/current/lib/os-process.html#l2h-1218
    http://www.python.org/doc/current/lib/os-newstreams.html#l2h-1130

I'm not sure if this is what you're looking for.  Please tell us more
information on what you're trying to do.



More information about the Python-list mailing list