epsylon / ufonet

UFONet - Denial of Service Toolkit
https://ufonet.03c8.net
2.21k stars 610 forks source link

Compatible with windows? #16

Closed Beyarz closed 8 years ago

Beyarz commented 8 years ago

Hi, How do you run Ufonet on windows 10?

I've tried to run Ufonet on windows 10 but I can't get it to work, I've installed every single required software but I still get errors like:

\ufonet\core\main.py", line 10, in import os, sys, re, traceback, random, time, threading, base64, socket, httplib, ssl, requests, string ImportError: No module named requests

It would be wonderful If Ufonet worked on windows.

epsylon commented 8 years ago

Hi, Try to install "requests" module as follow (Windows): http://stackoverflow.com/questions/17309288/importerror-no-module-named-requests

Beyarz commented 8 years ago

Installed all the require modules (Requests module & PyCurl module), It's fully working now!