Skip to content

Commit

Permalink
Merge pull request #10 from pthierry38/patch_helpstring
Browse files Browse the repository at this point in the history
corrected helpmessage (invalid docstring positioning)
  • Loading branch information
kamorin committed Jun 25, 2017
2 parents 3def528 + 1734640 commit 2717f9c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pig.py
@@ -1,9 +1,5 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
from scapy.all import *
import string, binascii, signal, sys, threading, socket, struct, getopt
from sys import stdout

"""
enhanced DHCP exhaustion attack.
Expand Down Expand Up @@ -47,6 +43,11 @@
-c, --color ... enable color output (off)
"""

from scapy.all import *
import string, binascii, signal, sys, threading, socket, struct, getopt
from sys import stdout



class Colors:
class Palette:
Expand Down

0 comments on commit 2717f9c

Please sign in to comment.