{"id":13797356,"url":"https://github.com/truekonrads/powerspells","last_synced_at":"2025-05-13T02:32:15.616Z","repository":{"id":146773035,"uuid":"121772593","full_name":"truekonrads/powerspells","owner":"truekonrads","description":"Small collection of powershell scripts useful during lateral movement","archived":false,"fork":false,"pushed_at":"2018-03-07T18:35:54.000Z","size":11,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-18T11:41:11.146Z","etag":null,"topics":["pentest-scripts","powershell-script","red-team"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/truekonrads.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-02-16T16:23:50.000Z","updated_at":"2023-04-09T02:43:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"25451688-4378-45e9-9a02-9029e455f596","html_url":"https://github.com/truekonrads/powerspells","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truekonrads%2Fpowerspells","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truekonrads%2Fpowerspells/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truekonrads%2Fpowerspells/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truekonrads%2Fpowerspells/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/truekonrads","download_url":"https://codeload.github.com/truekonrads/powerspells/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253859789,"owners_count":21975175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["pentest-scripts","powershell-script","red-team"],"created_at":"2024-08-03T23:01:28.482Z","updated_at":"2025-05-13T02:32:15.336Z","avatar_url":"https://github.com/truekonrads.png","language":"PowerShell","funding_links":[],"categories":["\u003ca id=\"8c5a692b5d26527ef346687e047c5c21\"\u003e\u003c/a\u003e收集"],"sub_categories":[],"readme":"# powerspells\nSmall collection of powershell scripts useful during lateral movement\n\n## Find-InterestingFiles\n  Look for keywords in files and package them for exfil. The \"LocationIsServer\" allows you to specify a file share (e.g. \\\\myserver) and it will pillage all shares\n  ```\n  FindInterestingFiles 'C:\\secrets' -packfiles $true -compress $true -outputfile here.bin\n  ```\n  (decompress with gunzip)\n\n\n  \n## ADQuery\n  Ask Something of Active Directory (thin LDAP wrapper)\n  ```\n  (AdQuery -ldapflter $ldapfilter).FindAll() | % {$_.Properties | Convert-LDAPProperty }\n  ```\n## FindVeryActiveComputers\n  Look for computers logged on to AD with their computer account in last 8 hours\n  ```\n\tFindVeryActiveComputers -osversion \"*\"\n  ```\n  \n## OneObject\n  Fetch one object matching a filter\n  ```\n\tOneObject -ldapfilter \"(name=truekonrads)\"\n  ```\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruekonrads%2Fpowerspells","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruekonrads%2Fpowerspells","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruekonrads%2Fpowerspells/lists"}