Refactor Configuration Files: Added .env, Updated cowrie-config, docker-compose.yml, initialize.sql and mediamtx.yml#4
Open
harshgdev wants to merge 2 commits into
Open
Conversation
…, .env and added cowrie-config directory
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Resolution and Updates:
While setting up the codebase, I encountered several issues, as outlined below:
Missing .env in the Root Directory:
Initially, the .env file was absent from the root directory. After adding it and configuring the required variables, I continued with the setup.
Missing cowrie-config Directory:
The cowrie-config directory was not present, which is necessary for the Docker setup to push the local cowrie.cfg and motd. The error is shown below:
I created the missing directory and resolved this issue. Going forward, adjustments can be made as per the project needs.
Outdated Syntax in mediamtx.yml and initialize.sql:
Upon reviewing the files, I found that both mediamtx.yml and initialize.sql contained deprecated syntax. I updated them to the latest standards and tested the project, as shown below:
sample_video.mp4
Looking Ahead:
As we continue to improve the project, I’m also considering the upcoming requirements for GSoC 2025. Having worked with RTSP and RTP protocols in past CTF competitions, I look forward to contributing further.
@Agachily or any maintainers, please review the changes made in this PR.
Thank You!