打印

Gps 防盗软件,隐蔽性好,任务管理器无可见进程

本主题由 高飞 于 2008-6-2 12:51 移动

Gps 防盗软件,隐蔽性好,任务管理器无可见进程

GPs手机防盗软件 MobileJustice V0.91,免费软件

占用系统资源非常小,几KB而已,而且进程管理器看不到进程,隐蔽性好,即使高手也不一定发现有防盗软件

非常适合集成到Rom中
附件: 您所在的用户组无法下载或查看附件
本帖最近评分记录
  • 高飞 智慧 +1 不错的软件,3601好像在集成进去! ... 2008-6-2 15:53
  • 高飞 部落币 +10 不错的软件,3601好像在集成进去! ... 2008-6-2 15:53
  • 高飞 +30 不错的软件,3601好像在集成进去! ... 2008-6-2 15:53

TOP

sim卡监控程序 simmon.exe通过注册表hklm/init/ 加载,估计运行后验证sim卡后就退出了,所以进程中没有发现此进程。







如果更换了sim卡,立即就向指定手机号码发送短信息


传回的gps位置信息


[ 本帖最后由 yjc666 于 2008-5-20 22:53 编辑 ]
附件: 您所在的用户组无法下载或查看附件

TOP

好软件,未用过,看来要试试了!

TOP

GPs ? 可以追踪??

TOP

SMS Requests:短信控制:
Sms request should start with pass phrase configured in "Pass Phrase" edit box.
After pass phrase you can specify one or more commands.
控制短信  以 控制密码开头,接着输入命令

Supported Commands:  命令
    +g        取的被盗手机的gps位置信息(被盗手机上启动gpsreport.exe发位置短信)
        Get GPS coordinates (After Fix become available Phone will send SMS reply to
        command message with own coordinates)
    +m msg  在被盗手机上显示 信息
        Display message box with "msg" message
    +l       在被盗手机上启动LocationCall.exe (安装包没有这个文件,是不神达a701自带这个软件?一个发位置短信的软件)
        Execute LocationCall.exe application

Examples:
Pass phrase = zlo, RMon enabled, GPS and MsgBox commands allowed 假设密码为zlo
If you want to get GPS coordinates you should send next SMS message:
    zlo +g  取得被盗手机位置短信
If you want phone to display message box you should send next SMS message:
    zlo +m preved!!!在被盗手机上显示文本“preved!!!“
To perform both task simultaneously
    zlo +g +m preved!!!

TOP

集成到rom中方法

The following MobileJustice files are needed in the ROM: 需加入到rom文件,\windows\目录下
mjc.bin  设置文件,在手机上 通过MJConfig 设置
rmon.dll
SimMon.exe
GpsReport.exe

You can get above files from directory \Windows?after MobileJustice installed on you A700.

Note 1:        File mjc.bin is generated by MJConfig, so you need to configure MobileJustice with
        your personal parameters first before copy it.

Note 2:        It needs to modify ROM file xip_wpc_10.provxml?to let MobileJustice can startup
        automatically after A700 reset:  修改xip_wpc_10.provxml,使之硬起也能自动运行

1) Modify SecurityPolicy to disable Certification check: 取消安全检查
<characteristic type="SecurityPolicy">
<parm name="4122" value="1"/> <!-- "0000101a"=dword:00000001. Unsigned Prompt Policy, 1 indicates user will not be prompted. -->
<parm name="4119" value="144"/> <!-- "00001017"=dword:00000090. Grand Manager Policy, allows end-users to install their own certificates. -->
<parm name="4101" value="40"/> <!-- "00001005"=dword:00000028 -->
<parm name="4097" value="1"/> <!-- "00001001"=dword:00000001 -->
</characteristic> <!-- Disable Certification check -->

