Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 30 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,36 @@ Xerror build on python2 as a primary language and Django2 as web framework along


How to use this porject: </br>
1.Activate virtual enviroment by using following command( make sure you have pre-installed py virtual env) </br>
souce env/bin/activate</br>
2. Start redis server</br>
service redis-server start</br>
3. start python srver </br>
1. cd xerror </br>
2. python manage.py runserver </br>
4. start celery server( run this in new terminal) </br>
1. cd xerror </br>
2. celery -A xerror worker -l info </br>
5. start msfrpc server for metasploit </br>
msfrpcd -P 123 -S -a 127.0.0.1</br>
6. start openvas server and set OMP server credientials to admin@admin 127.0.0.1 9392 </br>


You are goog to go </br>
1. Activate virtual enviroment by using following command( make sure you have pre-installed py virtual env)
```
souce env/bin/activate
```
2. Start redis server</br>
```
service redis-server start
```
3. start python srver </br>
```
cd xerror
```
```
python manage.py runserver
```
4. start celery server( run this in new terminal) </br>
```
cd xerror
```
```
celery -A xerror worker -l info
```
5. start msfrpc server for metasploit </br>
```
msfrpcd -P 123 -S -a 127.0.0.1</br>
```
6. start openvas server and set OMP server credientials to ```admin@admin``` 127.0.0.1 9392 </br>


You are good to go </br>

This is xerror Beta version, soon complete version will be uploaded with complete explanation and detail of each step ... </br>

Expand Down