I hereby claim:
- I am kmskrishna on github.
- I am kmskrishna (https://keybase.io/kmskrishna) on keybase.
- I have a public key ASA0s2Iyu962scGm7yi8SqtLIPczGh2YxlcGiH4U-kw67Ao
To claim this, I am signing this object:
| // Load the TCP Library | |
| net = require('net'); | |
| // Keep track of the chat clients | |
| var clients = []; | |
| // Start a TCP Server | |
| net.createServer(function (socket) { | |
| // Identify this client |
| #!/usr/bin/env node | |
| /* | |
| * Inspired by: http://stackoverflow.com/questions/4360060/video-streaming-with-html-5-via-node-js | |
| * Modified from https://gist.github.com/paolorossi/1993068 | |
| */ | |
| var http = require('http') | |
| , fs = require('fs') | |
| , util = require('util') |
| git clone https://github.com/fish-shell/fish-shell | |
| cd fish-shell/ | |
| autoconf | |
| ./configure | |
| make | |
| sudo make install |
| function connect | |
| set running (ps aux | grep ssh | grep 3128 -c) | |
| if test $running -ne 0 | |
| disconnect | |
| end | |
| sshpass -p fucksociety ssh -f [email protected] -L 8080:202.141.80.24:3128 -N | |
| echo "Connected" | |
| end | |
| function isconnected |
| worker_processes 1; | |
| error_log logs/error.log debug; | |
| events { | |
| worker_connections 1024; | |
| } | |
| rtmp { | |
| server { | |
| listen 1935; |
| <script> | |
| var my_variable1 = 1; | |
| var my_variable2 = 2; | |
| </script> |
I hereby claim:
To claim this, I am signing this object:
Infosec Writeups - Biggest repository of infosec articles.