2

Entry Level Bug Bounty Program Jobs (NOW HIRING)

Projects include reforming digital services that provide military families access to critical benefits, running bug bounty programs to identify vulnerabilities and better secure defense systems ...

Projects include reforming digital services that provide military families access to critical benefits, running bug bounty programs to identify vulnerabilities and better secure defense systems ...

Staff Data Engineer

Austin, TX ยท On-site

$175K - $308K/yr

... intelligence, and bug bounty. Our job is to turn all of that into one prioritized backlog ... program.

$166 - $195/hr

Deep Application Security (AppSec) experience, bug bounty participation, or CTF competition ... Performance-driven compensation with multipliers for outsized impact, bonus programs, equity ...

Senior Security Engineer

New York, NY ยท On-site

$125K - $171K/yr

Pen testing or bug bounty experience * Familiarity with GRC tools and frameworks #LI-Hybrid #LI-JL1 ... Whether you're coming in regularly or are part of our fully remote program, you'll stay engaged ...

Counselor-29532803

Brooklyn, NY ยท On-site

$18 - $22/hr

JOB SUMMARY This is an entry-level direct care position assigned to community residences ... Explains the types of services, recreational activities and other programs available to consumers ...

$59 - $99/hr

... an entry-level opportunity in the realm of Software Engineering? Look no further than the ... Completing simple bug fixes and applying knowledge of test-driven development. * Collaborating with ...

New

Showing results 41-60

Entry Level Bug Bounty Program information

See salary details

$16

$49

$78

How much do entry level bug bounty program jobs pay per hour?

As of Sep 5, 2026, the average hourly pay for entry level bug bounty program in the United States is $49.60, according to ZipRecruiter salary data. Most workers in this role earn between $31.73 and $66.83 per hour, depending on experience, location, and employer.

What is the difference between Entry Level Bug Bounty Program vs Entry Level Penetration Tester?

AspectEntry Level Bug Bounty ProgramEntry Level Penetration Tester
CredentialsBasic cybersecurity knowledge, certifications like CompTIA Security+Similar certifications, possibly more technical training
Work EnvironmentRemote, freelance, or platform-basedOften in-house or consulting firms, some remote options
Industry UsageWidely used in tech and cybersecurity sectorsCommon in security consulting and IT firms
Search & Comparison IntentFocus on crowdsourced vulnerability discoveryFocus on simulated or real-world security testing

While both roles involve cybersecurity skills, an Entry Level Bug Bounty Program typically involves participating in online platforms to find vulnerabilities remotely, often on a freelance basis. An Entry Level Penetration Tester conducts more structured security assessments, often within organizations or consulting firms. Both require foundational cybersecurity knowledge, but their work environments and approaches differ significantly.

How to get started with entry level bug bounty programs?

To start with entry level bug bounty programs, familiarize yourself with common web vulnerabilities such as SQL injection and cross-site scripting, and learn to use tools like Burp Suite and OWASP ZAP. Building a solid understanding of web security, practicing on platforms like HackerOne or Bugcrowd, and participating in online communities can help develop your skills and increase your chances of success.

How to start a career in entry level bug bounty program?

To start a career in an entry level bug bounty program, develop skills in web security, programming, and vulnerability assessment through online courses and practice platforms. Gain experience by participating in bug bounty programs on platforms like HackerOne or Bugcrowd, and familiarize yourself with common security tools and reporting processes. Building a strong understanding of security concepts and ethical hacking is essential for success in this field.
More about Entry Level Bug Bounty Program jobs

What cities are hiring for Entry Level Bug Bounty Program jobs?

Cities with the most Entry Level Bug Bounty Program job openings:

What are the most commonly searched types of Bug Bounty Program jobs?

The most popular types of Bug Bounty Program jobs are:

What states have the most Entry Level Bug Bounty Program jobs?

States with the most job openings for Entry Level Bug Bounty Program jobs include:

Infographic showing various Entry Level Bug Bounty Program job openings in the United States as of August 2026, with employment types broken down into 1% As Needed, 77% Full Time, 18% Part Time, and 4% Contract. Highlights an 95% Physical, 1% Hybrid, and 4% Remote job distribution, with an average salary of $103,178 per year, or $49.6 per hour.

Software Developer

PrishanTek, Inc.

Augusta, GA โ€ข On-site

Full-time

Re-posted 4 days ago


Job description

Company Description

PrishanTek, Inc, a boutique strategy, recruiting and consulting firm.ย 
We were recently awarded a contract for the Digital Defense Services and areย part of a pilot program to support a division in the Pentagon that uses experienced recruiting firms to support some mission-critical roles to take the Digital Services group to the next level.ย ย 

