Change login data that may be leaked when this goes FOSS #6

Closed
opened 2021-08-15 13:21:30 +02:00 by BodgeMaster · 3 comments

Change all login data that may be contained in this project’s history in case I haven’t changed it already. Also, move all login data outside of this project.

Change all login data that may be contained in this project’s history in case I haven’t changed it already. Also, move all login data outside of this project.
BodgeMaster added the
ToDo
Migration
Priority: URGENT
labels 2021-08-15 13:21:55 +02:00
BodgeMaster self-assigned this 2021-08-18 18:23:25 +02:00
Poster
Collaborator

Going through all files and collecting all login data within the code now.

Going through all files and collecting all login data within the code now.
Poster
Collaborator

Found login data in:

/admin.php:
- MySQL 'webstuff'

/threadr/board/board.php
- MySQL 'webstuff'

/threadr/board/index.php
- MySQL 'webstuff'

/threadr/boards/index.php
- MySQL 'webstuff'

/threadr/login/redirect.php
- MySQL 'webstuff'

/threadr/profile/index.php
- MySQL 'webstuff'

/threadr/signup/verify-email/index.php
- MySQL 'webstuff'

/threadr/userhome/index.php
- MySQL 'webstuff'

/web.sql
- doesn’t contain clear login information but the test users with auth hashes

Summary: I expected worse.... This is not actually that bad.

Found login data in: /admin.php: - MySQL 'webstuff' /threadr/board/board.php - MySQL 'webstuff' /threadr/board/index.php - MySQL 'webstuff' /threadr/boards/index.php - MySQL 'webstuff' /threadr/login/redirect.php - MySQL 'webstuff' /threadr/profile/index.php - MySQL 'webstuff' /threadr/signup/verify-email/index.php - MySQL 'webstuff' /threadr/userhome/index.php - MySQL 'webstuff' /web.sql - doesn’t contain clear login information but the test users with auth hashes Summary: I expected worse.... This is not actually that bad.
Poster
Collaborator

Changed MySQL password for 'webstuff'

Changed MySQL password for 'webstuff'
Sign in to join this conversation.
There is no content yet.