I hereby claim:
- I am sethsec on github.
- I am sethsec (https://keybase.io/sethsec) on keybase.
- I have a public key whose fingerprint is 6EA3 D55C 9DB4 35DC 28A2 B2DB D0CD F86A 4967 B128
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| test |
| seth@sensor-dell:~$ uname -a | |
| Linux sensor-dell 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux | |
| seth@sensor-dell:~$ history | grep bridge-utils | |
| 67 sudo apt-get install bridge-utils | |
| seth@sensor-dell:~$ cat /etc/network/interfaces | |
| # This configuration was created by the Security Onion setup script. The original network |
| def getUniqueParams(self): | |
| # Initialize list | |
| parameter_array = [] | |
| parameter_string_array = [] | |
| messages = self.ctxMenuInvocation.getSelectedMessages() | |
| # This for loop iterates through all of the selected messages pulling out | |
| # everything Burp considers a parameter (even cookies), and putting all of | |
| # the parameters in an array | |
| for m in messages: | |
| request_byte_array=m.getRequest() |