diff --git a/README.md b/README.md index db90905..74c272c 100644 --- a/README.md +++ b/README.md @@ -10,22 +10,36 @@ Xerror build on python2 as a primary language and Django2 as web framework along How to use this porject:
- 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
- service redis-server start
- 3. start python srver
- 1. cd xerror
- 2. python manage.py runserver
- 4. start celery server( run this in new terminal)
- 1. cd xerror
- 2. celery -A xerror worker -l info
- 5. start msfrpc server for metasploit
- msfrpcd -P 123 -S -a 127.0.0.1
- 6. start openvas server and set OMP server credientials to admin@admin 127.0.0.1 9392
- - - You are goog to go
+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
+``` + service redis-server start +``` +3. start python srver
+``` + cd xerror +``` +``` + python manage.py runserver +``` +4. start celery server( run this in new terminal)
+``` + cd xerror +``` +``` + celery -A xerror worker -l info +``` +5. start msfrpc server for metasploit
+``` + msfrpcd -P 123 -S -a 127.0.0.1
+``` +6. start openvas server and set OMP server credientials to ```admin@admin``` 127.0.0.1 9392
+ + + You are good to go
This is xerror Beta version, soon complete version will be uploaded with complete explanation and detail of each step ...