Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (2)

Powered by Vanilla. Made with Bootstrap.
Is there anny solution for this problem
  • Please cane you post the the exploit compiled that you used ...

    Is verry importnant for me ...

    Thanks
  • Xin
    Posts: 3,251
    said:


    Please cane you post the the exploit compiled that you used ...

    Is verry importnant for me ...

    Thanks



    If your online now il teamviewer you and try do it for you, as from my past experience you cant use a file compiled on a different OS / architechture on another pc it wont work. You'l have to compile it on your server
    Xin
  • I have th esame problem.

    someone can teamviewer to fix it ?

    said:


    said:


    Please cane you post the the exploit compiled that you used ...

    Is verry importnant for me ...

    Thanks



    If your online now il teamviewer you and try do it for you, as from my past experience you cant use a file compiled on a different OS / architechture on another pc it wont work. You'l have to compile it on your server


    [hr]
    I have th esame problem.

    gcc -o make_me_root make_me_root.c

    1221.c:37:2: error: #error "r34d th3 c0d3 m0r0n!!# () #"
    1221.c:1770:15: warning: no newline at end of file


    someone can teamviewer to fix it ?

    said:


    said:


    Please cane you post the the exploit compiled that you used ...

    Is verry importnant for me ...

    Thanks



    If your online now il teamviewer you and try do it for you, as from my past experience you cant use a file compiled on a different OS / architechture on another pc it wont work. You'l have to compile it on your server
  • sangf
    Posts: 203
    reading, thinking, trying, and responding to helpful feedback should all come before begging someone to hold your hand through the entire process. not in this thead, apparently.
    anyway, i mentioned it targets 32-bit x86, if you have a x64 machine you can still force it using -m32 flag (ie. gcc -m32 make_me_root make_me_root.c). might need to install ia32-libs to use -m32 sucessfully though. and if all else fails, just try removing the warning as i mentioned before.
  • Sh3llc0d3
    Posts: 1,910
    said:


    reading, thinking, trying, and responding to helpful feedback should all come before begging someone to hold your hand through the entire process. not in this thead, apparently.


    Quoted for truth.
  • when i type

    gcc -m32 make_me_root make_me_root.c

    I got this


    gcc: make_me_root: No such file or directory
    In file included from /usr/include/features.h:352,
    from /usr/include/sys/poll.h:23,
    from /usr/include/poll.h:1,
    from make_me_root.c:1:
    /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
    make_me_root.c:1770:15: warning: no newline at end of file


    someone know why ?
  • Sh3llc0d3
    Posts: 1,910
    @above poster:

    "gcc -m32 -o make_me_root make_me_root.c"

    I'm closing this thread now as the question has been answered. Sangf and others have provided assistance. Simple googling would uncover the problems to several of these issues.
This discussion has been closed.
All Discussions