Skip to content

Commit

Permalink
Pre-release version changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziconius committed Jul 14, 2019
1 parent 2c842ed commit 01b25ce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion FudgeC2/ServerApp/templates/Homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h5>Further info</h5>
<li>Common name</li>
<li>Callback URL</li>
<li>Communication channels</li>
<li>Beacon and inital communication delays</li>
<li>Beacon and initial communication delays</li>
</ul>
<p>
After an implant template has been created Fudge will automatically generate stagers which can be used to gain initial access.
Expand Down
2 changes: 1 addition & 1 deletion FudgeC2/ServerApp/templates/auth/LoginPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>FudgeC2</h2>
<button type="submit" class="btn btn-primary" id="btn2">Login</button>
{% if error %} <div class="text-danger font-weight-bold"><br><p>{{ error }}</p></div>{% endif %}
</form>
<div class="text-muted mt-4 "><br><p>Version 0.3.1 (Dwarven Blacksmith)</p></div>
<div class="text-muted mt-4 "><br><p>Version 0.4.0 (Tauren Herbalist)</p></div>
</div>
</div></div>
</body>
Expand Down
18 changes: 9 additions & 9 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
## Active Development
Below is an high-level overview of the on-going development to increase functionality, and reliability of Fudge. This is broken down into release cycles, which are focused around core functionality changes.

---
**Release 0.4 _(Tauren Herbalist)_**

Review how data is captured from listeners and webapp
- [x] Improve logging across web application
- [x] Add user action logs
- [x] Review Database.py and create common format for readability and maintainability
- [x] Add check to look for latest version of FudgeC2 - Notify user of updates.

---
**Release 0.5 _(Goblin Sapper)_**

Expand Down Expand Up @@ -66,6 +57,15 @@ Review and improve web application performance and output
## Released Versions
Below is a list of all versions which are now tagged with release, and can be found:

---
**Release 0.4 _(Tauren Herbalist)_**

Review how data is captured from listeners and webapp
- [x] Improve logging across web application
- [x] Add user action logs
- [x] Review Database.py and create common format for readability and maintainability
- [x] Add check to look for latest version of FudgeC2 - Notify user of updates.

---
Release 0.3 _(Dwarven Blacksmith)_
Release cross-protocol implant communications using HTTP/HTTPS
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.4.0

0 comments on commit 01b25ce

Please sign in to comment.