Giter Site home page Giter Site logo

aegg's People

Contributors

ysc21 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

aegg's Issues

ImportError: NO module named socks

root:~#python
Python 2.7.6 (defaullt ......)

from pwn import *
Traceback (most recent call last):
File "", line 1, in

ImportError: No module named pwn

Does anyone help and thank you very much.

Concretizing symbolic length. Much sad; think about implementing.

When I run "python my_aegg.py"; I got this:
WARNING | 2016-10-31 05:38:06,210 | simuvex.plugins.symbolic_memory | Concretizing symbolic length. Much sad; think about implementing.
WARNING | 2016-10-31 05:38:19,864 | simuvex.s_run | Exit state has over 257 possible solutions. Likely unconstrained; skipping. <BV32 (if (((0xf7fb5fa1 + (if (<...> == <...>) then 0x804a060 else (if <...> then <...> else <...>)))[31:5] == 0x0) && ((1 + (if (<...>[7:0] == 0) then 0 else (if (<...> == <...>) then 1 else (if <...> then <...> else <...>)))) <= 29)) then 8 else file_/dev/stdin_0_0_5_2456[239:232]) .. (if (((0xf7fb5fa1 + (if (<...> == <...>) then 0x804a060 else (if <...> then <...> else <...>)))[31:5] == 0x0) && ((1 + (if (<...>[7:0] == 0) then 0 else (if (<...> == <...>) then 1 else (if <...> then <...> else <...>)))) <= 28)) then 4 else file_/dev/stdin_0_0_5_2456[231:224]) .. (if (((0xf7fb5fa1 + (if (<...> == <...>) then 0x804a060 else (if <...> then <...> else <...>)))[31:5] == 0x0) && ((1 + (if (<...>[7:0] == 0) then 0 else (if (<...> == <...>) then 1 else (if <...> then <...> else <...>)))) <= 27)) then 133 else file_/dev/stdin_0_0_5_2456[223:216]) .. (if (((0xf7fb5fa1 + (if (<...> == <...>) then 0x804a060 else (if <...> then <...> else <...>)))[31:5] == 0x0) && ((1 + (if (<...>[7:0] == 0) then 0 else (if (<...> == <...>) then 1 else (if <...> then <...> else <...>)))) <= 26)) then 132 else file_/dev/stdin_0_0_5_2456[215:208])>
... /* some other information */
...
INFO | 2016-10-31 05:38:40,134 | aegg.aegg | Can not generate any payload.
INFO | 2016-10-31 05:38:40,134 | aegg.aegg | Completed.

ImportError: No module named pwn

from aegg import AEGG
Traceback (most recent call last):
File "", line 1, in
File "aegg.py", line 1, in
from analyzer import Analyzer
File "analyzer.py", line 3, in
from pwn import *
ImportError: No module named pwn

ImportError: No module named pwn

root:~#python
Python 2.7.6 (defaullt ......)

from pwn import *
Traceback (most recent call last):
File "", line 1, in

ImportError: No module named pwn

Does anyone help and thank you very much.

Attempted relative import beyond toplevel package

my system is osx 10.10
when i running the script

aegg:master* λ cat exp.py
from aegg import AEGG

binary = './vul'
gg = AEGG(binary)

# generating payload!
gg.hack()

print repr(gg.payloads)
gg.save()
aegg:master* λ python exp.py
/Library/Python/2.7/site-packages/PIL/Image.py:84: RuntimeWarning: The _imaging extension was built for another  version of Pillow or PIL
  warnings.warn(str(v), RuntimeWarning)
/Library/Python/2.7/site-packages/PIL/Image.py:84: RuntimeWarning: The _imaging extension was built for another  version of Pillow or PIL
  warnings.warn(str(v), RuntimeWarning)
Traceback (most recent call last):
  File "exp.py", line 1, in <module>
    from aegg import AEGG
  File "/Users/sb/tools/aegg/aegg.py", line 3, in <module>
    from exploiter import Exploiter
  File "/Users/sb/tools/aegg/exploiter.py", line 1, in <module>
    from exploits import *
  File "/Users/sb/tools/aegg/exploits/__init__.py", line 1, in <module>
    from ret2stack import Ret2Stack
  File "/Users/sb/tools/aegg/exploits/ret2stack.py", line 1, in <module>
    from ..exploit import Exploit
ValueError: Attempted relative import beyond toplevel package
aegg:master* λ

List index out of range

When I run the program like in your tutorial (readme). I got this error. Do you know what is wrong?
Thank you very much.
error list index out of range

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.