How to program an Arduino-pro micro USB Rubber Ducky-Tamil Hacking Tutorials
Автор: Tamilbotnet
Загружено: 2017-09-23
Просмотров: 4523
Описание:
this video discribe about "How to program an Arduino-pro micro USB Rubber Ducky-Tamil Hacking Tutorials"
What is Rubber Ducky : • what is Hack5 USB rubber ducky-Tamil Hack...
-------------------------------------------------------------------------------------------------
buy arduino pro Micro : http://amzn.to/2w1lvVW
data cable :http://amzn.to/2fGYlhw
-------------------------------------------------------------------------------------------------
-----------------------------------------
#include "Keyboard.h"
void typeKey(int key)
{
Keyboard.press(key);
delay(50);
Keyboard.release(key);
}
/* Init function */
void setup()
{
// Begining the Keyboard stream
Keyboard.begin();
// Wait 500ms
delay(500);
delay(3000);
Keyboard.press(KEY_LEFT_GUI);
Keyboard.press('r');
Keyboard.releaseAll();
delay(200);
Keyboard.print("notepad");
typeKey(KEY_RETURN);
delay(200);
Keyboard.print("Hello World!!!");
typeKey(KEY_RETURN);
// Ending stream
Keyboard.end();
}
/* Unused endless loop */
void loop() {}
-------------------
visit my blog http://www.tamilbotnet.com/
Facebook page / tamilbotnet
Follow twitter / tamilbotnet
Google+ https://plus.google.com/1054259526268
tamil hacking, ethical hacking in tamil ,website hacking in tamil,kali linux tutorial in tamil,xss,sql injection
password hacking in tamil,Deepweb in tamil,dark web in tamil
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: