Skip to content

Commit b2f081a

Browse files
committed
new home
1 parent 9e96f56 commit b2f081a

File tree

4 files changed

+65
-7
lines changed

4 files changed

+65
-7
lines changed

_data/home_callouts.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
style: is-light
22
height: is-medium
33
items:
4-
- title: Github Repository
5-
icon: fa-github
6-
icon_brand: true
4+
- title: Github
75
description: >
86
You can closely follow Spider Suite's development on it's Github repository.
97
108
It contains all the up to date documentation (wiki), all the binary releases for download and sooner the entire source code.
119
call_to_action_name: Visit Repository
12-
call_to_action_link: https://github.com/3nock/SpiderSuite
10+
call_to_action_link: https://github.com/3nock/SpiderSuite
11+
12+
- title: Twitter
13+
description: >
14+
You can closely follow Spider Suite's development on twitter.
15+
16+
Daily posting about issues related to SpiderSuite and security crawling in general
17+
call_to_action_name: Follow
18+
call_to_action_link: https://twitter.com/spider_suite

download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hero_darken: true
88
image: /img/hero2.png
99
---
1010

11-
You can also download from SpiderSuite's Github repository [release page](https://3nock.github.io/SpiderSuite/releases).
11+
You can also download from SpiderSuite's Github repository [release page](https://github.com/3nock/SpiderSuite/releases).
1212

1313
## Download SpiderSuite v1.0.0
1414

index.md

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: SpiderSuite
33
subtitle: An advance web crawler/spider for cyber security professionals
44
layout: page
5+
callouts: home_callouts
56
show_sidebar: true
67
hero_image: /img/hero0.png
78
hero_height: is-medium
@@ -11,6 +12,57 @@ hero_link_text: Download
1112
image: /img/hero0.png
1213
---
1314

15+
<div class="box">
16+
<p class="title is-4">What is Spider Suite?</p>
17+
<div class="content">
18+
<p>
19+
Spider Suite is an advance multi-feature GUI web Crawler/Spider specially designed for cyber security professionals.
20+
</p>
21+
<center><img src="/img/preview.gif"></center>
22+
<p>
23+
Spider Suite is a cross platform and on-premise tool currently supporting `Windows` and `Linux` operating systems. Writen in c++ using the Qt framework, Spider Suite is fast and highly intuitive with a simple-design user interface.
24+
With ease of installation and usage, you simply download and execute (use).
25+
</p>
26+
</div>
27+
</div>
28+
29+
<div class="box">
30+
<p class="title is-4">Why use Spider Suite?</p>
31+
<div class="content">
32+
<p>
33+
Spider Suite offers advance and competitive capabilities not available on other solutions of the same domain.
34+
- You can crawl an entire target site with just a simple click.
35+
- You can easily analyze contents extracted from crawled pages.
36+
- You can visualize the entire crawled surface on an interactive graph.
37+
- You can import and visualize content extracted from other tools such as [Burp Suite](https://portswigger.net/burp), [OWASP ZAP](https://www.zaproxy.org/), [Fiddler](https://www.telerik.com/fiddler), [Katana](https://github.com/projectdiscovery/katana), [Caido](https://caido.io/) and many more.
38+
- You can easily save a crawl session on database to be used later on.
39+
</p>
40+
</div>
41+
</div>
42+
43+
<div class="box">
44+
<p class="title is-4">When to use Spider Suite?</p>
45+
<div class="content">
46+
<p>
47+
Spider Suite can be used at various stages when performing security research on a target.
48+
- Use Spider Suite to map the entire attack surface of the target.
49+
- Use Spider Suite to analyze individual pages within the attack surface.
50+
- Use Spider Suite to visualize attack surfaces produced by other tools.
51+
</p>
52+
</div>
53+
</div>
54+
55+
<div class="box">
56+
<p class="title is-4">How to support development of Spider Suite?</p>
57+
<div class="content">
58+
<p>
59+
You as an individual or organization with passion for development of cyber security solutions can have a hand in supporting the development of Spider Suite software.
60+
- Have a skill? Checkout how you can [contribute](https://github.com/3nock/SpiderSuite/blob/main/CONTRIBUTING.md) to the development of Spider Suite.
61+
- Want to support Spider Suite financially? Consider [sponsoring](/sponsor/) the project.
62+
</p>
63+
</div>
64+
</div>
65+
1466
## What is Spider Suite?
1567

1668
Spider Suite is an advance multi-feature GUI web Crawler/Spider specially designed for cyber security professionals.
@@ -42,6 +94,6 @@ Spider Suite can be used at various stages when performing security research on
4294

4395
You as an individual or organization with passion for development of cyber security solutions can have a hand in supporting the development of Spider Suite software.
4496

45-
- Have a skill? Checkout how you can [contribute](https://github.com/3nock/SpiderSuite/CONTRIBUTING.md) to the development of Spider Suite.
97+
- Have a skill? Checkout how you can [contribute](https://github.com/3nock/SpiderSuite/blob/main/CONTRIBUTING.md) to the development of Spider Suite.
4698

4799
- Want to support Spider Suite financially? Consider [sponsoring](/sponsor/) the project.

sponsor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Sponsor
4-
subtitle: Individuals and Organizations supporting development of SpiderSuite
4+
subtitle: Individuals and Organizations supporting the development of SpiderSuite
55
sponsors: sponsors
66
show_sidebar: false
77
hero_image: /img/hero3.png

0 commit comments

Comments
 (0)