Você está na página 1de 3

Some Basics

1 of 3

http://s4b3rstealth.forumotion.pro/t177-some-basics

Who is online?

Search

Statistics

Take a look!

youtube.com/bl4cks4b3r

Latest topics
SQL injection
Today at 2:28 am
by EvilReaper
This is why S4b3rstealth is the
place to be.
Yesterday at 1:30 pm by Admin
xorg && xrandr not recognizing
VGA
Yesterday at 1:29 pm by Admin
Does this happen to you as well ?
Yesterday at 1:23 pm by Admin

Top posters

Some Basics

Admin

Author

Message

Admin

Subject: Some Basics Thu Mar 29, 2012 6:55 pm

JohnHenery
DeDeathboy

Some basic commands...

EvilReaper

__________________________________________

Screenfreezer

HOW TO ENTER FILE PATH

xPl4guEx

ausWizard
bluebird

For All
The Viewed
Beginners
:)
Most
Topics
Yesterday at 9:17 am by Zues09
DOWNLOAD HackPack 1.6 HERE
For
Android
and:)useful
All TheHacking
Beginners
Android apps
hacking skype webcam
Yesterday at 6:13 am
by
Hiding
ausWizard
IP in BackTrack 5 R2?

When something asks you for a file path you must first FIND that file.

Velzok

Lets assume it is on your desktop--the path would then be

b0w

/root/Desktop/(file) obviously without the ( )


this means using /root the folder location is /Desktop and the file is /(filename)

WPA hacking in under 5 minutes


The new help features on
Hack Any Computer On Your
HackPack
Network
By Hijacking
Wed Feb
13, 2013 Trojan!
11:57 pm

__________________________________________

by
Admin
Shut
down any computer on ur
network!!!
Trouble installing flash player
DOS with Backtrack 5
Wed Feb 13, 2013 11:47 pm
Windows
Admin tricks
by

HOW TO CHANGE DIRECTORY

General and BUG reporting


DNS Spoof Doesn't Work!
Wed Feb
13, 2013
7:06 am
February
2013
by shantia_73

for example:

Most active topic starters


Admin
JohnHenery
DeDeathboy

cd = change directory

zerocool
bluebird
EvilReaper

cd /root/Desktop

Mon Tue Wed Thu Fri Sat Sun

spillo
Screenfreezer
Velzok

This will change to the directory root then desktop.


xPl4guEx
Calendar
Rss feeds

_________________________________________

HOW TO EDIT A FILE

Top posting users this week


EvilReaper
Velzok

gedit

Admin

nano
cat

ausWizard

= open text (like from a text file) in the terminal or editing program

xDarkenRaven

for example:

Zues09
Screenfreezer

gedit /sbin/sbrscripts/WPA

m4d_h4tt3r

nano /sbin/sbrscripts/WPA
cat /sbin/sbrscripts/WPA

Remorse
shantia_73

These will all open/display the WPA file located in /sbin/sbrscripts


Top posting users this month

_________________________________________

HOW TO USE APT

Velzok
Admin
ausWizard

apt-get update will get and update


apt-get upgrade will look for upgrade for all the programs that you have that are entered in your libs
apt-get dist-upgrade will upgrade the version of linux that you have.

shantia_73
EvilReaper

apt-get (program) will grab the program you desire

sonja.saranen

apt-get install (program) will run the install of the program you desire

JohnHenery

_________________________________________

DRAW2
xDarkenRaven

HOW TO USE FILE PATH

Zues09
Poll

to change directory (cd) or use a file/edit a file (gedit, nano, cat)


if there is a file on the Desktop the path would be:
/root/Desktop/file.txt

Tweet

Like

since the user is on root we use /root


since the file is on the desktop we use /Desktop
since the file is named file.txt we use /file.txt
_________________________________________

HOW TO COPY A FILE


we use cp = copy (file) (where we want to copy it to)

15-Feb-13 5:27 PM

Some Basics

2 of 3

http://s4b3rstealth.forumotion.pro/t177-some-basics

for example:
cp /root/Desktop/filexyz /sbin/filexyz
that will copy the file on the Desktop to the sbin
_________________________________________

HOW TO REMOVE A FILE


we use rm = remove file
for example:
rm /root/Desktop/file12
That will delete file12 on the Desktop
_________________________________________

USING ECHO
echo will display whatever you put after echo
for example (you can try this in terminal)
echo hello shadows!
and it will reply on with:
hello shadows!
__________________________________________

what does chmod +x do?


chmod = change mode
+x = execute
(more commands at http://ss64.com/bash/chmod.html)
we can use this for files that are: read only, or set to open via a text editor
we use this by first changing to the directory for exmaple:
cd /root/Desktop
now that we are in the desktop directory we can change the file name chngme to be executable:
chmod +x chngme
NOTE: if the files shows as chngme.lst on the desktop then we must:
chmod +x chngme.lst
__________________________________________

SOME BASIC TERMS

DNS spoofing = redirecting a page you are hosting to other people so that they can still type in the normal
address (google.com) but it redirects to your fake site ip (192.168.xxx.xxx)
ARP spoofing = sending and recieving fake packets to obtain information
Plugin = special parameter or special piece of program to use with main piece of program.
open bracket =

closed bracket =

white hat = ethical hacker


black hat = hacks for self gain/profit
gray hat = silly oxymoron.
pentester = the best of the best, tests security for companies and businesses, or high value independent
clients.
Shell = terminal (GNOME) or konsole (KDE)
script = line of commands

15-Feb-13 5:27 PM

Some Basics

3 of 3

http://s4b3rstealth.forumotion.pro/t177-some-basics

interface = the device you get internet from (wlan0 eth0 ect ect)
isp = internet service provider (your internet company)
gateway = modem/router
LAN = Local Area Network (everyone on your router)
intranet = LAN
internet = global compilation of web pages
server = store point or data holding point of multiple or sometimes a single computer.
exploit = attack to penetrate a device, computer, webpage, or database
Programing languages: SGML HTML XML XHTML C+ C++ CSS Javascript python bash ECT ECT ECT
waaaaaay to many to list all.
PWN the gibson = sarcastic phrase to say "pwn the world huh? Man your so elite."
this can be either hateful or playful.

Installing manually downloaded .deb files


__________________________________________
Download .deb file to your desktop (Make sure it's the right one for your machine [32 or 64])
NOTICE:If you are using a VM it is gonna be 32bit!
Type this in terminal:

Code:
cd /root/Desktop
dpkg -i (Name of .deb file)

dpkg is a tool to install, build, remove and manage Debian packages.


-i is "Install"

Some Basics
Free forums | Computers and Internet | Useful tricks and tips, infos | phpBB | Free forum support | Contribution | Contact | Report an abuse

15-Feb-13 5:27 PM

Você também pode gostar