December 10, 2011

Forum Under Construction

Still under construction but you can post if you have something to share, check it out.

http://pinoyassasin.blogspot.com/p/forum.html

December 08, 2011

Getting URL shortcuts using Wireshark

I have a couple of e-mails asking me how on earth did i know the canopy url shortcuts. Well, you can do the hard way by looking directly at the  page source or the easy way using any sniffing tools like wireshark.

first you have to set wireshark in capture mode.

November 19, 2011

Busy Bee!

Sorry for not updating the blog more often, i'm busy right now with my new job but don't worry i'll try to find time.. stay tuned. :)

October 29, 2011

Query Strings Blocked?

I'm heavily testing my algorithm on query strings based on account # and this morning this is what i encountered.

October 27, 2011

P9/P10 Permanent ESN Observation

P10

Symptoms: once you do burnflash you cannot downgrade/upgrade the unit.

Possible scenario:

1. if you update the firmware via cnut or burnflash it will soft reboot w/c causes programming to a halt since
boot.image is erased after a reboot
2. ftp boot.image plus addwebfile won't work because of lack of space.(boot.image will be added to the file system)
3. P10 is also prone to brick


October 20, 2011

SmartBRO Auto will be delayed.

SmartBROAuto will have to wait a little longer, my main hard drive crashed on me last night. while doing some usual stuff suddenly my screen went black then i decided to restart the machine, after restarting BIOS cannot detect my hard drive and i tried to use a couple of hard drive utiliies that i have but no luck.

October 08, 2011

Canopy Tools 2.2 Public Release

This public release is more stable than the PN version, fixed some bugs and optimized some loops hope you enjoy this release. :)

Proud Dad!

I was very busy these past few days , running some errands like doing laundry, washing the dishes, putting my kids to school and preparing for the birth of my son. My wife's due date was supposedly next week but in the morning of Oct 4 she began having slight contractions, so i contacted our OB-GYNE to have her checked up. We went to the hospital around lunchtime and since then we we're told to confine her as she was having signs of labor.

October 03, 2011

Happy Anniversary TAU GAMMA PHI


Founded Oct 4, 1968

Happy 43rd anniversary to my brothers and sisters.

October 02, 2011

Canopy URL Shortcuts

These are some URL shortcuts that you can use with your script or any purpose it may serve

all SM settings can be done via this route and you can make a script to change color code, SNMP strings etc...
if you need to know a specific shortcut just ask and i'll update the blog as soon as i can.

October 01, 2011

Hack PC / Laptop which is PASSWORD PROTECTED



With this trick you can easily Hack all the PC/laptop when it is password protected.…
You can use the laptop with password, but the good thing is,
after removing pendrive and boot-up again, andun pa rin yung password ng PC/Laptop.

Supported OS : Windows XP, VISTA & Windows 7


Updating Firmware using CLI

usually we update canopy firmware through CNUT gui and in this tutorial we will update the firmware using the command line interface. it's the same upgrading process like CNUT but without the GUI, we will use the batch file (updatedevice.bat) located at canopy\network updater\cli.

September 30, 2011

Contributors

If you have a tutorial about tweaks and tricks feel free to email me: assasin28@gmail.com or leave comments and i'll add you so you can post your tutorial here.. Thanks!

1. You must have a google account (gmail account)
2. Tweaks and Tricks - as long as computer related
3. Must be original work

September 29, 2011

Back when i was a newbie

Yesterday i was deleting some stuff in my hard drive, old .exe's, pkg's, pdf's and even porn :)
then i found my old Canopy Tools Mac OS version , i coded this using Cocoa and really i was
a newbie back then and to tell you honestly i don't even know SM canopy default IP address.

September 25, 2011

Making your own 1 click script

EDUCATIONAL PURPOSES ONLY

I first posted ESN changer script way back 2009 (Filhacks) basically it connects though telnet and using "SendKeys" to 
simulate keyboard strokes, i've incorporated this with my Canopy Tools but im using TCP connections to connect to port 23

I will give you tips on how you can make your own 1 click VBscript using COM and WMI calls basically the steps depends on you, this can be also use with other network devices like changing MAC address of your Wi-max devices.
so let's start.


September 24, 2011

Canopy Tools 2.2 public version

MAC Changer

1. Format: 00:25:9C:02:9E:A1 / 00-25-9C-02-9E-A1 / 00259C029EA1
2. Options to Reboot NIC.
3. Device Information.
4. Reset to default MAC.
5. Release/Renew DHCP



ESN to IP converter script


VBScript code to convert Electronic Serial Number to IP Address, useful if you don't know your SM IP address (10 Series) .


Dim iHex(11)
strHex = InputBox("Enter Canopy E S N" & String(4,chr(10)) & "Ex: 0A003EFF04B5", "ESN Converter")
if Len(strHex) = 12 then
Set objRE = New RegExp

With objRE
.Pattern = "[^a-f0-9]"
.IgnoreCase = True
.Global = False
End With

Mac address changer via VBScript

I wrote this code long time ago and you can use this to change your NIC MAC address, it uses WMI to query available NIC's and also uses Registry provider to edit MAC address.

const HKEY_LOCAL_MACHINE = &H80000002
strChr = string(2,chr(10))
Dim strIndex
Set objGetService = GetObject("winmgmts:\\" & "." & "\root\cimv2")
set objArray = objGetService.ExecQuery _
("Select * From Win32_NetworkAdapterConfiguration Where IPEnabled = True")

For Each objItem in objArray
strCurrentMAC = objItem.MACAddress
strCaption = objItem.Description
strIndex = objItem.Index
strSelectNIC = MsgBox("Is this the NIC you want to select? " & strChr & strCaption,36,"Mac Assasin")
wscript.sleep 500

if strSelectNIC = 6 then
Exit For
End if
Next

Accessing SM/AP canopy engineering page


Note: you need 9.0 to 9.3 firmware

for regular users this won't matter much but for tinkers like me it's a helpful resource ex: Packet Dump.


1. Log on to your SM/AP

September 07, 2011

SmartBRO 9.5 update trick

Some AP's have been upgraded with 9.5 Firmware and with this firmware, you can deny registration from SM's with firmware lower than 9.5 by enabling "Only Allow Subscribers with Version 9.5 and Above"