@srong805@Phong_Zed@Mcnugget_1403 These Gooks are totally brainless ๐, all they talk is about nonsense, unrelated to the main topic here, just try to assult the Viets for nothing. Did your doctor tell your mom about your brain retarded disorder when you first born ?
@Pcu48@mjiesociu@SmallKorean6767 Any other words ๐ ? I though the Kors are the nice and thoughtful people, maybe i was wrong. You people are a bunch of craps and arrogant as hell
@srong805@Phong_Zed@Mcnugget_1403 Btw dont tell me about money or worth or income, such an useless and shitty argument. I mean my monthly income could buy your whole family for sure, your piece of shit ๐
@srong805@Phong_Zed@Mcnugget_1403 Then why Krafton have to ban 2 best players globally just from a โfor-funโ tournament ๐ ? Definately they scaring shitless from the Vietnamese players, we are always on the top and beat the shit out of Korean players. Thatโs what they have to do, banning our player, what a move
@thaswoon@Mcnugget_1403 What about the Rule where the tournament requires every player have to turn on their facecam during the match, does the Korean team did that respectfully ? Dont tell me about the rules if your team didnt even do them properly
Doing some bug hunting in my free time on campus ๐
My capstone project is nearly done so now thereโs some time for me to play a bit with some new bounty programs here
What you see here is a simple pipeline, where the backend server calls the mcp server via normal http (ofc with a secret header). The MCP server then will call the tool, which is a retrieval tool in the RAG system return the vector search from the given query
Wiring up the servers right now...Took me long enough ๐
Have learnt so much since the last post...now i already know about RAG system and MCP servers, and how the MCP server can connect to the backend server for tool calls. Will continue update on this one
Mcp servers, a cool thing to work with if you are building a project with AI, especially multi-agent workflow orchestration. Python is an easy-to-go choice to build a simple mcp server
Been doing capstone project for my uni (this will be my last year at uni) several months lately so i cannot do my pet project right now. Been learning a lot of new stuff from the capstone, from setting up envs like a pro, to learning AI stuff like RAG system or multi-agent
@criss5701067360 Yes im using docker compose rn, it is really useful for seperated services. Using React for frontend and FastAPI for backend rn, a pretty basic setup
Back to work today. Setting up a quick docker file to start both server concurrently, avoiding hellish manual start and make everything looks more professional ๐, Iโm also pretty new to Docker so I will be happy to receive advices from you guys.
Follow for more
Btw, GitKeeper is back online now, just have a quick fix this afternoon. Iโm not coding much these days as my big concentration rn is about learning bug bountyโฆ
Been learned quite a lot about Burp Suite & bug hunting. I started to testing common vulns like XSS, IDORs and BACs - these are the top vulns that bug bounty hunters usually aim for. I also learned and did a lot of recon, which is painful as recon tools rn is kinda old fashioned
Im having an idea to develop a new tool that will automates the api discovering process, as i found this is long and tired as hell. The purpose of this tool is to detect the main API url, find all available endpoints and how can they get called (POST, GET, DELETE, etc.)
@sahill_og Sure dude, and good luck for paying a bunch of money for those AI agents ๐. And technically, you can learn all of these stuff in just a few days
Good evening
Today i try to pentest my own webapp for detecting vulns and i got this potential DoS vuln. For some reason (maybe im too dumb or lazy), an api endpoint, which is critical in doing heavy, concurrent task, does not require auth header ๐ญ.
Playing with Burp Suite today and test it on one of my friends CRUD app. Someone is stupid enough to left a chat api endpoint in public without proper auth header ๐ญ. Remember folks, use middleware for all api routes that belongs to user action, not system action
Okay, i just found out that all of my endpoints are not protected by the api rate limiter. Because of this, i will temporary shut down the server for hot fixes
This means that i can spam/hammering the endpoint without being blocked by 401s or 403. Furthermore, it seems like the api rate limiter didnt take action, it didnt lock request, send 429s or something like that. I will figure this out