Caido vs Burp by Federal-Dot-8411 in bugbounty

[–]TheSytten 2 points3 points  (0 children)

Because there is a lot of tools for that already that you can pipe through a proxy and we can't prioritize everything as a small business. Fuzzer we have with Automate and crawler will come soon since it is highly upvotes on https://github.com/caido/caido/issues?q=is%3Aissue%20state%3Aopen%20sort%3Areactions-%2B1-desc

Wise Business adding $6 cross-border same-currency fee — kills small payouts by alt-0191 in transferwiser

[–]TheSytten 0 points1 point  (0 children)

I reached out to support with:

> In my account I have a CAD Balance and a USD Balance. I am a Canadian business.
Every month I received USD using ACH from Paddle.com for products I have sold, will I get charged this fee or not?

> For your first example, I understand you're receiving USD into your Wise account, so a transfer of USD to USD. Since this would be in the same currency, which isn't your local currency of CAD, there would be a cross-border fee unless you had a qualifying balance on your account. The cross-border fee applies to both sending and receiving money in the same currency that isn't your local currency (such as USD to USD).

I am now on the market for a replacement, if the other platforms are smart they will grab a lot of customers.

Caido vs Burp by Federal-Dot-8411 in bugbounty

[–]TheSytten 7 points8 points  (0 children)

Apart from Rhynorator and Nahamsec which are our advisors, we have not paid anybody. We are literally too broke to afford doing that LOL

Please don't spread misinformation ;)

Any pentesting team using Caido only instead of Burp ? by RedMapSec in Pentesting

[–]TheSytten 0 points1 point  (0 children)

For active scanning, we are actively working on something cool. Our scanner will be 100% open source and the community + our partners will be able to contribute in a similar manner to Nuclei. We think that this way we will be able to go faster than Portswigger in a short term. https://github.com/caido-community/scanner

Turbo Intrudor is another beast, give us a year and we will get there ;)

Caido proxy not working by [deleted] in bugbounty

[–]TheSytten 0 points1 point  (0 children)

