Author Topic: Get alternates  (Read 1285 times)

0 Members and 1 Guest are viewing this topic.

GMib

  • Jr. Member
  • **
  • Posts: 26
  • Karma: 0
    • View Profile
Get alternates
« on: September 19, 2013, 11:08:59 AM »
hi , Is it be possible to get alternatives (key and value) who run script ?


jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Get alternates
« Reply #1 on: September 19, 2013, 11:11:25 AM »
I don't understand the question.

GMib

  • Jr. Member
  • **
  • Posts: 26
  • Karma: 0
    • View Profile
Re: Get alternates
« Reply #2 on: September 19, 2013, 11:30:05 AM »
j'ai une commande avec un payload qui execute un script python, je veux recuperer les payloads qui ont executer le script.
I have a command with a payload that executes a python script, I want to retrieve the payloads that execute the script.

Payloads = {1: 'test', 2: 'teste', 3: 'other'}

Command "hello {1}":
-Phrase "hello"
-Payloads

in LCB : PY.ExecFile(test.py)

if i say "hello test" i want get 1: 'test', 2: 'teste' in test.py but not 3: 'other'

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Get alternates
« Reply #3 on: September 19, 2013, 12:31:07 PM »
No it is not possible.