Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
Adding the part I removed by mistake :3
Browse files Browse the repository at this point in the history
  • Loading branch information
D4Vinci authored Nov 3, 2018
1 parent ce7c04a commit db9bc2d
Showing 1 changed file with 79 additions and 1 deletion.
80 changes: 79 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,82 @@ options:
```
git clone https://github.com/D4Vinci/Dr0p1t-Framework.git
chmod 777 -R Dr0p1t-Framework
c
cd Dr0p1t-Framework
sudo chmod +x install.sh
./install.sh
python Dr0p1t.py
```

- On Windows (After downloading ZIP and upzip it)
```
cd Dr0p1t-Framework-master
python -m pip install -r windows_requirements.txt
python Dr0p1t.py
```
>Note : in python 2.7 you don't have pip so install it first from get-pip.py script [Google it]
### Tested on:

- Kali Linux Rolling
- Ubuntu 14.04-16.04 LTS
- Windows 10/8.1/8

# Work with Dr0p1t-Server
>Note : Server is still in beta version and it have a lot of features to add and also a better design [ Need a designer to contribute :D ]
## Prerequisites
- Stable internet connection.
- Port 5000 not used and firewall configured to not block connection from it

## Installation & run server
On Linux and Windows it's the same after installing Dr0p1t by doing the steps mentioned above, install modules in server_requirements.txt by using pip like :

```
python -m pip install -r server_requirements.txt
```
Now let's run our server script :

```
python Dr0p1t_Server.py
```
After running the server script, it will start to listen to all the connection coming to port 5000 using flask.

Now to use the server from your device open in browser either 127.0.0.1:5000 or [Your IP]:5000.

To open it from other devices in LAN open [Your Local IP]:5000 and for other devices in WAN open [Your Global IP]:5000 but make sure first that you configured you router to forward port 5000 connection to you.

After opening the serve page you will see a simple website with a simple design asking you for data needed [See server screenshots](#server-screenshots)

Then submit the data then it will be verified through some processes then the exe file will be generated and you will be redirected to page telling you the scam link.

After entering the link you will see a scam to download the dropper which it by default Adobe flash download page.
To replace the scam with yours replace the file "Scam.html" content with yours but remember the variables ( Don't remove it ).

## Server screenshots
<img src="https://github.com/D4Vinci/Dr0p1t-Framework/blob/master/Screenshots/Linux/LinuxServerTest-1.png" width="100%"></img>
<img src="https://github.com/D4Vinci/Dr0p1t-Framework/blob/master/Screenshots/Linux/LinuxServerTest-2.png" width="100%"></img>
<img src="https://github.com/D4Vinci/Dr0p1t-Framework/blob/master/Screenshots/Linux/LinuxServerTest-3.png" width="100%"></img>
<img src="https://github.com/D4Vinci/Dr0p1t-Framework/blob/master/Screenshots/Linux/LinuxServerTest-4.png" width="100%"></img>

[See more for Windows](https://github.com/D4Vinci/Dr0p1t-Framework/blob/master/Screenshots/Windows)
[See more for Linux](https://github.com/D4Vinci/Dr0p1t-Framework/blob/master/Screenshots/Linux)

# No distribute scan ( Please don't scan with virus total:3 )
<img src="https://github.com/D4Vinci/Dr0p1t-Framework/blob/master/Screenshots/nodistribute_scan.png" width="100%"></img>

## Todo [Check out this link](https://github.com/D4Vinci/Dr0p1t-Framework/projects/1)

## Contact
- [Twitter](https://twitter.com/D4Vinci1)

## Donation
If this tool has been useful for you, feel free to thank me by buying me a coffee :)

[![Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/d4vinci)

## Disclaimer
Dr0p1t Framework not responsible for misuse and for illegal purposes. Use it only for Pentest or educational purpose !!!

Copying a code from this framework or using it in another tool is accepted as you mention where you get it from :smile:

> Pull requests are always welcomed :D

0 comments on commit db9bc2d

Please sign in to comment.