SlideShare a Scribd company logo
 
© All rights reserved to Offensive Security LLC, 2013	
   1	
  
	
  
Offensive	
  Security	
  	
  
IRC	
  Connectivity	
  Guide	
  
v.3.1	
  
	
  
	
  
	
  
	
  
	
  
	
  
©	
  All	
  rights	
  reserved	
  to	
  Offensive	
  Security	
  LLC,	
  2013.	
  
	
  
No	
  part	
  of	
  this	
  publication,	
  in	
  whole	
  or	
  in	
  part,	
  may	
  be	
  reproduced,	
  copied,	
  transferred	
  or	
  any	
  other	
  right	
  reserved	
  to	
  its	
  
copyright	
  owner,	
  including	
  photocopying	
  and	
  all	
  other	
  copying,	
  any	
  transfer	
  or	
  transmission	
  using	
  any	
  network	
  or	
  other	
  
means	
  of	
  communication,	
  any	
  broadcast	
  for	
  distant	
  learning,	
  in	
  any	
  form	
  or	
  by	
  any	
  means	
  such	
  as	
  any	
  information	
  
storage,	
  transmission	
  or	
  retrieval	
  system,	
  without	
  prior	
  written	
  permission	
  from	
  the	
  author.	
  
 
© All rights reserved to Offensive Security LLC, 2013	
   2	
  
	
  
	
  
What	
  is	
  IRC	
  ?	
  
	
  
IRC,	
   Internet	
   Relay	
   Chat,	
   is	
   a	
   form	
   of	
   real	
   time	
   chat	
   designed	
   for	
   group	
   (channel)	
  
communication	
  or	
  a	
  private	
  communication	
  via	
  private	
  messaging.	
  IRC	
  Was	
  created	
  back	
  in	
  
1988	
  by	
  Jarkko	
  Oikarinen,	
  and	
  since	
  then	
  its	
  popularity	
  has	
  grown	
  and	
  grown.	
  
It's	
  an	
  open	
  protocol	
  using	
  TCP	
  (sometimes	
  TLS)	
  working	
  on	
  a	
  server/client	
  principle.	
  The	
  
standard	
  server	
  port	
  is	
  TCP	
  6667,	
  but	
  it's	
  also	
  run	
  under	
  several	
  other	
  nearby	
  ports	
  (eg	
  6668,	
  
6669,	
  etc...)	
  
On	
   the	
   IRC	
   server	
   there	
   are	
   many	
   channels,	
   each	
   created	
   for	
   a	
   purpose,	
   for	
   a	
   group	
   of	
  
people	
   of	
   similar	
   interest.	
   Channels	
   and	
   users	
   have	
   modes	
   which	
   are	
   represented	
  
letters.	
  Here	
  you	
  can	
  see	
  the	
  modes	
  available	
  for	
  channel/user,	
  you	
  will	
  find	
  them	
  useful	
  
later	
  on.	
  
For	
  more	
  information,	
  please	
  visit:	
  http://en.wikipedia.org/wiki/Internet_Relay_Chat	
  
 
© All rights reserved to Offensive Security LLC, 2013	
   3	
  
What	
  is	
  Xchat?	
  
	
  
Xchat	
   is	
   an	
   IRC	
   client	
   which	
   lets	
   you	
   connect	
   to	
   IRC	
   servers.	
   Its	
   homepage	
   is	
   located	
   at	
  
http://www.xchat.org.	
  
Xchat	
  is	
  NOT	
  installed	
  by	
  default	
  in	
  Backtrack	
  5.	
  We	
  need	
  to	
  install	
  it	
  manually.	
  We	
  can	
  do	
  
so	
  by	
  typing:	
  
apt-­‐get	
  install	
  xchat	
  
	
  
	
  
	
  
	
  
 
© All rights reserved to Offensive Security LLC, 2013	
   4	
  
	
  
After	
  Installation,	
  Xchat	
  is	
  located	
  under	
  Application	
  -­‐>	
  Internet	
  –>	
  Xchat	
  IRC	
  
	
  
	
  
	
  
	
  
	
  
	
  
	
  
	
  
	
  
 
© All rights reserved to Offensive Security LLC, 2013	
   5	
  
	
  
Using	
  Xchat	
  
After	
  running	
  Xchat	
  for	
  the	
  first	
  time,	
  you	
  should	
  see	
  a	
  window	
  similar	
  to	
  this:	
  
	
  
	
  
	
  
	
  
	
  
	
  
	
  
	
  
	
  
	
  
Fill	
   in	
   the	
   appropriate	
   Username	
   Information,	
   select	
   FreeNode	
   as	
   the	
   server	
   and	
   click	
  
connect.	
  
You	
  MUST	
  register	
  your	
  nickname	
  to	
  be	
  able	
  to	
  speak	
  in	
  our	
  #offsec	
  channel.	
  This	
  will	
  also	
  
prevent	
  other	
  using	
  the	
  same	
  nickname,	
  and	
  allow	
  you	
  to	
  private	
  message	
  with	
  other	
  IRC	
  
users	
  on	
  the	
  FreeNode	
  IRC	
  server.	
  
	
  
	
  
 
© All rights reserved to Offensive Security LLC, 2013	
   6	
  
	
  
Once	
  you	
  have	
  found	
  an	
  available	
  nickname,	
  register	
  it	
  by	
  typing	
  the	
  following	
  command	
  in	
  
the	
  Xchat	
  window:	
  
/msg	
  NickServ	
  register	
  <password>	
  <email>	
  
Hide	
  your	
  email	
  from	
  the	
  public	
  by	
  issuing	
  the	
  following	
  command:	
  
/msg	
  nickserv	
  set	
  hidemail	
  on	
  	
  
Once	
  you	
  have	
  registered	
  your	
  nick,	
  you	
  will	
  need	
  to	
  identify	
  each	
  time	
  you	
  connect	
  to	
  the	
  
server:	
  	
  
/msg	
  NickServ	
  identify	
  <password>	
  
	
  
BE	
  CAREFUL	
  NOT	
  TO	
  EXPOSE	
  YOUR	
  PASSWORD	
  TO	
  A	
  PUBLIC	
  CHANNEL	
  
	
  
Please	
   visit	
   http://freenode.net/faq.shtml#userregistration	
   for	
   more	
   information	
   about	
  
registration.	
  
It	
  is	
  also	
  advisable	
  to	
  get	
  a	
  Cloak.	
  This	
  will	
  prevent	
  other	
  users	
  from	
  seeing	
  your	
  IP	
  address	
  
while	
  connected	
  to	
  IRC.	
  	
  
Information	
  on	
  how	
  to	
  get	
  a	
  cloak	
  is	
  located	
  at:	
  http://freenode.net/faq.shtml#cloaks	
  	
  
	
  
Our	
  channel	
  is	
  located	
  in	
  #offsec.	
  To	
  join	
  our	
  channel	
  simply	
  type:	
  
/join	
  #offsec	
  
	
  
Alternatively,	
   you	
   can	
   use	
   http://webchat.freenode.net/	
   to	
   connect	
   to	
   the	
   FreeNode	
  
network.	
  
	
  
To	
  be	
  able	
  to	
  talk	
  in	
  the	
  channel,	
  you	
  need	
  to	
  be	
  registered	
  and	
  identified.	
  
	
  
 
© All rights reserved to Offensive Security LLC, 2013	
   7	
  
Channel	
  Behavior	
  
Once	
  in	
  the	
  channel,	
  be	
  polite	
  and	
  courteous	
  –	
  that’s	
  pretty	
  much	
  it.	
  We	
  do	
  not	
  tolerate	
  
profanity	
  of	
  any	
  type	
  –	
  please	
  take	
  this	
  into	
  consideration.	
  
Do	
   not	
   talk	
   about	
   exercise	
   specifics	
   openly	
   in	
   channel,	
   you	
   may	
   spoil	
   the	
   fun	
   for	
   other	
  
students.	
  You	
  may	
  ask	
  a	
  general	
  question,	
  and	
  if	
  you	
  get	
  a	
  response,	
  use	
  private	
  messaging	
  
to	
  continue.	
  
If	
  you	
  require	
  admin	
  help,	
  you	
  can	
  get	
  admin	
  attention	
  by	
  typing:	
  
ping	
  admin	
  or	
  admin	
  around?	
  
This	
  will	
  alert	
  our	
  admins	
  and	
  you	
  can	
  continue	
  your	
  conversation	
  in	
  a	
  private	
  message.	
  
Most	
  likely	
  you	
  will	
  get	
  help	
  within	
  minutes,	
  but	
  please	
  be	
  patient	
  when	
  asking	
  for	
  help.	
  
Look	
  at	
  the	
  channel	
  topic,	
  important	
  up	
  to	
  date	
  information	
  is	
  located	
  there.	
  
We	
  have	
  bot	
  named	
  “Offsec-­‐Ninja”,	
  which	
  can	
  give	
  you	
  some	
  useful	
  information	
  if	
  you	
  type	
  
appropriate	
  command	
  such	
  as	
  (	
  !hours,	
  !ip	
  ,	
  !faq	
  ,	
  !bob	
  ).	
  Please	
  do	
  not	
  abuse	
  this	
  feature.	
  
Keep	
   in	
   mind	
   that	
   #offsec	
   is	
   not	
   a	
   place	
   to	
   resolve	
   issues	
   with	
   your	
   order,	
   or	
   any	
   other	
  
payment	
   or	
   orders	
   related	
   activity.	
   For	
   such	
   inquires	
   please	
   email	
   orders@offensive-­‐
security.com	
  instead.	
  
So,	
   now	
   that	
   you	
   know	
   how	
   to	
   connect	
   to	
   the	
   #offsec	
   channel,	
   please	
   join	
   us,	
   we	
   are	
  
expecting	
  you!	
  
If	
  you	
  have	
  any	
  questions	
  feel	
  free	
  to	
  contact	
  us	
  at	
  help@offensive-­‐security.com	
  .	
  
	
  

More Related Content

Similar to IRC Guide by Offensive Security

Slack and ChatGPT Integration using MuleSoft | MuleSoft Mysore Meetup #30
Slack and ChatGPT Integration using MuleSoft | MuleSoft Mysore Meetup #30Slack and ChatGPT Integration using MuleSoft | MuleSoft Mysore Meetup #30
Slack and ChatGPT Integration using MuleSoft | MuleSoft Mysore Meetup #30MysoreMuleSoftMeetup
 
Eyeball Messenger SDK WebRTC Developer Reference Guide
Eyeball Messenger SDK WebRTC Developer Reference GuideEyeball Messenger SDK WebRTC Developer Reference Guide
Eyeball Messenger SDK WebRTC Developer Reference GuideEyeball Networks
 
How Printers Get Hacked ?
How Printers Get Hacked ?How Printers Get Hacked ?
How Printers Get Hacked ?HusseinMuhaisen
 
TLS State of the Union
TLS State of the UnionTLS State of the Union
TLS State of the UnionSander Temme
 
Internet relay chat (irc)
Internet relay chat (irc)Internet relay chat (irc)
Internet relay chat (irc)Ryon Whyte
 
Password cracking and brute force tools
Password cracking and brute force toolsPassword cracking and brute force tools
Password cracking and brute force toolszeus7856
 
ChatGPT and Slack Integration with MuleSoft
ChatGPT and Slack Integration with MuleSoftChatGPT and Slack Integration with MuleSoft
ChatGPT and Slack Integration with MuleSoftshyamraj55
 
Personal Internet Security System
Personal Internet Security SystemPersonal Internet Security System
Personal Internet Security SystemMatthew Bricker
 
Password hacking
Password hackingPassword hacking
Password hackingAbhay pal
 
Sniffing https using yamas lucideuslabs
Sniffing https using yamas lucideuslabsSniffing https using yamas lucideuslabs
Sniffing https using yamas lucideuslabsRohan Ahuja
 
Sniffing HTTPS Using YAMAS | Lucideus Tech
Sniffing HTTPS Using YAMAS | Lucideus TechSniffing HTTPS Using YAMAS | Lucideus Tech
Sniffing HTTPS Using YAMAS | Lucideus TechRahul Tyagi
 
How to be come a hacker slide for 2600 laos
How to be come a hacker slide for 2600 laosHow to be come a hacker slide for 2600 laos
How to be come a hacker slide for 2600 laosOuthai SAIOUDOM
 
Ch07.ppt
Ch07.pptCh07.ppt
Ch07.pptImXaib
 

Similar to IRC Guide by Offensive Security (20)

Old Linux Security Talk
Old Linux Security TalkOld Linux Security Talk
Old Linux Security Talk
 
Accessblockedsites
AccessblockedsitesAccessblockedsites
Accessblockedsites
 
Slack and ChatGPT Integration using MuleSoft | MuleSoft Mysore Meetup #30
Slack and ChatGPT Integration using MuleSoft | MuleSoft Mysore Meetup #30Slack and ChatGPT Integration using MuleSoft | MuleSoft Mysore Meetup #30
Slack and ChatGPT Integration using MuleSoft | MuleSoft Mysore Meetup #30
 
