
Closed
Posted
Paid on delivery
我手上有一个具体的网页游戏站点,需要对它进行一次聚焦性的安全测试。目标是找出并复现「访问控制漏洞」,并最终提供一份可复用的脚本或小程序,帮助我在之后的版本中快速验证漏洞是否仍然存在。 重点说明 1. 站点类型:网页游戏。 2. 漏洞方向:我最关心的是访问控制层面的缺陷。 3. 其他说明:提问时我把“特定游戏网站”写在了漏洞类型一栏——请以此理解为“目标已锁定的单一站点”。 交付物 • 渗透测试步骤与发现过程的技术报告(含关键截图、复测方法)。 • 可执行的 PoC 脚本 / 程序,要求: – 一键运行即可验证漏洞是否存在; – 控制台输出清晰,必要时附使用说明。 合作须知 • 所有测试必须在我授权的演示环境中进行,严禁对正式生产环境造成干扰。 • 请在开始前与我确认测试窗口与目标域名。 • 代码可用 Python、Go 或您擅长的语言编写,只要依赖简单、易复现即可。 如果你在网页游戏安全、访问控制绕过或自动化 PoC 编写方面有成熟经验,就联系我讨论更多细节。
Project ID: 40370546
15 proposals
Remote project
Active 4 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
15 freelancers are bidding on average $482 USD for this job

I have extensive experience in web game security, access control bypass, and automated PoC script development. I understand that you require a focused security test on a specific web game site to identify and reproduce access control vulnerabilities. I will deliver a detailed technical report with penetration testing steps, key screenshots, and retesting methods. Additionally, I will provide a user-friendly PoC script/program that can verify the vulnerability with one click. I am proficient in Python, Go, and other languages for simple and reproducible code. Let's discuss further to ensure project alignment. Please review my 15-year-old profile for a track record of quality work. I am ready to commence work immediately and demonstrate my dedication to your project. Looking forward to your response.
$263 USD in 5 days
8.7
8.7

Your access control testing will fail if the game uses client-side session tokens that rotate every 30 seconds without proper validation on the backend. I've seen this pattern in 8 web-based game platforms - the exploit window closes fast unless you automate token extraction and replay within milliseconds. Before I architect the PoC script, I need clarity on two things: Does the game use WebSocket connections for real-time actions, or is everything REST API calls? This determines whether I need to build a session hijacking module or focus purely on HTTP request manipulation. What's your current rate limit on the demo environment? If the server blocks IPs after 50 requests per minute, I'll need to implement request throttling and proxy rotation to avoid detection during automated testing. Here's the technical approach: - PYTHON + REQUESTS: Build a modular scanner that fingerprints authentication endpoints, extracts JWT/session tokens, and tests privilege escalation by replaying requests with modified user IDs or role parameters. - BURP SUITE INTEGRATION: Capture baseline traffic from legitimate user sessions, then automate fuzzing of access control parameters (user_id, account_type, permission_level) to identify horizontal and vertical privilege escalation. - SELENIUM AUTOMATION: Script browser-based testing for client-side validation bypasses - many web games check permissions in JavaScript but fail to enforce them server-side. - POC DELIVERY: One-click Python script that outputs color-coded console results showing which endpoints allow unauthorized access, including exact curl commands to reproduce each vulnerability. I've built similar automated security testing frameworks for 4 gaming platforms where we discovered IDOR vulnerabilities allowing users to access other players' inventory data and transaction histories. The scripts I delivered are still running in their CI/CD pipelines 2 years later. I don't take on projects where the scope isn't crystal clear. Let's schedule a 20-minute call to review your demo environment setup and confirm which access control scenarios you want prioritized - role escalation, resource enumeration, or session manipulation.
$450 USD in 10 days
6.1
6.1

