GithubHelp home page GithubHelp logo

scripts's People

Contributors

curi0usjack avatar i128 avatar miketweaver avatar shellntel 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  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

scripts's Issues

IP Address issue

Tried to run the script on Ubuntu 16.04 on VMWare, and got the following error:
proxyadmin@VIVCOPROXCAN02:~/scripts$ python proxyCannon.py 5
Traceback (most recent call last):
File "proxyCannon.py", line 604, in
localIP = get_ip_address(args.interface)
File "proxyCannon.py", line 590, in get_ip_address
struct.pack('256s', ifname[:15])
IOError: [Errno 19] No such device

Invoke-SMBAutoBrute hardcoded domain name

You have a hardcoded domain name "lab.com" in the script. You might want to have the user enter it as a parameter., or auto discover it. Perhaps use [System.DirectoryServices.ActiveDirectory.Domain]::GetComputerDomain().Name.ToString() for this (haven't verified it).

No JSON object could be decoded

I'm trying to deploy this, and run into this error:

~$ ./spin-up.py --config spin-up.conf empire -p 443
[*] Connecting to Amazon's EC2
[*] Generating ssh keypairs
[*] Generating Amazon Security Group
[~] Starting instance, please give about 4 minutes for it to fully boot
[====================] 100%
[*] Provisioning Instance
[*] Enabling Root Logon
[*] Updating SSH Keys
[*] Restarting SSH service
[*] Installing dependencies
[*] Even more dependencies
[*] Cloning github repo
[*] Setting STAGING_KEY and Installing Empire
[*] Changing root profile
[*] Starting REST server
[*] Obtaining session id
/Library/Python/2.7/site-packages/requests/packages/urllib3/connectionpool.py:838: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/security.html
  InsecureRequestWarning)
Traceback (most recent call last):
  File "./spin-up.py", line 845, in <module>
    launch_empire()
  File "./spin-up.py", line 462, in launch_empire
    jdata = json.loads(response.content)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded

Any clues what to do to fix it?

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.