Physics
Physics
Hi! When you copy the headers, using `copyHeaders` [here](https://github.com/elazarl/goproxy/blob/master/proxy.go#L38-L49), you use the `Add` method, which is defined [here](https://golang.org/src/net/http/header.go) (line 27). The "issue" is that `Add` canonicalizes the the headers as...
Hello! First of all, thank you for your amazing work, combining cobalt strike with python sounds insanely powerful. This is a fix to the installation issue described here: https://github.com/cobbr/SharpGen/issues/6 To...
Hey there! I have been using pwndrop for a while and it is really really great, I added some new features that I think are useful on some scenarios. added:...
While the tool does outputs some cookies, this aren't really the cookies of the user. Chrome dev tools opens the page in some kind of container, without the user's cookies....
I Also added .h and .asm files to the .gitignore. Fun fact, there are new syscalls in this release: - NtChangeProcessState - NtChangeThreadState - NtCreateIoRing - NtCreateProcessStateChange - NtCreateThreadStateChange -...
The idea is to create an APK file that will run in virtually any device, regardless of its architecture. Also, changed a little bit how the main .smali file is...
Quiza estaría bueno agregar páginas de noticias sobre seguridad como https://thehackernews.com/
I was working on a phishlet and found two small issues: - When evilginx sends the first request to the phised site, it sends an empty `Cookie` header (which normally...