您好,我有网页应用与自动化安全验证经验,可以在您授权的演示环境内,针对该网页游戏站点做一次聚焦性的访问控制安全测试。 我的工作方式会以不影响生产环境为前提,先确认测试窗口、目标域名、账号权限边界,再对关键业务流程、接口权限校验、对象级访问控制、越权访问场景进行系统化复测。 最终我会交付: 技术测试报告:包含测试路径、复现步骤、风险说明、关键截图、复测方法; 可执行 PoC 脚本/小程序:支持一键验证漏洞是否仍存在,控制台输出清晰,并附简明使用说明; 修复后回归验证建议:方便后续版本快速复查。 我可使用 Python 或 Go 编写,优先选择依赖少、便于复现和移交的方案。 如方便,我可以先根据您的演示环境范围,帮您整理一版测试思路与交付清单。
$250 USD in 3 days
5.7
5.7

Hello, I appreciate the opportunity to work on your web game site security testing project. I understand that your primary goal is to identify and reproduce access control vulnerabilities and provide a reusable script for future verification. With extensive experience in web application security and a focus on access control testing, I have successfully conducted similar assessments for gaming platforms. My expertise includes using tools like Python and Go to create effective Proof of Concept (PoC) scripts tailored for specific vulnerabilities. To achieve your objectives, I propose the following approach: - Conduct a thorough security assessment of your designated game site, focusing on access control vulnerabilities. - Document the penetration testing process with detailed steps and key screenshots for clarity. - Develop a user-friendly PoC script that can quickly verify the existence of vulnerabilities with clear console outputs and usage instructions. - Ensure all testing is conducted in your authorized environment, confirming testing windows and target domains beforehand. I am eager to begin this project and confident in delivering quality results that align with your requirements. Please feel free to reach out to discuss further details or confirm the next steps. Thank you!
$500 USD in 7 days
4.8
4.8

I can help you对该网页游戏站点进行聚焦性的访问控制漏洞挖掘,并为你编写可复用的验证脚本/小程序。目标是精准识别越权、未授权访问等问题,并形成清晰的复现路径和验证工具。 我在 Web 应用与游戏站安全测试方面有实际经验,做过多次访问控制审计(水平越权、垂直越权、敏感接口未鉴权等),并为团队交付过可持续使用的自动化验证脚本,方便他们在版本迭代后快速回归安全点。 整体会先梳理权限模型与关键业务接口,再进行手工与半自动化测试,确认漏洞后基于其利用链编写验证脚本(如 Python/Node 或小工具),附简单使用说明,便于你在后续版本中一键验证漏洞是否修复与复发。 I would love to chat more about your project! Regards
$500 USD in 7 days
4.5
4.5

As a seasoned full-stack engineer, I am skilled in all areas relevant to your project. With over six years of experience building and shipping production web applications, your project is well within my capabilities. An essential part of my work is security, and I have a particular fascination with access control vulnerabilities, which aligns perfectly with your needs. One of the significant aspects of my work is automating workflows to reduce manual processes and operational errors—an ability that'll greatly contribute to your project. I am confident in producing quality work as demonstrated through clean, maintainable architecture, performance, and reliability across different languages like PHP which you wish the scripts to be written on. In conclusion, the combination of my technical expertise in conducting security tests and experience in constructing efficient web applications will be invaluable to your project. Let's collaborate and I'll provide thorough penetration testing steps w
$500 USD in 7 days
4.0
4.0

With my extensive experience and knowledge in network security and web security, I am confident that I can meet your requirements for this project. Additionally, I am proficient in Python and well-versed in creating automation tools which makes me a perfect fit for designing and implementing the reusable scripts you seek. Furthermore, my years of experience have helped me develop a breakthrough mindset to discover unique vulnerabilities, just as you require in this task. My basic principle when undertaking any project is ensuring minimal interference with uptime or integrity. With this in mind, I guarantee that all the testing will be carried out solely on the authorized demo environment to avoid disrupting the live production system. Moreover, having excelled in the AirPlay 2 Integration on OpenWRT contest among other projects, you can certain I possess the ability to deliver exceptional results while adhering to the given timeframe. Let’s utilize my skills in Python and PHP in combination with your vision to create an unbreakable game site fortified with unbeatable access control security. Reach out to me to discuss further details about time availability and domain name before we embark on securing your website.
$500 USD in 7 days
3.2
3.2

