Code Monkey home page Code Monkey logo

websploit's Introduction

Screenshot

Project in SourceForge : http://sourceforge.net/projects/websploit

Author : 0x0ptim0us (Fardin Allahverdinazhand) Email & Report Bug : [email protected] Blog : http://0x0ptim0us.blogspot.com

If your system doesn't have enough copies of the full text of the GNU General Public License already, we have provided another one in the "COPYING.GPL" file.

Supported Attack :

[+]Autopwn - Used From Metasploit For Scan and Exploit Target Service
[+]Browser AutoPWN - Exploit Victim Browser
[+]wmap - Scan,Crawler Target Used From Metasploit wmap plugin
[+]format infector - inject reverse & bind payload into file format
[+]MLITM,XSS Phishing - Man Left In The Middle Attack
[+]MITM - Man In The Middle Attack
[+]USB Infection Attack - Create Executable Backdoor For Windows
[+]MFOD Attack - Middle Finger Of Doom Attack
[+]Java Applet Attack Vector 
[+]ARP DOS - ARP Cache Denial Of Service Attack With Random MAC
[+]Directory Scanner - Scan Target Directorys
[+]Apache US - Scan Apache users
[+]PHPMyAdmin - Scan PHPMyAdmin Login Page
[+]Web Killer - Using From The TCPKill For Down Your WebSite On Network
[+]Fake AP - Fake Access Point
[+]FakeUpdate - Fake update attack 

[+]Wifi Jammer - Wifi Jammer Attack [+]Wifi Dos - Wifi Dos RQ Attack [+]Wifi Mass De-authentication attack

Download and Clone

Download: https://github.com/The404Hacking/websploit/archive/master.zip

Clone: git clone https://github.com/The404Hacking/websploit.git

The404Hacking | Digital UnderGround Team

The404Hacking

Follow us !

The404Hacking - The404Cracking

Instagram - GitHub

YouTube - Aparat

Email

[email protected]

websploit's People

Contributors

the404hacking avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

websploit's Issues

Help

$ python2 websploit.py
Traceback (most recent call last):
File "websploit.py", line 55, in
from modules import arp_poisoner
File "/data/data/com.termux/files/home/websploit/Setup/websploit/websploit/modules/arp_poisoner.py", line 11, in
from scapy.all import *
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/all.py", line 27, in
from scapy.route import *
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/route.py", line 203, in
conf.iface = get_working_if()
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/arch/linux.py", line 144, in get_working_if
for i in get_if_list():
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/arch/linux.py", line 127, in get_if_list
f.close()
Unbou

...1

@Al3xFlores
@hecho.para.ti
@juancarlos.orozco84
@starface_k2
@paoofloresp
@princeEA
@valentinabatta
@dany0291
@diegosandiaaa
@dmtx_oficial
@

Wrong start python2 websploit.py

~/websploit $ python2 websploit.py
Traceback (most recent call last):
File "websploit.py", line 55, in
from modules import arp_poisoner
File "/data/data/com.termux/files/home/websploit/modules/arp_poisoner.py", line 11, in
from scapy.all import *
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/all.py", line 16, in
from scapy.arch import *
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/arch/init.py", line 135, in
_set_conf_sockets() # Apply config
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/config.py", line 618, in _set_conf_sockets
conf.ifaces.reload()
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/interfaces.py", line 238, in reload
self._reload_provs()
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/interfaces.py", line 234, in _reload_provs
self._load(prov.reload(), prov)
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/interfaces.py", line 53, in reload
return self.load()
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/arch/linux.py", line 420, in load
get_if_raw_hwaddr(i, siocgifhwaddr=SIOCGIFHWADDR)[1]
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/arch/common.py", line 87, in get_if_raw_hwaddr
get_if(iff, siocgifhwaddr)
File "/data/data/com.termux/files/usr/lib/python2.7/site-packages/scapy/arch/common.py", line 65, in get_if
return ioctl(sck, cmd, struct.pack("16s16x", iff.encode("utf8")))
IOError: [Errno 13] Permission denied

Not able to import scapy.all

Traceback (most recent call last):
File "websploit.py", line 55, in
from modules import arp_poisoner
File "/home/prakhar/Desktop/websploit/modules/arp_poisoner.py", line 11, in
from scapy.all import *
ImportError: No module named scapy.all

Missing parentheses in call to 'print'

Getting error with using termux
websploit/websploit.py", line 152
print "Wrong Command => ", terminal
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Wrong Command => ", terminal)?z

Print error

python websploit.py install
File "/root/Desktop/websploit 3.0/websploit.py", line 152
print "Wrong Command => ", terminal
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

scapy issue when starting websploit.py

Hi everyone. I'm trying to use websploit on Kali Linux. I do python websploit.py (I have python 2.7 installed through pyenv). When I tried the first time to do it, it gave me the error:

โ””โ”€$ python websploit.py
Traceback (most recent call last):
File "websploit.py", line 55, in
from modules import arp_poisoner
File "/home/madding/Descargas/websploit/modules/arp_poisoner.py", line 11, in
from scapy.all import *
ImportError: No module named scapy.all

after installing scapy by getting from the repo and doing python setup.py install, I try to execute again, but get the next error:

ERROR: Loading module scapy.layers.mspac
Traceback (most recent call last):
File "/home/madding/.pyenv/versions/2.7.18/lib/python2.7/site-packages/scapy-2.5.0-py2.7.egg/scapy/main.py", line 156, in _load
mod = importlib.import_module(module)
File "/home/madding/.pyenv/versions/2.7.18/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
File "/home/madding/.pyenv/versions/2.7.18/lib/python2.7/site-packages/scapy-2.5.0-py2.7.egg/scapy/layers/mspac.py", line 482, in
class CLAIM_ENTRY(NDRPacket):
File "/home/madding/.pyenv/versions/2.7.18/lib/python2.7/site-packages/scapy-2.5.0-py2.7.egg/scapy/layers/mspac.py", line 486, in CLAIM_ENTRY
NDRInt3264EnumField("Type", 0, CLAIM_TYPE),
File "/home/madding/.pyenv/versions/2.7.18/lib/python2.7/site-packages/scapy-2.5.0-py2.7.egg/scapy/layers/dcerpc.py", line 1102, in init
_NDREnumField(*args, **kwargs), align=(2, 4)
File "/home/madding/.pyenv/versions/2.7.18/lib/python2.7/site-packages/scapy-2.5.0-py2.7.egg/scapy/fields.py", line 2467, in init
keys = list(enum) # type: ignore
TypeError: 'type' object is not iterable

After that, Websplout opens, but I'm not sure it's going to go okay. How can I fix this error?

TIA

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.