2) Add Registry entries for MobileJustice: 修改注册表
<characteristic type="Registry">
<characteristic type="HKCR\CLSID\{4522F4FA-682F-41ED-9006-4D9F40465F3D}\InprocServer32">
<parm name="Default" value="rmon.dll" datatype="string"/>
</characteristic> <!-- MobileJustice: GPS remote control via SMS -->
<characteristic type="HKLM\SOFTWARE\Microsoft\Inbox\Svc\SMS\Rules">
<parm name="{4522F4FA-682F-41ED-9006-4D9F40465F3D}" value="1" datatype="integer"/>
</characteristic> <!-- MobileJustice: GPS remote control via SMS -->
<characteristic type="HKLM\init">
<parm name="Launch77" value="SimMon.exe" datatype="string"/>
</characteristic> <!-- MobileJustice: Check SIM card change -->
</characteristic>




设置。不习惯英文的选择下载汉化版的。

[ 本帖最后由 yjc666 于 2008-5-20 23:13 编辑 ]
附件: 您所在的用户组无法下载或查看附件

TOP

Rev 0.91 changes:

1 - Introduced a fix for ERROR_INVALID_PARAMETER beeing returned by GPSGetPosition. See "http://blogs.msdn.com/cenet/archive/2007/12/06/gpsid-problem-workaround-on-recent-wm6-release.aspx" for details. This error afect the acquisition of GPS coordinates in some WM6 devices.

2 - Added "+gm" command for supporting MGMaps SMS format.


Rev 0.9 changes:
    All exe files were signed with Preveleged Developer certificate

Rev 0.8 changes:
    Finally RMon was fixed. Now passphrase is case insensitive.
    All functions were tested and all of them are worked correctly, at least for my phone
   
Rev 0.7 changes:
    Fixed bug in RMon

Rev 0.6 changes:
    SimCard identification changed to IMSI instead of Phone number
    Fixed bug with invisible LocCall checkbox
    Added version control to configuration structure
    Application Icons redrawn
    Changed List editing logic
   
Rev 0.5 changes:
    Fixed bug in conversion of negative lat and lon values.
    Added RAW coordinates output to SMS reply (Should be usefull for Artemis(HTC p3300) devices)
    Added +l command (executes LocationCall.exe)

Rev 0.4 changes:
    SimMon startup moved back to registry (thanks to kterz)
    Null number in SIM card is treated as SIM card changed

Rev 0.3 changes:
    "Add cur." button added (adds current simcard number to allowed list)
    Displaying MsgBox will not block the SMS sending
    SimMon startup reverted back
    GpsReport.exe application added for acquiring GPS position and sending it via sms.
    RMon acquiring of GPS position moved to background

Rev 0.2 changes:
    Debug information removed
    Fixed bug in MJConfig with incorrect operation of Report List delete button
    SimMon moved to windows directory, startup changed (SimMon removed from Startup folder, HKEY_LOCAL_MACHINE\init\Launch77 = SimMon.exe added to registry)

详见 http://sourceforge.net/projects/mjustice

TOP

gps能追踪?会不会麻烦咯

TOP

能啊,速度很快,p535 1分钟多就收到gps位置信息了

比gps viewer搜星速度还快


追踪到的gps信息啊

                    命令: +gm                                        命令:   +g

[ 本帖最后由 yjc666 于 2008-5-20 23:47 编辑 ]

TOP

通过发 "密码 +g " 到被盗手机取 gps位置

TOP

sim卡坏了会不会就玩完了??

TOP

看起来不错,支持一下~~

TOP

最怕也是玩家,拿到手直接刷ROM...

TOP

玩家碰到玩家,那你运气还是太差了
再说ppc手机使用的人不多

TOP

强烈要求集成到128rom里面。。。。

TOP

貌似很不错哦,谢谢楼主分享。

TOP

哇...看上去不错哦...不过E文难度好大
P535 76A @ 128M RAM
2×原电 2×原冲
换了P735外壳一段时间..
发觉除了金属前面板,其他部位已经掉漆严重!

TOP

这个好东西啊

TOP

顶起来,很详细。

TOP

引用:
原帖由 hu6855698 于 2008-5-22 21:09 发表
哇...看上去不错哦...不过E文难度好大
我上传了两个版本,汉化 和英文

TOP