Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Search the Community

Showing results for tags 'enhanced'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Staff Control
    • Staff Announcements
  • General doubts | News
    • General doubts
    • News
  • Hacking | Remote Administration | Bugs & Exploits
    • Hacking
    • Remote Administration
    • Bugs & Exploits
  • Programming | Web | SEO | Prefabricated applications
    • General Programming
    • Web Programming
    • Prefabricated Applications
    • SEO
  • Pentesting Zone
    • Pentesting Accounts
    • Reverse Engineering
  • Security & Anonymity
    • Security
    • Wireless Security
    • Web Security
    • Anonymity
  • Operating Systems | Hardware | Programs
    • Operating systems
    • Hardware
    • PC programs
    • iOS
    • Android
  • Graphic Design
    • Graphic Design
  • vBCms Comments
  • live stream tv
    • live stream tv
  • Marketplace
    • Sell
    • Services
    • Request
  • Pentesting Premium
    • Pentesting Accounts
  • Modders Section
    • Source Codes
    • Manuals | Videos
    • Tools
    • Others
  • PRIV8-Section
    • Exploits
    • Accounts|Dumps
    • Crypter|Binder|Bots
    • Tutorials|Videos
    • Cracked Tools
    • Make Money
    • More Tools
    • Databeses
    • Ebooks
  • Pentesting Zone PRIV8
    • Pentesting Accounts
    • Reverse Engineering
    • Cracker Preview Area
  • Carding Zone PRIV8
    • Carding
    • Phishing
    • Defacing
    • Doxing
    • Special User Premium Preview Area
  • Recycle Bin
    • Recycle
  • Null3D's Nulled Group

