TACIXAT

Results 30 issues of TACIXAT

Cybering is a course on YouTube. Actively being released.

``` neo4j.exceptions.ClientError: {code: Neo.ClientError.Schema.EquivalentSchemaRuleAlreadyExists} {message: An equivalent constraint already exists, 'Constraint( id=2, name='constraint_bd9158e1', type='UNIQUENESS', schema=(:Device {uid}), ownedIndex=1 )'.} ``` Get this when rerunning `install_labels`. What is the correct workflow for...

Fix for #46. Didn't check the rest of the code for other usage but it will squelch the two lines in that issue.

This will fill uncover bugs in Sienna and fill in functionality gaps. Hopefully find some cool bugs in the targeted software too.

enhancement

Whether memory is executable or not relies on the GNU_STACK header in ELF files. If it is not present, the default behavior is that READ_IMPLIES_EXECUTE. Pin, probably since it JITs...

triage
bug-candidate
mitigated

Govdocs - [000899.pdf](https://github.com/trailofbits/polyfile/files/4882183/000899.pdf) [001940.pdf](https://github.com/trailofbits/polyfile/files/4882184/001940.pdf) ``` Parsing PDF obj 62 0Traceback (most recent call last): File "/usr/local/bin/polyfile", line 11, in load_entry_point('polyfile===0.1.6-git', 'console_scripts', 'polyfile')() File "/home/taxicat/.local/lib/python3.6/site-packages/polyfile-0.1.6_git-py3.6.egg/polyfile/__main__.py", line 99, in main for match...

good first issue

**What is the feature you'd like to have?** In a malware VM, I would prefer if my email was not present. It would be nice if the license did not...

**What is the feature you'd like to have?** Currently, the search box is optimized for finding rop gadgets. If you search into the middle of an instruction, it will disassemble...

Component: UI
Impact: Low
Effort: Low

> Alternatively, in a password-only proof the calculation of "K" can be skipped and the shared "S" proven with: > > Carol → Steve: M1 = H(A | B |...

Code uses __in __out __inout __forceinline... These are Windows specific. You can define most of them away: ``` #define __in #define __out #define __inout #define __in_opt #define __forceinline __attribute__((always_inline)) ```...