writehat icon indicating copy to clipboard operation
writehat copied to clipboard

A pentest reporting tool written in Python. Free yourself from Microsoft Word.

Results 38 writehat issues
Sort by recently updated
recently updated
newest added

Currently the HTML version will display a "Loading Report" message and then a "Finished Loading" will appear, and then remove itself. In the PDF generation, this happens on the server...

bug

During the HTML generation of a report, sometimes the sections of the finding will be cut off. This is a known bug, however this can typically be fixed by forcing...

Hello, I have noticed that the revision history feature does not work for custom components. For example, I have a custom component called Conclusion which is essentially just a two...

Where does WriteHat store information about the status of a component (Not Started, Writing, Needs Review, Complete) and the user that component is assigned to? I've tried tracing it back...

Markdown tables do not properly align column content based on markdown syntax. The preview attached to the text area you enter into renders correctly, however when rendered in either the...

When adding a customer the only option is to add a whole address into a single address string field. But this doesn't align with the Customer Information module within a...

Sorting reports in an engagement by either Created or Modified results in alphabetical sort instead of chronological. ![image](https://user-images.githubusercontent.com/26196070/183145683-a325b040-79ee-466e-8b88-a36b552d9352.png)

I keep getting django.db.utils.OperationalError: (2003, "Can't connect to MySQL server on '127.0.0.1' ([Errno 111] Connection refused)") I have changed 'mysql' to '127.0.0.1' in the writehat.conf file to try and fix...

Dear Team, Can you please share a docker build image directly, as many of us are getting multiple errors in compiling the build due to several dependencies. Thanks Abhishek Sharma...

Hello, I started to work on packaging of writehat for Kali (https://bugs.kali.org/view.php?id=6899). But you use django~=3.1.0 in requirements. In Kali (Debian, Ubuntu) we already have django version 3.2.* as it...