--- Log opened Sat May 16 00:00:57 2015 |
00:02 | | Meatyhandbag [sebastianfe@Nightstar-4hl.71c.73.97.IP] has quit [Client exited] |
00:03 | | Derakon[AFK] is now known as Derakon |
00:52 | < [R]> | Derakon: there's a project to run SSH and HTTPS on port 443. |
00:54 | <&McMartin> | This seems like it isn't blocking SSH *proper* |
00:54 | <&McMartin> | Just blocking port 22 |
00:54 | <&McMartin> | So that they'd need to do a complete portscan to find anything. |
00:59 | < ToxicFrog> | [R]: isn't that less "a project" and more "a single line in sshd_config"? |
01:00 | | * McMartin meanwhile rewnames some variables so that he doesn't have a column of os->hit->x references |
01:00 | <&Derakon> | TF: well, if you allow them both on the same port, I could see that getting tricky. |
01:06 | < [R]> | ToxicFrog: It runs both at once. |
01:06 | < [R]> | They share the port. |
01:13 | < [R]> | It figgures out what kind of connection a client tries to make over the port and then acts like a port forwarding daemon for the correct service. |
01:15 | | Alek [omegaboot@Nightstar-03ja8q.il.comcast.net] has quit [[NS] Quit: bbs] |
01:22 | < ToxicFrog> | [R]: oh. Ok, that's cool. |
01:30 | | Alek [omegaboot@Nightstar-03ja8q.il.comcast.net] has joined #code |
01:30 | | mode/#code [+o Alek] by ChanServ |
01:49 | < [R]> | Oh, I'm sorry I actually made a mistake in describing it. |
01:49 | < [R]> | "Probes for HTTP, SSL, SSH, OpenVPN, tinc, XMPP are implemented, and any other protocol that can be tested using a regular expression, can be recognised. A typical use case is to allow serving several services on port 443 (e.g. to connect to ssh from inside a corporate firewall, which almost never block port 443) while still serving HTTPS on that port. |
01:49 | < [R]> | Hence sslh acts as a protocol demultiplexer, or a switchboard. Its name comes from its original function to serve SSH and HTTPS on the same port. |
01:49 | < [R]> | sslh supports IPv6, privilege dropping, transparent proxying, and more." |
01:50 | < [R]> | It does more than just SSH+HTTPS :p |
02:02 | | Meatyhandbag [sebastianfe@Nightstar-4hl.71c.73.97.IP] has joined #code |
04:03 | | himi-cat [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
04:27 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: ] |
04:27 | | catadroid [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
04:38 | | himi-cat [fow035@Nightstar-rda.iqp.150.1.IP] has joined #code |
04:54 | | celticminstrel is now known as celmin|sleep |
05:18 | | Derakon is now known as Derakon[AFK] |
05:54 | | Checkmate [Z@Nightstar-pdi1tp.customer.tdc.net] has quit [Ping timeout: 121 seconds] |
05:58 | | Meatyhandbag [sebastianfe@Nightstar-4hl.71c.73.97.IP] has quit [Connection closed] |
06:01 | | Meatyhandbag [sebastianfe@Nightstar-4hl.71c.73.97.IP] has joined #code |
06:39 | | Vornicus [vorn@Nightstar-uhn82m.ct.comcast.net] has quit [[NS] Quit: ] |
06:52 | | Vash [Vash@Nightstar-uhn82m.ct.comcast.net] has quit [Connection closed] |
07:13 | | himi-cat [fow035@Nightstar-rda.iqp.150.1.IP] has quit [Ping timeout: 121 seconds] |
07:19 | | Kindamoody[zZz] is now known as Kindamoody |
07:23 | | Kindamoody is now known as Kindamoody|afk |
08:06 | | himi-cat [fow035@Nightstar-v37cpe.internode.on.net] has joined #code |
09:07 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
09:09 | | kourbou|phone [kourbou@Nightstar-deqg8j.fbx.proxad.net] has joined #code |
09:09 | | kourbou [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [Connection closed] |
09:10 | | kourbou|phone [kourbou@Nightstar-deqg8j.fbx.proxad.net] has quit [[NS] Quit: Don't think of what others think of you. Think of what you think of others.] |
09:43 | | catadroid [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [A TLS packet with unexpected length was received.] |
09:43 | | catadroid [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
10:10 | | gizmore [kvirc@Nightstar-isvl5r.dip0.t-ipconnect.de] has joined #code |
10:12 | | gizmore|2 [kvirc@Nightstar-6n2l7c.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds] |
12:09 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
12:09 | | catadroid [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: Bye] |
12:30 | | Meatyhandbag [sebastianfe@Nightstar-4hl.71c.73.97.IP] has quit [Client exited] |
12:41 | | Kindamoody|afk is now known as Kindamoody |
12:42 | | celmin|sleep [celticminst@Nightstar-50nn7i.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
13:07 | < abudhabi> | Hmmm. What's the best way to go about this? I want to go through all files in a directory, pattern match any occurrences of "size=$number", multiply $number by 2.5 rounding down and write it in place of the original. |
13:10 | < abudhabi> | Googling suggests Perl. Like: perl -pi -e 's/something/somethingelse/g' *.txt |
13:11 | < abudhabi> | But I'm very unsure how such a thing might multiple the found value. |
13:11 | < catalyst> | -pie |
13:11 | < catalyst> | (sorry, I'm not being helpful) |
13:11 | | * catalyst runs away |
13:11 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: ] |
13:16 | | Meatyhandbag [sebastianfe@Nightstar-4hl.71c.73.97.IP] has joined #code |
13:20 | <@ErikMesoy> | notepad++ has a "replace in all opened documents" function |
13:20 | <@ErikMesoy> | If you have few $numbers to replace you could just replace size=4 with size=6 and so forth for a few iterations |
13:24 | < abudhabi> | I got help from #perl on FN. |
13:24 | < abudhabi> | perl -pi -e 's/size=\K(\d+)/int($1*2.5)/e' *.txt |
13:37 | | catadroid [catalyst@Nightstar-l97v8t.dab.02.net] has joined #code |
13:43 | | catadroid` [catalyst@Nightstar-a0amoa.dab.02.net] has joined #code |
13:43 | | catadroid [catalyst@Nightstar-l97v8t.dab.02.net] has quit [A TLS packet with unexpected length was received.] |
13:53 | | catadroid` [catalyst@Nightstar-a0amoa.dab.02.net] has quit [Connection closed] |
14:07 | | gizmore|2 [kvirc@Nightstar-2ol5on.dip0.t-ipconnect.de] has joined #code |
14:07 | | gizmore [kvirc@Nightstar-isvl5r.dip0.t-ipconnect.de] has quit [Operation timed out] |
14:41 | | Kindamoody is now known as Kindamoody|afk |
16:24 | | Checkmate [Z@Nightstar-484uip.cust.comxnet.dk] has joined #code |
16:24 | | mode/#code [+o Checkmate] by ChanServ |
16:31 | | Vornicus [vorn@Nightstar-uhn82m.ct.comcast.net] has joined #code |
16:31 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
16:56 | | Vornicus [vorn@Nightstar-uhn82m.ct.comcast.net] has quit [[NS] Quit: ] |
17:29 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
19:27 | | Kindamoody|afk is now known as Kindamoody |
19:56 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: ] |
19:56 | | catadroid [catalyst@Nightstar-9qoh6p.dab.02.net] has joined #code |
20:32 | | catadroid [catalyst@Nightstar-9qoh6p.dab.02.net] has quit [Connection closed] |
20:32 | | catadroid` [catalyst@Nightstar-r1129u.dab.02.net] has joined #code |
20:37 | | catadroid [catalyst@Nightstar-r1129u.dab.02.net] has joined #code |
20:37 | | catadroid` [catalyst@Nightstar-r1129u.dab.02.net] has quit [The TLS connection was non-properly terminated.] |
20:42 | | catadroid` [catalyst@Nightstar-9qoh6p.dab.02.net] has joined #code |
20:42 | | catadroid [catalyst@Nightstar-r1129u.dab.02.net] has quit [The TLS connection was non-properly terminated.] |
20:49 | | catadroid` [catalyst@Nightstar-9qoh6p.dab.02.net] has quit [A TLS packet with unexpected length was received.] |
20:49 | | catadroid [catalyst@Nightstar-r1129u.dab.02.net] has joined #code |
20:58 | | catadroid` [catalyst@Nightstar-cmfbo3.dab.02.net] has joined #code |
20:58 | | catadroid [catalyst@Nightstar-r1129u.dab.02.net] has quit [The TLS connection was non-properly terminated.] |
21:01 | | catadroid` [catalyst@Nightstar-cmfbo3.dab.02.net] has quit [[NS] Quit: Bye] |
21:06 | | Checkmate [Z@Nightstar-484uip.cust.comxnet.dk] has quit [Ping timeout: 121 seconds] |
21:24 | | celticminstrel [celticminst@Nightstar-50nn7i.dsl.bell.ca] has joined #code |
21:24 | | mode/#code [+o celticminstrel] by ChanServ |
21:58 | | Checkmate [Z@Nightstar-pdi1tp.customer.tdc.net] has joined #code |
21:58 | | mode/#code [+o Checkmate] by ChanServ |
22:17 | | Kindamoody is now known as Kindamoody[zZz] |
22:35 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
22:41 | | Derakon[AFK] is now known as Derakon |
23:10 | | Vornicus [vorn@Nightstar-uhn82m.ct.comcast.net] has joined #code |
23:10 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
23:30 | | Vash [Vash@Nightstar-uhn82m.ct.comcast.net] has joined #code |
23:30 | | mode/#code [+o Vash] by ChanServ |
23:37 | | Meatyhandbag [sebastianfe@Nightstar-4hl.71c.73.97.IP] has quit [Ping timeout: 121 seconds] |
23:47 | | Meatyhandbag [sebastianfe@Nightstar-066.58d.73.97.IP] has joined #code |
--- Log closed Sun May 17 00:00:13 2015 |