Skip to content

Commit 06e1d8b

Browse files
authored
Merge pull request #12 from 01rabbit/develop
Develop
2 parents 184d34d + 8651675 commit 06e1d8b

22 files changed

+813
-621
lines changed

README.md

Lines changed: 9 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ For beginner:
7171
* [enum4linux](https://tools.kali.org/information-gathering/enum4linux)
7272
* [Nikto](https://tools.kali.org/information-gathering/nikto)
7373
* [Nmap](https://tools.kali.org/information-gathering/nmap)
74+
* [nmap_vulners](https://github.com/vulnersCom/nmap-vulners)
7475
* [OpenVAS](https://tools.kali.org/vulnerability-analysis/openvas)
7576
* [Skipfish](https://tools.kali.org/web-applications/skipfish)
7677
* [sslscan](https://github.com/rbsec/sslscan)
@@ -112,7 +113,7 @@ For beginner:
112113

113114
## Usage
114115

115-
1. Check the OpenVAS admin user and password set them in the pakuri.conf file:
116+
1. Register the OpenVAS administrator user and password in pakuri.conf:
116117

117118
```shell
118119
root@kali:~# vim /usr/share/PAKURI/pakuri.conf
@@ -123,14 +124,14 @@ For beginner:
123124
OMPPASS="admin"
124125
```
125126

126-
2. Start Faraday-Server and set workspace:
127+
2. Faraday-server is started. After starting up, access from your browser and register your workspace:
127128

128129
```shell
129130
root@kali:~# systemctl start faraday-server.service
130131
root@kali:~# firefox localhost:5985
131132
```
132133

133-
3. Set Workspace in the pakuri.conf file.
134+
3. Register the workspace you just registered in pakuri.conf:
134135

135136
```shell
136137
root@kali:~# vim /usr/share/PAKURI/pakuri.conf
@@ -150,47 +151,14 @@ For beginner:
150151

151152
```shell
152153
root@kali:/usr/share/PAKURI# ./pakuri.sh
153-
____ ____ ____ ____ ____ ____
154-
||P |||A |||K |||U |||R |||I ||
155-
||__|||__|||__|||__|||__|||__||
156-
|/__\|/__\|/__\|/__\|/__\|/__\|
157-
v1.1.0
158-
Author : Mr.Rabbit
159-
inspired by CDI
160-
161-
Workspace: demo
162-
---------- Main Menu -----------
163-
+---+
164-
| 1 | Scanning
165-
+---+
166-
+---+
167-
| 2 | Exploit
168-
+---+
169-
+---+
170-
| 3 | Config
171-
+---+
172-
+---+
173-
| 4 | Assist
174-
+---+
175-
+---+
176-
| 9 | Back
177-
+---+
178154
```
155+
![startup](https://user-images.githubusercontent.com/16553787/79108773-0c40a500-7d45-11ea-9cf3-fe01cdc1df97.gif)
156+
PAKURI is not fully automated and requires the user interactions, to make sure to proceed the pentest and to avoid any unintended attack or trouble.
179157

180-
PAKURI is not fully automated and requires the user interactions, to make sure to proceed the pentest and to avoid any unintended attack or trouble.
181-
182-
### Scanning
183-
184-
![scanning](https://user-images.githubusercontent.com/16553787/71568958-dc132480-2b0e-11ea-97b0-13989b045ce2.png)
185-
186-
### Exploit
187-
188-
![exploit](https://user-images.githubusercontent.com/16553787/71568975-0238c480-2b0f-11ea-9092-010b78e34bd1.png)
189-
190-
### Config
191-
192-
![config](https://user-images.githubusercontent.com/16553787/71568995-1ed4fc80-2b0f-11ea-9afe-315a055b8a76.png)
158+
---
193159

160+
## Keypad Operation
161+
![keypad_op](https://user-images.githubusercontent.com/16553787/79107440-5f652880-7d42-11ea-9206-fbc9908089a1.gif)
194162
By operating the numeric keypad, it is possible to scan the network, scan for vulnerabilities, and perform simple pseudo attacks.
195163

196164
---

documents/assist.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

documents/assist_exploit.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

documents/assist_main.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

documents/assist_scanning.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

documents/learn_autorecon.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

documents/learn_discoveryhost.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

documents/learn_omp.txt

Lines changed: 0 additions & 65 deletions
This file was deleted.

documents/learn_well-knowndetails.txt

Lines changed: 0 additions & 39 deletions
This file was deleted.

documents/learn_well-knownquick.txt

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)