Product Groups

  • PRIV8
  • Advertising
  • Access Basic
  • Seller
  • Services

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 7 results

  1. PECompact v3.0.2.2 - 3.11.0.2 beta + Enhanced Anti-Debug Loader Plugins [hide][Hidden Content]]
  2. GEF – GDB Enhanced Features GEF is a kick-ass set of commands for X86, ARM, MIPS, PowerPC and SPARC to make GDB cool again for exploit dev. It is aimed to be used mostly by exploiters and reverse-engineers, to provide additional features to GDB using the Python API to assist during the process of dynamic analysis and exploit development. It has full support for both Python2 and Python3 indifferently (as more and more distros start pushing gdb compiled with Python3 support). Feature One single GDB script. Entirely OS Agnostic, NO dependencies: GEF is battery-included and is installable in 2 seconds (unlike PwnDBG). Fast limiting the number of dependencies and optimizing code to make the commands as fast as possible (unlike PwnDBG). Provides more than 50 commands to drastically change your experience in GDB. Easily extendable to create other commands by providing more comprehensible layout to GDB Python API. Works consistently on both Python2 and Python3. Built around an architecture abstraction layer, so all commands work in any GDB-supported architecture such as x86-32/64, ARMv5/6/7, AARCH64, SPARC, MIPS, PowerPC, etc. (unlike PEDA) Suited for real-life apps debugging, exploit development, just as much as CTF (unlike PEDA or PwnDBG) Changelog v2022.06 The unit testing structure has been re-designed to be more modular and flexible The documentation has been globally updated, moved from ReadTheDocs to GithubPages, and redesigned from mkdocs to mkdocs-material Countless (potential) errors were fixed thanks to more integration of type hinting Debugged file formats (such as ELF) now rely on a abstraction layer. This means GEF can transparently support more file formats including PE or MachO (see gef-extras/os) Remote support has been entirely rewritten and is now fully exposed via the gef.remote namespace. This includes the Qemu (user and system) support. Many commands, relying on external dependencies (such as cs-dis, asm or emulate) were transfered to GEF-Extras. Therefore, GEF now has absolutely no dependency whatsoever, not even optional ones. Refer to the deprecation page of the documentation for a complete overview of the changes. ida-interact has been totally removed and is now entirely of GEF-Extras only. It has also been rewritten to drop Python XMLRPC and relies on the much more advanced rpyc Python library. A new subcommand appeared, gef install which allows to install commands from gef-extras on the fly, if you cannot clone the repository or just need a one-time command. pcustom supports class factory allowing the structure(s) defined to collect information from the runtime Some improvements were added to the stack canary detection On a more personal note, this release marks the 10 years anniversary 🎂 since the first lines of GEF were written!! [hide][Hidden Content]]
  3. About This File Enhance the information blocks on the members profiles with this easy to use resource. Features About User Block Enhance the about user block with more detailed member information of the member each with its own font-awesome icon Choose the font-awesome icon of each section from a predefined list of 600 icons (just start typing) Show/Hide the members user group Show/Hide the members rank Show/Hide the members id Show/Hide the members post count Show/Hide the members post ratio per day Show/Hide the members total reputation Show/Hide the members member of the days won Show/Hide the members joined date Show/Hide the amount of days the member has been registered Show/Hide the members last activity Show/Hide the members current location (on your site) Show/Hide the members age User Group Block Display the users group and secondary group images in a separate block Choose to display it above or below the about user block Choose to display the images in a list (above each other) or in a inline-block (left to right) Clubs Block Display the users clubs as icons (The club name will show on hover) Choose to display it above or below the about user block 3rd Party There is a setting for if you have (DF42) Members Social Info installed to show the block There is a setting for if you have (DF42) Profile Video installed to show the video in the block If you have member map installed then there is a setting to show the block Version Compatibility 4.6 [Hidden Content] [hide][Hidden Content]]
  4. About This File With this app you will be able to detect AdBlock & AdBlock+ browser plugin that blocks your website ads. It will display a block message that will disable all website if the user didn't disable his AdBlocker.... This plugin comes with these features and options: Select user groups that will be blocked if they enabled AdBlocker. Allow user to dismiss the message or not. Option to remember user selection (To be less aggressive), and this option is retested once admin edit plugin options. Choose if you need to disable the vertical navigation scroll bar. Enable/Disable the black overlay background (Totally hide the content). Adjust blocking message size (Small/Medium/Full Screen) Message Header Text. Message Body Text (Full CKE). Customized Buttons Texts. Support for different adBlockers (AdBlock Plus, AdGuard, uBlock, Ghostery....). This plugin is tested by many customers and assured to improve your ads income. I'm up for any suggestions and recommendations, feel free to PM or email me directly. Version Compatibility 4.6 [Hidden Content] [hide][Hidden Content]]
  5. GEF – GDB Enhanced Features GEF is a kick-ass set of commands for X86, ARM, MIPS, PowerPC and SPARC to make GDB cool again for exploit dev. It is aimed to be used mostly by exploiters and reverse-engineers, to provide additional features to GDB using the Python API to assist during the process of dynamic analysis and exploit development. It has full support for both Python2 and Python3 indifferently (as more and more distros start pushing gdb compiled with Python3 support). Feature One single GDB script. Entirely OS Agnostic, NO dependencies: GEF is battery-included and is installable in 2 seconds (unlike PwnDBG). Fast limiting the number of dependencies and optimizing code to make the commands as fast as possible (unlike PwnDBG). Provides more than 50 commands to drastically change your experience in GDB. Easily extendable to create other commands by providing more comprehensible layout to GDB Python API. Works consistently on both Python2 and Python3. Built around an architecture abstraction layer, so all commands work in any GDB-supported architecture such as x86-32/64, ARMv5/6/7, AARCH64, SPARC, MIPS, PowerPC, etc. (unlike PEDA) Suited for real-life apps debugging, exploit development, just as much as CTF (unlike PEDA or PwnDBG) Changelog GEF – v2021.10 Highlights of Impractical Information 93 commits, 5 Issues & 25 PRs closed Massive background re-work by @theguy147 , which includes (but not limited): Better and more CI tests More… [hide][Hidden Content]]
  6. Joomla Contact Enhanced component version 3.9.2 suffers from a remote SQL injection vulnerability. View the full article
  7. Info: [Hidden Content] [Hidden Content] [HIDE][Hidden Content]] Pass: level23hacktools.com About This File Enhance your user info panel with this powerful fully customizable plugin for the forum topic posts, You do not need to show all the information you can choose to show or hide any one of them or just choose to hide them on mobile viewing, you can now even choose what user groups can see what information User Info Panel Edit the width of the user info panel between 200px - 350px Move the username to the user info panel Set a margin from the top of the post panel (Needed on some themes you won't need for the default theme) Change the font of the username (you can use web safe fonts, Google fonts or you can even upload your own!!!!!) Change the width & height of the avatar between 75px - 200px Choose to have a border-radius around the avatar and enter your own amount Show/Hide the users cover photo (If they have one) Change the height of the users cover photo Show/Hide a topic starter badge or field to the info panel (If the user is the topic starter) Move the users rank pips / rank image to below the info panel Profile Info Show/Hide the users group with colour formatting Show/Hide secondary group images Show/Hide the users rank / title Move the users rank / title to below the avatar / below the username or in the user info panel Show/Hide the users clubs as icons (if they are members of one) Show/Hide the users ID Content Show/Hide the users post count Show/Hide the users post per day ratio Show/Hide the users reputation Show/Hide the users amount of leader board member of the days won Choose to use a gold font for the member of the day Show/Hide the users topic count Show/Hide the users topic per day ratio Personal Info Show/Hide the users birthday Change the birthday view to the show the members age instead Show/Hide the users joined date Change the joined date to one saying "With Us For xxx Days" Show/Hide the users online status Change the online status to a pip Choose to use a pulsating green glow for when the users online Show/Hide the users last activity Show/Hide the users timezone Show/Hide the users follower count Show/Hide the users connected device (4.2.x Only) Clubs Show/Hide the users clubs as icons at the bottom of the user info panel (The club name will appear on hover) Change the size of the clubs icons 3rd Party Apps & Plugins (DF42) Members Social Info iAwards Member Away Trophys & Medals ( RECOMMENDED ) Members Shop Other Choose what font-awesome icons are used for each section from a pre-defined list of over 600 icons (Just start typing the name and they will appear) Show/Hide each section for mobile browsing Select what user groups can see what on the info panel Add any of your custom profile fields to the user info panel matching its theme and style
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.