Projects STRLCPY csprecon Commits 24cedffb
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    1  -# csprecon
    2  -Reconnaissance tool based on Content Security Policy
     1 +<h1 align="center">
     2 + csprecon
     3 + <br>
     4 +</h1>
     5 + 
     6 +<h4 align="center">Reconnaissance tool based on Content Security Policy</h4>
     7 + 
     8 +<h6 align="center"> Coded with 💙 by edoardottt </h6>
     9 + 
     10 +<p align="center">
     11 +ADD BADGES
     12 +<br>
     13 + <!--Tweet button-->
     14 + <a href="https://twitter.com/intent/tweet?text=csprecon%20-%20Reconnaissance%20tool%20based%20on%20Content%20Security%20Policy%20https%3A%2F%2Fgithub.com%2Fedoardottt%2Fcsprecon%20%23golang%20%23github%20%23linux%20%23infosec%20%23bugbounty" target="_blank">Share on Twitter!
     15 + </a>
     16 +</p>
    3 17   
     18 +<p align="center">
     19 +<a href="#why-">Why</a> •
     20 + <a href="#install-">Install</a> •
     21 + <a href="#get-started-">Get Started</a> •
     22 + <a href="#examples-">Examples</a> •
     23 + <a href="#changelog-">Changelog</a> •
     24 + <a href="#contributing-">Contributing</a> •
     25 + <a href="#license-">License</a>
     26 +</p>
     27 + 
     28 +ASCIICAST HERE
     29 + 
     30 +Install 📡
     31 +----------
     32 + 
     33 +```
     34 +go install github.com/edoardottt/csprecon/cmd/csprecon@latest
     35 +```
     36 + 
     37 +Get Started 🎉
     38 +----------
     39 + 
     40 +```console
     41 + 
     42 +```
     43 + 
     44 +Examples :bulb:
     45 +----------
     46 + 
     47 +```console
     48 +...
     49 +```
     50 + 
     51 +Changelog 📌
     52 +-------
     53 +Detailed changes for each release are documented in the [release notes](https://github.com/edoardottt/csprecon/releases).
     54 + 
     55 +Contributing 🛠
     56 +-------
     57 + 
     58 +Just open an [issue](https://github.com/edoardottt/csprecon/issues) / [pull request](https://github.com/edoardottt/csprecon/pulls).
     59 + 
     60 +Before opening a pull request, download [golangci-lint](https://golangci-lint.run/usage/install/) and run
     61 +```bash
     62 +golangci-lint run
     63 +```
     64 +If there aren't errors, go ahead :)
     65 + 
     66 +
     67 +License 📝
     68 +-------
     69 + 
     70 +This repository is under [MIT License](https://github.com/edoardottt/csprecon/blob/main/LICENSE).
     71 +[edoardoottavianelli.it](https://www.edoardoottavianelli.it) to contact me.
Please wait...
Page is in error, reload to recover