Skip to content

Commit 8924b06

Browse files
committed
NotSoSecure banner changes and logo changes
1 parent 6e04e37 commit 8924b06

6 files changed

Lines changed: 20 additions & 33 deletions

File tree

DeserializationHelper.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
<Content Include="fonts\glyphicons-halflings-regular.svg" />
146146
<Content Include="Global.asax" />
147147
<Content Include="Content\Site.css" />
148+
<Content Include="Resource\Icon.png" />
148149
<Content Include="Resource\java\bin\awt.dll" />
149150
<Content Include="Resource\java\bin\client\jvm.dll" />
150151
<Content Include="Resource\java\bin\client\Xusage.txt" />

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
![Icon](Resource/Icon.png)
23

34
It's Web Interface to generate payload using various deserialization exploitation framework
45

Resource/Icon.png

35.9 KB
Loading

Views/Home/About.cshtml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
@{
2-
ViewBag.Title = "About";
2+
ViewBag.Title = "Developed By: Sanjay Gondaliya";
33
}
4-
<h2>@ViewBag.Title.</h2>
5-
<h3>@ViewBag.Message</h3>
6-
7-
<p>Use this area to provide additional information.</p>
4+
<h4>@ViewBag.Title</h4>
5+
<a href="https://www.sanjaygondaliya.com"><i class="fa fa-rss fa-2x" aria-hidden="true"></i></a>&nbsp;&nbsp;&nbsp;
6+
<a href="https://www.twitter.com/realsanjay"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a>&nbsp;&nbsp;&nbsp;
7+
<a href="https://www.linkedin.com/realsanjay"><i class="fa fa-linkedin fa-2x" aria-hidden="true"></i></a>&nbsp;&nbsp;&nbsp;
8+
<a href="skype:sanjaygondaliya8889"><i class="fa fa-skype fa-2x" aria-hidden="true"></i></a>&nbsp;&nbsp;&nbsp;
9+
<a href="mailto:sanjaygondaliya.infosec@gmail.com"><i class="fa fa-envelope fa-2x" aria-hidden="true"></i></a>

Views/Home/Index.cshtml

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,7 @@
22
ViewBag.Title = "Home Page";
33
}
44

5-
<div class="jumbotron">
6-
<h1>Deserialization Helper</h1>
7-
<p class="lead">One stop for all the deserialization payload generation. It's web version of all the CLI utility.</p>
8-
<!--<p><a href="https://asp.net" class="btn btn-primary btn-lg">Learn more &raquo;</a></p>-->
9-
</div>
10-
11-
<!--<div class="row">
12-
<div class="col-md-4">
13-
<h2>Getting started</h2>
14-
<p>
15-
ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that
16-
enables a clean separation of concerns and gives you full control over markup
17-
for enjoyable, agile development.
18-
</p>
19-
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301865">Learn more &raquo;</a></p>
20-
</div>
21-
<div class="col-md-4">
22-
<h2>Get more libraries</h2>
23-
<p>NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.</p>
24-
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301866">Learn more &raquo;</a></p>
25-
</div>
26-
<div class="col-md-4">
27-
<h2>Web Hosting</h2>
28-
<p>You can easily find a web hosting company that offers the right mix of features and price for your applications.</p>
29-
<p><a class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkId=301867">Learn more &raquo;</a></p>
30-
</div>
31-
</div>-->
5+
<div class="jumbotron">
6+
<img src="..\\..\\Resource\\Icon.png" style="width:1015px;height:250px;"/><br/><br />
7+
<p class="lead">One stop for all the deserialization payload generation.</p>
8+
</div>

Views/Shared/_Layout.cshtml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
@Styles.Render("~/Content/css")
88
@Scripts.Render("~/bundles/modernizr")
99
@Scripts.Render("~/bundles/jquery")
10+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css">
11+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/v4-shims.css">
1012
</head>
1113
<body>
1214
<div class="navbar navbar-inverse navbar-fixed-top">
@@ -18,6 +20,7 @@
1820
<span class="icon-bar"></span>
1921
</button>
2022
@Html.ActionLink("Deserialization Helper", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
23+
2124
</div>
2225
<div class="navbar-collapse collapse">
2326
<ul class="nav navbar-nav">
@@ -27,14 +30,17 @@
2730
<li>@Html.ActionLink("Python", "Index", "Python")</li>
2831
<!--<li>@Html.ActionLink("Ruby", "Index", "Ruby")</li>-->
2932
</ul>
33+
<ul class="nav navbar-nav navbar-right">
34+
<li>@Html.ActionLink("About", "About", "Home")</li>
35+
</ul>
3036
</div>
3137
</div>
3238
</div>
3339
<div class="container body-content">
3440
@RenderBody()
3541
<hr />
3642
<footer>
37-
<p>&copy; @DateTime.Now.Year - Deserialization Helper - <a href="https://sanjaygondaliya.com">sanjaygondaliya.com</a></p>
43+
<p>Deserialization Helper - &copy; NotSoSecure @DateTime.Now.Year Global Services Ltd, all rights reserved</p>
3844
</footer>
3945
</div>
4046

0 commit comments

Comments
 (0)