Jump to content

Build-0-Matic

Active Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Build-0-Matic

  1. 16 minutes ago, Gaptastic said:

    FYI - I don't think the link on the hak5 downloads site is working for the jsencoder.  Had to come to the forums for it.  This is the message i get when try to down load it: 

    
    {"error_message":"tool version not found"}

    This is really a bummer. I opened up a bug report about it.

    I did discover that using nw.js (node webkit) I can make the script into an executable. But the size of the webkit is so big that it borders insanity.

    I did manage to build a version for it but it grew to an insane 109mb just for the win64 version...

    I guess I'm going to have to move to the older java version or something as I don't like using chromium

  2. OK, I checked again in Windows 10 and I was wrong about not having any errors in the console.

    Here's what I got

    Error: WebExtension context not found! ExtensionParent.jsm:1041:13
    about:devtools-toolbox : Unable to run script because scripts are blocked internally.
    Error while detaching the thread front: 'detach' request packet to 'server1.conn0.child1/context19' can't be sent as the connection is closed. target-mixin.js:548:21
    this._recipeManager is null LoginManagerParent.jsm:87
    Error: WebExtension context not found! ExtensionParent.jsm:1041:13
    Error: Could not establish connection. Receiving end does not exist. background.js:35:298003
    Error: Could not establish connection. Receiving end does not exist. background.js:35:298003
    Unchecked lastError value: Error: No matching message handler
    background.js:101
    Content Security Policy: Ignoring “'unsafe-inline'” within script-src or style-src: nonce-source or hash-source specified
    Content Security Policy: Ignoring ‘x-frame-options’ because of ‘frame-ancestors’ directive.
    Content Security Policy: Ignoring “'unsafe-inline'” within script-src or style-src: nonce-source or hash-source specified
    
    Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”).
    show_bug.cgi:1:1
    [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowUtils.removeSheetUsingURIString]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: resource://gre/modules/ExtensionCommon.jsm :: runSafeSyncWithoutClone :: line 65"  data: no]
    
    [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindowUtils.removeSheet]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: resource://gre/modules/ExtensionCommon.jsm :: runSafeSyncWithoutClone :: line 65"  data: no]
    This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features! search
    Unchecked lastError value: Error: No matching message handler
    background.js:101
    <script> source URI is not allowed in this document: “http://www.google-analytics.com/ga.js”. viewtopic.php:1:1
    <script> source URI is not allowed in this document: “http://pagead2.googlesyndication.com/pagead/show_ads.js”. viewtopic.php:130:1
    <script> source URI is not allowed in this document: “http://pagead2.googlesyndication.com/pagead/show_ads.js”. viewtopic.php:694:1
    Encoding Complete

    Anybody got an idea how to fix this?

  3. I have discovered that the Javascript converter doesn't work properly with Firefox.

    While it seems to do the conversion properly, it won't let the user save the payload (the download box doesn't open).

    I tried it on both Windows and Linux, with and without add-ons enabled and it doesn't change anything.

    I checked the debug console and nothing seems to be out of the ordinary as it returns that everything is OK.

    I also checked with Chrome and there it works flawlessly. Too bad 'cause I want to avoid using Chrome.

    I tried it with Edge. Same problem as Firefox.

    And Internet Explorer... completely broken... but what was I to expect?

  4. Hi!

    I'm trying to make some scripts work on a non American keyboard and am having problems. I use the HTML encoded that's on the HAK5 site.

    I found a keymap for my keyboard but it contains some big errors, so I want to correct them. The only problem is I can't figure out what's wrong in the original.

    The keymap is the ca-fr.json keymap. When I ask the duck to type

    qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM#1234567890-=|!"/$%?&*()_+,'..;:<>^\@

    I get

    qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM#1234567890­=|!\/$%?&*()_+,'..;:¯-^|"

    I tried switching just the hex values but that didn't work. I tried switching just the character position but it didn't work either. In both cases I just get strange character placements.

    Anybody got any idea on how to fix this?

×
×
  • Create New...