byt3bl33d3r / CrackMapExec

A swiss army knife for pentesting networks
BSD 2-Clause "Simplified" License
8.45k stars 1.64k forks source link

pip install issues with crackmapexec #119

Closed archey closed 8 years ago

archey commented 8 years ago

It looks like git merge wasnt cleaned up properly in a cmeserver.py

import BaseHTTPServer
import threading
import ssl
<<<<<<< HEAD:cme/cmeserver.py
<<<<<<< 23d8a6517fb1a36bac9b09e3923201ee291d00ac:cme/cmeserver.py
import os
import sys
from getpass import getuser
=======
import sys
>>>>>>> Added error handling for CME server in case the port is already in use.:core/cmeserver.py
=======
import sys
>>>>>>> da4e55380a1d1ad46d3176c513b829bd4a7099f4:core/cmeserver.py
from BaseHTTPServer import BaseHTTPRequestHandler

Can you fix this in the code and release a new version as it wont install from pypi?

archey commented 8 years ago

nvm had an outdated version closing this

byt3bl33d3r commented 8 years ago

@archey no worries! Cheers mate