Francisco Oca

Results 11 issues of Francisco Oca

This reports an open port for the non existent domain: ``` import NetMap from 'netmap.js' const netmap = new NetMap() const hosts = ['nonexistentdomain.com'] const ports = [80] netmap.tcpScan(hosts, ports).then(results...

Original definition: ``` identifying all program code that can in any way affect the value of a given variable This is now called “static backward slicing” ``` More info: http://web.cs.iastate.edu/~weile/cs513x/5.TaintAnalysis2.pdf...

Priority 3

We could use the same code we already have for Athena.

Priority 2

Hello, I was wondering if it would be possible to add support to rebind a domain to a `cname`. That would allow an attacker to access some internal hosts without...

enhancement

It would be very cool to have also the comment of the trace in the decompiled pseudocode.

Now to support `thiscall` conventions (ECX register) you should modify the configuration: ``` C self.CMT_CALL_CTX = [re.compile('^arg'), re.compile('^ECX')] self.CMT_RET_CTX = [re.compile('^EAX')] self.CMT_RET_SAVED_CTX = [re.compile('^arg'), re.compile('^ECX')] ``` But then it's shown...

This was failing before: ``` openai api chat_completions.create -m gpt-3.5-turbo --message user "tell me a joke" --stream ```

I realized I forgot in previous PR to pass this option to two calls in the fromOrg function.

Take a look to this issue: https://github.com/keyboardio/FingerprintUSBHost/issues/5