Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update submit_request.html #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 32 additions & 69 deletions submit_request.html
Original file line number Diff line number Diff line change
@@ -1,86 +1,49 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>

<link href="https://static.helpsystems.com/cobalt-strike/css/mburger.css" rel="stylesheet">
<link href="https://static.helpsystems.com/cobalt-strike/css/mhead.css" rel="stylesheet">

<link href='https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>

<link href="css/style.css" rel="stylesheet">

<meta name="twitter:title" content="Community Kit">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@joevest">
<meta name="twitter:creator" content="@joevest">
<meta name="twitter:site" content="@_CobaltStrike">
<meta name="twitter:creator" content="@_CobaltStrike">
<meta name="twitter:title" content="Community Kit">
<meta name="twitter:description" content="Cobalt Strike Community Kit">
<meta name="twitter:image" content="https://cobalt-strike.github.io/community_kit/community_kit.png>


<meta name="twitter:image" content="https://cobalt-strike.github.io/community_kit/community_kit.png">
<title>Cobalt Strike Community Kit</title>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
display: flex;
justify-content: center;
align-items: center;
background-color: #ffffff;
}
.container {
width: 100%;
height: 100%;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>

<body>


<div>

<nav class="navbar navbar-expand-md shadow-sm bg-white mh-head" id="my-header">
<div class="container">
<a class="navbar-brand" href="/">
<img src="https://static.helpsystems.com/cobalt-strike/img/cobaltstrike-logo-header.png" class="img-fluid" alt="Cobalt Strike"/>
</a>

<div class="collapse navbar-collapse flex-column" id="my-menu">
<ul class="navbar-nav ml-auto">
<li class="nav-item"> <a class="nav-link text-nowrap " href="https://cobaltstrike.com">cobaltstrike.com</a> </li>

<li class="nav-item"> <a class="nav-link text-nowrap " href="https://cobaltstrike.com/contact">Contact Us</a> </li>
<li class="nav-item"> <a class="nav-link text-nowrap " href="https://github.com/Cobalt-Strike"><i class="fab fa-github fa-lg"></i></a> </li>
<li class="nav-item">
<a class="nav-link" href="https://www.helpsystems.com" target="_blank">
<img src="https://static.helpsystems.com/cobalt-strike/img/helpsystems-icon-blue-grey.png" class="img-fluid d-none d-md-inline-block" alt="HelpSystems"/>
<span class="d-inline-block d-md-none"> HelpSystems</span>
</a>
</li>
</ul>
</div>
</div>
</nav>

<div class="container">
<iframe width="100%" height="100vh" src="https://forms.microsoft.com/Pages/ResponsePage.aspx?id=O-KBygk17kWpmD40as8nTTC_QN-HhSxLmcseOhpl0n9UQjRGUU1NVlAySTVEUlUwWUVTTTVSMUwyWC4u" frameborder="0" marginwidth="0" marginheight="0" style="border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
</div>

<div class="container">

<p class="lead">
<h1 class="display-3">Community Kit</h1>
</p>

<p>The Community Kit list of projects is maintained on <a href="https://github.com/Cobalt-Strike/community_kit"><i class="fab fa-github fa-lg"></i></a>.</p>
<p>If you'd like to contribute or make suggestions to how this resource could be improved, contact the Cobalt Strike team using this form.</p>

<p><strong>Guidance</strong></p>
<ul>
<li>Direct pull requests of the project will not be accepted.</li>
<li>Requests must have a license that does not restrict distribution</li>
<li>Requests must be built on the Cobalt Strike framework (Aggressor script, BOF, Malleable C2, etc.) Other tools (i.e., C# projects) are great, but Community Kit is not a general tool tracker.</li>
<li>Requests with a defined purpose are given higher consideration then a collection of miscellaneous files.</li>
<li>Requests should have a description and README that clearly describes the project and how to use it.</li>
<li>Requests with pre-compiled binaries will be marked with a warning label.</li>
</ul>
<script type="text/javascript" src=" https://helpsystems.formstack.com/forms/js.php/cobalt_strike_community_kit_submission "></script><noscript><a href=" https://helpsystems.formstack.com/forms/cobalt_strike_community_kit_submission " title="Online Form">Online Form - Cobalt Strike Community Kit Submission</a></noscript>
</div>

<script type="text/javascript" charset="utf8" src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>



</body>

</html>