Thanks to visit codestin.com
Credit goes to github.com

Skip to content

raxober/writeups.xyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writeups.xyz

Writeups.xyz is an open platform that indexes information security and bug bounty writeups or blog posts. The writeups are categorized by vulnerability types, companies/programs, authors, and more, to help infosec people find valuable resources easier.

Important Note: Please remember that the inclusion of a program or target in this directory does not imply permission to conduct any hacking activities. Always review and adhere to the specific policies of each program before taking any action.

Contributing

Everyone is welcome to contribute! To add a new writeup or update an existing one, simply submit a pull request. Writeups should be placed in the /content directory in Markdown format (.md).

How to Build Locally

This project is built using Hugo, a fast static site generator. To build the site locally:

  1. Install Hugo: Follow the installation instructions for your operating system at https://gohugo.io/getting-started/installing/.

  2. Clone the repository:

    git clone https://github.com/c2a/writeups.xyz.git && cd writeups.xyz

  3. Run the Hugo development server:

    hugo server

Your site will be live at http://localhost:1313.

Credits

License

This project is licensed under the MIT License - see the LICENSE file for details.