Özgür Koca

Results 9 issues of Özgür Koca

I'm fuzzing about using of -org and -d Example: `amass intel -org -d owasp.org -active` Returns: ``` ASN: 44906 - COLTEA-AS B-dul I.C. Bratianu nr. 1-3 194.42.44.0/23 ASN: 396176 -...

I made a visual representation of amass subcommands for new users. I am also a new amass user. Therefore, the presentation may contain technical and logical mistakes. If you have...

First of all, thank you for your work. What method or tool you used to process 1B data will be useful if you share the original methods you used. We...

``` SHM_arr = shm.create(4, 'Uint8Array', SHM_SEGMET_KEY); SHM_arr[0] = Math.floor(Math.random() * 255); SHM_arr[1] = Math.floor(Math.random() * 255); node.log(SHM_arr); SHM_arr = shm.get(SHM_SEGMET_KEY, 'Uint8Array'); node.log(SHM_arr); ``` **Outputs:** ``` 16 Jun 05:38:13 - [info]...

There is no attach method for outside of node.js environments. I created a SHM in C++ but the node cant attach with it. To have access to shm, it must...

$ _npm install node-shm_ ``` [...] ../src/main.cc:157:46: **error: no matching function for call to ‘v8::Value::Uint32Value()’** [122/1277] int shmid = ::shmget(args[0]->Uint32Value(), 0, 0); ^ [...] make: *** [node-shm.target.mk:107: Release/obj.target/node-shm/src/main.o] Error 1...

**"Privacy-Preserving" Attribution: All browsers* Browsers have some features that may threaten user privacy. Worse, they load these features into the system with them enabled by default. You can find an...

Stale

The current library version does not support combined streams. Binance did not offer this feature when the library was written. kline can listen to many streams at the same time,...

Creating sessions.jsonl according to the instructions at address [Creating session tokens](https://github.com/zedeus/nitter/wiki/Creating-session-tokens) results in the message "Authentication failed." Something must have changed on the X side. Please check.