SFU server data breach
by Desertstorm - Tuesday November 12, 2024 at 07:05 AM
#1
hello forum members , this is sfu server information leak have server config , server status , config inc , admin sfu data (free leaks)
[Image: PkC17Gz.png]
$auth["session"] = "remote_user"; // How to get and keep the user ID. One of[/align]           // "http" "php" "cookie" "ip" "host" "nt" "omni"           // "remote_user" $auth["type"] = "none"; // $auth["session"] = "php"; # How to get and keep the user ID. One of   # "http" "php" "cookie" "ip" "host" "nt" "omni"   # "remote_user" //  $auth["type"] = "pop3"; # How to validate the user/password. One of "none"                           # "config" "db" "db_ext" "pop3" "imap" "ldap" "nis"                           # "nw" "ext". # The list of administrators (can modify other peoples settings) # $auth["admin"][] = "127.0.0.1"; # localhost IP address. Useful with IP sessions. # $auth["admin"][] = "administrator"; # A user name from the user list. Useful                                     #with most other session schemes. $auth["admin"][] = "car"; # Dave Carmean      # modified for SFU $auth["admin"][] = "bar"; # #$auth["admin"][] = "10.0.0.1"; #$auth["admin"][] = "10.0.0.2"; #$auth["admin"][] = "10.0.0.3"; # 'auth_config' user database # Format: $auth["user"]["name"] = "password"; # $auth["user"]["administrator"] = "secret"; # $auth["user"]["anne"] = "a"; # $auth["user"]["bob"] = "b"; # 'session_http' configuration settings $auth["realm"]  = "mrbs"; # 'session_remote_user' configuration settings #$auth['remote_user']['logout_link'] = '/logout/link.html'; # 'auth_ext' configuration settings $auth["prog"]  = ""; $auth["params"] = ""; # 'auth_db_ext' configuration settings # $auth['db_ext']['db_host'] = 'localhost'; # $auth['db_ext']['db_username'] = 'authuser'; # $auth['db_ext']['db_password'] = 'authpass'; # $auth['db_ext']['db_name'] = 'authdb'; # $auth['db_ext']['db_table'] = 'users'; # $auth['db_ext']['column_name_username'] = 'name'; # $auth['db_ext']['column_name_password'] = 'password'; # Either 'md5', 'sha1', 'crypt' or 'plaintext' $auth['db_ext']['password_format'] = 'md5'; # 'auth_ldap' configuration settings # Where is the LDAP server #$ldap_host = "localhost"; # If you have a non-standard LDAP port, you can define it here #$ldap_port = 389; # LDAP base distinguish name # See AUTHENTICATION for details of how check against multiple base dn's #$ldap_base_dn = "ou=organizationalunit,dc=my-domain,dc=com"; # Attribute within the base dn that contains the username #$ldap_user_attrib = "uid"; # 'auth_ldap' extra configuration for ldap configuration of who can use # the system # If it's set, the $ldap_filter will be combined with the value of # $ldap_user_attrib like this: #  (&($ldap_user_attrib=username)($ldap_filter)) # After binding to check the password, this check is used to see that # they are a valid user of mrbs. #$ldap_filter = "mrbsuser=y"; # 'auth_imap' configuration settings # See AUTHENTICATION for details of how check against multiple servers # Where is the IMAP server # $imap_host = "imap-server-name"; # The IMAP server port # $imap_port = "143"; # 'auth_pop3' configuration settings # See AUTHENTICATION for details of how check against multiple servers # Where is the POP3 server $pop3_host = "popserver.sfu.ca";  # modified for SFU # The POP3 server port $pop3_port = "110"; ############################################### # Email settings ############################################### # Set to TRUE if you want to be notified when entries are booked. Default is # FALSE define ("MAIL_ADMIN_ON_BOOKINGS", FALSE); # Set to TRUE if you want AREA ADMIN to be notified when entries are booked. # Default is FALSE. Area admin emails are set in room_area admin page. define ("MAIL_AREA_ADMIN_ON_BOOKINGS", True); # Set to TRUE if you want ROOM ADMIN to be notified when entries are booked. # Default is FALSE. Room admin emails are set in room_area admin page. define ("MAIL_ROOM_ADMIN_ON_BOOKINGS", FALSE); # Set to TRUE if you want ADMIN to be notified when entries are deleted. Email # will be sent to mrbs admin, area admin and room admin as per above settings, # as well as to booker if MAIL_BOOKER is TRUE (see below). define ("MAIL_ADMIN_ON_DELETE", True); # Set to TRUE if you want to be notified on every change (i.e, on new entries) # but also each time they are edited. Default is FALSE (only new entries) define ("MAIL_ADMIN_ALL", FALSE); # Set to TRUE is you want to show entry details in email, otherwise only a # link to view_entry is provided. Irrelevant for deleted entries. Default is # FALSE. define ("MAIL_DETAILS", True); # Set to TRUE if you want BOOKER to receive a copy of his entries as well any # changes (depends of MAIL_ADMIN_ALL, see below). Default is FALSE. To know # how to set mrbs to send emails to users/bookers, see INSTALL. define ("MAIL_BOOKER", FALSE); # If MAIL_BOOKER is set to TRUE (see above) and you use an authentication # scheme other than 'auth_db', you need to provide the mail domain that will # be appended to the username to produce a valid email address (ie. # "@domain.com"). define ("MAIL_DOMAIN", ''); # If you use MAIL_DOMAIN above and username returned by mrbs contains extra # strings appended like domain name ('username.domain'), you need to provide # this extra string here so that it will be removed from the username. define ("MAIL_USERNAME_SUFFIX", ''); # Set the name of the Backend used to transport your mails. Either "mail", # "smtp" or "sendmail". Default is 'mail'. See INSTALL for more details. define ("MAIL_ADMIN_BACKEND", "mail"); #******************* # Sendmail settings # Set the path of the Sendmail program (only used with "sendmail" backend). # Default is "/usr/bin/sendmail" define ("SENDMAIL_PATH", "/usr/bin/sendmail"); # Set additional Sendmail parameters (only used with "sendmail" backend). # (example "-t -i"). Default is "" define ("SENDMAIL_ARGS", ''); #******************* # SMTP settings # Set smtp server to connect. Default is 'localhost' (only used with "smtp" # backend). define ("SMTP_HOST", "smtpserver.sfu.ca"); [align=center]# Set smtp port to connect. Defaul
Apache Server Information[/align] Subpages: Configuration Files, Server Settings, Module List, Active Hooks, Available Providers Sections: Loaded Modules, Server Settings, Startup Hooks, Request Hooks, Other Hooks, Providers Loaded Modules core.c, disp_apache2.c, http_core.c, mod_access_compat.c, mod_actions.c, mod_alias.c, mod_allowmethods.c, mod_auth_basic.c, mod_auth_cas.c, mod_auth_digest.c, mod_authn_anon.c, mod_authn_core.c, mod_authn_dbd.c, mod_authn_dbm.c, mod_authn_file.c, mod_authn_socache.c, mod_authz_core.c, mod_authz_dbd.c, mod_authz_dbm.c, mod_authz_groupfile.c, mod_authz_host.c, mod_authz_owner.c, mod_authz_user.c, mod_autoindex.c, mod_cache.c, mod_cache_disk.c, mod_cgi.c, mod_data.c, mod_dav.c, mod_dav_fs.c, mod_dav_lock.c, mod_dbd.c, mod_deflate.c, mod_dir.c, mod_dumpio.c, mod_echo.c, mod_env.c, mod_expires.c, mod_ext_filter.c, mod_filter.c, mod_headers.c, mod_include.c, mod_info.c, mod_lbmethod_bybusyness.c, mod_lbmethod_byrequests.c, mod_lbmethod_bytraffic.c, mod_lbmethod_heartbeat.c, mod_log_config.c, mod_logio.c, mod_lua.c, mod_mime.c, mod_mime_magic.c, mod_negotiation.c, mod_proxy.c, mod_proxy_ajp.c, mod_proxy_balancer.c, mod_proxy_connect.c, mod_proxy_express.c, mod_proxy_fcgi.c, mod_proxy_fdpass.c, mod_proxy_ftp.c, mod_proxy_http.c, mod_proxy_scgi.c, mod_proxy_wstunnel.c, mod_remoteip.c, mod_reqtimeout.c, mod_rewrite.c, mod_setenvif.c, mod_slotmem_plain.c, mod_slotmem_shm.c, mod_so.c, mod_socache_dbm.c, mod_socache_memcache.c, mod_socache_shmcb.c, mod_ssl.c, mod_status.c, mod_substitute.c, mod_suexec.c, mod_systemd.c, mod_unique_id.c, mod_unixd.c, mod_userdir.c, mod_version.c, mod_vhost_alias.c, prefork.c, Server Settings Server Version: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.2k-fips Communique/4.3.3 Server Built: Oct 8 2020 21:27:40 Server loaded APR Version: 1.4.8 Compiled with APR Version: 1.4.8 Server loaded APU Version: 1.5.2 Compiled with APU Version: 1.5.2 Module Magic Number: 20120211:24 Hostname/port: www.sfu.ca:443 Timeouts: connection: 60    keep-alive: 2 MPM Name: prefork MPM Information: Max Daemons: 256 Threaded: no Forked: yes Server Architecture: 64-bit Server Root: /etc/httpd Config File: /etc/httpd/conf/httpd.conf Server Built With: -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D HTTPD_ROOT="/etc/httpd" -D SUEXEC_BIN="/usr/sbin/suexec" -D DEFAULT_PIDLOG="/run/httpd/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" Startup Hooks Pre-Config:   -10 core.c   -10 mod_log_config.c   -10 mod_logio.c   -10 prefork.c   00 mod_unixd.c   10 mod_auth_digest.c   10 mod_authn_socache.c   10 mod_authz_core.c   10 mod_authz_host.c   10 mod_dbd.c   10 mod_headers.c   10 mod_rewrite.c   10 mod_slotmem_plain.c   10 mod_slotmem_shm.c   10 mod_proxy.c   10 mod_proxy_balancer.c   10 mod_ssl.c   20 mod_status.c   30 core.c Check Configuration:   00 core.c   00 mod_info.c   10 http_core.c   10 mod_authz_core.c   10 mod_log_config.c   10 prefork.c Test Configuration:   00 core.c   00 mod_unixd.c   10 mod_so.c   10 mod_ssl.c   10 disp_apache2.c Post Configuration:   -10 core.c   -10 mod_cache.c   -10 mod_include.c   -10 mod_cgi.c   00 mod_mime_magic.c   10 core.c   10 mod_auth_digest.c   10 http_core.c   10 mod_authn_socache.c   10 mod_authz_host.c   10 mod_dbd.c   10 mod_deflate.c   10 mod_ext_filter.c   10 mod_headers.c   10 mod_mime.c   10 mod_rewrite.c   10 mod_status.c   10 mod_suexec.c   10 mod_unique_id.c   10 mod_dav.c   10 mod_lua.c   10 mod_proxy.c   10 mod_lbmethod_heartbeat.c   10 mod_proxy_balancer.c   10 mod_proxy_http.c   10 mod_ssl.c   10 disp_apache2.c   20 mod_slotmem_shm.c   20 mod_proxy_express.c   20 mod_auth_cas.c Open Logs:   -10 prefork.c   -10 core.c   10 mod_log_config.c Pre-MPM:   10 core.c   20 mod_systemd.c MPM:   10 prefork.c Drop Privileges:   10 mod_unixd.c Retrieve Optional Functions:   10 core.c   10 mod_authn_dbd.c   10 mod_authn_dbm.c   10 mod_authn_file.c   10 mod_authz_dbm.c   10 mod_authz_groupfile.c Child Init:   -10 core.c   10 core.c   10 mod_auth_digest.c   10 mod_authn_socache.c   10 mod_dbd.c   10 mod_log_config.c   10 mod_rewrite.c   10 mod_status.c   10 mod_unique_id.c   10 mod_lua.c   10 mod_proxy_balancer.c   10 mod_proxy.c   10 mod_ssl.c   10 disp_apache2.c Request Hooks Pre-Connection:   10 mod_dumpio.c   10 mod_logio.c   10 mod_ssl.c   30 core.c Create Connection:   30 core.c Process Connection:   10 mod_echo.c   20 mod_reqtimeout.c   30 http_core.c Create Request:   10 core.c   10 mod_lua.c   30 http_core.c Pre-Read Request:   10 disp_apache2.c Post-Read Request:   00 mod_headers.c   00 mod_remoteip.c   00 mod_proxy.c   10 mod_auth_digest.c   10 mod_reqtimeout.c   10 mod_setenvif.c   10 mod_unique_id.c   10 mod_ssl.c Header Parse:   10 mod_setenvif.c HTTP Scheme:   10 mod_ssl.c   30 http_core.c Default Port:   10 mod_ssl.c   30 http_core.c Quick Handler:   00 mod_cache.c   00 mod_lua.c Translate Name:   -1 mod_lua.c   00 mod_rewrite.c   00 mod_proxy.c   00 mod_proxy_express.c   10 mod_alias.c   10 mod_userdir.c   10 mod_vhost_alias.c   10 mod_lua.c   21 mod_lua.c   30 core.c Map to Storage:   00 mod_proxy.c   10 http_core.c   10 http_core.c   10 mod_lua.c   30 core.c Check Access:   20 mod_authz_core.c Check Access (legacy):   -10 mod_allowmethods.c   -1 mod_lua.c   10 mod_access_compat.c   10 mod_lua.c   10 mod_ssl.c   21 mod_lua.c Verify User ID:   -1 mod_lua.c   00 mod_ssl.c   10 mod_auth_basic.c   10 mod_auth_digest.c   10 mod_lua.c   10 mod_auth_cas.c   20 mod_authn_core.c   21 mod_lua.c Note Authentication Failure:   10 mod_auth_basic.c   10 mod_auth_digest.c Verify User Access:   -1 mod_lua.c   10 mod_lua.c   10 mod_ssl.c   20 mod_authz_core.c   21 mod_lua.c Check Type:   00 mod_negotiation.c   10 mod_mime.c   10 mod_mime_magic.c   10 mod_lua.c   30 core.c Fixups:   -10 core.c   00 mod_proxy.c   00 mod_rewrite.c   10 mod_alias.c   10 mod_auth_digest.c   10 mod_env.c   10 mod_negotiation.c   10 mod_dav.c   10 mod_lua.c   10 mod_ssl.c   20 mod_auth_basic.c   20 mod_dir.c   20 mod_headers.c   20 mod_include.c   20 mod_rewrite.c Insert Filters:   10 core.c   10 mod_expires.c   10 mod_filter.c   10 mod_lua.c   20 mod_headers.c Content Handlers:   -10 mod_cache.c   -1 mod_lua.c   00 mod_proxy.c   00 mod_proxy_balancer.c   10 mod_autoindex.c   10 mod_info.c   10 mod_negotiation.c   10 mod_rewrite.c   10 mod_status.c   10 mod_dav.c   10 mod_lua.c   10 mod_cgi.c   10 disp_apache2.c   20 mod_actions.c   30 core.c Transaction Logging:   10 mod_log_config.c   10 mod_logio.c   10 mod_reqtimeout.c Insert Errors:   10 mod_cache.c   10 mod_expires.c   20 mod_headers.c Generate Log ID:   10 mod_unique_id.c   30 core.c Other Hooks Monitor:   10 mod_systemd.c Child Status:   10 core.c End Generation: Error Logging: Query MPM Attributes:   10 prefork.c Query MPM Name:   10 prefork.c Register Timed Callback: Extend Expression Parser:   10 core.c   10 mod_ssl.c   30 core.c Set Management Items: Providers authn (version 0):   anon   dbd   dbm   file   socache authz (version 0):   all   cas-attribute   dbd-group   dbd-login   dbd-logout   dbm-file-group   dbm-group   env   expr   file-group   file-owner   group   host   ip   local   method   ssl   ssl-verify-client   user   valid-user cache (version 0):   disk dav (version 0):   filesystem dav-lock (version 0):   generic proxy_fdpass_flusher (version 0):   flush proxylbmethod (version 0):   bybusyness   byrequests   bytraffic   heartbeat slotmem (version 0):   plain   shm socache (version 0):   dbm   default   memcache   shmcb [align=center]
breached by scorpion
Ban reason: Self admitted pedophile (Permanent)
#2
The link in this thread is dead. Please reply to the PM you were sent to get your thread moved back to the Databases section.


Possibly Related Threads…
Thread Author Replies Views Last Post
  MASSIVE CHINESE DATA COLLECTION LEAK – 50 BILLION+ RECORDS 2026 MumComet2 1 153 03-27-2026, 03:43 AM
Last Post: Tanaka
  Renesas Electronics Corporation (11,000+ Files) Confidential Data & Source Code Rey 10 1,388 02-09-2026, 03:55 PM
Last Post: pine
  UK Residential Data 2019 [10 Million] phoenix_leads 19 6,280 02-09-2026, 11:54 AM
Last Post: Tanaka
  USA BUSINESS DATABASE LEAK CONTAINS HIGHLY USEFULL DATA leyermo1234 54 10,342 02-08-2026, 12:47 PM
Last Post: pine
  Cisco Partial Breach v2 IntelBroker 17 5,567 02-06-2026, 03:43 PM
Last Post: pine



 Users browsing this thread: 1 Guest(s)