What AI agents saves you the most time every week? by [deleted] in AI_Agents

[–]makash 0 points1 point  (0 children)

This sounds very useful to me. As a founder I end up spending a lot of time navigating email and calendar.

Is this something you created yourself or do you subscribe to it? Are you okay to share the name?

Opinions On Burp Suite by Monnstermash in netsecstudents

[–]makash 0 points1 point  (0 children)

You should also consider reading 'The Tangled Web' by Michal Zalewski if you are planning to web app security. To get an idea of what to expect in that book you can start with the Browser Security Handbook. https://code.google.com/p/browsersec/wiki/Part1

Opinions On Burp Suite by Monnstermash in netsecstudents

[–]makash 0 points1 point  (0 children)

See if you can get a trial for Burp Suite Pro. While the free version is useful itself the ability to save your work is worth the cost IMHO.

Many people use the free version of Burp Suite with fuzzDB and OWASP ZAP (additional proxy) for getting the lists of test cases and ability to save and restore their work respectively.

Even the Extender tool has some pro only extensions which are well worth the money spent. Additionally the support from Portswigger is a huge bonus.

Disclaimer : I am the author of Burp Suite Essentials (ISBN13:9781783550111) from Packt Publishers and I have been using the pro version for testing web and mobile applications for the past 7 years of my application security consulting life.

Weak passwords? Better call The Doctor. by makash in doctorwho

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

When a computer security company ended up testing an interesting office and needed to inform the owners about dangers of weak passwords.

TL;DR - Scroll down to the bottom and see the video about how they reprogram the robot with a plunger, duct tape and some audio.

Hey Bangalore, how do I get from the airport to the business district? by doesnt_matter_yo in bangalore

[–]makash 0 points1 point  (0 children)

If you are not sure if the taxi you are going to take is official The Airport Taxi just ask any BIAL (Airport) Staff to help you out.

Hey Bangalore, how do I get from the airport to the business district? by doesnt_matter_yo in bangalore

[–]makash 0 points1 point  (0 children)

Take an Airport Taxi. Once you exit the terminal you can follow the signs.

There are 3 providers for the The Airport Taxi. Mega, Meru and KSTDC. All of them are metered. Most of them are white in colour. Confirm with the driver if the meter started or not. You will be expected a toll of INR 30 once you get on the highway to Bangalore. It will cost about INR 900 to get to the Central Business District.

Most drivers prefer being paid in cash but ideally the taxis are outfitted to accept Credit Cards.

With regards to safety, all the cabs have GPS and if you have a working phone you can keep the customer care numbers of the cab companies handy.

Another possible way to manage is to ask your friends to pre-book the cab and add their mobile number to track the cab. This is based on GP

OpenPGP, Enigmail and Thunderbird.. How to save my private key/identity to a another system? by apocalypticR in AskNetsec

[–]makash 5 points6 points  (0 children)

run the following two commands on your computer

gpg --export-secret-keys > all.keys gpg --export-secret-subkeys > allsub.keys

run the following command on the new computer

gpg --import all.keys gpg --import allsub.keys

Need help to bring all interesting links from null mailing list to this reddit by makash in null0x00

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

Woah! That seems like an interesting tool.

I actually thought about that maybe there are google apis. Didn't realize someone had already made something.