Ubuntu Pastebin

Paste from nudoge at Sun, 19 Mar 2017 21:25:06 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
ins@insecurelabs.net [~/public_html]# stat sample.xml 
  File: `sample.xml'
  Size: 4431            Blocks: 16         IO Block: 4096   regular file
Device: 82h/130d        Inode: 147067632   Links: 1
Access: (0644/-rw-r--r--)  Uid: (  518/     ins)   Gid: (  519/     ins)
Access: 2017-03-19 16:21:50.838151015 -0500
Modify: 2017-03-19 16:21:50.838151015 -0500
Change: 2017-03-19 16:21:50.838151015 -0500
ins@insecurelabs.net [~/public_html]# httpd -M
httpd: Syntax error on line 30 of /etc/apache2/conf/httpd.conf: Could not open configuration file /etc/apache2/conf.d/includes/pre_main_global.conf: Permission denied
ins@insecurelabs.net [~/public_html]# exit
exit
root@hue [~]# httpd -M
Loaded Modules:
 core_module (static)
 so_module (static)
 http_module (static)
 mpm_event_module (shared)
 cgid_module (shared)
 access_compat_module (shared)
 actions_module (shared)
 alias_module (shared)
 auth_basic_module (shared)
 authn_core_module (shared)
 authn_file_module (shared)
 authn_socache_module (shared)
 authz_core_module (shared)
 authz_groupfile_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 deflate_module (shared)
 dir_module (shared)
 expires_module (shared)
 filter_module (shared)
 headers_module (shared)
 include_module (shared)
 log_config_module (shared)
 logio_module (shared)
 mime_module (shared)
 negotiation_module (shared)
 proxy_module (shared)
 proxy_fcgi_module (shared)
 proxy_http_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 slotmem_shm_module (shared)
 socache_dbm_module (shared)
 socache_shmcb_module (shared)
 status_module (shared)
 unique_id_module (shared)
 unixd_module (shared)
 userdir_module (shared)
 ssl_module (shared)
 bwlimited_module (shared)
 ldap_module (shared)
 authnz_ldap_module (shared)
 security2_module (shared)
 suphp_module (shared)

http://insecurelabs.net/sample.xml
Download as text