This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# *nix version of building epydoc from the command line | |
# Verify epydoc is available | |
EPYDOC=`which epydoc` | |
if [ $? -ne 0 ]; then | |
echo "Can not find epydoc in path. Exiting ..." | |
exit $? | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Base64 version of http.crashbin | |
eJzs3QdYVOfWuH0Fe++9YMc+dLBi7x3siDQFRWEGVDTYoqJiL1FjTzSxxRJ71Nh7jVETTTRq7C2x | |
xq7/2UtBuF2jOec913Xe73tDYmH/9sxs5p7Z62EyxiF2jkF9osPCoyoFWQKiQv0Dw3r3DuvdPUPy | |
z8wpI8x2A832jr4ZwgOiov1Fzama+6ay7hFlTj3QnMaxcfFSvYv7mdM66lfo75/4uX9UtKVPULS/ | |
fwZzughz+oHmDI6+2UJigkIio8Mievv3igjuEx5izuibvlOj5m1rNW1U18+cyTdTVHRAUE//Pr37 | |
hfUONmf2M2fxzf7uMgHBwZaQqChzVjkK30xBEb2jQ2Ki/YP79Io0Z/PplipFijotmvvUa+/jUNe3 | |
WcsMDg71GrWs4uDs7B7i7Obs7ODbOyAwPMQhOsIhOCwqICoqpJfxaUB04h7GJWq1r+JgMjk5Bzmb | |
nBwcHRwcnJydvVycXMo6VKzhUNy44f8rPxwcpUZZ416pbb1XPDydXN08PIMdHK13jaubl5fJ7c29 | |
0rxyLWOfOnLPvfmQe+7NhynpPnWt+3SzfoS4hDg7OLo6e7l6uZtMXp7J9mn0pkBgoJNnQgEPN1dX | |
2adhRFR0laRH1iZhbxdT4t5urp5vbjXZl9DyzY4hHgEJO7p4erk5y47eoR1KV4iJ8a8zqFu3WG/v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
orted by [email protected], Sep 30, 2008 | |
Index: sulley/primitives.py | |
=================================================================== | |
--- sulley/primitives.py (revision 154) | |
+++ sulley/primitives.py (working copy) | |
@@ -763,6 +763,23 @@ | |
self.rendered = rendered | |
+ elif self.format == "hex": |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# import all of Sulley's functionality. | |
from sulley import * | |
from requests import sip_data | |
import socket | |
sess = sessions.session(session_filename="sip.txt", proto='udp') | |
target = sessions.target("10.0.0.20", 5060) | |
target.netmon = pedrpc.client("10.0.0.1", 26001) |
NewerOlder