Monday, October 16, 2017

Kali Linux Commands


Kali Linux is preinstalled with over 600 penetration-testing programs, including nmap (a port scanner), Wireshark (a packet analyzer), John the Ripper (a password cracker), Aircrack-ng (a software suite for penetration-testing wireless LANs), Burp suite and OWASP ZAP (both web application security scanners). Kali Linux can run natively when installed on a computer’s hard disk, can be booted from a live CD or live USB, or it can run within a virtual machine. It is a supported platform of the Metasploit Project’s Metasploit Framework, a tool for developing and executing security exploits.



Kali Linux commandsFunction
A
 apropos Search Help manual pages (man -k)
 apt-get Search for and install software packages (Debian)
 aptitude Search for and install software packages (Debian)
 aspell Spell Checker
 awk Find and Replace text, database sort/validate/index
B
 basename Strip directory and suffix from filenames
 bash GNU Bourne-Again Shell
 bc Arbitrary precision calculator language
 bg Send to background
 break Exit from a loop
 builtin Run a shell builtin
 bzip2 Compress or decompress named files
C
 cal Display a calendar
 case Conditionally perform a command
 cat Concatenate and print (display) the content of files
 cd Change Directory
 cfdisk Partition table manipulator for Linux
 chgrp Change group ownership
 chmod Change access permissions
 chown Change file owner and group
 chroot Run a command with a different root directory
 chkconfig System services (runlevel)
 cksum Print CRC checksum and byte counts
 clear Clear terminal screen
 cmp Compare two files
 comm Compare two sorted files line by line
 command Run a command – ignoring shell functions
 continue Resume the next iteration of a loop
 cp Copy one or more files to another location
 cron Daemon to execute scheduled commands
 crontab Schedule a command to run at a later time
 csplit Split a file into context-determined pieces
 cut Divide a file into several parts
D
 date Display or change the date and time
 dc Desk Calculator
 dd Convert and copy a file, write disk headers, boot records
 ddrescue Data recovery tool
 declare Declare variables and give them attributes
 df Display free disk space
 diff Display the differences between two files
 diff3 Show differences among three files
 dig DNS lookup
 dir Briefly list directory contents
 dircolors Colour setup for `ls’
 dirname Convert a full pathname to just a path
 dirs Display list of remembered directories
 dmesg Print kernel & driver messages
 du Estimate file space usage
E
 echo Display message on screen
 egrep Search files for lines that match an extended expression
 eject Eject removable media
 enable Enable and disable builtin shell commands
 env Environment variables
 ethtool Ethernet card settings
 eval Evaluate several commands/arguments
 exec Execute a command
 exit Exit the shell
 expect Automate arbitrary applications accessed over a terminal
 expand Convert tabs to spaces
 export Set an environment variable
 expr Evaluate expressions
F
 false Do nothing, unsuccessfully
 fdformat Low-level format a floppy disk
 fdisk Partition table manipulator for Linux
 fg Send job to foreground
 fgrep Search files for lines that match a fixed string
 file Determine file type
 find Search for files that meet a desired criteria
 fmt Reformat paragraph text
 fold Wrap text to fit a specified width
 for Expand words, and execute commands
 format Format disks or tapes
 free Display memory usage
 fsck File system consistency check and repair
 ftp File Transfer Protocol
 function Define Function Macros
 fuser Identify/kill the process that is accessing a file
G
 gawk Find and Replace text within files
 getopts Parse positional parameters
 grep Search files for lines that match a given pattern
 groupadd Add a user security group
 groupdel Delete a group
 groupmod Modify a group
 groups Print group names a user is in
 gzip Compress or decompress named files
H
 hash Remember the full pathname of a name argument
 head Output the first part of files
 help Display help for a built-in command
 history Command History
 hostname Print or set system name
I
 iconv Convert the character set of a file
 id Print user and group id’s
 if Conditionally perform a command
 ifconfig Configure a network interface
 ifdown Stop a network interface
 ifup Start a network interface up
 import Capture an X server screen and save the image to file
 install Copy files and set attributes
J
 jobs List active jobs
 join Join lines on a common field
K
 kill Stop a process from running
 killall Kill processes by name
L
 less Display output one screen at a time
 let Perform arithmetic on shell variables
 ln Create a symbolic link to a file
 local Create variables
locate Find files
 logname Print current login name
 logout Exit a login shell
 look Display lines beginning with a given string
 lpc Line printer control program
 lpr Off line print
 lprint Print a file
 lprintd Abort a print job
 lprintq List the print queue
 lprm Remove jobs from the print queue
 ls List information about files
 lsof List open files
M
 make Recompile a group of programs
 man Help manual
 mkdir Create new folders
 mkfifo Make FIFOs (named pipes)
 mkisofs Create an hybrid ISO9660/JOLIET/HFS filesystem
 mknod Make block or character special files
 more Display output one screen at a time
 mount Mount a file system
 mtools Manipulate MS-DOS files
 mtr Network diagnostics (traceroute/ping)
 mv Move or rename files or directories
 mmv Mass Move and rename files
N
 netstat Networking information
 nice Set the priority of a command or job
 nl Number lines and write files
 nohup Run a command immune to hangups
 notify-send Send desktop notifications
 nslookup Query Internet name servers interactively
O
 open Open a file in its default application
 op Operator access
P
 passwd Modify a user password
 paste Merge lines of files
 pathchk Check file name portability
 ping Test a network connection
 pkill Stop processes from running
 popd Restore the previous value of the current directory
 pr Prepare files for printing
 printcap Printer capability database
 printenv Print environment variables
 printf Format and print data
 ps Process status
 pushd Save and then change the current directory
 pwd Print Working Directory
Q
 quota Display disk usage and limits
 quotacheck Scan a file system for disk usage
 quotactl Set disk quotas
R
 ram ram disk device
 rcp Copy files between two machines
 read Read a line from standard input
 readarray Read from stdin into an array variable
 readonly Mark variables/functions as readonly
 reboot Reboot the system
 rename Rename files
 renice Alter priority of running processes
 remsync Synchronize remote files via email
 return Exit a shell function
 rev Reverse lines of a file
 rm Remove files
 rmdir Remove folders
 rsync Remote file copy (Synchronize file trees)
S
 screen Multiplex terminal, run remote shells via ssh
 scp Secure copy (remote file copy)
 sdiff Merge two files interactively
 sed Stream Editor
 select Accept keyboard input
 seq Print numeric sequences
 set Manipulate shell variables and functions
 sftp Secure File Transfer Program
 shift Shift positional parameters
 shopt Shell Options
 shutdown Shutdown or restart linux
 sleep Delay for a specified time
 slocate Find files
 sort Sort text files
 source Run commands from a file
 split Split a file into fixed-size pieces
 ssh Secure Shell client (remote login program)
 strace Trace system calls and signals
 su Substitute user identity
 sudo Execute a command as another user
 sum Print a checksum for a file
 suspend Suspend execution of this shell
 symlink Make a new name for a file
 sync Synchronize data on disk with memory
T
 tail Output the last part of file
 tar Tape Archiver
 tee Redirect output to multiple files
 test Evaluate a conditional expression
 time Measure Program running time
 times User and system times
 touch Change file timestamps
 top List processes running on the system
 traceroute Trace Route to Host
 trap Run a command when a signal is set(bourne)
 tr Translate, squeeze, and/or delete characters
 true Do nothing, successfully
 tsort Topological sort
 tty Print filename of terminal on stdin
 type Describe a command
U
 ulimit Limit user resources
 umask Users file creation mask
 umount Unmount a device
 unalias Remove an alias
 uname Print system information
 unexpand Convert spaces to tabs
 uniq Uniquify files
 units Convert units from one scale to another
 unset Remove variable or function names
 unshar Unpack shell archive scripts
 until Execute commands (until error)
 uptime Show uptime
 useradd Create new user account
 usermod Modify user account
 users List users currently logged in
 uuencode Encode a binary file
 uudecode Decode a file created by uuencode
V
 v Verbosely list directory contents (`ls -l -b’)
 vdir Verbosely list directory contents (`ls -l -b’)
 vi Text Editor
 vmstat Report virtual memory statistics
W
 wait Wait for a process to complete
 watch Execute/display a program periodically
 wc Print byte, word, and line counts
 whereis Search the user’s $path, man pages and source files for a program
 which Search the user’s $path for a program file
 while Execute commands
 who Print all usernames currently logged in
 whoami Print the current user id and name (`id -un’)
 wget Retrieve web pages or files via HTTP, HTTPS or FTP
 write Send a message to another user
X
 xargs Execute utility, passing constructed argument lists
 xdg-open Open a file or URL in the user’s preferred application
Y
 yes  Print a string until interrupted




                    Regards
               Sheenu Singla






Thursday, September 21, 2017

The Golden Ticket :- Do You Think it is Impossible to make good money right out of college? Check out these well Paying Jobs.................



  • JAVA Developer :-


Java Developers Performs many Duties throughout the Development lifecycle of Applications,from Concept & Design  right Through to Testing .The Job Roles after completing  any JAVA Developer Certification  Courses include Web Developer, Software Developer, Application Developer, web Programmer and EJB Programmer among others .

 Average Salary : 3,99,247Rsper annum





  • PYTHON Devekoper:-



With the Popularity of PYHON Programming language moving steadily along an upward trajectory , the Time is Right to Master PYTHON in Order to land Python Jobs ,Python Web Developers Usually Develop Back-end Components ,connect the applications with the Order (often Third Party) Web Services and Support the Front-end  Developer by Integrating their work with the PYTHON Application.

Average Salary:- 4,80,000Rs per annum


  • Search Engine optimization(SEO)Analyst:-


SEO has very Bright Future for you.if You have  Great Annalytic skills , you are Dynamic. You need to keep up with the latest Trend in the Field,have Passion for Research and be able to Formulate clever and creative Marketing Startegy to beat your Competitor and have an edge over all others .

Average Salary:- 6,00,000Rs per annum.





  • Technical Writers Or Technical Communicators.


One of the top Well Paying Jobs that a Fresher can opt for is that of a Technical  writer.Typical job role for Technical Communicators is to prepare instruction manuals,journal articles,and other supporting Documents to communicate complex and Technical information more easily.They also  Develop, gather.and Disseminate Technical information among Customers,Designers and Manufacturers. 

Average Salary :-726,100Rs Per Annum

  • Chartered Accountant:-


A Chartered Accountant's work area has become so wide and involves  so many Activities CA is Perceived as almost engima.
  Chartered Accountants work  as Finance Managers , Financial Advisors or Directors and Watch over Finances in the day to day Management  of companies .Their Main areas of work include Accountancy Auditing,Cost Accountancy,Taxation,Investigation and Consultancy.

Average Salary:- 726,100Rs pe annum.






Monday, September 18, 2017

Samsung’s new Widest Computer Monitor Makes Everyone go nuts


Samsung has unveiled its latest ultra wide monitor QH90 which is more like a super ultra wide monitor. You can get a CHG90 for $1,499 and it is available for pre-order now. The Samsung CHG90 is a super wide 49-inch display and most likely the widest curved monitor on the market. The monitor is so wide that it actually resembles more of a truncated TV rather than a computer monitor.

The Samsung CHG90 is equal to two 24-inch curved screens that are glued together. It comes with a resolution of 3840 X 1080 and a 32:9 aspect ratio. It is just like two traditional 1920 x 1080 displays that are combined together.
The CHG90 is not just big, Samsung gave it a pretty good screen using which you can work with a dozen columns of the spreadsheet at a time. If you are a gamer, the monitor offers you an experience you wouldn’t forget so easily. To have a great gaming experience, it works with the AMD’s FreeSync 2 standard which gives better image output.

The CHG90 is made using the Samsung’s QLED Quantum Dot technology and supports the HDR10 standard for the high-dynamic range content for even better colors and contrast. Other specs include a 1-millisecond response time and a 144Hz refresh rate.
Since the screen is so wide, Samsung made a proprietary software to make use of that extra space. Using this software, you can split the display into six windows at any time. Coming to the port selection, CHG90 has a Mini DisplayPort, DisplayPort, two HDMI ports, and three USB 3.0 ports, but no USB-C option.

