Skip to content

Commit acf03ef

Browse files
authored
Update README.md
1 parent b57017d commit acf03ef

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Static security code scanner (SAST) for Node.js applications.
44

5+
[![platform](https://img.shields.io/badge/platform-osx%2Flinux%2Fwindows-green.svg)](https://github.com/ajinabraham/NodeJsScan)
6+
[![License](https://img.shields.io/:license-gpl3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
7+
[![python](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/)
8+
[![Requirements Status](https://requires.io/github/ajinabraham/NodeJsScan/requirements.svg?branch=master)](https://requires.io/github/ajinabraham/NodeJsScan/requirements/?branch=master)
9+
510
### Configure & Run NodeJsScan
611

712
Install Postgres and configure `SQLALCHEMY_DATABASE_URI` in `core/settings.py`
@@ -40,9 +45,6 @@ optional arguments:
4045
-v, --version Show nodejsscan version
4146
```
4247

43-
### Learn Node.js Security: Pentesting and Exploitation
44-
[OpSecX Video Course](https://opsecx.com/index.php/product/node-js-security-pentesting-and-exploitation/)
45-
4648
### Docker
4749

4850
```
@@ -57,6 +59,11 @@ docker pull opensecurity/nodejsscan
5759
docker run -it -p 9090:9090 opensecurity/nodejsscan:latest
5860
```
5961

62+
### Learn Node.js Security: Pentesting and Exploitation
63+
64+
[![OpSecX Video Course](https://user-images.githubusercontent.com/4301109/43572791-f54e87f6-965d-11e8-8811-7a8900df3379.png)](https://opsecx.com/index.php/product/node-js-security-pentesting-and-exploitation/?uid=github)
65+
66+
6067
#### NodeJsScan Web UI
6168
![NodeJsScan](https://cloud.githubusercontent.com/assets/4301109/22619224/26acd162-eb16-11e6-8f28-bd477c92991f.png)
6269

0 commit comments

Comments
 (0)