Spaces:
Build error
Build error
Canstralian
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 💬
|
|
4 |
colorFrom: purple
|
5 |
colorTo: pink
|
6 |
sdk: streamlit
|
7 |
-
sdk_version: 1.40.0
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
@@ -13,29 +13,18 @@ short_description: Wordlists tailored for ReconNinja penetration testing
|
|
13 |
|
14 |
# Canstralian
|
15 |
|
16 |
-
|
17 |
|
18 |
## Features
|
19 |
-
|
20 |
-
-
|
21 |
-
-
|
|
|
22 |
|
23 |
## Installation
|
|
|
24 |
To install and run the project locally:
|
25 |
-
1. Clone this repository
|
26 |
-
```bash
|
27 |
-
git clone https://github.com/Canstralian/canstralian.git
|
28 |
-
```
|
29 |
-
2. Install dependencies
|
30 |
-
```bash
|
31 |
-
pip install -r requirements.txt
|
32 |
-
```
|
33 |
|
34 |
-
|
35 |
-
1. Run the app:
|
36 |
```bash
|
37 |
-
|
38 |
-
```
|
39 |
-
|
40 |
-
|
41 |
-
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
4 |
colorFrom: purple
|
5 |
colorTo: pink
|
6 |
sdk: streamlit
|
7 |
+
sdk_version: "1.40.0"
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
|
|
13 |
|
14 |
# Canstralian
|
15 |
|
16 |
+
Canstralian provides a set of powerful tools and wordlists specifically designed to enhance penetration testing efforts, particularly in the field of network reconnaissance. It streamlines common tasks such as vulnerability scanning, password cracking, and user enumeration, ensuring faster and more efficient operations.
|
17 |
|
18 |
## Features
|
19 |
+
|
20 |
+
- **Customizable Wordlists**: A variety of wordlists tailored for reconnaissance and brute-force attacks.
|
21 |
+
- **Optimized for ReconNinja**: Seamless integration with the ReconNinja penetration testing tool for network enumeration.
|
22 |
+
- **Flexible Use Cases**: Wordlists can be used for multiple purposes, including password cracking, DNS brute-forcing, and more.
|
23 |
|
24 |
## Installation
|
25 |
+
|
26 |
To install and run the project locally:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
+
1. **Clone this repository**:
|
|
|
29 |
```bash
|
30 |
+
git clone https://github.com/Canstralian/canstralian.git
|
|
|
|
|
|
|
|