mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
style
This commit is contained in:
parent
9a2395d40f
commit
6fbb13ba41
3 changed files with 25 additions and 23 deletions
|
@ -125,17 +125,18 @@ static uint8_t detect_current_lang(void) {
|
||||||
static const char *get_quote(void) {
|
static const char *get_quote(void) {
|
||||||
|
|
||||||
const char *quotes_en[] = {
|
const char *quotes_en[] = {
|
||||||
"E Pluribus Unum",
|
"too many secrets",
|
||||||
"Carpe Diem",
|
"It’s not that simple",
|
||||||
"Ad astra per aspera",
|
"I have received a coded signal",
|
||||||
"Fortes fortuna adiuvat",
|
"I await your instructions",
|
||||||
"Non ducor, duco",
|
"And so I watch, I wait",
|
||||||
"Veni, vidi, vici",
|
"Listen to the Domain",
|
||||||
"Audentes fortuna iuvat",
|
"ghost.713",
|
||||||
"Virtus in actione consistit",
|
"Local node X.XX.713",
|
||||||
"Dum spiro, spero",
|
"Beggar after knowledge",
|
||||||
"Non scholae, sed vitae discimus",
|
"343 Gulity Spark: offline",
|
||||||
"Faber est suae quisque fortunae"
|
"I serve the Builders!",
|
||||||
|
"This is rather distressing"
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *quotes_fr[] = {
|
const char *quotes_fr[] = {
|
||||||
|
|
|
@ -3694,7 +3694,8 @@
|
||||||
"hf iclass sim -t 1 -> simulate with default CSN",
|
"hf iclass sim -t 1 -> simulate with default CSN",
|
||||||
"hf iclass sim -t 2 -> execute loclass attack online part",
|
"hf iclass sim -t 2 -> execute loclass attack online part",
|
||||||
"hf iclass sim -t 3 -> simulate full iCLASS 2k tag",
|
"hf iclass sim -t 3 -> simulate full iCLASS 2k tag",
|
||||||
"hf iclass sim -t 4 -> Reader-attack, adapted for KeyRoll mode, gather reader responses to extract elite key"
|
"hf iclass sim -t 4 -> Reader-attack, adapted for KeyRoll mode, gather reader responses to extract elite key",
|
||||||
|
"hf iclass sim -t 6 -> simulate full iCLASS 2k tag that doesn't respond to r/w requests to the last SIO block"
|
||||||
],
|
],
|
||||||
"offline": false,
|
"offline": false,
|
||||||
"options": [
|
"options": [
|
||||||
|
@ -13374,6 +13375,6 @@
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"commands_extracted": 768,
|
"commands_extracted": 768,
|
||||||
"extracted_by": "PM3Help2JSON v1.00",
|
"extracted_by": "PM3Help2JSON v1.00",
|
||||||
"extracted_on": "2025-06-06T16:58:34"
|
"extracted_on": "2025-06-07T09:11:06"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue