Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

THIS IS F**KING DANGEROUS FOUND 3 ETHICAL HACKING TOOLS THAT FEELS ILLEGAL TO USE And it all open source and free to use If you’re learning pentesting, these belong in your toolkit: → Arsenal-ng — a huge terminal library of pentesting commands for recon, scanning, exploitation and more. →...

32,943 görüntüleme • 4 gün önce •via X (Twitter)

32 Yorum

MAX profil fotoğrafı
MAX4 gün önce

Here are all the links 👇 arsenal-ng: pentest-copilot: ligolo-ng: Make sure you drop a follow to see more of this daily 🤙

Dor profil fotoğrafı
Dor4 gün önce

Open tools are useful when the scope stays defensive. The real skill is knowing what to test, what to log, and where authorization ends.

MAX profil fotoğrafı
MAX4 gün önce

Exactly. The tools matter, but knowing where the line is matters even more.

Bober_smart profil fotoğrafı
Bober_smart4 gün önce

Is this actually legal at all?

MAX profil fotoğrafı
MAX4 gün önce

I still thought if it is legal 😮‍💨

K2S profil fotoğrafı
K2S4 gün önce

These tools Look absolutely cracked for pentesting ngl

MAX profil fotoğrafı
MAX4 gün önce

they all make the whole pentesting workflow looks Super cool and easy

Roan profil fotoğrafı
Roan4 gün önce

all the tools are super useful max, booked them

MAX profil fotoğrafı
MAX4 gün önce

Appreciate it Roan, glad you found them useful.

Sakata profil fotoğrafı
Sakata4 gün önce

Arsenal reminding me of premier league lol

MAX profil fotoğrafı
MAX4 gün önce

lol 😆 It a name of a tool though

kadd profil fotoğrafı
kadd4 gün önce

Okay, these are actually useful tools to have

MAX profil fotoğrafı
MAX4 gün önce

For real, definitely worth keeping in the toolkit

Alex13 profil fotoğrafı
Alex134 gün önce

Cool kit if you’re learning, but the illegal vibe is fake and the second you skip permission you’re just doing crime

MAX profil fotoğrafı
MAX4 gün önce

That’s why it’s advisable to use them only on systems you have permission to test.

painn profil fotoğrafı
painn4 gün önce

astra looking at them

MAX profil fotoğrafı
MAX4 gün önce

They are way more better than Astra 😋

Orion profil fotoğrafı
Orion4 gün önce

Saved. It seems to be very powerful

MAX profil fotoğrafı
MAX4 gün önce

it’s seriously powerful once you see what it can do.

S✧ᜰ profil fotoğrafı
S✧ᜰ4 gün önce

This is insane

MAX profil fotoğrafı
MAX4 gün önce

Yea bro Make sure you give it a try You gonna love it

Veles profil fotoğrafı
Veles4 gün önce

Tunneling through a compromised box never stops being cool

MAX profil fotoğrafı
MAX4 gün önce

Fr, tunneling is always one of the coolest parts of pentesting.

Ochob profil fotoğrafı
Ochob4 gün önce

Pentest-copilot is new to me. Bookmarked, thanks

MAX profil fotoğrafı
MAX4 gün önce

Glad you found it bro, definitely worth checking out.

Derek profil fotoğrafı
Derek4 gün önce

And I his is not new or going anywhere

⠟⠳3⠊N⠴I⠉G⠤M⠩4⠣⠓ profil fotoğrafı
⠟⠳3⠊N⠴I⠉G⠤M⠩4⠣⠓3 gün önce

Hacking tools die sich illegal anfühlen , ahahahahahhaha 😂

Yakubu David block profil fotoğrafı
Yakubu David block4 gün önce

This is gold bro

S profil fotoğrafı
S4 gün önce

..

Derek profil fotoğrafı
Derek4 gün önce

Bro u learn this in Cyber lol.. Go do a course

OkAi profil fotoğrafı
OkAi4 gün önce

« Illégal à utiliser »… Le cliché pour survendre trois repos publics. Ligolo-ng, OUI ! le seul indispensable. Standard actuel pour le pivoting. Arsenal-ng, POURQUOI PAS, c'est un pense-bête CLI. Pratique, pas révolutionnaire. Pentest-copilot, NON ! LLM qui chaîne des exploits = crash sur hallucination. Le vrai problème, ce n'est pas l'illégalité. C'est de vendre un pense-bête et un wrapper IA comme des outils de hacking.

MEHI profil fotoğrafı
MEHI3 gün önce

At what point does making pentesting easier start lowering the barrier for attackers faster than it helps defenders?

Benzer Videolar

Pentesting firms don't want you to see this. An open-source AI agent just replicated their $50k service. A "normal" pentest today looks like this: - $20k-$50k per engagement - 4-6 weeks of scoping, NDAs, kickoff calls - A big PDF that's outdated the moment you ship a new feature Meanwhile, AI agents are quietly starting to perform on-par with human pentester on the stuff that actually matters day-to-day: ↳ Enumerating attack surface ↳ Fuzzing endpoints ↳ Chaining simple vulns into real impact ↳ Producing PoCs and remediation steps developers can actually use And they do it in hours instead of weeks and at a fraction of the cost. This approach is actually implemented in Strix, a recently-trending open-source framework (14k+ stars) for AI pentesting agent. The framework spins up a team of AI "attackers" that probe your web apps, APIs, and code. It then returns validated findings with exploit evidence, remediation steps, and a full PDF report that looks exactly like what you'd get from a traditional firm, but without a $50k invoice and a month-long wait time. You can see the full implementation on GitHub and try it yourself. Just run: `strix --target https: //your-app .com` and you are good to go. Human red teams aren't disappearing but the routine pentest (pre-launch, post-refactor, quarterly checks) is clearly shifting to AI. Strix is one of the first tools that makes that shift feel real instead of hypothetical. I've shared the GitHub repo in the replies.

Avi Chawla

225,857 görüntüleme • 9 ay önce

Our first short course with Anthropic! Building Towards Computer Use with Anthropic. This teaches you to build an LLM-based agent that uses a computer interface by generating mouse clicks and keystrokes. Computer Use is an important, emerging capability for LLMs that will let AI agents do many more tasks than were possible before, since it lets them interact with interfaces designed for humans to use, rather than only tools that provide explicit API access. I hope you will enjoy learning about it! This course is taught by Anthropic's Head of Curriculum, Colt_Steele. You'll learn to apply image reasoning and tool use to "use" a computer as follows: a model processes an image of the screen, analyzes it to understand what's going on, and navigates the computer via mouse clicks and keystrokes. This course goes through the key building blocks, and culminates in a demo of an AI assistant that uses a web browser to search for a research paper, downloads the PDF, and finally summarizes the paper for you. In detail, you’ll: - Learn about Anthropic's family of models, when to use which one, and make API requests to Claude - Use multi-modal prompts that combine text and image content blocks, and also work with streaming responses - Improve your prompting by using prompt templates, using XML to structure prompts, and providing examples - Implement prompt caching to reduce cost and latency - Apply tool-use to build a chatbot that can call different tools to respond to queries - See all these building blocks come together in Computer Use demo Please sign up here:

Andrew Ng

170,541 görüntüleme • 1 yıl önce