Hey, your project, 游戏网站漏洞挖掘脚本编写 looks like a great fit for my skills. I've worked on similar PHP projects and can deliver solid results. Let me know if you'd like to chat about the approach.
$250 USD in 7 days
3.9
3.9

As an experienced Full Stack Developer, your project aligns perfectly with my skill set and expertise. I've not only delved into the world of PHP but Laravel, a framework renowned for its security features. With over four years' experience working on stimulating international projects like yours, I have gained deep insights into how to secure web platforms, specifically in the area you mentioned – access control. My pragmatic approach to problem-solving begins by fully grasping the technical architecture and user experience of a platform before making any changes. This ensures that I not only identify vulnerabilities but also develop secure, workable solutions that align with your goals. My proficiency in multiple programming languages including Python and relevant frameworks will enable me to write an effective, reusable PoC script/program for you. Finally, I value open communication and a strong work partnership. So, through clear lines of communication and constant delivery update, I'll ensure every step in the process is transparent and you are in control. Let's leverage my established speciality in web application security testing and smart PoC development to create impactful solutions that will bolster your platform's protection.
$500 USD in 7 days
0.0
0.0

您好, 我已经仔细阅读了您的需求,理解本次工作的核心目标是:针对指定的网页游戏站点,进行一次聚焦于“访问控制漏洞”的安全测试,并提供可复现的验证方案(PoC脚本/程序)。 在这类项目中,我通常采用“验证 + 复现 + 自动化”的方法来确保结果不仅可发现,而且可持续复测。 【我的相关经验】 我长期从事Web安全测试与漏洞挖掘,尤其在以下方向有较多实践经验: - 访问控制漏洞(越权访问 / 水平&垂直权限绕过) - Session / Token 机制分析与绕过 - 接口权限校验缺陷(API级访问控制问题) - 游戏类站点常见逻辑漏洞分析 - 自动化PoC脚本开发(Python / Go) 【针对本项目的执行思路】 1. 信息收集与功能梳理 - 分析站点结构、接口调用关系、用户权限模型 - 定位关键业务接口(账号、资源、交易等) 2. 访问控制测试 - 水平越权(不同用户间数据访问) - 垂直越权(普通用户访问管理员功能) - 参数篡改 / ID枚举 / 接口重放 - Token / Cookie / Header校验绕过测试 3. 漏洞复现与验证 - 构造稳定的复现流程 - 提供清晰步骤与截图说明 4. 自动化PoC开发 - 提供一键运行脚本(Python/Go均可) - 输出结果清晰(是否存在漏洞 + 关键响应信息) - 附详细使用说明,方便后续版本复测 【交付内容】 ✔ 完整技术报告(包含测试思路、过程、漏洞分析、截图、复测方法) ✔ 可执行PoC脚本(低依赖,一键验证) ✔ 使用说明文档 【关于安全与合作流程】 - 严格仅在您授权的测试环境进行操作 - 不触碰生产环境,不造成任何业务影响 - 可在开始前配合确认测试时间窗口及目标域名 - 支持阶段性沟通与结果同步 如果您希望结果不仅是“发现漏洞”,而是能够长期复用与验证的解决方案,我可以很好地支持这类需求。 欢迎进一步沟通细节。
$500 USD in 7 days
0.0
0.0

Ho Chi Minh City, Vietnam
Member since Apr 14, 2026
$30-250 USD
$750-1500 USD
$30-50 USD / hour
$3000-5000 USD
$250-750 USD
$30-250 USD
$10-300 USD
₹750-1250 INR / hour
$750-1500 USD
₹150000-250000 INR
$30-250 USD
$250-750 CAD
$10-30 USD
$30-250 USD
$30-250 USD
€12-18 EUR / hour
$250-750 USD
$30-250 USD
$250-750 USD
$250-750 USD
$8-15 USD / hour