Finished to copy nextcloud info, added also the first note
Some checks failed
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Failing after 5s
Some checks failed
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Failing after 5s
This commit is contained in:
parent
2fbdb111b3
commit
3607be73af
3 changed files with 128 additions and 2 deletions
127
public/arf.json
127
public/arf.json
|
|
@ -140,7 +140,132 @@
|
|||
{
|
||||
"name": "Security",
|
||||
"type": "folder",
|
||||
"children": []
|
||||
"children": [
|
||||
{
|
||||
"name": "Software Security",
|
||||
"type": "folder",
|
||||
"children": [
|
||||
{
|
||||
"name": "Forensics",
|
||||
"type": "folder",
|
||||
"children": [
|
||||
{
|
||||
"name": "PTS Project",
|
||||
"type": "url",
|
||||
"url": "https://pts-project.org/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Reverse Engineering",
|
||||
"type": "folder",
|
||||
"children": [
|
||||
{
|
||||
"name": "Disassemblers",
|
||||
"type": "folder",
|
||||
"children": [
|
||||
{
|
||||
"name": "Ghidra",
|
||||
"type": "url",
|
||||
"url": "https://github.com/NationalSecurityAgency/ghidra"
|
||||
},
|
||||
{
|
||||
"name": "Radare2",
|
||||
"type": "url",
|
||||
"url": "https://www.radare.org/n/"
|
||||
},
|
||||
{
|
||||
"name": "Cutter",
|
||||
"type": "url",
|
||||
"url": "https://cutter.re/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Debuggers",
|
||||
"type": "folder",
|
||||
"children": [
|
||||
{
|
||||
"name": "GDB",
|
||||
"type": "url",
|
||||
"url": "https://www.gnu.org/software/gdb/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cryptography",
|
||||
"type": "folder",
|
||||
"children": [
|
||||
{
|
||||
"name": "Post Quantum",
|
||||
"type": "folder",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Steganography",
|
||||
"type": "folder",
|
||||
"children": [
|
||||
{
|
||||
"name": "vec2text",
|
||||
"type": "url",
|
||||
"url": "https://github.com/vec2text/vec2text"
|
||||
},
|
||||
{
|
||||
"name": "Text Embeddings Reveal (Almost) As Much As Text [001]",
|
||||
"type": "url",
|
||||
"url": "https://openreview.net/pdf?id=wK7wUdiM5g0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Hardware Security",
|
||||
"type": "folder",
|
||||
"children": [
|
||||
{
|
||||
"name": "NFC / RFID tags",
|
||||
"type": "folder",
|
||||
"children": [
|
||||
{
|
||||
"name": "Proxmark3",
|
||||
"type": "url",
|
||||
"url": "https://proxmark.com/"
|
||||
},
|
||||
{
|
||||
"name": "ChameleonMini",
|
||||
"type": "url",
|
||||
"url": "https://github.com/emsec/ChameleonMini"
|
||||
},
|
||||
{
|
||||
"name": "Flipper Zero",
|
||||
"type": "url",
|
||||
"url": "https://flipperzero.one/"
|
||||
},
|
||||
{
|
||||
"name": "ACR122U",
|
||||
"type": "url",
|
||||
"url": "https://www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/"
|
||||
},
|
||||
{
|
||||
"name": "PN532",
|
||||
"type": "url",
|
||||
"url": "https://github.com/Seeed-Studio/PN532"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Physical Security",
|
||||
"type": "folder",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Networking",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue