Saturday, August 26, 2006

Vista Transforming Pack version 5

There was a updated version shell package Vista Transformation Pack. The program modifies system environment Windows then the interface of system to become similar that is used in Windows Vista. The given version is optimized according to last assembly Windows Vista 5472.
FEATURES:
· Added function to update existing UI transformation to the machine (Now user doesn’t need to uninstall before applying new ones anymore!)
· Added function to choose whenever user wants to apply UI transformation to the machine and setup files folder or enter Maintenance Center
· Added Q&A from Windows X’s shrine forum
· Added setup destination for applying Vista UI transformation (system transformation or setup integration)
· Added System Files’ resources modifying verification so you can know if this program can modify your system files or not
· Added system files compatibility with Neutral language ID (0)
· Added Vista wide screen boot screen (16:9) option
· Fixed Guest’s user picture lost after uninstall
· Fixed Internet Explorer 7 modifying issues
· Fixed LClock’s install path association bug
· Fixed Rebuilding icons cache problems on some machines (Need to be executed from maintenance center)
· Fixed Shutdown/Logoff button text removing (impure backup file, losing explorer.exe on some machines)
· Fixed some resources modification bug (such batmeter.dll resources on xpsp2res.dll, etc.)
· Fixed Themes service will be always enabled after uninstall (I’ve heard enough complaining about this)
· Fixed Vista logon’s shutdown button disappearance bug on some machines
· Fixed Windows drive icon removing bug
· Moved Vista logon to Windows interface section
· Re-arranged transforming process for easier understanding
· Removed Windows Media Player 11 (Codename Eclipse) skin (Get the real beta ones if you want to use it)
· Removed out-dated Vista wallpapers (Get wallpaper pack from somewhere if you want all of them)
· Seperated Set Windows Vista OS drive icon option from system files icon option
· Seperated system files and Vista UI stuffs for ease of management
· Updated appearance selection on uninstall instead of enable/disable Themes service
· Updated toolbar button
· Updated massive Vista icons from build 5472 (million thanks to Sebas who helped me with the icon resources)
· Updated Vista boot screen with previous ones (since it looks better)
· Updated Vista logo in System Properties from build
· Updated Vista logon background (higher resolution)
· Updated Vista sounds scheme (Startup and Logon from Beta 2 build)
· Updated Vista toolbar flag
· Updated Vista visual styles
· |-Updated Vista Beta 2 horizontal shellstyle (Added Blue folder icon)
· |-Updated Vista Beta 2 TaskBandButton with new fancy light button
· |-Updated Vista Beta 2 themes with ressources from build 5472
· |-Updated Vista Beta 2 visual style and normal WindowBlinds skin with new Standard theme
· |-Updated Vista WindowBlinds glass border (Now it’s as close as the real ones!)
· |-Updated Start globe to be compatible with VistaStart (Test with 1.3)
· Updated Vista wireless tray icon
· Updated new Calculator and TimeDate icon
· Updated Vista Start Menu classic

download from

http://rapidshare.de/files/30737407/vista_transforming5_01.zip

XP lite version 1.8

XPlite Professional is the very powerful program intended for removal of set of unnecessary components from Windows XP and Windows 2000.
New in the version:
- Added XP SP2 additional fonts (Vrinda, Kartika, Lucinda Sans) to Extra Fonts uninstaller
- Fixed messenger reinstall asking for file path to source files
- Fixes to XP Home edition options that were asking for files only found in XP Pro
- Added SP2 Wordpad text converters to Wordpad uninstaller

download it from

http://rapidshare.de/files/30740469/XP_lite_18.rar

Saturday, August 05, 2006

Protecting Mikrotik Client from virus

first of all, thanks to the Mikrotik Wiki wiki.mikrotik.com
i just rewrite it.

first login to your mikrotik terminal
then goto /ip firewall filter
now add some this command
add chain=forward connection-state=established comment="allow established connections" 
add chain=forward connection-state=related comment="allow related connections"
add chain=forward connection-state=invalid action=drop comment="drop invalid connections"

