Pentest Chronicles
As an auditor, I decided to conduct a deeper analysis of this finding. Why is this a problem? During the analysis of the application's code, it was discovered that the repository's history contains a previously deleted .env file containing the encryption key for the application's data. While this file is not visible in the current file listing, it remains recoverable through the .git directory's commit history. Additionally, this same encryption key is currently in use within the application's testing environment.
This situation means that the security of the application's code and data may rely entirely on the configuration of the former employee's private account and his or her approach to secure information management. The client has no control over the code, which creates a risk of unauthorized access.
2. Commit history: The repository's commit history indicates that the last commit was made approximately one year ago, coinciding with the end of the employee's tenure at the company
3. Social Media Analysis: A review of the former employee's LinkedIn profile confirms their departure from the company approximately one year ago, creating potential data security risks due to continued repository access.
RECOMMENDATIONS Repository Management • Migrate all source code to company-controlled infrastructure to establish complete repository oversight and access control
In today's world, ensuring the security of our accounts is more crucial than ever. Just as keys protect the doors to our homes, passwords serve as the first line of defense for our data and assets. It's easy to assume that technical individuals, such as developers and IT professionals, always use strong, unique passwords to keep ...

SOCMINT is the process of gathering and analyzing the information collected from various social networks, channels and communication groups in order to track down an object, gather as much partial data as possible, and potentially to understand its operation. All this in order to analyze the collected information and to achieve that goal by making …

PyScript – or rather Python in your browser + what can be done with it? A few days ago, the Anaconda project announced the PyScript framework, which allows Python code to be executed directly in the browser. Additionally, it also covers its integration with HTML and JS code. An execution of the Python code in …