Codebase list osrframework / 5315caf osrframework / transforms / lib / osrframework-maltego-settings / TransformRepositories / Local / i3visio.textToSHA1Entities.transform
5315caf

Tree @5315caf (Download .tar.gz)

i3visio.textToSHA1Entities.transform @5315cafraw · history · blame

<MaltegoTransform name="i3visio.textToSHA1Entities" displayName="i3visio - textToSHA1Entities" abstract="false" template="false" visibility="public" author="i3visio" requireDisplayInfo="false">
   <TransformAdapter>com.paterva.maltego.transform.protocol.v2api.LocalTransformAdapterV2</TransformAdapter>
   <Properties>
      <Fields>
         <Property name="transform.local.command" type="string" nullable="false" hidden="false" readonly="false" description="The command to execute for this transform" popup="false" abstract="false" visibility="public" displayName="Command line">
            <SampleValue></SampleValue>
         </Property>
         <Property name="transform.local.parameters" type="string" nullable="true" hidden="false" readonly="false" description="The parameters to pass to the transform command" popup="false" abstract="false" visibility="public" displayName="Command parameters">
            <SampleValue></SampleValue>
         </Property>
         <Property name="transform.local.working-directory" type="string" nullable="true" hidden="false" readonly="false" description="The working directory used when invoking the executable" popup="false" abstract="false" visibility="public" displayName="Working directory">
            <DefaultValue><CUSTOM_WORKING_DIRECTORY></DefaultValue>
            <SampleValue></SampleValue>
         </Property>
         <Property name="transform.local.debug" type="boolean" nullable="true" hidden="false" readonly="false" description="When this is set, the transform&apos;s text output will be printed to the output window" popup="false" abstract="false" visibility="public" displayName="Show debug info">
            <SampleValue>false</SampleValue>
         </Property>
      </Fields>
   </Properties>
   <InputConstraints>
      <Entity type="i3visio.text" min="1" max="1"/>
   </InputConstraints>
   <OutputEntities/>
   <defaultSets>
      <Set name="i3visio"/>
   </defaultSets>
   <StealthLevel>0</StealthLevel>
</MaltegoTransform>