it means, add some chain to your MT, here is 3 chains.
there are established, related and invalid

next

add chain=virus protocol=tcp dst-port=135-139 action=drop comment="Drop Blaster Worm"
add chain=virus protocol=udp dst-port=135-139 action=drop comment="Drop Messenger Worm"
add chain=virus protocol=tcp dst-port=445 action=drop comment="Drop Blaster Worm"
add chain=virus protocol=udp dst-port=445 action=drop comment="Drop Blaster Worm"
add chain=virus protocol=tcp dst-port=593 action=drop comment="________"
add chain=virus protocol=tcp dst-port=1024-1030 action=drop comment="________"
add chain=virus protocol=tcp dst-port=1080 action=drop comment="Drop MyDoom"
add chain=virus protocol=tcp dst-port=1214 action=drop comment="________"
add chain=virus protocol=tcp dst-port=1363 action=drop comment="ndm requester"
add chain=virus protocol=tcp dst-port=1364 action=drop comment="ndm server"
add chain=virus protocol=tcp dst-port=1368 action=drop comment="screen cast"
add chain=virus protocol=tcp dst-port=1373 action=drop comment="hromgrafx"
add chain=virus protocol=tcp dst-port=1377 action=drop comment="cichlid"
add chain=virus protocol=tcp dst-port=1433-1434 action=drop comment="Worm"
add chain=virus protocol=tcp dst-port=2745 action=drop comment="Bagle Virus"
add chain=virus protocol=tcp dst-port=2283 action=drop comment="Drop Dumaru.Y"
add chain=virus protocol=tcp dst-port=2535 action=drop comment="Drop Beagle"
add chain=virus protocol=tcp dst-port=2745 action=drop comment="Drop Beagle.C-K"
add chain=virus protocol=tcp dst-port=3127-3128 action=drop comment="Drop MyDoom"
add chain=virus protocol=tcp dst-port=3410 action=drop comment="Drop Backdoor OptixPro"
add chain=virus protocol=tcp dst-port=4444 action=drop comment="Worm"
add chain=virus protocol=udp dst-port=4444 action=drop comment="Worm"
add chain=virus protocol=tcp dst-port=5554 action=drop comment="Drop Sasser"
add chain=virus protocol=tcp dst-port=8866 action=drop comment="Drop Beagle.B"
add chain=virus protocol=tcp dst-port=9898 action=drop comment="Drop Dabber.A-B"
add chain=virus protocol=tcp dst-port=10000 action=drop comment="Drop Dumaru.Y"
add chain=virus protocol=tcp dst-port=10080 action=drop comment="Drop MyDoom.B"
add chain=virus protocol=tcp dst-port=12345 action=drop comment="Drop NetBus"
add chain=virus protocol=tcp dst-port=17300 action=drop comment="Drop Kuang2"
add chain=virus protocol=tcp dst-port=27374 action=drop comment="Drop SubSeven"
add chain=virus protocol=tcp dst-port=65506 action=drop comment="Drop PhatBot, Agobot, Gaobot"

add above command to your terminal still in /ip firewall filter
above commands mean add chain that had virus port (described in comments) with action drop/disconnect

next

add chain=forward protocol=icmp comment="allow ping"
add chain=forward protocol=udp comment="allow udp"
add chain=forward action=drop comment="drop everything else"

add another chain that not included virus port, allow it, else drop...

thanks

Thursday, August 03, 2006

Way to prevent user change his IP in Mikrotik

Using Winbox
  • click your NIC that provide local bandwidth, in interface command
  • Set ARP=Reply-only
  • Set B/W limit to client IP
  • Remember and note your MAC address of your client NIC
  • go to the IP->ARP
  • look at the first column, is there a letter "D" ?? if yes, your ARP address was sign to dynamic
  • right-click at the address, choose make static
  • now you can change the MAC Address manually if you want :D

Good luck !! :D