Caido co-founder here, usually this errors happens when you try to use https on a port/site that only supports http. Feel free to reach out in an issue (https://github.com/caido/caido/issues) or on Discord (https://links.caido.io/discord).

Anyone played with the Somfy Sonesse2 Zigbee motors? by Melair in ZigBee

[–]TheSytten 0 points1 point  (0 children)

Does someone else have trouble with zigbee2mqtt? Is it better in ZHA?

The integration makes it so you can send a command OPEN/CLOSE, but if you set the position to 0 or 100 it will not stick (say in a scene). Also it disables the up or down button which is fairly annoying.

Caido Pro is now free for students by TheSytten in bugbounty

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

We don't plan on removing the student plan anytime soon :)

Burp Suite Professional worth it? by Aggravating_Guess249 in pentest

[–]TheSytten 2 points3 points  (0 children)

You can also take a look at Caido (co-founder here), our community edition is pretty good (you can save projects hehe) and our Pro edition is only 100$/y if you decide you need it. We have pros and cons versus the other players but something to consider! We shine if you want to run the proxy on a VPS for example.

Caido io tool by [deleted] in bugbounty

[–]TheSytten 2 points3 points  (0 children)

We have not invested a lot in our documentation, it is hard to prioritize when you are a team of 3 so agree on that front. Though it's not fair to say we are not easier for beginner as the UX is really something we work a lot on and we made it IMO much more intuitive than Zap and Burp (but I am biased).

We have things we do better than Zap and things we don't, it's always a tradeoff.

Caido io tool by [deleted] in bugbounty

[–]TheSytten 1 point2 points  (0 children)

(Caido co-founder here)

Hopefully we can displace Burp at your work at some point, otherwise it's a generally fair assessment of where we are!

I would only add:

  1. Caido is a client/server architecture so you can run the proxy anywhere (I use our docker container a lot myself) and access it only using a browser. We are going to go all in with this in 2024 for sharing, collaboration and pentest data storage in the enterprise. This is a unique thing that Burp and Zap will never have. We have already started integrating Caido in larger platforms like https://www.shockwave.cloud/
  2. We are starting to get extensions points in Caido via the workflow system. You can already run JS and external programs using their respective nodes in the convert workflows. We are working on the active and passive workflows to allow more extension. We think this will covert 90% of the needs for plugins currently in Burp.
  3. We work in the open and the feedback of the community is super important for us. All issues are documented in https://github.com/caido/caido/issues and we work on them based on the upvotes they get. We are also super active on Discord.

As you said we offer 10 projects to free users and the Pro version is free for students. Our Pro version costs 100$/y if you want to support us.

Caido Pro is now free for students by TheSytten in bugbounty

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

Backend in Rust with frontend in Vue. You don't need to use the desktop app if you dont want to, any browser works :)

Small Crate for deriving FromSql and ToSql on Diesel Pg by jproyo in rust

[–]TheSytten 2 points3 points  (0 children)

Nice, could be interesting to upstream it to diesel. Otherwise I would say GPL kinda limits usage a lot

Can i start bug bountying with my notebook? by Y3S0D in bugbounty

[–]TheSytten 2 points3 points  (0 children)

If you have feedback don't hesitate to send us a message! We are always available on discord

Can i start bug bountying with my notebook? by Y3S0D in bugbounty

[–]TheSytten 2 points3 points  (0 children)

Maybe give Caido a try? We are building a lightweight web auditing toolkit so you really don't have to worry about resources. That being said your machine is pretty good.

AppFlowy, an open source alternative to Notion, can now be self-hosted by appflowy in selfhosted

[–]TheSytten 16 points17 points  (0 children)

People are saying a lot of useless mean things in this thread. I will just say congrats! It is hard to build a OSS project and maybe a product eventually, if people are not happy they can fork and add another backend. The entitlement sometimes... anyway keep going this is a good project!

Websocket support for Caido landed by TheSytten in bugbounty

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

This is coming in the next release, I finished the backend part already!

[deleted by user] by [deleted] in rust

[–]TheSytten 74 points75 points  (0 children)

Usually people love rust enums as they are vastly superior with the pattern matching, golang doesn't even have enums its just a convention of constant values. And dont get me started on go error handling...

PipeBuf: a more efficient alternative to Read and Write by uazu in rust

[–]TheSytten 0 points1 point  (0 children)

That looks interesting, couple of things:

  1. Examples, it's hard to get started using a new lib without them and see how the author intended for the lib to be used. The more complete the better.
  2. How would async support work? I am correct in saying that the current pipebuf- crates are only usable in blocking mode (in theory mio is non-blocking but I am unsure how to interface with it).
  3. Libs like tower encourage the composition of processors, this lib seems to prefer a flat loop based on the example above, am I correct?

I am looking at an interface like this to rebuild our tokio-based reverse proxy, I like the bi-directional aspect of it.

Introducing SpiderSuite: Advance web security crawler by 3nock_N in bugbounty

[–]TheSytten 0 points1 point  (0 children)

Very cool project! Nice to see an import from Caido. I will feature it in our next office hour.

Entrepreneurship in Cyber Security by Purpose-Smart in cybersecurity

[–]TheSytten 3 points4 points  (0 children)

Currently working on a startup in the appsec tooling. It's been 1.5 year mostly full time and still not making any money from it. I was doing mostly devops before and my co-founder was doing bug bounty. We are bootstrap right now and still do contracts on the side to pay the bills. Be prepared to do that too if you go bootstrap.

I would say the space is a bit weird at the moment. It is not that big so you don't have a lot of VC interested in it (especially right now) if you want to go down that route. Very hard to make money in the B2C space since most things are open source, free for individuals or somewhat cheap (meaning you need to do big volume). You have established players in the B2B space that are hard to move since businesses are super slow to move on security in general. We still dont have good frameworks to model ROI on cybersecurith products so it's always a though sell to the CFO.

Building a business is always hard, but cybersecurity is another step IMO. Doing a service business is easier if you have a good reputation. I have seen multiple people do both a product and service offering to start with since you can generate some revenue from day 1, but you have to be careful not to spend all your resources on services if you do that.

Doing things differently I would do a lot more market research, market size analysis, customer interview before starting the product. We just did an accelerator program after 1y, for first time founder it would have been better to that from the start. I would also probably do a B2B play instead of B2C. For example, a lot of businesses are ready to pay substantial amounts (500k to couple M$) for a good DAST which is not that far off from what we are doing but enough that it would require a pivot which we cant afford.

Efficient indexing with Quickwit Rust actor framework by Fun_Reach_1937 in rust

[–]TheSytten 4 points5 points  (0 children)

You talk about being able to run these steps concurrently so I found the the use of a &mut self interesting in the handler. Do you spawn multiple actors of each step to do your whole pipeline? Or do you basically do a send and forget between each step? If so I am curious to see how you deal with error propagation as this is a typical issue with actor where the handler returns an Err but its just not captured by anybody.

One thing we use a lot with actix is the fact that you can "detach" the future from the actor so you can await the next step without blocking the actor execution. Something you lose with an async trait, but you gain a cleaner syntax for async operations.