misc_rbtools/fake_tunnel_connector
kenna-bmcdevitt 173ec8d7be readme hooray
2020-07-22 07:23:30 -05:00
..
.gitignore added ssl/tls support 2020-07-22 01:00:20 -05:00
fake_tunnel_connector.rb add one more crlf 2020-07-22 07:16:44 -05:00
http.rb added a fake tunnel tcp server 2020-07-20 15:12:09 -05:00
readme.md readme hooray 2020-07-22 07:23:30 -05:00
server.rb make server.rb have a small guard clause 2020-07-22 06:58:31 -05:00
setup_ssl_cert.rb added ssl/tls support 2020-07-22 01:00:20 -05:00
ssl.rb change json from /scans 2020-07-22 02:12:48 -05:00

FakeTunnelConnector

If you do not have a certificate.pem in the directory, run the setup_ssl_cert.rb script and it will create one

To use:

Start the server.rb script like this: ruby server.rb 2666 and it will spawn a FakeTunnelConnector server listening on port 2666. You can give it any port.