Unable to intercept android app traffic neither in Burp Suite nor in Network Profiler. Can anyone help?

I need to perform MITM attack on an app which doesn’t use HttpURLConnection and OkHttp libraries for network connection.

Analysis :

Configured burp on the devices, able to capture request of Chrome browser but not the tes… Continue reading Unable to intercept android app traffic neither in Burp Suite nor in Network Profiler. Can anyone help?

Command Line Utilities… in the Cloud?

Although many people think of Linux-based operating systems as graphical, really that GUI is just another application running over the bare operating system. Power users, remote administrators, and people running underpowered computers like a Raspberry Pi have a tendency to do more with command line tools. [Igor] did a FOSDEM19 presentation you can see below about how he’s providing web-like services to the command line using web servers and curl as a client.

This is subtly different from just accessing an ordinary web server via curl. The output is meant for display in the terminal. Of course, you could also …read more

Continue reading Command Line Utilities… in the Cloud?

I’ve downloaded file through curl in mac OS but now i can’t locate its location in my system [migrated]

command i’ve used ->
curl link… | bash

I’ve downloaded file from github through curl in mac OS but now i can’t locate its location in my system though i can access it.

I don’t want it in my system anyway now.

Can anyone… Continue reading I’ve downloaded file through curl in mac OS but now i can’t locate its location in my system [migrated]

Certificate works in Chrome + Firefox but not with curl ("unable to get local issuer certificate") with the recent cacert.pem

I am trying to connect to a site behind a firewall, that is why I cannot share the URL for verification.

$ curl -vvvv https://example.com:8080/foo/ba/?wsdl –cacert /tmp/cacert-2018-12-05.pem
* Trying a.b.c.d…
* TCP_NODELAY set
* Con… Continue reading Certificate works in Chrome + Firefox but not with curl ("unable to get local issuer certificate") with the recent cacert.pem