Eyeball Messenger SDK WebRTC Developer Reference Guide
Eyeball Messenger SDK WebRTC Developer Reference GuideEyeball Messenger SDK WebRTC Developer Reference Guide
Eyeball Messenger SDK WebRTC Developer Reference Guide
 
How Printers Get Hacked ?
How Printers Get Hacked ?How Printers Get Hacked ?
How Printers Get Hacked ?
 
Safecrossroads ep01
Safecrossroads ep01Safecrossroads ep01
Safecrossroads ep01
 
Password craking techniques
Password craking techniques Password craking techniques
Password craking techniques
 
TLS State of the Union
TLS State of the UnionTLS State of the Union
TLS State of the Union
 
Internet relay chat (irc)
Internet relay chat (irc)Internet relay chat (irc)
Internet relay chat (irc)
 
Password cracking and brute force tools
Password cracking and brute force toolsPassword cracking and brute force tools
Password cracking and brute force tools
 
Breaking out of restricted RDP
Breaking out of restricted RDPBreaking out of restricted RDP
Breaking out of restricted RDP
 
ChatGPT and Slack Integration with MuleSoft
ChatGPT and Slack Integration with MuleSoftChatGPT and Slack Integration with MuleSoft
ChatGPT and Slack Integration with MuleSoft
 
183433 xunleashed
183433 xunleashed183433 xunleashed
183433 xunleashed
 
Personal Internet Security System
Personal Internet Security SystemPersonal Internet Security System
Personal Internet Security System
 
Password hacking
Password hackingPassword hacking
Password hacking
 
Sniffing https using yamas lucideuslabs
Sniffing https using yamas lucideuslabsSniffing https using yamas lucideuslabs
Sniffing https using yamas lucideuslabs
 
Sniffing HTTPS Using YAMAS | Lucideus Tech
Sniffing HTTPS Using YAMAS | Lucideus TechSniffing HTTPS Using YAMAS | Lucideus Tech
Sniffing HTTPS Using YAMAS | Lucideus Tech
 
How to be come a hacker slide for 2600 laos
How to be come a hacker slide for 2600 laosHow to be come a hacker slide for 2600 laos
How to be come a hacker slide for 2600 laos
 
Hacking tutorial
Hacking tutorialHacking tutorial
Hacking tutorial
 
Ch07.ppt
Ch07.pptCh07.ppt
Ch07.ppt
 

Recently uploaded

JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaRTTS
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Product School
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoTAnalytics
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor TurskyiFwdays
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Tobias Schneck
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomCzechDreamin
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlPeter Udo Diehl
 
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeCzechDreamin
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekCzechDreamin
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaCzechDreamin
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfCheryl Hung
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2DianaGray10
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Product School
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...CzechDreamin
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualityInflectra
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...CzechDreamin
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsPaul Groth
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1DianaGray10
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...Product School
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxAbida Shariff
 

Recently uploaded (20)

JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
 
AI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří KarpíšekAI revolution and Salesforce, Jiří Karpíšek
AI revolution and Salesforce, Jiří Karpíšek
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 

