- Question text
- http://10.100.2.3/
- Please get the admin.
- ATTACK KEYWORD
- 1 keyword. 100pt.
- DEFENSE POINT
- 20 pts.
- Flag page
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
# fork from: https://wiki.list.org/DEV/Mailman%203.0/Mailman%203.0%20Suite%20Dockerfile | |
######################################### | |
# Dockerfile to setup GNU Mailman Suite | |
# Based on Ubuntu | |
######################################### | |
# Set the base image to Ubuntu | |
FROM ubuntu | |
# File Author / Maintainer |
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
# | |
# Recommended minimum configuration: | |
# | |
# Example rule allowing access from your local networks. | |
# Adapt to list your (internal) IP networks from where browsing | |
# should be allowed | |
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network | |
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network | |
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network |
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
- name: NHK E | |
type: GR | |
channel: '13' | |
- name: YTB | |
type: GR | |
channel: '14' | |
- name: ABC | |
type: GR |
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
2016/09/28 01:47:38 kid1| assertion failed: PeerConnector.cc:116: "peer->use_ssl" | |
2016/09/28 01:47:41 kid1| Set Current Directory to /usr/local/squid/var/cache/squid | |
2016/09/28 01:47:41 kid1| Starting Squid Cache version 3.5.21 for x86_64-pc-linux-gnu... | |
2016/09/28 01:47:41 kid1| Service Name: squid | |
2016/09/28 01:47:41 kid1| Process ID 228 | |
2016/09/28 01:47:41 kid1| Process Roles: worker | |
2016/09/28 01:47:41 kid1| With 1048576 file descriptors available | |
2016/09/28 01:47:41 kid1| Initializing IP Cache... | |
2016/09/28 01:47:41 kid1| DNS Socket created at [::], FD 6 | |
2016/09/28 01:47:41 kid1| DNS Socket created at 0.0.0.0, FD 7 |
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
#!/bin/sh | |
sh -c cat | b25 -v 0 /dev/stdin /dev/stdout | cat |
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
--TEST-- | |
Bug #72374 (ZipArchive::addGlob remove_path option strips first char of filename) | |
--SKIPIF-- | |
<?php | |
if(!extension_loaded('zip')) die('skip'); | |
?> | |
--FILE-- | |
<?php | |
$dirname = dirname(__FILE__) . '/'; | |
include $dirname . 'utils.inc'; |
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
--TEST-- | |
Bug #72374 (ZipArchive::addGlob remove_path option strips first char of filename) | |
--SKIPIF-- | |
<?php | |
if(!extension_loaded('zip')) die('skip'); | |
?> | |
--FILE-- | |
<?php | |
$dirname = dirname(__FILE__) . '/'; | |
include $dirname . 'utils.inc'; |
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
echo "127.0.0.1\ttwitter.com | |
127.0.0.1\twww.facebook.com | |
127.0.0.1\tslack.com | |
127.0.0.1\tanond.hatelabo.jp" >> /etc/hosts |