Along side this beast of a display, Samsung has announced a few other displays in the form of the CHG70 line, which just resembles its larger counterpart but with a 27-inch and 31.5-inch screen sizes.





Tuesday, September 12, 2017

Why_are_operating_systems_written_in C?




  • Ada (programming language)
  • Limbo (programming language)
  • Oberon-2 (programming language)
  • D Programming Language
  • The BitC Programming Language

Even Common Lisp was used before: MovitzMany of those have at least the same capabilities as C. Some even surpass C++. And arguably some can in theory even produce more efficient compiled binaries. Ada certainly focusses a lot on security and stability by orders of magnitude more than C/C++ does - which is one thing very paramount in systems, especially the kernel.


I guess the biggest reason is popularity. Most OS's are huge, so you need lots of team members working on separate portions of the kernel. At least if you want to make something remotely competitive to Windows/OSX/Linux in a reasonable time frame. So finding enough experts in such languages might be an issue. Not to mention, the much more prevalent example resources available for C based systems programming.



Most systems programming these days is more in the line of extending / altering / fixing existing systems. Very few truly "new" systems are in general use, actually there is nothing new in any of the main-stream OS's in use these days. Even OSX is based on Unix (BSD kernel) - one of the oldest OS's in use today. Windows (on the NT kernel) is based originally on VMS - so also several decades to the root of its ancestry. And most of these are already very tied to C, so it becomes more difficult to create these extensions / fixes in some other language.


Regards 
Sheenu Singla





Thursday, September 7, 2017

C vs C++ – Which Programming language is better?


Which one is better? But first, let me introduce their features and the length of their being around in the software engineering world. Let’s begin with C, is a general programming language and was invented in 1972, it is used for the salvation of the computer operating system kernel to the user interface, Later on, In 1980 C programming was modernized.
C++ programming language was introduced in 1998, and it is a modernized C programming language with enhanced features, which aims at overcoming the problems the C programming was unable to. So, C++ language is much younger than C.
The major difference between C and C++ is that C is a procedural programming language and does not support classes and objects, while C++ is a combination of both procedural and object-oriented programming language; therefore C++ can be called a hybrid language.
There is still a question which language is better, I will say it depends for what purpose they are used. If one is working on the project that includes more than 250,00+lines of code, Python or C++ is the best to be used than C language.If one is working on a fast program, then usage of C program is more convenient, e.g. some programs that need to manage video should use C programming language. In other cases, C++ language is more convenient as it facilitates the complex structures such as list management, windows, while C language needs more manipulations with pointers.
Coming out from the above information it really depends on what kind of program you are working, both have the features that are compatible in this or that situation. Both are ultrafast languages, whereas other one’s Python and similar scripting languages are much slower in execution (not compile time). But still if a project is small and requires quick resolution, it is better C language to be used and for bigger and profound projects, C++ language is more recommended.
Comparing these two languages is like comparing old cars with new ones. Their destination is the same, they are means of transportation, but older ones have basic features for moving while new ones have more advanced technics and enhanced features that require profound knowledge and approach. C is the computer programming language considered to be the basis for many of the modern high-level programming languages such as Java, C#, and C++, they have the basic features of C language and in addition, they have more enhanced and far advanced qualities. They boost developers speed and commitment.
C is a system programming language and C++ is of general purpose used the unembedded system. C does not support classes like C++ does and to add, C++ can be used to C programming as it has its basic features and we can say that it derived from this programming language. If a web developer knows C++ he knows C language as well. C++ is more object orient while C is more procedural. C++ translates to productivity and organization of code and is a boon for more complex applications, it is very suitable for fast apps and server software. It has benefits of high-level and low-level programming languages; its features: speed and performance make C++ more convenient for usage and it goes well with other languages.
So, envisaging all the above information it is difficult to tell which one is better, each of it has its benefits in a certain situation.Their usage depends on performance and speed. But C ++ being more up-to-date and enhanced with so many features is better in most cases, though we should not forget the benefits of simplicity of C is the computer programming language which in some cases does more than C++.

Regards
Sheenu singla

Featured post

Do i Need a Website for my Business

Do I Need A Website  For My Business? We live in a time where people use the internet for everything, from shopping to making bookings and s...