Jump to content

andrecvnt

Active Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by andrecvnt

  1. Hey guys, thanks for answering.

    Meh i noticed on this forum no one seems to want to go about talking about anything that isn't about Ethical Hacking and its understandable however i have done alot of videos that cover Man in the middle attacks on my YouTube channel that you can check out and anyone else whos interested.

    Actually I'm working with information security, but I still not a specialist. All the topics about ethical hacking or white-hat-business-professional are taught at my company, but the others topics, don't. But I still believe that if I want to be a good professional I need to know both sides (white&black).

    I see that mobile is subject totally different and worth studying. It is always worth multidisciplinary skills, but I'm in a certain point of my carreer where I need to specialize in something, but I still don't know what.

  2. Ok, so I am almost finishing the pt-br.properties. But I have some key to fix, I need help.

    I did the following script:

    DELAY 3000
    STRING \
    ENTER
    STRING |
    ENTER
    STRING Ç
    ENTER
    STRING ç
    ENTER
    STRING ;
    ENTER
    STRING :
    ENTER
    STRING `
    ENTER
    STRING ´
    ENTER

    After complied, I got the following error msg:

    Char not found:ISO_8859_1_C7
    Char not found:ISO_8859_1_E7
    Char not found:ASCII_60
    Char not found:ISO_8859_1_B4

    And the result of the ducky is:

    //didnt return nothing
    {
    //didnt return nothing
    //didnt return nothing
    ç
    Ç
    //didnt return nothing
    //didnt return nothing

    So, from here I don't know how to map the missing keys. What I need to know is the name of the key (I mean.. KEY_what?) of the highlighted keys below:

    2ign683.jpg

    Here is the br-pt.properties I made so far.

    https://drive.google.com/file/d/0B8jX0_eI2P43MVFwYlRsTVlfazA/edit?usp=sharing

    Anyone can help with?

    We are almost there!!

  3. Hi everyone!

    I was studying about man-in-the-middle attacks in wireless and wire networks and was wondering how it works to smartphone.

    All these attacks we have (like arpspoof, sslstrip) are useful for smartphones conected to the wireless network?

    I mean, how does smartphone works? What are they behavior in the network? For example, Gmail, Facebook, Twitter, they authenticates in the same way as in the web browsers? They use session cook as well? Is the encrypted channel (SSL)? They use HSTS just like the moderns browsers?

    I never found any guideline, books or something about it. So if someone point me any direction where I can read and study about I would be glad!

    Another question I have is: To sniff a wireless network there is no need to arpspoof or arppoison, because we can listen to the whole network when the network card is on monitor mode and in the same wireless channel frequency, right?

  4. if you know what is wrong, and can correct pt.properties, we can stick a renamed pt.properties "br.properties" into the main source tree.

    What keypresses do you need for:

    Char not found:ISO_8859_1_E1

    Char not found:ISO_8859_1_EA

    Im guessing ISO_8859_1_E1 = KEY_RIGHT_BRACE, MODIFIERKEY_RIGHT_ALT ????

    Could you give me a little hand? I need the key names to map brazilian keyboard.

    KEY_SLASH in my keyboard its different from your keyboards.

    I'm having problem to map the KEY_SLASH on my keyboard.

    When I map the ASCII_2F to the key KEY_SLASH it doesnt work. Our (brazilian) slash key should have other name.

    This is a picture of my keyboard: 70l6pe.jpg

  5. if you know what is wrong, and can correct pt.properties, we can stick a renamed pt.properties "br.properties" into the main source tree.

    What keypresses do you need for:

    Char not found:ISO_8859_1_E1

    Char not found:ISO_8859_1_EA

    Im guessing ISO_8859_1_E1 = KEY_RIGHT_BRACE, MODIFIERKEY_RIGHT_ALT ????

    Well, there are few keypresses I already identified.

    I'm doing a table pt to br:

    pt-pt -> pt-br

    ( -> )

    ) -> =

    : -> _

    \ -> <

    But there are many others I need to identify. As soon as I get the keyboard mapped I'll post here. If someone else want to help me please feel free xD

  6. Hello,

    I'm brazilian and have a doubt.

    No one of the *.properties file we have in /resource folder is usefull for us. We have some special caracters that arent found when creating a payload.

    I tryed pt.properties (portuguese from portugal) and didnt work as well.

    Where I can find a pt-br.properties file?

    Thank you!

    Ex.: Tried this payload:

    DELAY 4200
    GUI r
    DELAY 450
    STRING notepad.exe
    ENTER
    DELAY 400
    STRING Hello World! Ç á ê! :::

    Enconding:

    root@kali:~/Desktop/Rubber_Duck# java -jar encoder.jar -i hello_world -o inject.bin -l resources/pt.properties
    Hak5 Duck Encoder 2.6
    
    Loading File .....        [ OK ]
    Loading Keyboard File .....    [ OK ]
    Loading Language File .....    [ OK ]
    Loading DuckyScript .....    [ OK ]
    Char not found:ISO_8859_1_E1
    Char not found:ISO_8859_1_EA
    DuckyScript Complete.....    [ OK ]

    Result on my notepad.exe:

    Hello World! Ç  ! >>>
×
×
  • Create New...