IRC Guide by Offensive Security

  • 1.   © All rights reserved to Offensive Security LLC, 2013   1     Offensive  Security     IRC  Connectivity  Guide   v.3.1               ©  All  rights  reserved  to  Offensive  Security  LLC,  2013.     No  part  of  this  publication,  in  whole  or  in  part,  may  be  reproduced,  copied,  transferred  or  any  other  right  reserved  to  its   copyright  owner,  including  photocopying  and  all  other  copying,  any  transfer  or  transmission  using  any  network  or  other   means  of  communication,  any  broadcast  for  distant  learning,  in  any  form  or  by  any  means  such  as  any  information   storage,  transmission  or  retrieval  system,  without  prior  written  permission  from  the  author.  
  • 2.   © All rights reserved to Offensive Security LLC, 2013   2       What  is  IRC  ?     IRC,   Internet   Relay   Chat,   is   a   form   of   real   time   chat   designed   for   group   (channel)   communication  or  a  private  communication  via  private  messaging.  IRC  Was  created  back  in   1988  by  Jarkko  Oikarinen,  and  since  then  its  popularity  has  grown  and  grown.   It's  an  open  protocol  using  TCP  (sometimes  TLS)  working  on  a  server/client  principle.  The   standard  server  port  is  TCP  6667,  but  it's  also  run  under  several  other  nearby  ports  (eg  6668,   6669,  etc...)   On   the   IRC   server   there   are   many   channels,   each   created   for   a   purpose,   for   a   group   of   people   of   similar   interest.   Channels   and   users   have   modes   which   are   represented   letters.  Here  you  can  see  the  modes  available  for  channel/user,  you  will  find  them  useful   later  on.   For  more  information,  please  visit:  http://en.wikipedia.org/wiki/Internet_Relay_Chat  
  • 3.   © All rights reserved to Offensive Security LLC, 2013   3   What  is  Xchat?     Xchat   is   an   IRC   client   which   lets   you   connect   to   IRC   servers.   Its   homepage   is   located   at   http://www.xchat.org.   Xchat  is  NOT  installed  by  default  in  Backtrack  5.  We  need  to  install  it  manually.  We  can  do   so  by  typing:   apt-­‐get  install  xchat          
  • 4.   © All rights reserved to Offensive Security LLC, 2013   4     After  Installation,  Xchat  is  located  under  Application  -­‐>  Internet  –>  Xchat  IRC                    
  • 5.   © All rights reserved to Offensive Security LLC, 2013   5     Using  Xchat   After  running  Xchat  for  the  first  time,  you  should  see  a  window  similar  to  this:                       Fill   in   the   appropriate   Username   Information,   select   FreeNode   as   the   server   and   click   connect.   You  MUST  register  your  nickname  to  be  able  to  speak  in  our  #offsec  channel.  This  will  also   prevent  other  using  the  same  nickname,  and  allow  you  to  private  message  with  other  IRC   users  on  the  FreeNode  IRC  server.      
  • 6.   © All rights reserved to Offensive Security LLC, 2013   6     Once  you  have  found  an  available  nickname,  register  it  by  typing  the  following  command  in   the  Xchat  window:   /msg  NickServ  register  <password>  <email>   Hide  your  email  from  the  public  by  issuing  the  following  command:   /msg  nickserv  set  hidemail  on     Once  you  have  registered  your  nick,  you  will  need  to  identify  each  time  you  connect  to  the   server:     /msg  NickServ  identify  <password>     BE  CAREFUL  NOT  TO  EXPOSE  YOUR  PASSWORD  TO  A  PUBLIC  CHANNEL     Please   visit   http://freenode.net/faq.shtml#userregistration   for   more   information   about   registration.   It  is  also  advisable  to  get  a  Cloak.  This  will  prevent  other  users  from  seeing  your  IP  address   while  connected  to  IRC.     Information  on  how  to  get  a  cloak  is  located  at:  http://freenode.net/faq.shtml#cloaks       Our  channel  is  located  in  #offsec.  To  join  our  channel  simply  type:   /join  #offsec     Alternatively,   you   can   use   http://webchat.freenode.net/   to   connect   to   the   FreeNode   network.     To  be  able  to  talk  in  the  channel,  you  need  to  be  registered  and  identified.    
  • 7.   © All rights reserved to Offensive Security LLC, 2013   7   Channel  Behavior   Once  in  the  channel,  be  polite  and  courteous  –  that’s  pretty  much  it.  We  do  not  tolerate   profanity  of  any  type  –  please  take  this  into  consideration.   Do   not   talk   about   exercise   specifics   openly   in   channel,   you   may   spoil   the   fun   for   other   students.  You  may  ask  a  general  question,  and  if  you  get  a  response,  use  private  messaging   to  continue.   If  you  require  admin  help,  you  can  get  admin  attention  by  typing:   ping  admin  or  admin  around?   This  will  alert  our  admins  and  you  can  continue  your  conversation  in  a  private  message.   Most  likely  you  will  get  help  within  minutes,  but  please  be  patient  when  asking  for  help.   Look  at  the  channel  topic,  important  up  to  date  information  is  located  there.   We  have  bot  named  “Offsec-­‐Ninja”,  which  can  give  you  some  useful  information  if  you  type   appropriate  command  such  as  (  !hours,  !ip  ,  !faq  ,  !bob  ).  Please  do  not  abuse  this  feature.   Keep   in   mind   that   #offsec   is   not   a   place   to   resolve   issues   with   your   order,   or   any   other   payment   or   orders   related   activity.   For   such   inquires   please   email   orders@offensive-­‐ security.com  instead.   So,   now   that   you   know   how   to   connect   to   the   #offsec   channel,   please   join   us,   we   are   expecting  you!   If  you  have  any  questions  feel  free  to  contact  us  at  help@offensive-­‐security.com  .