You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+53-1Lines changed: 53 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
title: SpiderSuite
3
3
subtitle: An advance web crawler/spider for cyber security professionals
4
4
layout: page
5
+
callouts: home_callouts
5
6
show_sidebar: true
6
7
hero_image: /img/hero0.png
7
8
hero_height: is-medium
@@ -11,6 +12,57 @@ hero_link_text: Download
11
12
image: /img/hero0.png
12
13
---
13
14
15
+
<divclass="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
+
<divclass="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
+
<divclass="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
+
<divclass="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
+
14
66
## What is Spider Suite?
15
67
16
68
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
42
94
43
95
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.
44
96
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.
46
98
47
99
- Want to support Spider Suite financially? Consider [sponsoring](/sponsor/) the project.
0 commit comments