
Penetration Testing Projects
Looking for freelance penetration testing jobs and project work? Browse active opportunities on PeoplePerHour, or hire penetration testers through Toptal’s rigorously vetted talent network.
Need 5 SEO's To Test My SEO Tool
Seeking five experienced SEOs to evaluate a newly developed internal-linking discovery tool. Test the application, assess functionality, usability, accuracy, and value for client work. Provide candid, detailed written feedback (minimum 600 words) covering strengths, weaknesses, improvement suggestions, and whether you would adopt and recommend the tool. Compensation: £15 per comprehensive evaluation. Honest, constructive critiques only; professionalism and attention to detail required. https://getlinki.app
8 days ago28 proposalsRemoteopportunity
ComfyUI/Stable Diffusion Expert LoRA Testing+Body LoRA Creation
I am looking for a serious and experienced ComfyUI / Stable Diffusion expert for a technical task and potential ongoing work. This is NOT a beginner or creative-only role. Only apply if you have real hands-on experience with LoRA models for image generation. PHASE 1 – LoRA Validation (Immediate) I already have: • LoRA file (.safetensors) • ComfyUI workflow JSON • Flux model (Klein 9B) Your task: Correctly load and run the LoRA in ComfyUI Generate 5–10 test images Confirm whether the LoRA produces a consistent identity Important: • The output must show the SAME character across all images • If results show different faces, something is wrong (setup or LoRA) Optional: • Generate 1 short video test (AnimateDiff or similar) PHASE 2 – Body LoRA Creation (If Phase 1 is successful) If the LoRA is validated and you perform well, the next step is: • Create a body LoRA that matches the existing face model • Maintain consistent proportions across poses, angles, and videos • Ensure compatibility with image and video workflows Requirements: • Strong experience with ComfyUI • Experience with LoRA (image models, NOT LLM/text LoRA) • Experience with Flux or Stable Diffusion workflows • Ability to troubleshoot and fix workflows • Experience training LoRA models is a strong plus Budget: • Small fixed fee for Phase 1 (quick validation) • Larger budget for Phase 2 (body LoRA + ongoing work) IMPORTANT: • Only serious applicants • No beginners • No generic AI tool users (Midjourney, etc.) • Must understand identity consistency To apply, please answer: What happens if LoRA weight is too high or too low? Have you worked with ComfyUI workflows and custom LoRA models? Can you confirm you can test and validate identity consistency? Immediate start required.
4 days ago13 proposalsRemoteWebsite tester using Opera Browsers in Gambia
Opera is looking for ad hoc Testers in Gambia. Tests can vary from 1 to 5 hours on any particular week day The ideal candidate: Has a few hours of free time during the day - mornings preferable Is are flexible to take on ad hoc testing requests follow testing briefs and is deadline driven. Clearly communicates software and/or system defects Reliable and professional. Has access to an Android and/or feature phone. Responsibilities Carry out ad-hoc testing requests related to Opera software and systems. Qualifications Experience with Google Slides Training will be provided
6 days ago0 proposalsRemoteWebsite tester using Opera Browsers in Gabon
Opera is looking for ad hoc Testers in Gabon. Tests can vary from 1 to 5 hours on any particular week day The ideal candidate: Has a few hours of free time during the day - mornings preferable Is are flexible to take on ad hoc testing requests follow testing briefs and is deadline driven. Clearly communicates software and/or system defects Reliable and professional. Has access to an Android and/or feature phone. Responsibilities Carry out ad-hoc testing requests related to Opera software and systems. Qualifications Experience with Google Slides Training will be provided
6 days ago1 proposalRemoteWeb Developer Needed – Fix Checkout Issue + Site Testing & SEO
I’m looking for an experienced web developer to help resolve a few issues on my website and ensure everything is running smoothly. Key Issue: • When a user goes to purchase via the shopping cart, the form does not proceed correctly • It refreshes/stays on the same page and highlights “apply coupon,” even though coupons are disabled • The checkout process appears to think something is missing, but no clear error is shown What I Need: • Diagnose and fix the checkout/cart issue • Ensure the purchase flow works seamlessly from start to finish • Full website testing across desktop and mobile • Identify and fix any bugs or broken elements • Basic SEO check and optimisation (site speed, structure, indexing, etc.) Bonus (if experienced): • Suggestions to improve performance and user experience • Advice on improving conversion rate Looking for someone reliable who can start quickly and communicate clearly.
10 days ago42 proposalsRemotepre-funded
QA Automation & UI/UX Expert Review for SAAS Platform
ShadowTrading is the first social network that lets you shadow elite trading in real-time, powered by AI technology and crowd wisdom. The market is full of noise and delayed alerts. ShadowTrading fixes this with a zero-friction ecosystem. Masters share verified trades instantly, while Shadows mirror them in a 100% private workspace. No typing, no delays—just pure performance. The Role: We are the founders and have been handling QA internally, but due to time constraints, we are looking to outsource this to a meticulous QA/System Tester. You will perform a comprehensive, systematic system test at the end of every new build. Responsibilities & Deliverables: Systematic Testing: Conduct thorough testing of the platform 1 to 2 times per week after each new build. Clear Reporting: Provide a consistent, detailed QA report after each test. Documentation: Ensure reports are written in simple, clear English and include relevant screenshots of all findings/bugs. UX/UI Insights (Big Advantage): We highly value testers who can go beyond bug hunting and provide actionable insights or suggestions to improve the overall User Experience. Project Scope: Duration: Long-term engagement (several months). Frequency: 1-2 build tests per week. If you have a sharp eye for detail, a systematic approach to testing, and a passion for flawless user experiences in complex apps, please apply with an example of a QA report you've created in the past.
2 days ago39 proposalsRemoteI want to promote my website
I want to promote my website fast but first i want a test run to see results positive comments also on my website and rank fast fixed budget $ 15 first after results can proceed further!
10 days ago15 proposalsRemoteI need 10 Reddit Posts for My Links
We came across your resume on this platform and think you would be a great fit for our company. The product has been in internal testing for some time, and we have a ready-made brief template to send you. We hope you can help us promote it on Reddit.
10 days ago18 proposalsRemoteopportunity
Extract blood test data from PDF documents that have been OCR'd
The objective is to build a structured blood test database that allows pathology results to be viewed, edited, filtered, and exported to Excel via a web-based HTML interface. The system stores results in a clean, standardised format so trends can be analysed accurately over time. Using AI-assisted OCR, I have built a local Python extraction pipeline that converts PDF pathology reports into machine-readable text and inserts structured data into a SQLite database. The majority of blood tests extract correctly, including canonical test name, result value, unit, and reference range. However, I have reached a specific technical issue with three markers: • CRP (C-reactive protein) • ESR • GLU (Glucose) The OCR output clearly contains the correct lines, and debug logs confirm they are processed. Yet no rows are inserted for these markers. The failure appears to occur between canonical matching, numeric extraction, or validation logic. Current System Architecture The system runs locally and consists of: • extraction_core_2.py (main engine) • Supporting modules for OCR preprocessing, lab dictionary building, regex matching, and validation • SQLite backend • Schema-driven canonical lab dictionary • Controlled fuzzy fallback logic • HTML viewer for results display and Excel export Pipeline flow: Convert PDF to image (pdf2image) Preprocess Run Tesseract OCR Clean and normalise text Match against canonical lab dictionary Extract: canonical test name numeric result unit reference range Validate Insert into SQLite The engine is deterministic and rule-based. The Specific Problem Example OCR line: CRP H 5.2 mg/L 0-5 OCR text is correct. NUMBER_PATTERN matches. The canonical dictionary contains the test. Yet: Inserted 0 rows from 0126251OrderReport_23B00006604_CRP.pdf Likely failure points include: • Canonical containment match failing due to normalisation • Flag tokens (“H”, “L”) interfering with numeric capture • Numeric extraction anchored incorrectly • Validation rejecting due to strict range formatting • Unit pattern mismatch (e.g. mmol/L) • Dictionary indexing issue • Match overridden by another lab name • Guard conditions too strict If validation fails, the row is rejected silently. All other panels extract correctly. The issue appears isolated. What Is Required This is not a rebuild. We do not want: • Re-architecture • Experimental AI guessing logic • Large-scale changes • Expanded fuzzy matching We need: 1. Precise Diagnosis Identify exactly where CRP, ESR, and GLU are failing insertion and which rule is causing rejection. 2. Minimal Safe Fix Implement a targeted correction that: • Adjusts canonical matching if required • Anchors numeric extraction correctly • Allows flag tokens without blocking capture • Relaxes only necessary validation checks • Preserves deterministic behaviour 3. Zero Regression • No impact to currently working panels • No performance degradation • No uncontrolled fuzzy expansion 4. Modular Implementation If appropriate: • Implement as small isolated module or • Cleanly adjust matching block The existing architecture should remain intact. Constraints The system is designed to be: • Deterministic • Schema-driven • Reproducible • Forensic-grade We cannot introduce probabilistic or unpredictable behaviour. Longer-Term Goal After stabilising extraction: • Migrate to web deployment • Enable structured uploads • Add trend analysis • Later incorporate AI-assisted interpretation Immediate priority: Stabilise deterministic extraction for CRP, ESR, and GLU without breaking the existing engine. Materials Provided Uploaded: • Full extraction_core_2.py (text format) • Screenshot of HTML viewer • Sample PDF files • Export showing required output Additional materials available on request: • Sample OCR blocks • Canonical dictionary entries • Regex patterns • Validation logic • Database schema • Debug logs This is a focused debugging and refinement request. I have spent many hours attempting to isolate the issue and now require an experienced developer to identify the blocking condition and implement a practical fix. I have been advised this should take 1–2 hours for a senior developer. Looking for a swift turnaround.
a month ago22 proposalsRemoteopportunity
App ready icon set IOS, android adaptive and maskable icons
I’m looking for a designer to create a production-ready app icon set (iOS, Android adaptive + maskable, web icons). The icon must be derived from an existing logo and remain clear at very small sizes (32px). Can you confirm: Experience with Android adaptive + maskable icons Your process for testing small-size clarity Examples of similar work I have a full brief ready to send.
2 days ago24 proposalsRemoteUX & Usability Expert Need for Software TestingI neea
I need a Skilled UX designer who can combine professional UX design expertise with software testing and usability evaluation
18 days ago17 proposalsRemoteBP 260321 M&A Business Agent for Green Industrial Property
Seeking a skilled eCommerce/M&A Business Agent for a 10-unit engagement (each unit = 4 hours) to develop and test a WordPress/Woo-based proof-of-concept URL showcasing our GREEN industrial IP and licensing opportunities. Tasks: analyze provided patent pages, propose market-entry and licensing strategies for Italy, Europe and global markets, draft a broker-ready offer/contract framework, and recommend tools/AI to accelerate M&A outcomes. Budget under €30 for the set; repeatable if successful. Provide your live test URL to demonstrate capabilities. Plz, see too https://www.expotv1.com/UoW_bp.html ;
10 days ago12 proposalsRemotePOD and UAE COD Online Stores promotions
Any one who can promote my Online Stores from their side delivery fast 1 to 2 days if get sales can proceed further test run Budget fixed $ 10 for UAE cash on delivery Online Dropship Store Budget fixed $ 10 for Tee Public POD Store world wide
10 days ago16 proposalsRemoteYouTube Rough Cut Test Edit (30 min footage → 3 min cut)
i editors, I’m a YouTube creator looking to find a long-term video editor, and this project is a small paid test to help me find the right person. For this test project: • I’ll provide ~30 minutes of raw footage • I’d like a ~3 minute rough cut created from it • The goal is to see how you structure the story and select moments The footage will come from an outdoor adventure style YouTube video. ⸻ What I’m looking for This is not a polished edit. I only need: • Clean cuts • Good clip selection • A cohesive timeline • A rough story structure No need for: • Transitions • Effects • Color grading • Titles • Sound design Just a clean rough assembly edit. ⸻ Footage Details Camera: Sony a7C II Resolution: 4K Profile: S-Log3 Frame rates: Mostly 24fps and 60fps Audio is already synced. Footage will include: • talking to camera • B-roll • scenic shots • outdoor adventure footage Many shots are locked-off tripod shots. ⸻ Delivery Please provide: • Rough cut timeline • Exported preview video (H.264 is fine) If the test goes well, I will likely have regular work available. Most videos involve 30 minutes to 1.5 hours of footage. ⸻ Budget Test Project: $20 USD ⸻ References My YouTube channel: https://youtube.com/@CodyTigerGray My website: https://CodyTigerGray.com This will give you an idea of the style of content. ⸻ Important Please start your proposal with the word: “RoughCut” This helps me know you’ve read the full description.
21 days ago25 proposalsRemoteurgent
Webflow updates and edits on site akiaora.com
Seeking an experienced Webflow developer to perform updates and edits on akiaora.com. Tasks include refining layout and responsive behavior, optimizing CMS collections, improving site performance, updating content and images, fixing cross-browser issues, and implementing design adjustments per current branding. Candidate should demonstrate strong Webflow, HTML/CSS, and responsive design skills, attention to detail, and deliver clean, maintainable changes with clear commit notes and brief test instructions.
a day ago60 proposalsRemoteExpires in 28Looking for a social media specialist to design content
Web Developer Needed – Fix Checkout Issue + Site Testing & SEO I’m looking for an experienced web developer to help resolve a few issues on my website and ensure everything is running smoothly. Key Issue: • When a user goes to purchase via the shopping cart, the form does not proceed correctly • It refreshes/stays on the same page and highlights “apply coupon,” even though coupons are disabled • The checkout process appears to think something is missing, but no clear error is shown What I Need: • Diagnose and fix the checkout/cart issue • Ensure the purchase flow works seamlessly from start to finish • Full website testing across desktop and mobile • Identify and fix any bugs or broken elements • Basic SEO check and optimisation (site speed, structure, indexing, etc.) Bonus (if experienced): • Suggestions to improve performance and user experience • Advice on improving conversion rate Looking for someone reliable who can start quickly and communicate clearly.
10 days ago41 proposalsRemoteAI Telemetry Integration for Mesh Operations Dashboard
Hi, We’re working on a system that runs AI workloads across a distributed network of machines. Right now, we’re building an internal dashboard to monitor what’s going on in that network. The dashboard shows things like: node status (online / degraded / offline) latency and throughput tasks processed per minute telemetry data from nodes For this test, the goal is simple: we want to see how you handle integrating telemetry data into a working dashboard and making sure everything displays correctly. It’s less about perfect UI and more about how you structure things, handle data, and think through the flow.
6 days ago35 proposalsRemoteopportunity
Arrange huge text amount in vector shapes; Illustrator& Indesign
Hello! I am looking for a careful and detail-oriented Illustrator & Indesign artworker to help me edit and prepare text / typography based artworks for high-quality giclée printing. The task is basically editing/creating threaded text boxes in vector-based map outlines, and placing a huge amount of text inside. There are 13 map shapes. There are very specific criteria for how I need this done, hence the detailed brief. I also need you to create 4 swatches of the text so I can test print. Please confirm you have read the attached pdf brief in full, and are happy you can deliver against the detailed specification / criteria - please do not apply if you're not 100% sure you can deliver against the detail. The files are vector map outlines with columns of text fill. They are then filled completely with very small pt text (approx 170,000 words). Vector maps with columns are already created (except 2). But some need adjusting and columns recreating. Two files need creating from the vector map outlines which are supplied. Preserving the fine detailing of the map outlines is absolutely essential. They must not be smoothed out. Because there is so much text, Adobe Illustrator will run very slowly. Therefore, we must use both Illustrator and InDesign. You will create the shapes in Illustrator, standardise the source files (there are three artboard sizes), and then move them to InDesign for the text formatting. I will edit the text in Indesign. Please read the steps below and te pdf brief carefully. It's really important that the details of this brief are understood and followed so we don’t have rework. NOTE: we’ll get the First map set up and run the print test so we can choose the font and paper type. Only then will we proceed to fix the other maps. 1) Create the art-boards in illustrator and create or edit the map outlines and the text columns 2) Create an Indesign template and place the maps in, and apply exact settings as specified. 3) Create the 'colour test swatches' so I can send to print. Then I will adjust text fitting in Indesign and return the files to you 4) Make final layout adjustments 5) Prepare files for high quality print export Timings: First map - 2 days Test strip swatches 1 day Other Maps - 4 days Print export preparation - 1 day These timings are for you, and don't include the time for me to edit the text which will be additional. I have time during the easter weekend so
2 days ago15 proposalsRemoteopportunity
MVP Mobile App for Tradespeople Scheduling, Invoicing, Simple AI
I’m looking to build a simple MVP mobile app for tradespeople. The goal is to create a clean, easy-to-use app that helps manage day-to-day work and scheduling. Core features: Job scheduling calendar Customer database Quotes and invoices Notifications/reminders I would also like basic smart suggestions (e.g. highlighting gaps in the diary or overbooked days). This is an MVP to test the idea, so I want to keep it simple, scalable, and cost-effective. Please include in your proposal: Similar apps you’ve built Suggested tech stack Estimated cost and timeframe If the MVP is successful, there will be further work to develop the full app. Looking forward to hearing from you.
2 days ago79 proposalsRemoteQuick Book Feedback & Short Review (English / Math
I am looking for reliable individuals to provide quick feedback on test preparation books (High School level – English & Math). This is a simple and straightforward task. You are NOT required to read the entire book. What You’ll Do: Review 5 test prep books Read only the first few pages / initial sections Share your first impressions Write a short review (50–60 words per book) I will provide this Requirements: Good understanding of English Ability to give honest, clear feedback Experience writing reviews (preferred but not mandatory) Attention to detail Project Details: Total books: 5 Review length: 50–60 words each Budget: $15 (for all 5 reviews) Duration: FEW HRS Potential for ongoing work for the right candidates Bonus (Optional): If you have previously written reviews online, feel free to share a sample link (not compulsory). Why Apply? Easy task (no full reading required) Flexible timeline Opportunity for repeat projects How to Apply: Send a short message confirming your interest and experience with writing reviews.
12 days ago19 proposalsRemote