Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioVilas committed Aug 31, 2013
1 parent d75ac76 commit ac18170
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ Downloading

To download the latest source code enter the following command:

```git clone https://github.com/cr0hn/OpenVas.git openvas_lib```
```git clone https://github.com/golismero/openvas_lib.git```

Installing
----------

To install the library in your default Python installation run the following command:

```python setup.py install```

Usage
-----
Expand Down Expand Up @@ -45,7 +52,7 @@ scanner = VulnscanManager(HOST, USER, PASSWORD, PORT, TIMEOUT)
scan_id, target_id = scanner.launch_scan(
target = "127.0.0.1", # Target to scan
profile = "Full and fast")
```
```

Launch advanced scan
____________________
Expand Down

0 comments on commit ac18170

Please sign in to comment.