-
How to patch rdekstop to allow rdp pass crack
Hi all
I am a noob and i need some help cracking a windows terminal services rdp service.
I uninstalled the rd client that comes with bt4 and installed rdp 1.5 . I tried to patch it then like this
patch -p1 -i rdp-brute-force-r805.diff
and it was ok I guess !
Configure worked fine also but make just didnt go through . Did any one have any luck patching rdesktop or may have any ideas how would i go about trying to brute force the windows terminal server ?
Thanks
-
Good friend of the forums
any chance you would provide us with the error message when make dies?
-
Below the error produced ... thnx
xwin.c:3440: error: ‘seamless_window’ has no member named ‘outpos_xoffset’
xwin.c:3440: error: ‘seamless_window’ has no member named ‘outpos_yoffset’
xwin.c:3440: warning: statement with no effect
xwin.c:3441: error: ‘seamless_window’ has no member named ‘outpos_width’
xwin.c:3441: error: ‘seamless_window’ has no member named ‘outpos_height’
xwin.c:3441: warning: statement with no effect
xwin.c:3443: error: ‘seamless_window’ has no member named ‘next’
xwin.c:3443: warning: statement with no effect
xwin.c:3447: warning: implicit declaration of function ‘XAllocWMHints’
xwin.c:3447: warning: statement with no effect
xwin.c:3450: error: request for member ‘flags’ in something not a structure or union
xwin.c:3450: error: ‘WindowGroupHint’ undeclared (first use in this function)
xwin.c:3450: warning: statement with no effect
xwin.c:3451: error: request for member ‘window_group’ in something not a structure or union
xwin.c:3451: error: ‘seamless_window’ has no member named ‘group’
xwin.c:3451: error: request for member ‘wnd’ in something not a structure or union
xwin.c:3451: warning: statement with no effect
xwin.c:3452: warning: implicit declaration of function ‘XSetWMHints’
xwin.c:3452: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c: In function ‘ui_seamless_destroy_window’:
xwin.c:3473: error: ‘g_display’ undeclared (first use in this function)
xwin.c:3473: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c: In function ‘ui_seamless_destroy_group’:
xwin.c:3488: error: ‘seamless_window’ has no member named ‘next’
xwin.c:3488: warning: assignment from incompatible pointer type
xwin.c:3490: error: ‘seamless_window’ has no member named ‘group’
xwin.c:3490: error: request for member ‘id’ in something not a structure or union
xwin.c:3490: warning: comparison between pointer and integer
xwin.c:3492: error: ‘g_display’ undeclared (first use in this function)
xwin.c:3492: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c: In function ‘ui_seamless_move_window’:
xwin.c:3515: error: ‘seamless_window’ has no member named ‘outstanding_position’
xwin.c:3522: error: ‘seamless_window’ has no member named ‘xoffset’
xwin.c:3522: warning: statement with no effect
xwin.c:3523: error: ‘seamless_window’ has no member named ‘yoffset’
xwin.c:3523: warning: statement with no effect
xwin.c:3524: error: ‘seamless_window’ has no member named ‘width’
xwin.c:3524: warning: statement with no effect
xwin.c:3525: error: ‘seamless_window’ has no member named ‘height’
xwin.c:3525: warning: statement with no effect
xwin.c:3529: error: ‘seamless_window’ has no member named ‘state’
xwin.c:3537: warning: implicit declaration of function ‘XMoveResizeWindow’
xwin.c:3537: error: ‘g_display’ undeclared (first use in this function)
xwin.c:3537: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c:3537: error: ‘seamless_window’ has no member named ‘xoffset’
xwin.c:3537: error: ‘seamless_window’ has no member named ‘yoffset’
xwin.c:3537: error: ‘seamless_window’ has no member named ‘width’
xwin.c:3537: error: ‘seamless_window’ has no member named ‘height’
xwin.c: In function ‘ui_seamless_restack_window’:
xwin.c:3559: error: ‘Window’ undeclared (first use in this function)
xwin.c:3559: warning: statement with no effect
xwin.c:3559: error: expected ‘;’ before ‘wnds’
xwin.c:3569: error: ‘wnds’ undeclared (first use in this function)
xwin.c:3569: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c:3569: warning: assignment makes integer from pointer without a cast
xwin.c:3570: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c:3570: warning: assignment makes integer from pointer without a cast
xwin.c:3572: warning: implicit declaration of function ‘XRestackWindows’
xwin.c:3572: error: ‘g_display’ undeclared (first use in this function)
xwin.c:3576: warning: implicit declaration of function ‘XRaiseWindow’
xwin.c:3576: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c: In function ‘ui_seamless_settitle’:
xwin.c:3599: error: ‘g_display’ undeclared (first use in this function)
xwin.c:3599: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c:3600: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c: In function ‘ui_seamless_setstate’:
xwin.c:3623: warning: implicit declaration of function ‘ewmh_change_state’
xwin.c:3623: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c:3624: error: ‘g_display’ undeclared (first use in this function)
xwin.c:3624: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c:3632: error: ‘seamless_window’ has no member named ‘state’
xwin.c:3632: warning: comparison between pointer and integer
xwin.c:3634: error: ‘XWMHints’ undeclared (first use in this function)
xwin.c:3634: error: ‘hints’ undeclared (first use in this function)
xwin.c:3634: error: invalid operands to binary * (have ‘int *’ and ‘int *’)
xwin.c:3634: warning: statement with no effect
xwin.c:3635: warning: implicit declaration of function ‘XGetWMHints’
xwin.c:3635: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c:3635: warning: statement with no effect
xwin.c:3638: error: request for member ‘flags’ in something not a structure or union
xwin.c:3638: error: ‘StateHint’ undeclared (first use in this function)
xwin.c:3638: warning: statement with no effect
xwin.c:3639: error: request for member ‘initial_state’ in something not a structure or union
xwin.c:3639: error: ‘IconicState’ undeclared (first use in this function)
xwin.c:3639: warning: statement with no effect
xwin.c:3640: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c:3643: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c:3646: warning: implicit declaration of function ‘XIconifyWindow’
xwin.c:3646: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c:3653: error: ‘seamless_window’ has no member named ‘state’
xwin.c:3653: warning: statement with no effect
xwin.c: In function ‘ui_seamless_syncbegin’:
xwin.c:3666: error: ‘g_display’ undeclared (first use in this function)
xwin.c:3666: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c: In function ‘ui_seamless_ack’:
xwin.c:3676: error: ‘seamless_window’ has no member named ‘next’
xwin.c:3676: warning: assignment from incompatible pointer type
xwin.c:3678: error: ‘seamless_window’ has no member named ‘outstanding_position’
xwin.c:3678: error: ‘seamless_window’ has no member named ‘outpos_serial’
xwin.c:3678: warning: comparison between pointer and integer
xwin.c:3680: error: ‘seamless_window’ has no member named ‘xoffset’
xwin.c:3680: error: ‘seamless_window’ has no member named ‘outpos_xoffset’
xwin.c:3680: warning: statement with no effect
xwin.c:3681: error: ‘seamless_window’ has no member named ‘yoffset’
xwin.c:3681: error: ‘seamless_window’ has no member named ‘outpos_yoffset’
xwin.c:3681: warning: statement with no effect
xwin.c:3682: error: ‘seamless_window’ has no member named ‘width’
xwin.c:3682: error: ‘seamless_window’ has no member named ‘outpos_width’
xwin.c:3682: warning: statement with no effect
xwin.c:3683: error: ‘seamless_window’ has no member named ‘height’
xwin.c:3683: error: ‘seamless_window’ has no member named ‘outpos_height’
xwin.c:3683: warning: statement with no effect
xwin.c:3684: error: ‘seamless_window’ has no member named ‘outstanding_position’
xwin.c:3684: warning: statement with no effect
xwin.c:3689: error: ‘g_display’ undeclared (first use in this function)
xwin.c:3689: error: ‘g_backstore’ undeclared (first use in this function)
xwin.c:3690: error: ‘seamless_window’ has no member named ‘wnd’
xwin.c:3690: error: ‘g_gc’ undeclared (first use in this function)
xwin.c:3691: error: ‘seamless_window’ has no member named ‘xoffset’
xwin.c:3691: error: ‘seamless_window’ has no member named ‘yoffset’
xwin.c:3691: error: ‘seamless_window’ has no member named ‘width’
xwin.c:3691: error: ‘seamless_window’ has no member named ‘height’
make: *** [xwin.o] Error 1
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules