#bug-bounty

1 messages Ā· Page 3 of 1

weary lance
#

Thanks for this btw

uneven galeBOT
#

Gave +1 Rep to @fast fable

cosmic trellis
#

Hey guys

#

I'm new to bug hunting and kinda stuck in the process of up skilling myself.
My problem is when I learn about some vulnerability from portswigger labs and then practise labs over there I understands the vuln but I don't understand how do I implement what I learn in the live website.

#

What should I do about it?

#

Also how do I improve my auto recon methodology
My hunting approach is:-
First I took a target
Then run sub finder & & httpx, to find active sub domains
Store those URL in a list
Run nuclei on that list
That's it

What else should I do in auto recon?

fast fable
#

don't rely on automated recons

  1. a lot of false positives
  2. most bbs don't accept bugs from automated scanners
  3. it'll miss things that have to be looked at manually; keep in mind that a bug bounty is public to everyone and the company will usually already have had a pentest done; 99% of the time anything from an automated scanner will have already been looked at
#

My advice would be to poke around for things like XSS, IDOR - these are the most commonly found vulnerabilities that aren't that hard to exploit. Your process of finding the subdomains is good, but just make sure they are within the scope first before looking at them.

#

You'll have to know that people spend months trying to find bugs. I'd personally say there's a lot of luck involved with these kinds of things (refer to point 3, you'll have to have found a bug that somehow went unnoticed by the internal pentests and everyone else doing the bb), it does happen of course, but don't go in expecting to find something immediately. I'm not trying to discourage you from doing bbs, it certainly was a great learning experience for me and of course, the added bonus of $$$. Just don't have high expectations going in

quick berry
#

i found an endpoint on a website which should be vulnerable to CSRF. no preventative headers, no CSRF parameters, just the cookie. I have a post request with application/x-www-form-urlencoded content type, and I had burp generate the CSRF POC which should work, but when I click the CSRF POC link, it doesn't insert the one cookie needed to authenticate the request. Is this because it's a secure cookie? and is there anything I can do about that?

shadow matrix
quick berry
#

@urban chasm that's gotta be it. I wonder if there's any bypasses to that

fast fable
quick berry
#

@fast fable yeah i've gone through their SameSite labs to see if there's any similarity in my situation, nothing yet.

shadow matrix
#

If it is "Strict" then you can only exploit the csrf through XSS, which means the csrf isn't realy a vulnerability.

#

If it is LAX the action is only vulnerable if it allows for GET method, and requires some modification of the payload.

ripe estuary
#

.

mystic oriole
#

Hola

weary lance
#

How woud recon work when no automation tools are allowed? especially if the web page is almost blank. like to access the page you need to login? šŸ˜‚

daring harbor
daring harbor
thorny grail
#

People from India. How many days does it take for you to receive the bounty in your bank? in Hackerone

wet nova
#

hi guys
i am new to this domain i want to learn bug bounty from scratch how can i start my journey in this like some courses or some websites
plz tell me the right path to learn

shadow matrix
#
  • read pinned messages in here
wet nova
#

i did some rooms but some of its content is not free

shadow matrix
wooden fossil
#

What about a company that does both bug bounties and extermination

sinful knot
#

Hello! I'm relatively new to the whole cybersecurity environment however I'd like to work towards my goal of becoming a bug bounty hunter, because I'm currently not capable of starting a full time job. I know that this is quite ambitious because I'm starting with relatively little experience, however I'd like to attempt it. Is there a certain path on THM that I'd be able to follow to learn more about the world of bounty hunting? Or how would I be able to work on this? Thank you in advance, have a great day!

shadow matrix
sinful knot
uneven galeBOT
#

Gave +1 Rep to @shadow matrix

shadow matrix
#

Yep, it's a long road, if you only want to be mediocre at best, you can start learning vulns and searching for them right away, but I belive that in order to be good in bb (I'm not good yet) you need to also understand the vulnerabilities and most importantly the application and how everything works, not just how to use it.

sinful knot
# shadow matrix Yep, it's a long road, if you only want to be mediocre at best, you can start le...

I totally agree, I'm just still searching on how to get to that point where I do actually understand the application and how everything works! Because there's no real defined path, I don't think, so it's a bit daunting to start on something not exactly knowing how to get to where you want to be. But I'll try my best and at least start by learning vulnerabilities and gain experience with bounty hunting that way so I can start to understand how to actually do it(if you understand what I mean), sounds good?

#

However is there a good path to follow on THM to learn it? Because I don't see that in the pinned messages or #start-here.

shadow matrix
#

If you are willing to pay subscription, the official paths are pretty good, for bb, I would suggest going pre security->Jr pentester->Web Fundamentals
Some other great resources for web sec are:
Port swigger academy
Owasps official websites
Hackerone's academy
LiveOverFlow

sinful knot
#

Thank you both @shadow matrix @ember vigil ! I’ll try my best! The help is greatly appreciated.

uneven galeBOT
#

Gave +1 Rep to @shadow matrix

shadow matrix
#

You can have mine, thanks!

uneven galeBOT
#

Gave +1 Rep to @ember vigil

simple jewel
#

If it's just a website you know, I'd suggest not going into it further and leave it as is, if it's a website that has a bug bounty/vulnerabilty disclosure program, then disregard my advice.

Not the best idea to report a bug/vuln to a site that has neither as you'll need to hope you won't get in trouble.

umbral gyro
#

I have a question for those who do bug hunting , is THM enough for sharpening bug hunting skill?
in my eyes thm is best for pentesting They explained things very easily

#

please suggest me rooms for bug bounty's

shadow matrix
#

Any bug bounty hunters here that can shed some lights on how you choose your programs?

charred falcon
#

Hlw

still jasper
viral wigeon
#

in linux server

my files got encrypted with ransomware attack
file looks like :- file.encypted.encrypted

how to know which ransomware it is and how we can decypt it

Can any help in this

vocal folio
viral wigeon
frank rune
#

I am trying to test a website.
It has a wp-login.php page but wpscan says website not on WordPress

#

How to proceed

fast fable
#

check the page if it's in scope

frank rune
fast fable
#

then have a look around

frank rune
fast fable
#

Either your using it wrong or it's a falsepositive

#

Unlikely to be the latter

frank rune
#

Tried may times via 2 tools

fast fable
#
wpscan --url target.com
```?
frank rune
#

And I got rate limit now.
Clouldflare Banned me

fast fable
#

rip

#

That's why mass automation tools aren't necessarily a good thing

frank rune
#

Nice security šŸ˜‚

fast fable
#

I mean yeah...? Why wouldn't you ratelimit?

frank rune
fast fable
#

your tools might have sent a lot more requsts than you think

#

and yeah, that is good security, to block against botnets and potential DDoS attacks

sinful knot
#

Thank you! you can have one too, sorry :)

uneven galeBOT
#

Gave +1 Rep to @ember vigil

plush rain
#


443/tcp open  ssl/http syn-ack Microsoft HTTPAPI httpd 2.0 (SSDP/UPnP)
|_ssl-ccs-injection: No reply from server (TIMEOUT)
| ssl-poodle: 
|   VULNERABLE:
|   SSL POODLE information leak
|     State: VULNERABLE
|     IDs:  CVE:CVE-2014-3566  BID:70574
|           The SSL protocol 3.0, as used in OpenSSL through 1.0.1i and other
|           products, uses nondeterministic CBC padding, which makes it easier
|           for man-in-the-middle attackers to obtain cleartext data via a
|           padding-oracle attack, aka the "POODLE" issue.
|     Disclosure date: 2014-10-14
|     Check results:
|       TLS_RSA_WITH_3DES_EDE_CBC_SHA
|     References:
|       https://www.securityfocus.com/bid/70574
|       https://www.imperialviolet.org/2014/10/14/poodle.html
|       https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566
|_      https://www.openssl.org/~bodo/ssl-poodle.pdf
#

CVE-2014-3566

#

i have been trying to exploit it but nothing worked for me

#

i need someone's help who is good with cryptography and mitm attack

#

@young leaf help me sorry for ping

lilac spindle
lilac spindle
#

unless its urgent

somber coral
#

hello i want to learn bug bounty but i can understand yt tuturial anyone can teach me pls

#

where did i get that

#

@ember vigil

lean pewter
#

does anyone know about timthumb.php vulnerability, does it still work?

plush rain
plush rain
plush rain
lilac spindle
plush rain
#

Cuz I thought I have to run some xxs script from Clint side ? How is it possible?

lilac spindle
#

Maybe don't try to do exploits you don't understand. You might end up breaking something for the company you are doing Bug Bounty.

plush rain
#

If I m able to capture cookies then I can submit it

plush rain
#

Can u help me ?

lilac spindle
plush rain
#

Wait

lilac spindle
#

IMO, if you dont know it, dont try to exploit it

plush rain
plush rain
lilac spindle
#

There may be a chance you break something

plush rain
lean pewter
#

i read all the info about it but on the website i found it doesn’t use wordpress

fringe comet
#

I want start in bug bounty so can you pls help to buy giving suggestion and some resources to start like :

1 .Books
2. Web links
3. How to do bug bounty in sequecial way

fringe comet
patent grove
#

Hey I'm Trying to unlock some skins for my sniper in bot lobbies how do I do that

opaque relic
#

Do you mean youre trying to cheat for some skins in game or something?

patent grove
#

Åøes

#

Mean like thats what the tik toÄ· said

opaque relic
# patent grove Mean like thats what the tik toÄ· said

you got refered to this server via a tiktok video? You're not the first one. We don't condone cheating ( or unethical or illegal hacking ), this server is strictly a learning platform to learn ethical hacking. We cant help you with that here

patent grove
#

Shi mb have a good day sir

fierce cedar
#

How polite

lavish hollow
fringe comet
#

I am interested to join you

ebon ocean
#

Anybody doing bug bounties? I'm looking for someone to learn from, Ive done a ton of CTFs and studied alot of material but never anything real world. Not looking to take/split your pay either, just learn

small tartan
#

Does anyone know if there are any good resources out there for decoding URL parameters? I've run into a couple of issues on some Bug Bounty engagements and could really use some direction.

lilac spindle
#

If so, Burp has its own Decoder tab

small tartan
uneven galeBOT
#

Gave +1 Rep to @lilac spindle

lean pewter
#

hey can a instagram basic api token disclosed cause any security issues

fast fable
#

depends on what sort of permissions it has, obviously any API key shouldn't be disclosed anyway

lean pewter
#

and also has the permission to reset the token

lilac spindle
lean pewter
#

yea

lilac spindle
lean pewter
#

yeah but still i cud get many personal info of that account

#

like user secret,code etc

lilac spindle
#

Demonstrating impact is always best

lean pewter
#

they basically use that api to display their insta feed on the website

#

so if i reset the token maybe it can break that?

lilac spindle
lean pewter
#

yea i wont do it

limber delta
#

Hello house, pls I am having issues running gobuster on ubuntu and don't know if am doing somthing wrong... I can't check the version installed using gobuster version to see the version pls help... This is the error I get when I run the command in terminal... *worldlist (-w): must be specified (use -w for stdin)
*url/Dormain (-u): Must be specified

mild hill
#

if you can post a pic of terminal, might help better

frank rune
#

Hi guys
What are the ways to
1 -bypass 403 while brute force login via wpscan
2- add legit email and attacker email in password reset form
3- test websites hosted on Clouldflare bcoz it blocks almost all my automatic attacks

fast fable
#

3- test websites hosted on Clouldflare bcoz it blocks almost all my automatic attacks
don't use automated scanners?

2- add legit email and attacker email in password reset form
create an actull account?

1 -bypass 403 while brute force login via wpscan
depends on how its implemented its rate limiting, if its through cloudflare - good luck

stone saddle
#

yeah, i believe he has to download the wordlist or at least specify the path on his system. normally the docs if followed too closely cause this error if you dont know how to find your exact path

fast fable
#

you might need to update it

limber delta
fast fable
#
go install github.com/OJ/gobuster/v3@latest
full dome
#

I have been working through all of the THM content to further prepare myself for bug bounties along with starting a couple books. My question for people active in BB…are cve exploits relevant to bounty rewards if they are new and it covers in scope items? If they are not then I assume you are primarily looking for misconfigurations if you aren’t writing a new exploit.

lilac spindle
#

Lets say you find Shell Shock, that is a valid one

#

But if its some new CVE, it might take a couple of months before it becomes valid as a bounty

full dome
#

@lilac spindle just to make sure I understand. Older cve’s can be claimed as bounties generally before brand new ones?

lilac spindle
full dome
#

@lilac spindle ok thank you. I wasn’t sure if I should focus much time on cve if they are not generally covered. I appreciate the information šŸ™

uneven galeBOT
#

Gave +1 Rep to @lilac spindle

fierce frigate
quick berry
# frank rune Hi guys What are the ways to 1 -bypass 403 while brute force login via wpscan ...

for question two, a lot of times you can try to change the existing variable to an array. So lets say you have a password reset endpoint, and its a post request and the request body looks like such email=example@gmail.com you can try to make it an array like this email[]=example@gmail.com,attacker@gmail.com if it's a JSON endpoint, do the same in JSON format. if that doesn't work you can also always try putting the parameters in the URL itself instead of in the POST body

quick berry
knotty hound
#

Hello everyone, I have been on THM for a little over year now and HTB for half a year, been wanting to start bug bounty and collected fair share of notes over the year

#

curious if you have any suggestions how to move forward , like specialize with one sort of vuln or be a jack of all trades moving on ? I have a hard time focusing which platform and where should I actually put my skills to the test

mighty jackal
lyric charm
#

Hello

fallen palm
indigo grove
#

hello im a beginner

#

i wanted to ask that how much time it will take for me to start bug bounty

unborn ice
#

This isn't a beginner thing...

indigo grove
#

ook but which path on thm are good for that

#

currently im on complete beginner

little meteor
uneven galeBOT
#

Gave +1 Rep to @little meteor

tepid kestrel
#

Hello! A question: how much time would it take me to become good at bug bounty hunting considering I learn 3 hours everyday on tryhackme?

tepid kestrel
# shell nest Probably around 3

Months or..? (excuse me if this is a stupid question, ive seen you can get good at bug bounty in a few months so a bit confused)

lilac spindle
tepid kestrel
lilac spindle
# tepid kestrel uh dont know, i guess thats what im asking?

Its hard to measure how good a person is in bug bounty hunting as there may be multiple factors in play and not all of them can contribute to being let's say a good "bug bounty hunter". Do you think of being good in terms of reported bugs, or in breadth of knowledge related to web application security?

#

I'd say in my opinion, a good bug bounty hunter is someone who has good knowledge of web application security, is able to write good reports, and follows the Rules of Engagement at all times.

tepid kestrel
tepid kestrel
lilac spindle
#

One thing that would make you stand out from the rest of other testers is report writing.

tepid kestrel
uneven galeBOT
#

Gave +1 Rep to @lilac spindle

tepid kestrel
unborn ice
#

Isn't bruteforcing just a noisy way of saying "I guessed your password" ?

lavish hollow
#

Check your contract/ the terms in the bug bounty program.

It will all be listed there

uneven galeBOT
#

Gave +1 Rep to @lavish hollow

tardy cobalt
#

Hello! I am new here. Can anyone explain me about this?

OBJECTIVE
For this challenge, your goal is to use visual reconnaissance. You will need to find the website with the key in red.

VISUAL RECONNAISSANCE
For this challenge, the web applications are hosted under: 0x["%02x"].a.hackycorp.com as in:

0x00.a.hackycorp.com
0x01.a.hackycorp.com
...
0x0a.a.hackycorp.com
0x0b.a.hackycorp.com
...
If you haven't done visual reconnaissance before, you can try to use the tool Aquatone to get images that you can browse easily to find the right key.

unborn ice
lilac bough
tardy cobalt
#

@unborn ice Penetestlabs

#

@lilac bough Yeah thanks

uneven galeBOT
#

Gave +1 Rep to @lilac bough

tardy cobalt
#

@lilac bough But do you know what "%02x" ?

lilac bough
#

Google will be your best friend blobfingerguns

sacred gorge
sacred gorge
crimson cloak
#

Hello there! I’m looking for some help on a PHP box

#

Anyone can help me?

tepid kestrel
#

Hello everyone! I'm going to perform my very first penetration test in about a month, and there are a few questions I'd like to ask:

  1. Where do I start with recon? Do I make a list of all the subdomains, endpoints, etc? Whats the best way of gathering information?

  2. Would it be ideal for me to spend some time navigating and exploring the core features of the website before getting on with recon?

Also do excuse me if some of the questions are patently stupid, after all I am just newbie*

fast fable
#

The scope will explicitly say what URLs are supposed to be tested

#

I presume you've got a contract?

tepid kestrel
#

Ah no, that I havent. This is just a free bug bounty test im doing to practice with explicit permission of the website owner

crimson matrix
#

i have an oracle DB running on 172.12.0.2
now i running a Power BI on VM (i set up it in to the same ip 172.12.0.10). The problems is Oracle DB can ping into my Power BI VM its good but when the Power BI ping to ORacle DB (*Destination Host Unreachable)

fast fable
#

some devices dont respond to pings by default

crimson matrix
#

but i dont have network knowledge good enough to fix

#

please reply me soon

fast fable
#

I'm busy sorry

#

but just say what problems you have here and your configuration

crimson matrix
#

ok

#

Oracle DB: 172.17.0.2 *running on docker inside localhost

#

VM Window: Installed with Power BI

#

now i want to make a connect from Power BI to my Oracle DB

#

but at the first, the VM Window configure outside the ip range of Oracle DB -> so i re-config it into the same zone with is: 172.17.0.10

#

then, on Oracle DB: ping 172.17.0.10 -> Worked Fine

#

on VM Window: ping 172.17.0.2 -> Destination Host unreachable

white maple
#

hey everyone
I'm working on a program and I need some advice
when I login a sessionid of 32 charavters is created each time contain random uppercase and lowcase letter
if I use any other session_id generated before of any account I would login successuflly even if the session id is generated a longtime ago
so what I did I created python code that can generate multiple session id same as the ones generated by the server and I tried to bruteforce with different long list of them but in vain
I think I miss smthg can anyone enlighten me please ?

jolly tiger
#

Hello, I have a general question about CVEs. I found a few vulnerabilities in a commercial application, that requires to be a paying customer. The application is not available to download from the website. Is it still eligible for a CVE ?

acoustic hearth
# white maple hey everyone I'm working on a program and I need some advice when I login a se...

32 lower/uppercase characters is still a giant space of possible combinations so you will likely hit combinations that aren't legitimate sessions. Unless there is something non-random about how the sessionid is generated, it's probably not very practical to exploit. Still, not invalidating sessionid's after a fixed period and not linking them to for example a source IP are still security risks.

acoustic hearth
jolly tiger
uneven galeBOT
#

Gave +1 Rep to @acoustic hearth

acoustic hearth
jolly tiger
tepid kestrel
#

thanks!

uneven galeBOT
#

Gave +1 Rep to @ember vigil

runic inlet
unborn ice
tepid kestrel
unborn ice
#

"if" is the keyword.

#

In ways, a bug bounty is different from a penetration test.

fast fable
#

It is completely different

tepid kestrel
#

hey guys, i found a severe IDOR vulnerability on a website today which is not very difficult to recreate but i dont know how i should report it, im looking to earn a couple of bucks here but unfortunately the website doesnt have a bug bounty program or anything close, so i want your suggestions. Should I email them telling that ive found a severe idor vuln on their website which is easy to recreate and cause a big loss if discovered and ill be ready to show it to them for a good price? Which imo seems a bit malicious? Or maybe I should just show them how it can recreated right away then ask them for a reward? Really dont know what to do here, need an expert suggestion

lavish hollow
#

I don't participate in bug bounties, @fast fable would love your input here

tepid kestrel
uneven galeBOT
#

Gave +1 Rep to @lavish hollow

unborn ice
#

Isn't that sort of "grey hat" territory?

fast fable
#

"and I'll be ready to show it to them for a good price",

so you've actively looked for vulnerability on a site that doesn't have a bug bounty or vdp, and now you want money to disclose it? Definitely screams unethical to me @lavish hollow

lavish hollow
#

My thoughts exactly šŸ™‚

lilac bough
#

Yea you could get in trouble for reporting it especially if you didn’t have permission to be testing but if you wanted to report it ethically I wouldn’t expect a reward…

#

Now if they had a bug bounty program and you were still in scope than yea I would ask for a reward or swagger

unborn ice
#

Not borderline, it is.

#

Pay me y, and I'll tell you about x.

lilac bough
#

Depending on your wording in your report could be a lawsuit if the company takes it the wrong way .. cuz it sounds like extortion right now…. Then on the other hand you would have to report it to stay on the ethical side of things…

#

Cuz say you were the first one to find this, didn’t report it .. then later down the line someone malicious finds it and does something with it … you could also be considered part of the malicious attack since the first traces of the incident would lead back to you..

tepid kestrel
#

hmm ok, thanks yall

fast fable
#

And this is why you make sure the company has a bbp/vdp before trying anything

lilac bough
# tepid kestrel hmm ok, thanks yall

I would still write a report, explaining what you’ve found, Exactly how to replicate your findings, the impact of this bug, offer a way to fix said bug, and offer to retest for the bug after they implemented a fix … then after all that you might be able to slide in hey do you think I could get a reward for this finding…. And if they say no then šŸ¤·ā€ā™‚ļø lesson learned hunt on companies with bbp/vdp like jay mentioned .

tepid kestrel
uneven galeBOT
#

Gave +1 Rep to @lilac bough

jagged hedge
# tepid kestrel hey guys, i found a severe IDOR vulnerability on a website today which is not ve...

This definitely fits the definition of a gray hat hacker. Your intent is good but asking for money in this situation is unethical. Instead, if I was in your situation, I’d tell the website owner that I’ve found this vulnerability (walking them through how to recreate it) and ask them for permission to write about it publicly once it’s fixed. In the writeup I would not disclose any information that could identify the target. Just my 2c!

tepid kestrel
uneven galeBOT
#

Gave +1 Rep to @jagged hedge

jagged hedge
# tepid kestrel I emailed them today showing them the whole process of how it can be replicated,...

np! although, even with permission to write a blog on it, I would consult a lawyer and ask what kind of legal trouble the post could land me in (laws vary a lot depending on region). If I'd be safe on the legal side of things, I'd also ask the website owner to review the post before publishing it.
And, like mentioned by others, in the future I'd steer clear of websites/systems I do not have explicit permission to hack on.

tepid kestrel
#

also theres a website that offers free membership to anyone who finds a bug on their site, so technically thats a bug bounty program?

fast fable
#

sure

tepid kestrel
#

ah ok, that works then

prime barn
#

Hi who can help me I wish to become bugbountu

fallow moat
zenith wave
#

m1 pro?

fallow moat
#

I am using a Macbook Air M1 (2021), until now it is absolutely satisfying

shrewd ocean
#

I'm using Air M1 2020

keen crown
quick berry
tepid kestrel
jolly osprey
tepid kestrel
#

btw, @quick berry they emailed me today

#

said they forwarded it to their technical team

lilac spindle
#

Always exercise caution, I don't recommend doing any type of testing for websites without a BBP, the bottomline is you don't know how they'd react. pepehands

#

Also think of local laws applicable in your country, you might think its not illegal but the law may say otherwise

quick berry
#

@fallen palm thanks for the update, but mknukn is right. From our perspective we are doing a good thing, and nowadays it's not as bad as it used to be. But some companies are still super skeptical and could even throw legal action at you. It gets to the point where it may not even be worth it.

uneven galeBOT
#

Gave +1 Rep to @surreal whale

quick berry
#

it really just comes down to discernment

fast fable
weary lance
#

When it comes to using the nuclei scanner, Is there somewhere else than the github repo where I can easily view what each template is looking/checking/testing for and what it is that it finds when it does find something. Theres a whole bunch of things that get spat out and I dont understand what they are.

topaz agate
#

hi

harsh temple
#

there is this login page it shows input value in response. so i tried xss. input value comes in <input> tag in response and among the special characters only the " and < get html encoded. so when i try something like this <7> in response it shows as <7> this. is it possible for reflected xss. what are the automation tools to check this for. thanks

fast fable
#

if it's being encoded then no

harsh temple
fast fable
#

Well you can't escape it because you can't start a new tag without < and you can't escape attributes without "

wind coral
#

Hey there šŸ™‚ Maybe can somebody has an idea: Currently hunting on a VDP. Some months ago I used a guest checkout for Comapny XYZ.

Today I decided to look into their site from a Hunter perspective.

When I created an example account with the same email that was used (ONLY!) for guest orders, I could see all the payment info, address etc. for prior orders. I created an account with "Register" didn“t get any "User already exists" and when I logged in I could see it

So if I knew the email of somebody who ordered at site XYZ as a guest I could obtain their personal data. I wonder if this scenario is too unlikely or if I should report it anyway?

fast fable
#

I'd definitely report that

#

Clear loss of confidentiality

wind coral
#

Even though it might be a difficult constraint for an attacker to obtain emails of someone who ordered as guest? Would you report it as Information Disclosure? Or improper Access control?

fast fable
#

Improper access control

wind coral
#

Thanks a lot! I“ll test some more and write a report this evening

fast fable
#

@vocal folio would this be AC high for requiring to know the users email, right?

quartz aspen
#

id give it AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:F/RL:U/RC:C

fast fable
#

Ah I guess AC would be low

#

As no requirements for the server

wind coral
#

Thanks šŸ™‚

wind coral
#

I just confirmed it for a second time with a friend. Really working (unfortunately I guess xD) thanks for being part of my first ever vulnerability report

fast fable
#

Nice find šŸ™‚

wind coral
#

I think its funny because it was an accident as I just wanted to create a user account to START hunting and while setting up I found it hehe. Unfortunate that it“s just a VDP but still a personal success

hollow thistle
#

Hi guys, i've a question, i've signed up to a known bugbounty website,(idk if I can write names), i've been doing CTF there to get some practice, and I got enough points that I was invited to a private bugbounty program....
now.. this program has a few endpoints but none of them are eligible for a bounty, apart for making some practice(?), do you believe it make any sense that I was invited in such a program or to spend time trying stuff there?

quartz aspen
#

do you value recognition or do you value money

hollow thistle
#

good point, I guess both, but maybe finding something for "free"&practice could bring me something better on the long run
I thought no bounty also meant no recognition

quartz aspen
#

then imo don’t do it

#

that’s literal free work

shadow matrix
serene ruin
#

Thank you for your detailed email, below, and thank you for not attempting to exploit the identified vulnerabilities.

We were aware of these through external vulnerability assessments, and work was already underway to address them. Having to migrate multiple hosted applications, databases and webservices from one server to another takes time, particularly when one of those applications is the T&A site, and we have moved several generations ahead with our [VULNERABLE SOFTWARE].

The T&A has now been moved onto a new server, and so, if you are interested, I’d like to invite you to re-run your assessments against that website, and report any findings to me. If you would like to do this, could you please remember to include [REDACTED] in any emails sent to me.```

Context: I do Sea Cadets (UK Version of Navy Scouts/JROTC to a degree) and managed to find vulnerabilities in one of their websites. Recieved this approx 1hr ago from their head of IT for the whole organisation.
lavish hollow
#

Army cadets >>

#

But well done! That’s some good responsible disclosure šŸ™‚

narrow sparrow
#

Well done!

fast fable
#

Well done :)

wind coral
#

Awesome stuff

serene ruin
serene ruin
shadow veldt
#

Hell yeah brother

ember vigil
#

cool

toxic furnace
#

Can anyone help with bypassing

Unauthorised API call
It's behind AWS elastic load balancer/2.0

lilac spindle
toxic furnace
lilac spindle
tacit skiff
#

So I am about to throw in the towel with trying to escalate the severity of this XSS that I found as part of a bug bounty program. On the search bar of the target website, if you search particular text, you can escape some HTML. The problem is that there is a WAF on this website that blocks any meaningful payload. My XSS injection text is:

" onmouseover=alert(5)

Which would trigger (after doing a bunch of trial and error) if there was no WAF. I have tried a bunch of techniques to bypass including different event handlers, different casing, whitespaces, unicode encoding, etc, but the WAF (GoDaddy Sucuri) keeps on doing its job too well.

The best I've gotten is to harvest user IPs via triggering a background image load to listening site:

" style="background:url('https://webhook.site/1ef0228f-9cf6-49ee-b7f6-4f27b473ed22')"

But reporting that marks my report as "informational" only. The lastest thing I have tried but doesn't work:

" onmouseover/=[7].map(alert)

That doesn't work because the / causes a whitespace between the onmouseover and equals sign, bypassing the WAF but doesn't result in a valid HTML injection (below is the relevant HTML content).

<input type="text" name="Search" value=" " onmouseover="" =[7].map(alert)"="" title="Search" id="txtSearch" class="name" style="width: 500px;" onclick="return ValidateSearch();">

Any suggestions anyone has before I just give up and move on?

#

Oh perhaps I should add a bit of the WAF behaviour, from trial and error I think this is what happens:

  • onmouseover=bananas gets blocked because it matches a onxxxxxx= regex filter
  • testFunction() gets blocked because of circular brackets regex matching
  • Mixed casing doesn't bypass
  • URL encoding doesn't bypass
  • Null bytes and other funny white spaces doesn't bypass
  • HTML encoding &lt; gets blocked
  • The application crashes when I try to add a new HTML entity (e.g. > <img src=x> <) and I can't find my way around that
fast fable
#

The best I've gotten is to harvest user IPs via triggering a background image load to listening site:
see if you can utilise this for OSRF

#

can you get it reflected? or just self XSS? (i.e will it trigged from a URL, or does that user have to enter manually the payload)

#

if it's self XSS then I'm not sure its worth all this effort

serene ruin
#

Update to mine:

Their writing me a testimonial & allowing me to post about it on linkedin tagging them šŸ˜Ž hell yeah.

wind coral
#

Damn thats awesome, depending on your current career status might even be better than a bounty šŸ˜‰

serene ruin
wind coral
#

Wow! Then with 17 years old youā€˜re defo on the right track!

Man I just turned 22 some days ago I feel so fricken old already šŸ˜‚

flint abyss
torpid widget
fast fable
serene ruin
serene ruin
uneven galeBOT
#

Gave +1 Rep to @wind coral

torpid widget
torpid widget
#

I started on this company since 16

#

I did an interview

#

I got accepted cuz i had knowledge in cyber

fast fable
torpid widget
#

When it was school i worked 5 hours

#

Now that its summer vacation

#

Full time

fast fable
#

ah nice, I presume in office?

torpid widget
#

Yes

fast fable
#

I also work full time but like you, just during holidays

torpid widget
#

Just with no papers sadly

fast fable
#

Well I presume you needed to sign an NDA

torpid widget
#

Soo until i make 18 like its like i never worked

#

No experience paper

#

But idc i want knowledge

fast fable
#

nice, so UK?

torpid widget
torpid widget
#

Balkan

fast fable
torpid widget
#

Only in balkan those things happensšŸ˜‚

torpid widget
fast fable
#

well, either way - nice work! indeed you learn a lot

torpid widget
#

I have the resources

#

I learned web app pentesting

#

Did CTF a lot

#

And now learning API pentesting

#

The only thing left is time

#

I assume by the new year 2024 the API is done

#

I want to learn it good before i turn 18 in march

serene ruin
#

Nicely done dude, I ain’t pentesting or that. Just doing development and other cyber tasks. Whilst doing personal study towards certs

wind coral
#

I am really struggling between just going all in on Pentesting & Bounties or doing a research master in my uni security lab

#

LinkedIn offers in Germany are crazy right so Iā€˜m super tempted

ember vigil
#

just thought of Bounty the paper towel company, they should be sponsors

wind coral
#

šŸ˜‚

ember vigil
#

weekend find bugs

#

weekday uni stuff

wind coral
#

I will probably decide very shortly before a masters would start because I want to wait how my bachelor thesis turns out^^ Like there is no sense in doing a research master if ur bad at writing papers šŸ˜‚

ember vigil
#

bug bounties require great writing as well

#

every professional hacker says so

wind coral
#

No problem with writing at all, Iā€˜d actuall consider myself a very good storyteller. But for me there is a big difference between a report and all the quotation, methodology etc.

#

I feel its more strict. In Bug Bounty you just have to make other people understand the issue (and be professional) but academic research is tougher

#

imo

ember vigil
#

yea, i remember academic writing, i loaded my papers with references galore just to make it very clear that im not breaking rules

#

bug bounty reports would be using analogies to get the point across

wind coral
#

ye exactly šŸ˜‚ I am a free soul, I like to express myself and not put a gazillion [xyz et al.]

ember vigil
#

according to the Intro to Pentesting book, the non-tech stuff goes into the Executive summary,

#

i ordered my hacking API book so , i hope soon to start

#

what kind of bugs are you interested in?

wind coral
#

Broken Access Control (e.g IDOR) + and stuff like XSS, SSRF

#

I think those are quite interesting. I am currently working on the Bug Bounty path of another learning site, after I completed Web Fundamentals on THM

#

Still got a lot to learn

#

My background is no compsci at all and now I do automotive security, crypto & ISO stuff

little meteor
#

local file inclusion don't fall inside broken access control???

#

genuine question... not sure where it is classified

dapper lintel
fast fable
#

Eeeehh

#

Why not just use hackerone

dapper lintel
little meteor
#

it is less then 4 months old

#

sooooo maybe

dapper lintel
jagged agate
#

how to start with bug bounty

#

any tips?

unborn ice
#

Learn skills, follow scopes.

little meteor
#

learn owasp top 10

winged vessel
#

Hey guys I am getting this issue while ruuning a outlook webapp website on firefox

To use Outlook Web App, browser settings must allow scripts to run. For information about how to allow scripts, consult the Help for your browser. If your browser doesn't support scripts, you can download

anyone knows how to solve this in kali in firefox?

fast fable
#

That's a weird error, especially as it's Firefox which is a very Morden browser

#

Can you try opening it in an incognito window?

winged vessel
fast fable
hearty blade
#

guys any road map for learning bug bounty

lilac spindle
hearty blade
uneven galeBOT
#

Gave +1 Rep to @lilac spindle

keen crystal
#

hallo there , Iam kind of new here. can you please guide me how to start bug bounty programs

marsh falconBOT
keen crystal
#

@fallen palm
Thank you

uneven galeBOT
#

Gave +1 Rep to @merry solstice

fast fable
#

that has nothing to do with learning bug bounty?

#

@keen crystal Check the pinned messages here for some pointers

keen crystal
uneven galeBOT
#

Gave +1 Rep to @fast fable

shut rapids
#

Hey, I'm not sure if this is the right chat, but out of curiosity, I have a few questions:

  1. How many people here actually practice bug bounty hunting?
  2. How many hours do you typically do it per week?
    How much do you make on average?
  3. How LONG have you been doing it?
candid bridge
#

hey everyone

#

I was messing with a hackerone program and I found an IDOR that messed up the profile picture on a website. Is this enough to report?
is made the picture look like this:

#

heres the original for your reference:

slender plover
#

in your place I would have taken that as a starting point rather than an end one

fast fable
#

That doesn't have any impact

serene ruin
#

Latest Update to mine:

@wind coral @lavish hollow

lavish hollow
#

Congrats, that's amazing

#

You will have ultimate cadets bragging rights

serene ruin
serene ruin
fast fable
#

GO CONNOR GO!

serene ruin
lavish hollow
#

Such a shame it's sea cadets and not army cadets /s šŸ˜†

serene ruin
wind coral
serene ruin
shadow veldt
quick berry
shut rapids
fast fable
#

At the end of the day, it's not a reliable source of income

quick berry
shut rapids
#

Freedom of movement sounds pretty amazing to me. For me primarily, it is a way to learn, have fun, and also generate revenue as a side gig. Plus, I was contemplating doing it while going to school. If I'm able to pull that off, I'd be pretty happy

quick berry
#

go for it

fast fable
dapper lintel
hollow thistle
#

I've a question for you guys: how do you test for programs that have in the scope the official production domain? Meaning do you use vpns or something?
I don't understand how would someone from that program realise that the SQLinjection that they're reading in a log (for example) is coming from a legit tester and do not come after you šŸ˜…

craggy tusk
#

do any of your use Shodan for bug bounty?

shut rapids
#

@dapper lintel I just started learning, honestly if you are looking for someone to share information with I wouldn't mind the collaboration. Up to you though

fast fable
#

Bug bounty should not be comparable to a job, imho.

#

I'm not saying don't do it, by all means, its good as a side income but do not see it as an actull job

fallen palm
#

Hi everyone, i'm having a problem in tryhackme and i hope some of you can help me. When i start the AttackBox, every five seconds it says me "Disconnected" and i can't do anything. Can someone explain to me how to solve this?

#

Thank you so much for the answer

cold swallow
#

hey guys have a small doubt
lets say I want do a web app pentest to a client and the web app is using cloudflare should I do pentest on it or should I ask for a env that isn't behind cloudflare

shut rapids
lilac spindle
cold swallow
wind compass
wind compass
lilac spindle
#

Of course if they have a staging environment, you could do it agains that, but its always good to know your defenses work since you have a WAF. That doesn’t help them against other vulnerabilities like logic-based or information leak.

fallen palm
#

@wind compass no, unfortunately i have not been able to solve the problem. Anyone else got an idea?

analog glen
fallen palm
#

Is there have a someone bug hunter ?

keen haven
#

can anyone tell me...which tool is used for finding subdomains

lilac spindle
keen haven
#

yes the result is amass, subfinder etc

#

but info is not that much good

#

did you suggest any tool

lilac spindle
#

There are many resources about them

keen haven
#

okey i will try

#

so now i am going with amass

quartz aspen
#

amass is probably the best one

weak summit
#

Hey, I have studied bug bounty hunting, about the vulnerabilities, how websites work, etc. But the thing is I'm not able to find any bugs and when I look for any solution I come to know that there are a lot of things that I don't Know!!!
So, how can I improve my knowledge ?

unborn ice
weak summit
unborn ice
marsh falconBOT
keen haven
delicate ledge
#

!help

#

!skidy

marsh falconBOT
#
Skidy
<a:skidygif:733473514149118043>
lavish hollow
versed laurel
#

guys, I am new here, what is bug-bounty? You are looking for a bugs on specific sites or just choose any and notify them in case you have found something?

shrewd ocean
distant plume
#

Isn't hackerone better?

carmine current
#

šŸ˜„

south bluff
versed laurel
#

thank you for sharing the link @shrewd ocean , so it those applications which officially proposed their apps for bug hunting, as I understand

uneven galeBOT
#

Gave +1 Rep to @shrewd ocean

lilac spindle
fallen palm
#

hi

south bluff
lilac spindle
#

should you pay a bug bounty hunter for an XSS they found through bypassing security products and/or libraries (DOMPurify js and Akamai WAF for example)

south bluff
#

but, that’s also coming from the bug hunter perspective

shut rapids
# weak summit Hey, I have studied bug bounty hunting, about the vulnerabilities, how websites ...

What are your strengths, and just as important, what are your weaknesses? A lot of times people 'get' the general idea, but then when faced with an actual problem to solve they have no idea (it's okay, it doesn't mean your dumb, just new).

A perfect example of this is me with python. I can read python well enough to debug existing scripts, but my ability to functionally deploy scripts is extremely beginner.

On the other hand I'm quite comfy with bash

solemn scarab
#

I want start bug bounty so please name some platforms for beginners

south bluff
solemn scarab
#

Thank you

lilac bough
golden crater
#

a question came in my mind, why are 'Dos' Vulnerabilities out of scope for most Orgs?

#

if it can't potentially harm the Org's reputation or cause financial loss then why is it out of scope

mortal ferry
golden crater
mortal ferry
golden crater
fast fable
#

DoS is a very common issue and it's not something that should be awarded bounty for

#

And trying to test a DoS attack will not be good for their availability like snoower said and would be seen as malicious

lilac spindle
golden crater
#

Thanks to all of u

south bluff
spare gust
#

hey, guys , theres this endpoint that i i used arjun to look for hidden params, and i got 'class' but whenever i use the param i got 500 internal server error, does that ring any bell?

austere relic
#

Hy guys is exposed Google recaptcha v3 api key or amplitude api key an information disclosure to report?

manic mirage
gaunt turtle
#

I'm just curious on how others nuclei's config.yaml looks like. Could any active BB hunter could mind share.?

noble python
#

If someone has a working (private) exploit for CVE-2022-37434 leading to RCE and they can share it, please reach out. I will treat with utmost confidentiality.
Needs to be working against
MySQL-5.7.39 on Linux.

lilac spindle
sleek fiber
#

hy guys. im new to bugbounty and hacking can u suggest me any github repo for good tools and learning resources please

lilac spindle
sleek fiber
#

sure thanks šŸ™šŸ¼

noble python
fast fable
#

hmmm @analog glen

analog glen
#

And, you do not need a working exploit if you can demonstrate vulnerability

lilac spindle
#

@worthy folio

fallen palm
#

AT&T's scope on hackerone says *.sky.com.mx is out of scope. Can I still poke at sky.mx.com?

lofty valve
#

hi guys
i need help
subdomain takeover
iget
what should I do

vital vale
#

can you guys help me to decode this TGUE?OĀ·SĀ·KĀ·MTUEGIĀ·SYENFEĀ·TOIĀ·Ā·Ā·SROĀ·TĀ·SFĀ·OYTĀ·Ā·Ā·OĀ·TĀ·KUMHĀ·IĀ·AEĀ·NMKĀ·Ā·

vital vale
warm belfry
#

How to get started in bug bounty? I have done a Intro to Bug bounty course by zSecurity but I don't know what to do next.
I mean how do you get started on a live website

fallen palm
#

({ "message" : "RadAsyncUpload handler is registered succesfully, however, it may not be accessed directly." })

#

Potential vuln?

#

telerik

daring tangle
mild hill
warm belfry
fading sky
cold root
#

Hello guys I have just started out and struggling to find the entry point I have done about 60% of protswigfer academy but that wasn't any help when I tried in big bounty I was like in a whole different world so I learned djago in python to get a good idea of websites but as it is a framework it wasn't that helpful now I am learning networks and then imma switch back to web pentesting need help!!!

vital swallow
# warm belfry How to get started in bug bounty? I have done a Intro to Bug bounty course by zS...

I haven't done that bug bounty course by zSecurity, but by glancing over what I think is the course, it looks like Zaid goes over a variety of vuln types and uses PortSwigger's Web Sec Academy to demo.

I'm curious, what did Zaid use for the 2 hours of live bug hunting? OWASP Juice Shop? A custom web app? Something else?

If bug bounty hunting is your goal, I would suggest you just set aside some time for bug bounty daily or on certain days of the week that work for you.

Then, split time between studying/learning about something and actively hunting. Depending on your knowledge and experience, you may spend more time studying than hunting. Come up with a split (e.g. 60:40) and adjust as needed.

At least for part of the hunting time, work on applying or trying out what you are studying.

This can also help bring focus to your hunting sessions and help with filtering all the overwhelming information into something more manageable.

I believe continued improvement should be the primary goal, since that's more under one's control. Theoretically, bugs will come, but focusing too much on the need to find bugs in the beginning may lead to frustration and burnout more easily.

Read disclosed reports on things like HackerOne's Hacktivity and write-ups of people's hunting experience. Sometimes people don't really know what they're talking about even if they found a valid bug, and sometimes people fake things in blog posts. Don't worry, but just be aware this happens.

Some resources:

vital swallow
# cold root Hello guys I have just started out and struggling to find the entry point I have...

If you've done 60% of the PortSwigger web sec academy labs, then I figure you have enough of a jumping off point.

See my other reply above, but I think what you need to do is pick a program, stick to it for a predetermined amount of time (e.g. 50 or 100 hours), and focus on improving things incrementally to gradually build out a methodology and experience that eventually leads to that "intuition".

Experiment with note-taking methods and find something that works for you.

You may also need to work on, in your mind, filtering all the info flying around in requests and responses down to a single thing to focus on at a time.

warm belfry
uneven galeBOT
#

Gave +1 Rep to @vital swallow

vital swallow
twilit slate
storm raft
#

hey i am testing for an XSS and when i turn to the source code i see that it encode it as html is it possible to bypass it ?

fast fable
#

if its being encoded probably not

storm raft
karmic burrow
#

Hey guys, Suman here. I am new to bug Bounty. And I would really appreciate it if you guys can guide me on my journey. I hope to learn things from you guys after spending a lot of time in TryHackMe and HackTheBox, I tried to do bug Bounty and it seems that it's a very challenging thing to pull off. It felt like I tried to bite off more than I can chew, especially getting discouraged when I see an app behind cloudflare and akamai. Cannot think straight after that, I don't know how I should approach this. Am I missing methodology/knowledge etc...? If you guys have your own story on how you guys started, please feel free to share.

#

Even if it's a VDP I tell myself that I need to find one valid bug to prove that I learnt things correctly. Just to jumpstart my career.

#

Would greatly appreciate your advice

lilac spindle
#

Bug bounty is an added security later on top of a company’s existing ones such as pentesting, secure SDLC, etc.

#

Its kinda like picking off the meat from the bones.

#

Approach bug bounty from logic-based side. A lot of those cannot be picked up by WAFs

flint veldt
#

a

tall frigate
#

Ha

jagged siren
#

Anyone interested in doing bug bounty?

copper pike
#

Hello guys,

I'm new to bug hunting and find myself left quite confused, after I thought I found my very first, little issue on a VDP:

From time to time I read through the hacktivity stream and see what other hackers report on the different programs. It feels like this gives some good inspiration. And in fact, It didn't take that much time until I noticed some very similar issue on a VDP I started hacking on:
The "reset-password-link" sent to a user's mailbox, after clicking on "forgot password", started with a plaintext http URL-schema, rather than using https for TLS. Obviously this allows an attacker to sniff on the network, perform a MITM attack when a user resets the password and clicks on the plain text link. It can result in a complete account takeover.

A very same issue was reported recently on another program (BBP) by someone else. It was rated as HIGH and the hacker was was rewarded with 750$;

To my full surprise my report was closed as just "informative", by a platform triager (does not seem to work for the VDP's company), stating that this does not have any security impact and that it is not mandatory and just "best practice" so SSL encrypt password resets tokens during transmission.
I find this argument quite weak and wrong. So I decided to write a little tool and record a video showing the impact:
My little go tool uses libpcap to sniff on the network and perform a full account takeover when detecting the plaintext password link "on the wire" in plaintext.

Still the issue is closed and I got no answer so far :/ Is it common that issues are deemphasized? Did I wasted my time? Is this maybe VDP related and should I go for BBP instead?

TL;DR: Why is someone rewarded with a 750$ bounty on a BBP while my same finding on a VDP is closed as informative by a triager?

lilac spindle
fast fable
#

You've done your part reporting it, now its their responsibility

copper pike
copper pike
fast fable
#

Hey, you've now learnt something so you haven't left empty handed!

copper pike
#

Yes, thanks. That's true šŸ‘

open ice
#

what was the best place to learn and practice bug bounty hunting and web hacking ?

lilac spindle
white maple
#

Hey guys does anyone know wso webshell; I have some questions

cerulean cloak
#

What kind of filters to people use in Logger++ in Burp? I wanna get better at using my extensions in Burp Pro

wind coral
#

I did CBBH on HTB but still feel as clueless as before xD

honest shadow
#

What should I learn first as a beginner in Bug Bounty?

lilac spindle
sterile narwhal
#

I might be close to getting a CSRF on the users account settings of a web app. However using Burp Suites CORS PoC and executing it in my Browser logs the following CORS notification: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at <REDACTED> (Reason: CORS header ā€˜Access-Control-Allow-Origin’ missing). Status code: 200.

Any go-to bypasses that could work that you recommend?

lilac spindle
jaunty marlin
#

Hey ya'll! If you're having trouble doing write-ups for bug bounty programs, feel free to contact me. I've ran a couple bug bounty programs before and I'd be glad to show you the ropes of what we really want to see in your write ups. DM me if you're interested. ā¤ļø

graceful meteor
#

Anyone got any tips on how to start finding bugs in choosing targets and finding web-application bugs?

lilac spindle
#

But other than that, there’s no magical tip to help you find bugs

fast fable
#

A lot of luck involved in finding a good target

drowsy cliff
#

Hi
Can someone help me, i want to enter bug bounty hunting and i feel lost. recon? vuln discovery?
Exploitation ? PoC?Reporting?
If someone can help me by providing sources on how to learn these and then the methodology behind it. Like channels to watch, live recon, poc… etc. even if you have thm rooms to complete šŸ™‚

lilac spindle
#

Also take time to watch videos from TCM Security

stone saddle
cedar patrol
#

I am a newbie in bug bounty hunting.. Any experienced person here to tell what I need to do.
Like I have learned about the vulnerabilities, OWASP TOP 10, solved pico/thm/htb/hacker101ctfs, been in many ctfs competitions, but still I am struggling hunt bugs..

It will be great if anyone will help me..

Cheers šŸ„‚

crisp seal
#

Hey everyone. I'm an entry level red tamer and I want to join bug bounty team, how can I do it?

crisp seal
subtle gull
#

Can someone help me with payment issue of shodan

unborn ice
subtle gull
fast fable
quick berry
#

Have y'all ever hacked on a website that doesn't let you use a proxy like Burp? Are there any common work arounds?

mental garden
fading sky
#

An alternative would be subscribe to TCM Security Academy and enroll in their Bug Bounty course. You'll be invited to the Intigriti Bug Bounty Program upon course completion.

late anvil
shut narwhal
#

just completed my first bounty, I reported it 1 month ago and only now it's been closed

#

I didn't win any money

#

just 2 rep points

#

hooray

south bluff
#

get used to that

#

it takes a lot to have success in bug bounties. Anything good will come from private programs though, so the Rep could help

patent glacier
#

Are this tokens a problem if are exposed?

fast fable
#

gotta find out where they are used

#

and a red scribble isn't a great job at censoring them

patent glacier
#

can you explain me why?

#

i thought that to blurr is not a good idea

fast fable
#

Sure, over 80% of it is exposed

#

Something like that is better

patent glacier
#

aha, ok thx šŸ™‚

#

I found these tokens exposed, and now Im searching if these are sensitive datas or not

open ice
#

Hi i wanna learn bug bounty hunt and get my first bug, and i heard portswiggger is great resource to learn bug bounty, is there any another great resource ? Like YouTube channel or something like that

lilac spindle
# open ice Hi i wanna learn bug bounty hunt and get my first bug, and i heard portswiggger ...

Hi, while I do agree that Portswigger is a great resource, this is meant for web application security, not bug bounty in general. I’d like to include resources such as Jhaddix, Intigriti, Tib3rius, NahamSec, and InsiderPhD to be people who make good content on this particular topic. There are also books like Bug Bounty Bootcamp, Web Application Hacker’s handbook, and Web Hacking 101. Disclosed bug reports on BBP platforms are also a great way to learn methodologies and understanding bug impact and report writing.

#

If you like paid content, the bug bounty course from TCM and HTB are something you can look at.

#

Most of the resources I suggested are largely related to web application security as that is the scope I’m usually accustomed with. If you need resources for other types, you can ping me.

open ice
#

Ohh I see, alright ty

neon ivy
#

@quick berry I saw your msg, you do bug hunting full time.
I have some question's, I've been learning web security for quite some time now but still I haven't started bug hunting. because I don't understand vulnerabilities. Like everyone refers to Owasp Top 10 and say read this and understand well the thing is I don't understand because everything in the owasp is some written English text explaining what is a vulnerability, what is broken access control or cyptographic failure's etc.
So it does not make sense to me cuz in the Portswigger academy labs we intercept a request tinker with the request and response and I think it's more sensible and I'm able grasp what security is.
So what you guys would recommend me to do after solving the beginner level labs on portswigger should I read the owasp testing guide or do some more labs like intermediate one's or like do some more labs of PentesterLabs or what like how and when should I start bug hunting.
Thanks and sorry for troubling you!

I'm thinking of enrolling in UNDERSTANDING THE OWASPĀ® TOP 10 SECURITY THREATS (SKF100) by linuxfoundation.org, cuz it's free

uneven galeBOT
#

Gave +1 Rep to @quick berry

neon ivy
#

and I've been thinking of focusing on a single vulnerability and excelling in it like gonna go and read about broken access control every single blog, report, solving a lab or ctf's etc.
is this good??

fading sky
#

I can't recall how was it money-wise though.

neon ivy
#

I'm not thinking of money at the moment.

south bluff
#

I’d say focus on the one to learn, like you are, and once you have that one down REALLY good, then you can move on to the next one, then rinse and repeat

neon ivy
#

ThanksšŸ™‚

stone shoal
#

Anyone who want to collaborate iam new to bug bounty but not cybersec have average skills but if we collab I would say we can achieve great things

neon ivy
fading sky
neon ivy
#

šŸ˜‡

patent glacier
#

Can I use XSS using ' instead of "

#

When I use " in Burp it collade with the syntax

unborn ice
#

Have you tried googling this?

patent glacier
#

I mean <script>alert('xss')</script> is the same as <script>alert("XSS")</script>

patent glacier
acoustic ore
hot vapor
worldly blaze
#

I'm very new to this field. I recently got my first computer. so would you guys suggest me from where I can start.

halcyon kayak
#

could u help me with wp-login bypass?
i alr have the username
tried various premade wordlists as well as made a custom one using cewl
but none of them worked while burte forcing
any tips what i shld do next?

atomic stream
#

have you tried wpscan?

halcyon kayak
atomic stream
#

Read it's document on github or the manual. There is so much you can do.

halcyon kayak
atomic stream
atomic stream
solar dagger
#

"Add a custom HTTP header to all your traffic. Let us know which header you are setting so we can easily identify it. Since our SOC Team is constantly analyzing traffic, if you do not set this header you may be blocked." ā‰ļø Since I can't do this simple thing, I would appreciate it if someone could shed some light on it. I constantly get banned while doing bug bounty...

halcyon kayak
south bluff
#

you test to see if it works

halcyon kayak
#

i ran xsstrike over my target and it gave me quite a few payloads, now how do i use them?

    XSStrike v3.1.5

[~] Checking for DOM vulnerabilities 
[+] Potentially vulnerable objects found 
------------------------------------------------------------
9   ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://w1   window.jQuery || document.write('<script src="https://target.com/wp-content/themes/twentyten/js/libs/jquery-1.7.min.js">\x3C/script>')
------------------------------------------------------------
[-] WAF detected: ModSecurity: Open Source Web Application Firewall (Trustwave) 
[!] Testing parameter: s 
[!] Reflections found: 4 
[~] Analysing reflections 
[~] Generating payloads 
[!] Payloads generated: 1536 
------------------------------------------------------------
[+] Payload: <a%0aONPOINtEREntER+=+(confirm)()%0dx//v3dm0s 
[!] Efficiency: 93 
[!] Confidence: 10 
------------------------------------------------------------
[+] Payload: <deTaIlS%0dONpOiNtERENter%09=%09(confirm)()// 
[!] Efficiency: 93 
[!] Confidence: 10 
------------------------------------------------------------
[+] Payload: <D3v%0donPoinTerentER%0a=%0a(prompt)``%0dx//v3dm0s 
[!] Efficiency: 93 
[!] Confidence: 10 
------------------------------------------------------------
...

also what does the efficiency and confidence mean?

cinder jewel
#

You're probably best of using burp and fuzzing to see which characters aren't and are allowed and then trying to make your own xss payload a lot of the time in bug bounty you'll get a dupe cos others done it too with automated tools

merry garnet
#

Have not used the attack box for 1 hour but it will not allow me to use the attack box.

simple jewel
brazen sky
#

At work I have the next 35 days to do basically whatever I want. Would taking Codecademy's full-stack engineer course (150 hours estimated completion) be beneficial in the long run for bug bounties or a waste of time? (currently have oscp and htb cbbh)

chilly zinc
#

I found Ars0n's framework and just starting in learning bug hunting would this be a good beginner tools to start fuzzings exploring or should i learn with something else?

fading bloom
fading bloom
# brazen sky At work I have the next 35 days to do basically whatever I want. Would taking Co...

I think it depends on where you are in your pentesting journey. Since you are doing the course to forward your bug bounty abilities and not your full-stack development abilities, in order for you to get the most out of the course you should have a good amount of security experience so that you can view the coursework with a critical for how to apply your knowledge. If you're still early in your path, taking this course should be done only if you will practice and maintain the skills you learned in it, while you bring your security skills up to understand the security implications

hybrid orchid
#

Neither of those statements are correct.

  1. The inbuilt browser still uses Burp's certificates -- they're just pre-installed.
  2. As far as the site is concerned, you're connecting with its TLS cert. That's how a proxy works. You connect to the proxy (with whatever cert it decides to serve you), then it makes a connection to the target on your behalf and sends you the response.
  3. It's very definitely still a proxy lmfao. Again, just preconfigured in the Burp Browser so that you don't need to do it yourself.
fading bloom
hybrid orchid
#

Would be difficult to debug without looking at the error, honestly. We have virtually zero information to go on from that statement.
It might not even be a technical problem -- could be something in the scope of the bug bounty programme rules which state you're not allowed to use a debugging proxy.

#

On a technical level you'd struggle to detect it from the server side. Delayed execution between multiple requests designed to fire in quick succession would do it (basically a trap), but I've never seen anyone go to that trouble.

#

If it's a technical issue then I'd wager it's at the client side. Issue with the Burp cert or configuration. It's a bug bounty target rather than an in house application, so it's unlikely to be something like MATLS or SPNEGO failure, both of which are reasonably common to debug on a pentest

quartz aspen
hybrid orchid
quartz aspen
#

i did not

#

🤣

simple jewel
# hybrid orchid Neither of those statements are correct. 1. The inbuilt browser still uses Burp'...

I've actually had this happen in a project recently, I couldn't figure it out what caused it and the clients didn't really care to look into it as we were on the tail end of the project and just finishing up things.
The circumstances were slightly different though as we weren't testing directly from our VMs/Host Machines, we used a VPN and RDP'd onto their machines and installed tools there. We were able to communicate to the web application without a problem using any regular browser and the browser through Burp, but when trying to use foxy proxy for example to relay information to Burp it didn't work. Still puzzled why and how but it is what it is.

hybrid orchid
#

Oh, hang on, burp browser worked but it didn't work through Foxy Proxy?
That is weird.

#

Would suggest that it's something either in the browser setup, or an issue with Foxy Proxy honestly. Did it work if you just changed the proxy settings in the browser rather than using the extension?

runic inlet
#

The latest update of foxy proxy is known to cause issues for many, reverting to the old one solves it

hybrid orchid
#

Yeah, been noticing that this morning

fast fable
#

Exactly why the inbuilt browser is so convenient

hybrid orchid
fading bloom
#

I'm not sure what sorts of testing isn't working through the proxy, but I've been wondering if a headless browser running in node would be a good option. You could manipulate a great deal without a proxy. You'd have to write scripts instead of being hands-on.

Of course, using curl in a script is pretty similar or better if you don't need anything from the DOM.

What led me to my super wrong statements about the inbuilt browser not being a proxy: I don't see why it would need to be, if it were implemented differently. By being the browser, technically it could use the signed certs, etc.
This imaginary browser probably wouldn't solve your problem, as who knows what the root issue is

rain mirage
#

For subdomain bruteforcing and resolving.... Which tools do u guys use?

swift grotto
# rain mirage For subdomain bruteforcing and resolving.... Which tools do u guys use?

I use a few actually.

Even incorporated some AI to help determine the potential exploitability of subdomains found.

I wrote about it on my blog a few weeks back. DM if you want a link to the article., or Google ā€œAPI Recon Tip: Using AI to ā€œEyeballā€ your targetsā€.

THM mods won’t let me share the links directly on Discord any more.

quartz aspen
#

death to the mods

little meteor
#

??????

#

really wildin

swift grotto
#

Don't blame the mods. They're just doing their job. They just don't have an "intelligence filter" for knowledge sharing vs self-promotion. I don't blame them. It's a thankless job managing Discord. So they gotta use somewhat blind rules; they can't read every article to see if its helpful or not.

lavish hollow
#

Hey @swift grotto I’d love a response

swift grotto
#

I'm good if thats what yer asking

lavish hollow
swift grotto
#

False comments about moderation? That's a strong statement. Perhaps we should take this private. Or better yet, maybe you can ask @modest vector for some backstory.

lavish hollow
#

I’m well aware of the backstory.

swift grotto
#

I literally stopped helping in THM Discord because of this. I pop my head up to help someone here, and we are going down that path again

#

I was saying not to blame the mods. No "death to mods" comments are needed.

hybrid orchid
#

Or rather, what is there to report?

#

Just to break that down:

  • Don't blame the mods. They're just doing their job. Volunteering, but true
  • They just don't have an "intelligence filter" for knowledge sharing vs self-promotion. Also true, last I checked -- unless the new bot code base has some fancy LLM model backing it to check links for usefulness?
  • I don't blame them. It's a thankless job managing Discord. Reckon we can agree on that one Kekw
  • So they gotta use somewhat blind rules: they can't read every article to see if its helpful or not. Again, we sure as heck couldn't do that when I left. Is there someone on staff who does read every article to see if it's helpful or not now?
lavish hollow
#

They were told they can post their resources if they decide to interact with the community šŸ™‚

Instead of posting every new article they write in the resources channel. They were aware of the terms

#

Funnily, moderators did actually read their articles, just as I do with most user-shared blogs in the resources channel :)

hybrid orchid
#

Helpful background context, but there's still nothing reportable or inaccurate about the statement you objected to there, unless I'm missing something? šŸ˜„

lavish hollow
#

It sounded like they were complaining, if they have an issue they can go to the email posted in #rules, otherwise we want to keep the discord as drama free

hybrid orchid
#

There we go šŸ˜†

atomic flare
#

Hello, I do I get into bug hunting ? Lets say I find an exploitable wordpress vulnerabilties on websites can I report it to a bug bounty or do I just advise the owner ?

fallen palm
#

Owner

lilac spindle
# atomic flare Hello, I do I get into bug hunting ? Lets say I find an exploitable wordpress vu...

First, you need to check if they have a corresponding bug bounty program or vulnerability disclosure program. If they don't, I would honestly not report it as there may be legal ramifications about finding an exploitable bug but there is also the act of responsible disclosure where you do let them know that a bug exists on their website. Please take a similar approach and do not under any circumstance ask for any bounties as they may seem like extortion on their part, if they reward you that's nice but if they don't, do not chase for any.

#

All bug bounty should be done through proper bug bounty and/or vulnerability disclosure programs through the proper channels.

#

Also, don't advise the owner. You'd most likely contact them and ask if you can be transferred to their security or IT department to responsibly disclose the bug. You don't send everything through their customer support marketing email.

atomic flare
#

Tanks for the quick an complete answer.

#

So what are the proper channels to get into it ?

lilac spindle
#

HackerOne and BugCrowd comes to mind. There are also softwares that do have vulnerability disclosure programs, off the top of my mind is Qualys I think.

atomic flare
#

tanks

rain mirage
#

How can i know which 3rd party integration is the site using for different functionalites? Like for file upload, forum, etc?

lilac spindle
mental garden
#

So maybe by the end of January, I’ll finally take the leap and work for Bugcrowd. Not gonna lie, I’m a bit nervous. I’ve worked heavily with CTF’s, and I feel like the walkthroughs have held my hand long enough.

For those of you that have worked on bug bounties, are there any tips or advice y’all can share with me to help make my transition from CTF to real world projects a bit easier?

patent glacier
#

if I have a config.php but when access is blank space, is sth that I can do?

fading sky
lilac spindle
jaunty crater
#

Kind of out of ideas for this one so if anyone can help out i'd appreciate it. Currently working on an XSS with a pretty strict CSP in place.

script-src 'self' https://redacted.com https://*.redacted.com

I was able to bypass their waf but now just dealing with CSP. my current payload is:

<img src=x onerror=alert%0A%0D`1`>

One thing i noticed is that they have a few subdomains hosting wordpress sites so I was thinking maybe using JSONP, but my sink is innerHTML so script tags wont execute. It's a popular social media site so I was banging my head against image uploads to try and get some JS through but strict validation so no luck. Thinking about reporting as HTML injection and moving on, 8 of their pages are handling input the same way so JS execution would be noice. If you guys have any last minute ideas before i report let me know, thanks!

fossil lintel
#

Hi everyone,

I have intermediate level knowledge on web app bugs. I want to start bug hunting on platforms like BugCrowd , HackerOne, but whenever I try to go through any program I always have feelings like these programs are being tested by very experienced and huge number of testers so I won't find anything here. Because of this competition I am not able to start my bug hunting journey, any guidance to overcome this and any other tips will be highly appreciated. Also please mention any resources, from where if I learn can make someone like me standout.

Thanks

lilac spindle
#

Keep hunting till you find something.

#

The people posting those big bounties aren’t finding them usually on public programs. They are invited to private programs usually after building some reputation in public programs.

fading sky
# fossil lintel Hi everyone, I have intermediate level knowledge on web app bugs. I want to sta...

I am listening to Cristi Vlad's recon course in Udemy and one of his tips when you are starting out in bug bounty is to select programs which do not pay a bounty or those where you earn reputation points only as the number of participants won't be the same that do pay. It will allow you to build your portfolio and reputation to get invited to private programs However, I haven't started doing bug bounty myself so I have yet to confirm how accurate that is.

fossil lintel
uneven galeBOT
#

Gave +1 Rep to @lilac spindle

fossil lintel
fast fable
#

I've found XSS on huge sites (millions of users) which you'd think have been tested extensively already

#

Sure, some of it is luck that they didn't find out but I wouldn't automatically rule out a program just because of other testers on it

fossil lintel
#

Got it @fast fable , thanks šŸ‘

uneven galeBOT
#

Gave +1 Rep to @fast fable

fossil lintel
#

Hey all,

Does anyone know how to limit the number of requests per second for Hakrawler, the web application I am testing allows only 5 req/sec.

Thanks

quartz zephyr
#

any one know good bug hunting live stream ?

south bluff
digital hollow
#

Any cert that would be a good start a journey in bug bounty?

fading sky
teal pasture
#

That's a good one, I think TCM Security put out a bug bounty cert a little bit ago as well. Pjwt is what I think it is called

uneven galeBOT
#

Gave +1 Rep to @south bluff

digital hollow
blissful ravine
#

Genuinely question what’s the point of a certificate in bug bounty

#

Genuine

#

So get it to get into a program?

lilac spindle
blissful ravine
#

Okay so why not get an ethical hacker cert which would help you in more areas like an actual pentesting job as well as bug bounty

#

Or is the bug bounty cert what’s needed

south bluff
#

Probably in reference to the CBBH or whatever it's called

versed plover
#

Do you know any bug bounty metodologies and where to find them? When I try testing, I catch myself on doing random stuff for a very long time and nothing really productive.

harsh sleet
blissful ravine
harsh sleet
lilac spindle
blissful ravine
little bobcat
#

To those who have found bug bounties for money, how good of a hacker do you need to be to find bugs? Like whats the likelihood that I even make a dime on hackerone after completing the tryhackme pentesting pathway for example? Im very new to all of this so I apologize if the question is a little elementary.

lilac spindle
#

Of course, you need to be equipped with the proper methodology and a keen eye for seeing possible issues to capitalize on this.

#

Also, a "good" hacker is very subjective. I see people who only know IDORs and have found tons of bugs related to them. I'd say if you want to be a "good" hacker, you need to have a proper methodology. Not just throw shit at the assets in scope hoping something will hit.

fossil lintel
#

Hi all,

Goal: manipulate form inputs after intercepting the request through burp as there arr front end side restrictions for special characters.

I am trying to submit a form on a website. When I don't use burp proxy then I am able to submit the form without any errors. But when I use proxy and manipulate the values It gives me Captcha Failed error in response to that request. Even without manipulating the parameters I am getting that Captcha Failed error.

There's invisible captcha and not the interactive one.

Any solution?

solar dagger
#

Good luck to everyone; Is it a vulnerability or the beginning of a vulnerability to make changes to the request with Burp and get server name information in the response?

lavish cove
#

does anyone do bug bounty from australia?

lilac spindle
forest talon
#

How much truth is there to this comment?

#

Question for context was "Is it worth starting bug bounty?" which is prob a very common question.

teal pasture
# forest talon How much truth is there to this comment?

Not into bug bounty enough to know if the stuff about selling automated scripts holds any weight, but I do agree that it is generally not worth it for most people. You're going to be competing against much better people for sure and your time invested to payout ratio (if you ever even get any payouts) is going to be terrible 99% of the time.

forest talon
#

I would figure the main goal from bug bounty is to gain a form of recognition and then put it on the resume to improve chances of a job.

#

That was the main reason of being worried about automated scripts since that would basicly mean everything has already been checked except for zero days that the script would not of been programed for.

#

I would also assume that if the person is good enought to find zero days consistently enought for an income then they wouldnt be doing bug bounty for a pittance.

teal pasture
#

Well it is a good rule of thumb that anything on the internet can and will be scanned for various reasons by various people. I do certainly think all of the low hanging fruit would be taken before you could get to it for sure. As for the goal of bug bounty that is different for everyone. I am not sure how useful bug bounty is on a resume, I would personally look for other ways to gain recognition like certifications, CTF's, volunteer work, a blog, etc, but to each their own, it certainly wouldn't hurt to have on a resume.

forest talon
#

Out of all of your examples only one of them is experience

teal pasture
#

I know that, I wasn't saying that they were experience, just that they probably look better on a resume than bug bounty and/or are things I think you get more reward for your time invested

forest talon
#

The CTF's makes sense thought since if it is in person that might provide networking opportunities.

fringe dawn
#

Hi, i have been doing cybersecurity and ctfs for the better part of a year now and i have just recently made my mind up to start bug huntig on intrigriti, but what i have relisef is that the hole thing is very hard and confusing, so i am writing this message to maby get some tips and tricks and also to connect with somebody that is willing to hep me

latent bison
#

On Burp
Error
No route to host

Any help?

fading sky
latent bison
#

Yes @fading sky

#

On virtualbox, I am running one vulnhub machine and burp running on kali in same network
burp able to capture normal request but unable to capture the vulnhub machine request

south bluff
#

can you connect to the vulnhub machine on kali without burp?

fading sky
nova verge
#

i use katana performĀ  a test on a siteĀ  then i find email and password (test = 200) .. .. can i report it? And how . Because i can just tell the organization that i used automation .. please any suggestions

latent bison
latent bison
unborn ice
#

Stick them all on the same subnet, probably easier doing host only.

Vbox or Vmware or other?

fringe dawn
#

Can you end up in jail if you get out of scope?

#

??

south bluff
#

yes

fringe dawn
#

why

#

???

#

man

#

you tripin

lilac spindle
# fringe dawn why

Its simple, theres a scope to let people know what they can test. If you test something out of scope, you are breaking the rules of engagement and can be potentially liable for any damage you do.

south bluff
# fringe dawn you tripin

that’s the way it goes when you legally do a job that carries out ā€œillegalā€ actions. you be careful or you get jailed/fines ĀÆ_(惄)_/ĀÆ

forest talon
#

Why would you need to go out of scope thought?

south bluff
#

you should NEVER go out of scope

#

if you think it would be beneficial, reach out to the company and request access

#

and permission

fringe dawn
#

dont you get jus ta ban on the app?

#

if you dont actualy break anythong

lilac spindle
fringe dawn
#

ok

#

thx

fringe dawn
#

say...Is there a way to get burpsuite Rro for free?

unborn ice
#

I'll tell you how.

#

Request a free 7 day trial.

fringe dawn
#

haha

fast fable
#

Work for a company that pays for it

weary lance
#

Any way to not have my entire browser proxy through to burpsuite using foxy proxy? It would be nice to open two browser windows, one that gets proxied and the other to use for looking stuff up without inteferance. Or do I just have to do that through scope settings on burp?

#

yeah nvm scope settings just easier.

fast fable
#

You can do that with containers using container proxy, but this is in Firefox

weary lance
#

oh ok thanks. For now I think I'll just stick to scope settings, I'm having to use scope settings anyway to filter out junk requests.

calm python
#

ive listened to this one darknet diaries episode of this dude cashing in like six figures worth of bounties every year, granted it was stories from quite a few years ago and he was probably really good at it

#

i guess that doesn't happen anymore?

#

one of those "i've made millions on hackerone with bounties" dudes, talking how he made like 500/600k in 2017, even more on 2018 etc.

forest talon
#

When it comes down to it I just think that it makes more sense that if a person was skilled enought to do bug bounties they would also be skilled enought to be a pen tester.

