shell bypass 403
GrazzMean Shell
: /proc/thread-self/root/proc/thread-self/root/usr/lib/node_modules/npm/node_modules/has/ [ drwxr-xr-x ]
# has
> Object.prototype.hasOwnProperty.call shortcut
## Installation
```sh
npm install --save has
```
## Usage
```js
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true
```