This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 192.168.7.3 | |
| 192.168.7.12 | |
| 192.168.7.18 | |
| 192.168.7.20 | |
| 192.168.7.27 | |
| 192.168.7.30 | |
| 192.168.7.31 | |
| 192.168.7.32 | |
| 192.168.7.34 | |
| 192.168.7.35 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # put this in ~/.irssi/scripts/autorun/connect.pl | |
| use strict; | |
| use vars qw($VERSION %IRSSI); | |
| $VERSION = '0.01'; | |
| %IRSSI = ( | |
| authors => 'fapestniegd', | |
| contact => '###########@gmail.com', | |
| name => 'autoconnectssl', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 17:06:36.819093 IP 172.17.2.46.49239 > 172.17.2.141.6543: S 3385484617:3385484617(0) win 4096 <mss 1460,nop,wscale 0,nop,nop,timestamp 1054351401 0,sackOK,eol> | |
| 0x0000: 4500 0040 b2ac 4000 3f06 2c2e ac11 022e E..@..@.?.,..... | |
| 0x0010: ac11 028d c057 198f c9ca 6549 0000 0000 .....W....eI.... | |
| 0x0020: b002 1000 6228 0000 0204 05b4 0103 0300 ....b(.......... | |
| 0x0030: 0101 080a 3ed8 2029 0000 0000 0402 0000 ....>..)........ | |
| 17:06:36.819130 IP 172.17.2.141.6543 > 172.17.2.46.49239: S 231401016:231401016(0) ack 3385484618 win 5792 <mss 1460,sackOK,timestamp 859743305 1054351401,nop,wscale 6> | |
| 0x0000: 4500 003c 0000 4000 4006 ddde ac11 028d E..<..@.@....... | |
| 0x0010: ac11 022e 198f c057 0dca e638 c9ca 654a .......W...8..eJ | |
| 0x0020: a012 16a0 a0eb 0000 0204 05b4 0402 080a ................ | |
| 0x0030: 333e a449 3ed8 2029 0103 0306 3>.I>..).... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CONNECTED(00000003) | |
| --- | |
| Certificate chain | |
| 0 s:/C=US/ST=Tennessee/L=Nashville/O=Websages/OU=Hosts/CN=freyr.websages.com/[email protected] | |
| i:/C=US/ST=Tennessee/L=Nashville/O=Websages/OU=websages.com Certificate Authority/CN=Domain Certificate Authority/[email protected] | |
| 1 s:/C=US/ST=Tennessee/L=Nashville/O=Websages/OU=websages.com Certificate Authority/CN=Domain Certificate Authority/[email protected] | |
| i:/C=US/ST=Tennessee/L=Nashville/O=Websages/OU=Intermediate Certificate Authority/CN=Intermediate Certificate Authority/[email protected] | |
| 2 s:/C=US/ST=Tennessee/L=Nashville/O=Websages/OU=Intermediate Certificate Authority/CN=Intermediate Certificate Authority/[email protected] | |
| i:/C=US/ST=Tennessee/L=Nashville/O=Websages/OU=Root Certificate Authority/CN=Root Certificate Authority/[email protected] | |
| 3 s:/C=US/ST=Tennessee/L=Nashville/O=Websages/OU=Root Certificate Authority/CN=Root Certificat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if [ -f /etc/redhat-release ]; then | |
| yum install -y httpd mod_ssl mod_perl || | |
| cat<<EOF>/etc/httpd/conf.d/recollection_dav.conf | |
| Alias /working/ "/software/data/factory/working/" | |
| <Directory "/software/data/factory/working/"> | |
| DAV On | |
| PerlFixupHandler +ApachePerl::AutoMKCOL | |
| PerlCleanupHandler +ApachePerl::AutoDeleteEmpty | |
| Options Indexes MultiViews FollowSymLinks | |
| AllowOverride None |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| thor:~# apt-get install ldap-utils | |
| Reading package lists... Done | |
| Building dependency tree | |
| Reading state information... Done | |
| Package ldap-utils is not available, but is referred to by another package. | |
| This may mean that the package is missing, has been obsoleted, or | |
| is only available from another source | |
| However the following packages replace it: | |
| slapd | |
| E: Package ldap-utils has no installation candidate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| loki:~# dig +short -t srv @127.0.0.1 _ldap._tcp.websages.com | |
| loki:~# /etc/init.d/slapd restart | |
| Stopping OpenLDAP: slapd. | |
| Starting OpenLDAP: slapd. | |
| loki:~# /etc/init.d/bind9 | |
| Usage: /etc/init.d/bind9 {start|stop|reload|restart|force-reload|status}. | |
| loki:~# /etc/init.d/bind9 restart | |
| Stopping domain name service...: bind9 waiting for pid 6697 to die. | |
| Starting domain name service...: bind9. | |
| loki:~# dig +short -t srv @127.0.0.1 _ldap._tcp.websages.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| loki:~# dig +short -t srv @127.0.0.1 _ldap._tcp.websages.com | |
| loki:~# /etc/init.d/slapd restart | |
| Stopping OpenLDAP: slapd. | |
| Starting OpenLDAP: slapd. | |
| loki:~# /etc/init.d/bind9 | |
| Usage: /etc/init.d/bind9 {start|stop|reload|restart|force-reload|status}. | |
| loki:~# /etc/init.d/bind9 restart | |
| Stopping domain name service...: bind9 waiting for pid 6697 to die. | |
| Starting domain name service...: bind9. | |
| loki:~# dig +short -t srv @127.0.0.1 _ldap._tcp.websages.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tumblefish. | |
| search it up | |
| [search ] | |
| last week's hot shit | |
| Page_Not_Found_-_iTnews.com.au | |
| Most_Unusual_Image_Of_The_Night_:_ABC_33/40_Weather_Blog | |
| fapestniegd/smegflix_-_GitHub | |
| torrents.thepir... | |
| Water_Cooler_RAID_|_Flickr_-_Photo_Sharing! |