Questions tagged [dce]

The Distributed Computing Environment (DCE) is a framework and toolkit for developing client/server applications, developed in the early 1990s.

The Distributed Computing Environment (DCE) is a framework and toolkit for developing client/server applications, developed in the early 1990s.

http://en.wikipedia.org/wiki/Distributed_Computing_Environment

18 questions
10
votes
4 answers

What does "clock sequence" mean?

RFC 4122 (A Universally Unique IDentifier (UUID) URN Namespace) uses the term "clock sequence": 4.1.5. Clock Sequence For UUID version 1, the clock sequence is used to help avoid duplicates that could arise when the clock is set backwards in…
Quang Van
  • 11,475
  • 12
  • 57
  • 61
8
votes
1 answer

Understanding smb and DCERPC for remote command execution capabilities

I'm trying to understand all the methods available to execute remote commands on Windows through the impacket scripts: https://www.coresecurity.com/corelabs-research/open-source-tools/impacket https://github.com/CoreSecurity/impacket I understand…
user134167
  • 195
  • 3
  • 9
3
votes
1 answer

Decryption of: DCE/RPC with NTLMSSP

I have pcap containing DCE/RPC traffic whith authentication over NTLMSSP at the beginning. Is it possible with Wireshark (or other tool) to decrypt DCE/RPC communication provided I have NTLMSSP NT password? In Wireshark Protocol preferences I…
berma
  • 31
  • 4
3
votes
1 answer

RPC & TCP Behavior

Can someone describe from a network point of view what RPC (SUN and/or DCE) is and why it deviates from standard TCP behavior? The way that I understand it is a client reaches out to a server with a unique source port and then switches the source…
Keenan
  • 37
  • 2
3
votes
0 answers

How to use the dcerpc library implement by samba?

Now I have a task to write rpc server and client by the dcerpc library implement by samba. I wanted to get some info from samba.org and the source in past 4 days. Unfortunately i get nothing useful to me. Is there an example or tutorial for writing…
ChouQ
  • 31
  • 2
2
votes
0 answers

DCE RPC bink_nak reason protocol version not supported

I have an application hosted on Linux 5.5 that uses SMB and RPC calls to a Windows server to gain some data from the registry. The problem is that when I have a look at the wireshark traces I see a response coming from the windows server stating…
Vinay
  • 71
  • 1
  • 4
2
votes
0 answers

Windows RPC vs XML-RPC

Is there any benchmark about encoding/decoding certain common typed data in Microsoft RPC NDR engine (DCE 1.1) in comparison with that in XML-RPC-C/C++ in the de-facto C/C++ implementation in XML-RPC? Actually I have to choose between Windows RPC…
Y.Z
  • 626
  • 2
  • 9
  • 21
1
vote
1 answer

DCE image don't run after upgrade to TYPO3 v10

I have upgraded a TYPO3 project from v6 to v10. Some content of DCE elements aren't working anymore, this is the code there: TCA: group db
Mohamed Masmoudi
  • 547
  • 1
  • 9
  • 23
1
vote
1 answer

What is the meaning of referent_id in a SMB2/DCERPC SRVSVC NetSessEnum request?

I'm trying to dissect a NetSessEnum request over SMB2 (srvsvc opnum 12) According to Wireshark, a field called Referent_ID seems to have a value of 0x00020000. I can't find proper documentation regarding this field. I'd like to know, if only…
user2679436
  • 410
  • 4
  • 14
1
vote
1 answer

DCE Cassandra 3.9 slow secondary index creation during joining existing cluster

We have cassandra cluster with 32 nodes, average node size is about 1TB. Node configuration 1xIntel Xeon E3-1271v3, 32GB ram, 2x3TB HDD. We have one DB with some small tables and one big table, that holds is about 90-95% of total cluster size. I try…
0
votes
0 answers

Translating R code into Stata Code for calculating Sample size for a discrete choice experiment

I am trying to compute sample size for a discrete choice experiment, but the literature i found and the code is written in R. However I am trying to replicate the code in…
0
votes
0 answers

TYPO3 DCE with fatal error in typo3temp output_tca_and_flexform.php

Version TYPO3: 8.5.34 PHP: 7.4 DCE: 2.6.1 I get the following error message intermittently. Fatal error: require_once(): Failed opening required '/public/typo3temp/var/Cache/cache_dce/output_tca_and_flexform.php' My website is then broken and…
schumiel
  • 51
  • 1
  • 13
0
votes
1 answer

Can not output image title and description for TYPO3 extension DCE images

I created in TYPO3 extension DCE an image field that allows to input an image with caption and title field in the backend. But I couldn't access the value of these fields to input in the alt-tag in source. No values are shown by f:debug, how can I…
ayhan
  • 27
  • 7
0
votes
1 answer

Error while installing Dynamic Code Evolution VM (DCE) with Java 8

I am running Ubuntu 17.04 (64-bit) with Java 8. I am facing following error while installing Dynamic Code Evolution VM (DCE) with Java 8. Could not find data/64/lib/amd64/server/libjvm.so in jar-file. I have tried to put amd64 libraries in…
Hushen Savani
  • 346
  • 6
  • 18
0
votes
0 answers

Relocation error in dce R_X86_64_PLTOFF64

I've been trying to compile Direct Code Execution (DCE) - an extension to the network simulator ns-3 that can run real programs (VLC, iperf) within the simulator via providing a fake POSIX layer - without success since my upgrade to ubuntu…
mattator
  • 319
  • 3
  • 12
1
2