Jump to content

Mathwiz

Member
  • Posts

    1,867
  • Joined

  • Last visited

  • Days Won

    51
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Mathwiz

  1. Well, I guess that would explain it. Of course, with FF/Serpent/etc., it's easy both to find and to load older versions from GitHub. With Chrome I'm kind of starting from scratch trying to learn all over again how to do those things. Edit: I vaguely remembered reading your thread, so I went searching, and sure enough, there was one of @VistaLover's wonderfully clear posts explaining why uBO is such a ridiculous mess on Chrome (Advanced or stock):
  2. It's just as well; I absolutely cannot get uBO to properly install in Advanced Chrome anyway. It looks like I get a partial download: it says it's added, but if I click on the button all the icons are text. If I go to the dashboard it's all blank I'm giving up. uBO works fine in Serpent without any of these issues.
  3. Legacy version 1.16.4.9 of uBO is available. Appears to be a cosmetic fix with positioning the uBO button in the toolbar. I had mixed success with uBO Updater. It worked a treat in Serpent 55, offering 1.16.4.9 vs. 1.18.4 (or whatever the most recent stable version is). But in Serpent 52 it didn't offer me an update at all. Had to go into the releases at Github and download/install 1.16.4.9 manually. Edit: This is probably related to the upstream changes made to Basilisk, to check for updates at addons.basilisk-browser.org vs addons.mozilla.org, but uBO Updater is supposed to intercept those checks anyway
  4. It's a Python script. It wasn't easy to get it running, but here's how I did it: Install Python 3.4 if you don't have it already If you have ProxHTTPSProxyMII installed, you'll need to bypass it for a couple of host names: [SSL Pass-Thru] files.pythonhosted.org #pypi.python.org pypi.org (Note that you do not need pypi.python.org to pass through, as ProxHTTPSProxy comes configured; but you do need those other two hosts to pass through.) Install the latest pip: C:\Python34>python -m pip install --upgrade pip Using pip, install chardet: C:\Python34>pip3 install chardet To download wes.py, go to the Github link above and click on the wes.py file. It will show you a listing of the Python script. Right-click the "Raw" button and select "Save Link As...", "Save Linked Content As..." or however your Web browser puts it. I saved mine to C:\Program Files\wesng but you can put it anywhere you like. Probably best to use an empty directory though Download the vulnerabilities database: C:\Program Files\wesng>wes.py --update Finally, follow the instructions in the Readme.md; e.g.: C:\Program Files\wesng>systeminfo >systeminfo.txt C:\Program Files\wesng>wes.py systeminfo.txt >vulns.txt For Windows XP you will get a very long list of potential vulnerabilities (545 in my case) in vulns.txt. Each one looks something like this: Date: 20081111 CVE: CVE-2008-4037 KB: KB957097 Affected product: Microsoft Windows XP Service Pack 3 Affected component: Severity: Important Impact: Remote Code Execution Exploit: https://www.exploit-db.com/exploits/7125 The KB: line indicates the update that closed that particular vulnerability. Note that one update often closes multiple vulnerabilities, so you won't have 545 updates on your system. The tool's biggest weakness is that it doesn't check to see whether the updates are installed or not! You have to do that yourself, with a tool like NirSoft's WinUpdatesList. Tedious! It'd be nice if a Python programmer could fork the tool (or just issue a pull request) adding that function to it, along with an option to list only unpatched vulnerabilities. Its other major weakness is that the database doesn't contain vulnerabilities for XP Embedded systems like POSReady 2009. So for XP it only goes through 2014. It doesn't even include WannaCry! It seems the author uses other Python scripts to download M$ security bulletins to create the database. Again someone needs to create a script to download the Embedded bulletins and add them to the appropriate database. Also right now it only parses English output from systeminfo. There's already a pull request to fix that, though.
  5. I use Basilisk and used to use Firefox, which have these things turned off by default, and I don't think I've ever needed "service workers" for any Web page I've visited to work. So why do "service workers" even exist? They seem to do nothing except create a security exposure.
  6. Turns out for the above AV1 test site, you must also set "media.mediasource.webm.enabled" to true, as I found out after a lengthy and frustrating day of troubleshooting "why does it work on this machine but not this other one?"
  7. Out of an abundance of paranoia, I downloaded RT's last two versions of Serpent 52, NM 28, and NM 27, for all processor configurations (64-bit, 32-bit, no SSE2, no SSE). Also got last version of FF 45 build and NM 26.5 for Win2K, just in case any of those needs to "go away" like Borealis did. I know I'm probably being ridiculous, but I'd rather have it and not need it than the reverse.
  8. If you have no need to access files from other PCs, NAS, etc. on your home network, I did think of a rather drastic possible solution: stop the LAN Manager "Workstation" service. That would prevent any implicit file: requests from going out, and presumably, then having to time out. I have no idea if that would work, and it may not be practical anyhow. But it may be worth a try.
  9. Yes; just start a new topic and click "Poll:"
  10. As usual, Microsoft's version numbering is ridiculous and confusing. If you open RDC, you can right-click the top left corner and click "About" to see version info. RDC 7.0 (the last for XP SP3) looks like this: Naturally it says Version 6.1.7600, not 7.0. The only thing that says 7.0 is "Protocol 7.0 supported." If you don't have the version above, you can get it by installing KB969084, which Microsoft has naturally removed, but you can still download it from the Wayback Machine at: https://web.archive.org/web/20130721164659/https://download.microsoft.com/download/A/D/B/ADB61C11-6705-437A-ACAD-CAA9C0200C4C/WindowsXP-KB969084-x86-enu.exe Once you install it, you'll need to install KB2813347, which is available via MU even though RDC 7.0 itself isn't available anymore. (Apparently KB2813345 is for RDC 6.1 and KB2813347 is for RDC 7.0.) M$ sure makes it complicated!
  11. Glad you figured out a way to fix the FF issue! (Usually I'm the one who can't get things working when they're working for everyone else.) When I first tried to open the .jnlp test file I got the same error in jp2launcher. I'd had some other crashes in jp2launcher, so I copied jp2launcher.exe from the old 152 install, tried again, and it worked. I didn't replace javaws even though, you are right, opening a .jnlp file calls javaws. (I guess javaws calls jp2launcher.)
  12. Of course, after installing WMP10, I wanted to re-install Windows Media Format 11 run-time on @heinoganda's recommendation: ... but the installation program, wmfdist11.exe, wasn't on my system! I found a link to wmfdist11.exe at https://softfamous.com/postdownload-file/windows-media-format-runtime/4431/884/. Note: this site is slow! But the file seems to be genuine; Microsoft's digital signature is present. Note: wmfdist11.exe seems to obviate the need for most of the above updates, including the hot-fix. I ran Microsoft Update before installing it, and all the above updates (except the hot-fix) were listed. But instead of installing the updates I installed wmfdist11.exe and ran MU again; afterwards only KB973540 & KB973540 were listed, and when I tried to install the hot-fix, it said it was already installed.
  13. Thanks @sdfox7, I do have the Windows Media Format 11 Run-time installed. I was wondering if that might be the problem, but the error message did nothing to point me in that direction, and I didn't want to just randomly start uninstalling things that might be the problem, only to discover it didn't help. Edit: That worked.
  14. Classic Add-Ons Archive is for FF 45 - 56 (also Pale Moon 27 - 28).
  15. I went through and collected most (can't guarantee all) of the names suggested early on as permanent replacements for "New Moon." Many reference XP, or at least allude to it (Bliss Moon, Luna). A couple (NyXP, Pale Mimas) refer to moons of planets other than Earth (including dwarf planet Pluto), providing an easy copyright- and trademark-safe source of icons. I suggest we organize a poll. Or @roytam1 can just pick one and we can get to work on artwork. Mimas (image from Cassini spacecraft): Nix/Nyx (image from New Horizons spacecraft): Name Suggested by Black Moon @98SE MoonFade @burd Waning Moon @Damnation Bright Night @dencorso NyXP @dencorso XP Moonshine @dencorso Darkmoon @Dibya Bliss Moon @heinoganda Bold Moon @jaclaz XPM @jumper (Lunar) Xpale @mixit Luna @NT Five Pale Mimas @roytam1 (There has to be a better way to insert tables on this forum! But this will do for now) BTW, I've seen no suggestions so far for Serpent, so I'll start: Apophis!
  16. Well, I'm stumped. I just downloaded and installed FF 52.9.1 and Java works for me, the same as in Basilisk. The only thing I did to the new 8u202 install was to copy jp2launcher.exe from the old 8u152 install. Everything else is exactly as installed. Edit: I'm uploading one more .reg file. It's only needed if the Java applet isn't in your control panel. That happened to me after I uninstalled an earlier Java version. javacpl.reg
  17. New versions of jp2launcher don't seem to be compatible with Windows XP. I've been copying jp2launcher.exe from 8u152 and using that. I'm not sure what, if any, functionality I'm losing, but it seems to work.
  18. For New Moon, there were numerous suggestions near the start of this thread - even some logos IIRC. It started to remind me of the running subplot on Star Trek: Voyager where the emergency medical hologram couldn't come up with a name for himself. At the end of the 7-year series, he finally settled on "Joe." If it were me, I'd just pick one of those and be done with it. We all knew New Moon was only supposed to be a temporary name anyway. As for Serpent, MailNews, and Navigator, I'm sure we can come up with something.
  19. Hmm ... I haven't tried it with FF 52.9.1 yet. I'll download it and give it a try. Perhaps Mozilla broke something....
  20. Wasn't @dencorso working on some artwork of his own for Serpent? Perhaps he'd be willing to share
  21. Both of your test sites use certificates signed by untrusted roots, so you have to add them as exceptions in the Java control panel applet. If you do that the CMU applet still has problems, but the other works fine on Roytam1's latest Serpent build: Oracle's "Verify Java Version" page also works. Did I leave something out of those .reg files? You should see something like this in Tools / Add-Ons / Plugins: HTH
  22. That's very strange. Should work straight off in New Moon (XP), just as it does in FF 52 ESR and SeaMonkey. (Basilisk & Serpent require a little extra work, as @VistaLover explained.) Didn't know Silverlight was available on the Pale Moon (Linux) build but if it is, I'd think it would work there too. Maybe the Netflix SSUAO is missing from the Linux build? BTW, Waterfox sounds interesting, but it targets 64-bit Windows 7. I don't know if it's even feasible to recompile it targeting 32-bit XP (or even Vista) instead.
  23. Sorry @VistaLover; I saw your post as soon as I submitted mine. The S/N ratio on this thread seems to have dropped precipitously today for some reason....
  24. Sounds like you need to install Silverlight.
×
×
  • Create New...