Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeGT committed Apr 20, 2014
1 parent 1590002 commit 784fa51
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -5,3 +5,12 @@ A proof-of-concept for a browser-based XSS-deliverable botnet which does not exp

See the slides here:
https://slides.com/luketsekouras/xss-botnet

Most of this project is written in Javascript (you need node), some in coffeescript.

The `cc` folder is code for the command centre, just run `app.js`. There is an additional tool at `cc/commander.coffee` used to connect to and use the command centre.

The `shite` folder contains code for a demo site that was used during presentations.

In the root directory lies various `*.js` files which constitute the client-side code. The entry point is either `init_ajax.js` or `init_iframe.js`, depending on what technique you wish to use.

0 comments on commit 784fa51

Please sign in to comment.