The Defense Digital Service (DDS) was established in November 2015 to transform technology within the DoD by applying industry best practices to high-impact national security missions and some of DoD's most complex IT challenges. DDS is an agency team of the U.S. Digital Service.

TheTeam: DDS functions like a SWAT Team of tech experts on one-to-two-year tours of duty as government employees. The team is comprised of world-class software developers, engineers, designers, product managers, and expert problem solvers. Team members' roles can include developing new code, managing technical projects, advising on development processes and product releases, and hacking or rewriting outdated policies or processes to make way for more effective, modern IT approaches.

The Projects: DDS focuses on projects that advance DoD's most important initiatives that are critical to the well- being of Service members, civilians, and core operations of the Department. Projects include reforming digital services that provide military families access to critical benefits, running bug bounty programs to identify vulnerabilities and better secure defense systems; developing drone detection technologies; hunting adversaries on defense networks; and rethinking training for cyber soldiers

Job Description

Modern Architecture
This is the skill where you know that web nodes should be stateless, put multiple webย nodes behind a load balancer, on an RDBMS you can create read replicas easily, useย memcached for object caching, use S3 for blob storage, and multi-region synchronousย replication is a very hard problem. For bonus points things like clusterย scheduling toย map individual processes onto multiple machines.

Programming
At low levels of experience, this is the skill for actual ability to implement, as one mightย measure in a coding sample. At higher levels of experience is the ability to organize andย structure large amounts of code, create meaningful abstractions, manage largeย amounts of business logic and design the accompanying data structures.

Code Reading and Debugging
This is the ability to be given a code base with limited documentation and figure outย where various things are implemented and assist in debugging it. This includes readingย (if not writing) level familiarity with multiple programming languages and paradigms.

Production

Systems and Networking
This is knowledge about computer systems, such as:
Typical hardware components,ย OS internals, systems administration, configuration, and the use of common tools toย explore and configure the workings of a production system. Includes networking and anย understanding of how systems communicate over IP, TCP, HTTP, and the function ofย firewalls and load balancers.
Includes cloud concepts like containers, Docker, VPC, etc.
Troubleshooting
This is the ability to effectively troubleshoot problems. It requires scientific thinking andย a methodical approach to identifying problems by developing hypotheses, testing thoseย hypotheses, and narrowing down the root cause of an issue.
This includes anย understanding of monitoring and logging systems, and troubleshooting commands likeย tcpdump , strace , netstat , etc.
Incident and Change Management
This is the ability to effectively manage incidents and risk. It involves understandingย roles during an incident and how to lead large-scale incident resolution by spawning andย coordinating investigation teams. It also requires the ability to effectively communicateย with non-technical stakeholders, including the writing of good post-mortems. It alsoย includes an understanding of risk and how change management systems can beย effectively used to mitigate/balance risk against agile development.

Developer Productivity

Engineering Practices
This is experience with successfully shepherding code from development up toย production at least monthly in a team setting. It includes knowledge of key practicesย such as code reviews, automated testing (unit & end-to-end), single-command demo setย up, continuous builds and management of release branches. It may also include basicย strategies forย mitigating risk during deployment including canarying and stagedย activation of riskyย features.
Development Tools
This is knowledge of the tools necessary to make the above happen with regard toย IDEs, the build itself, automated build tools, source control, and dev documentation.
This includes the ability to bootstrap that in an environment where it does not exist.
Testing
This is the knowledge of how to test efficiently - where to write automated tests, whereย to write manual tests, how to raise quality of a team to have less defects.
This includesย the ability to bootstrap that in an environment where it does not exist.

Teamwork

Team Playing
Persists in the face of resistance and brings up the people around them to also persist,ย whether due to mission-driven stubbornness or a friendly, positive attitude. Includesย working with others and sharing credit.
Communication
Ability to understand others, empathize, recognize incentives, and clearly articulateย technical tradeoffs to non-technical individuals.
Leadership
Experience managing direct reports, experience indirectly managing non-reportsย through soft leadership.

Security and Privacy

Security Engineering
Can build systems securely. Understands the security pitfalls of languages andย technologies and how to check assumptions and code securely. Understands how to
minimize and protect sensitive information in software and infrastructure.
Vulnerability Assessment
Can model threats and assess risk. Knows appropriate mitigation strategies andย canย balance risk, mitigation, and mission. (Blue team.)
Penetration Testing
Can conduct penetration testing and red team exercises. (Red team.)
Cryptography
Understands how to protect and authenticate information with cryptography.
Understands how identity systems work and the role cryptography plays in it

Qualifications

Software Development experience - 5+ years
Bachelor's Degreeย 
Active clearance (preferred but not required)ย 

Additional Information

Please note:
**You will be a direct employee of the government and will not be a PrishanTek employee.**ย 

All your information will be kept confidential according to EEO guidelines.