Skip to content

Some initial feedback on Havoc #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,6 @@ pip-log.txt

#Mr Developer
.mr.developer.cfg

# Node.js dependencies from npm
node_modules/
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ https://github.com/joyent/node
```
git clone https://github.com/plamzi/Havoc
```

* Install node.js dependencies from npm:
```
cd clone
npm install
```

* Modify config.js to include your SQL server credentials. If you are not using MySQL for storage (recommended), you will need to modify the dialect and port settings as well. For example:
```
db: {
Expand Down
1 change: 0 additions & 1 deletion node_modules/MD5/.npmignore

This file was deleted.

4 changes: 0 additions & 4 deletions node_modules/MD5/.travis.yml

This file was deleted.

27 changes: 0 additions & 27 deletions node_modules/MD5/LICENSE

This file was deleted.

103 changes: 0 additions & 103 deletions node_modules/MD5/README.md

This file was deleted.

160 changes: 0 additions & 160 deletions node_modules/MD5/md5.js

This file was deleted.

27 changes: 0 additions & 27 deletions node_modules/MD5/node_modules/charenc/LICENSE.mkd

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/MD5/node_modules/charenc/README.js

This file was deleted.

33 changes: 0 additions & 33 deletions node_modules/MD5/node_modules/charenc/charenc.js

This file was deleted.

Loading