Giter VIP home page Giter VIP logo

cve-2019-11932's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @dorkerdevil
  • ๐Ÿ‘€ Iโ€™m interested in vulnerability research and Threat Intel
  • ๐Ÿ“ซ How to reach me ?? - [email protected]

cve-2019-11932's People

Contributors

dorkerdevil 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

cve-2019-11932's Issues

no back connect

back connect to the attacker,
I tried with my own cellphone to open a .gif file and there was no back connect

Getting Error while compiling

I modified listener ip to my machine's ip address.
Then used command :
gcc -o exploit egif_lib.c exploit.c

::::::: Then Getting this error ::::::

In file included from egif_lib.c:5:
./gif_lib.h:23:14: error: typedef redefinition with different types ('long' vs 'long long')
typedef long __int64_t;
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:46:33: note: previous definition is here
typedef long long __int64_t;
^
In file included from egif_lib.c:5:
./gif_lib.h:24:23: error: typedef redefinition with different types ('unsigned long' vs 'unsigned long long')
typedef unsigned long __uint64_t;
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:47:33: note: previous definition is here
typedef unsigned long long __uint64_t;
^
In file included from egif_lib.c:5:
./gif_lib.h:59:23: error: typedef redefinition with different types ('int64_t' (aka 'long long') vs 'int16_t' (aka 'short'))
typedef int64_t int_fast16_t;
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:41:26: note: previous definition is here
typedef int16_t int_fast16_t;
^
In file included from egif_lib.c:5:
./gif_lib.h:60:23: error: typedef redefinition with different types ('uint64_t' (aka 'unsigned long long') vs 'uint16_t' (aka 'unsigned short'))
typedef uint64_t uint_fast16_t;
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:45:25: note: previous definition is here
typedef uint16_t uint_fast16_t;
^
In file included from egif_lib.c:5:
./gif_lib.h:61:23: error: typedef redefinition with different types ('int64_t' (aka 'long long') vs 'int32_t' (aka 'int'))
typedef int64_t int_fast32_t;
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:42:26: note: previous definition is here
typedef int32_t int_fast32_t;
^
In file included from egif_lib.c:5:
./gif_lib.h:62:23: error: typedef redefinition with different types ('uint64_t' (aka 'unsigned long long') vs 'uint32_t' (aka 'unsigned int'))
typedef uint64_t uint_fast32_t;
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:46:25: note: previous definition is here
typedef uint32_t uint_fast32_t;
^
6 errors generated.
In file included from exploit.c:1:
In file included from ./gif_lib.h:290:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/types.h:78:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:35:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/types.h:70:
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:46:33: error: typedef redefinition with different types ('long long' vs 'long')
typedef long long __int64_t;
^
./gif_lib.h:23:14: note: previous definition is here
typedef long __int64_t;
^
In file included from exploit.c:1:
In file included from ./gif_lib.h:290:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/types.h:78:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:35:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/types.h:70:
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:47:33: error: typedef redefinition with different types ('unsigned long long' vs 'unsigned long')
typedef unsigned long long __uint64_t;
^
./gif_lib.h:24:23: note: previous definition is here
typedef unsigned long __uint64_t;
^
In file included from exploit.c:1:
In file included from ./gif_lib.h:290:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/types.h:78:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/machine/types.h:35:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/types.h:79:
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_int64_t.h:30:33: error: typedef redefinition with different types ('long long' vs '__int64_t' (aka 'long'))
typedef long long int64_t;
^
./gif_lib.h:42:23: note: previous definition is here
typedef __int64_t int64_t;
^
In file included from exploit.c:1:
In file included from ./gif_lib.h:292:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:110:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/resource.h:72:
In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/stdint.h:63:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:26:
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/_types/_uint64_t.h:31:28: error: typedef redefinition with different types
('unsigned long long' vs '__uint64_t' (aka 'unsigned long'))
typedef unsigned long long uint64_t;
^
./gif_lib.h:43:23: note: previous definition is here
typedef _uint64_t uint64_t;
^
In file included from exploit.c:1:
In file included from ./gif_lib.h:292:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:110:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/resource.h:72:
In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/stdint.h:63:
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:41:26: error: typedef redefinition with different types ('int16_t' (aka 'short') vs 'int64_t' (aka 'long'))
typedef int16_t int_fast16_t;
^
./gif_lib.h:59:23: note: previous definition is here
typedef int64_t int_fast16_t;
^
In file included from exploit.c:1:
In file included from ./gif_lib.h:292:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:110:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/resource.h:72:
In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/stdint.h:63:
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:42:26: error: typedef redefinition with different types ('int32_t' (aka 'int') vs 'int64_t' (aka 'long'))
typedef int32_t int_fast32_t;
^
./gif_lib.h:61:23: note: previous definition is here
typedef int64_t int_fast32_t;
^
In file included from exploit.c:1:
In file included from ./gif_lib.h:292:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:110:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/resource.h:72:
In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/stdint.h:63:
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:45:25: error: typedef redefinition with different types ('uint16_t' (aka 'unsigned short') vs 'uint64_t'
(aka 'unsigned long'))
typedef uint16_t uint_fast16_t;
^
./gif_lib.h:60:23: note: previous definition is here
typedef uint64_t uint_fast16_t;
^
In file included from exploit.c:1:
In file included from ./gif_lib.h:292:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/wait.h:110:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/resource.h:72:
In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/stdint.h:63:
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdint.h:46:25: error: typedef redefinition with different types ('uint32_t' (aka 'unsigned int') vs 'uint64_t'
(aka 'unsigned long'))
typedef uint32_t uint_fast32_t;
^
./gif_lib.h:62:23: note: previous definition is here
typedef uint64_t uint_fast32_t;
^
exploit.c:62:5: warning: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Wimplicit-function-declaration]
memcpy(buffer, hexData, sizeof(hexData));
^
exploit.c:62:5: note: include the header <string.h> or explicitly provide a declaration for 'memcpy'
exploit.c:77:34: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Wimplicit-function-declaration]
memcpy(buffer + 32, command, strlen(command));
^
exploit.c:77:34: note: include the header <string.h> or explicitly provide a declaration for 'strlen'
exploit.c:139:13: warning: passing 'unsigned char [1000]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
get_hex(buffer, size, hex_dump, 5000, 16);
^~~~~~
exploit.c:6:15: note: passing argument to parameter 'buf' here
get_hex(char buf, int buf_len, char hex
, int hex_len, int num_col) {
^
3 warnings and 8 errors generated.

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.