Modern.IE has removed links for downloading Windows XP. This is the direct link:
https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VMware/IE8/Windows/IE8.XP.For.Windows.VMware.zip
Modern.IE has removed links for downloading Windows XP. This is the direct link:
https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VMware/IE8/Windows/IE8.XP.For.Windows.VMware.zip
| package main | |
| import ( | |
| "encoding/base64" | |
| "fmt" | |
| "io" | |
| "io/ioutil" | |
| "mime/quotedprintable" | |
| "regexp" | |
| "strings" |
This python script communicates with the Ghydra decompiler. Currently it succeeds in communicating, sending hardcoded opcodes and returning decompiled code.
Currently working on reversing the getPcodePacked command.
Next steps:
| function transfer | |
| if test (count $argv) -eq 0 | |
| echo "No arguments specified. Usage:\necho transfer /tmp/test.md\ncat /tmp/test.md | transfer test.md" | |
| return 1 | |
| end | |
| ## get temporarily filename, output is written to this file show progress can be showed | |
| set tmpfile ( mktemp -t transferXXX ) | |
| ## upload stdin or file |
| 8 cd /usr/local/ | |
| 9 wget http://download.documentfoundation.org/libreoffice/stable/5.0.0/rpm/x86_64/LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz | |
| 10 tar -xvf LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz | |
| 11 cd LibreOffice_5.0.0 | |
| 12 cd LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz | |
| 13 cd LibreOffice_5.0.0.5_Linux_x86-64_rpm/ | |
| 20 yum localinstall *.rpm --skip-broken | |
| 47 yum install cairo | |
| 50 yum install cups | |
| 51 /opt/libreoffice5.0/program/soffice --headless --convert-to csv websiteregister-rijksoverheid-20150730.ods |
| import os | |
| import toml | |
| import argparse | |
| parser = argparse.ArgumentParser(description='Update cargo toml module path') | |
| parser.add_argument('--module', metavar='m', type=str, required=True) | |
| parser.add_argument('--work-dir', type=str, default='.') | |
| parser.add_argument('--version', type=str) | |
| parser.add_argument('--path', type=str) |
| package service | |
| import ( | |
| _ "encoding/base64" | |
| _ "fmt" | |
| _ "net/http" | |
| "appengine" | |
| "appengine/urlfetch" | |
| "appengine/runtime" | |
| "time" |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.IO; | |
| namespace dutchcoders.Sandbox | |
| { | |
| public class ApplicationProxy : MarshalByRefObject | |
| { |
| launchctl unload -w -S Aqua /System/Library/LaunchAgents/gpg.agent.daemon.plist | |
| launchctl load -w -S Aqua /System/Library/LaunchAgents/gpg.agent.daemon.plist |