Sort news by: Date | Popularity | Attendance | Commentaries | Alphabet
 
 
 

38 Collection Addons Joomla

Author: DroG at 17-05-2012, 12:16, Views: 4

0
    3rd party Registration component
    activation-by-administrator
    com_loudmouth-3.0.tar
    comprofiler
    docmandeutsch1[1].3
    docmanV13_RC_1
    dynamic-live-site
    easygb_1.0_beta2
    easygb_1.0_rc2
    Extended-Registration-Fields-Joomla-1.0.x
    Extended-Registration-Fields-Mambo-4.5.2.3
    fq_multicorreos
    gallery-2.0.1-full.tar
    german - for community builder
    germanf
    germani
    google sitemap3
    Guestbook_V2.1.1
    joomblog 2.3 RC2
    jos_osc_bridge_v104
    mambosolutions451a2
    MamboV4.5.2.3_mambo-phpShop-eCommerce_Edition_a.tar
    mk_artbanner_ext
    mosCommerce_v1.0.2_beta
    mospjirc
    mospjirc1_3
    PonyGallery_1_15_Beta_1
    PonyGallery_112_OS
    smf_1-0-5_install
    smo_ajax_shoutbox.fla
    Wap4Joomla Beta3
    Xe-iPod_MiniPlayerV1Pro
    yanc_core_tags
    yanc_images
    yanc_install_14_beta2
    yanc_link_tracking
    yanc_render_content
    yanc_search



Category: Resurse » Resurse joomla

 

Ubuntu Desktop 12.04 LTS

Author: DroG at 17-05-2012, 12:11, Views: 5

0
Descarca ultima versiune Ubuntu Desktop pe 32/64 bit:

http://www.ubuntu.com/download/desktop

Category: Information

 

Administrare si navigare in sistemul de fisiere

Author: DroG at 15-05-2012, 14:42, Views: 11

0
Deplasarea prin structura de directoare

Sistemul de fisiere este, asa cum am aratat, organizat cu ajutorul directoarelor si a subdirectoarelor

Directorul curent

$ cd /usr/bin [Enter] 
$ pwd [Enter] 
/usr/bin 


Calea absoluta si calea relativa


Calea absoluta porneste din directorul radacina in timp ce calea relativa porneste din directorul curent.

$ cd /usr/local[Enter
]
Aceasta este o cale absoluta deoarece incepe cu /.

$ pwd    [Enter] 
/usr/local 
$ cd bin [Enter] 

Aceasta este o cale relativa deoarece porneste din directorul curent si merge in jos catre bin.

$ pwd [Enter] 
/usr/local/bin 


Deplasarea in directoarele anterioare


Fiecare director are doua referinte speciale pentru subdirectoare:
- un punct (.) se refera la directorul curent
- doua puncte (..) se refera la directorul anterior.
Aceste simboluri sunt nume efective de directoare.

$ cd .. [Enter] 
$ pwd [Enter] 
/usr/local 

Category: Linux

 

Hot File Premium Cookie

Author: DroG at 14-05-2012, 17:00, Views: 15

0
81d6567bbd53dc09d8b48f69ba8e816d5e53165e87c6f41ea943c599a1ab45b5
e63e426db65461a3e74646c9720081693b046482b968e32b7cabe1734eb1ee82

Category: Hacking » Acc Premium

 

Vbulletin hash cracker

Author: DroG at 14-05-2012, 16:54, Views: 19

0
PHP Code:
<?php
set_time_limit(0);
error_reporting(0);
$name = $_SERVER['PHP_SELF'];
$go = true;

echo "
_____ _ _ _____ _____ _______
/ ___| | | | | / _ \ / ___/|__ __|
| | _ | |__| | | | | | | |___ | |
| | | | | __ | | | | | \___ \ | |
| |_| | | | | | | |_| | ___| | | |
\_____/ |_| |_| \_____/ /_____/ |_|
____ _ _____ _____ _____ ___ ___
| _ \ | | / _ \ / _ \ | _ \ \ \ / /
| |_) | | | | | | | | | | | | | | \ \ \/ /
| _ ( | | | | | | | | | | | | | | \ /
| |_) | | |___ | |_| | | |_| | | |_| / | |
|____/ |_____| \_____/ \_____/ |_____/ |__|
[*]-----------------------------------------------------------------------[*]
[+] Script Name : Vbulletin Hash Cracker
[+] Version : 1.0
[+] Programed By : G-B
[+] Email : g22b@hotmail.com
[+] Use : php $name[*]-----------------------------------------------------------------------[*] 

Category: Hacking » Exploituri

 

NTDS - SQL Injection Vulnerability

Author: DroG at 14-05-2012, 16:22, Views: 11

0
 - Discovered By:
 ||| TheCyberNuxbie - Independent Security Research |||
 <<< root@31337sec.com >>> x CP: +62856-2538-963
 [ www.linuxhacktivist.com ] $ YM: nux_exploit

 - Use it at your risk,,,
 This was written for educational purpos,,,
 Author will be not responsible for any damage. //nuxbie

 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ./Title Exploit : NTDS - SQL Injection Vulnerability
 ./URL Vendor Web: NTDS WebStudio - http://www.ntds.com.br/
 ./Google Dork   : inurl:"/pacotes.php?pagina=" id_pct="
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 [xXx] SQL injection is a code injection technique that exploits a security
 vulnerability occurring in the database layer of an #application.
 The vulnerability is present when user input is either incorrectly
 filtered for string literal escape characters embedded in SQL #statements
 or user input is not strongly typed and thereby unexpectedly executed.

 - Affected items (SQLi):
 http://127.0.0.1/webapps/pacotes.php?pagina=xxx&id_pct=[SQLi]
 
 - Private Area:
 http://127.0.0.1/webapps/admin/ <--- LogIn Area...!!!

Category: Hacking » Exploituri

 

Vallarta - SQL Injection Vulnerability

Author: DroG at 14-05-2012, 16:20, Views: 12

0
==========================================================================
 <<<:>>>           Vallarta - SQL Injection Vulnerability            <<:>>>
 ==========================================================================

 - Discovered By:
 ||| TheCyberNuxbie - Independent Security Research |||
 <<< root@31337sec.com >>> x CP: +62856-2538-963
 [ www.linuxhacktivist.com ] $ YM: nux_exploit

 - Use it at your risk,,,
 This was written for educational purpos,,,
 Author will be not responsible for any damage. //nuxbie

 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ./Title Exploit : Vallarta - SQL Injection Vulnerability
 ./URL Vendor Web: VallartaWebServices - http://www.vallartawebservices.com
 ./Google Dork   : inurl:"/realestate_listings.php?s1="
                   intext:"Designed and maintained by Vallarta Web Services"
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 [xXx] SQL injection is a code injection technique that exploits a security
 vulnerability occurring in the database layer of an #application.
 The vulnerability is present when user input is either incorrectly
 filtered for string literal escape characters embedded in SQL #statements
 or user input is not strongly typed and thereby unexpectedly executed.

Category: Hacking » Exploituri

 
Prev Next
 
{changeskin}
Template: