paper-with-me

Papers

Getting pwn'd by AI: Penetration Testing with Large Language Models

2023-07-24 · Andreas Happe, Jürgen Cito

The field of software security testing, more specifically penetration testing, is an activity that requires high levels of expertise and involves many manual testing and analysis steps. This paper explores the potential usage of large-language models, such as GPT3.5, to augment penetration testers with AI sparring partners. We explore the feasibility of supplementing penetration testers with AI models for two distinct use cases: high-level task planning for security testing assignments and low-level vulnerability hunting within a vulnerable virtual machine. For the latter, we implemented a closed-feedback loop between LLM-generated low-level actions with a vulnerable virtual machine (connected through SSH) and allowed the LLM to analyze the machine state for vulnerabilities and suggest concrete attack vectors which were automatically executed within the virtual machine. We discuss promising initial results, detail avenues for improvement, and close deliberating on the ethics of providing AI-based sparring partners.

📄 PDF Abstract BibTeX arXiv:2308.00121

Code (1)

ipa-lab/hackingBuddyGPT 공식 구현

Tasks

EthicsTask Planning

Similar Papers 제목 키워드 기반

CIPHER: Cybersecurity Intelligent Penetration-testing Helper for Ethical Researcher

2024-08-21 · Derry Pratama, Naufal Suryanto, Andro Aprila Adiputra, Thi-Thu-Huong Le 외

Penetration testing, a critical component of cybersecurity, typically requires extensive time and effort to find vulnerabilities. Beginners in this field often benefit from collaborative approaches with the community or …

Language ModellingLarge Language Model

Towards Automated Penetration Testing: Introducing LLM Benchmark, Analysis, and Improvements

2024-10-22 · Isamu Isozaki, Manil Shrestha, Rick Console, Edward Kim

Hacking poses a significant threat to cybersecurity, inflicting billions of dollars in damages annually. To mitigate these risks, ethical hacking, or penetration testing, is employed to identify vulnerabilities in system…

AutoPT: How Far Are We from the End2End Automated Web Penetration Testing?

2024-11-02 · Benlong Wu, Guoqiang Chen, Kejiang Chen, Xiuwei Shang 외

Penetration testing is essential to ensure Web security, which can detect and fix vulnerabilities in advance, and prevent data leakage and serious consequences. The powerful inference capabilities of large language model…

Guided Reasoning in LLM-Driven Penetration Testing Using Structured Attack Trees

2025-09-09 · Katsuaki Nakano, Reza Fayyazi, Shanchieh Jay Yang, Michael Zuzak arxiv

Recent advances in Large Language Models (LLMs) have driven interest in automating cybersecurity penetration testing workflows, offering the promise of faster and more consistent vulnerability assessment for enterprise s…

APT-Agent: Automated Penetration Testing using Large Language Models

2026-05-24 · William Guanting Li, Alsharif Abuadbba, Kristen Moore, Dan Dongseong Kim arxiv

Penetration testing is essential to securing modern web infrastructures, yet traditional manual methods struggle to keep pace with their scale and complexity. Large Language Models (LLMs) offer new opportunities for auto…