Giter Site home page Giter Site logo

cicspwn's People

Contributors

ayoul3 avatar wizardofzos 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cicspwn's Issues

SyntaxError: invalid syntax

i have this error

 cicspwn-master]# python3.5 cicspwn.py localhost 992 -i -a cics
  File "cicspwn.py", line 127
    except CommandError, e:
                       ^
SyntaxError: invalid syntax

Issue with interaction to py3270

i keep getting an erro when running the tool:

Traceback (most recent call last):
File "./cicspwn.py", line 2607, in
main(results)
File "./cicspwn.py", line 2355, in main
if not check_valid_applid(results.applid, do_authent,custom_cics=results.custom_cics):
File "./cicspwn.py", line 347, in check_valid_applid
do_authenticate(results.userid, results.password, pos_pass)
File "./cicspwn.py", line 298, in do_authenticate
em.move_to(pos_pass,pwd_y_pos)
File "/usr/local/lib/python2.7/dist-packages/py3270-0.3.4-py2.7.egg/py3270/init.py", line 383, in move_to
xpos -= 1
TypeError: unsupported operand type(s) for -=: 'NoneType' and 'int'

As i see it, it's more of a py3270 issue but wanted to see if anyone had any tips.

"Could not find a password field"

I have tried to use the tool on what I hope is my freshly secured CICS install (python cicspwn.py -a CICS localhost 3270 -i -U MYID -P MYPASS) but am getting the error "[#] Could not find a password field. Was looking for "password", "code" or "pass" strings"

However my CICS screen looks like this so I'm a bit confused why I'm getting the above error message:
screenshot 2016-09-06 21 16 37

ascii conversion stopping error

Traceback (most recent call last):
File "cicspwn/cicspwn.py", line 2604, in
connect_zOS(results.IP+":"+results.PORT)
File "cicspwn/cicspwn.py", line 283, in connect_zOS
if not em.is_connected():
File "/usr/local/lib/python2.7/dist-packages/py3270/init.py", line 336, in is_connected
self.exec_command(b'ignore')
File "/usr/local/lib/python2.7/dist-packages/py3270/init.py", line 299, in exec_command
c.execute()
File "/usr/local/lib/python2.7/dist-packages/py3270/init.py", line 77, in execute
return self.handle_result(result.decode('ascii'))
File "/usr/local/lib/python2.7/dist-packages/py3270/init.py", line 95, in handle_result
raise CommandError(msg.decode('ascii'))
py3270.CommandError: Unknown action: ignore

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.