{"id":18542640,"url":"https://github.com/loneicewolf/lockheed-platform","last_synced_at":"2026-03-19T05:00:02.084Z","repository":{"id":138059358,"uuid":"439638387","full_name":"loneicewolf/LOCKHEED-PLATFORM","owner":"loneicewolf","description":"The LOCKHEED-PLATFORM - better known as LP - is a metasploit and beef-xss -like \"platform\", designed for advanced Cyber Assessments.","archived":false,"fork":false,"pushed_at":"2022-12-22T17:37:06.000Z","size":40,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-05T12:58:50.776Z","etag":null,"topics":["eqgrp","fannybm","fannyworm","loneicewolf","rootkit"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loneicewolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-18T14:39:44.000Z","updated_at":"2024-08-11T22:28:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7d4070e-5ef8-45d1-9f08-c74ac1d8a327","html_url":"https://github.com/loneicewolf/LOCKHEED-PLATFORM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loneicewolf/LOCKHEED-PLATFORM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loneicewolf%2FLOCKHEED-PLATFORM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loneicewolf%2FLOCKHEED-PLATFORM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loneicewolf%2FLOCKHEED-PLATFORM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loneicewolf%2FLOCKHEED-PLATFORM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loneicewolf","download_url":"https://codeload.github.com/loneicewolf/LOCKHEED-PLATFORM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loneicewolf%2FLOCKHEED-PLATFORM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29444776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T12:43:28.304Z","status":"ssl_error","status_checked_at":"2026-02-14T12:43:14.160Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eqgrp","fannybm","fannyworm","loneicewolf","rootkit"],"created_at":"2024-11-06T20:09:25.984Z","updated_at":"2026-02-14T13:34:23.968Z","avatar_url":"https://github.com/loneicewolf.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# LOCKHEED-PLATFORM\n**NOTE**:   Not to be confused with the Aerospace-Defense Company [Lockheedmartin](https://en.wikipedia.org/wiki/Lockheed_Martin)\n\n\n#### Not done. I Will focus on some other projects before moving onto this project. Please consider this project as (in slow-dev)\n\nto read it anyway, click the arrow(expansion)\n\n![image](https://user-images.githubusercontent.com/68499986/209193586-0f6397eb-e74f-4cb7-a356-e6e30d33b19a.png)\n\n\n\u003cdetails\u003e\n\u003csummary\u003e under_construction \u003c/summary\u003e\n\nThe LOCKHEED-PLATFORM -better known as \nLP - is a  metasploit and beef-xss -like \"platform\",\ndesigned for advanced Cyber Assessments.\n\n## Currently done projects that will be included in the LOCKHEED PLATFORM:\n\n\n## Kernel Section\n`(single)Project about Executing system-commands at Kernel-Level (so-called; Kernel-SysCall)`\n- [x] https://github.com/loneicewolf/EXEC_LKM\n\n\n## projects that is not Yet done (but will in the not-so-distant future)\n\n## Hook Section\n`Projects about Kernel Hooking calls/and so on;\nAs to for example hide:\n  any type of data(file,directory,proc,dev) and even contents of the data (so, text,raw binaries, ..)\nOr another example modify:\nA random number generator (which will be more advanced than just using a LD_PRELOAD or just a 'simple' user-mode app-specific hook)\n(remember; this is all kernel mode)`\n\n- File\n- Folder\n- (note the above will *most probably* be built inside 1 whole 'plugin' but will include 2 diff. files for those interested\n- Proc and Dev 'files'\n- and Networking.\n\n`it is important to note that this will just not only \"hook\" and that is the end of the conversation; it will \"hook\" and then \"perform\" some other action. Say if a file exist at a certain time; has \u003c these certain attribs and contents in it; at (say) this x.y.z location; the hook will call function X (in the LKM_EXEC project) that will - in turn - do something.`\nso, a practical more concrete example of this wold be \na rootkit that shuts down itself every time a ps/lsmod/.. command is run; and is started up again when there are no commands(such as those) running.\n(note; a kernelmode rootkit is probably not detected trough ps or lsmod; but in some cases the time it takes for e.g the `ls` command one **can** (and in some cases; it has been proven to even **be** detectable - even if not visible in lsmod))\n\n```\n  I have (and will continue doing to) take into account all of the above \"things\".\n  just hiding some files with a certain \"tag\"(like a prefix) and call that a rootkit; yeah - okay; but if you are serious you would consider some tests and checks (not only hide the file if the file is x.y.z)\n  \n  I mean for example security vulns in a kernel rootkit doesn't seem like a glorious idea really..\n```\n\n---\n\n- https://github.com/loneicewolf/DUQU\n- https://github.com/loneicewolf/Gauss-Src\n- https://github.com/loneicewolf/gauss-encryptedpayload_decoded\n- https://github.com/loneicewolf/Stuxnet-Source\n- https://github.com/loneicewolf/flame-sourcecode\n- https://github.com/loneicewolf/fanny.bmp\n- https://github.com/loneicewolf/Agent.btz\n- https://github.com/loneicewolf/Cryptography\n-----\n\n## Section 2\n\n\n\n## Section 3\n\n\n## Section 4\n\n\n## FAQ\n\n(Q) Why the name?\n- (A) It was just a name that *fit* the project.\n\n(Q) When will this be *updated* or similar?\n- (A) When I have a **bit** (*phun intended*) more time on my hands. Right now it's quite a lot.\n\n\n---\nWill, as usual of course reply to Discord, Mails, Pull and Issue requests.\n\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floneicewolf%2Flockheed-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floneicewolf%2Flockheed-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floneicewolf%2Flockheed-platform/lists"}