#

Pen testing means that you are paid for your time and for your report therefore it is a reliable form of income.

#

Bug bounty means you are only paid for finding a bounty which unlike a flag on THM there might be no bugs on that site at all.

#

So it only makes sense that anyone skilled enought to make 6 figures from bug bounty which also be skilled enought to make reliable income from pen testing.

#

So in short the logical thinking is that bug bounty is a short term option to amass recognition in a community to then transition to a pen tester role.

#

That is my logical thinking on the manner.

onyx crater
onyx crater
south bluff
#

to NOT have

weary lance
fringe dawn
#

How do you guys know how approach a target , and if it is or it is not a waste of time, for example i know that i need to look for old software or something like that , but how do you actually do that, do you use some kind of tool or do you just go with the flow and choose one subdomain and see what happens?

teal pasture
#

Oh wait this is a bug bounty channel eh that is a bit different, but most of the below still applies I think (idk I don't do bug bounty)

#

To know rather or not something is worth looking into on a given client generally comes from experience. But things like out of date software, applications with known exploits, information disclosure / things you are clearly not supposed to have access to (like seeing a dev or admin page on a directory or subdomain scan), etc are all good things to look out for. Having a checklist of things to look for could prove helpful for you. As for your specific example of looking for old software, nmap can give you some version information on the services it sees running and wappalyzer is good for looking into websites.

full summit
#

ALSO - most hunters keep script running on given sites looking for new pages - the new pages are the most likely to have errors in them

quick berry
#

hunting is hard but not that hard, find a few niches and learn them really well.

solar dagger
#

I have background in bug bounty and theoretical knowledge about SSRF vulnerability, but I am not very successful in my practical attempts, so I am looking for a friend with whom I can scan for vulnerabilities (especially SSRF). If I have friends who will scan and exchange information with me, I would be happy if they would send me a private message.

cursive dune
#

Is there any hardcore web/bug bounty server/enthusiasts to just keep up with the hype and collab for bugs? i wanna join

  • experienced professionals only * pls dm
waxen narwhal
#

Probably a dumb question, but do you need to use a vpn or proxy when doing bug bounties?

#

If so can I get away with using a free vpn?

lilac spindle
#

You can probably setup an infrastructure that lets you send your requests through your VPS via proxy but there’s not much merit to it I’d say

waxen narwhal
uneven galeBOT
#

Gave +1 Rep to @lilac spindle (current: #24 - 333)

unkempt badger
#

Hello guys, any tips for bug bounty?

lilac spindle
formal fable
#

Hi everyone! im new to penetration testing. I am trying to learn and understand NahamStore. Can anyone help me with a summary or report of Nahamstore?

uneven galeBOT
#

Gave +1 Rep to @lilac spindle (current: #23 - 336)

proven dune
#

Hey I found a bypass on a site that allows me to add "<>" characters while we shouldn't be able to, what is this type of vuln in order to report it correctly ?

fast fable
#

What's the impact?

proven dune
#

i don't really know i'm new to this kind of stuff but in the form they don't let us send the request from the site if it contains these characters but if we modify an intercepted request adding '<' or '>' it works and it wasn't made to accept it at first so i guessed could be good to report it :/

unkempt badger
proven dune
#

i found better but still don't know the name of this kind of bug to report

#

I can modify another user information

#

and using what i found earlier "<>" i cna break the site for him if he goes on his account

unkempt badger
hasty adder
#

What are your thoughts on using the Windows version of Kali Linux for bugbounty/ctf - WinKex/WSL2?

unborn ice
hasty adder
#

What form of Kali do you use if I may ask?

cinder jewel
unborn ice
#

And I add my own tools and scripts.

hasty adder
hasty adder
unborn ice
hasty adder
#

Ahh allright. Have yet to try Vmware. Why did you pick Vmware over the Vbox?

unborn ice
#

The paid VmWare is better, looks cleaner, has snapshots, I can auto config vm's to auto boot on start up

hasty adder
#

Interesting!

charred sonnet
#

Are on premise Kali is bad for BB?

unborn ice
charred sonnet
#

Yah

unborn ice
#

No, why would it be?

hasty adder
#

I think its not smart to do that, as you will be sharing the same IP.

charred sonnet
#

I love that os and just use that for daily activity

charred sonnet
hasty adder
#

Just to make sure I understand you correctly; you do bugbounty/cyber security as a Legal employee of a company/community?

charred sonnet
#

I sent the report to community and if they approve i got paid.

hasty adder
#

Hacker1 community?

#

Or your local or wahtever community?

cinder jewel
hasty adder
#

Hows Kali purple working out for you? Does it miss tools or can you download the exact same as on kali linux? @cinder jewel

forest talon
#

Whats the main difference between Bugcrowd and Hacker1?

cinder jewel
cinder jewel
mossy hinge
#

Hi guys any tip for a cybersec beginner

fallen palm
#

Ine

#

Nahamsec

#

Maybe books if u like that

worldly creek
#

Hi, I am enumerating a website and was able to downlaod a .pem file. Would it be considered as a security issue ?
Tried using keytools to read the certificate. If I do a subl , it goes..

---Being Certificate--- something something ---End Certificate

#

What else can be tried with that file. Appreciate all inputs.

acoustic ore
#

im pretty sure its just a public key

#

ah searching it up could be many things

worldly creek
#

also is it normal for the these files to be available

#

also is it worth reporting ?

hybrid orchid
#

If you've got the private / signing key then there's a much bigger issue -- how big depends on what the certificate is used for

worldly creek
#

Many a times I leave things becuase they seem to be too obvious and it ends up being exactly the same 😦

forest talon
#

Is there any penalty for reports for non issues?

#

That would be my only concern for that.

lavish hollow
#

Hey @winter trellis

Are those referral links?

modest vector
#

Deleted the wall of links.

junior walrus
#

Are there any like entry-level BB programs?
I realize my question is a kind of a contradiction…
Been the owner of a development company for 12+yrs but I'm it really has me burnt up, the word "php" almost causes uncontrollable diarrhea attack šŸ˜›
So, anyone any advice where to start? H1 and BC still feel out of my league…
Been on THM quite a while, rank #3864 atm, should I learn more on HTB first?

fallen palm
#

where are the bug bountry programmes like hacker1 although for newer websites and that have not been reconed like a thousand times

proven cobalt
fallen palm
proven cobalt
zenith vapor
#

what should i learn before bug bounty as a beginner

#

?

still jasper
zenith vapor
#

and then ?

uncut tinsel
#

I found a vulnerability on a website, if I contact the owner and wait for it to be fixed, can I put it in my portfolio or something like that?

still jasper
cerulean cloak
#

Hey guys. I'm playing with an potential XSS and have this injection point <a href="" onfocus="" class="">injection point here</a>
I have tried some payloads and here are the results:

<script>alert(1)</script>                   gives: alert(1)
<scr<script>ipt>alert(2)</sc</script>ript>   gives: SAXParseException Message is: Unterminated start tag, 'scr' (Unknown system ID, line 74, column 31) 
<u onclick=alert(9)>click</u>                 gives: SAXParseException Message is: Unterminated start tag, 'u-onclick' (Unknown system ID, line 86, column 37) 
<img src=x onerror=alert(document.domain)>    gives: SAXParseException Message is: Expected equal sign (Unknown system ID, line 74, column 35)  as well as SAXParseException Message is: Unterminated start tag, 'img-src' (Unknown system ID, line 88, column 35) 
winged vessel
#

Hi guys, so I am testing this website for xss which has a url like something/uploadaction.do?method=something

Whenever I put the payload it gets redirected to a custom error page which says request does not contain handler parameter

Any ways or any article where I can learn on how to bypass this?

sullen hollow
#

Hello team,
It's been 3 years since graduation,
But everything is eaten.
Now,
How to improve my skills and get a job ?
Field " bug hunter and threat hunter "
please suggest me the best way šŸ™‚

onyx flame
#

hi i am stcuk with a docker instalation error in my arm64

abstract token
#

hello guys, has anyone ever hunter a bounty, or worked as a bug bounty hunter?
#bug-bounty

abstract token
#

@unborn ice

unborn ice
abstract token
#

@unborn ice

unborn ice
abstract token
abstract token
#

@unborn ice

unborn ice
abstract token
#

@unborn ice sure

#

I have discovered a vulnerability in a website by a coincidence which leads you to information disclosure

#

what is the best way to contact them to tell them the problem
what is the best approach to tell them?
I mean should I ask for a reward?

unborn ice
#

Check they have a bug bounty or a security.txt would be my first port.

abstract token
#

how to check for security.txt file, and also I how to check for bug bounty other than hackerone

fast fable
abstract token
#

nothing there šŸ™‚

fast fable
#

try some Google Dorking "bug bounty <company>"

#

or "disclosure policy <company>"

abstract token
#

did it, looks like they don't offer it

fast fable
#

Its a tough one

#

If you stumbled upon it by accident you could contact them and just let them know they potentially have a security issue (do not dig into it any further)

#

but certainly don't ask for any reward in order to disclose it, that's extortion and illegal

abstract token
#

so u think I can say, hello <company> then I would say there is a potential you have a security issue

#

and ask if they want me to dig into it legally?

fast fable
#

Yeah something along the lines of "while using your service I accidentally stumbled upon something that I think might be a security issue, might be worth checking out"

fast fable
abstract token
#

ty for explaining, one more thing please

#

Do you think they would answer positively? I mean if you have experience with that

#

@fast fable

#

and is it ok to ask for if they offer a bug bounty program?

fast fable
#

You could ignore it, or report it anonymously

fast fable
abstract token
#

@fast fable is there any way to tell them that it could lead to a massive disclosure, like database credentials, emails and passwords, some keys and even backend code!

#

I really want to warn them, but I am unaware if this would make it worse

fast fable
#

"I think this could be a serious issue, and it should be looked into"

abstract token
#

it is, thats why I am asking

#

but I don't want to be in a problem

fast fable
#

I'd probably just drop an email anonymously and leave it at that, if you've left it alone you'll be ok

abstract token
#

how can I send anonymous one

#

using burner?

fast fable
#

yeah you can just create a new email

abstract token
#

@unborn ice can you read our conversation please? do you have the same idea?

unborn ice
abstract token
#

Wow, sorry Mr Jayy looks like you are one of the leaders in this topic, was just trying to hear from different people

#

ty again @fast fable

uneven galeBOT
#

Gave +1 Rep to @fast fable (current: #13 - 483)

fast fable
#

Lol I'm by no means a Leader in this topic, was just giving my own opinion

abstract token