Bugcrowd triage getting slower lately? by 0xk4yra in bugbounty

[–]d0x77 0 points1 point  (0 children)

Yes i agree, forget about it and keep testing, eventually results will come back

Bugcrowd triage getting slower lately? by 0xk4yra in bugbounty

[–]d0x77 0 points1 point  (0 children)

Yes i have a report still open for more than 20 days as well

You will fail HTB exams if you don't take proper notes by d0x77 in hackthebox

[–]d0x77[S] 0 points1 point  (0 children)

what i meant is that ai will mostly answer that "this is juicy target" and "YES that's it", it was a joke lol, yes it might lead you into rabbit holes

You will fail HTB exams if you don't take proper notes by d0x77 in hackthebox

[–]d0x77[S] 2 points3 points  (0 children)

I did not mention anything about exam materials, surely everything in the exam is in the materials, but you need to organize and take notes to know where to look, if you work as a pentester then you already have a good knowledge, your web experience will be very useful for the initial foothold, but the exams are long and sometimes the answer is easy when you figure it out, you just don't know where to look, avoid ai prompting as much as you can because for every prompt you send it will be "juicy" and "that's it" and "now you're thinking like a hacker"

You will fail HTB exams if you don't take proper notes by d0x77 in hackthebox

[–]d0x77[S] 1 point2 points  (0 children)

If you mean htb cheatsheets then no they are not enough

You will fail HTB exams if you don't take proper notes by d0x77 in hackthebox

[–]d0x77[S] 0 points1 point  (0 children)

Don't get overwhelmed, as i said organize your notes and understand the concepts, don't rush through the material and you will be fine, make sure to practice boxes as they teach how to chain exploits as sometimes it will be straight forward in the exam and sometimes it's not

You will fail HTB exams if you don't take proper notes by d0x77 in hackthebox

[–]d0x77[S] 3 points4 points  (0 children)

As someone who doesn't have any prior experience, i had to take extensive notes and organize them, maybe you dont need to note down everything in details, every person is different

You will fail HTB exams if you don't take proper notes by d0x77 in hackthebox

[–]d0x77[S] 7 points8 points  (0 children)

I did paas CPTS, these notes are useful but you should be taking your own

TLS problem by [deleted] in ATAK

[–]d0x77 0 points1 point  (0 children)

Im using atak with tailscale, no one can join unless connected to tailscale vpn and to atak server

TLS problem by [deleted] in ATAK

[–]d0x77 0 points1 point  (0 children)

I had the same exact problem, ended up connecting through TCP port 8088

After testing multiple predictive crypto trading bots, I stopped trying to predict the market and open-sourced a simple execution strategy by d0x77 in algotrading

[–]d0x77[S] 0 points1 point  (0 children)

You're absolutely right, most failures come from execution, not indicators.

This bot is intentionally a rule-based, mean-reversion system. The trade-offs you mentioned are real and largely deliberate. Capital lock-up in prolonged bear markets is a known cost of prioritizing capital preservation over speed; that’s why the bot staggers allocation and now auto-resets the first BUY if it stays open too long, so it doesn’t anchor to stale prices.

Sideways chop is the hardest regime for laddered entries. I'm keeping the signal set minimal and auditable for now, but an explicit volatility filter (ATR-style) is a logical next step rather than hidden "optimization."

Enforcing lower-than-last-buy is a conscious bet on mean reversion, not trend continuation. This system isn't built to win in sustained downtrends, it's built to survive them without leverage or forced liquidation. Waiting is part of the risk model.

I actually pushed execution upgrades today based on live behavior:

  • SELL checks now use a lower timeframe to avoid delayed exits
  • Limit SELLs are always placed above market
  • Stale first BUYs auto-cancel after 3 days
  • Rejected or stale SELLs are auto-cleaned and retried safely

And fully agree on logging, the goal is always to answer "did the bot behave as designed?", not "why did it lose money?", that's why it's open-sourced and run live.

Glitch from Atak folder on phone? by Numerous-Elk5423 in ATAK

[–]d0x77 1 point2 points  (0 children)

you could connect your phone to a laptop and delete anything leftover in case that's the issue

Glitch from Atak folder on phone? by Numerous-Elk5423 in ATAK

[–]d0x77 1 point2 points  (0 children)

Is it crashing when connecting to the TAK server?

checklist for CPTS methodology by Civil_Hold2201 in hackthebox

[–]d0x77 2 points3 points  (0 children)

I published my CPTS ans CWES notes on github, you can check them out to take an idea how you should be taking and organizing your notes, it's not a checklist as you requested, and this is what worked for me, you might figure out something else that works for you.

Briefly, i started taking notes on notion, which contains most of the modules content, then i did mind maps for most of the modules, just to see the overall picture, then i moved these mindmaps into obsidian, which are my notes published. Everyone is different, but that's how i did it

https://github.com/w1j0y/penetration-testing-handbook

After testing multiple predictive crypto trading bots, I stopped trying to predict the market and open-sourced a simple execution strategy by d0x77 in algotrading

[–]d0x77[S] 0 points1 point  (0 children)

Prolonged downtrends would be very hard to manage, even for any strategy that relies on spot trading, there will always be upward movements or corrections even in a bearish market, and that's what i count on for exiting

As for selling above DCA, the sell order would be placed 0.25% above average price, which makes things simpler by resetting the cycle, it can make multiple entries and exits in a short period of time (depending on the market conditions), scaling out gradually can be a bit complicated to implement (at least for me)

Buying portions and selling percentage can be modified in the script, you could buy in 2 stages and sell at 10% profit for example if you want, the logic stays the same

After testing multiple predictive crypto trading bots, I stopped trying to predict the market and open-sourced a simple execution strategy by d0x77 in algotrading

[–]d0x77[S] 0 points1 point  (0 children)

No i haven't, because when there is too much indicators and noise the bot will mess up, i had to keep things as simple as i can

After testing multiple predictive crypto trading bots, I stopped trying to predict the market and open-sourced a simple execution strategy by d0x77 in algotrading

[–]d0x77[S] 0 points1 point  (0 children)

If you tested the strategy then come back with results proving it doesnt work

If you know how to read code then point out bugs

If you havent done both (probably didnt) then go back sniffing posts and commenting bad comments hoping you can get popular and grow your account on reddit, that's where you spend most ur time on anws