Jump to content

rukov

Active Members
  • Posts

    1123
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by rukov

  1. Bypassing web application firewalls using HTTP headers
      • 2
      • Upvote
  2. Update la 3.5.23 cu toate modulele activate http://recordit.co/KQo6kNvXAp
  3. A simple tool to convert the IP to different obfuscated forms. Example: IP address of http://google.lk : http://222.165.163.91 Other forms you can write the same IP: [+] http://3735397211 [+] http://0xDE.0xA5.0xA3.0x5B [+] http://0336.0245.0243.0133 [+] http://0x00000000DE.0x00000000A5.0x00000000A3.0x000000005B [+] http://0000000336.0000000245.0000000243.0000000133 [+] http://0xDE.0xA5.0xA3.91 [+] http://0xDE.0xA5.163.91 [+] http://0xDE.165.163.91 [+] http://0336.0245.0243.91 [+] http://0336.0245.163.91 [+] http://0336.165.163.91 [+] http://0xDE.0xA5.41819 [+] http://0336.0245.41819 [+] http://0xDE.0245.41819 [+] http://0xDE.10855259 [+] http://0336.10855259 [+] http://0xDE.0xA5.0243.0133 [+] http://0xDE.0245.0243.0133 [+] http://0xDE.0245.41819 Source: https://github.com/OsandaMalith/IPObfuscator/releases Binary: https://github.com/OsandaMalith/IPObfuscator/releases
      • 6
      • Upvote
  4. https://osandamalith.wordpress.com/2016/06/24/storing-a-exe-inside-mysql/
  5. Netzob is an open source tool for reverse engineering, traffic generation and fuzzing of communication protocols. It allows to infer the message format and the state machine of a protocol through passive and active processes. The model can afterward be used to simulate realistic and controllable trafic. Home page https://www.netzob.org/ Download: https://www.netzob.org/download#packages
      • 3
      • Upvote
  6. rukov

    Censys

    Censys is a search engine that allows computer scientists to ask questions about the devices and networks that compose the Internet. Driven by Internet-wide scanning, Censys lets researchers find specific hosts and create aggregate reports on how devices, websites, and certificates are configured and deployed.
      • 1
      • Upvote
  7. Special pentru tine @0100 https://transfer.sh/x8Nqa/gatherproxy-rstforums.com.rar
  8. Fi bun si testeaza-l pe computerul tau si ne spui si noua.
  9. Cand vorbesti posteaza si niste dovezi precum eu postez virusi.
  10. Acum am avut timp
  11. Link-ul este corect ce doresti mai mult?
  12. Facebook Graph Search help you to finding peoples, stories/posts, groups, pages, events, places, apps with more criteria. Searching for the the best selling and trending products explore new ideas. Searching and mapping the interest to sharpen or expand the range of ad targeting ads. Easy to scrape/extract details (id, name, email ...) of peoples, stories, groups, events. Download http://www27.zippyshare.com/v/vlegPNTk/file.html
  13. Gather Proxy is a lightweight Windows utility designed to help users gather information about proxy servers and socks. Since this is a portable program, it is important to mention that it doesn’t leave any traces in the Windows Registry. You can copy it on any USB flash drive or other devices, and take it with you whenever you to need to generate proxy and socks lists on the breeze. Although it comes bundled with many useful functions, it boasts a clean and straightforward layout. Download http://www37.zippyshare.com/v/zuNKN8PL/file.html
  14. Automatically post images and textual messages on Facebook groups or on your wall with the help of this lightweight and efficient application Facebook Automation is an interesting and easy to use piece of software developed in order to help you schedule and post various types of messages on your Facebook wall or on that of your friends, as well as in groups you are a member of. Initial configuration steps First off, you need to have at least one Facebook account, as you will need to login, in order for the application to be able to function properly. As such, you can input your credentials and offer it the necessary confirmations to get started. For each added account, Facebook Automation will provide you with an ID number which will let you post messages on one or all of your profiles. Create and schedule message postings on Facebook The context menu options from the main window allow you to create various messages (‘Message Text’, ‘Photo Post’, ‘Private Message’ or ‘Bump / Comment / Plain Text’), which you can then save to your computer, to FMSG format, and work with, whenever you need. For each ID you add, the program allows you to send a message, while the 'Schedules Manager' enables you to configure the posting task to occur at regular intervals, by specifying the action you wish to perform, either 'Schedule to Post a Message', ‘Schedule to Bump Posts from Group IDs’, ‘Schedule to Bump Posts from Post IDs’ or 'Schedule to Join Groups’, then entering the time along with the FMSG file containing your text. Facebook Automation lets you 'Fetch Your List of' friends, groups, your pages or liked pages. Moreover, this application enables you to search groups based on a keyword and join the ones that correspond to your website's interests for instance, or you can also search for pages, events and people on Facebook, sending them friend requests. A useful Facebook post scheduling instrument To conclude, Facebook Automation is a highly efficient utility that is meant to work as an advertising tool, which can draw more visitors on your website without having you go through too much trouble to get them there, by automatically posting messages in numerous groups, on your own profile or that of friends and increase your overall visibility. Download http://www35.zippyshare.com/v/cqmBQzsT/file.html
  15. Controlling JavaScript Malware Before it Runs
      • 2
      • Upvote
  16. This is an all-in-one Java deobfuscator which will deobfuscate code obfuscated by most obfuscators available on the market. Supported Obfuscators Zelix Klassmaster Stringer Allatori DashO DexGuard Generic obfuscation Download https://github.com/java-deobfuscator/deobfuscator/
      • 2
      • Upvote
  17. Esh - Statistical Similarity of Binaries.
  18. CSRF PoC Generator
  19. Obfuscator is a tool to modify x86 assembler source code in this way to make an analysis of compiled code very difficult. It is an unusual tool and the target audience is quite small, but if you're writing assembler code and you want to protect your work from decompilation or just to make it as hard as it's possible to analyze, you might want to try it. Obfuscator features Features list: MASM syntax only, processing of @@ labels, detection of local variables, constant equ values, and numbers in different formats (hex, dec) changing code execution flow (non linear code path) - it's usefull against all kinds of debuggers, analysis of such code is very "unpleasant" mutation of original instructions into series of other equivalent opcodes - obfuscator can mutate both arithmetic and logical opcodes hiding of direct calls to functions (including WinApi calls) inserting garbage opcodes between real instructions (so called "junks") inserting fake instructions between real ones, 32/16/8 opcodes are generated inserting fake exceptions between real code (SEH frames) resolving of WinApi constants to numerical values (so it can be obfuscated) Download https://www.pelock.com/download.php?f=obfuscator22.exe 100 credits "base64" M0U5MS1EQ0JBLUUxOTYtQkRGQQ==
      • 5
      • Upvote
  20. rukov

    World of VNC

    https://worldofvnc.net
      • 2
      • Upvote
  21. The Raspberry Pi 3 is the third generation Raspberry Pi. It replaced the Raspberry Pi 2 Model B in February 2016. Compared to the Raspberry Pi 2 it has: A 1.2GHz 64-bit quad-core ARMv8 CPU 802.11n Wireless LAN Bluetooth 4.0 Bluetooth Low Energy (BLE) Like the Pi 2, it also has: 4 USB ports 40 GPIO pins Full HDMI port Ethernet port Combined 3.5mm audio jack and composite video Camera interface (CSI) Display interface (DSI) Micro SD card slot (now push-pull rather than push-push) VideoCore IV 3D graphics core The Raspberry Pi 3 has an identical form factor to the previous Pi 2 (and Pi 1 Model B+) and has complete compatibility with Raspberry Pi 1 and 2. Home https://www.raspberrypi.org/products/raspberry-pi-3-model-b/
  22. Oferta expira in 2 zile si 11 ore
      • 1
      • Upvote
  23. PCL's JSiD - a program to determine what is encrypted or processed by JavaScript code. The search is performed mainly by the signatures, and in some cases, heuristically, so theoretically possible error in identification. Scripts can also be transferred via the command line and drag'n'drop. Widely popular for JavaScript protectors are very few, and the majority of packers and obfuscators same type, so the PCL's JSiD determines is only the following algorithms. Bananascript Compressor Caesar CodeLock Dynamic Encoder Enkoder Free Javascript Obfuscator generic escape-encoders HTMLProtector JavaScript Compressor (1) JavaScript Compressor (2) Javascript Encoder (1) JavaScript Encoder (2) JavaScript Mutator JavaScript Obfuscator JavaScript Scrambler jjencode / aaencode JSCrush JSNoAlnum Microsoft Script Encoder MyObfuscator Pro Password Protect / Encode HTML ProtWare's HTML Guardian Stunnix JavaScript Obfuscator WiseLoop PHP JavaScript Obfuscator z0mbie's HTML source protecter / z0mbie's HTML source Encoder If you have something to add to this list, please send me a link and / or script samples will expand functionality. "112 244" to send code. Return codes for the console versions of the program (ERRORLEVEL): 0 = No error 1 = command-line parameters are not set 2 = file not found or system error 3 = Can not allocate memory (very large file) Example use jsid_ce.bat file PCL's JSiD supports custom plug-ins (for example, the analyzer module from PHPiD), so theoretically it can be used to analyze the files of any format. Plugin files are DLL-library format and must be placed in the folder \ plugins. An example of the plugin on FASM is there. If you write something your plugins, most please send them to me and I'll include them in the distribution. Download http://www.manhunter.ru/download/4592/JSiD.2.1.Public.Release-PCL.zip
      • 1
      • Upvote
  24. PCL's PHPiD - a program to determine what is encrypted or processed by a PHP-script, only accounts for about 80 different treads and obfuscators. PCL's PHPiD is one of the modules of the project closed Massacre, equipped with a graphical user interface (file phpid.exe), as well as the console version of the program (file phpid_ce.exe). Search mostly performed on signatures, so it is theoretically possible error in identification, but I still did not come across such scripts. Also some Obfuscators use similar algorithms (eg, PHP LockIt! And PHP Defender) and outlet give practically the same result. In this case, to determine exactly what the script is processed, it does not, and the closest option is selected. Scripts can also be transferred via the command line and drag'n'drop. Defined protectors: AROHA PHPencoder BCompiler ByteRun Protector for PHP ByteScrambler CNCrypto CodeCanyon PHP Encoder CodeLock (incl. Protection module) CodeLock Tracker CodeTangler Pro DWebEncoder Easy PHP Encrypt Encode PHP Encript PHP Encoder EziScript Encoder FDE PHP Encoder Frecosse PHP Encoder FREE Encrypted PHP Free Online PHP Obfuscator Free PHP Encoder G-Encoder gencoder GPE PHP Encoder HidePHP IcePHP ionCube PHP Encoder Illumination Encoder PHP MavorsGuard Monas NET-TEC PHP-ENCODER NuSphere Nu-Coder 1.4, 2.0, 3.0 Obfusc (Basic / Normal, ShowObfuscate) Ocjoy PHP Encoder Online PHP Script Encoder (1) Online PHP Script Encoder (2) PHP Compact PHP Encoder PHP Locker PHP LockIt! 1.8, 2.0, 2.1, 2.2 (incl. GZIP) PHP Source Protector PHP kriptor PHPCipher PHPCodeLock (Hacked PHP LockIt! 2.0.4.0) PHPCoder / eAccelerator PHPshadow phpSHIELD PHTML Encoder (binary mode, self-decodeable) Remiya PHP Compress / Obfuscate Rucros PHP Obfuscator SourceCop (incl. Protection module) SourceGuardian for PHP TrueBug PHP Encoder 1.0.2 (incl. GZIP), 1.0.3 / 1.0.4 TrueBug PHP Obfuscator & Encoder 1.1, 1.2 TrueBug PHP Obfuscator 2.0 Turck MMCache Encoder Xhanch Studio PHP Encoder Xmofo Encoder ZenCrypt Zend Encoder / Zend SafeGuard Suite ZoneCoders Encoder (incl. Protection module) Zorex PHP CryptZ (incl. Protection module) Unknown PHP Encoder (type 1) Defined Obfuscators: Amiro CMS Obfuscator Best PHP Obfuscator JDV PHP Obfuscator PHP Defender PHP LockIt! (Obfuscation mode) PHP Obfuscator PHP Obfuscator by DX PHP Unreader PHP protect POBS - PHP Obfuscator Processed by De-Zender Raizlabs PHP Obfuscator Semantic Designs Obfuscator SWIFT Panel Obfuscator srcProtector TrueBug PHP Obfuscator & Encoder (Obfuscation mode) UMI.CMS Obfuscator Very Simple PHP Obfuscator Webfuscator Learn more about some of the protectors of this list, you can read my article about protection scripts. If you still have any stuff that is not in the list or is not defined PCL's PHPiD, please send me a link to it and / or samples of the protected scripts via the feedback form. "112 244" to send code. I will be very grateful. Return codes for the console versions of the program (ERRORLEVEL): 0 = No error 1 = command-line parameters are not set 2 = file not found or system error occurred 3 = very large file Example use phpid_ce.bat file. The output from the console version goes to stdout,, so that it can forward as you wish, for example, write to the file or transfer to another treatment program. PCL's PHPiD supports custom plug-ins (for example, the analyzer module from JSiD), so theoretically it can be used to analyze the files of any format. Plugin files are DLL-library format and must be placed in the folder \ plugins. An example of the plugin on FASM is there. If you write something your plugins, most please send them to me and I'll include them in the distribution. Download http://www.manhunter.ru/download/484/PHPiD.2.1.Public.Release-PCL.zip
  25. Malwarebytes Anti-Ransomware uses advanced proactive technology that monitors what ransomware is doing and stops it cold before it even touches your files. It has no shot at encrypting. And it does not rely on signatures or heuristics, so it’s light and completely compatible with antivirus. These methods proved to be so successful at stopping ransomware that Malwarebytes Anti-Ransomware detected all of the latest and most dangerous ransomware variants right out of development and into beta 1. This means when running Malwarebytes Anti-Ransomware, you do not have to worry about getting infected by CryptoLocker, CryptoWall, or CTBLocker. Better yet, it can defeat new ransomware the moment it is released, proactively protecting you from ransomware that’s never even been seen before. Malwarebytes Anti-Ransomware open beta starts today and is available for anyone to install and try out. Please keep in mind that this is the first beta and there may be some bugs or issues that need to be worked out, so we encourage you to try it out in a non-production environment first. Download Beta https://malwarebytes.box.com/s/uluqe6ms2l36bsxkudurlr7yr8lp6d8g
      • 3
      • Upvote
×
×
  • Create New...