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
3 answers

auto run metasploit then meterpreter commands

I want to run metrpreter commands every minute automatically, unfortunately I don't have enough skill in programming to make a bash script or python. for example I want to do these automatically: msfconsole use exploit/multi/handler set PAYLOAD…
jali316
  • 3
  • 1
  • 8
-1
votes
1 answer

Replicate request payload with cURL, PHP

There is a website that when you fill some form, it send a xhr request with some content of the form in the payload header. The content is similar to this one (not exactly this, this one was extracted from another website, but the same format of…
thingNumber2
  • 123
  • 1
  • 8
-1
votes
1 answer

Msfvenom format specifier

In msfvenom what does it mean exactly when i specify the format to C or Python? And what is the format 'raw' for? I know, when the format is psh-cmd it runs in the command prompt and when it is exe it runs as a normal executable, what about the…
pedro santos
  • 337
  • 1
  • 2
  • 9
-1
votes
4 answers

Iterate within the payload in mule

I am retrieving some rows from the database. For example, after retrieving I have two rows as the payload. I would like to iterate within the rows. The retrieved two rows are as follows, [{PAYLOAD_MSG=PU, SENSITIVEDATAINDICATOR=Y, ERRORMESSAGE=User…
mani24991
  • 23
  • 6
-1
votes
2 answers

How to replace a value to the current payload in mule

I have retrieved some values from the Database. Out of which one field is of type CLOB and that needs to be decoded. I have fetched the value and decoded it successfully. Now I need to set the decoded value to a particular field of the payload.…
mani24991
  • 23
  • 6
-1
votes
1 answer

how could i decrypt the below payload into human readable text?? kindly suggest me the algorithms and decoders

0x0000: 4500 00bc 0000 4000 4011 281d c0a8 c801 E.....@.@.(..... 0x0010: c0a8 c8c1 0035 2f16 00a8 bf52 1a74 8183 .....5/....R.t.. 0x0020: 0001 0000 0001 0000 0136 0139 0161 0163 .........6.9.a.c 0x0030: 0161 0136 0163 0135 0166 0130 0137 0137…
Tech
  • 51
  • 4
-1
votes
2 answers

Sending JSON Payload through POST (PHP)

I have this data. How could I send this to a specific URL and read the response. { "agent": { "name": "Minecraft", "version": 1 }, "username": "mojang account name/email", "password": "mojang account password", }
-1
votes
2 answers

how to reduce payload size in android web service call on android

In my android application everything is based on web services with JSON requests and responses. The user that is using their mobile data with a poor internet connection needs the application to work fast. So I want to reduce the amount of data sent…
John
  • 1,407
  • 7
  • 26
  • 51
-1
votes
1 answer

How to Consume JSON Web Services from a Windows Client

Is it possible to consume a JSON enabled WCF Web Service from a standard Proxy Client (i.e. not JavaScript)? Basically I want to minimize the payload size between 2 web services.
user17060
  • 412
  • 5
  • 7
-1
votes
2 answers

Custom Payload Kali Linux

root@kali:~# msfvenom windows/meterpreter/reverse_tcp LHOST=192.168.49.128 LPORT=12345 -f exe Attempting to read payload from STDIN... You must select an arch for a custom payload I've been googling for sometime now, with no positive result. Can…
SeeSharp
  • 93
  • 2
  • 3
  • 6
-1
votes
1 answer

MySQL with null rows

i used mysql as my RDBMS and recently i have heard that you should not insert null in your DB, i mean instead of having a lot of fields that they may or may not have value create a field and insert a data type like JSON in it. e.g. i have table…
Arash khangaldi
  • 110
  • 2
  • 15
-1
votes
1 answer

Cassandra Data Structure

I need to understand in detail how to design efficient data structures in Cassandra. Is there an online demo or tutorial for understanding the data structure of Cassandra? I need to be able to design column families with their columns and payloads,…
TomFH
  • 55
  • 3
-1
votes
2 answers

What is the difference between packet and payload

I got this defitiniton below is it true and what is the difference between packet and payload? The ESP (Encapsulation Security Payload) protocol is a member of IPSec suite. Its purpose is to guarantee payload's (message) integrity, data origin…
Yoda
  • 17,363
  • 67
  • 204
  • 344
-1
votes
1 answer

How many data the NDEF payload can carry?

The DOC of google android said the :payload byte array, containing zero to (2 ** 32 - 1) bytes,must not be null. So I think a NDEF record can carry 4GB data. But when I check the max size of Samsung‘s TecTiles with ndef.getMaxSize() the size is…
fly84021210
  • 131
  • 2
  • 10
-2
votes
1 answer

it's print html for me but i want him to print the resbon for me

please fix this problem for me it's print html text for me but i want him to print the resbon for me the code import requests,json url=('https://api.opensea.io/graphql/') hed={ 'accept': '/', 'accept-language': 'en-US,en;q=0.9', 'authorization':…
1 2 3
57
58