Questions tagged [payload]

The part of the packet, message or code that carries the data. In information security, the term payload generally refers to the part of malicious code that performs the destructive operation.

(1) Refers to the actual data in a packet or file minus all headers attached for transport and minus all descriptive meta-data. In a network packet, headers are appended to the payload for transport and then discarded at their destination. In a key-length-value structure, the key and length are descriptive data about the value (the payload).

(2) In the analysis of malicious software such as worms, viruses and Trojans, it refers to the software's harmful results. Examples of payloads include data destruction, messages with insulting text or spurious e-mail messages sent to a large number of people.

861 questions
-1
votes
1 answer

Javascript: Hex to String without converting to ascii, int or xyz

I have a byte array. sensor_id = [bytes[36],bytes[35],bytes[34],bytes[33]] It holds the following hexadecimal values: 0x69, 0x72, 0x33, 0x88 I need to merge 69 72 33 88 into a string value without conversion => "69723388". Thanks for helping.
-1
votes
1 answer

Get session cookie (xss, payload)

I have a problem with getting the session cookie. I tried to rewrite the URL name from this http://127.0.0.1:55555 to this http://127.0.0.1:55555/?p= but I am…
Viv
  • 11
  • 1
  • 4
-1
votes
1 answer

Understanding tcpdump's ip packet payload output

I was using tcpdump on ubuntu for capturing IP packets while i was connected to a ftp server. I got the output but I did not understand the output fully. Here's the output: 20:36:59.447287 IP 195.144.107.198.21 > 192.168.0.103.38358: Flags [P.], seq…
Soham Gadhave
  • 85
  • 1
  • 7
-1
votes
1 answer

Error when invoking lambda from StepFunction with paypload

I have a lambda and it's one of the steps of a StepFunction statemachine, the lambda handler looks like this below : def lambda_handler(event, context): year = event['year'] #payload month = event['month'] #payload …
-1
votes
1 answer

How to put UPDATE_CUSTOM logic hook as a global variable in Botium

Is it possible to set the UPDATE_CUSTOM as a global logic hook instead of put it all over the convos. I tried it in botium.json configuration file, but it is not working: {"botium":{ "Capabilities":{ .... "LOGIC_HOOKS": [ { "ref":…
qatest
  • 5
  • 3
-1
votes
1 answer

User Input Based Requests Python

I am making a post request and I have a payload variable but I am trying to set some of the data in the payload variable as user input so I am doing: payload = "{\r\"user\": \"{}\",\r\"password\": \"{}\",\r\"gdn\": 0\r}".format(name, pass) I get…
dean0
  • 1
-1
votes
1 answer

Reflacted Cross Site Scripting

What is the meaning of - before an alert(1) and what is the meaning of // at the end of code?