Skip to content

test#1

Open
stackpivot wants to merge 103 commits intostackpivot:developfrom
ickerwx:master
Open

test#1
stackpivot wants to merge 103 commits intostackpivot:developfrom
ickerwx:master

Conversation

@stackpivot
Copy link
Copy Markdown
Owner

No description provided.

Jon and others added 30 commits May 27, 2016 21:05
cleaned new modules of last pull request
removed my java deserialyzer in favor of jbarg's implementation
It is now possible for a module to know if it is on the incoming chain
or not. It is now possible to make a module behave differently for each
chain. Credit goes to jbarg for the initial idea.
You can now pass options to each individual instance of a module. A PoC
is shown in the hexdump module. Consult the readme for details.
My original idea was to seperate module options with a comma, but since
modules are also using this separator, parsing turned out to be a little
annoying to implement. I decided to use a colon as separator instead:
mod1:key=val,mod2,mod3:key1=val1:key2=val2
You can now use the parameters find and color to make the textdump
module highlight a search term.
You can use -l/--log to log in-/egress data to a file.
You can also use the log module with the optional file parameter to log
the state of the data at any point in the chain.
ickerwx and others added 30 commits March 29, 2020 20:21
Clients typically fill in the SNI (server name indication) extension to
indicate which (virtual host) they want to connect to, since a server
with one IP address can host several virtual servers. Since the
args.target_ip variable is always normalized to the IP which the given
target resolves to, we use the callback function to retrieve the clients
SNI and reuse that hostname when establishing the connection to the
target.
Support client cert; respect SNI
Updated to make proxy type parameters ('-pt', '--proxy-type') case insensitive.
Make proxy type parameters case insensitive
Added requirements.txt with script's dependencies
new contributor Pernat1y
Disable verification of server cert
Removed connection testing for MQTT
* New Module hexreplace: Replace hex data in tcp packets.

* added line to README
Use falsy values by default, otherwise the proxy thread will always attempt to bind
to 0.0.0.0:8080 which in many cases might be already in use.
- Changed output verbosity
- fixed a bug in __init__ with the search variable
- little cleanup
* Add delay packet feature

* Remove default for source ip since it's optional

---------

Co-authored-by: ickerwx <[email protected]>
The feature hasn't worked for a long, long time anyway.
This hasn't worked for several years anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.