Skip to content

Commit

Permalink
💎 New logo + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samdenty committed Jan 5, 2018
1 parent 7bf2921 commit 22efc98
Show file tree
Hide file tree
Showing 20 changed files with 417 additions and 320 deletions.
69 changes: 60 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,68 @@
# Injectify
<p align="center">
<a href="https://injectify.samdd.me/?ref=logo">
<img src="https://github.com/samdenty99/injectify/raw/master/assets/injectify.png" width="100">
</a>
<h3 align="center">Injectify</h3>
<p align="center">
Perform advanced MiTM attacks on websites with ease.
</p>
</p>
<p align="center">
<b>
<a href="https://injectify.samdd.me/?ref=website">
Website
</a>&nbsp;|
<a href="https://samdenty99.github.io/r?https://trello.com/b/UdrfNufx">
Trello
</a>&nbsp;|
<a href="https://samdenty99.github.io/r?https://discord.gg/Nsz5AeD">
Discord
</a>&nbsp;|
<a href="https://samdenty99.github.io/r?https://github.com/samdenty99/injectify/wiki">
Browse the docs
</a>
</b>
<br><br>
<a href="https://samdenty99.github.io/r?https://travis-ci.org/samdenty99/injectify">
<img src="https://img.shields.io/travis/samdenty99/injectify.svg?style=flat">
</a>
<a href="https://samdenty99.github.io/r?http://www.somsubhra.com/github-release-stats/?username=samdenty99&repository=Wi-PWN">
<img src="https://img.shields.io/github/package-json/v/samdenty99/injectify.svg?style=flat">
</a>
<a href="https://samdenty99.github.io/r?https://discord.gg/yN2x7sp">
<img src="https://img.shields.io/discord/335836376031428618.svg?colorB=1081C1&style=flat">
</a>
</p>
<h2></h2>


![Screenshot of the Injectify UI](https://samdd.me/images/projects/injectify.png)
A modern BeEF inspired framework for the 21st century.

## Setting up the server
## Getting started
1. Clone this repo
2. [Download & install MongoDB](https://www.mongodb.com/download-center#community)
>
> If using Windows, make sure `C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe` is in your path environment variable
3. [Create a new GitHub application](https://github.com/settings/applications/new)<br><br>
![GitHub Applications page](https://i.imgur.com/oiuiMhR.png)
4. Copy `server.config.example.js` to `server.config.js` and replace the GitHub client ID and secret.<br><br>
![GitHub client ID & secret](https://i.imgur.com/JId0Wyk.png)
![server.config.js](https://i.imgur.com/cRcES59.png)
5. Making sure NodeJS and NPM are installed, and run the following in a terminal:
```bash
# install Yarn package manager
sudo npm i -g yarn

- [Download & install MongoDB](https://www.mongodb.com/download-center#community)
- If using Windows, make sure `C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe` is in your path environment variable
- Go into the `source/server/` folder and execute `npm run dev`
# make sure you're in the root of the Injectify repo
yarn run install-all

[![Analytics](https://ga-beacon.appspot.com/UA-85426772-5/Injectify/?pixel)](https://github.com/igrigorik/ga-beacon)
# this will start the MongoDB database & the webpack dev server
yarn run dev

# MAKE SURE to run this in a new terminal in the Injectify directory
yarn run server
```
npm install -g nodemon
npm install -g cross-env
6. Injectify is now available over at [`http://localhost:3000`](http://localhost:3000)

```
[![Analytics](https://ga-beacon.appspot.com/UA-85426772-5/Injectify/?pixel)](https://github.com/igrigorik/ga-beacon)
Binary file modified assets/discord/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/injectify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/sizes/transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/sizes/transparent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/sizes/transparent_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/sizes/transparent_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interface/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interface/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interface/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions interface/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#3f51b5</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added interface/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interface/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added interface/favicon.ico
Binary file not shown.
15 changes: 12 additions & 3 deletions interface/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@
<html>
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://injectify.samdd.me/favicon.ico">
<meta name="theme-color" content="#4050B5">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Injectify</title>

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#3f51b5">
<meta name="apple-mobile-web-app-title" content="Injectify">
<meta name="application-name" content="Injectify">
<meta name="theme-color" content="#4050B5">

<meta property="og:title" content="Injectify" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Perform advanced MiTM attacks on websites with ease." />
Expand All @@ -24,6 +32,7 @@
<script type="application/ld+json">
{"name":null,"description":"Perform advanced MiTM attacks on websites with ease.","author":null,"@type":"WebPage","url":"https://injectify.samdd.me/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://widgetbot.io/widgetbot.png"}},"image":"https://injectify.samdd.me/assets/injectify.png","headline":"Injectify","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}
</script>

<link rel="stylesheet" href="/assets/css/main.css?1514826144">
<script src="/bundle.js?1514826144" async></script>
</head>
Expand Down
18 changes: 18 additions & 0 deletions interface/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Injectify",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added interface/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions interface/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 22efc98

Please sign in to comment.